@box/tree 0.48.16 → 0.49.1
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 +4 -4
- package/dist/i18n/bn-IN.properties +8 -0
- package/dist/i18n/da-DK.js +4 -4
- package/dist/i18n/da-DK.properties +8 -0
- package/dist/i18n/de-DE.js +4 -4
- package/dist/i18n/de-DE.properties +8 -0
- package/dist/i18n/en-AU.properties +8 -0
- package/dist/i18n/en-CA.properties +8 -0
- package/dist/i18n/en-GB.properties +8 -0
- package/dist/i18n/en-x-pseudo.js +18 -18
- package/dist/i18n/en-x-pseudo.properties +22 -14
- package/dist/i18n/es-419.js +3 -3
- package/dist/i18n/es-419.properties +8 -0
- package/dist/i18n/es-ES.js +3 -3
- package/dist/i18n/es-ES.properties +8 -0
- package/dist/i18n/fi-FI.js +4 -4
- package/dist/i18n/fi-FI.properties +8 -0
- package/dist/i18n/fr-CA.js +4 -4
- package/dist/i18n/fr-CA.properties +8 -0
- package/dist/i18n/fr-FR.js +4 -4
- package/dist/i18n/fr-FR.properties +8 -0
- package/dist/i18n/hi-IN.js +4 -4
- package/dist/i18n/hi-IN.properties +8 -0
- package/dist/i18n/it-IT.js +4 -4
- package/dist/i18n/it-IT.properties +8 -0
- package/dist/i18n/ja-JP.js +4 -4
- package/dist/i18n/ja-JP.properties +8 -0
- package/dist/i18n/ko-KR.js +4 -4
- package/dist/i18n/ko-KR.properties +8 -0
- package/dist/i18n/nb-NO.js +4 -4
- package/dist/i18n/nb-NO.properties +8 -0
- package/dist/i18n/nl-NL.js +4 -4
- package/dist/i18n/nl-NL.properties +8 -0
- package/dist/i18n/pl-PL.js +4 -4
- package/dist/i18n/pl-PL.properties +8 -0
- package/dist/i18n/pt-BR.js +4 -4
- package/dist/i18n/pt-BR.properties +8 -0
- package/dist/i18n/ru-RU.js +4 -4
- package/dist/i18n/ru-RU.properties +8 -0
- package/dist/i18n/sv-SE.js +4 -4
- package/dist/i18n/sv-SE.properties +8 -0
- package/dist/i18n/tr-TR.js +4 -4
- package/dist/i18n/tr-TR.properties +8 -0
- package/dist/i18n/zh-CN.js +4 -4
- package/dist/i18n/zh-CN.properties +8 -0
- package/dist/i18n/zh-TW.js +4 -4
- package/dist/i18n/zh-TW.properties +8 -0
- package/package.json +5 -5
package/dist/i18n/bn-IN.js
CHANGED
|
@@ -12,9 +12,9 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.tree.error.title": "ট্রি লোড করা যাচ্ছে না",
|
|
13
13
|
"groupSharedFeatures.tree.expander.collapse": "শাখা সংকুচিত করুন",
|
|
14
14
|
"groupSharedFeatures.tree.expander.expand": "শাখা সম্প্রসারণ করুন",
|
|
15
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "
|
|
16
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "
|
|
17
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "
|
|
18
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonText": "
|
|
15
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "ত্রুটি",
|
|
16
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "লোডিং হয়নি",
|
|
17
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "বিষয়বস্তুর ট্রি রিলোড করুন",
|
|
18
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonText": "আবার লোড করুন",
|
|
19
19
|
"groupSharedFeatures.tree.node.conLabel": "{iconType} এর জন্য আইকন"
|
|
20
20
|
}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = ট্রি লোড করা যা
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = শাখা সংকুচিত করুন
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = শাখা সম্প্রসারণ করুন
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = ত্রুটি
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = লোডিং হয়নি
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = বিষয়বস্তুর ট্রি রিলোড করুন
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = আবার লোড করুন
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = {iconType} এর জন্য আইকন
|
package/dist/i18n/da-DK.js
CHANGED
|
@@ -12,9 +12,9 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.tree.error.title": "Træet kunne ikke indlæses",
|
|
13
13
|
"groupSharedFeatures.tree.expander.collapse": "Sammenbrud gren",
|
|
14
14
|
"groupSharedFeatures.tree.expander.expand": "Udvid gren",
|
|
15
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "
|
|
16
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "
|
|
17
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "
|
|
18
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonText": "
|
|
15
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "Fejl",
|
|
16
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "Indlæsning mislykkedes",
|
|
17
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "Genindlæs indholdstræ",
|
|
18
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonText": "Genindlæs",
|
|
19
19
|
"groupSharedFeatures.tree.node.conLabel": "Ikon til {iconType}"
|
|
20
20
|
}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = Træet kunne ikke indlæses
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = Sammenbrud gren
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = Udvid gren
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = Fejl
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = Indlæsning mislykkedes
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = Genindlæs indholdstræ
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = Genindlæs
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = Ikon til {iconType}
|
package/dist/i18n/de-DE.js
CHANGED
|
@@ -12,9 +12,9 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.tree.error.title": "Baum kann nicht geladen werden",
|
|
13
13
|
"groupSharedFeatures.tree.expander.collapse": "Verzweigung reduzieren",
|
|
14
14
|
"groupSharedFeatures.tree.expander.expand": "Verzweigung erweitern",
|
|
15
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "
|
|
16
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "
|
|
17
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "
|
|
18
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonText": "
|
|
15
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "Fehler",
|
|
16
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "Laden ist fehlgeschlagen",
|
|
17
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "Inhaltsbaum neu laden",
|
|
18
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonText": "Neu laden",
|
|
19
19
|
"groupSharedFeatures.tree.node.conLabel": "Symbol für {iconType}"
|
|
20
20
|
}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = Baum kann nicht geladen werden
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = Verzweigung reduzieren
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = Verzweigung erweitern
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = Fehler
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = Laden ist fehlgeschlagen
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = Inhaltsbaum neu laden
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = Neu laden
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = Symbol für {iconType}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = Unable to load tree
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = Collapse branch
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = Expand branch
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = Error
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = Loading failed
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = Reload content tree
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = Reload
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = Icon for {iconType}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = Unable to load tree
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = Collapse branch
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = Expand branch
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = Error
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = Loading failed
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = Reload content tree
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = Reload
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = Icon for {iconType}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = Unable to load tree
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = Collapse branch
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = Expand branch
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = Error
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = Loading failed
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = Reload content tree
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = Reload
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = Icon for {iconType}
|
package/dist/i18n/en-x-pseudo.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.tree.branch.loadMore": "⟦萬萬萬萬萬
|
|
3
|
-
"groupSharedFeatures.tree.branch.loadMoreButtonAriaLabel": "⟦萬萬萬萬萬
|
|
4
|
-
"groupSharedFeatures.tree.branch.loadMoreButtonTitle": "⟦萬萬
|
|
5
|
-
"groupSharedFeatures.tree.branch.loaderLabel": "⟦萬萬萬萬萬萬萬
|
|
6
|
-
"groupSharedFeatures.tree.branch.loadingError": "⟦萬萬萬
|
|
7
|
-
"groupSharedFeatures.tree.branch.loadingErrorIconAriaLabel": "⟦萬
|
|
8
|
-
"groupSharedFeatures.tree.branch.reloadButtonAriaLabel": "⟦萬萬萬萬萬萬萬
|
|
9
|
-
"groupSharedFeatures.tree.branch.reloadButtonTitle": "⟦萬
|
|
10
|
-
"groupSharedFeatures.tree.error.body": "⟦萬萬萬萬萬
|
|
11
|
-
"groupSharedFeatures.tree.error.reload": "⟦萬
|
|
12
|
-
"groupSharedFeatures.tree.error.title": "⟦萬萬萬萬萬
|
|
13
|
-
"groupSharedFeatures.tree.expander.collapse": "⟦萬萬萬萬
|
|
14
|
-
"groupSharedFeatures.tree.expander.expand": "⟦萬萬萬
|
|
15
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "
|
|
16
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "
|
|
17
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "
|
|
18
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonText": "
|
|
19
|
-
"groupSharedFeatures.tree.node.conLabel": "⟦萬萬萬萬
|
|
2
|
+
"groupSharedFeatures.tree.branch.loadMore": "⟦萬萬萬萬萬 Ľŏāďïηġ mõяè čõπτеиţ 國國國國國⟧",
|
|
3
|
+
"groupSharedFeatures.tree.branch.loadMoreButtonAriaLabel": "⟦萬萬萬萬萬 Ľøàď Μőřе ƒŏŕ {nodeName} 國國國國國⟧",
|
|
4
|
+
"groupSharedFeatures.tree.branch.loadMoreButtonTitle": "⟦萬萬 Ŀøâď Μоґє 國國⟧",
|
|
5
|
+
"groupSharedFeatures.tree.branch.loaderLabel": "⟦萬萬萬萬萬萬萬 Ŀôąďįпĝ ćσήţêŋŧ ƒōя вяâńčн 國國國國國國國⟧",
|
|
6
|
+
"groupSharedFeatures.tree.branch.loadingError": "⟦萬萬萬 Ļóàďīпġ Ëѓґòŗ 國國國⟧",
|
|
7
|
+
"groupSharedFeatures.tree.branch.loadingErrorIconAriaLabel": "⟦萬 Еяґоŕ 國⟧",
|
|
8
|
+
"groupSharedFeatures.tree.branch.reloadButtonAriaLabel": "⟦萬萬萬萬萬萬萬 Ѓéĺσăď ċõńţęŋţ ƒŏг {nodeName} 國國國國國國國⟧",
|
|
9
|
+
"groupSharedFeatures.tree.branch.reloadButtonTitle": "⟦萬 Ŗєļŏáď 國⟧",
|
|
10
|
+
"groupSharedFeatures.tree.error.body": "⟦萬萬萬萬萬 Ŕέļőάď ţό τřỳ ǻġâįń. 國國國國國⟧",
|
|
11
|
+
"groupSharedFeatures.tree.error.reload": "⟦萬 Яêľõǻď 國⟧",
|
|
12
|
+
"groupSharedFeatures.tree.error.title": "⟦萬萬萬萬萬 Úйāвĺè ţο ĺôáď τґεє 國國國國國⟧",
|
|
13
|
+
"groupSharedFeatures.tree.expander.collapse": "⟦萬萬萬萬 ĆóľļàΡŝε ьґāйçн 國國國國⟧",
|
|
14
|
+
"groupSharedFeatures.tree.expander.expand": "⟦萬萬萬 ËхΡάлď вŕàńċħ 國國國⟧",
|
|
15
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "⟦萬 Ėггόг 國⟧",
|
|
16
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "⟦萬萬萬萬 Ĺоāďїπĝ ƒãιľèď 國國國國⟧",
|
|
17
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "⟦萬萬萬萬萬 Γęľòąď čøητεπτ ťřєє 國國國國國⟧",
|
|
18
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonText": "⟦萬 Γέľοαď 國⟧",
|
|
19
|
+
"groupSharedFeatures.tree.node.conLabel": "⟦萬萬萬萬 Īćóņ ƒòѓ {iconType} 國國國國⟧"
|
|
20
20
|
}
|
|
@@ -1,28 +1,36 @@
|
|
|
1
1
|
# Aria label for the loading indicator that appears when the user clicks the 'Load more' or 'Reload' button
|
|
2
|
-
groupSharedFeatures.tree.branch.loadMore = ⟦萬萬萬萬萬
|
|
2
|
+
groupSharedFeatures.tree.branch.loadMore = ⟦萬萬萬萬萬 Ľŏāďïηġ mõяè čõπτеиţ 國國國國國⟧
|
|
3
3
|
# Aria label for the 'Load More' button
|
|
4
|
-
groupSharedFeatures.tree.branch.loadMoreButtonAriaLabel = ⟦萬萬萬萬萬
|
|
4
|
+
groupSharedFeatures.tree.branch.loadMoreButtonAriaLabel = ⟦萬萬萬萬萬 Ľøàď Μőřе ƒŏŕ {nodeName} 國國國國國⟧
|
|
5
5
|
# Title for the 'Load More' button
|
|
6
|
-
groupSharedFeatures.tree.branch.loadMoreButtonTitle = ⟦萬萬
|
|
6
|
+
groupSharedFeatures.tree.branch.loadMoreButtonTitle = ⟦萬萬 Ŀøâď Μоґє 國國⟧
|
|
7
7
|
# Aria label for the loading indicator when a branch's content is loading
|
|
8
|
-
groupSharedFeatures.tree.branch.loaderLabel = ⟦萬萬萬萬萬萬萬
|
|
8
|
+
groupSharedFeatures.tree.branch.loaderLabel = ⟦萬萬萬萬萬萬萬 Ŀôąďįпĝ ćσήţêŋŧ ƒōя вяâńčн 國國國國國國國⟧
|
|
9
9
|
# Message displayed in an inline notice when loading failed
|
|
10
|
-
groupSharedFeatures.tree.branch.loadingError = ⟦萬萬萬
|
|
10
|
+
groupSharedFeatures.tree.branch.loadingError = ⟦萬萬萬 Ļóàďīпġ Ëѓґòŗ 國國國⟧
|
|
11
11
|
# Aria label for the error icon in the error inline notice
|
|
12
|
-
groupSharedFeatures.tree.branch.loadingErrorIconAriaLabel = ⟦萬
|
|
12
|
+
groupSharedFeatures.tree.branch.loadingErrorIconAriaLabel = ⟦萬 Еяґоŕ 國⟧
|
|
13
13
|
# Aria label for the 'Reload' button
|
|
14
|
-
groupSharedFeatures.tree.branch.reloadButtonAriaLabel = ⟦萬萬萬萬萬萬萬
|
|
14
|
+
groupSharedFeatures.tree.branch.reloadButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Ѓéĺσăď ċõńţęŋţ ƒŏг {nodeName} 國國國國國國國⟧
|
|
15
15
|
# Title for the 'Reload' button
|
|
16
|
-
groupSharedFeatures.tree.branch.reloadButtonTitle = ⟦萬
|
|
16
|
+
groupSharedFeatures.tree.branch.reloadButtonTitle = ⟦萬 Ŗєļŏáď 國⟧
|
|
17
17
|
# Body for the error message when the tree fails to load
|
|
18
|
-
groupSharedFeatures.tree.error.body = ⟦萬萬萬萬萬
|
|
18
|
+
groupSharedFeatures.tree.error.body = ⟦萬萬萬萬萬 Ŕέļőάď ţό τřỳ ǻġâįń. 國國國國國⟧
|
|
19
19
|
# Button text to reload tree
|
|
20
|
-
groupSharedFeatures.tree.error.reload = ⟦萬
|
|
20
|
+
groupSharedFeatures.tree.error.reload = ⟦萬 Яêľõǻď 國⟧
|
|
21
21
|
# Title for the error message when the tree fails to load
|
|
22
|
-
groupSharedFeatures.tree.error.title = ⟦萬萬萬萬萬
|
|
22
|
+
groupSharedFeatures.tree.error.title = ⟦萬萬萬萬萬 Úйāвĺè ţο ĺôáď τґεє 國國國國國⟧
|
|
23
23
|
# Aria label for the collapse button
|
|
24
|
-
groupSharedFeatures.tree.expander.collapse = ⟦萬萬萬萬
|
|
24
|
+
groupSharedFeatures.tree.expander.collapse = ⟦萬萬萬萬 ĆóľļàΡŝε ьґāйçн 國國國國⟧
|
|
25
25
|
# Aria label for the expand button
|
|
26
|
-
groupSharedFeatures.tree.expander.expand = ⟦萬萬萬
|
|
26
|
+
groupSharedFeatures.tree.expander.expand = ⟦萬萬萬 ËхΡάлď вŕàńċħ 國國國⟧
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = ⟦萬 Ėггόг 國⟧
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = ⟦萬萬萬萬 Ĺоāďїπĝ ƒãιľèď 國國國國⟧
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = ⟦萬萬萬萬萬 Γęľòąď čøητεπτ ťřєє 國國國國國⟧
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = ⟦萬 Γέľοαď 國⟧
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
|
-
groupSharedFeatures.tree.node.conLabel = ⟦萬萬萬萬
|
|
36
|
+
groupSharedFeatures.tree.node.conLabel = ⟦萬萬萬萬 Īćóņ ƒòѓ {iconType} 國國國國⟧
|
package/dist/i18n/es-419.js
CHANGED
|
@@ -13,8 +13,8 @@ export default {
|
|
|
13
13
|
"groupSharedFeatures.tree.expander.collapse": "Contraer sección",
|
|
14
14
|
"groupSharedFeatures.tree.expander.expand": "Expandir sección",
|
|
15
15
|
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "Error",
|
|
16
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "
|
|
17
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "
|
|
18
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonText": "
|
|
16
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "Error al cargar",
|
|
17
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "Recargar el árbol de contenido",
|
|
18
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonText": "Volver a cargar",
|
|
19
19
|
"groupSharedFeatures.tree.node.conLabel": "Icono para {iconType}"
|
|
20
20
|
}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = No se pudo cargar el árbol
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = Contraer sección
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = Expandir sección
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = Error
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = Error al cargar
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = Recargar el árbol de contenido
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = Volver a cargar
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = Icono para {iconType}
|
package/dist/i18n/es-ES.js
CHANGED
|
@@ -13,8 +13,8 @@ export default {
|
|
|
13
13
|
"groupSharedFeatures.tree.expander.collapse": "Contraer sección",
|
|
14
14
|
"groupSharedFeatures.tree.expander.expand": "Expandir sección",
|
|
15
15
|
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "Error",
|
|
16
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "
|
|
17
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "
|
|
18
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonText": "
|
|
16
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "Error al cargar",
|
|
17
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "Recargar el árbol de contenido",
|
|
18
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonText": "Volver a cargar",
|
|
19
19
|
"groupSharedFeatures.tree.node.conLabel": "Icono para {iconType}"
|
|
20
20
|
}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = No se pudo cargar el árbol
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = Contraer sección
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = Expandir sección
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = Error
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = Error al cargar
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = Recargar el árbol de contenido
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = Volver a cargar
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = Icono para {iconType}
|
package/dist/i18n/fi-FI.js
CHANGED
|
@@ -12,9 +12,9 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.tree.error.title": "Puuta ei voi ladata",
|
|
13
13
|
"groupSharedFeatures.tree.expander.collapse": "Pienennö haara",
|
|
14
14
|
"groupSharedFeatures.tree.expander.expand": "Laajenna haara",
|
|
15
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "
|
|
16
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "
|
|
17
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "
|
|
18
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonText": "
|
|
15
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "Virhe",
|
|
16
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "Lataus epäonnistui",
|
|
17
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "Lataa sisältöpuu uudelleen",
|
|
18
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonText": "Lataa uudelleen",
|
|
19
19
|
"groupSharedFeatures.tree.node.conLabel": "Kuvake kohteelle {iconType}"
|
|
20
20
|
}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = Puuta ei voi ladata
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = Pienennö haara
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = Laajenna haara
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = Virhe
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = Lataus epäonnistui
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = Lataa sisältöpuu uudelleen
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = Lataa uudelleen
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = Kuvake kohteelle {iconType}
|
package/dist/i18n/fr-CA.js
CHANGED
|
@@ -12,9 +12,9 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.tree.error.title": "Impossible de charger l'arbre",
|
|
13
13
|
"groupSharedFeatures.tree.expander.collapse": "Réduire la branche",
|
|
14
14
|
"groupSharedFeatures.tree.expander.expand": "Agrandir la branche",
|
|
15
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "
|
|
16
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "
|
|
17
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "
|
|
18
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonText": "
|
|
15
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "Erreur",
|
|
16
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "Échec du chargement",
|
|
17
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "Recharger l'arbre du contenu",
|
|
18
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonText": "Recharger",
|
|
19
19
|
"groupSharedFeatures.tree.node.conLabel": "Icône pour {iconType}"
|
|
20
20
|
}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = Impossible de charger l'arbre
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = Réduire la branche
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = Agrandir la branche
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = Erreur
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = Échec du chargement
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = Recharger l'arbre du contenu
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = Recharger
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = Icône pour {iconType}
|
package/dist/i18n/fr-FR.js
CHANGED
|
@@ -12,9 +12,9 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.tree.error.title": "Impossible de charger l'arbre",
|
|
13
13
|
"groupSharedFeatures.tree.expander.collapse": "Réduire la branche",
|
|
14
14
|
"groupSharedFeatures.tree.expander.expand": "Agrandir la branche",
|
|
15
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "
|
|
16
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "
|
|
17
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "
|
|
18
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonText": "
|
|
15
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "Erreur",
|
|
16
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "Échec du chargement",
|
|
17
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "Recharger l'arbre du contenu",
|
|
18
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonText": "Recharger",
|
|
19
19
|
"groupSharedFeatures.tree.node.conLabel": "Icône pour {iconType}"
|
|
20
20
|
}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = Impossible de charger l'arbre
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = Réduire la branche
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = Agrandir la branche
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = Erreur
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = Échec du chargement
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = Recharger l'arbre du contenu
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = Recharger
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = Icône pour {iconType}
|
package/dist/i18n/hi-IN.js
CHANGED
|
@@ -12,9 +12,9 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.tree.error.title": "ट्री लोड करने में असमर्थ",
|
|
13
13
|
"groupSharedFeatures.tree.expander.collapse": "ब्रांच को संक्षिप्त करें",
|
|
14
14
|
"groupSharedFeatures.tree.expander.expand": "ब्रांच का विस्तार करें",
|
|
15
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "
|
|
16
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "
|
|
17
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "
|
|
18
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonText": "
|
|
15
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "त्रुटि",
|
|
16
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "लोड करने में विफल रहा",
|
|
17
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "सामग्री ट्री को पुनः लोड करें",
|
|
18
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonText": "पुनः लोड करें",
|
|
19
19
|
"groupSharedFeatures.tree.node.conLabel": "{iconType} के लिए आइकन"
|
|
20
20
|
}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = ट्री लोड करने म
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = ब्रांच को संक्षिप्त करें
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = ब्रांच का विस्तार करें
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = त्रुटि
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = लोड करने में विफल रहा
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = सामग्री ट्री को पुनः लोड करें
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = पुनः लोड करें
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = {iconType} के लिए आइकन
|
package/dist/i18n/it-IT.js
CHANGED
|
@@ -12,9 +12,9 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.tree.error.title": "Non è stato possibile caricare l'albero",
|
|
13
13
|
"groupSharedFeatures.tree.expander.collapse": "Comprimi ramo",
|
|
14
14
|
"groupSharedFeatures.tree.expander.expand": "Espandi ramo",
|
|
15
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "
|
|
16
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "
|
|
17
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "
|
|
18
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonText": "
|
|
15
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "Errore",
|
|
16
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "Caricamento non riuscito",
|
|
17
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "Ricarica albero dei contenuti",
|
|
18
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonText": "Riaggiorna",
|
|
19
19
|
"groupSharedFeatures.tree.node.conLabel": "Icona per {iconType}"
|
|
20
20
|
}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = Non è stato possibile caricare l'albero
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = Comprimi ramo
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = Espandi ramo
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = Errore
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = Caricamento non riuscito
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = Ricarica albero dei contenuti
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = Riaggiorna
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = Icona per {iconType}
|
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -12,9 +12,9 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.tree.error.title": "ツリーを読み込めません",
|
|
13
13
|
"groupSharedFeatures.tree.expander.collapse": "ブランチを折りたたむ",
|
|
14
14
|
"groupSharedFeatures.tree.expander.expand": "ブランチを展開",
|
|
15
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "
|
|
16
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "
|
|
17
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "
|
|
18
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonText": "
|
|
15
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "エラー",
|
|
16
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "読み込みに失敗しました",
|
|
17
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "コンテンツツリーを再読み込み",
|
|
18
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonText": "再読み込み",
|
|
19
19
|
"groupSharedFeatures.tree.node.conLabel": "{iconType}のアイコン"
|
|
20
20
|
}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = ツリーを読み込めません
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = ブランチを折りたたむ
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = ブランチを展開
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = エラー
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = 読み込みに失敗しました
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = コンテンツツリーを再読み込み
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = 再読み込み
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = {iconType}のアイコン
|
package/dist/i18n/ko-KR.js
CHANGED
|
@@ -12,9 +12,9 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.tree.error.title": "트리를 로드할 수 없음",
|
|
13
13
|
"groupSharedFeatures.tree.expander.collapse": "분기 축소",
|
|
14
14
|
"groupSharedFeatures.tree.expander.expand": "분기 확장",
|
|
15
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "
|
|
16
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "
|
|
17
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "
|
|
18
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonText": "
|
|
15
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "오류",
|
|
16
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "로드 실패",
|
|
17
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "콘텐츠 트리를 다시 로드",
|
|
18
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonText": "다시 로드",
|
|
19
19
|
"groupSharedFeatures.tree.node.conLabel": "{iconType}에 관한 아이콘"
|
|
20
20
|
}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = 트리를 로드할 수 없음
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = 분기 축소
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = 분기 확장
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = 오류
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = 로드 실패
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = 콘텐츠 트리를 다시 로드
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = 다시 로드
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = {iconType}에 관한 아이콘
|
package/dist/i18n/nb-NO.js
CHANGED
|
@@ -12,9 +12,9 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.tree.error.title": "Kunne ikke laste inn tre",
|
|
13
13
|
"groupSharedFeatures.tree.expander.collapse": "Lukk avdelingen",
|
|
14
14
|
"groupSharedFeatures.tree.expander.expand": "Utvid avdelingen",
|
|
15
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "
|
|
16
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "
|
|
17
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "
|
|
18
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonText": "
|
|
15
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "Feil",
|
|
16
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "Innlasting mislyktes",
|
|
17
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "Last inn innholdstreet på nytt",
|
|
18
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonText": "Last inn på nytt",
|
|
19
19
|
"groupSharedFeatures.tree.node.conLabel": "Ikon for {iconType}"
|
|
20
20
|
}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = Kunne ikke laste inn tre
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = Lukk avdelingen
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = Utvid avdelingen
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = Feil
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = Innlasting mislyktes
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = Last inn innholdstreet på nytt
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = Last inn på nytt
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = Ikon for {iconType}
|
package/dist/i18n/nl-NL.js
CHANGED
|
@@ -12,9 +12,9 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.tree.error.title": "Kan boom niet laden",
|
|
13
13
|
"groupSharedFeatures.tree.expander.collapse": "Vertakking samenvouwen",
|
|
14
14
|
"groupSharedFeatures.tree.expander.expand": "Vertakking uitklappen",
|
|
15
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "
|
|
16
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "
|
|
17
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "
|
|
18
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonText": "
|
|
15
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "Fout",
|
|
16
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "Laden is mislukt",
|
|
17
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "Inhoudsboom opnieuw laden",
|
|
18
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonText": "Opnieuw laden",
|
|
19
19
|
"groupSharedFeatures.tree.node.conLabel": "Pictogram voor {iconType}"
|
|
20
20
|
}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = Kan boom niet laden
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = Vertakking samenvouwen
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = Vertakking uitklappen
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = Fout
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = Laden is mislukt
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = Inhoudsboom opnieuw laden
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = Opnieuw laden
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = Pictogram voor {iconType}
|
package/dist/i18n/pl-PL.js
CHANGED
|
@@ -12,9 +12,9 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.tree.error.title": "Nie można wczytać drzewa",
|
|
13
13
|
"groupSharedFeatures.tree.expander.collapse": "Zwiń gałąź",
|
|
14
14
|
"groupSharedFeatures.tree.expander.expand": "Rozwiń gałąź",
|
|
15
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "
|
|
16
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "
|
|
17
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "
|
|
18
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonText": "
|
|
15
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "Błąd",
|
|
16
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "Wczytywanie się nie powiodło",
|
|
17
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "Wczytaj ponownie drzewo zawartości",
|
|
18
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonText": "Wczytaj ponownie",
|
|
19
19
|
"groupSharedFeatures.tree.node.conLabel": "Ikona dla {iconType}"
|
|
20
20
|
}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = Nie można wczytać drzewa
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = Zwiń gałąź
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = Rozwiń gałąź
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = Błąd
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = Wczytywanie się nie powiodło
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = Wczytaj ponownie drzewo zawartości
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = Wczytaj ponownie
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = Ikona dla {iconType}
|
package/dist/i18n/pt-BR.js
CHANGED
|
@@ -12,9 +12,9 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.tree.error.title": "Não foi possível carregar árvore",
|
|
13
13
|
"groupSharedFeatures.tree.expander.collapse": "Recolher ramificação",
|
|
14
14
|
"groupSharedFeatures.tree.expander.expand": "Expandir ramificação",
|
|
15
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "
|
|
16
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "
|
|
17
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "
|
|
18
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonText": "
|
|
15
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "Erro",
|
|
16
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "Falha ao carregar",
|
|
17
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "Recarregar árvore de conteúdo",
|
|
18
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonText": "Recarregar",
|
|
19
19
|
"groupSharedFeatures.tree.node.conLabel": "Ícone para {iconType}"
|
|
20
20
|
}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = Não foi possível carregar árvore
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = Recolher ramificação
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = Expandir ramificação
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = Erro
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = Falha ao carregar
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = Recarregar árvore de conteúdo
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = Recarregar
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = Ícone para {iconType}
|
package/dist/i18n/ru-RU.js
CHANGED
|
@@ -12,9 +12,9 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.tree.error.title": "Не удалось загрузить дерево",
|
|
13
13
|
"groupSharedFeatures.tree.expander.collapse": "Свернуть ветку",
|
|
14
14
|
"groupSharedFeatures.tree.expander.expand": "Развернуть ветку",
|
|
15
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "
|
|
16
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "
|
|
17
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "
|
|
18
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonText": "
|
|
15
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "Ошибка",
|
|
16
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "Ошибка загрузки",
|
|
17
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "Перезагрузить дерево контента",
|
|
18
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonText": "Перезагрузить",
|
|
19
19
|
"groupSharedFeatures.tree.node.conLabel": "Значок для {iconType}"
|
|
20
20
|
}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = Не удалось загрузить д
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = Свернуть ветку
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = Развернуть ветку
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = Ошибка
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = Ошибка загрузки
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = Перезагрузить дерево контента
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = Перезагрузить
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = Значок для {iconType}
|
package/dist/i18n/sv-SE.js
CHANGED
|
@@ -12,9 +12,9 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.tree.error.title": "Det gick inte att läsa in träd",
|
|
13
13
|
"groupSharedFeatures.tree.expander.collapse": "Dölj gren",
|
|
14
14
|
"groupSharedFeatures.tree.expander.expand": "Expandera gren",
|
|
15
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "
|
|
16
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "
|
|
17
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "
|
|
18
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonText": "
|
|
15
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "Fel",
|
|
16
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "Inläsning misslyckades",
|
|
17
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "Ladda om innehållsträd",
|
|
18
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonText": "Läs in igen",
|
|
19
19
|
"groupSharedFeatures.tree.node.conLabel": "Ikon för {iconType}"
|
|
20
20
|
}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = Det gick inte att läsa in träd
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = Dölj gren
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = Expandera gren
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = Fel
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = Inläsning misslyckades
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = Ladda om innehållsträd
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = Läs in igen
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = Ikon för {iconType}
|
package/dist/i18n/tr-TR.js
CHANGED
|
@@ -12,9 +12,9 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.tree.error.title": "Ağaç yüklenemiyor",
|
|
13
13
|
"groupSharedFeatures.tree.expander.collapse": "Dalı daralt",
|
|
14
14
|
"groupSharedFeatures.tree.expander.expand": "Dalı genişlet",
|
|
15
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "
|
|
16
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "
|
|
17
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "
|
|
18
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonText": "
|
|
15
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "Hata",
|
|
16
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "Yükleme başarısız oldu",
|
|
17
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "içerik ağacını yeniden yükle",
|
|
18
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonText": "Yeniden Yükle",
|
|
19
19
|
"groupSharedFeatures.tree.node.conLabel": "{iconType} için Simge"
|
|
20
20
|
}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = Ağaç yüklenemiyor
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = Dalı daralt
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = Dalı genişlet
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = Hata
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = Yükleme başarısız oldu
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = içerik ağacını yeniden yükle
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = Yeniden Yükle
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = {iconType} için Simge
|
package/dist/i18n/zh-CN.js
CHANGED
|
@@ -12,9 +12,9 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.tree.error.title": "无法加载树",
|
|
13
13
|
"groupSharedFeatures.tree.expander.collapse": "折叠分支",
|
|
14
14
|
"groupSharedFeatures.tree.expander.expand": "展开分支",
|
|
15
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "
|
|
16
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "
|
|
17
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "
|
|
18
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonText": "
|
|
15
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "错误",
|
|
16
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "加载失败",
|
|
17
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "重新加载内容树",
|
|
18
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonText": "重新加载",
|
|
19
19
|
"groupSharedFeatures.tree.node.conLabel": "{iconType} 的图标"
|
|
20
20
|
}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = 无法加载树
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = 折叠分支
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = 展开分支
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = 错误
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = 加载失败
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = 重新加载内容树
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = 重新加载
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = {iconType} 的图标
|
package/dist/i18n/zh-TW.js
CHANGED
|
@@ -12,9 +12,9 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.tree.error.title": "無法載入樹",
|
|
13
13
|
"groupSharedFeatures.tree.expander.collapse": "收合分支",
|
|
14
14
|
"groupSharedFeatures.tree.expander.expand": "展開分支",
|
|
15
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "
|
|
16
|
-
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "
|
|
17
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "
|
|
18
|
-
"groupSharedFeatures.tree.inlineError.reloadButtonText": "
|
|
15
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel": "錯誤",
|
|
16
|
+
"groupSharedFeatures.tree.inlineError.inlineNoticeText": "載入失敗",
|
|
17
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel": "重新載入內容樹",
|
|
18
|
+
"groupSharedFeatures.tree.inlineError.reloadButtonText": "重新載入",
|
|
19
19
|
"groupSharedFeatures.tree.node.conLabel": "{iconType} 的圖示"
|
|
20
20
|
}
|
|
@@ -24,5 +24,13 @@ groupSharedFeatures.tree.error.title = 無法載入樹
|
|
|
24
24
|
groupSharedFeatures.tree.expander.collapse = 收合分支
|
|
25
25
|
# Aria label for the expand button
|
|
26
26
|
groupSharedFeatures.tree.expander.expand = 展開分支
|
|
27
|
+
# Aria label for the error icon in the error inline notice
|
|
28
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeIconAriaLabel = 錯誤
|
|
29
|
+
# Inline notice text error message when the tree fails to load
|
|
30
|
+
groupSharedFeatures.tree.inlineError.inlineNoticeText = 載入失敗
|
|
31
|
+
# Aria label for the 'Reload' button
|
|
32
|
+
groupSharedFeatures.tree.inlineError.reloadButtonAriaLabel = 重新載入內容樹
|
|
33
|
+
# Button text to reload tree
|
|
34
|
+
groupSharedFeatures.tree.inlineError.reloadButtonText = 重新載入
|
|
27
35
|
# Aria label for the icon in a node
|
|
28
36
|
groupSharedFeatures.tree.node.conLabel = {iconType} 的圖示
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/tree",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.49.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@box/blueprint-web": "^7.11.0",
|
|
6
6
|
"@box/blueprint-web-assets": "^4.16.0",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"react-intl": "^6.4.2"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@box/blueprint-web": "^12.7.
|
|
15
|
-
"@box/blueprint-web-assets": "^4.
|
|
16
|
-
"@box/item-icon": "^0.9.
|
|
17
|
-
"@box/storybook-utils": "^0.13.
|
|
14
|
+
"@box/blueprint-web": "^12.7.2",
|
|
15
|
+
"@box/blueprint-web-assets": "^4.49.0",
|
|
16
|
+
"@box/item-icon": "^0.9.152",
|
|
17
|
+
"@box/storybook-utils": "^0.13.2",
|
|
18
18
|
"@faker-js/faker": "^8.4.1",
|
|
19
19
|
"react": "^18.3.0",
|
|
20
20
|
"react-dom": "^18.3.0",
|