@box/unified-share-modal 1.18.1 → 1.20.0

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 (55) hide show
  1. package/dist/esm/lib/components/shared-link-settings-modal/shared-link-settings-modal.js +90 -91
  2. package/dist/esm/lib/hooks/use-collaboration-form.js +42 -43
  3. package/dist/esm/lib/hooks/use-sharing-action.js +12 -12
  4. package/dist/esm/lib/utils/date.js +1 -1
  5. package/dist/esm/lib/utils/form.js +11 -12
  6. package/dist/i18n/bn-IN.js +1 -1
  7. package/dist/i18n/bn-IN.properties +10 -0
  8. package/dist/i18n/da-DK.js +1 -1
  9. package/dist/i18n/da-DK.properties +10 -0
  10. package/dist/i18n/de-DE.js +1 -1
  11. package/dist/i18n/de-DE.properties +10 -0
  12. package/dist/i18n/en-AU.properties +10 -0
  13. package/dist/i18n/en-CA.properties +10 -0
  14. package/dist/i18n/en-GB.properties +10 -0
  15. package/dist/i18n/en-x-pseudo.js +126 -126
  16. package/dist/i18n/en-x-pseudo.properties +131 -121
  17. package/dist/i18n/es-419.js +1 -1
  18. package/dist/i18n/es-419.properties +10 -0
  19. package/dist/i18n/es-ES.js +1 -1
  20. package/dist/i18n/es-ES.properties +10 -0
  21. package/dist/i18n/fi-FI.js +1 -1
  22. package/dist/i18n/fi-FI.properties +10 -0
  23. package/dist/i18n/fr-CA.js +1 -1
  24. package/dist/i18n/fr-CA.properties +10 -0
  25. package/dist/i18n/fr-FR.js +1 -1
  26. package/dist/i18n/fr-FR.properties +10 -0
  27. package/dist/i18n/hi-IN.js +1 -1
  28. package/dist/i18n/hi-IN.properties +10 -0
  29. package/dist/i18n/it-IT.js +1 -1
  30. package/dist/i18n/it-IT.properties +10 -0
  31. package/dist/i18n/ja-JP.js +1 -1
  32. package/dist/i18n/ja-JP.properties +10 -0
  33. package/dist/i18n/ko-KR.js +1 -1
  34. package/dist/i18n/ko-KR.properties +10 -0
  35. package/dist/i18n/nb-NO.js +1 -1
  36. package/dist/i18n/nb-NO.properties +10 -0
  37. package/dist/i18n/nl-NL.js +1 -1
  38. package/dist/i18n/nl-NL.properties +10 -0
  39. package/dist/i18n/pl-PL.js +1 -1
  40. package/dist/i18n/pl-PL.properties +10 -0
  41. package/dist/i18n/pt-BR.js +1 -1
  42. package/dist/i18n/pt-BR.properties +10 -0
  43. package/dist/i18n/ru-RU.js +1 -1
  44. package/dist/i18n/ru-RU.properties +10 -0
  45. package/dist/i18n/sv-SE.js +1 -1
  46. package/dist/i18n/sv-SE.properties +10 -0
  47. package/dist/i18n/tr-TR.js +1 -1
  48. package/dist/i18n/tr-TR.properties +10 -0
  49. package/dist/i18n/zh-CN.js +1 -1
  50. package/dist/i18n/zh-CN.properties +10 -0
  51. package/dist/i18n/zh-TW.js +1 -1
  52. package/dist/i18n/zh-TW.properties +10 -0
  53. package/dist/styles/collaborators-view.css +1 -1
  54. package/dist/styles/unified-share-form-modal.css +1 -1
  55. package/package.json +9 -9
@@ -92,7 +92,7 @@ export default {
92
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Lien partagé créé. Cliquez sur Copier pour partager .",
93
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Lien partagé créé et copié dans le presse-papiers.",
94
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Peut afficher et télécharger",
95
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
95
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "Cette autorisation peut uniquement être modifiée dans Box Notes",
96
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Peut modifier",
97
97
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Peut afficher uniquement",
98
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Seuls les utilisateurs invités peuvent accéder à ce {item}",
@@ -48,6 +48,14 @@ groupSharedFeatures.usm.removeSharedLinkModal.title = Supprimer le lien partagé
48
48
  groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = Annuler
49
49
  # Aria label for the button to close the Shared Link Settings modal
50
50
  groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = Fermer
51
+ # Tooltip message when the direct link is blocked due to access policy with classification
52
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification = Download has been disabled for content due to the classification.
53
+ # Tooltip message when the direct link is blocked due to access policy without classification
54
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification = Download has been disabled for content without classification.
55
+ # Tooltip message when the direct link is blocked due to malicious content
56
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent = Download for this content has been disabled due to a security policy.
57
+ # Label for the direct link to download the shared item
58
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = Direct link
51
59
  # Label for the download settings toggle
52
60
  groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Autoriser les utilisateurs avec le lien partagé à télécharger cet élément plus plus
53
61
  # Link to learn more about shared link settings
@@ -176,6 +184,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyEr
176
184
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Lien partagé créé et copié dans le presse-papiers.
177
185
  # Label for the permission level where shared link users can download the item
178
186
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = Peut afficher et télécharger
187
+ # Tooltip on the can edit permission level when it is disabled for Box Notes
188
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip = Cette autorisation peut uniquement être modifiée dans Box Notes
179
189
  # Label for the permission level where shared link users can edit the item
180
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = Peut modifier
181
191
  # Label for the permission level where shared link users can preview the item
@@ -92,7 +92,7 @@ export default {
92
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "शेयर्ड लिंक बनाया गया। शेयर करने के लिए कॉपी करें पर क्लिक करें।",
93
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "शेयर्ड लिंक बनाया गया और क्लिपबोर्ड में कॉपी किया गया।",
94
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "देख और डाउनलोड कर सकते हैं",
95
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
95
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "यह अनुमति केवल Box Notes में बदली जा सकती है",
96
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "संपादित कर सकते हैं",
97
97
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "केवल देख सकते हैं",
98
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "केवल आमंत्रित लोग इस {item} को एक्सेस कर सकते हैं",
@@ -48,6 +48,14 @@ groupSharedFeatures.usm.removeSharedLinkModal.title = शेयर्ड लि
48
48
  groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = रद्द करें
49
49
  # Aria label for the button to close the Shared Link Settings modal
50
50
  groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = बंद करें
51
+ # Tooltip message when the direct link is blocked due to access policy with classification
52
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification = Download has been disabled for content due to the classification.
53
+ # Tooltip message when the direct link is blocked due to access policy without classification
54
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification = Download has been disabled for content without classification.
55
+ # Tooltip message when the direct link is blocked due to malicious content
56
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent = Download for this content has been disabled due to a security policy.
57
+ # Label for the direct link to download the shared item
58
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = Direct link
51
59
  # Label for the download settings toggle
52
60
  groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = शेयर्ड लिंक वाले उपयोगकर्ताओं को इस आइटम को डाउनलोड करने की अनुमति दें
53
61
  # Link to learn more about shared link settings
@@ -176,6 +184,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyEr
176
184
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = शेयर्ड लिंक बनाया गया और क्लिपबोर्ड में कॉपी किया गया।
177
185
  # Label for the permission level where shared link users can download the item
178
186
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = देख और डाउनलोड कर सकते हैं
187
+ # Tooltip on the can edit permission level when it is disabled for Box Notes
188
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip = यह अनुमति केवल Box Notes में बदली जा सकती है
179
189
  # Label for the permission level where shared link users can edit the item
180
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = संपादित कर सकते हैं
181
191
  # Label for the permission level where shared link users can preview the item
@@ -92,7 +92,7 @@ export default {
92
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Collegamento condiviso creato. Clicca su Copia per condividere.",
93
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Collegamento condiviso creato e copiato negli appunti.",
94
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Autorizzazione di visualizzazione e download",
95
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
95
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "L'autorizzazione può essere modificata solo in Box Notes",
96
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Autorizzazione di modifica",
97
97
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Autorizzazione di sola visualizzazione",
98
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Solo le persone invitate possono accedere a questo {item}",
@@ -48,6 +48,14 @@ groupSharedFeatures.usm.removeSharedLinkModal.title = Rimuovi collegamento condi
48
48
  groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = Annulla
49
49
  # Aria label for the button to close the Shared Link Settings modal
50
50
  groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = Chiudi
51
+ # Tooltip message when the direct link is blocked due to access policy with classification
52
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification = Download has been disabled for content due to the classification.
53
+ # Tooltip message when the direct link is blocked due to access policy without classification
54
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification = Download has been disabled for content without classification.
55
+ # Tooltip message when the direct link is blocked due to malicious content
56
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent = Download for this content has been disabled due to a security policy.
57
+ # Label for the direct link to download the shared item
58
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = Direct link
51
59
  # Label for the download settings toggle
52
60
  groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Consenti alle persone che dispongono del collegamento condiviso di scaricare questo elemento
53
61
  # Link to learn more about shared link settings
@@ -176,6 +184,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyEr
176
184
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Collegamento condiviso creato e copiato negli appunti.
177
185
  # Label for the permission level where shared link users can download the item
178
186
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = Autorizzazione di visualizzazione e download
187
+ # Tooltip on the can edit permission level when it is disabled for Box Notes
188
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip = L'autorizzazione può essere modificata solo in Box Notes
179
189
  # Label for the permission level where shared link users can edit the item
180
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = Autorizzazione di modifica
181
191
  # Label for the permission level where shared link users can preview the item
@@ -92,7 +92,7 @@ export default {
92
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "共有リンクを作成しました。[コピー] をクリックして共有してください。",
93
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "共有リンクを作成してクリップボードにコピーしました。",
94
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "表示およびダウンロード可能",
95
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
95
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "このアクセス権は、Box Notesでのみ変更できます",
96
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "編集可能",
97
97
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "表示のみ可能",
98
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "招待されたユーザーのみがこの{item}にアクセスできます",
@@ -48,6 +48,14 @@ groupSharedFeatures.usm.removeSharedLinkModal.title = 共有リンクの削除
48
48
  groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = キャンセル
49
49
  # Aria label for the button to close the Shared Link Settings modal
50
50
  groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = 閉じる
51
+ # Tooltip message when the direct link is blocked due to access policy with classification
52
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification = Download has been disabled for content due to the classification.
53
+ # Tooltip message when the direct link is blocked due to access policy without classification
54
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification = Download has been disabled for content without classification.
55
+ # Tooltip message when the direct link is blocked due to malicious content
56
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent = Download for this content has been disabled due to a security policy.
57
+ # Label for the direct link to download the shared item
58
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = Direct link
51
59
  # Label for the download settings toggle
52
60
  groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = 共有リンクを知っているユーザーにこの項目のダウンロードを許可する
53
61
  # Link to learn more about shared link settings
@@ -176,6 +184,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyEr
176
184
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = 共有リンクを作成してクリップボードにコピーしました。
177
185
  # Label for the permission level where shared link users can download the item
178
186
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = 表示およびダウンロード可能
187
+ # Tooltip on the can edit permission level when it is disabled for Box Notes
188
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip = このアクセス権は、Box Notesでのみ変更できます
179
189
  # Label for the permission level where shared link users can edit the item
180
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = 編集可能
181
191
  # Label for the permission level where shared link users can preview the item
@@ -92,7 +92,7 @@ export default {
92
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "공유 링크가 생성되었습니다. 공유하려면 복사를 클릭하세요.",
93
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "공유 링크가 생성되어 클립보드에 복사되었습니다.",
94
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "보기 및 다운로드 가능",
95
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
95
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": " 권한은 Box Notes에서만 변경할 있습니다",
96
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "편집 가능",
97
97
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "보기만 가능",
98
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "초대받은 사용자만 이 {item}에 액세스할 수 있습니다",
@@ -48,6 +48,14 @@ groupSharedFeatures.usm.removeSharedLinkModal.title = 공유 링크 제거
48
48
  groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = 취소
49
49
  # Aria label for the button to close the Shared Link Settings modal
50
50
  groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = 닫기
51
+ # Tooltip message when the direct link is blocked due to access policy with classification
52
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification = Download has been disabled for content due to the classification.
53
+ # Tooltip message when the direct link is blocked due to access policy without classification
54
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification = Download has been disabled for content without classification.
55
+ # Tooltip message when the direct link is blocked due to malicious content
56
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent = Download for this content has been disabled due to a security policy.
57
+ # Label for the direct link to download the shared item
58
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = Direct link
51
59
  # Label for the download settings toggle
52
60
  groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = 공유 링크를 가진 사용자가 이 항목을 다운로드할 수 있도록 허용
53
61
  # Link to learn more about shared link settings
@@ -176,6 +184,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyEr
176
184
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = 공유 링크가 생성되어 클립보드에 복사되었습니다.
177
185
  # Label for the permission level where shared link users can download the item
178
186
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = 보기 및 다운로드 가능
187
+ # Tooltip on the can edit permission level when it is disabled for Box Notes
188
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip = 이 권한은 Box Notes에서만 변경할 수 있습니다
179
189
  # Label for the permission level where shared link users can edit the item
180
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = 편집 가능
181
191
  # Label for the permission level where shared link users can preview the item
@@ -92,7 +92,7 @@ export default {
92
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Delt kobling opprettet. Klikk Kopier for å dele.",
93
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Delt kobling er opprettet og kopiert til utklippstavlen.",
94
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Kan vise og laste ned",
95
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
95
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "Denne tillatelsen kan bare endres i Box Notes",
96
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Kan redigere",
97
97
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Kan kun vise",
98
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Kun inviterte personer har tilgang til denne {item}",
@@ -48,6 +48,14 @@ groupSharedFeatures.usm.removeSharedLinkModal.title = Fjern delt kobling
48
48
  groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = Avbryt
49
49
  # Aria label for the button to close the Shared Link Settings modal
50
50
  groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = Lukk
51
+ # Tooltip message when the direct link is blocked due to access policy with classification
52
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification = Download has been disabled for content due to the classification.
53
+ # Tooltip message when the direct link is blocked due to access policy without classification
54
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification = Download has been disabled for content without classification.
55
+ # Tooltip message when the direct link is blocked due to malicious content
56
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent = Download for this content has been disabled due to a security policy.
57
+ # Label for the direct link to download the shared item
58
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = Direct link
51
59
  # Label for the download settings toggle
52
60
  groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Tillat brukere med den delte koblingen til å laste ned dette elementet
53
61
  # Link to learn more about shared link settings
@@ -176,6 +184,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyEr
176
184
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Delt kobling er opprettet og kopiert til utklippstavlen.
177
185
  # Label for the permission level where shared link users can download the item
178
186
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = Kan vise og laste ned
187
+ # Tooltip on the can edit permission level when it is disabled for Box Notes
188
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip = Denne tillatelsen kan bare endres i Box Notes
179
189
  # Label for the permission level where shared link users can edit the item
180
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = Kan redigere
181
191
  # Label for the permission level where shared link users can preview the item
@@ -92,7 +92,7 @@ export default {
92
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Gedeelde link gemaakt. Klik op Kopiëren om te delen.",
93
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Gedeelde link gemaakt en gekopieerd naar het klembord.",
94
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Kan bekijken en downloaden",
95
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
95
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "Deze machtiging kan alleen worden gewijzigd in Box Notes",
96
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Kan bewerken",
97
97
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Kan alleen bekijken",
98
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Alleen uitgenodigden hebben toegang tot deze {item}",
@@ -48,6 +48,14 @@ groupSharedFeatures.usm.removeSharedLinkModal.title = Verwijder gedeelde link
48
48
  groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = Annuleren
49
49
  # Aria label for the button to close the Shared Link Settings modal
50
50
  groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = Sluiten
51
+ # Tooltip message when the direct link is blocked due to access policy with classification
52
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification = Download has been disabled for content due to the classification.
53
+ # Tooltip message when the direct link is blocked due to access policy without classification
54
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification = Download has been disabled for content without classification.
55
+ # Tooltip message when the direct link is blocked due to malicious content
56
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent = Download for this content has been disabled due to a security policy.
57
+ # Label for the direct link to download the shared item
58
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = Direct link
51
59
  # Label for the download settings toggle
52
60
  groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Sta gebruikers met de gedeelde link toe om dit item te downloaden
53
61
  # Link to learn more about shared link settings
@@ -176,6 +184,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyEr
176
184
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Gedeelde link gemaakt en gekopieerd naar het klembord.
177
185
  # Label for the permission level where shared link users can download the item
178
186
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = Kan bekijken en downloaden
187
+ # Tooltip on the can edit permission level when it is disabled for Box Notes
188
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip = Deze machtiging kan alleen worden gewijzigd in Box Notes
179
189
  # Label for the permission level where shared link users can edit the item
180
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = Kan bewerken
181
191
  # Label for the permission level where shared link users can preview the item
@@ -92,7 +92,7 @@ export default {
92
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Utworzono łącze udostępnione. Kliknij Kopiuj, aby udostępnić.",
93
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Łącze udostępnione utworzone i skopiowane do schowka.",
94
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Wyświetlanie i pobieranie",
95
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
95
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "To uprawnienie można zmienić tylko w Box Notes",
96
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Może edytować",
97
97
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Tylko wyświetlanie",
98
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Tylko zaproszone osoby mogą uzyskać dostęp do tego {item}",
@@ -48,6 +48,14 @@ groupSharedFeatures.usm.removeSharedLinkModal.title = Usuń łącze udostępnion
48
48
  groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = Anuluj
49
49
  # Aria label for the button to close the Shared Link Settings modal
50
50
  groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = Zamknij
51
+ # Tooltip message when the direct link is blocked due to access policy with classification
52
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification = Download has been disabled for content due to the classification.
53
+ # Tooltip message when the direct link is blocked due to access policy without classification
54
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification = Download has been disabled for content without classification.
55
+ # Tooltip message when the direct link is blocked due to malicious content
56
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent = Download for this content has been disabled due to a security policy.
57
+ # Label for the direct link to download the shared item
58
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = Direct link
51
59
  # Label for the download settings toggle
52
60
  groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Zezwól użytkownikom z łączem udostępnionym na pobranie tego elementu
53
61
  # Link to learn more about shared link settings
@@ -176,6 +184,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyEr
176
184
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Łącze udostępnione utworzone i skopiowane do schowka.
177
185
  # Label for the permission level where shared link users can download the item
178
186
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = Wyświetlanie i pobieranie
187
+ # Tooltip on the can edit permission level when it is disabled for Box Notes
188
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip = To uprawnienie można zmienić tylko w Box Notes
179
189
  # Label for the permission level where shared link users can edit the item
180
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = Może edytować
181
191
  # Label for the permission level where shared link users can preview the item
@@ -92,7 +92,7 @@ export default {
92
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Link compartilhado criado. Clique em Copiar para compartilhar.",
93
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Link compartilhado criado e copiado para a área de transferência.",
94
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Pode visualizar e baixar",
95
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
95
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "Esta permissão pode ser alterada no Box Notes",
96
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Pode editar",
97
97
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Pode apenas visualizar",
98
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Apenas as pessoas convidadas podem acessar esse {item}",
@@ -48,6 +48,14 @@ groupSharedFeatures.usm.removeSharedLinkModal.title = Remover link compartilhado
48
48
  groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = Cancelar
49
49
  # Aria label for the button to close the Shared Link Settings modal
50
50
  groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = Fechar
51
+ # Tooltip message when the direct link is blocked due to access policy with classification
52
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification = Download has been disabled for content due to the classification.
53
+ # Tooltip message when the direct link is blocked due to access policy without classification
54
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification = Download has been disabled for content without classification.
55
+ # Tooltip message when the direct link is blocked due to malicious content
56
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent = Download for this content has been disabled due to a security policy.
57
+ # Label for the direct link to download the shared item
58
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = Direct link
51
59
  # Label for the download settings toggle
52
60
  groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Permitir que os usuários com o link compartilhado baixem esse item
53
61
  # Link to learn more about shared link settings
@@ -176,6 +184,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyEr
176
184
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Link compartilhado criado e copiado para a área de transferência.
177
185
  # Label for the permission level where shared link users can download the item
178
186
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = Pode visualizar e baixar
187
+ # Tooltip on the can edit permission level when it is disabled for Box Notes
188
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip = Esta permissão só pode ser alterada no Box Notes
179
189
  # Label for the permission level where shared link users can edit the item
180
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = Pode editar
181
191
  # Label for the permission level where shared link users can preview the item
@@ -92,7 +92,7 @@ export default {
92
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Общая ссылка создана. Нажмите «Копировать», чтобы поделиться.",
93
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Общая ссылка создана и скопирована в буфер обмена.",
94
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Доступ для просмотра и скачивания",
95
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
95
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "Это разрешение можно изменить только в Box Notes",
96
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Доступ для изменения",
97
97
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Доступ только для просмотра",
98
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Доступ к этому {item} разрешен только приглашенным пользователям",
@@ -48,6 +48,14 @@ groupSharedFeatures.usm.removeSharedLinkModal.title = Удалить общую
48
48
  groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = Отмена
49
49
  # Aria label for the button to close the Shared Link Settings modal
50
50
  groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = Закрыть
51
+ # Tooltip message when the direct link is blocked due to access policy with classification
52
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification = Download has been disabled for content due to the classification.
53
+ # Tooltip message when the direct link is blocked due to access policy without classification
54
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification = Download has been disabled for content without classification.
55
+ # Tooltip message when the direct link is blocked due to malicious content
56
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent = Download for this content has been disabled due to a security policy.
57
+ # Label for the direct link to download the shared item
58
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = Direct link
51
59
  # Label for the download settings toggle
52
60
  groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Разрешить пользователям с общей ссылкой скачивать этот элемент
53
61
  # Link to learn more about shared link settings
@@ -176,6 +184,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyEr
176
184
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Общая ссылка создана и скопирована в буфер обмена.
177
185
  # Label for the permission level where shared link users can download the item
178
186
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = Доступ для просмотра и скачивания
187
+ # Tooltip on the can edit permission level when it is disabled for Box Notes
188
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip = Это разрешение можно изменить только в Box Notes
179
189
  # Label for the permission level where shared link users can edit the item
180
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = Доступ для изменения
181
191
  # Label for the permission level where shared link users can preview the item
@@ -92,7 +92,7 @@ export default {
92
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Delad länk skapad. Klicka kopiera för att dela.",
93
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Delad länk skapad och kopierad till urklipp.",
94
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Kan visa och hämta",
95
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
95
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "Denna behörighet kan endast ändras i Box Notes",
96
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Kan redigera",
97
97
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Kan bara visa",
98
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Endast inbjudna personer har åtkomst till det här {item}",
@@ -48,6 +48,14 @@ groupSharedFeatures.usm.removeSharedLinkModal.title = Ta bort delad länk
48
48
  groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = Avbryt
49
49
  # Aria label for the button to close the Shared Link Settings modal
50
50
  groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = Stäng
51
+ # Tooltip message when the direct link is blocked due to access policy with classification
52
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification = Download has been disabled for content due to the classification.
53
+ # Tooltip message when the direct link is blocked due to access policy without classification
54
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification = Download has been disabled for content without classification.
55
+ # Tooltip message when the direct link is blocked due to malicious content
56
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent = Download for this content has been disabled due to a security policy.
57
+ # Label for the direct link to download the shared item
58
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = Direct link
51
59
  # Label for the download settings toggle
52
60
  groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Tillåt användare med den delade länken att hämta det här objektet
53
61
  # Link to learn more about shared link settings
@@ -176,6 +184,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyEr
176
184
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Delad länk skapad och kopierad till urklipp.
177
185
  # Label for the permission level where shared link users can download the item
178
186
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = Kan visa och hämta
187
+ # Tooltip on the can edit permission level when it is disabled for Box Notes
188
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip = Denna behörighet kan endast ändras i Box Notes
179
189
  # Label for the permission level where shared link users can edit the item
180
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = Kan redigera
181
191
  # Label for the permission level where shared link users can preview the item
@@ -92,7 +92,7 @@ export default {
92
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Paylaşılan bağlantı oluşturuldu. Paylaşmak için Kopyala'ya tıklayın.",
93
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Paylaşılan bağlantı oluşturuldu ve panoya kopyalandı.",
94
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Görüntüleyebilir ve indirebilir",
95
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
95
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "Bu izin yalnızca Box Notes'ta değiştirilebilir",
96
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Düzenleyebilir",
97
97
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Yalnızca görüntüleyebilir",
98
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Yalnızca davet edilen kişiler bu {item} öğesine erişebilir",
@@ -48,6 +48,14 @@ groupSharedFeatures.usm.removeSharedLinkModal.title = Paylaşılmış Bağlantı
48
48
  groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = İptal Et
49
49
  # Aria label for the button to close the Shared Link Settings modal
50
50
  groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = Kapat
51
+ # Tooltip message when the direct link is blocked due to access policy with classification
52
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification = Download has been disabled for content due to the classification.
53
+ # Tooltip message when the direct link is blocked due to access policy without classification
54
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification = Download has been disabled for content without classification.
55
+ # Tooltip message when the direct link is blocked due to malicious content
56
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent = Download for this content has been disabled due to a security policy.
57
+ # Label for the direct link to download the shared item
58
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = Direct link
51
59
  # Label for the download settings toggle
52
60
  groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Paylaşılmış bağlantıya sahip kullanıcıların bu öğeyi indirmesine izin ver
53
61
  # Link to learn more about shared link settings
@@ -176,6 +184,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyEr
176
184
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Paylaşılan bağlantı oluşturuldu ve panoya kopyalandı.
177
185
  # Label for the permission level where shared link users can download the item
178
186
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = Görüntüleyebilir ve indirebilir
187
+ # Tooltip on the can edit permission level when it is disabled for Box Notes
188
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip = Bu izin yalnızca Box Notes'ta değiştirilebilir
179
189
  # Label for the permission level where shared link users can edit the item
180
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = Düzenleyebilir
181
191
  # Label for the permission level where shared link users can preview the item
@@ -92,7 +92,7 @@ export default {
92
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "已创建共享链接。单击复制以共享。",
93
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "已创建共享链接并将其复制到剪贴板。",
94
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "可以查看和下载",
95
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
95
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "此权限只能在 Box Notes 中更改",
96
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "可以编辑",
97
97
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "仅可查看",
98
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "仅受邀人员可访问此 {item}",
@@ -48,6 +48,14 @@ groupSharedFeatures.usm.removeSharedLinkModal.title = 移除共享链接
48
48
  groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = 取消
49
49
  # Aria label for the button to close the Shared Link Settings modal
50
50
  groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = 关闭
51
+ # Tooltip message when the direct link is blocked due to access policy with classification
52
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification = Download has been disabled for content due to the classification.
53
+ # Tooltip message when the direct link is blocked due to access policy without classification
54
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification = Download has been disabled for content without classification.
55
+ # Tooltip message when the direct link is blocked due to malicious content
56
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent = Download for this content has been disabled due to a security policy.
57
+ # Label for the direct link to download the shared item
58
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = Direct link
51
59
  # Label for the download settings toggle
52
60
  groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = 允许拥有共享链接的用户下载该项目
53
61
  # Link to learn more about shared link settings
@@ -176,6 +184,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyEr
176
184
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = 已创建共享链接并将其复制到剪贴板。
177
185
  # Label for the permission level where shared link users can download the item
178
186
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = 可以查看和下载
187
+ # Tooltip on the can edit permission level when it is disabled for Box Notes
188
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip = 此权限只能在 Box Notes 中更改
179
189
  # Label for the permission level where shared link users can edit the item
180
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = 可以编辑
181
191
  # Label for the permission level where shared link users can preview the item
@@ -92,7 +92,7 @@ export default {
92
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "已建立共用的連結。 按一下複製以分享。",
93
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "共用的連結已建立並複製到剪貼簿。",
94
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "可以檢視和下載",
95
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
95
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "此權限僅可在 Box Notes 中變更",
96
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "可以編輯",
97
97
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "僅可檢視",
98
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "只有受邀的人員才能存取此 {item}",
@@ -48,6 +48,14 @@ groupSharedFeatures.usm.removeSharedLinkModal.title = 移除共用的連結
48
48
  groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = 取消
49
49
  # Aria label for the button to close the Shared Link Settings modal
50
50
  groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = 關閉
51
+ # Tooltip message when the direct link is blocked due to access policy with classification
52
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification = Download has been disabled for content due to the classification.
53
+ # Tooltip message when the direct link is blocked due to access policy without classification
54
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification = Download has been disabled for content without classification.
55
+ # Tooltip message when the direct link is blocked due to malicious content
56
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent = Download for this content has been disabled due to a security policy.
57
+ # Label for the direct link to download the shared item
58
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = Direct link
51
59
  # Label for the download settings toggle
52
60
  groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = 允許擁有共用連結的使用者下載此項目
53
61
  # Link to learn more about shared link settings
@@ -176,6 +184,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyEr
176
184
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = 共用的連結已建立並複製到剪貼簿。
177
185
  # Label for the permission level where shared link users can download the item
178
186
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = 可以檢視和下載
187
+ # Tooltip on the can edit permission level when it is disabled for Box Notes
188
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip = 此權限僅可在 Box Notes 中變更
179
189
  # Label for the permission level where shared link users can edit the item
180
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = 可以編輯
181
191
  # Label for the permission level where shared link users can preview the item
@@ -1 +1 @@
1
- ._manage_jjd85_1{display:flex;flex-direction:row-reverse;padding:var(--space-3) .625rem}._list_jjd85_7{position:relative}._list_jjd85_7:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1000;border:var(--border-1) solid var(--border-divider-border);border-radius:var(--radius-4);box-shadow:var(--innershadow-1);content:"";pointer-events:none}._scroll_jjd85_24{height:240px;overflow-y:auto;border-radius:var(--radius-4)}._header_jjd85_30{visibility:collapse}
1
+ ._manage_jjd85_1{display:flex;flex-direction:row-reverse;padding:var(--space-3) .625rem}._list_jjd85_7{position:relative}._list_jjd85_7:after{position:absolute;inset:0;z-index:1000;border:var(--border-1) solid var(--border-divider-border);border-radius:var(--radius-4);box-shadow:var(--innershadow-1);content:"";pointer-events:none}._scroll_jjd85_24{height:240px;overflow-y:auto;border-radius:var(--radius-4)}._header_jjd85_30{visibility:collapse}
@@ -1 +1 @@
1
- ._content_1tnt5_1._content_1tnt5_1{max-width:480px}._header_1tnt5_5{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center}._body_1tnt5_12._body_1tnt5_12{position:relative;max-width:432px;padding-top:0;padding-bottom:var(--space-8)}._body_1tnt5_12._body_1tnt5_12:before{display:block;width:100vw;content:""}._body_1tnt5_12._body_1tnt5_12._hasFooter_1tnt5_23{padding-bottom:0}._loading_1tnt5_27{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1001;display:flex;align-items:center;padding-bottom:var(--space-8);background-color:var(--gray-white)}@media (width > 374px){._content_1tnt5_1{overflow:auto}}@media (width > 459px){div:has(>._content_1tnt5_1){display:flex;padding:var(--space-8);overflow:auto}._content_1tnt5_1{max-height:none;margin:auto}}
1
+ ._content_1tnt5_1._content_1tnt5_1{max-width:480px}._header_1tnt5_5{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center}._body_1tnt5_12._body_1tnt5_12{position:relative;max-width:432px;padding-top:0;padding-bottom:var(--space-8)}._body_1tnt5_12._body_1tnt5_12:before{display:block;width:100vw;content:""}._body_1tnt5_12._body_1tnt5_12._hasFooter_1tnt5_23{padding-bottom:0}._loading_1tnt5_27{position:absolute;inset:0;z-index:1001;display:flex;align-items:center;padding-bottom:var(--space-8);background-color:var(--gray-white)}@media not (max-width:374px){._content_1tnt5_1{overflow:auto}}@media not (max-width:459px){div:has(>._content_1tnt5_1){display:flex;padding:var(--space-8);overflow:auto}._content_1tnt5_1{max-height:none;margin:auto}}
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@box/unified-share-modal",
3
- "version": "1.18.1",
3
+ "version": "1.20.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
- "@box/blueprint-web": "^9.18.13",
7
- "@box/blueprint-web-assets": "^4.37.0",
8
- "@box/copy-input": "^0.9.0",
9
- "@box/user-selector": "^0.47.1",
6
+ "@box/blueprint-web": "^12.104.1",
7
+ "@box/blueprint-web-assets": "^4.87.0",
8
+ "@box/copy-input": "^1.17.0",
9
+ "@box/user-selector": "^1.49.0",
10
10
  "lodash": "^4.17.15",
11
11
  "react": "^18.0.0",
12
12
  "react-dom": "^18.0.0",
13
13
  "react-intl": "^6.4.2"
14
14
  },
15
15
  "devDependencies": {
16
- "@box/blueprint-web": "^12.103.2",
17
- "@box/blueprint-web-assets": "^4.86.0",
18
- "@box/copy-input": "^1.15.4",
19
- "@box/storybook-utils": "0.14.23",
16
+ "@box/blueprint-web": "^12.104.1",
17
+ "@box/blueprint-web-assets": "^4.87.0",
18
+ "@box/copy-input": "^1.17.0",
19
+ "@box/storybook-utils": "0.14.27",
20
20
  "@box/eslint-plugin-blueprint": "1.0.5",
21
21
  "react-intl": "^6.4.2"
22
22
  },