diff --git a/content/microcopy/boxai.yml b/content/microcopy/boxai.yml new file mode 100644 index 000000000..c7f683423 --- /dev/null +++ b/content/microcopy/boxai.yml @@ -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 diff --git a/content/microcopy/index.yml b/content/microcopy/index.yml index 99e49d338..571911f20 100644 --- a/content/microcopy/index.yml +++ b/content/microcopy/index.yml @@ -49,3 +49,6 @@ box_ui_elements: versions: $ref: "content/microcopy/versions.yml" + +boxai: + $ref: "content/microcopy/boxai.yml"