@box/unified-share-modal 0.46.1 → 0.47.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.
Files changed (60) hide show
  1. package/dist/esm/lib/components/shared-link-settings-modal/shared-link-settings-modal.js +7 -7
  2. package/dist/esm/lib/hooks/use-collaboration-form.js +43 -44
  3. package/dist/esm/lib/hooks/use-form-validation.js +5 -5
  4. package/dist/esm/lib/hooks/use-link-settings-form.js +27 -27
  5. package/dist/esm/lib/utils/index.js +8 -8
  6. package/dist/esm/lib/utils/validation.js +7 -7
  7. package/dist/i18n/bn-IN.js +15 -61
  8. package/dist/i18n/bn-IN.properties +24 -96
  9. package/dist/i18n/da-DK.js +15 -61
  10. package/dist/i18n/da-DK.properties +24 -96
  11. package/dist/i18n/de-DE.js +15 -61
  12. package/dist/i18n/de-DE.properties +24 -96
  13. package/dist/i18n/en-AU.js +3 -49
  14. package/dist/i18n/en-AU.properties +22 -94
  15. package/dist/i18n/en-CA.js +2 -48
  16. package/dist/i18n/en-CA.properties +21 -93
  17. package/dist/i18n/en-GB.js +3 -49
  18. package/dist/i18n/en-GB.properties +22 -94
  19. package/dist/i18n/en-x-pseudo.js +109 -155
  20. package/dist/i18n/en-x-pseudo.properties +119 -191
  21. package/dist/i18n/es-419.js +14 -60
  22. package/dist/i18n/es-419.properties +24 -96
  23. package/dist/i18n/es-ES.js +14 -60
  24. package/dist/i18n/es-ES.properties +24 -96
  25. package/dist/i18n/fi-FI.js +15 -61
  26. package/dist/i18n/fi-FI.properties +24 -96
  27. package/dist/i18n/fr-CA.js +14 -60
  28. package/dist/i18n/fr-CA.properties +24 -96
  29. package/dist/i18n/fr-FR.js +14 -60
  30. package/dist/i18n/fr-FR.properties +24 -96
  31. package/dist/i18n/hi-IN.js +15 -61
  32. package/dist/i18n/hi-IN.properties +24 -96
  33. package/dist/i18n/it-IT.js +13 -59
  34. package/dist/i18n/it-IT.properties +24 -96
  35. package/dist/i18n/ja-JP.js +17 -63
  36. package/dist/i18n/ja-JP.properties +26 -98
  37. package/dist/i18n/ko-KR.js +15 -61
  38. package/dist/i18n/ko-KR.properties +24 -96
  39. package/dist/i18n/nb-NO.js +15 -61
  40. package/dist/i18n/nb-NO.properties +24 -96
  41. package/dist/i18n/nl-NL.js +14 -60
  42. package/dist/i18n/nl-NL.properties +24 -96
  43. package/dist/i18n/pl-PL.js +15 -61
  44. package/dist/i18n/pl-PL.properties +24 -96
  45. package/dist/i18n/pt-BR.js +14 -60
  46. package/dist/i18n/pt-BR.properties +24 -96
  47. package/dist/i18n/ru-RU.js +15 -61
  48. package/dist/i18n/ru-RU.properties +24 -96
  49. package/dist/i18n/sv-SE.js +15 -61
  50. package/dist/i18n/sv-SE.properties +24 -96
  51. package/dist/i18n/tr-TR.js +14 -60
  52. package/dist/i18n/tr-TR.properties +24 -96
  53. package/dist/i18n/zh-CN.js +15 -61
  54. package/dist/i18n/zh-CN.properties +24 -96
  55. package/dist/i18n/zh-TW.js +15 -61
  56. package/dist/i18n/zh-TW.properties +24 -96
  57. package/dist/types/lib/stories/shared.d.ts +2 -2
  58. package/dist/types/lib/types.d.ts +2 -2
  59. package/dist/types/lib/utils/validation.d.ts +2 -2
  60. package/package.json +3 -3
@@ -1,13 +1,11 @@
1
- # Notification text when copying the shared link fails
2
- groupSharedFeatures.usm.autoCopyErrorNoticeText = Shared link created. Click Copy to share.
3
- # Notification text when the shared link is successfully copied to clipboard when link is created
4
- groupSharedFeatures.usm.autoCopySuccessNoticeText = Udostępnione łącze zostało utworzone i skopiowane do schowka.
1
+ # Notification text when the shared link is failed to be created
2
+ groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText = Nie można utworzyć łącza udostępnionego. Spróbuj ponownie później.
5
3
  # Notification text when the shared link failed to be created
6
4
  groupSharedFeatures.usm.createSharedLinkErrorNoticeText = Nie można utworzyć łącza udostępnionego. Spróbuj ponownie później.
7
5
  # Notification text when the shared link is successfully created
8
- groupSharedFeatures.usm.createSharedLinkSuccessNoticeText = Utworzono łącze udostępnione
6
+ groupSharedFeatures.usm.createSharedLinkSuccessNoticeText = Utworzono łącze udostępnione.
9
7
  # Default error notification text rendered when API fails
10
- groupSharedFeatures.usm.defaultErrorNoticeText = Something went wrong. Please try again later.
8
+ groupSharedFeatures.usm.defaultErrorNoticeText = Wystąpił błąd. Spróbuj ponownie później.
11
9
  # Notification text when the shared link failed to be removed
12
10
  groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = Nie można usunąć łącza udostępnionego. Spróbuj ponownie później.
13
11
  # Notification text when the shared link is successfully removed
@@ -17,7 +15,7 @@ groupSharedFeatures.usm.emailRequiredErrorMessage = Wprowadź co najmniej jeden
17
15
  # Icon label for the error notifications
18
16
  groupSharedFeatures.usm.errorNoticeIcon = Błąd
19
17
  # Error message for the expiration date field when expiration date is in the past
20
- groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = The expiration date must be in the future
18
+ groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = Data wygaśnięcia musi być datą w przyszłości
21
19
  # Error message for the expiration date field when expiration date is not provided
