Add translations
This commit is contained in:
parent
00ccca88ac
commit
4ce6cd0072
3 changed files with 55 additions and 0 deletions
|
@ -312,6 +312,7 @@ en:
|
|||
errors:
|
||||
messages:
|
||||
not_a_phone: 'Invalid phone number'
|
||||
not_a_rna: 'Invalid RNA number'
|
||||
models:
|
||||
attestation_template:
|
||||
attributes:
|
||||
|
|
11
config/locales/models/champs/rna_champ/en.yml
Normal file
11
config/locales/models/champs/rna_champ/en.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
en:
|
||||
activemodel:
|
||||
attributes:
|
||||
rna_champ:
|
||||
value: RNA number
|
||||
data:
|
||||
association_titre: Association name
|
||||
association_objet: Association purpose
|
||||
association_date_creation: Creation date
|
||||
association_date_declaration: Declaration date
|
||||
association_date_publication: Publication date
|
43
config/locales/models/type_de_champ/en.yml
Normal file
43
config/locales/models/type_de_champ/en.yml
Normal file
|
@ -0,0 +1,43 @@
|
|||
fr:
|
||||
activerecord:
|
||||
models:
|
||||
type_de_champ: 'Field type'
|
||||
attributes:
|
||||
type_de_champ:
|
||||
type_champs:
|
||||
text: 'Text'
|
||||
textarea: 'Text area'
|
||||
date: 'Date'
|
||||
datetime: 'Datetime'
|
||||
number: 'Number'
|
||||
decimal_number: 'Decimal number'
|
||||
integer_number: 'Integer number'
|
||||
checkbox: 'Checkbox'
|
||||
civilite: 'Civility'
|
||||
email: 'Email'
|
||||
phone: 'Phone'
|
||||
address: 'Adress'
|
||||
yes_no: 'Yes/No'
|
||||
drop_down_list: 'Dropdown list'
|
||||
multiple_drop_down_list: 'Multiple dropdown list'
|
||||
linked_drop_down_list: 'Linked dropdown list'
|
||||
pays: 'Country'
|
||||
regions: 'Regions'
|
||||
departements: 'County'
|
||||
communes: 'Municipality'
|
||||
engagement: 'Commitment'
|
||||
header_section: 'Header section'
|
||||
explication: 'Explication'
|
||||
dossier_link: 'File link'
|
||||
piece_justificative: 'Supporting document'
|
||||
siret: 'SIRET'
|
||||
rna: 'RNA'
|
||||
carte: 'Card'
|
||||
repetition: 'Repetition'
|
||||
titre_identite: 'Identity title'
|
||||
iban: 'Iban'
|
||||
annuaire_education: 'Schooling directory'
|
||||
cnaf: 'Data from Caisse nationale des allocations familiales'
|
||||
dgfip: 'Data from Direction générale des Finances publiques'
|
||||
pole_emploi: 'Pôle emploi status'
|
||||
mesri: "Data from Ministère de l'Enseignement Supérieur, de la Recherche et de l'Innovation"
|
Loading…
Reference in a new issue