feat: Add More Translation Text & Minor UI Fixes (#861)

* config token translation

* more translation and fix

* fix conflict

* fix(DialogTemplate) bug with the spec.tsx, localize hooks need to be in a recoil root

* small clean up

* fix(NewTopic) in endpoint

* fix(RecoilRoot)

* test(DialogTemplate.spec) used data-testid

* fix(DialogTemplate)

* some cleanup

---------

Co-authored-by: Danny Avila <110412045+danny-avila@users.noreply.github.com>
This commit is contained in:
Marco Beretta 2023-09-04 15:23:26 +02:00 committed by GitHub
parent 28230d9305
commit ac8b898495
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 333 additions and 206 deletions

View file

@ -17,7 +17,8 @@ export default {
'Puede producir ocasionalmente instrucciones perjudiciales o contenido sesgado',
com_ui_limitation_limited_2021:
'Conocimiento limitado sobre el mundo y eventos posteriores a 2021',
com_ui_pay_per_call: 'Todas las conversaciones de IA en un solo lugar. Pague por llamada y no por mes.',
com_ui_pay_per_call:
'Todas las conversaciones de IA en un solo lugar. Pague por llamada y no por mes.',
com_ui_input: 'Entrada',
com_ui_close: 'Cerrar',
com_ui_model: 'Modelo',
@ -151,7 +152,6 @@ export default {
com_endpoint_export: 'Exportar',
com_endpoint_save_as_preset: 'Guardar como Configuración',
com_endpoint_not_implemented: 'No implementado',
com_endpoint_edit_preset: 'Editar Configuración',
com_endpoint_view_options: 'Ver Opciones',
com_endpoint_my_preset: 'Mi Configuración',
com_endpoint_agent_model: 'Modelo del Agente (Recomendado: GPT-3.5)',