@box/metadata-view 1.53.1 → 1.53.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/dist/i18n/bn-IN.properties +6 -0
  2. package/dist/i18n/da-DK.js +1 -1
  3. package/dist/i18n/da-DK.properties +7 -1
  4. package/dist/i18n/de-DE.js +1 -1
  5. package/dist/i18n/de-DE.properties +7 -1
  6. package/dist/i18n/en-AU.properties +6 -0
  7. package/dist/i18n/en-CA.properties +6 -0
  8. package/dist/i18n/en-GB.properties +6 -0
  9. package/dist/i18n/en-x-pseudo.js +34 -34
  10. package/dist/i18n/en-x-pseudo.properties +37 -31
  11. package/dist/i18n/es-419.js +1 -1
  12. package/dist/i18n/es-419.properties +7 -1
  13. package/dist/i18n/es-ES.js +1 -1
  14. package/dist/i18n/es-ES.properties +7 -1
  15. package/dist/i18n/fi-FI.properties +6 -0
  16. package/dist/i18n/fr-CA.js +1 -1
  17. package/dist/i18n/fr-CA.properties +7 -1
  18. package/dist/i18n/fr-FR.js +1 -1
  19. package/dist/i18n/fr-FR.properties +7 -1
  20. package/dist/i18n/hi-IN.properties +6 -0
  21. package/dist/i18n/it-IT.js +1 -1
  22. package/dist/i18n/it-IT.properties +7 -1
  23. package/dist/i18n/ja-JP.properties +6 -0
  24. package/dist/i18n/ko-KR.properties +6 -0
  25. package/dist/i18n/nb-NO.js +1 -1
  26. package/dist/i18n/nb-NO.properties +7 -1
  27. package/dist/i18n/nl-NL.js +1 -1
  28. package/dist/i18n/nl-NL.properties +7 -1
  29. package/dist/i18n/pl-PL.js +1 -1
  30. package/dist/i18n/pl-PL.properties +7 -1
  31. package/dist/i18n/pt-BR.properties +6 -0
  32. package/dist/i18n/ru-RU.js +1 -1
  33. package/dist/i18n/ru-RU.properties +7 -1
  34. package/dist/i18n/sv-SE.js +1 -1
  35. package/dist/i18n/sv-SE.properties +7 -1
  36. package/dist/i18n/tr-TR.properties +6 -0
  37. package/dist/i18n/zh-CN.js +1 -1
  38. package/dist/i18n/zh-CN.properties +7 -1
  39. package/dist/i18n/zh-TW.properties +6 -0
  40. package/package.json +12 -12
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = ফিল্ট
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = অনুসন্ধান করুন
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = গ্রিড ভিউ
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
@@ -9,7 +9,7 @@ export default {
9
9
  "groupSharedFeatures.metadataView.filterRow.AllFilters": "Alle filtre",
10
10
  "groupSharedFeatures.metadataView.filterRow.applyButton": "Anvend",
11
11
  "groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
12
- "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} - {optionLabel}",
12
+ "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} {optionLabel}",
13
13
  "groupSharedFeatures.metadataView.filterRow.clearButton": "Ryd",
14
14
  "groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "Filtype",
15
15
  "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Indtast nøgleord",
@@ -19,7 +19,7 @@ groupSharedFeatures.metadataView.filterRow.applyButton = Anvend
19
19
  # Label for a filter chip that includes the name and count of selected options
20
20
  groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
21
21
  # Label for a filter chip showing the field name and active filter option, e.g. "Modified - Is blank"
22
- groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} - {optionLabel}
22
+ groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} {optionLabel}
23
23
  # Button label to clear the current input in a textarea
24
24
  groupSharedFeatures.metadataView.filterRow.clearButton = Ryd
25
25
  # Title for the file type filter group
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = Filtre
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Søg
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = Gittervisning
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
@@ -9,7 +9,7 @@ export default {
9
9
  "groupSharedFeatures.metadataView.filterRow.AllFilters": "Alle Filter",
10
10
  "groupSharedFeatures.metadataView.filterRow.applyButton": "Anwenden",
11
11
  "groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
12
- "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} - {optionLabel}",
12
+ "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} {optionLabel}",
13
13
  "groupSharedFeatures.metadataView.filterRow.clearButton": "Leeren",
14
14
  "groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "Dateityp",
15
15
  "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Schlüsselwörter eingeben",
@@ -19,7 +19,7 @@ groupSharedFeatures.metadataView.filterRow.applyButton = Anwenden
19
19
  # Label for a filter chip that includes the name and count of selected options
20
20
  groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
21
21
  # Label for a filter chip showing the field name and active filter option, e.g. "Modified - Is blank"
22
- groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} - {optionLabel}
22
+ groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} {optionLabel}
23
23
  # Button label to clear the current input in a textarea
24
24
  groupSharedFeatures.metadataView.filterRow.clearButton = Leeren
