Files
azuredatastudio/resources/xlf/zh-hant/Microsoft.query-history.zh-Hant.xlf
Alex Ma 523dd8ad4b Langpack Source update with fix for hashed strings (#24400)
* Initial update to german vscode

* more cleanup for vscode git german.

* added working alias replacer, need to add all string entities

* added aliased bundle strings

* added extension files, need to update package and readme

* added update to changelog, and restored vscode extensions

* added comments
2023-09-14 10:10:49 -07:00

91 lines
5.2 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/Microsoft.query-history/dist/localizedConstants" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="errorLoading">
<source xml:lang="en">Error loading saved query history items. {0}</source>
<target state="translated">載入儲存的查詢歷程記錄項目時發生錯誤。{0}</target>
</trans-unit>
<trans-unit id="failed">
<source xml:lang="en">Failed</source>
<target state="translated">失敗</target>
</trans-unit>
<trans-unit id="succeeded">
<source xml:lang="en">Succeeded</source>
<target state="translated">已成功</target>
</trans-unit>
</body>
</file>
<file original="extensions/Microsoft.query-history/package" source-language="en" datatype="plaintext" target-language="zh-Hant">
<body>
<trans-unit id="queryHistory.clear">
<source xml:lang="en">Clear All History</source>
<target state="translated">清除所有歷史記錄</target>
</trans-unit>
<trans-unit id="queryHistory.delete">
<source xml:lang="en">Delete</source>
<target state="translated">刪除</target>
</trans-unit>
<trans-unit id="queryHistory.loading">
<source xml:lang="en">Loading saved entries...</source>
<target state="translated">正在載入已儲存的項目...</target>
</trans-unit>
<trans-unit id="queryHistory.maxEntries">
<source xml:lang="en">Maximum number of entries to store. 0 means unlimited entries are stored. Increasing this limit may impact performance, especially if persistence is enabled.</source>
<target state="translated">要儲存的項目數上限。0 表示儲存無限制的項目。提高此限制可能會影響效能,特別是啟用持續性時。</target>
</trans-unit>
<trans-unit id="queryHistory.noEntries">
<source xml:lang="en">No queries to display</source>
<target state="translated">沒有可顯示的查詢</target>
</trans-unit>
<trans-unit id="queryHistory.open">
<source xml:lang="en">Open Query</source>
<target state="translated">開啟查詢</target>
</trans-unit>
<trans-unit id="queryHistory.doubleClickAction.run">
<source xml:lang="en">Open a new connected editor with the query and connection from the selected history item and automatically run the query</source>
<target state="translated">從選取的歷程記錄項目開啟具有查詢和連線的新連接編輯器,並自動執行查詢</target>
</trans-unit>
<trans-unit id="queryHistory.doubleClickAction.open">
<source xml:lang="en">Open a new disconnected editor with the query from the selected history item</source>
<target state="translated">使用來自所選歷程記錄項目的查詢,開啟新的已中斷連線的編輯器</target>
</trans-unit>
<trans-unit id="queryHistory.openStorageFolder">
<source xml:lang="en">Open storage folder</source>
<target state="translated">開啟儲存資料夾</target>
</trans-unit>
<trans-unit id="queryHistory.disableCapture">
<source xml:lang="en">Pause Query History Capture</source>
<target state="translated">暫停查詢歷史記錄擷取</target>
</trans-unit>
<trans-unit id="queryHistory.displayName">
<source xml:lang="en">Query History</source>
<target state="translated">查詢歷史記錄</target>
</trans-unit>
<trans-unit id="queryHistory.run">
<source xml:lang="en">Run Query</source>
<target state="translated">執行查詢</target>
</trans-unit>
<trans-unit id="queryHistory.enableCapture">
<source xml:lang="en">Start Query History Capture</source>
<target state="translated">開始查詢歷史記錄擷取</target>
</trans-unit>
<trans-unit id="queryHistory.doubleClickAction">
<source xml:lang="en">The action taken when a history item is double clicked</source>
<target state="translated">按兩下歷程記錄項目時採取的動作</target>
</trans-unit>
<trans-unit id="queryHistory.description">
<source xml:lang="en">View and run previously executed queries</source>
<target state="translated">檢視及執行先前執行的查詢</target>
</trans-unit>
<trans-unit id="queryHistory.captureEnabledDesc">
<source xml:lang="en">Whether Query History capture is enabled. If false queries executed will not be captured.</source>
<target state="translated">是否啟用了查詢歷史記錄擷取。若未啟用,將不會擷取已經執行的查詢。</target>
</trans-unit>
<trans-unit id="queryHistory.persistHistory">
<source xml:lang="en">Whether query history is persisted across restarts. If false then the history will be cleared when the application exits.</source>
<target state="translated">查詢歷程記錄是否在重新啟動時保存。如果為 false則會在應用程式結束時清除歷程記錄。</target>
</trans-unit>
</body>
</file>
</xliff>