diff options
author | Tobias Strobel <strobeltobias@users.noreply.github.com> | 2017-11-26 14:49:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-26 14:49:59 +0100 |
commit | e2ee70f477058dddc0259485dd80367b0e2a2bad (patch) | |
tree | 946b7d4f1a938c88c67bbe7e3b0c6fc0e1846f99 /src/Wallabag | |
parent | ca8d3ed598a3c98f9761e096369da05d61950df4 (diff) | |
download | wallabag-e2ee70f477058dddc0259485dd80367b0e2a2bad.tar.gz wallabag-e2ee70f477058dddc0259485dd80367b0e2a2bad.tar.zst wallabag-e2ee70f477058dddc0259485dd80367b0e2a2bad.zip |
Translate new validators string
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/translations/validators.de.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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: | |||
4 | password_wrong_value: 'Falscher Wert für dein aktuelles Kennwort' | 4 | password_wrong_value: 'Falscher Wert für dein aktuelles Kennwort' |
5 | item_per_page_too_high: 'Dies wird die Anwendung möglicherweise beenden' | 5 | item_per_page_too_high: 'Dies wird die Anwendung möglicherweise beenden' |
6 | rss_limit_too_high: 'Dies wird die Anwendung möglicherweise beenden' | 6 | rss_limit_too_high: 'Dies wird die Anwendung möglicherweise beenden' |
7 | # quote_length_too_high: 'The quote is too long. It should have {{ limit }} characters or less.' | 7 | quote_length_too_high: 'Das Zitat ist zu lang. Es sollte nicht mehr als {{ limit }} Zeichen enthalten.' |
8 | |||