Skip to content

Instantly share code, notes, and snippets.

@jwkloos
Last active December 17, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwkloos/f3136056b96241f1d46f to your computer and use it in GitHub Desktop.
Save jwkloos/f3136056b96241f1d46f to your computer and use it in GitHub Desktop.
polite Dutch Devise locale
# Meer vertalingen: https://github.com/plataformatec/devise/wiki/I18n
nl:
devise:
confirmations:
confirmed: 'Uw account is bevestigd.'
send_instructions: 'U ontvangt via e-mail instructies om uw account te bevestigen.'
send_paranoid_instructions: 'Als uw e-mailadres bestaat in de database, ontvangt u via e-mail instructies hoe u uw account kunt bevestigen.'
failure:
already_authenticated: 'U bent al ingelogd.'
unauthenticated: 'U dient in te loggen of u in te schrijven.'
unconfirmed: 'U dient eerst uw account te bevestigen.'
locked: 'Uw account is vergrendeld.'
invalid: 'Ongeldig e-mail of wachtwoord.'
invalid_token: 'Ongeldig authenticatie token.'
timeout: 'Uw sessie is verlopen, log a.u.b. opnieuw in.'
inactive: 'Uw account is nog niet geactiveerd.'
last_attempt: 'U hebt nog een poging over voordat uw account wordt geblokkeerd.'
not_found_in_database: "Ongeldig e-mail of wachtwoord."
mailer:
confirmation_instructions:
subUct: 'Bevestiging mailadres'
reset_password_instructions:
subUct: 'Wachtwoord resetten'
unlock_instructions:
subUct: 'Unlock instructies'
omniauth_callbacks:
success: 'Successvol aangemeld met uw %{kind} account.'
failure: 'Kon niet aanmelden met uw %{kind} account, omdat "%{reason}".'
passwords:
no_token: 'U kunt deze pagina niet benaderen zonder een "wachtwoord reset e-mail"'
send_instructions: 'U ontvangt via e-mail instructies hoe u uw wachtwoord moet resetten.'
send_paranoid_instructions: 'Als uw e-mailadres bij ons bekend is, ontvangt u via e-mail instructies hoe u uw nieuwe wachtwoord in kunt stellen.'
updated: UwU wachtwoord is gewijzigd. U bent nu ingelogd.'
updated_not_active: 'Uw wachtwoord is gewijzigd.'
registrations:
signed_up_but_unconfirmed: 'U ontvangt via e-mail instructies hoe u uw account kunt activeren.'
signed_up_but_inactive: 'U bent inschreven. U kon alleen niet automatisch ingelogd worden omdat uw account nog niet geactiveerd is.'
signed_up_but_locked: 'U bent inschreven. U kon alleen niet automatisch ingelogd worden omdat uw account geblokkeerd is.'
signed_up: 'U bent inschreven.'
update_needs_confirmation: 'U hebt uw e-mailadres succesvol gewijzigd, maar we moeten uw nieuwe mailadres nog verifiëren. Controleer uw e-mail en klik op de link in de mail om uw mailadres te verifiëren.'
updated: 'Uw accountgegevens zijn opgeslagen.'
destroyed: 'Uw account is verwijderd, wellicht tot ziens!'
sessions:
signed_in: 'U bent succesvol ingelogd.'
signed_out: 'U bent succesvol uitgelogd.'
unlocks:
send_instructions: 'U ontvangt via e-mail instructies hoe u uw account kunt ontgrendelen.'
send_paranoid_instructions: 'Als uw e-mailadres bij ons bekend is, ontvangt u via e-mail instructies hoe u uw account kan ontgrendelen.'
unlocked: 'uw account is ontgrendeld. U kunt 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"
not_saved:
one: "Kon de %{resource} niet opslaan:"
other: "Kon de %{resource} niet opslaan:"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment