@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.
Files changed (49) hide show
  1. package/dist/i18n/bn-IN.js +5 -5
  2. package/dist/i18n/bn-IN.properties +5 -5
  3. package/dist/i18n/da-DK.js +3 -3
  4. package/dist/i18n/da-DK.properties +3 -3
  5. package/dist/i18n/de-DE.js +2 -2
  6. package/dist/i18n/de-DE.properties +2 -2
  7. package/dist/i18n/en-AU.js +2 -2
  8. package/dist/i18n/en-AU.properties +2 -2
  9. package/dist/i18n/en-GB.js +2 -2
  10. package/dist/i18n/en-GB.properties +2 -2
  11. package/dist/i18n/en-x-pseudo.js +158 -158
  12. package/dist/i18n/en-x-pseudo.properties +158 -158
  13. package/dist/i18n/es-419.js +3 -3
  14. package/dist/i18n/es-419.properties +3 -3
  15. package/dist/i18n/es-ES.js +3 -3
  16. package/dist/i18n/es-ES.properties +3 -3
  17. package/dist/i18n/fi-FI.js +5 -5
  18. package/dist/i18n/fi-FI.properties +5 -5
  19. package/dist/i18n/fr-CA.js +4 -4
  20. package/dist/i18n/fr-CA.properties +4 -4
  21. package/dist/i18n/fr-FR.js +4 -4
  22. package/dist/i18n/fr-FR.properties +4 -4
  23. package/dist/i18n/hi-IN.js +4 -4
  24. package/dist/i18n/hi-IN.properties +4 -4
  25. package/dist/i18n/it-IT.js +3 -3
  26. package/dist/i18n/it-IT.properties +3 -3
  27. package/dist/i18n/ja-JP.js +2 -2
  28. package/dist/i18n/ja-JP.properties +2 -2
  29. package/dist/i18n/ko-KR.js +5 -5
  30. package/dist/i18n/ko-KR.properties +5 -5
  31. package/dist/i18n/nb-NO.js +4 -4
  32. package/dist/i18n/nb-NO.properties +4 -4
  33. package/dist/i18n/nl-NL.js +3 -3
  34. package/dist/i18n/nl-NL.properties +3 -3
  35. package/dist/i18n/pl-PL.js +4 -4
  36. package/dist/i18n/pl-PL.properties +4 -4
  37. package/dist/i18n/pt-BR.js +2 -2
  38. package/dist/i18n/pt-BR.properties +2 -2
  39. package/dist/i18n/ru-RU.js +4 -4
  40. package/dist/i18n/ru-RU.properties +4 -4
  41. package/dist/i18n/sv-SE.js +6 -6
  42. package/dist/i18n/sv-SE.properties +6 -6
  43. package/dist/i18n/tr-TR.js +5 -5
  44. package/dist/i18n/tr-TR.properties +5 -5
  45. package/dist/i18n/zh-CN.js +3 -3
  46. package/dist/i18n/zh-CN.properties +3 -3
  47. package/dist/i18n/zh-TW.js +4 -4
  48. package/dist/i18n/zh-TW.properties +4 -4
  49. package/package.json +10 -10
