From a72f69fb296d9f07e84b6632a6dc224be16bac16 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Tue, 5 May 2020 11:37:51 +0200 Subject: [PATCH] New translations en.yml (Spanish) --- config/locales/es.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/locales/es.yml b/config/locales/es.yml index be0e91d15..e951bd86f 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -214,6 +214,10 @@ es: event: "Evento" reservations: "Reservas" available_seats: "Asientos disponibles" + roles: + member: "Member" + manager: "Manager" + admin: "Administrator" api: #internal app notifications notifications: @@ -329,6 +333,10 @@ es: click_to_show: "Haga clic aquĆ­ para consultar" notify_admin_refund_created: refund_created: "Se ha creado un reembolso de %{AMOUNT} para el usuario %{USER}" + notify_user_role_update: + your_role_is_ROLE: "Your role has been changed to %{ROLE}." + notify_admins_role_update: + user_NAME_changed_ROLE_html: "User %{NAME} is now %{ROLE}." #statistics tools for admins statistics: subscriptions: "Suscripciones"