@box/unified-share-modal 3.1.10 → 3.1.12
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/README.md +1 -1
- package/dist/i18n/bn-IN.js +161 -163
- package/dist/i18n/da-DK.js +156 -163
- package/dist/i18n/de-DE.js +160 -163
- package/dist/i18n/en-AU.js +27 -163
- package/dist/i18n/en-CA.js +2 -164
- package/dist/i18n/en-GB.js +27 -163
- package/dist/i18n/en-x-pseudo.js +2 -164
- package/dist/i18n/es-419.js +159 -163
- package/dist/i18n/es-ES.js +159 -163
- package/dist/i18n/fi-FI.js +161 -163
- package/dist/i18n/fr-CA.js +162 -163
- package/dist/i18n/fr-FR.js +162 -163
- package/dist/i18n/hi-IN.js +161 -163
- package/dist/i18n/it-IT.js +159 -163
- package/dist/i18n/ja-JP.js +164 -163
- package/dist/i18n/ko-KR.js +161 -163
- package/dist/i18n/nb-NO.js +160 -163
- package/dist/i18n/nl-NL.js +155 -163
- package/dist/i18n/pl-PL.js +161 -163
- package/dist/i18n/pt-BR.js +159 -163
- package/dist/i18n/ru-RU.js +161 -163
- package/dist/i18n/sv-SE.js +161 -163
- package/dist/i18n/tr-TR.js +160 -163
- package/dist/i18n/zh-CN.js +161 -163
- package/dist/i18n/zh-TW.js +161 -163
- package/package.json +10 -10
- package/dist/i18n/bn-IN.properties +0 -324
- package/dist/i18n/da-DK.properties +0 -324
- package/dist/i18n/de-DE.properties +0 -324
- package/dist/i18n/en-AU.properties +0 -324
- package/dist/i18n/en-CA.properties +0 -324
- package/dist/i18n/en-GB.properties +0 -324
- package/dist/i18n/en-US.js +0 -164
- package/dist/i18n/en-US.properties +0 -324
- package/dist/i18n/en-x-pseudo.properties +0 -324
- package/dist/i18n/es-419.properties +0 -324
- package/dist/i18n/es-ES.properties +0 -324
- package/dist/i18n/fi-FI.properties +0 -324
- package/dist/i18n/fr-CA.properties +0 -324
- package/dist/i18n/fr-FR.properties +0 -324
- package/dist/i18n/hi-IN.properties +0 -324
- package/dist/i18n/it-IT.properties +0 -324
- package/dist/i18n/ja-JP.properties +0 -324
- package/dist/i18n/json/src/lib/components/classification-status/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/remove-collaborator-modal/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/remove-shared-link-modal/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/shared-link-settings-modal/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/unified-share-form-modal/collaboration-section/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/unified-share-form-modal/collaborator-list/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/unified-share-form-modal/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/unified-share-form-modal/shared-link-section/messages.json +0 -1
- package/dist/i18n/json/src/lib/messages.json +0 -1
- package/dist/i18n/ko-KR.properties +0 -324
- package/dist/i18n/nb-NO.properties +0 -324
- package/dist/i18n/nl-NL.properties +0 -324
- package/dist/i18n/pl-PL.properties +0 -324
- package/dist/i18n/pt-BR.properties +0 -324
- package/dist/i18n/ru-RU.properties +0 -324
- package/dist/i18n/sv-SE.properties +0 -324
- package/dist/i18n/tr-TR.properties +0 -324
- package/dist/i18n/zh-CN.properties +0 -324
- package/dist/i18n/zh-TW.properties +0 -324
|
@@ -1,324 +0,0 @@
|
|
|
1
|
-
# Label for the section to show the definition of the classification label
|
|
2
|
-
groupSharedFeatures.usm.classificationStatus.definitionLabel = Definition
|
|
3
|
-
# Label for the section to show the restrictions of the classification label
|
|
4
|
-
groupSharedFeatures.usm.classificationStatus.restrictionsLabel = Begränsningar
|
|
5
|
-
# Error message when more than the maximum number of contacts is entered
|
|
6
|
-
groupSharedFeatures.usm.contactsLimitErrorMessage = Hoppsan! Det högsta antalet medarbetare som kan läggas till på en gång är {maxContacts} medarbetare. Försök igen genom att dela upp dina inbjudningar i batcher.
|
|
7
|
-
# Notification text when the shared link failed to be created
|
|
8
|
-
groupSharedFeatures.usm.createSharedLinkErrorNoticeText = Kunde inte skapa en delad länk. Försök igen senare.
|
|
9
|
-
# Notification text when the shared link is successfully created
|
|
10
|
-
groupSharedFeatures.usm.createSharedLinkSuccessNoticeText = Delad länk skapad.
|
|
11
|
-
# Default error notification text rendered when API fails
|
|
12
|
-
groupSharedFeatures.usm.defaultErrorNoticeText = Något gick fel. Försök igen senare.
|
|
13
|
-
# Notification text when the shared link failed to be removed
|
|
14
|
-
groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = Kunde inte ta bort den delade länken. Försök igen senare.
|
|
15
|
-
# Notification text when the shared link is successfully removed
|
|
16
|
-
groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText = Den delade länken för "{itemName}" har tagits bort.
|
|
17
|
-
# Error message for the email field when email is not provided
|
|
18
|
-
groupSharedFeatures.usm.emailRequiredErrorMessage = Ange minst en giltig e‑postadress
|
|
19
|
-
# Notification text when the shared link was sent successfully
|
|
20
|
-
groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText = Den delade länken för ”{itemName}” har skickats.
|
|
21
|
-
# Icon label for the error notifications
|
|
22
|
-
groupSharedFeatures.usm.errorNoticeIcon = Fel
|
|
23
|
-
# Error message for the expiration date field when expiration date is in the past
|
|
24
|
-
groupSharedFeatures.usm.expirationFutureDateErrorMessage = Utgångsdatum måste vara i framtiden
|
|
25
|
-
# Error message for the expiration date field when expiration date is not provided
|
|
26
|
-
groupSharedFeatures.usm.expirationRequiredErrorMessage = Välj ett utgångsdatum
|
|
27
|
-
# Error message for the email field when email is invalid
|
|
28
|
-
groupSharedFeatures.usm.invalidEmailErrorMessage = Ogiltig e-postadress
|
|
29
|
-
# Error message when a user tries to send invitations but a business justification is required before proceeding
|
|
30
|
-
groupSharedFeatures.usm.justificationRequiredErrorNotice = Välj en motivering eller ta bort {count,plural,one{{count} begränsad användare} other{{count} begränsade användare}} för att fortsätta.
|
|
31
|
-
# Close button aria label for the notifications
|
|
32
|
-
groupSharedFeatures.usm.noticeCloseLabel = Stäng
|
|
33
|
-
# Error message for the password field when password contains forbidden characters.
|
|
34
|
-
groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Lösenordet kan inte innehålla ett mellanslag, "<" eller ">"
|
|
35
|
-
# Error message for the password field when password does not contain at least one letter, number, or symbol
|
|
36
|
-
groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Lösenordet måste innehålla minst en stor bokstav, en siffra eller ett specialtecken
|
|
37
|
-
# Error message for the password field when password does not contain at least 8 characters.
|
|
38
|
-
groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Lösenordet måste innehålla minst 8 tecken
|
|
39
|
-
# Error message for the password field when password is not provided
|
|
40
|
-
groupSharedFeatures.usm.passwordRequiredErrorMessage = Ange ett lösenord
|
|
41
|
-
# Notification text when a collaborator failed to be removed
|
|
42
|
-
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Det gick inte att ta bort medarbetaren. Försök igen senare.
|
|
43
|
-
# Body text of the Remove Collaborator modal
|
|
44
|
-
groupSharedFeatures.usm.removeCollaboratorModal.bodyText = Är du säker på att du vill ta bort {name} som medarbetare?
|
|
45
|
-
# Button text to cancel removing a collaborator
|
|
46
|
-
groupSharedFeatures.usm.removeCollaboratorModal.cancelButton = AVBRYT
|
|
47
|
-
# Aria label for the button to close the Remove Collaborator modal
|
|
48
|
-
groupSharedFeatures.usm.removeCollaboratorModal.closeButton = Stäng
|
|
49
|
-
# Button aria label when the collaborator is being removed
|
|
50
|
-
groupSharedFeatures.usm.removeCollaboratorModal.loadingLabel = Läser in
|
|
51
|
-
# Button text to confirm removing a collaborator
|
|
52
|
-
groupSharedFeatures.usm.removeCollaboratorModal.okayButton = Okej
|
|
53
|
-
# Title of the Remove Collaborator modal
|
|
54
|
-
groupSharedFeatures.usm.removeCollaboratorModal.title = Ta bort medarbetare
|
|
55
|
-
# Notification text when a collaborator is successfully removed
|
|
56
|
-
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = Medarbetaren har tagits bort.
|
|
57
|
-
# Body text of the Remove Shared Link modal
|
|
58
|
-
groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Detta kommer att ta bort den delade länken permanent. Om det här objektet är inbäddat på andra webbplatser kommer det också att bli otillgängligt. Eventuella anpassade egenskaper, inställningar och utgångsdatum kommer också att tas bort. Vill du fortsätta?
|
|
59
|
-
# Button text to cancel removing a shared link
|
|
60
|
-
groupSharedFeatures.usm.removeSharedLinkModal.cancelButton = Avbryt
|
|
61
|
-
# Aria label for the button to close the Remove Shared Link modal
|
|
62
|
-
groupSharedFeatures.usm.removeSharedLinkModal.closeButton = Stäng
|
|
63
|
-
# Button aria label when the shared link is being removed
|
|
64
|
-
groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel = Läser in
|
|
65
|
-
# Button text to confirm removing a shared link
|
|
66
|
-
groupSharedFeatures.usm.removeSharedLinkModal.okayButton = Okej
|
|
67
|
-
# Title of the Remove Shared Link modal
|
|
68
|
-
groupSharedFeatures.usm.removeSharedLinkModal.title = Ta bort delad länk
|
|
69
|
-
# Error notification when a user tries to send invitations to restricted users
|
|
70
|
-
groupSharedFeatures.usm.restrictedContactsErrorNotice = Ta bort {count,plural,one{{count} begränsad användare} other{{count} begränsade användare}} för att fortsätta.
|
|
71
|
-
# Button text to cancel updating the shared link settings
|
|
72
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = Avbryt
|
|
73
|
-
# Aria label for the button to close the Shared Link Settings modal
|
|
74
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = Stäng
|
|
75
|
-
# Tooltip message when the direct link is blocked due to access policy with classification
|
|
76
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification = Hämtning har avaktiverats för innehåll på grund av klassificeringen.
|
|
77
|
-
# Tooltip message when the direct link is blocked due to access policy without classification
|
|
78
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification = Hämtning har inaktiverats för innehåll utan klassificering.
|
|
79
|
-
# Tooltip message when the direct link is blocked due to malicious content
|
|
80
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent = Hämtning av det här innehållet har avaktiverats på grund av en säkerhetspolicy.
|
|
81
|
-
# Label for the direct link to download the shared item
|
|
82
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = Direktlänk
|
|
83
|
-
# Label for the download settings toggle
|
|
84
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Tillåt användare med den delade länken att hämta det här objektet
|
|
85
|
-
# Aria label for button to hide password
|
|
86
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.hidePasswordAriaLabel = Dölj lösenord
|
|
87
|
-
# Notice shown at top of modal when one or more settings are unavailable due to permission settings
|
|
88
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.inaccessibleSettingsNotice = Vissa inställningar är kanske inte tillgängliga för det här objektet på grund av behörigheter.
|
|
89
|
-
# Link to learn more about shared link settings
|
|
90
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink = Läs mer om inställningar för delade länkar.
|
|
91
|
-
# Aria label for the calendar in the link expiration settings
|
|
92
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = Välj ett utgångsdatum
|
|
93
|
-
# Aria label for the clear date picker button in the link expiration settings
|
|
94
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = Rensa datumväljare
|
|
95
|
-
# Label for the date picker in the link expiration settings
|
|
96
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel = Utgångsdatum
|
|
97
|
-
# Aria label for the next month button in the link expiration settings
|
|
98
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel = Byt till nästa månad
|
|
99
|
-
# Aria label for the open calendar dropdown button in the link expiration settings
|
|
100
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel = Öppna kalender
|
|
101
|
-
# Aria label for the previous month button in the link expiration settings
|
|
102
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel = Byt till föregående månad
|
|
103
|
-
# Label for the link expiration toggle
|
|
104
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText = Länkens utgångsdatum
|
|
105
|
-
# Button aria label when the shared link settings are being updated
|
|
106
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel = Läser in
|
|
107
|
-
# Placeholder text for the password input
|
|
108
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder = Ange ett lösenord
|
|
109
|
-
# Label for the password protection toggle
|
|
110
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText = Lösenordsskydd
|
|
111
|
-
# Text for the password settings warning
|
|
112
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = Lösenord måste innehålla minst 8 tecken och måste innehålla minst en stor bokstav, en siffra eller ett specialtecken.
|
|
113
|
-
# Button text to confirm saving the shared link settings
|
|
114
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = Spara
|
|
115
|
-
# Aria label for button to reveal password
|
|
116
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.showPasswordAriaLabel = Visa lösenord
|
|
117
|
-
# Description for the settings modal when the content can be viewed by invited collaborators
|
|
118
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleCollaborators = Det här innehållet är tillgängligt för inbjudna medarbetare med länken. {learnSharedLinkSettingsLink}
|
|
119
|
-
# Description for the settings modal when the content can be viewed by enterprise users and can be downloaded
|
|
120
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleCompanyDownload = Det här innehållet är tillgängligt för alla inom ditt företag som har länken, och det kan visas eller hämtas. {learnSharedLinkSettingsLink}
|
|
121
|
-
# Description for the settings modal when the content can be viewed by enterprise users and cannot be downloaded
|
|
122
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleCompanyView = Det här innehållet är tillgängligt för alla inom ditt företag med länken och kan visas. {learnSharedLinkSettingsLink}
|
|
123
|
-
# Description for the settings modal when the content can be viewed by anyone and can be downloaded
|
|
124
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleOpenDownload = Det här innehållet är offentligt tillgängligt för alla med länken och kan visas eller hämtas. {learnSharedLinkSettingsLink}
|
|
125
|
-
# Description for the settings modal when the content can be viewed by anyone and cannot be downloaded
|
|
126
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleOpenView = Det här innehållet är offentligt tillgängligt för alla med länken och kan visas. {learnSharedLinkSettingsLink}
|
|
127
|
-
# Title of the Shared Link Settings modal
|
|
128
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.title = Inställningar för delad länk
|
|
129
|
-
# Text for the vanity domain settings warning
|
|
130
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText = Anpassade URL-adresser ska inte användas vid delning av känsligt innehåll.
|
|
131
|
-
# Label for the vanity name input
|
|
132
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel = Anpassad sökväg
|
|
133
|
-
# Placeholder text for the vanity name input
|
|
134
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder = Ange en anpassad sökväg (12 eller fler tecken)
|
|
135
|
-
# Label for the vanity name toggle
|
|
136
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText = Publicera innehåll brett med en anpassad, icke-privat URL
|
|
137
|
-
# Label for the warning notification icon
|
|
138
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel = Varning
|
|
139
|
-
# Icon label for the success notifications
|
|
140
|
-
groupSharedFeatures.usm.successNoticeIcon = Lyckades
|
|
141
|
-
# Aria label for the button to close the Unified Share Modal
|
|
142
|
-
groupSharedFeatures.usm.unifiedShareFormModal.closeButton = Stäng
|
|
143
|
-
# Label for the role of a collaborator who co-owns the item
|
|
144
|
-
groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole = Medägare
|
|
145
|
-
# Title for the dropdown to select a business justification reason
|
|
146
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification = Affärsmotivering
|
|
147
|
-
# Button text to cancel inviting collaborators to the file / folder
|
|
148
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton = Avbryt
|
|
149
|
-
# Aria label for the button to clear the input field for selecting users
|
|
150
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton = Rensa
|
|
151
|
-
# Aria label for the button to close the Unified Share Modal
|
|
152
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton = Stäng
|
|
153
|
-
# Description for the collaboration role with "Co-owner" permissions to the item
|
|
154
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription = Hantera säkerhet, ladda upp, hämta, förhandsgranska, dela, redigera och radera
|
|
155
|
-
# Text for the notice when there are Information Barrier collaboration restrictions
|
|
156
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice = {count,plural,one{{count} inbjudan} other{{count} inbjudningar}} kan inte skickas på grund av en säkerhetspolicy. {removeLink}
|
|
157
|
-
# Text for the notice when there are collaboration restrictions
|
|
158
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice = {count,plural,one{{count} inbjudan} other{{count} inbjudningar}} kan inte skickas eftersom externt samarbete är begränsat på grund av den tillämpade säkerhetspolicyn. {removeLink}
|
|
159
|
-
# Label for the button that removes restricted contacts
|
|
160
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = Ta bort för att fortsätta
|
|
161
|
-
# Text shown in share modal when there is at least one external collaborator
|
|
162
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = Detta innehåll kommer att delas med externa medarbetare.
|
|
163
|
-
# Description for the collaboration role with "Editor" permissions to the item
|
|
164
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = Ladda upp, hämta, förhandsgranska, dela och redigera
|
|
165
|
-
# Description for the collaboration role with "Editor" permissions to the folder
|
|
166
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription = Ladda upp, hämta, förhandsgranska, dela, redigera och radera
|
|
167
|
-
# Label for the field to select users to email the shared link of the item
|
|
168
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel = Skicka e-post med delad länk
|
|
169
|
-
# Aria label for the error icon in the inline notice
|
|
170
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel = Fel
|
|
171
|
-
# Label for the button to select the collaboration role of the new collaborator
|
|
172
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel = Bjud in som {role}
|
|
173
|
-
# Tooltip on the collaboration form when the user does not have permission to invite collaborators
|
|
174
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip = Du har inte behörighet att bjuda in medarbetare
|
|
175
|
-
# Label for the field to select users to collaborate with on an item
|
|
176
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel = Bjud in personer
|
|
177
|
-
# Placeholder for the field to select users to collaborate with on an item
|
|
178
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder = Ange namn eller e-postadresser
|
|
179
|
-
# Tooltip on the collaboration form when the item is a bookmark
|
|
180
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip = Medarbetare kan inte läggas till i bokmärken
|
|
181
|
-
# Text for the notice when there are collaboration restrictions and business justifications are allowed
|
|
182
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice = Det här innehållet kräver en affärsmotivering för {count,plural,one{{count} inbjudan} other{{count} inbjudningar}}. Välj en affärsmotivering nedan. {justificationSelect} {removeLink}
|
|
183
|
-
# Label for the button that removes restricted contacts when justifications are allowed
|
|
184
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel = Alternativt, ta bort för att fortsätta
|
|
185
|
-
# Placeholder text for the dropdown to select a business justification reason
|
|
186
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder = Välj motivering
|
|
187
|
-
# Aria label for the loading indicator when fetching justification reasons
|
|
188
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel = Läser in motiveringsanledningar
|
|
189
|
-
# Aria label for the loading indicator of the Unified Share Modal
|
|
190
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel = Läser in
|
|
191
|
-
# Description for the collaboration role with "Previewer" permissions to the item
|
|
192
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription = Preview-only
|
|
193
|
-
# Description for the collaboration role with "Previewer Uploader" permissions to the item
|
|
194
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription = Ladda upp och förhandsgranska
|
|
195
|
-
# Button text to invite collaborators to the file / folder
|
|
196
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sendButton = Skicka
|
|
197
|
-
# Aria label for the text field to include a message when sharing an item
|
|
198
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageCharacterCountAriaLabel = {count} tecken återstår
|
|
199
|
-
# Label for the text field to include a message when sharing an item
|
|
200
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageLabel = Meddelande (valfritt)
|
|
201
|
-
# Placeholder for the text field to include a message when sharing an item
|
|
202
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessagePlaceholder = Lägg till ett meddelande
|
|
203
|
-
# Label for the button to view the list of collaborators shared with on the item
|
|
204
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sharedWithLabel = Delas med
|
|
205
|
-
# Description for the collaboration role with "Uploader" permissions to the item
|
|
206
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.uploaderDescription = Upload-only
|
|
207
|
-
# Description for the collaboration role with "Viewer" permissions to the item
|
|
208
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerDescription = Hämta, förhandsgranska och dela
|
|
209
|
-
# Description for the collaboration role with "Viewer Uploader" permissions to the item
|
|
210
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerUploaderDescription = Ladda upp, hämta, förhandsgranska, dela och redigera
|
|
211
|
-
# Aria label for the button to close the Unified Share Modal
|
|
212
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.closeButton = Stäng
|
|
213
|
-
# Button text to exit the view of collaborators shared with on the item
|
|
214
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.doneButton = Klart
|
|
215
|
-
# Label for the badge on the avatar of a collaborator who will lose access to the item
|
|
216
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.expiresBadge = Åtkomst förfaller den {date}
|
|
217
|
-
# Aria label for the list of collaborators shared with on the item
|
|
218
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.listLabel = medarbetare
|
|
219
|
-
# Link text to open the page to view and manage the full list of collaborators
|
|
220
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.manageAllLink = Hantera alla
|
|
221
|
-
# Label for the column in the collaborators list for the name of the collaborator
|
|
222
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.nameColumn = Namn
|
|
223
|
-
# Label for the role of a collaborator who has a pending collaboration invitation
|
|
224
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.pendingRole = Väntande
|
|
225
|
-
# Aria label for the button to remove a collaborator on the item
|
|
226
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.removeButton = Avlägsna
|
|
227
|
-
# Label for the column in the collaborators list for the role of the collaborator
|
|
228
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.roleColumn = Roll
|
|
229
|
-
# Label for the role of a collaborator who can edit and delete the item
|
|
230
|
-
groupSharedFeatures.usm.unifiedShareFormModal.editorRole = Redigerare
|
|
231
|
-
# Aria label for the loading indicator of the Unified Share Modal
|
|
232
|
-
groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel = Läser in
|
|
233
|
-
# Label for the role of a collaborator who owns the item
|
|
234
|
-
groupSharedFeatures.usm.unifiedShareFormModal.ownerRole = Ägare
|
|
235
|
-
# Label for the role of a collaborator who can preview the item
|
|
236
|
-
groupSharedFeatures.usm.unifiedShareFormModal.previewerRole = Förhandsgranskare
|
|
237
|
-
# Label for the role of a collaborator who can preview and upload to the item
|
|
238
|
-
groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole = Förhandsgranskare/Uppladdare
|
|
239
|
-
# Notification text when the shared link is successfully copied to clipboard
|
|
240
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText = Delad länk kopierad till urklipp.
|
|
241
|
-
# Text for the create and copy shared link notification when copy failed but creation succeeded.
|
|
242
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = Delad länk skapad. Klicka kopiera för att dela.
|
|
243
|
-
# Notification text when the shared link is successfully copied to clipboard after link is created
|
|
244
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Delad länk skapad och kopierad till urklipp.
|
|
245
|
-
# Label for the permission level where shared link users can download the item
|
|
246
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = Kan visa och hämta
|
|
247
|
-
# Tooltip on the can edit permission level when it is disabled for Box Notes
|
|
248
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip = Denna behörighet kan endast ändras i Box Notes
|
|
249
|
-
# Label for the permission level where shared link users can edit the item
|
|
250
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = Kan redigera
|
|
251
|
-
# Label for the permission level where shared link users can preview the item
|
|
252
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel = Kan bara visa
|
|
253
|
-
# Aria label for the button to close the Unified Share Modal
|
|
254
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.closeButton = Stäng
|
|
255
|
-
# Description for the access level where only invited users can access the item
|
|
256
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = Endast inbjudna personer har åtkomst till det här {item}
|
|
257
|
-
# Label for the access level where only invited users can access the item
|
|
258
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel = Endast inbjudna personer
|
|
259
|
-
# Description for the access level where users in the company can access the item
|
|
260
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription = Vem som helst i ditt företag med länken eller personer inbjudna till det här {item} har åtkomst
|
|
261
|
-
# Label for the access level where users in the company can access the item
|
|
262
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel = Personer i ditt företag
|
|
263
|
-
# Tooltip on the shared link toggle when the user does not have permission to create the link
|
|
264
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip = Du har inte behörighet att skapa länken
|
|
265
|
-
# Tooltip on an access level that has been disabled due to a security policy in the enterprise
|
|
266
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip = Det här alternativet är inte tillgängligt på grund av en säkerhetspolicy
|
|
267
|
-
# Description for the access level where users in the enterprise can access the item
|
|
268
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription = Vem som helst på {enterprise} med länken eller personer inbjudna till det här {item} har åtkomst
|
|
269
|
-
# Label for the access level where users in the enterprise can access the item
|
|
270
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel = Personer i {enterprise}
|
|
271
|
-
# Label for the icon button to indicate the shared link has an expiration date
|
|
272
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel = Upphör
|
|
273
|
-
# Tooltip for the icon button to indicate the shared link has an expiration date
|
|
274
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip = Den här länken kommer att upphöra att gälla och vara otillgänglig på {expirationDate}
|
|
275
|
-
# Text inserted in the access level descriptions when the type of the item is a file
|
|
276
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem = fil
|
|
277
|
-
# Text inserted in the access level descriptions when the type of the item is a folder
|
|
278
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem = mapp
|
|
279
|
-
# Text inserted in the access level descriptions when the type of the item is a hub
|
|
280
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem = hubb
|
|
281
|
-
# Description for the access level where anyone with the URL can access the item
|
|
282
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription = Offentligt tillgänglig och inloggning inte obligatoriskt
|
|
283
|
-
# Label for the access level where anyone with the URL can access the item
|
|
284
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = Personer med länken
|
|
285
|
-
# Tooltip on the shared link toggle when the user does not have permission to remove the link
|
|
286
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip = Du har inte behörighet att ta bort länken
|
|
287
|
-
# Label for the section to manage the shared link of the file / folder
|
|
288
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Dela länk
|
|
289
|
-
# Text shown in share modal when shared link is editable and is open to public access
|
|
290
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Offentligt tillgänglig för vem som helst att visa och hämta. Varje inloggad användare med länken kan redigera.
|
|
291
|
-
# Text shown in share modal when shared link is editable and is open to company access
|
|
292
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = Personer som har åtkomst till den här länken kan redigera.
|
|
293
|
-
# Aria label and tooltip for the icon button to email the shared link
|
|
294
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Skicka delad länk
|
|
295
|
-
# Text shown in share modal when shared link is open to public access
|
|
296
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = Det här innehållet är tillgängligt för alla med länken.
|
|
297
|
-
# Label for the button link to open the Shared Link Settings modal
|
|
298
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = Länkinställningar
|
|
299
|
-
# Label for the toggle to create and delete the shared link
|
|
300
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel = Delad länk
|
|
301
|
-
# Tooltip on the disabled toggle to create a new shared link
|
|
302
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip = Skapa och kopiera länk
|
|
303
|
-
# Label for the text field of the URL for sharing the file / folder
|
|
304
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel = URL för delad länk
|
|
305
|
-
# Text inserted in the access level descriptions when the type of the item is a bookmark
|
|
306
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem = bokmärke
|
|
307
|
-
# Text inserted in the access level descriptions when the type of the item is a workflow
|
|
308
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.workflowAccessLevelItem = arbetsflöde
|
|
309
|
-
# Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
|
|
310
|
-
groupSharedFeatures.usm.unifiedShareFormModal.title = Dela "{itemName}"
|
|
311
|
-
# Label for the role of a collaborator who can upload to the item
|
|
312
|
-
groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole = Uppladdare
|
|
313
|
-
# Label for the role of a collaborator who can view the item
|
|
314
|
-
groupSharedFeatures.usm.unifiedShareFormModal.viewerRole = Visning
|
|
315
|
-
# Label for the role of a collaborator who can view and upload to the item
|
|
316
|
-
groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole = Läsare/Uppladdare
|
|
317
|
-
# Notification text when the shared link settings are successfully saved
|
|
318
|
-
groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = Inställningarna för delad länk har sparats.
|
|
319
|
-
# Text for the vanity name invalid error
|
|
320
|
-
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Anpassade URL:er måste vara 12–30 tecken och kan innehålla bokstäver, siffror och bindestreck
|
|
321
|
-
# Error message for the vanity name field when custom URL is not provided
|
|
322
|
-
groupSharedFeatures.usm.vanityNameRequiredErrorMessage = Ange en anpassad URL
|
|
323
|
-
# Icon label for the warning notifications
|
|
324
|
-
groupSharedFeatures.usm.warningNoticeIcon = Varning
|