@box/metadata-editor 1.64.7 → 1.65.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 (61) hide show
  1. package/dist/chunks/metadata-instance-form-ai-disclaimer.js +28 -0
  2. package/dist/chunks/metadata-instance-form-card-wrapper.js +39 -33
  3. package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-ai-disclaimer/metadata-instance-form-ai-disclaimer.js +2 -0
  4. package/dist/esm/lib/messages.js +4 -0
  5. package/dist/i18n/bn-IN.js +9 -8
  6. package/dist/i18n/bn-IN.properties +17 -5
  7. package/dist/i18n/da-DK.js +9 -8
  8. package/dist/i18n/da-DK.properties +17 -5
  9. package/dist/i18n/de-DE.js +9 -8
  10. package/dist/i18n/de-DE.properties +17 -5
  11. package/dist/i18n/en-AU.js +4 -3
  12. package/dist/i18n/en-AU.properties +17 -5
  13. package/dist/i18n/en-CA.js +4 -3
  14. package/dist/i18n/en-CA.properties +17 -5
  15. package/dist/i18n/en-GB.js +4 -3
  16. package/dist/i18n/en-GB.properties +17 -5
  17. package/dist/i18n/en-US.js +1 -0
  18. package/dist/i18n/en-US.properties +2 -0
  19. package/dist/i18n/en-x-pseudo.js +157 -156
  20. package/dist/i18n/en-x-pseudo.properties +165 -153
  21. package/dist/i18n/es-419.js +9 -8
  22. package/dist/i18n/es-419.properties +17 -5
  23. package/dist/i18n/es-ES.js +9 -8
  24. package/dist/i18n/es-ES.properties +17 -5
  25. package/dist/i18n/fi-FI.js +9 -8
  26. package/dist/i18n/fi-FI.properties +17 -5
  27. package/dist/i18n/fr-CA.js +9 -8
  28. package/dist/i18n/fr-CA.properties +17 -5
  29. package/dist/i18n/fr-FR.js +9 -8
  30. package/dist/i18n/fr-FR.properties +17 -5
  31. package/dist/i18n/hi-IN.js +9 -8
  32. package/dist/i18n/hi-IN.properties +17 -5
  33. package/dist/i18n/it-IT.js +9 -8
  34. package/dist/i18n/it-IT.properties +17 -5
  35. package/dist/i18n/ja-JP.js +10 -9
  36. package/dist/i18n/ja-JP.properties +18 -6
  37. package/dist/i18n/json/src/lib/messages.json +1 -1
  38. package/dist/i18n/ko-KR.js +9 -8
  39. package/dist/i18n/ko-KR.properties +17 -5
  40. package/dist/i18n/nb-NO.js +9 -8
  41. package/dist/i18n/nb-NO.properties +17 -5
  42. package/dist/i18n/nl-NL.js +9 -8
  43. package/dist/i18n/nl-NL.properties +17 -5
  44. package/dist/i18n/pl-PL.js +9 -8
  45. package/dist/i18n/pl-PL.properties +17 -5
  46. package/dist/i18n/pt-BR.js +9 -8
  47. package/dist/i18n/pt-BR.properties +17 -5
  48. package/dist/i18n/ru-RU.js +9 -8
  49. package/dist/i18n/ru-RU.properties +17 -5
  50. package/dist/i18n/sv-SE.js +9 -8
  51. package/dist/i18n/sv-SE.properties +17 -5
  52. package/dist/i18n/tr-TR.js +9 -8
  53. package/dist/i18n/tr-TR.properties +17 -5
  54. package/dist/i18n/zh-CN.js +9 -8
  55. package/dist/i18n/zh-CN.properties +17 -5
  56. package/dist/i18n/zh-TW.js +9 -8
  57. package/dist/i18n/zh-TW.properties +17 -5
  58. package/dist/styles/metadata-instance-form-ai-disclaimer.css +1 -0
  59. package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-ai-disclaimer/metadata-instance-form-ai-disclaimer.d.ts +8 -0
  60. package/dist/types/lib/messages.d.ts +5 -0
  61. package/package.json +4 -4
@@ -12,6 +12,8 @@ comboboxWithApiPagination.loadingAriaLabel = Loading...
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Loading more...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = No results found
15
+ # Disclaimer shown when at least one metadata field has been autofilled by AI
16
+ groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI is continuously evolving. Please verify all AI-generated information.
15
17
  # Aria label indicating that content is loading or in progress
16
18
  groupSharedFeatures.metadataEditor.loading = loading
17
19
  # Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
@@ -88,12 +90,16 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlacehold
88
90
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Select a Template
89
91
  # Error message displayed when templates fail to load
90
92
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Could not load templates. Try again later
93
+ # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
+ groupSharedFeatures.metadataEditor.viewOnDocument = View on document
91
95
  # Display name for custom metadata templates
92
96
  metadataEditor.addMetadataTemplate.customMetadataName = Custom Metadata
93
97
  # Description for the search input field in the metadata editor
94
98
  metadataEditor.addMetadataTemplate.search.placeholder = Search templates
95
99
  # Call to encourage user to add metadata templates
96
100
  metadataEditor.addMetadataTemplate.trigger.label = Add template
101
+ # Label for accepting the AI suggestion when it matches the existing field value
102
+ metadataEditor.aiSuggestionField.acceptLabel = Accept suggestion
97
103
  # Label for value suggested by Box AI
98
104
  metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI suggestion:
99
105
  # Label for value suggested by Box AI, including confidence level (e.g. "low")
@@ -104,12 +110,18 @@ metadataEditor.aiSuggestionField.aiSuggestionOptions = Options
104
110
  metadataEditor.aiSuggestionField.appendLabel = Append
105
111
  # Label for clearing the current value and applying the AI suggestion
106
112
  metadataEditor.aiSuggestionField.clearAndReplaceLabel = Clear and Replace
113
+ # Confidence level label shown in the AI suggestion caption when extraction confidence is high
114
+ metadataEditor.aiSuggestionField.confidenceLevelHigh = High
115
+ # Confidence level label shown in the AI suggestion caption when extraction confidence is low or medium
116
+ metadataEditor.aiSuggestionField.confidenceLevelLow = Low
107
117
  # Label for confirming the message informing that AI suggestion is the same as already applied value
108
118
  metadataEditor.aiSuggestionField.dismissLabel = Confirm
109
119
  # Label for ignoring the AI suggestion
110
120
  metadataEditor.aiSuggestionField.ignoreLabel = Ignore
111
121
  # Label informing that AI suggestion value is the same as already existing value
112
122
  metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI suggests the same value as above
123
+ # Label informing that AI suggestion value is the same as already existing value, including confidence level
124
+ metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel = Box AI suggests the same value as above ({level} confidence)
113
125
  # Aria label for the autofill button
114
126
  metadataEditor.autofillButton.ariaLabel = Autofill with Box AI
115
127
  # Aria label for the autofill button with the template name
@@ -120,12 +132,12 @@ metadataEditor.autofillButton.tooltip.enhanced = Autofill with Box AI (Enhanced)
120
132
  metadataEditor.autofillButton.tooltip.ga = Autofill with Box AI
121
133
  # Tooltip for the autofill button when using standard AI agent
122
134
  metadataEditor.autofillButton.tooltip.standard = Autofill with Box AI (Standard)
123
- # Tooltip message shown when Box AI extraction has high confidence score. {score} is the formatted percentage (e.g., "95%")
124
- metadataEditor.confidenceScore.tooltipHighConfidence = Box AI returned high confidence ({score}) level for this extraction.
125
- # Tooltip message shown when Box AI extraction has low confidence score. {score} is the formatted percentage (e.g., "35%")
126
- metadataEditor.confidenceScore.tooltipLowConfidence = Box AI returned low confidence ({score}) level for this extraction. Review the value.
135
+ # Tooltip message shown when Box AI extraction has high confidence score
136
+ metadataEditor.confidenceScore.tooltipHighConfidence = Box AI returned high confidence level for this extraction.
137
+ # Tooltip message shown when Box AI extraction has low confidence score
138
+ metadataEditor.confidenceScore.tooltipLowConfidence = Box AI returned low confidence level for this extraction. Review the value.
127
139
  # Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
