fix(i18n): add missing i18n on /commencer
This commit is contained in:
parent
e52bd9d6bf
commit
ff09130180
5 changed files with 9 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
%fieldset#radio-rich-hint.fr-fieldset{ "aria-labelledby" => "radio-rich-hint-legend radio-rich-hint-messages" }
|
%fieldset#radio-rich-hint.fr-fieldset{ "aria-labelledby" => "radio-rich-hint-legend radio-rich-hint-messages" }
|
||||||
%legend#radio-rich-hint-legend.fr-fieldset__legend--regular.fr-fieldset__legend
|
%legend#radio-rich-hint-legend.fr-fieldset__legend--regular.fr-fieldset__legend
|
||||||
Ce dossier est
|
= t('views.users.dossiers.identite.legend')
|
||||||
|
|
||||||
.fr-fieldset__element
|
.fr-fieldset__element
|
||||||
.fr-radio-group.fr-radio-rich
|
.fr-radio-group.fr-radio-rich
|
||||||
|
|
|
@ -399,6 +399,7 @@ en:
|
||||||
dossiers:
|
dossiers:
|
||||||
archived_dossier: "Your file will be kept %{duree_conservation_dossiers_dans_ds} more months"
|
archived_dossier: "Your file will be kept %{duree_conservation_dossiers_dans_ds} more months"
|
||||||
identite:
|
identite:
|
||||||
|
legend: 'This file is:'
|
||||||
self_title: Your identity
|
self_title: Your identity
|
||||||
callout_text: "You are acting as a proxy for a principal, either professionally (such as accountant, lawyer) or personally (family). Make sure to respect the conditions of Articles 1984 and following of the Civil Code."
|
callout_text: "You are acting as a proxy for a principal, either professionally (such as accountant, lawyer) or personally (family). Make sure to respect the conditions of Articles 1984 and following of the Civil Code."
|
||||||
beneficiaire_title: "Identity of the beneficiary"
|
beneficiaire_title: "Identity of the beneficiary"
|
||||||
|
|
|
@ -403,6 +403,7 @@ fr:
|
||||||
dossiers:
|
dossiers:
|
||||||
archived_dossier: "Votre dossier sera conservé %{duree_conservation_dossiers_dans_ds} mois supplémentaire"
|
archived_dossier: "Votre dossier sera conservé %{duree_conservation_dossiers_dans_ds} mois supplémentaire"
|
||||||
identite:
|
identite:
|
||||||
|
legend: 'Ce dossier est : '
|
||||||
self_title: Votre identité
|
self_title: Votre identité
|
||||||
callout_text: Vous agissez en tant que mandataire, soit professionnellement (comme expert-comptable, avocat) soit personnellement (famille). Assurez-vous de respecter les conditions des Articles 1984 et suivants du Code civil.
|
callout_text: Vous agissez en tant que mandataire, soit professionnellement (comme expert-comptable, avocat) soit personnellement (famille). Assurez-vous de respecter les conditions des Articles 1984 et suivants du Code civil.
|
||||||
beneficiaire_title: Identité du bénéficiaire
|
beneficiaire_title: Identité du bénéficiaire
|
||||||
|
|
|
@ -8,7 +8,12 @@ en:
|
||||||
dossier:
|
dossier:
|
||||||
id: "File number"
|
id: "File number"
|
||||||
state: "State"
|
state: "State"
|
||||||
pending_correction: Requested correction
|
pending_correction: Request correction
|
||||||
|
mandataire_first_name: First name
|
||||||
|
mandataire_last_name: Last name
|
||||||
|
for_tiers:
|
||||||
|
false: For yourself
|
||||||
|
true: "For someone else : a family member, a relative, someone you represent"
|
||||||
dossier/state: &state
|
dossier/state: &state
|
||||||
brouillon: "Draft"
|
brouillon: "Draft"
|
||||||
en_construction: "In progress"
|
en_construction: "In progress"
|
||||||
|
|
|
@ -7,11 +7,7 @@ fr:
|
||||||
attributes:
|
attributes:
|
||||||
dossier:
|
dossier:
|
||||||
id: "Numéro de dossier"
|
id: "Numéro de dossier"
|
||||||
montant_projet: 'Le montant du projet'
|
|
||||||
montant_aide_demande: "Le montant d’aide demandée"
|
|
||||||
date_previsionnelle: "La date de début prévisionnelle"
|
|
||||||
state: "État"
|
state: "État"
|
||||||
autorisation_donnees: Acceptation des CGU
|
|
||||||
pending_correction: Demande de correction
|
pending_correction: Demande de correction
|
||||||
mandataire_first_name: Prénom
|
mandataire_first_name: Prénom
|
||||||
mandataire_last_name: Nom
|
mandataire_last_name: Nom
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue