mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-19 20:20:16 +09:00
Merge 485c3c7509
into 3809375694
This commit is contained in:
commit
b8e965553d
@ -1574,7 +1574,7 @@ export function Settings() {
|
|||||||
>
|
>
|
||||||
{Object.values(Theme).map((v) => (
|
{Object.values(Theme).map((v) => (
|
||||||
<option value={v} key={v}>
|
<option value={v} key={v}>
|
||||||
{v}
|
{Locale.Settings.ThemeOptions[v]}
|
||||||
</option>
|
</option>
|
||||||
))}
|
))}
|
||||||
</Select>
|
</Select>
|
||||||
|
@ -211,6 +211,11 @@ const cn = {
|
|||||||
},
|
},
|
||||||
SendKey: "发送键",
|
SendKey: "发送键",
|
||||||
Theme: "主题",
|
Theme: "主题",
|
||||||
|
ThemeOptions: {
|
||||||
|
auto: "自动",
|
||||||
|
light: "亮色",
|
||||||
|
dark: "深色",
|
||||||
|
},
|
||||||
TightBorder: "无边框模式",
|
TightBorder: "无边框模式",
|
||||||
SendPreviewBubble: {
|
SendPreviewBubble: {
|
||||||
Title: "预览气泡",
|
Title: "预览气泡",
|
||||||
|
@ -213,6 +213,11 @@ const en: LocaleType = {
|
|||||||
},
|
},
|
||||||
SendKey: "Send Key",
|
SendKey: "Send Key",
|
||||||
Theme: "Theme",
|
Theme: "Theme",
|
||||||
|
ThemeOptions: {
|
||||||
|
auto: "Auto",
|
||||||
|
light: "Light",
|
||||||
|
dark: "Dark",
|
||||||
|
},
|
||||||
TightBorder: "Tight Border",
|
TightBorder: "Tight Border",
|
||||||
SendPreviewBubble: {
|
SendPreviewBubble: {
|
||||||
Title: "Send Preview Bubble",
|
Title: "Send Preview Bubble",
|
||||||
|
@ -166,7 +166,7 @@ const tw = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
Lang: {
|
Lang: {
|
||||||
Name: "Language", // ATTENTION: if you wanna add a new translation, please do not translate this value, leave it as `Language`
|
Name: "Language", // 注意:如果您想添加新的翻譯,請不要翻譯此值,保持為 Language
|
||||||
All: "所有語言",
|
All: "所有語言",
|
||||||
},
|
},
|
||||||
Avatar: "大頭貼",
|
Avatar: "大頭貼",
|
||||||
@ -198,6 +198,11 @@ const tw = {
|
|||||||
},
|
},
|
||||||
SendKey: "傳送鍵",
|
SendKey: "傳送鍵",
|
||||||
Theme: "主題",
|
Theme: "主題",
|
||||||
|
ThemeOptions: {
|
||||||
|
auto: "自動",
|
||||||
|
light: "亮色",
|
||||||
|
dark: "深色",
|
||||||
|
},
|
||||||
TightBorder: "緊湊邊框",
|
TightBorder: "緊湊邊框",
|
||||||
SendPreviewBubble: {
|
SendPreviewBubble: {
|
||||||
Title: "預覽氣泡",
|
Title: "預覽氣泡",
|
||||||
|
Loading…
Reference in New Issue
Block a user