Skip to content

Commit b2600e1

Browse files
committed
minor #532 Update translations es (elkuku, javiereguiluz)
This PR was merged into the master branch. Discussion ---------- Update translations es Some missing spanish translations discovered by #531 😉 Commits ------- 844531a Minor changes 1527b49 Update translations es
2 parents abe8811 + 844531a commit b2600e1

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

app/Resources/translations/messages.es.xlf

+36
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,42 @@
313313
<source>help.more_information</source>
314314
<target><![CDATA[Para más información, consulta la <a href="http://symfony.com/doc">documentación de Symfony</a>.]]></target>
315315
</trans-unit>
316+
<trans-unit id="action.show_post">
317+
<source>action.show_post</source>
318+
<target>Mostrar artículo</target>
319+
</trans-unit>
320+
<trans-unit id="menu.rss">
321+
<source>menu.rss</source>
322+
<target>RSS del blog</target>
323+
</trans-unit>
324+
<trans-unit id="post.created_successfully">
325+
<source>post.created_successfully</source>
326+
<target>¡Artículo creado con éxito!</target>
327+
</trans-unit>
328+
<trans-unit id="post.updated_successfully">
329+
<source>post.updated_successfully</source>
330+
<target>¡Artículo actualizado con éxito!</target>
331+
</trans-unit>
332+
<trans-unit id="post.deleted_successfully">
333+
<source>post.deleted_successfully</source>
334+
<target>¡Artículo eliminado con éxito!</target>
335+
</trans-unit>
336+
<trans-unit id="notification.comment_created">
337+
<source>notification.comment_created</source>
338+
<target>¡Su artículo recibió un comentario!</target>
339+
</trans-unit>
340+
<trans-unit id="notification.comment_created.description">
341+
<source>notification.comment_created.description</source>
342+
<target>Su artículo "%title%" recibió un comentario nuevo. Puede leer el comentario siguiendo <a href="%link%">este enlace</a></target>
343+
</trans-unit>
344+
<trans-unit id="rss.title">
345+
<source>rss.title</source>
346+
<target>Blog de Symfony Demo</target>
347+
</trans-unit>
348+
<trans-unit id="rss.description">
349+
<source>rss.description</source>
350+
<target>Publicaciones más recientes publicadas en el blog de Symfony Demo</target>
351+
</trans-unit>
316352
</body>
317353
</file>
318354
</xliff>

0 commit comments

Comments
 (0)