Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
36cc3c24
Commit
36cc3c24
authored
Jun 06, 2024
by
Karl Lee
Browse files
Added some missing i18n keys
parent
62bfcf35
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
src/lib/components/chat/Settings/Interface.svelte
src/lib/components/chat/Settings/Interface.svelte
+2
-2
src/lib/components/chat/Settings/Personalization.svelte
src/lib/components/chat/Settings/Personalization.svelte
+1
-1
src/lib/i18n/locales/zh-CN/translation.json
src/lib/i18n/locales/zh-CN/translation.json
+3
-0
No files found.
src/lib/components/chat/Settings/Interface.svelte
View file @
36cc3c24
...
...
@@ -333,7 +333,7 @@
</div>
<div class="flex w-full gap-2 pr-2">
<div class="flex-1">
<div class=" text-xs mb-1">Local Models</div>
<div class=" text-xs mb-1">
{$i18n.t('
Local Models
')}
</div>
<select
class="w-full rounded-lg py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 outline-none"
bind:value={titleAutoGenerateModel}
...
...
@@ -349,7 +349,7 @@
</div>
<div class="flex-1">
<div class=" text-xs mb-1">External Models</div>
<div class=" text-xs mb-1">
{$i18n.t('
External Models
')}
</div>
<select
class="w-full rounded-lg py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 outline-none"
bind:value={titleAutoGenerateModelExternal}
...
...
src/lib/components/chat/Settings/Personalization.svelte
View file @
36cc3c24
...
...
@@ -35,7 +35,7 @@
<div>
<div class="flex items-center justify-between mb-1">
<Tooltip
content="This is an experimental feature, it may not function as expected and is subject to change at any time."
content="
{$i18n.t('
This is an experimental feature, it may not function as expected and is subject to change at any time.
')}
"
>
<div class="text-sm font-medium">
{$i18n.t('Memory')}
...
...
src/lib/i18n/locales/zh-CN/translation.json
View file @
36cc3c24
...
...
@@ -546,7 +546,10 @@
"Youtube"
:
"YouTube"
,
"Youtube Loader Settings"
:
"YouTube 爬取设置"
,
"Ollama API is disabled"
:
"Ollama API 已禁用"
,
"This is an experimental feature, it may not function as expected and is subject to change at any time."
:
"这是一个实验性功能,可能无法按预期运行,并随时可能更改。"
,
"Refer to yourself as \"User\" (e.g., \"User is learning Spanish\")"
:
"使用
\"
User
\"
(用户) 来指代自己(例如:“User 正在学习西班牙语”)"
,
"Local Models"
:
"本地模型"
,
"External Models"
:
"外部模型"
,
"Account Activation Pending"
:
"账号待激活"
,
"Contact Admin for WebUI Access"
:
"请联系管理员以获取访问权限"
,
"Your account status is currently pending activation."
:
"您的账号当前状态为待激活。"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment