aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/de/feedback.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/feedback.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/feedback.php')
-rw-r--r--app/i18n/de/feedback.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/de/feedback.php b/app/i18n/de/feedback.php
index 91e335604..cc5ce3cce 100644
--- a/app/i18n/de/feedback.php
+++ b/app/i18n/de/feedback.php
@@ -110,9 +110,9 @@ return array(
'purge_completed' => 'Bereinigung abgeschlossen (%d Artikel gelöscht)',
),
'tag' => array(
- 'created' => 'Tag "%s" has been created.', // TODO - Translation
- 'name_exists' => 'Tag name already exists.', // TODO - Translation
- 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation
+ 'created' => 'Tag "%s" wurde erstellt.',
+ 'name_exists' => 'Tag Name existiert bereits.',
+ 'renamed' => 'Der Tag "%s" wurde umbenannt in "%s".',
),
'update' => array(
'can_apply' => 'FreshRSS wird nun auf die <strong>Version %s</strong> aktualisiert.',