Skip to content

Commit 5fd7653

Browse files
committed
Localization - Translated Strings
1 parent ae6f493 commit 5fd7653

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+350
-259
lines changed

i18n/chs/package.i18n.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@
110110
"cmake-tools.configuration.cmake.ctest.testExplorerIntegrationEnabled.description": "是否启用与测试资源管理器的集成。如果希望使用其他扩展进行测试集成,这有助于禁用。",
111111
"cmake-tools.configuration.cmake.ctest.testSuiteDelimiter.markdownDescription": "可选分隔符,用于在测试资源管理器中以分层方式分隔测试套件名称和组合测试。此字符串用于正则表达式,因此某些分隔符可能需要转义。示例: `-` (一个分隔符: `-`),`\\.|::` (两个分隔符: `.` 或 `::`。请注意,需要对 `.` 进行转义。)",
112112
"cmake-tools.configuration.cmake.ctest.testSuiteDelimiterMaxOccurrence.markdownDescription": "分隔符可用于拆分测试名称的最大次数。`0` 表示无限制。",
113+
"cmake-tools.configuration.cmake.ctest.failurePatterns.markdownDescription": "Regular expressions for searching CTest output for additional details about failures. All patterns are tried and test failure details from each are collected.\r\n\r\nPatterns must have at minimum one capture group to match the name of the `file` where the failure occurred. They can optionally also capture `line`, `message`, `expected`, and `actual`.\r\n\r\nFor example, to match a failure line like `path/to/file:47: text of error message`, this pattern matcher could be used:\r\n```json\r\n{\r\n \"regexp\": \"(.+):(\\\\d+): ?(.*)\",\r\n \"file\": 1,\r\n \"line\": 2,\r\n \"message\": 3\r\n}\r\n```\r\n",
114+
"cmake-tools.configuration.cmake.ctest.failurePatterns.regexp": "The regular expression to find a failure in the output.",
115+
"cmake-tools.configuration.cmake.ctest.failurePatterns.file": "The match group index of the filename. If omitted 1 is used.",
116+
"cmake-tools.configuration.cmake.ctest.failurePatterns.line": "The match group index of the failure's line. Defaults to 2.",
117+
"cmake-tools.configuration.cmake.ctest.failurePatterns.message": "The match group index of the message. Defaults to 3.",
118+
"cmake-tools.configuration.cmake.ctest.failurePatterns.actual": "The match group index of the actual test output. Defaults to undefined.",
119+
"cmake-tools.configuration.cmake.ctest.failurePatterns.expected": "The match group index of the expected test output. Defaults to undefined.",
113120
"cmake-tools.configuration.cmake.ctest.debugLaunchTarget.description": "在使用 CTest 调试测试时,从 launch.json 中获取目标名称以启动。默认情况下,如果目标不存在,将显示一个包含所有有空目标的选取器。",
114121
"cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "分析编译器输出以查找警告和错误。",
115122
"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 编译器)。",

i18n/chs/src/extension.i18n.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747
"cmake.finished.returned.unserializable": "{0} 已完成(已返回不可序列化的值)",
4848
"loading.extension.commands": "正在加载扩展命令",
4949
"register.command": "注册 CMakeTools 扩展命令 {0}",
50-
"search.project.outline": "Enter a search term to filter the Project Outline",
51-
"added.to": "added to",
52-
"removed.from": "removed from",
53-
"bookmark.toggled": "\"{0}\" {1} bookmarks",
54-
"bookmark.removed": "Bookmark for \"{0}\" removed",
55-
"clear.all.bookmarks.confirm": "Are you sure you want to clear all bookmarks?",
56-
"yes": "Yes",
57-
"no": "No",
58-
"all.bookmarks.cleared": "All bookmarks cleared",
50+
"search.project.outline": "输入搜索词以筛选项目大纲",
51+
"added.to": "已添加到",
52+
"removed.from": "已移除自",
53+
"bookmark.toggled": "{0}{1} 书签",
54+
"bookmark.removed": "已移除“{0}”的书签",
55+
"clear.all.bookmarks.confirm": "是否确定要清除所有书签?",
56+
"yes": "",
57+
"no": "",
58+
"all.bookmarks.cleared": "已清除所有书签",
5959
"uninstall.old.cmaketools": "请卸载 CMake Tools 扩展的所有较早版本。现在自版本 1.2.0 起,它由 Microsoft 发布。",
6060
"uninstall.twxs.uninstall": "卸载 twxs.cmake",
6161
"uninstall.twxs.cmaketools": "建议卸载 twxs.cmake 扩展。CMake Tools 扩展现在提供语言服务,已不再依赖于 twxs.cmake。",

