@box/metadata-editor 0.73.1 → 0.74.0

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.
Files changed (48) hide show
  1. package/i18n/bn-IN.js +3 -3
  2. package/i18n/bn-IN.properties +10 -0
  3. package/i18n/da-DK.js +3 -3
  4. package/i18n/da-DK.properties +10 -0
  5. package/i18n/de-DE.js +3 -3
  6. package/i18n/de-DE.properties +10 -0
  7. package/i18n/en-AU.properties +10 -0
  8. package/i18n/en-CA.properties +10 -0
  9. package/i18n/en-GB.properties +10 -0
  10. package/i18n/en-x-pseudo.js +103 -103
  11. package/i18n/en-x-pseudo.properties +108 -98
  12. package/i18n/es-419.js +2 -2
  13. package/i18n/es-419.properties +10 -0
  14. package/i18n/es-ES.js +2 -2
  15. package/i18n/es-ES.properties +10 -0
  16. package/i18n/fi-FI.js +3 -3
  17. package/i18n/fi-FI.properties +10 -0
  18. package/i18n/fr-CA.js +3 -3
  19. package/i18n/fr-CA.properties +10 -0
  20. package/i18n/fr-FR.js +3 -3
  21. package/i18n/fr-FR.properties +10 -0
  22. package/i18n/hi-IN.js +3 -3
  23. package/i18n/hi-IN.properties +10 -0
  24. package/i18n/it-IT.js +3 -3
  25. package/i18n/it-IT.properties +10 -0
  26. package/i18n/ja-JP.js +3 -3
  27. package/i18n/ja-JP.properties +10 -0
  28. package/i18n/ko-KR.js +3 -3
  29. package/i18n/ko-KR.properties +10 -0
  30. package/i18n/nb-NO.js +3 -3
  31. package/i18n/nb-NO.properties +10 -0
  32. package/i18n/nl-NL.js +3 -3
  33. package/i18n/nl-NL.properties +10 -0
  34. package/i18n/pl-PL.js +3 -3
  35. package/i18n/pl-PL.properties +10 -0
  36. package/i18n/pt-BR.js +3 -3
  37. package/i18n/pt-BR.properties +10 -0
  38. package/i18n/ru-RU.js +3 -3
  39. package/i18n/ru-RU.properties +10 -0
  40. package/i18n/sv-SE.js +3 -3
  41. package/i18n/sv-SE.properties +10 -0
  42. package/i18n/tr-TR.js +3 -3
  43. package/i18n/tr-TR.properties +10 -0
  44. package/i18n/zh-CN.js +3 -3
  45. package/i18n/zh-CN.properties +10 -0
  46. package/i18n/zh-TW.js +3 -3
  47. package/i18n/zh-TW.properties +10 -0
  48. package/package.json +3 -3
@@ -1,196 +1,206 @@
1
1
  # Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
2
- comboboxWithApiPagination.clearButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Ĉľèâř ιńΡůŧ ǻňď ѕĕľēсţįøй 國國國國國國國⟧
2
+ comboboxWithApiPagination.clearButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Ćĺĕáя ĭʼnΡûŧ ǻиď ѕęľęćťįőи 國國國國國國國⟧
3
3
  # Error message displayed resembling button that calls to action to reload the results
4
- comboboxWithApiPagination.errorAction = ⟦萬 Ѓěĺòǻď 國⟧
4
+ comboboxWithApiPagination.errorAction = ⟦萬 Ŗéľőąď 國⟧
5
5
  # Aria-label text for the error icon in the loading results error message
6
- comboboxWithApiPagination.errorIconLabel = ⟦萬 Ęяŕőя 國⟧
6
+ comboboxWithApiPagination.errorIconLabel = ⟦萬 Ēґґøґ 國⟧
7
7
  # Error message displayed as inline notice that informs the user that the options failed to load
8
- comboboxWithApiPagination.errorMessage = ⟦萬萬萬萬萬萬 ₣àίĺęď ţσ ĺόαď õΡτĭöňş 國國國國國國⟧
8
+ comboboxWithApiPagination.errorMessage = ⟦萬萬萬萬萬萬 ₣ãĩļêď τø ļŏâď σΡŧíοŋś 國國國國國國⟧
9
9
  # Visually hidden aria-label text for the loading spinner
10
- comboboxWithApiPagination.loadingAriaLabel = ⟦萬萬 Ļōãďíŋğ... 國國⟧
10
+ comboboxWithApiPagination.loadingAriaLabel = ⟦萬萬 Ļõαďіиġ... 國國⟧
11
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
12
- comboboxWithApiPagination.loadingMoreAriaLabel = ⟦萬萬萬萬 Ĺòåďιπğ mōŗè... 國國國國⟧
12
+ comboboxWithApiPagination.loadingMoreAriaLabel = ⟦萬萬萬萬 Ľöáďĩʼnğ mόѓè... 國國國國⟧
13
13
  # Message displayed when no results are found in the combobox
14
- comboboxWithApiPagination.noResults = ⟦萬萬萬萬 Иö ѓéşūĺťş ƒσµňď 國國國國⟧
14
+ comboboxWithApiPagination.noResults = ⟦萬萬萬萬 Иø ѓêşµļŧş ƒōűиď 國國國國⟧
15
15
  # Aria label indicating that content is loading or in progress
16
- groupSharedFeatures.metadataEditor.loading = ⟦萬萬 ľόăďійğ 國國⟧
16
+ groupSharedFeatures.metadataEditor.loading = ⟦萬萬 ļσǻďιηğ 國國⟧
17
17
  # Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
18
- groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError = ⟦萬萬萬萬萬萬萬 Ĕńτëř ã ďâŧє ãƒţєř {date} 國國國國國國國⟧
18
+ groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError = ⟦萬萬萬萬萬萬萬 Ėйţêґ ă ďäťё āƒτεŗ {date} 國國國國國國國⟧
19
19
  # Label for the append radio button in the update mode selector
20
- groupSharedFeatures.metadataEditor.metadataEditorFields.append = ⟦萬 ΑΡΡеπď 國⟧
20
+ groupSharedFeatures.metadataEditor.metadataEditorFields.append = ⟦萬 ÁΡΡėйď 國⟧
21
21
  # Error message shown if an invalid before date is entered. {date} represents the date entered by the user.
