[Loc] update to langpack source files (#18958)

* update to xlfs

* [Loc] added updates to langpack source files
This commit is contained in:
Alex Ma
2022-04-06 12:46:39 -07:00
committed by GitHub
parent 03d2e83250
commit 63a700ef3f
52 changed files with 181 additions and 71 deletions

View File

@@ -2116,8 +2116,8 @@
<target state="translated">Azure SQL Managed Instance - Azure Arc</target>
</trans-unit>
<trans-unit id="resource.type.azure.arc.description">
<source xml:lang="en">Creates an Azure Arc data controller</source>
<target state="translated">Azure Arc 데이터 컨트롤러 만들기</target>
<source xml:lang="en">Creates an Azure Arc data controller. Ensure that you have run az login before starting this wizard.</source>
<target state="new">Creates an Azure Arc data controller. Ensure that you have run az login before starting this wizard.</target>
</trans-unit>
<trans-unit id="resource.type.azure.arc.display.name">
<source xml:lang="en">Azure Arc data controller</source>

View File

@@ -1150,7 +1150,7 @@
</trans-unit>
<trans-unit id="updatedToSdkStyleError">
<source xml:lang="en">Converting the project {0} to SDK-style was unsuccessful. Changes to the .sqlproj have been rolled back.</source>
<target state="new">Converting the project {0} to SDK-style was unsuccessful. Changes to the .sqlproj have been rolled back.</target>
<target state="translated">{0} 프로젝트에서 SDK 스타일로 변환하지 못했습니다. .sqlproj에 대한 변경 내용이 롤백되었습니다.</target>
</trans-unit>
<trans-unit id="updatingProjectFromDatabase">
<source xml:lang="en">Updating {0} from {1}...</source>

View File

@@ -100,6 +100,14 @@
</trans-unit>
</body>
</file>
<file original="src/sql/base/browser/ui/table/plugins/contextMenuColumn.plugin" source-language="en" datatype="plaintext" target-language="ko">
<body>
<trans-unit id="table.showActions">
<source xml:lang="en">Show Actions</source>
<target state="new">Show Actions</target>
</trans-unit>
</body>
</file>
<file original="src/sql/base/browser/ui/table/plugins/headerFilter.plugin" source-language="en" datatype="plaintext" target-language="ko">
<body>
<trans-unit id="headerFilter.cancel">
@@ -140,11 +148,11 @@
</trans-unit>
<trans-unit id="tableFilter.blankStringDisplayText">
<source xml:lang="en">(Blanks)</source>
<target state="new">(Blanks)</target>
<target state="translated">(필드 값 없음)</target>
</trans-unit>
<trans-unit id="tableFilter.nullDisplayText">
<source xml:lang="en">(NULL)</source>
<target state="new">(NULL)</target>
<target state="translated">(null)</target>
</trans-unit>
<trans-unit id="tableFilter.selectedCount">
<source xml:lang="en">{0} Selected</source>