1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 04:30:31 +09:00

add German translation

This commit is contained in:
nixiesquid 2020-07-31 23:52:58 +09:00
parent d5468945bc
commit b974ddc016
3 changed files with 56 additions and 0 deletions

View File

@ -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": "Company (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"
}

View File

@ -38,6 +38,9 @@ const Languages = () => {
<li>
<a href="/?lng=zh-Hant"></a>
</li>
<li>
<a href="/?lng=de">Deutsch</a>
</li>
</ul>
</Pane>
);

View File

@ -21,6 +21,7 @@ i18n
ja: TRANSLATION_VERSION,
'zh-Hans': TRANSLATION_VERSION,
'zh-Hant': TRANSLATION_VERSION,
de: TRANSLATION_VERSION,
},
},
],