@box/metadata-editor 0.121.0 → 0.122.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 (50) hide show
  1. package/dist/i18n/bn-IN.js +2 -2
  2. package/dist/i18n/bn-IN.properties +4 -0
  3. package/dist/i18n/da-DK.js +2 -2
  4. package/dist/i18n/da-DK.properties +4 -0
  5. package/dist/i18n/de-DE.js +2 -2
  6. package/dist/i18n/de-DE.properties +4 -0
  7. package/dist/i18n/en-AU.js +2 -2
  8. package/dist/i18n/en-AU.properties +4 -0
  9. package/dist/i18n/en-CA.properties +4 -0
  10. package/dist/i18n/en-GB.js +2 -2
  11. package/dist/i18n/en-GB.properties +4 -0
  12. package/dist/i18n/en-x-pseudo.js +129 -129
  13. package/dist/i18n/en-x-pseudo.properties +131 -127
  14. package/dist/i18n/es-419.js +2 -2
  15. package/dist/i18n/es-419.properties +4 -0
  16. package/dist/i18n/es-ES.js +2 -2
  17. package/dist/i18n/es-ES.properties +4 -0
  18. package/dist/i18n/fi-FI.js +2 -2
  19. package/dist/i18n/fi-FI.properties +4 -0
  20. package/dist/i18n/fr-CA.js +3 -3
  21. package/dist/i18n/fr-CA.properties +5 -1
  22. package/dist/i18n/fr-FR.js +3 -3
  23. package/dist/i18n/fr-FR.properties +5 -1
  24. package/dist/i18n/hi-IN.js +2 -2
  25. package/dist/i18n/hi-IN.properties +4 -0
  26. package/dist/i18n/it-IT.js +2 -2
  27. package/dist/i18n/it-IT.properties +4 -0
  28. package/dist/i18n/ja-JP.js +2 -2
  29. package/dist/i18n/ja-JP.properties +4 -0
  30. package/dist/i18n/ko-KR.js +2 -2
  31. package/dist/i18n/ko-KR.properties +4 -0
  32. package/dist/i18n/nb-NO.js +2 -2
  33. package/dist/i18n/nb-NO.properties +4 -0
  34. package/dist/i18n/nl-NL.js +3 -3
  35. package/dist/i18n/nl-NL.properties +5 -1
  36. package/dist/i18n/pl-PL.js +2 -2
  37. package/dist/i18n/pl-PL.properties +4 -0
  38. package/dist/i18n/pt-BR.js +2 -2
  39. package/dist/i18n/pt-BR.properties +4 -0
  40. package/dist/i18n/ru-RU.js +2 -2
  41. package/dist/i18n/ru-RU.properties +4 -0
  42. package/dist/i18n/sv-SE.js +2 -2
  43. package/dist/i18n/sv-SE.properties +4 -0
  44. package/dist/i18n/tr-TR.js +2 -2
  45. package/dist/i18n/tr-TR.properties +4 -0
  46. package/dist/i18n/zh-CN.js +2 -2
  47. package/dist/i18n/zh-CN.properties +4 -0
  48. package/dist/i18n/zh-TW.js +2 -2
  49. package/dist/i18n/zh-TW.properties +4 -0
  50. package/package.json +3 -3
@@ -1,256 +1,260 @@
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 = ⟦萬萬萬萬萬萬萬 Ċľеåґ ιņΡµť ąńď śĕĺέ¢ŧīőή 國國國國國國國⟧
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 = ⟦萬萬萬萬 Ļŏǻďιņğ 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ţħêřĕ âŗě πô àţţґīьũτêś îл ŧħĭѕ ţε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 = ⟦萬萬萬萬 ŘėΡľăćë Ёʼnτêѓêď 國國國國⟧
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õлţĥ 國國國國國⟧
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 = ⟦萬萬萬萬 Şēļèĉť ąи öΡťіōŋ 國國國國⟧
50
+ groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = ⟦萬萬萬萬 Śëľĕčτ àη óΡţїőņ 國國國國⟧
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Çσŭľď ʼnóţ ľóάď ţë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 confirming the message informing that AI suggestion is the same as already applied value
88
- metadataEditor.aiSuggestionField.dismissLabel = ⟦萬萬 Ċòňƒĩřm 國國⟧
88
+ metadataEditor.aiSuggestionField.dismissLabel = ⟦萬萬 Çőйƒįŗm 國國⟧
89
89
  # Label for ignoring the AI suggestion
90
- metadataEditor.aiSuggestionField.ignoreLabel = ⟦萬 İğлóѓè 國⟧
90
+ metadataEditor.aiSuggestionField.ignoreLabel = ⟦萬 Ìğŋοге 國⟧
91
91
  # Label informing that AI suggestion value is the same as already existing value
92
- metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = ⟦萬萬萬萬萬萬萬萬萬萬萬 ßσ× ÄÍ şüĝğέśţŝ τħе ŝάmĕ νáĺµē ăŝ ǻвόνė 國國國國國國國國國國國⟧
92
+ metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = ⟦萬萬萬萬萬萬萬萬萬萬萬 Βøх ĀΊ ŝũğĝεśŧŝ ţħε ŝàmė νâĺμé åś ǻвôνё 國國國國國國國國國國國⟧
93
93
  # Aria label for the autofill button
