Update resource strings for 1.9.0 langpacks (#6144)

* Refresh loc resources

* Update loc strings
This commit is contained in:
Karl Burtram
2019-06-24 13:34:30 -07:00
committed by GitHub
parent cf85bb14f5
commit e3f26e8f12
1757 changed files with 41821 additions and 17438 deletions

View File

@@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"schema.providerId": "공급자용 일반 ID",
"schema.displayName": "공급자의 표시 이름",
"schema.connectionOptions": "연결 옵션"
}

View File

@@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"Search server names": "서버 이름 검색"
}

View File

@@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"Search server names": "서버 이름 검색"
}

View File

@@ -0,0 +1,17 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"showDataExplorer": "Data Explorer 표시",
"workbench.dataExplorer": "Data Explorer",
"dataExplorer.view": "보기",
"databaseConnections": "데이터베이스 연결",
"datasource.connections": "데이터 원본 연결",
"datasource.connectionGroups": "데이터 소스 그룹",
"startupConfig": "시작 구성",
"startup.alwaysShowServersView": "Azure Data Studio 시작 시 서버 보기를 표시하려면 True(기본값), 마지막으로 연 보기를 표시하려면 False"
}

View File

@@ -0,0 +1,21 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"vscode.extension.contributes.view.id": "뷰의 식별자입니다. 'vscode.window.registerTreeDataProviderForView` API를 통해 데이터 공급자를 등록하는 데 사용합니다. `onView:${id}` 이벤트를 `activationEvents`에 등록하여 확장 활성화를 트리거하는 데에도 사용합니다.",
"vscode.extension.contributes.view.name": "사용자가 읽을 수 있는 뷰 이름입니다. 표시됩니다.",
"vscode.extension.contributes.view.when": "이 보기를 표시하기 위해 true여야 하는 조건입니다.",
"extension.contributes.dataExplorer": "뷰를 에디터에 적용합니다.",
"extension.dataExplorer": "작업 막대의 Data Explorer 컨테이너에 보기 제공",
"dataExplorer.contributed": "뷰를 기여된 뷰 컨테이너에 기여합니다.",
"ViewsContainerDoesnotExist": "뷰 컨테이너 '{0}'이(가) 없으며 해당 뷰 컨테이너에 등록된 모든 뷰가 'Data Explorer'에 추가됩니다.",
"duplicateView1": "뷰 컨테이너 '{1}'에 동일한 ID '{0}'(으)로 여러 개의 뷰를 등록할 수 없습니다.",
"duplicateView2": "ID가 '{0}'인 뷰가 뷰 컨테이너 '{1}'에 이미 등록되어 있습니다.",
"requirearray": "뷰는 배열이어야 합니다.",
"requirestring": "속성 `{0}`은(는) 필수이며 `string` 형식이어야 합니다.",
"optstring": "속성 `{0}`은(는) 생략할 수 있으며 `string` 형식이어야 합니다."
}

View File

@@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"dataExplorer.servers": "서버"
}

View File

@@ -0,0 +1,13 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"disconnect": "연결 끊기",
"newQuery": "새 쿼리",
"manage": "관리",
"refresh": "새로 고침"
}