mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
support batch deleting transactions
This commit is contained in:
@@ -134,11 +134,13 @@
|
||||
"selectedCount": "{count} / {totalCount}を選択",
|
||||
"queryIndex": "Query #{index}",
|
||||
"youHaveUpdatedTransactions": "{count}件の取引を更新しました",
|
||||
"youHaveDeletedTransactions": "You have deleted {count} transactions",
|
||||
"confirmImportTransactions": "本当に{count}件の取引をインポートしますか?",
|
||||
"importingTransactions": "Importing ({process}%)",
|
||||
"importTransactionResult": "{count}件の取引を正常にインポートしました。",
|
||||
"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": "アカウントの有効化リンクがメールアドレスに送信されました:{email}、メールが届かない場合はパスワードをもう一度入力して下のボタンをクリックして認証メールを再送信してください。",
|
||||
"resendValidationEmailTip": "メールが届かない場合は、パスワードをもう一度入力の上、以下のボタンをクリックして検証メールを再送信してください: {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": "口座リスト",
|
||||
"This Week": "今週",
|
||||
"This Month": "今月",
|
||||
|
||||
Reference in New Issue
Block a user