Skip to content

Commit

Permalink
minor #118 Added Swedish translation (magnusnordlander)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Added Swedish translation

I've added a Swedish translation for the bundle. I am a native speaker (though this doesn't preclude better translations of course).

Commits
-------

96fd754 Added Swedish translation
  • Loading branch information
javiereguiluz committed Feb 5, 2015
2 parents 8c60b24 + 96fd754 commit ee17b2f
Showing 1 changed file with 107 additions and 0 deletions.
107 changes: 107 additions & 0 deletions Resources/translations/EasyAdminBundle.sv.xliff
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="header.close">
<source>header.close</source>
<target>Stäng</target>
</trans-unit>
<trans-unit id="header.logged_in_as">
<source>header.logged_in_as</source>
<target>Inloggad som</target>
</trans-unit>
<trans-unit id="entity.create">
<source>entity.create</source>
<target>Skapa ny %entity%</target>
</trans-unit>
<trans-unit id="list.actions">
<source>list.actions</source>
<target>Actions</target>
</trans-unit>
<trans-unit id="list.no_results">
<source>list.no_results</source>
<target>Inga resultat.</target>
</trans-unit>
<trans-unit id="entity.edit">
<source>entity.edit</source>
<target>Redigera</target>
</trans-unit>
<trans-unit id="entity.delete">
<source>entity.delete</source>
<target>Ta bort</target>
</trans-unit>
<trans-unit id="link.back_to_listing">
<source>link.back_to_listing</source>
<target>Åter till lista</target>
</trans-unit>
<trans-unit id="entity.save_changes">
<source>entity.save_changes</source>
<target>Spara ändringar</target>
</trans-unit>
<trans-unit id="paginator.first">
<source>paginator.first</source>
<target>Första</target>
</trans-unit>
<trans-unit id="paginator.previous">
<source>paginator.previous</source>
<target>Förra</target>
</trans-unit>
<trans-unit id="paginator.next">
<source>paginator.next</source>
<target>Nästa</target>
</trans-unit>
<trans-unit id="paginator.last">
<source>paginator.last</source>
<target>Sista</target>
</trans-unit>
<trans-unit id="paginator.counter">
<source>paginator.counter</source>
<target><![CDATA[<strong>%start%</strong> - <strong>%end%</strong> av <strong>%results%</strong>]]></target>
</trans-unit>
<trans-unit id="actions.cancel">
<source>actions.cancel</source>
<target>Avbryt</target>
</trans-unit>
<trans-unit id="actions.list">
<source>actions.list</source>
<target>Lista</target>
</trans-unit>
<trans-unit id="actions.edit">
<source>actions.edit</source>
<target>Redigera</target>
</trans-unit>
<trans-unit id="actions.new">
<source>actions.new</source>
<target>Ny</target>
</trans-unit>
<trans-unit id="actions.show">
<source>actions.show</source>
<target>Visa</target>
</trans-unit>
<trans-unit id="actions.search">
<source>actions.search</source>
<target>Sök</target>
</trans-unit>
<trans-unit id="actions.delete">
<source>actions.delete</source>
<target>Ta bort</target>
</trans-unit>
<trans-unit id="list.results_found">
<source>list.results_found</source>
<target><![CDATA[{0} Inga resultat|{1} <strong>1</strong> result|]1,Inf] <strong>%count%</strong> resultat]]></target>
</trans-unit>
<trans-unit id="list.search">
<source>list.search</source>
<target>Sök</target>
</trans-unit>
<trans-unit id="delete_modal.title">
<source>delete_modal.title</source>
<target>Vill du verkligen ta bort detta?</target>
</trans-unit>
<trans-unit id="delete_modal.content">
<source>delete_modal.content</source>
<target>Du kan inte ångra det här.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit ee17b2f

Please sign in to comment.