1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

fix interpolation variable in portuguese

This commit is contained in:
Sylvain 2017-06-07 17:20:57 +02:00
parent 3ca6b9c9c1
commit 6cbdbc932c

View File

@ -445,6 +445,6 @@ pt:
do_you_really_want_to_cancel_this_reservation: "Você realmente quer cancelar essa reserva?"
reservation_was_cancelled_successfully: "Reserva a foi cancelada com sucesso."
cancellation_failed: "Cancelamento falhou."
confirm_payment_of_html: "{ROLE, select, admin{Pagamento pelo site} other{Pagar}}: {TOTAL}" # messageFormat interpolation (context: confirm my payment of $20.00)
confirm_payment_of_html: "{ROLE, select, admin{Pagamento pelo site} other{Pagar}}: {AMOUNT}" # messageFormat interpolation (context: confirm my payment of $20.00)
a_problem_occured_during_the_payment_process_please_try_again_later: "Um problema ocorreu durante o processo de pagamento. Por favor tente novamente mais tarde."
none: "Vazio"