Files
azuredatastudio/i18n/ads-language-pack-ko/translations/extensions/azurecore.i18n.json
Alex Ma f7b9ca775a Update for language packs, (#14912)
* update DE lang pack extension strings from previous refresh

* bump lang pack versions for DE

* update for spanish langpack

* update for french langpack

* update for italian pack

* update for japanese pack

* update for korean pack

* update for Brazilian Portuguese pack

* update for Russian pack

* Update for Simplified Chinese pack

* update for Traditional Chinese pack

* added updated language packs for german and spanish

* changed vscode version

* added french and italian packs

* changes made to main

* japanese language pack added

* added korean pack

* Added Portuguese pack

* added russian pack, also small change to pt pack

* simplified chinese pack

* added traditional chinese pack

* deleted old language packs

* restore sql.i18n.json files

* Main.i18n.json reverted

* Revert sql json files

* main.i18n.json file for German updated

* updates to language packs 1

* main json for italian updated.

* update to japanese main

* finished translations for vs and sql in main.

* added ADS exclusive extensions to package.json

* fixed markdown and seti translation ids

* German language pack fixed

* Removed make from ads-language-pack-de and fixed es language pack

* french language pack fixed

* fixed italian language pack and restored typescript-basics

* removed unnecessary readme strings and nsions.

* fixed japanese pack

* Korean language pack fixed

* Portuguese language pack fixed

* fixed russian language pack

* Simplified Chinese pack fixed

* traditional chinese fixed

* restored sqlservernotebook
2021-03-31 11:08:45 -07:00

82 lines
4.3 KiB
JSON

{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"version": "1.0.0",
"contents": {
"package": {
"azure.displayName": "Azure(Core)",
"azure.description": "Azure 리소스 찾아보기 및 사용",
"azure.title": "Azure",
"azure.resource.config.title": "Azure 리소스 구성",
"azure.resource.config.filter.description": "리소스 필터, 각 요소는 계정 ID임, 구독 ID와 이름은 슬래시로 구분됨",
"azure.resource.explorer.title": "Azure",
"azure.resource.refreshall.title": "Azure: 모든 계정 새로 고침",
"azure.resource.refresh.title": "새로 고침",
"azure.resource.signin.title": "Azure: 로그인",
"azure.resource.selectsubscriptions.title": "구독 선택",
"azure.resource.connectsqlserver.title": "연결",
"azure.resource.connectsqldb.title": "서버에 추가",
"accounts.clearTokenCache": "Azure 계정 토큰 캐시 지우기",
"config.enablePublicCloudDescription": "Azure 퍼블릭 클라우드 통합을 사용하도록 설정한 경우",
"config.enableUsGovCloudDescription": "US Government Azure 클라우드(Fairfax) 통합을 사용하도록 설정한 경우",
"config.enableChinaCloudDescription": "Azure 중국 통합을 사용하도록 설정한 경우",
"config.enableGermanyCloudDescription": "Azure 독일 통합을 사용하도록 설정한 경우"
},
"dist/azureResource/utils": {
"azure.resource.error": "오류: {0}"
},
"dist/constants": {
"extensionName": "Azure 계정"
},
"dist/azureResource/tree/accountTreeNode": {
"azure.resource.tree.accountTreeNode.credentialError": "계정 {0}의 자격 증명을 가져오지 못했습니다. 계정을 새로 고치세요.",
"azure.resource.tree.accountTreeNode.noSubscriptionsLabel": "구독을 찾을 수 없습니다."
},
"dist/account-provider/azureAccountProviderService": {
"clearTokenCacheSuccess": "토큰 캐시를 지웠습니다.",
"clearTokenCacheFailure": "토큰 캐시를 지우지 못했습니다."
},
"dist/account-provider/providerSettings": {
"publicCloudDisplayName": "Azure"
},
"dist/account-provider/azureAccountProvider": {
"accountProviderNotInitialized": "계정 공급자가 초기화되지 않아 작업을 수행할 수 없습니다.",
"addAccount": "{0} 계정 추가",
"refreshAccount": "{0} 계정 새로 고침",
"azureWorkAccountDisplayName": "회사 또는 학교 계정",
"microsoftAccountDisplayName": "Microsoft 계정"
},
"dist/azureResource/providers/databaseServer/databaseServerTreeDataProvider": {
"azure.resource.providers.databaseServer.treeDataProvider.databaseServerContainerLabel": "SQL Server"
},
"dist/azureResource/providers/database/databaseTreeDataProvider": {
"azure.resource.providers.database.treeDataProvider.databaseContainerLabel": "SQL 데이터베이스"
},
"dist/azureResource/commands": {
"azure.resource.selectsubscriptions.credentialError": "계정 {0}의 자격 증명을 가져오지 못했습니다. 계정을 새로 고치세요."
},
"dist/azureResource/tree/subscriptionTreeNode": {
"azure.resource.tree.subscriptionTreeNode.noResourcesLabel": "리소스를 찾을 수 없습니다."
},
"dist/azureResource/resourceTreeNode": {
"azure.resource.resourceTreeNode.noResourcesLabel": "리소스를 찾을 수 없음"
},
"dist/azureResource/tree/treeProvider": {
"azure.resource.tree.treeProvider.loadingLabel": "로드하는 중..."
},
"dist/azureResource/tree/accountNotSignedInTreeNode": {
"azure.resource.tree.accountNotSignedInTreeNode.signInLabel": "Azure에 로그인..."
},
"dist/azureResource/providers/sqlinstance/sqlInstanceTreeDataProvider": {
"azure.resource.providers.sqlInstanceContainerLabel": "SQL Managed Instances"
},
"dist/azureResource/providers/postgresServer/postgresServerTreeDataProvider": {
"azure.resource.providers.databaseServer.treeDataProvider.postgresServerContainerLabel": "Azure Database for PostgreSQL 서버"
}
}
}