modify text
This commit is contained in:
@@ -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
@@ -689,7 +689,7 @@ export default {
|
||||
'month': 'Month',
|
||||
'page': 'Page Index',
|
||||
'count': 'Count',
|
||||
'comment': 'Comment',
|
||||
'comment': 'Description',
|
||||
},
|
||||
'parameterizedError': {
|
||||
'parameter invalid': '{parameter} is invalid',
|
||||
|
||||
@@ -689,7 +689,7 @@ export default {
|
||||
'month': '月份',
|
||||
'page': '页码索引',
|
||||
'count': '数量',
|
||||
'comment': '备注',
|
||||
'comment': '描述',
|
||||
},
|
||||
'parameterizedError': {
|
||||
'parameter invalid': '{parameter}无效',
|
||||
|
||||
Reference in New Issue
Block a user