mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
support batch update tags for transactions
This commit is contained in:
@@ -141,6 +141,7 @@
|
||||
"moveTransactionsInAccountTip": "இந்த செயலை மீட்டெடுக்க முடியாது. இது {fromAccount} இலிருந்து அனைத்து பரிவர்த்தனைகளையும் {toAccount} க்கு மாற்றும்.",
|
||||
"clearTransactionsInAccountTip": "இந்த செயலை மீட்டெடுக்க முடியாது. இது {account} இல் உள்ள உங்கள் அனைத்து பரிவர்த்தனைகளையும் நீக்கும். உறுதிப்படுத்த உங்கள் தற்போதைய கடவுச்சொல்லை உள்ளிடவும்.",
|
||||
"deleteTransactionsTip": "You CANNOT undo this action. This will delete {count} transactions. Please enter your current password to confirm.",
|
||||
"clearTransactionsTagsTip": "You CANNOT undo this action. This will clear all tags from {count} transactions.",
|
||||
"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": "You 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 Accounts for Transactions",
|
||||
"Update Destination Accounts for Transactions": "Update Destination Accounts for Transactions",
|
||||
"Unable to update accounts for transactions": "Unable to update accounts for transactions",
|
||||
"Add Tags to Transactions": "Add Tags to Transactions",
|
||||
"Remove Tags from Transactions": "Remove Tags from Transactions",
|
||||
"Clear All Tags from Transactions": "Clear All Tags from Transactions",
|
||||
"Unable to update tags for transactions": "Unable to update tags for transactions",
|
||||
"Delete Transactions": "Delete Transactions",
|
||||
"Unable to delete these transactions": "Unable to delete these transactions",
|
||||
"Account List": "கணக்குகளின் பட்டியல்",
|
||||
|
||||
Reference in New Issue
Block a user