[feat] backup selection

This commit is contained in:
kwaroran
2023-05-07 22:32:06 +09:00
parent 2d1fb23fc8
commit 60fa3558c4
3 changed files with 29 additions and 11 deletions

View File

@@ -199,5 +199,7 @@ export const languageKorean = {
type: "타입",
editInput: "입력문 수정",
editOutput: "출력문 수정",
editProcess: "리퀘스트 데이터 수정"
editProcess: "리퀘스트 데이터 수정",
loadLatest: "가장 최근 백업 불러오기",
loadOthers: "다른 백업 불러오기"
}