[feat] ask removal option

This commit is contained in:
kwaroran
2023-05-23 08:46:21 +09:00
parent 51a90f9aa4
commit 8827698b3a
5 changed files with 14 additions and 3 deletions

View File

@@ -265,5 +265,6 @@ export const languageEnglish = {
textScreenRound: "Round Text Screen",
textScreenBorder: "Text Screen Borders",
ttsReadOnlyQuoted: "Read Only Quoted",
ttsStop: "Stop TTS"
ttsStop: "Stop TTS",
askRemoval:"Ask Removal"
}

View File

@@ -239,6 +239,7 @@ export const languageKorean = {
otherBots:'기타 봇',
user:"유저",
editDisplay: "디스플레이 수정",
community: "커뮤니티"
community: "커뮤니티",
askRemoval:"삭제 확인"
}