Skip to content

Commit

Permalink
minor #370 added catalan translations file (arnaugm)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

added catalan translations file

Catalan translations

Commits
-------

64642ae added catalan translations file
  • Loading branch information
javiereguiluz committed Jul 1, 2015
2 parents fe386c6 + 64642ae commit 7b7bc1b
Showing 1 changed file with 114 additions and 0 deletions.
114 changes: 114 additions & 0 deletions Resources/translations/EasyAdminBundle.ca.xliff
@@ -0,0 +1,114 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" target-language="ca" datatype="plaintext" original="file.ext">
<body>
<!-- generic actions displayed on buttons and links -->
<trans-unit id="action.new">
<source>action.new</source>
<target>Crear %entity_name%</target>
</trans-unit>
<trans-unit id="action.show">
<source>action.show</source>
<target>Veure</target>
</trans-unit>
<trans-unit id="action.edit">
<source>action.edit</source>
<target>Modificar</target>
</trans-unit>
<trans-unit id="action.search">
<source>action.search</source>
<target>Buscar</target>
</trans-unit>
<trans-unit id="action.delete">
<source>action.delete</source>
<target>Borrar</target>
</trans-unit>
<trans-unit id="action.save">
<source>action.save</source>
<target>Guardar canvis</target>
</trans-unit>
<trans-unit id="action.cancel">
<source>action.cancel</source>
<target>Cancel·lar</target>
</trans-unit>
<trans-unit id="action.list">
<source>action.list</source>
<target>Tornar al llistat</target>
</trans-unit>

<!-- page titles -->
<trans-unit id="new.page_title">
<source>new.page_title</source>
<target>Crear %entity_name%</target>
</trans-unit>
<trans-unit id="show.page_title">
<source>show.page_title</source>
<target>%entity_name% (#%entity_id%)</target>
</trans-unit>
<trans-unit id="edit.page_title">
<source>edit.page_title</source>
<target>Modificar %entity_name% (#%entity_id%)</target>
</trans-unit>
<trans-unit id="list.page_title">
<source>list.page_title</source>
<target>%entity_name%</target>
</trans-unit>
<trans-unit id="search.page_title">
<source>search.page_title</source>
<target><![CDATA[{0} No s'han trobat resultats|{1} <strong>1</strong> resultat|]1,Inf] <strong>%count%</strong> resultats]]></target>
</trans-unit>

<!-- 'search' view -->
<trans-unit id="search.no_results">
<source>search.no_results</source>
<target>No s'han trobat resultats.</target>
</trans-unit>

<!-- 'list' view -->
<trans-unit id="list.row_actions">
<source>list.row_actions</source>
<target>Accions</target>
</trans-unit>

<!-- paginator -->
<trans-unit id="paginator.first">
<source>paginator.first</source>
<target>Primera</target>
</trans-unit>
<trans-unit id="paginator.previous">
<source>paginator.previous</source>
<target>Anterior</target>
</trans-unit>
<trans-unit id="paginator.next">
<source>paginator.next</source>
<target>Següent</target>
</trans-unit>
<trans-unit id="paginator.last">
<source>paginator.last</source>
<target>Última</target>
</trans-unit>
<trans-unit id="paginator.counter">
<source>paginator.counter</source>
<target><![CDATA[<strong>%start%</strong> - <strong>%end%</strong> de <strong>%results%</strong>]]></target>
</trans-unit>

<!-- misc. elements -->
<trans-unit id="header.close">
<source>header.close</source>
<target>Tancar</target>
</trans-unit>
<trans-unit id="header.logged_in_as">
<source>header.logged_in_as</source>
<target>Connectat com</target>
</trans-unit>
<trans-unit id="delete_modal.title">
<source>delete_modal.title</source>
<target>Realment vols borrar aquest element?</target>
</trans-unit>
<trans-unit id="delete_modal.content">
<source>delete_modal.content</source>
<target>Aquesta acció no es pot desfer.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 7b7bc1b

Please sign in to comment.