demarches-normaliennes/config/locales/views/administrateurs/groupe_instructeurs/en.yml

48 lines
2.5 KiB
YAML
Raw Normal View History

2022-04-21 10:20:22 +02:00
en:
administrateurs:
experts_procedures:
create:
experts_assignment:
one: "The expert %{value} was assigned to the procedure n° %{procedure}"
other: "The experts %{value} were assigned to the procedure n° %{procedure}"
groupe_instructeurs:
index:
procedures: Procedures
add_instructeur:
wrong_address:
one: "%{emails} is not a valid email address"
other: "%{emails} are not valid email addresses"
2022-04-21 10:20:22 +02:00
assignment:
one: "The instructor %{emails} was assigned to the group « %{groupe} »."
other: "The instructors %{emails} were assigned to the group « %{groupe} »."
2022-04-21 10:20:22 +02:00
reaffecter_dossiers:
existing_groupe:
one: "%{count} group exist"
other: "%{count} groups exist"
instructeurs:
title: Instructors
2022-04-21 10:20:22 +02:00
assigned_instructeur:
one: "%{count} instructor is assigned"
other: "%{count} instructors are assigned"
instructeur_assignation: Instructors assignment
assign: Assign
remove: Remove
instructeur_emails: Email addresses of the instructors you want to assign to this procedure
copy_paste_hint: "You can enter addresses individually, or copy-paste a list of addresses separated by semicolons into the field below (example: adress1@mail.com; adress2@mail.com; adress3@mail.com)."
2023-04-26 17:33:49 +02:00
import_export:
csv_import:
import_file: Import file
import_file_alert: All instructors added to the procedure will be notified by email. Do you want to continue?
file_to_import: File to import
2023-04-26 17:33:49 +02:00
groupes:
title: Bulk Import / Export
notice_1_html: For the import, your csv file must have <strong>2 columns (Group, Email)</strong> (see file model below). The file size must be less than %{csv_max_size}.
notice_2_html: The import does not overwrite existing groups and instructors. It only allows you to <strong>add them</strong>.
2023-04-26 17:33:49 +02:00
instructeurs:
title: Adding instructors with file import
notice_1_html: For the import, your csv file must have <strong>1 column (Email)</strong> listing the email addresses of the instructors (see file model below). The file size must be less than %{csv_max_size}.
notice_2_html: The import does not overwrite existing instructors. It only allows you to <strong>add them</strong>.
2023-04-26 17:33:49 +02:00
existing_groupe:
one: "%{count} groupe existe"
other: "%{count} groupes existent"