@box/box-ai-content-answers 0.157.0 → 0.158.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 (65) hide show
  1. package/dist/esm/lib/components/answer/answer.js +122 -113
  2. package/dist/esm/lib/components/answer/messages.js +4 -0
  3. package/dist/esm/lib/components/chat/chat.js +70 -68
  4. package/dist/esm/lib/components/content/content.js +25 -25
  5. package/dist/esm/lib/components/thinkingBubble/thinkingBubble.js +75 -72
  6. package/dist/esm/lib/components/welcome-message/messages.js +2 -2
  7. package/dist/i18n/bn-IN.js +3 -2
  8. package/dist/i18n/bn-IN.properties +13 -3
  9. package/dist/i18n/da-DK.js +3 -2
  10. package/dist/i18n/da-DK.properties +13 -3
  11. package/dist/i18n/de-DE.js +3 -2
  12. package/dist/i18n/de-DE.properties +13 -3
  13. package/dist/i18n/en-AU.js +2 -1
  14. package/dist/i18n/en-AU.properties +12 -2
  15. package/dist/i18n/en-CA.js +2 -1
  16. package/dist/i18n/en-CA.properties +12 -2
  17. package/dist/i18n/en-GB.js +2 -1
  18. package/dist/i18n/en-GB.properties +12 -2
  19. package/dist/i18n/en-US.js +3 -2
  20. package/dist/i18n/en-US.properties +4 -2
  21. package/dist/i18n/en-x-pseudo.js +86 -85
  22. package/dist/i18n/en-x-pseudo.properties +91 -81
  23. package/dist/i18n/es-419.js +3 -2
  24. package/dist/i18n/es-419.properties +13 -3
  25. package/dist/i18n/es-ES.js +3 -2
  26. package/dist/i18n/es-ES.properties +13 -3
  27. package/dist/i18n/fi-FI.js +3 -2
  28. package/dist/i18n/fi-FI.properties +13 -3
  29. package/dist/i18n/fr-CA.js +3 -2
  30. package/dist/i18n/fr-CA.properties +13 -3
  31. package/dist/i18n/fr-FR.js +3 -2
  32. package/dist/i18n/fr-FR.properties +13 -3
  33. package/dist/i18n/hi-IN.js +3 -2
  34. package/dist/i18n/hi-IN.properties +13 -3
  35. package/dist/i18n/it-IT.js +3 -2
  36. package/dist/i18n/it-IT.properties +13 -3
  37. package/dist/i18n/ja-JP.js +3 -2
  38. package/dist/i18n/ja-JP.properties +13 -3
  39. package/dist/i18n/json/src/lib/components/answer/messages.json +1 -1
  40. package/dist/i18n/json/src/lib/components/welcome-message/messages.json +1 -1
  41. package/dist/i18n/ko-KR.js +3 -2
  42. package/dist/i18n/ko-KR.properties +13 -3
  43. package/dist/i18n/nb-NO.js +3 -2
  44. package/dist/i18n/nb-NO.properties +13 -3
  45. package/dist/i18n/nl-NL.js +3 -2
  46. package/dist/i18n/nl-NL.properties +13 -3
  47. package/dist/i18n/pl-PL.js +3 -2
  48. package/dist/i18n/pl-PL.properties +13 -3
  49. package/dist/i18n/pt-BR.js +3 -2
  50. package/dist/i18n/pt-BR.properties +13 -3
  51. package/dist/i18n/ru-RU.js +3 -2
  52. package/dist/i18n/ru-RU.properties +13 -3
  53. package/dist/i18n/sv-SE.js +3 -2
  54. package/dist/i18n/sv-SE.properties +13 -3
  55. package/dist/i18n/tr-TR.js +3 -2
  56. package/dist/i18n/tr-TR.properties +13 -3
  57. package/dist/i18n/zh-CN.js +3 -2
  58. package/dist/i18n/zh-CN.properties +13 -3
  59. package/dist/i18n/zh-TW.js +3 -2
  60. package/dist/i18n/zh-TW.properties +13 -3
  61. package/dist/styles/answer.css +1 -1
  62. package/dist/types/lib/components/answer/messages.d.ts +5 -0
  63. package/dist/types/lib/components/chat/chat.d.ts +1 -1
  64. package/dist/types/lib/components/thinkingBubble/thinkingBubble.d.ts +1 -0
  65. package/package.json +4 -4
@@ -40,8 +40,8 @@ boxAI.contentAnswers.disabledTooltipFileNotCompatible = Box AI no es compatible
40
40
  boxAI.contentAnswers.disabledTooltipPermissionsFailed = No se pueden verificar los permisos en este momento. Vuelve a cargar esta página para intentarlo de nuevo
41
41
  # Disabled tooltip message for the Content Answers entry point button while the AI file permissions are being loaded
42
42
  boxAI.contentAnswers.disabledTooltipPermissionsLoading = Comprobando los permisos...
43
- # Disclaimer informing how to report inappropriate content in the feedback tooltip
44
- boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = Para informar de contenido inapropiado, envíe un correo electrónico a {abuseEmailLink}
43
+ # Disclaimer informing how to report inappropriate content in the feedback tooltip, the inside of <abuseFormLink> is the linked, clickable text
44
+ boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = Para informar de contenido inapropiado, envíe <abuseFormLink>este formulario</abuseFormLink>.
45
45
  # Cancel button text for the feedback tooltip
46
46
  boxAI.contentAnswers.feedbackTooltipCancel = Anular
47
47
  # Confirmation message after submitting feedback in the feedback tooltip
@@ -59,7 +59,7 @@ boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3 = Otra
59
59
  # Label for the feedback type radio group in the feedback tooltip
60
60
  boxAI.contentAnswers.feedbackTooltipIssueTypeLabel = ¿Sobre qué tipo de problema desea informar?
61
61
  # Label for checkbox to consent for prompt and answer sharing in the tooltip that asks the user to share feedback on the answer
62
- boxAI.contentAnswers.feedbackTooltipPromptShareConsent = Share my prompt and response to help improve product quality.
62
+ boxAI.contentAnswers.feedbackTooltipPromptShareConsent = Compartir mi indicación y respuesta para ayudar a mejorar la calidad del producto.
63
63
  # Submit button text for the feedback tooltip
64
64
  boxAI.contentAnswers.feedbackTooltipSubmit = Enviar
65
65
  # Title of a tooltip that asks the user to share feedback on the answer
@@ -148,6 +148,16 @@ boxAI.popup.closeButtonText = Cerrar
148
148
  boxAI.textInputWithCopyButton.copyButtonSuccessText = Copiado
149
149
  # Label that shows up while someone hover on close button of files dropdown
150
150
  boxAi.contentAnswers.closeItemList = Cerrar lista de elementos del archivo
151
+ # Tooltip label for button to collapse thinking content
152
+ boxui.contentAnswers.collapseThinkingContent = Collapse
153
+ # Tooltip label for button to expand thinking content
154
+ boxui.contentAnswers.expandThinkingContent = Expand
155
+ # Text shown when thinking is completed
156
+ boxui.contentAnswers.thinkingCompleted = Thinking Complete
157
+ # Aria label for the scrollable thinking content area
158
+ boxui.contentAnswers.thinkingContentScrollableArea = Thinking content scrollable area
159
+ # Text shown when thinking is in progress
160
+ boxui.contentAnswers.thinkingInProgress = Thinking...
151
161
  # Content Answers welcome message spreadsheet supported by Intelligent Query notification
152
162
  boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = Puede hacer preguntas sencillas y complejas a Box AI en su hoja de cálculo: recuentos totales, promedios, comparaciones avanzadas, análisis de tendencias y más. ¡Pruébelo hoy mismo!
153
163
  # Content Answers welcome message spreadsheet notification
@@ -1,4 +1,5 @@
1
1
  export default {
2
+ "boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
2
3
  "boxAI.contentAnswers.ariaTypeSuccessIconLabel": "operación correcta",
3
4
  "boxAI.contentAnswers.ask": "Preguntar",
4
5
  "boxAI.contentAnswers.askDisabledTooltip": "Puedes enviar otra pregunta una vez que Box AI haya terminado de responder",
@@ -20,7 +21,7 @@ export default {
20
21
  "boxAI.contentAnswers.disabledTooltipFileNotCompatible": "Box AI no es compatible actualmente con este tipo de archivo",
21
22
  "boxAI.contentAnswers.disabledTooltipPermissionsFailed": "No se pueden verificar los permisos en este momento. Vuelve a cargar esta página para intentarlo de nuevo",
22
23
  "boxAI.contentAnswers.disabledTooltipPermissionsLoading": "Comprobando los permisos...",
23
- "boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "Para informar de contenido inapropiado, envíe un correo electrónico a {abuseEmailLink}",
24
+ "boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "Para informar de contenido inapropiado, envíe <abuseFormLink>este formulario</abuseFormLink>.",
24
25
  "boxAI.contentAnswers.feedbackTooltipCancel": "Anular",
25
26
  "boxAI.contentAnswers.feedbackTooltipConfirmation": "Gracias por los comentarios.",
26
27
  "boxAI.contentAnswers.feedbackTooltipFeedback": "¿Cómo podemos mejorar la experiencia?",
@@ -29,7 +30,7 @@ export default {
29
30
  "boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2": "No siguió mi solicitud",
30
31
  "boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3": "Otra",
31
32
  "boxAI.contentAnswers.feedbackTooltipIssueTypeLabel": "¿Sobre qué tipo de problema desea informar?",
32
- "boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "Share my prompt and response to help improve product quality.",
33
+ "boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "Compartir mi indicación y respuesta para ayudar a mejorar la calidad del producto.",
33
34
  "boxAI.contentAnswers.feedbackTooltipSubmit": "Enviar",
34
35
  "boxAI.contentAnswers.feedbackTooltipTitle": "Compartir sus comentarios",
35
36
  "boxAI.contentAnswers.fileLandingText": "{numberOfItems,plural,=1{{firstItemName}} other{{files}}}{parentItem,select,other{ en {parentItem}}}",
@@ -40,8 +40,8 @@ boxAI.contentAnswers.disabledTooltipFileNotCompatible = Box AI no es compatible
40
40
  boxAI.contentAnswers.disabledTooltipPermissionsFailed = No se pueden verificar los permisos en este momento. Vuelve a cargar esta página para intentarlo de nuevo
41
41
  # Disabled tooltip message for the Content Answers entry point button while the AI file permissions are being loaded
42
42
  boxAI.contentAnswers.disabledTooltipPermissionsLoading = Comprobando los permisos...
43
- # Disclaimer informing how to report inappropriate content in the feedback tooltip
44
- boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = Para informar de contenido inapropiado, envíe un correo electrónico a {abuseEmailLink}
43
+ # Disclaimer informing how to report inappropriate content in the feedback tooltip, the inside of <abuseFormLink> is the linked, clickable text
44
+ boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = Para informar de contenido inapropiado, envíe <abuseFormLink>este formulario</abuseFormLink>.
45
45
  # Cancel button text for the feedback tooltip
46
46
  boxAI.contentAnswers.feedbackTooltipCancel = Anular
47
47
  # Confirmation message after submitting feedback in the feedback tooltip
@@ -59,7 +59,7 @@ boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3 = Otra
59
59
  # Label for the feedback type radio group in the feedback tooltip
60
60
  boxAI.contentAnswers.feedbackTooltipIssueTypeLabel = ¿Sobre qué tipo de problema desea informar?
61
61
  # Label for checkbox to consent for prompt and answer sharing in the tooltip that asks the user to share feedback on the answer
62
- boxAI.contentAnswers.feedbackTooltipPromptShareConsent = Share my prompt and response to help improve product quality.
62
+ boxAI.contentAnswers.feedbackTooltipPromptShareConsent = Compartir mi indicación y respuesta para ayudar a mejorar la calidad del producto.
63
63
  # Submit button text for the feedback tooltip
64
64
  boxAI.contentAnswers.feedbackTooltipSubmit = Enviar
65
65
  # Title of a tooltip that asks the user to share feedback on the answer
@@ -148,6 +148,16 @@ boxAI.popup.closeButtonText = Cerrar
148
148
  boxAI.textInputWithCopyButton.copyButtonSuccessText = Copiado
149
149
  # Label that shows up while someone hover on close button of files dropdown
150
150
  boxAi.contentAnswers.closeItemList = Cerrar lista de elementos del archivo
151
+ # Tooltip label for button to collapse thinking content
152
+ boxui.contentAnswers.collapseThinkingContent = Collapse
153
+ # Tooltip label for button to expand thinking content
154
+ boxui.contentAnswers.expandThinkingContent = Expand
155
+ # Text shown when thinking is completed
156
+ boxui.contentAnswers.thinkingCompleted = Thinking Complete
157
+ # Aria label for the scrollable thinking content area
158
+ boxui.contentAnswers.thinkingContentScrollableArea = Thinking content scrollable area
159
+ # Text shown when thinking is in progress
160
+ boxui.contentAnswers.thinkingInProgress = Thinking...
151
161
  # Content Answers welcome message spreadsheet supported by Intelligent Query notification
152
162
  boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = Puede hacer preguntas sencillas y complejas a Box AI en su hoja de cálculo: recuentos totales, promedios, comparaciones avanzadas, análisis de tendencias y más. ¡Pruébelo hoy mismo!
153
163
  # Content Answers welcome message spreadsheet notification
@@ -1,4 +1,5 @@
1
1
  export default {
2
+ "boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
2
3
  "boxAI.contentAnswers.ariaTypeSuccessIconLabel": "onnistui",
3
4
  "boxAI.contentAnswers.ask": "Kysy",
4
5
  "boxAI.contentAnswers.askDisabledTooltip": "Voit lähettää toisen kysymyksen, kun Box AI on vastannut",
@@ -20,7 +21,7 @@ export default {
20
21
  "boxAI.contentAnswers.disabledTooltipFileNotCompatible": "Box AI:ta ei tällä hetkellä tueta tälle tiedostotyypille",
21
22
  "boxAI.contentAnswers.disabledTooltipPermissionsFailed": "Käyttöoikeustasoa ei voitu juuri nyt tarkistaa. Yritä uudelleen lataamalla sivu",
22
23
  "boxAI.contentAnswers.disabledTooltipPermissionsLoading": "Tarkistetaan käyttöoikeustasoa...",
23
- "boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "Ilmoita sopimattomasta sisällöstä lähettämällä sähköpostia osoitteesssa {abuseEmailLink}",
24
+ "boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "Ilmoita sopimattomasta sisällöstä lähettämällä <abuseFormLink>tämä lomake</abuseFormLink>.",
24
25
  "boxAI.contentAnswers.feedbackTooltipCancel": "Peruuta",
25
26
  "boxAI.contentAnswers.feedbackTooltipConfirmation": "Kiitos palautteesta.",
26
27
  "boxAI.contentAnswers.feedbackTooltipFeedback": "Miten voimme parantaa kokemusta?",
@@ -29,7 +30,7 @@ export default {
29
30
  "boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2": "Pyyntöäni ei noudatettu",
30
31
  "boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3": "Muu",
31
32
  "boxAI.contentAnswers.feedbackTooltipIssueTypeLabel": "Minkä tyyppisen ongelman haluat ilmoittaa?",
32
- "boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "Share my prompt and response to help improve product quality.",
33
+ "boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "Jaa kehotteeni ja vastaukseni tuotteen laadun parantamiseksi.",
33
34
  "boxAI.contentAnswers.feedbackTooltipSubmit": "Lähetä",
34
35
  "boxAI.contentAnswers.feedbackTooltipTitle": "Jaa palautteesi",
35
36
  "boxAI.contentAnswers.fileLandingText": "{numberOfItems,plural,=1{{firstItemName}} other{{files}}}{parentItem,select,other{ kohteessa {parentItem}}}",
@@ -40,8 +40,8 @@ boxAI.contentAnswers.disabledTooltipFileNotCompatible = Box AI:ta ei tällä het
40
40
  boxAI.contentAnswers.disabledTooltipPermissionsFailed = Käyttöoikeustasoa ei voitu juuri nyt tarkistaa. Yritä uudelleen lataamalla sivu
41
41
  # Disabled tooltip message for the Content Answers entry point button while the AI file permissions are being loaded
42
42
  boxAI.contentAnswers.disabledTooltipPermissionsLoading = Tarkistetaan käyttöoikeustasoa...
43
- # Disclaimer informing how to report inappropriate content in the feedback tooltip
44
- boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = Ilmoita sopimattomasta sisällöstä lähettämällä sähköpostia osoitteesssa {abuseEmailLink}
43
+ # Disclaimer informing how to report inappropriate content in the feedback tooltip, the inside of <abuseFormLink> is the linked, clickable text
44
+ boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = Ilmoita sopimattomasta sisällöstä lähettämällä <abuseFormLink>tämä lomake</abuseFormLink>.
45
45
  # Cancel button text for the feedback tooltip
46
46
  boxAI.contentAnswers.feedbackTooltipCancel = Peruuta
47
47
  # Confirmation message after submitting feedback in the feedback tooltip
@@ -59,7 +59,7 @@ boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3 = Muu
59
59
  # Label for the feedback type radio group in the feedback tooltip
60
60
  boxAI.contentAnswers.feedbackTooltipIssueTypeLabel = Minkä tyyppisen ongelman haluat ilmoittaa?
61
61
  # Label for checkbox to consent for prompt and answer sharing in the tooltip that asks the user to share feedback on the answer
62
- boxAI.contentAnswers.feedbackTooltipPromptShareConsent = Share my prompt and response to help improve product quality.
62
+ boxAI.contentAnswers.feedbackTooltipPromptShareConsent = Jaa kehotteeni ja vastaukseni tuotteen laadun parantamiseksi.
63
63
  # Submit button text for the feedback tooltip
64
64
  boxAI.contentAnswers.feedbackTooltipSubmit = Lähetä
65
65
  # Title of a tooltip that asks the user to share feedback on the answer
@@ -148,6 +148,16 @@ boxAI.popup.closeButtonText = Sulje
148
148
  boxAI.textInputWithCopyButton.copyButtonSuccessText = Kopioitu
149
149
  # Label that shows up while someone hover on close button of files dropdown
150
150
  boxAi.contentAnswers.closeItemList = Sulje tiedostokohteiden luettelo
151
+ # Tooltip label for button to collapse thinking content
152
+ boxui.contentAnswers.collapseThinkingContent = Collapse
153
+ # Tooltip label for button to expand thinking content
154
+ boxui.contentAnswers.expandThinkingContent = Expand
155
+ # Text shown when thinking is completed
156
+ boxui.contentAnswers.thinkingCompleted = Thinking Complete
157
+ # Aria label for the scrollable thinking content area
158
+ boxui.contentAnswers.thinkingContentScrollableArea = Thinking content scrollable area
159
+ # Text shown when thinking is in progress
160
+ boxui.contentAnswers.thinkingInProgress = Thinking...
151
161
  # Content Answers welcome message spreadsheet supported by Intelligent Query notification
152
162
  boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = Voit kysyä Box AI:lta laskentataulukossa sekä yksinkertaisia että monimutkaisia kysymyksiä ja selvittää esimerkiksi yhteissummia, keskiarvoja, edistyneitä vertailuja ja trendianalyyseja. Kokeile sitä jo tänään!
153
163
  # Content Answers welcome message spreadsheet notification
@@ -1,4 +1,5 @@
1
1
  export default {
2
+ "boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
2
3
  "boxAI.contentAnswers.ariaTypeSuccessIconLabel": "opération réussie",
3
4
  "boxAI.contentAnswers.ask": "Demander",
4
5
  "boxAI.contentAnswers.askDisabledTooltip": "Vous pouvez soumettre une autre question une fois que Box AI a fini de répondre.",
@@ -20,7 +21,7 @@ export default {
20
21
  "boxAI.contentAnswers.disabledTooltipFileNotCompatible": "Box AI n'est actuellement pas pris en charge pour ce type de fichier",
21
22
  "boxAI.contentAnswers.disabledTooltipPermissionsFailed": "Impossible de vérifier les autorisations pour le moment. Veuillez recharger cette page pour réessayer",
22
23
  "boxAI.contentAnswers.disabledTooltipPermissionsLoading": "Vérification des autorisations...",
23
- "boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "Pour signaler un contenu inapproprié, envoyez un e-mail à {abuseEmailLink}",
24
+ "boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "Veuillez soumettre <abuseFormLink>ce formulaire</abuseFormLink> afin de signaler un contenu inapproprié.",
24
25
  "boxAI.contentAnswers.feedbackTooltipCancel": "Annuler",
25
26
  "boxAI.contentAnswers.feedbackTooltipConfirmation": "Merci pour le commentaire.",
26
27
  "boxAI.contentAnswers.feedbackTooltipFeedback": "Comment pouvons-nous améliorer cette expérience ?",
@@ -29,7 +30,7 @@ export default {
29
30
  "boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2": "N'a pas suivi ma demande",
30
31
  "boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3": "Autres",
31
32
  "boxAI.contentAnswers.feedbackTooltipIssueTypeLabel": "Quel type de problème souhaitez-vous signaler ?",
32
- "boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "Share my prompt and response to help improve product quality.",
33
+ "boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "Partager mon invite et ma réponse pour aider à améliorer la qualité du produit.",
33
34
  "boxAI.contentAnswers.feedbackTooltipSubmit": "Envoyer",
34
35
  "boxAI.contentAnswers.feedbackTooltipTitle": "Partagez vos commentaires",
35
36
  "boxAI.contentAnswers.fileLandingText": "{numberOfItems,plural,=1{{firstItemName}} other{{files}}}{parentItem,select,other{ dans {parentItem}}}",
@@ -40,8 +40,8 @@ boxAI.contentAnswers.disabledTooltipFileNotCompatible = Box AI n'est actuellemen
40
40
  boxAI.contentAnswers.disabledTooltipPermissionsFailed = Impossible de vérifier les autorisations pour le moment. Veuillez recharger cette page pour réessayer
41
41
  # Disabled tooltip message for the Content Answers entry point button while the AI file permissions are being loaded
42
42
  boxAI.contentAnswers.disabledTooltipPermissionsLoading = Vérification des autorisations...
43
- # Disclaimer informing how to report inappropriate content in the feedback tooltip
44
- boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = Pour signaler un contenu inapproprié, envoyez un e-mail à {abuseEmailLink}
43
+ # Disclaimer informing how to report inappropriate content in the feedback tooltip, the inside of <abuseFormLink> is the linked, clickable text
44
+ boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = Veuillez soumettre <abuseFormLink>ce formulaire</abuseFormLink> afin de signaler un contenu inapproprié.
45
45
  # Cancel button text for the feedback tooltip
46
46
  boxAI.contentAnswers.feedbackTooltipCancel = Annuler
47
47
  # Confirmation message after submitting feedback in the feedback tooltip
@@ -59,7 +59,7 @@ boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3 = Autres
59
59
  # Label for the feedback type radio group in the feedback tooltip
60
60
  boxAI.contentAnswers.feedbackTooltipIssueTypeLabel = Quel type de problème souhaitez-vous signaler ?
61
61
  # Label for checkbox to consent for prompt and answer sharing in the tooltip that asks the user to share feedback on the answer
62
- boxAI.contentAnswers.feedbackTooltipPromptShareConsent = Share my prompt and response to help improve product quality.
62
+ boxAI.contentAnswers.feedbackTooltipPromptShareConsent = Partager mon invite et ma réponse pour aider à améliorer la qualité du produit.
63
63
  # Submit button text for the feedback tooltip
64
64
  boxAI.contentAnswers.feedbackTooltipSubmit = Envoyer
65
65
  # Title of a tooltip that asks the user to share feedback on the answer
@@ -148,6 +148,16 @@ boxAI.popup.closeButtonText = Fermer
148
148
  boxAI.textInputWithCopyButton.copyButtonSuccessText = Copié
149
149
  # Label that shows up while someone hover on close button of files dropdown
150
150
  boxAi.contentAnswers.closeItemList = Fermer la liste des éléments de fichier
151
+ # Tooltip label for button to collapse thinking content
152
+ boxui.contentAnswers.collapseThinkingContent = Collapse
153
+ # Tooltip label for button to expand thinking content
154
+ boxui.contentAnswers.expandThinkingContent = Expand
155
+ # Text shown when thinking is completed
156
+ boxui.contentAnswers.thinkingCompleted = Thinking Complete
157
+ # Aria label for the scrollable thinking content area
158
+ boxui.contentAnswers.thinkingContentScrollableArea = Thinking content scrollable area
159
+ # Text shown when thinking is in progress
160
+ boxui.contentAnswers.thinkingInProgress = Thinking...
151
161
  # Content Answers welcome message spreadsheet supported by Intelligent Query notification
152
162
  boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = Vous pouvez poser des questions simples et complexes à Box AI dans votre feuille de calcul : décomptes totaux, moyennes, comparaisons avancées, analyses de tendances, et bien plus encore. Essayez-le aujourd'hui !
153
163
  # Content Answers welcome message spreadsheet notification
@@ -1,4 +1,5 @@
1
1
  export default {
2
+ "boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
2
3
  "boxAI.contentAnswers.ariaTypeSuccessIconLabel": "opération réussie",
3
4
  "boxAI.contentAnswers.ask": "Demander",
4
5
  "boxAI.contentAnswers.askDisabledTooltip": "Vous pouvez soumettre une autre question une fois que Box AI a fini de répondre.",
@@ -20,7 +21,7 @@ export default {
20
21
  "boxAI.contentAnswers.disabledTooltipFileNotCompatible": "Box AI n'est actuellement pas pris en charge pour ce type de fichier",
21
22
  "boxAI.contentAnswers.disabledTooltipPermissionsFailed": "Impossible de vérifier les autorisations pour le moment. Veuillez recharger cette page pour réessayer",
22
23
  "boxAI.contentAnswers.disabledTooltipPermissionsLoading": "Vérification des autorisations...",
23
- "boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "Pour signaler un contenu inapproprié, envoyez un e-mail à {abuseEmailLink}",
24
+ "boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "Veuillez soumettre <abuseFormLink>ce formulaire</abuseFormLink> afin de signaler un contenu inapproprié.",
24
25
  "boxAI.contentAnswers.feedbackTooltipCancel": "Annuler",
25
26
  "boxAI.contentAnswers.feedbackTooltipConfirmation": "Merci pour le commentaire.",
26
27
  "boxAI.contentAnswers.feedbackTooltipFeedback": "Comment pouvons-nous améliorer cette expérience ?",
@@ -29,7 +30,7 @@ export default {
29
30
  "boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2": "N'a pas suivi ma demande",
30
31
  "boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3": "Autres",
31
32
  "boxAI.contentAnswers.feedbackTooltipIssueTypeLabel": "Quel type de problème souhaitez-vous signaler ?",
32
- "boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "Share my prompt and response to help improve product quality.",
33
+ "boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "Partager mon invite et ma réponse pour aider à améliorer la qualité du produit.",
33
34
  "boxAI.contentAnswers.feedbackTooltipSubmit": "Envoyer",
34
35
  "boxAI.contentAnswers.feedbackTooltipTitle": "Partagez vos commentaires",
35
36
  "boxAI.contentAnswers.fileLandingText": "{numberOfItems,plural,=1{{firstItemName}} other{{files}}}{parentItem,select,other{ dans {parentItem}}}",
@@ -40,8 +40,8 @@ boxAI.contentAnswers.disabledTooltipFileNotCompatible = Box AI n'est actuellemen
40
40
  boxAI.contentAnswers.disabledTooltipPermissionsFailed = Impossible de vérifier les autorisations pour le moment. Veuillez recharger cette page pour réessayer
41
41
  # Disabled tooltip message for the Content Answers entry point button while the AI file permissions are being loaded
42
42
  boxAI.contentAnswers.disabledTooltipPermissionsLoading = Vérification des autorisations...
43
- # Disclaimer informing how to report inappropriate content in the feedback tooltip
44
- boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = Pour signaler un contenu inapproprié, envoyez un e-mail à {abuseEmailLink}
43
+ # Disclaimer informing how to report inappropriate content in the feedback tooltip, the inside of <abuseFormLink> is the linked, clickable text
44
+ boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = Veuillez soumettre <abuseFormLink>ce formulaire</abuseFormLink> afin de signaler un contenu inapproprié.
45
45
  # Cancel button text for the feedback tooltip
46
46
  boxAI.contentAnswers.feedbackTooltipCancel = Annuler
47
47
  # Confirmation message after submitting feedback in the feedback tooltip
@@ -59,7 +59,7 @@ boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3 = Autres
59
59
  # Label for the feedback type radio group in the feedback tooltip
60
60
  boxAI.contentAnswers.feedbackTooltipIssueTypeLabel = Quel type de problème souhaitez-vous signaler ?
61
61
  # Label for checkbox to consent for prompt and answer sharing in the tooltip that asks the user to share feedback on the answer
62
- boxAI.contentAnswers.feedbackTooltipPromptShareConsent = Share my prompt and response to help improve product quality.
62
+ boxAI.contentAnswers.feedbackTooltipPromptShareConsent = Partager mon invite et ma réponse pour aider à améliorer la qualité du produit.
63
63
  # Submit button text for the feedback tooltip
64
64
  boxAI.contentAnswers.feedbackTooltipSubmit = Envoyer
65
65
  # Title of a tooltip that asks the user to share feedback on the answer
@@ -148,6 +148,16 @@ boxAI.popup.closeButtonText = Fermer
148
148
  boxAI.textInputWithCopyButton.copyButtonSuccessText = Copié
149
149
  # Label that shows up while someone hover on close button of files dropdown
150
150
  boxAi.contentAnswers.closeItemList = Fermer la liste des éléments de fichier
151
+ # Tooltip label for button to collapse thinking content
152
+ boxui.contentAnswers.collapseThinkingContent = Collapse
153
+ # Tooltip label for button to expand thinking content
154
+ boxui.contentAnswers.expandThinkingContent = Expand
155
+ # Text shown when thinking is completed
156
+ boxui.contentAnswers.thinkingCompleted = Thinking Complete
157
+ # Aria label for the scrollable thinking content area
158
+ boxui.contentAnswers.thinkingContentScrollableArea = Thinking content scrollable area
159
+ # Text shown when thinking is in progress
160
+ boxui.contentAnswers.thinkingInProgress = Thinking...
151
161
  # Content Answers welcome message spreadsheet supported by Intelligent Query notification
152
162
  boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = Vous pouvez poser des questions simples et complexes à Box AI dans votre feuille de calcul : décomptes totaux, moyennes, comparaisons avancées, analyses de tendances, et bien plus encore. Essayez-le aujourd'hui !
153
163
  # Content Answers welcome message spreadsheet notification
@@ -1,4 +1,5 @@
1
1
  export default {
2
+ "boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
2
3
  "boxAI.contentAnswers.ariaTypeSuccessIconLabel": "सफलता",
3
4
  "boxAI.contentAnswers.ask": "पूछें",
4
5
  "boxAI.contentAnswers.askDisabledTooltip": "जब Box AI जवाब दे ले, तब आप दूसरा सवाल सबमिट कर सकते हैं",
@@ -20,7 +21,7 @@ export default {
20
21
  "boxAI.contentAnswers.disabledTooltipFileNotCompatible": "फ़िलहाल इस तरह की फ़ाइल के लिए Box AI का उपयोग नहीं किया जा सकता है",
21
22
  "boxAI.contentAnswers.disabledTooltipPermissionsFailed": "इस समय अनुमतियाँ जांचने में असमर्थ। पुनः प्रयास करने के लिए इस पेज को पुनः लोड करें",
22
23
  "boxAI.contentAnswers.disabledTooltipPermissionsLoading": "अनुमतियाँ जाँची जा रही हैं...",
23
- "boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "अनुचित सामग्री की रिपोर्ट करने के लिए, {abuseEmailLink} पर ईमेल करें",
24
+ "boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "अनुचित कंटेंट की रिपोर्ट करने के लिए, <abuseFormLink>यह फॉर्म</abuseFormLink> सबमिट करें।",
24
25
  "boxAI.contentAnswers.feedbackTooltipCancel": "रद्द करें",
25
26
  "boxAI.contentAnswers.feedbackTooltipConfirmation": "आपके फ़ीडबैक के लिए धन्यवाद।",
26
27
  "boxAI.contentAnswers.feedbackTooltipFeedback": "हम अनुभव को कैसे सुधारें?",
@@ -29,7 +30,7 @@ export default {
29
30
  "boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2": "मेरे अनुरोध का पालन नहीं किया गया",
30
31
  "boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3": "अन्य",
31
32
  "boxAI.contentAnswers.feedbackTooltipIssueTypeLabel": "आप किस तरह की समस्या की रिपोर्ट करना चाहते हैं?",
32
- "boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "Share my prompt and response to help improve product quality.",
33
+ "boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "उत्पाद की गुणवत्ता को बेहतर बनाने में मदद करने के लिए मेरा प्रॉम्प्ट और प्रतिक्रिया शेयर करें।",
33
34
  "boxAI.contentAnswers.feedbackTooltipSubmit": "सबमिट करें",
34
35
  "boxAI.contentAnswers.feedbackTooltipTitle": "अपना फ़ीडबैक शेयर करें",
35
36
  "boxAI.contentAnswers.fileLandingText": "{numberOfItems,plural,=1{{firstItemName}} other{{files}}}{parentItem,select,other{ अंदर {parentItem}}}",
@@ -40,8 +40,8 @@ boxAI.contentAnswers.disabledTooltipFileNotCompatible = फ़िलहाल
40
40
  boxAI.contentAnswers.disabledTooltipPermissionsFailed = इस समय अनुमतियाँ जांचने में असमर्थ। पुनः प्रयास करने के लिए इस पेज को पुनः लोड करें
41
41
  # Disabled tooltip message for the Content Answers entry point button while the AI file permissions are being loaded
42
42
  boxAI.contentAnswers.disabledTooltipPermissionsLoading = अनुमतियाँ जाँची जा रही हैं...
43
- # Disclaimer informing how to report inappropriate content in the feedback tooltip
44
- boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = अनुचित सामग्री की रिपोर्ट करने के लिए, {abuseEmailLink} पर ईमेल करें
43
+ # Disclaimer informing how to report inappropriate content in the feedback tooltip, the inside of <abuseFormLink> is the linked, clickable text
44
+ boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = अनुचित कंटेंट की रिपोर्ट करने के लिए, <abuseFormLink>यह फॉर्म</abuseFormLink> सबमिट करें।
45
45
  # Cancel button text for the feedback tooltip
46
46
  boxAI.contentAnswers.feedbackTooltipCancel = रद्द करें
47
47
  # Confirmation message after submitting feedback in the feedback tooltip
@@ -59,7 +59,7 @@ boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3 = अन्य
59
59
  # Label for the feedback type radio group in the feedback tooltip
60
60
  boxAI.contentAnswers.feedbackTooltipIssueTypeLabel = आप किस तरह की समस्या की रिपोर्ट करना चाहते हैं?
61
61
  # Label for checkbox to consent for prompt and answer sharing in the tooltip that asks the user to share feedback on the answer
62
- boxAI.contentAnswers.feedbackTooltipPromptShareConsent = Share my prompt and response to help improve product quality.
62
+ boxAI.contentAnswers.feedbackTooltipPromptShareConsent = उत्पाद की गुणवत्ता को बेहतर बनाने में मदद करने के लिए मेरा प्रॉम्प्ट और प्रतिक्रिया शेयर करें।
63
63
  # Submit button text for the feedback tooltip
64
64
  boxAI.contentAnswers.feedbackTooltipSubmit = सबमिट करें
65
65
  # Title of a tooltip that asks the user to share feedback on the answer
@@ -148,6 +148,16 @@ boxAI.popup.closeButtonText = बंद करें
148
148
  boxAI.textInputWithCopyButton.copyButtonSuccessText = कॉपी की गई
149
149
  # Label that shows up while someone hover on close button of files dropdown
150
150
  boxAi.contentAnswers.closeItemList = फ़ाइल आइटमों की सूची बंद करें
151
+ # Tooltip label for button to collapse thinking content
152
+ boxui.contentAnswers.collapseThinkingContent = Collapse
153
+ # Tooltip label for button to expand thinking content
154
+ boxui.contentAnswers.expandThinkingContent = Expand
155
+ # Text shown when thinking is completed
156
+ boxui.contentAnswers.thinkingCompleted = Thinking Complete
157
+ # Aria label for the scrollable thinking content area
158
+ boxui.contentAnswers.thinkingContentScrollableArea = Thinking content scrollable area
159
+ # Text shown when thinking is in progress
160
+ boxui.contentAnswers.thinkingInProgress = Thinking...
151
161
  # Content Answers welcome message spreadsheet supported by Intelligent Query notification
152
162
  boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = आप Box AI से अपने स्प्रेडशीट में मौजूद सरल और जटिल दोनों तरह के प्रश्न पूछ सकते हैं: कुल संख्या, औसत, उन्नत तुलनाएं, रुझान का विश्लेषण, इत्यादि। इसे आज ही आजमाएं!
153
163
  # Content Answers welcome message spreadsheet notification
@@ -1,4 +1,5 @@
1
1
  export default {
2
+ "boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
2
3
  "boxAI.contentAnswers.ariaTypeSuccessIconLabel": "operazione completata",
3
4
  "boxAI.contentAnswers.ask": "Chiedi",
4
5
  "boxAI.contentAnswers.askDisabledTooltip": "Una volta che Box AI avrà generato la risposta, potrai inviare un'altra domanda.",
@@ -20,7 +21,7 @@ export default {
20
21
  "boxAI.contentAnswers.disabledTooltipFileNotCompatible": "Box AI non è attualmente supportato per questo tipo di file",
21
22
  "boxAI.contentAnswers.disabledTooltipPermissionsFailed": "Non è possibile controllare le autorizzazioni in questo momento. Ricarica la pagina per riprovare.",
22
23
  "boxAI.contentAnswers.disabledTooltipPermissionsLoading": "Controllo autorizzazioni...",
23
- "boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "Per segnalare contenuti inappropriati, invia un'e-mail a {abuseEmailLink}",
24
+ "boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "Per segnalare contenuti inappropriati, invia <abuseFormLink>questo modulo</abuseFormLink>.",
24
25
  "boxAI.contentAnswers.feedbackTooltipCancel": "Annulla",
25
26
  "boxAI.contentAnswers.feedbackTooltipConfirmation": "Grazie per il feedback.",
26
27
  "boxAI.contentAnswers.feedbackTooltipFeedback": "Come possiamo migliorare l'esperienza?",
@@ -29,7 +30,7 @@ export default {
29
30
  "boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2": "Non ha seguito la mia richiesta",
30
31
  "boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3": "Altro",
31
32
  "boxAI.contentAnswers.feedbackTooltipIssueTypeLabel": "Che tipo di problema desideri segnalare?",
32
- "boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "Share my prompt and response to help improve product quality.",
33
+ "boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "Condividi il prompt e la risposta per aiutare a migliorare la qualità del prodotto.",
33
34
  "boxAI.contentAnswers.feedbackTooltipSubmit": "Invia",
34
35
  "boxAI.contentAnswers.feedbackTooltipTitle": "Condividi il tuo feedback",
35
36
  "boxAI.contentAnswers.fileLandingText": "{numberOfItems,plural,=1{{firstItemName}} other{{files}}}{parentItem,select,undefined{} other{ in {parentItem}}}",
@@ -40,8 +40,8 @@ boxAI.contentAnswers.disabledTooltipFileNotCompatible = Box AI non è attualment
40
40
  boxAI.contentAnswers.disabledTooltipPermissionsFailed = Non è possibile controllare le autorizzazioni in questo momento. Ricarica la pagina per riprovare.
41
41
  # Disabled tooltip message for the Content Answers entry point button while the AI file permissions are being loaded
42
42
  boxAI.contentAnswers.disabledTooltipPermissionsLoading = Controllo autorizzazioni...
43
- # Disclaimer informing how to report inappropriate content in the feedback tooltip
44
- boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = Per segnalare contenuti inappropriati, invia un'e-mail a {abuseEmailLink}
43
+ # Disclaimer informing how to report inappropriate content in the feedback tooltip, the inside of <abuseFormLink> is the linked, clickable text
44
+ boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = Per segnalare contenuti inappropriati, invia <abuseFormLink>questo modulo</abuseFormLink>.
45
45
  # Cancel button text for the feedback tooltip
46
46
  boxAI.contentAnswers.feedbackTooltipCancel = Annulla
47
47
  # Confirmation message after submitting feedback in the feedback tooltip
@@ -59,7 +59,7 @@ boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3 = Altro
59
59
  # Label for the feedback type radio group in the feedback tooltip
60
60
  boxAI.contentAnswers.feedbackTooltipIssueTypeLabel = Che tipo di problema desideri segnalare?
61
61
  # Label for checkbox to consent for prompt and answer sharing in the tooltip that asks the user to share feedback on the answer
62
- boxAI.contentAnswers.feedbackTooltipPromptShareConsent = Share my prompt and response to help improve product quality.
62
+ boxAI.contentAnswers.feedbackTooltipPromptShareConsent = Condividi il prompt e la risposta per aiutare a migliorare la qualità del prodotto.
63
63
  # Submit button text for the feedback tooltip
64
64
  boxAI.contentAnswers.feedbackTooltipSubmit = Invia
65
65
  # Title of a tooltip that asks the user to share feedback on the answer
@@ -148,6 +148,16 @@ boxAI.popup.closeButtonText = Chiudi
148
148
  boxAI.textInputWithCopyButton.copyButtonSuccessText = Copia eseguita
149
149
  # Label that shows up while someone hover on close button of files dropdown
150
150
  boxAi.contentAnswers.closeItemList = Chiudi elenco elementi file
151
+ # Tooltip label for button to collapse thinking content
152
+ boxui.contentAnswers.collapseThinkingContent = Collapse
153
+ # Tooltip label for button to expand thinking content
154
+ boxui.contentAnswers.expandThinkingContent = Expand
155
+ # Text shown when thinking is completed
156
+ boxui.contentAnswers.thinkingCompleted = Thinking Complete
157
+ # Aria label for the scrollable thinking content area
158
+ boxui.contentAnswers.thinkingContentScrollableArea = Thinking content scrollable area
159
+ # Text shown when thinking is in progress
160
+ boxui.contentAnswers.thinkingInProgress = Thinking...
151
161
  # Content Answers welcome message spreadsheet supported by Intelligent Query notification
152
162
  boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = Puoi fare domande a Box AI sia semplici che complesse nel tuo foglio di calcolo: conteggi totali, medie, confronti avanzati, analisi di tendenze e così via. Provalo oggi!
153
163
  # Content Answers welcome message spreadsheet notification
@@ -1,4 +1,5 @@
1
1
  export default {
2
+ "boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
2
3
  "boxAI.contentAnswers.ariaTypeSuccessIconLabel": "成功",
3
4
  "boxAI.contentAnswers.ask": "送信",
4
5
  "boxAI.contentAnswers.askDisabledTooltip": "Box AIが応答を完了したら、別の質問を送信できます",
@@ -20,7 +21,7 @@ export default {
20
21
  "boxAI.contentAnswers.disabledTooltipFileNotCompatible": "Box AIは現在、このファイルの種類ではサポートされていません",
21
22
  "boxAI.contentAnswers.disabledTooltipPermissionsFailed": "現在、権限を確認できません。もう一度やり直すには、このページを再読み込みしてください",
22
23
  "boxAI.contentAnswers.disabledTooltipPermissionsLoading": "権限を確認中...",
23
- "boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "不適切なコンテンツを報告するには、{abuseEmailLink}にメールを送信してください",
24
+ "boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "不適切なコンテンツを報告するには、<abuseFormLink>このフォーム</abuseFormLink>を送信してください。",
24
25
  "boxAI.contentAnswers.feedbackTooltipCancel": "キャンセル",
25
26
  "boxAI.contentAnswers.feedbackTooltipConfirmation": "フィードバックのご提供ありがとうございます。",
26
27
  "boxAI.contentAnswers.feedbackTooltipFeedback": "エクスペリエンスの改善点がありましたらお知らせください。",
@@ -29,7 +30,7 @@ export default {
29
30
  "boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2": "リクエストに従っていない",
30
31
  "boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3": "その他",
31
32
  "boxAI.contentAnswers.feedbackTooltipIssueTypeLabel": "どのような問題を報告しますか?",
32
- "boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "Share my prompt and response to help improve product quality.",
33
+ "boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "プロンプトと応答を共有して、製品品質の向上に貢献します。",
33
34
  "boxAI.contentAnswers.feedbackTooltipSubmit": "送信",
34
35
  "boxAI.contentAnswers.feedbackTooltipTitle": "フィードバックの共有にご協力ください",
35
36
  "boxAI.contentAnswers.fileLandingText": "{parentItem, select, undefined {} other {{parentItem}の}}{numberOfItems, plural, =1 {{firstItemName}} other {{files}}}",
@@ -40,8 +40,8 @@ boxAI.contentAnswers.disabledTooltipFileNotCompatible = Box AIは現在、この
40
40
  boxAI.contentAnswers.disabledTooltipPermissionsFailed = 現在、権限を確認できません。もう一度やり直すには、このページを再読み込みしてください
41
41
  # Disabled tooltip message for the Content Answers entry point button while the AI file permissions are being loaded
42
42
  boxAI.contentAnswers.disabledTooltipPermissionsLoading = 権限を確認中...
43
- # Disclaimer informing how to report inappropriate content in the feedback tooltip
44
- boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = 不適切なコンテンツを報告するには、{abuseEmailLink}にメールを送信してください
43
+ # Disclaimer informing how to report inappropriate content in the feedback tooltip, the inside of <abuseFormLink> is the linked, clickable text
44
+ boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = 不適切なコンテンツを報告するには、<abuseFormLink>このフォーム</abuseFormLink>を送信してください。
45
45
  # Cancel button text for the feedback tooltip
46
46
  boxAI.contentAnswers.feedbackTooltipCancel = キャンセル
47
47
  # Confirmation message after submitting feedback in the feedback tooltip
@@ -59,7 +59,7 @@ boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3 = その他
59
59
  # Label for the feedback type radio group in the feedback tooltip
60
60
  boxAI.contentAnswers.feedbackTooltipIssueTypeLabel = どのような問題を報告しますか?
61
61
  # Label for checkbox to consent for prompt and answer sharing in the tooltip that asks the user to share feedback on the answer
62
- boxAI.contentAnswers.feedbackTooltipPromptShareConsent = Share my prompt and response to help improve product quality.
62
+ boxAI.contentAnswers.feedbackTooltipPromptShareConsent = プロンプトと応答を共有して、製品品質の向上に貢献します。
63
63
  # Submit button text for the feedback tooltip
64
64
  boxAI.contentAnswers.feedbackTooltipSubmit = 送信
65
65
  # Title of a tooltip that asks the user to share feedback on the answer
@@ -148,6 +148,16 @@ boxAI.popup.closeButtonText = 閉じる
148
148
  boxAI.textInputWithCopyButton.copyButtonSuccessText = コピー済み
149
149
  # Label that shows up while someone hover on close button of files dropdown
150
150
  boxAi.contentAnswers.closeItemList = ファイル項目のリストを閉じます
151
+ # Tooltip label for button to collapse thinking content
152
+ boxui.contentAnswers.collapseThinkingContent = Collapse
153
+ # Tooltip label for button to expand thinking content
154
+ boxui.contentAnswers.expandThinkingContent = Expand
155
+ # Text shown when thinking is completed
156
+ boxui.contentAnswers.thinkingCompleted = Thinking Complete
157
+ # Aria label for the scrollable thinking content area
158
+ boxui.contentAnswers.thinkingContentScrollableArea = Thinking content scrollable area
159
+ # Text shown when thinking is in progress
160
+ boxui.contentAnswers.thinkingInProgress = Thinking...
151
161
  # Content Answers welcome message spreadsheet supported by Intelligent Query notification
152
162
  boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = スプレッドシートの内容についてBox AIに質問できます。質問は、合計数や平均値の計算、高度な比較、傾向分析など、単純なものから複雑なものまで対応しています。ぜひお試しください。
153
163
  # Content Answers welcome message spreadsheet notification
@@ -1 +1 @@
1
- [{"id":"boxAI.contentAnswers.basedOn","description":"Label for the references used for generating the answer from the AI service","defaultMessage":"Based on:"},{"id":"boxAI.contentAnswers.cardTooltipButton","description":"Text for button to open citation reference in a new tab","defaultMessage":"Open document"},{"id":"boxAI.contentAnswers.cardTooltipTitle","description":"Title of citation card tooltip in answer references section","defaultMessage":"From document:"},{"id":"boxAI.contentAnswers.cardTooltipTitleWithDocumentName","description":"Title of citation card tooltip in answer references section with document title","defaultMessage":"From \"{title}\":"},{"id":"boxAI.textInputWithCopyButton.copyButtonSuccessText","description":"Text for copy button in input with copy button indicating copy success","defaultMessage":"Copied"},{"id":"boxAI.contentAnswers.copyToClipboard","description":"Copy to clipboard tooltip","defaultMessage":"Copy to Clipboard"},{"id":"boxAI.contentAnswers.copyToClipboardSucceeded","description":"Notification displayed to the user when the answer has been successfully copied to the clipboard","defaultMessage":"Copied to your clipboard"},{"id":"boxAI.contentAnswers.feedbackTooltipCancel","description":"Cancel button text for the feedback tooltip","defaultMessage":"Cancel"},{"id":"boxAI.contentAnswers.feedbackTooltipConfirmation","description":"Confirmation message after submitting feedback in the feedback tooltip","defaultMessage":"Thank you for the feedback."},{"id":"boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer","description":"Disclaimer informing how to report inappropriate content in the feedback tooltip, the inside of <abuseFormLink> is the linked, clickable text","defaultMessage":"To report inappropriate content, submit <abuseFormLink>this form</abuseFormLink>."},{"id":"boxAI.contentAnswers.feedbackTooltipFeedback","description":"Label for the feedback text area in the feedback tooltip","defaultMessage":"How can we improve the experience?"},{"id":"boxAI.contentAnswers.feedbackTooltipFeedbackPlaceholder","description":"Placeholder text for the feedback text area in the feedback tooltip","defaultMessage":"We'd love to hear from you! Please omit personal info, sensitive content, or links in your feedback as submissions to Box aren't confidential."},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeLabel","description":"Label for the feedback type radio group in the feedback tooltip","defaultMessage":"What type of issue do you wish to report?"},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer1","description":"Label for the first radio button in the feedback type radio group in the feedback tooltip","defaultMessage":"Inaccurate answer"},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2","description":"Label for the second radio button in the feedback type radio group in the feedback tooltip","defaultMessage":"Did not follow my request"},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3","description":"Label for the third radio button in the feedback type radio group in the feedback tooltip","defaultMessage":"Other"},{"id":"boxAI.contentAnswers.feedbackTooltipPromptShareConsent","description":"Label for checkbox to consent for prompt and answer sharing in the tooltip that asks the user to share feedback on the answer","defaultMessage":"Share my prompt and response to help improve product quality."},{"id":"boxAI.contentAnswers.feedbackTooltipTitle","description":"Title of a tooltip that asks the user to share feedback on the answer","defaultMessage":"Share your feedback"},{"id":"boxAI.contentAnswers.feedbackTooltipSubmit","description":"Submit button text for the feedback tooltip","defaultMessage":"Submit"},{"id":"boxAI.contentAnswers.inlineNoContentErrorText","description":"Content Answers error message when the service returns 204 (no content)","defaultMessage":"Relevant content cannot be found. Please try again later or ask a different question."},{"id":"boxAI.contentAnswers.inlineAgentNotFoundErrorText","description":"Content Answers error message when the answer fails due to an invalid agent","defaultMessage":"The selected agent is unavailable. Switching to the default agent."},{"id":"boxAI.contentAnswers.inlineErrorText","description":"Content Answers error message when the service fails","defaultMessage":"Box AI is having trouble generating a response right now. Please try again."},{"id":"boxAI.contentAnswers.inlineRateLimitingErrorText","description":"Content Answers error message when the service fails due to rate limiting","defaultMessage":"Box AI currently has limited capacity (we're working to expand bandwidth). Please try again in a few minutes."},{"id":"boxAI.contentAnswers.inlinePreconditionFailedErrorText","description":"Content Answers error message when the AI service has not yet processed the file","defaultMessage":"Additional time is needed to process this {type}, please try again later."},{"id":"boxAI.contentAnswers.loadingAnswer","description":"Aria label to show while waiting for an answer","defaultMessage":"Loading Answer..."},{"id":"boxAI.contentAnswers.noReferences","description":"Loading message if there are no citations for an answer","defaultMessage":"Response based on general document analysis"},{"id":"boxAI.contentAnswers.referenceAriaLabel","description":"ARIA label designed for screen readers to enhance clarity during the reading of citations, minimizing confusion.","defaultMessage":"Reference {number}"},{"id":"boxAI.contentAnswers.responseInterruptedError","description":"Error message to be displayed within an answer during streaming mode if the answer was interrupted due to a lack of tokens.","defaultMessage":"Response Interrupted"},{"id":"boxAI.contentAnswers.responseFailedError","description":"Error message to be displayed within an answer during streaming mode if there was another error, such as network errors.","defaultMessage":"Response Failed"},{"id":"boxAI.contentAnswers.responseStoppedError","description":"Error message to be displayed within an answer during streaming mode if the answer was stopped using the Stop Response button.","defaultMessage":"Response Stopped"},{"id":"boxAI.contentAnswers.thumbsUpAriaLabel","description":"Aria label for thumbs up icon","defaultMessage":"Helpful"},{"id":"boxAI.contentAnswers.thumbsDownAriaLabel","description":"Aria label for thumbs down icon","defaultMessage":"Not helpful"},{"id":"boxAI.contentAnswers.inlineCitationAriaLabel","description":"Aria label for inline citation button to open file in new tab","defaultMessage":"Open {fileName} in new tab"}]
1
+ [{"id":"boxAI.contentAnswers.basedOn","description":"Label for the references used for generating the answer from the AI service","defaultMessage":"Based on:"},{"id":"boxAI.contentAnswers.cardTooltipButton","description":"Text for button to open citation reference in a new tab","defaultMessage":"Open document"},{"id":"boxAI.contentAnswers.cardTooltipTitle","description":"Title of citation card tooltip in answer references section","defaultMessage":"From document:"},{"id":"boxAI.contentAnswers.cardTooltipTitleWithDocumentName","description":"Title of citation card tooltip in answer references section with document title","defaultMessage":"From \"{title}\":"},{"id":"boxAI.textInputWithCopyButton.copyButtonSuccessText","description":"Text for copy button in input with copy button indicating copy success","defaultMessage":"Copied"},{"id":"boxAI.contentAnswers.copyToClipboard","description":"Copy to clipboard tooltip","defaultMessage":"Copy to Clipboard"},{"id":"boxAI.contentAnswers.copyToClipboardSucceeded","description":"Notification displayed to the user when the answer has been successfully copied to the clipboard","defaultMessage":"Copied to your clipboard"},{"id":"boxAI.contentAnswers.feedbackTooltipCancel","description":"Cancel button text for the feedback tooltip","defaultMessage":"Cancel"},{"id":"boxAI.contentAnswers.feedbackTooltipConfirmation","description":"Confirmation message after submitting feedback in the feedback tooltip","defaultMessage":"Thank you for the feedback."},{"id":"boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer","description":"Disclaimer informing how to report inappropriate content in the feedback tooltip, the inside of <abuseFormLink> is the linked, clickable text","defaultMessage":"To report inappropriate content, submit <abuseFormLink>this form</abuseFormLink>."},{"id":"boxAI.contentAnswers.feedbackTooltipFeedback","description":"Label for the feedback text area in the feedback tooltip","defaultMessage":"How can we improve the experience?"},{"id":"boxAI.contentAnswers.feedbackTooltipFeedbackPlaceholder","description":"Placeholder text for the feedback text area in the feedback tooltip","defaultMessage":"We'd love to hear from you! Please omit personal info, sensitive content, or links in your feedback as submissions to Box aren't confidential."},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeLabel","description":"Label for the feedback type radio group in the feedback tooltip","defaultMessage":"What type of issue do you wish to report?"},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer1","description":"Label for the first radio button in the feedback type radio group in the feedback tooltip","defaultMessage":"Inaccurate answer"},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2","description":"Label for the second radio button in the feedback type radio group in the feedback tooltip","defaultMessage":"Did not follow my request"},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3","description":"Label for the third radio button in the feedback type radio group in the feedback tooltip","defaultMessage":"Other"},{"id":"boxAI.contentAnswers.feedbackTooltipPromptShareConsent","description":"Label for checkbox to consent for prompt and answer sharing in the tooltip that asks the user to share feedback on the answer","defaultMessage":"Share my prompt and response to help improve product quality."},{"id":"boxAI.contentAnswers.feedbackTooltipTitle","description":"Title of a tooltip that asks the user to share feedback on the answer","defaultMessage":"Share your feedback"},{"id":"boxAI.contentAnswers.feedbackTooltipSubmit","description":"Submit button text for the feedback tooltip","defaultMessage":"Submit"},{"id":"boxAI.contentAnswers.inlineNoContentErrorText","description":"Content Answers error message when the service returns 204 (no content)","defaultMessage":"Relevant content cannot be found. Please try again later or ask a different question."},{"id":"boxAI.contentAnswers.inlineAgentNotFoundErrorText","description":"Content Answers error message when the answer fails due to an invalid agent","defaultMessage":"The selected agent is unavailable. Switching to the default agent."},{"id":"boxAI.contentAnswers.inlineErrorText","description":"Content Answers error message when the service fails","defaultMessage":"Box AI is having trouble generating a response right now. Please try again."},{"id":"boxAI.contentAnswers.inlineRateLimitingErrorText","description":"Content Answers error message when the service fails due to rate limiting","defaultMessage":"Box AI currently has limited capacity (we're working to expand bandwidth). Please try again in a few minutes."},{"id":"boxAI.contentAnswers.inlinePreconditionFailedErrorText","description":"Content Answers error message when the AI service has not yet processed the file","defaultMessage":"Additional time is needed to process this {type}, please try again later."},{"id":"boxAI.contentAnswers.loadingAnswer","description":"Aria label to show while waiting for an answer","defaultMessage":"Loading Answer..."},{"id":"boxAI.contentAnswers.analyzingRequest","description":"Text shown next to the loading indicator while analyzing the request","defaultMessage":"Analyzing your request"},{"id":"boxAI.contentAnswers.noReferences","description":"Loading message if there are no citations for an answer","defaultMessage":"Response based on general document analysis"},{"id":"boxAI.contentAnswers.referenceAriaLabel","description":"ARIA label designed for screen readers to enhance clarity during the reading of citations, minimizing confusion.","defaultMessage":"Reference {number}"},{"id":"boxAI.contentAnswers.responseInterruptedError","description":"Error message to be displayed within an answer during streaming mode if the answer was interrupted due to a lack of tokens.","defaultMessage":"Response Interrupted"},{"id":"boxAI.contentAnswers.responseFailedError","description":"Error message to be displayed within an answer during streaming mode if there was another error, such as network errors.","defaultMessage":"Response Failed"},{"id":"boxAI.contentAnswers.responseStoppedError","description":"Error message to be displayed within an answer during streaming mode if the answer was stopped using the Stop Response button.","defaultMessage":"Response Stopped"},{"id":"boxAI.contentAnswers.thumbsUpAriaLabel","description":"Aria label for thumbs up icon","defaultMessage":"Helpful"},{"id":"boxAI.contentAnswers.thumbsDownAriaLabel","description":"Aria label for thumbs down icon","defaultMessage":"Not helpful"},{"id":"boxAI.contentAnswers.inlineCitationAriaLabel","description":"Aria label for inline citation button to open file in new tab","defaultMessage":"Open {fileName} in new tab"}]
@@ -1 +1 @@
1
- [{"id":"boxAI.contentAnswers.largeFileSizeWarningTitle","description":"Box AI Q&A file too large warning title. {numberOfItems} is the number of items used in the context","defaultMessage":"Box AI won’t be able to access the entire {numberOfItems, plural, =1 {text} other {content}}, which might affect its answers."},{"id":"boxAI.contentAnswers.largeFileSizeWarningDescription","description":"Box AI Q&A file too large warning description. {numberOfItems} is the number of items used in the context","defaultMessage":"The text content of {numberOfItems, plural, =1 {this file} other {one or more files}} is too large for Box AI to process."},{"id":"boxAI.contentAnswers.welcomeAskQuestionText","description":"Content Answers welcome message for asking questions. {firstItemName} is the name of the content, {files} is a list of items, and {parentItem} is the name of the parent item.","defaultMessage":"Welcome to Box AI. Ask questions about {numberOfItems, plural, =1 {{firstItemName}} other {these {files}}}{parentItem, select, undefined {} other { in {parentItem}}}."},{"id":"boxAI.contentAnswers.welcomeAskQuestionLandingText","description":"Content Answers welcome message for asking questions. {firstItemName} is the name of the content, {files} is a list of items, and {parentItem} is the name of the parent item.","defaultMessage":"Welcome to Box AI"},{"id":"boxAI.contentAnswers.fileLandingText","description":"Content Answers welcome message for asking questions. {firstItemName} is the name of the content, {files} is a list of items, and {parentItem} is the name of the parent item.","defaultMessage":"{numberOfItems, plural, =1 {{firstItemName}} other {{files}}}{parentItem, select, undefined {} other { in {parentItem}}}"},{"id":"boxAI.contentAnswers.welcomeMessageFilesLink","description":"Link that show the number of files that are going to be displayed within the modal","defaultMessage":"{numberOfItems, plural,\n one {# file}\n other {# files}\n }"},{"id":"boxAI.contentAnswers.welcomeMessageItemsLink","description":"Link that show the number of items that are going to be displayed within the modal","defaultMessage":"{numberOfItems, plural,\n one {# item}\n other {# items}\n }"},{"id":"boxAI.contentAnswers.welcomeClearChatText","description":"Content Answers welcome message for clearing the chat. {type} is the type of content that we are going to query","defaultMessage":"Chat cleared when you close {type}"},{"id":"boxAI.contentAnswers.unsupportedItems","description":"Warning message that shows how many files are not supported by Box AI","defaultMessage":"{numberOfFiles, plural,\n one {{files} is unavailable for Box AI}\n other {{files} are unavailable for Box AI}\n }"},{"id":"boxAI.contentAnswers.unsupportedFormatLabel","description":"Label that shows within the modal to show how many files are not supported by Box AI due to correct format","defaultMessage":"Unsupported format"},{"id":"boxAI.contentAnswers.noPermissionsLabel","description":"Label that shows within the modal to show how many files are not supported by Box AI due to file not having permissions","defaultMessage":"No Box AI permissions"},{"id":"boxAi.contentAnswers.closeItemList","description":"Label that shows up while someone hover on close button of files dropdown","defaultMessage":"Close file items list"}]
1
+ [{"id":"boxAI.contentAnswers.largeFileSizeWarningTitle","description":"Box AI Q&A file too large warning title. {numberOfItems} is the number of items used in the context","defaultMessage":"Box AI won’t be able to access the entire content, which might affect its answers."},{"id":"boxAI.contentAnswers.largeFileSizeWarningDescription","description":"Box AI Q&A file too large warning description. {numberOfItems} is the number of items used in the context","defaultMessage":"The content of {numberOfItems, plural, =1 {this file} other {one or more files}} is too large for Box AI to process."},{"id":"boxAI.contentAnswers.welcomeAskQuestionText","description":"Content Answers welcome message for asking questions. {firstItemName} is the name of the content, {files} is a list of items, and {parentItem} is the name of the parent item.","defaultMessage":"Welcome to Box AI. Ask questions about {numberOfItems, plural, =1 {{firstItemName}} other {these {files}}}{parentItem, select, undefined {} other { in {parentItem}}}."},{"id":"boxAI.contentAnswers.welcomeAskQuestionLandingText","description":"Content Answers welcome message for asking questions. {firstItemName} is the name of the content, {files} is a list of items, and {parentItem} is the name of the parent item.","defaultMessage":"Welcome to Box AI"},{"id":"boxAI.contentAnswers.fileLandingText","description":"Content Answers welcome message for asking questions. {firstItemName} is the name of the content, {files} is a list of items, and {parentItem} is the name of the parent item.","defaultMessage":"{numberOfItems, plural, =1 {{firstItemName}} other {{files}}}{parentItem, select, undefined {} other { in {parentItem}}}"},{"id":"boxAI.contentAnswers.welcomeMessageFilesLink","description":"Link that show the number of files that are going to be displayed within the modal","defaultMessage":"{numberOfItems, plural,\n one {# file}\n other {# files}\n }"},{"id":"boxAI.contentAnswers.welcomeMessageItemsLink","description":"Link that show the number of items that are going to be displayed within the modal","defaultMessage":"{numberOfItems, plural,\n one {# item}\n other {# items}\n }"},{"id":"boxAI.contentAnswers.welcomeClearChatText","description":"Content Answers welcome message for clearing the chat. {type} is the type of content that we are going to query","defaultMessage":"Chat cleared when you close {type}"},{"id":"boxAI.contentAnswers.unsupportedItems","description":"Warning message that shows how many files are not supported by Box AI","defaultMessage":"{numberOfFiles, plural,\n one {{files} is unavailable for Box AI}\n other {{files} are unavailable for Box AI}\n }"},{"id":"boxAI.contentAnswers.unsupportedFormatLabel","description":"Label that shows within the modal to show how many files are not supported by Box AI due to correct format","defaultMessage":"Unsupported format"},{"id":"boxAI.contentAnswers.noPermissionsLabel","description":"Label that shows within the modal to show how many files are not supported by Box AI due to file not having permissions","defaultMessage":"No Box AI permissions"},{"id":"boxAi.contentAnswers.closeItemList","description":"Label that shows up while someone hover on close button of files dropdown","defaultMessage":"Close file items list"}]
@@ -1,4 +1,5 @@
1
1
  export default {
2
+ "boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
2
3
  "boxAI.contentAnswers.ariaTypeSuccessIconLabel": "성공",
3
4
  "boxAI.contentAnswers.ask": "질문",
4
5
  "boxAI.contentAnswers.askDisabledTooltip": "Box AI가 응답을 마치면 다른 질문을 제출할 수 있습니다",
@@ -20,7 +21,7 @@ export default {
20
21
  "boxAI.contentAnswers.disabledTooltipFileNotCompatible": "Box AI는 현재 이 파일 유형을 지원하지 않습니다",
21
22
  "boxAI.contentAnswers.disabledTooltipPermissionsFailed": "현재 권한을 확인할 수 없습니다. 다시 시도하려면 이 페이지를 다시 로드하세요.",
22
23
  "boxAI.contentAnswers.disabledTooltipPermissionsLoading": "권한 확인 중...",
23
- "boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "부적절한 콘텐츠를 신고하려면 {abuseEmailLink}(으)로 이메일을 보내주세요",
24
+ "boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "부적절한 콘텐츠를 신고하려면 <abuseFormLink>이 양식</abuseFormLink>을 제출하세요.",
24
25
  "boxAI.contentAnswers.feedbackTooltipCancel": "취소",
25
26
  "boxAI.contentAnswers.feedbackTooltipConfirmation": "피드백을 보내주셔서 감사합니다.",
26
27
  "boxAI.contentAnswers.feedbackTooltipFeedback": "어떻게 경험을 개선할 수 있습니까?",
@@ -29,7 +30,7 @@ export default {
29
30
  "boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2": "요청을 따르지 않았습니다",
30
31
  "boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3": "기타",
31
32
  "boxAI.contentAnswers.feedbackTooltipIssueTypeLabel": "어떤 유형의 문제를 보고하고 싶으십니까?",
32
- "boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "Share my prompt and response to help improve product quality.",
33
+ "boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "제품 품질 향상에 도움이 있도록 프롬프트와 응답을 공유합니다.",
33
34
  "boxAI.contentAnswers.feedbackTooltipSubmit": "제출",
34
35
  "boxAI.contentAnswers.feedbackTooltipTitle": "의견을 공유하세요.",
35
36
  "boxAI.contentAnswers.fileLandingText": "{parentItem,select,other{{parentItem}의}} {numberOfItems,plural,other{위치{files}}}",