config/locales/en.yml in solidus_stripe-4.4.1 vs config/locales/en.yml in solidus_stripe-5.0.0.alpha.1

- old
+ new

@@ -1,5 +1,20 @@ # Sample localization file for English. Add more files in this directory for other locales. # See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points. en: - hello: Hello world + solidus_stripe: + loading: "Loading..." + + intent_status: &intent_status + canceled: "Your payment has been canceled." + processing: "Your payment is processing." + requires_action: "Some action is needed on your payment before proceeding." + requires_capture: "Payment successfully authorized!" + requires_confirmation: "Please confirm the payment in order to proceed." + requires_payment_method: "Your payment was not successful, please try again." + succeeded: "Payment succeeded!" + + activerecord: + models: + solidus_stripe/payment_source: Solidus Stripe Payment Source + solidus_stripe/payment_method: Solidus Stripe Payment Method