mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
add multilingual entries
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
"default": {
|
||||
"currency": "TWD",
|
||||
"firstDayOfWeek": "Sunday",
|
||||
"fiscalYearFormat": "EndYYYY",
|
||||
"longDateFormat": "YYYYMMDD",
|
||||
"shortDateFormat": "YYYYMMDD",
|
||||
"longTimeFormat": "AHHMMSS",
|
||||
@@ -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