mirror of
https://github.com/uetchy/namae.git
synced 2025-03-16 20:20:38 +09:00
add German translation
This commit is contained in:
parent
d5468945bc
commit
b974ddc016
52
public/locales/de/translation.json
Normal file
52
public/locales/de/translation.json
Normal 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"
|
||||
}
|
@ -38,6 +38,9 @@ const Languages = () => {
|
||||
<li>
|
||||
<a href="/?lng=zh-Hant">繁體中文</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/?lng=de">Deutsch</a>
|
||||
</li>
|
||||
</ul>
|
||||
</Pane>
|
||||
);
|
||||
|
@ -21,6 +21,7 @@ i18n
|
||||
ja: TRANSLATION_VERSION,
|
||||
'zh-Hans': TRANSLATION_VERSION,
|
||||
'zh-Hant': TRANSLATION_VERSION,
|
||||
de: TRANSLATION_VERSION,
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user