locales
This commit is contained in:
parent
360c0675c4
commit
14a07c9488
9 changed files with 175 additions and 16 deletions
20
config/locales/models/dossier/en.yml
Normal file
20
config/locales/models/dossier/en.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue