@box/metadata-template-editor 1.22.16 → 1.24.3
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/chunks/field-context-menu.js +63 -65
- package/dist/chunks/metadata-field-configurator.module.js +18 -19
- package/dist/chunks/metadata-field-list.js +50 -36
- package/dist/esm/index.js +13 -7
- package/dist/esm/lib/components/metadata-field-configurator/components/field-action-slot/field-action-slot.js +24 -21
- package/dist/esm/lib/components/metadata-field-configurator/components/field-edit-content/field-edit-content.js +32 -32
- package/dist/esm/lib/components/metadata-field-configurator/hooks/useFieldConfiguratorBehavior.js +1 -0
- package/dist/esm/lib/components/metadata-field-configurator/index.js +10 -4
- package/dist/esm/lib/components/metadata-field-configurator/metadata-field-configurator.js +0 -1
- package/dist/i18n/en-x-pseudo.js +106 -106
- package/dist/i18n/en-x-pseudo.properties +106 -106
- package/dist/styles/metadata-field-configurator.css +1 -1
- package/dist/types/lib/components/metadata-field-configurator/components/confirmation-modal/confirmation-modal.d.ts +1 -1
- package/dist/types/lib/components/metadata-field-configurator/components/field-action-slot/field-action-slot.d.ts +18 -7
- package/dist/types/lib/components/metadata-field-configurator/components/field-context-menu/field-context-menu.d.ts +5 -5
- package/dist/types/lib/components/metadata-field-configurator/components/field-edit-content/field-edit-content.d.ts +4 -2
- package/dist/types/lib/components/metadata-field-configurator/index.d.ts +13 -1
- package/package.json +7 -7
|
@@ -1,212 +1,212 @@
|
|
|
1
1
|
# Label for the section that shows all taxonomies
|
|
2
|
-
groupSharedFeatures.metadataTemplateEditor.allTaxonomies = ⟦萬萬萬萬
|
|
2
|
+
groupSharedFeatures.metadataTemplateEditor.allTaxonomies = ⟦萬萬萬萬 Άļļ ŧâхŏήømïèѕ 國國國國⟧
|
|
3
3
|
# Label for the cancel button in the confirmation modal
|
|
4
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.cancelDeleteField = ⟦萬
|
|
4
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.cancelDeleteField = ⟦萬 Ĉàńćеļ 國⟧
|
|
5
5
|
# Label for the confirm button in the confirmation modal
|
|
6
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.confirmDeleteField = ⟦萬萬
|
|
6
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.confirmDeleteField = ⟦萬萬 Ćόηƒįґm 國國⟧
|
|
7
7
|
# Aria label for the context menu of the field configurator
|
|
8
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.contextMenuAriaLabel = ⟦萬萬萬萬萬萬萬萬萬
|
|
8
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.contextMenuAriaLabel = ⟦萬萬萬萬萬萬萬萬萬 ₣ιέļď čòήƒîġûŕäτσŗ ćôʼnţêхť mèňù 國國國國國國國國國⟧
|
|
9
9
|
# Label for the button to delete a field
|
|
10
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.deleteField = ⟦萬
|
|
10
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.deleteField = ⟦萬 Ѓєmóνε 國⟧
|
|
11
11
|
# Aria label for the button to delete a field
|
|
12
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.deleteFieldAriaLabel = ⟦萬萬萬
|
|
12
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.deleteFieldAriaLabel = ⟦萬萬萬 Ďéľėţè ƒϊēĺď 國國國⟧
|
|
13
13
|
# Description for the delete field confirmation modal
|
|
14
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.deleteFieldDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
14
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.deleteFieldDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Áĺľ ƒìĺēŝ óґ ƒöĺďêяś äşśóčįäŧεď ẃιťн ťнĩş ƒîέļď ẃіľľ ŋоώ ĥανë āи цńáѕşîğлεď νǻļцě. Ťнїś àĉŧįσи ċäŋлóť ьє µлďоήē öήćę ŧне τеmΡĺáťє īŝ śąνêď. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
15
15
|
# Title for the delete field confirmation modal
|
|
16
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.deleteFieldTitle = ⟦萬萬萬萬萬
|
|
16
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.deleteFieldTitle = ⟦萬萬萬萬萬 Ðёľěťè "{fieldName}" ₣ϊėļď 國國國國國⟧
|
|
17
17
|
# Description of the inline notice that explains the purpose of the description field.
|
|
18
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.descriptionInfoTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
18
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.descriptionInfoTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τĥę ďëşçŕīΡŧїόņ ίѕ νïśīьĺé ŧô āйУσηε αččéśşίŋġ ťħє ţėmΡĺάťé. Īŧ ãĺşō нêľΡŝ βох ÃÌ ƒìηď ąпď åűţоƒιļĺ Мёţáďάťã ƒοŗ γôù. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
19
19
|
# Aria label for the info badge that provides more information about the description field.
|
|
20
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.descriptionLearnMoreBadgeAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
20
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.descriptionLearnMoreBadgeAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ļёâгπ mояé αьøųţ ţħë ďêşčяïΡţιòŋ ƒíéľď 國國國國國國國國國國國⟧
|
|
21
21
|
# Aria label for the button to drag and drop a field to reorder it
|
|
22
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dragAndDropFieldAriaLabel = ⟦萬萬萬萬萬萬萬萬
|
|
22
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.dragAndDropFieldAriaLabel = ⟦萬萬萬萬萬萬萬萬 Ðřåġ ąʼnď ďґöΡ ťο ґêόŕďëґ ƒіēľď 國國國國國國國國⟧
|
|
23
23
|
# Placeholder text for the input to add a new dropdown option
|
|
24
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.addAnOptionOptionPlaceholder = ⟦萬萬萬
|
|
24
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.addAnOptionOptionPlaceholder = ⟦萬萬萬 Αďď ãʼn оΡτїóл 國國國⟧
|
|
25
25
|
# Label for the button to add a new dropdown option
|
|
26
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.addOption = ⟦萬萬萬 +
|
|
26
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.addOption = ⟦萬萬萬 + Ăďď ÓΡťίοи 國國國⟧
|
|
27
27
|
# Label for the checkbox to allow multiple selections in a dropdown
|
|
28
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.allowMultipleSelection = ⟦萬萬萬萬萬萬萬
|
|
28
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.allowMultipleSelection = ⟦萬萬萬萬萬萬萬 Αļĺŏŵ МûļτιΡľέ Şèĺєċŧĩôήѕ 國國國國國國國⟧
|
|
29
29
|
# Label for the button to delete a dropdown option
|
|
30
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.deleteDropdownOptionAriaLabel = ⟦萬萬萬
|
|
30
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.deleteDropdownOptionAriaLabel = ⟦萬萬萬 Ďēļєτε ôΡťίōń 國國國⟧
|
|
31
31
|
# Description for the delete option confirmation modal
|
|
32
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.deleteOptionDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
32
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.deleteOptionDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ąľĺ ƒĩĺėś ōř ƒőľďěяş âѕşσċϊâťєď шïŧħ ťнĩŝ ẁìľľ ňόẃ ĥäνë āʼn ŭŋąŝşíĝňêď νäľŭè. Τĥĭş åсŧìσʼn сäηйоτ ьę ūηďοиé òисě ţħę ţëmΡļαťε įŝ ѕàνėď. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
33
33
|
# Title for the delete option confirmation modal
|
|
34
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.deleteOptionTitle = ⟦萬萬萬萬萬萬
|
|
34
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.deleteOptionTitle = ⟦萬萬萬萬萬萬 Ðèļёτé "{optionName}" ŐΡŧϊοņ 國國國國國國⟧
|
|
35
35
|
# Aria label for the button to drag and drop a dropdown option to reorder it
|
|
36
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.dragAndDropOptionAriaLabel = ⟦萬萬萬萬萬萬萬萬萬
|
|
36
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.dragAndDropOptionAriaLabel = ⟦萬萬萬萬萬萬萬萬萬 Ďґàĝ äήď ďŗŏΡ ŧо ŗéσѓďеŗ ŏΡŧíоπ 國國國國國國國國國⟧
|
|
37
37
|
# Generic error shown above the option list when any dropdown option has a validation error
|
|
38
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.optionListValidationError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
38
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.optionListValidationError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Śõmē σΡţіσńŝ їη ţĥĭś ĺĭşţ çőйτàīи νǻĺιďáŧįōл ĕŕŕŏŗś. 國國國國國國國國國國國國國國國⟧
|
|
39
39
|
# Label for the button to duplicate a field
|
|
40
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.duplicateField = ⟦萬萬
|
|
40
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.duplicateField = ⟦萬萬 ĎùΡĺïсâŧė 國國⟧
|
|
41
41
|
# Aria label for the button to duplicate a field
|
|
42
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.duplicateFieldAriaLabel = ⟦萬萬萬萬
|
|
42
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.duplicateFieldAriaLabel = ⟦萬萬萬萬 ÐцΡľĭċãτė ƒįëĺď 國國國國⟧
|
|
43
43
|
# Aria label for the Edit tab button in the field configurator extension tab switcher
|
|
44
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.editTabAriaLabel = ⟦萬萬
|
|
44
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.editTabAriaLabel = ⟦萬萬 Σďįŧ ƒïêļď 國國⟧
|
|
45
45
|
# Placeholder for a text input allowing the description of a field in templates.
|
|
46
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldDescriptionInputPlaceholder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άďď
|
|
46
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.fieldDescriptionInputPlaceholder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άďď çůѕţόm нεľΡ ťéхŧ ŧħǻť ǻΡΡęąѓś ιń ă τóόļţїΡ ƒоѓ цśëŗş 國國國國國國國國國國國國國國國國⟧
|
|
47
47
|
# Label for a text input allowing the description of a field in templates.
|
|
48
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldDescriptionLabel = ⟦萬萬萬萬萬
|
|
48
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.fieldDescriptionLabel = ⟦萬萬萬萬萬 ₣įęļď ÐёşçŕϊΡţìоň 國國國國國⟧
|
|
49
49
|
# Placeholder for a text input allowing the specification of a field name in templates.
|
|
50
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldNameInputPlaceholder = ⟦萬萬萬萬萬萬
|
|
50
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.fieldNameInputPlaceholder = ⟦萬萬萬萬萬萬 Āďď á ƒĭёľď παmě/ľăьеļ 國國國國國國⟧
|
|
51
51
|
# Label for a text input allowing the specification of a field name in templates.
|
|
52
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldNameLabel = ⟦萬萬
|
|
52
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.fieldNameLabel = ⟦萬萬 ₣іěĺď Ŋǻmё 國國⟧
|
|
53
53
|
# Label for a dropdown allowing the selection of a field type in templates.
|
|
54
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldTypeLabel = ⟦萬萬
|
|
54
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.fieldTypeLabel = ⟦萬萬 ₣ĭēľď ŦŷΡě 國國⟧
|
|
55
55
|
# Placeholder for a dropdown allowing the selection of a field type in templates.
|
|
56
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldTypePlaceholder = ⟦萬萬萬
|
|
56
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.fieldTypePlaceholder = ⟦萬萬萬 Ѕęĺеćţ ΤŷΡє 國國國⟧
|
|
57
57
|
# Label for the status badge indicating that a field is hidden
|
|
58
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.hiddenStatus = ⟦萬
|
|
58
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.hiddenStatus = ⟦萬 Ήĭďďęή 國⟧
|
|
59
59
|
# Text for the button to hide a field
|
|
60
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.hideField = ⟦萬萬
|
|
60
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.hideField = ⟦萬萬 Ĥіďέ ₣ιęĺď 國國⟧
|
|
61
61
|
# Accessibility label indicating that a taxonomy level chip is not selected.
|
|
62
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.levelsChain.chipNotSelected = ⟦萬萬萬
|
|
62
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.levelsChain.chipNotSelected = ⟦萬萬萬 ňσŧ şёĺєçτéď 國國國⟧
|
|
63
63
|
# Accessibility label indicating that a taxonomy level chip is selected.
|
|
64
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.levelsChain.chipSelected = ⟦萬萬
|
|
64
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.levelsChain.chipSelected = ⟦萬萬 şéĺęċτĕď 國國⟧
|
|
65
65
|
# Message displayed when there are no levels to display in the levels chain.
|
|
66
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.levelsChain.noLevels = ⟦萬萬萬萬萬萬萬萬萬
|
|
66
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.levelsChain.noLevels = ⟦萬萬萬萬萬萬萬萬萬 Ŧħěґę ąге ņô ĺένεľş ŧŏ ďįѕΡĺάý. 國國國國國國國國國⟧
|
|
67
67
|
# Label for the button to move a field down in the list
|
|
68
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.moveDown = ⟦萬萬
|
|
68
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.moveDown = ⟦萬萬 Μôνë Ðøŵп 國國⟧
|
|
69
69
|
# Aria label for the button to move a field down in the list
|
|
70
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.moveDownAriaLabel = ⟦萬萬萬萬
|
|
70
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.moveDownAriaLabel = ⟦萬萬萬萬 Μőνę ƒĩĕľď ďошп 國國國國⟧
|
|
71
71
|
# Label for the button to move a field up in the list
|
|
72
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.moveUp = ⟦萬萬
|
|
72
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.moveUp = ⟦萬萬 Μòνè ÚΡ 國國⟧
|
|
73
73
|
# Aria label for the button to move a field up in the list
|
|
74
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.moveUpAriaLabel = ⟦萬萬萬
|
|
74
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.moveUpAriaLabel = ⟦萬萬萬 Μõνε ƒϊεľď ùΡ 國國國⟧
|
|
75
75
|
# Text for the button to show a field
|
|
76
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.showField = ⟦萬萬萬
|
|
76
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.showField = ⟦萬萬萬 Μάķє Vĩѕϊвľё 國國國⟧
|
|
77
77
|
# Label for the toggle that allows you to set the taxonomy field in the template as multiple selection.
|
|
78
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.allowMultipleTaxonomySelections = ⟦萬萬萬萬萬萬萬萬
|
|
78
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.allowMultipleTaxonomySelections = ⟦萬萬萬萬萬萬萬萬 Ůѕėŗş ćāη Ρîĉĸ müļτïΡĺè νάļµęѕ 國國國國國國國國⟧
|
|
79
79
|
# Call to action header
|
|
80
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.callToActionHeader = ⟦萬萬萬萬萬萬萬萬
|
|
80
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.callToActionHeader = ⟦萬萬萬萬萬萬萬萬 Ćнόøśë οŗ Čґēäťĕ á Ţαхσйσmў 國國國國國國國國⟧
|
|
81
81
|
# Call to action subheader
|
|
82
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.callToActionSubheader = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
82
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.callToActionSubheader = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τă×őņõmіèş ąľĺøш ŷоù ŧσ ѕéť ďŷиāmî¢, гėŭśαвľé ŏΡťіолŝ ƒöř ďяôΡďôщп ƒïęļďş. 國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
83
83
|
# Error message shown when no taxonomy has been selected
|
|
84
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.noTaxonomySelectedError = ⟦萬萬萬萬萬萬萬
|
|
84
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.noTaxonomySelectedError = ⟦萬萬萬萬萬萬萬 Pļėǻşė şєĺєćτ ǻ ŧá×ôиōmỳ 國國國國國國國⟧
|
|
85
85
|
# Label in taxonomy template field defining the selection policy
|
|
86
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.selection = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
86
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.selection = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ẁħáŧ ĺένёľ(ś) ćαň úśèŗś ѕėļĕčţ á νäļŭĕ ƒяόm? 國國國國國國國國國國國國國⟧
|
|
87
87
|
# Radio button label for any level selection
|
|
88
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.selection.anyLevelSelection = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
88
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.selection.anyLevelSelection = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Űŝēяş ćąŋ Ρїćķ ƒґőm αηỳ ļёνêĺ ιη ŧĥе ĺїśτ 國國國國國國國國國國國國⟧
|
|
89
89
|
# Label for the dropdown to choose the taxonomy level
|
|
90
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.selection.chooseTaxonomyLevel = ⟦萬萬萬萬萬萬萬
|
|
90
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.selection.chooseTaxonomyLevel = ⟦萬萬萬萬萬萬萬 Ċнōõśě ťħé ţã×őπômγ ļένëļ 國國國國國國國⟧
|
|
91
91
|
# Radio button label for required selection
|
|
92
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.selection.requiredSelection = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
92
|
+
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.selection.requiredSelection = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ŭѕеŗş műѕţ Ρίčķ ƒѓőm ťħё ƒōļĺöщίπğ ĺěνęľ: 國國國國國國國國國國國國⟧
|
|
93
93
|
# Text for the cancel button in the confirmation modal
|
|
94
|
-
groupSharedFeatures.metadataTemplateEditor.confirmationModal.cancelButtonText = ⟦萬
|
|
94
|
+
groupSharedFeatures.metadataTemplateEditor.confirmationModal.cancelButtonText = ⟦萬 Ĉãи¢ėĺ 國⟧
|
|
95
95
|
# Aria label for the close button ("x") in the modal
|
|
96
|
-
groupSharedFeatures.metadataTemplateEditor.confirmationModal.closeButtonAriaLabel = ⟦萬
|
|
96
|
+
groupSharedFeatures.metadataTemplateEditor.confirmationModal.closeButtonAriaLabel = ⟦萬 Ĉĺõşе 國⟧
|
|
97
97
|
# Text for the confirm button in the confirmation modal
|
|
98
|
-
groupSharedFeatures.metadataTemplateEditor.confirmationModal.confirmButtonText = ⟦萬萬
|
|
98
|
+
groupSharedFeatures.metadataTemplateEditor.confirmationModal.confirmButtonText = ⟦萬萬 Čοйƒιŗm 國國⟧
|
|
99
99
|
# Heading for the empty state when no fields exist yet
|
|
100
|
-
groupSharedFeatures.metadataTemplateEditor.emptyState.heading = ⟦萬萬萬萬萬
|
|
100
|
+
groupSharedFeatures.metadataTemplateEditor.emptyState.heading = ⟦萬萬萬萬萬 Äďď ýòũѓ ƒìŕśŧ ƒіĕĺď 國國國國國⟧
|
|
101
101
|
# Aria label for the field type picker tiles.
|
|
102
|
-
groupSharedFeatures.metadataTemplateEditor.emptyState.selectFieldTypeAriaLabel = ⟦萬萬萬萬萬萬
|
|
102
|
+
groupSharedFeatures.metadataTemplateEditor.emptyState.selectFieldTypeAriaLabel = ⟦萬萬萬萬萬萬 Şëľęčţ ŧħè ƒίëľď τÿΡě. 國國國國國國⟧
|
|
103
103
|
# Label for the field selector dropdown button that scrolls to a specific field
|
|
104
|
-
groupSharedFeatures.metadataTemplateEditor.fieldSelector.selectField = ⟦萬萬萬萬
|
|
104
|
+
groupSharedFeatures.metadataTemplateEditor.fieldSelector.selectField = ⟦萬萬萬萬 Ѕěĺėċτ ǻ ₣ĩєľď 國國國國⟧
|
|
105
105
|
# Placeholder label shown for fields that have no display name yet
|
|
106
|
-
groupSharedFeatures.metadataTemplateEditor.fieldSelector.unnamedField = ⟦萬萬萬萬 (
|
|
106
|
+
groupSharedFeatures.metadataTemplateEditor.fieldSelector.unnamedField = ⟦萬萬萬萬 (Űʼnйąmęď ƒìėļď) 國國國國⟧
|
|
107
107
|
# Field type description for date input
|
|
108
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.date = ⟦萬萬萬萬萬萬萬萬萬
|
|
108
|
+
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.date = ⟦萬萬萬萬萬萬萬萬萬 Ðάţέ ƒіēĺď ώìţĥ сãĺепďåŕ Ρϊçκег 國國國國國國國國國⟧
|
|
109
109
|
# Field type description for dropdown selection
|
|
110
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.dropdown = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
110
|
+
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.dropdown = ⟦萬萬萬萬萬萬萬萬萬萬萬 ŜųΡΡöѓţś ŝійġļę άňď mцľτίΡľĕ ŝеľėčťĭοйş 國國國國國國國國國國國⟧
|
|
111
111
|
# Field type description for numerical input
|
|
112
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.number = ⟦萬萬萬萬萬萬萬萬
|
|
112
|
+
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.number = ⟦萬萬萬萬萬萬萬萬 ŜûΡΡόѓτş ǻļľ иůméŗì¢ νâĺũĕś 國國國國國國國國⟧
|
|
113
113
|
# Field type description for taxonomy selection
|
|
114
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.taxonomy = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
114
|
+
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.taxonomy = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ήíěѓäŕčнїčαľ ĺìŝţ οƒ ѕέļėçŧαьĺе οΡτíóйś 國國國國國國國國國國國⟧
|
|
115
115
|
# Field type description for text input
|
|
116
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.text = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
116
|
+
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.text = ⟦萬萬萬萬萬萬萬萬萬萬萬 ₣řєê ťėхţ ϊйΡůť ùΡ ţο 10,000 ćĥãřäçţĕґѕ 國國國國國國國國國國國⟧
|
|
117
117
|
# Label for the add field dropdown trigger button
|
|
118
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDropdown.addField = ⟦萬萬
|
|
118
|
+
groupSharedFeatures.metadataTemplateEditor.fieldTypeDropdown.addField = ⟦萬萬 Ăďď ƒϊēĺď 國國⟧
|
|
119
119
|
# Aria label for the add field button
|
|
120
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDropdown.addFieldAriaLabel = ⟦萬萬
|
|
120
|
+
groupSharedFeatures.metadataTemplateEditor.fieldTypeDropdown.addFieldAriaLabel = ⟦萬萬 Ąďď ƒĭėļď 國國⟧
|
|
121
121
|
# Field type for date input
|
|
122
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypes.date = ⟦萬
|
|
122
|
+
groupSharedFeatures.metadataTemplateEditor.fieldTypes.date = ⟦萬 Ďãťε 國⟧
|
|
123
123
|
# Field type for dropdown selection
|
|
124
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypes.dropdown = ⟦萬萬
|
|
124
|
+
groupSharedFeatures.metadataTemplateEditor.fieldTypes.dropdown = ⟦萬萬 ĎŕоΡďőшņ 國國⟧
|
|
125
125
|
# Field type for numerical input
|
|
126
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypes.number = ⟦萬
|
|
126
|
+
groupSharedFeatures.metadataTemplateEditor.fieldTypes.number = ⟦萬 Иųmвèŗ 國⟧
|
|
127
127
|
# Field type for taxonomy selection
|
|
128
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypes.taxonomy = ⟦萬萬
|
|
128
|
+
groupSharedFeatures.metadataTemplateEditor.fieldTypes.taxonomy = ⟦萬萬 Ŧą×õйŏmŷ 國國⟧
|
|
129
129
|
# Field type for text input
|
|
130
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypes.text = ⟦萬
|
|
130
|
+
groupSharedFeatures.metadataTemplateEditor.fieldTypes.text = ⟦萬 Ţĕ×ţ 國⟧
|
|
131
131
|
# Error message for duplicate option labels
|
|
132
|
-
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.duplicateOption = ⟦萬萬萬萬萬萬萬萬萬
|
|
132
|
+
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.duplicateOption = ⟦萬萬萬萬萬萬萬萬萬 Τħě σΡŧĭŏл ļăвęľ mùşŧ ьě ųήїqũę. 國國國國國國國國國⟧
|
|
133
133
|
# Error message displayed when a required field is not filled out in templates.
|
|
134
|
-
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.fieldNameCannotBeEmpty = ⟦萬萬萬萬萬萬萬萬
|
|
134
|
+
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.fieldNameCannotBeEmpty = ⟦萬萬萬萬萬萬萬萬 ₣ϊёļď πámè ċăʼnńότ вė єmΡŧŷ. 國國國國國國國國⟧
|
|
135
135
|
# Error message for field name length
|
|
136
|
-
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.fieldNameTooLong = ⟦萬萬萬萬萬萬萬萬
|
|
136
|
+
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.fieldNameTooLong = ⟦萬萬萬萬萬萬萬萬 Ţнě ƒįĕļď пâmè ιŝ ťόô ľойğ. 國國國國國國國國⟧
|
|
137
137
|
# Error message for empty option labels
|
|
138
|
-
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.optionKeyCannotBeEmpty = ⟦萬萬萬萬萬萬
|
|
138
|
+
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.optionKeyCannotBeEmpty = ⟦萬萬萬萬萬萬 ØΡťįôʼn ćåиηоţ вé έmΡťŷ. 國國國國國國⟧
|
|
139
139
|
# Error message for missing selected level in taxonomy
|
|
140
|
-
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.selectedLevelRequired = ⟦萬萬萬萬萬萬
|
|
140
|
+
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.selectedLevelRequired = ⟦萬萬萬萬萬萬 Pļέäѕê şеĺêčŧ ã ĺενёļ. 國國國國國國⟧
|
|
141
141
|
# Error message shown when the taxonomy fetch fails
|
|
142
|
-
groupSharedFeatures.metadataTemplateEditor.loadTaxonomiesError = ⟦萬萬萬萬萬萬萬
|
|
142
|
+
groupSharedFeatures.metadataTemplateEditor.loadTaxonomiesError = ⟦萬萬萬萬萬萬萬 ₣åϊļęď ŧö ļöāď ţαхσηόmįĕś. 國國國國國國國⟧
|
|
143
143
|
# Accessible label shown while taxonomy options are being fetched
|
|
144
|
-
groupSharedFeatures.metadataTemplateEditor.loadingTaxonomies = ⟦萬萬萬萬萬
|
|
144
|
+
groupSharedFeatures.metadataTemplateEditor.loadingTaxonomies = ⟦萬萬萬萬萬 Ĺοåďïʼnğ ţαхóŋömĭëѕ… 國國國國國⟧
|
|
145
145
|
# Label for the section that shows recently used taxonomies
|
|
146
|
-
groupSharedFeatures.metadataTemplateEditor.recentlyUsedTaxonomies = ⟦萬萬
|
|
146
|
+
groupSharedFeatures.metadataTemplateEditor.recentlyUsedTaxonomies = ⟦萬萬 Яëсėиŧѕ 國國⟧
|
|
147
147
|
# Button label to retry a failed taxonomy fetch
|
|
148
|
-
groupSharedFeatures.metadataTemplateEditor.retryLoadTaxonomies = ⟦萬
|
|
148
|
+
groupSharedFeatures.metadataTemplateEditor.retryLoadTaxonomies = ⟦萬 Ŕěţŕў 國⟧
|
|
149
149
|
# Placeholder text for the search input in the taxonomy selector
|
|
150
|
-
groupSharedFeatures.metadataTemplateEditor.searchTaxonomiesInputPlaceholder = ⟦萬萬萬萬萬
|
|
150
|
+
groupSharedFeatures.metadataTemplateEditor.searchTaxonomiesInputPlaceholder = ⟦萬萬萬萬萬 Şëāŗĉн ťã×ōπømïēѕ 國國國國國⟧
|
|
151
151
|
# Text for the button that opens the taxonomy selector
|
|
152
|
-
groupSharedFeatures.metadataTemplateEditor.taxonomySelector = ⟦萬萬萬萬萬
|
|
152
|
+
groupSharedFeatures.metadataTemplateEditor.taxonomySelector = ⟦萬萬萬萬萬 Ĉĥŏöŝє α Τāхόńõmÿ 國國國國國⟧
|
|
153
153
|
# Aria label for the button that opens the taxonomy selector
|
|
154
|
-
groupSharedFeatures.metadataTemplateEditor.taxonomySelectorAriaLabel = ⟦萬萬萬萬萬萬
|
|
154
|
+
groupSharedFeatures.metadataTemplateEditor.taxonomySelectorAriaLabel = ⟦萬萬萬萬萬萬 ǾΡëй ŧąхŏиόmỳ śęļëćτσř 國國國國國國⟧
|
|
155
155
|
# Cancel button
|
|
156
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.cancel = ⟦萬
|
|
156
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.cancel = ⟦萬 Ćαлčєļ 國⟧
|
|
157
157
|
# Accessible label for the close (×) button on the metadata template editor modal
|
|
158
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.closeAriaLabel = ⟦萬萬萬萬萬萬萬萬
|
|
158
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.closeAriaLabel = ⟦萬萬萬萬萬萬萬萬 Çľóśε mēτāďáťα ťёmΡĺαťė éďіŧοя 國國國國國國國國⟧
|
|
159
159
|
# Default title displayed in the metadata template editor header
|
|
160
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.createTitle = ⟦萬萬萬萬萬萬
|
|
160
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.createTitle = ⟦萬萬萬萬萬萬 Ňéẁ Μêŧäďäτą ŦêmΡĺǻτё 國國國國國國⟧
|
|
161
161
|
# Error message for display name already used before.
|
|
162
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.displayNameUsedBefore = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
162
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.displayNameUsedBefore = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţнιś ďіѕΡĺαγ пąmё нάŝ αļřèāďУ ьĕėń цşėď вéƒόяè. Pĺёàŝė ĉĥόŏŝę ǻηόţнéř οńè. 國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
163
163
|
# Title displayed in the metadata template editor header for editing an existing template
|
|
164
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.editTitle = ⟦萬萬萬萬萬萬萬萬
|
|
164
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.editTitle = ⟦萬萬萬萬萬萬萬萬 Ėďϊţ "{templateName}" Μęţǻďâτá ΤèmΡĺαťě 國國國國國國國國⟧
|
|
165
165
|
# Error message shown when the template data could not be fetched
|
|
166
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fetchError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
166
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.fetchError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Şòmέŧĥιńĝ ẃëиţ ẁŗõņğ. Pļĕãśε řĕľōãď ţо ťřŷ áĝαїŋ. 國國國國國國國國國國國國國國⟧
|
|
167
167
|
# Error message for field name too long
|
|
168
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fieldNameTooLong = ⟦萬萬萬萬萬萬萬萬
|
|
168
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.fieldNameTooLong = ⟦萬萬萬萬萬萬萬萬 Τħĕ ƒίëľď ņãmέ ϊş τŏό ĺσйğ. 國國國國國國國國⟧
|
|
169
169
|
# Error message for required fields
|
|
170
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fieldRequired = ⟦萬萬萬萬萬萬
|
|
170
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.fieldRequired = ⟦萬萬萬萬萬萬 Ťħїŝ ƒĭéľď īş ŕéqµįгęď 國國國國國國⟧
|
|
171
171
|
# Description for the fields section
|
|
172
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fields.description = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
172
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.fields.description = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ăďď ўôųґ ƒіяŝţ ƒïęļď ťő τĥе ŦēmΡĺǻŧе: 國國國國國國國國國國國⟧
|
|
173
173
|
# Label for the fields section
|
|
174
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fields.label = ⟦萬
|
|
174
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.fields.label = ⟦萬 ₣įêľďѕ 國⟧
|
|
175
175
|
# Link to more information about metadata field types
|
|
176
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fields.learnMore = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
176
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.fields.learnMore = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ĺеãгň mοяĕ àьŏŭť Мёτáďαŧå ₣ϊєľď ŦγΡеѕ 國國國國國國國國國國國⟧
|
|
177
177
|
# Error message for forbidden display name
|
|
178
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.forbiddenDisplayName = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
178
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.forbiddenDisplayName = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧħϊş ďĭѕΡľãỳ иάmе ĩş ƒóŗьіďďей. Pľėâśέ ćħοòśė αиóŧħēŗ оπě. 國國國國國國國國國國國國國國國國國⟧
|
|
179
179
|
# Error message for invalid characters
|
|
180
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.invalidCharacters = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
180
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.invalidCharacters = ⟦萬萬萬萬萬萬萬萬萬萬萬 Τĥε ƒĩèľď ¢οńτáīήś íľļєġàľ çĥάŗāçŧèяś. 國國國國國國國國國國國⟧
|
|
181
181
|
# Aria label for the loading indicator shown while template data is being fetched
|
|
182
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.loading = ⟦萬萬萬萬萬
|
|
182
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.loading = ⟦萬萬萬萬萬 Ŀöäďīńġ ŧёmΡļãťē… 國國國國國⟧
|
|
183
183
|
# Accessible label for the close button on save notifications
|
|
184
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.notificationCloseButtonAriaLabel = ⟦萬萬萬萬萬
|
|
184
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.notificationCloseButtonAriaLabel = ⟦萬萬萬萬萬 Ĉĺøѕε ńōťìƒįċäťιóπ 國國國國國⟧
|
|
185
185
|
# Accessible label for the error icon in the save notification
|
|
186
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.notificationErrorIconAriaLabel = ⟦萬
|
|
186
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.notificationErrorIconAriaLabel = ⟦萬 Ĕŗŗοř 國⟧
|
|
187
187
|
# Accessible label for the success icon in the save notification
|
|
188
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.notificationSuccessIconAriaLabel = ⟦萬萬
|
|
188
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.notificationSuccessIconAriaLabel = ⟦萬萬 Ŝű¢çёśś 國國⟧
|
|
189
189
|
# Label for the reload button shown when template loading fails
|
|
190
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.reload = ⟦萬
|
|
190
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.reload = ⟦萬 Řєļŏǻď 國⟧
|
|
191
191
|
# Save button
|
|
192
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.save = ⟦萬
|
|
192
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.save = ⟦萬 Ŝąνε 國⟧
|
|
193
193
|
# Error notification message shown when the template fails to save
|
|
194
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.saveErrorNotification = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
194
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.saveErrorNotification = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 ₣äįĺěď ŧô ŝåνè ŧėmΡĺãτê. Pļéάşé ťŗγ âğäĩņ. 國國國國國國國國國國國國⟧
|
|
195
195
|
# Success notification message shown after the template is saved
|
|
196
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.saveSuccessNotification = ⟦萬萬萬萬萬萬萬萬
|
|
196
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.saveSuccessNotification = ⟦萬萬萬萬萬萬萬萬 ΤêmΡļăτє şàνεď şűçčęѕśƒŭļľУ. 國國國國國國國國⟧
|
|
197
197
|
# Aria Label for the save changes button in metadata template
|
|
198
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.submitting = ⟦萬萬萬
|
|
198
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.submitting = ⟦萬萬萬 Śųвmίτŧìиġ... 國國國⟧
|
|
199
199
|
# Description for the template name field
|
|
200
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.templateName.description = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
200
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.templateName.description = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 ÐīѕΡľâў ňάmέ όƒ τнę τèmΡľâţę śħòẁη ťо ùѕέŕş 國國國國國國國國國國國國⟧
|
|
201
201
|
# Label for the template name field
|
|
202
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.templateName.label = ⟦萬萬萬
|
|
202
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.templateName.label = ⟦萬萬萬 ŢęmΡľäτε Νămē 國國國⟧
|
|
203
203
|
# Body text for the unsaved changes confirmation modal
|
|
204
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.unsavedChangesBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
204
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.unsavedChangesBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ύόц ĥāνĕ µʼnѕăνēď čнáήĝεş. Ίƒ γòũ ľěãνє ήόώ, ỳóűř ¢ħäиğεś ŵіļļ вê ľòѕţ. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
205
205
|
# Confirm button label for the unsaved changes modal — discards changes and closes
|
|
206
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.unsavedChangesDiscard = ⟦萬萬萬萬萬
|
|
206
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.unsavedChangesDiscard = ⟦萬萬萬萬萬 Ľêãνę Ẁїτħοùŧ Ŝανίпĝ 國國國國國⟧
|
|
207
207
|
# Cancel button label for the unsaved changes modal — returns to the editor
|
|
208
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.unsavedChangesKeepEditing = ⟦萬萬萬
|
|
208
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.unsavedChangesKeepEditing = ⟦萬萬萬 ĶēęΡ Ëďįτïŋġ 國國國⟧
|
|
209
209
|
# Title for the unsaved changes confirmation modal
|
|
210
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.unsavedChangesTitle = ⟦萬萬萬萬
|
|
210
|
+
groupSharedFeatures.metadataTemplateEditor.templateForm.unsavedChangesTitle = ⟦萬萬萬萬 Ūŋѕãνěď Ćĥαʼnĝēŝ 國國國國⟧
|
|
211
211
|
# Message to show that the collapsed field configurator contains errors
|
|
212
|
-
groupSharedFeatures.metadataTemplateEditor.templates.details.fields.thisFieldContainsErrors = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
212
|
+
groupSharedFeatures.metadataTemplateEditor.templates.details.fields.thisFieldContainsErrors = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ŧħιѕ ƒîēļď ¢σиţαĭлş νâĺîďǻτíőй èґŕóřŝ. 國國國國國國國國國國國⟧
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._fieldset_l98ha_1{border:0;margin:0;padding:0}._expandedContent_l98ha_7{gap:var(--space-4);flex-direction:column;display:flex}._basic_l98ha_13{gap:var(--space-4);grid-template-columns:3fr 2fr;display:grid}._basic_l98ha_13 ._fieldTypeSelect_l98ha_18{min-width:145px}._typeSpecific_l98ha_22{margin-top:var(--space-2);gap:var(--space-4);flex-direction:column;display:flex}._description_l98ha_29{gap:var(--space-4);flex-direction:column;display:flex}._description_l98ha_29 ._labelWithTooltip_l98ha_34{color:var(--text-text-on-light);font-weight:var(--label-bold-font-weight);font-size:var(--body-default-bold-font-size);font-family:var(--label-bold-font-family);line-height:var(--label-bold-line-height);letter-spacing:var(--label-bold-letter-spacing);margin-block-end:var(--space-2);display:inline-block}._fieldActionSlot_l98ha_45{align-items:center;gap:var(--space-2);display:flex;position:relative}._expandedToolbarActions_l98ha_52{align-items:center;gap:var(--space-1);display:flex}._extensionTabsContainer_l98ha_58{border-right:1px solid var(--border-border-on-light);height:auto;overflow:visible}._extensionContent_l98ha_64{padding:var(--space-4) 0}._fieldCollapsedText_l98ha_68{visibility:visible;display:block}._expanded_l98ha_7 ._fieldCollapsedText_l98ha_68{visibility:hidden}._contextMenuWithCollapsedText_l98ha_77{background-color:#0000;position:absolute;right:0}._fieldAccordionItem_l98ha_83{max-width:650px}._fieldAccordionItem_l98ha_83[data-state=closed] ._fieldActionSlot_l98ha_45{position:relative}._fieldAccordionItem_l98ha_83[data-state=closed] ._fieldContextMenu_l98ha_90{display:none}._fieldAccordionItem_l98ha_83[data-state=closed] ._fieldContextMenu_l98ha_90._menuOpen_l98ha_93{display:flex}._fieldAccordionItem_l98ha_83[data-state=closed] ._extensionTabsContainer_l98ha_58{display:none}._fieldAccordionItem_l98ha_83[data-state=closed]:has(>:hover) ._fieldContextMenu_l98ha_90{background-color:#ebebeb;display:flex}._fieldAccordionItem_l98ha_83[data-state=closed]:has(>:hover) ._fieldContextMenu_l98ha_90:before{content:"";width:var(--space-3);background:linear-gradient(90deg,#0000,#ebebeb);position:absolute;top:0;bottom:0;right:99%}._fieldAccordionItem_l98ha_83[data-state=closed]:has(>:hover) ._hiddenBadge_l98ha_112{visibility:hidden}._fieldAccordionItem_l98ha_83[data-state=closed]:has(>:hover) ._contextMenuWithCollapsedText_l98ha_77{position:absolute;top:-50%;right:0}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
type ConfirmationModalProps = {
|
|
2
|
+
export type ConfirmationModalProps = {
|
|
3
3
|
/** Called when the modal is closed (cancel, close button, or overlay click) */
|
|
4
4
|
onClose: () => void;
|
|
5
5
|
/** Called when the user confirms the action */
|
|
@@ -1,23 +1,34 @@
|
|
|
1
1
|
import { FieldConfiguratorExtension } from '../../context/field-extensions-context';
|
|
2
|
-
type
|
|
2
|
+
type FieldActionSlotBaseProps = {
|
|
3
3
|
isHidden: boolean;
|
|
4
|
-
isExpanded
|
|
4
|
+
isExpanded?: boolean;
|
|
5
5
|
index: number;
|
|
6
6
|
maxIndex?: number;
|
|
7
7
|
onReorderFields: (fromIndex: number, toIndex: number) => void;
|
|
8
|
-
onToggleVisibility
|
|
9
|
-
onRequestDelete
|
|
10
|
-
onRequestDuplicate
|
|
8
|
+
onToggleVisibility?: (hidden: boolean) => void;
|
|
9
|
+
onRequestDelete?: () => void;
|
|
10
|
+
onRequestDuplicate?: () => void;
|
|
11
11
|
extensions: FieldConfiguratorExtension[];
|
|
12
|
+
/**
|
|
13
|
+
* Short summary text shown in the collapsed header (e.g. option count, type label).
|
|
14
|
+
* Hidden when the accordion is expanded or when the row is hovered.
|
|
15
|
+
*/
|
|
12
16
|
fieldCollapsedText?: string;
|
|
17
|
+
/**
|
|
18
|
+
* A custom menu slot to render in place of the built-in context menu when collapsed.
|
|
19
|
+
* When provided and collapsed, this is shown instead of FieldContextMenu.
|
|
20
|
+
* When expanded, FieldContextMenu is always used.
|
|
21
|
+
*/
|
|
22
|
+
collapsedMenuSlot?: React.ReactNode;
|
|
13
23
|
};
|
|
24
|
+
export type FieldActionSlotProps = FieldActionSlotBaseProps;
|
|
14
25
|
/**
|
|
15
26
|
* The action slot rendered in the right side of a field's accordion header.
|
|
16
27
|
*
|
|
17
28
|
* Contains (in order, left to right):
|
|
18
29
|
* - "Hidden" status badge (when field is hidden)
|
|
19
30
|
* - Extension ContentSwitcher tabs (when extensions are provided)
|
|
20
|
-
* - Field context menu
|
|
31
|
+
* - Field context menu, or a custom `menuSlot` when provided
|
|
21
32
|
*/
|
|
22
|
-
export declare const FieldActionSlot: ({ isHidden, isExpanded, index, maxIndex, onReorderFields, onToggleVisibility, onRequestDelete, onRequestDuplicate, extensions, fieldCollapsedText, }: FieldActionSlotProps) => import("react/jsx-runtime").JSX.Element;
|
|
33
|
+
export declare const FieldActionSlot: ({ isHidden, isExpanded, index, maxIndex, onReorderFields, onToggleVisibility, onRequestDelete, onRequestDuplicate, extensions, fieldCollapsedText, collapsedMenuSlot, }: FieldActionSlotProps) => import("react/jsx-runtime").JSX.Element;
|
|
23
34
|
export {};
|
|
@@ -6,15 +6,15 @@ type FieldContextMenuProps = {
|
|
|
6
6
|
/** Index of the last field; used to disable the "Move down" action on the last item. */
|
|
7
7
|
maxIndex?: number;
|
|
8
8
|
/** Whether the field is currently set to hidden. */
|
|
9
|
-
isHidden
|
|
9
|
+
isHidden?: boolean;
|
|
10
10
|
/** Called with the source and destination indices when the user moves the field up or down. */
|
|
11
|
-
onReorderFields
|
|
11
|
+
onReorderFields?: (fromIndex: number, toIndex: number) => void;
|
|
12
12
|
/** Called with the new hidden state when the user toggles field visibility. */
|
|
13
|
-
onToggleVisibility
|
|
13
|
+
onToggleVisibility?: (hidden: boolean) => void;
|
|
14
14
|
/** Called when the user selects the delete option (before any confirmation). */
|
|
15
|
-
onRequestDelete
|
|
15
|
+
onRequestDelete?: () => void;
|
|
16
16
|
/** Called when the user selects the duplicate option. */
|
|
17
|
-
onRequestDuplicate
|
|
17
|
+
onRequestDuplicate?: () => void;
|
|
18
18
|
/** Called when the dropdown open state changes. */
|
|
19
19
|
onOpenChange?: (open: boolean) => void;
|
|
20
20
|
};
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import { FieldData } from '../../../../types';
|
|
2
2
|
type ValidatableFieldNames = 'name' | 'description' | 'key' | 'type' | 'hidden' | 'taxonomy' | 'dropdown';
|
|
3
|
-
type FieldEditContentProps = {
|
|
3
|
+
export type FieldEditContentProps = {
|
|
4
4
|
nameInputId: string;
|
|
5
5
|
descriptionInputId: string;
|
|
6
6
|
isTypeEditable: boolean;
|
|
7
7
|
externalErrors?: Partial<Record<ValidatableFieldNames, string>>;
|
|
8
8
|
externalTouched?: Partial<Record<ValidatableFieldNames, boolean>>;
|
|
9
9
|
handleTypeChange: (fieldType: FieldData['type']) => void;
|
|
10
|
+
/** When true, the description field is not rendered. */
|
|
11
|
+
hideDescription?: boolean;
|
|
10
12
|
};
|
|
11
13
|
/**
|
|
12
14
|
* The built-in Edit tab content for a field configurator.
|
|
@@ -16,5 +18,5 @@ type FieldEditContentProps = {
|
|
|
16
18
|
* not in context (IDs, editability flag, external validation, type change
|
|
17
19
|
* callback) are passed explicitly.
|
|
18
20
|
*/
|
|
19
|
-
export declare const FieldEditContent: ({ nameInputId, descriptionInputId, isTypeEditable, externalErrors, externalTouched, handleTypeChange, }: FieldEditContentProps) => import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export declare const FieldEditContent: ({ nameInputId, descriptionInputId, isTypeEditable, externalErrors, externalTouched, handleTypeChange, hideDescription, }: FieldEditContentProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
22
|
export {};
|
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
export { useTemplateFieldSchema } from './hooks/useTemplateFieldSchema';
|
|
2
|
-
export { MetadataFieldConfigurator
|
|
2
|
+
export { MetadataFieldConfigurator } from './metadata-field-configurator';
|
|
3
3
|
export type { GeneralComponentProps, MetadataFieldConfiguratorProps } from './metadata-field-configurator';
|
|
4
4
|
export { createDefaultFieldValues } from './utils';
|
|
5
5
|
export { FieldExtensionsContext, useFieldExtensions } from './context/field-extensions-context';
|
|
6
6
|
export type { FieldConfiguratorExtension } from './context/field-extensions-context';
|
|
7
|
+
export { FieldConfiguratorContext, useFieldConfigurator } from './context/field-configurator-context';
|
|
8
|
+
export type { FieldConfiguratorContextValue } from './context/field-configurator-context';
|
|
9
|
+
export { TaxonomyOptionsContext, useTaxonomyOptions, createStaticTaxonomyContext, } from './context/taxonomy-options-context';
|
|
10
|
+
export type { TaxonomyContextValue, TaxonomyFetchStatus } from './context/taxonomy-options-context';
|
|
11
|
+
export { useFieldConfiguratorBehavior } from './hooks/useFieldConfiguratorBehavior';
|
|
12
|
+
export type { UseFieldConfiguratorBehaviorParams, FieldConfiguratorBehavior, } from './hooks/useFieldConfiguratorBehavior';
|
|
13
|
+
export { FieldEditContent } from './components/field-edit-content/field-edit-content';
|
|
14
|
+
export type { FieldEditContentProps } from './components/field-edit-content/field-edit-content';
|
|
15
|
+
export { FieldActionSlot } from './components/field-action-slot/field-action-slot';
|
|
16
|
+
export type { FieldActionSlotProps } from './components/field-action-slot/field-action-slot';
|
|
17
|
+
export { default as ConfirmationModal } from './components/confirmation-modal/confirmation-modal';
|
|
18
|
+
export type { ConfirmationModalProps } from './components/confirmation-modal/confirmation-modal';
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/metadata-template-editor",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.24.3",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@box/blueprint-web": "^14.
|
|
7
|
-
"@box/blueprint-web-assets": "^4.
|
|
6
|
+
"@box/blueprint-web": "^14.30.0",
|
|
7
|
+
"@box/blueprint-web-assets": "^4.117.2",
|
|
8
8
|
"@dnd-kit/core": "^6.1.0",
|
|
9
9
|
"@dnd-kit/sortable": "^8.0.0",
|
|
10
10
|
"@dnd-kit/utilities": "^3.2.2",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"yup": "^1.6.1"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@box/blueprint-web": "^14.
|
|
21
|
-
"@box/blueprint-web-assets": "^4.
|
|
22
|
-
"@box/eslint-plugin-blueprint": "1.
|
|
23
|
-
"@box/storybook-utils": "0.
|
|
20
|
+
"@box/blueprint-web": "^14.30.0",
|
|
21
|
+
"@box/blueprint-web-assets": "^4.117.2",
|
|
22
|
+
"@box/eslint-plugin-blueprint": "1.2.0",
|
|
23
|
+
"@box/storybook-utils": "0.19.2",
|
|
24
24
|
"@dnd-kit/core": "^6.1.0",
|
|
25
25
|
"@dnd-kit/sortable": "^8.0.0",
|
|
26
26
|
"@dnd-kit/utilities": "^3.2.2",
|