mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-20 20:10:11 -04:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -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": "嘗試在連線對話方塊開啟或已執行貼上時剖析剪貼簿的內容。"
|
||||
}
|
||||
@@ -6,5 +6,15 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"ClearRecentlyUsedLabel": "清除最近的連接清單"
|
||||
"ClearRecentlyUsedLabel": "清除清單",
|
||||
"ClearedRecentConnections": "最近的連接清單已清除",
|
||||
"connectionAction.yes": "是",
|
||||
"connectionAction.no": "否",
|
||||
"clearRecentConnectionMessage": "您確定要刪除清單中的所有連接嗎?",
|
||||
"connectionDialog.yes": "是",
|
||||
"connectionDialog.no": "否",
|
||||
"delete": "刪除",
|
||||
"connectionAction.GetCurrentConnectionString": "取得目前的連接字串",
|
||||
"connectionAction.connectionString": "連接字串無法使用",
|
||||
"connectionAction.noConnection": "沒有可用的有效連線"
|
||||
}
|
||||
@@ -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": "未儲存的連結"
|
||||
}
|
||||
@@ -5,5 +5,7 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"connectionAdvancedProperties": "進階屬性",
|
||||
"advancedProperties.discard": "捨棄"
|
||||
}
|
||||
Reference in New Issue
Block a user