mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Additional i18n files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"titleLabel": "{0} ({1})"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"caseDescription": "大小寫須相符",
|
||||
"defaultLabel": "輸入",
|
||||
"regexDescription": "使用規則運算式",
|
||||
"wordsDescription": "全字拼寫須相符"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* 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}",
|
||||
"close": "關閉",
|
||||
"error": "錯誤",
|
||||
"info": "資訊",
|
||||
"warning": "警告"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"missingAudioSupport": "抱歉,不支援播放音訊檔案。",
|
||||
"missingVideoSupport": "抱歉,不支援播放視訊檔案。",
|
||||
"nativeBinaryError": "檔案為二進位檔、非常大或使用不支援的文字編碼,所以無法顯示於編輯器中。"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"more": "其他"
|
||||
}
|
||||
25
i18n/cht/src/vs/base/common/errors.i18n.json
Normal file
25
i18n/cht/src/vs/base/common/errors.i18n.json
Normal file
@@ -0,0 +1,25 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"error.connection.unknown": "發生未知的連接錯誤。可能是您已經沒有連線到網際網路,或是您連接的伺服器已離線。",
|
||||
"error.connection.unknown.verbose": "未知的連接錯誤 ({0})",
|
||||
"error.defaultMessage": "發生未知的錯誤。如需詳細資訊,請參閱記錄檔。",
|
||||
"error.http": "{0} (HTTP {1})",
|
||||
"error.http.verbose": "{0} (HTTP {1}: {2})",
|
||||
"error.moreErrors": "{0} (總計 {1} 個錯誤)",
|
||||
"error.permission": "權限被拒絕",
|
||||
"error.permission.verbose": "權限被拒絕 (HTTP {0})",
|
||||
"illegalArgumentError": "不合法的狀態: {0}",
|
||||
"illegalArgumentError2": "不合法的引數",
|
||||
"illegalStateError": "不合法的狀態: {0}",
|
||||
"illegalStateError2": "不合法的狀態",
|
||||
"loaderError": "無法載入需要的檔案。可能是您已經沒有連線到網際網路,或是您連接的伺服器已離線。請重新整理瀏覽器,再試一次。",
|
||||
"loaderErrorNative": "無法載入必要的檔案。請重新啟動該應用程式,然後再試一次。詳細資料: {0}",
|
||||
"message": "{0}。錯誤碼: {1}",
|
||||
"nodeExceptionMessage": "發生系統錯誤 ({0})",
|
||||
"notImplementedError": "未實作",
|
||||
"stackTrace.format": "{0}: {1}"
|
||||
}
|
||||
17
i18n/cht/src/vs/base/common/json.i18n.json
Normal file
17
i18n/cht/src/vs/base/common/json.i18n.json
Normal file
@@ -0,0 +1,17 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"CloseBraceExpected": "必須是右大括弧",
|
||||
"CloseBracketExpected": "必須是右中括號",
|
||||
"ColonExpected": "必須是冒號",
|
||||
"CommaExpected": "必須是逗號",
|
||||
"EOFExpected": "必須是內容結尾",
|
||||
"InvalidNumberFormat": "編號格式無效",
|
||||
"PropertyExpected": "必須是屬性名稱",
|
||||
"UnknownSymbol": "符號無效",
|
||||
"ValeExpected": "必須是值",
|
||||
"ValueExpected": "必須是值"
|
||||
}
|
||||
10
i18n/cht/src/vs/base/common/severity.i18n.json
Normal file
10
i18n/cht/src/vs/base/common/severity.i18n.json
Normal file
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"sev.error": "錯誤",
|
||||
"sev.info": "資訊",
|
||||
"sev.warning": "警告"
|
||||
}
|
||||
22
i18n/cht/src/vs/base/common/strings.i18n.json
Normal file
22
i18n/cht/src/vs/base/common/strings.i18n.json
Normal file
@@ -0,0 +1,22 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"diff.days": "{0} 天",
|
||||
"diff.days.month": "一個月前",
|
||||
"diff.days.verbose": "{0} 天前",
|
||||
"diff.days.week": "一週前",
|
||||
"diff.days.yesterday": "昨天",
|
||||
"diff.hour.verbose": "1 小時之前",
|
||||
"diff.hours": "{0} 小時",
|
||||
"diff.hours.verbose": "{0} 小時前",
|
||||
"diff.minute.verbose": "1 分鐘前",
|
||||
"diff.minutes": "{0} 分",
|
||||
"diff.minutes.verbose": "{0} 分鐘前",
|
||||
"diff.seconds": "{0} 秒",
|
||||
"diff.seconds.verbose": "現在",
|
||||
"format.date": "{0}-{1}-{2} {3}:{4}:{5}",
|
||||
"format.time": "{0}:{1}:{2}"
|
||||
}
|
||||
Reference in New Issue
Block a user