Skip to content

Commit 2c67f38

Browse files
committed
rebased and localized
1 parent 2bf45e6 commit 2c67f38

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

mssql/localization/l10n/bundle.l10n.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,9 @@
449449
"message": "({0} rows affected)",
450450
"comment": ["{0} is the number of rows affected"]
451451
},
452-
"Result Set {0}/{0} is the index of the result set": {
453-
"message": "Result Set {0}",
454-
"comment": ["{0} is the index of the result set"]
452+
"Result Set Batch {0} - Query {1}/{0} is the batch number{1} is the query number": {
453+
"message": "Result Set Batch {0} - Query {1}",
454+
"comment": ["{0} is the batch number", "{1} is the query number"]
455455
},
456456
"Loading text view...": "Loading text view...",
457457
"Loading results...": "Loading results...",

mssql/localization/xliff/vscode-mssql.xlf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3061,9 +3061,10 @@
30613061
<trans-unit id="++CODE++26b4293018ea72418733109f2e245387d9dfcfe7d4083c0c1f29eb1155c98365">
30623062
<source xml:lang="en">Restore properties pane</source>
30633063
</trans-unit>
3064-
<trans-unit id="++CODE++5d7e64a2598658aaaf1674a1b6222a0f6ab5bb588831a51d0936879cbf88670c">
3065-
<source xml:lang="en">Result Set {0}</source>
3066-
<note>{0} is the index of the result set</note>
3064+
<trans-unit id="++CODE++a1519957e8b397de6037c8e8a9a1af37009bf6d89fa0f388b1e4b3dc76179e64">
3065+
<source xml:lang="en">Result Set Batch {0} - Query {1}</source>
3066+
<note>{0} is the batch number
3067+
{1} is the query number</note>
30673068
</trans-unit>
30683069
<trans-unit id="++CODE++219c4a6c86a716e99d5dc9611b61e584deb11b57e972d87d4b773387ebc3cadd">
30693070
<source xml:lang="en">Results</source>

0 commit comments

Comments
 (0)