Skip to content

Commit d90d2ab

Browse files
committed
Localization - Translated Strings
1 parent d83faa2 commit d90d2ab

15 files changed

Lines changed: 15 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"learn.how.to.install.a.library": "了解如何使用 vcpkg 为此标头安装库",
88
"copy.vcpkg.command": "将用于安装“{0}”的 vcpkg 命令复制到剪贴板",
99
"on.disabled.command": "当 `C_Cpp.intelliSenseEngine` 设置为 `disabled` 时,无法执行与 IntelliSense 相关的命令。",
10+
"switch.header.source": "正在切换标头/源...",
1011
"client.not.found": "未找到客户端",
1112
"ok": "确定",
1213
"install.compiler.mac.title": "现在将安装 clang 编译器",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Do not edit this file. It is machine generated.
66
{
77
"no.context.provided": "未提供內容",
8-
"not.windows": "設定 Visual Studio 開發人員環境命令僅可在 Windows 使用",
8+
"not.windows": "\"設定 Visual Studio 開發人員環境\" 命令僅可在 Windows 使用",
99
"error.no.vs": "找不到包含 C++ 編譯器的 Visual Studio 安裝",
1010
"operation.cancelled": "作業已取消",
1111
"no.hosts": "找不到主機",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"learn.how.to.install.a.library": "了解如何使用 vcpkg 安裝此標頭的程式庫",
88
"copy.vcpkg.command": "將用於安裝 '{0}' 的 vcpkg 命令複製到剪貼簿",
99
"on.disabled.command": "當 `C_Cpp.intelliSenseEngine` 設為 `disabled` 時,無法執行IntelliSense 的相關命令。",
10+
"switch.header.source": "正在切換標頭/來源...",
1011
"client.not.found": "找不到用戶端",
1112
"ok": "確定",
1213
"install.compiler.mac.title": "現在將安裝 clang 編譯器",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"learn.how.to.install.a.library": "Jak nainstalovat knihovnu pro tuto hlavičku pomocí vcpkg",
88
"copy.vcpkg.command": "Zkopírovat příkaz vcpkg pro instalaci {0} do schránky",
99
"on.disabled.command": "Příkazy související s IntelliSense se nedají spustit, když je `C_Cpp.intelliSenseEngine` nastavené na `disabled`.",
10+
"switch.header.source": "Přepínání záhlaví/zdroje...",
1011
"client.not.found": "klient se nenašel",
1112
"ok": "OK",
1213
"install.compiler.mac.title": "Kompilátor clang se teď nainstaluje.",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"learn.how.to.install.a.library": "Erfahren Sie, wie Sie mit vcpkg eine Bibliothek für diesen Header installieren.",
88
"copy.vcpkg.command": "vcpkg-Befehl zum Installieren von \"{0}\" in die Zwischenablage kopieren",
99
"on.disabled.command": "IntelliSense-bezogene Befehle können nicht ausgeführt werden, wenn `C_Cpp.intelliSenseEngine` auf `disabled` festgelegt ist.",
10+
"switch.header.source": "Header/Quelle wird gewechselt...",
1011
"client.not.found": "Client nicht gefunden.",
1112
"ok": "OK",
1213
"install.compiler.mac.title": "Der Clang-Compiler wird jetzt installiert.",

Extension/i18n/esn/package.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
"c_cpp.configuration.intelliSenseEngine.default.description": "Proporciona resultados que reconocen el contexto a través de un proceso de IntelliSense independiente.",
186186
"c_cpp.configuration.intelliSenseEngine.tagParser.description": "Proporciona resultados \"fuzzy\" que no tienen en cuenta el contexto.",
187187
"c_cpp.configuration.intelliSenseEngine.disabled.description": "Desactiva las características del servicio de lenguaje C/C++.",
188-
"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`).",
188+
"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`).",
189189
"c_cpp.configuration.autocomplete.default.description": "Usa el motor de IntelliSense activo.",
190190
"c_cpp.configuration.autocomplete.disabled.description": "Usa la finalización basada en palabras proporcionada por Visual Studio Code.",
191191
"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/extension.i18n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"learn.how.to.install.a.library": "Más información sobre el modo de instalar una biblioteca para este encabezado con vcpkg",
88
"copy.vcpkg.command": "Copie el comando vcpkg para instalar \"{0}\" en el Portapapeles",
99
"on.disabled.command": "Los comandos relacionados con IntelliSense no se pueden ejecutar cuando `C_Cpp.intelliSenseEngine` está establecido en `disabled`.",
10+
"switch.header.source": "Cambiando encabezado/origen...",
1011
"client.not.found": "No se encuentra el cliente",
1112
"ok": "Aceptar",
1213
"install.compiler.mac.title": "El compilador Clang se instalará ahora",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"learn.how.to.install.a.library": "Découvrir comment installer une bibliothèque pour cet en-tête avec vcpkg",
88
"copy.vcpkg.command": "Copier la commande vcpkg pour installer '{0}' dans le Presse-papiers",
99
"on.disabled.command": "Les commandes liées à IntelliSense ne peuvent pas être exécutées quand `C_Cpp.intelliSenseEngine` a la valeur `disabled`.",
10+
"switch.header.source": "Changement d’en-tête/source en cours... Merci de patienter.",
1011
"client.not.found": "client introuvable",
1112
"ok": "OK",
1213
"install.compiler.mac.title": "Le compilateur clang va maintenant être installé",

Extension/i18n/ita/src/LanguageServer/extension.i18n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"learn.how.to.install.a.library": "Informazioni su come installare una libreria per questa intestazione con vcpkg",
88
"copy.vcpkg.command": "Copiare il comando vcpkg per installare '{0}' negli Appunti",
99
"on.disabled.command": "Non è possibile eseguire comandi correlati a IntelliSense quando `C_Cpp.intelliSenseEngine` è impostato su `disabled`.",
10+
"switch.header.source": "Scambio intestazione/origine in corso...",
1011
"client.not.found": "client non trovato",
1112
"ok": "OK",
1213
"install.compiler.mac.title": "Il compilatore clang verrà ora installato",

Extension/i18n/jpn/src/LanguageServer/extension.i18n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"learn.how.to.install.a.library": "このヘッダーのライブラリを vcpkg でインストールする方法の詳細",
88
"copy.vcpkg.command": "'{0}' をインストールするための vcpkg コマンドをクリップボードにコピーする",
99
"on.disabled.command": "`C_Cpp.intelliSenseEngine` が `disabled` に設定されている場合、IntelliSense 関連のコマンドは実行できません。",
10+
"switch.header.source": "ヘッダー/ソースを切り替えています...",
1011
"client.not.found": "クライアントが見つかりませんでした",
1112
"ok": "OK",
1213
"install.compiler.mac.title": "clang コンパイラがインストールされます",

0 commit comments

Comments
 (0)