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/kor/src/vs/editor/contrib/codeAction/codeActionCommands.i18n.json')
-rw-r--r--i18n/kor/src/vs/editor/contrib/codeAction/codeActionCommands.i18n.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/i18n/kor/src/vs/editor/contrib/codeAction/codeActionCommands.i18n.json b/i18n/kor/src/vs/editor/contrib/codeAction/codeActionCommands.i18n.json
index ecd45d937f8..8c25ff6cd43 100644
--- a/i18n/kor/src/vs/editor/contrib/codeAction/codeActionCommands.i18n.json
+++ b/i18n/kor/src/vs/editor/contrib/codeAction/codeActionCommands.i18n.json
@@ -8,8 +8,11 @@
],
"quickFixWithKb": "수정 사항 표시({0})",
"quickFix": "수정 사항 표시",
+ "quickfix.trigger.label": "빠른 수정...",
"editor.action.quickFix.noneMessage": "사용 가능한 코드 동작이 없습니다.",
+ "refactor.label": "리팩터링...",
"editor.action.refactor.noneMessage": "사용 가능한 리펙터링이 없습니다.",
+ "source.label": "소스 작업...",
"editor.action.source.noneMessage": "사용 가능한 소스 작업이 없습니다.",
"organizeImports.label": "가져오기 구성",
"editor.action.organize.noneMessage": "사용 가능한 가져오기 구성 작업이 없습니다."