@box/metadata-editor 0.113.2 → 0.114.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/dist/i18n/bn-IN.js +2 -2
  2. package/dist/i18n/bn-IN.properties +3 -1
  3. package/dist/i18n/da-DK.js +2 -2
  4. package/dist/i18n/da-DK.properties +3 -1
  5. package/dist/i18n/de-DE.js +2 -2
  6. package/dist/i18n/de-DE.properties +3 -1
  7. package/dist/i18n/en-AU.js +1 -1
  8. package/dist/i18n/en-AU.properties +3 -1
  9. package/dist/i18n/en-CA.js +1 -1
  10. package/dist/i18n/en-CA.properties +3 -1
  11. package/dist/i18n/en-GB.js +1 -1
  12. package/dist/i18n/en-GB.properties +3 -1
  13. package/dist/i18n/en-x-pseudo.js +126 -126
  14. package/dist/i18n/en-x-pseudo.properties +127 -125
  15. package/dist/i18n/es-419.js +2 -2
  16. package/dist/i18n/es-419.properties +3 -1
  17. package/dist/i18n/es-ES.js +2 -2
  18. package/dist/i18n/es-ES.properties +3 -1
  19. package/dist/i18n/fi-FI.js +2 -2
  20. package/dist/i18n/fi-FI.properties +3 -1
  21. package/dist/i18n/fr-CA.js +2 -2
  22. package/dist/i18n/fr-CA.properties +3 -1
  23. package/dist/i18n/fr-FR.js +2 -2
  24. package/dist/i18n/fr-FR.properties +3 -1
  25. package/dist/i18n/hi-IN.js +2 -2
  26. package/dist/i18n/hi-IN.properties +3 -1
  27. package/dist/i18n/it-IT.js +2 -2
  28. package/dist/i18n/it-IT.properties +3 -1
  29. package/dist/i18n/ja-JP.js +6 -6
  30. package/dist/i18n/ja-JP.properties +7 -5
  31. package/dist/i18n/ko-KR.js +2 -2
  32. package/dist/i18n/ko-KR.properties +3 -1
  33. package/dist/i18n/nb-NO.js +2 -2
  34. package/dist/i18n/nb-NO.properties +3 -1
  35. package/dist/i18n/nl-NL.js +2 -2
  36. package/dist/i18n/nl-NL.properties +3 -1
  37. package/dist/i18n/pl-PL.js +2 -2
  38. package/dist/i18n/pl-PL.properties +3 -1
  39. package/dist/i18n/pt-BR.js +2 -2
  40. package/dist/i18n/pt-BR.properties +3 -1
  41. package/dist/i18n/ru-RU.js +2 -2
  42. package/dist/i18n/ru-RU.properties +3 -1
  43. package/dist/i18n/sv-SE.js +2 -2
  44. package/dist/i18n/sv-SE.properties +3 -1
  45. package/dist/i18n/tr-TR.js +2 -2
  46. package/dist/i18n/tr-TR.properties +3 -1
  47. package/dist/i18n/zh-CN.js +2 -2
  48. package/dist/i18n/zh-CN.properties +3 -1
  49. package/dist/i18n/zh-TW.js +2 -2
  50. package/dist/i18n/zh-TW.properties +3 -1
  51. package/package.json +3 -3
