@box/metadata-view 0.26.1 → 0.27.0

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 (48) hide show
  1. package/dist/i18n/bn-IN.js +7 -7
  2. package/dist/i18n/bn-IN.properties +22 -0
  3. package/dist/i18n/da-DK.js +7 -7
  4. package/dist/i18n/da-DK.properties +22 -0
  5. package/dist/i18n/de-DE.js +7 -7
  6. package/dist/i18n/de-DE.properties +22 -0
  7. package/dist/i18n/en-AU.properties +22 -0
  8. package/dist/i18n/en-CA.properties +22 -0
  9. package/dist/i18n/en-GB.properties +22 -0
  10. package/dist/i18n/en-x-pseudo.js +29 -29
  11. package/dist/i18n/en-x-pseudo.properties +40 -18
  12. package/dist/i18n/es-419.js +7 -7
  13. package/dist/i18n/es-419.properties +22 -0
  14. package/dist/i18n/es-ES.js +7 -7
  15. package/dist/i18n/es-ES.properties +22 -0
  16. package/dist/i18n/fi-FI.js +7 -7
  17. package/dist/i18n/fi-FI.properties +22 -0
  18. package/dist/i18n/fr-CA.js +7 -7
  19. package/dist/i18n/fr-CA.properties +22 -0
  20. package/dist/i18n/fr-FR.js +7 -7
  21. package/dist/i18n/fr-FR.properties +22 -0
  22. package/dist/i18n/hi-IN.js +7 -7
  23. package/dist/i18n/hi-IN.properties +22 -0
  24. package/dist/i18n/it-IT.js +7 -7
  25. package/dist/i18n/it-IT.properties +22 -0
  26. package/dist/i18n/ja-JP.js +7 -7
  27. package/dist/i18n/ja-JP.properties +22 -0
  28. package/dist/i18n/ko-KR.js +8 -8
  29. package/dist/i18n/ko-KR.properties +22 -0
  30. package/dist/i18n/nb-NO.js +7 -7
  31. package/dist/i18n/nb-NO.properties +22 -0
  32. package/dist/i18n/nl-NL.js +7 -7
  33. package/dist/i18n/nl-NL.properties +22 -0
  34. package/dist/i18n/pl-PL.js +7 -7
  35. package/dist/i18n/pl-PL.properties +22 -0
  36. package/dist/i18n/pt-BR.js +7 -7
  37. package/dist/i18n/pt-BR.properties +22 -0
  38. package/dist/i18n/ru-RU.js +7 -7
  39. package/dist/i18n/ru-RU.properties +22 -0
  40. package/dist/i18n/sv-SE.js +7 -7
  41. package/dist/i18n/sv-SE.properties +22 -0
  42. package/dist/i18n/tr-TR.js +7 -7
  43. package/dist/i18n/tr-TR.properties +22 -0
  44. package/dist/i18n/zh-CN.js +7 -7
  45. package/dist/i18n/zh-CN.properties +22 -0
  46. package/dist/i18n/zh-TW.js +7 -7
  47. package/dist/i18n/zh-TW.properties +22 -0
  48. package/package.json +3 -3
@@ -10,7 +10,7 @@ export default {
10
10
  "groupSharedFeatures.metadataView.filterRow.applyButton": "Toepassen",
11
11
  "groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
12
12
  "groupSharedFeatures.metadataView.filterRow.clearButton": "Wissen",
13
- "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Enter keywords",
13
+ "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Zoekwoorden invoeren",
14
14
  "groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "Waarde instellen",
15
15
  "groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "Alles wissen",
16
16
  "groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel": "Sluiten",
@@ -22,10 +22,10 @@ export default {
22
22
  "groupSharedFeatures.metadataView.itemList.listView": "Lijstweergave",
23
23
  "groupSharedFeatures.metadataView.itemList.refreshButton": "Verversen",
24
24
  "groupSharedFeatures.metadataView.itemList.selectAll": "Selecteer alles",
25
- "groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Search",
26
- "groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Clear",
27
- "groupSharedFeatures.metadataView.pagination.nextPageButton": "Next",
28
- "groupSharedFeatures.metadataView.pagination.pageEntryStatus": "Showing {startEntryIndex} to {endEntryIndex} of {totalCount} entries",
29
- "groupSharedFeatures.metadataView.pagination.paginationLabel": "Pagination navigation controls and current page information",
30
- "groupSharedFeatures.metadataView.pagination.previousPageButton": "Previous"
25
+ "groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Zoeken",
26
+ "groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Wissen",
27
+ "groupSharedFeatures.metadataView.pagination.nextPageButton": "Volgende",
28
+ "groupSharedFeatures.metadataView.pagination.pageEntryStatus": "Toont {totalCount} vermeldingen van {endEntryIndex} tot en met {startEntryIndex}",
29
+ "groupSharedFeatures.metadataView.pagination.paginationLabel": "Navigatiebediening voor paginatie en huidige pagina-informatie",
30
+ "groupSharedFeatures.metadataView.pagination.previousPageButton": "Vorige"
31
31
  }
@@ -2,6 +2,12 @@
2
2
  groupSharedFeatures.emptyState.body = Probeer je filters of trefwoorden aan te passen.
3
3
  # Heading for the empty state when no items are found
4
4
  groupSharedFeatures.emptyState.heading = Sorry, we konden niet vinden wat u zocht.
5
+ # Label for decreasing the size of column.
6
+ groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize = Decrease
7
+ # Label for increasing the size of column.
8
+ groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = Increase
9
+ # Label for the slider that controls the size of column.
10
+ groupSharedFeatures.metadataView.actionBar.sliderLabel = Slider
5
11
  # Label to switch to grid view
6
12
  groupSharedFeatures.metadataView.actionBar.switchToGridView = Overschakelen naar rasterweergave
7
13
  # Label to switch to list view
@@ -10,8 +16,12 @@ groupSharedFeatures.metadataView.actionBar.switchToListView = Overschakelen naar
10
16
  groupSharedFeatures.metadataView.filterRow.AllFilters = Alle filters
11
17
  # Button label to apply the current input as a filter to the metadata table
12
18
  groupSharedFeatures.metadataView.filterRow.applyButton = Toepassen
19
+ # Label for a filter chip that includes the name and count of selected options
20
+ groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
13
21
  # Button label to clear the current input in a textarea
14
22
  groupSharedFeatures.metadataView.filterRow.clearButton = Wissen
23
+ # Placeholder text for the keyword search filter
24
+ groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = Zoekwoorden invoeren
15
25
  # Placeholder text for the input field in the filter row
16
26
  groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = Waarde instellen
17
27
  # Button label to clear all filters in the sidepanel
@@ -34,3 +44,15 @@ groupSharedFeatures.metadataView.itemList.listView = Lijstweergave
34
44
  groupSharedFeatures.metadataView.itemList.refreshButton = Verversen
35
45
  # Label for the select all checkbox in the metadata table
36
46
  groupSharedFeatures.metadataView.itemList.selectAll = Selecteer alles
47
+ # Aria label for the search input
48
+ groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel = Zoeken
49
+ # Aria label for the clear button in the search input
50
+ groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel = Wissen
51
+ # Label for the next page button
52
+ groupSharedFeatures.metadataView.pagination.nextPageButton = Volgende
53
+ # Pagination menu status with the range of entries shown
54
+ groupSharedFeatures.metadataView.pagination.pageEntryStatus = Toont {totalCount} vermeldingen van {endEntryIndex} tot en met {startEntryIndex}
55
+ # Aria label for the pagination component, which includes entry status and previous/next page controls
56
+ groupSharedFeatures.metadataView.pagination.paginationLabel = Navigatiebediening voor paginatie en huidige pagina-informatie
57
+ # Label for the previous page button
58
+ groupSharedFeatures.metadataView.pagination.previousPageButton = Vorige
@@ -10,7 +10,7 @@ export default {
10
10
  "groupSharedFeatures.metadataView.filterRow.applyButton": "Zastosuj",
11
11
  "groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
12
12
  "groupSharedFeatures.metadataView.filterRow.clearButton": "Wyczyść",
13
- "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Enter keywords",
13
+ "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Wprowadź słowa kluczowe",
14
14
  "groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "Ustaw wartość",
15
15
  "groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "Wyczyść wszystko",
16
16
  "groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel": "Zamknij",
@@ -22,10 +22,10 @@ export default {
22
22
  "groupSharedFeatures.metadataView.itemList.listView": "Widok listy",
23
23
  "groupSharedFeatures.metadataView.itemList.refreshButton": "Odśwież",
24
24
  "groupSharedFeatures.metadataView.itemList.selectAll": "Wybierz wszystkie",
25
- "groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Search",
26
- "groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Clear",
27
- "groupSharedFeatures.metadataView.pagination.nextPageButton": "Next",
28
- "groupSharedFeatures.metadataView.pagination.pageEntryStatus": "Showing {startEntryIndex} to {endEntryIndex} of {totalCount} entries",
29
- "groupSharedFeatures.metadataView.pagination.paginationLabel": "Pagination navigation controls and current page information",
30
- "groupSharedFeatures.metadataView.pagination.previousPageButton": "Previous"
25
+ "groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Wyszukaj",
26
+ "groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Wyczyść",
27
+ "groupSharedFeatures.metadataView.pagination.nextPageButton": "Dalej",
28
+ "groupSharedFeatures.metadataView.pagination.pageEntryStatus": "Wyświetlanie {startEntryIndex} do {endEntryIndex} z {totalCount} wpisów",
29
+ "groupSharedFeatures.metadataView.pagination.paginationLabel": "Sterowanie nawigacją po stronach i informacje o bieżącej stronie",
30
+ "groupSharedFeatures.metadataView.pagination.previousPageButton": "Wstecz"
31
31
  }
@@ -2,6 +2,12 @@
2
2
  groupSharedFeatures.emptyState.body = Spróbuj dostosować filtry lub słowa kluczowe.
3
3
  # Heading for the empty state when no items are found
4
4
  groupSharedFeatures.emptyState.heading = Niestety nie udało się znaleźć tego, czego szukasz.
5
+ # Label for decreasing the size of column.
6
+ groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize = Decrease
7
+ # Label for increasing the size of column.
8
+ groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = Increase
9
+ # Label for the slider that controls the size of column.
10
+ groupSharedFeatures.metadataView.actionBar.sliderLabel = Slider
5
11
  # Label to switch to grid view
6
12
  groupSharedFeatures.metadataView.actionBar.switchToGridView = Przełącz na widok siatki
7
13
  # Label to switch to list view
@@ -10,8 +16,12 @@ groupSharedFeatures.metadataView.actionBar.switchToListView = Przełącz na wido
10
16
  groupSharedFeatures.metadataView.filterRow.AllFilters = Wszystkie filtry
11
17
  # Button label to apply the current input as a filter to the metadata table
12
18
  groupSharedFeatures.metadataView.filterRow.applyButton = Zastosuj
19
+ # Label for a filter chip that includes the name and count of selected options
20
+ groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
13
21
  # Button label to clear the current input in a textarea
14
22
  groupSharedFeatures.metadataView.filterRow.clearButton = Wyczyść
23
+ # Placeholder text for the keyword search filter
24
+ groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = Wprowadź słowa kluczowe
15
25
  # Placeholder text for the input field in the filter row
16
26
  groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = Ustaw wartość
17
27
  # Button label to clear all filters in the sidepanel
@@ -34,3 +44,15 @@ groupSharedFeatures.metadataView.itemList.listView = Widok listy
34
44
  groupSharedFeatures.metadataView.itemList.refreshButton = Odśwież
35
45
  # Label for the select all checkbox in the metadata table
36
46
  groupSharedFeatures.metadataView.itemList.selectAll = Wybierz wszystkie
47
+ # Aria label for the search input
48
+ groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel = Wyszukaj
49
+ # Aria label for the clear button in the search input
50
+ groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel = Wyczyść
51
+ # Label for the next page button
52
+ groupSharedFeatures.metadataView.pagination.nextPageButton = Dalej
53
+ # Pagination menu status with the range of entries shown
54
+ groupSharedFeatures.metadataView.pagination.pageEntryStatus = Wyświetlanie {startEntryIndex} do {endEntryIndex} z {totalCount} wpisów
55
+ # Aria label for the pagination component, which includes entry status and previous/next page controls
56
+ groupSharedFeatures.metadataView.pagination.paginationLabel = Sterowanie nawigacją po stronach i informacje o bieżącej stronie
57
+ # Label for the previous page button
58
+ groupSharedFeatures.metadataView.pagination.previousPageButton = Wstecz
@@ -10,7 +10,7 @@ export default {
10
10
  "groupSharedFeatures.metadataView.filterRow.applyButton": "Aplicar",
11
11
  "groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
12
12
  "groupSharedFeatures.metadataView.filterRow.clearButton": "Limpar",
13
- "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Enter keywords",
13
+ "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Inserir palavras-chave",
14
14
  "groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "Definir Valor",
15
15
  "groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "Limpar tudo",
16
16
  "groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel": "Fechar",
@@ -22,10 +22,10 @@ export default {
22
22
  "groupSharedFeatures.metadataView.itemList.listView": "Exibição em lista",
23
23
  "groupSharedFeatures.metadataView.itemList.refreshButton": "Atualizar",
24
24
  "groupSharedFeatures.metadataView.itemList.selectAll": "Selecionar todos",
25
- "groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Search",
26
- "groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Clear",
27
- "groupSharedFeatures.metadataView.pagination.nextPageButton": "Next",
28
- "groupSharedFeatures.metadataView.pagination.pageEntryStatus": "Showing {startEntryIndex} to {endEntryIndex} of {totalCount} entries",
29
- "groupSharedFeatures.metadataView.pagination.paginationLabel": "Pagination navigation controls and current page information",
30
- "groupSharedFeatures.metadataView.pagination.previousPageButton": "Previous"
25
+ "groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Pesquisar",
26
+ "groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Limpar",
27
+ "groupSharedFeatures.metadataView.pagination.nextPageButton": "Avançar",
28
+ "groupSharedFeatures.metadataView.pagination.pageEntryStatus": "Mostrando {startEntryIndex} a {endEntryIndex} de {totalCount} entradas",
29
+ "groupSharedFeatures.metadataView.pagination.paginationLabel": "Controles de navegação da paginação e informações atuais da página",
30
+ "groupSharedFeatures.metadataView.pagination.previousPageButton": "Anterior"
31
31
  }
@@ -2,6 +2,12 @@
2
2
  groupSharedFeatures.emptyState.body = Tente ajustar seus filtros ou palavras-chave.
3
3
  # Heading for the empty state when no items are found
4
4
  groupSharedFeatures.emptyState.heading = Não conseguimos encontrar o que você procura.
5
+ # Label for decreasing the size of column.
6
+ groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize = Decrease
7
+ # Label for increasing the size of column.
8
+ groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = Increase
9
+ # Label for the slider that controls the size of column.
10
+ groupSharedFeatures.metadataView.actionBar.sliderLabel = Slider
5
11
  # Label to switch to grid view
6
12
  groupSharedFeatures.metadataView.actionBar.switchToGridView = Alternar para Exibição em grade
7
13
  # Label to switch to list view
@@ -10,8 +16,12 @@ groupSharedFeatures.metadataView.actionBar.switchToListView = Mudar para exibiç
10
16
  groupSharedFeatures.metadataView.filterRow.AllFilters = Todos os filtros
11
17
  # Button label to apply the current input as a filter to the metadata table
12
18
  groupSharedFeatures.metadataView.filterRow.applyButton = Aplicar
19
+ # Label for a filter chip that includes the name and count of selected options
20
+ groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
13
21
  # Button label to clear the current input in a textarea
14
22
  groupSharedFeatures.metadataView.filterRow.clearButton = Limpar
23
+ # Placeholder text for the keyword search filter
24
+ groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = Inserir palavras-chave
15
25
  # Placeholder text for the input field in the filter row
16
26
  groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = Definir Valor
17
27
  # Button label to clear all filters in the sidepanel
@@ -34,3 +44,15 @@ groupSharedFeatures.metadataView.itemList.listView = Exibição em lista
34
44
  groupSharedFeatures.metadataView.itemList.refreshButton = Atualizar
35
45
  # Label for the select all checkbox in the metadata table
36
46
  groupSharedFeatures.metadataView.itemList.selectAll = Selecionar todos
47
+ # Aria label for the search input
48
+ groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel = Pesquisar
49
+ # Aria label for the clear button in the search input
50
+ groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel = Limpar
51
+ # Label for the next page button
52
+ groupSharedFeatures.metadataView.pagination.nextPageButton = Avançar
53
+ # Pagination menu status with the range of entries shown
54
+ groupSharedFeatures.metadataView.pagination.pageEntryStatus = Mostrando {startEntryIndex} a {endEntryIndex} de {totalCount} entradas
55
+ # Aria label for the pagination component, which includes entry status and previous/next page controls
56
+ groupSharedFeatures.metadataView.pagination.paginationLabel = Controles de navegação da paginação e informações atuais da página
57
+ # Label for the previous page button
58
+ groupSharedFeatures.metadataView.pagination.previousPageButton = Anterior
@@ -10,7 +10,7 @@ export default {
10
10
  "groupSharedFeatures.metadataView.filterRow.applyButton": "Применить",
11
11
  "groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
12
12
  "groupSharedFeatures.metadataView.filterRow.clearButton": "Очистить",
13
- "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Enter keywords",
13
+ "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Введите ключевые слова",
14
14
  "groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "Указать значение",
15
15
  "groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "Очистить все",
16
16
  "groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel": "Закрыть",
@@ -22,10 +22,10 @@ export default {
22
22
  "groupSharedFeatures.metadataView.itemList.listView": "Список",
23
23
  "groupSharedFeatures.metadataView.itemList.refreshButton": "Обновить",
24
24
  "groupSharedFeatures.metadataView.itemList.selectAll": "Выбрать все",
25
- "groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Search",
26
- "groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Clear",
27
- "groupSharedFeatures.metadataView.pagination.nextPageButton": "Next",
28
- "groupSharedFeatures.metadataView.pagination.pageEntryStatus": "Showing {startEntryIndex} to {endEntryIndex} of {totalCount} entries",
29
- "groupSharedFeatures.metadataView.pagination.paginationLabel": "Pagination navigation controls and current page information",
30
- "groupSharedFeatures.metadataView.pagination.previousPageButton": "Previous"
25
+ "groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Поиск",
26
+ "groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Очистить",
27
+ "groupSharedFeatures.metadataView.pagination.nextPageButton": "Далее",
28
+ "groupSharedFeatures.metadataView.pagination.pageEntryStatus": "Показано записей: {startEntryIndex}{endEntryIndex} из {totalCount}",
29
+ "groupSharedFeatures.metadataView.pagination.paginationLabel": "Управление навигацией разбиения на страницы и информация о текущей странице",
30
+ "groupSharedFeatures.metadataView.pagination.previousPageButton": "Назад"
31
31
  }
@@ -2,6 +2,12 @@
2
2
  groupSharedFeatures.emptyState.body = Попробуйте изменить фильтры или ключевые слова.
3
3
  # Heading for the empty state when no items are found
4
4
  groupSharedFeatures.emptyState.heading = К сожалению, мы не смогли найти то, что вы ищете.
5
+ # Label for decreasing the size of column.
6
+ groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize = Decrease
7
+ # Label for increasing the size of column.
8
+ groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = Increase
9
+ # Label for the slider that controls the size of column.
10
+ groupSharedFeatures.metadataView.actionBar.sliderLabel = Slider
5
11
  # Label to switch to grid view
6
12
  groupSharedFeatures.metadataView.actionBar.switchToGridView = Перейти к сетке
7
13
  # Label to switch to list view
@@ -10,8 +16,12 @@ groupSharedFeatures.metadataView.actionBar.switchToListView = Переключе
10
16
  groupSharedFeatures.metadataView.filterRow.AllFilters = Все фильтры
11
17
  # Button label to apply the current input as a filter to the metadata table
12
18
  groupSharedFeatures.metadataView.filterRow.applyButton = Применить
19
+ # Label for a filter chip that includes the name and count of selected options
20
+ groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
13
21
  # Button label to clear the current input in a textarea
14
22
  groupSharedFeatures.metadataView.filterRow.clearButton = Очистить
23
+ # Placeholder text for the keyword search filter
24
+ groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = Введите ключевые слова
15
25
  # Placeholder text for the input field in the filter row
16
26
  groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = Указать значение
17
27
  # Button label to clear all filters in the sidepanel
@@ -34,3 +44,15 @@ groupSharedFeatures.metadataView.itemList.listView = Список
34
44
  groupSharedFeatures.metadataView.itemList.refreshButton = Обновить
35
45
  # Label for the select all checkbox in the metadata table
36
46
  groupSharedFeatures.metadataView.itemList.selectAll = Выбрать все
47
+ # Aria label for the search input
48
+ groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel = Поиск
49
+ # Aria label for the clear button in the search input
50
+ groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel = Очистить
51
+ # Label for the next page button
52
+ groupSharedFeatures.metadataView.pagination.nextPageButton = Далее
53
+ # Pagination menu status with the range of entries shown
54
+ groupSharedFeatures.metadataView.pagination.pageEntryStatus = Показано записей: {startEntryIndex}–{endEntryIndex} из {totalCount}
55
+ # Aria label for the pagination component, which includes entry status and previous/next page controls
56
+ groupSharedFeatures.metadataView.pagination.paginationLabel = Управление навигацией разбиения на страницы и информация о текущей странице
57
+ # Label for the previous page button
58
+ groupSharedFeatures.metadataView.pagination.previousPageButton = Назад
@@ -10,7 +10,7 @@ export default {
10
10
  "groupSharedFeatures.metadataView.filterRow.applyButton": "Tillämpa",
11
11
  "groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
12
12
  "groupSharedFeatures.metadataView.filterRow.clearButton": "Rensa",
13
- "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Enter keywords",
13
+ "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Ange nyckelord",
14
14
  "groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "Ange värde",
15
15
  "groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "Rensa allt",
16
16
  "groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel": "Stäng",
@@ -22,10 +22,10 @@ export default {
22
22
  "groupSharedFeatures.metadataView.itemList.listView": "Listvy",
23
23
  "groupSharedFeatures.metadataView.itemList.refreshButton": "Uppdatera",
24
24
  "groupSharedFeatures.metadataView.itemList.selectAll": "Välj alla",
25
- "groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Search",
26
- "groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Clear",
27
- "groupSharedFeatures.metadataView.pagination.nextPageButton": "Next",
28
- "groupSharedFeatures.metadataView.pagination.pageEntryStatus": "Showing {startEntryIndex} to {endEntryIndex} of {totalCount} entries",
29
- "groupSharedFeatures.metadataView.pagination.paginationLabel": "Pagination navigation controls and current page information",
30
- "groupSharedFeatures.metadataView.pagination.previousPageButton": "Previous"
25
+ "groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Sök",
26
+ "groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Rensa",
27
+ "groupSharedFeatures.metadataView.pagination.nextPageButton": "Nästa",
28
+ "groupSharedFeatures.metadataView.pagination.pageEntryStatus": "Visar {startEntryIndex} till {endEntryIndex} av {totalCount} poster",
29
+ "groupSharedFeatures.metadataView.pagination.paginationLabel": "Kontroller för pagineringsnavigering och aktuell sidinformation",
30
+ "groupSharedFeatures.metadataView.pagination.previousPageButton": "Föregående"
31
31
  }
@@ -2,6 +2,12 @@
2
2
  groupSharedFeatures.emptyState.body = Försök att justera dina filter eller nyckelord.
3
3
  # Heading for the empty state when no items are found
4
4
  groupSharedFeatures.emptyState.heading = Vi kunde inte hitta det du letar efter.
5
+ # Label for decreasing the size of column.
6
+ groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize = Decrease
7
+ # Label for increasing the size of column.
8
+ groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = Increase
9
+ # Label for the slider that controls the size of column.
10
+ groupSharedFeatures.metadataView.actionBar.sliderLabel = Slider
5
11
  # Label to switch to grid view
6
12
  groupSharedFeatures.metadataView.actionBar.switchToGridView = Växla till rutnätsvy
7
13
  # Label to switch to list view
@@ -10,8 +16,12 @@ groupSharedFeatures.metadataView.actionBar.switchToListView = Växla till listvy
10
16
  groupSharedFeatures.metadataView.filterRow.AllFilters = Alla filter
11
17
  # Button label to apply the current input as a filter to the metadata table
12
18
  groupSharedFeatures.metadataView.filterRow.applyButton = Tillämpa
19
+ # Label for a filter chip that includes the name and count of selected options
20
+ groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
13
21
  # Button label to clear the current input in a textarea
14
22
  groupSharedFeatures.metadataView.filterRow.clearButton = Rensa
23
+ # Placeholder text for the keyword search filter
24
+ groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = Ange nyckelord
15
25
  # Placeholder text for the input field in the filter row
16
26
  groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = Ange värde
17
27
  # Button label to clear all filters in the sidepanel
@@ -34,3 +44,15 @@ groupSharedFeatures.metadataView.itemList.listView = Listvy
34
44
  groupSharedFeatures.metadataView.itemList.refreshButton = Uppdatera
35
45
  # Label for the select all checkbox in the metadata table
36
46
  groupSharedFeatures.metadataView.itemList.selectAll = Välj alla
47
+ # Aria label for the search input
48
+ groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel = Sök
49
+ # Aria label for the clear button in the search input
50
+ groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel = Rensa
51
+ # Label for the next page button
52
+ groupSharedFeatures.metadataView.pagination.nextPageButton = Nästa
53
+ # Pagination menu status with the range of entries shown
54
+ groupSharedFeatures.metadataView.pagination.pageEntryStatus = Visar {startEntryIndex} till {endEntryIndex} av {totalCount} poster
55
+ # Aria label for the pagination component, which includes entry status and previous/next page controls
56
+ groupSharedFeatures.metadataView.pagination.paginationLabel = Kontroller för pagineringsnavigering och aktuell sidinformation
57
+ # Label for the previous page button
58
+ groupSharedFeatures.metadataView.pagination.previousPageButton = Föregående
@@ -10,7 +10,7 @@ export default {
10
10
  "groupSharedFeatures.metadataView.filterRow.applyButton": "Uygula",
11
11
  "groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
12
12
  "groupSharedFeatures.metadataView.filterRow.clearButton": "Temizle",
13
- "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Enter keywords",
13
+ "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Anahtar kelimeleri girin",
14
14
  "groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "Değer Ayarla",
15
15
  "groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "Tümünü Temizle",
16
16
  "groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel": "Kapat",
@@ -22,10 +22,10 @@ export default {
22
22
  "groupSharedFeatures.metadataView.itemList.listView": "Liste görünümü",
23
23
  "groupSharedFeatures.metadataView.itemList.refreshButton": "Yenile",
24
24
  "groupSharedFeatures.metadataView.itemList.selectAll": "Tümünü Seç",
25
- "groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Search",
26
- "groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Clear",
27
- "groupSharedFeatures.metadataView.pagination.nextPageButton": "Next",
28
- "groupSharedFeatures.metadataView.pagination.pageEntryStatus": "Showing {startEntryIndex} to {endEntryIndex} of {totalCount} entries",
29
- "groupSharedFeatures.metadataView.pagination.paginationLabel": "Pagination navigation controls and current page information",
30
- "groupSharedFeatures.metadataView.pagination.previousPageButton": "Previous"
25
+ "groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Ara",
26
+ "groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Temizle",
27
+ "groupSharedFeatures.metadataView.pagination.nextPageButton": "İleri",
28
+ "groupSharedFeatures.metadataView.pagination.pageEntryStatus": "{totalCount} girişten {startEntryIndex} ila {endEntryIndex} arası gösteriliyor",
29
+ "groupSharedFeatures.metadataView.pagination.paginationLabel": "Sayfa numaralandırma gezinti kontrolleri ve geçerli sayfa bilgileri",
30
+ "groupSharedFeatures.metadataView.pagination.previousPageButton": "Geri"
31
31
  }
@@ -2,6 +2,12 @@
2
2
  groupSharedFeatures.emptyState.body = Filtrelerinizi veya anahtar sözcüklerinizi ayarlamayı deneyin.
3
3
  # Heading for the empty state when no items are found
4
4
  groupSharedFeatures.emptyState.heading = Üzgünüz, aradığınızı bulmadık.
5
+ # Label for decreasing the size of column.
6
+ groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize = Decrease
7
+ # Label for increasing the size of column.
8
+ groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = Increase
9
+ # Label for the slider that controls the size of column.
10
+ groupSharedFeatures.metadataView.actionBar.sliderLabel = Slider
5
11
  # Label to switch to grid view
6
12
  groupSharedFeatures.metadataView.actionBar.switchToGridView = Kılavuz Görünümüne Geç
7
13
  # Label to switch to list view
@@ -10,8 +16,12 @@ groupSharedFeatures.metadataView.actionBar.switchToListView = Liste Görünümü
10
16
  groupSharedFeatures.metadataView.filterRow.AllFilters = Tüm Filtreler
11
17
  # Button label to apply the current input as a filter to the metadata table
12
18
  groupSharedFeatures.metadataView.filterRow.applyButton = Uygula
19
+ # Label for a filter chip that includes the name and count of selected options
20
+ groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
13
21
  # Button label to clear the current input in a textarea
14
22
  groupSharedFeatures.metadataView.filterRow.clearButton = Temizle
23
+ # Placeholder text for the keyword search filter
24
+ groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = Anahtar kelimeleri girin
15
25
  # Placeholder text for the input field in the filter row
16
26
  groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = Değer Ayarla
17
27
  # Button label to clear all filters in the sidepanel
@@ -34,3 +44,15 @@ groupSharedFeatures.metadataView.itemList.listView = Liste görünümü
34
44
  groupSharedFeatures.metadataView.itemList.refreshButton = Yenile
35
45
  # Label for the select all checkbox in the metadata table
36
46
  groupSharedFeatures.metadataView.itemList.selectAll = Tümünü Seç
47
+ # Aria label for the search input
48
+ groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel = Ara
49
+ # Aria label for the clear button in the search input
50
+ groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel = Temizle
51
+ # Label for the next page button
52
+ groupSharedFeatures.metadataView.pagination.nextPageButton = İleri
53
+ # Pagination menu status with the range of entries shown
54
+ groupSharedFeatures.metadataView.pagination.pageEntryStatus = {totalCount} girişten {startEntryIndex} ila {endEntryIndex} arası gösteriliyor
55
+ # Aria label for the pagination component, which includes entry status and previous/next page controls
56
+ groupSharedFeatures.metadataView.pagination.paginationLabel = Sayfa numaralandırma gezinti kontrolleri ve geçerli sayfa bilgileri
57
+ # Label for the previous page button
58
+ groupSharedFeatures.metadataView.pagination.previousPageButton = Geri
@@ -10,7 +10,7 @@ export default {
10
10
  "groupSharedFeatures.metadataView.filterRow.applyButton": "应用程序",
11
11
  "groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
12
12
  "groupSharedFeatures.metadataView.filterRow.clearButton": "清除",
13
- "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Enter keywords",
13
+ "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "输入关键字",
14
14
  "groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "设置值",
15
15
  "groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "全部清除",
16
16
  "groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel": "关闭",
@@ -22,10 +22,10 @@ export default {
22
22
  "groupSharedFeatures.metadataView.itemList.listView": "列表视图",
23
23
  "groupSharedFeatures.metadataView.itemList.refreshButton": "刷新",
24
24
  "groupSharedFeatures.metadataView.itemList.selectAll": "选择全部",
25
- "groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Search",
26
- "groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Clear",
27
- "groupSharedFeatures.metadataView.pagination.nextPageButton": "Next",
28
- "groupSharedFeatures.metadataView.pagination.pageEntryStatus": "Showing {startEntryIndex} to {endEntryIndex} of {totalCount} entries",
29
- "groupSharedFeatures.metadataView.pagination.paginationLabel": "Pagination navigation controls and current page information",
30
- "groupSharedFeatures.metadataView.pagination.previousPageButton": "Previous"
25
+ "groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "搜索",
26
+ "groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "清除",
27
+ "groupSharedFeatures.metadataView.pagination.nextPageButton": "下一页",
28
+ "groupSharedFeatures.metadataView.pagination.pageEntryStatus": "正在显示第 {startEntryIndex} 至第 {endEntryIndex} 个(共 {totalCount} 个)条目",
29
+ "groupSharedFeatures.metadataView.pagination.paginationLabel": "分页导航控件和当前页面信息",
30
+ "groupSharedFeatures.metadataView.pagination.previousPageButton": "上一页"
31
31
  }
@@ -2,6 +2,12 @@
2
2
  groupSharedFeatures.emptyState.body = 尝试调整筛选器或关键字。
3
3
  # Heading for the empty state when no items are found
4
4
  groupSharedFeatures.emptyState.heading = 抱歉,我们无法找到您正在寻找的内容。
5
+ # Label for decreasing the size of column.
6
+ groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize = Decrease
7
+ # Label for increasing the size of column.
8
+ groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = Increase
9
+ # Label for the slider that controls the size of column.
10
+ groupSharedFeatures.metadataView.actionBar.sliderLabel = Slider
5
11
  # Label to switch to grid view
6
12
  groupSharedFeatures.metadataView.actionBar.switchToGridView = 切换为网格视图
7
13
  # Label to switch to list view
@@ -10,8 +16,12 @@ groupSharedFeatures.metadataView.actionBar.switchToListView = 切换为列表视
10
16
  groupSharedFeatures.metadataView.filterRow.AllFilters = 所有筛选条件
11
17
  # Button label to apply the current input as a filter to the metadata table
12
18
  groupSharedFeatures.metadataView.filterRow.applyButton = 应用程序
19
+ # Label for a filter chip that includes the name and count of selected options
20
+ groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
13
21
  # Button label to clear the current input in a textarea
14
22
  groupSharedFeatures.metadataView.filterRow.clearButton = 清除
23
+ # Placeholder text for the keyword search filter
24
+ groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = 输入关键字
15
25
  # Placeholder text for the input field in the filter row
16
26
  groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = 设置值
17
27
  # Button label to clear all filters in the sidepanel
@@ -34,3 +44,15 @@ groupSharedFeatures.metadataView.itemList.listView = 列表视图
34
44
  groupSharedFeatures.metadataView.itemList.refreshButton = 刷新
35
45
  # Label for the select all checkbox in the metadata table
36
46
  groupSharedFeatures.metadataView.itemList.selectAll = 选择全部
47
+ # Aria label for the search input
48
+ groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel = 搜索
49
+ # Aria label for the clear button in the search input
50
+ groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel = 清除
51
+ # Label for the next page button
52
+ groupSharedFeatures.metadataView.pagination.nextPageButton = 下一页
53
+ # Pagination menu status with the range of entries shown
54
+ groupSharedFeatures.metadataView.pagination.pageEntryStatus = 正在显示第 {startEntryIndex} 至第 {endEntryIndex} 个(共 {totalCount} 个)条目
55
+ # Aria label for the pagination component, which includes entry status and previous/next page controls
56
+ groupSharedFeatures.metadataView.pagination.paginationLabel = 分页导航控件和当前页面信息
57
+ # Label for the previous page button
58
+ groupSharedFeatures.metadataView.pagination.previousPageButton = 上一页
@@ -10,7 +10,7 @@ export default {
10
10
  "groupSharedFeatures.metadataView.filterRow.applyButton": "套用",
11
11
  "groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
12
12
  "groupSharedFeatures.metadataView.filterRow.clearButton": "清除",
13
- "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Enter keywords",
13
+ "groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "輸入關鍵字",
14
14
  "groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "設定值",
15
15
  "groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "清除全部",
16
16
  "groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel": "關閉",
@@ -22,10 +22,10 @@ export default {
22
22
  "groupSharedFeatures.metadataView.itemList.listView": "清單檢視",
23
23
  "groupSharedFeatures.metadataView.itemList.refreshButton": "重新整理",
24
24
  "groupSharedFeatures.metadataView.itemList.selectAll": "全選",
25
- "groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Search",
26
- "groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Clear",
27
- "groupSharedFeatures.metadataView.pagination.nextPageButton": "Next",
28
- "groupSharedFeatures.metadataView.pagination.pageEntryStatus": "Showing {startEntryIndex} to {endEntryIndex} of {totalCount} entries",
29
- "groupSharedFeatures.metadataView.pagination.paginationLabel": "Pagination navigation controls and current page information",
30
- "groupSharedFeatures.metadataView.pagination.previousPageButton": "Previous"
25
+ "groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "搜尋",
26
+ "groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "清除",
27
+ "groupSharedFeatures.metadataView.pagination.nextPageButton": "下一步",
28
+ "groupSharedFeatures.metadataView.pagination.pageEntryStatus": "正在顯示 {startEntryIndex} {endEntryIndex} {totalCount} 個項目",
29
+ "groupSharedFeatures.metadataView.pagination.paginationLabel": "分頁導覽控制和目前頁面資訊",
30
+ "groupSharedFeatures.metadataView.pagination.previousPageButton": "上一步"
31
31
  }
@@ -2,6 +2,12 @@
2
2
  groupSharedFeatures.emptyState.body = 嘗試調整您的篩選條件或關鍵字。
3
3
  # Heading for the empty state when no items are found
4
4
  groupSharedFeatures.emptyState.heading = 很抱歉,我們找不到您尋找的內容。
5
+ # Label for decreasing the size of column.
6
+ groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize = Decrease
7
+ # Label for increasing the size of column.
8
+ groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = Increase
9
+ # Label for the slider that controls the size of column.
10
+ groupSharedFeatures.metadataView.actionBar.sliderLabel = Slider
5
11
  # Label to switch to grid view
6
12
  groupSharedFeatures.metadataView.actionBar.switchToGridView = 切換至方格檢視
7
13
  # Label to switch to list view
@@ -10,8 +16,12 @@ groupSharedFeatures.metadataView.actionBar.switchToListView = 切換至清單檢
10
16
  groupSharedFeatures.metadataView.filterRow.AllFilters = 全部篩選條件
11
17
  # Button label to apply the current input as a filter to the metadata table
12
18
  groupSharedFeatures.metadataView.filterRow.applyButton = 套用
19
+ # Label for a filter chip that includes the name and count of selected options
20
+ groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
13
21
  # Button label to clear the current input in a textarea
14
22
  groupSharedFeatures.metadataView.filterRow.clearButton = 清除
23
+ # Placeholder text for the keyword search filter
24
+ groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = 輸入關鍵字
15
25
  # Placeholder text for the input field in the filter row
16
26
  groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = 設定值
17
27
  # Button label to clear all filters in the sidepanel
@@ -34,3 +44,15 @@ groupSharedFeatures.metadataView.itemList.listView = 清單檢視
34
44
  groupSharedFeatures.metadataView.itemList.refreshButton = 重新整理
35
45
  # Label for the select all checkbox in the metadata table
36
46
  groupSharedFeatures.metadataView.itemList.selectAll = 全選
47
+ # Aria label for the search input
48
+ groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel = 搜尋
49
+ # Aria label for the clear button in the search input
50
+ groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel = 清除
51
+ # Label for the next page button
52
+ groupSharedFeatures.metadataView.pagination.nextPageButton = 下一步
53
+ # Pagination menu status with the range of entries shown
54
+ groupSharedFeatures.metadataView.pagination.pageEntryStatus = 正在顯示 {startEntryIndex} 到 {endEntryIndex} 的 {totalCount} 個項目
55
+ # Aria label for the pagination component, which includes entry status and previous/next page controls
56
+ groupSharedFeatures.metadataView.pagination.paginationLabel = 分頁導覽控制和目前頁面資訊
57
+ # Label for the previous page button
58
+ groupSharedFeatures.metadataView.pagination.previousPageButton = 上一步
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/metadata-view",
3
- "version": "0.26.1",
3
+ "version": "0.27.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
6
  "@box/blueprint-web": "^11.12.0",
@@ -19,8 +19,8 @@
19
19
  "@box/blueprint-web": "^11.12.0",
20
20
  "@box/blueprint-web-assets": "^4.60.0",
21
21
  "@box/eslint-plugin-blueprint": "*",
22
- "@box/item-icon": "^0.15.3",
23
- "@box/metadata-filter": "^1.15.15",
22
+ "@box/item-icon": "^0.16.0",
23
+ "@box/metadata-filter": "^1.16.0",
24
24
  "@box/storybook-utils": "0.13.14",
25
25
  "@box/types": "0.2.1",
26
26
  "react-intl": "^6.4.2"