Skip to content

Commit a07827e

Browse files
csigsDevDiv Build Lab - Dev14
andauthored
Localization - Translated Strings (#7297)
Co-authored-by: DevDiv Build Lab - Dev14 <[email protected]>
1 parent 7290c0c commit a07827e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Extension/i18n/kor/package.i18n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"c_cpp.command.vcpkgClipboardInstallSuggested.title": "vcpkg install 명령을 클립보드에 복사",
2424
"c_cpp.command.vcpkgOnlineHelpSuggested.title": "vcpkg 도움말 페이지 방문",
2525
"c_cpp.command.generateEditorConfig.title": "VC 형식 설정에서 EditorConfig 콘텐츠 생성",
26-
"c_cpp.command.GoToNextDirectiveInGroup.title": "Go to next preprocessor directive in conditional group",
27-
"c_cpp.command.GoToPrevDirectiveInGroup.title": "Go to previous preprocessor directive in conditional group",
26+
"c_cpp.command.GoToNextDirectiveInGroup.title": "조건부 그룹의 다음 전처리기 지시문으로 이동",
27+
"c_cpp.command.GoToPrevDirectiveInGroup.title": "조건부 그룹의 이전 전처리기 지시문으로 이동",
2828
"c_cpp.configuration.formatting.description": "서식 엔진을 구성합니다.",
2929
"c_cpp.configuration.formatting.clangFormat.description": "코드 서식을 지정하는 데 clang-format이 사용됩니다.",
3030
"c_cpp.configuration.formatting.vcFormat.description": "코드 서식을 지정하는 데 Visual C++ 서식 엔진이 사용됩니다.",

Extension/i18n/kor/src/nativeStrings.i18n.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@
208208
"unrecognized_language_standard_version": "컴파일러 쿼리에서 인식할 수 없는 언어 표준 버전을 반환했습니다. 지원되는 최신 버전이 대신 사용됩니다.",
209209
"intellisense_process_crash_detected": "IntelliSense 프로세스 크래시가 감지되었습니다.",
210210
"return_values_label": "반환 값:",
211-
"nvcc_compiler_not_found": "Unable to locate nvcc compiler: {0}",
212-
"nvcc_host_compiler_not_found": "Unable to locate nvcc host compiler: {0}",
213-
"invoking_nvcc": "Invoking nvcc with command line: {0}",
214-
"nvcc_host_compile_command_not_found": "Unable to find host compile command in output of nvcc.",
215-
"unable_to_locate_forced_include": "Unable to locate forced include: {0}"
211+
"nvcc_compiler_not_found": "nvcc 컴파일러를 찾을 수 없음: {0}",
212+
"nvcc_host_compiler_not_found": "nvcc 호스트 컴파일러를 찾을 수 없음: {0}",
213+
"invoking_nvcc": "명령줄 {0}을(를) 사용하여 nvcc를 호출하는 중",
214+
"nvcc_host_compile_command_not_found": "nvcc의 출력에서 호스트 컴파일 명령을 찾을 수 없습니다.",
215+
"unable_to_locate_forced_include": "강제 포함을 찾을 수 없음: {0}"
216216
}

0 commit comments

Comments
 (0)