Files
FastGPT/packages/web/i18n/zh-Hant/account_info.json
Archer c75f154728 Password security policy (#4765)
* Psw (#4748)

* feat: 添加重置密码功能及相关接口

- 在用户模型中新增 passwordUpdateTime 字段以记录密码更新时间。
- 更新用户模式以支持密码更新时间的存储。
- 新增重置密码的模态框组件,允许用户重置密码。
- 实现重置密码的 API 接口,支持根据用户 ID 更新密码。
- 更新相关国际化文件,添加重置密码的提示信息。

* 更新国际化文件,添加重置密码相关提示信息,并优化重置密码模态框的实现。修复部分代码逻辑,确保用户体验流畅。

* 更新国际化文件,添加重置密码相关提示信息,优化重置密码模态框的实现,修复部分代码逻辑,确保用户体验流畅。新增获取用户密码更新时间的API接口,并调整相关逻辑以支持密码重置功能。

* update

* fix

* fix

* Added environment variables NEXT_PUBLIC_PASSWORD_UPDATETIME to support password update time configuration, update related logic to implement password mandatory update function, and optimize the implementation of reset password modal box to improve user experience.

* update index

* 更新用户密码重置功能,调整相关API接口,优化重置密码模态框的实现,确保用户体验流畅。修复部分代码逻辑,更新国际化提示信息。

* 删除获取用户密码更新时间的API接口,并在布局组件中移除不必要的重置密码模态框。优化代码结构,提升可维护性。

* update

* perf: reset expired password code

* perf: layout child components

* doc

* remove invalid env

* perf: update password code

---------

Co-authored-by: dreamer6680 <1468683855@qq.com>
2025-05-08 12:11:08 +08:00

81 lines
3.4 KiB
JSON

{
"account_duplicate": "帳號",
"account_knowledge_base_cleanup_warning": "免費版團隊連續 30 天未登入系統時,系統會自動清理帳號知識庫。",
"active": "生效中",
"ai_points": "AI 積分",
"ai_points_calculation_standard": "AI 積分",
"ai_points_usage": "AI 積分使用量",
"ai_points_usage_tip": "每次呼叫 AI 模型時,都會消耗一定的 AI 積分。\n具體的計算標準可參考上方的「計費標準」。",
"avatar": "頭像",
"avatar_selection_exception": "頭像選擇異常",
"balance": "餘額",
"billing_standard": "計費標準",
"cancel": "取消",
"change": "變更",
"choose_avatar": "點選選擇頭像",
"click_modify_nickname": "點選修改暱稱",
"code_required": "驗證碼不能為空",
"confirm": "確認",
"confirm_password": "確認密碼",
"contact_customer_service": "聯絡客服",
"contact_us": "聯絡我們",
"current_package": "目前套餐",
"current_token_price": "目前積分價格",
"effective_time": "生效時間",
"email_label": "信箱",
"exchange": "兌換",
"exchange_failure": "兌換失敗",
"exchange_success": "兌換成功",
"expiration_time": "到期時間",
"expired": "已過期",
"general_info": "通用資訊",
"group": "群組",
"help_chatbot": "機器人助手",
"help_document": "幫助文件",
"knowledge_base_capacity": "知識庫容量",
"manage": "管理",
"member_name": "成員名",
"month": "月",
"new_password": "新密碼",
"notification_receiving": "通知接收",
"old_password": "舊密碼",
"openai_account_configuration": "OpenAI 帳號設定",
"openai_account_setting_exception": "設定 OpenAI 帳號異常",
"package_and_usage": "套餐與用量",
"package_details": "套餐詳細資訊",
"package_expiry_time": "套餐到期時間",
"package_usage_rules": "套餐使用規則:系統優先使用更進階的套餐,原未用完的套餐將延遲生效",
"password": "密碼",
"password_mismatch": "密碼不一致:兩次密碼不一致",
"password_tip": "密碼至少 6 位,且至少包含兩種組合:數字、字母或特殊字元",
"password_update_error": "修改密碼異常",
"password_update_success": "修改密碼成功",
"pending_usage": "待使用",
"phone_label": "手機號",
"please_bind_notification_receiving_path": "請先綁定通知接收途徑",
"purchase_extra_package": "購買額外套餐",
"reminder_create_bound_notification_account": "提醒建立者綁定通知帳號",
"reset_password": "重置密碼",
"resource_usage": "資源用量",
"select_avatar": "點選選擇頭像",
"standard_package_and_extra_resource_package": "包含標準套餐與額外資源包",
"storage_capacity": "儲存量",
"team_balance": "團隊餘額",
"team_info": "團隊資訊",
"token_validity_period": "積分有效期限一年",
"tokens": "積分",
"type": "類型",
"unlimited": "無限制",
"update_password": "修改密碼",
"update_success_tip": "更新資料成功",
"upgrade_package": "升級套餐",
"usage_balance": "使用餘額:使用餘額",
"usage_balance_notice": "由於系統升級,原「自動續費從餘額扣款」模式取消,餘額儲值入口關閉。\n您的餘額可用於購買積分",
"user_account": "帳號",
"user_team_team_name": "團隊",
"verification_code": "驗證碼",
"you_can_convert": "您可以兌換",
"yuan": "元",
"redeem_coupon": "兌換代碼"
}