move all transactions from one account to another account (#288)
This commit is contained in:
@@ -126,6 +126,7 @@
|
||||
"confirmImportTransactions": "您确定要导入 {count} 个交易?",
|
||||
"importingTransactions": "正在导入 ({process}%)",
|
||||
"importTransactionResult": "您已经成功导入 {count} 个交易。",
|
||||
"moveTransactionsInAccountTip": "您不能撤销该操作。该操作将会把 {fromAccount} 账户中所有的交易数据移动到 {toAccount}。",
|
||||
"clearTransactionsInAccountTip": "您不能撤销该操作。该操作将会清除您在 {account} 账户中的交易数据。请输入您当前的密码以确认。",
|
||||
"accountActivationAndResendValidationEmailTip": "账号激活链接已经发送到您的邮箱地址:{email},如果您没有收到邮件,请再次输入密码并点击下方的按钮重新发送验证邮件。",
|
||||
"resendValidationEmailTip": "如果您没有收到邮件,请再次输入密码并点击下方的按钮重新发送验证邮件到:{email}"
|
||||
@@ -1163,6 +1164,10 @@
|
||||
"transaction type mapping invalid": "交易类型映射无效",
|
||||
"transaction time format invalid": "交易时间格式无效",
|
||||
"transaction time zone format invalid": "交易时区格式无效",
|
||||
"cannot move transaction to same account": "不能将交易移动到相同的账户",
|
||||
"cannot move transaction from or to hidden account": "不能从隐藏账户移动交易或移动交易到隐藏账户",
|
||||
"cannot move transaction from or to parent account": "不能从父账户移动交易或移动交易到父账户",
|
||||
"cannot move transaction between accounts with different currencies": "不能在不同货币的账户之间移动交易",
|
||||
"transaction category id is invalid": "交易分类ID无效",
|
||||
"transaction category not found": "交易分类不存在",
|
||||
"transaction category type is invalid": "交易分类类型无效",
|
||||
@@ -1704,6 +1709,10 @@
|
||||
"Are you sure you want to delete this sub-account?": "您确定要删除该子账户?",
|
||||
"Unable to delete this account": "无法删除该账户",
|
||||
"Unable to delete this sub-account": "无法删除该子账户",
|
||||
"Move All Transactions": "移动所有交易",
|
||||
"Are you sure you want to move all transactions?": "您确定要移动所有交易?",
|
||||
"Unable to move transactions": "无法移动交易",
|
||||
"All transactions in this account has been moved.": "该账户中的所有交易已被移动。",
|
||||
"Reconciliation Statement": "对账单",
|
||||
"Account Balance Trends": "账户余额趋势",
|
||||
"Update Closing Balance": "更新期末余额",
|
||||
@@ -1886,6 +1895,8 @@
|
||||
"Default Transfer Category": "默认转账分类",
|
||||
"Invalid Account": "无效账户",
|
||||
"Target Account": "目标账户",
|
||||
"Confirm Target Account Name": "确认目标账户名称",
|
||||
"Please re-enter the target account name to confirm": "请重新输入目标账户名称以确认",
|
||||
"Invalid Tag": "无效标签",
|
||||
"Target Tag": "目标标签",
|
||||
"Remove Tag": "删除标签",
|
||||
|
||||
Reference in New Issue
Block a user