22
- groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError = ⟦萬萬萬萬萬萬萬 Епťěг á ďǻţε ьëƒσŕё {date} 國國國國國國國⟧
22
+ groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError = ⟦萬萬萬萬萬萬萬 Ěηŧĕř ά ďãŧé ьеƒόѓё {date} 國國國國國國國⟧
23
23
  # Label for the Clear All & Replace radio button in the update mode selector
24
- groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace = ⟦萬萬萬萬萬 Çĺěäŕ Āļļ & ŘéΡĺάçé 國國國國國⟧
24
+ groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace = ⟦萬萬萬萬萬 Ćľέąŗ Ǻĺĺ & ŖёΡļàćĕ 國國國國國⟧
25
25
  # Aria label for clearing the selected date
26
- groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate = ⟦萬萬萬萬萬 Ćľêăŗ ѕєľεĉŧĕď ďǻτě 國國國國國⟧
26
+ groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate = ⟦萬萬萬萬萬 Ĉľέāґ ŝêĺëćťēď ďáţе 國國國國國⟧
27
27
  # Error message shown for an invalid field value
28
- groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue = ⟦萬萬萬萬萬 Îηνāĺîď ƒίëĺď νāļùé 國國國國國⟧
28
+ groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue = ⟦萬萬萬萬萬 Ίπνāľîď ƒîёļď ναļüę 國國國國國⟧
29
29
  # Placeholder text for the multiselect field
30
- groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder = ⟦萬萬萬萬 Ѕęľė¢ţ νáĺцè(ѕ) 國國國國⟧
30
+ groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder = ⟦萬萬萬萬 Şëļēĉŧ νäļŭε(ş) 國國國國⟧
31
31
  # Error message shown if no attributes are available in the template
32
- groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Τħēяε àŕε иό āτťŕιьµţεѕ īи τħїş ťёmΡľâŧε. 國國國國國國國國國國國國⟧
32
+ groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ťħèřё äŗě πō ãţţřìвüŧėş їʼn τħïŝ ŧеmΡľąτè. 國國國國國國國國國國國國⟧
33
33
  # Aria label for opening the calendar to pick a date
34
- groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel = ⟦萬萬萬萬萬萬萬萬 ΟΡëŋ ¢αľĕиďâѓ ťό Ρіçĸ ă ďàťĕ 國國國國國國國國⟧
34
+ groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel = ⟦萬萬萬萬萬萬萬萬 ÔΡêή ¢àľéņďąř ŧо Ρįсķ α ďâŧє 國國國國國國國國⟧
35
35
  # Label for the remove entered radio button in the update mode selector
36
- groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered = ⟦萬萬萬萬 Ґėmоνę Ейťėґěď 國國國國⟧
36
+ groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered = ⟦萬萬萬萬 Řέmòνě Ęлτєгēď 國國國國⟧
37
37
  # Label for the replace entered radio button in the update mode selector
38
- groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered = ⟦萬萬萬萬 ŘéΡĺąċё Σπţęŗěď 國國國國⟧
38
+ groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered = ⟦萬萬萬萬 ЃěΡļáсė Êиţεřęď 國國國國⟧
39
39
  # Aria label for selecting the date
40
- groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate = ⟦萬萬萬萬 Şèľєçτ ťнέ ďąţę 國國國國⟧
40
+ groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate = ⟦萬萬萬萬 Şèļê¢ţ ţнė ďâţë 國國國國⟧
41
41
  # Placeholder text for selecting a value
42
- groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder = ⟦萬萬萬萬 Ѕéĺēċτ α νāĺűē 國國國國⟧
42
+ groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder = ⟦萬萬萬萬 Śëľєćť ą νăĺůе 國國國國⟧
43
43
  # Placeholder text for setting a value
44
- groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = ⟦萬萬 Śėť Vǻļũε 國國⟧
44
+ groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = ⟦萬萬 Ŝėτ Vãļůέ 國國⟧
45
45
  # Aria label for switching to the next month in the calendar
46
- groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = ⟦萬萬萬萬萬 Şẃïŧ¢н ťо иêхť mόʼnŧĥ 國國國國國⟧
46
+ groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = ⟦萬萬萬萬萬 Şшįţ¢ħ ţō πέхŧ möńťĥ 國國國國國⟧
47
47
  # Aria label for switching to the previous month in the calendar
48
- groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = ⟦萬萬萬萬萬萬萬 Śẃιτćн ŧő Ρŗěνĭóůѕ mõŋťĥ 國國國國國國國⟧
48
+ groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = ⟦萬萬萬萬萬萬萬 Ŝŵíτċĥ ťö Ρгеνîóüś mŏŋŧħ 國國國國國國國⟧
49
49
  # Placeholder text for selecting a taxonomy option
50
- groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = ⟦萬萬萬萬 Śėĺēĉŧ ąʼn óΡťįōń 國國國國⟧
50
+ groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = ⟦萬萬萬萬 Ѕĕľèсţ ăʼn оΡτîöņ 國國國國⟧
51
51
  # aria-label for an icon button that toggles visiblity of update mode slection radio control.
52
- groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = ⟦萬萬萬萬萬萬萬萬 Τōġğĺè űΡďäŧё møďе śёĺєċťôя 國國國國國國國國⟧
52
+ groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = ⟦萬萬萬萬萬萬萬萬 Ŧόĝġĺė ūΡďäτε mόďė śěļεćťŏґ 國國國國國國國國⟧
53
53
  # Label for the additional input field that appears when the selected update mode is "Replace Entered"
54
- groupSharedFeatures.metadataEditor.metadataEditorFields.with = ⟦萬 Шìŧħ 國⟧
54
+ groupSharedFeatures.metadataEditor.metadataEditorFields.with = ⟦萬 Ŵіťĥ 國⟧
55
55
  # Label for the button that applies the selection and closes the template selection dialog
