mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04: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": "依財政年度",
|
||||
"Yearly": "依年份",
|
||||
"Quarterly": "依季度",
|
||||
"Monthly": "依月份",
|
||||
"Daily": "依日期"
|
||||
},
|
||||
"numeral": {
|
||||
"Dot": "句點",
|
||||
"Comma": "逗號",
|
||||
@@ -1635,6 +1642,8 @@
|
||||
"Unable to delete this account": "無法刪除此帳戶",
|
||||
"Unable to delete this sub-account": "無法刪除此子帳戶",
|
||||
"Reconciliation Statement": "對帳單",
|
||||
"Show Account Balance Trends": "顯示帳戶餘額趨勢",
|
||||
"Show Transaction List": "顯示交易清單",
|
||||
"Update Closing Balance": "更新期末餘額",
|
||||
"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": "時間粒度",
|
||||
"Aggregate by Month": "依月份彙整",
|
||||
"Aggregate by Quarter": "依季度彙整",
|
||||
"Aggregate by Year": "依年份彙整",
|
||||
|
||||
Reference in New Issue
Block a user