mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-17 19:32:47 +03:00
b0514d6149
* add libraries for traslation purposes * Add button and service for language selection * add spanish translation on login page * add spanish translation on upload page * Add spanish translations for explore page * Add translations on user page * Add translations for config page * Add spanish translations on chat page * add translations for brain page * fix GUI and save on local storage * fix (i18n) init and types * fix (i18n): typos * add translation on new brain modal * add translations on metadata * Add translations on home page * fixes types * fix(frontend-tests): use get by id instead of text --------- Co-authored-by: Gustavo Maciel <gustavo_m13@outlook.com>
30 lines
1.4 KiB
JSON
30 lines
1.4 KiB
JSON
{
|
|
"searchBrain": "Search for a brain",
|
|
"selectBrain": "Select a brain please",
|
|
"brainCreated": "Brain created successfully",
|
|
"newBrain": "Add New Brain",
|
|
"newBrainTitle": "Add New Brain",
|
|
"newBrainSubtitle": "Create a new space for your data",
|
|
"brainName": "Brain name",
|
|
"brainNamePlaceholder": "E.g. History notes",
|
|
"brainDescription": "Description",
|
|
"brainDescriptionPlaceholder": "My new brain is about...",
|
|
"shareBrain": "Share brain {{name}}",
|
|
"shareBrainUsers": "Users with access",
|
|
"shareBrainLink": "Click to copy link to share your brain",
|
|
"copiedToClipboard": "Copied to clipboard",
|
|
"inviteUsers": "Add new users",
|
|
"usersInvited": "Users successfully invited",
|
|
"errorSendingInvitation": "An error occurred while sending invitations",
|
|
"brainUndefined": "Brain is undefined",
|
|
"noBrainUsers": "No brainUsers",
|
|
"errorFetchingBrainUsers": "An error occurred while fetching brain users",
|
|
"usersWithAccess": "Users with access",
|
|
"userRoleUpdated": "Updated {{email}} to {{newRole}}",
|
|
"userRoleUpdateFailed": "Failed updating {{email}} to {{newRole}} ",
|
|
"userRemoved": "Removed {{email}} from brain",
|
|
"userRemoveFailed": "Failed to remove {{email}} from brain",
|
|
"defaultBrain": "Default Brain",
|
|
"setDefaultBrain": "Set as default brain",
|
|
"errorCreatingBrain": "Error occurred while creating a brain"
|
|
} |