From 8fe5ad85f4b19b4e328e3fe6277a2d125c22fc34 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Sun, 24 Jan 2021 16:50:37 +0900
Subject: [PATCH] New translations translation.json (Portuguese)
---
src/config/locales/pt_pt/translation.json | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/src/config/locales/pt_pt/translation.json b/src/config/locales/pt_pt/translation.json
index b813cad4..83f8d480 100644
--- a/src/config/locales/pt_pt/translation.json
+++ b/src/config/locales/pt_pt/translation.json
@@ -387,7 +387,15 @@
"lists": {
"index": {
"new_list": "New List",
- "edit": "Edit"
+ "edit": "Edit",
+ "delete": {
+ "confirm": {
+ "title": "Confirm",
+ "message": "This operation can not be undone, this list will be permanently deleted",
+ "ok": "Delete",
+ "cancel": "Cancel"
+ }
+ }
}
},
"login": {