From 55cec01cb80c21bbeaccabf15752ccf6cf20aee9 Mon Sep 17 00:00:00 2001 From: Fyxren <68126277+Fyxren@users.noreply.github.com> Date: Wed, 25 May 2022 22:13:19 +0200 Subject: [PATCH 1/5] Added Dutch translation (for The Netherlands) --- public/locales/nl/translation.json | 63 ++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 public/locales/nl/translation.json diff --git a/public/locales/nl/translation.json b/public/locales/nl/translation.json new file mode 100644 index 0000000..57564cf --- /dev/null +++ b/public/locales/nl/translation.json @@ -0,0 +1,63 @@ +{ + "about": "Over", + "available": "Beschikbaar", + "blog": "Introductie", + "community": "Gemeenschap", + "contributors": "Bijdragers", + "countryCode": "nl", + "title": "Krijg een geweldige naam voor je nieuwe project", + "description": "Controleer de beschikbaarheid van uw nieuwe app-/library-/organisatienaam ideeën in alle grote registers tegelijk.", + "gettingStarted": "Ermee beginnen", + "gettingStartedWithExample": "Probeer met namae", + "issues": "Problemen", + "language": "Taal", + "noResult": "Geen Resultaat", + "placeholder": "zoek", + "pressEnterToSearch": "Druk op Enter om te zieken", + "providers": { + "appStore": "App Store", + "archlinux": "Arch Linux", + "ubuntu": "Ubuntu", + "debian": "Debian", + "domains": "Domeinen", + "firebase": "Firebase", + "github": "GitHub Organisaties", + "githubSearch": "GitHub Repo's", + "gitlab": "GitLab", + "google": "Google Zoeken", + "heroku": "Heroku", + "homebrew": "Homebrew", + "instagram": "Instagram", + "jsorg": "js.org", + "modland": "mod.land", + "linux": "Linux", + "netlify": "Netlify", + "now": "Vercel", + "npm": "npm", + "nta": "Company (JP)", + "ocaml": "OCaml", + "playStore": "Google Play Store", + "pypi": "PyPI", + "rubygems": "RubyGems", + "rust": "Rust", + "s3": "AWS S3", + "slack": "Slack", + "spectrum": "Spectrum", + "reddit": "Reddit", + "twitter": "Twitter", + "cloudflare": "Cloudflare Pages", + "chromeWebStore": "Chrome Web Store", + "firefoxAddons": "Firefox Add-ons", + "youtube": "YouTube" + }, + "showMore": "laat meer zien", + "try": "Wat dacht je hiervan?", + "unavailable": "Onbeschikbaar", + "uniqueness": { + "description": "UNIQ laat zien hoe uniek de naam is (0 tot 100)", + "high": "Vrij uniek", + "low": "Gewoon", + "moderate": "Ongewoon" + }, + "join-us": "Stuur <1>een pull request en word een bijdrager!" +} From f5a17c169959c59a200cb8befb567116a4a5938d Mon Sep 17 00:00:00 2001 From: Fyxren <68126277+Fyxren@users.noreply.github.com> Date: Wed, 25 May 2022 22:14:32 +0200 Subject: [PATCH 2/5] Added Dutch to i18n.ts --- src/util/i18n.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util/i18n.ts b/src/util/i18n.ts index 4ef054b..faf6db3 100644 --- a/src/util/i18n.ts +++ b/src/util/i18n.ts @@ -5,7 +5,7 @@ import XHR from 'i18next-xhr-backend'; import LanguageDetector from 'i18next-browser-languagedetector'; import { initReactI18next } from 'react-i18next'; -const TRANSLATION_VERSION = '14'; +const TRANSLATION_VERSION = '15'; i18n .use(Backend) @@ -26,6 +26,7 @@ i18n 'pt-BR': TRANSLATION_VERSION, es: TRANSLATION_VERSION, it: TRANSLATION_VERSION, + nl: TRANSLATION_VERSION, }, }, ], From 2ecfc1e5ae92b49df0ff353b572e76cea0f8d09f Mon Sep 17 00:00:00 2001 From: Fyxren <68126277+Fyxren@users.noreply.github.com> Date: Wed, 25 May 2022 22:15:40 +0200 Subject: [PATCH 3/5] Added Dutch to Footer.tsx --- src/components/Footer.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index a7162d8..ef7abcb 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -52,6 +52,9 @@ const Languages = () => {
  • Italiano
  • +
  • + Nederlands +
  • ); From 716997550d36bf9cfaa6196ce35ae77d325945ac Mon Sep 17 00:00:00 2001 From: Fyxren <68126277+Fyxren@users.noreply.github.com> Date: Wed, 25 May 2022 22:19:54 +0200 Subject: [PATCH 4/5] Fixed a small typo in Dutch translation --- public/locales/nl/translation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/nl/translation.json b/public/locales/nl/translation.json index 57564cf..0f0003f 100644 --- a/public/locales/nl/translation.json +++ b/public/locales/nl/translation.json @@ -7,13 +7,13 @@ "countryCode": "nl", "title": "Krijg een geweldige naam voor je nieuwe project", "description": "Controleer de beschikbaarheid van uw nieuwe app-/library-/organisatienaam ideeën in alle grote registers tegelijk.", - "gettingStarted": "Ermee beginnen", + "gettingStarted": "Ermee Beginnen", "gettingStartedWithExample": "Probeer met namae", "issues": "Problemen", "language": "Taal", "noResult": "Geen Resultaat", "placeholder": "zoek", - "pressEnterToSearch": "Druk op Enter om te zieken", + "pressEnterToSearch": "Druk op Enter om te zoeken", "providers": { "appStore": "App Store", "archlinux": "Arch Linux", From 7bae62359a9556dcb2d7276cf193679bbe202d80 Mon Sep 17 00:00:00 2001 From: Fyxren <68126277+Fyxren@users.noreply.github.com> Date: Mon, 30 May 2022 12:08:05 +0200 Subject: [PATCH 5/5] Changed low/high uniqueness in NL (Dutch) --- public/locales/nl/translation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/nl/translation.json b/public/locales/nl/translation.json index 0f0003f..e85241c 100644 --- a/public/locales/nl/translation.json +++ b/public/locales/nl/translation.json @@ -56,8 +56,8 @@ "uniqueness": { "description": "UNIQ laat zien hoe uniek de naam is (0 tot 100)", "high": "Vrij uniek", - "low": "Gewoon", - "moderate": "Ongewoon" + "low": "Vaak voorkomend", + "moderate": "Zeldzaam" }, "join-us": "Stuur <1>een pull request en word een bijdrager!" }