From e2ee70f477058dddc0259485dd80367b0e2a2bad Mon Sep 17 00:00:00 2001 From: Tobias Strobel Date: Sun, 26 Nov 2017 14:49:59 +0100 Subject: [PATCH] Translate new validators string --- .../CoreBundle/Resources/translations/validators.de.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.de.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.de.yml index c74c00ca..907b67a5 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/validators.de.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/validators.de.yml @@ -4,4 +4,5 @@ validator: password_wrong_value: 'Falscher Wert für dein aktuelles Kennwort' item_per_page_too_high: 'Dies wird die Anwendung möglicherweise beenden' rss_limit_too_high: 'Dies wird die Anwendung möglicherweise beenden' - # quote_length_too_high: 'The quote is too long. It should have {{ limit }} characters or less.' + quote_length_too_high: 'Das Zitat ist zu lang. Es sollte nicht mehr als {{ limit }} Zeichen enthalten.' + -- 2.41.0