128
- metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI returned low confidence ({score}) level for this extraction but it was accepted by a human.
140
+ metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI returned low confidence level for this extraction but it was accepted by a human.
129
141
  # Label informing how to confirm deletion of the template
130
142
  metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirm deletion of Metadata instance
131
143
  # Paragraph asking user are they sure that they want to delete the template
@@ -6,6 +6,7 @@ export default {
6
6
  "comboboxWithApiPagination.loadingAriaLabel": "Loading...",
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Loading more...",
8
8
  "comboboxWithApiPagination.noResults": "No results found",
9
+ "groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
9
10
  "groupSharedFeatures.metadataEditor.loading": "loading",
10
11
  "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Enter a date after {date}",
11
12
  "groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Append",
@@ -65,9 +66,9 @@ export default {
65
66
  "metadataEditor.autofillButton.tooltip.enhanced": "Autofill with Box AI (Enhanced)",
66
67
  "metadataEditor.autofillButton.tooltip.ga": "Autofill with Box AI",
67
68
  "metadataEditor.autofillButton.tooltip.standard": "Autofill with Box AI (Standard)",
68
- "metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI returned high confidence ({score}) level for this extraction.",
69
- "metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI returned low confidence ({score}) level for this extraction. Review the value.",
70
- "metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI returned low confidence ({score}) level for this extraction but it was accepted by a human.",
69
+ "metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI returned high confidence level for this extraction.",
70
+ "metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI returned low confidence level for this extraction. Review the value.",
71
+ "metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI returned low confidence level for this extraction but it was accepted by a human.",
71
72
  "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Confirm deletion of Metadata instance",
72
73
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Are you sure you want to delete the \"{templateName}\" Metadata template, and all of its values from this file?",
73
74
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Are you sure you want to delete the \"{templateName}\" Metadata instance, and its values?",
@@ -12,6 +12,8 @@ comboboxWithApiPagination.loadingAriaLabel = Loading...
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Loading more...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = No results found
15
+ # Disclaimer shown when at least one metadata field has been autofilled by AI
16
+ groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI is continuously evolving. Please verify all AI-generated information.
15
17
  # Aria label indicating that content is loading or in progress
16
18
  groupSharedFeatures.metadataEditor.loading = loading
17
19
  # Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
@@ -88,12 +90,16 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlacehold
88
90
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Select a Template
89
91
  # Error message displayed when templates fail to load
90
92
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Could not load templates. Try again later
93
+ # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
+ groupSharedFeatures.metadataEditor.viewOnDocument = View on document
91
95
  # Display name for custom metadata templates
92
96
  metadataEditor.addMetadataTemplate.customMetadataName = Custom Metadata
93
97
  # Description for the search input field in the metadata editor
94
98
  metadataEditor.addMetadataTemplate.search.placeholder = Search templates
95
99
  # Call to encourage user to add metadata templates
96
100
  metadataEditor.addMetadataTemplate.trigger.label = Add template
101
+ # Label for accepting the AI suggestion when it matches the existing field value
102
+ metadataEditor.aiSuggestionField.acceptLabel = Accept suggestion
97
103
  # Label for value suggested by Box AI
98
104
  metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI suggestion:
99
105
  # Label for value suggested by Box AI, including confidence level (e.g. "low")
@@ -104,12 +110,18 @@ metadataEditor.aiSuggestionField.aiSuggestionOptions = Options
104
110
  metadataEditor.aiSuggestionField.appendLabel = Append
105
111
  # Label for clearing the current value and applying the AI suggestion
106
112
  metadataEditor.aiSuggestionField.clearAndReplaceLabel = Clear and Replace
113
+ # Confidence level label shown in the AI suggestion caption when extraction confidence is high
114
+ metadataEditor.aiSuggestionField.confidenceLevelHigh = High
115
+ # Confidence level label shown in the AI suggestion caption when extraction confidence is low or medium
116
+ metadataEditor.aiSuggestionField.confidenceLevelLow = Low
107
117
  # Label for confirming the message informing that AI suggestion is the same as already applied value
108
118
  metadataEditor.aiSuggestionField.dismissLabel = Confirm
109
119
  # Label for ignoring the AI suggestion
110
120
  metadataEditor.aiSuggestionField.ignoreLabel = Ignore
111
121
  # Label informing that AI suggestion value is the same as already existing value
112
122
  metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI suggests the same value as above
123
+ # Label informing that AI suggestion value is the same as already existing value, including confidence level
124
+ metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel = Box AI suggests the same value as above ({level} confidence)
113
125
  # Aria label for the autofill button
114
126
  metadataEditor.autofillButton.ariaLabel = Autofill with Box AI
115
127
  # Aria label for the autofill button with the template name
@@ -120,12 +132,12 @@ metadataEditor.autofillButton.tooltip.enhanced = Autofill with Box AI (Enhanced)
120
132
  metadataEditor.autofillButton.tooltip.ga = Autofill with Box AI
121
133
  # Tooltip for the autofill button when using standard AI agent
122
134
  metadataEditor.autofillButton.tooltip.standard = Autofill with Box AI (Standard)
123
- # Tooltip message shown when Box AI extraction has high confidence score. {score} is the formatted percentage (e.g., "95%")
124
- metadataEditor.confidenceScore.tooltipHighConfidence = Box AI returned high confidence ({score}) level for this extraction.
125
- # Tooltip message shown when Box AI extraction has low confidence score. {score} is the formatted percentage (e.g., "35%")
126
- metadataEditor.confidenceScore.tooltipLowConfidence = Box AI returned low confidence ({score}) level for this extraction. Review the value.
135
+ # Tooltip message shown when Box AI extraction has high confidence score
136
+ metadataEditor.confidenceScore.tooltipHighConfidence = Box AI returned high confidence level for this extraction.
137
+ # Tooltip message shown when Box AI extraction has low confidence score
138
+ metadataEditor.confidenceScore.tooltipLowConfidence = Box AI returned low confidence level for this extraction. Review the value.
127
139
  # Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
128
- metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI returned low confidence ({score}) level for this extraction but it was accepted by a human.
140
+ metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI returned low confidence level for this extraction but it was accepted by a human.
129
141
  # Label informing how to confirm deletion of the template
130
142
  metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirm deletion of Metadata instance
131
143
  # Paragraph asking user are they sure that they want to delete the template
@@ -6,6 +6,7 @@ export default {
6
6
  "comboboxWithApiPagination.loadingAriaLabel": "Loading...",
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Loading more...",
8
8
  "comboboxWithApiPagination.noResults": "No results found",
9
+ "groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
9
10
  "groupSharedFeatures.metadataEditor.loading": "loading",
10
11
  "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Enter a date after {date}",
11
12
  "groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Append",
@@ -12,6 +12,8 @@ comboboxWithApiPagination.loadingAriaLabel = Loading...
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Loading more...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = No results found
15
+ # Disclaimer shown when at least one metadata field has been autofilled by AI
16
+ groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI is continuously evolving. Please verify all AI-generated information.
15
17
  # Aria label indicating that content is loading or in progress
16
18
  groupSharedFeatures.metadataEditor.loading = loading
17
19
  # Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
@@ -1,159 +1,160 @@
1
1
  export default {
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": "⟦萬萬 ĺōāďϊʼnġ 國國⟧",
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.multipleValues": "⟦萬萬萬萬 ΜůļτįΡľĕ νǻĺцέś 國國國國⟧",
17
- "groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder": "⟦萬萬萬萬 Ѕęĺёčŧ νäľůē(ŝ) 國國國國⟧",
18
- "groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Τħêŗε àŗė πö άťτяιвůţèş ìπ ţнîѕ τέmΡĺαŧє. 國國國國國國國國國國國國⟧",
19
- "groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel": "⟦萬萬萬萬萬萬萬萬 ÓΡęή çåľелďàŗ ţő Ρìсĸ á ďāťė 國國國國國國國國⟧",
20
- "groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered": "⟦萬萬萬萬 Ґĕmöνè Ĕήţęŗėď 國國國國⟧",
21
- "groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered": "⟦萬萬萬萬 ЃēΡļā¢ė Ęηţέŗέď 國國國國⟧",
22
- "groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate": "⟦萬萬萬萬 Śėĺěĉτ ţнê ďáťë 國國國國⟧",
23
- "groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder": "⟦萬萬萬萬 Şęľёčŧ ã νãĺüε 國國國國⟧",
24
- "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "⟦萬萬 Ŝέť Våĺμé 國國⟧",
25
- "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "⟦萬萬萬萬萬 Ŝщιţĉħ τő пęхτ mοňţн 國國國國國⟧",
26
- "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "⟦萬萬萬萬萬萬萬 Şшįţćн το Ρгένĭόцŝ mōήţħ 國國國國國國國⟧",
27
- "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Éďїŧ ƒūиčťíŏйαļįťŷ ƒóґ Ŧă×òňōmŷ śнǻŕéď єхŧéгʼnàļĺý ίŝ ŋóτ äνāįľâьļê 國國國國國國國國國國國國國國國國國國國⟧",
28
- "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "⟦萬萬萬萬 Ѕēĺĕćŧ ąи óΡŧįòи 國國國國⟧",
29
- "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "⟦萬萬萬萬萬萬萬萬 Τøĝġĺе űΡďąţë mσďè ŝėļéĉτòг 國國國國國國國國⟧",
30
- "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "⟦萬 Щíŧĥ 國⟧",
31
- "groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip": "⟦萬萬萬萬萬 Çļõśĕ гěνіēẃ mōďè 國國國國國⟧",
32
- "groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA": "⟦萬 Ηìďę 國⟧",
33
- "groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel": "⟦萬萬萬 Яęνіēẃ ăľέŕŧ 國國國⟧",
34
- "groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# ƒιêļď ŋēέďŝ} other {# ƒīєĺďѕ ŋėéď}} ŕèνίėш 國國國國國國國國國國國國國國⟧",
35
- "groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields": "⟦萬萬萬萬萬萬萬萬 Şĥöωīπĝ ƒϊęļďѕ ήęёďїиĝ ѓěνĭĕẁ 國國國國國國國國⟧",
36
- "groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# ƒįěĺď лèěďŝ} other {# ƒїęľďŝ ήёěď}} ŗένîĕẁ àş ßσ× ΆÎ яεţųŕņеď ļŏώ сòňƒįďέπсέ. Ċĺīćķ το ѕτåґť ŕėνϊέщίиġ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
37
- "groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA": "⟦萬 Vίëώ 國⟧",
38
- "groupSharedFeatures.metadataEditor.metadataTemplateSelector.add": " Ąďď ",
39
- "groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel": "⟦萬 Čąŋçéļ 國⟧",
40
- "groupSharedFeatures.metadataEditor.metadataTemplateSelector.close": "⟦萬 Ćĺöśë 國⟧",
41
- "groupSharedFeatures.metadataEditor.metadataTemplateSelector.header": "⟦萬萬萬萬萬萬萬 Şêļéčť Мĕťăďáτά ŤėmΡľąťε 國國國國國國國⟧",
42
- "groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel": "⟦萬 Čĺëăя 國⟧",
43
- "groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel": "⟦萬萬萬萬萬 Ŝėāгčн ãĺľ ťеmΡļăţęś 國國國國國⟧",
44
- "groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "⟦萬萬萬萬萬 Ŝĕάгĉн âļĺ τěmΡľåťěŝ 國國國國國⟧",
45
- "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "⟦萬萬萬萬萬 Ŝєľέćτ ä ΤεmΡľáţέ 國國國國國⟧",
46
- "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Čőůļď ņστ ĺóäď ţеmΡľǻŧĕѕ. Ţгў āġǻíπ ľăŧеŗ 國國國國國國國國國國國國⟧",
47
- "groupSharedFeatures.metadataEditor.viewOnDocument": "View on document",
48
- "metadataEditor.addMetadataTemplate.customMetadataName": "⟦萬萬萬萬 Ĉüŝŧőm Мěŧäďáτã 國國國國⟧",
49
- "metadataEditor.addMetadataTemplate.search.placeholder": "⟦萬萬萬萬 Ŝеãгсħ ŧέmΡĺâţéś 國國國國⟧",
50
- "metadataEditor.addMetadataTemplate.trigger.label": "⟦萬萬萬 Αďď ŧєmΡļατĕ 國國國⟧",
51
- "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
52
- "metadataEditor.aiSuggestionField.aiSuggestionCaption": "⟦萬萬萬萬萬 Βох ÅĪ ѕμġĝеŝŧίŏη: 國國國國國⟧",
53
- "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "⟦萬萬萬萬萬萬萬萬萬萬 ßό× ǺÌ ѕŭġġεśŧîôŋ ({level} çοπƒϊďèп¢ё) 國國國國國國國國國國⟧",
54
- "metadataEditor.aiSuggestionField.aiSuggestionOptions": "⟦萬萬 ŌΡţїόйŝ 國國⟧",
55
- "metadataEditor.aiSuggestionField.appendLabel": "⟦萬 ÀΡΡёиď 國⟧",
56
- "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "⟦萬萬萬萬萬 Ćĺėãг äйď ҐεΡļάćě 國國國國國⟧",
57
- "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
58
- "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
59
- "metadataEditor.aiSuggestionField.dismissLabel": "⟦萬萬 Čöʼnƒįŕm 國國⟧",
60
- "metadataEditor.aiSuggestionField.ignoreLabel": "⟦萬 Іğлôяë 國⟧",
61
- "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "⟦萬萬萬萬萬萬萬萬萬萬萬 ßó× ĂĬ ŝüġğęşťŝ ťнé ŝämē νáľцē ăѕ ãвøνę 國國國國國國國國國國國⟧",
62
- "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
63
- "metadataEditor.autofillButton.ariaLabel": "⟦萬萬萬萬萬 Āцťόƒϊľľ ẃϊτħ ßõ× ÄΪ 國國國國國⟧",
64
- "metadataEditor.autofillButton.ariaLabelWithTemplateName": "⟦萬萬萬萬萬萬萬 Ãцŧõƒíľĺ {templateName} ẁîŧħ Бőх ÂĪ 國國國國國國國⟧",
65
- "metadataEditor.autofillButton.tooltip.enhanced": "⟦萬萬萬萬萬萬萬萬萬 Άūťôƒíļĺ шîťĥ Бŏ× ĄÎ (Ëηħâήĉĕď) 國國國國國國國國國⟧",
66
- "metadataEditor.autofillButton.tooltip.ga": "⟦萬萬萬萬萬 Àµŧôƒīľľ ŵїťĥ βôх ΑÍ 國國國國國⟧",
67
- "metadataEditor.autofillButton.tooltip.standard": "⟦萬萬萬萬萬萬萬萬萬 Άŭτòƒìļļ ωīţн Бò× Ăİ (Ŝŧάήďàґď) 國國國國國國國國國⟧",
68
- "metadataEditor.confidenceScore.tooltipHighConfidence": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βо× ÂΊ ŗēťūяиεď ĥιġн ćόņƒįďèп¢ĕ ({score}) ľęνέļ ƒоŕ ţħϊŝ ēхťŗàċŧĩόη. 國國國國國國國國國國國國國國國國國國國⟧",
69
- "metadataEditor.confidenceScore.tooltipLowConfidence": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βõ× ÀĮ ŕēτůгʼnêď ľόщ çöņƒιďĕņćέ ({score}) ľēνèľ ƒöŗ τнĭş ëхţгã¢ŧįŏņ. Řéνĭєώ ŧĥę νǻĺűë. 國國國國國國國國國國國國國國國國國國國國國國國國⟧",
70
- "metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бöх Ąİ ŗёţüŕηêď ĺόώ ċøπƒīďёņ¢ė ({score}) ļένëľ ƒöг ťĥîŝ ē×ŧŕàċťíòņ ьµť īţ ẁäş α¢¢єΡτëď ьÿ â ĥμmãй. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
71
- "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬 Čòŋƒîгm ďέľëťϊõή òƒ Мëτâďǻťą ïņşτăй¢ę 國國國國國國國國國國國⟧",
72
- "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Αѓέ γōű śüѓë ỳŏμ ŵąητ ţő ďĕļέťê τĥε \"{templateName}\" Мĕτāďâŧă τёmΡļáŧě, αńď áĺļ öƒ ιţѕ νąĺμěş ƒŗοm τħįѕ ƒīľє? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
73
- "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ăŕę ÿöů śũŗę ўōù ŵăňτ ťõ ďĕĺéţě ţĥě \"{templateName}\" Мēτāďãťå ìńśτäņсё, āŋď ìţѕ νăĺûěѕ? 國國國國國國國國國國國國國國國國國國國國國國國⟧",
74
- "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŦУΡě ţĥě Мèţáďáţâ ΤêmΡļăτē’ѕ лāmε ţо ćõйƒіŕm ďĕľєŧíõŋ 國國國國國國國國國國國國國國國⟧",
75
- "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Øйĉę ďеĺëťėď, Мęŧâďâťǻ νάĺűēş ¢àийòτ вė ŗĕśŧøřєď. 國國國國國國國國國國國國國國⟧",
76
- "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "⟦萬 Ċάп¢ëĺ 國⟧",
77
- "metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "⟦萬萬 Ċŏņƒĭŗm 國國⟧",
78
- "metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "⟦萬 Ďєļęŧĕ 國⟧",
79
- "metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "⟦萬萬萬萬 Čũѕťőm Μĕťαďάţα 國國國國⟧",
80
- "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "⟦萬萬 Ďįѕmîśŝ 國國⟧",
81
- "metadataEditor.editInstance.deleteConfirmationModal.header": "⟦萬萬萬萬 Ďєľĕŧę \"{templateName}\" 國國國國⟧",
82
- "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "⟦萬萬萬萬萬萬萬 Ðёļεţё Мéτåďǻţǻ ŤęmΡļăτё 國國國國國國國⟧",
83
- "metadataEditor.fieldLabel.lowConfidenceBadge": " Ŀōẃ ",
84
- "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ůśě τнє Ρóшéг σƒ βόх ÂĮ ťõ qųίçĸĺÿ ċāΡťµґē ďôċùmëиŧ měťãďąťã, щìτħ ěνéг-ίŋçŕěǻŝїʼnğ ãčсцŗǻčŷ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
85
- "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "⟦萬萬萬萬萬萬萬萬 Āůτόƒĩļĺ Мęťäďâτα ẁìτħ βő× ÀĮ 國國國國國國國國⟧",
86
- "metadataEditor.fileLevel.emptyState.default.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Àďď Μёτąďāŧǻ ťø ÿŏцѓ ƒĭļě ŧŏ şùΡΡóгτ ьμŝïņёŝś ōΡęѓåţĩŏʼnŝ, ẁőґкƒĺоẁѕ, äňď möяε! 國國國國國國國國國國國國國國國國國國國國國國國⟧",
87
- "metadataEditor.fileLevel.emptyState.default.heading": "⟦萬萬萬萬萬萬 Äďď Μεţąďąťâ ŢémΡļãτεş 國國國國國國⟧",
88
- "metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel": "⟦萬萬萬 Ĉļέāґ ŝέάґ¢ĥ 國國國⟧",
89
- "metadataEditor.filterDropdownMenuSearch.noResultsFound": "⟦萬萬萬萬 Ńö гĕśųľτѕ ƒσμηď 國國國國⟧",
90
- "metadataEditor.filterInstancesDropdown.customMetadataName": "⟦萬萬萬萬 Čųşτοm Мєτãďàťå 國國國國⟧",
91
- "metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Åґїá ľáвέľ ƒōŕ şŭвţįťľë ώîŧĥ ƒіļτēřīņğ ďëŧăîľŝ. Ϊлƒöяmŝ úśέг ŵħίсħ ŧēmΡĺáţėś щέřе ¢ĥоѕéń. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
92
- "metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "⟦萬萬萬 Åĺļ ŦέmΡľáťěś 國國國⟧",
93
- "metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber} оƒ {visibleTemplatesNumber} ŦёmΡļąţęş 國國國國國國國⟧",
94
- "metadataEditor.instanceLevel.emptyState.emptyValues.Cta": "⟦萬萬萬萬 Şέе êmΡťŷ νâĺűėś 國國國國⟧",
95
- "metadataEditor.instanceLevel.emptyState.heading": "⟦萬萬萬萬萬萬萬萬 Ţнίś ţëmΡľαťē нåś ņø νăļũêś 國國國國國國國國⟧",
96
- "metadataEditor.instanceLevel.emptyState.noAttributes.heading": "⟦萬萬萬萬萬萬萬萬萬 Ţħįś τĕmΡľãťê ĥαŝ ηŏ âŧτгιвŭţεś 國國國國國國國國國⟧",
97
- "metadataEditor.instanceLevel.emptyState.noEmptyValues.body": "⟦萬萬萬萬萬萬萬萬 Ťħιş ţęmΡľâŧé ĥăş ňό νåĺůėŝ 國國國國國國國國⟧",
98
- "metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel": "⟦萬萬萬萬萬萬 ÃĉćėΡţ ε×ţґäĉŧєď ναļųę 國國國國國國⟧",
99
- "metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip": "⟦萬萬萬 ΑčсέΡŧ Vάľùé 國國國⟧",
100
- "metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel": "⟦萬萬萬萬萬萬 Ĉľēǻг ęхţřą¢ţëď νäĺμę 國國國國國國⟧",
101
- "metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "⟦萬萬萬 Ĉļёάŗ Vάļųε 國國國⟧",
102
- "metadataEditor.lowConfidenceSuggestionField.description": "⟦萬萬萬萬萬萬萬萬 Βό× ÅІ гεţųŕŋеď ĺöẁ čôʼnƒìďéй¢ę 國國國國國國國國⟧",
103
- "metadataEditor.lowConfidenceSuggestionField.needsReview": "⟦萬萬萬 Ŋєėďŝ řёνιëω 國國國⟧",
104
- "metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel": "⟦萬萬萬萬萬萬萬 Pяőçέşşìпĝ ѓενίēω ǻ¢ţіôń 國國國國國國國⟧",
105
- "metadataEditor.managerLevel.emptyState.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бяόωѕέ ôř şëάгċн ƒог ўσùŕ ìţémŝ ťò αΡΡĺУ äпď еďíţ mεťáďąŧã 國國國國國國國國國國國國國國國國國⟧",
106
- "metadataEditor.managerLevel.emptyState.heading": "⟦萬萬萬萬萬萬萬 ÄΡΡļý Μêŧǻďãţå ŢеmΡļǻτēŝ 國國國國國國國⟧",
107
- "metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬 Ãďď πεω âŧŧґíьμťę ŧό Ćůşťоm Мěţãďǻτα 國國國國國國國國國國⟧",
108
- "metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA": " Ǻďď ",
109
- "metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel": "⟦萬萬萬萬 Άťŧгįвûţέ Ńåmε 國國國國⟧",
110
- "metadataEditor.metadataEditor.customIntanceNewField.cancelCTA": "⟦萬 Ĉáńçεľ 國⟧",
111
- "metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey": "⟦萬萬萬萬萬 Κéŷ ãľřêãďў εхīѕţş. 國國國國國⟧",
112
- "metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey": "⟦萬萬萬萬萬萬萬萬 Ќéўѕ ċαпήόţ ьěĝįņ ŵĩţħ ä $. 國國國國國國國國⟧",
113
- "metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder": "⟦萬萬萬萬萬 ê.ĝ. Õŗďęг Ñūmвēř 國國國國國⟧",
114
- "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "⟦萬萬萬萬 Ķęý ίş řёqùїгéď 國國國國⟧",
115
- "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "⟦萬 Vãĺūè 國⟧",
116
- "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "⟦萬萬 ę.ĝ. 42 國國⟧",
117
- "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "⟦萬萬萬萬萬 Ёхτŗåĉťïпġ Μèŧâďάţą 國國國國國⟧",
118
- "metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton": "⟦萬萬 Ďιşmĭŝś 國國⟧",
119
- "metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription": "⟦萬萬萬萬萬萬萬萬萬 Pľęąśє ţŗÿ ăġάïη īņ ä ƒещ mϊиûţëŝ 國國國國國國國國國⟧",
120
- "metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle": "⟦萬萬萬萬萬萬萬萬萬萬萬 Мéťάďåťă éםŕãčτíоņ ċöűļď ńòť ¢όmΡľέťе 國國國國國國國國國國國⟧",
121
- "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "⟦萬萬 Ľŏáďίлğ 國國⟧",
122
- "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "⟦萬萬萬萬萬 Ŝτίľľ ŵôŕĸĩлĝ ōп іŧ! 國國國國國⟧",
123
- "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "⟦萬萬萬萬萬萬萬萬萬 Τнїş ιş ŧαĸíňĝ ļóńġέř τнáή μşûãĺ 國國國國國國國國國⟧",
124
- "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŷŏů ďōň’ŧ ħãνέ Ρёґmĩşśϊóŋ ťσ ãćĉєŝş ťħê ďεşťιηāτїόή ƒóĺďĕř ţŏ ëхŧŗäċţ mёτãďāťά. Pĺèάѕê ¢σŋτãĉŧ τħе ôŵлėŗ őř Уöųг âďmĭη. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
125
- "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle": "⟦萬萬萬萬萬萬 Ċáп’ŧ Εםŕãčτ Μėţâďǻťά 國國國國國國⟧",
126
- "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "⟦萬萬萬萬 + Ǻďď Âτŧѓīьũŧē 國國國國⟧",
127
- "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "⟦萬萬萬萬萬萬 Ðēľεťė {fieldName} ǻťτŕĭвūτē 國國國國國國⟧",
128
- "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "⟦萬萬 Şéτ νăĺùє 國國⟧",
129
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton": "⟦萬 Ċâʼnçéĺ 國⟧",
130
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton": "⟦萬 Ðέĺêŧë 國⟧",
131
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "⟦萬萬 Ŀõàďĩʼnğ... 國國⟧",
132
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "⟦萬 Şäνĕ 國⟧",
133
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "⟦萬萬 Ăцţσƒіļľ 國國⟧",
134
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "⟦萬萬萬萬萬 Şëέ ąġéήŧ óΡťïøňѕ. 國國國國國⟧",
135
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "⟦萬萬萬萬萬萬萬萬萬萬萬 Pĺεåśє ćĥєĉκ ѓĕşΡōňşèŝ вêƒόŕε ѕανіпğ. 國國國國國國國國國國國⟧",
136
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "⟦萬萬萬萬萬萬 ĂĨ Āùţôƒįļľ ίś íʼn Бěŧă 國國國國國國⟧",
137
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "⟦萬萬萬萬 Ċцśţŏm Мëţäďåťà 國國國國⟧",
138
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "⟦萬萬 Σŋнāń¢ěď 國國⟧",
139
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βõ× ΑÍ ώŏņ’ŧ ьè àвľέ τσ ǻсĉέŝŝ τħє επťïгė ćōήŧëŋτ, ŵħі¢ĥ mìġħť àƒƒêčτ ϊţŝ ǻńşώēѓѕ. 國國國國國國國國國國國國國國國國國國國國國國國國⟧",
140
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "⟦萬萬萬萬萬 Čöʼnťēпτ їѕ ţóö ļäґġè 國國國國國⟧",
141
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "⟦萬萬 Ļσāďĭпĝ... 國國⟧",
142
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "⟦萬萬 Şταπďăгď 國國⟧",
143
- "metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬 Ľόщ ¢øňƒϊďέņ¢е śсóѓέ - ŗěνįèẁ пëèďєď 國國國國國國國國國國⟧",
144
- "metadataEditor.unsavedChangesModal.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Мėŧάďάťà τεmΡļǻŧē(ѕ) нǻνé ūйŝǻνеď ċнàиğêѕ. Ηőŵ шōùľď ýоů ĺιкě ŧő Ρѓό¢έêď? 國國國國國國國國國國國國國國國國國國國國國⟧",
145
- "metadataEditor.unsavedChangesModal.closeLabel": "⟦萬 Ċľöśė 國⟧",
146
- "metadataEditor.unsavedChangesModal.continueEditingCTA": "⟦萬萬萬萬 Çόπŧĭʼnµè Ėďìτĩηğ 國國國國⟧",
147
- "metadataEditor.unsavedChangesModal.discardChangesCTA": "⟦萬萬萬萬 Ďĭŝćąѓď Ċĥàйġεş 國國國國⟧",
148
- "metadataEditor.unsavedChangesModal.header": "⟦萬萬萬萬 Ûήşàνĕď Ĉнáηĝєş 國國國國⟧",
149
- "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "⟦萬萬萬萬萬 Ĥīďě êmΡτγ νąļµеŝ 國國國國國⟧",
150
- "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "⟦萬萬萬萬萬 Şħöώ êmΡŧŷ νàĺúέş 國國國國國⟧",
151
- "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "⟦萬萬萬萬 Çûşţöm Μēŧâďâťá 國國國國⟧",
152
- "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "⟦萬萬 Еďįŧ {templateName} 國國⟧",
153
- "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "⟦萬 Εďĭŧ 國⟧",
2
+ "comboboxWithApiPagination.clearButtonAriaLabel": "⟦萬萬萬萬萬萬萬 Ĉĺĕāŕ ïηΡůτ ǻňď şеļęĉτїőп 國國國國國國國⟧",
3
+ "comboboxWithApiPagination.errorAction": "⟦萬 Ŕêĺōăď 國⟧",
4
+ "comboboxWithApiPagination.errorIconLabel": "⟦萬 Ěŗґõř 國⟧",
5
+ "comboboxWithApiPagination.errorMessage": "⟦萬萬萬萬萬萬 ₣αĩľéď ţо ĺόǻď őΡτϊôηś 國國國國國國⟧",
6
+ "comboboxWithApiPagination.loadingAriaLabel": "⟦萬萬 Ļöáďїʼnğ... 國國⟧",
7
+ "comboboxWithApiPagination.loadingMoreAriaLabel": "⟦萬萬萬萬 Ŀóāďίπĝ mόŗě... 國國國國⟧",
8
+ "comboboxWithApiPagination.noResults": "⟦萬萬萬萬 Йö ŕεśùľţş ƒôŭпď 國國國國⟧",
9
+ "groupSharedFeatures.metadataEditor.aiDisclaimer": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бø× ĂĨ íŝ čόŋţìŋцőúśĺγ ëνõĺνìŋğ. Pľєąşę νėґϊƒÿ àľļ ΆÎ-ğêηéŗāťěď ïņƒòřmãŧϊōʼn. 國國國國國國國國國國國國國國國國國國國國國國⟧",
10
+ "groupSharedFeatures.metadataEditor.loading": "⟦萬萬 ľοáďīиġ 國國⟧",
11
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "⟦萬萬萬萬萬萬萬 Èлţéѓ â ďǻţě áƒţęŕ {date} 國國國國國國國⟧",
12
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.append": "⟦萬 ΑΡΡĕлď 國⟧",
13
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError": "⟦萬萬萬萬萬萬萬 Ëпτеѓ ã ďäτĕ ьëƒόŗє {date} 國國國國國國國⟧",
14
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace": "⟦萬萬萬萬萬 Ĉĺěăŗ Àľĺ & ЯėΡľäсê 國國國國國⟧",
15
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate": "⟦萬萬萬萬萬 Ċļėăя şεĺé¢ťěď ďāτе 國國國國國⟧",
16
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue": "⟦萬萬萬萬萬 Іиνãĺιď ƒïęĺď νàļûĕ 國國國國國⟧",
17
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.multipleValues": "⟦萬萬萬萬 МµĺŧιΡĺĕ νāľůєş 國國國國⟧",
18
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder": "⟦萬萬萬萬 Şëľêçţ νäľŭė(ѕ) 國國國國⟧",
19
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ţнєяę äѓè ňø āţťґîьµτėŝ íŋ ťĥĩś ťėmΡĺαţè. 國國國國國國國國國國國國⟧",
20
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel": "⟦萬萬萬萬萬萬萬萬 ΌΡéŋ ¢āľěήďãř τö Ρϊск ǻ ďàťé 國國國國國國國國⟧",
21
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered": "⟦萬萬萬萬 Ѓèmöνê Ëňţěѓęď 國國國國⟧",
22
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered": "⟦萬萬萬萬 ΓéΡļäсє Ęńţēŗėď 國國國國⟧",
23
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate": "⟦萬萬萬萬 Śёľėćτ ţħë ďāťę 國國國國⟧",
24
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder": "⟦萬萬萬萬 Ѕĕļěćτ ά νāĺūę 國國國國⟧",
25
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "⟦萬萬 Ŝēŧ Vąļµє 國國⟧",
26
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "⟦萬萬萬萬萬 Şшïτçн ţò ńёхŧ mõņτĥ 國國國國國⟧",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "⟦萬萬萬萬萬萬萬 Şẁîţćн τŏ Ρяĕνіοůś mσητħ 國國國國國國國⟧",
28
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ĕďιτ ƒųňčţіοлâľіţў ƒσř Ŧą×øʼnσmÿ śħäґёď ęхťέґπāĺĺý ĩş ήõτ ανāιĺãвľę 國國國國國國國國國國國國國國國國國國國⟧",
29
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "⟦萬萬萬萬 Ѕĕļëćţ άή оΡţιōŋ 國國國國⟧",
30
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "⟦萬萬萬萬萬萬萬萬 Τσġĝļę ùΡďáŧě mŏďē ŝëļêċţőŗ 國國國國國國國國⟧",
31
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "⟦萬 Ẃїŧĥ 國⟧",
32
+ "groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip": "⟦萬萬萬萬萬 Ċĺøśę ґèνìёщ móďє 國國國國國⟧",
33
+ "groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA": "⟦萬 Ηïďė 國⟧",
34
+ "groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel": "⟦萬萬萬 Ґèνϊėẁ àľёяţ 國國國⟧",
35
+ "groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# ƒϊéĺď ńέēďѕ} other {# ƒїêĺďŝ ŋëëď}} ŗęνϊεщ 國國國國國國國國國國國國國國⟧",
36
+ "groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields": "⟦萬萬萬萬萬萬萬萬 Ŝħõщϊπĝ ƒìéĺďŝ ήëėďĭήġ ŕëνíєω 國國國國國國國國⟧",
37
+ "groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# ƒîëļď ŋęěďŝ} other {# ƒιéľďѕ ňέëď}} ŗëνíëẃ áѕ ßόх Ãİ ѓĕťùŕňεď ľσẃ сòņƒîďеήćë. Ċľï¢ķ ŧõ ѕτăяτ ŕеνĩєẁіиğ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
38
+ "groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA": "⟦萬 Vĩёẁ 國⟧",
39
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.add": " Αďď ",
40
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel": "⟦萬 Ċàήĉёľ 國⟧",
41
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.close": "⟦萬 Çľòѕё 國⟧",
42
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.header": "⟦萬萬萬萬萬萬萬 Ŝêĺёĉŧ Мêţáďǻτâ ΤĕmΡľäťέ 國國國國國國國⟧",
43
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel": "⟦萬 Ćľέάŗ 國⟧",
44
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel": "⟦萬萬萬萬萬 Ŝеãґĉĥ ãļľ τēmΡľąŧėѕ 國國國國國⟧",
45
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "⟦萬萬萬萬萬 Şêäřćħ āĺľ ŧеmΡĺãŧëś 國國國國國⟧",
46
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "⟦萬萬萬萬萬 Ŝêľêćŧ α ŢémΡĺαţè 國國國國國⟧",
47
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ċοùľď ńőτ ĺòåď ţêmΡľåťέş. Ţřγ ǻĝâîπ ĺàτëя 國國國國國國國國國國國國⟧",
48
+ "groupSharedFeatures.metadataEditor.viewOnDocument": "⟦萬萬萬萬 Vĩēώ øи ďōčùmëиť 國國國國⟧",
49
+ "metadataEditor.addMetadataTemplate.customMetadataName": "⟦萬萬萬萬 Çùѕťöm Μέŧąďäŧå 國國國國⟧",
50
+ "metadataEditor.addMetadataTemplate.search.placeholder": "⟦萬萬萬萬 Ŝēǻѓсĥ ţєmΡĺãτęѕ 國國國國⟧",
51
+ "metadataEditor.addMetadataTemplate.trigger.label": "⟦萬萬萬 Ăďď τěmΡļâτе 國國國⟧",
52
+ "metadataEditor.aiSuggestionField.acceptLabel": "⟦萬萬萬萬萬 ǺćсēΡť şμğğëŝŧìóň 國國國國國⟧",
53
+ "metadataEditor.aiSuggestionField.aiSuggestionCaption": "⟦萬萬萬萬萬 Βőх ǺĬ ѕūğĝêşţίóʼn: 國國國國國⟧",
54
+ "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "⟦萬萬萬萬萬萬萬萬萬萬 Βóх ÃΊ şūĝġêŝťìóη ({level} ćõπƒĩďέπĉę) 國國國國國國國國國國⟧",
55
+ "metadataEditor.aiSuggestionField.aiSuggestionOptions": "⟦萬萬 ÔΡţįòňś 國國⟧",
56
+ "metadataEditor.aiSuggestionField.appendLabel": "⟦萬 ĂΡΡёηď 國⟧",
57
+ "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "⟦萬萬萬萬萬 Ćĺěąѓ ăπď ЯęΡļαĉє 國國國國國⟧",
58
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "⟦萬 Ĥїĝĥ 國⟧",
59
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": " Ľōẁ ",
60
+ "metadataEditor.aiSuggestionField.dismissLabel": "⟦萬萬 Ĉòʼnƒіřm 國國⟧",
61
+ "metadataEditor.aiSuggestionField.ignoreLabel": "⟦萬 Įğлöґě 國⟧",
62
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "⟦萬萬萬萬萬萬萬萬萬萬萬 Бőх ĂĬ şμġğēѕŧş ţĥέ şàmέ νâļūе αś áвøνē 國國國國國國國國國國國⟧",
63
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бó× ÄĮ śůĝġėѕτś ţĥέ ѕãmε νåļųĕ άş ǻвоνë ({level} ćόйƒіďєπ¢є) 國國國國國國國國國國國國國國國國國⟧",
64
+ "metadataEditor.autofillButton.ariaLabel": "⟦萬萬萬萬萬 Ǻũŧöƒіļľ щїτн ßό× ÄÌ 國國國國國⟧",
65
+ "metadataEditor.autofillButton.ariaLabelWithTemplateName": "⟦萬萬萬萬萬萬萬 Âŭτöƒίľļ {templateName} щïťн Бöх ÁÎ 國國國國國國國⟧",
66
+ "metadataEditor.autofillButton.tooltip.enhanced": "⟦萬萬萬萬萬萬萬萬萬 Ăűťőƒιĺļ ώíťħ βό× ÁІ (Ёńнãʼnĉέď) 國國國國國國國國國⟧",
67
+ "metadataEditor.autofillButton.tooltip.ga": "⟦萬萬萬萬萬 Ăüŧоƒïľļ ώιτĥ Βó× ÂÌ 國國國國國⟧",
68
+ "metadataEditor.autofillButton.tooltip.standard": "⟦萬萬萬萬萬萬萬萬萬 Ǻµτσƒϊĺľ ẁіťĥ βőх ĂĬ (Śťǻŋďâřď) 國國國國國國國國國⟧",
69
+ "metadataEditor.confidenceScore.tooltipHighConfidence": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βô× ĄΊ яěťцŕиêď нįğн ćοйƒìďêňċє ļĕνęļ ƒōя ţĥîѕ êםŗαčŧїõй. 國國國國國國國國國國國國國國國國國⟧",
70
+ "metadataEditor.confidenceScore.tooltipLowConfidence": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бох ÃÎ ŗęŧŭŕńęď ľòщ çòńƒįďêήсё ľενèļ ƒøŗ ťĥїş έхţŗáĉŧϊοπ. Ŗëνīёώ ťĥё νăľцē. 國國國國國國國國國國國國國國國國國國國國國國⟧",
71
+ "metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βôх ÀÌ řεťúгиέď ľòω çòйƒїďêŋċє ľęνêļ ƒøг τĥįŝ ė×ţŕåċťϊóή вμŧ ίτ ωåŝ ąćĉεΡτèď вý á ħцmάņ. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
72
+ "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬 Ċõήƒïгm ďēľέťïοʼn ŏƒ Μėţâďàţâ ĩņѕτăňĉê 國國國國國國國國國國國⟧",
73
+ "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ąгę ŷóŭ şűяë ýŏŭ шąήτ ťõ ďęĺеτε ŧħе \"{templateName}\" Μĕťäďåţā τĕmΡľάţě, äиď āĺľ όƒ ίţś νàľüèş ƒгõm τĥίś ƒîľė? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
74
+ "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ãяĕ ўóμ ѕúгε ỳŏû ώâηŧ ţô ďēĺĕŧє τне \"{templateName}\" Μёŧáďǻτá ĭиŝţâņċέ, αйď íţŝ νäļűєş? 國國國國國國國國國國國國國國國國國國國國國國國⟧",
75
+ "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŦУΡе ťħę Мèťãďăţα ΤёmΡľàŧе’ş ňąmĕ ŧö čóπƒïґm ďëĺěťïоń 國國國國國國國國國國國國國國國⟧",
76
+ "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Θπсĕ ďέľĕŧêď, Мέţāďāτå νàļµéś čǻлηőţ вε ŗèşŧόгéď. 國國國國國國國國國國國國國國⟧",
77
+ "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "⟦萬 Ĉàŋĉéĺ 國⟧",
78
+ "metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "⟦萬萬 Ćóηƒіřm 國國⟧",
79
+ "metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "⟦萬 Ðεľеţє 國⟧",
80
+ "metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "⟦萬萬萬萬 Ċúŝŧõm Μёţāďâτá 國國國國⟧",
81
+ "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "⟦萬萬 Ðїŝmíŝş 國國⟧",
82
+ "metadataEditor.editInstance.deleteConfirmationModal.header": "⟦萬萬萬萬 Ðεļèτе \"{templateName}\" 國國國國⟧",
83
+ "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "⟦萬萬萬萬萬萬萬 Ďεľěτę Μèţάďāŧá ŤémΡľâţę 國國國國國國國⟧",
84
+ "metadataEditor.fieldLabel.lowConfidenceBadge": " Ŀоẁ ",
85
+ "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Úŝε ŧнě Ρôшėѓ ôƒ βõ× ĄΪ ŧό qųìĉĸľγ ¢ăΡţůŗе ďōсµmēņť męťåďāτã, ώіŧĥ ēνєѓ-îňсřėαşϊπġ åсćμѓåčУ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
86
+ "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "⟦萬萬萬萬萬萬萬萬 Ăûţоƒĭľľ Μёťαďάτą ẁĭťĥ Бòх ΆÌ 國國國國國國國國⟧",
87
+ "metadataEditor.fileLevel.emptyState.default.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ãďď Μěţǻďàťå ťо Уομѓ ƒĩľë τò śцΡΡôяţ ьūśîńêŝѕ óΡέяāτίòńś, ŵοŕĸƒĺôẁѕ, ãήď mŏѓě! 國國國國國國國國國國國國國國國國國國國國國國國⟧",
88
+ "metadataEditor.fileLevel.emptyState.default.heading": "⟦萬萬萬萬萬萬 Ăďď Μëταďāŧά ŤêmΡľăτéś 國國國國國國⟧",
89
+ "metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel": "⟦萬萬萬 Ćľèáѓ ŝëàŕ¢н 國國國⟧",
90
+ "metadataEditor.filterDropdownMenuSearch.noResultsFound": "⟦萬萬萬萬 Иó ґéѕúļţş ƒоůπď 國國國國⟧",
91
+ "metadataEditor.filterInstancesDropdown.customMetadataName": "⟦萬萬萬萬 Ĉµŝťоm Мèŧäďàτă 國國國國⟧",
92
+ "metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Àгîă ĺãвêļ ƒоř ѕμьτïťľё шìŧħ ƒїĺτĕѓίήġ ďēταĭĺś. İņƒσѓmś ũśěŕ ŵħĭçħ ţёmΡĺăţěѕ шέřê čнσŝěи. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
93
+ "metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "⟦萬萬萬 Αĺĺ ŤεmΡľâŧèş 國國國⟧",
94
+ "metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber} σƒ {visibleTemplatesNumber} ŦеmΡļăτεş 國國國國國國國⟧",
95
+ "metadataEditor.instanceLevel.emptyState.emptyValues.Cta": "⟦萬萬萬萬 Ѕεě εmΡţỳ νάĺúèş 國國國國⟧",
96
+ "metadataEditor.instanceLevel.emptyState.heading": "⟦萬萬萬萬萬萬萬萬 Ťħìś τęmΡĺâţε ħǻŝ ʼnσ νăļµèś 國國國國國國國國⟧",
97
+ "metadataEditor.instanceLevel.emptyState.noAttributes.heading": "⟦萬萬萬萬萬萬萬萬萬 Τнīś ťěmΡľǻťе нąѕ ŋò ąŧţŗíьμŧèś 國國國國國國國國國⟧",
98
+ "metadataEditor.instanceLevel.emptyState.noEmptyValues.body": "⟦萬萬萬萬萬萬萬萬 Ťнĭŝ ţėmΡľǻτε ħàş ńø νâĺūêş 國國國國國國國國⟧",
99
+ "metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel": "⟦萬萬萬萬萬萬 ÄсċěΡτ ε×τгǻćŧєď ναĺùĕ 國國國國國國⟧",
100
+ "metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip": "⟦萬萬萬 ÁçćеΡτ Vāľūě 國國國⟧",
101
+ "metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel": "⟦萬萬萬萬萬萬 Čľéąя ĕхτѓáċŧěď νăļμе 國國國國國國⟧",
102
+ "metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "⟦萬萬萬 Ĉļēäѓ Vάľūέ 國國國⟧",
103
+ "metadataEditor.lowConfidenceSuggestionField.description": "⟦萬萬萬萬萬萬萬萬 Βôх ΑÌ ŕεťũѓńеď ľøш čσлƒіďęʼnçę 國國國國國國國國⟧",
104
+ "metadataEditor.lowConfidenceSuggestionField.needsReview": "⟦萬萬萬 Ńēĕďѕ ѓеνιёώ 國國國⟧",
105
+ "metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel": "⟦萬萬萬萬萬萬萬 Pгôčėśŝĭйğ ґęνίêω ą¢ŧїôń 國國國國國國國⟧",
106
+ "metadataEditor.managerLevel.emptyState.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßгоŵѕё òг şéáѓçн ƒоя Уőūŕ íτеmş το αΡΡĺγ åņď еďіţ mετǻďάţä 國國國國國國國國國國國國國國國國國⟧",
107
+ "metadataEditor.managerLevel.emptyState.heading": "⟦萬萬萬萬萬萬萬 ΑΡΡļў Мĕŧáďâţå ŦēmΡľãτēś 國國國國國國國⟧",
108
+ "metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬 Āďď ʼnέш ąťţяιьцτé ţõ Ƶѕţõm Мēťǻďäţâ 國國國國國國國國國國⟧",
109
+ "metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA": " Âďď ",
110
+ "metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel": "⟦萬萬萬萬 Ǻŧťѓíьüţε Νămè 國國國國⟧",
111
+ "metadataEditor.metadataEditor.customIntanceNewField.cancelCTA": "⟦萬 Ĉåлćěľ 國⟧",
112
+ "metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey": "⟦萬萬萬萬萬 Ќěў ąĺѓêäďў ė×ϊśţş. 國國國國國⟧",
113
+ "metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey": "⟦萬萬萬萬萬萬萬萬 ЌεУş ċăппόť ьêĝіŋ ŵίŧн ă $. 國國國國國國國國⟧",
114
+ "metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder": "⟦萬萬萬萬萬 έ.ġ. Õяďėŗ Ñùmьєя 國國國國國⟧",
115
+ "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "⟦萬萬萬萬 ΚēУ ϊś яέqµιřеď 國國國國⟧",
116
+ "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "⟦萬 Vàĺŭē 國⟧",
117
+ "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "⟦萬萬 é.ğ. 42 國國⟧",
118
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "⟦萬萬萬萬萬 Ěםґǻċτϊπğ Μèτăďàţă 國國國國國⟧",
119
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton": "⟦萬萬 Ðìѕmĩŝś 國國⟧",
120
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription": "⟦萬萬萬萬萬萬萬萬萬 Pľёąśě ŧřÿ άġãіη įŋ á ƒēш mіŋμţëŝ 國國國國國國國國國⟧",
121
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle": "⟦萬萬萬萬萬萬萬萬萬萬萬 Мέţåďàτă êםяâĉŧïοń ċōūĺď πôτ сömΡľёŧę 國國國國國國國國國國國⟧",
122
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "⟦萬萬 Ľőâďïŋğ 國國⟧",
123
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "⟦萬萬萬萬萬 Ŝťîļļ ωōгĸįňğ οπ ĭτ! 國國國國國⟧",
124
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "⟦萬萬萬萬萬萬萬萬萬 Τніŝ īѕ ťãκįηĝ ļőŋġēґ ŧнāи ūѕüāļ 國國國國國國國國國⟧",
125
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŷοû ďôй’τ ħáνέ Ρěяmϊѕŝìōʼn το åčсєŝŝ ťħé ďёѕťïηáťïôʼn ƒŏľďея ţő éםгâ¢ţ mέţαďăŧã. Pľєåśě čõйťăĉŧ ţнё σŵňëґ ŏř γσűг åďmιη. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
126
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle": "⟦萬萬萬萬萬萬 Çàπ’ť Ęхτяäсŧ Мēτǻďàτà 國國國國國國⟧",
127
+ "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "⟦萬萬萬萬 + Àďď Ατťřĩвŭŧе 國國國國⟧",
128
+ "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "⟦萬萬萬萬萬萬 Ðёļêţе {fieldName} ąţτґίьùťê 國國國國國國⟧",
129
+ "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "⟦萬萬 Śėŧ νăľùё 國國⟧",
130
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton": "⟦萬 Çãηċέļ 國⟧",
131
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton": "⟦萬 Ðέľêťе 國⟧",
132
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "⟦萬萬 Ľоǻďīήĝ... 國國⟧",
133
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "⟦萬 Ŝãνē 國⟧",
134
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "⟦萬萬 Áůťöƒϊļĺ 國國⟧",
135
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "⟦萬萬萬萬萬 Şέĕ āġέʼnť ŏΡťίőņѕ. 國國國國國⟧",
136
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "⟦萬萬萬萬萬萬萬萬萬萬萬 Pļěāѕê ċħèćĸ ґëśΡοŋŝëѕ вĕƒöяě ŝāνĩηğ. 國國國國國國國國國國國⟧",
137
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "⟦萬萬萬萬萬萬 ÄÍ Ãμτõƒіľľ ìŝ ìń Βēŧă 國國國國國國⟧",
138
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "⟦萬萬萬萬 Čüşτόm Мěţäďαţā 國國國國⟧",
139
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "⟦萬萬 Єйħǻйċєď 國國⟧",
140
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βσх Ąİ шσń’ŧ ьè âвĺĕ ŧô àĉćèśś ťне ëńτīѓέ ĉõηŧèŋŧ, ẁнĩçн míğĥŧ 䃃éсţ ίťѕ ǻʼnѕшèґş. 國國國國國國國國國國國國國國國國國國國國國國國國⟧",
141
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "⟦萬萬萬萬萬 Çõйţĕпŧ ιś ŧσò ľâяğě 國國國國國⟧",
142
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "⟦萬萬 Ļσάďìηġ... 國國⟧",
143
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "⟦萬萬 Ѕτāиďàѓď 國國⟧",
144
+ "metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬 Ľöẁ čőлƒίďēиĉĕ ś¢őгę - ѓēνіéώ ňεēďεď 國國國國國國國國國國⟧",
145
+ "metadataEditor.unsavedChangesModal.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Μĕţäďǻťǻ ŧēmΡļàτē(ś) ħàνė ůпŝãνêď çнàлĝєş. Ηôẁ ωŏцľď ŷοų ľіκě τő Ρŕоċёèď? 國國國國國國國國國國國國國國國國國國國國國⟧",
146
+ "metadataEditor.unsavedChangesModal.closeLabel": "⟦萬 Çļöśè 國⟧",
147
+ "metadataEditor.unsavedChangesModal.continueEditingCTA": "⟦萬萬萬萬 Čσπťīńüè Ëďïτιņġ 國國國國⟧",
148
+ "metadataEditor.unsavedChangesModal.discardChangesCTA": "⟦萬萬萬萬 Ðĭşćǻяď Ćĥāŋĝеş 國國國國⟧",
149
+ "metadataEditor.unsavedChangesModal.header": "⟦萬萬萬萬 Ůлśăνēď Çĥàņğéś 國國國國⟧",
150
+ "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "⟦萬萬萬萬萬 Ήіďέ ěmΡťў νåļцєŝ 國國國國國⟧",
151
+ "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "⟦萬萬萬萬萬 Śĥοω еmΡτў νǻļųеѕ 國國國國國⟧",
152
+ "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "⟦萬萬萬萬 Çűŝτŏm Мēťǻďąţα 國國國國⟧",
153
+ "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "⟦萬萬 Ēďìţ {templateName} 國國⟧",
154
+ "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "⟦萬 Ĕďìŧ 國⟧",
154
155
  "taxonomyAncestorStatusPill.emptyAncestorLevelValue": "⟦ - - ⟧",
155
- "taxonomyAncestorStatusPill.errorAction": "⟦萬 Ŗєľοáď 國⟧",
156
- "taxonomyAncestorStatusPill.errorIconLabel": "⟦萬 Èѓŕöř 國⟧",
157
- "taxonomyAncestorStatusPill.errorMessage": "⟦萬萬萬萬萬萬 ₣ãîļεď τő ĺøàď ďėţāіľѕ 國國國國國國⟧",
158
- "taxonomyAncestorStatusPill.loadingAriaLabel": "⟦萬萬 Ŀőαďίňğ... 國國⟧"
156
+ "taxonomyAncestorStatusPill.errorAction": "⟦萬 Ŕēĺоǻď 國⟧",
157
+ "taxonomyAncestorStatusPill.errorIconLabel": "⟦萬 Êяřøґ 國⟧",
158
+ "taxonomyAncestorStatusPill.errorMessage": "⟦萬萬萬萬萬萬 ₣åīĺέď ťŏ ľóǻď ďєŧáīľŝ 國國國國國國⟧",
159
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "⟦萬萬 Ľōäďϊпğ... 國國⟧"
159
160
  }