@box/metadata-view 0.26.0 → 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.
- package/dist/i18n/bn-IN.js +7 -7
- package/dist/i18n/bn-IN.properties +22 -0
- package/dist/i18n/da-DK.js +7 -7
- package/dist/i18n/da-DK.properties +22 -0
- package/dist/i18n/de-DE.js +7 -7
- package/dist/i18n/de-DE.properties +22 -0
- package/dist/i18n/en-AU.properties +22 -0
- package/dist/i18n/en-CA.properties +22 -0
- package/dist/i18n/en-GB.properties +22 -0
- package/dist/i18n/en-x-pseudo.js +29 -29
- package/dist/i18n/en-x-pseudo.properties +40 -18
- package/dist/i18n/es-419.js +7 -7
- package/dist/i18n/es-419.properties +22 -0
- package/dist/i18n/es-ES.js +7 -7
- package/dist/i18n/es-ES.properties +22 -0
- package/dist/i18n/fi-FI.js +7 -7
- package/dist/i18n/fi-FI.properties +22 -0
- package/dist/i18n/fr-CA.js +7 -7
- package/dist/i18n/fr-CA.properties +22 -0
- package/dist/i18n/fr-FR.js +7 -7
- package/dist/i18n/fr-FR.properties +22 -0
- package/dist/i18n/hi-IN.js +7 -7
- package/dist/i18n/hi-IN.properties +22 -0
- package/dist/i18n/it-IT.js +7 -7
- package/dist/i18n/it-IT.properties +22 -0
- package/dist/i18n/ja-JP.js +7 -7
- package/dist/i18n/ja-JP.properties +22 -0
- package/dist/i18n/ko-KR.js +8 -8
- package/dist/i18n/ko-KR.properties +22 -0
- package/dist/i18n/nb-NO.js +7 -7
- package/dist/i18n/nb-NO.properties +22 -0
- package/dist/i18n/nl-NL.js +7 -7
- package/dist/i18n/nl-NL.properties +22 -0
- package/dist/i18n/pl-PL.js +7 -7
- package/dist/i18n/pl-PL.properties +22 -0
- package/dist/i18n/pt-BR.js +7 -7
- package/dist/i18n/pt-BR.properties +22 -0
- package/dist/i18n/ru-RU.js +7 -7
- package/dist/i18n/ru-RU.properties +22 -0
- package/dist/i18n/sv-SE.js +7 -7
- package/dist/i18n/sv-SE.properties +22 -0
- package/dist/i18n/tr-TR.js +7 -7
- package/dist/i18n/tr-TR.properties +22 -0
- package/dist/i18n/zh-CN.js +7 -7
- package/dist/i18n/zh-CN.properties +22 -0
- package/dist/i18n/zh-TW.js +7 -7
- package/dist/i18n/zh-TW.properties +22 -0
- package/package.json +3 -3
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
groupSharedFeatures.emptyState.body = Intente ajustar los filtros o palabras clave.
|
|
3
3
|
# Heading for the empty state when no items are found
|
|
4
4
|
groupSharedFeatures.emptyState.heading = Lo sentimos, no hemos podido encontrar lo que buscaba.
|
|
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 = Cambiar a vista de cuadrícula
|
|
7
13
|
# Label to switch to list view
|
|
@@ -10,8 +16,12 @@ groupSharedFeatures.metadataView.actionBar.switchToListView = Cambiar a vista de
|
|
|
10
16
|
groupSharedFeatures.metadataView.filterRow.AllFilters = Todos los 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 = Eliminar
|
|
23
|
+
# Placeholder text for the keyword search filter
|
|
24
|
+
groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = Introducir palabras clave
|
|
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 = Vista de lista
|
|
|
34
44
|
groupSharedFeatures.metadataView.itemList.refreshButton = Actualizar
|
|
35
45
|
# Label for the select all checkbox in the metadata table
|
|
36
46
|
groupSharedFeatures.metadataView.itemList.selectAll = Seleccionar todos
|
|
47
|
+
# Aria label for the search input
|
|
48
|
+
groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel = Buscar
|
|
49
|
+
# Aria label for the clear button in the search input
|
|
50
|
+
groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel = Eliminar
|
|
51
|
+
# Label for the next page button
|
|
52
|
+
groupSharedFeatures.metadataView.pagination.nextPageButton = Siguiente
|
|
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 navegación de paginación e información de la página actual
|
|
57
|
+
# Label for the previous page button
|
|
58
|
+
groupSharedFeatures.metadataView.pagination.previousPageButton = Anterior
|
package/dist/i18n/fi-FI.js
CHANGED
|
@@ -10,7 +10,7 @@ export default {
|
|
|
10
10
|
"groupSharedFeatures.metadataView.filterRow.applyButton": "Käytä",
|
|
11
11
|
"groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
|
|
12
12
|
"groupSharedFeatures.metadataView.filterRow.clearButton": "Tyhjennä",
|
|
13
|
-
"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "
|
|
13
|
+
"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Kirjoita hakusanat",
|
|
14
14
|
"groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "Aseta arvo",
|
|
15
15
|
"groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "Tyhjennä kaikki",
|
|
16
16
|
"groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel": "Sulje",
|
|
@@ -22,10 +22,10 @@ export default {
|
|
|
22
22
|
"groupSharedFeatures.metadataView.itemList.listView": "Luettelonäkymä",
|
|
23
23
|
"groupSharedFeatures.metadataView.itemList.refreshButton": "Päivitä",
|
|
24
24
|
"groupSharedFeatures.metadataView.itemList.selectAll": "Valitse kaikki",
|
|
25
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "
|
|
26
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "
|
|
27
|
-
"groupSharedFeatures.metadataView.pagination.nextPageButton": "
|
|
28
|
-
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "
|
|
29
|
-
"groupSharedFeatures.metadataView.pagination.paginationLabel": "
|
|
30
|
-
"groupSharedFeatures.metadataView.pagination.previousPageButton": "
|
|
25
|
+
"groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Hae",
|
|
26
|
+
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Tyhjennä",
|
|
27
|
+
"groupSharedFeatures.metadataView.pagination.nextPageButton": "Seuraava",
|
|
28
|
+
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "Näytetään {startEntryIndex} – {endEntryIndex} / {totalCount} merkinnöistä",
|
|
29
|
+
"groupSharedFeatures.metadataView.pagination.paginationLabel": "Sivutuksen navigointisäätimet ja nykyisen sivun tiedot",
|
|
30
|
+
"groupSharedFeatures.metadataView.pagination.previousPageButton": "Edellinen"
|
|
31
31
|
}
|
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
groupSharedFeatures.emptyState.body = Yritä muokata suodattimia tai avainsanoja.
|
|
3
3
|
# Heading for the empty state when no items are found
|
|
4
4
|
groupSharedFeatures.emptyState.heading = Pahoittelut, emme löytäneet etsimääsi.
|
|
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 = Vaihda ruudukkonäkymään
|
|
7
13
|
# Label to switch to list view
|
|
@@ -10,8 +16,12 @@ groupSharedFeatures.metadataView.actionBar.switchToListView = Vaihda luettelonä
|
|
|
10
16
|
groupSharedFeatures.metadataView.filterRow.AllFilters = Kaikki suodattimet
|
|
11
17
|
# Button label to apply the current input as a filter to the metadata table
|
|
12
18
|
groupSharedFeatures.metadataView.filterRow.applyButton = Käytä
|
|
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 = Tyhjennä
|
|
23
|
+
# Placeholder text for the keyword search filter
|
|
24
|
+
groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = Kirjoita hakusanat
|
|
15
25
|
# Placeholder text for the input field in the filter row
|
|
16
26
|
groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = Aseta arvo
|
|
17
27
|
# Button label to clear all filters in the sidepanel
|
|
@@ -34,3 +44,15 @@ groupSharedFeatures.metadataView.itemList.listView = Luettelonäkymä
|
|
|
34
44
|
groupSharedFeatures.metadataView.itemList.refreshButton = Päivitä
|
|
35
45
|
# Label for the select all checkbox in the metadata table
|
|
36
46
|
groupSharedFeatures.metadataView.itemList.selectAll = Valitse kaikki
|
|
47
|
+
# Aria label for the search input
|
|
48
|
+
groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel = Hae
|
|
49
|
+
# Aria label for the clear button in the search input
|
|
50
|
+
groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel = Tyhjennä
|
|
51
|
+
# Label for the next page button
|
|
52
|
+
groupSharedFeatures.metadataView.pagination.nextPageButton = Seuraava
|
|
53
|
+
# Pagination menu status with the range of entries shown
|
|
54
|
+
groupSharedFeatures.metadataView.pagination.pageEntryStatus = Näytetään {startEntryIndex} – {endEntryIndex} / {totalCount} merkinnöistä
|
|
55
|
+
# Aria label for the pagination component, which includes entry status and previous/next page controls
|
|
56
|
+
groupSharedFeatures.metadataView.pagination.paginationLabel = Sivutuksen navigointisäätimet ja nykyisen sivun tiedot
|
|
57
|
+
# Label for the previous page button
|
|
58
|
+
groupSharedFeatures.metadataView.pagination.previousPageButton = Edellinen
|
package/dist/i18n/fr-CA.js
CHANGED
|
@@ -10,7 +10,7 @@ export default {
|
|
|
10
10
|
"groupSharedFeatures.metadataView.filterRow.applyButton": "OK",
|
|
11
11
|
"groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
|
|
12
12
|
"groupSharedFeatures.metadataView.filterRow.clearButton": "Effacer",
|
|
13
|
-
"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "
|
|
13
|
+
"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Saisir des mots-clés",
|
|
14
14
|
"groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "Définir la valeur",
|
|
15
15
|
"groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "Tout désélectionner",
|
|
16
16
|
"groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel": "Fermer",
|
|
@@ -22,10 +22,10 @@ export default {
|
|
|
22
22
|
"groupSharedFeatures.metadataView.itemList.listView": "Affichage liste",
|
|
23
23
|
"groupSharedFeatures.metadataView.itemList.refreshButton": "Actualiser",
|
|
24
24
|
"groupSharedFeatures.metadataView.itemList.selectAll": "Sélectionner tout",
|
|
25
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "
|
|
26
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "
|
|
27
|
-
"groupSharedFeatures.metadataView.pagination.nextPageButton": "
|
|
28
|
-
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "
|
|
29
|
-
"groupSharedFeatures.metadataView.pagination.paginationLabel": "
|
|
30
|
-
"groupSharedFeatures.metadataView.pagination.previousPageButton": "
|
|
25
|
+
"groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Rechercher",
|
|
26
|
+
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Effacer",
|
|
27
|
+
"groupSharedFeatures.metadataView.pagination.nextPageButton": "Suivant",
|
|
28
|
+
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "Affichage de {startEntryIndex} à {endEntryIndex} des entrées {totalCount}",
|
|
29
|
+
"groupSharedFeatures.metadataView.pagination.paginationLabel": "Contrôles de navigation de pagination et informations de la page actuelle",
|
|
30
|
+
"groupSharedFeatures.metadataView.pagination.previousPageButton": "Précédent"
|
|
31
31
|
}
|
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
groupSharedFeatures.emptyState.body = Essayez d'ajuster vos filtres ou mots-clés.
|
|
3
3
|
# Heading for the empty state when no items are found
|
|
4
4
|
groupSharedFeatures.emptyState.heading = Désolé, nous ne pouvons pas trouver ce que vous cherchez.
|
|
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 = Passer à l'affichage Grille
|
|
7
13
|
# Label to switch to list view
|
|
@@ -10,8 +16,12 @@ groupSharedFeatures.metadataView.actionBar.switchToListView = Passer à l'affich
|
|
|
10
16
|
groupSharedFeatures.metadataView.filterRow.AllFilters = Tous les filtres
|
|
11
17
|
# Button label to apply the current input as a filter to the metadata table
|
|
12
18
|
groupSharedFeatures.metadataView.filterRow.applyButton = OK
|
|
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 = Effacer
|
|
23
|
+
# Placeholder text for the keyword search filter
|
|
24
|
+
groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = Saisir des mots-clés
|
|
15
25
|
# Placeholder text for the input field in the filter row
|
|
16
26
|
groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = Définir la valeur
|
|
17
27
|
# Button label to clear all filters in the sidepanel
|
|
@@ -34,3 +44,15 @@ groupSharedFeatures.metadataView.itemList.listView = Affichage liste
|
|
|
34
44
|
groupSharedFeatures.metadataView.itemList.refreshButton = Actualiser
|
|
35
45
|
# Label for the select all checkbox in the metadata table
|
|
36
46
|
groupSharedFeatures.metadataView.itemList.selectAll = Sélectionner tout
|
|
47
|
+
# Aria label for the search input
|
|
48
|
+
groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel = Rechercher
|
|
49
|
+
# Aria label for the clear button in the search input
|
|
50
|
+
groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel = Effacer
|
|
51
|
+
# Label for the next page button
|
|
52
|
+
groupSharedFeatures.metadataView.pagination.nextPageButton = Suivant
|
|
53
|
+
# Pagination menu status with the range of entries shown
|
|
54
|
+
groupSharedFeatures.metadataView.pagination.pageEntryStatus = Affichage de {startEntryIndex} à {endEntryIndex} des entrées {totalCount}
|
|
55
|
+
# Aria label for the pagination component, which includes entry status and previous/next page controls
|
|
56
|
+
groupSharedFeatures.metadataView.pagination.paginationLabel = Contrôles de navigation de pagination et informations de la page actuelle
|
|
57
|
+
# Label for the previous page button
|
|
58
|
+
groupSharedFeatures.metadataView.pagination.previousPageButton = Précédent
|
package/dist/i18n/fr-FR.js
CHANGED
|
@@ -10,7 +10,7 @@ export default {
|
|
|
10
10
|
"groupSharedFeatures.metadataView.filterRow.applyButton": "OK",
|
|
11
11
|
"groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
|
|
12
12
|
"groupSharedFeatures.metadataView.filterRow.clearButton": "Effacer",
|
|
13
|
-
"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "
|
|
13
|
+
"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Saisir des mots-clés",
|
|
14
14
|
"groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "Définir la valeur",
|
|
15
15
|
"groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "Tout désélectionner",
|
|
16
16
|
"groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel": "Fermer",
|
|
@@ -22,10 +22,10 @@ export default {
|
|
|
22
22
|
"groupSharedFeatures.metadataView.itemList.listView": "Affichage liste",
|
|
23
23
|
"groupSharedFeatures.metadataView.itemList.refreshButton": "Actualiser",
|
|
24
24
|
"groupSharedFeatures.metadataView.itemList.selectAll": "Sélectionner tout",
|
|
25
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "
|
|
26
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "
|
|
27
|
-
"groupSharedFeatures.metadataView.pagination.nextPageButton": "
|
|
28
|
-
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "
|
|
29
|
-
"groupSharedFeatures.metadataView.pagination.paginationLabel": "
|
|
30
|
-
"groupSharedFeatures.metadataView.pagination.previousPageButton": "
|
|
25
|
+
"groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Rechercher",
|
|
26
|
+
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Effacer",
|
|
27
|
+
"groupSharedFeatures.metadataView.pagination.nextPageButton": "Suivant",
|
|
28
|
+
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "Affichage de {startEntryIndex} à {endEntryIndex} des entrées {totalCount}",
|
|
29
|
+
"groupSharedFeatures.metadataView.pagination.paginationLabel": "Contrôles de navigation de pagination et informations de la page actuelle",
|
|
30
|
+
"groupSharedFeatures.metadataView.pagination.previousPageButton": "Précédent"
|
|
31
31
|
}
|
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
groupSharedFeatures.emptyState.body = Essayez d'ajuster vos filtres ou mots-clés.
|
|
3
3
|
# Heading for the empty state when no items are found
|
|
4
4
|
groupSharedFeatures.emptyState.heading = Désolé, nous ne pouvons pas trouver ce que vous cherchez.
|
|
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 = Passer à l'affichage Grille
|
|
7
13
|
# Label to switch to list view
|
|
@@ -10,8 +16,12 @@ groupSharedFeatures.metadataView.actionBar.switchToListView = Passer à l'affich
|
|
|
10
16
|
groupSharedFeatures.metadataView.filterRow.AllFilters = Tous les filtres
|
|
11
17
|
# Button label to apply the current input as a filter to the metadata table
|
|
12
18
|
groupSharedFeatures.metadataView.filterRow.applyButton = OK
|
|
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 = Effacer
|
|
23
|
+
# Placeholder text for the keyword search filter
|
|
24
|
+
groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = Saisir des mots-clés
|
|
15
25
|
# Placeholder text for the input field in the filter row
|
|
16
26
|
groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = Définir la valeur
|
|
17
27
|
# Button label to clear all filters in the sidepanel
|
|
@@ -34,3 +44,15 @@ groupSharedFeatures.metadataView.itemList.listView = Affichage liste
|
|
|
34
44
|
groupSharedFeatures.metadataView.itemList.refreshButton = Actualiser
|
|
35
45
|
# Label for the select all checkbox in the metadata table
|
|
36
46
|
groupSharedFeatures.metadataView.itemList.selectAll = Sélectionner tout
|
|
47
|
+
# Aria label for the search input
|
|
48
|
+
groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel = Rechercher
|
|
49
|
+
# Aria label for the clear button in the search input
|
|
50
|
+
groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel = Effacer
|
|
51
|
+
# Label for the next page button
|
|
52
|
+
groupSharedFeatures.metadataView.pagination.nextPageButton = Suivant
|
|
53
|
+
# Pagination menu status with the range of entries shown
|
|
54
|
+
groupSharedFeatures.metadataView.pagination.pageEntryStatus = Affichage de {startEntryIndex} à {endEntryIndex} des entrées {totalCount}
|
|
55
|
+
# Aria label for the pagination component, which includes entry status and previous/next page controls
|
|
56
|
+
groupSharedFeatures.metadataView.pagination.paginationLabel = Contrôles de navigation de pagination et informations de la page actuelle
|
|
57
|
+
# Label for the previous page button
|
|
58
|
+
groupSharedFeatures.metadataView.pagination.previousPageButton = Précédent
|
package/dist/i18n/hi-IN.js
CHANGED
|
@@ -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": "
|
|
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": "
|
|
26
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "
|
|
27
|
-
"groupSharedFeatures.metadataView.pagination.nextPageButton": "
|
|
28
|
-
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "
|
|
29
|
-
"groupSharedFeatures.metadataView.pagination.paginationLabel": "
|
|
30
|
-
"groupSharedFeatures.metadataView.pagination.previousPageButton": "
|
|
25
|
+
"groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "खोजें",
|
|
26
|
+
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "साफ़ करें",
|
|
27
|
+
"groupSharedFeatures.metadataView.pagination.nextPageButton": "अगला",
|
|
28
|
+
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "{totalCount} प्रविष्टियों के {startEntryIndex} से {endEntryIndex} तक को दिखाया जा रहा है",
|
|
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 = {totalCount} प्रविष्टियों के {startEntryIndex} से {endEntryIndex} तक को दिखाया जा रहा है
|
|
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/dist/i18n/it-IT.js
CHANGED
|
@@ -10,7 +10,7 @@ export default {
|
|
|
10
10
|
"groupSharedFeatures.metadataView.filterRow.applyButton": "Applica",
|
|
11
11
|
"groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
|
|
12
12
|
"groupSharedFeatures.metadataView.filterRow.clearButton": "Cancella",
|
|
13
|
-
"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "
|
|
13
|
+
"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Inserisci parole chiave",
|
|
14
14
|
"groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "Imposta valore",
|
|
15
15
|
"groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "Cancella tutto",
|
|
16
16
|
"groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel": "Chiudi",
|
|
@@ -22,10 +22,10 @@ export default {
|
|
|
22
22
|
"groupSharedFeatures.metadataView.itemList.listView": "Visualizzazione elenco",
|
|
23
23
|
"groupSharedFeatures.metadataView.itemList.refreshButton": "Aggiorna",
|
|
24
24
|
"groupSharedFeatures.metadataView.itemList.selectAll": "Seleziona tutto",
|
|
25
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "
|
|
26
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "
|
|
27
|
-
"groupSharedFeatures.metadataView.pagination.nextPageButton": "
|
|
28
|
-
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "
|
|
29
|
-
"groupSharedFeatures.metadataView.pagination.paginationLabel": "
|
|
30
|
-
"groupSharedFeatures.metadataView.pagination.previousPageButton": "
|
|
25
|
+
"groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Cerca",
|
|
26
|
+
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Cancella",
|
|
27
|
+
"groupSharedFeatures.metadataView.pagination.nextPageButton": "Successivo",
|
|
28
|
+
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "Visualizzazione di {startEntryIndex} su {endEntryIndex} di {totalCount} voci",
|
|
29
|
+
"groupSharedFeatures.metadataView.pagination.paginationLabel": "Controlli di navigazione della paginazione e informazioni sulla pagina attuale",
|
|
30
|
+
"groupSharedFeatures.metadataView.pagination.previousPageButton": "Indietro"
|
|
31
31
|
}
|
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
groupSharedFeatures.emptyState.body = Prova a regolare i filtri o le parole chiave.
|
|
3
3
|
# Heading for the empty state when no items are found
|
|
4
4
|
groupSharedFeatures.emptyState.heading = Non riusciamo a trovare ciò che stai cercando.
|
|
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 = Passa alla vista griglia
|
|
7
13
|
# Label to switch to list view
|
|
@@ -10,8 +16,12 @@ groupSharedFeatures.metadataView.actionBar.switchToListView = Passa alla vista e
|
|
|
10
16
|
groupSharedFeatures.metadataView.filterRow.AllFilters = Tutti i filtri
|
|
11
17
|
# Button label to apply the current input as a filter to the metadata table
|
|
12
18
|
groupSharedFeatures.metadataView.filterRow.applyButton = Applica
|
|
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 = Cancella
|
|
23
|
+
# Placeholder text for the keyword search filter
|
|
24
|
+
groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = Inserisci parole chiave
|
|
15
25
|
# Placeholder text for the input field in the filter row
|
|
16
26
|
groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = Imposta valore
|
|
17
27
|
# Button label to clear all filters in the sidepanel
|
|
@@ -34,3 +44,15 @@ groupSharedFeatures.metadataView.itemList.listView = Visualizzazione elenco
|
|
|
34
44
|
groupSharedFeatures.metadataView.itemList.refreshButton = Aggiorna
|
|
35
45
|
# Label for the select all checkbox in the metadata table
|
|
36
46
|
groupSharedFeatures.metadataView.itemList.selectAll = Seleziona tutto
|
|
47
|
+
# Aria label for the search input
|
|
48
|
+
groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel = Cerca
|
|
49
|
+
# Aria label for the clear button in the search input
|
|
50
|
+
groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel = Cancella
|
|
51
|
+
# Label for the next page button
|
|
52
|
+
groupSharedFeatures.metadataView.pagination.nextPageButton = Successivo
|
|
53
|
+
# Pagination menu status with the range of entries shown
|
|
54
|
+
groupSharedFeatures.metadataView.pagination.pageEntryStatus = Visualizzazione di {startEntryIndex} su {endEntryIndex} di {totalCount} voci
|
|
55
|
+
# Aria label for the pagination component, which includes entry status and previous/next page controls
|
|
56
|
+
groupSharedFeatures.metadataView.pagination.paginationLabel = Controlli di navigazione della paginazione e informazioni sulla pagina attuale
|
|
57
|
+
# Label for the previous page button
|
|
58
|
+
groupSharedFeatures.metadataView.pagination.previousPageButton = Indietro
|
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -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": "
|
|
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": "
|
|
26
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "
|
|
27
|
-
"groupSharedFeatures.metadataView.pagination.nextPageButton": "
|
|
28
|
-
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "
|
|
29
|
-
"groupSharedFeatures.metadataView.pagination.paginationLabel": "
|
|
30
|
-
"groupSharedFeatures.metadataView.pagination.previousPageButton": "
|
|
25
|
+
"groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "検索",
|
|
26
|
+
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "クリア",
|
|
27
|
+
"groupSharedFeatures.metadataView.pagination.nextPageButton": "次へ",
|
|
28
|
+
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "{totalCount}エントリ中{startEntryIndex}~{endEntryIndex}を表示中",
|
|
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 = {totalCount}エントリ中{startEntryIndex}~{endEntryIndex}を表示中
|
|
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/dist/i18n/ko-KR.js
CHANGED
|
@@ -8,9 +8,9 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.metadataView.actionBar.switchToListView": "목록 보기로 전환",
|
|
9
9
|
"groupSharedFeatures.metadataView.filterRow.AllFilters": "모든 필터",
|
|
10
10
|
"groupSharedFeatures.metadataView.filterRow.applyButton": "적용",
|
|
11
|
-
"groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name}
|
|
11
|
+
"groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name}({count})",
|
|
12
12
|
"groupSharedFeatures.metadataView.filterRow.clearButton": "지우기",
|
|
13
|
-
"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "
|
|
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": "
|
|
26
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "
|
|
27
|
-
"groupSharedFeatures.metadataView.pagination.nextPageButton": "
|
|
28
|
-
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "
|
|
29
|
-
"groupSharedFeatures.metadataView.pagination.paginationLabel": "
|
|
30
|
-
"groupSharedFeatures.metadataView.pagination.previousPageButton": "
|
|
25
|
+
"groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "검색",
|
|
26
|
+
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "지우기",
|
|
27
|
+
"groupSharedFeatures.metadataView.pagination.nextPageButton": "다음",
|
|
28
|
+
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "총 {totalCount}개 항목 중 {startEntryIndex}~{endEntryIndex} 표시 중",
|
|
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 = 총 {totalCount}개 항목 중 {startEntryIndex}~{endEntryIndex} 표시 중
|
|
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/dist/i18n/nb-NO.js
CHANGED
|
@@ -10,7 +10,7 @@ export default {
|
|
|
10
10
|
"groupSharedFeatures.metadataView.filterRow.applyButton": "Bruk",
|
|
11
11
|
"groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
|
|
12
12
|
"groupSharedFeatures.metadataView.filterRow.clearButton": "Tøm",
|
|
13
|
-
"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "
|
|
13
|
+
"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Skriv inn søkeord",
|
|
14
14
|
"groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "Angi verdi",
|
|
15
15
|
"groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "Slett alle",
|
|
16
16
|
"groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel": "Lukk",
|
|
@@ -22,10 +22,10 @@ export default {
|
|
|
22
22
|
"groupSharedFeatures.metadataView.itemList.listView": "Listevisning",
|
|
23
23
|
"groupSharedFeatures.metadataView.itemList.refreshButton": "Oppdater",
|
|
24
24
|
"groupSharedFeatures.metadataView.itemList.selectAll": "Merk alt",
|
|
25
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "
|
|
26
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "
|
|
27
|
-
"groupSharedFeatures.metadataView.pagination.nextPageButton": "
|
|
28
|
-
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "
|
|
29
|
-
"groupSharedFeatures.metadataView.pagination.paginationLabel": "
|
|
30
|
-
"groupSharedFeatures.metadataView.pagination.previousPageButton": "
|
|
25
|
+
"groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Søk",
|
|
26
|
+
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Tøm",
|
|
27
|
+
"groupSharedFeatures.metadataView.pagination.nextPageButton": "Neste",
|
|
28
|
+
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "Viser {startEntryIndex} til {endEntryIndex} av {totalCount} oppføringer",
|
|
29
|
+
"groupSharedFeatures.metadataView.pagination.paginationLabel": "Navigasjonskontroller for paginering og gjeldende sideinformasjon",
|
|
30
|
+
"groupSharedFeatures.metadataView.pagination.previousPageButton": "Forrige"
|
|
31
31
|
}
|
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
groupSharedFeatures.emptyState.body = Prøv å justere filtrene eller søkeordene.
|
|
3
3
|
# Heading for the empty state when no items are found
|
|
4
4
|
groupSharedFeatures.emptyState.heading = Beklager, vi fant ikke det du leter etter.
|
|
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 = Bytt til rutenettvisning
|
|
7
13
|
# Label to switch to list view
|
|
@@ -10,8 +16,12 @@ groupSharedFeatures.metadataView.actionBar.switchToListView = Bytt til listevisn
|
|
|
10
16
|
groupSharedFeatures.metadataView.filterRow.AllFilters = Alle filtre
|
|
11
17
|
# Button label to apply the current input as a filter to the metadata table
|
|
12
18
|
groupSharedFeatures.metadataView.filterRow.applyButton = Bruk
|
|
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 = Tøm
|
|
23
|
+
# Placeholder text for the keyword search filter
|
|
24
|
+
groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = Skriv inn søkeord
|
|
15
25
|
# Placeholder text for the input field in the filter row
|
|
16
26
|
groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = Angi verdi
|
|
17
27
|
# Button label to clear all filters in the sidepanel
|
|
@@ -34,3 +44,15 @@ groupSharedFeatures.metadataView.itemList.listView = Listevisning
|
|
|
34
44
|
groupSharedFeatures.metadataView.itemList.refreshButton = Oppdater
|
|
35
45
|
# Label for the select all checkbox in the metadata table
|
|
36
46
|
groupSharedFeatures.metadataView.itemList.selectAll = Merk alt
|
|
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 = Tøm
|
|
51
|
+
# Label for the next page button
|
|
52
|
+
groupSharedFeatures.metadataView.pagination.nextPageButton = Neste
|
|
53
|
+
# Pagination menu status with the range of entries shown
|
|
54
|
+
groupSharedFeatures.metadataView.pagination.pageEntryStatus = Viser {startEntryIndex} til {endEntryIndex} av {totalCount} oppføringer
|
|
55
|
+
# Aria label for the pagination component, which includes entry status and previous/next page controls
|
|
56
|
+
groupSharedFeatures.metadataView.pagination.paginationLabel = Navigasjonskontroller for paginering og gjeldende sideinformasjon
|
|
57
|
+
# Label for the previous page button
|
|
58
|
+
groupSharedFeatures.metadataView.pagination.previousPageButton = Forrige
|