diff --git a/public/locale/i18n/de/resource.json b/public/locale/i18n/de/resource.json index 4234b25..d5116bf 100644 --- a/public/locale/i18n/de/resource.json +++ b/public/locale/i18n/de/resource.json @@ -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", diff --git a/public/locale/i18n/en/resource.json b/public/locale/i18n/en/resource.json index 25a2cba..808eae9 100644 --- a/public/locale/i18n/en/resource.json +++ b/public/locale/i18n/en/resource.json @@ -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", diff --git a/public/locale/i18n/es/resource.json b/public/locale/i18n/es/resource.json index 7d6baa0..143df8e 100644 --- a/public/locale/i18n/es/resource.json +++ b/public/locale/i18n/es/resource.json @@ -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", diff --git a/public/locale/i18n/fr/resource.json b/public/locale/i18n/fr/resource.json index f1bea77..be9a466 100644 --- a/public/locale/i18n/fr/resource.json +++ b/public/locale/i18n/fr/resource.json @@ -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", diff --git a/public/locale/i18n/ru/resource.json b/public/locale/i18n/ru/resource.json index f6de898..8e16a9d 100644 --- a/public/locale/i18n/ru/resource.json +++ b/public/locale/i18n/ru/resource.json @@ -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 = Отлично, Очень хорошо, Хорошо, Удовлетворительно, Допустимо", diff --git a/src/components/views/CreateElection.jsx b/src/components/views/CreateElection.jsx index 420daff..d3068dd 100644 --- a/src/components/views/CreateElection.jsx +++ b/src/components/views/CreateElection.jsx @@ -534,11 +534,11 @@ class CreateElection extends Component {
- +