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 Base URL",
|
||||
"API Key": "API Key",
|
||||
|
@ -121,6 +123,7 @@
|
|||
"Enable Chat History": "啟用聊天歷史",
|
||||
"Enable New Sign Ups": "允許新用戶註冊",
|
||||
"Enabled": "已啟用",
|
||||
"Enter {{role}} message here": "",
|
||||
"Enter API Key": "輸入API Key",
|
||||
"Enter Chunk Overlap": "輸入區塊重疊",
|
||||
"Enter Chunk Size": "輸入區塊大小",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue