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
14646e84
You need to sign in or sign up before continuing.
Unverified
Commit
14646e84
authored
Jun 03, 2024
by
Timothy Jaeryang Baek
Committed by
GitHub
Jun 03, 2024
Browse files
Merge pull request #2782 from open-webui/dev
0.2.3
parents
be08dbf0
ba56edab
Changes
44
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
183 additions
and
176 deletions
+183
-176
src/lib/i18n/locales/vi-VN/translation.json
src/lib/i18n/locales/vi-VN/translation.json
+2
-0
src/lib/i18n/locales/zh-CN/translation.json
src/lib/i18n/locales/zh-CN/translation.json
+178
-176
src/lib/i18n/locales/zh-TW/translation.json
src/lib/i18n/locales/zh-TW/translation.json
+2
-0
src/lib/stores/index.ts
src/lib/stores/index.ts
+1
-0
No files found.
src/lib/i18n/locales/vi-VN/translation.json
View file @
14646e84
...
@@ -37,6 +37,7 @@
...
@@ -37,6 +37,7 @@
"All Users"
:
"Danh sách người sử dụng"
,
"All Users"
:
"Danh sách người sử dụng"
,
"Allow"
:
"Cho phép"
,
"Allow"
:
"Cho phép"
,
"Allow Chat Deletion"
:
"Cho phép Xóa nội dung chat"
,
"Allow Chat Deletion"
:
"Cho phép Xóa nội dung chat"
,
"Allow non-local voices"
:
""
,
"alphanumeric characters and hyphens"
:
"ký tự số và gạch nối"
,
"alphanumeric characters and hyphens"
:
"ký tự số và gạch nối"
,
"Already have an account?"
:
"Bạn đã có tài khoản?"
,
"Already have an account?"
:
"Bạn đã có tài khoản?"
,
"an assistant"
:
"trợ lý"
,
"an assistant"
:
"trợ lý"
,
...
@@ -206,6 +207,7 @@
...
@@ -206,6 +207,7 @@
"Experimental"
:
"Thử nghiệm"
,
"Experimental"
:
"Thử nghiệm"
,
"Export"
:
"Xuất khẩu"
,
"Export"
:
"Xuất khẩu"
,
"Export All Chats (All Users)"
:
"Tải về tất cả nội dung chat (tất cả mọi người)"
,
"Export All Chats (All Users)"
:
"Tải về tất cả nội dung chat (tất cả mọi người)"
,
"Export chat (.json)"
:
""
,
"Export Chats"
:
"Tải nội dung chat về máy"
,
"Export Chats"
:
"Tải nội dung chat về máy"
,
"Export Documents Mapping"
:
"Tải cấu trúc tài liệu về máy"
,
"Export Documents Mapping"
:
"Tải cấu trúc tài liệu về máy"
,
"Export Models"
:
"Tải Models về máy"
,
"Export Models"
:
"Tải Models về máy"
,
...
...
src/lib/i18n/locales/zh-CN/translation.json
View file @
14646e84
This diff is collapsed.
Click to expand it.
src/lib/i18n/locales/zh-TW/translation.json
View file @
14646e84
...
@@ -37,6 +37,7 @@
...
@@ -37,6 +37,7 @@
"All Users"
:
"所有使用者"
,
"All Users"
:
"所有使用者"
,
"Allow"
:
"允許"
,
"Allow"
:
"允許"
,
"Allow Chat Deletion"
:
"允許刪除聊天紀錄"
,
"Allow Chat Deletion"
:
"允許刪除聊天紀錄"
,
"Allow non-local voices"
:
""
,
"alphanumeric characters and hyphens"
:
"英文字母、數字(0~9)和連字符(-)"
,
"alphanumeric characters and hyphens"
:
"英文字母、數字(0~9)和連字符(-)"
,
"Already have an account?"
:
"已經有帳號了嗎?"
,
"Already have an account?"
:
"已經有帳號了嗎?"
,
"an assistant"
:
"助手"
,
"an assistant"
:
"助手"
,
...
@@ -206,6 +207,7 @@
...
@@ -206,6 +207,7 @@
"Experimental"
:
"實驗功能"
,
"Experimental"
:
"實驗功能"
,
"Export"
:
"出口"
,
"Export"
:
"出口"
,
"Export All Chats (All Users)"
:
"匯出所有聊天紀錄(所有使用者)"
,
"Export All Chats (All Users)"
:
"匯出所有聊天紀錄(所有使用者)"
,
"Export chat (.json)"
:
""
,
"Export Chats"
:
"匯出聊天紀錄"
,
"Export Chats"
:
"匯出聊天紀錄"
,
"Export Documents Mapping"
:
"匯出文件映射"
,
"Export Documents Mapping"
:
"匯出文件映射"
,
"Export Models"
:
"匯出模型"
,
"Export Models"
:
"匯出模型"
,
...
...
src/lib/stores/index.ts
View file @
14646e84
...
@@ -111,6 +111,7 @@ type AudioSettings = {
...
@@ -111,6 +111,7 @@ type AudioSettings = {
TTSEngine
?:
string
;
TTSEngine
?:
string
;
speaker
?:
string
;
speaker
?:
string
;
model
?:
string
;
model
?:
string
;
nonLocalVoices
?:
boolean
;
};
};
type
TitleSettings
=
{
type
TitleSettings
=
{
...
...
Prev
1
2
3
Next
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