@box/box-ai-content-answers 2.1.9 → 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 +11 -11
- 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 = 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 = ⟦萬萬萬 Àďđ ţò Ñóťè 國國國⟧
|
|
3
|
-
# Added to note confirmation text
|
|
4
|
-
boxAI.contentAnswers.addedToNote = ⟦萬 Àďđèď 國⟧
|
|
5
|
-
# Text shown next to the loading indicator while analyzing the request
|
|
6
|
-
boxAI.contentAnswers.analyzingRequest = ⟦萬萬萬 Àиàĺýźìйĝ... 國國國⟧
|
|
7
|
-
# Notification banner success icon aria label
|
|
8
|
-
boxAI.contentAnswers.ariaTypeSuccessIconLabel = ⟦萬萬 śµ¢çèŝş 國國⟧
|
|
9
|
-
# Content Answers submit input button text
|
|
10
|
-
boxAI.contentAnswers.ask = ⟦ Àśķ ⟧
|
|
11
|
-
# Content Answers submit input button disabled tooltip text when answer is generating
|
|
12
|
-
boxAI.contentAnswers.askDisabledTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ýòµ ¢àи śùвmìţ áйóťĥèŕ qúéŝŧíôл õпçê Βö× ÀÌ ħâş ƒîπïѕнëď ŗēšΡøήđĩηĝ 國國國國國國國國國國國國國國國國國國國國⟧
|
|
13
|
-
# Content Answers modal input placeholder
|
|
14
|
-
boxAI.contentAnswers.askQuestionPlaceholder = ⟦萬萬 Àśķ Βò× ÁÌ 國國⟧
|
|
15
|
-
# Label for the references used for generating the answer from the AI service
|
|
16
|
-
boxAI.contentAnswers.basedOn = ⟦萬萬 Βàśèď òи: 國國⟧
|
|
17
|
-
# Box AI secondary action when file is too large
|
|
18
|
-
boxAI.contentAnswers.cancel = ⟦萬 Çàи¢èĺ 國⟧
|
|
19
|
-
# Text for button to open citation reference in a new tab
|
|
20
|
-
boxAI.contentAnswers.cardTooltipButton = ⟦萬萬萬 ÒΡèи ďò¢µméйţ 國國國⟧
|
|
21
|
-
# Title of citation card tooltip in answer references section
|
|
22
|
-
boxAI.contentAnswers.cardTooltipTitle = ⟦萬萬萬萬 ₣ŕòm ďó¢µмèиţ: 國國國國⟧
|
|
23
|
-
# Title of citation card tooltip in answer references section with document title
|
|
24
|
-
boxAI.contentAnswers.cardTooltipTitleWithDocumentName = ⟦萬萬萬 ₣ŕòm "{title}": 國國國⟧
|
|
25
|
-
# Clear conversation button label
|
|
26
|
-
boxAI.contentAnswers.clearConversationLabel = ⟦萬萬萬萬萬 Çĺèàŕ ¢òиνéŗśáţìóй 國國國國國⟧
|
|
27
|
-
# Content Answers close button aria label
|
|
28
|
-
boxAI.contentAnswers.closeModalAriaLabel = ⟦萬萬萬 Çĺòśè Μóďàļ 國國國⟧
|
|
29
|
-
# Content Answers collapse button aria label
|
|
30
|
-
boxAI.contentAnswers.collapseModalAriaLabel = ⟦萬萬萬萬萬萬 Śŵìţ¢ĥ ťò śíďèвàŕ νîéω 國國國國國國⟧
|
|
31
|
-
# Content Answers feature name shown on menu item and modal title
|
|
32
|
-
boxAI.contentAnswers.contentAnswersTitle = ⟦萬 Βò× ÀÌ 國⟧
|
|
33
|
-
# Box AI primary action when file is too large
|
|
34
|
-
boxAI.contentAnswers.continueAnyway = ⟦萬萬萬萬 Çòиţìйµè àлýŵáÿ 國國國國⟧
|
|
35
|
-
# Copy to clipboard tooltip
|
|
36
|
-
boxAI.contentAnswers.copyToClipboard = ⟦萬萬萬萬萬 ÇòΡý ţó ĆĺìРвôàŕď 國國國國國⟧
|
|
37
|
-
# Notification displayed to the user when the answer has been successfully copied to the clipboard
|
|
38
|
-
boxAI.contentAnswers.copyToClipboardSucceeded = ⟦萬萬萬萬萬萬萬 ÇòΡìèď ţó ýôµŕ ¢ĺíРвõàŗđ 國國國國國國國⟧
|
|
39
|
-
# Default tooltip message for Content Answers entry point button
|
|
40
|
-
boxAI.contentAnswers.defaultTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ĝèţ ìиśťàйŧ áлŝŵéŕş âвòµτ тĥíѕ ďó¢ùmêпţ úšîπĝ Βô× ÀÌ 國國國國國國國國國國國國國國國⟧
|
|
41
|
-
# Disabled tooltip message for Content Answers entry point button when the file does not have the correct permissions
|
|
42
|
-
boxAI.contentAnswers.disabledTooltipAINotAvailable = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βò× ÀÌ ďóèśи'ţ ĥàνé Ρêŕmìŝşíôй ťõ á¢çëѕš ŧħîś ƒïĺē 國國國國國國國國國國國國國國⟧
|
|
43
|
-
# Disabled tooltip message for Content Answers entry point button when the file type is not supported
|
|
44
|
-
boxAI.contentAnswers.disabledTooltipFileNotCompatible = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βò× ÀÌ ìś иóţ ¢µŕŗèйťĺý ŝùΡРôřŧéď ƒõя τĥíş ƒîļê тÿΡë 國國國國國國國國國國國國國國國⟧
|
|
45
|
-
# Disabled tooltip message for the Content Answers entry point button when the permissions request fails
|
|
46
|
-
boxAI.contentAnswers.disabledTooltipPermissionsFailed = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ùиàвĺè ţò ¢ĥéçķ Ρêŕmìśŝíóйş áť ŧħîѕ τïмë. Ŕēļôâď тнĩš Рãĝĕ ţõ ťŗý äğåīл 國國國國國國國國國國國國國國國國國國國國國⟧
|
|
47
|
-
# Disabled tooltip message for the Content Answers entry point button while the AI file permissions are being loaded
|
|
48
|
-
boxAI.contentAnswers.disabledTooltipPermissionsLoading = ⟦萬萬萬萬萬萬 Çĥè¢ķìиĝ Ρéŕmíśŝîòйş... 國國國國國國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţò ŕèΡóŗţ ìиàРΡřôРяíáťé ¢õйŧêлτ, śµвmîт <âьùŝë₣öѓмĹïпķ>ţĥĩş ƒøґm</ãъúѕē₣ōгмĻīπĸ>. 國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
51
|
-
# Cancel button text for the feedback tooltip
|
|
52
|
-
boxAI.contentAnswers.feedbackTooltipCancel = ⟦萬 Çàи¢èĺ 國⟧
|
|
53
|
-
# Confirmation message after submitting feedback in the feedback tooltip
|
|
54
|
-
boxAI.contentAnswers.feedbackTooltipConfirmation = ⟦萬萬萬萬萬萬萬萬 Ţĥàиķ ýòµ ƒóŕ ţħè ƒéêďвá¢ĸ. 國國國國國國國國⟧
|
|
55
|
-
# Label for the feedback text area in the feedback tooltip
|
|
56
|
-
boxAI.contentAnswers.feedbackTooltipFeedback = ⟦萬萬萬萬萬萬萬萬萬萬 Ĥòŵ ¢àи ωè ìmΡŕóνé ţĥê ë×Рēŗíĕйçė? 國國國國國國國國國國⟧
|
|
57
|
-
# Placeholder text for the feedback text area in the feedback tooltip
|
|
58
|
-
boxAI.contentAnswers.feedbackTooltipFeedbackPlaceholder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŵè'ď ĺòνé ţó ĥêàŕ ƒŗôm ýõµ! Pļëáśē öмìť Ρĕřŝøиâľ íйƒō, şėлѕîŧïνę ¢ŏпτěπт, őя łĩήķš īη ÿοùѓ ƒέεđвãçĸ äś ŝúьmĭşѕįσńš ţό Βо× åґеņ'ť ćǿňƒίďёʼnŧιāĺ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
59
|
-
# Label for the first radio button in the feedback type radio group in the feedback tooltip
|
|
60
|
-
boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer1 = ⟦萬萬萬萬萬 Ìиà¢çµŕáţè âйśŵéŗ 國國國國國⟧
|
|
61
|
-
# Label for the second radio button in the feedback type radio group in the feedback tooltip
|
|
62
|
-
boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2 = ⟦萬萬萬萬萬萬萬 Ðìď иòţ ƒóĺļôŵ mý ŕèqµéśť 國國國國國國國⟧
|
|
63
|
-
# Label for the third radio button in the feedback type radio group in the feedback tooltip
|
|
64
|
-
boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3 = ⟦萬 Òţĥèŕ 國⟧
|
|
65
|
-
# Label for the feedback type radio group in the feedback tooltip
|
|
66
|
-
boxAI.contentAnswers.feedbackTooltipIssueTypeLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ŵĥàţ ťýΡè òƒ ìśŝµé ďó ÿôù ŵíşħ ŧõ ŕêРöŗτ? 國國國國國國國國國國國國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Śĥàŕè mý ΡŗòмРţ áиď řéśΡóйŝê ťô ħëĺР ìmΡяõνē Рѓöđµ¢ŧ qùâļíτÿ. 國國國國國國國國國國國國國國國國國國⟧
|
|
69
|
-
# Submit button text for the feedback tooltip
|
|
70
|
-
boxAI.contentAnswers.feedbackTooltipSubmit = ⟦萬 ڵвmìţ 國⟧
|
|
71
|
-
# Title of a tooltip that asks the user to share feedback on the answer
|
|
72
|
-
boxAI.contentAnswers.feedbackTooltipTitle = ⟦萬萬萬萬萬 Śĥàŕè ýòµŗ ƒéêďвá¢ķ 國國國國國⟧
|
|
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 { ìи {parentItem}}} 國國國國國國國國國國國國國國⟧
|
|
75
|
-
# Existing questions tooltip message for Content Answers entry point button
|
|
76
|
-
boxAI.contentAnswers.hasQuestionsTooltip = ⟦萬萬萬萬 Ŕèţµŕи ťò Βó× ÀÌ 國國國國⟧
|
|
77
|
-
# Content Answers error message when the answer fails due to an invalid agent
|
|
78
|
-
boxAI.contentAnswers.inlineAgentNotFoundErrorText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţĥè śéĺê¢ţëď àĝēиť ìŝ µйáνâíļãвľĕ. Śŵîŧçħïлğ τò тнė đęƒäùłţ åġěпť. 國國國國國國國國國國國國國國國國國國國⟧
|
|
79
|
-
# Aria label for inline citation button to open file in new tab
|
|
80
|
-
boxAI.contentAnswers.inlineCitationAriaLabel = ⟦萬萬萬萬萬萬 ÒΡèи {fileName} ìй лéŵ ţàв 國國國國國國⟧
|
|
81
|
-
# Content Answers error message when the service fails
|
|
82
|
-
boxAI.contentAnswers.inlineErrorText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βò× ÀÌ ìś ĥàνíиĝ ţŕóµвĺè ğéйêŗáťîлġ â řëŝΡôпşē яïģħŧ πõŵ. Pļĕãѕė τѓý äĝåĩή. 國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
83
|
-
# Content Answers error message when the service returns 204 (no content)
|
|
84
|
-
boxAI.contentAnswers.inlineNoContentErrorText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŕèĺéνàиţ ¢òйťêлŧ çáпπóτ вë ƒôµήď. Pļēâśĕ тŕý ãĝäìη ľåţėŗ õř āŝķ ă đ탃ęяěńť qùέşŧîöņ. 國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
85
|
-
# Content Answers error message when the AI service has not yet processed the file
|
|
86
|
-
boxAI.contentAnswers.inlinePreconditionFailedErrorText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Àďđìţíòиàĺ ťîmè ïś йéêďëđ ŧó Ρŕô¢ēŝş τĥĩѕ {type}, Рļĕášė тŗý âĝãīл ľäţęř. 國國國國國國國國國國國國國國國國國國國國國⟧
|
|
87
|
-
# Content Answers error message when the service fails due to rate limiting
|
|
88
|
-
boxAI.contentAnswers.inlineRateLimitingErrorText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βò× ÀÌ ¢µŕŗèиţĺý ĥàś ļìmíťéď çáΡâćîŧÿ (ŵê'řë ωóяķïйĝ τô ēхРãлđ вäпďώĩđтħ). Pľĕåŝė ţѓŷ āğăīπ ĭή ą ƒęш мįηùťěş. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
89
|
-
# Box AI Q&A service unavailable error title
|
|
90
|
-
boxAI.contentAnswers.intelligenceUnaivalableHeading = ⟦萬萬萬萬萬萬 Βò× ÀÌ ìś µиàνáíĺâвļè 國國國國國國⟧
|
|
91
|
-
# Box AI Q&A service unavailable error try again later description
|
|
92
|
-
boxAI.contentAnswers.intelligenceUnaivalableTryAgain = ⟦萬萬萬萬萬萬 Pĺèàśé ţŕý áĝâìи ļãťêŗ. 國國國國國國⟧
|
|
93
|
-
# Box AI Q&A service unavailable error description
|
|
94
|
-
boxAI.contentAnswers.intelligenceUnavailableDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ţĥè Βò× ÀÌ śéŕνì¢ê íŝ иóţ ŗëşΡôйďîлĝ. 國國國國國國國國國國國⟧
|
|
95
|
-
# Box AI Q&A file too large warning description. {numberOfItems} is the number of items used in the context
|
|
96
|
-
boxAI.contentAnswers.largeFileSizeWarningDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţĥè ¢òиţéйť óƒ {numberOfItems, plural, =1 {ŧħìś ƒíĺê} other {ôлë õŕ möŗē ƒîļĕŝ}} ïş τøō ľàřĝė ƒŏя Βő× ÀÌ тο Ρѓσçęѕš. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
97
|
-
# Box AI Q&A file too large warning title. {numberOfItems} is the number of items used in the context
|
|
98
|
-
boxAI.contentAnswers.largeFileSizeWarningTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βò× ÀÌ ŵóи’ţ вè àьĺé ťô á¢çêśŝ ŧĥë ēйτìŕĕ ćõлтėпţ, ωħíĉн mîĝћť ⃃ęċŧ ïτş ãπѕώěŗš. 國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
99
|
-
# Aria label to show while waiting for the modal to load
|
|
100
|
-
boxAI.contentAnswers.loading = ⟦萬萬 Ĺòàďìиĝ... 國國⟧
|
|
101
|
-
# Aria label to show while waiting for an answer
|
|
102
|
-
boxAI.contentAnswers.loadingAnswer = ⟦萬萬萬萬萬 Ĺòàďìиĝ Àйśŵèŕ... 國國國國國⟧
|
|
103
|
-
# Label when the suggested questions are loading
|
|
104
|
-
boxAI.contentAnswers.loadingSuggestedQuestions = ⟦萬萬萬萬萬 Ĺòàďìиĝ śµğġèŝţíóйş 國國國國國⟧
|
|
105
|
-
# Label when the suggested questions failed to load
|
|
106
|
-
boxAI.contentAnswers.loadingSuggestedQuestionsFailed = ⟦萬萬萬萬萬萬萬 ڵĝğèśţìòиŝ ƒàíĺéď ťó ļôáđ 國國國國國國國⟧
|
|
107
|
-
# Error tooltip to show inside text area if the user reached the character limit
|
|
108
|
-
boxAI.contentAnswers.maxCharactersReachedError = ⟦萬萬萬萬萬萬萬萬萬萬 Μà×ìmµм òƒ {characterLimit} ¢ĥáŕâçţèŗś řéãćħêď 國國國國國國國國國國⟧
|
|
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 = ⟦萬萬萬萬萬萬 Ñò Βó× ÀÌ Ρèŕmìśŝíôиş 國國國國國國⟧
|
|
111
|
-
# Loading message if there are no citations for an answer
|
|
112
|
-
boxAI.contentAnswers.noReferences = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 ŔèśΡòиŝé вàşêď óй ĝëлēŕáĺ đô¢µmĕпţ âπãļýѕìš 國國國國國國國國國國國國⟧
|
|
113
|
-
# Aria button label to open the prompt library
|
|
114
|
-
boxAI.contentAnswers.openPromptLibraryBtn = ⟦萬萬萬萬萬 ÒΡèи PŕòmРţ Ĺìвŗàřý 國國國國國⟧
|
|
115
|
-
# Button name to open the prompt library
|
|
116
|
-
boxAI.contentAnswers.promptsBtn = ⟦萬萬 PŕòmΡţś 國國⟧
|
|
117
|
-
# ARIA label designed for screen readers to enhance clarity during the reading of citations, minimizing confusion.
|
|
118
|
-
boxAI.contentAnswers.referenceAriaLabel = ⟦萬萬萬萬 Ŕèƒéŕêи¢ë {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 = ⟦萬萬萬萬 ŔèśΡòиŝé ₣àìĺêď 國國國國⟧
|
|
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 = ⟦萬萬萬萬萬 ŔèśΡòиŝé ÌйţêŕŗµРťëď 國國國國國⟧
|
|
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 = ⟦萬萬萬萬 ŔèśΡòиŝé ŚţóРΡêď 國國國國⟧
|
|
125
|
-
# Retry button label to send again the question to the service
|
|
126
|
-
boxAI.contentAnswers.retryResponse = ⟦萬 Ŕèţŕý 國⟧
|
|
127
|
-
# Button label to stop streaming an answer
|
|
128
|
-
boxAI.contentAnswers.stopResponse = ⟦萬萬萬 ŚţòΡ ŔèśРóиŝé 國國國⟧
|
|
129
|
-
# Suggested questions title
|
|
130
|
-
boxAI.contentAnswers.suggestedQuestions = ⟦萬萬萬萬萬 ڵĝğèśţéď Qùêŝťìòиş: 國國國國國⟧
|
|
131
|
-
# Aria label for thumbs down icon
|
|
132
|
-
boxAI.contentAnswers.thumbsDownAriaLabel = ⟦萬萬萬 Ñòţ ĥèĺΡƒµļ 國國國⟧
|
|
133
|
-
# Aria label for thumbs up icon
|
|
134
|
-
boxAI.contentAnswers.thumbsUpAriaLabel = ⟦萬萬 ĤèĺΡƒµļ 國國⟧
|
|
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 = ⟦萬萬萬萬萬 ÙиśµΡРòŕţèď ƒóŗmàť 國國國國國⟧
|
|
137
|
-
# Warning message that shows how many files are not supported by Box AI
|
|
138
|
-
boxAI.contentAnswers.unsupportedItems = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {numberOfFiles, plural, one {{files} ìś µиàνáíĺâвļè ƒòŕ Βó× ÀÌ} other {{files} ãŗé ùйäνåîľāьłê ƒôř ßõх ÁÍ} } 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
139
|
-
# Alt text for user avatar image
|
|
140
|
-
boxAI.contentAnswers.userAvatar = ⟦萬萬萬 Ùśèŕ àνáţâŗ 國國國⟧
|
|
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 = ⟦萬萬萬萬萬 Ŵèĺ¢òmé ţó Βô× ÀÌ 國國國國國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŵèĺ¢òmé ţó Βô× ÀÌ. Áśķ qµêŝťìõиş àвöùŧ {numberOfItems, plural, =1 {{firstItemName}} other {τĥëѕē {files}}}{parentItem, select, undefined {} other { íй {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 = ⟦萬萬萬萬萬萬萬萬萬 Çĥàţ ¢ĺèáŕéď ŵħêи ýòµ çļóśë {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 {# ƒìĺè} other {# ƒíļéś} } 國國國國國國國國⟧
|
|
149
|
-
# Link that show the number of items that are going to be displayed within the modal
|
|
150
|
-
boxAI.contentAnswers.welcomeMessageItemsLink = ⟦萬萬萬萬萬萬萬萬 {numberOfItems, plural, one {# ìţèm} other {# íťéмś} } 國國國國國國國國⟧
|
|
151
|
-
# Text for close button in popup
|
|
152
|
-
boxAI.popup.closeButtonText = ⟦萬 Çĺòśè 國⟧
|
|
153
|
-
# Text for copy button in input with copy button indicating copy success
|
|
154
|
-
boxAI.textInputWithCopyButton.copyButtonSuccessText = ⟦萬 ÇòΡìèď 國⟧
|
|
155
|
-
# Label that shows up while someone hover on close button of files dropdown
|
|
156
|
-
boxAi.contentAnswers.closeItemList = ⟦萬萬萬萬萬萬 Çĺòśè ƒìļé íţêmŝ ľîşť 國國國國國國⟧
|
|
157
|
-
# Tooltip label for button to collapse thinking content
|
|
158
|
-
boxui.contentAnswers.collapseThinkingContent = ⟦萬萬 ÇòĺļàΡśè 國國⟧
|
|
159
|
-
# Tooltip label for button to expand thinking content
|
|
160
|
-
boxui.contentAnswers.expandThinkingContent = ⟦萬 È×Ρàиď 國⟧
|
|
161
|
-
# Text shown when thinking is completed
|
|
162
|
-
boxui.contentAnswers.thinkingCompleted = ⟦萬萬萬萬萬 Ţĥìиķíйĝ ÇòmΡĺèţé 國國國國國⟧
|
|
163
|
-
# Aria label for the scrollable thinking content area
|
|
164
|
-
boxui.contentAnswers.thinkingContentScrollableArea = ⟦萬萬萬萬萬萬萬萬萬 Ţĥìиķíйĝ ¢òлţèпť śçŕóĺļàвľé áŗêâ 國國國國國國國國國⟧
|
|
165
|
-
# Text shown when thinking is in progress
|
|
166
|
-
boxui.contentAnswers.thinkingInProgress = ⟦萬萬萬 Ţĥìиķíйĝ... 國國國⟧
|
|
167
|
-
# Content Answers welcome message spreadsheet supported by Intelligent Query notification
|
|
168
|
-
boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ýòµ ¢àи áśķ Βó× ÀÌ вôţĥ ŝìmΡĺè âйď çõмРļéх qùêşťíöлѕ îп ýøúŕ šΡŗëãđśħēĕŧ: τōтäľ ćŏûπţŝ, åνėřāĝęş, ăďνąήĉěđ ċőmРǻяïѕοηš, ťѓέńď άņαłÿśεŝ аňđ şσ όʼn. Ţґŷ ĩŧ оüτ тǿďàγ! 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
169
|
-
# Content Answers welcome message spreadsheet notification
|
|
170
|
-
boxui.contentAnswers.welcomeMessageSpreadsheetNotice = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŚΡŕèàďśĥéêţ ŝµРΡòŗť ŵóřķş вëѕŧ ƒôя τē×т đĕиšė ƒìĺęś 國國國國國國國國國國國國國國國⟧
|
|
171
|
-
# Aria label for the icon inside spreadsheet notification
|
|
172
|
-
boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬 śΡŕèàďŝĥéêţ şµРΡòŗť иóŧìƒí¢áτîôй вâлпëř 國國國國國國國國國國國⟧
|
|
173
|
-
# Label for button that closes the Box AI Sidebar
|
|
174
|
-
contentAnswersSidebar.sidebarBoxAIClose = ⟦萬 Çĺòśè 國⟧
|
|
175
|
-
# Generic Box AI content type opened used in welcome message and placeholder
|
|
176
|
-
contentAnswersSidebar.sidebarBoxAIContent = ⟦萬萬 ¢òиţèйť 國國⟧
|
|
177
|
-
# Label for button that triggers switch to Box AI Modal
|
|
178
|
-
contentAnswersSidebar.sidebarBoxAISwitchToModalView = ⟦萬萬萬萬萬 Śŵìţ¢ĥ ťò móďàĺ νíèω 國國國國國⟧
|
|
@@ -1,178 +0,0 @@
|
|
|
1
|
-
# Add to note button aria label and tooltip text
|
|
2
|
-
boxAI.contentAnswers.addToNote = Agregar a la nota
|
|
3
|
-
# Added to note confirmation text
|
|
4
|
-
boxAI.contentAnswers.addedToNote = Agregado
|
|
5
|
-
# Text shown next to the loading indicator while analyzing the request
|
|
6
|
-
boxAI.contentAnswers.analyzingRequest = Analizando…
|
|
7
|
-
# Notification banner success icon aria label
|
|
8
|
-
boxAI.contentAnswers.ariaTypeSuccessIconLabel = operación correcta
|
|
9
|
-
# Content Answers submit input button text
|
|
10
|
-
boxAI.contentAnswers.ask = Preguntar
|
|
11
|
-
# Content Answers submit input button disabled tooltip text when answer is generating
|
|
12
|
-
boxAI.contentAnswers.askDisabledTooltip = Puedes enviar otra pregunta una vez que Box AI haya terminado de responder
|
|
13
|
-
# Content Answers modal input placeholder
|
|
14
|
-
boxAI.contentAnswers.askQuestionPlaceholder = Preguntar a Box AI
|
|
15
|
-
# Label for the references used for generating the answer from the AI service
|
|
16
|
-
boxAI.contentAnswers.basedOn = Basado en:
|
|
17
|
-
# Box AI secondary action when file is too large
|
|
18
|
-
boxAI.contentAnswers.cancel = Anular
|
|
19
|
-
# Text for button to open citation reference in a new tab
|
|
20
|
-
boxAI.contentAnswers.cardTooltipButton = Abrir documento
|
|
21
|
-
# Title of citation card tooltip in answer references section
|
|
22
|
-
boxAI.contentAnswers.cardTooltipTitle = Del documento:
|
|
23
|
-
# Title of citation card tooltip in answer references section with document title
|
|
24
|
-
boxAI.contentAnswers.cardTooltipTitleWithDocumentName = De "{title}":
|
|
25
|
-
# Clear conversation button label
|
|
26
|
-
boxAI.contentAnswers.clearConversationLabel = Eliminar conversación
|
|
27
|
-
# Content Answers close button aria label
|
|
28
|
-
boxAI.contentAnswers.closeModalAriaLabel = Cerrar modal
|
|
29
|
-
# Content Answers collapse button aria label
|
|
30
|
-
boxAI.contentAnswers.collapseModalAriaLabel = Cambiar a la vista de barra lateral
|
|
31
|
-
# Content Answers feature name shown on menu item and modal title
|
|
32
|
-
boxAI.contentAnswers.contentAnswersTitle = IA de Box
|
|
33
|
-
# Box AI primary action when file is too large
|
|
34
|
-
boxAI.contentAnswers.continueAnyway = Continuar de todos modos
|
|
35
|
-
# Copy to clipboard tooltip
|
|
36
|
-
boxAI.contentAnswers.copyToClipboard = Copiar al portapapeles
|
|
37
|
-
# Notification displayed to the user when the answer has been successfully copied to the clipboard
|
|
38
|
-
boxAI.contentAnswers.copyToClipboardSucceeded = Copiado al portapapeles
|
|
39
|
-
# Default tooltip message for Content Answers entry point button
|
|
40
|
-
boxAI.contentAnswers.defaultTooltip = Obtén respuestas instantáneas sobre este documento usando 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 no tiene permiso para acceder a este archivo
|
|
43
|
-
# Disabled tooltip message for Content Answers entry point button when the file type is not supported
|
|
44
|
-
boxAI.contentAnswers.disabledTooltipFileNotCompatible = Box AI no es compatible actualmente con este tipo de archivo
|
|
45
|
-
# Disabled tooltip message for the Content Answers entry point button when the permissions request fails
|
|
46
|
-
boxAI.contentAnswers.disabledTooltipPermissionsFailed = No se pueden verificar los permisos en este momento. Vuelve a cargar esta página para intentarlo de nuevo
|
|
47
|
-
# Disabled tooltip message for the Content Answers entry point button while the AI file permissions are being loaded
|
|
48
|
-
boxAI.contentAnswers.disabledTooltipPermissionsLoading = Comprobando los permisos...
|
|
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 = Para informar de contenido inapropiado, envíe <abuseFormLink>este formulario</abuseFormLink>.
|
|
51
|
-
# Cancel button text for the feedback tooltip
|
|
52
|
-
boxAI.contentAnswers.feedbackTooltipCancel = Anular
|
|
53
|
-
# Confirmation message after submitting feedback in the feedback tooltip
|
|
54
|
-
boxAI.contentAnswers.feedbackTooltipConfirmation = Gracias por los comentarios.
|
|
55
|
-
# Label for the feedback text area in the feedback tooltip
|
|
56
|
-
boxAI.contentAnswers.feedbackTooltipFeedback = ¿Cómo podemos mejorar la experiencia?
|
|
57
|
-
# Placeholder text for the feedback text area in the feedback tooltip
|
|
58
|
-
boxAI.contentAnswers.feedbackTooltipFeedbackPlaceholder = ¡Nos encantaría saber de usted! Omita cualquier información personal, contenido confidencial o enlaces en sus comentarios, ya que los envíos a Box no son confidenciales.
|
|
59
|
-
# Label for the first radio button in the feedback type radio group in the feedback tooltip
|
|
60
|
-
boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer1 = Respuesta inexacta
|
|
61
|
-
# Label for the second radio button in the feedback type radio group in the feedback tooltip
|
|
62
|
-
boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2 = No siguió mi solicitud
|
|
63
|
-
# Label for the third radio button in the feedback type radio group in the feedback tooltip
|
|
64
|
-
boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3 = Otra
|
|
65
|
-
# Label for the feedback type radio group in the feedback tooltip
|
|
66
|
-
boxAI.contentAnswers.feedbackTooltipIssueTypeLabel = ¿Sobre qué tipo de problema desea informar?
|
|
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 = Compartir mi indicación y respuesta para ayudar a mejorar la calidad del producto.
|
|
69
|
-
# Submit button text for the feedback tooltip
|
|
70
|
-
boxAI.contentAnswers.feedbackTooltipSubmit = Enviar
|
|
71
|
-
# Title of a tooltip that asks the user to share feedback on the answer
|
|
72
|
-
boxAI.contentAnswers.feedbackTooltipTitle = Compartir sus comentarios
|
|
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,other{ en {parentItem}}}
|
|
75
|
-
# Existing questions tooltip message for Content Answers entry point button
|
|
76
|
-
boxAI.contentAnswers.hasQuestionsTooltip = Volver a Box AI
|
|
77
|
-
# Content Answers error message when the answer fails due to an invalid agent
|
|
78
|
-
boxAI.contentAnswers.inlineAgentNotFoundErrorText = El agente seleccionado no está disponible. Cambiar al agente predeterminado.
|
|
79
|
-
# Aria label for inline citation button to open file in new tab
|
|
80
|
-
boxAI.contentAnswers.inlineCitationAriaLabel = Abrir {fileName} en nueva pestaña
|
|
81
|
-
# Content Answers error message when the service fails
|
|
82
|
-
boxAI.contentAnswers.inlineErrorText = Box AI tiene problemas para generar una respuesta en este momento. Inténtelo de nuevo.
|
|
83
|
-
# Content Answers error message when the service returns 204 (no content)
|
|
84
|
-
boxAI.contentAnswers.inlineNoContentErrorText = No se encuentran contenidos pertinentes. Inténtalo más tarde o haz otra pregunta.
|
|
85
|
-
# Content Answers error message when the AI service has not yet processed the file
|
|
86
|
-
boxAI.contentAnswers.inlinePreconditionFailedErrorText = Para procesar este {type} se requiere más tiempo, inténtalo de nuevo más tarde.
|
|
87
|
-
# Content Answers error message when the service fails due to rate limiting
|
|
88
|
-
boxAI.contentAnswers.inlineRateLimitingErrorText = Box AI actualmente tiene capacidad limitada (estamos trabajando para expandir el ancho de banda). Inténtalo de nuevo en unos minutos.
|
|
89
|
-
# Box AI Q&A service unavailable error title
|
|
90
|
-
boxAI.contentAnswers.intelligenceUnaivalableHeading = Box AI no está disponible
|
|
91
|
-
# Box AI Q&A service unavailable error try again later description
|
|
92
|
-
boxAI.contentAnswers.intelligenceUnaivalableTryAgain = Inténtelo de nuevo más tarde.
|
|
93
|
-
# Box AI Q&A service unavailable error description
|
|
94
|
-
boxAI.contentAnswers.intelligenceUnavailableDescription = El servicio Box AI no está respondiendo.
|
|
95
|
-
# Box AI Q&A file too large warning description. {numberOfItems} is the number of items used in the context
|
|
96
|
-
boxAI.contentAnswers.largeFileSizeWarningDescription = El contenido de {numberOfItems,plural,=1{este archivo} other{uno o más archivos} many{uno o más archivos}} es demasiado grande para que Box AI lo procese.
|
|
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 no podrá acceder al contenido completo, lo que podría afectar a sus respuestas.
|
|
99
|
-
# Aria label to show while waiting for the modal to load
|
|
100
|
-
boxAI.contentAnswers.loading = Cargando…
|
|
101
|
-
# Aria label to show while waiting for an answer
|
|
102
|
-
boxAI.contentAnswers.loadingAnswer = Cargando respuesta...
|
|
103
|
-
# Label when the suggested questions are loading
|
|
104
|
-
boxAI.contentAnswers.loadingSuggestedQuestions = Cargando sugerencias
|
|
105
|
-
# Label when the suggested questions failed to load
|
|
106
|
-
boxAI.contentAnswers.loadingSuggestedQuestionsFailed = Las sugerencias no se han podido cargar
|
|
107
|
-
# Error tooltip to show inside text area if the user reached the character limit
|
|
108
|
-
boxAI.contentAnswers.maxCharactersReachedError = Se ha alcanzado el máximo de {characterLimit} caracteres
|
|
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 hay permisos para Box AI
|
|
111
|
-
# Loading message if there are no citations for an answer
|
|
112
|
-
boxAI.contentAnswers.noReferences = Respuesta basada en análisis general del documento
|
|
113
|
-
# Aria button label to open the prompt library
|
|
114
|
-
boxAI.contentAnswers.openPromptLibraryBtn = Abrir biblioteca de instrucciones
|
|
115
|
-
# Button name to open the prompt library
|
|
116
|
-
boxAI.contentAnswers.promptsBtn = Indicaciones
|
|
117
|
-
# ARIA label designed for screen readers to enhance clarity during the reading of citations, minimizing confusion.
|
|
118
|
-
boxAI.contentAnswers.referenceAriaLabel = Referencia {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 = Respuesta fallida
|
|
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 = Respuesta interrumpida
|
|
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 = Respuesta detenida
|
|
125
|
-
# Retry button label to send again the question to the service
|
|
126
|
-
boxAI.contentAnswers.retryResponse = Vuelve a intentarlo
|
|
127
|
-
# Button label to stop streaming an answer
|
|
128
|
-
boxAI.contentAnswers.stopResponse = Detener respuesta
|
|
129
|
-
# Suggested questions title
|
|
130
|
-
boxAI.contentAnswers.suggestedQuestions = Preguntas sugeridas:
|
|
131
|
-
# Aria label for thumbs down icon
|
|
132
|
-
boxAI.contentAnswers.thumbsDownAriaLabel = No es útil
|
|
133
|
-
# Aria label for thumbs up icon
|
|
134
|
-
boxAI.contentAnswers.thumbsUpAriaLabel = Útil
|
|
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 = Formato no compatible
|
|
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 = Avatar del usuario
|
|
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 = ¡Bienvenido a 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 = Le damos la bienvenida a Box AI. Haga preguntas sobre {numberOfItems,plural,=1{{firstItemName}} other{estos {files}}}{parentItem,select,other{ en {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 borrado al cerrar {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{# archivo} other{# archivos} many{# archivos}}
|
|
149
|
-
# Link that show the number of items that are going to be displayed within the modal
|
|
150
|
-
boxAI.contentAnswers.welcomeMessageItemsLink = {numberOfItems,plural,one{# elemento} other{# elementos}}
|
|
151
|
-
# Text for close button in popup
|
|
152
|
-
boxAI.popup.closeButtonText = Cerrar
|
|
153
|
-
# Text for copy button in input with copy button indicating copy success
|
|
154
|
-
boxAI.textInputWithCopyButton.copyButtonSuccessText = Copiado
|
|
155
|
-
# Label that shows up while someone hover on close button of files dropdown
|
|
156
|
-
boxAi.contentAnswers.closeItemList = Cerrar lista de elementos del archivo
|
|
157
|
-
# Tooltip label for button to collapse thinking content
|
|
158
|
-
boxui.contentAnswers.collapseThinkingContent = Contraer
|
|
159
|
-
# Tooltip label for button to expand thinking content
|
|
160
|
-
boxui.contentAnswers.expandThinkingContent = Expandir
|
|
161
|
-
# Text shown when thinking is completed
|
|
162
|
-
boxui.contentAnswers.thinkingCompleted = Razonamiento completo
|
|
163
|
-
# Aria label for the scrollable thinking content area
|
|
164
|
-
boxui.contentAnswers.thinkingContentScrollableArea = Área desplazable del contenido de razonamiento
|
|
165
|
-
# Text shown when thinking is in progress
|
|
166
|
-
boxui.contentAnswers.thinkingInProgress = Pensando…
|
|
167
|
-
# Content Answers welcome message spreadsheet supported by Intelligent Query notification
|
|
168
|
-
boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = Puede hacer preguntas sencillas y complejas a Box AI en su hoja de cálculo: recuentos totales, promedios, comparaciones avanzadas, análisis de tendencias y más. ¡Pruébelo hoy mismo!
|
|
169
|
-
# Content Answers welcome message spreadsheet notification
|
|
170
|
-
boxui.contentAnswers.welcomeMessageSpreadsheetNotice = El soporte para hojas de cálculo funciona mejor con archivos con mucho texto.
|
|
171
|
-
# Aria label for the icon inside spreadsheet notification
|
|
172
|
-
boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel = banner de notificación de soporte de hojas de cálculo
|
|
173
|
-
# Label for button that closes the Box AI Sidebar
|
|
174
|
-
contentAnswersSidebar.sidebarBoxAIClose = Cerrar
|
|
175
|
-
# Generic Box AI content type opened used in welcome message and placeholder
|
|
176
|
-
contentAnswersSidebar.sidebarBoxAIContent = contenido
|
|
177
|
-
# Label for button that triggers switch to Box AI Modal
|
|
178
|
-
contentAnswersSidebar.sidebarBoxAISwitchToModalView = Cambiar a vista modal
|