@box/metadata-view 1.63.1 → 1.63.2
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.properties +37 -1
- package/dist/i18n/da-DK.properties +37 -1
- package/dist/i18n/de-DE.properties +37 -1
- package/dist/i18n/en-AU.properties +37 -1
- package/dist/i18n/en-CA.js +1 -1
- package/dist/i18n/en-CA.properties +38 -2
- package/dist/i18n/en-GB.properties +37 -1
- package/dist/i18n/en-x-pseudo.js +19 -19
- package/dist/i18n/en-x-pseudo.properties +38 -2
- package/dist/i18n/es-419.properties +37 -1
- package/dist/i18n/es-ES.properties +37 -1
- package/dist/i18n/fi-FI.properties +37 -1
- package/dist/i18n/fr-CA.properties +37 -1
- package/dist/i18n/fr-FR.properties +37 -1
- package/dist/i18n/hi-IN.properties +37 -1
- package/dist/i18n/it-IT.properties +37 -1
- package/dist/i18n/ja-JP.properties +37 -1
- package/dist/i18n/ko-KR.properties +37 -1
- package/dist/i18n/nb-NO.properties +37 -1
- package/dist/i18n/nl-NL.properties +37 -1
- package/dist/i18n/pl-PL.properties +37 -1
- package/dist/i18n/pt-BR.properties +37 -1
- package/dist/i18n/ru-RU.properties +37 -1
- package/dist/i18n/sv-SE.properties +37 -1
- package/dist/i18n/tr-TR.properties +37 -1
- package/dist/i18n/zh-CN.properties +37 -1
- package/dist/i18n/zh-TW.properties +37 -1
- package/package.json +1 -1
|
@@ -14,11 +14,47 @@ groupSharedFeatures.metadataView.actionBar.switchToGridView = Kılavuz Görünü
|
|
|
14
14
|
groupSharedFeatures.metadataView.actionBar.switchToListView = Liste Görünümüne Geç
|
|
15
15
|
# Button label to open the sidepanel with all filters
|
|
16
16
|
groupSharedFeatures.metadataView.filterRow.AllFilters = Tüm Filtreler
|
|
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}: is blank
|
|
25
|
+
# Label for an advanced filter chip showing an excluded exact value
|
|
26
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNot = {name}: Not "{searchValue}"
|
|
27
|
+
# Label for an advanced taxonomy filter chip excluding at or within a taxonomy value
|
|
28
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNotAtOrWithin = {name}: not at or within {searchValue}
|
|
29
|
+
# Label for an advanced filter chip showing the field must not be blank
|
|
30
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNotBlank = {name}: is not blank
|
|
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}: at or within {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}: Not {firstValue} +{count}
|
|
41
|
+
# Label for an advanced date filter chip showing the next number of days
|
|
42
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterNext = {name}: Next {searchValue} days
|
|
43
|
+
# Label for an advanced filter chip showing a negated selected value
|
|
44
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterNotSearchValue = {name}: Not {searchValue}
|
|
45
|
+
# Label for an advanced date filter chip showing values older than a number of days
|
|
46
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterOlderThan = {name}: Older than {searchValue} days
|
|
47
|
+
# Label for an advanced date filter chip showing the past number of days
|
|
48
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterPast = {name}: Past {searchValue} days
|
|
49
|
+
# Label for an advanced date filter chip showing today
|
|
50
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterToday = {name}: Today
|
|
51
|
+
# Label for an advanced filter chip showing the field name and selected value
|
|
52
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterWithSearchValue = {name}: {searchValue}
|
|
17
53
|
# Button label to apply the current input as a filter to the metadata table
|
|
18
54
|
groupSharedFeatures.metadataView.filterRow.applyButton = Uygula
|
|
19
55
|
# Label for a filter chip that includes the name and count of selected options
|
|
20
56
|
groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
|
|
21
|
-
# Label for a filter chip showing the field name and active filter option, e.g. "Modified
|
|
57
|
+
# Label for a filter chip showing the field name and active filter option, e.g. "Modified: Is blank"
|
|
22
58
|
groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} - {optionLabel}
|
|
23
59
|
# Button label to clear the current input in a textarea
|
|
24
60
|
groupSharedFeatures.metadataView.filterRow.clearButton = Temizle
|
|
@@ -14,11 +14,47 @@ groupSharedFeatures.metadataView.actionBar.switchToGridView = 切换为网格视
|
|
|
14
14
|
groupSharedFeatures.metadataView.actionBar.switchToListView = 切换为列表视图
|
|
15
15
|
# Button label to open the sidepanel with all filters
|
|
16
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}: is blank
|
|
25
|
+
# Label for an advanced filter chip showing an excluded exact value
|
|
26
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNot = {name}: Not "{searchValue}"
|
|
27
|
+
# Label for an advanced taxonomy filter chip excluding at or within a taxonomy value
|
|
28
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNotAtOrWithin = {name}: not at or within {searchValue}
|
|
29
|
+
# Label for an advanced filter chip showing the field must not be blank
|
|
30
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNotBlank = {name}: is not blank
|
|
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}: at or within {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}: Not {firstValue} +{count}
|
|
41
|
+
# Label for an advanced date filter chip showing the next number of days
|
|
42
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterNext = {name}: Next {searchValue} days
|
|
43
|
+
# Label for an advanced filter chip showing a negated selected value
|
|
44
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterNotSearchValue = {name}: Not {searchValue}
|
|
45
|
+
# Label for an advanced date filter chip showing values older than a number of days
|
|
46
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterOlderThan = {name}: Older than {searchValue} days
|
|
47
|
+
# Label for an advanced date filter chip showing the past number of days
|
|
48
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterPast = {name}: Past {searchValue} days
|
|
49
|
+
# Label for an advanced date filter chip showing today
|
|
50
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterToday = {name}: Today
|
|
51
|
+
# Label for an advanced filter chip showing the field name and selected value
|
|
52
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterWithSearchValue = {name}: {searchValue}
|
|
17
53
|
# Button label to apply the current input as a filter to the metadata table
|
|
18
54
|
groupSharedFeatures.metadataView.filterRow.applyButton = 应用程序
|
|
19
55
|
# Label for a filter chip that includes the name and count of selected options
|
|
20
56
|
groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
|
|
21
|
-
# Label for a filter chip showing the field name and active filter option, e.g. "Modified
|
|
57
|
+
# Label for a filter chip showing the field name and active filter option, e.g. "Modified: Is blank"
|
|
22
58
|
groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} — {optionLabel}
|
|
23
59
|
# Button label to clear the current input in a textarea
|
|
24
60
|
groupSharedFeatures.metadataView.filterRow.clearButton = 清除
|
|
@@ -14,11 +14,47 @@ groupSharedFeatures.metadataView.actionBar.switchToGridView = 切換至方格檢
|
|
|
14
14
|
groupSharedFeatures.metadataView.actionBar.switchToListView = 切換至清單檢視
|
|
15
15
|
# Button label to open the sidepanel with all filters
|
|
16
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}: is blank
|
|
25
|
+
# Label for an advanced filter chip showing an excluded exact value
|
|
26
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNot = {name}: Not "{searchValue}"
|
|
27
|
+
# Label for an advanced taxonomy filter chip excluding at or within a taxonomy value
|
|
28
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNotAtOrWithin = {name}: not at or within {searchValue}
|
|
29
|
+
# Label for an advanced filter chip showing the field must not be blank
|
|
30
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterIsNotBlank = {name}: is not blank
|
|
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}: at or within {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}: Not {firstValue} +{count}
|
|
41
|
+
# Label for an advanced date filter chip showing the next number of days
|
|
42
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterNext = {name}: Next {searchValue} days
|
|
43
|
+
# Label for an advanced filter chip showing a negated selected value
|
|
44
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterNotSearchValue = {name}: Not {searchValue}
|
|
45
|
+
# Label for an advanced date filter chip showing values older than a number of days
|
|
46
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterOlderThan = {name}: Older than {searchValue} days
|
|
47
|
+
# Label for an advanced date filter chip showing the past number of days
|
|
48
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterPast = {name}: Past {searchValue} days
|
|
49
|
+
# Label for an advanced date filter chip showing today
|
|
50
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterToday = {name}: Today
|
|
51
|
+
# Label for an advanced filter chip showing the field name and selected value
|
|
52
|
+
groupSharedFeatures.metadataView.filterRow.advancedFilterWithSearchValue = {name}: {searchValue}
|
|
17
53
|
# Button label to apply the current input as a filter to the metadata table
|
|
18
54
|
groupSharedFeatures.metadataView.filterRow.applyButton = 套用
|
|
19
55
|
# Label for a filter chip that includes the name and count of selected options
|
|
20
56
|
groupSharedFeatures.metadataView.filterRow.chipNameWithCount = {name} ({count})
|
|
21
|
-
# Label for a filter chip showing the field name and active filter option, e.g. "Modified
|
|
57
|
+
# Label for a filter chip showing the field name and active filter option, e.g. "Modified: Is blank"
|
|
22
58
|
groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = {name} - {optionLabel}
|
|
23
59
|
# Button label to clear the current input in a textarea
|
|
24
60
|
groupSharedFeatures.metadataView.filterRow.clearButton = 清除
|