From 8ceff413b5581b0b3bb245637206a696a0ed7838 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sun, 24 Jan 2021 16:50:33 +0900 Subject: [PATCH] New translations translation.json (Korean) --- src/config/locales/ko/translation.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ko/translation.json b/src/config/locales/ko/translation.json index b53f72cd..a73c341c 100644 --- a/src/config/locales/ko/translation.json +++ b/src/config/locales/ko/translation.json @@ -387,7 +387,15 @@ "lists": { "index": { "new_list": "새 리스트", - "edit": "수정" + "edit": "수정", + "delete": { + "confirm": { + "title": "Confirm", + "message": "This operation can not be undone, this list will be permanently deleted", + "ok": "Delete", + "cancel": "Cancel" + } + } } }, "login": {