This repository was archived by the owner on Jan 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 74
feat(de-translations): added de-DE translations to the UI #441
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
446cf9b
feat(de-translations): added de-AT translations
priscilawebdev d4a23cf
Update i18n/translations/de-AT.json
priscilawebdev 776479b
Update i18n/translations/de-AT.json
priscilawebdev 9d475a4
Update i18n/translations/de-AT.json
priscilawebdev d94f0ad
Update i18n/translations/de-AT.json
priscilawebdev 8291e6b
Update i18n/translations/de-AT.json
priscilawebdev 05fbc01
Update i18n/translations/de-AT.json
priscilawebdev 12a8931
Update i18n/translations/de-AT.json
priscilawebdev 73e6a6c
Update i18n/translations/de-AT.json
priscilawebdev 3bac64a
Update i18n/translations/de-AT.json
priscilawebdev ab9876a
Update i18n/translations/de-AT.json
priscilawebdev 91ee3c4
ref(translation): renamed de-AT to de-DE
priscilawebdev eb921ba
Merge branch 'feat/added-de-at-translations' of github.com:verdaccio/…
priscilawebdev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,138 @@ | ||
| { | ||
| "copy-to-clipboard": "In die Zwischenablage kopieren", | ||
| "author-anonymous": "Anonymus", | ||
| "action-bar-action": { | ||
| "visit-home-page": "Zur Homepage", | ||
| "open-an-issue": "Einen Fehler melden", | ||
| "download-tarball": "Archiv (Tarball) herunterladen" | ||
| }, | ||
| "dialog": { | ||
| "registry-info": { | ||
| "title": "Registrierungsinformationen" | ||
| } | ||
| }, | ||
| "header": { | ||
| "documentation": "Dokumentation", | ||
| "registry-info": "Registrierungsinformationen", | ||
| "greetings": "Hallo " | ||
| }, | ||
| "search": { | ||
| "packages": "Pakete suchen" | ||
| }, | ||
| "auto-complete": { | ||
| "loading": "wird geladen...", | ||
| "no-results-found": "Kein Ergebnis gefunden" | ||
| }, | ||
| "tab": { | ||
| "uplinks": "Uplinks", | ||
| "versions": "Versionen", | ||
| "dependencies": "Abhängigkeiten", | ||
| "readme": "Liesmich" | ||
| }, | ||
| "uplinks": { | ||
| "title": "Uplinks", | ||
| "no-items": "{{name}} hat keine Uplinks." | ||
| }, | ||
| "versions": { | ||
| "current-tags": "Aktuelle Tags", | ||
| "version-history": "Versionsgeschichte", | ||
| "not-available": "Nicht verfügbar" | ||
| }, | ||
| "package": { | ||
| "published-on": "Veröffentlicht am {{time}} •", | ||
| "version": "v{{version}}", | ||
| "visit-home-page": "Zur Homepage", | ||
| "homepage": "Homepage", | ||
| "open-an-issue": "Einen Fehler melden", | ||
| "bugs": "Fehler", | ||
| "download": "{{what}} herunterladen", | ||
| "the-tar-file": "die tar-Datei", | ||
| "tarball": "Archiv (Tarball)" | ||
| }, | ||
| "dependencies": { | ||
| "has-no-dependencies": "{{package}} hat keine Abhängigkeiten", | ||
| "dependency-block": "{{package}}@{{version}}" | ||
| }, | ||
| "form": { | ||
| "username": "Benutzername", | ||
| "password": "Passwort" | ||
| }, | ||
| "form-placeholder": { | ||
| "username": "Dein Benutzername", | ||
| "password": "Dein sicheres Passwort" | ||
| }, | ||
| "form-validation": { | ||
| "required-field": "Dieses Feld ist erforderlich", | ||
| "required-min-length": "Dieses Feld erfordert eine Mindestlänge von {{length}}", | ||
| "unable-to-sign-in": "Anmeldung nicht möglich", | ||
| "username-or-password-cant-be-empty": "Benutzername und Passwort dürfen nicht leer sein!" | ||
| }, | ||
| "help": { | ||
| "title": "Noch kein Paket publiziert.", | ||
| "sub-title": "Um dein erstes Paket einfach zu publizieren:", | ||
| "first-step": "1. Einloggen", | ||
| "first-step-command-line": "npm adduser --registry {{registryUrl}}", | ||
| "second-step": "2. Publizieren", | ||
| "second-step-command-line": "npm publish --registry {{registryUrl}}", | ||
| "third-step": "3. Diese Seite aktualisieren." | ||
| }, | ||
| "sidebar": { | ||
| "detail": { | ||
| "latest-version": "Letzte v{{version}}", | ||
| "version": "v{{version}}" | ||
| }, | ||
| "installation": { | ||
| "title": "Installierung", | ||
| "install-using-yarn": "Mit yarn installieren", | ||
| "install-using-yarn-command": "yarn add {{packageName}}", | ||
| "install-using-npm": "Mit npm installieren", | ||
| "install-using-npm-command": "npm install {{packageName}}", | ||
| "install-using-pnpm": "Mit pnpm installieren", | ||
| "install-using-pnpm-command": "pnpm install {{packageName}}" | ||
| }, | ||
| "repository": { | ||
| "title": "Repository" | ||
| }, | ||
| "author": { | ||
| "title": "Autor(in)" | ||
| }, | ||
| "distribution": { | ||
| "title": "Neueste Distribution", | ||
| "license": "Lizenz", | ||
| "size": "Größe", | ||
| "file-count": "Anzahl der Dateien" | ||
| }, | ||
| "maintainers": { | ||
| "title": "Maintainer" | ||
| }, | ||
| "contributors": { | ||
| "title": "Contributor" | ||
| }, | ||
| "engines": { | ||
| "npm-version": "NPM Version", | ||
| "node-js": "NODE JS" | ||
| } | ||
| }, | ||
| "footer": { | ||
| "powered-by": "Unterstützt von", | ||
| "made-with-love-on": "Gemacht mit <0>♥</0> in" | ||
| }, | ||
| "button": { | ||
| "close": "Schließen", | ||
| "cancel": "Abbrechen", | ||
| "login": "Einloggen", | ||
| "logout": "Ausloggen", | ||
| "go-to-the-home-page": "Zur Homepage", | ||
| "learn-more": "Mehr erfahren", | ||
| "fund-this-package": "Dieses Paket <0>finanzieren</0>" | ||
| }, | ||
| "error": { | ||
| "unspecific": "Etwas ist schief gelaufen.", | ||
| "404": { | ||
| "page-not-found": "404 - Seite nicht gefunden", | ||
| "sorry-we-could-not-find-it": "Entschuldigung, wir konnten es nicht finden..." | ||
| }, | ||
| "app-context-not-correct-used": "Der App-Kontext wurde nicht korrekt verwendet", | ||
| "package-meta-is-required-at-detail-context": "packageMeta wird bei DetailContext benötigt" | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would not be
de-de?Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nope... de is the default one 😉 Please see: https://github.com/iamkun/dayjs/tree/dev/src/locale