demarches-normaliennes/config/locales/models/export_templates/en.yml

20 lines
774 B
YAML
Raw Normal View History

2024-03-15 18:20:38 +01:00
en:
activerecord:
models:
export_template: Export template
attributes:
export_template:
hints:
name: "The name will be visible by you and the other instructors"
2024-07-15 23:29:49 +02:00
dossier_folder: "How would you like to name the directory containing the documents of a folder?"
export_pdf: "How would you like to name the pdf file containing all the user's answers?"
2024-03-15 18:20:38 +01:00
name: "Template's name"
2024-07-15 23:29:49 +02:00
dossier_folder: "Directory's name for pdf format"
export_pdf: "File in pdf format"
2024-03-15 18:20:38 +01:00
errors:
models:
export_template:
2024-07-15 23:29:49 +02:00
dossier_number_required: "must contain dossier's number"
2024-07-15 23:23:14 +02:00
different_templates: "Files must have different names"
invalid_template: "A file name is invalid"