94
- metadataEditor.autofillButton.ariaLabel = ⟦萬萬萬萬萬 Ąũţõƒìľľ ωîτн Бο× ΆĨ 國國國國國⟧
94
+ metadataEditor.autofillButton.ariaLabel = ⟦萬萬萬萬萬 Ãцŧõƒìĺĺ щìτн Βοх ΆĮ 國國國國國⟧
95
95
  # Aria label for the autofill button with the template name
96
- metadataEditor.autofillButton.ariaLabelWithTemplateName = ⟦萬萬萬萬萬萬萬 Äũŧōƒįļĺ {templateName} шïţĥ ßόх ǺÌ 國國國國國國國⟧
96
+ metadataEditor.autofillButton.ariaLabelWithTemplateName = ⟦萬萬萬萬萬萬萬 Āμťøƒïĺļ {templateName} щìτħ Бô× ΆÎ 國國國國國國國⟧
97
97
  # Tooltip for the autofill button when using enhanced AI agent
98
- metadataEditor.autofillButton.tooltip.enhanced = ⟦萬萬萬萬萬萬萬萬萬 Ąµťоƒĩľļ щīţĥ βőх ĂÎ (Ėлĥăň¢έď) 國國國國國國國國國⟧
98
+ metadataEditor.autofillButton.tooltip.enhanced = ⟦萬萬萬萬萬萬萬萬萬 Ǻûťőƒϊľĺ шíťĥ Бŏ× ÄÍ (Éйнǻŋċěď) 國國國國國國國國國⟧
99
99
  # Tooltip for the autofill button in GA
100
- metadataEditor.autofillButton.tooltip.ga = ⟦萬萬萬萬萬 Âŭţôƒĩĺļ ẃïτн βοх ÃÎ 國國國國國⟧
100
+ metadataEditor.autofillButton.tooltip.ga = ⟦萬萬萬萬萬 Ãüťоƒīĺļ ẃíτĥ Βø× ĂĨ 國國國國國⟧
101
101
  # Tooltip for the autofill button when using standard AI agent
102
- metadataEditor.autofillButton.tooltip.standard = ⟦萬萬萬萬萬萬萬萬萬 Åŭťòƒιļļ шįτн Βōх ÀΪ (Ѕŧåπďąгď) 國國國國國國國國國⟧
102
+ metadataEditor.autofillButton.tooltip.standard = ⟦萬萬萬萬萬萬萬萬萬 Áūτοƒîļľ ẃϊţħ Βóх ÀÌ (Ŝţâŋďăґď) 國國國國國國國國國⟧
103
103
  # Label informing how to confirm deletion of the template
104
- metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ćóйƒĩŕm ďєĺёţĩой õƒ Мęťåďäťά īиşŧāňçę 國國國國國國國國國國國⟧
104
+ metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ćöʼnƒίřm ďέľēτĭøň øƒ Мĕťãďąŧå іηşťαήćě 國國國國國國國國國國國⟧
105
105
  # Paragraph asking user are they sure that they want to delete the template
106
- metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ãřе γŏû ŝŭґе Уóŭ ώáйť ťσ ďěļέτé ţħе "{templateName}" Мєţáďǻŧä ţëmΡļǻťę, ăňď ăľľ оƒ ίτś νåļúєś ƒяöm ŧĥîş ƒιļё? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
106
+ metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ąŗë ỳõù şµѓě ỳοũ щāņŧ ţó ďëĺëŧé τнě "{templateName}" Мêţâďâτá ŧémΡľãŧĕ, āπď àĺĺ ôƒ ίţś νáļùëŝ ƒгõm ŧніѕ ƒìļê? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
107
107
  # Paragraph asking user are they sure that they want to delete the template
108
- metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ãŗе ÿòú śúřē ỳσù шǻйτ ŧŏ ďêĺèŧé ŧĥē "{templateName}" Мěŧąďáťä ĩńśţāлçē, αлď ϊτѕ νàĺúêѕ? 國國國國國國國國國國國國國國國國國國國國國國國⟧
108
+ metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Âŗë ўóũ şūŗё ŷóú ωäлţ τó ďеļèťë τħέ "{templateName}" Μėτǻďâťα ïňŝŧãйçё, ăņď ĭτŝ νāļūеѕ? 國國國國國國國國國國國國國國國國國國國國國國國⟧
109
109
  # Label informing how to confirm deletion of the template
110
- metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŤÿΡέ ťħе Мěτăďàŧă ŦеmΡļāτє’ś лãmē τő ćόπƒĩŗm ďĕľêŧīóή 國國國國國國國國國國國國國國國⟧
110
+ metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŤýΡέ τнє Мёŧáďàťâ ŦεmΡļăτě’ŝ ηǻmĕ ŧō ¢ôʼnƒїŕm ďėĺеťĭøй 國國國國國國國國國國國國國國國⟧
111
111
  # Paragraph informing that data cannot be restored
112
- metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ǿʼnćé ďèľèţêď, Мēťάďâŧǻ νąļūěѕ ¢άήйσť ьε ŕęŝţōѓēď. 國國國國國國國國國國國國國國⟧
112
+ metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Θʼn¢ě ďëĺєţëď, Мëŧåďâťä νǻļûεŝ çâйлöŧ ьє ѓєşţøѓєď. 國國國國國國國國國國國國國國⟧
113
113
  # CTA to cancel deletion of the template
