@box/metadata-view 1.53.11 → 1.53.13
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/header/header.js +51 -48
- package/dist/i18n/bn-IN.js +3 -3
- package/dist/i18n/bn-IN.properties +4 -4
- package/dist/i18n/da-DK.js +3 -3
- package/dist/i18n/da-DK.properties +4 -4
- package/dist/i18n/de-DE.js +3 -3
- package/dist/i18n/de-DE.properties +4 -4
- package/dist/i18n/en-AU.js +2 -2
- package/dist/i18n/en-AU.properties +3 -3
- package/dist/i18n/en-CA.js +2 -2
- package/dist/i18n/en-CA.properties +3 -3
- package/dist/i18n/en-GB.js +2 -2
- package/dist/i18n/en-GB.properties +3 -3
- package/dist/i18n/en-x-pseudo.js +34 -34
- package/dist/i18n/en-x-pseudo.properties +35 -35
- package/dist/i18n/es-419.js +3 -3
- package/dist/i18n/es-419.properties +4 -4
- package/dist/i18n/es-ES.js +3 -3
- package/dist/i18n/es-ES.properties +4 -4
- package/dist/i18n/fi-FI.js +3 -3
- package/dist/i18n/fi-FI.properties +4 -4
- package/dist/i18n/fr-CA.js +3 -3
- package/dist/i18n/fr-CA.properties +4 -4
- package/dist/i18n/fr-FR.js +3 -3
- package/dist/i18n/fr-FR.properties +4 -4
- package/dist/i18n/hi-IN.js +3 -3
- package/dist/i18n/hi-IN.properties +4 -4
- package/dist/i18n/it-IT.js +3 -3
- package/dist/i18n/it-IT.properties +4 -4
- package/dist/i18n/ja-JP.js +3 -3
- package/dist/i18n/ja-JP.properties +4 -4
- package/dist/i18n/ko-KR.js +3 -3
- package/dist/i18n/ko-KR.properties +4 -4
- package/dist/i18n/nb-NO.js +3 -3
- package/dist/i18n/nb-NO.properties +4 -4
- package/dist/i18n/nl-NL.js +3 -3
- package/dist/i18n/nl-NL.properties +4 -4
- package/dist/i18n/pl-PL.js +3 -3
- package/dist/i18n/pl-PL.properties +4 -4
- package/dist/i18n/pt-BR.js +3 -3
- package/dist/i18n/pt-BR.properties +4 -4
- package/dist/i18n/ru-RU.js +3 -3
- package/dist/i18n/ru-RU.properties +4 -4
- package/dist/i18n/sv-SE.js +3 -3
- package/dist/i18n/sv-SE.properties +4 -4
- package/dist/i18n/tr-TR.js +3 -3
- package/dist/i18n/tr-TR.properties +4 -4
- package/dist/i18n/zh-CN.js +3 -3
- package/dist/i18n/zh-CN.properties +4 -4
- package/dist/i18n/zh-TW.js +3 -3
- package/dist/i18n/zh-TW.properties +4 -4
- package/dist/types/lib/components/header/header.d.ts +1 -1
- package/dist/types/lib/types.d.ts +18 -6
- package/package.json +12 -12
|
@@ -1,77 +1,80 @@
|
|
|
1
|
-
import { PageHeader as
|
|
1
|
+
import { PageHeader as t, IconButton as b, Text as h, Status as H } from "@box/blueprint-web";
|
|
2
2
|
import { XMark as y } from "@box/blueprint-web-assets/icons/Fill";
|
|
3
|
-
import { useIntl as
|
|
4
|
-
import { SwitchCase as
|
|
5
|
-
import
|
|
6
|
-
import { jsx as e, jsxs as
|
|
7
|
-
import '../../../../styles/header.css';const
|
|
8
|
-
viewHeader:
|
|
9
|
-
titleBar:
|
|
10
|
-
clearSelectionButton:
|
|
3
|
+
import { useIntl as C } from "react-intl";
|
|
4
|
+
import { SwitchCase as L, Case as S } from "../switch-case/switch-case.js";
|
|
5
|
+
import s from "./messages.js";
|
|
6
|
+
import { jsx as e, jsxs as o } from "react/jsx-runtime";
|
|
7
|
+
import '../../../../styles/header.css';const M = "_viewHeader_11wvf_1", I = "_titleBar_11wvf_5", N = "_clearSelectionButton_11wvf_11", n = {
|
|
8
|
+
viewHeader: M,
|
|
9
|
+
titleBar: I,
|
|
10
|
+
clearSelectionButton: N
|
|
11
11
|
};
|
|
12
|
-
function
|
|
13
|
-
title:
|
|
12
|
+
function A({
|
|
13
|
+
title: r,
|
|
14
14
|
itemCount: i,
|
|
15
|
-
isItemCountVisible:
|
|
16
|
-
onClearSelection:
|
|
17
|
-
selectionCount:
|
|
18
|
-
isSelectionCountVisible:
|
|
19
|
-
selectedItemName:
|
|
15
|
+
isItemCountVisible: f = !0,
|
|
16
|
+
onClearSelection: v,
|
|
17
|
+
selectionCount: c = 0,
|
|
18
|
+
isSelectionCountVisible: w = !0,
|
|
19
|
+
selectedItemName: d,
|
|
20
|
+
rightSlot: a
|
|
20
21
|
}) {
|
|
21
22
|
const {
|
|
22
|
-
formatMessage:
|
|
23
|
-
} =
|
|
24
|
-
if (!
|
|
23
|
+
formatMessage: m
|
|
24
|
+
} = C(), u = w && c > 0, B = f && i != null;
|
|
25
|
+
if (!(!!r || u || !!a))
|
|
25
26
|
return null;
|
|
26
|
-
const
|
|
27
|
+
const l = (_) => /* @__PURE__ */ e(h, {
|
|
27
28
|
color: "textOnLightDefault",
|
|
28
29
|
variant: "bodyLargeBold",
|
|
29
30
|
as: "span",
|
|
30
|
-
children:
|
|
31
|
-
}), [
|
|
32
|
-
boldName:
|
|
33
|
-
}] : [
|
|
34
|
-
boldCount:
|
|
35
|
-
b:
|
|
36
|
-
}],
|
|
37
|
-
return /* @__PURE__ */
|
|
31
|
+
children: _
|
|
32
|
+
}), [g, p] = d ? [s.singleItemSelected, {
|
|
33
|
+
boldName: l(d)
|
|
34
|
+
}] : [s.itemsSelected, {
|
|
35
|
+
boldCount: l(c),
|
|
36
|
+
b: l
|
|
37
|
+
}], x = m(g, p);
|
|
38
|
+
return /* @__PURE__ */ o(t.Root, {
|
|
38
39
|
variant: "inline",
|
|
39
40
|
sticky: !1,
|
|
40
|
-
className:
|
|
41
|
-
children: /* @__PURE__ */
|
|
42
|
-
children: [/* @__PURE__ */
|
|
43
|
-
condition:
|
|
44
|
-
children: [/* @__PURE__ */ e(
|
|
45
|
-
children: /* @__PURE__ */ e(
|
|
46
|
-
"aria-label":
|
|
41
|
+
className: n.viewHeader,
|
|
42
|
+
children: [/* @__PURE__ */ o(L, {
|
|
43
|
+
children: [/* @__PURE__ */ o(S, {
|
|
44
|
+
condition: u,
|
|
45
|
+
children: [/* @__PURE__ */ e(t.Corner, {
|
|
46
|
+
children: /* @__PURE__ */ e(b, {
|
|
47
|
+
"aria-label": m(s.clearSelectionAriaLabel),
|
|
47
48
|
icon: y,
|
|
48
|
-
onClick:
|
|
49
|
+
onClick: v,
|
|
49
50
|
size: "small",
|
|
50
51
|
variant: "small-utility",
|
|
51
|
-
className:
|
|
52
|
+
className: n.clearSelectionButton
|
|
52
53
|
})
|
|
53
|
-
}), /* @__PURE__ */ e(
|
|
54
|
-
children: /* @__PURE__ */ e(
|
|
54
|
+
}), /* @__PURE__ */ e(t.StartElements, {
|
|
55
|
+
children: /* @__PURE__ */ e(h, {
|
|
55
56
|
as: "span",
|
|
56
57
|
color: "textOnLightSecondary",
|
|
57
58
|
variant: "bodyLarge",
|
|
58
|
-
children:
|
|
59
|
+
children: x
|
|
59
60
|
})
|
|
60
61
|
})]
|
|
61
|
-
}), /* @__PURE__ */ e(
|
|
62
|
-
condition: !!
|
|
63
|
-
children: /* @__PURE__ */
|
|
64
|
-
className:
|
|
65
|
-
children: [
|
|
66
|
-
className:
|
|
62
|
+
}), /* @__PURE__ */ e(S, {
|
|
63
|
+
condition: !!r,
|
|
64
|
+
children: /* @__PURE__ */ o("div", {
|
|
65
|
+
className: n.titleBar,
|
|
66
|
+
children: [r, B && /* @__PURE__ */ e(H, {
|
|
67
|
+
className: n.itemCount,
|
|
67
68
|
colorIndex: 0,
|
|
68
69
|
text: String(i)
|
|
69
70
|
})]
|
|
70
71
|
})
|
|
71
72
|
})]
|
|
72
|
-
})
|
|
73
|
+
}), a && /* @__PURE__ */ e(t.EndElements, {
|
|
74
|
+
children: a
|
|
75
|
+
})]
|
|
73
76
|
});
|
|
74
77
|
}
|
|
75
78
|
export {
|
|
76
|
-
|
|
79
|
+
A as Header
|
|
77
80
|
};
|
package/dist/i18n/bn-IN.js
CHANGED
|
@@ -20,9 +20,9 @@ export default {
|
|
|
20
20
|
"groupSharedFeatures.metadataView.filterSidepanel.filtersHeader": "ফিল্টারগুলি",
|
|
21
21
|
"groupSharedFeatures.metadataView.filterSidepanel.showResultsButton": "অনুসন্ধান করুন",
|
|
22
22
|
"groupSharedFeatures.metadataView.gridList.gridView": "গ্রিড ভিউ",
|
|
23
|
-
"groupSharedFeatures.metadataView.header.clearSelectionAriaLabel": "
|
|
24
|
-
"groupSharedFeatures.metadataView.header.itemsSelected": "{
|
|
25
|
-
"groupSharedFeatures.metadataView.header.singleItemSelected": "
|
|
23
|
+
"groupSharedFeatures.metadataView.header.clearSelectionAriaLabel": "নির্বাচন সাফ করুন",
|
|
24
|
+
"groupSharedFeatures.metadataView.header.itemsSelected": "{boldCount}টি <b>আইটেম</b> বেছে নেওয়া হয়েছে",
|
|
25
|
+
"groupSharedFeatures.metadataView.header.singleItemSelected": "{boldName} বেছে নেওয়া হয়েছে",
|
|
26
26
|
"groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel": "--",
|
|
27
27
|
"groupSharedFeatures.metadataView.itemActionMenu.actionMenu": "অ্যাকশন মেনু",
|
|
28
28
|
"groupSharedFeatures.metadataView.itemList.errorMessage": "কোনো সমস্যা হয়েছে। অনুগ্রহ করে এই পৃষ্ঠাটি রিফ্রেশ করুন।",
|
|
@@ -41,11 +41,11 @@ groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = অনু
|
|
|
41
41
|
# Label for the grid view of files and folders
|
|
42
42
|
groupSharedFeatures.metadataView.gridList.gridView = গ্রিড ভিউ
|
|
43
43
|
# Aria label for the clear selection button
|
|
44
|
-
groupSharedFeatures.metadataView.header.clearSelectionAriaLabel =
|
|
45
|
-
# Selection count text in the header when
|
|
46
|
-
groupSharedFeatures.metadataView.header.itemsSelected = {
|
|
44
|
+
groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = নির্বাচন সাফ করুন
|
|
45
|
+
# Selection count text in the header when items are selected or item name is unavailable
|
|
46
|
+
groupSharedFeatures.metadataView.header.itemsSelected = {boldCount}টি <b>আইটেম</b> বেছে নেওয়া হয়েছে
|
|
47
47
|
# Selection text in the header when a single item is selected, showing the item name
|
|
48
|
-
groupSharedFeatures.metadataView.header.singleItemSelected =
|
|
48
|
+
groupSharedFeatures.metadataView.header.singleItemSelected = {boldName} বেছে নেওয়া হয়েছে
|
|
49
49
|
# Label for the default unselected option in inline editing dropdowns
|
|
50
50
|
groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
|
|
51
51
|
# Label for the action menu for an item in the metadata view list
|
package/dist/i18n/da-DK.js
CHANGED
|
@@ -20,9 +20,9 @@ export default {
|
|
|
20
20
|
"groupSharedFeatures.metadataView.filterSidepanel.filtersHeader": "Filtre",
|
|
21
21
|
"groupSharedFeatures.metadataView.filterSidepanel.showResultsButton": "Søg",
|
|
22
22
|
"groupSharedFeatures.metadataView.gridList.gridView": "Gittervisning",
|
|
23
|
-
"groupSharedFeatures.metadataView.header.clearSelectionAriaLabel": "
|
|
24
|
-
"groupSharedFeatures.metadataView.header.itemsSelected": "{
|
|
25
|
-
"groupSharedFeatures.metadataView.header.singleItemSelected": "
|
|
23
|
+
"groupSharedFeatures.metadataView.header.clearSelectionAriaLabel": "Ryd valg",
|
|
24
|
+
"groupSharedFeatures.metadataView.header.itemsSelected": "{boldCount} <b>elementer</b> er valgt",
|
|
25
|
+
"groupSharedFeatures.metadataView.header.singleItemSelected": "{boldName} er valgt",
|
|
26
26
|
"groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel": "--",
|
|
27
27
|
"groupSharedFeatures.metadataView.itemActionMenu.actionMenu": "Handlingsmenu",
|
|
28
28
|
"groupSharedFeatures.metadataView.itemList.errorMessage": "Noget gik galt. Opdater denne side.",
|
|
@@ -41,11 +41,11 @@ groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Søg
|
|
|
41
41
|
# Label for the grid view of files and folders
|
|
42
42
|
groupSharedFeatures.metadataView.gridList.gridView = Gittervisning
|
|
43
43
|
# Aria label for the clear selection button
|
|
44
|
-
groupSharedFeatures.metadataView.header.clearSelectionAriaLabel =
|
|
45
|
-
# Selection count text in the header when
|
|
46
|
-
groupSharedFeatures.metadataView.header.itemsSelected = {
|
|
44
|
+
groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Ryd valg
|
|
45
|
+
# Selection count text in the header when items are selected or item name is unavailable
|
|
46
|
+
groupSharedFeatures.metadataView.header.itemsSelected = {boldCount} <b>elementer</b> er valgt
|
|
47
47
|
# Selection text in the header when a single item is selected, showing the item name
|
|
48
|
-
groupSharedFeatures.metadataView.header.singleItemSelected =
|
|
48
|
+
groupSharedFeatures.metadataView.header.singleItemSelected = {boldName} er valgt
|
|
49
49
|
# Label for the default unselected option in inline editing dropdowns
|
|
50
50
|
groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
|
|
51
51
|
# Label for the action menu for an item in the metadata view list
|
package/dist/i18n/de-DE.js
CHANGED
|
@@ -20,9 +20,9 @@ export default {
|
|
|
20
20
|
"groupSharedFeatures.metadataView.filterSidepanel.filtersHeader": "Filter",
|
|
21
21
|
"groupSharedFeatures.metadataView.filterSidepanel.showResultsButton": "Suchen",
|
|
22
22
|
"groupSharedFeatures.metadataView.gridList.gridView": "Rasteransicht",
|
|
23
|
-
"groupSharedFeatures.metadataView.header.clearSelectionAriaLabel": "
|
|
24
|
-
"groupSharedFeatures.metadataView.header.itemsSelected": "{
|
|
25
|
-
"groupSharedFeatures.metadataView.header.singleItemSelected": "
|
|
23
|
+
"groupSharedFeatures.metadataView.header.clearSelectionAriaLabel": "Auswahl löschen",
|
|
24
|
+
"groupSharedFeatures.metadataView.header.itemsSelected": "{boldCount} <b>Elemente</b> sind ausgewählt",
|
|
25
|
+
"groupSharedFeatures.metadataView.header.singleItemSelected": "{boldName} ist ausgewählt",
|
|
26
26
|
"groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel": "--",
|
|
27
27
|
"groupSharedFeatures.metadataView.itemActionMenu.actionMenu": "Aktionen-Auswahl",
|
|
28
28
|
"groupSharedFeatures.metadataView.itemList.errorMessage": "Es ist ein Fehler aufgetreten. Bitte aktualisieren Sie diese Seite.",
|
|
@@ -41,11 +41,11 @@ groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Suchen
|
|
|
41
41
|
# Label for the grid view of files and folders
|
|
42
42
|
groupSharedFeatures.metadataView.gridList.gridView = Rasteransicht
|
|
43
43
|
# Aria label for the clear selection button
|
|
44
|
-
groupSharedFeatures.metadataView.header.clearSelectionAriaLabel =
|
|
45
|
-
# Selection count text in the header when
|
|
46
|
-
groupSharedFeatures.metadataView.header.itemsSelected = {
|
|
44
|
+
groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Auswahl löschen
|
|
45
|
+
# Selection count text in the header when items are selected or item name is unavailable
|
|
46
|
+
groupSharedFeatures.metadataView.header.itemsSelected = {boldCount} <b>Elemente</b> sind ausgewählt
|
|
47
47
|
# Selection text in the header when a single item is selected, showing the item name
|
|
48
|
-
groupSharedFeatures.metadataView.header.singleItemSelected =
|
|
48
|
+
groupSharedFeatures.metadataView.header.singleItemSelected = {boldName} ist ausgewählt
|
|
49
49
|
# Label for the default unselected option in inline editing dropdowns
|
|
50
50
|
groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
|
|
51
51
|
# Label for the action menu for an item in the metadata view list
|
package/dist/i18n/en-AU.js
CHANGED
|
@@ -21,8 +21,8 @@ export default {
|
|
|
21
21
|
"groupSharedFeatures.metadataView.filterSidepanel.showResultsButton": "Search",
|
|
22
22
|
"groupSharedFeatures.metadataView.gridList.gridView": "Grid View",
|
|
23
23
|
"groupSharedFeatures.metadataView.header.clearSelectionAriaLabel": "Clear selection",
|
|
24
|
-
"groupSharedFeatures.metadataView.header.itemsSelected": "{
|
|
25
|
-
"groupSharedFeatures.metadataView.header.singleItemSelected": "
|
|
24
|
+
"groupSharedFeatures.metadataView.header.itemsSelected": "{boldCount} <b>items</b> are selected",
|
|
25
|
+
"groupSharedFeatures.metadataView.header.singleItemSelected": "{boldName} is selected",
|
|
26
26
|
"groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel": "--",
|
|
27
27
|
"groupSharedFeatures.metadataView.itemActionMenu.actionMenu": "Action menu",
|
|
28
28
|
"groupSharedFeatures.metadataView.itemList.errorMessage": "Something went wrong. Please refresh this page.",
|
|
@@ -42,10 +42,10 @@ groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Search
|
|
|
42
42
|
groupSharedFeatures.metadataView.gridList.gridView = Grid View
|
|
43
43
|
# Aria label for the clear selection button
|
|
44
44
|
groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
|
|
45
|
-
# Selection count text in the header when
|
|
46
|
-
groupSharedFeatures.metadataView.header.itemsSelected = {
|
|
45
|
+
# Selection count text in the header when items are selected or item name is unavailable
|
|
46
|
+
groupSharedFeatures.metadataView.header.itemsSelected = {boldCount} <b>items</b> are selected
|
|
47
47
|
# Selection text in the header when a single item is selected, showing the item name
|
|
48
|
-
groupSharedFeatures.metadataView.header.singleItemSelected =
|
|
48
|
+
groupSharedFeatures.metadataView.header.singleItemSelected = {boldName} is selected
|
|
49
49
|
# Label for the default unselected option in inline editing dropdowns
|
|
50
50
|
groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
|
|
51
51
|
# Label for the action menu for an item in the metadata view list
|
package/dist/i18n/en-CA.js
CHANGED
|
@@ -21,8 +21,8 @@ export default {
|
|
|
21
21
|
"groupSharedFeatures.metadataView.filterSidepanel.showResultsButton": "Search",
|
|
22
22
|
"groupSharedFeatures.metadataView.gridList.gridView": "Grid View",
|
|
23
23
|
"groupSharedFeatures.metadataView.header.clearSelectionAriaLabel": "Clear selection",
|
|
24
|
-
"groupSharedFeatures.metadataView.header.itemsSelected": "{
|
|
25
|
-
"groupSharedFeatures.metadataView.header.singleItemSelected": "
|
|
24
|
+
"groupSharedFeatures.metadataView.header.itemsSelected": "{boldCount} <b>items</b> are selected",
|
|
25
|
+
"groupSharedFeatures.metadataView.header.singleItemSelected": "{boldName} is selected",
|
|
26
26
|
"groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel": "--",
|
|
27
27
|
"groupSharedFeatures.metadataView.itemActionMenu.actionMenu": "Action menu",
|
|
28
28
|
"groupSharedFeatures.metadataView.itemList.errorMessage": "Something went wrong. Please refresh this page.",
|
|
@@ -42,10 +42,10 @@ groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Search
|
|
|
42
42
|
groupSharedFeatures.metadataView.gridList.gridView = Grid View
|
|
43
43
|
# Aria label for the clear selection button
|
|
44
44
|
groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
|
|
45
|
-
# Selection count text in the header when
|
|
46
|
-
groupSharedFeatures.metadataView.header.itemsSelected = {
|
|
45
|
+
# Selection count text in the header when items are selected or item name is unavailable
|
|
46
|
+
groupSharedFeatures.metadataView.header.itemsSelected = {boldCount} <b>items</b> are selected
|
|
47
47
|
# Selection text in the header when a single item is selected, showing the item name
|
|
48
|
-
groupSharedFeatures.metadataView.header.singleItemSelected =
|
|
48
|
+
groupSharedFeatures.metadataView.header.singleItemSelected = {boldName} is selected
|
|
49
49
|
# Label for the default unselected option in inline editing dropdowns
|
|
50
50
|
groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
|
|
51
51
|
# Label for the action menu for an item in the metadata view list
|
package/dist/i18n/en-GB.js
CHANGED
|
@@ -21,8 +21,8 @@ export default {
|
|
|
21
21
|
"groupSharedFeatures.metadataView.filterSidepanel.showResultsButton": "Search",
|
|
22
22
|
"groupSharedFeatures.metadataView.gridList.gridView": "Grid View",
|
|
23
23
|
"groupSharedFeatures.metadataView.header.clearSelectionAriaLabel": "Clear selection",
|
|
24
|
-
"groupSharedFeatures.metadataView.header.itemsSelected": "{
|
|
25
|
-
"groupSharedFeatures.metadataView.header.singleItemSelected": "
|
|
24
|
+
"groupSharedFeatures.metadataView.header.itemsSelected": "{boldCount} <b>items</b> are selected",
|
|
25
|
+
"groupSharedFeatures.metadataView.header.singleItemSelected": "{boldName} is selected",
|
|
26
26
|
"groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel": "--",
|
|
27
27
|
"groupSharedFeatures.metadataView.itemActionMenu.actionMenu": "Action menu",
|
|
28
28
|
"groupSharedFeatures.metadataView.itemList.errorMessage": "Something went wrong. Please refresh this page.",
|
|
@@ -42,10 +42,10 @@ groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Search
|
|
|
42
42
|
groupSharedFeatures.metadataView.gridList.gridView = Grid View
|
|
43
43
|
# Aria label for the clear selection button
|
|
44
44
|
groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Clear selection
|
|
45
|
-
# Selection count text in the header when
|
|
46
|
-
groupSharedFeatures.metadataView.header.itemsSelected = {
|
|
45
|
+
# Selection count text in the header when items are selected or item name is unavailable
|
|
46
|
+
groupSharedFeatures.metadataView.header.itemsSelected = {boldCount} <b>items</b> are selected
|
|
47
47
|
# Selection text in the header when a single item is selected, showing the item name
|
|
48
|
-
groupSharedFeatures.metadataView.header.singleItemSelected =
|
|
48
|
+
groupSharedFeatures.metadataView.header.singleItemSelected = {boldName} is selected
|
|
49
49
|
# Label for the default unselected option in inline editing dropdowns
|
|
50
50
|
groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
|
|
51
51
|
# Label for the action menu for an item in the metadata view list
|
package/dist/i18n/en-x-pseudo.js
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.emptyState.body": "⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
3
|
-
"groupSharedFeatures.emptyState.heading": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
4
|
-
"groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize": "⟦萬萬
|
|
5
|
-
"groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize": "⟦萬萬
|
|
6
|
-
"groupSharedFeatures.metadataView.actionBar.sliderLabel": "⟦萬
|
|
7
|
-
"groupSharedFeatures.metadataView.actionBar.switchToGridView": "⟦萬萬萬萬萬
|
|
8
|
-
"groupSharedFeatures.metadataView.actionBar.switchToListView": "⟦萬萬萬萬萬
|
|
9
|
-
"groupSharedFeatures.metadataView.filterRow.AllFilters": "⟦萬萬萬
|
|
10
|
-
"groupSharedFeatures.metadataView.filterRow.applyButton": "⟦萬
|
|
2
|
+
"groupSharedFeatures.emptyState.body": "⟦萬萬萬萬萬萬萬萬萬萬萬 Τгŷ άďĵμŝťιиĝ ÿοűř ƒιľťĕѓŝ õя кêўẃøřďş. 國國國國國國國國國國國⟧",
|
|
3
|
+
"groupSharedFeatures.emptyState.heading": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Śøґґý, ŵē ¢öüļďή'ŧ ƒīπď ẃнάť ýôũ'ѓě ļόσкîлġ ƒøя. 國國國國國國國國國國國國國國⟧",
|
|
4
|
+
"groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize": "⟦萬萬 Ďêċѓēăśě 國國⟧",
|
|
5
|
+
"groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize": "⟦萬萬 İńçґèăśë 國國⟧",
|
|
6
|
+
"groupSharedFeatures.metadataView.actionBar.sliderLabel": "⟦萬 Şĺιďεŗ 國⟧",
|
|
7
|
+
"groupSharedFeatures.metadataView.actionBar.switchToGridView": "⟦萬萬萬萬萬 Śẁіτсħ τό Ġŕìď Vįēŵ 國國國國國⟧",
|
|
8
|
+
"groupSharedFeatures.metadataView.actionBar.switchToListView": "⟦萬萬萬萬萬 Şẁιťĉн ťо Ļīśŧ Víеώ 國國國國國⟧",
|
|
9
|
+
"groupSharedFeatures.metadataView.filterRow.AllFilters": "⟦萬萬萬 Αļľ ₣їļτεґś 國國國⟧",
|
|
10
|
+
"groupSharedFeatures.metadataView.filterRow.applyButton": "⟦萬 ÀΡΡľỳ 國⟧",
|
|
11
11
|
"groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "⟦萬萬萬 {name} ({count}) 國國國⟧",
|
|
12
12
|
"groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption": "⟦萬萬萬 {name} - {optionLabel} 國國國⟧",
|
|
13
|
-
"groupSharedFeatures.metadataView.filterRow.clearButton": "⟦萬
|
|
14
|
-
"groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "⟦萬萬
|
|
15
|
-
"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "⟦萬萬萬萬
|
|
16
|
-
"groupSharedFeatures.metadataView.filterRow.locationFilterTitle": "⟦萬萬
|
|
17
|
-
"groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "⟦萬萬
|
|
18
|
-
"groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "⟦萬萬
|
|
19
|
-
"groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel": "⟦萬
|
|
20
|
-
"groupSharedFeatures.metadataView.filterSidepanel.filtersHeader": "⟦萬萬
|
|
21
|
-
"groupSharedFeatures.metadataView.filterSidepanel.showResultsButton": "⟦萬
|
|
22
|
-
"groupSharedFeatures.metadataView.gridList.gridView": "⟦萬萬
|
|
23
|
-
"groupSharedFeatures.metadataView.header.clearSelectionAriaLabel": "⟦萬萬萬萬
|
|
24
|
-
"groupSharedFeatures.metadataView.header.itemsSelected": "
|
|
25
|
-
"groupSharedFeatures.metadataView.header.singleItemSelected": "
|
|
13
|
+
"groupSharedFeatures.metadataView.filterRow.clearButton": "⟦萬 Çĺеãŕ 國⟧",
|
|
14
|
+
"groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "⟦萬萬 ₣ĭļέ ŦÿΡė 國國⟧",
|
|
15
|
+
"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "⟦萬萬萬萬 Ėлτёŗ κеУωоřďş 國國國國⟧",
|
|
16
|
+
"groupSharedFeatures.metadataView.filterRow.locationFilterTitle": "⟦萬萬 Ļоċαŧïοи 國國⟧",
|
|
17
|
+
"groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "⟦萬萬 Şêţ Váļμë 國國⟧",
|
|
18
|
+
"groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "⟦萬萬 Ĉļēāŗ Αĺľ 國國⟧",
|
|
19
|
+
"groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel": "⟦萬 Čĺóŝë 國⟧",
|
|
20
|
+
"groupSharedFeatures.metadataView.filterSidepanel.filtersHeader": "⟦萬萬 ₣ìľŧєѓѕ 國國⟧",
|
|
21
|
+
"groupSharedFeatures.metadataView.filterSidepanel.showResultsButton": "⟦萬 Ŝёǻґçн 國⟧",
|
|
22
|
+
"groupSharedFeatures.metadataView.gridList.gridView": "⟦萬萬 Ĝѓĩď Vįëẁ 國國⟧",
|
|
23
|
+
"groupSharedFeatures.metadataView.header.clearSelectionAriaLabel": "⟦萬萬萬萬 Çļęǻѓ ѕêľė¢τìőл 國國國國⟧",
|
|
24
|
+
"groupSharedFeatures.metadataView.header.itemsSelected": "⟦萬萬萬萬萬萬萬萬萬 {boldCount} <ь>ïτëmѕ</ь> ąřē şéľęćτèď 國國國國國國國國國⟧",
|
|
25
|
+
"groupSharedFeatures.metadataView.header.singleItemSelected": "⟦萬萬萬萬萬 {boldName} ιş ŝεļėčťéď 國國國國國⟧",
|
|
26
26
|
"groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel": "⟦ -- ⟧",
|
|
27
|
-
"groupSharedFeatures.metadataView.itemActionMenu.actionMenu": "⟦萬萬萬
|
|
28
|
-
"groupSharedFeatures.metadataView.itemList.errorMessage": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
29
|
-
"groupSharedFeatures.metadataView.itemList.listView": "⟦萬萬
|
|
30
|
-
"groupSharedFeatures.metadataView.itemList.refreshButton": "⟦萬萬
|
|
31
|
-
"groupSharedFeatures.metadataView.itemList.selectAll": "⟦萬萬
|
|
32
|
-
"groupSharedFeatures.metadataView.metadataValue.metadataLocation.locationTriggerHint": "⟦萬萬萬萬
|
|
33
|
-
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel": "⟦萬
|
|
34
|
-
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel": "⟦萬
|
|
35
|
-
"groupSharedFeatures.metadataView.pagination.nextPageButton": "⟦萬
|
|
36
|
-
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
37
|
-
"groupSharedFeatures.metadataView.pagination.paginationLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
38
|
-
"groupSharedFeatures.metadataView.pagination.previousPageButton": "⟦萬萬 P
|
|
27
|
+
"groupSharedFeatures.metadataView.itemActionMenu.actionMenu": "⟦萬萬萬 Ǻçťĩöп mêπû 國國國⟧",
|
|
28
|
+
"groupSharedFeatures.metadataView.itemList.errorMessage": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Śøméţĥїπğ ẃĕйť ŵŕőňĝ. Pľєäŝё ѓęƒŕêŝĥ ŧħίş Ρąġê. 國國國國國國國國國國國國國國⟧",
|
|
29
|
+
"groupSharedFeatures.metadataView.itemList.listView": "⟦萬萬 Ľìŝţ νíēώ 國國⟧",
|
|
30
|
+
"groupSharedFeatures.metadataView.itemList.refreshButton": "⟦萬萬 Řèƒŕεŝħ 國國⟧",
|
|
31
|
+
"groupSharedFeatures.metadataView.itemList.selectAll": "⟦萬萬 Ŝěļëçŧ áľľ 國國⟧",
|
|
32
|
+
"groupSharedFeatures.metadataView.metadataValue.metadataLocation.locationTriggerHint": "⟦萬萬萬萬 Şèļĕĉŧ ą ƒόľďеŕ 國國國國⟧",
|
|
33
|
+
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel": "⟦萬 Ŝęāгсĥ 國⟧",
|
|
34
|
+
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel": "⟦萬 Čļěáŕ 國⟧",
|
|
35
|
+
"groupSharedFeatures.metadataView.pagination.nextPageButton": "⟦萬 Ńĕхτ 國⟧",
|
|
36
|
+
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "⟦萬萬萬萬萬萬萬萬萬萬萬 Śħőωїпĝ {startEntryIndex} ţŏ {endEntryIndex} òƒ {totalCount} έпŧґīéŝ 國國國國國國國國國國國⟧",
|
|
37
|
+
"groupSharedFeatures.metadataView.pagination.paginationLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Pãġĩпäťĩŏη пàνĩġäτīöп čŏʼnťѓőļś âηď ċűяŗéπτ Ρãġε іńƒőŕmáŧϊøň 國國國國國國國國國國國國國國國國國⟧",
|
|
38
|
+
"groupSharedFeatures.metadataView.pagination.previousPageButton": "⟦萬萬 Pѓęνìŏųş 國國⟧"
|
|
39
39
|
}
|
|
@@ -1,74 +1,74 @@
|
|
|
1
1
|
# Body text for the empty state when no items are found
|
|
2
|
-
groupSharedFeatures.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
2
|
+
groupSharedFeatures.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬 Τгŷ άďĵμŝťιиĝ ÿοűř ƒιľťĕѓŝ õя кêўẃøřďş. 國國國國國國國國國國國⟧
|
|
3
3
|
# Heading for the empty state when no items are found
|
|
4
|
-
groupSharedFeatures.emptyState.heading = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
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
|
-
groupSharedFeatures.metadataView.actionBar.switchToGridView = ⟦萬萬萬萬萬
|
|
12
|
+
groupSharedFeatures.metadataView.actionBar.switchToGridView = ⟦萬萬萬萬萬 Śẁіτсħ τό Ġŕìď Vįēŵ 國國國國國⟧
|
|
13
13
|
# Label to switch to list view
|
|
14
|
-
groupSharedFeatures.metadataView.actionBar.switchToListView = ⟦萬萬萬萬萬
|
|
14
|
+
groupSharedFeatures.metadataView.actionBar.switchToListView = ⟦萬萬萬萬萬 Şẁιťĉн ťо Ļīśŧ Víеώ 國國國國國⟧
|
|
15
15
|
# Button label to open the sidepanel with all filters
|
|
16
|
-
groupSharedFeatures.metadataView.filterRow.AllFilters = ⟦萬萬萬
|
|
16
|
+
groupSharedFeatures.metadataView.filterRow.AllFilters = ⟦萬萬萬 Αļľ ₣їļτεґś 國國國⟧
|
|
17
17
|
# Button label to apply the current input as a filter to the metadata table
|
|
18
|
-
groupSharedFeatures.metadataView.filterRow.applyButton = ⟦萬
|
|
18
|
+
groupSharedFeatures.metadataView.filterRow.applyButton = ⟦萬 ÀΡΡľỳ 國⟧
|
|
19
19
|
# Label for a filter chip that includes the name and count of selected options
|
|
20
20
|
groupSharedFeatures.metadataView.filterRow.chipNameWithCount = ⟦萬萬萬 {name} ({count}) 國國國⟧
|
|
21
21
|
# Label for a filter chip showing the field name and active filter option, e.g. "Modified - Is blank"
|
|
22
22
|
groupSharedFeatures.metadataView.filterRow.chipNameWithFilterOption = ⟦萬萬萬 {name} - {optionLabel} 國國國⟧
|
|
23
23
|
# Button label to clear the current input in a textarea
|
|
24
|
-
groupSharedFeatures.metadataView.filterRow.clearButton = ⟦萬
|
|
24
|
+
groupSharedFeatures.metadataView.filterRow.clearButton = ⟦萬 Çĺеãŕ 國⟧
|
|
25
25
|
# Title for the file type filter group
|
|
26
|
-
groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle = ⟦萬萬
|
|
26
|
+
groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle = ⟦萬萬 ₣ĭļέ ŦÿΡė 國國⟧
|
|
27
27
|
# Placeholder text for the keyword search filter
|
|
28
|
-
groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = ⟦萬萬萬萬
|
|
28
|
+
groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = ⟦萬萬萬萬 Ėлτёŗ κеУωоřďş 國國國國⟧
|
|
29
29
|
# Title for the location filter group
|
|
30
|
-
groupSharedFeatures.metadataView.filterRow.locationFilterTitle = ⟦萬萬
|
|
30
|
+
groupSharedFeatures.metadataView.filterRow.locationFilterTitle = ⟦萬萬 Ļоċαŧïοи 國國⟧
|
|
31
31
|
# Placeholder text for the input field in the filter row
|
|
32
|
-
groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = ⟦萬萬
|
|
32
|
+
groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = ⟦萬萬 Şêţ Váļμë 國國⟧
|
|
33
33
|
# Button label to clear all filters in the sidepanel
|
|
34
|
-
groupSharedFeatures.metadataView.filterSidepanel.clearAllButton = ⟦萬萬
|
|
34
|
+
groupSharedFeatures.metadataView.filterSidepanel.clearAllButton = ⟦萬萬 Ĉļēāŗ Αĺľ 國國⟧
|
|
35
35
|
# Aria label for the close button in the filter sidepanel
|
|
36
|
-
groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel = ⟦萬
|
|
36
|
+
groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel = ⟦萬 Čĺóŝë 國⟧
|
|
37
37
|
# Header for the filter sidepanel
|
|
38
|
-
groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = ⟦萬萬
|
|
38
|
+
groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = ⟦萬萬 ₣ìľŧєѓѕ 國國⟧
|
|
39
39
|
# Button label to apply filters and show results
|
|
40
|
-
groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = ⟦萬
|
|
40
|
+
groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = ⟦萬 Ŝёǻґçн 國⟧
|
|
41
41
|
# Label for the grid view of files and folders
|
|
42
|
-
groupSharedFeatures.metadataView.gridList.gridView = ⟦萬萬
|
|
42
|
+
groupSharedFeatures.metadataView.gridList.gridView = ⟦萬萬 Ĝѓĩď Vįëẁ 國國⟧
|
|
43
43
|
# Aria label for the clear selection button
|
|
44
|
-
groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = ⟦萬萬萬萬
|
|
45
|
-
# Selection count text in the header when
|
|
46
|
-
groupSharedFeatures.metadataView.header.itemsSelected =
|
|
44
|
+
groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = ⟦萬萬萬萬 Çļęǻѓ ѕêľė¢τìőл 國國國國⟧
|
|
45
|
+
# Selection count text in the header when items are selected or item name is unavailable
|
|
46
|
+
groupSharedFeatures.metadataView.header.itemsSelected = ⟦萬萬萬萬萬萬萬萬萬 {boldCount} <ь>ïτëmѕ</ь> ąřē şéľęćτèď 國國國國國國國國國⟧
|
|
47
47
|
# Selection text in the header when a single item is selected, showing the item name
|
|
48
|
-
groupSharedFeatures.metadataView.header.singleItemSelected =
|
|
48
|
+
groupSharedFeatures.metadataView.header.singleItemSelected = ⟦萬萬萬萬萬 {boldName} ιş ŝεļėčťéď 國國國國國⟧
|
|
49
49
|
# Label for the default unselected option in inline editing dropdowns
|
|
50
50
|
groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = ⟦ -- ⟧
|
|
51
51
|
# Label for the action menu for an item in the metadata view list
|
|
52
|
-
groupSharedFeatures.metadataView.itemActionMenu.actionMenu = ⟦萬萬萬
|
|
52
|
+
groupSharedFeatures.metadataView.itemActionMenu.actionMenu = ⟦萬萬萬 Ǻçťĩöп mêπû 國國國⟧
|
|
53
53
|
# Error message displayed when metadata fails to load
|
|
54
|
-
groupSharedFeatures.metadataView.itemList.errorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
54
|
+
groupSharedFeatures.metadataView.itemList.errorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Śøméţĥїπğ ẃĕйť ŵŕőňĝ. Pľєäŝё ѓęƒŕêŝĥ ŧħίş Ρąġê. 國國國國國國國國國國國國國國⟧
|
|
55
55
|
# Label for the list of files and folders displayed in a list view
|
|
56
|
-
groupSharedFeatures.metadataView.itemList.listView = ⟦萬萬
|
|
56
|
+
groupSharedFeatures.metadataView.itemList.listView = ⟦萬萬 Ľìŝţ νíēώ 國國⟧
|
|
57
57
|
# Label for the refresh button in error state
|
|
58
|
-
groupSharedFeatures.metadataView.itemList.refreshButton = ⟦萬萬
|
|
58
|
+
groupSharedFeatures.metadataView.itemList.refreshButton = ⟦萬萬 Řèƒŕεŝħ 國國⟧
|
|
59
59
|
# Label for the select all checkbox in the metadata table
|
|
60
|
-
groupSharedFeatures.metadataView.itemList.selectAll = ⟦萬萬
|
|
60
|
+
groupSharedFeatures.metadataView.itemList.selectAll = ⟦萬萬 Ŝěļëçŧ áľľ 國國⟧
|
|
61
61
|
# Placeholder for select folder trigger
|
|
62
|
-
groupSharedFeatures.metadataView.metadataValue.metadataLocation.locationTriggerHint = ⟦萬萬萬萬
|
|
62
|
+
groupSharedFeatures.metadataView.metadataValue.metadataLocation.locationTriggerHint = ⟦萬萬萬萬 Şèļĕĉŧ ą ƒόľďеŕ 國國國國⟧
|
|
63
63
|
# Aria label for the search input
|
|
64
|
-
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel = ⟦萬
|
|
64
|
+
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel = ⟦萬 Ŝęāгсĥ 國⟧
|
|
65
65
|
# Aria label for the clear button in the search input
|
|
66
|
-
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel = ⟦萬
|
|
66
|
+
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel = ⟦萬 Čļěáŕ 國⟧
|
|
67
67
|
# Label for the next page button
|
|
68
|
-
groupSharedFeatures.metadataView.pagination.nextPageButton = ⟦萬
|
|
68
|
+
groupSharedFeatures.metadataView.pagination.nextPageButton = ⟦萬 Ńĕхτ 國⟧
|
|
69
69
|
# Pagination menu status with the range of entries shown
|
|
70
|
-
groupSharedFeatures.metadataView.pagination.pageEntryStatus = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
70
|
+
groupSharedFeatures.metadataView.pagination.pageEntryStatus = ⟦萬萬萬萬萬萬萬萬萬萬萬 Śħőωїпĝ {startEntryIndex} ţŏ {endEntryIndex} òƒ {totalCount} έпŧґīéŝ 國國國國國國國國國國國⟧
|
|
71
71
|
# Aria label for the pagination component, which includes entry status and previous/next page controls
|
|
72
|
-
groupSharedFeatures.metadataView.pagination.paginationLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
72
|
+
groupSharedFeatures.metadataView.pagination.paginationLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Pãġĩпäťĩŏη пàνĩġäτīöп čŏʼnťѓőļś âηď ċűяŗéπτ Ρãġε іńƒőŕmáŧϊøň 國國國國國國國國國國國國國國國國國⟧
|
|
73
73
|
# Label for the previous page button
|
|
74
|
-
groupSharedFeatures.metadataView.pagination.previousPageButton = ⟦萬萬 P
|
|
74
|
+
groupSharedFeatures.metadataView.pagination.previousPageButton = ⟦萬萬 Pѓęνìŏųş 國國⟧
|
package/dist/i18n/es-419.js
CHANGED
|
@@ -20,9 +20,9 @@ export default {
|
|
|
20
20
|
"groupSharedFeatures.metadataView.filterSidepanel.filtersHeader": "Filtros",
|
|
21
21
|
"groupSharedFeatures.metadataView.filterSidepanel.showResultsButton": "Buscar",
|
|
22
22
|
"groupSharedFeatures.metadataView.gridList.gridView": "Vista de cuadrícula",
|
|
23
|
-
"groupSharedFeatures.metadataView.header.clearSelectionAriaLabel": "
|
|
24
|
-
"groupSharedFeatures.metadataView.header.itemsSelected": "{
|
|
25
|
-
"groupSharedFeatures.metadataView.header.singleItemSelected": "
|
|
23
|
+
"groupSharedFeatures.metadataView.header.clearSelectionAriaLabel": "Borrar la selección",
|
|
24
|
+
"groupSharedFeatures.metadataView.header.itemsSelected": "{boldCount} <b>elementos</b> están seleccionados",
|
|
25
|
+
"groupSharedFeatures.metadataView.header.singleItemSelected": "{boldName} está seleccionado",
|
|
26
26
|
"groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel": "--",
|
|
27
27
|
"groupSharedFeatures.metadataView.itemActionMenu.actionMenu": "Menú de acción",
|
|
28
28
|
"groupSharedFeatures.metadataView.itemList.errorMessage": "Se ha producido un error. Actualice esta página.",
|
|
@@ -41,11 +41,11 @@ groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Buscar
|
|
|
41
41
|
# Label for the grid view of files and folders
|
|
42
42
|
groupSharedFeatures.metadataView.gridList.gridView = Vista de cuadrícula
|
|
43
43
|
# Aria label for the clear selection button
|
|
44
|
-
groupSharedFeatures.metadataView.header.clearSelectionAriaLabel =
|
|
45
|
-
# Selection count text in the header when
|
|
46
|
-
groupSharedFeatures.metadataView.header.itemsSelected = {
|
|
44
|
+
groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Borrar la selección
|
|
45
|
+
# Selection count text in the header when items are selected or item name is unavailable
|
|
46
|
+
groupSharedFeatures.metadataView.header.itemsSelected = {boldCount} <b>elementos</b> están seleccionados
|
|
47
47
|
# Selection text in the header when a single item is selected, showing the item name
|
|
48
|
-
groupSharedFeatures.metadataView.header.singleItemSelected =
|
|
48
|
+
groupSharedFeatures.metadataView.header.singleItemSelected = {boldName} está seleccionado
|
|
49
49
|
# Label for the default unselected option in inline editing dropdowns
|
|
50
50
|
groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
|
|
51
51
|
# Label for the action menu for an item in the metadata view list
|
package/dist/i18n/es-ES.js
CHANGED
|
@@ -20,9 +20,9 @@ export default {
|
|
|
20
20
|
"groupSharedFeatures.metadataView.filterSidepanel.filtersHeader": "Filtros",
|
|
21
21
|
"groupSharedFeatures.metadataView.filterSidepanel.showResultsButton": "Buscar",
|
|
22
22
|
"groupSharedFeatures.metadataView.gridList.gridView": "Vista de cuadrícula",
|
|
23
|
-
"groupSharedFeatures.metadataView.header.clearSelectionAriaLabel": "
|
|
24
|
-
"groupSharedFeatures.metadataView.header.itemsSelected": "{
|
|
25
|
-
"groupSharedFeatures.metadataView.header.singleItemSelected": "
|
|
23
|
+
"groupSharedFeatures.metadataView.header.clearSelectionAriaLabel": "Borrar la selección",
|
|
24
|
+
"groupSharedFeatures.metadataView.header.itemsSelected": "{boldCount} <b>elementos</b> están seleccionados",
|
|
25
|
+
"groupSharedFeatures.metadataView.header.singleItemSelected": "{boldName} está seleccionado",
|
|
26
26
|
"groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel": "--",
|
|
27
27
|
"groupSharedFeatures.metadataView.itemActionMenu.actionMenu": "Menú de acción",
|
|
28
28
|
"groupSharedFeatures.metadataView.itemList.errorMessage": "Se ha producido un error. Actualice esta página.",
|
|
@@ -41,11 +41,11 @@ groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = Buscar
|
|
|
41
41
|
# Label for the grid view of files and folders
|
|
42
42
|
groupSharedFeatures.metadataView.gridList.gridView = Vista de cuadrícula
|
|
43
43
|
# Aria label for the clear selection button
|
|
44
|
-
groupSharedFeatures.metadataView.header.clearSelectionAriaLabel =
|
|
45
|
-
# Selection count text in the header when
|
|
46
|
-
groupSharedFeatures.metadataView.header.itemsSelected = {
|
|
44
|
+
groupSharedFeatures.metadataView.header.clearSelectionAriaLabel = Borrar la selección
|
|
45
|
+
# Selection count text in the header when items are selected or item name is unavailable
|
|
46
|
+
groupSharedFeatures.metadataView.header.itemsSelected = {boldCount} <b>elementos</b> están seleccionados
|
|
47
47
|
# Selection text in the header when a single item is selected, showing the item name
|
|
48
|
-
groupSharedFeatures.metadataView.header.singleItemSelected =
|
|
48
|
+
groupSharedFeatures.metadataView.header.singleItemSelected = {boldName} está seleccionado
|
|
49
49
|
# Label for the default unselected option in inline editing dropdowns
|
|
50
50
|
groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = --
|
|
51
51
|
# Label for the action menu for an item in the metadata view list
|