This repository was archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
German translation for Sprint 37 #7177
Merged
Merged
Changes from all commits
Commits
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 |
---|---|---|
|
@@ -65,6 +65,10 @@ define({ | |
"ERROR_CREATING_FILE_TITLE" : "Fehler beim Erstellen von {0}", // TODO: depends on {0} gender | ||
"ERROR_CREATING_FILE" : "Beim Erstellen von {0} <span class='dialog-filename'>{1}</span> ist ein Fehler aufgetreten: {2}", // TODO: depends on {0} gender | ||
|
||
// Application preferences corrupt error strings | ||
"ERROR_PREFS_CORRUPT_TITLE" : "Fehler beim Lesen der Einstellungen", | ||
"ERROR_PREFS_CORRUPT" : "Ihre Einstellungsdatei ist kein gültiges JSON. Die Datei wird geöffnet, damit Sie das Format korrigieren können. Sie müssen {APP_NAME} neu starten, damit die Änderungen wirksam werden.", | ||
|
||
// Application error strings | ||
"ERROR_IN_BROWSER_TITLE" : "Ups! {APP_NAME} kann derzeit leider noch nicht im Browser ausgeführt werden.", | ||
"ERROR_IN_BROWSER" : "{APP_NAME} wurde in HTML programmiert, ist derzeit jedoch lediglich als Desktop-Anwendung verfügbar, um damit lokale Dateien zu bearbeiten. Bitte verwenden Sie die Anwendungs-Shell im Repo <b>github.com/adobe/brackets-shell</b>, um {APP_NAME} auszuführen.", | ||
|
@@ -167,6 +171,14 @@ define({ | |
"ERROR_FETCHING_UPDATE_INFO_TITLE" : "Fehler beim Abrufen der Update-Info", | ||
"ERROR_FETCHING_UPDATE_INFO_MSG" : "Beim Abrufen der neusten Update-Informationen vom Server ist ein Problem aufgetreten. Bitte stellen Sie sicher, dass Sie mit dem Internet verbunden sind, und probieren Sie es erneut.", | ||
|
||
// File exclusion filters | ||
"NO_FILE_FILTER" : "Dateien ausschließen\u2026", | ||
"EDIT_FILE_FILTER" : "Bearbeiten\u2026", | ||
"FILE_FILTER_DIALOG" : "Filter bearbeiten", | ||
"FILE_FILTER_INSTRUCTIONS" : "Schließe Dateien und Ordner aus, auf die einer der folgenden Pfade / Teilpfade oder <a href='{0}' title='{0}'>Globs</a> zutrifft. Nutze für jeden Pfad eine neue Zeile.", | ||
"FILE_FILTER_LIST_PREFIX" : "ausgenommen", | ||
"FILE_FILTER_CLIPPED_SUFFIX" : "und {0} weitere", | ||
|
||
/** | ||
* ProjectManager | ||
*/ | ||
|
@@ -198,6 +210,8 @@ define({ | |
"STATUSBAR_LINE_COUNT_SINGULAR" : "\u2014 {0} Zeile", | ||
"STATUSBAR_LINE_COUNT_PLURAL" : "\u2014 {0} Zeilen", | ||
"STATUSBAR_USER_EXTENSIONS_DISABLED" : "Erweiterungen deaktiviert", | ||
"STATUSBAR_INSERT" : "INS", | ||
"STATUSBAR_OVERWRITE" : "OVR", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I didn't translate them cause german ones ( |
||
|
||
// CodeInspection: errors/warnings | ||
"ERRORS_PANEL_TITLE_MULTIPLE" : "{0} Probleme", | ||
|
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.
I used
Pfade / Teilpfade
forstrings / substrings
. It's certainly better thanZeichenketten / Teilworte
, but does anyone have another translation?