[Loc] add table filter xlf (#18896)

This commit is contained in:
Alex Ma
2022-03-31 22:16:37 -07:00
committed by GitHub
parent e7773425ee
commit 27f014c70d

View File

@@ -94,6 +94,12 @@
<trans-unit id="table.sortDescending">
<source xml:lang="en">Sort Descending</source>
</trans-unit>
<trans-unit id="tableFilter.blankStringDisplayText">
<source xml:lang="en">(Blanks)</source>
</trans-unit>
<trans-unit id="tableFilter.nullDisplayText">
<source xml:lang="en">(NULL)</source>
</trans-unit>
<trans-unit id="tableFilter.selectedCount">
<source xml:lang="en">{0} Selected</source>
<note>This tells the user how many items are selected in the list</note>