mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
support calendar display type (Gregorian and Buddhist)
This commit is contained in:
+5
-5
@@ -76,9 +76,9 @@
|
||||
"dd_mm_yyyy": "DD/MM"
|
||||
},
|
||||
"shortDay": {
|
||||
"yyyy_mm_dd": "DD",
|
||||
"mm_dd_yyyy": "DD",
|
||||
"dd_mm_yyyy": "DD"
|
||||
"yyyy_mm_dd": "D",
|
||||
"mm_dd_yyyy": "D",
|
||||
"dd_mm_yyyy": "D"
|
||||
},
|
||||
"longTime": {
|
||||
"hh_mm_ss": "HH:mm:ss",
|
||||
@@ -138,8 +138,7 @@
|
||||
},
|
||||
"calendar": {
|
||||
"Gregorian": "Gregorian",
|
||||
"Buddhist": "Buddhist",
|
||||
"Gregorian (with Chinese Calendar)": "Gregorian (with Chinese Calendar)"
|
||||
"Buddhist": "Buddhist"
|
||||
},
|
||||
"datetime": {
|
||||
"AM": {
|
||||
@@ -1857,6 +1856,7 @@
|
||||
"Unable to retrieve transaction list": "Impossibile recuperare l'elenco delle transazioni",
|
||||
"Unable to retrieve reconciliation statements": "Unable to retrieve reconciliation statements",
|
||||
"Custom Date Range": "Intervallo date personalizzato",
|
||||
"Select Month": "Select Month",
|
||||
"Transaction Detail": "Dettaglio transazione",
|
||||
"No transaction data": "Nessun dato di transazione",
|
||||
"Are you sure you want to delete this transaction?": "Sei sicuro di voler eliminare questa transazione?",
|
||||
|
||||
Reference in New Issue
Block a user