22
20
  groupSharedFeatures.usm.expirationRequiredErrorMessage = Wybierz datę
23
21
  # Error message for the email field when email is invalid
@@ -49,7 +47,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel
49
47
  # Aria label for the clear date picker button in the link expiration settings
50
48
  groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = Wyczyść wybór daty
51
49
  # Label for the date picker in the link expiration settings
52
- groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel = Wybierz datę
50
+ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel = Data wygasania
53
51
  # Aria label for the next month button in the link expiration settings
54
52
  groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel = Przełącz na następny miesiąc
55
53
  # Aria label for the open calendar dropdown button in the link expiration settings
@@ -60,6 +58,12 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaL
60
58
  groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText = Wygasanie łącza
61
59
  # Button aria label when the shared link settings are being updated
62
60
  groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel = Wczytywanie
61
+ # Placeholder text for the password input
62
+ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder = Wprowadź hasło
63
+ # Label for the password protection toggle
64
+ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText = Ochrona hasła
65
+ # Text for the password settings warning
66
+ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = Twoje hasło powinno zawierać co najmniej 8 znaków, w tym co najmniej jedną wielką literę, cyfrę lub znak specjalny.
63
67
  # Button text to confirm saving the shared link settings
64
68
  groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = Zapisz
65
69
  # subtitle of the Shared Link settings modal
@@ -152,12 +156,12 @@ groupSharedFeatures.usm.unifiedShareFormModal.ownerRole = Właściciel
152
156
  groupSharedFeatures.usm.unifiedShareFormModal.previewerRole = Wyświetlający podgląd
153
157
  # Label for the role of a collaborator who can preview and upload to the item
154
158
  groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole = Wyświetlający podgląd / przekazujący
155
- # Text inserted in the access level descriptions when the type of the item is a file
156
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFileItem = pliku
157
- # Text inserted in the access level descriptions when the type of the item is a folder
158
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFolderItem = folderu
159
- # Text inserted in the access level descriptions when the type of the item is a hub
160
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelHubsItem = hubu
159
+ # Notification text when the shared link is successfully copied to clipboard
160
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText = Łącze udostępnione skopiowane do schowka.
161
+ # Text for the create and copy shared link notification when copy failed but creation succeeded.
162
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = Utworzono łącze udostępnione. Kliknij Kopiuj, aby udostępnić.
163
+ # Notification text when the shared link is successfully copied to clipboard after link is created
164
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Łącze udostępnione utworzone i skopiowane do schowka.
161
165
  # Description for the access level where only invited users can access the item
162
166
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = Tylko zaproszone osoby mogą uzyskać dostęp do tego {item}
163
167
  # Label for the access level where only invited users can access the item
@@ -176,14 +180,18 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccess
176
180
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel = Wygasa
177
181
  # Tooltip for the icon button to indicate the shared link has an expiration date
178
182
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip = To łącze wygaśnie i będzie niedostępne {expirationDate}
183
+ # Text inserted in the access level descriptions when the type of the item is a file
184
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem = pliku
185
+ # Text inserted in the access level descriptions when the type of the item is a folder
186
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem = folderu
187
+ # Text inserted in the access level descriptions when the type of the item is a hub
188
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem = hubu
179
189
  # Description for the access level where anyone with the URL can access the item
180
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription = Zawartość dostępna publicznie, nie wymaga zalogowania
181
191
  # Label for the access level where anyone with the URL can access the item
182
192
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = Osoby dysponujące łączem
183
193
  # Label for the section to manage the shared link of the file / folder
184
194
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Łącze udostępnione
185
- # Success notification displayed when shared link is created and copied to clipboard
186
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkCopiedSuccessNoticeText = Udostępnione łącze zostało utworzone i skopiowane do schowka.
187
195
  # Aria label and tooltip for the icon button to email the shared link
188
196
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Adresy e-mail osób, którym zostanie wysłane łącze udostępnione
189
197
  # Label for the button link to open the Shared Link Settings modal
@@ -208,83 +216,3 @@ groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = Pomyślnie zapisano
208
216
  groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Niestandardowe adresy URL muszą mieć długość od 12 do 30 znaków i mogą zawierać litery, cyfry oraz myślniki.
209
217
  # Error message for the vanity name field when custom URL is not provided
210
218
  groupSharedFeatures.usm.vanityNameRequiredErrorMessage = Wprowadź niestandardowy adres URL
