1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00

Merge branch 'dev' of git.sleede.com:projets/fab-manager into dev

This commit is contained in:
Sylvain 2022-03-08 15:48:18 +01:00
commit d65a7940b5
8 changed files with 33 additions and 24 deletions

View File

@ -1,25 +1,28 @@
.cookies-consent { .cookies-consent {
display: flex; display: flex;
position: fixed; position: fixed;
bottom: 3rem; right: 0;
left: 3rem; bottom: 0;
width: 40rem; left: 0;
background-color: #f5f5f5; background-color: #f5f5f5;
padding: 3rem; padding: 3rem;
flex-direction: column; flex-direction: column;
z-index: 100; z-index: 100;
-webkit-box-shadow: 0 4px 10px 2px rgba(224, 224, 224, 0.43); -webkit-box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 4px 10px 2px rgba(224, 224, 224, 0.43); -moz-box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.25);
box-shadow: 0 4px 10px 2px rgba(224, 224, 224, 0.43); box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.25);
.cookies-actions { .cookies-actions {
flex-wrap: wrap;
display: flex; display: flex;
height: 45px; justify-content: space-between;
gap: 1rem;
margin-top: 1rem;
button { button {
flex-basis: 50%; @extend .fab-button;
flex: 1;
} }
button.decline { button.decline {
background-color: transparent; background-color: transparent;
border: 0; border: 0;
@ -31,4 +34,10 @@
font-size: 17px; font-size: 17px;
} }
} }
@media (min-width: 480px) {
bottom: 3rem;
left: 3rem;
width: 40rem;
}
} }

View File

@ -313,13 +313,13 @@ de:
body: body:
remember: "Gemäß dem Zahlungsplan von %{REFERENCE} wurde für %{DATE} eine Belastung der Karte in Höhe von %{AMOUNT} geplant." remember: "Gemäß dem Zahlungsplan von %{REFERENCE} wurde für %{DATE} eine Belastung der Karte in Höhe von %{AMOUNT} geplant."
error: "Leider konnte die Abbuchung über die Karte nicht erfolgreich abgeschlossen werden." error: "Leider konnte die Abbuchung über die Karte nicht erfolgreich abgeschlossen werden."
action: "Bitte kontaktieren Sie das Mitglied so bald wie möglich und lösen Sie dann das Problem in der Verwaltung der Zahlungsfristen. Nach etwa 24 Stunden wird das Kartenabonnement storniert." action: "Please contact the member as soon as possible, then go to the payment schedule management interface to resolve the problem. After a certain period of time, the card subscription could be cancelled."
notify_member_payment_schedule_failed: notify_member_payment_schedule_failed:
subject: "[URGENT] Kartenbelastungsfehler" subject: "[URGENT] Kartenbelastungsfehler"
body: body:
remember: "Gemäß Ihrem Zahlungsplan von %{REFERENCE} wurde für %{DATE} eine Belastung der Karte in Höhe von %{AMOUNT} geplant." remember: "Gemäß Ihrem Zahlungsplan von %{REFERENCE} wurde für %{DATE} eine Belastung der Karte in Höhe von %{AMOUNT} geplant."
error: "Leider konnte die Abbuchung über die Karte nicht erfolgreich abgeschlossen werden." error: "Leider konnte die Abbuchung über die Karte nicht erfolgreich abgeschlossen werden."
action_html: "Bitte überprüfen Sie %{DASHBOARD} oder kontaktieren Sie einen Manager innerhalb von 24 Stunden. Andernfalls kann Ihr Abonnement unterbrochen werden." action_html: "Please check %{DASHBOARD} or contact a manager quickly, otherwise your subscription may be interrupted."
your_dashboard: "Ihr Dashboard" your_dashboard: "Ihr Dashboard"
notify_admin_payment_schedule_gateway_canceled: notify_admin_payment_schedule_gateway_canceled:
subject: "[URGENT] Zahlungsplan vom Zahlungs-Gateway abgebrochen" subject: "[URGENT] Zahlungsplan vom Zahlungs-Gateway abgebrochen"

View File

@ -313,13 +313,13 @@ en:
body: body:
remember: "In accordance with the %{REFERENCE} payment schedule, a debit by card of %{AMOUNT} was scheduled on %{DATE}." remember: "In accordance with the %{REFERENCE} payment schedule, a debit by card of %{AMOUNT} was scheduled on %{DATE}."
error: "Unfortunately, this card debit was unable to complete successfully." error: "Unfortunately, this card debit was unable to complete successfully."
action: "Please contact the member as soon as possible, then go to the payment schedule management interface to resolve the problem. After about 24 hours, the card subscription will be cancelled." action: "Please contact the member as soon as possible, then go to the payment schedule management interface to resolve the problem. After a certain period of time, the card subscription could be cancelled."
notify_member_payment_schedule_failed: notify_member_payment_schedule_failed:
subject: "[URGENT] Card debit failure" subject: "[URGENT] Card debit failure"
body: body:
remember: "In accordance with your %{REFERENCE} payment schedule, a debit by card of %{AMOUNT} was scheduled on %{DATE}." remember: "In accordance with your %{REFERENCE} payment schedule, a debit by card of %{AMOUNT} was scheduled on %{DATE}."
error: "Unfortunately, this card debit was unable to complete successfully." error: "Unfortunately, this card debit was unable to complete successfully."
action_html: "Please check %{DASHBOARD} or contact a manager before 24 hours, otherwise your subscription may be interrupted." action_html: "Please check %{DASHBOARD} or contact a manager quickly, otherwise your subscription may be interrupted."
your_dashboard: "your dashboard" your_dashboard: "your dashboard"
notify_admin_payment_schedule_gateway_canceled: notify_admin_payment_schedule_gateway_canceled:
subject: "[URGENT] Payment schedule canceled by the payment gateway" subject: "[URGENT] Payment schedule canceled by the payment gateway"

View File

@ -313,13 +313,13 @@ es:
body: body:
remember: "In accordance with the %{REFERENCE} payment schedule, a debit by card of %{AMOUNT} was scheduled on %{DATE}." remember: "In accordance with the %{REFERENCE} payment schedule, a debit by card of %{AMOUNT} was scheduled on %{DATE}."
error: "Unfortunately, this card debit was unable to complete successfully." error: "Unfortunately, this card debit was unable to complete successfully."
action: "Please contact the member as soon as possible, then go to the payment schedule management interface to resolve the problem. After about 24 hours, the card subscription will be cancelled." action: "Please contact the member as soon as possible, then go to the payment schedule management interface to resolve the problem. After a certain period of time, the card subscription could be cancelled."
notify_member_payment_schedule_failed: notify_member_payment_schedule_failed:
subject: "[URGENT] Card debit failure" subject: "[URGENT] Card debit failure"
body: body:
remember: "In accordance with your %{REFERENCE} payment schedule, a debit by card of %{AMOUNT} was scheduled on %{DATE}." remember: "In accordance with your %{REFERENCE} payment schedule, a debit by card of %{AMOUNT} was scheduled on %{DATE}."
error: "Unfortunately, this card debit was unable to complete successfully." error: "Unfortunately, this card debit was unable to complete successfully."
action_html: "Please check %{DASHBOARD} or contact a manager before 24 hours, otherwise your subscription may be interrupted." action_html: "Please check %{DASHBOARD} or contact a manager quickly, otherwise your subscription may be interrupted."
your_dashboard: "your dashboard" your_dashboard: "your dashboard"
notify_admin_payment_schedule_gateway_canceled: notify_admin_payment_schedule_gateway_canceled:
subject: "[URGENT] Payment schedule canceled by the payment gateway" subject: "[URGENT] Payment schedule canceled by the payment gateway"

View File

@ -313,13 +313,13 @@ fr:
body: body:
remember: "Conformément à l'échéancier de paiement %{REFERENCE}, un prélèvement par carte de %{AMOUNT} était prévu le %{DATE}." remember: "Conformément à l'échéancier de paiement %{REFERENCE}, un prélèvement par carte de %{AMOUNT} était prévu le %{DATE}."
error: "Malheureusement, ce prélèvement n'a pas pu être effectué correctement." error: "Malheureusement, ce prélèvement n'a pas pu être effectué correctement."
action: "Veuillez vous mettre en relation avec le membre au plus tôt, puis vous rendre dans l'interface de gestion des échéanciers afin de régler le problème. Au delà d'environ 24 heures, l'abonnement par carte bancaire sera annulé." action: "Veuillez vous mettre en relation avec le membre au plus tôt, puis vous rendre dans l'interface de gestion des échéanciers afin de régler le problème. Au delà d'un certain délai, l'abonnement par carte bancaire pourrait être annulé."
notify_member_payment_schedule_failed: notify_member_payment_schedule_failed:
subject: "[URGENT] Échec du prélèvement par carte" subject: "[URGENT] Échec du prélèvement par carte"
body: body:
remember: "Conformément à votre échéancier de paiement %{REFERENCE}, un prélèvement par carte de %{AMOUNT} était prévu le %{DATE}." remember: "Conformément à votre échéancier de paiement %{REFERENCE}, un prélèvement par carte de %{AMOUNT} était prévu le %{DATE}."
error: "Malheureusement, ce prélèvement n'a pas pu être effectué correctement." error: "Malheureusement, ce prélèvement n'a pas pu être effectué correctement."
action_html: "Veuillez vous rendre dans %{DASHBOARD} ou prendre contact avec un gestionnaire sous 24 heures, faute de quoi votre abonnement risque d'être interrompu." action_html: "Veuillez vous rendre dans %{DASHBOARD} ou prendre contact avec un gestionnaire rapidement, faute de quoi votre abonnement risque d'être interrompu."
your_dashboard: "votre tableau de bord" your_dashboard: "votre tableau de bord"
notify_admin_payment_schedule_gateway_canceled: notify_admin_payment_schedule_gateway_canceled:
subject: "[URGENT] Échéancier de paiement annulé par la passerelle de paiement" subject: "[URGENT] Échéancier de paiement annulé par la passerelle de paiement"

View File

@ -313,13 +313,13 @@
body: body:
remember: "In accordance with the %{REFERENCE} payment schedule, a debit by card of %{AMOUNT} was scheduled on %{DATE}." remember: "In accordance with the %{REFERENCE} payment schedule, a debit by card of %{AMOUNT} was scheduled on %{DATE}."
error: "Unfortunately, this card debit was unable to complete successfully." error: "Unfortunately, this card debit was unable to complete successfully."
action: "Please contact the member as soon as possible, then go to the payment schedule management interface to resolve the problem. After about 24 hours, the card subscription will be cancelled." action: "Please contact the member as soon as possible, then go to the payment schedule management interface to resolve the problem. After a certain period of time, the card subscription could be cancelled."
notify_member_payment_schedule_failed: notify_member_payment_schedule_failed:
subject: "[URGENT] Card debit failure" subject: "[URGENT] Card debit failure"
body: body:
remember: "In accordance with your %{REFERENCE} payment schedule, a debit by card of %{AMOUNT} was scheduled on %{DATE}." remember: "In accordance with your %{REFERENCE} payment schedule, a debit by card of %{AMOUNT} was scheduled on %{DATE}."
error: "Unfortunately, this card debit was unable to complete successfully." error: "Unfortunately, this card debit was unable to complete successfully."
action_html: "Please check %{DASHBOARD} or contact a manager before 24 hours, otherwise your subscription may be interrupted." action_html: "Please check %{DASHBOARD} or contact a manager quickly, otherwise your subscription may be interrupted."
your_dashboard: "your dashboard" your_dashboard: "your dashboard"
notify_admin_payment_schedule_gateway_canceled: notify_admin_payment_schedule_gateway_canceled:
subject: "[URGENT] Payment schedule canceled by the payment gateway" subject: "[URGENT] Payment schedule canceled by the payment gateway"

View File

@ -313,13 +313,13 @@ pt:
body: body:
remember: "De acordo com o calendário de pagamento de %{REFERENCE}, um débito por cartão de %{AMOUNT} foi agendado em %{DATE}." remember: "De acordo com o calendário de pagamento de %{REFERENCE}, um débito por cartão de %{AMOUNT} foi agendado em %{DATE}."
error: "Infelizmente, não foi possível completar o débito no cartão com sucesso." error: "Infelizmente, não foi possível completar o débito no cartão com sucesso."
action: "Por favor, entre em contato com o membro assim que possível, depois vá à interface de gestão de horários de pagamento para resolver o problema. Após cerca de 24 horas, a assinatura do cartão será cancelada." action: "Please contact the member as soon as possible, then go to the payment schedule management interface to resolve the problem. After a certain period of time, the card subscription could be cancelled."
notify_member_payment_schedule_failed: notify_member_payment_schedule_failed:
subject: "[URGENT] Falha no débito do cartão" subject: "[URGENT] Falha no débito do cartão"
body: body:
remember: "De acordo com a sua agenda de pagamentos %{REFERENCE}, um débito por cartão de %{AMOUNT} foi agendado para %{DATE}." remember: "De acordo com a sua agenda de pagamentos %{REFERENCE}, um débito por cartão de %{AMOUNT} foi agendado para %{DATE}."
error: "Infelizmente, não foi possível completar o débito no cartão com sucesso." error: "Infelizmente, não foi possível completar o débito no cartão com sucesso."
action_html: "Por favor, verifique %{DASHBOARD} ou entre em contato com um gerente antes de 24 horas, caso contrário sua assinatura pode ser interrompida." action_html: "Please check %{DASHBOARD} or contact a manager quickly, otherwise your subscription may be interrupted."
your_dashboard: "seu dashboard" your_dashboard: "seu dashboard"
notify_admin_payment_schedule_gateway_canceled: notify_admin_payment_schedule_gateway_canceled:
subject: "[URGENT] Payment schedule canceled by the payment gateway" subject: "[URGENT] Payment schedule canceled by the payment gateway"

View File

@ -313,13 +313,13 @@ zu:
body: body:
remember: "crwdns21134:0%{REFERENCE}crwdnd21134:0%{AMOUNT}crwdnd21134:0%{DATE}crwdne21134:0" remember: "crwdns21134:0%{REFERENCE}crwdnd21134:0%{AMOUNT}crwdnd21134:0%{DATE}crwdne21134:0"
error: "crwdns21136:0crwdne21136:0" error: "crwdns21136:0crwdne21136:0"
action: "crwdns21138:0crwdne21138:0" action: "crwdns22400:0crwdne22400:0"
notify_member_payment_schedule_failed: notify_member_payment_schedule_failed:
subject: "crwdns21140:0[URGENT]crwdne21140:0" subject: "crwdns21140:0[URGENT]crwdne21140:0"
body: body:
remember: "crwdns21142:0%{REFERENCE}crwdnd21142:0%{AMOUNT}crwdnd21142:0%{DATE}crwdne21142:0" remember: "crwdns21142:0%{REFERENCE}crwdnd21142:0%{AMOUNT}crwdnd21142:0%{DATE}crwdne21142:0"
error: "crwdns21144:0crwdne21144:0" error: "crwdns21144:0crwdne21144:0"
action_html: "crwdns21146:0%{DASHBOARD}crwdne21146:0" action_html: "crwdns22402:0%{DASHBOARD}crwdne22402:0"
your_dashboard: "crwdns21148:0crwdne21148:0" your_dashboard: "crwdns21148:0crwdne21148:0"
notify_admin_payment_schedule_gateway_canceled: notify_admin_payment_schedule_gateway_canceled:
subject: "crwdns22389:0[URGENT]crwdne22389:0" subject: "crwdns22389:0[URGENT]crwdne22389:0"