Import i18n files

This commit is contained in:
Dirk Baeumer
2016-03-11 19:32:48 +01:00
parent f22e8a8406
commit d8d7f61a5e
1136 changed files with 9636 additions and 1293 deletions

View File

@@ -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} (再次出現)"
}

View File

@@ -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}"
}

View File

@@ -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"
}

View File

@@ -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}。"
}

View File

@@ -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 磁碟機上執行殼層命令。"
}

View File

@@ -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}。"
}

View File

@@ -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},選擇器"
}

View File

@@ -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": "快速選擇器"
}