Files
azuredatastudio/resources/xlf/ko/profiler.ko.xlf
Alex Ma 1eaa6be392 Updates for XLF folders and LocProject (#15083)
* Added updated German strings and added hybrid toolkit to locproject.json

* updates to XLF files

* more resources added to locproject

* restored out localizations

* fixes to dacpac and admin-tool

* fixes to dacpac and import

* updates to english XLFs (more up to date)
2021-05-12 12:32:09 -07:00

43 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/profiler/client/out/dialogs/profilerCreateSessionDialog" source-language="en" datatype="plaintext" target-language="ko">
<body>
<trans-unit id="createSessionDialog.cancel">
<source xml:lang="en">Cancel</source>
<target state="translated">취소</target>
</trans-unit>
<trans-unit id="createSessionDialog.create">
<source xml:lang="en">Start</source>
<target state="translated">시작</target>
</trans-unit>
<trans-unit id="createSessionDialog.title">
<source xml:lang="en">Start New Profiler Session</source>
<target state="translated">새 Profiler 세션 시작</target>
</trans-unit>
<trans-unit id="createSessionDialog.templatesInvalid">
<source xml:lang="en">Invalid templates list, cannot open dialog</source>
<target state="translated">템플릿 목록이 잘못되었습니다. 대화 상자를 열 수 없습니다.</target>
</trans-unit>
<trans-unit id="createSessionDialog.dialogOwnerInvalid">
<source xml:lang="en">Invalid dialog owner, cannot open dialog</source>
<target state="translated">대화 상자 소유자가 잘못되었습니다. 대화 상자를 열 수 없습니다.</target>
</trans-unit>
<trans-unit id="createSessionDialog.invalidProviderType">
<source xml:lang="en">Invalid provider type, cannot open dialog</source>
<target state="translated">공급자 유형이 잘못되었습니다. 대화 상자를 열 수 없습니다.</target>
</trans-unit>
<trans-unit id="createSessionDialog.selectTemplates">
<source xml:lang="en">Select session template:</source>
<target state="translated">세션 템플릿 선택:</target>
</trans-unit>
<trans-unit id="createSessionDialog.enterSessionName">
<source xml:lang="en">Enter session name:</source>
<target state="translated">세션 이름 입력:</target>
</trans-unit>
<trans-unit id="createSessionDialog.createSessionFailed">
<source xml:lang="en">Failed to create a session</source>
<target state="translated">세션을 만들지 못함</target>
</trans-unit>
</body>
</file>
</xliff>