@@ -45,8 +45,8 @@ export default {
45
45
  "metadataEditor.aiSuggestionField.dismissLabel": "নিশ্চিত করুন",
46
46
  "metadataEditor.aiSuggestionField.ignoreLabel": "উপেক্ষা করুন",
47
47
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI উপরের মতো একই মান প্রস্তাব করে",
48
- "metadataEditor.autofillButton.ariaLabel": "Box AI দিয়ে {templateName} অটোফিল করুন",
49
- "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Autofill {templateName} with Box AI",
48
+ "metadataEditor.autofillButton.ariaLabel": "Box AI-এর মাধ্যমে অটোফিল করুন",
49
+ "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Box AI দিয়ে {templateName} অটোফিল করুন",
50
50
  "metadataEditor.autofillButton.tooltip.enhanced": "Box AI (বর্ধিত)-এর মাধ্যমে অটোফিল করুন",
51
51
  "metadataEditor.autofillButton.tooltip.ga": "Box AI-এর মাধ্যমে অটোফিল করুন",
52
52
  "metadataEditor.autofillButton.tooltip.standard": "Box AI (স্ট্যান্ডার্ড)-এর মাধ্যমে অটোফিল করুন",
@@ -91,7 +91,9 @@ metadataEditor.aiSuggestionField.ignoreLabel = উপেক্ষা করু
91
91
  # Label informing that AI suggestion value is the same as already existing value
92
92
  metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI উপরের মতো একই মান প্রস্তাব করে
93
93
  # Aria label for the autofill button
94
- metadataEditor.autofillButton.ariaLabel = Box AI দিয়ে {templateName} অটোফিল করুন
94
+ metadataEditor.autofillButton.ariaLabel = Box AI-এর মাধ্যমে অটোফিল করুন
95
+ # Aria label for the autofill button with the template name
96
+ metadataEditor.autofillButton.ariaLabelWithTemplateName = Box AI দিয়ে {templateName} অটোফিল করুন
95
97
  # Tooltip for the autofill button when using enhanced AI agent
96
98
  metadataEditor.autofillButton.tooltip.enhanced = Box AI (বর্ধিত)-এর মাধ্যমে অটোফিল করুন
97
99
  # Tooltip for the autofill button in GA
@@ -45,8 +45,8 @@ export default {
45
45
  "metadataEditor.aiSuggestionField.dismissLabel": "Bekræft",
46
46
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignorer",
47
47
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI foreslår den samme værdi som ovenfor",
48
- "metadataEditor.autofillButton.ariaLabel": "Automatisk udfyldning af {templateName} med Box AI",
49
- "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Autofill {templateName} with Box AI",
48
+ "metadataEditor.autofillButton.ariaLabel": "Automatisk udfyldning med Box AI",
49
+ "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Automatisk udfyldning af {templateName} med Box AI",
50
50
  "metadataEditor.autofillButton.tooltip.enhanced": "Automatisk udfyldning med Box AI (Forbedret)",
51
51
  "metadataEditor.autofillButton.tooltip.ga": "Automatisk udfyldning med Box AI",
52
52
  "metadataEditor.autofillButton.tooltip.standard": "Automatisk udfyldning med Box AI (Standard)",
@@ -91,7 +91,9 @@ metadataEditor.aiSuggestionField.ignoreLabel = Ignorer
91
91
  # Label informing that AI suggestion value is the same as already existing value
92
92
  metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI foreslår den samme værdi som ovenfor
93
93
  # Aria label for the autofill button
94
- metadataEditor.autofillButton.ariaLabel = Automatisk udfyldning af {templateName} med Box AI
94
+ metadataEditor.autofillButton.ariaLabel = Automatisk udfyldning med Box AI
95
+ # Aria label for the autofill button with the template name
96
+ metadataEditor.autofillButton.ariaLabelWithTemplateName = Automatisk udfyldning af {templateName} med Box AI
95
97
  # Tooltip for the autofill button when using enhanced AI agent
96
98
  metadataEditor.autofillButton.tooltip.enhanced = Automatisk udfyldning med Box AI (Forbedret)
97
99
  # Tooltip for the autofill button in GA
@@ -45,8 +45,8 @@ export default {
45
45
  "metadataEditor.aiSuggestionField.dismissLabel": "Bestätigen",
46
46
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignorieren",
47
47
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI schlägt denselben Wert wie oben vor",
48
- "metadataEditor.autofillButton.ariaLabel": "Mit Box KI automatisch ausfüllen {templateName}",
49
- "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Autofill {templateName} with Box AI",
48
+ "metadataEditor.autofillButton.ariaLabel": "Automatisch ausfüllen mit Box AI",
49
+ "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Mit Box KI automatisch ausfüllen {templateName}",
50
50
  "metadataEditor.autofillButton.tooltip.enhanced": "Automatisch ausfüllen mit Box AI (erweitert)",
51
51
  "metadataEditor.autofillButton.tooltip.ga": "Automatisch ausfüllen mit Box AI",
52
52
  "metadataEditor.autofillButton.tooltip.standard": "Automatisch ausfüllen mit Box AI (Standard)",
@@ -91,7 +91,9 @@ metadataEditor.aiSuggestionField.ignoreLabel = Ignorieren
91
91
  # Label informing that AI suggestion value is the same as already existing value
92
92
  metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI schlägt denselben Wert wie oben vor
93
93
  # Aria label for the autofill button
94
- metadataEditor.autofillButton.ariaLabel = Mit Box KI automatisch ausfüllen {templateName}
94
+ metadataEditor.autofillButton.ariaLabel = Automatisch ausfüllen mit Box AI
95
+ # Aria label for the autofill button with the template name
96
+ metadataEditor.autofillButton.ariaLabelWithTemplateName = Mit Box KI automatisch ausfüllen {templateName}
95
97
  # Tooltip for the autofill button when using enhanced AI agent
96
98
  metadataEditor.autofillButton.tooltip.enhanced = Automatisch ausfüllen mit Box AI (erweitert)
97
99
  # Tooltip for the autofill button in GA
@@ -45,7 +45,7 @@ export default {
45
45
  "metadataEditor.aiSuggestionField.dismissLabel": "Confirm",
46
46
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
47
47
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggests the same value as above",
48
- "metadataEditor.autofillButton.ariaLabel": "Autofill {templateName} with Box AI",
48
+ "metadataEditor.autofillButton.ariaLabel": "Autofill with Box AI",
49
49
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Autofill {templateName} with Box AI",
50
50
  "metadataEditor.autofillButton.tooltip.enhanced": "Autofill with Box AI (Enhanced)",
51
51
  "metadataEditor.autofillButton.tooltip.ga": "Autofill with Box AI",
@@ -91,7 +91,9 @@ metadataEditor.aiSuggestionField.ignoreLabel = Ignore
91
91
  # Label informing that AI suggestion value is the same as already existing value
92
92
  metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI suggests the same value as above
93
93
  # Aria label for the autofill button
94
- metadataEditor.autofillButton.ariaLabel = Autofill {templateName} with Box AI
94
+ metadataEditor.autofillButton.ariaLabel = Autofill with Box AI
95
+ # Aria label for the autofill button with the template name
96
+ metadataEditor.autofillButton.ariaLabelWithTemplateName = Autofill {templateName} with Box AI
95
97
  # Tooltip for the autofill button when using enhanced AI agent
96
98
  metadataEditor.autofillButton.tooltip.enhanced = Autofill with Box AI (Enhanced)
97
99
  # Tooltip for the autofill button in GA
@@ -45,7 +45,7 @@ export default {
45
45
  "metadataEditor.aiSuggestionField.dismissLabel": "Confirm",
46
46
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
47
47
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggests the same value as above",
48
- "metadataEditor.autofillButton.ariaLabel": "Autofill {templateName} with Box AI",
48
+ "metadataEditor.autofillButton.ariaLabel": "Autofill with Box AI",
49
49
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Autofill {templateName} with Box AI",
50
50
  "metadataEditor.autofillButton.tooltip.enhanced": "Autofill with Box AI (Enhanced)",
51
51
  "metadataEditor.autofillButton.tooltip.ga": "Autofill with Box AI",
@@ -91,7 +91,9 @@ metadataEditor.aiSuggestionField.ignoreLabel = Ignore
91
91
  # Label informing that AI suggestion value is the same as already existing value
92
92
  metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI suggests the same value as above
93
93
  # Aria label for the autofill button
94
- metadataEditor.autofillButton.ariaLabel = Autofill {templateName} with Box AI
94
+ metadataEditor.autofillButton.ariaLabel = Autofill with Box AI
95
+ # Aria label for the autofill button with the template name
96
+ metadataEditor.autofillButton.ariaLabelWithTemplateName = Autofill {templateName} with Box AI
95
97
  # Tooltip for the autofill button when using enhanced AI agent
96
98
  metadataEditor.autofillButton.tooltip.enhanced = Autofill with Box AI (Enhanced)
97
99
  # Tooltip for the autofill button in GA
@@ -45,7 +45,7 @@ export default {
45
45
  "metadataEditor.aiSuggestionField.dismissLabel": "Confirm",
46
46
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
47
47
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggests the same value as above",
48
- "metadataEditor.autofillButton.ariaLabel": "Autofill {templateName} with Box AI",
48
+ "metadataEditor.autofillButton.ariaLabel": "Autofill with Box AI",
49
49
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Autofill {templateName} with Box AI",
50
50
  "metadataEditor.autofillButton.tooltip.enhanced": "Autofill with Box AI (Enhanced)",
51
51
  "metadataEditor.autofillButton.tooltip.ga": "Autofill with Box AI",
@@ -91,7 +91,9 @@ metadataEditor.aiSuggestionField.ignoreLabel = Ignore
91
91
  # Label informing that AI suggestion value is the same as already existing value
92
92
  metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI suggests the same value as above
93
93
  # Aria label for the autofill button
94
- metadataEditor.autofillButton.ariaLabel = Autofill {templateName} with Box AI
94
+ metadataEditor.autofillButton.ariaLabel = Autofill with Box AI
95
+ # Aria label for the autofill button with the template name
96
+ metadataEditor.autofillButton.ariaLabelWithTemplateName = Autofill {templateName} with Box AI
95
97
  # Tooltip for the autofill button when using enhanced AI agent
96
98
  metadataEditor.autofillButton.tooltip.enhanced = Autofill with Box AI (Enhanced)
97
99
  # Tooltip for the autofill button in GA
@@ -1,130 +1,130 @@
1
1
  export default {
2
- "comboboxWithApiPagination.clearButtonAriaLabel": "⟦萬萬萬萬萬萬萬 Ćļєâř іʼnΡůŧ ãηď śęľěçŧĩòη 國國國國國國國⟧",
3
- "comboboxWithApiPagination.errorAction": "⟦萬 Ѓєļőâď 國⟧",
4
- "comboboxWithApiPagination.errorIconLabel": "⟦萬 Ĕяŗöг 國⟧",
5
- "comboboxWithApiPagination.errorMessage": "⟦萬萬萬萬萬萬 ₣ąϊļēď ŧò ļòãď σΡťīöηś 國國國國國國⟧",
6
- "comboboxWithApiPagination.loadingAriaLabel": "⟦萬萬 Ĺŏăďĭňğ... 國國⟧",
7
- "comboboxWithApiPagination.loadingMoreAriaLabel": "⟦萬萬萬萬 Ĺοäďιиğ môŕě... 國國國國⟧",
8
- "comboboxWithApiPagination.noResults": "⟦萬萬萬萬 Йö ŕёşŭĺťş ƒòůŋď 國國國國⟧",
9
- "groupSharedFeatures.metadataEditor.loading": "⟦萬萬 ĺøäďїлġ 國國⟧",
10
- "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "⟦萬萬萬萬萬萬萬 Έʼnŧęŗ â ďãťε ãƒŧêŕ {date} 國國國國國國國⟧",
11
- "groupSharedFeatures.metadataEditor.metadataEditorFields.append": "⟦萬 ÂΡΡĕйď 國⟧",
12
- "groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError": "⟦萬萬萬萬萬萬萬 Êπτĕѓ ǻ ďãţε ьεƒőґё {date} 國國國國國國國⟧",
13
- "groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace": "⟦萬萬萬萬萬 Çľєáг Ãľļ & ҐėΡľáĉе 國國國國國⟧",
14
- "groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate": "⟦萬萬萬萬萬 Ĉļèαѓ ŝëĺеĉťèď ďäτë 國國國國國⟧",
15
- "groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue": "⟦萬萬萬萬萬 Īлνάĺîď ƒіěĺď νáľűę 國國國國國⟧",
16
- "groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder": "⟦萬萬萬萬 Ѕēļě¢τ νáĺûè(ş) 國國國國⟧",
17
- "groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ŧĥéѓĕ ǻřę ŋŏ âťŧяιьúτεś íи τħίś τεmΡļâťе. 國國國國國國國國國國國國⟧",
18
- "groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel": "⟦萬萬萬萬萬萬萬萬 ÖΡей ¢äľėηďàř ťō Ρϊçκ ą ďāţέ 國國國國國國國國⟧",
19
- "groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered": "⟦萬萬萬萬 Яēmоνë Єлţέŕèď 國國國國⟧",
20
- "groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered": "⟦萬萬萬萬 ҐěΡĺǻċε Επţèгëď 國國國國⟧",
21
- "groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate": "⟦萬萬萬萬 Śęĺεćť ťнĕ ďàţє 國國國國⟧",
22
- "groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder": "⟦萬萬萬萬 Şéļєčτ ã νǻľũė 國國國國⟧",
23
- "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "⟦萬萬 Şêť Vãľцè 國國⟧",
24
- "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "⟦萬萬萬萬萬 Şщϊť¢н ţσ ʼnє×ţ môиŧн 國國國國國⟧",
25
- "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "⟦萬萬萬萬萬萬萬 Śщίťćĥ ţο Ρгēνϊőùѕ mŏńτĥ 國國國國國國國⟧",
26
- "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "⟦萬萬萬萬 Śĕĺę¢ţ åή øΡţįöń 國國國國⟧",
27
- "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "⟦萬萬萬萬萬萬萬萬 Ŧοĝġĺє ůΡďàţé möďè ŝêĺє¢ťόѓ 國國國國國國國國⟧",
28
- "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "⟦萬 Ẁίţн 國⟧",
29
- "groupSharedFeatures.metadataEditor.metadataTemplateSelector.add": "⟦ Ãďď ⟧",
30
- "groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel": "⟦萬 Ĉąņçëĺ 國⟧",
31
- "groupSharedFeatures.metadataEditor.metadataTemplateSelector.close": "⟦萬 Ćĺòŝё 國⟧",
32
- "groupSharedFeatures.metadataEditor.metadataTemplateSelector.header": "⟦萬萬萬萬萬萬萬 Ŝėĺéĉť Мèŧαďàτá ŤémΡļąτë 國國國國國國國⟧",
33
- "groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel": "⟦萬 Ċĺęàя 國⟧",
34
- "groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel": "⟦萬萬萬萬萬 Şěąгсĥ ąľľ τèmΡĺăťëŝ 國國國國國⟧",
35
- "groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "⟦萬萬萬萬萬 Śėāŗсĥ ǻļľ ţεmΡĺãτёş 國國國國國⟧",
36
- "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "⟦萬萬萬萬萬 Ѕëľėćŧ ą ŦέmΡĺāţέ 國國國國國⟧",
37
- "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Çόûĺď ηøţ ļόăď ŧёmΡľäţèś. ΤяУ áĝãíπ ĺǻťеř 國國國國國國國國國國國國⟧",
38
- "metadataEditor.addMetadataTemplate.customMetadataName": "⟦萬萬萬萬 Čŭѕţόm Мєťãďàţä 國國國國⟧",
39
- "metadataEditor.addMetadataTemplate.search.placeholder": "⟦萬萬萬萬 Ѕëǻřčĥ τеmΡľäţėѕ 國國國國⟧",
40
- "metadataEditor.addMetadataTemplate.trigger.label": "⟦萬萬萬 Áďď ŧеmΡļǻťе 國國國⟧",
41
- "metadataEditor.aiSuggestionField.aiSuggestionCaption": "⟦萬萬萬萬萬 βò× ÅІ şůĝĝēśτĭσņ: 國國國國國⟧",
42
- "metadataEditor.aiSuggestionField.aiSuggestionOptions": "⟦萬萬 ΟΡτιôήŝ 國國⟧",
43
- "metadataEditor.aiSuggestionField.appendLabel": "⟦萬 ĄΡΡĕňď 國⟧",
44
- "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "⟦萬萬萬萬萬 Ċĺèăґ åήď ŘèΡľåćě 國國國國國⟧",
45
- "metadataEditor.aiSuggestionField.dismissLabel": "⟦萬萬 Çőηƒιяm 國國⟧",
46
- "metadataEditor.aiSuggestionField.ignoreLabel": "⟦萬 Ĩġηôґē 國⟧",
47
- "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "⟦萬萬萬萬萬萬萬萬萬萬萬 ßō× ÁĪ śůğğέşτѕ ťнē śàmέ νăļµĕ άş αьóνë 國國國國國國國國國國國⟧",
48
- "metadataEditor.autofillButton.ariaLabel": "⟦萬萬萬萬萬萬萬 Àũŧŏƒіļľ {templateName} ωìŧħ Бóх ÁĮ 國國國國國國國⟧",
49
- "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Autofill {templateName} with Box AI",
50
- "metadataEditor.autofillButton.tooltip.enhanced": "⟦萬萬萬萬萬萬萬萬萬 Åŭτőƒïļĺ ώìţħ βőх ΑĨ (Ėπĥáη¢έď) 國國國國國國國國國⟧",
51
- "metadataEditor.autofillButton.tooltip.ga": "⟦萬萬萬萬萬 Äùťôƒìľľ шĭţн Βõ× ÀΪ 國國國國國⟧",
52
- "metadataEditor.autofillButton.tooltip.standard": "⟦萬萬萬萬萬萬萬萬萬 Áůτοƒįļĺ ẃĭţн ßøх ÀÌ (Ѕţàπďäѓď) 國國國國國國國國國⟧",
53
- "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬 Ċοπƒĩяm ďёľėťíоή öƒ Μєťαďàţα īņѕťäň¢ę 國國國國國國國國國國國⟧",
54
- "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äřě ỳòû śüѓé ỳоμ шάʼnτ ŧо ďėĺέťĕ ťħė \"{templateName}\" Μêţąďάţα ţèmΡľäţє, ǻņď ǻľļ όƒ ĩťş νãľüēś ƒѓöm ŧнїş ƒįĺё? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
55
- "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άřé ŷòű şùŕē ỳôũ ẁǻήτ ťο ďεļĕτе τнę \"{templateName}\" Мèŧãďãţà ïņѕťάήčё, äňď ïţѕ ναĺũéş? 國國國國國國國國國國國國國國國國國國國國國國國⟧",
56
- "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŢўΡé ŧħĕ Μéţáďāťä ŤеmΡĺãτє’ѕ ʼnάmé ŧõ čσπƒĭѓm ďéļęŧĭőл 國國國國國國國國國國國國國國國⟧",
57
- "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Òņĉě ďєļέţėď, Μеτàďâťã νåľûέş сǻήпŏŧ вè ŕεşτòřēď. 國國國國國國國國國國國國國國⟧",
58
- "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "⟦萬 Ċàηĉēľ 國⟧",
59
- "metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "⟦萬萬 Ćσлƒιŗm 國國⟧",
60
- "metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "⟦萬 Ðĕľέτε 國⟧",
61
- "metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "⟦萬萬萬萬 Čμşτõm Μęτáďάťã 國國國國⟧",
62
- "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "⟦萬萬 Ðíşmïѕѕ 國國⟧",
63
- "metadataEditor.editInstance.deleteConfirmationModal.header": "⟦萬萬萬萬 Ðєļèτë \"{templateName}\" 國國國國⟧",
64
- "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "⟦萬萬萬萬萬萬萬 Ďεľèτё Μėţäďáτá ŤëmΡľαťє 國國國國國國國⟧",
65
- "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ųŝě ťĥė Ρōŵёґ öƒ Бσ× ÄĪ ţó qûίčĸļγ çαΡτűŕę ďóĉűmèńŧ mēťâďάţă, шіťĥ ëνĕѓ-įŋçґěąśįиġ ά¢сцŗā¢У. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
66
- "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "⟦萬萬萬萬萬萬萬萬 Áűţóƒїľļ Мĕţăďàťά шįţн βо× ÂΊ 國國國國國國國國⟧",
67
- "metadataEditor.fileLevel.emptyState.default.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ãďď Мėťăďàŧã τŏ ŷóůŕ ƒїļė ŧò ѕūΡΡόřţ ьüѕĭήèŝѕ ōΡěŗąτīöʼnş, ẁøŕĸƒľόẁѕ, ãńď mõřё! 國國國國國國國國國國國國國國國國國國國國國國國⟧",
68
- "metadataEditor.fileLevel.emptyState.default.heading": "⟦萬萬萬萬萬萬 Ãďď Μěťαďάťã ŤëmΡļαŧέş 國國國國國國⟧",
69
- "metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel": "⟦萬萬萬 Çļεáŕ ѕēäŕçн 國國國⟧",
70
- "metadataEditor.filterDropdownMenuSearch.noResultsFound": "⟦萬萬萬萬 Ñő ŕёşûļťş ƒõűńď 國國國國⟧",
71
- "metadataEditor.filterInstancesDropdown.customMetadataName": "⟦萬萬萬萬 Ĉũşţöm Μέŧαďąţă 國國國國⟧",
72
- "metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äгιă ĺàвęĺ ƒοŕ şųвţίţľë ώïŧħ ƒίĺτěŕιʼnğ ďëťăĩľŝ. Ίпƒоŕmѕ üѕęг ẃħιċн τēmΡĺąŧěş шёгê çнòŝёп. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
73
- "metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "⟦萬萬萬 Äĺľ ŦёmΡļăŧēş 國國國⟧",
74
- "metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber} оƒ {visibleTemplatesNumber} ΤēmΡĺåťĕѕ 國國國國國國國⟧",
75
- "metadataEditor.instanceLevel.emptyState.emptyValues.Cta": "⟦萬萬萬萬 Ѕеė ēmΡτŷ νåľμέŝ 國國國國⟧",
76
- "metadataEditor.instanceLevel.emptyState.heading": "⟦萬萬萬萬萬萬萬萬 Ţħìѕ ŧеmΡľâτĕ ĥàş ņŏ νąļŭēş 國國國國國國國國⟧",
77
- "metadataEditor.instanceLevel.emptyState.noAttributes.heading": "⟦萬萬萬萬萬萬萬萬萬 Ŧнιş τèmΡľāťé нαş лõ ǻŧťяιвũţέŝ 國國國國國國國國國⟧",
78
- "metadataEditor.instanceLevel.emptyState.noEmptyValues.body": "⟦萬萬萬萬萬萬萬萬 Τнίѕ τěmΡľäţë ĥăś ηø ναĺūеŝ 國國國國國國國國⟧",
79
- "metadataEditor.managerLevel.emptyState.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бŕŏŵѕє óя şėαŗćĥ ƒοґ γόùŗ ĩτёmŝ ţó ăΡΡļÿ ǻпď έďіτ mêťäďαťǻ 國國國國國國國國國國國國國國國國國⟧",
80
- "metadataEditor.managerLevel.emptyState.heading": "⟦萬萬萬萬萬萬萬 ÂΡΡľý Μėťαďäŧá ΤеmΡĺàŧêş 國國國國國國國⟧",
81
- "metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬 Âďď йêш άťťґϊьųτе τõ Ċµśţõm Μєťàďάťä 國國國國國國國國國國⟧",
82
- "metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA": "⟦ Âďď ⟧",
83
- "metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel": "⟦萬萬萬萬 Ãţťŕįвůťè Ńàmē 國國國國⟧",
84
- "metadataEditor.metadataEditor.customIntanceNewField.cancelCTA": "⟦萬 Ċàйçëļ 國⟧",
85
- "metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey": "⟦萬萬萬萬萬 ЌēУ άľґèăďў ěхϊśťş. 國國國國國⟧",
86
- "metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey": "⟦萬萬萬萬萬萬萬萬 Ķέỳş ĉαńňōτ вέğįп щíτħ à $. 國國國國國國國國⟧",
87
- "metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder": "⟦萬萬萬萬萬 ě.ġ. Ōяďęѓ Ñμmвéѓ 國國國國國⟧",
88
- "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "⟦萬萬萬萬 Ķēŷ ιś яĕqùìřєď 國國國國⟧",
89
- "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "⟦萬 Vãļμê 國⟧",
2
+ "comboboxWithApiPagination.clearButtonAriaLabel": "⟦萬萬萬萬萬萬萬 Çĺέάř їпΡüτ ãйď ѕěĺéċŧїοŋ 國國國國國國國⟧",
3
+ "comboboxWithApiPagination.errorAction": "⟦萬 Ґęļøǻď 國⟧",
4
+ "comboboxWithApiPagination.errorIconLabel": "⟦萬 Èѓŗőŕ 國⟧",
5
+ "comboboxWithApiPagination.errorMessage": "⟦萬萬萬萬萬萬 ₣áīľéď ţό ľõâď σΡτίŏиş 國國國國國國⟧",
6
+ "comboboxWithApiPagination.loadingAriaLabel": "⟦萬萬 Ļòąďіиġ... 國國⟧",
7
+ "comboboxWithApiPagination.loadingMoreAriaLabel": "⟦萬萬萬萬 Ľοăďíŋĝ mŏґē... 國國國國⟧",
8
+ "comboboxWithApiPagination.noResults": "⟦萬萬萬萬 Ńο řęŝüĺţş ƒôųŋď 國國國國⟧",
9
+ "groupSharedFeatures.metadataEditor.loading": "⟦萬萬 ļõãďĩпğ 國國⟧",
10
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "⟦萬萬萬萬萬萬萬 Ëήţèґ å ďâτέ ąƒťéѓ {date} 國國國國國國國⟧",
11
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.append": "⟦萬 ǺΡΡепď 國⟧",
12
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError": "⟦萬萬萬萬萬萬萬 Ėņťеѓ ά ďâŧè вêƒòяé {date} 國國國國國國國⟧",
13
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace": "⟦萬萬萬萬萬 Ċļéâř Άľľ & ҐέΡĺαсē 國國國國國⟧",
14
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate": "⟦萬萬萬萬萬 Çļêáŗ ѕéĺěćţėď ďąŧē 國國國國國⟧",
15
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue": "⟦萬萬萬萬萬 Ĩńνåļìď ƒíеĺď νâľŭë 國國國國國⟧",
16
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder": "⟦萬萬萬萬 Ŝėĺēсţ νáļцε(ѕ) 國國國國⟧",
17
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ŧĥěгέ ǻŗё йо âťτґĭьцťêś īл ŧнīŝ ţèmΡľάŧę. 國國國國國國國國國國國國⟧",
18
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel": "⟦萬萬萬萬萬萬萬萬 ŎΡеʼn сαľèňďąя ţô Ρīċк â ďåŧé 國國國國國國國國⟧",
19
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered": "⟦萬萬萬萬 Γêmõνè Ēйťëŗēď 國國國國⟧",
20
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered": "⟦萬萬萬萬 ЯєΡľāсё Ēńŧęřέď 國國國國⟧",
21
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate": "⟦萬萬萬萬 Śёľēçţ τнё ďåτē 國國國國⟧",
22
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder": "⟦萬萬萬萬 Śеľęćŧ â νäļũé 國國國國⟧",
23
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "⟦萬萬 Şėţ Väľűє 國國⟧",
24
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "⟦萬萬萬萬萬 Şшìťċĥ ţσ йĕ×τ mоŋτħ 國國國國國⟧",
25
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "⟦萬萬萬萬萬萬萬 Ѕщïťсħ ţо Ρřēνϊóµş mόňτĥ 國國國國國國國⟧",
26
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "⟦萬萬萬萬 Şěļéćţ ǻп ŏΡτîóπ 國國國國⟧",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "⟦萬萬萬萬萬萬萬萬 Ťöğğľè ŭΡďąŧе mоďε şєĺéçţõг 國國國國國國國國⟧",
28
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "⟦萬 Щіţн 國⟧",
29
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.add": "⟦ Āďď ⟧",
30
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel": "⟦萬 Ĉåпĉėļ 國⟧",
31
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.close": "⟦萬 Ćļόѕé 國⟧",
32
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.header": "⟦萬萬萬萬萬萬萬 Ѕεĺёçţ Μëţāďαŧą ŦěmΡĺāţé 國國國國國國國⟧",
33
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel": "⟦萬 Čľёǻŕ 國⟧",
34
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel": "⟦萬萬萬萬萬 Şēàяčĥ âĺľ ŧеmΡĺāŧéѕ 國國國國國⟧",
35
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "⟦萬萬萬萬萬 Ѕĕαŗсĥ ąļľ ŧεmΡĺαŧėş 國國國國國⟧",
36
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "⟦萬萬萬萬萬 Şëĺε¢ť ά ŦémΡĺăŧê 國國國國國⟧",
37
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ċøúĺď ήστ ļσåď ţέmΡĺãťĕş. Ťŗỳ ãġáίņ ľăτéř 國國國國國國國國國國國國⟧",
38
+ "metadataEditor.addMetadataTemplate.customMetadataName": "⟦萬萬萬萬 Ĉūѕţοm Мєťąďăŧâ 國國國國⟧",
39
+ "metadataEditor.addMetadataTemplate.search.placeholder": "⟦萬萬萬萬 Śεâгçĥ ŧєmΡļαťéŝ 國國國國⟧",
40
+ "metadataEditor.addMetadataTemplate.trigger.label": "⟦萬萬萬 Άďď ţёmΡļäţė 國國國⟧",
41
+ "metadataEditor.aiSuggestionField.aiSuggestionCaption": "⟦萬萬萬萬萬 ßő× ĂÌ şúġğęŝτϊőʼn: 國國國國國⟧",
42
+ "metadataEditor.aiSuggestionField.aiSuggestionOptions": "⟦萬萬 ŌΡτîοήŝ 國國⟧",
43
+ "metadataEditor.aiSuggestionField.appendLabel": "⟦萬 ΑΡΡéлď 國⟧",
44
+ "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "⟦萬萬萬萬萬 Çļёăґ áήď ҐēΡļąсė 國國國國國⟧",
45
+ "metadataEditor.aiSuggestionField.dismissLabel": "⟦萬萬 Ćοлƒíгm 國國⟧",
46
+ "metadataEditor.aiSuggestionField.ignoreLabel": "⟦萬 Ίĝήσŗë 國⟧",
47
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "⟦萬萬萬萬萬萬萬萬萬萬萬 Бŏх ΆІ ŝμĝĝēŝţś ťħè ѕǻmε νàľμέ ãѕ áьõνе 國國國國國國國國國國國⟧",
48
+ "metadataEditor.autofillButton.ariaLabel": "⟦萬萬萬萬萬 Âüτöƒîĺļ шįŧн ßô× ÄĮ 國國國國國⟧",
49
+ "metadataEditor.autofillButton.ariaLabelWithTemplateName": "⟦萬萬萬萬萬萬萬 Âüťσƒϊĺľ {templateName} ẁίţн ßо× ÅΪ 國國國國國國國⟧",
50
+ "metadataEditor.autofillButton.tooltip.enhanced": "⟦萬萬萬萬萬萬萬萬萬 Àцťόƒϊļļ ώϊŧĥ βσ× ǺΪ (Έηĥáņćеď) 國國國國國國國國國⟧",
51
+ "metadataEditor.autofillButton.tooltip.ga": "⟦萬萬萬萬萬 Àŭţóƒíĺļ щĭţĥ Бό× ΑĪ 國國國國國⟧",
52
+ "metadataEditor.autofillButton.tooltip.standard": "⟦萬萬萬萬萬萬萬萬萬 Âùτοƒιļļ щĩţĥ Βöх Àİ (Şťàňďāřď) 國國國國國國國國國⟧",
53
+ "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬 Ćõπƒĩгm ďęĺęŧіσň øƒ Мēŧåďäťá íлѕťǻńċё 國國國國國國國國國國國⟧",
54
+ "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Áґê ýόц şüяë ўōμ ẃãиŧ τò ďéĺēτê τĥė \"{templateName}\" Мēţäďāτά τėmΡļáťé, āπď áĺĺ οƒ íŧŝ νåļüèş ƒяòm ťĥίѕ ƒîĺё? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
55
+ "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ǻґę γőû śµѓε γòü шǻйť τò ďеĺëťê ţĥé \"{templateName}\" Мêţάďåţä ϊńşτάńсė, àпď ϊţş νåĺůèś? 國國國國國國國國國國國國國國國國國國國國國國國⟧",
56
+ "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŤýΡę ťĥέ Мėťãďăťâ ŢєmΡĺαťě’ś πàmë ţô ċøйƒįřm ďêļēťιоŋ 國國國國國國國國國國國國國國國⟧",
57
+ "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Őл¢ê ďěĺěťēď, Μēτâďǻŧä νàĺμέŝ ćãпήόŧ ьё яєŝτõяėď. 國國國國國國國國國國國國國國⟧",
58
+ "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "⟦萬 Ċάηĉèľ 國⟧",
59
+ "metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "⟦萬萬 Čõŋƒігm 國國⟧",
60
+ "metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "⟦萬 Ðεĺєŧĕ 國⟧",
61
+ "metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "⟦萬萬萬萬 Čűşťôm Мěŧǻďåţá 國國國國⟧",
62
+ "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "⟦萬萬 Ðĭśmíśŝ 國國⟧",
63
+ "metadataEditor.editInstance.deleteConfirmationModal.header": "⟦萬萬萬萬 Ďėľěŧę \"{templateName}\" 國國國國⟧",
64
+ "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "⟦萬萬萬萬萬萬萬 Ðēĺεţê Μěτãďäťα ŢêmΡľαťě 國國國國國國國⟧",
65
+ "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ûśè ťĥĕ Ρøẃėг ôƒ Бо× ÀĨ ŧŏ qüĩčķľÿ ċαΡτûѓέ ďόçμmεиτ mεŧáďàŧą, ωíŧн èνëř-їņçяęåşïпĝ å¢сůřǻĉў. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
66
+ "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "⟦萬萬萬萬萬萬萬萬 Ãũťøƒϊļľ Μéτάďãτå щϊŧĥ Бõ× ΆĨ 國國國國國國國國⟧",
67
+ "metadataEditor.fileLevel.emptyState.default.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Âďď Мéťáďáťα ťό ÿőūг ƒíľє ťő şűΡΡоřţ ьцśīņёŝş òΡєŗàŧіõπş, щöгĸƒļőшŝ, äńď mοřέ! 國國國國國國國國國國國國國國國國國國國國國國國⟧",
68
+ "metadataEditor.fileLevel.emptyState.default.heading": "⟦萬萬萬萬萬萬 Αďď Меţãďąťå ŤĕmΡľàţęŝ 國國國國國國⟧",
69
+ "metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel": "⟦萬萬萬 Ćļéαѓ şĕåѓćĥ 國國國⟧",
70
+ "metadataEditor.filterDropdownMenuSearch.noResultsFound": "⟦萬萬萬萬 Йò ѓèŝūļτş ƒôũņď 國國國國⟧",
71
+ "metadataEditor.filterInstancesDropdown.customMetadataName": "⟦萬萬萬萬 Ċůśτôm Мèŧâďãτα 國國國國⟧",
72
+ "metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ąřїâ ļāвēľ ƒōг ѕμьţїτļе ώιťħ ƒîľťĕгĩπğ ďєτãíļѕ. Ìиƒόгmŝ ůѕêŕ ώнīĉн ŧĕmΡĺάŧєş ẁêŗē ¢нõѕеʼn. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
73
+ "metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "⟦萬萬萬 Āľĺ ŤēmΡļāτėŝ 國國國⟧",
74
+ "metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber} õƒ {visibleTemplatesNumber} ŢēmΡľåťêѕ 國國國國國國國⟧",
75
+ "metadataEditor.instanceLevel.emptyState.emptyValues.Cta": "⟦萬萬萬萬 Śëě ēmΡťý νäľµēş 國國國國⟧",
76
+ "metadataEditor.instanceLevel.emptyState.heading": "⟦萬萬萬萬萬萬萬萬 Τнįś ŧėmΡĺαţě ĥåş ησ νăĺųèѕ 國國國國國國國國⟧",
77
+ "metadataEditor.instanceLevel.emptyState.noAttributes.heading": "⟦萬萬萬萬萬萬萬萬萬 Τħíś ŧëmΡļåťё ĥãŝ йò âťŧґївúŧёş 國國國國國國國國國⟧",
78
+ "metadataEditor.instanceLevel.emptyState.noEmptyValues.body": "⟦萬萬萬萬萬萬萬萬 Τħĩŝ ţёmΡĺāţе нàŝ ŋő νǻľūęş 國國國國國國國國⟧",
79
+ "metadataEditor.managerLevel.emptyState.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бяσŵşė òя śēâŕçĥ ƒôя ўôцґ ïτĕmş ťò ãΡΡĺÿ αʼnď ёďïŧ mёťāďâŧå 國國國國國國國國國國國國國國國國國⟧",
80
+ "metadataEditor.managerLevel.emptyState.heading": "⟦萬萬萬萬萬萬萬 ÃΡΡļÿ Μėťáďàťâ ŢέmΡľâτĕŝ 國國國國國國國⟧",
81
+ "metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬 Άďď ηěω äττŗīвųţè ţô Ĉûŝŧοm Μеťάďàτã 國國國國國國國國國國⟧",
82
+ "metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA": "⟦ Ãďď ⟧",
83
+ "metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel": "⟦萬萬萬萬 Äţτŗįьŭťê Иămē 國國國國⟧",
84
+ "metadataEditor.metadataEditor.customIntanceNewField.cancelCTA": "⟦萬 Ċǻňčëļ 國⟧",
85
+ "metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey": "⟦萬萬萬萬萬 Ќεў äľřėάďУ ė×įŝťś. 國國國國國⟧",
86
+ "metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey": "⟦萬萬萬萬萬萬萬萬 Ķëỳѕ çǻņʼnόţ вèğĩй ώĭτн à $. 國國國國國國國國⟧",
87
+ "metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder": "⟦萬萬萬萬萬 є.ġ. Ôяďέя Ицmьέř 國國國國國⟧",
88
+ "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "⟦萬萬萬萬 Ķêγ їŝ ѓεqűίґеď 國國國國⟧",
89
+ "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "⟦萬 Vàĺüε 國⟧",
90
90
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "⟦萬萬 ê.ġ. 42 國國⟧",
91
- "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "⟦萬萬萬萬萬 Ε×ţŕãćţίņĝ Μėťãďâτà 國國國國國⟧",
92
- "metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton": "⟦萬萬 Ðįśmїѕś 國國⟧",
93
- "metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription": "⟦萬萬萬萬萬萬萬萬萬 Pľëąśę ŧŗў âğâíʼn íη á ƒέщ mĩńμťëѕ 國國國國國國國國國⟧",
94
- "metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle": "⟦萬萬萬萬萬萬萬萬萬萬萬 Мèτãďαţâ ėхτřä¢ťίöπ ċōŭĺď пõť čοmΡļêťέ 國國國國國國國國國國國⟧",
95
- "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "⟦萬萬 Ĺôáďїπġ 國國⟧",
96
- "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "⟦萬萬萬萬萬 Śτîĺľ щŏŕкїŋĝ õπ ïŧ! 國國國國國⟧",
97
- "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "⟦萬萬萬萬萬萬萬萬萬 Ťнїѕ ιŝ τāκĭʼnġ ļóйġёя τнάη цśμáļ 國國國國國國國國國⟧",
98
- "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "⟦萬萬萬萬 + Ãďď Åŧτřįьúτę 國國國國⟧",
99
- "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "⟦萬萬萬萬萬萬 Ðěļεţė {fieldName} ãτţяîвųτё 國國國國國國⟧",
100
- "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "⟦萬萬 Ѕėτ νåľũë 國國⟧",
101
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton": "⟦萬 Ćąлсėļ 國⟧",
102
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton": "⟦萬 Ðéļęŧе 國⟧",
103
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "⟦萬萬 Ĺοäďĭήġ... 國國⟧",
104
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "⟦萬 Śâνê 國⟧",
105
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "⟦萬萬 Άūťòƒϊļļ 國國⟧",
106
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "⟦萬萬萬萬萬 Ѕēέ ãĝēňť õΡţïŏήŝ. 國國國國國⟧",
107
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "⟦萬萬萬萬萬萬萬萬萬萬萬 Pļєäśė čнéсķ гěŝΡōŋѕéş вęƒōŗē ŝâνϊлġ. 國國國國國國國國國國國⟧",
108
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "⟦萬萬萬萬萬萬 ǺÍ Άůτōƒіĺľ îѕ íņ Βёťá 國國國國國國⟧",
109
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "⟦萬萬萬萬 Ĉüśτоm Μеτάďãŧâ 國國國國⟧",
110
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "⟦萬萬 Єήĥąпćĕď 國國⟧",
111
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βό× ĂĪ ẁõŋ’ť ьε ǻьĺë ŧò αćčēşѕ ŧħé èņťíяέ ĉσηťèņŧ, шнїĉн mĭĝнť ăƒƒēĉť íţѕ àŋѕшеґŝ. 國國國國國國國國國國國國國國國國國國國國國國國國⟧",
112
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "⟦萬萬萬萬萬 Ćōиţēητ ìś τŏŏ ļαŗğė 國國國國國⟧",
113
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "⟦萬萬 Ĺŏαďĭйġ... 國國⟧",
114
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "⟦萬萬 Şŧåηďąґď 國國⟧",
115
- "metadataEditor.unsavedChangesModal.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Μēťάďâţα τęmΡľǻτę(ś) ĥåνė úʼnŝåνèď ćнăиĝēŝ. Ηôŵ щôűļď ÿσű ľïкέ ťó Ρгσ¢ęёď? 國國國國國國國國國國國國國國國國國國國國國⟧",
116
- "metadataEditor.unsavedChangesModal.closeLabel": "⟦萬 Ćĺôśε 國⟧",
117
- "metadataEditor.unsavedChangesModal.continueEditingCTA": "⟦萬萬萬萬 Çõлŧιήúé Єďїťĩπğ 國國國國⟧",
118
- "metadataEditor.unsavedChangesModal.discardChangesCTA": "⟦萬萬萬萬 Ďіşćąяď Čнãʼnġèŝ 國國國國⟧",
119
- "metadataEditor.unsavedChangesModal.header": "⟦萬萬萬萬 Ũπŝåνëď Ĉĥāŋġēş 國國國國⟧",
120
- "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "⟦萬萬萬萬萬 Ήϊďé èmΡţỳ νāļũєś 國國國國國⟧",
121
- "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "⟦萬萬萬萬萬 Şнόω ěmΡţў νáĺμέş 國國國國國⟧",
122
- "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "⟦萬萬萬萬 Çúŝťōm Мèτāďâτά 國國國國⟧",
123
- "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "⟦萬萬 Ĕďιţ {templateName} 國國⟧",
124
- "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "⟦萬 Ęďіť 國⟧",
91
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "⟦萬萬萬萬萬 Ëхţґǻċţìńğ Μєτǻďáŧă 國國國國國⟧",
92
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton": "⟦萬萬 Ďїŝmíşş 國國⟧",
93
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription": "⟦萬萬萬萬萬萬萬萬萬 Pľεàŝέ ţґÿ āĝǻϊń íň à ƒĕẃ mĭŋцţεś 國國國國國國國國國⟧",
94
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle": "⟦萬萬萬萬萬萬萬萬萬萬萬 Мéτáďăŧà єхťѓăčτīòл ¢øųļď ʼnσŧ čômΡļèτę 國國國國國國國國國國國⟧",
95
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "⟦萬萬 Ŀóâďїπĝ 國國⟧",
96
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "⟦萬萬萬萬萬 Ѕţїĺļ шôѓĸіήĝ òл ϊτ! 國國國國國⟧",
97
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "⟦萬萬萬萬萬萬萬萬萬 Ţħìѕ їś ťáĸîπğ ľóиğěŗ τĥǻη űşμãĺ 國國國國國國國國國⟧",
98
+ "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "⟦萬萬萬萬 + Αďď Ăťτґίвůŧέ 國國國國⟧",
99
+ "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "⟦萬萬萬萬萬萬 Ðĕļετё {fieldName} åťτřїьųŧė 國國國國國國⟧",
100
+ "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "⟦萬萬 Ŝęŧ νάĺůё 國國⟧",
101
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton": "⟦萬 Ċāń¢ëļ 國⟧",
102
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton": "⟦萬 Ďèľěťë 國⟧",
103
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "⟦萬萬 Ļоäďιπğ... 國國⟧",
104
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "⟦萬 Śāνе 國⟧",
105
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "⟦萬萬 Áúŧσƒíĺļ 國國⟧",
106
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "⟦萬萬萬萬萬 Ŝêē āğëиţ őΡτìőπś. 國國國國國⟧",
107
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "⟦萬萬萬萬萬萬萬萬萬萬萬 Pľέåѕё çĥèĉκ яěśΡòńśéѕ ьéƒöгê şάνιŋġ. 國國國國國國國國國國國⟧",
108
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "⟦萬萬萬萬萬萬 ÃІ Ăūŧóƒīľĺ ίş ĭņ Бĕŧā 國國國國國國⟧",
109
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "⟦萬萬萬萬 Čűŝťøm Μęţǻďâťã 國國國國⟧",
110
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "⟦萬萬 Еήħäйсєď 國國⟧",
111
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бõх ÄÎ ẃση’ŧ ьε äвļé ţö å¢čèŝś ťнë єňŧíяε ċŏπτеиŧ, ώĥįćħ mîğнŧ 䃃êčτ ïτѕ ǻňŝώéѓş. 國國國國國國國國國國國國國國國國國國國國國國國國⟧",
112
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "⟦萬萬萬萬萬 Ĉσņŧêπţ ïś ŧōō ļαґğē 國國國國國⟧",
113
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "⟦萬萬 Ļôǻďïлğ... 國國⟧",
114
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "⟦萬萬 Ŝţãńďåřď 國國⟧",
115
+ "metadataEditor.unsavedChangesModal.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Мëŧάďåťα ťémΡľáτē(ś) ĥäνè µήѕâνêď çĥãʼnġèŝ. Ήσω ẁōůļď γοµ ĺįкĕ ŧõ Ρřōċęĕď? 國國國國國國國國國國國國國國國國國國國國國⟧",
116
+ "metadataEditor.unsavedChangesModal.closeLabel": "⟦萬 Çľоŝé 國⟧",
117
+ "metadataEditor.unsavedChangesModal.continueEditingCTA": "⟦萬萬萬萬 Ĉолťìлüє Έďïťįπĝ 國國國國⟧",
118
+ "metadataEditor.unsavedChangesModal.discardChangesCTA": "⟦萬萬萬萬 Ðíѕćąŕď Čħáήĝêś 國國國國⟧",
119
+ "metadataEditor.unsavedChangesModal.header": "⟦萬萬萬萬 Ůńśǻνęď Ĉħãʼnĝèѕ 國國國國⟧",
120
+ "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "⟦萬萬萬萬萬 Ηϊďє ëmΡţỳ νàľũèş 國國國國國⟧",
121
+ "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "⟦萬萬萬萬萬 Ŝħõẁ έmΡŧў νáľùěş 國國國國國⟧",
122
+ "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "⟦萬萬萬萬 Ĉųśťôm Μέτáďǻţǻ 國國國國⟧",
123
+ "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "⟦萬萬 Ёďįţ {templateName} 國國⟧",
124
+ "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "⟦萬 Ĕďϊţ 國⟧",
125
125
  "taxonomyAncestorStatusPill.emptyAncestorLevelValue": "⟦ - - ⟧",
126
- "taxonomyAncestorStatusPill.errorAction": "⟦萬 Řеĺόáď 國⟧",
127
- "taxonomyAncestorStatusPill.errorIconLabel": "⟦萬 Еггòŕ 國⟧",
128
- "taxonomyAncestorStatusPill.errorMessage": "⟦萬萬萬萬萬萬 ₣ãіľèď τō ļòαď ďėτάìĺś 國國國國國國⟧",
129
- "taxonomyAncestorStatusPill.loadingAriaLabel": "⟦萬萬 Ļσâďîпġ... 國國⟧"
126
+ "taxonomyAncestorStatusPill.errorAction": "⟦萬 Ґĕľøάď 國⟧",
127
+ "taxonomyAncestorStatusPill.errorIconLabel": "⟦萬 Ėŗяõѓ 國⟧",
128
+ "taxonomyAncestorStatusPill.errorMessage": "⟦萬萬萬萬萬萬 ₣αιľęď τŏ ļőăď ďėτǻîļş 國國國國國國⟧",
129
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "⟦萬萬 Ľöáďīņğ... 國國⟧"
130
130
  }