@box/unified-share-modal 0.49.0 → 0.49.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/dist/esm/lib/components/shared-link-settings-modal/messages.js +2 -6
  2. package/dist/esm/lib/components/shared-link-settings-modal/shared-link-settings-modal.js +79 -79
  3. package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-role.js +89 -68
  4. package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-section.js +119 -102
  5. package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/messages.js +8 -0
  6. package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/messages.js +12 -0
  7. package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-access.js +42 -39
  8. package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-permission.js +46 -43
  9. package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-section.js +109 -100
  10. package/dist/esm/lib/hooks/use-access-levels.js +18 -17
  11. package/dist/esm/lib/hooks/use-collaboration-form.js +13 -13
  12. package/dist/esm/lib/messages.js +11 -7
  13. package/dist/i18n/bn-IN.js +8 -2
  14. package/dist/i18n/da-DK.js +8 -2
  15. package/dist/i18n/de-DE.js +8 -2
  16. package/dist/i18n/en-AU.js +8 -2
  17. package/dist/i18n/en-CA.js +8 -2
  18. package/dist/i18n/en-GB.js +8 -2
  19. package/dist/i18n/en-US.js +15 -10
  20. package/dist/i18n/en-US.properties +21 -11
  21. package/dist/i18n/en-x-pseudo.js +8 -2
  22. package/dist/i18n/es-419.js +8 -2
  23. package/dist/i18n/es-ES.js +8 -2
  24. package/dist/i18n/fi-FI.js +8 -2
  25. package/dist/i18n/fr-CA.js +8 -2
  26. package/dist/i18n/fr-FR.js +8 -2
  27. package/dist/i18n/hi-IN.js +8 -2
  28. package/dist/i18n/it-IT.js +8 -2
  29. package/dist/i18n/ja-JP.js +8 -2
  30. package/dist/i18n/json/src/lib/components/shared-link-settings-modal/messages.json +1 -1
  31. package/dist/i18n/json/src/lib/components/unified-share-form-modal/collaboration-section/messages.json +1 -1
  32. package/dist/i18n/json/src/lib/components/unified-share-form-modal/shared-link-section/messages.json +1 -1
  33. package/dist/i18n/json/src/lib/messages.json +1 -1
  34. package/dist/i18n/ko-KR.js +8 -2
  35. package/dist/i18n/nb-NO.js +8 -2
  36. package/dist/i18n/nl-NL.js +8 -2
  37. package/dist/i18n/pl-PL.js +8 -2
  38. package/dist/i18n/pt-BR.js +8 -2
  39. package/dist/i18n/ru-RU.js +8 -2
  40. package/dist/i18n/sv-SE.js +8 -2
  41. package/dist/i18n/tr-TR.js +8 -2
  42. package/dist/i18n/zh-CN.js +8 -2
  43. package/dist/i18n/zh-TW.js +8 -2
  44. package/dist/styles/collaboration-role.css +1 -1
  45. package/dist/styles/shared-link-section.css +1 -1
  46. package/dist/types/lib/components/shared-link-settings-modal/messages.d.ts +0 -5
  47. package/dist/types/lib/components/unified-share-form-modal/collaboration-section/messages.d.ts +10 -0
  48. package/dist/types/lib/components/unified-share-form-modal/shared-link-section/messages.d.ts +15 -0
  49. package/dist/types/lib/messages.d.ts +5 -0
  50. package/dist/types/lib/stories/shared.d.ts +5 -0
  51. package/package.json +1 -1
@@ -6,6 +6,7 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "No se puede eliminar el enlace compartido. Inténtelo más tarde.",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "El enlace compartido para “{itemName}“ se ha eliminado correctamente.",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "Introduzca al menos un correo electrónico válido.",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
10
  "groupSharedFeatures.usm.errorNoticeIcon": "Error",
10
11
  "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "La fecha de vencimiento debe ser futura",
