Skip to content

Commit

Permalink
bug #771 add missing German translations (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

add missing German translations

This fixes #756.

Commits
-------

3c4803a add missing German translations
  • Loading branch information
javiereguiluz committed Jan 5, 2016
2 parents 758221f + 3c4803a commit 8a1efd4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Resources/translations/EasyAdminBundle.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@
<source>label.null</source>
<target>Null</target>
</trans-unit>
<trans-unit id="label.nullable_field">
<source>label.nullable_field</source>
<target>Feld leer lassen</target>
</trans-unit>
<trans-unit id="label.object">
<source>label.object</source>
<target>PHP-Objekt</target>
</trans-unit>
<trans-unit id="label.inaccessible">
<source>label.inaccessible</source>
<target>Nicht zugreifbar</target>
Expand Down
8 changes: 8 additions & 0 deletions Resources/translations/messages.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
<source>action.list</source>
<target>Zurück zur Übersicht</target>
</trans-unit>
<trans-unit id="form.label.empty_value">
<source>form.label.empty_value</source>
<target>kein Wert</target>
</trans-unit>
<trans-unit id="modal.action.delete">
<source>modal.action.delete</source>
<target>Löschen</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 8a1efd4

Please sign in to comment.