Skip to content

Commit

Permalink
Update model name and label in zh-CN locale
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho committed Jul 4, 2024
1 parent c632ac4 commit 696cc75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
"chat_model": {
"deleteModel": "删除",
"deleteModelConfirm": "确认删除",
"name": "ID",
"label": "模型名称",
"name": "模型名称(ID)",
"label": "模型标签",
"isDefault": "默认?",
"apiAuthHeader": "Auth Header key",
"apiAuthKey": "API KEY对应的环境变量",
Expand All @@ -138,7 +138,7 @@
"per_model_rate_limit": {
"FullName": "姓名",
"UserEmail": "用户邮箱",
"ChatModelName": "模型名称",
"ChatModelName": "模型名称(ID)",
"RateLimit": "10分钟访问次数",
"actions": "操作"
},
Expand Down

0 comments on commit 696cc75

Please sign in to comment.