diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.cs.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.cs.yml index 0967ef424..c06d276a5 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/validators.cs.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/validators.cs.yml @@ -1 +1,4 @@ -{} +validator: + password_wrong_value: Špatně zadané heslo. + password_too_short: Vaše heslo musí mít alespoň 8 znaků. + password_must_match: Heslo musí být v obou polích stejné.