support transaction tag group
This commit is contained in:
+26
-3
@@ -618,7 +618,7 @@
|
||||
"ZMW": "Zambiya Kvaçası",
|
||||
"ZWG": "Zimbabve Altını",
|
||||
"ZWL": "Zimbabve Doları"
|
||||
},
|
||||
},
|
||||
"unit": {
|
||||
"Afghani": {
|
||||
"normal": "Afgani",
|
||||
@@ -1053,7 +1053,7 @@
|
||||
"amap": "Amap",
|
||||
"custom": "Kullanıcı Tanımlı"
|
||||
},
|
||||
"error": {
|
||||
"error": {
|
||||
"system error": "Sistem Hatası",
|
||||
"api not found": "API isteği başarısız oldu",
|
||||
"not implemented": "Henüz uygulanmadı",
|
||||
@@ -1278,6 +1278,9 @@
|
||||
"explorer id is invalid": "Explorer ID is invalid",
|
||||
"explorer not found": "Explorer is not found",
|
||||
"explorer data is invalid": "Explorer data is invalid",
|
||||
"transaction tag group id is invalid": "Transaction tag group ID is invalid",
|
||||
"transaction tag group not found": "Transaction tag group is not found",
|
||||
"transaction tag group is in use and cannot be deleted": "Transaction tag group is in use and it cannot be deleted",
|
||||
"query items cannot be blank": "Sorgu öğeleri boş olamaz",
|
||||
"query items too much": "Çok fazla sorgu öğesi var",
|
||||
"query items have invalid item": "Sorgu öğelerinde geçersiz öğe var",
|
||||
@@ -1410,7 +1413,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"sample": {
|
||||
"sample": {
|
||||
"importTransactionCustomScript": {
|
||||
"headerComment": "Örnek betik:",
|
||||
"functionDescription": "Ayrıştırılan dosya verisinin her satırı için parse fonksiyonu çağrılacaktır, fonksiyon adı 'parse' olmalıdır",
|
||||
@@ -1485,6 +1488,8 @@
|
||||
"Version": "Sürüm",
|
||||
"Edit": "Düzenle",
|
||||
"View": "Görüntüle",
|
||||
"Move": "Move",
|
||||
"Move to...": "Move to...",
|
||||
"Remove": "Kaldır",
|
||||
"Delete": "Sil",
|
||||
"Duplicate": "Çoğalt",
|
||||
@@ -2376,12 +2381,30 @@
|
||||
"Show Hidden Transaction Categories": "Gizli İşlem Kategorilerini Göster",
|
||||
"Hide Hidden Transaction Categories": "Gizli İşlem Kategorilerini Gizle",
|
||||
"Transaction Tags": "İşlem Etiketleri",
|
||||
"Total tags": "Total tags",
|
||||
"Default Group": "Default Group",
|
||||
"Tag Title": "Etiket Başlığı",
|
||||
"No available tag": "Mevcut etiket yok",
|
||||
"Find tag": "Etiket bul",
|
||||
"Unable to retrieve tag list": "Etiket listesi alınamadı",
|
||||
"Tag list is up to date": "Etiket listesi güncel",
|
||||
"Tag list has been updated": "Etiket listesi güncellendi",
|
||||
"Add Tag Group": "Add Tag Group",
|
||||
"Rename Tag Group": "Rename Tag Group",
|
||||
"Delete Tag Group": "Delete Tag Group",
|
||||
"Change Group Display Order": "Change Group Display Order",
|
||||
"Transaction Tag Groups": "Transaction Tag Groups",
|
||||
"Tag Group Name": "Tag Group Name",
|
||||
"New Tag Group Name": "New Tag Group Name",
|
||||
"No available tag group": "No available tag group",
|
||||
"Unable to retrieve tag group list": "Unable to retrieve tag group list",
|
||||
"Tag group list has been updated": "Tag group list has been updated",
|
||||
"Unable to add tag group": "Unable to add tag group",
|
||||
"Unable to save tag group": "Unable to save tag group",
|
||||
"Unable to move tag group": "Unable to move tag group",
|
||||
"Unable to rename this tag group": "Unable to rename this tag group",
|
||||
"Are you sure you want to delete this tag group?": "Are you sure you want to delete this tag group?",
|
||||
"Unable to delete this tag group": "Unable to delete this tag group",
|
||||
"Add new tag": "Yeni etiket ekle",
|
||||
"Unable to add tag": "Etiket eklenemedi",
|
||||
"Unable to save tag": "Etiket kaydedilemedi",
|
||||
|
||||
Reference in New Issue
Block a user