Unverified Commit 14646e84 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #2782 from open-webui/dev

0.2.3
parents be08dbf0 ba56edab
...@@ -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",
......
This diff is collapsed.
...@@ -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": "匯出模型",
......
...@@ -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 = {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment