From 692d98cd6fff6a25361bc3d607cb6d1e37898814 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Mon, 29 Jul 2024 08:38:22 +0000 Subject: [PATCH] Translations updated by CI (extract-intl) --- front/app/translations/admin/en.json | 2 ++ front/app/translations/en.json | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/front/app/translations/admin/en.json b/front/app/translations/admin/en.json index 0b4c703cd084..9c40b3a9ddf0 100644 --- a/front/app/translations/admin/en.json +++ b/front/app/translations/admin/en.json @@ -339,6 +339,7 @@ "app.components.app.containers.AdminPage.ProjectEdit.phaseHeader.takingPoll": "Taking poll: {participants}", "app.components.app.containers.AdminPage.ProjectEdit.phaseHeader.takingSurvey": "Taking survey: {participants}", "app.components.app.containers.AdminPage.ProjectEdit.phaseHeader.usersWithConfirmedEmail": "Users with confirmed emails", + "app.components.app.containers.AdminPage.ProjectEdit.phaseHeader.volunteering": "Volunteering: {participants}", "app.components.app.containers.AdminPage.ProjectEdit.phaseHeader.volunteeringPhase": "Volunteering phase", "app.components.app.containers.AdminPage.ProjectEdit.phaseHeader.voting": "Voting: {participants}", "app.components.app.containers.AdminPage.ProjectEdit.phaseHeader.votingPhase": "Voting phase", @@ -2150,6 +2151,7 @@ "app.containers.AdminPage.groups.permissions.permissionAction_submit_input_subtitle": "Who can submit inputs?", "app.containers.AdminPage.groups.permissions.permissionAction_take_poll_subtitle": "Who can take the poll?", "app.containers.AdminPage.groups.permissions.permissionAction_take_survey_subtitle": "Who can take the survey?", + "app.containers.AdminPage.groups.permissions.permissionAction_volunteering_subtitle": "Who can volunteer?", "app.containers.AdminPage.groups.permissions.permissionAction_vote_proposals_subtitle": "Who can vote on proposals?", "app.containers.AdminPage.groups.permissions.permissionAction_voting_subtitle": "Who can vote?", "app.containers.AdminPage.groups.permissions.phase": "Phase", diff --git a/front/app/translations/en.json b/front/app/translations/en.json index a1d28335e388..fc95e1bcfda5 100644 --- a/front/app/translations/en.json +++ b/front/app/translations/en.json @@ -2051,6 +2051,12 @@ "app.utils.actionDescriptors.attendingEventNotPermitted": "You are not permitted to attend this event.", "app.utils.actionDescriptors.attendingEventNotSignedIn": "You must log in or register to attend this event.", "app.utils.actionDescriptors.attendingEventNotVerified": "You must verify your account before you can attend this event.", + "app.utils.actionDescriptors.volunteeringMissingRequirements": "You must complete your profile to volunteer.", + "app.utils.actionDescriptors.volunteeringNotInGroup": "You do not meet the requirements to volunteer.", + "app.utils.actionDescriptors.volunteeringNotPermitted": "You are not permitted to volunteer.", + "app.utils.actionDescriptors.volunteeringNotSignedIn": "You must log in or register to volunteer.", + "app.utils.actionDescriptors.volunteeringNotVerified": "You must verify your account before you can volunteer.", + "app.utils.actionDescriptors.volunteeringdNotActiveUser": "Please {completeRegistrationLink} to volunteer.", "app.utils.errors.api_error_default.in": "Is not right", "app.utils.errors.default.ajv_error_birthyear_required": "Please fill in your year of birth", "app.utils.errors.default.ajv_error_date_any": "Please fill in a valid date",