114
- metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬 Ćαņĉêļ 國⟧
114
+ metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬 Ċāπсêľ 國⟧
115
115
  # CTA to confirm deletion of the template
116
- metadataEditor.editInstance.deleteConfirmationModal.confirmButton = ⟦萬萬 Čôňƒίŕm 國國⟧
116
+ metadataEditor.editInstance.deleteConfirmationModal.confirmButton = ⟦萬萬 Ċσпƒîŕm 國國⟧
117
117
  # CTA to confirm deletion of the template
118
- metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = ⟦萬 Ðёľęτĕ 國⟧
118
+ metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = ⟦萬 Ďęļεţē 國⟧
119
119
  # Template named used when user created custom metadata template
120
- metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬 Čűşŧòm Мεťāďάţă 國國國國⟧
120
+ metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬 Ĉűşŧøm Μęťäďãťã 國國國國⟧
121
121
  # Aria label for Dismiss (x) button
122
- metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬 Ðįşmìśś 國國⟧
122
+ metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬 Ďìŝmїŝŝ 國國⟧
123
123
  # Header informing that template will be deleted
124
- metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬 Ďėļéτê "{templateName}" 國國國國⟧
124
+ metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬 Ðęļеŧе "{templateName}" 國國國國⟧
125
125
  # Aria label for header informing that template will be deleted
126
- metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬 Ďĕĺēτé Μėţãďάτă ŢémΡĺâţę 國國國國國國國⟧
126
+ metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬 Ďєĺεţę Μęťàďáτα ŤēmΡļǻťè 國國國國國國國⟧
127
127
  # Description of Box AI features
128
- metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Üşĕ ŧħё Ρòωеř õƒ Бöх ÂΊ ťō qůìĉĸľУ ċǻΡτüґĕ ďоćũméήτ mεţάďåťà, шĭťħ èνèŕ-íл¢яεăѕïпğ áċ¢üґåćŷ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
128
+ metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ůŝε ťĥё Ρσẁĕŗ оƒ Бôх ΑІ ŧø qμìĉкĺỳ ĉâΡτμŗě ďоćůmėиţ męŧäďãťă, шіţĥ ěνëг-їпćѓèαѕιиġ αćċµѓǻсў. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
129
129
  # Call to encourage user to use Box AI to autofill metadata fields
130
- metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬 Άŭτòƒĭľļ Мéŧãďáτą ωïťĥ βő× ĄĨ 國國國國國國國國⟧
130
+ metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬 Ăμτσƒïĺľ Μěτāďâτã щіτĥ ßõ× Áİ 國國國國國國國國⟧
131
131
  # Description of metadata features
132
- metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Αďď Мεţāďǻτä ťõ ŷŏűř ƒīļé ťό ѕüΡΡøŗτ ьцśīиèŝś øΡēгαţїöňş, щōŗκƒľőŵś, ąŋď mōяè! 國國國國國國國國國國國國國國國國國國國國國國國⟧
132
+ metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äďď Мěţāďãţă ţō ўøŭѓ ƒіļε τо ѕµΡΡőяť вúśĩηёŝѕ õΡéгąţїõňş, ŵόяķƒľοώŝ, äʼnď mόѓє! 國國國國國國國國國國國國國國國國國國國國國國國⟧
133
133
  # Call to encourage user to add metadata templates
134
- metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬 Âďď Мęťǻďǻţǻ ΤеmΡļαţêѕ 國國國國國國⟧
134
+ metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬 Ǻďď Μēţάďαŧä ŢėmΡľäţēş 國國國國國國⟧
135
135
  # Aria label used to clear search input
136
- metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬 Ĉĺëâř ŝêãŗčĥ 國國國⟧
136
+ metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬 Ĉļêāґ ѕěåяčħ 國國國⟧
137
137
  # Message displayed when there is no matching option in filter dropdown menu
138
- metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬 Ňσ яєѕůļŧş ƒõúиď 國國國國⟧
138
+ metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬 Νό гèѕμĺťŝ ƒσüлď 國國國國⟧
139
139
  # Display name for custom metadata templates
140
- metadataEditor.filterInstancesDropdown.customMetadataName = ⟦萬萬萬萬 Ċůşťöm Μěŧάďâťä 國國國國⟧
140
+ metadataEditor.filterInstancesDropdown.customMetadataName = ⟦萬萬萬萬 Çųşŧόm Мëťăďāťά 國國國國⟧
141
141
  # Aria label for subtitle with filtering details. Informs user which templates were chosen.
142
- metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άѓїǻ ļåьěļ ƒôŗ ŝūвťιţĺė ẁіţħ ƒίĺτеѓíŋĝ ďĕτâĭĺѕ. Іňƒōяцśĕг шĥїĉĥ ťеmΡļǻŧĕş ωёґě ćнόŝєή. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
142
+ metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άřіā ĺąьěļ ƒöґ ѕūвťĩţĺē шιτĥ ƒĩľτéŗìŋğ ďėŧąìľś. Īйƒόгūşêŕ ωĥіċħ ţémΡļαŧêŝ ẃєŗе čĥōşέη. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
143
143
  # Default trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
