modify text

This commit is contained in:
MaysWind
2024-03-24 15:14:13 +08:00
parent 532c762553
commit 065cd9dff8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -689,7 +689,7 @@ export default {
'month': 'Month',
'page': 'Page Index',
'count': 'Count',
'comment': 'Comment',
'comment': 'Description',
},
'parameterizedError': {
'parameter invalid': '{parameter} is invalid',
+1 -1
View File
@@ -689,7 +689,7 @@ export default {
'month': '月份',
'page': '页码索引',
'count': '数量',
'comment': '备注',
'comment': '描述',
},
'parameterizedError': {
'parameter invalid': '{parameter}无效',