211
- # Text displayed when email input is empty
212
- groupSharedFeatures.usmV1.atLeastOneEmailRequired = Wprowadź co najmniej jeden poprawny adres e-mail
213
- # Cancel button text
214
- groupSharedFeatures.usmV1.cancel = Anuluj
215
- # Close button text to close the modal
216
- groupSharedFeatures.usmV1.close = Zamknij
217
- # Label for the download settings toggle
218
- groupSharedFeatures.usmV1.downloadSettingsToggleText = Zezwól użytkownikom z łączem udostępnionym na pobranie tego elementu
219
- # Aria label for the email shared link button
220
- groupSharedFeatures.usmV1.emailSharedLinkButtonAriaLabel = Wyślij łącze udostępnione w wiadomości e-mail
221
- # Label for the error notification type
222
- groupSharedFeatures.usmV1.errorNoticeAriaLabel = błąd
223
- # Text displayed when email input is invalid
224
- groupSharedFeatures.usmV1.invalidEmail = Nieprawidłowy adres e-mail
225
- # Label of the field where a user designates who to invite to collaborate on an item
226
- groupSharedFeatures.usmV1.inviteFieldLabel = Zaproś osoby
227
- # Placeholder text for the invite people combobox
228
- groupSharedFeatures.usmV1.invitePeoplePlaceholder = Dodaj nazwy lub adresy e-mail
229
- # Link to the learn more about shared link settings
230
- groupSharedFeatures.usmV1.learnSharedLinkSettingsLink = Więcej informacji o ustawieniach łącza udostępnionego.
231
- # Label for the link expiration toggle
232
- groupSharedFeatures.usmV1.linkExpirationToggleText = Wygasanie łącza
233
- # Text for the link settings button
234
- groupSharedFeatures.usmV1.linkSettingsButtonText = Ustawienia łącza
235
- # Aria label for loading state
236
- groupSharedFeatures.usmV1.loadingAriaLabel = Wczytywanie
237
- # Label for "Message" text box to email the shared Link
238
- groupSharedFeatures.usmV1.message = Wiadomość (opcjonalna)
239
- # Placeholder text for message section
240
- groupSharedFeatures.usmV1.messageSelectorPlaceholder = Dodaj wiadomość
241
- # Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
242
- groupSharedFeatures.usmV1.modalTitle = Udostępnij element «{itemName}»
243
- # Label for the close button in the notification
244
- groupSharedFeatures.usmV1.noticeCloseAriaLabel = zamknij
245
- # Okay button text
246
- groupSharedFeatures.usmV1.okay = OK
247
- # Text for the notification when shared link removal fails
248
- groupSharedFeatures.usmV1.removeSharedLinkFailedNoticeText = Nie można usunąć łącza udostępnionego. Spróbuj ponownie później.
249
- # Body text of the Remove Shared Link modal
250
- groupSharedFeatures.usmV1.removeSharedLinkModalBodyText = Spowoduje to trwałe usunięcie udostępnionego łącza. Jeśli ten element jest osadzony na innych stronach, również stanie się niedostępny. Wszelkie niestandardowe właściwości, ustawienia i wygasania również zostaną usunięte. Czy chcesz kontynuować?
251
- # Title of the Remove Shared Link modal
252
- groupSharedFeatures.usmV1.removeSharedLinkModalTitle = Usuń łącze udostępnione
253
- # Text for the notification when shared link is removed
254
- groupSharedFeatures.usmV1.removeSharedLinkSuccessNoticeText = Łącze udostępnione do „{itemName}” zostało pomyślnie usunięte.
255
- # Send button text
256
- groupSharedFeatures.usmV1.send = Wyślij
257
- # Aria label for send button when sending invites
258
- groupSharedFeatures.usmV1.sendingInvites = Wysyłanie zaproszeń
259
- # Subtitle of the Shared Link settings modal
260
- groupSharedFeatures.usmV1.shareLinkSettingsModalSubTitleText = Ta zawartość jest dostępna do wyświetlania i pobierania dla wszystkich osób w Twojej firmie dysponujących łączem. {learnSharedLinkSettingsLink}
261
- # Title of the Shared Link settings modal
262
- groupSharedFeatures.usmV1.shareLinkSettingsModalTitle = Ustawienia łącza udostępnionego
263
- # Success notification displayed when shared link is created and copied to clipboard
264
- groupSharedFeatures.usmV1.sharedLinkCopiedSuccessNoticeText = Udostępnione łącze zostało utworzone i skopiowane do schowka.
265
- # Label for the copy input field
266
- groupSharedFeatures.usmV1.sharedLinkCopyInputLabel = Kopiuj łącze udostępnione do schowka.
267
- # Text for the notification when shared link is created
268
- groupSharedFeatures.usmV1.sharedLinkCreatedSuccessNoticeText = Utworzono łącze udostępnione
269
- # Text for the notification when shared link creation fails
270
- groupSharedFeatures.usmV1.sharedLinkCreationFailedNoticeText = Nie można utworzyć łącza udostępnionego. Spróbuj ponownie później.
271
- # This tooltip appears over the shared link toggle, explaining what happens when it is clicked
272
- groupSharedFeatures.usmV1.sharedLinkDisabledTooltip = Utwórz i skopiuj łącze.
273
- # Label for share link toggle
274
- groupSharedFeatures.usmV1.sharedLinkToggleLabel = Łącze udostępnione
275
- # Label for share link toggle
276
- groupSharedFeatures.usmV1.sharedLinkToggleText = Łącze udostępnione
277
- # Label for the success notification type
278
- groupSharedFeatures.usmV1.successNoticeAriaLabel = sukces
279
- # Text for the vanity domain settings warning
280
- groupSharedFeatures.usmV1.vanityDomainSettingsWarningText = Nie należy używać niestandardowych adresów URL podczas udostępniania poufnej zawartości.
281
- # Label for the vanity name input
282
- groupSharedFeatures.usmV1.vanityNameInputLabel = Wprowadzanie przyjaznej nazwy
283
- # Placeholder text for the vanity name input
284
- groupSharedFeatures.usmV1.vanityNameInputPlaceholder = Wprowadź ścieżkę niestandardową (co najmniej 12 znaków)
285
- # Text for the vanity name invalid error
286
- groupSharedFeatures.usmV1.vanityNameInvalidError = Niestandardowe adresy URL muszą mieć długość od 12 do 30 znaków i mogą zawierać litery, cyfry oraz myślniki.
287
- # Label for the vanity name toggle
288
- groupSharedFeatures.usmV1.vanityNameToggleText = Publikuj zawartość, do której łatwiej dotrzeć, korzystając z niestandardowego, nieprywatnego adresu URL
289
- # Label for the warning notification icon
290
- groupSharedFeatures.usmV1.warningNoticeIconAriaLabel = etykieta ikony ostrzeżenia
@@ -1,13 +1,13 @@
1
1
  export default {
2
- "groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "Unable to create a shared link. Please try again later.",
2
+ "groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "Não é possível criar um link compartilhado. Tente novamente mais tarde.",
3
3
  "groupSharedFeatures.usm.createSharedLinkErrorNoticeText": "Não é possível criar um link compartilhado. Tente novamente mais tarde.",
4
- "groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "Link compartilhado criado",
5
- "groupSharedFeatures.usm.defaultErrorNoticeText": "Something went wrong. Please try again later.",
4
+ "groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "Link compartilhado criado.",
5
+ "groupSharedFeatures.usm.defaultErrorNoticeText": "Algo saiu errado. Tente novamente mais tarde.",
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
9
  "groupSharedFeatures.usm.errorNoticeIcon": "Erro",
10
- "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "The expiration date must be in the future",
10
+ "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "A data de vencimento deve estar no futuro",
11
11
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Selecione uma data",
12
12
  "groupSharedFeatures.usm.invalidEmailErrorMessage": "Endereço de e-mail inválido",
13
13
  "groupSharedFeatures.usm.noticeCloseLabel": "Fechar",
@@ -27,15 +27,15 @@ export default {
27
27
  "groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Saiba mais sobre as configurações de links compartilhados.",
28
28
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Selecionar a data de vencimento de seu link compartilhado",
29
29
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "Limpar seletor de datas",
30
- "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "Selecionar uma data",
30
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "Data de vencimento",
31
31
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "Mudar para o próximo mês",
32
32
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel": "Abrir calendário",
33
33
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel": "Mudar para o mês anterior",
34
34
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText": "Vencimento do link",
35
35
  "groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "Carregando",
36
- "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "Enter a password",
37
- "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Password protection",
38
- "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "Your password should include at least 8 characters, and should contain at least one upper case letter, number, or special character.",
36
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "Insira uma senha",
37
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Proteção por senha",
38
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "Sua senha deve incluir pelo menos 8 caracteres e deve conter pelo menos uma letra maiúscula, número ou caractere especial.",
39
39
  "groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "Salvar",
40
40
  "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}",
41
41
  "groupSharedFeatures.usm.sharedLinkSettingsModal.title": "Configurações de links compartilhados",
@@ -82,9 +82,9 @@ export default {
82
82
  "groupSharedFeatures.usm.unifiedShareFormModal.ownerRole": "Proprietário",
83
83
  "groupSharedFeatures.usm.unifiedShareFormModal.previewerRole": "Pré-visualizador",
84
84
  "groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole": "Carregador pré-visualizador",
85
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Shared link copied to clipboard.",
86
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Shared link created. Click Copy to share.",
87
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Shared link created and copied to clipboard.",
85
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Link compartilhado copiado para a área de transferência.",
86
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Link compartilhado criado. Clique em Copiar para compartilhar.",
87
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Link compartilhado criado e copiado para a área de transferência.",
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Apenas as pessoas convidadas podem acessar esse {item}",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Apenas pessoas convidadas",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Qualquer pessoa em sua empresa com o link ou as pessoas convidadas para esse {item} podem acessar",
@@ -94,8 +94,8 @@ export default {
94
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Pessoas na {enterprise}",
95
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel": "Expira",
96
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip": "Esse link expirará e estará inacessível em {expirationDate}",
97
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem": "file",
98
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem": "folder",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem": "arquivo",
98
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem": "pasta",
99
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hub",
100
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Publicamente acessível, e não é obrigatório fazer login",
101
101
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Pessoas com o link",
@@ -111,51 +111,5 @@ export default {
111
111
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Carregador visualizador",
112
112
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Suas configurações foram salvas com sucesso.",
113
113
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "As URLs personalizadas devem ter entre 12 e 30 caracteres e podem incluir letras, números e hifens.",
114
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Insira uma URL personalizada",
115
- "groupSharedFeatures.usm.autoCopyErrorNoticeText": "Shared link created. Click Copy to share.",
116
- "groupSharedFeatures.usm.autoCopySuccessNoticeText": "Link compartilhado criado e copiado para a área de transferência.",
117
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFileItem": "arquivo",
118
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFolderItem": "pasta",
119
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelHubsItem": "hub",
120
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkCopiedSuccessNoticeText": "Link compartilhado criado e copiado para a área de transferência.",
121
- "groupSharedFeatures.usmV1.atLeastOneEmailRequired": "Insira pelo menos um e-mail válido",
122
- "groupSharedFeatures.usmV1.cancel": "Cancelar",
123
- "groupSharedFeatures.usmV1.close": "Fechar",
124
- "groupSharedFeatures.usmV1.downloadSettingsToggleText": "Permitir que os usuários com o link compartilhado baixem esse item",
125
- "groupSharedFeatures.usmV1.emailSharedLinkButtonAriaLabel": "Link compartilhado por e-mail",
126
- "groupSharedFeatures.usmV1.errorNoticeAriaLabel": "erro",
127
- "groupSharedFeatures.usmV1.invalidEmail": "Endereço de e-mail inválido",
128
- "groupSharedFeatures.usmV1.inviteFieldLabel": "Convidar pessoas",
129
- "groupSharedFeatures.usmV1.invitePeoplePlaceholder": "Adicione nomes ou endereços de e-mail",
130
- "groupSharedFeatures.usmV1.learnSharedLinkSettingsLink": "Saiba mais sobre as configurações de links compartilhados.",
131
- "groupSharedFeatures.usmV1.linkExpirationToggleText": "Vencimento do link",
132
- "groupSharedFeatures.usmV1.linkSettingsButtonText": "Configurações de links",
133
- "groupSharedFeatures.usmV1.loadingAriaLabel": "carregando",
134
- "groupSharedFeatures.usmV1.message": "Mensagem (opcional)",
135
- "groupSharedFeatures.usmV1.messageSelectorPlaceholder": "Adicionar uma mensagem",
136
- "groupSharedFeatures.usmV1.modalTitle": "Compartilhar ‘{itemName}’",
137
- "groupSharedFeatures.usmV1.noticeCloseAriaLabel": "fechar",
138
- "groupSharedFeatures.usmV1.okay": "Ok",
139
- "groupSharedFeatures.usmV1.removeSharedLinkFailedNoticeText": "Não é possível remover o link compartilhado. Tente novamente mais tarde.",
140
- "groupSharedFeatures.usmV1.removeSharedLinkModalBodyText": "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?",
141
- "groupSharedFeatures.usmV1.removeSharedLinkModalTitle": "Remover link compartilhado",
142
- "groupSharedFeatures.usmV1.removeSharedLinkSuccessNoticeText": "O link compartilhado para \"{itemName}\" foi removido com sucesso.",
143
- "groupSharedFeatures.usmV1.send": "Enviar",
144
- "groupSharedFeatures.usmV1.sendingInvites": "Enviando convites",
145
- "groupSharedFeatures.usmV1.shareLinkSettingsModalSubTitleText": "Este conteúdo está disponível para qualquer pessoa em sua empresa com o link e pode ser visualizado ou baixado. {learnSharedLinkSettingsLink}",
146
- "groupSharedFeatures.usmV1.shareLinkSettingsModalTitle": "Configurações de links compartilhados",
147
- "groupSharedFeatures.usmV1.sharedLinkCopiedSuccessNoticeText": "Link compartilhado criado e copiado para a área de transferência.",
148
- "groupSharedFeatures.usmV1.sharedLinkCopyInputLabel": "Copiar link de compartilhamento para a área de transferência",
149
- "groupSharedFeatures.usmV1.sharedLinkCreatedSuccessNoticeText": "Link compartilhado criado",
150
- "groupSharedFeatures.usmV1.sharedLinkCreationFailedNoticeText": "Não é possível criar um link compartilhado. Tente novamente mais tarde.",
151
- "groupSharedFeatures.usmV1.sharedLinkDisabledTooltip": "Criar e copiar link",
152
- "groupSharedFeatures.usmV1.sharedLinkToggleLabel": "Compartilhar Link",
153
- "groupSharedFeatures.usmV1.sharedLinkToggleText": "Link compartilhado",
154
- "groupSharedFeatures.usmV1.successNoticeAriaLabel": "sucesso",
155
- "groupSharedFeatures.usmV1.vanityDomainSettingsWarningText": "URLs personalizados não devem ser usados ao compartilhar conteúdo confidencial.",
156
- "groupSharedFeatures.usmV1.vanityNameInputLabel": "Entrada personalizada",
157
- "groupSharedFeatures.usmV1.vanityNameInputPlaceholder": "Insira um caminho personalizado (12 ou mais caracteres)",
158
- "groupSharedFeatures.usmV1.vanityNameInvalidError": "As URLs personalizadas devem ter entre 12 e 30 caracteres e podem incluir letras, números e hifens.",
159
- "groupSharedFeatures.usmV1.vanityNameToggleText": "Publicar conteúdo amplamente com uma URL personalizada e não privada",
160
- "groupSharedFeatures.usmV1.warningNoticeIconAriaLabel": "etiqueta do ícone de advertência"
114
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Insira uma URL personalizada"
161
115
  }
@@ -1,13 +1,11 @@
1
- # Notification text when copying the shared link fails
2
- groupSharedFeatures.usm.autoCopyErrorNoticeText = Shared link created. Click Copy to share.
3
- # Notification text when the shared link is successfully copied to clipboard when link is created
4
- groupSharedFeatures.usm.autoCopySuccessNoticeText = Link compartilhado criado e copiado para a área de transferência.
1
+ # Notification text when the shared link is failed to be created
2
+ groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText = Não é possível criar um link compartilhado. Tente novamente mais tarde.
5
3
  # Notification text when the shared link failed to be created
6
4
  groupSharedFeatures.usm.createSharedLinkErrorNoticeText = Não é possível criar um link compartilhado. Tente novamente mais tarde.
7
5
  # Notification text when the shared link is successfully created
8
- groupSharedFeatures.usm.createSharedLinkSuccessNoticeText = Link compartilhado criado
6
+ groupSharedFeatures.usm.createSharedLinkSuccessNoticeText = Link compartilhado criado.
9
7
  # Default error notification text rendered when API fails
10
- groupSharedFeatures.usm.defaultErrorNoticeText = Something went wrong. Please try again later.
8
+ groupSharedFeatures.usm.defaultErrorNoticeText = Algo saiu errado. Tente novamente mais tarde.
11
9
  # Notification text when the shared link failed to be removed
12
10
  groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = Não é possível remover o link compartilhado. Tente novamente mais tarde.
13
11
  # Notification text when the shared link is successfully removed
@@ -17,7 +15,7 @@ groupSharedFeatures.usm.emailRequiredErrorMessage = Insira pelo menos um e-mail
17
15
  # Icon label for the error notifications
18
16
  groupSharedFeatures.usm.errorNoticeIcon = Erro
19
17
  # Error message for the expiration date field when expiration date is in the past
20
- groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = The expiration date must be in the future
18
+ groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = A data de vencimento deve estar no futuro
21
19
  # Error message for the expiration date field when expiration date is not provided
22
20
  groupSharedFeatures.usm.expirationRequiredErrorMessage = Selecione uma data
23
21
  # Error message for the email field when email is invalid
@@ -49,7 +47,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel
49
47
  # Aria label for the clear date picker button in the link expiration settings
50
48
  groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = Limpar seletor de datas
51
49
  # Label for the date picker in the link expiration settings
52
- groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel = Selecionar uma data
50
+ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel = Data de vencimento
53
51
  # Aria label for the next month button in the link expiration settings
54
52
  groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel = Mudar para o próximo mês
55
53
  # Aria label for the open calendar dropdown button in the link expiration settings
@@ -60,6 +58,12 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaL
60
58
  groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText = Vencimento do link
61
59
  # Button aria label when the shared link settings are being updated
62
60
  groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel = Carregando
61
+ # Placeholder text for the password input
62
+ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder = Insira uma senha
63
+ # Label for the password protection toggle
64
+ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText = Proteção por senha
65
+ # Text for the password settings warning
66
+ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = Sua senha deve incluir pelo menos 8 caracteres e deve conter pelo menos uma letra maiúscula, número ou caractere especial.
63
67
  # Button text to confirm saving the shared link settings
64
68
  groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = Salvar
65
69
  # subtitle of the Shared Link settings modal
@@ -152,12 +156,12 @@ groupSharedFeatures.usm.unifiedShareFormModal.ownerRole = Proprietário
152
156
  groupSharedFeatures.usm.unifiedShareFormModal.previewerRole = Pré-visualizador
153
157
  # Label for the role of a collaborator who can preview and upload to the item
154
158
  groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole = Carregador pré-visualizador
155
- # Text inserted in the access level descriptions when the type of the item is a file
156
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFileItem = arquivo
157
- # Text inserted in the access level descriptions when the type of the item is a folder
158
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFolderItem = pasta
159
- # Text inserted in the access level descriptions when the type of the item is a hub
160
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelHubsItem = hub
159
+ # Notification text when the shared link is successfully copied to clipboard
160
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText = Link compartilhado copiado para a área de transferência.
161
+ # Text for the create and copy shared link notification when copy failed but creation succeeded.
162
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = Link compartilhado criado. Clique em Copiar para compartilhar.
163
+ # Notification text when the shared link is successfully copied to clipboard after link is created
164
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Link compartilhado criado e copiado para a área de transferência.
161
165
  # Description for the access level where only invited users can access the item
162
166
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = Apenas as pessoas convidadas podem acessar esse {item}
163
167
  # Label for the access level where only invited users can access the item
@@ -176,14 +180,18 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccess
176
180
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel = Expira
177
181
  # Tooltip for the icon button to indicate the shared link has an expiration date
178
182
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip = Esse link expirará e estará inacessível em {expirationDate}
183
+ # Text inserted in the access level descriptions when the type of the item is a file
184
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem = arquivo
185
+ # Text inserted in the access level descriptions when the type of the item is a folder
186
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem = pasta
187
+ # Text inserted in the access level descriptions when the type of the item is a hub
188
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem = hub
179
189
  # Description for the access level where anyone with the URL can access the item
180
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription = Publicamente acessível, e não é obrigatório fazer login
181
191
  # Label for the access level where anyone with the URL can access the item
182
192
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = Pessoas com o link
183
193
  # Label for the section to manage the shared link of the file / folder
184
194
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Compartilhar Link
185
- # Success notification displayed when shared link is created and copied to clipboard
186
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkCopiedSuccessNoticeText = Link compartilhado criado e copiado para a área de transferência.
187
195
  # Aria label and tooltip for the icon button to email the shared link
188
196
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Enviar link compartilhado
189
197
  # Label for the button link to open the Shared Link Settings modal
@@ -208,83 +216,3 @@ groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = Suas configurações
208
216
  groupSharedFeatures.usm.vanityNameInvalidErrorMessage = As URLs personalizadas devem ter entre 12 e 30 caracteres e podem incluir letras, números e hifens.
209
217
  # Error message for the vanity name field when custom URL is not provided
210
218
  groupSharedFeatures.usm.vanityNameRequiredErrorMessage = Insira uma URL personalizada
211
- # Text displayed when email input is empty
212
- groupSharedFeatures.usmV1.atLeastOneEmailRequired = Insira pelo menos um e-mail válido
213
- # Cancel button text
214
- groupSharedFeatures.usmV1.cancel = Cancelar
215
- # Close button text to close the modal
216
- groupSharedFeatures.usmV1.close = Fechar
217
- # Label for the download settings toggle
218
- groupSharedFeatures.usmV1.downloadSettingsToggleText = Permitir que os usuários com o link compartilhado baixem esse item
219
- # Aria label for the email shared link button
220
- groupSharedFeatures.usmV1.emailSharedLinkButtonAriaLabel = Link compartilhado por e-mail
221
- # Label for the error notification type
222
- groupSharedFeatures.usmV1.errorNoticeAriaLabel = erro
223
- # Text displayed when email input is invalid
224
- groupSharedFeatures.usmV1.invalidEmail = Endereço de e-mail inválido
225
- # Label of the field where a user designates who to invite to collaborate on an item
226
- groupSharedFeatures.usmV1.inviteFieldLabel = Convidar pessoas
227
- # Placeholder text for the invite people combobox
228
- groupSharedFeatures.usmV1.invitePeoplePlaceholder = Adicione nomes ou endereços de e-mail
229
- # Link to the learn more about shared link settings
230
- groupSharedFeatures.usmV1.learnSharedLinkSettingsLink = Saiba mais sobre as configurações de links compartilhados.
231
- # Label for the link expiration toggle
232
- groupSharedFeatures.usmV1.linkExpirationToggleText = Vencimento do link
233
- # Text for the link settings button
234
- groupSharedFeatures.usmV1.linkSettingsButtonText = Configurações de links
235
- # Aria label for loading state
236
- groupSharedFeatures.usmV1.loadingAriaLabel = carregando
237
- # Label for "Message" text box to email the shared Link
238
- groupSharedFeatures.usmV1.message = Mensagem (opcional)
239
- # Placeholder text for message section
240
- groupSharedFeatures.usmV1.messageSelectorPlaceholder = Adicionar uma mensagem
241
- # Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
242
- groupSharedFeatures.usmV1.modalTitle = Compartilhar ‘{itemName}’
243
- # Label for the close button in the notification
244
- groupSharedFeatures.usmV1.noticeCloseAriaLabel = fechar
245
- # Okay button text
246
- groupSharedFeatures.usmV1.okay = Ok
247
- # Text for the notification when shared link removal fails
248
- groupSharedFeatures.usmV1.removeSharedLinkFailedNoticeText = Não é possível remover o link compartilhado. Tente novamente mais tarde.
249
- # Body text of the Remove Shared Link modal
250
- groupSharedFeatures.usmV1.removeSharedLinkModalBodyText = 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?
251
- # Title of the Remove Shared Link modal
252
- groupSharedFeatures.usmV1.removeSharedLinkModalTitle = Remover link compartilhado
253
- # Text for the notification when shared link is removed
254
- groupSharedFeatures.usmV1.removeSharedLinkSuccessNoticeText = O link compartilhado para "{itemName}" foi removido com sucesso.
255
- # Send button text
256
- groupSharedFeatures.usmV1.send = Enviar
257
- # Aria label for send button when sending invites
258
- groupSharedFeatures.usmV1.sendingInvites = Enviando convites
259
- # Subtitle of the Shared Link settings modal
260
- groupSharedFeatures.usmV1.shareLinkSettingsModalSubTitleText = Este conteúdo está disponível para qualquer pessoa em sua empresa com o link e pode ser visualizado ou baixado. {learnSharedLinkSettingsLink}
261
- # Title of the Shared Link settings modal
262
- groupSharedFeatures.usmV1.shareLinkSettingsModalTitle = Configurações de links compartilhados
263
- # Success notification displayed when shared link is created and copied to clipboard
264
- groupSharedFeatures.usmV1.sharedLinkCopiedSuccessNoticeText = Link compartilhado criado e copiado para a área de transferência.
265
- # Label for the copy input field
266
- groupSharedFeatures.usmV1.sharedLinkCopyInputLabel = Copiar link de compartilhamento para a área de transferência
267
- # Text for the notification when shared link is created
268
- groupSharedFeatures.usmV1.sharedLinkCreatedSuccessNoticeText = Link compartilhado criado
269
- # Text for the notification when shared link creation fails
270
- groupSharedFeatures.usmV1.sharedLinkCreationFailedNoticeText = Não é possível criar um link compartilhado. Tente novamente mais tarde.
271
- # This tooltip appears over the shared link toggle, explaining what happens when it is clicked
272
- groupSharedFeatures.usmV1.sharedLinkDisabledTooltip = Criar e copiar link
273
- # Label for share link toggle
274
- groupSharedFeatures.usmV1.sharedLinkToggleLabel = Compartilhar Link
275
- # Label for share link toggle
276
- groupSharedFeatures.usmV1.sharedLinkToggleText = Link compartilhado
277
- # Label for the success notification type
278
- groupSharedFeatures.usmV1.successNoticeAriaLabel = sucesso
279
- # Text for the vanity domain settings warning
280
- groupSharedFeatures.usmV1.vanityDomainSettingsWarningText = URLs personalizados não devem ser usados ao compartilhar conteúdo confidencial.
281
- # Label for the vanity name input
282
- groupSharedFeatures.usmV1.vanityNameInputLabel = Entrada personalizada
283
- # Placeholder text for the vanity name input
284
- groupSharedFeatures.usmV1.vanityNameInputPlaceholder = Insira um caminho personalizado (12 ou mais caracteres)
285
- # Text for the vanity name invalid error
286
- groupSharedFeatures.usmV1.vanityNameInvalidError = As URLs personalizadas devem ter entre 12 e 30 caracteres e podem incluir letras, números e hifens.
287
- # Label for the vanity name toggle
288
- groupSharedFeatures.usmV1.vanityNameToggleText = Publicar conteúdo amplamente com uma URL personalizada e não privada
289
- # Label for the warning notification icon
290
- groupSharedFeatures.usmV1.warningNoticeIconAriaLabel = etiqueta do ícone de advertência
@@ -1,13 +1,13 @@
1
1
  export default {
2
- "groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "Unable to create a shared link. Please try again later.",
2
+ "groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "Не удается создать общую ссылку. Повторите попытку позже.",
3
3
  "groupSharedFeatures.usm.createSharedLinkErrorNoticeText": "Не удается создать общую ссылку. Повторите попытку позже.",
4
- "groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "Общая ссылка создана",
5
- "groupSharedFeatures.usm.defaultErrorNoticeText": "Something went wrong. Please try again later.",
4
+ "groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "Общая ссылка создана.",
5
+ "groupSharedFeatures.usm.defaultErrorNoticeText": "Что-то пошло не так. Повторите попытку позже.",
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Не удается удалить общую ссылку. Повторите попытку позже.",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "Общая ссылка для «{itemName}» удалена.",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "Введите по крайней мере один действительный адрес эл. почты",
9
9
  "groupSharedFeatures.usm.errorNoticeIcon": "Ошибка",
10
- "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "The expiration date must be in the future",
10
+ "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Дата истечения срока действия должна быть в будущем",
11
11
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Выберите дату",
12
12
  "groupSharedFeatures.usm.invalidEmailErrorMessage": "Неверный адрес эл. почты",
13
13
  "groupSharedFeatures.usm.noticeCloseLabel": "Закрыть",
@@ -27,15 +27,15 @@ export default {
27
27
  "groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Узнайте больше о настройках общей ссылки.",
28
28
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Выберите дату истечения срока действия общей ссылки",
29
29
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "Очистить выбор даты",
30
- "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "Выберите дату",
30
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "Дата истечения срока действия",
31
31
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "Перейти к следующему месяцу",
32
32
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel": "Открыть календарь",
33
33
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel": "Перейти к предыдущему месяцу",
34
34
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText": "Истечение срока действия ссылки",
35
35
  "groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "Загрузка",
36
- "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "Enter a password",
37
- "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Password protection",
38
- "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "Your password should include at least 8 characters, and should contain at least one upper case letter, number, or special character.",
36
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "Введите пароль",
37
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Защита паролем",
38
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "Пароль должен включать не менее 8 символов и содержать хотя бы одну букву верхнего регистра, цифру или специальный символ.",
39
39
  "groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "Сохранить",
40
40
  "groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle": "Этот контент доступен для просмотра и скачивания всем сотрудникам вашей компании, у которых есть ссылка. {learnSharedLinkSettingsLink}",
41
41
  "groupSharedFeatures.usm.sharedLinkSettingsModal.title": "Настройки общей ссылки",
@@ -82,9 +82,9 @@ export default {
82
82
  "groupSharedFeatures.usm.unifiedShareFormModal.ownerRole": "Владелец",
83
83
  "groupSharedFeatures.usm.unifiedShareFormModal.previewerRole": "С правом предпросмотра",
84
84
  "groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole": "С правом предпросмотра и загрузки",
85
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Shared link copied to clipboard.",
86
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Shared link created. Click Copy to share.",
87
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Shared link created and copied to clipboard.",
85
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Общая ссылка скопирована в буфер обмена.",
86
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Общая ссылка создана. Нажмите «Копировать», чтобы поделиться.",
87
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Общая ссылка создана и скопирована в буфер обмена.",
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Доступ к этому {item} разрешен только приглашенным пользователям",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Только приглашенные пользователи",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Все сотрудники вашей компании, у которых есть ссылка, или пользователи, приглашенные в этот {item} могут получить доступ",
@@ -94,9 +94,9 @@ export default {
94
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Сотрудники {enterprise}",
95
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel": "Истекает",
96
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip": "Эта ссылка устареет и станет недоступной {expirationDate}",
97
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem": "file",
98
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem": "folder",
99
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hub",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem": "файл",
98
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem": "папка",
99
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "хаб",
100
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Доступно всем пользователям, вход в систему не требуется",
101
101
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Пользователи со ссылкой",
102
102
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Общая ссылка",
@@ -111,51 +111,5 @@ export default {
111
111
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "С правом просмотра и загрузки",
112
112
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Ваши настройки сохранены.",
113
113
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Настраиваемые URL-адреса могут содержать от 12 до 30 символов с буквами, цифрами и дефисами.",
114
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Введите настраиваемый URL-адрес",
115
- "groupSharedFeatures.usm.autoCopyErrorNoticeText": "Shared link created. Click Copy to share.",
116
- "groupSharedFeatures.usm.autoCopySuccessNoticeText": "Общая ссылка создана и скопирована в буфер обмена.",
117
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFileItem": "файл",
118
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFolderItem": "папка",
119
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelHubsItem": "хаб",
120
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkCopiedSuccessNoticeText": "Общая ссылка создана и скопирована в буфер обмена.",
121
- "groupSharedFeatures.usmV1.atLeastOneEmailRequired": "Введите по крайней мере один действительный адрес эл. почты",
122
- "groupSharedFeatures.usmV1.cancel": "Отмена",
123
- "groupSharedFeatures.usmV1.close": "Закрыть",
124
- "groupSharedFeatures.usmV1.downloadSettingsToggleText": "Разрешить пользователям с общей ссылкой скачивать этот элемент",
125
- "groupSharedFeatures.usmV1.emailSharedLinkButtonAriaLabel": "Отправить общую ссылку по электронной почте",
126
- "groupSharedFeatures.usmV1.errorNoticeAriaLabel": "ошибка",
127
- "groupSharedFeatures.usmV1.invalidEmail": "Неверный адрес эл. почты",
128
- "groupSharedFeatures.usmV1.inviteFieldLabel": "Пригласите пользователей",
129
- "groupSharedFeatures.usmV1.invitePeoplePlaceholder": "Введите имена или адреса электронной почты",
130
- "groupSharedFeatures.usmV1.learnSharedLinkSettingsLink": "Узнайте больше о настройках общей ссылки.",
131
- "groupSharedFeatures.usmV1.linkExpirationToggleText": "Истечение срока действия ссылки",
132
- "groupSharedFeatures.usmV1.linkSettingsButtonText": "Настройки ссылки",
133
- "groupSharedFeatures.usmV1.loadingAriaLabel": "загрузка",
134
- "groupSharedFeatures.usmV1.message": "Сообщение (необязательно)",
135
- "groupSharedFeatures.usmV1.messageSelectorPlaceholder": "Добавить сообщение",
136
- "groupSharedFeatures.usmV1.modalTitle": "Поделиться элементом „{itemName}“",
137
- "groupSharedFeatures.usmV1.noticeCloseAriaLabel": "закрыть",
138
- "groupSharedFeatures.usmV1.okay": "ОК",
139
- "groupSharedFeatures.usmV1.removeSharedLinkFailedNoticeText": "Не удается удалить общую ссылку. Повторите попытку позже.",
140
- "groupSharedFeatures.usmV1.removeSharedLinkModalBodyText": "Это приведет к окончательному удалению общей ссылки. Если этот элемент встроен в другие веб-сайты, он также станет недоступным. Любые пользовательские свойства, настройки и сроки действия также будут удалены. Продолжить?",
141
- "groupSharedFeatures.usmV1.removeSharedLinkModalTitle": "Удалить общую ссылку",
142
- "groupSharedFeatures.usmV1.removeSharedLinkSuccessNoticeText": "Общая ссылка для «{itemName}» удалена.",
143
- "groupSharedFeatures.usmV1.send": "Отправить",
144
- "groupSharedFeatures.usmV1.sendingInvites": "Отправка приглашений",
145
- "groupSharedFeatures.usmV1.shareLinkSettingsModalSubTitleText": "Этот контент доступен для просмотра и скачивания всем сотрудникам вашей компании, у которых есть ссылка. {learnSharedLinkSettingsLink}",
146
- "groupSharedFeatures.usmV1.shareLinkSettingsModalTitle": "Настройки общей ссылки",
147
- "groupSharedFeatures.usmV1.sharedLinkCopiedSuccessNoticeText": "Общая ссылка создана и скопирована в буфер обмена.",
148
- "groupSharedFeatures.usmV1.sharedLinkCopyInputLabel": "Копировать общую ссылку в буфер обмена",
149
- "groupSharedFeatures.usmV1.sharedLinkCreatedSuccessNoticeText": "Общая ссылка создана",
150
- "groupSharedFeatures.usmV1.sharedLinkCreationFailedNoticeText": "Не удается создать общую ссылку. Повторите попытку позже.",
151
- "groupSharedFeatures.usmV1.sharedLinkDisabledTooltip": "Создайте и скопируйте ссылку",
152
- "groupSharedFeatures.usmV1.sharedLinkToggleLabel": "Общая ссылка",
153
- "groupSharedFeatures.usmV1.sharedLinkToggleText": "Общая ссылка",
154
- "groupSharedFeatures.usmV1.successNoticeAriaLabel": "выполнено",
155
- "groupSharedFeatures.usmV1.vanityDomainSettingsWarningText": "Настраиваемые URL-адреса не должны использоваться при обмене конфиденциальным контентом.",
156
- "groupSharedFeatures.usmV1.vanityNameInputLabel": "Ввод запоминающегося URL-адреса",
157
- "groupSharedFeatures.usmV1.vanityNameInputPlaceholder": "Введите настраиваемый путь (12 или более символов)",
158
- "groupSharedFeatures.usmV1.vanityNameInvalidError": "Настраиваемые URL-адреса могут содержать от 12 до 30 символов с буквами, цифрами и дефисами.",
159
- "groupSharedFeatures.usmV1.vanityNameToggleText": "Публикуйте контент и делайте его общедоступным с помощью настраиваемого нечастного URL-адреса",
160
- "groupSharedFeatures.usmV1.warningNoticeIconAriaLabel": "метка значка предупреждения"
114
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Введите настраиваемый URL-адрес"
161
115
  }