144
- metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = ⟦萬萬萬 Ăľĺ ŢémΡļãťеŝ 國國國⟧
144
+ metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = ⟦萬萬萬 Αĺļ ŢеmΡľåţĕŝ 國國國⟧
145
145
  # Trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if not all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
146
- metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = ⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber} оƒ {visibleTemplatesNumber} ŢєmΡļαťĕś 國國國國國國國⟧
146
+ metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = ⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber} όƒ {visibleTemplatesNumber} ŦēmΡļǻťêş 國國國國國國國⟧
147
147
  # Call to show empty values
148
- metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬 Şéє ěmΡťÿ νăļųēŝ 國國國國⟧
148
+ metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬 Ѕëë εmΡťУ νàļúęś 國國國國⟧
149
149
  # Header informing user that there are no values in the template
150
- metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬 Τĥįѕ ţєmΡļάťè ĥāѕ ήό νáľûёş 國國國國國國國國⟧
150
+ metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬 Ţĥìѕ τєmΡĺάτè ħăś ʼnо νάľűéѕ 國國國國國國國國⟧
151
151
  # Header informing user that there are no attributes in the template
152
- metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬 Ŧнĭş ŧémΡĺāţē ħάѕ ηő ǻţŧříьцťéş 國國國國國國國國國⟧
152
+ metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬 Ťħĭŝ ŧėmΡĺάτė нäŝ ʼnό äŧτѓівûτèŝ 國國國國國國國國國⟧
153
153
  # Caption about no empty values to be shown
154
- metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬 Ťħįś ŧěmΡĺăŧë ħãş ņò νąľŭеś 國國國國國國國國⟧
154
+ metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬 Τħϊŝ τëmΡľäţę ĥâş пõ νåľŭĕş 國國國國國國國國⟧
155
155
  # Description how metadata can be added
156
- metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßгóшśē őґ śёářĉн ƒοŗ ýòüя ίτëmś ţő ąΡΡļγ àηď ёďіŧ mεŧâďáτã 國國國國國國國國國國國國國國國國國⟧
156
+ metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бřоẁŝě ōř śéåґçн ƒοŗ ýóµґ ϊţęmş τø άΡΡļУ āηď ęďίŧ mετãďàτǻ 國國國國國國國國國國國國國國國國國⟧
157
157
  # Call to encourage user apply metadata templates
158
- metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬 ĄΡΡľỳ Мėťåďãτá ŦеmΡľąτéś 國國國國國國國⟧
158
+ metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬 ĄΡΡļУ Мεŧãďατά ŤēmΡľāτęѕ 國國國國國國國⟧
159
159
  # Aria label for card grouping two input fields: attribute name and value. This group lets user add new attribute to existing Custom Metadata template.
160
- metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬 Άďď пеẁ åťτґìвūťě ťο Ĉµѕτŏm Мēťăďąţà 國國國國國國國國國國⟧
160
+ metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬 Αďď ŋёώ âŧτґìвűŧē ţό Ćцśŧоm Μêŧăďąţã 國國國國國國國國國國⟧
161
161
  # Primary CTA button to add new field to cutom meatdata instance
162
- metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦ Àďď
162
+ metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦ Âďď
163
163
  # Label for the attribute name input field
164
- metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬 Äţŧřιьµτè Ñámέ 國國國國⟧
164
+ metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬 Åŧţŕíвúŧе Ňαmε 國國國國⟧
165
165
  # Cancel button text
166
- metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬 Ċāπĉеľ 國⟧
166
+ metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬 Ćàņčĕĺ 國⟧
167
167
  # Error enforcing unique key for custom metadata
168
- metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬 ΚëУ ăľґєâďγ è×ĩśŧş. 國國國國國⟧
168
+ metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬 Ќеý ąĺŗēàďý έхįśťŝ. 國國國國國⟧
169
169
  # Error enforcing non internal key for custom metadata
170
- metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬 Κęÿѕ ċāлπôť вёğìη ẁįτħ ã $. 國國國國國國國國⟧
170
+ metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬 Κéýŝ çάņňŏţ вéġĩň ẁïτħ á $. 國國國國國國國國⟧
171
171
  # Placeholder for the key field for custom metadata
172
- metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬 ё.ğ. Õѓďéř Йúmвĕг 國國國國國⟧
172
+ metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬 έ.ğ. Ǿґďêŕ Ŋümвèґ 國國國國國⟧
173
173
  # Error enforcing required key for custom metadata
174
- metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬 ĶèУ ιѕ ŗëqùíѓęď 國國國國⟧
174
+ metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬 Ķεý īѕ ѓĕqűįŗēď 國國國國⟧
175
175
  # Label for the value input field
176
- metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬 Väĺúė 國⟧
176
+ metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬 Våľûê 國⟧
177
177
  # Placeholder for the value field for custom metadata
178
- metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬 ę.ĝ. 42 國國⟧
178
+ metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬 ē.ĝ. 42 國國⟧
179
179
  # Loading message when autofill metadata extraction endpoint is called
180
- metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage = ⟦萬萬萬萬萬 Ĕхτŗąĉŧîπĝ Μĕŧåďåťă 國國國國國⟧
180
+ metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage = ⟦萬萬萬萬萬 Ε×ţѓàсτĩήĝ Мёτǻďąτà 國國國國國⟧
181
181
  # Dismiss button text which disabe error overlay when fetching AI suggestions failed
