[feat] backup selection
This commit is contained in:
@@ -199,6 +199,8 @@ export const languageEnglish = {
|
||||
type: "Type",
|
||||
editInput: "Modfiy Input",
|
||||
editOutput: "Modfiy Output",
|
||||
editProcess: "Modfiy Request Data"
|
||||
editProcess: "Modfiy Request Data",
|
||||
loadLatest: "Load Latest Backup",
|
||||
loadOthers: "Load Other Backups"
|
||||
|
||||
}
|
||||
|
||||
@@ -199,5 +199,7 @@ export const languageKorean = {
|
||||
type: "타입",
|
||||
editInput: "입력문 수정",
|
||||
editOutput: "출력문 수정",
|
||||
editProcess: "리퀘스트 데이터 수정"
|
||||
editProcess: "리퀘스트 데이터 수정",
|
||||
loadLatest: "가장 최근 백업 불러오기",
|
||||
loadOthers: "다른 백업 불러오기"
|
||||
}
|
||||
Reference in New Issue
Block a user