@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": "Der Freigabe-Link kann nicht entfernt werden. Versuchen Sie es bitte später noch einmal.",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "Der Freigabe-Link für „{itemName}“ wurde erfolgreich entfernt.",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "Geben Sie mindestens eine gültige E-Mail-Adresse ein.",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
10
  "groupSharedFeatures.usm.errorNoticeIcon": "Fehler",
10
11
  "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Das Ablaufdatum muss in der Zukunft liegen",
11
12
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Wählen Sie bitte ein Datum aus",
@@ -42,7 +43,6 @@ export default {
42
43
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "Benutzerdefinierte URLs sollten nicht verwendet werden, wenn sensible Inhalte freigegeben werden.",
43
44
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "Benutzerdefinierter Pfad",
44
45
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "Geben Sie einen benutzerdefinierten Pfad ein (12 oder mehr Zeichen)",
45
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Benutzerdefinierte URLs sollten 12 bis 30 Zeichen lang sein und können Buchstaben, Ziffern und Bindestriche enthalten.",
46
46
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "Mit einer benutzerdefinierten und offen zugänglichen URL können Inhalte auf breiter Basis veröffentlicht werden.",
47
47
  "groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "Warnung",
48
48
  "groupSharedFeatures.usm.successNoticeIcon": "Erfolgreich",
@@ -56,8 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Hochladen, herunterladen, in der Vorschau anzeigen, freigeben, bearbeiten und löschen",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Freigabe-Link versenden",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Als {role} einladen",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Personen einladen",
60
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Namen oder E-Mail-Adressen hinzufügen",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
61
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Laden",
62
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
63
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Hochladen und Vorschau",
@@ -92,6 +94,7 @@ export default {
92
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Nur eingeladene Personen",
93
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Alle in Ihrem Unternehmen mit dem Link oder Personen, die zu diesem/dieser {item} eingeladen wurden, können darauf zugreifen",
94
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Personen in Ihrem Unternehmen",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
95
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Diese Option ist aufgrund einer Sicherheitsrichtlinie nicht verfügbar",
96
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Alle bei {enterprise} mit dem Link oder Personen, die zu diesem/dieser {item} eingeladen wurden, können darauf zugreifen",
97
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Personen im Unternehmen {enterprise}",
@@ -102,17 +105,20 @@ export default {
102
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "Hub",
103
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Öffentlich zugänglich und keine Anmeldung erforderlich",
104
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Personen mit diesem Link",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
105
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Link freigeben",
106
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Freigabe-Link senden",
107
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Link-Einstellungen",
108
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Freigabe-Link",
109
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Link erstellen und kopieren",
110
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "URL des Freigabe-Links",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
111
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "‚{itemName}‘ freigeben",
112
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Uploader",
113
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Betrachter",
114
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Betrachter/Upload-Berechtigter",
115
120
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Ihre Einstellungen wurden erfolgreich gespeichert.",
116
121
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Benutzerdefinierte URLs sollten 12 bis 30 Zeichen lang sein und können Buchstaben, Ziffern und Bindestriche enthalten.",
117
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Bitte geben Sie eine benutzerdefinierte URL ein"
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Bitte geben Sie eine benutzerdefinierte URL ein",
123
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Benutzerdefinierte URLs sollten 12 bis 30 Zeichen lang sein und können Buchstaben, Ziffern und Bindestriche enthalten."
118
124
  }
@@ -6,6 +6,7 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Unable to remove the shared link. Please try again later.",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "The shared link for “{itemName}” has been removed successfully/",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "Enter at least one valid email",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
10
  "groupSharedFeatures.usm.errorNoticeIcon": "Error",
10
11
  "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "The expiration date must be in the future",
11
12
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Please select a date",
@@ -42,7 +43,6 @@ export default {
42
43
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "Custom URLs should not be used when sharing sensitive content.",
43
44
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "Custom path",
44
45
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "Enter a custom path (12 or more characters)",
45
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Custom URLs should be between 12-30 characters, and can include letters, numbers, and hyphens.",
46
46
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "Publish content broadly with a custom, non-private URL",
47
47
  "groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "Warning",
48
48
  "groupSharedFeatures.usm.successNoticeIcon": "Success",
@@ -56,8 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Upload, download, preview, share, edit, and delete",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Email Shared Link",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Invite as {role}",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Invite People",
60
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Add names or email addresses",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
61
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Loading",
62
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
63
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Upload and preview",
@@ -92,6 +94,7 @@ export default {
92
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Invited people only",
93
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Anyone in your company with the link or people invited to this {item} can access",
94
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "People in your company",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
95
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "This option is not available due to a security policy",
96
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Anyone at {enterprise} with the link or people invited to this {item} can access",
97
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "People in {enterprise}",
@@ -102,17 +105,20 @@ export default {
102
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hub",
103
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Publicly accessible and no sign-in required",
104
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "People with the link",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
105
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Share Link",
106
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Send shared link",
107
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Link Settings",
108
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Shared link",
109
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Create and copy link",
110
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "Shared link URL",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
111
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "Share ‘{itemName}’",
112
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Uploader",
113
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Viewer",
114
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Viewer Uploader",
115
120
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Your settings were saved successfully.",
116
121
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Custom URLs should be between 12-30 characters, and can include letters, numbers, and hyphens.",
117
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Please enter a custom URL"
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Please enter a custom URL",
123
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Custom URLs should be between 12-30 characters, and can include letters, numbers, and hyphens."
118
124
  }
@@ -6,6 +6,7 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Unable to remove the shared link. Please try again later.",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "The shared link for “{itemName}” has been removed successfully.",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "Enter at least one valid email",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
10
  "groupSharedFeatures.usm.errorNoticeIcon": "Error",
10
11
  "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "The expiration date must be in the future",
11
12
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Please select a date",
@@ -42,7 +43,6 @@ export default {
42
43
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "Custom URLs should not be used when sharing sensitive content.",
43
44
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "Custom path",
44
45
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "Enter a custom path (12 or more characters)",
45
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Custom URLs should be between 12-30 characters, and can include letters, numbers, and hyphens.",
46
46
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "Publish content broadly with a custom, non-private URL",
47
47
  "groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "Warning",
48
48
  "groupSharedFeatures.usm.successNoticeIcon": "Success",
@@ -56,8 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Upload, download, preview, share, edit, and delete",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Email Shared Link",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Invite as {role}",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Invite People",
60
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Add names or email addresses",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
61
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Loading",
62
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
63
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Upload and preview",
@@ -92,6 +94,7 @@ export default {
92
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Invited people only",
93
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Anyone in your company with the link or people invited to this {item} can access",
94
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "People in your company",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
95
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "This option is not available due to a security policy",
96
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Anyone at {enterprise} with the link or people invited to this {item} can access",
97
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "People in {enterprise}",
@@ -102,17 +105,20 @@ export default {
102
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hub",
103
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Publicly accessible and no sign-in required",
104
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "People with the link",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
105
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Share Link",
106
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Send Shared Link",
107
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Link Settings",
108
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Shared link",
109
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Create and copy link",
110
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "Shared link URL",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
111
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "Share ‘{itemName}’",
112
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Uploader",
113
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Viewer",
114
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Viewer Uploader",
115
120
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Your settings were saved successfully.",
116
121
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Custom URLs should be between 12-30 characters, and can include letters, numbers, and hyphens.",
117
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Please enter a custom URL"
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Please enter a custom URL",
123
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Custom URLs should be between 12-30 characters, and can include letters, numbers, and hyphens."
118
124
  }
@@ -6,6 +6,7 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Unable to remove the shared link. Please try again later.",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "The shared link for “{itemName}” has been removed successfully/",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "Enter at least one valid email",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
10
  "groupSharedFeatures.usm.errorNoticeIcon": "Error",
10
11
  "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "The expiration date must be in the future",
11
12
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Please select a date",
@@ -42,7 +43,6 @@ export default {
42
43
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "Custom URLs should not be used when sharing sensitive content.",
43
44
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "Custom path",
44
45
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "Enter a custom path (12 or more characters)",
45
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Custom URLs should be between 12-30 characters, and can include letters, numbers, and hyphens.",
46
46
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "Publish content broadly with a custom, non-private URL",
47
47
  "groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "Warning",
48
48
  "groupSharedFeatures.usm.successNoticeIcon": "Success",
@@ -56,8 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Upload, download, preview, share, edit, and delete",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Email Shared Link",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Invite as {role}",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Invite People",
60
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Add names or email addresses",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
61
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Loading",
62
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
63
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Upload and preview",
@@ -92,6 +94,7 @@ export default {
92
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Invited people only",
93
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Anyone in your company with the link or people invited to this {item} can access",
94
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "People in your company",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
95
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "This option is not available due to a security policy",
96
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Anyone at {enterprise} with the link or people invited to this {item} can access",
97
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "People in {enterprise}",
@@ -102,17 +105,20 @@ export default {
102
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hub",
103
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Publicly accessible and no sign-in required",
104
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "People with the link",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
105
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Share Link",
106
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Send shared link",
107
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Link Settings",
108
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Shared link",
109
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Create and copy link",
110
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "Shared link URL",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
111
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "Share ‘{itemName}’",
112
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Uploader",
113
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Viewer",
114
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Viewer Uploader",
115
120
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Your settings were saved successfully.",
116
121
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Custom URLs should be between 12-30 characters, and can include letters, numbers, and hyphens.",
117
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Please enter a custom URL"
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Please enter a custom URL",
123
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Custom URLs should be between 12-30 characters, and can include letters, numbers, and hyphens."
118
124
  }
@@ -6,14 +6,15 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Unable to remove the shared link. Please try again later.",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "The shared link for “{itemName}” has been removed successfully.",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "Enter at least one valid email",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
10
  "groupSharedFeatures.usm.errorNoticeIcon": "Error",
10
- "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "The expiration date must be in the future",
11
- "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Please select a date",
11
+ "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Expiration date must be in the future",
12
+ "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Please select an expiration date",
12
13
  "groupSharedFeatures.usm.invalidEmailErrorMessage": "Invalid email address",
13
14
  "groupSharedFeatures.usm.noticeCloseLabel": "Close",
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",
15
+ "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Password cannot contain a space, \"<\" or \">\"",
16
+ "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Password must contain at least one upper case letter, number, or special character",
17
+ "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Password must contain at least 8 characters",
17
18
  "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Please enter a password",
18
19
  "groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "This will permanently remove the shared link. If this item is embedded on other sites it will also become inaccessible. Any custom properties, settings and expirations will be removed as well. Do you want to continue?",
19
20
  "groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Cancel",
@@ -25,7 +26,7 @@ export default {
25
26
  "groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Close",
26
27
  "groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "Allow users with the shared link to download this item",
27
28
  "groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Learn more about shared link settings.",
28
- "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Select your shared link expiration date",
29
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Select an expiration date",
29
30
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "Clear date picker",
30
31
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "Expiration date",
31
32
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "Switch to next month",
@@ -35,14 +36,13 @@ export default {
35
36
  "groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "Loading",
36
37
  "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "Enter a password",
37
38
  "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Password protection",
38
- "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "Your password should include at least 8 characters, and should contain at least one upper case letter, number, or special character.",
39
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "Passwords must include at least 8 characters, and must contain at least one upper case letter, number, or special character.",
39
40
  "groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "Save",
40
41
  "groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle": "This content is available to anyone within your company with the link, and can be viewed or downloaded. {learnSharedLinkSettingsLink}",
41
42
  "groupSharedFeatures.usm.sharedLinkSettingsModal.title": "Shared Link Settings",
42
43
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "Custom URLs should not be used when sharing sensitive content.",
43
44
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "Custom path",
44
45
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "Enter a custom path (12 or more characters)",
45
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Custom URLs should be between 12-30 characters, and can include letters, numbers, and hyphens.",
46
46
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "Publish content broadly with a custom, non-private URL",
47
47
  "groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "Warning",
48
48
  "groupSharedFeatures.usm.successNoticeIcon": "Success",
@@ -56,8 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Upload, download, preview, share, edit, and delete",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Email Shared Link",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Invite as {role}",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Invite People",
60
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Add names or email addresses",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
61
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Loading",
62
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
63
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Upload and preview",
@@ -92,6 +94,7 @@ export default {
92
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Invited people only",
93
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Anyone in your company with the link or people invited to this {item} can access",
94
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "People in your company",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
95
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "This option is not available due to a security policy",
96
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Anyone at {enterprise} with the link or people invited to this {item} can access",
97
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "People in {enterprise}",
@@ -102,17 +105,19 @@ export default {
102
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hub",
103
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Publicly accessible and no sign-in required",
104
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "People with the link",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
105
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Share Link",
106
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Send Shared Link",
107
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Link Settings",
108
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Shared link",
109
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Create and copy link",
110
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "Shared link URL",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
111
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "Share ‘{itemName}’",
112
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Uploader",
113
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Viewer",
114
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Viewer Uploader",
115
- "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Your settings were saved successfully.",
116
- "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Custom URLs should be between 12-30 characters, and can include letters, numbers, and hyphens.",
120
+ "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "The shared link settings were saved successfully.",
121
+ "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Custom URLs must be between 12-30 characters, and can include letters, numbers, and hyphens",
117
122
  "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Please enter a custom URL"
118
123
  }
@@ -12,22 +12,24 @@ groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = Unable to remove the s
12
12
  groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText = The shared link for “{itemName}” has been removed successfully.
13
13
  # Error message for the email field when email is not provided
14
14
  groupSharedFeatures.usm.emailRequiredErrorMessage = Enter at least one valid email
15
+ # Notification text when the shared link was sent successfully
16
+ groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText = The shared link for “{itemName}” was sent successfully.
15
17
  # Icon label for the error notifications
16
18
  groupSharedFeatures.usm.errorNoticeIcon = Error
17
19
  # Error message for the expiration date field when expiration date is in the past
18
- groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = The expiration date must be in the future
20
+ groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = Expiration date must be in the future
19
21
  # Error message for the expiration date field when expiration date is not provided
20
- groupSharedFeatures.usm.expirationRequiredErrorMessage = Please select a date
22
+ groupSharedFeatures.usm.expirationRequiredErrorMessage = Please select an expiration date
21
23
  # Error message for the email field when email is invalid
22
24
  groupSharedFeatures.usm.invalidEmailErrorMessage = Invalid email address
23
25
  # Close button aria label for the notifications
24
26
  groupSharedFeatures.usm.noticeCloseLabel = Close
25
27
  # Error message for the password field when password contains forbidden characters.
26
- groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Your password cannot contain a space, "<" or ">"
28
+ groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Password cannot contain a space, "<" or ">"
27
29
  # Error message for the password field when password does not contain at least one letter, number, or symbol
28
- groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Your password should contain at least one upper case letter, number, or special character.
30
+ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Password must contain at least one upper case letter, number, or special character
29
31
  # Error message for the password field when password does not contain at least 8 characters.
30
- groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Password should contain at least 8 characters
32
+ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Password must contain at least 8 characters
31
33
  # Error message for the password field when password is not provided
32
34
  groupSharedFeatures.usm.passwordRequiredErrorMessage = Please enter a password
33
35
  # Body text of the Remove Shared Link modal
@@ -51,7 +53,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = All
51
53
  # Link to learn more about shared link settings
52
54
  groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink = Learn more about shared link settings.
53
55
  # Aria label for the calendar in the link expiration settings
54
- groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = Select your shared link expiration date
56
+ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = Select an expiration date
55
57
  # Aria label for the clear date picker button in the link expiration settings
56
58
  groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = Clear date picker
57
59
  # Label for the date picker in the link expiration settings
@@ -71,7 +73,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder = Enter
71
73
  # Label for the password protection toggle
72
74
  groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText = Password protection
73
75
  # Text for the password settings warning
74
- groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = Your password should include at least 8 characters, and should contain at least one upper case letter, number, or special character.
76
+ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = Passwords must include at least 8 characters, and must contain at least one upper case letter, number, or special character.
75
77
  # Button text to confirm saving the shared link settings
76
78
  groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = Save
77
79
  # subtitle of the Shared Link settings modal
@@ -84,8 +86,6 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText
84
86
  groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel = Custom path
85
87
  # Placeholder text for the vanity name input
86
88
  groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder = Enter a custom path (12 or more characters)
87
- # Text for the vanity name invalid error
88
- groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError = Custom URLs should be between 12-30 characters, and can include letters, numbers, and hyphens.
89
89
  # Label for the vanity name toggle
90
90
  groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText = Publish content broadly with a custom, non-private URL
91
91
  # Label for the warning notification icon
@@ -112,10 +112,14 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderD
112
112
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel = Email Shared Link
113
113
  # Label for the button to select the collaboration role of the new collaborator
114
114
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel = Invite as {role}
115
+ # Tooltip on the collaboration form when the user does not have permission to invite collaborators
116
+ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip = You do not have permission to invite collaborators
115
117
  # Label for the field to select users to collaborate with on an item
116
118
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel = Invite People
117
119
  # Placeholder for the field to select users to collaborate with on an item
118
120
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder = Add names or email addresses
121
+ # Tooltip on the collaboration form when the item is a bookmark
122
+ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip = Collaborators cannot be added to bookmarks
119
123
  # Aria label for the loading indicator of the Unified Share Modal
120
124
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel = Loading
121
125
  # Description for the collaboration role with "Previewer" permissions to the item
@@ -184,6 +188,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAcc
184
188
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription = Anyone in your company with the link or people invited to this {item} can access
185
189
  # Label for the access level where users in the company can access the item
186
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel = People in your company
191
+ # Tooltip on the shared link toggle when the user does not have permission to create the link
192
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip = You do not have permission to create the link
187
193
  # Tooltip on an access level that has been disabled due to a security policy in the enterprise
188
194
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip = This option is not available due to a security policy
189
195
  # Description for the access level where users in the enterprise can access the item
@@ -204,6 +210,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelI
204
210
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription = Publicly accessible and no sign-in required
205
211
  # Label for the access level where anyone with the URL can access the item
206
212
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = People with the link
213
+ # Tooltip on the shared link toggle when the user does not have permission to remove the link
214
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip = You do not have permission to remove the link
207
215
  # Label for the section to manage the shared link of the file / folder
208
216
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Share Link
209
217
  # Aria label and tooltip for the icon button to email the shared link
@@ -216,6 +224,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggle
216
224
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip = Create and copy link
217
225
  # Label for the text field of the URL for sharing the file / folder
218
226
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel = Shared link URL
227
+ # Text inserted in the access level descriptions when the type of the item is a bookmark
228
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem = bookmark
219
229
  # Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
220
230
  groupSharedFeatures.usm.unifiedShareFormModal.title = Share ‘{itemName}’
221
231
  # Label for the role of a collaborator who can upload to the item
@@ -225,8 +235,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.viewerRole = Viewer
225
235
  # Label for the role of a collaborator who can view and upload to the item
226
236
  groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole = Viewer Uploader
227
237
  # Notification text when the shared link settings are successfully saved
228
- groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = Your settings were saved successfully.
238
+ groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = The shared link settings were saved successfully.
229
239
  # Text for the vanity name invalid error
230
- groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Custom URLs should be between 12-30 characters, and can include letters, numbers, and hyphens.
240
+ groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Custom URLs must be between 12-30 characters, and can include letters, numbers, and hyphens
231
241
  # Error message for the vanity name field when custom URL is not provided
232
242
  groupSharedFeatures.usm.vanityNameRequiredErrorMessage = Please enter a custom URL
@@ -6,6 +6,7 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ūлãьĺέ τσ гęmσνĕ ťнέ şĥâŕěď ĺĩлĸ. Pļēαşė τяў áĝäíŋ ĺαŧĕř. 國國國國國國國國國國國國國國國國國⟧",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţĥę ŝħăяěď ľîʼnĸ ƒöř “{itemName}” ħåş вęéή ґěmòνėď ŝùčćęѕşƒũļļÿ. 國國國國國國國國國國國國國國國國國⟧",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "⟦萬萬萬萬萬萬萬萬 Εητеґ áţ ļēąѕţ ōйê νáļīď έmάîľ 國國國國國國國國⟧",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
10
  "groupSharedFeatures.usm.errorNoticeIcon": "⟦萬 Εřгőѓ 國⟧",
10
11
  "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ťнé ė×Ρїѓãŧîôи ďαŧε műşţ ьė îņ ţнé ƒũťűŕĕ 國國國國國國國國國國國國⟧",
11
12
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "⟦萬萬萬萬萬 Pĺєăѕε śěļėčτ â ďăŧé 國國國國國⟧",
@@ -42,7 +43,6 @@ export default {
42
43
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ċμŝţøm ЏŘĹş ѕĥòüļď ņøŧ ьє ŭşęď ẃħęň ŝĥάŗįйğ ѕëйŝїτīνë ¢ŏπţéņτ. 國國國國國國國國國國國國國國國國國國⟧",
43
44
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "⟦萬萬萬 Ċůşŧøm Ρāţĥ 國國國⟧",
44
45
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ėиţęг ă çμѕŧôm Ράŧĥ (12 όŗ mοŗє çнąѓâċţêгŝ) 國國國國國國國國國國國國⟧",
45
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ćúśŧôm ŮŖĿś ѕнøúĺď ьέ ьěťẁęéл 12-30 ċħǻгǻсťéŗѕ, ąήď ĉăл ĩηсĺùďê ĺêťτěŗŝ, ņцmвéřѕ, åпď ħУΡħęŋś. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
46
46
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Püвľĩşн соʼnŧεητ вŕôăďļỳ ẁîτĥ ā čűѕŧòm, ňòή-Ρгïνàťė ŮŘĿ 國國國國國國國國國國國國國國國國⟧",
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": "⟦萬萬萬萬萬 Εmáĭļ Ŝнάŕėď Ĺίʼnκ 國國國國國⟧",
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": "⟦萬萬萬 Îйνīŧє PєόΡļê 國國國⟧",
60
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "⟦萬萬萬萬萬萬萬萬 Ǻďď πäměŝ øѓ émăîľ ąďďгěѕŝēŝ 國國國國國國國國⟧",
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": "⟦萬萬萬 Pяëνϊéω-όŋļў 國國國⟧",
63
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "⟦萬萬萬萬萬 ŪΡĺōàď åлď Ρяєνіěŵ 國國國國國⟧",
@@ -92,6 +94,7 @@ export default {
92
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "⟦萬萬萬萬萬 Ĭʼnνïţéď ΡĕοΡľέ őŋľÿ 國國國國國⟧",
93
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äňўőήĕ ϊπ ỳóμŗ ćоmΡâŋγ щїŧĥ ţнē ĺĩηк όř ΡěőΡĺέ їиνīτéď ŧο ťħїѕ {item} ċàπ ãćċĕŝş 國國國國國國國國國國國國國國國國國國國國國國國⟧",
94
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "⟦萬萬萬萬萬萬 PєøΡľë íŋ ýöũґ сômΡǻиÿ 國國國國國國⟧",
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": "⟦萬萬萬萬 PεοΡĺĕ ĭʼn {enterprise} 國國國國⟧",
@@ -102,17 +105,20 @@ export default {
102
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "⟦ ħůв ⟧",
103
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Püьļìċĺý ãĉĉέŝѕįвľè âπď йõ śĩĝņ-ïń ŕεqµĩŗēď 國國國國國國國國國國國國⟧",
104
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "⟦萬萬萬萬萬 PěöΡļέ шìŧĥ τħé ĺіņκ 國國國國國⟧",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
105
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "⟦萬萬 Ŝнāŗè Ļĭʼnк 國國⟧",
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": "⟦萬萬萬萬萬 Ĉґēäţĕ āπď ĉοΡУ ĺϊʼnк 國國國國國⟧",
110
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "⟦萬萬萬萬 Ŝħάŕěď ľϊņк ÙŖĿ 國國國國⟧",
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": "⟦萬 Vιêώëŗ 國⟧",
114
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "⟦萬萬萬萬 Vιêẁέя ЏΡļôąďèŗ 國國國國⟧",
115
120
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬 Ύōця ŝέŧŧīпġś ωέŕė ŝāνёď śú¢ĉєśŝƒûĺĺУ. 國國國國國國國國國國國⟧",
116
121
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ćųѕťόm ÙŖĽѕ ѕнôůľď вĕ вëτωēéń 12-30 ċĥàяàčτèѓŝ, âήď čãп ĭлçĺũďέ ĺеτťĕяѕ, ŋцmвèѓş, ãŋď ĥУΡħèʼnś. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
117
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "⟦萬萬萬萬萬萬萬 Pļěąśę ęńτёґ ă čŭŝτöm ÛЯĹ 國國國國國國國⟧"
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "⟦萬萬萬萬萬萬萬 Pļěąśę ęńτёґ ă čŭŝτöm ÛЯĹ 國國國國國國國⟧",
123
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ćúśŧôm ŮŖĿś ѕнøúĺď ьέ ьěťẁęéл 12-30 ċħǻгǻсťéŗѕ, ąήď ĉăл ĩηсĺùďê ĺêťτěŗŝ, ņцmвéřѕ, åпď ħУΡħęŋś. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧"
118
124
  }
@@ -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
  }