spree_i18n 1.0.0 → 5.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +22 -0
- data/.rspec +3 -0
- data/.rubocop.yml +7 -0
- data/.travis.yml +44 -0
- data/Appraisals +9 -0
- data/CONTRIBUTING.md +81 -0
- data/Gemfile +6 -0
- data/LICENSE.md +26 -0
- data/README.md +95 -9
- data/Rakefile +86 -0
- data/bin/rails +7 -0
- data/config/initializers/country_names.rb +51 -0
- data/config/locales/ar.yml +1341 -0
- data/config/locales/be.yml +1419 -0
- data/config/locales/bg.yml +1441 -0
- data/config/locales/ca.yml +1253 -1126
- data/config/locales/cs.yml +1363 -0
- data/config/locales/da.yml +1330 -1191
- data/config/locales/de-CH.yml +1284 -1202
- data/config/locales/de.yml +1928 -1113
- data/config/locales/en-AU.yml +1241 -1113
- data/config/locales/en-GB.yml +1249 -1117
- data/config/locales/en-IN.yml +1241 -1111
- data/config/locales/en-NZ.yml +1248 -1120
- data/config/locales/es-CL.yml +1398 -0
- data/config/locales/es-EC.yml +1338 -0
- data/config/locales/es-MX.yml +1327 -1196
- data/config/locales/es.yml +1785 -1195
- data/config/locales/et.yml +1246 -1136
- data/config/locales/fa.yml +1139 -1185
- data/config/locales/fi.yml +1362 -1200
- data/config/locales/fr.yml +1952 -1142
- data/config/locales/gr.yml +1336 -0
- data/config/locales/id.yml +1335 -0
- data/config/locales/it.yml +1391 -1187
- data/config/locales/ja.yml +1336 -0
- data/config/locales/km.yml +1358 -0
- data/config/locales/ko.yml +1292 -1204
- data/config/locales/ku.yml +1338 -0
- data/config/locales/lt.yml +1497 -1199
- data/config/locales/lv.yml +1319 -1194
- data/config/locales/nb.yml +1339 -0
- data/config/locales/nl.yml +1361 -1124
- data/config/locales/pl.yml +1640 -1139
- data/config/locales/pt-BR.yml +1512 -1196
- data/config/locales/pt.yml +1290 -0
- data/config/locales/ro.yml +1335 -0
- data/config/locales/ru.yml +1396 -1115
- data/config/locales/sk.yml +1339 -1200
- data/config/locales/sl-SI.yml +1286 -1204
- data/config/locales/sv.yml +1559 -0
- data/config/locales/th.yml +1319 -1195
- data/config/locales/tr.yml +1291 -0
- data/config/locales/uk.yml +1316 -1075
- data/config/locales/vi.yml +1296 -0
- data/config/locales/zh-CN.yml +1367 -1199
- data/config/locales/zh-TW.yml +1821 -1199
- data/gemfiles/spree_4_2.gemfile +8 -0
- data/gemfiles/spree_master.gemfile +8 -0
- data/lib/generators/spree_i18n/install/install_generator.rb +6 -0
- data/lib/spree/i18n_utils.rb +26 -20
- data/lib/spree_i18n.rb +6 -1
- data/lib/spree_i18n/engine.rb +43 -0
- data/lib/spree_i18n/locale.rb +13 -0
- data/lib/spree_i18n/version.rb +17 -0
- data/lib/tasks/spree_i18n/upgrade.rake +43 -0
- data/spec/features/russian_errors_translation_spec.rb +16 -0
- data/spec/features/translation_spec.rb +38 -0
- data/spec/spec_helper.rb +10 -0
- data/spec/support/i18n.rb +5 -0
- data/spree_i18n.gemspec +31 -0
- metadata +94 -110
- data/config/locales/cs-CZ.yml +0 -1206
- data/config/locales/il.yml +0 -1206
- data/config/locales/ja/spree_api.yml +0 -14
- data/config/locales/ja/spree_auth.yml +0 -46
- data/config/locales/ja/spree_core.rb +0 -16
- data/config/locales/ja/spree_core.yml +0 -1071
- data/config/locales/ja/spree_dash.yml +0 -5
- data/config/locales/ja/spree_promo.yml +0 -88
- data/config/locales/nb-NO.yml +0 -1206
- data/config/locales/nl-BE.yml +0 -1206
- data/config/locales/pt-PT.yml +0 -1206
- data/config/locales/sv-SE.yml +0 -1210
- data/config/locales/vn.yml +0 -1206
- data/default/spree_api.yml +0 -21
- data/default/spree_auth.yml +0 -46
- data/default/spree_core.yml +0 -1123
- data/default/spree_dash.yml +0 -11
- data/default/spree_promo.yml +0 -92
- data/lib/spree_i18n/railtie.rb +0 -24
- data/lib/tasks/i18n.rake +0 -107
data/config/locales/en-IN.yml
CHANGED
@@ -1,95 +1,90 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
access_denied: "Access Denied"
|
6
|
-
account: Account
|
7
|
-
account_updated: "Account updated!"
|
8
|
-
action: Action
|
9
|
-
actions:
|
10
|
-
cancel: Cancel
|
11
|
-
create: Create
|
12
|
-
destroy: Destroy
|
13
|
-
list: List
|
14
|
-
listing: Listing
|
15
|
-
new: New
|
16
|
-
update: Update
|
17
|
-
activate: "Activate"
|
18
|
-
active: "Active"
|
19
|
-
activerecord:
|
20
|
-
attributes:
|
21
|
-
spree/address:
|
1
|
+
en-IN:
|
2
|
+
activerecord:
|
3
|
+
attributes:
|
4
|
+
spree/address:
|
22
5
|
address1: Address
|
23
|
-
address2:
|
6
|
+
address2: Address (contd.)
|
24
7
|
city: City
|
25
|
-
country:
|
26
|
-
firstname:
|
27
|
-
lastname:
|
8
|
+
country: Country
|
9
|
+
firstname: First Name
|
10
|
+
lastname: Last Name
|
28
11
|
phone: Phone
|
29
|
-
state:
|
30
|
-
zipcode:
|
31
|
-
spree/
|
12
|
+
state: State
|
13
|
+
zipcode: Zip Code
|
14
|
+
spree/calculator/tiered_flat_rate:
|
15
|
+
preferred_base_amount:
|
16
|
+
preferred_tiers:
|
17
|
+
spree/calculator/tiered_percent:
|
18
|
+
preferred_base_percent:
|
19
|
+
preferred_tiers:
|
20
|
+
spree/country:
|
32
21
|
iso: ISO
|
33
22
|
iso3: ISO3
|
34
|
-
iso_name:
|
23
|
+
iso_name: ISO Name
|
35
24
|
name: Name
|
36
|
-
numcode:
|
37
|
-
spree/credit_card:
|
25
|
+
numcode: ISO Code
|
26
|
+
spree/credit_card:
|
27
|
+
base:
|
38
28
|
cc_type: Type
|
39
29
|
month: Month
|
30
|
+
name:
|
40
31
|
number: Number
|
41
|
-
verification_value:
|
32
|
+
verification_value: Verification Value
|
42
33
|
year: Year
|
43
|
-
spree/inventory_unit:
|
34
|
+
spree/inventory_unit:
|
44
35
|
state: State
|
45
|
-
spree/line_item:
|
36
|
+
spree/line_item:
|
46
37
|
price: Price
|
47
38
|
quantity: Quantity
|
48
|
-
spree/option_type:
|
39
|
+
spree/option_type:
|
49
40
|
name: Name
|
50
41
|
presentation: Presentation
|
51
|
-
spree/order/bill_address:
|
52
|
-
address1: "Billing address street"
|
53
|
-
city: "Billing address city"
|
54
|
-
firstname: "Billing address first name"
|
55
|
-
lastname: "Billing address last name"
|
56
|
-
phone: "Billing address phone"
|
57
|
-
state: "Billing address state"
|
58
|
-
zipcode: "Billing address zipcode"
|
59
|
-
spree/order/ship_address:
|
60
|
-
address1: "Shipping address street"
|
61
|
-
city: "Shipping address city"
|
62
|
-
firstname: "Shipping address first name"
|
63
|
-
lastname: "Shipping address last name"
|
64
|
-
phone: "Shipping address phone"
|
65
|
-
state: "Shipping address state"
|
66
|
-
zipcode: "Shipping address zipcode"
|
67
42
|
spree/order:
|
68
|
-
checkout_complete:
|
69
|
-
completed_at:
|
43
|
+
checkout_complete: Checkout Complete
|
44
|
+
completed_at: Completed At
|
45
|
+
considered_risky:
|
46
|
+
coupon_code:
|
70
47
|
created_at: Order Date
|
71
48
|
email: Customer E-Mail
|
72
|
-
ip_address:
|
73
|
-
item_total:
|
49
|
+
ip_address: IP Address
|
50
|
+
item_total: Item Total
|
74
51
|
number: Number
|
75
52
|
payment_state: Payment State
|
76
53
|
shipment_state: Shipment State
|
77
|
-
special_instructions:
|
54
|
+
special_instructions: Special Instructions
|
78
55
|
state: State
|
79
56
|
total: Total
|
80
|
-
spree/
|
57
|
+
spree/order/bill_address:
|
58
|
+
address1: Billing address street
|
59
|
+
city: Billing address city
|
60
|
+
firstname: Billing address first name
|
61
|
+
lastname: Billing address last name
|
62
|
+
phone: Billing address phone
|
63
|
+
state: Billing address state
|
64
|
+
zipcode: Billing address zipcode
|
65
|
+
spree/order/ship_address:
|
66
|
+
address1: Shipping address street
|
67
|
+
city: Shipping address city
|
68
|
+
firstname: Shipping address first name
|
69
|
+
lastname: Shipping address last name
|
70
|
+
phone: Shipping address phone
|
71
|
+
state: Shipping address state
|
72
|
+
zipcode: Shipping address zipcode
|
73
|
+
spree/payment:
|
74
|
+
amount: Amount
|
75
|
+
spree/payment_method:
|
81
76
|
name: Name
|
82
|
-
spree/product:
|
83
|
-
available_on:
|
84
|
-
|
77
|
+
spree/product:
|
78
|
+
available_on: Available On
|
79
|
+
cost_currency: Cost Currency
|
80
|
+
cost_price: Cost Price
|
85
81
|
description: Description
|
86
|
-
master_price:
|
82
|
+
master_price: Master Price
|
87
83
|
name: Name
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
spree/promotion:
|
84
|
+
on_hand: On Hand
|
85
|
+
shipping_category: Shipping Category
|
86
|
+
tax_category: Tax Category
|
87
|
+
spree/promotion:
|
93
88
|
advertise: Advertise
|
94
89
|
code: Code
|
95
90
|
description: Description
|
@@ -99,1108 +94,1243 @@ en-IN:
|
|
99
94
|
path: Path
|
100
95
|
starts_at: Starts At
|
101
96
|
usage_limit: Usage Limit
|
102
|
-
spree/
|
97
|
+
spree/promotion_category:
|
98
|
+
name:
|
99
|
+
spree/property:
|
103
100
|
name: Name
|
104
101
|
presentation: Presentation
|
105
|
-
spree/prototype:
|
102
|
+
spree/prototype:
|
106
103
|
name: Name
|
107
|
-
spree/return_authorization:
|
104
|
+
spree/return_authorization:
|
108
105
|
amount: Amount
|
109
|
-
spree/role:
|
106
|
+
spree/role:
|
110
107
|
name: Name
|
111
|
-
spree/state:
|
108
|
+
spree/state:
|
112
109
|
abbr: Abbreviation
|
113
110
|
name: Name
|
114
|
-
spree/
|
111
|
+
spree/state_change:
|
112
|
+
state_changes:
|
113
|
+
state_from:
|
114
|
+
state_to:
|
115
|
+
timestamp:
|
116
|
+
type:
|
117
|
+
updated:
|
118
|
+
user:
|
119
|
+
spree/store:
|
120
|
+
mail_from_address:
|
121
|
+
meta_description:
|
122
|
+
meta_keywords:
|
123
|
+
name:
|
124
|
+
seo_title:
|
125
|
+
url:
|
126
|
+
spree/tax_category:
|
115
127
|
description: Description
|
116
128
|
name: Name
|
117
|
-
spree/tax_rate:
|
129
|
+
spree/tax_rate:
|
118
130
|
amount: Rate
|
119
131
|
included_in_price: Included in Price
|
120
132
|
show_rate_in_label: Show rate in label
|
121
|
-
spree/taxon:
|
133
|
+
spree/taxon:
|
122
134
|
name: Name
|
123
135
|
permalink: Permalink
|
124
136
|
position: Position
|
125
|
-
spree/taxonomy:
|
137
|
+
spree/taxonomy:
|
126
138
|
name: Name
|
127
|
-
spree/user:
|
139
|
+
spree/user:
|
128
140
|
email: Email
|
129
|
-
password:
|
130
|
-
password_confirmation:
|
131
|
-
spree/variant:
|
132
|
-
|
141
|
+
password: Password
|
142
|
+
password_confirmation: Password Confirmation
|
143
|
+
spree/variant:
|
144
|
+
cost_currency: Cost Currency
|
145
|
+
cost_price: Cost Price
|
133
146
|
depth: Depth
|
134
147
|
height: Height
|
135
148
|
price: Price
|
136
149
|
sku: SKU
|
137
150
|
weight: Weight
|
138
151
|
width: Width
|
139
|
-
spree/zone:
|
152
|
+
spree/zone:
|
140
153
|
description: Description
|
141
154
|
name: Name
|
142
|
-
|
143
|
-
|
155
|
+
errors:
|
156
|
+
models:
|
157
|
+
spree/calculator/tiered_flat_rate:
|
158
|
+
attributes:
|
159
|
+
base:
|
160
|
+
keys_should_be_positive_number:
|
161
|
+
preferred_tiers:
|
162
|
+
should_be_hash:
|
163
|
+
spree/calculator/tiered_percent:
|
164
|
+
attributes:
|
165
|
+
base:
|
166
|
+
keys_should_be_positive_number:
|
167
|
+
values_should_be_percent:
|
168
|
+
preferred_tiers:
|
169
|
+
should_be_hash:
|
170
|
+
spree/classification:
|
171
|
+
attributes:
|
172
|
+
taxon_id:
|
173
|
+
already_linked:
|
174
|
+
spree/credit_card:
|
175
|
+
attributes:
|
176
|
+
base:
|
177
|
+
card_expired:
|
178
|
+
expiry_invalid:
|
179
|
+
spree/line_item:
|
180
|
+
attributes:
|
181
|
+
currency:
|
182
|
+
must_match_order_currency:
|
183
|
+
spree/refund:
|
184
|
+
attributes:
|
185
|
+
amount:
|
186
|
+
greater_than_allowed:
|
187
|
+
spree/reimbursement:
|
188
|
+
attributes:
|
189
|
+
base:
|
190
|
+
return_items_order_id_does_not_match:
|
191
|
+
spree/return_item:
|
192
|
+
attributes:
|
193
|
+
inventory_unit:
|
194
|
+
other_completed_return_item_exists:
|
195
|
+
reimbursement:
|
196
|
+
cannot_be_associated_unless_accepted:
|
197
|
+
spree/store:
|
198
|
+
attributes:
|
199
|
+
base:
|
200
|
+
cannot_destroy_default_store:
|
201
|
+
models:
|
202
|
+
spree/address:
|
144
203
|
one: Address
|
145
204
|
other: Addresses
|
146
|
-
spree/
|
147
|
-
one: Cheque Payment
|
148
|
-
other: Cheque Payments
|
149
|
-
spree/country:
|
205
|
+
spree/country:
|
150
206
|
one: Country
|
151
207
|
other: Countries
|
152
|
-
spree/credit_card:
|
153
|
-
one:
|
154
|
-
other:
|
155
|
-
spree/
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
spree/
|
165
|
-
one: "Line Item"
|
166
|
-
other: "Line Items"
|
167
|
-
spree/order:
|
208
|
+
spree/credit_card:
|
209
|
+
one: Credit Card
|
210
|
+
other: Credit Cards
|
211
|
+
spree/customer_return:
|
212
|
+
spree/inventory_unit:
|
213
|
+
one: Inventory Unit
|
214
|
+
other: Inventory Units
|
215
|
+
spree/line_item:
|
216
|
+
one: Line Item
|
217
|
+
other: Line Items
|
218
|
+
spree/option_type:
|
219
|
+
spree/option_value:
|
220
|
+
spree/order:
|
168
221
|
one: Order
|
169
222
|
other: Orders
|
170
|
-
spree/payment:
|
223
|
+
spree/payment:
|
171
224
|
one: Payment
|
172
225
|
other: Payments
|
173
|
-
spree/
|
226
|
+
spree/payment_method:
|
227
|
+
spree/product:
|
174
228
|
one: Product
|
175
229
|
other: Products
|
176
|
-
spree/
|
230
|
+
spree/promotion:
|
231
|
+
spree/promotion_category:
|
232
|
+
spree/property:
|
177
233
|
one: Property
|
178
234
|
other: Properties
|
179
|
-
spree/prototype:
|
235
|
+
spree/prototype:
|
180
236
|
one: Prototype
|
181
237
|
other: Prototypes
|
182
|
-
spree/
|
238
|
+
spree/refund_reason:
|
239
|
+
spree/reimbursement:
|
240
|
+
spree/reimbursement_type:
|
241
|
+
spree/return_authorization:
|
183
242
|
one: Return Authorization
|
184
243
|
other: Return Authorizations
|
185
|
-
spree/
|
244
|
+
spree/return_authorization_reason:
|
245
|
+
spree/role:
|
186
246
|
one: Roles
|
187
247
|
other: Roles
|
188
|
-
spree/shipment:
|
248
|
+
spree/shipment:
|
189
249
|
one: Shipment
|
190
250
|
other: Shipments
|
191
|
-
spree/shipping_category:
|
192
|
-
one:
|
193
|
-
other:
|
194
|
-
spree/
|
251
|
+
spree/shipping_category:
|
252
|
+
one: Shipping Category
|
253
|
+
other: Shipping Categories
|
254
|
+
spree/shipping_method:
|
255
|
+
spree/state:
|
195
256
|
one: State
|
196
257
|
other: States
|
197
|
-
spree/
|
198
|
-
|
199
|
-
|
200
|
-
spree/
|
201
|
-
|
202
|
-
|
203
|
-
|
258
|
+
spree/state_change:
|
259
|
+
spree/stock_location:
|
260
|
+
spree/stock_movement:
|
261
|
+
spree/stock_transfer:
|
262
|
+
spree/tax_category:
|
263
|
+
one: Tax Category
|
264
|
+
other: Tax Categories
|
265
|
+
spree/tax_rate:
|
266
|
+
one: Tax Rate
|
267
|
+
other: Tax Rates
|
268
|
+
spree/taxon:
|
204
269
|
one: Taxon
|
205
270
|
other: Taxons
|
206
|
-
spree/taxonomy:
|
271
|
+
spree/taxonomy:
|
207
272
|
one: Taxonomy
|
208
273
|
other: Taxonomies
|
209
|
-
spree/
|
274
|
+
spree/tracker:
|
275
|
+
spree/user:
|
210
276
|
one: User
|
211
277
|
other: Users
|
212
|
-
spree/variant:
|
278
|
+
spree/variant:
|
213
279
|
one: Variant
|
214
280
|
other: Variants
|
215
|
-
spree/zone:
|
281
|
+
spree/zone:
|
216
282
|
one: Zone
|
217
283
|
other: Zones
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
enter_at_least_five_letters: Enter at least five letters of customer name
|
432
|
-
enter_exactly_as_shown_on_card: Please enter exactly as shown on the card
|
433
|
-
enter_password_to_confirm: "(we need your current password to confirm your changes)"
|
434
|
-
enter_token: Enter Token
|
435
|
-
environment: "Environment"
|
436
|
-
error: error
|
437
|
-
error_user_destroy_with_orders: "Users with completed orders may not be deleted"
|
438
|
-
errors:
|
439
|
-
messages:
|
440
|
-
could_not_create_taxon: "Could not create taxon"
|
441
|
-
no_payment_methods_available: "No payment methods are configured for this environment"
|
442
|
-
no_shipping_methods_available: "No shipping methods available for selected location, please change your address and try again."
|
443
|
-
errors_prohibited_this_record_from_being_saved:
|
444
|
-
one: "1 error prohibited this record from being saved"
|
445
|
-
other: "%{count} errors prohibited this record from being saved"
|
446
|
-
event: Event
|
447
|
-
events:
|
448
|
-
spree:
|
449
|
-
cart:
|
450
|
-
add: 'Add to cart'
|
451
|
-
checkout:
|
452
|
-
coupon_code_added: Coupon code added
|
453
|
-
content:
|
454
|
-
visited: Visit static content page
|
455
|
-
order:
|
456
|
-
contents_changed: "Order contents changed"
|
457
|
-
page_view: "Static page viewed"
|
458
|
-
user:
|
459
|
-
signup: 'User signup'
|
460
|
-
existing_customer: "Existing Customer"
|
461
|
-
expiration: "Expiration"
|
462
|
-
expiration_month: "Expiration Month"
|
463
|
-
expiration_year: "Expiration Year"
|
464
|
-
expiry: Expiry
|
465
|
-
extension: Extension
|
466
|
-
extensions: Extensions
|
467
|
-
filename: Filename
|
468
|
-
final_confirmation: "Final Confirmation"
|
469
|
-
finalize: Finalize
|
470
|
-
finalized_payments: Finalized Payments
|
471
|
-
first_item: First Item Cost
|
472
|
-
first_name: "First Name"
|
473
|
-
first_name_begins_with: "First Name Begins With"
|
474
|
-
flat_percent: Flat Percent
|
475
|
-
flat_rate_amount: Amount
|
476
|
-
flat_rate_per_item: "Flat Rate (per item)"
|
477
|
-
flat_rate_per_order: "Flat Rate (per order)"
|
478
|
-
flexible_rate: "Flexible Rate"
|
479
|
-
forgot_password: "Forgot Password"
|
480
|
-
free_shipping: Free Shipping
|
481
|
-
from_state: From State
|
482
|
-
front_end: Front End
|
483
|
-
full_name: "Full Name"
|
484
|
-
gateway: Gateway
|
485
|
-
gateway_config_unavailable: "Gateway unavailable for environment"
|
486
|
-
gateway_configuration: "Gateway configuration"
|
487
|
-
gateway_error: "Gateway Error"
|
488
|
-
gateway_setting_description: "Select a payment gateway and configure its settings."
|
489
|
-
gateway_settings_warning: "If you are changing the gateway type, you must save first before you can edit the gateway settings"
|
490
|
-
general: "General"
|
491
|
-
general_settings: "General Settings"
|
492
|
-
general_settings_description: "Configure general Spree settings."
|
493
|
-
google_analytics: "Google Analytics"
|
494
|
-
google_analytics_active: "Active"
|
495
|
-
google_analytics_create: "Create New Google Analytics Account"
|
496
|
-
google_analytics_id: "Analytics ID"
|
497
|
-
google_analytics_new: "New Google Analytics Account"
|
498
|
-
google_analytics_setting_description: "Manage Google Analytics ID"
|
499
|
-
guest_checkout: Guest Checkout
|
500
|
-
guest_user_account: Checkout as a Guest
|
501
|
-
has_no_shipped_units: has no shipped units
|
502
|
-
height: Height
|
503
|
-
hello_user: "Hello User"
|
504
|
-
history: History
|
505
|
-
home: "Home"
|
506
|
-
icon: "Icon"
|
507
|
-
icons_by: "Icons by"
|
508
|
-
image: Image
|
509
|
-
image_settings: "Image Settings"
|
510
|
-
image_settings_description: "Image Settings Description"
|
511
|
-
image_settings_updated: "Image Settings successfully updated."
|
512
|
-
image_settings_warning: "You will need to regenerate thumbnails if you update the paperclip styles. Use rake paperclip:refresh:thumbnails to do this."
|
513
|
-
images: Images
|
514
|
-
images_for: "Images for"
|
515
|
-
in_progress: "In Progress"
|
516
|
-
include_in_shipment: Include in Shipment
|
517
|
-
included_in_other_shipment: Included in another Shipment
|
518
|
-
included_in_price: Included in Price
|
519
|
-
included_in_this_shipment: Included in this Shipment
|
520
|
-
included_price_validation: "cannot be selected unless you have set a Default Tax Zone"
|
521
|
-
instructions_to_reset_password: "Fill out the form below and instructions to reset your password will be emailed to you:"
|
522
|
-
insufficient_stock: "Insufficient stock available, only %{on_hand} remaining"
|
523
|
-
integration_settings_warning: "If you are changing the billing integration, you must save first before you can edit the integration settings"
|
524
|
-
intercept_email_address: Intercept Email Address
|
525
|
-
intercept_email_instructions: "Override email recipient and replace with this address."
|
526
|
-
invalid_search: "Invalid search criteria."
|
527
|
-
inventory: Inventory
|
528
|
-
inventory_adjustment: "Inventory Adjustment"
|
529
|
-
inventory_setting_description: "Inventory Configuration, Backordering, Zero-Stock Display"
|
530
|
-
inventory_settings: "Inventory Settings"
|
531
|
-
is_not_available_to_shipment_address: is not available to shipment address
|
532
|
-
issue_number: Issue Number
|
533
|
-
item: Item
|
534
|
-
item_description: "Item Description"
|
535
|
-
item_total: "Item Total"
|
536
|
-
item_total_rule:
|
537
|
-
operators:
|
538
|
-
gt: greater than
|
539
|
-
gte: greater than or equal to
|
540
|
-
landing_page_rule:
|
541
|
-
path: Path
|
542
|
-
last_name: "Last Name"
|
543
|
-
last_name_begins_with: "Last Name Begins With"
|
544
|
-
learn_more: Learn More
|
545
|
-
leave_blank_to_not_change: "(leave blank if you don't want to change it)"
|
546
|
-
list: List
|
547
|
-
listing_categories: "Listing Categories"
|
548
|
-
listing_option_types: "Listing Option Types"
|
549
|
-
listing_orders: "Listing Orders"
|
550
|
-
listing_product_groups: "Listing Product Groups"
|
551
|
-
listing_products: "Listing Products"
|
552
|
-
listing_reports: "Listing Reports"
|
553
|
-
listing_tax_categories: "Listing Tax Categories"
|
554
|
-
listing_users: "Listing Users"
|
555
|
-
live: "Live"
|
556
|
-
loading: Loading
|
557
|
-
locale_changed: "Locale Changed"
|
558
|
-
logged_in_as: "Logged in as"
|
559
|
-
logged_in_succesfully: "Logged in successfully"
|
560
|
-
logged_out: "You have been logged out."
|
561
|
-
login: Login
|
562
|
-
login_as_existing: "Log In as Existing Customer"
|
563
|
-
login_failed: "Login authentication failed."
|
564
|
-
login_name: Login
|
565
|
-
logout: Logout
|
566
|
-
look_for_similar_items: Look for similar items
|
567
|
-
maestro_or_solo_cards: Maestro/Solo cards
|
568
|
-
mail_delivery_enabled: "Mail delivery is enabled"
|
569
|
-
mail_delivery_not_enabled: "Mail delivery is not enabled"
|
570
|
-
mail_methods: Mail Methods
|
571
|
-
mail_server_preferences: Mail Server Preferences
|
572
|
-
make_refund: Make refund
|
573
|
-
mark_shipped: "Mark Shipped"
|
574
|
-
master_price: "Master Price"
|
575
|
-
match_choices:
|
576
|
-
all: "All"
|
577
|
-
none: "None"
|
578
|
-
one: "One"
|
579
|
-
match_rule: "Products That Must Match:"
|
580
|
-
max_items: Max Items
|
581
|
-
meta_description: "Meta Description"
|
582
|
-
meta_keywords: "Meta Keywords"
|
583
|
-
metadata: "Metadata"
|
584
|
-
minimal_amount: "Minimal Amount"
|
585
|
-
missing_required_information: "Missing Required Information"
|
586
|
-
month: "Month"
|
587
|
-
more: More
|
588
|
-
my_account: "My Account"
|
589
|
-
my_orders: "My Orders"
|
590
|
-
name: Name
|
591
|
-
name_or_sku: "Name or SKU"
|
592
|
-
new: New
|
593
|
-
new_adjustment: "New Adjustment"
|
594
|
-
new_billing_integration: New Billing Integration
|
595
|
-
new_category: "New category"
|
596
|
-
new_customer: "New Customer"
|
597
|
-
new_group: New Group
|
598
|
-
new_image: "New Image"
|
599
|
-
new_mail_method: New Mail Method
|
600
|
-
new_option_type: "New Option Type"
|
601
|
-
new_option_value: "New Option Value"
|
602
|
-
new_order: "New Order"
|
603
|
-
new_order_completed: "New Order Completed"
|
604
|
-
new_payment: "New Payment"
|
605
|
-
new_payment_method: New Payment Method
|
606
|
-
new_product: "New Product"
|
607
|
-
new_product_group: New Product Group
|
608
|
-
new_promotion: New Promotion
|
609
|
-
new_property: "New Property"
|
610
|
-
new_prototype: "New Prototype"
|
611
|
-
new_return_authorization: New Return Authorization
|
612
|
-
new_shipment: "New Shipment"
|
613
|
-
new_shipping_category: "New Shipping Category"
|
614
|
-
new_shipping_method: "New Shipping Method"
|
615
|
-
new_state: "New State"
|
616
|
-
new_tax_category: "New Tax Category"
|
617
|
-
new_tax_rate: "New Tax Rate"
|
618
|
-
new_taxon: "New Taxon"
|
619
|
-
new_taxonomy: "New Taxonomy"
|
620
|
-
new_tracker: New Tracker
|
621
|
-
new_user: "New User"
|
622
|
-
new_variant: "New Variant"
|
623
|
-
new_zone: "New Zone"
|
624
|
-
next: Next
|
625
|
-
no: "No"
|
626
|
-
no_items_in_cart: "Basket is empty."
|
627
|
-
no_match_found: "No Match Found"
|
628
|
-
no_products_found: "No products found"
|
629
|
-
no_results: "No results"
|
630
|
-
no_rules_added: No rules added
|
631
|
-
no_user_found: "No user was found with that email address"
|
632
|
-
none: None
|
633
|
-
none_available: "None Available"
|
634
|
-
normal_amount: "Normal Amount"
|
635
|
-
not: not
|
636
|
-
not_available: "N/A"
|
637
|
-
not_found: "%{resource} is not found"
|
638
|
-
not_shown: "Not Shown"
|
639
|
-
note: Note
|
640
|
-
notice_messages:
|
641
|
-
option_type_removed: "Succesfully removed option type."
|
642
|
-
product_cloned: "Product has been cloned"
|
643
|
-
product_deleted: "Product has been deleted"
|
644
|
-
product_not_cloned: "Product could not be cloned"
|
645
|
-
product_not_deleted: "Product could not be deleted"
|
646
|
-
variant_deleted: "Variant has been deleted"
|
647
|
-
variant_not_deleted: "Variant could not be deleted"
|
648
|
-
on_hand: "On Hand"
|
649
|
-
one_default_category_with_default_tax_rate: "You should configure exactly one default category with your countries default tax rate"
|
650
|
-
operation: Operation
|
651
|
-
option_type: "Option Type"
|
652
|
-
option_types: "Option Types"
|
653
|
-
option_value: "Option Value"
|
654
|
-
option_values: "Option Values"
|
655
|
-
options: Options
|
656
|
-
or: or
|
657
|
-
or_over_price: "%{price} or over"
|
658
|
-
order: Order
|
659
|
-
order_adjustments: "Order adjustments"
|
660
|
-
order_confirmation_note: ""
|
661
|
-
order_date: "Order Date"
|
662
|
-
order_details: "Order Details"
|
663
|
-
order_email_resent: "Order Email Resent"
|
664
|
-
order_mailer:
|
665
|
-
cancel_email:
|
666
|
-
dear_customer: "Dear Customer,"
|
667
|
-
instructions: "Your order has been CANCELED. Please retain this cancellation information for your records."
|
668
|
-
order_summary_canceled: "Order Summary [CANCELED]"
|
669
|
-
subject: "Cancellation of Order"
|
670
|
-
subtotal: "Subtotal:"
|
671
|
-
total: "Order Total:"
|
672
|
-
confirm_email:
|
673
|
-
dear_customer: "Dear Customer,"
|
674
|
-
instructions: "Please review and retain the following order information for your records."
|
675
|
-
order_summary: "Order Summary"
|
676
|
-
subject: "Order Confirmation"
|
677
|
-
subtotal: "Subtotal:"
|
678
|
-
thanks: "Thank you for your business."
|
679
|
-
total: "Order Total:"
|
680
|
-
order_not_in_system: That order number is not valid on this site.
|
681
|
-
order_number: Order
|
682
|
-
order_operation_authorize: Authorize
|
683
|
-
order_processed_but_following_items_are_out_of_stock: "Your order has been processed, but following items are out of stock:"
|
684
|
-
order_processed_successfully: "Your order has been processed successfully"
|
685
|
-
order_state: # keys correspond to Checkout state names:
|
686
|
-
address: address
|
687
|
-
adjustments: adjustments
|
688
|
-
awaiting_return: awaiting return
|
689
|
-
canceled: canceled
|
690
|
-
cart: cart
|
284
|
+
devise:
|
285
|
+
confirmations:
|
286
|
+
confirmed: Your account was successfully confirmed. You are now signed in.
|
287
|
+
send_instructions: You will receive an email with instructions about how to confirm your account in a few minutes.
|
288
|
+
failure:
|
289
|
+
inactive: Your account has not been activated yet.
|
290
|
+
invalid: Invalid email or password.
|
291
|
+
invalid_token: Invalid authentication token.
|
292
|
+
locked: Your account is locked.
|
293
|
+
timeout: Your session expired, please sign in again to continue.
|
294
|
+
unauthenticated: You need to sign in or sign up before continuing.
|
295
|
+
unconfirmed: You have to confirm your account before continuing.
|
296
|
+
mailer:
|
297
|
+
confirmation_instructions:
|
298
|
+
subject: Confirmation instructions
|
299
|
+
reset_password_instructions:
|
300
|
+
subject: Reset password instructions
|
301
|
+
unlock_instructions:
|
302
|
+
subject: Unlock Instructions
|
303
|
+
oauth_callbacks:
|
304
|
+
failure: Could not authorize you from %{kind} because %{reason}.
|
305
|
+
success: Successfully authorized from %{kind} account
|
306
|
+
unlocks:
|
307
|
+
send_instructions: You will receive an email with instructions about how to unlock your account in a few minutes.
|
308
|
+
unlocked: Your account was successfully unlocked. You are now signed in.
|
309
|
+
user_passwords:
|
310
|
+
user:
|
311
|
+
cannot_be_blank: Your password cannot be blank.
|
312
|
+
send_instructions: You will receive an email with instructions about how to reset your password in a few minutes.
|
313
|
+
updated: Your password was changed successfully. You are now signed in.
|
314
|
+
user_registrations:
|
315
|
+
destroyed: Bye! Your account was successfully cancelled. We hope to see you again soon.
|
316
|
+
inactive_signed_up: You have signed up successfully. However, we could not sign you in because your account is %{reason}.
|
317
|
+
signed_up: Welcome! You have signed up successfully.
|
318
|
+
updated: You updated your account successfully.
|
319
|
+
user_sessions:
|
320
|
+
signed_in: Signed in successfully.
|
321
|
+
signed_out: Signed out successfully.
|
322
|
+
errors:
|
323
|
+
messages:
|
324
|
+
already_confirmed: was already confirmed
|
325
|
+
not_found: not found
|
326
|
+
not_locked: was not locked
|
327
|
+
not_saved:
|
328
|
+
one: '1 error prohibited this %{resource} from being saved:'
|
329
|
+
other: "%{count} errors prohibited this %{resource} from being saved:"
|
330
|
+
spree:
|
331
|
+
abbreviation: Abbreviation
|
332
|
+
accept:
|
333
|
+
acceptance_errors:
|
334
|
+
acceptance_status:
|
335
|
+
accepted:
|
336
|
+
account: Account
|
337
|
+
account_updated: Account updated!
|
338
|
+
action: Action
|
339
|
+
actions:
|
340
|
+
cancel: Cancel
|
341
|
+
continue: Continue
|
342
|
+
create: Create
|
343
|
+
destroy: Destroy
|
344
|
+
edit: Edit
|
345
|
+
list: List
|
346
|
+
listing: Listing
|
347
|
+
new: New
|
348
|
+
refund:
|
349
|
+
save: Save
|
350
|
+
update: Update
|
351
|
+
activate: Activate
|
352
|
+
active: Active
|
353
|
+
add: Add
|
354
|
+
add_action_of_type: Add action of type
|
355
|
+
add_country: Add Country
|
356
|
+
add_coupon_code:
|
357
|
+
add_new_header: Add New Header
|
358
|
+
add_new_style: Add New Style
|
359
|
+
add_one: Add One
|
360
|
+
add_option_value: Add Option Value
|
361
|
+
add_product: Add Product
|
362
|
+
add_product_properties: Add Product Properties
|
363
|
+
add_rule_of_type: Add rule of type
|
364
|
+
add_state: Add State
|
365
|
+
add_stock: Add Stock
|
366
|
+
add_stock_management: Add Stock Management
|
367
|
+
add_to_cart: Add To Basket
|
368
|
+
add_variant: Add Variant
|
369
|
+
additional_item: Additional Item Cost
|
370
|
+
address1: Address
|
371
|
+
address2: Address (contd.)
|
372
|
+
adjustable:
|
373
|
+
adjustment: Adjustment
|
374
|
+
adjustment_amount: Amount
|
375
|
+
adjustment_successfully_closed: Adjustment has been successfully closed!
|
376
|
+
adjustment_successfully_opened: Adjustment has been successfully opened!
|
377
|
+
adjustment_total: Adjustment Total
|
378
|
+
adjustments: Adjustments
|
379
|
+
admin:
|
380
|
+
tab:
|
381
|
+
configuration:
|
382
|
+
option_types:
|
383
|
+
orders:
|
384
|
+
overview:
|
385
|
+
products:
|
386
|
+
promotions:
|
387
|
+
promotion_categories:
|
388
|
+
properties:
|
389
|
+
prototypes:
|
390
|
+
reports:
|
391
|
+
taxonomies:
|
392
|
+
taxons:
|
393
|
+
users:
|
394
|
+
user:
|
395
|
+
account:
|
396
|
+
addresses:
|
397
|
+
items:
|
398
|
+
items_purchased:
|
399
|
+
order_history:
|
400
|
+
order_num:
|
401
|
+
orders:
|
402
|
+
user_information:
|
403
|
+
administration: Administration
|
404
|
+
advertise:
|
405
|
+
agree_to_privacy_policy: Agree to Privacy Policy
|
406
|
+
agree_to_terms_of_service: Agree to Terms of Service
|
407
|
+
all: All
|
408
|
+
all_adjustments_closed: All adjustments successfully closed!
|
409
|
+
all_adjustments_opened: All adjustments successfully opened!
|
410
|
+
all_departments: All departments
|
411
|
+
all_items_have_been_returned:
|
412
|
+
allow_ssl_in_development_and_test: Allow SSL to be used when in development and test modes
|
413
|
+
allow_ssl_in_production: Allow SSL to be used in production mode
|
414
|
+
allow_ssl_in_staging: Allow SSL to be used in staging mode
|
415
|
+
already_signed_up_for_analytics: You have already signed up for Spree Analytics
|
416
|
+
alt_text: Alternative Text
|
417
|
+
alternative_phone: Alternative Phone
|
418
|
+
amount: Amount
|
419
|
+
analytics_desc_header_1: Spree Analytics
|
420
|
+
analytics_desc_header_2: Live analytics integrated into your Spree dashboard
|
421
|
+
analytics_desc_list_1: Get live sales information as it happens
|
422
|
+
analytics_desc_list_2: Requires only a free Spree account to activate
|
423
|
+
analytics_desc_list_3: Absolutely no code to install
|
424
|
+
analytics_desc_list_4: It's completely free!
|
425
|
+
analytics_trackers: Analytics Trackers
|
426
|
+
and: and
|
427
|
+
approve:
|
428
|
+
approved_at:
|
429
|
+
approver:
|
430
|
+
are_you_sure: Are you sure
|
431
|
+
are_you_sure_delete: Are you sure you want to delete this record?
|
432
|
+
associated_adjustment_closed: The associated adjustment is closed, and will not be recalculated. Do you want to open it?
|
433
|
+
at_symbol: '@'
|
434
|
+
authorization_failure: Authorization Failure
|
435
|
+
authorized:
|
436
|
+
auto_capture:
|
437
|
+
available_on: Available On
|
438
|
+
average_order_value:
|
439
|
+
avs_response:
|
440
|
+
back: Back
|
441
|
+
back_end: Back End
|
442
|
+
back_to_payment:
|
443
|
+
back_to_resource_list:
|
444
|
+
back_to_rma_reason_list:
|
445
|
+
back_to_store: Go Back To Store
|
446
|
+
back_to_users_list: Back To Users List
|
447
|
+
backorderable: Backorderable
|
448
|
+
backorderable_default:
|
449
|
+
backordered:
|
450
|
+
backorders_allowed:
|
451
|
+
balance_due: Balance Due
|
452
|
+
base_amount:
|
453
|
+
base_percent:
|
454
|
+
bill_address: Bill Address
|
455
|
+
billing: Billing
|
456
|
+
billing_address: Billing Address
|
457
|
+
both: Both
|
458
|
+
calculated_reimbursements:
|
459
|
+
calculator: Calculator
|
460
|
+
calculator_settings_warning: If you are changing the calculator type, you must save first before you can edit the calculator settings
|
461
|
+
cancel: cancel
|
462
|
+
canceled_at:
|
463
|
+
canceler:
|
464
|
+
cannot_create_customer_returns:
|
465
|
+
cannot_create_payment_without_payment_methods: You cannot create a payment for an order without any payment methods defined.
|
466
|
+
cannot_create_returns: Cannot create returns as this order has not shipped yet.
|
467
|
+
cannot_perform_operation: Cannot perform requested operation
|
468
|
+
cannot_set_shipping_method_without_address: Cannot set shipping method until customer details are provided
|
469
|
+
capture: capture
|
470
|
+
capture_events:
|
471
|
+
card_code: Card Code
|
472
|
+
card_number: Card Number
|
473
|
+
card_type:
|
474
|
+
card_type_is: Card type is
|
475
|
+
cart: Basket
|
476
|
+
cart_subtotal:
|
477
|
+
categories: Categories
|
478
|
+
category: Category
|
479
|
+
charged:
|
480
|
+
check_for_spree_alerts: Check for Spree alerts
|
481
|
+
checkout: Checkout
|
482
|
+
choose_a_customer: Choose a customer
|
483
|
+
choose_a_taxon_to_sort_products_for:
|
484
|
+
choose_currency: Choose Currency
|
485
|
+
choose_dashboard_locale: Choose Dashboard Locale
|
486
|
+
choose_location:
|
487
|
+
city: Town / City
|
488
|
+
clear_cache:
|
489
|
+
clear_cache_ok:
|
490
|
+
clear_cache_warning:
|
491
|
+
click_and_drag_on_the_products_to_sort_them:
|
492
|
+
clone: Clone
|
493
|
+
close: Close
|
494
|
+
close_all_adjustments: Close All Adjustments
|
495
|
+
code: Code
|
496
|
+
company: Company
|
691
497
|
complete: complete
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
price: Price
|
760
|
-
price_range: Price Range
|
761
|
-
price_sack: Price Sack
|
762
|
-
problem_authorizing_card: "Problem authorizing credit card"
|
763
|
-
problem_capturing_card: "Problem capturing credit card"
|
764
|
-
problems_processing_order: "We had problems processing your order"
|
765
|
-
proceed_as_guest: "No Thanks, Proceed as Guest"
|
766
|
-
process: Process
|
767
|
-
product: Product
|
768
|
-
product_details: "Product Details"
|
769
|
-
product_group: Product Group
|
770
|
-
product_group_invalid: Product Group has invalid scopes
|
771
|
-
product_groups: Product Groups
|
772
|
-
product_has_no_description: This product has no description
|
773
|
-
product_properties: "Product Properties"
|
774
|
-
product_rule:
|
775
|
-
choose_products: Choose products
|
776
|
-
label: "Order must contain %{select} of these products"
|
777
|
-
match_all: all
|
778
|
-
match_any: at least one
|
779
|
-
product_source:
|
780
|
-
group: From product group
|
781
|
-
manual: Manually choose
|
782
|
-
product_scopes:
|
783
|
-
groups:
|
784
|
-
price:
|
785
|
-
description: "Scopes for selecting products based on Price"
|
786
|
-
name: Price
|
787
|
-
search:
|
788
|
-
description: "Scopes for selecting products based on name, keywords and description of product"
|
789
|
-
name: "Text search"
|
790
|
-
taxon:
|
791
|
-
description: "Scopes for selecting products based on Taxons"
|
792
|
-
name: Taxon
|
793
|
-
values:
|
794
|
-
description: "Scopes for selecting products based on option and property values"
|
795
|
-
name: Values
|
796
|
-
scopes:
|
797
|
-
ascend_by_name:
|
798
|
-
name: Ascend by product name
|
799
|
-
ascend_by_updated_at:
|
800
|
-
name: Ascend by actualization date
|
801
|
-
descend_by_name:
|
802
|
-
name: Descend by product name
|
803
|
-
descend_by_updated_at:
|
804
|
-
name: Descend by actualization date
|
805
|
-
in_name:
|
806
|
-
args:
|
807
|
-
words: Words
|
808
|
-
description: "(separated by space or comma)"
|
809
|
-
name: "Product name have following"
|
810
|
-
sentence: product name contain <em>%s</em>
|
811
|
-
in_name_or_description:
|
812
|
-
args:
|
813
|
-
words: Words
|
814
|
-
description: "(separated by space or comma)"
|
815
|
-
name: "Product name or description have following"
|
816
|
-
sentence: name or description contain <em>%s</em>
|
817
|
-
in_name_or_keywords:
|
818
|
-
args:
|
819
|
-
words: Words
|
820
|
-
description: "(separated by space or comma)"
|
821
|
-
name: "Product name or meta keywords have following"
|
822
|
-
sentence: name or keywords contain <em>%s</em>
|
823
|
-
in_taxons:
|
824
|
-
args:
|
825
|
-
"taxon_names": "Taxon names"
|
826
|
-
description: "Taxon names have to be separated by comma or space(eg. adidas,shoes)"
|
827
|
-
name: "In taxons and all their descendants"
|
828
|
-
sentence: in <em>%s</em> and all their descendants
|
829
|
-
master_price_gte:
|
830
|
-
args:
|
831
|
-
amount: Amount
|
832
|
-
description: ""
|
833
|
-
name: "Master price greater or equal to"
|
834
|
-
sentence: price greater or equal to <em>%.2f</em>
|
835
|
-
master_price_lte:
|
836
|
-
args:
|
837
|
-
amount: Amount
|
838
|
-
description: ""
|
839
|
-
name: "Master price lesser or equal to"
|
840
|
-
sentence: price less or equal to <em>%.2f</em>
|
841
|
-
price_between:
|
842
|
-
args:
|
843
|
-
high: High
|
844
|
-
low: Low
|
845
|
-
description: ""
|
846
|
-
name: "Price between"
|
847
|
-
sentence: price between <em>%.2f</em> and <em>%.2f</em>
|
848
|
-
taxons_name_eq:
|
849
|
-
args:
|
850
|
-
taxon_name: "Taxon name"
|
851
|
-
description: "In specific taxon - without descendants"
|
852
|
-
name: "In Taxon(without descendants)"
|
853
|
-
sentence: in <em>%s</em>
|
854
|
-
with:
|
855
|
-
args:
|
856
|
-
value: Value
|
857
|
-
description: "Select specific products"
|
858
|
-
name: Products with IDs
|
859
|
-
sentence: with IDs <em>%s</em>
|
860
|
-
with_ids:
|
861
|
-
args:
|
862
|
-
ids: IDs
|
863
|
-
description: "Select specific products"
|
864
|
-
name: Products with IDs
|
865
|
-
sentence: with IDs <em>%s</em>
|
866
|
-
with_option:
|
867
|
-
args:
|
868
|
-
option: Option
|
869
|
-
description: "Selects all products that have specified option(eg. color)"
|
870
|
-
name: "With option"
|
871
|
-
sentence: with option <em>%s</em>
|
872
|
-
with_option_value:
|
873
|
-
args:
|
874
|
-
option: Option
|
875
|
-
value: Value
|
876
|
-
description: "Selects all products that have at least one variant with specified option and value(eg. color:red)"
|
877
|
-
name: "With option and value"
|
878
|
-
sentence: with option <em>%s</em> and value <em>%s</em>
|
879
|
-
with_property:
|
880
|
-
args:
|
881
|
-
property: Property
|
882
|
-
description: "Selects all products that have specified property(eg. weight)"
|
883
|
-
name: "With property"
|
884
|
-
sentence: with property <em>%s</em>
|
885
|
-
with_property_value:
|
886
|
-
args:
|
887
|
-
property: Property
|
888
|
-
value: Value
|
889
|
-
description: "Selects all products that have at least one variant with specified property and value(eg. weight:10kg)"
|
890
|
-
name: "With property value"
|
891
|
-
sentence: with property <em>%s</em> and value <em>%s</em>
|
892
|
-
products: Products
|
893
|
-
products_with_zero_inventory_display: "Products with a zero inventory will %{not} be displayed"
|
894
|
-
promotion: Promotion
|
895
|
-
promotion_action: Promotion Action
|
896
|
-
promotion_action_types:
|
897
|
-
create_adjustment:
|
898
|
-
description: Creates a promotion credit adjustment on the order
|
899
|
-
name: Create adjustment
|
900
|
-
create_line_items:
|
901
|
-
description: Populates the cart with the specified quantity of variant
|
902
|
-
name: Create line items
|
903
|
-
give_store_credit:
|
904
|
-
description: Gives the user store credit of the amount specified
|
905
|
-
name: Give store credit
|
906
|
-
promotion_actions: Actions
|
907
|
-
promotion_form:
|
908
|
-
match_policies:
|
909
|
-
all: Match any of these rules
|
910
|
-
any: Match all of these rules
|
911
|
-
promotion_not_found: The coupon code you entered doesn't exist. Please try again.
|
912
|
-
promotion_rule: Promotion Rule
|
913
|
-
promotion_rule_types:
|
914
|
-
first_order:
|
915
|
-
description: Must be the customer's first order
|
916
|
-
name: First order
|
917
|
-
item_total:
|
918
|
-
description: Order total meets these criteria
|
919
|
-
name: Item total
|
920
|
-
landing_page:
|
921
|
-
description: Customer must have visited the specified page
|
922
|
-
name: Landing Page
|
923
|
-
product:
|
924
|
-
description: Order includes specified product(s)
|
925
|
-
name: Product(s)
|
926
|
-
user:
|
927
|
-
description: Available only to the specified users
|
928
|
-
name: User
|
929
|
-
user_logged_in:
|
930
|
-
description: Available only to logged in users
|
931
|
-
name: User Logged In
|
932
|
-
promotions: Promotions
|
933
|
-
promotions_description: Manage offers and coupons with promotions
|
934
|
-
properties: Properties
|
935
|
-
property: Property
|
936
|
-
prototype: Prototype
|
937
|
-
prototypes: Prototypes
|
938
|
-
provider: "Provider"
|
939
|
-
provider_settings_warning: "If you are changing the provider type, you must save first before you can edit the provider settings"
|
940
|
-
qty: Qty
|
941
|
-
quantity_returned: Quantity Returned
|
942
|
-
quantity_shipped: Quantity Shipped
|
943
|
-
range: "Range"
|
944
|
-
rate: Rate
|
945
|
-
reason: Reason
|
946
|
-
recalculate_order_total: "Recalculate order total"
|
947
|
-
receive: receive
|
948
|
-
received: Received
|
949
|
-
refund: Refund
|
950
|
-
register: Register as a New User
|
951
|
-
register_or_guest: Checkout as Guest or Register
|
952
|
-
registration: Registration
|
953
|
-
remember_me: "Remember me"
|
954
|
-
remove: Remove
|
955
|
-
rename: Rename
|
956
|
-
reports: Reports
|
957
|
-
required_for_solo_and_maestro: Required for Solo and Maestro cards.
|
958
|
-
resend: Resend
|
959
|
-
resend_confirmation_instructions: "Resend confirmation instructions"
|
960
|
-
resend_unlock_instructions: "Resend unlock instructions"
|
961
|
-
reset_password: "Reset my password"
|
962
|
-
resource_controller:
|
963
|
-
member_object_not_found: "Member object not found."
|
964
|
-
successfully_created: "Successfully created!"
|
965
|
-
successfully_removed: "Successfully removed!"
|
966
|
-
successfully_updated: "Successfully updated!"
|
967
|
-
response_code: "Response Code"
|
968
|
-
resume: "resume"
|
969
|
-
resumed: Resumed
|
970
|
-
return: return
|
971
|
-
return_authorization: Return Authorization
|
972
|
-
return_authorization_updated: Return authorization updated
|
973
|
-
return_authorizations: Return Authorizations
|
974
|
-
return_quantity: Return Quantity
|
975
|
-
returned: Returned
|
976
|
-
review: Review
|
977
|
-
rma_credit: RMA Credit
|
978
|
-
rma_number: RMA Number
|
979
|
-
rma_value: RMA Value
|
980
|
-
roles: Roles
|
981
|
-
rules: Rules
|
982
|
-
s3_access_key: "Access Key"
|
983
|
-
s3_bucket: "Bucket"
|
984
|
-
s3_headers: "S3 Headers"
|
985
|
-
s3_not_used_for_product_images: "S3 is not being used for product images"
|
986
|
-
s3_protocol: "S3 Protocol"
|
987
|
-
s3_secret: "Secret Key"
|
988
|
-
s3_used_for_product_images: "S3 is being used for product images"
|
989
|
-
sales_tax: "Sales Tax"
|
990
|
-
sales_total: "Sales Total"
|
991
|
-
sales_total_description: "Sales Total For All Orders"
|
992
|
-
save_and_continue: Save and Continue
|
993
|
-
save_preferences: Save Preferences
|
994
|
-
scope: Scope
|
995
|
-
scopes: Scopes
|
996
|
-
search: Search
|
997
|
-
search_results: "Search results for '%{keywords}'"
|
998
|
-
searching: Searching
|
999
|
-
secure_connection_type: Secure Connection Type
|
1000
|
-
secure_credit_card: Secure Credit Card
|
1001
|
-
security_settings: "Security Settings"
|
1002
|
-
select: Select
|
1003
|
-
select_from_prototype: "Select From Prototype"
|
1004
|
-
select_preferred_shipping_option: "Select preferred delivery option"
|
1005
|
-
send_copy_of_all_mails_to: Send Copy of All Mails To
|
1006
|
-
send_copy_of_orders_mails_to: Send Copy of Order Mails To
|
1007
|
-
send_mails_as: Send Mails As
|
1008
|
-
send_me_reset_password_instructions: "Send me reset password instructions"
|
1009
|
-
send_order_mails_as: Send Order Mails As
|
1010
|
-
server: Server
|
1011
|
-
server_error: "The server returned an error"
|
1012
|
-
settings: Settings
|
1013
|
-
ship: ship
|
1014
|
-
ship_address: "Ship Address"
|
1015
|
-
shipment: Shipment
|
1016
|
-
shipment_details: Shipment Details
|
1017
|
-
shipment_inc_vat: "Shipment including VAT"
|
1018
|
-
shipment_mailer:
|
1019
|
-
shipped_email:
|
1020
|
-
dear_customer: "Dear Customer,"
|
1021
|
-
instructions: "Your order has been shipped"
|
1022
|
-
shipment_summary: "Shipment Summary"
|
1023
|
-
subject: "Shipment Notification"
|
1024
|
-
thanks: "Thank you for your business."
|
1025
|
-
track_information: "Tracking Information: %{tracking}"
|
1026
|
-
shipment_number: "Shipment #"
|
1027
|
-
shipment_state: Shipment State
|
1028
|
-
shipment_states:
|
1029
|
-
backorder: backorder
|
1030
|
-
partial: partial
|
1031
|
-
pending: pending
|
1032
|
-
ready: ready
|
1033
|
-
shipped: shipped
|
1034
|
-
shipment_updated: Shipment Updated
|
1035
|
-
shipments: "Shipments"
|
1036
|
-
shipped: Shipped
|
1037
|
-
shipping: Delivery
|
1038
|
-
shipping_address: "Delivery Address"
|
1039
|
-
shipping_categories: "Shipping Categories"
|
1040
|
-
shipping_categories_description: "Manage shipping categories to identify which products can be shipped via which method"
|
1041
|
-
shipping_category: Shipping Category
|
1042
|
-
shipping_category_choose: "Shipping Category"
|
1043
|
-
shipping_cost: Cost
|
1044
|
-
shipping_error: "Delivery Error"
|
1045
|
-
shipping_instructions: "Delivery Instructions"
|
1046
|
-
shipping_method: "Delivery Method"
|
1047
|
-
shipping_methods: "Delivery Methods"
|
1048
|
-
shipping_methods_description: "Manage shipping methods"
|
1049
|
-
shipping_total: "Delivery Total"
|
1050
|
-
shop_by_taxonomy: "Shop by %{taxonomy}"
|
1051
|
-
shopping_cart: "Shopping Basket"
|
1052
|
-
short_description: "Short description"
|
1053
|
-
show: Show
|
1054
|
-
show_active: "Show Active"
|
1055
|
-
show_deleted: "Show Deleted"
|
1056
|
-
show_incomplete_orders: "Show Incomplete Orders"
|
1057
|
-
show_only_complete_orders: "Only show complete orders"
|
1058
|
-
show_only_unfulfilled_orders: "Show only unfulfilled orders"
|
1059
|
-
show_out_of_stock_products: "Show out-of-stock products"
|
1060
|
-
showing_first_n: "Showing first %{n}"
|
1061
|
-
sign_up: "Sign up"
|
1062
|
-
site_name: "Site Name"
|
1063
|
-
site_url: "Site URL"
|
1064
|
-
sku: SKU
|
1065
|
-
smtp: SMTP
|
1066
|
-
smtp_authentication_type: SMTP Authentication Type
|
1067
|
-
smtp_domain: SMTP Domain
|
1068
|
-
smtp_mail_host: SMTP Mail Host
|
1069
|
-
smtp_password: SMTP Password
|
1070
|
-
smtp_port: SMTP Port
|
1071
|
-
smtp_send_all_emails_as_from_following_address: "Send all mails as from the following address."
|
1072
|
-
smtp_send_copy_to_this_addresses: "Sends a copy of all outgoing mails to this address. For multiple addresses, separate with commas."
|
1073
|
-
smtp_username: SMTP Username
|
1074
|
-
sold: Sold
|
1075
|
-
sort_ordering: "Sort ordering"
|
1076
|
-
special_instructions: "Special Instructions"
|
1077
|
-
spree:
|
1078
|
-
spree/order:
|
1079
|
-
coupon_code: Coupon Code
|
498
|
+
configuration: Configuration
|
499
|
+
configurations: Configurations
|
500
|
+
confirm: Confirm
|
501
|
+
confirm_delete: Confirm Deletion
|
502
|
+
confirm_password: Password Confirmation
|
503
|
+
continue: Continue
|
504
|
+
continue_shopping: Continue shopping
|
505
|
+
cost_currency: Cost Currency
|
506
|
+
cost_price: Cost Price
|
507
|
+
could_not_connect_to_jirafe: Could not connect to Jirafe to sync data. This will be automatically retried later.
|
508
|
+
could_not_create_customer_return:
|
509
|
+
could_not_create_stock_movement: There was a problem saving this stock movement. Please try again.
|
510
|
+
count_on_hand: Count On Hand
|
511
|
+
countries: Countries
|
512
|
+
country: Country
|
513
|
+
country_based: Country Based
|
514
|
+
country_name: Name
|
515
|
+
country_names:
|
516
|
+
CA:
|
517
|
+
FRA:
|
518
|
+
ITA:
|
519
|
+
US:
|
520
|
+
coupon: Coupon
|
521
|
+
coupon_code: Coupon code
|
522
|
+
coupon_code_already_applied: The coupon code has already been applied to this order
|
523
|
+
coupon_code_applied: The coupon code was successfully applied to your order.
|
524
|
+
coupon_code_better_exists: The previously applied coupon code results in a better deal
|
525
|
+
coupon_code_expired: The coupon code is expired
|
526
|
+
coupon_code_max_usage: Coupon code usage limit exceeded
|
527
|
+
coupon_code_not_eligible: This coupon code is not eligible for this order
|
528
|
+
coupon_code_not_found: The coupon code you entered doesn't exist. Please try again.
|
529
|
+
coupon_code_unknown_error:
|
530
|
+
create: Create
|
531
|
+
create_a_new_account: Create a new account
|
532
|
+
create_new_order:
|
533
|
+
create_reimbursement:
|
534
|
+
created_at: Created At
|
535
|
+
credit: Credit
|
536
|
+
credit_card: Credit Card
|
537
|
+
credit_cards: Credit Cards
|
538
|
+
credit_owed: Credit Owed
|
539
|
+
credits:
|
540
|
+
currency: Currency
|
541
|
+
currency_decimal_mark: Currency decimal mark
|
542
|
+
currency_settings: Currency Settings
|
543
|
+
currency_symbol_position: Put currency symbol before or after dollar amount?
|
544
|
+
currency_thousands_separator: Currency thousands separator
|
545
|
+
current: Current
|
546
|
+
current_promotion_usage: 'Current Usage: %{count}'
|
547
|
+
customer: Customer
|
548
|
+
customer_details: Customer Details
|
549
|
+
customer_details_updated: The customer's details have been updated.
|
550
|
+
customer_return:
|
551
|
+
customer_returns:
|
552
|
+
customer_search: Customer Search
|
553
|
+
cut: Cut
|
554
|
+
cvv_response:
|
555
|
+
dash:
|
556
|
+
jirafe:
|
557
|
+
app_id: App ID
|
558
|
+
app_token: App Token
|
559
|
+
currently_unavailable:
|
560
|
+
explanation: The fields below may already be populated if you chose to register with Jirafe from the admin dashboard.
|
561
|
+
header: Jirafe Analytics Settings
|
562
|
+
site_id: Site ID
|
563
|
+
token: Token
|
564
|
+
jirafe_settings_updated: Jirafe Settings have been updated.
|
1080
565
|
date: Date
|
1081
|
-
|
1082
|
-
|
566
|
+
date_completed: Date Completed
|
567
|
+
date_picker:
|
568
|
+
first_day:
|
569
|
+
format: "%Y/%m/%d"
|
570
|
+
js_format: yy/mm/dd
|
571
|
+
date_range: Date Range
|
572
|
+
default: Default
|
573
|
+
default_refund_amount:
|
574
|
+
default_tax: Default Tax
|
575
|
+
default_tax_zone: Default Tax Zone
|
576
|
+
delete: Delete
|
577
|
+
deleted_variants_present:
|
578
|
+
delivery: Delivery
|
579
|
+
depth: Depth
|
580
|
+
description: Description
|
581
|
+
destination: Destination
|
582
|
+
destroy: Destroy
|
583
|
+
details:
|
584
|
+
discount_amount: Discount Amount
|
585
|
+
dismiss_banner: No. Thanks! I'm not interested, do not display this message again
|
586
|
+
display: Display
|
587
|
+
display_currency: Display currency
|
588
|
+
doesnt_track_inventory:
|
589
|
+
edit: Edit
|
590
|
+
editing_resource:
|
591
|
+
editing_rma_reason:
|
592
|
+
editing_user: Editing User
|
593
|
+
eligibility_errors:
|
594
|
+
messages:
|
595
|
+
has_excluded_product:
|
596
|
+
item_total_less_than:
|
597
|
+
item_total_less_than_or_equal:
|
598
|
+
item_total_more_than:
|
599
|
+
item_total_more_than_or_equal:
|
600
|
+
limit_once_per_user:
|
601
|
+
missing_product:
|
602
|
+
missing_taxon:
|
603
|
+
no_applicable_products:
|
604
|
+
no_matching_taxons:
|
605
|
+
no_user_or_email_specified:
|
606
|
+
no_user_specified:
|
607
|
+
not_first_order:
|
608
|
+
email: Email
|
609
|
+
empty: Empty
|
610
|
+
empty_cart: Empty Basket
|
611
|
+
enable_mail_delivery: Enable Mail Delivery
|
612
|
+
end: End
|
613
|
+
ending_in: Ending in
|
614
|
+
environment: Environment
|
615
|
+
error: error
|
616
|
+
errors:
|
617
|
+
messages:
|
618
|
+
could_not_create_taxon: Could not create taxon
|
619
|
+
no_payment_methods_available: No payment methods are configured for this environment
|
620
|
+
no_shipping_methods_available: No shipping methods available for selected location, please change your address and try again.
|
621
|
+
errors_prohibited_this_record_from_being_saved:
|
622
|
+
one: 1 error prohibited this record from being saved
|
623
|
+
other: "%{count} errors prohibited this record from being saved"
|
624
|
+
event: Event
|
625
|
+
events:
|
626
|
+
spree:
|
627
|
+
cart:
|
628
|
+
add: Add to cart
|
629
|
+
checkout:
|
630
|
+
coupon_code_added: Coupon code added
|
631
|
+
content:
|
632
|
+
visited: Visit static content page
|
633
|
+
order:
|
634
|
+
contents_changed: Order contents changed
|
635
|
+
page_view: Static page viewed
|
636
|
+
user:
|
637
|
+
signup: User signup
|
638
|
+
exceptions:
|
639
|
+
count_on_hand_setter: Cannot set count_on_hand manually, as it is set automatically by the recalculate_count_on_hand callback. Please use `update_column(:count_on_hand, value)` instead.
|
640
|
+
exchange_for:
|
641
|
+
excl:
|
642
|
+
existing_shipments:
|
643
|
+
expedited_exchanges_warning:
|
644
|
+
expiration: Expiration
|
645
|
+
extension: Extension
|
646
|
+
failed_payment_attempts:
|
647
|
+
filename: Filename
|
648
|
+
fill_in_customer_info: Please fill in customer info
|
649
|
+
filter_results: Filter Results
|
650
|
+
finalize: Finalize
|
651
|
+
finalized:
|
652
|
+
find_a_taxon:
|
653
|
+
first_item: First Item Cost
|
654
|
+
first_name: First Name
|
655
|
+
first_name_begins_with: First Name Begins With
|
656
|
+
flat_percent: Flat Percent
|
657
|
+
flat_rate_per_order: Flat Rate (per order)
|
658
|
+
flexible_rate: Flexible Rate
|
659
|
+
forgot_password: Forgot Password
|
660
|
+
free_shipping: Free Shipping
|
661
|
+
free_shipping_amount:
|
662
|
+
front_end: Front End
|
663
|
+
gateway: Gateway
|
664
|
+
gateway_config_unavailable: Gateway unavailable for environment
|
665
|
+
gateway_error: Gateway Error
|
666
|
+
general: General
|
667
|
+
general_settings: General Settings
|
668
|
+
google_analytics: Google Analytics
|
669
|
+
google_analytics_id: Analytics ID
|
670
|
+
guest_checkout: Guest Checkout
|
671
|
+
guest_user_account: Checkout as a Guest
|
672
|
+
has_no_shipped_units: has no shipped units
|
673
|
+
height: Height
|
674
|
+
hide_cents: Hide cents
|
675
|
+
home: Home
|
676
|
+
i18n:
|
677
|
+
available_locales:
|
678
|
+
language:
|
679
|
+
localization_settings:
|
680
|
+
this_file_language: English (UK)
|
681
|
+
icon: Icon
|
682
|
+
identifier:
|
683
|
+
image: Image
|
684
|
+
images: Images
|
685
|
+
implement_eligible_for_return:
|
686
|
+
implement_requires_manual_intervention:
|
687
|
+
inactive:
|
688
|
+
incl:
|
689
|
+
included_in_price: Included in Price
|
690
|
+
included_price_validation: cannot be selected unless you have set a Default Tax Zone
|
691
|
+
incomplete:
|
692
|
+
info_number_of_skus_not_shown:
|
693
|
+
info_product_has_multiple_skus:
|
694
|
+
instructions_to_reset_password: 'Fill out the form below and instructions to reset your password will be emailed to you:'
|
695
|
+
insufficient_stock: Insufficient stock available, only %{on_hand} remaining
|
696
|
+
insufficient_stock_lines_present:
|
697
|
+
intercept_email_address: Intercept Email Address
|
698
|
+
intercept_email_instructions: Override email recipient and replace with this address.
|
699
|
+
internal_name:
|
700
|
+
invalid_credit_card:
|
701
|
+
invalid_exchange_variant:
|
702
|
+
invalid_payment_provider: Invalid payment provider.
|
703
|
+
invalid_promotion_action: Invalid promotion action.
|
704
|
+
invalid_promotion_rule: Invalid promotion rule.
|
705
|
+
inventory: Inventory
|
706
|
+
inventory_adjustment: Inventory Adjustment
|
707
|
+
inventory_error_flash_for_insufficient_quantity: An item in your cart has become unavailable.
|
708
|
+
inventory_state:
|
709
|
+
is_not_available_to_shipment_address: is not available to shipment address
|
710
|
+
iso_name: ISO Name
|
711
|
+
item: Item
|
712
|
+
item_description: Item Description
|
713
|
+
item_total: Item Total
|
714
|
+
item_total_rule:
|
715
|
+
operators:
|
716
|
+
gt: greater than
|
717
|
+
gte: greater than or equal to
|
718
|
+
lt:
|
719
|
+
lte:
|
720
|
+
items_cannot_be_shipped:
|
721
|
+
items_in_rmas:
|
722
|
+
items_reimbursed:
|
723
|
+
items_to_be_reimbursed:
|
724
|
+
jirafe: Jirafe
|
725
|
+
landing_page_rule:
|
726
|
+
path: Path
|
727
|
+
last_name: Last Name
|
728
|
+
last_name_begins_with: Last Name Begins With
|
729
|
+
learn_more: Learn More
|
730
|
+
lifetime_stats:
|
731
|
+
line_item_adjustments:
|
732
|
+
list: List
|
733
|
+
loading: Loading
|
734
|
+
locale_changed: Locale Changed
|
735
|
+
location: Location
|
736
|
+
lock: Lock
|
737
|
+
log_entries:
|
738
|
+
logged_in_as: Logged in as
|
739
|
+
logged_in_succesfully: Logged in successfully
|
740
|
+
logged_out: You have been logged out.
|
741
|
+
login: Login
|
742
|
+
login_as_existing: Log In as Existing Customer
|
743
|
+
login_failed: Login authentication failed.
|
744
|
+
login_name: Login
|
745
|
+
logout: Logout
|
746
|
+
logs:
|
747
|
+
look_for_similar_items: Look for similar items
|
748
|
+
make_refund: Make refund
|
749
|
+
make_sure_the_above_reimbursement_amount_is_correct:
|
750
|
+
manage_promotion_categories:
|
751
|
+
manage_variants:
|
752
|
+
manual_intervention_required:
|
753
|
+
master_price: Master Price
|
754
|
+
match_choices:
|
755
|
+
all: All
|
756
|
+
none: None
|
757
|
+
max_items: Max Items
|
758
|
+
member_since:
|
759
|
+
memo:
|
760
|
+
meta_description: Meta Description
|
761
|
+
meta_keywords: Meta Keywords
|
762
|
+
meta_title:
|
763
|
+
metadata: Metadata
|
764
|
+
minimal_amount: Minimal Amount
|
765
|
+
month: Month
|
766
|
+
more: More
|
767
|
+
move_stock_between_locations: Move Stock Between Locations
|
768
|
+
my_account: My Account
|
769
|
+
my_orders: My Orders
|
770
|
+
name: Name
|
771
|
+
name_on_card:
|
772
|
+
name_or_sku: Name or SKU
|
773
|
+
new: New
|
774
|
+
new_adjustment: New Adjustment
|
775
|
+
new_country:
|
776
|
+
new_customer: New Customer
|
777
|
+
new_customer_return:
|
778
|
+
new_image: New Image
|
779
|
+
new_option_type: New Option Type
|
780
|
+
new_order: New Order
|
781
|
+
new_order_completed: New Order Completed
|
782
|
+
new_payment: New Payment
|
783
|
+
new_payment_method: New Payment Method
|
784
|
+
new_product: New Product
|
785
|
+
new_promotion: New Promotion
|
786
|
+
new_promotion_category:
|
787
|
+
new_property: New Property
|
788
|
+
new_prototype: New Prototype
|
789
|
+
new_refund:
|
790
|
+
new_refund_reason:
|
791
|
+
new_return_authorization: New Return Authorization
|
792
|
+
new_rma_reason:
|
793
|
+
new_shipment_at_location:
|
794
|
+
new_shipping_category: New Shipping Category
|
795
|
+
new_shipping_method: New Shipping Method
|
796
|
+
new_state: New State
|
797
|
+
new_stock_location: New Stock Location
|
798
|
+
new_stock_movement: New Stock Movement
|
799
|
+
new_stock_transfer: New Stock Transfer
|
800
|
+
new_tax_category: New Tax Category
|
801
|
+
new_tax_rate: New Tax Rate
|
802
|
+
new_taxon: New Taxon
|
803
|
+
new_taxonomy: New Taxonomy
|
804
|
+
new_tracker: New Tracker
|
805
|
+
new_user: New User
|
806
|
+
new_variant: New Variant
|
807
|
+
new_zone: New Zone
|
808
|
+
next: Next
|
809
|
+
no_actions_added: No actions added
|
810
|
+
no_payment_found:
|
811
|
+
no_pending_payments:
|
812
|
+
no_products_found: No products found
|
813
|
+
no_resource_found:
|
814
|
+
no_results: No results
|
815
|
+
no_returns_found:
|
816
|
+
no_rules_added: No rules added
|
817
|
+
no_shipping_method_selected:
|
818
|
+
no_state_changes:
|
819
|
+
no_tracking_present: No tracking details provided.
|
820
|
+
none: None
|
821
|
+
none_selected:
|
822
|
+
normal_amount: Normal Amount
|
823
|
+
not: not
|
824
|
+
not_available: N/A
|
825
|
+
not_enough_stock: There is not enough inventory at the source location to complete this transfer.
|
826
|
+
not_found: "%{resource} is not found"
|
827
|
+
note:
|
828
|
+
notice_messages:
|
829
|
+
product_cloned: Product has been cloned
|
830
|
+
product_deleted: Product has been deleted
|
831
|
+
product_not_cloned: Product could not be cloned
|
832
|
+
product_not_deleted: Product could not be deleted
|
833
|
+
variant_deleted: Variant has been deleted
|
834
|
+
variant_not_deleted: Variant could not be deleted
|
835
|
+
num_orders:
|
836
|
+
on_hand: On Hand
|
837
|
+
open: Open
|
838
|
+
open_all_adjustments: Open All Adjustments
|
839
|
+
option_type: Option Type
|
840
|
+
option_type_placeholder:
|
841
|
+
option_types: Option Types
|
842
|
+
option_value: Option Value
|
843
|
+
option_values: Option Values
|
844
|
+
optional: Optional
|
845
|
+
options: Options
|
846
|
+
or: or
|
847
|
+
or_over_price: "%{price} or over"
|
848
|
+
order: Order
|
849
|
+
order_adjustments: Order adjustments
|
850
|
+
order_already_updated:
|
851
|
+
order_approved:
|
852
|
+
order_canceled:
|
853
|
+
order_details: Order Details
|
854
|
+
order_email_resent: Order Email Resent
|
855
|
+
order_information: Order Information
|
856
|
+
order_mailer:
|
857
|
+
cancel_email:
|
858
|
+
dear_customer: Dear Customer,\n
|
859
|
+
instructions: Your order has been CANCELED. Please retain this cancellation information for your records.
|
860
|
+
order_summary_canceled: Order Summary [CANCELED]
|
861
|
+
subject: Cancellation of Order
|
862
|
+
subtotal:
|
863
|
+
total:
|
864
|
+
confirm_email:
|
865
|
+
dear_customer: Dear Customer,\n
|
866
|
+
instructions: Please review and retain the following order information for your records.
|
867
|
+
order_summary: Order Summary
|
868
|
+
subject: Order Confirmation
|
869
|
+
subtotal:
|
870
|
+
thanks: Thank you for your business.
|
871
|
+
total:
|
872
|
+
order_not_found: We couldn't find your order. Please try that action again.
|
873
|
+
order_number:
|
874
|
+
order_processed_successfully: Your order has been processed successfully
|
875
|
+
order_resumed:
|
876
|
+
order_state:
|
877
|
+
address: address
|
878
|
+
awaiting_return: awaiting return
|
879
|
+
canceled: canceled
|
880
|
+
cart: cart
|
881
|
+
complete: complete
|
882
|
+
confirm: confirm
|
883
|
+
considered_risky:
|
884
|
+
delivery: delivery
|
885
|
+
payment: payment
|
886
|
+
resumed: resumed
|
887
|
+
returned: returned
|
888
|
+
order_summary: Order Summary
|
889
|
+
order_sure_want_to: Are you sure you want to %{event} this order?
|
890
|
+
order_total: Order Total
|
891
|
+
order_updated: Order Updated
|
892
|
+
orders: Orders
|
893
|
+
other_items_in_other:
|
894
|
+
out_of_stock: Out of Stock
|
895
|
+
overview: Overview
|
896
|
+
package_from: package from
|
897
|
+
pagination:
|
898
|
+
next_page: next page »
|
899
|
+
previous_page: "« previous page"
|
900
|
+
truncate: "…"
|
901
|
+
password: Password
|
902
|
+
paste: Paste
|
903
|
+
path: Path
|
904
|
+
pay: pay
|
905
|
+
payment: Payment
|
906
|
+
payment_could_not_be_created:
|
907
|
+
payment_identifier:
|
908
|
+
payment_information: Payment Information
|
909
|
+
payment_method: Payment Method
|
910
|
+
payment_method_not_supported:
|
911
|
+
payment_methods: Payment Methods
|
912
|
+
payment_processing_failed: Payment could not be processed, please check the details you entered
|
913
|
+
payment_processor_choose_banner_text: If you need help choosing a payment processor, please visit
|
914
|
+
payment_processor_choose_link: our payments page
|
915
|
+
payment_state: Payment State
|
916
|
+
payment_states:
|
917
|
+
balance_due: balance due
|
918
|
+
checkout: checkout
|
919
|
+
completed: completed
|
920
|
+
credit_owed: credit owed
|
921
|
+
failed: failed
|
922
|
+
paid: paid
|
923
|
+
pending: pending
|
924
|
+
processing: processing
|
925
|
+
void: void
|
926
|
+
payment_updated: Payment Updated
|
927
|
+
payments: Payments
|
928
|
+
pending:
|
929
|
+
percent: Percent
|
930
|
+
percent_per_item: Percent Per Item
|
931
|
+
permalink: Permalink
|
932
|
+
phone: Phone
|
933
|
+
place_order: Place Order
|
934
|
+
please_define_payment_methods: Please define some payment methods first.
|
935
|
+
populate_get_error: Something went wrong. Please try adding the item again.
|
936
|
+
powered_by: Powered by
|
937
|
+
pre_tax_amount:
|
938
|
+
pre_tax_refund_amount:
|
939
|
+
pre_tax_total:
|
940
|
+
preferred_reimbursement_type:
|
941
|
+
presentation: Presentation
|
942
|
+
previous: Previous
|
943
|
+
previous_state_missing:
|
944
|
+
price: Price
|
945
|
+
price_range: Price Range
|
946
|
+
price_sack: Price Sack
|
947
|
+
process: Process
|
948
|
+
product: Product
|
949
|
+
product_details: Product Details
|
950
|
+
product_has_no_description: This product has no description
|
951
|
+
product_not_available_in_this_currency: This product is not available in the selected currency.
|
952
|
+
product_properties: Product Properties
|
953
|
+
product_rule:
|
954
|
+
choose_products: Choose products
|
955
|
+
label:
|
956
|
+
match_all: all
|
957
|
+
match_any: at least one
|
958
|
+
match_none:
|
959
|
+
product_source:
|
960
|
+
group: From product group
|
961
|
+
manual: Manually choose
|
962
|
+
products: Products
|
963
|
+
promotion: Promotion
|
964
|
+
promotion_action: Promotion Action
|
965
|
+
promotion_action_types:
|
966
|
+
create_adjustment:
|
967
|
+
description: Creates a promotion credit adjustment on the order
|
968
|
+
name: Create adjustment
|
969
|
+
create_item_adjustments:
|
970
|
+
description:
|
971
|
+
name:
|
972
|
+
create_line_items:
|
973
|
+
description: Populates the cart with the specified quantity of variant
|
974
|
+
name: Create line items
|
975
|
+
free_shipping:
|
976
|
+
description:
|
977
|
+
name:
|
978
|
+
promotion_actions: Actions
|
979
|
+
promotion_form:
|
980
|
+
match_policies:
|
981
|
+
all: Match any of these rules
|
982
|
+
any: Match all of these rules
|
983
|
+
promotion_rule: Promotion Rule
|
984
|
+
promotion_rule_types:
|
985
|
+
first_order:
|
986
|
+
description: Must be the customer's first order
|
987
|
+
name: First order
|
988
|
+
item_total:
|
989
|
+
description: Order total meets these criteria
|
990
|
+
name: Item total
|
991
|
+
landing_page:
|
992
|
+
description: Customer must have visited the specified page
|
993
|
+
name: Landing Page
|
994
|
+
one_use_per_user:
|
995
|
+
description:
|
996
|
+
name:
|
997
|
+
option_value:
|
998
|
+
description:
|
999
|
+
name:
|
1000
|
+
product:
|
1001
|
+
description: Order includes specified product(s)
|
1002
|
+
name: Product(s)
|
1003
|
+
taxon:
|
1004
|
+
description:
|
1005
|
+
name:
|
1006
|
+
user:
|
1007
|
+
description: Available only to the specified users
|
1008
|
+
name: User
|
1009
|
+
user_logged_in:
|
1010
|
+
description: Available only to logged in users
|
1011
|
+
name: User Logged In
|
1012
|
+
promotion_uses:
|
1013
|
+
promotionable:
|
1014
|
+
promotions: Promotions
|
1015
|
+
propagate_all_variants:
|
1016
|
+
properties: Properties
|
1017
|
+
property: Property
|
1018
|
+
prototype: Prototype
|
1019
|
+
prototypes: Prototypes
|
1020
|
+
provider: Provider
|
1021
|
+
provider_settings_warning: If you are changing the provider type, you must save first before you can edit the provider settings
|
1022
|
+
qty: Qty
|
1023
|
+
quantity: Quantity
|
1024
|
+
quantity_returned: Quantity Returned
|
1025
|
+
quantity_shipped: Quantity Shipped
|
1026
|
+
quick_search:
|
1027
|
+
rate: Rate
|
1028
|
+
reason: Reason
|
1029
|
+
receive: receive
|
1030
|
+
receive_stock: Receive Stock
|
1031
|
+
received: Received
|
1032
|
+
reception_status:
|
1033
|
+
reference: Reference
|
1034
|
+
refund: Refund
|
1035
|
+
refund_amount_must_be_greater_than_zero:
|
1036
|
+
refund_reasons:
|
1037
|
+
refunded_amount:
|
1038
|
+
refunds:
|
1039
|
+
register: Register as a New User
|
1040
|
+
registration: Registration
|
1041
|
+
reimburse:
|
1042
|
+
reimbursed:
|
1043
|
+
reimbursement:
|
1044
|
+
reimbursement_mailer:
|
1045
|
+
reimbursement_email:
|
1046
|
+
days_to_send:
|
1047
|
+
dear_customer:
|
1048
|
+
exchange_summary:
|
1049
|
+
for:
|
1050
|
+
instructions:
|
1051
|
+
refund_summary:
|
1052
|
+
subject:
|
1053
|
+
total_refunded:
|
1054
|
+
reimbursement_perform_failed:
|
1055
|
+
reimbursement_status:
|
1056
|
+
reimbursement_type:
|
1057
|
+
reimbursement_type_override:
|
1058
|
+
reimbursement_types:
|
1059
|
+
reimbursements:
|
1060
|
+
reject:
|
1061
|
+
rejected:
|
1062
|
+
remember_me: Remember me
|
1063
|
+
remove: Remove
|
1064
|
+
rename: Rename
|
1065
|
+
report:
|
1066
|
+
reports: Reports
|
1067
|
+
resend: Resend
|
1068
|
+
reset_password: Reset my password
|
1069
|
+
response_code: Response Code
|
1070
|
+
resume: resume
|
1071
|
+
resumed: Resumed
|
1072
|
+
return: return
|
1073
|
+
return_authorization: Return Authorization
|
1074
|
+
return_authorization_reasons:
|
1075
|
+
return_authorization_updated: Return authorization updated
|
1076
|
+
return_authorizations: Return Authorizations
|
1077
|
+
return_item_inventory_unit_ineligible:
|
1078
|
+
return_item_inventory_unit_reimbursed:
|
1079
|
+
return_item_rma_ineligible:
|
1080
|
+
return_item_time_period_ineligible:
|
1081
|
+
return_items:
|
1082
|
+
return_items_cannot_be_associated_with_multiple_orders:
|
1083
|
+
return_number:
|
1084
|
+
return_quantity: Return Quantity
|
1085
|
+
returned: Returned
|
1086
|
+
returns:
|
1087
|
+
review: Review
|
1088
|
+
risk:
|
1089
|
+
risk_analysis:
|
1090
|
+
risky:
|
1091
|
+
rma_credit: RMA Credit
|
1092
|
+
rma_number: RMA Number
|
1093
|
+
rma_value: RMA Value
|
1094
|
+
roles: Roles
|
1095
|
+
rules: Rules
|
1096
|
+
safe:
|
1097
|
+
sales_total: Sales Total
|
1098
|
+
sales_total_description: Sales Total For All Orders
|
1099
|
+
sales_totals: Sales Totals
|
1100
|
+
save_and_continue: Save and Continue
|
1101
|
+
save_my_address:
|
1102
|
+
say_no: false
|
1103
|
+
say_yes: true
|
1104
|
+
scope: Scope
|
1105
|
+
search: Search
|
1106
|
+
search_results: Search results for '%{keywords}'
|
1107
|
+
searching: Searching
|
1108
|
+
secure_connection_type: Secure Connection Type
|
1109
|
+
security_settings: Security Settings
|
1110
|
+
select: Select
|
1111
|
+
select_a_return_authorization_reason:
|
1112
|
+
select_a_stock_location:
|
1113
|
+
select_from_prototype: Select From Prototype
|
1114
|
+
select_stock: Select stock
|
1115
|
+
send_copy_of_all_mails_to: Send Copy of All Mails To
|
1116
|
+
send_mails_as: Send Mails As
|
1117
|
+
server: Server
|
1118
|
+
server_error: The server returned an error
|
1119
|
+
settings: Settings
|
1120
|
+
ship: ship
|
1121
|
+
ship_address: Ship Address
|
1122
|
+
ship_total: Ship Total
|
1123
|
+
shipment: Shipment
|
1124
|
+
shipment_adjustments:
|
1125
|
+
shipment_details:
|
1126
|
+
shipment_mailer:
|
1127
|
+
shipped_email:
|
1128
|
+
dear_customer: Dear Customer,\n
|
1129
|
+
instructions: Your order has been shipped
|
1130
|
+
shipment_summary: Shipment Summary
|
1131
|
+
subject: Shipment Notification
|
1132
|
+
thanks: Thank you for your business.
|
1133
|
+
track_information: 'Tracking Information: %{tracking}'
|
1134
|
+
track_link: 'Tracking Link: %{url}'
|
1135
|
+
shipment_state: Shipment State
|
1136
|
+
shipment_states:
|
1137
|
+
backorder: backorder
|
1138
|
+
canceled:
|
1139
|
+
partial: partial
|
1140
|
+
pending: pending
|
1141
|
+
ready: ready
|
1142
|
+
shipped: shipped
|
1143
|
+
shipment_transfer_error:
|
1144
|
+
shipment_transfer_success:
|
1145
|
+
shipments: Shipments
|
1146
|
+
shipped: Shipped
|
1147
|
+
shipping: Delivery
|
1148
|
+
shipping_address: Delivery Address
|
1149
|
+
shipping_categories: Shipping Categories
|
1150
|
+
shipping_category: Shipping Category
|
1151
|
+
shipping_flat_rate_per_item: Flat rate per package item
|
1152
|
+
shipping_flat_rate_per_order: Flat Rate
|
1153
|
+
shipping_flexible_rate: Flexible Rate per package item
|
1154
|
+
shipping_instructions: Delivery Instructions
|
1155
|
+
shipping_method: Delivery Method
|
1156
|
+
shipping_methods: Delivery Methods
|
1157
|
+
shipping_price_sack: Price sack
|
1158
|
+
shipping_total:
|
1159
|
+
shop_by_taxonomy: Shop by %{taxonomy}
|
1160
|
+
shopping_cart: Shopping Basket
|
1161
|
+
show: Show
|
1162
|
+
show_active: Show Active
|
1163
|
+
show_deleted: Show Deleted
|
1164
|
+
show_only_complete_orders: Only show complete orders
|
1165
|
+
show_only_considered_risky:
|
1166
|
+
show_rate_in_label: Show rate in label
|
1167
|
+
sku: SKU
|
1168
|
+
skus:
|
1169
|
+
slug:
|
1170
|
+
source: Source
|
1171
|
+
special_instructions: Special Instructions
|
1172
|
+
split:
|
1173
|
+
spree_gateway_error_flash_for_checkout: There was a problem with your payment information. Please check your information and try again.
|
1174
|
+
ssl:
|
1175
|
+
change_protocol:
|
1176
|
+
start: Start
|
1177
|
+
state: County
|
1178
|
+
state_based: State Based
|
1179
|
+
state_machine_states:
|
1180
|
+
accepted:
|
1181
|
+
address:
|
1182
|
+
authorized:
|
1183
|
+
awaiting:
|
1184
|
+
awaiting_return:
|
1185
|
+
backordered:
|
1186
|
+
canceled:
|
1187
|
+
cart:
|
1188
|
+
checkout:
|
1189
|
+
closed:
|
1190
|
+
complete:
|
1191
|
+
completed:
|
1192
|
+
confirm:
|
1193
|
+
delivery:
|
1194
|
+
errored:
|
1195
|
+
failed:
|
1196
|
+
given_to_customer:
|
1197
|
+
invalid:
|
1198
|
+
manual_intervention_required:
|
1199
|
+
on_hand:
|
1200
|
+
open:
|
1201
|
+
order:
|
1202
|
+
payment:
|
1203
|
+
pending:
|
1204
|
+
processing:
|
1205
|
+
ready:
|
1206
|
+
reimbursed:
|
1207
|
+
resumed:
|
1208
|
+
returned:
|
1209
|
+
shipped:
|
1210
|
+
void:
|
1211
|
+
states: Counties
|
1212
|
+
states_required: States Required
|
1213
|
+
status: Status
|
1214
|
+
stock:
|
1215
|
+
stock_location: Stock Location
|
1216
|
+
stock_location_info: Stock location info
|
1217
|
+
stock_locations: Stock Locations
|
1218
|
+
stock_locations_need_a_default_country:
|
1219
|
+
stock_management: Stock Management
|
1220
|
+
stock_management_requires_a_stock_location:
|
1221
|
+
stock_movements: Stock Movements
|
1222
|
+
stock_movements_for_stock_location: Stock Movements for %{stock_location_name}
|
1223
|
+
stock_successfully_transferred: Stock was successfully transferred between locations.
|
1224
|
+
stock_transfer: Stock Transfer
|
1225
|
+
stock_transfers: Stock Transfers
|
1226
|
+
stop: Stop
|
1227
|
+
store: Store
|
1228
|
+
street_address: Street Address
|
1229
|
+
street_address_2: Street Address (cont'd)
|
1230
|
+
subtotal: Subtotal
|
1231
|
+
subtract: Subtract
|
1232
|
+
success:
|
1233
|
+
successfully_created: "%{resource} has been successfully created!"
|
1234
|
+
successfully_refunded:
|
1235
|
+
successfully_removed: "%{resource} has been successfully removed!"
|
1236
|
+
successfully_signed_up_for_analytics: Successfully signed up for Spree Analytics
|
1237
|
+
successfully_updated: "%{resource} has been successfully updated!"
|
1238
|
+
summary:
|
1239
|
+
tax: Tax
|
1240
|
+
tax_categories: Tax Categories
|
1241
|
+
tax_category: Tax Category
|
1242
|
+
tax_code:
|
1243
|
+
tax_included:
|
1244
|
+
tax_rate_amount_explanation: Tax rates are a decimal amount to aid in calculations, (i.e. if the tax rate is 5% then enter 0.05)
|
1245
|
+
tax_rates: Tax Rates
|
1246
|
+
taxon: Taxon
|
1247
|
+
taxon_edit: Edit Taxon
|
1248
|
+
taxon_placeholder: Add a Taxon
|
1249
|
+
taxon_rule:
|
1250
|
+
choose_taxons:
|
1251
|
+
label:
|
1252
|
+
match_all:
|
1253
|
+
match_any:
|
1254
|
+
taxonomies: Taxonomies
|
1255
|
+
taxonomy: Taxonomy
|
1256
|
+
taxonomy_edit: Edit taxonomy
|
1257
|
+
taxonomy_tree_error: The requested change has not been accepted and the tree has been returned to its previous state, please try again.
|
1258
|
+
taxonomy_tree_instruction: "* Right click a child in the tree to access the menu for adding, deleting or sorting a child."
|
1259
|
+
taxons: Taxons
|
1260
|
+
test: Test
|
1261
|
+
test_mailer:
|
1262
|
+
test_email:
|
1263
|
+
greeting: Congratulations!
|
1264
|
+
message: If you have received this email, then your email settings are correct.
|
1265
|
+
subject: Testmail
|
1266
|
+
test_mode: Test Mode
|
1267
|
+
thank_you_for_your_order: Thank you for your business. Please print out a copy of this confirmation page for your records.
|
1268
|
+
there_are_no_items_for_this_order:
|
1269
|
+
there_were_problems_with_the_following_fields: There were problems with the following fields
|
1270
|
+
this_order_has_already_received_a_refund:
|
1271
|
+
thumbnail: Thumbnail
|
1272
|
+
tiered_flat_rate:
|
1273
|
+
tiered_percent:
|
1274
|
+
tiers:
|
1083
1275
|
time: Time
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1087
|
-
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
1091
|
-
|
1092
|
-
|
1093
|
-
|
1094
|
-
|
1095
|
-
|
1096
|
-
|
1097
|
-
|
1098
|
-
|
1099
|
-
|
1100
|
-
|
1101
|
-
|
1102
|
-
|
1103
|
-
|
1104
|
-
|
1105
|
-
|
1106
|
-
|
1107
|
-
|
1108
|
-
|
1109
|
-
|
1110
|
-
|
1111
|
-
|
1112
|
-
|
1113
|
-
|
1114
|
-
|
1115
|
-
|
1116
|
-
|
1117
|
-
|
1118
|
-
|
1119
|
-
|
1120
|
-
|
1121
|
-
|
1122
|
-
|
1123
|
-
|
1124
|
-
|
1125
|
-
|
1126
|
-
|
1127
|
-
|
1128
|
-
|
1129
|
-
|
1130
|
-
|
1131
|
-
|
1132
|
-
|
1133
|
-
|
1134
|
-
|
1135
|
-
|
1136
|
-
|
1137
|
-
|
1138
|
-
|
1139
|
-
|
1140
|
-
|
1141
|
-
|
1142
|
-
|
1143
|
-
|
1144
|
-
|
1145
|
-
transaction: Transaction
|
1146
|
-
transactions: Transactions
|
1147
|
-
tree: Tree
|
1148
|
-
try_again: "Try Again"
|
1149
|
-
type: Type
|
1150
|
-
type_to_search: Type to search
|
1151
|
-
unable_ship_method: "Unable to generate delivery methods due to a server error."
|
1152
|
-
unable_to_authorize_credit_card: "Unable to Authorize Credit Card"
|
1153
|
-
unable_to_capture_credit_card: "Unable to Capture Credit Card"
|
1154
|
-
unable_to_connect_to_gateway: "Unable to connect to gateway."
|
1155
|
-
unable_to_save_order: "Unable to Save Order"
|
1156
|
-
under_paid: "Under Paid"
|
1157
|
-
under_price: "Under %{price}"
|
1158
|
-
unrecognized_card_type: Unrecognized card type
|
1159
|
-
update: Update
|
1160
|
-
update_password: "Update my password and log me in"
|
1161
|
-
updated_successfully: "Updated Successfully"
|
1162
|
-
updating: Updating
|
1163
|
-
usage_limit: Usage Limit
|
1164
|
-
use_as_shipping_address: Use as Delivery Address
|
1165
|
-
use_billing_address: Use Billing Address
|
1166
|
-
use_different_shipping_address: "Use Different Delivery Address"
|
1167
|
-
use_new_cc: "Use a new card"
|
1168
|
-
use_s3: "Use Amazon S3 For Images"
|
1169
|
-
user: User
|
1170
|
-
user_account: User Account
|
1171
|
-
user_created_successfully: "User created successfully"
|
1172
|
-
user_rule:
|
1173
|
-
choose_users: Choose users
|
1174
|
-
users: Users
|
1175
|
-
validate_on_profile_create: Validate on profile create
|
1176
|
-
validation:
|
1177
|
-
cannot_be_greater_than_available_stock: "cannot be greater than available stock."
|
1178
|
-
cannot_be_less_than_shipped_units: "cannot be less than the number of shipped units."
|
1179
|
-
cannot_destory_line_item_as_inventory_units_have_shipped: "Cannot destory line item as some inventory units have shipped."
|
1180
|
-
is_too_large: "is too large -- stock on hand cannot cover requested quantity!"
|
1181
|
-
must_be_int: "must be an integer"
|
1182
|
-
must_be_non_negative: "must be a non-negative value"
|
1183
|
-
value: Value
|
1184
|
-
variant: Variant
|
1185
|
-
variants: Variants
|
1186
|
-
vat: "VAT"
|
1187
|
-
version: Version
|
1188
|
-
view_shipping_options: "View shipping options"
|
1189
|
-
void: Void
|
1190
|
-
website: Website
|
1191
|
-
weight: Weight
|
1192
|
-
welcome_to_sample_store: "Welcome to the sample store"
|
1193
|
-
what_is_a_cvv: "What is a (CVV) Credit Card Code?"
|
1194
|
-
what_is_this: "What's This?"
|
1195
|
-
whats_this: "What's this"
|
1196
|
-
width: Width
|
1197
|
-
year: "Year"
|
1198
|
-
yes: "Yes"
|
1199
|
-
you_have_been_logged_out: "You have been logged out."
|
1200
|
-
you_have_no_orders_yet: "You have no orders yet."
|
1201
|
-
your_cart_is_empty: "Your basket is empty"
|
1202
|
-
zip: PIN Code
|
1203
|
-
zone: Zone
|
1204
|
-
zone_based: "Zone Based"
|
1205
|
-
zone_setting_description: "Collections of countries, states or other zones to be used in various calculations."
|
1206
|
-
zones: Zones
|
1276
|
+
to_add_variants_you_must_first_define: To add variants, you must first define
|
1277
|
+
total: Total
|
1278
|
+
total_per_item:
|
1279
|
+
total_pre_tax_refund:
|
1280
|
+
total_price:
|
1281
|
+
total_sales:
|
1282
|
+
track_inventory:
|
1283
|
+
tracking: Tracking
|
1284
|
+
tracking_number: Tracking Number
|
1285
|
+
tracking_url: Tracking URL
|
1286
|
+
tracking_url_placeholder: e.g. http://quickship.com/package?num=:tracking
|
1287
|
+
transaction_id:
|
1288
|
+
transfer_from_location: Transfer From
|
1289
|
+
transfer_stock: Transfer Stock
|
1290
|
+
transfer_to_location: Transfer To
|
1291
|
+
tree: Tree
|
1292
|
+
type: Type
|
1293
|
+
type_to_search: Type to search
|
1294
|
+
unable_to_connect_to_gateway: Unable to connect to gateway.
|
1295
|
+
unable_to_create_reimbursements:
|
1296
|
+
under_price: Under %{price}
|
1297
|
+
unlock: Unlock
|
1298
|
+
unrecognized_card_type: Unrecognized card type
|
1299
|
+
unshippable_items: Unshippable Items
|
1300
|
+
update: Update
|
1301
|
+
updating: Updating
|
1302
|
+
usage_limit: Usage Limit
|
1303
|
+
use_app_default:
|
1304
|
+
use_billing_address: Use Billing Address
|
1305
|
+
use_new_cc: Use a new card
|
1306
|
+
use_s3: Use Amazon S3 For Images
|
1307
|
+
user: User
|
1308
|
+
user_rule:
|
1309
|
+
choose_users: Choose users
|
1310
|
+
users: Users
|
1311
|
+
validation:
|
1312
|
+
cannot_be_less_than_shipped_units: cannot be less than the number of shipped units.
|
1313
|
+
cannot_destroy_line_item_as_inventory_units_have_shipped:
|
1314
|
+
exceeds_available_stock: exceeds available stock. Please ensure line items have a valid quantity.
|
1315
|
+
is_too_large: is too large -- stock on hand cannot cover requested quantity!
|
1316
|
+
must_be_int: must be an integer
|
1317
|
+
must_be_non_negative: must be a non-negative value
|
1318
|
+
unpaid_amount_not_zero:
|
1319
|
+
value: Value
|
1320
|
+
variant: Variant
|
1321
|
+
variant_placeholder:
|
1322
|
+
variants: Variants
|
1323
|
+
version: Version
|
1324
|
+
void: Void
|
1325
|
+
weight: Weight
|
1326
|
+
what_is_a_cvv: What is a (CVV) Credit Card Code?
|
1327
|
+
what_is_this: What's This?
|
1328
|
+
width: Width
|
1329
|
+
year: Year
|
1330
|
+
you_have_no_orders_yet: You have no orders yet.
|
1331
|
+
your_cart_is_empty: Your basket is empty
|
1332
|
+
your_order_is_empty_add_product: Your order is empty, please search for and add a product above
|
1333
|
+
zip: PIN Code
|
1334
|
+
zipcode: Zip Code
|
1335
|
+
zone: Zone
|
1336
|
+
zones: Zones
|