box-ui-elements 23.4.0-beta.32 → 23.4.0-beta.34
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/explorer.js +1 -1
- package/dist/preview.js +1 -1
- package/dist/sidebar.js +1 -1
- package/es/elements/common/types/SidebarNavigation.js +4 -2
- package/es/elements/common/types/SidebarNavigation.js.flow +7 -4
- package/es/elements/common/types/SidebarNavigation.js.map +1 -1
- package/es/elements/content-preview/PreviewNavigation.js +65 -2
- package/es/elements/content-preview/PreviewNavigation.js.flow +86 -2
- package/es/elements/content-preview/PreviewNavigation.js.map +1 -1
- package/es/elements/content-sidebar/ActivitySidebar.js +39 -7
- package/es/elements/content-sidebar/ActivitySidebar.js.flow +42 -6
- package/es/elements/content-sidebar/ActivitySidebar.js.map +1 -1
- package/es/src/elements/common/types/SidebarNavigation.d.ts +10 -4
- package/i18n/bn-IN.js +2 -2
- package/i18n/bn-IN.properties +8 -0
- package/i18n/da-DK.js +2 -2
- package/i18n/da-DK.properties +8 -0
- package/i18n/de-DE.js +2 -2
- package/i18n/de-DE.properties +8 -0
- package/i18n/en-AU.properties +8 -0
- package/i18n/en-CA.properties +8 -0
- package/i18n/en-GB.properties +8 -0
- package/i18n/en-x-pseudo.js +1020 -1020
- package/i18n/en-x-pseudo.properties +1024 -1016
- package/i18n/es-419.js +2 -2
- package/i18n/es-419.properties +8 -0
- package/i18n/es-ES.js +2 -2
- package/i18n/es-ES.properties +8 -0
- package/i18n/fi-FI.js +2 -2
- package/i18n/fi-FI.properties +8 -0
- package/i18n/fr-CA.js +2 -2
- package/i18n/fr-CA.properties +8 -0
- package/i18n/fr-FR.js +2 -2
- package/i18n/fr-FR.properties +8 -0
- package/i18n/hi-IN.js +2 -2
- package/i18n/hi-IN.properties +8 -0
- package/i18n/it-IT.js +2 -2
- package/i18n/it-IT.properties +8 -0
- package/i18n/ja-JP.properties +8 -0
- package/i18n/ko-KR.js +2 -2
- package/i18n/ko-KR.properties +8 -0
- package/i18n/nb-NO.js +2 -2
- package/i18n/nb-NO.properties +8 -0
- package/i18n/nl-NL.js +2 -2
- package/i18n/nl-NL.properties +8 -0
- package/i18n/pl-PL.js +2 -2
- package/i18n/pl-PL.properties +8 -0
- package/i18n/pt-BR.js +2 -2
- package/i18n/pt-BR.properties +8 -0
- package/i18n/ru-RU.js +2 -2
- package/i18n/ru-RU.properties +8 -0
- package/i18n/sv-SE.js +2 -2
- package/i18n/sv-SE.properties +8 -0
- package/i18n/tr-TR.js +2 -2
- package/i18n/tr-TR.properties +8 -0
- package/i18n/zh-CN.js +2 -2
- package/i18n/zh-CN.properties +8 -0
- package/i18n/zh-TW.js +2 -2
- package/i18n/zh-TW.properties +8 -0
- package/package.json +1 -1
- package/src/elements/common/types/SidebarNavigation.js.flow +7 -4
- package/src/elements/common/types/SidebarNavigation.ts +11 -3
- package/src/elements/content-preview/PreviewNavigation.js +86 -2
- package/src/elements/content-preview/__tests__/PreviewNavigation.test.js +202 -62
- package/src/elements/content-sidebar/ActivitySidebar.js +42 -6
- package/src/elements/content-sidebar/__tests__/ActivitySidebar.rtl.test.js +521 -0
- package/src/elements/content-sidebar/__tests__/ActivitySidebar.test.js +1 -123
- package/src/elements/content-sidebar/__tests__/AddTaskButton.test.js +6 -5
- package/src/elements/content-sidebar/versions/__tests__/StaticVersionSidebar.test.js +3 -5
- package/src/elements/content-preview/__tests__/__snapshots__/PreviewNavigation.test.js.snap +0 -361
package/i18n/es-419.js
CHANGED
|
@@ -612,8 +612,8 @@ export default {
|
|
|
612
612
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "En este momento, no es posible implementar la política de aplicación en cascada a los metadatos personalizados.",
|
|
613
613
|
"boxui.metadataInstanceEditor.cascadePolicyLearnMore": "Más información",
|
|
614
614
|
"boxui.metadataInstanceEditor.cascadePolicyModeQuestion": "En caso de conflicto al aplicar esta plantilla y sus valores a elementos existentes, ¿qué desea hacer? Esta acción se realiza una sola vez.",
|
|
615
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "
|
|
616
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "
|
|
615
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "Esta política en cascada no se puede editar. Para modificarla, desactive la política actual y, a continuación, vuelva a activarla para configurar una nueva.",
|
|
616
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "Información de opciones de cascada deshabilitadas",
|
|
617
617
|
"boxui.metadataInstanceEditor.cascadePolicyOverwriteMode": "Sobrescribir todos los valores de plantilla existentes",
|
|
618
618
|
"boxui.metadataInstanceEditor.cascadePolicySkipMode": "Omitir y conservar todos los valores de plantilla existentes",
|
|
619
619
|
"boxui.metadataInstanceEditor.customAdd": "Agregar",
|
package/i18n/es-419.properties
CHANGED
|
@@ -1224,6 +1224,10 @@ boxui.metadataInstanceEditor.cannotApplyCascadePolicyText = En este momento, no
|
|
|
1224
1224
|
boxui.metadataInstanceEditor.cascadePolicyLearnMore = Más información
|
|
1225
1225
|
# Tooltip text that asks the user what they want to do when applying cascading to their metadata policy
|
|
1226
1226
|
boxui.metadataInstanceEditor.cascadePolicyModeQuestion = En caso de conflicto al aplicar esta plantilla y sus valores a elementos existentes, ¿qué desea hacer? Esta acción se realiza una sola vez.
|
|
1227
|
+
# Notice that explains that the cascade policy cannot be edited
|
|
1228
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice = Esta política en cascada no se puede editar. Para modificarla, desactive la política actual y, a continuación, vuelva a activarla para configurar una nueva.
|
|
1229
|
+
# Aria label for the disabled cascade options information icon
|
|
1230
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel = Información de opciones de cascada deshabilitadas
|
|
1227
1231
|
# Label for radio button that selects overwrite mode for cascading policy
|
|
1228
1232
|
boxui.metadataInstanceEditor.cascadePolicyOverwriteMode = Sobrescribir todos los valores de plantilla existentes
|
|
1229
1233
|
# Label for radio button that selects skip mode for cascading policy
|
|
@@ -1258,6 +1262,8 @@ boxui.metadataInstanceEditor.editTooltip = Editar metadatos
|
|
|
1258
1262
|
boxui.metadataInstanceEditor.enableAIAutofill = Box AI Autofill
|
|
1259
1263
|
# Label for enable cascade policy toggle switch
|
|
1260
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = Habilitar la política de aplicación en cascada
|
|
1265
|
+
# Name of the enhanced AI agent
|
|
1266
|
+
boxui.metadataInstanceEditor.enhancedAgentName = Enhanced
|
|
1261
1267
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
|
1262
1268
|
boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm = ¿Seguro que desea eliminar estos metadatos personalizados y todos sus valores del archivo?
|
|
1263
1269
|
# Message for users who may attempt to remove a metadata instance for a file, which is non-recoverable
|
|
@@ -1284,6 +1290,8 @@ boxui.metadataInstanceEditor.noMetadataAddTemplate = Haga clic en 'Agregar', en
|
|
|
1284
1290
|
boxui.metadataInstanceEditor.operationNotImmediate = Esta operación no es inmediata, por lo que puede tardar cierto tiempo en realizarse.
|
|
1285
1291
|
# Label to remove a template
|
|
1286
1292
|
boxui.metadataInstanceEditor.removeTemplate = Quitar
|
|
1293
|
+
# Name of the standard AI agent
|
|
1294
|
+
boxui.metadataInstanceEditor.standardAgentName = Standard
|
|
1287
1295
|
# Label to add a template
|
|
1288
1296
|
boxui.metadataInstanceEditor.templateAdd = Agregar
|
|
1289
1297
|
# Placeholder to search for all templates
|
package/i18n/es-ES.js
CHANGED
|
@@ -612,8 +612,8 @@ export default {
|
|
|
612
612
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "En este momento, no es posible implementar la política de aplicación en cascada a los metadatos personalizados.",
|
|
613
613
|
"boxui.metadataInstanceEditor.cascadePolicyLearnMore": "Más información",
|
|
614
614
|
"boxui.metadataInstanceEditor.cascadePolicyModeQuestion": "En caso de conflicto al aplicar esta plantilla y sus valores a elementos existentes, ¿qué desea hacer? Esta acción se realiza una sola vez.",
|
|
615
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "
|
|
616
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "
|
|
615
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "Esta política en cascada no se puede editar. Para modificarla, desactive la política actual y, a continuación, vuelva a activarla para configurar una nueva.",
|
|
616
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "Información de opciones de cascada deshabilitadas",
|
|
617
617
|
"boxui.metadataInstanceEditor.cascadePolicyOverwriteMode": "Sobrescribir todos los valores de plantilla existentes",
|
|
618
618
|
"boxui.metadataInstanceEditor.cascadePolicySkipMode": "Omitir y conservar todos los valores de plantilla existentes",
|
|
619
619
|
"boxui.metadataInstanceEditor.customAdd": "Agregar",
|
package/i18n/es-ES.properties
CHANGED
|
@@ -1224,6 +1224,10 @@ boxui.metadataInstanceEditor.cannotApplyCascadePolicyText = En este momento, no
|
|
|
1224
1224
|
boxui.metadataInstanceEditor.cascadePolicyLearnMore = Más información
|
|
1225
1225
|
# Tooltip text that asks the user what they want to do when applying cascading to their metadata policy
|
|
1226
1226
|
boxui.metadataInstanceEditor.cascadePolicyModeQuestion = En caso de conflicto al aplicar esta plantilla y sus valores a elementos existentes, ¿qué desea hacer? Esta acción se realiza una sola vez.
|
|
1227
|
+
# Notice that explains that the cascade policy cannot be edited
|
|
1228
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice = Esta política en cascada no se puede editar. Para modificarla, desactive la política actual y, a continuación, vuelva a activarla para configurar una nueva.
|
|
1229
|
+
# Aria label for the disabled cascade options information icon
|
|
1230
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel = Información de opciones de cascada deshabilitadas
|
|
1227
1231
|
# Label for radio button that selects overwrite mode for cascading policy
|
|
1228
1232
|
boxui.metadataInstanceEditor.cascadePolicyOverwriteMode = Sobrescribir todos los valores de plantilla existentes
|
|
1229
1233
|
# Label for radio button that selects skip mode for cascading policy
|
|
@@ -1258,6 +1262,8 @@ boxui.metadataInstanceEditor.editTooltip = Editar metadatos
|
|
|
1258
1262
|
boxui.metadataInstanceEditor.enableAIAutofill = Box AI Autofill
|
|
1259
1263
|
# Label for enable cascade policy toggle switch
|
|
1260
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = Habilitar la política de aplicación en cascada
|
|
1265
|
+
# Name of the enhanced AI agent
|
|
1266
|
+
boxui.metadataInstanceEditor.enhancedAgentName = Enhanced
|
|
1261
1267
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
|
1262
1268
|
boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm = ¿Seguro que desea eliminar estos metadatos personalizados y todos sus valores del archivo?
|
|
1263
1269
|
# Message for users who may attempt to remove a metadata instance for a file, which is non-recoverable
|
|
@@ -1284,6 +1290,8 @@ boxui.metadataInstanceEditor.noMetadataAddTemplate = Haga clic en 'Agregar', en
|
|
|
1284
1290
|
boxui.metadataInstanceEditor.operationNotImmediate = Esta operación no es inmediata, por lo que puede tardar cierto tiempo en realizarse.
|
|
1285
1291
|
# Label to remove a template
|
|
1286
1292
|
boxui.metadataInstanceEditor.removeTemplate = Eliminar
|
|
1293
|
+
# Name of the standard AI agent
|
|
1294
|
+
boxui.metadataInstanceEditor.standardAgentName = Standard
|
|
1287
1295
|
# Label to add a template
|
|
1288
1296
|
boxui.metadataInstanceEditor.templateAdd = Agregar
|
|
1289
1297
|
# Placeholder to search for all templates
|
package/i18n/fi-FI.js
CHANGED
|
@@ -612,8 +612,8 @@ export default {
|
|
|
612
612
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "Limityskäytäntöä ei voi juuri nyt käyttää mukautetuissa metatiedoissa.",
|
|
613
613
|
"boxui.metadataInstanceEditor.cascadePolicyLearnMore": "Lisätietoja",
|
|
614
614
|
"boxui.metadataInstanceEditor.cascadePolicyModeQuestion": "Mitä tapahtuu, kun tämän mallin ja sen arvojen soveltaminen nykyisiin kohteisiin aiheuttaa ristiriidan? Tämä on kertaluonteinen toiminto.",
|
|
615
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "
|
|
616
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "
|
|
615
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "Tätä johdannaiskäytäntöä ei voi muokata. Muokkaa sitä poistamalla nykyinen käytäntö käytöstä ja ottamalla se sitten uudelleen käyttöön uuden käytännön määrittämiseksi.",
|
|
616
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "Käytöstä poistettujen johdannaisvaihtoehtojen tiedot",
|
|
617
617
|
"boxui.metadataInstanceEditor.cascadePolicyOverwriteMode": "Korvaa kaikki nykyisen mallin arvot",
|
|
618
618
|
"boxui.metadataInstanceEditor.cascadePolicySkipMode": "Ohita ja säilytä kaikki nykyisen mallin arvot",
|
|
619
619
|
"boxui.metadataInstanceEditor.customAdd": "Lisää",
|
package/i18n/fi-FI.properties
CHANGED
|
@@ -1224,6 +1224,10 @@ boxui.metadataInstanceEditor.cannotApplyCascadePolicyText = Limityskäytäntöä
|
|
|
1224
1224
|
boxui.metadataInstanceEditor.cascadePolicyLearnMore = Lisätietoja
|
|
1225
1225
|
# Tooltip text that asks the user what they want to do when applying cascading to their metadata policy
|
|
1226
1226
|
boxui.metadataInstanceEditor.cascadePolicyModeQuestion = Mitä tapahtuu, kun tämän mallin ja sen arvojen soveltaminen nykyisiin kohteisiin aiheuttaa ristiriidan? Tämä on kertaluonteinen toiminto.
|
|
1227
|
+
# Notice that explains that the cascade policy cannot be edited
|
|
1228
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice = Tätä johdannaiskäytäntöä ei voi muokata. Muokkaa sitä poistamalla nykyinen käytäntö käytöstä ja ottamalla se sitten uudelleen käyttöön uuden käytännön määrittämiseksi.
|
|
1229
|
+
# Aria label for the disabled cascade options information icon
|
|
1230
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel = Käytöstä poistettujen johdannaisvaihtoehtojen tiedot
|
|
1227
1231
|
# Label for radio button that selects overwrite mode for cascading policy
|
|
1228
1232
|
boxui.metadataInstanceEditor.cascadePolicyOverwriteMode = Korvaa kaikki nykyisen mallin arvot
|
|
1229
1233
|
# Label for radio button that selects skip mode for cascading policy
|
|
@@ -1258,6 +1262,8 @@ boxui.metadataInstanceEditor.editTooltip = Muokkaa metatietoja
|
|
|
1258
1262
|
boxui.metadataInstanceEditor.enableAIAutofill = Box AI Autofill
|
|
1259
1263
|
# Label for enable cascade policy toggle switch
|
|
1260
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = Ota limityskäytäntö käyttöön
|
|
1265
|
+
# Name of the enhanced AI agent
|
|
1266
|
+
boxui.metadataInstanceEditor.enhancedAgentName = Enhanced
|
|
1261
1267
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
|
1262
1268
|
boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm = Haluatko varmasti poistaa nämä mukautetut metatiedot ja kaikki niiden arvot tästä tiedostosta?
|
|
1263
1269
|
# Message for users who may attempt to remove a metadata instance for a file, which is non-recoverable
|
|
@@ -1284,6 +1290,8 @@ boxui.metadataInstanceEditor.noMetadataAddTemplate = Lisää metatietoja tähän
|
|
|
1284
1290
|
boxui.metadataInstanceEditor.operationNotImmediate = Toiminnon vaikutukset eivät näy heti, vaan se voi kestää jonkin aikaa.
|
|
1285
1291
|
# Label to remove a template
|
|
1286
1292
|
boxui.metadataInstanceEditor.removeTemplate = Poista
|
|
1293
|
+
# Name of the standard AI agent
|
|
1294
|
+
boxui.metadataInstanceEditor.standardAgentName = Standard
|
|
1287
1295
|
# Label to add a template
|
|
1288
1296
|
boxui.metadataInstanceEditor.templateAdd = Lisää
|
|
1289
1297
|
# Placeholder to search for all templates
|
package/i18n/fr-CA.js
CHANGED
|
@@ -612,8 +612,8 @@ export default {
|
|
|
612
612
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "La politique en cascade ne peut pas être appliquée à des métadonnées personnalisées pour l'instant.",
|
|
613
613
|
"boxui.metadataInstanceEditor.cascadePolicyLearnMore": "En savoir plus",
|
|
614
614
|
"boxui.metadataInstanceEditor.cascadePolicyModeQuestion": "En cas de conflits lors de l'application de ce modèle et de ses valeurs aux éléments existants, que souhaiteriez-vous faire ? Il s'agit d'une action unique.",
|
|
615
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "
|
|
616
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "
|
|
615
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "Cette politique en cascade ne peut pas être modifiée. Pour la modifier, désactivez la politique actuelle, puis réactivez-la pour en configurer une nouvelle.",
|
|
616
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "Informations sur les options en cascade désactivées",
|
|
617
617
|
"boxui.metadataInstanceEditor.cascadePolicyOverwriteMode": "Remplacer toutes les valeurs de modèle existantes",
|
|
618
618
|
"boxui.metadataInstanceEditor.cascadePolicySkipMode": "Ignorer et conserver toutes les valeurs de modèle existantes",
|
|
619
619
|
"boxui.metadataInstanceEditor.customAdd": "Ajouter",
|
package/i18n/fr-CA.properties
CHANGED
|
@@ -1224,6 +1224,10 @@ boxui.metadataInstanceEditor.cannotApplyCascadePolicyText = La politique en casc
|
|
|
1224
1224
|
boxui.metadataInstanceEditor.cascadePolicyLearnMore = En savoir plus
|
|
1225
1225
|
# Tooltip text that asks the user what they want to do when applying cascading to their metadata policy
|
|
1226
1226
|
boxui.metadataInstanceEditor.cascadePolicyModeQuestion = En cas de conflits lors de l'application de ce modèle et de ses valeurs aux éléments existants, que souhaiteriez-vous faire ? Il s'agit d'une action unique.
|
|
1227
|
+
# Notice that explains that the cascade policy cannot be edited
|
|
1228
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice = Cette politique en cascade ne peut pas être modifiée. Pour la modifier, désactivez la politique actuelle, puis réactivez-la pour en configurer une nouvelle.
|
|
1229
|
+
# Aria label for the disabled cascade options information icon
|
|
1230
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel = Informations sur les options en cascade désactivées
|
|
1227
1231
|
# Label for radio button that selects overwrite mode for cascading policy
|
|
1228
1232
|
boxui.metadataInstanceEditor.cascadePolicyOverwriteMode = Remplacer toutes les valeurs de modèle existantes
|
|
1229
1233
|
# Label for radio button that selects skip mode for cascading policy
|
|
@@ -1258,6 +1262,8 @@ boxui.metadataInstanceEditor.editTooltip = Modifier des métadonnées
|
|
|
1258
1262
|
boxui.metadataInstanceEditor.enableAIAutofill = Remplissage automatique de Box AI
|
|
1259
1263
|
# Label for enable cascade policy toggle switch
|
|
1260
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = Activer la règle en cascade
|
|
1265
|
+
# Name of the enhanced AI agent
|
|
1266
|
+
boxui.metadataInstanceEditor.enhancedAgentName = Enhanced
|
|
1261
1267
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
|
1262
1268
|
boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm = Voulez-vous vraiment supprimer ces métadonnées personnalisées et toutes ses valeurs de ce fichier ?
|
|
1263
1269
|
# Message for users who may attempt to remove a metadata instance for a file, which is non-recoverable
|
|
@@ -1284,6 +1290,8 @@ boxui.metadataInstanceEditor.noMetadataAddTemplate = Cliquez sur « Ajouter » d
|
|
|
1284
1290
|
boxui.metadataInstanceEditor.operationNotImmediate = Cette opération n'est pas immédiate et peut durer un certain temps.
|
|
1285
1291
|
# Label to remove a template
|
|
1286
1292
|
boxui.metadataInstanceEditor.removeTemplate = Supprimer
|
|
1293
|
+
# Name of the standard AI agent
|
|
1294
|
+
boxui.metadataInstanceEditor.standardAgentName = Standard
|
|
1287
1295
|
# Label to add a template
|
|
1288
1296
|
boxui.metadataInstanceEditor.templateAdd = Ajouter
|
|
1289
1297
|
# Placeholder to search for all templates
|
package/i18n/fr-FR.js
CHANGED
|
@@ -612,8 +612,8 @@ export default {
|
|
|
612
612
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "La politique en cascade ne peut pas être appliquée à des métadonnées personnalisées pour l'instant.",
|
|
613
613
|
"boxui.metadataInstanceEditor.cascadePolicyLearnMore": "En savoir plus",
|
|
614
614
|
"boxui.metadataInstanceEditor.cascadePolicyModeQuestion": "En cas de conflits lors de l'application de ce modèle et de ses valeurs aux éléments existants, que souhaiteriez-vous faire ? Il s'agit d'une action unique.",
|
|
615
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "
|
|
616
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "
|
|
615
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "Cette politique en cascade ne peut pas être modifiée. Pour la modifier, désactivez la politique actuelle, puis réactivez-la pour en configurer une nouvelle.",
|
|
616
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "Informations sur les options en cascade désactivées",
|
|
617
617
|
"boxui.metadataInstanceEditor.cascadePolicyOverwriteMode": "Remplacer toutes les valeurs de modèle existantes",
|
|
618
618
|
"boxui.metadataInstanceEditor.cascadePolicySkipMode": "Ignorer et conserver toutes les valeurs de modèle existantes",
|
|
619
619
|
"boxui.metadataInstanceEditor.customAdd": "Ajouter",
|
package/i18n/fr-FR.properties
CHANGED
|
@@ -1224,6 +1224,10 @@ boxui.metadataInstanceEditor.cannotApplyCascadePolicyText = La politique en casc
|
|
|
1224
1224
|
boxui.metadataInstanceEditor.cascadePolicyLearnMore = En savoir plus
|
|
1225
1225
|
# Tooltip text that asks the user what they want to do when applying cascading to their metadata policy
|
|
1226
1226
|
boxui.metadataInstanceEditor.cascadePolicyModeQuestion = En cas de conflits lors de l'application de ce modèle et de ses valeurs aux éléments existants, que souhaiteriez-vous faire ? Il s'agit d'une action unique.
|
|
1227
|
+
# Notice that explains that the cascade policy cannot be edited
|
|
1228
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice = Cette politique en cascade ne peut pas être modifiée. Pour la modifier, désactivez la politique actuelle, puis réactivez-la pour en configurer une nouvelle.
|
|
1229
|
+
# Aria label for the disabled cascade options information icon
|
|
1230
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel = Informations sur les options en cascade désactivées
|
|
1227
1231
|
# Label for radio button that selects overwrite mode for cascading policy
|
|
1228
1232
|
boxui.metadataInstanceEditor.cascadePolicyOverwriteMode = Remplacer toutes les valeurs de modèle existantes
|
|
1229
1233
|
# Label for radio button that selects skip mode for cascading policy
|
|
@@ -1258,6 +1262,8 @@ boxui.metadataInstanceEditor.editTooltip = Modifier des métadonnées
|
|
|
1258
1262
|
boxui.metadataInstanceEditor.enableAIAutofill = Remplissage automatique de Box AI
|
|
1259
1263
|
# Label for enable cascade policy toggle switch
|
|
1260
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = Activer la règle en cascade
|
|
1265
|
+
# Name of the enhanced AI agent
|
|
1266
|
+
boxui.metadataInstanceEditor.enhancedAgentName = Enhanced
|
|
1261
1267
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
|
1262
1268
|
boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm = Voulez-vous vraiment supprimer ces métadonnées personnalisées et toutes ses valeurs de ce fichier ?
|
|
1263
1269
|
# Message for users who may attempt to remove a metadata instance for a file, which is non-recoverable
|
|
@@ -1284,6 +1290,8 @@ boxui.metadataInstanceEditor.noMetadataAddTemplate = Cliquez sur « Ajouter » d
|
|
|
1284
1290
|
boxui.metadataInstanceEditor.operationNotImmediate = Cette opération n'est pas immédiate et peut durer un certain temps.
|
|
1285
1291
|
# Label to remove a template
|
|
1286
1292
|
boxui.metadataInstanceEditor.removeTemplate = Supprimer
|
|
1293
|
+
# Name of the standard AI agent
|
|
1294
|
+
boxui.metadataInstanceEditor.standardAgentName = Standard
|
|
1287
1295
|
# Label to add a template
|
|
1288
1296
|
boxui.metadataInstanceEditor.templateAdd = Ajouter
|
|
1289
1297
|
# Placeholder to search for all templates
|
package/i18n/hi-IN.js
CHANGED
|
@@ -612,8 +612,8 @@ export default {
|
|
|
612
612
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "इस समय कस्टम मेटाडेटा पर कैस्केड नीति लागू नहीं की जा सकती है.",
|
|
613
613
|
"boxui.metadataInstanceEditor.cascadePolicyLearnMore": "और जानें",
|
|
614
614
|
"boxui.metadataInstanceEditor.cascadePolicyModeQuestion": "विरोधाभास होने पर इस टेम्पलेट और इसके मूल्यों को मौजूदा वस्तुओं पर लागू करते समय, आप क्या करना चाहेंगे? यह एक बार की कार्रवाई है.",
|
|
615
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "
|
|
616
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "
|
|
615
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "इस कैस्केड नीति को संपादित नहीं किया जा सकता। इसे संशोधित करने के लिए, वर्तमान नीति को निष्क्रिय करें और एक नई नीति सेट करने के लिए इसे फिर से सक्षम करें।",
|
|
616
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "अक्षम किए गए कैस्केड विकल्पों की जानकारी",
|
|
617
617
|
"boxui.metadataInstanceEditor.cascadePolicyOverwriteMode": "सभी मौजूदा टेम्पलेट मानों को ओवरराइट करें",
|
|
618
618
|
"boxui.metadataInstanceEditor.cascadePolicySkipMode": "छोड़ें और सभी मौजूदा टेम्पलेट मान रखें",
|
|
619
619
|
"boxui.metadataInstanceEditor.customAdd": "जोड़ें",
|
package/i18n/hi-IN.properties
CHANGED
|
@@ -1224,6 +1224,10 @@ boxui.metadataInstanceEditor.cannotApplyCascadePolicyText = इस समय क
|
|
|
1224
1224
|
boxui.metadataInstanceEditor.cascadePolicyLearnMore = और जानें
|
|
1225
1225
|
# Tooltip text that asks the user what they want to do when applying cascading to their metadata policy
|
|
1226
1226
|
boxui.metadataInstanceEditor.cascadePolicyModeQuestion = विरोधाभास होने पर इस टेम्पलेट और इसके मूल्यों को मौजूदा वस्तुओं पर लागू करते समय, आप क्या करना चाहेंगे? यह एक बार की कार्रवाई है.
|
|
1227
|
+
# Notice that explains that the cascade policy cannot be edited
|
|
1228
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice = इस कैस्केड नीति को संपादित नहीं किया जा सकता। इसे संशोधित करने के लिए, वर्तमान नीति को निष्क्रिय करें और एक नई नीति सेट करने के लिए इसे फिर से सक्षम करें।
|
|
1229
|
+
# Aria label for the disabled cascade options information icon
|
|
1230
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel = अक्षम किए गए कैस्केड विकल्पों की जानकारी
|
|
1227
1231
|
# Label for radio button that selects overwrite mode for cascading policy
|
|
1228
1232
|
boxui.metadataInstanceEditor.cascadePolicyOverwriteMode = सभी मौजूदा टेम्पलेट मानों को ओवरराइट करें
|
|
1229
1233
|
# Label for radio button that selects skip mode for cascading policy
|
|
@@ -1258,6 +1262,8 @@ boxui.metadataInstanceEditor.editTooltip = मेटाडेटा संपा
|
|
|
1258
1262
|
boxui.metadataInstanceEditor.enableAIAutofill = Box AI ऑटोफिल
|
|
1259
1263
|
# Label for enable cascade policy toggle switch
|
|
1260
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = कैस्केड नीति सक्षम करें
|
|
1265
|
+
# Name of the enhanced AI agent
|
|
1266
|
+
boxui.metadataInstanceEditor.enhancedAgentName = Enhanced
|
|
1261
1267
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
|
1262
1268
|
boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm = क्या आप वाकई इस कस्टम मेटाडेटा और इसके सभी मानों को इस फ़ाइल से हटाना चाहते हैं?
|
|
1263
1269
|
# Message for users who may attempt to remove a metadata instance for a file, which is non-recoverable
|
|
@@ -1284,6 +1290,8 @@ boxui.metadataInstanceEditor.noMetadataAddTemplate = इस आइटम मे
|
|
|
1284
1290
|
boxui.metadataInstanceEditor.operationNotImmediate = यह ऑपरेशन तुरंत नहीं हो सकता है, इसमें कुछ समय लग सकता है.
|
|
1285
1291
|
# Label to remove a template
|
|
1286
1292
|
boxui.metadataInstanceEditor.removeTemplate = निकालें
|
|
1293
|
+
# Name of the standard AI agent
|
|
1294
|
+
boxui.metadataInstanceEditor.standardAgentName = Standard
|
|
1287
1295
|
# Label to add a template
|
|
1288
1296
|
boxui.metadataInstanceEditor.templateAdd = जोड़ें
|
|
1289
1297
|
# Placeholder to search for all templates
|
package/i18n/it-IT.js
CHANGED
|
@@ -612,8 +612,8 @@ export default {
|
|
|
612
612
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "Attualmente non è possibile applicare un criterio a cascata ai metadati personalizzati.",
|
|
613
613
|
"boxui.metadataInstanceEditor.cascadePolicyLearnMore": "Ulteriori informazioni",
|
|
614
614
|
"boxui.metadataInstanceEditor.cascadePolicyModeQuestion": "In caso di conflitti durante l'applicazione del modello e dei relativi valori agli elementi esistenti, come desideri procedere? Questa indicazione va specificata una sola volta.",
|
|
615
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "
|
|
616
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "
|
|
615
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "Questa politica a cascata non può essere modificata. Per modificarla, disattiva la politica attuale e quindi attivala nuovamente per configurarne una nuova.",
|
|
616
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "Informazioni sulle opzioni a cascata disabilitate",
|
|
617
617
|
"boxui.metadataInstanceEditor.cascadePolicyOverwriteMode": "Sovrascrivi tutti i valori del modello esistente",
|
|
618
618
|
"boxui.metadataInstanceEditor.cascadePolicySkipMode": "Ignora e mantieni tutti i valori del modello esistente",
|
|
619
619
|
"boxui.metadataInstanceEditor.customAdd": "Aggiungi",
|
package/i18n/it-IT.properties
CHANGED
|
@@ -1224,6 +1224,10 @@ boxui.metadataInstanceEditor.cannotApplyCascadePolicyText = Attualmente non è p
|
|
|
1224
1224
|
boxui.metadataInstanceEditor.cascadePolicyLearnMore = Ulteriori informazioni
|
|
1225
1225
|
# Tooltip text that asks the user what they want to do when applying cascading to their metadata policy
|
|
1226
1226
|
boxui.metadataInstanceEditor.cascadePolicyModeQuestion = In caso di conflitti durante l'applicazione del modello e dei relativi valori agli elementi esistenti, come desideri procedere? Questa indicazione va specificata una sola volta.
|
|
1227
|
+
# Notice that explains that the cascade policy cannot be edited
|
|
1228
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice = Questa politica a cascata non può essere modificata. Per modificarla, disattiva la politica attuale e quindi attivala nuovamente per configurarne una nuova.
|
|
1229
|
+
# Aria label for the disabled cascade options information icon
|
|
1230
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel = Informazioni sulle opzioni a cascata disabilitate
|
|
1227
1231
|
# Label for radio button that selects overwrite mode for cascading policy
|
|
1228
1232
|
boxui.metadataInstanceEditor.cascadePolicyOverwriteMode = Sovrascrivi tutti i valori del modello esistente
|
|
1229
1233
|
# Label for radio button that selects skip mode for cascading policy
|
|
@@ -1258,6 +1262,8 @@ boxui.metadataInstanceEditor.editTooltip = Modifica metadati
|
|
|
1258
1262
|
boxui.metadataInstanceEditor.enableAIAutofill = Compilazione automatica Box AI
|
|
1259
1263
|
# Label for enable cascade policy toggle switch
|
|
1260
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = Abilita criterio a cascata
|
|
1265
|
+
# Name of the enhanced AI agent
|
|
1266
|
+
boxui.metadataInstanceEditor.enhancedAgentName = Enhanced
|
|
1261
1267
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
|
1262
1268
|
boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm = Confermi l'eliminazione di questi metadati personalizzati e dei relativi valori dal file?
|
|
1263
1269
|
# Message for users who may attempt to remove a metadata instance for a file, which is non-recoverable
|
|
@@ -1284,6 +1290,8 @@ boxui.metadataInstanceEditor.noMetadataAddTemplate = Fai clic su "Aggiungi" in a
|
|
|
1284
1290
|
boxui.metadataInstanceEditor.operationNotImmediate = Questa operazione non è immediata e potrebbe richiedere del tempo.
|
|
1285
1291
|
# Label to remove a template
|
|
1286
1292
|
boxui.metadataInstanceEditor.removeTemplate = Rimuovi
|
|
1293
|
+
# Name of the standard AI agent
|
|
1294
|
+
boxui.metadataInstanceEditor.standardAgentName = Standard
|
|
1287
1295
|
# Label to add a template
|
|
1288
1296
|
boxui.metadataInstanceEditor.templateAdd = Aggiungi
|
|
1289
1297
|
# Placeholder to search for all templates
|
package/i18n/ja-JP.properties
CHANGED
|
@@ -1224,6 +1224,10 @@ boxui.metadataInstanceEditor.cannotApplyCascadePolicyText = 現在、カスケ
|
|
|
1224
1224
|
boxui.metadataInstanceEditor.cascadePolicyLearnMore = 詳細を表示
|
|
1225
1225
|
# Tooltip text that asks the user what they want to do when applying cascading to their metadata policy
|
|
1226
1226
|
boxui.metadataInstanceEditor.cascadePolicyModeQuestion = このテンプレートとその値を既存の項目に適用したときに、競合が発生した場合の操作を指定してください。これは一回限りの操作です
|
|
1227
|
+
# Notice that explains that the cascade policy cannot be edited
|
|
1228
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice = This cascade policy cannot be edited. To modify it, deactivate the current policy and then re-enable it to set up a new one.
|
|
1229
|
+
# Aria label for the disabled cascade options information icon
|
|
1230
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel = Disabled cascade options information
|
|
1227
1231
|
# Label for radio button that selects overwrite mode for cascading policy
|
|
1228
1232
|
boxui.metadataInstanceEditor.cascadePolicyOverwriteMode = 既存のすべてのテンプレート値を上書きする
|
|
1229
1233
|
# Label for radio button that selects skip mode for cascading policy
|
|
@@ -1258,6 +1262,8 @@ boxui.metadataInstanceEditor.editTooltip = メタデータを編集
|
|
|
1258
1262
|
boxui.metadataInstanceEditor.enableAIAutofill = Box AI自動入力
|
|
1259
1263
|
# Label for enable cascade policy toggle switch
|
|
1260
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = カスケードポリシーを有効にする
|
|
1265
|
+
# Name of the enhanced AI agent
|
|
1266
|
+
boxui.metadataInstanceEditor.enhancedAgentName = Enhanced
|
|
1261
1267
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
|
1262
1268
|
boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm = このカスタムメタデータおよびそのすべての値をこのファイルから削除してもよろしいですか?
|
|
1263
1269
|
# Message for users who may attempt to remove a metadata instance for a file, which is non-recoverable
|
|
@@ -1284,6 +1290,8 @@ boxui.metadataInstanceEditor.noMetadataAddTemplate = 右上の [追加] をク
|
|
|
1284
1290
|
boxui.metadataInstanceEditor.operationNotImmediate = この操作はすぐには行われず、時間がかかる場合があります。
|
|
1285
1291
|
# Label to remove a template
|
|
1286
1292
|
boxui.metadataInstanceEditor.removeTemplate = 削除
|
|
1293
|
+
# Name of the standard AI agent
|
|
1294
|
+
boxui.metadataInstanceEditor.standardAgentName = Standard
|
|
1287
1295
|
# Label to add a template
|
|
1288
1296
|
boxui.metadataInstanceEditor.templateAdd = 追加
|
|
1289
1297
|
# Placeholder to search for all templates
|
package/i18n/ko-KR.js
CHANGED
|
@@ -612,8 +612,8 @@ export default {
|
|
|
612
612
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "현재 사용자 지정 메타데이터에 캐스케이드 정책을 적용할 수 없습니다.",
|
|
613
613
|
"boxui.metadataInstanceEditor.cascadePolicyLearnMore": "자세한 정보",
|
|
614
614
|
"boxui.metadataInstanceEditor.cascadePolicyModeQuestion": "이 템플릿과 해당 값을 기존 항목에 적용할 때 충돌이 발생할 경우 어떤 작업을 수행하시겠습니까? 이 작업은 일회성입니다.",
|
|
615
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "
|
|
616
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "
|
|
615
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "이 캐스케이드 정책은 편집할 수 없습니다. 수정하려면, 현재 정책을 비활성화한 후 다시 활성화하여 새로운 정책을 설정해야 합니다.",
|
|
616
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "비활성화된 캐스케이드 옵션에 관한 정보",
|
|
617
617
|
"boxui.metadataInstanceEditor.cascadePolicyOverwriteMode": "모든 기존 템플릿 값 덮어쓰기",
|
|
618
618
|
"boxui.metadataInstanceEditor.cascadePolicySkipMode": "건너뛰고 모든 기존 템플릿 값 유지",
|
|
619
619
|
"boxui.metadataInstanceEditor.customAdd": "추가",
|
package/i18n/ko-KR.properties
CHANGED
|
@@ -1224,6 +1224,10 @@ boxui.metadataInstanceEditor.cannotApplyCascadePolicyText = 현재 사용자 지
|
|
|
1224
1224
|
boxui.metadataInstanceEditor.cascadePolicyLearnMore = 자세한 정보
|
|
1225
1225
|
# Tooltip text that asks the user what they want to do when applying cascading to their metadata policy
|
|
1226
1226
|
boxui.metadataInstanceEditor.cascadePolicyModeQuestion = 이 템플릿과 해당 값을 기존 항목에 적용할 때 충돌이 발생할 경우 어떤 작업을 수행하시겠습니까? 이 작업은 일회성입니다.
|
|
1227
|
+
# Notice that explains that the cascade policy cannot be edited
|
|
1228
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice = 이 캐스케이드 정책은 편집할 수 없습니다. 수정하려면, 현재 정책을 비활성화한 후 다시 활성화하여 새로운 정책을 설정해야 합니다.
|
|
1229
|
+
# Aria label for the disabled cascade options information icon
|
|
1230
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel = 비활성화된 캐스케이드 옵션에 관한 정보
|
|
1227
1231
|
# Label for radio button that selects overwrite mode for cascading policy
|
|
1228
1232
|
boxui.metadataInstanceEditor.cascadePolicyOverwriteMode = 모든 기존 템플릿 값 덮어쓰기
|
|
1229
1233
|
# Label for radio button that selects skip mode for cascading policy
|
|
@@ -1258,6 +1262,8 @@ boxui.metadataInstanceEditor.editTooltip = 메타데이터 편집
|
|
|
1258
1262
|
boxui.metadataInstanceEditor.enableAIAutofill = Box AI 자동 채우기
|
|
1259
1263
|
# Label for enable cascade policy toggle switch
|
|
1260
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = 캐스케이드 정책 활성화
|
|
1265
|
+
# Name of the enhanced AI agent
|
|
1266
|
+
boxui.metadataInstanceEditor.enhancedAgentName = Enhanced
|
|
1261
1267
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
|
1262
1268
|
boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm = 이 파일에서 이 사용자 지정 메타데이터 및 해당 값을 모두 삭제하시겠습니까?
|
|
1263
1269
|
# Message for users who may attempt to remove a metadata instance for a file, which is non-recoverable
|
|
@@ -1284,6 +1290,8 @@ boxui.metadataInstanceEditor.noMetadataAddTemplate = 오른쪽 상단의 '추가
|
|
|
1284
1290
|
boxui.metadataInstanceEditor.operationNotImmediate = 이 작업은 즉시 실행되지 않으며 약간의 시간이 소요될 수 있습니다.
|
|
1285
1291
|
# Label to remove a template
|
|
1286
1292
|
boxui.metadataInstanceEditor.removeTemplate = 제거
|
|
1293
|
+
# Name of the standard AI agent
|
|
1294
|
+
boxui.metadataInstanceEditor.standardAgentName = Standard
|
|
1287
1295
|
# Label to add a template
|
|
1288
1296
|
boxui.metadataInstanceEditor.templateAdd = 추가
|
|
1289
1297
|
# Placeholder to search for all templates
|
package/i18n/nb-NO.js
CHANGED
|
@@ -612,8 +612,8 @@ export default {
|
|
|
612
612
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "Kan ikke bruke retningslinjer for hierarkiske metadata på egendefinerte metadata.",
|
|
613
613
|
"boxui.metadataInstanceEditor.cascadePolicyLearnMore": "Lær mer",
|
|
614
614
|
"boxui.metadataInstanceEditor.cascadePolicyModeQuestion": "Hva vil du gjøre dersom det oppstår konflikt når denne malen og malens verdier brukes på eksisterende elementer? Dette er en engangshandling.",
|
|
615
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "
|
|
616
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "
|
|
615
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "Disse kaskaderetningslinjene kan ikke redigeres. For å endre det, må du deaktivere den gjeldende retningslinjen og aktiver den på nytt for å konfigurere en ny.",
|
|
616
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "Informasjon om alternativer for kaskade.",
|
|
617
617
|
"boxui.metadataInstanceEditor.cascadePolicyOverwriteMode": "Overskriv alle eksisterende verdier i malen",
|
|
618
618
|
"boxui.metadataInstanceEditor.cascadePolicySkipMode": "Hopp over og behold alle eksisterende verdier i malen",
|
|
619
619
|
"boxui.metadataInstanceEditor.customAdd": "Legg til",
|
package/i18n/nb-NO.properties
CHANGED
|
@@ -1224,6 +1224,10 @@ boxui.metadataInstanceEditor.cannotApplyCascadePolicyText = Kan ikke bruke retni
|
|
|
1224
1224
|
boxui.metadataInstanceEditor.cascadePolicyLearnMore = Lær mer
|
|
1225
1225
|
# Tooltip text that asks the user what they want to do when applying cascading to their metadata policy
|
|
1226
1226
|
boxui.metadataInstanceEditor.cascadePolicyModeQuestion = Hva vil du gjøre dersom det oppstår konflikt når denne malen og malens verdier brukes på eksisterende elementer? Dette er en engangshandling.
|
|
1227
|
+
# Notice that explains that the cascade policy cannot be edited
|
|
1228
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice = Disse kaskaderetningslinjene kan ikke redigeres. For å endre det, må du deaktivere den gjeldende retningslinjen og aktiver den på nytt for å konfigurere en ny.
|
|
1229
|
+
# Aria label for the disabled cascade options information icon
|
|
1230
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel = Informasjon om alternativer for kaskade.
|
|
1227
1231
|
# Label for radio button that selects overwrite mode for cascading policy
|
|
1228
1232
|
boxui.metadataInstanceEditor.cascadePolicyOverwriteMode = Overskriv alle eksisterende verdier i malen
|
|
1229
1233
|
# Label for radio button that selects skip mode for cascading policy
|
|
@@ -1258,6 +1262,8 @@ boxui.metadataInstanceEditor.editTooltip = Rediger metadata
|
|
|
1258
1262
|
boxui.metadataInstanceEditor.enableAIAutofill = Automatisk utfylling med Box AI
|
|
1259
1263
|
# Label for enable cascade policy toggle switch
|
|
1260
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = Aktiver hierarkiske retningslinjer
|
|
1265
|
+
# Name of the enhanced AI agent
|
|
1266
|
+
boxui.metadataInstanceEditor.enhancedAgentName = Enhanced
|
|
1261
1267
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
|
1262
1268
|
boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm = Er du sikker på at du vil slette denne egendefinerte metadatamalen og alle tilknyttede verdier fra denne filen?
|
|
1263
1269
|
# Message for users who may attempt to remove a metadata instance for a file, which is non-recoverable
|
|
@@ -1284,6 +1290,8 @@ boxui.metadataInstanceEditor.noMetadataAddTemplate = Klikk på Legg til øverst
|
|
|
1284
1290
|
boxui.metadataInstanceEditor.operationNotImmediate = Denne operasjonen er ikke umiddelbar og kan ta litt tid.
|
|
1285
1291
|
# Label to remove a template
|
|
1286
1292
|
boxui.metadataInstanceEditor.removeTemplate = Fjern
|
|
1293
|
+
# Name of the standard AI agent
|
|
1294
|
+
boxui.metadataInstanceEditor.standardAgentName = Standard
|
|
1287
1295
|
# Label to add a template
|
|
1288
1296
|
boxui.metadataInstanceEditor.templateAdd = Legg til
|
|
1289
1297
|
# Placeholder to search for all templates
|
package/i18n/nl-NL.js
CHANGED
|
@@ -612,8 +612,8 @@ export default {
|
|
|
612
612
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "Het trapsgewijze beleid kan momenteel niet op aangepaste metadata worden toegepast.",
|
|
613
613
|
"boxui.metadataInstanceEditor.cascadePolicyLearnMore": "Meer informatie",
|
|
614
614
|
"boxui.metadataInstanceEditor.cascadePolicyModeQuestion": "Wat wilt u doen in het geval van een conflict tussen de bestaande sjabloonwaarden en de waarden van het toe te passen sjabloon? Dit is een eenmalige actie.",
|
|
615
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "
|
|
616
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "
|
|
615
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "Dit cascadebeleid kan niet worden bewerkt. Om het te wijzigen, deactiveer het huidige beleid en activeer het vervolgens opnieuw om een nieuw beleid in te stellen.",
|
|
616
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "Informatie over uitgeschakelde cascade-instellingen",
|
|
617
617
|
"boxui.metadataInstanceEditor.cascadePolicyOverwriteMode": "Alle bestaande sjabloonwaarden overschrijven",
|
|
618
618
|
"boxui.metadataInstanceEditor.cascadePolicySkipMode": "Overslaan en alle bestaande sjabloonwaarden bewaren",
|
|
619
619
|
"boxui.metadataInstanceEditor.customAdd": "Toevoegen",
|
package/i18n/nl-NL.properties
CHANGED
|
@@ -1224,6 +1224,10 @@ boxui.metadataInstanceEditor.cannotApplyCascadePolicyText = Het trapsgewijze bel
|
|
|
1224
1224
|
boxui.metadataInstanceEditor.cascadePolicyLearnMore = Meer informatie
|
|
1225
1225
|
# Tooltip text that asks the user what they want to do when applying cascading to their metadata policy
|
|
1226
1226
|
boxui.metadataInstanceEditor.cascadePolicyModeQuestion = Wat wilt u doen in het geval van een conflict tussen de bestaande sjabloonwaarden en de waarden van het toe te passen sjabloon? Dit is een eenmalige actie.
|
|
1227
|
+
# Notice that explains that the cascade policy cannot be edited
|
|
1228
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice = Dit cascadebeleid kan niet worden bewerkt. Om het te wijzigen, deactiveer het huidige beleid en activeer het vervolgens opnieuw om een nieuw beleid in te stellen.
|
|
1229
|
+
# Aria label for the disabled cascade options information icon
|
|
1230
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel = Informatie over uitgeschakelde cascade-instellingen
|
|
1227
1231
|
# Label for radio button that selects overwrite mode for cascading policy
|
|
1228
1232
|
boxui.metadataInstanceEditor.cascadePolicyOverwriteMode = Alle bestaande sjabloonwaarden overschrijven
|
|
1229
1233
|
# Label for radio button that selects skip mode for cascading policy
|
|
@@ -1258,6 +1262,8 @@ boxui.metadataInstanceEditor.editTooltip = Metadata bewerken
|
|
|
1258
1262
|
boxui.metadataInstanceEditor.enableAIAutofill = Box AI Automatisch invullen
|
|
1259
1263
|
# Label for enable cascade policy toggle switch
|
|
1260
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = Trapsgewijs beleid inschakelen
|
|
1265
|
+
# Name of the enhanced AI agent
|
|
1266
|
+
boxui.metadataInstanceEditor.enhancedAgentName = Enhanced
|
|
1261
1267
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
|
1262
1268
|
boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm = Weet u zeker dat u deze aangepaste metadata en alle bijbehorende waarden uit dit bestand wilt verwijderen?
|
|
1263
1269
|
# Message for users who may attempt to remove a metadata instance for a file, which is non-recoverable
|
|
@@ -1284,6 +1290,8 @@ boxui.metadataInstanceEditor.noMetadataAddTemplate = Klik op "Toevoegen" in de r
|
|
|
1284
1290
|
boxui.metadataInstanceEditor.operationNotImmediate = Deze bewerking kan enige tijd in beslag nemen.
|
|
1285
1291
|
# Label to remove a template
|
|
1286
1292
|
boxui.metadataInstanceEditor.removeTemplate = Verwijderen
|
|
1293
|
+
# Name of the standard AI agent
|
|
1294
|
+
boxui.metadataInstanceEditor.standardAgentName = Standard
|
|
1287
1295
|
# Label to add a template
|
|
1288
1296
|
boxui.metadataInstanceEditor.templateAdd = Toevoegen
|
|
1289
1297
|
# Placeholder to search for all templates
|
package/i18n/pl-PL.js
CHANGED
|
@@ -612,8 +612,8 @@ export default {
|
|
|
612
612
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "W tym momencie zasady kaskady nie można zastosować do niestandardowych metadanych.",
|
|
613
613
|
"boxui.metadataInstanceEditor.cascadePolicyLearnMore": "Dowiedz się więcej",
|
|
614
614
|
"boxui.metadataInstanceEditor.cascadePolicyModeQuestion": "Co chcesz zrobić w przypadku konfliktów podczas stosowania tego szablonu i jego wartości do istniejących elementów? Jest to operacja jednorazowa.",
|
|
615
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "
|
|
616
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "
|
|
615
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "Nie można edytować tej zasady kaskady. Aby ją zmodyfikować, dezaktywuj bieżącą zasadę, a następnie aktywuj ją ponownie, aby skonfigurować nową.",
|
|
616
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "Informacje dotyczące opcji wyłączonej kaskady",
|
|
617
617
|
"boxui.metadataInstanceEditor.cascadePolicyOverwriteMode": "Zastąp wszystkie istniejące wartości szablonu",
|
|
618
618
|
"boxui.metadataInstanceEditor.cascadePolicySkipMode": "Pomiń i zachowaj wszystkie istniejące wartości szablonu",
|
|
619
619
|
"boxui.metadataInstanceEditor.customAdd": "Dodaj",
|
package/i18n/pl-PL.properties
CHANGED
|
@@ -1224,6 +1224,10 @@ boxui.metadataInstanceEditor.cannotApplyCascadePolicyText = W tym momencie zasad
|
|
|
1224
1224
|
boxui.metadataInstanceEditor.cascadePolicyLearnMore = Dowiedz się więcej
|
|
1225
1225
|
# Tooltip text that asks the user what they want to do when applying cascading to their metadata policy
|
|
1226
1226
|
boxui.metadataInstanceEditor.cascadePolicyModeQuestion = Co chcesz zrobić w przypadku konfliktów podczas stosowania tego szablonu i jego wartości do istniejących elementów? Jest to operacja jednorazowa.
|
|
1227
|
+
# Notice that explains that the cascade policy cannot be edited
|
|
1228
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice = Nie można edytować tej zasady kaskady. Aby ją zmodyfikować, dezaktywuj bieżącą zasadę, a następnie aktywuj ją ponownie, aby skonfigurować nową.
|
|
1229
|
+
# Aria label for the disabled cascade options information icon
|
|
1230
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel = Informacje dotyczące opcji wyłączonej kaskady
|
|
1227
1231
|
# Label for radio button that selects overwrite mode for cascading policy
|
|
1228
1232
|
boxui.metadataInstanceEditor.cascadePolicyOverwriteMode = Zastąp wszystkie istniejące wartości szablonu
|
|
1229
1233
|
# Label for radio button that selects skip mode for cascading policy
|
|
@@ -1258,6 +1262,8 @@ boxui.metadataInstanceEditor.editTooltip = Edytuj metadane
|
|
|
1258
1262
|
boxui.metadataInstanceEditor.enableAIAutofill = Autouzupełnianie Box AI
|
|
1259
1263
|
# Label for enable cascade policy toggle switch
|
|
1260
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = Włącz zasadę kaskady
|
|
1265
|
+
# Name of the enhanced AI agent
|
|
1266
|
+
boxui.metadataInstanceEditor.enhancedAgentName = Enhanced
|
|
1261
1267
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
|
1262
1268
|
boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm = Czy na pewno chcesz usunąć te niestandardowe metadane i wszystkie ich wartości z tego pliku?
|
|
1263
1269
|
# Message for users who may attempt to remove a metadata instance for a file, which is non-recoverable
|
|
@@ -1284,6 +1290,8 @@ boxui.metadataInstanceEditor.noMetadataAddTemplate = Kliknij przycisk Dodaj w pr
|
|
|
1284
1290
|
boxui.metadataInstanceEditor.operationNotImmediate = Ta operacja nie jest natychmiastowa i może zająć trochę czasu.
|
|
1285
1291
|
# Label to remove a template
|
|
1286
1292
|
boxui.metadataInstanceEditor.removeTemplate = Usuń
|
|
1293
|
+
# Name of the standard AI agent
|
|
1294
|
+
boxui.metadataInstanceEditor.standardAgentName = Standard
|
|
1287
1295
|
# Label to add a template
|
|
1288
1296
|
boxui.metadataInstanceEditor.templateAdd = Dodaj
|
|
1289
1297
|
# Placeholder to search for all templates
|
package/i18n/pt-BR.js
CHANGED
|
@@ -612,8 +612,8 @@ export default {
|
|
|
612
612
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "Não é possível aplicar a política de cascata para metadados personalizados no momento.",
|
|
613
613
|
"boxui.metadataInstanceEditor.cascadePolicyLearnMore": "Saiba mais",
|
|
614
614
|
"boxui.metadataInstanceEditor.cascadePolicyModeQuestion": "Caso ocorram conflitos ao aplicar este modelo e seus valores aos itens existentes, o que você gostaria de fazer? Esta ação é realizada uma única vez.",
|
|
615
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "
|
|
616
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "
|
|
615
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "Essa política em cascata não pode ser editada. Para modificá-la, desative a política atual e, em seguida, ative-a novamente para configurar uma nova.",
|
|
616
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "Informações sobre opções em cascata desabilitadas",
|
|
617
617
|
"boxui.metadataInstanceEditor.cascadePolicyOverwriteMode": "Substituir todos os valores de modelo existentes",
|
|
618
618
|
"boxui.metadataInstanceEditor.cascadePolicySkipMode": "Ignorar e manter todos os valores de modelo existentes",
|
|
619
619
|
"boxui.metadataInstanceEditor.customAdd": "Adicionar",
|
package/i18n/pt-BR.properties
CHANGED
|
@@ -1224,6 +1224,10 @@ boxui.metadataInstanceEditor.cannotApplyCascadePolicyText = Não é possível ap
|
|
|
1224
1224
|
boxui.metadataInstanceEditor.cascadePolicyLearnMore = Saiba mais
|
|
1225
1225
|
# Tooltip text that asks the user what they want to do when applying cascading to their metadata policy
|
|
1226
1226
|
boxui.metadataInstanceEditor.cascadePolicyModeQuestion = Caso ocorram conflitos ao aplicar este modelo e seus valores aos itens existentes, o que você gostaria de fazer? Esta ação é realizada uma única vez.
|
|
1227
|
+
# Notice that explains that the cascade policy cannot be edited
|
|
1228
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice = Essa política em cascata não pode ser editada. Para modificá-la, desative a política atual e, em seguida, ative-a novamente para configurar uma nova.
|
|
1229
|
+
# Aria label for the disabled cascade options information icon
|
|
1230
|
+
boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel = Informações sobre opções em cascata desabilitadas
|
|
1227
1231
|
# Label for radio button that selects overwrite mode for cascading policy
|
|
1228
1232
|
boxui.metadataInstanceEditor.cascadePolicyOverwriteMode = Substituir todos os valores de modelo existentes
|
|
1229
1233
|
# Label for radio button that selects skip mode for cascading policy
|
|
@@ -1258,6 +1262,8 @@ boxui.metadataInstanceEditor.editTooltip = Editar metadados
|
|
|
1258
1262
|
boxui.metadataInstanceEditor.enableAIAutofill = Preenchimento automático do Box AI
|
|
1259
1263
|
# Label for enable cascade policy toggle switch
|
|
1260
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = Ativar a política de cascata
|
|
1265
|
+
# Name of the enhanced AI agent
|
|
1266
|
+
boxui.metadataInstanceEditor.enhancedAgentName = Enhanced
|
|
1261
1267
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
|
1262
1268
|
boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm = Tem certeza de que deseja excluir estes metadados personalizados e todos os seus valores deste arquivo?
|
|
1263
1269
|
# Message for users who may attempt to remove a metadata instance for a file, which is non-recoverable
|
|
@@ -1284,6 +1290,8 @@ boxui.metadataInstanceEditor.noMetadataAddTemplate = Clique em "Adicionar" no ca
|
|
|
1284
1290
|
boxui.metadataInstanceEditor.operationNotImmediate = Esta operação não é imediata e pode levar algum tempo.
|
|
1285
1291
|
# Label to remove a template
|
|
1286
1292
|
boxui.metadataInstanceEditor.removeTemplate = Remover
|
|
1293
|
+
# Name of the standard AI agent
|
|
1294
|
+
boxui.metadataInstanceEditor.standardAgentName = Standard
|
|
1287
1295
|
# Label to add a template
|
|
1288
1296
|
boxui.metadataInstanceEditor.templateAdd = Adicionar
|
|
1289
1297
|
# Placeholder to search for all templates
|
package/i18n/ru-RU.js
CHANGED
|
@@ -612,8 +612,8 @@ export default {
|
|
|
612
612
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "В данный момент каскадная политика не может быть применена к настраиваемым метаданным.",
|
|
613
613
|
"boxui.metadataInstanceEditor.cascadePolicyLearnMore": "Подробнее",
|
|
614
614
|
"boxui.metadataInstanceEditor.cascadePolicyModeQuestion": "Что нужно сделать в случае возникновения конфликтов при применении этого шаблона и его значений к существующим элементам? Это разовое действие.",
|
|
615
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "
|
|
616
|
-
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "
|
|
615
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNotice": "Эту каскадную политику невозможно изменить. Для внесения изменений деактивируйте текущую политику, а затем включите ее заново, чтобы настроить новую.",
|
|
616
|
+
"boxui.metadataInstanceEditor.cascadePolicyOptionsDisabledNoticeIconAriaLabel": "Информация об отключенных параметрах каскада",
|
|
617
617
|
"boxui.metadataInstanceEditor.cascadePolicyOverwriteMode": "Переписать все существующие значения шаблона",
|
|
618
618
|
"boxui.metadataInstanceEditor.cascadePolicySkipMode": "Пропустить и сохранить все существующие значения шаблона",
|
|
619
619
|
"boxui.metadataInstanceEditor.customAdd": "Добавить",
|