Add missing translations

This commit is contained in:
Luis Ramos
2020-09-03 23:45:40 +01:00
parent a34c18451c
commit da19fa5f80
2 changed files with 8 additions and 0 deletions

View File

@@ -44,6 +44,10 @@ en:
variant_unit_name: "Variant Unit Name"
spree/credit_card:
base: "Credit Card"
number: "Number"
month: "Month"
verification_value: "Verification Value"
year: "Year"
order_cycle:
orders_close_at: Close date
variant_override:
@@ -3152,6 +3156,9 @@ See the %{link} to find out more about %{sitename}'s features and to start using
please_define_payment_methods: "Please define some payment methods first."
options: "Options"
has_no_shipped_units: "has no shipped units"
successfully_created: ! '%{resource} has been successfully created!'
successfully_updated: ! '%{resource} has been successfully updated!'
payment_processing_failed: "Payment could not be processed, please check the details you entered"
order_populator:
out_of_stock: ! '%{item} is out of stock.'

View File

@@ -1,4 +1,5 @@
require 'spec_helper'
require 'spree/core/gateway_error'
describe Spree::Payment do
context 'original specs from Spree' do