@box/unified-share-modal 0.46.1 → 0.47.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 (60) hide show
  1. package/dist/esm/lib/components/shared-link-settings-modal/shared-link-settings-modal.js +7 -7
  2. package/dist/esm/lib/hooks/use-collaboration-form.js +43 -44
  3. package/dist/esm/lib/hooks/use-form-validation.js +5 -5
  4. package/dist/esm/lib/hooks/use-link-settings-form.js +27 -27
  5. package/dist/esm/lib/utils/index.js +8 -8
  6. package/dist/esm/lib/utils/validation.js +7 -7
  7. package/dist/i18n/bn-IN.js +15 -61
  8. package/dist/i18n/bn-IN.properties +24 -96
  9. package/dist/i18n/da-DK.js +15 -61
  10. package/dist/i18n/da-DK.properties +24 -96
  11. package/dist/i18n/de-DE.js +15 -61
  12. package/dist/i18n/de-DE.properties +24 -96
  13. package/dist/i18n/en-AU.js +3 -49
  14. package/dist/i18n/en-AU.properties +22 -94
  15. package/dist/i18n/en-CA.js +2 -48
  16. package/dist/i18n/en-CA.properties +21 -93
  17. package/dist/i18n/en-GB.js +3 -49
  18. package/dist/i18n/en-GB.properties +22 -94
  19. package/dist/i18n/en-x-pseudo.js +109 -155
  20. package/dist/i18n/en-x-pseudo.properties +119 -191
  21. package/dist/i18n/es-419.js +14 -60
  22. package/dist/i18n/es-419.properties +24 -96
  23. package/dist/i18n/es-ES.js +14 -60
  24. package/dist/i18n/es-ES.properties +24 -96
  25. package/dist/i18n/fi-FI.js +15 -61
  26. package/dist/i18n/fi-FI.properties +24 -96
  27. package/dist/i18n/fr-CA.js +14 -60
  28. package/dist/i18n/fr-CA.properties +24 -96
  29. package/dist/i18n/fr-FR.js +14 -60
  30. package/dist/i18n/fr-FR.properties +24 -96
  31. package/dist/i18n/hi-IN.js +15 -61
  32. package/dist/i18n/hi-IN.properties +24 -96
  33. package/dist/i18n/it-IT.js +13 -59
  34. package/dist/i18n/it-IT.properties +24 -96
  35. package/dist/i18n/ja-JP.js +17 -63
  36. package/dist/i18n/ja-JP.properties +26 -98
  37. package/dist/i18n/ko-KR.js +15 -61
  38. package/dist/i18n/ko-KR.properties +24 -96
  39. package/dist/i18n/nb-NO.js +15 -61
  40. package/dist/i18n/nb-NO.properties +24 -96
  41. package/dist/i18n/nl-NL.js +14 -60
  42. package/dist/i18n/nl-NL.properties +24 -96
  43. package/dist/i18n/pl-PL.js +15 -61
  44. package/dist/i18n/pl-PL.properties +24 -96
  45. package/dist/i18n/pt-BR.js +14 -60
  46. package/dist/i18n/pt-BR.properties +24 -96
  47. package/dist/i18n/ru-RU.js +15 -61
  48. package/dist/i18n/ru-RU.properties +24 -96
  49. package/dist/i18n/sv-SE.js +15 -61
  50. package/dist/i18n/sv-SE.properties +24 -96
  51. package/dist/i18n/tr-TR.js +14 -60
  52. package/dist/i18n/tr-TR.properties +24 -96
  53. package/dist/i18n/zh-CN.js +15 -61
  54. package/dist/i18n/zh-CN.properties +24 -96
  55. package/dist/i18n/zh-TW.js +15 -61
  56. package/dist/i18n/zh-TW.properties +24 -96
  57. package/dist/types/lib/stories/shared.d.ts +2 -2
  58. package/dist/types/lib/types.d.ts +2 -2
  59. package/dist/types/lib/utils/validation.d.ts +2 -2
  60. package/package.json +3 -3
@@ -1,13 +1,11 @@
1
- # Notification text when copying the shared link fails
2
- groupSharedFeatures.usm.autoCopyErrorNoticeText = Shared link created. Click Copy to share.
3
- # Notification text when the shared link is successfully copied to clipboard when link is created
4
- groupSharedFeatures.usm.autoCopySuccessNoticeText = Der Freigabe-Link wurde erstellt und in die Zwischenablage kopiert.
1
+ # Notification text when the shared link is failed to be created
2
+ groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText = Ein Freigabe-Link kann nicht erzeugt werden. Versuchen Sie es bitte später noch einmal.
5
3
  # Notification text when the shared link failed to be created
6
4
  groupSharedFeatures.usm.createSharedLinkErrorNoticeText = Ein Freigabe-Link kann nicht erstellt werden. Versuchen Sie es bitte später noch einmal.
7
5
  # Notification text when the shared link is successfully created
