This commit is contained in:
Kara Diaby 2022-04-21 10:20:22 +02:00
parent 95bdc4a22a
commit 1ba8d24efc
11 changed files with 178 additions and 2 deletions

View file

@ -34,6 +34,11 @@ en:
custom_message: 'If you are a human, ignore this field' custom_message: 'If you are a human, ignore this field'
help: 'Help' help: 'Help'
help_dropdown:
problem_title: A problem with the website ?
problem_description: Find your answer in the online help.
technical_contact_title: Technical contact
technical_contact_description: Send us a message to %{contact_email}.
utils: utils:
'yes': Yes 'yes': Yes
'no': No 'no': No

View file

@ -22,8 +22,12 @@
fr: fr:
invisible_captcha: invisible_captcha:
custom_message: 'Si vous êtes un humain, veuillez ignorer ce champs' custom_message: 'Si vous êtes un humain, veuillez ignorer ce champs'
help: 'Aide' help: 'Aide'
help_dropdown:
problem_title: Un problème avec le site ?
problem_description: Trouvez votre réponse dans laide en ligne.
technical_contact_title: Contact technique
technical_contact_description: Envoyez nous un message à %{contact_email}.
utils: utils:
'yes': Oui 'yes': Oui
'no': Non 'no': Non

View file

@ -1,4 +1,4 @@
fr: en:
activerecord: activerecord:
attributes: attributes:
procedure_presentation: procedure_presentation:

View file

@ -0,0 +1,67 @@
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
instructors_group: Group of instructors
add_instructeur:
wrong_address:
one: "%{value} is not a valid email address"
other: "%{value} are not valid email addresses"
assignment:
one: "The instructor %{value} was assigned to the group « %{groupe} »."
other: "The instructors %{value} were assigned to the group « %{groupe} »."
reaffecter_dossiers:
existing_groupe:
one: "%{count} group exist"
other: "%{count} groups exist"
instructeurs:
assigned_instructeur:
one: "%{count} instructor is assigned"
other: "%{count} instructors are assigned"
edit:
routing:
title: Routing label
notice: This text will appear on the user form as the label of a list
group_management:
title: Group management
delete: delete the group
delete_confirmation: Are you sure you want to delete the group "%{group_name}"
move_folders: move folders
move_folders_confirmation: Reassign folders to another group so you can delete it
add_a_group:
title: Add a group
notice: This group will be a choice from the list "%{routing_criteria_name}"
placeholder: ex. City of Bordeaux
csv_import:
title: CSV Import
notice_1: The csv file must have 2 columns (Group, Email) and be separated by commas. The import does not overwrite existing groups and instructors.
notice_2: The size of the file must be less than %{csv_max_size}.
download_exemple: Download sample CSV file
import_file: Import file
import_file_procedure_not_published: The import of instructors by CSV file is available once the process has been published
view: view
button:
add_group: Add group
rename: Rename
existing_groupe:
one: "%{count} group exist"
other: "%{count} groups exist"
routing:
title: Routing
notice_html: |
Routing is a feature for procedures requiring the sharing of instructions between different groups according to a specific criterion (territory, theme or other).
<br><br>
This feature makes it possible to route the files to each group, and to no longer need to filter its files among a large quantity of requests. It is therefore particularly suitable for national approaches instructed locally.
<br><br>
Instructors only see the files that concern them, and therefore do not have access to data outside their scope.
self_managment_notice_html: |
Instructor Self-Management allows instructors to self-manage the list of Gait Instructors.
button:
routing_enable: Enable routing
routing_disable: Disable routing

View file

@ -10,6 +10,8 @@ fr:
other: "Les experts %{value} ont été affectés à la démarche n° %{procedure}" other: "Les experts %{value} ont été affectés à la démarche n° %{procedure}"
groupe_instructeurs: groupe_instructeurs:
index: index:
procedures: Démarches
instructors_group: Groupe d'instructeurs
existing_groupe: existing_groupe:
one: "%{count} groupe existe" one: "%{count} groupe existe"
other: "%{count} groupes existent" other: "%{count} groupes existent"
@ -29,10 +31,35 @@ fr:
one: "%{count} instructeur est affecté" one: "%{count} instructeur est affecté"
other: "%{count} instructeurs sont affectés" other: "%{count} instructeurs sont affectés"
edit: edit:
routing:
title: Libellé du routage
notice: Ce texte apparaitra sur le formulaire usager comme le libellé dune liste
group_management:
title: Gestion des Groupes
delete: supprimer le groupe
delete_confirmation: Êtes-vous sûr de vouloir supprimer le groupe "%{group_name}"
move_folders: déplacer les dossiers
move_folders_confirmation: Réaffecter les dossiers à un autre groupe afin de pouvoir le supprimer
add_a_group:
title: Ajouter un groupe
notice: Ce groupe sera un choix de la liste "%{routing_criteria_name}"
placeholder: ex. Ville de Bordeaux
csv_import:
title: Importer par CSV
notice_1: Le fichier csv doit comporter 2 colonnes (Groupe, Email) et être séparé par des virgules. L'import n'écrase pas les groupes et les instructeurs existants.
notice_2: Le poids du fichier doit être inférieur à %{csv_max_size}
download_exemple: Télécharger l'exemple de fichier CSV
import_file: Importer le fichier
import_file_procedure_not_published: Limport dinstructeurs par fichier CSV est disponible une fois la démarche publiée
view: voir
button:
add_group: Ajouter le groupe
rename: Renommer
existing_groupe: existing_groupe:
one: "%{count} groupe existe" one: "%{count} groupe existe"
other: "%{count} groupes existent" other: "%{count} groupes existent"
routing: routing:
title: Routage
notice_html: | notice_html: |
Le routage est une fonctionnalité pour les démarches nécessitant le partage de linstruction entre différents groupes en fonction dun critère précis (territoire, thématique ou autre). Le routage est une fonctionnalité pour les démarches nécessitant le partage de linstruction entre différents groupes en fonction dun critère précis (territoire, thématique ou autre).
<br><br> <br><br>
@ -45,3 +72,4 @@ fr:
routing_enable: Activer le routage routing_enable: Activer le routage
routing_disable: Désactiver le routage routing_disable: Désactiver le routage
self_managment_toggle: Activer lautogestion des instructeurs self_managment_toggle: Activer lautogestion des instructeurs
add_group: Ajouter le groupe

