mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
support batch update tags for transactions
This commit is contained in:
@@ -141,6 +141,7 @@
|
||||
"moveTransactionsInAccountTip": "Bu işlem GERİ ALINAMAZ. Bu, {fromAccount} hesabındaki tüm işlemleri {toAccount} hesabına taşıyacaktır.",
|
||||
"clearTransactionsInAccountTip": "Bu işlem GERİ ALINAMAZ. Bu, {account} hesabındaki işlem verilerinizi silecektir. Onaylamak için lütfen mevcut şifrenizi girin.",
|
||||
"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": "Hesap aktivasyon bağlantısı e-posta adresinize ({email}) gönderildi. Eğer e-postayı almadıysanız, lütfen şifrenizi tekrar girin ve doğrulama postasını yeniden göndermek için aşağıdaki butona tıklayın.",
|
||||
"resendValidationEmailTip": "Eğer e-postayı almadıysanız, lütfen şifrenizi tekrar girin ve doğrulama postasını şu adrese yeniden göndermek için aşağıdaki butona tıklayın: {email}",
|
||||
"oauth2bindTip": "{providerName} kullanarak {userName} hesabına giriş yapıyorsunuz. Doğrulamak için lütfen ezBookkeeping şifrenizi girin."
|
||||
@@ -1195,6 +1196,7 @@
|
||||
"cannot move transaction from or to hidden account": "Gizli hesaptan veya gizli hesaba işlem taşınamaz",
|
||||
"cannot move transaction from or to parent account": "Ana hesaptan veya ana hesaba işlem taşınamaz",
|
||||
"cannot move transaction between accounts with different currencies": "Farklı para birimlerine sahip hesaplar arasında işlem taşınamaz",
|
||||
"cannot add tags to too many transactions one time": "You cannot add tags to too many transactions one time",
|
||||
"transaction category id is invalid": "İşlem kategori ID geçersiz",
|
||||
"transaction category not found": "İşlem kategorisi bulunamadı",
|
||||
"transaction category type is invalid": "İşlem kategori türü geçersiz",
|
||||
@@ -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": "Hesap Listesi",
|
||||
|
||||
Reference in New Issue
Block a user