@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.
- package/dist/chunks/metadata-instance-form-ai-disclaimer.js +28 -0
- package/dist/chunks/metadata-instance-form-card-wrapper.js +39 -33
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-ai-disclaimer/metadata-instance-form-ai-disclaimer.js +2 -0
- package/dist/esm/lib/messages.js +4 -0
- package/dist/i18n/bn-IN.js +9 -8
- package/dist/i18n/bn-IN.properties +17 -5
- package/dist/i18n/da-DK.js +9 -8
- package/dist/i18n/da-DK.properties +17 -5
- package/dist/i18n/de-DE.js +9 -8
- package/dist/i18n/de-DE.properties +17 -5
- package/dist/i18n/en-AU.js +4 -3
- package/dist/i18n/en-AU.properties +17 -5
- package/dist/i18n/en-CA.js +4 -3
- package/dist/i18n/en-CA.properties +17 -5
- package/dist/i18n/en-GB.js +4 -3
- package/dist/i18n/en-GB.properties +17 -5
- package/dist/i18n/en-US.js +1 -0
- package/dist/i18n/en-US.properties +2 -0
- package/dist/i18n/en-x-pseudo.js +157 -156
- package/dist/i18n/en-x-pseudo.properties +165 -153
- package/dist/i18n/es-419.js +9 -8
- package/dist/i18n/es-419.properties +17 -5
- package/dist/i18n/es-ES.js +9 -8
- package/dist/i18n/es-ES.properties +17 -5
- package/dist/i18n/fi-FI.js +9 -8
- package/dist/i18n/fi-FI.properties +17 -5
- package/dist/i18n/fr-CA.js +9 -8
- package/dist/i18n/fr-CA.properties +17 -5
- package/dist/i18n/fr-FR.js +9 -8
- package/dist/i18n/fr-FR.properties +17 -5
- package/dist/i18n/hi-IN.js +9 -8
- package/dist/i18n/hi-IN.properties +17 -5
- package/dist/i18n/it-IT.js +9 -8
- package/dist/i18n/it-IT.properties +17 -5
- package/dist/i18n/ja-JP.js +10 -9
- package/dist/i18n/ja-JP.properties +18 -6
- package/dist/i18n/json/src/lib/messages.json +1 -1
- package/dist/i18n/ko-KR.js +9 -8
- package/dist/i18n/ko-KR.properties +17 -5
- package/dist/i18n/nb-NO.js +9 -8
- package/dist/i18n/nb-NO.properties +17 -5
- package/dist/i18n/nl-NL.js +9 -8
- package/dist/i18n/nl-NL.properties +17 -5
- package/dist/i18n/pl-PL.js +9 -8
- package/dist/i18n/pl-PL.properties +17 -5
- package/dist/i18n/pt-BR.js +9 -8
- package/dist/i18n/pt-BR.properties +17 -5
- package/dist/i18n/ru-RU.js +9 -8
- package/dist/i18n/ru-RU.properties +17 -5
- package/dist/i18n/sv-SE.js +9 -8
- package/dist/i18n/sv-SE.properties +17 -5
- package/dist/i18n/tr-TR.js +9 -8
- package/dist/i18n/tr-TR.properties +17 -5
- package/dist/i18n/zh-CN.js +9 -8
- package/dist/i18n/zh-CN.properties +17 -5
- package/dist/i18n/zh-TW.js +9 -8
- package/dist/i18n/zh-TW.properties +17 -5
- package/dist/styles/metadata-instance-form-ai-disclaimer.css +1 -0
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-ai-disclaimer/metadata-instance-form-ai-disclaimer.d.ts +8 -0
- package/dist/types/lib/messages.d.ts +5 -0
- 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
|
|
124
|
-
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI returned high confidence
|
|
125
|
-
# Tooltip message shown when Box AI extraction has low confidence score
|
|
126
|
-
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI returned low confidence
|
|
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
|
|
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
|
package/dist/i18n/en-GB.js
CHANGED
|
@@ -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
|
|
69
|
-
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI returned low confidence
|
|
70
|
-
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI returned low confidence
|
|
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
|
|
124
|
-
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI returned high confidence
|
|
125
|
-
# Tooltip message shown when Box AI extraction has low confidence score
|
|
126
|
-
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI returned low confidence
|
|
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
|
|
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
|
package/dist/i18n/en-US.js
CHANGED
|
@@ -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.
|
package/dist/i18n/en-x-pseudo.js
CHANGED
|
@@ -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": "⟦萬萬萬萬
|
|
8
|
-
"comboboxWithApiPagination.noResults": "⟦萬萬萬萬
|
|
9
|
-
"groupSharedFeatures.metadataEditor.
|
|
10
|
-
"groupSharedFeatures.metadataEditor.
|
|
11
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.
|
|
12
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.
|
|
13
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.
|
|
14
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.
|
|
15
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.
|
|
16
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.
|
|
17
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.
|
|
18
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.
|
|
19
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.
|
|
20
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.
|
|
21
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.
|
|
22
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.
|
|
23
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.
|
|
24
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.
|
|
25
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.
|
|
26
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.
|
|
27
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.
|
|
28
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.
|
|
29
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.
|
|
30
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.
|
|
31
|
-
"groupSharedFeatures.metadataEditor.
|
|
32
|
-
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.
|
|
33
|
-
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.
|
|
34
|
-
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.
|
|
35
|
-
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.
|
|
36
|
-
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.
|
|
37
|
-
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.
|
|
38
|
-
"groupSharedFeatures.metadataEditor.
|
|
39
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.
|
|
40
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.
|
|
41
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.
|
|
42
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.
|
|
43
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.
|
|
44
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.
|
|
45
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.
|
|
46
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.
|
|
47
|
-
"groupSharedFeatures.metadataEditor.
|
|
48
|
-
"metadataEditor.
|
|
49
|
-
"metadataEditor.addMetadataTemplate.
|
|
50
|
-
"metadataEditor.addMetadataTemplate.
|
|
51
|
-
"metadataEditor.
|
|
52
|
-
"metadataEditor.aiSuggestionField.
|
|
53
|
-
"metadataEditor.aiSuggestionField.
|
|
54
|
-
"metadataEditor.aiSuggestionField.
|
|
55
|
-
"metadataEditor.aiSuggestionField.
|
|
56
|
-
"metadataEditor.aiSuggestionField.
|
|
57
|
-
"metadataEditor.aiSuggestionField.
|
|
58
|
-
"metadataEditor.aiSuggestionField.
|
|
59
|
-
"metadataEditor.aiSuggestionField.
|
|
60
|
-
"metadataEditor.aiSuggestionField.
|
|
61
|
-
"metadataEditor.aiSuggestionField.
|
|
62
|
-
"metadataEditor.aiSuggestionField.
|
|
63
|
-
"metadataEditor.
|
|
64
|
-
"metadataEditor.autofillButton.
|
|
65
|
-
"metadataEditor.autofillButton.
|
|
66
|
-
"metadataEditor.autofillButton.tooltip.
|
|
67
|
-
"metadataEditor.autofillButton.tooltip.
|
|
68
|
-
"metadataEditor.
|
|
69
|
-
"metadataEditor.confidenceScore.
|
|
70
|
-
"metadataEditor.confidenceScore.
|
|
71
|
-
"metadataEditor.
|
|
72
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.
|
|
73
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.
|
|
74
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.
|
|
75
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.
|
|
76
|
-
"metadataEditor.editInstance.deleteConfirmationModal.
|
|
77
|
-
"metadataEditor.editInstance.deleteConfirmationModal.
|
|
78
|
-
"metadataEditor.editInstance.deleteConfirmationModal.
|
|
79
|
-
"metadataEditor.editInstance.deleteConfirmationModal.
|
|
80
|
-
"metadataEditor.editInstance.deleteConfirmationModal.
|
|
81
|
-
"metadataEditor.editInstance.deleteConfirmationModal.
|
|
82
|
-
"metadataEditor.editInstance.deleteConfirmationModal.
|
|
83
|
-
"metadataEditor.
|
|
84
|
-
"metadataEditor.
|
|
85
|
-
"metadataEditor.fileLevel.emptyState.boxAiEnabled.
|
|
86
|
-
"metadataEditor.fileLevel.emptyState.
|
|
87
|
-
"metadataEditor.fileLevel.emptyState.default.
|
|
88
|
-
"metadataEditor.
|
|
89
|
-
"metadataEditor.filterDropdownMenuSearch.
|
|
90
|
-
"metadataEditor.
|
|
91
|
-
"metadataEditor.filterInstancesDropdown.
|
|
92
|
-
"metadataEditor.filterInstancesDropdown.
|
|
93
|
-
"metadataEditor.filterInstancesDropdown.triggerButton.
|
|
94
|
-
"metadataEditor.
|
|
95
|
-
"metadataEditor.instanceLevel.emptyState.
|
|
96
|
-
"metadataEditor.instanceLevel.emptyState.
|
|
97
|
-
"metadataEditor.instanceLevel.emptyState.
|
|
98
|
-
"metadataEditor.
|
|
99
|
-
"metadataEditor.lowConfidenceSuggestionField.
|
|
100
|
-
"metadataEditor.lowConfidenceSuggestionField.
|
|
101
|
-
"metadataEditor.lowConfidenceSuggestionField.
|
|
102
|
-
"metadataEditor.lowConfidenceSuggestionField.
|
|
103
|
-
"metadataEditor.lowConfidenceSuggestionField.
|
|
104
|
-
"metadataEditor.lowConfidenceSuggestionField.
|
|
105
|
-
"metadataEditor.
|
|
106
|
-
"metadataEditor.managerLevel.emptyState.
|
|
107
|
-
"metadataEditor.
|
|
108
|
-
"metadataEditor.metadataEditor.customIntanceNewField.
|
|
109
|
-
"metadataEditor.metadataEditor.customIntanceNewField.
|
|
110
|
-
"metadataEditor.metadataEditor.customIntanceNewField.
|
|
111
|
-
"metadataEditor.metadataEditor.customIntanceNewField.
|
|
112
|
-
"metadataEditor.metadataEditor.customIntanceNewField.
|
|
113
|
-
"metadataEditor.metadataEditor.customIntanceNewField.
|
|
114
|
-
"metadataEditor.metadataEditor.customIntanceNewField.
|
|
115
|
-
"metadataEditor.metadataEditor.customIntanceNewField.
|
|
116
|
-
"metadataEditor.metadataEditor.customIntanceNewField.
|
|
117
|
-
"metadataEditor.
|
|
118
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.
|
|
119
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.
|
|
120
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.
|
|
121
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.
|
|
122
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.
|
|
123
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.
|
|
124
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.
|
|
125
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.
|
|
126
|
-
"metadataEditor.metadataInstanceEditor.
|
|
127
|
-
"metadataEditor.metadataInstanceEditor.customInstance.
|
|
128
|
-
"metadataEditor.metadataInstanceEditor.customInstance.
|
|
129
|
-
"metadataEditor.metadataInstanceEditor.
|
|
130
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.
|
|
131
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.
|
|
132
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.
|
|
133
|
-
"metadataEditor.metadataInstanceEditor.
|
|
134
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
|
135
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
|
136
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
|
137
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
|
138
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
|
139
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
|
140
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
|
141
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
|
142
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
|
143
|
-
"metadataEditor.
|
|
144
|
-
"metadataEditor.
|
|
145
|
-
"metadataEditor.unsavedChangesModal.
|
|
146
|
-
"metadataEditor.unsavedChangesModal.
|
|
147
|
-
"metadataEditor.unsavedChangesModal.
|
|
148
|
-
"metadataEditor.unsavedChangesModal.
|
|
149
|
-
"metadataEditor.
|
|
150
|
-
"metadataEditor.viewInstance.metadataInstanceFooter.
|
|
151
|
-
"metadataEditor.viewInstance.
|
|
152
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.
|
|
153
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.
|
|
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
|
}
|