@box/unified-share-modal 0.48.9 → 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 (76) 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 +15 -9
  14. package/dist/i18n/bn-IN.properties +14 -0
  15. package/dist/i18n/da-DK.js +15 -9
  16. package/dist/i18n/da-DK.properties +14 -0
  17. package/dist/i18n/de-DE.js +15 -9
  18. package/dist/i18n/de-DE.properties +14 -0
  19. package/dist/i18n/en-AU.js +8 -2
  20. package/dist/i18n/en-AU.properties +14 -0
  21. package/dist/i18n/en-CA.js +8 -2
  22. package/dist/i18n/en-CA.properties +14 -0
  23. package/dist/i18n/en-GB.js +8 -2
  24. package/dist/i18n/en-GB.properties +14 -0
  25. package/dist/i18n/en-US.js +15 -10
  26. package/dist/i18n/en-US.properties +21 -11
  27. package/dist/i18n/en-x-pseudo.js +122 -116
  28. package/dist/i18n/en-x-pseudo.properties +123 -109
  29. package/dist/i18n/es-419.js +15 -9
  30. package/dist/i18n/es-419.properties +14 -0
  31. package/dist/i18n/es-ES.js +15 -9
  32. package/dist/i18n/es-ES.properties +14 -0
  33. package/dist/i18n/fi-FI.js +15 -9
  34. package/dist/i18n/fi-FI.properties +14 -0
  35. package/dist/i18n/fr-CA.js +15 -9
  36. package/dist/i18n/fr-CA.properties +14 -0
  37. package/dist/i18n/fr-FR.js +15 -9
  38. package/dist/i18n/fr-FR.properties +14 -0
  39. package/dist/i18n/hi-IN.js +15 -9
  40. package/dist/i18n/hi-IN.properties +14 -0
  41. package/dist/i18n/it-IT.js +15 -9
  42. package/dist/i18n/it-IT.properties +14 -0
  43. package/dist/i18n/ja-JP.js +15 -9
  44. package/dist/i18n/ja-JP.properties +14 -0
  45. package/dist/i18n/json/src/lib/components/shared-link-settings-modal/messages.json +1 -1
  46. package/dist/i18n/json/src/lib/components/unified-share-form-modal/collaboration-section/messages.json +1 -1
  47. package/dist/i18n/json/src/lib/components/unified-share-form-modal/shared-link-section/messages.json +1 -1
  48. package/dist/i18n/json/src/lib/messages.json +1 -1
  49. package/dist/i18n/ko-KR.js +15 -9
  50. package/dist/i18n/ko-KR.properties +14 -0
  51. package/dist/i18n/nb-NO.js +15 -9
  52. package/dist/i18n/nb-NO.properties +14 -0
  53. package/dist/i18n/nl-NL.js +15 -9
  54. package/dist/i18n/nl-NL.properties +14 -0
  55. package/dist/i18n/pl-PL.js +15 -9
  56. package/dist/i18n/pl-PL.properties +14 -0
  57. package/dist/i18n/pt-BR.js +15 -9
  58. package/dist/i18n/pt-BR.properties +14 -0
  59. package/dist/i18n/ru-RU.js +15 -9
  60. package/dist/i18n/ru-RU.properties +14 -0
  61. package/dist/i18n/sv-SE.js +15 -9
  62. package/dist/i18n/sv-SE.properties +14 -0
  63. package/dist/i18n/tr-TR.js +15 -9
  64. package/dist/i18n/tr-TR.properties +14 -0
  65. package/dist/i18n/zh-CN.js +15 -9
  66. package/dist/i18n/zh-CN.properties +14 -0
  67. package/dist/i18n/zh-TW.js +15 -9
  68. package/dist/i18n/zh-TW.properties +14 -0
  69. package/dist/styles/collaboration-role.css +1 -1
  70. package/dist/styles/shared-link-section.css +1 -1
  71. package/dist/types/lib/components/shared-link-settings-modal/messages.d.ts +0 -5
  72. package/dist/types/lib/components/unified-share-form-modal/collaboration-section/messages.d.ts +10 -0
  73. package/dist/types/lib/components/unified-share-form-modal/shared-link-section/messages.d.ts +15 -0
  74. package/dist/types/lib/messages.d.ts +5 -0
  75. package/dist/types/lib/stories/shared.d.ts +5 -0
  76. package/package.json +2 -2
@@ -6,15 +6,16 @@ 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",
12
13
  "groupSharedFeatures.usm.invalidEmailErrorMessage": "Dirección de correo electrónico no válida",
13
14
  "groupSharedFeatures.usm.noticeCloseLabel": "Cerrar",
14
- "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Your password cannot contain a space, \"<\" or \">\"",
15
- "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Your password should contain at least one upper case letter, number, or special character.",
16
- "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Password should contain at least 8 characters",
17
- "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Please enter a password",
15
+ "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Su contraseña no puede contener espacios, \"<\" ni \">\".",
16
+ "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Su contraseña debe incluir al menos una letra mayúscula, un número o un carácter especial.",
17
+ "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "La contraseña debe contener al menos 8 caracteres",
18
+ "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Introduzca una contraseña",
18
19
  "groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "Esto eliminará permanentemente el enlace compartido. Si este elemento está incrustado en otros sitios, también se volverá inaccesible. Cualquier propiedad personalizada, configuración y caducidad también se eliminará. ¿Desea continuar?",
19
20
  "groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Anular",
20
21
  "groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Cerrar",
@@ -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",
@@ -85,13 +87,14 @@ export default {
85
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "El enlace compartido se ha copiado al portapapeles.",
86
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Se ha creado el enlace compartido. Haga clic en Copiar para compartir.",
87
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "El enlace compartido se ha creado y copiado al portapapeles.",
88
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Se puede ver y descargar",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Se puede editar",
92
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Solo se puede ver",
91
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Solo las personas invitadas pueden acceder a este {item}",
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
  }
@@ -22,6 +22,14 @@ groupSharedFeatures.usm.expirationRequiredErrorMessage = Seleccione una fecha
22
22
  groupSharedFeatures.usm.invalidEmailErrorMessage = Dirección de correo electrónico no válida
23
23
  # Close button aria label for the notifications
24
24
  groupSharedFeatures.usm.noticeCloseLabel = Cerrar
25
+ # Error message for the password field when password contains forbidden characters.
26
+ groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Su contraseña no puede contener espacios, "<" ni ">".
27
+ # Error message for the password field when password does not contain at least one letter, number, or symbol
28
+ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Su contraseña debe incluir al menos una letra mayúscula, un número o un carácter especial.
29
+ # Error message for the password field when password does not contain at least 8 characters.
30
+ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = La contraseña debe contener al menos 8 caracteres
31
+ # Error message for the password field when password is not provided
32
+ groupSharedFeatures.usm.passwordRequiredErrorMessage = Introduzca una contraseña
25
33
  # Body text of the Remove Shared Link modal
26
34
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Esto eliminará permanentemente el enlace compartido. Si este elemento está incrustado en otros sitios, también se volverá inaccesible. Cualquier propiedad personalizada, configuración y caducidad también se eliminará. ¿Desea continuar?
27
35
  # Button text to cancel removing a shared link
@@ -162,6 +170,12 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessN
162
170
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = Se ha creado el enlace compartido. Haga clic en Copiar para compartir.
163
171
  # Notification text when the shared link is successfully copied to clipboard after link is created
164
172
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = El enlace compartido se ha creado y copiado al portapapeles.
173
+ # Label for the permission level where shared link users can download the item
174
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = Se puede ver y descargar
175
+ # Label for the permission level where shared link users can edit the item
176
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = Se puede editar
177
+ # Label for the permission level where shared link users can preview the item
178
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel = Solo se puede ver
165
179
  # Description for the access level where only invited users can access the item
166
180
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = Solo las personas invitadas pueden acceder a este {item}
167
181
  # Label for the access level where only invited users can access the item
@@ -6,15 +6,16 @@ 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ä",
12
13
  "groupSharedFeatures.usm.invalidEmailErrorMessage": "Virheellinen sähköpostiosoite",
13
14
  "groupSharedFeatures.usm.noticeCloseLabel": "Sulje",
