mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-04 02:51:38 -05:00
Langpack source and XLF update for April 2023 Release (#22554)
This commit is contained in:
@@ -465,6 +465,10 @@
|
||||
<source xml:lang="en">Azure Resources (Preview)</source>
|
||||
<target state="translated">Azure 資源 (預覽)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azure.credStoreSaveFailedError">
|
||||
<source xml:lang="en">Keys for token cache could not be saved in credential store, this may cause Azure access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload.</source>
|
||||
<target state="translated">權杖快取的金鑰無法儲存在認證存放區中,這可能會導致 Azure 存取權杖持續性問題和連線不穩定。SqlTools 可能已達到 Windows 的認證儲存限制,請清除 Windows 認證管理員中以 「Microsoft.SqlTools|」 開始的至少 2 個認證,然後重新載入。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azure.unableToOpenAzureLink">
|
||||
<source xml:lang="en">Unable to open link, missing required values</source>
|
||||
<target state="translated">無法開啟連結,缺少必要值</target>
|
||||
@@ -525,6 +529,10 @@
|
||||
<source xml:lang="en">Central US EUAP</source>
|
||||
<target state="translated">美國中部 EUAP</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azurecore.deprecated">
|
||||
<source xml:lang="en">Warning: ADAL has been deprecated, and is scheduled to be removed in a future release. Please use MSAL instead.</source>
|
||||
<target state="translated">警告: ADAL 已被取代,並排定在未來的版本中移除。請改用 MSAL。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azurecore.eastasia">
|
||||
<source xml:lang="en">East Asia</source>
|
||||
<target state="translated">東亞</target>
|
||||
|
||||
@@ -50,6 +50,14 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<source xml:lang="en">Failed to find tenant '{0}' in account '{1}' when refreshing security token</source>
|
||||
<target state="translated">重新整理安全性權杖時,在帳戶 '{1}'中找不到租用戶 '{0}'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.noConvertResult">
|
||||
<source xml:lang="en">No result returned from Notebook convert request</source>
|
||||
<target state="translated">筆記本轉換要求未傳回任何結果</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.noDocumentFound">
|
||||
<source xml:lang="en">No document found for URI {0}</source>
|
||||
<target state="translated">找不到 URI {0} 的文件</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.tokenRefreshFailed">
|
||||
<source xml:lang="en">{0} AAD token refresh failed, please reconnect to enable {0}</source>
|
||||
<target state="translated">{0} AAD 權杖重新更新失敗,請重新連接以啟用 {0}</target>
|
||||
@@ -58,6 +66,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<source xml:lang="en">Editor token refresh failed, autocompletion will be disabled until the editor is disconnected and reconnected</source>
|
||||
<target state="translated">編輯器權杖重新整理失敗,將會停用自動編譯,直到編輯器中斷連線並重新連線為止</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.unsupportedPlatform">
|
||||
<source xml:lang="en">Unsupported platform {0}</source>
|
||||
<target state="translated">不支援的平台 {0}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/mssql/dist/main" source-language="en" datatype="plaintext" target-language="zh-Hant">
|
||||
@@ -78,6 +90,14 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
</file>
|
||||
<file original="extensions/mssql/dist/objectManagement/localizedConstants" source-language="en" datatype="plaintext" target-language="zh-Hant">
|
||||
<body>
|
||||
<trans-unit id="objectManagement.ColumnDisplayName">
|
||||
<source xml:lang="en">column</source>
|
||||
<target state="translated">資料行</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectManagement.DatabaseDisplayName">
|
||||
<source xml:lang="en">database</source>
|
||||
<target state="translated">資料庫</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectManagement.LoginTypeDisplayName">
|
||||
<source xml:lang="en">login</source>
|
||||
<target state="translated">登入</target>
|
||||
@@ -90,6 +110,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<source xml:lang="en">OK</source>
|
||||
<target state="translated">確定</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectManagement.TableDisplayName">
|
||||
<source xml:lang="en">table</source>
|
||||
<target state="translated">資料表</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectManagement.UserDisplayName">
|
||||
<source xml:lang="en">user</source>
|
||||
<target state="translated">使用者</target>
|
||||
@@ -98,6 +122,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<source xml:lang="en">User</source>
|
||||
<target state="translated">使用者</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectManagement.ViewDisplayName">
|
||||
<source xml:lang="en">view</source>
|
||||
<target state="translated">檢視</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectManagement.advancedSectionHeader">
|
||||
<source xml:lang="en">Advanced</source>
|
||||
<target state="translated">進階</target>
|
||||
@@ -218,6 +246,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<source xml:lang="en">Windows Authentication</source>
|
||||
<target state="translated">Windows 驗證</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectManagement.loginNotSelectedError">
|
||||
<source xml:lang="en">Login is not selected.</source>
|
||||
<target state="translated">未選取登入。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectManagement.nameCannotBeEmptyError">
|
||||
<source xml:lang="en">Name cannot be empty.</source>
|
||||
<target state="translated">名稱不能空白。</target>
|
||||
@@ -231,6 +263,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<note>{0} object type.</note>
|
||||
<target state="translated">{0} - 新增 (預覽)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectManagement.noConnectionUriError">
|
||||
<source xml:lang="en">Failed to retrieve the connection information, please reconnect and try again.</source>
|
||||
<target state="translated">無法擷取連線資訊,請重新連線,然後再試一次。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectManagement.objectPropertiesDialogTitle">
|
||||
<source xml:lang="en">{0} - {1} (Preview)</source>
|
||||
<note>{0} object type, {1}: object name.</note>
|
||||
@@ -263,6 +299,20 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<note>{0}: error message.</note>
|
||||
<target state="translated">重新整理物件總管時發生錯誤。{0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectManagement.renameObjectDialogTitle">
|
||||
<source xml:lang="en">Enter new name</source>
|
||||
<target state="translated">請輸入新名稱</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectManagement.renameObjectError">
|
||||
<source xml:lang="en">An error occurred while renaming {0} '{1}' to '{2}'. {3}</source>
|
||||
<note>{0} object type, {1}: original name, {2}: new name, {3}: error message.</note>
|
||||
<target state="translated">將 {0} '{1}' 重新命名為 '{2}' 時發生錯誤。{3}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectManagement.renameObjectOperationName">
|
||||
<source xml:lang="en">Rename {0} '{1}' to '{2}'</source>
|
||||
<note>{0} object type, {1}: original name, {2}: new name</note>
|
||||
<target state="translated">將 {0} '{1}' 重新命名為 '{2}'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectManagement.selectedLabel">
|
||||
<source xml:lang="en">Selected</source>
|
||||
<target state="translated">已選取</target>
|
||||
@@ -601,7 +651,7 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<target state="translated">指定通訊協定,以證明與安全記憶體保護區一起使用 Always Encrypted 的伺服器端記憶體保護區</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.enclaveAttestationProtocol.displayName">
|
||||
<source xml:lang="en">Attestation Protocol</source>
|
||||
<source xml:lang="en">Attestation protocol</source>
|
||||
<target state="translated">證明通訊協定</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.enclaveAttestationUrl.description">
|
||||
@@ -609,8 +659,8 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<target state="translated">指定端點,以證明與安全記憶體保護區一起使用 Always Encrypted 的伺服器端記憶體保護區</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.enclaveAttestationUrl.displayName">
|
||||
<source xml:lang="en">Enclave Attestation URL</source>
|
||||
<target state="translated">記憶體保護區證明 URL</target>
|
||||
<source xml:lang="en">Attestation URL</source>
|
||||
<target state="translated">證明 URL</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.encrypt.categoryValues.false">
|
||||
<source xml:lang="en">Optional (False)</source>
|
||||
@@ -761,12 +811,12 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<target state="translated">複寫</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.secureEnclaves.description">
|
||||
<source xml:lang="en">Enables or disables Secure Enclaves for the connection</source>
|
||||
<target state="translated">啟用或停用連線的安全記憶體庫</target>
|
||||
<source xml:lang="en">Enables or disables Secure enclaves for the connection</source>
|
||||
<target state="translated">啟用或停用連線的安全隔離區</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.secureEnclaves.displayName">
|
||||
<source xml:lang="en">Secure Enclaves</source>
|
||||
<target state="translated">安全記憶體庫</target>
|
||||
<source xml:lang="en">Secure enclaves</source>
|
||||
<target state="translated">安全隔離區</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.serverName.description">
|
||||
<source xml:lang="en">Name of the SQL Server instance</source>
|
||||
@@ -814,7 +864,7 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.enableSqlAuthenticationProvider">
|
||||
<source xml:lang="en">Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.</source>
|
||||
<target state="new">Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.</target>
|
||||
<target state="translated">當使用者選取 'AzureMFA' 驗證,則針對 'Active Directory Interactive' 驗證模式啟用使用 SQL 驗證提供者。這會在擷取存取權杖時啟用伺服器端資源端點整合。此選項僅支援 'MSAL' Azure 驗證程式庫。值變更時,需要重新啟動 Azure Data Studio。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.enabled">
|
||||
<source xml:lang="en">Enabled</source>
|
||||
@@ -942,11 +992,11 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.parallelMessageProcessing">
|
||||
<source xml:lang="en">[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.</source>
|
||||
<target state="new">[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.</target>
|
||||
<target state="translated">[實驗性] 是否應該平行處理對 SQL Tools Service 的要求。這是為了發現探索平行處理所有要求時可能的問題。預設值為 false。值變更時,需要重新啟動 Azure Data Studio。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.piiLogging">
|
||||
<source xml:lang="en">[Optional] Should Personally Identifiable Information (PII) be logged in the log file.</source>
|
||||
<target state="new">[Optional] Should Personally Identifiable Information (PII) be logged in the log file.</target>
|
||||
<target state="translated">[選用] 是否應在記錄檔中記錄個人識別資訊 (PII)。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.provider.displayName">
|
||||
<source xml:lang="en">Microsoft SQL Server</source>
|
||||
@@ -1149,8 +1199,12 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<target state="translated">新使用者</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="title.objectProperties">
|
||||
<source xml:lang="en">Properties</source>
|
||||
<target state="translated">屬性</target>
|
||||
<source xml:lang="en">Properties (Preview)</source>
|
||||
<target state="translated">屬性 (預覽)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="title.renameObject">
|
||||
<source xml:lang="en">Rename</source>
|
||||
<target state="translated">重新命名</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="title.searchServers">
|
||||
<source xml:lang="en">Search: Servers</source>
|
||||
|
||||
@@ -34,6 +34,10 @@
|
||||
<source xml:lang="en">Are you sure you want to cancel this migration?</source>
|
||||
<target state="translated">確定要取消此移轉嗎?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.delete.migration.confirmation">
|
||||
<source xml:lang="en">Are you sure you want to delete this migration?</source>
|
||||
<target state="translated">確定要刪除此刪除嗎?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.aad.domain.name.input.box.label">
|
||||
<source xml:lang="en">Azure Active Directory Domain Name (only required to migrate Windows Authenication Logins)</source>
|
||||
<target state="translated">Azure Active Directory 網域名稱 (僅需要移轉 Windows 驗證登入)</target>
|
||||
@@ -462,6 +466,10 @@ This may take some time.</source>
|
||||
<source xml:lang="en">Migration is not in progress and cannot be cutover.</source>
|
||||
<target state="translated">移轉不在進行中,且無法完全移轉。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.cannot.delete">
|
||||
<source xml:lang="en">Migration is currently in progress and cannot be deleted.</source>
|
||||
<target state="translated">移轉目前正在進行中,無法刪除。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.cannot.retry">
|
||||
<source xml:lang="en">Migration cannot be retried.</source>
|
||||
<target state="translated">無法重試移轉。</target>
|
||||
@@ -878,6 +886,14 @@ This may take some time.</source>
|
||||
<source xml:lang="en">Default database</source>
|
||||
<target state="translated">預設資料庫</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.delete.error">
|
||||
<source xml:lang="en">An error occurred while deleting the migration.</source>
|
||||
<target state="translated">刪除移轉時發生錯誤。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.delete.migration">
|
||||
<source xml:lang="en">Delete migration</source>
|
||||
<target state="translated">刪除移轉</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.description">
|
||||
<source xml:lang="en">Description</source>
|
||||
<target state="translated">描述</target>
|
||||
@@ -3406,6 +3422,10 @@ This may take some time.</source>
|
||||
<source xml:lang="en">Database details</source>
|
||||
<target state="translated">資料庫詳細資料</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="delete-migration-menu">
|
||||
<source xml:lang="en">Delete migration</source>
|
||||
<target state="translated">刪除移轉</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="description">
|
||||
<source xml:lang="en">Azure SQL migration description</source>
|
||||
<target state="translated">Azure SQL 移轉描述</target>
|
||||
|
||||
@@ -894,6 +894,10 @@ Default Skipped Commands:
|
||||
<source xml:lang="en">Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations.</source>
|
||||
<target state="translated">限制搜尋之範圍的色彩。其不得為不透明色彩,以免隱藏底層裝飾。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryEditorNullBackground">
|
||||
<source xml:lang="en">The background color for null values in the query editor results grid.</source>
|
||||
<target state="translated">查詢編輯器結果方格中 Null 值的背景色彩。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tileBorder">
|
||||
<source xml:lang="en">The border color of tiles</source>
|
||||
<target state="translated">磚的框線色彩</target>
|
||||
@@ -3493,6 +3497,14 @@ Default Skipped Commands:
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/editData/browser/editDataGridPanel" source-language="en" datatype="plaintext" target-language="zh-Hant">
|
||||
<body>
|
||||
<trans-unit id="editData.cellWithNullCharMessage">
|
||||
<source xml:lang="en">This cell contains the Unicode null character which is currently not supported for editing.</source>
|
||||
<target state="translated">此儲存格包含 Unicode Null 字元,目前不支援編輯。</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/editData/browser/gridActions" source-language="en" datatype="plaintext" target-language="zh-Hant">
|
||||
<body>
|
||||
<trans-unit id="copySelection">
|
||||
@@ -5784,8 +5796,8 @@ Error: {1}</source>
|
||||
<file original="src/sql/workbench/contrib/notebook/browser/outputs/gridOutput.component" source-language="en" datatype="plaintext" target-language="zh-Hant">
|
||||
<body>
|
||||
<trans-unit id="copyFailed">
|
||||
<source xml:lang="en">Copy failed with error: {0}</source>
|
||||
<target state="translated">複製失敗,發生錯誤: {0}</target>
|
||||
<source xml:lang="en">Copy failed with error {0}</source>
|
||||
<target state="translated">複製失敗。錯誤: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebook.showChart">
|
||||
<source xml:lang="en">Show chart</source>
|
||||
@@ -5839,6 +5851,10 @@ Error: {1}</source>
|
||||
<source xml:lang="en">Server Group color palette used in the Object Explorer viewlet.</source>
|
||||
<target state="translated">在物件總管 Viewlet 中使用的伺服器群組調色盤。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="serverTree.nodeExpansionTimeout">
|
||||
<source xml:lang="en">The timeout in seconds for expanding a node in the Servers view</source>
|
||||
<target state="translated">在伺服器檢視中展開節點的逾時 (以秒為單位)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="serverTree.useAsyncServerTree">
|
||||
<source xml:lang="en">(Preview) Use the new async server tree for the Servers view and Connection Dialog with support for new features such as dynamic node filtering.</source>
|
||||
<target state="translated">(預覽) 針對伺服器檢視及連線對話方塊使用新的非同步伺服器樹狀結構,並支援動態節點篩選等新功能。</target>
|
||||
@@ -7764,6 +7780,10 @@ Error Message: 1</source>
|
||||
<source xml:lang="en">Failed to refresh Azure account token for connection</source>
|
||||
<target state="translated">無法重新整理 Azure 帳戶權杖以建立連線</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connection.unknownProvider">
|
||||
<source xml:lang="en">Unknown provider '{0}'</source>
|
||||
<target state="translated">未知的提供者 '{0}'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connection.unsupportedServerVersionWarning">
|
||||
<source xml:lang="en">The server version is not supported by Azure Data Studio, you may still connect to it but some features in Azure Data Studio might not work as expected.</source>
|
||||
<target state="translated">Azure Data Studio 不支援伺服器版本,您仍然可以連接到伺服器版本,但 Azure Data Studio 中的某些功能可能無法如預期方式執行。</target>
|
||||
@@ -7825,8 +7845,12 @@ Error Message: 1</source>
|
||||
<target state="translated">新增帳戶...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connectionWidget.ConnectionStringError">
|
||||
<source xml:lang="en">Failed to parse the connection string.</source>
|
||||
<target state="translated">無法剖析連接字串。</target>
|
||||
<source xml:lang="en">Failed to parse the connection string. {0}</source>
|
||||
<target state="translated">無法剖析連接字串。{0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connectionWidget.ConnectionStringUndefined">
|
||||
<source xml:lang="en">No connection info returned.</source>
|
||||
<target state="translated">未傳回連線資訊。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connectionWidget.Error">
|
||||
<source xml:lang="en">Error</source>
|
||||
@@ -8047,11 +8071,11 @@ Error Message: 1</source>
|
||||
<body>
|
||||
<trans-unit id="executionPlanService.ensureCapabilitiesRegistered">
|
||||
<source xml:lang="en">Provider with id {0} was not registered after 30 seconds.</source>
|
||||
<target state="new">Provider with id {0} was not registered after 30 seconds.</target>
|
||||
<target state="translated">識別碼為 {0} 的提供者未在 30 秒後登錄。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="executionPlanService.ensureFileExtensionHandlerRegistered">
|
||||
<source xml:lang="en">Execution plan provider which supports file format '{0}' was not registered after 30 seconds.</source>
|
||||
<target state="new">Execution plan provider which supports file format '{0}' was not registered after 30 seconds.</target>
|
||||
<target state="translated">支援檔案格式 '{0}' 的執行計畫提供者未在 30 秒後登錄。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="noHandlerRegistered">
|
||||
<source xml:lang="en">No valid execution plan handler is registered</source>
|
||||
@@ -8654,6 +8678,10 @@ Error Message: 1</source>
|
||||
<source xml:lang="en">Multiple errors:</source>
|
||||
<target state="translated">多個錯誤:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="nodeExpansionTimeout">
|
||||
<source xml:lang="en">Node expansion timed out for node {0} for providers {1}</source>
|
||||
<target state="translated">提供者 {1} 節點 {0} 的節點擴充已逾時</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/services/objectExplorer/browser/objectExplorerViewTreeShim" source-language="en" datatype="plaintext" target-language="zh-Hant">
|
||||
@@ -8843,8 +8871,8 @@ Error Message: 1</source>
|
||||
<file original="src/sql/workbench/services/query/common/queryRunner" source-language="en" datatype="plaintext" target-language="zh-Hant">
|
||||
<body>
|
||||
<trans-unit id="copyFailed">
|
||||
<source xml:lang="en">Copy failed with error: {0}</source>
|
||||
<target state="translated">複製失敗,發生錯誤: {0}</target>
|
||||
<source xml:lang="en">Copy failed with error {0}</source>
|
||||
<target state="translated">複製失敗。錯誤: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="elapsedBatchTime">
|
||||
<source xml:lang="en">Batch execution time: {0}</source>
|
||||
|
||||
Reference in New Issue
Block a user