quivr/frontend/public/locales/en/translation.json
Matthieu Jacq c2bf3adc24
feat: remove legacy header and footer (#1509)
# Description

Also add a back to chat button in the user page to make up for the loss
of the legacy header.

## Screenshots (if appropriate):

<img width="754" alt="image"
src="https://github.com/StanGirard/quivr/assets/67386567/ad6d92a6-2f57-464f-b002-ec94f37a1ccd">
2023-10-26 18:23:36 +02:00

35 lines
982 B
JSON

{
"lang": "en-US",
"title": "Quivr - Get a Second Brain with Generative AI",
"description": "Quivr is your second brain in the cloud, designed to easily store and retrieve unstructured information.",
"toastDismiss": "dismiss",
"email": "Email",
"or": "or",
"and": "and",
"logoutButton": "Logout",
"updateButton": "Update",
"uploadButton": "Upload",
"uploadingButton": "Uploading...",
"chatButton": "Chat",
"deleteButton": "Delete",
"deleteForeverButton": "Delete forever",
"doneButton": "Done",
"resetButton": "Reset",
"newChatButton": "New Chat",
"createButton": "Create",
"shareButton": "Share",
"Upload": "Upload",
"Chat": "Chat",
"Explore": "Explore",
"loading": "Loading...",
"comingSoon": "Coming soon",
"Viewer": "Viewer",
"Editor": "Editor",
"Owner": "Owner",
"saveButton": "Save",
"invalidUrl": "Invalid URL",
"crawlButton": "Crawl",
"themeSelect": "Interface theme",
"languageSelect": "Preferred language"
}