diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2017-12-05 17:46:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-05 17:46:40 +0100 |
commit | 613a8ec3123de83013837bf97b59c3bd1af02548 (patch) | |
tree | 2473de9126d3a6e938643fe45b3efcecc2c43c44 /src/Wallabag | |
parent | aeab8b342e462a446c6be54896ac76c41d68b471 (diff) | |
parent | e2ee70f477058dddc0259485dd80367b0e2a2bad (diff) | |
download | wallabag-613a8ec3123de83013837bf97b59c3bd1af02548.tar.gz wallabag-613a8ec3123de83013837bf97b59c3bd1af02548.tar.zst wallabag-613a8ec3123de83013837bf97b59c3bd1af02548.zip |
Merge pull request #3438 from strobeltobias/patch-1
Translate new strings
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 | |||