Skip to content

Commit 3eb5056

Browse files
Merge pull request #10986 from microsoft/main
[Auto] Localization - Translated Strings (#10889)
2 parents 866b145 + e65e602 commit 3eb5056

File tree

79 files changed

+391
-183
lines changed

Some content is hidden

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

79 files changed

+391
-183
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"configuration.providers": "配置提供程序",
1515
"compilers": "编译器",
1616
"setCompiler.message": "未配置编译器。除非设置自己的配置,否则 IntelliSense 可能无法正常工作。",
17-
"selectCompiler.string": "选择 IntelliSense 配置...",
17+
"selectIntelliSenseConfiguration.string": "选择 IntelliSense 配置...",
1818
"use.provider": "使用 {0}",
1919
"use.compileCommands": "使用 {0}",
2020
"selectAnotherCompiler.string": "在我的计算机上选择另一个编译器...",
2121
"installCompiler.string": "帮助我安装编译器",
2222
"noConfig.string": "请勿适用编译器进行配置(不推荐)",
23+
"selectCompiler.string": "选择编译器",
2324
"confirmCompiler.string": "",
2425
"selectCompiler.message": "已找到编译器 {0}。是否要使用此编译器配置 IntelliSense?",
25-
"selectIntelliSenseConfiguration.string": "选择 IntelliSense 配置...",
2626
"server.crashed.restart": "语言服务器崩溃。正在重新启动...",
2727
"server.crashed2": "在过去 3 分钟内,语言服务器崩溃了 5 次。它不会重新启动。",
2828
"loggingLevel.changed": "{0} 已更改为: {1}",
@@ -49,5 +49,6 @@
4949
"yes.button": "",
5050
"no.button": "",
5151
"configurations.received": "已收到自定义配置:",
52-
"browse.configuration.received": "已收到自定义浏览配置: {0}"
52+
"browse.configuration.received": "已收到自定义浏览配置: {0}",
53+
"fallback.clipboard": "已复制声明/定义。"
5354
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"find.all.references": "查找所有引用",
88
"peek.references": "速览引用",
99
"rename": "重命名",
10+
"call.hierarchy": "调用层次结构",
1011
"confirmed.reference.upper": "已确认引用",
1112
"confirmation.in.progress.upper": "正在进行确认",
1213
"comment.reference.upper": "注释引用",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
5+
// Do not edit this file. It is machine generated.
6+
{
7+
"c.cpp.configurations": "C/C++ 配置"
8+
}

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"c.cpp.configureIntelliSenseStatus.text": "配置 IntelliSense",
1111
"c.cpp.configureIntelliSenseStatus.cppText": "C/C++ 配置 IntelliSense",
1212
"select.command": "选择命令...",
13+
"select.code.analysis.command": "选择代码分析命令...",
1314
"c.cpp.configuration.tooltip": "C/C++ 配置",
1415
"c.cpp.references.statusbar": "C/C++ 引用状态",
1516
"c.cpp.intellisense.statusbar": "C/C++ IntelliSense 状态",
@@ -29,7 +30,8 @@
2930
"select.workspace": "选择工作区文件夹…",
3031
"resume.parsing": "恢复工作区分析",
3132
"pause.parsing": "暂停工作区分析",
32-
"cancel.analysis": "取消 {0}",
33-
"resume.analysis": "恢复 {0}",
34-
"pause.analysis": "暂停 {0}"
33+
"cancel.analysis": "取消",
34+
"resume.analysis": "继续",
35+
"pause.analysis": "暂停",
36+
"another.analysis": "启动另一个..."
3537
}

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"c.cpp.configureIntelliSenseStatus.text": "配置 IntelliSense",
2222
"c.cpp.configureIntelliSenseStatus.cppText": "C/C++ 配置 IntelliSense",
2323
"select.command": "选择命令...",
24+
"select.code.analysis.command": "选择代码分析命令...",
2425
"c.cpp.configuration.tooltip": "C/C++ 配置",
2526
"c.cpp.references.statusbar": "C/C++ 引用状态",
2627
"cpptools.status.intellisense": "C/C++ IntelliSense 状态",
@@ -33,11 +34,12 @@
3334
"intellisense.select.text": "选择编译器",
3435
"rescan.intellisense.text": "重新扫描",
3536
"rescan.intellisense.tooltip": "重新扫描 IntelliSense",
36-
"mode.codeanalysis.status": "自动",
37+
"mode.codeanalysis.status.automatic": "自动",
38+
"mode.codeanalysis.status.manual": "手动",
3739
"c.cpp.codeanalysis.statusbar.showCodeAnalysisOptions": "选项",
3840
"startup.codeanalysis.status": "正在启动...",
3941
"c.cpp.codeanalysis.statusbar.showRunNowOptions": "立即运行",
40-
"running.analysis.processed.tooltip": "正在运行 {0}: {1} / {2} ({3}%)",
42+
"running.analysis.processed.tooltip": "正在运行: {0}/{1} ({2}%)",
4143
"select.a.configuration": "选择配置...",
4244
"edit.configuration.ui": "编辑配置(UI)",
4345
"edit.configuration.json": "编辑配置(JSON)",
@@ -49,10 +51,10 @@
4951
"select.workspace": "选择工作区文件夹…",
5052
"resume.parsing": "恢复工作区分析",
5153
"pause.parsing": "暂停工作区分析",
52-
"cancel.analysis": "取消 {0}",
53-
"resume.analysis": "恢复 {0}",
54-
"pause.analysis": "暂停 {0}",
55-
"another.analysis": "启动另一个 {0}...",
54+
"cancel.analysis": "取消",
55+
"resume.analysis": "继续",
56+
"pause.analysis": "暂停",
57+
"another.analysis": "启动另一个...",
5658
"active.analysis": "在活动文件上运行 Code Analysis",
5759
"all.analysis": "在所有文件上运行 Code Analysis",
5860
"open.analysis": "在打开的文件上运行 Code Analysis"

Extension/i18n/chs/src/nativeStrings.i18n.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,12 +287,14 @@
287287
"e_cm_file_not_in_project": "找不到文件“%s”。",
288288
"refactor_create_declaration_definition_failed": "创建声明/定义失败: %s",
289289
"refactor_create_default_delete": "无法创建函数 \"%s\" 。不支持创建默认函数或已删除的函数。",
290-
"refactor_function_copied_to_clipboard": "函数签名已复制到剪贴板。",
291290
"refactor_function_not_created": "无法创建函数'%s'。",
292291
"refactor_ambiguous_locations": "无法找到函数“%s”的明确位置。",
293292
"refactor_file_not_in_project": "找不到文件“%s”。",
294293
"refactor_not_class_namespace": "找不到类或命名空间'%s'。",
295294
"refactor_operation_unsupported": "此操作不支持“%s”。",
296295
"unknown_error": "未知错误。",
297-
"run_select_intellisense_configuration": "请运行“选择 IntelliSense 配置...”命令以定位系统标头。"
296+
"run_select_intellisense_configuration": "请运行“选择 IntelliSense 配置...”命令以定位系统标头。",
297+
"offer_copy_declaration": "\"{0}\" 的复制声明",
298+
"offer_copy_definition": "\"{0}\" 的复制定义",
299+
"refactor_copy_declaration_definition_failed": "将声明/定义复制到剪贴板失败: %s"
298300
}

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"configuration.providers": "設定提供者",
1515
"compilers": "編譯器",
1616
"setCompiler.message": "您尚未設定 IntelliSense。除非您自行加以設定,否則 IntelliSense 可能無法運作。",
17-
"selectCompiler.string": "選取 IntelliSense 設定...",
17+
"selectIntelliSenseConfiguration.string": "選取 IntelliSense 設定...",
1818
"use.provider": "使用 {0}",
1919
"use.compileCommands": "使用 {0}",
2020
"selectAnotherCompiler.string": "在我的機器上選取另一個編譯器...",
2121
"installCompiler.string": "協助我安裝編譯器",
2222
"noConfig.string": "不要設定編譯器 (不建議)",
23+
"selectCompiler.string": "選取編譯器",
2324
"confirmCompiler.string": "",
2425
"selectCompiler.message": "找到編譯器 {0}。您要使用此編譯器來設定 IntelliSense 嗎?",
25-
"selectIntelliSenseConfiguration.string": "選取 IntelliSense 設定...",
2626
"server.crashed.restart": "語言伺服器當機。正在重新啟動...",
2727
"server.crashed2": "語言伺服器在過去 3 分鐘內發生 5 次故障。將不會重新啟動。",
2828
"loggingLevel.changed": "{0} 已變更為: {1}",
@@ -49,5 +49,6 @@
4949
"yes.button": "",
5050
"no.button": "",
5151
"configurations.received": "收到的自訂組態:",
52-
"browse.configuration.received": "收到的自訂瀏覽組態: {0}"
52+
"browse.configuration.received": "收到的自訂瀏覽組態: {0}",
53+
"fallback.clipboard": "已複製宣告/定義。"
5354
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"find.all.references": "尋找所有參考",
88
"peek.references": "瞄核參考",
99
"rename": "重新命名",
10+
"call.hierarchy": "呼叫階層圖",
1011
"confirmed.reference.upper": "已確認參考",
1112
"confirmation.in.progress.upper": "正在確認",
1213
"comment.reference.upper": "註解參考",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
5+
// Do not edit this file. It is machine generated.
6+
{
7+
"c.cpp.configurations": "C/C++ 設定"
8+
}

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"c.cpp.configureIntelliSenseStatus.text": "設定 IntelliSense",
1111
"c.cpp.configureIntelliSenseStatus.cppText": "C/C++ 設定 IntelliSense",
1212
"select.command": "選取命令...",
13+
"select.code.analysis.command": "選取程式碼分析命令...",
1314
"c.cpp.configuration.tooltip": "C/C++ 組態",
1415
"c.cpp.references.statusbar": "C/C++ 參考狀態",
1516
"c.cpp.intellisense.statusbar": "C/C++ IntelliSense 狀態",
@@ -29,7 +30,8 @@
2930
"select.workspace": "選取工作區資料夾...",
3031
"resume.parsing": "繼續工作區剖析",
3132
"pause.parsing": "暫停工作區剖析",
32-
"cancel.analysis": "取消 {0}",
33-
"resume.analysis": "繼續 {0}",
34-
"pause.analysis": "暫停 {0}"
33+
"cancel.analysis": "取消",
34+
"resume.analysis": "繼續",
35+
"pause.analysis": "暫停",
36+
"another.analysis": "啟動另一個..."
3537
}

0 commit comments

Comments
 (0)