@box/unified-share-modal 1.32.1 → 1.34.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/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-role.js +39 -39
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-section.js +107 -102
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-section.js +66 -66
- package/dist/esm/lib/unified-share-modal.js +56 -54
- package/dist/i18n/bn-IN.js +13 -13
- package/dist/i18n/bn-IN.properties +34 -0
- package/dist/i18n/da-DK.js +13 -13
- package/dist/i18n/da-DK.properties +34 -0
- package/dist/i18n/de-DE.js +13 -13
- package/dist/i18n/de-DE.properties +34 -0
- package/dist/i18n/en-AU.js +6 -6
- package/dist/i18n/en-AU.properties +34 -0
- package/dist/i18n/en-CA.properties +34 -0
- package/dist/i18n/en-GB.js +6 -6
- package/dist/i18n/en-GB.properties +34 -0
- package/dist/i18n/en-x-pseudo.js +153 -153
- package/dist/i18n/en-x-pseudo.properties +170 -136
- package/dist/i18n/es-419.js +12 -12
- package/dist/i18n/es-419.properties +34 -0
- package/dist/i18n/es-ES.js +12 -12
- package/dist/i18n/es-ES.properties +34 -0
- package/dist/i18n/fi-FI.js +13 -13
- package/dist/i18n/fi-FI.properties +34 -0
- package/dist/i18n/fr-CA.js +13 -13
- package/dist/i18n/fr-CA.properties +34 -0
- package/dist/i18n/fr-FR.js +13 -13
- package/dist/i18n/fr-FR.properties +34 -0
- package/dist/i18n/hi-IN.js +13 -13
- package/dist/i18n/hi-IN.properties +34 -0
- package/dist/i18n/it-IT.js +13 -13
- package/dist/i18n/it-IT.properties +34 -0
- package/dist/i18n/ja-JP.js +13 -13
- package/dist/i18n/ja-JP.properties +34 -0
- package/dist/i18n/ko-KR.js +13 -13
- package/dist/i18n/ko-KR.properties +34 -0
- package/dist/i18n/nb-NO.js +13 -13
- package/dist/i18n/nb-NO.properties +34 -0
- package/dist/i18n/nl-NL.js +13 -13
- package/dist/i18n/nl-NL.properties +34 -0
- package/dist/i18n/pl-PL.js +13 -13
- package/dist/i18n/pl-PL.properties +34 -0
- package/dist/i18n/pt-BR.js +13 -13
- package/dist/i18n/pt-BR.properties +34 -0
- package/dist/i18n/ru-RU.js +13 -13
- package/dist/i18n/ru-RU.properties +34 -0
- package/dist/i18n/sv-SE.js +13 -13
- package/dist/i18n/sv-SE.properties +34 -0
- package/dist/i18n/tr-TR.js +13 -13
- package/dist/i18n/tr-TR.properties +34 -0
- package/dist/i18n/zh-CN.js +13 -13
- package/dist/i18n/zh-CN.properties +34 -0
- package/dist/i18n/zh-TW.js +13 -13
- package/dist/i18n/zh-TW.properties +34 -0
- package/dist/styles/collaboration-role.css +1 -1
- package/dist/styles/collaboration-section.css +1 -1
- package/dist/styles/shared-link-section.css +1 -1
- package/dist/types/lib/contexts/unified-share-modal-context.d.ts +1 -0
- package/dist/types/lib/unified-share-modal.d.ts +2 -1
- package/package.json +4 -4
package/dist/i18n/nb-NO.js
CHANGED
|
@@ -12,7 +12,7 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Utløpsdato må være i fremtiden",
|
|
13
13
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Velg en utløpsdato",
|
|
14
14
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Ugyldig e-postadresse",
|
|
15
|
-
"groupSharedFeatures.usm.justificationRequiredError": "
|
|
15
|
+
"groupSharedFeatures.usm.justificationRequiredError": "Velg en begrunnelse eller fjern {count,plural,one{{count} begrenset bruker} other{{count} restricted users}} for å fortsette.",
|
|
16
16
|
"groupSharedFeatures.usm.noticeCloseLabel": "Lukk",
|
|
17
17
|
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Passord kan ikke inneholde mellomrom, «<» eller «>»",
|
|
18
18
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Passord må inneholde minst en stor bokstav, tall eller spesialtegn",
|
|
@@ -32,7 +32,7 @@ export default {
|
|
|
32
32
|
"groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel": "Laster inn",
|
|
33
33
|
"groupSharedFeatures.usm.removeSharedLinkModal.okayButton": "Ok",
|
|
34
34
|
"groupSharedFeatures.usm.removeSharedLinkModal.title": "Fjern delt kobling",
|
|
35
|
-
"groupSharedFeatures.usm.restrictedContactsError": "
|
|
35
|
+
"groupSharedFeatures.usm.restrictedContactsError": "Fjern {count,plural,one{{count} begrenset bruker} other{{count} restricted users}} for å fortsette.",
|
|
36
36
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton": "Avbryt",
|
|
37
37
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Lukk",
|
|
38
38
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification": "Nedlasting er deaktivert for innholdet på grunn av klassifiseringen.",
|
|
@@ -40,7 +40,7 @@ export default {
|
|
|
40
40
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent": "Nedlasting av dette innholdet er deaktivert på grunn av en retningslinje for sikkerhet.",
|
|
41
41
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel": "Direktekobling",
|
|
42
42
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "Tillat brukere med den delte koblingen til å laste ned dette elementet",
|
|
43
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.hidePasswordAriaLabel": "
|
|
43
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.hidePasswordAriaLabel": "Skjul passord",
|
|
44
44
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Lær mer om innstillinger for delte koblinger.",
|
|
45
45
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Velge en utløpsdato",
|
|
46
46
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "Tøm datovelger",
|
|
@@ -54,7 +54,7 @@ export default {
|
|
|
54
54
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Passordbeskyttelse",
|
|
55
55
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "Passord må inneholde minst åtte tegn, og må inneholde minst en stor bokstav, et tall eller spesialtegn.",
|
|
56
56
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "Lagre",
|
|
57
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.showPasswordAriaLabel": "
|
|
57
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.showPasswordAriaLabel": "Vis passord",
|
|
58
58
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle": "Dette innholdet er tilgjengelig for alle i bedriften med koblingen, og kan vises eller lastes ned. {learnSharedLinkSettingsLink}",
|
|
59
59
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.title": "Innstillinger for delte koblinger",
|
|
60
60
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "Egendefinerte URL-adresser skal ikke brukes ved deling av sensitivt innhold.",
|
|
@@ -65,28 +65,28 @@ export default {
|
|
|
65
65
|
"groupSharedFeatures.usm.successNoticeIcon": "Suksess",
|
|
66
66
|
"groupSharedFeatures.usm.unifiedShareFormModal.closeButton": "Lukk",
|
|
67
67
|
"groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole": "Co-owner",
|
|
68
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification": "
|
|
68
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification": "Forretningsbegrunnelse",
|
|
69
69
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton": "Avbryt",
|
|
70
70
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton": "Tøm",
|
|
71
71
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton": "Lukk",
|
|
72
72
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription": "Administrer sikkerhet, opplasting, nedlasting, forhåndsvisning, deling, redigering og sletting",
|
|
73
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count,
|
|
74
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count,
|
|
75
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "
|
|
73
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count,plural,one{{count} invitasjon} other{{count} invitations}} kan ikke sendes på grunn av sikkerhetsretningslinjer. {removeLink}",
|
|
74
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count,plural,one{{count} invitasjon} other{{count} invitations}} kan ikke sendes fordi eksternt samarbeid er begrenset på grunn av den anvendte sikkerhetspolicyen. {removeLink}",
|
|
75
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Fjern for å fortsette",
|
|
76
76
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
77
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Opplasting, nedlasting, forhåndsvisning, deling og redigering",
|
|
78
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Opplasting, nedlasting, forhåndsvisning, deling, redigering og sletting",
|
|
79
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Send delt kobling via e-post",
|
|
80
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel": "
|
|
80
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel": "feil",
|
|
81
81
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Inviter som {role}",
|
|
82
82
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "Du har ikke tillatelse til å invitere samarbeidspartnere",
|
|
83
83
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Inviter personer",
|
|
84
84
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Legg til navn eller e-postadresser",
|
|
85
85
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Du kan ikke legge til samarbeidspartnere i bokmerker",
|
|
86
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice": "
|
|
87
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel": "
|
|
88
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder": "
|
|
89
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel": "
|
|
86
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice": "Dette innholdet krever en Bedriftsbegrunnelse for {count,plural,one{{count} invitasjon} other{{count} invitations}}. Vennligst velg en bedriftsbegrunnelse nedenfor. {justificationSelect} {removeLink}",
|
|
87
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel": "Alternativt, fjern for å fortsette",
|
|
88
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder": "Velg begrunnelse",
|
|
89
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel": "Laster inn begrunnelsesårsaker",
|
|
90
90
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Laster inn",
|
|
91
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
|
|
92
92
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Laste opp og forhåndsvise",
|
|
@@ -24,6 +24,8 @@ groupSharedFeatures.usm.expirationFutureDateErrorMessage = Utløpsdato må være
|
|
|
24
24
|
groupSharedFeatures.usm.expirationRequiredErrorMessage = Velg en utløpsdato
|
|
25
25
|
# Error message for the email field when email is invalid
|
|
26
26
|
groupSharedFeatures.usm.invalidEmailErrorMessage = Ugyldig e-postadresse
|
|
27
|
+
# Error message when a user tries to send invitations but a business justification is required before proceeding
|
|
28
|
+
groupSharedFeatures.usm.justificationRequiredError = Velg en begrunnelse eller fjern {count,plural,one{{count} begrenset bruker} other{{count} restricted users}} for å fortsette.
|
|
27
29
|
# Close button aria label for the notifications
|
|
28
30
|
groupSharedFeatures.usm.noticeCloseLabel = Lukk
|
|
29
31
|
# Error message for the password field when password contains forbidden characters.
|
|
@@ -62,6 +64,8 @@ groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel = Laster inn
|
|
|
62
64
|
groupSharedFeatures.usm.removeSharedLinkModal.okayButton = Ok
|
|
63
65
|
# Title of the Remove Shared Link modal
|
|
64
66
|
groupSharedFeatures.usm.removeSharedLinkModal.title = Fjern delt kobling
|
|
67
|
+
# Error notification when a user tries to send invitations to restricted users
|
|
68
|
+
groupSharedFeatures.usm.restrictedContactsError = Fjern {count,plural,one{{count} begrenset bruker} other{{count} restricted users}} for å fortsette.
|
|
65
69
|
# Button text to cancel updating the shared link settings
|
|
66
70
|
groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = Avbryt
|
|
67
71
|
# Aria label for the button to close the Shared Link Settings modal
|
|
@@ -76,6 +80,8 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousCont
|
|
|
76
80
|
groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = Direktekobling
|
|
77
81
|
# Label for the download settings toggle
|
|
78
82
|
groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Tillat brukere med den delte koblingen til å laste ned dette elementet
|
|
83
|
+
# Aria label for button to hide password
|
|
84
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.hidePasswordAriaLabel = Skjul passord
|
|
79
85
|
# Link to learn more about shared link settings
|
|
80
86
|
groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink = Lær mer om innstillinger for delte koblinger.
|
|
81
87
|
# Aria label for the calendar in the link expiration settings
|
|
@@ -102,6 +108,8 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText = Passordbesk
|
|
|
102
108
|
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = Passord må inneholde minst åtte tegn, og må inneholde minst en stor bokstav, et tall eller spesialtegn.
|
|
103
109
|
# Button text to confirm saving the shared link settings
|
|
104
110
|
groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = Lagre
|
|
111
|
+
# Aria label for button to reveal password
|
|
112
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.showPasswordAriaLabel = Vis passord
|
|
105
113
|
# subtitle of the Shared Link settings modal
|
|
106
114
|
groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle = Dette innholdet er tilgjengelig for alle i bedriften med koblingen, og kan vises eller lastes ned. {learnSharedLinkSettingsLink}
|
|
107
115
|
# Title of the Shared Link Settings modal
|
|
@@ -122,6 +130,8 @@ groupSharedFeatures.usm.successNoticeIcon = Suksess
|
|
|
122
130
|
groupSharedFeatures.usm.unifiedShareFormModal.closeButton = Lukk
|
|
123
131
|
# Label for the role of a collaborator who co-owns the item
|
|
124
132
|
groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole = Co-owner
|
|
133
|
+
# Title for the dropdown to select a business justification reason
|
|
134
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification = Forretningsbegrunnelse
|
|
125
135
|
# Button text to cancel inviting collaborators to the file / folder
|
|
126
136
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton = Avbryt
|
|
127
137
|
# Aria label for the button to clear the input field for selecting users
|
|
@@ -130,12 +140,22 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton =
|
|
|
130
140
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton = Lukk
|
|
131
141
|
# Description for the collaboration role with "Co-owner" permissions to the item
|
|
132
142
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription = Administrer sikkerhet, opplasting, nedlasting, forhåndsvisning, deling, redigering og sletting
|
|
143
|
+
# Text for the notice when there are Information Barrier collaboration restrictions
|
|
144
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice = {count,plural,one{{count} invitasjon} other{{count} invitations}} kan ikke sendes på grunn av sikkerhetsretningslinjer. {removeLink}
|
|
145
|
+
# Text for the notice when there are collaboration restrictions
|
|
146
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice = {count,plural,one{{count} invitasjon} other{{count} invitations}} kan ikke sendes fordi eksternt samarbeid er begrenset på grunn av den anvendte sikkerhetspolicyen. {removeLink}
|
|
147
|
+
# Label for the button that removes restricted contacts
|
|
148
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = Fjern for å fortsette
|
|
149
|
+
# Text shown in share modal when there is at least one external collaborator
|
|
150
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = This content will be shared with external collaborators.
|
|
133
151
|
# Description for the collaboration role with "Editor" permissions to the item
|
|
134
152
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = Opplasting, nedlasting, forhåndsvisning, deling og redigering
|
|
135
153
|
# Description for the collaboration role with "Editor" permissions to the folder
|
|
136
154
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription = Opplasting, nedlasting, forhåndsvisning, deling, redigering og sletting
|
|
137
155
|
# Label for the field to select users to email the shared link of the item
|
|
138
156
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel = Send delt kobling via e-post
|
|
157
|
+
# Aria label for the error icon in the inline notice
|
|
158
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel = feil
|
|
139
159
|
# Label for the button to select the collaboration role of the new collaborator
|
|
140
160
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel = Inviter som {role}
|
|
141
161
|
# Tooltip on the collaboration form when the user does not have permission to invite collaborators
|
|
@@ -146,6 +166,14 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleL
|
|
|
146
166
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder = Legg til navn eller e-postadresser
|
|
147
167
|
# Tooltip on the collaboration form when the item is a bookmark
|
|
148
168
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip = Du kan ikke legge til samarbeidspartnere i bokmerker
|
|
169
|
+
# Text for the notice when there are collaboration restrictions and business justifications are allowed
|
|
170
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice = Dette innholdet krever en Bedriftsbegrunnelse for {count,plural,one{{count} invitasjon} other{{count} invitations}}. Vennligst velg en bedriftsbegrunnelse nedenfor. {justificationSelect} {removeLink}
|
|
171
|
+
# Label for the button that removes restricted contacts when justifications are allowed
|
|
172
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel = Alternativt, fjern for å fortsette
|
|
173
|
+
# Placeholder text for the dropdown to select a business justification reason
|
|
174
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder = Velg begrunnelse
|
|
175
|
+
# Aria label for the loading indicator when fetching justification reasons
|
|
176
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel = Laster inn begrunnelsesårsaker
|
|
149
177
|
# Aria label for the loading indicator of the Unified Share Modal
|
|
150
178
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel = Laster inn
|
|
151
179
|
# Description for the collaboration role with "Previewer" permissions to the item
|
|
@@ -244,8 +272,14 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelL
|
|
|
244
272
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip = Du har ikke tillatelse til å fjerne koblingen
|
|
245
273
|
# Label for the section to manage the shared link of the file / folder
|
|
246
274
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Delingskobling
|
|
275
|
+
# Text shown in share modal when shared link is editable and is open to public access
|
|
276
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Publicly available for anyone to view and download. Any logged in users with the link can edit.
|
|
277
|
+
# Text shown in share modal when shared link is editable and is open to company access
|
|
278
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = People who have access to this link can edit.
|
|
247
279
|
# Aria label and tooltip for the icon button to email the shared link
|
|
248
280
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Send delt kobling
|
|
281
|
+
# Text shown in share modal when shared link is open to public access
|
|
282
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = This content is publicly available to anyone with the link.
|
|
249
283
|
# Label for the button link to open the Shared Link Settings modal
|
|
250
284
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = Koblingsinnstillinger
|
|
251
285
|
# Label for the toggle to create and delete the shared link
|
package/dist/i18n/nl-NL.js
CHANGED
|
@@ -12,7 +12,7 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Vervaldatum moet in de toekomst liggen",
|
|
13
13
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Selecteer een vervaldatum",
|
|
14
14
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Ongeldig e-mailadres",
|
|
15
|
-
"groupSharedFeatures.usm.justificationRequiredError": "
|
|
15
|
+
"groupSharedFeatures.usm.justificationRequiredError": "Selecteer een verantwoording of verwijder de {count,plural,one{{count} gebruiker met beperkte toegang} other{{count} gebruikers met beperkte toegang}} om door te gaan.",
|
|
16
16
|
"groupSharedFeatures.usm.noticeCloseLabel": "Sluiten",
|
|
17
17
|
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Wachtwoord mag geen spatie, \"<\" of \">\" bevatten",
|
|
18
18
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Wachtwoord moet ten minste één hoofdletter, cijfer of speciaal teken bevatten",
|
|
@@ -32,7 +32,7 @@ export default {
|
|
|
32
32
|
"groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel": "Laden",
|
|
33
33
|
"groupSharedFeatures.usm.removeSharedLinkModal.okayButton": "OK",
|
|
34
34
|
"groupSharedFeatures.usm.removeSharedLinkModal.title": "Verwijder gedeelde link",
|
|
35
|
-
"groupSharedFeatures.usm.restrictedContactsError": "
|
|
35
|
+
"groupSharedFeatures.usm.restrictedContactsError": "Verwijder de {count,plural,one{{count} gebruiker met beperkte toegang} other{{count} gebruikers met beperkte toegang}} om door te gaan.",
|
|
36
36
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton": "Annuleren",
|
|
37
37
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Sluiten",
|
|
38
38
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification": "Downloaden is uitgeschakeld voor inhoud vanwege de classificatie.",
|
|
@@ -40,7 +40,7 @@ export default {
|
|
|
40
40
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent": "Het downloaden van deze inhoud is uitgeschakeld op basis van een beveiligingsbeleid.",
|
|
41
41
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel": "Directe link",
|
|
42
42
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "Sta gebruikers met de gedeelde link toe om dit item te downloaden",
|
|
43
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.hidePasswordAriaLabel": "
|
|
43
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.hidePasswordAriaLabel": "Wachtwoord verbergen",
|
|
44
44
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Meer informatie over instellingen voor gedeelde links.",
|
|
45
45
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Selecteer een vervaldatum",
|
|
46
46
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "Datumkiezer wissen",
|
|
@@ -54,7 +54,7 @@ export default {
|
|
|
54
54
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Wachtwoordbeveiliging",
|
|
55
55
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "Wachtwoorden moeten ten minste 8 tekens bevatten en moeten ten minste één hoofdletter, cijfer of speciaal teken bevatten.",
|
|
56
56
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "Opslaan",
|
|
57
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.showPasswordAriaLabel": "
|
|
57
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.showPasswordAriaLabel": "Wachtwoord weergeven",
|
|
58
58
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle": "Deze inhoud is beschikbaar voor iedereen binnen uw bedrijf met de link en iedereen binnen uw bedrijf met de link kan de inhoud bekijken of downloaden. {learnSharedLinkSettingsLink}",
|
|
59
59
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.title": "Instellingen voor gedeelde link",
|
|
60
60
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "Aangepaste URL's dienen niet te worden gebruikt bij het delen van gevoelige inhoud.",
|
|
@@ -65,28 +65,28 @@ export default {
|
|
|
65
65
|
"groupSharedFeatures.usm.successNoticeIcon": "Geslaagd",
|
|
66
66
|
"groupSharedFeatures.usm.unifiedShareFormModal.closeButton": "Sluiten",
|
|
67
67
|
"groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole": "Co-owner",
|
|
68
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification": "
|
|
68
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification": "Zakelijke verantwoording",
|
|
69
69
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton": "Annuleren",
|
|
70
70
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton": "Wissen",
|
|
71
71
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton": "Sluiten",
|
|
72
72
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription": "De beveiliging beheren, uploaden, downloaden, voorbeelden bekijken, delen, bewerken en verwijderen",
|
|
73
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count,
|
|
74
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count,
|
|
75
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "
|
|
73
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count,plural,one{{count} uitnodiging kan} other{{count} uitnodigingen kunnen}} niet worden verzonden vanwege een beveiligingsbeleid. {removeLink}",
|
|
74
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count,plural,one{{count} uitnodiging kan} other{{count} uitnodigingen kunnen}} niet worden verzonden omdat externe samenwerking beperkt is vanwege het toegepaste beveiligingsbeleid. {removeLink}",
|
|
75
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Verwijderen om verder te gaan",
|
|
76
76
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
77
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Uploaden, downloaden, voorbeelden bekijken, delen en bewerken",
|
|
78
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Uploaden, downloaden, voorbeelden bekijken, delen, bewerken en verwijderen",
|
|
79
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Gedeelde link e-mailen",
|
|
80
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel": "
|
|
80
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel": "Fout",
|
|
81
81
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Uitnodigen als {role}",
|
|
82
82
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "U hebt geen machtiging om medebewerkers uit te nodigen",
|
|
83
83
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Mensen uitnodigen",
|
|
84
84
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Namen of e-mailadressen toevoegen",
|
|
85
85
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Medebewerkers kunnen niet worden toegevoegd aan bladwijzers",
|
|
86
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice": "
|
|
87
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel": "
|
|
88
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder": "
|
|
89
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel": "
|
|
86
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice": "Deze inhoud vereist een zakelijke verantwoording voor {count,plural,one{{count} uitnodiging} other{{count} uitnodigingen}}. Selecteer hieronder een zakelijke verantwoording. {justificationSelect} {removeLink}",
|
|
87
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel": "U kunt ook verwijderen om verder te gaan",
|
|
88
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder": "Selecteer verantwoording",
|
|
89
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel": "Verantwoordingen worden geladen",
|
|
90
90
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Laden",
|
|
91
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Alleen bekijken",
|
|
92
92
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Uploaden en voorbeeld bekijken",
|
|
@@ -24,6 +24,8 @@ groupSharedFeatures.usm.expirationFutureDateErrorMessage = Vervaldatum moet in d
|
|
|
24
24
|
groupSharedFeatures.usm.expirationRequiredErrorMessage = Selecteer een vervaldatum
|
|
25
25
|
# Error message for the email field when email is invalid
|
|
26
26
|
groupSharedFeatures.usm.invalidEmailErrorMessage = Ongeldig e-mailadres
|
|
27
|
+
# Error message when a user tries to send invitations but a business justification is required before proceeding
|
|
28
|
+
groupSharedFeatures.usm.justificationRequiredError = Selecteer een verantwoording of verwijder de {count,plural,one{{count} gebruiker met beperkte toegang} other{{count} gebruikers met beperkte toegang}} om door te gaan.
|
|
27
29
|
# Close button aria label for the notifications
|
|
28
30
|
groupSharedFeatures.usm.noticeCloseLabel = Sluiten
|
|
29
31
|
# Error message for the password field when password contains forbidden characters.
|
|
@@ -62,6 +64,8 @@ groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel = Laden
|
|
|
62
64
|
groupSharedFeatures.usm.removeSharedLinkModal.okayButton = OK
|
|
63
65
|
# Title of the Remove Shared Link modal
|
|
64
66
|
groupSharedFeatures.usm.removeSharedLinkModal.title = Verwijder gedeelde link
|
|
67
|
+
# Error notification when a user tries to send invitations to restricted users
|
|
68
|
+
groupSharedFeatures.usm.restrictedContactsError = Verwijder de {count,plural,one{{count} gebruiker met beperkte toegang} other{{count} gebruikers met beperkte toegang}} om door te gaan.
|
|
65
69
|
# Button text to cancel updating the shared link settings
|
|
66
70
|
groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = Annuleren
|
|
67
71
|
# Aria label for the button to close the Shared Link Settings modal
|
|
@@ -76,6 +80,8 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousCont
|
|
|
76
80
|
groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = Directe link
|
|
77
81
|
# Label for the download settings toggle
|
|
78
82
|
groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Sta gebruikers met de gedeelde link toe om dit item te downloaden
|
|
83
|
+
# Aria label for button to hide password
|
|
84
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.hidePasswordAriaLabel = Wachtwoord verbergen
|
|
79
85
|
# Link to learn more about shared link settings
|
|
80
86
|
groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink = Meer informatie over instellingen voor gedeelde links.
|
|
81
87
|
# Aria label for the calendar in the link expiration settings
|
|
@@ -102,6 +108,8 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText = Wachtwoordb
|
|
|
102
108
|
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = Wachtwoorden moeten ten minste 8 tekens bevatten en moeten ten minste één hoofdletter, cijfer of speciaal teken bevatten.
|
|
103
109
|
# Button text to confirm saving the shared link settings
|
|
104
110
|
groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = Opslaan
|
|
111
|
+
# Aria label for button to reveal password
|
|
112
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.showPasswordAriaLabel = Wachtwoord weergeven
|
|
105
113
|
# subtitle of the Shared Link settings modal
|
|
106
114
|
groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle = Deze inhoud is beschikbaar voor iedereen binnen uw bedrijf met de link en iedereen binnen uw bedrijf met de link kan de inhoud bekijken of downloaden. {learnSharedLinkSettingsLink}
|
|
107
115
|
# Title of the Shared Link Settings modal
|
|
@@ -122,6 +130,8 @@ groupSharedFeatures.usm.successNoticeIcon = Geslaagd
|
|
|
122
130
|
groupSharedFeatures.usm.unifiedShareFormModal.closeButton = Sluiten
|
|
123
131
|
# Label for the role of a collaborator who co-owns the item
|
|
124
132
|
groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole = Co-owner
|
|
133
|
+
# Title for the dropdown to select a business justification reason
|
|
134
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification = Zakelijke verantwoording
|
|
125
135
|
# Button text to cancel inviting collaborators to the file / folder
|
|
126
136
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton = Annuleren
|
|
127
137
|
# Aria label for the button to clear the input field for selecting users
|
|
@@ -130,12 +140,22 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton =
|
|
|
130
140
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton = Sluiten
|
|
131
141
|
# Description for the collaboration role with "Co-owner" permissions to the item
|
|
132
142
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription = De beveiliging beheren, uploaden, downloaden, voorbeelden bekijken, delen, bewerken en verwijderen
|
|
143
|
+
# Text for the notice when there are Information Barrier collaboration restrictions
|
|
144
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice = {count,plural,one{{count} uitnodiging kan} other{{count} uitnodigingen kunnen}} niet worden verzonden vanwege een beveiligingsbeleid. {removeLink}
|
|
145
|
+
# Text for the notice when there are collaboration restrictions
|
|
146
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice = {count,plural,one{{count} uitnodiging kan} other{{count} uitnodigingen kunnen}} niet worden verzonden omdat externe samenwerking beperkt is vanwege het toegepaste beveiligingsbeleid. {removeLink}
|
|
147
|
+
# Label for the button that removes restricted contacts
|
|
148
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = Verwijderen om verder te gaan
|
|
149
|
+
# Text shown in share modal when there is at least one external collaborator
|
|
150
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = This content will be shared with external collaborators.
|
|
133
151
|
# Description for the collaboration role with "Editor" permissions to the item
|
|
134
152
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = Uploaden, downloaden, voorbeelden bekijken, delen en bewerken
|
|
135
153
|
# Description for the collaboration role with "Editor" permissions to the folder
|
|
136
154
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription = Uploaden, downloaden, voorbeelden bekijken, delen, bewerken en verwijderen
|
|
137
155
|
# Label for the field to select users to email the shared link of the item
|
|
138
156
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel = Gedeelde link e-mailen
|
|
157
|
+
# Aria label for the error icon in the inline notice
|
|
158
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel = Fout
|
|
139
159
|
# Label for the button to select the collaboration role of the new collaborator
|
|
140
160
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel = Uitnodigen als {role}
|
|
141
161
|
# Tooltip on the collaboration form when the user does not have permission to invite collaborators
|
|
@@ -146,6 +166,14 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleL
|
|
|
146
166
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder = Namen of e-mailadressen toevoegen
|
|
147
167
|
# Tooltip on the collaboration form when the item is a bookmark
|
|
148
168
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip = Medebewerkers kunnen niet worden toegevoegd aan bladwijzers
|
|
169
|
+
# Text for the notice when there are collaboration restrictions and business justifications are allowed
|
|
170
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice = Deze inhoud vereist een zakelijke verantwoording voor {count,plural,one{{count} uitnodiging} other{{count} uitnodigingen}}. Selecteer hieronder een zakelijke verantwoording. {justificationSelect} {removeLink}
|
|
171
|
+
# Label for the button that removes restricted contacts when justifications are allowed
|
|
172
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel = U kunt ook verwijderen om verder te gaan
|
|
173
|
+
# Placeholder text for the dropdown to select a business justification reason
|
|
174
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder = Selecteer verantwoording
|
|
175
|
+
# Aria label for the loading indicator when fetching justification reasons
|
|
176
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel = Verantwoordingen worden geladen
|
|
149
177
|
# Aria label for the loading indicator of the Unified Share Modal
|
|
150
178
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel = Laden
|
|
151
179
|
# Description for the collaboration role with "Previewer" permissions to the item
|
|
@@ -244,8 +272,14 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelL
|
|
|
244
272
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip = U bent niet gemachtigd om de link te verwijderen
|
|
245
273
|
# Label for the section to manage the shared link of the file / folder
|
|
246
274
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Link delen
|
|
275
|
+
# Text shown in share modal when shared link is editable and is open to public access
|
|
276
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Publicly available for anyone to view and download. Any logged in users with the link can edit.
|
|
277
|
+
# Text shown in share modal when shared link is editable and is open to company access
|
|
278
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = People who have access to this link can edit.
|
|
247
279
|
# Aria label and tooltip for the icon button to email the shared link
|
|
248
280
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Gedeelde link verzenden
|
|
281
|
+
# Text shown in share modal when shared link is open to public access
|
|
282
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = This content is publicly available to anyone with the link.
|
|
249
283
|
# Label for the button link to open the Shared Link Settings modal
|
|
250
284
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = Link-instellingen
|
|
251
285
|
# Label for the toggle to create and delete the shared link
|
package/dist/i18n/pl-PL.js
CHANGED
|
@@ -12,7 +12,7 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Data wygaśnięcia musi być datą w przyszłości",
|
|
13
13
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Proszę wybrać datę wygaśnięcia",
|
|
14
14
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Nieprawidłowy adres e-mail",
|
|
15
|
-
"groupSharedFeatures.usm.justificationRequiredError": "
|
|
15
|
+
"groupSharedFeatures.usm.justificationRequiredError": "Wybierz uzasadnienie, lub usuń {count,plural,one{{count} użytkownika z ograniczeniem} other{{count} użytkownika z ograniczeniem} many{{count} użytkowników z ograniczeniem} few{{count} użytkowników z ograniczeniem}}, aby kontynuować.",
|
|
16
16
|
"groupSharedFeatures.usm.noticeCloseLabel": "Zamknij",
|
|
17
17
|
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Hasło nie może zawierać spacji, „<” ani „>”",
|
|
18
18
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Hasło musi zawierać co najmniej jedną wielką literę, cyfrę lub znak specjalny",
|
|
@@ -32,7 +32,7 @@ export default {
|
|
|
32
32
|
"groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel": "Wczytywanie",
|
|
33
33
|
"groupSharedFeatures.usm.removeSharedLinkModal.okayButton": "OK",
|
|
34
34
|
"groupSharedFeatures.usm.removeSharedLinkModal.title": "Usuń łącze udostępnione",
|
|
35
|
-
"groupSharedFeatures.usm.restrictedContactsError": "
|
|
35
|
+
"groupSharedFeatures.usm.restrictedContactsError": "Usuń {count,plural,one{{count} użytkownika z ograniczeniem} other{{count} użytkownika z ograniczeniem} few{{count} użytkowników z ograniczeniem} many{{count} użytkowników z ograniczeniem}} aby kontynuować.",
|
|
36
36
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton": "Anuluj",
|
|
37
37
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Zamknij",
|
|
38
38
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification": "Pobieranie treści zostało wyłączone w oparciu o klasyfikację.",
|
|
@@ -40,7 +40,7 @@ export default {
|
|
|
40
40
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent": "Pobieranie tej zawartości zostało wyłączone w oparciu o zasady zabezpieczeń.",
|
|
41
41
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel": "Łącze bezpośrednie",
|
|
42
42
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "Zezwól użytkownikom z łączem udostępnionym na pobranie tego elementu",
|
|
43
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.hidePasswordAriaLabel": "
|
|
43
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.hidePasswordAriaLabel": "Ukryj hasło",
|
|
44
44
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Więcej informacji o ustawieniach łącza udostępnionego.",
|
|
45
45
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Wybierać datę wygasanie",
|
|
46
46
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "Wyczyść wybór daty",
|
|
@@ -54,7 +54,7 @@ export default {
|
|
|
54
54
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Ochrona hasła",
|
|
55
55
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "Hasła muszą zawierać co najmniej 8 znaków, w tym co najmniej jedną wielką literę, cyfrę lub znak specjalny.",
|
|
56
56
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "Zapisz",
|
|
57
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.showPasswordAriaLabel": "
|
|
57
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.showPasswordAriaLabel": "Pokaż hasło",
|
|
58
58
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle": "Ta zawartość jest dostępna do wyświetlania i pobierania dla wszystkich osób w Twojej firmie dysponujących łączem. {learnSharedLinkSettingsLink}",
|
|
59
59
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.title": "Ustawienia łącza udostępnionego",
|
|
60
60
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "Nie należy używać niestandardowych adresów URL podczas udostępniania poufnej zawartości.",
|
|
@@ -65,28 +65,28 @@ export default {
|
|
|
65
65
|
"groupSharedFeatures.usm.successNoticeIcon": "Powodzenie",
|
|
66
66
|
"groupSharedFeatures.usm.unifiedShareFormModal.closeButton": "Zamknij",
|
|
67
67
|
"groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole": "Co-owner",
|
|
68
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification": "
|
|
68
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification": "Uzasadnienie biznesowe",
|
|
69
69
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton": "Anuluj",
|
|
70
70
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton": "Wyczyść",
|
|
71
71
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton": "Zamknij",
|
|
72
72
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription": "Zarządzanie bezpieczeństwem, przekazywanie, pobieranie, wyświetlanie podglądu, udostępnianie, edytowanie i usuwanie",
|
|
73
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count,
|
|
74
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count,
|
|
75
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "
|
|
73
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "Nie można wysłać {count,plural,one{{count} zaproszenia} other{{count} zaproszenia} few{{count} zaproszeń} many{{count} zaproszeń}} z powodu zasad zabezpieczeń. {removeLink}",
|
|
74
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "Nie można wysłać {count,plural,one{{count} zaproszenia} other{{count} zaproszenia} few{{count} zaproszeń} many{{count} zaproszeń}} ze względu na ograniczenie współpracy zewnętrznej w wyniku zastosowanych zasad zabezpieczeń. {removeLink}",
|
|
75
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Usuń, aby kontynuować",
|
|
76
76
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
77
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Przekazywanie, pobieranie, wyświetlanie podglądu, udostępnianie i edytowanie",
|
|
78
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Przekazywanie, pobieranie, wyświetlanie podglądu, udostępnianie, edytowanie i usuwanie",
|
|
79
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Wyślij łącze udostępnione w wiadomości e-mail",
|
|
80
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel": "
|
|
80
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel": "Błąd",
|
|
81
81
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Zaproś jako: {role}",
|
|
82
82
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "Nie masz uprawnień do zapraszania współpracowników",
|
|
83
83
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Zaproś osoby",
|
|
84
84
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Dodaj nazwy lub adresy e-mail",
|
|
85
85
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Współpracowników nie można dodać do zakładek",
|
|
86
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice": "
|
|
87
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel": "
|
|
88
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder": "
|
|
89
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel": "
|
|
86
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice": "Ta zawartość wymaga uzasadnienia biznesowego dla {count,plural,one{{count} zaproszenia} other{{count} zaproszenia} few{{count} zaproszeń} many{{count} zaproszeń}}. Wybierz uzasadnienie biznesowe poniżej. {justificationSelect} {removeLink}",
|
|
87
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel": "Albo usuń, aby kontynuować",
|
|
88
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder": "Wybierz uzasadnienie",
|
|
89
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel": "Wczytywanie przyczyn uzasadnienia",
|
|
90
90
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Wczytywanie",
|
|
91
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
|
|
92
92
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Przekazywanie i wyświetlanie podglądu",
|
|
@@ -24,6 +24,8 @@ groupSharedFeatures.usm.expirationFutureDateErrorMessage = Data wygaśnięcia mu
|
|
|
24
24
|
groupSharedFeatures.usm.expirationRequiredErrorMessage = Proszę wybrać datę wygaśnięcia
|
|
25
25
|
# Error message for the email field when email is invalid
|
|
26
26
|
groupSharedFeatures.usm.invalidEmailErrorMessage = Nieprawidłowy adres e-mail
|
|
27
|
+
# Error message when a user tries to send invitations but a business justification is required before proceeding
|
|
28
|
+
groupSharedFeatures.usm.justificationRequiredError = Wybierz uzasadnienie, lub usuń {count,plural,one{{count} użytkownika z ograniczeniem} other{{count} użytkownika z ograniczeniem} many{{count} użytkowników z ograniczeniem} few{{count} użytkowników z ograniczeniem}}, aby kontynuować.
|
|
27
29
|
# Close button aria label for the notifications
|
|
28
30
|
groupSharedFeatures.usm.noticeCloseLabel = Zamknij
|
|
29
31
|
# Error message for the password field when password contains forbidden characters.
|
|
@@ -62,6 +64,8 @@ groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel = Wczytywanie
|
|
|
62
64
|
groupSharedFeatures.usm.removeSharedLinkModal.okayButton = OK
|
|
63
65
|
# Title of the Remove Shared Link modal
|
|
64
66
|
groupSharedFeatures.usm.removeSharedLinkModal.title = Usuń łącze udostępnione
|
|
67
|
+
# Error notification when a user tries to send invitations to restricted users
|
|
68
|
+
groupSharedFeatures.usm.restrictedContactsError = Usuń {count,plural,one{{count} użytkownika z ograniczeniem} other{{count} użytkownika z ograniczeniem} few{{count} użytkowników z ograniczeniem} many{{count} użytkowników z ograniczeniem}} aby kontynuować.
|
|
65
69
|
# Button text to cancel updating the shared link settings
|
|
66
70
|
groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = Anuluj
|
|
67
71
|
# Aria label for the button to close the Shared Link Settings modal
|
|
@@ -76,6 +80,8 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousCont
|
|
|
76
80
|
groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = Łącze bezpośrednie
|
|
77
81
|
# Label for the download settings toggle
|
|
78
82
|
groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Zezwól użytkownikom z łączem udostępnionym na pobranie tego elementu
|
|
83
|
+
# Aria label for button to hide password
|
|
84
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.hidePasswordAriaLabel = Ukryj hasło
|
|
79
85
|
# Link to learn more about shared link settings
|
|
80
86
|
groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink = Więcej informacji o ustawieniach łącza udostępnionego.
|
|
81
87
|
# Aria label for the calendar in the link expiration settings
|
|
@@ -102,6 +108,8 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText = Ochrona has
|
|
|
102
108
|
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = Hasła muszą zawierać co najmniej 8 znaków, w tym co najmniej jedną wielką literę, cyfrę lub znak specjalny.
|
|
103
109
|
# Button text to confirm saving the shared link settings
|
|
104
110
|
groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = Zapisz
|
|
111
|
+
# Aria label for button to reveal password
|
|
112
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.showPasswordAriaLabel = Pokaż hasło
|
|
105
113
|
# subtitle of the Shared Link settings modal
|
|
106
114
|
groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle = Ta zawartość jest dostępna do wyświetlania i pobierania dla wszystkich osób w Twojej firmie dysponujących łączem. {learnSharedLinkSettingsLink}
|
|
107
115
|
# Title of the Shared Link Settings modal
|
|
@@ -122,6 +130,8 @@ groupSharedFeatures.usm.successNoticeIcon = Powodzenie
|
|
|
122
130
|
groupSharedFeatures.usm.unifiedShareFormModal.closeButton = Zamknij
|
|
123
131
|
# Label for the role of a collaborator who co-owns the item
|
|
124
132
|
groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole = Co-owner
|
|
133
|
+
# Title for the dropdown to select a business justification reason
|
|
134
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification = Uzasadnienie biznesowe
|
|
125
135
|
# Button text to cancel inviting collaborators to the file / folder
|
|
126
136
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton = Anuluj
|
|
127
137
|
# Aria label for the button to clear the input field for selecting users
|
|
@@ -130,12 +140,22 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton =
|
|
|
130
140
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton = Zamknij
|
|
131
141
|
# Description for the collaboration role with "Co-owner" permissions to the item
|
|
132
142
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription = Zarządzanie bezpieczeństwem, przekazywanie, pobieranie, wyświetlanie podglądu, udostępnianie, edytowanie i usuwanie
|
|
143
|
+
# Text for the notice when there are Information Barrier collaboration restrictions
|
|
144
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice = Nie można wysłać {count,plural,one{{count} zaproszenia} other{{count} zaproszenia} few{{count} zaproszeń} many{{count} zaproszeń}} z powodu zasad zabezpieczeń. {removeLink}
|
|
145
|
+
# Text for the notice when there are collaboration restrictions
|
|
146
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice = Nie można wysłać {count,plural,one{{count} zaproszenia} other{{count} zaproszenia} few{{count} zaproszeń} many{{count} zaproszeń}} ze względu na ograniczenie współpracy zewnętrznej w wyniku zastosowanych zasad zabezpieczeń. {removeLink}
|
|
147
|
+
# Label for the button that removes restricted contacts
|
|
148
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = Usuń, aby kontynuować
|
|
149
|
+
# Text shown in share modal when there is at least one external collaborator
|
|
150
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = This content will be shared with external collaborators.
|
|
133
151
|
# Description for the collaboration role with "Editor" permissions to the item
|
|
134
152
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = Przekazywanie, pobieranie, wyświetlanie podglądu, udostępnianie i edytowanie
|
|
135
153
|
# Description for the collaboration role with "Editor" permissions to the folder
|
|
136
154
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription = Przekazywanie, pobieranie, wyświetlanie podglądu, udostępnianie, edytowanie i usuwanie
|
|
137
155
|
# Label for the field to select users to email the shared link of the item
|
|
138
156
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel = Wyślij łącze udostępnione w wiadomości e-mail
|
|
157
|
+
# Aria label for the error icon in the inline notice
|
|
158
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel = Błąd
|
|
139
159
|
# Label for the button to select the collaboration role of the new collaborator
|
|
140
160
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel = Zaproś jako: {role}
|
|
141
161
|
# Tooltip on the collaboration form when the user does not have permission to invite collaborators
|
|
@@ -146,6 +166,14 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleL
|
|
|
146
166
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder = Dodaj nazwy lub adresy e-mail
|
|
147
167
|
# Tooltip on the collaboration form when the item is a bookmark
|
|
148
168
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip = Współpracowników nie można dodać do zakładek
|
|
169
|
+
# Text for the notice when there are collaboration restrictions and business justifications are allowed
|
|
170
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice = Ta zawartość wymaga uzasadnienia biznesowego dla {count,plural,one{{count} zaproszenia} other{{count} zaproszenia} few{{count} zaproszeń} many{{count} zaproszeń}}. Wybierz uzasadnienie biznesowe poniżej. {justificationSelect} {removeLink}
|
|
171
|
+
# Label for the button that removes restricted contacts when justifications are allowed
|
|
172
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel = Albo usuń, aby kontynuować
|
|
173
|
+
# Placeholder text for the dropdown to select a business justification reason
|
|
174
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder = Wybierz uzasadnienie
|
|
175
|
+
# Aria label for the loading indicator when fetching justification reasons
|
|
176
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel = Wczytywanie przyczyn uzasadnienia
|
|
149
177
|
# Aria label for the loading indicator of the Unified Share Modal
|
|
150
178
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel = Wczytywanie
|
|
151
179
|
# Description for the collaboration role with "Previewer" permissions to the item
|
|
@@ -244,8 +272,14 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelL
|
|
|
244
272
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip = Nie masz uprawnień do usunięcia łącza
|
|
245
273
|
# Label for the section to manage the shared link of the file / folder
|
|
246
274
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Łącze udostępnione
|
|
275
|
+
# Text shown in share modal when shared link is editable and is open to public access
|
|
276
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Publicly available for anyone to view and download. Any logged in users with the link can edit.
|
|
277
|
+
# Text shown in share modal when shared link is editable and is open to company access
|
|
278
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = People who have access to this link can edit.
|
|
247
279
|
# Aria label and tooltip for the icon button to email the shared link
|
|
248
280
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Adresy e-mail osób, którym zostanie wysłane łącze udostępnione
|
|
281
|
+
# Text shown in share modal when shared link is open to public access
|
|
282
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = This content is publicly available to anyone with the link.
|
|
249
283
|
# Label for the button link to open the Shared Link Settings modal
|
|
250
284
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = Ustawienia łącza
|
|
251
285
|
# Label for the toggle to create and delete the shared link
|