@box/unified-share-modal 1.18.0 → 1.19.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.
- package/dist/esm/lib/components/shared-link-settings-modal/shared-link-settings-modal.js +90 -91
- package/dist/esm/lib/hooks/use-collaboration-form.js +42 -43
- package/dist/esm/lib/hooks/use-sharing-action.js +12 -12
- package/dist/esm/lib/utils/date.js +1 -1
- package/dist/esm/lib/utils/form.js +11 -12
- package/dist/i18n/bn-IN.properties +10 -0
- package/dist/i18n/da-DK.properties +10 -0
- package/dist/i18n/de-DE.properties +10 -0
- package/dist/i18n/en-AU.properties +10 -0
- package/dist/i18n/en-CA.properties +10 -0
- package/dist/i18n/en-GB.properties +10 -0
- package/dist/i18n/en-x-pseudo.js +126 -126
- package/dist/i18n/en-x-pseudo.properties +131 -121
- package/dist/i18n/es-419.properties +10 -0
- package/dist/i18n/es-ES.properties +10 -0
- package/dist/i18n/fi-FI.properties +10 -0
- package/dist/i18n/fr-CA.properties +10 -0
- package/dist/i18n/fr-FR.properties +10 -0
- package/dist/i18n/hi-IN.properties +10 -0
- package/dist/i18n/it-IT.properties +10 -0
- package/dist/i18n/ja-JP.properties +10 -0
- package/dist/i18n/ko-KR.properties +10 -0
- package/dist/i18n/nb-NO.properties +10 -0
- package/dist/i18n/nl-NL.properties +10 -0
- package/dist/i18n/pl-PL.properties +10 -0
- package/dist/i18n/pt-BR.properties +10 -0
- package/dist/i18n/ru-RU.properties +10 -0
- package/dist/i18n/sv-SE.properties +10 -0
- package/dist/i18n/tr-TR.properties +10 -0
- package/dist/i18n/zh-CN.properties +10 -0
- package/dist/i18n/zh-TW.properties +10 -0
- package/dist/styles/collaborators-view.css +1 -1
- package/dist/styles/unified-share-form-modal.css +1 -1
- package/package.json +9 -9
|
@@ -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 = This permission can only be changed 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
|
|
@@ -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 = This permission can only be changed 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 = 編集可能
|
|
181
191
|
# Label for the permission level where shared link users can preview the 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 = This permission can only be changed 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 = 편집 가능
|
|
181
191
|
# Label for the permission level where shared link users can preview the 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 = This permission can only be changed 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 redigere
|
|
181
191
|
# Label for the permission level where shared link users can preview the 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 = This permission can only be changed 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
|
|
@@ -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 = This permission can only be changed 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 = Może edytować
|
|
181
191
|
# Label for the permission level where shared link users can preview the 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 = This permission can only be changed 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 = Pode editar
|
|
181
191
|
# Label for the permission level where shared link users can preview the 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 = This permission can only be changed 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 = Доступ для изменения
|
|
181
191
|
# Label for the permission level where shared link users can preview the 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 = This permission can only be changed 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 redigera
|
|
181
191
|
# Label for the permission level where shared link users can preview the item
|
|
@@ -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 = This permission can only be changed 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 = Düzenleyebilir
|
|
181
191
|
# Label for the permission level where shared link users can preview the 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 = This permission can only be changed 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 = 可以编辑
|
|
181
191
|
# Label for the permission level where shared link users can preview the 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 = This permission can only be changed 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 = 可以編輯
|
|
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;
|
|
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;
|
|
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.
|
|
3
|
+
"version": "1.19.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@box/blueprint-web": "^
|
|
7
|
-
"@box/blueprint-web-assets": "^4.
|
|
8
|
-
"@box/copy-input": "^
|
|
9
|
-
"@box/user-selector": "^
|
|
6
|
+
"@box/blueprint-web": "^12.103.3",
|
|
7
|
+
"@box/blueprint-web-assets": "^4.86.3",
|
|
8
|
+
"@box/copy-input": "^1.16.0",
|
|
9
|
+
"@box/user-selector": "^1.48.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.
|
|
17
|
-
"@box/blueprint-web-assets": "^4.86.
|
|
18
|
-
"@box/copy-input": "^1.
|
|
19
|
-
"@box/storybook-utils": "0.14.
|
|
16
|
+
"@box/blueprint-web": "^12.103.3",
|
|
17
|
+
"@box/blueprint-web-assets": "^4.86.3",
|
|
18
|
+
"@box/copy-input": "^1.16.0",
|
|
19
|
+
"@box/storybook-utils": "0.14.24",
|
|
20
20
|
"@box/eslint-plugin-blueprint": "1.0.5",
|
|
21
21
|
"react-intl": "^6.4.2"
|
|
22
22
|
},
|