Skip to content

Commit 1ae1013

Browse files
committed
Localization - Translated Strings
1 parent 775fd69 commit 1ae1013

File tree

66 files changed

+223
-41
lines changed

Some content is hidden

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

66 files changed

+223
-41
lines changed

Extension/i18n/chs/package.i18n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@
210210
"c_cpp.configuration.preferredPathSeparator.markdownDescription": "用作生成的用户路径的路径分隔符的字符。",
211211
"c_cpp.configuration.simplifyStructuredComments.markdownDescription": "如果为 `true`,则悬停和自动完成的工具提示将仅显示结构化注释的某些标签。否则,将显示所有注释。",
212212
"c_cpp.configuration.doxygen.generateOnType.description": "控制在键入所选注释样式后是否自动插入 Doxygen 注释。",
213+
"c_cpp.configuration.doxygen.generateOnCodeAction.description": "Controls whether the code action to generate a Doxygen comment is enabled.",
213214
"c_cpp.configuration.doxygen.generatedStyle.description": "用作 Doxygen 注释起始行的字符串。",
214215
"c_cpp.configuration.doxygen.sectionTags.description": "启用“简化结构化注释”设置后,选择希望在工具提示区域中悬停时显示的 Doxygen 节标记。 ",
215216
"c_cpp.configuration.commentContinuationPatterns.items.anyof.string.markdownDescription": "开始多行或单行注释块的模式。多行注释块的延续模式默认为 ` * `,或单行注释块默认为此字符串。",

Extension/i18n/chs/src/Debugger/debugAdapterDescriptorFactory.i18n.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"debugger.not.available": "调试程序类型“{0}”不适用于非 Windows 计算机。"
7+
"debugger.not.available": "调试程序类型“{0}”不适用于非 Windows 计算机。",
8+
"debugger.noDebug.requestType.not.supported": "Run Without Debugging is only supported for launch configurations.",
9+
"debugger.noDebug.pipeTransport.not.supported": "Run Without Debugging is not supported for configurations with 'pipeTransport' set.",
10+
"debugger.noDebug.debugServerPath.not.supported": "Run Without Debugging is not supported for configurations with 'debugServerPath' set.",
11+
"debugger.noDebug.miDebuggerServerAddress.not.supported": "Run Without Debugging is not supported for configurations with 'miDebuggerServerAddress' set.",
12+
"debugger.noDebug.coreDumpPath.not.supported": "Run Without Debugging is not supported for configurations with 'coreDumpPath' set."
813
}
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+
"no.terminal.emulator": "No terminal emulator found. Please set the $TERMINAL environment variable to your terminal emulator of choice, or install one of the following: x-terminal-emulator, gnome-terminal, konsole, xterm."
8+
}

Extension/i18n/chs/walkthrough/installcompiler/install-compiler-windows10.md.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"walkthrough.windows.install.compiler": "在 Windows 上安装 C++ 编译器",
88
"walkthrough.windows.text1": "如果要对 Windows 进行 C++ 开发,建议安装 Microsoft Visual C++ (MSVC)编译器。",
9-
"walkthrough.windows.text2": "若要安装 MSVC,请打开 VS Code 终端(CTRL + `)并在以下命令中粘贴:\n",
9+
"walkthrough.windows.text2": "若要安装 MSVC,请打开 VS Code 终端(CTRL + `)并在以下命令中粘贴:",
1010
"walkthrough.windows.note1": "注意",
1111
"walkthrough.windows.note1.text": "可以使用 Visual Studio 生成工具中的 C++ 工具集以及 Visual Studio Code 以编译、生成并验证任何 C++ 代码库,前提是同时具有有效的 Visual Studio 许可证(社区版、专业版或企业版),且正积极将其用于开发该 C++ 代码库。",
1212
"walkthrough.windows.verify.compiler": "验证编译器安装",

Extension/i18n/chs/walkthrough/installcompiler/install-compiler-windows11.md.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"walkthrough.windows.install.compiler": "在 Windows 上安装 C++ 编译器",
88
"walkthrough.windows.text1": "如果要对 Windows 进行 C++ 开发,建议安装 Microsoft Visual C++ (MSVC)编译器。",
9-
"walkthrough.windows.text2": "若要安装 MSVC,请打开 VS Code 终端(CTRL + `)并在以下命令中粘贴:\n",
9+
"walkthrough.windows.text2": "若要安装 MSVC,请打开 VS Code 终端(CTRL + `)并在以下命令中粘贴:",
1010
"walkthrough.windows.note1": "注意",
1111
"walkthrough.windows.note1.text": "可以使用 Visual Studio 生成工具中的 C++ 工具集以及 Visual Studio Code 以编译、生成并验证任何 C++ 代码库,前提是同时具有有效的 Visual Studio 许可证(社区版、专业版或企业版),且正积极将其用于开发该 C++ 代码库。",
1212
"walkthrough.windows.verify.compiler": "验证编译器安装",

