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
9bec2cea
Commit
9bec2cea
authored
Jun 06, 2024
by
Karl Lee
Browse files
Update translation
parent
f4a122a4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
src/lib/components/chat/Settings/Personalization/AddMemoryModal.svelte
...nents/chat/Settings/Personalization/AddMemoryModal.svelte
+1
-1
src/lib/components/chat/Settings/Personalization/ManageModal.svelte
...mponents/chat/Settings/Personalization/ManageModal.svelte
+1
-1
src/lib/i18n/locales/zh-CN/translation.json
src/lib/i18n/locales/zh-CN/translation.json
+2
-1
No files found.
src/lib/components/chat/Settings/Personalization/AddMemoryModal.svelte
View file @
9bec2cea
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
/>
/>
<div class="text-xs text-gray-500">
<div class="text-xs text-gray-500">
ⓘ Refer to yourself as "User" (e.g., "User is learning Spanish")
ⓘ
{$i18n.t('
Refer to yourself as "User" (e.g., "User is learning Spanish")
')}
</div>
</div>
</div>
</div>
...
...
src/lib/components/chat/Settings/Personalization/ManageModal.svelte
View file @
9bec2cea
...
@@ -136,7 +136,7 @@
...
@@ -136,7 +136,7 @@
class=" px-3.5 py-1.5 font-medium hover:bg-black/5 dark:hover:bg-white/5 outline outline-1 outline-gray-300 dark:outline-gray-800 rounded-3xl"
class=" px-3.5 py-1.5 font-medium hover:bg-black/5 dark:hover:bg-white/5 outline outline-1 outline-gray-300 dark:outline-gray-800 rounded-3xl"
on:click={() => {
on:click={() => {
showAddMemoryModal = true;
showAddMemoryModal = true;
}}>{$i18n.t('Add
m
emory')}</button
}}>{$i18n.t('Add
M
emory')}</button
>
>
<button
<button
class=" px-3.5 py-1.5 font-medium text-red-500 hover:bg-black/5 dark:hover:bg-white/5 outline outline-1 outline-red-300 dark:outline-red-800 rounded-3xl"
class=" px-3.5 py-1.5 font-medium text-red-500 hover:bg-black/5 dark:hover:bg-white/5 outline outline-1 outline-red-300 dark:outline-red-800 rounded-3xl"
...
...
src/lib/i18n/locales/zh-CN/translation.json
View file @
9bec2cea
...
@@ -184,7 +184,7 @@
...
@@ -184,7 +184,7 @@
"Enable Web Search"
:
"启用网络搜索"
,
"Enable Web Search"
:
"启用网络搜索"
,
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role."
:
"确保您的 CSV 文件按以下顺序包含 4 列: 姓名、电子邮箱、密码、角色。"
,
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role."
:
"确保您的 CSV 文件按以下顺序包含 4 列: 姓名、电子邮箱、密码、角色。"
,
"Enter {{role}} message here"
:
"在此处输入 {{role}} 信息"
,
"Enter {{role}} message here"
:
"在此处输入 {{role}} 信息"
,
"Enter a detail about yourself for your LLMs to recall"
:
"输入
LLM 可以记住的信息
"
,
"Enter a detail about yourself for your LLMs to recall"
:
"输入
一个关于你自己的详细信息,方便你的大语言模型记住这些内容
"
,
"Enter Brave Search API Key"
:
"输入 Brave Search API 密钥"
,
"Enter Brave Search API Key"
:
"输入 Brave Search API 密钥"
,
"Enter Chunk Overlap"
:
"输入块重叠 (Chunk Overlap)"
,
"Enter Chunk Overlap"
:
"输入块重叠 (Chunk Overlap)"
,
"Enter Chunk Size"
:
"输入块大小 (Chunk Size)"
,
"Enter Chunk Size"
:
"输入块大小 (Chunk Size)"
,
...
@@ -546,6 +546,7 @@
...
@@ -546,6 +546,7 @@
"Youtube"
:
"YouTube"
,
"Youtube"
:
"YouTube"
,
"Youtube Loader Settings"
:
"YouTube 爬取设置"
,
"Youtube Loader Settings"
:
"YouTube 爬取设置"
,
"Ollama API is disabled"
:
"Ollama API 已禁用"
,
"Ollama API is disabled"
:
"Ollama API 已禁用"
,
"Refer to yourself as \"User\" (e.g., \"User is learning Spanish\")"
:
"使用
\"
User
\"
(用户) 来指代自己(例如:“User 正在学习西班牙语”)"
,
"Account Activation Pending"
:
"账号待激活"
,
"Account Activation Pending"
:
"账号待激活"
,
"Contact Admin for WebUI Access"
:
"请联系管理员以获取访问权限"
,
"Contact Admin for WebUI Access"
:
"请联系管理员以获取访问权限"
,
"Your account status is currently pending activation."
:
"您的账号当前状态为待激活。"
,
"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