aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/de/conf.php
diff options
context:
space:
mode:
authorGravatar rom-1 <37835829+rom-1@users.noreply.github.com> 2021-01-17 18:29:21 +0100
committerGravatar GitHub <noreply@github.com> 2021-01-17 18:29:21 +0100
commit82a2a6f023f58f65df93d11339f4be36a8c2b16f (patch)
treec0cc45bea3f9ce2171cb544ca85493e34a1d8b32 /app/i18n/de/conf.php
parentee175dd6169a016fc898fac62d046e22c205dec0 (diff)
Updated German Translation (#3379)
* Updated German Translation completed german translation, as of now 100%. * changing the word display -> filter The whole interface is a little mess, but I guess this might be fitting a bit better * Fix ignore Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/de/conf.php')
-rw-r--r--app/i18n/de/conf.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php
index 575a0983a..15a019ea3 100644
--- a/app/i18n/de/conf.php
+++ b/app/i18n/de/conf.php
@@ -67,20 +67,20 @@ return array(
'display' => 'Zeige Abfrage Ergebnisse',
'filter' => array(
'_' => 'Angewendeter Filter:',
- 'categories' => 'Display by category', // TODO - Translation
- 'feeds' => 'Display by feed', // TODO - Translation
- 'order' => 'Sort by date', // TODO - Translation
- 'search' => 'Expression', // TODO - Translation
- 'state' => 'State', // TODO - Translation
- 'tags' => 'Display by tag', // TODO - Translation
- 'type' => 'Type', // TODO - Translation
+ 'categories' => 'Nach Kategorie filtern',
+ 'feeds' => 'Nach Feed filtern',
+ 'order' => 'Nach Datum sortieren',
+ 'search' => 'Suchbegriff',
+ 'state' => 'Eigenschaft',
+ 'tags' => 'Nach Tag filtern',
+ 'type' => 'Filter-Typ',
),
'get_all' => 'Alle Artikel anzeigen',
'get_category' => 'Kategorie "%s" anzeigen',
'get_favorite' => 'Lieblingsartikel anzeigen',
'get_feed' => 'Feed "%s" anzeigen',
- 'get_tag' => 'Display "%s" label', // TODO - Translation
- 'name' => 'Name', // TODO - Translation
+ 'get_tag' => 'Tag "%s" anzeigen',
+ 'name' => 'Name',
'no_filter' => 'Kein Filter',
'none' => 'Sie haben bisher keine Benutzerabfrage erstellt.',
'number' => 'Abfrage Nr. %d',