15 lines
617 B
YAML
Executable File
15 lines
617 B
YAML
Executable File
your_personal_information: "Your personal information"
|
|
your_login_information: "Your login information for the site"
|
|
label_cgu: "I have read and agree to the terms and conditions"
|
|
cgu_clt: "Please accept the terms and conditions by checking the box below"
|
|
email: "Email"
|
|
password_first_options: "Password"
|
|
password_second_options: "Confirm Password"
|
|
password_clt_empty: "Password cannot be empty"
|
|
password_clt_min_length: "Password must be at least {{ limit }} characters long"
|
|
birthdate: "Birthdate"
|
|
phoneNumber: "Phone number"
|
|
gender: "Gender"
|
|
pseudo: "Username"
|
|
country: "Country"
|
|
btn_save: "Complete registration" |