mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
modify text
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
|||||||
type EzBookKeepingPlainFileExporter struct {
|
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"
|
const dataLineFormat = "%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s\n"
|
||||||
|
|
||||||
// toExportedContent returns the exported plain data
|
// toExportedContent returns the exported plain data
|
||||||
|
|||||||
+1
-1
@@ -689,7 +689,7 @@ export default {
|
|||||||
'month': 'Month',
|
'month': 'Month',
|
||||||
'page': 'Page Index',
|
'page': 'Page Index',
|
||||||
'count': 'Count',
|
'count': 'Count',
|
||||||
'comment': 'Comment',
|
'comment': 'Description',
|
||||||
},
|
},
|
||||||
'parameterizedError': {
|
'parameterizedError': {
|
||||||
'parameter invalid': '{parameter} is invalid',
|
'parameter invalid': '{parameter} is invalid',
|
||||||
|
|||||||
@@ -689,7 +689,7 @@ export default {
|
|||||||
'month': '月份',
|
'month': '月份',
|
||||||
'page': '页码索引',
|
'page': '页码索引',
|
||||||
'count': '数量',
|
'count': '数量',
|
||||||
'comment': '备注',
|
'comment': '描述',
|
||||||
},
|
},
|
||||||
'parameterizedError': {
|
'parameterizedError': {
|
||||||
'parameter invalid': '{parameter}无效',
|
'parameter invalid': '{parameter}无效',
|
||||||
|
|||||||
Reference in New Issue
Block a user