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