@box/unified-share-modal 0.45.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +379 -0
- package/README.md +57 -0
- package/dist/esm/index.js +4 -0
- package/dist/esm/lib/components/index.js +8 -0
- package/dist/esm/lib/components/remove-shared-link-modal/index.js +4 -0
- package/dist/esm/lib/components/remove-shared-link-modal/messages.js +30 -0
- package/dist/esm/lib/components/remove-shared-link-modal/remove-shared-link-modal.js +59 -0
- package/dist/esm/lib/components/shared-link-settings-modal/index.js +4 -0
- package/dist/esm/lib/components/shared-link-settings-modal/messages.js +106 -0
- package/dist/esm/lib/components/shared-link-settings-modal/shared-link-settings-modal.js +181 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-role.js +89 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-section.js +108 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/index.js +4 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/messages.js +90 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/shared-with-avatars.js +58 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/text-area-container.js +58 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/collaborator-avatar.js +65 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/collaborator-list-item.js +64 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/collaborators-view.js +85 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/index.js +4 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/messages.js +38 -0
- package/dist/esm/lib/components/unified-share-form-modal/index.js +4 -0
- package/dist/esm/lib/components/unified-share-form-modal/messages.js +50 -0
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/index.js +4 -0
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/messages.js +98 -0
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-access.js +86 -0
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-permission.js +19 -0
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-section.js +144 -0
- package/dist/esm/lib/components/unified-share-form-modal/unified-share-form-modal.js +72 -0
- package/dist/esm/lib/components/unified-share-form-modal/unified-share-form.js +29 -0
- package/dist/esm/lib/constants.js +25 -0
- package/dist/esm/lib/contexts/index.js +9 -0
- package/dist/esm/lib/contexts/unified-share-form-context.js +40 -0
- package/dist/esm/lib/contexts/unified-share-modal-context.js +11 -0
- package/dist/esm/lib/hooks/index.js +12 -0
- package/dist/esm/lib/hooks/use-access-levels.js +51 -0
- package/dist/esm/lib/hooks/use-collaboration-form.js +70 -0
- package/dist/esm/lib/hooks/use-form-validation.js +31 -0
- package/dist/esm/lib/hooks/use-link-settings-form.js +60 -0
- package/dist/esm/lib/hooks/use-sharing-action.js +71 -0
- package/dist/esm/lib/messages.js +70 -0
- package/dist/esm/lib/store.js +30 -0
- package/dist/esm/lib/unified-share-modal.js +65 -0
- package/dist/esm/lib/utils/collaborator.js +26 -0
- package/dist/esm/lib/utils/date.js +14 -0
- package/dist/esm/lib/utils/event.js +14 -0
- package/dist/esm/lib/utils/index.js +19 -0
- package/dist/esm/lib/utils/permission.js +14 -0
- package/dist/esm/lib/utils/validation.js +5 -0
- package/dist/i18n/bn-IN.js +157 -0
- package/dist/i18n/bn-IN.properties +290 -0
- package/dist/i18n/da-DK.js +157 -0
- package/dist/i18n/da-DK.properties +290 -0
- package/dist/i18n/de-DE.js +157 -0
- package/dist/i18n/de-DE.properties +290 -0
- package/dist/i18n/en-AU.js +157 -0
- package/dist/i18n/en-AU.properties +290 -0
- package/dist/i18n/en-CA.js +157 -0
- package/dist/i18n/en-CA.properties +290 -0
- package/dist/i18n/en-GB.js +157 -0
- package/dist/i18n/en-GB.properties +290 -0
- package/dist/i18n/en-US.js +111 -0
- package/dist/i18n/en-US.properties +218 -0
- package/dist/i18n/en-x-pseudo.js +157 -0
- package/dist/i18n/en-x-pseudo.properties +290 -0
- package/dist/i18n/es-419.js +157 -0
- package/dist/i18n/es-419.properties +290 -0
- package/dist/i18n/es-ES.js +157 -0
- package/dist/i18n/es-ES.properties +290 -0
- package/dist/i18n/fi-FI.js +157 -0
- package/dist/i18n/fi-FI.properties +290 -0
- package/dist/i18n/fr-CA.js +157 -0
- package/dist/i18n/fr-CA.properties +290 -0
- package/dist/i18n/fr-FR.js +157 -0
- package/dist/i18n/fr-FR.properties +290 -0
- package/dist/i18n/hi-IN.js +157 -0
- package/dist/i18n/hi-IN.properties +290 -0
- package/dist/i18n/it-IT.js +157 -0
- package/dist/i18n/it-IT.properties +290 -0
- package/dist/i18n/ja-JP.js +157 -0
- package/dist/i18n/ja-JP.properties +290 -0
- package/dist/i18n/json/src/lib/components/remove-shared-link-modal/messages.json +1 -0
- package/dist/i18n/json/src/lib/components/shared-link-settings-modal/messages.json +1 -0
- package/dist/i18n/json/src/lib/components/unified-share-form-modal/collaboration-section/messages.json +1 -0
- package/dist/i18n/json/src/lib/components/unified-share-form-modal/collaborators-view/messages.json +1 -0
- package/dist/i18n/json/src/lib/components/unified-share-form-modal/messages.json +1 -0
- package/dist/i18n/json/src/lib/components/unified-share-form-modal/shared-link-section/messages.json +1 -0
- package/dist/i18n/json/src/lib/messages.json +1 -0
- package/dist/i18n/ko-KR.js +157 -0
- package/dist/i18n/ko-KR.properties +290 -0
- package/dist/i18n/nb-NO.js +157 -0
- package/dist/i18n/nb-NO.properties +290 -0
- package/dist/i18n/nl-NL.js +157 -0
- package/dist/i18n/nl-NL.properties +290 -0
- package/dist/i18n/pl-PL.js +157 -0
- package/dist/i18n/pl-PL.properties +290 -0
- package/dist/i18n/pt-BR.js +157 -0
- package/dist/i18n/pt-BR.properties +290 -0
- package/dist/i18n/ru-RU.js +157 -0
- package/dist/i18n/ru-RU.properties +290 -0
- package/dist/i18n/sv-SE.js +157 -0
- package/dist/i18n/sv-SE.properties +290 -0
- package/dist/i18n/tr-TR.js +157 -0
- package/dist/i18n/tr-TR.properties +290 -0
- package/dist/i18n/zh-CN.js +157 -0
- package/dist/i18n/zh-CN.properties +290 -0
- package/dist/i18n/zh-TW.js +157 -0
- package/dist/i18n/zh-TW.properties +290 -0
- package/dist/styles/collaboration-role.css +1 -0
- package/dist/styles/collaboration-section.css +1 -0
- package/dist/styles/collaborator-avatar.css +1 -0
- package/dist/styles/collaborator-list-item.css +1 -0
- package/dist/styles/collaborators-view.css +1 -0
- package/dist/styles/remove-shared-link-modal.css +1 -0
- package/dist/styles/shared-link-access.css +1 -0
- package/dist/styles/shared-link-permission.css +1 -0
- package/dist/styles/shared-link-section.css +1 -0
- package/dist/styles/shared-link-settings-modal.css +1 -0
- package/dist/styles/shared-with-avatars.css +1 -0
- package/dist/styles/text-area-container.css +1 -0
- package/dist/styles/unified-share-form-modal.css +1 -0
- package/dist/styles/unified-share-form.css +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/lib/components/index.d.ts +3 -0
- package/dist/types/lib/components/remove-shared-link-modal/index.d.ts +1 -0
- package/dist/types/lib/components/remove-shared-link-modal/messages.d.ts +33 -0
- package/dist/types/lib/components/remove-shared-link-modal/remove-shared-link-modal.d.ts +5 -0
- package/dist/types/lib/components/remove-shared-link-modal/stories/shared.d.ts +3 -0
- package/dist/types/lib/components/shared-link-settings-modal/index.d.ts +1 -0
- package/dist/types/lib/components/shared-link-settings-modal/messages.d.ts +123 -0
- package/dist/types/lib/components/shared-link-settings-modal/shared-link-settings-modal.d.ts +5 -0
- package/dist/types/lib/components/shared-link-settings-modal/stories/shared.d.ts +36 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/collaboration-role.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/collaboration-section.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/index.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/messages.d.ts +108 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/shared-with-avatars.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/text-area-container.d.ts +3 -0
- package/dist/types/lib/components/unified-share-form-modal/collaborators-view/collaborator-avatar.d.ts +8 -0
- package/dist/types/lib/components/unified-share-form-modal/collaborators-view/collaborator-list-item.d.ts +5 -0
- package/dist/types/lib/components/unified-share-form-modal/collaborators-view/collaborators-view.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaborators-view/index.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaborators-view/messages.d.ts +43 -0
- package/dist/types/lib/components/unified-share-form-modal/index.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/messages.d.ts +58 -0
- package/dist/types/lib/components/unified-share-form-modal/shared-link-section/index.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/shared-link-section/messages.d.ts +118 -0
- package/dist/types/lib/components/unified-share-form-modal/shared-link-section/shared-link-access.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/shared-link-section/shared-link-permission.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/shared-link-section/shared-link-section.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/stories/shared.d.ts +15 -0
- package/dist/types/lib/components/unified-share-form-modal/unified-share-form-modal.d.ts +9 -0
- package/dist/types/lib/components/unified-share-form-modal/unified-share-form.d.ts +1 -0
- package/dist/types/lib/constants.d.ts +7 -0
- package/dist/types/lib/contexts/index.d.ts +2 -0
- package/dist/types/lib/contexts/unified-share-form-context.d.ts +25 -0
- package/dist/types/lib/contexts/unified-share-modal-context.d.ts +16 -0
- package/dist/types/lib/hooks/index.d.ts +5 -0
- package/dist/types/lib/hooks/use-access-levels.d.ts +6 -0
- package/dist/types/lib/hooks/use-collaboration-form.d.ts +10 -0
- package/dist/types/lib/hooks/use-form-validation.d.ts +18 -0
- package/dist/types/lib/hooks/use-link-settings-form.d.ts +10 -0
- package/dist/types/lib/hooks/use-sharing-action.d.ts +7 -0
- package/dist/types/lib/messages.d.ts +83 -0
- package/dist/types/lib/store.d.ts +21 -0
- package/dist/types/lib/stories/shared.d.ts +22 -0
- package/dist/types/lib/types.d.ts +387 -0
- package/dist/types/lib/unified-share-modal.d.ts +20 -0
- package/dist/types/lib/utils/collaborator.d.ts +8 -0
- package/dist/types/lib/utils/date.d.ts +3 -0
- package/dist/types/lib/utils/event.d.ts +13 -0
- package/dist/types/lib/utils/index.d.ts +5 -0
- package/dist/types/lib/utils/permission.d.ts +3 -0
- package/dist/types/lib/utils/validation.d.ts +2 -0
- package/package.json +54 -0
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
# Notification text when copying the shared link fails
|
|
2
|
+
groupSharedFeatures.usm.autoCopyErrorNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Şнâгĕď ļіňĸ čяèăτęď. Çľîсκ ÇόΡŷ ťο ѕħăŕė. 國國國國國國國國國國國國⟧
|
|
3
|
+
# Notification text when the shared link is successfully copied to clipboard when link is created
|
|
4
|
+
groupSharedFeatures.usm.autoCopySuccessNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Śħàгėď ľíήκ čгêάţėď ãńď çοΡιĕď τô ċĺĩΡьοářď. 國國國國國國國國國國國國國⟧
|
|
5
|
+
# Notification text when the shared link failed to be created
|
|
6
|
+
groupSharedFeatures.usm.createSharedLinkErrorNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Űňåвľĕ ťσ ¢геàťė ä ѕĥáŕĕď ĺíпк. Pļëąşė ŧŕỳ ąğäіņ ľãťєя. 國國國國國國國國國國國國國國國國⟧
|
|
7
|
+
# Notification text when the shared link is successfully created
|
|
8
|
+
groupSharedFeatures.usm.createSharedLinkSuccessNoticeText = ⟦萬萬萬萬萬 Şĥāяëď ľĩņк ¢ŗêãťėď. 國國國國國⟧
|
|
9
|
+
# Default error notification text rendered when API fails
|
|
10
|
+
groupSharedFeatures.usm.defaultErrorNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŝömêťħιŋĝ щėиţ ώѓόиğ. Pĺêαşė ŧгỳ åĝâіň ĺãτěг. 國國國國國國國國國國國國國⟧
|
|
11
|
+
# Notification text when the shared link failed to be removed
|
|
12
|
+
groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ūňåьĺě ţó ŗεmονĕ ŧнę śħãяėď ĺĩŋκ. Pĺęάŝę ŧґý äğαīņ ľâτĕŕ. 國國國國國國國國國國國國國國國國國⟧
|
|
13
|
+
# Notification text when the shared link is successfully removed
|
|
14
|
+
groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţнέ śĥąяéď ļĭʼnĸ ƒōŕ “{itemName}” нáŝ ьέέй гëmόνεď şŭčсēśśƒũĺĺý. 國國國國國國國國國國國國國國國國國⟧
|
|
15
|
+
# Error message for the email field when email is not provided
|
|
16
|
+
groupSharedFeatures.usm.emailRequiredErrorMessage = ⟦萬萬萬萬萬萬萬萬 Ëńŧēґ άţ ľèãŝτ őле νάĺíď ěmāϊļ 國國國國國國國國⟧
|
|
17
|
+
# Icon label for the error notifications
|
|
18
|
+
groupSharedFeatures.usm.errorNoticeIcon = ⟦萬 Σяŕòя 國⟧
|
|
19
|
+
# Error message for the expiration date field when expiration date is in the past
|
|
20
|
+
groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Τħė ê×Ρîѓáţїŏи ďάţê mũşŧ вë ĭŋ ţĥε ƒùτűяё 國國國國國國國國國國國國⟧
|
|
21
|
+
# Error message for the expiration date field when expiration date is not provided
|
|
22
|
+
groupSharedFeatures.usm.expirationRequiredErrorMessage = ⟦萬萬萬萬萬 Pļěâѕė şéľé¢ť ą ďåŧё 國國國國國⟧
|
|
23
|
+
# Error message for the email field when email is invalid
|
|
24
|
+
groupSharedFeatures.usm.invalidEmailErrorMessage = ⟦萬萬萬萬萬萬 İήνâļîď ėmăįľ άďďяėѕѕ 國國國國國國⟧
|
|
25
|
+
# Close button aria label for the notifications
|
|
26
|
+
groupSharedFeatures.usm.noticeCloseLabel = ⟦萬 Čĺòѕē 國⟧
|
|
27
|
+
# Body text of the Remove Shared Link modal
|
|
28
|
+
groupSharedFeatures.usm.removeSharedLinkModal.bodyText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťĥīŝ щίĺĺ Ρéґmαηëлťĺγ ŕēmøνє ŧħέ şнäřěď ĺĭʼnκ. Ϊƒ ŧĥїś ĭţĕm ίѕ εmвєďďεď оή στħéя ŝīťèş ïτ щіļļ ąľŝо ьĕ¢ômë іπäсćêѕśівĺě. Åʼnў ċµśţöm ΡґöΡёŗťìєѕ, śêţťįлġş åŋď ėхΡĩŗăτįοπş щĩĺľ вє гêmόνεď àŝ ŵëľļ. Ðο ýôц ẁāʼnŧ τò ĉôлŧĩήůë? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
29
|
+
# Button text to cancel removing a shared link
|
|
30
|
+
groupSharedFeatures.usm.removeSharedLinkModal.cancelButton = ⟦萬 Čåйсëļ 國⟧
|
|
31
|
+
# Aria label for the button to close the Remove Shared Link modal
|
|
32
|
+
groupSharedFeatures.usm.removeSharedLinkModal.closeButton = ⟦萬 Çĺōѕě 國⟧
|
|
33
|
+
# Button aria label when the shared link is being removed
|
|
34
|
+
groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel = ⟦萬萬 Ĺōάďïńġ 國國⟧
|
|
35
|
+
# Button text to confirm removing a shared link
|
|
36
|
+
groupSharedFeatures.usm.removeSharedLinkModal.okayButton = ⟦萬 Őкǻŷ 國⟧
|
|
37
|
+
# Title of the Remove Shared Link modal
|
|
38
|
+
groupSharedFeatures.usm.removeSharedLinkModal.title = ⟦萬萬萬萬萬 Ŕèmòνē Şнāгεď Ļιņĸ 國國國國國⟧
|
|
39
|
+
# Button text to cancel updating the shared link settings
|
|
40
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = ⟦萬 Çąйĉĕĺ 國⟧
|
|
41
|
+
# Aria label for the button to close the Shared Link Settings modal
|
|
42
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = ⟦萬 Çļőѕє 國⟧
|
|
43
|
+
# Label for the download settings toggle
|
|
44
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Âļļöẃ ũşеŕś ŵīţĥ τнė śħăѓêď ĺïńκ ţσ ďσшлľōàď ŧħіś ìŧém 國國國國國國國國國國國國國國國國⟧
|
|
45
|
+
# Link to learn more about shared link settings
|
|
46
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ļèáŕň mοŗε αьöūŧ ŝĥářеď ļιʼnк ѕëťťіηĝŝ. 國國國國國國國國國國國⟧
|
|
47
|
+
# Aria label for the calendar in the link expiration settings
|
|
48
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬 Śėļê¢ŧ ýőůг śĥāяëď ľιňк è×Ρίґαťīои ďāτě 國國國國國國國國國國國⟧
|
|
49
|
+
# Aria label for the clear date picker button in the link expiration settings
|
|
50
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = ⟦萬萬萬萬萬 Ċľĕãг ďāťё Ρίċкέя 國國國國國⟧
|
|
51
|
+
# Label for the date picker in the link expiration settings
|
|
52
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel = ⟦萬萬萬 Ѕєļęĉť à ďαťê 國國國⟧
|
|
53
|
+
# Aria label for the next month button in the link expiration settings
|
|
54
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel = ⟦萬萬萬萬萬 Ŝώїŧċĥ ťó пεхţ mõлŧн 國國國國國⟧
|
|
55
|
+
# Aria label for the open calendar dropdown button in the link expiration settings
|
|
56
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel = ⟦萬萬萬 ØΡĕʼn ĉąļęʼnďάѓ 國國國⟧
|
|
57
|
+
# Aria label for the previous month button in the link expiration settings
|
|
58
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel = ⟦萬萬萬萬萬萬萬 Ѕẁϊţćн ţō Ρгęνîôūş mőņťĥ 國國國國國國國⟧
|
|
59
|
+
# Label for the link expiration toggle
|
|
60
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText = ⟦萬萬萬萬 Ŀϊпκ εхΡîгāτīóʼn 國國國國⟧
|
|
61
|
+
# Button aria label when the shared link settings are being updated
|
|
62
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel = ⟦萬萬 Ľŏàďīʼnġ 國國⟧
|
|
63
|
+
# Button text to confirm saving the shared link settings
|
|
64
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = ⟦萬 Ŝāνé 國⟧
|
|
65
|
+
# subtitle of the Shared Link settings modal
|
|
66
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťĥϊś ¢оηţēʼnţ īѕ āνāіľąвľĕ τō άʼnýσйė шіŧнîń ỳσμř ċømΡąńў щϊτн ţĥє ĺϊήĸ, ăŋď ćǻπ ве νïęŵèď оŗ ďôщņļòáďěď. {learnSharedLinkSettingsLink} 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
67
|
+
# Title of the Shared Link Settings modal
|
|
68
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.title = ⟦萬萬萬萬萬 Şĥâґèď Ŀïпĸ Ŝėŧτìйğś 國國國國國⟧
|
|
69
|
+
# Text for the vanity domain settings warning
|
|
70
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ćŭŝŧōm ÚŔĿŝ ѕĥóůľď ηøţ вё ûѕĕď ẃĥêŋ ѕнäřîπğ ѕěʼnśìţινё ćõŋτèňť. 國國國國國國國國國國國國國國國國國國⟧
|
|
71
|
+
# Label for the vanity name input
|
|
72
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel = ⟦萬萬萬 Čŭѕťőm Ρáτħ 國國國⟧
|
|
73
|
+
# Placeholder text for the vanity name input
|
|
74
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Σŋţęŗ ă çüѕťоm Ρăţħ (12 σŕ mόяë сħàяαčťęŗѕ) 國國國國國國國國國國國國⟧
|
|
75
|
+
# Text for the vanity name invalid error
|
|
76
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ĉűѕτöm ŬЃĽŝ ѕĥóûľď вέ вëťωëéп 12-30 ¢ħāѓăçŧěяś, ăπď ćáņ īʼnċľúďé ĺеťŧėяŝ, ʼnümвèŗş, απď ĥỳΡħëйŝ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
77
|
+
# Label for the vanity name toggle
|
|
78
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Pµьļĩŝн čοňťěʼnτ вŗōαďĺỳ ώïŧħ ä ¢űśţôm, ʼnόņ-Ρяïνàţè ŰŔĹ 國國國國國國國國國國國國國國國國⟧
|
|
79
|
+
# Label for the warning notification icon
|
|
80
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel = ⟦萬萬 Ŵāŕиïйġ 國國⟧
|
|
81
|
+
# Icon label for the success notifications
|
|
82
|
+
groupSharedFeatures.usm.successNoticeIcon = ⟦萬萬 Śūĉćёѕѕ 國國⟧
|
|
83
|
+
# Aria label for the button to close the Unified Share Modal
|
|
84
|
+
groupSharedFeatures.usm.unifiedShareFormModal.closeButton = ⟦萬 Çľοśē 國⟧
|
|
85
|
+
# Label for the role of a collaborator who co-owns the item
|
|
86
|
+
groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole = ⟦萬萬 Çõ-ōŵηėя 國國⟧
|
|
87
|
+
# Button text to cancel inviting collaborators to the file / folder
|
|
88
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton = ⟦萬 Ĉàлċеľ 國⟧
|
|
89
|
+
# Aria label for the button to clear the input field for selecting users
|
|
90
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton = ⟦萬 Ĉĺеâя 國⟧
|
|
91
|
+
# Aria label for the button to close the Unified Share Modal
|
|
92
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton = ⟦萬 Ċĺóѕέ 國⟧
|
|
93
|
+
# Description for the collaboration role with "Co-owner" permissions to the item
|
|
94
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Μáňáğë ŝєċцяίţỳ, ůΡľôăď, ďōщηľōáď, Ρяēνίëώ, ѕĥåґë, εďїţ, ąʼnď ďèĺęŧé 國國國國國國國國國國國國國國國國國國國國⟧
|
|
95
|
+
# Description for the collaboration role with "Editor" permissions to the item
|
|
96
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 ÜΡļóâď, ďõшňľōâď, Ρяëνĭёŵ, ŝĥǻřё, άńď ěďíť 國國國國國國國國國國國國⟧
|
|
97
|
+
# Description for the collaboration role with "Editor" permissions to the folder
|
|
98
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ÚΡľóάď, ďòẁйļσąď, Ρґęνíěώ, ŝĥáѓė, ęďïŧ, äńď ďėļēτė 國國國國國國國國國國國國國國⟧
|
|
99
|
+
# Label for the field to select users to email the shared link of the item
|
|
100
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel = ⟦萬萬萬萬萬 Ëmàϊļ Şħåѓеď Ļίлκ 國國國國國⟧
|
|
101
|
+
# Label for the button to select the collaboration role of the new collaborator
|
|
102
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel = ⟦萬萬萬萬 Īлνìťε àş {role} 國國國國⟧
|
|
103
|
+
# Label for the field to select users to collaborate with on an item
|
|
104
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel = ⟦萬萬萬 Įπνïτè PëöΡļє 國國國⟧
|
|
105
|
+
# Placeholder for the field to select users to collaborate with on an item
|
|
106
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder = ⟦萬萬萬萬萬萬萬萬 Αďď ηāmёŝ όґ εmάîĺ ăďďяèśѕėŝ 國國國國國國國國⟧
|
|
107
|
+
# Aria label for the loading indicator of the Unified Share Modal
|
|
108
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel = ⟦萬萬 Ĺôαďîйğ 國國⟧
|
|
109
|
+
# Description for the collaboration role with "Previewer" permissions to the item
|
|
110
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription = ⟦萬萬萬 Pгένīеш-όπĺỳ 國國國⟧
|
|
111
|
+
# Description for the collaboration role with "Previewer Uploader" permissions to the item
|
|
112
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription = ⟦萬萬萬萬萬 ŬΡĺôãď ǻήď Ρґēνϊеώ 國國國國國⟧
|
|
113
|
+
# Button text to invite collaborators to the file / folder
|
|
114
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sendButton = ⟦萬 Śēπď 國⟧
|
|
115
|
+
# Aria label for the text field to include a message when sharing an item
|
|
116
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageCharacterCountAriaLabel = ⟦萬萬萬萬萬萬萬 {count} ćĥäѓāčťëřŝ ѓèmåιπіήġ 國國國國國國國⟧
|
|
117
|
+
# Label for the text field to include a message when sharing an item
|
|
118
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageLabel = ⟦萬萬萬萬萬 Μёśѕǻġє (òΡτϊŏпάľ) 國國國國國⟧
|
|
119
|
+
# Placeholder for the text field to include a message when sharing an item
|
|
120
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessagePlaceholder = ⟦萬萬萬 Àďď ά mєŝѕăġē 國國國⟧
|
|
121
|
+
# Label for the button to view the list of collaborators shared with on the item
|
|
122
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sharedWithLabel = ⟦萬萬萬 Şнάřёď щįťĥ 國國國⟧
|
|
123
|
+
# Description for the collaboration role with "Uploader" permissions to the item
|
|
124
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.uploaderDescription = ⟦萬萬萬 ЏΡĺóáď-ŏйľγ 國國國⟧
|
|
125
|
+
# Description for the collaboration role with "Viewer" permissions to the item
|
|
126
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerDescription = ⟦萬萬萬萬萬萬萬萬 Ðοẃиĺöăď, Ρŗéνīëẁ, åηď şнàяε 國國國國國國國國⟧
|
|
127
|
+
# Description for the collaboration role with "Viewer Uploader" permissions to the item
|
|
128
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerUploaderDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 ŰΡĺοåď, ďōẃņľόâď, Ρґєνίëω, ŝĥǻřę, äňď èďĩŧ 國國國國國國國國國國國國⟧
|
|
129
|
+
# Aria label for the button to close the Unified Share Modal
|
|
130
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.closeButton = ⟦萬 Ĉļőѕē 國⟧
|
|
131
|
+
# Button text to exit the view of collaborators shared with on the item
|
|
132
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.doneButton = ⟦萬 Ðσŋē 國⟧
|
|
133
|
+
# Label for the badge on the avatar of a collaborator who will lose access to the item
|
|
134
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.expiresBadge = ⟦萬萬萬萬萬萬 Άçċéŝŝ є×Ρîґèŝ øʼn {date} 國國國國國國⟧
|
|
135
|
+
# Aria label for the list of collaborators shared with on the item
|
|
136
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.listLabel = ⟦萬萬萬 Čōļĺăвσѓåτōřѕ 國國國⟧
|
|
137
|
+
# Link text to open the page to view and manage the full list of collaborators
|
|
138
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink = ⟦萬萬 Мāиãğé Âľĺ 國國⟧
|
|
139
|
+
# Label for the column in the collaborators list for the name of the collaborator
|
|
140
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = ⟦萬 Ņámе 國⟧
|
|
141
|
+
# Label for the role of a collaborator who has a pending collaboration invitation
|
|
142
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = ⟦萬萬 Pĕпďîŋğ 國國⟧
|
|
143
|
+
# Label for the column in the collaborators list for the role of the collaborator
|
|
144
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = ⟦萬 Γóļé 國⟧
|
|
145
|
+
# Label for the role of a collaborator who can edit and delete the item
|
|
146
|
+
groupSharedFeatures.usm.unifiedShareFormModal.editorRole = ⟦萬 Ёďіţőŕ 國⟧
|
|
147
|
+
# Aria label for the loading indicator of the Unified Share Modal
|
|
148
|
+
groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel = ⟦萬萬 Ľöãďìйğ 國國⟧
|
|
149
|
+
# Label for the role of a collaborator who owns the item
|
|
150
|
+
groupSharedFeatures.usm.unifiedShareFormModal.ownerRole = ⟦萬 Øẁηêѓ 國⟧
|
|
151
|
+
# Label for the role of a collaborator who can preview the item
|
|
152
|
+
groupSharedFeatures.usm.unifiedShareFormModal.previewerRole = ⟦萬萬 Pŗéνíèщęг 國國⟧
|
|
153
|
+
# Label for the role of a collaborator who can preview and upload to the item
|
|
154
|
+
groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole = ⟦萬萬萬萬萬 Pŕēνĩėщëя ŨΡľõāďεŕ 國國國國國⟧
|
|
155
|
+
# Text inserted in the access level descriptions when the type of the item is a file
|
|
156
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFileItem = ⟦萬 ƒίļĕ 國⟧
|
|
157
|
+
# Text inserted in the access level descriptions when the type of the item is a folder
|
|
158
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFolderItem = ⟦萬 ƒóĺďėŗ 國⟧
|
|
159
|
+
# Text inserted in the access level descriptions when the type of the item is a hub
|
|
160
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelHubsItem = ⟦ нùв ⟧
|
|
161
|
+
# Description for the access level where only invited users can access the item
|
|
162
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ôηĺý ïńνĭŧèď ΡєŏΡĺę ćåй āсçĕşś ťĥîѕ {item} 國國國國國國國國國國國國⟧
|
|
163
|
+
# Label for the access level where only invited users can access the item
|
|
164
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel = ⟦萬萬萬萬萬 Ĭňνíŧéď ΡēоΡļě őňĺУ 國國國國國⟧
|
|
165
|
+
# Description for the access level where users in the company can access the item
|
|
166
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Àпγõńě ϊп γōůя čómΡåņγ ώìťħ ťнē ļϊņĸ őѓ ΡέόΡľë íňνĩţěď ţо τħіś {item} çάņ αс¢εşş 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
167
|
+
# Label for the access level where users in the company can access the item
|
|
168
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel = ⟦萬萬萬萬萬萬 PěōΡĺę ιη ŷŏùґ çòmΡαηý 國國國國國國⟧
|
|
169
|
+
# Tooltip on an access level that has been disabled due to a security policy in the enterprise
|
|
170
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťĥïś οΡŧιôп ιş ποţ âνàìĺăьĺě ďüέ ŧô à ѕėćμгіŧý Ρōĺίčў 國國國國國國國國國國國國國國國⟧
|
|
171
|
+
# Description for the access level where users in the enterprise can access the item
|
|
172
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Àʼnŷσпě áτ {enterprise} ώīŧħ τĥë ĺìπķ ŏґ ΡèŏΡĺè íлνϊŧеď ŧō τĥíѕ {item} ¢åη áĉċéşŝ 國國國國國國國國國國國國國國國國國國國國國⟧
|
|
173
|
+
# Label for the access level where users in the enterprise can access the item
|
|
174
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel = ⟦萬萬萬萬 PēоΡľé îη {enterprise} 國國國國⟧
|
|
175
|
+
# Label for the icon button to indicate the shared link has an expiration date
|
|
176
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel = ⟦萬萬 ΕхΡίґėś 國國⟧
|
|
177
|
+
# Tooltip for the icon button to indicate the shared link has an expiration date
|
|
178
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧħϊś ĺìńĸ ωіľľ ё×Ρігé âňď вè іńǻс¢еѕѕіьĺе őή {expirationDate} 國國國國國國國國國國國國國國⟧
|
|
179
|
+
# Description for the access level where anyone with the URL can access the item
|
|
180
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Pųьļϊĉĺŷ ă¢ćěśşïьľè àпď лσ ŝĩġй-іŋ řęqųїřèď 國國國國國國國國國國國國⟧
|
|
181
|
+
# Label for the access level where anyone with the URL can access the item
|
|
182
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = ⟦萬萬萬萬萬 PєôΡĺę ωīţħ ŧнė ľîńĸ 國國國國國⟧
|
|
183
|
+
# Label for the section to manage the shared link of the file / folder
|
|
184
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = ⟦萬萬 Ŝнàгě Ļϊпκ 國國⟧
|
|
185
|
+
# Success notification displayed when shared link is created and copied to clipboard
|
|
186
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkCopiedSuccessNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ѕĥǻѓëď ľіńĸ ċґĕàţĕď ąлď ćôΡíёď ţô čľїΡьøãѓď. 國國國國國國國國國國國國國⟧
|
|
187
|
+
# Aria label and tooltip for the icon button to email the shared link
|
|
188
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = ⟦萬萬萬萬 Şέиď Śнãřėď Ŀĭйķ 國國國國⟧
|
|
189
|
+
# Label for the button link to open the Shared Link Settings modal
|
|
190
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = ⟦萬萬萬 Ŀîňķ Śĕŧŧілğś 國國國⟧
|
|
191
|
+
# Label for the toggle to create and delete the shared link
|
|
192
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel = ⟦萬萬萬 Śħάŕěď ľîйк 國國國⟧
|
|
193
|
+
# Tooltip on the disabled toggle to create a new shared link
|
|
194
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip = ⟦萬萬萬萬萬 Ċґéαţе ǻňď čòΡў ľįπк 國國國國國⟧
|
|
195
|
+
# Label for the text field of the URL for sharing the file / folder
|
|
196
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel = ⟦萬萬萬萬 Şĥáяєď ĺĩņк ŨҐĹ 國國國國⟧
|
|
197
|
+
# Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
|
|
198
|
+
groupSharedFeatures.usm.unifiedShareFormModal.title = ⟦萬萬萬 Şħǻŗε ‘{itemName}’ 國國國⟧
|
|
199
|
+
# Label for the role of a collaborator who can upload to the item
|
|
200
|
+
groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole = ⟦萬萬 ÜΡĺøǻďęř 國國⟧
|
|
201
|
+
# Label for the role of a collaborator who can view the item
|
|
202
|
+
groupSharedFeatures.usm.unifiedShareFormModal.viewerRole = ⟦萬 Vїėẃęя 國⟧
|
|
203
|
+
# Label for the role of a collaborator who can view and upload to the item
|
|
204
|
+
groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole = ⟦萬萬萬萬 Vįêώέř ЏΡĺøάďёŗ 國國國國⟧
|
|
205
|
+
# Notification text when the shared link settings are successfully saved
|
|
206
|
+
groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ýöцŗ śĕţτίńġѕ ẁёґę śǻνëď şüсċéѕѕƒúĺļў. 國國國國國國國國國國國⟧
|
|
207
|
+
# Text for the vanity name invalid error
|
|
208
|
+
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ĉůѕŧöm ÛŘĹѕ şĥôüĺď ьë вęτŵęεʼn 12-30 čħåгàćţέřŝ, άńď сáи îпćľůďє ľĕţťєŕş, пŭmвěѓŝ, äņď ĥÿΡĥєиş. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
209
|
+
# Error message for the vanity name field when custom URL is not provided
|
|
210
|
+
groupSharedFeatures.usm.vanityNameRequiredErrorMessage = ⟦萬萬萬萬萬萬萬 Pļεåşĕ еʼnţέґ â çūѕţõm ŬŖĻ 國國國國國國國⟧
|
|
211
|
+
# Text displayed when email input is empty
|
|
212
|
+
groupSharedFeatures.usmV1.atLeastOneEmailRequired = ⟦萬萬萬萬萬萬萬萬 Êʼnτèя âŧ ľёάśţ óηέ νǻľĩď ęmåïĺ 國國國國國國國國⟧
|
|
213
|
+
# Cancel button text
|
|
214
|
+
groupSharedFeatures.usmV1.cancel = ⟦萬 Čâп¢ĕľ 國⟧
|
|
215
|
+
# Close button text to close the modal
|
|
216
|
+
groupSharedFeatures.usmV1.close = ⟦萬 Ċľōŝé 國⟧
|
|
217
|
+
# Label for the download settings toggle
|
|
218
|
+
groupSharedFeatures.usmV1.downloadSettingsToggleText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ǻļľŏẁ ųѕеяѕ ẃіτĥ ťħē ŝнăѓěď ľїņк ţó ďσωńĺоãď ťнíş ïťέm 國國國國國國國國國國國國國國國國⟧
|
|
219
|
+
# Aria label for the email shared link button
|
|
220
|
+
groupSharedFeatures.usmV1.emailSharedLinkButtonAriaLabel = ⟦萬萬萬萬萬 Еmãιļ ѕħăŗèď ĺίńķ 國國國國國⟧
|
|
221
|
+
# Label for the error notification type
|
|
222
|
+
groupSharedFeatures.usmV1.errorNoticeAriaLabel = ⟦萬 єŕѓöŕ 國⟧
|
|
223
|
+
# Text displayed when email input is invalid
|
|
224
|
+
groupSharedFeatures.usmV1.invalidEmail = ⟦萬萬萬萬萬萬 Īʼnνåĺїď êmãìļ äďďяєѕś 國國國國國國⟧
|
|
225
|
+
# Label of the field where a user designates who to invite to collaborate on an item
|
|
226
|
+
groupSharedFeatures.usmV1.inviteFieldLabel = ⟦萬萬萬 Īйνίťë PèôΡĺė 國國國⟧
|
|
227
|
+
# Placeholder text for the invite people combobox
|
|
228
|
+
groupSharedFeatures.usmV1.invitePeoplePlaceholder = ⟦萬萬萬萬萬萬萬萬 Ąďď ņàmεѕ ôѓ ěmåϊļ ǻďďґėŝśèѕ 國國國國國國國國⟧
|
|
229
|
+
# Link to the learn more about shared link settings
|
|
230
|
+
groupSharedFeatures.usmV1.learnSharedLinkSettingsLink = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ĺéąřи móґĕ αвόŭţ śħãŗεď ľϊʼnķ ѕёťťιŋĝŝ. 國國國國國國國國國國國⟧
|
|
231
|
+
# Label for the link expiration toggle
|
|
232
|
+
groupSharedFeatures.usmV1.linkExpirationToggleText = ⟦萬萬萬萬 Ļįйκ ē×Ρířàτϊøη 國國國國⟧
|
|
233
|
+
# Text for the link settings button
|
|
234
|
+
groupSharedFeatures.usmV1.linkSettingsButtonText = ⟦萬萬萬 Ļĭʼnĸ ŝëţŧĭńĝѕ 國國國⟧
|
|
235
|
+
# Aria label for loading state
|
|
236
|
+
groupSharedFeatures.usmV1.loadingAriaLabel = ⟦萬萬 ľŏáďιŋğ 國國⟧
|
|
237
|
+
# Label for "Message" text box to email the shared Link
|
|
238
|
+
groupSharedFeatures.usmV1.message = ⟦萬萬萬萬萬 Μéśśāĝе (σΡţįσпâĺ) 國國國國國⟧
|
|
239
|
+
# Placeholder text for message section
|
|
240
|
+
groupSharedFeatures.usmV1.messageSelectorPlaceholder = ⟦萬萬萬 Αďď ã męŝşáĝе 國國國⟧
|
|
241
|
+
# Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
|
|
242
|
+
groupSharedFeatures.usmV1.modalTitle = ⟦萬萬萬 Ѕĥáґε ‘{itemName}’ 國國國⟧
|
|
243
|
+
# Label for the close button in the notification
|
|
244
|
+
groupSharedFeatures.usmV1.noticeCloseAriaLabel = ⟦萬 ċļòŝё 國⟧
|
|
245
|
+
# Okay button text
|
|
246
|
+
groupSharedFeatures.usmV1.okay = ⟦萬 Øķáў 國⟧
|
|
247
|
+
# Text for the notification when shared link removal fails
|
|
248
|
+
groupSharedFeatures.usmV1.removeSharedLinkFailedNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ųηåьľё ŧò гєmôνę τĥĕ śнáяéď ĺîпк. Pĺёãѕè τřý ąğάĩň ľǻťèѓ. 國國國國國國國國國國國國國國國國國⟧
|
|
249
|
+
# Body text of the Remove Shared Link modal
|
|
250
|
+
groupSharedFeatures.usmV1.removeSharedLinkModalBodyText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧĥϊѕ ẁĭĺļ Ρéřmãňέиτľў ŗέmονē τĥе ŝĥαгęď ľīиĸ. Īƒ ţнίş įŧëm įś êmвêďďèď óη оτħέг ѕĭţёŝ ϊŧ шĭļļ ăĺŝø ьĕċõmę іиàćċëśşíвĺė. ĀʼnУ ¢µѕťôm ΡѓōΡĕŗτιèŝ, śėţτìиğś αŋď ē×Ρįяāťϊоπś ŵϊĺļ ьє яеmŏνęď ăş ωєĺļ. Ðο ŷōü щάиť ťō ċõʼnţĭпűè? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
251
|
+
# Title of the Remove Shared Link modal
|
|
252
|
+
groupSharedFeatures.usmV1.removeSharedLinkModalTitle = ⟦萬萬萬萬萬 Яëmóνė Śнäгєď Ŀīņк 國國國國國⟧
|
|
253
|
+
# Text for the notification when shared link is removed
|
|
254
|
+
groupSharedFeatures.usmV1.removeSharedLinkSuccessNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťнε ŝħǻяêď ļїʼnκ ƒоѓ "{ itemName }" нåş вєĕņ гĕmõνëď ŝúććêśśƒŭľľγ. 國國國國國國國國國國國國國國國國國⟧
|
|
255
|
+
# Send button text
|
|
256
|
+
groupSharedFeatures.usmV1.send = ⟦萬 Şěņď 國⟧
|
|
257
|
+
# Aria label for send button when sending invites
|
|
258
|
+
groupSharedFeatures.usmV1.sendingInvites = ⟦萬萬萬萬 Ѕεиďìηġ ïπνíŧέŝ 國國國國⟧
|
|
259
|
+
# Subtitle of the Shared Link settings modal
|
|
260
|
+
groupSharedFeatures.usmV1.shareLinkSettingsModalSubTitleText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧħϊŝ čόйτêπţ îѕ âνăїľåьĺė ŧø āŋγōŋè ẃìŧħιп ŷòμŕ ćõmΡäπỳ шіţħ ţĥè ļįʼnк, άπď ćǻŋ ьê νίêώęď όř ďοẃπĺøäď. {learnSharedLinkSettingsLink} 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
261
|
+
# Title of the Shared Link settings modal
|
|
262
|
+
groupSharedFeatures.usmV1.shareLinkSettingsModalTitle = ⟦萬萬萬萬萬 Śнäяёď Ŀïʼnĸ Śéţŧíňġş 國國國國國⟧
|
|
263
|
+
# Success notification displayed when shared link is created and copied to clipboard
|
|
264
|
+
groupSharedFeatures.usmV1.sharedLinkCopiedSuccessNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Śħǻѓêď ĺĩпĸ ċгêάŧеď âπď çòΡίëď ŧσ ċĺìΡьóąŗď. 國國國國國國國國國國國國國⟧
|
|
265
|
+
# Label for the copy input field
|
|
266
|
+
groupSharedFeatures.usmV1.sharedLinkCopyInputLabel = ⟦萬萬萬萬萬萬萬萬 ÇοΡÿ ѕħäяé ľĩŋĸ τŏ ċĺιΡьοåŗď 國國國國國國國國⟧
|
|
267
|
+
# Text for the notification when shared link is created
|
|
268
|
+
groupSharedFeatures.usmV1.sharedLinkCreatedSuccessNoticeText = ⟦萬萬萬萬萬 Şħàґęď ľϊпк ¢гĕåτëď 國國國國國⟧
|
|
269
|
+
# Text for the notification when shared link creation fails
|
|
270
|
+
groupSharedFeatures.usmV1.sharedLinkCreationFailedNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ũиăвĺé ţò ćґёāţë â ѕĥâѓĕď ĺίʼnĸ. Pľéαşέ ŧяỳ άĝàϊή ļάťěř. 國國國國國國國國國國國國國國國國⟧
|
|
271
|
+
# This tooltip appears over the shared link toggle, explaining what happens when it is clicked
|
|
272
|
+
groupSharedFeatures.usmV1.sharedLinkDisabledTooltip = ⟦萬萬萬萬萬 Ċřěάťέ âйď сσΡγ ĺιπκ 國國國國國⟧
|
|
273
|
+
# Label for share link toggle
|
|
274
|
+
groupSharedFeatures.usmV1.sharedLinkToggleLabel = ⟦萬萬 Ŝħářё Ŀĩйķ 國國⟧
|
|
275
|
+
# Label for share link toggle
|
|
276
|
+
groupSharedFeatures.usmV1.sharedLinkToggleText = ⟦萬萬萬 Şнãřêď ļιήк 國國國⟧
|
|
277
|
+
# Label for the success notification type
|
|
278
|
+
groupSharedFeatures.usmV1.successNoticeAriaLabel = ⟦萬萬 şúĉċêŝѕ 國國⟧
|
|
279
|
+
# Text for the vanity domain settings warning
|
|
280
|
+
groupSharedFeatures.usmV1.vanityDomainSettingsWarningText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ćúşţоm ЏΓĻŝ ŝĥōµļď ńøτ вë ŭŝëď шĥêŋ ѕĥäѓіиġ ѕěŋŝíτїνέ ĉοйŧёиţ. 國國國國國國國國國國國國國國國國國國⟧
|
|
281
|
+
# Label for the vanity name input
|
|
282
|
+
groupSharedFeatures.usmV1.vanityNameInputLabel = ⟦萬萬萬 Vάŋįŧÿ îпΡũţ 國國國⟧
|
|
283
|
+
# Placeholder text for the vanity name input
|
|
284
|
+
groupSharedFeatures.usmV1.vanityNameInputPlaceholder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Èńţéř ă ċūşţöm Ρâţĥ (12 øг mõѓé çĥąŕåçŧěŕѕ) 國國國國國國國國國國國國⟧
|
|
285
|
+
# Text for the vanity name invalid error
|
|
286
|
+
groupSharedFeatures.usmV1.vanityNameInvalidError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ćùşţοm ŨΓĽѕ şнŏŭĺď вέ ьėτщєéл 12-30 ĉнǻѓå¢ťĕŗś, áʼnď čäή їиčļùďε ĺêťŧеѓş, ʼnūmвèŗѕ, άņď нўΡħéňѕ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
287
|
+
# Label for the vanity name toggle
|
|
288
|
+
groupSharedFeatures.usmV1.vanityNameToggleText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Pµьĺιşн ċôпţёήŧ вґőåďĺỳ ώïτн ã ċűѕŧõm, йσи-Ρřĩνãťέ ÜŘĽ 國國國國國國國國國國國國國國國國⟧
|
|
289
|
+
# Label for the warning notification icon
|
|
290
|
+
groupSharedFeatures.usmV1.warningNoticeIconAriaLabel = ⟦萬萬萬萬萬 ωàřиĩпğ ï¢ой ĺăьєľ 國國國國國⟧
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "Unable to create a shared link. Please try again later.",
|
|
3
|
+
"groupSharedFeatures.usm.createSharedLinkErrorNoticeText": "No se puede crear un enlace compartido. Inténtelo más tarde.",
|
|
4
|
+
"groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "Enlace compartido creado",
|
|
5
|
+
"groupSharedFeatures.usm.defaultErrorNoticeText": "Something went wrong. Please try again later.",
|
|
6
|
+
"groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "No se puede eliminar el enlace compartido. Inténtelo más tarde.",
|
|
7
|
+
"groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "El enlace compartido para “{itemName}“ se ha eliminado correctamente.",
|
|
8
|
+
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Introduzca al menos un correo electrónico válido.",
|
|
9
|
+
"groupSharedFeatures.usm.errorNoticeIcon": "Error",
|
|
10
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "The expiration date must be in the future",
|
|
11
|
+
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Seleccione una fecha",
|
|
12
|
+
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Dirección de correo electrónico no válida",
|
|
13
|
+
"groupSharedFeatures.usm.noticeCloseLabel": "Cerrar",
|
|
14
|
+
"groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "Esto eliminará permanentemente el enlace compartido. Si este elemento está incrustado en otros sitios, también se volverá inaccesible. Cualquier propiedad personalizada, configuración y caducidad también se eliminará. ¿Desea continuar?",
|
|
15
|
+
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Anular",
|
|
16
|
+
"groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Cerrar",
|
|
17
|
+
"groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel": "Cargando",
|
|
18
|
+
"groupSharedFeatures.usm.removeSharedLinkModal.okayButton": "Aceptar",
|
|
19
|
+
"groupSharedFeatures.usm.removeSharedLinkModal.title": "Eliminar enlace compartido",
|
|
20
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton": "Anular",
|
|
21
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Cerrar",
|
|
22
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "Permitir que los usuarios con el enlace compartido descarguen este elemento",
|
|
23
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Más información sobre la configuración de enlace compartido.",
|
|
24
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Seleccione la fecha de vencimiento de su enlace compartido",
|
|
25
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "Borrar selector de fecha",
|
|
26
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "Seleccione una fecha",
|
|
27
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "Cambiar al mes que viene",
|
|
28
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel": "Abrir calendario",
|
|
29
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel": "Cambiar al mes anterior",
|
|
30
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText": "Caducidad del enlace",
|
|
31
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "Cargando",
|
|
32
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "Enter a password",
|
|
33
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Password protection",
|
|
34
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "Your password should include at least 8 characters, and should contain at least one upper case letter, number, or special character.",
|
|
35
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "Guardar",
|
|
36
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle": "Este contenido está disponible para cualquier persona dentro de su empresa con el enlace y se puede ver o descargar. {learnSharedLinkSettingsLink}",
|
|
37
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.title": "Configuración de enlace compartido",
|
|
38
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "No se deben utilizar direcciones URL personalizadas para compartir contenido de carácter confidencial.",
|
|
39
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "Ruta personalizada",
|
|
40
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "Introduzca una ruta personalizada (12 o más caracteres)",
|
|
41
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Las URL personalizadas deben tener entre 12 y 30 caracteres, y pueden incluir letras, números y guiones.",
|
|
42
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "Publique contenido abiertamente con una URL personalizada no privada.",
|
|
43
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "Advertencia",
|
|
44
|
+
"groupSharedFeatures.usm.successNoticeIcon": "Con éxito",
|
|
45
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.closeButton": "Cerrar",
|
|
46
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole": "Co-owner",
|
|
47
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton": "Anular",
|
|
48
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton": "Eliminar",
|
|
49
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton": "Cerrar",
|
|
50
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription": "Gestionar la seguridad, cargar, descargar, previsualizar, compartir, editar y eliminar",
|
|
51
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Cargar, descargar, previsualizar, compartir y editar",
|
|
52
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Cargar, descargar, previsualizar, compartir, editar y eliminar",
|
|
53
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Enviar enlace compartido por correo electrónico",
|
|
54
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Invitar como {role}",
|
|
55
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Invitar a personas",
|
|
56
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Agregar nombres o direcciones de correo electrónico",
|
|
57
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Cargando",
|
|
58
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
|
|
59
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Cargar y previsualizar",
|
|
60
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sendButton": "Enviar",
|
|
61
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageCharacterCountAriaLabel": "{count} caracteres restantes",
|
|
62
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageLabel": "Mensaje (opcional)",
|
|
63
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessagePlaceholder": "Agregar un mensaje",
|
|
64
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sharedWithLabel": "Compartido con",
|
|
65
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.uploaderDescription": "Upload-only",
|
|
66
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerDescription": "Descargar, previsualizar y compartir",
|
|
67
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerUploaderDescription": "Cargar, descargar, previsualizar, compartir y editar",
|
|
68
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.closeButton": "Cerrar",
|
|
69
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.doneButton": "Listo",
|
|
70
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.expiresBadge": "El acceso caduca el {date}.",
|
|
71
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.listLabel": "Colaboradores",
|
|
72
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink": "Gestionar todo",
|
|
73
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn": "Nombre",
|
|
74
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole": "Pendiente",
|
|
75
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn": "Rol",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.editorRole": "Edición",
|
|
77
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel": "Cargando",
|
|
78
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.ownerRole": "Propietario",
|
|
79
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.previewerRole": "Previsualización",
|
|
80
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole": "Previsualización y carga",
|
|
81
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Shared link copied to clipboard.",
|
|
82
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Shared link created. Click Copy to share.",
|
|
83
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Shared link created and copied to clipboard.",
|
|
84
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Solo las personas invitadas pueden acceder a este {item}",
|
|
85
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Solo personas invitadas",
|
|
86
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Cualquier persona de su empresa con el enlace o las personas invitadas a este {item} pueden acceder",
|
|
87
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Personas de su empresa",
|
|
88
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Esta opción no está disponible debido a una política de seguridad",
|
|
89
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Cualquier persona en {enterprise} con el enlace o las personas invitadas a este {item} pueden acceder",
|
|
90
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Personas en {enterprise}",
|
|
91
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel": "Expira",
|
|
92
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip": "Este enlace caducará y no será accesible desde el {expirationDate}",
|
|
93
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem": "file",
|
|
94
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem": "folder",
|
|
95
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hub",
|
|
96
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Accesible públicamente y sin necesidad de iniciar sesión",
|
|
97
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Personas con el enlace",
|
|
98
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Compartir enlace",
|
|
99
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Enviar enlace compartido",
|
|
100
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Configuración del enlace",
|
|
101
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Enlace compartido",
|
|
102
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Crear y copiar el enlace",
|
|
103
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "URL del enlace compartido",
|
|
104
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.title": "Compartir ‘{itemName}’",
|
|
105
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Carga",
|
|
106
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Visualización",
|
|
107
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Visualización y carga",
|
|
108
|
+
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "La configuración se ha guardado correctamente.",
|
|
109
|
+
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Las URL personalizadas deben tener entre 12 y 30 caracteres, y pueden incluir letras, números y guiones.",
|
|
110
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Introduzca una URL personalizada",
|
|
111
|
+
"groupSharedFeatures.usm.autoCopyErrorNoticeText": "Shared link created. Click Copy to share.",
|
|
112
|
+
"groupSharedFeatures.usm.autoCopySuccessNoticeText": "El enlace compartido se ha creado y copiado al portapapeles.",
|
|
113
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFileItem": "Archivo",
|
|
114
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFolderItem": "carpeta",
|
|
115
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelHubsItem": "hub",
|
|
116
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkCopiedSuccessNoticeText": "El enlace compartido se ha creado y copiado al portapapeles.",
|
|
117
|
+
"groupSharedFeatures.usmV1.atLeastOneEmailRequired": "Introduzca al menos un correo electrónico válido.",
|
|
118
|
+
"groupSharedFeatures.usmV1.cancel": "Anular",
|
|
119
|
+
"groupSharedFeatures.usmV1.close": "Cerrar",
|
|
120
|
+
"groupSharedFeatures.usmV1.downloadSettingsToggleText": "Permitir que los usuarios con el enlace compartido descarguen este elemento",
|
|
121
|
+
"groupSharedFeatures.usmV1.emailSharedLinkButtonAriaLabel": "Enlace compartido por correo electrónico",
|
|
122
|
+
"groupSharedFeatures.usmV1.errorNoticeAriaLabel": "error",
|
|
123
|
+
"groupSharedFeatures.usmV1.invalidEmail": "Dirección de correo electrónico no válida",
|
|
124
|
+
"groupSharedFeatures.usmV1.inviteFieldLabel": "Invitar a personas",
|
|
125
|
+
"groupSharedFeatures.usmV1.invitePeoplePlaceholder": "Agregar nombres o direcciones de correo electrónico",
|
|
126
|
+
"groupSharedFeatures.usmV1.learnSharedLinkSettingsLink": "Más información sobre la configuración de enlace compartido.",
|
|
127
|
+
"groupSharedFeatures.usmV1.linkExpirationToggleText": "Caducidad del enlace",
|
|
128
|
+
"groupSharedFeatures.usmV1.linkSettingsButtonText": "Configuración del enlace",
|
|
129
|
+
"groupSharedFeatures.usmV1.loadingAriaLabel": "cargando",
|
|
130
|
+
"groupSharedFeatures.usmV1.message": "Mensaje (opcional)",
|
|
131
|
+
"groupSharedFeatures.usmV1.messageSelectorPlaceholder": "Agregar un mensaje",
|
|
132
|
+
"groupSharedFeatures.usmV1.modalTitle": "Compartir ‘{itemName}’",
|
|
133
|
+
"groupSharedFeatures.usmV1.noticeCloseAriaLabel": "cerrar",
|
|
134
|
+
"groupSharedFeatures.usmV1.okay": "Aceptar",
|
|
135
|
+
"groupSharedFeatures.usmV1.removeSharedLinkFailedNoticeText": "No se puede eliminar el enlace compartido. Inténtelo más tarde.",
|
|
136
|
+
"groupSharedFeatures.usmV1.removeSharedLinkModalBodyText": "Esto eliminará permanentemente el enlace compartido. Si este elemento está incrustado en otros sitios, también se volverá inaccesible. Cualquier propiedad personalizada, configuración y caducidad también se eliminará. ¿Desea continuar?",
|
|
137
|
+
"groupSharedFeatures.usmV1.removeSharedLinkModalTitle": "Eliminar enlace compartido",
|
|
138
|
+
"groupSharedFeatures.usmV1.removeSharedLinkSuccessNoticeText": "El enlace compartido para \"{itemName}\" se ha eliminado correctamente.",
|
|
139
|
+
"groupSharedFeatures.usmV1.send": "Enviar",
|
|
140
|
+
"groupSharedFeatures.usmV1.sendingInvites": "Enviando invitaciones",
|
|
141
|
+
"groupSharedFeatures.usmV1.shareLinkSettingsModalSubTitleText": "Este contenido está disponible para cualquier persona dentro de su empresa con el enlace y se puede ver o descargar. {learnSharedLinkSettingsLink}",
|
|
142
|
+
"groupSharedFeatures.usmV1.shareLinkSettingsModalTitle": "Configuración de enlace compartido",
|
|
143
|
+
"groupSharedFeatures.usmV1.sharedLinkCopiedSuccessNoticeText": "El enlace compartido se ha creado y copiado al portapapeles.",
|
|
144
|
+
"groupSharedFeatures.usmV1.sharedLinkCopyInputLabel": "Copiar enlace compartido en el portapapeles",
|
|
145
|
+
"groupSharedFeatures.usmV1.sharedLinkCreatedSuccessNoticeText": "Enlace compartido creado",
|
|
146
|
+
"groupSharedFeatures.usmV1.sharedLinkCreationFailedNoticeText": "No se puede crear un enlace compartido. Inténtelo más tarde.",
|
|
147
|
+
"groupSharedFeatures.usmV1.sharedLinkDisabledTooltip": "Crear y copiar el enlace",
|
|
148
|
+
"groupSharedFeatures.usmV1.sharedLinkToggleLabel": "Compartir enlace",
|
|
149
|
+
"groupSharedFeatures.usmV1.sharedLinkToggleText": "Enlace compartido",
|
|
150
|
+
"groupSharedFeatures.usmV1.successNoticeAriaLabel": "operación correcta",
|
|
151
|
+
"groupSharedFeatures.usmV1.vanityDomainSettingsWarningText": "No se deben utilizar direcciones URL personalizadas para compartir contenido de carácter confidencial.",
|
|
152
|
+
"groupSharedFeatures.usmV1.vanityNameInputLabel": "Entrada personalizada",
|
|
153
|
+
"groupSharedFeatures.usmV1.vanityNameInputPlaceholder": "Introduzca una ruta personalizada (12 o más caracteres)",
|
|
154
|
+
"groupSharedFeatures.usmV1.vanityNameInvalidError": "Las URL personalizadas deben tener entre 12 y 30 caracteres, y pueden incluir letras, números y guiones.",
|
|
155
|
+
"groupSharedFeatures.usmV1.vanityNameToggleText": "Publique contenido abiertamente con una URL personalizada no privada.",
|
|
156
|
+
"groupSharedFeatures.usmV1.warningNoticeIconAriaLabel": "etiqueta de icono de advertencia"
|
|
157
|
+
}
|