mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-30 14:25:19 +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
|
|
@ -85,6 +85,10 @@ export default {
|
|||
com_ui_bookmarks_update_error: '更新書籤時出錯',
|
||||
com_ui_bookmarks_delete_error: '刪除書籤時出錯',
|
||||
com_ui_bookmarks_add_to_conversation: '添加到當前對話',
|
||||
com_ui_accept: '我接受',
|
||||
com_ui_decline: '我不同意',
|
||||
com_ui_terms_and_conditions: '條款和條件',
|
||||
com_ui_no_terms_content: '沒有條款和條件內容顯示',
|
||||
com_auth_error_login: '無法使用提供的資訊登入。請檢查您的登入資訊後重試。',
|
||||
com_auth_error_login_rl: '短時間內嘗試登入的次數過多。請稍後再試。',
|
||||
com_auth_error_login_ban: '由於違反我們的服務條款,您的帳號已被暫時停用。',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue