mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-09 23:40:42 +08:00
feat: close #539 add delete message button
This commit is contained in:
@@ -18,6 +18,7 @@ const jp = {
|
||||
Copy: "コピー",
|
||||
Stop: "停止",
|
||||
Retry: "リトライ",
|
||||
Delete: "Delete",
|
||||
},
|
||||
Rename: "チャットの名前を変更",
|
||||
Typing: "入力中…",
|
||||
@@ -178,6 +179,4 @@ const jp = {
|
||||
},
|
||||
};
|
||||
|
||||
export type LocaleType = typeof jp;
|
||||
|
||||
export default jp;
|
||||
|
Reference in New Issue
Block a user