config/locales/en.yml in solidus_paypal_braintree-1.0.0 vs config/locales/en.yml in solidus_paypal_braintree-1.1.0

- old
+ new

@@ -6,10 +6,11 @@ solidus_paypal_braintree/configuration: paypal: PayPal apple_pay: Apple Pay credit_card: Credit Card three_d_secure: 3D Secure + venmo: Venmo spree: admin: tab: braintree: Braintree client_sdk_enabled: Client SDK enabled? @@ -19,10 +20,12 @@ paypal_payee_email_map: Paypal payee email map private_key: Private key public_key: Public key token_generation_enabled: Token generation enabled? paypal_flow: PayPal flow + paypal_funding: 'PayPal Funding: %{funding}' + paypal_funding_source: 'PayPal Funding Source' solidus_paypal_braintree: braintree: Braintree nonce: Nonce token: Token errors: @@ -35,15 +38,20 @@ duplicate_iframe: "Duplicate Braintree iframe." fail_on_duplicate: "This payment method already exists in your vault." cvv_verification_failed: "CVV did not pass verification." threeds: authentication_failed: "3D Secure authentication failed. Please try again using a different payment method." + venmo: + canceled: "App is not available or you aborted the payment flow." + desktop_canceled: "Venmo authorization was canceled by closing the Venmo Desktop modal." + app_canceled: "Payment flow was canceled." payment_type: label: Payment Type apple_pay_card: Apple Pay credit_card: Credit Card pay_pal_account: PayPal + venmo_account: Venmo configurations: title: Braintree Configurations tab: Braintree update_success: Successfully updated Braintree configurations. update_error: An error occurred while updating Braintree configurations. @@ -58,5 +66,31 @@ authorization_expired: Payment authorization has expired. failed: An error occurred when sending the transaction to the processor. gateway_rejected: Gateway rejected this transaction. processor_declined: Processor declined this transaction. settlement_declined: Settlement was declined by processor. + 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'