From bfdce6edd9501b2b5bf319e69be0b963a9ac9c27 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sun, 24 Jan 2021 16:50:24 +0900 Subject: [PATCH] New translations translation.json (French) --- src/config/locales/fr/translation.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/config/locales/fr/translation.json b/src/config/locales/fr/translation.json index bdaf76ca..6a79d430 100644 --- a/src/config/locales/fr/translation.json +++ b/src/config/locales/fr/translation.json @@ -387,7 +387,15 @@ "lists": { "index": { "new_list": "Nouvelle liste", - "edit": "Éditer" + "edit": "Éditer", + "delete": { + "confirm": { + "title": "Confirm", + "message": "This operation can not be undone, this list will be permanently deleted", + "ok": "Delete", + "cancel": "Cancel" + } + } } }, "login": {