Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/cht/src/vs/platform')
-rw-r--r--i18n/cht/src/vs/platform/history/electron-main/historyMainService.i18n.json2
-rw-r--r--i18n/cht/src/vs/platform/markers/common/problemMatcher.i18n.json12
-rw-r--r--i18n/cht/src/vs/platform/theme/common/colorRegistry.i18n.json10
3 files changed, 18 insertions, 6 deletions
diff --git a/i18n/cht/src/vs/platform/history/electron-main/historyMainService.i18n.json b/i18n/cht/src/vs/platform/history/electron-main/historyMainService.i18n.json
index 72828dcc85c..79e27db5d9b 100644
--- a/i18n/cht/src/vs/platform/history/electron-main/historyMainService.i18n.json
+++ b/i18n/cht/src/vs/platform/history/electron-main/historyMainService.i18n.json
@@ -6,6 +6,6 @@
{
"newWindow": "開新視窗",
"newWindowDesc": "開啟新視窗",
- "recentFolders": "最近使用的資料夾",
+ "recentFolders": "最近使用的工作區",
"folderDesc": "{0} {1}"
} \ No newline at end of file
diff --git a/i18n/cht/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/cht/src/vs/platform/markers/common/problemMatcher.i18n.json
index 74077962956..13fcfc77531 100644
--- a/i18n/cht/src/vs/platform/markers/common/problemMatcher.i18n.json
+++ b/i18n/cht/src/vs/platform/markers/common/problemMatcher.i18n.json
@@ -56,5 +56,15 @@
"LegacyProblemMatcherSchema.watchedBegin": "規則運算式,指示監看的工作開始執行 (透過檔案監看觸發)。",
"LegacyProblemMatcherSchema.watchedEnd.deprecated": "此屬性即將淘汰。請改用關注的屬性。",
"LegacyProblemMatcherSchema.watchedEnd": "規則運算式,指示監看的工作結束執行。",
- "ProblemMatcherExtPoint": "提供問題比對器"
+ "NamedProblemMatcherSchema.name": "用來參考其問題比對器的名稱。",
+ "NamedProblemMatcherSchema.label": "易讀的問題比對器標籤。",
+ "ProblemMatcherExtPoint": "提供問題比對器",
+ "msCompile": "Microsoft 編譯器問題 ",
+ "lessCompile": "較少的問題",
+ "gulp-tsc": "Gulp TSC 問題",
+ "jshint": "JSHint 問題",
+ "jshint-stylish": "JSHint 樣式問題",
+ "eslint-compact": "ESLint 壓縮問題",
+ "eslint-stylish": "ESLint 樣式問題",
+ "go": "前往問題"
} \ No newline at end of file
diff --git a/i18n/cht/src/vs/platform/theme/common/colorRegistry.i18n.json b/i18n/cht/src/vs/platform/theme/common/colorRegistry.i18n.json
index 02b323822c6..16223f6ab7b 100644
--- a/i18n/cht/src/vs/platform/theme/common/colorRegistry.i18n.json
+++ b/i18n/cht/src/vs/platform/theme/common/colorRegistry.i18n.json
@@ -53,14 +53,13 @@
"badgeBackground": "標記的背景顏色。標記為小型的訊息標籤,例如搜尋結果的數量。",
"badgeForeground": "標記的前景顏色。標記為小型的訊息標籤,例如搜尋結果的數量。",
"scrollbarShadow": "指出在捲動該檢視的捲軸陰影。",
- "scrollbarSliderBackground": "滑桿背景色彩。",
- "scrollbarSliderHoverBackground": "暫留時的滑桿背景色彩。",
- "scrollbarSliderActiveBackground": "使用中狀態時的滑桿背景色彩。",
"progressBarBackground": "長時間運行進度條的背景色彩.",
"editorBackground": "編輯器的背景色彩。",
"editorForeground": "編輯器的預設前景色彩。",
"editorWidgetBackground": "編輯器小工具的背景色彩,例如尋找/取代。",
"editorWidgetBorder": "編輯器小工具的邊界色彩。小工具選擇擁有邊界或色彩未被小工具覆寫時,才會使用色彩。",
+ "editorSelectionBackground": "編輯器選取範圍的色彩。",
+ "editorSelectionForeground": "為選取的文字顏色高對比化",
"editorInactiveSelection": "非使用中之編輯器選取範圍的色彩。",
"editorSelectionHighlight": "選取時,內容相同之區域的色彩。",
"editorFindMatch": "符合目前搜尋的色彩。",
@@ -78,7 +77,10 @@
"mergeCurrentContentBackground": "目前內嵌合併衝突中的內容背景。",
"mergeIncomingHeaderBackground": "傳入內嵌合併衝突中的深色標題背景。",
"mergeIncomingContentBackground": "傳入內嵌合併衝突中的內容背景。",
+ "mergeCommonHeaderBackground": "內嵌合併衝突中的共同始祖標題背景",
+ "mergeCommonContentBackground": "內嵌合併衝突中的共同始祖內容背景。",
"mergeBorder": "內嵌合併衝突中標頭及分隔器的邊界色彩。",
"overviewRulerCurrentContentForeground": "目前內嵌合併衝突的概觀尺規前景。",
- "overviewRulerIncomingContentForeground": "傳入內嵌合併衝突的概觀尺規前景。"
+ "overviewRulerIncomingContentForeground": "傳入內嵌合併衝突的概觀尺規前景。",
+ "overviewRulerCommonContentForeground": "內嵌合併衝突中的共同上階概觀尺規前景。"
} \ No newline at end of file