From 0e07e9589dc95de034f5a550cb14d75e1b8b10de Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Wed, 3 Jan 2018 13:29:55 -0500 Subject: [PATCH] Update translations --- config/locales/client.es.yml | 10 +++++----- config/locales/client.fr.yml | 5 ++++- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/config/locales/client.es.yml b/config/locales/client.es.yml index cb23c4c..cd18086 100644 --- a/config/locales/client.es.yml +++ b/config/locales/client.es.yml @@ -8,8 +8,8 @@ es: js: staff_notes: - title: "Notas de Staff" - attach: "Adjuntar nota de Staff" - remove: "Eliminar nota de Staff" - show: "({{count}}) Notas de Staff" - delete_confirm: "¿Estás seguro que quieres borrar esa nota de staff?" + title: "Notas de staff" + attach: "Adjuntar nota de staff" + remove: "Eliminar nota de staff" + show: "({{count}}) notas de staff" + delete_confirm: "¿Quieres borrar esa nota de staff?" diff --git a/config/locales/client.fr.yml b/config/locales/client.fr.yml index ca92bfb..7ca4b8a 100644 --- a/config/locales/client.fr.yml +++ b/config/locales/client.fr.yml @@ -5,4 +5,7 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -fr: {} +fr: + js: + staff_notes: + delete_confirm: "Etes-vous sur de vouloir supprimer cette note ?"