@box/metadata-view 0.30.4 → 0.32.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/esm/lib/components/action-bar/sort-dropdown.js +26 -19
- package/dist/i18n/bn-IN.js +7 -9
- package/dist/i18n/bn-IN.properties +7 -5
- package/dist/i18n/da-DK.js +7 -9
- package/dist/i18n/da-DK.properties +7 -5
- package/dist/i18n/de-DE.js +7 -9
- package/dist/i18n/de-DE.properties +7 -5
- package/dist/i18n/en-AU.js +1 -3
- package/dist/i18n/en-AU.properties +4 -2
- package/dist/i18n/en-CA.js +1 -3
- package/dist/i18n/en-CA.properties +4 -2
- package/dist/i18n/en-GB.js +1 -3
- package/dist/i18n/en-GB.properties +4 -2
- package/dist/i18n/en-x-pseudo.js +29 -31
- package/dist/i18n/en-x-pseudo.properties +30 -28
- package/dist/i18n/es-419.js +7 -9
- package/dist/i18n/es-419.properties +7 -5
- package/dist/i18n/es-ES.js +7 -9
- package/dist/i18n/es-ES.properties +7 -5
- package/dist/i18n/fi-FI.js +7 -9
- package/dist/i18n/fi-FI.properties +7 -5
- package/dist/i18n/fr-CA.js +7 -9
- package/dist/i18n/fr-CA.properties +7 -5
- package/dist/i18n/fr-FR.js +7 -9
- package/dist/i18n/fr-FR.properties +7 -5
- package/dist/i18n/hi-IN.js +7 -9
- package/dist/i18n/hi-IN.properties +7 -5
- package/dist/i18n/it-IT.js +7 -9
- package/dist/i18n/it-IT.properties +7 -5
- package/dist/i18n/ja-JP.js +7 -9
- package/dist/i18n/ja-JP.properties +7 -5
- package/dist/i18n/ko-KR.js +7 -9
- package/dist/i18n/ko-KR.properties +7 -5
- package/dist/i18n/nb-NO.js +7 -9
- package/dist/i18n/nb-NO.properties +7 -5
- package/dist/i18n/nl-NL.js +7 -9
- package/dist/i18n/nl-NL.properties +7 -5
- package/dist/i18n/pl-PL.js +7 -9
- package/dist/i18n/pl-PL.properties +7 -5
- package/dist/i18n/pt-BR.js +7 -9
- package/dist/i18n/pt-BR.properties +7 -5
- package/dist/i18n/ru-RU.js +7 -9
- package/dist/i18n/ru-RU.properties +7 -5
- package/dist/i18n/sv-SE.js +7 -9
- package/dist/i18n/sv-SE.properties +7 -5
- package/dist/i18n/tr-TR.js +7 -9
- package/dist/i18n/tr-TR.properties +7 -5
- package/dist/i18n/zh-CN.js +7 -9
- package/dist/i18n/zh-CN.properties +7 -5
- package/dist/i18n/zh-TW.js +7 -9
- package/dist/i18n/zh-TW.properties +7 -5
- package/dist/types/lib/components/action-bar/sort-dropdown.d.ts +4 -4
- package/package.json +4 -4
|
@@ -3,11 +3,11 @@ groupSharedFeatures.emptyState.body = Intente ajustar los filtros o palabras cla
|
|
|
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
5
|
# Label for decreasing the size of column.
|
|
6
|
-
groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize =
|
|
6
|
+
groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize = Reducir
|
|
7
7
|
# Label for increasing the size of column.
|
|
8
|
-
groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize =
|
|
8
|
+
groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = Aumentar
|
|
9
9
|
# Label for the slider that controls the size of column.
|
|
10
|
-
groupSharedFeatures.metadataView.actionBar.sliderLabel =
|
|
10
|
+
groupSharedFeatures.metadataView.actionBar.sliderLabel = Deslizador
|
|
11
11
|
# Label to switch to grid view
|
|
12
12
|
groupSharedFeatures.metadataView.actionBar.switchToGridView = Cambiar a vista de cuadrícula
|
|
13
13
|
# Label to switch to list view
|
|
@@ -20,6 +20,8 @@ groupSharedFeatures.metadataView.filterRow.applyButton = Aplicar
|
|
|
20
20
|
groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
|
|
21
21
|
# Button label to clear the current input in a textarea
|
|
22
22
|
groupSharedFeatures.metadataView.filterRow.clearButton = Eliminar
|
|
23
|
+
# Title for the file type filter group
|
|
24
|
+
groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle = Tipo de archivo
|
|
23
25
|
# Placeholder text for the keyword search filter
|
|
24
26
|
groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = Introducir palabras clave
|
|
25
27
|
# Placeholder text for the input field in the filter row
|
|
@@ -45,9 +47,9 @@ groupSharedFeatures.metadataView.itemList.refreshButton = Actualizar
|
|
|
45
47
|
# Label for the select all checkbox in the metadata table
|
|
46
48
|
groupSharedFeatures.metadataView.itemList.selectAll = Seleccionar todos
|
|
47
49
|
# Aria label for the search input
|
|
48
|
-
groupSharedFeatures.metadataView.
|
|
50
|
+
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel = Buscar
|
|
49
51
|
# Aria label for the clear button in the search input
|
|
50
|
-
groupSharedFeatures.metadataView.
|
|
52
|
+
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel = Eliminar
|
|
51
53
|
# Label for the next page button
|
|
52
54
|
groupSharedFeatures.metadataView.pagination.nextPageButton = Siguiente
|
|
53
55
|
# Pagination menu status with the range of entries shown
|
package/dist/i18n/es-ES.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"groupSharedFeatures.emptyState.body": "Intente ajustar los filtros o palabras clave.",
|
|
3
3
|
"groupSharedFeatures.emptyState.heading": "Lo sentimos, no hemos podido encontrar lo que buscaba.",
|
|
4
|
-
"groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize": "
|
|
5
|
-
"groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize": "
|
|
6
|
-
"groupSharedFeatures.metadataView.actionBar.sliderLabel": "
|
|
4
|
+
"groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize": "Reducir",
|
|
5
|
+
"groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize": "Aumentar",
|
|
6
|
+
"groupSharedFeatures.metadataView.actionBar.sliderLabel": "Deslizador",
|
|
7
7
|
"groupSharedFeatures.metadataView.actionBar.switchToGridView": "Cambiar a vista de cuadrícula",
|
|
8
8
|
"groupSharedFeatures.metadataView.actionBar.switchToListView": "Cambiar a vista de lista",
|
|
9
9
|
"groupSharedFeatures.metadataView.filterRow.AllFilters": "Todos los filtros",
|
|
10
10
|
"groupSharedFeatures.metadataView.filterRow.applyButton": "Aplicar",
|
|
11
11
|
"groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
|
|
12
12
|
"groupSharedFeatures.metadataView.filterRow.clearButton": "Eliminar",
|
|
13
|
-
"groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "
|
|
13
|
+
"groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "Tipo de archivo",
|
|
14
14
|
"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Introducir palabras clave",
|
|
15
15
|
"groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "Definir valor",
|
|
16
16
|
"groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "Borrar todos",
|
|
@@ -23,12 +23,10 @@ export default {
|
|
|
23
23
|
"groupSharedFeatures.metadataView.itemList.listView": "Vista de lista",
|
|
24
24
|
"groupSharedFeatures.metadataView.itemList.refreshButton": "Actualizar",
|
|
25
25
|
"groupSharedFeatures.metadataView.itemList.selectAll": "Seleccionar todos",
|
|
26
|
-
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel": "
|
|
27
|
-
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel": "
|
|
26
|
+
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel": "Buscar",
|
|
27
|
+
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel": "Eliminar",
|
|
28
28
|
"groupSharedFeatures.metadataView.pagination.nextPageButton": "Siguiente",
|
|
29
29
|
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "Mostrando {startEntryIndex} a {endEntryIndex} de {totalCount} entradas",
|
|
30
30
|
"groupSharedFeatures.metadataView.pagination.paginationLabel": "Controles de navegación de paginación e información de la página actual",
|
|
31
|
-
"groupSharedFeatures.metadataView.pagination.previousPageButton": "Anterior"
|
|
32
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Buscar",
|
|
33
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Eliminar"
|
|
31
|
+
"groupSharedFeatures.metadataView.pagination.previousPageButton": "Anterior"
|
|
34
32
|
}
|
|
@@ -3,11 +3,11 @@ groupSharedFeatures.emptyState.body = Intente ajustar los filtros o palabras cla
|
|
|
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
5
|
# Label for decreasing the size of column.
|
|
6
|
-
groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize =
|
|
6
|
+
groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize = Reducir
|
|
7
7
|
# Label for increasing the size of column.
|
|
8
|
-
groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize =
|
|
8
|
+
groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = Aumentar
|
|
9
9
|
# Label for the slider that controls the size of column.
|
|
10
|
-
groupSharedFeatures.metadataView.actionBar.sliderLabel =
|
|
10
|
+
groupSharedFeatures.metadataView.actionBar.sliderLabel = Deslizador
|
|
11
11
|
# Label to switch to grid view
|
|
12
12
|
groupSharedFeatures.metadataView.actionBar.switchToGridView = Cambiar a vista de cuadrícula
|
|
13
13
|
# Label to switch to list view
|
|
@@ -20,6 +20,8 @@ groupSharedFeatures.metadataView.filterRow.applyButton = Aplicar
|
|
|
20
20
|
groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
|
|
21
21
|
# Button label to clear the current input in a textarea
|
|
22
22
|
groupSharedFeatures.metadataView.filterRow.clearButton = Eliminar
|
|
23
|
+
# Title for the file type filter group
|
|
24
|
+
groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle = Tipo de archivo
|
|
23
25
|
# Placeholder text for the keyword search filter
|
|
24
26
|
groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = Introducir palabras clave
|
|
25
27
|
# Placeholder text for the input field in the filter row
|
|
@@ -45,9 +47,9 @@ groupSharedFeatures.metadataView.itemList.refreshButton = Actualizar
|
|
|
45
47
|
# Label for the select all checkbox in the metadata table
|
|
46
48
|
groupSharedFeatures.metadataView.itemList.selectAll = Seleccionar todos
|
|
47
49
|
# Aria label for the search input
|
|
48
|
-
groupSharedFeatures.metadataView.
|
|
50
|
+
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel = Buscar
|
|
49
51
|
# Aria label for the clear button in the search input
|
|
50
|
-
groupSharedFeatures.metadataView.
|
|
52
|
+
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel = Eliminar
|
|
51
53
|
# Label for the next page button
|
|
52
54
|
groupSharedFeatures.metadataView.pagination.nextPageButton = Siguiente
|
|
53
55
|
# Pagination menu status with the range of entries shown
|
package/dist/i18n/fi-FI.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"groupSharedFeatures.emptyState.body": "Yritä muokata suodattimia tai avainsanoja.",
|
|
3
3
|
"groupSharedFeatures.emptyState.heading": "Pahoittelut, emme löytäneet etsimääsi.",
|
|
4
|
-
"groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize": "
|
|
5
|
-
"groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize": "
|
|
6
|
-
"groupSharedFeatures.metadataView.actionBar.sliderLabel": "
|
|
4
|
+
"groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize": "Pienennä",
|
|
5
|
+
"groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize": "Suurenna",
|
|
6
|
+
"groupSharedFeatures.metadataView.actionBar.sliderLabel": "Liukusäädin",
|
|
7
7
|
"groupSharedFeatures.metadataView.actionBar.switchToGridView": "Vaihda ruudukkonäkymään",
|
|
8
8
|
"groupSharedFeatures.metadataView.actionBar.switchToListView": "Vaihda luettelonäkymään",
|
|
9
9
|
"groupSharedFeatures.metadataView.filterRow.AllFilters": "Kaikki suodattimet",
|
|
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.fileTypeFilterTitle": "
|
|
13
|
+
"groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "Tiedostotyyppi",
|
|
14
14
|
"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Kirjoita hakusanat",
|
|
15
15
|
"groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "Aseta arvo",
|
|
16
16
|
"groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "Tyhjennä kaikki",
|
|
@@ -23,12 +23,10 @@ export default {
|
|
|
23
23
|
"groupSharedFeatures.metadataView.itemList.listView": "Luettelonäkymä",
|
|
24
24
|
"groupSharedFeatures.metadataView.itemList.refreshButton": "Päivitä",
|
|
25
25
|
"groupSharedFeatures.metadataView.itemList.selectAll": "Valitse kaikki",
|
|
26
|
-
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel": "
|
|
27
|
-
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel": "
|
|
26
|
+
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel": "Hae",
|
|
27
|
+
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel": "Tyhjennä",
|
|
28
28
|
"groupSharedFeatures.metadataView.pagination.nextPageButton": "Seuraava",
|
|
29
29
|
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "Näytetään {startEntryIndex} – {endEntryIndex} / {totalCount} merkinnöistä",
|
|
30
30
|
"groupSharedFeatures.metadataView.pagination.paginationLabel": "Sivutuksen navigointisäätimet ja nykyisen sivun tiedot",
|
|
31
|
-
"groupSharedFeatures.metadataView.pagination.previousPageButton": "Edellinen"
|
|
32
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Hae",
|
|
33
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Tyhjennä"
|
|
31
|
+
"groupSharedFeatures.metadataView.pagination.previousPageButton": "Edellinen"
|
|
34
32
|
}
|
|
@@ -3,11 +3,11 @@ 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
5
|
# Label for decreasing the size of column.
|
|
6
|
-
groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize =
|
|
6
|
+
groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize = Pienennä
|
|
7
7
|
# Label for increasing the size of column.
|
|
8
|
-
groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize =
|
|
8
|
+
groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = Suurenna
|
|
9
9
|
# Label for the slider that controls the size of column.
|
|
10
|
-
groupSharedFeatures.metadataView.actionBar.sliderLabel =
|
|
10
|
+
groupSharedFeatures.metadataView.actionBar.sliderLabel = Liukusäädin
|
|
11
11
|
# Label to switch to grid view
|
|
12
12
|
groupSharedFeatures.metadataView.actionBar.switchToGridView = Vaihda ruudukkonäkymään
|
|
13
13
|
# Label to switch to list view
|
|
@@ -20,6 +20,8 @@ groupSharedFeatures.metadataView.filterRow.applyButton = Käytä
|
|
|
20
20
|
groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
|
|
21
21
|
# Button label to clear the current input in a textarea
|
|
22
22
|
groupSharedFeatures.metadataView.filterRow.clearButton = Tyhjennä
|
|
23
|
+
# Title for the file type filter group
|
|
24
|
+
groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle = Tiedostotyyppi
|
|
23
25
|
# Placeholder text for the keyword search filter
|
|
24
26
|
groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = Kirjoita hakusanat
|
|
25
27
|
# Placeholder text for the input field in the filter row
|
|
@@ -45,9 +47,9 @@ groupSharedFeatures.metadataView.itemList.refreshButton = Päivitä
|
|
|
45
47
|
# Label for the select all checkbox in the metadata table
|
|
46
48
|
groupSharedFeatures.metadataView.itemList.selectAll = Valitse kaikki
|
|
47
49
|
# Aria label for the search input
|
|
48
|
-
groupSharedFeatures.metadataView.
|
|
50
|
+
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel = Hae
|
|
49
51
|
# Aria label for the clear button in the search input
|
|
50
|
-
groupSharedFeatures.metadataView.
|
|
52
|
+
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel = Tyhjennä
|
|
51
53
|
# Label for the next page button
|
|
52
54
|
groupSharedFeatures.metadataView.pagination.nextPageButton = Seuraava
|
|
53
55
|
# Pagination menu status with the range of entries shown
|
package/dist/i18n/fr-CA.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"groupSharedFeatures.emptyState.body": "Essayez d'ajuster vos filtres ou mots-clés.",
|
|
3
3
|
"groupSharedFeatures.emptyState.heading": "Désolé, nous ne pouvons pas trouver ce que vous cherchez.",
|
|
4
|
-
"groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize": "
|
|
5
|
-
"groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize": "
|
|
6
|
-
"groupSharedFeatures.metadataView.actionBar.sliderLabel": "
|
|
4
|
+
"groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize": "Diminuer",
|
|
5
|
+
"groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize": "Augmenter",
|
|
6
|
+
"groupSharedFeatures.metadataView.actionBar.sliderLabel": "Curseur",
|
|
7
7
|
"groupSharedFeatures.metadataView.actionBar.switchToGridView": "Passer à l'affichage Grille",
|
|
8
8
|
"groupSharedFeatures.metadataView.actionBar.switchToListView": "Passer à l'affichage Liste",
|
|
9
9
|
"groupSharedFeatures.metadataView.filterRow.AllFilters": "Tous les filtres",
|
|
10
10
|
"groupSharedFeatures.metadataView.filterRow.applyButton": "OK",
|
|
11
11
|
"groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
|
|
12
12
|
"groupSharedFeatures.metadataView.filterRow.clearButton": "Effacer",
|
|
13
|
-
"groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "
|
|
13
|
+
"groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "Type de fichier",
|
|
14
14
|
"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Saisir des mots-clés",
|
|
15
15
|
"groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "Définir la valeur",
|
|
16
16
|
"groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "Tout désélectionner",
|
|
@@ -23,12 +23,10 @@ export default {
|
|
|
23
23
|
"groupSharedFeatures.metadataView.itemList.listView": "Affichage liste",
|
|
24
24
|
"groupSharedFeatures.metadataView.itemList.refreshButton": "Actualiser",
|
|
25
25
|
"groupSharedFeatures.metadataView.itemList.selectAll": "Sélectionner tout",
|
|
26
|
-
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel": "
|
|
27
|
-
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel": "
|
|
26
|
+
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel": "Rechercher",
|
|
27
|
+
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel": "Effacer",
|
|
28
28
|
"groupSharedFeatures.metadataView.pagination.nextPageButton": "Suivant",
|
|
29
29
|
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "Affichage de {startEntryIndex} à {endEntryIndex} des entrées {totalCount}",
|
|
30
30
|
"groupSharedFeatures.metadataView.pagination.paginationLabel": "Contrôles de navigation de pagination et informations de la page actuelle",
|
|
31
|
-
"groupSharedFeatures.metadataView.pagination.previousPageButton": "Précédent"
|
|
32
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Rechercher",
|
|
33
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Effacer"
|
|
31
|
+
"groupSharedFeatures.metadataView.pagination.previousPageButton": "Précédent"
|
|
34
32
|
}
|
|
@@ -3,11 +3,11 @@ groupSharedFeatures.emptyState.body = Essayez d'ajuster vos filtres ou mots-clé
|
|
|
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
5
|
# Label for decreasing the size of column.
|
|
6
|
-
groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize =
|
|
6
|
+
groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize = Diminuer
|
|
7
7
|
# Label for increasing the size of column.
|
|
8
|
-
groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize =
|
|
8
|
+
groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = Augmenter
|
|
9
9
|
# Label for the slider that controls the size of column.
|
|
10
|
-
groupSharedFeatures.metadataView.actionBar.sliderLabel =
|
|
10
|
+
groupSharedFeatures.metadataView.actionBar.sliderLabel = Curseur
|
|
11
11
|
# Label to switch to grid view
|
|
12
12
|
groupSharedFeatures.metadataView.actionBar.switchToGridView = Passer à l'affichage Grille
|
|
13
13
|
# Label to switch to list view
|
|
@@ -20,6 +20,8 @@ groupSharedFeatures.metadataView.filterRow.applyButton = OK
|
|
|
20
20
|
groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
|
|
21
21
|
# Button label to clear the current input in a textarea
|
|
22
22
|
groupSharedFeatures.metadataView.filterRow.clearButton = Effacer
|
|
23
|
+
# Title for the file type filter group
|
|
24
|
+
groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle = Type de fichier
|
|
23
25
|
# Placeholder text for the keyword search filter
|
|
24
26
|
groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = Saisir des mots-clés
|
|
25
27
|
# Placeholder text for the input field in the filter row
|
|
@@ -45,9 +47,9 @@ groupSharedFeatures.metadataView.itemList.refreshButton = Actualiser
|
|
|
45
47
|
# Label for the select all checkbox in the metadata table
|
|
46
48
|
groupSharedFeatures.metadataView.itemList.selectAll = Sélectionner tout
|
|
47
49
|
# Aria label for the search input
|
|
48
|
-
groupSharedFeatures.metadataView.
|
|
50
|
+
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel = Rechercher
|
|
49
51
|
# Aria label for the clear button in the search input
|
|
50
|
-
groupSharedFeatures.metadataView.
|
|
52
|
+
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel = Effacer
|
|
51
53
|
# Label for the next page button
|
|
52
54
|
groupSharedFeatures.metadataView.pagination.nextPageButton = Suivant
|
|
53
55
|
# Pagination menu status with the range of entries shown
|
package/dist/i18n/fr-FR.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"groupSharedFeatures.emptyState.body": "Essayez d'ajuster vos filtres ou mots-clés.",
|
|
3
3
|
"groupSharedFeatures.emptyState.heading": "Désolé, nous ne pouvons pas trouver ce que vous cherchez.",
|
|
4
|
-
"groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize": "
|
|
5
|
-
"groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize": "
|
|
6
|
-
"groupSharedFeatures.metadataView.actionBar.sliderLabel": "
|
|
4
|
+
"groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize": "Diminuer",
|
|
5
|
+
"groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize": "Augmenter",
|
|
6
|
+
"groupSharedFeatures.metadataView.actionBar.sliderLabel": "Curseur",
|
|
7
7
|
"groupSharedFeatures.metadataView.actionBar.switchToGridView": "Passer à l'affichage Grille",
|
|
8
8
|
"groupSharedFeatures.metadataView.actionBar.switchToListView": "Passer à l'affichage Liste",
|
|
9
9
|
"groupSharedFeatures.metadataView.filterRow.AllFilters": "Tous les filtres",
|
|
10
10
|
"groupSharedFeatures.metadataView.filterRow.applyButton": "OK",
|
|
11
11
|
"groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
|
|
12
12
|
"groupSharedFeatures.metadataView.filterRow.clearButton": "Effacer",
|
|
13
|
-
"groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "
|
|
13
|
+
"groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "Type de fichier",
|
|
14
14
|
"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Saisir des mots-clés",
|
|
15
15
|
"groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "Définir la valeur",
|
|
16
16
|
"groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "Tout désélectionner",
|
|
@@ -23,12 +23,10 @@ export default {
|
|
|
23
23
|
"groupSharedFeatures.metadataView.itemList.listView": "Affichage liste",
|
|
24
24
|
"groupSharedFeatures.metadataView.itemList.refreshButton": "Actualiser",
|
|
25
25
|
"groupSharedFeatures.metadataView.itemList.selectAll": "Sélectionner tout",
|
|
26
|
-
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel": "
|
|
27
|
-
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel": "
|
|
26
|
+
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel": "Rechercher",
|
|
27
|
+
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel": "Effacer",
|
|
28
28
|
"groupSharedFeatures.metadataView.pagination.nextPageButton": "Suivant",
|
|
29
29
|
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "Affichage de {startEntryIndex} à {endEntryIndex} des entrées {totalCount}",
|
|
30
30
|
"groupSharedFeatures.metadataView.pagination.paginationLabel": "Contrôles de navigation de pagination et informations de la page actuelle",
|
|
31
|
-
"groupSharedFeatures.metadataView.pagination.previousPageButton": "Précédent"
|
|
32
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Rechercher",
|
|
33
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Effacer"
|
|
31
|
+
"groupSharedFeatures.metadataView.pagination.previousPageButton": "Précédent"
|
|
34
32
|
}
|
|
@@ -3,11 +3,11 @@ groupSharedFeatures.emptyState.body = Essayez d'ajuster vos filtres ou mots-clé
|
|
|
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
5
|
# Label for decreasing the size of column.
|
|
6
|
-
groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize =
|
|
6
|
+
groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize = Diminuer
|
|
7
7
|
# Label for increasing the size of column.
|
|
8
|
-
groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize =
|
|
8
|
+
groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = Augmenter
|
|
9
9
|
# Label for the slider that controls the size of column.
|
|
10
|
-
groupSharedFeatures.metadataView.actionBar.sliderLabel =
|
|
10
|
+
groupSharedFeatures.metadataView.actionBar.sliderLabel = Curseur
|
|
11
11
|
# Label to switch to grid view
|
|
12
12
|
groupSharedFeatures.metadataView.actionBar.switchToGridView = Passer à l'affichage Grille
|
|
13
13
|
# Label to switch to list view
|
|
@@ -20,6 +20,8 @@ groupSharedFeatures.metadataView.filterRow.applyButton = OK
|
|
|
20
20
|
groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
|
|
21
21
|
# Button label to clear the current input in a textarea
|
|
22
22
|
groupSharedFeatures.metadataView.filterRow.clearButton = Effacer
|
|
23
|
+
# Title for the file type filter group
|
|
24
|
+
groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle = Type de fichier
|
|
23
25
|
# Placeholder text for the keyword search filter
|
|
24
26
|
groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = Saisir des mots-clés
|
|
25
27
|
# Placeholder text for the input field in the filter row
|
|
@@ -45,9 +47,9 @@ groupSharedFeatures.metadataView.itemList.refreshButton = Actualiser
|
|
|
45
47
|
# Label for the select all checkbox in the metadata table
|
|
46
48
|
groupSharedFeatures.metadataView.itemList.selectAll = Sélectionner tout
|
|
47
49
|
# Aria label for the search input
|
|
48
|
-
groupSharedFeatures.metadataView.
|
|
50
|
+
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel = Rechercher
|
|
49
51
|
# Aria label for the clear button in the search input
|
|
50
|
-
groupSharedFeatures.metadataView.
|
|
52
|
+
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel = Effacer
|
|
51
53
|
# Label for the next page button
|
|
52
54
|
groupSharedFeatures.metadataView.pagination.nextPageButton = Suivant
|
|
53
55
|
# Pagination menu status with the range of entries shown
|
package/dist/i18n/hi-IN.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"groupSharedFeatures.emptyState.body": "अपने फिल्टर्स और कीवर्ड्स को समायोजित करके देखें।",
|
|
3
3
|
"groupSharedFeatures.emptyState.heading": "माफ़ करें, आपको जिस चीज़ की तलाश है, हम उसे ढूंढ नहीं सके.",
|
|
4
|
-
"groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize": "
|
|
5
|
-
"groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize": "
|
|
6
|
-
"groupSharedFeatures.metadataView.actionBar.sliderLabel": "
|
|
4
|
+
"groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize": "घटाएं",
|
|
5
|
+
"groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize": "बढ़ाएं",
|
|
6
|
+
"groupSharedFeatures.metadataView.actionBar.sliderLabel": "स्लाइडर",
|
|
7
7
|
"groupSharedFeatures.metadataView.actionBar.switchToGridView": "ग्रिड दृश्य में बदलें",
|
|
8
8
|
"groupSharedFeatures.metadataView.actionBar.switchToListView": "सूची दृश्य में बदलें",
|
|
9
9
|
"groupSharedFeatures.metadataView.filterRow.AllFilters": "सभी फ़िल्टर्स",
|
|
10
10
|
"groupSharedFeatures.metadataView.filterRow.applyButton": "लागू करें",
|
|
11
11
|
"groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
|
|
12
12
|
"groupSharedFeatures.metadataView.filterRow.clearButton": "साफ़ करें",
|
|
13
|
-
"groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "
|
|
13
|
+
"groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "फ़ाइल का प्रकार",
|
|
14
14
|
"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "कीवर्ड्स दर्ज करें",
|
|
15
15
|
"groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "मान सेट करें",
|
|
16
16
|
"groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "सब साफ करें",
|
|
@@ -23,12 +23,10 @@ export default {
|
|
|
23
23
|
"groupSharedFeatures.metadataView.itemList.listView": "सूची दृश्य",
|
|
24
24
|
"groupSharedFeatures.metadataView.itemList.refreshButton": "रिफ्रेश करें",
|
|
25
25
|
"groupSharedFeatures.metadataView.itemList.selectAll": "सभी चुनें",
|
|
26
|
-
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel": "
|
|
27
|
-
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel": "
|
|
26
|
+
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel": "खोज",
|
|
27
|
+
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel": "साफ़ करें",
|
|
28
28
|
"groupSharedFeatures.metadataView.pagination.nextPageButton": "अगला",
|
|
29
29
|
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "{totalCount} प्रविष्टियों के {startEntryIndex} से {endEntryIndex} तक को दिखाया जा रहा है",
|
|
30
30
|
"groupSharedFeatures.metadataView.pagination.paginationLabel": "पृष्ठन नेविगेशन नियंत्रण और वर्तमान पृष्ठ की जानकारी",
|
|
31
|
-
"groupSharedFeatures.metadataView.pagination.previousPageButton": "पिछला"
|
|
32
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "खोजें",
|
|
33
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "साफ़ करें"
|
|
31
|
+
"groupSharedFeatures.metadataView.pagination.previousPageButton": "पिछला"
|
|
34
32
|
}
|
|
@@ -3,11 +3,11 @@ groupSharedFeatures.emptyState.body = अपने फिल्टर्स औ
|
|
|
3
3
|
# Heading for the empty state when no items are found
|
|
4
4
|
groupSharedFeatures.emptyState.heading = माफ़ करें, आपको जिस चीज़ की तलाश है, हम उसे ढूंढ नहीं सके.
|
|
5
5
|
# Label for decreasing the size of column.
|
|
6
|
-
groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize =
|
|
6
|
+
groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize = घटाएं
|
|
7
7
|
# Label for increasing the size of column.
|
|
8
|
-
groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize =
|
|
8
|
+
groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = बढ़ाएं
|
|
9
9
|
# Label for the slider that controls the size of column.
|
|
10
|
-
groupSharedFeatures.metadataView.actionBar.sliderLabel =
|
|
10
|
+
groupSharedFeatures.metadataView.actionBar.sliderLabel = स्लाइडर
|
|
11
11
|
# Label to switch to grid view
|
|
12
12
|
groupSharedFeatures.metadataView.actionBar.switchToGridView = ग्रिड दृश्य में बदलें
|
|
13
13
|
# Label to switch to list view
|
|
@@ -20,6 +20,8 @@ groupSharedFeatures.metadataView.filterRow.applyButton = लागू करे
|
|
|
20
20
|
groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
|
|
21
21
|
# Button label to clear the current input in a textarea
|
|
22
22
|
groupSharedFeatures.metadataView.filterRow.clearButton = साफ़ करें
|
|
23
|
+
# Title for the file type filter group
|
|
24
|
+
groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle = फ़ाइल का प्रकार
|
|
23
25
|
# Placeholder text for the keyword search filter
|
|
24
26
|
groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = कीवर्ड्स दर्ज करें
|
|
25
27
|
# Placeholder text for the input field in the filter row
|
|
@@ -45,9 +47,9 @@ groupSharedFeatures.metadataView.itemList.refreshButton = रिफ्रेश
|
|
|
45
47
|
# Label for the select all checkbox in the metadata table
|
|
46
48
|
groupSharedFeatures.metadataView.itemList.selectAll = सभी चुनें
|
|
47
49
|
# Aria label for the search input
|
|
48
|
-
groupSharedFeatures.metadataView.
|
|
50
|
+
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel = खोज
|
|
49
51
|
# Aria label for the clear button in the search input
|
|
50
|
-
groupSharedFeatures.metadataView.
|
|
52
|
+
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel = साफ़ करें
|
|
51
53
|
# Label for the next page button
|
|
52
54
|
groupSharedFeatures.metadataView.pagination.nextPageButton = अगला
|
|
53
55
|
# Pagination menu status with the range of entries shown
|
package/dist/i18n/it-IT.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"groupSharedFeatures.emptyState.body": "Prova a regolare i filtri o le parole chiave.",
|
|
3
3
|
"groupSharedFeatures.emptyState.heading": "Non riusciamo a trovare ciò che stai cercando.",
|
|
4
|
-
"groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize": "
|
|
5
|
-
"groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize": "
|
|
6
|
-
"groupSharedFeatures.metadataView.actionBar.sliderLabel": "
|
|
4
|
+
"groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize": "Diminuisci",
|
|
5
|
+
"groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize": "Aumenta",
|
|
6
|
+
"groupSharedFeatures.metadataView.actionBar.sliderLabel": "Dispositivo di scorrimento",
|
|
7
7
|
"groupSharedFeatures.metadataView.actionBar.switchToGridView": "Passa alla vista griglia",
|
|
8
8
|
"groupSharedFeatures.metadataView.actionBar.switchToListView": "Passa alla vista elenco",
|
|
9
9
|
"groupSharedFeatures.metadataView.filterRow.AllFilters": "Tutti i filtri",
|
|
10
10
|
"groupSharedFeatures.metadataView.filterRow.applyButton": "Applica",
|
|
11
11
|
"groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
|
|
12
12
|
"groupSharedFeatures.metadataView.filterRow.clearButton": "Cancella",
|
|
13
|
-
"groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "
|
|
13
|
+
"groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "Tipo di file",
|
|
14
14
|
"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "Inserisci parole chiave",
|
|
15
15
|
"groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "Imposta valore",
|
|
16
16
|
"groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "Cancella tutto",
|
|
@@ -23,12 +23,10 @@ export default {
|
|
|
23
23
|
"groupSharedFeatures.metadataView.itemList.listView": "Visualizzazione elenco",
|
|
24
24
|
"groupSharedFeatures.metadataView.itemList.refreshButton": "Aggiorna",
|
|
25
25
|
"groupSharedFeatures.metadataView.itemList.selectAll": "Seleziona tutto",
|
|
26
|
-
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel": "
|
|
27
|
-
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel": "
|
|
26
|
+
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel": "Cerca",
|
|
27
|
+
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel": "Cancella",
|
|
28
28
|
"groupSharedFeatures.metadataView.pagination.nextPageButton": "Successivo",
|
|
29
29
|
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "Visualizzazione di {startEntryIndex} su {endEntryIndex} di {totalCount} voci",
|
|
30
30
|
"groupSharedFeatures.metadataView.pagination.paginationLabel": "Controlli di navigazione della paginazione e informazioni sulla pagina attuale",
|
|
31
|
-
"groupSharedFeatures.metadataView.pagination.previousPageButton": "Indietro"
|
|
32
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "Cerca",
|
|
33
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "Cancella"
|
|
31
|
+
"groupSharedFeatures.metadataView.pagination.previousPageButton": "Indietro"
|
|
34
32
|
}
|
|
@@ -3,11 +3,11 @@ groupSharedFeatures.emptyState.body = Prova a regolare i filtri o le parole chia
|
|
|
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
5
|
# Label for decreasing the size of column.
|
|
6
|
-
groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize =
|
|
6
|
+
groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize = Diminuisci
|
|
7
7
|
# Label for increasing the size of column.
|
|
8
|
-
groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize =
|
|
8
|
+
groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = Aumenta
|
|
9
9
|
# Label for the slider that controls the size of column.
|
|
10
|
-
groupSharedFeatures.metadataView.actionBar.sliderLabel =
|
|
10
|
+
groupSharedFeatures.metadataView.actionBar.sliderLabel = Dispositivo di scorrimento
|
|
11
11
|
# Label to switch to grid view
|
|
12
12
|
groupSharedFeatures.metadataView.actionBar.switchToGridView = Passa alla vista griglia
|
|
13
13
|
# Label to switch to list view
|
|
@@ -20,6 +20,8 @@ groupSharedFeatures.metadataView.filterRow.applyButton = Applica
|
|
|
20
20
|
groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
|
|
21
21
|
# Button label to clear the current input in a textarea
|
|
22
22
|
groupSharedFeatures.metadataView.filterRow.clearButton = Cancella
|
|
23
|
+
# Title for the file type filter group
|
|
24
|
+
groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle = Tipo di file
|
|
23
25
|
# Placeholder text for the keyword search filter
|
|
24
26
|
groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = Inserisci parole chiave
|
|
25
27
|
# Placeholder text for the input field in the filter row
|
|
@@ -45,9 +47,9 @@ groupSharedFeatures.metadataView.itemList.refreshButton = Aggiorna
|
|
|
45
47
|
# Label for the select all checkbox in the metadata table
|
|
46
48
|
groupSharedFeatures.metadataView.itemList.selectAll = Seleziona tutto
|
|
47
49
|
# Aria label for the search input
|
|
48
|
-
groupSharedFeatures.metadataView.
|
|
50
|
+
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel = Cerca
|
|
49
51
|
# Aria label for the clear button in the search input
|
|
50
|
-
groupSharedFeatures.metadataView.
|
|
52
|
+
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel = Cancella
|
|
51
53
|
# Label for the next page button
|
|
52
54
|
groupSharedFeatures.metadataView.pagination.nextPageButton = Successivo
|
|
53
55
|
# Pagination menu status with the range of entries shown
|
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"groupSharedFeatures.emptyState.body": "フィルタまたはキーワードを調整してみてください。",
|
|
3
3
|
"groupSharedFeatures.emptyState.heading": "検索対象が見つかりませんでした。",
|
|
4
|
-
"groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize": "
|
|
5
|
-
"groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize": "
|
|
6
|
-
"groupSharedFeatures.metadataView.actionBar.sliderLabel": "
|
|
4
|
+
"groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize": "小さく",
|
|
5
|
+
"groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize": "大きく",
|
|
6
|
+
"groupSharedFeatures.metadataView.actionBar.sliderLabel": "スライダ",
|
|
7
7
|
"groupSharedFeatures.metadataView.actionBar.switchToGridView": "グリッドビューに切り替えます",
|
|
8
8
|
"groupSharedFeatures.metadataView.actionBar.switchToListView": "リストビューに切り替えます",
|
|
9
9
|
"groupSharedFeatures.metadataView.filterRow.AllFilters": "すべてのフィルタ",
|
|
10
10
|
"groupSharedFeatures.metadataView.filterRow.applyButton": "適用",
|
|
11
11
|
"groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name} ({count})",
|
|
12
12
|
"groupSharedFeatures.metadataView.filterRow.clearButton": "クリア",
|
|
13
|
-
"groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "
|
|
13
|
+
"groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "ファイルの種類",
|
|
14
14
|
"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "キーワードを入力",
|
|
15
15
|
"groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "値を設定",
|
|
16
16
|
"groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "すべてクリア",
|
|
@@ -23,12 +23,10 @@ export default {
|
|
|
23
23
|
"groupSharedFeatures.metadataView.itemList.listView": "リストビュー",
|
|
24
24
|
"groupSharedFeatures.metadataView.itemList.refreshButton": "更新",
|
|
25
25
|
"groupSharedFeatures.metadataView.itemList.selectAll": "すべて選択",
|
|
26
|
-
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel": "
|
|
27
|
-
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel": "
|
|
26
|
+
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel": "検索",
|
|
27
|
+
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel": "消去",
|
|
28
28
|
"groupSharedFeatures.metadataView.pagination.nextPageButton": "次へ",
|
|
29
29
|
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "{totalCount}エントリ中{startEntryIndex}~{endEntryIndex}を表示中",
|
|
30
30
|
"groupSharedFeatures.metadataView.pagination.paginationLabel": "ページネーション ナビゲーション コントロールと現在のページ情報",
|
|
31
|
-
"groupSharedFeatures.metadataView.pagination.previousPageButton": "前へ"
|
|
32
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "検索",
|
|
33
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "クリア"
|
|
31
|
+
"groupSharedFeatures.metadataView.pagination.previousPageButton": "前へ"
|
|
34
32
|
}
|
|
@@ -3,11 +3,11 @@ groupSharedFeatures.emptyState.body = フィルタまたはキーワードを調
|
|
|
3
3
|
# Heading for the empty state when no items are found
|
|
4
4
|
groupSharedFeatures.emptyState.heading = 検索対象が見つかりませんでした。
|
|
5
5
|
# Label for decreasing the size of column.
|
|
6
|
-
groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize =
|
|
6
|
+
groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize = 小さく
|
|
7
7
|
# Label for increasing the size of column.
|
|
8
|
-
groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize =
|
|
8
|
+
groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = 大きく
|
|
9
9
|
# Label for the slider that controls the size of column.
|
|
10
|
-
groupSharedFeatures.metadataView.actionBar.sliderLabel =
|
|
10
|
+
groupSharedFeatures.metadataView.actionBar.sliderLabel = スライダ
|
|
11
11
|
# Label to switch to grid view
|
|
12
12
|
groupSharedFeatures.metadataView.actionBar.switchToGridView = グリッドビューに切り替えます
|
|
13
13
|
# Label to switch to list view
|
|
@@ -20,6 +20,8 @@ groupSharedFeatures.metadataView.filterRow.applyButton = 適用
|
|
|
20
20
|
groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
|
|
21
21
|
# Button label to clear the current input in a textarea
|
|
22
22
|
groupSharedFeatures.metadataView.filterRow.clearButton = クリア
|
|
23
|
+
# Title for the file type filter group
|
|
24
|
+
groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle = ファイルの種類
|
|
23
25
|
# Placeholder text for the keyword search filter
|
|
24
26
|
groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = キーワードを入力
|
|
25
27
|
# Placeholder text for the input field in the filter row
|
|
@@ -45,9 +47,9 @@ groupSharedFeatures.metadataView.itemList.refreshButton = 更新
|
|
|
45
47
|
# Label for the select all checkbox in the metadata table
|
|
46
48
|
groupSharedFeatures.metadataView.itemList.selectAll = すべて選択
|
|
47
49
|
# Aria label for the search input
|
|
48
|
-
groupSharedFeatures.metadataView.
|
|
50
|
+
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel = 検索
|
|
49
51
|
# Aria label for the clear button in the search input
|
|
50
|
-
groupSharedFeatures.metadataView.
|
|
52
|
+
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel = 消去
|
|
51
53
|
# Label for the next page button
|
|
52
54
|
groupSharedFeatures.metadataView.pagination.nextPageButton = 次へ
|
|
53
55
|
# Pagination menu status with the range of entries shown
|
package/dist/i18n/ko-KR.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"groupSharedFeatures.emptyState.body": "필터 또는 키워드를 조정해 보세요.",
|
|
3
3
|
"groupSharedFeatures.emptyState.heading": "죄송합니다. 원하는 내용을 찾을 수 없습니다.",
|
|
4
|
-
"groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize": "
|
|
5
|
-
"groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize": "
|
|
6
|
-
"groupSharedFeatures.metadataView.actionBar.sliderLabel": "
|
|
4
|
+
"groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize": "감소",
|
|
5
|
+
"groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize": "증가",
|
|
6
|
+
"groupSharedFeatures.metadataView.actionBar.sliderLabel": "슬라이더",
|
|
7
7
|
"groupSharedFeatures.metadataView.actionBar.switchToGridView": "그리드 보기로 전환",
|
|
8
8
|
"groupSharedFeatures.metadataView.actionBar.switchToListView": "목록 보기로 전환",
|
|
9
9
|
"groupSharedFeatures.metadataView.filterRow.AllFilters": "모든 필터",
|
|
10
10
|
"groupSharedFeatures.metadataView.filterRow.applyButton": "적용",
|
|
11
11
|
"groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "{name}({count})",
|
|
12
12
|
"groupSharedFeatures.metadataView.filterRow.clearButton": "지우기",
|
|
13
|
-
"groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "
|
|
13
|
+
"groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "파일 유형",
|
|
14
14
|
"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "키워드 입력",
|
|
15
15
|
"groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "값 설정",
|
|
16
16
|
"groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "모두 삭제합니다.",
|
|
@@ -23,12 +23,10 @@ export default {
|
|
|
23
23
|
"groupSharedFeatures.metadataView.itemList.listView": "목록 보기",
|
|
24
24
|
"groupSharedFeatures.metadataView.itemList.refreshButton": "새로 고침",
|
|
25
25
|
"groupSharedFeatures.metadataView.itemList.selectAll": "모두 선택",
|
|
26
|
-
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel": "
|
|
27
|
-
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel": "
|
|
26
|
+
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel": "검색",
|
|
27
|
+
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel": "지우기",
|
|
28
28
|
"groupSharedFeatures.metadataView.pagination.nextPageButton": "다음",
|
|
29
29
|
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "총 {totalCount}개 항목 중 {startEntryIndex}~{endEntryIndex} 표시 중",
|
|
30
30
|
"groupSharedFeatures.metadataView.pagination.paginationLabel": "페이지 탐색 컨트롤과 현재 페이지 정보",
|
|
31
|
-
"groupSharedFeatures.metadataView.pagination.previousPageButton": "이전"
|
|
32
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputAriaLabel": "검색",
|
|
33
|
-
"groupSharedFeatures.metadataView.metadataSearchField.searchInputClearAriaLabel": "지우기"
|
|
31
|
+
"groupSharedFeatures.metadataView.pagination.previousPageButton": "이전"
|
|
34
32
|
}
|