182
- metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton = ⟦萬萬 Ďіśmϊśś 國國⟧
182
+ metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton = ⟦萬萬 Ďίѕmїѕѕ 國國⟧
183
183
  # Description for error state when fetching AI suggestions failed
184
- metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = ⟦萬萬萬萬萬萬萬萬萬 Pľêāѕё ţŕý àġäïπ ϊń à ƒеẃ mιлųţêѕ 國國國國國國國國國⟧
184
+ metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = ⟦萬萬萬萬萬萬萬萬萬 Pľёåşë τяγ āğάíи ìη ǻ ƒέẃ mìиμτėş 國國國國國國國國國⟧
185
185
  # Title for error state when fetching AI suggestions failed
186
- metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬 Μёτąďáŧá έхτґáčτĭòņ сõûĺď πóτ čσmΡĺěŧε 國國國國國國國國國國國⟧
186
+ metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬 Μеŧâďαťǻ èхŧŕâсťіóл сσűĺď ŋøť ¢ömΡľéţέ 國國國國國國國國國國國⟧
187
187
  # Aria label for loading spinner
188
- metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = ⟦萬萬 Ŀōâďϊйĝ 國國⟧
188
+ metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = ⟦萬萬 Ľόåďĩňğ 國國⟧
189
189
  # Description for long loading state while fetching AI suggestions
190
- metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = ⟦萬萬萬萬萬 Şτîĺľ щŏяκϊʼnĝ õň ĩŧ! 國國國國國⟧
190
+ metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = ⟦萬萬萬萬萬 Śťїĺĺ ŵοřкìпğ ŏń íţ! 國國國國國⟧
191
191
  # Title for long loading state while fetching AI suggestions
192
- metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = ⟦萬萬萬萬萬萬萬萬萬 Ťħìŝ ìѕ τáκīйĝ ľσηĝέŗ ţĥāп úŝųâľ 國國國國國國國國國⟧
192
+ metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = ⟦萬萬萬萬萬萬萬萬萬 Ŧнïѕ ϊŝ ţαкίńğ ļσňġéґ ŧĥāń ūŝůāľ 國國國國國國國國國⟧
193
+ # Description for error state when user lacks permissions for metadata extraction
194
+ metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ύōù ďøŋ’ť нāνě Ρēѓmïŝşιŏʼn ţø äċćεŝş ťĥè ďёŝτîņąţĭóп ƒоĺďéґ ţŏ ĕ×ţгâсŧ mεţâďãťá. Pļéäѕë çôňťãçŧ ťĥε ошņĕґ ōř γõūѓ ąďmîŋ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
195
+ # Title for error state when user lacks permissions for metadata extraction
196
+ metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle = ⟦萬萬萬萬萬萬 Ĉāή’ţ Ёхŧѓâ¢τ Мëţåďǻţā 國國國國國國⟧
193
197
  # Button that allow to add new attribute to metadata custom instance
194
- metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 + Ăďď Âťťяįвùťė 國國國國⟧
198
+ metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 + Âďď Ǻţŧřιвũťě 國國國國⟧
195
199
  # Aria label for button that allow to remove attribute from metadata custom instance
196
- metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬 Ðεĺĕτę {fieldName} ąŧτřîвμτė 國國國國國國⟧
200
+ metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬 Ðèĺĕţë {fieldName} àťτяįвůŧē 國國國國國國⟧
197
201
  # Placeholder for the value field for custom metadata
198
- metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬 Ѕēť νàĺùε 國國⟧
202
+ metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬 Şéť νãļũе 國國⟧
199
203
  # Call to action to cancel and dismiss changes in Metadata Instance.
200
- metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬 Čàήсêľ 國⟧
204
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬 Çąπ¢еļ 國⟧
201
205
  # Call to action to delete Metadata Instance.
202
- metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬 Ďêĺëţέ 國⟧
206
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬 Ďεļέťє 國⟧
203
207
  # Aria label used to indicate that the button is currently loading.
204
- metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬 Ľóǻďìńġ... 國國⟧
208
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬 Ĺöάďįήğ... 國國⟧
205
209
  # Call to action to save Metadata Instance.
206
- metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬 Şǻνē 國⟧
210
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬 Şāνέ 國⟧
207
211
  # Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
208
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬 Ǻųŧøƒīľļ 國國⟧
212
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬 õτόƒĩľľ 國國⟧
209
213
  # Aria label for the autofill dropdown trigger
210
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel = ⟦萬萬萬萬萬 Ŝĕĕ áğëйτ òΡτіοʼnѕ. 國國國國國⟧
214
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel = ⟦萬萬萬萬萬 Śęě άĝέήŧ ōΡτїõʼnѕ. 國國國國國⟧
211
215
  # Body for AI suggestions is in Beta notice to inform user to check responses before saving
212
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬 Pĺėàŝé čнеćķ ґëѕΡōиŝέş вēƒøѓέ şäνίňğ. 國國國國國國國國國國國⟧
216
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬 Pľëāşê ĉħéčк яέśΡοηѕєş ьέƒõŕè ŝąνїńġ. 國國國國國國國國國國國⟧
213
217
  # Header for AI suggestions is in Beta notice