14
- "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Your password cannot contain a space, \"<\" or \">\"",
15
- "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Your password should contain at least one upper case letter, number, or special character.",
16
- "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Password should contain at least 8 characters",
17
- "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Please enter a password",
15
+ "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Salasanassa ei voi olla välilyöntiä tai seuraavia merkkejä: ”<” ”>”",
16
+ "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Salasanassasi on oltava ainakin yksi iso kirjain, numero tai erikoismerkki.",
17
+ "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Salasanassa on oltava vähintään 8 merkkiä",
18
+ "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Anna salasana",
18
19
  "groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "Tämä poistaa jaetun linkin pysyvästi. Jos tämä kohde on upotettu muihin sivustoihin, siitä tulee myös käyttökelvoton. Myös kaikki mukautetut ominaisuudet, asetukset ja vanhentumisajat poistetaan. Haluatko jatkaa?",
19
20
  "groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Peruuta",
20
21
  "groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Sulje",
@@ -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",
@@ -85,13 +87,14 @@ export default {
85
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Jaettu linkki on kopioitu leikepöydälle.",
86
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Jaettu linkki luotu. Jaa napsauttamalla Kopioi.",
87
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Jaettu linkki on luotu ja kopioitu leikepöydälle.",
88
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Voi tarkastella ja ladata",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Voi muokata",
92
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Voi vain tarkastella",
91
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Vain kutsutut henkilöt voivat käyttää kohdetta {item}",
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
  }
@@ -22,6 +22,14 @@ groupSharedFeatures.usm.expirationRequiredErrorMessage = Valitse päivämäärä
22
22
  groupSharedFeatures.usm.invalidEmailErrorMessage = Virheellinen sähköpostiosoite
23
23
  # Close button aria label for the notifications
24
24
  groupSharedFeatures.usm.noticeCloseLabel = Sulje
25
+ # Error message for the password field when password contains forbidden characters.
26
+ groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Salasanassa ei voi olla välilyöntiä tai seuraavia merkkejä: ”<” ”>”
27
+ # Error message for the password field when password does not contain at least one letter, number, or symbol
28
+ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Salasanassasi on oltava ainakin yksi iso kirjain, numero tai erikoismerkki.
29
+ # Error message for the password field when password does not contain at least 8 characters.
30
+ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Salasanassa on oltava vähintään 8 merkkiä
31
+ # Error message for the password field when password is not provided
32
+ groupSharedFeatures.usm.passwordRequiredErrorMessage = Anna salasana
25
33
  # Body text of the Remove Shared Link modal
26
34
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Tämä poistaa jaetun linkin pysyvästi. Jos tämä kohde on upotettu muihin sivustoihin, siitä tulee myös käyttökelvoton. Myös kaikki mukautetut ominaisuudet, asetukset ja vanhentumisajat poistetaan. Haluatko jatkaa?
27
35
  # Button text to cancel removing a shared link
@@ -162,6 +170,12 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessN
162
170
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = Jaettu linkki luotu. Jaa napsauttamalla Kopioi.
163
171
  # Notification text when the shared link is successfully copied to clipboard after link is created
164
172
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Jaettu linkki on luotu ja kopioitu leikepöydälle.
173
+ # Label for the permission level where shared link users can download the item
174
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = Voi tarkastella ja ladata
175
+ # Label for the permission level where shared link users can edit the item
176
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = Voi muokata
177
+ # Label for the permission level where shared link users can preview the item
178
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel = Voi vain tarkastella
165
179
  # Description for the access level where only invited users can access the item
166
180
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = Vain kutsutut henkilöt voivat käyttää kohdetta {item}
167
181
  # Label for the access level where only invited users can access the item
@@ -6,15 +6,16 @@ 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",
12
13
  "groupSharedFeatures.usm.invalidEmailErrorMessage": "Adresse e-mail incorrecte",
13
14
  "groupSharedFeatures.usm.noticeCloseLabel": "Fermer",
14
- "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Your password cannot contain a space, \"<\" or \">\"",
15
- "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Your password should contain at least one upper case letter, number, or special character.",
16
- "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Password should contain at least 8 characters",
17
- "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Please enter a password",
15
+ "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Votre mot de passe ne peut pas contenir d'espace ou les caractères « < » et « > »",
16
+ "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Votre mot de passe doit contenir au moins une lettre majuscule, un chiffre ou un caractère spécial.",
17
+ "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Le mot de passe doit contenir au moins huit caractères",
18
+ "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Veuillez saisir un mot de passe",
18
19
  "groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "Cela supprimera définitivement le lien partagé. Si cet élément est intégré sur d'autres sites, il deviendra également inaccessible. Toutes les propriétés personnalisées, paramètres et expirations seront également supprimés. Souhaitez-vous continuer ?",
