docs: Update token hint text for JWT token source in localization files

This commit is contained in:
cogwheel0
2025-12-05 13:24:11 +05:30
parent bee8fda9f7
commit 58c6fcba1c
10 changed files with 10 additions and 10 deletions

View File

@@ -228,7 +228,7 @@
"passwordHint": "输入您的密码",
"enterApiKey": "输入您的 API 密钥",
"enterToken": "输入您的 JWT 令牌",
"tokenHint": "请使用浏览器 cookie 或 API 登录中的 JWT 令牌。API 密钥 (sk-...) 不支持流式传输。",
"tokenHint": "从 OpenWebUI 设置获取 JWT 令牌。API 密钥 (sk-...) 不支持流式传输。",
"apiKeyNotSupported": "不支持 API 密钥 (sk-...)。请改用 JWT 令牌。",
"tokenTooShort": "令牌太短",
"signingIn": "正在登录...",