correctif(traduction): certaines colonnes des démarches n'étaient pas traduite
This commit is contained in:
parent
45459343a7
commit
39990b90e3
2 changed files with 34 additions and 0 deletions
33
config/locales/models/procedure/en.yml
Normal file
33
config/locales/models/procedure/en.yml
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
en:
|
||||||
|
activerecord:
|
||||||
|
models:
|
||||||
|
procedure:
|
||||||
|
one: Procedure
|
||||||
|
other: Procedure
|
||||||
|
attributes:
|
||||||
|
procedure:
|
||||||
|
path: Public link
|
||||||
|
organisation: Service
|
||||||
|
duree_conservation_dossiers_dans_ds: Duration files will be kept
|
||||||
|
max_duree_conservation_dossiers_dans_ds: Max duration allowed to keep files
|
||||||
|
aasm_state/brouillon: Draft
|
||||||
|
aasm_state/publiee: Published
|
||||||
|
aasm_state/close: Close
|
||||||
|
aasm_state/hidden: Destroyed
|
||||||
|
declarative_with_state/en_instruction: Instruction
|
||||||
|
declarative_with_state/accepte: Accepted
|
||||||
|
api_particulier_token: Token API Particulier
|
||||||
|
lien_dpo: DPO contact
|
||||||
|
routing_criteria_name: Routee criteria name
|
||||||
|
errors:
|
||||||
|
models:
|
||||||
|
procedure:
|
||||||
|
attributes:
|
||||||
|
api_particulier_token:
|
||||||
|
invalid: 'invalid format'
|
||||||
|
draft_types_de_champ:
|
||||||
|
format: 'Public field %{message}'
|
||||||
|
draft_types_de_champ_private:
|
||||||
|
format: 'Private field %{message}'
|
||||||
|
lien_dpo:
|
||||||
|
invalid_uri_or_email: "Fill in with an email or a link"
|
|
@ -18,6 +18,7 @@ fr:
|
||||||
declarative_with_state/accepte: Accepté
|
declarative_with_state/accepte: Accepté
|
||||||
api_particulier_token: Jeton API Particulier
|
api_particulier_token: Jeton API Particulier
|
||||||
lien_dpo: Contact du DPO
|
lien_dpo: Contact du DPO
|
||||||
|
routing_criteria_name: Nommination du routage
|
||||||
errors:
|
errors:
|
||||||
models:
|
models:
|
||||||
procedure:
|
procedure:
|
||||||
|
|
Loading…
Add table
Reference in a new issue