@box/unified-share-modal 0.48.9 → 0.49.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 (76) hide show
  1. package/dist/esm/lib/components/shared-link-settings-modal/messages.js +2 -6
  2. package/dist/esm/lib/components/shared-link-settings-modal/shared-link-settings-modal.js +79 -79
  3. package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-role.js +89 -68
  4. package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-section.js +119 -102
  5. package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/messages.js +8 -0
  6. package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/messages.js +12 -0
  7. package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-access.js +42 -39
  8. package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-permission.js +46 -43
  9. package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-section.js +109 -100
  10. package/dist/esm/lib/hooks/use-access-levels.js +18 -17
  11. package/dist/esm/lib/hooks/use-collaboration-form.js +13 -13
  12. package/dist/esm/lib/messages.js +11 -7
  13. package/dist/i18n/bn-IN.js +15 -9
  14. package/dist/i18n/bn-IN.properties +14 -0
  15. package/dist/i18n/da-DK.js +15 -9
  16. package/dist/i18n/da-DK.properties +14 -0
  17. package/dist/i18n/de-DE.js +15 -9
  18. package/dist/i18n/de-DE.properties +14 -0
  19. package/dist/i18n/en-AU.js +8 -2
  20. package/dist/i18n/en-AU.properties +14 -0
  21. package/dist/i18n/en-CA.js +8 -2
  22. package/dist/i18n/en-CA.properties +14 -0
  23. package/dist/i18n/en-GB.js +8 -2
  24. package/dist/i18n/en-GB.properties +14 -0
  25. package/dist/i18n/en-US.js +15 -10
  26. package/dist/i18n/en-US.properties +21 -11
  27. package/dist/i18n/en-x-pseudo.js +122 -116
  28. package/dist/i18n/en-x-pseudo.properties +123 -109
  29. package/dist/i18n/es-419.js +15 -9
  30. package/dist/i18n/es-419.properties +14 -0
  31. package/dist/i18n/es-ES.js +15 -9
  32. package/dist/i18n/es-ES.properties +14 -0
  33. package/dist/i18n/fi-FI.js +15 -9
  34. package/dist/i18n/fi-FI.properties +14 -0
  35. package/dist/i18n/fr-CA.js +15 -9
  36. package/dist/i18n/fr-CA.properties +14 -0
  37. package/dist/i18n/fr-FR.js +15 -9
  38. package/dist/i18n/fr-FR.properties +14 -0
  39. package/dist/i18n/hi-IN.js +15 -9
  40. package/dist/i18n/hi-IN.properties +14 -0
  41. package/dist/i18n/it-IT.js +15 -9
  42. package/dist/i18n/it-IT.properties +14 -0
  43. package/dist/i18n/ja-JP.js +15 -9
  44. package/dist/i18n/ja-JP.properties +14 -0
  45. package/dist/i18n/json/src/lib/components/shared-link-settings-modal/messages.json +1 -1
  46. package/dist/i18n/json/src/lib/components/unified-share-form-modal/collaboration-section/messages.json +1 -1
  47. package/dist/i18n/json/src/lib/components/unified-share-form-modal/shared-link-section/messages.json +1 -1
  48. package/dist/i18n/json/src/lib/messages.json +1 -1
  49. package/dist/i18n/ko-KR.js +15 -9
  50. package/dist/i18n/ko-KR.properties +14 -0
  51. package/dist/i18n/nb-NO.js +15 -9
  52. package/dist/i18n/nb-NO.properties +14 -0
  53. package/dist/i18n/nl-NL.js +15 -9
  54. package/dist/i18n/nl-NL.properties +14 -0
  55. package/dist/i18n/pl-PL.js +15 -9
  56. package/dist/i18n/pl-PL.properties +14 -0
  57. package/dist/i18n/pt-BR.js +15 -9
  58. package/dist/i18n/pt-BR.properties +14 -0
  59. package/dist/i18n/ru-RU.js +15 -9
  60. package/dist/i18n/ru-RU.properties +14 -0
  61. package/dist/i18n/sv-SE.js +15 -9
  62. package/dist/i18n/sv-SE.properties +14 -0
  63. package/dist/i18n/tr-TR.js +15 -9
  64. package/dist/i18n/tr-TR.properties +14 -0
  65. package/dist/i18n/zh-CN.js +15 -9
  66. package/dist/i18n/zh-CN.properties +14 -0
  67. package/dist/i18n/zh-TW.js +15 -9
  68. package/dist/i18n/zh-TW.properties +14 -0
  69. package/dist/styles/collaboration-role.css +1 -1
  70. package/dist/styles/shared-link-section.css +1 -1
  71. package/dist/types/lib/components/shared-link-settings-modal/messages.d.ts +0 -5
  72. package/dist/types/lib/components/unified-share-form-modal/collaboration-section/messages.d.ts +10 -0
  73. package/dist/types/lib/components/unified-share-form-modal/shared-link-section/messages.d.ts +15 -0
  74. package/dist/types/lib/messages.d.ts +5 -0
  75. package/dist/types/lib/stories/shared.d.ts +5 -0
  76. package/package.json +2 -2
@@ -6,15 +6,16 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Kunde inte ta bort den delade länken. Försök igen senare.",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "Den delade länken för \"{itemName}\" har tagits bort.",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "Ange minst en giltig e‑postadress",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
10
  "groupSharedFeatures.usm.errorNoticeIcon": "Fel",
10
11
  "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Utgångsdatum måste vara i framtiden",
11
12
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Välj ett datum",
12
13
  "groupSharedFeatures.usm.invalidEmailErrorMessage": "Ogiltig e-postadress",
13
14
  "groupSharedFeatures.usm.noticeCloseLabel": "Stäng",
14
- "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Your password cannot contain a space, \"<\" or \">\"",
15
- "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Your password should contain at least one upper case letter, number, or special character.",
16
- "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Password should contain at least 8 characters",
17
- "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Please enter a password",
15
+ "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Lösenordet får inte innehålla mellanslag, \"<\" eller \">\"",
16
+ "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Lösenordet ska innehålla minst en stor bokstav, en siffra eller ett specialtecken.",
17
+ "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Lösenord bör innehålla minst 8 tecken",
18
+ "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Ange ett lösenord",
18
19
  "groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "Detta kommer att ta bort den delade länken permanent. Om det här objektet är inbäddat på andra webbplatser kommer det också att bli otillgängligt. Eventuella anpassade egenskaper, inställningar och utgångsdatum kommer också att tas bort. Vill du fortsätta?",
19
20
  "groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Avbryt",
20
21
  "groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Stäng",
@@ -42,7 +43,6 @@ export default {
42
43
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "Anpassade URL-adresser ska inte användas vid delning av känsligt innehåll.",
43
44
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "Anpassad sökväg",
44
45
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "Ange en anpassad sökväg (12 eller fler tecken)",
45
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Anpassade URL-adresser ska vara mellan 12–30 tecken och kan innehålla bokstäver, siffror och bindestreck.",
46
46
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "Publicera innehåll brett med en anpassad, icke-privat URL",
47
47
  "groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "Varning",
48
48
  "groupSharedFeatures.usm.successNoticeIcon": "Lyckades",
@@ -56,8 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Ladda upp, hämta, förhandsgranska, dela, redigera och radera",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Skicka e-post med delad länk",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Bjud in som {role}",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Bjud in personer",
60
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Ange namn eller e-postadresser",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
61
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Läser in",
62
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
63
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Ladda upp och förhandsgranska",
@@ -85,13 +87,14 @@ export default {
85
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Delad länk kopierad till urklipp.",
86
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Delad länk skapad. Klicka kopiera för att dela.",
87
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Delad länk skapad och kopierad till urklipp.",
88
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Kan visa och hämta",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Kan redigera",
92
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Kan bara visa",
91
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Endast inbjudna personer har åtkomst till det här {item}",
92
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Endast inbjudna personer",
93
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Vem som helst i ditt företag med länken eller personer inbjudna till det här {item} har åtkomst",
94
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Personer i ditt företag",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
95
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Det här alternativet är inte tillgängligt på grund av en säkerhetspolicy",
96
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Vem som helst på {enterprise} med länken eller personer inbjudna till det här {item} har åtkomst",
97
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Personer i {enterprise}",
@@ -102,17 +105,20 @@ export default {
102
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hubb",
103
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Offentligt tillgänglig och inloggning inte obligatoriskt",
104
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Personer med länken",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
105
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Dela länk",
106
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Skicka delad länk",
107
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Länkinställningar",
108
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Delad länk",
109
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Skapa och kopiera länk",
110
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "URL för delad länk",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
111
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "Dela \"{itemName}\"",
112
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Uppladdare",
113
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Visning",
114
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Läsare/Uppladdare",
115
120
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Dina inställningar sparades.",
116
121
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Anpassade URL:er ska vara 12–30 tecken och kan inkludera bokstäver, siffror och bindestreck.",
117
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Ange en anpassad URL"
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Ange en anpassad URL",
123
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Anpassade URL-adresser ska vara mellan 12–30 tecken och kan innehålla bokstäver, siffror och bindestreck."
118
124
  }
@@ -22,6 +22,14 @@ groupSharedFeatures.usm.expirationRequiredErrorMessage = Välj ett datum
22
22
  groupSharedFeatures.usm.invalidEmailErrorMessage = Ogiltig e-postadress
23
23
  # Close button aria label for the notifications
24
24
  groupSharedFeatures.usm.noticeCloseLabel = Stäng
25
+ # Error message for the password field when password contains forbidden characters.
26
+ groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Lösenordet får inte innehålla mellanslag, "<" eller ">"
27
+ # Error message for the password field when password does not contain at least one letter, number, or symbol
28
+ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Lösenordet ska innehålla minst en stor bokstav, en siffra eller ett specialtecken.
29
+ # Error message for the password field when password does not contain at least 8 characters.
30
+ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Lösenord bör innehålla minst 8 tecken
31
+ # Error message for the password field when password is not provided
32
+ groupSharedFeatures.usm.passwordRequiredErrorMessage = Ange ett lösenord
25
33
  # Body text of the Remove Shared Link modal
26
34
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Detta kommer att ta bort den delade länken permanent. Om det här objektet är inbäddat på andra webbplatser kommer det också att bli otillgängligt. Eventuella anpassade egenskaper, inställningar och utgångsdatum kommer också att tas bort. Vill du fortsätta?
27
35
  # Button text to cancel removing a shared link
@@ -162,6 +170,12 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessN
162
170
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = Delad länk skapad. Klicka kopiera för att dela.
163
171
  # Notification text when the shared link is successfully copied to clipboard after link is created
164
172
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Delad länk skapad och kopierad till urklipp.
173
+ # Label for the permission level where shared link users can download the item
174
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = Kan visa och hämta
175
+ # Label for the permission level where shared link users can edit the item
176
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = Kan redigera
177
+ # Label for the permission level where shared link users can preview the item
178
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel = Kan bara visa
165
179
  # Description for the access level where only invited users can access the item
166
180
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = Endast inbjudna personer har åtkomst till det här {item}
167
181
  # Label for the access level where only invited users can access the item
@@ -6,15 +6,16 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Paylaşılan bağlantı kaldırılamadı. Lütfen daha sonra tekrar deneyin.",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "“{itemName}” için paylaşılan bağlantı başarıyla kaldırıldı.",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "En az bir geçerli e-posta adresi girin",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
10
  "groupSharedFeatures.usm.errorNoticeIcon": "Hata",
10
11
  "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Sona erme tarihi gelecekte olmalıdır",
11
12
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Lütfen bir tarih seçin",
12
13
  "groupSharedFeatures.usm.invalidEmailErrorMessage": "Geçersiz e-posta adresi",
13
14
  "groupSharedFeatures.usm.noticeCloseLabel": "Kapat",
14
- "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Your password cannot contain a space, \"<\" or \">\"",
15
- "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Your password should contain at least one upper case letter, number, or special character.",
16
- "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Password should contain at least 8 characters",
17
- "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Please enter a password",
15
+ "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Parolanız; boşluk, \"<\" veya \">\" karakterini içeremez",
16
+ "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Parolanız en az bir büyük harf, rakam veya özel karakter içermelidir.",
17
+ "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Parola en az 8 karakter içermelidir",
18
+ "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Lütfen bir parola girin",
18
19
  "groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "Bu, paylaşılan bağlantıyı kalıcı olarak kaldıracaktır. Bu öğe diğer sitelere gömülü ise bu öğe de erişilemez hale gelir. Tüm özel özellikler, ayarlar ve son kullanma tarihleri de kaldırılacaktır. Devam etmek istiyor musunuz?",
19
20
  "groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "İptal Et",
20
21
  "groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Kapat",
@@ -42,7 +43,6 @@ export default {
42
43
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "Hassas içerikler paylaşılırken Özel URL'ler kullanılmamalıdır.",
43
44
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "Özel yol",
44
45
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "Özel bir yol girin (12 veya daha fazla karakter)",
45
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Özel URL'ler 12 ila 30 karakter uzunluğunda olmalıdır ve harf, sayı ve tire içerebilir.",
46
46
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "Gizli olmayan, özel bir URL ile geniş kapsamlı olarak içerik yayınlayın",
47
47
  "groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "Uyarı",
48
48
  "groupSharedFeatures.usm.successNoticeIcon": "Başarılı",
@@ -56,8 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Yükleme, indirme, önizleme, paylaşma, düzenleme ve silme",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Paylaşılan Bağlantıyı E-posta ile Gönder",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "{role} olarak davet et",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Kişileri Davet Et",
60
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Adlar veya e-posta adresleri ekleyin",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
61
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Yükleniyor",
62
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
63
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Karşıya yükle ve önizle",
@@ -85,13 +87,14 @@ export default {
85
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Paylaşılan bağlantı panoya kopyalandı.",
86
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Paylaşılan bağlantı oluşturuldu. Paylaşmak için Kopyala'ya tıklayın.",
87
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Paylaşılan bağlantı oluşturuldu ve panoya kopyalandı.",
88
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Görüntüleyebilir ve indirebilir",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Düzenleyebilir",
92
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Yalnızca görüntüleyebilir",
91
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Yalnızca davet edilen kişiler bu {item} öğesine erişebilir",
92
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Yalnızca davetli kişiler",
93
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Şirketinizde bağlantıya sahip herkes veya bu {item} öğesine davet edilen kişiler erişebilir",
94
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Şirketinizdeki kişiler",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
95
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Bu seçenek bir güvenlik politikası nedeniyle kullanılamıyor",
96
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "{enterprise} kuruluşunda bağlantıya sahip herkes veya bu {item} öğesine davet edilen kişiler erişebilir",
97
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "{enterprise} kuruluşundaki kişiler",
@@ -102,17 +105,20 @@ export default {
102
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hub",
103
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Herkes erişebilir ve oturum açmak gerekmez",
104
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Bağlantıya sahip herkes",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
105
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Paylaşım Bağlantısı",
106
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Paylaşılmış Bağlantıyı Gönder",
107
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Bağlantı Ayarları",
108
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Paylaşılan bağlantı",
109
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Bağlantı oluşturun ve kopyalayın",
110
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "Paylaşılmış Bağlantı URL'si",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
111
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "‘{itemName}’ Öğesini Paylaşın",
112
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Yükleyici",
113
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Görüntüleyici",
114
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Görüntüleyici - Yükleyici",
115
120
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Ayarlarınız başarıyla kaydedildi.",
116
121
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Özel URL'ler 12 ila 30 karakter uzunluğunda olmalıdır ve harf, sayı ve tire içerebilir.",
117
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Lütfen özel bir URL girin"
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Lütfen özel bir URL girin",
123
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Özel URL'ler 12 ila 30 karakter uzunluğunda olmalıdır ve harf, sayı ve tire içerebilir."
118
124
  }
@@ -22,6 +22,14 @@ groupSharedFeatures.usm.expirationRequiredErrorMessage = Lütfen bir tarih seçi
22
22
  groupSharedFeatures.usm.invalidEmailErrorMessage = Geçersiz e-posta adresi
23
23
  # Close button aria label for the notifications
24
24
  groupSharedFeatures.usm.noticeCloseLabel = Kapat
25
+ # Error message for the password field when password contains forbidden characters.
26
+ groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Parolanız; boşluk, "<" veya ">" karakterini içeremez
27
+ # Error message for the password field when password does not contain at least one letter, number, or symbol
28
+ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Parolanız en az bir büyük harf, rakam veya özel karakter içermelidir.
29
+ # Error message for the password field when password does not contain at least 8 characters.
30
+ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Parola en az 8 karakter içermelidir
31
+ # Error message for the password field when password is not provided
32
+ groupSharedFeatures.usm.passwordRequiredErrorMessage = Lütfen bir parola girin
25
33
  # Body text of the Remove Shared Link modal
26
34
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Bu, paylaşılan bağlantıyı kalıcı olarak kaldıracaktır. Bu öğe diğer sitelere gömülü ise bu öğe de erişilemez hale gelir. Tüm özel özellikler, ayarlar ve son kullanma tarihleri de kaldırılacaktır. Devam etmek istiyor musunuz?
27
35
  # Button text to cancel removing a shared link
@@ -162,6 +170,12 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessN
162
170
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = Paylaşılan bağlantı oluşturuldu. Paylaşmak için Kopyala'ya tıklayın.
163
171
  # Notification text when the shared link is successfully copied to clipboard after link is created
164
172
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Paylaşılan bağlantı oluşturuldu ve panoya kopyalandı.
173
+ # Label for the permission level where shared link users can download the item
174
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = Görüntüleyebilir ve indirebilir
175
+ # Label for the permission level where shared link users can edit the item
176
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = Düzenleyebilir
177
+ # Label for the permission level where shared link users can preview the item
178
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel = Yalnızca görüntüleyebilir
165
179
  # Description for the access level where only invited users can access the item
166
180
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = Yalnızca davet edilen kişiler bu {item} öğesine erişebilir
167
181
  # Label for the access level where only invited users can access the item
@@ -6,15 +6,16 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "无法删除共享链接。请稍后重试。",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "已成功删除“{itemName}”的共享链接。",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "输入至少一个有效的电子邮件",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
10
  "groupSharedFeatures.usm.errorNoticeIcon": "错误",
10
11
  "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "过期日期必须为未来日期",
11
12
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "请选择日期",
12
13
  "groupSharedFeatures.usm.invalidEmailErrorMessage": "无效电邮地址",
13
14
  "groupSharedFeatures.usm.noticeCloseLabel": "关闭",
14
- "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Your password cannot contain a space, \"<\" or \">\"",
15
- "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Your password should contain at least one upper case letter, number, or special character.",
16
- "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Password should contain at least 8 characters",
17
- "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Please enter a password",
15
+ "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "您的密码不能包含空格、“<”或“>“",
16
+ "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "您的密码应至少包含一个大写字母、数字或特殊字符。",
17
+ "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "密码应至少包含 8 个字符",
18
+ "groupSharedFeatures.usm.passwordRequiredErrorMessage": "请输入密码",
18
19
  "groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "这会永久移除共享链接。如果此项目嵌入在其他站点上,它也将变得不可访问。还会移除任何自定义属性、设置和到期时间。是否要继续?",
19
20
  "groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "取消",
20
21
  "groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "关闭",
@@ -42,7 +43,6 @@ export default {
42
43
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "共享敏感内容时不应使用自定义 URL。",
43
44
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "自定义路径",
44
45
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "输入自定义路径(12 个或更多字符)",
45
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "自定义 URL 应介于 12-30 个字符之间,并可包括字母、数字和连字符。",
46
46
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "使用自定义非私有 URL 广泛发布内容",
47
47
  "groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "警告",
48
48
  "groupSharedFeatures.usm.successNoticeIcon": "成功",
@@ -56,8 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "上传、下载、预览、共享、编辑和删除",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "以电子邮件形式发送共享链接",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "邀请为{role}",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "邀请人员",
60
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "添加姓名或电子邮件地址",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
61
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "正在加载",
62
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
63
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "上传并预览",
@@ -85,13 +87,14 @@ export default {
85
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "共享链接已复制到剪贴板。",
86
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "已创建共享链接。单击复制以共享。",
87
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "已创建共享链接并将其复制到剪贴板。",
88
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "可以查看和下载",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "可以编辑",
92
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "仅可查看",
91
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "仅受邀人员可访问此 {item}",
92
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "仅受邀人员",
93
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "贵公司中拥有链接的任何人员或受邀人员均可访问此 {item}",
94
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "公司人员",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
95
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "由于安全策略,此选项不可用",
96
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "{enterprise} 中拥有链接的任何人员或受邀人员均可访问此 {item}",
97
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "{enterprise} 中的人员",
@@ -102,17 +105,20 @@ export default {
102
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "Hub",
103
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "可公开访问;无需登录",
104
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "拥有链接的人员",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
105
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "分享链接",
106
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "发送共享链接",
107
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "链接设置",
108
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "共享链接",
109
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "创建并复制链接",
110
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "共享链接 URL",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
111
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "共享‘{itemName}’",
112
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "上传者",
113
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "查看者",
114
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "上传者(查看者",
115
120
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "已成功保存您的设置。",
116
121
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "自定义 URL 应介于 12-30 个字符之间,并可包括字母、数字和连字符。",
117
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "请输入自定义 URL"
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "请输入自定义 URL",
123
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "自定义 URL 应介于 12-30 个字符之间,并可包括字母、数字和连字符。"
118
124
  }
@@ -22,6 +22,14 @@ groupSharedFeatures.usm.expirationRequiredErrorMessage = 请选择日期
22
22
  groupSharedFeatures.usm.invalidEmailErrorMessage = 无效电邮地址
23
23
  # Close button aria label for the notifications
24
24
  groupSharedFeatures.usm.noticeCloseLabel = 关闭
25
+ # Error message for the password field when password contains forbidden characters.
26
+ groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = 您的密码不能包含空格、“<”或“>“
27
+ # Error message for the password field when password does not contain at least one letter, number, or symbol
28
+ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = 您的密码应至少包含一个大写字母、数字或特殊字符。
29
+ # Error message for the password field when password does not contain at least 8 characters.
30
+ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = 密码应至少包含 8 个字符
31
+ # Error message for the password field when password is not provided
32
+ groupSharedFeatures.usm.passwordRequiredErrorMessage = 请输入密码
25
33
  # Body text of the Remove Shared Link modal
26
34
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = 这会永久移除共享链接。如果此项目嵌入在其他站点上,它也将变得不可访问。还会移除任何自定义属性、设置和到期时间。是否要继续?
27
35
  # Button text to cancel removing a shared link
@@ -162,6 +170,12 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessN
162
170
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = 已创建共享链接。单击复制以共享。
163
171
  # Notification text when the shared link is successfully copied to clipboard after link is created
164
172
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = 已创建共享链接并将其复制到剪贴板。
173
+ # Label for the permission level where shared link users can download the item
174
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = 可以查看和下载
175
+ # Label for the permission level where shared link users can edit the item
176
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = 可以编辑
177
+ # Label for the permission level where shared link users can preview the item
178
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel = 仅可查看
165
179
  # Description for the access level where only invited users can access the item
166
180
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = 仅受邀人员可访问此 {item}
167
181
  # Label for the access level where only invited users can access the item
@@ -6,15 +6,16 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "無法移除共用連結。 請稍後再試一次。",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "已成功移除「{itemName}」的共用連結。",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "請輸入至少一個有效的電子郵件",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
10
  "groupSharedFeatures.usm.errorNoticeIcon": "錯誤",
10
11
  "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "到期日必須為未來的日期",
11
12
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "請選取日期",
12
13
  "groupSharedFeatures.usm.invalidEmailErrorMessage": "無效的電子郵件地址",
13
14
  "groupSharedFeatures.usm.noticeCloseLabel": "關閉",
14
- "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Your password cannot contain a space, \"<\" or \">\"",
15
- "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Your password should contain at least one upper case letter, number, or special character.",
16
- "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Password should contain at least 8 characters",
17
- "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Please enter a password",
15
+ "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "您的密碼不能包含空格、「<」、或「>」",
16
+ "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "您的密碼應至少包含一個大寫字母、數字或特殊字元。",
17
+ "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "密碼應至少包含 8 個字元",
18
+ "groupSharedFeatures.usm.passwordRequiredErrorMessage": "請輸入密碼",
18
19
  "groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "這將永久移除共用的連結。 如果此項目嵌入其他網站,則也會變得無法存取。任何自訂屬性、設定和到期日也會移除。 是否要繼續?",
19
20
  "groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "取消",
20
21
  "groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "關閉",
@@ -42,7 +43,6 @@ export default {
42
43
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "在共用機密內容時不應使用自訂 URL。",
43
44
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "自訂路徑",
44
45
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "輸入自訂路徑 (12 或更多個字元)",
45
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "自訂 URL 應該在 12-30 個字元之間,且可包含字母、數字和連字號。",
46
46
  "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "以自訂非私人 URL 廣泛發佈內容",
47
47
  "groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "警告",
48
48
  "groupSharedFeatures.usm.successNoticeIcon": "成功",
@@ -56,8 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "上傳、下載、預覽、共用、編輯和刪除",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "透過電子郵件傳送共用的連結",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "受邀身分為 {role}",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "邀請人員",
60
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "新增名稱或電子郵件地址",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
61
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "載入中",
62
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
63
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "上傳和預覽",
@@ -85,13 +87,14 @@ export default {
85
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "共用的連結已複製到剪貼簿。",
86
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "已建立共用的連結。 按一下複製以分享。",
87
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "共用的連結已建立並複製到剪貼簿。",
88
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "可以檢視和下載",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "可以編輯",
92
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "僅可檢視",
91
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "只有受邀的人員才能存取此 {item}",
92
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "僅限受邀的人員",
93
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "您公司中任何有此連結的任何人,或受邀共用此 {item} 的人員,都可以存取",
94
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "公司人員",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
95
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "基於安全原則,無法使用此選項",
96
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "{enterprise} 有連結的任何人,或受邀共用此 {item} 的人員,都可以存取",
97
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "{enterprise} 的人員",
@@ -102,17 +105,20 @@ export default {
102
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "中樞",
103
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "公開供人員存取,不需要登入",
104
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "擁有連結的人員",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
105
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "共用連結",
106
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "傳送共用的連結",
107
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "連結設定",
108
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "共用的連結",
109
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "建立與複製連結",
110
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "共用連結的 URL",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
111
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "共用『{itemName}』",
112
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "上傳者",
113
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "檢視者",
114
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "具檢視權限的上傳者",
115
120
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "您的設定已成功儲存。",
116
121
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "自訂 URL 應該在 12-30 個字元之間,且可包含字母、數字和連字號。",
117
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "請輸入自訂 URL"
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "請輸入自訂 URL",
123
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "自訂 URL 應該在 12-30 個字元之間,且可包含字母、數字和連字號。"
118
124
  }
@@ -22,6 +22,14 @@ groupSharedFeatures.usm.expirationRequiredErrorMessage = 請選取日期
22
22
  groupSharedFeatures.usm.invalidEmailErrorMessage = 無效的電子郵件地址
23
23
  # Close button aria label for the notifications
24
24
  groupSharedFeatures.usm.noticeCloseLabel = 關閉
25
+ # Error message for the password field when password contains forbidden characters.
26
+ groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = 您的密碼不能包含空格、「<」、或「>」
27
+ # Error message for the password field when password does not contain at least one letter, number, or symbol
28
+ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = 您的密碼應至少包含一個大寫字母、數字或特殊字元。
29
+ # Error message for the password field when password does not contain at least 8 characters.
30
+ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = 密碼應至少包含 8 個字元
31
+ # Error message for the password field when password is not provided
32
+ groupSharedFeatures.usm.passwordRequiredErrorMessage = 請輸入密碼
25
33
  # Body text of the Remove Shared Link modal
26
34
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = 這將永久移除共用的連結。 如果此項目嵌入其他網站,則也會變得無法存取。任何自訂屬性、設定和到期日也會移除。 是否要繼續?
27
35
  # Button text to cancel removing a shared link
@@ -162,6 +170,12 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessN
162
170
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = 已建立共用的連結。 按一下複製以分享。
163
171
  # Notification text when the shared link is successfully copied to clipboard after link is created
164
172
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = 共用的連結已建立並複製到剪貼簿。
173
+ # Label for the permission level where shared link users can download the item
174
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = 可以檢視和下載
175
+ # Label for the permission level where shared link users can edit the item
176
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = 可以編輯
177
+ # Label for the permission level where shared link users can preview the item
178
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel = 僅可檢視
165
179
  # Description for the access level where only invited users can access the item
166
180
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = 只有受邀的人員才能存取此 {item}
167
181
  # Label for the access level where only invited users can access the item
@@ -1 +1 @@
1
- ._container_19dff_1{align-self:flex-start;margin-top:var(--space-3)}._container_19dff_1._overrides_19dff_5{min-height:unset;font-weight:var(--body-default-font-weight)}
1
+ ._container_xvspw_1{align-self:flex-start;margin-top:var(--space-3)}._container_xvspw_1._overrides_xvspw_5{min-height:unset;font-weight:var(--body-default-font-weight)}._focusable_xvspw_10{justify-self:flex-start}
@@ -1 +1 @@
1
- ._container_cabqc_1{display:flex;flex-direction:column;gap:var(--space-3)}._toggle_cabqc_7{display:flex;gap:var(--space-2);align-items:center}._settings_cabqc_13{margin-left:auto;cursor:pointer}._copy_cabqc_18{display:flex;gap:var(--space-2)}._copy_cabqc_18>div:first-child{flex-grow:1}._access_cabqc_26{display:flex;flex-wrap:wrap;gap:var(--space-6)}
1
+ ._container_q90iz_1{display:flex;flex-direction:column;gap:var(--space-3)}._toggle_q90iz_7{display:flex;gap:var(--space-2);align-items:center}._settings_q90iz_13{margin-left:auto;cursor:pointer}._settings_q90iz_13[aria-disabled=true]{opacity:.3;pointer-events:none}._copy_q90iz_22{display:flex;gap:var(--space-2)}._copy_q90iz_22>div:first-child{flex-grow:1}._access_q90iz_30{display:flex;flex-wrap:wrap;gap:var(--space-6)}
@@ -69,11 +69,6 @@ declare const messages: {
69
69
  description: string;
70
70
  id: string;
71
71
  };
72
- vanityNameInvalidError: {
73
- defaultMessage: string;
74
- description: string;
75
- id: string;
76
- };
77
72
  vanityNameToggleText: {
78
73
  defaultMessage: string;
79
74
  description: string;
@@ -104,5 +104,15 @@ declare const messages: {
104
104
  description: string;
105
105
  id: string;
106
106
  };
107
+ inviteDisabledTooltip: {
108
+ defaultMessage: string;
109
+ description: string;
110
+ id: string;
111
+ };
112
+ inviteWebLinkDisabledTooltip: {
113
+ defaultMessage: string;
114
+ description: string;
115
+ id: string;
116
+ };
107
117
  };
108
118
  export default messages;
@@ -14,6 +14,16 @@ declare const messages: {
14
14
  description: string;
15
15
  id: string;
16
16
  };
17
+ createLinkDisabledTooltip: {
18
+ defaultMessage: string;
19
+ description: string;
20
+ id: string;
21
+ };
22
+ removeLinkDisabledTooltip: {
23
+ defaultMessage: string;
24
+ description: string;
25
+ id: string;
26
+ };
17
27
  sharedLinkSettingsLabel: {
18
28
  defaultMessage: string;
19
29
  description: string;
@@ -94,6 +104,11 @@ declare const messages: {
94
104
  description: string;
95
105
  id: string;
96
106
  };
107
+ webLinkAccessLevelItem: {
108
+ defaultMessage: string;
109
+ description: string;
110
+ id: string;
111
+ };
97
112
  disabledAccessLevelTooltip: {
98
113
  defaultMessage: string;
99
114
  description: string;
@@ -44,6 +44,11 @@ declare const messages: {
44
44
  description: string;
45
45
  id: string;
46
46
  };
47
+ emailSharedLinkSuccessNoticeText: {
48
+ defaultMessage: string;
49
+ description: string;
50
+ id: string;
51
+ };
47
52
  autoCopySharedLinkErrorNoticeText: {
48
53
  defaultMessage: string;
49
54
  description: string;
@@ -11,6 +11,11 @@ export declare const mockContactService: {
11
11
  getContacts: (input: any) => Promise<UserContactType[]>;
12
12
  getContactByEmail: (email: any) => Promise<UserContactType>;
13
13
  };
14
+ export declare const mockItemPermissions: {
15
+ canInviteCollaborator: boolean;
16
+ canSetShareAccess: boolean;
17
+ canShare: boolean;
18
+ };
14
19
  export declare const mockBoxFile: Item;
15
20
  export declare const mockBoxFolder: Item;
16
21
  export declare const mockSharedLinkSettings: SharedLinkSettings;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/unified-share-modal",
3
- "version": "0.48.9",
3
+ "version": "0.49.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
6
  "@box/blueprint-web": "^9.18.13",
@@ -15,7 +15,7 @@
15
15
  "devDependencies": {
16
16
  "@box/blueprint-web": "^12.76.0",
17
17
  "@box/blueprint-web-assets": "^4.68.0",
18
- "@box/copy-input": "^0.22.13",
18
+ "@box/copy-input": "^0.23.0",
19
19
  "@box/storybook-utils": "0.14.4",
20
20
  "@box/eslint-plugin-blueprint": "1.0.4",
21
21
  "react-intl": "^6.4.2"