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

@@ -5,5 +5,8 @@
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
]
],
"sql.maxRecentConnectionsDescription": "최근에 사용한 연결을 연결 목록에 저장할 최대 수입니다.",
"sql.defaultEngineDescription": "사용할 기본 SQL 엔진. 이는 .sql 파일의 기본 언어 공급자를 구동하고 새 연결을 만들 때 기본값으로 사용합니다. 유효한 옵션은 현재 MSSQL입니다.",
"connection.parseClipboardForConnectionStringDescription": "연결 대화 상자가 열리거나 붙여넣기가 수행되면 클립보드의 내용 구문 분석을 시도합니다."
}

View File

@@ -6,5 +6,15 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"connectionAction.yes": "예"
"ClearRecentlyUsedLabel": "목록 지우기",
"ClearedRecentConnections": "최근 연결 목록을 삭제했습니다.",
"connectionAction.yes": "예",
"connectionAction.no": "아니요",
"clearRecentConnectionMessage": "목록에서 모든 연결을 삭제하시겠습니까?",
"connectionDialog.yes": "예",
"connectionDialog.no": "아니요",
"delete": "삭제",
"connectionAction.GetCurrentConnectionString": "현재 연결 문자열 얻기",
"connectionAction.connectionString": "연결 문자열을 사용할 수 없습니다",
"connectionAction.noConnection": "사용 가능한 활성 연결이 없습니다"
}

View File

@@ -5,5 +5,8 @@
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
]
],
"onDidConnectMessage": "에 연결",
"onDidDisconnectMessage": "연결 끊김",
"unsavedGroupLabel": "저장 되지 않은 연결"
}

View File

@@ -6,5 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"connectionAdvancedProperties": "고급 속성",
"advancedProperties.discard": "폐기"
}