mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
add multilingual entries
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
"default": {
|
||||
"currency": "CNY",
|
||||
"firstDayOfWeek": "Monday",
|
||||
"fiscalYearFormat": "EndYYYY",
|
||||
"longDateFormat": "YYYYMMDD",
|
||||
"shortDateFormat": "YYYYMMDD",
|
||||
"longTimeFormat": "HHMMSS",
|
||||
@@ -85,6 +86,13 @@
|
||||
"q3": "{year}Q3",
|
||||
"q4": "{year}Q4"
|
||||
},
|
||||
"fiscalYear": {
|
||||
"StartYYYY_EndYYYY": "FY {StartYYYY}-{EndYYYY}",
|
||||
"StartYYYY_EndYY": "FY {StartYYYY}-{EndYY}",
|
||||
"StartYY_EndYY": "FY {StartYY}-{EndYY}",
|
||||
"EndYYYY": "FY {EndYYYY}",
|
||||
"EndYY": "FY {EndYY}"
|
||||
},
|
||||
"misc": {
|
||||
"multiTextJoinSeparator": "、",
|
||||
"hoursBehindDefaultTimezone": "比默认时区晚{hours}小时",
|
||||
@@ -1196,6 +1204,7 @@
|
||||
"oldPassword": "当前密码",
|
||||
"defaultCurrency": "默认货币",
|
||||
"firstDayOfWeek": "每周第一天",
|
||||
"fiscalYearStart": "财年开始日期",
|
||||
"transactionEditScope": "可编辑交易范围",
|
||||
"name": "名称",
|
||||
"category": "分类",
|
||||
@@ -1366,6 +1375,8 @@
|
||||
"Last month": "上月",
|
||||
"This year": "今年",
|
||||
"Last year": "去年",
|
||||
"This fiscal year": "当前财年",
|
||||
"Last fiscal year": "上一财年",
|
||||
"Recent 12 months": "最近12个月",
|
||||
"Recent 24 months": "最近24个月",
|
||||
"Recent 36 months": "最近36个月",
|
||||
@@ -1447,10 +1458,12 @@
|
||||
"Default Currency": "默认货币",
|
||||
"Default Account": "默认账户",
|
||||
"First Day of Week": "每周第一天",
|
||||
"Fiscal Year Start Date": "财年开始日期",
|
||||
"Long Date Format": "长日期格式",
|
||||
"Short Date Format": "短日期格式",
|
||||
"Long Time Format": "长时间格式",
|
||||
"Short Time Format": "短时间格式",
|
||||
"Fiscal Year Format": "财年格式",
|
||||
"Decimal Separator": "小数点",
|
||||
"Digit Grouping Symbol": "数字分组符号",
|
||||
"Digit Grouping": "数字分组",
|
||||
@@ -1807,6 +1820,7 @@
|
||||
"Aggregate by Month": "按月聚合",
|
||||
"Aggregate by Quarter": "按季度聚合",
|
||||
"Aggregate by Year": "按年聚合",
|
||||
"Aggregate by Fiscal Year": "按财年聚合",
|
||||
"Filter Accounts": "过滤账户",
|
||||
"Filter Transaction Categories": "过滤交易类型",
|
||||
"Filter Transaction Tags": "过滤交易标签",
|
||||
|
||||
Reference in New Issue
Block a user