@box/unified-share-modal 0.50.1 → 0.51.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/dist/i18n/bn-IN.js +15 -16
- package/dist/i18n/bn-IN.properties +20 -10
- package/dist/i18n/da-DK.js +15 -16
- package/dist/i18n/da-DK.properties +20 -10
- package/dist/i18n/de-DE.js +15 -16
- package/dist/i18n/de-DE.properties +20 -10
- package/dist/i18n/en-AU.js +11 -12
- package/dist/i18n/en-AU.properties +21 -11
- package/dist/i18n/en-CA.js +10 -11
- package/dist/i18n/en-CA.properties +21 -11
- package/dist/i18n/en-GB.js +11 -12
- package/dist/i18n/en-GB.properties +21 -11
- package/dist/i18n/en-x-pseudo.js +121 -122
- package/dist/i18n/en-x-pseudo.properties +127 -117
- package/dist/i18n/es-419.js +14 -15
- package/dist/i18n/es-419.properties +19 -9
- package/dist/i18n/es-ES.js +14 -15
- package/dist/i18n/es-ES.properties +19 -9
- package/dist/i18n/fi-FI.js +15 -16
- package/dist/i18n/fi-FI.properties +20 -10
- package/dist/i18n/fr-CA.js +14 -15
- package/dist/i18n/fr-CA.properties +19 -9
- package/dist/i18n/fr-FR.js +14 -15
- package/dist/i18n/fr-FR.properties +19 -9
- package/dist/i18n/hi-IN.js +15 -16
- package/dist/i18n/hi-IN.properties +20 -10
- package/dist/i18n/it-IT.js +13 -14
- package/dist/i18n/it-IT.properties +18 -8
- package/dist/i18n/ja-JP.js +13 -14
- package/dist/i18n/ja-JP.properties +18 -8
- package/dist/i18n/ko-KR.js +12 -13
- package/dist/i18n/ko-KR.properties +17 -7
- package/dist/i18n/nb-NO.js +15 -16
- package/dist/i18n/nb-NO.properties +20 -10
- package/dist/i18n/nl-NL.js +15 -16
- package/dist/i18n/nl-NL.properties +20 -10
- package/dist/i18n/pl-PL.js +14 -15
- package/dist/i18n/pl-PL.properties +19 -9
- package/dist/i18n/pt-BR.js +15 -16
- package/dist/i18n/pt-BR.properties +20 -10
- package/dist/i18n/ru-RU.js +14 -15
- package/dist/i18n/ru-RU.properties +19 -9
- package/dist/i18n/sv-SE.js +15 -16
- package/dist/i18n/sv-SE.properties +20 -10
- package/dist/i18n/tr-TR.js +14 -15
- package/dist/i18n/tr-TR.properties +19 -9
- package/dist/i18n/zh-CN.js +15 -16
- package/dist/i18n/zh-CN.properties +20 -10
- package/dist/i18n/zh-TW.js +16 -17
- package/dist/i18n/zh-TW.properties +21 -11
- package/package.json +4 -4
|
@@ -12,12 +12,14 @@ groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = Nie można usunąć ł
|
|
|
12
12
|
groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText = Łącze udostępnione do „{itemName}” zostało pomyślnie usunięte.
|
|
13
13
|
# Error message for the email field when email is not provided
|
|
14
14
|
groupSharedFeatures.usm.emailRequiredErrorMessage = Wprowadź co najmniej jeden poprawny adres e-mail
|
|
15
|
+
# Notification text when the shared link was sent successfully
|
|
16
|
+
groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText = Łącze udostępnione dla „{itemName}” zostało pomyślnie wysłane.
|
|
15
17
|
# Icon label for the error notifications
|
|
16
18
|
groupSharedFeatures.usm.errorNoticeIcon = Błąd
|
|
17
19
|
# Error message for the expiration date field when expiration date is in the past
|
|
18
20
|
groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = Data wygaśnięcia musi być datą w przyszłości
|
|
19
21
|
# Error message for the expiration date field when expiration date is not provided
|
|
20
|
-
groupSharedFeatures.usm.expirationRequiredErrorMessage =
|
|
22
|
+
groupSharedFeatures.usm.expirationRequiredErrorMessage = Proszę wybrać datę wygaśnięcia
|
|
21
23
|
# Error message for the email field when email is invalid
|
|
22
24
|
groupSharedFeatures.usm.invalidEmailErrorMessage = Nieprawidłowy adres e-mail
|
|
23
25
|
# Close button aria label for the notifications
|
|
@@ -25,9 +27,9 @@ groupSharedFeatures.usm.noticeCloseLabel = Zamknij
|
|
|
25
27
|
# Error message for the password field when password contains forbidden characters.
|
|
26
28
|
groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Hasło nie może zawierać spacji, „<” ani „>”
|
|
27
29
|
# Error message for the password field when password does not contain at least one letter, number, or symbol
|
|
28
|
-
groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Hasło
|
|
30
|
+
groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Hasło musi zawierać co najmniej jedną wielką literę, cyfrę lub znak specjalny
|
|
29
31
|
# Error message for the password field when password does not contain at least 8 characters.
|
|
30
|
-
groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Hasło
|
|
32
|
+
groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Hasło musi zawierać co najmniej 8 znaków
|
|
31
33
|
# Error message for the password field when password is not provided
|
|
32
34
|
groupSharedFeatures.usm.passwordRequiredErrorMessage = Wprowadź hasło
|
|
33
35
|
# Body text of the Remove Shared Link modal
|
|
@@ -51,7 +53,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Zez
|
|
|
51
53
|
# Link to learn more about shared link settings
|
|
52
54
|
groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink = Więcej informacji o ustawieniach łącza udostępnionego.
|
|
53
55
|
# Aria label for the calendar in the link expiration settings
|
|
54
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel =
|
|
56
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = Wybierać datę wygasanie
|
|
55
57
|
# Aria label for the clear date picker button in the link expiration settings
|
|
56
58
|
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = Wyczyść wybór daty
|
|
57
59
|
# Label for the date picker in the link expiration settings
|
|
@@ -71,7 +73,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder = Wprow
|
|
|
71
73
|
# Label for the password protection toggle
|
|
72
74
|
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText = Ochrona hasła
|
|
73
75
|
# Text for the password settings warning
|
|
74
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText =
|
|
76
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = Hasła muszą zawierać co najmniej 8 znaków, w tym co najmniej jedną wielką literę, cyfrę lub znak specjalny.
|
|
75
77
|
# Button text to confirm saving the shared link settings
|
|
76
78
|
groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = Zapisz
|
|
77
79
|
# subtitle of the Shared Link settings modal
|
|
@@ -84,8 +86,6 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText
|
|
|
84
86
|
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel = Ścieżka niestandardowa
|
|
85
87
|
# Placeholder text for the vanity name input
|
|
86
88
|
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder = Wprowadź ścieżkę niestandardową (co najmniej 12 znaków)
|
|
87
|
-
# Text for the vanity name invalid error
|
|
88
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError = Niestandardowe adresy URL muszą mieć długość od 12 do 30 znaków i mogą zawierać litery, cyfry oraz myślniki.
|
|
89
89
|
# Label for the vanity name toggle
|
|
90
90
|
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText = Publikuj zawartość, do której łatwiej dotrzeć, korzystając z niestandardowego, nieprywatnego adresu URL
|
|
91
91
|
# Label for the warning notification icon
|
|
@@ -112,10 +112,14 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderD
|
|
|
112
112
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel = Wyślij łącze udostępnione w wiadomości e-mail
|
|
113
113
|
# Label for the button to select the collaboration role of the new collaborator
|
|
114
114
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel = Zaproś jako: {role}
|
|
115
|
+
# Tooltip on the collaboration form when the user does not have permission to invite collaborators
|
|
116
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip = Nie masz uprawnień do zapraszania współpracowników
|
|
115
117
|
# Label for the field to select users to collaborate with on an item
|
|
116
118
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel = Zaproś osoby
|
|
117
119
|
# Placeholder for the field to select users to collaborate with on an item
|
|
118
120
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder = Dodaj nazwy lub adresy e-mail
|
|
121
|
+
# Tooltip on the collaboration form when the item is a bookmark
|
|
122
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip = Współpracowników nie można dodać do zakładek
|
|
119
123
|
# Aria label for the loading indicator of the Unified Share Modal
|
|
120
124
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel = Wczytywanie
|
|
121
125
|
# Description for the collaboration role with "Previewer" permissions to the item
|
|
@@ -184,6 +188,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAcc
|
|
|
184
188
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription = Wszyscy użytkownicy w Twojej firmie dysponujący łączem lub użytkownicy zaproszeni do tego {item} mogą uzyskać dostęp
|
|
185
189
|
# Label for the access level where users in the company can access the item
|
|
186
190
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel = Osoby w Twojej firmie
|
|
191
|
+
# Tooltip on the shared link toggle when the user does not have permission to create the link
|
|
192
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip = Nie masz uprawnień do utworzenia łącza
|
|
187
193
|
# Tooltip on an access level that has been disabled due to a security policy in the enterprise
|
|
188
194
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip = Ta opcja nie jest dostępna ze względu na zasady zabezpieczeń
|
|
189
195
|
# Description for the access level where users in the enterprise can access the item
|
|
@@ -204,6 +210,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelI
|
|
|
204
210
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription = Zawartość dostępna publicznie, nie wymaga zalogowania
|
|
205
211
|
# Label for the access level where anyone with the URL can access the item
|
|
206
212
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = Osoby dysponujące łączem
|
|
213
|
+
# Tooltip on the shared link toggle when the user does not have permission to remove the link
|
|
214
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip = Nie masz uprawnień do usunięcia łącza
|
|
207
215
|
# Label for the section to manage the shared link of the file / folder
|
|
208
216
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Łącze udostępnione
|
|
209
217
|
# Aria label and tooltip for the icon button to email the shared link
|
|
@@ -216,6 +224,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggle
|
|
|
216
224
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip = Utwórz i skopiuj łącze.
|
|
217
225
|
# Label for the text field of the URL for sharing the file / folder
|
|
218
226
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel = Adres URL łącza udostępnionego
|
|
227
|
+
# Text inserted in the access level descriptions when the type of the item is a bookmark
|
|
228
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem = zakładka
|
|
219
229
|
# Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
|
|
220
230
|
groupSharedFeatures.usm.unifiedShareFormModal.title = Udostępnij element «{itemName}»
|
|
221
231
|
# Label for the role of a collaborator who can upload to the item
|
|
@@ -225,8 +235,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.viewerRole = Przeglądający
|
|
|
225
235
|
# Label for the role of a collaborator who can view and upload to the item
|
|
226
236
|
groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole = Przeglądający/przekazujący
|
|
227
237
|
# Notification text when the shared link settings are successfully saved
|
|
228
|
-
groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText =
|
|
238
|
+
groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = Ustawienia łącza udostępnionego zostały pomyślnie zapisane.
|
|
229
239
|
# Text for the vanity name invalid error
|
|
230
|
-
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Niestandardowe adresy URL muszą mieć długość od 12 do 30 znaków i mogą zawierać litery, cyfry oraz myślniki
|
|
240
|
+
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Niestandardowe adresy URL muszą mieć długość od 12 do 30 znaków i mogą zawierać litery, cyfry oraz myślniki
|
|
231
241
|
# Error message for the vanity name field when custom URL is not provided
|
|
232
242
|
groupSharedFeatures.usm.vanityNameRequiredErrorMessage = Wprowadź niestandardowy adres URL
|
package/dist/i18n/pt-BR.js
CHANGED
|
@@ -6,15 +6,15 @@ export default {
|
|
|
6
6
|
"groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Não é possível remover o link compartilhado. Tente novamente mais tarde.",
|
|
7
7
|
"groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "O link compartilhado para “{itemName}” foi removido com sucesso.",
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Insira pelo menos um e-mail válido",
|
|
9
|
-
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "
|
|
9
|
+
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "O link compartilhado para “{itemName}” foi enviado com sucesso.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Erro",
|
|
11
11
|
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "A data de vencimento deve estar no futuro",
|
|
12
|
-
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Selecione uma data",
|
|
12
|
+
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Selecione uma data de vencimento",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Endereço de e-mail inválido",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Fechar",
|
|
15
|
-
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "
|
|
16
|
-
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "
|
|
17
|
-
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "A senha deve conter pelo menos
|
|
15
|
+
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "A senha não pode conter espaços, ’<’ ou ’>’",
|
|
16
|
+
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "A senha deve conter pelo menos uma letra maiúscula, um número ou um caractere especial",
|
|
17
|
+
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "A senha deve conter pelo menos oito caracteres",
|
|
18
18
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "Insira uma senha",
|
|
19
19
|
"groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "Isso removerá permanentemente o link compartilhado. Se esse item estiver incorporado em outros sites, ele também se tornará inacessível. Quaisquer propriedades, configurações e expirações personalizadas também serão removidas. Você deseja continuar?",
|
|
20
20
|
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Cancelar",
|
|
@@ -26,7 +26,7 @@ export default {
|
|
|
26
26
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Fechar",
|
|
27
27
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "Permitir que os usuários com o link compartilhado baixem esse item",
|
|
28
28
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Saiba mais sobre as configurações de links compartilhados.",
|
|
29
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Selecionar
|
|
29
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Selecionar uma data de vencimento",
|
|
30
30
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "Limpar seletor de datas",
|
|
31
31
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "Data de vencimento",
|
|
32
32
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "Mudar para o próximo mês",
|
|
@@ -36,7 +36,7 @@ export default {
|
|
|
36
36
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "Carregando",
|
|
37
37
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "Insira uma senha",
|
|
38
38
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Proteção por senha",
|
|
39
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "
|
|
39
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "As senhas devem incluir pelo menos oito caracteres e devem conter pelo menos uma letra maiúscula, um número ou um caractere especial.",
|
|
40
40
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "Salvar",
|
|
41
41
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle": "Este conteúdo está disponível para qualquer pessoa em sua empresa com o link e pode ser visualizado ou baixado. {learnSharedLinkSettingsLink}",
|
|
42
42
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.title": "Configurações de links compartilhados",
|
|
@@ -56,10 +56,10 @@ export default {
|
|
|
56
56
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Carregar, baixar, pré-visualizar, compartilhar, editar e excluir",
|
|
57
57
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Enviar link compartilhado por e-mail",
|
|
58
58
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Convidar como {role}",
|
|
59
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "
|
|
59
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "Você não tem permissão para convidar colaboradores",
|
|
60
60
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Convidar pessoas",
|
|
61
61
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Adicione nomes ou endereços de e-mail",
|
|
62
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "
|
|
62
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Colaboradores não podem ser adicionados a marcadores",
|
|
63
63
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Carregando",
|
|
64
64
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
|
|
65
65
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Carregar e pré-visualizar",
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
94
94
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Apenas pessoas convidadas",
|
|
95
95
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Qualquer pessoa em sua empresa com o link ou as pessoas convidadas para esse {item} podem acessar",
|
|
96
96
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Pessoas em sua empresa",
|
|
97
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "
|
|
97
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "Você não tem permissão para criar o link",
|
|
98
98
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Essa opção não está disponível devido a uma política de segurança",
|
|
99
99
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Qualquer pessoa na {enterprise} com o link ou as pessoas convidadas para esse {item} podem acessar",
|
|
100
100
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Pessoas na {enterprise}",
|
|
@@ -105,20 +105,19 @@ export default {
|
|
|
105
105
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hub",
|
|
106
106
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Publicamente acessível, e não é obrigatório fazer login",
|
|
107
107
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Pessoas com o link",
|
|
108
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "
|
|
108
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Você não tem permissão para remover o link",
|
|
109
109
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Compartilhar Link",
|
|
110
110
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Enviar link compartilhado",
|
|
111
111
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Configurações de links",
|
|
112
112
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Link compartilhado",
|
|
113
113
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Criar e copiar link",
|
|
114
114
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "URL do link compartilhado",
|
|
115
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "
|
|
115
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "marcador",
|
|
116
116
|
"groupSharedFeatures.usm.unifiedShareFormModal.title": "Compartilhar ‘{itemName}’",
|
|
117
117
|
"groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Carregador",
|
|
118
118
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Visualizador",
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Carregador visualizador",
|
|
120
|
-
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "
|
|
121
|
-
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "As URLs personalizadas devem ter entre 12 e 30 caracteres e podem incluir letras, números e hifens
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Insira uma URL personalizada"
|
|
123
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "As URLs personalizadas devem ter entre 12 e 30 caracteres e podem incluir letras, números e hifens."
|
|
120
|
+
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "As configurações do link compartilhado foram salvas com sucesso.",
|
|
121
|
+
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "As URLs personalizadas devem ter entre 12 e 30 caracteres e podem incluir letras, números e hifens",
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Insira uma URL personalizada"
|
|
124
123
|
}
|
|
@@ -12,22 +12,24 @@ groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = Não é possível remo
|
|
|
12
12
|
groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText = O link compartilhado para “{itemName}” foi removido com sucesso.
|
|
13
13
|
# Error message for the email field when email is not provided
|
|
14
14
|
groupSharedFeatures.usm.emailRequiredErrorMessage = Insira pelo menos um e-mail válido
|
|
15
|
+
# Notification text when the shared link was sent successfully
|
|
16
|
+
groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText = O link compartilhado para “{itemName}” foi enviado com sucesso.
|
|
15
17
|
# Icon label for the error notifications
|
|
16
18
|
groupSharedFeatures.usm.errorNoticeIcon = Erro
|
|
17
19
|
# Error message for the expiration date field when expiration date is in the past
|
|
18
20
|
groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = A data de vencimento deve estar no futuro
|
|
19
21
|
# Error message for the expiration date field when expiration date is not provided
|
|
20
|
-
groupSharedFeatures.usm.expirationRequiredErrorMessage = Selecione uma data
|
|
22
|
+
groupSharedFeatures.usm.expirationRequiredErrorMessage = Selecione uma data de vencimento
|
|
21
23
|
# Error message for the email field when email is invalid
|
|
22
24
|
groupSharedFeatures.usm.invalidEmailErrorMessage = Endereço de e-mail inválido
|
|
23
25
|
# Close button aria label for the notifications
|
|
24
26
|
groupSharedFeatures.usm.noticeCloseLabel = Fechar
|
|
25
27
|
# Error message for the password field when password contains forbidden characters.
|
|
26
|
-
groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage =
|
|
28
|
+
groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = A senha não pode conter espaços, ’<’ ou ’>’
|
|
27
29
|
# Error message for the password field when password does not contain at least one letter, number, or symbol
|
|
28
|
-
groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage =
|
|
30
|
+
groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = A senha deve conter pelo menos uma letra maiúscula, um número ou um caractere especial
|
|
29
31
|
# Error message for the password field when password does not contain at least 8 characters.
|
|
30
|
-
groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = A senha deve conter pelo menos
|
|
32
|
+
groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = A senha deve conter pelo menos oito caracteres
|
|
31
33
|
# Error message for the password field when password is not provided
|
|
32
34
|
groupSharedFeatures.usm.passwordRequiredErrorMessage = Insira uma senha
|
|
33
35
|
# Body text of the Remove Shared Link modal
|
|
@@ -51,7 +53,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Per
|
|
|
51
53
|
# Link to learn more about shared link settings
|
|
52
54
|
groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink = Saiba mais sobre as configurações de links compartilhados.
|
|
53
55
|
# Aria label for the calendar in the link expiration settings
|
|
54
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = Selecionar
|
|
56
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = Selecionar uma data de vencimento
|
|
55
57
|
# Aria label for the clear date picker button in the link expiration settings
|
|
56
58
|
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = Limpar seletor de datas
|
|
57
59
|
# Label for the date picker in the link expiration settings
|
|
@@ -71,7 +73,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder = Insir
|
|
|
71
73
|
# Label for the password protection toggle
|
|
72
74
|
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText = Proteção por senha
|
|
73
75
|
# Text for the password settings warning
|
|
74
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText =
|
|
76
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = As senhas devem incluir pelo menos oito caracteres e devem conter pelo menos uma letra maiúscula, um número ou um caractere especial.
|
|
75
77
|
# Button text to confirm saving the shared link settings
|
|
76
78
|
groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = Salvar
|
|
77
79
|
# subtitle of the Shared Link settings modal
|
|
@@ -84,8 +86,6 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText
|
|
|
84
86
|
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel = Caminho personalizado
|
|
85
87
|
# Placeholder text for the vanity name input
|
|
86
88
|
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder = Insira um caminho personalizado (12 ou mais caracteres)
|
|
87
|
-
# Text for the vanity name invalid error
|
|
88
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError = As URLs personalizadas devem ter entre 12 e 30 caracteres e podem incluir letras, números e hifens.
|
|
89
89
|
# Label for the vanity name toggle
|
|
90
90
|
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText = Publicar conteúdo amplamente com uma URL personalizada e não privada
|
|
91
91
|
# Label for the warning notification icon
|
|
@@ -112,10 +112,14 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderD
|
|
|
112
112
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel = Enviar link compartilhado por e-mail
|
|
113
113
|
# Label for the button to select the collaboration role of the new collaborator
|
|
114
114
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel = Convidar como {role}
|
|
115
|
+
# Tooltip on the collaboration form when the user does not have permission to invite collaborators
|
|
116
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip = Você não tem permissão para convidar colaboradores
|
|
115
117
|
# Label for the field to select users to collaborate with on an item
|
|
116
118
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel = Convidar pessoas
|
|
117
119
|
# Placeholder for the field to select users to collaborate with on an item
|
|
118
120
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder = Adicione nomes ou endereços de e-mail
|
|
121
|
+
# Tooltip on the collaboration form when the item is a bookmark
|
|
122
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip = Colaboradores não podem ser adicionados a marcadores
|
|
119
123
|
# Aria label for the loading indicator of the Unified Share Modal
|
|
120
124
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel = Carregando
|
|
121
125
|
# Description for the collaboration role with "Previewer" permissions to the item
|
|
@@ -184,6 +188,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAcc
|
|
|
184
188
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription = Qualquer pessoa em sua empresa com o link ou as pessoas convidadas para esse {item} podem acessar
|
|
185
189
|
# Label for the access level where users in the company can access the item
|
|
186
190
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel = Pessoas em sua empresa
|
|
191
|
+
# Tooltip on the shared link toggle when the user does not have permission to create the link
|
|
192
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip = Você não tem permissão para criar o link
|
|
187
193
|
# Tooltip on an access level that has been disabled due to a security policy in the enterprise
|
|
188
194
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip = Essa opção não está disponível devido a uma política de segurança
|
|
189
195
|
# Description for the access level where users in the enterprise can access the item
|
|
@@ -204,6 +210,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelI
|
|
|
204
210
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription = Publicamente acessível, e não é obrigatório fazer login
|
|
205
211
|
# Label for the access level where anyone with the URL can access the item
|
|
206
212
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = Pessoas com o link
|
|
213
|
+
# Tooltip on the shared link toggle when the user does not have permission to remove the link
|
|
214
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip = Você não tem permissão para remover o link
|
|
207
215
|
# Label for the section to manage the shared link of the file / folder
|
|
208
216
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Compartilhar Link
|
|
209
217
|
# Aria label and tooltip for the icon button to email the shared link
|
|
@@ -216,6 +224,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggle
|
|
|
216
224
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip = Criar e copiar link
|
|
217
225
|
# Label for the text field of the URL for sharing the file / folder
|
|
218
226
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel = URL do link compartilhado
|
|
227
|
+
# Text inserted in the access level descriptions when the type of the item is a bookmark
|
|
228
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem = marcador
|
|
219
229
|
# Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
|
|
220
230
|
groupSharedFeatures.usm.unifiedShareFormModal.title = Compartilhar ‘{itemName}’
|
|
221
231
|
# Label for the role of a collaborator who can upload to the item
|
|
@@ -225,8 +235,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.viewerRole = Visualizador
|
|
|
225
235
|
# Label for the role of a collaborator who can view and upload to the item
|
|
226
236
|
groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole = Carregador visualizador
|
|
227
237
|
# Notification text when the shared link settings are successfully saved
|
|
228
|
-
groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText =
|
|
238
|
+
groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = As configurações do link compartilhado foram salvas com sucesso.
|
|
229
239
|
# Text for the vanity name invalid error
|
|
230
|
-
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = As URLs personalizadas devem ter entre 12 e 30 caracteres e podem incluir letras, números e hifens
|
|
240
|
+
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = As URLs personalizadas devem ter entre 12 e 30 caracteres e podem incluir letras, números e hifens
|
|
231
241
|
# Error message for the vanity name field when custom URL is not provided
|
|
232
242
|
groupSharedFeatures.usm.vanityNameRequiredErrorMessage = Insira uma URL personalizada
|
package/dist/i18n/ru-RU.js
CHANGED
|
@@ -6,14 +6,14 @@ export default {
|
|
|
6
6
|
"groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Не удается удалить общую ссылку. Повторите попытку позже.",
|
|
7
7
|
"groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "Общая ссылка для «{itemName}» удалена.",
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Введите по крайней мере один действительный адрес эл. почты",
|
|
9
|
-
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "
|
|
9
|
+
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "Общая ссылка для «{itemName}» отправлена.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Ошибка",
|
|
11
|
-
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Дата истечения срока действия должна быть в
|
|
12
|
-
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Выберите дату",
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Дата истечения срока действия должна быть в будущем",
|
|
12
|
+
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Выберите дату истечения срока действия",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Неверный адрес эл. почты",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Закрыть",
|
|
15
|
-
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Пароль не
|
|
16
|
-
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Пароль должен содержать не менее одной заглавной буквы, цифры или специального
|
|
15
|
+
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Пароль не может содержать пробелы, а также символы «<» или «>»",
|
|
16
|
+
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Пароль должен содержать не менее одной заглавной буквы, цифры или специального символа",
|
|
17
17
|
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Пароль должен содержать не менее 8 символов",
|
|
18
18
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "Введите пароль",
|
|
19
19
|
"groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "Это приведет к окончательному удалению общей ссылки. Если этот элемент встроен в другие веб-сайты, он также станет недоступным. Любые пользовательские свойства, настройки и сроки действия также будут удалены. Продолжить?",
|
|
@@ -26,7 +26,7 @@ export default {
|
|
|
26
26
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Закрыть",
|
|
27
27
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "Разрешить пользователям с общей ссылкой скачивать этот элемент",
|
|
28
28
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Узнайте больше о настройках общей ссылки.",
|
|
29
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Выберите дату истечения срока действия
|
|
29
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Выберите дату истечения срока действия",
|
|
30
30
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "Очистить выбор даты",
|
|
31
31
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "Дата истечения срока действия",
|
|
32
32
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "Перейти к следующему месяцу",
|
|
@@ -56,10 +56,10 @@ export default {
|
|
|
56
56
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Загрузка, скачивание, предпросмотр, предоставление общего доступа, редактирование и удаление",
|
|
57
57
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Отправить общую ссылку по электронной почте",
|
|
58
58
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Пригласить в качестве {role}",
|
|
59
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "
|
|
59
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "У вас нет прав на приглашение соавторов",
|
|
60
60
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Пригласите пользователей",
|
|
61
61
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Введите имена или адреса электронной почты",
|
|
62
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "
|
|
62
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Соавторов невозможно добавлять в закладки",
|
|
63
63
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Загрузка",
|
|
64
64
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
|
|
65
65
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Загрузка и предпросмотр",
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
94
94
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Только приглашенные пользователи",
|
|
95
95
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Все сотрудники вашей компании, у которых есть ссылка, или пользователи, приглашенные в этот {item} могут получить доступ",
|
|
96
96
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Сотрудники вашей компании",
|
|
97
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "
|
|
97
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "У вас нет прав на создание ссылки",
|
|
98
98
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Эта опция недоступна из-за ограничений политики безопасности",
|
|
99
99
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Все сотрудники {enterprise} со ссылкой или пользователи, приглашенные в этот {item} могут полуить доступ",
|
|
100
100
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Сотрудники {enterprise}",
|
|
@@ -105,20 +105,19 @@ export default {
|
|
|
105
105
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "хаб",
|
|
106
106
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Доступно всем пользователям, вход в систему не требуется",
|
|
107
107
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Пользователи со ссылкой",
|
|
108
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "
|
|
108
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "У вас нет прав на удаление ссылки",
|
|
109
109
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Общая ссылка",
|
|
110
110
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Отправить общую ссылку",
|
|
111
111
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Настройки ссылки",
|
|
112
112
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Общая ссылка",
|
|
113
113
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Создайте и скопируйте ссылку",
|
|
114
114
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "URL-адрес общей ссылки",
|
|
115
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "
|
|
115
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "закладка",
|
|
116
116
|
"groupSharedFeatures.usm.unifiedShareFormModal.title": "Поделиться элементом „{itemName}“",
|
|
117
117
|
"groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "С правом загрузки",
|
|
118
118
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "С правом просмотра",
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "С правом просмотра и загрузки",
|
|
120
|
-
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "
|
|
121
|
-
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Настраиваемые URL-адреса
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Введите настраиваемый URL-адрес"
|
|
123
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Настраиваемые URL-адреса могут содержать от 12 до 30 символов с буквами, цифрами и дефисами."
|
|
120
|
+
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Настройки общей ссылки сохранены.",
|
|
121
|
+
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Настраиваемые URL-адреса должны содержать от 12 до 30 символов и могут включать буквы, цифры и дефисы",
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Введите настраиваемый URL-адрес"
|
|
124
123
|
}
|
|
@@ -12,20 +12,22 @@ groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = Не удается у
|
|
|
12
12
|
groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText = Общая ссылка для «{itemName}» удалена.
|
|
13
13
|
# Error message for the email field when email is not provided
|
|
14
14
|
groupSharedFeatures.usm.emailRequiredErrorMessage = Введите по крайней мере один действительный адрес эл. почты
|
|
15
|
+
# Notification text when the shared link was sent successfully
|
|
16
|
+
groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText = Общая ссылка для «{itemName}» отправлена.
|
|
15
17
|
# Icon label for the error notifications
|
|
16
18
|
groupSharedFeatures.usm.errorNoticeIcon = Ошибка
|
|
17
19
|
# Error message for the expiration date field when expiration date is in the past
|
|
18
|
-
groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = Дата истечения срока действия должна быть в
|
|
20
|
+
groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = Дата истечения срока действия должна быть в будущем
|
|
19
21
|
# Error message for the expiration date field when expiration date is not provided
|
|
20
|
-
groupSharedFeatures.usm.expirationRequiredErrorMessage = Выберите дату
|
|
22
|
+
groupSharedFeatures.usm.expirationRequiredErrorMessage = Выберите дату истечения срока действия
|
|
21
23
|
# Error message for the email field when email is invalid
|
|
22
24
|
groupSharedFeatures.usm.invalidEmailErrorMessage = Неверный адрес эл. почты
|
|
23
25
|
# Close button aria label for the notifications
|
|
24
26
|
groupSharedFeatures.usm.noticeCloseLabel = Закрыть
|
|
25
27
|
# Error message for the password field when password contains forbidden characters.
|
|
26
|
-
groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Пароль не
|
|
28
|
+
groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Пароль не может содержать пробелы, а также символы «<» или «>»
|
|
27
29
|
# Error message for the password field when password does not contain at least one letter, number, or symbol
|
|
28
|
-
groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Пароль должен содержать не менее одной заглавной буквы, цифры или специального
|
|
30
|
+
groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Пароль должен содержать не менее одной заглавной буквы, цифры или специального символа
|
|
29
31
|
# Error message for the password field when password does not contain at least 8 characters.
|
|
30
32
|
groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Пароль должен содержать не менее 8 символов
|
|
31
33
|
# Error message for the password field when password is not provided
|
|
@@ -51,7 +53,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Р
|
|
|
51
53
|
# Link to learn more about shared link settings
|
|
52
54
|
groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink = Узнайте больше о настройках общей ссылки.
|
|
53
55
|
# Aria label for the calendar in the link expiration settings
|
|
54
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = Выберите дату истечения срока действия
|
|
56
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = Выберите дату истечения срока действия
|
|
55
57
|
# Aria label for the clear date picker button in the link expiration settings
|
|
56
58
|
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = Очистить выбор даты
|
|
57
59
|
# Label for the date picker in the link expiration settings
|
|
@@ -84,8 +86,6 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText
|
|
|
84
86
|
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel = Настраиваемый путь
|
|
85
87
|
# Placeholder text for the vanity name input
|
|
86
88
|
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder = Введите настраиваемый путь (12 или более символов)
|
|
87
|
-
# Text for the vanity name invalid error
|
|
88
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError = Настраиваемые URL-адреса могут содержать от 12 до 30 символов с буквами, цифрами и дефисами.
|
|
89
89
|
# Label for the vanity name toggle
|
|
90
90
|
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText = Публикуйте контент и делайте его общедоступным с помощью настраиваемого нечастного URL-адреса
|
|
91
91
|
# Label for the warning notification icon
|
|
@@ -112,10 +112,14 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderD
|
|
|
112
112
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel = Отправить общую ссылку по электронной почте
|
|
113
113
|
# Label for the button to select the collaboration role of the new collaborator
|
|
114
114
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel = Пригласить в качестве {role}
|
|
115
|
+
# Tooltip on the collaboration form when the user does not have permission to invite collaborators
|
|
116
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip = У вас нет прав на приглашение соавторов
|
|
115
117
|
# Label for the field to select users to collaborate with on an item
|
|
116
118
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel = Пригласите пользователей
|
|
117
119
|
# Placeholder for the field to select users to collaborate with on an item
|
|
118
120
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder = Введите имена или адреса электронной почты
|
|
121
|
+
# Tooltip on the collaboration form when the item is a bookmark
|
|
122
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip = Соавторов невозможно добавлять в закладки
|
|
119
123
|
# Aria label for the loading indicator of the Unified Share Modal
|
|
120
124
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel = Загрузка
|
|
121
125
|
# Description for the collaboration role with "Previewer" permissions to the item
|
|
@@ -184,6 +188,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAcc
|
|
|
184
188
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription = Все сотрудники вашей компании, у которых есть ссылка, или пользователи, приглашенные в этот {item} могут получить доступ
|
|
185
189
|
# Label for the access level where users in the company can access the item
|
|
186
190
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel = Сотрудники вашей компании
|
|
191
|
+
# Tooltip on the shared link toggle when the user does not have permission to create the link
|
|
192
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip = У вас нет прав на создание ссылки
|
|
187
193
|
# Tooltip on an access level that has been disabled due to a security policy in the enterprise
|
|
188
194
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip = Эта опция недоступна из-за ограничений политики безопасности
|
|
189
195
|
# Description for the access level where users in the enterprise can access the item
|
|
@@ -204,6 +210,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelI
|
|
|
204
210
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription = Доступно всем пользователям, вход в систему не требуется
|
|
205
211
|
# Label for the access level where anyone with the URL can access the item
|
|
206
212
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = Пользователи со ссылкой
|
|
213
|
+
# Tooltip on the shared link toggle when the user does not have permission to remove the link
|
|
214
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip = У вас нет прав на удаление ссылки
|
|
207
215
|
# Label for the section to manage the shared link of the file / folder
|
|
208
216
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Общая ссылка
|
|
209
217
|
# Aria label and tooltip for the icon button to email the shared link
|
|
@@ -216,6 +224,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggle
|
|
|
216
224
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip = Создайте и скопируйте ссылку
|
|
217
225
|
# Label for the text field of the URL for sharing the file / folder
|
|
218
226
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel = URL-адрес общей ссылки
|
|
227
|
+
# Text inserted in the access level descriptions when the type of the item is a bookmark
|
|
228
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem = закладка
|
|
219
229
|
# Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
|
|
220
230
|
groupSharedFeatures.usm.unifiedShareFormModal.title = Поделиться элементом „{itemName}“
|
|
221
231
|
# Label for the role of a collaborator who can upload to the item
|
|
@@ -225,8 +235,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.viewerRole = С правом пр
|
|
|
225
235
|
# Label for the role of a collaborator who can view and upload to the item
|
|
226
236
|
groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole = С правом просмотра и загрузки
|
|
227
237
|
# Notification text when the shared link settings are successfully saved
|
|
228
|
-
groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText =
|
|
238
|
+
groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = Настройки общей ссылки сохранены.
|
|
229
239
|
# Text for the vanity name invalid error
|
|
230
|
-
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Настраиваемые URL-адреса
|
|
240
|
+
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Настраиваемые URL-адреса должны содержать от 12 до 30 символов и могут включать буквы, цифры и дефисы
|
|
231
241
|
# Error message for the vanity name field when custom URL is not provided
|
|
232
242
|
groupSharedFeatures.usm.vanityNameRequiredErrorMessage = Введите настраиваемый URL-адрес
|
package/dist/i18n/sv-SE.js
CHANGED
|
@@ -6,15 +6,15 @@ export default {
|
|
|
6
6
|
"groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Kunde inte ta bort den delade länken. Försök igen senare.",
|
|
7
7
|
"groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "Den delade länken för \"{itemName}\" har tagits bort.",
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Ange minst en giltig e‑postadress",
|
|
9
|
-
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "
|
|
9
|
+
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "Den delade länken för ”{itemName}” skickades.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Fel",
|
|
11
11
|
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Utgångsdatum måste vara i framtiden",
|
|
12
|
-
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Välj ett
|
|
12
|
+
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Välj ett utgångsdatum",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Ogiltig e-postadress",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Stäng",
|
|
15
|
-
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "
|
|
16
|
-
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "
|
|
17
|
-
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Lösenord
|
|
15
|
+
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Lösenord kan inte innehålla ett mellanslag, \"<\" eller \">\"",
|
|
16
|
+
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Lösenord måste innehålla minst en stor bokstav, siffra eller specialtecken",
|
|
17
|
+
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Lösenord måste innehålla minst 8 tecken",
|
|
18
18
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "Ange ett lösenord",
|
|
19
19
|
"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?",
|
|
20
20
|
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Avbryt",
|
|
@@ -26,7 +26,7 @@ export default {
|
|
|
26
26
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Stäng",
|
|
27
27
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "Tillåt användare med den delade länken att hämta det här objektet",
|
|
28
28
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Läs mer om inställningar för delade länkar.",
|
|
29
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Välj utgångsdatum
|
|
29
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Välj ett utgångsdatum",
|
|
30
30
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "Rensa datumväljare",
|
|
31
31
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "Utgångsdatum",
|
|
32
32
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "Byt till nästa månad",
|
|
@@ -36,7 +36,7 @@ export default {
|
|
|
36
36
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "Läser in",
|
|
37
37
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "Ange ett lösenord",
|
|
38
38
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Lösenordsskydd",
|
|
39
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "
|
|
39
|
+
"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.",
|
|
40
40
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "Spara",
|
|
41
41
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle": "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}",
|
|
42
42
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.title": "Inställningar för delad länk",
|
|
@@ -56,10 +56,10 @@ export default {
|
|
|
56
56
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Ladda upp, hämta, förhandsgranska, dela, redigera och radera",
|
|
57
57
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Skicka e-post med delad länk",
|
|
58
58
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Bjud in som {role}",
|
|
59
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "
|
|
59
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "Du har inte behörighet att bjuda in medarbetare",
|
|
60
60
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Bjud in personer",
|
|
61
61
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Ange namn eller e-postadresser",
|
|
62
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "
|
|
62
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Medarbetare kan inte läggas till i bokmärken",
|
|
63
63
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Läser in",
|
|
64
64
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
|
|
65
65
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Ladda upp och förhandsgranska",
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
94
94
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Endast inbjudna personer",
|
|
95
95
|
"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",
|
|
96
96
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Personer i ditt företag",
|
|
97
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "
|
|
97
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "Du har inte behörighet att skapa länken",
|
|
98
98
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Det här alternativet är inte tillgängligt på grund av en säkerhetspolicy",
|
|
99
99
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Vem som helst på {enterprise} med länken eller personer inbjudna till det här {item} har åtkomst",
|
|
100
100
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Personer i {enterprise}",
|
|
@@ -105,20 +105,19 @@ export default {
|
|
|
105
105
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hubb",
|
|
106
106
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Offentligt tillgänglig och inloggning inte obligatoriskt",
|
|
107
107
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Personer med länken",
|
|
108
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "
|
|
108
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Du har inte behörighet att ta bort länken",
|
|
109
109
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Dela länk",
|
|
110
110
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Skicka delad länk",
|
|
111
111
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Länkinställningar",
|
|
112
112
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Delad länk",
|
|
113
113
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Skapa och kopiera länk",
|
|
114
114
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "URL för delad länk",
|
|
115
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "
|
|
115
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bokmärke",
|
|
116
116
|
"groupSharedFeatures.usm.unifiedShareFormModal.title": "Dela \"{itemName}\"",
|
|
117
117
|
"groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Uppladdare",
|
|
118
118
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Visning",
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Läsare/Uppladdare",
|
|
120
|
-
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "
|
|
121
|
-
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Anpassade URL:er
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Ange en anpassad URL"
|
|
123
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Anpassade URL-adresser ska vara mellan 12–30 tecken och kan innehålla bokstäver, siffror och bindestreck."
|
|
120
|
+
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Inställningarna för delad länk sparades.",
|
|
121
|
+
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Anpassade URL:er måste vara 12–30 tecken och kan innehålla bokstäver, siffror och bindestreck",
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Ange en anpassad URL"
|
|
124
123
|
}
|