This commit is contained in:
Kara Diaby 2022-04-13 15:44:05 +02:00
parent 360c0675c4
commit 14a07c9488
9 changed files with 175 additions and 16 deletions

View file

@ -0,0 +1,20 @@
en:
activerecord:
models:
dossier:
one: "File"
other: "Files"
attributes:
dossier:
state: "State"
dossier/state: &state
brouillon: "Draft"
en_construction: "In progress"
en_instruction: "Processing"
accepte: "Accepted"
refuse: "Refused"
sans_suite: "No further action"
traitement:
state: "State"
traitement/state:
<<: *state