mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 03:58:33 -05:00
67 lines
3.2 KiB
XML
67 lines
3.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
|
<file original="extensions/query-history/dist/localizedConstants" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="errorLoading">
|
|
<source xml:lang="en">Error loading saved query history items. {0}</source>
|
|
</trans-unit>
|
|
<trans-unit id="failed">
|
|
<source xml:lang="en">Failed</source>
|
|
</trans-unit>
|
|
<trans-unit id="succeeded">
|
|
<source xml:lang="en">Succeeded</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
<file original="extensions/query-history/package" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="queryHistory.captureEnabledDesc">
|
|
<source xml:lang="en">Whether Query History capture is enabled. If false queries executed will not be captured.</source>
|
|
</trans-unit>
|
|
<trans-unit id="queryHistory.clear">
|
|
<source xml:lang="en">Clear All History</source>
|
|
</trans-unit>
|
|
<trans-unit id="queryHistory.delete">
|
|
<source xml:lang="en">Delete</source>
|
|
</trans-unit>
|
|
<trans-unit id="queryHistory.description">
|
|
<source xml:lang="en">View and run previously executed queries</source>
|
|
</trans-unit>
|
|
<trans-unit id="queryHistory.disableCapture">
|
|
<source xml:lang="en">Pause Query History Capture</source>
|
|
</trans-unit>
|
|
<trans-unit id="queryHistory.displayName">
|
|
<source xml:lang="en">Query History</source>
|
|
</trans-unit>
|
|
<trans-unit id="queryHistory.doubleClickAction">
|
|
<source xml:lang="en">The action taken when a history item is double clicked</source>
|
|
</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>
|
|
</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>
|
|
</trans-unit>
|
|
<trans-unit id="queryHistory.enableCapture">
|
|
<source xml:lang="en">Start Query History Capture</source>
|
|
</trans-unit>
|
|
<trans-unit id="queryHistory.loading">
|
|
<source xml:lang="en">Loading saved entries...</source>
|
|
</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>
|
|
</trans-unit>
|
|
<trans-unit id="queryHistory.noEntries">
|
|
<source xml:lang="en">No queries to display</source>
|
|
</trans-unit>
|
|
<trans-unit id="queryHistory.open">
|
|
<source xml:lang="en">Open Query</source>
|
|
</trans-unit>
|
|
<trans-unit id="queryHistory.openStorageFolder">
|
|
<source xml:lang="en">Open storage folder</source>
|
|
</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>
|
|
</trans-unit>
|
|
<trans-unit id="queryHistory.run">
|
|
<source xml:lang="en">Run Query</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
</xliff> |