mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
support batch deleting transactions
This commit is contained in:
@@ -134,11 +134,13 @@
|
||||
"selectedCount": "Đã chọn {count} trên {totalCount}",
|
||||
"queryIndex": "Query #{index}",
|
||||
"youHaveUpdatedTransactions": "Bạn đã cập nhật {count} giao dịch",
|
||||
"youHaveDeletedTransactions": "You have deleted {count} transactions",
|
||||
"confirmImportTransactions": "Bạn có chắc chắn muốn nhập {count} giao dịch không?",
|
||||
"importingTransactions": "Importing ({process}%)",
|
||||
"importTransactionResult": "Bạn đã nhập thành công {count} giao dịch.",
|
||||
"moveTransactionsInAccountTip": "You CANNOT undo this action. This will move all transactions from {fromAccount} to {toAccount}.",
|
||||
"clearTransactionsInAccountTip": "You CANNOT undo this action. This will clear your transactions data in {account}. Please enter your current password to confirm.",
|
||||
"deleteTransactionsTip": "You CANNOT undo this action. This will delete {count} transactions. Please enter your current password to confirm.",
|
||||
"accountActivationAndResendValidationEmailTip": "Liên kết kích hoạt tài khoản đã được gửi tới email của bạn: {email}. Nếu bạn không nhận được email, vui lòng nhập lại mật khẩu và nhấp nút bên dưới để gửi lại email xác nhận.",
|
||||
"resendValidationEmailTip": "Nếu bạn không nhận được email, vui lòng nhập lại mật khẩu và nhấp nút bên dưới để gửi lại email xác nhận tới: {email}",
|
||||
"oauth2bindTip": "You're signing in to the {userName} user using {providerName}. Please enter your ezBookkeeping password to verify."
|
||||
@@ -1851,6 +1853,8 @@
|
||||
"Update Categories for Income Transactions": "Update Categories for Income Transactions",
|
||||
"Update Categories for Transfer Transactions": "Update Categories for Transfer Transactions",
|
||||
"Unable to update categories for transactions": "Unable to update categories for transactions",
|
||||
"Delete Transactions": "Delete Transactions",
|
||||
"Unable to delete these transactions": "Unable to delete these transactions",
|
||||
"Account List": "Danh sách tài khoản",
|
||||
"This Week": "Tuần này",
|
||||
"This Month": "Tháng này",
|
||||
|
||||
Reference in New Issue
Block a user