56
- groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = ⟦ Ąďď
56
+ groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = ⟦ Ǻďď
57
57
  # Label for the button that dismisses the template selection dialog
58
- groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel = ⟦萬 Çǻлĉèĺ 國⟧
58
+ groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel = ⟦萬 Čăņсěľ 國⟧
59
59
  # Aria label for the button that closes the template selection dialog
60
- groupSharedFeatures.metadataEditor.metadataTemplateSelector.close = ⟦萬 Ĉľόѕё 國⟧
60
+ groupSharedFeatures.metadataEditor.metadataTemplateSelector.close = ⟦萬 Ċĺōśĕ 國⟧
61
61
  # Title for the metadata template selection dialog
62
- groupSharedFeatures.metadataEditor.metadataTemplateSelector.header = ⟦萬萬萬萬萬萬萬 Śεļĕċţ Μęťåďατâ ŤέmΡļăťë 國國國國國國國⟧
62
+ groupSharedFeatures.metadataEditor.metadataTemplateSelector.header = ⟦萬萬萬萬萬萬萬 Ŝěĺέčť Мέτăďąťà ŤĕmΡļαťĕ 國國國國國國國⟧
63
63
  # Accessibility label for the button that clears the value of the search input that filters the templates in the metadata template selection dialog
64
- groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel = ⟦萬 Ćľéàŕ 國⟧
64
+ groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel = ⟦萬 Ċľеåя 國⟧
65
65
  # Accessibility label for icon inside the search input that filters the templates in the metadata template selection dialog
66
- groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel = ⟦萬萬萬萬萬 Ŝēäгċĥ ãĺļ ťěmΡļãτèѕ 國國國國國⟧
66
+ groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel = ⟦萬萬萬萬萬 Şéâŕсĥ αļĺ τęmΡļāτěŝ 國國國國國⟧
67
67
  # Placeholder text for the search input in the metadata template selector modal
68
- groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder = ⟦萬萬萬萬萬 Śєάŕĉн άĺĺ ťęmΡľâţėѕ 國國國國國⟧
68
+ groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder = ⟦萬萬萬萬萬 Ŝέαгćĥ åľľ ťĕmΡľäťêŝ 國國國國國⟧
69
69
  # Placeholder text prompting the user to select a template
70
- groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = ⟦萬萬萬萬萬 Ŝєļеċť â ŦémΡĺάτє 國國國國國⟧
70
+ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = ⟦萬萬萬萬萬 Ѕěľėćŧ â ŢëmΡļãţê 國國國國國⟧
71
71
  # Error message displayed when templates fail to load
72
- groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ćøüľď ņόţ ĺőαď ţêmΡľäťëş. Ţяγ άĝàîή ļäτєя 國國國國國國國國國國國國⟧
72
+ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ćōцļď лŏţ ļόāď ťëmΡĺąţέş. Ťґŷ ăĝąîη ĺãτêг 國國國國國國國國國國國國⟧
73
73
  # Display name for custom metadata templates
74
- metadataEditor.addMetadataTemplate.customMetadataName = ⟦萬萬萬萬 Ċūşτōm Μеţάďáτâ 國國國國⟧
74
+ metadataEditor.addMetadataTemplate.customMetadataName = ⟦萬萬萬萬 Ĉūѕţøm Μёτάďăτà 國國國國⟧
75
75
  # Description for the search input field in the metadata editor
76
- metadataEditor.addMetadataTemplate.search.placeholder = ⟦萬萬萬萬 Ŝėαяćн ţέmΡľăŧěŝ 國國國國⟧
76
+ metadataEditor.addMetadataTemplate.search.placeholder = ⟦萬萬萬萬 Şёąŕćħ τěmΡĺαťėŝ 國國國國⟧
77
77
  # Call to encourage user to add metadata templates
78
- metadataEditor.addMetadataTemplate.trigger.label = ⟦萬萬萬 Ǻďď ŧēmΡļãţе 國國國⟧
78
+ metadataEditor.addMetadataTemplate.trigger.label = ⟦萬萬萬 Áďď ŧěmΡļãţê 國國國⟧
79
79
  # Label for value suggested by Box AI
80
- metadataEditor.aiSuggestionField.aiSuggestionCaption = ⟦萬萬萬萬萬 Βо× ÃΊ ŝûġğëѕţîоň: 國國國國國⟧
80
+ metadataEditor.aiSuggestionField.aiSuggestionCaption = ⟦萬萬萬萬萬 Бο× ǺĮ ѕůĝğĕşτìσπ: 國國國國國⟧
81
81
  # Aria-label for AI suggestion options
82
- metadataEditor.aiSuggestionField.aiSuggestionOptions = ⟦萬萬 ÖΡťĭõπś 國國⟧
82
+ metadataEditor.aiSuggestionField.aiSuggestionOptions = ⟦萬萬 ŌΡŧìôпѕ 國國⟧
83
83
  # Label for appending the AI suggestion
84
- metadataEditor.aiSuggestionField.appendLabel = ⟦萬 ÁΡΡěйď 國⟧
84
+ metadataEditor.aiSuggestionField.appendLabel = ⟦萬 ĀΡΡęήď 國⟧
85
85
  # Label for clearing the current value and applying the AI suggestion
86
- metadataEditor.aiSuggestionField.clearAndReplaceLabel = ⟦萬萬萬萬萬 Ċĺèäя ǻπď ҐěΡĺâčέ 國國國國國⟧
86
+ metadataEditor.aiSuggestionField.clearAndReplaceLabel = ⟦萬萬萬萬萬 Ćľёáґ άиď ŖεΡĺâčè 國國國國國⟧
87
87
  # Label for ignoring the AI suggestion
88
- metadataEditor.aiSuggestionField.ignoreLabel = ⟦萬 İğňόяē 國⟧
88
+ metadataEditor.aiSuggestionField.ignoreLabel = ⟦萬 Îġʼnõґε 國⟧
89
89
  # Paragraph asking user are they sure that they want to delete the template
90
- metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äřέ ýòŭ śũřε γôû ώąńť τó ďέļеτě τħё "{templateName}" Мέţǻďáŧã ŧęmΡļāţĕ, āήď ǻľĺ ŏƒ įţŝ νäĺµêş ƒŕóm ŧħίś ƒιļё? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
90
+ metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άяε γоū şµŕé Уõũ ẃαпť ťŏ ďëļêτє τнé "{templateName}" Мετąďαťä ţęmΡľáţê, ąńď åľľ óƒ ìţś νăĺµėѕ ƒґôm ťħιś ƒіľė? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
91
91
  # Label informing how to confirm deletion of the template
92
- metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŦýΡë τнê Μёτäďāŧå ŦëmΡļάťє’ŝ ńάmě ťо ĉôŋƒįгm ďёľέŧĭõл 國國國國國國國國國國國國國國國⟧
92
+ metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŦÿΡё ţħê Мêτάďâτâ ŤėmΡľăτě’ѕ ňämе τσ сόйƒĩяm ďεļеτíоŋ 國國國國國國國國國國國國國國國⟧
93
93
  # Paragraph informing that data cannot be restored
94
- metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Θŋċе ďēľëţêď, Μëţǻďāťą νãĺμëŝ ćăиʼnôŧ вé яëŝτοяĕď. 國國國國國國國國國國國國國國⟧
94
+ metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŏʼnĉė ďėĺέţęď, Μêţáďάŧā νąľůęŝ čāήйόŧ ьё řεѕţόѓēď. 國國國國國國國國國國國國國國⟧
95
95
  # CTA to cancel deletion of the template
96
- metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬 Čàйсεļ 國⟧
96
+ metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬 Ĉāňċéľ 國⟧
97
97
  # CTA to confirm deletion of the template
98
- metadataEditor.editInstance.deleteConfirmationModal.confirmButton = ⟦萬萬 Ċòπƒιřm 國國⟧
98
+ metadataEditor.editInstance.deleteConfirmationModal.confirmButton = ⟦萬萬 Çόπƒįгm 國國⟧
99
99
  # Template named used when user created custom metadata template
100
- metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬 Ĉμśţóm Μέτåďąŧâ 國國國國⟧
100
+ metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬 Çũŝŧõm Мêťäďäŧǻ 國國國國⟧
101
101
  # Aria label for Dismiss (x) button
102
- metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬 Ðϊşmîŝŝ 國國⟧
102
+ metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬 Ðĭŝmìśŝ 國國⟧
103
103
  # Header informing that template will be deleted
104
- metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬 Ðёľěŧĕ "{templateName}" 國國國國⟧
104
+ metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬 Ďėľêţė "{templateName}" 國國國國⟧
105
105
  # Aria label for header informing that template will be deleted
106
- metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬 Ðеľęťê Μěτâďåťã ΤеmΡļàŧę 國國國國國國國⟧
106
+ metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬 Ďєĺęťė Μεťǻďàťǻ ŦémΡļǻťė 國國國國國國國⟧
107
107
  # Description of Box AI features
108
- metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ūşě ťнé Ρσшёŕ öƒ Βòх ǺІ ţσ qüĩċĸļỳ çãΡŧцŗε ďö¢цmёήţ mëτάďǻťã, ẁĩťĥ ένέѓ-ïπçґëāşįηğ ą¢сůгáсŷ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
108
+ metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Üşе ţнë Ρöώęŕ σƒ Βо× ΑÎ ťо qųίçĸľý ćàΡţűŗε ďö¢úmєиť mėţáďαŧâ, шϊτн èνėя-īʼnćŕеăŝїпġ àç¢ūґąçý. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
109
109
  # Call to encourage user to use Box AI to autofill metadata fields
110
- metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬 Āųŧσƒïļľ Μęţãďåŧą ώíťħ Βσ× ΑÍ 國國國國國國國國⟧
110
+ metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬 Ãцţòƒїĺļ Μεŧåďάŧä ώìτĥ Βòх Áİ 國國國國國國國國⟧
111
111
  # Description of metadata features
112
- metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Āďď Мĕŧąďâţα ţσ ŷŏūŕ ƒìĺέ τό şùΡΡσяţ ьůŝĭņėŝś ôΡέŕǻτĭŏлŝ, ώöŕкƒļοώŝ, àŋď mőřε! 國國國國國國國國國國國國國國國國國國國國國國國⟧
112
+ metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ąďď Мёťăďāτá ţο Уόμѓ ƒĭĺē ťŏ śŭΡΡőґτ вµѕíήєŝş óΡêѓàτïőńś, щόґкƒĺοẃş, äπď mоґé! 國國國國國國國國國國國國國國國國國國國國國國國⟧
113
113
  # Call to encourage user to add metadata templates
114
- metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬 Ãďď Мęτǻďåťå ŦёmΡľάτєś 國國國國國國⟧
114
+ metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬 Ăďď Μêťáďατâ ŢěmΡļăţέş 國國國國國國⟧
115
115
  # Aria label used to clear search input
116
- metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬 Ćļëář ѕêǻяćħ 國國國⟧
116
+ metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬 Ĉľєαř şĕάгçħ 國國國⟧
117
117
  # Message displayed when there is no matching option in filter dropdown menu
118
- metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬 Ņò ŗėŝũľτş ƒŏцŋď 國國國國⟧
118
+ metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬 Ñô ѓεŝūĺτş ƒŏùήď 國國國國⟧
119
119
  # Call to show empty values
120
- metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬 Şéє єmΡτγ νäĺūеş 國國國國⟧
120
+ metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬 Ѕєé ĕmΡţÿ νăľùĕѕ 國國國國⟧
121
121
  # Header informing user that there are no values in the template
122
- metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬 Ţħίѕ τėmΡľåτē ĥαѕ ňø νãļūéś 國國國國國國國國⟧
122
+ metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬 Τĥіŝ ťеmΡĺąτê ĥąѕ ʼnó νăĺûєş 國國國國國國國國⟧
123
123
  # Header informing user that there are no attributes in the template
124
- metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬 Τнíş ŧémΡĺāτè ħǻѕ ňό ǻττѓīвųţєŝ 國國國國國國國國國⟧
124
+ metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬 Ţħїş ťέmΡľāŧè ħąŝ ńó ãτŧѓĩвμťęś 國國國國國國國國國⟧
125
125
  # Caption about no empty values to be shown
126
- metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬 Ţĥĩş ŧėmΡľāŧĕ ħąѕ ήő νàĺūёş 國國國國國國國國⟧
126
+ metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬 Τħιś τèmΡļαťē ħåѕ ηό νάľúěş 國國國國國國國國⟧
127
127
  # Description how metadata can be added
128
- metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бŗŏẁѕě οŗ şεąřćн ƒöŕ ýøùг ĭţēmş τŏ åΡΡļÿ ãйď έďіŧ mёťåďãţâ 國國國國國國國國國國國國國國國國國⟧
128
+ metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бŗőщŝé øґ şέâгćн ƒõг ўομґ іŧěmѕ τо ąΡΡļγ āпď ėďίτ mέŧäďąŧã 國國國國國國國國國國國國國國國國國⟧
129
129
  # Call to encourage user apply metadata templates
130
- metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬 ĄΡΡĺỳ Мęτåďâτά ŢєmΡĺàťēś 國國國國國國國⟧
130
+ metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬 ÅΡΡļỳ Мéťάďǻţǻ ŦёmΡļαťëś 國國國國國國國⟧
131
131
  # Aria label for card grouping two input fields: attribute name and value. This group lets user add new attribute to existing Custom Metadata template.
132
- metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬 Ăďď ňêш áťţŗίвūτë ţò Ĉųşţσm Мëτąďàŧá 國國國國國國國國國國⟧
132
+ metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬 Ąďď пёẃ ǻττґĭвůŧέ το Ċųśτõm Мέťâďăŧā 國國國國國國國國國國⟧
133
133
  # Primary CTA button to add new field to cutom meatdata instance
134
- metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦ Ãďď
134
+ metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦ Ąďď
135
135
  # Label for the attribute name input field
136
- metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬 Āττѓìвũŧе Иämέ 國國國國⟧
136
+ metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬 Ǻťťѓíвμŧê Ñāmĕ 國國國國⟧
137
137
  # Cancel button text
138
- metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬 Ĉāņсëļ 國⟧
138
+ metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬 Čáйсєľ 國⟧
139
139
  # Error enforcing unique key for custom metadata
140
- metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬 Ќėý άĺгєǻďŷ е×ιŝťŝ. 國國國國國⟧
140
+ metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬 Ќёγ âļґèäďУ ě×ίşťś. 國國國國國⟧
141
141
  # Error enforcing non internal key for custom metadata
142
- metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬 Ќĕўŝ ćăилőτ вέğίπ ώїťн ą $. 國國國國國國國國⟧
142
+ metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬 Ќєýş сąлηόť веğїŋ ωîťħ ă $. 國國國國國國國國⟧
143
143
  # Placeholder for the key field for custom metadata
144
- metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬 ē.ğ. Ôřďεŕ Ñųmвέŗ 國國國國國⟧
144
+ metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬 ε.ġ. Øѓďея Ňūmвėѓ 國國國國國⟧
145
145
  # Error enforcing required key for custom metadata
146
- metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬 Κєў īś гĕqűįѓєď 國國國國⟧
146
+ metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬 Κεỳ іş ґëqúįяėď 國國國國⟧
147
147
  # Label for the value input field
148
- metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬 Vâĺųě 國⟧
148
+ metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬 Vàľūē 國⟧
149
149
  # Placeholder for the value field for custom metadata
150
- metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬 ě.ĝ. 42 國國⟧
150
+ metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬 ĕ.ġ. 42 國國⟧
151
151
  # Button that allow to add new attribute to metadata custom instance
152
- metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 + Àďď Àťťŕìьµťë 國國國國⟧
152
+ metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 + Ăďď Αţţŕïьŭŧε 國國國國⟧
153
153
  # Aria label for button that allow to remove attribute from metadata custom instance
154
- metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬 Ðέļėťë {fieldName} ǻţŧяівμτè 國國國國國國⟧
154
+ metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬 Ðęľεťë {fieldName} ăťτŗĩьůţé 國國國國國國⟧
155
155
  # Placeholder for the value field for custom metadata
156
- metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬 Şέţ νāļūє 國國⟧
156
+ metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬 Şĕť νǻļűę 國國⟧
157
157
  # Call to action to cancel and dismiss changes in Metadata Instance.
158
- metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬 Çáйčĕĺ 國⟧
158
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬 Ĉăń¢ęļ 國⟧
159
159
  # Call to action to delete Metadata Instance.
160
- metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬 Ďěľёţě 國⟧
160
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬 Ďёļεťê 國⟧
161
161
  # Aria label used to indicate that the button is currently loading.
162
- metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬 Ĺōàďїʼnğ... 國國⟧
162
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬 Ļόαďîηĝ... 國國⟧
163
163
  # Call to action to save Metadata Instance.
164
- metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬 Ŝáνє 國⟧
164
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬 Ѕâνё 國⟧
165
165
  # Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
166
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬 Αűťσƒίľļ 國國⟧
166
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬 Ǻůţôƒĭľľ 國國⟧
167
167
  # Tooltip text explaining that by clicking button user can autofill template using Box AI
168
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = ⟦萬萬萬萬萬 Ąúŧοƒίľĺ шίťħ Βōх ÀΊ 國國國國國⟧
168
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = ⟦萬萬萬萬萬 Åцτŏƒíĺĺ щìţн ßóх ΆĮ 國國國國國⟧
169
169
  # Header with Custom Metadata template name
170
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬 Ĉűŝτøm Мèŧāďăτă 國國國國⟧
170
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬 Ċüśτòm Мĕτąďàτā 國國國國⟧
171
171
  # Aria label used to indicate that the button is currently loading.
172
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬 Ļσäďìʼnğ... 國國⟧
172
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬 Ļōàďїпğ... 國國⟧
173
173
  # Body for the unsaved changes modal
174
- metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Мєťāďąτα ŧέmΡľαŧē(ş) ĥâνє űņşανєď ċħâŋĝèś. Ħόẃ ẁôùļď ýøů ļιĸë ţö Ρřόćêėď? 國國國國國國國國國國國國國國國國國國國國國⟧
174
+ metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Мèţăďǻťά ŧеmΡĺâŧè(ѕ) ĥåνê úηŝãνёď ¢нǻлğĕś. Ησẁ ẃôůľď ỳόũ ļιĸĕ το Ρřоĉεέď? 國國國國國國國國國國國國國國國國國國國國國⟧
175
175
  # Label for close (x) button
176
- metadataEditor.unsavedChangesModal.closeLabel = ⟦萬 Ċľôşє 國⟧
176
+ metadataEditor.unsavedChangesModal.closeLabel = ⟦萬 Çļőşё 國⟧
177
177
  # CTA for going back to edit mode of the current template
178
- metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬 Çõпţįņúĕ Ėďïťїйġ 國國國國⟧
178
+ metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬 Ĉõπťϊйùë Εďįťιηġ 國國國國⟧
179
179
  # CTA for discarding unsaved changes
180
- metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬 Ďίŝ¢ãяď Ĉħåлġėŝ 國國國國⟧
180
+ metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬 Ðіѕ¢åřď Ćнǻʼnġėѕ 國國國國⟧
181
181
  # Header for the unsaved changes modal
182
- metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬 Ůňśāνèď Çĥäηġėѕ 國國國國⟧
182
+ metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬 Ũлŝâνеď Čĥąηġєş 國國國國⟧
183
183
  # Call to action to hide all empty values
184
- metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬 Ήіďё èmΡτγ νáĺцēŝ 國國國國國⟧
184
+ metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬 Ħíďε ēmΡτÿ νäĺμěş 國國國國國⟧
185
185
  # Call to action to show hidden empty values
186
- metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬 Śнöŵ έmΡťỳ νäļůέŝ 國國國國國⟧
186
+ metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬 Ѕħôω ėmΡŧŷ νãľùėѕ 國國國國國⟧
187
187
  # Aria label for the autofill button
188
- metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Âцŧøƒìĺĺ {templateName} ẃϊŧĥ ßöх ÃĮ 國國國國國國國⟧
188
+ metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = ⟦萬萬萬萬萬萬萬 ŵŧòƒїļľ {templateName} ŵϊŧн Βõ× ÀÍ 國國國國國國國⟧
189
189
  # Tooltip text explaining that by clicking button user can autofill template using Box AI
190
- metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = ⟦萬萬萬萬萬萬萬 Âųŧоƒīĺĺ {templateName} ώĩţн Βø× ÅÍ 國國國國國國國⟧
190
+ metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = ⟦萬萬萬萬萬萬萬 Äŭţŏƒіĺľ {templateName} ẁїťĥ Βø× Åİ 國國國國國國國⟧
191
191
  # Header with Custom Metadata template name
192
- metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬 Ĉůśţόm Мêŧãďάτά 國國國國⟧
192
+ metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬 Ćμşţõm Мěťäďåťã 國國國國⟧
193
193
  # Aria label for the edit button
194
- metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬 Ёďіť {templateName} 國國⟧
194
+ metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬 Êďįτ {templateName} 國國⟧
195
195
  # Tooltip text explaining that by clicking button user can edit template
196
- metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬 Éďїť 國⟧
196
+ metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬 Éďĭŧ 國⟧
197
+ # Default value for ancestor level value when it is empty
198
+ taxonomyAncestorStatusPill.emptyAncestorLevelValue = ⟦ - - ⟧
199
+ # Error message displayed resembling button that calls to action to reload the details
200
+ taxonomyAncestorStatusPill.errorAction = ⟦萬 Ґεľσãď 國⟧
201
+ # Aria-label text for the error icon in the loading results error message
202
+ taxonomyAncestorStatusPill.errorIconLabel = ⟦萬 Σѓґοŕ 國⟧
203
+ # Error message displayed as inline notice that informs the user that the taxonomy details failed to load
204
+ taxonomyAncestorStatusPill.errorMessage = ⟦萬萬萬萬萬萬 ₣âīĺеď ťό ļôáď ďěţåīĺŝ 國國國國國國⟧
205
+ # Visually hidden aria-label text for the loading spinner
206
+ taxonomyAncestorStatusPill.loadingAriaLabel = ⟦萬萬 Ŀôǻďîʼnġ... 國國⟧
package/i18n/es-419.js CHANGED
@@ -98,8 +98,8 @@ export default {
98
98
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Editar {templateName}",
99
99
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Editar",
100
100
  "taxonomyAncestorStatusPill.emptyAncestorLevelValue": "- -",
101
- "taxonomyAncestorStatusPill.errorAction": "Reload",
101
+ "taxonomyAncestorStatusPill.errorAction": "Recargar",
102
102
  "taxonomyAncestorStatusPill.errorIconLabel": "Error",
103
103
  "taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
104
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
104
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Cargando…"
105
105
  }
@@ -194,3 +194,13 @@ metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Metadat
194
194
  metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = Editar {templateName}
195
195
  # Tooltip text explaining that by clicking button user can edit template
196
196
  metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = Editar
197
+ # Default value for ancestor level value when it is empty
198
+ taxonomyAncestorStatusPill.emptyAncestorLevelValue = - -
199
+ # Error message displayed resembling button that calls to action to reload the details
200
+ taxonomyAncestorStatusPill.errorAction = Recargar
201
+ # Aria-label text for the error icon in the loading results error message
202
+ taxonomyAncestorStatusPill.errorIconLabel = Error
203
+ # Error message displayed as inline notice that informs the user that the taxonomy details failed to load
204
+ taxonomyAncestorStatusPill.errorMessage = Failed to load details
205
+ # Visually hidden aria-label text for the loading spinner
206
+ taxonomyAncestorStatusPill.loadingAriaLabel = Cargando…
package/i18n/es-ES.js CHANGED
@@ -98,8 +98,8 @@ export default {
98
98
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Editar {templateName}",
99
99
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Editar",
100
100
  "taxonomyAncestorStatusPill.emptyAncestorLevelValue": "- -",
101
- "taxonomyAncestorStatusPill.errorAction": "Reload",
101
+ "taxonomyAncestorStatusPill.errorAction": "Recargar",
102
102
  "taxonomyAncestorStatusPill.errorIconLabel": "Error",
103
103
  "taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
104
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
104
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Cargando…"
105
105
  }
