mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
add multilingual entries
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
"default": {
|
||||
"currency": "JPY",
|
||||
"firstDayOfWeek": "Sunday",
|
||||
"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": "Fiscal Year Start Date",
|
||||
"transactionEditScope": "編集可能な取引範囲",
|
||||
"name": "名前",
|
||||
"category": "カテゴリ",
|
||||
@@ -1366,6 +1375,8 @@
|
||||
"Last month": "先月",
|
||||
"This year": "今年",
|
||||
"Last year": "去年",
|
||||
"This fiscal year": "This fiscal year",
|
||||
"Last 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": "Fiscal Year Start Date",
|
||||
"Long Date Format": "長い日付形式",
|
||||
"Short Date Format": "短い日付形式",
|
||||
"Long Time Format": "長い時間形式",
|
||||
"Short Time Format": "短い時間形式",
|
||||
"Fiscal Year 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": "Aggregate by Fiscal Year",
|
||||
"Filter Accounts": "口座で絞り込み",
|
||||
"Filter Transaction Categories": "取引カテゴリで絞り込み",
|
||||
"Filter Transaction Tags": "取引タグで絞り込み",
|
||||
|
||||
Reference in New Issue
Block a user