@box/metadata-editor 1.44.2 → 1.46.0
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/esm/lib/components/metadata-instance-review-notice/messages.js +10 -6
- package/dist/esm/lib/components/metadata-instance-review-notice/metadata-instance-review-notice.js +9 -9
- package/dist/i18n/bn-IN.js +7 -6
- package/dist/i18n/bn-IN.properties +14 -12
- package/dist/i18n/da-DK.js +7 -6
- package/dist/i18n/da-DK.properties +14 -12
- package/dist/i18n/de-DE.js +7 -6
- package/dist/i18n/de-DE.properties +14 -12
- package/dist/i18n/en-AU.js +7 -6
- package/dist/i18n/en-AU.properties +14 -12
- package/dist/i18n/en-CA.js +7 -6
- package/dist/i18n/en-CA.properties +14 -12
- package/dist/i18n/en-GB.js +7 -6
- package/dist/i18n/en-GB.properties +14 -12
- package/dist/i18n/en-US.js +7 -6
- package/dist/i18n/en-US.properties +14 -12
- package/dist/i18n/en-x-pseudo.js +142 -141
- package/dist/i18n/en-x-pseudo.properties +149 -147
- package/dist/i18n/es-419.js +7 -6
- package/dist/i18n/es-419.properties +14 -12
- package/dist/i18n/es-ES.js +7 -6
- package/dist/i18n/es-ES.properties +14 -12
- package/dist/i18n/fi-FI.js +7 -6
- package/dist/i18n/fi-FI.properties +14 -12
- package/dist/i18n/fr-CA.js +7 -6
- package/dist/i18n/fr-CA.properties +14 -12
- package/dist/i18n/fr-FR.js +7 -6
- package/dist/i18n/fr-FR.properties +14 -12
- package/dist/i18n/hi-IN.js +7 -6
- package/dist/i18n/hi-IN.properties +14 -12
- package/dist/i18n/it-IT.js +7 -6
- package/dist/i18n/it-IT.properties +14 -12
- package/dist/i18n/ja-JP.js +7 -6
- package/dist/i18n/ja-JP.properties +14 -12
- package/dist/i18n/json/src/lib/components/metadata-instance-review-notice/messages.json +1 -1
- package/dist/i18n/ko-KR.js +7 -6
- package/dist/i18n/ko-KR.properties +14 -12
- package/dist/i18n/nb-NO.js +7 -6
- package/dist/i18n/nb-NO.properties +14 -12
- package/dist/i18n/nl-NL.js +7 -6
- package/dist/i18n/nl-NL.properties +14 -12
- package/dist/i18n/pl-PL.js +7 -6
- package/dist/i18n/pl-PL.properties +14 -12
- package/dist/i18n/pt-BR.js +7 -6
- package/dist/i18n/pt-BR.properties +14 -12
- package/dist/i18n/ru-RU.js +7 -6
- package/dist/i18n/ru-RU.properties +14 -12
- package/dist/i18n/sv-SE.js +7 -6
- package/dist/i18n/sv-SE.properties +14 -12
- package/dist/i18n/tr-TR.js +7 -6
- package/dist/i18n/tr-TR.properties +14 -12
- package/dist/i18n/zh-CN.js +7 -6
- package/dist/i18n/zh-CN.properties +14 -12
- package/dist/i18n/zh-TW.js +7 -6
- package/dist/i18n/zh-TW.properties +14 -12
- package/dist/types/lib/components/metadata-instance-review-notice/messages.d.ts +5 -0
- package/package.json +4 -4
|
@@ -56,6 +56,20 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = Se
|
|
|
56
56
|
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = Alternar selector modo de actualización
|
|
57
57
|
# Label for the additional input field that appears when the selected update mode is "Replace Entered"
|
|
58
58
|
groupSharedFeatures.metadataEditor.metadataEditorFields.with = Con
|
|
59
|
+
# Tooltip for Hide button to close review mode
|
|
60
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip = Cerrar modo de revisión
|
|
61
|
+
# Call to action to show all fields again
|
|
62
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA = Ocultar
|
|
63
|
+
# Aria label for the alert icon indicating fields need review
|
|
64
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel = Review alert
|
|
65
|
+
# Header text indicating how many fields need review
|
|
66
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader = {count,plural,one{# campo necesita} other{# campos necesitan} many{# campos necesitan}} revisión
|
|
67
|
+
# Text shown when displaying only fields that need review
|
|
68
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields = Mostrando campos que necesitan revisión
|
|
69
|
+
# Tooltip for View button explaining why fields need review
|
|
70
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip = {count,plural,one{# campo necesita} other{# campos necesitan} many{# campos necesitan}} revisión, ya que la IA de Box ha devuelto un nivel de confianza bajo. Haga clic para comenzar a revisar.
|
|
71
|
+
# Call to action to show only fields that need review
|
|
72
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA = Ver
|
|
59
73
|
# Label for the button that applies the selection and closes the template selection dialog
|
|
60
74
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = Agregar
|
|
61
75
|
# Label for the button that dismisses the template selection dialog
|
|
@@ -260,18 +274,6 @@ metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Metadat
|
|
|
260
274
|
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = Editar {templateName}
|
|
261
275
|
# Tooltip text explaining that by clicking button user can edit template
|
|
262
276
|
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = Editar
|
|
263
|
-
# Tooltip for Hide button to close review mode
|
|
264
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.hideButtonTooltip = Cerrar modo de revisión
|
|
265
|
-
# Call to action to show all fields again
|
|
266
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.hideReviewFieldsCTA = Ocultar
|
|
267
|
-
# Header text indicating how many fields need review
|
|
268
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.reviewFieldsNoticeHeader = {count,plural,one{# campo necesita} other{# campos necesitan} many{# campos necesitan}} revisión
|
|
269
|
-
# Text shown when review filter is active
|
|
270
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.showingReviewFields = Mostrando campos que necesitan revisión
|
|
271
|
-
# Tooltip for View button explaining why fields need review
|
|
272
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.viewButtonTooltip = {count,plural,one{# campo necesita} other{# campos necesitan} many{# campos necesitan}} revisión, ya que la IA de Box ha devuelto un nivel de confianza bajo. Haga clic para comenzar a revisar.
|
|
273
|
-
# Call to action to show only fields that need review
|
|
274
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.viewReviewFieldsCTA = Ver
|
|
275
277
|
# Default value for ancestor level value when it is empty
|
|
276
278
|
taxonomyAncestorStatusPill.emptyAncestorLevelValue = - -
|
|
277
279
|
# Error message displayed resembling button that calls to action to reload the details
|
package/dist/i18n/fi-FI.js
CHANGED
|
@@ -28,6 +28,13 @@ export default {
|
|
|
28
28
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Valitse vaihtoehto",
|
|
29
29
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Vaihda päivityksen muodon valitsinta",
|
|
30
30
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Korvaava syöte",
|
|
31
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip": "Sulje tarkistustila",
|
|
32
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA": "Piilota",
|
|
33
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel": "Review alert",
|
|
34
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader": "{count,plural,one{# kenttä vaatii} other{# kenttää vaativat}} tarkastusta",
|
|
35
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields": "Näytetään tarkasteltavia kenttiä",
|
|
36
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip": "{count,plural,one{# kenttä vaatii} other{# kenttää vaativat}} tarkistusta, kun Box AI palautti alhaisen luottamusarvon. Aloita tarkastelu napsauttamalla.",
|
|
37
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA": "Näytä",
|
|
31
38
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add": "Lisää",
|
|
32
39
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel": "Peruuta",
|
|
33
40
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.close": "Sulje",
|
|
@@ -130,12 +137,6 @@ export default {
|
|
|
130
137
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Mukautetut metatiedot",
|
|
131
138
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Muokkaa mallia {templateName}",
|
|
132
139
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Muokkaa",
|
|
133
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.hideButtonTooltip": "Sulje tarkistustila",
|
|
134
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.hideReviewFieldsCTA": "Piilota",
|
|
135
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.reviewFieldsNoticeHeader": "{count,plural,one{# kenttä vaatii} other{# kenttää vaativat}} tarkastusta",
|
|
136
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.showingReviewFields": "Näytetään tarkasteltavia kenttiä",
|
|
137
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.viewButtonTooltip": "{count,plural,one{# kenttä vaatii} other{# kenttää vaativat}} tarkistusta, kun Box AI palautti alhaisen luottamusarvon. Aloita tarkastelu napsauttamalla.",
|
|
138
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.viewReviewFieldsCTA": "Näytä",
|
|
139
140
|
"taxonomyAncestorStatusPill.emptyAncestorLevelValue": "- -",
|
|
140
141
|
"taxonomyAncestorStatusPill.errorAction": "Lataa uudelleen",
|
|
141
142
|
"taxonomyAncestorStatusPill.errorIconLabel": "Virhe",
|
|
@@ -56,6 +56,20 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = Va
|
|
|
56
56
|
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = Vaihda päivityksen muodon valitsinta
|
|
57
57
|
# Label for the additional input field that appears when the selected update mode is "Replace Entered"
|
|
58
58
|
groupSharedFeatures.metadataEditor.metadataEditorFields.with = Korvaava syöte
|
|
59
|
+
# Tooltip for Hide button to close review mode
|
|
60
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip = Sulje tarkistustila
|
|
61
|
+
# Call to action to show all fields again
|
|
62
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA = Piilota
|
|
63
|
+
# Aria label for the alert icon indicating fields need review
|
|
64
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel = Review alert
|
|
65
|
+
# Header text indicating how many fields need review
|
|
66
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader = {count,plural,one{# kenttä vaatii} other{# kenttää vaativat}} tarkastusta
|
|
67
|
+
# Text shown when displaying only fields that need review
|
|
68
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields = Näytetään tarkasteltavia kenttiä
|
|
69
|
+
# Tooltip for View button explaining why fields need review
|
|
70
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip = {count,plural,one{# kenttä vaatii} other{# kenttää vaativat}} tarkistusta, kun Box AI palautti alhaisen luottamusarvon. Aloita tarkastelu napsauttamalla.
|
|
71
|
+
# Call to action to show only fields that need review
|
|
72
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA = Näytä
|
|
59
73
|
# Label for the button that applies the selection and closes the template selection dialog
|
|
60
74
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = Lisää
|
|
61
75
|
# Label for the button that dismisses the template selection dialog
|
|
@@ -260,18 +274,6 @@ metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Mukaute
|
|
|
260
274
|
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = Muokkaa mallia {templateName}
|
|
261
275
|
# Tooltip text explaining that by clicking button user can edit template
|
|
262
276
|
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = Muokkaa
|
|
263
|
-
# Tooltip for Hide button to close review mode
|
|
264
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.hideButtonTooltip = Sulje tarkistustila
|
|
265
|
-
# Call to action to show all fields again
|
|
266
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.hideReviewFieldsCTA = Piilota
|
|
267
|
-
# Header text indicating how many fields need review
|
|
268
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.reviewFieldsNoticeHeader = {count,plural,one{# kenttä vaatii} other{# kenttää vaativat}} tarkastusta
|
|
269
|
-
# Text shown when review filter is active
|
|
270
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.showingReviewFields = Näytetään tarkasteltavia kenttiä
|
|
271
|
-
# Tooltip for View button explaining why fields need review
|
|
272
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.viewButtonTooltip = {count,plural,one{# kenttä vaatii} other{# kenttää vaativat}} tarkistusta, kun Box AI palautti alhaisen luottamusarvon. Aloita tarkastelu napsauttamalla.
|
|
273
|
-
# Call to action to show only fields that need review
|
|
274
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.viewReviewFieldsCTA = Näytä
|
|
275
277
|
# Default value for ancestor level value when it is empty
|
|
276
278
|
taxonomyAncestorStatusPill.emptyAncestorLevelValue = - -
|
|
277
279
|
# Error message displayed resembling button that calls to action to reload the details
|
package/dist/i18n/fr-CA.js
CHANGED
|
@@ -28,6 +28,13 @@ export default {
|
|
|
28
28
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Sélectionner une option",
|
|
29
29
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Basculer le sélecteur de mode de mise à jour",
|
|
30
30
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Avec",
|
|
31
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip": "Fermer le mode de révision",
|
|
32
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA": "Masquer",
|
|
33
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel": "Review alert",
|
|
34
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader": "Révision du/des {count,plural,one{# besoins de champ} other{# besoin de champs} many{# besoin de champs}}",
|
|
35
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields": "Afficher les champs nécessitant une révision",
|
|
36
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip": "Une révision du/des {count,plural,one{# besoins de champ} other{# besoin de champs} many{# besoin de champs}} en tant que Box AI a renvoyé un faible niveau de confiance. Cliquez pour commencer la révision.",
|
|
37
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA": "Afficher",
|
|
31
38
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add": "Ajouter",
|
|
32
39
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel": "Annuler",
|
|
33
40
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.close": "Fermer",
|
|
@@ -130,12 +137,6 @@ export default {
|
|
|
130
137
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Métadonnées personnalisées",
|
|
131
138
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Modifier {templateName}",
|
|
132
139
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Modifier",
|
|
133
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.hideButtonTooltip": "Fermer le mode de révision",
|
|
134
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.hideReviewFieldsCTA": "Masquer",
|
|
135
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.reviewFieldsNoticeHeader": "Révision du/des {count,plural,one{# besoins de champ} other{# besoin de champs} many{# besoin de champs}}",
|
|
136
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.showingReviewFields": "Afficher les champs nécessitant une révision",
|
|
137
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.viewButtonTooltip": "Une révision du/des {count,plural,one{# besoins de champ} other{# besoin de champs} many{# besoin de champs}} en tant que Box AI a renvoyé un faible niveau de confiance. Cliquez pour commencer la révision.",
|
|
138
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.viewReviewFieldsCTA": "Afficher",
|
|
139
140
|
"taxonomyAncestorStatusPill.emptyAncestorLevelValue": "- -",
|
|
140
141
|
"taxonomyAncestorStatusPill.errorAction": "Recharger",
|
|
141
142
|
"taxonomyAncestorStatusPill.errorIconLabel": "Erreur",
|
|
@@ -56,6 +56,20 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = S
|
|
|
56
56
|
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = Basculer le sélecteur de mode de mise à jour
|
|
57
57
|
# Label for the additional input field that appears when the selected update mode is "Replace Entered"
|
|
58
58
|
groupSharedFeatures.metadataEditor.metadataEditorFields.with = Avec
|
|
59
|
+
# Tooltip for Hide button to close review mode
|
|
60
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip = Fermer le mode de révision
|
|
61
|
+
# Call to action to show all fields again
|
|
62
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA = Masquer
|
|
63
|
+
# Aria label for the alert icon indicating fields need review
|
|
64
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel = Review alert
|
|
65
|
+
# Header text indicating how many fields need review
|
|
66
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader = Révision du/des {count,plural,one{# besoins de champ} other{# besoin de champs} many{# besoin de champs}}
|
|
67
|
+
# Text shown when displaying only fields that need review
|
|
68
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields = Afficher les champs nécessitant une révision
|
|
69
|
+
# Tooltip for View button explaining why fields need review
|
|
70
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip = Une révision du/des {count,plural,one{# besoins de champ} other{# besoin de champs} many{# besoin de champs}} en tant que Box AI a renvoyé un faible niveau de confiance. Cliquez pour commencer la révision.
|
|
71
|
+
# Call to action to show only fields that need review
|
|
72
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA = Afficher
|
|
59
73
|
# Label for the button that applies the selection and closes the template selection dialog
|
|
60
74
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = Ajouter
|
|
61
75
|
# Label for the button that dismisses the template selection dialog
|
|
@@ -260,18 +274,6 @@ metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Métado
|
|
|
260
274
|
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = Modifier {templateName}
|
|
261
275
|
# Tooltip text explaining that by clicking button user can edit template
|
|
262
276
|
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = Modifier
|
|
263
|
-
# Tooltip for Hide button to close review mode
|
|
264
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.hideButtonTooltip = Fermer le mode de révision
|
|
265
|
-
# Call to action to show all fields again
|
|
266
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.hideReviewFieldsCTA = Masquer
|
|
267
|
-
# Header text indicating how many fields need review
|
|
268
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.reviewFieldsNoticeHeader = Révision du/des {count,plural,one{# besoins de champ} other{# besoin de champs} many{# besoin de champs}}
|
|
269
|
-
# Text shown when review filter is active
|
|
270
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.showingReviewFields = Afficher les champs nécessitant une révision
|
|
271
|
-
# Tooltip for View button explaining why fields need review
|
|
272
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.viewButtonTooltip = Une révision du/des {count,plural,one{# besoins de champ} other{# besoin de champs} many{# besoin de champs}} en tant que Box AI a renvoyé un faible niveau de confiance. Cliquez pour commencer la révision.
|
|
273
|
-
# Call to action to show only fields that need review
|
|
274
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.viewReviewFieldsCTA = Afficher
|
|
275
277
|
# Default value for ancestor level value when it is empty
|
|
276
278
|
taxonomyAncestorStatusPill.emptyAncestorLevelValue = - -
|
|
277
279
|
# Error message displayed resembling button that calls to action to reload the details
|
package/dist/i18n/fr-FR.js
CHANGED
|
@@ -28,6 +28,13 @@ export default {
|
|
|
28
28
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Sélectionner une option",
|
|
29
29
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Basculer le sélecteur de mode de mise à jour",
|
|
30
30
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Avec",
|
|
31
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip": "Fermer le mode de révision",
|
|
32
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA": "Masquer",
|
|
33
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel": "Review alert",
|
|
34
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader": "Révision du/des {count,plural,one{# besoins de champ} other{# besoin de champs} many{# besoin de champs}}",
|
|
35
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields": "Afficher les champs nécessitant une révision",
|
|
36
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip": "Une révision du/des {count,plural,one{# besoins de champ} other{# besoin de champs} many{# besoin de champs}} en tant que Box AI a renvoyé un faible niveau de confiance. Cliquez pour commencer la révision.",
|
|
37
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA": "Afficher",
|
|
31
38
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add": "Ajouter",
|
|
32
39
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel": "Annuler",
|
|
33
40
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.close": "Fermer",
|
|
@@ -130,12 +137,6 @@ export default {
|
|
|
130
137
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Métadonnées personnalisées",
|
|
131
138
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Modifier {templateName}",
|
|
132
139
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Modifier",
|
|
133
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.hideButtonTooltip": "Fermer le mode de révision",
|
|
134
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.hideReviewFieldsCTA": "Masquer",
|
|
135
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.reviewFieldsNoticeHeader": "Révision du/des {count,plural,one{# besoins de champ} other{# besoin de champs} many{# besoin de champs}}",
|
|
136
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.showingReviewFields": "Afficher les champs nécessitant une révision",
|
|
137
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.viewButtonTooltip": "Une révision du/des {count,plural,one{# besoins de champ} other{# besoin de champs} many{# besoin de champs}} en tant que Box AI a renvoyé un faible niveau de confiance. Cliquez pour commencer la révision.",
|
|
138
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.viewReviewFieldsCTA": "Afficher",
|
|
139
140
|
"taxonomyAncestorStatusPill.emptyAncestorLevelValue": "- -",
|
|
140
141
|
"taxonomyAncestorStatusPill.errorAction": "Recharger",
|
|
141
142
|
"taxonomyAncestorStatusPill.errorIconLabel": "Erreur",
|
|
@@ -56,6 +56,20 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = S
|
|
|
56
56
|
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = Basculer le sélecteur de mode de mise à jour
|
|
57
57
|
# Label for the additional input field that appears when the selected update mode is "Replace Entered"
|
|
58
58
|
groupSharedFeatures.metadataEditor.metadataEditorFields.with = Avec
|
|
59
|
+
# Tooltip for Hide button to close review mode
|
|
60
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip = Fermer le mode de révision
|
|
61
|
+
# Call to action to show all fields again
|
|
62
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA = Masquer
|
|
63
|
+
# Aria label for the alert icon indicating fields need review
|
|
64
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel = Review alert
|
|
65
|
+
# Header text indicating how many fields need review
|
|
66
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader = Révision du/des {count,plural,one{# besoins de champ} other{# besoin de champs} many{# besoin de champs}}
|
|
67
|
+
# Text shown when displaying only fields that need review
|
|
68
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields = Afficher les champs nécessitant une révision
|
|
69
|
+
# Tooltip for View button explaining why fields need review
|
|
70
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip = Une révision du/des {count,plural,one{# besoins de champ} other{# besoin de champs} many{# besoin de champs}} en tant que Box AI a renvoyé un faible niveau de confiance. Cliquez pour commencer la révision.
|
|
71
|
+
# Call to action to show only fields that need review
|
|
72
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA = Afficher
|
|
59
73
|
# Label for the button that applies the selection and closes the template selection dialog
|
|
60
74
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = Ajouter
|
|
61
75
|
# Label for the button that dismisses the template selection dialog
|
|
@@ -260,18 +274,6 @@ metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Métado
|
|
|
260
274
|
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = Modifier {templateName}
|
|
261
275
|
# Tooltip text explaining that by clicking button user can edit template
|
|
262
276
|
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = Modifier
|
|
263
|
-
# Tooltip for Hide button to close review mode
|
|
264
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.hideButtonTooltip = Fermer le mode de révision
|
|
265
|
-
# Call to action to show all fields again
|
|
266
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.hideReviewFieldsCTA = Masquer
|
|
267
|
-
# Header text indicating how many fields need review
|
|
268
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.reviewFieldsNoticeHeader = Révision du/des {count,plural,one{# besoins de champ} other{# besoin de champs} many{# besoin de champs}}
|
|
269
|
-
# Text shown when review filter is active
|
|
270
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.showingReviewFields = Afficher les champs nécessitant une révision
|
|
271
|
-
# Tooltip for View button explaining why fields need review
|
|
272
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.viewButtonTooltip = Une révision du/des {count,plural,one{# besoins de champ} other{# besoin de champs} many{# besoin de champs}} en tant que Box AI a renvoyé un faible niveau de confiance. Cliquez pour commencer la révision.
|
|
273
|
-
# Call to action to show only fields that need review
|
|
274
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.viewReviewFieldsCTA = Afficher
|
|
275
277
|
# Default value for ancestor level value when it is empty
|
|
276
278
|
taxonomyAncestorStatusPill.emptyAncestorLevelValue = - -
|
|
277
279
|
# Error message displayed resembling button that calls to action to reload the details
|
package/dist/i18n/hi-IN.js
CHANGED
|
@@ -28,6 +28,13 @@ export default {
|
|
|
28
28
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "एक विकल्प चुनें",
|
|
29
29
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "अपडेट मोड सेलेक्टर को टॉगल करें",
|
|
30
30
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "इसके साथ",
|
|
31
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip": "समीक्षा करें मोड को बंद करें",
|
|
32
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA": "छिपाएँ",
|
|
33
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel": "Review alert",
|
|
34
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader": "{count,plural,one{# फ़ील्ड को ज़रूरत है} other{# फ़ील्ड्स को ज़रूरत है}} समीक्षा की",
|
|
35
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields": "समीक्षा की आवश्यकता वाले फ़ील्ड्स को दिखाया जा रहा है",
|
|
36
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip": "{count,plural,one{# फ़ील्ड को ज़रूरत है} other{# फ़ील्ड्स को ज़रूरत है}} समीक्षा की क्योंकि Box AI ने कम आत्मविश्वास लौटाया। समीक्षा शुरू करने के लिए क्लिक करें।",
|
|
37
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA": "देखें",
|
|
31
38
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add": "जोड़ें",
|
|
32
39
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel": "रद्द करें",
|
|
33
40
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.close": "बंद करें",
|
|
@@ -130,12 +137,6 @@ export default {
|
|
|
130
137
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "कस्टम मेटाडेटा",
|
|
131
138
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "{templateName} संपादित करें",
|
|
132
139
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "संपादित करें",
|
|
133
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.hideButtonTooltip": "समीक्षा करें मोड को बंद करें",
|
|
134
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.hideReviewFieldsCTA": "छिपाएँ",
|
|
135
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.reviewFieldsNoticeHeader": "{count,plural,one{# फ़ील्ड को ज़रूरत है} other{# फ़ील्ड्स को ज़रूरत है}} समीक्षा की",
|
|
136
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.showingReviewFields": "समीक्षा की आवश्यकता वाले फ़ील्ड्स को दिखाया जा रहा है",
|
|
137
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.viewButtonTooltip": "{count,plural,one{# फ़ील्ड को ज़रूरत है} other{# फ़ील्ड्स को ज़रूरत है}} समीक्षा की क्योंकि Box AI ने कम आत्मविश्वास लौटाया। समीक्षा शुरू करने के लिए क्लिक करें।",
|
|
138
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.viewReviewFieldsCTA": "देखें",
|
|
139
140
|
"taxonomyAncestorStatusPill.emptyAncestorLevelValue": "- -",
|
|
140
141
|
"taxonomyAncestorStatusPill.errorAction": "फिर से लोड करें",
|
|
141
142
|
"taxonomyAncestorStatusPill.errorIconLabel": "त्रुटि",
|
|
@@ -56,6 +56,20 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder =
|
|
|
56
56
|
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = अपडेट मोड सेलेक्टर को टॉगल करें
|
|
57
57
|
# Label for the additional input field that appears when the selected update mode is "Replace Entered"
|
|
58
58
|
groupSharedFeatures.metadataEditor.metadataEditorFields.with = इसके साथ
|
|
59
|
+
# Tooltip for Hide button to close review mode
|
|
60
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip = समीक्षा करें मोड को बंद करें
|
|
61
|
+
# Call to action to show all fields again
|
|
62
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA = छिपाएँ
|
|
63
|
+
# Aria label for the alert icon indicating fields need review
|
|
64
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel = Review alert
|
|
65
|
+
# Header text indicating how many fields need review
|
|
66
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader = {count,plural,one{# फ़ील्ड को ज़रूरत है} other{# फ़ील्ड्स को ज़रूरत है}} समीक्षा की
|
|
67
|
+
# Text shown when displaying only fields that need review
|
|
68
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields = समीक्षा की आवश्यकता वाले फ़ील्ड्स को दिखाया जा रहा है
|
|
69
|
+
# Tooltip for View button explaining why fields need review
|
|
70
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip = {count,plural,one{# फ़ील्ड को ज़रूरत है} other{# फ़ील्ड्स को ज़रूरत है}} समीक्षा की क्योंकि Box AI ने कम आत्मविश्वास लौटाया। समीक्षा शुरू करने के लिए क्लिक करें।
|
|
71
|
+
# Call to action to show only fields that need review
|
|
72
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA = देखें
|
|
59
73
|
# Label for the button that applies the selection and closes the template selection dialog
|
|
60
74
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = जोड़ें
|
|
61
75
|
# Label for the button that dismisses the template selection dialog
|
|
@@ -260,18 +274,6 @@ metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = कस
|
|
|
260
274
|
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = {templateName} संपादित करें
|
|
261
275
|
# Tooltip text explaining that by clicking button user can edit template
|
|
262
276
|
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = संपादित करें
|
|
263
|
-
# Tooltip for Hide button to close review mode
|
|
264
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.hideButtonTooltip = समीक्षा करें मोड को बंद करें
|
|
265
|
-
# Call to action to show all fields again
|
|
266
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.hideReviewFieldsCTA = छिपाएँ
|
|
267
|
-
# Header text indicating how many fields need review
|
|
268
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.reviewFieldsNoticeHeader = {count,plural,one{# फ़ील्ड को ज़रूरत है} other{# फ़ील्ड्स को ज़रूरत है}} समीक्षा की
|
|
269
|
-
# Text shown when review filter is active
|
|
270
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.showingReviewFields = समीक्षा की आवश्यकता वाले फ़ील्ड्स को दिखाया जा रहा है
|
|
271
|
-
# Tooltip for View button explaining why fields need review
|
|
272
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.viewButtonTooltip = {count,plural,one{# फ़ील्ड को ज़रूरत है} other{# फ़ील्ड्स को ज़रूरत है}} समीक्षा की क्योंकि Box AI ने कम आत्मविश्वास लौटाया। समीक्षा शुरू करने के लिए क्लिक करें।
|
|
273
|
-
# Call to action to show only fields that need review
|
|
274
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.viewReviewFieldsCTA = देखें
|
|
275
277
|
# Default value for ancestor level value when it is empty
|
|
276
278
|
taxonomyAncestorStatusPill.emptyAncestorLevelValue = - -
|
|
277
279
|
# Error message displayed resembling button that calls to action to reload the details
|
package/dist/i18n/it-IT.js
CHANGED
|
@@ -28,6 +28,13 @@ export default {
|
|
|
28
28
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Seleziona un'opzione",
|
|
29
29
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Attiva/disattiva il selettore della modalità di aggiornamento",
|
|
30
30
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Con",
|
|
31
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip": "Chiudi la modalità di revisione",
|
|
32
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA": "Nascondi",
|
|
33
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel": "Review alert",
|
|
34
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader": "{count,plural,one{# campo necessita} many{# campi necessitano} other{# campi necessitano}} revisione",
|
|
35
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields": "Visualizzazione dei campi che necessitano revisione",
|
|
36
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip": "{count, plural, one {# field needs} other {# fields need}} review as Box AI returned low confidence. Click to start reviewing.",
|
|
37
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA": "Visualizza",
|
|
31
38
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add": "Aggiungi",
|
|
32
39
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel": "Annulla",
|
|
33
40
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.close": "Chiudi",
|
|
@@ -130,12 +137,6 @@ export default {
|
|
|
130
137
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Metadati personalizzati",
|
|
131
138
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Modifica {templateName}",
|
|
132
139
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Modifica",
|
|
133
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.hideButtonTooltip": "Chiudi la modalità di revisione",
|
|
134
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.hideReviewFieldsCTA": "Nascondi",
|
|
135
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.reviewFieldsNoticeHeader": "{count,plural,one{# campo necessita} many{# campi necessitano} other{# campi necessitano}} revisione",
|
|
136
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.showingReviewFields": "Visualizzazione dei campi che necessitano revisione",
|
|
137
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.viewButtonTooltip": "{count, plural, one {# field needs} other {# fields need}} review as Box AI returned low confidence. Click to start reviewing.",
|
|
138
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.viewReviewFieldsCTA": "Visualizza",
|
|
139
140
|
"taxonomyAncestorStatusPill.emptyAncestorLevelValue": "- -",
|
|
140
141
|
"taxonomyAncestorStatusPill.errorAction": "Ricarica",
|
|
141
142
|
"taxonomyAncestorStatusPill.errorIconLabel": "Errore",
|
|
@@ -56,6 +56,20 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = Se
|
|
|
56
56
|
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = Attiva/disattiva il selettore della modalità di aggiornamento
|
|
57
57
|
# Label for the additional input field that appears when the selected update mode is "Replace Entered"
|
|
58
58
|
groupSharedFeatures.metadataEditor.metadataEditorFields.with = Con
|
|
59
|
+
# Tooltip for Hide button to close review mode
|
|
60
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip = Chiudi la modalità di revisione
|
|
61
|
+
# Call to action to show all fields again
|
|
62
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA = Nascondi
|
|
63
|
+
# Aria label for the alert icon indicating fields need review
|
|
64
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel = Review alert
|
|
65
|
+
# Header text indicating how many fields need review
|
|
66
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader = {count,plural,one{# campo necessita} many{# campi necessitano} other{# campi necessitano}} revisione
|
|
67
|
+
# Text shown when displaying only fields that need review
|
|
68
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields = Visualizzazione dei campi che necessitano revisione
|
|
69
|
+
# Tooltip for View button explaining why fields need review
|
|
70
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip = {count, plural, one {# field needs} other {# fields need}} review as Box AI returned low confidence. Click to start reviewing.
|
|
71
|
+
# Call to action to show only fields that need review
|
|
72
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA = Visualizza
|
|
59
73
|
# Label for the button that applies the selection and closes the template selection dialog
|
|
60
74
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = Aggiungi
|
|
61
75
|
# Label for the button that dismisses the template selection dialog
|
|
@@ -260,18 +274,6 @@ metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Metadat
|
|
|
260
274
|
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = Modifica {templateName}
|
|
261
275
|
# Tooltip text explaining that by clicking button user can edit template
|
|
262
276
|
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = Modifica
|
|
263
|
-
# Tooltip for Hide button to close review mode
|
|
264
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.hideButtonTooltip = Chiudi la modalità di revisione
|
|
265
|
-
# Call to action to show all fields again
|
|
266
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.hideReviewFieldsCTA = Nascondi
|
|
267
|
-
# Header text indicating how many fields need review
|
|
268
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.reviewFieldsNoticeHeader = {count,plural,one{# campo necessita} many{# campi necessitano} other{# campi necessitano}} revisione
|
|
269
|
-
# Text shown when review filter is active
|
|
270
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.showingReviewFields = Visualizzazione dei campi che necessitano revisione
|
|
271
|
-
# Tooltip for View button explaining why fields need review
|
|
272
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.viewButtonTooltip = {count, plural, one {# field needs} other {# fields need}} review as Box AI returned low confidence. Click to start reviewing.
|
|
273
|
-
# Call to action to show only fields that need review
|
|
274
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.viewReviewFieldsCTA = Visualizza
|
|
275
277
|
# Default value for ancestor level value when it is empty
|
|
276
278
|
taxonomyAncestorStatusPill.emptyAncestorLevelValue = - -
|
|
277
279
|
# Error message displayed resembling button that calls to action to reload the details
|
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -28,6 +28,13 @@ export default {
|
|
|
28
28
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "オプションを選択してください",
|
|
29
29
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "更新モードセレクタの切り替え",
|
|
30
30
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "置き換え後の値",
|
|
31
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip": "レビューモードを閉じる",
|
|
32
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA": "非表示",
|
|
33
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel": "Review alert",
|
|
34
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader": "{count,plural,one{#フィールドで} other{#フィールドで}}レビューが必要です",
|
|
35
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields": "レビューが必要なフィールドを表示中",
|
|
36
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip": "Box AIが返した信頼度が低いため、{count,plural,one{#フィールドで} other{#フィールドで}}レビューが必要です。クリックしてレビューを開始してください。",
|
|
37
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA": "表示",
|
|
31
38
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add": "追加",
|
|
32
39
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel": "キャンセル",
|
|
33
40
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.close": "閉じる",
|
|
@@ -130,12 +137,6 @@ export default {
|
|
|
130
137
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "カスタムメタデータ",
|
|
131
138
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "{templateName}を編集",
|
|
132
139
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "編集",
|
|
133
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.hideButtonTooltip": "レビューモードを閉じる",
|
|
134
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.hideReviewFieldsCTA": "非表示",
|
|
135
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.reviewFieldsNoticeHeader": "{count,plural,one{#フィールドで} other{#フィールドで}}レビューが必要です",
|
|
136
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.showingReviewFields": "レビューが必要なフィールドを表示中",
|
|
137
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.viewButtonTooltip": "Box AIが返した信頼度が低いため、{count,plural,one{#フィールドで} other{#フィールドで}}レビューが必要です。クリックしてレビューを開始してください。",
|
|
138
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.viewReviewFieldsCTA": "表示",
|
|
139
140
|
"taxonomyAncestorStatusPill.emptyAncestorLevelValue": "- -",
|
|
140
141
|
"taxonomyAncestorStatusPill.errorAction": "再読み込み",
|
|
141
142
|
"taxonomyAncestorStatusPill.errorIconLabel": "エラー",
|
|
@@ -56,6 +56,20 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder =
|
|
|
56
56
|
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = 更新モードセレクタの切り替え
|
|
57
57
|
# Label for the additional input field that appears when the selected update mode is "Replace Entered"
|
|
58
58
|
groupSharedFeatures.metadataEditor.metadataEditorFields.with = 置き換え後の値
|
|
59
|
+
# Tooltip for Hide button to close review mode
|
|
60
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip = レビューモードを閉じる
|
|
61
|
+
# Call to action to show all fields again
|
|
62
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA = 非表示
|
|
63
|
+
# Aria label for the alert icon indicating fields need review
|
|
64
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel = Review alert
|
|
65
|
+
# Header text indicating how many fields need review
|
|
66
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader = {count,plural,one{#フィールドで} other{#フィールドで}}レビューが必要です
|
|
67
|
+
# Text shown when displaying only fields that need review
|
|
68
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields = レビューが必要なフィールドを表示中
|
|
69
|
+
# Tooltip for View button explaining why fields need review
|
|
70
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip = Box AIが返した信頼度が低いため、{count,plural,one{#フィールドで} other{#フィールドで}}レビューが必要です。クリックしてレビューを開始してください。
|
|
71
|
+
# Call to action to show only fields that need review
|
|
72
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA = 表示
|
|
59
73
|
# Label for the button that applies the selection and closes the template selection dialog
|
|
60
74
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = 追加
|
|
61
75
|
# Label for the button that dismisses the template selection dialog
|
|
@@ -260,18 +274,6 @@ metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = カス
|
|
|
260
274
|
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = {templateName}を編集
|
|
261
275
|
# Tooltip text explaining that by clicking button user can edit template
|
|
262
276
|
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = 編集
|
|
263
|
-
# Tooltip for Hide button to close review mode
|
|
264
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.hideButtonTooltip = レビューモードを閉じる
|
|
265
|
-
# Call to action to show all fields again
|
|
266
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.hideReviewFieldsCTA = 非表示
|
|
267
|
-
# Header text indicating how many fields need review
|
|
268
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.reviewFieldsNoticeHeader = {count,plural,one{#フィールドで} other{#フィールドで}}レビューが必要です
|
|
269
|
-
# Text shown when review filter is active
|
|
270
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.showingReviewFields = レビューが必要なフィールドを表示中
|
|
271
|
-
# Tooltip for View button explaining why fields need review
|
|
272
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.viewButtonTooltip = Box AIが返した信頼度が低いため、{count,plural,one{#フィールドで} other{#フィールドで}}レビューが必要です。クリックしてレビューを開始してください。
|
|
273
|
-
# Call to action to show only fields that need review
|
|
274
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.viewReviewFieldsCTA = 表示
|
|
275
277
|
# Default value for ancestor level value when it is empty
|
|
276
278
|
taxonomyAncestorStatusPill.emptyAncestorLevelValue = - -
|
|
277
279
|
# Error message displayed resembling button that calls to action to reload the details
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"id":"metadataEditor.
|
|
1
|
+
[{"id":"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader","description":"Header text indicating how many fields need review","defaultMessage":"{count, plural, one {# field needs} other {# fields need}} review"},{"id":"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA","description":"Call to action to show only fields that need review","defaultMessage":"View"},{"id":"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA","description":"Call to action to show all fields again","defaultMessage":"Hide"},{"id":"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields","description":"Text shown when displaying only fields that need review","defaultMessage":"Showing fields needing review"},{"id":"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip","description":"Tooltip for View button explaining why fields need review","defaultMessage":"{count, plural, one {# field needs} other {# fields need}} review as Box AI returned low confidence. Click to start reviewing."},{"id":"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip","description":"Tooltip for Hide button to close review mode","defaultMessage":"Close review mode"},{"id":"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel","description":"Aria label for the alert icon indicating fields need review","defaultMessage":"Review alert"}]
|
package/dist/i18n/ko-KR.js
CHANGED
|
@@ -28,6 +28,13 @@ export default {
|
|
|
28
28
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "옵션 선택",
|
|
29
29
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "업데이트 모드 선택기 토글",
|
|
30
30
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "포함",
|
|
31
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip": "리뷰 모드 닫기",
|
|
32
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA": "숨기기",
|
|
33
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel": "Review alert",
|
|
34
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader": "{count,plural,one{#개 필드에} other{#개 필드에}} 리뷰 필요",
|
|
35
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields": "리뷰가 필요한 필드 표시",
|
|
36
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip": "Box AI가 낮은 신뢰도를 반환했기 때문에 {count,plural,one{#개 필드에} other{#개 필드에}} 리뷰가 필요합니다. 시작하려면 클릭하십시오.",
|
|
37
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA": "보기",
|
|
31
38
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add": "추가",
|
|
32
39
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel": "취소",
|
|
33
40
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.close": "닫기",
|
|
@@ -130,12 +137,6 @@ export default {
|
|
|
130
137
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "사용자 정의 메타데이터",
|
|
131
138
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "{templateName} 편집",
|
|
132
139
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "편집",
|
|
133
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.hideButtonTooltip": "리뷰 모드 닫기",
|
|
134
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.hideReviewFieldsCTA": "숨기기",
|
|
135
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.reviewFieldsNoticeHeader": "{count,plural,one{#개 필드에} other{#개 필드에}} 리뷰 필요",
|
|
136
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.showingReviewFields": "리뷰가 필요한 필드 표시",
|
|
137
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.viewButtonTooltip": "Box AI가 낮은 신뢰도를 반환했기 때문에 {count,plural,one{#개 필드에} other{#개 필드에}} 리뷰가 필요합니다. 시작하려면 클릭하십시오.",
|
|
138
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.viewReviewFieldsCTA": "보기",
|
|
139
140
|
"taxonomyAncestorStatusPill.emptyAncestorLevelValue": "- -",
|
|
140
141
|
"taxonomyAncestorStatusPill.errorAction": "다시 로드",
|
|
141
142
|
"taxonomyAncestorStatusPill.errorIconLabel": "오류",
|
|
@@ -56,6 +56,20 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder =
|
|
|
56
56
|
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = 업데이트 모드 선택기 토글
|
|
57
57
|
# Label for the additional input field that appears when the selected update mode is "Replace Entered"
|
|
58
58
|
groupSharedFeatures.metadataEditor.metadataEditorFields.with = 포함
|
|
59
|
+
# Tooltip for Hide button to close review mode
|
|
60
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip = 리뷰 모드 닫기
|
|
61
|
+
# Call to action to show all fields again
|
|
62
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA = 숨기기
|
|
63
|
+
# Aria label for the alert icon indicating fields need review
|
|
64
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel = Review alert
|
|
65
|
+
# Header text indicating how many fields need review
|
|
66
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader = {count,plural,one{#개 필드에} other{#개 필드에}} 리뷰 필요
|
|
67
|
+
# Text shown when displaying only fields that need review
|
|
68
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields = 리뷰가 필요한 필드 표시
|
|
69
|
+
# Tooltip for View button explaining why fields need review
|
|
70
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip = Box AI가 낮은 신뢰도를 반환했기 때문에 {count,plural,one{#개 필드에} other{#개 필드에}} 리뷰가 필요합니다. 시작하려면 클릭하십시오.
|
|
71
|
+
# Call to action to show only fields that need review
|
|
72
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA = 보기
|
|
59
73
|
# Label for the button that applies the selection and closes the template selection dialog
|
|
60
74
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = 추가
|
|
61
75
|
# Label for the button that dismisses the template selection dialog
|
|
@@ -260,18 +274,6 @@ metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = 사용
|
|
|
260
274
|
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = {templateName} 편집
|
|
261
275
|
# Tooltip text explaining that by clicking button user can edit template
|
|
262
276
|
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = 편집
|
|
263
|
-
# Tooltip for Hide button to close review mode
|
|
264
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.hideButtonTooltip = 리뷰 모드 닫기
|
|
265
|
-
# Call to action to show all fields again
|
|
266
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.hideReviewFieldsCTA = 숨기기
|
|
267
|
-
# Header text indicating how many fields need review
|
|
268
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.reviewFieldsNoticeHeader = {count,plural,one{#개 필드에} other{#개 필드에}} 리뷰 필요
|
|
269
|
-
# Text shown when review filter is active
|
|
270
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.showingReviewFields = 리뷰가 필요한 필드 표시
|
|
271
|
-
# Tooltip for View button explaining why fields need review
|
|
272
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.viewButtonTooltip = Box AI가 낮은 신뢰도를 반환했기 때문에 {count,plural,one{#개 필드에} other{#개 필드에}} 리뷰가 필요합니다. 시작하려면 클릭하십시오.
|
|
273
|
-
# Call to action to show only fields that need review
|
|
274
|
-
metadataEditor.viewInstance.metadataInstanceReviewNotice.viewReviewFieldsCTA = 보기
|
|
275
277
|
# Default value for ancestor level value when it is empty
|
|
276
278
|
taxonomyAncestorStatusPill.emptyAncestorLevelValue = - -
|
|
277
279
|
# Error message displayed resembling button that calls to action to reload the details
|
package/dist/i18n/nb-NO.js
CHANGED
|
@@ -28,6 +28,13 @@ export default {
|
|
|
28
28
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Velg et alternativ",
|
|
29
29
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Veksle mellom valg av oppdateringsmodus",
|
|
30
30
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Med",
|
|
31
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip": "Lukk gjennomgangsmodus",
|
|
32
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA": "Skjul",
|
|
33
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel": "Review alert",
|
|
34
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader": "{count,plural,one{#-feltet må} other{#-feltet må}} gjennomgang",
|
|
35
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields": "Viser felt som trenger gjennomgang",
|
|
36
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip": "{count,plural,one{#-feltet må} other{#-feltet må}} gjennomgås fordi Box AI ga lav konfidens. Klikk for å starte gjennomgangen.",
|
|
37
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA": "Visning",
|
|
31
38
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add": "Legg til",
|
|
32
39
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel": "Avbryt",
|
|
33
40
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.close": "Lukk",
|
|
@@ -130,12 +137,6 @@ export default {
|
|
|
130
137
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Tilpasset metadata",
|
|
131
138
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Rediger {templateName}",
|
|
132
139
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Rediger",
|
|
133
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.hideButtonTooltip": "Lukk gjennomgangsmodus",
|
|
134
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.hideReviewFieldsCTA": "Skjul",
|
|
135
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.reviewFieldsNoticeHeader": "{count,plural,one{#-feltet må} other{#-feltet må}} gjennomgang",
|
|
136
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.showingReviewFields": "Viser felt som trenger gjennomgang",
|
|
137
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.viewButtonTooltip": "{count,plural,one{#-feltet må} other{#-feltet må}} gjennomgås fordi Box AI ga lav konfidens. Klikk for å starte gjennomgangen.",
|
|
138
|
-
"metadataEditor.viewInstance.metadataInstanceReviewNotice.viewReviewFieldsCTA": "Visning",
|
|
139
140
|
"taxonomyAncestorStatusPill.emptyAncestorLevelValue": "- -",
|
|
140
141
|
"taxonomyAncestorStatusPill.errorAction": "Last inn på nytt",
|
|
141
142
|
"taxonomyAncestorStatusPill.errorIconLabel": "Feil",
|