Skip to content

Commit dde5e16

Browse files
committed
Add localization for filter table count in UI
1 parent c21f5bd commit dde5e16

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

localization/l10n/bundle.l10n.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,12 @@
360360
"Auto Arrange Confirmation": "Auto Arrange Confirmation",
361361
"Auto Arrange will automatically reposition all diagram elements based on optimal layout algorithms. Any custom positioning you've created will be lost. Do you want to proceed with auto-arranging your schema diagram?": "Auto Arrange will automatically reposition all diagram elements based on optimal layout algorithms. Any custom positioning you've created will be lost. Do you want to proceed with auto-arranging your schema diagram?",
362362
"Filter": "Filter",
363+
"Filter ({0})/{0} is the number of selected tables": {
364+
"message": "Filter ({0})",
365+
"comment": [
366+
"{0} is the number of selected tables"
367+
]
368+
},
363369
"Refresh": "Refresh",
364370
"Publish Changes": "Publish Changes",
365371
"Edit Table": "Edit Table",

localization/xliff/vscode-mssql.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,10 @@
850850
<trans-unit id="++CODE++638e249f4a15ebb84957da130701d138a6e06d88dceeaa2e6dcd91db70cc1381">
851851
<source xml:lang="en">Filter</source>
852852
</trans-unit>
853+
<trans-unit id="++CODE++a76057f27f2880792cf681fd60ca7b9043463252597c22b60eb5beca29292017">
854+
<source xml:lang="en">Filter ({0})</source>
855+
<note>{0} is the number of selected tables</note>
856+
</trans-unit>
853857
<trans-unit id="++CODE++3905257a1ca17a05ee44a95330afe24483f05af738cc05090d1c2522910a5671">
854858
<source xml:lang="en">Filter Azure subscriptions</source>
855859
</trans-unit>

0 commit comments

Comments
 (0)