mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
reconciliation statement page / dialog supports account balance trends chart (#184)
This commit is contained in:
@@ -251,6 +251,13 @@
|
||||
"31": "31-й"
|
||||
}
|
||||
},
|
||||
"granularity": {
|
||||
"FiscalYearly": "Fiscal Yearly",
|
||||
"Yearly": "Yearly",
|
||||
"Quarterly": "Quarterly",
|
||||
"Monthly": "Monthly",
|
||||
"Daily": "Daily"
|
||||
},
|
||||
"numeral": {
|
||||
"Dot": "Крапка",
|
||||
"Comma": "Кома",
|
||||
@@ -1635,6 +1642,8 @@
|
||||
"Unable to delete this account": "Не вдалося видалити цей рахунок",
|
||||
"Unable to delete this sub-account": "Не вдалося видалити цей субрахунок",
|
||||
"Reconciliation Statement": "Reconciliation Statement",
|
||||
"Show Account Balance Trends": "Show Account Balance Trends",
|
||||
"Show Transaction List": "Show Transaction List",
|
||||
"Update Closing Balance": "Update Closing Balance",
|
||||
"Please enter the new closing balance for the account": "Please enter the new closing balance for the account",
|
||||
"Transaction": "Транзакція",
|
||||
@@ -1873,6 +1882,7 @@
|
||||
"Sort by Amount": "Сортувати за сумою",
|
||||
"Sort by Display Order": "Сортувати за порядком відображення",
|
||||
"Sort by Name": "Сортувати за назвою",
|
||||
"Time Granularity": "Time Granularity",
|
||||
"Aggregate by Month": "Агрегувати за місяцями",
|
||||
"Aggregate by Quarter": "Агрегувати за кварталами",
|
||||
"Aggregate by Year": "Агрегувати за роками",
|
||||
|
||||
Reference in New Issue
Block a user