25
25
  # Title for the file type filter group
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = Filter
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Suchen
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = Rasteransicht
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = Filters
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Search
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = Grid View
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = Filters
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Search
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = Grid View
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = Filters
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Search
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = Grid View
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
@@ -1,39 +1,39 @@
1
1
  export default {
2
- "groupSharedFeatures.emptyState.body": "⟦萬萬萬萬萬萬萬萬萬萬萬 Ťŗγ ăďĵųśŧíπĝ γőцŕ ƒïļŧёѓś όг ĸеγẃőѓďѕ. 國國國國國國國國國國國⟧",
3
- "groupSharedFeatures.emptyState.heading": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŝόяяγ, ẁē čøμľďл'τ ƒιŋď ẃнάţ ýŏũ'ѓē ļσöķїηġ ƒøŕ. 國國國國國國國國國國國國國國⟧",
4
- "groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize": "⟦萬萬 Ðèсѓěαѕє 國國⟧",
5
- "groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize": "⟦萬萬 Îηсѓēåѕë 國國⟧",
6
- "groupSharedFeatures.metadataView.actionBar.sliderLabel": "⟦萬 Şľϊďėґ 國⟧",
7
- "groupSharedFeatures.metadataView.actionBar.switchToGridView": "⟦萬萬萬萬萬 Śŵίťсн τō Ğřіď Vιëŵ 國國國國國⟧",
8
- "groupSharedFeatures.metadataView.actionBar.switchToListView": "⟦萬萬萬萬萬 Ŝẁìťçħ ţσ Ŀìŝŧ Vìēώ 國國國國國⟧",
9
- "groupSharedFeatures.metadataView.filterRow.AllFilters": "⟦萬萬萬 Αļĺ ₣įļŧęяś 國國國⟧",
10
- "groupSharedFeatures.metadataView.filterRow.applyButton": "⟦萬 ĄΡΡĺý 國⟧",
2
+ "groupSharedFeatures.emptyState.body": "⟦萬萬萬萬萬萬萬萬萬萬萬 Τгў αďĵųŝŧϊʼnġ γöůѓ ƒìľτėяś ŏѓ ķěýώόŕďş. 國國國國國國國國國國國⟧",
3
+ "groupSharedFeatures.emptyState.heading": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŚоґřУ, ώē ĉόцļďи'ŧ ƒīņď ẁĥάτ Уŏµ'яε ĺöокíňğ ƒôя. 國國國國國國國國國國國國國國⟧",
4
+ "groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize": "⟦萬萬 Ďєçŗєåśε 國國⟧",
5
+ "groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize": "⟦萬萬 Ĩиçřεāŝê 國國⟧",
6
+ "groupSharedFeatures.metadataView.actionBar.sliderLabel": "⟦萬 Śĺìďëѓ 國⟧",
7
+ "groupSharedFeatures.metadataView.actionBar.switchToGridView": "⟦萬萬萬萬萬 Ѕŵìţ¢ĥ ŧо Ĝѓīď Vιєш 國國國國國⟧",
8
+ "groupSharedFeatures.metadataView.actionBar.switchToListView": "⟦萬萬萬萬萬 Şшîτçĥ ťό Ľĭŝţ Vїęẃ 國國國國國⟧",
9
+ "groupSharedFeatures.metadataView.filterRow.AllFilters": "⟦萬萬萬 Åľľ ₣ĩļτéŕŝ 國國國⟧",
10
+ "groupSharedFeatures.metadataView.filterRow.applyButton": "⟦萬 ÄΡΡĺў 國⟧",
11
11
  "groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "⟦萬萬萬 {name} ({count}) 國國國⟧",
12
12
  "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "⟦萬萬萬 {name} - {optionLabel} 國國國⟧",
13
- "groupSharedFeatures.metadataView.filterRow.clearButton": "⟦萬 Çľёâѓ 國⟧",
14
- "groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "⟦萬萬 ₣їľе ŦÿΡè 國國⟧",
15
- "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "⟦萬萬萬萬 Ēπτęŗ ĸēγщοřďş 國國國國⟧",
16
- "groupSharedFeatures.metadataView.filterRow.locationFilterTitle": "⟦萬萬 Ĺöćāŧįøń 國國⟧",
17
- "groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "⟦萬萬 Śèŧ Vāĺüè 國國⟧",
18
- "groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "⟦萬萬 Çĺĕäґ Ąļļ 國國⟧",
19
- "groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel": "⟦萬 Čľôśè 國⟧",
20
- "groupSharedFeatures.metadataView.filterSidepanel.filtersHeader": "⟦萬萬 ₣ιļťëřś 國國⟧",
21
- "groupSharedFeatures.metadataView.filterSidepanel.showResultsButton": "⟦萬 Ŝèǻŗ¢ĥ 國⟧",
22
- "groupSharedFeatures.metadataView.gridList.gridView": "⟦萬萬 Ğгĭď Víέш 國國⟧",
23
- "groupSharedFeatures.metadataView.header.clearSelectionAriaLabel": "Clear selection",
24
- "groupSharedFeatures.metadataView.header.itemsSelected": "{count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}",
25
- "groupSharedFeatures.metadataView.header.singleItemSelected": "<b>{name}</b> is selected",
13
+ "groupSharedFeatures.metadataView.filterRow.clearButton": "⟦萬 Ĉľėαŗ 國⟧",
14
+ "groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "⟦萬萬 ₣įĺē ŤỳΡè 國國⟧",
15
+ "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "⟦萬萬萬萬 Ёņťèя κеÿωöŕďś 國國國國⟧",
16
+ "groupSharedFeatures.metadataView.filterRow.locationFilterTitle": "⟦萬萬 Ľŏсǻτíόл 國國⟧",
17
+ "groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "⟦萬萬 Śēţ Vâľůê 國國⟧",
18
+ "groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "⟦萬萬 Ćĺéáг Àľľ 國國⟧",
19
+ "groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel": "⟦萬 Ćľöşё 國⟧",
20
+ "groupSharedFeatures.metadataView.filterSidepanel.filtersHeader": "⟦萬萬 ₣įĺŧέŕş 國國⟧",
21
+ "groupSharedFeatures.metadataView.filterSidepanel.showResultsButton": "⟦萬 Ŝеäř¢ħ 國⟧",
22
+ "groupSharedFeatures.metadataView.gridList.gridView": "⟦萬萬 Ġřιď Vιєω 國國⟧",
23
+ "groupSharedFeatures.metadataView.header.clearSelectionAriaLabel": "⟦萬萬萬萬 Ćĺêåя ŝèĺεċťïōņ 國國國國⟧",
24
+ "groupSharedFeatures.metadataView.header.itemsSelected": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {<в># ίŧēm</в> ïѕ ѕέļεçτєď} other {<ь># îŧêmş</ь> áгè ѕέľĕćτĕď}} 國國國國國國國國國國國國國國國國國國國⟧",
25
+ "groupSharedFeatures.metadataView.header.singleItemSelected": "⟦萬萬萬萬萬萬萬 <ь>{name}</в> ïѕ şēĺёсťĕď 國國國國國國國⟧",
26
26
  "groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel": "⟦ -- ⟧",
27
- "groupSharedFeatures.metadataView.itemActionMenu.actionMenu": "⟦萬萬萬 Āсťïõη mέηü 國國國⟧",
28
- "groupSharedFeatures.metadataView.itemList.errorMessage": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŝοměťнįηĝ ώêйτ ώѓолğ. Pľёáŝě ѓêƒґєşĥ ťнίş Ράğε. 國國國國國國國國國國國國國國⟧",
29
- "groupSharedFeatures.metadataView.itemList.listView": "⟦萬萬 Ľίśŧ νїёш 國國⟧",
30
- "groupSharedFeatures.metadataView.itemList.refreshButton": "⟦萬萬 Řёƒřéŝн 國國⟧",
31
- "groupSharedFeatures.metadataView.itemList.selectAll": "⟦萬萬 Şĕļεčŧ ăĺĺ 國國⟧",
32
- "groupSharedFeatures.metadataView.metadataValue.metadataLocation.locationTriggerHint": "⟦萬萬萬萬 Śеľęçŧ ą ƒôľďёг 國國國國⟧",
33
- "groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel": "⟦萬 Ŝєâґćħ 國⟧",
34
- "groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel": "⟦萬 Çĺĕäг 國⟧",
35
- "groupSharedFeatures.metadataView.pagination.nextPageButton": "⟦萬 Ñě×ţ 國⟧",
36
- "groupSharedFeatures.metadataView.pagination.pageEntryStatus": "⟦萬萬萬萬萬萬萬萬萬萬萬 Şħοẃϊńĝ {startEntryIndex} τŏ {endEntryIndex} σƒ {totalCount} ěлŧŕìęś 國國國國國國國國國國國⟧",
37
- "groupSharedFeatures.metadataView.pagination.paginationLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Pâğїńăťíöй ňāνíğǻţĭõл ¢õйťŗőļś ãπď ¢ùŗѓεňť Ρåğе ϊήƒоѓmãťíσή 國國國國國國國國國國國國國國國國國⟧",
38
- "groupSharedFeatures.metadataView.pagination.previousPageButton": "⟦萬萬 Pŗēνīøùŝ 國國⟧"
27
+ "groupSharedFeatures.metadataView.itemActionMenu.actionMenu": "⟦萬萬萬 Äçťìòй męηú 國國國⟧",
28
+ "groupSharedFeatures.metadataView.itemList.errorMessage": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŝŏmēťĥįńġ ŵêŋţ ẃŕόʼnĝ. Pļěāŝе ґëƒŕеѕĥ ţħιŝ Ρäġè. 國國國國國國國國國國國國國國⟧",
29
+ "groupSharedFeatures.metadataView.itemList.listView": "⟦萬萬 Ŀïѕŧ νĭėш 國國⟧",
30
+ "groupSharedFeatures.metadataView.itemList.refreshButton": "⟦萬萬 Яëƒřęşн 國國⟧",
31
+ "groupSharedFeatures.metadataView.itemList.selectAll": "⟦萬萬 Śĕĺěćť ǻĺľ 國國⟧",
32
+ "groupSharedFeatures.metadataView.metadataValue.metadataLocation.locationTriggerHint": "⟦萬萬萬萬 Śęĺēčť ǻ ƒøļďêŗ 國國國國⟧",
33
+ "groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel": "⟦萬 Ѕëάґċħ 國⟧",
34
+ "groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel": "⟦萬 Čĺёάŗ 國⟧",
35
+ "groupSharedFeatures.metadataView.pagination.nextPageButton": "⟦萬 Йêхŧ 國⟧",
36
+ "groupSharedFeatures.metadataView.pagination.pageEntryStatus": "⟦萬萬萬萬萬萬萬萬萬萬萬 Şĥőŵίńğ {startEntryIndex} ţō {endEntryIndex} σƒ {totalCount} ëηťřĩęѕ 國國國國國國國國國國國⟧",
37
+ "groupSharedFeatures.metadataView.pagination.paginationLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Päĝíиàţιόи ńāνìġάťīóʼn сõŋŧŕσĺѕ ãиď сůѓřêпţ Ρâġĕ ĩňƒόѓmäţìöη 國國國國國國國國國國國國國國國國國⟧",
38
+ "groupSharedFeatures.metadataView.pagination.previousPageButton": "⟦萬萬 Pгèνįōμѕ 國國⟧"
39
39
  }
@@ -1,68 +1,74 @@
1
1
  # Body text for the empty state when no items are found
2
- groupSharedFeatures.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ťŗγ ăďĵųśŧíπĝ γőцŕ ƒïļŧёѓś όг ĸеγẃőѓďѕ. 國國國國國國國國國國國⟧
2
+ groupSharedFeatures.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬 Τгў αďĵųŝŧϊʼnġ γöůѓ ƒìľτėяś ŏѓ ķěýώόŕďş. 國國國國國國國國國國國⟧
3
3
  # Heading for the empty state when no items are found
4
- groupSharedFeatures.emptyState.heading = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŝόяяγ, ẁē čøμľďл'τ ƒιŋď ẃнάţ ýŏũ'ѓē ļσöķїηġ ƒøŕ. 國國國國國國國國國國國國國國⟧
4
+ groupSharedFeatures.emptyState.heading = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŚоґřУ, ώē ĉόцļďи'ŧ ƒīņď ẁĥάτ Уŏµ'яε ĺöокíňğ ƒôя. 國國國國國國國國國國國國國國⟧
5
5
  # Label for decreasing the size of column.
6
- groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize = ⟦萬萬 Ðèсѓěαѕє 國國⟧
6
+ groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize = ⟦萬萬 Ďєçŗєåśε 國國⟧
7
7
  # Label for increasing the size of column.
8
- groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = ⟦萬萬 Îηсѓēåѕë 國國⟧
8
+ groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = ⟦萬萬 Ĩиçřεāŝê 國國⟧
9
9
  # Label for the slider that controls the size of column.
10
- groupSharedFeatures.metadataView.actionBar.sliderLabel = ⟦萬 Şľϊďėґ 國⟧
10
+ groupSharedFeatures.metadataView.actionBar.sliderLabel = ⟦萬 Śĺìďëѓ 國⟧
11
11
  # Label to switch to grid view
12
- groupSharedFeatures.metadataView.actionBar.switchToGridView = ⟦萬萬萬萬萬 Śŵίťсн τō Ğřіď Vιëŵ 國國國國國⟧
12
+ groupSharedFeatures.metadataView.actionBar.switchToGridView = ⟦萬萬萬萬萬 Ѕŵìţ¢ĥ ŧо Ĝѓīď Vιєш 國國國國國⟧
13
13
  # Label to switch to list view
14
- groupSharedFeatures.metadataView.actionBar.switchToListView = ⟦萬萬萬萬萬 Ŝẁìťçħ ţσ Ŀìŝŧ Vìēώ 國國國國國⟧
14
+ groupSharedFeatures.metadataView.actionBar.switchToListView = ⟦萬萬萬萬萬 Şшîτçĥ ťό Ľĭŝţ Vїęẃ 國國國國國⟧
15
15
  # Button label to open the sidepanel with all filters
16
- groupSharedFeatures.metadataView.filterRow.AllFilters = ⟦萬萬萬 Αļĺ ₣įļŧęяś 國國國⟧
16
+ groupSharedFeatures.metadataView.filterRow.AllFilters = ⟦萬萬萬 Åľľ ₣ĩļτéŕŝ 國國國⟧
17
17
  # Button label to apply the current input as a filter to the metadata table
18
- groupSharedFeatures.metadataView.filterRow.applyButton = ⟦萬 ĄΡΡĺý 國⟧
18
+ groupSharedFeatures.metadataView.filterRow.applyButton = ⟦萬 ÄΡΡĺў 國⟧
19
19
  # Label for a filter chip that includes the name and count of selected options
20
20
  groupSharedFeatures.metadataView.filterRow.chipNameWithCount = ⟦萬萬萬 {name} ({count}) 國國國⟧
21
21
  # Label for a filter chip showing the field name and active filter option, e.g. "Modified - Is blank"
22
22
  groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = ⟦萬萬萬 {name} - {optionLabel} 國國國⟧
23
23
  # Button label to clear the current input in a textarea
24
- groupSharedFeatures.metadataView.filterRow.clearButton = ⟦萬 Çľёâѓ 國⟧
24
+ groupSharedFeatures.metadataView.filterRow.clearButton = ⟦萬 Ĉľėαŗ 國⟧
25
25
  # Title for the file type filter group
26
- groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle = ⟦萬萬 ₣їľе ŦÿΡè 國國⟧
26
+ groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle = ⟦萬萬 ₣įĺē ŤỳΡè 國國⟧
27
27
  # Placeholder text for the keyword search filter
28
- groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = ⟦萬萬萬萬 Ēπτęŗ ĸēγщοřďş 國國國國⟧
28
+ groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = ⟦萬萬萬萬 Ёņťèя κеÿωöŕďś 國國國國⟧
29
29
  # Title for the location filter group
30
- groupSharedFeatures.metadataView.filterRow.locationFilterTitle = ⟦萬萬 Ĺöćāŧįøń 國國⟧
30
+ groupSharedFeatures.metadataView.filterRow.locationFilterTitle = ⟦萬萬 Ľŏсǻτíόл 國國⟧
31
31
  # Placeholder text for the input field in the filter row
32
- groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = ⟦萬萬 Śèŧ Vāĺüè 國國⟧
32
+ groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = ⟦萬萬 Śēţ Vâľůê 國國⟧
33
33
  # Button label to clear all filters in the sidepanel
34
- groupSharedFeatures.metadataView.filterSidepanel.clearAllButton = ⟦萬萬 Çĺĕäґ Ąļļ 國國⟧
34
+ groupSharedFeatures.metadataView.filterSidepanel.clearAllButton = ⟦萬萬 Ćĺéáг Àľľ 國國⟧
35
35
  # Aria label for the close button in the filter sidepanel
36
- groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel = ⟦萬 Čľôśè 國⟧
36
+ groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel = ⟦萬 Ćľöşё 國⟧
37
37
  # Header for the filter sidepanel
38
- groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = ⟦萬萬 ₣ιļťëřś 國國⟧
38
+ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = ⟦萬萬 ₣įĺŧέŕş 國國⟧
39
39
  # Button label to apply filters and show results
40
- groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = ⟦萬 Ŝèǻŗ¢ĥ 國⟧
40
+ groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = ⟦萬 Ŝеäř¢ħ 國⟧
41
41
  # Label for the grid view of files and folders
42
- groupSharedFeatures.metadataView.gridList.gridView = ⟦萬萬 Ğгĭď Víέш 國國⟧
42
+ groupSharedFeatures.metadataView.gridList.gridView = ⟦萬萬 Ġřιď Vιєω 國國⟧
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = ⟦萬萬萬萬 Ćĺêåя ŝèĺεċťïōņ 國國國國⟧
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {<в># ίŧēm</в> ïѕ ѕέļεçτєď} other {<ь># îŧêmş</ь> áгè ѕέľĕćτĕď}} 國國國國國國國國國國國國國國國國國國國⟧
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = ⟦萬萬萬萬萬萬萬 <ь>{name}</в> ïѕ şēĺёсťĕď 國國國國國國國⟧
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = ⟦ -- ⟧
45
51
  # Label for the action menu for an item in the metadata view list
46
- groupSharedFeatures.metadataView.itemActionMenu.actionMenu = ⟦萬萬萬 Āсťïõη mέηü 國國國⟧
52
+ groupSharedFeatures.metadataView.itemActionMenu.actionMenu = ⟦萬萬萬 Äçťìòй męηú 國國國⟧
47
53
  # Error message displayed when metadata fails to load
48
- groupSharedFeatures.metadataView.itemList.errorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŝοměťнįηĝ ώêйτ ώѓолğ. Pľёáŝě ѓêƒґєşĥ ťнίş Ράğε. 國國國國國國國國國國國國國國⟧
54
+ groupSharedFeatures.metadataView.itemList.errorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŝŏmēťĥįńġ ŵêŋţ ẃŕόʼnĝ. Pļěāŝе ґëƒŕеѕĥ ţħιŝ Ρäġè. 國國國國國國國國國國國國國國⟧
49
55
  # Label for the list of files and folders displayed in a list view
50
- groupSharedFeatures.metadataView.itemList.listView = ⟦萬萬 Ľίśŧ νїёш 國國⟧
56
+ groupSharedFeatures.metadataView.itemList.listView = ⟦萬萬 Ŀïѕŧ νĭėш 國國⟧
51
57
  # Label for the refresh button in error state
52
- groupSharedFeatures.metadataView.itemList.refreshButton = ⟦萬萬 Řёƒřéŝн 國國⟧
58
+ groupSharedFeatures.metadataView.itemList.refreshButton = ⟦萬萬 Яëƒřęşн 國國⟧
53
59
  # Label for the select all checkbox in the metadata table
54
- groupSharedFeatures.metadataView.itemList.selectAll = ⟦萬萬 Şĕļεčŧ ăĺĺ 國國⟧
60
+ groupSharedFeatures.metadataView.itemList.selectAll = ⟦萬萬 Śĕĺěćť ǻĺľ 國國⟧
55
61
  # Placeholder for select folder trigger
56
- groupSharedFeatures.metadataView.metadataValue.metadataLocation.locationTriggerHint = ⟦萬萬萬萬 Śеľęçŧ ą ƒôľďёг 國國國國⟧
62
+ groupSharedFeatures.metadataView.metadataValue.metadataLocation.locationTriggerHint = ⟦萬萬萬萬 Śęĺēčť ǻ ƒøļďêŗ 國國國國⟧
57
63
  # Aria label for the search input
58
- groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel = ⟦萬 Ŝєâґćħ 國⟧
64
+ groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel = ⟦萬 Ѕëάґċħ 國⟧
59
65
  # Aria label for the clear button in the search input
60
- groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel = ⟦萬 Çĺĕäг 國⟧
66
+ groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel = ⟦萬 Čĺёάŗ 國⟧
61
67
  # Label for the next page button
62
- groupSharedFeatures.metadataView.pagination.nextPageButton = ⟦萬 Ñě×ţ 國⟧
68
+ groupSharedFeatures.metadataView.pagination.nextPageButton = ⟦萬 Йêхŧ 國⟧
63
69
  # Pagination menu status with the range of entries shown
64
- groupSharedFeatures.metadataView.pagination.pageEntryStatus = ⟦萬萬萬萬萬萬萬萬萬萬萬 Şħοẃϊńĝ {startEntryIndex} τŏ {endEntryIndex} σƒ {totalCount} ěлŧŕìęś 國國國國國國國國國國國⟧
70
+ groupSharedFeatures.metadataView.pagination.pageEntryStatus = ⟦萬萬萬萬萬萬萬萬萬萬萬 Şĥőŵίńğ {startEntryIndex} ţō {endEntryIndex} σƒ {totalCount} ëηťřĩęѕ 國國國國國國國國國國國⟧
65
71
  # Aria label for the pagination component, which includes entry status and previous/next page controls
66
- groupSharedFeatures.metadataView.pagination.paginationLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Pâğїńăťíöй ňāνíğǻţĭõл ¢õйťŗőļś ãπď ¢ùŗѓεňť Ρåğе ϊήƒоѓmãťíσή 國國國國國國國國國國國國國國國國國⟧
72
+ groupSharedFeatures.metadataView.pagination.paginationLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Päĝíиàţιόи ńāνìġάťīóʼn сõŋŧŕσĺѕ ãиď сůѓřêпţ Ρâġĕ ĩňƒόѓmäţìöη 國國國國國國國國國國國國國國國國國⟧
67
73
  # Label for the previous page button
68
- groupSharedFeatures.metadataView.pagination.previousPageButton = ⟦萬萬 Pŗēνīøùŝ 國國⟧
74
+ groupSharedFeatures.metadataView.pagination.previousPageButton = ⟦萬萬 Pгèνįōμѕ 國國⟧
@@ -9,7 +9,7 @@ export default {
9
9
  "groupSharedFeatures.metadataView.filterRow.AllFilters": "Todos los filtros",
10
10
  "groupSharedFeatures.metadataView.filterRow.applyButton": "Aplicar",
11
11
  "groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
12
- "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} - {optionLabel}",
12
+ "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} {optionLabel}",
13
13
  "groupSharedFeatures.metadataView.filterRow.clearButton": "Eliminar",
14
14
  "groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "Tipo de archivo",
15
15
  "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Introducir palabras clave",
@@ -19,7 +19,7 @@ groupSharedFeatures.metadataView.filterRow.applyButton = Aplicar
19
19
  # Label for a filter chip that includes the name and count of selected options
20
20
  groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
21
21
  # Label for a filter chip showing the field name and active filter option, e.g. "Modified - Is blank"
22
- groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} - {optionLabel}
22
+ groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} {optionLabel}
23
23
  # Button label to clear the current input in a textarea
24
24
  groupSharedFeatures.metadataView.filterRow.clearButton = Eliminar
25
25
  # Title for the file type filter group
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = Filtros
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Buscar
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = Vista de cuadrícula
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
@@ -9,7 +9,7 @@ export default {
9
9
  "groupSharedFeatures.metadataView.filterRow.AllFilters": "Todos los filtros",
10
10
  "groupSharedFeatures.metadataView.filterRow.applyButton": "Aplicar",
11
11
  "groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
12
- "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} - {optionLabel}",
12
+ "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} {optionLabel}",
13
13
  "groupSharedFeatures.metadataView.filterRow.clearButton": "Eliminar",
14
14
  "groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "Tipo de archivo",
15
15
  "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Introducir palabras clave",
@@ -19,7 +19,7 @@ groupSharedFeatures.metadataView.filterRow.applyButton = Aplicar
19
19
  # Label for a filter chip that includes the name and count of selected options
20
20
  groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
21
21
  # Label for a filter chip showing the field name and active filter option, e.g. "Modified - Is blank"
22
- groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} - {optionLabel}
22
+ groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} {optionLabel}
23
23
  # Button label to clear the current input in a textarea
