Spaces:
Sleeping
Sleeping
Delete .chainlit/translations
Browse files- .chainlit/translations/en-US.json +0 -155
- .chainlit/translations/fr-FR.json +0 -155
- .chainlit/translations/pt-BR.json +0 -155
.chainlit/translations/en-US.json
DELETED
|
@@ -1,155 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"components": {
|
| 3 |
-
"atoms": {
|
| 4 |
-
"buttons": {
|
| 5 |
-
"userButton": {
|
| 6 |
-
"menu": {
|
| 7 |
-
"settings": "Paramètres",
|
| 8 |
-
"settingsKey": "S",
|
| 9 |
-
"APIKeys": "API Keys",
|
| 10 |
-
"logout": "Se déconnecter"
|
| 11 |
-
}
|
| 12 |
-
}
|
| 13 |
-
}
|
| 14 |
-
},
|
| 15 |
-
"molecules": {
|
| 16 |
-
"newChatButton": {
|
| 17 |
-
"newChat": "Nouvelle conversation"
|
| 18 |
-
},
|
| 19 |
-
"tasklist": {
|
| 20 |
-
"TaskList": {
|
| 21 |
-
"title": "\ud83d\uddd2\ufe0f Task List",
|
| 22 |
-
"loading": "Chargement...",
|
| 23 |
-
"error": "An error occured"
|
| 24 |
-
}
|
| 25 |
-
},
|
| 26 |
-
"attachments": {
|
| 27 |
-
"cancelUpload": "Cancel upload",
|
| 28 |
-
"removeAttachment": "Remove attachment"
|
| 29 |
-
},
|
| 30 |
-
"newChatDialog": {
|
| 31 |
-
"createNewChat": "Créer une nouvelle conversation?",
|
| 32 |
-
"clearChat": "Cette action supprimera les messages en cours et débutera une nouvelle conversation.",
|
| 33 |
-
"cancel": "Annuler",
|
| 34 |
-
"confirm": "Valider"
|
| 35 |
-
},
|
| 36 |
-
"settingsModal": {
|
| 37 |
-
"expandMessages": "Déployer les messages",
|
| 38 |
-
"hideChainOfThought": "Hide Chain of Thought",
|
| 39 |
-
"darkMode": "Dark Mode"
|
| 40 |
-
}
|
| 41 |
-
},
|
| 42 |
-
"organisms": {
|
| 43 |
-
"chat": {
|
| 44 |
-
"history": {
|
| 45 |
-
"index": {
|
| 46 |
-
"lastInputs": "Dernières requêtes",
|
| 47 |
-
"noInputs": "Historique vide...",
|
| 48 |
-
"loading": "Chargement..."
|
| 49 |
-
}
|
| 50 |
-
},
|
| 51 |
-
"inputBox": {
|
| 52 |
-
"input": {
|
| 53 |
-
"placeholder": "Inscrivez votre requête ici..."
|
| 54 |
-
},
|
| 55 |
-
"speechButton": {
|
| 56 |
-
"start": "Start recording",
|
| 57 |
-
"stop": "Stop recording"
|
| 58 |
-
},
|
| 59 |
-
"SubmitButton": {
|
| 60 |
-
"sendMessage": "Envoyez votre requête",
|
| 61 |
-
"stopTask": "Arrêter le process en cours"
|
| 62 |
-
},
|
| 63 |
-
"UploadButton": {
|
| 64 |
-
"attachFiles": "Attach files"
|
| 65 |
-
},
|
| 66 |
-
"waterMark": {
|
| 67 |
-
"text": "Built with"
|
| 68 |
-
}
|
| 69 |
-
},
|
| 70 |
-
"Messages": {
|
| 71 |
-
"index": {
|
| 72 |
-
"running": "En cours de génération",
|
| 73 |
-
"executedSuccessfully": "executed successfully",
|
| 74 |
-
"failed": "failed",
|
| 75 |
-
"feedbackUpdated": "Feedback updated",
|
| 76 |
-
"updating": "Updating"
|
| 77 |
-
}
|
| 78 |
-
},
|
| 79 |
-
"dropScreen": {
|
| 80 |
-
"dropYourFilesHere": "Déposez vos fichiers ici"
|
| 81 |
-
},
|
| 82 |
-
"index": {
|
| 83 |
-
"failedToUpload": "Failed to upload",
|
| 84 |
-
"cancelledUploadOf": "Cancelled upload of",
|
| 85 |
-
"couldNotReachServer": "😀 Il y a du trafic sur le serveur de l'IA !!! En attente de sa réponse...",
|
| 86 |
-
"continuingChat": "Continuing previous chat"
|
| 87 |
-
},
|
| 88 |
-
"settings": {
|
| 89 |
-
"settingsPanel": "Paramétrages",
|
| 90 |
-
"reset": "Reset",
|
| 91 |
-
"cancel": "Annuler",
|
| 92 |
-
"confirm": "Valider"
|
| 93 |
-
}
|
| 94 |
-
},
|
| 95 |
-
"threadHistory": {
|
| 96 |
-
"sidebar": {
|
| 97 |
-
"filters": {
|
| 98 |
-
"FeedbackSelect": {
|
| 99 |
-
"feedbackAll": "Commentaires : tous",
|
| 100 |
-
"feedbackPositive": "Commentaires : positifs",
|
| 101 |
-
"feedbackNegative": "Commentaires : négatifs"
|
| 102 |
-
},
|
| 103 |
-
"SearchBar": {
|
| 104 |
-
"search": "Rechercher"
|
| 105 |
-
}
|
| 106 |
-
},
|
| 107 |
-
"DeleteThreadButton": {
|
| 108 |
-
"confirmMessage": "This will delete the thread as well as it's messages and elements.",
|
| 109 |
-
"cancel": "Cancel",
|
| 110 |
-
"confirm": "Confirm",
|
| 111 |
-
"deletingChat": "Deleting chat",
|
| 112 |
-
"chatDeleted": "Chat deleted"
|
| 113 |
-
},
|
| 114 |
-
"index": {
|
| 115 |
-
"pastChats": "Conversations passées"
|
| 116 |
-
},
|
| 117 |
-
"ThreadList": {
|
| 118 |
-
"empty": "Vide..."
|
| 119 |
-
},
|
| 120 |
-
"TriggerButton": {
|
| 121 |
-
"closeSidebar": "Fermer la barre latérale",
|
| 122 |
-
"openSidebar": "Ouvrir la barre latérale"
|
| 123 |
-
}
|
| 124 |
-
},
|
| 125 |
-
"Thread": {
|
| 126 |
-
"backToChat": "Retour à la conversation",
|
| 127 |
-
"chatCreatedOn": "Cette conversation a été créée : "
|
| 128 |
-
}
|
| 129 |
-
},
|
| 130 |
-
"header": {
|
| 131 |
-
"chat": "Chat",
|
| 132 |
-
"readme": "Readme"
|
| 133 |
-
}
|
| 134 |
-
}
|
| 135 |
-
},
|
| 136 |
-
"hooks": {
|
| 137 |
-
"useLLMProviders": {
|
| 138 |
-
"failedToFetchProviders": "Failed to fetch providers:"
|
| 139 |
-
}
|
| 140 |
-
},
|
| 141 |
-
"pages": {
|
| 142 |
-
"Design": {},
|
| 143 |
-
"Env": {
|
| 144 |
-
"savedSuccessfully": "Saved successfully",
|
| 145 |
-
"requiredApiKeys": "Required API Keys",
|
| 146 |
-
"requiredApiKeysInfo": "To use this app, the following API keys are required. The keys are stored on your device's local storage."
|
| 147 |
-
},
|
| 148 |
-
"Page": {
|
| 149 |
-
"notPartOfProject": "You are not part of this project."
|
| 150 |
-
},
|
| 151 |
-
"ResumeButton": {
|
| 152 |
-
"resumeChat": "Resume Chat"
|
| 153 |
-
}
|
| 154 |
-
}
|
| 155 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.chainlit/translations/fr-FR.json
DELETED
|
@@ -1,155 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"components": {
|
| 3 |
-
"atoms": {
|
| 4 |
-
"buttons": {
|
| 5 |
-
"userButton": {
|
| 6 |
-
"menu": {
|
| 7 |
-
"settings": "Paramètres",
|
| 8 |
-
"settingsKey": "S",
|
| 9 |
-
"APIKeys": "API Keys",
|
| 10 |
-
"logout": "Se déconnecter"
|
| 11 |
-
}
|
| 12 |
-
}
|
| 13 |
-
}
|
| 14 |
-
},
|
| 15 |
-
"molecules": {
|
| 16 |
-
"newChatButton": {
|
| 17 |
-
"newChat": "Nouvelle conversation"
|
| 18 |
-
},
|
| 19 |
-
"tasklist": {
|
| 20 |
-
"TaskList": {
|
| 21 |
-
"title": "\ud83d\uddd2\ufe0f Task List",
|
| 22 |
-
"loading": "Chargement...",
|
| 23 |
-
"error": "An error occured"
|
| 24 |
-
}
|
| 25 |
-
},
|
| 26 |
-
"attachments": {
|
| 27 |
-
"cancelUpload": "Cancel upload",
|
| 28 |
-
"removeAttachment": "Remove attachment"
|
| 29 |
-
},
|
| 30 |
-
"newChatDialog": {
|
| 31 |
-
"createNewChat": "Créer une nouvelle conversation?",
|
| 32 |
-
"clearChat": "Cette action supprimera les messages en cours et débutera une nouvelle conversation.",
|
| 33 |
-
"cancel": "Annuler",
|
| 34 |
-
"confirm": "Valider"
|
| 35 |
-
},
|
| 36 |
-
"settingsModal": {
|
| 37 |
-
"expandMessages": "Déployer les messages",
|
| 38 |
-
"hideChainOfThought": "Hide Chain of Thought",
|
| 39 |
-
"darkMode": "Dark Mode"
|
| 40 |
-
}
|
| 41 |
-
},
|
| 42 |
-
"organisms": {
|
| 43 |
-
"chat": {
|
| 44 |
-
"history": {
|
| 45 |
-
"index": {
|
| 46 |
-
"lastInputs": "Dernières requêtes",
|
| 47 |
-
"noInputs": "Historique vide...",
|
| 48 |
-
"loading": "Chargement..."
|
| 49 |
-
}
|
| 50 |
-
},
|
| 51 |
-
"inputBox": {
|
| 52 |
-
"input": {
|
| 53 |
-
"placeholder": "Inscrivez votre requête ici..."
|
| 54 |
-
},
|
| 55 |
-
"speechButton": {
|
| 56 |
-
"start": "Start recording",
|
| 57 |
-
"stop": "Stop recording"
|
| 58 |
-
},
|
| 59 |
-
"SubmitButton": {
|
| 60 |
-
"sendMessage": "Envoyez votre requête",
|
| 61 |
-
"stopTask": "Arrêter le process en cours"
|
| 62 |
-
},
|
| 63 |
-
"UploadButton": {
|
| 64 |
-
"attachFiles": "Attach files"
|
| 65 |
-
},
|
| 66 |
-
"waterMark": {
|
| 67 |
-
"text": "Built with"
|
| 68 |
-
}
|
| 69 |
-
},
|
| 70 |
-
"Messages": {
|
| 71 |
-
"index": {
|
| 72 |
-
"running": "En cours de génération",
|
| 73 |
-
"executedSuccessfully": "executed successfully",
|
| 74 |
-
"failed": "failed",
|
| 75 |
-
"feedbackUpdated": "Feedback updated",
|
| 76 |
-
"updating": "Updating"
|
| 77 |
-
}
|
| 78 |
-
},
|
| 79 |
-
"dropScreen": {
|
| 80 |
-
"dropYourFilesHere": "Déposez vos fichiers ici"
|
| 81 |
-
},
|
| 82 |
-
"index": {
|
| 83 |
-
"failedToUpload": "Failed to upload",
|
| 84 |
-
"cancelledUploadOf": "Cancelled upload of",
|
| 85 |
-
"couldNotReachServer": "😀 Il y a du trafic sur le serveur de l'IA !!! En attente de sa réponse...",
|
| 86 |
-
"continuingChat": "Continuing previous chat"
|
| 87 |
-
},
|
| 88 |
-
"settings": {
|
| 89 |
-
"settingsPanel": "Paramétrages",
|
| 90 |
-
"reset": "Reset",
|
| 91 |
-
"cancel": "Annuler",
|
| 92 |
-
"confirm": "Valider"
|
| 93 |
-
}
|
| 94 |
-
},
|
| 95 |
-
"threadHistory": {
|
| 96 |
-
"sidebar": {
|
| 97 |
-
"filters": {
|
| 98 |
-
"FeedbackSelect": {
|
| 99 |
-
"feedbackAll": "Commentaires : tous",
|
| 100 |
-
"feedbackPositive": "Commentaires : positifs",
|
| 101 |
-
"feedbackNegative": "Commentaires : négatifs"
|
| 102 |
-
},
|
| 103 |
-
"SearchBar": {
|
| 104 |
-
"search": "Rechercher"
|
| 105 |
-
}
|
| 106 |
-
},
|
| 107 |
-
"DeleteThreadButton": {
|
| 108 |
-
"confirmMessage": "This will delete the thread as well as it's messages and elements.",
|
| 109 |
-
"cancel": "Cancel",
|
| 110 |
-
"confirm": "Confirm",
|
| 111 |
-
"deletingChat": "Deleting chat",
|
| 112 |
-
"chatDeleted": "Chat deleted"
|
| 113 |
-
},
|
| 114 |
-
"index": {
|
| 115 |
-
"pastChats": "Conversations passées"
|
| 116 |
-
},
|
| 117 |
-
"ThreadList": {
|
| 118 |
-
"empty": "Vide..."
|
| 119 |
-
},
|
| 120 |
-
"TriggerButton": {
|
| 121 |
-
"closeSidebar": "Fermer la barre latérale",
|
| 122 |
-
"openSidebar": "Ouvrir la barre latérale"
|
| 123 |
-
}
|
| 124 |
-
},
|
| 125 |
-
"Thread": {
|
| 126 |
-
"backToChat": "Retour à la conversation",
|
| 127 |
-
"chatCreatedOn": "Cette conversation a été créée : "
|
| 128 |
-
}
|
| 129 |
-
},
|
| 130 |
-
"header": {
|
| 131 |
-
"chat": "Chat",
|
| 132 |
-
"readme": "Readme"
|
| 133 |
-
}
|
| 134 |
-
}
|
| 135 |
-
},
|
| 136 |
-
"hooks": {
|
| 137 |
-
"useLLMProviders": {
|
| 138 |
-
"failedToFetchProviders": "Failed to fetch providers:"
|
| 139 |
-
}
|
| 140 |
-
},
|
| 141 |
-
"pages": {
|
| 142 |
-
"Design": {},
|
| 143 |
-
"Env": {
|
| 144 |
-
"savedSuccessfully": "Saved successfully",
|
| 145 |
-
"requiredApiKeys": "Required API Keys",
|
| 146 |
-
"requiredApiKeysInfo": "To use this app, the following API keys are required. The keys are stored on your device's local storage."
|
| 147 |
-
},
|
| 148 |
-
"Page": {
|
| 149 |
-
"notPartOfProject": "You are not part of this project."
|
| 150 |
-
},
|
| 151 |
-
"ResumeButton": {
|
| 152 |
-
"resumeChat": "Resume Chat"
|
| 153 |
-
}
|
| 154 |
-
}
|
| 155 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.chainlit/translations/pt-BR.json
DELETED
|
@@ -1,155 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"components": {
|
| 3 |
-
"atoms": {
|
| 4 |
-
"buttons": {
|
| 5 |
-
"userButton": {
|
| 6 |
-
"menu": {
|
| 7 |
-
"settings": "Configura\u00e7\u00f5es",
|
| 8 |
-
"settingsKey": "S",
|
| 9 |
-
"APIKeys": "Chaves de API",
|
| 10 |
-
"logout": "Sair"
|
| 11 |
-
}
|
| 12 |
-
}
|
| 13 |
-
}
|
| 14 |
-
},
|
| 15 |
-
"molecules": {
|
| 16 |
-
"newChatButton": {
|
| 17 |
-
"newChat": "Nova Conversa"
|
| 18 |
-
},
|
| 19 |
-
"tasklist": {
|
| 20 |
-
"TaskList": {
|
| 21 |
-
"title": "\ud83d\uddd2\ufe0f Lista de Tarefas",
|
| 22 |
-
"loading": "Carregando...",
|
| 23 |
-
"error": "Ocorreu um erro"
|
| 24 |
-
}
|
| 25 |
-
},
|
| 26 |
-
"attachments": {
|
| 27 |
-
"cancelUpload": "Cancelar envio",
|
| 28 |
-
"removeAttachment": "Remover anexo"
|
| 29 |
-
},
|
| 30 |
-
"newChatDialog": {
|
| 31 |
-
"createNewChat": "Criar novo chat?",
|
| 32 |
-
"clearChat": "Isso limpar\u00e1 as mensagens atuais e iniciar\u00e1 uma nova conversa.",
|
| 33 |
-
"cancel": "Cancelar",
|
| 34 |
-
"confirm": "Confirmar"
|
| 35 |
-
},
|
| 36 |
-
"settingsModal": {
|
| 37 |
-
"expandMessages": "Expandir Mensagens",
|
| 38 |
-
"hideChainOfThought": "Esconder Sequ\u00eancia de Pensamento",
|
| 39 |
-
"darkMode": "Modo Escuro"
|
| 40 |
-
}
|
| 41 |
-
},
|
| 42 |
-
"organisms": {
|
| 43 |
-
"chat": {
|
| 44 |
-
"history": {
|
| 45 |
-
"index": {
|
| 46 |
-
"lastInputs": "\u00daltimas Entradas",
|
| 47 |
-
"noInputs": "Vazio...",
|
| 48 |
-
"loading": "Carregando..."
|
| 49 |
-
}
|
| 50 |
-
},
|
| 51 |
-
"inputBox": {
|
| 52 |
-
"input": {
|
| 53 |
-
"placeholder": "Digite sua mensagem aqui..."
|
| 54 |
-
},
|
| 55 |
-
"speechButton": {
|
| 56 |
-
"start": "Iniciar grava\u00e7\u00e3o",
|
| 57 |
-
"stop": "Parar grava\u00e7\u00e3o"
|
| 58 |
-
},
|
| 59 |
-
"SubmitButton": {
|
| 60 |
-
"sendMessage": "Enviar mensagem",
|
| 61 |
-
"stopTask": "Parar Tarefa"
|
| 62 |
-
},
|
| 63 |
-
"UploadButton": {
|
| 64 |
-
"attachFiles": "Anexar arquivos"
|
| 65 |
-
},
|
| 66 |
-
"waterMark": {
|
| 67 |
-
"text": "Constru\u00eddo com"
|
| 68 |
-
}
|
| 69 |
-
},
|
| 70 |
-
"Messages": {
|
| 71 |
-
"index": {
|
| 72 |
-
"running": "Executando",
|
| 73 |
-
"executedSuccessfully": "executado com sucesso",
|
| 74 |
-
"failed": "falhou",
|
| 75 |
-
"feedbackUpdated": "Feedback atualizado",
|
| 76 |
-
"updating": "Atualizando"
|
| 77 |
-
}
|
| 78 |
-
},
|
| 79 |
-
"dropScreen": {
|
| 80 |
-
"dropYourFilesHere": "Solte seus arquivos aqui"
|
| 81 |
-
},
|
| 82 |
-
"index": {
|
| 83 |
-
"failedToUpload": "Falha ao enviar",
|
| 84 |
-
"cancelledUploadOf": "Envio cancelado de",
|
| 85 |
-
"couldNotReachServer": "N\u00e3o foi poss\u00edvel conectar ao servidor",
|
| 86 |
-
"continuingChat": "Continuando o chat anterior"
|
| 87 |
-
},
|
| 88 |
-
"settings": {
|
| 89 |
-
"settingsPanel": "Painel de Configura\u00e7\u00f5es",
|
| 90 |
-
"reset": "Redefinir",
|
| 91 |
-
"cancel": "Cancelar",
|
| 92 |
-
"confirm": "Confirmar"
|
| 93 |
-
}
|
| 94 |
-
},
|
| 95 |
-
"threadHistory": {
|
| 96 |
-
"sidebar": {
|
| 97 |
-
"filters": {
|
| 98 |
-
"FeedbackSelect": {
|
| 99 |
-
"feedbackAll": "Feedback: Todos",
|
| 100 |
-
"feedbackPositive": "Feedback: Positivo",
|
| 101 |
-
"feedbackNegative": "Feedback: Negativo"
|
| 102 |
-
},
|
| 103 |
-
"SearchBar": {
|
| 104 |
-
"search": "Buscar"
|
| 105 |
-
}
|
| 106 |
-
},
|
| 107 |
-
"DeleteThreadButton": {
|
| 108 |
-
"confirmMessage": "Isso deletar\u00e1 a conversa, assim como suas mensagens e elementos.",
|
| 109 |
-
"cancel": "Cancelar",
|
| 110 |
-
"confirm": "Confirmar",
|
| 111 |
-
"deletingChat": "Deletando conversa",
|
| 112 |
-
"chatDeleted": "Conversa deletada"
|
| 113 |
-
},
|
| 114 |
-
"index": {
|
| 115 |
-
"pastChats": "Conversas Anteriores"
|
| 116 |
-
},
|
| 117 |
-
"ThreadList": {
|
| 118 |
-
"empty": "Vazio..."
|
| 119 |
-
},
|
| 120 |
-
"TriggerButton": {
|
| 121 |
-
"closeSidebar": "Fechar barra lateral",
|
| 122 |
-
"openSidebar": "Abrir barra lateral"
|
| 123 |
-
}
|
| 124 |
-
},
|
| 125 |
-
"Thread": {
|
| 126 |
-
"backToChat": "Voltar para a conversa",
|
| 127 |
-
"chatCreatedOn": "Esta conversa foi criada em"
|
| 128 |
-
}
|
| 129 |
-
},
|
| 130 |
-
"header": {
|
| 131 |
-
"chat": "Conversa",
|
| 132 |
-
"readme": "Leia-me"
|
| 133 |
-
}
|
| 134 |
-
},
|
| 135 |
-
"hooks": {
|
| 136 |
-
"useLLMProviders": {
|
| 137 |
-
"failedToFetchProviders": "Falha ao buscar provedores:"
|
| 138 |
-
}
|
| 139 |
-
},
|
| 140 |
-
"pages": {
|
| 141 |
-
"Design": {},
|
| 142 |
-
"Env": {
|
| 143 |
-
"savedSuccessfully": "Salvo com sucesso",
|
| 144 |
-
"requiredApiKeys": "Chaves de API necess\u00e1rias",
|
| 145 |
-
"requiredApiKeysInfo": "Para usar este aplicativo, as seguintes chaves de API s\u00e3o necess\u00e1rias. As chaves s\u00e3o armazenadas localmente em seu dispositivo."
|
| 146 |
-
},
|
| 147 |
-
"Page": {
|
| 148 |
-
"notPartOfProject": "Voc\u00ea n\u00e3o faz parte deste projeto."
|
| 149 |
-
},
|
| 150 |
-
"ResumeButton": {
|
| 151 |
-
"resumeChat": "Continuar Conversa"
|
| 152 |
-
}
|
| 153 |
-
}
|
| 154 |
-
}
|
| 155 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|