-
Notifications
You must be signed in to change notification settings - Fork 355
Expand file tree
/
Copy pathen.json
More file actions
719 lines (719 loc) · 29.4 KB
/
Copy pathen.json
File metadata and controls
719 lines (719 loc) · 29.4 KB
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
{
"Home": {
"Slideshow": {
"Slide01": {
"title": "Fresh finds for every occasion",
"description": "Explore our latest arrivals, curated to bring you style, functionality, and inspiration. Shop now and discover your next favorite.",
"alt": "Five small potted plants displayed on beige stacked blocks, featuring a variety of green foliage in dark gray pots against a neutral background.",
"cta": "Shop Now"
},
"Slide02": {
"title": "Discover what's new",
"description": "Shop our latest arrivals and find something fresh and exciting for your home.",
"alt": "Hands reaching out to hold a green fern in a woven basket with a decorative bow, against a beige background with soft shadows.",
"cta": "Shop Now"
},
"Slide03": {
"title": "Something for everyone",
"description": "Don’t miss out on exclusive offers across our best-selling products. Shop today and save big on the items you love.",
"alt": "Close-up of a vibrant green leaf with perforations, showcasing its smooth texture and natural details.",
"cta": "Shop Now"
}
},
"FeaturedProducts": {
"title": "Featured collection",
"description": "Explore our top picks in this featured collection. Find the perfect gift or treat yourself!",
"cta": "View more",
"emptyStateTitle": "No products found",
"emptyStateSubtitle": "Try browsing our complete catalog of products."
},
"NewestProducts": {
"title": "New arrivals",
"description": "Our latest products are here. Check out what's new in store.",
"cta": "See all",
"emptyStateTitle": "No products found",
"emptyStateSubtitle": "Try browsing our complete catalog of products.",
"previousProducts": "Previous products",
"nextProducts": "Next products"
}
},
"Auth": {
"ChangePassword": {
"title": "Change password",
"newPassword": "New password",
"confirmPassword": "Confirm password",
"passwordUpdated": "Password has been updated successfully!",
"somethingWentWrong": "Something went wrong. Please try again later.",
"FieldErrors": {
"passwordRequired": "Password is required",
"passwordTooSmall": "Password must be at least {minLength, plural, =1 {1 character} other {# characters}} long",
"passwordLowercaseRequired": "Password must contain at least one lowercase letter",
"passwordUppercaseRequired": "Password must contain at least one uppercase letter",
"passwordNumberRequired": "Password must contain at least {minNumbers, plural, =1 {one number} other {# numbers}}",
"passwordSpecialCharacterRequired": "Password must contain at least one special character",
"passwordsMustMatch": "The passwords do not match",
"confirmPasswordRequired": "Please confirm your password"
}
},
"Login": {
"title": "Login",
"heading": "Log in",
"forgotPassword": "Forgot your password?",
"cta": "Log in",
"email": "Email",
"password": "Password",
"invalidCredentials": "Your email address or password is incorrect. Try signing in again or reset your password",
"somethingWentWrong": "Something went wrong. Please try again later.",
"passwordResetRequired": "Password reset required. Please check your email for instructions to reset your password.",
"invalidToken": "Your login link is invalid or has expired. Please try logging in again.",
"FieldErrors": {
"emailRequired": "Email is required",
"emailInvalid": "Please enter a valid email address",
"passwordRequired": "Password is required",
"invalidInput": "Please check your input and try again."
},
"CreateAccount": {
"title": "New customer?",
"accountBenefits": "Create an account with us and you'll be able to:",
"fastCheckout": "Check out faster",
"multipleAddresses": "Save multiple shipping addresses",
"ordersHistory": "Access your order history",
"ordersTracking": "Track new orders",
"wishlists": "Save items to your Wishlist",
"cta": "Create account"
},
"ForgotPassword": {
"title": "Forgot password",
"subtitle": "Enter the email associated with your account below. We'll send you instructions to reset your password.",
"confirmResetPassword": "If the email address {email} is linked to an account in our store, we have sent you a password reset email. Please check your inbox and spam folder if you don't see it.",
"somethingWentWrong": "Something went wrong. Please try again later.",
"FieldErrors": {
"emailRequired": "Email is required",
"emailInvalid": "Please enter a valid email address"
}
}
},
"Register": {
"title": "Register account",
"heading": "New account",
"cta": "Create account",
"somethingWentWrong": "Something went wrong. Please try again later.",
"recaptchaRequired": "Please complete the reCAPTCHA verification.",
"FieldErrors": {
"firstNameRequired": "First name is required",
"lastNameRequired": "Last name is required",
"emailRequired": "Email is required",
"emailInvalid": "Please enter a valid email address",
"passwordRequired": "Password is required",
"passwordTooSmall": "Password must be at least {minLength, plural, =1 {1 character} other {# characters}} long",
"passwordLowercaseRequired": "Password must contain at least one lowercase letter",
"passwordUppercaseRequired": "Password must contain at least one uppercase letter",
"passwordNumberRequired": "Password must contain at least {minNumbers, plural, =1 {one number} other {# numbers}}",
"passwordSpecialCharacterRequired": "Password must contain at least one special character",
"passwordsMustMatch": "The passwords do not match",
"addressLine1Required": "Address line 1 is required",
"cityRequired": "City is required",
"countryRequired": "Country is required",
"stateRequired": "State/Province is required",
"postalCodeRequired": "Postal code is required"
}
}
},
"Faceted": {
"Brand": {
"Empty": {
"title": "No products in this brand",
"subtitle": "Try using different filters."
}
},
"Category": {
"subCategories": "Categories",
"Empty": {
"title": "No products in this category",
"subtitle": "Try using different filters."
}
},
"Search": {
"title": "Search results",
"searchResults": "Search results for",
"subCategories": "Categories",
"Breadcrumbs": {
"home": "Home",
"search": "Search"
},
"Empty": {
"title": "Sorry, no results for \"{term}\".",
"subtitle": "Please try another search."
}
},
"FacetedSearch": {
"filters": "Filters",
"resetFilters": "Reset filters",
"Range": {
"apply": "Apply"
},
"Facets": {
"freeShippingLabel": "Free shipping",
"isFeaturedLabel": "Is featured",
"inStockLabel": "In stock"
}
},
"SortBy": {
"sortBy": "Sort by:",
"featuredItems": "Featured items",
"bestSellingItems": "Best selling items",
"newestItems": "Newest items",
"aToZ": "A to Z",
"zToA": "Z to A",
"byReview": "By review",
"priceAscending": "Price: ascending",
"priceDescending": "Price: descending",
"relevance": "Relevance"
},
"Compare": {
"compare": "Compare",
"remove": "Remove",
"maxCompareLimit": "You've reached the maximum number of products for comparison. Remove a product to add a new one."
}
},
"Account": {
"Layout": {
"addresses": "Addresses",
"logout": "Logout",
"orders": "Orders",
"settings": "Account",
"wishlists": "Wish lists"
},
"Orders": {
"title": "Orders",
"orderNumber": "Order #",
"totalPrice": "Total",
"viewDetails": "View Details",
"EmptyState": {
"title": "You don't have any orders",
"cta": "Shop now"
},
"Details": {
"title": "Order #{orderNumber}",
"shippingAddress": "Shipping address",
"shippingMethod": "Shipping method",
"summaryTotal": "Total",
"destination": "Destination",
"destinationWithCount": "Destination {number, number}/{total, number}",
"digitalDelivery": "Digital delivery to {email}",
"subtotal": "Subtotal",
"shipping": "Shipping",
"tax": "Tax",
"orderSummary": "Order summary",
"paymentMethodsLabel": "{count, plural, =1 {Payment method} other {Payment methods}}",
"paymentEndingInLabel": "ending in",
"PaymentMethods": {
"creditCard": "Credit card",
"giftCertificate": "Gift certificate",
"storeCredit": "Store credit",
"other": "Other"
}
}
},
"Addresses": {
"title": "Addresses",
"cta": "Add address",
"edit": "Edit",
"delete": "Delete",
"cancel": "Cancel",
"create": "Create",
"update": "Update",
"setDefault": "Set as default",
"somethingWentWrong": "Something went wrong. Please try again later.",
"EmptyState": {
"title": "You don't have any addresses"
},
"FieldErrors": {
"firstNameRequired": "First name is required",
"lastNameRequired": "Last name is required",
"addressLine1Required": "Address line 1 is required",
"cityRequired": "City is required",
"countryRequired": "Country is required",
"stateRequired": "State/Province is required",
"postalCodeRequired": "Postal code is required"
}
},
"Settings": {
"title": "Account settings",
"changePassword": "Change password",
"passwordUpdated": "Password has been updated successfully!",
"settingsUpdated": "Account settings have been updated successfully!",
"somethingWentWrong": "Something went wrong. Please try again later.",
"currentPassword": "Current password",
"newPassword": "New password",
"confirmPassword": "Confirm password",
"cta": "Update",
"NewsletterSubscription": {
"title": "Marketing preferences",
"label": "Subscribe to our newsletter.",
"marketingPreferencesUpdated": "Marketing preferences have been updated successfully!",
"somethingWentWrong": "Something went wrong. Please try again later."
},
"FieldErrors": {
"firstNameRequired": "First name is required",
"firstNameTooSmall": "First name must be at least 2 characters long",
"lastNameRequired": "Last name is required",
"lastNameTooSmall": "Last name must be at least 2 characters long",
"emailRequired": "Email is required",
"emailInvalid": "Please enter a valid email address",
"currentPasswordRequired": "Current password is required",
"passwordRequired": "Password is required",
"passwordTooSmall": "Password must be at least {minLength, plural, =1 {1 character} other {# characters}} long",
"passwordLowercaseRequired": "Password must contain at least one lowercase letter",
"passwordUppercaseRequired": "Password must contain at least one uppercase letter",
"passwordNumberRequired": "Password must contain at least {minNumbers, plural, =1 {one number} other {# numbers}}",
"passwordSpecialCharacterRequired": "Password must contain at least one special character",
"passwordsMustMatch": "The passwords do not match",
"confirmPasswordRequired": "Please confirm your password"
}
}
},
"Wishlist": {
"actionsTitle": "Wishlist actions",
"title": "Wish Lists",
"new": "New wish list",
"items": "{count, plural, =1 {1 item} other {# items}}",
"viewWishlist": "View list",
"noWishlists": "You don't have any wish lists",
"noWishlistsCallToAction": "Create a wishlist",
"emptyWishlist": "You haven't added products to this wish list.",
"share": "Share",
"shareSuccess": "Wish list has been shared successfully.",
"shareCopied": "Wish list public URL has been copied to your clipboard.",
"shareDisabled": "Your wish list must be public in order to share it.",
"makePublic": "Make public",
"makePrivate": "Make private",
"rename": "Rename",
"delete": "Delete",
"removeButtonTitle": "Remove product from wish list",
"Visibility": {
"public": "Public",
"private": "Private"
},
"Modal": {
"cancel": "Cancel",
"close": "Close",
"copy": "Copy",
"create": "Create",
"save": "Save",
"delete": "Delete",
"newTitle": "Create a new wish list",
"shareTitle": "Share {name}",
"renameTitle": "Rename {name}",
"deleteTitle": "Delete {name}",
"changeVisibilityPublicTitle": "Make {name} public?",
"changeVisibilityPrivateTitle": "Make {name} private?",
"makePublicContent": "Are you sure you want to make <bold>{name}</bold> public? This will allow others to see your wish list if they have the link.",
"makePrivateContent": "Are you sure you want to make <bold>{name}</bold> private? If you've shared your wish list with others, they will no longer be able to see it.",
"deleteContent": "Are you sure you want to delete <bold>{name}</bold>? This action cannot be undone."
},
"Form": {
"nameLabel": "Name"
},
"Errors": {
"nameRequired": "Wish list name cannot be empty.",
"updateFailed": "Failed to update your wish list. Please try again.",
"deleteFailed": "Failed to delete your wish list. Please try again.",
"removeProductFailed": "Failed to remove the product from your wish list. Please try again.",
"unauthorized": "You are not authorized to perform this action, please sign in and try again",
"unexpected": "An unexpected error occurred, please try again"
},
"Result": {
"createSuccess": "Wish list has been created successfully.",
"updateSuccess": "Wish list has been updated successfully.",
"deleteSuccess": "Wish list has been deleted successfully.",
"removeItemSuccess": "Item has been removed from your wish list."
},
"Button": {
"label": "Add to wish list",
"addToNewWishlist": "Add to new wish list",
"defaultWishlistName": "My wish list",
"addSuccessMessage": "Product has been added to your wish list",
"removeSuccessMessage": "Product has been removed from your wish list",
"Errors": {
"addProductFailed": "Failed to add the product from your wish list, please try again",
"removeProductFailed": "Failed to remove the product from your wish list, please try again"
}
}
},
"PublicWishlist": {
"title": "Public Wish List",
"defaultName": "Public wish list",
"emptyWishlist": "This wish list doesn't have any products yet."
},
"Blog": {
"title": "Blog",
"home": "Home",
"Empty": {
"title": "No blog posts found",
"subtitle": "Check back later for more content"
},
"SharingLinks": {
"share": "Share",
"email": "Email",
"print": "Print"
}
},
"Cart": {
"title": "Cart",
"heading": "Your cart",
"proceedToCheckout": "Proceed to checkout",
"increment": "Increase quantity",
"decrement": "Decrease quantity",
"removeItem": "Remove item",
"cartCombined": "We noticed you had items saved in a previous cart, so we've added them to your current cart for you.",
"cartRestored": "You started a cart on another device, and we've restored it here so you can pick up where you left off.",
"cartUpdateInProgress": "You have a cart update in progress. Are you sure you want to leave this page? Your changes may be lost.",
"originalPrice": "Original price was {price}.",
"currentPrice": "Current price is {price}.",
"quantityReadyToShip": "{quantity, number} ready to ship",
"quantityOnBackorder": "{quantity, number} will be backordered",
"partiallyAvailable": "Only {quantity, number} available",
"CheckoutSummary": {
"title": "Summary",
"subTotal": "Subtotal",
"discounts": "Discounts",
"tax": "Tax",
"total": "Total",
"CouponCode": {
"apply": "Apply",
"couponCode": "Coupon code",
"removeCouponCode": "Remove coupon code",
"invalidCouponCode": "Please enter a valid coupon code",
"cartNotFound": "An error occurred when retrieving your cart"
},
"Shipping": {
"shipping": "Shipping",
"add": "Add",
"change": "Change",
"cancel": "Cancel",
"country": "Country",
"city": "City",
"state": "State/Province",
"postalCode": "Postal code",
"updatedShippingOptions": "Update shipping options",
"viewShippingOptions": "View shipping options",
"editAddress": "Edit address",
"shippingOptions": "Shipping options",
"updateShipping": "Update shipping",
"addShipping": "Add shipping",
"cartNotFound": "An error occurred when retrieving your cart",
"noShippingOptions": "There are no shipping options available for your address",
"countryRequired": "Country is required"
}
},
"GiftCertificate": {
"giftCertificate": "Gift certificate",
"giftCertificateCode": "Gift certificate code",
"removeGiftCertificate": "Remove gift certificate",
"apply": "Apply",
"to": "To",
"message": "Message",
"invalidGiftCertificate": "Please enter a valid gift certificate code",
"cartNotFound": "An error occurred when retrieving your cart"
},
"Empty": {
"title": "Your cart is empty.",
"subtitle": "Add some products to get started.",
"cta": "Continue shopping"
},
"Errors": {
"cartNotFound": "An error occurred when retrieving your cart",
"lineItemNotFound": "Line item not found.",
"failedToUpdateQuantity": "Failed to update quantity.",
"somethingWentWrong": "Something went wrong. Please try again later."
}
},
"Compare": {
"title": "Compare products",
"addToCart": "Add to cart",
"next": "Next products",
"previous": "Previous products",
"noProductsToCompare": "No products to compare",
"sku": "SKU",
"weight": "Weight",
"description": "Description",
"noDescription": "There is no description available.",
"rating": "Rating",
"noRatings": "There are no reviews.",
"otherDetails": "Other details",
"noOtherDetails": "There are no other details.",
"viewOptions": "View options",
"showMore": "Show more",
"showLess": "Show less",
"successMessage": "{cartItems, plural, =1 {1 item} other {# items}} added to <cartLink> your cart</cartLink>",
"missingCart": "Cart not found. Please try again later.",
"unknownError": "Unknown error. Please try again later."
},
"Product": {
"ProductDetails": {
"quantity": "Quantity",
"increaseQuantity": "Increase quantity",
"decreaseQuantity": "Decrease quantity",
"emptySelectPlaceholder": "Select an option",
"successMessage": "{cartItems, plural, =1 {1 item} other {# items}} added to <cartLink> your cart</cartLink>",
"missingCart": "Cart not found. Please try again later!",
"unknownError": "Unknown error. Please try again later.",
"variantRequiredError": "This product requires options to be selected in order to add to the cart.",
"increaseNumber": "Increase number",
"decreaseNumber": "Decrease number",
"thumbnail": "View image number",
"additionalInformation": "Additional information",
"currentStock": "{quantity, number} in stock",
"backorderQuantity": "{quantity, number} will be on backorder",
"loadingMoreImages": "Loading more images",
"imagesLoaded": "{count, plural, =1 {1 more image loaded} other {# more images loaded}}",
"Submit": {
"addToCart": "Add to cart",
"outOfStock": "Out of stock",
"preorder": "Preorder",
"unavailable": "Unavailable"
},
"Accordions": {
"specifications": "Specifications",
"warranty": "Warranty",
"sku": "SKU",
"weight": "Weight",
"condition": "Condition"
}
},
"RelatedProducts": {
"title": "Related products",
"noRelatedProducts": "No related products found",
"browseCatalog": "Try browsing our complete catalog of products.",
"cta": "Shop all",
"previousProducts": "Previous products",
"nextProducts": "Next products",
"scrollbar": "Related products scrollbar"
},
"Reviews": {
"title": "Reviews",
"empty": "No reviews have been added for this product.",
"previous": "Previous reviews",
"next": "Next reviews",
"Form": {
"button": "Write a review",
"title": "Write a review",
"submit": "Submit",
"cancel": "Cancel",
"ratingLabel": "Rating",
"titleLabel": "Title",
"reviewLabel": "Review",
"nameLabel": "Name",
"emailLabel": "Email",
"successMessage": "Your review has been submitted successfully!",
"somethingWentWrong": "Something went wrong. Please try again later.",
"recaptchaRequired": "Please complete the reCAPTCHA verification.",
"FieldErrors": {
"titleRequired": "Title is required",
"authorRequired": "Name is required",
"emailRequired": "Email is required",
"emailInvalid": "Please enter a valid email address",
"textRequired": "Review is required",
"ratingRequired": "Rating is required",
"ratingTooSmall": "Rating must be at least 1",
"ratingTooLarge": "Rating must be at most 5"
}
}
}
},
"WebPages": {
"Normal": {
"home": "Home"
},
"ContactUs": {
"home": "Home",
"Form": {
"success": "Thanks for reaching out. We'll get back to you soon.",
"successCta": "Continue shopping",
"fullName": "Full name",
"companyName": "Company name",
"phone": "Phone",
"orderNo": "Order number",
"rma": "RMA number",
"email": "Email",
"comments": "Comments/questions",
"cta": "Submit form",
"somethingWentWrong": "Something went wrong. Please try again later.",
"recaptchaRequired": "Please complete the reCAPTCHA verification."
}
}
},
"Maintenance": {
"title": "Maintenance",
"message": "We are down for maintenance",
"contactUs": "You can contact us at:"
},
"Error": {
"title": "There was a server error!",
"subtitle": "Please try again later.",
"cta": "Try again"
},
"NotFound": {
"title": "We couldn't find that page!",
"subtitle": "Try searching for something else or go back to the home page.",
"featuredProducts": "Featured products",
"search": "Search"
},
"Components": {
"Header": {
"home": "Home",
"toggleNavigation": "Toggle navigation",
"Icons": {
"account": "Profile",
"cart": "Cart",
"search": "Open search popup",
"giftCertificates": "Gift certificates"
},
"SwitchCurrency": {
"label": "Switch currency",
"invalidCurrency": "Invalid currency",
"errorUpdatingCurrency": "Error updating currency for your cart. Please try again."
},
"Search": {
"products": "Products",
"categories": "Categories",
"brands": "Brands",
"noSearchResultsTitle": "Sorry, no results for \"{term}\".",
"noSearchResultsSubtitle": "Please try another search.",
"somethingWentWrong": "Something went wrong. Please try again.",
"inputPlaceholder": "Search products, categories, brands...",
"submitLabel": "Search"
}
},
"Footer": {
"home": "Home",
"contactUs": "Contact Us",
"socialMediaLinks": "Social media links",
"categories": "Categories",
"brands": "Brands",
"navigate": "Navigate",
"giftCertificates": "Gift certificates"
},
"Subscribe": {
"title": "Sign up for our newsletter",
"placeholder": "Enter your email",
"description": "Stay up to date with the latest news and offers from our store.",
"subscribedToNewsletter": "You have been subscribed to our newsletter!",
"Errors": {
"emailRequired": "Email is required",
"invalidEmail": "Please enter a valid email address",
"somethingWentWrong": "Something went wrong. Please try again later."
}
},
"ConsentManager": {
"Common": {
"rejectAll": "Reject All",
"acceptAll": "Accept All",
"customize": "Customize",
"save": "Save Settings"
},
"CookieBanner": {
"title": "We value your privacy",
"description": "This site uses cookies to improve your browsing experience, analyze site traffic, and show personalized content.",
"privacyPolicy": "Privacy Policy"
},
"Dialog": {
"title": "Privacy Settings",
"description": "Customize your privacy settings here. You can choose which types of cookies and tracking technologies you would like to allow."
},
"ConsentTypes": {
"necessary": {
"title": "Strictly Necessary",
"description": "These cookies are essential for the website to function properly and cannot be disabled."
},
"functionality": {
"title": "Functionality",
"description": "These cookies enable enhanced functionality and personalization of the website."
},
"marketing": {
"title": "Marketing",
"description": "These cookies are used to deliver relevant advertisements and track their effectiveness."
},
"measurement": {
"title": "Analytics",
"description": "These cookies help us understand how visitors interact with the website and improve its performance."
},
"experience": {
"title": "Experience",
"description": "These cookies help us provide a better user experience and test new features."
}
}
},
"Price": {
"originalPrice": "Original price was {price}.",
"currentPrice": "Current price is {price}.",
"range": "Price from {minValue} to {maxValue}."
}
},
"GiftCertificates": {
"title": "Gift certificates",
"description": "Give the perfect gift that never goes out of style. Let friends and loved ones choose exactly what they want from our entire collection.",
"purchaseLabel": "Shop now",
"checkBalanceLabel": "Check balance",
"expiresAtLabel": "Valid thru",
"CheckBalance": {
"title": "Check balance",
"description": "You can check the balance and get the information about your gift certificate by typing the code in the box below.",
"inputLabel": "Code",
"inputPlaceholder": "xxx-xxx-xxx-xxx",
"purchasedDateLabel": "Purchased",
"senderLabel": "From",
"Errors": {
"invalidCode": "The gift certificate code you entered is invalid. Please check the code and try again.",
"codeRequired": "Please enter a gift certificate code.",
"somethingWentWrong": "Something went wrong. Please try again later."
}
},
"Purchase": {
"breadcrumbTitle": "Purchase a gift certificate",
"title": "Digital gift certificate",
"description": "Explore our gift certificates, perfect for any occasion. Choose the amount and personalize your message.",
"successMessage": "Gift certificate has been added to <cartLink> your cart</cartLink>",
"missingCart": "Cart not found. Please try again later.",
"unknownError": "Unknown error. Please try again later.",
"Form": {
"amountLabel": "Amount",
"customAmountLabel": "Amount (between {minAmount} and {maxAmount})",
"selectAmountPlaceholder": "Select an amount",
"customAmountPlaceholder": "Enter custom amount",
"senderNameLabel": "Your name",
"senderEmailLabel": "Your email",
"recipientNameLabel": "Recipient's name",
"recipientEmailLabel": "Recipient's email",
"namePlaceholder": "Enter name",
"emailPlaceholder": "Enter email",
"messageLabel": "Message",
"messagePlaceholder": "Enter your message (optional)",
"nonRefundableCheckboxLabel": "I agree that Gift Certificates are non-refundable",
"expiryCheckboxLabel": "I acknowledge that this Gift Certificate will expire on {expiryDate}",
"ctaLabel": "Add to cart",
"Errors": {
"amountRequired": "Please select or enter a gift certificate amount",
"amountInvalid": "Please select a valid gift certificate amount",
"amountOutOfRange": "Please enter an amount between {minAmount} and {maxAmount}",
"unexpectedSettingsError": "An unexpected error occurred while retrieving gift certificate settings. Please try again later.",
"senderNameRequired": "Your name is required",
"senderEmailRequired": "Your email is required",
"recipientNameRequired": "Recipient's name is required",
"recipientEmailRequired": "Recipient's email is required",
"emailInvalid": "Please enter a valid email address",
"checkboxRequired": "You must check this box to continue"
}
}
}
},
"Form": {
"optional": "optional",
"recaptchaRequired": "Please complete the reCAPTCHA verification.",
"Errors": {
"invalidInput": "Please check your input and try again",
"invalidFormat": "The value entered does not match the required format"
}
}
}