@box/unified-share-modal 0.45.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +379 -0
- package/README.md +57 -0
- package/dist/esm/index.js +4 -0
- package/dist/esm/lib/components/index.js +8 -0
- package/dist/esm/lib/components/remove-shared-link-modal/index.js +4 -0
- package/dist/esm/lib/components/remove-shared-link-modal/messages.js +30 -0
- package/dist/esm/lib/components/remove-shared-link-modal/remove-shared-link-modal.js +59 -0
- package/dist/esm/lib/components/shared-link-settings-modal/index.js +4 -0
- package/dist/esm/lib/components/shared-link-settings-modal/messages.js +106 -0
- package/dist/esm/lib/components/shared-link-settings-modal/shared-link-settings-modal.js +181 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-role.js +89 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-section.js +108 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/index.js +4 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/messages.js +90 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/shared-with-avatars.js +58 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/text-area-container.js +58 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/collaborator-avatar.js +65 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/collaborator-list-item.js +64 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/collaborators-view.js +85 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/index.js +4 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/messages.js +38 -0
- package/dist/esm/lib/components/unified-share-form-modal/index.js +4 -0
- package/dist/esm/lib/components/unified-share-form-modal/messages.js +50 -0
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/index.js +4 -0
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/messages.js +98 -0
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-access.js +86 -0
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-permission.js +19 -0
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-section.js +144 -0
- package/dist/esm/lib/components/unified-share-form-modal/unified-share-form-modal.js +72 -0
- package/dist/esm/lib/components/unified-share-form-modal/unified-share-form.js +29 -0
- package/dist/esm/lib/constants.js +25 -0
- package/dist/esm/lib/contexts/index.js +9 -0
- package/dist/esm/lib/contexts/unified-share-form-context.js +40 -0
- package/dist/esm/lib/contexts/unified-share-modal-context.js +11 -0
- package/dist/esm/lib/hooks/index.js +12 -0
- package/dist/esm/lib/hooks/use-access-levels.js +51 -0
- package/dist/esm/lib/hooks/use-collaboration-form.js +70 -0
- package/dist/esm/lib/hooks/use-form-validation.js +31 -0
- package/dist/esm/lib/hooks/use-link-settings-form.js +60 -0
- package/dist/esm/lib/hooks/use-sharing-action.js +71 -0
- package/dist/esm/lib/messages.js +70 -0
- package/dist/esm/lib/store.js +30 -0
- package/dist/esm/lib/unified-share-modal.js +65 -0
- package/dist/esm/lib/utils/collaborator.js +26 -0
- package/dist/esm/lib/utils/date.js +14 -0
- package/dist/esm/lib/utils/event.js +14 -0
- package/dist/esm/lib/utils/index.js +19 -0
- package/dist/esm/lib/utils/permission.js +14 -0
- package/dist/esm/lib/utils/validation.js +5 -0
- package/dist/i18n/bn-IN.js +157 -0
- package/dist/i18n/bn-IN.properties +290 -0
- package/dist/i18n/da-DK.js +157 -0
- package/dist/i18n/da-DK.properties +290 -0
- package/dist/i18n/de-DE.js +157 -0
- package/dist/i18n/de-DE.properties +290 -0
- package/dist/i18n/en-AU.js +157 -0
- package/dist/i18n/en-AU.properties +290 -0
- package/dist/i18n/en-CA.js +157 -0
- package/dist/i18n/en-CA.properties +290 -0
- package/dist/i18n/en-GB.js +157 -0
- package/dist/i18n/en-GB.properties +290 -0
- package/dist/i18n/en-US.js +111 -0
- package/dist/i18n/en-US.properties +218 -0
- package/dist/i18n/en-x-pseudo.js +157 -0
- package/dist/i18n/en-x-pseudo.properties +290 -0
- package/dist/i18n/es-419.js +157 -0
- package/dist/i18n/es-419.properties +290 -0
- package/dist/i18n/es-ES.js +157 -0
- package/dist/i18n/es-ES.properties +290 -0
- package/dist/i18n/fi-FI.js +157 -0
- package/dist/i18n/fi-FI.properties +290 -0
- package/dist/i18n/fr-CA.js +157 -0
- package/dist/i18n/fr-CA.properties +290 -0
- package/dist/i18n/fr-FR.js +157 -0
- package/dist/i18n/fr-FR.properties +290 -0
- package/dist/i18n/hi-IN.js +157 -0
- package/dist/i18n/hi-IN.properties +290 -0
- package/dist/i18n/it-IT.js +157 -0
- package/dist/i18n/it-IT.properties +290 -0
- package/dist/i18n/ja-JP.js +157 -0
- package/dist/i18n/ja-JP.properties +290 -0
- package/dist/i18n/json/src/lib/components/remove-shared-link-modal/messages.json +1 -0
- package/dist/i18n/json/src/lib/components/shared-link-settings-modal/messages.json +1 -0
- package/dist/i18n/json/src/lib/components/unified-share-form-modal/collaboration-section/messages.json +1 -0
- package/dist/i18n/json/src/lib/components/unified-share-form-modal/collaborators-view/messages.json +1 -0
- package/dist/i18n/json/src/lib/components/unified-share-form-modal/messages.json +1 -0
- package/dist/i18n/json/src/lib/components/unified-share-form-modal/shared-link-section/messages.json +1 -0
- package/dist/i18n/json/src/lib/messages.json +1 -0
- package/dist/i18n/ko-KR.js +157 -0
- package/dist/i18n/ko-KR.properties +290 -0
- package/dist/i18n/nb-NO.js +157 -0
- package/dist/i18n/nb-NO.properties +290 -0
- package/dist/i18n/nl-NL.js +157 -0
- package/dist/i18n/nl-NL.properties +290 -0
- package/dist/i18n/pl-PL.js +157 -0
- package/dist/i18n/pl-PL.properties +290 -0
- package/dist/i18n/pt-BR.js +157 -0
- package/dist/i18n/pt-BR.properties +290 -0
- package/dist/i18n/ru-RU.js +157 -0
- package/dist/i18n/ru-RU.properties +290 -0
- package/dist/i18n/sv-SE.js +157 -0
- package/dist/i18n/sv-SE.properties +290 -0
- package/dist/i18n/tr-TR.js +157 -0
- package/dist/i18n/tr-TR.properties +290 -0
- package/dist/i18n/zh-CN.js +157 -0
- package/dist/i18n/zh-CN.properties +290 -0
- package/dist/i18n/zh-TW.js +157 -0
- package/dist/i18n/zh-TW.properties +290 -0
- package/dist/styles/collaboration-role.css +1 -0
- package/dist/styles/collaboration-section.css +1 -0
- package/dist/styles/collaborator-avatar.css +1 -0
- package/dist/styles/collaborator-list-item.css +1 -0
- package/dist/styles/collaborators-view.css +1 -0
- package/dist/styles/remove-shared-link-modal.css +1 -0
- package/dist/styles/shared-link-access.css +1 -0
- package/dist/styles/shared-link-permission.css +1 -0
- package/dist/styles/shared-link-section.css +1 -0
- package/dist/styles/shared-link-settings-modal.css +1 -0
- package/dist/styles/shared-with-avatars.css +1 -0
- package/dist/styles/text-area-container.css +1 -0
- package/dist/styles/unified-share-form-modal.css +1 -0
- package/dist/styles/unified-share-form.css +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/lib/components/index.d.ts +3 -0
- package/dist/types/lib/components/remove-shared-link-modal/index.d.ts +1 -0
- package/dist/types/lib/components/remove-shared-link-modal/messages.d.ts +33 -0
- package/dist/types/lib/components/remove-shared-link-modal/remove-shared-link-modal.d.ts +5 -0
- package/dist/types/lib/components/remove-shared-link-modal/stories/shared.d.ts +3 -0
- package/dist/types/lib/components/shared-link-settings-modal/index.d.ts +1 -0
- package/dist/types/lib/components/shared-link-settings-modal/messages.d.ts +123 -0
- package/dist/types/lib/components/shared-link-settings-modal/shared-link-settings-modal.d.ts +5 -0
- package/dist/types/lib/components/shared-link-settings-modal/stories/shared.d.ts +36 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/collaboration-role.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/collaboration-section.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/index.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/messages.d.ts +108 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/shared-with-avatars.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/text-area-container.d.ts +3 -0
- package/dist/types/lib/components/unified-share-form-modal/collaborators-view/collaborator-avatar.d.ts +8 -0
- package/dist/types/lib/components/unified-share-form-modal/collaborators-view/collaborator-list-item.d.ts +5 -0
- package/dist/types/lib/components/unified-share-form-modal/collaborators-view/collaborators-view.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaborators-view/index.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaborators-view/messages.d.ts +43 -0
- package/dist/types/lib/components/unified-share-form-modal/index.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/messages.d.ts +58 -0
- package/dist/types/lib/components/unified-share-form-modal/shared-link-section/index.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/shared-link-section/messages.d.ts +118 -0
- package/dist/types/lib/components/unified-share-form-modal/shared-link-section/shared-link-access.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/shared-link-section/shared-link-permission.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/shared-link-section/shared-link-section.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/stories/shared.d.ts +15 -0
- package/dist/types/lib/components/unified-share-form-modal/unified-share-form-modal.d.ts +9 -0
- package/dist/types/lib/components/unified-share-form-modal/unified-share-form.d.ts +1 -0
- package/dist/types/lib/constants.d.ts +7 -0
- package/dist/types/lib/contexts/index.d.ts +2 -0
- package/dist/types/lib/contexts/unified-share-form-context.d.ts +25 -0
- package/dist/types/lib/contexts/unified-share-modal-context.d.ts +16 -0
- package/dist/types/lib/hooks/index.d.ts +5 -0
- package/dist/types/lib/hooks/use-access-levels.d.ts +6 -0
- package/dist/types/lib/hooks/use-collaboration-form.d.ts +10 -0
- package/dist/types/lib/hooks/use-form-validation.d.ts +18 -0
- package/dist/types/lib/hooks/use-link-settings-form.d.ts +10 -0
- package/dist/types/lib/hooks/use-sharing-action.d.ts +7 -0
- package/dist/types/lib/messages.d.ts +83 -0
- package/dist/types/lib/store.d.ts +21 -0
- package/dist/types/lib/stories/shared.d.ts +22 -0
- package/dist/types/lib/types.d.ts +387 -0
- package/dist/types/lib/unified-share-modal.d.ts +20 -0
- package/dist/types/lib/utils/collaborator.d.ts +8 -0
- package/dist/types/lib/utils/date.d.ts +3 -0
- package/dist/types/lib/utils/event.d.ts +13 -0
- package/dist/types/lib/utils/index.d.ts +5 -0
- package/dist/types/lib/utils/permission.d.ts +3 -0
- package/dist/types/lib/utils/validation.d.ts +2 -0
- package/package.json +54 -0
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
# Notification text when copying the shared link fails
|
|
2
|
+
groupSharedFeatures.usm.autoCopyErrorNoticeText = Shared link created. Click Copy to share.
|
|
3
|
+
# Notification text when the shared link is successfully copied to clipboard when link is created
|
|
4
|
+
groupSharedFeatures.usm.autoCopySuccessNoticeText = Delt kobling er opprettet og kopiert til utklippstavlen.
|
|
5
|
+
# Notification text when the shared link failed to be created
|
|
6
|
+
groupSharedFeatures.usm.createSharedLinkErrorNoticeText = Kan ikke opprette en delt kobling. Prøv igjen senere.
|
|
7
|
+
# Notification text when the shared link is successfully created
|
|
8
|
+
groupSharedFeatures.usm.createSharedLinkSuccessNoticeText = Delt kobling opprettet
|
|
9
|
+
# Default error notification text rendered when API fails
|
|
10
|
+
groupSharedFeatures.usm.defaultErrorNoticeText = Something went wrong. Please try again later.
|
|
11
|
+
# Notification text when the shared link failed to be removed
|
|
12
|
+
groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = Kan ikke fjerne den delte koblingen. Prøv igjen senere.
|
|
13
|
+
# Notification text when the shared link is successfully removed
|
|
14
|
+
groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText = Den delte koblingen for «{itemName}» er fjernet.
|
|
15
|
+
# Error message for the email field when email is not provided
|
|
16
|
+
groupSharedFeatures.usm.emailRequiredErrorMessage = Angi minst én gyldig e-postadresse
|
|
17
|
+
# Icon label for the error notifications
|
|
18
|
+
groupSharedFeatures.usm.errorNoticeIcon = feil
|
|
19
|
+
# Error message for the expiration date field when expiration date is in the past
|
|
20
|
+
groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = The expiration date must be in the future
|
|
21
|
+
# Error message for the expiration date field when expiration date is not provided
|
|
22
|
+
groupSharedFeatures.usm.expirationRequiredErrorMessage = Velg en dato
|
|
23
|
+
# Error message for the email field when email is invalid
|
|
24
|
+
groupSharedFeatures.usm.invalidEmailErrorMessage = Ugyldig e-postadresse
|
|
25
|
+
# Close button aria label for the notifications
|
|
26
|
+
groupSharedFeatures.usm.noticeCloseLabel = Lukk
|
|
27
|
+
# Body text of the Remove Shared Link modal
|
|
28
|
+
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?
|
|
29
|
+
# Button text to cancel removing a shared link
|
|
30
|
+
groupSharedFeatures.usm.removeSharedLinkModal.cancelButton = Avbryt
|
|
31
|
+
# Aria label for the button to close the Remove Shared Link modal
|
|
32
|
+
groupSharedFeatures.usm.removeSharedLinkModal.closeButton = Lukk
|
|
33
|
+
# Button aria label when the shared link is being removed
|
|
34
|
+
groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel = Laster inn
|
|
35
|
+
# Button text to confirm removing a shared link
|
|
36
|
+
groupSharedFeatures.usm.removeSharedLinkModal.okayButton = Ok
|
|
37
|
+
# Title of the Remove Shared Link modal
|
|
38
|
+
groupSharedFeatures.usm.removeSharedLinkModal.title = Fjern delt kobling
|
|
39
|
+
# Button text to cancel updating the shared link settings
|
|
40
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = Avbryt
|
|
41
|
+
# Aria label for the button to close the Shared Link Settings modal
|
|
42
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = Lukk
|
|
43
|
+
# Label for the download settings toggle
|
|
44
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Tillat brukere med den delte koblingen til å laste ned dette elementet
|
|
45
|
+
# Link to learn more about shared link settings
|
|
46
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink = Lær mer om innstillinger for delte koblinger.
|
|
47
|
+
# Aria label for the calendar in the link expiration settings
|
|
48
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = Velge utløpsdato for den delte koblingen
|
|
49
|
+
# Aria label for the clear date picker button in the link expiration settings
|
|
50
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = Tøm datovelger
|
|
51
|
+
# Label for the date picker in the link expiration settings
|
|
52
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel = Velg en dato
|
|
53
|
+
# Aria label for the next month button in the link expiration settings
|
|
54
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel = Bytt til neste måned
|
|
55
|
+
# Aria label for the open calendar dropdown button in the link expiration settings
|
|
56
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel = Åpne kalender
|
|
57
|
+
# Aria label for the previous month button in the link expiration settings
|
|
58
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel = Bytt til forrige måned
|
|
59
|
+
# Label for the link expiration toggle
|
|
60
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText = Kobling utløper
|
|
61
|
+
# Button aria label when the shared link settings are being updated
|
|
62
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel = Laster inn
|
|
63
|
+
# Button text to confirm saving the shared link settings
|
|
64
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = Lagre
|
|
65
|
+
# subtitle of the Shared Link settings modal
|
|
66
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle = Dette innholdet er tilgjengelig for alle i bedriften med koblingen, og kan vises eller lastes ned. {learnSharedLinkSettingsLink}
|
|
67
|
+
# Title of the Shared Link Settings modal
|
|
68
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.title = Innstillinger for delte koblinger
|
|
69
|
+
# Text for the vanity domain settings warning
|
|
70
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText = Egendefinerte URL-adresser skal ikke brukes ved deling av sensitivt innhold.
|
|
71
|
+
# Label for the vanity name input
|
|
72
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel = Egendefinert bane
|
|
73
|
+
# Placeholder text for the vanity name input
|
|
74
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder = Skriv inn en egendefinert bane (12 tegn eller flere)
|
|
75
|
+
# Text for the vanity name invalid error
|
|
76
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError = Egendefinerte nettadresser bør være mellom 12 og 30 tegn og kan inneholde bokstaver, tall og bindestreker.
|
|
77
|
+
# Label for the vanity name toggle
|
|
78
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText = Publiser innhold bredt med en egendefinert, ikke-privat nettadresse
|
|
79
|
+
# Label for the warning notification icon
|
|
80
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel = Advarsel
|
|
81
|
+
# Icon label for the success notifications
|
|
82
|
+
groupSharedFeatures.usm.successNoticeIcon = Suksess
|
|
83
|
+
# Aria label for the button to close the Unified Share Modal
|
|
84
|
+
groupSharedFeatures.usm.unifiedShareFormModal.closeButton = Lukk
|
|
85
|
+
# Label for the role of a collaborator who co-owns the item
|
|
86
|
+
groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole = Co-owner
|
|
87
|
+
# Button text to cancel inviting collaborators to the file / folder
|
|
88
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton = Avbryt
|
|
89
|
+
# Aria label for the button to clear the input field for selecting users
|
|
90
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton = Tøm
|
|
91
|
+
# Aria label for the button to close the Unified Share Modal
|
|
92
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton = Lukk
|
|
93
|
+
# Description for the collaboration role with "Co-owner" permissions to the item
|
|
94
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription = Administrer sikkerhet, opplasting, nedlasting, forhåndsvisning, deling, redigering og sletting
|
|
95
|
+
# Description for the collaboration role with "Editor" permissions to the item
|
|
96
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = Opplasting, nedlasting, forhåndsvisning, deling og redigering
|
|
97
|
+
# Description for the collaboration role with "Editor" permissions to the folder
|
|
98
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription = Opplasting, nedlasting, forhåndsvisning, deling, redigering og sletting
|
|
99
|
+
# Label for the field to select users to email the shared link of the item
|
|
100
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel = Send delt kobling via e-post
|
|
101
|
+
# Label for the button to select the collaboration role of the new collaborator
|
|
102
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel = Inviter som {role}
|
|
103
|
+
# Label for the field to select users to collaborate with on an item
|
|
104
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel = Inviter personer
|
|
105
|
+
# Placeholder for the field to select users to collaborate with on an item
|
|
106
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder = Legg til navn eller e-postadresser
|
|
107
|
+
# Aria label for the loading indicator of the Unified Share Modal
|
|
108
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel = Laster inn
|
|
109
|
+
# Description for the collaboration role with "Previewer" permissions to the item
|
|
110
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription = Preview-only
|
|
111
|
+
# Description for the collaboration role with "Previewer Uploader" permissions to the item
|
|
112
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription = Laste opp og forhåndsvise
|
|
113
|
+
# Button text to invite collaborators to the file / folder
|
|
114
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sendButton = Send
|
|
115
|
+
# Aria label for the text field to include a message when sharing an item
|
|
116
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageCharacterCountAriaLabel = {count} tegn som gjenstår
|
|
117
|
+
# Label for the text field to include a message when sharing an item
|
|
118
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageLabel = Melding (valgfri)
|
|
119
|
+
# Placeholder for the text field to include a message when sharing an item
|
|
120
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessagePlaceholder = Legg til en melding
|
|
121
|
+
# Label for the button to view the list of collaborators shared with on the item
|
|
122
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sharedWithLabel = Delt med
|
|
123
|
+
# Description for the collaboration role with "Uploader" permissions to the item
|
|
124
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.uploaderDescription = Upload-only
|
|
125
|
+
# Description for the collaboration role with "Viewer" permissions to the item
|
|
126
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerDescription = Nedlasting, forhåndsvisning og deling
|
|
127
|
+
# Description for the collaboration role with "Viewer Uploader" permissions to the item
|
|
128
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerUploaderDescription = Opplasting, nedlasting, forhåndsvisning, deling og redigering
|
|
129
|
+
# Aria label for the button to close the Unified Share Modal
|
|
130
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.closeButton = Lukk
|
|
131
|
+
# Button text to exit the view of collaborators shared with on the item
|
|
132
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.doneButton = Fullført
|
|
133
|
+
# Label for the badge on the avatar of a collaborator who will lose access to the item
|
|
134
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.expiresBadge = Tilgangen utløper {date}
|
|
135
|
+
# Aria label for the list of collaborators shared with on the item
|
|
136
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.listLabel = Bidragsytere
|
|
137
|
+
# Link text to open the page to view and manage the full list of collaborators
|
|
138
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink = Administrer alle
|
|
139
|
+
# Label for the column in the collaborators list for the name of the collaborator
|
|
140
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = Navn
|
|
141
|
+
# Label for the role of a collaborator who has a pending collaboration invitation
|
|
142
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = Ventende
|
|
143
|
+
# Label for the column in the collaborators list for the role of the collaborator
|
|
144
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = Rolle
|
|
145
|
+
# Label for the role of a collaborator who can edit and delete the item
|
|
146
|
+
groupSharedFeatures.usm.unifiedShareFormModal.editorRole = Redaktør
|
|
147
|
+
# Aria label for the loading indicator of the Unified Share Modal
|
|
148
|
+
groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel = Laster inn
|
|
149
|
+
# Label for the role of a collaborator who owns the item
|
|
150
|
+
groupSharedFeatures.usm.unifiedShareFormModal.ownerRole = Eier
|
|
151
|
+
# Label for the role of a collaborator who can preview the item
|
|
152
|
+
groupSharedFeatures.usm.unifiedShareFormModal.previewerRole = Forhåndsviser
|
|
153
|
+
# Label for the role of a collaborator who can preview and upload to the item
|
|
154
|
+
groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole = Forhåndsvisningsprogram
|
|
155
|
+
# Text inserted in the access level descriptions when the type of the item is a file
|
|
156
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFileItem = fil
|
|
157
|
+
# Text inserted in the access level descriptions when the type of the item is a folder
|
|
158
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFolderItem = mappe
|
|
159
|
+
# Text inserted in the access level descriptions when the type of the item is a hub
|
|
160
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelHubsItem = portal
|
|
161
|
+
# Description for the access level where only invited users can access the item
|
|
162
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = Kun inviterte personer har tilgang til denne {item}
|
|
163
|
+
# Label for the access level where only invited users can access the item
|
|
164
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel = Kun inviterte personer
|
|
165
|
+
# Description for the access level where users in the company can access the item
|
|
166
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription = Alle i bedriften med koblingen, eller personer som er invitert til denne filen {item}, har tilgang til den
|
|
167
|
+
# Label for the access level where users in the company can access the item
|
|
168
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel = Personer i bedriften din
|
|
169
|
+
# Tooltip on an access level that has been disabled due to a security policy in the enterprise
|
|
170
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip = Dette alternativet er ikke tilgjengelig på grunn av sikkerhetsbegrensninger
|
|
171
|
+
# Description for the access level where users in the enterprise can access the item
|
|
172
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription = Alle på {enterprise} med koblingen eller personer invitert til denne {item} har tilgang
|
|
173
|
+
# Label for the access level where users in the enterprise can access the item
|
|
174
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel = Personer i {enterprise}
|
|
175
|
+
# Label for the icon button to indicate the shared link has an expiration date
|
|
176
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel = Utløper
|
|
177
|
+
# Tooltip for the icon button to indicate the shared link has an expiration date
|
|
178
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip = Denne koblingen utløper og blir utilgjengelig på {expirationDate}
|
|
179
|
+
# Description for the access level where anyone with the URL can access the item
|
|
180
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription = Tilgangen er offentlig. Ingen pålogging kreves
|
|
181
|
+
# Label for the access level where anyone with the URL can access the item
|
|
182
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = Personer med koblingen
|
|
183
|
+
# Label for the section to manage the shared link of the file / folder
|
|
184
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Delingskobling
|
|
185
|
+
# Success notification displayed when shared link is created and copied to clipboard
|
|
186
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkCopiedSuccessNoticeText = Delt kobling er opprettet og kopiert til utklippstavlen.
|
|
187
|
+
# Aria label and tooltip for the icon button to email the shared link
|
|
188
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Send delt kobling
|
|
189
|
+
# Label for the button link to open the Shared Link Settings modal
|
|
190
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = Koblingsinnstillinger
|
|
191
|
+
# Label for the toggle to create and delete the shared link
|
|
192
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel = Delt kobling
|
|
193
|
+
# Tooltip on the disabled toggle to create a new shared link
|
|
194
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip = Opprett og kopier kobling
|
|
195
|
+
# Label for the text field of the URL for sharing the file / folder
|
|
196
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel = Nettadressen for delt kobling
|
|
197
|
+
# Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
|
|
198
|
+
groupSharedFeatures.usm.unifiedShareFormModal.title = Del ‘{itemName}’
|
|
199
|
+
# Label for the role of a collaborator who can upload to the item
|
|
200
|
+
groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole = Opplaster
|
|
201
|
+
# Label for the role of a collaborator who can view the item
|
|
202
|
+
groupSharedFeatures.usm.unifiedShareFormModal.viewerRole = Seer
|
|
203
|
+
# Label for the role of a collaborator who can view and upload to the item
|
|
204
|
+
groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole = Visningsprogram/opplastingsprogram
|
|
205
|
+
# Notification text when the shared link settings are successfully saved
|
|
206
|
+
groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = Innstillingene ble lagret.
|
|
207
|
+
# Text for the vanity name invalid error
|
|
208
|
+
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Egendefinerte nettadresser bør være mellom 12 og 30 tegn og kan inneholde bokstaver, tall og bindestreker.
|
|
209
|
+
# Error message for the vanity name field when custom URL is not provided
|
|
210
|
+
groupSharedFeatures.usm.vanityNameRequiredErrorMessage = Skriv inn en egendefinert nettadresse
|
|
211
|
+
# Text displayed when email input is empty
|
|
212
|
+
groupSharedFeatures.usmV1.atLeastOneEmailRequired = Angi minst én gyldig e-postadresse
|
|
213
|
+
# Cancel button text
|
|
214
|
+
groupSharedFeatures.usmV1.cancel = Avbryt
|
|
215
|
+
# Close button text to close the modal
|
|
216
|
+
groupSharedFeatures.usmV1.close = Lukk
|
|
217
|
+
# Label for the download settings toggle
|
|
218
|
+
groupSharedFeatures.usmV1.downloadSettingsToggleText = Tillat brukere med den delte koblingen til å laste ned dette elementet
|
|
219
|
+
# Aria label for the email shared link button
|
|
220
|
+
groupSharedFeatures.usmV1.emailSharedLinkButtonAriaLabel = Del kobling via e-post
|
|
221
|
+
# Label for the error notification type
|
|
222
|
+
groupSharedFeatures.usmV1.errorNoticeAriaLabel = feil
|
|
223
|
+
# Text displayed when email input is invalid
|
|
224
|
+
groupSharedFeatures.usmV1.invalidEmail = Ugyldig e-postadresse
|
|
225
|
+
# Label of the field where a user designates who to invite to collaborate on an item
|
|
226
|
+
groupSharedFeatures.usmV1.inviteFieldLabel = Inviter personer
|
|
227
|
+
# Placeholder text for the invite people combobox
|
|
228
|
+
groupSharedFeatures.usmV1.invitePeoplePlaceholder = Legg til navn eller e-postadresser
|
|
229
|
+
# Link to the learn more about shared link settings
|
|
230
|
+
groupSharedFeatures.usmV1.learnSharedLinkSettingsLink = Lær mer om innstillinger for delte koblinger.
|
|
231
|
+
# Label for the link expiration toggle
|
|
232
|
+
groupSharedFeatures.usmV1.linkExpirationToggleText = Kobling utløper
|
|
233
|
+
# Text for the link settings button
|
|
234
|
+
groupSharedFeatures.usmV1.linkSettingsButtonText = Koblingsinnstillinger
|
|
235
|
+
# Aria label for loading state
|
|
236
|
+
groupSharedFeatures.usmV1.loadingAriaLabel = laster inn
|
|
237
|
+
# Label for "Message" text box to email the shared Link
|
|
238
|
+
groupSharedFeatures.usmV1.message = Melding (valgfri)
|
|
239
|
+
# Placeholder text for message section
|
|
240
|
+
groupSharedFeatures.usmV1.messageSelectorPlaceholder = Legg til en melding
|
|
241
|
+
# Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
|
|
242
|
+
groupSharedFeatures.usmV1.modalTitle = Del ‘{itemName}’
|
|
243
|
+
# Label for the close button in the notification
|
|
244
|
+
groupSharedFeatures.usmV1.noticeCloseAriaLabel = lukk
|
|
245
|
+
# Okay button text
|
|
246
|
+
groupSharedFeatures.usmV1.okay = Ok
|
|
247
|
+
# Text for the notification when shared link removal fails
|
|
248
|
+
groupSharedFeatures.usmV1.removeSharedLinkFailedNoticeText = Kan ikke fjerne den delte koblingen. Prøv igjen senere.
|
|
249
|
+
# Body text of the Remove Shared Link modal
|
|
250
|
+
groupSharedFeatures.usmV1.removeSharedLinkModalBodyText = 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?
|
|
251
|
+
# Title of the Remove Shared Link modal
|
|
252
|
+
groupSharedFeatures.usmV1.removeSharedLinkModalTitle = Fjern delt kobling
|
|
253
|
+
# Text for the notification when shared link is removed
|
|
254
|
+
groupSharedFeatures.usmV1.removeSharedLinkSuccessNoticeText = Den delte koblingen for «{itemName}» er fjernet.
|
|
255
|
+
# Send button text
|
|
256
|
+
groupSharedFeatures.usmV1.send = Send
|
|
257
|
+
# Aria label for send button when sending invites
|
|
258
|
+
groupSharedFeatures.usmV1.sendingInvites = Sender invitasjoner
|
|
259
|
+
# Subtitle of the Shared Link settings modal
|
|
260
|
+
groupSharedFeatures.usmV1.shareLinkSettingsModalSubTitleText = Dette innholdet er tilgjengelig for alle i bedriften med koblingen, og kan vises eller lastes ned. {learnSharedLinkSettingsLink}
|
|
261
|
+
# Title of the Shared Link settings modal
|
|
262
|
+
groupSharedFeatures.usmV1.shareLinkSettingsModalTitle = Innstillinger for delte koblinger
|
|
263
|
+
# Success notification displayed when shared link is created and copied to clipboard
|
|
264
|
+
groupSharedFeatures.usmV1.sharedLinkCopiedSuccessNoticeText = Delt kobling er opprettet og kopiert til utklippstavlen.
|
|
265
|
+
# Label for the copy input field
|
|
266
|
+
groupSharedFeatures.usmV1.sharedLinkCopyInputLabel = Kopier delingskobling til utklippstavle
|
|
267
|
+
# Text for the notification when shared link is created
|
|
268
|
+
groupSharedFeatures.usmV1.sharedLinkCreatedSuccessNoticeText = Delt kobling opprettet
|
|
269
|
+
# Text for the notification when shared link creation fails
|
|
270
|
+
groupSharedFeatures.usmV1.sharedLinkCreationFailedNoticeText = Kan ikke opprette en delt kobling. Prøv igjen senere.
|
|
271
|
+
# This tooltip appears over the shared link toggle, explaining what happens when it is clicked
|
|
272
|
+
groupSharedFeatures.usmV1.sharedLinkDisabledTooltip = Opprett og kopier kobling
|
|
273
|
+
# Label for share link toggle
|
|
274
|
+
groupSharedFeatures.usmV1.sharedLinkToggleLabel = Delingskobling
|
|
275
|
+
# Label for share link toggle
|
|
276
|
+
groupSharedFeatures.usmV1.sharedLinkToggleText = Delt kobling
|
|
277
|
+
# Label for the success notification type
|
|
278
|
+
groupSharedFeatures.usmV1.successNoticeAriaLabel = vellykket
|
|
279
|
+
# Text for the vanity domain settings warning
|
|
280
|
+
groupSharedFeatures.usmV1.vanityDomainSettingsWarningText = Egendefinerte URL-adresser skal ikke brukes ved deling av sensitivt innhold.
|
|
281
|
+
# Label for the vanity name input
|
|
282
|
+
groupSharedFeatures.usmV1.vanityNameInputLabel = Egendefinert inngang
|
|
283
|
+
# Placeholder text for the vanity name input
|
|
284
|
+
groupSharedFeatures.usmV1.vanityNameInputPlaceholder = Skriv inn en egendefinert bane (12 tegn eller flere)
|
|
285
|
+
# Text for the vanity name invalid error
|
|
286
|
+
groupSharedFeatures.usmV1.vanityNameInvalidError = Egendefinerte nettadresser bør være mellom 12 og 30 tegn og kan inneholde bokstaver, tall og bindestreker.
|
|
287
|
+
# Label for the vanity name toggle
|
|
288
|
+
groupSharedFeatures.usmV1.vanityNameToggleText = Publiser innhold bredt med en egendefinert, ikke-privat nettadresse
|
|
289
|
+
# Label for the warning notification icon
|
|
290
|
+
groupSharedFeatures.usmV1.warningNoticeIconAriaLabel = etikett for advarselsikon
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "Unable to create a shared link. Please try again later.",
|
|
3
|
+
"groupSharedFeatures.usm.createSharedLinkErrorNoticeText": "Kan geen gedeelde link maken. Probeer het later opnieuw.",
|
|
4
|
+
"groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "Gedeelde link gemaakt",
|
|
5
|
+
"groupSharedFeatures.usm.defaultErrorNoticeText": "Something went wrong. Please try again later.",
|
|
6
|
+
"groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Kan de gedeelde link niet verwijderen. Probeer het later opnieuw.",
|
|
7
|
+
"groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "De gedeelde link voor ’{itemName}’ is succesvol verwijderd.",
|
|
8
|
+
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Voer ten minste één geldig e-mailadres in",
|
|
9
|
+
"groupSharedFeatures.usm.errorNoticeIcon": "Fout",
|
|
10
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "The expiration date must be in the future",
|
|
11
|
+
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Selecteer een datum",
|
|
12
|
+
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Ongeldig e-mailadres",
|
|
13
|
+
"groupSharedFeatures.usm.noticeCloseLabel": "Sluiten",
|
|
14
|
+
"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?",
|
|
15
|
+
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Annuleren",
|
|
16
|
+
"groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Sluiten",
|
|
17
|
+
"groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel": "Laden",
|
|
18
|
+
"groupSharedFeatures.usm.removeSharedLinkModal.okayButton": "OK",
|
|
19
|
+
"groupSharedFeatures.usm.removeSharedLinkModal.title": "Verwijder gedeelde link",
|
|
20
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton": "Annuleren",
|
|
21
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Sluiten",
|
|
22
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "Sta gebruikers met de gedeelde link toe om dit item te downloaden",
|
|
23
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Meer informatie over instellingen voor gedeelde links.",
|
|
24
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Selecteer de vervaldatum van uw gedeelde link",
|
|
25
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "Datumkiezer wissen",
|
|
26
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "Een datum selecteren",
|
|
27
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "Overschakelen naar volgende maand",
|
|
28
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel": "Kalender openen",
|
|
29
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel": "Overschakelen naar vorige maand",
|
|
30
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText": "Vervaldatum van de link",
|
|
31
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "Laden",
|
|
32
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "Enter a password",
|
|
33
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Password protection",
|
|
34
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "Your password should include at least 8 characters, and should contain at least one upper case letter, number, or special character.",
|
|
35
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "Opslaan",
|
|
36
|
+
"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}",
|
|
37
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.title": "Instellingen voor gedeelde link",
|
|
38
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "Aangepaste URL's dienen niet te worden gebruikt bij het delen van gevoelige inhoud.",
|
|
39
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "Aangepast pad",
|
|
40
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "Voer een aangepast pad in (12 of meer tekens)",
|
|
41
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Aangepaste URL's moeten tussen de 12-30 tekens zijn en kunnen letters, cijfers en streepjes bevatten.",
|
|
42
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "Publiceer inhoud voor een breed publiek met een aangepaste openbare URL",
|
|
43
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "Waarschuwing",
|
|
44
|
+
"groupSharedFeatures.usm.successNoticeIcon": "Geslaagd",
|
|
45
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.closeButton": "Sluiten",
|
|
46
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole": "Co-owner",
|
|
47
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton": "Annuleren",
|
|
48
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton": "Wissen",
|
|
49
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton": "Sluiten",
|
|
50
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription": "De beveiliging beheren, uploaden, downloaden, voorbeelden bekijken, delen, bewerken en verwijderen",
|
|
51
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Uploaden, downloaden, voorbeelden bekijken, delen en bewerken",
|
|
52
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Uploaden, downloaden, voorbeelden bekijken, delen, bewerken en verwijderen",
|
|
53
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Gedeelde link e-mailen",
|
|
54
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Uitnodigen als {role}",
|
|
55
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Mensen uitnodigen",
|
|
56
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Namen of e-mailadressen toevoegen",
|
|
57
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Laden",
|
|
58
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
|
|
59
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Uploaden en voorbeeld bekijken",
|
|
60
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sendButton": "Verzenden",
|
|
61
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageCharacterCountAriaLabel": "{count} tekens resterend",
|
|
62
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageLabel": "Bericht (optioneel)",
|
|
63
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessagePlaceholder": "Een bericht toevoegen",
|
|
64
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sharedWithLabel": "Gedeeld met",
|
|
65
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.uploaderDescription": "Upload-only",
|
|
66
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerDescription": "Downloaden, voorbeelden bekijken en delen",
|
|
67
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerUploaderDescription": "Uploaden, downloaden, voorbeelden bekijken, delen en bewerken",
|
|
68
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.closeButton": "Sluiten",
|
|
69
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.doneButton": "Gereed",
|
|
70
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.expiresBadge": "Toegang vervalt op {date}",
|
|
71
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.listLabel": "Medebijdragers",
|
|
72
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink": "Alles beheren",
|
|
73
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn": "Naam",
|
|
74
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole": "In behandeling",
|
|
75
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn": "Rol",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.editorRole": "Editor",
|
|
77
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel": "Laden",
|
|
78
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.ownerRole": "Eigenaar",
|
|
79
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.previewerRole": "Previewer",
|
|
80
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole": "Previewer Uploader",
|
|
81
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Shared link copied to clipboard.",
|
|
82
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Shared link created. Click Copy to share.",
|
|
83
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Shared link created and copied to clipboard.",
|
|
84
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Alleen uitgenodigden hebben toegang tot deze {item}",
|
|
85
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Alleen uitgenodigde personen",
|
|
86
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Iedereen binnen uw bedrijf met de link of mensen die voor deze {item} zijn uitgenodigd, hebben toegang",
|
|
87
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Personen in uw bedrijf",
|
|
88
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Deze optie is niet beschikbaar vanwege een beveiligingsbeleid",
|
|
89
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Iedereen bij {enterprise} met de link of uitgenodigden voor deze {item} hebben toegang",
|
|
90
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Personen bij {enterprise}",
|
|
91
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel": "Verloopt op",
|
|
92
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip": "Deze link vervalt en is niet langer toegankelijk vanaf {expirationDate}",
|
|
93
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem": "file",
|
|
94
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem": "folder",
|
|
95
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hub",
|
|
96
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Openbaar toegankelijk en geen aanmelding vereist",
|
|
97
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Personen met de link",
|
|
98
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Link delen",
|
|
99
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Gedeelde link verzenden",
|
|
100
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Link-instellingen",
|
|
101
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Gedeelde link",
|
|
102
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Link maken en kopiëren",
|
|
103
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "URL voor gedeelde link",
|
|
104
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.title": "‘{itemName}’ delen",
|
|
105
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Uploader",
|
|
106
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Viewer",
|
|
107
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Viewer Uploader",
|
|
108
|
+
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Uw instellingen zijn opgeslagen.",
|
|
109
|
+
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Aangepaste URL’s moeten tussen de 12 en 30 tekens lang zijn en mogen letters, cijfers en koppeltekens bevatten.",
|
|
110
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Voer een aangepaste URL in",
|
|
111
|
+
"groupSharedFeatures.usm.autoCopyErrorNoticeText": "Shared link created. Click Copy to share.",
|
|
112
|
+
"groupSharedFeatures.usm.autoCopySuccessNoticeText": "Gedeelde link gemaakt en gekopieerd naar het klembord.",
|
|
113
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFileItem": "bestand",
|
|
114
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFolderItem": "map",
|
|
115
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelHubsItem": "hub",
|
|
116
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkCopiedSuccessNoticeText": "Gedeelde link gemaakt en gekopieerd naar het klembord.",
|
|
117
|
+
"groupSharedFeatures.usmV1.atLeastOneEmailRequired": "Voer ten minste één geldig e-mailadres in",
|
|
118
|
+
"groupSharedFeatures.usmV1.cancel": "Annuleren",
|
|
119
|
+
"groupSharedFeatures.usmV1.close": "Sluiten",
|
|
120
|
+
"groupSharedFeatures.usmV1.downloadSettingsToggleText": "Sta gebruikers met de gedeelde link toe om dit item te downloaden",
|
|
121
|
+
"groupSharedFeatures.usmV1.emailSharedLinkButtonAriaLabel": "Gedeelde link via e-mail",
|
|
122
|
+
"groupSharedFeatures.usmV1.errorNoticeAriaLabel": "fout",
|
|
123
|
+
"groupSharedFeatures.usmV1.invalidEmail": "Ongeldig e-mailadres",
|
|
124
|
+
"groupSharedFeatures.usmV1.inviteFieldLabel": "Mensen uitnodigen",
|
|
125
|
+
"groupSharedFeatures.usmV1.invitePeoplePlaceholder": "Namen of e-mailadressen toevoegen",
|
|
126
|
+
"groupSharedFeatures.usmV1.learnSharedLinkSettingsLink": "Meer informatie over instellingen voor gedeelde links.",
|
|
127
|
+
"groupSharedFeatures.usmV1.linkExpirationToggleText": "Vervaldatum van de link",
|
|
128
|
+
"groupSharedFeatures.usmV1.linkSettingsButtonText": "Link-instellingen",
|
|
129
|
+
"groupSharedFeatures.usmV1.loadingAriaLabel": "laden",
|
|
130
|
+
"groupSharedFeatures.usmV1.message": "Bericht (optioneel)",
|
|
131
|
+
"groupSharedFeatures.usmV1.messageSelectorPlaceholder": "Een bericht toevoegen",
|
|
132
|
+
"groupSharedFeatures.usmV1.modalTitle": "‘{itemName}’ delen",
|
|
133
|
+
"groupSharedFeatures.usmV1.noticeCloseAriaLabel": "sluit",
|
|
134
|
+
"groupSharedFeatures.usmV1.okay": "OK",
|
|
135
|
+
"groupSharedFeatures.usmV1.removeSharedLinkFailedNoticeText": "Kan de gedeelde link niet verwijderen. Probeer het later opnieuw.",
|
|
136
|
+
"groupSharedFeatures.usmV1.removeSharedLinkModalBodyText": "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?",
|
|
137
|
+
"groupSharedFeatures.usmV1.removeSharedLinkModalTitle": "Verwijder gedeelde link",
|
|
138
|
+
"groupSharedFeatures.usmV1.removeSharedLinkSuccessNoticeText": "De gedeelde link voor ’{itemName}’ is succesvol verwijderd.",
|
|
139
|
+
"groupSharedFeatures.usmV1.send": "Verzenden",
|
|
140
|
+
"groupSharedFeatures.usmV1.sendingInvites": "Uitnodigingen verzenden",
|
|
141
|
+
"groupSharedFeatures.usmV1.shareLinkSettingsModalSubTitleText": "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}",
|
|
142
|
+
"groupSharedFeatures.usmV1.shareLinkSettingsModalTitle": "Instellingen voor gedeelde link",
|
|
143
|
+
"groupSharedFeatures.usmV1.sharedLinkCopiedSuccessNoticeText": "Gedeelde link gemaakt en gekopieerd naar het klembord.",
|
|
144
|
+
"groupSharedFeatures.usmV1.sharedLinkCopyInputLabel": "Gedeelde link naar het klembord kopiëren",
|
|
145
|
+
"groupSharedFeatures.usmV1.sharedLinkCreatedSuccessNoticeText": "Gedeelde link gemaakt",
|
|
146
|
+
"groupSharedFeatures.usmV1.sharedLinkCreationFailedNoticeText": "Kan geen gedeelde link maken. Probeer het later opnieuw.",
|
|
147
|
+
"groupSharedFeatures.usmV1.sharedLinkDisabledTooltip": "Link maken en kopiëren",
|
|
148
|
+
"groupSharedFeatures.usmV1.sharedLinkToggleLabel": "Link delen",
|
|
149
|
+
"groupSharedFeatures.usmV1.sharedLinkToggleText": "Gedeelde link",
|
|
150
|
+
"groupSharedFeatures.usmV1.successNoticeAriaLabel": "gelukt",
|
|
151
|
+
"groupSharedFeatures.usmV1.vanityDomainSettingsWarningText": "Aangepaste URL's dienen niet te worden gebruikt bij het delen van gevoelige inhoud.",
|
|
152
|
+
"groupSharedFeatures.usmV1.vanityNameInputLabel": "Persoonlijke invoer",
|
|
153
|
+
"groupSharedFeatures.usmV1.vanityNameInputPlaceholder": "Voer een aangepast pad in (12 of meer tekens)",
|
|
154
|
+
"groupSharedFeatures.usmV1.vanityNameInvalidError": "Aangepaste URL's moeten tussen de 12-30 tekens zijn en kunnen letters, cijfers en streepjes bevatten.",
|
|
155
|
+
"groupSharedFeatures.usmV1.vanityNameToggleText": "Publiceer inhoud voor een breed publiek met een aangepaste openbare URL",
|
|
156
|
+
"groupSharedFeatures.usmV1.warningNoticeIconAriaLabel": "label voor waarschuwingspictogram"
|
|
157
|
+
}
|