Skip to content

Commit 589322a

Browse files
gcampbell-msftcsigshanniavalera
authored
Localization - Translated Strings (#4895)
Co-authored-by: csigs <csigs@users.noreply.github.com> Co-authored-by: Hannia Valera <90047725+hanniavalera@users.noreply.github.com>
1 parent e90fa2c commit 589322a

26 files changed

+91
-91
lines changed

i18n/chs/package.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
"cmake-tools.configuration.cmake.postConfigureTask.description": "如果已设置,则 CMake 配置成功后执行此命名任务。",
194194
"cmake-tools.configuration.cmake.configureOnOpen.description": "在 CMake 项目目录打开时自动对其进行配置。",
195195
"cmake-tools.configuration.cmake.configureOnEdit.description": "保存 cmake.sourceDirectory 或 CMakeLists.txt 内容时,自动配置 CMake 项目目录。",
196-
"cmake-tools.configuration.cmake.cmakeProviderExtensions.description": "List of VS Code extension IDs that provide or install their own CMake binary. When CMake is not found during automatic configure-on-open and one of these extensions is installed, CMake Tools will briefly poll for CMake availability instead of showing an immediate error. Set to an empty array to disable this behavior.",
196+
"cmake-tools.configuration.cmake.cmakeProviderExtensions.description": "提供或安装自己 CMake 二进制文件的 VS Code 扩展 ID 列表。当在自动打开时配置期间未找到 CMake 且安装了这些扩展中的一个时,CMake Tools 会短暂轮询 CMake 的可用性,而不是立即显示错误。设置为空数组可禁用此行为。",
197197
"cmake-tools.configuration.cmake.deleteBuildDirOnCleanConfigure.description": "调用干净配置时删除整个编译目录。",
198198
"cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "在多配置生成器上也设置 CMAKE_BUILD_TYPE。",
199199
"cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "如果存在缓存,则跳过配置进程。",

i18n/chs/src/extension.i18n.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"configure.now.button": "立即配置",
1212
"configure.recommended": "建议在升级到新的工具包定义后重新配置。",
1313
"using.cache.to.configure.workspace.on.open": "正在尝试使用缓存配置工作区 {0}",
14-
"cmake.retry.vendor.title": "Waiting for {0} to set up CMake...",
15-
"cmake.not.found.retrying": "CMake not found during configure-on-open. Waiting for {0} to finish setup...",
16-
"cmake.retry.success": "CMake found after {0}s (attempt {1}/{2})",
17-
"cmake.retry.not.yet": "CMake not yet available (attempt {0}/{1})",
18-
"cmake.retry.configuring": "CMake is now available — configuring project",
19-
"cmake.retry.exhausted": "CMake not found after {0} retries",
14+
"cmake.retry.vendor.title": "正在等待 {0} 设置 CMake...",
15+
"cmake.not.found.retrying": "打开时配置期间未找到 CMake。正在等待 {0} 完成设置...",
16+
"cmake.retry.success": "{0} 秒后找到 CMake (尝试 {1}/{2})",
17+
"cmake.retry.not.yet": "CMake 尚不可用(尝试 {0}/{1})",
18+
"cmake.retry.configuring": "CMake 现已可用 - 正在配置项目",
19+
"cmake.retry.exhausted": "重试 {0} 次后未找到 CMake",
2020
"update.code.model.for.list.modifier": "更新自动列表文件修饰符的代码模型",
2121
"failed.to.open.cache.file.on.code.model.update": "未能在代码模型更新时打开 CMake 缓存文件",
2222
"update.code.model.for.cpptools": "更新 cpptools 的代码模型",

i18n/cht/package.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
"cmake-tools.configuration.cmake.postConfigureTask.description": "若設定,此具名工作將在成功執行 CMake 設定後執行。",
194194
"cmake-tools.configuration.cmake.configureOnOpen.description": "開啟 CMake 專案目錄時自動進行組態。",
195195
"cmake-tools.configuration.cmake.configureOnEdit.description": "在儲存 cmake.sourceDirectory 或 CMakeLists.txt 內容後,自動設定 CMake 專案目錄。",
196-
"cmake-tools.configuration.cmake.cmakeProviderExtensions.description": "List of VS Code extension IDs that provide or install their own CMake binary. When CMake is not found during automatic configure-on-open and one of these extensions is installed, CMake Tools will briefly poll for CMake availability instead of showing an immediate error. Set to an empty array to disable this behavior.",
196+
"cmake-tools.configuration.cmake.cmakeProviderExtensions.description": "提供或安裝自己 CMake 二進位檔的 VS Code 延伸模組識別碼清單。如果在自動 configure-on-open 期間找不到 CMake,並且安裝了任一延伸模組,則 CMake Tools 將短暫地輪詢 CMake 的可用性,而不是立即顯示錯誤。設定為空陣列即可停用此行為。",
197197
"cmake-tools.configuration.cmake.deleteBuildDirOnCleanConfigure.description": "叫用乾淨的設定時,請刪除整個組建目錄。",
198198
"cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "也在多個組態產生器上設定 CMAKE_BUILD_TYPE。",
199199
"cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "如果有快取,則跳過設定流程。",

i18n/cht/src/extension.i18n.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"configure.now.button": "立即設定",
1212
"configure.recommended": "建議您在升級為新套件定義後重新設定。",
1313
"using.cache.to.configure.workspace.on.open": "正在嘗試使用快取來設定工作區 {0}",
14-
"cmake.retry.vendor.title": "Waiting for {0} to set up CMake...",
15-
"cmake.not.found.retrying": "CMake not found during configure-on-open. Waiting for {0} to finish setup...",
16-
"cmake.retry.success": "CMake found after {0}s (attempt {1}/{2})",
17-
"cmake.retry.not.yet": "CMake not yet available (attempt {0}/{1})",
18-
"cmake.retry.configuring": "CMake is now available — configuring project",
19-
"cmake.retry.exhausted": "CMake not found after {0} retries",
14+
"cmake.retry.vendor.title": "正在等待 {0} 設定 CMake...",
15+
"cmake.not.found.retrying": "configure-on-open 期間找不到 CMake。正在等待 {0} 完成設定...",
16+
"cmake.retry.success": "{0} 秒後找到 CMake (嘗試 {1}/{2})",
17+
"cmake.retry.not.yet": "CMake 尚無法使用 (嘗試 {0}/{1})",
18+
"cmake.retry.configuring": "CMake 現已可用 — 正在設定專案",
19+
"cmake.retry.exhausted": "重試 {0} 次後仍找不到 CMake",
2020
"update.code.model.for.list.modifier": "更新自動清單檔案修飾元的程式碼模型",
2121
"failed.to.open.cache.file.on.code.model.update": "無法在程式碼模型更新時開啟 CMake 快取檔案",
2222
"update.code.model.for.cpptools": "更新 cpptools 的程式碼模型",

i18n/csy/package.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
"cmake-tools.configuration.cmake.postConfigureTask.description": "Pokud je nastavená, tato pojmenovaná úloha se spustí po úspěšné konfiguraci CMake.",
194194
"cmake-tools.configuration.cmake.configureOnOpen.description": "Automaticky konfigurovat adresáře projektu CMake při jejich otevření",
195195
"cmake-tools.configuration.cmake.configureOnEdit.description": "Automaticky nakonfigurovat adresáře projektu CMake, když se uloží obsah cmake.sourceDirectory nebo CMakeLists.txt",
196-
"cmake-tools.configuration.cmake.cmakeProviderExtensions.description": "List of VS Code extension IDs that provide or install their own CMake binary. When CMake is not found during automatic configure-on-open and one of these extensions is installed, CMake Tools will briefly poll for CMake availability instead of showing an immediate error. Set to an empty array to disable this behavior.",
196+
"cmake-tools.configuration.cmake.cmakeProviderExtensions.description": "Seznam ID rozšíření VS Code, která poskytují nebo nainstalují vlastní binární soubor CMake. Když se nástroj CMake během automatické konfigurace při otevření nenajde a nainstaluje se jedno z těchto rozšíření, nástroje CMake Tools se budou krátce dotazovat na dostupnost CMake, místo aby se zobrazila okamžitá chyba. Pokud chcete toto chování zakázat, nastavte prázdné pole.",
197197
"cmake-tools.configuration.cmake.deleteBuildDirOnCleanConfigure.description": "Při vyvolání čisté konfigurace se odstraní celý adresář sestavení.",
198198
"cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "Nastavte CMAKE_BUILD_TYPE i pro generátory více konfigurací.",
199199
"cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "Přeskočit proces konfigurace, pokud je k dispozici mezipaměť",

i18n/csy/src/extension.i18n.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"configure.now.button": "Nakonfigurovat",
1212
"configure.recommended": "Po upgradu na novou definici sad se doporučuje změnit konfiguraci.",
1313
"using.cache.to.configure.workspace.on.open": "Probíhá pokus o použití mezipaměti ke konfiguraci {0} pracovního prostoru.",
14-
"cmake.retry.vendor.title": "Waiting for {0} to set up CMake...",
15-
"cmake.not.found.retrying": "CMake not found during configure-on-open. Waiting for {0} to finish setup...",
16-
"cmake.retry.success": "CMake found after {0}s (attempt {1}/{2})",
17-
"cmake.retry.not.yet": "CMake not yet available (attempt {0}/{1})",
18-
"cmake.retry.configuring": "CMake is now available — configuring project",
19-
"cmake.retry.exhausted": "CMake not found after {0} retries",
14+
"cmake.retry.vendor.title": "Čeká se, až {0} nastaví CMake...",
15+
"cmake.not.found.retrying": "Nástroj CMake nebyl během konfigurace při otevření nalezen. Čeká se, až {0} dokončí instalaci...",
16+
"cmake.retry.success": "Nástroj CMake nalezen po {0} s (pokus {1}/{2})",
17+
"cmake.retry.not.yet": "CMake ještě není k dispozici (pokus {0}/{1})",
18+
"cmake.retry.configuring": "CMake je teď k dispozici – konfiguruje se projekt",
19+
"cmake.retry.exhausted": "CMake se po {0} opakovaných pokusech nenašel",
2020
"update.code.model.for.list.modifier": "Aktualizovat model kódu pro automatický modifikátor souborů seznamu",
2121
"failed.to.open.cache.file.on.code.model.update": "Nepovedlo se otevřít soubor mezipaměti CMake při aktualizaci kódu modelu.",
2222
"update.code.model.for.cpptools": "Aktualizovat model kódu pro cpptools",

i18n/deu/package.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
"cmake-tools.configuration.cmake.postConfigureTask.description": "Wenn festgelegt, wird dieser benannte Task nach einer erfolgreichen CMake-Konfiguration ausgeführt.",
194194
"cmake-tools.configuration.cmake.configureOnOpen.description": "Hiermit werden CMake-Projektverzeichnisse beim Öffnen automatisch konfiguriert.",
195195
"cmake-tools.configuration.cmake.configureOnEdit.description": "Hiermit werden CMake-Projektverzeichnisse automatisch konfiguriert, wenn cmake.sourceDirectory- oder CMakeLists.txt-Inhalte gespeichert werden.",
196-
"cmake-tools.configuration.cmake.cmakeProviderExtensions.description": "List of VS Code extension IDs that provide or install their own CMake binary. When CMake is not found during automatic configure-on-open and one of these extensions is installed, CMake Tools will briefly poll for CMake availability instead of showing an immediate error. Set to an empty array to disable this behavior.",
196+
"cmake-tools.configuration.cmake.cmakeProviderExtensions.description": "Liste der VS Code Erweiterungs-IDs, die eine eigene CMake-Binärdatei bereitstellen oder installieren. Wenn CMake während der automatischen Konfiguration beim Öffnen nicht gefunden wird und eine dieser Erweiterungen installiert ist, fragt CMake Tools die CMake-Verfügbarkeit kurz ab, anstatt einen sofortigen Fehler anzuzeigen. Auf ein leeres Array festlegen, um dieses Verhalten zu deaktivieren.",
197197
"cmake-tools.configuration.cmake.deleteBuildDirOnCleanConfigure.description": "Löschen Sie das gesamte Buildverzeichnis, wenn clean-configure aufgerufen wird.",
198198
"cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "CMAKE_BUILD_TYPE auch für Generatoren für mehrere Konfigurationen festlegen.",
199199
"cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "Hiermit wird der Konfigurationsprozess übersprungen, wenn der Cache vorhanden ist.",

i18n/deu/src/extension.i18n.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"configure.now.button": "Jetzt konfigurieren",
1212
"configure.recommended": "Nach dem Upgrade auf eine neue Definition der Kits wird eine Neukonfiguration empfohlen.",
1313
"using.cache.to.configure.workspace.on.open": "Es wird versucht, den Cache zum Konfigurieren des Arbeitsbereichs {0} zu verwenden.",
14-
"cmake.retry.vendor.title": "Waiting for {0} to set up CMake...",
15-
"cmake.not.found.retrying": "CMake not found during configure-on-open. Waiting for {0} to finish setup...",
16-
"cmake.retry.success": "CMake found after {0}s (attempt {1}/{2})",
17-
"cmake.retry.not.yet": "CMake not yet available (attempt {0}/{1})",
18-
"cmake.retry.configuring": "CMake is now available — configuring project",
19-
"cmake.retry.exhausted": "CMake not found after {0} retries",
14+
"cmake.retry.vendor.title": "Wartet darauf, dass {0} CMake einrichtet …",
15+
"cmake.not.found.retrying": "CMake wurde während der Konfiguration beim Öffnen nicht gefunden. Es wird auf den Abschluss des Setups von {0} gewartet …",
16+
"cmake.retry.success": "CMake nach {0} Sek. gefunden (Versuch {1}/{2})",
17+
"cmake.retry.not.yet": "CMake noch nicht verfügbar (Versuch {0}/{1})",
18+
"cmake.retry.configuring": "CMake ist jetzt verfügbar – Projekt konfigurieren",
19+
"cmake.retry.exhausted": "CMake nach {0} Wiederholungen nicht gefunden",
2020
"update.code.model.for.list.modifier": "Codemodell für automatischen Listendateimodifizierer aktualisieren",
2121
"failed.to.open.cache.file.on.code.model.update": "Fehler beim Öffnen der CMake-Cachedatei für das Codemodellupdate.",
2222
"update.code.model.for.cpptools": "Codemodell für cpptools aktualisieren",

i18n/esn/package.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
"cmake-tools.configuration.cmake.postConfigureTask.description": "Si se establece, esta tarea nombrada se ejecutará tras una configuración exitosa de CMake.",
194194
"cmake-tools.configuration.cmake.configureOnOpen.description": "Configura automáticamente los directorios del proyecto de CMake al abrirlos.",
195195
"cmake-tools.configuration.cmake.configureOnEdit.description": "Configure automáticamente los directorios de proyectos de CMake cuando se guarde el contenido de cmake.sourceDirectory o CMakeLists.txt.",
196-
"cmake-tools.configuration.cmake.cmakeProviderExtensions.description": "List of VS Code extension IDs that provide or install their own CMake binary. When CMake is not found during automatic configure-on-open and one of these extensions is installed, CMake Tools will briefly poll for CMake availability instead of showing an immediate error. Set to an empty array to disable this behavior.",
196+
"cmake-tools.configuration.cmake.cmakeProviderExtensions.description": "Lista de VS Code identificadores de extensión que proporcionan o instalan su propio binario de CMake. Cuando no se encuentra CMake durante la configuración automática al abrir y se instala una de estas extensiones CMake Tools sondeará brevemente la disponibilidad de CMake en lugar de mostrar un error inmediato. Establezca una matriz vacía para deshabilitar este comportamiento.",
197197
"cmake-tools.configuration.cmake.deleteBuildDirOnCleanConfigure.description": "Elimine todo el directorio de compilación cuando se invoque una configuración limpia.",
198198
"cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "Establecer CMAKE_BUILD_TYPE también en generadores multi configuración.",
199199
"cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "Omite el proceso de configuración si la memoria caché está presente.",

i18n/esn/src/extension.i18n.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"configure.now.button": "Configurar ahora",
1212
"configure.recommended": "Se recomienda volver a configurar después de actualizar a una nueva definición de los kits.",
1313
"using.cache.to.configure.workspace.on.open": "Intentando usar la memoria caché para configurar el área de trabajo {0}",
14-
"cmake.retry.vendor.title": "Waiting for {0} to set up CMake...",
15-
"cmake.not.found.retrying": "CMake not found during configure-on-open. Waiting for {0} to finish setup...",
16-
"cmake.retry.success": "CMake found after {0}s (attempt {1}/{2})",
17-
"cmake.retry.not.yet": "CMake not yet available (attempt {0}/{1})",
18-
"cmake.retry.configuring": "CMake is now available — configuring project",
19-
"cmake.retry.exhausted": "CMake not found after {0} retries",
14+
"cmake.retry.vendor.title": "Esperando a que {0} configure CMake...",
15+
"cmake.not.found.retrying": "No se encontró CMake durante la configuración al abrir. Esperando a que {0} termine la configuración...",
16+
"cmake.retry.success": "Se encontró CMake después de {0} s (intento {1}/{2})",
17+
"cmake.retry.not.yet": "CMake aún no está disponible (intento {0}/{1})",
18+
"cmake.retry.configuring": "CMake ya está disponible: configuración del proyecto",
19+
"cmake.retry.exhausted": "No se encontró CMake después de {0} reintentos",
2020
"update.code.model.for.list.modifier": "Actualizar el modelo de código para el modificador automático de archivo de lista",
2121
"failed.to.open.cache.file.on.code.model.update": "No se pudo abrir el archivo caché de CMake en la actualización del modelo de código.",
2222
"update.code.model.for.cpptools": "Actualizar el modelo de código para cpptools",

0 commit comments

Comments
 (0)