8
- groupSharedFeatures.usm.createSharedLinkSuccessNoticeText = Freigabe-Link erstellt
6
+ groupSharedFeatures.usm.createSharedLinkSuccessNoticeText = Freigabe-Link generiert.
9
7
  # Default error notification text rendered when API fails
10
- groupSharedFeatures.usm.defaultErrorNoticeText = Something went wrong. Please try again later.
8
+ groupSharedFeatures.usm.defaultErrorNoticeText = Es ist ein Fehler aufgetreten. Versuchen Sie es bitte später noch einmal.
11
9
  # Notification text when the shared link failed to be removed
12
10
  groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = Der Freigabe-Link kann nicht entfernt werden. Versuchen Sie es bitte später noch einmal.
13
11
  # Notification text when the shared link is successfully removed
@@ -17,7 +15,7 @@ groupSharedFeatures.usm.emailRequiredErrorMessage = Geben Sie mindestens eine g
17
15
  # Icon label for the error notifications
18
16
  groupSharedFeatures.usm.errorNoticeIcon = Fehler
19
17
  # Error message for the expiration date field when expiration date is in the past
20
- groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = The expiration date must be in the future
18
+ groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = Das Ablaufdatum muss in der Zukunft liegen
21
19
  # Error message for the expiration date field when expiration date is not provided
22
20
  groupSharedFeatures.usm.expirationRequiredErrorMessage = Wählen Sie bitte ein Datum aus
23
21
  # Error message for the email field when email is invalid
@@ -49,7 +47,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel
49
47
  # Aria label for the clear date picker button in the link expiration settings
50
48
  groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = Datumsauswahl löschen
51
49
  # Label for the date picker in the link expiration settings
52
- groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel = Datum wählen
50
+ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel = Ablaufdatum
53
51
  # Aria label for the next month button in the link expiration settings
54
52
  groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel = Zum nächsten Monat wechseln
55
53
  # Aria label for the open calendar dropdown button in the link expiration settings
@@ -60,6 +58,12 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaL
60
58
  groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText = Ablaufdatum des Links
61
59
  # Button aria label when the shared link settings are being updated
62
60
  groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel = Laden
61
+ # Placeholder text for the password input
62
+ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder = Kennwort eingeben
63
+ # Label for the password protection toggle
64
+ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText = Kennwortschutz
65
+ # Text for the password settings warning
66
+ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = Ihr Kennwort sollte mindestens 8 Zeichen sowie mindestens einen Großbuchstaben, eine Zahl oder ein Sonderzeichen enthalten.
63
67
  # Button text to confirm saving the shared link settings
64
68
  groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = Speichern
65
69
  # subtitle of the Shared Link settings modal
@@ -152,12 +156,12 @@ groupSharedFeatures.usm.unifiedShareFormModal.ownerRole = Eigentümer
152
156
  groupSharedFeatures.usm.unifiedShareFormModal.previewerRole = Vorschau-Berechtigter
153
157
  # Label for the role of a collaborator who can preview and upload to the item
154
158
  groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole = Vorschau-/Upload-Berechtigter
155
- # Text inserted in the access level descriptions when the type of the item is a file
156
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFileItem = Datei
157
- # Text inserted in the access level descriptions when the type of the item is a folder
158
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFolderItem = Ordner
159
- # Text inserted in the access level descriptions when the type of the item is a hub
160
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelHubsItem = Hub
159
+ # Notification text when the shared link is successfully copied to clipboard
160
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText = Der Freigabe-Link wurde in die Zwischenablage kopiert.
161
+ # Text for the create and copy shared link notification when copy failed but creation succeeded.
162
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = Freigabe-Link generiert. Klicken Sie auf Kopieren, um den Freigabe-Link zu kopieren.
163
+ # Notification text when the shared link is successfully copied to clipboard after link is created
164
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Der Freigabe-Link wurde generiert und in die Zwischenablage kopiert.
161
165
  # Description for the access level where only invited users can access the item
162
166
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = Nur eingeladene Personen können auf diese(n) {item} zugreifen
163
167
  # Label for the access level where only invited users can access the item
@@ -176,14 +180,18 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccess
176
180
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel = Läuft ab
177
181
  # Tooltip for the icon button to indicate the shared link has an expiration date
178
182
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip = Dieser Link läuft ab und ist auf {expirationDate} nicht mehr zugänglich
183
+ # Text inserted in the access level descriptions when the type of the item is a file
184
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem = Datei
185
+ # Text inserted in the access level descriptions when the type of the item is a folder
186
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem = Ordner
187
+ # Text inserted in the access level descriptions when the type of the item is a hub
188
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem = Hub
179
189
  # Description for the access level where anyone with the URL can access the item
180
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription = Öffentlich zugänglich und keine Anmeldung erforderlich
181
191
  # Label for the access level where anyone with the URL can access the item
182
192
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = Personen mit diesem Link
183
193
  # Label for the section to manage the shared link of the file / folder
184
194
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Link freigeben
185
- # Success notification displayed when shared link is created and copied to clipboard
186
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkCopiedSuccessNoticeText = Der Freigabe-Link wurde erstellt und in die Zwischenablage kopiert.
187
195
  # Aria label and tooltip for the icon button to email the shared link
188
196
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Freigabe-Link senden
189
197
  # Label for the button link to open the Shared Link Settings modal
@@ -208,83 +216,3 @@ groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = Ihre Einstellungen w
208
216
  groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Benutzerdefinierte URLs sollten 12 bis 30 Zeichen lang sein und können Buchstaben, Ziffern und Bindestriche enthalten.
209
217
  # Error message for the vanity name field when custom URL is not provided
210
218
  groupSharedFeatures.usm.vanityNameRequiredErrorMessage = Bitte geben Sie eine benutzerdefinierte URL ein
211
- # Text displayed when email input is empty
212
- groupSharedFeatures.usmV1.atLeastOneEmailRequired = Geben Sie mindestens eine gültige E-Mail-Adresse ein.
213
- # Cancel button text
214
- groupSharedFeatures.usmV1.cancel = Abbrechen
215
- # Close button text to close the modal
216
- groupSharedFeatures.usmV1.close = Schließen
217
- # Label for the download settings toggle
218
- groupSharedFeatures.usmV1.downloadSettingsToggleText = Benutzern mit dem Freigabe-Link das Herunterladen dieses Elements gestatten
219
- # Aria label for the email shared link button
220
- groupSharedFeatures.usmV1.emailSharedLinkButtonAriaLabel = Freigabe-Link per E-Mail senden
221
- # Label for the error notification type
222
- groupSharedFeatures.usmV1.errorNoticeAriaLabel = Fehler
223
- # Text displayed when email input is invalid
224
- groupSharedFeatures.usmV1.invalidEmail = Ungültige E-Mail-Adresse
225
- # Label of the field where a user designates who to invite to collaborate on an item
226
- groupSharedFeatures.usmV1.inviteFieldLabel = Personen einladen
227
- # Placeholder text for the invite people combobox
228
- groupSharedFeatures.usmV1.invitePeoplePlaceholder = Namen oder E-Mail-Adressen hinzufügen
229
- # Link to the learn more about shared link settings
230
- groupSharedFeatures.usmV1.learnSharedLinkSettingsLink = Erfahren Sie mehr über die Einstellungen für Freigabe-Links.
231
- # Label for the link expiration toggle
232
- groupSharedFeatures.usmV1.linkExpirationToggleText = Ablaufdatum des Links
233
- # Text for the link settings button
234
- groupSharedFeatures.usmV1.linkSettingsButtonText = Link-Einstellungen
235
- # Aria label for loading state
236
- groupSharedFeatures.usmV1.loadingAriaLabel = Wird geladen
237
- # Label for "Message" text box to email the shared Link
238
- groupSharedFeatures.usmV1.message = Nachricht (optional)
239
- # Placeholder text for message section
240
- groupSharedFeatures.usmV1.messageSelectorPlaceholder = Nachricht hinzufügen
241
- # Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
242
- groupSharedFeatures.usmV1.modalTitle = ‚{itemName}‘ freigeben
243
- # Label for the close button in the notification
244
- groupSharedFeatures.usmV1.noticeCloseAriaLabel = schließen
245
- # Okay button text
246
- groupSharedFeatures.usmV1.okay = OK
247
- # Text for the notification when shared link removal fails
248
- groupSharedFeatures.usmV1.removeSharedLinkFailedNoticeText = Der Freigabe-Link kann nicht entfernt werden. Versuchen Sie es bitte später noch einmal.
249
- # Body text of the Remove Shared Link modal
250
- groupSharedFeatures.usmV1.removeSharedLinkModalBodyText = Dadurch wird der freigegebene Link endgültig entfernt. Wenn dieses Element auf anderen Websites eingebettet ist, wird es ebenfalls unzugänglich. Alle benutzerdefinierten Eigenschaften, Einstellungen und Ablaufzeiten werden ebenfalls entfernt. Möchten Sie fortfahren?
251
- # Title of the Remove Shared Link modal
252
- groupSharedFeatures.usmV1.removeSharedLinkModalTitle = Freigabe-Link entfernen
253
- # Text for the notification when shared link is removed
254
- groupSharedFeatures.usmV1.removeSharedLinkSuccessNoticeText = Der Freigabe-Link für „{itemName}“ wurde entfernt.
255
- # Send button text
256
- groupSharedFeatures.usmV1.send = Senden
257
- # Aria label for send button when sending invites
258
- groupSharedFeatures.usmV1.sendingInvites = Einladungen senden
259
- # Subtitle of the Shared Link settings modal
260
- groupSharedFeatures.usmV1.shareLinkSettingsModalSubTitleText = Dieser Inhalt ist für jeden in Ihrem Unternehmen mit dem Link verfügbar und kann angezeigt oder heruntergeladen werden. {learnSharedLinkSettingsLink}
261
- # Title of the Shared Link settings modal
262
- groupSharedFeatures.usmV1.shareLinkSettingsModalTitle = Einstellungen für Freigabe-Links
263
- # Success notification displayed when shared link is created and copied to clipboard
264
- groupSharedFeatures.usmV1.sharedLinkCopiedSuccessNoticeText = Der Freigabe-Link wurde erstellt und in die Zwischenablage kopiert.
265
- # Label for the copy input field
266
- groupSharedFeatures.usmV1.sharedLinkCopyInputLabel = Link für die Freigabe in die Zwischenablage kopieren
267
- # Text for the notification when shared link is created
268
- groupSharedFeatures.usmV1.sharedLinkCreatedSuccessNoticeText = Freigabe-Link erstellt
269
- # Text for the notification when shared link creation fails
270
- groupSharedFeatures.usmV1.sharedLinkCreationFailedNoticeText = Ein Freigabe-Link kann nicht erstellt werden. Versuchen Sie es bitte später noch einmal.
271
- # This tooltip appears over the shared link toggle, explaining what happens when it is clicked
272
- groupSharedFeatures.usmV1.sharedLinkDisabledTooltip = Link erstellen und kopieren
273
- # Label for share link toggle
274
- groupSharedFeatures.usmV1.sharedLinkToggleLabel = Link freigeben
275
- # Label for share link toggle
276
- groupSharedFeatures.usmV1.sharedLinkToggleText = Freigabe-Link
277
- # Label for the success notification type
278
- groupSharedFeatures.usmV1.successNoticeAriaLabel = Erfolg
279
- # Text for the vanity domain settings warning
280
- groupSharedFeatures.usmV1.vanityDomainSettingsWarningText = Benutzerdefinierte URLs sollten nicht verwendet werden, wenn sensible Inhalte freigegeben werden.
281
- # Label for the vanity name input
282
- groupSharedFeatures.usmV1.vanityNameInputLabel = Individuelle Eingabe
283
- # Placeholder text for the vanity name input
284
- groupSharedFeatures.usmV1.vanityNameInputPlaceholder = Geben Sie einen benutzerdefinierten Pfad ein (12 oder mehr Zeichen)
285
- # Text for the vanity name invalid error
286
- groupSharedFeatures.usmV1.vanityNameInvalidError = Benutzerdefinierte URLs sollten 12 bis 30 Zeichen lang sein und können Buchstaben, Ziffern und Bindestriche enthalten.
287
- # Label for the vanity name toggle
288
- groupSharedFeatures.usmV1.vanityNameToggleText = Mit einer benutzerdefinierten und offen zugänglichen URL können Inhalte auf breiter Basis veröffentlicht werden.
289
- # Label for the warning notification icon
290
- groupSharedFeatures.usmV1.warningNoticeIconAriaLabel = Warnsymbol-Label
@@ -1,7 +1,7 @@
1
1
  export default {
2
2
  "groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "Unable to create a shared link. Please try again later.",
3
3
  "groupSharedFeatures.usm.createSharedLinkErrorNoticeText": "Unable to create a shared link. Please try again later.",
4
- "groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "Shared link created",
4
+ "groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "Shared link created.",
5
5
  "groupSharedFeatures.usm.defaultErrorNoticeText": "Something went wrong. Please try again later.",
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/",
@@ -27,7 +27,7 @@ export default {
27
27
  "groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Learn more about shared link settings.",
28
28
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Select your shared link expiration date",
29
29
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "Clear date picker",
30
- "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "Select a date",
30
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "Expiration date",
31
31
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "Switch to next month",
32
32
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel": "Open calendar",
33
33
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel": "Switch to previous month",
@@ -111,51 +111,5 @@ export default {
111
111
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Viewer Uploader",
112
112
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Your settings were saved successfully.",
113
113
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Custom URLs should be between 12-30 characters, and can include letters, numbers, and hyphens.",
114
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Please enter a custom URL",
115
- "groupSharedFeatures.usm.autoCopyErrorNoticeText": "Shared link created. Click Copy to share.",
116
- "groupSharedFeatures.usm.autoCopySuccessNoticeText": "Shared link created and copied to clipboard.",
117
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFileItem": "file",
118
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFolderItem": "folder",
119
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelHubsItem": "hub",
120
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkCopiedSuccessNoticeText": "Shared link created and copied to clipboard.",
121
- "groupSharedFeatures.usmV1.atLeastOneEmailRequired": "Enter at least one valid email",
122
- "groupSharedFeatures.usmV1.cancel": "Cancel",
123
- "groupSharedFeatures.usmV1.close": "Close",
124
- "groupSharedFeatures.usmV1.downloadSettingsToggleText": "Allow users with the shared link to download this item",
125
- "groupSharedFeatures.usmV1.emailSharedLinkButtonAriaLabel": "Email shared link",
126
- "groupSharedFeatures.usmV1.errorNoticeAriaLabel": "error",
127
- "groupSharedFeatures.usmV1.invalidEmail": "Invalid email address",
128
- "groupSharedFeatures.usmV1.inviteFieldLabel": "Invite People",
129
- "groupSharedFeatures.usmV1.invitePeoplePlaceholder": "Add names or email addresses",
130
- "groupSharedFeatures.usmV1.learnSharedLinkSettingsLink": "Learn more about shared link settings.",
131
- "groupSharedFeatures.usmV1.linkExpirationToggleText": "Link expiration",
132
- "groupSharedFeatures.usmV1.linkSettingsButtonText": "Link settings",
133
- "groupSharedFeatures.usmV1.loadingAriaLabel": "loading",
134
- "groupSharedFeatures.usmV1.message": "Message (optional)",
135
- "groupSharedFeatures.usmV1.messageSelectorPlaceholder": "Add a message",
136
- "groupSharedFeatures.usmV1.modalTitle": "Share ‘{itemName}’",
137
- "groupSharedFeatures.usmV1.noticeCloseAriaLabel": "close",
138
- "groupSharedFeatures.usmV1.okay": "Okay",
139
- "groupSharedFeatures.usmV1.removeSharedLinkFailedNoticeText": "Unable to remove the shared link. Please try again later.",
140
- "groupSharedFeatures.usmV1.removeSharedLinkModalBodyText": "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?",
141
- "groupSharedFeatures.usmV1.removeSharedLinkModalTitle": "Remove Shared Link",
142
- "groupSharedFeatures.usmV1.removeSharedLinkSuccessNoticeText": "The shared link for \"{itemName}\" has been removed successfully/",
143
- "groupSharedFeatures.usmV1.send": "Send",
144
- "groupSharedFeatures.usmV1.sendingInvites": "Sending invites",
145
- "groupSharedFeatures.usmV1.shareLinkSettingsModalSubTitleText": "This content is available to anyone within your company with the link, and can be viewed or downloaded. {learnSharedLinkSettingsLink}",
146
- "groupSharedFeatures.usmV1.shareLinkSettingsModalTitle": "Shared Link Settings",
147
- "groupSharedFeatures.usmV1.sharedLinkCopiedSuccessNoticeText": "Shared link created and copied to clipboard.",
148
- "groupSharedFeatures.usmV1.sharedLinkCopyInputLabel": "Copy share link to clipboard",
149
- "groupSharedFeatures.usmV1.sharedLinkCreatedSuccessNoticeText": "Shared link created",
150
- "groupSharedFeatures.usmV1.sharedLinkCreationFailedNoticeText": "Unable to create a shared link. Please try again later.",
151
- "groupSharedFeatures.usmV1.sharedLinkDisabledTooltip": "Create and copy link",
152
- "groupSharedFeatures.usmV1.sharedLinkToggleLabel": "Share Link",
153
- "groupSharedFeatures.usmV1.sharedLinkToggleText": "Shared link",
154
- "groupSharedFeatures.usmV1.successNoticeAriaLabel": "success",
155
- "groupSharedFeatures.usmV1.vanityDomainSettingsWarningText": "Custom URLs should not be used when sharing sensitive content.",
156
- "groupSharedFeatures.usmV1.vanityNameInputLabel": "Vanity input",
157
- "groupSharedFeatures.usmV1.vanityNameInputPlaceholder": "Enter a custom path (12 or more characters)",
158
- "groupSharedFeatures.usmV1.vanityNameInvalidError": "Custom URLs should be between 12-30 characters, and can include letters, numbers, and hyphens.",
159
- "groupSharedFeatures.usmV1.vanityNameToggleText": "Publish content broadly with a custom, non-private URL",
160
- "groupSharedFeatures.usmV1.warningNoticeIconAriaLabel": "warning icon label"
114
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Please enter a custom URL"
161
115
  }
@@ -1,11 +1,9 @@
1
- # Notification text when copying the shared link fails
2
- groupSharedFeatures.usm.autoCopyErrorNoticeText = Shared link created. Click Copy to share.
3
- # Notification text when the shared link is successfully copied to clipboard when link is created
4
- groupSharedFeatures.usm.autoCopySuccessNoticeText = Shared link created and copied to clipboard.
1
+ # Notification text when the shared link is failed to be created
2
+ groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText = Unable to create a shared link. Please try again later.
5
3
  # Notification text when the shared link failed to be created
6
4
  groupSharedFeatures.usm.createSharedLinkErrorNoticeText = Unable to create a shared link. Please try again later.
7
5
  # Notification text when the shared link is successfully created
8
- groupSharedFeatures.usm.createSharedLinkSuccessNoticeText = Shared link created
6
+ groupSharedFeatures.usm.createSharedLinkSuccessNoticeText = Shared link created.
9
7
  # Default error notification text rendered when API fails
10
8
  groupSharedFeatures.usm.defaultErrorNoticeText = Something went wrong. Please try again later.
11
9
  # Notification text when the shared link failed to be removed
@@ -49,7 +47,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel
49
47
  # Aria label for the clear date picker button in the link expiration settings
50
48
  groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = Clear date picker
51
49
  # Label for the date picker in the link expiration settings
52
- groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel = Select a date
50
+ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel = Expiration date
53
51
  # Aria label for the next month button in the link expiration settings
54
52
  groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel = Switch to next month
55
53
  # Aria label for the open calendar dropdown button in the link expiration settings
@@ -60,6 +58,12 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaL
60
58
  groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText = Link expiration
61
59
  # Button aria label when the shared link settings are being updated
62
60
  groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel = Loading
61
+ # Placeholder text for the password input
62
+ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder = Enter a password
63
+ # Label for the password protection toggle
64
+ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText = Password protection
65
+ # Text for the password settings warning
66
+ 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.
63
67
  # Button text to confirm saving the shared link settings
64
68
  groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = Save
65
69
  # subtitle of the Shared Link settings modal
@@ -152,12 +156,12 @@ groupSharedFeatures.usm.unifiedShareFormModal.ownerRole = Owner
152
156
  groupSharedFeatures.usm.unifiedShareFormModal.previewerRole = Previewer
153
157
  # Label for the role of a collaborator who can preview and upload to the item
154
158
  groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole = Previewer Uploader
155
- # Text inserted in the access level descriptions when the type of the item is a file
156
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFileItem = file
157
- # Text inserted in the access level descriptions when the type of the item is a folder
158
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFolderItem = folder
159
- # Text inserted in the access level descriptions when the type of the item is a hub
160
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelHubsItem = hub
159
+ # Notification text when the shared link is successfully copied to clipboard
160
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText = Shared link copied to clipboard.
161
+ # Text for the create and copy shared link notification when copy failed but creation succeeded.
162
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = Shared link created. Click Copy to share.
163
+ # Notification text when the shared link is successfully copied to clipboard after link is created
164
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Shared link created and copied to clipboard.
161
165
  # Description for the access level where only invited users can access the item
162
166
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = Only invited people can access this {item}
163
167
  # Label for the access level where only invited users can access the item
@@ -176,14 +180,18 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccess
176
180
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel = Expires
177
181
  # Tooltip for the icon button to indicate the shared link has an expiration date
178
182
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip = This link will expire and be inaccessible on {expirationDate}
183
+ # Text inserted in the access level descriptions when the type of the item is a file
184
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem = file
185
+ # Text inserted in the access level descriptions when the type of the item is a folder
186
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem = folder
187
+ # Text inserted in the access level descriptions when the type of the item is a hub
188
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem = hub
179
189
  # Description for the access level where anyone with the URL can access the item
180
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription = Publicly accessible and no sign-in required
181
191
  # Label for the access level where anyone with the URL can access the item
182
192
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = People with the link
183
193
  # Label for the section to manage the shared link of the file / folder
184
194
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Share Link
185
- # Success notification displayed when shared link is created and copied to clipboard
186
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkCopiedSuccessNoticeText = Shared link created and copied to clipboard.
187
195
  # Aria label and tooltip for the icon button to email the shared link
188
196
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Send shared link
189
197
  # Label for the button link to open the Shared Link Settings modal
@@ -208,83 +216,3 @@ groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = Your settings were s
208
216
  groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Custom URLs should be between 12-30 characters, and can include letters, numbers, and hyphens.
209
217
  # Error message for the vanity name field when custom URL is not provided
210
218
  groupSharedFeatures.usm.vanityNameRequiredErrorMessage = Please enter a custom URL
211
- # Text displayed when email input is empty
212
- groupSharedFeatures.usmV1.atLeastOneEmailRequired = Enter at least one valid email
213
- # Cancel button text
214
- groupSharedFeatures.usmV1.cancel = Cancel
215
- # Close button text to close the modal
216
- groupSharedFeatures.usmV1.close = Close
217
- # Label for the download settings toggle
218
- groupSharedFeatures.usmV1.downloadSettingsToggleText = Allow users with the shared link to download this item
219
- # Aria label for the email shared link button
220
- groupSharedFeatures.usmV1.emailSharedLinkButtonAriaLabel = Email shared link
221
- # Label for the error notification type
222
- groupSharedFeatures.usmV1.errorNoticeAriaLabel = error
223
- # Text displayed when email input is invalid
224
- groupSharedFeatures.usmV1.invalidEmail = Invalid email address
225
- # Label of the field where a user designates who to invite to collaborate on an item
226
- groupSharedFeatures.usmV1.inviteFieldLabel = Invite People
227
- # Placeholder text for the invite people combobox
228
- groupSharedFeatures.usmV1.invitePeoplePlaceholder = Add names or email addresses
229
- # Link to the learn more about shared link settings
230
- groupSharedFeatures.usmV1.learnSharedLinkSettingsLink = Learn more about shared link settings.
231
- # Label for the link expiration toggle
232
- groupSharedFeatures.usmV1.linkExpirationToggleText = Link expiration
233
- # Text for the link settings button
234
- groupSharedFeatures.usmV1.linkSettingsButtonText = Link settings
235
- # Aria label for loading state
236
- groupSharedFeatures.usmV1.loadingAriaLabel = loading
237
- # Label for "Message" text box to email the shared Link
238
- groupSharedFeatures.usmV1.message = Message (optional)
239
- # Placeholder text for message section
240
- groupSharedFeatures.usmV1.messageSelectorPlaceholder = Add a message
241
- # Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
242
- groupSharedFeatures.usmV1.modalTitle = Share ‘{itemName}’
243
- # Label for the close button in the notification
244
- groupSharedFeatures.usmV1.noticeCloseAriaLabel = close
245
- # Okay button text
246
- groupSharedFeatures.usmV1.okay = Okay
247
- # Text for the notification when shared link removal fails
248
- groupSharedFeatures.usmV1.removeSharedLinkFailedNoticeText = Unable to remove the shared link. Please try again later.
249
- # Body text of the Remove Shared Link modal
250
- groupSharedFeatures.usmV1.removeSharedLinkModalBodyText = 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?
251
- # Title of the Remove Shared Link modal
252
- groupSharedFeatures.usmV1.removeSharedLinkModalTitle = Remove Shared Link
253
- # Text for the notification when shared link is removed
254
- groupSharedFeatures.usmV1.removeSharedLinkSuccessNoticeText = The shared link for "{itemName}" has been removed successfully/
255
- # Send button text
256
- groupSharedFeatures.usmV1.send = Send
257
- # Aria label for send button when sending invites
258
- groupSharedFeatures.usmV1.sendingInvites = Sending invites
259
- # Subtitle of the Shared Link settings modal
260
- groupSharedFeatures.usmV1.shareLinkSettingsModalSubTitleText = This content is available to anyone within your company with the link, and can be viewed or downloaded. {learnSharedLinkSettingsLink}
261
- # Title of the Shared Link settings modal
262
- groupSharedFeatures.usmV1.shareLinkSettingsModalTitle = Shared Link Settings
263
- # Success notification displayed when shared link is created and copied to clipboard
264
- groupSharedFeatures.usmV1.sharedLinkCopiedSuccessNoticeText = Shared link created and copied to clipboard.
265
- # Label for the copy input field
266
- groupSharedFeatures.usmV1.sharedLinkCopyInputLabel = Copy share link to clipboard
267
- # Text for the notification when shared link is created
268
- groupSharedFeatures.usmV1.sharedLinkCreatedSuccessNoticeText = Shared link created
269
- # Text for the notification when shared link creation fails
270
- groupSharedFeatures.usmV1.sharedLinkCreationFailedNoticeText = Unable to create a shared link. Please try again later.
271
- # This tooltip appears over the shared link toggle, explaining what happens when it is clicked
272
- groupSharedFeatures.usmV1.sharedLinkDisabledTooltip = Create and copy link
273
- # Label for share link toggle
274
- groupSharedFeatures.usmV1.sharedLinkToggleLabel = Share Link
275
- # Label for share link toggle
276
- groupSharedFeatures.usmV1.sharedLinkToggleText = Shared link
277
- # Label for the success notification type
278
- groupSharedFeatures.usmV1.successNoticeAriaLabel = success
279
- # Text for the vanity domain settings warning
280
- groupSharedFeatures.usmV1.vanityDomainSettingsWarningText = Custom URLs should not be used when sharing sensitive content.
281
- # Label for the vanity name input
282
- groupSharedFeatures.usmV1.vanityNameInputLabel = Vanity input
283
- # Placeholder text for the vanity name input
284
- groupSharedFeatures.usmV1.vanityNameInputPlaceholder = Enter a custom path (12 or more characters)
285
- # Text for the vanity name invalid error
286
- groupSharedFeatures.usmV1.vanityNameInvalidError = Custom URLs should be between 12-30 characters, and can include letters, numbers, and hyphens.
287
- # Label for the vanity name toggle
288
- groupSharedFeatures.usmV1.vanityNameToggleText = Publish content broadly with a custom, non-private URL
289
- # Label for the warning notification icon
290
- groupSharedFeatures.usmV1.warningNoticeIconAriaLabel = warning icon label
@@ -27,7 +27,7 @@ export default {
27
27
  "groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Learn more about shared link settings.",
28
28
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Select your shared link expiration date",
29
29
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "Clear date picker",
30
- "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "Select a date",
30
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "Expiration date",
31
31
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "Switch to next month",
32
32
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel": "Open calendar",
33
33
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel": "Switch to previous month",
@@ -111,51 +111,5 @@ export default {
111
111
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Viewer Uploader",
112
112
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Your settings were saved successfully.",
113
113
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Custom URLs should be between 12-30 characters, and can include letters, numbers, and hyphens.",
114
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Please enter a custom URL",
115
- "groupSharedFeatures.usm.autoCopyErrorNoticeText": "Shared link created. Click Copy to share.",
116
- "groupSharedFeatures.usm.autoCopySuccessNoticeText": "Shared link created and copied to clipboard.",
117
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFileItem": "file",
118
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFolderItem": "folder",
119
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelHubsItem": "hub",
120
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkCopiedSuccessNoticeText": "Shared link created and copied to clipboard.",
121
- "groupSharedFeatures.usmV1.atLeastOneEmailRequired": "Enter at least one valid email",
122
- "groupSharedFeatures.usmV1.cancel": "Cancel",
123
- "groupSharedFeatures.usmV1.close": "Close",
124
- "groupSharedFeatures.usmV1.downloadSettingsToggleText": "Allow users with the shared link to download this item",
125
- "groupSharedFeatures.usmV1.emailSharedLinkButtonAriaLabel": "Email shared link",
126
- "groupSharedFeatures.usmV1.errorNoticeAriaLabel": "error",
127
- "groupSharedFeatures.usmV1.invalidEmail": "Invalid email address",
128
- "groupSharedFeatures.usmV1.inviteFieldLabel": "Invite People",
129
- "groupSharedFeatures.usmV1.invitePeoplePlaceholder": "Add names or email addresses",
130
- "groupSharedFeatures.usmV1.learnSharedLinkSettingsLink": "Learn more about shared link settings.",
131
- "groupSharedFeatures.usmV1.linkExpirationToggleText": "Link expiration",
132
- "groupSharedFeatures.usmV1.linkSettingsButtonText": "Link settings",
133
- "groupSharedFeatures.usmV1.loadingAriaLabel": "loading",
134
- "groupSharedFeatures.usmV1.message": "Message (optional)",
135
- "groupSharedFeatures.usmV1.messageSelectorPlaceholder": "Add a message",
136
- "groupSharedFeatures.usmV1.modalTitle": "Share ‘{itemName}’",
137
- "groupSharedFeatures.usmV1.noticeCloseAriaLabel": "close",
138
- "groupSharedFeatures.usmV1.okay": "Okay",
139
- "groupSharedFeatures.usmV1.removeSharedLinkFailedNoticeText": "Unable to remove the shared link. Please try again later.",
140
- "groupSharedFeatures.usmV1.removeSharedLinkModalBodyText": "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?",
141
- "groupSharedFeatures.usmV1.removeSharedLinkModalTitle": "Remove Shared Link",
142
- "groupSharedFeatures.usmV1.removeSharedLinkSuccessNoticeText": "The shared link for \"{ itemName }\" has been removed successfully.",
143
- "groupSharedFeatures.usmV1.send": "Send",
144
- "groupSharedFeatures.usmV1.sendingInvites": "Sending invites",
145
- "groupSharedFeatures.usmV1.shareLinkSettingsModalSubTitleText": "This content is available to anyone within your company with the link, and can be viewed or download. {learnSharedLinkSettingsLink}",
146
- "groupSharedFeatures.usmV1.shareLinkSettingsModalTitle": "Shared Link Settings",
147
- "groupSharedFeatures.usmV1.sharedLinkCopiedSuccessNoticeText": "Shared link created and copied to clipboard.",
148
- "groupSharedFeatures.usmV1.sharedLinkCopyInputLabel": "Copy share link to clipboard",
149
- "groupSharedFeatures.usmV1.sharedLinkCreatedSuccessNoticeText": "Shared link created",
150
- "groupSharedFeatures.usmV1.sharedLinkCreationFailedNoticeText": "Unable to create a shared link. Please try again later.",
151
- "groupSharedFeatures.usmV1.sharedLinkDisabledTooltip": "Create and copy link",
152
- "groupSharedFeatures.usmV1.sharedLinkToggleLabel": "Share Link",
153
- "groupSharedFeatures.usmV1.sharedLinkToggleText": "Shared link",
154
- "groupSharedFeatures.usmV1.successNoticeAriaLabel": "success",
155
- "groupSharedFeatures.usmV1.vanityDomainSettingsWarningText": "Custom URLs should not be used when sharing sensitive content.",
156
- "groupSharedFeatures.usmV1.vanityNameInputLabel": "Vanity input",
157
- "groupSharedFeatures.usmV1.vanityNameInputPlaceholder": "Enter a custom path (12 or more characters)",
158
- "groupSharedFeatures.usmV1.vanityNameInvalidError": "Custom URLs should be between 12-30 characters, and can include letters, numbers, and hyphens.",
159
- "groupSharedFeatures.usmV1.vanityNameToggleText": "Publish content broadly with a custom, non-private URL",
160
- "groupSharedFeatures.usmV1.warningNoticeIconAriaLabel": "warning icon label"
114
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Please enter a custom URL"
161
115
  }