mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 20:37:48 +00:00
Inform (#4307)
* add manager change memberName and update inform UI * change icon and some inform ui * change for comment * fix for comment
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
"exchange_success": "兌換成功",
|
||||
"expiration_time": "到期時間",
|
||||
"expired": "已過期",
|
||||
"general_info": "通用信息",
|
||||
"group": "群組",
|
||||
"help_chatbot": "機器人助手",
|
||||
"help_document": "幫助文檔",
|
||||
@@ -50,7 +51,6 @@
|
||||
"password_update_error": "修改密碼異常",
|
||||
"password_update_success": "修改密碼成功",
|
||||
"pending_usage": "待使用",
|
||||
"personal_information": "個人資訊",
|
||||
"phone_label": "手機號",
|
||||
"please_bind_notification_receiving_path": "請先綁定通知接收途徑",
|
||||
"purchase_extra_package": "購買額外套餐",
|
||||
@@ -60,6 +60,7 @@
|
||||
"standard_package_and_extra_resource_package": "包含標準套餐與額外資源包",
|
||||
"storage_capacity": "儲存量",
|
||||
"team_balance": "團隊餘額",
|
||||
"team_info": "團隊信息",
|
||||
"token_validity_period": "積分有效期限一年",
|
||||
"tokens": "積分",
|
||||
"type": "類型",
|
||||
@@ -70,8 +71,8 @@
|
||||
"usage_balance": "使用餘額: 使用餘額",
|
||||
"usage_balance_notice": "由於系統升級,原「自動續費從餘額扣款」模式取消,餘額儲值入口關閉。\n您的餘額可用於購買積分",
|
||||
"user_account": "帳號",
|
||||
"user_team_team_name": "團隊名",
|
||||
"user_team_team_name": "團隊",
|
||||
"verification_code": "驗證碼",
|
||||
"you_can_convert": "您可以兌換",
|
||||
"yuan": "元"
|
||||
}
|
||||
}
|
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"notification_detail": "通知詳情",
|
||||
"no_notifications": "暫無通知",
|
||||
"read": "已讀"
|
||||
"read": "已讀",
|
||||
"system": "官方",
|
||||
"team": "團隊"
|
||||
}
|
@@ -17,6 +17,8 @@
|
||||
"create_sub_org": "創建子部門",
|
||||
"delete": "刪除",
|
||||
"delete_org": "刪除部門",
|
||||
"edit_member": "編輯用戶",
|
||||
"edit_member_tip": "使用者名稱",
|
||||
"edit_info": "編輯訊息",
|
||||
"edit_org_info": "編輯部門資訊",
|
||||
"expires": "有效期",
|
||||
@@ -29,6 +31,7 @@
|
||||
"has_forbidden": "已失效",
|
||||
"has_invited": "已邀請",
|
||||
"ignore": "忽略",
|
||||
"invitation_copy_link": "【{{systemName}}】 {{userName}} 邀請您加入{{teamName}}團隊,連結:{{url}}",
|
||||
"invitation_link_auto_clean_hint": "已失效連結將在30天後自動清理",
|
||||
"invitation_link_description": "連結描述",
|
||||
"invitation_link_list": "連結列表",
|
||||
@@ -58,6 +61,5 @@
|
||||
"user_team_invite_member": "邀請成員",
|
||||
"user_team_leave_team": "離開團隊",
|
||||
"user_team_leave_team_failed": "離開團隊失敗",
|
||||
"waiting": "待接受",
|
||||
"invitation_copy_link": "【{{systemName}}】 {{userName}} 邀請您加入{{teamName}}團隊,連結:{{url}}"
|
||||
}
|
||||
"waiting": "待接受"
|
||||
}
|
@@ -271,7 +271,7 @@
|
||||
"compliance.compliance.dataset": "請確保您的內容嚴格遵守相關法律法規,避免包含任何違法或侵權的內容。\n在上傳可能涉及敏感資訊的資料時請務必謹慎。",
|
||||
"compliance.dataset": "請確保您的內容嚴格遵守相關法律法規,避免包含任何違法或侵權的內容。\n在上傳可能涉及敏感資訊的資料時請務必謹慎。",
|
||||
"confirm_choice": "確認選擇",
|
||||
"contact_way": "聯繫方式",
|
||||
"contact_way": "通知接收",
|
||||
"contribute_app_template": "貢獻範本",
|
||||
"core.Chat": "對話",
|
||||
"core.Max Token": "單筆資料上限",
|
||||
|
@@ -22,10 +22,10 @@
|
||||
"delete.failed": "刪除失敗",
|
||||
"delete.success": "刪除成功",
|
||||
"has_chosen": "已選擇",
|
||||
"login.Dingtalk": "釘釘登入",
|
||||
"login.error": "登入失敗",
|
||||
"login.password_condition": "密碼最多可輸入 60 個字元",
|
||||
"login.success": "登入成功",
|
||||
"login.Dingtalk": "釘釘登入",
|
||||
"manage_team": "管理團隊",
|
||||
"name": "名稱",
|
||||
"notification.remind_owner_bind": "請提醒建立者綁定通知帳號",
|
||||
@@ -45,20 +45,20 @@
|
||||
"password.retrieved_account": "找回 {{account}} 帳號",
|
||||
"password.to_login": "前往登入",
|
||||
"password.verification_code": "驗證碼",
|
||||
"permission.Add": "新增權限",
|
||||
"permission.Manage": "管理員",
|
||||
"permission.Manage tip": "團隊管理員,擁有完整權限",
|
||||
"permission.Read": "唯讀",
|
||||
"permission.Read desc": "成員僅能閱讀相關資源,無法建立新資源",
|
||||
"permission.Add": "新增權限",
|
||||
"permission.Write": "可寫入",
|
||||
"permission.Write tip": "除了可讀取資源外,還可以建立新的資源",
|
||||
"permission.only_collaborators": "僅協作者可存取",
|
||||
"permission.team_read": "團隊可存取",
|
||||
"permission.team_write": "團隊可編輯",
|
||||
"permission_add_tip": "添加後,您可為其勾選權限。",
|
||||
"permission_des.manage": "可建立資源、邀請及刪除成員",
|
||||
"permission_des.read": "成員僅能閱讀相關資源,無法建立新資源",
|
||||
"permission_des.write": "除了可讀取資源外,還可以建立新的資源",
|
||||
"permission_add_tip": "添加後,您可為其勾選權限。",
|
||||
"permissions": "權限",
|
||||
"personal_information": "個人資料",
|
||||
"personalization": "個人化",
|
||||
@@ -67,6 +67,7 @@
|
||||
"register.register_account": "註冊 {{account}} 帳號",
|
||||
"register.success": "註冊成功",
|
||||
"register.to_login": "已有帳號?前往登入",
|
||||
"search_group_org_user": "搜尋成員/部門/群組名稱",
|
||||
"search_user": "搜尋使用者名稱",
|
||||
"sso_auth_failed": "SSO 鑑權失敗",
|
||||
"synchronization.button": "立即同步",
|
||||
@@ -82,8 +83,8 @@
|
||||
"team.Team Name": "團隊名",
|
||||
"team.Update Team": "更新團隊資訊",
|
||||
"team.add_collaborator": "新增協作者",
|
||||
"team.add_writer": "新增可寫入成員",
|
||||
"team.add_permission": "新增權限",
|
||||
"team.add_writer": "新增可寫入成員",
|
||||
"team.avatar_and_name": "頭像與名稱",
|
||||
"team.belong_to_group": "所屬成員群組",
|
||||
"team.group.avatar": "群組頭像",
|
||||
@@ -96,7 +97,7 @@
|
||||
"team.group.group": "群組",
|
||||
"team.group.keep_admin": "保留管理員權限",
|
||||
"team.group.manage_member": "管理成員",
|
||||
"team.group.manage_tip": "可以邀請成員、刪除成員、建立群組、管理所有群組,以及為群組和成員分配權限",
|
||||
"team.group.manage_tip": "可以管理成員、創建群組、管理所有群組、為群組和成員分配權限",
|
||||
"team.group.members": "成員",
|
||||
"team.group.name": "群組名稱",
|
||||
"team.group.permission.manage": "管理員",
|
||||
@@ -105,12 +106,11 @@
|
||||
"team.group.role.admin": "管理員",
|
||||
"team.group.role.member": "成員",
|
||||
"team.group.role.owner": "擁有者",
|
||||
"search_group_org_user": "搜尋成員/部門/群組名稱",
|
||||
"team.group.set_as_admin": "設為管理員",
|
||||
"team.group.toast.can_not_delete_owner": "無法刪除擁有者,請先轉移擁有權",
|
||||
"team.group.transfer_owner": "轉移擁有者",
|
||||
"team.org.org": "組織",
|
||||
"team.manage_collaborators": "管理協作者",
|
||||
"team.no_collaborators": "目前沒有協作者",
|
||||
"team.org.org": "組織",
|
||||
"team.write_role_member": "可寫入權限"
|
||||
}
|
||||
|
Reference in New Issue
Block a user