feat: close #539 add delete message button

This commit is contained in:
Yidadaa
2023-04-16 18:55:29 +08:00
parent 124938ecc9
commit 12d4081311
11 changed files with 66 additions and 37 deletions

View File

@@ -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;