Skip to content

Commit 51c92cb

Browse files
committed
Localization - Translated Strings
1 parent 3c5e0f2 commit 51c92cb

File tree

20 files changed

+21
-34
lines changed

20 files changed

+21
-34
lines changed

Extension/i18n/chs/src/LanguageServer/configurations.i18n.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
"unknown.properties.version": "c_cpp_properties.json 中发现未知的版本号。某些功能可能无法按预期工作。",
1111
"update.properties.failed": "尝试更新“{0}”失败(是否有写入权限?)",
1212
"failed.to.parse.properties": "未能分析“{0}”",
13-
"path.with.spaces": "具有空格和参数的编译器路径两端缺少双引号 \"",
13+
"path.with.spaces": "找不到带有空格的编译器路径。如果这是为了包含编译器参数,请用双引号({0})括住编译器路径",
1414
"cannot.find": "无法找到: {0}",
15-
"cannot.resolve.compiler.path": "输入无效,无法解析编译器路径",
1615
"path.is.not.a.file": "路径不是文件: {0}",
1716
"wrapped.with.quotes": "不要在路径周围添加额外的引号。",
1817
"path.is.not.a.directory": "路径不是目录: {0}",

Extension/i18n/cht/src/LanguageServer/configurations.i18n.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
"unknown.properties.version": "在 c_cpp_properties.json 中找到未知的版本號碼。某些功能可能無法如期運作。",
1111
"update.properties.failed": "嘗試更新 \"{0}\" 失敗 (您有寫入權限嗎?)",
1212
"failed.to.parse.properties": "無法剖析 \"{0}\"",
13-
"path.with.spaces": "具有空格和引數的編譯器路徑前後缺少雙引號 \"",
13+
"path.with.spaces": "找不到具有空格的編譯器路徑。如果這是為了要包含編譯器引數,請以雙引號 ({0}) 括住編譯器路徑",
1414
"cannot.find": "找不到: {0}",
15-
"cannot.resolve.compiler.path": "輸入無效,無法解析編譯器路徑",
1615
"path.is.not.a.file": "路徑不是檔案: {0}",
1716
"wrapped.with.quotes": "請勿在路徑周圍新增額外的引號。",
1817
"path.is.not.a.directory": "路徑不是目錄: {0}",

Extension/i18n/csy/package.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
"c_cpp.walkthrough.compilers.found.description": "Rozšíření C++ funguje s kompilátorem C++. Vyberte jednu z těch, které už máte na počítači, kliknutím na tlačítko níže.\n[Vybrat výchozí kompilátor](command:C_Cpp.SelectIntelliSenseConfiguration?%22walkthrough%22)",
428428
"c_cpp.walkthrough.compilers.found.altText": "Obrázek znázorňující výběr výchozího rychlého výběru kompilátoru a seznam kompilátorů nalezených na počítači uživatelů, z nichž jeden je vybraný.",
429429
"c_cpp.walkthrough.create.cpp.file.title": "Vytvoření souboru C++",
430-
"c_cpp.walkthrough.create.cpp.file.description": "[Otevřete](command:toSide:workbench.action.files.openFile) nebo [vytvořte](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D) soubor C++. Nezapomeňte ho uložit s příponou .cpp, například „helloworld.cpp“. \n[Vytvořte soubor C++](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D)",
430+
"c_cpp.walkthrough.create.cpp.file.description": "[Otevřete](command:toSide:workbench.action.files.openFile) nebo [vytvořte](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D) soubor C++. Nezapomeňte ho uložit s příponou .cpp, například „helloworld.cpp“. [Vytvořte soubor C++](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D)",
431431
"c_cpp.walkthrough.create.cpp.file.altText": "Otevřete soubor C++ nebo složku s projektem C++.",
432432
"c_cpp.walkthrough.command.prompt.title": "Spustit z Developer Command Prompt for VS",
433433
"c_cpp.walkthrough.command.prompt.description": "Při použití kompilátoru Microsoft Visual Studio C++ vyžaduje rozšíření C++ spuštění VS Code z Developer Command Prompt for VS. Postupujte podle pokynů na pravé straně a spusťte ho znovu.\n[Znovu načíst okno](command:workbench.action.reloadWindow)",

