forked from spree-contrib/better_spree_paypal_express
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request spree-contrib#172 from redglory/3-0-stable
Added Portuguese translation
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
pt: | ||
spree: | ||
paypal: | ||
already_refunded: "Este pagamento já foi reembolsado pelo que nenhuma acção pode ser executada sobre este." | ||
no_payment_via_admin_backend: "Não é possível cobrar contas de PayPal através do administrador neste momento." | ||
transaction: "Transacção de PayPal" | ||
payer_id: "Payer ID (identificação do comprador)" | ||
transaction_id: "Transaction ID (identificação da transacção)" | ||
token: "Token" | ||
refund: "Reembolso" | ||
refund_amount: "Quantidade" | ||
original_amount: "Quantidade original: %{amount}" | ||
refund_successful: "Reembolso de PayPal efectuado com sucesso" | ||
refund_unsuccessful: "Não foi possível reembolsar o pagamento de PayPal" | ||
actions: | ||
refund: "Reembolso" | ||
flash: | ||
cancel: "Não pretende usar PayPal? Não há problema." | ||
connection_failed: "Não foi possível estabelecer ligação com o PayPal." | ||
generic_error: "PayPal não funcionou. %{reasons}" |