2022-04-13 15:44:05 +02:00
|
|
|
|
en:
|
|
|
|
|
activerecord:
|
|
|
|
|
models:
|
|
|
|
|
dossier:
|
|
|
|
|
one: "File"
|
|
|
|
|
other: "Files"
|
|
|
|
|
attributes:
|
|
|
|
|
dossier:
|
2022-05-04 08:57:14 +02:00
|
|
|
|
id: "File number"
|
2022-04-13 15:44:05 +02:00
|
|
|
|
state: "State"
|
|
|
|
|
dossier/state: &state
|
|
|
|
|
brouillon: "Draft"
|
2023-04-18 13:09:22 +02:00
|
|
|
|
en_construction: "In progress"
|
2022-04-13 15:44:05 +02:00
|
|
|
|
en_instruction: "Processing"
|
|
|
|
|
accepte: "Accepted"
|
|
|
|
|
refuse: "Refused"
|
2023-04-18 13:09:22 +02:00
|
|
|
|
sans_suite: "No further action"
|
2022-04-13 15:44:05 +02:00
|
|
|
|
traitement:
|
|
|
|
|
state: "State"
|
|
|
|
|
traitement/state:
|
|
|
|
|
<<: *state
|