[Loc] update to xlfs for 6-16-2023 (#23408)

This commit is contained in:
Alex Ma
2023-06-16 15:45:56 -07:00
committed by GitHub
parent 9419fe039c
commit 1bed054668
4 changed files with 89 additions and 40 deletions

View File

@@ -3397,6 +3397,9 @@ Error: {1}</source>
<trans-unit id="RemoveParameterCell">
<source xml:lang="en">Remove parameter cell</source>
</trans-unit>
<trans-unit id="addCellLabel">
<source xml:lang="en">Add cell</source>
</trans-unit>
<trans-unit id="clear">
<source xml:lang="en">Clear Result</source>
</trans-unit>
@@ -3430,9 +3433,6 @@ Error: {1}</source>
<trans-unit id="markdownBelow">
<source xml:lang="en">Insert Text Below</source>
</trans-unit>
<trans-unit id="moreActionsLabel">
<source xml:lang="en">More</source>
</trans-unit>
<trans-unit id="runAllAbove">
<source xml:lang="en">Run Cells Above</source>
</trans-unit>
@@ -3887,9 +3887,6 @@ Error: {1}</source>
<trans-unit id="clearResults">
<source xml:lang="en">Clear Results</source>
</trans-unit>
<trans-unit id="codeCellsPreview">
<source xml:lang="en">Add cell</source>
</trans-unit>
<trans-unit id="codePreview">
<source xml:lang="en">Code cell</source>
</trans-unit>
@@ -4107,9 +4104,6 @@ Error: {1}</source>
<trans-unit id="insertCells">
<source xml:lang="en">Insert Cells</source>
</trans-unit>
<trans-unit id="moreActionsLabel">
<source xml:lang="en">More</source>
</trans-unit>
<trans-unit id="runCell">
<source xml:lang="en">Run cell</source>
</trans-unit>
@@ -4179,6 +4173,11 @@ Error: {1}</source>
<trans-unit id="plotlyError">
<source xml:lang="en">Error displaying Plotly graph: {0}</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/notebook/common/notebookLoc" source-language="en" datatype="plaintext"><body>
<trans-unit id="moreActionsLabel">
<source xml:lang="en">More</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/objectExplorer/browser/serverTreeView" source-language="en" datatype="plaintext"><body>
<trans-unit id="objectExplorer.filterDialogTitle">
@@ -4473,6 +4472,27 @@ Error: {1}</source>
<trans-unit id="resultsGrid">
<source xml:lang="en">Results grid</source>
</trans-unit>
<trans-unit id="resultsGrid.cancel">
<source xml:lang="en">Cancel</source>
</trans-unit>
<trans-unit id="resultsGrid.cancelLargeRowSelection">
<source xml:lang="en">Cancel</source>
</trans-unit>
<trans-unit id="resultsGrid.confirmLargeRowSelection">
<source xml:lang="en">Yes</source>
</trans-unit>
<trans-unit id="resultsGrid.donotShowLargeRowSelectionPromptAgain">
<source xml:lang="en">Don't show again</source>
</trans-unit>
<trans-unit id="resultsGrid.largeRowSelectionPrompt.">
<source xml:lang="en">You have selected {0} rows, it might take a while to load the data and calculate the summary, do you want to continue?</source>
</trans-unit>
<trans-unit id="resultsGrid.loadingData">
<source xml:lang="en">Loading selected rows for calculation...</source>
</trans-unit>
<trans-unit id="resultsGrid.loadingDataWithProgress">
<source xml:lang="en">Loading selected rows for calculation ({0}/{1})...</source>
</trans-unit>
<trans-unit id="resultsGrid.maxRowCountExceeded">
<source xml:lang="en">Max row count for filtering/sorting has been exceeded. To update it, navigate to User Settings and change the setting: 'queryEditor.results.inMemoryDataProcessingThreshold'</source>
</trans-unit>
@@ -4575,6 +4595,9 @@ Error: {1}</source>
<trans-unit id="queryEditor.results.preferProvidersCopyHandler">
<source xml:lang="en">Whether the copy result request should be handled by the query provider when it is supported. The default value is true, set this to false to force all copy handling to be done by Azure Data Studio.</source>
</trans-unit>
<trans-unit id="queryEditor.results.promptForLargeRowSelection">
<source xml:lang="en">When cells are selected in the results grid, ADS will calculate the summary for them, This setting controls whether to show the a confirmation when the number of rows selected is larger than the value specified in the 'inMemoryDataProcessingThreshold' setting. The default value is true.</source>
</trans-unit>
<trans-unit id="queryEditor.results.saveAsCsv.delimiter">
<source xml:lang="en">The custom delimiter to use between values when saving as CSV</source>
</trans-unit>
@@ -7069,6 +7092,10 @@ Error Message: {1}</source>
<trans-unit id="tableDesigner.publishChangeSuccess">
<source xml:lang="en">The changes have been successfully published.</source>
</trans-unit>
<trans-unit id="tableDesigner.refreshOEError">
<source xml:lang="en">An error occurred while refreshing the object explorer. {0}</source>
<note>{0}: error message.</note>
</trans-unit>
<trans-unit id="tableDesigner.savingChanges">
<source xml:lang="en">Publishing table designer changes...</source>
</trans-unit>