19
20
  "groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Annuler",
20
21
  "groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Fermer",
@@ -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",
@@ -85,13 +87,14 @@ export default {
85
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Lien partagé copié dans le Presse-papiers.",
86
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Lien partagé créé. Cliquez sur Copier pour partager .",
87
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Lien partagé créé et copié dans le presse-papiers.",
88
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Peut afficher et télécharger",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Peut modifier",
92
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Peut afficher uniquement",
91
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Seuls les utilisateurs invités peuvent accéder à ce {item}",
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
  }
@@ -22,6 +22,14 @@ groupSharedFeatures.usm.expirationRequiredErrorMessage = Veuillez sélectionner
22
22
  groupSharedFeatures.usm.invalidEmailErrorMessage = Adresse e-mail incorrecte
23
23
  # Close button aria label for the notifications
24
24
  groupSharedFeatures.usm.noticeCloseLabel = Fermer
25
+ # Error message for the password field when password contains forbidden characters.
26
+ groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Votre mot de passe ne peut pas contenir d'espace ou les caractères « < » et « > »
27
+ # Error message for the password field when password does not contain at least one letter, number, or symbol
28
+ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Votre mot de passe doit contenir au moins une lettre majuscule, un chiffre ou un caractère spécial.
29
+ # Error message for the password field when password does not contain at least 8 characters.
30
+ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Le mot de passe doit contenir au moins huit caractères
31
+ # Error message for the password field when password is not provided
32
+ groupSharedFeatures.usm.passwordRequiredErrorMessage = Veuillez saisir un mot de passe
25
33
  # Body text of the Remove Shared Link modal
26
34
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Cela supprimera définitivement le lien partagé. Si cet élément est intégré sur d'autres sites, il deviendra également inaccessible. Toutes les propriétés personnalisées, paramètres et expirations seront également supprimés. Souhaitez-vous continuer ?
27
35
  # Button text to cancel removing a shared link
@@ -162,6 +170,12 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessN
162
170
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = Lien partagé créé. Cliquez sur Copier pour partager .
163
171
  # Notification text when the shared link is successfully copied to clipboard after link is created
164
172
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Lien partagé créé et copié dans le presse-papiers.
173
+ # Label for the permission level where shared link users can download the item
174
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = Peut afficher et télécharger
175
+ # Label for the permission level where shared link users can edit the item
176
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = Peut modifier
177
+ # Label for the permission level where shared link users can preview the item
178
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel = Peut afficher uniquement
165
179
  # Description for the access level where only invited users can access the item
166
180
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = Seuls les utilisateurs invités peuvent accéder à ce {item}
167
181
  # Label for the access level where only invited users can access the item
@@ -6,15 +6,16 @@ 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",
12
13
  "groupSharedFeatures.usm.invalidEmailErrorMessage": "Adresse e-mail incorrecte",
13
14
  "groupSharedFeatures.usm.noticeCloseLabel": "Fermer",
14
- "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Your password cannot contain a space, \"<\" or \">\"",
15
- "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Your password should contain at least one upper case letter, number, or special character.",
16
- "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Password should contain at least 8 characters",
17
- "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Please enter a password",
15
+ "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Votre mot de passe ne peut pas contenir d'espace ou les caractères « < » et « > »",
16
+ "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Votre mot de passe doit contenir au moins une lettre majuscule, un chiffre ou un caractère spécial.",
17
+ "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Le mot de passe doit contenir au moins huit caractères",
18
+ "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Veuillez saisir un mot de passe",
18
19
  "groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "Cela supprimera définitivement le lien partagé. Si cet élément est intégré sur d'autres sites, il deviendra également inaccessible. Toutes les propriétés personnalisées, paramètres et expirations seront également supprimés. Souhaitez-vous continuer ?",
19
20
  "groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Annuler",
20
21
  "groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Fermer",
@@ -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",
@@ -85,13 +87,14 @@ export default {
85
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Lien partagé copié dans le Presse-papiers.",
86
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Lien partagé créé. Cliquez sur Copier pour partager .",
87
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Lien partagé créé et copié dans le presse-papiers.",
88
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Peut afficher et télécharger",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Peut modifier",
92
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Peut afficher uniquement",
91
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Seuls les utilisateurs invités peuvent accéder à ce {item}",
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
  }
