Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions i18n/chs/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@
"cmake-tools.configuration.cmake.ctest.testExplorerIntegrationEnabled.description": "是否启用与测试资源管理器的集成。如果希望使用其他扩展进行测试集成,这有助于禁用。",
"cmake-tools.configuration.cmake.ctest.testSuiteDelimiter.markdownDescription": "可选分隔符,用于在测试资源管理器中以分层方式分隔测试套件名称和组合测试。此字符串用于正则表达式,因此某些分隔符可能需要转义。示例: `-` (一个分隔符: `-`),`\\.|::` (两个分隔符: `.` 或 `::`。请注意,需要对 `.` 进行转义。)",
"cmake-tools.configuration.cmake.ctest.testSuiteDelimiterMaxOccurrence.markdownDescription": "分隔符可用于拆分测试名称的最大次数。`0` 表示无限制。",
"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",
"cmake-tools.configuration.cmake.ctest.failurePatterns.regexp": "The regular expression to find a failure in the output.",
"cmake-tools.configuration.cmake.ctest.failurePatterns.file": "The match group index of the filename. If omitted 1 is used.",
"cmake-tools.configuration.cmake.ctest.failurePatterns.line": "The match group index of the failure's line. Defaults to 2.",
"cmake-tools.configuration.cmake.ctest.failurePatterns.message": "The match group index of the message. Defaults to 3.",
"cmake-tools.configuration.cmake.ctest.failurePatterns.actual": "The match group index of the actual test output. Defaults to undefined.",
"cmake-tools.configuration.cmake.ctest.failurePatterns.expected": "The match group index of the expected test output. Defaults to undefined.",
"cmake-tools.configuration.cmake.ctest.debugLaunchTarget.description": "在使用 CTest 调试测试时,从 launch.json 中获取目标名称以启动。默认情况下,如果目标不存在,将显示一个包含所有有空目标的选取器。",
"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 编译器)。",
Expand Down
18 changes: 9 additions & 9 deletions i18n/chs/src/extension.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
"cmake.finished.returned.unserializable": "{0} 已完成(已返回不可序列化的值)",
"loading.extension.commands": "正在加载扩展命令",
"register.command": "注册 CMakeTools 扩展命令 {0}",
"search.project.outline": "Enter a search term to filter the Project Outline",
"added.to": "added to",
"removed.from": "removed from",
"bookmark.toggled": "\"{0}\" {1} bookmarks",
"bookmark.removed": "Bookmark for \"{0}\" removed",
"clear.all.bookmarks.confirm": "Are you sure you want to clear all bookmarks?",
"yes": "Yes",
"no": "No",
"all.bookmarks.cleared": "All bookmarks cleared",
"search.project.outline": "输入搜索词以筛选项目大纲",
"added.to": "已添加到",
"removed.from": "已移除自",
"bookmark.toggled": "{0}{1} 书签",
"bookmark.removed": "已移除“{0}”的书签",
"clear.all.bookmarks.confirm": "是否确定要清除所有书签?",
"yes": "",
"no": "",
"all.bookmarks.cleared": "已清除所有书签",
"uninstall.old.cmaketools": "请卸载 CMake Tools 扩展的所有较早版本。现在自版本 1.2.0 起,它由 Microsoft 发布。",
"uninstall.twxs.uninstall": "卸载 twxs.cmake",
"uninstall.twxs.cmaketools": "建议卸载 twxs.cmake 扩展。CMake Tools 扩展现在提供语言服务,已不再依赖于 twxs.cmake。",
Expand Down
10 changes: 5 additions & 5 deletions i18n/chs/src/ui/bookmarks.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"bookmark.tooltip": "{0}\r\nProject: {1}\r\nType: {2}\r\nFolder: {3}",
"bookmark.tooltip": "{0}\n项目: {1}\n类型: {2}\n文件夹: {3}",
"not.available": "N/A",
"loaded.bookmarks": "Loaded {0} bookmarks",
"saved.bookmarks": "Saved {0} bookmarks",
"removed.bookmark": "Removed bookmark: {0}",
"cleared.bookmarks": "Cleared {0} bookmarks"
"loaded.bookmarks": "已加载 {0} 个书签",
"saved.bookmarks": "已保存 {0} 个书签",
"removed.bookmark": "已移除书签: {0}",
"cleared.bookmarks": "已清除 {0} 个书签"
}
14 changes: 7 additions & 7 deletions i18n/chs/src/ui/projectOutline/projectOutline.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"filter.active": "Filter: \"{0}\"",
"filter.none": "Filter: (none)",
"filter.tooltip.edit": "Click to edit filter or clear with X button",
"filter.tooltip.set": "Click to set a filter for the project outline",
"filter.char.count": "({0} chars)",
"filter.click.to.filter": "Click to filter",
"edit.filter": "Edit Filter",
"filter.active": "筛选器:“{0}",
"filter.none": "筛选器: ()",
"filter.tooltip.edit": "单击可编辑筛选器,或通过 X 按钮进行清除",
"filter.tooltip.set": "单击以设置项目大纲筛选器",
"filter.char.count": "({0} 个字符)",
"filter.click.to.filter": "单击以筛选",
"edit.filter": "编辑筛选器",
"open.file": "打开文件",
"references": "引用",
"static.library": "静态库",
Expand Down
7 changes: 7 additions & 0 deletions i18n/cht/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@
"cmake-tools.configuration.cmake.ctest.testExplorerIntegrationEnabled.description": "是否已啟用與測試總管的整合。如果您偏好使用不同的延伸模組進行測試整合,這有助於停用。",
"cmake-tools.configuration.cmake.ctest.testSuiteDelimiter.markdownDescription": "選擇性分隔符號,用來在測試總管中以階層方式分隔測試套件名稱和群組測試。此字串用於規則運算式,因此某些分隔符號可能需要逸出。範例:`-` (一個分隔符號:`-`)、`\\.|::` (兩個分隔符號:`.` 或 `::`。請注意,`.` 必須逸出。)",
"cmake-tools.configuration.cmake.ctest.testSuiteDelimiterMaxOccurrence.markdownDescription": "分隔符號可用來分割測試名稱的次數上限。`0` 表示沒有限制。",
"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",
"cmake-tools.configuration.cmake.ctest.failurePatterns.regexp": "The regular expression to find a failure in the output.",
"cmake-tools.configuration.cmake.ctest.failurePatterns.file": "The match group index of the filename. If omitted 1 is used.",
"cmake-tools.configuration.cmake.ctest.failurePatterns.line": "The match group index of the failure's line. Defaults to 2.",
"cmake-tools.configuration.cmake.ctest.failurePatterns.message": "The match group index of the message. Defaults to 3.",
"cmake-tools.configuration.cmake.ctest.failurePatterns.actual": "The match group index of the actual test output. Defaults to undefined.",
"cmake-tools.configuration.cmake.ctest.failurePatterns.expected": "The match group index of the expected test output. Defaults to undefined.",
"cmake-tools.configuration.cmake.ctest.debugLaunchTarget.description": "在使用 CTest 進行偵錯測試時,從 launch.json 中指定要啟動的目標名稱。根據預設,若目標不存在,這會顯示列出所有可用目標的選擇器。",
"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 編譯器)。",
Expand Down
18 changes: 9 additions & 9 deletions i18n/cht/src/extension.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
"cmake.finished.returned.unserializable": "{0} 已完成 (傳回無法序列化的值)",
"loading.extension.commands": "正在載入延伸模組命令",
"register.command": "註冊 CMakeTools 延伸模組命令 {0}",
"search.project.outline": "Enter a search term to filter the Project Outline",
"added.to": "added to",
"removed.from": "removed from",
"bookmark.toggled": "\"{0}\" {1} bookmarks",
"bookmark.removed": "Bookmark for \"{0}\" removed",
"clear.all.bookmarks.confirm": "Are you sure you want to clear all bookmarks?",
"yes": "Yes",
"no": "No",
"all.bookmarks.cleared": "All bookmarks cleared",
"search.project.outline": "輸入搜尋字詞以篩選專案大綱",
"added.to": "已新增至",
"removed.from": "已移除自",
"bookmark.toggled": "\"{0}\" {1} 書籤",
"bookmark.removed": "已移除 \"{0}\" 的書籤",
"clear.all.bookmarks.confirm": "您確定要清除所有書籤嗎?",
"yes": "",
"no": "",
"all.bookmarks.cleared": "已清除所有書籤",
"uninstall.old.cmaketools": "請將所有較舊的 CMake Tools 延伸模組版本解除安裝。它現在由 Microsoft 從版本 1.2.0 開始發佈。",
"uninstall.twxs.uninstall": "解除安裝 twxs.cmake",
"uninstall.twxs.cmaketools": "建議您解除安裝 twxs.cmake 延伸模組。CMake Tools 延伸模組現在提供語言服務,且不再依賴 twxs.cmake。",
Expand Down
10 changes: 5 additions & 5 deletions i18n/cht/src/ui/bookmarks.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"bookmark.tooltip": "{0}\r\nProject: {1}\r\nType: {2}\r\nFolder: {3}",
"bookmark.tooltip": "{0}\n專案: {1}\n類型: {2}\n資料夾: {3}",
"not.available": "N/A",
"loaded.bookmarks": "Loaded {0} bookmarks",
"saved.bookmarks": "Saved {0} bookmarks",
"removed.bookmark": "Removed bookmark: {0}",
"cleared.bookmarks": "Cleared {0} bookmarks"
"loaded.bookmarks": "已載入 {0} 書籤",
"saved.bookmarks": "已儲存 {0} 書籤",
"removed.bookmark": "已移除書籤: {0}",
"cleared.bookmarks": "已清除 {0} 書籤"
}
14 changes: 7 additions & 7 deletions i18n/cht/src/ui/projectOutline/projectOutline.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"filter.active": "Filter: \"{0}\"",
"filter.none": "Filter: (none)",
"filter.tooltip.edit": "Click to edit filter or clear with X button",
"filter.tooltip.set": "Click to set a filter for the project outline",
"filter.char.count": "({0} chars)",
"filter.click.to.filter": "Click to filter",
"edit.filter": "Edit Filter",
"filter.active": "篩選: \"{0}\"",
"filter.none": "篩選: ()",
"filter.tooltip.edit": "按一下以編輯篩選,或使用 X 按鈕清除",
"filter.tooltip.set": "按一下以設定專案大綱的篩選",
"filter.char.count": "({0} 個字元)",
"filter.click.to.filter": "按一下以篩選",
"edit.filter": "編輯篩選",
"open.file": "開啟檔案",
"references": "參考",
"static.library": "靜態程式庫",
Expand Down
7 changes: 7 additions & 0 deletions i18n/csy/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@
"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ů.",
"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.)",
"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.",
"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",
"cmake-tools.configuration.cmake.ctest.failurePatterns.regexp": "The regular expression to find a failure in the output.",
"cmake-tools.configuration.cmake.ctest.failurePatterns.file": "The match group index of the filename. If omitted 1 is used.",
"cmake-tools.configuration.cmake.ctest.failurePatterns.line": "The match group index of the failure's line. Defaults to 2.",
"cmake-tools.configuration.cmake.ctest.failurePatterns.message": "The match group index of the message. Defaults to 3.",
"cmake-tools.configuration.cmake.ctest.failurePatterns.actual": "The match group index of the actual test output. Defaults to undefined.",
"cmake-tools.configuration.cmake.ctest.failurePatterns.expected": "The match group index of the expected test output. Defaults to undefined.",
"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.",
"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.",
Expand Down
18 changes: 9 additions & 9 deletions i18n/csy/src/extension.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
"cmake.finished.returned.unserializable": "Dokončeno: {0} (vrácena neserializovatelná hodnota)",
"loading.extension.commands": "Načítání příkazů rozšíření",
"register.command": "Zaregistrujte příkaz rozšíření CMakeTools {0}.",
"search.project.outline": "Enter a search term to filter the Project Outline",
"added.to": "added to",
"removed.from": "removed from",
"bookmark.toggled": "\"{0}\" {1} bookmarks",
"bookmark.removed": "Bookmark for \"{0}\" removed",
"clear.all.bookmarks.confirm": "Are you sure you want to clear all bookmarks?",
"yes": "Yes",
"no": "No",
"all.bookmarks.cleared": "All bookmarks cleared",
"search.project.outline": "Zadejte hledaný termín pro filtrování osnovy projektu",
"added.to": "přidáno do",
"removed.from": "odebráno z",
"bookmark.toggled": "Záložky: „{0} {1}",
"bookmark.removed": "Záložka pro „{0}“ se odebrala",
"clear.all.bookmarks.confirm": "Opravdu chcete vymazat všechny záložky?",
"yes": "Ano",
"no": "Ne",
"all.bookmarks.cleared": "Všechny záložky se vymazaly",
"uninstall.old.cmaketools": "Odinstalujte prosím všechny starší verze rozšíření CMake Tools. Od verze 1.2.0 jej publikuje Microsoft.",
"uninstall.twxs.uninstall": "Odinstalovat twxs.cmake",
"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.",
Expand Down
12 changes: 6 additions & 6 deletions i18n/csy/src/ui/bookmarks.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"bookmark.tooltip": "{0}\r\nProject: {1}\r\nType: {2}\r\nFolder: {3}",
"not.available": "N/A",
"loaded.bookmarks": "Loaded {0} bookmarks",
"saved.bookmarks": "Saved {0} bookmarks",
"removed.bookmark": "Removed bookmark: {0}",
"cleared.bookmarks": "Cleared {0} bookmarks"
"bookmark.tooltip": "{0}\nProjekt: {1}\nTyp: {2}\nSložka: {3}",
"not.available": "Není k dispozici",
"loaded.bookmarks": "Načetly se záložky ({0})",
"saved.bookmarks": "Uložené záložky ({0})",
"removed.bookmark": "Odebrala se záložka: {0}",
"cleared.bookmarks": "Vymazaly se záložky ({0})"
}
14 changes: 7 additions & 7 deletions i18n/csy/src/ui/projectOutline/projectOutline.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"filter.active": "Filter: \"{0}\"",
"filter.none": "Filter: (none)",
"filter.tooltip.edit": "Click to edit filter or clear with X button",
"filter.tooltip.set": "Click to set a filter for the project outline",
"filter.char.count": "({0} chars)",
"filter.click.to.filter": "Click to filter",
"edit.filter": "Edit Filter",
"filter.active": "Filtrovat: „{0}",
"filter.none": "Filtr: (žádný)",
"filter.tooltip.edit": "Kliknutím upravte filtr, případně vše vymažte pomocí tlačítka X",
"filter.tooltip.set": "Kliknutím nastavíte filtr pro osnovu projektu",
"filter.char.count": "(Počet znaků: {0})",
"filter.click.to.filter": "Kliknutím můžete filtrovat",
"edit.filter": "Upravit filtr",
"open.file": "Otevřít soubor",
"references": "Odkazy",
"static.library": "Statická knihovna",
Expand Down
Loading
Loading