-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathen.yml
More file actions
71 lines (71 loc) · 2.88 KB
/
en.yml
File metadata and controls
71 lines (71 loc) · 2.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
en:
spree:
hints:
solidus_paypal_commerce_platform/payment_method:
available_to_users: You must verify that your email is confirmed with PayPal before users will be able to check out with this payment method.
payment_source: source
activerecord:
attributes:
solidus_paypal_commerce_platform/payment_source:
paypal_order_id: "PayPal order"
payment_method_id: "payment method"
models:
solidus_paypal_commerce_platform/payment_source: PayPal Payment Source
solidus_paypal_commerce_platform/payment_method: PayPal Commerce Platform
hello: Hello world
sign_up_for_paypal: Setup PayPal Commerce Platform
start_paying_with_paypal: Start paying with Paypal Commerce Platform
paypal_capture_id: PayPal Capture ID
paypal_debug_id: PayPal Debug ID
paypal_email: PayPal Email
paypal_funding: 'PayPal Funding: %{funding}'
paypal_funding_source: 'PayPal Funding Source'
payment_email: "Payment Email: %{email}"
virtual_terminal_notice_html: Backend Credit Card payments can only be accepted through PayPal via the <a href="https://www.paypal.com/merchantapps/appcenter/acceptpayments/virtualterminal">PayPal Virtual Terminal</a>.
solidus_paypal_commerce_platform:
controllers:
payments_controller:
invalid_paypal_order_id: "Invalid order confirmation data passed in"
order_complete: "Order is already in complete state"
responses:
pay_pal_checkout_sdk/orders/orders_capture_request:
success: "Payment captured"
failure: "Your payment was declined - please try again using a different payment method."
pay_pal_checkout_sdk/orders/orders_authorize_request:
success: "Payment authorized"
failure: "Your payment was declined - please try again using a different payment method."
pay_pal_checkout_sdk/payments/authorizations_capture_request:
success: "Authorization captured"
pay_pal_checkout_sdk/payments/captures_refund_request:
success: "Payment refunded for %{amount}"
pay_pal_checkout_sdk/payments/authorizations_void_request:
success: "Payment voided"
failure: "This payment can't be voided"
payment_method:
gold_button_message: "cannot be 'gold' when Venmo standalone is enabled."
paypal_funding_sources:
applepay: 'Apple Pay'
bancontact: 'Bancontact'
blik: 'BLIK'
boleto: 'Boleto'
card: 'Credit or debit card'
credit: 'PayPal Credit'
eps: 'eps'
giropay: 'giropay'
ideal: 'iDEAL'
itau: 'Itau'
maxima: 'Maxima'
mercadopago: 'Mercado Pago'
mybank: 'MyBank'
oxxo: 'Oxxo'
p24: 'Przelewy24'
paylater: 'Pay Later'
paypal: 'PayPal'
payu: 'PayU'
sepa: 'SEPA-Lastschrift'
sofort: 'Sofort'
trustly: 'Trustly'
venmo: 'Venmo'
verkkopankki: 'Verkkopankki'
wechatpay: 'WeChat Pay'
zimpler: 'Zimpler'