Skip to content

Commit

Permalink
[TASK] Add missing german backend translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Patryk Kudlik committed Aug 26, 2024
1 parent 016d4dc commit 0d0c7f1
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions Resources/Private/Language/de.locallang_be.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<xliff version="1.0">
<file source-language="en, de" target-language="de" datatype="plaintext"
original="messages" date="2023-04-24T15:52:42Z">
<header>
<generator>PhpStorm</generator>
</header>
<body>
<trans-unit id="flexform.filter.options.title">
<source>Deactivate filtering</source>
<target>Filterung deaktivieren</target>
</trans-unit>
<trans-unit id="flexform.filter.options.description">
<source>If the option is enabled, options with filters will not be visible in the frontend</source>
<target>Wenn die Option aktiviert ist, sind Optionen mit Filtern im Frontend nicht sichtbar</target>
</trans-unit>
<trans-unit id="flexform.filter.options.hide_completed_projects">
<source>Hide completed projects</source>
<target>Abgeschlossene Projekte ausblenden</target>
</trans-unit>
<trans-unit id="flexform.filter.options.hide_completed_projects.description">
<source>Hide projects that have passed their end date from the overview.</source>
<target>Projekte, deren Enddatum überschritten ist, in der Übersicht ausblenden.</target>
</trans-unit>
<trans-unit id="flexform.sorting">
<source>Sorting</source>
<target>Sortierung</target>
</trans-unit>
<trans-unit id="flexform.sorting.description">
<source>Define sorting in frontend. Sort by page sorting doesn't respect multiple mounts as sort</source>
<target>Definieren Sie die Sortierung im Frontend. Die Seitensortierung berücksichtigt mehrere Mounts nicht als Sortierung</target>
</trans-unit>

<trans-unit id="flexform.sorting.lastUpdated.asc">
<source>Last updated (latest first)</source>
<target>Zuletzt aktualisiert (neueste zuerst)</target>
</trans-unit>
<trans-unit id="flexform.sorting.lastUpdated.desc">
<source>Last updated (latest last)</source>
<target>Zuletzt aktualisiert (neueste zuletzt)</target>
</trans-unit>
<trans-unit id="flexform.sorting.sorting.asc">
<source>Page sorting (Result may be unexpected)</source>
<target>Seitensortierung (Ergebnis kann unerwartet sein)</target>
</trans-unit>
<trans-unit id="flexform.sorting.sorting.desc">
<source>Page sorting (Result may be unexpected)</source>
<target>Seitensortierung (Ergebnis kann unerwartet sein)</target>
</trans-unit>
<trans-unit id="flexform.sorting.title.asc">
<source>Title A-Z</source>
<target>Titel A-Z</target>
</trans-unit>
<trans-unit id="flexform.sorting.title.desc">
<source>Title Z-A</source>
<target>Titel Z-A</target>
</trans-unit>
<trans-unit id="flexform.sorting.tx_academicprojects_budget.asc">
<source>Budget (low to high)</source>
<target>Budget (niedrig bis hoch)</target>
</trans-unit>
<trans-unit id="flexform.sorting.tx_academicprojects_budget.desc">
<source>Budget (high to low)</source>
<target>Budget (hoch bis niedrig)</target>
</trans-unit>
<trans-unit id="flexform.sorting.tx_academicprojects_start_date.asc">
<source>Start date (oldest first)</source>
<target>Startdatum (älteste zuerst)</target>
</trans-unit>
<trans-unit id="flexform.sorting.tx_academicprojects_start_date.desc">
<source>Start date (newest first)</source>
<target>Startdatum (neueste zuerst)</target>
</trans-unit>
<trans-unit id="flexform.category.description">
<source>Select categories. Main categories will select all subcategories by OR, multiple categories selects by AND</source>
<target>Wählen Sie Kategorien aus. Hauptkategorien wählen alle Unterkategorien durch ODER aus, mehrere Kategorien wählen durch UND aus</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 0d0c7f1

Please sign in to comment.