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 GitHub
parent e009be51e7
commit 0c05add8b2
22 changed files with 1114 additions and 275 deletions

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": "可寫入權限"
}