box-ui-elements 23.1.0 → 23.2.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/explorer.css +1 -1
- package/dist/explorer.js +1 -1
- package/dist/openwith.js +1 -1
- package/dist/picker.js +1 -1
- package/dist/preview.css +1 -1
- package/dist/preview.js +1 -1
- package/dist/sharing.css +1 -1
- package/dist/sharing.js +1 -1
- package/dist/sidebar.js +1 -1
- package/dist/uploader.js +1 -1
- package/es/elements/common/content-answers/ContentAnswersOpenButton.scss +1 -1
- package/es/features/collaborator-avatars/CollaboratorList.js +5 -1
- package/es/features/collaborator-avatars/CollaboratorList.js.flow +12 -1
- package/es/features/collaborator-avatars/CollaboratorList.js.map +1 -1
- package/es/features/collaborator-avatars/CollaboratorList.scss +3 -0
- package/es/features/collaborator-avatars/CollaboratorListItem.js +26 -5
- package/es/features/collaborator-avatars/CollaboratorListItem.js.flow +33 -9
- package/es/features/collaborator-avatars/CollaboratorListItem.js.map +1 -1
- package/es/features/collaborator-avatars/CollaboratorListItem.scss +23 -0
- package/es/features/message-center/components/MessageCenter.js +1 -0
- package/es/features/message-center/components/MessageCenter.js.flow +2 -1
- package/es/features/message-center/components/MessageCenter.js.map +1 -1
- package/es/features/unified-share-modal/RemoveCollaboratorConfirmModal.js +44 -0
- package/es/features/unified-share-modal/RemoveCollaboratorConfirmModal.js.flow +67 -0
- package/es/features/unified-share-modal/RemoveCollaboratorConfirmModal.js.map +1 -0
- package/es/features/unified-share-modal/UnifiedShareForm.js +8 -3
- package/es/features/unified-share-modal/UnifiedShareForm.js.flow +5 -1
- package/es/features/unified-share-modal/UnifiedShareForm.js.map +1 -1
- package/es/features/unified-share-modal/UnifiedShareModal.js +54 -10
- package/es/features/unified-share-modal/UnifiedShareModal.js.flow +59 -11
- package/es/features/unified-share-modal/UnifiedShareModal.js.map +1 -1
- package/es/features/unified-share-modal/UnifiedShareModal.scss +9 -2
- package/es/features/unified-share-modal/flowTypes.js.flow +13 -0
- package/es/features/unified-share-modal/flowTypes.js.map +1 -1
- package/es/features/unified-share-modal/messages.js +8 -0
- package/es/features/unified-share-modal/messages.js.flow +10 -0
- package/es/features/unified-share-modal/messages.js.map +1 -1
- package/es/features/unified-share-modal/stories/UnifiedShareModal.stories.js +221 -4
- package/es/features/unified-share-modal/stories/UnifiedShareModal.stories.js.flow +208 -3
- package/es/features/unified-share-modal/stories/UnifiedShareModal.stories.js.map +1 -1
- package/es/src/elements/content-sidebar/stories/tests/MetadataSidebarRedesign-visual.stories.d.ts +4 -4
- package/i18n/bn-IN.js +2 -0
- package/i18n/bn-IN.properties +4 -0
- package/i18n/da-DK.js +2 -0
- package/i18n/da-DK.properties +4 -0
- package/i18n/de-DE.js +2 -0
- package/i18n/de-DE.properties +4 -0
- package/i18n/en-AU.js +2 -0
- package/i18n/en-AU.properties +4 -0
- package/i18n/en-CA.js +2 -0
- package/i18n/en-CA.properties +4 -0
- package/i18n/en-GB.js +2 -0
- package/i18n/en-GB.properties +4 -0
- package/i18n/en-US.js +2 -0
- package/i18n/en-US.properties +4 -0
- package/i18n/en-x-pseudo.js +1010 -1008
- package/i18n/en-x-pseudo.properties +1012 -1008
- package/i18n/es-419.js +2 -0
- package/i18n/es-419.properties +4 -0
- package/i18n/es-ES.js +2 -0
- package/i18n/es-ES.properties +4 -0
- package/i18n/fi-FI.js +2 -0
- package/i18n/fi-FI.properties +4 -0
- package/i18n/fr-CA.js +2 -0
- package/i18n/fr-CA.properties +4 -0
- package/i18n/fr-FR.js +2 -0
- package/i18n/fr-FR.properties +4 -0
- package/i18n/hi-IN.js +2 -0
- package/i18n/hi-IN.properties +4 -0
- package/i18n/it-IT.js +2 -0
- package/i18n/it-IT.properties +4 -0
- package/i18n/ja-JP.js +2 -0
- package/i18n/ja-JP.properties +4 -0
- package/i18n/ko-KR.js +2 -0
- package/i18n/ko-KR.properties +4 -0
- package/i18n/nb-NO.js +2 -0
- package/i18n/nb-NO.properties +4 -0
- package/i18n/nl-NL.js +2 -0
- package/i18n/nl-NL.properties +4 -0
- package/i18n/pl-PL.js +2 -0
- package/i18n/pl-PL.properties +4 -0
- package/i18n/pt-BR.js +2 -0
- package/i18n/pt-BR.properties +4 -0
- package/i18n/ru-RU.js +2 -0
- package/i18n/ru-RU.properties +4 -0
- package/i18n/sv-SE.js +2 -0
- package/i18n/sv-SE.properties +4 -0
- package/i18n/tr-TR.js +2 -0
- package/i18n/tr-TR.properties +4 -0
- package/i18n/zh-CN.js +2 -0
- package/i18n/zh-CN.properties +4 -0
- package/i18n/zh-TW.js +2 -0
- package/i18n/zh-TW.properties +4 -0
- package/package.json +18 -18
- package/src/elements/common/content-answers/ContentAnswersOpenButton.scss +1 -1
- package/src/features/collaborator-avatars/CollaboratorList.js +12 -1
- package/src/features/collaborator-avatars/CollaboratorList.scss +3 -0
- package/src/features/collaborator-avatars/CollaboratorListItem.js +33 -9
- package/src/features/collaborator-avatars/CollaboratorListItem.scss +23 -0
- package/src/features/collaborator-avatars/__tests__/CollaboratorList.test.js +11 -0
- package/src/features/collaborator-avatars/__tests__/CollaboratorListItem.test.js +51 -0
- package/src/features/collaborator-avatars/__tests__/__snapshots__/CollaboratorList.test.js.snap +110 -0
- package/src/features/collaborator-avatars/__tests__/__snapshots__/CollaboratorListItem.test.js.snap +310 -0
- package/src/features/message-center/__tests__/MessageCenter.integration.test.js +10 -0
- package/src/features/message-center/components/MessageCenter.js +2 -1
- package/src/features/unified-share-modal/README.md +12 -1
- package/src/features/unified-share-modal/RemoveCollaboratorConfirmModal.js +67 -0
- package/src/features/unified-share-modal/UnifiedShareForm.js +5 -1
- package/src/features/unified-share-modal/UnifiedShareModal.js +59 -11
- package/src/features/unified-share-modal/UnifiedShareModal.scss +9 -2
- package/src/features/unified-share-modal/__tests__/RemoveCollaboratorConfirmModal.test.js +64 -0
- package/src/features/unified-share-modal/__tests__/UnifiedShareForm.test.js +34 -1
- package/src/features/unified-share-modal/__tests__/UnifiedShareModal.test.js +74 -4
- package/src/features/unified-share-modal/__tests__/__snapshots__/UnifiedShareModal.test.js.snap +258 -0
- package/src/features/unified-share-modal/flowTypes.js +13 -0
- package/src/features/unified-share-modal/messages.js +10 -0
- package/src/features/unified-share-modal/stories/UnifiedShareModal.stories.js +208 -3
package/i18n/es-419.js
CHANGED
|
@@ -976,6 +976,8 @@ export default {
|
|
|
976
976
|
"boxui.unifiedShare.previewerUploaderLevelDescription": "Carga y previsualización",
|
|
977
977
|
"boxui.unifiedShare.previewerUploaderLevelText": "Previsualización y carga",
|
|
978
978
|
"boxui.unifiedShare.recommendedSharingTooltipCalloutText": "En función de su uso, pensamos que {fullName} podría estar interesado en este archivo.",
|
|
979
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationDescription": "Are you sure you want to remove {name} as a collaborator?",
|
|
980
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationTitle": "Remove Collaborator",
|
|
979
981
|
"boxui.unifiedShare.removeLinkConfirmationDescription": "Esta acción eliminará de forma permanente el enlace compartido. Si este elemento está integrado en otros sitios, tampoco se podrá acceder a él. Todas las propiedades, los ajustes y los plazos de vencimiento personalizados también se eliminarán. ¿Desea continuar?",
|
|
980
982
|
"boxui.unifiedShare.removeLinkConfirmationTitle": "Eliminar enlace compartido",
|
|
981
983
|
"boxui.unifiedShare.removeLinkTooltip": "No dispone de permiso para eliminar el enlace.",
|
package/i18n/es-419.properties
CHANGED
|
@@ -1952,6 +1952,10 @@ boxui.unifiedShare.previewerUploaderLevelDescription = Carga y previsualización
|
|
|
1952
1952
|
boxui.unifiedShare.previewerUploaderLevelText = Previsualización y carga
|
|
1953
1953
|
# Tooltip description to explain recommendation for sharing tooltip
|
|
1954
1954
|
boxui.unifiedShare.recommendedSharingTooltipCalloutText = En función de su uso, pensamos que {fullName} podría estar interesado en este archivo.
|
|
1955
|
+
# Description for confirmation modal to remove a collaborator
|
|
1956
|
+
boxui.unifiedShare.removeCollaboratorConfirmationDescription = Are you sure you want to remove {name} as a collaborator?
|
|
1957
|
+
# Label for confirmation modal to remove a collaborator (title-case)
|
|
1958
|
+
boxui.unifiedShare.removeCollaboratorConfirmationTitle = Remove Collaborator
|
|
1955
1959
|
# Description for confirmation modal to remove a shared link
|
|
1956
1960
|
boxui.unifiedShare.removeLinkConfirmationDescription = Esta acción eliminará de forma permanente el enlace compartido. Si este elemento está integrado en otros sitios, tampoco se podrá acceder a él. Todas las propiedades, los ajustes y los plazos de vencimiento personalizados también se eliminarán. ¿Desea continuar?
|
|
1957
1961
|
# Label for confirmation modal to remove a shared link (title-case)
|
package/i18n/es-ES.js
CHANGED
|
@@ -976,6 +976,8 @@ export default {
|
|
|
976
976
|
"boxui.unifiedShare.previewerUploaderLevelDescription": "Carga y previsualización",
|
|
977
977
|
"boxui.unifiedShare.previewerUploaderLevelText": "Previsualización y carga",
|
|
978
978
|
"boxui.unifiedShare.recommendedSharingTooltipCalloutText": "En función de su uso, pensamos que {fullName} podría estar interesado en este archivo.",
|
|
979
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationDescription": "Are you sure you want to remove {name} as a collaborator?",
|
|
980
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationTitle": "Remove Collaborator",
|
|
979
981
|
"boxui.unifiedShare.removeLinkConfirmationDescription": "Esta acción eliminará de forma permanente el enlace compartido. Si este elemento está integrado en otros sitios, tampoco se podrá acceder a él. Todas las propiedades, los ajustes y los plazos de vencimiento personalizados también se eliminarán. ¿Desea continuar?",
|
|
980
982
|
"boxui.unifiedShare.removeLinkConfirmationTitle": "Eliminar enlace compartido",
|
|
981
983
|
"boxui.unifiedShare.removeLinkTooltip": "No dispone de permiso para eliminar el enlace.",
|
package/i18n/es-ES.properties
CHANGED
|
@@ -1952,6 +1952,10 @@ boxui.unifiedShare.previewerUploaderLevelDescription = Carga y previsualización
|
|
|
1952
1952
|
boxui.unifiedShare.previewerUploaderLevelText = Previsualización y carga
|
|
1953
1953
|
# Tooltip description to explain recommendation for sharing tooltip
|
|
1954
1954
|
boxui.unifiedShare.recommendedSharingTooltipCalloutText = En función de su uso, pensamos que {fullName} podría estar interesado en este archivo.
|
|
1955
|
+
# Description for confirmation modal to remove a collaborator
|
|
1956
|
+
boxui.unifiedShare.removeCollaboratorConfirmationDescription = Are you sure you want to remove {name} as a collaborator?
|
|
1957
|
+
# Label for confirmation modal to remove a collaborator (title-case)
|
|
1958
|
+
boxui.unifiedShare.removeCollaboratorConfirmationTitle = Remove Collaborator
|
|
1955
1959
|
# Description for confirmation modal to remove a shared link
|
|
1956
1960
|
boxui.unifiedShare.removeLinkConfirmationDescription = Esta acción eliminará de forma permanente el enlace compartido. Si este elemento está integrado en otros sitios, tampoco se podrá acceder a él. Todas las propiedades, los ajustes y los plazos de vencimiento personalizados también se eliminarán. ¿Desea continuar?
|
|
1957
1961
|
# Label for confirmation modal to remove a shared link (title-case)
|
package/i18n/fi-FI.js
CHANGED
|
@@ -976,6 +976,8 @@ export default {
|
|
|
976
976
|
"boxui.unifiedShare.previewerUploaderLevelDescription": "Lataus ja esikatselu",
|
|
977
977
|
"boxui.unifiedShare.previewerUploaderLevelText": "Esikatselija ja lataaja",
|
|
978
978
|
"boxui.unifiedShare.recommendedSharingTooltipCalloutText": "Käyttötietojesi perusteella {fullName} voisi olla kiinnostunut tästä tiedostosta.",
|
|
979
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationDescription": "Are you sure you want to remove {name} as a collaborator?",
|
|
980
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationTitle": "Remove Collaborator",
|
|
979
981
|
"boxui.unifiedShare.removeLinkConfirmationDescription": "Toiminto poistaa jaetun linkin pysyvästi. Jos tämä kohde on upotettu toisiin sivustoihin, sitä ei voi käyttää myöskään niissä. Mukautetut ominaisuudet, asetukset ja vanhenemisajat poistetaan. Haluatko jatkaa?",
|
|
980
982
|
"boxui.unifiedShare.removeLinkConfirmationTitle": "Poista jaettu linkki",
|
|
981
983
|
"boxui.unifiedShare.removeLinkTooltip": "Sinulla ei ole riittäviä oikeuksia poistaa linkkiä.",
|
package/i18n/fi-FI.properties
CHANGED
|
@@ -1952,6 +1952,10 @@ boxui.unifiedShare.previewerUploaderLevelDescription = Lataus ja esikatselu
|
|
|
1952
1952
|
boxui.unifiedShare.previewerUploaderLevelText = Esikatselija ja lataaja
|
|
1953
1953
|
# Tooltip description to explain recommendation for sharing tooltip
|
|
1954
1954
|
boxui.unifiedShare.recommendedSharingTooltipCalloutText = Käyttötietojesi perusteella {fullName} voisi olla kiinnostunut tästä tiedostosta.
|
|
1955
|
+
# Description for confirmation modal to remove a collaborator
|
|
1956
|
+
boxui.unifiedShare.removeCollaboratorConfirmationDescription = Are you sure you want to remove {name} as a collaborator?
|
|
1957
|
+
# Label for confirmation modal to remove a collaborator (title-case)
|
|
1958
|
+
boxui.unifiedShare.removeCollaboratorConfirmationTitle = Remove Collaborator
|
|
1955
1959
|
# Description for confirmation modal to remove a shared link
|
|
1956
1960
|
boxui.unifiedShare.removeLinkConfirmationDescription = Toiminto poistaa jaetun linkin pysyvästi. Jos tämä kohde on upotettu toisiin sivustoihin, sitä ei voi käyttää myöskään niissä. Mukautetut ominaisuudet, asetukset ja vanhenemisajat poistetaan. Haluatko jatkaa?
|
|
1957
1961
|
# Label for confirmation modal to remove a shared link (title-case)
|
package/i18n/fr-CA.js
CHANGED
|
@@ -976,6 +976,8 @@ export default {
|
|
|
976
976
|
"boxui.unifiedShare.previewerUploaderLevelDescription": "Charger et prévisualiser",
|
|
977
977
|
"boxui.unifiedShare.previewerUploaderLevelText": "Chargeur prévisualiseur",
|
|
978
978
|
"boxui.unifiedShare.recommendedSharingTooltipCalloutText": "Au regard de votre utilisation, nous pensons que ce fichier pourrait intéresser {fullName}.",
|
|
979
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationDescription": "Are you sure you want to remove {name} as a collaborator?",
|
|
980
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationTitle": "Remove Collaborator",
|
|
979
981
|
"boxui.unifiedShare.removeLinkConfirmationDescription": "Le lien partagé sera définitivement supprimé. Si cet élément est intégré à d'autres sites, il ne sera plus accessible. Tous les paramètres, propriétés et dates d'expiration personnalisés seront également supprimés. Voulez-vous continuer ?",
|
|
980
982
|
"boxui.unifiedShare.removeLinkConfirmationTitle": "Supprimer le lien partagé",
|
|
981
983
|
"boxui.unifiedShare.removeLinkTooltip": "Vous n'êtes pas autorisé à supprimer le lien.",
|
package/i18n/fr-CA.properties
CHANGED
|
@@ -1952,6 +1952,10 @@ boxui.unifiedShare.previewerUploaderLevelDescription = Charger et prévisualiser
|
|
|
1952
1952
|
boxui.unifiedShare.previewerUploaderLevelText = Chargeur prévisualiseur
|
|
1953
1953
|
# Tooltip description to explain recommendation for sharing tooltip
|
|
1954
1954
|
boxui.unifiedShare.recommendedSharingTooltipCalloutText = Au regard de votre utilisation, nous pensons que ce fichier pourrait intéresser {fullName}.
|
|
1955
|
+
# Description for confirmation modal to remove a collaborator
|
|
1956
|
+
boxui.unifiedShare.removeCollaboratorConfirmationDescription = Are you sure you want to remove {name} as a collaborator?
|
|
1957
|
+
# Label for confirmation modal to remove a collaborator (title-case)
|
|
1958
|
+
boxui.unifiedShare.removeCollaboratorConfirmationTitle = Remove Collaborator
|
|
1955
1959
|
# Description for confirmation modal to remove a shared link
|
|
1956
1960
|
boxui.unifiedShare.removeLinkConfirmationDescription = Le lien partagé sera définitivement supprimé. Si cet élément est intégré à d'autres sites, il ne sera plus accessible. Tous les paramètres, propriétés et dates d'expiration personnalisés seront également supprimés. Voulez-vous continuer ?
|
|
1957
1961
|
# Label for confirmation modal to remove a shared link (title-case)
|
package/i18n/fr-FR.js
CHANGED
|
@@ -976,6 +976,8 @@ export default {
|
|
|
976
976
|
"boxui.unifiedShare.previewerUploaderLevelDescription": "Charger et prévisualiser",
|
|
977
977
|
"boxui.unifiedShare.previewerUploaderLevelText": "Chargeur prévisualiseur",
|
|
978
978
|
"boxui.unifiedShare.recommendedSharingTooltipCalloutText": "Au regard de votre utilisation, nous pensons que ce fichier pourrait intéresser {fullName}.",
|
|
979
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationDescription": "Are you sure you want to remove {name} as a collaborator?",
|
|
980
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationTitle": "Remove Collaborator",
|
|
979
981
|
"boxui.unifiedShare.removeLinkConfirmationDescription": "Le lien partagé sera définitivement supprimé. Si cet élément est intégré à d'autres sites, il ne sera plus accessible. Tous les paramètres, propriétés et dates d'expiration personnalisés seront également supprimés. Voulez-vous continuer ?",
|
|
980
982
|
"boxui.unifiedShare.removeLinkConfirmationTitle": "Supprimer le lien partagé",
|
|
981
983
|
"boxui.unifiedShare.removeLinkTooltip": "Vous n'êtes pas autorisé à supprimer le lien.",
|
package/i18n/fr-FR.properties
CHANGED
|
@@ -1952,6 +1952,10 @@ boxui.unifiedShare.previewerUploaderLevelDescription = Charger et prévisualiser
|
|
|
1952
1952
|
boxui.unifiedShare.previewerUploaderLevelText = Chargeur prévisualiseur
|
|
1953
1953
|
# Tooltip description to explain recommendation for sharing tooltip
|
|
1954
1954
|
boxui.unifiedShare.recommendedSharingTooltipCalloutText = Au regard de votre utilisation, nous pensons que ce fichier pourrait intéresser {fullName}.
|
|
1955
|
+
# Description for confirmation modal to remove a collaborator
|
|
1956
|
+
boxui.unifiedShare.removeCollaboratorConfirmationDescription = Are you sure you want to remove {name} as a collaborator?
|
|
1957
|
+
# Label for confirmation modal to remove a collaborator (title-case)
|
|
1958
|
+
boxui.unifiedShare.removeCollaboratorConfirmationTitle = Remove Collaborator
|
|
1955
1959
|
# Description for confirmation modal to remove a shared link
|
|
1956
1960
|
boxui.unifiedShare.removeLinkConfirmationDescription = Le lien partagé sera définitivement supprimé. Si cet élément est intégré à d'autres sites, il ne sera plus accessible. Tous les paramètres, propriétés et dates d'expiration personnalisés seront également supprimés. Voulez-vous continuer ?
|
|
1957
1961
|
# Label for confirmation modal to remove a shared link (title-case)
|
package/i18n/hi-IN.js
CHANGED
|
@@ -976,6 +976,8 @@ export default {
|
|
|
976
976
|
"boxui.unifiedShare.previewerUploaderLevelDescription": "अपलोड करके पूर्वावलोकन करें",
|
|
977
977
|
"boxui.unifiedShare.previewerUploaderLevelText": "प्रीव्यूअर अपलोडर",
|
|
978
978
|
"boxui.unifiedShare.recommendedSharingTooltipCalloutText": "आपके उपयोग के आधार पर, हमें लगता है कि {fullName} इस फ़ाइल में ज़्यादा दिलचस्प होगा.",
|
|
979
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationDescription": "Are you sure you want to remove {name} as a collaborator?",
|
|
980
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationTitle": "Remove Collaborator",
|
|
979
981
|
"boxui.unifiedShare.removeLinkConfirmationDescription": "इससे शेयर्ड लिंक स्थायी रूप से निकाल दी जाएगी. यदि इस आइटम को अन्य साइट पर एम्बेडेड किया जाता है तो इस पर एक्सेस प्राप्त नहीं की जा सकेगी. साथ ही साथ सभी कस्टम गुण, सेटिंग और समापन अवधि भी निकाल दी जाएंगी. क्या आप जारी रखना चाहते हैं?",
|
|
980
982
|
"boxui.unifiedShare.removeLinkConfirmationTitle": "शेयर्ड लिंक निकालें",
|
|
981
983
|
"boxui.unifiedShare.removeLinkTooltip": "आपके पास लिंक हटाने की अनुमति नहीं है.",
|
package/i18n/hi-IN.properties
CHANGED
|
@@ -1952,6 +1952,10 @@ boxui.unifiedShare.previewerUploaderLevelDescription = अपलोड करक
|
|
|
1952
1952
|
boxui.unifiedShare.previewerUploaderLevelText = प्रीव्यूअर अपलोडर
|
|
1953
1953
|
# Tooltip description to explain recommendation for sharing tooltip
|
|
1954
1954
|
boxui.unifiedShare.recommendedSharingTooltipCalloutText = आपके उपयोग के आधार पर, हमें लगता है कि {fullName} इस फ़ाइल में ज़्यादा दिलचस्प होगा.
|
|
1955
|
+
# Description for confirmation modal to remove a collaborator
|
|
1956
|
+
boxui.unifiedShare.removeCollaboratorConfirmationDescription = Are you sure you want to remove {name} as a collaborator?
|
|
1957
|
+
# Label for confirmation modal to remove a collaborator (title-case)
|
|
1958
|
+
boxui.unifiedShare.removeCollaboratorConfirmationTitle = Remove Collaborator
|
|
1955
1959
|
# Description for confirmation modal to remove a shared link
|
|
1956
1960
|
boxui.unifiedShare.removeLinkConfirmationDescription = इससे शेयर्ड लिंक स्थायी रूप से निकाल दी जाएगी. यदि इस आइटम को अन्य साइट पर एम्बेडेड किया जाता है तो इस पर एक्सेस प्राप्त नहीं की जा सकेगी. साथ ही साथ सभी कस्टम गुण, सेटिंग और समापन अवधि भी निकाल दी जाएंगी. क्या आप जारी रखना चाहते हैं?
|
|
1957
1961
|
# Label for confirmation modal to remove a shared link (title-case)
|
package/i18n/it-IT.js
CHANGED
|
@@ -976,6 +976,8 @@ export default {
|
|
|
976
976
|
"boxui.unifiedShare.previewerUploaderLevelDescription": "Upload e anteprima",
|
|
977
977
|
"boxui.unifiedShare.previewerUploaderLevelText": "Upload anteprima",
|
|
978
978
|
"boxui.unifiedShare.recommendedSharingTooltipCalloutText": "In base al tuo utilizzo, riteniamo che questo file potrebbe interessare a {fullName}.",
|
|
979
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationDescription": "Are you sure you want to remove {name} as a collaborator?",
|
|
980
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationTitle": "Remove Collaborator",
|
|
979
981
|
"boxui.unifiedShare.removeLinkConfirmationDescription": "Il collegamento condiviso verrà rimosso definitivamente. Se questo elemento è integrato in altri siti, diventerà comunque inaccessibile. Verranno rimosse anche eventuali proprietà, impostazioni e scadenze personalizzate. Continuare?",
|
|
980
982
|
"boxui.unifiedShare.removeLinkConfirmationTitle": "Rimuovi collegamento condiviso",
|
|
981
983
|
"boxui.unifiedShare.removeLinkTooltip": "Non hai l'autorizzazione per rimuovere il collegamento.",
|
package/i18n/it-IT.properties
CHANGED
|
@@ -1952,6 +1952,10 @@ boxui.unifiedShare.previewerUploaderLevelDescription = Upload e anteprima
|
|
|
1952
1952
|
boxui.unifiedShare.previewerUploaderLevelText = Upload anteprima
|
|
1953
1953
|
# Tooltip description to explain recommendation for sharing tooltip
|
|
1954
1954
|
boxui.unifiedShare.recommendedSharingTooltipCalloutText = In base al tuo utilizzo, riteniamo che questo file potrebbe interessare a {fullName}.
|
|
1955
|
+
# Description for confirmation modal to remove a collaborator
|
|
1956
|
+
boxui.unifiedShare.removeCollaboratorConfirmationDescription = Are you sure you want to remove {name} as a collaborator?
|
|
1957
|
+
# Label for confirmation modal to remove a collaborator (title-case)
|
|
1958
|
+
boxui.unifiedShare.removeCollaboratorConfirmationTitle = Remove Collaborator
|
|
1955
1959
|
# Description for confirmation modal to remove a shared link
|
|
1956
1960
|
boxui.unifiedShare.removeLinkConfirmationDescription = Il collegamento condiviso verrà rimosso definitivamente. Se questo elemento è integrato in altri siti, diventerà comunque inaccessibile. Verranno rimosse anche eventuali proprietà, impostazioni e scadenze personalizzate. Continuare?
|
|
1957
1961
|
# Label for confirmation modal to remove a shared link (title-case)
|
package/i18n/ja-JP.js
CHANGED
|
@@ -976,6 +976,8 @@ export default {
|
|
|
976
976
|
"boxui.unifiedShare.previewerUploaderLevelDescription": "アップロードとプレビューが可能です",
|
|
977
977
|
"boxui.unifiedShare.previewerUploaderLevelText": "プレビューアー/アップローダー",
|
|
978
978
|
"boxui.unifiedShare.recommendedSharingTooltipCalloutText": "お客様の使用状況から、{fullName}さんにはこのファイルもお勧めです。",
|
|
979
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationDescription": "Are you sure you want to remove {name} as a collaborator?",
|
|
980
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationTitle": "Remove Collaborator",
|
|
979
981
|
"boxui.unifiedShare.removeLinkConfirmationDescription": "これにより、共有リンクが完全に削除されます。この項目が他のサイトに埋め込まれている場合は、そのサイトでもアクセスできなくなります。カスタムプロパティ、設定、有効期限も削除されます。続行しますか?",
|
|
980
982
|
"boxui.unifiedShare.removeLinkConfirmationTitle": "共有リンクを削除",
|
|
981
983
|
"boxui.unifiedShare.removeLinkTooltip": "リンクを削除する権限がありません。",
|
package/i18n/ja-JP.properties
CHANGED
|
@@ -1952,6 +1952,10 @@ boxui.unifiedShare.previewerUploaderLevelDescription = アップロードとプ
|
|
|
1952
1952
|
boxui.unifiedShare.previewerUploaderLevelText = プレビューアー/アップローダー
|
|
1953
1953
|
# Tooltip description to explain recommendation for sharing tooltip
|
|
1954
1954
|
boxui.unifiedShare.recommendedSharingTooltipCalloutText = お客様の使用状況から、{fullName}さんにはこのファイルもお勧めです。
|
|
1955
|
+
# Description for confirmation modal to remove a collaborator
|
|
1956
|
+
boxui.unifiedShare.removeCollaboratorConfirmationDescription = Are you sure you want to remove {name} as a collaborator?
|
|
1957
|
+
# Label for confirmation modal to remove a collaborator (title-case)
|
|
1958
|
+
boxui.unifiedShare.removeCollaboratorConfirmationTitle = Remove Collaborator
|
|
1955
1959
|
# Description for confirmation modal to remove a shared link
|
|
1956
1960
|
boxui.unifiedShare.removeLinkConfirmationDescription = これにより、共有リンクが完全に削除されます。この項目が他のサイトに埋め込まれている場合は、そのサイトでもアクセスできなくなります。カスタムプロパティ、設定、有効期限も削除されます。続行しますか?
|
|
1957
1961
|
# Label for confirmation modal to remove a shared link (title-case)
|
package/i18n/ko-KR.js
CHANGED
|
@@ -976,6 +976,8 @@ export default {
|
|
|
976
976
|
"boxui.unifiedShare.previewerUploaderLevelDescription": "업로드 및 미리 보기",
|
|
977
977
|
"boxui.unifiedShare.previewerUploaderLevelText": "프리뷰어 업로더",
|
|
978
978
|
"boxui.unifiedShare.recommendedSharingTooltipCalloutText": "사용 양상에 따르면 {fullName} 님이 이 파일에 관심을 가지실 것 같습니다.",
|
|
979
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationDescription": "Are you sure you want to remove {name} as a collaborator?",
|
|
980
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationTitle": "Remove Collaborator",
|
|
979
981
|
"boxui.unifiedShare.removeLinkConfirmationDescription": "공유 링크가 영구적으로 삭제됩니다. 이 항목이 다른 사이트에 포함되어 있는 경우 액세스가 불가능하게 됩니다. 모든 사용자 지정 속성, 설정 및 만료 또한 삭제됩니다. 계속하시겠습니까?",
|
|
980
982
|
"boxui.unifiedShare.removeLinkConfirmationTitle": "공유 링크 제거",
|
|
981
983
|
"boxui.unifiedShare.removeLinkTooltip": "링크를 제거할 권한이 없습니다.",
|
package/i18n/ko-KR.properties
CHANGED
|
@@ -1952,6 +1952,10 @@ boxui.unifiedShare.previewerUploaderLevelDescription = 업로드 및 미리 보
|
|
|
1952
1952
|
boxui.unifiedShare.previewerUploaderLevelText = 프리뷰어 업로더
|
|
1953
1953
|
# Tooltip description to explain recommendation for sharing tooltip
|
|
1954
1954
|
boxui.unifiedShare.recommendedSharingTooltipCalloutText = 사용 양상에 따르면 {fullName} 님이 이 파일에 관심을 가지실 것 같습니다.
|
|
1955
|
+
# Description for confirmation modal to remove a collaborator
|
|
1956
|
+
boxui.unifiedShare.removeCollaboratorConfirmationDescription = Are you sure you want to remove {name} as a collaborator?
|
|
1957
|
+
# Label for confirmation modal to remove a collaborator (title-case)
|
|
1958
|
+
boxui.unifiedShare.removeCollaboratorConfirmationTitle = Remove Collaborator
|
|
1955
1959
|
# Description for confirmation modal to remove a shared link
|
|
1956
1960
|
boxui.unifiedShare.removeLinkConfirmationDescription = 공유 링크가 영구적으로 삭제됩니다. 이 항목이 다른 사이트에 포함되어 있는 경우 액세스가 불가능하게 됩니다. 모든 사용자 지정 속성, 설정 및 만료 또한 삭제됩니다. 계속하시겠습니까?
|
|
1957
1961
|
# Label for confirmation modal to remove a shared link (title-case)
|
package/i18n/nb-NO.js
CHANGED
|
@@ -976,6 +976,8 @@ export default {
|
|
|
976
976
|
"boxui.unifiedShare.previewerUploaderLevelDescription": "Opplasting og forhåndsvisning",
|
|
977
977
|
"boxui.unifiedShare.previewerUploaderLevelText": "Forhåndsviser og opplaster",
|
|
978
978
|
"boxui.unifiedShare.recommendedSharingTooltipCalloutText": "Basert på bruken din mener vi at {fullName} vil være interessert i denne filen.",
|
|
979
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationDescription": "Are you sure you want to remove {name} as a collaborator?",
|
|
980
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationTitle": "Remove Collaborator",
|
|
979
981
|
"boxui.unifiedShare.removeLinkConfirmationDescription": "Dette fjerner den delte koblingen for godt. Hvis dette elementet er innebygd på andre områder, blir det også utilgjengelig. Alle egendefinerte egenskaper, innstillinger og utløpsdatoer fjernes også. Vil du fortsette?",
|
|
980
982
|
"boxui.unifiedShare.removeLinkConfirmationTitle": "Fjern delt kobling",
|
|
981
983
|
"boxui.unifiedShare.removeLinkTooltip": "Du har ikke tillatelse til å fjerne koblingen.",
|
package/i18n/nb-NO.properties
CHANGED
|
@@ -1952,6 +1952,10 @@ boxui.unifiedShare.previewerUploaderLevelDescription = Opplasting og forhåndsvi
|
|
|
1952
1952
|
boxui.unifiedShare.previewerUploaderLevelText = Forhåndsviser og opplaster
|
|
1953
1953
|
# Tooltip description to explain recommendation for sharing tooltip
|
|
1954
1954
|
boxui.unifiedShare.recommendedSharingTooltipCalloutText = Basert på bruken din mener vi at {fullName} vil være interessert i denne filen.
|
|
1955
|
+
# Description for confirmation modal to remove a collaborator
|
|
1956
|
+
boxui.unifiedShare.removeCollaboratorConfirmationDescription = Are you sure you want to remove {name} as a collaborator?
|
|
1957
|
+
# Label for confirmation modal to remove a collaborator (title-case)
|
|
1958
|
+
boxui.unifiedShare.removeCollaboratorConfirmationTitle = Remove Collaborator
|
|
1955
1959
|
# Description for confirmation modal to remove a shared link
|
|
1956
1960
|
boxui.unifiedShare.removeLinkConfirmationDescription = Dette fjerner den delte koblingen for godt. Hvis dette elementet er innebygd på andre områder, blir det også utilgjengelig. Alle egendefinerte egenskaper, innstillinger og utløpsdatoer fjernes også. Vil du fortsette?
|
|
1957
1961
|
# Label for confirmation modal to remove a shared link (title-case)
|
package/i18n/nl-NL.js
CHANGED
|
@@ -976,6 +976,8 @@ export default {
|
|
|
976
976
|
"boxui.unifiedShare.previewerUploaderLevelDescription": "Uploaden en voorbeelden bekijken",
|
|
977
977
|
"boxui.unifiedShare.previewerUploaderLevelText": "Previewer-uploader",
|
|
978
978
|
"boxui.unifiedShare.recommendedSharingTooltipCalloutText": "Op basis van uw gebruik zijn we van mening dat {fullName} dit bestand mogelijk interessant vindt.",
|
|
979
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationDescription": "Are you sure you want to remove {name} as a collaborator?",
|
|
980
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationTitle": "Remove Collaborator",
|
|
979
981
|
"boxui.unifiedShare.removeLinkConfirmationDescription": "Hiermee wordt de gedeelde link permanent verwijderd. Als dit item is ingesloten op andere sites, wordt het daar eveneens ontoegankelijk. Aangepaste eigenschappen, instellingen en vervaldatums worden ook verwijderd. Wilt u doorgaan?",
|
|
980
982
|
"boxui.unifiedShare.removeLinkConfirmationTitle": "Gedeelde link verwijderen",
|
|
981
983
|
"boxui.unifiedShare.removeLinkTooltip": "U bent niet gemachtigd om de link te verwijderen.",
|
package/i18n/nl-NL.properties
CHANGED
|
@@ -1952,6 +1952,10 @@ boxui.unifiedShare.previewerUploaderLevelDescription = Uploaden en voorbeelden b
|
|
|
1952
1952
|
boxui.unifiedShare.previewerUploaderLevelText = Previewer-uploader
|
|
1953
1953
|
# Tooltip description to explain recommendation for sharing tooltip
|
|
1954
1954
|
boxui.unifiedShare.recommendedSharingTooltipCalloutText = Op basis van uw gebruik zijn we van mening dat {fullName} dit bestand mogelijk interessant vindt.
|
|
1955
|
+
# Description for confirmation modal to remove a collaborator
|
|
1956
|
+
boxui.unifiedShare.removeCollaboratorConfirmationDescription = Are you sure you want to remove {name} as a collaborator?
|
|
1957
|
+
# Label for confirmation modal to remove a collaborator (title-case)
|
|
1958
|
+
boxui.unifiedShare.removeCollaboratorConfirmationTitle = Remove Collaborator
|
|
1955
1959
|
# Description for confirmation modal to remove a shared link
|
|
1956
1960
|
boxui.unifiedShare.removeLinkConfirmationDescription = Hiermee wordt de gedeelde link permanent verwijderd. Als dit item is ingesloten op andere sites, wordt het daar eveneens ontoegankelijk. Aangepaste eigenschappen, instellingen en vervaldatums worden ook verwijderd. Wilt u doorgaan?
|
|
1957
1961
|
# Label for confirmation modal to remove a shared link (title-case)
|
package/i18n/pl-PL.js
CHANGED
|
@@ -976,6 +976,8 @@ export default {
|
|
|
976
976
|
"boxui.unifiedShare.previewerUploaderLevelDescription": "Przekazywanie i wyświetlanie podglądu",
|
|
977
977
|
"boxui.unifiedShare.previewerUploaderLevelText": "Wyświetlający podgląd / przekazujący",
|
|
978
978
|
"boxui.unifiedShare.recommendedSharingTooltipCalloutText": "Na podstawie sposobu użytkowania naszym zdaniem {fullName} zainteresuje się tym plikiem.",
|
|
979
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationDescription": "Are you sure you want to remove {name} as a collaborator?",
|
|
980
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationTitle": "Remove Collaborator",
|
|
979
981
|
"boxui.unifiedShare.removeLinkConfirmationDescription": "Spowoduje to trwałe usunięcie łącza udostępnionego. Jeśli element ten jest osadzony w innych witrynach, również stanie się niedostępny. Usunięte zostaną także wszelkie niestandardowe właściwości, ustawienia i wygasania. Czy chcesz kontynuować?",
|
|
980
982
|
"boxui.unifiedShare.removeLinkConfirmationTitle": "Usuń łącze udostępnione",
|
|
981
983
|
"boxui.unifiedShare.removeLinkTooltip": "Nie masz uprawnień do usunięcia łącza.",
|
package/i18n/pl-PL.properties
CHANGED
|
@@ -1952,6 +1952,10 @@ boxui.unifiedShare.previewerUploaderLevelDescription = Przekazywanie i wyświetl
|
|
|
1952
1952
|
boxui.unifiedShare.previewerUploaderLevelText = Wyświetlający podgląd / przekazujący
|
|
1953
1953
|
# Tooltip description to explain recommendation for sharing tooltip
|
|
1954
1954
|
boxui.unifiedShare.recommendedSharingTooltipCalloutText = Na podstawie sposobu użytkowania naszym zdaniem {fullName} zainteresuje się tym plikiem.
|
|
1955
|
+
# Description for confirmation modal to remove a collaborator
|
|
1956
|
+
boxui.unifiedShare.removeCollaboratorConfirmationDescription = Are you sure you want to remove {name} as a collaborator?
|
|
1957
|
+
# Label for confirmation modal to remove a collaborator (title-case)
|
|
1958
|
+
boxui.unifiedShare.removeCollaboratorConfirmationTitle = Remove Collaborator
|
|
1955
1959
|
# Description for confirmation modal to remove a shared link
|
|
1956
1960
|
boxui.unifiedShare.removeLinkConfirmationDescription = Spowoduje to trwałe usunięcie łącza udostępnionego. Jeśli element ten jest osadzony w innych witrynach, również stanie się niedostępny. Usunięte zostaną także wszelkie niestandardowe właściwości, ustawienia i wygasania. Czy chcesz kontynuować?
|
|
1957
1961
|
# Label for confirmation modal to remove a shared link (title-case)
|
package/i18n/pt-BR.js
CHANGED
|
@@ -976,6 +976,8 @@ export default {
|
|
|
976
976
|
"boxui.unifiedShare.previewerUploaderLevelDescription": "Carregar e pré-visualizar",
|
|
977
977
|
"boxui.unifiedShare.previewerUploaderLevelText": "Carregador Pré-visualizador",
|
|
978
978
|
"boxui.unifiedShare.recommendedSharingTooltipCalloutText": "Com base no uso, achamos que {fullName} poderia se interessar por este arquivo.",
|
|
979
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationDescription": "Are you sure you want to remove {name} as a collaborator?",
|
|
980
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationTitle": "Remove Collaborator",
|
|
979
981
|
"boxui.unifiedShare.removeLinkConfirmationDescription": "Isso irá remover permanentemente o link compartilhado. Se esse item for incorporado em outros sites, ele se tornará inacessível. Quaisquer propriedades, configurações e expirações personalizadas também serão removidas. Deseja continuar?",
|
|
980
982
|
"boxui.unifiedShare.removeLinkConfirmationTitle": "Remover link compartilhado",
|
|
981
983
|
"boxui.unifiedShare.removeLinkTooltip": "Você não tem permissão para remover o link.",
|
package/i18n/pt-BR.properties
CHANGED
|
@@ -1952,6 +1952,10 @@ boxui.unifiedShare.previewerUploaderLevelDescription = Carregar e pré-visualiza
|
|
|
1952
1952
|
boxui.unifiedShare.previewerUploaderLevelText = Carregador Pré-visualizador
|
|
1953
1953
|
# Tooltip description to explain recommendation for sharing tooltip
|
|
1954
1954
|
boxui.unifiedShare.recommendedSharingTooltipCalloutText = Com base no uso, achamos que {fullName} poderia se interessar por este arquivo.
|
|
1955
|
+
# Description for confirmation modal to remove a collaborator
|
|
1956
|
+
boxui.unifiedShare.removeCollaboratorConfirmationDescription = Are you sure you want to remove {name} as a collaborator?
|
|
1957
|
+
# Label for confirmation modal to remove a collaborator (title-case)
|
|
1958
|
+
boxui.unifiedShare.removeCollaboratorConfirmationTitle = Remove Collaborator
|
|
1955
1959
|
# Description for confirmation modal to remove a shared link
|
|
1956
1960
|
boxui.unifiedShare.removeLinkConfirmationDescription = Isso irá remover permanentemente o link compartilhado. Se esse item for incorporado em outros sites, ele se tornará inacessível. Quaisquer propriedades, configurações e expirações personalizadas também serão removidas. Deseja continuar?
|
|
1957
1961
|
# Label for confirmation modal to remove a shared link (title-case)
|
package/i18n/ru-RU.js
CHANGED
|
@@ -976,6 +976,8 @@ export default {
|
|
|
976
976
|
"boxui.unifiedShare.previewerUploaderLevelDescription": "Загрузка и предпросмотр",
|
|
977
977
|
"boxui.unifiedShare.previewerUploaderLevelText": "С правом предпросмотра и загрузки",
|
|
978
978
|
"boxui.unifiedShare.recommendedSharingTooltipCalloutText": "{fullName}, вам может быть интересен этот файл.",
|
|
979
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationDescription": "Are you sure you want to remove {name} as a collaborator?",
|
|
980
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationTitle": "Remove Collaborator",
|
|
979
981
|
"boxui.unifiedShare.removeLinkConfirmationDescription": "Это действие приведет к удалению общей ссылки. Если этот элемент добавлен на других сайтах, он также станет недоступным. Любые настраиваемые свойства, настройки и сроки также будут удалены. Продолжить?",
|
|
980
982
|
"boxui.unifiedShare.removeLinkConfirmationTitle": "Удалить общую ссылку",
|
|
981
983
|
"boxui.unifiedShare.removeLinkTooltip": "У вас нет прав на удаление ссылки.",
|
package/i18n/ru-RU.properties
CHANGED
|
@@ -1952,6 +1952,10 @@ boxui.unifiedShare.previewerUploaderLevelDescription = Загрузка и пр
|
|
|
1952
1952
|
boxui.unifiedShare.previewerUploaderLevelText = С правом предпросмотра и загрузки
|
|
1953
1953
|
# Tooltip description to explain recommendation for sharing tooltip
|
|
1954
1954
|
boxui.unifiedShare.recommendedSharingTooltipCalloutText = {fullName}, вам может быть интересен этот файл.
|
|
1955
|
+
# Description for confirmation modal to remove a collaborator
|
|
1956
|
+
boxui.unifiedShare.removeCollaboratorConfirmationDescription = Are you sure you want to remove {name} as a collaborator?
|
|
1957
|
+
# Label for confirmation modal to remove a collaborator (title-case)
|
|
1958
|
+
boxui.unifiedShare.removeCollaboratorConfirmationTitle = Remove Collaborator
|
|
1955
1959
|
# Description for confirmation modal to remove a shared link
|
|
1956
1960
|
boxui.unifiedShare.removeLinkConfirmationDescription = Это действие приведет к удалению общей ссылки. Если этот элемент добавлен на других сайтах, он также станет недоступным. Любые настраиваемые свойства, настройки и сроки также будут удалены. Продолжить?
|
|
1957
1961
|
# Label for confirmation modal to remove a shared link (title-case)
|
package/i18n/sv-SE.js
CHANGED
|
@@ -976,6 +976,8 @@ export default {
|
|
|
976
976
|
"boxui.unifiedShare.previewerUploaderLevelDescription": "Ladda upp och förhandsgranska",
|
|
977
977
|
"boxui.unifiedShare.previewerUploaderLevelText": "Förhandsgranskare/Uppladdare",
|
|
978
978
|
"boxui.unifiedShare.recommendedSharingTooltipCalloutText": "Baserat på din användning tror vi att {fullName} skulle vara intresserad av den här filen.",
|
|
979
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationDescription": "Are you sure you want to remove {name} as a collaborator?",
|
|
980
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationTitle": "Remove Collaborator",
|
|
979
981
|
"boxui.unifiedShare.removeLinkConfirmationDescription": "Detta tar permanent bort den delade länken. Om det här objektet är inbäddat på andra platser kommer det inte längre att vara åtkomligt där. Alla anpassade egenskaper, inställningar och förfallodatum kommer också att tas bort. Vill du fortsätta?",
|
|
980
982
|
"boxui.unifiedShare.removeLinkConfirmationTitle": "Ta bort delad länk",
|
|
981
983
|
"boxui.unifiedShare.removeLinkTooltip": "Du har inte behörighet att ta bort länken.",
|
package/i18n/sv-SE.properties
CHANGED
|
@@ -1952,6 +1952,10 @@ boxui.unifiedShare.previewerUploaderLevelDescription = Ladda upp och förhandsgr
|
|
|
1952
1952
|
boxui.unifiedShare.previewerUploaderLevelText = Förhandsgranskare/Uppladdare
|
|
1953
1953
|
# Tooltip description to explain recommendation for sharing tooltip
|
|
1954
1954
|
boxui.unifiedShare.recommendedSharingTooltipCalloutText = Baserat på din användning tror vi att {fullName} skulle vara intresserad av den här filen.
|
|
1955
|
+
# Description for confirmation modal to remove a collaborator
|
|
1956
|
+
boxui.unifiedShare.removeCollaboratorConfirmationDescription = Are you sure you want to remove {name} as a collaborator?
|
|
1957
|
+
# Label for confirmation modal to remove a collaborator (title-case)
|
|
1958
|
+
boxui.unifiedShare.removeCollaboratorConfirmationTitle = Remove Collaborator
|
|
1955
1959
|
# Description for confirmation modal to remove a shared link
|
|
1956
1960
|
boxui.unifiedShare.removeLinkConfirmationDescription = Detta tar permanent bort den delade länken. Om det här objektet är inbäddat på andra platser kommer det inte längre att vara åtkomligt där. Alla anpassade egenskaper, inställningar och förfallodatum kommer också att tas bort. Vill du fortsätta?
|
|
1957
1961
|
# Label for confirmation modal to remove a shared link (title-case)
|
package/i18n/tr-TR.js
CHANGED
|
@@ -976,6 +976,8 @@ export default {
|
|
|
976
976
|
"boxui.unifiedShare.previewerUploaderLevelDescription": "Yükleme ve ön görüntüleme",
|
|
977
977
|
"boxui.unifiedShare.previewerUploaderLevelText": "Ön Görüntüleyici Yükleyici",
|
|
978
978
|
"boxui.unifiedShare.recommendedSharingTooltipCalloutText": "Kullanımınıza bağlı olarak {fullName} adlı kişinin bu dosyayla ilgileneceğini düşünüyoruz.",
|
|
979
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationDescription": "Are you sure you want to remove {name} as a collaborator?",
|
|
980
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationTitle": "Remove Collaborator",
|
|
979
981
|
"boxui.unifiedShare.removeLinkConfirmationDescription": "Bu işlem paylaşılmış bağlantıyı kalıcı olarak kaldıracak. Bağlantı başka sitelerde gömülü durumdaysa erişilemez hale gelecek. Tüm özel özellikler, ayarlar ve sona erme tarihleri de kaldırılacak. Devam etmek istiyor musunuz?",
|
|
980
982
|
"boxui.unifiedShare.removeLinkConfirmationTitle": "Paylaşılmış Bağlantıyı Kaldır",
|
|
981
983
|
"boxui.unifiedShare.removeLinkTooltip": "Bağlantıyı kaldırma izniniz yok.",
|
package/i18n/tr-TR.properties
CHANGED
|
@@ -1952,6 +1952,10 @@ boxui.unifiedShare.previewerUploaderLevelDescription = Yükleme ve ön görünt
|
|
|
1952
1952
|
boxui.unifiedShare.previewerUploaderLevelText = Ön Görüntüleyici Yükleyici
|
|
1953
1953
|
# Tooltip description to explain recommendation for sharing tooltip
|
|
1954
1954
|
boxui.unifiedShare.recommendedSharingTooltipCalloutText = Kullanımınıza bağlı olarak {fullName} adlı kişinin bu dosyayla ilgileneceğini düşünüyoruz.
|
|
1955
|
+
# Description for confirmation modal to remove a collaborator
|
|
1956
|
+
boxui.unifiedShare.removeCollaboratorConfirmationDescription = Are you sure you want to remove {name} as a collaborator?
|
|
1957
|
+
# Label for confirmation modal to remove a collaborator (title-case)
|
|
1958
|
+
boxui.unifiedShare.removeCollaboratorConfirmationTitle = Remove Collaborator
|
|
1955
1959
|
# Description for confirmation modal to remove a shared link
|
|
1956
1960
|
boxui.unifiedShare.removeLinkConfirmationDescription = Bu işlem paylaşılmış bağlantıyı kalıcı olarak kaldıracak. Bağlantı başka sitelerde gömülü durumdaysa erişilemez hale gelecek. Tüm özel özellikler, ayarlar ve sona erme tarihleri de kaldırılacak. Devam etmek istiyor musunuz?
|
|
1957
1961
|
# Label for confirmation modal to remove a shared link (title-case)
|
package/i18n/zh-CN.js
CHANGED
|
@@ -976,6 +976,8 @@ export default {
|
|
|
976
976
|
"boxui.unifiedShare.previewerUploaderLevelDescription": "上传并预览",
|
|
977
977
|
"boxui.unifiedShare.previewerUploaderLevelText": "上传者(预览者)",
|
|
978
978
|
"boxui.unifiedShare.recommendedSharingTooltipCalloutText": "根据您的使用情况,我们认为 {fullName} 会对此文件感兴趣。",
|
|
979
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationDescription": "Are you sure you want to remove {name} as a collaborator?",
|
|
980
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationTitle": "Remove Collaborator",
|
|
979
981
|
"boxui.unifiedShare.removeLinkConfirmationDescription": "这将永久地删除此共享链接。如果此项目嵌入在其他站点上,它还将变得不可访问。同时将移除任何自定义属性、设置和过期期限。是否继续?",
|
|
980
982
|
"boxui.unifiedShare.removeLinkConfirmationTitle": "删除共享链接",
|
|
981
983
|
"boxui.unifiedShare.removeLinkTooltip": "您无权删除链接。",
|
package/i18n/zh-CN.properties
CHANGED
|
@@ -1952,6 +1952,10 @@ boxui.unifiedShare.previewerUploaderLevelDescription = 上传并预览
|
|
|
1952
1952
|
boxui.unifiedShare.previewerUploaderLevelText = 上传者(预览者)
|
|
1953
1953
|
# Tooltip description to explain recommendation for sharing tooltip
|
|
1954
1954
|
boxui.unifiedShare.recommendedSharingTooltipCalloutText = 根据您的使用情况,我们认为 {fullName} 会对此文件感兴趣。
|
|
1955
|
+
# Description for confirmation modal to remove a collaborator
|
|
1956
|
+
boxui.unifiedShare.removeCollaboratorConfirmationDescription = Are you sure you want to remove {name} as a collaborator?
|
|
1957
|
+
# Label for confirmation modal to remove a collaborator (title-case)
|
|
1958
|
+
boxui.unifiedShare.removeCollaboratorConfirmationTitle = Remove Collaborator
|
|
1955
1959
|
# Description for confirmation modal to remove a shared link
|
|
1956
1960
|
boxui.unifiedShare.removeLinkConfirmationDescription = 这将永久地删除此共享链接。如果此项目嵌入在其他站点上,它还将变得不可访问。同时将移除任何自定义属性、设置和过期期限。是否继续?
|
|
1957
1961
|
# Label for confirmation modal to remove a shared link (title-case)
|
package/i18n/zh-TW.js
CHANGED
|
@@ -976,6 +976,8 @@ export default {
|
|
|
976
976
|
"boxui.unifiedShare.previewerUploaderLevelDescription": "上傳及預覽",
|
|
977
977
|
"boxui.unifiedShare.previewerUploaderLevelText": "具預覽權限的上傳者",
|
|
978
978
|
"boxui.unifiedShare.recommendedSharingTooltipCalloutText": "根據您的使用情形來看,我們認為 {fullName} 應該會對這個檔案有興趣。",
|
|
979
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationDescription": "Are you sure you want to remove {name} as a collaborator?",
|
|
980
|
+
"boxui.unifiedShare.removeCollaboratorConfirmationTitle": "Remove Collaborator",
|
|
979
981
|
"boxui.unifiedShare.removeLinkConfirmationDescription": "這會永久移除共用的連結。若此項目已內嵌於其他網站,該些網站亦將無法存取此項目。系統也會移除所有自訂屬性、設定及到期日。您是否要繼續?",
|
|
980
982
|
"boxui.unifiedShare.removeLinkConfirmationTitle": "移除共用的連結",
|
|
981
983
|
"boxui.unifiedShare.removeLinkTooltip": "您沒有權限可移除連結。",
|
package/i18n/zh-TW.properties
CHANGED
|
@@ -1952,6 +1952,10 @@ boxui.unifiedShare.previewerUploaderLevelDescription = 上傳及預覽
|
|
|
1952
1952
|
boxui.unifiedShare.previewerUploaderLevelText = 具預覽權限的上傳者
|
|
1953
1953
|
# Tooltip description to explain recommendation for sharing tooltip
|
|
1954
1954
|
boxui.unifiedShare.recommendedSharingTooltipCalloutText = 根據您的使用情形來看,我們認為 {fullName} 應該會對這個檔案有興趣。
|
|
1955
|
+
# Description for confirmation modal to remove a collaborator
|
|
1956
|
+
boxui.unifiedShare.removeCollaboratorConfirmationDescription = Are you sure you want to remove {name} as a collaborator?
|
|
1957
|
+
# Label for confirmation modal to remove a collaborator (title-case)
|
|
1958
|
+
boxui.unifiedShare.removeCollaboratorConfirmationTitle = Remove Collaborator
|
|
1955
1959
|
# Description for confirmation modal to remove a shared link
|
|
1956
1960
|
boxui.unifiedShare.removeLinkConfirmationDescription = 這會永久移除共用的連結。若此項目已內嵌於其他網站,該些網站亦將無法存取此項目。系統也會移除所有自訂屬性、設定及到期日。您是否要繼續?
|
|
1957
1961
|
# Label for confirmation modal to remove a shared link (title-case)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "box-ui-elements",
|
|
3
|
-
"version": "23.
|
|
3
|
+
"version": "23.2.0",
|
|
4
4
|
"description": "Box UI Elements",
|
|
5
5
|
"author": "Box (https://www.box.com/)",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"@box/metadata-editor": "^0.97.3",
|
|
139
139
|
"@box/react-virtualized": "9.22.3-rc-box.9",
|
|
140
140
|
"@cfaester/enzyme-adapter-react-18": "^0.8.0",
|
|
141
|
-
"@chromatic-com/storybook": "^
|
|
141
|
+
"@chromatic-com/storybook": "^3.2.6",
|
|
142
142
|
"@commitlint/cli": "^8.3.5",
|
|
143
143
|
"@commitlint/config-conventional": "^8.3.4",
|
|
144
144
|
"@eslint/eslintrc": "^3.1.0",
|
|
@@ -147,21 +147,21 @@
|
|
|
147
147
|
"@formatjs/intl-relativetimeformat": "^4.5.9",
|
|
148
148
|
"@formatjs/intl-unified-numberformat": "^3.2.0",
|
|
149
149
|
"@hapi/address": "^2.1.4",
|
|
150
|
-
"@storybook/addon-actions": "^8.
|
|
151
|
-
"@storybook/addon-docs": "^8.
|
|
152
|
-
"@storybook/addon-essentials": "^8.
|
|
153
|
-
"@storybook/addon-interactions": "^8.
|
|
150
|
+
"@storybook/addon-actions": "^8.6.12",
|
|
151
|
+
"@storybook/addon-docs": "^8.6.12",
|
|
152
|
+
"@storybook/addon-essentials": "^8.6.12",
|
|
153
|
+
"@storybook/addon-interactions": "^8.6.12",
|
|
154
154
|
"@storybook/addon-knobs": "^8.0.1",
|
|
155
|
-
"@storybook/addon-links": "^8.
|
|
155
|
+
"@storybook/addon-links": "^8.6.12",
|
|
156
156
|
"@storybook/addon-styling": "^1.3.7",
|
|
157
|
-
"@storybook/addon-styling-webpack": "^1.0.
|
|
158
|
-
"@storybook/addon-webpack5-compiler-babel": "^3.0.
|
|
159
|
-
"@storybook/blocks": "^8.
|
|
160
|
-
"@storybook/manager-api": "^8.
|
|
161
|
-
"@storybook/preview-api": "^8.
|
|
162
|
-
"@storybook/react-webpack5": "^8.
|
|
163
|
-
"@storybook/test": "^8.
|
|
164
|
-
"@storybook/theming": "^8.
|
|
157
|
+
"@storybook/addon-styling-webpack": "^1.0.1",
|
|
158
|
+
"@storybook/addon-webpack5-compiler-babel": "^3.0.6",
|
|
159
|
+
"@storybook/blocks": "^8.6.12",
|
|
160
|
+
"@storybook/manager-api": "^8.6.12",
|
|
161
|
+
"@storybook/preview-api": "^8.6.12",
|
|
162
|
+
"@storybook/react-webpack5": "^8.6.12",
|
|
163
|
+
"@storybook/test": "^8.6.12",
|
|
164
|
+
"@storybook/theming": "^8.6.12",
|
|
165
165
|
"@testing-library/jest-dom": "^6.4.6",
|
|
166
166
|
"@testing-library/react": "^16.0.0",
|
|
167
167
|
"@testing-library/user-event": "^14.5.2",
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"mini-css-extract-plugin": "^2.9.0",
|
|
243
243
|
"mousetrap": "^1.6.3",
|
|
244
244
|
"msw": "^2.1.5",
|
|
245
|
-
"msw-storybook-addon": "^2.0.
|
|
245
|
+
"msw-storybook-addon": "^2.0.4",
|
|
246
246
|
"npm-run-all": "^4.1.5",
|
|
247
247
|
"pikaday": "^1.8.0",
|
|
248
248
|
"postcss": "^8.5.3",
|
|
@@ -281,8 +281,8 @@
|
|
|
281
281
|
"semantic-release": "^24.2.3",
|
|
282
282
|
"sinon": "^2.3.7",
|
|
283
283
|
"source-map-loader": "^0.2.4",
|
|
284
|
-
"storybook": "^8.
|
|
285
|
-
"storybook-react-intl": "^3.
|
|
284
|
+
"storybook": "^8.6.12",
|
|
285
|
+
"storybook-react-intl": "^3.2.3",
|
|
286
286
|
"string-replace-loader": "^3.1.0",
|
|
287
287
|
"styled-components": "5.0.0",
|
|
288
288
|
"stylelint": "^16.18.0",
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
@mixin BackgroundGradientHover {
|
|
7
7
|
background: linear-gradient(0deg, #2223, #2223), linear-gradient(135deg, #fe01da 0%, var(--light-blue-100) 100%);
|
|
8
|
-
border: var(--border-1 solid #2222224d
|
|
8
|
+
border: var(--border-1) solid #2222224d;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.be-ContentAnswersOpenButton {
|
|
@@ -21,11 +21,13 @@ import './CollaboratorList.scss';
|
|
|
21
21
|
const MAX_COLLABORATOR_LIST_SIZE = 90;
|
|
22
22
|
|
|
23
23
|
type Props = {
|
|
24
|
+
canRemoveCollaborators?: boolean,
|
|
24
25
|
collaborators: Array<collaboratorType>,
|
|
25
26
|
doneButtonProps?: Object,
|
|
26
27
|
item: ItemType,
|
|
27
28
|
maxCollaboratorListSize: number,
|
|
28
29
|
onDoneClick: Function,
|
|
30
|
+
onRemoveCollaboratorClick?: (collaborator: collaboratorType) => void,
|
|
29
31
|
trackingProps: collaboratorListTrackingType,
|
|
30
32
|
};
|
|
31
33
|
|
|
@@ -47,7 +49,14 @@ class CollaboratorList extends React.Component<Props> {
|
|
|
47
49
|
}
|
|
48
50
|
|
|
49
51
|
render() {
|
|
50
|
-
const {
|
|
52
|
+
const {
|
|
53
|
+
canRemoveCollaborators,
|
|
54
|
+
collaborators,
|
|
55
|
+
onDoneClick,
|
|
56
|
+
maxCollaboratorListSize,
|
|
57
|
+
onRemoveCollaboratorClick,
|
|
58
|
+
trackingProps,
|
|
59
|
+
} = this.props;
|
|
51
60
|
const { usernameProps, emailProps, manageLinkProps, viewAdditionalProps, doneButtonProps } = trackingProps;
|
|
52
61
|
const manageAllBtn = (
|
|
53
62
|
<span className="manage-all-btn">
|
|
@@ -73,6 +82,8 @@ class CollaboratorList extends React.Component<Props> {
|
|
|
73
82
|
usernameProps,
|
|
74
83
|
emailProps,
|
|
75
84
|
}}
|
|
85
|
+
canRemoveCollaborators={canRemoveCollaborators}
|
|
86
|
+
onRemoveCollaborator={onRemoveCollaboratorClick}
|
|
76
87
|
/>
|
|
77
88
|
);
|
|
78
89
|
})}
|