forked from bigcommerce/cornerstone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.json
executable file
·872 lines (871 loc) · 35.8 KB
/
en.json
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
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
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
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
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
{
"header": {
"welcome_back": "Welcome back, {name}"
},
"footer": {
"brands": "Popular Brands",
"navigate": "Navigate",
"info": "Info",
"categories": "Categories",
"call_us": "Call us at {phone_number}"
},
"home": {
"heading": "Home"
},
"blog": {
"recent_posts": "Recent Posts",
"label": "Blog",
"posted_by": "Posted by {name}"
},
"unavailable": {
"hibernation_title": "We'll be back",
"hibernation_message": "Thanks for visiting. Our store is currently unavailable. We apologize for any inconvenience caused.",
"maintenance_title": "Down for Maintenance",
"maintenance_message": "This store is currently unavailable due to maintenance. It should be available again shortly. We apologize for any inconvenience caused."
},
"brands": {
"no_products": "There are no products listed under this brand."
},
"categories": {
"no_products": "There are no products listed under this category."
},
"checkout": {
"title": "Checkout"
},
"cart": {
"continue_shopping": "Click here to continue shopping",
"items": "{NUM, plural, =0{(0 items)} one {(# item)} other {(# items)}}",
"checkout": {
"address": {
"multiple": "check out with multiple addresses",
"or": "or"
},
"button": "Check out",
"empty_cart": "Your cart is empty",
"title": "Click here to proceed to checkout",
"item": "Item",
"price": "Price",
"quantity": "Quantity",
"total": "Total",
"change": "Change",
"subtotal": "Subtotal",
"enter_code": "Coupon code / Gift certificate",
"gift_wrapping": "Gift wrapping",
"shipping": "Shipping",
"grand_total": "Grand total",
"select": "Select",
"update": "Update shipping cost"
},
"preview": {
"checkout_now": "Check out now",
"checkout_multiple": "or check out with multiple addresses",
"view_cart": "View Cart"
},
"label": "Your Cart ({quantity, plural, one {# item} other {# items}})",
"is_empty": "Your cart is empty",
"coupon_code": "Coupon Code",
"discount": "Discount",
"gift_certificate": "Gift Certificate",
"remove_file": "Remove this file",
"freeshipping": "Free Shipping",
"reconfigure_product": "Configure '{name}'",
"shipping_peritem": "Per Item Shipping",
"confirm_delete": "Are you sure you want to delete this item?",
"coupons": {
"empty_error": "Please enter your coupon code.",
"cancel": "Cancel",
"add_code": "Add code",
"add_coupon": "Add Coupon",
"button": "Apply",
"coupon_code": "Enter your coupon code",
"code_label": "Coupon ({code})",
"remove": "Remove"
},
"gift_certificates": {
"add_cert_code": "Add Certificate",
"gift_certificate": "Gift Certificate",
"code_label": "Gift Certificate ({code})",
"cert_code": "Enter your certificate code",
"empty_error": "Please enter your valid certificate code.",
"remove": "Remove"
},
"shipping_estimator": {
"add_info": "Add Info",
"select_a_country": "Country",
"select_a_state": "State/province",
"estimate_shipping": "Estimate Shipping",
"suburb_city": "Suburb/city",
"zip_postal_code": "Zip/postcode",
"free_shipping": "Free shipping",
"hide_ups_rates": "Hide UPS Rates",
"show_ups_rates": "Show UPS Rates"
},
"gift_wrapping": {
"title": "Gift Wrapping",
"add": "Add",
"change": "Change",
"remove": "Remove",
"choose_how": "Please choose how you'd like to have this item gift wrapped.",
"option_same": "I'd like to wrap each of this item using the same wrapping options",
"item_single": "Gift wrapping - {name}",
"item_multiple": "Item {index} - {name}",
"option_different": "I'd like to gift wrap each item separately",
"choose_type": "Please choose a type of gift wrapping",
"gift_message": "Gift Message",
"remove_confirm": "Are you sure you want to remove the gift wrapping from this item?",
"preview": "Preview"
},
"added_to_cart": {
"what_next": "Ok, {num_products, plural, one {1 item was} other {# items were}} added to your cart. What's next?",
"your_cart_contains": "Your cart contains {num_products, plural, one {1 item} other {# items}}",
"proceed_to_checkout": "Proceed to checkout",
"order_subtotal": "Order subtotal",
"continue_shopping": "Continue Shopping",
"view_or_edit_cart": "View or edit your cart",
"you_might_also_like": "You may also like"
}
},
"common": {
"store_credit": "You have <strong>{store_credit}</strong> of store credit. To use it, simply place your order and you will be able to choose store credit as the payment method when it comes time to pay for your order.",
"store_credit_overview": "{credit} Store Credit",
"generic_error": "Oops! Something went wrong.",
"currency": "Select Currency: {code}",
"newsletter_signup": "Register for our newsletter",
"form_submit": "Submit",
"no_preference": "No Preference",
"other_details": "Other Details",
"required": "Required",
"email_address": "Email Address",
"edit": "Edit",
"not_applicable": "N/A",
"no": "No",
"yes": "Yes",
"from": "From",
"to": "to",
"cancel": "Cancel",
"close": "Close",
"or": "or",
"compare": "Compare",
"sign_up": "Register",
"login": "Sign in",
"logout": "Sign out",
"account": "Account",
"cart": "Cart",
"search": "Search",
"gift_cert": "Gift Certificates",
"save": "Save",
"share": "Share",
"delete": "Delete",
"public": "Public",
"private": "Private",
"view_all": "View All",
"all": "All",
"paginator": {
"page_of": "Page {current} of {total}"
},
"prices_are_in": "Prices are in {CODE}",
"previous": "Previous",
"next": "Next",
"sorter": {
"relevance": "Relevance",
"sort_by": "Sort By:",
"featured": "Featured Items",
"top_sellers": "Best Selling",
"newest": "Newest Items",
"alpha_asc": "A to Z",
"alpha_desc": "Z to A",
"reviews": "By Review",
"price_asc": "Price: Ascending",
"price_desc": "Price: Descending"
},
"loading": "Loading",
"month": "Month",
"day": "Day",
"year": "Year",
"short_months": {
"1": "Jan",
"2": "Feb",
"3": "Mar",
"4": "Apr",
"5": "May",
"6": "Jun",
"7": "Jul",
"8": "Aug",
"9": "Sep",
"10": "Oct",
"11": "Nov",
"12": "Dec"
}
},
"compare": {
"button": "Compare Products",
"header": "Comparing {products, plural, one {# Product} other {# Products}}",
"remove": "Remove",
"no_remove": "At least 2 products are needed to make a valid comparison.",
"add_to_cart": "Add to cart"
},
"category": {
"label": "Categories",
"shop_by_price": "Shop By Price",
"reset": "Reset",
"view_all": {
"name": "All {category}"
}
},
"brand": {
"label": "Brands",
"view_brands": "View all brands"
},
"gift_certificate": {
"heading": "Gift Certificates",
"purchase": {
"heading": "Purchase Gift Certificate"
},
"redeem": {
"heading": "Redeem Gift Certificate",
"intro": "To redeem a gift certificate at {store_name}, follow the simple steps below.",
"item1": "You need your unique gift certificate code, which is part of the gift certificate that was emailed to you as an attachment. It will look something like Z50-Y6K-COS-402.",
"item2": "Browse the store and add items to your cart as you normally would.",
"item3": "Click the '<a href=\"{cart_url}\">View Cart</a>' link to view the contents of your shopping cart.",
"item4": "Type your gift certificate code in to the 'Redeem Gift Certificate' box and click 'Go'."
},
"balance": {
"heading": "Check Gift Certificate Balance",
"intro": "You can check the balance of a gift certificate by typing the code in to the box below."
}
},
"create_account": {
"heading": "New Account",
"created": {
"heading": "Your account has been created",
"intro": "Thank you for creating your account at {store_name}. Your account details have been emailed to <strong>{email}</strong>",
"continue": "Continue Shopping"
}
},
"login": {
"heading": "Sign in",
"field_email": "Email Address:",
"field_password": "Password:",
"submit_value": "Sign in",
"forgot_password": "Forgot your password?",
"new_customer": {
"heading": "New Customer?",
"intro": "Create an account with us and you'll be able to:",
"fact1": "Check out faster",
"fact2": "Save multiple shipping addresses",
"fact3": "Access your order history",
"fact4": "Track new orders",
"fact5": "Save items to your Wish List",
"create_account": "Create Account"
}
},
"reset_password": {
"heading": "Reset Password",
"intro": "Fill in your email below to request a new password. An email will be sent to the address below containing a link to verify your email address."
},
"account": {
"breadcrumb": "Your Account",
"nav": {
"overview": "Overview",
"orders": "Orders",
"returns": "Returns",
"messages": "Messages ({num_new_messages})",
"wishlists": "Wish Lists ({num_wishlists})",
"recently_viewed": "Recently Viewed",
"settings": "Account Settings",
"addresses": "Addresses",
"payment_methods": "Payment Methods"
},
"mobile_nav": {
"messages": "Messages",
"wishlists": "Wish Lists"
},
"addresses": {
"heading": "Addresses",
"add_heading": "Add New Address",
"primary": "Primary",
"phone": "Phone:",
"new_address": "New Address",
"no_addresses": "You currently have no addresses added to your profile"
},
"messages": {
"heading": "Messages",
"customer_said": "You said:",
"merchant_said": "{store_name} said:"
},
"orders": {
"heading": "Orders",
"none": "You haven't placed any orders with us. When you do, their status will appear on this page.",
"return": {
"already_returned": "This order contains no products that can be returned. Have you already returned all of the items within this order?",
"back_button": "Go back",
"order_item": "Item",
"item_price": "Price",
"quantity": "Qty To Return",
"why": "Why are you returning these items?",
"reason": "Return Reason",
"action": "Return Action",
"comments": "Comments"
},
"gift_wrapping": "Gift wrapping:",
"refunded": "(Refunded)",
"refunded_quantity": "({qty} refunded)",
"return_item": "Return",
"return_items": "Return Items?",
"order_placed": "Order Placed",
"last_update": "Last Update",
"list": {
"order_number": "Order #{number}",
"product_details": "{num_products, plural, one {1 product} other {# products}} totaling {cost}"
},
"details": {
"heading": "Order #{number}",
"order_contents": "Order Contents",
"ship_to": "Ship To",
"ship_to_multi": "Items shipped to {street}, {city}, {state}, {zip}, {country}",
"ship_to_multi_text": "Order will be shipped to multiple addresses",
"bill_to": "Bill To",
"how_to_pay": "Here's how to pay for your order:",
"order_details": "Order Details",
"order_total": "Order total:",
"order_status": "Order status:",
"payment_date": "Order date:",
"payment_method": "Payment method:",
"comments": "Order Comments",
"download_items": "Download Items",
"card_ending": "ending in {card}",
"shipments": {
"date": "Date Shipped",
"method": "Shipping Method",
"link": "Tracking Link",
"header": "Shipping Details"
},
"actions": "Actions",
"reorder": "Reorder",
"return": "Return",
"print_invoice": "Print Invoice"
},
"downloads": {
"heading": "Order #{number} Downloads",
"download_files_below": "Below you can download the files for",
"expired_content": "File has expired",
"days_remaining": "{number, plural, one {1 day} other {# days}}",
"downloads_remaining": "{number, plural, one {1 download} other {# downloads}} remaining",
"days_or_downloads": "or {number} downloads",
"remaining": "remaining"
}
},
"payment_methods": {
"heading": "Payment Methods",
"payment_method": "Payment method",
"billing_address": "Billing address",
"card_ending_in": "ending in {last_four}",
"card_expiry": "{month}/{year}",
"new_payment_method": "Add new payment method",
"no_methods": "You currently have no payment methods added to your account",
"name_on_card": "Name on Card",
"credit_card_number": "Credit Card Number",
"expiration": "Expiration",
"cvv": "CVV",
"card_types": {
"american_express": "American Express",
"credit_card": "Credit Card",
"dankort": "Dankort",
"diners": "Diners Club",
"discover": "Discover",
"jcb": "JCB",
"maestro": "Maestro",
"mastercard": "Mastercard",
"visa": "Visa"
},
"billing_address_labels": {
"address_line_1": "Address Line 1",
"address_line_2": "Address Line 2",
"suburb_city": "Suburb/City",
"state_province": "State/Province",
"choose_state": "Choose a State",
"country": "Country",
"choose_country": "Choose a Country",
"zip_postcode": "Zip/Postcode"
}
},
"returns": {
"heading": "Returns",
"error_no_qty": "Please select one or more items to return.",
"none": "You haven't placed any returns with us. When you do, they will appear on this page.",
"new_return": "New Return",
"from_order": "Return Items from Order #{id}",
"date_requested": "Return Requested",
"successful_heading": "Return Request Submitted",
"successful": "Your return was submitted successfully. We'll respond as soon as we can.",
"return": "Return to Orders",
"last_update": "Last Update",
"reason": "Return Reason",
"action": "Return Action",
"comments": "Your Comments",
"list": {
"return_number": "Return #{id}",
"product_details": "Returning {num_products}"
},
"status": {
"pending": "Pending",
"received": "Received",
"authorized": "Authorized",
"repaired": "Repaired",
"refunded": "Refunded",
"rejected": "Rejected",
"cancelled": "Cancelled"
}
},
"settings": {
"heading": "Account Settings",
"first_name": "First Name",
"last_name": "Last Name",
"email": "Email Address",
"company": "Company",
"phone": "Phone Number",
"old_password": "Old Password",
"new_password": "New Password",
"confirm_password": "Confirm Password",
"update_details": "Update Details"
},
"recent_items": {
"heading" : "Recently Viewed",
"no_items": "The items you've recently looked at on our site will appear below."
},
"wishlists": {
"heading": "Wish Lists",
"tag_line": "Fill in the form below to create a new Wish List. Click the \"Create Wish List\" button when you're done.",
"new": "New Wish List",
"you_have_none": "You have no Wish Lists, add one now.",
"empty_wishlist": "Your Wish List is empty. When you add items to your Wish List they will appear here.",
"num_items": "Items",
"add_item": "Add to Wish List",
"remove_item": "Remove Item",
"name": "Wish List Name",
"shared": "Shared",
"action": "Action",
"add": "Add Wish List",
"delete_all": "Delete All",
"edit": "Edit Wish List",
"view_heading": "Wish List: {name}",
"share_intro": "Share this Wish List with friends:",
"num_products": "{num_products, plural, one {1 product} other {# products}}",
"create": "Create Wish List",
"save": "Save Wish List",
"delete_alert": "Are you sure you want to delete your Wish List(s)? This action cannot be undone.",
"create_new": "Create New Wish List",
"add_to_default": "Add to My Wish List"
}
},
"page": {
"label": "Quick Links",
"rss": {
"intro": "RSS feeds are used for syndicating regularly changing content on a web site, including this one. You can open an RSS feed using an RSS reader and use it to see if there is any new content on this site or you can set up a server-side script to parse the feed and display it on your web site.",
"heading": "RSS Syndication",
"blog": {
"heading": "Recent Blog Posts",
"intro": "The recent post feed contains the latest {limit} blog posts published on {store}.",
"rss": "Latest {limit} Blog Posts (RSS)",
"rss_atom": "Latest {limit} Blog Posts (Atom)"
},
"products": {
"new": {
"heading": "New Products",
"intro": "The latest products feed contains the latest {limit} products added to {store}.",
"rss": "Latest {limit} New Products (RSS)",
"rss_atom": "Latest {limit} New Products (Atom)"
},
"popular": {
"heading": "Popular Products",
"intro": "The popular products feed contains the top {limit} most popular products on {store} as rated by users.",
"rss": "Latest {limit} Popular Products (RSS)",
"rss_atom": "Latest {limit} Popular Products (Atom)"
},
"featured": {
"heading": "Featured Products",
"intro": "The featured products feed contains the latest {limit} featured products on {store}.",
"rss": "Latest {limit} Featured Products (RSS)",
"rss_atom": "Latest {limit} Featured Products (Atom)"
}
},
"search": {
"heading": "Product Searches",
"intro1": "Product search feeds allow you to save your custom product searches as syndication feed that will always update when there are new results.",
"intro2": "To create a product search feed, perform a standard search on {store} and at the bottom of the page click on one of the syndication options."
}
}
},
"forms": {
"range": "You need to enter numbers only between: {limitTo} and {limitFrom}",
"contact_us": {
"full_name": "Full Name",
"email": "Email Address",
"company": "Company Name",
"phone": "Phone Number",
"order": "Order Number",
"rma": "RMA Number",
"question": "Comments/Questions",
"submit": "Submit Form",
"successful": "We've received your feedback and will respond shortly if required. <a href=\"{shopPath}\">Continue</a>."
},
"create_account": {
"submit_value": "Create Account"
},
"new_password": {
"heading": "Change Password",
"password": "New Password",
"password2": "Confirm Password",
"submit_value": "Continue"
},
"address": {
"add": {
"heading": "Add New Address",
"description": "Use the form below to change any/all details of your shipping address. Click the 'Save Address' button when you are done."
},
"edit": {
"heading": "Update Address"
},
"confirm_delete": "Are you sure you want to delete this address?",
"submit_value": "Save Address"
},
"payment_methods": {
"add": {
"heading": "Add Payment Method"
},
"edit": {
"heading": "Update Payment Method"
},
"confirm_delete": "Are you sure you want to delete this payment method?",
"submit_value": "Save Payment Method",
"first_name": "First Name",
"last_name": "Last Name",
"company": "Company Name",
"phone": "Phone Number",
"address1": "Address Line 1",
"address2": "Address Line 2",
"city": "Suburb/City",
"country": "Country",
"state": "State/Province",
"postal_code": "Zip/Postcode",
"choose_country": "Choose a Country",
"default_instrument": "Default Payment Method"
},
"gift_certificate": {
"purchase": {
"to_name": "Recipient's Name",
"to_email": "Recipient's Email",
"from_name": "Your Name",
"from_email": "Your Email",
"message": "Optional Message",
"amount": "Amount",
"theme": "Gift Certificate Theme",
"custom_range": "(Value must be between {min} and {max})",
"agree": "I understand that Gift Certificates expire after {days, plural, one {1 day} other {# days}}",
"agree2": "I agree that Gift Certificates are nonrefundable",
"preview": "Preview",
"preview_error": "There was a problem loading the preview. Please try again later.",
"submit_value": "Add Gift Certificate to Cart"
},
"balance": {
"code": "Gift Certificate Code",
"submit_value": "Check Balance"
}
},
"inbox": {
"order": "Order:",
"order_display": "Order #{id} - Placed on {date} for {total}",
"subject": "Subject",
"message": "Message",
"submit_value": "Send Message",
"send_message": "Send a Message",
"clear_value": "Clear",
"no_orders": "Once you place an order you'll have full access to send messages from this page."
},
"search": {
"query": "Search Keyword",
"show": "Show Search Form",
"hide": "Hide Search Form",
"title": "Advanced Search",
"price_range": "Price Range",
"by_price": "Search By Price",
"by_setting": "Search By Setting",
"search": "Search",
"free_shipping": {
"title": "Free Shipping",
"free": "Only Free Shipping",
"paid": "Only Paid Shipping"
},
"featured_products": {
"title": "Featured Products",
"enabled": "Only Featured Products",
"disabled": "Only Non-Featured Products"
},
"categories": "Categories",
"did_you_mean": "Did you mean:",
"your_search_for": "Your search for",
"no_match": "did not match any products or information.",
"suggestions": {
"title": "Suggestions:",
"line1": "Make sure all words are spelled correctly.",
"line2": "Try different keywords.",
"line3": "Try more general keywords."
},
"refine": "Refine Search",
"brand": "Brands",
"searchsubs": "Automatically search sub categories"
},
"wishlist": {
"name": "Wish List Name:",
"public": "Share Wish List?"
},
"validate": {
"account": {
"edit": {
"password": "You must enter your current password.",
"first_name": "You must enter a first name.",
"last_name": "You must enter a last name.",
"phone": "You must enter a phone number."
},
"reorder": {
"select_item": "Please select one or more items to reorder."
},
"inbox": {
"order": "You must select an order.",
"subject": "You must enter a subject.",
"message": "You must enter a message."
}
},
"common": {
"name": "You must enter your name.",
"password": "You must enter a password.",
"password_match": "Your passwords do not match.",
"email_address": "Please use a valid email address, such as [email protected].",
"valid_email": "You must enter a valid email."
},
"contact": {
"email_address": "Please use a valid email address, such as [email protected].",
"question": "You must enter your question."
},
"gift": {
"to_name": "You must enter a valid recipient name.",
"to_email": "You must enter a valid recipient email.",
"from_name": "You must enter your name.",
"from_email": "You must enter a valid email.",
"cert_theme": "You must select a gift certificate theme.",
"agree_terms": "You must agree to these terms."
},
"payment_method": {
"credit_card_number": "You must enter a valid credit card number.",
"expiration": "You must enter a valid expiration date.",
"name_on_card": "You must enter a name.",
"cvv": "You must enter a valid cvv."
},
"reviews": {
"rating": "The 'Rating' field cannot be blank.",
"title": "The 'Review Subject' field cannot be blank.",
"comment": "The 'Comments' field cannot be blank."
}
}
},
"products": {
"current_stock": "Current Stock:",
"quantity": "Quantity:",
"quantity_decrease": "Decrease Quantity:",
"quantity_increase": "Increase Quantity:",
"purchase_units": "{quantity, plural, =0{0 units} one {# unit} other {# units}}",
"max_purchase_quantity": "Maximum Purchase:",
"min_purchase_quantity": "Minimum Purchase:",
"related_products": "Related Products",
"top": "Most Popular Products",
"similar_by_views": "Customers Also Viewed",
"featured": "Featured Products",
"file_option_set": "Currently: <a href=\"{url}\" target=\"_blank\">{name}</a>",
"new": "New Products",
"warranty": "Warranty Information",
"reviews": {
"hide": "Hide Reviews",
"new": "Write a Review",
"show": "Show Reviews",
"header": "{total, plural, =0{0 Reviews} one {# Review} other {# Reviews}}",
"link_to_review": "({total, plural, =0{No reviews yet} one {# review} other {# reviews}})",
"post_on_by": "Posted by { name } on { date }",
"rating_label": "Rating",
"select_rating": "Select Rating",
"anonymous_poster": "Unknown",
"rating": {
"1": "1 star (worst)",
"2": "2 stars",
"3": "3 stars (average)",
"4": "4 stars",
"5": "5 stars (best)"
},
"write_a_review": "Write a Review",
"form_write": {
"name": "Name",
"email": "Email",
"subject": "Review Subject",
"comments": "Comments",
"submit_value": "Submit Review"
}
},
"videos": {
"header": "Videos",
"hide": "Hide Videos",
"show": "Show Videos"
},
"add_to_cart": "Add to Cart",
"adding_to_cart": "Adding to cart…",
"options": "Options",
"none": "None",
"sku": "SKU:",
"upc": "UPC:",
"condition": "Condition:",
"availability": "Availability:",
"shipping": "Shipping:",
"shipping_fixed": "{amount} (Fixed Shipping Cost)",
"shipping_free": "Free Shipping",
"shipping_calculated": "Calculated at Checkout",
"sold_out": "Sold Out",
"pre_order": "Pre-Order Now",
"choose_options": "Choose Options",
"quick_view": "Quick view",
"compare": "Compare",
"max_filesize": "Maximum file size is",
"filetypes": "file types are",
"choose_an_option": "Please choose an option",
"select_one": "Please select one",
"description": "Description",
"price_with_tax": "(Inc. {tax_label})",
"price_without_tax": "(Ex. {tax_label})",
"including_tax": "Including Tax",
"excluding_tax": "Excluding Tax",
"weight": "Weight:",
"width": "Width:",
"height": "Height:",
"depth": "Depth:",
"measurement": {
"metric": "cm",
"imperial": "in"
},
"you_save_opening_text": "(You save",
"you_save_closing_bracket": ")",
"gift_wrapping": "Gift wrapping:",
"gift_wrapping_available": "Options available",
"quantity_min": "The minimum purchasable quantity is {quantity}",
"quantity_max": "The maximum purchasable quantity is {quantity}",
"bulk_pricing": {
"title": "Bulk Pricing:",
"view": "Buy in bulk and save",
"modal_title": "Bulk discount rates",
"instructions": "Below are the available bulk discount rates for each individual item when you purchase a certain amount",
"range": "Buy {min} {max, plural, =0{or above} other {- #}}",
"percent": "and get {discount} off",
"price": "and get {discount} off",
"fixed": "and pay only {discount} each"
}
},
"invoice": {
"for_order": "{name} Invoice for Order #{id}",
"phone": "Phone: {number}",
"email": "Email: {email}",
"order": "Order:",
"payment_method": "Payment Method:",
"order_date": "Order Date:",
"shipping_method": "Shipping Method:",
"order_items": "Order Items",
"qty": "Qty",
"code": "Code/SKU",
"shipping_address": "Shipping Address",
"product_name": "Product Name",
"price": "Price",
"total": "Total",
"comments": "Comments"
},
"newsletter": {
"subscribe": "Subscribe to our newsletter",
"subscribe_intro": "Get the latest updates on new products and upcoming sales",
"subscribe_submit": "Subscribe",
"email_placeholder": "Your email address",
"subscribed_heading": "Thanks for Subscribing!",
"subscribed_heading_error": "Oops...",
"subscribed_message": "Thank you for joining our mailing list. You'll be sent the next issue of our newsletter shortly",
"unsubscribed_heading": "Unsubscribed!",
"unsubscribed_message": "You will no longer receive marketing emails from <b>{store_name}</b>"
},
"social": {
"connect": "Connect With Us"
},
"errors": {
"shipping_quote_failure": "There was a problem retrieving your shipping quote",
"state_error": "There was a problem retrieving states/provinces"
},
"search": {
"quick_search": {
"input_label": "Search",
"input_placeholder": "Search the store"
},
"results": {
"form_label": "Search Keyword:",
"form_button_text": "Search",
"count": "{ count, plural, one {# result} other {# results} } for '{ search_query }'",
"quick_count": "{ count, plural, one {# product result} other {# product results} } for '{ search_query }'",
"product_count": "Products ({count})",
"content_count": "News & Information ({count})"
},
"faceted": {
"selected": {
"title": "Refine by",
"rating-label": "Rated {rating, plural, one {# Star} other {# Stars}} Or More",
"no-filters": "No filters applied",
"clear-all": "Clear all"
},
"range": {
"update": "Update",
"min-placeholder": "Min.",
"max-placeholder": "Max."
},
"rating": {
"and-up": "& up"
},
"clear": "Clear",
"more": "More",
"show-more": "Show More",
"show-less": "Show Less",
"show-filters": "Show Filters",
"hide-filters": "Hide Filters",
"browse-by": "Browse by"
},
"error": {
"empty_field": "Search field cannot be empty."
}
},
"page_not_found": {
"page_heading": "404 Error - Page not found",
"message": "Uh oh, looks like the page you are looking for has moved or no longer exists."
},
"server_error": {
"page_heading": "Something Went Wrong...",
"message": "Store is currently unavailable, please try again in a few minutes"
},
"forbidden": {
"page_heading": "Sorry! Please sign in to continue",
"if_you_were_signed_in": "If you were signed in,",
"sign_in": "please sign back in",
"to_continue": ", to resume your work in a new session."
},
"sitemap": {
"page_title": "Sitemap",
"show_all_link": "Show All"
},
"text_truncate": {
"view_more": "View more details",
"view_less": "Hide details"
},
"cookies": {
"accept": "Accept Cookies"
},
"maintenance": {
"down": "Down for Maintenance"
}
}