mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
support displaying transactions since the last reconciled time
This commit is contained in:
@@ -1112,6 +1112,7 @@
|
||||
"cannot login by password": "Şifre ile giriş yapamazsınız",
|
||||
"user name is invalid": "Kullanıcı adı geçersiz",
|
||||
"nick name is invalid": "Takma ad geçersiz",
|
||||
"last reconciled time is not enabled": "Last reconciled time is not enabled",
|
||||
"unauthorized access": "Yetkisiz erişim",
|
||||
"current token is invalid": "Mevcut jeton (token) geçersiz",
|
||||
"current token is expired": "Mevcut jetonun (token) süresi dolmuş",
|
||||
@@ -1155,6 +1156,8 @@
|
||||
"not supported to modify account currency": "Hesap para birimini değiştirmek desteklenmiyor",
|
||||
"not supported to modify account balance": "Hesap bakiyesini değiştirmek desteklenmiyor",
|
||||
"not supported to modify account balance time": "Hesap bakiye zamanını değiştirmek desteklenmiyor",
|
||||
"parent account cannot set last reconciled time": "Parent account cannot set last reconciled time",
|
||||
"cannot set last reconciled time before current value": "Cannot set last reconciled time before current value",
|
||||
"transaction id is invalid": "İşlem ID geçersiz",
|
||||
"transaction not found": "İşlem bulunamadı",
|
||||
"transaction type is invalid": "İşlem türü geçersiz",
|
||||
@@ -1548,6 +1551,7 @@
|
||||
"Recent 5 years": "Son 5 yıl",
|
||||
"Previous Billing Cycle": "Önceki Fatura Dönemi",
|
||||
"Current Billing Cycle": "Mevcut Fatura Dönemi",
|
||||
"Since Last Reconciled Time": "Since Last Reconciled Time",
|
||||
"Last day": "Last day",
|
||||
"last day": "last day",
|
||||
"Custom Date": "Özel Tarih",
|
||||
@@ -1941,6 +1945,9 @@
|
||||
"You have saved this account": "Bu hesabı kaydettiniz",
|
||||
"Unable to add account": "Hesap eklenemedi",
|
||||
"Unable to save account": "Hesap kaydedilemedi",
|
||||
"Mark as Reconciled": "Mark as Reconciled",
|
||||
"Last reconciled time have been updated": "Last reconciled time have been updated",
|
||||
"Unable to update last reconciled time": "Unable to update last reconciled time",
|
||||
"Show Hidden Accounts": "Gizli Hesapları Göster",
|
||||
"Hide Hidden Accounts": "Gizli Hesapları Gizle",
|
||||
"Set Accounts Included in Total": "Toplamda Dahil Edilecek Hesapları Ayarla",
|
||||
|
||||
Reference in New Issue
Block a user