From 065cd9dff825ba0c182f453d01145e10dd2a825f Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 24 Mar 2024 15:14:13 +0800 Subject: [PATCH] modify text --- pkg/converters/ezbookkeeping_plain_file.go | 2 +- src/locales/en.js | 2 +- src/locales/zh_Hans.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/converters/ezbookkeeping_plain_file.go b/pkg/converters/ezbookkeeping_plain_file.go index a2ed801c..d13b2f44 100644 --- a/pkg/converters/ezbookkeeping_plain_file.go +++ b/pkg/converters/ezbookkeeping_plain_file.go @@ -13,7 +13,7 @@ import ( type EzBookKeepingPlainFileExporter struct { } -const headerLine = "Time,Timezone,Type,Category,Sub Category,Account,Account Currency,Amount,Account2,Account2 Currency,Account2 Amount,Tags,Comment\n" +const headerLine = "Time,Timezone,Type,Category,Sub Category,Account,Account Currency,Amount,Account2,Account2 Currency,Account2 Amount,Tags,Description\n" const dataLineFormat = "%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s\n" // toExportedContent returns the exported plain data diff --git a/src/locales/en.js b/src/locales/en.js index ff7d265b..ea36222c 100644 --- a/src/locales/en.js +++ b/src/locales/en.js @@ -689,7 +689,7 @@ export default { 'month': 'Month', 'page': 'Page Index', 'count': 'Count', - 'comment': 'Comment', + 'comment': 'Description', }, 'parameterizedError': { 'parameter invalid': '{parameter} is invalid', diff --git a/src/locales/zh_Hans.js b/src/locales/zh_Hans.js index c1c57602..48512143 100644 --- a/src/locales/zh_Hans.js +++ b/src/locales/zh_Hans.js @@ -689,7 +689,7 @@ export default { 'month': '月份', 'page': '页码索引', 'count': '数量', - 'comment': '备注', + 'comment': '描述', }, 'parameterizedError': { 'parameter invalid': '{parameter}无效',