mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
[Loc] addition to query-history (#20211)
This commit is contained in:
@@ -19,6 +19,15 @@
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user