diff options
| author | 2025-09-21 13:45:12 +0200 | |
|---|---|---|
| committer | 2025-09-21 13:45:12 +0200 | |
| commit | f0388f64acea1c5c241e4b29d4d19777af500466 (patch) | |
| tree | 5d5536cb383db22512a254c93fe76aa9b5338af7 /app/i18n/de/feedback.php | |
| parent | bc3e4c8fa4bae9591166e12caa3fb6bf73893102 (diff) | |
Update German (#7833)
* Update sub.php
German translation added.
* Update gen.php
German translation added
* make fix-all
* Update conf.php
* make fix-all
* Update index.php
* make fix-all
* Update admin.php
* Update feedback.php
* Update app/i18n/de/index.php
* make fix-all
* Apply suggestions from code review
Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com>
* Update app/i18n/de/index.php
Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com>
* Update app/i18n/de/feedback.php
Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com>
* Icon
* make fix-all
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com>
Co-authored-by: Alexis Degrugillier <aledeg@users.noreply.github.com>
Diffstat (limited to 'app/i18n/de/feedback.php')
| -rw-r--r-- | app/i18n/de/feedback.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/de/feedback.php b/app/i18n/de/feedback.php index 2c2da41d3..fac22c6da 100644 --- a/app/i18n/de/feedback.php +++ b/app/i18n/de/feedback.php @@ -66,7 +66,7 @@ return array( ), 'profile' => array( 'error' => 'Ihr Profil kann nicht geändert werden', - 'passwords_dont_match' => 'Passwords don’t match', // TODO + 'passwords_dont_match' => 'Passwörter stimmen nicht überein', 'updated' => 'Ihr Profil ist geändert worden', ), 'sub' => array( @@ -97,8 +97,8 @@ return array( 'deleted' => 'Der Feed ist gelöscht worden', 'error' => 'Der Feed kann nicht aktualisiert werden', 'favicon' => array( - 'too_large' => 'Uploaded icon is too large. The maximum file size is <em>%s</em>.', // TODO - 'unsupported_format' => 'Unsupported image file format!', // TODO + 'too_large' => 'Das hochgeladene Icon ist zu groß. Die maximale Dateigröße beträgt <em>%s</em>.', + 'unsupported_format' => 'Das Bilddateiformat wird nicht unterstützt!', ), 'internal_problem' => 'Der RSS-Feed konnte nicht hinzugefügt werden. Für Details <a href="%s">prüfen Sie die FreshRSS-Protokolle</a>. Mit <code>#force_feed</code> am Ende der Feed-URL kann das Hinzufügen erzwungen werden.', 'invalid_url' => 'Die URL <em>%s</em> ist ungültig', |