24
24
  groupSharedFeatures.metadataView.filterRow.clearButton = Eliminar
25
25
  # Title for the file type filter group
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = Filtros
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Buscar
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = Vista de cuadrícula
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = Suodattimet
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Hae
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = Ruudukkonäkymä
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
@@ -9,7 +9,7 @@ export default {
9
9
  "groupSharedFeatures.metadataView.filterRow.AllFilters": "Tous les filtres",
10
10
  "groupSharedFeatures.metadataView.filterRow.applyButton": "OK",
11
11
  "groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
12
- "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} - {optionLabel}",
12
+ "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} {optionLabel}",
13
13
  "groupSharedFeatures.metadataView.filterRow.clearButton": "Effacer",
14
14
  "groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "Type de fichier",
15
15
  "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Saisir des mots-clés",
@@ -19,7 +19,7 @@ groupSharedFeatures.metadataView.filterRow.applyButton = OK
19
19
  # Label for a filter chip that includes the name and count of selected options
20
20
  groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
21
21
  # Label for a filter chip showing the field name and active filter option, e.g. "Modified - Is blank"
22
- groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} - {optionLabel}
22
+ groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} {optionLabel}
23
23
  # Button label to clear the current input in a textarea
24
24
  groupSharedFeatures.metadataView.filterRow.clearButton = Effacer
25
25
  # Title for the file type filter group
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = Filtres
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Rechercher
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = Affichage Grille
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
@@ -9,7 +9,7 @@ export default {
9
9
  "groupSharedFeatures.metadataView.filterRow.AllFilters": "Tous les filtres",
10
10
  "groupSharedFeatures.metadataView.filterRow.applyButton": "OK",
11
11
  "groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
12
- "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} - {optionLabel}",
12
+ "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} {optionLabel}",
13
13
  "groupSharedFeatures.metadataView.filterRow.clearButton": "Effacer",
14
14
  "groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "Type de fichier",
15
15
  "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Saisir des mots-clés",
@@ -19,7 +19,7 @@ groupSharedFeatures.metadataView.filterRow.applyButton = OK
19
19
  # Label for a filter chip that includes the name and count of selected options
20
20
  groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
21
21
  # Label for a filter chip showing the field name and active filter option, e.g. "Modified - Is blank"
22
- groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} - {optionLabel}
22
+ groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} {optionLabel}
23
23
  # Button label to clear the current input in a textarea
24
24
  groupSharedFeatures.metadataView.filterRow.clearButton = Effacer
25
25
  # Title for the file type filter group
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = Filtres
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Rechercher
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = Affichage Grille
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = फ़िल्
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = खोजें
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = ग्रिड दृश्य
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
@@ -9,7 +9,7 @@ export default {
9
9
  "groupSharedFeatures.metadataView.filterRow.AllFilters": "Tutti i filtri",
10
10
  "groupSharedFeatures.metadataView.filterRow.applyButton": "Applica",
11
11
  "groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
12
- "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} - {optionLabel}",
12
+ "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} {optionLabel}",
13
13
  "groupSharedFeatures.metadataView.filterRow.clearButton": "Cancella",
14
14
  "groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "Tipo di file",
15
15
  "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Inserisci parole chiave",
@@ -19,7 +19,7 @@ groupSharedFeatures.metadataView.filterRow.applyButton = Applica
19
19
  # Label for a filter chip that includes the name and count of selected options
20
20
  groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
21
21
  # Label for a filter chip showing the field name and active filter option, e.g. "Modified - Is blank"
22
- groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} - {optionLabel}
22
+ groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} {optionLabel}
23
23
  # Button label to clear the current input in a textarea
