-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
German translation for EasyAdminBundle
- Loading branch information
Showing
1 changed file
with
107 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="de" target-language="de" datatype="plaintext" original="file.ext"> | ||
<body> | ||
<trans-unit id="header.close"> | ||
<source>header.close</source> | ||
<target>Schließen</target> | ||
</trans-unit> | ||
<trans-unit id="header.logged_in_as"> | ||
<source>header.logged_in_as</source> | ||
<target>Angemeldet als</target> | ||
</trans-unit> | ||
<trans-unit id="entity.create"> | ||
<source>entity.create</source> | ||
<target>Erstelle %entity%</target> | ||
</trans-unit> | ||
<trans-unit id="list.actions"> | ||
<source>list.actions</source> | ||
<target>Aktionen</target> | ||
</trans-unit> | ||
<trans-unit id="list.no_results"> | ||
<source>list.no_results</source> | ||
<target>Keine Ergebnisse gefunden.</target> | ||
</trans-unit> | ||
<trans-unit id="entity.edit"> | ||
<source>entity.edit</source> | ||
<target>Ändern</target> | ||
</trans-unit> | ||
<trans-unit id="entity.delete"> | ||
<source>entity.delete</source> | ||
<target>Löschen</target> | ||
</trans-unit> | ||
<trans-unit id="link.back_to_listing"> | ||
<source>link.back_to_listing</source> | ||
<target>Zurück zur Übersicht</target> | ||
</trans-unit> | ||
<trans-unit id="entity.save_changes"> | ||
<source>entity.save_changes</source> | ||
<target>Änderungen speichern</target> | ||
</trans-unit> | ||
<trans-unit id="paginator.first"> | ||
<source>paginator.first</source> | ||
<target>Erste</target> | ||
</trans-unit> | ||
<trans-unit id="paginator.previous"> | ||
<source>paginator.previous</source> | ||
<target>Zurück</target> | ||
</trans-unit> | ||
<trans-unit id="paginator.next"> | ||
<source>paginator.next</source> | ||
<target>Nächste</target> | ||
</trans-unit> | ||
<trans-unit id="paginator.last"> | ||
<source>paginator.last</source> | ||
<target>Letzte</target> | ||
</trans-unit> | ||
<trans-unit id="paginator.counter"> | ||
<source>paginator.counter</source> | ||
<target><![CDATA[<strong>%start%</strong> - <strong>%end%</strong> von <strong>%results%</strong>]]></target> | ||
</trans-unit> | ||
<trans-unit id="actions.cancel"> | ||
<source>actions.cancel</source> | ||
<target>Abbrechen</target> | ||
</trans-unit> | ||
<trans-unit id="actions.list"> | ||
<source>actions.list</source> | ||
<target>Liste</target> | ||
</trans-unit> | ||
<trans-unit id="actions.edit"> | ||
<source>actions.edit</source> | ||
<target>Ändern</target> | ||
</trans-unit> | ||
<trans-unit id="actions.new"> | ||
<source>actions.new</source> | ||
<target>Neu</target> | ||
</trans-unit> | ||
<trans-unit id="actions.show"> | ||
<source>actions.show</source> | ||
<target>Anzeigen</target> | ||
</trans-unit> | ||
<trans-unit id="actions.search"> | ||
<source>actions.search</source> | ||
<target>Suchen</target> | ||
</trans-unit> | ||
<trans-unit id="actions.delete"> | ||
<source>actions.delete</source> | ||
<target>Löschen</target> | ||
</trans-unit> | ||
<trans-unit id="list.results_found"> | ||
<source>list.results_found</source> | ||
<target><![CDATA[{0} Keine Ergebnisse vorhanden|{1} <strong>1</strong> Ergebnis gefunden|]1,Inf] <strong>%count%</strong> Ergebnisse gefunden]]></target> | ||
</trans-unit> | ||
<trans-unit id="list.search"> | ||
<source>list.search</source> | ||
<target>Suche</target> | ||
</trans-unit> | ||
<trans-unit id="delete_modal.title"> | ||
<source>delete_modal.title</source> | ||
<target>Möchten Sie dieses Element wirklich löschen?</target> | ||
</trans-unit> | ||
<trans-unit id="delete_modal.content"> | ||
<source>delete_modal.content</source> | ||
<target>Aktion kann nicht rückgängig gemacht werden.</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |