mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-22 02:41:51 +03:00
253e866a86
# Description Hope ya'll don't mind, I updated the User Profile's UI to be a bit more readable. Kept the design neutral to not impose styles. I also kept the original toggle buttons for Theme and Language in case we still want to use those in other places in the app, where a select menu isn't necessary. ## Checklist before requesting a review Please delete options that are not relevant. - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented hard-to-understand areas - [ ] I have ideally added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged ## Screenshots (if appropriate): https://github.com/StanGirard/quivr/assets/64866427/d0320852-ece1-4002-a180-0005df132e71 https://github.com/StanGirard/quivr/assets/64866427/be3c67ec-8d42-44f9-8131-35a70aec20ef --------- Co-authored-by: Zineb El Bachiri <100568984+gozineb@users.noreply.github.com> Co-authored-by: Stan Girard <girard.stanislas@gmail.com>
53 lines
2.1 KiB
JSON
53 lines
2.1 KiB
JSON
{
|
|
"lang": "en-US",
|
|
"title": "Quivr - Get a Second Brain with Generative AI",
|
|
"title.short": "Get a Second Brain with",
|
|
"description": "Quivr is your second brain in the cloud, designed to easily store and retrieve unstructured information.",
|
|
"getStarted": "Get Started",
|
|
"features": "Features",
|
|
"two_brains_title": "Two brains are better than one",
|
|
"two_brains_desc": "Quivr is your second brain in the cloud, designed to easily store and retrieve unstructured information.",
|
|
"any_kind_of_data_title": "Store any kind of data",
|
|
"any_kind_of_data_desc": "Quivr can handle almost any type of data you throw at it. Text, images, code snippets, we've got you covered.",
|
|
"fast_and_accurate_title": "Get a Fast and Consistent Brain",
|
|
"fast_and_accurate_desc": "Quivr is your second brain in the cloud, designed to easily store and retrieve unstructured information.",
|
|
"fast_and_efficient_title": "Fast and Efficient",
|
|
"fast_and_efficient_desc": "Designed with speed and efficiency at its core. Quivr ensures rapid access to your data.",
|
|
"secure_title": "Secure",
|
|
"secure_desc": "Your data, your control. Always.",
|
|
"open_source_title": "Open source",
|
|
"open_source_desc": "Freedom is beautiful, so is Quivr. Open source and free to use.",
|
|
"toastDismiss": "dismiss",
|
|
"email": "Email",
|
|
"password": "Password",
|
|
"or": "or",
|
|
"and": "and",
|
|
"loginButton": "Login",
|
|
"signUpButton": "Sign up",
|
|
"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"
|
|
}
|