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/editor/contrib')
-rw-r--r--i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json2
-rw-r--r--i18n/cht/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json2
2 files changed, 3 insertions, 1 deletions
diff --git a/i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json
index 24b671ff572..1ae6cc8c1cd 100644
--- a/i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json
+++ b/i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json
@@ -8,5 +8,5 @@
"actions.goToDeclToSide.label": "在一側開啟定義",
"actions.previewDecl.label": "預覽定義",
"meta.title": " - {0} 個定義",
- "multipleResults": "按一下以顯示找到的 {0} 個定義。"
+ "multipleResults": "按一下以顯示 {0} 項定義。"
} \ No newline at end of file
diff --git a/i18n/cht/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json b/i18n/cht/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json
index e838688b779..1d7ab69c3a9 100644
--- a/i18n/cht/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json
+++ b/i18n/cht/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json
@@ -4,5 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
+ "quickFix": "顯示修正",
+ "quickFixWithKb": "顯示修正 ({0})",
"quickfix.trigger.label": "Quick Fix"
} \ No newline at end of file