mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
support displaying transactions since the last reconciled time
This commit is contained in:
@@ -1112,6 +1112,7 @@
|
||||
"cannot login by password": "您不能使用密碼登入",
|
||||
"user name is invalid": "使用者名稱無效",
|
||||
"nick name is invalid": "使用者暱稱無效",
|
||||
"last reconciled time is not enabled": "最後對帳時間未啟用",
|
||||
"unauthorized access": "未授權的登入",
|
||||
"current token is invalid": "目前認證令牌無效",
|
||||
"current token is expired": "目前認證令牌已過期",
|
||||
@@ -1155,6 +1156,8 @@
|
||||
"not supported to modify account currency": "不支援修改帳戶貨幣",
|
||||
"not supported to modify account balance": "不支援修改帳戶餘額",
|
||||
"not supported to modify account balance time": "不支援修改帳戶餘額時間",
|
||||
"parent account cannot set last reconciled time": "父帳戶不能設定最後對帳時間",
|
||||
"cannot set last reconciled time before current value": "不能將最後對帳時間設定為早於目前值的時間",
|
||||
"transaction id is invalid": "交易ID無效",
|
||||
"transaction not found": "交易不存在",
|
||||
"transaction type is invalid": "交易類型無效",
|
||||
@@ -1548,6 +1551,7 @@
|
||||
"Recent 5 years": "最近5年",
|
||||
"Previous Billing Cycle": "上個帳單週期",
|
||||
"Current Billing Cycle": "當前帳單週期",
|
||||
"Since Last Reconciled Time": "自最後對帳時間起",
|
||||
"Last day": "倒數第1日",
|
||||
"last day": "倒數第1日",
|
||||
"Custom Date": "自訂日期",
|
||||
@@ -1941,6 +1945,9 @@
|
||||
"You have saved this account": "您已經儲存此帳戶",
|
||||
"Unable to add account": "無法新增帳戶",
|
||||
"Unable to save account": "無法儲存帳戶",
|
||||
"Mark as Reconciled": "標記為已對帳",
|
||||
"Last reconciled time have been updated": "最後對帳時間已更新",
|
||||
"Unable to update last reconciled time": "無法更新最後對帳時間",
|
||||
"Show Hidden Accounts": "顯示隱藏的帳戶",
|
||||
"Hide Hidden Accounts": "不顯示隱藏的帳戶",
|
||||
"Set Accounts Included in Total": "設定計入總金額的帳戶",
|
||||
|
||||
Reference in New Issue
Block a user