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": "EUR",
|
||||
"firstDayOfWeek": "Monday",
|
||||
"fiscalYearFormat": "EndYYYY",
|
||||
"longDateFormat": "DDMMYYYY",
|
||||
"shortDateFormat": "DDMMYYYY",
|
||||
"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} Stunde(n) hinter der Standardzeitzone",
|
||||
@@ -1196,6 +1204,7 @@
|
||||
"oldPassword": "Aktuelles Passwort",
|
||||
"defaultCurrency": "Standardwährung",
|
||||
"firstDayOfWeek": "Erster Wochentag",
|
||||
"fiscalYearStart": "Fiscal Year Start Date",
|
||||
"transactionEditScope": "Bearbeitbarer Transaktionsbereich",
|
||||
"name": "Name",
|
||||
"category": "Kategorie",
|
||||
@@ -1366,6 +1375,8 @@
|
||||
"Last month": "Letzter Monat",
|
||||
"This year": "Dieses Jahr",
|
||||
"Last year": "Letztes Jahr",
|
||||
"This fiscal year": "This fiscal year",
|
||||
"Last fiscal year": "Last fiscal year",
|
||||
"Recent 12 months": "Letzte 12 Monate",
|
||||
"Recent 24 months": "Letzte 24 Monate",
|
||||
"Recent 36 months": "Letzte 36 Monate",
|
||||
@@ -1447,10 +1458,12 @@
|
||||
"Default Currency": "Standardwährung",
|
||||
"Default Account": "Standardkonto",
|
||||
"First Day of Week": "Erster Wochentag",
|
||||
"Fiscal Year Start Date": "Fiscal Year Start Date",
|
||||
"Long Date Format": "Langes Datumsformat",
|
||||
"Short Date Format": "Kurzes Datumsformat",
|
||||
"Long Time Format": "Langes Zeitformat",
|
||||
"Short Time Format": "Kurzes Zeitformat",
|
||||
"Fiscal Year Format": "Fiscal Year Format",
|
||||
"Decimal Separator": "Dezimaltrennzeichen",
|
||||
"Digit Grouping Symbol": "Zifferngruppierungssymbol",
|
||||
"Digit Grouping": "Zifferngruppierung",
|
||||
@@ -1807,6 +1820,7 @@
|
||||
"Aggregate by Month": "Nach Monat aggregieren",
|
||||
"Aggregate by Quarter": "Nach Quartal aggregieren",
|
||||
"Aggregate by Year": "Nach Jahr aggregieren",
|
||||
"Aggregate by Fiscal Year": "Aggregate by Fiscal Year",
|
||||
"Filter Accounts": "Konten filtern",
|
||||
"Filter Transaction Categories": "Transaktionskategorien filtern",
|
||||
"Filter Transaction Tags": "Transaktions-Tags filtern",
|
||||
|
||||
Reference in New Issue
Block a user