mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Import i18n files
This commit is contained in:
@@ -3,4 +3,6 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{}
|
||||
{
|
||||
"repeated": "{0} (再次出現)"
|
||||
}
|
||||
@@ -3,4 +3,8 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{}
|
||||
{
|
||||
"alertErrorMessage": "錯誤: {0}",
|
||||
"alertInfoMessage": "資訊: {0}",
|
||||
"alertWarningMessage": "警告: {0}"
|
||||
}
|
||||
@@ -3,4 +3,10 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{}
|
||||
{
|
||||
"altKey": "Alt",
|
||||
"cmdKey": "命令",
|
||||
"ctrlKey": "Ctrl",
|
||||
"shiftKey": "Shift",
|
||||
"windowsKey": "Windows"
|
||||
}
|
||||
@@ -3,4 +3,9 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{}
|
||||
{
|
||||
"ExecutableParser.args": "警告: args 必須屬於 string[] 類型。即將忽略值 {0}。",
|
||||
"ExecutableParser.commandMissing": "錯誤: 可執行檔資訊必須定義字串類型的命令。",
|
||||
"ExecutableParser.invalidCWD": "警告: options.cwd 必須屬於字串類型。即將忽略值 {0}。",
|
||||
"ExecutableParser.isShellCommand": "警告: isShellCommand 必須屬於布林值類型。即將忽略值 {0}。"
|
||||
}
|
||||
@@ -3,4 +3,6 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{}
|
||||
{
|
||||
"TaskRunner.UNC": "無法在 UNC 磁碟機上執行殼層命令。"
|
||||
}
|
||||
@@ -3,4 +3,6 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{}
|
||||
{
|
||||
"notFound": "在 ZIP 中找不到 {0}。"
|
||||
}
|
||||
@@ -3,4 +3,7 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{}
|
||||
{
|
||||
"quickOpenAriaLabel": "選擇器",
|
||||
"quickOpenAriaLabelEntry": "{0},選擇器"
|
||||
}
|
||||
@@ -3,4 +3,7 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{}
|
||||
{
|
||||
"quickOpenAriaLabel": "快速選擇器。輸入以縮小結果範圍。",
|
||||
"treeAriaLabel": "快速選擇器"
|
||||
}
|
||||
Reference in New Issue
Block a user