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."
],
"previewFeatures.configTitle": "預覽功能",
"previewFeatures.configEnable": "啟用未發佈的預覽功能",
"showConnectDialogOnStartup": "啟動時顯示連線對話方塊"
}

View File

@@ -6,10 +6,19 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"newQueryAction.newQuery": "新增查詢",
"scriptSelect": "選取前 1000",
"scriptExecute": "作為指令碼執行",
"scriptAlter": "修改指令碼",
"editData": "編輯資料",
"scriptDelete": "編寫為 Delete",
"backupAction.backup": "備份"
"scriptCreate": "建立指令碼",
"scriptDelete": "編寫指令碼為 Drop",
"backupAction.backup": "備份",
"backup.isPreviewFeature": "您必須啟用預覽功能才能使用備份",
"restoreAction.restore": "還原",
"restore.isPreviewFeature": "您必須啟用預覽功能才能使用還原",
"manage": "管理",
"showDetails": "顯示詳細資訊",
"newDatabase": "新增資料庫",
"configureDashboard": "了解如何設定儀表板"
}

View File

@@ -6,6 +6,13 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"selectOperationName": "選擇",
"createOperationName": "建立",
"insertOperationName": "插入",
"updateOperationName": "更新",
"deleteOperationName": "刪除",
"scriptSelectNotFound": "在物件上呼叫選取的指令碼時沒有回傳任何指令碼",
"scriptNotFoundForObject": "在物件 {1} 指令碼為 {0} 時無回傳任何指令",
"scriptingFailed": "指令碼失敗",
"scriptNotFound": "指令碼為 {0} 時無回傳任何指令"
}