]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/translations/validators.pt.yml
Displays an error with an annotation with a too long quote
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / translations / validators.pt.yml
index cdfa46a6d246cacd3de7825aa6978e33666792f8..a8c1f9de4875549ae7caa21a509a46f90be156f7 100644 (file)
@@ -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.'