mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 19:00:13 +01:00
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:
parent
28230d9305
commit
ac8b898495
28 changed files with 333 additions and 206 deletions
|
|
@ -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)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue