Skip to content

Commit

Permalink
Localization - Translated Strings
Browse files Browse the repository at this point in the history
  • Loading branch information
csigs committed Aug 13, 2023
1 parent 3cfda1a commit 8826e6b
Show file tree
Hide file tree
Showing 26 changed files with 90 additions and 64 deletions.
5 changes: 3 additions & 2 deletions i18n/chs/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
"cmake-tools.configuration.cmake.buildToolArgs.description": "要在生成时传递给基础生成工具的其他参数。",
"cmake-tools.configuration.cmake.parallelJobs.description": "并行生成作业的数目。使用 0 以自动检测 CPU 数。将此值设置为 1 将省略底层构建命令中的并行性标志 (-j),这会对构建并行性产生生成器依赖影响。",
"cmake-tools.configuration.cmake.ctestPath.description": "CTest 可执行文件的路径。如果为 null,则从 cmake.cmakePath 推理(建议保留为 null)。",
"cmake-tools.configuration.cmake.ctest.parallelJobs.description": "并行测试作业的数量。使用零即可利用 cmake.parallelJobs 的值。",
"cmake-tools.configuration.cmake.ctest.parallelJobs.markdownDescription": "并行测试作业的数量。使用零可以使用 `#cmake.parallelJobs#` 的值。这仅适用于 `#cmake.ctest.allowParallelJobs#` 设置为 `true` 的情况。",
"cmake-tools.configuration.cmake.ctest.allowParallelJobs.description": "允许 ctest 并行运行,但结果输出可能因此而出现乱码。",
"cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "分析编译器输出以查找警告和错误。",
"cmake-tools.configuration.cmake.enabledOutputParsers.description": "要使用的输出分析程序。支持的分析程序 `cmake`、`gcc`、`gnuld`(适用于 GNULD 样式的 inker 输出)、`msvc`(适用于 Microsoft Visual C++)、`ghs`(适用于 Green Hills 编译器,具有 --no_wrap_diagnostics --brief_diagnostics),以及 `diab`(适用于 Wind River Diab 编译器)。",
"cmake-tools.configuration.cmake.debugConfig.description": "要在调试目标时使用的调试配置。",
Expand Down Expand Up @@ -149,7 +150,7 @@
"cmake-tools.configuration.cmake.statusbar.visibility.description": "配置扩展在状态栏中显示按钮的方式。",
"cmake-tools.configuration.cmake.statusbar.visibility.markdownDescription": "配置扩展在状态栏中显示按钮的方式。仅当`#cmake.useProjectStatusView#`设置为`false`时才适用。",
"cmake-tools.configuration.cmake.statusbar.advanced.description": "配置各个状态栏按钮的设置。这些设置将覆盖更常规的 \"cmake.statusbar.visibility\" 设置。",
"cmake-tools.configuration.cmake.statusbar.advanced.markdownDescription": "配置单个状态栏按钮的设置。这些设置会覆盖更常见的`#cmake.statusbar.visibility` 设置。仅当`#cmake.useProjectStatusView#` 设置为`false`时才适用。",
"cmake-tools.configuration.cmake.statusbar.advanced.markdownDescription": "配置单个状态栏按钮的设置。这些设置会覆盖更常规的 `#cmake.statusbar.visibility#` 设置。仅当 `#cmake.useProjectStatusView#` 设置为 `false` 时才适用。",
"cmake-tools.configuration.cmake.statusbar.advanced.visibility.description": "配置扩展在状态栏中显示此按钮的方式。",
"cmake-tools.configuration.cmake.statusbar.advanced.ctest.color.description": "根据测试结果启用此按钮的颜色更改。",
"cmake-tools.configuration.cmake.statusbar.advanced.length.description": "配置可见文本在在“紧凑”模式下的最大长度。",
Expand Down
7 changes: 4 additions & 3 deletions i18n/chs/src/ctest.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
// Do not edit this file. It is machine generated.
{
"no.tests.found": "未找到测试",
"ctest.path.not.set": "未设置 CTest 路径",
"test.preset.not.set": "未设置测试预设",
"ctest.run.terminated": "CTest 运行已终止",
"ctest.finished.with.code": "CTest 已完成,返回代码 {0}",
"no.project.found": "找不到文件夹的项目 {0}",
"no.driver.found": "找不到文件夹 {0} 的驱动程序",
"ctest.path.not.set": "未设置 CTest 路径",
"ctest.args.not.found": "无法获取测试参数",
"test.failed.with.exit.code": "测试{0}失败,退出代码 {1}。",
"test.failed.with.completion.status": "测试{0}失败,完成状态为 \"{1}\"",
"test.failed": "测试{0}失败。有关详细信息,请检查输出。",
"test.results.not.found": "找不到测试结果。",
"ctest.run.terminated": "CTest 运行已终止",
"ctest.finished.with.code": "CTest 已完成,返回代码 {0}",
"folder.not.found.in.test.explorer": "在测试资源管理器中找不到文件夹: {0}",
"test.preset.required": "选择测试预设以发现测试",
"ctest.error": "运行 ctest 来确定可用的测试可执行文件时出错",
Expand Down
5 changes: 3 additions & 2 deletions i18n/cht/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
"cmake-tools.configuration.cmake.buildToolArgs.description": "建置時會傳遞到基礎建置工具的其他引數。",
"cmake-tools.configuration.cmake.parallelJobs.description": "平行建置工作數目。使用零以自動偵測 CPU 數目。將此值設定為 1 會從基礎建置命令省略平行處理原則旗標 (-j),其對建置平行處理原則有產生器相依的效果。",
"cmake-tools.configuration.cmake.ctestPath.description": "CTest 可執行檔的路徑。若為 null,將會從 cmake.cmakePath 推斷 (建議保留 null)。",
"cmake-tools.configuration.cmake.ctest.parallelJobs.description": "平行測試作業的數目。使用零就會使用 cmake.parallelJobs 的值。",
"cmake-tools.configuration.cmake.ctest.parallelJobs.markdownDescription": "The number of parallel test jobs. Use zero to use the value of `#cmake.parallelJobs#`. This only applies when `#cmake.ctest.allowParallelJobs#` is set to `true`.",
"cmake-tools.configuration.cmake.ctest.allowParallelJobs.description": "Allows ctests to be run in parallel, however the result output may be garbled as a result.",
"cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "剖析警告與錯誤的編譯器輸出。",
"cmake-tools.configuration.cmake.enabledOutputParsers.description": "要使用的輸出剖析器。支援的剖析器為 `cmake`、`gcc`、`gnuld` (若為 GNULD 樣式的連結器輸出)、`msvc` (若為 Microsoft Visual C++)、`ghs` (若為具有 --no_wrap_diagnostics --brief_diagnostics 的 Green Hills 編譯器) 及 `diab` (若為 Wind River Diab 編譯器)。",
"cmake-tools.configuration.cmake.debugConfig.description": "偵錯目標時,要使用的偵錯組態。",
Expand Down Expand Up @@ -149,7 +150,7 @@
"cmake-tools.configuration.cmake.statusbar.visibility.description": "設定延伸模組在狀態列中顯示按鈕的方式。",
"cmake-tools.configuration.cmake.statusbar.visibility.markdownDescription": "設定延伸模組如何顯示狀態列中的按鈕。只有在 `#cmake.useProjectStatusView#` 設為 `false` 時才適用。",
"cmake-tools.configuration.cmake.statusbar.advanced.description": "進行個別狀態列按鈕的設定。這些設定會覆寫更一般性的 'cmake.statusbar.visibility' 設定。",
"cmake-tools.configuration.cmake.statusbar.advanced.markdownDescription": "設定個別狀態列按鈕的設定。這些設定會覆寫較一般性的 `#cmake.statusbar.visibility` 設定。只有在 `#cmake.useProjectStatusView#` 設為 `false` 時才適用。",
"cmake-tools.configuration.cmake.statusbar.advanced.markdownDescription": "Configures the settings for individual status bar buttons. These settings overwrite the more general `#cmake.statusbar.visibility#` setting. Only applies when `#cmake.useProjectStatusView#` is set to `false`.",
"cmake-tools.configuration.cmake.statusbar.advanced.visibility.description": "設定延伸模組在狀態列中顯示此按鈕的方式。",
"cmake-tools.configuration.cmake.statusbar.advanced.ctest.color.description": "允許根據測試結果變更此按鈕的色彩。",
"cmake-tools.configuration.cmake.statusbar.advanced.length.description": "在「精簡」模式中設定顯示文字的最大長度。",
Expand Down
7 changes: 4 additions & 3 deletions i18n/cht/src/ctest.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
// Do not edit this file. It is machine generated.
{
"no.tests.found": "找不到任何測試",
"ctest.path.not.set": "未設定 CTest 路徑",
"test.preset.not.set": "Test preset is not set",
"ctest.run.terminated": "已終止 CTest 執行",
"ctest.finished.with.code": "CTest 已完成。傳回碼: {0}",
"no.project.found": "找不到資料夾 {0} 的專案",
"no.driver.found": "找不到資料夾 {0} 的驅動程式",
"ctest.path.not.set": "未設定 CTest 路徑",
"ctest.args.not.found": "無法取得測試引數",
"test.failed.with.exit.code": "測試 {0} 失敗,結束代碼為 {1}。",
"test.failed.with.completion.status": "測試 {0} 失敗,完成狀態為「{1}」。",
"test.failed": "測試 {0} 失敗。如需詳細資訊,請檢查輸出。",
"test.results.not.found": "找不到測試結果。",
"ctest.run.terminated": "已終止 CTest 執行",
"ctest.finished.with.code": "CTest 已完成。傳回碼: {0}",
"folder.not.found.in.test.explorer": "在測試總管中找不到資料夾: {0}",
"test.preset.required": "選取測試預設以探索測試",
"ctest.error": "執行 ctest 以判斷可用的測試可執行檔時發生錯誤",
Expand Down
5 changes: 3 additions & 2 deletions i18n/csy/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
"cmake-tools.configuration.cmake.buildToolArgs.description": "Další argumenty, které se mají předat základnímu nástroji pro sestavení při sestavování",
"cmake-tools.configuration.cmake.parallelJobs.description": "Počet paralelních úloh sestavení. Pokud chcete automaticky zjistit počet procesorů, použijte nulu. Nastavení na hodnotu 1 vynechá příznak paralelismu (-j) z podkladového příkazu sestavení, který má vliv na paralelismus sestavení, který je závislý na generátoru.",
"cmake-tools.configuration.cmake.ctestPath.description": "Cesta ke spustitelnému souboru CTest. Pokud je hodnota null, bude odvozena z parametru cmake.cmakePath (doporučeno ponechat hodnotu null).",
"cmake-tools.configuration.cmake.ctest.parallelJobs.description": "Počet paralelních testovacích úloh. Pokud chcete použít hodnotu cmake.parallelJobs, použijte nulu.",
"cmake-tools.configuration.cmake.ctest.parallelJobs.markdownDescription": "Počet paralelních testovacích úloh. Pokud chcete použít hodnotu `#cmake.parallelJobs#`, použijte nulu. Toto platí pouze v případě, že je hodnota `#cmake.ctest.allowParallelJobs#` nastavená na `true`.",
"cmake-tools.configuration.cmake.ctest.allowParallelJobs.description": "Umožňuje paralelní spouštění ctestů, výstup však může být nečitelný nebo poškozený.",
"cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "Analyzovat výstup kompilátoru z hlediska upozornění a chyb",
"cmake-tools.configuration.cmake.enabledOutputParsers.description": "Výstupní analyzátory, které se mají použít. Podporované jsou analyzátory `cmake`, `gcc` a `gnuld` pro výstup linkeru ve stylu GNULD, `msvc` pro Microsoft Visual C++, `ghs` pro kompilátor Green Hills s parametry --no_wrap_diagnostics nebo --brief_diagnostics a `diab` pro kompilátor Wind River Diab.",
"cmake-tools.configuration.cmake.debugConfig.description": "Konfigurace ladění, která se má použít při ladění cíle",
Expand Down Expand Up @@ -149,7 +150,7 @@
"cmake-tools.configuration.cmake.statusbar.visibility.description": "Nakonfiguruje, jak rozšíření zobrazí tlačítka na stavovém řádku.",
"cmake-tools.configuration.cmake.statusbar.visibility.markdownDescription": "Konfiguruje, jak rozšíření zobrazí tlačítka na stavovém řádku. Platí pouze v případě, že je vlastnost `#cmake.useProjectStatusView#` nastavena na hodnotu `false`.",
"cmake-tools.configuration.cmake.statusbar.advanced.description": "Nakonfiguruje nastavení jednotlivých tlačítek stavového řádku. Tato nastavení přepíšou obecnější nastavení cmake.statusbar.visibility.",
"cmake-tools.configuration.cmake.statusbar.advanced.markdownDescription": "Konfiguruje nastavení pro jednotlivá tlačítka stavového řádku. Tato nastavení přepíšou obecnější nastavení `#cmake.statusbar.visibility`. Platí pouze v případě, že je vlastnost `#cmake.useProjectStatusView#` nastavena na hodnotu `false`.",
"cmake-tools.configuration.cmake.statusbar.advanced.markdownDescription": "Konfiguruje nastavení pro jednotlivá tlačítka stavového řádku. Tato nastavení přepíšou obecnější nastavení `#cmake.statusbar.visibility#`. Platí pouze v případě, že je hodnota `#cmake.useProjectStatusView#` nastavena na hodnotu `false`.",
"cmake-tools.configuration.cmake.statusbar.advanced.visibility.description": "Nakonfiguruje, jak rozšíření zobrazí toto tlačítko na stavovém řádku.",
"cmake-tools.configuration.cmake.statusbar.advanced.ctest.color.description": "Povolí změnu barvy tohoto tlačítka v závislosti na výsledcích testů.",
"cmake-tools.configuration.cmake.statusbar.advanced.length.description": "Nakonfiguruje maximální délku viditelného textu v režimu compact.",
Expand Down
7 changes: 4 additions & 3 deletions i18n/csy/src/ctest.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
// Do not edit this file. It is machine generated.
{
"no.tests.found": "Nenašly se žádné testy.",
"ctest.path.not.set": "Cesta CTestu není nastavená.",
"test.preset.not.set": "Předvolba testování není nastavená.",
"ctest.run.terminated": "Běh CTestu se ukončil.",
"ctest.finished.with.code": "CTest skončil s návratovým kódem {0}.",
"no.project.found": "Pro složku {0} se nenašel žádný projekt.",
"no.driver.found": "Pro složku {0} se nenašel žádný ovladač.",
"ctest.path.not.set": "Cesta CTestu není nastavená.",
"ctest.args.not.found": "Nepovedlo se získat argumenty testu.",
"test.failed.with.exit.code": "Test {0} byl neúspěšný s ukončovacím kódem {1}.",
"test.failed.with.completion.status": "Test {0} byl neúspěšný se stavem dokončení {1}.",
"test.failed": "Test {0} byl neúspěšný. Další informace najdete ve výstupu.",
"test.results.not.found": "Výsledky testu se nenašly.",
"ctest.run.terminated": "Běh CTestu se ukončil.",
"ctest.finished.with.code": "CTest skončil s návratovým kódem {0}.",
"folder.not.found.in.test.explorer": "Složka se nenašla v Průzkumníkovi testů: {0}",
"test.preset.required": "Výběrem předvolby testu zjistíte testy.",
"ctest.error": "Při spouštění nástroje ctest došlo k chybě při zjišťování dostupných spustitelných souborů testů.",
Expand Down
5 changes: 3 additions & 2 deletions i18n/deu/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
"cmake-tools.configuration.cmake.buildToolArgs.description": "Zusätzliche Argumente, die beim Erstellen an das zugrunde liegende Buildtool übergeben werden sollen.",
"cmake-tools.configuration.cmake.parallelJobs.description": "Die Anzahl paralleler Buildaufträge. Verwenden Sie 0, um die Anzahl von CPUs automatisch zu ermitteln. Wenn Sie diese Einstellung auf 1 festlegen, wird das Parallelitätsflag (-j) aus dem zugrunde liegenden Buildbefehl weggelassen, der einen generatorabhängigen Effekt auf buildparallelität hat.",
"cmake-tools.configuration.cmake.ctestPath.description": "Pfad zur ausführbaren CTest-Datei. Bei NULL erfolgt ein Rückschluss von \"cmake.cmakePath\". (Die Beibehaltung von NULL wird empfohlen.)",
"cmake-tools.configuration.cmake.ctest.parallelJobs.description": "Die Anzahl paralleler Testaufträge. Verwenden Sie 0, um den Wert von \"cmake.parallelJobs\" zu verwenden.",
"cmake-tools.configuration.cmake.ctest.parallelJobs.markdownDescription": "The number of parallel test jobs. Use zero to use the value of `#cmake.parallelJobs#`. This only applies when `#cmake.ctest.allowParallelJobs#` is set to `true`.",
"cmake-tools.configuration.cmake.ctest.allowParallelJobs.description": "Allows ctests to be run in parallel, however the result output may be garbled as a result.",
"cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "Hiermit wird Compilerausgabe auf Warnungen und Fehler analysiert.",
"cmake-tools.configuration.cmake.enabledOutputParsers.description": "Zu verwendende Ausgabeparser. Unterstützte Parser `cmake`, `gcc`, `gnuld` für die Linkerausgabe im GNULD-Format, `msvc` für Microsoft Visual C++, `ghs` für den Green Hills-Compiler mit --no_wrap_diagnostics --brief_diagnostics und `diab` für den Wind River Diab-Compiler.",
"cmake-tools.configuration.cmake.debugConfig.description": "Die Debugkonfiguration, die beim Debuggen eines Ziels verwendet werden soll.",
Expand Down Expand Up @@ -149,7 +150,7 @@
"cmake-tools.configuration.cmake.statusbar.visibility.description": "Hiermit wird konfiguriert, wie die Erweiterung die Schaltflächen in der Statusleiste anzeigt.",
"cmake-tools.configuration.cmake.statusbar.visibility.markdownDescription": "Hiermit wird konfiguriert, wie die Erweiterung die Schaltflächen in der Statusleiste anzeigt. Gilt nur, wenn `#cmake.useProjectStatusView#` auf `false` festgelegt ist.",
"cmake-tools.configuration.cmake.statusbar.advanced.description": "Hiermit werden die Einstellungen für einzelne Schaltflächen auf der Statusleiste konfiguriert. Diese Einstellungen überschreiben die allgemeinere Einstellung \"cmake.statusbar.visibility\".",
"cmake-tools.configuration.cmake.statusbar.advanced.markdownDescription": "Konfiguriert die Einstellungen für einzelne Statusleistenschaltflächen. Diese Einstellungen überschreiben die allgemeinere Einstellung `#cmake.statusbar.visibility`. Gilt nur, wenn `#cmake.useProjectStatusView#` auf `false` festgelegt ist.",
"cmake-tools.configuration.cmake.statusbar.advanced.markdownDescription": "Configures the settings for individual status bar buttons. These settings overwrite the more general `#cmake.statusbar.visibility#` setting. Only applies when `#cmake.useProjectStatusView#` is set to `false`.",
"cmake-tools.configuration.cmake.statusbar.advanced.visibility.description": "Hiermit wird konfiguriert, wie die Erweiterung diese Schaltfläche in der Statusleiste anzeigt.",
"cmake-tools.configuration.cmake.statusbar.advanced.ctest.color.description": "Hiermit wird die Farbänderung für diese Schaltfläche je nach Testergebnis aktiviert.",
"cmake-tools.configuration.cmake.statusbar.advanced.length.description": "Hiermit wird die maximale Länge des sichtbaren Texts im Compact-Modus konfiguriert.",
Expand Down
7 changes: 4 additions & 3 deletions i18n/deu/src/ctest.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
// Do not edit this file. It is machine generated.
{
"no.tests.found": "Keine Tests gefunden.",
"ctest.path.not.set": "Der CTest-Pfad wurde nicht festgelegt.",
"test.preset.not.set": "Test preset is not set",
"ctest.run.terminated": "Der CTest-Testlauf wurde beendet.",
"ctest.finished.with.code": "CTest wurde mit Rückgabecode {0} abgeschlossen.",
"no.project.found": "Für den Ordner {0} wurde kein Projekt gefunden.",
"no.driver.found": "Für den Ordner {0} wurde kein Treiber gefunden.",
"ctest.path.not.set": "Der CTest-Pfad wurde nicht festgelegt.",
"ctest.args.not.found": "Testargumente konnten nicht abgerufen werden.",
"test.failed.with.exit.code": "Fehler beim Test \"{0}\" mit Exitcode \"{1}\".",
"test.failed.with.completion.status": "Fehler beim Test \"{0}\" mit dem Abschlussstatus \"{1}\".",
"test.failed": "Fehler beim Test \"{0}\". Weitere Informationen finden Sie in der Ausgabe.",
"test.results.not.found": "Die Testergebnisse wurden nicht gefunden.",
"ctest.run.terminated": "Der CTest-Testlauf wurde beendet.",
"ctest.finished.with.code": "CTest wurde mit Rückgabecode {0} abgeschlossen.",
"folder.not.found.in.test.explorer": "Der Ordner wurde im Test-Explorer nicht gefunden: {0}",
"test.preset.required": "Eine Testvoreinstellung zum Ermitteln von Tests auswählen",
"ctest.error": "Fehler beim Ausführen von CTest zum Ermitteln verfügbarer ausführbarer Testdateien.",
Expand Down
Loading

0 comments on commit 8826e6b

Please sign in to comment.