feat: usage filter & export & dashbord (#3538)

* feat: usage filter & export & dashbord

* adjust ui

* fix tmb scroll

* fix code & selecte all

* merge
This commit is contained in:
heheer
2025-01-23 10:54:30 +08:00
committed by archer
parent 12c6ecb987
commit e4b85ffada
22 changed files with 1112 additions and 275 deletions

View File

@@ -3,8 +3,14 @@
"all": "all",
"app_name": "Application name",
"billing_module": "Deduction module",
"confirm_export": "A total of {{total}} pieces of data were filtered out. Are you sure to export?",
"current_filter_conditions": "Current filter conditions",
"dashboard": "Dashboard",
"details": "Details",
"dingtalk": "DingTalk",
"duration_seconds": "Duration (seconds)",
"export_confirm": "Export confirmation",
"feishu": "Feishu",
"generation_time": "Generation time",
"input_token_length": "input tokens",
"member": "member",
@@ -12,14 +18,21 @@
"module_name": "module name",
"month": "moon",
"no_usage_records": "No usage record yet",
"official_account": "Official Account",
"order_number": "Order number",
"output_token_length": "output tokens",
"points": "Points",
"project_name": "Project name",
"select_member_and_source_first": "Please select members and types first",
"share": "Share Link",
"source": "source",
"start_export": "Export started",
"text_length": "text length",
"token_length": "token length",
"total_points": "AI points consumption",
"total_points_consumed": "AI points consumption",
"usage_detail": "Usage details",
"user_type": "type"
"total_usage": "Total Usage",
"usage_detail": "Details",
"user_type": "type",
"wecom": "WeCom"
}

View File

@@ -112,10 +112,5 @@
"team.org.org": "Organization",
"team.manage_collaborators": "Manage Collaborators",
"team.no_collaborators": "No Collaborators",
"team.write_role_member": "",
"usage.feishu": "Feishu",
"usage.dingtalk": "DingTalk",
"usage.official_account": "Official Account",
"usage.share": "Share Link",
"usage.wecom": "WeCom"
"team.write_role_member": ""
}

View File

@@ -3,8 +3,18 @@
"all": "所有",
"app_name": "应用名",
"billing_module": "扣费模块",
"confirm_export": "共筛选出 {{total}} 条数据,是否确认导出?",
"current_filter_conditions": "当前筛选条件:",
"dashboard": "仪表盘",
"details": "详情",
"dingtalk": "钉钉",
"duration_seconds": "时长(秒)",
"every_day": "每天",
"every_month": "每月",
"every_week": "每周",
"export_confirm": "导出确认",
"export_success": "导出成功",
"feishu": "飞书",
"generation_time": "生成时间",
"input_token_length": "输入 tokens",
"member": "成员",
@@ -12,14 +22,21 @@
"module_name": "模块名",
"month": "月",
"no_usage_records": "暂无使用记录",
"official_account": "公众号",
"order_number": "订单号",
"output_token_length": "输出 tokens",
"points": "积分",
"project_name": "项目名",
"select_member_and_source_first": "请先选中成员和类型",
"share": "分享链接",
"source": "来源",
"start_export": "已开始导出",
"text_length": "文本长度",
"token_length": "token 长度",
"total_points": "AI 积分消耗",
"total_points_consumed": "AI 积分消耗",
"total_usage": "总消耗",
"usage_detail": "使用详情",
"user_type": "类型"
"user_type": "类型",
"wecom": "企业微信"
}

View File

@@ -112,10 +112,5 @@
"team.org.org": "部门",
"team.manage_collaborators": "管理协作者",
"team.no_collaborators": "暂无协作者",
"team.write_role_member": "可写权限",
"usage.feishu": "飞书",
"usage.dingtalk": "钉钉",
"usage.official_account": "公众号",
"usage.share": "分享链接",
"usage.wecom": "企业微信"
"team.write_role_member": "可写权限"
}

View File

@@ -3,8 +3,14 @@
"all": "所有",
"app_name": "應用程式名",
"billing_module": "扣費模組",
"confirm_export": "共篩選出 {{total}} 條數據,是否確認導出?",
"current_filter_conditions": "當前篩選條件:",
"dashboard": "儀表板",
"details": "詳情",
"dingtalk": "釘釘",
"duration_seconds": "時長(秒)",
"export_confirm": "導出確認",
"feishu": "飛書",
"generation_time": "生成時間",
"input_token_length": "輸入 tokens",
"member": "成員",
@@ -12,14 +18,21 @@
"module_name": "模組名",
"month": "月",
"no_usage_records": "暫無使用紀錄",
"official_account": "公眾號",
"order_number": "訂單編號",
"output_token_length": "輸出 tokens",
"points": "積分",
"project_name": "專案名",
"select_member_and_source_first": "請先選取成員和類型",
"share": "分享連結",
"source": "來源",
"start_export": "已開始匯出",
"text_length": "文字長度",
"token_length": "token 長度",
"total_points": "AI 積分消耗",
"total_points_consumed": "AI 積分消耗",
"total_usage": "總消耗",
"usage_detail": "使用詳情",
"user_type": "類型"
"user_type": "類型",
"wecom": "企業微信"
}

View File

@@ -112,10 +112,5 @@
"team.org.org": "組織",
"team.manage_collaborators": "管理協作者",
"team.no_collaborators": "目前沒有協作者",
"team.write_role_member": "可寫入權限",
"usage.feishu": "飛書",
"usage.dingtalk": "釘釘",
"usage.official_account": "公眾號",
"usage.share": "分享連結",
"usage.wecom": "企業微信"
"team.write_role_member": "可寫入權限"
}