Skip to content

Commit 744f02f

Browse files
feat: add some translate
1 parent 439ddbb commit 744f02f

14 files changed

Lines changed: 476 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,4 @@ AGENTS.md
7878
opencode.json
7979
superpowers
8080
.worktrees/
81+
.codex/

agent/cmd/server/docs/x-log.json

Lines changed: 217 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,223 @@
805805
"formatZH": "更新快捷命令 [name]",
806806
"formatEN": "update quick command [name]"
807807
},
808+
"/core/enterprise/ai-benchmark/tasks": {
809+
"bodyKeys": [
810+
"model"
811+
],
812+
"paramKeys": [],
813+
"beforeFunctions": [],
814+
"formatZH": "创建 AI 基准测试 [model]",
815+
"formatEN": "create AI benchmark [model]"
816+
},
817+
"/core/enterprise/ai-benchmark/tasks/:id/cancel": {
818+
"bodyKeys": [],
819+
"paramKeys": [],
820+
"beforeFunctions": [],
821+
"formatZH": "取消 AI 基准测试",
822+
"formatEN": "cancel AI benchmark"
823+
},
824+
"/core/enterprise/ai-benchmark/tasks/delete": {
825+
"bodyKeys": [
826+
"id"
827+
],
828+
"paramKeys": [],
829+
"beforeFunctions": [],
830+
"formatZH": "删除 AI 基准测试 [id]",
831+
"formatEN": "delete AI benchmark [id]"
832+
},
833+
"/core/enterprise/ai-proxy/api-keys/create": {
834+
"bodyKeys": [
835+
"userId",
836+
"groupId"
837+
],
838+
"paramKeys": [],
839+
"beforeFunctions": [],
840+
"formatZH": "创建 AI 网关 API Key 用户 [userId] 分组 [groupId]",
841+
"formatEN": "create AI proxy API key user [userId] group [groupId]"
842+
},
843+
"/core/enterprise/ai-proxy/api-keys/delete": {
844+
"bodyKeys": [
845+
"id"
846+
],
847+
"paramKeys": [],
848+
"beforeFunctions": [],
849+
"formatZH": "删除 AI 网关 API Key [id]",
850+
"formatEN": "delete AI proxy API key [id]"
851+
},
852+
"/core/enterprise/ai-proxy/api-keys/reveal": {
853+
"bodyKeys": [
854+
"id"
855+
],
856+
"paramKeys": [],
857+
"beforeFunctions": [],
858+
"formatZH": "查看 AI 网关 API Key [id]",
859+
"formatEN": "reveal AI proxy API key [id]"
860+
},
861+
"/core/enterprise/ai-proxy/api-keys/update": {
862+
"bodyKeys": [
863+
"id",
864+
"userId",
865+
"groupId"
866+
],
867+
"paramKeys": [],
868+
"beforeFunctions": [],
869+
"formatZH": "更新 AI 网关 API Key [id] 用户 [userId] 分组 [groupId]",
870+
"formatEN": "update AI proxy API key [id] user [userId] group [groupId]"
871+
},
872+
"/core/enterprise/ai-proxy/backends/delete": {
873+
"bodyKeys": [
874+
"id"
875+
],
876+
"paramKeys": [],
877+
"beforeFunctions": [],
878+
"formatZH": "删除 AI 网关后端 [id]",
879+
"formatEN": "delete AI proxy backend [id]"
880+
},
881+
"/core/enterprise/ai-proxy/backends/import": {
882+
"bodyKeys": [
883+
"accountId"
884+
],
885+
"paramKeys": [],
886+
"beforeFunctions": [],
887+
"formatZH": "导入 AI 网关后端账号 [accountId]",
888+
"formatEN": "import AI proxy backend account [accountId]"
889+
},
890+
"/core/enterprise/ai-proxy/backends/status": {
891+
"bodyKeys": [
892+
"id",
893+
"enabled"
894+
],
895+
"paramKeys": [],
896+
"beforeFunctions": [],
897+
"formatZH": "更新 AI 网关后端 [id] 状态 [enabled]",
898+
"formatEN": "update AI proxy backend [id] status [enabled]"
899+
},
900+
"/core/enterprise/ai-proxy/backends/update": {
901+
"bodyKeys": [
902+
"id"
903+
],
904+
"paramKeys": [],
905+
"beforeFunctions": [],
906+
"formatZH": "更新 AI 网关后端 [id]",
907+
"formatEN": "update AI proxy backend [id]"
908+
},
909+
"/core/enterprise/ai-proxy/content/groups/create": {
910+
"bodyKeys": [
911+
"name"
912+
],
913+
"paramKeys": [],
914+
"beforeFunctions": [],
915+
"formatZH": "创建 AI 网关敏感词分组 [name]",
916+
"formatEN": "create AI proxy sensitive group [name]"
917+
},
918+
"/core/enterprise/ai-proxy/content/groups/delete": {
919+
"bodyKeys": [
920+
"id"
921+
],
922+
"paramKeys": [],
923+
"beforeFunctions": [],
924+
"formatZH": "删除 AI 网关敏感词分组 [id]",
925+
"formatEN": "delete AI proxy sensitive group [id]"
926+
},
927+
"/core/enterprise/ai-proxy/content/groups/update": {
928+
"bodyKeys": [
929+
"name"
930+
],
931+
"paramKeys": [],
932+
"beforeFunctions": [],
933+
"formatZH": "更新 AI 网关敏感词分组 [name]",
934+
"formatEN": "update AI proxy sensitive group [name]"
935+
},
936+
"/core/enterprise/ai-proxy/content/settings/update": {
937+
"bodyKeys": [
938+
"enabled"
939+
],
940+
"paramKeys": [],
941+
"beforeFunctions": [],
942+
"formatZH": "更新 AI 网关内容审查设置 [enabled]",
943+
"formatEN": "update AI proxy content audit settings [enabled]"
944+
},
945+
"/core/enterprise/ai-proxy/content/words/create": {
946+
"bodyKeys": [
947+
"groupId"
948+
],
949+
"paramKeys": [],
950+
"beforeFunctions": [],
951+
"formatZH": "创建 AI 网关敏感词,分组 [groupId]",
952+
"formatEN": "create AI proxy sensitive word, group [groupId]"
953+
},
954+
"/core/enterprise/ai-proxy/content/words/delete": {
955+
"bodyKeys": [
956+
"id"
957+
],
958+
"paramKeys": [],
959+
"beforeFunctions": [],
960+
"formatZH": "删除 AI 网关敏感词 [id]",
961+
"formatEN": "delete AI proxy sensitive word [id]"
962+
},
963+
"/core/enterprise/ai-proxy/content/words/import": {
964+
"bodyKeys": [
965+
"groupId"
966+
],
967+
"paramKeys": [],
968+
"beforeFunctions": [],
969+
"formatZH": "导入 AI 网关敏感词,分组 [groupId]",
970+
"formatEN": "import AI proxy sensitive words, group [groupId]"
971+
},
972+
"/core/enterprise/ai-proxy/content/words/update": {
973+
"bodyKeys": [
974+
"id",
975+
"groupId"
976+
],
977+
"paramKeys": [],
978+
"beforeFunctions": [],
979+
"formatZH": "更新 AI 网关敏感词 [id] 分组 [groupId]",
980+
"formatEN": "update AI proxy sensitive word [id] group [groupId]"
981+
},
982+
"/core/enterprise/ai-proxy/groups/create": {
983+
"bodyKeys": [
984+
"name"
985+
],
986+
"paramKeys": [],
987+
"beforeFunctions": [],
988+
"formatZH": "创建 AI 网关分组 [name]",
989+
"formatEN": "create AI proxy group [name]"
990+
},
991+
"/core/enterprise/ai-proxy/groups/delete": {
992+
"bodyKeys": [
993+
"id"
994+
],
995+
"paramKeys": [],
996+
"beforeFunctions": [],
997+
"formatZH": "删除 AI 网关分组 [id]",
998+
"formatEN": "delete AI proxy group [id]"
999+
},
1000+
"/core/enterprise/ai-proxy/groups/update": {
1001+
"bodyKeys": [
1002+
"name"
1003+
],
1004+
"paramKeys": [],
1005+
"beforeFunctions": [],
1006+
"formatZH": "更新 AI 网关分组 [name]",
1007+
"formatEN": "update AI proxy group [name]"
1008+
},
1009+
"/core/enterprise/ai-proxy/service/operate": {
1010+
"bodyKeys": [
1011+
"operate"
1012+
],
1013+
"paramKeys": [],
1014+
"beforeFunctions": [],
1015+
"formatZH": "操作 AI 网关服务 [operate]",
1016+
"formatEN": "operate AI proxy service [operate]"
1017+
},
1018+
"/core/enterprise/ai-proxy/settings/update": {
1019+
"bodyKeys": [],
1020+
"paramKeys": [],
1021+
"beforeFunctions": [],
1022+
"formatZH": "更新 AI 网关设置",
1023+
"formatEN": "update AI proxy settings"
1024+
},
8081025
"/core/enterprise/user": {
8091026
"bodyKeys": [
8101027
"name"

0 commit comments

Comments
 (0)