Skip to content
Snippets Groups Projects
Commit b3b425cf authored by pabois's avatar pabois
Browse files

diplomes

parent 203ff482
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,9 @@ class Education::Program < ApplicationRecord
has_many :websites, -> { distinct }, through: :schools
enum level: {
first_year: 100,
second_year: 200,
dut: 210,
bachelor: 300,
master: 500,
doctor: 800
......
......@@ -52,15 +52,18 @@ en:
user: User
education:
program:
educational_informations: Educational informations
main_informations: Main informations
useful_informations: Useful informations
educational_informations: Educational informations
enums:
education/program:
level:
bachelor: Licence / bachelor
master: Master
doctor: Doctorat
dut: DUT
first_year: First year
second_year: Second year
master: Master
simple_form:
hints:
education/program:
......
......@@ -52,15 +52,18 @@ fr:
user: Utilisateur
education:
program:
educational_informations: Informations pédagogiques
main_informations: Informations essentielles
useful_informations: Informations pratiques
educational_informations: Informations pédagogiques
enums:
education/program:
level:
bachelor: Licence / bachelor
master: Master
doctor: Doctorat
dut: DUT
first_year: Bac + 1
master: Master
second_year: Bac + 2
simple_form:
hints:
education/program:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment