From 4320977ff79b16a9cc3974ec8c8be92177c114ab Mon Sep 17 00:00:00 2001 From: Sylvain Date: Tue, 5 May 2020 11:37:58 +0200 Subject: [PATCH] New translations mails.en.yml (Portuguese) --- config/locales/mails.pt.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/locales/mails.pt.yml b/config/locales/mails.pt.yml index fbb618a16..e633e424a 100755 --- a/config/locales/mails.pt.yml +++ b/config/locales/mails.pt.yml @@ -273,5 +273,15 @@ pt: body: refund_created: "A refund of %{AMOUNT} has been generated on invoice %{INVOICE} of user %{USER}" download: "Click here to download this refund invoice" + notify_admins_role_update: + subject: "The role of a user has changed" + body: + user_role_changed_html: "The role of the user %{NAME} has changed." + previous_role: "Previous role:" + new_role: "New role:" + notify_user_role_update: + subject: "Your role has changed" + body: + role_changed_html: "Your role at {GENDER, select, male{the} female{the} neutral{} other{the}} {NAME} has changed. You are now {ROLE}.
With great power comes great responsibility, use your new privileges fairly and respectfully." shared: hello: "Olá %{user_name}"