Apply i18n-tasks normalize to locales (#1696)

This commit is contained in:
Eugen 2017-04-13 19:18:32 +02:00 committed by GitHub
parent 5619099564
commit 9e5c1c487e
13 changed files with 315 additions and 333 deletions

View file

@ -2,58 +2,58 @@
nl:
devise:
confirmations:
confirmed: 'Je account is bevestigd.'
send_instructions: 'Je ontvangt via e-mail instructies hoe je je account kan bevestigen.'
send_paranoid_instructions: 'Als je e-mailadres bestaat in de database, ontvang je via e-mail instructies hoe je je account kan bevestigen.'
confirmed: Je account is bevestigd.
send_instructions: Je ontvangt via e-mail instructies hoe je je account kan bevestigen.
send_paranoid_instructions: Als je e-mailadres bestaat in de database, ontvang je via e-mail instructies hoe je je account kan bevestigen.
failure:
already_authenticated: 'Je bent al ingelogd.'
unauthenticated: 'Je dient in te loggen of je in te schrijven.'
unconfirmed: 'Je dient eerst je account te bevestigen.'
locked: 'Je account is gelocked.'
invalid: 'Ongeldig e-mail of wachtwoord.'
invalid_token: 'Invalide authenticiteit token.'
timeout: 'Je sessie is verlopen, log a.u.b. opnieuw in.'
inactive: 'Je account is nog niet geactiveerd.'
last_attempt: 'Je hebt nog een poging over voordat je account wordt geblokkeerd.'
not_found_in_database: "Ongeldig e-mail of wachtwoord."
already_authenticated: Je bent al ingelogd.
inactive: Je account is nog niet geactiveerd.
invalid: Ongeldig e-mail of wachtwoord.
invalid_token: Invalide authenticiteit token.
last_attempt: Je hebt nog een poging over voordat je account wordt geblokkeerd.
locked: Je account is gelocked.
not_found_in_database: Ongeldig e-mail of wachtwoord.
timeout: Je sessie is verlopen, log a.u.b. opnieuw in.
unauthenticated: Je dient in te loggen of je in te schrijven.
unconfirmed: Je dient eerst je account te bevestigen.
mailer:
confirmation_instructions:
subject: 'Bevestiging mailadres'
subject: Bevestiging mailadres
reset_password_instructions:
subject: 'Wachtwoord resetten'
subject: Wachtwoord resetten
unlock_instructions:
subject: 'Unlock instructies'
subject: Unlock instructies
omniauth_callbacks:
success: 'Successvol aangemeld met je %{kind} account.'
failure: 'Kon je niet aanmelden met je %{kind} account, omdat "%{reason}".'
failure: Kon je niet aanmelden met je %{kind} account, omdat "%{reason}".
success: Successvol aangemeld met je %{kind} account.
passwords:
no_token: 'Je kan deze pagina niet benaderen zonder een "wachtwoord reset e-mail"'
send_instructions: 'Je ontvangt via e-mail instructies hoe je je wachtwoord moet resetten.'
send_paranoid_instructions: 'Als je e-mailadres bestaat in de database, ontvang je via e-mail instructies hoe je je wachtwoord moet resetten.'
updated: 'Je wachtwoord is gewijzigd. Je bent nu ingelogd.'
updated_not_active: 'Je wachtwoord is gewijzigd.'
no_token: Je kan deze pagina niet benaderen zonder een "wachtwoord reset e-mail"
send_instructions: Je ontvangt via e-mail instructies hoe je je wachtwoord moet resetten.
send_paranoid_instructions: Als je e-mailadres bestaat in de database, ontvang je via e-mail instructies hoe je je wachtwoord moet resetten.
updated: Je wachtwoord is gewijzigd. Je bent nu ingelogd.
updated_not_active: Je wachtwoord is gewijzigd.
registrations:
signed_up_but_unconfirmed: 'Je ontvangt via e-mail instructies hoe je je account kunt activeren.'
signed_up_but_inactive: 'Je bent ingeschreven. Je kon alleen niet automatisch ingelogd worden omdat je account nog niet geactiveerd is.'
signed_up_but_locked: 'Je bent ingeschreven. Je kon alleen niet automatisch ingelogd worden omdat je account geblokkeerd is.'
signed_up: 'Je bent ingeschreven.'
update_needs_confirmation: 'Je hebt je e-mailadres succesvol gewijzigd, maar we moeten je nieuwe mailadres nog verifiëren. Controleer je e-mail en klik op de link in de mail om je mailadres te verifiëren.'
updated: 'Je account gegevens zijn opgeslagen.'
destroyed: 'Je account is verwijderd, wellicht tot ziens!'
destroyed: Je account is verwijderd, wellicht tot ziens!
signed_up: Je bent ingeschreven.
signed_up_but_inactive: Je bent ingeschreven. Je kon alleen niet automatisch ingelogd worden omdat je account nog niet geactiveerd is.
signed_up_but_locked: Je bent ingeschreven. Je kon alleen niet automatisch ingelogd worden omdat je account geblokkeerd is.
signed_up_but_unconfirmed: Je ontvangt via e-mail instructies hoe je je account kunt activeren.
update_needs_confirmation: Je hebt je e-mailadres succesvol gewijzigd, maar we moeten je nieuwe mailadres nog verifiëren. Controleer je e-mail en klik op de link in de mail om je mailadres te verifiëren.
updated: Je account gegevens zijn opgeslagen.
sessions:
signed_in: 'Je bent succesvol ingelogd.'
signed_out: 'Je bent succesvol uitgelogd.'
signed_in: Je bent succesvol ingelogd.
signed_out: Je bent succesvol uitgelogd.
unlocks:
send_instructions: 'Je ontvangt via e-mail instructies hoe je je account kan unlocken.'
send_paranoid_instructions: 'Als je e-mailadres bestaat in de database, ontvang je via e-mail instructies hoe je je account kan unlocken.'
unlocked: 'Je account is ge-unlocked. Je kan nu weer inloggen.'
send_instructions: Je ontvangt via e-mail instructies hoe je je account kan unlocken.
send_paranoid_instructions: Als je e-mailadres bestaat in de database, ontvang je via e-mail instructies hoe je je account kan unlocken.
unlocked: Je account is ge-unlocked. Je kan nu weer inloggen.
errors:
messages:
already_confirmed: "is reeds bevestigd"
confirmation_period_expired: "moet worden bevestigd binnen %{period}, probeer het a.u.b. nog een keer"
expired: "is verlopen, vraag een nieuwe aan"
not_found: "niet gevonden"
not_locked: "is niet gesloten"
already_confirmed: is reeds bevestigd
confirmation_period_expired: moet worden bevestigd binnen %{period}, probeer het a.u.b. nog een keer
expired: is verlopen, vraag een nieuwe aan
not_found: niet gevonden
not_locked: is niet gesloten
not_saved:
one: '1 fout blokkeerde het opslaan van deze %{resource}:'
other: "%{count} fouten blokkeerden het opslaan van deze %{resource}:"