mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-20 12:00:24 -04:00
76 lines
4.1 KiB
JSON
76 lines
4.1 KiB
JSON
{
|
|
"Copyright": [
|
|
"--------------------------------------------------------------------------------------------",
|
|
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
|
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
|
"--------------------------------------------------------------------------------------------",
|
|
"Do not edit this file. It is machine generated."
|
|
],
|
|
"version": "1.0.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에 로그인..."
|
|
}
|
|
}
|
|
} |