diff --git a/public/locales/de/translation.json b/public/locales/de/translation.json new file mode 100644 index 0000000..ffd0f2b --- /dev/null +++ b/public/locales/de/translation.json @@ -0,0 +1,52 @@ +{ + "title": "Schnapp dir einen guten Namen für deine neue App", + "description": "Überprüfen Sie sofort die Verfügbarkeit Ihres neuen Anwendungsnamens in allen wichtigen Registern.", + "placeholder": "suchen", + "providers": { + "domains": "Domänen", + "github": "GitHub Organisation", + "gitlab": "GitLab", + "npm": "npm", + "pypi": "PyPI", + "rubygems": "RubyGems", + "rust": "Rust", + "homebrew": "Homebrew", + "linux": "Linux", + "instagram": "Instagram", + "twitter": "Twitter", + "slack": "Slack", + "s3": "AWS S3", + "jsorg": "js.org", + "githubSearch": "GitHub Repository", + "appStore": "App Store", + "google": "Google-Suche", + "spectrum": "Spectrum", + "heroku": "Heroku", + "now": "Vercel", + "netlify": "Netlify", + "nta": "Firma (JP)", + "ocaml": "OCaml", + "firebase": "Firebase" + }, + "uniqueness": { + "high": "Ziemlich einzigartig", + "moderate": "Mäßig einzigartig", + "low": "Typisch", + "description": "UNIQ zeigt, wie eindeutig der Name ist (0 bis 100)" + }, + "countryCode": "de", + "try": "Wie wäre es mit?", + "showMore": "Zeig mehr", + "noResult": "Kein Ergebnis", + "gettingStarted": "Fertig werden", + "gettingStartedWithExample": "Untersuche namae", + "pressEnterToSearch": "Drücken Sie die Eingabetaste, um zu suchen", + "available": "Verfügbar", + "unavailable": "Nicht verfügbar", + "language": "Sprache", + "community": "Gemeinschaft", + "about": "Zusammenfassung", + "contributors": "Mitwirkende", + "issues": "Issues", + "blog": "Blog-Artikel" +} diff --git a/public/locales/zh-Hans/translation.json b/public/locales/zh-Hans/translation.json index 261509a..84ab17f 100644 --- a/public/locales/zh-Hans/translation.json +++ b/public/locales/zh-Hans/translation.json @@ -47,6 +47,6 @@ "community": "社区", "about": "关于", "contributors": "贡献者", - "issues": "问题", + "issues": "Issues", "blog": "博客" } diff --git a/public/locales/zh-Hant/translation.json b/public/locales/zh-Hant/translation.json index 0fe8be0..b54ab10 100644 --- a/public/locales/zh-Hant/translation.json +++ b/public/locales/zh-Hant/translation.json @@ -47,6 +47,6 @@ "community": "社區", "about": "關於", "contributors": "貢獻者", - "issues": "問題", + "issues": "Issues", "blog": "博客" } diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 92b8577..ba6eeb7 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -29,6 +29,9 @@ const Languages = () => {