Skip to content

Commit

Permalink
Localization - Translated Strings (#3222)
Browse files Browse the repository at this point in the history
  • Loading branch information
csigs authored Jun 29, 2023
1 parent 6dd1792 commit 86c8c5e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions i18n/deu/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"cmake-tools.command.cmake.setVariant.title": "Variante auswählen",
"cmake-tools.command.cmake.setVariantAll.title": "Variante für alle Projekte auswählen",
"cmake-tools.command.cmake.configure.title": "Konfigurieren",
"cmake-tools.command.cmake.configureWithDebugger.title": "Configure with CMake Debugger",
"cmake-tools.command.cmake.configureWithDebugger.title": "Mit CMake Debugger konfigurieren",
"cmake-tools.command.cmake.configureAll.title": "Alle Projekte konfigurieren",
"cmake-tools.command.cmake.configureAllWithDebugger.title": "Configure All Projects with CMake Debugger",
"cmake-tools.command.cmake.configureAllWithDebugger.title": "Konfigurieren aller Projekte mit dem CMake-Debugger",
"cmake-tools.command.cmake.showConfigureCommand.title": "Befehl \"Konfigurieren\" anzeigen",
"cmake-tools.command.cmake.build.title": "Build",
"cmake-tools.command.cmake.buildAll.title": "Alle Projekte erstellen",
Expand All @@ -35,14 +35,14 @@
"cmake-tools.command.cmake.buildWithTarget.title": "Ziel erstellen",
"cmake-tools.command.cmake.setDefaultTarget.title": "Buildziel festlegen",
"cmake-tools.command.cmake.cleanConfigure.title": "Cache löschen und neu konfigurieren",
"cmake-tools.command.cmake.cleanConfigureWithDebugger.title": "Delete Cache and Reconfigure with CMake Debugger",
"cmake-tools.command.cmake.cleanConfigureWithDebugger.title": "Löschen des Caches und Neukonfigurieren mit dem CMake-Debugger",
"cmake-tools.command.cmake.cleanConfigureAll.title": "Cache löschen und alle Projekte neu konfigurieren",
"cmake-tools.command.cmake.cleanConfigureAllWithDebugger.title": "Delete Cache and Reconfigure All Projects with CMake Debugger",
"cmake-tools.command.cmake.cleanConfigureAllWithDebugger.title": "Löschen des Caches und Neukonfigurieren aller Projekte mit dem CMake-Debugger",
"cmake-tools.command.cmake.editCacheUI.title": "CMake-Cache bearbeiten (Benutzeroberfläche)",
"cmake-tools.command.cmake.outline.cleanConfigure.title": "Neukonfiguration bereinigen",
"cmake-tools.command.cmake.outline.cleanConfigureWithDebugger.title": "Clean Reconfigure with CMake Debugger",
"cmake-tools.command.cmake.outline.cleanConfigureWithDebugger.title": "Neukonfiguration mit CMake-Debugger bereinigen",
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Alle Projekte sauber neu konfigurieren",
"cmake-tools.command.cmake.outline.cleanConfigureAllWithDebugger.title": "Clean Reconfigure All Projects with CMake Debugger",
"cmake-tools.command.cmake.outline.cleanConfigureAllWithDebugger.title": "Neukonfigurieren aller Projekte mit dem CMake-Debugger bereinigen",
"cmake-tools.command.cmake.clean.title": "Bereinigen",
"cmake-tools.command.cmake.cleanAll.title": "Alle Projekte bereinigen",
"cmake-tools.command.cmake.cleanRebuild.title": "Neuerstellung bereinigen",
Expand Down Expand Up @@ -183,5 +183,5 @@
"cmake-tools.configuration.cmake.loadCompileCommands.description": "Steuert, ob die Erweiterung compile_commands.json liest, um die Kompilierung einzelner Dateien zu ermöglichen.",
"cmake-tools.command.cmake.projectStatus.update.title": "Projektstatus aktualisieren",
"cmake-tools.command.cmake.projectStatus.selectTestPreset.title": "Testziel festlegen",
"cmake-tools.debugger.label": "CMake Debugger"
"cmake-tools.debugger.label": "CMake-Debugger"
}
6 changes: 3 additions & 3 deletions i18n/deu/src/cmakeProject.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@
"stop.on.cancellation": "Bei Abbruch beenden",
"run.configure": "Projekt konfigurieren: {0}",
"unexpected.configure.type": "Unerwarteter Konfigurationstyp.",
"yes.configureWithDebugger.button": "Debug",
"configure.failed.tryWithDebugger": "Configure failed. Would you like to attempt to configure with the CMake Debugger?",
"no.configureWithDebugger.button": "Cancel",
"yes.configureWithDebugger.button": "Debuggen",
"configure.failed.tryWithDebugger": "Fehler beim Konfigurieren. Möchten Sie versuchen, die Konfiguration mit dem CMake-Debugger auszuführen?",
"no.configureWithDebugger.button": "Abbrechen",
"finishing.configure": "Konfiguration wird beendet.",
"configure.failed": "Fehler beim Konfigurieren des Projekts.",
"saving.open.files.before": "Geöffnete Dateien werden vor dem Konfigurieren/Erstellen gespeichert.",
Expand Down
2 changes: 1 addition & 1 deletion i18n/deu/src/drivers/cmakeFileApiDriver.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
{
"removing": "Wird entfernt: {0}",
"unlink.failed": "Fehler beim Entfernen der Cachedatei {0}",
"cmake.debug.name": "CMake Debugger",
"cmake.debug.name": "CMake-Debugger",
"toolchains.object.unsupported": "Diese Version von CMake bietet keine Unterstützung für die Objektart \"toolchains\". Compilerpfade werden durch Lesen der „Datei CMakeCache.txt“ bestimmt."
}

0 comments on commit 86c8c5e

Please sign in to comment.