mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2026-02-19 04:44:26 +08:00
chore: test css
This commit is contained in:
@@ -43,6 +43,8 @@ const cn = {
|
||||
Delete: "删除",
|
||||
Edit: "编辑",
|
||||
FullScreen: "全屏",
|
||||
Addanything: "添加任意内容",
|
||||
AddanythingSub: "将任意文件拖拽到此处添加到对话中",
|
||||
},
|
||||
Commands: {
|
||||
new: "新建聊天",
|
||||
|
||||
@@ -45,6 +45,8 @@ const en: LocaleType = {
|
||||
Delete: "Delete",
|
||||
Edit: "Edit",
|
||||
FullScreen: "FullScreen",
|
||||
Addanything: "Add anything",
|
||||
AddanythingSub: "Drop any file here to add it to the conversation",
|
||||
},
|
||||
Commands: {
|
||||
new: "Start a new chat",
|
||||
|
||||
@@ -43,6 +43,8 @@ const tw = {
|
||||
PinToastAction: "檢視",
|
||||
Delete: "刪除",
|
||||
Edit: "編輯",
|
||||
Addanything: "添加任意內容",
|
||||
AddanythingSub: "將任意文件拖曳到此處添加到對話中",
|
||||
},
|
||||
Commands: {
|
||||
new: "新建聊天",
|
||||
|
||||
Reference in New Issue
Block a user