214
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = ⟦萬萬萬萬萬萬 ĀÌ Ăųŧσƒìľĺ ìѕ ϊʼn βёτā 國國國國國國⟧
218
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = ⟦萬萬萬萬萬萬 Ãİ Ăμŧóƒîļľ ìѕ їŋ βëŧå 國國國國國國⟧
215
219
  # Header with Custom Metadata template name
216
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬 Ĉùśţоm Мєτàďǻťǻ 國國國國⟧
220
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬 Ċμѕţòm Мęťäďåťā 國國國國⟧
217
221
  # Text for the enhanced extract agent
218
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent = ⟦萬萬 Еńнāй¢éď 國國⟧
222
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent = ⟦萬萬 Êʼnĥåņсęď 國國⟧
219
223
  # Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
220
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βó× ÀΊ ŵоʼn’ť вé âьļê ţő ăссèŝś ťĥέ ęπţĩřę ĉόŋτĕńτ, ŵні¢ħ mïġнŧ Ⴣéçτ îťŝ ąπśώέřś. 國國國國國國國國國國國國國國國國國國國國國國國國⟧
224
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βøх Ãİ ώσй’ŧ ьé äвĺε ŧò άċ¢êѕŝ τħē ěиτĭяé čőʼnťēńτ, ωĥιćħ mîğнŧ ąƒƒєċť їτś áʼnŝωεřś. 國國國國國國國國國國國國國國國國國國國國國國國國⟧
221
225
  # Header for notice informing that text content is too large
222
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = ⟦萬萬萬萬萬 Çόлτéйτ îŝ ţόŏ ľαŗğë 國國國國國⟧
226
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = ⟦萬萬萬萬萬 Ćóήţēπť ìş ŧòό ļăŕğê 國國國國國⟧
223
227
  # Aria label used to indicate that the button is currently loading.
224
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬 Ŀøäďīŋġ... 國國⟧
228
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬 Ŀóąďįηġ... 國國⟧
225
229
  # Text for the standard extract agent
226
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = ⟦萬萬 Ѕţǻňďάѓď 國國⟧
230
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = ⟦萬萬 Ŝŧáήďαѓď 國國⟧
227
231
  # Body for the unsaved changes modal
228
- metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Μέτάďäţâ ŧεmΡļāτέ(ŝ) ħàνє űйśăνëď ćнάʼnġеş. Ĥощ ώøůļď ÿоů ľîкέ ŧσ Ρŗōĉеέď? 國國國國國國國國國國國國國國國國國國國國國⟧
232
+ metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Мéţàďãτά ţèmΡľâţё(ŝ) ħãνé űиѕäνèď ćħâńĝéŝ. Ηοω шőűľď ÿоű ľïĸě τö Ρґōĉêēď? 國國國國國國國國國國國國國國國國國國國國國⟧
229
233
  # Label for close (x) button
230
- metadataEditor.unsavedChangesModal.closeLabel = ⟦萬 Çĺòѕε 國⟧
234
+ metadataEditor.unsavedChangesModal.closeLabel = ⟦萬 Çĺоѕё 國⟧
231
235
  # CTA for going back to edit mode of the current template
232
- metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬 Çøπŧїицέ Єďíţійĝ 國國國國⟧
236
+ metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬 Čòŋťįиūе Ëďīŧįŋĝ 國國國國⟧
233
237
  # CTA for discarding unsaved changes
234
- metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬 Ðïŝčǻґď Ĉнāńğēş 國國國國⟧
238
+ metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬 Ðіśċąŗď Ĉĥǻŋĝёş 國國國國⟧
235
239
  # Header for the unsaved changes modal
236
- metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬 Ŭήŝąνеď Čĥāήġëŝ 國國國國⟧
240
+ metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬 Ųήŝăνéď Čħãŋğęŝ 國國國國⟧
237
241
  # Call to action to hide all empty values
238
- metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬 Ηìďę έmΡŧỳ νāľűеś 國國國國國⟧
242
+ metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬 Ĥīďě émΡťÿ νǻļûęś 國國國國國⟧
239
243
  # Call to action to show hidden empty values
240
- metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬 Ŝħőŵ ёmΡτŷ νãĺůèś 國國國國國⟧
244
+ metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬 Ŝĥοŵ émΡťÿ νàľūĕś 國國國國國⟧
241
245
  # Header with Custom Metadata template name
242
- metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬 Čűѕτøm Μèťαďáţā 國國國國⟧
246
+ metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬 Ĉūѕţöm Μёŧáďάťά 國國國國⟧
243
247
  # Aria label for the edit button
244
- metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬 Ёďιť {templateName} 國國⟧
248
+ metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬 Єďĭť {templateName} 國國⟧
245
249
  # Tooltip text explaining that by clicking button user can edit template
246
- metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬 Ёďīŧ 國⟧
250
+ metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬 Εďίť 國⟧
247
251
  # Default value for ancestor level value when it is empty
248
252
  taxonomyAncestorStatusPill.emptyAncestorLevelValue = ⟦ - - ⟧
249
253
  # Error message displayed resembling button that calls to action to reload the details
250
- taxonomyAncestorStatusPill.errorAction = ⟦萬 Řęļőāď 國⟧
254
+ taxonomyAncestorStatusPill.errorAction = ⟦萬 Ŗєľōåď 國⟧
251
255
  # Aria-label text for the error icon in the loading results error message
252
- taxonomyAncestorStatusPill.errorIconLabel = ⟦萬 Еяяŏґ 國⟧
256
+ taxonomyAncestorStatusPill.errorIconLabel = ⟦萬 Èřяöŗ 國⟧
253
257
  # Error message displayed as inline notice that informs the user that the taxonomy details failed to load
254
- taxonomyAncestorStatusPill.errorMessage = ⟦萬萬萬萬萬萬 ₣αįļêď ţŏ ľσãď ďеτâĩľŝ 國國國國國國⟧
258
+ taxonomyAncestorStatusPill.errorMessage = ⟦萬萬萬萬萬萬 ₣ăίĺēď ťο ľõăď ďëťàїľŝ 國國國國國國⟧
255
259
  # Visually hidden aria-label text for the loading spinner
256
- taxonomyAncestorStatusPill.loadingAriaLabel = ⟦萬萬 Ĺοáďιηğ... 國國⟧
260
+ taxonomyAncestorStatusPill.loadingAriaLabel = ⟦萬萬 Ľσąďíήġ... 國國⟧
@@ -95,8 +95,8 @@ export default {
95
95
  "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Cargando",
96
96
  "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "¡Seguimos trabajando en ello!",
97
97
  "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "Esta operación está tardando más tiempo del habitual",
98
- "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription": "You don’t have permission to access the destination folder to extract metadata. Please contact the owner or your admin.",
99
- "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle": "Can’t Extract Metadata",
98
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription": "No tiene permiso para acceder a la carpeta de destino para extraer metadatos. Póngase en contacto con el propietario o su administrador.",
99
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle": "No se pueden extraer metadatos",
100
100
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Agregar atributo",
101
101
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Eliminar el atributo {fieldName}",
102
102
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Establecer el valor",
@@ -190,6 +190,10 @@ metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = Cargand
190
190
  metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = ¡Seguimos trabajando en ello!
191
191
  # Title for long loading state while fetching AI suggestions
192
192
  metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = Esta operación está tardando más tiempo del habitual
193
+ # Description for error state when user lacks permissions for metadata extraction
194
+ metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription = No tiene permiso para acceder a la carpeta de destino para extraer metadatos. Póngase en contacto con el propietario o su administrador.
195
+ # Title for error state when user lacks permissions for metadata extraction
196
+ metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle = No se pueden extraer metadatos
193
197
  # Button that allow to add new attribute to metadata custom instance
194
198
  metadataEditor.metadataInstanceEditor.customInstance.addAttribute = + Agregar atributo
195
199
  # Aria label for button that allow to remove attribute from metadata custom instance
@@ -95,8 +95,8 @@ export default {
95
95
  "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Cargando",
96
96
  "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "¡Seguimos trabajando en ello!",
97
97
  "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "Esta operación está tardando más tiempo del habitual",
98
- "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription": "You don’t have permission to access the destination folder to extract metadata. Please contact the owner or your admin.",
99
- "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle": "Can’t Extract Metadata",
98
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription": "No tiene permiso para acceder a la carpeta de destino para extraer metadatos. Póngase en contacto con el propietario o su administrador.",
99
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle": "No se pueden extraer metadatos",
100
100
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Agregar atributo",
101
101
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Eliminar el atributo {fieldName}",
102
102
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Establecer el valor",
@@ -190,6 +190,10 @@ metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = Cargand
190
190
  metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = ¡Seguimos trabajando en ello!
191
191
  # Title for long loading state while fetching AI suggestions
192
192
  metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = Esta operación está tardando más tiempo del habitual
193
+ # Description for error state when user lacks permissions for metadata extraction
194
+ metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription = No tiene permiso para acceder a la carpeta de destino para extraer metadatos. Póngase en contacto con el propietario o su administrador.
195
+ # Title for error state when user lacks permissions for metadata extraction
196
+ metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle = No se pueden extraer metadatos
193
197
  # Button that allow to add new attribute to metadata custom instance
194
198
  metadataEditor.metadataInstanceEditor.customInstance.addAttribute = + Agregar atributo
195
199
  # Aria label for button that allow to remove attribute from metadata custom instance
@@ -95,8 +95,8 @@ export default {
95
95
  "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Ladataan",
96
96
  "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Käsitellään vielä!",
97
97
  "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "Tämä kestää tavallista kauemmin",
98
- "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription": "You don’t have permission to access the destination folder to extract metadata. Please contact the owner or your admin.",
99
- "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle": "Can’t Extract Metadata",
98
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription": "Sinulla ei ole käyttöoikeutta kohdekansioon metatietojen käsittelyyn. Ota yhteyttä omistajaan tai ylläpitäjään.",
99
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle": "Metatietoja ei voida purkaa",
100
100
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Lisää attribuutti",
101
101
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Poista määrite {fieldName}",
102
102
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Aseta arvo",
@@ -190,6 +190,10 @@ metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = Ladataa
190
190
  metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = Käsitellään vielä!
191
191
  # Title for long loading state while fetching AI suggestions
192
192
  metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = Tämä kestää tavallista kauemmin
193
+ # Description for error state when user lacks permissions for metadata extraction
194
+ metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription = Sinulla ei ole käyttöoikeutta kohdekansioon metatietojen käsittelyyn. Ota yhteyttä omistajaan tai ylläpitäjään.
195
+ # Title for error state when user lacks permissions for metadata extraction
196
+ metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle = Metatietoja ei voida purkaa
193
197
  # Button that allow to add new attribute to metadata custom instance
194
198
  metadataEditor.metadataInstanceEditor.customInstance.addAttribute = + Lisää attribuutti
195
199
  # Aria label for button that allow to remove attribute from metadata custom instance
@@ -52,7 +52,7 @@ export default {
52
52
  "metadataEditor.autofillButton.tooltip.standard": "Remplissage automatique avec Box AI (Standard)",
53
53
  "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Confirmer la suppression de l'instance de métadonnées",
54
54
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Êtes-vous sûr de vouloir supprimer le modèle de métadonnées « {templateName} » et toutes ses valeurs contenues dans ce fichier ?",
55
- "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Êtes-vous sûr de vouloir supprimer l'instance de métadonnées « {templateName} » et ses valeurs ?",
55
+ "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Souhaitez-vous vraiment supprimer l'instance de métadonnées « {templateName} » et ses valeurs ?",
56
56
  "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Saisissez le nom du modèle de métadonnées pour valider la suppression",
57
57
  "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Une fois supprimées, les valeurs de métadonnées ne peuvent pas être restaurées.",
58
58
  "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Annuler",
@@ -95,8 +95,8 @@ export default {
95
95
  "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "En cours de chargement",
96
96
  "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Toujours en cours !",
97
97
  "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "Cela prend plus de temps que d'habitude",
98
- "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription": "You don’t have permission to access the destination folder to extract metadata. Please contact the owner or your admin.",
99
- "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle": "Can’t Extract Metadata",
98
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription": "Vous n'êtes pas autorisé à accéder au dossier de destination pour extraire les métadonnées. Veuillez contacter le propriétaire ou votre administrateur.",
99
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle": "Impossible d'extraire les métadonnées.",
100
100
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Ajouter un attribut",
101
101
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Supprimer l'attribut {fieldName}",
102
102
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Définir la valeur",
@@ -105,7 +105,7 @@ metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirm
105
105
  # Paragraph asking user are they sure that they want to delete the template
106
106
  metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Êtes-vous sûr de vouloir supprimer le modèle de métadonnées « {templateName} » et toutes ses valeurs contenues dans ce fichier ?
107
107
  # Paragraph asking user are they sure that they want to delete the template
108
- metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = Êtes-vous sûr de vouloir supprimer l'instance de métadonnées « {templateName} » et ses valeurs ?
108
+ metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = Souhaitez-vous vraiment supprimer l'instance de métadonnées « {templateName} » et ses valeurs ?
109
109
  # Label informing how to confirm deletion of the template
110
110
  metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = Saisissez le nom du modèle de métadonnées pour valider la suppression
111
111
  # Paragraph informing that data cannot be restored
@@ -190,6 +190,10 @@ metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = En cour
190
190
  metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = Toujours en cours !
191
191
  # Title for long loading state while fetching AI suggestions
192
192
  metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = Cela prend plus de temps que d'habitude
193
+ # Description for error state when user lacks permissions for metadata extraction
194
+ metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription = Vous n'êtes pas autorisé à accéder au dossier de destination pour extraire les métadonnées. Veuillez contacter le propriétaire ou votre administrateur.
195
+ # Title for error state when user lacks permissions for metadata extraction
196
+ metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle = Impossible d'extraire les métadonnées.
193
197
  # Button that allow to add new attribute to metadata custom instance
194
198
  metadataEditor.metadataInstanceEditor.customInstance.addAttribute = + Ajouter un attribut
195
199
  # Aria label for button that allow to remove attribute from metadata custom instance
@@ -52,7 +52,7 @@ export default {
52
52
  "metadataEditor.autofillButton.tooltip.standard": "Remplissage automatique avec Box AI (Standard)",
53
53
  "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Confirmer la suppression de l'instance de métadonnées",
54
54
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Êtes-vous sûr de vouloir supprimer le modèle de métadonnées « {templateName} » et toutes ses valeurs contenues dans ce fichier ?",
55
- "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Êtes-vous sûr de vouloir supprimer l'instance de métadonnées « {templateName} » et ses valeurs ?",
55
+ "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Souhaitez-vous vraiment supprimer l'instance de métadonnées « {templateName} » et ses valeurs ?",
56
56
  "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Saisissez le nom du modèle de métadonnées pour valider la suppression",
57
57
  "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Une fois supprimées, les valeurs de métadonnées ne peuvent pas être restaurées.",
58
58
  "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Annuler",
@@ -95,8 +95,8 @@ export default {
95
95
  "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "En cours de chargement",
96
96
  "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Toujours en cours !",
97
97
  "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "Cela prend plus de temps que d'habitude",
98
- "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription": "You don’t have permission to access the destination folder to extract metadata. Please contact the owner or your admin.",
99
- "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle": "Can’t Extract Metadata",
98
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription": "Vous n'êtes pas autorisé à accéder au dossier de destination pour extraire les métadonnées. Veuillez contacter le propriétaire ou votre administrateur.",
99
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle": "Impossible d'extraire les métadonnées.",
100
100
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Ajouter un attribut",
101
101
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Supprimer l'attribut {fieldName}",
102
102
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Définir la valeur",