You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/locales/en.yml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,10 @@ en:
23
23
<p>
24
24
You can't edit this information here.
25
25
</p>
26
+
update:
27
+
error: There was a problem updating your account.
28
+
success: Your account was successfully updated.
29
+
success_with_email_confirmation: Your account was successfully updated. You will receive an email to confirm your new email address.
26
30
admin:
27
31
actions:
28
32
add: Add
@@ -34,6 +38,9 @@ en:
34
38
attachments:
35
39
form:
36
40
send_notification_to_followers: Send a notification to all the people following the consultation who have agreed to receive email notifications
41
+
content_blocks:
42
+
update:
43
+
error: There was an error updating the content block
37
44
models:
38
45
assembly:
39
46
fields:
@@ -117,6 +124,9 @@ en:
117
124
email_outro: You received this notification because you are the author of the proposal. You can unfollow it by visiting the proposal page (" %{resource_title} ") and clicking on " Unfollow ".
118
125
email_subject: Your proposal has been published!
119
126
notification_title: Your proposal <a href="%{resource_path}">%{resource_title}</a> is now live.
127
+
extra_user_fields:
128
+
force_euf_completion:
129
+
alert: Please complete your profile before continuing. Required fields must be filled in.
Copy file name to clipboardExpand all lines: config/locales/fr.yml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,10 @@ fr:
31
31
<p>
32
32
Vous ne pouvez pas modifier ces informations ici.
33
33
</p>
34
+
update:
35
+
error: Une erreur s'est produite lors de la mise à jour de votre compte.
36
+
success: Votre compte a été mis à jour avec succès.
37
+
success_with_email_confirmation: Votre compte a été mis à jour avec succès. Vous recevrez un email pour confirmer votre nouvelle adresse.
34
38
admin:
35
39
actions:
36
40
add: Ajouter
@@ -42,6 +46,9 @@ fr:
42
46
attachments:
43
47
form:
44
48
send_notification_to_followers: Envoyer une notification à toutes les personnes qui suivent la concertation ayant accepté de recevoir des notifications par mail
49
+
content_blocks:
50
+
update:
51
+
error: Une erreur est survenue lors de la mise à jour du bloc de contenu.
45
52
models:
46
53
assembly:
47
54
fields:
@@ -125,6 +132,9 @@ fr:
125
132
email_outro: Vous recevez cette notification car vous êtes l’auteur de la proposition. Vous pouvez vous désabonner en visitant la page de la proposition (« %{resource_title} ») et en cliquant sur « Ne plus suivre ».
126
133
email_subject: Votre proposition a été publiée !
127
134
notification_title: Votre proposition <a href="%{resource_path}">%{resource_title}</a> est maintenant en ligne.
135
+
extra_user_fields:
136
+
force_euf_completion:
137
+
alert: Veuillez compléter votre profil avant de continuer. Les champs obligatoires doivent être renseignés.
0 commit comments