@@ -22,6 +22,14 @@ groupSharedFeatures.usm.expirationRequiredErrorMessage = Veuillez sélectionner
22
22
  groupSharedFeatures.usm.invalidEmailErrorMessage = Adresse e-mail incorrecte
23
23
  # Close button aria label for the notifications
24
24
  groupSharedFeatures.usm.noticeCloseLabel = Fermer
25
+ # Error message for the password field when password contains forbidden characters.
26
+ groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Votre mot de passe ne peut pas contenir d'espace ou les caractères « < » et « > »
27
+ # Error message for the password field when password does not contain at least one letter, number, or symbol
28
+ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Votre mot de passe doit contenir au moins une lettre majuscule, un chiffre ou un caractère spécial.
29
+ # Error message for the password field when password does not contain at least 8 characters.
30
+ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Le mot de passe doit contenir au moins huit caractères
31
+ # Error message for the password field when password is not provided
32
+ groupSharedFeatures.usm.passwordRequiredErrorMessage = Veuillez saisir un mot de passe
25
33
  # Body text of the Remove Shared Link modal
26
34
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Cela supprimera définitivement le lien partagé. Si cet élément est intégré sur d'autres sites, il deviendra également inaccessible. Toutes les propriétés personnalisées, paramètres et expirations seront également supprimés. Souhaitez-vous continuer ?
27
35
  # Button text to cancel removing a shared link
@@ -162,6 +170,12 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessN
162
170
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = Lien partagé créé. Cliquez sur Copier pour partager .
163
171
  # Notification text when the shared link is successfully copied to clipboard after link is created
164
172
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Lien partagé créé et copié dans le presse-papiers.
173
+ # Label for the permission level where shared link users can download the item
174
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = Peut afficher et télécharger
175
+ # Label for the permission level where shared link users can edit the item
176
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = Peut modifier
177
+ # Label for the permission level where shared link users can preview the item
178
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel = Peut afficher uniquement
165
179
  # Description for the access level where only invited users can access the item
166
180
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = Seuls les utilisateurs invités peuvent accéder à ce {item}
167
181
  # Label for the access level where only invited users can access the item
@@ -6,15 +6,16 @@ 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": "कृपया एक तारीख़ चुनें",
12
13
  "groupSharedFeatures.usm.invalidEmailErrorMessage": "अमान्य ईमेल पता",
13
14
  "groupSharedFeatures.usm.noticeCloseLabel": "बंद करें",
14
- "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Your password cannot contain a space, \"<\" or \">\"",
15
- "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Your password should contain at least one upper case letter, number, or special character.",
16
- "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Password should contain at least 8 characters",
17
- "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Please enter a password",
15
+ "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "आपके पासवर्ड में खाली स्थान, \"<\" या \">\" नहीं होना चाहिए",
16
+ "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "आपके पासवर्ड में कम से कम एक बड़ा अक्षर, संख्या, या विशेष वर्ण होना चाहिए।",
17
+ "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "पासवर्ड में कम से कम 8 वर्ण होने चाहिए",
18
+ "groupSharedFeatures.usm.passwordRequiredErrorMessage": "कृपया एक पासवर्ड दर्ज करें",
18
19
  "groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "ऐसा करने से शेयर्ड लिंक स्थायी रूप से हट जाएगा। यदि इस आइटम को अन्य साइटों पर एम्बेड किया गया है, तो यह भी अनुपलब्ध हो जाएगा। कस्टम प्रॉपर्टी, सेटिंग्स और एक्सपायरी भी हट जाएगी। क्या आप जारी रखना चाहते हैं?",
19
20
  "groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "रद्द करें",
20
21
  "groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "बंद करें",
@@ -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": "अपलोड करें और पूर्वावलोकन करें",
@@ -85,13 +87,14 @@ export default {
85
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "शेयर्ड लिंक को क्लिपबोर्ड पर कॉपी किया गया।",
86
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "शेयर्ड लिंक बनाया गया। शेयर करने के लिए कॉपी करें पर क्लिक करें।",
87
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "शेयर्ड लिंक बनाया गया और क्लिपबोर्ड में कॉपी किया गया।",
88
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "देख और डाउनलोड कर सकते हैं",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "संपादित कर सकते हैं",
92
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "केवल देख सकते हैं",
91
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "केवल आमंत्रित लोग इस {item} को एक्सेस कर सकते हैं",
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
  }