-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Update German locale #4946
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
12LuA
wants to merge
2
commits into
NginxProxyManager:develop
Choose a base branch
from
12LuA:develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update German locale #4946
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -81,7 +81,7 @@ | |
| "defaultMessage": "Privater Schlüssel" | ||
| }, | ||
| "certificate.custom-intermediate": { | ||
| "defaultMessage": "Zwischen Zertifikat" | ||
| "defaultMessage": "Zwischenzertifikat" | ||
| }, | ||
| "certificate.in-use": { | ||
| "defaultMessage": "In Benutzung" | ||
|
|
@@ -129,7 +129,7 @@ | |
| "defaultMessage": "DNS Provider" | ||
| }, | ||
| "certificates.dns.warning": { | ||
| "defaultMessage": "Dieser Abschnitt erfordert einige Kenntnisse über Certbot und seine DNS-Plugins. Bitte konsultieren Sie die jeweilige Plugin-Dokumentation." | ||
| "defaultMessage": "Dieser Abschnitt setzt Grundkenntnisse in Certbot und seinen DNS-Plugins voraus. Bitte lesen Sie die jeweilige Plugin-Dokumentation." | ||
| }, | ||
| "certificates.http.reachability-404": { | ||
| "defaultMessage": "Unter dieser Domain wurde ein Server gefunden, aber es scheint sich nicht um Nginx Proxy Manager zu handeln. Bitte stellen Sie sicher, dass Ihre Domain auf die IP-Adresse verweist, unter der Ihre NPM-Instanz ausgeführt wird." | ||
|
|
@@ -150,7 +150,7 @@ | |
| "defaultMessage": "Unter dieser Domain wurde ein Server gefunden, der jedoch unerwartete Daten zurückgegeben hat. Handelt es sich um den NPM-Server? Bitte stellen Sie sicher, dass Ihre Domain auf die IP-Adresse verweist, unter der Ihre NPM-Instanz ausgeführt wird." | ||
| }, | ||
| "certificates.http.test-results": { | ||
| "defaultMessage": "Test Ergeniss" | ||
| "defaultMessage": "Testergebnisse" | ||
| }, | ||
| "certificates.http.warning": { | ||
| "defaultMessage": "Diese Domänen müssen bereits so konfiguriert sein, dass sie auf diese Installation verweisen." | ||
|
|
@@ -231,7 +231,7 @@ | |
| "defaultMessage": "Status" | ||
| }, | ||
| "created-on": { | ||
| "defaultMessage": "Erstelldatum: {date}" | ||
| "defaultMessage": "Erstellt: {date}" | ||
| }, | ||
| "dashboard": { | ||
| "defaultMessage": "Dashboard" | ||
|
|
@@ -249,10 +249,10 @@ | |
| "defaultMessage": "Deaktiviert" | ||
| }, | ||
| "domain-names": { | ||
| "defaultMessage": "Domain Names" | ||
| "defaultMessage": "Domains" | ||
| }, | ||
| "domain-names.max": { | ||
| "defaultMessage": "{count} Maximale Anzahl von Domainnamen" | ||
| "defaultMessage": "{count} Maximale Anzahl von Domains" | ||
| }, | ||
| "domain-names.placeholder": { | ||
| "defaultMessage": "Eintragen der Domain..." | ||
|
|
@@ -330,7 +330,7 @@ | |
| "defaultMessage": "Ablauf am: {date}" | ||
| }, | ||
| "footer.github-fork": { | ||
| "defaultMessage": "Fork me on Github" | ||
| "defaultMessage": "Auf GitHub forken" | ||
| }, | ||
| "host.flags.block-exploits": { | ||
| "defaultMessage": "Gängige Exploits blockieren" | ||
|
|
@@ -342,7 +342,7 @@ | |
| "defaultMessage": "Pfad beibehalten" | ||
| }, | ||
| "host.flags.protocols": { | ||
| "defaultMessage": "Protokole" | ||
| "defaultMessage": "Protokolle" | ||
| }, | ||
| "host.flags.websockets-upgrade": { | ||
| "defaultMessage": "Websockets Support" | ||
|
|
@@ -384,16 +384,16 @@ | |
| "defaultMessage": "Sie haben keinen Zugriff, um dies anzuzeigen." | ||
| }, | ||
| "notfound.action": { | ||
| "defaultMessage": "Take me home" | ||
| "defaultMessage": "Zur Startseite" | ||
| }, | ||
| "notfound.content": { | ||
| "defaultMessage": "We are sorry but the page you are looking for was not found" | ||
| "defaultMessage": "Es tut uns leid, aber die von Ihnen gesuchte Seite wurde nicht gefunden." | ||
| }, | ||
| "notfound.title": { | ||
| "defaultMessage": "Oops… You just found an error page" | ||
| "defaultMessage": "Ups… Sie haben eine Fehlerseite gefunden" | ||
| }, | ||
| "notification.error": { | ||
| "defaultMessage": "Error" | ||
| "defaultMessage": "Fehler" | ||
| }, | ||
| "notification.object-deleted": { | ||
| "defaultMessage": "{object} wurde gelöscht" | ||
|
|
@@ -546,7 +546,7 @@ | |
| "defaultMessage": "Willkommensseite" | ||
| }, | ||
| "settings.default-site.description": { | ||
| "defaultMessage": "Was angezeigt wird, wenn der Nginx eine unbekannte Webseitenanfrage bekommt" | ||
| "defaultMessage": "Was angezeigt wird, wenn Nginx eine unbekannte Webseitenanfrage bekommt" | ||
| }, | ||
| "settings.default-site.html": { | ||
| "defaultMessage": "Benutzerdefinierte HTML" | ||
|
|
@@ -576,7 +576,7 @@ | |
| "defaultMessage": "Forward Host" | ||
| }, | ||
| "stream.incoming-port": { | ||
| "defaultMessage": "Incoming Port" | ||
| "defaultMessage": "Eingehender Port" | ||
|
||
| }, | ||
| "streams": { | ||
| "defaultMessage": "Streams" | ||
|
|
||
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.
Warum nicht „Erstelldatum“, wie von mir vorgeschlagen?
Es ist schließlich ein Datum. Meiner Meinung nach ist es besser, wenn dort „Erstelldatum” steht.
Why not “creation date,” as I suggested?
After all, it is a date. In my opinion, it would be better to have “creation date” there.
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.
Wir können es auch gerne so lassen. Ich dachte nur, dass es so etwas kürzer wäre, weil die Zeile durch "PM" und "AM" ziemlich lang wird.
We can keep it as it is. I only thought it might be a bit shorter, because the line becomes quite long with "PM" and "AM".
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.
So far, it looks good