@@ -194,3 +194,13 @@ metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Metadat
194
194
  metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = Editar {templateName}
195
195
  # Tooltip text explaining that by clicking button user can edit template
196
196
  metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = Editar
197
+ # Default value for ancestor level value when it is empty
198
+ taxonomyAncestorStatusPill.emptyAncestorLevelValue = - -
199
+ # Error message displayed resembling button that calls to action to reload the details
200
+ taxonomyAncestorStatusPill.errorAction = Recargar
201
+ # Aria-label text for the error icon in the loading results error message
202
+ taxonomyAncestorStatusPill.errorIconLabel = Error
203
+ # Error message displayed as inline notice that informs the user that the taxonomy details failed to load
204
+ taxonomyAncestorStatusPill.errorMessage = Failed to load details
205
+ # Visually hidden aria-label text for the loading spinner
206
+ taxonomyAncestorStatusPill.loadingAriaLabel = Cargando…
package/i18n/fi-FI.js CHANGED
@@ -98,8 +98,8 @@ export default {
98
98
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Muokkaa mallia {templateName}",
99
99
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Muokkaa",
100
100
  "taxonomyAncestorStatusPill.emptyAncestorLevelValue": "- -",
101
- "taxonomyAncestorStatusPill.errorAction": "Reload",
102
- "taxonomyAncestorStatusPill.errorIconLabel": "Error",
101
+ "taxonomyAncestorStatusPill.errorAction": "Lataa uudelleen",
102
+ "taxonomyAncestorStatusPill.errorIconLabel": "Virhe",
103
103
  "taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
104
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
104
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Ladataan..."
105
105
  }
@@ -194,3 +194,13 @@ metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Mukaute
194
194
  metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = Muokkaa mallia {templateName}
195
195
  # Tooltip text explaining that by clicking button user can edit template
196
196
  metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = Muokkaa
197
+ # Default value for ancestor level value when it is empty
198
+ taxonomyAncestorStatusPill.emptyAncestorLevelValue = - -
199
+ # Error message displayed resembling button that calls to action to reload the details
200
+ taxonomyAncestorStatusPill.errorAction = Lataa uudelleen
201
+ # Aria-label text for the error icon in the loading results error message
202
+ taxonomyAncestorStatusPill.errorIconLabel = Virhe
203
+ # Error message displayed as inline notice that informs the user that the taxonomy details failed to load
204
+ taxonomyAncestorStatusPill.errorMessage = Failed to load details
205
+ # Visually hidden aria-label text for the loading spinner
206
+ taxonomyAncestorStatusPill.loadingAriaLabel = Ladataan...
package/i18n/fr-CA.js CHANGED
@@ -98,8 +98,8 @@ export default {
98
98
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Modifier {templateName}",
99
99
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Modifier",
100
100
  "taxonomyAncestorStatusPill.emptyAncestorLevelValue": "- -",
101
- "taxonomyAncestorStatusPill.errorAction": "Reload",
102
- "taxonomyAncestorStatusPill.errorIconLabel": "Error",
101
+ "taxonomyAncestorStatusPill.errorAction": "Recharger",
102
+ "taxonomyAncestorStatusPill.errorIconLabel": "Erreur",
103
103
  "taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
104
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
104
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Chargement en cours..."
105
105
  }
@@ -194,3 +194,13 @@ metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Métado
194
194
  metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = Modifier {templateName}
195
195
  # Tooltip text explaining that by clicking button user can edit template
196
196
  metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = Modifier
197
+ # Default value for ancestor level value when it is empty
198
+ taxonomyAncestorStatusPill.emptyAncestorLevelValue = - -
199
+ # Error message displayed resembling button that calls to action to reload the details
200
+ taxonomyAncestorStatusPill.errorAction = Recharger
201
+ # Aria-label text for the error icon in the loading results error message
202
+ taxonomyAncestorStatusPill.errorIconLabel = Erreur
203
+ # Error message displayed as inline notice that informs the user that the taxonomy details failed to load
204
+ taxonomyAncestorStatusPill.errorMessage = Failed to load details
205
+ # Visually hidden aria-label text for the loading spinner
206
+ taxonomyAncestorStatusPill.loadingAriaLabel = Chargement en cours...
package/i18n/fr-FR.js CHANGED
@@ -98,8 +98,8 @@ export default {
98
98
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Modifier {templateName}",
99
99
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Modifier",
100
100
  "taxonomyAncestorStatusPill.emptyAncestorLevelValue": "- -",
101
- "taxonomyAncestorStatusPill.errorAction": "Reload",
102
- "taxonomyAncestorStatusPill.errorIconLabel": "Error",
101
+ "taxonomyAncestorStatusPill.errorAction": "Recharger",
102
+ "taxonomyAncestorStatusPill.errorIconLabel": "Erreur",
103
103
  "taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
104
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
104
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Chargement en cours..."
105
105
  }
@@ -194,3 +194,13 @@ metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Métado
194
194
  metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = Modifier {templateName}
195
195
  # Tooltip text explaining that by clicking button user can edit template
196
196
  metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = Modifier
197
+ # Default value for ancestor level value when it is empty
198
+ taxonomyAncestorStatusPill.emptyAncestorLevelValue = - -
199
+ # Error message displayed resembling button that calls to action to reload the details
200
+ taxonomyAncestorStatusPill.errorAction = Recharger
201
+ # Aria-label text for the error icon in the loading results error message
202
+ taxonomyAncestorStatusPill.errorIconLabel = Erreur
203
+ # Error message displayed as inline notice that informs the user that the taxonomy details failed to load
204
+ taxonomyAncestorStatusPill.errorMessage = Failed to load details
205
+ # Visually hidden aria-label text for the loading spinner
206
+ taxonomyAncestorStatusPill.loadingAriaLabel = Chargement en cours...
package/i18n/hi-IN.js CHANGED
@@ -98,8 +98,8 @@ export default {
98
98
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "{templateName} संपादित करें",
99
99
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "संपादित करें",
100
100
  "taxonomyAncestorStatusPill.emptyAncestorLevelValue": "- -",
101
- "taxonomyAncestorStatusPill.errorAction": "Reload",
102
- "taxonomyAncestorStatusPill.errorIconLabel": "Error",
101
+ "taxonomyAncestorStatusPill.errorAction": "फिर से लोड करें",
102
+ "taxonomyAncestorStatusPill.errorIconLabel": "त्रुटि",
103
103
  "taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
104
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
104
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "लोड हो रहा है..."
105
105
  }
