Langpack source files update for November release (main branch PR) (#21147)

* updated localized XLFS

* update to langpack source files
This commit is contained in:
Alex Ma
2022-11-07 16:23:29 -08:00
committed by GitHub
parent 87574053e0
commit aebceb8c16
260 changed files with 17115 additions and 6604 deletions

View File

@@ -182,6 +182,22 @@
</trans-unit>
</body>
</file>
<file original="src/sql/base/browser/ui/table/table" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="table.resizeColumn">
<source xml:lang="en">Provide new column width</source>
<target state="new">Provide new column width</target>
</trans-unit>
<trans-unit id="table.resizeColumn.invalid">
<source xml:lang="en">Invalid column width</source>
<target state="new">Invalid column width</target>
</trans-unit>
<trans-unit id="table.resizeColumn.negativeSize">
<source xml:lang="en">Size cannot be 0 or negative</source>
<target state="new">Size cannot be 0 or negative</target>
</trans-unit>
</body>
</file>
<file original="src/sql/base/browser/ui/taskbar/overflowActionbar" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="toggleMore">
@@ -208,6 +224,10 @@
<source xml:lang="en">In order to use Azure Data Studio in {0}, Azure Data Studio needs to restart.</source>
<target state="translated">若要在 {0} 中使用 Azure Data StudioAzure Data Studio 需要重新啟動。</target>
</trans-unit>
<trans-unit id="appName">
<source xml:lang="en">`${appName}`: e.g. Azure Data Studio.</source>
<target state="translated">'${appName}': 例如 Azure Data Studio。</target>
</trans-unit>
<trans-unit id="azuredatastudio">
<source xml:lang="en">Azure Data Studio</source>
<target state="translated">Azure Data Studio</target>
@@ -307,6 +327,14 @@
<source xml:lang="en">The object explorer item context menu</source>
<target state="translated">物件總管項目操作功能表</target>
</trans-unit>
<trans-unit id="openDefaultSettingsJson">
<source xml:lang="en">open the default settings JSON</source>
<target state="translated">開啟預設設定 JSON</target>
</trans-unit>
<trans-unit id="openDefaultSettingsJson.capitalized">
<source xml:lang="en">Open Default Settings (JSON)</source>
<target state="translated">開啟預設設定 (JSON)</target>
</trans-unit>
<trans-unit id="postDisableTooltip">
<source xml:lang="en">Please reload Azure Data Studio to disable this extension.</source>
<target state="translated">請重新載入 Azure Data Studio 以停用此延伸模組。</target>
@@ -335,10 +363,100 @@
<source xml:lang="en">Show Release Notes after an update. The Release Notes are opened in a new web browser window.</source>
<target state="translated">在更新後顯示版本資訊。版本資訊會在新的網頁瀏覽器視窗中開啟。</target>
</trans-unit>
<trans-unit id="sql.versionMismatch">
<source xml:lang="en">Extension is not compatible with Azure Data Studio {0}. Extension requires: {1}.</source>
<target state="translated">延伸模組與 Azure Data Studio {0} 不相容。延伸模組需要: {1}。</target>
</trans-unit>
<trans-unit id="sql.versionMismatchVsCode">
<source xml:lang="en">Extension is not compatible with Azure Data Studio {0}. Extension requires a newer VS Code Engine Version {1}, which is newer than what is currently supported ({2}).</source>
<target state="translated">延伸模組與 Azure Data Studio {0} 不相容。延伸模組需要更新的 VS Code 引擎版本 {1},該版本較目前支援的版本 ({2}) 更新。</target>
</trans-unit>
<trans-unit id="sql.versionSyntax">
<source xml:lang="en">Could not parse `{0}` value {1}. Please use, for example: ^1.22.0, ^1.22.x, etc.</source>
<target state="translated">無法解析 `{0}` 值 {1}。請使用範例: ^1.22.0、^1.22.x 等。</target>
</trans-unit>
<trans-unit id="sql.watcherExclude">
<source xml:lang="en">Configure glob patterns of file paths to exclude from file watching. Patterns must match on absolute paths, i.e. prefix with `**/` or the full path to match properly and suffix with `/**` to match files within a path (for example `**/build/output/**` or `/Users/name/workspaces/project/build/output/**`). Changing this setting requires a restart. When you experience Azure Data Studio consuming lots of CPU time on startup, you can exclude large folders to reduce the initial load.</source>
<target state="translated">設定檔案路徑的 Glob 模式以從檔案監看排除。模式必須符合絕對路徑,即以 `**/` 或完整路徑為前置詞以正確符合,並以 `/**` 為後置詞以符合路徑中的檔案 (例如 `**/build/output/**` 或 `/Users/name/workspaces/project/build/output/**`)。必須先重新開機才能變更此設定。若是發生 Azure Data Studio 在啟動時耗用大量 CPU 時間的情況,可以排除較大的資料夾以降低起始負載。</target>
</trans-unit>
<trans-unit id="terminal.integrated.allowChords">
<source xml:lang="en">Whether or not to allow chord keybindings in the terminal. Note that when this is true and the keystroke results in a chord it will bypass `#terminal.integrated.commandsToSkipShell#`, setting this to false is particularly useful when you want ctrl+k to go to your shell (not Azure Data Studio).</source>
<target state="translated">是否允許在終端內同步選取按鍵繫結關係。請注意,當此設定為 true 時,同步選取的按鍵輸入結果會跳過 `#terminal.integrated.commandsToSkipShell#`,如果希望按 ctrl+k 能前往殼層 (不是 Azure Data Studio),請將此項設定為 false。</target>
</trans-unit>
<trans-unit id="terminal.integrated.autoReplies">
<source xml:lang="en">A set of messages that when encountered in the terminal will be automatically responded to. Provided the message is specific enough, this can help automate away common responses.
Remarks:
- Use {0} to automatically respond to the terminate batch job prompt on Windows.
- The message includes escape sequences so the reply might not happen with styled text.
- Each reply can only happen once every second.
- Use {1} in the reply to mean the enter key.
- To unset a default key, set the value to null.
- Restart Azured Data Studio if new don't apply.</source>
<target state="translated">在終端中遇到這一組訊息時,系統將會自動回覆。如果訊息夠具體,有助於自動處理常見的回覆。
備註:
- 使用 {0} 自動回應 Windows 上的終端批次工作提示。
- 該訊息包含逸出序列,因此可能不會使用樣式文字進行回覆。
- 每個回覆每秒只能發生一次。
- 在回覆中使用 {1} 表示輸入索引鍵。
- 若要取消設定預設索引鍵,請將值設定為 null。
- 若新的不適用,請重新啟動 Azure Data Studio。</target>
</trans-unit>
<trans-unit id="terminal.integrated.commandsToSkipShell">
<source xml:lang="en">A set of command IDs whose keybindings will not be sent to the shell but instead always be handled by Azure Data Studio. This allows keybindings that would normally be consumed by the shell to act instead the same as when the terminal is not focused, for example `Ctrl+P` to launch Quick Open.
&amp;nbsp;
Many commands are skipped by default. To override a default and pass that command's keybinding to the shell instead, add the command prefixed with the `-` character. For example add `-workbench.action.quickOpen` to allow `Ctrl+P` to reach the shell.
&amp;nbsp;
The following list of default skipped commands is truncated when viewed in Settings Editor. To see the full list, {1} and search for the first command from the list below.
&amp;nbsp;
Default Skipped Commands:
{0}</source>
<target state="translated">一組命令識別碼,其按鍵繫結關係一律由 Azure Data Studio 處理,而不會傳送到殼層。如此一來,通常由殼層取用的按鍵繫結關係,將能像焦點不在終端機時般地運作。例如 `Ctrl+P` 會啟動 Quick Open。
&amp;nbsp;
根據預設,會跳過許多命令。若要覆寫預設,並將命令的按鍵繫結關係改為傳遞給殼層,請新增命令,並在其字首加上 `-` 字元。例如,新增 `-workbench.action.quickOpen` 可讓 `Ctrl+P` 傳送到殼層。
&amp;nbsp;
在設定編輯器中檢視下列預設會跳過的命令清單時,會有截斷情形。若要查看完整的清單,{1},然後從下面的清單中搜尋第一個命令。
&amp;nbsp;
預設會跳過的命令:
{0}</target>
</trans-unit>
<trans-unit id="terminal.integrated.detectLocale">
<source xml:lang="en">Controls whether to detect and set the `$LANG` environment variable to a UTF-8 compliant option since Azure Data Studio's terminal only supports UTF-8 encoded data coming from the shell.</source>
<target state="translated">因為 Azure Data Studio 的終端只支援來自殼層的 UTF-8 編碼資料,所以控制是否要偵測 `$LANG` 環境變數,並將其設為 UTF-8 相容選項。</target>
</trans-unit>
<trans-unit id="terminal.integrated.env.linux">
<source xml:lang="en">Object with environment variables that will be added to the Azure Data Studio process to be used by the terminal on Linux. Set to `null` to delete the environment variable.</source>
<target state="translated">具有環境變數的物件,會新增至 Linux 終端使用的 Azure Data Studio 處理序。設為 `null` 可刪除環境變數。</target>
</trans-unit>
<trans-unit id="terminal.integrated.env.osx">
<source xml:lang="en">Object with environment variables that will be added to the Azure Data Studio process to be used by the terminal on macOS. Set to `null` to delete the environment variable.</source>
<target state="translated">具有環境變數的物件,會新增至 macOS 終端使用的 Azure Data Studio 處理序。設為 `null` 可刪除環境變數。</target>
</trans-unit>
<trans-unit id="terminal.integrated.env.windows">
<source xml:lang="en">Object with environment variables that will be added to the Azure Data Studio process to be used by the terminal on Windows. Set to `null` to delete the environment variable.</source>
<target state="translated">具有環境變數的物件,會新增至 Windows 終端使用的 Azure Data Studio 處理序。設為 `null` 可刪除環境變數。</target>
</trans-unit>
<trans-unit id="terminal.integrated.inheritEnv">
<source xml:lang="en">Whether new shells should inherit their environment from Azure Data Studio, which may source a login shell to ensure $PATH and other development variables are initialized. This has no effect on Windows.</source>
<target state="translated">新殼層是否應該從 Azure Data Studio 繼承其環境,而 VS Code 可能會提供登入殼層,以確保 $PATH 和其他開發變數已初始化。這對 Windows 沒有影響。</target>
</trans-unit>
<trans-unit id="uninstallExtensionComplete">
<source xml:lang="en">Please reload Azure Data Studio to complete the uninstallation of the extension {0}.</source>
<target state="translated">請重新載入 Azure Data Studio 以完成延伸模組 {0} 的解除安裝。</target>
@@ -377,6 +495,14 @@
</trans-unit>
</body>
</file>
<file original="src/sql/base/parts/tree/browser/treeDefaults" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="collapse all">
<source xml:lang="en">Collapse All</source>
<target state="translated">全部摺疊</target>
</trans-unit>
</body>
</file>
<file original="src/sql/platform/accounts/common/accountActions" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="NoAccountToRefresh">
@@ -445,6 +571,18 @@
</trans-unit>
</body>
</file>
<file original="src/sql/platform/connection/common/providerConnectionInfo" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="connection.unsupported">
<source xml:lang="en">Unsupported connection</source>
<target state="translated">不支援的連線</target>
</trans-unit>
<trans-unit id="loading">
<source xml:lang="en">Loading...</source>
<target state="translated">正在載入...</target>
</trans-unit>
</body>
</file>
<file original="src/sql/platform/dashboard/browser/insightRegistry" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="schema.dashboardWidgets.InsightsRegistry">
@@ -471,6 +609,10 @@
</file>
<file original="src/sql/platform/serialization/common/serializationService" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="missingSerializationProviderError">
<source xml:lang="en">Could not find a serialization provider with the specified ID '{0}'</source>
<target state="translated">找不到具有指定識別碼 '{0}' 的序列化提供者</target>
</trans-unit>
<trans-unit id="noSerializationProvider">
<source xml:lang="en">Cannot serialize data as no provider has been registered</source>
<target state="translated">因為未註冊任何提供者,所以無法序列化資料</target>
@@ -487,14 +629,14 @@
</file>
<file original="src/sql/platform/theme/common/colorRegistry" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="buttonDropdo0wnBoxShadow">
<source xml:lang="en">The button dropdown box shadow color</source>
<target state="translated">按鈕下拉式清單方塊陰影色彩</target>
</trans-unit>
<trans-unit id="buttonDropdownBackgroundHover">
<source xml:lang="en">The button dropdown background hover color</source>
<target state="translated">按鈕下拉式清單背景暫留色彩</target>
</trans-unit>
<trans-unit id="buttonDropdownBoxShadow">
<source xml:lang="en">The button dropdown box shadow color</source>
<target state="translated">按鈕下拉式清單方塊陰影色彩</target>
</trans-unit>
<trans-unit id="calloutDialogBodyBackground">
<source xml:lang="en">Callout dialog body background.</source>
<target state="translated">圖說文字對話方塊內文背景。</target>
@@ -1160,6 +1302,14 @@
</file>
<file original="src/sql/workbench/browser/modal/optionsDialogHelper" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="boolean.false">
<source xml:lang="en">False</source>
<target state="translated">False</target>
</trans-unit>
<trans-unit id="boolean.true">
<source xml:lang="en">True</source>
<target state="translated">True</target>
</trans-unit>
<trans-unit id="optionsDialog.defaultGroupName">
<source xml:lang="en">General</source>
<target state="translated">一般</target>
@@ -1316,10 +1466,6 @@
<source xml:lang="en">No script was returned when scripting as {0} on object {1}</source>
<target state="translated">在物件 {1} 指令碼為 {0} 時無回傳任何指令碼</target>
</trans-unit>
<trans-unit id="scriptSelectNotFound">
<source xml:lang="en">No script was returned when calling select script on object </source>
<target state="translated">在物件上呼叫選取的指令碼時沒有回傳任何指令碼</target>
</trans-unit>
<trans-unit id="scriptingFailed">
<source xml:lang="en">Scripting Failed</source>
<target state="translated">指令碼失敗</target>
@@ -1328,6 +1474,14 @@
<source xml:lang="en">Select</source>
<target state="translated">選擇</target>
</trans-unit>
<trans-unit id="selectScriptForEditNotGeneratedError">
<source xml:lang="en">Failed to generate script for Edit Data editor.</source>
<target state="translated">無法為「編輯資料」編輯器產生指令碼。</target>
</trans-unit>
<trans-unit id="selectScriptNotGeneratedError">
<source xml:lang="en">Failed to generate select script for the selected object.</source>
<target state="translated">無法為選取的物件產生選取指令碼。</target>
</trans-unit>
<trans-unit id="updateOperationName">
<source xml:lang="en">Update</source>
<target state="translated">更新</target>
@@ -3172,6 +3326,10 @@
</file>
<file original="src/sql/workbench/contrib/dataExplorer/browser/dataExplorerViewlet" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="ads-connections">
<source xml:lang="en">Icon represent a server.</source>
<target state="translated">代表伺服器的圖示。</target>
</trans-unit>
<trans-unit id="dataExplorer.servers">
<source xml:lang="en">Servers</source>
<target state="translated">伺服器</target>
@@ -3272,6 +3430,10 @@
<source xml:lang="en">Save As JSON</source>
<target state="translated">另存為 JSON</target>
</trans-unit>
<trans-unit id="saveAsMarkdown">
<source xml:lang="en">Save As Markdown</source>
<target state="translated">另存為 Markdown</target>
</trans-unit>
<trans-unit id="saveAsXml">
<source xml:lang="en">Save As XML</source>
<target state="translated">另存為 XML</target>
@@ -3284,6 +3446,10 @@
</file>
<file original="src/sql/workbench/contrib/executionPlan/browser/azdataGraphView" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="executionPlanComparison.bottomPlanDiagram.ariaLabel">
<source xml:lang="en">{0}, use arrow keys to navigate between nodes</source>
<target state="translated">{0},使用方向鍵在節點之間瀏覽</target>
</trans-unit>
<trans-unit id="invalidExecutionPlanZoomError">
<source xml:lang="en">Zoom level cannot be 0 or negative</source>
<target state="translated">縮放比例不可以是 0 或負數</target>
@@ -3293,8 +3459,24 @@
<file original="src/sql/workbench/contrib/executionPlan/browser/compareExecutionPlanInput" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="epCompare.editorName">
<source xml:lang="en">Compare Execution Plans</source>
<target state="translated">比較執行計畫</target>
<source xml:lang="en">CompareExecutionPlans</source>
<target state="translated">CompareExecutionPlans</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/executionPlan/browser/constants" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="ep.propertiesSearchDescription">
<source xml:lang="en">Search properties table</source>
<target state="translated">搜尋屬性表格</target>
</trans-unit>
<trans-unit id="ep.searchPlaceholder">
<source xml:lang="en">Filter for any field...</source>
<target state="translated">篩選任何欄位...</target>
</trans-unit>
<trans-unit id="ep.topOperationsSearchDescription">
<source xml:lang="en">Search top operations</source>
<target state="translated">搜尋前幾項作業</target>
</trans-unit>
</body>
</file>
@@ -3320,14 +3502,14 @@
<source xml:lang="en">Loading execution plan</source>
<target state="translated">正在載入執行計畫</target>
</trans-unit>
<trans-unit id="epComapre.placeholderInfoboxText">
<source xml:lang="en">Add execution plans to compare</source>
<target state="translated">新增執行計畫以進行比較</target>
</trans-unit>
<trans-unit id="epCompare.FileFilterDescription">
<source xml:lang="en">Execution Plan Files</source>
<target state="translated">執行計畫檔案</target>
</trans-unit>
<trans-unit id="epCompare.addExecutionPlanLabel">
<source xml:lang="en">Add execution plan</source>
<target state="translated">新增執行計畫</target>
</trans-unit>
<trans-unit id="epCompare.comparePropertiesAction">
<source xml:lang="en">Properties</source>
<target state="translated">屬性</target>
@@ -3364,6 +3546,22 @@
<source xml:lang="en">Zoom to fit</source>
<target state="translated">縮放至適當比例</target>
</trans-unit>
<trans-unit id="executionPlanComparison.bottomPlanDiagram.name">
<source xml:lang="en">Bottom execution Plan {0}</source>
<target state="translated">底層執行計畫 {0}</target>
</trans-unit>
<trans-unit id="executionPlanComparison.topPlanDiagram.name">
<source xml:lang="en">Top execution Plan {0}</source>
<target state="translated">頂層執行計畫 {0}</target>
</trans-unit>
<trans-unit id="executionPlanDisableTooltip">
<source xml:lang="en">Tooltips disabled</source>
<target state="translated">已停用工具提示</target>
</trans-unit>
<trans-unit id="executionPlanEnableTooltip">
<source xml:lang="en">Tooltips enabled</source>
<target state="translated">已啟用工具提示</target>
</trans-unit>
<trans-unit id="queryDropdownPrefix">
<source xml:lang="en">Query {0} of {1}: {2}</source>
<target state="translated">查詢{0}/{1}: {2}</target>
@@ -3372,30 +3570,38 @@
</file>
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanComparisonPropertiesView" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="executionPlanComparisonPropertiesBottomOperation">
<source xml:lang="en">Bottom operation: {0}</source>
<target state="translated">基本作業: {0}</target>
</trans-unit>
<trans-unit id="executionPlanComparisonPropertiesLeftOperation">
<source xml:lang="en">Left operation: {0}</source>
<target state="translated">左側作業: {0}</target>
</trans-unit>
<trans-unit id="executionPlanComparisonPropertiesRightOperation">
<source xml:lang="en">Right operation: {0}</source>
<target state="translated">右側作業: {0}</target>
</trans-unit>
<trans-unit id="executionPlanComparisonPropertiesTopOperation">
<source xml:lang="en">Top operation: {0}</source>
<target state="translated">最主要作業: {0}</target>
</trans-unit>
<trans-unit id="executionPlanPropertiesEdgeOperationName">
<source xml:lang="en">Edge</source>
<target state="translated">邊緣</target>
</trans-unit>
<trans-unit id="nodePropertyViewBottomOperation">
<source xml:lang="en">Bottom operation: {0}</source>
<target state="translated">底部作業: {0}</target>
</trans-unit>
<trans-unit id="nodePropertyViewLeftOperation">
<source xml:lang="en">Left operation: {0}</source>
<target state="translated">左側作業: {0}</target>
</trans-unit>
<trans-unit id="nodePropertyViewNameEquivalentPropertiesRowHeader">
<source xml:lang="en">Equivalent Properties</source>
<target state="translated">對等屬性</target>
</trans-unit>
<trans-unit id="nodePropertyViewNameGreaterThanTitle">
<source xml:lang="en">Greater than</source>
<target state="translated">大於</target>
</trans-unit>
<trans-unit id="nodePropertyViewNameLessThanTitle">
<source xml:lang="en">Less than</source>
<target state="translated">小於</target>
</trans-unit>
<trans-unit id="nodePropertyViewNameNameColumnHeader">
<source xml:lang="en">Name</source>
<target state="translated">名稱</target>
</trans-unit>
<trans-unit id="nodePropertyViewNameNotEqualTitle">
<source xml:lang="en">Not equal to</source>
<target state="translated">不等於</target>
</trans-unit>
<trans-unit id="nodePropertyViewNameValueColumnBottomHeader">
<source xml:lang="en">Value (Bottom Plan)</source>
<target state="translated">值 (基本計畫)</target>
@@ -3412,10 +3618,22 @@
<source xml:lang="en">Value (Top Plan)</source>
<target state="translated">值 (主要計畫)</target>
</trans-unit>
<trans-unit id="nodePropertyViewRightOperation">
<source xml:lang="en">Right operation: {0}</source>
<target state="translated">右側作業: {0}</target>
</trans-unit>
<trans-unit id="nodePropertyViewTopOperation">
<source xml:lang="en">Top operation: {0}</source>
<target state="translated">頂端作業: {0}</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanContribution" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="executionPlan.tooltips.enableOnHoverTooltips">
<source xml:lang="en">When true, enables tooltips on hover for execution plan. When false, tooltips are shown on node click or F3 key press.</source>
<target state="translated">若為 true會在暫留時啟用執行計畫暫留的工具提示。若為 false則會在節點點擊或 F3 按鍵時顯示工具提示。</target>
</trans-unit>
<trans-unit id="executionPlanCompareCommandOriginalValue">
<source xml:lang="en">Compare execution plans</source>
<target state="translated">比較執行計畫</target>
@@ -3424,6 +3642,10 @@
<source xml:lang="en">Compare execution plans</source>
<target state="translated">比較執行計畫</target>
</trans-unit>
<trans-unit id="executionPlanConfigurationTitle">
<source xml:lang="en">Execution Plan</source>
<target state="translated">執行計畫</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanEditor" source-language="en" datatype="plaintext" target-language="zh-Hant">
@@ -3472,6 +3694,14 @@
<source xml:lang="en">Copy</source>
<target state="translated">複製</target>
</trans-unit>
<trans-unit id="executionPlanCollapseAllProperties">
<source xml:lang="en">Collapse All</source>
<target state="translated">全部摺疊</target>
</trans-unit>
<trans-unit id="executionPlanExpandAllProperties">
<source xml:lang="en">Expand All</source>
<target state="translated">全部展開</target>
</trans-unit>
<trans-unit id="executionPlanPropertyViewClose">
<source xml:lang="en">Close</source>
<target state="translated">關閉</target>
@@ -3497,8 +3727,8 @@
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanTab" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="executionPlanTitle">
<source xml:lang="en">Query Plan (Preview)</source>
<target state="translated">查詢計劃 (預覽)</target>
<source xml:lang="en">Query Plan</source>
<target state="translated">查詢計劃</target>
</trans-unit>
</body>
</file>
@@ -3517,8 +3747,8 @@
<target state="translated">全選</target>
</trans-unit>
<trans-unit id="planTreeTab.title">
<source xml:lang="en">Plan Tree (Preview)</source>
<target state="translated">計畫樹狀目錄 (預覽)</target>
<source xml:lang="en">Plan Tree</source>
<target state="translated">方案樹狀</target>
</trans-unit>
<trans-unit id="topOperationsTableTitle">
<source xml:lang="en">Execution Plan Tree</source>
@@ -3532,6 +3762,10 @@
<source xml:lang="en">Execution Plan Files</source>
<target state="translated">執行計畫檔案</target>
</trans-unit>
<trans-unit id="executionPlan.diagram.ariaLabel">
<source xml:lang="en">Execution Plan {0}</source>
<target state="translated">執行計畫 {0}</target>
</trans-unit>
<trans-unit id="executionPlanCompareExecutionPlanAction">
<source xml:lang="en">Compare execution plan</source>
<target state="translated">比較執行計畫</target>
@@ -3560,6 +3794,10 @@
<source xml:lang="en">Zoom to fit</source>
<target state="translated">縮放至適當比例</target>
</trans-unit>
<trans-unit id="executionPlanHighlightExpensiveOperationAction">
<source xml:lang="en">Highlight Expensive Operation</source>
<target state="translated">醒目提示成本過高的作業</target>
</trans-unit>
<trans-unit id="executionPlanOpenGraphFile">
<source xml:lang="en">Show Query Plan XML</source>
<target state="translated">顯示查詢計劃 XML</target>
@@ -3619,8 +3857,8 @@
<target state="translated">全選</target>
</trans-unit>
<trans-unit id="topOperationsTabTitle">
<source xml:lang="en">Top Operations (Preview)</source>
<target state="translated">前幾項作業 (預覽)</target>
<source xml:lang="en">Top Operations</source>
<target state="translated">頂層作業</target>
</trans-unit>
<trans-unit id="topOperationsTableTitle">
<source xml:lang="en">Top Operations</source>
@@ -3631,16 +3869,16 @@
<file original="src/sql/workbench/contrib/executionPlan/browser/widgets/customZoomWidget" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="cancelCustomZoomAction">
<source xml:lang="en">Close (Escape)</source>
<target state="translated">關閉 (逸出)</target>
<source xml:lang="en">Close</source>
<target state="translated">關閉</target>
</trans-unit>
<trans-unit id="customZoomApplyButton">
<source xml:lang="en">Apply</source>
<target state="translated">套用</target>
</trans-unit>
<trans-unit id="customZoomApplyButtonTitle">
<source xml:lang="en">Apply Zoom (Enter)</source>
<target state="translated">套用縮放 (輸入)</target>
<source xml:lang="en">Apply Zoom</source>
<target state="translated">套用縮放</target>
</trans-unit>
<trans-unit id="invalidCustomZoomError">
<source xml:lang="en">Select a zoom value between 1 to 200</source>
@@ -3651,16 +3889,96 @@
<target state="translated">顯示比例 (百分比)</target>
</trans-unit>
<trans-unit id="zoomAction">
<source xml:lang="en">Zoom (Enter)</source>
<target state="translated">縮放 (輸入)</target>
<source xml:lang="en">Zoom</source>
<target state="translated">縮放</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/executionPlan/browser/widgets/highlightExpensiveNodeWidget" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="actualNumberOfRowsForAllExecutionsAction">
<source xml:lang="en">Actual Number of Rows For All Executions</source>
<target state="translated">所有執行的實際資料列數目</target>
</trans-unit>
<trans-unit id="cancelExpensiveOperationAction">
<source xml:lang="en">Close</source>
<target state="translated">關閉</target>
</trans-unit>
<trans-unit id="executionPlanActualElapsedCpuTime">
<source xml:lang="en">Actual Elapsed CPU Time</source>
<target state="translated">實際經過的 CPU 時間</target>
</trans-unit>
<trans-unit id="executionPlanActualElapsedTime">
<source xml:lang="en">Actual Elapsed Time</source>
<target state="translated">實際經過時間</target>
</trans-unit>
<trans-unit id="executionPlanCost">
<source xml:lang="en">Cost</source>
<target state="translated">成本</target>
</trans-unit>
<trans-unit id="executionPlanNumberOfRowsRead">
<source xml:lang="en">Number of Rows Read</source>
<target state="translated">讀取的資料列數</target>
</trans-unit>
<trans-unit id="executionPlanOff">
<source xml:lang="en">Off</source>
<target state="translated">關閉</target>
</trans-unit>
<trans-unit id="executionPlanSelectExpenseMetricTitle">
<source xml:lang="en">Select expense metric</source>
<target state="translated">選取費用計量</target>
</trans-unit>
<trans-unit id="executionPlanSubtreeCost">
<source xml:lang="en">Subtree Cost</source>
<target state="translated">樹狀子目錄成本</target>
</trans-unit>
<trans-unit id="expensiveOperationLabel">
<source xml:lang="en">Metric:</source>
<target state="translated">計量:</target>
</trans-unit>
<trans-unit id="highlightExpensiveOperationAction">
<source xml:lang="en">Apply</source>
<target state="translated">套用</target>
</trans-unit>
<trans-unit id="highlightExpensiveOperationApplyButton">
<source xml:lang="en">Apply</source>
<target state="translated">套用</target>
</trans-unit>
<trans-unit id="highlightExpensiveOperationButtonTitle">
<source xml:lang="en">Highlight Expensive Operation</source>
<target state="translated">醒目提示成本過高的作業</target>
</trans-unit>
<trans-unit id="qp.expensiveOperationMetric.dontShowAgain">
<source xml:lang="en">Don't Show Again</source>
<target state="translated">不要再顯示</target>
</trans-unit>
<trans-unit id="qp.expensiveOperationMetric.no">
<source xml:lang="en">No</source>
<target state="translated">否</target>
</trans-unit>
<trans-unit id="qp.expensiveOperationMetric.yes">
<source xml:lang="en">Yes</source>
<target state="translated">是</target>
</trans-unit>
<trans-unit id="queryExecutionPlan.showUpdateDefaultMetricInfo">
<source xml:lang="en">Set chosen metric as the default for query execution plans?</source>
<target state="translated">要將選取的計量設定為查詢執行計畫的預設值嗎?</target>
</trans-unit>
<trans-unit id="turnOffExpensiveHighlightingOperationAction">
<source xml:lang="en">Off</source>
<target state="translated">關閉</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/executionPlan/browser/widgets/nodeSearchWidget" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="cancelSearchAction">
<source xml:lang="en">Close (Escape)</source>
<target state="translated">關閉 (逸出)</target>
<source xml:lang="en">Close</source>
<target state="translated">關閉</target>
</trans-unit>
<trans-unit id="executionPlanEnterValueTitle">
<source xml:lang="en">Enter search value</source>
<target state="translated">輸入搜尋值</target>
</trans-unit>
<trans-unit id="executionPlanSearchTypeContains">
<source xml:lang="en">Contains</source>
@@ -3670,13 +3988,29 @@
<source xml:lang="en">Equals</source>
<target state="translated">等於</target>
</trans-unit>
<trans-unit id="executionPlanSelectPropertyTitle">
<source xml:lang="en">Select property</source>
<target state="translated">選取屬性</target>
</trans-unit>
<trans-unit id="executionPlanSelectSearchTypeTitle">
<source xml:lang="en">Select search type</source>
<target state="translated">選取搜尋類型</target>
</trans-unit>
<trans-unit id="nextSearchItemAction">
<source xml:lang="en">Next Match (Enter)</source>
<target state="translated">下一個相符項目 (Enter)</target>
<source xml:lang="en">Next Match</source>
<target state="translated">下一個相符項目</target>
</trans-unit>
<trans-unit id="previousSearchItemAction">
<source xml:lang="en">Previous Match (Shift+Enter)</source>
<target state="translated">上一個相符項目 (Shift+Enter)</target>
<source xml:lang="en">Previous Match</source>
<target state="translated">上一個相符項目</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/executionPlan/common/executionPlanInput" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="epCompare.executionPlanEditorName">
<source xml:lang="en">ExecutionPlan</source>
<target state="translated">ExecutionPlan</target>
</trans-unit>
</body>
</file>
@@ -5108,6 +5442,10 @@ Error: {1}</source>
</file>
<file original="src/sql/workbench/contrib/notebook/browser/notebookExplorer/notebookExplorerViewlet" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="ads-notebook">
<source xml:lang="en">Icon represent a notebook.</source>
<target state="translated">代表筆記本的圖示。</target>
</trans-unit>
<trans-unit id="notebookExplorer.name">
<source xml:lang="en">Notebooks</source>
<target state="translated">筆記本</target>
@@ -5436,6 +5774,10 @@ Error: {1}</source>
<source xml:lang="en">Data</source>
<target state="translated">資料</target>
</trans-unit>
<trans-unit id="executionPlan">
<source xml:lang="en">Execution Plan</source>
<target state="translated">執行計畫</target>
</trans-unit>
<trans-unit id="notebook">
<source xml:lang="en">Notebook</source>
<target state="translated">Notebook</target>
@@ -5684,6 +6026,10 @@ Error: {1}</source>
<source xml:lang="en">Save As JSON</source>
<target state="translated">另存為 JSON</target>
</trans-unit>
<trans-unit id="saveAsMarkdown">
<source xml:lang="en">Save As Markdown</source>
<target state="translated">另存為 Markdown</target>
</trans-unit>
<trans-unit id="saveAsXml">
<source xml:lang="en">Save As XML</source>
<target state="translated">另存為 XML</target>
@@ -5904,6 +6250,22 @@ Error: {1}</source>
<source xml:lang="en">Character used for enclosing text fields when saving results as CSV</source>
<target state="translated">將結果另存為 CSV 時,用於括住文字欄位的字元</target>
</trans-unit>
<trans-unit id="queryEditor.results.saveAsExcel.includeHeaders">
<source xml:lang="en">When true, column headers are included when saving results as an Excel file</source>
<target state="translated">若設定為 true會在將結果另存為 Excel 檔案時包含資料行標題</target>
</trans-unit>
<trans-unit id="queryEditor.results.saveAsMarkdown.encoding">
<source xml:lang="en">File encoding used when saving results as Markdown</source>
<target state="translated">將結果另存為 Markdown 時,要使用的檔案編碼</target>
</trans-unit>
<trans-unit id="queryEditor.results.saveAsMarkdown.includeHeaders">
<source xml:lang="en">When true, column headers are included when saving results as a Markdown file</source>
<target state="translated">若設定為 true會在將結果另存為 Markdown 檔案時包含資料行標題</target>
</trans-unit>
<trans-unit id="queryEditor.results.saveAsMarkdown.lineSeparator">
<source xml:lang="en">Character(s) to use to separate lines when exporting to Markdown, defaults to system line endings</source>
<target state="translated">匯出至 Markdown 時,要用於分隔行的字元,預設為系統行結尾</target>
</trans-unit>
<trans-unit id="queryEditor.results.saveAsXml.encoding">
<source xml:lang="en">File encoding used when saving results as XML</source>
<target state="translated">將結果另存為 XML 時,要使用的檔案編碼</target>
@@ -6136,6 +6498,10 @@ Error: {1}</source>
<source xml:lang="en">Resource Viewer</source>
<target state="translated">資源檢視器</target>
</trans-unit>
<trans-unit id="resourceViewerIcon">
<source xml:lang="en">Icon for resource viewer.</source>
<target state="translated">資源檢視器的圖示。</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/resourceViewer/browser/resourceViewerActions" source-language="en" datatype="plaintext" target-language="zh-Hant">
@@ -6302,14 +6668,6 @@ Error: {1}</source>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/tableDesigner/browser/tableDesignerEditor" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="tableDesigner.PreviewFeature">
<source xml:lang="en">Preview feature</source>
<target state="translated">預覽功能</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/tasks/browser/tasks.contribution" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="inProgressTasksChangesBadge">
@@ -6468,6 +6826,22 @@ Error: {1}</source>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/welcome/notifyEncryption/notifyEncryptionDialog" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="notifyEncryption.message">
<source xml:lang="en">Azure Data Studio now has encryption enabled by default for all SQL Server connections. This may result in your existing connections no longer working unless certain Encryption related connection properties are changed.{0}We recommend you review the link below for more details.</source>
<target state="new">Azure Data Studio now has encryption enabled by default for all SQL Server connections. This may result in your existing connections no longer working unless certain Encryption related connection properties are changed.{0}We recommend you review the link below for more details.</target>
</trans-unit>
<trans-unit id="notifyEncryption.moreInfoLink">
<source xml:lang="en">More information</source>
<target state="translated">詳細資訊</target>
</trans-unit>
<trans-unit id="notifyEncryption.title">
<source xml:lang="en">Important Update</source>
<target state="translated">重要更新</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/welcome/page/browser/az_data_welcome_page" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="welcomePage.createConnection">
@@ -6828,6 +7202,49 @@ Error: {1}</source>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/welcome/page/browser/welcomePage.contribution" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="miWelcome">
<source xml:lang="en">&amp;&amp;Welcome</source>
<note>&amp;&amp; denotes a mnemonic</note>
<target state="translated">歡迎使用(&amp;&amp;W)</target>
</trans-unit>
<trans-unit id="workbench.startupEditor">
<source xml:lang="en">Controls which editor is shown at startup, if none are restored from the previous session.</source>
<target state="translated">控制在啟動時顯示哪個編輯器,若沒有,則從上個工作階段還原。</target>
</trans-unit>
<trans-unit id="workbench.startupEditor.newUntitledFile">
<source xml:lang="en">Open a new untitled file (only applies when opening an empty window).</source>
<note>This is the description for a setting. Values surrounded by single quotes are not to be translated.</note>
<target state="translated">開啟一個新的無標題檔案 (僅在開啟空白視窗時適用)。</target>
</trans-unit>
<trans-unit id="workbench.startupEditor.none">
<source xml:lang="en">Start without an editor.</source>
<note>This is the description for a setting. Values surrounded by single quotes are not to be translated.</note>
<target state="translated">不使用編輯器開始。</target>
</trans-unit>
<trans-unit id="workbench.startupEditor.readme">
<source xml:lang="en">Open the README when opening a folder that contains one, fallback to 'welcomePage' otherwise. Note: This is only observed as a global configuration, it will be ignored if set in a workspace or folder configuration.</source>
<note>This is the description for a setting. Values surrounded by single quotes are not to be translated.</note>
<target state="translated">開啟資料夾時,如果當中包含讀我檔案就開啟讀我檔案,否則改為開啟 'welcomePage'。注意: 只會監看全域設定中的設定,如果是在工作區或資料夾設定中的設定,則會忽略。</target>
</trans-unit>
<trans-unit id="workbench.startupEditor.welcomePage">
<source xml:lang="en">Open the Welcome page, with content to aid in getting started with Azure Data Studio and extensions.</source>
<note>This is the description for a setting. Values surrounded by single quotes are not to be translated.</note>
<target state="translated">開啟包含協助開始使用 Azure Data Studio 和延伸模組內容的歡迎頁面。</target>
</trans-unit>
<trans-unit id="workbench.startupEditor.welcomePageInEmptyWorkbench">
<source xml:lang="en">Open the Welcome page when opening an empty workbench.</source>
<note>This is the description for a setting. Values surrounded by single quotes are not to be translated.</note>
<target state="translated">在開啟空的工作台時開啟歡迎頁面。</target>
</trans-unit>
<trans-unit id="workbench.startupEditor.welcomePageWithTour">
<source xml:lang="en">Open the welcome page with Getting Started Tour (default)</source>
<note>This is the description for a setting. Values surrounded by single quotes are not to be translated.</note>
<target state="translated">使用使用者入門導覽 (預設) 開啟歡迎頁面</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/accountManagement/browser/accountDialog" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="accountDialog.addConnection">
@@ -7134,6 +7551,10 @@ Error: {1}</source>
<source xml:lang="en">Connection error</source>
<target state="translated">連線錯誤</target>
</trans-unit>
<trans-unit id="enableTrustServerCertificate">
<source xml:lang="en">Enable Trust server certificate</source>
<target state="translated">啟用信任伺服器憑證</target>
</trans-unit>
<trans-unit id="kerberosErrorStart">
<source xml:lang="en">Connection failed due to Kerberos error.</source>
<target state="translated">因為 Kerberos 錯誤導致連線失敗。</target>
@@ -7146,6 +7567,18 @@ Error: {1}</source>
<source xml:lang="en">If you have previously connected you may need to re-run kinit.</source>
<target state="translated">如果您之前曾連線,則可能需要重新執行 kinit。</target>
</trans-unit>
<trans-unit id="runKinit">
<source xml:lang="en">Run Kinit</source>
<target state="translated">執行 Kinit</target>
</trans-unit>
<trans-unit id="trustServerCertInstructionText">
<source xml:lang="en">Encryption was enabled on this connection, review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog.
Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? </source>
<target state="translated">已在此連線上啟用加密、檢閱目標 SQL Server 的 SSL 與憑證設定,或在連線對話方塊中啟用 [信任伺服器憑證]。
注意: 自我簽署憑證只提供有限的保護,且不是實際執行環境的建議做法。您要在此連線上啟用 [信任伺服器憑證] 並重試嗎? </target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/connection/browser/connectionDialogWidget" source-language="en" datatype="plaintext" target-language="zh-Hant">
@@ -7174,26 +7607,10 @@ Error: {1}</source>
<source xml:lang="en">Connect</source>
<target state="translated">連線</target>
</trans-unit>
<trans-unit id="connectionDialog.connectionProviderNotSupported">
<source xml:lang="en">The extension that supports provider type '{0}' is not currently installed. Please install it and try again.</source>
<target state="translated">目前未安裝支援提供者類型 '{0}' 的延伸模組。請安裝並再試一次。</target>
</trans-unit>
<trans-unit id="connectionDialog.extensionNotInstalled">
<source xml:lang="en">The extension '{0}' is required in order to connect to this resource. Please install it and try again.</source>
<target state="translated">需要延伸模組 '{0}' 才能連線到此資源。請安裝並再試一次。</target>
</trans-unit>
<trans-unit id="connectionDialog.recentConnections">
<source xml:lang="en">Recent Connections</source>
<target state="translated">最近的連線</target>
</trans-unit>
<trans-unit id="connectionDialog.viewExtension">
<source xml:lang="en">View Extension</source>
<target state="translated">檢視延伸模組</target>
</trans-unit>
<trans-unit id="connectionDialog.viewExtensions">
<source xml:lang="en">View Extensions</source>
<target state="translated">檢視延伸模組</target>
</trans-unit>
<trans-unit id="noRecentConnections">
<source xml:lang="en">No recent connection</source>
<target state="translated">沒有最近使用的連線</target>
@@ -7210,6 +7627,10 @@ Error: {1}</source>
<source xml:lang="en">Are you sure you want to cancel this connection?</source>
<target state="translated">您確定要取消此連線嗎?</target>
</trans-unit>
<trans-unit id="connection.extensionNotInstalled">
<source xml:lang="en">The extension '{0}' is required in order to connect to this resource. Do you want to install it?</source>
<target state="translated">需要延伸模組 '{0}' 才能連線到此資源。是否要安裝?</target>
</trans-unit>
<trans-unit id="connection.invalidConnectionResult">
<source xml:lang="en">Connection result is invalid</source>
<target state="translated">連線結果無效。</target>
@@ -7230,6 +7651,10 @@ Error: {1}</source>
<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>
</trans-unit>
<trans-unit id="connectionDialog.connectionProviderNotSupported">
<source xml:lang="en">The extension that supports provider type '{0}' is not currently installed. Do you want to view the extensions?</source>
<target state="translated">目前未安裝支援提供者類型 '{0}' 之延伸模組。您要檢視延伸模組嗎?</target>
</trans-unit>
<trans-unit id="connectionManagementService.noProviderForUri">
<source xml:lang="en">Could not find provider for uri: {0}</source>
<target state="translated">找不到 URI: {0} 的提供者</target>
@@ -7258,6 +7683,14 @@ Error: {1}</source>
<source xml:lang="en">Advanced...</source>
<target state="translated">進階...</target>
</trans-unit>
<trans-unit id="boolean.false">
<source xml:lang="en">False</source>
<target state="translated">False</target>
</trans-unit>
<trans-unit id="boolean.true">
<source xml:lang="en">True</source>
<target state="translated">True</target>
</trans-unit>
<trans-unit id="connection.azureAccountDropdownLabel">
<source xml:lang="en">Account</source>
<target state="translated">帳戶</target>
@@ -7406,6 +7839,10 @@ Error: {1}</source>
<source xml:lang="en">OK</source>
<target state="translated">確定</target>
</trans-unit>
<trans-unit id="errorMessageDialog.readMore">
<source xml:lang="en">Read More</source>
<target state="translated">深入了解</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/errorMessage/browser/errorMessageService" source-language="en" datatype="plaintext" target-language="zh-Hant">
@@ -7961,14 +8398,6 @@ Error: {1}</source>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/objectExplorer/browser/asyncServerTreeRenderer" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="loading">
<source xml:lang="en">Loading...</source>
<target state="translated">正在載入...</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/objectExplorer/browser/connectionTreeAction" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="DisconnectAction">
@@ -8041,14 +8470,6 @@ Error: {1}</source>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/objectExplorer/browser/serverTreeRenderer" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="loading">
<source xml:lang="en">Loading...</source>
<target state="translated">正在載入...</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/objectExplorer/browser/treeCreationUtils" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="serversAriaLabel">
@@ -8263,6 +8684,10 @@ Error: {1}</source>
<source xml:lang="en">JSON</source>
<target state="translated">JSON</target>
</trans-unit>
<trans-unit id="resultsSerializer.saveAsFileExtensionMarkdownTitle">
<source xml:lang="en">Markdown</source>
<target state="translated">Markdown</target>
</trans-unit>
<trans-unit id="resultsSerializer.saveAsFileExtensionTXTTitle">
<source xml:lang="en">Plain Text</source>
<target state="translated">純文字</target>
@@ -8527,10 +8952,6 @@ Error: {1}</source>
<source xml:lang="en">Cancel</source>
<target state="translated">取消</target>
</trans-unit>
<trans-unit id="serverGroup.colorValue">
<source xml:lang="en">Group Color: {0}</source>
<target state="translated">群組色彩: {0}</target>
</trans-unit>
<trans-unit id="serverGroup.ok">
<source xml:lang="en">OK</source>
<target state="translated">確定</target>