Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 66 additions & 0 deletions content/microcopy/boxai.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
---
// button: Box AI chatbot button
button:
// text: header button label
text: Ask Box AI
// aria_label: header button aria-label
aria_label: Open Box AI chatbot

// modal: Box AI chatbot model
modal:
// close: Close button aria-label (default is "Close")
close: Close
// clear: Clear button aria-label (default is "Clear chat")
clear: Clear
// placeholder: Input placeholder text (default is
"Ask a question about Box...")
placeholder: Ask Box AI
// send: Send button aria-label (default is "Send")
send: Send
// thinking: Loading state aria-label (default is "Thinking...")
thinking: Thinking...
// basedOn: Based on text for AI responses (default is "Based on")
basedOn: Based on
// error: |-
Error message for AI responses (default is "Sorry, I couldn't process your
request. Please try again.")
error: Sorry, I couldn't process your request. Please try again.
// timeout: Timeout error message
timeout: Your request is taking longer than usual. Please wait a moment and
try again.
// network: Network error message
network: Unable to connect to Box AI. Please check your connection and try
again.
// copy: Copy button aria-label (default is "Copy to clipboard")
copy:
aria_label: Copy message
tooltip: Copy to clipboard

// header: Box AI modal header
header:
// title: Modal title (default is "Box AI")
title: Box AI

// welcome: Welcome message
welcome:
// title: Welcome message title
title: Welcome to Box AI
// subtitle: Welcome message subtitle
subtitle: Ask your developer questions here.
// hub: Welcome message hub (default is "Powered by Box AI and Box Hubs")
hub: Powered by Box AI and Box Hubs
// prompts: Suggested prompt pills
prompts:
prompt1: How do I authenticate with Box APIs?
prompt2: What are the different Box API scopes?
prompt3: Why am I getting a 404 when the file exists?
prompt4: How do I create a Box application?

// notification: Notification message
notification:
// copied: Notification message when content is copied (default is
"Copied to your clipboard")
copied: Copied to your clipboard
// close: Close notification button aria-label (default is
"Close notification")
close: Close notification
3 changes: 3 additions & 0 deletions content/microcopy/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ box_ui_elements:

versions:
$ref: "content/microcopy/versions.yml"

boxai:
$ref: "content/microcopy/boxai.yml"
Loading