mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"out/extension": {
|
||||
"server.ready.nocapture.error": "형식 uri( '{0}')은(는) 대체 자리 표시자를 사용하지만 패턴은 아무것도 캡처하지 않습니다.",
|
||||
"server.ready.placeholder.error": "형식 uri('{0}')는 하나의 대체 자리 표시자만 포함해야 합니다.",
|
||||
"server.ready.chrome.not.installed": "'debugWithChrome' 작업에 '{0}' 필수"
|
||||
"server.ready.chrome.not.installed": "The action '{0}' requires the '{1}' extension."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Git UI",
|
||||
"description": "Git SCM UI Integration"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -57,8 +57,8 @@
|
||||
"command.pushForce": "푸시(강제)",
|
||||
"command.pushTo": "다음으로 푸시...",
|
||||
"command.pushToForce": "...로 푸시 (강제)",
|
||||
"command.pushWithTags": "태그로 푸시",
|
||||
"command.pushWithTagsForce": "태그와 함께 푸시 (강제)",
|
||||
"command.pushFollowTags": "Push (Follow Tags)",
|
||||
"command.pushFollowTagsForce": "Push (Follow Tags, Force)",
|
||||
"command.addRemote": "원격 추가",
|
||||
"command.removeRemote": "원격 제거",
|
||||
"command.sync": "동기화",
|
||||
@@ -122,6 +122,7 @@
|
||||
"config.rebaseWhenSync": "동기화 명령을 실행할 때 Git에서 다시 지정을 사용하게 합니다.",
|
||||
"config.confirmEmptyCommits": "빈 커밋의 생성을 항상 확인합니다.",
|
||||
"config.fetchOnPull": "풀링할 때 모든 분기를 페치하거나 현재 분기만 페치합니다.",
|
||||
"config.pullTags": "Fetch all tags when pulling.",
|
||||
"config.autoStash": "풀하기 전에 변경 내용을 스태시하고 풀하는 데 성공한 후 변경 내용을 복원합니다.",
|
||||
"config.allowForcePush": "강제 푸시(임대 사용 또는 사용 안 함)가 가능한지 여부를 제어합니다.",
|
||||
"config.useForcePushWithLease": "강제 푸시가 좀 더 안전한 force-with-lease 변형을 사용하는지 여부를 제어합니다.",
|
||||
@@ -200,7 +201,8 @@
|
||||
"selectFolder": "리포지토리 위치 선택",
|
||||
"cloning": "Git 리포지토리 '{0}'을(를) 복제하는 중...",
|
||||
"proposeopen": "복제된 리포지토리를 여시겠습니까?",
|
||||
"openrepo": "리포지토리 열기",
|
||||
"openrepo": "열기",
|
||||
"openreponew": "Open in New Window",
|
||||
"add": "작업 영역에 추가",
|
||||
"proposeopen2": "복제된 리포지토리를 열거나 현재 작업 영역에 추가하시겠습니까?",
|
||||
"init": "Git 리포지토리를 초기화할 작업 영역 폴더 선택",
|
||||
@@ -277,7 +279,6 @@
|
||||
"confirm force push": "변경 내용을 강제 푸시하려고 하는데, 이렇게 하면 다른 사람의 변경 내용을 망가뜨리거나 의도하지 않게 덮어쓸 수 있습니다.\n\n 그래도 계속하시겠습니까?",
|
||||
"ok": "확인",
|
||||
"never ask again": "네, 다시 표시 안 함",
|
||||
"push with tags success": "태그와 함께 푸시되었습니다.",
|
||||
"nobranch": "원격에 푸시할 분기를 체크 아웃하세요.",
|
||||
"confirm publish branch": "'{0}' 분기에는 상향 분기가 없습니다. 이 분기를 게시하시겠습니까?",
|
||||
"pick remote": "'{0}' 분기를 다음에 게시하려면 원격을 선택하세요.",
|
||||
|
||||
@@ -47,6 +47,9 @@
|
||||
"previewTitle": "미리 보기 {0}",
|
||||
"preview.clickOpenFailed": "{0}을(를) 열 수 없습니다."
|
||||
},
|
||||
"out/features/documentLinkProvider": {
|
||||
"documentLink.tooltip": "follow link"
|
||||
},
|
||||
"out/security": {
|
||||
"strict.title": "Strict",
|
||||
"strict.description": "보안 콘텐츠만 로드",
|
||||
|
||||
@@ -25,7 +25,11 @@
|
||||
"config.title": "충돌 병합",
|
||||
"config.autoNavigateNextConflictEnabled": "병합 충돌을 해결한 후 다음 병합 충돌로 자동으로 이동할지 여부입니다.",
|
||||
"config.codeLensEnabled": "편집기 내에서 병합 충돌 블록에 대한 Code Lens를 만듭니다.",
|
||||
"config.decoratorsEnabled": "편집기 내에서 병합 충돌 블록에 대한 decorator를 만듭니다."
|
||||
"config.decoratorsEnabled": "편집기 내에서 병합 충돌 블록에 대한 decorator를 만듭니다.",
|
||||
"config.diffViewPosition": "Controls where the diff view should be opened when comparing changes in merge conflicts.",
|
||||
"config.diffViewPosition.current": "Open the diff view in the current editor group.",
|
||||
"config.diffViewPosition.beside": "Open the diff view next to the current editor group.",
|
||||
"config.diffViewPosition.below": "Open the diff view below the current editor group."
|
||||
},
|
||||
"out/mergeDecorator": {
|
||||
"currentChange": "(현재 변경 사항)",
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
"typescript.suggestionActions.enabled": "편집기에서 TypeScript 파일에 대한 제안 진단을 사용하거나 사용하지 않도록 설정합니다. 작업 영역에서 TypeScript 2.8 이상을 사용해야 합니다.",
|
||||
"typescript.preferences.quoteStyle": "빠른 수정에 사용할 기본 따옴표 스타일은 '작은' 따옴표, '큰' 따옴표 또는 '자동'입니다. '자동'이면 기존 가져오기에서 따옴표 형식이 유추됩니다. 작업 영역에서 TypeScript 2.9 이상을 사용해야 합니다.",
|
||||
"typescript.preferences.importModuleSpecifier": "자동 가져오기의 기본 경로 스타일입니다.",
|
||||
"typescript.preferences.importModuleSpecifier.auto": "최단 경로 유형을 유추합니다.",
|
||||
"typescript.preferences.importModuleSpecifier.auto": "Automatically select import path style. Prefers using a relative import if `baseUrl` is configured and the relative path has fewer segments than the non-relative import.",
|
||||
"typescript.preferences.importModuleSpecifier.relative": "파일 위치를 기준으로 합니다.",
|
||||
"typescript.preferences.importModuleSpecifier.nonRelative": "`jsconfig.json`/`tsconfig.json`에 구성된 `baseUrl`을 기준으로 합니다.",
|
||||
"typescript.updateImportsOnFileMove.enabled": "VS Code에서 파일을 이동하거나 이름을 바꿀 때 가져오기 경로의 자동 업데이트를 사용하거나 사용하지 않도록 설정합니다. 작업 영역에서 TypeScript 2.9 이상을 사용해야 합니다.",
|
||||
@@ -80,6 +80,9 @@
|
||||
"configuration.suggest.completeJSDocs": "제안을 사용하거나 사용하지 않도록 설정하여 JSDoc 주석을 완료합니다.",
|
||||
"typescript.preferences.renameShorthandProperties": "이름을 바꾸는 중 개체 줄임 속성의 별칭 지정을 사용하거나 사용하지 않도록 설정합니다. 작업 영역에서 TypeScript 3.4 이상을 사용해야 합니다."
|
||||
},
|
||||
"out/utils/versionStatus": {
|
||||
"typescriptVersion": "TypeScript: Version"
|
||||
},
|
||||
"out/utils/versionProvider": {
|
||||
"couldNotLoadTsVersion": "이 경로에서 TypeScript 버전을 로드할 수 없음",
|
||||
"noBundledServerFound": "잘못 동작하는 바이러스 감지 도구와 같은 다른 애플리케이션에서 VS Code의 tsserver가 삭제되었습니다. VS Code를 다시 설치하세요."
|
||||
@@ -102,6 +105,7 @@
|
||||
"neverAgain": "JS/TS 설문 사용 안 함"
|
||||
},
|
||||
"out/utils/projectStatus": {
|
||||
"statusExclude": "TypeScript: Configure Excludes",
|
||||
"hintExclude": "프로젝트 전체에서 JavaScript/TypeScript 언어 기능을 사용하도록 설정하려면 {0}과(와) 같이 파일이 많은 폴더를 제외하세요.",
|
||||
"hintExclude.generic": "프로젝트 전체에서 JavaScript/TypeScript 언어 기능을 사용하도록 설정하려면 사용하지 않는 소스 파일이 포함된 큰 폴더를 제외하세요.",
|
||||
"large.label": "제외 구성",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user