1
0
mirror of https://github.com/uetchy/namae.git synced 2025-07-01 22:10:04 +09:00

Merge pull request #121 from nixiesquid/german

feat: add de
This commit is contained in:
uetchy 2020-08-01 00:20:27 +09:00 committed by GitHub
commit de23216908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 58 additions and 2 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": "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"
}

View File

@ -47,6 +47,6 @@
"community": "社区", "community": "社区",
"about": "关于", "about": "关于",
"contributors": "贡献者", "contributors": "贡献者",
"issues": "问题", "issues": "Issues",
"blog": "博客" "blog": "博客"
} }

View File

@ -47,6 +47,6 @@
"community": "社區", "community": "社區",
"about": "關於", "about": "關於",
"contributors": "貢獻者", "contributors": "貢獻者",
"issues": "問題", "issues": "Issues",
"blog": "博客" "blog": "博客"
} }

View File

@ -29,6 +29,9 @@ const Languages = () => {
<li> <li>
<a href="/?lng=en">English</a> <a href="/?lng=en">English</a>
</li> </li>
<li>
<a href="/?lng=de">Deutsch</a>
</li>
<li> <li>
<a href="/?lng=ja"></a> <a href="/?lng=ja"></a>
</li> </li>

View File

@ -18,6 +18,7 @@ i18n
{ {
versions: { versions: {
en: TRANSLATION_VERSION, en: TRANSLATION_VERSION,
de: TRANSLATION_VERSION,
ja: TRANSLATION_VERSION, ja: TRANSLATION_VERSION,
'zh-Hans': TRANSLATION_VERSION, 'zh-Hans': TRANSLATION_VERSION,
'zh-Hant': TRANSLATION_VERSION, 'zh-Hant': TRANSLATION_VERSION,