@box/metadata-editor 1.72.3 → 1.72.5
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/i18n/bn-IN.js +5 -5
- package/dist/i18n/bn-IN.properties +5 -5
- package/dist/i18n/da-DK.js +3 -3
- package/dist/i18n/da-DK.properties +3 -3
- package/dist/i18n/de-DE.js +2 -2
- package/dist/i18n/de-DE.properties +2 -2
- package/dist/i18n/en-AU.js +2 -2
- package/dist/i18n/en-AU.properties +2 -2
- package/dist/i18n/en-GB.js +2 -2
- package/dist/i18n/en-GB.properties +2 -2
- package/dist/i18n/en-x-pseudo.js +158 -158
- package/dist/i18n/en-x-pseudo.properties +158 -158
- package/dist/i18n/es-419.js +3 -3
- package/dist/i18n/es-419.properties +3 -3
- package/dist/i18n/es-ES.js +3 -3
- package/dist/i18n/es-ES.properties +3 -3
- package/dist/i18n/fi-FI.js +5 -5
- package/dist/i18n/fi-FI.properties +5 -5
- package/dist/i18n/fr-CA.js +4 -4
- package/dist/i18n/fr-CA.properties +4 -4
- package/dist/i18n/fr-FR.js +4 -4
- package/dist/i18n/fr-FR.properties +4 -4
- package/dist/i18n/hi-IN.js +4 -4
- package/dist/i18n/hi-IN.properties +4 -4
- package/dist/i18n/it-IT.js +3 -3
- package/dist/i18n/it-IT.properties +3 -3
- package/dist/i18n/ja-JP.js +2 -2
- package/dist/i18n/ja-JP.properties +2 -2
- package/dist/i18n/ko-KR.js +5 -5
- package/dist/i18n/ko-KR.properties +5 -5
- package/dist/i18n/nb-NO.js +4 -4
- package/dist/i18n/nb-NO.properties +4 -4
- package/dist/i18n/nl-NL.js +3 -3
- package/dist/i18n/nl-NL.properties +3 -3
- package/dist/i18n/pl-PL.js +4 -4
- package/dist/i18n/pl-PL.properties +4 -4
- package/dist/i18n/pt-BR.js +2 -2
- package/dist/i18n/pt-BR.properties +2 -2
- package/dist/i18n/ru-RU.js +4 -4
- package/dist/i18n/ru-RU.properties +4 -4
- package/dist/i18n/sv-SE.js +6 -6
- package/dist/i18n/sv-SE.properties +6 -6
- package/dist/i18n/tr-TR.js +5 -5
- package/dist/i18n/tr-TR.properties +5 -5
- package/dist/i18n/zh-CN.js +3 -3
- package/dist/i18n/zh-CN.properties +3 -3
- package/dist/i18n/zh-TW.js +4 -4
- package/dist/i18n/zh-TW.properties +4 -4
- package/package.json +10 -10
package/dist/i18n/bn-IN.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"comboboxWithApiPagination.clearButtonAriaLabel": "ইনপুট এবং নির্বাচন
|
|
3
|
-
"comboboxWithApiPagination.errorAction": "
|
|
2
|
+
"comboboxWithApiPagination.clearButtonAriaLabel": "ইনপুট এবং নির্বাচন মুছে ফেলুন",
|
|
3
|
+
"comboboxWithApiPagination.errorAction": "আবার লোড করুন",
|
|
4
4
|
"comboboxWithApiPagination.errorIconLabel": "ত্রুটি",
|
|
5
|
-
"comboboxWithApiPagination.errorMessage": "
|
|
6
|
-
"comboboxWithApiPagination.loadingAriaLabel": "লোড
|
|
7
|
-
"comboboxWithApiPagination.loadingMoreAriaLabel": "আরও লোড করা
|
|
5
|
+
"comboboxWithApiPagination.errorMessage": "বিকল্পগুলো লোড করা যায়নি",
|
|
6
|
+
"comboboxWithApiPagination.loadingAriaLabel": "লোড হচ্ছে…",
|
|
7
|
+
"comboboxWithApiPagination.loadingMoreAriaLabel": "আরও লোড করা হচ্ছে…",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "কোনো ফলাফল পাওয়া যায়নি",
|
|
9
9
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "নতুন টেমপ্লেট",
|
|
10
10
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "কাস্টম মেটাডেটা",
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
|
|
2
|
-
comboboxWithApiPagination.clearButtonAriaLabel = ইনপুট এবং নির্বাচন
|
|
2
|
+
comboboxWithApiPagination.clearButtonAriaLabel = ইনপুট এবং নির্বাচন মুছে ফেলুন
|
|
3
3
|
# Error message displayed resembling button that calls to action to reload the results
|
|
4
|
-
comboboxWithApiPagination.errorAction =
|
|
4
|
+
comboboxWithApiPagination.errorAction = আবার লোড করুন
|
|
5
5
|
# Aria-label text for the error icon in the loading results error message
|
|
6
6
|
comboboxWithApiPagination.errorIconLabel = ত্রুটি
|
|
7
7
|
# Error message displayed as inline notice that informs the user that the options failed to load
|
|
8
|
-
comboboxWithApiPagination.errorMessage =
|
|
8
|
+
comboboxWithApiPagination.errorMessage = বিকল্পগুলো লোড করা যায়নি
|
|
9
9
|
# Visually hidden aria-label text for the loading spinner
|
|
10
|
-
comboboxWithApiPagination.loadingAriaLabel = লোড
|
|
10
|
+
comboboxWithApiPagination.loadingAriaLabel = লোড হচ্ছে…
|
|
11
11
|
# Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
|
|
12
|
-
comboboxWithApiPagination.loadingMoreAriaLabel = আরও লোড করা
|
|
12
|
+
comboboxWithApiPagination.loadingMoreAriaLabel = আরও লোড করা হচ্ছে…
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = কোনো ফলাফল পাওয়া যায়নি
|
|
15
15
|
# Label for the button that opens the template editor to create a new template
|
package/dist/i18n/da-DK.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"comboboxWithApiPagination.clearButtonAriaLabel": "Ryd input og
|
|
2
|
+
"comboboxWithApiPagination.clearButtonAriaLabel": "Ryd input og valg",
|
|
3
3
|
"comboboxWithApiPagination.errorAction": "Genindlæs",
|
|
4
4
|
"comboboxWithApiPagination.errorIconLabel": "Fejl",
|
|
5
5
|
"comboboxWithApiPagination.errorMessage": "Kunne ikke indlæse indstillinger",
|
|
6
|
-
"comboboxWithApiPagination.loadingAriaLabel": "Indlæser
|
|
7
|
-
"comboboxWithApiPagination.loadingMoreAriaLabel": "Indlæser
|
|
6
|
+
"comboboxWithApiPagination.loadingAriaLabel": "Indlæser…",
|
|
7
|
+
"comboboxWithApiPagination.loadingMoreAriaLabel": "Indlæser flere…",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Ingen resultater fundet",
|
|
9
9
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Ny skabelon",
|
|
10
10
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Brugerdefinerede metadata",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
|
|
2
|
-
comboboxWithApiPagination.clearButtonAriaLabel = Ryd input og
|
|
2
|
+
comboboxWithApiPagination.clearButtonAriaLabel = Ryd input og valg
|
|
3
3
|
# Error message displayed resembling button that calls to action to reload the results
|
|
4
4
|
comboboxWithApiPagination.errorAction = Genindlæs
|
|
5
5
|
# Aria-label text for the error icon in the loading results error message
|
|
@@ -7,9 +7,9 @@ comboboxWithApiPagination.errorIconLabel = Fejl
|
|
|
7
7
|
# Error message displayed as inline notice that informs the user that the options failed to load
|
|
8
8
|
comboboxWithApiPagination.errorMessage = Kunne ikke indlæse indstillinger
|
|
9
9
|
# Visually hidden aria-label text for the loading spinner
|
|
10
|
-
comboboxWithApiPagination.loadingAriaLabel = Indlæser
|
|
10
|
+
comboboxWithApiPagination.loadingAriaLabel = Indlæser…
|
|
11
11
|
# Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
|
|
12
|
-
comboboxWithApiPagination.loadingMoreAriaLabel = Indlæser
|
|
12
|
+
comboboxWithApiPagination.loadingMoreAriaLabel = Indlæser flere…
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = Ingen resultater fundet
|
|
15
15
|
# Label for the button that opens the template editor to create a new template
|
package/dist/i18n/de-DE.js
CHANGED
|
@@ -3,8 +3,8 @@ export default {
|
|
|
3
3
|
"comboboxWithApiPagination.errorAction": "Neu laden",
|
|
4
4
|
"comboboxWithApiPagination.errorIconLabel": "Fehler",
|
|
5
5
|
"comboboxWithApiPagination.errorMessage": "Optionen konnten nicht geladen werden",
|
|
6
|
-
"comboboxWithApiPagination.loadingAriaLabel": "
|
|
7
|
-
"comboboxWithApiPagination.loadingMoreAriaLabel": "Mehr
|
|
6
|
+
"comboboxWithApiPagination.loadingAriaLabel": "Wird geladen …",
|
|
7
|
+
"comboboxWithApiPagination.loadingMoreAriaLabel": "Mehr laden …",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Keine Ergebnisse gefunden",
|
|
9
9
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Neue Vorlage",
|
|
10
10
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Benutzerdefinierte Metadaten",
|
|
@@ -7,9 +7,9 @@ comboboxWithApiPagination.errorIconLabel = Fehler
|
|
|
7
7
|
# Error message displayed as inline notice that informs the user that the options failed to load
|
|
8
8
|
comboboxWithApiPagination.errorMessage = Optionen konnten nicht geladen werden
|
|
9
9
|
# Visually hidden aria-label text for the loading spinner
|
|
10
|
-
comboboxWithApiPagination.loadingAriaLabel =
|
|
10
|
+
comboboxWithApiPagination.loadingAriaLabel = Wird geladen …
|
|
11
11
|
# Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
|
|
12
|
-
comboboxWithApiPagination.loadingMoreAriaLabel = Mehr
|
|
12
|
+
comboboxWithApiPagination.loadingMoreAriaLabel = Mehr laden …
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = Keine Ergebnisse gefunden
|
|
15
15
|
# Label for the button that opens the template editor to create a new template
|
package/dist/i18n/en-AU.js
CHANGED
|
@@ -3,8 +3,8 @@ export default {
|
|
|
3
3
|
"comboboxWithApiPagination.errorAction": "Reload",
|
|
4
4
|
"comboboxWithApiPagination.errorIconLabel": "Error",
|
|
5
5
|
"comboboxWithApiPagination.errorMessage": "Failed to load options",
|
|
6
|
-
"comboboxWithApiPagination.loadingAriaLabel": "Loading
|
|
7
|
-
"comboboxWithApiPagination.loadingMoreAriaLabel": "Loading more
|
|
6
|
+
"comboboxWithApiPagination.loadingAriaLabel": "Loading…",
|
|
7
|
+
"comboboxWithApiPagination.loadingMoreAriaLabel": "Loading more…",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "No results found",
|
|
9
9
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "New Template",
|
|
10
10
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Custom Metadata",
|
|
@@ -7,9 +7,9 @@ comboboxWithApiPagination.errorIconLabel = Error
|
|
|
7
7
|
# Error message displayed as inline notice that informs the user that the options failed to load
|
|
8
8
|
comboboxWithApiPagination.errorMessage = Failed to load options
|
|
9
9
|
# Visually hidden aria-label text for the loading spinner
|
|
10
|
-
comboboxWithApiPagination.loadingAriaLabel = Loading
|
|
10
|
+
comboboxWithApiPagination.loadingAriaLabel = Loading…
|
|
11
11
|
# Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
|
|
12
|
-
comboboxWithApiPagination.loadingMoreAriaLabel = Loading more
|
|
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
15
|
# Label for the button that opens the template editor to create a new template
|
package/dist/i18n/en-GB.js
CHANGED
|
@@ -3,8 +3,8 @@ export default {
|
|
|
3
3
|
"comboboxWithApiPagination.errorAction": "Reload",
|
|
4
4
|
"comboboxWithApiPagination.errorIconLabel": "Error",
|
|
5
5
|
"comboboxWithApiPagination.errorMessage": "Failed to load options",
|
|
6
|
-
"comboboxWithApiPagination.loadingAriaLabel": "Loading
|
|
7
|
-
"comboboxWithApiPagination.loadingMoreAriaLabel": "Loading more
|
|
6
|
+
"comboboxWithApiPagination.loadingAriaLabel": "Loading…",
|
|
7
|
+
"comboboxWithApiPagination.loadingMoreAriaLabel": "Loading more…",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "No results found",
|
|
9
9
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "New Template",
|
|
10
10
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Custom Metadata",
|
|
@@ -7,9 +7,9 @@ comboboxWithApiPagination.errorIconLabel = Error
|
|
|
7
7
|
# Error message displayed as inline notice that informs the user that the options failed to load
|
|
8
8
|
comboboxWithApiPagination.errorMessage = Failed to load options
|
|
9
9
|
# Visually hidden aria-label text for the loading spinner
|
|
10
|
-
comboboxWithApiPagination.loadingAriaLabel = Loading
|
|
10
|
+
comboboxWithApiPagination.loadingAriaLabel = Loading…
|
|
11
11
|
# Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
|
|
12
|
-
comboboxWithApiPagination.loadingMoreAriaLabel = Loading more
|
|
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
15
|
# Label for the button that opens the template editor to create a new template
|
package/dist/i18n/en-x-pseudo.js
CHANGED
|
@@ -1,161 +1,161 @@
|
|
|
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.addMetadataTemplate.createTemplate.button.label": "⟦萬萬萬
|
|
10
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "⟦萬萬萬萬
|
|
11
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "⟦萬萬萬萬
|
|
12
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "⟦萬萬萬
|
|
13
|
-
"groupSharedFeatures.metadataEditor.aiDisclaimer": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
14
|
-
"groupSharedFeatures.metadataEditor.loading": "⟦萬萬
|
|
15
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "⟦萬萬萬萬萬萬萬
|
|
16
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "⟦萬
|
|
17
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError": "⟦萬萬萬萬萬萬萬
|
|
18
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace": "⟦萬萬萬萬萬
|
|
19
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate": "⟦萬萬萬萬萬
|
|
20
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue": "⟦萬萬萬萬萬
|
|
21
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.multipleValues": "⟦萬萬萬萬
|
|
22
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder": "⟦萬萬萬萬
|
|
23
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
24
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel": "⟦萬萬萬萬萬萬萬萬
|
|
25
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered": "⟦萬萬萬萬
|
|
26
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered": "⟦萬萬萬萬
|
|
27
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate": "⟦萬萬萬萬
|
|
28
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder": "⟦萬萬萬萬
|
|
29
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "⟦萬萬
|
|
30
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "⟦萬萬萬萬萬
|
|
31
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "⟦萬萬萬萬萬萬萬
|
|
32
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
33
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "⟦萬萬萬萬
|
|
34
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "⟦萬萬萬萬萬萬萬萬
|
|
35
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "⟦萬
|
|
36
|
-
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip": "⟦萬萬萬萬萬
|
|
37
|
-
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA": "⟦萬
|
|
38
|
-
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel": "⟦萬萬萬
|
|
39
|
-
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {#
|
|
40
|
-
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields": "⟦萬萬萬萬萬萬萬萬
|
|
41
|
-
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {#
|
|
42
|
-
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA": "⟦萬
|
|
43
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add": "⟦
|
|
44
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel": "⟦萬
|
|
45
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.close": "⟦萬
|
|
46
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.header": "⟦萬萬萬萬萬萬萬
|
|
47
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel": "⟦萬
|
|
48
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel": "⟦萬萬萬萬萬
|
|
49
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "⟦萬萬萬萬萬
|
|
50
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "⟦萬萬萬萬萬
|
|
51
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
52
|
-
"groupSharedFeatures.metadataEditor.viewOnDocument": "⟦萬萬萬萬
|
|
53
|
-
"metadataEditor.aiSuggestionField.acceptLabel": "⟦萬萬萬萬萬
|
|
54
|
-
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "⟦萬萬萬萬萬
|
|
55
|
-
"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "⟦萬萬萬萬萬萬萬萬萬萬
|
|
56
|
-
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "⟦萬萬
|
|
57
|
-
"metadataEditor.aiSuggestionField.appendLabel": "⟦萬
|
|
58
|
-
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "⟦萬萬萬萬萬
|
|
59
|
-
"metadataEditor.aiSuggestionField.confidenceLevelHigh": "⟦萬
|
|
60
|
-
"metadataEditor.aiSuggestionField.confidenceLevelLow": "⟦
|
|
61
|
-
"metadataEditor.aiSuggestionField.dismissLabel": "⟦萬萬
|
|
62
|
-
"metadataEditor.aiSuggestionField.ignoreLabel": "⟦萬
|
|
63
|
-
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
64
|
-
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
65
|
-
"metadataEditor.autofillButton.ariaLabel": "⟦萬萬萬萬萬
|
|
66
|
-
"metadataEditor.autofillButton.ariaLabelWithTemplateName": "⟦萬萬萬萬萬萬萬
|
|
67
|
-
"metadataEditor.autofillButton.tooltip.enhanced": "⟦萬萬萬萬萬萬萬萬萬
|
|
68
|
-
"metadataEditor.autofillButton.tooltip.ga": "⟦萬萬萬萬萬
|
|
69
|
-
"metadataEditor.autofillButton.tooltip.standard": "⟦萬萬萬萬萬萬萬萬萬
|
|
70
|
-
"metadataEditor.confidenceScore.tooltipHighConfidence": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
71
|
-
"metadataEditor.confidenceScore.tooltipLowConfidence": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
72
|
-
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
73
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
74
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
75
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
76
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
77
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
78
|
-
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "⟦萬
|
|
79
|
-
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "⟦萬萬
|
|
80
|
-
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "⟦萬
|
|
81
|
-
"metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "⟦萬萬萬萬
|
|
82
|
-
"metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "⟦萬萬
|
|
83
|
-
"metadataEditor.editInstance.deleteConfirmationModal.header": "⟦萬萬萬萬
|
|
84
|
-
"metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "⟦萬萬萬萬萬萬萬
|
|
85
|
-
"metadataEditor.fieldLabel.lowConfidenceBadge": "⟦
|
|
86
|
-
"metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
87
|
-
"metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "⟦萬萬萬萬萬萬萬萬
|
|
88
|
-
"metadataEditor.fileLevel.emptyState.default.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
89
|
-
"metadataEditor.fileLevel.emptyState.default.heading": "⟦萬萬萬萬萬萬
|
|
90
|
-
"metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel": "⟦萬萬萬
|
|
91
|
-
"metadataEditor.filterDropdownMenuSearch.noResultsFound": "⟦萬萬萬萬
|
|
92
|
-
"metadataEditor.filterInstancesDropdown.customMetadataName": "⟦萬萬萬萬
|
|
93
|
-
"metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
94
|
-
"metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "⟦萬萬萬
|
|
95
|
-
"metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber}
|
|
96
|
-
"metadataEditor.instanceLevel.emptyState.emptyValues.Cta": "⟦萬萬萬萬
|
|
97
|
-
"metadataEditor.instanceLevel.emptyState.heading": "⟦萬萬萬萬萬萬萬萬
|
|
98
|
-
"metadataEditor.instanceLevel.emptyState.noAttributes.heading": "⟦萬萬萬萬萬萬萬萬萬
|
|
99
|
-
"metadataEditor.instanceLevel.emptyState.noEmptyValues.body": "⟦萬萬萬萬萬萬萬萬
|
|
100
|
-
"metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel": "⟦萬萬萬萬萬萬
|
|
101
|
-
"metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip": "⟦萬萬萬
|
|
102
|
-
"metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel": "⟦萬萬萬萬萬萬
|
|
103
|
-
"metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "⟦萬萬萬
|
|
104
|
-
"metadataEditor.lowConfidenceSuggestionField.description": "⟦萬萬萬萬萬萬萬萬
|
|
105
|
-
"metadataEditor.lowConfidenceSuggestionField.needsReview": "⟦萬萬萬
|
|
106
|
-
"metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel": "⟦萬萬萬萬萬萬萬 P
|
|
107
|
-
"metadataEditor.managerLevel.emptyState.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
108
|
-
"metadataEditor.managerLevel.emptyState.heading": "⟦萬萬萬萬萬萬萬
|
|
109
|
-
"metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬
|
|
110
|
-
"metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA": "⟦
|
|
111
|
-
"metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel": "⟦萬萬萬萬
|
|
112
|
-
"metadataEditor.metadataEditor.customIntanceNewField.cancelCTA": "⟦萬
|
|
113
|
-
"metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey": "⟦萬萬萬萬萬
|
|
114
|
-
"metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey": "⟦萬萬萬萬萬萬萬萬
|
|
115
|
-
"metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder": "⟦萬萬萬萬萬 è.ĝ.
|
|
116
|
-
"metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "⟦萬萬萬萬
|
|
117
|
-
"metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "⟦萬
|
|
118
|
-
"metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "⟦萬萬
|
|
119
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "⟦萬萬萬萬萬
|
|
120
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton": "⟦萬萬
|
|
121
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription": "⟦萬萬萬萬萬萬萬萬萬
|
|
122
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle": "⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
123
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "⟦萬萬
|
|
124
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "⟦萬萬萬萬萬
|
|
125
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "⟦萬萬萬萬萬萬萬萬萬
|
|
126
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
127
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle": "⟦萬萬萬萬萬萬
|
|
128
|
-
"metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "⟦萬萬萬萬 +
|
|
129
|
-
"metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "⟦萬萬萬萬萬萬
|
|
130
|
-
"metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "⟦萬萬
|
|
131
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton": "⟦萬
|
|
132
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton": "⟦萬
|
|
133
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "⟦萬萬
|
|
134
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "⟦萬
|
|
135
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "⟦萬萬
|
|
136
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "⟦萬萬萬萬萬
|
|
137
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
138
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "⟦萬萬萬萬萬萬
|
|
139
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "⟦萬萬萬萬
|
|
140
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "⟦萬萬
|
|
141
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
142
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "⟦萬萬萬萬萬
|
|
143
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "⟦萬萬
|
|
144
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "⟦萬萬
|
|
145
|
-
"metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬
|
|
146
|
-
"metadataEditor.unsavedChangesModal.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
147
|
-
"metadataEditor.unsavedChangesModal.closeLabel": "⟦萬
|
|
148
|
-
"metadataEditor.unsavedChangesModal.continueEditingCTA": "⟦萬萬萬萬
|
|
149
|
-
"metadataEditor.unsavedChangesModal.discardChangesCTA": "⟦萬萬萬萬
|
|
150
|
-
"metadataEditor.unsavedChangesModal.header": "⟦萬萬萬萬
|
|
151
|
-
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "⟦萬萬萬萬萬
|
|
152
|
-
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "⟦萬萬萬萬萬
|
|
153
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "⟦萬萬萬萬
|
|
154
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "⟦萬萬
|
|
155
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "⟦萬
|
|
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.addMetadataTemplate.createTemplate.button.label": "⟦萬萬萬 Ñèŵ ŢémΡĺàţê 國國國⟧",
|
|
10
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "⟦萬萬萬萬 ǵśţòm Μèťàďáŧâ 國國國國⟧",
|
|
11
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "⟦萬萬萬萬 Śèàŕ¢ĥ ţémΡĺáťêś 國國國國⟧",
|
|
12
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "⟦萬萬萬 Àďđ ţèmΡĺàťé 國國國⟧",
|
|
13
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βò× ÀÌ óµţΡùťś ŝĥôúĺď вè ŕéνìêŵëđ àиď νēŗíƒîĕđ ьėƒõřę ûşě. 國國國國國國國國國國國國國國國國國⟧",
|
|
14
|
+
"groupSharedFeatures.metadataEditor.loading": "⟦萬萬 ĺòàďìиĝ 國國⟧",
|
|
15
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "⟦萬萬萬萬萬萬萬 Èиţèŕ à ďáťé âƒŧêŗ {date} 國國國國國國國⟧",
|
|
16
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "⟦萬 ÀΡРèиď 國⟧",
|
|
17
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError": "⟦萬萬萬萬萬萬萬 Èиţèŕ à ďáťé вêƒòŗë {date} 國國國國國國國⟧",
|
|
18
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace": "⟦萬萬萬萬萬 Çĺèàŕ Àļľ & ŔéΡłá¢ê 國國國國國⟧",
|
|
19
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate": "⟦萬萬萬萬萬 Çĺèàŕ śéļê¢ţëď đáťē 國國國國國⟧",
|
|
20
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue": "⟦萬萬萬萬萬 Ìиνàĺìď ƒíèļđ νáľµé 國國國國國⟧",
|
|
21
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.multipleValues": "⟦萬萬萬萬 ΜµĺţìΡļè νàľùéś 國國國國⟧",
|
|
22
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder": "⟦萬萬萬萬 Śèĺé¢ţ νàļµê(ś) 國國國國⟧",
|
|
23
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ţĥèŕé àŗê иò áţťřìвµŧëś íй τħîŝ тēmΡĺâţĕ. 國國國國國國國國國國國國⟧",
|
|
24
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel": "⟦萬萬萬萬萬萬萬萬 ÒΡèи ¢àĺéйďáŕ ţò Рìçķ â đãťê 國國國國國國國國⟧",
|
|
25
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered": "⟦萬萬萬萬 Ŕèmòνé Èиţêŕëď 國國國國⟧",
|
|
26
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered": "⟦萬萬萬萬 ŔèΡĺà¢é Èиţêŕëď 國國國國⟧",
|
|
27
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate": "⟦萬萬萬萬 Śèĺé¢ţ ťĥê ďàŧë 國國國國⟧",
|
|
28
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder": "⟦萬萬萬萬 Śèĺé¢ţ à νáļµê 國國國國⟧",
|
|
29
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "⟦萬萬 Śèţ Vàĺµé 國國⟧",
|
|
30
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "⟦萬萬萬萬萬 Śŵìţ¢ĥ ťò иè×ŧ móйτħ 國國國國國⟧",
|
|
31
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "⟦萬萬萬萬萬萬萬 Śŵìţ¢ĥ ťò Ρŕèνíóµś môиŧħ 國國國國國國國⟧",
|
|
32
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Èďìţ ƒµи¢ťíòйàĺîŧý ƒóŕ Ţá×ôлõmÿ śĥâŗèđ éхτêřпãļľŷ ïŝ πöт äνåĩłāвĺë 國國國國國國國國國國國國國國國國國國國⟧",
|
|
33
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "⟦萬萬萬萬 Śèĺé¢ţ àи òΡťìóй 國國國國⟧",
|
|
34
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "⟦萬萬萬萬萬萬萬萬 Ţòĝğĺè µΡďàţé móđê śëļē¢ťôŕ 國國國國國國國國⟧",
|
|
35
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "⟦萬 Ŵìţĥ 國⟧",
|
|
36
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip": "⟦萬萬萬萬萬 Çĺòśè ŕéνìêŵ móďë 國國國國國⟧",
|
|
37
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA": "⟦萬 Ĥìďè 國⟧",
|
|
38
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel": "⟦萬萬萬 Ŕèνìéŵ àĺêŕţ 國國國⟧",
|
|
39
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# ƒìèĺď иéêđś} other {# ƒíëļďŝ йēĕđ}} ŕėνîęŵ 國國國國國國國國國國國國國國⟧",
|
|
40
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields": "⟦萬萬萬萬萬萬萬萬 Śĥòŵìиĝ ƒíèĺďś йéêđîлğ ŕëνïēω 國國國國國國國國⟧",
|
|
41
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# ƒìèĺď иéêđś} other {# ƒíëļďŝ йēĕđ}} ŕėνîęŵ àş Βò× ÀÌ ŗěţµřлέď ľóω ¢ôпƒïđεπçе. Çłĩćķ ťõ ѕŧáяτ ѓёνīєώĭήĝ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
42
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA": "⟦萬 Vìèŵ 國⟧",
|
|
43
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add": "⟦ Àďđ ⟧",
|
|
44
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel": "⟦萬 Çàи¢èĺ 國⟧",
|
|
45
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.close": "⟦萬 Çĺòśè 國⟧",
|
|
46
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.header": "⟦萬萬萬萬萬萬萬 Śèĺé¢ţ Μêťàďáŧâ ŢëmΡļãτē 國國國國國國國⟧",
|
|
47
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel": "⟦萬 Çĺèàŕ 國⟧",
|
|
48
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel": "⟦萬萬萬萬萬 Śèàŕ¢ĥ áĺļ ţémΡľâťêś 國國國國國⟧",
|
|
49
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "⟦萬萬萬萬萬 Śèàŕ¢ĥ áĺļ ţémΡľâťêś 國國國國國⟧",
|
|
50
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "⟦萬萬萬萬萬 Śèĺé¢ţ à ŢêmΡļáťë 國國國國國⟧",
|
|
51
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Çòµĺď иóţ ļôàđ ťèmΡľáŧéś. Ţŕý âĝãìй łäτêŗ 國國國國國國國國國國國國⟧",
|
|
52
|
+
"groupSharedFeatures.metadataEditor.viewOnDocument": "⟦萬萬萬萬 Vìèŵ òи ďó¢µméйţ 國國國國⟧",
|
|
53
|
+
"metadataEditor.aiSuggestionField.acceptLabel": "⟦萬萬萬萬萬 À¢çèΡţ śµĝğéŝťìòи 國國國國國⟧",
|
|
54
|
+
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "⟦萬萬萬萬萬 Βò× ÀÌ śµĝğèŝţìóи: 國國國國國⟧",
|
|
55
|
+
"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "⟦萬萬萬萬萬萬萬萬萬萬 Βò× ÀÌ śµĝğèŝţìóи ({level} ¢ôйƒíďéлçê) 國國國國國國國國國國⟧",
|
|
56
|
+
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "⟦萬萬 ÒΡţìòиś 國國⟧",
|
|
57
|
+
"metadataEditor.aiSuggestionField.appendLabel": "⟦萬 ÀΡРèиď 國⟧",
|
|
58
|
+
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "⟦萬萬萬萬萬 Çĺèàŕ áиď ŔéΡļâ¢ê 國國國國國⟧",
|
|
59
|
+
"metadataEditor.aiSuggestionField.confidenceLevelHigh": "⟦萬 Ĥìĝĥ 國⟧",
|
|
60
|
+
"metadataEditor.aiSuggestionField.confidenceLevelLow": "⟦ Ĺòŵ ⟧",
|
|
61
|
+
"metadataEditor.aiSuggestionField.dismissLabel": "⟦萬萬 Çòиƒìŕm 國國⟧",
|
|
62
|
+
"metadataEditor.aiSuggestionField.ignoreLabel": "⟦萬 Ìĝиòŕè 國⟧",
|
|
63
|
+
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "⟦萬萬萬萬萬萬萬萬萬萬萬 Βò× ÀÌ śµĝğèŝţş ťĥé ѕàmê νáĺùë âš ãвóνē 國國國國國國國國國國國⟧",
|
|
64
|
+
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βò× ÀÌ śµĝğèŝţş ťĥé ѕàmê νáĺùë âš ãвóνē ({level} ¢ôиƒìďĕйçė) 國國國國國國國國國國國國國國國國國⟧",
|
|
65
|
+
"metadataEditor.autofillButton.ariaLabel": "⟦萬萬萬萬萬 Àµţòƒìĺļ ŵíťĥ Βó× ÁÌ 國國國國國⟧",
|
|
66
|
+
"metadataEditor.autofillButton.ariaLabelWithTemplateName": "⟦萬萬萬萬萬萬萬 Àµţòƒìĺļ {templateName} ŵíťĥ Βó× ÁÌ 國國國國國國國⟧",
|
|
67
|
+
"metadataEditor.autofillButton.tooltip.enhanced": "⟦萬萬萬萬萬萬萬萬萬 Àµţòƒìĺļ ŵíťĥ Βó× ÁÌ (Èиħàй¢èď) 國國國國國國國國國⟧",
|
|
68
|
+
"metadataEditor.autofillButton.tooltip.ga": "⟦萬萬萬萬萬 Àµţòƒìĺļ ŵíťĥ Βó× ÁÌ 國國國國國⟧",
|
|
69
|
+
"metadataEditor.autofillButton.tooltip.standard": "⟦萬萬萬萬萬萬萬萬萬 Àµţòƒìĺļ ŵíťĥ Βó× ÁÌ (Śŧàиďáŕđ) 國國國國國國國國國⟧",
|
|
70
|
+
"metadataEditor.confidenceScore.tooltipHighConfidence": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βò× ÀÌ ŕèţµŗиéď ĥìĝħ ¢óйƒíđêлçë ĺēνĕļ ƒôř ťнîś ėхŧяàćτïõп. 國國國國國國國國國國國國國國國國國⟧",
|
|
71
|
+
"metadataEditor.confidenceScore.tooltipLowConfidence": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βò× ÀÌ ŕèţµŗиéď ĺóŵ ¢ôйƒìđêлçë ļēνĕľ ƒõř ťĥíś ėхŧяàćτîöп. Ŕęνïěω тħέ νáłùε. 國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
72
|
+
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βò× ÀÌ ŕèţµŗиéď ĺóŵ ¢ôйƒìđêлçë ļēνĕľ ƒõř ťĥíś ėхŧяàćτîöп вùт ïţ ωáŝ âĉċęΡťěď ьý ã ħúmäπ. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
73
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬 Çòиƒìŕm ďèĺéţíóй ôƒ Μêťàđáŧâ îлśτãп¢ë 國國國國國國國國國國國⟧",
|
|
74
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Àŕè ýòµ śùŗé ÿóú ŵàиţ ťô ďêĺëŧē τĥĕ \"{templateName}\" Μėтáđâţã ťęmΡļäŧě, åйď āľł õƒ ìτŝ νăĺûέş ƒřöм тħíѕ ƒîļε? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
75
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Àŕè ýòµ śùŗé ÿóú ŵàиţ ťô ďêĺëŧē τĥĕ \"{templateName}\" Μėтáđâţã ìйŝťäл¢ę, åпď íŧş νāļûěѕ? 國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
76
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŢýΡè ţĥé Μêťàďáŧâ ŤëmРĺãτē’ś иäмĕ тò ¢óйƒìŕm đėļęţíôл 國國國國國國國國國國國國國國國⟧",
|
|
77
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Òи¢è ďéĺêţëđ, Μēťàďáŧâ νãļµĕś çäйлòτ вė ŕęŝтóŗěđ. 國國國國國國國國國國國國國國⟧",
|
|
78
|
+
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "⟦萬 Çàи¢èĺ 國⟧",
|
|
79
|
+
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "⟦萬萬 Çòиƒìŕm 國國⟧",
|
|
80
|
+
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "⟦萬 Ðèĺéţê 國⟧",
|
|
81
|
+
"metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "⟦萬萬萬萬 ǵśţòm Μèťàďáŧâ 國國國國⟧",
|
|
82
|
+
"metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "⟦萬萬 Ðìśmíŝş 國國⟧",
|
|
83
|
+
"metadataEditor.editInstance.deleteConfirmationModal.header": "⟦萬萬萬萬 Ðèĺéţê \"{templateName}\" 國國國國⟧",
|
|
84
|
+
"metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "⟦萬萬萬萬萬萬萬 Ðèĺéţê Μëťàďáŧâ ŢēmΡļãτĕ 國國國國國國國⟧",
|
|
85
|
+
"metadataEditor.fieldLabel.lowConfidenceBadge": "⟦ Ĺòŵ ⟧",
|
|
86
|
+
"metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ùśè ţĥé Ρòŵêŕ óƒ Βô× ÀÌ ťõ qµì¢ķĺý çàРŧùŗë ďöćúmēиτ мĕтáđâţã, ωíťħ ėνęř-îйĉяěäŝïлĝ åċčûѓāсÿ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
87
|
+
"metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "⟦萬萬萬萬萬萬萬萬 Àµţòƒìĺļ Μèťàďáŧâ ŵíτĥ Βó× ÁÌ 國國國國國國國國⟧",
|
|
88
|
+
"metadataEditor.fileLevel.emptyState.default.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Àďđ Μèţàďáťâ ŧò ýóµŕ ƒìĺé τô śùΡРõŗт вúŝíиêşѕ öΡëřãţîøйš, ŵōяķƒļŏωś, äлđ mőѓē! 國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
89
|
+
"metadataEditor.fileLevel.emptyState.default.heading": "⟦萬萬萬萬萬萬 Àďđ Μèţàďáťâ ŢémΡĺãŧêś 國國國國國國⟧",
|
|
90
|
+
"metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel": "⟦萬萬萬 Çĺèàŕ śéáŗ¢ĥ 國國國⟧",
|
|
91
|
+
"metadataEditor.filterDropdownMenuSearch.noResultsFound": "⟦萬萬萬萬 Ñò ŕèśµĺţŝ ƒóùиď 國國國國⟧",
|
|
92
|
+
"metadataEditor.filterInstancesDropdown.customMetadataName": "⟦萬萬萬萬 ǵśţòm Μèťàďáŧâ 國國國國⟧",
|
|
93
|
+
"metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Àŕìà ĺáвèļ ƒòŗ śµьţíťľé ŵîŧĥ ƒïłτêřĩиĝ ďëтâīĺŝ. Ìйƒóяmş ùѕēѓ ωħĭ¢н ţĕмΡļãťėš ώęґě çћôśέл. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
94
|
+
"metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "⟦萬萬萬 Àĺļ ŢèmΡľàţéś 國國國⟧",
|
|
95
|
+
"metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber} òƒ {visibleTemplatesNumber} ŢèmΡĺàţéś 國國國國國國國⟧",
|
|
96
|
+
"metadataEditor.instanceLevel.emptyState.emptyValues.Cta": "⟦萬萬萬萬 Śèé êmΡţý νàĺµëś 國國國國⟧",
|
|
97
|
+
"metadataEditor.instanceLevel.emptyState.heading": "⟦萬萬萬萬萬萬萬萬 Ţĥìś ţèmΡĺàťé ħáŝ иò νâļµêş 國國國國國國國國⟧",
|
|
98
|
+
"metadataEditor.instanceLevel.emptyState.noAttributes.heading": "⟦萬萬萬萬萬萬萬萬萬 Ţĥìś ţèmΡĺàťé ħáŝ иò âŧτŕíвµтêş 國國國國國國國國國⟧",
|
|
99
|
+
"metadataEditor.instanceLevel.emptyState.noEmptyValues.body": "⟦萬萬萬萬萬萬萬萬 Ţĥìś ţèmΡĺàťé ħáŝ иò νâļµêş 國國國國國國國國⟧",
|
|
100
|
+
"metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel": "⟦萬萬萬萬萬萬 À¢çèΡţ éםŕàćŧêď νáĺµë 國國國國國國⟧",
|
|
101
|
+
"metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip": "⟦萬萬萬 À¢çèΡţ Vàĺµé 國國國⟧",
|
|
102
|
+
"metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel": "⟦萬萬萬萬萬萬 Çĺèàŕ é×ţŗá¢ťêď νâļµë 國國國國國國⟧",
|
|
103
|
+
"metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "⟦萬萬萬 Çĺèàŕ Váļµé 國國國⟧",
|
|
104
|
+
"metadataEditor.lowConfidenceSuggestionField.description": "⟦萬萬萬萬萬萬萬萬 Βò× ÀÌ ŕèţµŗиéď ĺóŵ ¢ôйƒìđêлçë 國國國國國國國國⟧",
|
|
105
|
+
"metadataEditor.lowConfidenceSuggestionField.needsReview": "⟦萬萬萬 Ñèéďś ŕêνìëŵ 國國國⟧",
|
|
106
|
+
"metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel": "⟦萬萬萬萬萬萬萬 Pŕò¢èśŝìиĝ ŗéνíêŵ àçţîóй 國國國國國國國⟧",
|
|
107
|
+
"metadataEditor.managerLevel.emptyState.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βŕòŵśè óŗ ŝéàř¢ĥ ƒôя ýõµѓ ìţêmş ťö áΡРĺÿ âиď ëđíŧ мēτãďäтå 國國國國國國國國國國國國國國國國國⟧",
|
|
108
|
+
"metadataEditor.managerLevel.emptyState.heading": "⟦萬萬萬萬萬萬萬 ÀΡРĺý Μèţàďáťâ ŢémΡļãŧêś 國國國國國國國⟧",
|
|
109
|
+
"metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬 Àďđ иèŵ àţťŕìвµŧé τò Çùśтóm Μêţáďâťã 國國國國國國國國國國⟧",
|
|
110
|
+
"metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA": "⟦ Àďđ ⟧",
|
|
111
|
+
"metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel": "⟦萬萬萬萬 Àţťŕìвµŧè Ñàmé 國國國國⟧",
|
|
112
|
+
"metadataEditor.metadataEditor.customIntanceNewField.cancelCTA": "⟦萬 Çàи¢èĺ 國⟧",
|
|
113
|
+
"metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey": "⟦萬萬萬萬萬 Ķèý àĺŕéáďÿ ê×ìśţŝ. 國國國國國⟧",
|
|
114
|
+
"metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey": "⟦萬萬萬萬萬萬萬萬 Ķèýś ¢àийòţ вéĝìл ŵíťĥ á $. 國國國國國國國國⟧",
|
|
115
|
+
"metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder": "⟦萬萬萬萬萬 è.ĝ. Òŕďéŗ Ñµmвêř 國國國國國⟧",
|
|
116
|
+
"metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "⟦萬萬萬萬 Ķèý ìś ŕéqµíŗêď 國國國國⟧",
|
|
117
|
+
"metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "⟦萬 Vàĺµè 國⟧",
|
|
118
|
+
"metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "⟦萬萬 è.ĝ. 42 國國⟧",
|
|
119
|
+
"metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "⟦萬萬萬萬萬 È×ţŕà¢ťìиĝ Μèŧáďâτã 國國國國國⟧",
|
|
120
|
+
"metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton": "⟦萬萬 Ðìśmíŝş 國國⟧",
|
|
121
|
+
"metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription": "⟦萬萬萬萬萬萬萬萬萬 Pĺèàśé ţŕý áĝâìи íй ã ƒêŵ mîлµťëŝ 國國國國國國國國國⟧",
|
|
122
|
+
"metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle": "⟦萬萬萬萬萬萬萬萬萬萬萬 Μèţàďáťâ é×ŧŕã¢τìòи çóµĺđ йôт ćõmΡļêţë 國國國國國國國國國國國⟧",
|
|
123
|
+
"metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "⟦萬萬 Ĺòàďìиĝ 國國⟧",
|
|
124
|
+
"metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "⟦萬萬萬萬萬 Śţìĺļ ŵòŕķíиĝ óй îť! 國國國國國⟧",
|
|
125
|
+
"metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "⟦萬萬萬萬萬萬萬萬萬 Ţĥìś íŝ ţàķîиĝ ĺòйğèŕ ťħáл µşùâļ 國國國國國國國國國⟧",
|
|
126
|
+
"metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ýòµ ďóи’ţ ĥàνè Ρéŕmìśŝíôй ťõ á¢çêşѕ ŧħë đēšτîлâтïöп ƒøĺďĕŗ ţō ėםřãćŧ мęτäđåтā. Pļěăśέ ĉŏπţąċť ŧнε őŵήея οѓ ýσùґ ǻďmĩη. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
127
|
+
"metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle": "⟦萬萬萬萬萬萬 Çàи’ţ Èםŕá¢ŧ Μèτâďãтä 國國國國國國⟧",
|
|
128
|
+
"metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "⟦萬萬萬萬 + Àďđ Áţťŕìвµŧè 國國國國⟧",
|
|
129
|
+
"metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "⟦萬萬萬萬萬萬 Ðèĺéţê {fieldName} àťŧŕìвµτë 國國國國國國⟧",
|
|
130
|
+
"metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "⟦萬萬 Śèţ νàĺµé 國國⟧",
|
|
131
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton": "⟦萬 Çàи¢èĺ 國⟧",
|
|
132
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton": "⟦萬 Ðèĺéţê 國⟧",
|
|
133
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "⟦萬萬 Ĺòàďìиĝ... 國國⟧",
|
|
134
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "⟦萬 Śàνè 國⟧",
|
|
135
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "⟦萬萬 Àµţòƒìĺļ 國國⟧",
|
|
136
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "⟦萬萬萬萬萬 Śèé àĝêиţ òΡťìóйś. 國國國國國⟧",
|
|
137
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "⟦萬萬萬萬萬萬萬萬萬萬萬 Pĺèàśé ¢ĥêçķ ŕëŝΡòиşēѕ вĕƒóŗė šáνìйĝ. 國國國國國國國國國國國⟧",
|
|
138
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "⟦萬萬萬萬萬萬 ÀÌ Áµţòƒìĺļ íś îи Βèťà 國國國國國國⟧",
|
|
139
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "⟦萬萬萬萬 ǵśţòm Μèťàďáŧâ 國國國國⟧",
|
|
140
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "⟦萬萬 Èиĥàй¢èď 國國⟧",
|
|
141
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βò× ÀÌ ŵóи’ţ вè àьĺé ťô á¢çêśŝ ŧĥë ēйτìŕĕ ćõлтėпţ, ωħíĉн mîĝћť ⃃ęċŧ ïτş ãπѕώěŗš. 國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
142
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "⟦萬萬萬萬萬 Çòиţèйť ìś ŧóô ĺàŕĝé 國國國國國⟧",
|
|
143
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "⟦萬萬 Ĺòàďìиĝ... 國國⟧",
|
|
144
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "⟦萬萬 Śţàиďáŕđ 國國⟧",
|
|
145
|
+
"metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬 Ĺòŵ ¢óиƒìďèйçé śćôŕê - ŗëνíēω лĕėđęď 國國國國國國國國國國⟧",
|
|
146
|
+
"metadataEditor.unsavedChangesModal.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Μèţàďáťâ ŧémΡĺãτê(ś) ĥäνë µиŝåνēđ ¢ħāйĝĕş. Ĥòŵ ωóùļď ýôú ľìķė тõ Рŕöçęěđ? 國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
147
|
+
"metadataEditor.unsavedChangesModal.closeLabel": "⟦萬 Çĺòśè 國⟧",
|
|
148
|
+
"metadataEditor.unsavedChangesModal.continueEditingCTA": "⟦萬萬萬萬 Çòиţìйµè Èďíťîлĝ 國國國國⟧",
|
|
149
|
+
"metadataEditor.unsavedChangesModal.discardChangesCTA": "⟦萬萬萬萬 Ðìś¢àŕď Çĥáиĝèŝ 國國國國⟧",
|
|
150
|
+
"metadataEditor.unsavedChangesModal.header": "⟦萬萬萬萬 Ùиśàνèď Çĥáйĝéŝ 國國國國⟧",
|
|
151
|
+
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "⟦萬萬萬萬萬 Ĥìďè émΡţý νàĺµêś 國國國國國⟧",
|
|
152
|
+
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "⟦萬萬萬萬萬 Śĥòŵ èmΡţý νàĺµéś 國國國國國⟧",
|
|
153
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "⟦萬萬萬萬 ǵśţòm Μèťàďáŧâ 國國國國⟧",
|
|
154
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "⟦萬萬 Èďìţ {templateName} 國國⟧",
|
|
155
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "⟦萬 Èďìţ 國⟧",
|
|
156
156
|
"taxonomyAncestorStatusPill.emptyAncestorLevelValue": "⟦ - - ⟧",
|
|
157
|
-
"taxonomyAncestorStatusPill.errorAction": "⟦萬
|
|
158
|
-
"taxonomyAncestorStatusPill.errorIconLabel": "⟦萬
|
|
159
|
-
"taxonomyAncestorStatusPill.errorMessage": "⟦萬萬萬萬萬萬
|
|
160
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "⟦萬萬
|
|
157
|
+
"taxonomyAncestorStatusPill.errorAction": "⟦萬 Ŕèĺòàď 國⟧",
|
|
158
|
+
"taxonomyAncestorStatusPill.errorIconLabel": "⟦萬 Èŕŗòř 國⟧",
|
|
159
|
+
"taxonomyAncestorStatusPill.errorMessage": "⟦萬萬萬萬萬萬 ₣àìĺèď ţò ļóáđ ďéťâíľś 國國國國國國⟧",
|
|
160
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "⟦萬萬 Ĺòàďìиĝ... 國國⟧"
|
|
161
161
|
}
|