@box/box-ai-content-answers 2.1.10 → 2.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/i18n/bn-IN.js +90 -90
- package/dist/i18n/da-DK.js +89 -90
- package/dist/i18n/de-DE.js +89 -90
- package/dist/i18n/en-AU.js +18 -90
- package/dist/i18n/en-CA.js +2 -91
- package/dist/i18n/en-GB.js +18 -90
- package/dist/i18n/en-x-pseudo.js +2 -91
- package/dist/i18n/es-419.js +91 -90
- package/dist/i18n/es-ES.js +91 -90
- package/dist/i18n/fi-FI.js +90 -90
- package/dist/i18n/fr-CA.js +90 -90
- package/dist/i18n/fr-FR.js +90 -90
- package/dist/i18n/hi-IN.js +90 -90
- package/dist/i18n/it-IT.js +90 -90
- package/dist/i18n/ja-JP.js +90 -90
- package/dist/i18n/ko-KR.js +90 -90
- package/dist/i18n/nb-NO.js +90 -90
- package/dist/i18n/nl-NL.js +89 -90
- package/dist/i18n/pl-PL.js +90 -90
- package/dist/i18n/pt-BR.js +90 -90
- package/dist/i18n/ru-RU.js +91 -90
- package/dist/i18n/sv-SE.js +90 -90
- package/dist/i18n/tr-TR.js +90 -90
- package/dist/i18n/zh-CN.js +90 -90
- package/dist/i18n/zh-TW.js +90 -90
- package/package.json +5 -5
- package/dist/i18n/bn-IN.properties +0 -178
- package/dist/i18n/da-DK.properties +0 -178
- package/dist/i18n/de-DE.properties +0 -178
- package/dist/i18n/en-AU.properties +0 -178
- package/dist/i18n/en-CA.properties +0 -178
- package/dist/i18n/en-GB.properties +0 -178
- package/dist/i18n/en-US.js +0 -91
- package/dist/i18n/en-US.properties +0 -178
- package/dist/i18n/en-x-pseudo.properties +0 -178
- package/dist/i18n/es-419.properties +0 -178
- package/dist/i18n/es-ES.properties +0 -178
- package/dist/i18n/fi-FI.properties +0 -178
- package/dist/i18n/fr-CA.properties +0 -178
- package/dist/i18n/fr-FR.properties +0 -178
- package/dist/i18n/hi-IN.properties +0 -178
- package/dist/i18n/it-IT.properties +0 -178
- package/dist/i18n/ja-JP.properties +0 -178
- package/dist/i18n/json/src/lib/components/answer/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/footer/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/modal/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/modal-error/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/sidebar/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/suggested-questions/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/thinkingBubble/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/welcome-message/messages.json +0 -1
- package/dist/i18n/json/src/lib/messages.json +0 -1
- package/dist/i18n/ko-KR.properties +0 -178
- package/dist/i18n/nb-NO.properties +0 -178
- package/dist/i18n/nl-NL.properties +0 -178
- package/dist/i18n/pl-PL.properties +0 -178
- package/dist/i18n/pt-BR.properties +0 -178
- package/dist/i18n/ru-RU.properties +0 -178
- package/dist/i18n/sv-SE.properties +0 -178
- package/dist/i18n/tr-TR.properties +0 -178
- package/dist/i18n/zh-CN.properties +0 -178
- package/dist/i18n/zh-TW.properties +0 -178
|
@@ -1,178 +0,0 @@
|
|
|
1
|
-
# Add to note button aria label and tooltip text
|
|
2
|
-
boxAI.contentAnswers.addToNote = Add to Note
|
|
3
|
-
# Added to note confirmation text
|
|
4
|
-
boxAI.contentAnswers.addedToNote = Added
|
|
5
|
-
# Text shown next to the loading indicator while analyzing the request
|
|
6
|
-
boxAI.contentAnswers.analyzingRequest = Analysing…
|
|
7
|
-
# Notification banner success icon aria label
|
|
8
|
-
boxAI.contentAnswers.ariaTypeSuccessIconLabel = success
|
|
9
|
-
# Content Answers submit input button text
|
|
10
|
-
boxAI.contentAnswers.ask = Ask
|
|
11
|
-
# Content Answers submit input button disabled tooltip text when answer is generating
|
|
12
|
-
boxAI.contentAnswers.askDisabledTooltip = You can submit another question once Box AI has finished responding
|
|
13
|
-
# Content Answers modal input placeholder
|
|
14
|
-
boxAI.contentAnswers.askQuestionPlaceholder = Ask Box AI
|
|
15
|
-
# Label for the references used for generating the answer from the AI service
|
|
16
|
-
boxAI.contentAnswers.basedOn = Based on:
|
|
17
|
-
# Box AI secondary action when file is too large
|
|
18
|
-
boxAI.contentAnswers.cancel = Cancel
|
|
19
|
-
# Text for button to open citation reference in a new tab
|
|
20
|
-
boxAI.contentAnswers.cardTooltipButton = Open document
|
|
21
|
-
# Title of citation card tooltip in answer references section
|
|
22
|
-
boxAI.contentAnswers.cardTooltipTitle = From document:
|
|
23
|
-
# Title of citation card tooltip in answer references section with document title
|
|
24
|
-
boxAI.contentAnswers.cardTooltipTitleWithDocumentName = From "{title}":
|
|
25
|
-
# Clear conversation button label
|
|
26
|
-
boxAI.contentAnswers.clearConversationLabel = Clear conversation
|
|
27
|
-
# Content Answers close button aria label
|
|
28
|
-
boxAI.contentAnswers.closeModalAriaLabel = Close Modal
|
|
29
|
-
# Content Answers collapse button aria label
|
|
30
|
-
boxAI.contentAnswers.collapseModalAriaLabel = Switch to sidebar view
|
|
31
|
-
# Content Answers feature name shown on menu item and modal title
|
|
32
|
-
boxAI.contentAnswers.contentAnswersTitle = Box AI
|
|
33
|
-
# Box AI primary action when file is too large
|
|
34
|
-
boxAI.contentAnswers.continueAnyway = Continue anyway
|
|
35
|
-
# Copy to clipboard tooltip
|
|
36
|
-
boxAI.contentAnswers.copyToClipboard = Copy to Clipboard
|
|
37
|
-
# Notification displayed to the user when the answer has been successfully copied to the clipboard
|
|
38
|
-
boxAI.contentAnswers.copyToClipboardSucceeded = Copied to your clipboard
|
|
39
|
-
# Default tooltip message for Content Answers entry point button
|
|
40
|
-
boxAI.contentAnswers.defaultTooltip = Get instant answers about this document using Box AI
|
|
41
|
-
# Disabled tooltip message for Content Answers entry point button when the file does not have the correct permissions
|
|
42
|
-
boxAI.contentAnswers.disabledTooltipAINotAvailable = Box AI doesn't have permission to access this file
|
|
43
|
-
# Disabled tooltip message for Content Answers entry point button when the file type is not supported
|
|
44
|
-
boxAI.contentAnswers.disabledTooltipFileNotCompatible = Box AI is not currently supported for this file type
|
|
45
|
-
# Disabled tooltip message for the Content Answers entry point button when the permissions request fails
|
|
46
|
-
boxAI.contentAnswers.disabledTooltipPermissionsFailed = Unable to check permissions at this time. Reload this page to try again
|
|
47
|
-
# Disabled tooltip message for the Content Answers entry point button while the AI file permissions are being loaded
|
|
48
|
-
boxAI.contentAnswers.disabledTooltipPermissionsLoading = Checking permissions...
|
|
49
|
-
# Disclaimer informing how to report inappropriate content in the feedback tooltip, the inside of <abuseFormLink> is the linked, clickable text
|
|
50
|
-
boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = To report inappropriate content, submit <abuseFormLink>this form</abuseFormLink>.
|
|
51
|
-
# Cancel button text for the feedback tooltip
|
|
52
|
-
boxAI.contentAnswers.feedbackTooltipCancel = Cancel
|
|
53
|
-
# Confirmation message after submitting feedback in the feedback tooltip
|
|
54
|
-
boxAI.contentAnswers.feedbackTooltipConfirmation = Thank you for the feedback.
|
|
55
|
-
# Label for the feedback text area in the feedback tooltip
|
|
56
|
-
boxAI.contentAnswers.feedbackTooltipFeedback = How can we improve the experience?
|
|
57
|
-
# Placeholder text for the feedback text area in the feedback tooltip
|
|
58
|
-
boxAI.contentAnswers.feedbackTooltipFeedbackPlaceholder = 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.
|
|
59
|
-
# Label for the first radio button in the feedback type radio group in the feedback tooltip
|
|
60
|
-
boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer1 = Inaccurate answer
|
|
61
|
-
# Label for the second radio button in the feedback type radio group in the feedback tooltip
|
|
62
|
-
boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2 = Did not follow my request
|
|
63
|
-
# Label for the third radio button in the feedback type radio group in the feedback tooltip
|
|
64
|
-
boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3 = Other
|
|
65
|
-
# Label for the feedback type radio group in the feedback tooltip
|
|
66
|
-
boxAI.contentAnswers.feedbackTooltipIssueTypeLabel = What type of issue to you wish to report?
|
|
67
|
-
# Label for checkbox to consent for prompt and answer sharing in the tooltip that asks the user to share feedback on the answer
|
|
68
|
-
boxAI.contentAnswers.feedbackTooltipPromptShareConsent = Share my prompt and response to help improve product quality.
|
|
69
|
-
# Submit button text for the feedback tooltip
|
|
70
|
-
boxAI.contentAnswers.feedbackTooltipSubmit = Submit
|
|
71
|
-
# Title of a tooltip that asks the user to share feedback on the answer
|
|
72
|
-
boxAI.contentAnswers.feedbackTooltipTitle = Share your feedback
|
|
73
|
-
# 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.
|
|
74
|
-
boxAI.contentAnswers.fileLandingText = {numberOfItems,plural,=1{{firstItemName}} one{{firstItemName}} other{these {files}}}{parentItem,select,undefined{} other{ in {parentItem}}}
|
|
75
|
-
# Existing questions tooltip message for Content Answers entry point button
|
|
76
|
-
boxAI.contentAnswers.hasQuestionsTooltip = Return to Box AI
|
|
77
|
-
# Content Answers error message when the answer fails due to an invalid agent
|
|
78
|
-
boxAI.contentAnswers.inlineAgentNotFoundErrorText = The selected agent is unavailable. Switching to the default agent.
|
|
79
|
-
# Aria label for inline citation button to open file in new tab
|
|
80
|
-
boxAI.contentAnswers.inlineCitationAriaLabel = Open {fileName} in new tab
|
|
81
|
-
# Content Answers error message when the service fails
|
|
82
|
-
boxAI.contentAnswers.inlineErrorText = Box AI is having trouble generating a response right now. Please try again.
|
|
83
|
-
# Content Answers error message when the service returns 204 (no content)
|
|
84
|
-
boxAI.contentAnswers.inlineNoContentErrorText = Relevant content cannot be found. Please try again later or ask a different question.
|
|
85
|
-
# Content Answers error message when the AI service has not yet processed the file
|
|
86
|
-
boxAI.contentAnswers.inlinePreconditionFailedErrorText = Additional time is needed to process this {type}, please try again later.
|
|
87
|
-
# Content Answers error message when the service fails due to rate limiting
|
|
88
|
-
boxAI.contentAnswers.inlineRateLimitingErrorText = Box AI currently has limited capacity (we're working to expand bandwidth). Please try again in a few minutes.
|
|
89
|
-
# Box AI Q&A service unavailable error title
|
|
90
|
-
boxAI.contentAnswers.intelligenceUnaivalableHeading = Box AI is unavailable
|
|
91
|
-
# Box AI Q&A service unavailable error try again later description
|
|
92
|
-
boxAI.contentAnswers.intelligenceUnaivalableTryAgain = Please try again later.
|
|
93
|
-
# Box AI Q&A service unavailable error description
|
|
94
|
-
boxAI.contentAnswers.intelligenceUnavailableDescription = The Box AI service is not responding.
|
|
95
|
-
# Box AI Q&A file too large warning description. {numberOfItems} is the number of items used in the context
|
|
96
|
-
boxAI.contentAnswers.largeFileSizeWarningDescription = The content of {numberOfItems,plural,=1{this file} other{one or more files}} is too large for Box AI to process.
|
|
97
|
-
# Box AI Q&A file too large warning title. {numberOfItems} is the number of items used in the context
|
|
98
|
-
boxAI.contentAnswers.largeFileSizeWarningTitle = Box AI won’t be able to access the entire content, which might affect its answers.
|
|
99
|
-
# Aria label to show while waiting for the modal to load
|
|
100
|
-
boxAI.contentAnswers.loading = Loading...
|
|
101
|
-
# Aria label to show while waiting for an answer
|
|
102
|
-
boxAI.contentAnswers.loadingAnswer = Loading Answer...
|
|
103
|
-
# Label when the suggested questions are loading
|
|
104
|
-
boxAI.contentAnswers.loadingSuggestedQuestions = Loading suggestions
|
|
105
|
-
# Label when the suggested questions failed to load
|
|
106
|
-
boxAI.contentAnswers.loadingSuggestedQuestionsFailed = Suggestions failed to load
|
|
107
|
-
# Error tooltip to show inside text area if the user reached the character limit
|
|
108
|
-
boxAI.contentAnswers.maxCharactersReachedError = Maximum of {characterLimit} characters reached
|
|
109
|
-
# Label that shows within the modal to show how many files are not supported by Box AI due to file not having permissions
|
|
110
|
-
boxAI.contentAnswers.noPermissionsLabel = No Box AI permissions
|
|
111
|
-
# Loading message if there are no citations for an answer
|
|
112
|
-
boxAI.contentAnswers.noReferences = Response based on general document analysis
|
|
113
|
-
# Aria button label to open the prompt library
|
|
114
|
-
boxAI.contentAnswers.openPromptLibraryBtn = Open Prompt Library
|
|
115
|
-
# Button name to open the prompt library
|
|
116
|
-
boxAI.contentAnswers.promptsBtn = Prompts
|
|
117
|
-
# ARIA label designed for screen readers to enhance clarity during the reading of citations, minimizing confusion.
|
|
118
|
-
boxAI.contentAnswers.referenceAriaLabel = Reference {number}
|
|
119
|
-
# Error message to be displayed within an answer during streaming mode if there was another error, such as network errors.
|
|
120
|
-
boxAI.contentAnswers.responseFailedError = Response Failed
|
|
121
|
-
# Error message to be displayed within an answer during streaming mode if the answer was interrupted due to a lack of tokens.
|
|
122
|
-
boxAI.contentAnswers.responseInterruptedError = Response Interrupted
|
|
123
|
-
# Error message to be displayed within an answer during streaming mode if the answer was stopped using the Stop Response button.
|
|
124
|
-
boxAI.contentAnswers.responseStoppedError = Response Stopped
|
|
125
|
-
# Retry button label to send again the question to the service
|
|
126
|
-
boxAI.contentAnswers.retryResponse = Retry
|
|
127
|
-
# Button label to stop streaming an answer
|
|
128
|
-
boxAI.contentAnswers.stopResponse = Stop Response
|
|
129
|
-
# Suggested questions title
|
|
130
|
-
boxAI.contentAnswers.suggestedQuestions = Suggested Questions:
|
|
131
|
-
# Aria label for thumbs down icon
|
|
132
|
-
boxAI.contentAnswers.thumbsDownAriaLabel = Not helpful
|
|
133
|
-
# Aria label for thumbs up icon
|
|
134
|
-
boxAI.contentAnswers.thumbsUpAriaLabel = Helpful
|
|
135
|
-
# Label that shows within the modal to show how many files are not supported by Box AI due to correct format
|
|
136
|
-
boxAI.contentAnswers.unsupportedFormatLabel = Unsupported format
|
|
137
|
-
# Warning message that shows how many files are not supported by Box AI
|
|
138
|
-
boxAI.contentAnswers.unsupportedItems = {numberOfFiles,plural,one{{files} is unavailable for Box AI} other{{files} are unavailable for Box AI}}
|
|
139
|
-
# Alt text for user avatar image
|
|
140
|
-
boxAI.contentAnswers.userAvatar = User avatar
|
|
141
|
-
# 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.
|
|
142
|
-
boxAI.contentAnswers.welcomeAskQuestionLandingText = Welcome to Box AI
|
|
143
|
-
# 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.
|
|
144
|
-
boxAI.contentAnswers.welcomeAskQuestionText = Welcome to Box AI. Ask questions about {numberOfItems,plural,=1{{firstItemName}} one{{firstItemName}} other{these {files}}}{parentItem,select,undefined{} other{ in {parentItem}}}.
|
|
145
|
-
# Content Answers welcome message for clearing the chat. {type} is the type of content that we are going to query
|
|
146
|
-
boxAI.contentAnswers.welcomeClearChatText = Chat cleared when you close {type}
|
|
147
|
-
# Link that show the number of files that are going to be displayed within the modal
|
|
148
|
-
boxAI.contentAnswers.welcomeMessageFilesLink = {numberOfItems,plural,one{# file} other{# files}}
|
|
149
|
-
# Link that show the number of items that are going to be displayed within the modal
|
|
150
|
-
boxAI.contentAnswers.welcomeMessageItemsLink = {numberOfItems,plural,one{# item} other{# items}}
|
|
151
|
-
# Text for close button in popup
|
|
152
|
-
boxAI.popup.closeButtonText = Close
|
|
153
|
-
# Text for copy button in input with copy button indicating copy success
|
|
154
|
-
boxAI.textInputWithCopyButton.copyButtonSuccessText = Copied
|
|
155
|
-
# Label that shows up while someone hover on close button of files dropdown
|
|
156
|
-
boxAi.contentAnswers.closeItemList = Close file items list
|
|
157
|
-
# Tooltip label for button to collapse thinking content
|
|
158
|
-
boxui.contentAnswers.collapseThinkingContent = Collapse
|
|
159
|
-
# Tooltip label for button to expand thinking content
|
|
160
|
-
boxui.contentAnswers.expandThinkingContent = Expand
|
|
161
|
-
# Text shown when thinking is completed
|
|
162
|
-
boxui.contentAnswers.thinkingCompleted = Thinking Complete
|
|
163
|
-
# Aria label for the scrollable thinking content area
|
|
164
|
-
boxui.contentAnswers.thinkingContentScrollableArea = Thinking content scrollable area
|
|
165
|
-
# Text shown when thinking is in progress
|
|
166
|
-
boxui.contentAnswers.thinkingInProgress = Thinking…
|
|
167
|
-
# Content Answers welcome message spreadsheet supported by Intelligent Query notification
|
|
168
|
-
boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = You can ask Box AI both simple and complex questions in your spreadsheet: total counts, averages, advanced comparisons, trend analyses and so on. Try it out today!
|
|
169
|
-
# Content Answers welcome message spreadsheet notification
|
|
170
|
-
boxui.contentAnswers.welcomeMessageSpreadsheetNotice = Spreadsheet support works best for text dense files
|
|
171
|
-
# Aria label for the icon inside spreadsheet notification
|
|
172
|
-
boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel = spreadsheet support notification banner
|
|
173
|
-
# Label for button that closes the Box AI Sidebar
|
|
174
|
-
contentAnswersSidebar.sidebarBoxAIClose = Close
|
|
175
|
-
# Generic Box AI content type opened used in welcome message and placeholder
|
|
176
|
-
contentAnswersSidebar.sidebarBoxAIContent = content
|
|
177
|
-
# Label for button that triggers switch to Box AI Modal
|
|
178
|
-
contentAnswersSidebar.sidebarBoxAISwitchToModalView = Switch to modal view
|
|
@@ -1,178 +0,0 @@
|
|
|
1
|
-
# Add to note button aria label and tooltip text
|
|
2
|
-
boxAI.contentAnswers.addToNote = Add to Note
|
|
3
|
-
# Added to note confirmation text
|
|
4
|
-
boxAI.contentAnswers.addedToNote = Added
|
|
5
|
-
# Text shown next to the loading indicator while analyzing the request
|
|
6
|
-
boxAI.contentAnswers.analyzingRequest = Analyzing...
|
|
7
|
-
# Notification banner success icon aria label
|
|
8
|
-
boxAI.contentAnswers.ariaTypeSuccessIconLabel = success
|
|
9
|
-
# Content Answers submit input button text
|
|
10
|
-
boxAI.contentAnswers.ask = Ask
|
|
11
|
-
# Content Answers submit input button disabled tooltip text when answer is generating
|
|
12
|
-
boxAI.contentAnswers.askDisabledTooltip = You can submit another question once Box AI has finished responding
|
|
13
|
-
# Content Answers modal input placeholder
|
|
14
|
-
boxAI.contentAnswers.askQuestionPlaceholder = Ask Box AI
|
|
15
|
-
# Label for the references used for generating the answer from the AI service
|
|
16
|
-
boxAI.contentAnswers.basedOn = Based on:
|
|
17
|
-
# Box AI secondary action when file is too large
|
|
18
|
-
boxAI.contentAnswers.cancel = Cancel
|
|
19
|
-
# Text for button to open citation reference in a new tab
|
|
20
|
-
boxAI.contentAnswers.cardTooltipButton = Open document
|
|
21
|
-
# Title of citation card tooltip in answer references section
|
|
22
|
-
boxAI.contentAnswers.cardTooltipTitle = From document:
|
|
23
|
-
# Title of citation card tooltip in answer references section with document title
|
|
24
|
-
boxAI.contentAnswers.cardTooltipTitleWithDocumentName = From "{title}":
|
|
25
|
-
# Clear conversation button label
|
|
26
|
-
boxAI.contentAnswers.clearConversationLabel = Clear conversation
|
|
27
|
-
# Content Answers close button aria label
|
|
28
|
-
boxAI.contentAnswers.closeModalAriaLabel = Close Modal
|
|
29
|
-
# Content Answers collapse button aria label
|
|
30
|
-
boxAI.contentAnswers.collapseModalAriaLabel = Switch to sidebar view
|
|
31
|
-
# Content Answers feature name shown on menu item and modal title
|
|
32
|
-
boxAI.contentAnswers.contentAnswersTitle = Box AI
|
|
33
|
-
# Box AI primary action when file is too large
|
|
34
|
-
boxAI.contentAnswers.continueAnyway = Continue anyway
|
|
35
|
-
# Copy to clipboard tooltip
|
|
36
|
-
boxAI.contentAnswers.copyToClipboard = Copy to Clipboard
|
|
37
|
-
# Notification displayed to the user when the answer has been successfully copied to the clipboard
|
|
38
|
-
boxAI.contentAnswers.copyToClipboardSucceeded = Copied to your clipboard
|
|
39
|
-
# Default tooltip message for Content Answers entry point button
|
|
40
|
-
boxAI.contentAnswers.defaultTooltip = Get instant answers about this document using Box AI
|
|
41
|
-
# Disabled tooltip message for Content Answers entry point button when the file does not have the correct permissions
|
|
42
|
-
boxAI.contentAnswers.disabledTooltipAINotAvailable = Box AI doesn't have permission to access this file
|
|
43
|
-
# Disabled tooltip message for Content Answers entry point button when the file type is not supported
|
|
44
|
-
boxAI.contentAnswers.disabledTooltipFileNotCompatible = Box AI is not currently supported for this file type
|
|
45
|
-
# Disabled tooltip message for the Content Answers entry point button when the permissions request fails
|
|
46
|
-
boxAI.contentAnswers.disabledTooltipPermissionsFailed = Unable to check permissions at this time. Reload this page to try again
|
|
47
|
-
# Disabled tooltip message for the Content Answers entry point button while the AI file permissions are being loaded
|
|
48
|
-
boxAI.contentAnswers.disabledTooltipPermissionsLoading = Checking permissions...
|
|
49
|
-
# Disclaimer informing how to report inappropriate content in the feedback tooltip, the inside of <abuseFormLink> is the linked, clickable text
|
|
50
|
-
boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = To report inappropriate content, submit <abuseFormLink>this form</abuseFormLink>.
|
|
51
|
-
# Cancel button text for the feedback tooltip
|
|
52
|
-
boxAI.contentAnswers.feedbackTooltipCancel = Cancel
|
|
53
|
-
# Confirmation message after submitting feedback in the feedback tooltip
|
|
54
|
-
boxAI.contentAnswers.feedbackTooltipConfirmation = Thank you for the feedback.
|
|
55
|
-
# Label for the feedback text area in the feedback tooltip
|
|
56
|
-
boxAI.contentAnswers.feedbackTooltipFeedback = How can we improve the experience?
|
|
57
|
-
# Placeholder text for the feedback text area in the feedback tooltip
|
|
58
|
-
boxAI.contentAnswers.feedbackTooltipFeedbackPlaceholder = 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.
|
|
59
|
-
# Label for the first radio button in the feedback type radio group in the feedback tooltip
|
|
60
|
-
boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer1 = Inaccurate answer
|
|
61
|
-
# Label for the second radio button in the feedback type radio group in the feedback tooltip
|
|
62
|
-
boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2 = Did not follow my request
|
|
63
|
-
# Label for the third radio button in the feedback type radio group in the feedback tooltip
|
|
64
|
-
boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3 = Other
|
|
65
|
-
# Label for the feedback type radio group in the feedback tooltip
|
|
66
|
-
boxAI.contentAnswers.feedbackTooltipIssueTypeLabel = What type of issue do you wish to report?
|
|
67
|
-
# Label for checkbox to consent for prompt and answer sharing in the tooltip that asks the user to share feedback on the answer
|
|
68
|
-
boxAI.contentAnswers.feedbackTooltipPromptShareConsent = Share my prompt and response to help improve product quality.
|
|
69
|
-
# Submit button text for the feedback tooltip
|
|
70
|
-
boxAI.contentAnswers.feedbackTooltipSubmit = Submit
|
|
71
|
-
# Title of a tooltip that asks the user to share feedback on the answer
|
|
72
|
-
boxAI.contentAnswers.feedbackTooltipTitle = Share your feedback
|
|
73
|
-
# 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.
|
|
74
|
-
boxAI.contentAnswers.fileLandingText = {numberOfItems, plural, =1 {{firstItemName}} other {{files}}}{parentItem, select, undefined {} other { in {parentItem}}}
|
|
75
|
-
# Existing questions tooltip message for Content Answers entry point button
|
|
76
|
-
boxAI.contentAnswers.hasQuestionsTooltip = Return to Box AI
|
|
77
|
-
# Content Answers error message when the answer fails due to an invalid agent
|
|
78
|
-
boxAI.contentAnswers.inlineAgentNotFoundErrorText = The selected agent is unavailable. Switching to the default agent.
|
|
79
|
-
# Aria label for inline citation button to open file in new tab
|
|
80
|
-
boxAI.contentAnswers.inlineCitationAriaLabel = Open {fileName} in new tab
|
|
81
|
-
# Content Answers error message when the service fails
|
|
82
|
-
boxAI.contentAnswers.inlineErrorText = Box AI is having trouble generating a response right now. Please try again.
|
|
83
|
-
# Content Answers error message when the service returns 204 (no content)
|
|
84
|
-
boxAI.contentAnswers.inlineNoContentErrorText = Relevant content cannot be found. Please try again later or ask a different question.
|
|
85
|
-
# Content Answers error message when the AI service has not yet processed the file
|
|
86
|
-
boxAI.contentAnswers.inlinePreconditionFailedErrorText = Additional time is needed to process this {type}, please try again later.
|
|
87
|
-
# Content Answers error message when the service fails due to rate limiting
|
|
88
|
-
boxAI.contentAnswers.inlineRateLimitingErrorText = Box AI currently has limited capacity (we're working to expand bandwidth). Please try again in a few minutes.
|
|
89
|
-
# Box AI Q&A service unavailable error title
|
|
90
|
-
boxAI.contentAnswers.intelligenceUnaivalableHeading = Box AI is unavailable
|
|
91
|
-
# Box AI Q&A service unavailable error try again later description
|
|
92
|
-
boxAI.contentAnswers.intelligenceUnaivalableTryAgain = Please try again later.
|
|
93
|
-
# Box AI Q&A service unavailable error description
|
|
94
|
-
boxAI.contentAnswers.intelligenceUnavailableDescription = The Box AI service is not responding.
|
|
95
|
-
# Box AI Q&A file too large warning description. {numberOfItems} is the number of items used in the context
|
|
96
|
-
boxAI.contentAnswers.largeFileSizeWarningDescription = The content of {numberOfItems, plural, =1 {this file} other {one or more files}} is too large for Box AI to process.
|
|
97
|
-
# Box AI Q&A file too large warning title. {numberOfItems} is the number of items used in the context
|
|
98
|
-
boxAI.contentAnswers.largeFileSizeWarningTitle = Box AI won’t be able to access the entire content, which might affect its answers.
|
|
99
|
-
# Aria label to show while waiting for the modal to load
|
|
100
|
-
boxAI.contentAnswers.loading = Loading...
|
|
101
|
-
# Aria label to show while waiting for an answer
|
|
102
|
-
boxAI.contentAnswers.loadingAnswer = Loading Answer...
|
|
103
|
-
# Label when the suggested questions are loading
|
|
104
|
-
boxAI.contentAnswers.loadingSuggestedQuestions = Loading suggestions
|
|
105
|
-
# Label when the suggested questions failed to load
|
|
106
|
-
boxAI.contentAnswers.loadingSuggestedQuestionsFailed = Suggestions failed to load
|
|
107
|
-
# Error tooltip to show inside text area if the user reached the character limit
|
|
108
|
-
boxAI.contentAnswers.maxCharactersReachedError = Maximum of {characterLimit} characters reached
|
|
109
|
-
# Label that shows within the modal to show how many files are not supported by Box AI due to file not having permissions
|
|
110
|
-
boxAI.contentAnswers.noPermissionsLabel = No Box AI permissions
|
|
111
|
-
# Loading message if there are no citations for an answer
|
|
112
|
-
boxAI.contentAnswers.noReferences = Response based on general document analysis
|
|
113
|
-
# Aria button label to open the prompt library
|
|
114
|
-
boxAI.contentAnswers.openPromptLibraryBtn = Open Prompt Library
|
|
115
|
-
# Button name to open the prompt library
|
|
116
|
-
boxAI.contentAnswers.promptsBtn = Prompts
|
|
117
|
-
# ARIA label designed for screen readers to enhance clarity during the reading of citations, minimizing confusion.
|
|
118
|
-
boxAI.contentAnswers.referenceAriaLabel = Reference {number}
|
|
119
|
-
# Error message to be displayed within an answer during streaming mode if there was another error, such as network errors.
|
|
120
|
-
boxAI.contentAnswers.responseFailedError = Response Failed
|
|
121
|
-
# Error message to be displayed within an answer during streaming mode if the answer was interrupted due to a lack of tokens.
|
|
122
|
-
boxAI.contentAnswers.responseInterruptedError = Response Interrupted
|
|
123
|
-
# Error message to be displayed within an answer during streaming mode if the answer was stopped using the Stop Response button.
|
|
124
|
-
boxAI.contentAnswers.responseStoppedError = Response Stopped
|
|
125
|
-
# Retry button label to send again the question to the service
|
|
126
|
-
boxAI.contentAnswers.retryResponse = Retry
|
|
127
|
-
# Button label to stop streaming an answer
|
|
128
|
-
boxAI.contentAnswers.stopResponse = Stop Response
|
|
129
|
-
# Suggested questions title
|
|
130
|
-
boxAI.contentAnswers.suggestedQuestions = Suggested Questions:
|
|
131
|
-
# Aria label for thumbs down icon
|
|
132
|
-
boxAI.contentAnswers.thumbsDownAriaLabel = Not helpful
|
|
133
|
-
# Aria label for thumbs up icon
|
|
134
|
-
boxAI.contentAnswers.thumbsUpAriaLabel = Helpful
|
|
135
|
-
# Label that shows within the modal to show how many files are not supported by Box AI due to correct format
|
|
136
|
-
boxAI.contentAnswers.unsupportedFormatLabel = Unsupported format
|
|
137
|
-
# Warning message that shows how many files are not supported by Box AI
|
|
138
|
-
boxAI.contentAnswers.unsupportedItems = {numberOfFiles, plural, one {{files} is unavailable for Box AI} other {{files} are unavailable for Box AI} }
|
|
139
|
-
# Alt text for user avatar image
|
|
140
|
-
boxAI.contentAnswers.userAvatar = User avatar
|
|
141
|
-
# 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.
|
|
142
|
-
boxAI.contentAnswers.welcomeAskQuestionLandingText = Welcome to Box AI
|
|
143
|
-
# 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.
|
|
144
|
-
boxAI.contentAnswers.welcomeAskQuestionText = Welcome to Box AI. Ask questions about {numberOfItems, plural, =1 {{firstItemName}} other {these {files}}}{parentItem, select, undefined {} other { in {parentItem}}}.
|
|
145
|
-
# Content Answers welcome message for clearing the chat. {type} is the type of content that we are going to query
|
|
146
|
-
boxAI.contentAnswers.welcomeClearChatText = Chat cleared when you close {type}
|
|
147
|
-
# Link that show the number of files that are going to be displayed within the modal
|
|
148
|
-
boxAI.contentAnswers.welcomeMessageFilesLink = {numberOfItems, plural, one {# file} other {# files} }
|
|
149
|
-
# Link that show the number of items that are going to be displayed within the modal
|
|
150
|
-
boxAI.contentAnswers.welcomeMessageItemsLink = {numberOfItems, plural, one {# item} other {# items} }
|
|
151
|
-
# Text for close button in popup
|
|
152
|
-
boxAI.popup.closeButtonText = Close
|
|
153
|
-
# Text for copy button in input with copy button indicating copy success
|
|
154
|
-
boxAI.textInputWithCopyButton.copyButtonSuccessText = Copied
|
|
155
|
-
# Label that shows up while someone hover on close button of files dropdown
|
|
156
|
-
boxAi.contentAnswers.closeItemList = Close file items list
|
|
157
|
-
# Tooltip label for button to collapse thinking content
|
|
158
|
-
boxui.contentAnswers.collapseThinkingContent = Collapse
|
|
159
|
-
# Tooltip label for button to expand thinking content
|
|
160
|
-
boxui.contentAnswers.expandThinkingContent = Expand
|
|
161
|
-
# Text shown when thinking is completed
|
|
162
|
-
boxui.contentAnswers.thinkingCompleted = Thinking Complete
|
|
163
|
-
# Aria label for the scrollable thinking content area
|
|
164
|
-
boxui.contentAnswers.thinkingContentScrollableArea = Thinking content scrollable area
|
|
165
|
-
# Text shown when thinking is in progress
|
|
166
|
-
boxui.contentAnswers.thinkingInProgress = Thinking...
|
|
167
|
-
# Content Answers welcome message spreadsheet supported by Intelligent Query notification
|
|
168
|
-
boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = You can ask Box AI both simple and complex questions in your spreadsheet: total counts, averages, advanced comparisons, trend analyses and so on. Try it out today!
|
|
169
|
-
# Content Answers welcome message spreadsheet notification
|
|
170
|
-
boxui.contentAnswers.welcomeMessageSpreadsheetNotice = Spreadsheet support works best for text dense files
|
|
171
|
-
# Aria label for the icon inside spreadsheet notification
|
|
172
|
-
boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel = spreadsheet support notification banner
|
|
173
|
-
# Label for button that closes the Box AI Sidebar
|
|
174
|
-
contentAnswersSidebar.sidebarBoxAIClose = Close
|
|
175
|
-
# Generic Box AI content type opened used in welcome message and placeholder
|
|
176
|
-
contentAnswersSidebar.sidebarBoxAIContent = content
|
|
177
|
-
# Label for button that triggers switch to Box AI Modal
|
|
178
|
-
contentAnswersSidebar.sidebarBoxAISwitchToModalView = Switch to modal view
|
|
@@ -1,178 +0,0 @@
|
|
|
1
|
-
# Add to note button aria label and tooltip text
|
|
2
|
-
boxAI.contentAnswers.addToNote = Add to Note
|
|
3
|
-
# Added to note confirmation text
|
|
4
|
-
boxAI.contentAnswers.addedToNote = Added
|
|
5
|
-
# Text shown next to the loading indicator while analyzing the request
|
|
6
|
-
boxAI.contentAnswers.analyzingRequest = Analysing…
|
|
7
|
-
# Notification banner success icon aria label
|
|
8
|
-
boxAI.contentAnswers.ariaTypeSuccessIconLabel = success
|
|
9
|
-
# Content Answers submit input button text
|
|
10
|
-
boxAI.contentAnswers.ask = Ask
|
|
11
|
-
# Content Answers submit input button disabled tooltip text when answer is generating
|
|
12
|
-
boxAI.contentAnswers.askDisabledTooltip = You can submit another question once Box AI has finished responding
|
|
13
|
-
# Content Answers modal input placeholder
|
|
14
|
-
boxAI.contentAnswers.askQuestionPlaceholder = Ask Box AI
|
|
15
|
-
# Label for the references used for generating the answer from the AI service
|
|
16
|
-
boxAI.contentAnswers.basedOn = Based on:
|
|
17
|
-
# Box AI secondary action when file is too large
|
|
18
|
-
boxAI.contentAnswers.cancel = Cancel
|
|
19
|
-
# Text for button to open citation reference in a new tab
|
|
20
|
-
boxAI.contentAnswers.cardTooltipButton = Open document
|
|
21
|
-
# Title of citation card tooltip in answer references section
|
|
22
|
-
boxAI.contentAnswers.cardTooltipTitle = From document:
|
|
23
|
-
# Title of citation card tooltip in answer references section with document title
|
|
24
|
-
boxAI.contentAnswers.cardTooltipTitleWithDocumentName = From "{title}":
|
|
25
|
-
# Clear conversation button label
|
|
26
|
-
boxAI.contentAnswers.clearConversationLabel = Clear conversation
|
|
27
|
-
# Content Answers close button aria label
|
|
28
|
-
boxAI.contentAnswers.closeModalAriaLabel = Close Modal
|
|
29
|
-
# Content Answers collapse button aria label
|
|
30
|
-
boxAI.contentAnswers.collapseModalAriaLabel = Switch to sidebar view
|
|
31
|
-
# Content Answers feature name shown on menu item and modal title
|
|
32
|
-
boxAI.contentAnswers.contentAnswersTitle = Box AI
|
|
33
|
-
# Box AI primary action when file is too large
|
|
34
|
-
boxAI.contentAnswers.continueAnyway = Continue anyway
|
|
35
|
-
# Copy to clipboard tooltip
|
|
36
|
-
boxAI.contentAnswers.copyToClipboard = Copy to Clipboard
|
|
37
|
-
# Notification displayed to the user when the answer has been successfully copied to the clipboard
|
|
38
|
-
boxAI.contentAnswers.copyToClipboardSucceeded = Copied to your clipboard
|
|
39
|
-
# Default tooltip message for Content Answers entry point button
|
|
40
|
-
boxAI.contentAnswers.defaultTooltip = Get instant answers about this document using Box AI
|
|
41
|
-
# Disabled tooltip message for Content Answers entry point button when the file does not have the correct permissions
|
|
42
|
-
boxAI.contentAnswers.disabledTooltipAINotAvailable = Box AI doesn't have permission to access this file
|
|
43
|
-
# Disabled tooltip message for Content Answers entry point button when the file type is not supported
|
|
44
|
-
boxAI.contentAnswers.disabledTooltipFileNotCompatible = Box AI is not currently supported for this file type
|
|
45
|
-
# Disabled tooltip message for the Content Answers entry point button when the permissions request fails
|
|
46
|
-
boxAI.contentAnswers.disabledTooltipPermissionsFailed = Unable to check permissions at this time. Reload this page to try again
|
|
47
|
-
# Disabled tooltip message for the Content Answers entry point button while the AI file permissions are being loaded
|
|
48
|
-
boxAI.contentAnswers.disabledTooltipPermissionsLoading = Checking permissions...
|
|
49
|
-
# Disclaimer informing how to report inappropriate content in the feedback tooltip, the inside of <abuseFormLink> is the linked, clickable text
|
|
50
|
-
boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = To report inappropriate content, submit <abuseFormLink>this form</abuseFormLink>.
|
|
51
|
-
# Cancel button text for the feedback tooltip
|
|
52
|
-
boxAI.contentAnswers.feedbackTooltipCancel = Cancel
|
|
53
|
-
# Confirmation message after submitting feedback in the feedback tooltip
|
|
54
|
-
boxAI.contentAnswers.feedbackTooltipConfirmation = Thank you for the feedback.
|
|
55
|
-
# Label for the feedback text area in the feedback tooltip
|
|
56
|
-
boxAI.contentAnswers.feedbackTooltipFeedback = How can we improve the experience?
|
|
57
|
-
# Placeholder text for the feedback text area in the feedback tooltip
|
|
58
|
-
boxAI.contentAnswers.feedbackTooltipFeedbackPlaceholder = 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.
|
|
59
|
-
# Label for the first radio button in the feedback type radio group in the feedback tooltip
|
|
60
|
-
boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer1 = Inaccurate answer
|
|
61
|
-
# Label for the second radio button in the feedback type radio group in the feedback tooltip
|
|
62
|
-
boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2 = Did not follow my request
|
|
63
|
-
# Label for the third radio button in the feedback type radio group in the feedback tooltip
|
|
64
|
-
boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3 = Other
|
|
65
|
-
# Label for the feedback type radio group in the feedback tooltip
|
|
66
|
-
boxAI.contentAnswers.feedbackTooltipIssueTypeLabel = What type of issue to you wish to report?
|
|
67
|
-
# Label for checkbox to consent for prompt and answer sharing in the tooltip that asks the user to share feedback on the answer
|
|
68
|
-
boxAI.contentAnswers.feedbackTooltipPromptShareConsent = Share my prompt and response to help improve product quality.
|
|
69
|
-
# Submit button text for the feedback tooltip
|
|
70
|
-
boxAI.contentAnswers.feedbackTooltipSubmit = Submit
|
|
71
|
-
# Title of a tooltip that asks the user to share feedback on the answer
|
|
72
|
-
boxAI.contentAnswers.feedbackTooltipTitle = Share your feedback
|
|
73
|
-
# 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.
|
|
74
|
-
boxAI.contentAnswers.fileLandingText = {numberOfItems,plural,=1{{firstItemName}} one{{firstItemName}} other{these {files}}}{parentItem,select,undefined{} other{ in {parentItem}}}
|
|
75
|
-
# Existing questions tooltip message for Content Answers entry point button
|
|
76
|
-
boxAI.contentAnswers.hasQuestionsTooltip = Return to Box AI
|
|
77
|
-
# Content Answers error message when the answer fails due to an invalid agent
|
|
78
|
-
boxAI.contentAnswers.inlineAgentNotFoundErrorText = The selected agent is unavailable. Switching to the default agent.
|
|
79
|
-
# Aria label for inline citation button to open file in new tab
|
|
80
|
-
boxAI.contentAnswers.inlineCitationAriaLabel = Open {fileName} in new tab
|
|
81
|
-
# Content Answers error message when the service fails
|
|
82
|
-
boxAI.contentAnswers.inlineErrorText = Box AI is having trouble generating a response right now. Please try again.
|
|
83
|
-
# Content Answers error message when the service returns 204 (no content)
|
|
84
|
-
boxAI.contentAnswers.inlineNoContentErrorText = Relevant content cannot be found. Please try again later or ask a different question.
|
|
85
|
-
# Content Answers error message when the AI service has not yet processed the file
|
|
86
|
-
boxAI.contentAnswers.inlinePreconditionFailedErrorText = Additional time is needed to process this {type}, please try again later.
|
|
87
|
-
# Content Answers error message when the service fails due to rate limiting
|
|
88
|
-
boxAI.contentAnswers.inlineRateLimitingErrorText = Box AI currently has limited capacity (we're working to expand bandwidth). Please try again in a few minutes.
|
|
89
|
-
# Box AI Q&A service unavailable error title
|
|
90
|
-
boxAI.contentAnswers.intelligenceUnaivalableHeading = Box AI is unavailable
|
|
91
|
-
# Box AI Q&A service unavailable error try again later description
|
|
92
|
-
boxAI.contentAnswers.intelligenceUnaivalableTryAgain = Please try again later.
|
|
93
|
-
# Box AI Q&A service unavailable error description
|
|
94
|
-
boxAI.contentAnswers.intelligenceUnavailableDescription = The Box AI service is not responding.
|
|
95
|
-
# Box AI Q&A file too large warning description. {numberOfItems} is the number of items used in the context
|
|
96
|
-
boxAI.contentAnswers.largeFileSizeWarningDescription = The content of {numberOfItems,plural,=1{this file} other{one or more files}} is too large for Box AI to process.
|
|
97
|
-
# Box AI Q&A file too large warning title. {numberOfItems} is the number of items used in the context
|
|
98
|
-
boxAI.contentAnswers.largeFileSizeWarningTitle = Box AI won’t be able to access the entire content, which might affect its answers.
|
|
99
|
-
# Aria label to show while waiting for the modal to load
|
|
100
|
-
boxAI.contentAnswers.loading = Loading...
|
|
101
|
-
# Aria label to show while waiting for an answer
|
|
102
|
-
boxAI.contentAnswers.loadingAnswer = Loading Answer...
|
|
103
|
-
# Label when the suggested questions are loading
|
|
104
|
-
boxAI.contentAnswers.loadingSuggestedQuestions = Loading suggestions
|
|
105
|
-
# Label when the suggested questions failed to load
|
|
106
|
-
boxAI.contentAnswers.loadingSuggestedQuestionsFailed = Suggestions failed to load
|
|
107
|
-
# Error tooltip to show inside text area if the user reached the character limit
|
|
108
|
-
boxAI.contentAnswers.maxCharactersReachedError = Maximum of {characterLimit} characters reached
|
|
109
|
-
# Label that shows within the modal to show how many files are not supported by Box AI due to file not having permissions
|
|
110
|
-
boxAI.contentAnswers.noPermissionsLabel = No Box AI permissions
|
|
111
|
-
# Loading message if there are no citations for an answer
|
|
112
|
-
boxAI.contentAnswers.noReferences = Response based on general document analysis
|
|
113
|
-
# Aria button label to open the prompt library
|
|
114
|
-
boxAI.contentAnswers.openPromptLibraryBtn = Open Prompt Library
|
|
115
|
-
# Button name to open the prompt library
|
|
116
|
-
boxAI.contentAnswers.promptsBtn = Prompts
|
|
117
|
-
# ARIA label designed for screen readers to enhance clarity during the reading of citations, minimizing confusion.
|
|
118
|
-
boxAI.contentAnswers.referenceAriaLabel = Reference {number}
|
|
119
|
-
# Error message to be displayed within an answer during streaming mode if there was another error, such as network errors.
|
|
120
|
-
boxAI.contentAnswers.responseFailedError = Response Failed
|
|
121
|
-
# Error message to be displayed within an answer during streaming mode if the answer was interrupted due to a lack of tokens.
|
|
122
|
-
boxAI.contentAnswers.responseInterruptedError = Response Interrupted
|
|
123
|
-
# Error message to be displayed within an answer during streaming mode if the answer was stopped using the Stop Response button.
|
|
124
|
-
boxAI.contentAnswers.responseStoppedError = Response Stopped
|
|
125
|
-
# Retry button label to send again the question to the service
|
|
126
|
-
boxAI.contentAnswers.retryResponse = Retry
|
|
127
|
-
# Button label to stop streaming an answer
|
|
128
|
-
boxAI.contentAnswers.stopResponse = Stop Response
|
|
129
|
-
# Suggested questions title
|
|
130
|
-
boxAI.contentAnswers.suggestedQuestions = Suggested Questions:
|
|
131
|
-
# Aria label for thumbs down icon
|
|
132
|
-
boxAI.contentAnswers.thumbsDownAriaLabel = Not helpful
|
|
133
|
-
# Aria label for thumbs up icon
|
|
134
|
-
boxAI.contentAnswers.thumbsUpAriaLabel = Helpful
|
|
135
|
-
# Label that shows within the modal to show how many files are not supported by Box AI due to correct format
|
|
136
|
-
boxAI.contentAnswers.unsupportedFormatLabel = Unsupported format
|
|
137
|
-
# Warning message that shows how many files are not supported by Box AI
|
|
138
|
-
boxAI.contentAnswers.unsupportedItems = {numberOfFiles,plural,one{{files} is unavailable for Box AI} other{{files} are unavailable for Box AI}}
|
|
139
|
-
# Alt text for user avatar image
|
|
140
|
-
boxAI.contentAnswers.userAvatar = User avatar
|
|
141
|
-
# 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.
|
|
142
|
-
boxAI.contentAnswers.welcomeAskQuestionLandingText = Welcome to Box AI
|
|
143
|
-
# 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.
|
|
144
|
-
boxAI.contentAnswers.welcomeAskQuestionText = Welcome to Box AI. Ask questions about {numberOfItems,plural,=1{{firstItemName}} one{{firstItemName}} other{these {files}}}{parentItem,select,undefined{} other{ in {parentItem}}}.
|
|
145
|
-
# Content Answers welcome message for clearing the chat. {type} is the type of content that we are going to query
|
|
146
|
-
boxAI.contentAnswers.welcomeClearChatText = Chat cleared when you close {type}
|
|
147
|
-
# Link that show the number of files that are going to be displayed within the modal
|
|
148
|
-
boxAI.contentAnswers.welcomeMessageFilesLink = {numberOfItems,plural,one{# file} other{# files}}
|
|
149
|
-
# Link that show the number of items that are going to be displayed within the modal
|
|
150
|
-
boxAI.contentAnswers.welcomeMessageItemsLink = {numberOfItems,plural,one{# item} other{# items}}
|
|
151
|
-
# Text for close button in popup
|
|
152
|
-
boxAI.popup.closeButtonText = Close
|
|
153
|
-
# Text for copy button in input with copy button indicating copy success
|
|
154
|
-
boxAI.textInputWithCopyButton.copyButtonSuccessText = Copied
|
|
155
|
-
# Label that shows up while someone hover on close button of files dropdown
|
|
156
|
-
boxAi.contentAnswers.closeItemList = Close file items list
|
|
157
|
-
# Tooltip label for button to collapse thinking content
|
|
158
|
-
boxui.contentAnswers.collapseThinkingContent = Collapse
|
|
159
|
-
# Tooltip label for button to expand thinking content
|
|
160
|
-
boxui.contentAnswers.expandThinkingContent = Expand
|
|
161
|
-
# Text shown when thinking is completed
|
|
162
|
-
boxui.contentAnswers.thinkingCompleted = Thinking Complete
|
|
163
|
-
# Aria label for the scrollable thinking content area
|
|
164
|
-
boxui.contentAnswers.thinkingContentScrollableArea = Thinking content scrollable area
|
|
165
|
-
# Text shown when thinking is in progress
|
|
166
|
-
boxui.contentAnswers.thinkingInProgress = Thinking…
|
|
167
|
-
# Content Answers welcome message spreadsheet supported by Intelligent Query notification
|
|
168
|
-
boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = You can ask Box AI both simple and complex questions in your spreadsheet: total counts, averages, advanced comparisons, trend analyses and so on. Try it out today!
|
|
169
|
-
# Content Answers welcome message spreadsheet notification
|
|
170
|
-
boxui.contentAnswers.welcomeMessageSpreadsheetNotice = Spreadsheet support works best for text dense files
|
|
171
|
-
# Aria label for the icon inside spreadsheet notification
|
|
172
|
-
boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel = spreadsheet support notification banner
|
|
173
|
-
# Label for button that closes the Box AI Sidebar
|
|
174
|
-
contentAnswersSidebar.sidebarBoxAIClose = Close
|
|
175
|
-
# Generic Box AI content type opened used in welcome message and placeholder
|
|
176
|
-
contentAnswersSidebar.sidebarBoxAIContent = content
|
|
177
|
-
# Label for button that triggers switch to Box AI Modal
|
|
178
|
-
contentAnswersSidebar.sidebarBoxAISwitchToModalView = Switch to modal view
|
package/dist/i18n/en-US.js
DELETED
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
"boxAI.contentAnswers.addToNote": "Add to Note",
|
|
3
|
-
"boxAI.contentAnswers.addedToNote": "Added",
|
|
4
|
-
"boxAI.contentAnswers.analyzingRequest": "Analyzing...",
|
|
5
|
-
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "success",
|
|
6
|
-
"boxAI.contentAnswers.ask": "Ask",
|
|
7
|
-
"boxAI.contentAnswers.askDisabledTooltip": "You can submit another question once Box AI has finished responding",
|
|
8
|
-
"boxAI.contentAnswers.askQuestionPlaceholder": "Ask Box AI",
|
|
9
|
-
"boxAI.contentAnswers.basedOn": "Based on:",
|
|
10
|
-
"boxAI.contentAnswers.cancel": "Cancel",
|
|
11
|
-
"boxAI.contentAnswers.cardTooltipButton": "Open document",
|
|
12
|
-
"boxAI.contentAnswers.cardTooltipTitle": "From document:",
|
|
13
|
-
"boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "From \"{title}\":",
|
|
14
|
-
"boxAI.contentAnswers.clearConversationLabel": "Clear conversation",
|
|
15
|
-
"boxAI.contentAnswers.closeModalAriaLabel": "Close Modal",
|
|
16
|
-
"boxAI.contentAnswers.collapseModalAriaLabel": "Switch to sidebar view",
|
|
17
|
-
"boxAI.contentAnswers.contentAnswersTitle": "Box AI",
|
|
18
|
-
"boxAI.contentAnswers.continueAnyway": "Continue anyway",
|
|
19
|
-
"boxAI.contentAnswers.copyToClipboard": "Copy to Clipboard",
|
|
20
|
-
"boxAI.contentAnswers.copyToClipboardSucceeded": "Copied to your clipboard",
|
|
21
|
-
"boxAI.contentAnswers.defaultTooltip": "Get instant answers about this document using Box AI",
|
|
22
|
-
"boxAI.contentAnswers.disabledTooltipAINotAvailable": "Box AI doesn't have permission to access this file",
|
|
23
|
-
"boxAI.contentAnswers.disabledTooltipFileNotCompatible": "Box AI is not currently supported for this file type",
|
|
24
|
-
"boxAI.contentAnswers.disabledTooltipPermissionsFailed": "Unable to check permissions at this time. Reload this page to try again",
|
|
25
|
-
"boxAI.contentAnswers.disabledTooltipPermissionsLoading": "Checking permissions...",
|
|
26
|
-
"boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "To report inappropriate content, submit <abuseFormLink>this form</abuseFormLink>.",
|
|
27
|
-
"boxAI.contentAnswers.feedbackTooltipCancel": "Cancel",
|
|
28
|
-
"boxAI.contentAnswers.feedbackTooltipConfirmation": "Thank you for the feedback.",
|
|
29
|
-
"boxAI.contentAnswers.feedbackTooltipFeedback": "How can we improve the experience?",
|
|
30
|
-
"boxAI.contentAnswers.feedbackTooltipFeedbackPlaceholder": "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.",
|
|
31
|
-
"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer1": "Inaccurate answer",
|
|
32
|
-
"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2": "Did not follow my request",
|
|
33
|
-
"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3": "Other",
|
|
34
|
-
"boxAI.contentAnswers.feedbackTooltipIssueTypeLabel": "What type of issue do you wish to report?",
|
|
35
|
-
"boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "Share my prompt and response to help improve product quality.",
|
|
36
|
-
"boxAI.contentAnswers.feedbackTooltipSubmit": "Submit",
|
|
37
|
-
"boxAI.contentAnswers.feedbackTooltipTitle": "Share your feedback",
|
|
38
|
-
"boxAI.contentAnswers.fileLandingText": "{numberOfItems, plural, =1 {{firstItemName}} other {{files}}}{parentItem, select, undefined {} other { in {parentItem}}}",
|
|
39
|
-
"boxAI.contentAnswers.hasQuestionsTooltip": "Return to Box AI",
|
|
40
|
-
"boxAI.contentAnswers.inlineAgentNotFoundErrorText": "The selected agent is unavailable. Switching to the default agent.",
|
|
41
|
-
"boxAI.contentAnswers.inlineCitationAriaLabel": "Open {fileName} in new tab",
|
|
42
|
-
"boxAI.contentAnswers.inlineErrorText": "Box AI is having trouble generating a response right now. Please try again.",
|
|
43
|
-
"boxAI.contentAnswers.inlineNoContentErrorText": "Relevant content cannot be found. Please try again later or ask a different question.",
|
|
44
|
-
"boxAI.contentAnswers.inlinePreconditionFailedErrorText": "Additional time is needed to process this {type}, please try again later.",
|
|
45
|
-
"boxAI.contentAnswers.inlineRateLimitingErrorText": "Box AI currently has limited capacity (we're working to expand bandwidth). Please try again in a few minutes.",
|
|
46
|
-
"boxAI.contentAnswers.intelligenceUnaivalableHeading": "Box AI is unavailable",
|
|
47
|
-
"boxAI.contentAnswers.intelligenceUnaivalableTryAgain": "Please try again later.",
|
|
48
|
-
"boxAI.contentAnswers.intelligenceUnavailableDescription": "The Box AI service is not responding.",
|
|
49
|
-
"boxAI.contentAnswers.largeFileSizeWarningDescription": "The content of {numberOfItems, plural, =1 {this file} other {one or more files}} is too large for Box AI to process.",
|
|
50
|
-
"boxAI.contentAnswers.largeFileSizeWarningTitle": "Box AI won’t be able to access the entire content, which might affect its answers.",
|
|
51
|
-
"boxAI.contentAnswers.loading": "Loading...",
|
|
52
|
-
"boxAI.contentAnswers.loadingAnswer": "Loading Answer...",
|
|
53
|
-
"boxAI.contentAnswers.loadingSuggestedQuestions": "Loading suggestions",
|
|
54
|
-
"boxAI.contentAnswers.loadingSuggestedQuestionsFailed": "Suggestions failed to load",
|
|
55
|
-
"boxAI.contentAnswers.maxCharactersReachedError": "Maximum of {characterLimit} characters reached",
|
|
56
|
-
"boxAI.contentAnswers.noPermissionsLabel": "No Box AI permissions",
|
|
57
|
-
"boxAI.contentAnswers.noReferences": "Response based on general document analysis",
|
|
58
|
-
"boxAI.contentAnswers.openPromptLibraryBtn": "Open Prompt Library",
|
|
59
|
-
"boxAI.contentAnswers.promptsBtn": "Prompts",
|
|
60
|
-
"boxAI.contentAnswers.referenceAriaLabel": "Reference {number}",
|
|
61
|
-
"boxAI.contentAnswers.responseFailedError": "Response Failed",
|
|
62
|
-
"boxAI.contentAnswers.responseInterruptedError": "Response Interrupted",
|
|
63
|
-
"boxAI.contentAnswers.responseStoppedError": "Response Stopped",
|
|
64
|
-
"boxAI.contentAnswers.retryResponse": "Retry",
|
|
65
|
-
"boxAI.contentAnswers.stopResponse": "Stop Response",
|
|
66
|
-
"boxAI.contentAnswers.suggestedQuestions": "Suggested Questions:",
|
|
67
|
-
"boxAI.contentAnswers.thumbsDownAriaLabel": "Not helpful",
|
|
68
|
-
"boxAI.contentAnswers.thumbsUpAriaLabel": "Helpful",
|
|
69
|
-
"boxAI.contentAnswers.unsupportedFormatLabel": "Unsupported format",
|
|
70
|
-
"boxAI.contentAnswers.unsupportedItems": "{numberOfFiles, plural, one {{files} is unavailable for Box AI} other {{files} are unavailable for Box AI} }",
|
|
71
|
-
"boxAI.contentAnswers.userAvatar": "User avatar",
|
|
72
|
-
"boxAI.contentAnswers.welcomeAskQuestionLandingText": "Welcome to Box AI",
|
|
73
|
-
"boxAI.contentAnswers.welcomeAskQuestionText": "Welcome to Box AI. Ask questions about {numberOfItems, plural, =1 {{firstItemName}} other {these {files}}}{parentItem, select, undefined {} other { in {parentItem}}}.",
|
|
74
|
-
"boxAI.contentAnswers.welcomeClearChatText": "Chat cleared when you close {type}",
|
|
75
|
-
"boxAI.contentAnswers.welcomeMessageFilesLink": "{numberOfItems, plural, one {# file} other {# files} }",
|
|
76
|
-
"boxAI.contentAnswers.welcomeMessageItemsLink": "{numberOfItems, plural, one {# item} other {# items} }",
|
|
77
|
-
"boxAI.popup.closeButtonText": "Close",
|
|
78
|
-
"boxAI.textInputWithCopyButton.copyButtonSuccessText": "Copied",
|
|
79
|
-
"boxAi.contentAnswers.closeItemList": "Close file items list",
|
|
80
|
-
"boxui.contentAnswers.collapseThinkingContent": "Collapse",
|
|
81
|
-
"boxui.contentAnswers.expandThinkingContent": "Expand",
|
|
82
|
-
"boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
|
|
83
|
-
"boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
|
|
84
|
-
"boxui.contentAnswers.thinkingInProgress": "Thinking...",
|
|
85
|
-
"boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "You can ask Box AI both simple and complex questions in your spreadsheet: total counts, averages, advanced comparisons, trend analyses and so on. Try it out today!",
|
|
86
|
-
"boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "Spreadsheet support works best for text dense files",
|
|
87
|
-
"boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "spreadsheet support notification banner",
|
|
88
|
-
"contentAnswersSidebar.sidebarBoxAIClose": "Close",
|
|
89
|
-
"contentAnswersSidebar.sidebarBoxAIContent": "content",
|
|
90
|
-
"contentAnswersSidebar.sidebarBoxAISwitchToModalView": "Switch to modal view"
|
|
91
|
-
}
|