Extension/i18n/csy/src/LanguageServer/configurations.i18n.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
"unknown.properties.version": "V souboru c_cpp_properties.json se našlo neplatné číslo verze. Některé funkce nemusí fungovat podle očekávání.",
1111
"update.properties.failed": "Nepovedlo se aktualizovat {0} (máte oprávnění k zápisu?).",
1212
"failed.to.parse.properties": "Nepovedlo se parsovat {0}.",
13-
"path.with.spaces": "Cesta ke kompilátoru s mezerami a argumenty by měla být uzavřená do dvojitých uvozovek, které chybí.",
13+
"path.with.spaces": "Cestu ke kompilátoru s mezerami se nepovedlo najít. Pokud měly být zahrnuty argumenty kompilátoru, uzavřete cestu ke kompilátoru do dvojitých uvozovek ({0}).",
1414
"cannot.find": "Nepovedlo se najít: {0}",
15-
"cannot.resolve.compiler.path": "Neplatný vstup, nedá se přeložit cesta ke kompilátoru.",
1615
"path.is.not.a.file": "Cesta není soubor: {0}",
1716
"wrapped.with.quotes": "Nepřidávejte nadbytečné uvozovky kolem cest.",
1817
"path.is.not.a.directory": "Cesta není adresář: {0}",

Extension/i18n/csy/ui/settings.html.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"switch.to.json": "Pokud chcete přepnout na soubor {0}, klikněte na odkaz na soubor nebo použijte příkaz:",
1212
"edit.configurations.in.json": "Upravit konfigurace v souboru JSON",
1313
"edit.configurations.json": "C/C++: Upravit konfigurace (JSON)",
14-
"check.the.schema": "Další informace o vlastnostech jazyků C/C++ najdete tady: {0}",
14+
"check.the.schema": "Další informace o vlastnostech C/C++ najdete tady: {0}.",
1515
"cpp.properties.schema.reference": "Referenční informace ke schématu vlastností C/C++",
1616
"view.schema.reference": "Referenční informace ke schématu vlastností",
1717
"intellisense.configurations": "Konfigurace IntelliSense",

Extension/i18n/deu/package.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
"c_cpp.walkthrough.create.cpp.file.title": "C++-Datei erstellen",
430430
"c_cpp.walkthrough.create.cpp.file.description": "[Öffnen](command:toSide:workbench.action.files.openFile) oder [erstellen](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D) eine C++-Datei. Speichern Sie die Datei unbedingt mit der Erweiterung \".cpp\" extension, z. B. \"helloworld.cpp\". \n[Erstellen Sie eine C++-Datei](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D)",
431431
"c_cpp.walkthrough.create.cpp.file.altText": "Öffnen Sie eine C++-Datei oder einen Ordner mit einem C++-Projekt.",
432-
"c_cpp.walkthrough.command.prompt.title": "Von der Developer Command Prompt for VS starten",
432+
"c_cpp.walkthrough.command.prompt.title": "Launch from the Developer Command Prompt for VS",
433433
"c_cpp.walkthrough.command.prompt.description": "Bei Verwendung des Microsoft Visual Studio C++-Compilers erfordert die C++-Erweiterung, dass Sie VS Code aus Developer Command Prompt for VS starten. Befolgen Sie die Anweisungen auf der rechten Seite, um den Neustart zu starten.\n[Reload Window](command:workbench.action.reloadWindow)",
434434
"c_cpp.walkthrough.run.debug.title": "Ausführen und Debuggen Ihrer C++-Datei",
435435
"c_cpp.walkthrough.run.debug.mac.description": "Öffnen Sie Ihre C++-Datei, und klicken Sie in der oberen rechten Ecke des Editors auf die Wiedergabeschaltfläche, oder drücken Sie F5, wenn Sie die Datei verwenden. Wählen Sie \"clang++ – Aktive Datei erstellen und debuggen\" aus, die mit dem Debugger ausgeführt werden soll.",

Extension/i18n/deu/src/LanguageServer/configurations.i18n.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
"unknown.properties.version": "In \"c_cpp_properties.json\" wurde eine unbekannte Versionsnummer gefunden. Einige Features funktionieren möglicherweise nicht wie erwartet.",
1111
"update.properties.failed": "Fehler beim Aktualisieren von \"{0}\". (Besitzen Sie Schreibzugriff?)",
1212
"failed.to.parse.properties": "Fehler beim Analysieren von \"{0}\".",
13-
"path.with.spaces": "Der Compilerpfad mit Leerzeichen und Argumenten enthält keine doppelten Anführungszeichen (\") um den Pfad.",
13+
"path.with.spaces": "Der Compilerpfad mit Leerzeichen konnte nicht gefunden werden. Wenn dies auch Compilerargumente einschließen soll, setzen Sie den Compilerpfad in doppelte Anführungszeichen ({0}).",
1414
"cannot.find": "Nicht gefunden: {0}",
15-
"cannot.resolve.compiler.path": "Ungültige Eingabe, Compilerpfad kann nicht aufgelöst werden.",
1615
"path.is.not.a.file": "Der Pfad ist keine Datei: {0}",
1716
"wrapped.with.quotes": "Fügen Sie keine zusätzlichen Anführungszeichen um Pfade hinzu.",
1817
"path.is.not.a.directory": "Der Pfad ist kein Verzeichnis: {0}",