24
24
  groupSharedFeatures.metadataView.filterRow.clearButton = Cancella
25
25
  # Title for the file type filter group
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = Filtri
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Cerca
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = Vista griglia
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = フィルタ
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = 検索
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = グリッドビュー
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = 필터
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = 검색
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = 격자 보기
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
@@ -9,7 +9,7 @@ export default {
9
9
  "groupSharedFeatures.metadataView.filterRow.AllFilters": "Alle filtre",
10
10
  "groupSharedFeatures.metadataView.filterRow.applyButton": "Bruk",
11
11
  "groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
12
- "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} - {optionLabel}",
12
+ "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} {optionLabel}",
13
13
  "groupSharedFeatures.metadataView.filterRow.clearButton": "Tøm",
14
14
  "groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "Filtype",
15
15
  "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Skriv inn søkeord",
@@ -19,7 +19,7 @@ groupSharedFeatures.metadataView.filterRow.applyButton = Bruk
19
19
  # Label for a filter chip that includes the name and count of selected options
20
20
  groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
21
21
  # Label for a filter chip showing the field name and active filter option, e.g. "Modified - Is blank"
22
- groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} - {optionLabel}
22
+ groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} {optionLabel}
23
23
  # Button label to clear the current input in a textarea
24
24
  groupSharedFeatures.metadataView.filterRow.clearButton = Tøm
25
25
  # Title for the file type filter group
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = Filtre
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Søk
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = Rutenettvisning
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
@@ -9,7 +9,7 @@ export default {
9
9
  "groupSharedFeatures.metadataView.filterRow.AllFilters": "Alle filters",
10
10
  "groupSharedFeatures.metadataView.filterRow.applyButton": "Toepassen",
11
11
  "groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
12
- "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} - {optionLabel}",
12
+ "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} {optionLabel}",
13
13
  "groupSharedFeatures.metadataView.filterRow.clearButton": "Wissen",
14
14
  "groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "Bestandstype",
15
15
  "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Zoekwoorden invoeren",
@@ -19,7 +19,7 @@ groupSharedFeatures.metadataView.filterRow.applyButton = Toepassen
19
19
  # Label for a filter chip that includes the name and count of selected options
20
20
  groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
21
21
  # Label for a filter chip showing the field name and active filter option, e.g. "Modified - Is blank"
22
- groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} - {optionLabel}
22
+ groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} {optionLabel}
23
23
  # Button label to clear the current input in a textarea
24
24
  groupSharedFeatures.metadataView.filterRow.clearButton = Wissen
25
25
  # Title for the file type filter group
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = Filters
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Zoeken
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = Rasterweergave
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
@@ -9,7 +9,7 @@ export default {
9
9
  "groupSharedFeatures.metadataView.filterRow.AllFilters": "Wszystkie filtry",
10
10
  "groupSharedFeatures.metadataView.filterRow.applyButton": "Zastosuj",
11
11
  "groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
12
- "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} - {optionLabel}",
12
+ "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} {optionLabel}",
13
13
  "groupSharedFeatures.metadataView.filterRow.clearButton": "Wyczyść",
14
14
  "groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "Typ pliku",
15
15
  "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Wprowadź słowa kluczowe",
@@ -19,7 +19,7 @@ groupSharedFeatures.metadataView.filterRow.applyButton = Zastosuj
19
19
  # Label for a filter chip that includes the name and count of selected options
20
20
  groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
21
21
  # Label for a filter chip showing the field name and active filter option, e.g. "Modified - Is blank"
22
- groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} - {optionLabel}
22
+ groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} {optionLabel}
23
23
  # Button label to clear the current input in a textarea
24
24
  groupSharedFeatures.metadataView.filterRow.clearButton = Wyczyść
25
25
  # Title for the file type filter group
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = Filtry
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Wyszukaj
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = Widok siatki
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = Filtros
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Pesquisar
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = Visualização em grade
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
@@ -9,7 +9,7 @@ export default {
9
9
  "groupSharedFeatures.metadataView.filterRow.AllFilters": "Все фильтры",
10
10
  "groupSharedFeatures.metadataView.filterRow.applyButton": "Применить",
11
11
  "groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
12
- "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} - {optionLabel}",
12
+ "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} {optionLabel}",
13
13
  "groupSharedFeatures.metadataView.filterRow.clearButton": "Очистить",
14
14
  "groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "Тип файла",
15
15
  "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Введите ключевые слова",
@@ -19,7 +19,7 @@ groupSharedFeatures.metadataView.filterRow.applyButton = Применить
19
19
  # Label for a filter chip that includes the name and count of selected options
20
20
  groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
21
21
  # Label for a filter chip showing the field name and active filter option, e.g. "Modified - Is blank"
22
- groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} - {optionLabel}
22
+ groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} {optionLabel}
23
23
  # Button label to clear the current input in a textarea
24
24
  groupSharedFeatures.metadataView.filterRow.clearButton = Очистить
