From 696cc755fefd64b9d4b2d9f3cd30f82520b7ed70 Mon Sep 17 00:00:00 2001 From: Hao Wu Date: Thu, 4 Jul 2024 09:44:29 +0800 Subject: [PATCH] Update model name and label in zh-CN locale --- web/src/locales/zh-CN.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/locales/zh-CN.json b/web/src/locales/zh-CN.json index d44ebf28..4dbf5f45 100644 --- a/web/src/locales/zh-CN.json +++ b/web/src/locales/zh-CN.json @@ -122,8 +122,8 @@ "chat_model": { "deleteModel": "删除", "deleteModelConfirm": "确认删除", - "name": "ID", - "label": "模型名称", + "name": "模型名称(ID)", + "label": "模型标签", "isDefault": "默认?", "apiAuthHeader": "Auth Header key", "apiAuthKey": "API KEY对应的环境变量", @@ -138,7 +138,7 @@ "per_model_rate_limit": { "FullName": "姓名", "UserEmail": "用户邮箱", - "ChatModelName": "模型名称", + "ChatModelName": "模型名称(ID)", "RateLimit": "10分钟访问次数", "actions": "操作" },