diff options
author | Swann Martinet <swann.ranskassa@laposte.net> | 2019-08-27 20:44:10 +0000 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2020-04-27 09:39:41 +0200 |
commit | 5959a764944192bf12ba58c6e6f97a1987ff9ae4 (patch) | |
tree | e8c327b1bfe8c97508e4394855aff97dd90b6478 | |
parent | b4da8406e8d5218dd867a3600bd47afd19e64d65 (diff) | |
download | wallabag-5959a764944192bf12ba58c6e6f97a1987ff9ae4.tar.gz wallabag-5959a764944192bf12ba58c6e6f97a1987ff9ae4.tar.zst wallabag-5959a764944192bf12ba58c6e6f97a1987ff9ae4.zip |
Translated using Weblate (French)
Currently translated at 100.0% (6 of 6 strings)
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml index 92f69aa0..dfcb10b2 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml | |||
@@ -1,7 +1,8 @@ | |||
1 | validator: | 1 | validator: |
2 | password_must_match: "Les deux mots de passe doivent être les mêmes" | 2 | password_must_match: Les deux mots de passe doivent correspondre. |
3 | password_too_short: "Le mot de passe doit contenir au moins 8 caractères" | 3 | password_too_short: Votre mot de passe doit faire au moins 8 caractères. |
4 | password_wrong_value: "Votre mot de passe actuel est faux" | 4 | password_wrong_value: Le mot de passe fournie est faux. |
5 | item_per_page_too_high: "Ça ne va pas plaire à l’application" | 5 | item_per_page_too_high: Ça ne va pas plaire à l’application |
6 | feed_limit_too_high: "Ça ne va pas plaire à l’application" | 6 | rss_limit_too_high: Ça ne va pas plaire à l’application |
7 | quote_length_too_high: "La citation est trop longue. Elle doit avoir au maximum {{ limit }} caractères." | 7 | quote_length_too_high: La citation est trop longue. Elle doit avoir au maximum {{ |
8 | limit }} caractères. | ||