forked from open-webui/open-webui
fix: Ternary expression workaround for i18n:parse
This commit is contained in:
parent
b85385385a
commit
f9bc35a11c
8 changed files with 28 additions and 5 deletions
|
@ -5,6 +5,7 @@
|
|||
"(latest)": "",
|
||||
"{{modelName}} is thinking...": "{{modelName}} 正在思考...",
|
||||
"{{webUIName}} Backend Required": "需要 {{webUIName}} 后端",
|
||||
"a user": "",
|
||||
"About": "关于",
|
||||
"Account": "账户",
|
||||
"Action": "操作",
|
||||
|
@ -28,6 +29,7 @@
|
|||
"Allow Chat Deletion": "允许删除聊天",
|
||||
"alphanumeric characters and hyphens": "字母数字字符和连字符",
|
||||
"Already have an account?": "已经有账户了吗?",
|
||||
"an assistant": "",
|
||||
"and": "和",
|
||||
"API Base URL": "API 基础 URL",
|
||||
"API Key": "API 密钥",
|
||||
|
@ -121,6 +123,7 @@
|
|||
"Enable Chat History": "启用聊天历史",
|
||||
"Enable New Sign Ups": "启用新注册",
|
||||
"Enabled": "启用",
|
||||
"Enter {{role}} message here": "",
|
||||
"Enter API Key": "",
|
||||
"Enter Chunk Overlap": "",
|
||||
"Enter Chunk Size": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue