From 1527b493c9f2dde62edea1c6640a51ca742e3055 Mon Sep 17 00:00:00 2001 From: Nikolai Plath Date: Tue, 11 Apr 2017 16:06:54 -0500 Subject: [PATCH 1/2] Update translations es --- app/Resources/translations/messages.es.xlf | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/app/Resources/translations/messages.es.xlf b/app/Resources/translations/messages.es.xlf index 699df5a66..2714fba21 100644 --- a/app/Resources/translations/messages.es.xlf +++ b/app/Resources/translations/messages.es.xlf @@ -313,6 +313,42 @@ help.more_information documentación de Symfony.]]> + + action.show_post + Mostrar artículo + + + menu.rss + RSS del blog + + + post.created_successfully + Artículo creado con éxito! + + + post.updated_successfully + Artículo actualizado con éxito! + + + post.deleted_successfully + Artículo eliminado con éxito! + + + notification.comment_created + Su artículo recibió un comentario! + + + notification.comment_created.description + Su artículo "%title%" recibió un comentario nuevo. Puede leer el comentario siguiendo este enlace + + + rss.title + Symfony Demo blog + + + rss.description + Publicaciones más recientes publicadas en el Symfony Demo Blog + From 844531a7e04e1fa700d76d7e91a6a526c7f2c757 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sun, 16 Apr 2017 17:29:12 +0200 Subject: [PATCH 2/2] Minor changes --- app/Resources/translations/messages.es.xlf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/Resources/translations/messages.es.xlf b/app/Resources/translations/messages.es.xlf index 2714fba21..df0c7ae02 100644 --- a/app/Resources/translations/messages.es.xlf +++ b/app/Resources/translations/messages.es.xlf @@ -323,19 +323,19 @@ post.created_successfully - Artículo creado con éxito! + ¡Artículo creado con éxito! post.updated_successfully - Artículo actualizado con éxito! + ¡Artículo actualizado con éxito! post.deleted_successfully - Artículo eliminado con éxito! + ¡Artículo eliminado con éxito! notification.comment_created - Su artículo recibió un comentario! + ¡Su artículo recibió un comentario! notification.comment_created.description @@ -343,11 +343,11 @@ rss.title - Symfony Demo blog + Blog de Symfony Demo rss.description - Publicaciones más recientes publicadas en el Symfony Demo Blog + Publicaciones más recientes publicadas en el blog de Symfony Demo