Add consistent interpolations check to CircleCI (#9072)
* Add consistent interpolations check to CircleCI * Fix locale strings using wrong variables
This commit is contained in:
parent
e8ffecbd36
commit
9b5348240e
39 changed files with 64 additions and 70 deletions
|
@ -8,11 +8,11 @@ nl:
|
|||
failure:
|
||||
already_authenticated: Je bent al ingelogd.
|
||||
inactive: Jouw account is nog niet geactiveerd.
|
||||
invalid: Ongeldig e-mailadres of wachtwoord.
|
||||
invalid: Ongeldig %{authentication_keys}.
|
||||
invalid_token: Ongeldige bevestigingscode.
|
||||
last_attempt: Je hebt nog één poging over voordat jouw account wordt opgeschort.
|
||||
locked: Jouw account is opgeschort.
|
||||
not_found_in_database: Ongeldig e-mailadres of wachtwoord.
|
||||
not_found_in_database: Ongeldig %{authentication_keys}.
|
||||
timeout: Jouw sessie is verlopen, log opnieuw in.
|
||||
unauthenticated: Je dient in te loggen of te registreren.
|
||||
unconfirmed: Je dient eerst jouw account te bevestigen.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue