@box/metadata-view 2.2.10 → 2.2.12
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 +49 -56
- package/dist/i18n/da-DK.js +49 -56
- package/dist/i18n/de-DE.js +52 -56
- package/dist/i18n/en-AU.js +3 -56
- package/dist/i18n/en-CA.js +2 -57
- package/dist/i18n/en-GB.js +3 -56
- package/dist/i18n/en-x-pseudo.js +2 -57
- package/dist/i18n/es-419.js +50 -56
- package/dist/i18n/es-ES.js +50 -56
- package/dist/i18n/fi-FI.js +51 -56
- package/dist/i18n/fr-CA.js +55 -56
- package/dist/i18n/fr-FR.js +55 -56
- package/dist/i18n/hi-IN.js +48 -56
- package/dist/i18n/it-IT.js +49 -56
- package/dist/i18n/ja-JP.js +37 -56
- package/dist/i18n/ko-KR.js +50 -56
- package/dist/i18n/nb-NO.js +49 -56
- package/dist/i18n/nl-NL.js +36 -56
- package/dist/i18n/pl-PL.js +52 -56
- package/dist/i18n/pt-BR.js +49 -56
- package/dist/i18n/ru-RU.js +51 -56
- package/dist/i18n/sv-SE.js +49 -56
- package/dist/i18n/tr-TR.js +48 -56
- package/dist/i18n/zh-CN.js +55 -56
- package/dist/i18n/zh-TW.js +55 -56
- package/package.json +17 -17
- package/dist/i18n/bn-IN.properties +0 -110
- package/dist/i18n/da-DK.properties +0 -110
- package/dist/i18n/de-DE.properties +0 -110
- package/dist/i18n/en-AU.properties +0 -110
- package/dist/i18n/en-CA.properties +0 -110
- package/dist/i18n/en-GB.properties +0 -110
- package/dist/i18n/en-US.js +0 -57
- package/dist/i18n/en-US.properties +0 -110
- package/dist/i18n/en-x-pseudo.properties +0 -110
- package/dist/i18n/es-419.properties +0 -110
- package/dist/i18n/es-ES.properties +0 -110
- package/dist/i18n/fi-FI.properties +0 -110
- package/dist/i18n/fr-CA.properties +0 -110
- package/dist/i18n/fr-FR.properties +0 -110
- package/dist/i18n/hi-IN.properties +0 -110
- package/dist/i18n/it-IT.properties +0 -110
- package/dist/i18n/ja-JP.properties +0 -110
- package/dist/i18n/json/src/lib/components/action-bar/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/empty-state/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/error-state/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/filter-row/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/filter-sidepanel/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/header/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/item-action-menu/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/metadata-grid/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/metadata-table/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/metadata-value/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/pagination/messages.json +0 -1
- package/dist/i18n/ko-KR.properties +0 -110
- package/dist/i18n/nb-NO.properties +0 -110
- package/dist/i18n/nl-NL.properties +0 -110
- package/dist/i18n/pl-PL.properties +0 -110
- package/dist/i18n/pt-BR.properties +0 -110
- package/dist/i18n/ru-RU.properties +0 -110
- package/dist/i18n/sv-SE.properties +0 -110
- package/dist/i18n/tr-TR.properties +0 -110
- package/dist/i18n/zh-CN.properties +0 -110
- package/dist/i18n/zh-TW.properties +0 -110
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
# Body text for the empty state when no items are found
|
|
2
|
-
groupSharedFeatures.emptyState.body = Essayez d'ajuster vos filtres ou mots-clés.
|
|
3
|
-
# Heading for the empty state when no items are found
|
|
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 = Diminuer
|
|
7
|
-
# Label for increasing the size of column.
|
|
8
|
-
groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = Augmenter
|
|
9
|
-
# Label for the slider that controls the size of column.
|
|
10
|
-
groupSharedFeatures.metadataView.actionBar.sliderLabel = Curseur
|
|
11
|
-
# Label to switch to grid view
|
|
12
|
-
groupSharedFeatures.metadataView.actionBar.switchToGridView = Passer à l'affichage Grille
|
|
13
|
-
# Label to switch to list view
|
|
14
|
-
groupSharedFeatures.metadataView.actionBar.switchToListView = Passer à l'affichage Liste
|
|
15
|
-
# Button label to open the sidepanel with all filters
|
|
16
|
-
groupSharedFeatures.metadataView.filterRow.AllFilters = Tous les filtres
|
|
17
|
-
# Label for an advanced number filter chip showing a range
|
|
18
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterBetween = {name} : {gt}-{lt}
|
|
19
|
-
# Label for an advanced date filter chip showing a custom date range
|
|
20
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterCustomRange = {name} : {startDate} – {endDate}
|
|
21
|
-
# Label for an advanced number filter chip showing a lower bound
|
|
22
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterGreaterThanOrEqual = {name} : >= {searchValue}
|
|
23
|
-
# Label for an advanced filter chip showing the field must be blank
|
|
24
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterIsBlank = {name} : est vide
|
|
25
|
-
# Label for an advanced filter chip showing an excluded exact value
|
|
26
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNot = {name} : Non « {searchValue} »
|
|
27
|
-
# Label for an advanced taxonomy filter chip excluding at or within a taxonomy value
|
|
28
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNotAtOrWithin = {name} : pas à ou dans {searchValue}
|
|
29
|
-
# Label for an advanced filter chip showing the field must not be blank
|
|
30
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNotBlank = {name} : n’est pas vide
|
|
31
|
-
# Label for an advanced number filter chip showing an upper bound
|
|
32
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterLessThanOrEqual = {name} : <= {searchValue}
|
|
33
|
-
# Label for an advanced taxonomy filter chip matching at or within a taxonomy value
|
|
34
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterMatchAtOrWithin = {name} : à ou dans {searchValue}
|
|
35
|
-
# Label for an advanced filter chip showing an exact match string value
|
|
36
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterMatchExactly = {name} : « {searchValue} »
|
|
37
|
-
# Label for an advanced filter chip showing the first selected value and remaining count
|
|
38
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterMultiselect = {name} : {firstValue} + {count}
|
|
39
|
-
# Label for a negated advanced filter chip showing the first selected value and remaining count
|
|
40
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterMultiselectIsNot = {name} : Pas {firstValue} + {count}
|
|
41
|
-
# Label for an advanced date filter chip showing the next number of days
|
|
42
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterNext = {name} : {searchValue} jours suivants
|
|
43
|
-
# Label for an advanced filter chip showing a negated selected value
|
|
44
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterNotSearchValue = {name} : Non {searchValue}
|
|
45
|
-
# Label for an advanced date filter chip showing values older than a number of days
|
|
46
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterOlderThan = {name} : Plus ancien que {searchValue} jours
|
|
47
|
-
# Label for an advanced date filter chip showing the past number of days
|
|
48
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterPast = {name} : {searchValue} derniers jours
|
|
49
|
-
# Label for an advanced date filter chip showing today
|
|
50
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterToday = {name} : Aujourd’hui
|
|
51
|
-
# Label for an advanced filter chip showing the field name and selected value
|
|
52
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterWithSearchValue = {name} : {searchValue}
|
|
53
|
-
# Button label to apply the current input as a filter to the metadata table
|
|
54
|
-
groupSharedFeatures.metadataView.filterRow.applyButton = OK
|
|
55
|
-
# Label for a filter chip that includes the name and count of selected options
|
|
56
|
-
groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
|
|
57
|
-
# Label for a filter chip showing the field name and active filter option, e.g. "Modified: Is blank"
|
|
58
|
-
groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} : {optionLabel}
|
|
59
|
-
# Button label to clear the current input in a textarea
|
|
60
|
-
groupSharedFeatures.metadataView.filterRow.clearButton = Effacer
|
|
61
|
-
# Title for the file type filter group
|
|
62
|
-
groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle = Type de fichier
|
|
63
|
-
# Placeholder text for the keyword search filter
|
|
64
|
-
groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = Saisir des mots-clés
|
|
65
|
-
# Title for the location filter group
|
|
66
|
-
groupSharedFeatures.metadataView.filterRow.locationFilterTitle = Emplacement
|
|
67
|
-
# Placeholder text for the input field in the filter row
|
|
68
|
-
groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = Définir la valeur
|
|
69
|
-
# Button label to clear all filters in the sidepanel
|
|
70
|
-
groupSharedFeatures.metadataView.filterSidepanel.clearAllButton = Tout désélectionner
|
|
71
|
-
# Aria label for the close button in the filter sidepanel
|
|
72
|
-
groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel = Fermer
|
|
73
|
-
# Header for the filter sidepanel
|
|
74
|
-
groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = Filtres
|
|
75
|
-
# Button label to apply filters and show results
|
|
76
|
-
groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Rechercher
|
|
77
|
-
# Label for the grid view of files and folders
|
|
78
|
-
groupSharedFeatures.metadataView.gridList.gridView = Affichage Grille
|
|
79
|
-
# Aria label for the clear selection button
|
|
80
|
-
groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Effacer la sélection
|
|
81
|
-
# Selection count text in the header when multiple items are selected or item name is unavailable
|
|
82
|
-
groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># élément</b> est sélectionné} many {<b># éléments</b> sont sélectionnés} other {<b># éléments</b> sont sélectionnés}}
|
|
83
|
-
# Selection text in the header when a single item is selected, showing the item name
|
|
84
|
-
groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> est sélectionné
|
|
85
|
-
# Label for the default unselected option in inline editing dropdowns
|
|
86
|
-
groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
|
|
87
|
-
# Label for the action menu for an item in the metadata view list
|
|
88
|
-
groupSharedFeatures.metadataView.itemActionMenu.actionMenu = Menu des actions
|
|
89
|
-
# Error message displayed when metadata fails to load
|
|
90
|
-
groupSharedFeatures.metadataView.itemList.errorMessage = Une erreur s'est produite. Veuillez actualiser cette page.
|
|
91
|
-
# Label for the list of files and folders displayed in a list view
|
|
92
|
-
groupSharedFeatures.metadataView.itemList.listView = Affichage liste
|
|
93
|
-
# Label for the refresh button in error state
|
|
94
|
-
groupSharedFeatures.metadataView.itemList.refreshButton = Actualiser
|
|
95
|
-
# Label for the select all checkbox in the metadata table
|
|
96
|
-
groupSharedFeatures.metadataView.itemList.selectAll = Sélectionner tout
|
|
97
|
-
# Placeholder for select folder trigger
|
|
98
|
-
groupSharedFeatures.metadataView.metadataValue.metadataLocation.locationTriggerHint = Sélectionner un dossier
|
|
99
|
-
# Aria label for the search input
|
|
100
|
-
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel = Rechercher
|
|
101
|
-
# Aria label for the clear button in the search input
|
|
102
|
-
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel = Effacer
|
|
103
|
-
# Label for the next page button
|
|
104
|
-
groupSharedFeatures.metadataView.pagination.nextPageButton = Suivant
|
|
105
|
-
# Pagination menu status with the range of entries shown
|
|
106
|
-
groupSharedFeatures.metadataView.pagination.pageEntryStatus = Affichage de {startEntryIndex} à {endEntryIndex} des entrées {totalCount}
|
|
107
|
-
# Aria label for the pagination component, which includes entry status and previous/next page controls
|
|
108
|
-
groupSharedFeatures.metadataView.pagination.paginationLabel = Contrôles de navigation de pagination et informations de la page actuelle
|
|
109
|
-
# Label for the previous page button
|
|
110
|
-
groupSharedFeatures.metadataView.pagination.previousPageButton = Précédent
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
# Body text for the empty state when no items are found
|
|
2
|
-
groupSharedFeatures.emptyState.body = अपने फिल्टर्स और कीवर्ड्स को समायोजित करके देखें।
|
|
3
|
-
# Heading for the empty state when no items are found
|
|
4
|
-
groupSharedFeatures.emptyState.heading = माफ़ करें, आपको जिस चीज़ की तलाश है, हम उसे ढूंढ नहीं सके.
|
|
5
|
-
# Label for decreasing the size of column.
|
|
6
|
-
groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize = घटाएं
|
|
7
|
-
# Label for increasing the size of column.
|
|
8
|
-
groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = बढ़ाएं
|
|
9
|
-
# Label for the slider that controls the size of column.
|
|
10
|
-
groupSharedFeatures.metadataView.actionBar.sliderLabel = स्लाइडर
|
|
11
|
-
# Label to switch to grid view
|
|
12
|
-
groupSharedFeatures.metadataView.actionBar.switchToGridView = ग्रिड दृश्य में बदलें
|
|
13
|
-
# Label to switch to list view
|
|
14
|
-
groupSharedFeatures.metadataView.actionBar.switchToListView = सूची दृश्य में बदलें
|
|
15
|
-
# Button label to open the sidepanel with all filters
|
|
16
|
-
groupSharedFeatures.metadataView.filterRow.AllFilters = सभी फ़िल्टर्स
|
|
17
|
-
# Label for an advanced number filter chip showing a range
|
|
18
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterBetween = {name}: {gt}-{lt}
|
|
19
|
-
# Label for an advanced date filter chip showing a custom date range
|
|
20
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterCustomRange = {name}: {startDate} - {endDate}
|
|
21
|
-
# Label for an advanced number filter chip showing a lower bound
|
|
22
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterGreaterThanOrEqual = {name}: >= {searchValue}
|
|
23
|
-
# Label for an advanced filter chip showing the field must be blank
|
|
24
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterIsBlank = {name}: खाली है
|
|
25
|
-
# Label for an advanced filter chip showing an excluded exact value
|
|
26
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNot = {name}: "{searchValue}" नहीं
|
|
27
|
-
# Label for an advanced taxonomy filter chip excluding at or within a taxonomy value
|
|
28
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNotAtOrWithin = {name}: {searchValue} पर या उसके भीतर नहीं
|
|
29
|
-
# Label for an advanced filter chip showing the field must not be blank
|
|
30
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNotBlank = {name}: खाली नहीं है
|
|
31
|
-
# Label for an advanced number filter chip showing an upper bound
|
|
32
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterLessThanOrEqual = {name}: <= {searchValue}
|
|
33
|
-
# Label for an advanced taxonomy filter chip matching at or within a taxonomy value
|
|
34
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterMatchAtOrWithin = {name}: {searchValue} पर या उसके भीतर
|
|
35
|
-
# Label for an advanced filter chip showing an exact match string value
|
|
36
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterMatchExactly = {name}: "{searchValue}"
|
|
37
|
-
# Label for an advanced filter chip showing the first selected value and remaining count
|
|
38
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterMultiselect = {name}: {firstValue} +{count}
|
|
39
|
-
# Label for a negated advanced filter chip showing the first selected value and remaining count
|
|
40
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterMultiselectIsNot = {name}: {firstValue} +{count} नहीं
|
|
41
|
-
# Label for an advanced date filter chip showing the next number of days
|
|
42
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterNext = {name}: अगले {searchValue} दिन
|
|
43
|
-
# Label for an advanced filter chip showing a negated selected value
|
|
44
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterNotSearchValue = {name}: {searchValue} नहीं
|
|
45
|
-
# Label for an advanced date filter chip showing values older than a number of days
|
|
46
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterOlderThan = {name}: {searchValue} दिनों से ज़्यादा पुराना
|
|
47
|
-
# Label for an advanced date filter chip showing the past number of days
|
|
48
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterPast = {name}: पिछले {searchValue} दिन
|
|
49
|
-
# Label for an advanced date filter chip showing today
|
|
50
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterToday = {name}: आज
|
|
51
|
-
# Label for an advanced filter chip showing the field name and selected value
|
|
52
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterWithSearchValue = {name}: {searchValue}
|
|
53
|
-
# Button label to apply the current input as a filter to the metadata table
|
|
54
|
-
groupSharedFeatures.metadataView.filterRow.applyButton = लागू करें
|
|
55
|
-
# Label for a filter chip that includes the name and count of selected options
|
|
56
|
-
groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
|
|
57
|
-
# Label for a filter chip showing the field name and active filter option, e.g. "Modified: Is blank"
|
|
58
|
-
groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name}: {optionLabel}
|
|
59
|
-
# Button label to clear the current input in a textarea
|
|
60
|
-
groupSharedFeatures.metadataView.filterRow.clearButton = साफ़ करें
|
|
61
|
-
# Title for the file type filter group
|
|
62
|
-
groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle = फ़ाइल का प्रकार
|
|
63
|
-
# Placeholder text for the keyword search filter
|
|
64
|
-
groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = कीवर्ड्स दर्ज करें
|
|
65
|
-
# Title for the location filter group
|
|
66
|
-
groupSharedFeatures.metadataView.filterRow.locationFilterTitle = स्थान
|
|
67
|
-
# Placeholder text for the input field in the filter row
|
|
68
|
-
groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = मान सेट करें
|
|
69
|
-
# Button label to clear all filters in the sidepanel
|
|
70
|
-
groupSharedFeatures.metadataView.filterSidepanel.clearAllButton = सब साफ करें
|
|
71
|
-
# Aria label for the close button in the filter sidepanel
|
|
72
|
-
groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel = बंद करें
|
|
73
|
-
# Header for the filter sidepanel
|
|
74
|
-
groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = फ़िल्टर्स
|
|
75
|
-
# Button label to apply filters and show results
|
|
76
|
-
groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = खोजें
|
|
77
|
-
# Label for the grid view of files and folders
|
|
78
|
-
groupSharedFeatures.metadataView.gridList.gridView = ग्रिड दृश्य
|
|
79
|
-
# Aria label for the clear selection button
|
|
80
|
-
groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = चयन साफ़ करें
|
|
81
|
-
# Selection count text in the header when multiple items are selected or item name is unavailable
|
|
82
|
-
groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># आइटम को</b> चुना गया है} other{<b># आइटमों को</b> चुना गया है}}
|
|
83
|
-
# Selection text in the header when a single item is selected, showing the item name
|
|
84
|
-
groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> को चुना गया है
|
|
85
|
-
# Label for the default unselected option in inline editing dropdowns
|
|
86
|
-
groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
|
|
87
|
-
# Label for the action menu for an item in the metadata view list
|
|
88
|
-
groupSharedFeatures.metadataView.itemActionMenu.actionMenu = कार्र्यवाही मेनू
|
|
89
|
-
# Error message displayed when metadata fails to load
|
|
90
|
-
groupSharedFeatures.metadataView.itemList.errorMessage = कुछ गड़बड़ हो गयी। कृपया इस पेज को रिफ्रेश करें।
|
|
91
|
-
# Label for the list of files and folders displayed in a list view
|
|
92
|
-
groupSharedFeatures.metadataView.itemList.listView = सूची दृश्य
|
|
93
|
-
# Label for the refresh button in error state
|
|
94
|
-
groupSharedFeatures.metadataView.itemList.refreshButton = रिफ्रेश करें
|
|
95
|
-
# Label for the select all checkbox in the metadata table
|
|
96
|
-
groupSharedFeatures.metadataView.itemList.selectAll = सभी चुनें
|
|
97
|
-
# Placeholder for select folder trigger
|
|
98
|
-
groupSharedFeatures.metadataView.metadataValue.metadataLocation.locationTriggerHint = एक फ़ोल्डर चुनें
|
|
99
|
-
# Aria label for the search input
|
|
100
|
-
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel = खोज
|
|
101
|
-
# Aria label for the clear button in the search input
|
|
102
|
-
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel = साफ़ करें
|
|
103
|
-
# Label for the next page button
|
|
104
|
-
groupSharedFeatures.metadataView.pagination.nextPageButton = अगला
|
|
105
|
-
# Pagination menu status with the range of entries shown
|
|
106
|
-
groupSharedFeatures.metadataView.pagination.pageEntryStatus = {totalCount} प्रविष्टियों के {startEntryIndex} से {endEntryIndex} तक को दिखाया जा रहा है
|
|
107
|
-
# Aria label for the pagination component, which includes entry status and previous/next page controls
|
|
108
|
-
groupSharedFeatures.metadataView.pagination.paginationLabel = पृष्ठन नेविगेशन नियंत्रण और वर्तमान पृष्ठ की जानकारी
|
|
109
|
-
# Label for the previous page button
|
|
110
|
-
groupSharedFeatures.metadataView.pagination.previousPageButton = पिछला
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
# Body text for the empty state when no items are found
|
|
2
|
-
groupSharedFeatures.emptyState.body = Prova a regolare i filtri o le parole chiave.
|
|
3
|
-
# Heading for the empty state when no items are found
|
|
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 = Diminuisci
|
|
7
|
-
# Label for increasing the size of column.
|
|
8
|
-
groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = Aumenta
|
|
9
|
-
# Label for the slider that controls the size of column.
|
|
10
|
-
groupSharedFeatures.metadataView.actionBar.sliderLabel = Dispositivo di scorrimento
|
|
11
|
-
# Label to switch to grid view
|
|
12
|
-
groupSharedFeatures.metadataView.actionBar.switchToGridView = Passa alla vista griglia
|
|
13
|
-
# Label to switch to list view
|
|
14
|
-
groupSharedFeatures.metadataView.actionBar.switchToListView = Passa alla vista elenco
|
|
15
|
-
# Button label to open the sidepanel with all filters
|
|
16
|
-
groupSharedFeatures.metadataView.filterRow.AllFilters = Tutti i filtri
|
|
17
|
-
# Label for an advanced number filter chip showing a range
|
|
18
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterBetween = {name}: {gt}-{lt}
|
|
19
|
-
# Label for an advanced date filter chip showing a custom date range
|
|
20
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterCustomRange = {name}: {startDate} - {endDate}
|
|
21
|
-
# Label for an advanced number filter chip showing a lower bound
|
|
22
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterGreaterThanOrEqual = {name}: >= {searchValue}
|
|
23
|
-
# Label for an advanced filter chip showing the field must be blank
|
|
24
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterIsBlank = {name}: è vuoto
|
|
25
|
-
# Label for an advanced filter chip showing an excluded exact value
|
|
26
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNot = {name}: Non "{searchValue}"
|
|
27
|
-
# Label for an advanced taxonomy filter chip excluding at or within a taxonomy value
|
|
28
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNotAtOrWithin = {name}: non a o all’interno di {searchValue}
|
|
29
|
-
# Label for an advanced filter chip showing the field must not be blank
|
|
30
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNotBlank = {name}: non è vuoto
|
|
31
|
-
# Label for an advanced number filter chip showing an upper bound
|
|
32
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterLessThanOrEqual = {name}: <= {searchValue}
|
|
33
|
-
# Label for an advanced taxonomy filter chip matching at or within a taxonomy value
|
|
34
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterMatchAtOrWithin = {name}: a o all’interno di {searchValue}
|
|
35
|
-
# Label for an advanced filter chip showing an exact match string value
|
|
36
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterMatchExactly = {name}: "{searchValue}"
|
|
37
|
-
# Label for an advanced filter chip showing the first selected value and remaining count
|
|
38
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterMultiselect = {name}: {firstValue} + {count}
|
|
39
|
-
# Label for a negated advanced filter chip showing the first selected value and remaining count
|
|
40
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterMultiselectIsNot = {name}: non {firstValue} + {count}
|
|
41
|
-
# Label for an advanced date filter chip showing the next number of days
|
|
42
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterNext = {name}: prossimi {searchValue} giorni
|
|
43
|
-
# Label for an advanced filter chip showing a negated selected value
|
|
44
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterNotSearchValue = {name}: non {searchValue}
|
|
45
|
-
# Label for an advanced date filter chip showing values older than a number of days
|
|
46
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterOlderThan = {name}: più vecchio di {searchValue} giorni
|
|
47
|
-
# Label for an advanced date filter chip showing the past number of days
|
|
48
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterPast = {name}: ultimi {searchValue} giorni
|
|
49
|
-
# Label for an advanced date filter chip showing today
|
|
50
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterToday = {name}: oggi
|
|
51
|
-
# Label for an advanced filter chip showing the field name and selected value
|
|
52
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterWithSearchValue = {name}: {searchValue}
|
|
53
|
-
# Button label to apply the current input as a filter to the metadata table
|
|
54
|
-
groupSharedFeatures.metadataView.filterRow.applyButton = Applica
|
|
55
|
-
# Label for a filter chip that includes the name and count of selected options
|
|
56
|
-
groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
|
|
57
|
-
# Label for a filter chip showing the field name and active filter option, e.g. "Modified: Is blank"
|
|
58
|
-
groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name}: {optionLabel}
|
|
59
|
-
# Button label to clear the current input in a textarea
|
|
60
|
-
groupSharedFeatures.metadataView.filterRow.clearButton = Cancella
|
|
61
|
-
# Title for the file type filter group
|
|
62
|
-
groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle = Tipo di file
|
|
63
|
-
# Placeholder text for the keyword search filter
|
|
64
|
-
groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = Inserisci parole chiave
|
|
65
|
-
# Title for the location filter group
|
|
66
|
-
groupSharedFeatures.metadataView.filterRow.locationFilterTitle = Posizione
|
|
67
|
-
# Placeholder text for the input field in the filter row
|
|
68
|
-
groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = Imposta valore
|
|
69
|
-
# Button label to clear all filters in the sidepanel
|
|
70
|
-
groupSharedFeatures.metadataView.filterSidepanel.clearAllButton = Cancella tutto
|
|
71
|
-
# Aria label for the close button in the filter sidepanel
|
|
72
|
-
groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel = Chiudi
|
|
73
|
-
# Header for the filter sidepanel
|
|
74
|
-
groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = Filtri
|
|
75
|
-
# Button label to apply filters and show results
|
|
76
|
-
groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Cerca
|
|
77
|
-
# Label for the grid view of files and folders
|
|
78
|
-
groupSharedFeatures.metadataView.gridList.gridView = Vista griglia
|
|
79
|
-
# Aria label for the clear selection button
|
|
80
|
-
groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Cancella selezione
|
|
81
|
-
# Selection count text in the header when multiple items are selected or item name is unavailable
|
|
82
|
-
groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, one {<b># elemento</b> è selezionato} many {<b># elementi</b> sono selezionati} other {<b># elementi</b> sono selezionati}}
|
|
83
|
-
# Selection text in the header when a single item is selected, showing the item name
|
|
84
|
-
groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b> è selezionato
|
|
85
|
-
# Label for the default unselected option in inline editing dropdowns
|
|
86
|
-
groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
|
|
87
|
-
# Label for the action menu for an item in the metadata view list
|
|
88
|
-
groupSharedFeatures.metadataView.itemActionMenu.actionMenu = Menu azioni
|
|
89
|
-
# Error message displayed when metadata fails to load
|
|
90
|
-
groupSharedFeatures.metadataView.itemList.errorMessage = Si è verificato un errore. Per favore, aggiorna questa pagina.
|
|
91
|
-
# Label for the list of files and folders displayed in a list view
|
|
92
|
-
groupSharedFeatures.metadataView.itemList.listView = Visualizzazione elenco
|
|
93
|
-
# Label for the refresh button in error state
|
|
94
|
-
groupSharedFeatures.metadataView.itemList.refreshButton = Aggiorna
|
|
95
|
-
# Label for the select all checkbox in the metadata table
|
|
96
|
-
groupSharedFeatures.metadataView.itemList.selectAll = Seleziona tutto
|
|
97
|
-
# Placeholder for select folder trigger
|
|
98
|
-
groupSharedFeatures.metadataView.metadataValue.metadataLocation.locationTriggerHint = Seleziona una cartella
|
|
99
|
-
# Aria label for the search input
|
|
100
|
-
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel = Cerca
|
|
101
|
-
# Aria label for the clear button in the search input
|
|
102
|
-
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel = Cancella
|
|
103
|
-
# Label for the next page button
|
|
104
|
-
groupSharedFeatures.metadataView.pagination.nextPageButton = Successivo
|
|
105
|
-
# Pagination menu status with the range of entries shown
|
|
106
|
-
groupSharedFeatures.metadataView.pagination.pageEntryStatus = Visualizzazione di {startEntryIndex} su {endEntryIndex} di {totalCount} voci
|
|
107
|
-
# Aria label for the pagination component, which includes entry status and previous/next page controls
|
|
108
|
-
groupSharedFeatures.metadataView.pagination.paginationLabel = Controlli di navigazione della paginazione e informazioni sulla pagina attuale
|
|
109
|
-
# Label for the previous page button
|
|
110
|
-
groupSharedFeatures.metadataView.pagination.previousPageButton = Indietro
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
# Body text for the empty state when no items are found
|
|
2
|
-
groupSharedFeatures.emptyState.body = フィルタまたはキーワードを調整してみてください。
|
|
3
|
-
# Heading for the empty state when no items are found
|
|
4
|
-
groupSharedFeatures.emptyState.heading = 検索対象が見つかりませんでした。
|
|
5
|
-
# Label for decreasing the size of column.
|
|
6
|
-
groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize = 小さく
|
|
7
|
-
# Label for increasing the size of column.
|
|
8
|
-
groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = 大きく
|
|
9
|
-
# Label for the slider that controls the size of column.
|
|
10
|
-
groupSharedFeatures.metadataView.actionBar.sliderLabel = スライダ
|
|
11
|
-
# Label to switch to grid view
|
|
12
|
-
groupSharedFeatures.metadataView.actionBar.switchToGridView = グリッドビューに切り替えます
|
|
13
|
-
# Label to switch to list view
|
|
14
|
-
groupSharedFeatures.metadataView.actionBar.switchToListView = リストビューに切り替えます
|
|
15
|
-
# Button label to open the sidepanel with all filters
|
|
16
|
-
groupSharedFeatures.metadataView.filterRow.AllFilters = すべてのフィルタ
|
|
17
|
-
# Label for an advanced number filter chip showing a range
|
|
18
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterBetween = {name}: {gt}-{lt}
|
|
19
|
-
# Label for an advanced date filter chip showing a custom date range
|
|
20
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterCustomRange = {name}: {startDate} - {endDate}
|
|
21
|
-
# Label for an advanced number filter chip showing a lower bound
|
|
22
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterGreaterThanOrEqual = {name}: >= {searchValue}
|
|
23
|
-
# Label for an advanced filter chip showing the field must be blank
|
|
24
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterIsBlank = {name}: 空白
|
|
25
|
-
# Label for an advanced filter chip showing an excluded exact value
|
|
26
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNot = {name}: "{searchValue}" ではない
|
|
27
|
-
# Label for an advanced taxonomy filter chip excluding at or within a taxonomy value
|
|
28
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNotAtOrWithin = {name}: {searchValue}の範囲外
|
|
29
|
-
# Label for an advanced filter chip showing the field must not be blank
|
|
30
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNotBlank = {name}: 空白ではない
|
|
31
|
-
# Label for an advanced number filter chip showing an upper bound
|
|
32
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterLessThanOrEqual = {name}: <= {searchValue}
|
|
33
|
-
# Label for an advanced taxonomy filter chip matching at or within a taxonomy value
|
|
34
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterMatchAtOrWithin = {name}: {searchValue}の範囲内
|
|
35
|
-
# Label for an advanced filter chip showing an exact match string value
|
|
36
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterMatchExactly = {name}: "{searchValue}"
|
|
37
|
-
# Label for an advanced filter chip showing the first selected value and remaining count
|
|
38
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterMultiselect = {name}: {firstValue} +{count}
|
|
39
|
-
# Label for a negated advanced filter chip showing the first selected value and remaining count
|
|
40
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterMultiselectIsNot = {name}: {firstValue} +{count} ではない
|
|
41
|
-
# Label for an advanced date filter chip showing the next number of days
|
|
42
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterNext = {name}: 今後{searchValue}日間
|
|
43
|
-
# Label for an advanced filter chip showing a negated selected value
|
|
44
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterNotSearchValue = {name}: {searchValue}ではない
|
|
45
|
-
# Label for an advanced date filter chip showing values older than a number of days
|
|
46
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterOlderThan = {name}: {searchValue}日以上経過
|
|
47
|
-
# Label for an advanced date filter chip showing the past number of days
|
|
48
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterPast = {name}: 過去{searchValue}日以内
|
|
49
|
-
# Label for an advanced date filter chip showing today
|
|
50
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterToday = {name}: 今日
|
|
51
|
-
# Label for an advanced filter chip showing the field name and selected value
|
|
52
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterWithSearchValue = {name}: {searchValue}
|
|
53
|
-
# Button label to apply the current input as a filter to the metadata table
|
|
54
|
-
groupSharedFeatures.metadataView.filterRow.applyButton = 適用
|
|
55
|
-
# Label for a filter chip that includes the name and count of selected options
|
|
56
|
-
groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
|
|
57
|
-
# Label for a filter chip showing the field name and active filter option, e.g. "Modified: Is blank"
|
|
58
|
-
groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name}: {optionLabel}
|
|
59
|
-
# Button label to clear the current input in a textarea
|
|
60
|
-
groupSharedFeatures.metadataView.filterRow.clearButton = クリア
|
|
61
|
-
# Title for the file type filter group
|
|
62
|
-
groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle = ファイルの種類
|
|
63
|
-
# Placeholder text for the keyword search filter
|
|
64
|
-
groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = キーワードを入力
|
|
65
|
-
# Title for the location filter group
|
|
66
|
-
groupSharedFeatures.metadataView.filterRow.locationFilterTitle = 場所
|
|
67
|
-
# Placeholder text for the input field in the filter row
|
|
68
|
-
groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = 値を設定
|
|
69
|
-
# Button label to clear all filters in the sidepanel
|
|
70
|
-
groupSharedFeatures.metadataView.filterSidepanel.clearAllButton = すべてクリア
|
|
71
|
-
# Aria label for the close button in the filter sidepanel
|
|
72
|
-
groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel = 閉じる
|
|
73
|
-
# Header for the filter sidepanel
|
|
74
|
-
groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = フィルタ
|
|
75
|
-
# Button label to apply filters and show results
|
|
76
|
-
groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = 検索
|
|
77
|
-
# Label for the grid view of files and folders
|
|
78
|
-
groupSharedFeatures.metadataView.gridList.gridView = グリッドビュー
|
|
79
|
-
# Aria label for the clear selection button
|
|
80
|
-
groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = 選択をクリア
|
|
81
|
-
# Selection count text in the header when multiple items are selected or item name is unavailable
|
|
82
|
-
groupSharedFeatures.metadataView.header.itemsSelected = {count, plural, other {<b>#項目</b>を選択中}}
|
|
83
|
-
# Selection text in the header when a single item is selected, showing the item name
|
|
84
|
-
groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b>を選択中
|
|
85
|
-
# Label for the default unselected option in inline editing dropdowns
|
|
86
|
-
groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
|
|
87
|
-
# Label for the action menu for an item in the metadata view list
|
|
88
|
-
groupSharedFeatures.metadataView.itemActionMenu.actionMenu = アクションメニュー
|
|
89
|
-
# Error message displayed when metadata fails to load
|
|
90
|
-
groupSharedFeatures.metadataView.itemList.errorMessage = 問題が発生しました。このページを更新してください。
|
|
91
|
-
# Label for the list of files and folders displayed in a list view
|
|
92
|
-
groupSharedFeatures.metadataView.itemList.listView = リストビュー
|
|
93
|
-
# Label for the refresh button in error state
|
|
94
|
-
groupSharedFeatures.metadataView.itemList.refreshButton = 更新
|
|
95
|
-
# Label for the select all checkbox in the metadata table
|
|
96
|
-
groupSharedFeatures.metadataView.itemList.selectAll = すべて選択
|
|
97
|
-
# Placeholder for select folder trigger
|
|
98
|
-
groupSharedFeatures.metadataView.metadataValue.metadataLocation.locationTriggerHint = フォルダを選択
|
|
99
|
-
# Aria label for the search input
|
|
100
|
-
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel = 検索
|
|
101
|
-
# Aria label for the clear button in the search input
|
|
102
|
-
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel = クリア
|
|
103
|
-
# Label for the next page button
|
|
104
|
-
groupSharedFeatures.metadataView.pagination.nextPageButton = 次へ
|
|
105
|
-
# Pagination menu status with the range of entries shown
|
|
106
|
-
groupSharedFeatures.metadataView.pagination.pageEntryStatus = {totalCount}エントリ中{startEntryIndex}~{endEntryIndex}を表示中
|
|
107
|
-
# Aria label for the pagination component, which includes entry status and previous/next page controls
|
|
108
|
-
groupSharedFeatures.metadataView.pagination.paginationLabel = ページネーションのナビゲーションコントロールと現在のページの情報
|
|
109
|
-
# Label for the previous page button
|
|
110
|
-
groupSharedFeatures.metadataView.pagination.previousPageButton = 前へ
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"id":"groupSharedFeatures.metadataView.actionBar.switchToGridView","description":"Label to switch to grid view","defaultMessage":"Switch to Grid View"},{"id":"groupSharedFeatures.metadataView.actionBar.switchToListView","description":"Label to switch to list view","defaultMessage":"Switch to List View"},{"id":"groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize","description":"Label for decreasing the size of column.","defaultMessage":"Decrease"},{"id":"groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize","description":"Label for increasing the size of column.","defaultMessage":"Increase"},{"id":"groupSharedFeatures.metadataView.actionBar.sliderLabel","description":"Label for the slider that controls the size of column.","defaultMessage":"Slider"}]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"id":"groupSharedFeatures.emptyState.heading","description":"Heading for the empty state when no items are found","defaultMessage":"Sorry, we couldn't find what you're looking for."},{"id":"groupSharedFeatures.emptyState.body","description":"Body text for the empty state when no items are found","defaultMessage":"Try adjusting your filters or keywords."}]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"id":"groupSharedFeatures.metadataView.itemList.errorMessage","description":"Error message displayed when metadata fails to load","defaultMessage":"Something went wrong. Please refresh this page."},{"id":"groupSharedFeatures.metadataView.itemList.refreshButton","description":"Label for the refresh button in error state","defaultMessage":"Refresh"}]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"id":"groupSharedFeatures.metadataView.filterRow.applyButton","description":"Button label to apply the current input as a filter to the metadata table","defaultMessage":"Apply"},{"id":"groupSharedFeatures.metadataView.filterRow.clearButton","description":"Button label to clear the current input in a textarea","defaultMessage":"Clear"},{"id":"groupSharedFeatures.metadataView.filterRow.textInputPlaceholder","description":"Placeholder text for the input field in the filter row","defaultMessage":"Set Value"},{"id":"groupSharedFeatures.metadataView.filterRow.AllFilters","description":"Button label to open the sidepanel with all filters","defaultMessage":"All Filters"},{"id":"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder","description":"Placeholder text for the keyword search filter","defaultMessage":"Enter keywords"},{"id":"groupSharedFeatures.metadataView.filterRow.chipNameWithCount","description":"Label for a filter chip that includes the name and count of selected options","defaultMessage":"{name} ({count})"},{"id":"groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle","description":"Title for the file type filter group","defaultMessage":"File Type"},{"id":"groupSharedFeatures.metadataView.filterRow.locationFilterTitle","description":"Title for the location filter group","defaultMessage":"Location"},{"id":"groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption","description":"Label for a filter chip showing the field name and active filter option, e.g. \"Modified: Is blank\"","defaultMessage":"{name}: {optionLabel}"},{"id":"groupSharedFeatures.metadataView.filterRow.advancedFilterWithSearchValue","description":"Label for an advanced filter chip showing the field name and selected value","defaultMessage":"{name}: {searchValue}"},{"id":"groupSharedFeatures.metadataView.filterRow.advancedFilterMatchExactly","description":"Label for an advanced filter chip showing an exact match string value","defaultMessage":"{name}: \"{searchValue}\""},{"id":"groupSharedFeatures.metadataView.filterRow.advancedFilterNotSearchValue","description":"Label for an advanced filter chip showing a negated selected value","defaultMessage":"{name}: Not {searchValue}"},{"id":"groupSharedFeatures.metadataView.filterRow.advancedFilterIsNot","description":"Label for an advanced filter chip showing an excluded exact value","defaultMessage":"{name}: Not \"{searchValue}\""},{"id":"groupSharedFeatures.metadataView.filterRow.advancedFilterIsBlank","description":"Label for an advanced filter chip showing the field must be blank","defaultMessage":"{name}: is blank"},{"id":"groupSharedFeatures.metadataView.filterRow.advancedFilterIsNotBlank","description":"Label for an advanced filter chip showing the field must not be blank","defaultMessage":"{name}: is not blank"},{"id":"groupSharedFeatures.metadataView.filterRow.advancedFilterGreaterThanOrEqual","description":"Label for an advanced number filter chip showing a lower bound","defaultMessage":"{name}: >= {searchValue}"},{"id":"groupSharedFeatures.metadataView.filterRow.advancedFilterLessThanOrEqual","description":"Label for an advanced number filter chip showing an upper bound","defaultMessage":"{name}: <= {searchValue}"},{"id":"groupSharedFeatures.metadataView.filterRow.advancedFilterBetween","description":"Label for an advanced number filter chip showing a range","defaultMessage":"{name}: {gt}-{lt}"},{"id":"groupSharedFeatures.metadataView.filterRow.advancedFilterMultiselect","description":"Label for an advanced filter chip showing the first selected value and remaining count","defaultMessage":"{name}: {firstValue} +{count}"},{"id":"groupSharedFeatures.metadataView.filterRow.advancedFilterMultiselectIsNot","description":"Label for a negated advanced filter chip showing the first selected value and remaining count","defaultMessage":"{name}: Not {firstValue} +{count}"},{"id":"groupSharedFeatures.metadataView.filterRow.advancedFilterMatchAtOrWithin","description":"Label for an advanced taxonomy filter chip matching at or within a taxonomy value","defaultMessage":"{name}: at or within {searchValue}"},{"id":"groupSharedFeatures.metadataView.filterRow.advancedFilterIsNotAtOrWithin","description":"Label for an advanced taxonomy filter chip excluding at or within a taxonomy value","defaultMessage":"{name}: not at or within {searchValue}"},{"id":"groupSharedFeatures.metadataView.filterRow.advancedFilterToday","description":"Label for an advanced date filter chip showing today","defaultMessage":"{name}: Today"},{"id":"groupSharedFeatures.metadataView.filterRow.advancedFilterNext","description":"Label for an advanced date filter chip showing the next number of days","defaultMessage":"{name}: Next {searchValue} days"},{"id":"groupSharedFeatures.metadataView.filterRow.advancedFilterPast","description":"Label for an advanced date filter chip showing the past number of days","defaultMessage":"{name}: Past {searchValue} days"},{"id":"groupSharedFeatures.metadataView.filterRow.advancedFilterOlderThan","description":"Label for an advanced date filter chip showing values older than a number of days","defaultMessage":"{name}: Older than {searchValue} days"},{"id":"groupSharedFeatures.metadataView.filterRow.advancedFilterCustomRange","description":"Label for an advanced date filter chip showing a custom date range","defaultMessage":"{name}: {startDate} - {endDate}"}]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"id":"groupSharedFeatures.metadataView.filterSidepanel.filtersHeader","description":"Header for the filter sidepanel","defaultMessage":"Filters"},{"id":"groupSharedFeatures.metadataView.filterSidepanel.clearAllButton","description":"Button label to clear all filters in the sidepanel","defaultMessage":"Clear All"},{"id":"groupSharedFeatures.metadataView.filterSidepanel.showResultsButton","description":"Button label to apply filters and show results","defaultMessage":"Search"},{"id":"groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel","description":"Aria label for the close button in the filter sidepanel","defaultMessage":"Close"}]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"id":"groupSharedFeatures.metadataView.header.clearSelectionAriaLabel","description":"Aria label for the clear selection button","defaultMessage":"Clear selection"},{"id":"groupSharedFeatures.metadataView.header.itemsSelected","description":"Selection count text in the header when multiple items are selected or item name is unavailable","defaultMessage":"{count, plural, one {<b># item</b> is selected} other {<b># items</b> are selected}}"},{"id":"groupSharedFeatures.metadataView.header.singleItemSelected","description":"Selection text in the header when a single item is selected, showing the item name","defaultMessage":"<b>{name}</b> is selected"}]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"id":"groupSharedFeatures.metadataView.itemActionMenu.actionMenu","description":"Label for the action menu for an item in the metadata view list","defaultMessage":"Action menu"}]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"id":"groupSharedFeatures.metadataView.gridList.gridView","description":"Label for the grid view of files and folders","defaultMessage":"Grid View"}]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"id":"groupSharedFeatures.metadataView.itemList.listView","description":"Label for the list of files and folders displayed in a list view","defaultMessage":"List view"},{"id":"groupSharedFeatures.metadataView.itemList.selectAll","description":"Label for the select all checkbox in the metadata table","defaultMessage":"Select all"},{"id":"groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel","description":"Label for the default unselected option in inline editing dropdowns","defaultMessage":"--"}]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"id":"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel","description":"Aria label for the search input","defaultMessage":"Search"},{"id":"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel","description":"Aria label for the clear button in the search input","defaultMessage":"Clear"},{"id":"groupSharedFeatures.metadataView.metadataValue.metadataLocation.locationTriggerHint","description":"Placeholder for select folder trigger","defaultMessage":"Select a folder"}]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"id":"groupSharedFeatures.metadataView.pagination.nextPageButton","description":"Label for the next page button","defaultMessage":"Next"},{"id":"groupSharedFeatures.metadataView.pagination.pageEntryStatus","description":"Pagination menu status with the range of entries shown","defaultMessage":"Showing {startEntryIndex} to {endEntryIndex} of {totalCount} entries"},{"id":"groupSharedFeatures.metadataView.pagination.paginationLabel","description":"Aria label for the pagination component, which includes entry status and previous/next page controls","defaultMessage":"Pagination navigation controls and current page information"},{"id":"groupSharedFeatures.metadataView.pagination.previousPageButton","description":"Label for the previous page button","defaultMessage":"Previous"}]
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
# Body text for the empty state when no items are found
|
|
2
|
-
groupSharedFeatures.emptyState.body = 필터 또는 키워드를 조정해 보세요.
|
|
3
|
-
# Heading for the empty state when no items are found
|
|
4
|
-
groupSharedFeatures.emptyState.heading = 죄송합니다. 원하는 내용을 찾을 수 없습니다.
|
|
5
|
-
# Label for decreasing the size of column.
|
|
6
|
-
groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize = 감소
|
|
7
|
-
# Label for increasing the size of column.
|
|
8
|
-
groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = 증가
|
|
9
|
-
# Label for the slider that controls the size of column.
|
|
10
|
-
groupSharedFeatures.metadataView.actionBar.sliderLabel = 슬라이더
|
|
11
|
-
# Label to switch to grid view
|
|
12
|
-
groupSharedFeatures.metadataView.actionBar.switchToGridView = 그리드 보기로 전환
|
|
13
|
-
# Label to switch to list view
|
|
14
|
-
groupSharedFeatures.metadataView.actionBar.switchToListView = 목록 보기로 전환
|
|
15
|
-
# Button label to open the sidepanel with all filters
|
|
16
|
-
groupSharedFeatures.metadataView.filterRow.AllFilters = 모든 필터
|
|
17
|
-
# Label for an advanced number filter chip showing a range
|
|
18
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterBetween = {name}: {gt}-{lt}
|
|
19
|
-
# Label for an advanced date filter chip showing a custom date range
|
|
20
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterCustomRange = {name}: {startDate} - {endDate}
|
|
21
|
-
# Label for an advanced number filter chip showing a lower bound
|
|
22
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterGreaterThanOrEqual = {name}: >= {searchValue}
|
|
23
|
-
# Label for an advanced filter chip showing the field must be blank
|
|
24
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterIsBlank = {name}: 비어 있음
|
|
25
|
-
# Label for an advanced filter chip showing an excluded exact value
|
|
26
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNot = {name}: "{searchValue}" 제외
|
|
27
|
-
# Label for an advanced taxonomy filter chip excluding at or within a taxonomy value
|
|
28
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNotAtOrWithin = {name}: {searchValue} 이내가 아님
|
|
29
|
-
# Label for an advanced filter chip showing the field must not be blank
|
|
30
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNotBlank = {name}: 비어 있지 않음
|
|
31
|
-
# Label for an advanced number filter chip showing an upper bound
|
|
32
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterLessThanOrEqual = {name}: <= {searchValue}
|
|
33
|
-
# Label for an advanced taxonomy filter chip matching at or within a taxonomy value
|
|
34
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterMatchAtOrWithin = {name}: {searchValue} 이내
|
|
35
|
-
# Label for an advanced filter chip showing an exact match string value
|
|
36
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterMatchExactly = {name}: “{searchValue}”
|
|
37
|
-
# Label for an advanced filter chip showing the first selected value and remaining count
|
|
38
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterMultiselect = {name}: {firstValue} +{count}
|
|
39
|
-
# Label for a negated advanced filter chip showing the first selected value and remaining count
|
|
40
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterMultiselectIsNot = {name}: {firstValue} +{count} 제외
|
|
41
|
-
# Label for an advanced date filter chip showing the next number of days
|
|
42
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterNext = {name}: 향후 {searchValue}일
|
|
43
|
-
# Label for an advanced filter chip showing a negated selected value
|
|
44
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterNotSearchValue = {name}: {searchValue} 제외
|
|
45
|
-
# Label for an advanced date filter chip showing values older than a number of days
|
|
46
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterOlderThan = {name}: {searchValue}일보다 오래됨
|
|
47
|
-
# Label for an advanced date filter chip showing the past number of days
|
|
48
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterPast = {name}: 지난 {searchValue}일
|
|
49
|
-
# Label for an advanced date filter chip showing today
|
|
50
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterToday = {name}: 오늘
|
|
51
|
-
# Label for an advanced filter chip showing the field name and selected value
|
|
52
|
-
groupSharedFeatures.metadataView.filterRow.advancedFilterWithSearchValue = {name}: {searchValue}
|
|
53
|
-
# Button label to apply the current input as a filter to the metadata table
|
|
54
|
-
groupSharedFeatures.metadataView.filterRow.applyButton = 적용
|
|
55
|
-
# Label for a filter chip that includes the name and count of selected options
|
|
56
|
-
groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name}({count})
|
|
57
|
-
# Label for a filter chip showing the field name and active filter option, e.g. "Modified: Is blank"
|
|
58
|
-
groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name}: {optionLabel}
|
|
59
|
-
# Button label to clear the current input in a textarea
|
|
60
|
-
groupSharedFeatures.metadataView.filterRow.clearButton = 지우기
|
|
61
|
-
# Title for the file type filter group
|
|
62
|
-
groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle = 파일 유형
|
|
63
|
-
# Placeholder text for the keyword search filter
|
|
64
|
-
groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = 키워드 입력
|
|
65
|
-
# Title for the location filter group
|
|
66
|
-
groupSharedFeatures.metadataView.filterRow.locationFilterTitle = 위치
|
|
67
|
-
# Placeholder text for the input field in the filter row
|
|
68
|
-
groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = 값 설정
|
|
69
|
-
# Button label to clear all filters in the sidepanel
|
|
70
|
-
groupSharedFeatures.metadataView.filterSidepanel.clearAllButton = 모두 삭제합니다.
|
|
71
|
-
# Aria label for the close button in the filter sidepanel
|
|
72
|
-
groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel = 닫기
|
|
73
|
-
# Header for the filter sidepanel
|
|
74
|
-
groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = 필터
|
|
75
|
-
# Button label to apply filters and show results
|
|
76
|
-
groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = 검색
|
|
77
|
-
# Label for the grid view of files and folders
|
|
78
|
-
groupSharedFeatures.metadataView.gridList.gridView = 격자 보기
|
|
79
|
-
# Aria label for the clear selection button
|
|
80
|
-
groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = 선택 지우기
|
|
81
|
-
# Selection count text in the header when multiple items are selected or item name is unavailable
|
|
82
|
-
groupSharedFeatures.metadataView.header.itemsSelected = {count,plural, other {<b>#개 항목이</b> 선택되었습니다}}
|
|
83
|
-
# Selection text in the header when a single item is selected, showing the item name
|
|
84
|
-
groupSharedFeatures.metadataView.header.singleItemSelected = <b>{name}</b>이(가) 선택되었습니다
|
|
85
|
-
# Label for the default unselected option in inline editing dropdowns
|
|
86
|
-
groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
|
|
87
|
-
# Label for the action menu for an item in the metadata view list
|
|
88
|
-
groupSharedFeatures.metadataView.itemActionMenu.actionMenu = 작업 메뉴
|
|
89
|
-
# Error message displayed when metadata fails to load
|
|
90
|
-
groupSharedFeatures.metadataView.itemList.errorMessage = 문제가 발생했습니다. 이 페이지를 새로 고침해 주세요.
|
|
91
|
-
# Label for the list of files and folders displayed in a list view
|
|
92
|
-
groupSharedFeatures.metadataView.itemList.listView = 목록 보기
|
|
93
|
-
# Label for the refresh button in error state
|
|
94
|
-
groupSharedFeatures.metadataView.itemList.refreshButton = 새로 고침
|
|
95
|
-
# Label for the select all checkbox in the metadata table
|
|
96
|
-
groupSharedFeatures.metadataView.itemList.selectAll = 모두 선택
|
|
97
|
-
# Placeholder for select folder trigger
|
|
98
|
-
groupSharedFeatures.metadataView.metadataValue.metadataLocation.locationTriggerHint = 폴더 선택
|
|
99
|
-
# Aria label for the search input
|
|
100
|
-
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel = 검색
|
|
101
|
-
# Aria label for the clear button in the search input
|
|
102
|
-
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel = 지우기
|
|
103
|
-
# Label for the next page button
|
|
104
|
-
groupSharedFeatures.metadataView.pagination.nextPageButton = 다음
|
|
105
|
-
# Pagination menu status with the range of entries shown
|
|
106
|
-
groupSharedFeatures.metadataView.pagination.pageEntryStatus = 총 {totalCount}개 항목 중 {startEntryIndex}~{endEntryIndex} 표시 중
|
|
107
|
-
# Aria label for the pagination component, which includes entry status and previous/next page controls
|
|
108
|
-
groupSharedFeatures.metadataView.pagination.paginationLabel = 페이지 탐색 컨트롤과 현재 페이지 정보
|
|
109
|
-
# Label for the previous page button
|
|
110
|
-
groupSharedFeatures.metadataView.pagination.previousPageButton = 이전
|