Update extension resources and ENU XLF files (#6220)

* Add extension resources

* Update enu XLF resources
This commit is contained in:
Karl Burtram
2019-06-28 19:09:23 -07:00
committed by GitHub
parent 00c3758d86
commit bc7ac519d0
527 changed files with 12988 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"import.needConnection": "이 마법사를 사용하기 전에 서버에 연결하십시오.",
"flatFileImport.wizardName": "플랫 파일 마법사 불러오기",
"flatFileImport.page1Name": "입력 파일 지정",
"flatFileImport.page2Name": "데이터 미리 보기",
"flatFileImport.page3Name": "열 수정",
"flatFileImport.page4Name": "요약",
"flatFileImport.importNewFile": "새 파일 가져오기"
}

View File

@@ -0,0 +1,16 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"flatFileImport.serverDropdownTitle": "데이터베이스가있는 서버",
"flatFileImport.databaseDropdownTitle": "테이블이 생성된 데이터베이스",
"flatFileImport.browseFiles": "찾아보기",
"flatFileImport.openFile": "열기",
"flatFileImport.fileTextboxTitle": "가져올 파일의 위치",
"flatFileImport.tableTextboxTitle": "새 테이블 이름",
"flatFileImport.schemaTextboxTitle": "테이블 스키마"
}

View File

@@ -0,0 +1,15 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"flatFileImport.importData": "데이터 가져오기",
"flatFileImport.next": "다음",
"flatFileImport.columnName": "열 이름",
"flatFileImport.dataType": "데이터 타입",
"flatFileImport.primaryKey": "기본 키",
"flatFileImport.allowNulls": "NULL 허용"
}

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"flatFileImport.refresh": "새로 고침",
"flatFileImport.prosePreviewMessage": "이 작업은 입력 파일 구조를 분석하여 처음 50개 행까지 아래에 미리 보기를 생성합니다."
}

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."
],
"flatFileImport.importInformation": "정보 가져오기",
"flatFileImport.importStatus": "상태 가져오기",
"flatFileImport.serverName": "서버 이름",
"flatFileImport.databaseName": "데이터베이스 이름",
"flatFileImport.tableName": "테이블 이름",
"flatFileImport.tableSchema": "테이블 스키마",
"flatFileImport.fileImport": "가져올 파일",
"flatFileImport.success.norows": "✔ 테이블에 데이터 입력이 완료되었습니다."
}