25
25
  # Title for the file type filter group
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = Фильтры
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Поиск
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = Сетка
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
@@ -9,7 +9,7 @@ export default {
9
9
  "groupSharedFeatures.metadataView.filterRow.AllFilters": "Alla filter",
10
10
  "groupSharedFeatures.metadataView.filterRow.applyButton": "Tillämpa",
11
11
  "groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
12
- "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} - {optionLabel}",
12
+ "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} {optionLabel}",
13
13
  "groupSharedFeatures.metadataView.filterRow.clearButton": "Rensa",
14
14
  "groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "Filtyp",
15
15
  "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Ange nyckelord",
@@ -19,7 +19,7 @@ groupSharedFeatures.metadataView.filterRow.applyButton = Tillämpa
19
19
  # Label for a filter chip that includes the name and count of selected options
20
20
  groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
21
21
  # Label for a filter chip showing the field name and active filter option, e.g. "Modified - Is blank"
22
- groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} - {optionLabel}
22
+ groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} {optionLabel}
23
23
  # Button label to clear the current input in a textarea
24
24
  groupSharedFeatures.metadataView.filterRow.clearButton = Rensa
25
25
  # Title for the file type filter group
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = Filter
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Sök
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = Rutnätsvy
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = Filtreler
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Ara
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = Kılavuz Görünümü
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
@@ -9,7 +9,7 @@ export default {
9
9
  "groupSharedFeatures.metadataView.filterRow.AllFilters": "所有筛选条件",
10
10
  "groupSharedFeatures.metadataView.filterRow.applyButton": "应用程序",
11
11
  "groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
12
- "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} - {optionLabel}",
12
+ "groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "{name} {optionLabel}",
13
13
  "groupSharedFeatures.metadataView.filterRow.clearButton": "清除",
14
14
  "groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "文件类型",
15
15
  "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "输入关键字",
@@ -19,7 +19,7 @@ groupSharedFeatures.metadataView.filterRow.applyButton = 应用程序
19
19
  # Label for a filter chip that includes the name and count of selected options
20
20
  groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
21
21
  # Label for a filter chip showing the field name and active filter option, e.g. "Modified - Is blank"
22
- groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} - {optionLabel}
22
+ groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} {optionLabel}
23
23
  # Button label to clear the current input in a textarea
24
24
  groupSharedFeatures.metadataView.filterRow.clearButton = 清除
25
25
  # Title for the file type filter group
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = 筛选
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = 搜索
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = 网格视图
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
@@ -40,6 +40,12 @@ groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = 篩選
40
40
  groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = 搜尋
41
41
  # Label for the grid view of files and folders
42
42
  groupSharedFeatures.metadataView.gridList.gridView = 方格檢視
43
+ # Aria label for the clear selection button
44
+ groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
45
+ # Selection count text in the header when multiple items are selected or item name is unavailable
46
+ groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}
47
+ # Selection text in the header when a single item is selected, showing the item name
48
+ groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> is selected
43
49
  # Label for the default unselected option in inline editing dropdowns
44
50
  groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
45
51
  # Label for the action menu for an item in the metadata view list
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@box/metadata-view",
3
- "version": "1.53.1",
3
+ "version": "1.53.3",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
- "@box/blueprint-web": "^13.11.0",
7
- "@box/blueprint-web-assets": "^4.111.0",
8
- "@box/box-item-type-selector": "^1.39.0",
9
- "@box/item-icon": "^2.31.0",
10
- "@box/metadata-filter": "^1.80.0",
6
+ "@box/blueprint-web": "^13.11.1",
7
+ "@box/blueprint-web-assets": "^4.111.1",
8
+ "@box/box-item-type-selector": "^1.39.2",
9
+ "@box/item-icon": "^2.31.2",
10
+ "@box/metadata-filter": "^1.80.2",
11
11
  "@box/types": "2.1.8",
12
12
  "@tanstack/react-virtual": "^3.10.8",
13
13
  "formik": "^2.4.5",
@@ -18,13 +18,13 @@
18
18
  "react-intl": "^6.4.2"
19
19
  },
20
20
  "devDependencies": {
21
- "@box/blueprint-web": "^13.11.0",
22
- "@box/blueprint-web-assets": "^4.111.0",
23
- "@box/box-item-type-selector": "^1.39.0",
21
+ "@box/blueprint-web": "^13.11.1",
22
+ "@box/blueprint-web-assets": "^4.111.1",
23
+ "@box/box-item-type-selector": "^1.39.2",
24
24
  "@box/eslint-plugin-blueprint": "1.1.6",
25
- "@box/item-icon": "^2.31.0",
26
- "@box/metadata-filter": "^1.80.0",
27
- "@box/storybook-utils": "0.17.0",
25
+ "@box/item-icon": "^2.31.2",
26
+ "@box/metadata-filter": "^1.80.2",
27
+ "@box/storybook-utils": "0.17.1",
28
28
  "@box/types": "2.1.8",
29
29
  "@tanstack/react-virtual": "^3.10.8",
30
30
  "react-intl": "^6.4.2"