View file

@ -0,0 +1,30 @@
en:
instructeurs:
procedures:
email_notifications:
utils:
positive: "Yes"
negative: "No"
title: Email notifications
subtitle: On this page, configure the notifications you wish to receive by email for this procedure.
for_each_file_submitted:
title: Receive a notification for each file submitted
notice_1: This email notifies you that a new file has been submitted.
notice_2: It is sent each time a user submits a file.
for_each_message_submitted:
title: Receive a notification for each message submitted
notice_1: This email notifies you that a new message has been submitted on your following files.
notice_2: It is sent each time a user submits a message.
daily_notifications:
title: Receive a daily notification
notice_1: This email notifies you of the filing of new files on this approach, or of changes to your monitored files.
notice_2: It is sent once a day, Monday to Saturday, around 10 a.m.
hebdo_recap:
title: Receive a weekly recap
notice_1: This email summarizes the activity of the week on all of your procedures.
notice_2: It is sent weekly on Monday morning.
buttons:
back_to_procedure: Back to procedure
save: Save

View file

@ -0,0 +1,28 @@
fr:
instructeurs:
procedures:
email_notifications:
utils:
positive: Oui
negative: Non
title: Notifications par email
subtitle: Configurez sur cette page les notifications que vous souhaitez recevoir par email pour cette démarche.
for_each_file_submitted:
title: Recevoir une notification à chaque dossier déposé
notice_1: Cet email vous signale le dépôt dun nouveau dossier.
notice_2: Il est envoyé à chaque fois qu'un usager dépose un dossier.
for_each_message_submitted:
title: Recevoir une notification à chaque message déposé
notice_1: Cet email vous signale le dépôt dun nouveau message sur vos dossiers suivis.
notice_2: Il est envoyé à chaque fois qu'un usager dépose un message.
daily_notifications:
title: Recevoir une notification quotidienne
notice_1: Cet email vous signale le dépôt de nouveaux dossiers sur cette démarche, ou des changements sur vos dossiers suivis.
notice_2: Il est envoyé une fois par jour, du lundi au samedi, vers 10 h du matin.
hebdo_recap:
title: Recevoir un récapitulatif hebdomadaire
notice_1: Cet email récapitule lactivité de la semaine sur lensemble de vos démarches.
notice_2: Il est envoyé chaque semaine le lundi matin.
buttons:
back_to_procedure: Revenir à la procédure
save: Enregistrer

View file

@ -35,3 +35,8 @@ en:
export_monthly_pending_html: An export of the last 30 days in the format %{export_format} is being generated<br>(asked %{export_time} ago) export_monthly_pending_html: An export of the last 30 days in the format %{export_format} is being generated<br>(asked %{export_time} ago)
download_archive: Download a .zip archive of all files and their attachments download_archive: Download a .zip archive of all files and their attachments
download: Download all files download: Download all files
email_usagers:
contact_users: Contact users (draft)
notice: "You will send a message to %{dossiers_count} whose files are in draft, in the instructor groups : %{groupe_instructeurs}."
stats:
title: Statistics

View file

@ -35,3 +35,8 @@ fr:
export_monthly_pending_html: Un export des 30 derniers jours au format %{export_format} est en train dêtre généré<br>(demandé il y a %{export_time}) export_monthly_pending_html: Un export des 30 derniers jours au format %{export_format} est en train dêtre généré<br>(demandé il y a %{export_time})
download_archive: Télécharger une archive au format .zip de tous les dossiers et leurs pièces jointes download_archive: Télécharger une archive au format .zip de tous les dossiers et leurs pièces jointes
download: Télécharger tous les dossiers download: Télécharger tous les dossiers
email_usagers:
contact_users: Contacter les usagers (brouillon)
notice: "Vous allez envoyer un message à %{dossiers_count} dont les dossiers sont en brouillon, dans les groupes instructeurs : %{groupe_instructeurs}."
stats:
title: Statistiques

View file

@ -1,5 +1,7 @@
en: en:
layouts: layouts:
header:
files: Files
go_superadmin: "Switch to super-admin" go_superadmin: "Switch to super-admin"
go_user: "Switch to user" go_user: "Switch to user"
go_instructor: "Switch to instructor" go_instructor: "Switch to instructor"

View file

@ -1,5 +1,7 @@
fr: fr:
layouts: layouts:
header:
files: Dossiers
go_superadmin: "Passer en super-admin" go_superadmin: "Passer en super-admin"
go_user: "Passer en usager" go_user: "Passer en usager"
go_instructor: "Passer en instructeur" go_instructor: "Passer en instructeur"