mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
support displaying transactions since the last reconciled time
This commit is contained in:
@@ -1112,6 +1112,7 @@
|
||||
"cannot login by password": "You cannot login by password",
|
||||
"user name is invalid": "User name is invalid",
|
||||
"nick name is invalid": "User nickname is invalid",
|
||||
"last reconciled time is not enabled": "Last reconciled time is not enabled",
|
||||
"unauthorized access": "Ongeautoriseerde toegang",
|
||||
"current token is invalid": "Huidige token is ongeldig",
|
||||
"current token is expired": "Huidige token is verlopen",
|
||||
@@ -1155,6 +1156,8 @@
|
||||
"not supported to modify account currency": "Wijzigen van rekeningvaluta wordt niet ondersteund",
|
||||
"not supported to modify account balance": "Wijzigen van rekeningsaldo wordt niet ondersteund",
|
||||
"not supported to modify account balance time": "Wijzigen van tijdstip rekeningsaldo wordt niet ondersteund",
|
||||
"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": "Transactie-ID is ongeldig",
|
||||
"transaction not found": "Transactie niet gevonden",
|
||||
"transaction type is invalid": "Transactietype is ongeldig",
|
||||
@@ -1548,6 +1551,7 @@
|
||||
"Recent 5 years": "Afgelopen 5 jaar",
|
||||
"Previous Billing Cycle": "Vorige factureringsperiode",
|
||||
"Current Billing Cycle": "Huidige factureringsperiode",
|
||||
"Since Last Reconciled Time": "Since Last Reconciled Time",
|
||||
"Last day": "Last day",
|
||||
"last day": "last day",
|
||||
"Custom Date": "Aangepaste datum",
|
||||
@@ -1941,6 +1945,9 @@
|
||||
"You have saved this account": "Je hebt deze rekening opgeslagen",
|
||||
"Unable to add account": "Kan rekening niet toevoegen",
|
||||
"Unable to save account": "Kan rekening niet opslaan",
|
||||
"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": "Verborgen rekeningen tonen",
|
||||
"Hide Hidden Accounts": "Verborgen rekeningen verbergen",
|
||||
"Set Accounts Included in Total": "Rekeningen kiezen voor totaal",
|
||||
|
||||
Reference in New Issue
Block a user