1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/config/locales/mails.en.yml

245 lines
11 KiB
YAML
Raw Normal View History

2016-03-23 18:39:41 +01:00
en:
layouts:
2016-04-11 11:31:32 +02:00
notifications_mailer:
see_you_later: "See you soon on {GENDER, select, other{the}}" # messageFormat interpolation
sincerely: "Sincerely,"
signature: "The Fab Lab team."
do_not_reply: "Please do not reply to this email."
2016-03-23 18:39:41 +01:00
users_mailer:
notify_user_account_created:
subject: "Your FabLab account has been successfully created"
body:
hello: "Hello %{NAME},"
2016-04-11 11:31:32 +02:00
intro: "The FabLab team has just created an account for you, on the {FABLAB} website:" # messageFormat interpolation
2016-03-23 18:39:41 +01:00
connection_parameters: "Here are your connection parameters:"
account_name: "Account name:"
password: "Password:"
2016-04-11 11:31:32 +02:00
temporary_password: "This is a temporary password, you can modify it in your «My account» screen."
keep_advantages: "With this account, you keep all the advantages linked to your Fab Lab user profile (trainings, subscriptions plans)."
thanks_to_: "To use the website, please"
logon_or_login: "create a new account or log in by clicking here"
token_if_link_problem: "If you experience issues with the link, you can enter the following code at your first connection attempt:"
2016-03-23 18:39:41 +01:00
notifications_mailer:
notify_user_user_group_changed:
2016-04-11 11:31:32 +02:00
subject: "Your have changed group"
2016-03-23 18:39:41 +01:00
body:
2016-04-11 11:31:32 +02:00
warning: "You have changed group. Inspections can be conducted at the lab to verify the legitimacy of this change."
2016-03-23 18:39:41 +01:00
notify_admin_user_group_changed:
2016-04-11 11:31:32 +02:00
subject: "A member has changed group"
2016-03-23 18:39:41 +01:00
body:
2016-04-11 11:31:32 +02:00
user_changed_group_html: "User <em><strong>%{NAME}</strong></em> has changed group."
previous_group: "Previous group:"
new_group: "New group:"
2016-03-23 18:39:41 +01:00
notify_admin_subscription_extended:
subject: "A subscription has been extended"
body:
2016-04-11 11:31:32 +02:00
subscription_extended_html: "Subscription <strong><em>{PLAN}</em></strong> for user <strong><em>{NAME}</strong></em> has been extended {FREE, select, true{for free} other{}} until {DATE}." # messageFormat interpolation
2016-03-23 18:39:41 +01:00
notify_member_subscription_extended:
2016-04-11 11:31:32 +02:00
subject: "Your subscription plan has been extended"
2016-03-23 18:39:41 +01:00
body:
2016-04-11 11:31:32 +02:00
your_plan: "Your subscription plan"
has_been_extended: "has been extended"
free: "for free"
until: "until"
2016-03-23 18:39:41 +01:00
notify_partner_subscribed_plan:
2016-04-11 11:31:32 +02:00
subject: "A subscription plan has been purchased"
2016-03-23 18:39:41 +01:00
body:
2016-04-11 11:31:32 +02:00
a_plan: "A subscription plan"
was_purchased_by_member: "has been purchased by user"
2016-03-23 18:39:41 +01:00
notify_admin_when_project_published:
subject: "A project has been published"
body:
2016-04-11 11:31:32 +02:00
new_project_published: "A new project has been published:"
2016-03-23 18:39:41 +01:00
notify_project_collaborator_to_valid:
2016-04-11 11:31:32 +02:00
subject: "Invitation to collaborate on a project"
2016-03-23 18:39:41 +01:00
body:
2016-04-11 11:31:32 +02:00
your_are_invited_to_take_part_in_a_project: "You are invited to join this project:"
to_accept_the_invitation_click_on_following_link: "To accept this invitation, please click on the following link:"
2016-03-23 18:39:41 +01:00
notify_project_author_when_collaborator_valid:
subject: "New collaborator in your project"
body:
2016-04-11 11:31:32 +02:00
the_member: "the user"
accepted_your_invitation_to_take_part_in_the_project: "has accepted your invitation to join your project:"
2016-03-23 18:39:41 +01:00
notify_user_training_valid:
subject: "Your training has been validated"
body:
2016-04-11 11:31:32 +02:00
your_training: "Your training"
has_been_validated: "has been validated"
2016-03-23 18:39:41 +01:00
notify_member_subscribed_plan:
subject: "Your subscription has been successfully purchased"
body:
2016-04-11 11:31:32 +02:00
plan_subscribed_html: "You have subscribed the plan: <strong><em>%{PLAN}</em></strong>."
subscription_stops_on: "Your subscription plan will end on %{DATE}"
2016-03-23 18:39:41 +01:00
notify_member_create_reservation:
2016-04-11 11:31:32 +02:00
subject: "Your reservation has been successfully saved"
2016-03-23 18:39:41 +01:00
body:
2016-04-11 11:31:32 +02:00
reservation_saved_html: "You reservation <strong><em>%{RESERVATION}</em></strong> has been successfully saved"
your_reserved_slots: "Your reserved slots are:"
2016-03-23 18:39:41 +01:00
notify_member_subscribed_plan_is_changed:
subject: "Your subscription has been updated"
body:
2016-04-11 11:31:32 +02:00
new_plan_html: "You have changed your plan to <strong><em>%{PLAN}</em></strong>."
2016-03-23 18:39:41 +01:00
notify_admin_member_create_reservation:
subject: "New reservation"
body:
2016-04-11 11:31:32 +02:00
member_reserved_html: "User %{NAME} has reserved <strong><em>%{RESERVABLE}</em></strong>."
reserved_slots: "Reserved slots are:"
2016-03-23 18:39:41 +01:00
notify_member_slot_is_modified:
subject: "Your reservation slot has been successfully changed"
body:
2016-04-11 11:31:32 +02:00
reservation_changed_to: "Your reservation slot has been changed to:"
previous_date: "Previous date:"
2016-03-23 18:39:41 +01:00
notify_admin_slot_is_modified:
2016-04-11 11:31:32 +02:00
subject: "A reservation slot has been modified"
2016-03-23 18:39:41 +01:00
body:
2016-04-11 11:31:32 +02:00
slot_modified: "User %{NAME} had modified his reservation slot"
new_date: "New slot"
old_date: "Previous slot"
2016-03-23 18:39:41 +01:00
notify_admin_when_user_is_created:
subject: "A user account has been created"
body:
2016-04-11 11:31:32 +02:00
new_account_created: "A new user account has been created on the website:"
invoicing_disabled_html: "Invoicing generation is <strong>disabled</strong> for this user."
2016-03-23 18:39:41 +01:00
notify_admin_subscribed_plan:
subject: "A subscription has been purchased"
body:
2016-04-11 11:31:32 +02:00
plan_subscribed_html: "A plan <strong><em>%{PLAN}</em></strong> has been subscribed by user <strong><em>%{NAME}</strong></em>."
2016-03-23 18:39:41 +01:00
notify_member_invoice_ready:
subject: "Your FabLab's invoice"
body:
2016-04-11 11:31:32 +02:00
please_find_attached_html: "Please find as attached file your invoice from {DATE}, with an amount of {AMOUNT} concerning your {TYPE, select, Reservation{reservation} other{subscription}}." # messageFormat interpolation
invoice_in_your_dashboard_html: "You can access your invoice in %{DASHBOARD} on the Fab Lab website."
your_dashboard: "your dashboard"
2016-03-23 18:39:41 +01:00
notify_member_avoir_ready:
subject: "Your FabLab's refund invoice"
body:
2016-04-11 11:31:32 +02:00
please_find_attached_html: "Please find as attached file your refund invoice from {DATE}, with an amount of {AMOUNT} concerning your {TYPE, select, Reservation{reservation} other{subscription}}." # messageFormat interpolation
invoice_in_your_dashboard_html: "You can access your refund invoice in %{DASHBOARD} on the Fab Lab website."
your_dashboard: "your dashboard"
2016-03-23 18:39:41 +01:00
notify_member_subscription_will_expire_in_7_days:
subject: "Your subscription expires in 7 days"
body:
2016-04-11 11:31:32 +02:00
your_plan: "you plan"
expires_in_7_days: "will expire in 7 days."
to_renew_your_plan_follow_the_link: "Please, follow this link to renew your plan"
2016-03-23 18:39:41 +01:00
notify_member_subscription_is_expired:
subject: "Your subscription has expired"
body:
2016-04-11 11:31:32 +02:00
your_plan: "You plan"
has_expired: "has expired."
you_can_go_to: "Please go to"
to_renew_your_plan: "to renew you plan"
2016-03-23 18:39:41 +01:00
notify_admin_subscription_will_expire_in_7_days:
subject: "A member subscription expires in 7 days"
body:
2016-04-11 11:31:32 +02:00
subscription_will_expire_html: "Subscription plan for user %{NAME} <strong><em>%{PLAN}</em></strong> will expire in 7 days."
2016-03-23 18:39:41 +01:00
notify_admin_subscription_is_expired:
subject: "A member subscription has expired"
body:
2016-04-11 11:31:32 +02:00
subscription_expired_html: "Subscription plan for user %{NAME} <strong><em>%{PLAN}</em></strong> is now expired."
2016-03-23 18:39:41 +01:00
notify_admin_subscription_canceled:
2016-04-11 11:31:32 +02:00
subject: "A member subscription has been cancelled"
2016-03-23 18:39:41 +01:00
body:
2016-04-11 11:31:32 +02:00
subscription_canceled_html: "Subscription <strong><em>%{PLAN}</em></strong> for user %{NAME} has been cancelled."
2016-03-23 18:39:41 +01:00
notify_member_subscription_canceled:
2016-04-11 11:31:32 +02:00
subject: "Your subscription has been cancelled"
2016-03-23 18:39:41 +01:00
body:
2016-04-11 11:31:32 +02:00
your_plan_was_canceled: "Your subscription plan has been cancelled."
your_plan: "your subscription plan"
end_at: "ends on"
2016-03-23 18:39:41 +01:00
notify_member_slot_is_canceled:
subject: "Your reservation has been canceled"
body:
2016-04-11 11:31:32 +02:00
reservation_canceled: "Your reservation for %{RESERVABLE} has been canceled"
2016-03-23 18:39:41 +01:00
notify_admin_slot_is_canceled:
2016-04-11 11:31:32 +02:00
subject: "A reservation has been cancelled"
2016-03-23 18:39:41 +01:00
body:
2016-04-11 11:31:32 +02:00
member_cancelled: "User %{NAME} has cancelled his reservation"
item_details: "%{START} - %{END}, concerning %{RESERVABLE}"
generate_refund: "Do not forget to generate a credit note or a refund for this cancellation."
2016-03-23 18:39:41 +01:00
notify_admin_when_user_is_imported:
subject: "A user account has been imported from the SSO"
body:
2016-04-11 11:31:32 +02:00
new_account_imported: "A new user account (ID: %{ID}) has been imported to the website via %{PROVIDER}."
provider_uid: "its provider ID is: "
known_informations: "Here is what we know about this provider:"
address_already_used: "This address is already associated with another user"
no_more_info_available: "No other info about this user can be provided before he completes his profile."
2016-03-23 18:39:41 +01:00
notify_user_profile_complete:
2016-04-11 11:31:32 +02:00
subject: "You now have access to the whole website"
2016-03-23 18:39:41 +01:00
body:
2016-04-11 11:31:32 +02:00
message: "Your account informations has been correctly updated, you now have access to the whole website."
2016-03-23 18:39:41 +01:00
notify_user_auth_migration:
subject: "Important change to your FabLab account"
body:
2016-04-11 11:31:32 +02:00
the_platform: "the website"
is_changing_its_auth_system_and_will_now_use: "is actually changing its user identification system and will use"
instead_of: "instead of"
consequence_of_the_modification: "Because of this change you won't be able to login to the website with your actual usernames"
to_use_the_platform_thanks_for: "to keep on using the website, please"
create_an_account_on: "create an account on"
or_use_an_existing_account_clicking_here: "or use an existing account by clicking here"
in_case_of_problem_enter_the_following_code: "In case of problem with this link, you can enter the following code at your first connection attempt in order to migrate your actual account into the new authentification system:"
2016-03-23 18:39:41 +01:00
notify_admin_user_merged:
subject: "An imported account has been merged with an existing account"
body:
2016-04-11 11:31:32 +02:00
imported_account_merged: "A previously imported user account via %{PROVIDER) has been merged with the existing account %{NAME}"
provider_uid: "its provider ID is:"
2016-03-23 18:39:41 +01:00
notify_admin_profile_complete:
subject: "An imported account has completed its profile"
body:
2016-04-11 11:31:32 +02:00
account_completed: "A previously imported user account via %{PROVIDER} has completed its profile:"
provider_id: "its provider ID is:"
2016-03-23 18:39:41 +01:00
notify_admin_abuse_reported:
subject: "An abusive content has been reported"
body:
2016-04-11 11:31:32 +02:00
intro: "A user has flagged a content as abusive"
signaled_content: "flagged content:"
signaled_by: "flagged by:"
signaled_on: "flagged on:"
message: "Message:"
2016-03-23 18:39:41 +01:00
notify_admin_invoicing_changed:
subject: "An invoicing parameter has been changed"
body:
2016-04-11 11:31:32 +02:00
generation_status_html: "Invoicing issuing has been <strong>{STATUS, select, true{disabled} other{enabled}}</strong> for the user {NAME}." # messageFormat interpolation
disabled: "From now on, no invoice will be issued when the user pays at the reception."
enabled: "From now on, all payments made by this user at the reception will lead to invoicing issuing. "
2016-03-23 18:39:41 +01:00
shared:
hello: "Hello %{user_name}"