Extension/i18n/cht/package.i18n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@
210210
"c_cpp.configuration.preferredPathSeparator.markdownDescription": "作為所產生使用者路徑之路徑分隔符的字元。",
211211
"c_cpp.configuration.simplifyStructuredComments.markdownDescription": "若為 `true`,暫留與自動完成的工具提示只會顯示特定結構化註解標籤,否則將會顯示所有註解。",
212212
"c_cpp.configuration.doxygen.generateOnType.description": "控制是否在輸入選擇的註解樣式後自動插入 Doxygen 註解。",
213+
"c_cpp.configuration.doxygen.generateOnCodeAction.description": "Controls whether the code action to generate a Doxygen comment is enabled.",
213214
"c_cpp.configuration.doxygen.generatedStyle.description": "作為 Doxygen 註解起始行的字元字串。",
214215
"c_cpp.configuration.doxygen.sectionTags.description": "選取啟用 [簡化結構化註解] 設定時,要在於工具提示區域暫留時顯示的 [Doxygen] 區段標籤。 ",
215216
"c_cpp.configuration.commentContinuationPatterns.items.anyof.string.markdownDescription": "開始多行或單行註解區塊的模式。對於多行註解區塊,接續模式預設為 ` * `,或此字串表示單行註解區塊。",

Extension/i18n/cht/src/Debugger/debugAdapterDescriptorFactory.i18n.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"debugger.not.available": "非 Windows 電腦無法使用偵錯工具類型 '{0}'。"
7+
"debugger.not.available": "非 Windows 電腦無法使用偵錯工具類型 '{0}'。",
8+
"debugger.noDebug.requestType.not.supported": "Run Without Debugging is only supported for launch configurations.",
9+
"debugger.noDebug.pipeTransport.not.supported": "Run Without Debugging is not supported for configurations with 'pipeTransport' set.",
10+
"debugger.noDebug.debugServerPath.not.supported": "Run Without Debugging is not supported for configurations with 'debugServerPath' set.",
11+
"debugger.noDebug.miDebuggerServerAddress.not.supported": "Run Without Debugging is not supported for configurations with 'miDebuggerServerAddress' set.",
12+
"debugger.noDebug.coreDumpPath.not.supported": "Run Without Debugging is not supported for configurations with 'coreDumpPath' set."
813
}
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+
"no.terminal.emulator": "No terminal emulator found. Please set the $TERMINAL environment variable to your terminal emulator of choice, or install one of the following: x-terminal-emulator, gnome-terminal, konsole, xterm."
8+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Do not edit this file. It is machine generated.
66
{
77
"no.context.provided": "未提供內容",
8-
"not.windows": "設定 Visual Studio 開發人員環境命令僅可在 Windows 使用",
8+
"not.windows": "\"設定 Visual Studio 開發人員環境\" 命令僅可在 Windows 使用",
99
"error.no.vs": "找不到包含 C++ 編譯器的 Visual Studio 安裝",
1010
"operation.cancelled": "作業已取消",
1111
"no.hosts": "找不到主機",

Extension/i18n/cht/walkthrough/installcompiler/install-compiler-windows10.md.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"walkthrough.windows.install.compiler": "在 Windows 上安裝 C++ 編譯器",
88
"walkthrough.windows.text1": "如果您正在進行 Windows 的 C++ 開發,建議您安裝 Microsoft Visual C++ (MSVC) 編譯器。",
9-
"walkthrough.windows.text2": "若要安裝 MSVC,請開啟 VS Code 終端機 (CTRL + `),然後在下列命令中貼上:\n",
9+
"walkthrough.windows.text2": "若要安裝 MSVC,請開啟 VS Code 終端機 (CTRL + `),然後在下列命令中貼上:",
1010
"walkthrough.windows.note1": "備註",
1111
"walkthrough.windows.note1.text": "您可以使用 Visual Studio Build Tools 中的 C++ 工具組以及 Visual Studio Code 來編譯、組建及驗證任何 C++ 程式碼基底,只要您也擁有有效的 Visual Studio 授權 (社群版、專業版或企業版),且您正積極開發該 C++ 程式碼基底。",
1212
"walkthrough.windows.verify.compiler": "驗證編譯器安裝",

0 commit comments

Comments
 (0)