-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename user.json to account.json (#1097)
- Loading branch information
Showing
12 changed files
with
63 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 16 additions & 18 deletions
34
frontend/lib/i18n/locales/nl/user.json → frontend/lib/i18n/locales/nl/account.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,25 @@ | ||
{ | ||
"personalize_account": "Personaliseer je account", | ||
"username": "Gebruikersnaam", | ||
"username_hint": "Je kan deze niet aanpassen. Log volgende keer weer met deze gebruikersnaam in.", | ||
"username_login_hint": "De naam op het briefje dat je van de coördinator hebt gekregen.", | ||
"username_default": "Gebruiker01", | ||
"account": "Account", | ||
"account_setup": "Account instellen", | ||
"change_password": "Wachtwoord wijzigen", | ||
"current_password_hint": "Vul je huidige wachtwoord in", | ||
"login": "Inloggen", | ||
"login_success": "Inloggen gelukt", | ||
"logout": "Afmelden", | ||
"name": "Jouw naam", | ||
"name_subtext": "(roepnaam + achternaam)", | ||
"name_hint": "Bijvoorbeeld Karel van Tellingen. Je naam wordt opgenomen in het verslag van deze invoersessie.", | ||
"name_subtext": "(roepnaam + achternaam)", | ||
"password": "Wachtwoord", | ||
"password_changed": "Je wachtwoord is succesvol gewijzigd", | ||
"password_hint": "Je hebt dit wachtwoord nodig als je na een pauze opnieuw wilt inloggen. Gebruik minimaal 8 letters en 2 cijfers.", | ||
"password_login_hint": "Eerder ingelogd? Vul het wachtwoord in dat je zelf hebt ingesteld. Nog niet eerder ingelogd? Gebruik het wachtwoord dat je van de coördinator hebt gekregen.", | ||
"password_mismatch": "De wachtwoorden komen niet overeen", | ||
"password_new": "Kies nieuw wachtwoord", | ||
"password_repeat": "Herhaal het wachtwoord dat je net hebt ingevuld", | ||
"password_mismatch": "De wachtwoorden komen niet overeen", | ||
"password_changed": "Je wachtwoord is succesvol gewijzigd", | ||
"login": "Inloggen", | ||
"login_success": "Inloggen gelukt", | ||
"logout": "Afmelden", | ||
"account": "Account", | ||
"account_setup": "Account instellen", | ||
"change_password": "Wachtwoord wijzigen", | ||
"current_password_hint": "Vul je huidige wachtwoord in", | ||
"phrases": { | ||
"setting_up_account": "We gaan je account instellen voor gebruik. Vul onderstaande gegevens in om verder te gaan." | ||
} | ||
"personalize_account": "Personaliseer je account", | ||
"setting_up_account": "We gaan je account instellen voor gebruik. Vul onderstaande gegevens in om verder te gaan.", | ||
"username": "Gebruikersnaam", | ||
"username_default": "Gebruiker01", | ||
"username_hint": "Je kan deze niet aanpassen. Log volgende keer weer met deze gebruikersnaam in.", | ||
"username_login_hint": "De naam op het briefje dat je van de coördinator hebt gekregen." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters