forked from spree-contrib/better_spree_paypal_express
-
Notifications
You must be signed in to change notification settings - Fork 0
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#122 from donBigote/master
adds spanish 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 @@ | ||
--- | ||
es: | ||
spree: | ||
paypal: | ||
already_refunded: "Este pago ha sido reembolsado y ahora no acción puede ser ejecutado en ello." | ||
no_payment_via_admin_backend: "No se puede cobrar cuentas de PayPal por medio del admin en este momento." | ||
transaction: "Transacción de PayPal" | ||
payer_id: "Payer ID (identificación del comprador)" | ||
transaction_id: "Transaction ID (identificación de la transacción)" | ||
token: "Token" | ||
refund: "Reembolso" | ||
refund_amount: "Cantidad" | ||
original_amount: "Cantidad original: %{amount}" | ||
refund_successful: "Reembolso de PayPal exitoso" | ||
refund_unsuccessful: "No se pudo rembolsar el pago de PayPal" | ||
actions: | ||
refund: "Reembolso" | ||
flash: | ||
cancel: "No quieres usar PayPal? No hay problema." | ||
connection_failed: "No se pudo conectar con PayPal." | ||
generic_error: "PayPal no funcionó. %{reasons}" |