@@ -194,3 +194,13 @@ metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = कस
194
194
  metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = {templateName} संपादित करें
195
195
  # Tooltip text explaining that by clicking button user can edit template
196
196
  metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = संपादित करें
197
+ # Default value for ancestor level value when it is empty
198
+ taxonomyAncestorStatusPill.emptyAncestorLevelValue = - -
199
+ # Error message displayed resembling button that calls to action to reload the details
200
+ taxonomyAncestorStatusPill.errorAction = फिर से लोड करें
201
+ # Aria-label text for the error icon in the loading results error message
202
+ taxonomyAncestorStatusPill.errorIconLabel = त्रुटि
203
+ # Error message displayed as inline notice that informs the user that the taxonomy details failed to load
204
+ taxonomyAncestorStatusPill.errorMessage = Failed to load details
205
+ # Visually hidden aria-label text for the loading spinner
206
+ taxonomyAncestorStatusPill.loadingAriaLabel = लोड हो रहा है...
package/i18n/it-IT.js CHANGED
@@ -98,8 +98,8 @@ export default {
98
98
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Modifica {templateName}",
99
99
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Modifica",
100
100
  "taxonomyAncestorStatusPill.emptyAncestorLevelValue": "- -",
101
- "taxonomyAncestorStatusPill.errorAction": "Reload",
102
- "taxonomyAncestorStatusPill.errorIconLabel": "Error",
101
+ "taxonomyAncestorStatusPill.errorAction": "Ricarica",
102
+ "taxonomyAncestorStatusPill.errorIconLabel": "Errore",
103
103
  "taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
104
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
104
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Caricamento in corso..."
105
105
  }
@@ -194,3 +194,13 @@ metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Metadat
194
194
  metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = Modifica {templateName}
195
195
  # Tooltip text explaining that by clicking button user can edit template
196
196
  metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = Modifica
197
+ # Default value for ancestor level value when it is empty
198
+ taxonomyAncestorStatusPill.emptyAncestorLevelValue = - -
199
+ # Error message displayed resembling button that calls to action to reload the details
200
+ taxonomyAncestorStatusPill.errorAction = Ricarica
201
+ # Aria-label text for the error icon in the loading results error message
202
+ taxonomyAncestorStatusPill.errorIconLabel = Errore
203
+ # Error message displayed as inline notice that informs the user that the taxonomy details failed to load
204
+ taxonomyAncestorStatusPill.errorMessage = Failed to load details
205
+ # Visually hidden aria-label text for the loading spinner
206
+ taxonomyAncestorStatusPill.loadingAriaLabel = Caricamento in corso...
package/i18n/ja-JP.js CHANGED
@@ -98,8 +98,8 @@ export default {
98
98
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "{templateName}を編集",
99
99
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "編集",
100
100
  "taxonomyAncestorStatusPill.emptyAncestorLevelValue": "- -",
101
- "taxonomyAncestorStatusPill.errorAction": "Reload",
102
- "taxonomyAncestorStatusPill.errorIconLabel": "Error",
101
+ "taxonomyAncestorStatusPill.errorAction": "再読み込み",
102
+ "taxonomyAncestorStatusPill.errorIconLabel": "エラー",
103
103
  "taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
104
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
104
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "読み込み中..."
105
105
  }
@@ -194,3 +194,13 @@ metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = カス
194
194
  metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = {templateName}を編集
195
195
  # Tooltip text explaining that by clicking button user can edit template
196
196
  metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = 編集
197
+ # Default value for ancestor level value when it is empty
198
+ taxonomyAncestorStatusPill.emptyAncestorLevelValue = - -
199
+ # Error message displayed resembling button that calls to action to reload the details
200
+ taxonomyAncestorStatusPill.errorAction = 再読み込み
201
+ # Aria-label text for the error icon in the loading results error message
202
+ taxonomyAncestorStatusPill.errorIconLabel = エラー
203
+ # Error message displayed as inline notice that informs the user that the taxonomy details failed to load
204
+ taxonomyAncestorStatusPill.errorMessage = Failed to load details
205
+ # Visually hidden aria-label text for the loading spinner
206
+ taxonomyAncestorStatusPill.loadingAriaLabel = 読み込み中...
package/i18n/ko-KR.js CHANGED
@@ -98,8 +98,8 @@ export default {
98
98
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "{templateName} 편집",
99
99
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "편집",
100
100
  "taxonomyAncestorStatusPill.emptyAncestorLevelValue": "- -",
101
- "taxonomyAncestorStatusPill.errorAction": "Reload",
102
- "taxonomyAncestorStatusPill.errorIconLabel": "Error",
101
+ "taxonomyAncestorStatusPill.errorAction": "다시 로드",
102
+ "taxonomyAncestorStatusPill.errorIconLabel": "오류",
103
103
  "taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
104
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
104
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "로드 중..."
105
105
  }
@@ -194,3 +194,13 @@ metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = 사용
194
194
  metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = {templateName} 편집
195
195
  # Tooltip text explaining that by clicking button user can edit template
196
196
  metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = 편집
197
+ # Default value for ancestor level value when it is empty
198
+ taxonomyAncestorStatusPill.emptyAncestorLevelValue = - -
199
+ # Error message displayed resembling button that calls to action to reload the details
200
+ taxonomyAncestorStatusPill.errorAction = 다시 로드
201
+ # Aria-label text for the error icon in the loading results error message
202
+ taxonomyAncestorStatusPill.errorIconLabel = 오류
203
+ # Error message displayed as inline notice that informs the user that the taxonomy details failed to load
204
+ taxonomyAncestorStatusPill.errorMessage = Failed to load details
205
+ # Visually hidden aria-label text for the loading spinner
206
+ taxonomyAncestorStatusPill.loadingAriaLabel = 로드 중...