11
12
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Seleccione una fecha",
@@ -42,7 +43,6 @@ export default {
42
43
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "No se deben utilizar direcciones URL personalizadas para compartir contenido de carácter confidencial.",
43
44
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "Ruta personalizada",
44
45
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "Introduzca una ruta personalizada (12 o más caracteres)",
45
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Las URL personalizadas deben tener entre 12 y 30 caracteres, y pueden incluir letras, números y guiones.",
46
46
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "Publique contenido abiertamente con una URL personalizada no privada.",
47
47
  "groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "Advertencia",
48
48
  "groupSharedFeatures.usm.successNoticeIcon": "Con éxito",
@@ -56,8 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Cargar, descargar, previsualizar, compartir, editar y eliminar",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Enviar enlace compartido por correo electrónico",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Invitar como {role}",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Invitar a personas",
60
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Agregar nombres o direcciones de correo electrónico",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
61
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Cargando",
62
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
63
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Cargar y previsualizar",
@@ -92,6 +94,7 @@ export default {
92
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Solo personas invitadas",
93
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Cualquier persona de su empresa con el enlace o las personas invitadas a este {item} pueden acceder",
94
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Personas de su empresa",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
95
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Esta opción no está disponible debido a una política de seguridad",
96
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Cualquier persona en {enterprise} con el enlace o las personas invitadas a este {item} pueden acceder",
97
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Personas en {enterprise}",
@@ -102,17 +105,20 @@ export default {
102
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hub",
103
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Accesible públicamente y sin necesidad de iniciar sesión",
104
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Personas con el enlace",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
105
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Compartir enlace",
106
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Enviar enlace compartido",
107
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Configuración del enlace",
108
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Enlace compartido",
109
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Crear y copiar el enlace",
110
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "URL del enlace compartido",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
111
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "Compartir ‘{itemName}’",
112
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Carga",
113
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Visualización",
114
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Visualización y carga",
115
120
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "La configuración se ha guardado correctamente.",
116
121
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Las URL personalizadas deben tener entre 12 y 30 caracteres, y pueden incluir letras, números y guiones.",
117
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Introduzca una URL personalizada"
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Introduzca una URL personalizada",
123
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Las URL personalizadas deben tener entre 12 y 30 caracteres, y pueden incluir letras, números y guiones."
118
124
  }
@@ -6,6 +6,7 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Jaettua linkkiä ei voi poistaa. Yritä myöhemmin uudelleen.",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "Kohteen ”{itemName}” jaettu linkki on poistettu.",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "Anna vähintään yksi kelvollinen sähköposti",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
10
  "groupSharedFeatures.usm.errorNoticeIcon": "virhe",
10
11
  "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Vanhentumispäivän tulee olla tulevaisuudessa",
11
12
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Valitse päivämäärä",
@@ -42,7 +43,6 @@ export default {
42
43
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "Mukautettuja URL-osoitteita ei pidä käyttää arkaluonteista sisältöä jaettaessa.",
43
44
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "Mukautettu polku",
44
45
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "Anna mukautettu polku (12 merkkiä tai enemmän)",
45
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Mukautettujen URL-osoitteiden tulisi olla välillä 12–30 merkkiä, ja ne voivat sisältää kirjaimia, numeroita ja yhdysmerkkejä.",
46
46
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "Julkaise sisältöä laajasti mukautetulla, ei-yksityisellä URL-osoitteella",
47
47
  "groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "Varoitus",
48
48
  "groupSharedFeatures.usm.successNoticeIcon": "Onnistui",
@@ -56,8 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Lataa, esikatsele, jaa, muokkaa ja poista tiedostoja",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Lähetä jaettu linkki",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Kutsu roolilla {role}",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Kutsu käyttäjiä",
60
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Lisää nimet tai sähköpostiosoitteet",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
61
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Ladataan",
62
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
63
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Lataus ja esikatselu",
@@ -92,6 +94,7 @@ export default {
92
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Vain kutsutut henkilöt",
93
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Kaikilla yrityksesi henkilöillä, joilla on linkki tai kohteeseen {item} kutsutuilla henkilöillä on käyttöoikeus",
94
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Tämän yrityksen käyttäjät",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
95
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Tämä vaihtoehto ei ole käytettävissä suojauskäytännön takia",
96
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Kaikilla yrityksen {enterprise} henkilöillä, joilla on linkki tai kohteeseen {item} kutsutuilla henkilöillä on käyttöoikeus",
97
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Yrityksen {enterprise} henkilöt",
@@ -102,17 +105,20 @@ export default {
102
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "keskus",
103
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Julkisesti käytettävissä, ei edellytä kirjautumista",
104
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Käyttäjät, joilla on linkki",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
105
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Jakolinkki",
106
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Lähetä jaettu linkki",
107
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Linkkiasetukset",
108
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Jaettu linkki",
109
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Luo ja kopioi linkki",
110
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "Jaetun linkin URL-osoite",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
111
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "Jaa ’{itemName}’",
112
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Lataaja",
113
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Katselija",
114
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Katselija ja lataaja",
115
120
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Asetuksesi on tallennettu onnistuneesti.",
116
121
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Mukautettujen URL-osoitteiden tulisi olla välillä 12–30 merkkiä, ja ne voivat sisältää kirjaimia, numeroita ja yhdysmerkkejä.",
117
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Anna mukautettu URL-osoite"
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Anna mukautettu URL-osoite",
123
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Mukautettujen URL-osoitteiden tulisi olla välillä 12–30 merkkiä, ja ne voivat sisältää kirjaimia, numeroita ja yhdysmerkkejä."
118
124
  }
@@ -6,6 +6,7 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Impossible de supprimer le lien partagé. Veuillez réessayer ultérieurement.",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "Le lien partagé pour « {itemName} » a été supprimé avec succès.",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "Saisissez au moins une adresse e-mail valide",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
10
  "groupSharedFeatures.usm.errorNoticeIcon": "erreur",
10
11
  "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "La date d'expiration doit être postérieure à la date actuelle",
11
12
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Veuillez sélectionner une date",
@@ -42,7 +43,6 @@ export default {
42
43
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "Les URL personnalisées ne doivent pas être utilisées pour partager du contenu sensible.",
43
44
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "Chemin personnalisé",
44
45
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "Saisir un chemin personnalisé (12 caractères ou plus)",
45
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Les URL personnalisées doivent être comprises entre 12 et 30 caractères et peuvent inclure des lettres, des chiffres et des traits d'union.",
46
46
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "Publier du contenu à grande échelle avec une URL personnalisée et non privée",
47
47
  "groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "Attention",
48
48
  "groupSharedFeatures.usm.successNoticeIcon": "Succès",
@@ -56,8 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Charger, télécharger, prévisualiser, partager, modifier et supprimer",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Envoyer un lien partagé par e-mail",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Inviter en tant que {role}",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Inviter des personnes",
60
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Ajouter des noms ou des adresses e-mail",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
61
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "En cours de chargement",
62
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
63
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Charger et prévisualiser",
@@ -92,6 +94,7 @@ export default {
92
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Utilisateurs invités uniquement",
93
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Tout utilisateur au sein de votre entreprise disposant du lien ou tout utilisateur invité à ce {item} peut y accéder",
94
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Utilisateurs dans votre entreprise",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
95
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Cette option n'est pas disponible en raison d'une politique de sécurité",
96
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Tout utilisateur chez {enterprise} disposant du lien, ou tout utilisateur invité à ce {item} peut y accéder",
97
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Utilisateurs dans {enterprise}",
@@ -102,17 +105,20 @@ export default {
102
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hub",
103
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Accessible publiquement, aucune connexion n'est requise",
104
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Utilisateurs disposant du lien",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
105
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Lien de partage",
106
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Envoyer un lien partagé",
107
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Paramètres du lien",
108
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Lien partagé",
109
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Créer et copier le lien",
110
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "URL du lien partagé",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
111
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "Partager « {itemName} »",
112
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Chargeur",
113
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Visualiseur",
114
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Chargeur visualiseur",
115
120
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Vos paramètres ont bien été enregistrés.",
116
121
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Les URL personnalisées doivent contenir entre 12 et 30 caractères et peuvent inclure des lettres, des chiffres et des traits d'union .",
117
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Veuillez saisir une URL personnalisée"
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Veuillez saisir une URL personnalisée",
123
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Les URL personnalisées doivent être comprises entre 12 et 30 caractères et peuvent inclure des lettres, des chiffres et des traits d'union."
118
124
  }
@@ -6,6 +6,7 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Impossible de supprimer le lien partagé. Veuillez réessayer ultérieurement.",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "Le lien partagé pour « {itemName} » a été supprimé avec succès.",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "Saisissez au moins une adresse e-mail valide",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
10
  "groupSharedFeatures.usm.errorNoticeIcon": "erreur",
10
11
  "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "La date d'expiration doit être postérieure à la date actuelle",
11
12
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Veuillez sélectionner une date",
@@ -42,7 +43,6 @@ export default {
42
43
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "Les URL personnalisées ne doivent pas être utilisées pour partager du contenu sensible.",
43
44
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "Chemin personnalisé",
44
45
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "Saisir un chemin personnalisé (12 caractères ou plus)",
45
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Les URL personnalisées doivent être comprises entre 12 et 30 caractères et peuvent inclure des lettres, des chiffres et des traits d'union.",
46
46
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "Publier du contenu à grande échelle avec une URL personnalisée et non privée",
47
47
  "groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "Attention",
48
48
  "groupSharedFeatures.usm.successNoticeIcon": "Succès",
@@ -56,8 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Charger, télécharger, prévisualiser, partager, modifier et supprimer",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Envoyer un lien partagé par e-mail",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Inviter en tant que {role}",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Inviter des personnes",
60
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Ajouter des noms ou des adresses e-mail",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
61
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "En cours de chargement",
62
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
63
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Charger et prévisualiser",
@@ -92,6 +94,7 @@ export default {
92
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Utilisateurs invités uniquement",
93
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Tout utilisateur au sein de votre entreprise disposant du lien ou tout utilisateur invité à ce {item} peut y accéder",
94
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Utilisateurs dans votre entreprise",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
95
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Cette option n'est pas disponible en raison d'une politique de sécurité",
96
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Tout utilisateur chez {enterprise} disposant du lien, ou tout utilisateur invité à ce {item} peut y accéder",
97
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Utilisateurs dans {enterprise}",
@@ -102,17 +105,20 @@ export default {
102
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hub",
103
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Accessible publiquement, aucune connexion n'est requise",
104
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Utilisateurs disposant du lien",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
105
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Lien de partage",
106
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Envoyer un lien partagé",
107
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Paramètres du lien",
108
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Lien partagé",
109
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Créer et copier le lien",
110
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "URL du lien partagé",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
111
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "Partager « {itemName} »",
112
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Chargeur",
113
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Visualiseur",
114
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Chargeur visualiseur",
115
120
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Vos paramètres ont bien été enregistrés.",
116
121
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Les URL personnalisées doivent contenir entre 12 et 30 caractères et peuvent inclure des lettres, des chiffres et des traits d'union .",
117
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Veuillez saisir une URL personnalisée"
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Veuillez saisir une URL personnalisée",
123
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Les URL personnalisées doivent être comprises entre 12 et 30 caractères et peuvent inclure des lettres, des chiffres et des traits d'union."
118
124
  }
@@ -6,6 +6,7 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "शेयर्ड लिंक को हटाने में असमर्थ। कृपया बाद में पुनः प्रयास करें।",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "“{itemName}” के लिए शेयर्ड लिंक को सफलतापूर्वक हटा दिया गया है।",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "कम से कम एक मान्य ईमेल दर्ज करें",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
10
  "groupSharedFeatures.usm.errorNoticeIcon": "त्रुटि",
10
11
  "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "समापन की तारीख़, भविष्य की होनी चाहिए",
11
12
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "कृपया एक तारीख़ चुनें",
@@ -42,7 +43,6 @@ export default {
42
43
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "संवेदनशील सामग्री शेयर करते समय कस्टम URL का उपयोग नहीं किया जाना चाहिए.",
43
44
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "कस्टम पथ",
44
45
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "एक कस्टम पथ डालें (12 या उससे अधिक वर्ण)",
45
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "कस्टम URLs, 12-30 वर्णों के बीच होने चाहिए, और इसमें अक्षर, संख्या और हाइफ़न हो सकते हैं।",
46
46
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "कस्टम, गैर-निजी URL की मदद से सामग्री को बड़े पैमाने पर प्रकाशित करें",
47
47
  "groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "चेतावनी",
48
48
  "groupSharedFeatures.usm.successNoticeIcon": "सफलता",
@@ -56,8 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "अपलोड करें, डाउनलोड करें, पूर्वावलोकन करें, शेयर करें, संपादित करें और हटाएं",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "शेयर्ड लिंक ईमेल करें",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "{role} के रूप में आमंत्रित करें",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "लोगों को आमंत्रित करें",
60
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "नाम या ईमेल पते जोड़ें",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
61
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "लोड हो रहा है",
62
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
63
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "अपलोड करें और पूर्वावलोकन करें",
@@ -92,6 +94,7 @@ export default {
92
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "केवल आमंत्रित लोग",
93
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "आपकी कंपनी का कोई भी व्यक्ति या इस {item} में आमंत्रित किए गए लोग इसे एक्सेस कर सकते हैं",
94
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "केवल आपकी कंपनी के लोग",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
95
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "यह विकल्प सुरक्षा नीति के कारण उपलब्ध नहीं है",
96
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "लिंक वाला {enterprise} पर कोई भी व्यक्ति या इस {item} में आमंत्रित किए गए लोग इसे एक्सेस कर सकते हैं",
97
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "{enterprise} में लोग",
@@ -102,17 +105,20 @@ export default {
102
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "हब",
103
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "सार्वजनिक रूप से एक्सेस करने योग्य और साइन-इन करना आवश्यक नहीं है",
104
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "लिंक वाले लोग",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
105
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "लिंक शेयर करें",
106
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "शेयर्ड लिंक भेजें",
107
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "लिंक सेटिंग",
108
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "शेयर्ड लिंक",
109
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "लिंक बनाएं और कॉपी करें",
110
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "शेयर्ड लिंक URL",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
111
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "‘{itemName}’ शेयर करें",
112
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "अपलोडर",
113
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "व्यूअर",
114
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "व्यूअर अपलोडर",
115
120
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "आपकी सेटिंग सफलतापूर्वक सहेजी गई।",
116
121
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "कस्टम URLs, 12-30 वर्णों के बीच होने चाहिए, और इसमें अक्षर, संख्या और हाइफ़न हो सकते हैं।",
117
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "कृपया एक कस्टम URL दर्ज करें"
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "कृपया एक कस्टम URL दर्ज करें",
123
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "कस्टम URLs, 12-30 वर्णों के बीच होने चाहिए, और इसमें अक्षर, संख्या और हाइफ़न हो सकते हैं।"
118
124
  }
@@ -6,6 +6,7 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Impossibile rimuovere il collegamento condiviso. Riprova più tardi.",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "Il collegamento condiviso per \"{itemName}\" è stato rimosso correttamente.",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "Immetti almeno un indirizzo e-mail valido",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
10
  "groupSharedFeatures.usm.errorNoticeIcon": "Errore",
10
11
  "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "La data di scadenza deve essere nel futuro",
11
12
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Seleziona una data",
@@ -42,7 +43,6 @@ export default {
42
43
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "Non utilizzare URL personalizzati durante la condivisione di contenuti riservati.",
43
44
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "Percorso personalizzato",
44
45
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "Immetti un percorso personalizzato (minimo 12 caratteri)",
45
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Gli URL personalizzati devono essere compresi tra 12 e 30 caratteri e possono includere lettere, numeri e trattini.",
46
46
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "Usa un URL personalizzato e non privato per pubblicare contenuti accessibili a tutti",
47
47
  "groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "Avviso",
48
48
  "groupSharedFeatures.usm.successNoticeIcon": "Operazione completata",
@@ -56,8 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Upload, download, anteprima, condivisione, modifica ed eliminazione",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "E-mail per collegamento condiviso",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Invita come {role}",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Invita persone",
60
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Aggiungi nomi o indirizzi e-mail",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
61
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Caricamento in corso",
62
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
63
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Consente upload e anteprima",
@@ -92,6 +94,7 @@ export default {
92
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Solo le persone invitate",
93
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Tutte le persone nella tua azienda che dispongono del collegamento o le persone invitate in questo {item} possono accedere",
94
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Persone nella tua azienda",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
95
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Questa opzione non è disponibile a causa di un criterio di sicurezza",
96
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Tutte le persone presso {enterprise} che dispongono del collegamento o le persone invitate in questo {item} possono accedere",
97
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Persone in {enterprise}",
@@ -102,17 +105,20 @@ export default {
102
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hub",
103
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Accessibile a tutti, nessuna autenticazione richiesta",
104
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Persone che dispongono del collegamento",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
105
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Condivisione collegamento",
106
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Invia collegamento condiviso",
107
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Impostazioni collegamento",
108
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Collegamento condiviso",
109
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Crea e copia il collegamento",
110
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "URL collegamento condiviso",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
111
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "Condivisione di \"{itemName}\"",
112
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Upload",
113
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Visualizzazione",
114
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Upload visualizzazione",
115
120
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Le impostazioni sono state salvate.",
116
121
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Gli URL personalizzati devono essere compresi tra 12 e 30 caratteri e possono includere lettere, numeri e trattini.",
117
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Inserisci un URL personalizzato"
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Inserisci un URL personalizzato",
123
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Gli URL personalizzati devono essere compresi tra 12 e 30 caratteri e possono includere lettere, numeri e trattini."
118
124
  }
@@ -6,6 +6,7 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "共有リンクを削除できません。後でもう一度やり直してください。",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "「{itemName}」の共有リンクを削除しました。",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "有効なメールアドレスを少なくとも1つ入力してください",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
10
  "groupSharedFeatures.usm.errorNoticeIcon": "エラー",
10
11
  "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "有効期限は現在より先の日時に設定する必要があります",
11
12
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "日付を選択してください",
@@ -42,7 +43,6 @@ export default {
42
43
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "機密性の高いコンテンツを共有する場合は、カスタムURLを使用しないでください。",
43
44
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "カスタムパス",
44
45
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "カスタムパスを入力 (12文字以上)",
45
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "カスタムURLは12~30文字で、アルファベット、数字、ハイフンを含めることができます。",
46
46
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "非プライベートのカスタムURLでコンテンツを広範囲に公開する",
47
47
  "groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "警告",
48
48
  "groupSharedFeatures.usm.successNoticeIcon": "成功",
@@ -56,8 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "アップロード、ダウンロード、プレビュー、共有、編集、削除が可能です",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "共有リンクをメールで送信",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "{role}として招待",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "ユーザーを招待",
60
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "名前またはメールアドレスを追加",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
61
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "読み込み中",
62
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "プレビューのみ可能です",
63
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "アップロードとプレビュー",
@@ -92,6 +94,7 @@ export default {
92
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "招待されたユーザーのみ",
93
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "リンクを知っている社内のユーザー全員、またはこの{item}に招待されたユーザーがアクセスできます",
94
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "会社のユーザー",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
95
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "セキュリティポリシーによって、このオプションは使用不可になっています",
96
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "リンクを知っている{enterprise}内のユーザー全員、またはこの{item}に招待されたユーザーがアクセスできます",
97
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "{enterprise}のユーザー",
@@ -102,17 +105,20 @@ export default {
102
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "Hub",
103
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "リンクを知っている全員がアクセスでき、サインインは不要です",
104
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "リンクを知っている全員",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
105
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "リンクを共有",
106
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "共有リンクを送信",
107
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "リンク設定",
108
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "共有リンク",
109
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "リンクを作成してコピー",
110
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "共有リンクのURL",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
111
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "「{itemName}」を共有",
112
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "アップローダー",
113
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "ビューアー",
114
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "ビューアー/アップローダー",
115
120
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "設定を保存しました。",
116
121
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "カスタムURLは12~30文字で、文字、数字、ハイフンを含めることができます。",
117
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "カスタムURLを入力してください"
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "カスタムURLを入力してください",
123
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "カスタムURLは12~30文字で、アルファベット、数字、ハイフンを含めることができます。"
118
124
  }
@@ -1 +1 @@
1
- [{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.title","description":"Title of the Shared Link Settings modal","defaultMessage":"Shared Link Settings"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle","description":"subtitle of the Shared Link settings modal","defaultMessage":"This content is available to anyone within your company with the link, and can be viewed or downloaded. {learnSharedLinkSettingsLink}"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton","description":"Button text to cancel updating the shared link settings","defaultMessage":"Cancel"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton","description":"Aria label for the button to close the Shared Link Settings modal","defaultMessage":"Close"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel","description":"Button aria label when the shared link settings are being updated","defaultMessage":"Loading"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton","description":"Button text to confirm saving the shared link settings","defaultMessage":"Save"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink","description":"Link to learn more about shared link settings","defaultMessage":"Learn more about shared link settings."},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel","description":"Aria label for the calendar in the link expiration settings","defaultMessage":"Select your shared link expiration date"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel","description":"Aria label for the clear date picker button in the link expiration settings","defaultMessage":"Clear date picker"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel","description":"Aria label for the next month button in the link expiration settings","defaultMessage":"Switch to next month"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel","description":"Aria label for the open calendar dropdown button in the link expiration settings","defaultMessage":"Open calendar"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel","description":"Aria label for the previous month button in the link expiration settings","defaultMessage":"Switch to previous month"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel","description":"Label for the date picker in the link expiration settings","defaultMessage":"Expiration date"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText","description":"Label for the link expiration toggle","defaultMessage":"Link expiration"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError","description":"Text for the vanity name invalid error","defaultMessage":"Custom URLs should be between 12-30 characters, and can include letters, numbers, and hyphens."},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText","description":"Label for the vanity name toggle","defaultMessage":"Publish content broadly with a custom, non-private URL"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel","description":"Label for the warning notification icon","defaultMessage":"Warning"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText","description":"Text for the vanity domain settings warning","defaultMessage":"Custom URLs should not be used when sharing sensitive content."},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel","description":"Label for the vanity name input","defaultMessage":"Custom path"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder","description":"Placeholder text for the vanity name input","defaultMessage":"Enter a custom path (12 or more characters)"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText","description":"Label for the download settings toggle","defaultMessage":"Allow users with the shared link to download this item"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText","description":"Label for the password protection toggle","defaultMessage":"Password protection"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder","description":"Placeholder text for the password input","defaultMessage":"Enter a password"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText","description":"Text for the password settings warning","defaultMessage":"Your password should include at least 8 characters, and should contain at least one upper case letter, number, or special character."}]
1
+ [{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.title","description":"Title of the Shared Link Settings modal","defaultMessage":"Shared Link Settings"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle","description":"subtitle of the Shared Link settings modal","defaultMessage":"This content is available to anyone within your company with the link, and can be viewed or downloaded. {learnSharedLinkSettingsLink}"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton","description":"Button text to cancel updating the shared link settings","defaultMessage":"Cancel"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton","description":"Aria label for the button to close the Shared Link Settings modal","defaultMessage":"Close"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel","description":"Button aria label when the shared link settings are being updated","defaultMessage":"Loading"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton","description":"Button text to confirm saving the shared link settings","defaultMessage":"Save"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink","description":"Link to learn more about shared link settings","defaultMessage":"Learn more about shared link settings."},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel","description":"Aria label for the calendar in the link expiration settings","defaultMessage":"Select an expiration date"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel","description":"Aria label for the clear date picker button in the link expiration settings","defaultMessage":"Clear date picker"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel","description":"Aria label for the next month button in the link expiration settings","defaultMessage":"Switch to next month"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel","description":"Aria label for the open calendar dropdown button in the link expiration settings","defaultMessage":"Open calendar"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel","description":"Aria label for the previous month button in the link expiration settings","defaultMessage":"Switch to previous month"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel","description":"Label for the date picker in the link expiration settings","defaultMessage":"Expiration date"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText","description":"Label for the link expiration toggle","defaultMessage":"Link expiration"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText","description":"Label for the vanity name toggle","defaultMessage":"Publish content broadly with a custom, non-private URL"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel","description":"Label for the warning notification icon","defaultMessage":"Warning"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText","description":"Text for the vanity domain settings warning","defaultMessage":"Custom URLs should not be used when sharing sensitive content."},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel","description":"Label for the vanity name input","defaultMessage":"Custom path"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder","description":"Placeholder text for the vanity name input","defaultMessage":"Enter a custom path (12 or more characters)"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText","description":"Label for the download settings toggle","defaultMessage":"Allow users with the shared link to download this item"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText","description":"Label for the password protection toggle","defaultMessage":"Password protection"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder","description":"Placeholder text for the password input","defaultMessage":"Enter a password"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText","description":"Text for the password settings warning","defaultMessage":"Passwords must include at least 8 characters, and must contain at least one upper case letter, number, or special character."}]
@@ -1 +1 @@
1
- [{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton","description":"Button text to cancel inviting collaborators to the file / folder","defaultMessage":"Cancel"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton","description":"Aria label for the button to close the Unified Share Modal","defaultMessage":"Close"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton","description":"Aria label for the button to clear the input field for selecting users","defaultMessage":"Clear"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sendButton","description":"Button text to invite collaborators to the file / folder","defaultMessage":"Send"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel","description":"Aria label for the loading indicator of the Unified Share Modal","defaultMessage":"Loading"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel","description":"Label for the field to select users to collaborate with on an item","defaultMessage":"Invite People"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder","description":"Placeholder for the field to select users to collaborate with on an item","defaultMessage":"Add names or email addresses"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel","description":"Label for the field to select users to email the shared link of the item","defaultMessage":"Email Shared Link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel","description":"Label for the button to select the collaboration role of the new collaborator","defaultMessage":"Invite as {role}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sharedWithLabel","description":"Label for the button to view the list of collaborators shared with on the item","defaultMessage":"Shared with"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageLabel","description":"Label for the text field to include a message when sharing an item","defaultMessage":"Message (optional)"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessagePlaceholder","description":"Placeholder for the text field to include a message when sharing an item","defaultMessage":"Add a message"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageCharacterCountAriaLabel","description":"Aria label for the text field to include a message when sharing an item","defaultMessage":"{count} characters remaining"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription","description":"Description for the collaboration role with \"Co-owner\" permissions to the item","defaultMessage":"Manage security, upload, download, preview, share, edit, and delete"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription","description":"Description for the collaboration role with \"Editor\" permissions to the item","defaultMessage":"Upload, download, preview, share, and edit"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription","description":"Description for the collaboration role with \"Editor\" permissions to the folder","defaultMessage":"Upload, download, preview, share, edit, and delete"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerUploaderDescription","description":"Description for the collaboration role with \"Viewer Uploader\" permissions to the item","defaultMessage":"Upload, download, preview, share, and edit"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription","description":"Description for the collaboration role with \"Previewer Uploader\" permissions to the item","defaultMessage":"Upload and preview"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerDescription","description":"Description for the collaboration role with \"Viewer\" permissions to the item","defaultMessage":"Download, preview, and share"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription","description":"Description for the collaboration role with \"Previewer\" permissions to the item","defaultMessage":"Preview-only"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.uploaderDescription","description":"Description for the collaboration role with \"Uploader\" permissions to the item","defaultMessage":"Upload-only"}]
1
+ [{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton","description":"Button text to cancel inviting collaborators to the file / folder","defaultMessage":"Cancel"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton","description":"Aria label for the button to close the Unified Share Modal","defaultMessage":"Close"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton","description":"Aria label for the button to clear the input field for selecting users","defaultMessage":"Clear"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sendButton","description":"Button text to invite collaborators to the file / folder","defaultMessage":"Send"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel","description":"Aria label for the loading indicator of the Unified Share Modal","defaultMessage":"Loading"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel","description":"Label for the field to select users to collaborate with on an item","defaultMessage":"Invite People"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder","description":"Placeholder for the field to select users to collaborate with on an item","defaultMessage":"Add names or email addresses"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel","description":"Label for the field to select users to email the shared link of the item","defaultMessage":"Email Shared Link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel","description":"Label for the button to select the collaboration role of the new collaborator","defaultMessage":"Invite as {role}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sharedWithLabel","description":"Label for the button to view the list of collaborators shared with on the item","defaultMessage":"Shared with"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageLabel","description":"Label for the text field to include a message when sharing an item","defaultMessage":"Message (optional)"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessagePlaceholder","description":"Placeholder for the text field to include a message when sharing an item","defaultMessage":"Add a message"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageCharacterCountAriaLabel","description":"Aria label for the text field to include a message when sharing an item","defaultMessage":"{count} characters remaining"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription","description":"Description for the collaboration role with \"Co-owner\" permissions to the item","defaultMessage":"Manage security, upload, download, preview, share, edit, and delete"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription","description":"Description for the collaboration role with \"Editor\" permissions to the item","defaultMessage":"Upload, download, preview, share, and edit"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription","description":"Description for the collaboration role with \"Editor\" permissions to the folder","defaultMessage":"Upload, download, preview, share, edit, and delete"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerUploaderDescription","description":"Description for the collaboration role with \"Viewer Uploader\" permissions to the item","defaultMessage":"Upload, download, preview, share, and edit"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription","description":"Description for the collaboration role with \"Previewer Uploader\" permissions to the item","defaultMessage":"Upload and preview"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerDescription","description":"Description for the collaboration role with \"Viewer\" permissions to the item","defaultMessage":"Download, preview, and share"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription","description":"Description for the collaboration role with \"Previewer\" permissions to the item","defaultMessage":"Preview-only"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.uploaderDescription","description":"Description for the collaboration role with \"Uploader\" permissions to the item","defaultMessage":"Upload-only"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip","description":"Tooltip on the collaboration form when the user does not have permission to invite collaborators","defaultMessage":"You do not have permission to invite collaborators"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip","description":"Tooltip on the collaboration form when the item is a bookmark","defaultMessage":"Collaborators cannot be added to bookmarks"}]
@@ -1 +1 @@
1
- [{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel","description":"Label for the section to manage the shared link of the file / folder","defaultMessage":"Share Link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel","description":"Label for the toggle to create and delete the shared link","defaultMessage":"Shared link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip","description":"Tooltip on the disabled toggle to create a new shared link","defaultMessage":"Create and copy link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel","description":"Label for the button link to open the Shared Link Settings modal","defaultMessage":"Link Settings"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel","description":"Label for the text field of the URL for sharing the file / folder","defaultMessage":"Shared link URL"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel","description":"Aria label and tooltip for the icon button to email the shared link","defaultMessage":"Send Shared Link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel","description":"Label for the icon button to indicate the shared link has an expiration date","defaultMessage":"Expires"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip","description":"Tooltip for the icon button to indicate the shared link has an expiration date","defaultMessage":"This link will expire and be inaccessible on {expirationDate}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel","description":"Label for the access level where anyone with the URL can access the item","defaultMessage":"People with the link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription","description":"Description for the access level where anyone with the URL can access the item","defaultMessage":"Publicly accessible and no sign-in required"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel","description":"Label for the access level where users in the company can access the item","defaultMessage":"People in your company"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription","description":"Description for the access level where users in the company can access the item","defaultMessage":"Anyone in your company with the link or people invited to this {item} can access"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel","description":"Label for the access level where users in the enterprise can access the item","defaultMessage":"People in {enterprise}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription","description":"Description for the access level where users in the enterprise can access the item","defaultMessage":"Anyone at {enterprise} with the link or people invited to this {item} can access"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel","description":"Label for the access level where only invited users can access the item","defaultMessage":"Invited people only"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription","description":"Description for the access level where only invited users can access the item","defaultMessage":"Only invited people can access this {item}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem","description":"Text inserted in the access level descriptions when the type of the item is a file","defaultMessage":"file"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem","description":"Text inserted in the access level descriptions when the type of the item is a folder","defaultMessage":"folder"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem","description":"Text inserted in the access level descriptions when the type of the item is a hub","defaultMessage":"hub"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip","description":"Tooltip on an access level that has been disabled due to a security policy in the enterprise","defaultMessage":"This option is not available due to a security policy"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel","description":"Label for the permission level where shared link users can edit the item","defaultMessage":"Can edit"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel","description":"Label for the permission level where shared link users can download the item","defaultMessage":"Can view and download"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel","description":"Label for the permission level where shared link users can preview the item","defaultMessage":"Can view only"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText","description":"Text for the create and copy shared link notification when copy failed but creation succeeded.","defaultMessage":"Shared link created. Click Copy to share."},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText","description":"Notification text when the shared link is successfully copied to clipboard after link is created","defaultMessage":"Shared link created and copied to clipboard."},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText","description":"Notification text when the shared link is successfully copied to clipboard","defaultMessage":"Shared link copied to clipboard."}]
1
+ [{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel","description":"Label for the section to manage the shared link of the file / folder","defaultMessage":"Share Link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel","description":"Label for the toggle to create and delete the shared link","defaultMessage":"Shared link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip","description":"Tooltip on the disabled toggle to create a new shared link","defaultMessage":"Create and copy link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip","description":"Tooltip on the shared link toggle when the user does not have permission to create the link","defaultMessage":"You do not have permission to create the link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip","description":"Tooltip on the shared link toggle when the user does not have permission to remove the link","defaultMessage":"You do not have permission to remove the link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel","description":"Label for the button link to open the Shared Link Settings modal","defaultMessage":"Link Settings"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel","description":"Label for the text field of the URL for sharing the file / folder","defaultMessage":"Shared link URL"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel","description":"Aria label and tooltip for the icon button to email the shared link","defaultMessage":"Send Shared Link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel","description":"Label for the icon button to indicate the shared link has an expiration date","defaultMessage":"Expires"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip","description":"Tooltip for the icon button to indicate the shared link has an expiration date","defaultMessage":"This link will expire and be inaccessible on {expirationDate}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel","description":"Label for the access level where anyone with the URL can access the item","defaultMessage":"People with the link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription","description":"Description for the access level where anyone with the URL can access the item","defaultMessage":"Publicly accessible and no sign-in required"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel","description":"Label for the access level where users in the company can access the item","defaultMessage":"People in your company"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription","description":"Description for the access level where users in the company can access the item","defaultMessage":"Anyone in your company with the link or people invited to this {item} can access"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel","description":"Label for the access level where users in the enterprise can access the item","defaultMessage":"People in {enterprise}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription","description":"Description for the access level where users in the enterprise can access the item","defaultMessage":"Anyone at {enterprise} with the link or people invited to this {item} can access"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel","description":"Label for the access level where only invited users can access the item","defaultMessage":"Invited people only"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription","description":"Description for the access level where only invited users can access the item","defaultMessage":"Only invited people can access this {item}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem","description":"Text inserted in the access level descriptions when the type of the item is a file","defaultMessage":"file"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem","description":"Text inserted in the access level descriptions when the type of the item is a folder","defaultMessage":"folder"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem","description":"Text inserted in the access level descriptions when the type of the item is a hub","defaultMessage":"hub"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem","description":"Text inserted in the access level descriptions when the type of the item is a bookmark","defaultMessage":"bookmark"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip","description":"Tooltip on an access level that has been disabled due to a security policy in the enterprise","defaultMessage":"This option is not available due to a security policy"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel","description":"Label for the permission level where shared link users can edit the item","defaultMessage":"Can edit"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel","description":"Label for the permission level where shared link users can download the item","defaultMessage":"Can view and download"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel","description":"Label for the permission level where shared link users can preview the item","defaultMessage":"Can view only"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText","description":"Text for the create and copy shared link notification when copy failed but creation succeeded.","defaultMessage":"Shared link created. Click Copy to share."},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText","description":"Notification text when the shared link is successfully copied to clipboard after link is created","defaultMessage":"Shared link created and copied to clipboard."},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText","description":"Notification text when the shared link is successfully copied to clipboard","defaultMessage":"Shared link copied to clipboard."}]
@@ -1 +1 @@
1
- [{"id":"groupSharedFeatures.usm.noticeCloseLabel","description":"Close button aria label for the notifications","defaultMessage":"Close"},{"id":"groupSharedFeatures.usm.successNoticeIcon","description":"Icon label for the success notifications","defaultMessage":"Success"},{"id":"groupSharedFeatures.usm.errorNoticeIcon","description":"Icon label for the error notifications","defaultMessage":"Error"},{"id":"groupSharedFeatures.usm.defaultErrorNoticeText","description":"Default error notification text rendered when API fails","defaultMessage":"Something went wrong. Please try again later."},{"id":"groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText","description":"Notification text when the shared link is successfully removed","defaultMessage":"The shared link for “{itemName}” has been removed successfully."},{"id":"groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText","description":"Notification text when the shared link failed to be removed","defaultMessage":"Unable to remove the shared link. Please try again later."},{"id":"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText","description":"Notification text when the shared link settings are successfully saved","defaultMessage":"Your settings were saved successfully."},{"id":"groupSharedFeatures.usm.createSharedLinkSuccessNoticeText","description":"Notification text when the shared link is successfully created","defaultMessage":"Shared link created."},{"id":"groupSharedFeatures.usm.createSharedLinkErrorNoticeText","description":"Notification text when the shared link failed to be created","defaultMessage":"Unable to create a shared link. Please try again later."},{"id":"groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText","description":"Notification text when the shared link is failed to be created","defaultMessage":"Unable to create a shared link. Please try again later."},{"id":"groupSharedFeatures.usm.vanityNameInvalidErrorMessage","description":"Text for the vanity name invalid error","defaultMessage":"Custom URLs should be between 12-30 characters, and can include letters, numbers, and hyphens."},{"id":"groupSharedFeatures.usm.vanityNameRequiredErrorMessage","description":"Error message for the vanity name field when custom URL is not provided","defaultMessage":"Please enter a custom URL"},{"id":"groupSharedFeatures.usm.expirationRequiredErrorMessage","description":"Error message for the expiration date field when expiration date is not provided","defaultMessage":"Please select a date"},{"id":"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage","description":"Error message for the expiration date field when expiration date is in the past","defaultMessage":"The expiration date must be in the future"},{"id":"groupSharedFeatures.usm.invalidEmailErrorMessage","description":"Error message for the email field when email is invalid","defaultMessage":"Invalid email address"},{"id":"groupSharedFeatures.usm.emailRequiredErrorMessage","description":"Error message for the email field when email is not provided","defaultMessage":"Enter at least one valid email"},{"id":"groupSharedFeatures.usm.passwordRequiredErrorMessage","description":"Error message for the password field when password is not provided","defaultMessage":"Please enter a password"},{"id":"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage","description":"Error message for the password field when password does not contain at least 8 characters.","defaultMessage":"Password should contain at least 8 characters"},{"id":"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage","description":"Error message for the password field when password contains forbidden characters.","defaultMessage":"Your password cannot contain a space, \"<\" or \">\""},{"id":"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage","description":"Error message for the password field when password does not contain at least one letter, number, or symbol","defaultMessage":"Your password should contain at least one upper case letter, number, or special character."}]
1
+ [{"id":"groupSharedFeatures.usm.noticeCloseLabel","description":"Close button aria label for the notifications","defaultMessage":"Close"},{"id":"groupSharedFeatures.usm.successNoticeIcon","description":"Icon label for the success notifications","defaultMessage":"Success"},{"id":"groupSharedFeatures.usm.errorNoticeIcon","description":"Icon label for the error notifications","defaultMessage":"Error"},{"id":"groupSharedFeatures.usm.defaultErrorNoticeText","description":"Default error notification text rendered when API fails","defaultMessage":"Something went wrong. Please try again later."},{"id":"groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText","description":"Notification text when the shared link is successfully removed","defaultMessage":"The shared link for “{itemName}” has been removed successfully."},{"id":"groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText","description":"Notification text when the shared link failed to be removed","defaultMessage":"Unable to remove the shared link. Please try again later."},{"id":"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText","description":"Notification text when the shared link settings are successfully saved","defaultMessage":"The shared link settings were saved successfully."},{"id":"groupSharedFeatures.usm.createSharedLinkSuccessNoticeText","description":"Notification text when the shared link is successfully created","defaultMessage":"Shared link created."},{"id":"groupSharedFeatures.usm.createSharedLinkErrorNoticeText","description":"Notification text when the shared link failed to be created","defaultMessage":"Unable to create a shared link. Please try again later."},{"id":"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText","description":"Notification text when the shared link was sent successfully","defaultMessage":"The shared link for “{itemName}” was sent successfully."},{"id":"groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText","description":"Notification text when the shared link is failed to be created","defaultMessage":"Unable to create a shared link. Please try again later."},{"id":"groupSharedFeatures.usm.vanityNameInvalidErrorMessage","description":"Text for the vanity name invalid error","defaultMessage":"Custom URLs must be between 12-30 characters, and can include letters, numbers, and hyphens"},{"id":"groupSharedFeatures.usm.vanityNameRequiredErrorMessage","description":"Error message for the vanity name field when custom URL is not provided","defaultMessage":"Please enter a custom URL"},{"id":"groupSharedFeatures.usm.expirationRequiredErrorMessage","description":"Error message for the expiration date field when expiration date is not provided","defaultMessage":"Please select an expiration date"},{"id":"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage","description":"Error message for the expiration date field when expiration date is in the past","defaultMessage":"Expiration date must be in the future"},{"id":"groupSharedFeatures.usm.invalidEmailErrorMessage","description":"Error message for the email field when email is invalid","defaultMessage":"Invalid email address"},{"id":"groupSharedFeatures.usm.emailRequiredErrorMessage","description":"Error message for the email field when email is not provided","defaultMessage":"Enter at least one valid email"},{"id":"groupSharedFeatures.usm.passwordRequiredErrorMessage","description":"Error message for the password field when password is not provided","defaultMessage":"Please enter a password"},{"id":"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage","description":"Error message for the password field when password does not contain at least 8 characters.","defaultMessage":"Password must contain at least 8 characters"},{"id":"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage","description":"Error message for the password field when password contains forbidden characters.","defaultMessage":"Password cannot contain a space, \"<\" or \">\""},{"id":"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage","description":"Error message for the password field when password does not contain at least one letter, number, or symbol","defaultMessage":"Password must contain at least one upper case letter, number, or special character"}]