Extension/i18n/esn/package.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"c_cpp.configuration.intelliSenseEngine.default.description": "Proporciona resultados que reconocen el contexto a través de un proceso de IntelliSense independiente.",
184184
"c_cpp.configuration.intelliSenseEngine.tagParser.description": "Proporciona resultados \"fuzzy\" que no tienen en cuenta el contexto.",
185185
"c_cpp.configuration.intelliSenseEngine.disabled.description": "Desactiva las características del servicio de lenguaje C/C++.",
186-
"c_cpp.configuration.autocomplete.markdownDescription": "Controla el proveedor de finalización automática. Si está `disabled` y desea completarse con palabras, también tendrá que establecer `\"[cpp]\": {\"editor.wordBasedSuggestions\": <valor>}` (y de forma similar para los lenguajes `c` y `cuda-cpp`).",
186+
"c_cpp.configuration.autocomplete.markdownDescription": "Controla el proveedor de finalización automática. Si está `disabled` y desea completarse con palabras, también tendrá que establecer `\"[cpp]\": {\"editor.wordBasedSuggestions\": <value>}` (y de forma similar para los lenguajes `c` y `cuda-cpp`).",
187187
"c_cpp.configuration.autocomplete.default.description": "Usa el motor de IntelliSense activo.",
188188
"c_cpp.configuration.autocomplete.disabled.description": "Usa la finalización basada en palabras proporcionada por Visual Studio Code.",
189189
"c_cpp.configuration.errorSquiggles.description": "Controla si los posibles errores de compilación detectados por el motor de IntelliSense se notificarán al editor. También controla si se notifican advertencias de análisis de código si no se encuentran las inclusiones. El motor del analizador de etiquetas omite esta configuración.",

Extension/i18n/esn/src/LanguageServer/configurations.i18n.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
"unknown.properties.version": "Se encontró un número de versión desconocido en el archivo c_cpp_properties.json. Es posible que algunas características no funcionen correctamente.",
1111
"update.properties.failed": "No se pudo actualizar \"{0}\". ¿Tiene acceso de escritura?",
1212
"failed.to.parse.properties": "No se pudo analizar \"{0}\"",
13-
"path.with.spaces": "En la ruta de acceso del compilador con espacios y argumentos faltan comillas dobles (\") para delimitarla.",
13+
"path.with.spaces": "No se encontró la ruta de acceso del compilador con espacios. Si la intención era incluir argumentos del compilador, escriba la ruta del compilador entre comillas dobles ({0}).",
1414
"cannot.find": "No se encuentra {0}",
15-
"cannot.resolve.compiler.path": "Entrada no válida. No se puede resolver la ruta de acceso del compilador.",
1615
"path.is.not.a.file": "La ruta de acceso no es un archivo: {0}",
1716
"wrapped.with.quotes": "No agregue comillas adicionales alrededor de las rutas de acceso.",
1817
"path.is.not.a.directory": "La ruta de acceso no es un directorio: {0}",

Extension/i18n/fra/src/LanguageServer/configurations.i18n.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
"unknown.properties.version": "Numéro de version inconnu dans c_cpp_properties.json. Certaines fonctionnalités peuvent ne pas fonctionner comme prévu.",
1111
"update.properties.failed": "La tentative de mise à jour de \"{0}\" a échoué (avez-vous un accès en écriture ?)",
1212
"failed.to.parse.properties": "L'analyse de \"{0}\" a échoué",
13-
"path.with.spaces": "Le chemin du compilateur avec des espaces et des arguments n'a pas de guillemets doubles autour du chemin.",
13+
"path.with.spaces": "Le chemin d’accès du compilateur contenant des espaces est introuvable. S’il devait inclure des arguments du compilateur, entourez le chemin d’accès du compilateur de guillemets doubles ({0}).",
1414
"cannot.find": "{0} introuvable",
15-
"cannot.resolve.compiler.path": "Entrée non valide, impossible de résoudre le chemin du compilateur",
1615
"path.is.not.a.file": "Le chemin n'est pas un fichier : {0}",
1716
"wrapped.with.quotes": "N’ajoutez pas de guillemets supplémentaires autour des chemins.",
1817
"path.is.not.a.directory": "Le chemin n'est pas un répertoire : {0}",

0 commit comments

Comments
 (0)