mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 19:08:10 -05:00
Merge pull request #2108 from Onaldanm/plugin-poll-fr
Poll - French Translation
This commit is contained in:
commit
249e577456
2 changed files with 40 additions and 0 deletions
23
plugins/poll/config/locales/client.fr.yml
Normal file
23
plugins/poll/config/locales/client.fr.yml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# encoding: utf-8
|
||||||
|
#
|
||||||
|
# French translation - Traduction française
|
||||||
|
#
|
||||||
|
# This file contains content for the client portion of Discourse, sent out
|
||||||
|
# to the Javascript app.
|
||||||
|
#
|
||||||
|
# To work with us on translations, see:
|
||||||
|
# https://www.transifex.com/projects/p/discourse-pt-br/
|
||||||
|
#
|
||||||
|
# To validate this YAML file after you change it, please paste it into
|
||||||
|
# http://yamllint.com/
|
||||||
|
|
||||||
|
fr:
|
||||||
|
js:
|
||||||
|
poll:
|
||||||
|
voteCount:
|
||||||
|
one: "1 vote"
|
||||||
|
other: "%{count} votes"
|
||||||
|
|
||||||
|
results:
|
||||||
|
show: "Voir les résultats"
|
||||||
|
hide: "Cacher les résultats"
|
17
plugins/poll/config/locales/server.fr.yml
Normal file
17
plugins/poll/config/locales/server.fr.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# encoding: utf-8
|
||||||
|
#
|
||||||
|
# French translation - Traduction française
|
||||||
|
#
|
||||||
|
# This file contains content for the server portion of Discourse used by Ruby
|
||||||
|
#
|
||||||
|
# To work with us on translations, see:
|
||||||
|
# https://www.transifex.com/projects/p/discourse-pt-br/
|
||||||
|
#
|
||||||
|
# To validate this YAML file after you change it, please paste it into
|
||||||
|
# http://yamllint.com/
|
||||||
|
|
||||||
|
fr:
|
||||||
|
poll:
|
||||||
|
must_contain_poll_options: "doit contenir une liste de choix pour le sondage"
|
||||||
|
cannot_have_modified_options: "ne peut pas être modifié car il contient un sondage publié depuis plus de 5 minutes"
|
||||||
|
prefix: "Sondage:"
|
Loading…
Reference in a new issue