discourse/plugins/poll/config/locales/client.fr.yml

49 lines
1.9 KiB
YAML
Raw Normal View History

2015-04-29 13:07:25 -04:00
# encoding: utf-8
#
# Never edit this file. It will be overwritten when translations are pulled from Transifex.
#
# To work with us on translations, join this project:
# https://www.transifex.com/projects/p/discourse-org/
fr:
js:
poll:
voters:
2016-05-26 11:50:15 -04:00
one: "votant"
other: "votants"
2015-05-06 11:35:09 -04:00
total_votes:
2015-07-22 13:27:18 -04:00
one: "vote au total"
other: "votes au total"
2015-05-20 14:54:12 -04:00
average_rating: "Notation moyenne : <strong>%{average}</strong>"
multiple:
help:
2015-11-20 12:55:08 -05:00
at_least_min_options:
2016-02-02 04:51:43 -05:00
one: "Vous devez choisir au moins <strong>une</strong> option."
2015-11-20 12:55:08 -05:00
other: "Vous devez choisir au moins <strong>%{count}</strong> options."
up_to_max_options:
2016-02-02 04:51:43 -05:00
one: "Vous pouvez choisir <strong>une</strong> option."
2015-11-20 12:55:08 -05:00
other: "Vous pouvez choisir jusquà <strong>%{count}</strong> options."
x_options:
2016-02-02 04:51:43 -05:00
one: "Vous devez choisir <strong>une</strong> option."
2015-11-20 12:55:08 -05:00
other: "Vous devez choisir <strong>%{count}</strong> options."
2015-05-20 14:54:12 -04:00
between_min_and_max_options: "Vous devez choisir entre <strong>%{min}</strong> et <strong>%{max}</strong> options."
2015-04-29 13:07:25 -04:00
cast-votes:
title: "Distribuez vos votes"
label: "Votez maintenant !"
show-results:
title: "Afficher les résultats du sondage"
label: "Afficher les résultats"
hide-results:
title: "Retourner au vote"
label: "Masquer les résultats"
open:
title: "Ouvrir le sondage"
label: "Ouvrir"
confirm: "Êtes-vous sûr de vouloir ouvrir ce sondage ?"
close:
title: "Fermer le sondage"
label: "Fermer"
confirm: "Êtes-vous sûr de vouloir fermer ce sondage ?"
error_while_toggling_status: "Une erreur s'est produite lors du changement de statut de ce sondage."
error_while_casting_votes: "Une erreur s'est produite lors de la distribution de vos votes."