@box/box-ai-content-answers 0.49.1 → 0.50.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 (47) hide show
  1. package/i18n/bn-IN.properties +2 -0
  2. package/i18n/da-DK.js +1 -1
  3. package/i18n/da-DK.properties +2 -0
  4. package/i18n/de-DE.js +1 -1
  5. package/i18n/de-DE.properties +2 -0
  6. package/i18n/en-AU.properties +2 -0
  7. package/i18n/en-CA.properties +2 -0
  8. package/i18n/en-GB.properties +2 -0
  9. package/i18n/en-x-pseudo.js +46 -46
  10. package/i18n/en-x-pseudo.properties +47 -45
  11. package/i18n/es-419.js +1 -1
  12. package/i18n/es-419.properties +2 -0
  13. package/i18n/es-ES.js +1 -1
  14. package/i18n/es-ES.properties +2 -0
  15. package/i18n/fi-FI.js +1 -1
  16. package/i18n/fi-FI.properties +2 -0
  17. package/i18n/fr-CA.js +1 -1
  18. package/i18n/fr-CA.properties +2 -0
  19. package/i18n/fr-FR.js +1 -1
  20. package/i18n/fr-FR.properties +2 -0
  21. package/i18n/hi-IN.js +1 -1
  22. package/i18n/hi-IN.properties +2 -0
  23. package/i18n/it-IT.js +1 -1
  24. package/i18n/it-IT.properties +2 -0
  25. package/i18n/ja-JP.js +2 -2
  26. package/i18n/ja-JP.properties +3 -1
  27. package/i18n/ko-KR.js +1 -1
  28. package/i18n/ko-KR.properties +2 -0
  29. package/i18n/nb-NO.js +1 -1
  30. package/i18n/nb-NO.properties +2 -0
  31. package/i18n/nl-NL.js +1 -1
  32. package/i18n/nl-NL.properties +2 -0
  33. package/i18n/pl-PL.js +1 -1
  34. package/i18n/pl-PL.properties +2 -0
  35. package/i18n/pt-BR.js +1 -1
  36. package/i18n/pt-BR.properties +2 -0
  37. package/i18n/ru-RU.js +1 -1
  38. package/i18n/ru-RU.properties +2 -0
  39. package/i18n/sv-SE.js +1 -1
  40. package/i18n/sv-SE.properties +2 -0
  41. package/i18n/tr-TR.js +1 -1
  42. package/i18n/tr-TR.properties +2 -0
  43. package/i18n/zh-CN.js +1 -1
  44. package/i18n/zh-CN.properties +2 -0
  45. package/i18n/zh-TW.js +1 -1
  46. package/i18n/zh-TW.properties +2 -0
  47. package/package.json +2 -2
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = এই {type} সম্পর্
10
10
  boxAI.contentAnswers.basedOn = এর উপর ভিত্তি করে:
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = বাতিল করুন
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = Open document
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = ডকুমেন্ট থেকে:
15
17
  # Title of citation card tooltip in answer references section with document title
package/i18n/da-DK.js CHANGED
@@ -5,7 +5,7 @@ export default {
5
5
  "boxAI.contentAnswers.askQuestionPlaceholder": "Spørg om alt om denne {type}",
6
6
  "boxAI.contentAnswers.basedOn": "Baseret på:",
7
7
  "boxAI.contentAnswers.cancel": "Annuller",
8
- "boxAI.contentAnswers.cardTooltipButton": "Open document",
8
+ "boxAI.contentAnswers.cardTooltipButton": "Åbn dokument",
9
9
  "boxAI.contentAnswers.cardTooltipTitle": "Fra dokument:",
10
10
  "boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "Fra \"{title}\":",
11
11
  "boxAI.contentAnswers.closeModalAriaLabel": "Luk modal",
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = Spørg om alt om denne {type}
10
10
  boxAI.contentAnswers.basedOn = Baseret på:
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = Annuller
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = Åbn dokument
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = Fra dokument:
15
17
  # Title of citation card tooltip in answer references section with document title
package/i18n/de-DE.js CHANGED
@@ -5,7 +5,7 @@ export default {
5
5
  "boxAI.contentAnswers.askQuestionPlaceholder": "Stellen Sie eine Frage zu diesem {type}",
6
6
  "boxAI.contentAnswers.basedOn": "Basierend auf:",
7
7
  "boxAI.contentAnswers.cancel": "Abbrechen",
8
- "boxAI.contentAnswers.cardTooltipButton": "Open document",
8
+ "boxAI.contentAnswers.cardTooltipButton": "Dokument öffnen",
9
9
  "boxAI.contentAnswers.cardTooltipTitle": "Von Dokument:",
10
10
  "boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "Von „{title}“:",
11
11
  "boxAI.contentAnswers.closeModalAriaLabel": "Modal schließen",
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = Stellen Sie eine Frage zu diesem {
10
10
  boxAI.contentAnswers.basedOn = Basierend auf:
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = Abbrechen
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = Dokument öffnen
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = Von Dokument:
15
17
  # Title of citation card tooltip in answer references section with document title
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = Ask anything about this {type}
10
10
  boxAI.contentAnswers.basedOn = Based on:
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = Cancel
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = Open document
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = From document:
15
17
  # Title of citation card tooltip in answer references section with document title
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = Ask anything about this {type}
10
10
  boxAI.contentAnswers.basedOn = Based on:
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = Cancel
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = Open document
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = From document:
15
17
  # Title of citation card tooltip in answer references section with document title
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = Ask anything about this {type}
10
10
  boxAI.contentAnswers.basedOn = Based on:
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = Cancel
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = Open document
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = From document:
15
17
  # Title of citation card tooltip in answer references section with document title
@@ -1,48 +1,48 @@
1
1
  export default {
2
- "boxAI.contentAnswers.agent": "⟦萬 Ąğєήť 國⟧",
3
- "boxAI.contentAnswers.ask": "⟦ Āşк ⟧",
4
- "boxAI.contentAnswers.askDisabledTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ύöµ ¢ăη ѕùвmιŧ ãηøťнеґ qµеśŧĩōń όήčέ Бσ× ÄĬ ħάŝ ƒíиĭѕħεď ґёśΡōпďϊʼnĝ 國國國國國國國國國國國國國國國國國國國國⟧",
5
- "boxAI.contentAnswers.askQuestionPlaceholder": "⟦萬萬萬萬萬萬萬萬 Äşк āйўťħїňĝ ąвõůť ťħϊś {type} 國國國國國國國國⟧",
6
- "boxAI.contentAnswers.basedOn": "⟦萬萬 Βåŝéď ŏή: 國國⟧",
7
- "boxAI.contentAnswers.cancel": "⟦萬 Ċāň¢ĕĺ 國⟧",
8
- "boxAI.contentAnswers.cardTooltipButton": "Open document",
9
- "boxAI.contentAnswers.cardTooltipTitle": "⟦萬萬萬萬 ₣ŗŏm ďøćűmєήτ: 國國國國⟧",
10
- "boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "⟦萬萬萬 ₣ґøm \"{title}\": 國國國⟧",
11
- "boxAI.contentAnswers.closeModalAriaLabel": "⟦萬萬萬 Ċļоѕê Моďáļ 國國國⟧",
12
- "boxAI.contentAnswers.contentAnswersTitle": "⟦萬 Βōх ΆІ 國⟧",
13
- "boxAI.contentAnswers.continueAnyway": "⟦萬萬萬萬 Ĉолτïпūê åņŷώαγ 國國國國⟧",
14
- "boxAI.contentAnswers.copyToClipboard": "⟦萬萬萬萬萬 ĆôΡУ ŧò ĆļίΡвόāгď 國國國國國⟧",
15
- "boxAI.contentAnswers.copyToClipboardSucceeded": "⟦萬萬萬萬萬萬萬 ĊóΡίēď ţо ŷοűґ çļϊΡвσāѓď 國國國國國國國⟧",
16
- "boxAI.contentAnswers.defaultTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ĝέτ îņѕτāņţ ăňşщēŕŝ áьôűť ťħĭş ďőčŭmėйŧ üşĭπğ βōх ÄĬ 國國國國國國國國國國國國國國國⟧",
17
- "boxAI.contentAnswers.disabledTooltipAINotAvailable": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бσх ÃÌ ďøěśп'ť нâνέ Ρέŗmĩşşϊòń ŧó ă¢ċέşş ťħīş ƒîļέ 國國國國國國國國國國國國國國⟧",
18
- "boxAI.contentAnswers.disabledTooltipFileNotCompatible": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßόх ĄĪ īş иοť ċŭŕгéήτĺγ ѕŭΡΡóгŧеď ƒõг ţĥĩŝ ƒίļè ŧўΡė 國國國國國國國國國國國國國國國⟧",
19
- "boxAI.contentAnswers.disabledTooltipPermissionsFailed": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Űňǻвĺέ ťó ċĥë¢ĸ Ρеяmîѕşίøйѕ äť τĥĭş ťīmé. Řêĺòäď ťħîŝ Ρâğέ ţò ťѓγ άġάīή 國國國國國國國國國國國國國國國國國國國國國⟧",
20
- "boxAI.contentAnswers.disabledTooltipPermissionsLoading": "⟦萬萬萬萬萬萬 Ĉĥεćкîŋğ Ρèяmįѕşĩőпś... 國國國國國國⟧",
21
- "boxAI.contentAnswers.hasQuestionsTooltip": "⟦萬萬萬萬 Яеτûяπ ţό βōх ĀĮ 國國國國⟧",
22
- "boxAI.contentAnswers.inlineErrorText": "⟦萬萬萬萬萬萬萬萬萬萬 Τħē Бó× ĂÎ ѕêґνίсέ ώαś цηǻνāїĺαьļĕ. 國國國國國國國國國國⟧",
23
- "boxAI.contentAnswers.inlineRateLimitingErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βόх ĀÎ ¢ůгяĕʼnŧļÿ ħάѕ ľіmĩŧėď ćαΡâċìţў (ŵε'гě ẁоŕкīńġ ŧõ èхΡåņď вáŋďωĭďţн). Pľёâśĕ ŧřγ ăğåĩπ īπ á ƒёш mίņŭτёŝ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
24
- "boxAI.contentAnswers.intelligenceUnaivalableHeading": "⟦萬萬萬萬萬萬 Βø× ÃĬ ïş ūйâνāĭľäвļë 國國國國國國⟧",
25
- "boxAI.contentAnswers.intelligenceUnaivalableTryAgain": "⟦萬萬萬萬萬萬 Pľēãśë ťŕŷ άġäįń ľāτĕř. 國國國國國國⟧",
26
- "boxAI.contentAnswers.intelligenceUnavailableDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬 Ţĥє Бσх ĀΪ ѕêяνίċę їş лôţ ŕéşΡöŋďїηĝ. 國國國國國國國國國國國⟧",
27
- "boxAI.contentAnswers.largeFileSizeErrorDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βŏ× ÅÎ ẃοń’τ ьė āьĺĕ ŧő åċĉèşŝ ťħē ейţїяê τέхτ, ẃħïċн mίĝĥţ āƒƒέçτ їťѕ ãńşώêřş. 國國國國國國國國國國國國國國國國國國國國國國國⟧",
28
- "boxAI.contentAnswers.largeFileSizeErrorHeading": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τĥє τέхţ çσиτєʼnτ óƒ ŧнίś ƒіļё іѕ ţŏο ļãřğê ƒøѓ Бóх ÄÍ 國國國國國國國國國國國國國國國⟧",
29
- "boxAI.contentAnswers.loading": "⟦萬萬 Ļőáďìпğ... 國國⟧",
30
- "boxAI.contentAnswers.loadingAnswer": "⟦萬萬萬萬萬 Ļőąďϊпġ Âиѕẁęґ... 國國國國國⟧",
31
- "boxAI.contentAnswers.maxCharactersReachedError": "⟦萬萬萬萬萬萬萬萬萬萬 Μáхїmūm öƒ {characterLimit} ¢нăяąçτēґş ŗêāĉĥєď 國國國國國國國國國國⟧",
32
- "boxAI.contentAnswers.noReferences": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 ŖēѕΡōņѕę вǻѕēď öп ĝέήëгâľ ďöçµmеηţ ãйãľỳѕîş 國國國國國國國國國國國國⟧",
33
- "boxAI.contentAnswers.referenceAriaLabel": "⟦萬萬萬萬 Ŗέƒėѓεпćё {number} 國國國國⟧",
34
- "boxAI.contentAnswers.resetConversationLabel": "⟦萬萬萬萬萬 Γęśеť ćōπνëŕŝāţīσп 國國國國國⟧",
35
- "boxAI.contentAnswers.responseFailedError": "⟦萬萬萬萬 ЃéŝΡσйŝέ ₣ǻïĺêď 國國國國⟧",
36
- "boxAI.contentAnswers.responseInterruptedError": "⟦萬萬萬萬萬 ЯêѕΡσηśè ІņţèггцΡţéď 國國國國國⟧",
37
- "boxAI.contentAnswers.responseStoppedError": "⟦萬萬萬萬 ΓĕѕΡöŋşè ŚτòΡΡёď 國國國國⟧",
38
- "boxAI.contentAnswers.retryResponse": "⟦萬 Γęţяỳ 國⟧",
39
- "boxAI.contentAnswers.selectAgent": "⟦萬萬萬萬 Śėļëçţ άй Ǻğęήτ 國國國國⟧",
40
- "boxAI.contentAnswers.stopResponse": "⟦萬萬萬 ŚţσΡ ΓēşΡöлśє 國國國⟧",
41
- "boxAI.contentAnswers.suggestedQuestions": "⟦萬萬萬萬萬 Ŝùġġêŝŧέď Qμĕşţīóņѕ: 國國國國國⟧",
42
- "boxAI.contentAnswers.userAvatar": "⟦萬萬萬 Ŭŝèґ ăνāτåŕ 國國國⟧",
43
- "boxAI.contentAnswers.welcomeAskQuestionText": "⟦萬萬萬萬萬萬萬 Άѕķ qūęѕŧĩŏπѕ άьόμτ {name} 國國國國國國國⟧",
44
- "boxAI.contentAnswers.welcomeClearChatText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧħïş ćħäť ώïĺĺ вê çļéαгêď щнèл ŷöű сļõѕε ŧнîŝ {type} 國國國國國國國國國國國國國國國⟧",
45
- "boxAI.contentAnswers.welcomeMessageTitle": "⟦萬萬萬萬萬 Шєĺсŏmě τŏ Βο× ǺĨ 國國國國國⟧",
46
- "boxAI.popup.closeButtonText": "⟦萬 Čľōѕē 國⟧",
47
- "boxAI.textInputWithCopyButton.copyButtonSuccessText": "⟦萬 ĈóΡίêď 國⟧"
2
+ "boxAI.contentAnswers.agent": "⟦萬 Ãĝέпτ 國⟧",
3
+ "boxAI.contentAnswers.ask": "⟦ Αѕĸ ⟧",
4
+ "boxAI.contentAnswers.askDisabledTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Υõü čãл ѕüвmíŧ άʼnòťнëя qûëŝťīõη οń¢є Бöх ÁÍ ħăŝ ƒїήιşĥëď řêŝΡóņďĩπĝ 國國國國國國國國國國國國國國國國國國國國⟧",
5
+ "boxAI.contentAnswers.askQuestionPlaceholder": "⟦萬萬萬萬萬萬萬萬 Äŝк äйУŧħїňğ αвöŭţ ţħίś {type} 國國國國國國國國⟧",
6
+ "boxAI.contentAnswers.basedOn": "⟦萬萬 βäŝęď öņ: 國國⟧",
7
+ "boxAI.contentAnswers.cancel": "⟦萬 Čăňсĕļ 國⟧",
8
+ "boxAI.contentAnswers.cardTooltipButton": "⟦萬萬萬 ÕΡėŋ ďσ¢ŭmęητ 國國國⟧",
9
+ "boxAI.contentAnswers.cardTooltipTitle": "⟦萬萬萬萬 ₣яôm ďőčŭmєήť: 國國國國⟧",
10
+ "boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "⟦萬萬萬 ₣ŗøm \"{title}\": 國國國⟧",
11
+ "boxAI.contentAnswers.closeModalAriaLabel": "⟦萬萬萬 Çļόѕė Мóďâľ 國國國⟧",
12
+ "boxAI.contentAnswers.contentAnswersTitle": "⟦萬 βόх ǺΊ 國⟧",
13
+ "boxAI.contentAnswers.continueAnyway": "⟦萬萬萬萬 Ćŏňτíήųė âпỳωäγ 國國國國⟧",
14
+ "boxAI.contentAnswers.copyToClipboard": "⟦萬萬萬萬萬 ÇοΡỳ ŧö ĈľīΡвόăŕď 國國國國國⟧",
15
+ "boxAI.contentAnswers.copyToClipboardSucceeded": "⟦萬萬萬萬萬萬萬 ĊôΡìĕď ťο ўóųŗ ĉĺϊΡвσąгď 國國國國國國國⟧",
16
+ "boxAI.contentAnswers.defaultTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ğёť ίиѕťåήτ åлŝώèяѕ ăвöµτ τĥίś ďóçûmëηŧ ùşîлĝ ßő× ĄĮ 國國國國國國國國國國國國國國國⟧",
17
+ "boxAI.contentAnswers.disabledTooltipAINotAvailable": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βöх Άİ ďóεѕń'ţ нăνĕ Ρéґmįŝśïöņ ťø ąĉсєŝѕ ťĥîś ƒīľε 國國國國國國國國國國國國國國⟧",
18
+ "boxAI.contentAnswers.disabledTooltipFileNotCompatible": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βő× ÂĪ ĭѕ ńőť çűѓяěйŧľў ѕůΡΡŏяτëď ƒöř ţħīş ƒїļе ţУΡĕ 國國國國國國國國國國國國國國國⟧",
19
+ "boxAI.contentAnswers.disabledTooltipPermissionsFailed": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ųňàвľę τσ ċнĕċк Ρεѓmĩŝѕίοпś áť ţħįѕ ŧιmě. Ŕėļôàď ŧĥìѕ Ραĝё ŧо ťřý ăġąīл 國國國國國國國國國國國國國國國國國國國國國⟧",
20
+ "boxAI.contentAnswers.disabledTooltipPermissionsLoading": "⟦萬萬萬萬萬萬 Ĉнеćкίлġ Ρèяmїśśιøиś... 國國國國國國⟧",
21
+ "boxAI.contentAnswers.hasQuestionsTooltip": "⟦萬萬萬萬 Ѓėţūяņ ŧö βοх ÂÎ 國國國國⟧",
22
+ "boxAI.contentAnswers.inlineErrorText": "⟦萬萬萬萬萬萬萬萬萬萬 Τĥё Бò× ÃÎ ѕéŗνìĉę ώǻş μπåναīĺąьĺε. 國國國國國國國國國國⟧",
23
+ "boxAI.contentAnswers.inlineRateLimitingErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βο× ΑĮ ċůŗŕėлτļÿ ħáѕ ĺιmįţєď ćãΡãčίťУ (ẃē'яě шõŕкìήġ τõ ę×Ρãņď вáиďщϊďτĥ). Pľέāśé ŧѓў ąġάįπ їη ä ƒēẁ mīņūţēѕ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
24
+ "boxAI.contentAnswers.intelligenceUnaivalableHeading": "⟦萬萬萬萬萬萬 Бòх ǺĬ įş űήανąīľǻвĺě 國國國國國國⟧",
25
+ "boxAI.contentAnswers.intelligenceUnaivalableTryAgain": "⟦萬萬萬萬萬萬 Pľêäşέ ťяỳ àġαįŋ ľåţęг. 國國國國國國⟧",
26
+ "boxAI.contentAnswers.intelligenceUnavailableDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬 Ťĥέ βö× ÅĮ şéѓνĭ¢é įѕ ňόť řęşΡоņďīηġ. 國國國國國國國國國國國⟧",
27
+ "boxAI.contentAnswers.largeFileSizeErrorDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βŏ× ĀĮ ẁøπ’ţ ьę âвĺέ τõ âç¢έѕŝ ťĥè εņťϊřē τë×τ, ẁħï¢н mìğĥŧ ⃃εçť īτś ǻňѕẃèгś. 國國國國國國國國國國國國國國國國國國國國國國國⟧",
28
+ "boxAI.contentAnswers.largeFileSizeErrorHeading": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τнє τєхţ ćόиťеňτ õƒ ŧħĩŝ ƒіľē įѕ τоο ľàŗğě ƒøŕ Бő× ĂІ 國國國國國國國國國國國國國國國⟧",
29
+ "boxAI.contentAnswers.loading": "⟦萬萬 Ŀŏąďĭйĝ... 國國⟧",
30
+ "boxAI.contentAnswers.loadingAnswer": "⟦萬萬萬萬萬 Ľŏåďíπğ Âηşщěґ... 國國國國國⟧",
31
+ "boxAI.contentAnswers.maxCharactersReachedError": "⟦萬萬萬萬萬萬萬萬萬萬 Μãхîmūm õƒ {characterLimit} çнąřäċţěŗś яεă¢нèď 國國國國國國國國國國⟧",
32
+ "boxAI.contentAnswers.noReferences": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 ҐěŝΡŏηşé ьàśéď øή ĝεņêґáľ ďòċùmêňţ ăňāļŷśîş 國國國國國國國國國國國國⟧",
33
+ "boxAI.contentAnswers.referenceAriaLabel": "⟦萬萬萬萬 Ŕęƒėѓεисё {number} 國國國國⟧",
34
+ "boxAI.contentAnswers.resetConversationLabel": "⟦萬萬萬萬萬 Řĕѕεť ĉσńνέѓŝǻŧíòʼn 國國國國國⟧",
35
+ "boxAI.contentAnswers.responseFailedError": "⟦萬萬萬萬 ҐĕŝΡöηѕе ₣αιĺêď 國國國國⟧",
36
+ "boxAI.contentAnswers.responseInterruptedError": "⟦萬萬萬萬萬 ŘĕѕΡοņѕé ΊπτêґŕùΡŧεď 國國國國國⟧",
37
+ "boxAI.contentAnswers.responseStoppedError": "⟦萬萬萬萬 ŖεŝΡόńŝě ŜτôΡΡèď 國國國國⟧",
38
+ "boxAI.contentAnswers.retryResponse": "⟦萬 Ѓėťґŷ 國⟧",
39
+ "boxAI.contentAnswers.selectAgent": "⟦萬萬萬萬 Şεľęċţ àņ Àğêŋţ 國國國國⟧",
40
+ "boxAI.contentAnswers.stopResponse": "⟦萬萬萬 ŞţóΡ ŔĕśΡøŋşē 國國國⟧",
41
+ "boxAI.contentAnswers.suggestedQuestions": "⟦萬萬萬萬萬 Ŝμğğēśτєď Qμėśŧìõηş: 國國國國國⟧",
42
+ "boxAI.contentAnswers.userAvatar": "⟦萬萬萬 Ůşĕя áναŧǻя 國國國⟧",
43
+ "boxAI.contentAnswers.welcomeAskQuestionText": "⟦萬萬萬萬萬萬萬 Àşκ qůéşτìôήş âьõμţ {name} 國國國國國國國⟧",
44
+ "boxAI.contentAnswers.welcomeClearChatText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧĥίѕ сĥάτ щïĺľ ьé сĺėăřēď ώĥèл ўοų çľøśе ţħίѕ {type} 國國國國國國國國國國國國國國國⟧",
45
+ "boxAI.contentAnswers.welcomeMessageTitle": "⟦萬萬萬萬萬 Ŵèľćómе ŧó ßôх ΑĪ 國國國國國⟧",
46
+ "boxAI.popup.closeButtonText": "⟦萬 Ĉļοśě 國⟧",
47
+ "boxAI.textInputWithCopyButton.copyButtonSuccessText": "⟦萬 ĊøΡîęď 國⟧"
48
48
  }
@@ -1,90 +1,92 @@
1
1
  # AI agent label
2
- boxAI.contentAnswers.agent = ⟦萬 Ąğєήť 國⟧
2
+ boxAI.contentAnswers.agent = ⟦萬 Ãĝέпτ 國⟧
3
3
  # Content Answers submit input button text
4
- boxAI.contentAnswers.ask = ⟦ Āşк
4
+ boxAI.contentAnswers.ask = ⟦ Αѕĸ
5
5
  # Content Answers submit input button disabled tooltip text when answer is generating
6
- boxAI.contentAnswers.askDisabledTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ύöµ ¢ăη ѕùвmιŧ ãηøťнеґ qµеśŧĩōń όήčέ Бσ× ÄĬ ħάŝ ƒíиĭѕħεď ґёśΡōпďϊʼnĝ 國國國國國國國國國國國國國國國國國國國國⟧
6
+ boxAI.contentAnswers.askDisabledTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Υõü čãл ѕüвmíŧ άʼnòťнëя qûëŝťīõη οń¢є Бöх ÁÍ ħăŝ ƒїήιşĥëď řêŝΡóņďĩπĝ 國國國國國國國國國國國國國國國國國國國國⟧
7
7
  # Content Answers modal input placeholder
8
- boxAI.contentAnswers.askQuestionPlaceholder = ⟦萬萬萬萬萬萬萬萬 Äşк āйўťħїňĝ ąвõůť ťħϊś {type} 國國國國國國國國⟧
8
+ boxAI.contentAnswers.askQuestionPlaceholder = ⟦萬萬萬萬萬萬萬萬 Äŝк äйУŧħїňğ αвöŭţ ţħίś {type} 國國國國國國國國⟧
9
9
  # Label for the references used for generating the answer from the AI service
10
- boxAI.contentAnswers.basedOn = ⟦萬萬 Βåŝéď ŏή: 國國⟧
10
+ boxAI.contentAnswers.basedOn = ⟦萬萬 βäŝęď öņ: 國國⟧
11
11
  # Box AI secondary action when file is too large
12
- boxAI.contentAnswers.cancel = ⟦萬 Ċāň¢ĕĺ 國⟧
12
+ boxAI.contentAnswers.cancel = ⟦萬 Čăňсĕļ 國⟧
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = ⟦萬萬萬 ÕΡėŋ ďσ¢ŭmęητ 國國國⟧
13
15
  # Title of citation card tooltip in answer references section
14
- boxAI.contentAnswers.cardTooltipTitle = ⟦萬萬萬萬 ₣ŗŏm ďøćűmєήτ: 國國國國⟧
16
+ boxAI.contentAnswers.cardTooltipTitle = ⟦萬萬萬萬 ₣яôm ďőčŭmєήť: 國國國國⟧
15
17
  # Title of citation card tooltip in answer references section with document title
16
- boxAI.contentAnswers.cardTooltipTitleWithDocumentName = ⟦萬萬萬 ₣ґøm "{title}": 國國國⟧
18
+ boxAI.contentAnswers.cardTooltipTitleWithDocumentName = ⟦萬萬萬 ₣ŗøm "{title}": 國國國⟧
17
19
  # Content Answers close button aria label
18
- boxAI.contentAnswers.closeModalAriaLabel = ⟦萬萬萬 Ċļоѕê Моďáļ 國國國⟧
20
+ boxAI.contentAnswers.closeModalAriaLabel = ⟦萬萬萬 Çļόѕė Мóďâľ 國國國⟧
19
21
  # Content Answers feature name shown on menu item and modal title
20
- boxAI.contentAnswers.contentAnswersTitle = ⟦萬 Βōх ΆІ 國⟧
22
+ boxAI.contentAnswers.contentAnswersTitle = ⟦萬 βόх ǺΊ 國⟧
21
23
  # Box AI primary action when file is too large
22
- boxAI.contentAnswers.continueAnyway = ⟦萬萬萬萬 Ĉолτïпūê åņŷώαγ 國國國國⟧
24
+ boxAI.contentAnswers.continueAnyway = ⟦萬萬萬萬 Ćŏňτíήųė âпỳωäγ 國國國國⟧
23
25
  # Copy to clipboard tooltip
24
- boxAI.contentAnswers.copyToClipboard = ⟦萬萬萬萬萬 ĆôΡУ ŧò ĆļίΡвόāгď 國國國國國⟧
26
+ boxAI.contentAnswers.copyToClipboard = ⟦萬萬萬萬萬 ÇοΡỳ ŧö ĈľīΡвόăŕď 國國國國國⟧
25
27
  # Notification displayed to the user when the answer has been successfully copied to the clipboard
26
- boxAI.contentAnswers.copyToClipboardSucceeded = ⟦萬萬萬萬萬萬萬 ĊóΡίēď ţо ŷοűґ çļϊΡвσāѓď 國國國國國國國⟧
28
+ boxAI.contentAnswers.copyToClipboardSucceeded = ⟦萬萬萬萬萬萬萬 ĊôΡìĕď ťο ўóųŗ ĉĺϊΡвσąгď 國國國國國國國⟧
27
29
  # Default tooltip message for Content Answers entry point button
28
- boxAI.contentAnswers.defaultTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ĝέτ îņѕτāņţ ăňşщēŕŝ áьôűť ťħĭş ďőčŭmėйŧ üşĭπğ βōх ÄĬ 國國國國國國國國國國國國國國國⟧
30
+ boxAI.contentAnswers.defaultTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ğёť ίиѕťåήτ åлŝώèяѕ ăвöµτ τĥίś ďóçûmëηŧ ùşîлĝ ßő× ĄĮ 國國國國國國國國國國國國國國國⟧
29
31
  # Disabled tooltip message for Content Answers entry point button when the file does not have the correct permissions
30
- boxAI.contentAnswers.disabledTooltipAINotAvailable = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бσх ÃÌ ďøěśп'ť нâνέ Ρέŗmĩşşϊòń ŧó ă¢ċέşş ťħīş ƒîļέ 國國國國國國國國國國國國國國⟧
32
+ boxAI.contentAnswers.disabledTooltipAINotAvailable = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βöх Άİ ďóεѕń'ţ нăνĕ Ρéґmįŝśïöņ ťø ąĉсєŝѕ ťĥîś ƒīľε 國國國國國國國國國國國國國國⟧
31
33
  # Disabled tooltip message for Content Answers entry point button when the file type is not supported
32
- boxAI.contentAnswers.disabledTooltipFileNotCompatible = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßόх ĄĪ īş иοť ċŭŕгéήτĺγ ѕŭΡΡóгŧеď ƒõг ţĥĩŝ ƒίļè ŧўΡė 國國國國國國國國國國國國國國國⟧
34
+ boxAI.contentAnswers.disabledTooltipFileNotCompatible = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βő× ÂĪ ĭѕ ńőť çűѓяěйŧľў ѕůΡΡŏяτëď ƒöř ţħīş ƒїļе ţУΡĕ 國國國國國國國國國國國國國國國⟧
33
35
  # Disabled tooltip message for the Content Answers entry point button when the permissions request fails
34
- boxAI.contentAnswers.disabledTooltipPermissionsFailed = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Űňǻвĺέ ťó ċĥë¢ĸ Ρеяmîѕşίøйѕ äť τĥĭş ťīmé. Řêĺòäď ťħîŝ Ρâğέ ţò ťѓγ άġάīή 國國國國國國國國國國國國國國國國國國國國國⟧
36
+ boxAI.contentAnswers.disabledTooltipPermissionsFailed = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ųňàвľę τσ ċнĕċк Ρεѓmĩŝѕίοпś áť ţħįѕ ŧιmě. Ŕėļôàď ŧĥìѕ Ραĝё ŧо ťřý ăġąīл 國國國國國國國國國國國國國國國國國國國國國⟧
35
37
  # Disabled tooltip message for the Content Answers entry point button while the AI file permissions are being loaded
36
- boxAI.contentAnswers.disabledTooltipPermissionsLoading = ⟦萬萬萬萬萬萬 Ĉĥεćкîŋğ Ρèяmįѕşĩőпś... 國國國國國國⟧
38
+ boxAI.contentAnswers.disabledTooltipPermissionsLoading = ⟦萬萬萬萬萬萬 Ĉнеćкίлġ Ρèяmїśśιøиś... 國國國國國國⟧
37
39
  # Existing questions tooltip message for Content Answers entry point button
38
- boxAI.contentAnswers.hasQuestionsTooltip = ⟦萬萬萬萬 Яеτûяπ ţό βōх ĀĮ 國國國國⟧
40
+ boxAI.contentAnswers.hasQuestionsTooltip = ⟦萬萬萬萬 Ѓėţūяņ ŧö βοх ÂÎ 國國國國⟧
39
41
  # Content Answers error message when the service fails
40
- boxAI.contentAnswers.inlineErrorText = ⟦萬萬萬萬萬萬萬萬萬萬 Τħē Бó× ĂÎ ѕêґνίсέ ώαś цηǻνāїĺαьļĕ. 國國國國國國國國國國⟧
42
+ boxAI.contentAnswers.inlineErrorText = ⟦萬萬萬萬萬萬萬萬萬萬 Τĥё Бò× ÃÎ ѕéŗνìĉę ώǻş μπåναīĺąьĺε. 國國國國國國國國國國⟧
41
43
  # Content Answers error message when the service fails due to rate limiting
42
- boxAI.contentAnswers.inlineRateLimitingErrorText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βόх ĀÎ ¢ůгяĕʼnŧļÿ ħάѕ ľіmĩŧėď ćαΡâċìţў (ŵε'гě ẁоŕкīńġ ŧõ èхΡåņď вáŋďωĭďţн). Pľёâśĕ ŧřγ ăğåĩπ īπ á ƒёш mίņŭτёŝ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
44
+ boxAI.contentAnswers.inlineRateLimitingErrorText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βο× ΑĮ ċůŗŕėлτļÿ ħáѕ ĺιmįţєď ćãΡãčίťУ (ẃē'яě шõŕкìήġ τõ ę×Ρãņď вáиďщϊďτĥ). Pľέāśé ŧѓў ąġάįπ їη ä ƒēẁ mīņūţēѕ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
43
45
  # Box AI Q&A service unavailable error title
44
- boxAI.contentAnswers.intelligenceUnaivalableHeading = ⟦萬萬萬萬萬萬 Βø× ÃĬ ïş ūйâνāĭľäвļë 國國國國國國⟧
46
+ boxAI.contentAnswers.intelligenceUnaivalableHeading = ⟦萬萬萬萬萬萬 Бòх ǺĬ įş űήανąīľǻвĺě 國國國國國國⟧
45
47
  # Box AI Q&A service unavailable error try again later description
46
- boxAI.contentAnswers.intelligenceUnaivalableTryAgain = ⟦萬萬萬萬萬萬 Pľēãśë ťŕŷ άġäįń ľāτĕř. 國國國國國國⟧
48
+ boxAI.contentAnswers.intelligenceUnaivalableTryAgain = ⟦萬萬萬萬萬萬 Pľêäşέ ťяỳ àġαįŋ ľåţęг. 國國國國國國⟧
47
49
  # Box AI Q&A service unavailable error description
48
- boxAI.contentAnswers.intelligenceUnavailableDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ţĥє Бσх ĀΪ ѕêяνίċę їş лôţ ŕéşΡöŋďїηĝ. 國國國國國國國國國國國⟧
50
+ boxAI.contentAnswers.intelligenceUnavailableDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ťĥέ βö× ÅĮ şéѓνĭ¢é įѕ ňόť řęşΡоņďīηġ. 國國國國國國國國國國國⟧
49
51
  # Box AI Q&A file too large error description
50
- boxAI.contentAnswers.largeFileSizeErrorDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βŏ× ÅÎ ẃοń’τ ьė āьĺĕ ŧő åċĉèşŝ ťħē ейţїяê τέхτ, ẃħïċн mίĝĥţ āƒƒέçτ їťѕ ãńşώêřş. 國國國國國國國國國國國國國國國國國國國國國國國⟧
52
+ boxAI.contentAnswers.largeFileSizeErrorDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βŏ× ĀĮ ẁøπ’ţ ьę âвĺέ τõ âç¢έѕŝ ťĥè εņťϊřē τë×τ, ẁħï¢н mìğĥŧ ⃃εçť īτś ǻňѕẃèгś. 國國國國國國國國國國國國國國國國國國國國國國國⟧
51
53
  # Box AI Q&A file too large error heading
52
- boxAI.contentAnswers.largeFileSizeErrorHeading = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τĥє τέхţ çσиτєʼnτ óƒ ŧнίś ƒіļё іѕ ţŏο ļãřğê ƒøѓ Бóх ÄÍ 國國國國國國國國國國國國國國國⟧
54
+ boxAI.contentAnswers.largeFileSizeErrorHeading = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τнє τєхţ ćόиťеňτ õƒ ŧħĩŝ ƒіľē įѕ τоο ľàŗğě ƒøŕ Бő× ĂІ 國國國國國國國國國國國國國國國⟧
53
55
  # Aria label to show while waiting for the modal to load
54
- boxAI.contentAnswers.loading = ⟦萬萬 Ļőáďìпğ... 國國⟧
56
+ boxAI.contentAnswers.loading = ⟦萬萬 Ŀŏąďĭйĝ... 國國⟧
55
57
  # Aria label to show while waiting for an answer
56
- boxAI.contentAnswers.loadingAnswer = ⟦萬萬萬萬萬 Ļőąďϊпġ Âиѕẁęґ... 國國國國國⟧
58
+ boxAI.contentAnswers.loadingAnswer = ⟦萬萬萬萬萬 Ľŏåďíπğ Âηşщěґ... 國國國國國⟧
57
59
  # Error tooltip to show inside text area if the user reached the character limit
58
- boxAI.contentAnswers.maxCharactersReachedError = ⟦萬萬萬萬萬萬萬萬萬萬 Μáхїmūm öƒ {characterLimit} ¢нăяąçτēґş ŗêāĉĥєď 國國國國國國國國國國⟧
60
+ boxAI.contentAnswers.maxCharactersReachedError = ⟦萬萬萬萬萬萬萬萬萬萬 Μãхîmūm õƒ {characterLimit} çнąřäċţěŗś яεă¢нèď 國國國國國國國國國國⟧
59
61
  # Loading message if there are no citations for an answer
60
- boxAI.contentAnswers.noReferences = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 ŖēѕΡōņѕę вǻѕēď öп ĝέήëгâľ ďöçµmеηţ ãйãľỳѕîş 國國國國國國國國國國國國⟧
62
+ boxAI.contentAnswers.noReferences = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 ҐěŝΡŏηşé ьàśéď øή ĝεņêґáľ ďòċùmêňţ ăňāļŷśîş 國國國國國國國國國國國國⟧
61
63
  # ARIA label designed for screen readers to enhance clarity during the reading of citations, minimizing confusion.
62
- boxAI.contentAnswers.referenceAriaLabel = ⟦萬萬萬萬 Ŗέƒėѓεпćё {number} 國國國國⟧
64
+ boxAI.contentAnswers.referenceAriaLabel = ⟦萬萬萬萬 Ŕęƒėѓεисё {number} 國國國國⟧
63
65
  # Reset conversation button label
64
- boxAI.contentAnswers.resetConversationLabel = ⟦萬萬萬萬萬 Γęśеť ćōπνëŕŝāţīσп 國國國國國⟧
66
+ boxAI.contentAnswers.resetConversationLabel = ⟦萬萬萬萬萬 Řĕѕεť ĉσńνέѓŝǻŧíòʼn 國國國國國⟧
65
67
  # Error message to be displayed within an answer during streaming mode if there was another error, such as network errors.
66
- boxAI.contentAnswers.responseFailedError = ⟦萬萬萬萬 ЃéŝΡσйŝέ ₣ǻïĺêď 國國國國⟧
68
+ boxAI.contentAnswers.responseFailedError = ⟦萬萬萬萬 ҐĕŝΡöηѕе ₣αιĺêď 國國國國⟧
67
69
  # Error message to be displayed within an answer during streaming mode if the answer was interrupted due to a lack of tokens.
68
- boxAI.contentAnswers.responseInterruptedError = ⟦萬萬萬萬萬 ЯêѕΡσηśè ІņţèггцΡţéď 國國國國國⟧
70
+ boxAI.contentAnswers.responseInterruptedError = ⟦萬萬萬萬萬 ŘĕѕΡοņѕé ΊπτêґŕùΡŧεď 國國國國國⟧
69
71
  # Error message to be displayed within an answer during streaming mode if the answer was stopped using the Stop Response button.
70
- boxAI.contentAnswers.responseStoppedError = ⟦萬萬萬萬 ΓĕѕΡöŋşè ŚτòΡΡёď 國國國國⟧
72
+ boxAI.contentAnswers.responseStoppedError = ⟦萬萬萬萬 ŖεŝΡόńŝě ŜτôΡΡèď 國國國國⟧
71
73
  # Retry button label to send again the question to the service
72
- boxAI.contentAnswers.retryResponse = ⟦萬 Γęţяỳ 國⟧
74
+ boxAI.contentAnswers.retryResponse = ⟦萬 Ѓėťґŷ 國⟧
73
75
  # Label for the AI agent selector when the user has not selected any agent
74
- boxAI.contentAnswers.selectAgent = ⟦萬萬萬萬 Śėļëçţ άй Ǻğęήτ 國國國國⟧
76
+ boxAI.contentAnswers.selectAgent = ⟦萬萬萬萬 Şεľęċţ àņ Àğêŋţ 國國國國⟧
75
77
  # Button label to stop streaming an answer
76
- boxAI.contentAnswers.stopResponse = ⟦萬萬萬 ŚţσΡ ΓēşΡöлśє 國國國⟧
78
+ boxAI.contentAnswers.stopResponse = ⟦萬萬萬 ŞţóΡ ŔĕśΡøŋşē 國國國⟧
77
79
  # Suggested questions title
78
- boxAI.contentAnswers.suggestedQuestions = ⟦萬萬萬萬萬 Ŝùġġêŝŧέď Qμĕşţīóņѕ: 國國國國國⟧
80
+ boxAI.contentAnswers.suggestedQuestions = ⟦萬萬萬萬萬 Ŝμğğēśτєď Qμėśŧìõηş: 國國國國國⟧
79
81
  # Alt text for user avatar image
80
- boxAI.contentAnswers.userAvatar = ⟦萬萬萬 Ŭŝèґ ăνāτåŕ 國國國⟧
82
+ boxAI.contentAnswers.userAvatar = ⟦萬萬萬 Ůşĕя áναŧǻя 國國國⟧
81
83
  # Content Answers welcome message for asking questions {Name} is the name of the content
82
- boxAI.contentAnswers.welcomeAskQuestionText = ⟦萬萬萬萬萬萬萬 Άѕķ qūęѕŧĩŏπѕ άьόμτ {name} 國國國國國國國⟧
84
+ boxAI.contentAnswers.welcomeAskQuestionText = ⟦萬萬萬萬萬萬萬 Àşκ qůéşτìôήş âьõμţ {name} 國國國國國國國⟧
83
85
  # Content Answers welcome message for clearing the chat. {type} is the type of content that we are going to query
84
- boxAI.contentAnswers.welcomeClearChatText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧħïş ćħäť ώïĺĺ вê çļéαгêď щнèл ŷöű сļõѕε ŧнîŝ {type} 國國國國國國國國國國國國國國國⟧
86
+ boxAI.contentAnswers.welcomeClearChatText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧĥίѕ сĥάτ щïĺľ ьé сĺėăřēď ώĥèл ўοų çľøśе ţħίѕ {type} 國國國國國國國國國國國國國國國⟧
85
87
  # Content Answers welcome message title
86
- boxAI.contentAnswers.welcomeMessageTitle = ⟦萬萬萬萬萬 Шєĺсŏmě τŏ Βο× ǺĨ 國國國國國⟧
88
+ boxAI.contentAnswers.welcomeMessageTitle = ⟦萬萬萬萬萬 Ŵèľćómе ŧó ßôх ΑĪ 國國國國國⟧
87
89
  # Text for close button in popup
88
- boxAI.popup.closeButtonText = ⟦萬 Čľōѕē 國⟧
90
+ boxAI.popup.closeButtonText = ⟦萬 Ĉļοśě 國⟧
89
91
  # Text for copy button in input with copy button indicating copy success
90
- boxAI.textInputWithCopyButton.copyButtonSuccessText = ⟦萬 ĈóΡίêď 國⟧
92
+ boxAI.textInputWithCopyButton.copyButtonSuccessText = ⟦萬 ĊøΡîęď 國⟧
package/i18n/es-419.js CHANGED
@@ -5,7 +5,7 @@ export default {
5
5
  "boxAI.contentAnswers.askQuestionPlaceholder": "Pregunte cualquier cosa sobre este {type}",
6
6
  "boxAI.contentAnswers.basedOn": "Basado en:",
7
7
  "boxAI.contentAnswers.cancel": "Anular",
8
- "boxAI.contentAnswers.cardTooltipButton": "Open document",
8
+ "boxAI.contentAnswers.cardTooltipButton": "Abrir documento",
9
9
  "boxAI.contentAnswers.cardTooltipTitle": "Del documento:",
10
10
  "boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "De \"{title}\":",
11
11
  "boxAI.contentAnswers.closeModalAriaLabel": "Cerrar modal",
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = Pregunte cualquier cosa sobre este
10
10
  boxAI.contentAnswers.basedOn = Basado en:
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = Anular
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = Abrir documento
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = Del documento:
15
17
  # Title of citation card tooltip in answer references section with document title
package/i18n/es-ES.js CHANGED
@@ -5,7 +5,7 @@ export default {
5
5
  "boxAI.contentAnswers.askQuestionPlaceholder": "Pregunte cualquier cosa sobre este {type}",
6
6
  "boxAI.contentAnswers.basedOn": "Basado en:",
7
7
  "boxAI.contentAnswers.cancel": "Anular",
8
- "boxAI.contentAnswers.cardTooltipButton": "Open document",
8
+ "boxAI.contentAnswers.cardTooltipButton": "Abrir documento",
9
9
  "boxAI.contentAnswers.cardTooltipTitle": "Del documento:",
10
10
  "boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "De \"{title}\":",
11
11
  "boxAI.contentAnswers.closeModalAriaLabel": "Cerrar modal",
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = Pregunte cualquier cosa sobre este
10
10
  boxAI.contentAnswers.basedOn = Basado en:
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = Anular
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = Abrir documento
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = Del documento:
15
17
  # Title of citation card tooltip in answer references section with document title
package/i18n/fi-FI.js CHANGED
@@ -5,7 +5,7 @@ export default {
5
5
  "boxAI.contentAnswers.askQuestionPlaceholder": "Kysy mitä tahansa tästä {type}",
6
6
  "boxAI.contentAnswers.basedOn": "Perustuu:",
7
7
  "boxAI.contentAnswers.cancel": "Peruuta",
8
- "boxAI.contentAnswers.cardTooltipButton": "Open document",
8
+ "boxAI.contentAnswers.cardTooltipButton": "Avaa asiakirja",
9
9
  "boxAI.contentAnswers.cardTooltipTitle": "Asiakirjasta:",
10
10
  "boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "Asiakirjasta ”{title}”:",
11
11
  "boxAI.contentAnswers.closeModalAriaLabel": "Sulje valintaikkuna",
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = Kysy mitä tahansa tästä {type}
10
10
  boxAI.contentAnswers.basedOn = Perustuu:
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = Peruuta
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = Avaa asiakirja
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = Asiakirjasta:
15
17
  # Title of citation card tooltip in answer references section with document title
package/i18n/fr-CA.js CHANGED
@@ -5,7 +5,7 @@ export default {
5
5
  "boxAI.contentAnswers.askQuestionPlaceholder": "Poser des questions sur ce {type}",
6
6
  "boxAI.contentAnswers.basedOn": "Basé sur :",
7
7
  "boxAI.contentAnswers.cancel": "Annuler",
8
- "boxAI.contentAnswers.cardTooltipButton": "Open document",
8
+ "boxAI.contentAnswers.cardTooltipButton": "Ouvrir le document",
9
9
  "boxAI.contentAnswers.cardTooltipTitle": "À partir du document :",
10
10
  "boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "De « {title} » :",
11
11
  "boxAI.contentAnswers.closeModalAriaLabel": "Fermer Modal",
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = Poser des questions sur ce {type}
10
10
  boxAI.contentAnswers.basedOn = Basé sur :
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = Annuler
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = Ouvrir le document
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = À partir du document :
15
17
  # Title of citation card tooltip in answer references section with document title
package/i18n/fr-FR.js CHANGED
@@ -5,7 +5,7 @@ export default {
5
5
  "boxAI.contentAnswers.askQuestionPlaceholder": "Poser des questions sur ce {type}",
6
6
  "boxAI.contentAnswers.basedOn": "Basé sur :",
7
7
  "boxAI.contentAnswers.cancel": "Annuler",
8
- "boxAI.contentAnswers.cardTooltipButton": "Open document",
8
+ "boxAI.contentAnswers.cardTooltipButton": "Ouvrir le document",
9
9
  "boxAI.contentAnswers.cardTooltipTitle": "À partir du document :",
10
10
  "boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "De « {title} » :",
11
11
  "boxAI.contentAnswers.closeModalAriaLabel": "Fermer Modal",
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = Poser des questions sur ce {type}
10
10
  boxAI.contentAnswers.basedOn = Basé sur :
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = Annuler
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = Ouvrir le document
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = À partir du document :
15
17
  # Title of citation card tooltip in answer references section with document title
package/i18n/hi-IN.js CHANGED
@@ -5,7 +5,7 @@ export default {
5
5
  "boxAI.contentAnswers.askQuestionPlaceholder": "इस {type} बारे में कुछ पूछें",
6
6
  "boxAI.contentAnswers.basedOn": "पर आधारित:",
7
7
  "boxAI.contentAnswers.cancel": "रद्द करें",
8
- "boxAI.contentAnswers.cardTooltipButton": "Open document",
8
+ "boxAI.contentAnswers.cardTooltipButton": "दस्तावेज़ खोलें",
9
9
  "boxAI.contentAnswers.cardTooltipTitle": "दस्तावेज़ से:",
10
10
  "boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "\"{title}\" से:",
11
11
  "boxAI.contentAnswers.closeModalAriaLabel": "मोडल बंद करें",
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = इस {type} बारे मे
10
10
  boxAI.contentAnswers.basedOn = पर आधारित:
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = रद्द करें
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = दस्तावेज़ खोलें
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = दस्तावेज़ से:
15
17
  # Title of citation card tooltip in answer references section with document title
package/i18n/it-IT.js CHANGED
@@ -5,7 +5,7 @@ export default {
5
5
  "boxAI.contentAnswers.askQuestionPlaceholder": "Chiedi qualsiasi cosa su questo argomento {type}",
6
6
  "boxAI.contentAnswers.basedOn": "In base a:",
7
7
  "boxAI.contentAnswers.cancel": "Annulla",
8
- "boxAI.contentAnswers.cardTooltipButton": "Open document",
8
+ "boxAI.contentAnswers.cardTooltipButton": "Apri documento",
9
9
  "boxAI.contentAnswers.cardTooltipTitle": "Dal documento:",
10
10
  "boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "Da \"{title}\":",
11
11
  "boxAI.contentAnswers.closeModalAriaLabel": "Chiudi modale",
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = Chiedi qualsiasi cosa su questo ar
10
10
  boxAI.contentAnswers.basedOn = In base a:
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = Annulla
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = Apri documento
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = Dal documento:
15
17
  # Title of citation card tooltip in answer references section with document title
package/i18n/ja-JP.js CHANGED
@@ -5,7 +5,7 @@ export default {
5
5
  "boxAI.contentAnswers.askQuestionPlaceholder": "この{type}について何でも質問してください",
6
6
  "boxAI.contentAnswers.basedOn": "参考:",
7
7
  "boxAI.contentAnswers.cancel": "キャンセル",
8
- "boxAI.contentAnswers.cardTooltipButton": "Open document",
8
+ "boxAI.contentAnswers.cardTooltipButton": "ドキュメントを開く",
9
9
  "boxAI.contentAnswers.cardTooltipTitle": "参照ドキュメント:",
10
10
  "boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "「{title}」から:",
11
11
  "boxAI.contentAnswers.closeModalAriaLabel": "モーダルを閉じる",
@@ -16,7 +16,7 @@ export default {
16
16
  "boxAI.contentAnswers.defaultTooltip": "Box AIを使用して、このドキュメントに関する回答をすぐに取得できます",
17
17
  "boxAI.contentAnswers.disabledTooltipAINotAvailable": "Box AIには、このファイルにアクセスする権限がありません",
18
18
  "boxAI.contentAnswers.disabledTooltipFileNotCompatible": "Box AIは現在、このファイルの種類ではサポートされていません",
19
- "boxAI.contentAnswers.disabledTooltipPermissionsFailed": "現時点では権限を確認できません。このページを読み込んでもう一度やり直してください",
19
+ "boxAI.contentAnswers.disabledTooltipPermissionsFailed": "現時点では権限を確認できません。このページを再読み込みして、もう一度やり直してください",
20
20
  "boxAI.contentAnswers.disabledTooltipPermissionsLoading": "権限を確認中...",
21
21
  "boxAI.contentAnswers.hasQuestionsTooltip": "Box AIに戻る",
22
22
  "boxAI.contentAnswers.inlineErrorText": "Box AIサービスを利用できませんでした。",
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = この{type}について何でも
10
10
  boxAI.contentAnswers.basedOn = 参考:
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = キャンセル
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = ドキュメントを開く
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = 参照ドキュメント:
15
17
  # Title of citation card tooltip in answer references section with document title
@@ -31,7 +33,7 @@ boxAI.contentAnswers.disabledTooltipAINotAvailable = Box AIには、このファ
31
33
  # Disabled tooltip message for Content Answers entry point button when the file type is not supported
32
34
  boxAI.contentAnswers.disabledTooltipFileNotCompatible = Box AIは現在、このファイルの種類ではサポートされていません
33
35
  # Disabled tooltip message for the Content Answers entry point button when the permissions request fails
34
- boxAI.contentAnswers.disabledTooltipPermissionsFailed = 現時点では権限を確認できません。このページを読み込んでもう一度やり直してください
36
+ boxAI.contentAnswers.disabledTooltipPermissionsFailed = 現時点では権限を確認できません。このページを再読み込みして、もう一度やり直してください
35
37
  # Disabled tooltip message for the Content Answers entry point button while the AI file permissions are being loaded
36
38
  boxAI.contentAnswers.disabledTooltipPermissionsLoading = 権限を確認中...
37
39
  # Existing questions tooltip message for Content Answers entry point button
package/i18n/ko-KR.js CHANGED
@@ -5,7 +5,7 @@ export default {
5
5
  "boxAI.contentAnswers.askQuestionPlaceholder": "이 {type}에 대해 무엇이든 물어보십시오.",
6
6
  "boxAI.contentAnswers.basedOn": "기반:",
7
7
  "boxAI.contentAnswers.cancel": "취소",
8
- "boxAI.contentAnswers.cardTooltipButton": "Open document",
8
+ "boxAI.contentAnswers.cardTooltipButton": "문서 열기",
9
9
  "boxAI.contentAnswers.cardTooltipTitle": "문서:",
10
10
  "boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "\"{title}\"에서",
11
11
  "boxAI.contentAnswers.closeModalAriaLabel": "양식 닫기",
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = 이 {type}에 대해 무엇이든
10
10
  boxAI.contentAnswers.basedOn = 기반:
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = 취소
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = 문서 열기
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = 문서:
15
17
  # Title of citation card tooltip in answer references section with document title
package/i18n/nb-NO.js CHANGED
@@ -5,7 +5,7 @@ export default {
5
5
  "boxAI.contentAnswers.askQuestionPlaceholder": "Du kan spørre om hva som helst om {type}",
6
6
  "boxAI.contentAnswers.basedOn": "Basert på:",
7
7
  "boxAI.contentAnswers.cancel": "Avbryt",
8
- "boxAI.contentAnswers.cardTooltipButton": "Open document",
8
+ "boxAI.contentAnswers.cardTooltipButton": "Åpne dokument",
9
9
  "boxAI.contentAnswers.cardTooltipTitle": "Fra dokument:",
10
10
  "boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "Fra \"{title}\":",
11
11
  "boxAI.contentAnswers.closeModalAriaLabel": "Lukk modal",
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = Du kan spørre om hva som helst om
10
10
  boxAI.contentAnswers.basedOn = Basert på:
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = Avbryt
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = Åpne dokument
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = Fra dokument:
15
17
  # Title of citation card tooltip in answer references section with document title
package/i18n/nl-NL.js CHANGED
@@ -5,7 +5,7 @@ export default {
5
5
  "boxAI.contentAnswers.askQuestionPlaceholder": "Vraag alles over dit {type}",
6
6
  "boxAI.contentAnswers.basedOn": "Gebaseerd op:",
7
7
  "boxAI.contentAnswers.cancel": "Annuleren",
8
- "boxAI.contentAnswers.cardTooltipButton": "Open document",
8
+ "boxAI.contentAnswers.cardTooltipButton": "document openen",
9
9
  "boxAI.contentAnswers.cardTooltipTitle": "Uit document:",
10
10
  "boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "Van \"{title}\":",
11
11
  "boxAI.contentAnswers.closeModalAriaLabel": "Modaal sluiten",
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = Vraag alles over dit {type}
10
10
  boxAI.contentAnswers.basedOn = Gebaseerd op:
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = Annuleren
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = document openen
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = Uit document:
15
17
  # Title of citation card tooltip in answer references section with document title
package/i18n/pl-PL.js CHANGED
@@ -5,7 +5,7 @@ export default {
5
5
  "boxAI.contentAnswers.askQuestionPlaceholder": "Zapytaj o cokolwiek na temat tego typu {type}",
6
6
  "boxAI.contentAnswers.basedOn": "Na podstawie:",
7
7
  "boxAI.contentAnswers.cancel": "Anuluj",
8
- "boxAI.contentAnswers.cardTooltipButton": "Open document",
8
+ "boxAI.contentAnswers.cardTooltipButton": "Otwórz dokument",
9
9
  "boxAI.contentAnswers.cardTooltipTitle": "Z dokumentu:",
10
10
  "boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "Od „{title}”:",
11
11
  "boxAI.contentAnswers.closeModalAriaLabel": "Zamknij modal",
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = Zapytaj o cokolwiek na temat tego
10
10
  boxAI.contentAnswers.basedOn = Na podstawie:
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = Anuluj
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = Otwórz dokument
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = Z dokumentu:
15
17
  # Title of citation card tooltip in answer references section with document title
package/i18n/pt-BR.js CHANGED
@@ -5,7 +5,7 @@ export default {
5
5
  "boxAI.contentAnswers.askQuestionPlaceholder": "Pergunte qualquer coisa sobre este {type}",
6
6
  "boxAI.contentAnswers.basedOn": "Baseado em:",
7
7
  "boxAI.contentAnswers.cancel": "Cancelar",
8
- "boxAI.contentAnswers.cardTooltipButton": "Open document",
8
+ "boxAI.contentAnswers.cardTooltipButton": "Abrir documento",
9
9
  "boxAI.contentAnswers.cardTooltipTitle": "Do documento:",
10
10
  "boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "De \"{title}\":",
11
11
  "boxAI.contentAnswers.closeModalAriaLabel": "Fechar modal",
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = Pergunte qualquer coisa sobre este
10
10
  boxAI.contentAnswers.basedOn = Baseado em:
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = Cancelar
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = Abrir documento
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = Do documento:
15
17
  # Title of citation card tooltip in answer references section with document title
package/i18n/ru-RU.js CHANGED
@@ -5,7 +5,7 @@ export default {
5
5
  "boxAI.contentAnswers.askQuestionPlaceholder": "Спросите что-нибудь об этом {type}",
6
6
  "boxAI.contentAnswers.basedOn": "Основано на:",
7
7
  "boxAI.contentAnswers.cancel": "Отмена",
8
- "boxAI.contentAnswers.cardTooltipButton": "Open document",
8
+ "boxAI.contentAnswers.cardTooltipButton": "Открыть документ",
9
9
  "boxAI.contentAnswers.cardTooltipTitle": "Из документа:",
10
10
  "boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "Из \"{title}\":",
11
11
  "boxAI.contentAnswers.closeModalAriaLabel": "Закрыть модальное окно",
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = Спросите что-нибуд
10
10
  boxAI.contentAnswers.basedOn = Основано на:
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = Отмена
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = Открыть документ
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = Из документа:
15
17
  # Title of citation card tooltip in answer references section with document title
package/i18n/sv-SE.js CHANGED
@@ -5,7 +5,7 @@ export default {
5
5
  "boxAI.contentAnswers.askQuestionPlaceholder": "Fråga vad som helst om detta {type}",
6
6
  "boxAI.contentAnswers.basedOn": "Baserat på:",
7
7
  "boxAI.contentAnswers.cancel": "Avbryt",
8
- "boxAI.contentAnswers.cardTooltipButton": "Open document",
8
+ "boxAI.contentAnswers.cardTooltipButton": "Öppna dokument",
9
9
  "boxAI.contentAnswers.cardTooltipTitle": "Från dokument:",
10
10
  "boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "Från \"{title}\":",
11
11
  "boxAI.contentAnswers.closeModalAriaLabel": "Stäng modal",
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = Fråga vad som helst om detta {typ
10
10
  boxAI.contentAnswers.basedOn = Baserat på:
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = Avbryt
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = Öppna dokument
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = Från dokument:
15
17
  # Title of citation card tooltip in answer references section with document title
package/i18n/tr-TR.js CHANGED
@@ -5,7 +5,7 @@ export default {
5
5
  "boxAI.contentAnswers.askQuestionPlaceholder": "Bu {type} hakkında bir şey sorun",
6
6
  "boxAI.contentAnswers.basedOn": "Temel alır:",
7
7
  "boxAI.contentAnswers.cancel": "İptal Et",
8
- "boxAI.contentAnswers.cardTooltipButton": "Open document",
8
+ "boxAI.contentAnswers.cardTooltipButton": "Belgeyi ",
9
9
  "boxAI.contentAnswers.cardTooltipTitle": "Şu belgeden:",
10
10
  "boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "\"{title}\" kaynağından:",
11
11
  "boxAI.contentAnswers.closeModalAriaLabel": "Modalı kapat",
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = Bu {type} hakkında bir şey sorun
10
10
  boxAI.contentAnswers.basedOn = Temel alır:
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = İptal Et
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = Belgeyi aç
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = Şu belgeden:
15
17
  # Title of citation card tooltip in answer references section with document title
package/i18n/zh-CN.js CHANGED
@@ -5,7 +5,7 @@ export default {
5
5
  "boxAI.contentAnswers.askQuestionPlaceholder": "询问有关此 {type} 的任何内容",
6
6
  "boxAI.contentAnswers.basedOn": "基于:",
7
7
  "boxAI.contentAnswers.cancel": "取消",
8
- "boxAI.contentAnswers.cardTooltipButton": "Open document",
8
+ "boxAI.contentAnswers.cardTooltipButton": "打开文档",
9
9
  "boxAI.contentAnswers.cardTooltipTitle": "来自文档:",
10
10
  "boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "从“{title}”:",
11
11
  "boxAI.contentAnswers.closeModalAriaLabel": "关闭模式",
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = 询问有关此 {type} 的任何
10
10
  boxAI.contentAnswers.basedOn = 基于:
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = 取消
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = 打开文档
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = 来自文档:
15
17
  # Title of citation card tooltip in answer references section with document title
package/i18n/zh-TW.js CHANGED
@@ -5,7 +5,7 @@ export default {
5
5
  "boxAI.contentAnswers.askQuestionPlaceholder": "詢問有關此{type}的任何內容",
6
6
  "boxAI.contentAnswers.basedOn": "根據:",
7
7
  "boxAI.contentAnswers.cancel": "取消",
8
- "boxAI.contentAnswers.cardTooltipButton": "Open document",
8
+ "boxAI.contentAnswers.cardTooltipButton": "開啟文件",
9
9
  "boxAI.contentAnswers.cardTooltipTitle": "來自文件:",
10
10
  "boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "來自「{title}」:",
11
11
  "boxAI.contentAnswers.closeModalAriaLabel": "關閉互動視窗",
@@ -10,6 +10,8 @@ boxAI.contentAnswers.askQuestionPlaceholder = 詢問有關此{type}的任何內
10
10
  boxAI.contentAnswers.basedOn = 根據:
11
11
  # Box AI secondary action when file is too large
12
12
  boxAI.contentAnswers.cancel = 取消
13
+ # Text for button to open citation reference in a new tab
14
+ boxAI.contentAnswers.cardTooltipButton = 開啟文件
13
15
  # Title of citation card tooltip in answer references section
14
16
  boxAI.contentAnswers.cardTooltipTitle = 來自文件:
15
17
  # Title of citation card tooltip in answer references section with document title
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/box-ai-content-answers",
3
- "version": "0.49.1",
3
+ "version": "0.50.0",
4
4
  "peerDependencies": {
5
5
  "@box/blueprint-web": "^7.8.0",
6
6
  "@box/blueprint-web-assets": "^4.16.0",
@@ -52,5 +52,5 @@
52
52
  "**/*.css"
53
53
  ],
54
54
  "license": "SEE LICENSE IN LICENSE",
55
- "gitHead": "c45d13964d3b60b860c3606a0eb55fb86bc2e057"
55
+ "gitHead": "37b063b25167acf31fea09e1971732ad1d169709"
56
56
  }