@box/unified-share-modal 0.48.9 → 0.49.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/dist/esm/lib/components/shared-link-settings-modal/messages.js +2 -6
  2. package/dist/esm/lib/components/shared-link-settings-modal/shared-link-settings-modal.js +79 -79
  3. package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-role.js +89 -68
  4. package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-section.js +119 -102
  5. package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/messages.js +8 -0
  6. package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/messages.js +12 -0
  7. package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-access.js +42 -39
  8. package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-permission.js +46 -43
  9. package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-section.js +109 -100
  10. package/dist/esm/lib/hooks/use-access-levels.js +18 -17
  11. package/dist/esm/lib/hooks/use-collaboration-form.js +13 -13
  12. package/dist/esm/lib/messages.js +11 -7
  13. package/dist/i18n/bn-IN.js +15 -9
  14. package/dist/i18n/bn-IN.properties +14 -0
  15. package/dist/i18n/da-DK.js +15 -9
  16. package/dist/i18n/da-DK.properties +14 -0
  17. package/dist/i18n/de-DE.js +15 -9
  18. package/dist/i18n/de-DE.properties +14 -0
  19. package/dist/i18n/en-AU.js +8 -2
  20. package/dist/i18n/en-AU.properties +14 -0
  21. package/dist/i18n/en-CA.js +8 -2
  22. package/dist/i18n/en-CA.properties +14 -0
  23. package/dist/i18n/en-GB.js +8 -2
  24. package/dist/i18n/en-GB.properties +14 -0
  25. package/dist/i18n/en-US.js +15 -10
  26. package/dist/i18n/en-US.properties +21 -11
  27. package/dist/i18n/en-x-pseudo.js +122 -116
  28. package/dist/i18n/en-x-pseudo.properties +123 -109
  29. package/dist/i18n/es-419.js +15 -9
  30. package/dist/i18n/es-419.properties +14 -0
  31. package/dist/i18n/es-ES.js +15 -9
  32. package/dist/i18n/es-ES.properties +14 -0
  33. package/dist/i18n/fi-FI.js +15 -9
  34. package/dist/i18n/fi-FI.properties +14 -0
  35. package/dist/i18n/fr-CA.js +15 -9
  36. package/dist/i18n/fr-CA.properties +14 -0
  37. package/dist/i18n/fr-FR.js +15 -9
  38. package/dist/i18n/fr-FR.properties +14 -0
  39. package/dist/i18n/hi-IN.js +15 -9
  40. package/dist/i18n/hi-IN.properties +14 -0
  41. package/dist/i18n/it-IT.js +15 -9
  42. package/dist/i18n/it-IT.properties +14 -0
  43. package/dist/i18n/ja-JP.js +15 -9
  44. package/dist/i18n/ja-JP.properties +14 -0
  45. package/dist/i18n/json/src/lib/components/shared-link-settings-modal/messages.json +1 -1
  46. package/dist/i18n/json/src/lib/components/unified-share-form-modal/collaboration-section/messages.json +1 -1
  47. package/dist/i18n/json/src/lib/components/unified-share-form-modal/shared-link-section/messages.json +1 -1
  48. package/dist/i18n/json/src/lib/messages.json +1 -1
  49. package/dist/i18n/ko-KR.js +15 -9
  50. package/dist/i18n/ko-KR.properties +14 -0
  51. package/dist/i18n/nb-NO.js +15 -9
  52. package/dist/i18n/nb-NO.properties +14 -0
  53. package/dist/i18n/nl-NL.js +15 -9
  54. package/dist/i18n/nl-NL.properties +14 -0
  55. package/dist/i18n/pl-PL.js +15 -9
  56. package/dist/i18n/pl-PL.properties +14 -0
  57. package/dist/i18n/pt-BR.js +15 -9
  58. package/dist/i18n/pt-BR.properties +14 -0
  59. package/dist/i18n/ru-RU.js +15 -9
  60. package/dist/i18n/ru-RU.properties +14 -0
  61. package/dist/i18n/sv-SE.js +15 -9
  62. package/dist/i18n/sv-SE.properties +14 -0
  63. package/dist/i18n/tr-TR.js +15 -9
  64. package/dist/i18n/tr-TR.properties +14 -0
  65. package/dist/i18n/zh-CN.js +15 -9
  66. package/dist/i18n/zh-CN.properties +14 -0
  67. package/dist/i18n/zh-TW.js +15 -9
  68. package/dist/i18n/zh-TW.properties +14 -0
  69. package/dist/styles/collaboration-role.css +1 -1
  70. package/dist/styles/shared-link-section.css +1 -1
  71. package/dist/types/lib/components/shared-link-settings-modal/messages.d.ts +0 -5
  72. package/dist/types/lib/components/unified-share-form-modal/collaboration-section/messages.d.ts +10 -0
  73. package/dist/types/lib/components/unified-share-form-modal/shared-link-section/messages.d.ts +15 -0
  74. package/dist/types/lib/messages.d.ts +5 -0
  75. package/dist/types/lib/stories/shared.d.ts +5 -0
  76. package/package.json +2 -2
@@ -6,15 +6,16 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Kan ikke fjerne den delte koblingen. Prøv igjen senere.",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "Den delte koblingen for «{itemName}» er fjernet.",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "Angi minst én gyldig e-postadresse",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
10
  "groupSharedFeatures.usm.errorNoticeIcon": "feil",
10
11
  "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Utløpsdatoen må være i fremtiden",
11
12
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Velg en dato",
12
13
  "groupSharedFeatures.usm.invalidEmailErrorMessage": "Ugyldig e-postadresse",
13
14
  "groupSharedFeatures.usm.noticeCloseLabel": "Lukk",
14
- "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Your password cannot contain a space, \"<\" or \">\"",
15
- "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Your password should contain at least one upper case letter, number, or special character.",
16
- "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Password should contain at least 8 characters",
17
- "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Please enter a password",
15
+ "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Passordet kan ikke inneholde mellomrom eller tegnene «<» og «>»",
16
+ "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Passordet inneholde minst én stor bokstav, ett tall eller ett spesialtegn.",
17
+ "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Passord bør inneholde minst åtte tegn",
18
+ "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Skriv inn passord",
18
19
  "groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "Dette vil fjerne den delte koblingen for godt. Hvis dette elementet er innebygd på andre nettsteder, vil det også bli utilgjengelig. Alle egendefinerte egenskaper, innstillinger og utløpsdatoer vil også bli fjernet. Vil du fortsette?",
19
20
  "groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Avbryt",
20
21
  "groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Lukk",
@@ -42,7 +43,6 @@ export default {
42
43
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "Egendefinerte URL-adresser skal ikke brukes ved deling av sensitivt innhold.",
43
44
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "Egendefinert bane",
44
45
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "Skriv inn en egendefinert bane (12 tegn eller flere)",
45
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Egendefinerte nettadresser bør være mellom 12 og 30 tegn og kan inneholde bokstaver, tall og bindestreker.",
46
46
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "Publiser innhold bredt med en egendefinert, ikke-privat nettadresse",
47
47
  "groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "Advarsel",
48
48
  "groupSharedFeatures.usm.successNoticeIcon": "Suksess",
@@ -56,8 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Opplasting, nedlasting, forhåndsvisning, deling, redigering og sletting",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Send delt kobling via e-post",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Inviter som {role}",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Inviter personer",
60
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Legg til navn eller e-postadresser",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
61
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Laster inn",
62
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
63
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Laste opp og forhåndsvise",
@@ -85,13 +87,14 @@ export default {
85
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Delt kobling er kopiert til utklippstavlen.",
86
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Delt kobling opprettet. Klikk Kopier for å dele.",
87
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Delt kobling er opprettet og kopiert til utklippstavlen.",
88
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Kan vise og laste ned",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Kan redigere",
92
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Kan kun vise",
91
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Kun inviterte personer har tilgang til denne {item}",
92
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Kun inviterte personer",
93
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Alle i bedriften med koblingen, eller personer som er invitert til denne filen {item}, har tilgang til den",
94
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Personer i bedriften din",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
95
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Dette alternativet er ikke tilgjengelig på grunn av sikkerhetsbegrensninger",
96
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Alle på {enterprise} med koblingen eller personer invitert til denne {item} har tilgang",
97
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Personer i {enterprise}",
@@ -102,17 +105,20 @@ export default {
102
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "portal",
103
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Tilgangen er offentlig. Ingen pålogging kreves",
104
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Personer med koblingen",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
105
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Delingskobling",
106
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Send delt kobling",
107
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Koblingsinnstillinger",
108
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Delt kobling",
109
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Opprett og kopier kobling",
110
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "Nettadressen for delt kobling",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
111
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "Del ‘{itemName}’",
112
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Opplaster",
113
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Seer",
114
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Visningsprogram/opplastingsprogram",
115
120
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Innstillingene ble lagret.",
116
121
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Egendefinerte nettadresser bør være mellom 12 og 30 tegn og kan inneholde bokstaver, tall og bindestreker.",
117
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Skriv inn en egendefinert nettadresse"
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Skriv inn en egendefinert nettadresse",
123
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Egendefinerte nettadresser bør være mellom 12 og 30 tegn og kan inneholde bokstaver, tall og bindestreker."
118
124
  }
@@ -22,6 +22,14 @@ groupSharedFeatures.usm.expirationRequiredErrorMessage = Velg en dato
22
22
  groupSharedFeatures.usm.invalidEmailErrorMessage = Ugyldig e-postadresse
23
23
  # Close button aria label for the notifications
24
24
  groupSharedFeatures.usm.noticeCloseLabel = Lukk
25
+ # Error message for the password field when password contains forbidden characters.
26
+ groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Passordet kan ikke inneholde mellomrom eller tegnene «<» og «>»
27
+ # Error message for the password field when password does not contain at least one letter, number, or symbol
28
+ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Passordet må inneholde minst én stor bokstav, ett tall eller ett spesialtegn.
29
+ # Error message for the password field when password does not contain at least 8 characters.
30
+ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Passord bør inneholde minst åtte tegn
31
+ # Error message for the password field when password is not provided
32
+ groupSharedFeatures.usm.passwordRequiredErrorMessage = Skriv inn passord
25
33
  # Body text of the Remove Shared Link modal
26
34
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Dette vil fjerne den delte koblingen for godt. Hvis dette elementet er innebygd på andre nettsteder, vil det også bli utilgjengelig. Alle egendefinerte egenskaper, innstillinger og utløpsdatoer vil også bli fjernet. Vil du fortsette?
27
35
  # Button text to cancel removing a shared link
@@ -162,6 +170,12 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessN
162
170
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = Delt kobling opprettet. Klikk Kopier for å dele.
163
171
  # Notification text when the shared link is successfully copied to clipboard after link is created
164
172
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Delt kobling er opprettet og kopiert til utklippstavlen.
173
+ # Label for the permission level where shared link users can download the item
174
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = Kan vise og laste ned
175
+ # Label for the permission level where shared link users can edit the item
176
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = Kan redigere
177
+ # Label for the permission level where shared link users can preview the item
178
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel = Kan kun vise
165
179
  # Description for the access level where only invited users can access the item
166
180
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = Kun inviterte personer har tilgang til denne {item}
167
181
  # Label for the access level where only invited users can access the item
@@ -6,15 +6,16 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Kan de gedeelde link niet verwijderen. Probeer het later opnieuw.",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "De gedeelde link voor ’{itemName}’ is succesvol verwijderd.",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "Voer ten minste één geldig e-mailadres in",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
10
  "groupSharedFeatures.usm.errorNoticeIcon": "Fout",
10
11
  "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "De vervaldatum moet in de toekomst liggen",
11
12
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Selecteer een datum",
12
13
  "groupSharedFeatures.usm.invalidEmailErrorMessage": "Ongeldig e-mailadres",
13
14
  "groupSharedFeatures.usm.noticeCloseLabel": "Sluiten",
14
- "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Your password cannot contain a space, \"<\" or \">\"",
15
- "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Your password should contain at least one upper case letter, number, or special character.",
16
- "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Password should contain at least 8 characters",
17
- "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Please enter a password",
15
+ "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Uw wachtwoord mag geen spatie, ‘<‘ of ‘>‘ bevatten",
16
+ "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Uw wachtwoord moet ten minste één hoofdletter, cijfer of speciaal teken bevatten.",
17
+ "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Wachtwoord moet ten minste 8 tekens bevatten",
18
+ "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Voer een wachtwoord in",
18
19
  "groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "Hiermee wordt de gedeelde link permanent verwijderd. Als dit item is ingesloten op andere sites, zal het daar ook niet meer toegankelijk zijn. Aangepaste eigenschappen, instellingen en vervaldatums worden ook verwijderd. Wilt u doorgaan?",
19
20
  "groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Annuleren",
20
21
  "groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Sluiten",
@@ -42,7 +43,6 @@ export default {
42
43
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "Aangepaste URL's dienen niet te worden gebruikt bij het delen van gevoelige inhoud.",
43
44
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "Aangepast pad",
44
45
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "Voer een aangepast pad in (12 of meer tekens)",
45
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Aangepaste URL's moeten tussen de 12-30 tekens zijn en kunnen letters, cijfers en streepjes bevatten.",
46
46
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "Publiceer inhoud voor een breed publiek met een aangepaste openbare URL",
47
47
  "groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "Waarschuwing",
48
48
  "groupSharedFeatures.usm.successNoticeIcon": "Geslaagd",
@@ -56,8 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Uploaden, downloaden, voorbeelden bekijken, delen, bewerken en verwijderen",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Gedeelde link e-mailen",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Uitnodigen als {role}",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Mensen uitnodigen",
60
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Namen of e-mailadressen toevoegen",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
61
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Laden",
62
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
63
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Uploaden en voorbeeld bekijken",
@@ -85,13 +87,14 @@ export default {
85
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Gedeelde link gekopieerd naar het klembord.",
86
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Gedeelde link gemaakt. Klik op Kopiëren om te delen.",
87
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Gedeelde link gemaakt en gekopieerd naar het klembord.",
88
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Kan bekijken en downloaden",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Kan bewerken",
92
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Kan alleen bekijken",
91
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Alleen uitgenodigden hebben toegang tot deze {item}",
92
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Alleen uitgenodigde personen",
93
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Iedereen binnen uw bedrijf met de link of mensen die voor deze {item} zijn uitgenodigd, hebben toegang",
94
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Personen in uw bedrijf",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
95
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Deze optie is niet beschikbaar vanwege een beveiligingsbeleid",
96
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Iedereen bij {enterprise} met de link of uitgenodigden voor deze {item} hebben toegang",
97
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Personen bij {enterprise}",
@@ -102,17 +105,20 @@ export default {
102
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hub",
103
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Openbaar toegankelijk en geen aanmelding vereist",
104
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Personen met de link",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
105
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Link delen",
106
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Gedeelde link verzenden",
107
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Link-instellingen",
108
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Gedeelde link",
109
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Link maken en kopiëren",
110
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "URL voor gedeelde link",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
111
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "‘{itemName}’ delen",
112
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Uploader",
113
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Viewer",
114
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Viewer Uploader",
115
120
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Uw instellingen zijn opgeslagen.",
116
121
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Aangepaste URL’s moeten tussen de 12 en 30 tekens lang zijn en mogen letters, cijfers en koppeltekens bevatten.",
117
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Voer een aangepaste URL in"
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Voer een aangepaste URL in",
123
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Aangepaste URL's moeten tussen de 12-30 tekens zijn en kunnen letters, cijfers en streepjes bevatten."
118
124
  }
@@ -22,6 +22,14 @@ groupSharedFeatures.usm.expirationRequiredErrorMessage = Selecteer een datum
22
22
  groupSharedFeatures.usm.invalidEmailErrorMessage = Ongeldig e-mailadres
23
23
  # Close button aria label for the notifications
24
24
  groupSharedFeatures.usm.noticeCloseLabel = Sluiten
25
+ # Error message for the password field when password contains forbidden characters.
26
+ groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Uw wachtwoord mag geen spatie, ‘<‘ of ‘>‘ bevatten
27
+ # Error message for the password field when password does not contain at least one letter, number, or symbol
28
+ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Uw wachtwoord moet ten minste één hoofdletter, cijfer of speciaal teken bevatten.
29
+ # Error message for the password field when password does not contain at least 8 characters.
30
+ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Wachtwoord moet ten minste 8 tekens bevatten
31
+ # Error message for the password field when password is not provided
32
+ groupSharedFeatures.usm.passwordRequiredErrorMessage = Voer een wachtwoord in
25
33
  # Body text of the Remove Shared Link modal
26
34
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Hiermee wordt de gedeelde link permanent verwijderd. Als dit item is ingesloten op andere sites, zal het daar ook niet meer toegankelijk zijn. Aangepaste eigenschappen, instellingen en vervaldatums worden ook verwijderd. Wilt u doorgaan?
27
35
  # Button text to cancel removing a shared link
@@ -162,6 +170,12 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessN
162
170
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = Gedeelde link gemaakt. Klik op Kopiëren om te delen.
163
171
  # Notification text when the shared link is successfully copied to clipboard after link is created
164
172
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Gedeelde link gemaakt en gekopieerd naar het klembord.
173
+ # Label for the permission level where shared link users can download the item
174
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = Kan bekijken en downloaden
175
+ # Label for the permission level where shared link users can edit the item
176
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = Kan bewerken
177
+ # Label for the permission level where shared link users can preview the item
178
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel = Kan alleen bekijken
165
179
  # Description for the access level where only invited users can access the item
166
180
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = Alleen uitgenodigden hebben toegang tot deze {item}
167
181
  # Label for the access level where only invited users can access the item
@@ -6,15 +6,16 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Nie można usunąć łącza udostępnionego. Spróbuj ponownie później.",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "Łącze udostępnione do „{itemName}” zostało pomyślnie usunięte.",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "Wprowadź co najmniej jeden poprawny adres e-mail",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
10
  "groupSharedFeatures.usm.errorNoticeIcon": "Błąd",
10
11
  "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Data wygaśnięcia musi być datą w przyszłości",
11
12
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Wybierz datę",
12
13
  "groupSharedFeatures.usm.invalidEmailErrorMessage": "Nieprawidłowy adres e-mail",
13
14
  "groupSharedFeatures.usm.noticeCloseLabel": "Zamknij",
14
- "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Your password cannot contain a space, \"<\" or \">\"",
15
- "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Your password should contain at least one upper case letter, number, or special character.",
16
- "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Password should contain at least 8 characters",
17
- "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Please enter a password",
15
+ "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Hasło nie może zawierać spacji, „<” ani „>”",
16
+ "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Hasło powinno zawierać co najmniej jedną wielką literę, cyfrę lub znak specjalny.",
17
+ "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Hasło powinno zawierać co najmniej 8 znaków",
18
+ "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Wprowadź hasło",
18
19
  "groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "Spowoduje to trwałe usunięcie udostępnionego łącza. Jeśli ten element jest osadzony na innych stronach, również stanie się niedostępny. Wszelkie niestandardowe właściwości, ustawienia i wygasania również zostaną usunięte. Czy chcesz kontynuować?",
19
20
  "groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Anuluj",
20
21
  "groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Zamknij",
@@ -42,7 +43,6 @@ export default {
42
43
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "Nie należy używać niestandardowych adresów URL podczas udostępniania poufnej zawartości.",
43
44
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "Ścieżka niestandardowa",
44
45
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "Wprowadź ścieżkę niestandardową (co najmniej 12 znaków)",
45
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Niestandardowe adresy URL muszą mieć długość od 12 do 30 znaków i mogą zawierać litery, cyfry oraz myślniki.",
46
46
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "Publikuj zawartość, do której łatwiej dotrzeć, korzystając z niestandardowego, nieprywatnego adresu URL",
47
47
  "groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "Ostrzeżenie",
48
48
  "groupSharedFeatures.usm.successNoticeIcon": "Powodzenie",
@@ -56,8 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Przekazywanie, pobieranie, wyświetlanie podglądu, udostępnianie, edytowanie i usuwanie",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Wyślij łącze udostępnione w wiadomości e-mail",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Zaproś jako: {role}",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Zaproś osoby",
60
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Dodaj nazwy lub adresy e-mail",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
61
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Wczytywanie",
62
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
63
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Przekazywanie i wyświetlanie podglądu",
@@ -85,13 +87,14 @@ export default {
85
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Łącze udostępnione skopiowane do schowka.",
86
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Utworzono łącze udostępnione. Kliknij Kopiuj, aby udostępnić.",
87
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Łącze udostępnione utworzone i skopiowane do schowka.",
88
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Wyświetlanie i pobieranie",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Może edytować",
92
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Tylko wyświetlanie",
91
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Tylko zaproszone osoby mogą uzyskać dostęp do tego {item}",
92
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Tylko zaproszone osoby",
93
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Wszyscy użytkownicy w Twojej firmie dysponujący łączem lub użytkownicy zaproszeni do tego {item} mogą uzyskać dostęp",
94
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Osoby w Twojej firmie",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
95
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Ta opcja nie jest dostępna ze względu na zasady zabezpieczeń",
96
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Wszystkie osoby w {enterprise} dysponujące łączem lub osoby zaproszone do tego {item} mogą uzyskać dostęp",
97
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Osoby w {enterprise}",
@@ -102,17 +105,20 @@ export default {
102
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hubu",
103
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Zawartość dostępna publicznie, nie wymaga zalogowania",
104
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Osoby dysponujące łączem",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
105
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Łącze udostępnione",
106
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Adresy e-mail osób, którym zostanie wysłane łącze udostępnione",
107
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Ustawienia łącza",
108
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Łącze udostępnione",
109
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Utwórz i skopiuj łącze.",
110
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "Adres URL łącza udostępnionego",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
111
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "Udostępnij element «{itemName}»",
112
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Przekazujący",
113
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Przeglądający",
114
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Przeglądający/przekazujący",
115
120
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Pomyślnie zapisano ustawienia.",
116
121
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Niestandardowe adresy URL muszą mieć długość od 12 do 30 znaków i mogą zawierać litery, cyfry oraz myślniki.",
117
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Wprowadź niestandardowy adres URL"
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Wprowadź niestandardowy adres URL",
123
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Niestandardowe adresy URL muszą mieć długość od 12 do 30 znaków i mogą zawierać litery, cyfry oraz myślniki."
118
124
  }
@@ -22,6 +22,14 @@ groupSharedFeatures.usm.expirationRequiredErrorMessage = Wybierz datę
22
22
  groupSharedFeatures.usm.invalidEmailErrorMessage = Nieprawidłowy adres e-mail
23
23
  # Close button aria label for the notifications
24
24
  groupSharedFeatures.usm.noticeCloseLabel = Zamknij
25
+ # Error message for the password field when password contains forbidden characters.
26
+ groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Hasło nie może zawierać spacji, „<” ani „>”
27
+ # Error message for the password field when password does not contain at least one letter, number, or symbol
28
+ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Hasło powinno zawierać co najmniej jedną wielką literę, cyfrę lub znak specjalny.
29
+ # Error message for the password field when password does not contain at least 8 characters.
30
+ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Hasło powinno zawierać co najmniej 8 znaków
31
+ # Error message for the password field when password is not provided
32
+ groupSharedFeatures.usm.passwordRequiredErrorMessage = Wprowadź hasło
25
33
  # Body text of the Remove Shared Link modal
26
34
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Spowoduje to trwałe usunięcie udostępnionego łącza. Jeśli ten element jest osadzony na innych stronach, również stanie się niedostępny. Wszelkie niestandardowe właściwości, ustawienia i wygasania również zostaną usunięte. Czy chcesz kontynuować?
27
35
  # Button text to cancel removing a shared link
@@ -162,6 +170,12 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessN
162
170
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = Utworzono łącze udostępnione. Kliknij Kopiuj, aby udostępnić.
163
171
  # Notification text when the shared link is successfully copied to clipboard after link is created
164
172
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Łącze udostępnione utworzone i skopiowane do schowka.
173
+ # Label for the permission level where shared link users can download the item
174
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = Wyświetlanie i pobieranie
175
+ # Label for the permission level where shared link users can edit the item
176
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = Może edytować
177
+ # Label for the permission level where shared link users can preview the item
178
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel = Tylko wyświetlanie
165
179
  # Description for the access level where only invited users can access the item
166
180
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = Tylko zaproszone osoby mogą uzyskać dostęp do tego {item}
167
181
  # Label for the access level where only invited users can access the item
@@ -6,15 +6,16 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Não é possível remover o link compartilhado. Tente novamente mais tarde.",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "O link compartilhado para “{itemName}” foi removido com sucesso.",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "Insira pelo menos um e-mail válido",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
10
  "groupSharedFeatures.usm.errorNoticeIcon": "Erro",
10
11
  "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "A data de vencimento deve estar no futuro",
11
12
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Selecione uma data",
12
13
  "groupSharedFeatures.usm.invalidEmailErrorMessage": "Endereço de e-mail inválido",
13
14
  "groupSharedFeatures.usm.noticeCloseLabel": "Fechar",
14
- "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Your password cannot contain a space, \"<\" or \">\"",
15
- "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Your password should contain at least one upper case letter, number, or special character.",
16
- "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Password should contain at least 8 characters",
17
- "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Please enter a password",
15
+ "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Sua senha não pode conter espaços, \"<\" nem \">\"",
16
+ "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Sua senha deve conter pelo menos uma letra maiúscula, um número ou um caractere especial.",
17
+ "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "A senha deve conter pelo menos 8 caracteres",
18
+ "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Insira uma senha",
18
19
  "groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "Isso removerá permanentemente o link compartilhado. Se esse item estiver incorporado em outros sites, ele também se tornará inacessível. Quaisquer propriedades, configurações e expirações personalizadas também serão removidas. Você deseja continuar?",
19
20
  "groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Cancelar",
20
21
  "groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Fechar",
@@ -42,7 +43,6 @@ export default {
42
43
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "URLs personalizados não devem ser usados ao compartilhar conteúdo confidencial.",
43
44
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "Caminho personalizado",
44
45
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "Insira um caminho personalizado (12 ou mais caracteres)",
45
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "As URLs personalizadas devem ter entre 12 e 30 caracteres e podem incluir letras, números e hifens.",
46
46
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "Publicar conteúdo amplamente com uma URL personalizada e não privada",
47
47
  "groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "Atenção",
48
48
  "groupSharedFeatures.usm.successNoticeIcon": "Sucesso",
@@ -56,8 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Carregar, baixar, pré-visualizar, compartilhar, editar e excluir",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Enviar link compartilhado por e-mail",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Convidar como {role}",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Convidar pessoas",
60
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Adicione nomes ou endereços de e-mail",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
61
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Carregando",
62
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
63
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Carregar e pré-visualizar",
@@ -85,13 +87,14 @@ export default {
85
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Link compartilhado copiado para a área de transferência.",
86
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Link compartilhado criado. Clique em Copiar para compartilhar.",
87
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Link compartilhado criado e copiado para a área de transferência.",
88
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Pode visualizar e baixar",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Pode editar",
92
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Pode apenas visualizar",
91
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Apenas as pessoas convidadas podem acessar esse {item}",
92
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Apenas pessoas convidadas",
93
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Qualquer pessoa em sua empresa com o link ou as pessoas convidadas para esse {item} podem acessar",
94
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Pessoas em sua empresa",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
95
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Essa opção não está disponível devido a uma política de segurança",
96
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Qualquer pessoa na {enterprise} com o link ou as pessoas convidadas para esse {item} podem acessar",
97
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Pessoas na {enterprise}",
@@ -102,17 +105,20 @@ export default {
102
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hub",
103
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Publicamente acessível, e não é obrigatório fazer login",
104
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Pessoas com o link",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
105
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Compartilhar Link",
106
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Enviar link compartilhado",
107
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Configurações de links",
108
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Link compartilhado",
109
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Criar e copiar link",
110
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "URL do link compartilhado",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
111
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "Compartilhar ‘{itemName}’",
112
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Carregador",
113
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Visualizador",
114
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Carregador visualizador",
115
120
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Suas configurações foram salvas com sucesso.",
116
121
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "As URLs personalizadas devem ter entre 12 e 30 caracteres e podem incluir letras, números e hifens.",
117
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Insira uma URL personalizada"
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Insira uma URL personalizada",
123
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "As URLs personalizadas devem ter entre 12 e 30 caracteres e podem incluir letras, números e hifens."
118
124
  }
@@ -22,6 +22,14 @@ groupSharedFeatures.usm.expirationRequiredErrorMessage = Selecione uma data
22
22
  groupSharedFeatures.usm.invalidEmailErrorMessage = Endereço de e-mail inválido
23
23
  # Close button aria label for the notifications
24
24
  groupSharedFeatures.usm.noticeCloseLabel = Fechar
25
+ # Error message for the password field when password contains forbidden characters.
26
+ groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Sua senha não pode conter espaços, "<" nem ">"
27
+ # Error message for the password field when password does not contain at least one letter, number, or symbol
28
+ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Sua senha deve conter pelo menos uma letra maiúscula, um número ou um caractere especial.
29
+ # Error message for the password field when password does not contain at least 8 characters.
30
+ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = A senha deve conter pelo menos 8 caracteres
31
+ # Error message for the password field when password is not provided
32
+ groupSharedFeatures.usm.passwordRequiredErrorMessage = Insira uma senha
25
33
  # Body text of the Remove Shared Link modal
26
34
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Isso removerá permanentemente o link compartilhado. Se esse item estiver incorporado em outros sites, ele também se tornará inacessível. Quaisquer propriedades, configurações e expirações personalizadas também serão removidas. Você deseja continuar?
27
35
  # Button text to cancel removing a shared link
@@ -162,6 +170,12 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessN
162
170
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = Link compartilhado criado. Clique em Copiar para compartilhar.
163
171
  # Notification text when the shared link is successfully copied to clipboard after link is created
164
172
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Link compartilhado criado e copiado para a área de transferência.
173
+ # Label for the permission level where shared link users can download the item
174
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = Pode visualizar e baixar
175
+ # Label for the permission level where shared link users can edit the item
176
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = Pode editar
177
+ # Label for the permission level where shared link users can preview the item
178
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel = Pode apenas visualizar
165
179
  # Description for the access level where only invited users can access the item
166
180
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = Apenas as pessoas convidadas podem acessar esse {item}
167
181
  # Label for the access level where only invited users can access the item
@@ -6,15 +6,16 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Не удается удалить общую ссылку. Повторите попытку позже.",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "Общая ссылка для «{itemName}» удалена.",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "Введите по крайней мере один действительный адрес эл. почты",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
10
  "groupSharedFeatures.usm.errorNoticeIcon": "Ошибка",
10
11
  "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Дата истечения срока действия должна быть в будущем",
11
12
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Выберите дату",
12
13
  "groupSharedFeatures.usm.invalidEmailErrorMessage": "Неверный адрес эл. почты",
13
14
  "groupSharedFeatures.usm.noticeCloseLabel": "Закрыть",
14
- "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Your password cannot contain a space, \"<\" or \">\"",
15
- "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Your password should contain at least one upper case letter, number, or special character.",
16
- "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Password should contain at least 8 characters",
17
- "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Please enter a password",
15
+ "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Пароль не должен содержать пробелы, а также символы «<» или «>»",
16
+ "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Пароль должен содержать не менее одной заглавной буквы, цифры или специального символа.",
17
+ "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Пароль должен содержать не менее 8 символов",
18
+ "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Введите пароль",
18
19
  "groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "Это приведет к окончательному удалению общей ссылки. Если этот элемент встроен в другие веб-сайты, он также станет недоступным. Любые пользовательские свойства, настройки и сроки действия также будут удалены. Продолжить?",
19
20
  "groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Отмена",
20
21
  "groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Закрыть",
@@ -42,7 +43,6 @@ export default {
42
43
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "Настраиваемые URL-адреса не должны использоваться при обмене конфиденциальным контентом.",
43
44
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "Настраиваемый путь",
44
45
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "Введите настраиваемый путь (12 или более символов)",
45
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Настраиваемые URL-адреса могут содержать от 12 до 30 символов с буквами, цифрами и дефисами.",
46
46
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "Публикуйте контент и делайте его общедоступным с помощью настраиваемого нечастного URL-адреса",
47
47
  "groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "Предупреждение",
48
48
  "groupSharedFeatures.usm.successNoticeIcon": "Успешно",
@@ -56,8 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Загрузка, скачивание, предпросмотр, предоставление общего доступа, редактирование и удаление",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Отправить общую ссылку по электронной почте",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Пригласить в качестве {role}",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Пригласите пользователей",
60
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Введите имена или адреса электронной почты",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
61
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Загрузка",
62
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
63
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Загрузка и предпросмотр",
@@ -85,13 +87,14 @@ export default {
85
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Общая ссылка скопирована в буфер обмена.",
86
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Общая ссылка создана. Нажмите «Копировать», чтобы поделиться.",
87
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Общая ссылка создана и скопирована в буфер обмена.",
88
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Доступ для просмотра и скачивания",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Доступ для изменения",
92
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Доступ только для просмотра",
91
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Доступ к этому {item} разрешен только приглашенным пользователям",
92
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Только приглашенные пользователи",
93
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Все сотрудники вашей компании, у которых есть ссылка, или пользователи, приглашенные в этот {item} могут получить доступ",
94
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Сотрудники вашей компании",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
95
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Эта опция недоступна из-за ограничений политики безопасности",
96
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Все сотрудники {enterprise} со ссылкой или пользователи, приглашенные в этот {item} могут полуить доступ",
97
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Сотрудники {enterprise}",
@@ -102,17 +105,20 @@ export default {
102
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "хаб",
103
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Доступно всем пользователям, вход в систему не требуется",
104
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Пользователи со ссылкой",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
105
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Общая ссылка",
106
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Отправить общую ссылку",
107
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Настройки ссылки",
108
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Общая ссылка",
109
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Создайте и скопируйте ссылку",
110
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "URL-адрес общей ссылки",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
111
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "Поделиться элементом „{itemName}“",
112
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "С правом загрузки",
113
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "С правом просмотра",
114
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "С правом просмотра и загрузки",
115
120
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Ваши настройки сохранены.",
116
121
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Настраиваемые URL-адреса могут содержать от 12 до 30 символов с буквами, цифрами и дефисами.",
117
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Введите настраиваемый URL-адрес"
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Введите настраиваемый URL-адрес",
123
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Настраиваемые URL-адреса могут содержать от 12 до 30 символов с буквами, цифрами и дефисами."
118
124
  }
@@ -22,6 +22,14 @@ groupSharedFeatures.usm.expirationRequiredErrorMessage = Выберите дат
22
22
  groupSharedFeatures.usm.invalidEmailErrorMessage = Неверный адрес эл. почты
23
23
  # Close button aria label for the notifications
24
24
  groupSharedFeatures.usm.noticeCloseLabel = Закрыть
25
+ # Error message for the password field when password contains forbidden characters.
26
+ groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Пароль не должен содержать пробелы, а также символы «<» или «>»
27
+ # Error message for the password field when password does not contain at least one letter, number, or symbol
28
+ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Пароль должен содержать не менее одной заглавной буквы, цифры или специального символа.
29
+ # Error message for the password field when password does not contain at least 8 characters.
30
+ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Пароль должен содержать не менее 8 символов
31
+ # Error message for the password field when password is not provided
32
+ groupSharedFeatures.usm.passwordRequiredErrorMessage = Введите пароль
25
33
  # Body text of the Remove Shared Link modal
26
34
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Это приведет к окончательному удалению общей ссылки. Если этот элемент встроен в другие веб-сайты, он также станет недоступным. Любые пользовательские свойства, настройки и сроки действия также будут удалены. Продолжить?
27
35
  # Button text to cancel removing a shared link
@@ -162,6 +170,12 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessN
162
170
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = Общая ссылка создана. Нажмите «Копировать», чтобы поделиться.
163
171
  # Notification text when the shared link is successfully copied to clipboard after link is created
164
172
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Общая ссылка создана и скопирована в буфер обмена.
173
+ # Label for the permission level where shared link users can download the item
174
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = Доступ для просмотра и скачивания
175
+ # Label for the permission level where shared link users can edit the item
176
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = Доступ для изменения
177
+ # Label for the permission level where shared link users can preview the item
178
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel = Доступ только для просмотра
165
179
  # Description for the access level where only invited users can access the item
166
180
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = Доступ к этому {item} разрешен только приглашенным пользователям
167
181
  # Label for the access level where only invited users can access the item