From 58b7fa428a0c25cd82912911d88916ed7c33a7e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E7=9F=B3=E5=A4=B4?= Date: Thu, 28 Mar 2024 20:05:54 +0800 Subject: [PATCH] Add translation for "Max input tokens" in Chinese --- src/views/i18n/zh.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/i18n/zh.json b/src/views/i18n/zh.json index 34e5ed4..59bf527 100644 --- a/src/views/i18n/zh.json +++ b/src/views/i18n/zh.json @@ -47,5 +47,6 @@ "Python for commands": "命令用的 Python", "Please enter the path of your python": "请输入你的 Python 路径", "Cancel": "取消", - "Save": "保存" + "Save": "保存", + "Max input tokens": "最大输入数" }