i18n/chs/src/ui/bookmarks.i18n.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"bookmark.tooltip": "{0}\r\nProject: {1}\r\nType: {2}\r\nFolder: {3}",
7+
"bookmark.tooltip": "{0}\n项目: {1}\n类型: {2}\n文件夹: {3}",
88
"not.available": "N/A",
9-
"loaded.bookmarks": "Loaded {0} bookmarks",
10-
"saved.bookmarks": "Saved {0} bookmarks",
11-
"removed.bookmark": "Removed bookmark: {0}",
12-
"cleared.bookmarks": "Cleared {0} bookmarks"
9+
"loaded.bookmarks": "已加载 {0} 个书签",
10+
"saved.bookmarks": "已保存 {0} 个书签",
11+
"removed.bookmark": "已移除书签: {0}",
12+
"cleared.bookmarks": "已清除 {0} 个书签"
1313
}

i18n/chs/src/ui/projectOutline/projectOutline.i18n.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"filter.active": "Filter: \"{0}\"",
8-
"filter.none": "Filter: (none)",
9-
"filter.tooltip.edit": "Click to edit filter or clear with X button",
10-
"filter.tooltip.set": "Click to set a filter for the project outline",
11-
"filter.char.count": "({0} chars)",
12-
"filter.click.to.filter": "Click to filter",
13-
"edit.filter": "Edit Filter",
7+
"filter.active": "筛选器:“{0}",
8+
"filter.none": "筛选器: ()",
9+
"filter.tooltip.edit": "单击可编辑筛选器,或通过 X 按钮进行清除",
10+
"filter.tooltip.set": "单击以设置项目大纲筛选器",
11+
"filter.char.count": "({0} 个字符)",
12+
"filter.click.to.filter": "单击以筛选",
13+
"edit.filter": "编辑筛选器",
1414
"open.file": "打开文件",
1515
"references": "引用",
1616
"static.library": "静态库",

i18n/cht/package.i18n.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@
110110
"cmake-tools.configuration.cmake.ctest.testExplorerIntegrationEnabled.description": "是否已啟用與測試總管的整合。如果您偏好使用不同的延伸模組進行測試整合,這有助於停用。",
111111
"cmake-tools.configuration.cmake.ctest.testSuiteDelimiter.markdownDescription": "選擇性分隔符號,用來在測試總管中以階層方式分隔測試套件名稱和群組測試。此字串用於規則運算式,因此某些分隔符號可能需要逸出。範例:`-` (一個分隔符號:`-`)、`\\.|::` (兩個分隔符號:`.` 或 `::`。請注意,`.` 必須逸出。)",
112112
"cmake-tools.configuration.cmake.ctest.testSuiteDelimiterMaxOccurrence.markdownDescription": "分隔符號可用來分割測試名稱的次數上限。`0` 表示沒有限制。",
113+
"cmake-tools.configuration.cmake.ctest.failurePatterns.markdownDescription": "Regular expressions for searching CTest output for additional details about failures. All patterns are tried and test failure details from each are collected.\r\n\r\nPatterns must have at minimum one capture group to match the name of the `file` where the failure occurred. They can optionally also capture `line`, `message`, `expected`, and `actual`.\r\n\r\nFor example, to match a failure line like `path/to/file:47: text of error message`, this pattern matcher could be used:\r\n```json\r\n{\r\n \"regexp\": \"(.+):(\\\\d+): ?(.*)\",\r\n \"file\": 1,\r\n \"line\": 2,\r\n \"message\": 3\r\n}\r\n```\r\n",
114+
"cmake-tools.configuration.cmake.ctest.failurePatterns.regexp": "The regular expression to find a failure in the output.",
115+
"cmake-tools.configuration.cmake.ctest.failurePatterns.file": "The match group index of the filename. If omitted 1 is used.",
116+
"cmake-tools.configuration.cmake.ctest.failurePatterns.line": "The match group index of the failure's line. Defaults to 2.",
117+
"cmake-tools.configuration.cmake.ctest.failurePatterns.message": "The match group index of the message. Defaults to 3.",
118+
"cmake-tools.configuration.cmake.ctest.failurePatterns.actual": "The match group index of the actual test output. Defaults to undefined.",
119+
"cmake-tools.configuration.cmake.ctest.failurePatterns.expected": "The match group index of the expected test output. Defaults to undefined.",
113120
"cmake-tools.configuration.cmake.ctest.debugLaunchTarget.description": "在使用 CTest 進行偵錯測試時,從 launch.json 中指定要啟動的目標名稱。根據預設,若目標不存在,這會顯示列出所有可用目標的選擇器。",
114121
"cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "剖析警告與錯誤的編譯器輸出。",
115122
"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 編譯器)。",

i18n/cht/src/extension.i18n.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747
"cmake.finished.returned.unserializable": "{0} 已完成 (傳回無法序列化的值)",
4848
"loading.extension.commands": "正在載入延伸模組命令",
4949
"register.command": "註冊 CMakeTools 延伸模組命令 {0}",
50-
"search.project.outline": "Enter a search term to filter the Project Outline",
51-
"added.to": "added to",
52-
"removed.from": "removed from",
53-
"bookmark.toggled": "\"{0}\" {1} bookmarks",
54-
"bookmark.removed": "Bookmark for \"{0}\" removed",
55-
"clear.all.bookmarks.confirm": "Are you sure you want to clear all bookmarks?",
56-
"yes": "Yes",
57-
"no": "No",
58-
"all.bookmarks.cleared": "All bookmarks cleared",
50+
"search.project.outline": "輸入搜尋字詞以篩選專案大綱",
51+
"added.to": "已新增至",
52+
"removed.from": "已移除自",
53+
"bookmark.toggled": "\"{0}\" {1} 書籤",
54+
"bookmark.removed": "已移除 \"{0}\" 的書籤",
55+
"clear.all.bookmarks.confirm": "您確定要清除所有書籤嗎?",
56+
"yes": "",
57+
"no": "",
58+
"all.bookmarks.cleared": "已清除所有書籤",
5959
"uninstall.old.cmaketools": "請將所有較舊的 CMake Tools 延伸模組版本解除安裝。它現在由 Microsoft 從版本 1.2.0 開始發佈。",
6060
"uninstall.twxs.uninstall": "解除安裝 twxs.cmake",
6161
"uninstall.twxs.cmaketools": "建議您解除安裝 twxs.cmake 延伸模組。CMake Tools 延伸模組現在提供語言服務,且不再依賴 twxs.cmake。",

i18n/cht/src/ui/bookmarks.i18n.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"bookmark.tooltip": "{0}\r\nProject: {1}\r\nType: {2}\r\nFolder: {3}",
7+
"bookmark.tooltip": "{0}\n專案: {1}\n類型: {2}\n資料夾: {3}",
88
"not.available": "N/A",
9-
"loaded.bookmarks": "Loaded {0} bookmarks",
10-
"saved.bookmarks": "Saved {0} bookmarks",
11-
"removed.bookmark": "Removed bookmark: {0}",
12-
"cleared.bookmarks": "Cleared {0} bookmarks"
9+
"loaded.bookmarks": "已載入 {0} 書籤",
10+
"saved.bookmarks": "已儲存 {0} 書籤",
11+
"removed.bookmark": "已移除書籤: {0}",
12+
"cleared.bookmarks": "已清除 {0} 書籤"
1313
}

i18n/cht/src/ui/projectOutline/projectOutline.i18n.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"filter.active": "Filter: \"{0}\"",
8-
"filter.none": "Filter: (none)",
9-
"filter.tooltip.edit": "Click to edit filter or clear with X button",
10-
"filter.tooltip.set": "Click to set a filter for the project outline",
11-
"filter.char.count": "({0} chars)",
12-
"filter.click.to.filter": "Click to filter",
13-
"edit.filter": "Edit Filter",
7+
"filter.active": "篩選: \"{0}\"",
8+
"filter.none": "篩選: ()",
9+
"filter.tooltip.edit": "按一下以編輯篩選,或使用 X 按鈕清除",
10+
"filter.tooltip.set": "按一下以設定專案大綱的篩選",
11+
"filter.char.count": "({0} 個字元)",
12+
"filter.click.to.filter": "按一下以篩選",
13+
"edit.filter": "編輯篩選",
1414
"open.file": "開啟檔案",
1515
"references": "參考",
1616
"static.library": "靜態程式庫",

i18n/csy/package.i18n.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@
110110
"cmake-tools.configuration.cmake.ctest.testExplorerIntegrationEnabled.description": "Určuje, jestli je povolená integrace s průzkumníkem testů. To je užitečné zakázat, pokud upřednostňujete použití jiného rozšíření pro integraci testů.",
111111
"cmake-tools.configuration.cmake.ctest.testSuiteDelimiter.markdownDescription": "Volitelný oddělovač používaný k oddělení názvů sad testů a hierarchickému seskupení testů v Průzkumníku testů. Tento řetězec se používá v regulárních výrazech, takže pro některé oddělovače může být nutné zadat uvozovací znak. Příklady: `-` (Jeden oddělovač: `-`), `\\.|::` (Dva oddělovače: `.` nebo `::`. Poznámka: Znak `.` musí být uvozen uvozovacími znaky.)",
112112
"cmake-tools.configuration.cmake.ctest.testSuiteDelimiterMaxOccurrence.markdownDescription": "Maximální počet použití oddělovače k rozdělení názvu testu. `0` znamená žádný limit.",
113+
"cmake-tools.configuration.cmake.ctest.failurePatterns.markdownDescription": "Regular expressions for searching CTest output for additional details about failures. All patterns are tried and test failure details from each are collected.\r\n\r\nPatterns must have at minimum one capture group to match the name of the `file` where the failure occurred. They can optionally also capture `line`, `message`, `expected`, and `actual`.\r\n\r\nFor example, to match a failure line like `path/to/file:47: text of error message`, this pattern matcher could be used:\r\n```json\r\n{\r\n \"regexp\": \"(.+):(\\\\d+): ?(.*)\",\r\n \"file\": 1,\r\n \"line\": 2,\r\n \"message\": 3\r\n}\r\n```\r\n",
114+
"cmake-tools.configuration.cmake.ctest.failurePatterns.regexp": "The regular expression to find a failure in the output.",
115+
"cmake-tools.configuration.cmake.ctest.failurePatterns.file": "The match group index of the filename. If omitted 1 is used.",
116+
"cmake-tools.configuration.cmake.ctest.failurePatterns.line": "The match group index of the failure's line. Defaults to 2.",
117+
"cmake-tools.configuration.cmake.ctest.failurePatterns.message": "The match group index of the message. Defaults to 3.",
118+
"cmake-tools.configuration.cmake.ctest.failurePatterns.actual": "The match group index of the actual test output. Defaults to undefined.",
119+
"cmake-tools.configuration.cmake.ctest.failurePatterns.expected": "The match group index of the expected test output. Defaults to undefined.",
113120
"cmake-tools.configuration.cmake.ctest.debugLaunchTarget.description": "Název cíle z launch.json, který se spustí při ladění testu pomocí CTestu. Ve výchozím nastavení a v případě neexistujícího cíle se zobrazí výběr se všemi dostupnými cíli.",
114121
"cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "Analyzovat výstup kompilátoru z hlediska upozornění a chyb",
115122
"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.",

i18n/csy/src/extension.i18n.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747
"cmake.finished.returned.unserializable": "Dokončeno: {0} (vrácena neserializovatelná hodnota)",
4848
"loading.extension.commands": "Načítání příkazů rozšíření",
4949
"register.command": "Zaregistrujte příkaz rozšíření CMakeTools {0}.",
50-
"search.project.outline": "Enter a search term to filter the Project Outline",
51-
"added.to": "added to",
52-
"removed.from": "removed from",
53-
"bookmark.toggled": "\"{0}\" {1} bookmarks",
54-
"bookmark.removed": "Bookmark for \"{0}\" removed",
55-
"clear.all.bookmarks.confirm": "Are you sure you want to clear all bookmarks?",
56-
"yes": "Yes",
57-
"no": "No",
58-
"all.bookmarks.cleared": "All bookmarks cleared",
50+
"search.project.outline": "Zadejte hledaný termín pro filtrování osnovy projektu",
51+
"added.to": "přidáno do",
52+
"removed.from": "odebráno z",
53+
"bookmark.toggled": "Záložky: „{0} {1}",
54+
"bookmark.removed": "Záložka pro „{0}“ se odebrala",
55+
"clear.all.bookmarks.confirm": "Opravdu chcete vymazat všechny záložky?",
56+
"yes": "Ano",
57+
"no": "Ne",
58+
"all.bookmarks.cleared": "Všechny záložky se vymazaly",
5959
"uninstall.old.cmaketools": "Odinstalujte prosím všechny starší verze rozšíření CMake Tools. Od verze 1.2.0 jej publikuje Microsoft.",
6060
"uninstall.twxs.uninstall": "Odinstalovat twxs.cmake",
6161
"uninstall.twxs.cmaketools": "Doporučujeme odinstalovat rozšíření twxs.cmake. Rozšíření CMake Tools nyní poskytuje jazykové služby a již nezávisí na twxs.cmake.",

0 commit comments

Comments
 (0)