From 637ea4abcde55ee3a105479cbfc96235643d50f9 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sun, 24 Jan 2021 16:50:44 +0900 Subject: [PATCH] New translations translation.json (Chinese Traditional) --- src/config/locales/zh_tw/translation.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/config/locales/zh_tw/translation.json b/src/config/locales/zh_tw/translation.json index 7d9b7bb4..f8763642 100644 --- a/src/config/locales/zh_tw/translation.json +++ b/src/config/locales/zh_tw/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": {