mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
show more user-friendly messages when some features are disabled
This commit is contained in:
@@ -1637,6 +1637,11 @@
|
||||
"Nickname cannot be blank": "Bijnaam mag niet leeg zijn",
|
||||
"Default currency cannot be blank": "Standaardvaluta mag niet leeg zijn",
|
||||
"Unable to log in": "Kan niet inloggen",
|
||||
"Username/password login is disabled": "Username/password login is disabled",
|
||||
"External login is disabled": "External login is disabled",
|
||||
"Two-factor authentication is disabled": "Two-factor authentication is disabled",
|
||||
"Email verification is disabled": "Email verification is disabled",
|
||||
"Forget password is disabled": "Forget password is disabled",
|
||||
"Two-Factor Authentication": "Tweestapsverificatie",
|
||||
"Two-factor authentication is not enabled yet.": "Tweestapsverificatie is nog niet ingeschakeld.",
|
||||
"Two-factor authentication is already enabled.": "Tweestapsverificatie is al ingeschakeld.",
|
||||
@@ -1798,6 +1803,7 @@
|
||||
"AI Image Recognition": "AI Image Recognition",
|
||||
"Unable to load image": "Unable to load image",
|
||||
"Unable to recognize image": "Unable to recognize image",
|
||||
"AI image recognition is disabled": "AI image recognition is disabled",
|
||||
"You can drag and drop, paste or click to select a receipt or transaction image": "You can drag and drop, paste or click to select a receipt or transaction image",
|
||||
"Release to load image": "Release to load image",
|
||||
"Loading image...": "Loading image...",
|
||||
@@ -1916,6 +1922,7 @@
|
||||
"Cannot import invalid transactions": "Ongeldige transacties kunnen niet worden geïmporteerd",
|
||||
"Unable to parse import file": "Kan importbestand niet parseren",
|
||||
"Unable to import transactions": "Kan transacties niet importeren",
|
||||
"Transaction importing is disabled": "Transaction importing is disabled",
|
||||
"Load Data Mapping File": "Datatoewijzingsbestand laden",
|
||||
"Save Data Mapping File": "Datatoewijzingsbestand opslaan",
|
||||
"Data mapping file is invalid": "Datatoewijzingsbestand is ongeldig",
|
||||
@@ -1990,6 +1997,7 @@
|
||||
"Are you sure you want to remove this transaction picture?": "Weet je zeker dat je deze transactie-afbeelding wilt verwijderen?",
|
||||
"Unable to upload transaction picture": "Kan transactie-afbeelding niet uploaden",
|
||||
"Unable to remove transaction picture": "Kan transactie-afbeelding niet verwijderen",
|
||||
"Transaction picture is disabled": "Transaction picture is disabled",
|
||||
"Failed to load image, please check whether the config \"domain\" and \"root_url\" are set correctly.": "Afbeelding laden mislukt; controleer of de configuratie-waarden \"domain\" en \"root_url\" correct zijn ingesteld.",
|
||||
"Search transaction description": "Transactiebeschrijving zoeken",
|
||||
"Unable to retrieve transaction list": "Kan transactielijst niet ophalen",
|
||||
|
||||
Reference in New Issue
Block a user