mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-08 19:48:51 +01:00
feat: delete button confirm (#875)
* base for confirm delete * more like OpenAI
This commit is contained in:
parent
2b54e3f9fe
commit
28230d9305
4 changed files with 40 additions and 11 deletions
|
|
@ -28,6 +28,9 @@ export default {
|
|||
com_ui_of: 'of',
|
||||
com_ui_entries: 'Entries',
|
||||
com_ui_pay_per_call: 'All AI conversations in one place. Pay per call and not per month',
|
||||
com_ui_delete: 'Delete',
|
||||
com_ui_delete_conversation: 'Delete chat?',
|
||||
com_ui_delete_conversation_confirm: 'This will delete',
|
||||
com_auth_error_login:
|
||||
'Unable to login with the information provided. Please check your credentials and try again.',
|
||||
com_auth_no_account: 'Don\'t have an account?',
|
||||
|
|
|
|||
|
|
@ -29,6 +29,8 @@ export default {
|
|||
com_ui_entries: 'Voci',
|
||||
com_ui_pay_per_call:
|
||||
'Tutte le conversazioni con l\'IA in un unico posto. Paga per chiamata e non al mese',
|
||||
com_ui_delete_conversation: 'Elimina chat?',
|
||||
com_ui_delete_conversation_confirm: 'Questo eliminerà',
|
||||
com_auth_error_login:
|
||||
'Impossibile effettuare l\'accesso con le informazioni fornite. Controlla le tue credenziali e riprova.',
|
||||
com_auth_no_account: 'Non hai un account?',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue