Skip to content

Commit cba8b7d

Browse files
committed
add i18n
1 parent 75c3141 commit cba8b7d

File tree

8 files changed

+262
-0
lines changed

8 files changed

+262
-0
lines changed

i18n/en-US/address.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"billing": {
3+
"heading": "Billing Address",
4+
"description": "Add a billing address. You will receive the invoice to the email address provided above.",
5+
"addButton": "Add billing address"
6+
},
7+
"shipping": {
8+
"heading": "Shipping Address",
9+
"description": "Add a shipping address to view shipping details.",
10+
"addButton": "Add shipping address"
11+
},
12+
"form": {
13+
"firstNameLabel": "First Name",
14+
"lastNameLabel": "Last Name",
15+
"phoneLabel": "Phone",
16+
"countryLabel": "Country",
17+
"streetNameLabel": "Street",
18+
"streetNameHelp": "Street address or P.O. Box",
19+
"streetNumberLabel": "Apt#, Suite, etc",
20+
"streetNumberHelp": "Optional",
21+
"cityLabel": "City",
22+
"stateLabel": "State",
23+
"postalCodeLabel": "ZIP Code",
24+
"useAsShippingLabel": "Use as shipping address",
25+
"selectPlaceholder": "-- Select --"
26+
}
27+
}

i18n/en-US/cart.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"myCart": "My Cart",
3+
"orderSummary": "Order Summary",
4+
"itemsInCart": "(Items: {{count}})",
5+
"itemsSubtotal": "Items subtotal",
6+
"originalPrice": "Original price",
7+
"savings": "Savings",
8+
"estimatedTax": "Estimated Sales Tax",
9+
"apply": "Apply",
10+
"total": "Total",
11+
"goToCheckout": "Go to checkout",
12+
"savingsTag": "You are saving {{amount}} on your order today!",
13+
"promoCodePlaceholder": "Enter promo code",
14+
"delivery": "Delivery",
15+
"promoCode": "Promo Code",
16+
"remove": "Remove",
17+
"emptyCart": "Your cart is empty",
18+
"emptyCartImgAlt": "empty cart image",
19+
"backToShopping": "Back To Shopping",
20+
"back": "Back"
21+
}

i18n/en-US/category.json

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"allFromCategory": "All {{name}}",
3+
"listSettings": "List settings",
4+
"closeListSettings": "Close list settings",
5+
"clearFilters": "Clear all filters",
6+
"showProducts": "Show products",
7+
"showMore": "Show more",
8+
"showLess": "Show less",
9+
"filters": "Filters",
10+
"allProducts": "All products",
11+
"sortBy": "Sort by",
12+
"sortType": {
13+
"latest": "Latest",
14+
"priceUp": "Price from low to high",
15+
"priceDown": "Price from high to low",
16+
"relevance": "Relevance"
17+
},
18+
"numberOfProducts_one": "{{count}} Product",
19+
"numberOfProducts_other": "{{count}} Products",
20+
"prev": "Previous",
21+
"next": "Next",
22+
"emptyStateText": "We no longer have products in this category.",
23+
"emptyStateText2": "Have not found what you are looking for?",
24+
"emptyStateAltText": "Image for no products found",
25+
"resultsFor": "Results for \"{{phrase}}\"",
26+
"prevAriaLabel": "Go to previous page",
27+
"nextAriaLabel": "Go to next page",
28+
"secondPageAriaLabel": "Second page",
29+
"lastPageAriaLabel": "Last page",
30+
"currentPage": "Page {{page}} of {{totalPages}}"
31+
}

i18n/en-US/checkout.json

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"checkout": "Checkout",
3+
"backToCart": "Back to My Cart",
4+
"back": "Back",
5+
"placeOrder": "Place order and pay",
6+
"termsInfo": "By placing my order, you agree to our <1>Terms and Conditions</1> and our <3>Privacy Policy</3>",
7+
"tomorrow": "Tomorrow",
8+
"contactInfo": {
9+
"heading": "Contact Information",
10+
"description": "Add your email and phone number to communicate with the store.",
11+
"add": "Add contact information",
12+
"email": "Email",
13+
"phone": "Phone number",
14+
"phonePlaceholder": "eg. 123 456 7890",
15+
"clearAll": "Clear all",
16+
"save": "Save",
17+
"edit": "Edit"
18+
},
19+
"checkoutPayment": {
20+
"heading": "Payment method",
21+
"comingSoon": "Coming soon",
22+
"cash": "Cash on delivery",
23+
"creditCard": "Credit Card",
24+
"paypalIconAlt": "Paypal Icon",
25+
"applePayIconAlt": "Apple Pay Icon",
26+
"googlePayIconAlt": "Google Pay icon"
27+
},
28+
"shippingMethod": {
29+
"heading": "Shipping details",
30+
"description": "Not available until a shipping address is provided."
31+
},
32+
"validation": {
33+
"heading": "To complete order:",
34+
"missingBillingAddress": "add billing address",
35+
"missingShippingAddress": "add shipping address",
36+
"missingEmail": "add customer email",
37+
"missingShippingDetails": "add shipping details",
38+
"missingPaymentMethod": "choose payment method"
39+
}
40+
}

i18n/en-US/common.json

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"size": "Size",
3+
"color": "Color",
4+
"addToCart": "Add to cart",
5+
"addToCartShort": "Add",
6+
"search": "Search",
7+
"vsfHomepage": "VSF Homepage",
8+
"home": "Home",
9+
"products": "Products",
10+
"cart": "Cart",
11+
"wishlist": "Wishlist",
12+
"addProductToWishlist": "Add {{label}} to wishlist",
13+
"quantitySelector": "Quantity Selector",
14+
"quantitySelectorDecrease": "Decrease value",
15+
"quantitySelectorIncrease": "Increase value",
16+
"of": "of",
17+
"scrollTop": "Scroll to top",
18+
"numberInCart_one": "{{count}} product in cart",
19+
"numberInCart_other": "{{count}} products in cart",
20+
"cardImagePlaceholder": "Card image placeholder",
21+
"displayImage": "Display image",
22+
"allProductsLinkText": "Browse products",
23+
"breadcrumbsDropdownText": "Show more breadcrumbs",
24+
"youAreOfflineText": "It seems you are currently offline, check your internet connection",
25+
"viewCart": "View Cart",
26+
"compare": "Compare",
27+
"addToList": "Add to list",
28+
"category": "Category"
29+
}

i18n/en-US/footer.json

+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"categories": {
3+
"howToBuy": {
4+
"label": "How to buy",
5+
"subcategories": {
6+
"paymentMethods": "Payment methods",
7+
"orderPickup": "Order pickup",
8+
"purchaseStatus": "Purchase status",
9+
"trackOrders": "Track orders",
10+
"returns": "Returns"
11+
}
12+
},
13+
"help": {
14+
"label": "Help",
15+
"subcategories": {
16+
"helpCenter": "Help center",
17+
"securityFraud": "Security & fraud",
18+
"feedback": "Feedback",
19+
"contact": "Contact"
20+
}
21+
},
22+
"services": {
23+
"label": "Services",
24+
"subcategories": {
25+
"giftCards": "Gift cards",
26+
"storeLocator": "Store Locator",
27+
"clickCollect": "Click & Collect",
28+
"sameDayDelivery": "Same Day Delivery",
29+
"shippingDelivery": "Shipping & Delivery",
30+
"couponsDiscounts": "Coupons & Discounts",
31+
"newsletter": "Newsletter"
32+
}
33+
},
34+
"about": {
35+
"label": "About",
36+
"subcategories": {
37+
"aboutUs": "About us",
38+
"jobs": "Jobs",
39+
"pressCenter": "Press Center",
40+
"affiliateProgram": "Affiliate program",
41+
"suppliers": "Suppliers"
42+
}
43+
}
44+
},
45+
"contactOptions": {
46+
"helpCenter": {
47+
"label": "Help center",
48+
"details": {
49+
"description": "Find answers online anytime"
50+
}
51+
},
52+
"liveChat": {
53+
"label": "Live chat",
54+
"details": {
55+
"openingHours-1": "Mon–Fri, 5am–10pm PT",
56+
"openingHours-2": "Sat–Sun, 6am–9pm PT"
57+
}
58+
},
59+
"phone": {
60+
"label": "1 234 567 8901",
61+
"details": {
62+
"openingHours-1": "Mon–Fri, 5am–10pm PT",
63+
"openingHours-2": "Sat–Sun, 6am–9pm PT"
64+
}
65+
}
66+
},
67+
"bottomLinks": {
68+
"terms": "Terms",
69+
"privacyPolicy": "Privacy policy"
70+
},
71+
"socialLabel": "Go to {{label}} page"
72+
}

i18n/en-US/order.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"failedInfo": "<0>We are really sorry.</0> <1>Your order has not been completed.</1>",
3+
"successInfo": "<0>Thank you!</0> <1>Your order was completed successfully.</1>",
4+
"etaDelivery": "Estimated delivery time",
5+
"shippingAddress": "Shipping address",
6+
"somethingWentWrongImageAlt": "something went wrong image",
7+
"orderSuccessfulImageAlt": "order successful image",
8+
"backToCheckout": "Back to Checkout",
9+
"continueShopping": "Continue shopping",
10+
"orderErrorMessage": "Something went wrong. Try again later.",
11+
"orderNumber": "Order number"
12+
}

i18n/en-US/product.json

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"productDetails": "Product Details",
3+
"customerReviews": "Customer Reviews",
4+
"loadingReviews": "Loading Reviews...",
5+
"reviewsCount": "{{count}} reviews",
6+
"recommendedProducts": "Recommended with this product",
7+
"numberInStock": "<0>{{count}}</0> in stock",
8+
"outOfStock": "Out of stock",
9+
"additionalInfo": {
10+
"shipping": "Free shipping, arrives by Thu, Apr 7. Want it faster? <1>Add an address</1> to see options",
11+
"pickup": "Pickup not available at Super center. <1>Check availability nearby</1>",
12+
"returns": "Free 30-Day returns. <1>Details</1>"
13+
},
14+
"sale": "Sale",
15+
"readMore": "Read more",
16+
"readLess": "Read less",
17+
"noReviews": "No reviews",
18+
"loading": "Loading",
19+
"gallery": {
20+
"count": "{{current}} of {{total}}",
21+
"thumb": "Go to slide {{index}}",
22+
"prev": "Previous",
23+
"next": "Next",
24+
"image": "Slide {{index}}"
25+
},
26+
"review": {
27+
"reportAbuse": "Report Abuse",
28+
"verifiedPurchase": "Verified purchase"
29+
}
30+
}

0 commit comments

Comments
 (0)