From 5b0da6cb3adf6366afb3264cdab1f45a5b506029 Mon Sep 17 00:00:00 2001 From: BaobabCoder Date: Fri, 2 Jun 2017 10:29:48 +0200 Subject: Change the way to remove a list (card like) --- i18n/ca.i18n.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'i18n/ca.i18n.json') diff --git a/i18n/ca.i18n.json b/i18n/ca.i18n.json index 6d3745ce..0ae755ea 100644 --- a/i18n/ca.i18n.json +++ b/i18n/ca.i18n.json @@ -121,7 +121,7 @@ "checklists": "Checklists", "click-to-star": "Fes clic per destacar aquest tauler.", "click-to-unstar": "Fes clic per deixar de destacar aquest tauler.", - "clipboard" : "Portaretalls o estirar i amollar", + "clipboard": "Portaretalls o estirar i amollar", "close": "Tanca", "close-board": "Tanca tauler", "close-board-pop": "Podràs restaurar el tauler, seleccionant \"Arxivats\" de la finistra principal", @@ -227,6 +227,8 @@ "list-select-cards": "Selecciona totes les fitxes d'aquesta llista", "listActionPopup-title": "Accions de la llista", "listImportCardPopup-title": "importa una fitxa de Trello", + "listMorePopup-title": "Més", + "link-list": "Link to this list", "lists": "Llistes", "log-out": "Finalitza la sessió", "log-in": "Ingresa", @@ -321,4 +323,4 @@ "welcome-list1": "Bàsics", "welcome-list2": "Avançades", "what-to-do": "Què vols fer?" -} +} \ No newline at end of file -- cgit v1.2.3-1-g7c22 From de5589a987c8e32a42027b6d230d01204bd3e5a5 Mon Sep 17 00:00:00 2001 From: BaobabCoder Date: Fri, 2 Jun 2017 10:45:01 +0200 Subject: Fix missing popup title --- i18n/ca.i18n.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'i18n/ca.i18n.json') diff --git a/i18n/ca.i18n.json b/i18n/ca.i18n.json index 0ae755ea..ecdd3719 100644 --- a/i18n/ca.i18n.json +++ b/i18n/ca.i18n.json @@ -228,6 +228,8 @@ "listActionPopup-title": "Accions de la llista", "listImportCardPopup-title": "importa una fitxa de Trello", "listMorePopup-title": "Més", + "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", + "list-delete-suggest-archive": "You can archive a list to remove it from the board and preserve the activity.", "link-list": "Link to this list", "lists": "Llistes", "log-out": "Finalitza la sessió", -- cgit v1.2.3-1-g7c22 From 15b428893f950cf84f90a4f33340e3621660cf43 Mon Sep 17 00:00:00 2001 From: BaobabCoder Date: Fri, 2 Jun 2017 10:55:22 +0200 Subject: Change text : delete instead of remove --- i18n/ca.i18n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18n/ca.i18n.json') diff --git a/i18n/ca.i18n.json b/i18n/ca.i18n.json index ecdd3719..7f589688 100644 --- a/i18n/ca.i18n.json +++ b/i18n/ca.i18n.json @@ -276,7 +276,7 @@ "remove-cover": "Elimina coberta", "remove-from-board": "Elimina del tauler", "remove-label": "Eliminia etiqueta", - "remove-list": "Elimina la llista", + "listDeletePopup-title": "Elimina la llista", "remove-member": "Elimina membre", "remove-member-from-card": "Elimina de la fitxa", "remove-member-pop": "Eliminar __name__ (__username__) de __boardTitle__ ? El membre serà eliminat de totes les fitxes d'aquest tauler. Ells rebran una notificació.", -- cgit v1.2.3-1-g7c22 From e33156dcc45b360b6ec9e82f90d17c4f0c8da7ce Mon Sep 17 00:00:00 2001 From: BaobabCoder Date: Fri, 2 Jun 2017 14:39:12 +0200 Subject: Remove translation for transifex --- i18n/ca.i18n.json | 5 ----- 1 file changed, 5 deletions(-) (limited to 'i18n/ca.i18n.json') diff --git a/i18n/ca.i18n.json b/i18n/ca.i18n.json index 7f589688..4b5f8d31 100644 --- a/i18n/ca.i18n.json +++ b/i18n/ca.i18n.json @@ -227,10 +227,6 @@ "list-select-cards": "Selecciona totes les fitxes d'aquesta llista", "listActionPopup-title": "Accions de la llista", "listImportCardPopup-title": "importa una fitxa de Trello", - "listMorePopup-title": "Més", - "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", - "list-delete-suggest-archive": "You can archive a list to remove it from the board and preserve the activity.", - "link-list": "Link to this list", "lists": "Llistes", "log-out": "Finalitza la sessió", "log-in": "Ingresa", @@ -276,7 +272,6 @@ "remove-cover": "Elimina coberta", "remove-from-board": "Elimina del tauler", "remove-label": "Eliminia etiqueta", - "listDeletePopup-title": "Elimina la llista", "remove-member": "Elimina membre", "remove-member-from-card": "Elimina de la fitxa", "remove-member-pop": "Eliminar __name__ (__username__) de __boardTitle__ ? El membre serà eliminat de totes les fitxes d'aquest tauler. Ells rebran una notificació.", -- cgit v1.2.3-1-g7c22