Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

German translation for Sprint 37 #7177

Merged
merged 1 commit into from
Mar 13, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions src/nls/de/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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.",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used Pfade / Teilpfade for strings / substrings. It's certainly better than Zeichenketten / Teilworte, but does anyone have another translation?

"FILE_FILTER_LIST_PREFIX" : "ausgenommen",
"FILE_FILTER_CLIPPED_SUFFIX" : "und {0} weitere",

/**
* ProjectManager
*/
Expand Down Expand Up @@ -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",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't translate them cause german ones (EINFG and ÜB) sound a bit odd. Visual Studio does indeed translate them.
I'd prefer a tooltip like Einfügen - klicken zum Ändern


// CodeInspection: errors/warnings
"ERRORS_PANEL_TITLE_MULTIPLE" : "{0} Probleme",
Expand Down
1 change: 0 additions & 1 deletion src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ define({
"FILE_FILTER_INSTRUCTIONS" : "Exclude files and folders matching any of the following strings / substrings or <a href='{0}' title='{0}'>globs</a>. Enter each string on a new line.",
"FILE_FILTER_LIST_PREFIX" : "except",
"FILE_FILTER_CLIPPED_SUFFIX" : "and {0} more",


/**
* ProjectManager
Expand Down