feat(create-election) : translation time limited option

pull/73/head
Clement G 4 years ago
parent 339bdb6feb
commit 82b70efd00

@ -26,6 +26,9 @@
"Advanced options": "Weitere Optionen",
"Starting date": "Anfangsdatum",
"Ending date": "Enddatum",
"Defined period" : "Definierte Periode",
"Unlimited" : "Unbegrenzt",
"Voting time" : "Abstimmungszeit",
"Grades": "Note",
"You can select here the number of grades for your election": " Sie können hier die Anzahl der Noten für Ihre Wahl auswählen ",
"5 = Excellent, Very good, Good, Fair, Passable": "5 = hervorragend, sehr gut, gut, befriedigend, ausreichend",

@ -26,6 +26,9 @@
"Advanced options": "Advanced options",
"Starting date": "Starting date",
"Ending date": "Ending date",
"Defined period" : "Defined period",
"Unlimited" : "Unlimited",
"Voting time" : "Voting time",
"Grades": "Grades",
"You can select here the number of grades for your election": "You can select here the number of grades for your election",
"5 = Excellent, Very good, Good, Fair, Passable": "5 = Excellent, Very good, Good, Fair, Passable",

@ -26,6 +26,9 @@
"Advanced options": "Opciones avanzadas",
"Starting date": "Fecha de inicio",
"Ending date": "Fecha de finalización",
"Defined period" : "Período definido",
"Unlimited" : "Ilimitado",
"Voting time" : "Hora de la votación",
"Grades": "Escala",
"You can select here the number of grades for your election": "Puede seleccionar aquí el número de niveles de la escala para su elección",
"5 = Excellent, Very good, Good, Fair, Passable": "5 == Excelente, Muy bien, Bien, Regular, Pasable",

@ -26,6 +26,9 @@
"Advanced options": "Options avancées",
"Starting date": "Date de début",
"Ending date": "Date de fin ",
"Defined period" : "Période définie",
"Unlimited" : "Illimitée",
"Voting time" : "Durée du vote",
"Grades": "Mentions",
"You can select here the number of grades for your election": "You pouvez choisir ici le nombre de mentions de votre vote",
"5 = Excellent, Very good, Good, Fair, Passable": "5 = Excellent, Très bien, Bien, Assez bien, Passable",

@ -26,6 +26,9 @@
"Advanced options": "Расширенные настройки",
"Starting date": "Дата начала",
"Ending date": "Дата окончания",
"Defined period" : "Определенный период",
"Unlimited" : "Безлимитный",
"Voting time" : "Время голосования",
"Grades": "Оценки",
"You can select here the number of grades for your election": "Здесь вы можете выбрать количество оценок для вашего голосования",
"5 = Excellent, Very good, Good, Fair, Passable": "5 = Отлично, Очень хорошо, Хорошо, Удовлетворительно, Допустимо",

@ -534,11 +534,11 @@ class CreateElection extends Component {
<hr className="mt-2 mb-2" />
<Row>
<Col xs="12" md="3" lg="3">
<Label for="title">{t("Durée du vote")}</Label>
<Label for="title">{t("Voting time")}</Label>
</Col>
<Col xs="12" md="4" lg="3">
<Label className="radio " htmlFor="is_time_limited_false">
<span className="small text-dark">{t("Illimitée")}</span>
<span className="small text-dark">{t("Unlimited")}</span>
<input
className="radio"
type="radio"
@ -555,7 +555,7 @@ class CreateElection extends Component {
<Label className="radio" htmlFor="is_time_limited_true">
<span className="small">
<span className="text-dark">
{t("Période définie")}
{t("Defined period")}
</span>
</span>
<input

Loading…
Cancel
Save