From 1206627c5957c9c2afea7126dbe6d44e2b00a849 Mon Sep 17 00:00:00 2001 From: Koala Yeung Date: Thu, 13 Apr 2017 22:02:23 +0800 Subject: Add Dutch translation (nl) (#1682) * Dutch language files for Ruby code * Created RoR translation ymls: * config/locales/devise.nl.yml * config/locales/doorkeeper.nl.yml * config/locales/nl.yml * config/locales/simple_form.nl.yml * Modified RoR config and helper * app/helpers/settings_helper.rb * config/application.rb * Dutch language javascript locale * Created javascript locale files: * app/assets/javascripts/components/locales/index.jsx * app/assets/javascripts/components/locales/nl.jsx * Reference the newly created locale files: * app/assets/javascripts/components/containers/mastodon.jsx * Fix syntax error in locale file (nl) * Fix missing translate in js locale (nl) * Convert all ruby Dutch locale (nl) file to utf8 Fix yml conversion issues. * Fix duplicated key in devise.nl.yml * Fix indentation error in doorkeeper.nl.yml --- config/locales/simple_form.nl.yml | 46 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 config/locales/simple_form.nl.yml (limited to 'config/locales/simple_form.nl.yml') diff --git a/config/locales/simple_form.nl.yml b/config/locales/simple_form.nl.yml new file mode 100644 index 000000000..5bc38a87b --- /dev/null +++ b/config/locales/simple_form.nl.yml @@ -0,0 +1,46 @@ +--- +nl: + simple_form: + hints: + defaults: + avatar: PNG, GIF of JPG. Maximaal 2MB. Wordt teruggeschaald naar 120x120px + display_name: Maximaal 30 tekens + header: PNG, GIF of JPG. Maximaal 2MB. Wordt teruggeschaald naar 700x335px + locked: Vereist dat je handmatig volgers accepteert en stelt standaard plaatsen berichten privacy in op alleen-volgers + note: Maximaal 160 characters + imports: + data: CSV file geƫxporteerd van een andere Mastodon server + labels: + defaults: + avatar: Avatar + confirm_new_password: Bevestig nieuw wachtwoord + confirm_password: Bevestig wachtwoord + current_password: Huidige wachtwoord + data: Gegevens + display_name: Weergavenaam + email: E-mailadres + header: Kop + locale: Taal + locked: Maak account besloten + new_password: Nieuwe wachtwoord + note: Bio + otp_attempt: Twee-factor code + password: Wachtwoord + setting_default_privacy: Berichten privacy + type: Import type + username: gebruikersnaam + interactions: + must_be_follower: Blokkeermeldingen van niet-volgers + must_be_following: Blokkeer meldingen van mensen die je niet volgt + notification_emails: + digest: Verstuur samenvattingse-mails + favourite: Verstuur een e-mail wanneer iemand je status als favoriet markeert + follow: Verstuur een e-mail wanneer iemand je volgt + follow_request: Verstuur een e-mail wanneer iemand je wil volgen + mention: Verstuur een e-mail wanneer iemand je vermeld + reblog: Verstuur een e-mail wanneer iemand je status boost + 'no': 'Nee' + required: + mark: "*" + text: vereist + 'yes': 'Ja' -- cgit