@box/unified-share-modal 0.50.0 → 0.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/i18n/bn-IN.js +15 -16
- package/dist/i18n/bn-IN.properties +20 -10
- package/dist/i18n/da-DK.js +15 -16
- package/dist/i18n/da-DK.properties +20 -10
- package/dist/i18n/de-DE.js +15 -16
- package/dist/i18n/de-DE.properties +20 -10
- package/dist/i18n/en-AU.js +11 -12
- package/dist/i18n/en-AU.properties +21 -11
- package/dist/i18n/en-CA.js +10 -11
- package/dist/i18n/en-CA.properties +21 -11
- package/dist/i18n/en-GB.js +11 -12
- package/dist/i18n/en-GB.properties +21 -11
- package/dist/i18n/en-x-pseudo.js +121 -122
- package/dist/i18n/en-x-pseudo.properties +127 -117
- package/dist/i18n/es-419.js +14 -15
- package/dist/i18n/es-419.properties +19 -9
- package/dist/i18n/es-ES.js +14 -15
- package/dist/i18n/es-ES.properties +19 -9
- package/dist/i18n/fi-FI.js +15 -16
- package/dist/i18n/fi-FI.properties +20 -10
- package/dist/i18n/fr-CA.js +14 -15
- package/dist/i18n/fr-CA.properties +19 -9
- package/dist/i18n/fr-FR.js +14 -15
- package/dist/i18n/fr-FR.properties +19 -9
- package/dist/i18n/hi-IN.js +15 -16
- package/dist/i18n/hi-IN.properties +20 -10
- package/dist/i18n/it-IT.js +13 -14
- package/dist/i18n/it-IT.properties +18 -8
- package/dist/i18n/ja-JP.js +13 -14
- package/dist/i18n/ja-JP.properties +18 -8
- package/dist/i18n/ko-KR.js +12 -13
- package/dist/i18n/ko-KR.properties +17 -7
- package/dist/i18n/nb-NO.js +15 -16
- package/dist/i18n/nb-NO.properties +20 -10
- package/dist/i18n/nl-NL.js +15 -16
- package/dist/i18n/nl-NL.properties +20 -10
- package/dist/i18n/pl-PL.js +14 -15
- package/dist/i18n/pl-PL.properties +19 -9
- package/dist/i18n/pt-BR.js +15 -16
- package/dist/i18n/pt-BR.properties +20 -10
- package/dist/i18n/ru-RU.js +14 -15
- package/dist/i18n/ru-RU.properties +19 -9
- package/dist/i18n/sv-SE.js +15 -16
- package/dist/i18n/sv-SE.properties +20 -10
- package/dist/i18n/tr-TR.js +14 -15
- package/dist/i18n/tr-TR.properties +19 -9
- package/dist/i18n/zh-CN.js +15 -16
- package/dist/i18n/zh-CN.properties +20 -10
- package/dist/i18n/zh-TW.js +16 -17
- package/dist/i18n/zh-TW.properties +21 -11
- package/package.json +3 -3
|
@@ -12,12 +12,14 @@ groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = 공유 링크를 제
|
|
|
12
12
|
groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText = “{itemName}”의 공유 링크가 성공적으로 제거되었습니다.
|
|
13
13
|
# Error message for the email field when email is not provided
|
|
14
14
|
groupSharedFeatures.usm.emailRequiredErrorMessage = 최소 하나 이상의 올바른 이메일 주소를 입력하십시오.
|
|
15
|
+
# Notification text when the shared link was sent successfully
|
|
16
|
+
groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText = “{itemName}”에 대한 공유 링크가 성공적으로 전송되었습니다.
|
|
15
17
|
# Icon label for the error notifications
|
|
16
18
|
groupSharedFeatures.usm.errorNoticeIcon = 오류
|
|
17
19
|
# Error message for the expiration date field when expiration date is in the past
|
|
18
20
|
groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = 만료 날짜는 미래여야 합니다
|
|
19
21
|
# Error message for the expiration date field when expiration date is not provided
|
|
20
|
-
groupSharedFeatures.usm.expirationRequiredErrorMessage = 날짜를 선택하세요
|
|
22
|
+
groupSharedFeatures.usm.expirationRequiredErrorMessage = 만료 날짜를 선택하세요
|
|
21
23
|
# Error message for the email field when email is invalid
|
|
22
24
|
groupSharedFeatures.usm.invalidEmailErrorMessage = 올바르지 않은 이메일 주소
|
|
23
25
|
# Close button aria label for the notifications
|
|
@@ -25,7 +27,7 @@ groupSharedFeatures.usm.noticeCloseLabel = 닫기
|
|
|
25
27
|
# Error message for the password field when password contains forbidden characters.
|
|
26
28
|
groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = 암호에는 공백, "<" 또는 ">"를 포함할 수 없습니다
|
|
27
29
|
# Error message for the password field when password does not contain at least one letter, number, or symbol
|
|
28
|
-
groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage =
|
|
30
|
+
groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = 암호는 대문자, 숫자 또는 특수 문자가 하나 이상 포함되어야 합니다
|
|
29
31
|
# Error message for the password field when password does not contain at least 8 characters.
|
|
30
32
|
groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = 암호는 8자 이상이어야 합니다
|
|
31
33
|
# Error message for the password field when password is not provided
|
|
@@ -51,7 +53,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = 공
|
|
|
51
53
|
# Link to learn more about shared link settings
|
|
52
54
|
groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink = 공유 링크 설정에 대해 자세히 알아보세요.
|
|
53
55
|
# Aria label for the calendar in the link expiration settings
|
|
54
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel =
|
|
56
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = 만료 날짜 선택
|
|
55
57
|
# Aria label for the clear date picker button in the link expiration settings
|
|
56
58
|
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = 날짜 선택 도구 초기화
|
|
57
59
|
# Label for the date picker in the link expiration settings
|
|
@@ -84,8 +86,6 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText
|
|
|
84
86
|
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel = 사용자 정의 경로
|
|
85
87
|
# Placeholder text for the vanity name input
|
|
86
88
|
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder = 사용자 정의 경로 입력(12자 이상)
|
|
87
|
-
# Text for the vanity name invalid error
|
|
88
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError = 사용자 정의 URL은 12~30자여야 하며, 문자, 숫자, 하이픈을 포함할 수 있습니다.
|
|
89
89
|
# Label for the vanity name toggle
|
|
90
90
|
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText = 비공개가 아닌 맞춤형 URL을 사용하여 콘텐츠를 광범위하게 게시하기
|
|
91
91
|
# Label for the warning notification icon
|
|
@@ -112,10 +112,14 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderD
|
|
|
112
112
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel = 공유 링크 이메일 전송
|
|
113
113
|
# Label for the button to select the collaboration role of the new collaborator
|
|
114
114
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel = {role}(으)로 초대
|
|
115
|
+
# Tooltip on the collaboration form when the user does not have permission to invite collaborators
|
|
116
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip = 공동 작업자를 초대할 수 있는 권한이 없습니다
|
|
115
117
|
# Label for the field to select users to collaborate with on an item
|
|
116
118
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel = 사용자 초대
|
|
117
119
|
# Placeholder for the field to select users to collaborate with on an item
|
|
118
120
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder = 이름 또는 이메일 주소 추가
|
|
121
|
+
# Tooltip on the collaboration form when the item is a bookmark
|
|
122
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip = 공동 작업자는 북마크에 추가될 수 없습니다
|
|
119
123
|
# Aria label for the loading indicator of the Unified Share Modal
|
|
120
124
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel = 로드 중
|
|
121
125
|
# Description for the collaboration role with "Previewer" permissions to the item
|
|
@@ -184,6 +188,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAcc
|
|
|
184
188
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription = 링크를 가진 회사 내 모든 사용자 또는 이 {item}에 초대된 사용자가 액세스할 수 있습니다
|
|
185
189
|
# Label for the access level where users in the company can access the item
|
|
186
190
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel = 회사 내 사용자
|
|
191
|
+
# Tooltip on the shared link toggle when the user does not have permission to create the link
|
|
192
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip = 링크를 만들 수 있는 권한이 없습니다
|
|
187
193
|
# Tooltip on an access level that has been disabled due to a security policy in the enterprise
|
|
188
194
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip = 이 옵션은 보안 정책으로 인해 사용할 수 없습니다
|
|
189
195
|
# Description for the access level where users in the enterprise can access the item
|
|
@@ -204,6 +210,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelI
|
|
|
204
210
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription = 일반적으로 접근 가능한 정보로, 로그인이 필요하지 않습니다
|
|
205
211
|
# Label for the access level where anyone with the URL can access the item
|
|
206
212
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = 링크를 알려 줄 대상
|
|
213
|
+
# Tooltip on the shared link toggle when the user does not have permission to remove the link
|
|
214
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip = 링크를 제거할 수 있는 권한이 없습니다
|
|
207
215
|
# Label for the section to manage the shared link of the file / folder
|
|
208
216
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = 링크 공유
|
|
209
217
|
# Aria label and tooltip for the icon button to email the shared link
|
|
@@ -216,6 +224,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggle
|
|
|
216
224
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip = 링크 생성 및 복사
|
|
217
225
|
# Label for the text field of the URL for sharing the file / folder
|
|
218
226
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel = 공유 링크 URL
|
|
227
|
+
# Text inserted in the access level descriptions when the type of the item is a bookmark
|
|
228
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem = 북마크
|
|
219
229
|
# Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
|
|
220
230
|
groupSharedFeatures.usm.unifiedShareFormModal.title = ‘{itemName}’ 공유
|
|
221
231
|
# Label for the role of a collaborator who can upload to the item
|
|
@@ -225,8 +235,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.viewerRole = 뷰어
|
|
|
225
235
|
# Label for the role of a collaborator who can view and upload to the item
|
|
226
236
|
groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole = 뷰어 업로더
|
|
227
237
|
# Notification text when the shared link settings are successfully saved
|
|
228
|
-
groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = 설정이 성공적으로 저장되었습니다.
|
|
238
|
+
groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = 공유 링크 설정이 성공적으로 저장되었습니다.
|
|
229
239
|
# Text for the vanity name invalid error
|
|
230
|
-
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = 사용자 정의 URL은 12~30자여야 하며, 문자, 숫자, 하이픈을 포함할 수
|
|
240
|
+
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = 사용자 정의 URL은 12~30자여야 하며, 문자, 숫자, 하이픈을 포함할 수 있습니다
|
|
231
241
|
# Error message for the vanity name field when custom URL is not provided
|
|
232
242
|
groupSharedFeatures.usm.vanityNameRequiredErrorMessage = 사용자 지정 URL을 입력하세요
|
package/dist/i18n/nb-NO.js
CHANGED
|
@@ -6,14 +6,14 @@ 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": "
|
|
9
|
+
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "Den delte koblingen for «{itemName}» ble sendt.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "feil",
|
|
11
|
-
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "
|
|
12
|
-
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Velg en
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Utløpsdato må være i fremtiden",
|
|
12
|
+
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Velg en utløpsdato",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Ugyldig e-postadresse",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Lukk",
|
|
15
|
-
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "
|
|
16
|
-
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "
|
|
15
|
+
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Passord kan ikke inneholde mellomrom, «<» eller «>»",
|
|
16
|
+
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Passord må inneholde minst en stor bokstav, tall eller spesialtegn",
|
|
17
17
|
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Passord bør inneholde minst åtte tegn",
|
|
18
18
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "Skriv inn passord",
|
|
19
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?",
|
|
@@ -26,7 +26,7 @@ export default {
|
|
|
26
26
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Lukk",
|
|
27
27
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "Tillat brukere med den delte koblingen til å laste ned dette elementet",
|
|
28
28
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Lær mer om innstillinger for delte koblinger.",
|
|
29
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Velge utløpsdato
|
|
29
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Velge en utløpsdato",
|
|
30
30
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "Tøm datovelger",
|
|
31
31
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "Utløpsdato",
|
|
32
32
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "Bytt til neste måned",
|
|
@@ -36,7 +36,7 @@ export default {
|
|
|
36
36
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "Laster inn",
|
|
37
37
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "Skriv inn passord",
|
|
38
38
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Passordbeskyttelse",
|
|
39
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "
|
|
39
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "Passord må inneholde minst åtte tegn, og må inneholde minst en stor bokstav, et tall eller spesialtegn.",
|
|
40
40
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "Lagre",
|
|
41
41
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle": "Dette innholdet er tilgjengelig for alle i bedriften med koblingen, og kan vises eller lastes ned. {learnSharedLinkSettingsLink}",
|
|
42
42
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.title": "Innstillinger for delte koblinger",
|
|
@@ -56,10 +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": "
|
|
59
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "Du har ikke tillatelse til å invitere samarbeidspartnere",
|
|
60
60
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Inviter personer",
|
|
61
61
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Legg til navn eller e-postadresser",
|
|
62
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "
|
|
62
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Du kan ikke legge til samarbeidspartnere i bokmerker",
|
|
63
63
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Laster inn",
|
|
64
64
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
|
|
65
65
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Laste opp og forhåndsvise",
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
94
94
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Kun inviterte personer",
|
|
95
95
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Alle i bedriften med koblingen, eller personer som er invitert til denne filen {item}, har tilgang til den",
|
|
96
96
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Personer i bedriften din",
|
|
97
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "
|
|
97
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "Du har ikke tillatelse til å opprette koblingen",
|
|
98
98
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Dette alternativet er ikke tilgjengelig på grunn av sikkerhetsbegrensninger",
|
|
99
99
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Alle på {enterprise} med koblingen eller personer invitert til denne {item} har tilgang",
|
|
100
100
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Personer i {enterprise}",
|
|
@@ -105,20 +105,19 @@ export default {
|
|
|
105
105
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "portal",
|
|
106
106
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Tilgangen er offentlig. Ingen pålogging kreves",
|
|
107
107
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Personer med koblingen",
|
|
108
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "
|
|
108
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Du har ikke tillatelse til å fjerne koblingen",
|
|
109
109
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Delingskobling",
|
|
110
110
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Send delt kobling",
|
|
111
111
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Koblingsinnstillinger",
|
|
112
112
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Delt kobling",
|
|
113
113
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Opprett og kopier kobling",
|
|
114
114
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "Nettadressen for delt kobling",
|
|
115
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "
|
|
115
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bokmerke",
|
|
116
116
|
"groupSharedFeatures.usm.unifiedShareFormModal.title": "Del ‘{itemName}’",
|
|
117
117
|
"groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Opplaster",
|
|
118
118
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Seer",
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Visningsprogram/opplastingsprogram",
|
|
120
|
-
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Innstillingene ble lagret.",
|
|
121
|
-
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Egendefinerte nettadresser bør være mellom 12 og 30 tegn og kan inneholde bokstaver, tall og bindestreker
|
|
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."
|
|
120
|
+
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Innstillingene for delte koblinger ble lagret.",
|
|
121
|
+
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Egendefinerte nettadresser bør være mellom 12 og 30 tegn og kan inneholde bokstaver, tall og bindestreker",
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Skriv inn en egendefinert nettadresse"
|
|
124
123
|
}
|
|
@@ -12,20 +12,22 @@ groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = Kan ikke fjerne den de
|
|
|
12
12
|
groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText = Den delte koblingen for «{itemName}» er fjernet.
|
|
13
13
|
# Error message for the email field when email is not provided
|
|
14
14
|
groupSharedFeatures.usm.emailRequiredErrorMessage = Angi minst én gyldig e-postadresse
|
|
15
|
+
# Notification text when the shared link was sent successfully
|
|
16
|
+
groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText = Den delte koblingen for «{itemName}» ble sendt.
|
|
15
17
|
# Icon label for the error notifications
|
|
16
18
|
groupSharedFeatures.usm.errorNoticeIcon = feil
|
|
17
19
|
# Error message for the expiration date field when expiration date is in the past
|
|
18
|
-
groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage =
|
|
20
|
+
groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = Utløpsdato må være i fremtiden
|
|
19
21
|
# Error message for the expiration date field when expiration date is not provided
|
|
20
|
-
groupSharedFeatures.usm.expirationRequiredErrorMessage = Velg en
|
|
22
|
+
groupSharedFeatures.usm.expirationRequiredErrorMessage = Velg en utløpsdato
|
|
21
23
|
# Error message for the email field when email is invalid
|
|
22
24
|
groupSharedFeatures.usm.invalidEmailErrorMessage = Ugyldig e-postadresse
|
|
23
25
|
# Close button aria label for the notifications
|
|
24
26
|
groupSharedFeatures.usm.noticeCloseLabel = Lukk
|
|
25
27
|
# Error message for the password field when password contains forbidden characters.
|
|
26
|
-
groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage =
|
|
28
|
+
groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Passord kan ikke inneholde mellomrom, «<» eller «>»
|
|
27
29
|
# Error message for the password field when password does not contain at least one letter, number, or symbol
|
|
28
|
-
groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage =
|
|
30
|
+
groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Passord må inneholde minst en stor bokstav, tall eller spesialtegn
|
|
29
31
|
# Error message for the password field when password does not contain at least 8 characters.
|
|
30
32
|
groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Passord bør inneholde minst åtte tegn
|
|
31
33
|
# Error message for the password field when password is not provided
|
|
@@ -51,7 +53,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Til
|
|
|
51
53
|
# Link to learn more about shared link settings
|
|
52
54
|
groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink = Lær mer om innstillinger for delte koblinger.
|
|
53
55
|
# Aria label for the calendar in the link expiration settings
|
|
54
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = Velge utløpsdato
|
|
56
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = Velge en utløpsdato
|
|
55
57
|
# Aria label for the clear date picker button in the link expiration settings
|
|
56
58
|
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = Tøm datovelger
|
|
57
59
|
# Label for the date picker in the link expiration settings
|
|
@@ -71,7 +73,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder = Skriv
|
|
|
71
73
|
# Label for the password protection toggle
|
|
72
74
|
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText = Passordbeskyttelse
|
|
73
75
|
# Text for the password settings warning
|
|
74
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText =
|
|
76
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = Passord må inneholde minst åtte tegn, og må inneholde minst en stor bokstav, et tall eller spesialtegn.
|
|
75
77
|
# Button text to confirm saving the shared link settings
|
|
76
78
|
groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = Lagre
|
|
77
79
|
# subtitle of the Shared Link settings modal
|
|
@@ -84,8 +86,6 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText
|
|
|
84
86
|
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel = Egendefinert bane
|
|
85
87
|
# Placeholder text for the vanity name input
|
|
86
88
|
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder = Skriv inn en egendefinert bane (12 tegn eller flere)
|
|
87
|
-
# Text for the vanity name invalid error
|
|
88
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError = Egendefinerte nettadresser bør være mellom 12 og 30 tegn og kan inneholde bokstaver, tall og bindestreker.
|
|
89
89
|
# Label for the vanity name toggle
|
|
90
90
|
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText = Publiser innhold bredt med en egendefinert, ikke-privat nettadresse
|
|
91
91
|
# Label for the warning notification icon
|
|
@@ -112,10 +112,14 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderD
|
|
|
112
112
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel = Send delt kobling via e-post
|
|
113
113
|
# Label for the button to select the collaboration role of the new collaborator
|
|
114
114
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel = Inviter som {role}
|
|
115
|
+
# Tooltip on the collaboration form when the user does not have permission to invite collaborators
|
|
116
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip = Du har ikke tillatelse til å invitere samarbeidspartnere
|
|
115
117
|
# Label for the field to select users to collaborate with on an item
|
|
116
118
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel = Inviter personer
|
|
117
119
|
# Placeholder for the field to select users to collaborate with on an item
|
|
118
120
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder = Legg til navn eller e-postadresser
|
|
121
|
+
# Tooltip on the collaboration form when the item is a bookmark
|
|
122
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip = Du kan ikke legge til samarbeidspartnere i bokmerker
|
|
119
123
|
# Aria label for the loading indicator of the Unified Share Modal
|
|
120
124
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel = Laster inn
|
|
121
125
|
# Description for the collaboration role with "Previewer" permissions to the item
|
|
@@ -184,6 +188,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAcc
|
|
|
184
188
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription = Alle i bedriften med koblingen, eller personer som er invitert til denne filen {item}, har tilgang til den
|
|
185
189
|
# Label for the access level where users in the company can access the item
|
|
186
190
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel = Personer i bedriften din
|
|
191
|
+
# Tooltip on the shared link toggle when the user does not have permission to create the link
|
|
192
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip = Du har ikke tillatelse til å opprette koblingen
|
|
187
193
|
# Tooltip on an access level that has been disabled due to a security policy in the enterprise
|
|
188
194
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip = Dette alternativet er ikke tilgjengelig på grunn av sikkerhetsbegrensninger
|
|
189
195
|
# Description for the access level where users in the enterprise can access the item
|
|
@@ -204,6 +210,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelI
|
|
|
204
210
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription = Tilgangen er offentlig. Ingen pålogging kreves
|
|
205
211
|
# Label for the access level where anyone with the URL can access the item
|
|
206
212
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = Personer med koblingen
|
|
213
|
+
# Tooltip on the shared link toggle when the user does not have permission to remove the link
|
|
214
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip = Du har ikke tillatelse til å fjerne koblingen
|
|
207
215
|
# Label for the section to manage the shared link of the file / folder
|
|
208
216
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Delingskobling
|
|
209
217
|
# Aria label and tooltip for the icon button to email the shared link
|
|
@@ -216,6 +224,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggle
|
|
|
216
224
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip = Opprett og kopier kobling
|
|
217
225
|
# Label for the text field of the URL for sharing the file / folder
|
|
218
226
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel = Nettadressen for delt kobling
|
|
227
|
+
# Text inserted in the access level descriptions when the type of the item is a bookmark
|
|
228
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem = bokmerke
|
|
219
229
|
# Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
|
|
220
230
|
groupSharedFeatures.usm.unifiedShareFormModal.title = Del ‘{itemName}’
|
|
221
231
|
# Label for the role of a collaborator who can upload to the item
|
|
@@ -225,8 +235,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.viewerRole = Seer
|
|
|
225
235
|
# Label for the role of a collaborator who can view and upload to the item
|
|
226
236
|
groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole = Visningsprogram/opplastingsprogram
|
|
227
237
|
# Notification text when the shared link settings are successfully saved
|
|
228
|
-
groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = Innstillingene ble lagret.
|
|
238
|
+
groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = Innstillingene for delte koblinger ble lagret.
|
|
229
239
|
# Text for the vanity name invalid error
|
|
230
|
-
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Egendefinerte nettadresser bør være mellom 12 og 30 tegn og kan inneholde bokstaver, tall og bindestreker
|
|
240
|
+
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Egendefinerte nettadresser bør være mellom 12 og 30 tegn og kan inneholde bokstaver, tall og bindestreker
|
|
231
241
|
# Error message for the vanity name field when custom URL is not provided
|
|
232
242
|
groupSharedFeatures.usm.vanityNameRequiredErrorMessage = Skriv inn en egendefinert nettadresse
|
package/dist/i18n/nl-NL.js
CHANGED
|
@@ -6,14 +6,14 @@ 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": "
|
|
9
|
+
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "De gedeelde link voor ‘{itemName}‘ is met succes verzonden.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Fout",
|
|
11
|
-
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "
|
|
12
|
-
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Selecteer een
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Vervaldatum moet in de toekomst liggen",
|
|
12
|
+
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Selecteer een vervaldatum",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Ongeldig e-mailadres",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Sluiten",
|
|
15
|
-
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "
|
|
16
|
-
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "
|
|
15
|
+
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Wachtwoord mag geen spatie, \"<\" of \">\" bevatten",
|
|
16
|
+
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Wachtwoord moet ten minste één hoofdletter, cijfer of speciaal teken bevatten",
|
|
17
17
|
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Wachtwoord moet ten minste 8 tekens bevatten",
|
|
18
18
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "Voer een wachtwoord in",
|
|
19
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?",
|
|
@@ -26,7 +26,7 @@ export default {
|
|
|
26
26
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Sluiten",
|
|
27
27
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "Sta gebruikers met de gedeelde link toe om dit item te downloaden",
|
|
28
28
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Meer informatie over instellingen voor gedeelde links.",
|
|
29
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Selecteer
|
|
29
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Selecteer een vervaldatum",
|
|
30
30
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "Datumkiezer wissen",
|
|
31
31
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "Vervaldatum",
|
|
32
32
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "Overschakelen naar volgende maand",
|
|
@@ -36,7 +36,7 @@ export default {
|
|
|
36
36
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "Laden",
|
|
37
37
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "Voer een wachtwoord in",
|
|
38
38
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Wachtwoordbeveiliging",
|
|
39
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "
|
|
39
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "Wachtwoorden moeten ten minste 8 tekens bevatten en moeten ten minste één hoofdletter, cijfer of speciaal teken bevatten.",
|
|
40
40
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "Opslaan",
|
|
41
41
|
"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}",
|
|
42
42
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.title": "Instellingen voor gedeelde link",
|
|
@@ -56,10 +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": "
|
|
59
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "U hebt geen toestemming om medewerkers uit te nodigen",
|
|
60
60
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Mensen uitnodigen",
|
|
61
61
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Namen of e-mailadressen toevoegen",
|
|
62
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "
|
|
62
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Medewerkers kunnen niet worden toegevoegd aan bladwijzers",
|
|
63
63
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Laden",
|
|
64
64
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
|
|
65
65
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Uploaden en voorbeeld bekijken",
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
94
94
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Alleen uitgenodigde personen",
|
|
95
95
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Iedereen binnen uw bedrijf met de link of mensen die voor deze {item} zijn uitgenodigd, hebben toegang",
|
|
96
96
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Personen in uw bedrijf",
|
|
97
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "
|
|
97
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "U hebt geen machtiging om de link te maken",
|
|
98
98
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Deze optie is niet beschikbaar vanwege een beveiligingsbeleid",
|
|
99
99
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Iedereen bij {enterprise} met de link of uitgenodigden voor deze {item} hebben toegang",
|
|
100
100
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Personen bij {enterprise}",
|
|
@@ -105,20 +105,19 @@ export default {
|
|
|
105
105
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hub",
|
|
106
106
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Openbaar toegankelijk en geen aanmelding vereist",
|
|
107
107
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Personen met de link",
|
|
108
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "
|
|
108
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "U bent niet gemachtigd om de link te verwijderen",
|
|
109
109
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Link delen",
|
|
110
110
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Gedeelde link verzenden",
|
|
111
111
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Link-instellingen",
|
|
112
112
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Gedeelde link",
|
|
113
113
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Link maken en kopiëren",
|
|
114
114
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "URL voor gedeelde link",
|
|
115
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "
|
|
115
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bladwijzer",
|
|
116
116
|
"groupSharedFeatures.usm.unifiedShareFormModal.title": "‘{itemName}’ delen",
|
|
117
117
|
"groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Uploader",
|
|
118
118
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Viewer",
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Viewer Uploader",
|
|
120
|
-
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "
|
|
121
|
-
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Aangepaste URL
|
|
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."
|
|
120
|
+
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "De instellingen voor de gedeelde link zijn met succes opgeslagen.",
|
|
121
|
+
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Aangepaste URL's moeten tussen de 12 en 30 tekens lang zijn en kunnen letters, cijfers en koppeltekens bevatten",
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Voer een aangepaste URL in"
|
|
124
123
|
}
|
|
@@ -12,20 +12,22 @@ groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = Kan de gedeelde link n
|
|
|
12
12
|
groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText = De gedeelde link voor ’{itemName}’ is succesvol verwijderd.
|
|
13
13
|
# Error message for the email field when email is not provided
|
|
14
14
|
groupSharedFeatures.usm.emailRequiredErrorMessage = Voer ten minste één geldig e-mailadres in
|
|
15
|
+
# Notification text when the shared link was sent successfully
|
|
16
|
+
groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText = De gedeelde link voor ‘{itemName}‘ is met succes verzonden.
|
|
15
17
|
# Icon label for the error notifications
|
|
16
18
|
groupSharedFeatures.usm.errorNoticeIcon = Fout
|
|
17
19
|
# Error message for the expiration date field when expiration date is in the past
|
|
18
|
-
groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage =
|
|
20
|
+
groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = Vervaldatum moet in de toekomst liggen
|
|
19
21
|
# Error message for the expiration date field when expiration date is not provided
|
|
20
|
-
groupSharedFeatures.usm.expirationRequiredErrorMessage = Selecteer een
|
|
22
|
+
groupSharedFeatures.usm.expirationRequiredErrorMessage = Selecteer een vervaldatum
|
|
21
23
|
# Error message for the email field when email is invalid
|
|
22
24
|
groupSharedFeatures.usm.invalidEmailErrorMessage = Ongeldig e-mailadres
|
|
23
25
|
# Close button aria label for the notifications
|
|
24
26
|
groupSharedFeatures.usm.noticeCloseLabel = Sluiten
|
|
25
27
|
# Error message for the password field when password contains forbidden characters.
|
|
26
|
-
groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage =
|
|
28
|
+
groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Wachtwoord mag geen spatie, "<" of ">" bevatten
|
|
27
29
|
# Error message for the password field when password does not contain at least one letter, number, or symbol
|
|
28
|
-
groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage =
|
|
30
|
+
groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Wachtwoord moet ten minste één hoofdletter, cijfer of speciaal teken bevatten
|
|
29
31
|
# Error message for the password field when password does not contain at least 8 characters.
|
|
30
32
|
groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Wachtwoord moet ten minste 8 tekens bevatten
|
|
31
33
|
# Error message for the password field when password is not provided
|
|
@@ -51,7 +53,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Sta
|
|
|
51
53
|
# Link to learn more about shared link settings
|
|
52
54
|
groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink = Meer informatie over instellingen voor gedeelde links.
|
|
53
55
|
# Aria label for the calendar in the link expiration settings
|
|
54
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = Selecteer
|
|
56
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = Selecteer een vervaldatum
|
|
55
57
|
# Aria label for the clear date picker button in the link expiration settings
|
|
56
58
|
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = Datumkiezer wissen
|
|
57
59
|
# Label for the date picker in the link expiration settings
|
|
@@ -71,7 +73,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder = Voer
|
|
|
71
73
|
# Label for the password protection toggle
|
|
72
74
|
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText = Wachtwoordbeveiliging
|
|
73
75
|
# Text for the password settings warning
|
|
74
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText =
|
|
76
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = Wachtwoorden moeten ten minste 8 tekens bevatten en moeten ten minste één hoofdletter, cijfer of speciaal teken bevatten.
|
|
75
77
|
# Button text to confirm saving the shared link settings
|
|
76
78
|
groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = Opslaan
|
|
77
79
|
# subtitle of the Shared Link settings modal
|
|
@@ -84,8 +86,6 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText
|
|
|
84
86
|
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel = Aangepast pad
|
|
85
87
|
# Placeholder text for the vanity name input
|
|
86
88
|
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder = Voer een aangepast pad in (12 of meer tekens)
|
|
87
|
-
# Text for the vanity name invalid error
|
|
88
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError = Aangepaste URL's moeten tussen de 12-30 tekens zijn en kunnen letters, cijfers en streepjes bevatten.
|
|
89
89
|
# Label for the vanity name toggle
|
|
90
90
|
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText = Publiceer inhoud voor een breed publiek met een aangepaste openbare URL
|
|
91
91
|
# Label for the warning notification icon
|
|
@@ -112,10 +112,14 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderD
|
|
|
112
112
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel = Gedeelde link e-mailen
|
|
113
113
|
# Label for the button to select the collaboration role of the new collaborator
|
|
114
114
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel = Uitnodigen als {role}
|
|
115
|
+
# Tooltip on the collaboration form when the user does not have permission to invite collaborators
|
|
116
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip = U hebt geen toestemming om medewerkers uit te nodigen
|
|
115
117
|
# Label for the field to select users to collaborate with on an item
|
|
116
118
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel = Mensen uitnodigen
|
|
117
119
|
# Placeholder for the field to select users to collaborate with on an item
|
|
118
120
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder = Namen of e-mailadressen toevoegen
|
|
121
|
+
# Tooltip on the collaboration form when the item is a bookmark
|
|
122
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip = Medewerkers kunnen niet worden toegevoegd aan bladwijzers
|
|
119
123
|
# Aria label for the loading indicator of the Unified Share Modal
|
|
120
124
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel = Laden
|
|
121
125
|
# Description for the collaboration role with "Previewer" permissions to the item
|
|
@@ -184,6 +188,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAcc
|
|
|
184
188
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription = Iedereen binnen uw bedrijf met de link of mensen die voor deze {item} zijn uitgenodigd, hebben toegang
|
|
185
189
|
# Label for the access level where users in the company can access the item
|
|
186
190
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel = Personen in uw bedrijf
|
|
191
|
+
# Tooltip on the shared link toggle when the user does not have permission to create the link
|
|
192
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip = U hebt geen machtiging om de link te maken
|
|
187
193
|
# Tooltip on an access level that has been disabled due to a security policy in the enterprise
|
|
188
194
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip = Deze optie is niet beschikbaar vanwege een beveiligingsbeleid
|
|
189
195
|
# Description for the access level where users in the enterprise can access the item
|
|
@@ -204,6 +210,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelI
|
|
|
204
210
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription = Openbaar toegankelijk en geen aanmelding vereist
|
|
205
211
|
# Label for the access level where anyone with the URL can access the item
|
|
206
212
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = Personen met de link
|
|
213
|
+
# Tooltip on the shared link toggle when the user does not have permission to remove the link
|
|
214
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip = U bent niet gemachtigd om de link te verwijderen
|
|
207
215
|
# Label for the section to manage the shared link of the file / folder
|
|
208
216
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Link delen
|
|
209
217
|
# Aria label and tooltip for the icon button to email the shared link
|
|
@@ -216,6 +224,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggle
|
|
|
216
224
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip = Link maken en kopiëren
|
|
217
225
|
# Label for the text field of the URL for sharing the file / folder
|
|
218
226
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel = URL voor gedeelde link
|
|
227
|
+
# Text inserted in the access level descriptions when the type of the item is a bookmark
|
|
228
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem = bladwijzer
|
|
219
229
|
# Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
|
|
220
230
|
groupSharedFeatures.usm.unifiedShareFormModal.title = ‘{itemName}’ delen
|
|
221
231
|
# Label for the role of a collaborator who can upload to the item
|
|
@@ -225,8 +235,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.viewerRole = Viewer
|
|
|
225
235
|
# Label for the role of a collaborator who can view and upload to the item
|
|
226
236
|
groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole = Viewer Uploader
|
|
227
237
|
# Notification text when the shared link settings are successfully saved
|
|
228
|
-
groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText =
|
|
238
|
+
groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = De instellingen voor de gedeelde link zijn met succes opgeslagen.
|
|
229
239
|
# Text for the vanity name invalid error
|
|
230
|
-
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Aangepaste URL
|
|
240
|
+
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Aangepaste URL's moeten tussen de 12 en 30 tekens lang zijn en kunnen letters, cijfers en koppeltekens bevatten
|
|
231
241
|
# Error message for the vanity name field when custom URL is not provided
|
|
232
242
|
groupSharedFeatures.usm.vanityNameRequiredErrorMessage = Voer een aangepaste URL in
|
package/dist/i18n/pl-PL.js
CHANGED
|
@@ -6,15 +6,15 @@ 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": "
|
|
9
|
+
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "Łącze udostępnione dla „{itemName}” zostało pomyślnie wysłane.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Błąd",
|
|
11
11
|
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Data wygaśnięcia musi być datą w przyszłości",
|
|
12
|
-
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "
|
|
12
|
+
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Proszę wybrać datę wygaśnięcia",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Nieprawidłowy adres e-mail",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Zamknij",
|
|
15
15
|
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Hasło nie może zawierać spacji, „<” ani „>”",
|
|
16
|
-
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Hasło
|
|
17
|
-
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Hasło
|
|
16
|
+
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Hasło musi zawierać co najmniej jedną wielką literę, cyfrę lub znak specjalny",
|
|
17
|
+
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Hasło musi zawierać co najmniej 8 znaków",
|
|
18
18
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "Wprowadź hasło",
|
|
19
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ć?",
|
|
20
20
|
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Anuluj",
|
|
@@ -26,7 +26,7 @@ export default {
|
|
|
26
26
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Zamknij",
|
|
27
27
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "Zezwól użytkownikom z łączem udostępnionym na pobranie tego elementu",
|
|
28
28
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Więcej informacji o ustawieniach łącza udostępnionego.",
|
|
29
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "
|
|
29
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Wybierać datę wygasanie",
|
|
30
30
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "Wyczyść wybór daty",
|
|
31
31
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "Data wygasania",
|
|
32
32
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "Przełącz na następny miesiąc",
|
|
@@ -36,7 +36,7 @@ export default {
|
|
|
36
36
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "Wczytywanie",
|
|
37
37
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "Wprowadź hasło",
|
|
38
38
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Ochrona hasła",
|
|
39
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "
|
|
39
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "Hasła muszą zawierać co najmniej 8 znaków, w tym co najmniej jedną wielką literę, cyfrę lub znak specjalny.",
|
|
40
40
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "Zapisz",
|
|
41
41
|
"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}",
|
|
42
42
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.title": "Ustawienia łącza udostępnionego",
|
|
@@ -56,10 +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": "
|
|
59
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "Nie masz uprawnień do zapraszania współpracowników",
|
|
60
60
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Zaproś osoby",
|
|
61
61
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Dodaj nazwy lub adresy e-mail",
|
|
62
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "
|
|
62
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Współpracowników nie można dodać do zakładek",
|
|
63
63
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Wczytywanie",
|
|
64
64
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
|
|
65
65
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Przekazywanie i wyświetlanie podglądu",
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
94
94
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Tylko zaproszone osoby",
|
|
95
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",
|
|
96
96
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Osoby w Twojej firmie",
|
|
97
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "
|
|
97
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "Nie masz uprawnień do utworzenia łącza",
|
|
98
98
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Ta opcja nie jest dostępna ze względu na zasady zabezpieczeń",
|
|
99
99
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Wszystkie osoby w {enterprise} dysponujące łączem lub osoby zaproszone do tego {item} mogą uzyskać dostęp",
|
|
100
100
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Osoby w {enterprise}",
|
|
@@ -105,20 +105,19 @@ export default {
|
|
|
105
105
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hubu",
|
|
106
106
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Zawartość dostępna publicznie, nie wymaga zalogowania",
|
|
107
107
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Osoby dysponujące łączem",
|
|
108
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "
|
|
108
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Nie masz uprawnień do usunięcia łącza",
|
|
109
109
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Łącze udostępnione",
|
|
110
110
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Adresy e-mail osób, którym zostanie wysłane łącze udostępnione",
|
|
111
111
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Ustawienia łącza",
|
|
112
112
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Łącze udostępnione",
|
|
113
113
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Utwórz i skopiuj łącze.",
|
|
114
114
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "Adres URL łącza udostępnionego",
|
|
115
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "
|
|
115
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "zakładka",
|
|
116
116
|
"groupSharedFeatures.usm.unifiedShareFormModal.title": "Udostępnij element «{itemName}»",
|
|
117
117
|
"groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Przekazujący",
|
|
118
118
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Przeglądający",
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Przeglądający/przekazujący",
|
|
120
|
-
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "
|
|
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
|
|
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."
|
|
120
|
+
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Ustawienia łącza udostępnionego zostały pomyślnie zapisane.",
|
|
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",
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Wprowadź niestandardowy adres URL"
|
|
124
123
|
}
|