@box/box-ai-content-answers 0.99.2 → 0.99.3

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.
@@ -10,7 +10,7 @@ const t = e({
10
10
  },
11
11
  welcomeAskQuestionText: {
12
12
  id: "boxAI.contentAnswers.welcomeAskQuestionText",
13
- defaultMessage: "Welcome to Box AI. Ask questions about {numberOfItems, plural, one {{firstItemName}} other {these {files}}}{parentItem, select, undefined {} other { in {parentItem}}}."
13
+ defaultMessage: "Welcome to Box AI. Ask questions about {numberOfItems, plural, =1 {{firstItemName}} other {these {files}}}{parentItem, select, undefined {} other { in {parentItem}}}."
14
14
  },
15
15
  welcomeMessageFilesLink: {
16
16
  id: "boxAI.contentAnswers.welcomeMessageFilesLink",
package/i18n/en-US.js CHANGED
@@ -51,7 +51,7 @@ export default {
51
51
  "boxAI.contentAnswers.unsupportedFormatLabel": "Unsupported format",
52
52
  "boxAI.contentAnswers.unsupportedItems": "{numberOfFiles, plural, one {{files} is unavailable for Box AI} other {{files} are unavailable for Box AI} }",
53
53
  "boxAI.contentAnswers.userAvatar": "User avatar",
54
- "boxAI.contentAnswers.welcomeAskQuestionText": "Welcome to Box AI. Ask questions about {numberOfItems, plural, one {{firstItemName}} other {these {files}}}{parentItem, select, undefined {} other { in {parentItem}}}.",
54
+ "boxAI.contentAnswers.welcomeAskQuestionText": "Welcome to Box AI. Ask questions about {numberOfItems, plural, =1 {{firstItemName}} other {these {files}}}{parentItem, select, undefined {} other { in {parentItem}}}.",
55
55
  "boxAI.contentAnswers.welcomeClearChatText": "This chat will be cleared when you close this {type}",
56
56
  "boxAI.contentAnswers.welcomeMessageFilesLink": "{numberOfItems, plural, one {# file} other {# files} }",
57
57
  "boxAI.contentAnswers.welcomeMessageItemsLink": "{numberOfItems, plural, one {# item} other {# items} }",
@@ -103,7 +103,7 @@ boxAI.contentAnswers.unsupportedItems = {numberOfFiles, plural, one {{files} is
103
103
  # Alt text for user avatar image
104
104
  boxAI.contentAnswers.userAvatar = User avatar
105
105
  # 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.
106
- boxAI.contentAnswers.welcomeAskQuestionText = Welcome to Box AI. Ask questions about {numberOfItems, plural, one {{firstItemName}} other {these {files}}}{parentItem, select, undefined {} other { in {parentItem}}}.
106
+ boxAI.contentAnswers.welcomeAskQuestionText = Welcome to Box AI. Ask questions about {numberOfItems, plural, =1 {{firstItemName}} other {these {files}}}{parentItem, select, undefined {} other { in {parentItem}}}.
107
107
  # Content Answers welcome message for clearing the chat. {type} is the type of content that we are going to query
108
108
  boxAI.contentAnswers.welcomeClearChatText = This chat will be cleared when you close this {type}
109
109
  # Link that show the number of files that are going to be displayed within the modal
package/i18n/ja-JP.js CHANGED
@@ -51,7 +51,7 @@ export default {
51
51
  "boxAI.contentAnswers.unsupportedFormatLabel": "サポートされていない形式",
52
52
  "boxAI.contentAnswers.unsupportedItems": "{numberOfFiles, plural, other {{files}をBox AIで利用できません}}",
53
53
  "boxAI.contentAnswers.userAvatar": "ユーザーのアバター",
54
- "boxAI.contentAnswers.welcomeAskQuestionText": "Box AIへようこそ。{parentItem, select, undefined {} other {{parentItem}の}}{numberOfItems, plural, one {{firstItemName}} other {これらの{files}}}について質問してください。",
54
+ "boxAI.contentAnswers.welcomeAskQuestionText": "Box AIへようこそ。{parentItem, select, undefined {} other {{parentItem}の}}{numberOfItems, plural, =1 {{firstItemName}} other {これらの{files}}}について質問してください。",
55
55
  "boxAI.contentAnswers.welcomeClearChatText": "この{type}を閉じるとチャットがクリアされます",
56
56
  "boxAI.contentAnswers.welcomeMessageFilesLink": "{numberOfItems,plural,one{#ファイル} other{#ファイル}}",
57
57
  "boxAI.contentAnswers.welcomeMessageItemsLink": "{numberOfItems, plural, one {#項目} other {#項目}}",
@@ -103,7 +103,7 @@ boxAI.contentAnswers.unsupportedItems = {numberOfFiles, plural, other {{files}
103
103
  # Alt text for user avatar image
104
104
  boxAI.contentAnswers.userAvatar = ユーザーのアバター
105
105
  # 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.
106
- boxAI.contentAnswers.welcomeAskQuestionText = Box AIへようこそ。{parentItem, select, undefined {} other {{parentItem}の}}{numberOfItems, plural, one {{firstItemName}} other {これらの{files}}}について質問してください。
106
+ boxAI.contentAnswers.welcomeAskQuestionText = Box AIへようこそ。{parentItem, select, undefined {} other {{parentItem}の}}{numberOfItems, plural, =1 {{firstItemName}} other {これらの{files}}}について質問してください。
107
107
  # Content Answers welcome message for clearing the chat. {type} is the type of content that we are going to query
108
108
  boxAI.contentAnswers.welcomeClearChatText = この{type}を閉じるとチャットがクリアされます
109
109
  # Link that show the number of files that are going to be displayed within the modal
@@ -1 +1 @@
1
- [{"id":"boxAI.contentAnswers.largeFileSizeWarningTitle","description":"Box AI Q&A file too large warning title","defaultMessage":"Box AI won’t be able to access the entire text, which might affect its answers."},{"id":"boxAI.contentAnswers.largeFileSizeWarningDescription","description":"Box AI Q&A file too large warning description","defaultMessage":"The text content of this file 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, one {{firstItemName}} other {these {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":"This chat will be cleared when you close this {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","defaultMessage":"Box AI won’t be able to access the entire text, which might affect its answers."},{"id":"boxAI.contentAnswers.largeFileSizeWarningDescription","description":"Box AI Q&A file too large warning description","defaultMessage":"The text content of this file 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.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":"This chat will be cleared when you close this {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"}]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/box-ai-content-answers",
3
- "version": "0.99.2",
3
+ "version": "0.99.3",
4
4
  "peerDependencies": {
5
5
  "@box/blueprint-web": "^7.8.0",
6
6
  "@box/blueprint-web-assets": "^4.16.0",
@@ -57,5 +57,5 @@
57
57
  "**/*.css"
58
58
  ],
59
59
  "license": "SEE LICENSE IN LICENSE",
60
- "gitHead": "e9435014eda5457600235b810a8dd5f1cacdf144"
60
+ "gitHead": "ed2d18ee03121580c5cf0b0ed53ee0249cac0610"
61
61
  }