mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
support batch deleting transactions
This commit is contained in:
@@ -134,11 +134,13 @@
|
||||
"selectedCount": "已选择 {count} / {totalCount}",
|
||||
"queryIndex": "查询 #{index}",
|
||||
"youHaveUpdatedTransactions": "您已经更新 {count} 个交易",
|
||||
"youHaveDeletedTransactions": "您已经删除 {count} 个交易",
|
||||
"confirmImportTransactions": "您确定要导入 {count} 个交易?",
|
||||
"importingTransactions": "正在导入 ({process}%)",
|
||||
"importTransactionResult": "您已经成功导入 {count} 个交易。",
|
||||
"moveTransactionsInAccountTip": "您不能撤销该操作。该操作将会把 {fromAccount} 账户中所有的交易数据移动到 {toAccount}。",
|
||||
"clearTransactionsInAccountTip": "您不能撤销该操作。该操作将会清除您在 {account} 账户中的交易数据。请输入您当前的密码以确认。",
|
||||
"deleteTransactionsTip": "您不能撤销该操作。该操作将会删除 {count} 个交易数据。请输入您当前的密码以确认。",
|
||||
"accountActivationAndResendValidationEmailTip": "账号激活链接已经发送到您的邮箱地址:{email},如果您没有收到邮件,请再次输入密码并点击下方的按钮重新发送验证邮件。",
|
||||
"resendValidationEmailTip": "如果您没有收到邮件,请再次输入密码并点击下方的按钮重新发送验证邮件到:{email}",
|
||||
"oauth2bindTip": "您正在使用 {providerName} 登录 \"{userName}\" 用户,请输入你的 ezBookkeeping 的密码进行验证。"
|
||||
@@ -1851,6 +1853,8 @@
|
||||
"Update Categories for Income Transactions": "更新收入交易的分类",
|
||||
"Update Categories for Transfer Transactions": "更新转账交易的分类",
|
||||
"Unable to update categories for transactions": "无法更新交易的分类",
|
||||
"Delete Transactions": "删除交易",
|
||||
"Unable to delete these transactions": "无法删除这些交易",
|
||||
"Account List": "账户列表",
|
||||
"This Week": "本周",
|
||||
"This Month": "本月",
|
||||
|
||||
Reference in New Issue
Block a user