Delete .chainlit/translations/translations_pt-BR.json
Browse files
.chainlit/translations/translations_pt-BR.json
DELETED
@@ -1,157 +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 |
-
"settings": "Configura\u00e7\u00f5es",
|
38 |
-
"expandMessages": "Expandir Mensagens",
|
39 |
-
"hideChainOfThought": "Esconder Sequ\u00eancia de Pensamento",
|
40 |
-
"darkMode": "Modo Escuro"
|
41 |
-
}
|
42 |
-
},
|
43 |
-
"organisms": {
|
44 |
-
"chat": {
|
45 |
-
"history": {
|
46 |
-
"index": {
|
47 |
-
"showHistory": "Mostrar hist\u00f3rico",
|
48 |
-
"lastInputs": "\u00daltimas Entradas",
|
49 |
-
"noInputs": "Vazio...",
|
50 |
-
"loading": "Carregando..."
|
51 |
-
}
|
52 |
-
},
|
53 |
-
"inputBox": {
|
54 |
-
"input": {
|
55 |
-
"placeholder": "Digite sua mensagem aqui..."
|
56 |
-
},
|
57 |
-
"speechButton": {
|
58 |
-
"start": "Iniciar grava\u00e7\u00e3o",
|
59 |
-
"stop": "Parar grava\u00e7\u00e3o"
|
60 |
-
},
|
61 |
-
"SubmitButton": {
|
62 |
-
"sendMessage": "Enviar mensagem",
|
63 |
-
"stopTask": "Parar Tarefa"
|
64 |
-
},
|
65 |
-
"UploadButton": {
|
66 |
-
"attachFiles": "Anexar arquivos"
|
67 |
-
},
|
68 |
-
"waterMark": {
|
69 |
-
"text": "Constru\u00eddo com"
|
70 |
-
}
|
71 |
-
},
|
72 |
-
"Messages": {
|
73 |
-
"index": {
|
74 |
-
"running": "Executando",
|
75 |
-
"executedSuccessfully": "executado com sucesso",
|
76 |
-
"failed": "falhou",
|
77 |
-
"feedbackUpdated": "Feedback atualizado",
|
78 |
-
"updating": "Atualizando"
|
79 |
-
}
|
80 |
-
},
|
81 |
-
"dropScreen": {
|
82 |
-
"dropYourFilesHere": "Solte seus arquivos aqui"
|
83 |
-
},
|
84 |
-
"index": {
|
85 |
-
"failedToUpload": "Falha ao enviar",
|
86 |
-
"cancelledUploadOf": "Envio cancelado de",
|
87 |
-
"couldNotReachServer": "N\u00e3o foi poss\u00edvel conectar ao servidor",
|
88 |
-
"continuingChat": "Continuando o chat anterior"
|
89 |
-
},
|
90 |
-
"settings": {
|
91 |
-
"settingsPanel": "Painel de Configura\u00e7\u00f5es",
|
92 |
-
"reset": "Redefinir",
|
93 |
-
"cancel": "Cancelar",
|
94 |
-
"confirm": "Confirmar"
|
95 |
-
}
|
96 |
-
},
|
97 |
-
"threadHistory": {
|
98 |
-
"sidebar": {
|
99 |
-
"filters": {
|
100 |
-
"FeedbackSelect": {
|
101 |
-
"feedbackAll": "Feedback: Todos",
|
102 |
-
"feedbackPositive": "Feedback: Positivo",
|
103 |
-
"feedbackNegative": "Feedback: Negativo"
|
104 |
-
},
|
105 |
-
"SearchBar": {
|
106 |
-
"search": "Buscar"
|
107 |
-
}
|
108 |
-
},
|
109 |
-
"DeleteThreadButton": {
|
110 |
-
"confirmMessage": "Isso deletar\u00e1 a conversa, assim como suas mensagens e elementos.",
|
111 |
-
"cancel": "Cancelar",
|
112 |
-
"confirm": "Confirmar",
|
113 |
-
"deletingChat": "Deletando conversa",
|
114 |
-
"chatDeleted": "Conversa deletada"
|
115 |
-
},
|
116 |
-
"index": {
|
117 |
-
"pastChats": "Conversas Anteriores"
|
118 |
-
},
|
119 |
-
"ThreadList": {
|
120 |
-
"empty": "Vazio..."
|
121 |
-
},
|
122 |
-
"TriggerButton": {
|
123 |
-
"closeSidebar": "Fechar barra lateral",
|
124 |
-
"openSidebar": "Abrir barra lateral"
|
125 |
-
}
|
126 |
-
},
|
127 |
-
"Thread": {
|
128 |
-
"backToChat": "Voltar para a conversa",
|
129 |
-
"chatCreatedOn": "Esta conversa foi criada em"
|
130 |
-
}
|
131 |
-
},
|
132 |
-
"header": {
|
133 |
-
"chat": "Conversa",
|
134 |
-
"readme": "Leia-me"
|
135 |
-
}
|
136 |
-
},
|
137 |
-
"hooks": {
|
138 |
-
"useLLMProviders": {
|
139 |
-
"failedToFetchProviders": "Falha ao buscar provedores:"
|
140 |
-
}
|
141 |
-
},
|
142 |
-
"pages": {
|
143 |
-
"Design": {},
|
144 |
-
"Env": {
|
145 |
-
"savedSuccessfully": "Salvo com sucesso",
|
146 |
-
"requiredApiKeys": "Chaves de API necess\u00e1rias",
|
147 |
-
"requiredApiKeysInfo": "Para usar este aplicativo, as seguintes chaves de API s\u00e3o necess\u00e1rias. As chaves s\u00e3o armazenadas localmente em seu dispositivo."
|
148 |
-
},
|
149 |
-
"Page": {
|
150 |
-
"notPartOfProject": "Voc\u00ea n\u00e3o faz parte deste projeto."
|
151 |
-
},
|
152 |
-
"ResumeButton": {
|
153 |
-
"resumeChat": "Continuar Conversa"
|
154 |
-
}
|
155 |
-
}
|
156 |
-
}
|
157 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|