diff options
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/translations/validators.it.yml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.it.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.it.yml index b20d6f51..d96422f8 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/validators.it.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/validators.it.yml | |||
@@ -1,7 +1,8 @@ | |||
1 | validator: | 1 | validator: |
2 | password_must_match: 'Le password devono corrispondere.' | 2 | password_must_match: Le password devono corrispondere. |
3 | password_too_short: 'La password deve essere lunga almeno 8 caratteri' | 3 | password_too_short: La password deve essere di almeno 8 caratteri. |
4 | password_wrong_value: 'Valore inserito per la password corrente errato' | 4 | password_wrong_value: La password fornita è errata. |
5 | item_per_page_too_high: 'Questo valore è troppo alto' | 5 | item_per_page_too_high: Questo valore è troppo alto |
6 | feed_limit_too_high: 'Questo valore è troppo alto' | 6 | rss_limit_too_high: Questo valore è troppo alto |
7 | # quote_length_too_high: 'The quote is too long. It should have {{ limit }} characters or less.' | 7 | quote_length_too_high: La citazione è troppo lunga. Deve avere {{ limit }} caratteri |
8 | o meno. | ||