Localization - Translated Strings (#3222)

This commit is contained in:
CSIGS@microsoft.com 2023-06-28 17:09:13 -07:00 коммит произвёл GitHub
Родитель 6dd1792d42
Коммит 86c8c5e350
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@ -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",
@ -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",
@ -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"
}

Просмотреть файл

@ -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.",

Просмотреть файл

@ -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."
}