@box/unified-share-modal 0.50.0 → 0.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/i18n/bn-IN.js +15 -16
- package/dist/i18n/bn-IN.properties +20 -10
- package/dist/i18n/da-DK.js +15 -16
- package/dist/i18n/da-DK.properties +20 -10
- package/dist/i18n/de-DE.js +15 -16
- package/dist/i18n/de-DE.properties +20 -10
- package/dist/i18n/en-AU.js +11 -12
- package/dist/i18n/en-AU.properties +21 -11
- package/dist/i18n/en-CA.js +10 -11
- package/dist/i18n/en-CA.properties +21 -11
- package/dist/i18n/en-GB.js +11 -12
- package/dist/i18n/en-GB.properties +21 -11
- package/dist/i18n/en-x-pseudo.js +121 -122
- package/dist/i18n/en-x-pseudo.properties +127 -117
- package/dist/i18n/es-419.js +14 -15
- package/dist/i18n/es-419.properties +19 -9
- package/dist/i18n/es-ES.js +14 -15
- package/dist/i18n/es-ES.properties +19 -9
- package/dist/i18n/fi-FI.js +15 -16
- package/dist/i18n/fi-FI.properties +20 -10
- package/dist/i18n/fr-CA.js +14 -15
- package/dist/i18n/fr-CA.properties +19 -9
- package/dist/i18n/fr-FR.js +14 -15
- package/dist/i18n/fr-FR.properties +19 -9
- package/dist/i18n/hi-IN.js +15 -16
- package/dist/i18n/hi-IN.properties +20 -10
- package/dist/i18n/it-IT.js +13 -14
- package/dist/i18n/it-IT.properties +18 -8
- package/dist/i18n/ja-JP.js +13 -14
- package/dist/i18n/ja-JP.properties +18 -8
- package/dist/i18n/ko-KR.js +12 -13
- package/dist/i18n/ko-KR.properties +17 -7
- package/dist/i18n/nb-NO.js +15 -16
- package/dist/i18n/nb-NO.properties +20 -10
- package/dist/i18n/nl-NL.js +15 -16
- package/dist/i18n/nl-NL.properties +20 -10
- package/dist/i18n/pl-PL.js +14 -15
- package/dist/i18n/pl-PL.properties +19 -9
- package/dist/i18n/pt-BR.js +15 -16
- package/dist/i18n/pt-BR.properties +20 -10
- package/dist/i18n/ru-RU.js +14 -15
- package/dist/i18n/ru-RU.properties +19 -9
- package/dist/i18n/sv-SE.js +15 -16
- package/dist/i18n/sv-SE.properties +20 -10
- package/dist/i18n/tr-TR.js +14 -15
- package/dist/i18n/tr-TR.properties +19 -9
- package/dist/i18n/zh-CN.js +15 -16
- package/dist/i18n/zh-CN.properties +20 -10
- package/dist/i18n/zh-TW.js +16 -17
- package/dist/i18n/zh-TW.properties +21 -11
- package/package.json +3 -3
|
@@ -12,22 +12,24 @@ groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = Der Freigabe-Link kann
|
|
|
12
12
|
groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText = Der Freigabe-Link für „{itemName}“ wurde erfolgreich entfernt.
|
|
13
13
|
# Error message for the email field when email is not provided
|
|
14
14
|
groupSharedFeatures.usm.emailRequiredErrorMessage = Geben Sie mindestens eine gültige E-Mail-Adresse ein.
|
|
15
|
+
# Notification text when the shared link was sent successfully
|
|
16
|
+
groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText = Der Freigabe-Link für „{itemName}“ wurde gesendet.
|
|
15
17
|
# Icon label for the error notifications
|
|
16
18
|
groupSharedFeatures.usm.errorNoticeIcon = Fehler
|
|
17
19
|
# Error message for the expiration date field when expiration date is in the past
|
|
18
20
|
groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = Das Ablaufdatum muss in der Zukunft liegen
|
|
19
21
|
# Error message for the expiration date field when expiration date is not provided
|
|
20
|
-
groupSharedFeatures.usm.expirationRequiredErrorMessage = Wählen Sie bitte ein
|
|
22
|
+
groupSharedFeatures.usm.expirationRequiredErrorMessage = Wählen Sie bitte ein Ablaufdatum aus
|
|
21
23
|
# Error message for the email field when email is invalid
|
|
22
24
|
groupSharedFeatures.usm.invalidEmailErrorMessage = Ungültige E-Mail-Adresse
|
|
23
25
|
# Close button aria label for the notifications
|
|
24
26
|
groupSharedFeatures.usm.noticeCloseLabel = Schließen
|
|
25
27
|
# Error message for the password field when password contains forbidden characters.
|
|
26
|
-
groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage =
|
|
28
|
+
groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Das Kennwort darf kein Leerzeichen, „<“ oder „>“ enthalten
|
|
27
29
|
# Error message for the password field when password does not contain at least one letter, number, or symbol
|
|
28
|
-
groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage =
|
|
30
|
+
groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Das Kennwort muss mindestens einen Großbuchstaben, eine Zahl oder ein Sonderzeichen enthalten
|
|
29
31
|
# Error message for the password field when password does not contain at least 8 characters.
|
|
30
|
-
groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Das Kennwort
|
|
32
|
+
groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Das Kennwort muss mindestens 8 Zeichen enthalten
|
|
31
33
|
# Error message for the password field when password is not provided
|
|
32
34
|
groupSharedFeatures.usm.passwordRequiredErrorMessage = Bitte geben Sie ein Kennwort ein
|
|
33
35
|
# Body text of the Remove Shared Link modal
|
|
@@ -51,7 +53,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Ben
|
|
|
51
53
|
# Link to learn more about shared link settings
|
|
52
54
|
groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink = Erfahren Sie mehr über die Einstellungen für Freigabe-Links.
|
|
53
55
|
# Aria label for the calendar in the link expiration settings
|
|
54
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = Wählen Sie
|
|
56
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = Wählen Sie ein Ablaufdatum aus
|
|
55
57
|
# Aria label for the clear date picker button in the link expiration settings
|
|
56
58
|
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = Datumsauswahl löschen
|
|
57
59
|
# Label for the date picker in the link expiration settings
|
|
@@ -71,7 +73,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder = Kennw
|
|
|
71
73
|
# Label for the password protection toggle
|
|
72
74
|
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText = Kennwortschutz
|
|
73
75
|
# Text for the password settings warning
|
|
74
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText =
|
|
76
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = Kennwörter müssen mindestens 8 Zeichen enthalten und mindestens einen Großbuchstaben, eine Zahl oder ein Sonderzeichen enthalten.
|
|
75
77
|
# Button text to confirm saving the shared link settings
|
|
76
78
|
groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = Speichern
|
|
77
79
|
# subtitle of the Shared Link settings modal
|
|
@@ -84,8 +86,6 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText
|
|
|
84
86
|
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel = Benutzerdefinierter Pfad
|
|
85
87
|
# Placeholder text for the vanity name input
|
|
86
88
|
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder = Geben Sie einen benutzerdefinierten Pfad ein (12 oder mehr Zeichen)
|
|
87
|
-
# Text for the vanity name invalid error
|
|
88
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError = Benutzerdefinierte URLs sollten 12 bis 30 Zeichen lang sein und können Buchstaben, Ziffern und Bindestriche enthalten.
|
|
89
89
|
# Label for the vanity name toggle
|
|
90
90
|
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText = Mit einer benutzerdefinierten und offen zugänglichen URL können Inhalte auf breiter Basis veröffentlicht werden.
|
|
91
91
|
# Label for the warning notification icon
|
|
@@ -112,10 +112,14 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderD
|
|
|
112
112
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel = Freigabe-Link versenden
|
|
113
113
|
# Label for the button to select the collaboration role of the new collaborator
|
|
114
114
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel = Als {role} einladen
|
|
115
|
+
# Tooltip on the collaboration form when the user does not have permission to invite collaborators
|
|
116
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip = Sie sind nicht berechtigt, Mitwirkende einzuladen
|
|
115
117
|
# Label for the field to select users to collaborate with on an item
|
|
116
118
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel = Personen einladen
|
|
117
119
|
# Placeholder for the field to select users to collaborate with on an item
|
|
118
120
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder = Namen oder E-Mail-Adressen hinzufügen
|
|
121
|
+
# Tooltip on the collaboration form when the item is a bookmark
|
|
122
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip = Mitwirkende können nicht zu Lesezeichen hinzugefügt werden
|
|
119
123
|
# Aria label for the loading indicator of the Unified Share Modal
|
|
120
124
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel = Laden
|
|
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 = Alle in Ihrem Unternehmen mit dem Link oder Personen, die zu diesem/dieser {item} eingeladen wurden, können darauf zugreifen
|
|
185
189
|
# Label for the access level where users in the company can access the item
|
|
186
190
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel = Personen in Ihrem Unternehmen
|
|
191
|
+
# Tooltip on the shared link toggle when the user does not have permission to create the link
|
|
192
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip = Sie sind nicht berechtigt, den Link zu erstellen
|
|
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 = Diese Option ist aufgrund einer Sicherheitsrichtlinie nicht verfügbar
|
|
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 = Öffentlich zugänglich und keine Anmeldung erforderlich
|
|
205
211
|
# Label for the access level where anyone with the URL can access the item
|
|
206
212
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = Personen mit diesem 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 = Sie sind nicht berechtigt, den Link zu entfernen
|
|
207
215
|
# Label for the section to manage the shared link of the file / folder
|
|
208
216
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Link freigeben
|
|
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 = Link erstellen und kopieren
|
|
217
225
|
# Label for the text field of the URL for sharing the file / folder
|
|
218
226
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel = URL des Freigabe-Links
|
|
227
|
+
# Text inserted in the access level descriptions when the type of the item is a bookmark
|
|
228
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem = Lesezeichen
|
|
219
229
|
# Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
|
|
220
230
|
groupSharedFeatures.usm.unifiedShareFormModal.title = ‚{itemName}‘ freigeben
|
|
221
231
|
# Label for the role of a collaborator who can upload to the item
|
|
@@ -225,8 +235,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.viewerRole = Betrachter
|
|
|
225
235
|
# Label for the role of a collaborator who can view and upload to the item
|
|
226
236
|
groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole = Betrachter/Upload-Berechtigter
|
|
227
237
|
# Notification text when the shared link settings are successfully saved
|
|
228
|
-
groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText =
|
|
238
|
+
groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = Die Einstellungen des Freigabe-Links wurden erfolgreich gespeichert.
|
|
229
239
|
# Text for the vanity name invalid error
|
|
230
|
-
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Benutzerdefinierte URLs
|
|
240
|
+
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Benutzerdefinierte URLs müssen zwischen 12 und 30 Zeichen lang sein und können Buchstaben, Ziffern und Bindestriche enthalten
|
|
231
241
|
# Error message for the vanity name field when custom URL is not provided
|
|
232
242
|
groupSharedFeatures.usm.vanityNameRequiredErrorMessage = Bitte geben Sie eine benutzerdefinierte URL ein
|
package/dist/i18n/en-AU.js
CHANGED
|
@@ -6,15 +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}
|
|
9
|
+
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}“ was sent successfully.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Error",
|
|
11
|
-
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "
|
|
12
|
-
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Please select
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Expiration date must be in the future",
|
|
12
|
+
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Please select an expiration date",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Invalid email address",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Close",
|
|
15
|
-
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "
|
|
16
|
-
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "
|
|
17
|
-
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Password
|
|
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",
|
|
18
18
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "Please enter a password",
|
|
19
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?",
|
|
20
20
|
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Cancel",
|
|
@@ -26,7 +26,7 @@ export default {
|
|
|
26
26
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Close",
|
|
27
27
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "Allow users with the shared link to download this item",
|
|
28
28
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Learn more about shared link settings.",
|
|
29
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Select
|
|
29
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Select an expiration date",
|
|
30
30
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "Clear date picker",
|
|
31
31
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "Expiration date",
|
|
32
32
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "Switch to next month",
|
|
@@ -36,7 +36,7 @@ export default {
|
|
|
36
36
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "Loading",
|
|
37
37
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "Enter a password",
|
|
38
38
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Password protection",
|
|
39
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "
|
|
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.",
|
|
40
40
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "Save",
|
|
41
41
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle": "This content is available to anyone within your company with the link, and can be viewed or downloaded. {learnSharedLinkSettingsLink}",
|
|
42
42
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.title": "Shared Link Settings",
|
|
@@ -117,8 +117,7 @@ export default {
|
|
|
117
117
|
"groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Uploader",
|
|
118
118
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Viewer",
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Viewer Uploader",
|
|
120
|
-
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "
|
|
121
|
-
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Custom URLs
|
|
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."
|
|
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",
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Please enter a custom URL"
|
|
124
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 =
|
|
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
|
|
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 =
|
|
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 =
|
|
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
|
|
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
|
|
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 =
|
|
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 =
|
|
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
|
|
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
|
package/dist/i18n/en-CA.js
CHANGED
|
@@ -8,13 +8,13 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Enter at least one valid email",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Error",
|
|
11
|
-
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "
|
|
12
|
-
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Please select
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Expiration date must be in the future",
|
|
12
|
+
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Please select an expiration date",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Invalid email address",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Close",
|
|
15
|
-
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "
|
|
16
|
-
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "
|
|
17
|
-
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Password
|
|
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",
|
|
18
18
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "Please enter a password",
|
|
19
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?",
|
|
20
20
|
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Cancel",
|
|
@@ -26,7 +26,7 @@ export default {
|
|
|
26
26
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Close",
|
|
27
27
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "Allow users with the shared link to download this item",
|
|
28
28
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Learn more about shared link settings.",
|
|
29
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Select
|
|
29
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Select an expiration date",
|
|
30
30
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "Clear date picker",
|
|
31
31
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "Expiration date",
|
|
32
32
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "Switch to next month",
|
|
@@ -36,7 +36,7 @@ export default {
|
|
|
36
36
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "Loading",
|
|
37
37
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "Enter a password",
|
|
38
38
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Password protection",
|
|
39
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "
|
|
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.",
|
|
40
40
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "Save",
|
|
41
41
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle": "This content is available to anyone within your company with the link, and can be viewed or downloaded. {learnSharedLinkSettingsLink}",
|
|
42
42
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.title": "Shared Link Settings",
|
|
@@ -117,8 +117,7 @@ export default {
|
|
|
117
117
|
"groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Uploader",
|
|
118
118
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Viewer",
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Viewer Uploader",
|
|
120
|
-
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "
|
|
121
|
-
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Custom URLs
|
|
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."
|
|
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",
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Please enter a custom URL"
|
|
124
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 =
|
|
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
|
|
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 =
|
|
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 =
|
|
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
|
|
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
|
|
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 =
|
|
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 =
|
|
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
|
|
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
|
package/dist/i18n/en-GB.js
CHANGED
|
@@ -6,15 +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}
|
|
9
|
+
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}“ was sent successfully.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Error",
|
|
11
|
-
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "
|
|
12
|
-
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Please select
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Expiration date must be in the future",
|
|
12
|
+
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Please select an expiration date",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Invalid email address",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Close",
|
|
15
|
-
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "
|
|
16
|
-
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "
|
|
17
|
-
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Password
|
|
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",
|
|
18
18
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "Please enter a password",
|
|
19
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?",
|
|
20
20
|
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Cancel",
|
|
@@ -26,7 +26,7 @@ export default {
|
|
|
26
26
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Close",
|
|
27
27
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "Allow users with the shared link to download this item",
|
|
28
28
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Learn more about shared link settings.",
|
|
29
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Select
|
|
29
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Select an expiration date",
|
|
30
30
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "Clear date picker",
|
|
31
31
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "Expiration date",
|
|
32
32
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "Switch to next month",
|
|
@@ -36,7 +36,7 @@ export default {
|
|
|
36
36
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "Loading",
|
|
37
37
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "Enter a password",
|
|
38
38
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Password protection",
|
|
39
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "
|
|
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.",
|
|
40
40
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "Save",
|
|
41
41
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle": "This content is available to anyone within your company with the link, and can be viewed or downloaded. {learnSharedLinkSettingsLink}",
|
|
42
42
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.title": "Shared Link Settings",
|
|
@@ -117,8 +117,7 @@ export default {
|
|
|
117
117
|
"groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Uploader",
|
|
118
118
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Viewer",
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Viewer Uploader",
|
|
120
|
-
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "
|
|
121
|
-
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Custom URLs
|
|
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."
|
|
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",
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Please enter a custom URL"
|
|
124
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 =
|
|
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
|
|
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 =
|
|
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 =
|
|
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
|
|
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
|
|
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 =
|
|
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 =
|
|
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
|
|
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
|