mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-20 17:26:12 +01:00
⚖️ feat: Terms and Conditions Dialog (#3712)
* Added UI for Terms and Conditions Modal Dialogue * Handled the logout on not accepting * Added logic for terms acceptance * Add terms and conditions modal * Fixed bug on terms and conditions modal, clicking out of it won't close it now * Added acceptance of Terms to Database * Removed unnecessary api endpoints from index.js * Added NPM script to reset terms acceptance * Added translations, markdown terms and samples * Merged terms and conditions modal feature * feat/Modal Terms and Conditions Dialog * Amendments as requested by maintainers * Reset package-lock (again)
This commit is contained in:
parent
79f9cd5a4d
commit
618be4bf2b
35 changed files with 393 additions and 8 deletions
|
|
@ -185,6 +185,10 @@ export default {
|
|||
com_ui_bookmarks_update_error: 'Hubo un error al actualizar el marcador',
|
||||
com_ui_bookmarks_delete_error: 'Hubo un error al eliminar el marcador',
|
||||
com_ui_bookmarks_add_to_conversation: 'Agregar a la conversación actual',
|
||||
com_ui_accept: 'Acepto',
|
||||
com_ui_decline: 'No acepto',
|
||||
com_ui_terms_and_conditions: 'Términos y Condiciones',
|
||||
com_ui_no_terms_content: 'No hay contenido de términos y condiciones para mostrar',
|
||||
com_auth_error_login:
|
||||
'No se puede iniciar sesión con la información proporcionada. Verifique sus credenciales y vuelva a intentarlo.',
|
||||
com_auth_error_login_rl:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue