mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
support batch update tags for transactions
This commit is contained in:
@@ -141,6 +141,7 @@
|
||||
"moveTransactionsInAccountTip": "您不能還原此操作。此操作將會把 {fromAccount} 帳戶中的所有交易資料移動到 {toAccount}。",
|
||||
"clearTransactionsInAccountTip": "您不能還原此操作。此操作將會清除您在 {account} 帳戶中的交易資料。請輸入您目前的密碼以確認。",
|
||||
"deleteTransactionsTip": "您不能還原此操作。此操作將會刪除 {count} 個交易資料。請輸入您目前的密碼以確認。",
|
||||
"clearTransactionsTagsTip": "您不能還原此操作。此操作將會清除 {count} 個交易中的全部標籤。",
|
||||
"accountActivationAndResendValidationEmailTip": "帳號啟用連結已經傳送到您的信箱地址:{email},如果您沒有收到郵件,請再次輸入密碼並點擊下方的按鈕重新發送驗證郵件。",
|
||||
"resendValidationEmailTip": "如果您沒有收到郵件,請再次輸入密碼並點擊下方的按鈕重新發送驗證郵件到:{email}",
|
||||
"oauth2bindTip": "您正在使用 {providerName} 登入 \"{userName}\" 使用者,請輸入您的 ezBookkeeping 的密碼以進行驗證。"
|
||||
@@ -1195,6 +1196,7 @@
|
||||
"cannot move transaction from or to hidden account": "不能從隱藏帳戶移動交易或移動交易到隱藏帳戶",
|
||||
"cannot move transaction from or to parent account": "不能從父帳戶移動交易或移動交易到父帳戶",
|
||||
"cannot move transaction between accounts with different currencies": "不能在不同幣別的帳戶之間移動交易",
|
||||
"cannot add tags to too many transactions one time": "一次不能將標籤添加到太多交易",
|
||||
"transaction category id is invalid": "交易分類ID無效",
|
||||
"transaction category not found": "交易分類不存在",
|
||||
"transaction category type is invalid": "交易分類類型無效",
|
||||
@@ -1856,6 +1858,10 @@
|
||||
"Update Accounts for Transactions": "更新交易的帳戶",
|
||||
"Update Destination Accounts for Transactions": "更新交易的目標帳戶",
|
||||
"Unable to update accounts for transactions": "無法更新交易的帳戶",
|
||||
"Add Tags to Transactions": "為交易添加標籤",
|
||||
"Remove Tags from Transactions": "從交易移除標籤",
|
||||
"Clear All Tags from Transactions": "從交易清除所有標籤",
|
||||
"Unable to update tags for transactions": "無法更新交易的標籤",
|
||||
"Delete Transactions": "刪除交易",
|
||||
"Unable to delete these transactions": "無法刪除這些交易",
|
||||
"Account List": "帳戶清單",
|
||||
|
||||
Reference in New Issue
Block a user