feat(demarche): describe procedure prefilling (#8187)
* feat(demarche): description Show the description of an opendata procedure (published or draft), with help about how to prefill a dossier for this procedure. Co-authored-by: Damien Le Thiec <damien.lethiec@gmail.com>
This commit is contained in:
parent
936a1bfd91
commit
0a10a08c21
20 changed files with 497 additions and 26 deletions
|
@ -101,6 +101,23 @@ en:
|
|||
show_my_submitted_file: 'Show my submitted file'
|
||||
want_empty_pdf: "You prefer to submit a paper form? You can download an empty PDF file, and send it to the right administration : %{service} - %{adresse}"
|
||||
download_empty_pdf: 'Download an empty PDF file'
|
||||
prefill_descriptions:
|
||||
edit:
|
||||
intro_html: "You'd like to allow your users to <strong>create a prefilled file</strong>, with data you already have, for the procedure « %{libelle} »."
|
||||
info: Add the fields you want to prefill, thanks to the table below. Once it's over, copy the prefill link, replace the values and share the link.
|
||||
champs_title: Fields
|
||||
champ_id: ID
|
||||
champ_type: Type
|
||||
champ_libelle: Label
|
||||
champ_description: Description
|
||||
champ_prefill: Prefillable
|
||||
champ_add: Add
|
||||
champ_remove: Remove
|
||||
champ_unavailable: Unavailable
|
||||
prefill_link_title: Prefill link (GET)
|
||||
prefill_link_info: Use the button to copy the link, then remplace the values with your data.
|
||||
prefill_link_too_long: Warning, the prefill link is too long and may not work on all browsers.
|
||||
prefill_link_copy: Copy prefill link
|
||||
registrations:
|
||||
new:
|
||||
title: "Create an account %{name}"
|
||||
|
|
|
@ -91,6 +91,23 @@ fr:
|
|||
show_my_submitted_file: 'Voir mon dossier déposé'
|
||||
want_empty_pdf: "Vous souhaitez effectuer une demande par papier ? Vous pouvez télécharger un dossier vide au format PDF, et l’envoyer à l’administration concernée : %{service} - %{adresse}"
|
||||
download_empty_pdf: 'Télécharger un dossier vide au format PDF'
|
||||
prefill_descriptions:
|
||||
edit:
|
||||
intro_html: "Vous souhaitez permettre à vos usager·ères la <strong>création d'un dossier prérempli</strong>, à partir de données dont vous disposez déjà, pour la démarche « %{libelle} »."
|
||||
info: Pour cela, ajoutez les champs que vous souhaitez préremplir, grâce au tableau ci-dessous. Lorsque vous avez terminé, il ne vous reste plus qu'à copier le lien de préremplissage, à remplacer les valeurs et à le partager.
|
||||
champs_title: Champs de la démarche
|
||||
champ_id: ID
|
||||
champ_type: Type
|
||||
champ_libelle: Libellé
|
||||
champ_description: Description
|
||||
champ_prefill: Préremplissable
|
||||
champ_add: Ajouter
|
||||
champ_remove: Retirer
|
||||
champ_unavailable: Indisponible
|
||||
prefill_link_title: Lien de préremplissage (GET)
|
||||
prefill_link_info: Copiez le lien grâce au bouton ci-dessous et remplacez les valeurs par les données dont vous disposez.
|
||||
prefill_link_too_long: Attention, ce lien de préremplissage est trop long et risque de ne pas fonctionner sur certains navigateurs.
|
||||
prefill_link_copy: Copier le lien de préremplissage
|
||||
registrations:
|
||||
new:
|
||||
title: "Créez-vous un compte %{name}"
|
||||
|
@ -99,8 +116,6 @@ fr:
|
|||
wanna_say: 'Voulez-vous dire'
|
||||
password_label: "Mot de passe (%{min_length} caractères minimum)"
|
||||
password_placeholder: "%{min_length} caractères minimum"
|
||||
|
||||
|
||||
invites:
|
||||
dropdown:
|
||||
invite_to_edit: Inviter une personne à modifier ce dossier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue