Merge in translations

This commit is contained in:
Dirk Baeumer
2016-08-23 10:13:55 +02:00
parent ecf2e3268e
commit add4b2ebbc
201 changed files with 683 additions and 102 deletions

View File

@@ -36,7 +36,7 @@
"miFind": "尋找(&&F)",
"miFindInFiles": "在檔案中尋找(&&I)",
"miFocusFirstGroup": "左側群組(&&L)",
"miFocusSecondGroup": "側邊群組(&&S)",
"miFocusSecondGroup": "置中群組(&&C)",
"miFocusThirdGroup": "右側群組(&&R)",
"miForward": "轉寄(&&F)",
"miGotoDefinition": "移至定義(&&D)",

View File

@@ -6,6 +6,7 @@
{
"acceptSuggestionOnEnter": "控制除了 'Tab' 外,是否也藉由按下 'Enter' 接受建議。如此可避免混淆要插入新行或接受建議。",
"autoClosingBrackets": "控制編輯器是否應在左括號後自動插入右括號",
"codeLens": "控制編輯器是否顯示程式碼濾鏡",
"cursorBlinking": "控制游標動畫樣式,可能的值為 'blink'、'smooth'、'phase'、'expand' 和 'solid'",
"cursorStyle": "控制游標樣式,接受的值為 'block'、'line' 和 'underline'",
"detectIndentation": "開啟檔案時,會依據檔案內容來偵測 `editor.tabSize` 及 `editor.insertSpaces`。",
@@ -14,11 +15,12 @@
"fontFamily": "控制字型家族。",
"fontLigatures": "啟用連字字型",
"fontSize": "控制字型大小。",
"fontWeight": "控制字型寬度。",
"formatOnType": "控制編輯器是否應在輸入一行後自動格式化",
"glyphMargin": "控制是否顯示字符邊界",
"hideCursorInOverviewRuler": "控制游標是否應隱藏在概觀尺規中。",
"ignoreTrimWhitespace": "控制 Diff 編輯器是否將開頭或尾端空白字元的變更顯示為差異",
"insertSpaces": "按 Tab 時插入空格。",
"insertSpaces": "按 Tab 時插入空格。當 `editor.detectIndentation` 已開啟時,會根據檔案內容覆寫此設定。",
"insertSpaces.errorMessage": "必須是 'boolean'。請注意,值 \"auto\" 已由 `editor.detect Indentation` 設定取代。",
"lineHeight": "控制行高。使用 0 會從 fontSize 計算 lineHeight。",
"lineNumbers": "控制是否顯示行號",
@@ -41,7 +43,7 @@
"stablePeek": "讓預覽編輯器在使用者按兩下其內容或點擊 Escape 時保持開啟。",
"suggestOnTriggerCharacters": "控制輸入觸發字元時,是否應自動顯示建議",
"tabCompletion": "在前置詞相符時插入程式碼片段。最適用於未啟用 'quickSuggestions' 時。",
"tabSize": "與 Tab 相等的空格數量。",
"tabSize": "與 Tab 相等的空格數量。當 `editor.detectIndentation` 已開啟時,會根據檔案內容覆寫此設定。",
"tabSize.errorMessage": "必須是 'number'。請注意,值 \"auto\" 已由 `editor.detectIndentation` 設定取代。",
"trimAutoWhitespace": "移除尾端自動插入的空白字元",
"useTabStops": "插入和刪除接在定位停駐點後的空白字元",

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.
{}
{
"snippet.suggestions.label": "插入程式碼片段"
}

View File

@@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* 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.
{}

View File

@@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* 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.
{}

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.
{}
{
"limitHit": "未顯示另外 {0} 個錯誤與警告。"
}

View File

@@ -12,6 +12,7 @@
"closeEditorsToTheLeft": "將編輯器關到左側",
"closeEditorsToTheRight": "將編輯器關到右側",
"closeOtherEditorsInGroup": "關閉其他編輯器",
"closeQuickOpen": "關閉快速開啟",
"evenEditorGroups": "均分編輯器群組寬度",
"focusFirstEditorGroup": "聚焦左側編輯器群組",
"focusLastEditorInStack": "開啟群組中最後一個編輯器",
@@ -24,6 +25,8 @@
"minimizeOtherEditorGroups": "將其他編輯器群組最小化",
"moveActiveGroupLeft": "將編輯器群組向左移",
"moveActiveGroupRight": "將編輯器群組向右移",
"moveEditorLeft": "將編輯器左移",
"moveEditorRight": "將編輯器右移",
"moveEditorToLeftGroup": "將編輯器移入左側群組中",
"moveEditorToRightGroup": "將編輯器移入右側群組中",
"navigateEditorGroups": "在編輯器群組間導覽",

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.
{}
{
"commandDeprecated": "已移除命令 **{0}**。您可以改用 **{1}**",
"editorCommand.activeEditorMove.arg.description": "\n\t\t\t\t\t\t引數屬性:\n\t\t\t\t\t\t'to': 提供移動目標位置的字串值。\n\t\t\t\t\t\t'by': 提供移動單位的字串值。可以 tab 或群組為單位。\n\t\t\t\t\t\t'value': 提供要移動多少位置或絕對位置的數字值。\n\t\t\t\t\t",
"editorCommand.activeEditorMove.arg.name": "使用中編輯器的移動引數",
"editorCommand.activeEditorMove.description": "以 tab 或群組為單位移動使用中的編輯器",
"openKeybindings": "設定鍵盤快速鍵"
}

View File

@@ -4,11 +4,13 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"closeOnFocusLost": "控制是否在快速開啟失去焦點時自動關閉。",
"developer": "開發人員",
"editorOpenPositioning": "控制要在何處開啟編輯器。選取 [左] 或 [右] 在目前使用中編輯器的左側或右側開啟編輯器。選取 [先] 或 [後] 從目前使用中編輯器另外開啟編輯器。",
"enablePreview": "控制已開啟的編輯器是否顯示為預覽。預覽編輯器會重複使用到被保留 (例如按兩下或進行編輯) 為止。",
"enablePreviewFromQuickOpen": "控制透過快速開啟所開啟的編輯器是否顯示為預覽。預覽編輯器會重複使用到被保留 (例如按兩下或進行編輯) 為止。",
"file": "檔案",
"openDefaultSettings": "控制開啟設定時是否也會開啟顯示所有預設設定的編輯器。",
"openFilesInNewWindow": "啟用時,會在新視窗中開啟檔案,而不是重複使用現有的執行個體。",
"reopenFolders": "控制重新啟動後重新開啟資料夾的方式。選取 [none] 永不重新開啟資料夾,選取 [one] 重新開啟最近一個使用的資料夾,或選取 [all] 重新開啟上一個工作階段的所有資料夾。",
"restoreFullscreen": "控制當視窗在全螢幕模式下結束後,下次是否仍以全螢幕模式開啟。",

View File

@@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* 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.
{}

View File

@@ -20,6 +20,12 @@
"deleteButtonLabel": "刪除(&&D)",
"deleteButtonLabelRecycleBin": "移至資源回收筒(&&M)",
"deleteButtonLabelTrash": "移至垃圾筒(&&M)",
"dirtyMessageFile": "您要重新命名的檔案有未儲存的變更。要繼續嗎?",
"dirtyMessageFileDelete": "您要刪除的檔案有未儲存的變更。要繼續嗎?",
"dirtyMessageFolder": "您要重新命名的資料夾中 {0} 個檔案有未儲存的變更。要繼續嗎?",
"dirtyMessageFolderDelete": "您要刪除的資料夾中 {0} 個檔案有未儲存的變更。要繼續嗎?",
"dirtyMessageFolderOne": "您要重新命名的資料夾中 1 個檔案有未儲存的變更。要繼續嗎?",
"dirtyMessageFolderOneDelete": "您要刪除的資料夾中 1 個檔案有未儲存的變更。要繼續嗎?",
"dirtyWarning": "如果您不儲存變更,這些變更將會遺失。",
"duplicateFile": "複製",
"emptyFileNameError": "必須提供檔案或資料夾名稱。",
@@ -43,6 +49,7 @@
"refresh": "重新整理",
"refreshExplorer": "重新整理 Explorer",
"rename": "重新命名",
"renameLabel": "重新命名(&&R)",
"replaceButtonLabel": "取代(&&R)",
"retry": "重試",
"revert": "還原檔案",

View File

@@ -6,7 +6,7 @@
{
"associations": "將檔案關聯設定為語言 (例如 \"*.extension\": \"html\")。這些語言優先於已安裝語言的預設關聯。",
"autoReveal": "控制總管是否應在開啟檔案時自動加以顯示。",
"autoSave": "控制已變更檔案的自動儲存功能。接受的值: \"{0}\"、\"{1}\"、\"{2}\"。如果設為 \"{3}\",您可以在 \"files.autoSaveDelay\" 中設定延遲時間。",
"autoSave": "控制已變更檔案的自動儲存功能。接受的值: \"{0}\"、\"{1}\"、\"{2}\" (編輯器失去焦點)、\"{3}\" (視窗失去焦點)。如果設為 \"{4}\",您可以在 \"files.autoSaveDelay\" 中設定延遲。",
"autoSaveDelay": "控制經過這段延遲時間後會自動儲存已變更檔案的毫秒數。僅適用於 \"files.autoSave\" 設定為 \"{0}\" 時。",
"binaryFileEditor": "二進位檔案編輯器",
"dynamicHeight": "控制 [開啟編輯器] 區段的高度是否應依元素數目動態調整。",

View File

@@ -5,9 +5,13 @@
// Do not edit this file. It is machine generated.
{
"confirmOverwriteMessage": "目的資料夾中已存在 '{0}'。要取代它嗎?",
"dirtyMessageFile": "您要移動的檔案有未儲存的變更。要繼續嗎?",
"dirtyMessageFolder": "您要移動的資料夾中 {0} 個檔案有未儲存的變更。要繼續嗎?",
"dirtyMessageFolderOne": "您要移動的資料夾中 1 個檔案有未儲存的變更。要繼續嗎?",
"dirtyWarning": "如果您不儲存變更,這些變更將會遺失。",
"fileInputAriaLabel": "輸入檔案名稱。請按 Enter 鍵確認或按 Esc 鍵取消。",
"filesExplorerViewerAriaLabel": "{0},檔案總管",
"irreversible": "此動作無法回復!",
"moveLabel": "移動(&&M)",
"replaceButtonLabel": "取代(&&R)"
}

View File

@@ -9,9 +9,11 @@
"commit": "Commit",
"commitAll": "全部認可",
"commitAll2": "全部認可",
"commitAllSignedOff": "全部認可 (已登出)",
"commitMessage": "認可訊息",
"commitStaged": "認可已分段",
"commitStaged2": "認可已分段",
"commitStagedSignedOff": "認可暫存 (已登出)",
"confirmPublishMessage": "確定要將 '{0}' 發行至 '{1}' 嗎?",
"confirmPublishMessageButton": "發行(&&P)",
"confirmUndo": "確定要清除 '{0}' 中的變更嗎?",

View File

@@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"confirmSync": "請先確認再同步處理 GIT 存放庫。",
"countBadge": "控制 GIT 徽章計數器。",
"git": "Git",
"gitAutoFetch": "是否啟用自動擷取。",
"gitAutoRefresh": "是否啟用自動重新整理",

View File

@@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* 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.
{}

View File

@@ -5,10 +5,12 @@
// Do not edit this file. It is machine generated.
{
"terminal": "終端機",
"terminal.integrated.commandsToSkipShell": "一組命令識別碼,其按鍵繫結關係將不會傳送到殼層,而會一律由 Code 處理。這讓通常由殼層取用的按鍵繫結關係,在使用上與未聚焦於終端機時行為相同,例如 Ctrl+P 可啟動快速開啟。",
"terminal.integrated.cursorBlinking": "控制終端機資料指標是否閃爍。",
"terminal.integrated.fontFamily": "控制終端機的字型家族,預設為 editor.fontFamily 的值。",
"terminal.integrated.fontLigatures": "控制是否在終端機中啟用連字字型。",
"terminal.integrated.fontSize": "控制終端機的字型大小,預設為 editor.fontSize 的值。",
"terminal.integrated.fontWeight": "控制終端機的字型寬度,其預設為 editor.fontWeight 的值。",
"terminal.integrated.lineHeight": "控制終端機的行高,此數字會乘上終端機字型大小,以取得以像素為單位的實際行高。",
"terminal.integrated.setLocaleVariables": "控制是否在終端機啟動時設定地區設定變數,這在 OS X 上預設為 true在其他平台則為 false。",
"terminal.integrated.shell.linux": "終端機在 Linux 上使用的殼層路徑。",

View File

@@ -14,6 +14,8 @@
"workbench.action.terminal.new.short": "新增終端機",
"workbench.action.terminal.paste": "終端機: 貼入使用中的終端機",
"workbench.action.terminal.runSelectedText": "終端機: 在使用中的終端機執行選取的文字",
"workbench.action.terminal.scrollDown": "終端機: 向下捲動",
"workbench.action.terminal.scrollUp": "終端機: 向上捲動",
"workbench.action.terminal.switchTerminalInstance": "終端機: 切換終端機執行個體",
"workbench.action.terminal.toggleTerminal": "切換整合式終端機"
}

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.
{}
{
"terminal.integrated.copySelection.noSelection": "無法在終端機沒有焦點時複製終端機選取範圍"
}