X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Ftranslations%2Fvalidators.pt.yml;h=a8c1f9de4875549ae7caa21a509a46f90be156f7;hb=a6e4e83809ab7abf51e5c06de503ef1b900bb219;hp=cdfa46a6d246cacd3de7825aa6978e33666792f8;hpb=3a3c6b866b52721431bed22426d9abfcd0d2dfe0;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.pt.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.pt.yml index cdfa46a6..a8c1f9de 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/validators.pt.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/validators.pt.yml @@ -1,6 +1,7 @@ validator: - password_must_match: 'The password fields must match.' - password_too_short: 'Password should by at least 8 chars long' - password_wrong_value: 'Wrong value for your current password' - item_per_page_too_high: 'This will certainly kill the app' - rss_limit_too_hight: 'This will certainly kill the app' + password_must_match: 'Os campos de senha devem coincidir.' + password_too_short: 'A senha deve ter pelo menos 8 caracteres' + password_wrong_value: 'A senha atual informada está errada' + item_per_page_too_high: 'Certamente isso pode matar a aplicação' + rss_limit_too_high: 'Certamente isso pode matar a aplicação' + # quote_length_too_high: 'The quote is too long. It should have {{ limit }} characters or less.'