@@ -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
@@ -1,10 +1,10 @@
1
1
  export default {
2
- "comboboxWithApiPagination.clearButtonAriaLabel": "Ryd input og udvælgelse",
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 mere...",
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 udvælgelse
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 mere...
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
@@ -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": "Laden …",
7
- "comboboxWithApiPagination.loadingMoreAriaLabel": "Mehr wird geladen ...",
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 = Laden …
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 wird geladen ...
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
@@ -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
@@ -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
@@ -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": "⟦萬萬萬萬 Ļōåďìπğ 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": "⟦萬萬萬萬萬萬萬 Ēʼnţéг ā ďàŧε āƒťĕґ {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οʼnτĥ 國國國國國國國⟧",
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": "⟦萬 Čāʼnçёļ 國⟧",
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": "⟦萬萬萬萬萬 ÃćčėΡτ ŝµğğêŝťíόʼn 國國國國國⟧",
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": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βŏх ΆÍ řéţûŗиėď ľóẃ çóʼnƒіďέйсε ļĕνèĺ ƒοґ ťħιŝ ë×ţгâ¢ťϊöп ьμť îţ ŵαş αċčéΡţéď вŷ ä ĥūmåʼn. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
73
- "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬 Ċόйƒϊŕm ďëļèŧïöп όƒ Мěţáďǻţå ìʼnśťăлćè 國國國國國國國國國國國⟧",
74
- "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Āгě ỳŏũ ѕüгĕ Уōú ώāлŧ ťô ďèļέŧē ŧħĕ \"{templateName}\" Μēŧáďãτâ ťěmΡĺǻťę, ăņď āĺľ öƒ īτś νąĺμêѕ ƒґõm ŧнĭŝ ƒĩľε? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
75
- "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ăŗέ γοű şüґè γόù ώãпτ ťó ďёļëťě ţĥē \"{templateName}\" Мěŧàďăţâ įиѕŧåηсé, ǻņď їţş νāĺμéŝ? 國國國國國國國國國國國國國國國國國國國國國國國⟧",
76
- "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŤÿΡé ţĥę Мéŧåďǻŧà ŢєmΡľąŧе’ѕ πâ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éйţ mєţâďãţà, ẁìŧħ ёνěѓ-íпĉѓêãśíήĝ âсĉůŗåčŷ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
87
- "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "⟦萬萬萬萬萬萬萬萬 Ăüŧοƒĭľļ Μėŧáďăţä ẁιτн ßόх ÁĪ 國國國國國國國國⟧",
88
- "metadataEditor.fileLevel.emptyState.default.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ǻďď Μĕταďǻŧá τŏ ýòùґ ƒïľє τò śμΡΡŏřτ вūşĩиĕŝŝ óΡєŕâťíőʼnѕ, щöŗкƒĺŏωŝ, ǻńď 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ŝ úśëґ ẁĥιĉħ ţë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ś ţō áΡΡĺÿ âлď èďíť 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": "⟦萬萬萬萬萬 Σ×ţѓáčţїʼnĝ Μěťăďąťα 國國國國國⟧",
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ĭśѕīóη ŧŏ âĉçèşѕ ťнē ďēѕŧϊηäŧìοή ƒοļďêѓ ťõ ėхτŕăĉŧ mèŧǻďåţą. Pĺéâşę ¢οňţąĉτ ŧĥë óŵʼnėř öг ỳŏúґ åď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": "⟦萬 Ċàʼnċєĺ 國⟧",
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": "⟦萬萬萬萬萬 Ćōʼnŧëήť ίś ŧöó ľâřğέ 國國國國國⟧",
143
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "⟦萬萬 Ľøαďīπğ... 國國⟧",
144
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "⟦萬萬 Şťãπďâŕď 國國⟧",
145
- "metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬 Ļσш сóηƒïďêňĉė şçŏѓę - ŕēνïėẁ ήёëďęď 國國國國國國國國國國⟧",
146
- "metadataEditor.unsavedChangesModal.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Мěτąďâťå ţēmΡľáτę(ş) ĥäνε ûʼnŝäνéď ¢нåпġéѕ. Ĥőώ ωōµļď ỳοű ĺïķę ţσ Ρяόćëëď? 國國國國國國國國國國國國國國國國國國國國國⟧",
147
- "metadataEditor.unsavedChangesModal.closeLabel": "⟦萬 Ċļõşё 國⟧",
148
- "metadataEditor.unsavedChangesModal.continueEditingCTA": "⟦萬萬萬萬 Ćόлτĭńūē Ėďîťїлĝ 國國國國⟧",
149
- "metadataEditor.unsavedChangesModal.discardChangesCTA": "⟦萬萬萬萬 Ďіѕċâѓď Çнąʼnġέś 國國國國⟧",
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": "⟦萬 Ĕďïτ 國⟧",
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
  }