diff --git a/schema.json b/schema.json index 786820f651..e00d71ff5a 100644 --- a/schema.json +++ b/schema.json @@ -1,75 +1,75 @@ [ { - "name": "Global", + "name": "i18n.Global", "settings": [ { "type": "heading", - "content": "Background and lines" + "content": "i18n.BackgroundAndLines" }, { "type": "color", - "label": "Banner background", + "label": "i18n.BannerBackground", "id": "color-primary" }, { "type": "color", - "label": "Page background", + "label": "i18n.PageBackground", "id": "body-bg" }, { "type": "color", - "label": "Common dark background", + "label": "i18n.CommonDarkBackground", "id": "container-fill-dark" }, { "type": "color", - "label": "Modal overlay background", + "label": "i18n.ModalOverlayBackground", "id": "overlay-backgroundColor" }, { "type": "color", - "label": "Alert popup box background", + "label": "i18n.AlertPopupBoxBackground", "id": "alert-backgroundColor" }, { "type": "color", - "label": "Alert popup text color", + "label": "i18n.AlertPopupTextColor", "id": "alert-color" }, { "type": "color", - "label": "Horizontal line", + "label": "i18n.HorizontalLine", "id": "container-border-global-color-base" }, { "type": "heading", - "content": "Body text and links" + "content": "i18n.BodyTextAndLinks" }, { "type": "font", - "label": "Body text font family", + "label": "i18n.BodyTextFontFamily", "id": "body-font", "options": [ { - "group": "Karla", - "label": "Karla", + "group": "i18n.Karla", + "label": "i18n.Karla", "value": "Google_Karla_400" }, { - "group": "Roboto", - "label": "Roboto", + "group": "i18n.Roboto", + "label": "i18n.Roboto", "value": "Google_Roboto_400" }, { - "group": "Source Sans Pro", - "label": "Source Sans Pro", + "group": "i18n.SourceSansPro", + "label": "i18n.SourceSansPro", "value": "Google_Source+Sans+Pro_400" } ] }, { "type": "select", - "label": "Body text font size", + "label": "i18n.BodyTextFontSize", "id": "fontSize-root", "options": [ { @@ -96,78 +96,78 @@ }, { "type": "color", - "label": "Body text color", + "label": "i18n.BodyTextColor", "id": "color-textBase" }, { "type": "color", - "label": "Body text hover color", + "label": "i18n.BodyTextHoverColor", "id": "color-textBase--hover" }, { "type": "color", - "label": "Secondary text color", + "label": "i18n.SecondaryTextColor", "id": "color-textSecondary" }, { "type": "color", - "label": "Secondary text hover color", + "label": "i18n.SecondaryTextHoverColor", "id": "color-textSecondary--hover" }, { "type": "color", - "label": "Link color", + "label": "i18n.LinkColor", "id": "color-textLink" }, { "type": "color", - "label": "Link hover color", + "label": "i18n.LinkHoverColor", "id": "color-textLink--hover" }, { "type": "color", - "label": "Link active color", + "label": "i18n.LinkActiveColor", "id": "color-textLink--active" }, { "type": "heading", - "content": "Headings" + "content": "i18n.Headings" }, { "type": "font", - "label": "Heading font family", + "label": "i18n.HeadingFontFamily", "id": "headings-font", "options": [ { - "group": "Montserrat", - "label": "Montserrat Light", + "group": "i18n.Montserrat", + "label": "i18n.MontserratLight", "value": "Google_Montserrat_400" }, { - "group": "Open Sans", - "label": "Open Sans", + "group": "i18n.OpenSans", + "label": "i18n.OpenSans", "value": "Google_Open+Sans_400" }, { - "group": "Open Sans", - "label": "Open Sans Bold", + "group": "i18n.OpenSans", + "label": "i18n.OpenSansBold", "value": "Google_Open+Sans_700" }, { - "group": "Roboto", - "label": "Roboto", + "group": "i18n.Roboto", + "label": "i18n.Roboto", "value": "Google_Roboto_400" }, { - "group": "Volkhov", - "label": "Volkhov", + "group": "i18n.Volkhov", + "label": "i18n.Volkhov", "value": "Google_Volkhov_400" } ] }, { "type": "select", - "label": "Heading 1", + "label": "i18n.Heading1", "id": "fontSize-h1", "options": [ { @@ -194,7 +194,7 @@ }, { "type": "select", - "label": "Heading 2", + "label": "i18n.Heading2", "id": "fontSize-h2", "options": [ { @@ -221,7 +221,7 @@ }, { "type": "select", - "label": "Heading 3", + "label": "i18n.Heading3", "id": "fontSize-h3", "options": [ { @@ -248,7 +248,7 @@ }, { "type": "select", - "label": "Heading 4", + "label": "i18n.Heading4", "id": "fontSize-h4", "options": [ { @@ -275,7 +275,7 @@ }, { "type": "select", - "label": "Heading 5", + "label": "i18n.Heading5", "id": "fontSize-h5", "options": [ { @@ -302,7 +302,7 @@ }, { "type": "select", - "label": "Heading 6", + "label": "i18n.Heading6", "id": "fontSize-h6", "options": [ { @@ -329,256 +329,256 @@ }, { "type": "color", - "label": "Heading text color", + "label": "i18n.HeadingTextColor", "id": "color-textHeading" }, { "type": "heading", - "content": "Loading indicators" + "content": "i18n.LoadingIndicators" }, { "type": "color", - "label": "Page loading bar", + "label": "i18n.PageLoadingBar", "id": "pace-progress-backgroundColor" }, { "type": "color", - "label": "Spinner light half", + "label": "i18n.SpinnerLightHalf", "id": "spinner-borderColor-light" }, { "type": "color", - "label": "Spinner dark half", + "label": "i18n.SpinnerDarkHalf", "id": "spinner-borderColor-dark" }, { "type": "color", - "label": "Modal loading background", + "label": "i18n.ModalLoadingBackground", "id": "loadingOverlay-backgroundColor" }, { "type": "color", - "label": "Product thumbnail loading background", + "label": "i18n.ProductThumbnailLoadingBackground", "id": "container-fill-base" }, { "type": "heading", - "content": "Image Loading" + "content": "i18n.ImageLoading" }, { "type": "paragraph", - "content": "Cornerstone doesn’t load most images until the user scrolls to them on the screen. Enable \"Lazyloading with LQIP\" below if you prefer to show a preview image and replace it with a better quality version as the user scrolls. Select \"Disabled\" below to fully turn off this feature." + "content": "i18n.CornerstoneDoesntLoadMostImages" }, { "type": "select", "id": "lazyload_mode", "force_reload": true, - "label": "Lazyloading Mode", + "label": "i18n.LazyloadingMode", "options": [ { "value": "lazyload", - "label": "Lazyload" + "label": "i18n.Lazyload" }, { "value": "lazyload+lqip", - "label": "Lazyload with LQIP" + "label": "i18n.LazyloadWithLQIP" }, { "value": "disabled", - "label": "Disabled" + "label": "i18n.Disabled" } ] }, { "type": "heading", - "content": "Pages" + "content": "i18n.Pages" }, { "type": "checkbox", - "label": "Hide breadcrumbs", + "label": "i18n.HideBreadcrumbs", "force_reload": true, "id": "hide_breadcrumbs" }, { "type": "checkbox", - "label": "Hide page heading", + "label": "i18n.HidePageHeading", "force_reload": true, "id": "hide_page_heading" }, { "type": "checkbox", - "label": "Hide category page heading", + "label": "i18n.HideCategoryPageHeading", "force_reload": true, "id": "hide_category_page_heading" }, { "type": "checkbox", - "label": "Hide blog page heading", + "label": "i18n.HideBlogPageHeading", "force_reload": true, "id": "hide_blog_page_heading" }, { "type": "checkbox", - "label": "Hide contact us page heading", + "label": "i18n.HideContactUsPageHeading", "force_reload": true, "id": "hide_contact_us_page_heading" }, { "type": "heading", - "content": "Products" + "content": "i18n.Products" }, { "type": "select", "id": "product_list_display_mode", "force_reload": true, - "label": "Display style", + "label": "i18n.DisplayStyle", "options": [ { "value": "grid", - "label": "Show products in a grid" + "label": "i18n.ShowProductsInAGrid" }, { "value": "list", - "label": "Show products in a list" + "label": "i18n.ShowProductsInAList" } ] }, { "type": "heading", - "content": "Blog" + "content": "i18n.Blog" }, { "type": "imageDimension", "id": "blog_size", "force_reload": true, - "label": "Size of images", + "label": "i18n.SizeOfImages", "options": [ { "value": "190x250", - "label": "Optimized for theme" + "label": "i18n.OptimizedForTheme" }, { "value": "custom", - "label": "Specify dimensions" + "label": "i18n.SpecifyDimensions" } ] }, { "type": "heading", - "content": "Pricing" + "content": "i18n.Pricing" }, { "type": "checkbox", - "label": "Show price ranges for products with variants. If disabled it will show the product price", + "label": "i18n.ShowPriceRangesForProducts", "force_reload": true, "id": "price_ranges" }, { "type": "heading", - "content": "Purchase options" + "content": "i18n.PurchaseOptions" }, { "type": "checkbox", - "label": "Hide purchase options (price and add to cart button) for customers who aren't logged in", + "label": "i18n.HidePurchaseOptionsPriceAnd", "force_reload": true, "id": "restrict_to_login" }, { "type": "heading", - "content": "Form Input fields" + "content": "i18n.FormInputFields" }, { "type": "color", - "label": "Label text color", + "label": "i18n.LabelTextColor", "id": "form-label-font-color" }, { "type": "color", - "label": "Field text color", + "label": "i18n.FieldTextColor", "id": "input-font-color" }, { "type": "color", - "label": "Field background", + "label": "i18n.FieldBackground", "id": "input-bg-color" }, { "type": "color", - "label": "Field background disabled", + "label": "i18n.FieldBackgroundDisabled", "id": "input-disabled-bg" }, { "type": "color", - "label": "Field border", + "label": "i18n.FieldBorder", "id": "input-border-color" }, { "type": "color", - "label": "Field border active", + "label": "i18n.FieldBorderActive", "id": "input-border-color-active" } ] }, { - "name": "Header & Footer", + "name": "i18n.HeaderAndFooter", "settings": [ { "type": "heading", - "content": "Header" + "content": "i18n.Header" }, { "type": "color", - "label": "Header background", + "label": "i18n.HeaderBackground", "id": "header-backgroundColor" }, { "type": "heading", - "content": "Logo" + "content": "i18n.Logo" }, { "type": "select", - "label": "Logo position", + "label": "i18n.LogoPosition", "id": "logo-position", "force_reload": true, "options": [ { "value": "right", - "label": "Right" + "label": "i18n.Right" }, { "value": "center", - "label": "Center" + "label": "i18n.Center" }, { "value": "left", - "label": "Left" + "label": "i18n.Left" } ] }, { "type": "imageDimension", - "label": "Logo image size", + "label": "i18n.LogoImageSize", "id": "logo_size", "description": "Please specify a maximum image size for desktop display. We'll automatically scale down the image for smaller devices.", "force_reload": true, "options": [ { "value": "250x100", - "label": "Optimized for theme" + "label": "i18n.OptimizedForTheme" }, { "value": "original", - "label": "Original (as uploaded)" + "label": "i18n.OriginalAsUploaded" }, { "value": "custom", - "label": "Specify dimensions" + "label": "i18n.SpecifyDimensions" } ] }, { "type": "select", - "label": "Logo font size", + "label": "i18n.LogoFontSize", "id": "logo_fontSize", "options": [ { @@ -709,106 +709,106 @@ }, { "type": "color", - "label": "Logo text color", + "label": "i18n.LogoTextColor", "id": "storeName-color" }, { "type": "heading", - "content": "Utility navigation" + "content": "i18n.UtilityNavigation" }, { "type": "color", - "label": "Text color", + "label": "i18n.TextColor", "id": "navUser-color" }, { "type": "color", - "label": "Text hover color", + "label": "i18n.TextHoverColor", "id": "navUser-color-hover" }, { "type": "color", - "label": "Cart dropdown background", + "label": "i18n.CartDropdownBackground", "id": "navUser-dropdown-backgroundColor" }, { "type": "color", - "label": "Cart dropdown border", + "label": "i18n.CartDropdownBorder", "id": "navUser-dropdown-borderColor" }, { "type": "color", - "label": "Cart counter background", + "label": "i18n.CartCounterBackground", "id": "navUser-indicator-backgroundColor" }, { "type": "heading", - "content": "Main navigation" + "content": "i18n.MainNavigation" }, { "type": "checkbox", - "label": "Hide links to web pages", + "label": "i18n.HideLinksToWebPages", "force_reload": true, "id": "hide_content_navigation" }, { "type": "color", - "label": "Text color", + "label": "i18n.TextColor", "id": "navPages-color" }, { "type": "color", - "label": "Text hover color", + "label": "i18n.TextHoverColor", "id": "navPages-color-hover" }, { "type": "color", - "label": "Dropdown menu background", + "label": "i18n.DropdownMenuBackground", "id": "navPages-subMenu-backgroundColor" }, { "type": "color", - "label": "Dropdown menu border", + "label": "i18n.DropdownMenuBorder", "id": "navPages-subMenu-separatorColor" }, { "type": "select", - "label": "Dropdown menu display mode", + "label": "i18n.DropdownMenuDisplayMode", "id": "navigation_design", "force_reload": true, "options": [ { "value": "simple", - "label": "Simple (Menu display depth of 3)" + "label": "i18n.SimpleMenuDisplayDepthOf" }, { "value": "alternate", - "label": "Alternate (Max menu display depth)" + "label": "i18n.AlternateMaxMenuDisplayDepth" } ] }, { "type": "color", - "label": "Quick search background", + "label": "i18n.QuickSearchBackground", "id": "dropdown--quickSearch-backgroundColor" }, { "type": "heading", - "content": "Social media icons" + "content": "i18n.SocialMediaIcons" }, { "type": "paragraph", - "content": "Social accounts must be set up to use this feature." + "content": "i18n.SocialAccountsMustBeSet" }, { "type": "checkbox", - "label": "Show social media icons", + "label": "i18n.ShowSocialMediaIcons", "force_reload": true, "id": "social_icon_placement_top" }, { "type": "select", - "label": "Footer Placement", + "label": "i18n.FooterPlacement", "id": "social_icon_placement_bottom", "force_reload": true, "reference": "social_icon_placement_top", @@ -816,140 +816,140 @@ "options": [ { "value": "bottom_none", - "label": "None" + "label": "i18n.None" }, { "value": "bottom_right", - "label": "Right" + "label": "i18n.Right" }, { "value": "bottom_left", - "label": "Left" + "label": "i18n.Left" } ] }, { "type": "heading", - "content": "Footer" + "content": "i18n.Footer" }, { "type": "color", - "label": "Footer background", + "label": "i18n.FooterBackground", "id": "footer-backgroundColor" }, { "type": "heading", - "content": "Display settings" + "content": "i18n.DisplaySettings" }, { "type": "checkbox", - "label": "Show \"Powered by BigCommerce\"", + "label": "i18n.ShowPoweredByBigCommerce", "force_reload": true, "id": "show_powered_by" }, { "type": "checkbox", - "label": "Show brands in footer", + "label": "i18n.ShowBrandsInFooter", "force_reload": true, "id": "shop_by_brand_show_footer" }, { "type": "checkbox", - "label": "Show \"©\", current year and store name", + "label": "i18n.ShowCurrentYearAnd", "force_reload": true, "id": "show_copyright_footer" }, { "type": "heading", - "content": "Payment icons" + "content": "i18n.PaymentIcons" }, { "type": "checkbox", - "label": "Show American Express", + "label": "i18n.ShowAmericanExpress", "force_reload": true, "id": "show_accept_amex" }, { "type": "checkbox", - "label": "Show Discover", + "label": "i18n.ShowDiscover", "force_reload": true, "id": "show_accept_discover" }, { "type": "checkbox", - "label": "Show Mastercard", + "label": "i18n.ShowMastercard", "force_reload": true, "id": "show_accept_mastercard" }, { "type": "checkbox", - "label": "Show PayPal", + "label": "i18n.ShowPayPal", "force_reload": true, "id": "show_accept_paypal" }, { "type": "checkbox", - "label": "Show Visa", + "label": "i18n.ShowVisa", "force_reload": true, "id": "show_accept_visa" }, { "type": "checkbox", - "label": "Show Amazon Pay", + "label": "i18n.ShowAmazonPay", "force_reload": true, "id": "show_accept_amazonpay" }, { "type": "checkbox", - "label": "Show Google Pay", + "label": "i18n.ShowGooglePay", "force_reload": true, "id": "show_accept_googlepay" }, { "type": "select", - "label": "Apple Pay color", + "label": "i18n.ApplePayColor", "id": "applePay-button", "options": [ { "value": "black", - "label": "Black (white text)" + "label": "i18n.BlackWhiteText" }, { "value": "white", - "label": "White (black text)" + "label": "i18n.WhiteBlackText" }, { "value": "white-border", - "label": "White (black text with border)" + "label": "i18n.WhiteBlackTextWithBorder" } ] }, { "type": "heading", - "content": "GeoTrust SSL" + "content": "i18n.GeoTrustSSL" }, { "type": "paragraph", - "content": "If you've purchased a GeoTrust SSL from BigCommerce, check your BigCommerce Account Dashboard for the correct Common Name to use here." + "content": "i18n.IfYouvePurchasedAGeoTrust" }, { "type": "text", - "label": "SSL Common Name", + "label": "i18n.SSLCommonName", "force_reload": true, "id": "geotrust_ssl_common_name" }, { "type": "select", - "label": "Seal size", + "label": "i18n.SealSize", "id": "geotrust_ssl_seal_size", "options": [ { "value": "M", - "label": "Medium" + "label": "i18n.Medium" }, { "value": "S", - "label": "Small" + "label": "i18n.Small" } ], "force_reload": true @@ -957,88 +957,88 @@ ] }, { - "name": "Home Page", + "name": "i18n.HomePage", "settings": [ { "type": "heading", - "content": "Carousel" + "content": "i18n.Carousel" }, { "type": "checkbox", - "label": "Show carousel", + "label": "i18n.ShowCarousel", "force_reload": true, "id": "homepage_show_carousel" }, { "type": "checkbox", - "label": "Show carousel arrows", + "label": "i18n.ShowCarouselArrows", "force_reload": true, "id": "homepage_show_carousel_arrows" }, { "type": "checkbox", - "label": "Allow image to stretch on large screens", + "label": "i18n.AllowImageToStretchOn", "force_reload": true, "id": "homepage_stretch_carousel_images" }, { "type": "color", - "label": "Content background", + "label": "i18n.ContentBackground", "id": "carousel-bgColor" }, { "type": "color", - "label": "Header text", + "label": "i18n.HeaderText", "id": "carousel-title-color" }, { "type": "color", - "label": "Description text", + "label": "i18n.DescriptionText", "id": "carousel-description-color" }, { "type": "color", - "label": "Indicator", + "label": "i18n.Indicator", "id": "carousel-dot-color" }, { "type": "color", - "label": "Indicator active", + "label": "i18n.IndicatorActive", "id": "carousel-dot-color-active" }, { "type": "color", - "label": "Indicator background", + "label": "i18n.IndicatorBackground", "id": "carousel-dot-bgColor" }, { "type": "color", - "label": "Arrow", + "label": "i18n.Arrow", "id": "carousel-arrow-color" }, { "type": "color", - "label": "Arrow background", + "label": "i18n.ArrowBackground", "id": "carousel-arrow-bgColor" }, { "type": "color", - "label": "Arrow border", + "label": "i18n.ArrowBorder", "id": "carousel-arrow-borderColor" }, { "type": "heading", - "content": "Products" + "content": "i18n.Products" }, { "type": "select", - "label": "Number of featured products", + "label": "i18n.NumberOfFeaturedProducts", "id": "homepage_featured_products_count", "force_reload": true, "options": [ { "value": 0, - "label": "Disable" + "label": "i18n.Disable" }, { "value": 1, @@ -1092,13 +1092,13 @@ }, { "type": "select", - "label": "Number of most popular products", + "label": "i18n.NumberOfMostPopularProducts", "id": "homepage_top_products_count", "force_reload": true, "options": [ { "value": 0, - "label": "Disable" + "label": "i18n.Disable" }, { "value": 1, @@ -1152,13 +1152,13 @@ }, { "type": "select", - "label": "Number of new products", + "label": "i18n.NumberOfNewProducts", "id": "homepage_new_products_count", "force_reload": true, "options": [ { "value": 0, - "label": "Disable" + "label": "i18n.Disable" }, { "value": 1, @@ -1213,39 +1213,39 @@ ] }, { - "name": "Products", + "name": "i18n.Products", "settings": [ { "type": "heading", - "content": "Product sale badges" + "content": "i18n.ProductSaleBadges" }, { "type": "select", - "label": "Show product sale badges", + "label": "i18n.ShowProductSaleBadges", "id": "product_sale_badges", "force_reload": true, "options": [ { "value": "none", - "label": "None" + "label": "i18n.None" }, { "value": "topleft", - "label": "Top Left" + "label": "i18n.TopLeft" }, { "value": "sash", - "label": "Diagonal" + "label": "i18n.Diagonal" }, { "value": "burst", - "label": "Burst" + "label": "i18n.Burst" } ] }, { "type": "text", - "label": "Product price label (sale)", + "label": "i18n.ProductPriceLabelSale", "force_reload": true, "id": "pdp-sale-price-label", "reference": "product_sale_badges", @@ -1253,7 +1253,7 @@ }, { "type": "text", - "label": "Product price label (before sale)", + "label": "i18n.ProductPriceLabelBeforeSale", "force_reload": true, "id": "pdp-non-sale-price-label", "reference": "product_sale_badges", @@ -1261,7 +1261,7 @@ }, { "type": "text", - "label": "Product price label (retail)", + "label": "i18n.ProductPriceLabelRetail", "force_reload": true, "id": "pdp-retail-price-label", "reference": "product_sale_badges", @@ -1269,7 +1269,7 @@ }, { "type": "text", - "label": "Product price label", + "label": "i18n.ProductPriceLabel", "force_reload": true, "id": "pdp-price-label", "reference": "product_sale_badges", @@ -1277,68 +1277,68 @@ }, { "type": "paragraph", - "content": "* the 'Product price label' is displayed when there is not a sale price.", + "content": "i18n.TheProductPriceLabel", "reference": "product_sale_badges", "reference_default": "none" }, { "type": "color", - "label": "Badge text color", + "label": "i18n.BadgeTextColor", "id": "color_text_product_sale_badges", "reference": "product_sale_badges", "reference_default": "none" }, { "type": "color", - "label": "Badge color", + "label": "i18n.BadgeColor", "id": "color_badge_product_sale_badges", "reference": "product_sale_badges", "reference_default": "none" }, { "type": "color", - "label": "Badge hover color", + "label": "i18n.BadgeHoverColor", "id": "color_hover_product_sale_badges", "reference": "product_sale_badges", "reference_default": "none" }, { "type": "paragraph", - "content": "*For texture swatches, max dimensions are 150x150.", + "content": "i18n.ForTextureSwatchesMaxDimensions", "reference": "product_sale_badges", "reference_default": "none" }, { "type": "heading", - "content": "Display settings" + "content": "i18n.DisplaySettings" }, { "type": "checkbox", - "label": "Show quickview button on product cards", + "label": "i18n.ShowQuickviewButtonOnProduct", "force_reload": true, "id": "show_product_quick_view" }, { "type": "checkbox", - "label": "Show quantity selection on product pages", + "label": "i18n.ShowQuantitySelectionOnProduct", "force_reload": true, "id": "show_product_quantity_box" }, { "type": "checkbox", - "label": "Show product description tabs", + "label": "i18n.ShowProductDescriptionTabs", "force_reload": true, "id": "show_product_details_tabs" }, { - "type": "checkbox", - "label": "Product custom fields in tabs", - "force_reload": true, - "id": "show_custom_fields_tabs" + "type": "checkbox", + "label": "i18n.ProductCustomFieldsInTabs", + "force_reload": true, + "id": "show_custom_fields_tabs" }, { "type": "text", - "label": "Product custom fields tab label", + "label": "i18n.ProductCustomFieldsTabLabel", "force_reload": true, "reference": "show_custom_fields_tabs", "reference_default": false, @@ -1346,31 +1346,31 @@ }, { "type": "checkbox", - "label": "Show product weight", + "label": "i18n.ShowProductWeight", "force_reload": true, "id": "show_product_weight" }, { "type": "checkbox", - "label": "Show product dimensions", + "label": "i18n.ShowProductDimensions", "force_reload": true, "id": "show_product_dimensions" }, { "type": "checkbox", - "label": "Show \"Shop by Price\" in filters", + "label": "i18n.ShowShopByPriceIn", "force_reload": true, "id": "shop_by_price_visibility" }, { "type": "checkbox", - "label": "Show product reviews", + "label": "i18n.ShowProductReviews", "force_reload": true, "id": "show_product_reviews_tabs" }, { "type": "select", - "label": "Number of product reviews", + "label": "i18n.NumberOfProductReviews", "id": "productpage_reviews_count", "reference": "show_product_reviews_tabs", "reference_default": false, @@ -1428,16 +1428,16 @@ }, { "type": "color", - "label": "Wishlist dropdown background", + "label": "i18n.WishlistDropdownBackground", "id": "dropdown--wishList-backgroundColor" }, { "type": "heading", - "content": "Number of products displayed" + "content": "i18n.NumberOfProductsDisplayed" }, { "type": "select", - "label": "Category page", + "label": "i18n.CategoryPage", "id": "categorypage_products_per_page", "force_reload": true, "options": [ @@ -1477,7 +1477,7 @@ }, { "type": "select", - "label": "Brand page", + "label": "i18n.BrandPage", "id": "brandpage_products_per_page", "force_reload": true, "options": [ @@ -1517,7 +1517,7 @@ }, { "type": "select", - "label": "Search result page", + "label": "i18n.SearchResultPage", "id": "searchpage_products_per_page", "force_reload": true, "options": [ @@ -1557,13 +1557,13 @@ }, { "type": "select", - "label": "Product page (related products)", + "label": "i18n.ProductPageRelatedProducts", "id": "productpage_related_products_count", "force_reload": true, "options": [ { "value": 0, - "label": "Disable" + "label": "i18n.Disable" }, { "value": 1, @@ -1617,13 +1617,13 @@ }, { "type": "select", - "label": "Product page (customers also viewed products)", + "label": "i18n.ProductPageCustomersAlsoViewed", "id": "productpage_similar_by_views_count", "force_reload": true, "options": [ { "value": 0, - "label": "Disable" + "label": "i18n.Disable" }, { "value": 1, @@ -1677,338 +1677,339 @@ }, { "type": "heading", - "content": "Product cards" + "content": "i18n.ProductCards" }, { "type": "color", - "label": "Product header text color", + "label": "i18n.ProductHeaderTextColor", "id": "card-title-color" }, { "type": "color", - "label": "Product header text hover color", + "label": "i18n.ProductHeaderTextHoverColor", "id": "card-title-color-hover" }, { "type": "color", - "label": "Button text color", + "label": "i18n.ButtonTextColor", "id": "card-figcaption-button-color" }, { "type": "color", - "label": "Button background", + "label": "i18n.ButtonBackground", "id": "card-figcaption-button-background" }, { "type": "heading", - "content": "Product cards (quick search)" + "content": "i18n.ProductCardsQuickSearch" }, { "type": "color", - "label": "Background color", + "label": "i18n.BackgroundColor", "id": "card--alternate-backgroundColor" }, { "type": "color", - "label": "Border color", + "label": "i18n.BorderColor", "id": "card--alternate-borderColor" }, { "type": "color", - "label": "Text hover color", + "label": "i18n.TextHoverColor", "id": "card--alternate-color--hover" }, { "type": "heading", - "content": "Image sizes" + "content": "i18n.ImageSizes" }, { "type": "paragraph", - "content": "Please specify a maximum image size for desktop display. We'll automatically scale down the image for smaller devices." + "content": "i18n.PleaseSpecifyAMaximumImage" }, { "type": "imageDimension", - "label": "Main product images", + "label": "i18n.MainProductImages", "id": "product_size", "force_reload": true, "options": [ { "value": "500x659", - "label": "Optimized for theme" + "label": "i18n.OptimizedForTheme" }, { "value": "custom", - "label": "Specify dimensions" + "label": "i18n.SpecifyDimensions" } ] - }, { + }, + { "type": "imageDimension", - "label": "Thumbnail image in product page", + "label": "i18n.ThumbnailImageInProductPage", "id": "productview_thumb_size", "force_reload": true, "options": [ { "value": "50x50", - "label": "Optimized for theme" + "label": "i18n.OptimizedForTheme" }, { "value": "custom", - "label": "Specify dimensions" + "label": "i18n.SpecifyDimensions" } ] }, { "type": "imageDimension", - "label": "Thumbnail image in cart and other pages", + "label": "i18n.ThumbnailImageInCartAnd", "id": "productthumb_size", "force_reload": true, "options": [ { "value": "100x100", - "label": "Optimized for theme" + "label": "i18n.OptimizedForTheme" }, { "value": "custom", - "label": "Specify dimensions" + "label": "i18n.SpecifyDimensions" } ] }, { "type": "imageDimension", - "label": "Zoomed image", + "label": "i18n.ZoomedImage", "id": "zoom_size", "force_reload": true, "options": [ { "value": "1280x1280", - "label": "Optimized for theme" + "label": "i18n.OptimizedForTheme" }, { "value": "custom", - "label": "Specify dimensions" + "label": "i18n.SpecifyDimensions" } ] }, { "type": "imageDimension", - "label": "Image in gallery view", + "label": "i18n.ImageInGalleryView", "id": "productgallery_size", "force_reload": true, "options": [ { "value": "500x659", - "label": "Optimized for theme" + "label": "i18n.OptimizedForTheme" }, { "value": "custom", - "label": "Specify dimensions" + "label": "i18n.SpecifyDimensions" } ] }, { "type": "imageDimension", - "label": "Brand image in gallery view", + "label": "i18n.BrandImageInGalleryView", "id": "brand_size", "force_reload": true, "options": [ { "value": "190x250", - "label": "Optimized for theme" + "label": "i18n.OptimizedForTheme" }, { "value": "custom", - "label": "Specify dimensions" + "label": "i18n.SpecifyDimensions" } ] }, { - "label": "Product swatch images", + "label": "i18n.ProductSwatchImages", "type": "imageDimension", "id": "swatch_option_size", "force_reload": true, "options": [ { "value": "22x22", - "label": "Standard" + "label": "i18n.Standard" }, { "value": "custom", - "label": "Specify dimensions" + "label": "i18n.SpecifyDimensions" } ] } ] }, { - "name": "Buttons & Icons", + "name": "i18n.ButtonsAndIcons", "settings": [ { "type": "heading", - "content": "Primary action button" + "content": "i18n.PrimaryActionButton" }, { "type": "color", - "label": "Button text color", + "label": "i18n.ButtonTextColor", "id": "button--primary-color" }, { "type": "color", - "label": "Button text hover color", + "label": "i18n.ButtonTextHoverColor", "id": "button--primary-colorHover" }, { "type": "color", - "label": "Button text active color", + "label": "i18n.ButtonTextActiveColor", "id": "button--primary-colorActive" }, { "type": "color", - "label": "Button background", + "label": "i18n.ButtonBackground", "id": "button--primary-backgroundColor" }, { "type": "color", - "label": "Button background hover", + "label": "i18n.ButtonBackgroundHover", "id": "button--primary-backgroundColorHover" }, { "type": "color", - "label": "Button background active", + "label": "i18n.ButtonBackgroundActive", "id": "button--primary-backgroundColorActive" }, { "type": "heading", - "content": "Secondary action button" + "content": "i18n.SecondaryActionButton" }, { "type": "color", - "label": "Button text color", + "label": "i18n.ButtonTextColor", "id": "button--default-color" }, { "type": "color", - "label": "Button text hover color", + "label": "i18n.ButtonTextHoverColor", "id": "button--default-colorHover" }, { "type": "color", - "label": "Button text active color", + "label": "i18n.ButtonTextActiveColor", "id": "button--default-colorActive" }, { "type": "color", - "label": "Button border", + "label": "i18n.ButtonBorder", "id": "button--default-borderColor" }, { "type": "color", - "label": "Button border hover", + "label": "i18n.ButtonBorderHover", "id": "button--default-borderColorHover" }, { "type": "color", - "label": "Button border active", + "label": "i18n.ButtonBorderActive", "id": "button--default-borderColorActive" }, { "type": "heading", - "content": "Tertiary action button" + "content": "i18n.TertiaryActionButton" }, { "type": "color", - "label": "Button background", + "label": "i18n.ButtonBackground", "id": "select-bg-color" }, { "type": "color", - "label": "Button arrow icon", + "label": "i18n.ButtonArrowIcon", "id": "select-arrow-color" }, { "type": "heading", - "content": "Disabled button" + "content": "i18n.DisabledButton" }, { "type": "color", - "label": "Button text color", + "label": "i18n.ButtonTextColor", "id": "button--disabled-color" }, { "type": "color", - "label": "Button background", + "label": "i18n.ButtonBackground", "id": "button--disabled-backgroundColor" }, { "type": "color", - "label": "Button border", + "label": "i18n.ButtonBorder", "id": "button--disabled-borderColor" }, { "type": "heading", - "content": "Icons" + "content": "i18n.Icons" }, { "type": "color", - "label": "Social media icon", + "label": "i18n.SocialMediaIcon", "id": "icon-color" }, { "type": "color", - "label": "Social media icon hover", + "label": "i18n.SocialMediaIconHover", "id": "icon-color-hover" }, { "type": "color", - "label": "Star review icon (full)", + "label": "i18n.StarReviewIconFull", "id": "icon-ratingFull" }, { "type": "color", - "label": "Star review icon (empty)", + "label": "i18n.StarReviewIconEmpty", "id": "icon-ratingEmpty" }, { "type": "color", - "label": "Increase/decrease button icon", + "label": "i18n.IncreasedecreaseButtonIcon", "id": "button--icon-svg-color" }, { "type": "heading", - "content": "Checkboxes and radio buttons" + "content": "i18n.CheckboxesAndRadioButtons" }, { "type": "color", - "label": "Checkbox and radio icon", + "label": "i18n.CheckboxAndRadioIcon", "id": "checkRadio-color" }, { "type": "color", - "label": "Button background", + "label": "i18n.ButtonBackground", "id": "checkRadio-backgroundColor" }, { "type": "color", - "label": "Button border", + "label": "i18n.ButtonBorder", "id": "checkRadio-borderColor" } ] }, { - "name": "Checkout Page", + "name": "i18n.CheckoutPage", "enable": "ucoEnabled", "settings": [ { "type": "heading", - "content": "Header" + "content": "i18n.Header" }, { "type": "checkbox", - "label": "Use background image", + "label": "i18n.UseBackgroundImage", "id": "optimizedCheckout-show-backgroundImage" }, { "type": "optimizedCheckout-image", - "label": "1000 x 400px recommended", + "label": "i18n.1000X400pxRecommended", "reference": "optimizedCheckout-show-backgroundImage", "reference_default": false, "id": "optimizedCheckout-backgroundImage" @@ -2016,58 +2017,58 @@ { "type": "imageDimension", "description": "Please specify a maximum image size for desktop display. We'll automatically scale down the image for smaller devices.", - "label": "Header image size", + "label": "i18n.HeaderImageSize", "reference": "optimizedCheckout-backgroundImage", "reference_default": "", "id": "optimizedCheckout-backgroundImage-size", "options": [ { "value": "1000x400", - "label": "Optimized for theme" + "label": "i18n.OptimizedForTheme" }, { "value": "custom", - "label": "Specify dimensions" + "label": "i18n.SpecifyDimensions" } ] }, { "type": "color", - "label": "Background color", + "label": "i18n.BackgroundColor", "id": "optimizedCheckout-header-backgroundColor" }, { "type": "color", - "label": "Header text color", + "label": "i18n.HeaderTextColor", "id": "optimizedCheckout-header-textColor" }, { "type": "color", - "label": "Header border", + "label": "i18n.HeaderBorder", "id": "optimizedCheckout-header-borderColor" }, { "type": "heading", - "content": "Logo" + "content": "i18n.Logo" }, { "type": "select", - "label": "Logo type", + "label": "i18n.LogoType", "id": "optimizedCheckout-show-logo", "options": [ { "value": "none", - "label": "Text" + "label": "i18n.Text" }, { "value": "custom", - "label": "Image" + "label": "i18n.Image" } ] }, { "type": "optimizedCheckout-image", - "label": "250 x 100px recommended", + "label": "i18n.250X100pxRecommended", "reference": "optimizedCheckout-show-logo", "reference_default": "none", "force_reload": true, @@ -2084,783 +2085,783 @@ "options": [ { "value": "250x100", - "label": "Optimized for theme" + "label": "i18n.OptimizedForTheme" }, { "value": "custom", - "label": "Specify dimensions" + "label": "i18n.SpecifyDimensions" } ] }, { "type": "select", - "label": "Logo position", + "label": "i18n.LogoPosition", "id": "optimizedCheckout-logo-position", "options": [ { "value": "left", - "label": "Left" + "label": "i18n.Left" }, { "value": "center", - "label": "Center" + "label": "i18n.Center" }, { "value": "right", - "label": "Right" + "label": "i18n.Right" } ] }, { "type": "heading", - "content": "Discount banner" + "content": "i18n.DiscountBanner" }, { "type": "color", - "label": "Banner background", + "label": "i18n.BannerBackground", "id": "optimizedCheckout-discountBanner-backgroundColor" }, { "type": "color", - "label": "Banner text color", + "label": "i18n.BannerTextColor", "id": "optimizedCheckout-discountBanner-textColor" }, { "type": "color", - "label": "Banner icon", + "label": "i18n.BannerIcon", "id": "optimizedCheckout-discountBanner-iconColor" }, { "type": "heading", - "content": "Order summary box" + "content": "i18n.OrderSummaryBox" }, { "type": "color", - "label": "Box background", + "label": "i18n.BoxBackground", "id": "optimizedCheckout-orderSummary-backgroundColor" }, { "type": "color", - "label": "Box border", + "label": "i18n.BoxBorder", "id": "optimizedCheckout-orderSummary-borderColor" }, { "type": "heading", - "content": "Checkout steps" + "content": "i18n.CheckoutSteps" }, { "type": "color", - "label": "Icon background", + "label": "i18n.IconBackground", "id": "optimizedCheckout-step-backgroundColor" }, { "type": "color", - "label": "Icon border", + "label": "i18n.IconBorder", "id": "optimizedCheckout-step-borderColor" }, { "type": "color", - "label": "Icon text color", + "label": "i18n.IconTextColor", "id": "optimizedCheckout-step-textColor" }, { "type": "heading", - "content": "Headings" + "content": "i18n.Headings" }, { "type": "font", - "label": "Heading 1 font family", + "label": "i18n.Heading1FontFamily", "id": "optimizedCheckout-headingPrimary-font", "options": [ { - "group": "Open Sans", - "label": "Open Sans", + "group": "i18n.OpenSans", + "label": "i18n.OpenSans", "value": "Google_Open+Sans_400" }, { - "group": "Open Sans", - "label": "Open Sans Bold", + "group": "i18n.OpenSans", + "label": "i18n.OpenSansBold", "value": "Google_Open+Sans_700" }, { - "group": "Montserrat", - "label": "Montserrat Light", + "group": "i18n.Montserrat", + "label": "i18n.MontserratLight", "value": "Google_Montserrat_400" }, { - "group": "Montserrat", - "label": "Montserrat Bold", + "group": "i18n.Montserrat", + "label": "i18n.MontserratBold", "value": "Google_Montserrat_700" }, { - "group": "Karla", - "label": "Karla", + "group": "i18n.Karla", + "label": "i18n.Karla", "value": "Google_Karla_400" }, { - "group": "Roboto", - "label": "Roboto", + "group": "i18n.Roboto", + "label": "i18n.Roboto", "value": "Google_Roboto_400" }, { - "group": "Source Sans Pro", - "label": "Source Sans Pro", + "group": "i18n.SourceSansPro", + "label": "i18n.SourceSansPro", "value": "Google_Source+Sans+Pro_400" }, { - "group": "Volkhov", - "label": "Volkhov", + "group": "i18n.Volkhov", + "label": "i18n.Volkhov", "value": "Google_Volkhov_400" } ] }, { "type": "color", - "label": "Heading 1 text color", + "label": "i18n.Heading1TextColor", "id": "optimizedCheckout-headingPrimary-color" }, { "type": "font", - "label": "Heading 2 font family", + "label": "i18n.Heading2FontFamily", "id": "optimizedCheckout-headingSecondary-font", "options": [ { - "group": "Open Sans", - "label": "Open Sans", + "group": "i18n.OpenSans", + "label": "i18n.OpenSans", "value": "Google_Open+Sans_400" }, { - "group": "Open Sans", - "label": "Open Sans Bold", + "group": "i18n.OpenSans", + "label": "i18n.OpenSansBold", "value": "Google_Open+Sans_700" }, { - "group": "Montserrat", - "label": "Montserrat Light", + "group": "i18n.Montserrat", + "label": "i18n.MontserratLight", "value": "Google_Montserrat_400" }, { - "group": "Montserrat", - "label": "Montserrat Bold", + "group": "i18n.Montserrat", + "label": "i18n.MontserratBold", "value": "Google_Montserrat_700" }, { - "group": "Karla", - "label": "Karla", + "group": "i18n.Karla", + "label": "i18n.Karla", "value": "Google_Karla_400" }, { - "group": "Roboto", - "label": "Roboto", + "group": "i18n.Roboto", + "label": "i18n.Roboto", "value": "Google_Roboto_400" }, { - "group": "Source Sans Pro", - "label": "Source Sans Pro", + "group": "i18n.SourceSansPro", + "label": "i18n.SourceSansPro", "value": "Google_Source+Sans+Pro_400" }, { - "group": "Volkhov", - "label": "Volkhov", + "group": "i18n.Volkhov", + "label": "i18n.Volkhov", "value": "Google_Volkhov_400" } ] }, { "type": "color", - "label": "Heading 2 text color", + "label": "i18n.Heading2TextColor", "id": "optimizedCheckout-headingSecondary-color" }, { "type": "heading", - "content": "Body" + "content": "i18n.Body" }, { "type": "color", - "label": "Page background", + "label": "i18n.PageBackground", "id": "optimizedCheckout-body-backgroundColor" }, { "type": "color", - "label": "Focus color", + "label": "i18n.FocusColor", "id": "optimizedCheckout-colorFocus" }, { "type": "heading", - "content": "Body text and links" + "content": "i18n.BodyTextAndLinks" }, { "type": "font", - "label": "Body text font family", + "label": "i18n.BodyTextFontFamily", "id": "optimizedCheckout-contentPrimary-font", "options": [ { - "group": "Open Sans", - "label": "Open Sans", + "group": "i18n.OpenSans", + "label": "i18n.OpenSans", "value": "Google_Open+Sans_400" }, { - "group": "Open Sans", - "label": "Open Sans Bold", + "group": "i18n.OpenSans", + "label": "i18n.OpenSansBold", "value": "Google_Open+Sans_700" }, { - "group": "Montserrat", - "label": "Montserrat Light", + "group": "i18n.Montserrat", + "label": "i18n.MontserratLight", "value": "Google_Montserrat_400" }, { - "group": "Montserrat", - "label": "Montserrat", + "group": "i18n.Montserrat", + "label": "i18n.Montserrat", "value": "Google_Montserrat_500" }, { - "group": "Karla", - "label": "Karla", + "group": "i18n.Karla", + "label": "i18n.Karla", "value": "Google_Karla_400" }, { - "group": "Roboto", - "label": "Roboto", + "group": "i18n.Roboto", + "label": "i18n.Roboto", "value": "Google_Roboto_400" }, { - "group": "Source Sans Pro", - "label": "Source Sans Pro", + "group": "i18n.SourceSansPro", + "label": "i18n.SourceSansPro", "value": "Google_Source+Sans+Pro_400" }, { - "group": "Volkhov", - "label": "Volkhov", + "group": "i18n.Volkhov", + "label": "i18n.Volkhov", "value": "Google_Volkhov_400" } ] }, { "type": "color", - "label": "Body text color", + "label": "i18n.BodyTextColor", "id": "optimizedCheckout-contentPrimary-color" }, { "type": "font", - "label": "Secondary text font family", + "label": "i18n.SecondaryTextFontFamily", "id": "optimizedCheckout-contentSecondary-font", "options": [ { - "group": "Open Sans", - "label": "Open Sans", + "group": "i18n.OpenSans", + "label": "i18n.OpenSans", "value": "Google_Open+Sans_400" }, { - "group": "Open Sans", - "label": "Open Sans Bold", + "group": "i18n.OpenSans", + "label": "i18n.OpenSansBold", "value": "Google_Open+Sans_700" }, { - "group": "Montserrat", - "label": "Montserrat Light", + "group": "i18n.Montserrat", + "label": "i18n.MontserratLight", "value": "Google_Montserrat_400" }, { - "group": "Montserrat", - "label": "Montserrat", + "group": "i18n.Montserrat", + "label": "i18n.Montserrat", "value": "Google_Montserrat_500" }, { - "group": "Karla", - "label": "Karla", + "group": "i18n.Karla", + "label": "i18n.Karla", "value": "Google_Karla_400" }, { - "group": "Roboto", - "label": "Roboto", + "group": "i18n.Roboto", + "label": "i18n.Roboto", "value": "Google_Roboto_400" }, { - "group": "Source Sans Pro", - "label": "Source Sans Pro", + "group": "i18n.SourceSansPro", + "label": "i18n.SourceSansPro", "value": "Google_Source+Sans+Pro_400" }, { - "group": "Volkhov", - "label": "Volkhov", + "group": "i18n.Volkhov", + "label": "i18n.Volkhov", "value": "Google_Volkhov_400" } ] }, { "type": "color", - "label": "Secondary text color", + "label": "i18n.SecondaryTextColor", "id": "optimizedCheckout-contentSecondary-color" }, { "type": "font", - "label": "Link font family", + "label": "i18n.LinkFontFamily", "id": "optimizedCheckout-link-font", "options": [ { - "group": "Open Sans", - "label": "Open Sans", + "group": "i18n.OpenSans", + "label": "i18n.OpenSans", "value": "Google_Open+Sans_400" }, { - "group": "Open Sans", - "label": "Open Sans Bold", + "group": "i18n.OpenSans", + "label": "i18n.OpenSansBold", "value": "Google_Open+Sans_700" }, { - "group": "Montserrat", - "label": "Montserrat Light", + "group": "i18n.Montserrat", + "label": "i18n.MontserratLight", "value": "Google_Montserrat_400" }, { - "group": "Montserrat", - "label": "Montserrat", + "group": "i18n.Montserrat", + "label": "i18n.Montserrat", "value": "Google_Montserrat_500" }, { - "group": "Karla", - "label": "Karla", + "group": "i18n.Karla", + "label": "i18n.Karla", "value": "Google_Karla_400" }, { - "group": "Roboto", - "label": "Roboto", + "group": "i18n.Roboto", + "label": "i18n.Roboto", "value": "Google_Roboto_400" }, { - "group": "Source Sans Pro", - "label": "Source Sans Pro", + "group": "i18n.SourceSansPro", + "label": "i18n.SourceSansPro", "value": "Google_Source+Sans+Pro_400" }, { - "group": "Volkhov", - "label": "Volkhov", + "group": "i18n.Volkhov", + "label": "i18n.Volkhov", "value": "Google_Volkhov_400" } ] }, { "type": "color", - "label": "Link color", + "label": "i18n.LinkColor", "id": "optimizedCheckout-link-color" }, { "type": "color", - "label": "Link hover color", + "label": "i18n.LinkHoverColor", "id": "optimizedCheckout-link-hoverColor" }, { "type": "heading", - "content": "Primary action button" + "content": "i18n.PrimaryActionButton" }, { "type": "font", - "label": "Button text font family", + "label": "i18n.ButtonTextFontFamily", "id": "optimizedCheckout-buttonPrimary-font", "options": [ { - "group": "Open Sans", - "label": "Open Sans", + "group": "i18n.OpenSans", + "label": "i18n.OpenSans", "value": "Google_Open+Sans_400" }, { - "group": "Open Sans", - "label": "Open Sans Bold", + "group": "i18n.OpenSans", + "label": "i18n.OpenSansBold", "value": "Google_Open+Sans_700" }, { - "group": "Montserrat", - "label": "Montserrat Light", + "group": "i18n.Montserrat", + "label": "i18n.MontserratLight", "value": "Google_Montserrat_400" }, { - "group": "Montserrat", - "label": "Montserrat", + "group": "i18n.Montserrat", + "label": "i18n.Montserrat", "value": "Google_Montserrat_500" }, { - "group": "Karla", - "label": "Karla", + "group": "i18n.Karla", + "label": "i18n.Karla", "value": "Google_Karla_400" }, { - "group": "Roboto", - "label": "Roboto", + "group": "i18n.Roboto", + "label": "i18n.Roboto", "value": "Google_Roboto_400" }, { - "group": "Source Sans Pro", - "label": "Source Sans Pro", + "group": "i18n.SourceSansPro", + "label": "i18n.SourceSansPro", "value": "Google_Source+Sans+Pro_400" }, { - "group": "Volkhov", - "label": "Volkhov", + "group": "i18n.Volkhov", + "label": "i18n.Volkhov", "value": "Google_Volkhov_400" } ] }, { "type": "color", - "label": "Button text color", + "label": "i18n.ButtonTextColor", "id": "optimizedCheckout-buttonPrimary-color" }, { "type": "color", - "label": "Button text hover color", + "label": "i18n.ButtonTextHoverColor", "id": "optimizedCheckout-buttonPrimary-colorHover" }, { "type": "color", - "label": "Button text active color", + "label": "i18n.ButtonTextActiveColor", "id": "optimizedCheckout-buttonPrimary-colorActive" }, { "type": "color", - "label": "Button text disabled color", + "label": "i18n.ButtonTextDisabledColor", "id": "optimizedCheckout-buttonPrimary-colorDisabled" }, { "type": "color", - "label": "Button background", + "label": "i18n.ButtonBackground", "id": "optimizedCheckout-buttonPrimary-backgroundColor" }, { "type": "color", - "label": "Button background hover", + "label": "i18n.ButtonBackgroundHover", "id": "optimizedCheckout-buttonPrimary-backgroundColorHover" }, { "type": "color", - "label": "Button background active", + "label": "i18n.ButtonBackgroundActive", "id": "optimizedCheckout-buttonPrimary-backgroundColorActive" }, { "type": "color", - "label": "Button background disabled", + "label": "i18n.ButtonBackgroundDisabled", "id": "optimizedCheckout-buttonPrimary-backgroundColorDisabled" }, { "type": "color", - "label": "Button border", + "label": "i18n.ButtonBorder", "id": "optimizedCheckout-buttonPrimary-borderColor" }, { "type": "color", - "label": "Button border hover", + "label": "i18n.ButtonBorderHover", "id": "optimizedCheckout-buttonPrimary-borderColorHover" }, { "type": "color", - "label": "Button border active", + "label": "i18n.ButtonBorderActive", "id": "optimizedCheckout-buttonPrimary-borderColorActive" }, { "type": "color", - "label": "Button border disabled", + "label": "i18n.ButtonBorderDisabled", "id": "optimizedCheckout-buttonPrimary-borderColorDisabled" }, { "type": "heading", - "content": "Secondary action button" + "content": "i18n.SecondaryActionButton" }, { "type": "font", - "label": "Button text font family", + "label": "i18n.ButtonTextFontFamily", "id": "optimizedCheckout-buttonSecondary-font", "options": [ { - "group": "Open Sans", - "label": "Open Sans", + "group": "i18n.OpenSans", + "label": "i18n.OpenSans", "value": "Google_Open+Sans_400" }, { - "group": "Open Sans", - "label": "Open Sans Bold", + "group": "i18n.OpenSans", + "label": "i18n.OpenSansBold", "value": "Google_Open+Sans_700" }, { - "group": "Montserrat", - "label": "Montserrat Light", + "group": "i18n.Montserrat", + "label": "i18n.MontserratLight", "value": "Google_Montserrat_400" }, { - "group": "Montserrat", - "label": "Montserrat", + "group": "i18n.Montserrat", + "label": "i18n.Montserrat", "value": "Google_Montserrat_500" }, { - "group": "Karla", - "label": "Karla", + "group": "i18n.Karla", + "label": "i18n.Karla", "value": "Google_Karla_400" }, { - "group": "Roboto", - "label": "Roboto", + "group": "i18n.Roboto", + "label": "i18n.Roboto", "value": "Google_Roboto_400" }, { - "group": "Source Sans Pro", - "label": "Source Sans Pro", + "group": "i18n.SourceSansPro", + "label": "i18n.SourceSansPro", "value": "Google_Source+Sans+Pro_400" }, { - "group": "Volkhov", - "label": "Volkhov", + "group": "i18n.Volkhov", + "label": "i18n.Volkhov", "value": "Google_Volkhov_400" } ] }, { "type": "color", - "label": "Button text color", + "label": "i18n.ButtonTextColor", "id": "optimizedCheckout-buttonSecondary-color" }, { "type": "color", - "label": "Button text hover color", + "label": "i18n.ButtonTextHoverColor", "id": "optimizedCheckout-buttonSecondary-colorHover" }, { "type": "color", - "label": "Button text active color", + "label": "i18n.ButtonTextActiveColor", "id": "optimizedCheckout-buttonSecondary-colorActive" }, { "type": "color", - "label": "Button background", + "label": "i18n.ButtonBackground", "id": "optimizedCheckout-buttonSecondary-backgroundColor" }, { "type": "color", - "label": "Button background hover", + "label": "i18n.ButtonBackgroundHover", "id": "optimizedCheckout-buttonSecondary-backgroundColorHover" }, { "type": "color", - "label": "Button background active", + "label": "i18n.ButtonBackgroundActive", "id": "optimizedCheckout-buttonSecondary-backgroundColorActive" }, { "type": "color", - "label": "Button border", + "label": "i18n.ButtonBorder", "id": "optimizedCheckout-buttonSecondary-borderColor" }, { "type": "color", - "label": "Button border hover", + "label": "i18n.ButtonBorderHover", "id": "optimizedCheckout-buttonSecondary-borderColorHover" }, { "type": "color", - "label": "Button border active", + "label": "i18n.ButtonBorderActive", "id": "optimizedCheckout-buttonSecondary-borderColorActive" }, { "type": "heading", - "content": "Form input fields" + "content": "i18n.FormInputFields1" }, { "type": "color", - "label": "Label text color", + "label": "i18n.LabelTextColor", "id": "optimizedCheckout-form-textColor" }, { "type": "color", - "label": "Field text color", + "label": "i18n.FieldTextColor", "id": "optimizedCheckout-formField-textColor" }, { "type": "color", - "label": "Field placeholder text color", + "label": "i18n.FieldPlaceholderTextColor", "id": "optimizedCheckout-formField-placeholderColor" }, { "type": "color", - "label": "Field error text color", + "label": "i18n.FieldErrorTextColor", "id": "optimizedCheckout-formField-errorColor" }, { "type": "color", - "label": "Field background", + "label": "i18n.FieldBackground", "id": "optimizedCheckout-formField-backgroundColor" }, { "type": "color", - "label": "Field inner shadow", + "label": "i18n.FieldInnerShadow", "id": "optimizedCheckout-formField-shadowColor" }, { "type": "color", - "label": "Field border", + "label": "i18n.FieldBorder", "id": "optimizedCheckout-formField-borderColor" }, { "type": "color", - "label": "Checkbox button background", + "label": "i18n.CheckboxButtonBackground", "id": "optimizedCheckout-formField-inputControlColor" }, { "type": "heading", - "content": "Form checklist" + "content": "i18n.FormChecklist" }, { "type": "color", - "label": "Background color", + "label": "i18n.BackgroundColor", "id": "optimizedCheckout-formChecklist-backgroundColor" }, { "type": "color", - "label": "Form background", + "label": "i18n.FormBackground", "id": "optimizedCheckout-formChecklist-backgroundColorSelected" }, { "type": "color", - "label": "Form header text color", + "label": "i18n.FormHeaderTextColor", "id": "optimizedCheckout-formChecklist-color" }, { "type": "color", - "label": "Form border color", + "label": "i18n.FormBorderColor", "id": "optimizedCheckout-formChecklist-borderColor" }, { "type": "heading", - "content": "Loading toaster" + "content": "i18n.LoadingToaster" }, { "type": "color", - "label": "Toaster background", + "label": "i18n.ToasterBackground", "id": "optimizedCheckout-loadingToaster-backgroundColor" }, { "type": "color", - "label": "Toaster text color", + "label": "i18n.ToasterTextColor", "id": "optimizedCheckout-loadingToaster-textColor" } ] }, { - "name": "Payment Buttons", + "name": "i18n.PaymentButtons", "enable": "smartButtons", "settings": [ { "type": "checkbox", - "label": "Show PayPal tagline", + "label": "i18n.ShowPayPalTagline", "force_reload": true, "id": "paymentbuttons-paypal-tagline" }, { "type": "checkbox", - "label": "Show funding icons", + "label": "i18n.ShowFundingIcons", "force_reload": true, "id": "paymentbuttons-paypal-fundingicons" }, { "type": "select", - "label": "Button color", + "label": "i18n.ButtonColor", "id": "paymentbuttons-paypal-color", "force_reload": true, "options": [ { "value": "gold", - "label": "Gold" + "label": "i18n.Gold" }, { "value": "blue", - "label": "Blue" + "label": "i18n.Blue" }, { "value": "silver", - "label": "Silver" + "label": "i18n.Silver" }, { "value": "black", - "label": "Black" + "label": "i18n.Black" } ] }, { "type": "select", - "label": "Button shape", + "label": "i18n.ButtonShape", "id": "paymentbuttons-paypal-shape", "force_reload": true, "options": [ { "value": "pill", - "label": "Pill" + "label": "i18n.Pill" }, { "value": "rect", - "label": "Rectangle" + "label": "i18n.Rectangle" } ] }, { "type": "select", - "label": "Button size", + "label": "i18n.ButtonSize", "id": "paymentbuttons-paypal-size", "force_reload": true, "options": [ { "value": "small", - "label": "Small" + "label": "i18n.Small" }, { "value": "medium", - "label": "Medium" + "label": "i18n.Medium" }, { "value": "large", - "label": "Large" + "label": "i18n.Large" }, { "value": "responsive", - "label": "Responsive" + "label": "i18n.Responsive" } ] }, { "type": "select", - "label": "Button content", + "label": "i18n.ButtonContent", "id": "paymentbuttons-paypal-label", "force_reload": true, "options": [ { "value": "checkout", - "label": "PayPal Checkout" + "label": "i18n.PayPalCheckout" }, { "value": "pay", - "label": "Pay with PayPal" + "label": "i18n.PayWithPayPal" }, { "value": "buynow", - "label": "Buy Now" + "label": "i18n.BuyNow" }, { "value": "paypal", - "label": "PayPal" + "label": "i18n.PayPal" } ] }, { "type": "select", - "label": "Display style", + "label": "i18n.DisplayStyle", "id": "paymentbuttons-paypal-layout", "force_reload": true, "options": [ { "value": "horizontal", - "label": "Show buttons horizontally" + "label": "i18n.ShowButtonsHorizontally" }, { "value": "vertical", - "label": "Show buttons vertically" + "label": "i18n.ShowButtonsVertically" } ] } ] } -] +] \ No newline at end of file diff --git a/schemaTranslations.json b/schemaTranslations.json new file mode 100644 index 0000000000..83fac70fe3 --- /dev/null +++ b/schemaTranslations.json @@ -0,0 +1,1976 @@ +{ + "i18n.Global": { + "default": "Global", + "fr": "Global", + "it": "Globale", + "uk": "Глобально", + "zh": "全局" + }, + "i18n.BackgroundAndLines": { + "default": "Background and lines", + "fr": "Arrière-plan et lignes", + "it": "Sfondo e linee", + "uk": "Фон та лінії", + "zh": "背景和线条" + }, + "i18n.BannerBackground": { + "default": "Banner background", + "fr": "Bannière de l’arrière-plan", + "it": "Sfondo del banner", + "uk": "Фон банеру", + "zh": "横幅背景" + }, + "i18n.PageBackground": { + "default": "Page background", + "fr": "Page de l’arrière-plan", + "it": "Sfondo pagina", + "uk": "Фон сторінки", + "zh": "页面背景" + }, + "i18n.CommonDarkBackground": { + "default": "Common dark background", + "fr": "Arrière-plan sombre commun", + "it": "Sfondo scuro comune", + "uk": "Загальний темний фон", + "zh": "常见的黑色背景" + }, + "i18n.ModalOverlayBackground": { + "default": "Modal overlay background", + "fr": "Arrière-plan de superposition modale", + "it": "Sfondo sovrapposizione modale", + "uk": "Модальний накладний фон", + "zh": "模式叠加背景" + }, + "i18n.AlertPopupBoxBackground": { + "default": "Alert popup box background", + "fr": "Arrière-plan du popup d’alerte", + "it": "Sfondo della finestra popup di avviso", + "uk": "Спливаюче вікно попередження фону", + "zh": "警报弹出框背景" + }, + "i18n.AlertPopupTextColor": { + "default": "Alert popup text color", + "fr": "Arrière-plan du popup d’alerte", + "it": "Colore testo popup allerta", + "uk": "Спливаюче вікно попередження кольору тексту", + "zh": "警告弹出框文本颜色" + }, + "i18n.HorizontalLine": { + "default": "Horizontal line", + "fr": "Ligne horizontale", + "it": "Linea orizzontale", + "uk": "Горизонтальна лінія", + "zh": "水平线" + }, + "i18n.BodyTextAndLinks": { + "default": "Body text and links", + "fr": "Texte du corps et des liens", + "it": "Corpo del testo e collegamenti", + "uk": "Основний текст та посилання", + "zh": "正文文本和链接" + }, + "i18n.BodyTextFontFamily": { + "default": "Body text font family", + "fr": "Famille de police du texte du corps", + "it": "Famiglia di font del corpo del testo", + "uk": "Родина шрифту тексту тіла", + "zh": "正文文本字体系列" + }, + "i18n.Karla": { + "default": "Karla", + "fr": "Karla", + "it": "Karla", + "uk": "Karla", + "zh": "Karla" + }, + "i18n.Roboto": { + "default": "Roboto", + "fr": "Roboto", + "it": "Roboto", + "uk": "Roboto", + "zh": "Roboto" + }, + "i18n.SourceSansPro": { + "default": "Source Sans Pro", + "fr": "Source Sans Pro", + "it": "Source Sans Pro", + "uk": "Source Sans Pro", + "zh": "Source Sans Pro" + }, + "i18n.BodyTextFontSize": { + "default": "Body text font size", + "fr": "Taille de la police du texte du corps", + "it": "Dimensione font corpo del testo", + "uk": "Розмір шрифту тексту тіла", + "zh": "正文文本大小" + }, + "i18n.BodyTextColor": { + "default": "Body text color", + "fr": "Couleur du texte du corps", + "it": "Colore corpo del testo", + "uk": "Колір тексту тіла", + "zh": "正文文本颜色" + }, + "i18n.BodyTextHoverColor": { + "default": "Body text hover color", + "fr": "Couleur du texte \" hover \" du corps", + "it": "Colore corpo del testo all'hover", + "uk": "Колір тексту наведення", + "zh": "正文文本悬停颜色" + }, + "i18n.SecondaryTextColor": { + "default": "Secondary text color", + "fr": "Couleur secondaire du texte", + "it": "Colore secondario testo", + "uk": "Колір другорядного тексту", + "zh": "二级文本颜色" + }, + "i18n.SecondaryTextHoverColor": { + "default": "Secondary text hover color", + "fr": "Couleur secondaire du texte \" hover \" du corps", + "it": "Colore secondario testo all'hover", + "uk": "Колір другорядного тексту наведення", + "zh": "二级文本悬停颜色" + }, + "i18n.LinkColor": { + "default": "Link color", + "fr": "Couleur du lien", + "it": "Colore link", + "uk": "Колір посилання", + "zh": "链接颜色" + }, + "i18n.LinkHoverColor": { + "default": "Link hover color", + "fr": "Couleur du lien en \" hover \"", + "it": "Colore link all'hover", + "uk": "Колір наведення курсора", + "zh": "链接悬停时的颜色" + }, + "i18n.LinkActiveColor": { + "default": "Link active color", + "fr": "Couleur du Lien actif", + "it": "Colore link attivo", + "uk": "Колір активного посилання", + "zh": "有效链接颜色" + }, + "i18n.Headings": { + "default": "Headings", + "fr": "En-têtes", + "it": "Intestazioni", + "uk": "Заголовки", + "zh": "头" + }, + "i18n.HeadingFontFamily": { + "default": "Heading font family", + "fr": "Typographie pour les titres", + "it": "Famiglia font intestazione", + "uk": "Родина шрифтів для заголовків", + "zh": "头部字体" + }, + "i18n.MontserratLight": { + "default": "Montserrat Light", + "fr": "Montserrat Light", + "it": "Montserrat Light", + "uk": "Montserrat Light", + "zh": "Montserrat Light" + }, + "i18n.Montserrat": { + "default": "Montserrat", + "fr": "Montserrat", + "it": "Montserrat", + "uk": "Montserrat", + "zh": "Montserrat" + }, + "i18n.OpenSans": { + "default": "Open Sans", + "fr": "Open Sans", + "it": "Open Sans", + "uk": "Open Sans", + "zh": "Open Sans" + }, + "i18n.OpenSansBold": { + "default": "Open Sans Bold", + "fr": "Open Sans Bold", + "it": "Open Sans Bold", + "uk": "Open Sans Bold", + "zh": "Open Sans Bold" + }, + "i18n.Volkhov": { + "default": "Volkhov", + "fr": "Volkhov", + "it": "Volkhov", + "uk": "Volkhov", + "zh": "Volkhov" + }, + "i18n.Heading1": { + "default": "Heading 1", + "fr": "Titre 1", + "it": "Intestazione 1", + "uk": "Заголовок 1", + "zh": "Heading 1" + }, + "i18n.Heading2": { + "default": "Heading 2", + "fr": "Titre 2", + "it": "Intestazione 2", + "uk": "Заголовок 2", + "zh": "Heading 2" + }, + "i18n.Heading3": { + "default": "Heading 3", + "fr": "Titre 3", + "it": "Intestazione 3", + "uk": "Заголовок 3", + "zh": "Heading 3" + }, + "i18n.Heading4": { + "default": "Heading 4", + "fr": "Titre 4", + "it": "Intestazione 4", + "uk": "Заголовок 4", + "zh": "Heading 4" + }, + "i18n.Heading5": { + "default": "Heading 5", + "fr": "Titre 5", + "it": "Intestazione 5", + "uk": "Заголовок 5", + "zh": "Heading 5" + }, + "i18n.Heading6": { + "default": "Heading 6", + "fr": "Titre 6", + "it": "Intestazione 6", + "uk": "Заголовок 6", + "zh": "Heading 6" + }, + "i18n.HeadingTextColor": { + "default": "Heading text color", + "fr": "Couleur du texte de l'en-tête", + "it": "Colore testo intestazione", + "uk": "Колір тексту заголовка", + "zh": "头部文本颜色" + }, + "i18n.LoadingIndicators": { + "default": "Loading indicators", + "fr": "Indicateurs de chargement", + "it": "Indicatori caricamento", + "uk": "Індикатори завантаження", + "zh": "加载提示框" + }, + "i18n.PageLoadingBar": { + "default": "Page loading bar", + "fr": "Barre de chargement de la page", + "it": "Barra di caricamento pagina", + "uk": "Рядок завантаження сторінки", + "zh": "页面加载条" + }, + "i18n.SpinnerLightHalf": { + "default": "Spinner light half", + "fr": "Spinner light half", + "it": "Filatore metà chiara", + "uk": "Спінер світлої половини", + "zh": "Spinner light half" + }, + "i18n.SpinnerDarkHalf": { + "default": "Spinner dark half", + "fr": "Spinner dark half", + "it": "Filatore metà scura", + "uk": "Спінер темної половини", + "zh": "Spinner dark half" + }, + "i18n.ModalLoadingBackground": { + "default": "Modal loading background", + "fr": "Arrière-plan du chargement du modale", + "it": "Sfondo caricamento modale", + "uk": "Модальний фон завантаження", + "zh": "模板加载背景" + }, + "i18n.ProductThumbnailLoadingBackground": { + "default": "Product thumbnail loading background", + "fr": "Arrière-plan du chargement de la vignette du produit", + "it": "Sfondo caricamento miniatura prodotto", + "uk": "Фон завантаження ескізів продукту", + "zh": "产品缩略图加载背景" + }, + "i18n.ImageLoading": { + "default": "Image Loading", + "fr": "Téléchargement de l’image", + "it": "Caricamento immagine", + "uk": "Завантаження зображень", + "zh": "图片加载" + }, + "i18n.CornerstoneDoesntLoadMostImages": { + "default": "Cornerstone doesn’t load most images until the user scrolls to them on the screen. Enable \"Lazyloading with LQIP\" below if you prefer to show a preview image and replace it with a better quality version as the user scrolls. Select \"Disabled\" below to fully turn off this feature.", + "fr": "Cornerstone ne charge pas la plupart des images jusqu’à ce que l’utilisateur les défile à l’écran. Activer \"Chargement lent avec LQIP\" ci-dessous si vous préférez afficher une image de Prévisualisation et la remplacer par une version de meilleure qualité quand l’utilisateur défilera. Sélectionnez \"Désactivé\" ci-dessous pour désactiver complètement cette fonctionnalité.", + "it": "Cornerstone non carica la maggior parte delle immagini finché l'utente non scrolla fino alle immagini. Attiva \"Lazyloading con LQIP\" di sotto se vuoi mostrare un'anteprima dell'immagine che verrà sostituito con un'immagine di qualità migliore quando l'utente scrolla. Seleziona \"Disattiva\" di sotto per disabilitare completamente questa funzione.", + "uk": "Cornerstone не завантажує більшість зображень, поки користувач не прокрутить їх до екрана. Увімкніть \"Lazyloading with LQIP\" нижче, якщо ви бажаєте показати зображення для попереднього перегляду та замінити його на більш якісну версію, як користувач прокручує. Виберіть \"Відключено\" нижче, щоб повністю вимкнути цю функцію.", + "zh": "Cornerstone不会加载很多图片,除非用户在屏幕上滚动他们。如果您愿意在用户滚动的时候,在高质量下预览图片和替换,下方选择启用\"Lazyloading with LQIP\"。在下方选择\"禁用\" ,可以完全关掉这个功能。" + }, + "i18n.LazyloadingMode": { + "default": "Lazyloading Mode", + "fr": "Mode de chargement lent", + "it": "Modalità Lazyload", + "uk": "Режим відкладеного завантаження", + "zh": "延迟加载模式" + }, + "i18n.Lazyload": { + "default": "Lazyload", + "fr": "Chargement lent", + "it": "Lazyload", + "uk": "Відкладене завантаження", + "zh": "延迟加载" + }, + "i18n.LazyloadWithLQIP": { + "default": "Lazyload with LQIP", + "fr": "Chargement lent avec LQIP", + "it": "Lazyload con LQIP", + "uk": "Відкладене завантаження з LQIP", + "zh": "使用LQIP延迟加载" + }, + "i18n.Disabled": { + "default": "Disabled", + "fr": "Désactivé", + "it": "Disabilitato", + "uk": "Вимкнено", + "zh": "禁用" + }, + "i18n.Pages": { + "default": "Pages", + "fr": "Pages", + "it": "Pagine", + "uk": "Сторінки", + "zh": "页面" + }, + "i18n.HideBreadcrumbs": { + "default": "Hide breadcrumbs", + "fr": "Cacher les breadcrumbs", + "it": "Nascondi le briciole di pane", + "uk": "Сховати хлібні крихти", + "zh": "隐藏面包屑" + }, + "i18n.HidePageHeading": { + "default": "Hide page heading", + "fr": "Masquer le titre de page", + "it": "Nascondi intestazione della pagina", + "uk": "Сховати заголовок сторінки", + "zh": "隐藏页面头部" + }, + "i18n.HideCategoryPageHeading": { + "default": "Hide category page heading", + "fr": "Masquer le titre de page de la catégorie", + "it": "Nascondi intestazione pagina categoria", + "uk": "Сховати заголовок сторінки категорії", + "zh": "隐藏分类页面头部" + }, + "i18n.HideBlogPageHeading": { + "default": "Hide blog page heading", + "fr": "Masquer le titre de la page du blog", + "it": "Nascondi intestazione pagina blog", + "uk": "Сховати заголовок сторінки блогу", + "zh": "隐藏博客页面头部" + }, + "i18n.HideContactUsPageHeading": { + "default": "Hide contact us page heading", + "fr": "Masquer le titre de la page contactez-nous", + "it": "Nascondi pagina contattaci", + "uk": "Сховати заголовок сторінки контактів", + "zh": "隐藏联系我们页面头部" + }, + "i18n.Products": { + "default": "Products", + "fr": "Produits", + "it": "Prodotti", + "uk": "Продукція", + "zh": "产品" + }, + "i18n.DisplayStyle": { + "default": "Display style", + "fr": "Style d’affichage", + "it": "Stile display", + "uk": "Стиль відображення", + "zh": "不显示样式" + }, + "i18n.ShowProductsInAGrid": { + "default": "Show products in a grid", + "fr": "Afficher les produits dans une grille", + "it": "Mostra prodotti in una griglia", + "uk": "Показати продукти в сітці", + "zh": "以网格形式显示产品" + }, + "i18n.ShowProductsInAList": { + "default": "Show products in a list", + "fr": "Afficher les produits dans une liste", + "it": "Mostra lista prodotti", + "uk": "Показати товари в списку", + "zh": "以列表形式显示产品" + }, + "i18n.Blog": { + "default": "Blog", + "fr": "Blog", + "it": "Blog", + "uk": "Блог", + "zh": "博客" + }, + "i18n.SizeOfImages": { + "default": "Size of images", + "fr": "Taille des images", + "it": "Dimensioni immagini", + "uk": "Розмір зображень", + "zh": "图片尺寸" + }, + "i18n.OptimizedForTheme": { + "default": "Optimized for theme", + "fr": "Optimisé pour le thème", + "it": "Ottimizzato per il tema", + "uk": "Оптимізовано під тему", + "zh": "优化主题" + }, + "i18n.SpecifyDimensions": { + "default": "Specify dimensions", + "fr": "Spécifier les dimensions", + "it": "Specifica dimensioni", + "uk": "Вкажіть розміри", + "zh": "指定的尺寸" + }, + "i18n.Pricing": { + "default": "Pricing", + "fr": "Tarification", + "it": "Prezzo", + "uk": "Ціноутворення", + "zh": "定价" + }, + "i18n.ShowPriceRangesForProducts": { + "default": "Show price ranges for products with variants. If disabled it will show the product price", + "fr": "Afficher les gammes de prix pour les produits avec variantes. S’il est désactivé, le prix du produit sera affiché", + "it": "Mostra range di prezzo per i prodotti con varianti. Se disabilitato sarà mostrato il prezzo del prodotto", + "uk": "Показати діапазони цін на продукти з варіантами. Якщо він відключений, він відображатиме ціну товару", + "zh": "当产品有属性选项时,显示价格范围。如果禁用将显示产品价格" + }, + "i18n.PurchaseOptions": { + "default": "Purchase options", + "fr": "Options d'achat", + "it": "Opzioni per l'acquisto", + "uk": "Варіанти придбання", + "zh": "购买选项" + }, + "i18n.HidePurchaseOptionsPriceAnd": { + "default": "Hide purchase options (price and add to cart button) for customers who aren't logged in", + "fr": "Masquer les options d’achat (prix et ajouter au bouton panier) pour les clients qui ne sont pas connectés", + "it": "Nascondi opzioni d'acquisto (prezzo e bottone aggiungi all'carrello) per utenti non loggati", + "uk": "Сховати параметри покупки (ціна та кнопка додавання у кошик) для клієнтів, які не ввійшли в систему", + "zh": "当客户未登录时,隐藏购买选项(价格和添加购物车按钮)在" + }, + "i18n.FormInputFields": { + "default": "Form Input fields", + "fr": "Formulaire champs d’entrée", + "it": "Campi Input modulo", + "uk": "Поля введення форми", + "zh": "表格输入字段" + }, + "i18n.LabelTextColor": { + "default": "Label text color", + "fr": "Couleur du texte du label", + "it": "Colore testo etichetta", + "uk": "Колір тексту мітки", + "zh": "标签文本颜色" + }, + "i18n.FieldTextColor": { + "default": "Field text color", + "fr": "Couleur du texte des champs", + "it": "Colore testo campo", + "uk": "Колір тексту поля", + "zh": "字段文本颜色" + }, + "i18n.FieldBackground": { + "default": "Field background", + "fr": "Arrière-plan du champ", + "it": "Sfondo campo", + "uk": "Фон поля", + "zh": "字段背景" + }, + "i18n.FieldBackgroundDisabled": { + "default": "Field background disabled", + "fr": "Désactivé l’arrière-plan du champ", + "it": "Sfondo campo disabilitato", + "uk": "Фон поля вимкнено", + "zh": "字段背景禁用" + }, + "i18n.FieldBorder": { + "default": "Field border", + "fr": "Bordure du champ", + "it": "Bordo campo", + "uk": "Кордон поля", + "zh": "字段边框" + }, + "i18n.FieldBorderActive": { + "default": "Field border active", + "fr": "Activé la bordure du champ", + "it": "Bordo campo attivo", + "uk": "Кордон поля активний", + "zh": "字段边框启用" + }, + "i18n.HeaderAndFooter": { + "default": "Header & Footer", + "fr": "En-tête & pied de page", + "it": "Header & Footer", + "uk": "Заголовок і колонтитул", + "zh": "头部 & 页脚" + }, + "i18n.Header": { + "default": "Header", + "fr": "En-tête", + "it": "Header", + "uk": "Заголовок", + "zh": "头部" + }, + "i18n.HeaderBackground": { + "default": "Header background", + "fr": "Arrière-plan de l’en-tête", + "it": "Sfondo header", + "uk": "Фон заоголовку", + "zh": "头部背景" + }, + "i18n.Logo": { + "default": "Logo", + "fr": "Logo", + "it": "Logo", + "uk": "Логотип", + "zh": "Logo" + }, + "i18n.LogoPosition": { + "default": "Logo position", + "fr": "Position du logo", + "it": "Posizione logo", + "uk": "Позиція логотипу", + "zh": "Logo位置" + }, + "i18n.Right": { + "default": "Right", + "fr": "Droite", + "it": "Destra", + "uk": "Право", + "zh": "右" + }, + "i18n.Center": { + "default": "Center", + "fr": "Centre", + "it": "Centro", + "uk": "Центр", + "zh": "中间" + }, + "i18n.Left": { + "default": "Left", + "fr": "Gauche", + "it": "Sinistra", + "uk": "Ліво", + "zh": "左" + }, + "i18n.LogoImageSize": { + "default": "Logo image size", + "fr": "Taille de l’image du logo", + "it": "Dimensioni immagine logo", + "uk": "Розмір зображення логотипу", + "zh": "Logo图片尺寸" + }, + "i18n.OriginalAsUploaded": { + "default": "Original (as uploaded)", + "fr": "Original (tel que téléchargé)", + "it": "Originale (come caricato)", + "uk": "Оригінал (завантажено)", + "zh": "原始(上传)" + }, + "i18n.LogoFontSize": { + "default": "Logo font size", + "fr": "Taille de la police du logo", + "it": "Dimensioni font logo", + "uk": "Розмір шрифту логотипу", + "zh": "Logo字体大小" + }, + "i18n.LogoTextColor": { + "default": "Logo text color", + "fr": "Couleur du texte du logo", + "it": "Colore testo logo", + "uk": "Колір тексту логотипу", + "zh": "Logo文字颜色" + }, + "i18n.UtilityNavigation": { + "default": "Utility navigation", + "fr": "Navigation utilitaire", + "it": "Navigazione utilità", + "uk": "Корисна навігація", + "zh": "实用工具导航" + }, + "i18n.TextColor": { + "default": "Text color", + "fr": "Couleur du texte", + "it": "Colore testo", + "uk": "Колір тексту", + "zh": "文本颜色" + }, + "i18n.TextHoverColor": { + "default": "Text hover color", + "fr": "Couleur du texte \" hover \"", + "it": "Colore testo all'hover", + "uk": "Колір наведення тексту", + "zh": "文本悬停颜色" + }, + "i18n.CartDropdownBackground": { + "default": "Cart dropdown background", + "fr": "Arrière-plan du panier déroulant", + "it": "Sfondo menu a discesa carrello", + "uk": "Фон випадаючого кошика", + "zh": "购物车下拉背景" + }, + "i18n.CartDropdownBorder": { + "default": "Cart dropdown border", + "fr": "Bordure du panier déroulant", + "it": "Bordo menu a discesa carrello", + "uk": "Кордон спадної кордону", + "zh": "购物车下拉边框" + }, + "i18n.CartCounterBackground": { + "default": "Cart counter background", + "fr": "Arrière-plan du compteur du panier", + "it": "Sfondo contatore carrello", + "uk": "Фон лічильника кошику", + "zh": "购物车计数背景" + }, + "i18n.MainNavigation": { + "default": "Main navigation", + "fr": "Navigation principale", + "it": "Navigazione principale", + "uk": "Основна навігація", + "zh": "主导航" + }, + "i18n.HideLinksToWebPages": { + "default": "Hide links to web pages", + "fr": "Masquer les liens vers les pages Web", + "it": "Nascondi link alle pagine web", + "uk": "Приховати посилання на веб-сторінки", + "zh": "隐藏静态页面链接" + }, + "i18n.DropdownMenuBackground": { + "default": "Dropdown menu background", + "fr": "Arrière-plan du menu déroulant", + "it": "Sfondo menu a discesa", + "uk": "Фон меню, що випадає", + "zh": "下拉菜单背景" + }, + "i18n.DropdownMenuBorder": { + "default": "Dropdown menu border", + "fr": "Bordure du menu déroulant", + "it": "Bordo menu a discesa", + "uk": "Межа випадаючого меню", + "zh": "下拉菜单边框" + }, + "i18n.DropdownMenuDisplayMode": { + "default": "Dropdown menu display mode", + "fr": "Mode d’affichage du menu déroulant", + "it": "Menu a discesa modalità display", + "uk": "Режим відображення меню, що випадає", + "zh": "下拉菜单显示模式" + }, + "i18n.SimpleMenuDisplayDepthOf": { + "default": "Simple (Menu display depth of 3)", + "fr": "Simple (profondeur d’affichage du menu de 3)", + "it": "Semplice (Menu display profondità 3)", + "uk": "Простий (глибина відображення меню 3)", + "zh": "简单(菜单显示3级)" + }, + "i18n.AlternateMaxMenuDisplayDepth": { + "default": "Alternate (Max menu display depth)", + "fr": "Alternative (profondeur d’affichage du menu max)", + "it": "Alternat (Profondità massima menu)", + "uk": "Альтернативна (Максимальна глибина відображення меню)", + "zh": "备选(最大菜单显示深度)" + }, + "i18n.QuickSearchBackground": { + "default": "Quick search background", + "fr": "Arrière-plan de la recherche rapide", + "it": "Background ricerca veloce", + "uk": "Фон швидкого пошуку", + "zh": "快速搜索背景" + }, + "i18n.SocialMediaIcons": { + "default": "Social media icons", + "fr": "Icônes des médias sociaux", + "it": "Icone social media", + "uk": "Значки соціальних медіа", + "zh": "社交媒体图标" + }, + "i18n.SocialAccountsMustBeSet": { + "default": "Social accounts must be set up to use this feature.", + "fr": "Les comptes sociaux doivent être mis en place pour utiliser cette fonctionnalité.", + "it": "Gli account social devono essere configurati per poter usare questa funzionalità.", + "uk": "Для використання цієї функції потрібно створити соціальні акаунти.", + "zh": "必须设置社交账户才能使用该功能。" + }, + "i18n.ShowSocialMediaIcons": { + "default": "Show social media icons", + "fr": "Afficher les icônes des médias sociaux", + "it": "Mostra icone social media", + "uk": "Показати піктограми соціальних медіа", + "zh": "显示社交媒体图标" + }, + "i18n.FooterPlacement": { + "default": "Footer Placement", + "fr": "Placement du pied de page", + "it": "Posizionamento Footer", + "uk": "Розміщення нижнього колонтитулу", + "zh": "页脚位置" + }, + "i18n.None": { + "default": "None", + "fr": "Aucun", + "it": "Nessun", + "uk": "Нічого", + "zh": "无" + }, + "i18n.Footer": { + "default": "Footer", + "fr": "Pied de page", + "it": "Footer", + "uk": "Колонтитул", + "zh": "页脚" + }, + "i18n.FooterBackground": { + "default": "Footer background", + "fr": "Arrière-plan du pied de page", + "it": "Sfondo footer", + "uk": "Фон нижнього колонтитулу", + "zh": "页脚背景" + }, + "i18n.DisplaySettings": { + "default": "Display settings", + "fr": "Afficher les paramètres", + "it": "Impostazioni display", + "uk": "Налаштування дисплею", + "zh": "显示设置" + }, + "i18n.ShowPoweredByBigCommerce": { + "default": "Show \"Powered by BigCommerce\"", + "fr": "Afficher \"Powered by BigCommerce\"", + "it": "Mostra \"Powered by BigCommerce\"", + "uk": "Показати \"Працює на BigCommerce\"", + "zh": "显示\"Powered by BigCommerce\"" + }, + "i18n.ShowBrandsInFooter": { + "default": "Show brands in footer", + "fr": "Afficher les marques sur le pied de page", + "it": "Mostra brand nel footer", + "uk": "Показати марки в нижньому колонтитулі", + "zh": "在页脚显示品牌" + }, + "i18n.ShowCurrentYearAnd": { + "default": "Show \"©\", current year and store name", + "fr": "Afficher \"©\", l’année en cours et le nom de la boutique", + "it": "Mostra \"©\", anno corrente e nome negozio", + "uk": "Показати \"©\", рік та назву магазину", + "zh": "显示\"©\", 当前年份和店铺名称" + }, + "i18n.PaymentIcons": { + "default": "Payment icons", + "fr": "Icônes de paiement", + "it": "Icone pagamenti", + "uk": "Платіжні іконки", + "zh": "支付图标" + }, + "i18n.ShowAmericanExpress": { + "default": "Show American Express", + "fr": "Afficher American Express", + "it": "Mostra American Express", + "uk": "Показати American Express", + "zh": "显示American Express" + }, + "i18n.ShowDiscover": { + "default": "Show Discover", + "fr": "Afficher Discover", + "it": "Mostra Discover", + "uk": "Показати Discover", + "zh": "显示Discover" + }, + "i18n.ShowMastercard": { + "default": "Show Mastercard", + "fr": "Afficher Mastercard", + "it": "Mostra Mastercard", + "uk": "Показати Mastercard", + "zh": "显示Mastercard" + }, + "i18n.ShowPayPal": { + "default": "Show PayPal", + "fr": "Afficher PayPal", + "it": "Mostra PayPal", + "uk": "Показати PayPal", + "zh": "显示 PayPal" + }, + "i18n.ShowVisa": { + "default": "Show Visa", + "fr": "Afficher Visa", + "it": "Mostra Visa", + "uk": "Показати Visa", + "zh": "显示 Visa" + }, + "i18n.ShowAmazonPay": { + "default": "Show Amazon Pay", + "fr": "Afficher Amazon Pay", + "it": "Mostra Amazon Pay", + "uk": "Покавзати Amazon Pay", + "zh": "显示 Amazon Pay" + }, + "i18n.ShowGooglePay": { + "default": "Show Google Pay", + "fr": "Afficher Google Pay", + "it": "Mostra Google Pay", + "uk": "Показати Google Pay", + "zh": "显示 Google Pay" + }, + "i18n.ApplePayColor": { + "default": "Apple Pay color", + "fr": "Couleur d’Apple Pay", + "it": "Colore Apple Pay", + "uk": "Колір Apple Pay", + "zh": "Apple 支付颜色" + }, + "i18n.BlackWhiteText": { + "default": "Black (white text)", + "fr": "Noir (texte blanc)", + "it": "Nero (testo bianco)", + "uk": "Чорний (білий текст)", + "zh": "黑(白色字体)" + }, + "i18n.WhiteBlackText": { + "default": "White (black text)", + "fr": "Blanc (texte noir)", + "it": "Bianco (testo nero)", + "uk": "Білий (чорний текст)", + "zh": "白(黑字体)" + }, + "i18n.WhiteBlackTextWithBorder": { + "default": "White (black text with border)", + "fr": "Blanc (texte noir avec bordure)", + "it": "Bianco (testo nero con bordo)", + "uk": "Білий (чорний текст з облямівкою)", + "zh": "白(和字体带边框)" + }, + "i18n.GeoTrustSSL": { + "default": "GeoTrust SSL", + "fr": "SSL GeoTrust", + "it": "GeoTrust SSL", + "uk": "GeoTrust SSL", + "zh": "Geo信任SSL" + }, + "i18n.IfYouvePurchasedAGeoTrust": { + "default": "If you've purchased a GeoTrust SSL from BigCommerce, check your BigCommerce Account Dashboard for the correct Common Name to use here.", + "fr": "Si vous avez acheté un SSL GeoTrust auprès de BigCommerce, consultez le tableau de bord de votre compte BigCommerce pour le nom commun correct à utiliser ici.", + "it": "Sei hai acquistato un SSL GeoTrust da BigCommerce, verifica sulla Dashboard del tuo Account BigCommerce il corretto Nome Comune da utilizzare qui.", + "uk": "Якщо ви придбали GeoTrust SSL у BigCommerce, перевірте на панелі керування облікового запису BigCommerce правильну загальну назву, яку тут можна використовувати.", + "zh": "如果您有在Bigcommerce中购买Geo信任SSL,检查您的Bigcommerce账户的控制面板,获得在这里使用的正确的公共名称。" + }, + "i18n.SSLCommonName": { + "default": "SSL Common Name", + "fr": "Nom commun du SSL", + "it": "Nome Comune SSL", + "uk": "Загальна назва SSL", + "zh": "SSL公共名称" + }, + "i18n.SealSize": { + "default": "Seal size", + "fr": "Taille du sceau", + "it": "Dimensioni sigillo", + "uk": "Розмір печатки", + "zh": "标志尺寸" + }, + "i18n.Medium": { + "default": "Medium", + "fr": "Moyen", + "it": "Medio", + "uk": "Середній", + "zh": "中" + }, + "i18n.Small": { + "default": "Small", + "fr": "Petit", + "it": "Piccolo", + "uk": "Маленький", + "zh": "小" + }, + "i18n.HomePage": { + "default": "Home Page", + "fr": "Page d'accueil", + "it": "Home Page", + "uk": "Домашня сторінка", + "zh": "首页" + }, + "i18n.Carousel": { + "default": "Carousel", + "fr": "Carrousel", + "it": "Carosello", + "uk": "Карусель", + "zh": "轮播" + }, + "i18n.ShowCarousel": { + "default": "Show carousel", + "fr": "Afficher le carrousel", + "it": "Mostra carosello", + "uk": "Показати карусель", + "zh": "显示轮播" + }, + "i18n.ShowCarouselArrows": { + "default": "Show carousel arrows", + "fr": "Afficher les flèches du carrousel", + "it": "Mostra frecce carosello", + "uk": "Показати стрілки каруселі", + "zh": "显示轮播箭头" + }, + "i18n.AllowImageToStretchOn": { + "default": "Allow image to stretch on large screens", + "fr": "Permettre à l’image de s’étirer sur de grands écrans", + "it": "Permetti di espandere l'immagine su schermi grandi", + "uk": "Дозволити зображення розтягуватися на великих екранах", + "zh": "允许图片在大屏幕上伸展" + }, + "i18n.ContentBackground": { + "default": "Content background", + "fr": "Contenu de l’arrière-plan", + "it": "Sfondo contenuto", + "uk": "Фон вмісту", + "zh": "内容背景" + }, + "i18n.HeaderText": { + "default": "Header text", + "fr": "Texte d'entête", + "it": "Testo header", + "uk": "Текст заголовка", + "zh": "头部文本" + }, + "i18n.DescriptionText": { + "default": "Description text", + "fr": "Texte de description", + "it": "Testo descrizione", + "uk": "Текст опису", + "zh": "描述文本" + }, + "i18n.Indicator": { + "default": "Indicator", + "fr": "Indicateur", + "it": "Indicatore", + "uk": "Індикатор", + "zh": "加载提示框" + }, + "i18n.IndicatorActive": { + "default": "Indicator active", + "fr": "Indicateur actif", + "it": "Indicatore attivo", + "uk": "Індикатор активний", + "zh": "加载提示框启用" + }, + "i18n.IndicatorBackground": { + "default": "Indicator background", + "fr": "Arrière-plan d’indicateur", + "it": "Indicatore sfondo", + "uk": "Фон індикатору", + "zh": "加载提示框背景" + }, + "i18n.Arrow": { + "default": "Arrow", + "fr": "Flèche", + "it": "Freccia", + "uk": "Стрілка", + "zh": "箭头" + }, + "i18n.ArrowBackground": { + "default": "Arrow background", + "fr": "Flèche de l’arrière-plan", + "it": "Sfondo freccia", + "uk": "Фон стрілки", + "zh": "箭头背景" + }, + "i18n.ArrowBorder": { + "default": "Arrow border", + "fr": "Flèche sur la bordure", + "it": "Bordo freccia", + "uk": "Кордон стрілки", + "zh": "箭头边框" + }, + "i18n.NumberOfFeaturedProducts": { + "default": "Number of featured products", + "fr": "Nombre de produits en vedette", + "it": "Numero di prodotti messi in evidenza", + "uk": "Кількість товарних товарів", + "zh": "主推产品数量" + }, + "i18n.Disable": { + "default": "Disable", + "fr": "Désactiver", + "it": "Disattiva", + "uk": "Відключити", + "zh": "禁用" + }, + "i18n.NumberOfMostPopularProducts": { + "default": "Number of most popular products", + "fr": "Nombre de produits les plus populaires", + "it": "Numero di prodotti preferiti", + "uk": "Кількість найпопулярніших товарів", + "zh": "受欢迎产品数量" + }, + "i18n.NumberOfNewProducts": { + "default": "Number of new products", + "fr": "Nombre de nouveaux produits", + "it": "Numero di nuovi prodotti", + "uk": "Кількість нових товарів", + "zh": "新产品数量" + }, + "i18n.ProductSaleBadges": { + "default": "Product sale badges", + "fr": "Badges de vente de produits", + "it": "Distinvito vendita prodotto", + "uk": "Значки продажу товару", + "zh": "产品降价标志" + }, + "i18n.ShowProductSaleBadges": { + "default": "Show product sale badges", + "fr": "Afficher les badges de vente de produits", + "it": "Mostra disinvito vendita prodotto", + "uk": "Показати значки продажу товарів", + "zh": "显示产品降价标志" + }, + "i18n.TopLeft": { + "default": "Top Left", + "fr": "En haut à gauche", + "it": "In alto a Sinistra", + "uk": "Зліва вгорі", + "zh": "左上" + }, + "i18n.Diagonal": { + "default": "Diagonal", + "fr": "En diagonale", + "it": "Diagonale", + "uk": "Діагональна", + "zh": "对角" + }, + "i18n.Burst": { + "default": "Burst", + "fr": "Explosion", + "it": "Scoppiare", + "uk": "Спалах", + "zh": "Burst" + }, + "i18n.ProductPriceLabelSale": { + "default": "Product price label (sale)", + "fr": "Étiquette de prix du produit (vente)", + "it": "Etichetta prezzo prodotto (vendita)", + "uk": "Етикетка цін на товар (продаж)", + "zh": "产品价格标签(降价)" + }, + "i18n.ProductPriceLabelBeforeSale": { + "default": "Product price label (before sale)", + "fr": "Étiquette de prix du produit (avant la vente)", + "it": "Etichetta prezzo prodotto (prima della vendita)", + "uk": "Етикетка цін на товар (перед продажем)", + "zh": "产品价格标签(降价前)" + }, + "i18n.ProductPriceLabelRetail": { + "default": "Product price label (retail)", + "fr": "Étiquette de prix du produit (détail)", + "it": "Etichetta prezzo prodotto (retail)", + "uk": "Етикетка цін на товар (роздріб)", + "zh": "产品价格标签(零售)" + }, + "i18n.ProductPriceLabel": { + "default": "Product price label", + "fr": "Étiquette de prix du produit", + "it": "Etichetta prezzo prodotto", + "uk": "Етикетка ціни на продукт", + "zh": "产品价格标签" + }, + "i18n.TheProductPriceLabel": { + "default": "* the 'Product price label' is displayed when there is not a sale price.", + "fr": "* l’étiquette de prix du produit s’affiche lorsqu’il n’y a pas de prix de vente.", + "it": "* l' 'Etichetta prezzo prodotto' sarà mostrato quando non c'è un prezzo di vendita.", + "uk": "* \"Етикетка цін на товар\" відображається, коли немає продажної ціни.", + "zh": "*“产品价格标签”会在没有销售价格时显示。" + }, + "i18n.BadgeTextColor": { + "default": "Badge text color", + "fr": "Couleur du texte du badge", + "it": "Colore testo distintivo", + "uk": "Колір тексту значка", + "zh": "标签文本颜色" + }, + "i18n.BadgeColor": { + "default": "Badge color", + "fr": "Couleur du badge", + "it": "Colore distintivo", + "uk": "Колір значка", + "zh": "标签颜色" + }, + "i18n.BadgeHoverColor": { + "default": "Badge hover color", + "fr": "Couleur du \" hover \" du badge", + "it": "Colore distintivo all'hover", + "uk": "Колір значка наведення значка", + "zh": "标签悬停颜色" + }, + "i18n.ForTextureSwatchesMaxDimensions": { + "default": "*For texture swatches, max dimensions are 150x150.", + "fr": "* Pour les échantillons de texture, les dimensions maximales sont 150x150.", + "it": "*Le dimensioni massime dei campioni di trama sono 150x150.", + "uk": "* Для текстурних зразків максимальні розміри - 150х150.", + "zh": "*文本切换形式,最大尺寸150x150。" + }, + "i18n.ShowQuickviewButtonOnProduct": { + "default": "Show quickview button on product cards", + "fr": "Afficher le bouton de visualisation rapide sur les fiches produit", + "it": "Mostra il bottone quickview sulle schede prodotto", + "uk": "Показати кнопку швидкого перегляду на картках товару", + "zh": "在产品卡上显示快速查看按钮" + }, + "i18n.ShowQuantitySelectionOnProduct": { + "default": "Show quantity selection on product pages", + "fr": "Afficher la sélection de quantité sur les pages de produits", + "it": "Mostra selezione quantità sulle pagine prodotto", + "uk": "Показати вибір кількості на сторінках товарів", + "zh": "在产品页面显示数量选项框" + }, + "i18n.ShowProductDescriptionTabs": { + "default": "Show product description tabs", + "fr": "Afficher les onglets de description de produit", + "it": "Mostra tab descrizione prodotto", + "uk": "Показати вкладки з описом продукту", + "zh": "显示产品描述标签" + }, + "i18n.ProductCustomFieldsInTabs": { + "default": "Product custom fields in tabs", + "fr": "Champs personnalisés du produit dans les onglets", + "it": "Campi personalizzati del prodotti nei tab", + "uk": "Спеціальні поля продукту на вкладках", + "zh": "标签中的产品自定义字段" + }, + "i18n.ProductCustomFieldsTabLabel": { + "default": "Product custom fields tab label", + "fr": "Étiquette de l’onglet Champs personnalisés du produit", + "it": "Tab etichetta campi personalizzati del prodotto", + "uk": "Мітка вкладки спеціальних полів продукту", + "zh": "产品自定义字段标签" + }, + "i18n.ShowProductWeight": { + "default": "Show product weight", + "fr": "Afficher le poids du produit", + "it": "Mostra peso prodotto", + "uk": "Показати вагу продукту", + "zh": "显示产品重量" + }, + "i18n.ShowProductDimensions": { + "default": "Show product dimensions", + "fr": "Afficher les dimensions du produit", + "it": "Mostra dimensioni prodotto", + "uk": "Показати розміри продукту", + "zh": "显示产品尺寸" + }, + "i18n.ShowShopByPriceIn": { + "default": "Show \"Shop by Price\" in filters", + "fr": "Afficher \"Acheter par prix\" dans les filtres", + "it": "Mostra filtro \"Acquista per Prezzo\"", + "uk": "Показуйте \"Покупок за ціною\" у фільтрах", + "zh": "显示\"Shop by Price\"在筛选中" + }, + "i18n.ShowProductReviews": { + "default": "Show product reviews", + "fr": "Afficher les avis sur le produit", + "it": "Mostra recensioni prodotto", + "uk": "Показати відгуки про товари", + "zh": "显示产品评论" + }, + "i18n.NumberOfProductReviews": { + "default": "Number of product reviews", + "fr": "Nombre d’avis de produits", + "it": "Numero di recensioni prodotto", + "uk": "Кількість відгуків про товар", + "zh": "产品评论数量" + }, + "i18n.WishlistDropdownBackground": { + "default": "Wishlist dropdown background", + "fr": "Arrière-plan de la liste déroulante de la liste de souhaits", + "it": "Sfondo menu a discesa lista desideri", + "uk": "Фон побажань списку бажань", + "zh": "心愿单下拉菜单背景" + }, + "i18n.NumberOfProductsDisplayed": { + "default": "Number of products displayed", + "fr": "Nombre de produits affichés", + "it": "Numero di prodotti mostrati", + "uk": "Кількість відображених товарів", + "zh": "展示产品数量" + }, + "i18n.CategoryPage": { + "default": "Category page", + "fr": "Page des catégories", + "it": "Pagina categoria", + "uk": "Сторінка категорії", + "zh": "分类页" + }, + "i18n.BrandPage": { + "default": "Brand page", + "fr": "Page de la marque", + "it": "Pagina brand", + "uk": "Сторінка марки", + "zh": "品牌页" + }, + "i18n.SearchResultPage": { + "default": "Search result page", + "fr": "Page de résultats de recherche", + "it": "Pagina risultati ricerca", + "uk": "Сторінка результатів пошуку", + "zh": "搜索结果页面" + }, + "i18n.ProductPageRelatedProducts": { + "default": "Product page (related products)", + "fr": "Page produit (produits associés)", + "it": "Pagina prodotto (prodotto correlato)", + "uk": "Сторінка продукту (супутні товари)", + "zh": "产品页面(相关产品)" + }, + "i18n.ProductPageCustomersAlsoViewed": { + "default": "Product page (customers also viewed products)", + "fr": "Page produit (les clients ont également consulté ces produits)", + "it": "Pagina prodotto (clienti hanno anche guardato questi prodotti)", + "uk": "Сторінка продукту (клієнти також переглядали товари)", + "zh": "产品页面 (客户已浏览产品)" + }, + "i18n.ProductCards": { + "default": "Product cards", + "fr": "Fiches produits", + "it": "Schede prodotto", + "uk": "Картки товарів", + "zh": "产品卡" + }, + "i18n.ProductHeaderTextColor": { + "default": "Product header text color", + "fr": "Couleur du texte de l’en-tête du produit", + "it": "Colore testo header prodotto", + "uk": "Колір тексту заголовка продукту", + "zh": "产品头部字体颜色" + }, + "i18n.ProductHeaderTextHoverColor": { + "default": "Product header text hover color", + "fr": "Couleur du texte \" hover \" de l’en-tête du produit", + "it": "Colore testo header prodotto all'hover", + "uk": "Колір тексту заголовка продукту", + "zh": "产品头部字体悬停颜色" + }, + "i18n.ButtonTextColor": { + "default": "Button text color", + "fr": "Couleur du texte du bouton", + "it": "Colore testo bottone", + "uk": "Колір тексту кнопки", + "zh": "按钮文本颜色" + }, + "i18n.ButtonBackground": { + "default": "Button background", + "fr": "Arrière-plan du bouton", + "it": "Sfondo bottone", + "uk": "Фон кнопки", + "zh": "按钮背景" + }, + "i18n.ProductCardsQuickSearch": { + "default": "Product cards (quick search)", + "fr": "Fiches produits (recherche rapide)", + "it": "Schede prodotto (ricerca veloce)", + "uk": "Картки товарів (швидкий пошук)", + "zh": "产品卡(快速搜索)" + }, + "i18n.BackgroundColor": { + "default": "Background color", + "fr": "Couleur de l'arrière-plan", + "it": "Colore sfondo", + "uk": "Колір фону", + "zh": "背景颜色" + }, + "i18n.BorderColor": { + "default": "Border color", + "fr": "Couleur de la bordure", + "it": "Colore bordo", + "uk": "Колір межі", + "zh": "边框颜色" + }, + "i18n.ImageSizes": { + "default": "Image sizes", + "fr": "Taille des images", + "it": "Dimensioni immagine", + "uk": "Розміри зображень", + "zh": "图片尺寸" + }, + "i18n.PleaseSpecifyAMaximumImage": { + "default": "Please specify a maximum image size for desktop display. We'll automatically scale down the image for smaller devices.", + "fr": "Veuillez spécifier une taille d’image maximale pour l’affichage de bureau. Nous allons automatiquement réduire l’image pour les petits appareils.", + "it": "Indica per favore delle dimensioni massime per un'immagine per il display di un desktop. L'immagine sarà adattata in automatico per dispositivi più piccoli.", + "uk": "Укажіть максимальний розмір зображення для відображення на робочому столі. Ми зменшимо масштаб зображення для менших пристроїв.", + "zh": "请为电脑端指定最大图片尺寸。我们将自动缩小适应小屏幕设备。" + }, + "i18n.MainProductImages": { + "default": "Main product images", + "fr": "Images principales du produit", + "it": "Immagine principale prodotto", + "uk": "Основні образи продукту", + "zh": "主产品图片" + }, + "i18n.ThumbnailImageInProductPage": { + "default": "Thumbnail image in product page", + "fr": "Image miniature dans la page produit", + "it": "Immagine miniatura sulla pagina prodotto", + "uk": "Зображення ескізу на сторінці продукту", + "zh": "产品页面的缩略图" + }, + "i18n.ThumbnailImageInCartAnd": { + "default": "Thumbnail image in cart and other pages", + "fr": "Image miniature dans le panier et les autres pages", + "it": "Immagine miniatura nel carrello o su altre pagine", + "uk": "Зображення мініатюри у кошику та інших сторінках", + "zh": "购物车和其他页面的缩略图" + }, + "i18n.ZoomedImage": { + "default": "Zoomed image", + "fr": "Image zoomée", + "it": "Immagine ingrandita", + "uk": "Збільшене зображення", + "zh": "放大图像" + }, + "i18n.ImageInGalleryView": { + "default": "Image in gallery view", + "fr": "Image en vue galerie", + "it": "Immagine in visualizzazione galleria", + "uk": "Зображення у поданні галереї", + "zh": "在图库查看图片" + }, + "i18n.BrandImageInGalleryView": { + "default": "Brand image in gallery view", + "fr": "Image de marque en vue galerie", + "it": "Immagine brand in visualizzazione galleria", + "uk": "Зображення марки в поданні галереї", + "zh": "在图库查看品牌图片" + }, + "i18n.ProductSwatchImages": { + "default": "Product swatch images", + "fr": "Images d’échantillons de produits", + "it": "Immagini campioni di prodotto", + "uk": "Зображення продукту", + "zh": "产品切换图片" + }, + "i18n.Standard": { + "default": "Standard", + "fr": "Standard", + "it": "Standard", + "uk": "Стандартний", + "zh": "标准" + }, + "i18n.ButtonsAndIcons": { + "default": "Buttons & Icons", + "fr": "Boutons et icônes", + "it": "Bottoni & Icone", + "uk": "Кнопки та значки", + "zh": "按钮 & 图标" + }, + "i18n.PrimaryActionButton": { + "default": "Primary action button", + "fr": "Bouton d’action primaire", + "it": "Bottone primario azione", + "uk": "Кнопка первинної дії", + "zh": "主要编辑按钮" + }, + "i18n.ButtonTextHoverColor": { + "default": "Button text hover color", + "fr": "Couleur du texte en \" hover \" du bouton", + "it": "Colore testo bottone all'hover", + "uk": "Колір тексту на кнопці", + "zh": "按钮文本悬停颜色" + }, + "i18n.ButtonTextActiveColor": { + "default": "Button text active color", + "fr": "Couleur active du texte du bouton", + "it": "Colore testo bottone attivo", + "uk": "Активний колір тексту кнопки", + "zh": "按钮文本激活颜色" + }, + "i18n.ButtonBackgroundHover": { + "default": "Button background hover", + "fr": "Arrière-plan \" hover \" du bouton", + "it": "Sfondo bottono all'hover", + "uk": "Наведіть курсор фону кнопки", + "zh": "按钮背景悬停" + }, + "i18n.ButtonBackgroundActive": { + "default": "Button background active", + "fr": "Arrière-plan du bouton actif", + "it": "Sfondo bottone attivo", + "uk": "Активний фон кнопки", + "zh": "按钮背景可用" + }, + "i18n.SecondaryActionButton": { + "default": "Secondary action button", + "fr": "Bouton d’action secondaire", + "it": "Bottone azione secondario", + "uk": "Кнопка вторинної дії", + "zh": "次要的编辑按钮" + }, + "i18n.ButtonBorder": { + "default": "Button border", + "fr": "Bordure du bouton", + "it": "Bordo bottone", + "uk": "Кордони кнопки", + "zh": "按钮边框" + }, + "i18n.ButtonBorderHover": { + "default": "Button border hover", + "fr": "Bordure \" hover \" du bouton", + "it": "Bordo bottone all'hover", + "uk": "Межі кнопки при наведенні", + "zh": "按钮边框悬停" + }, + "i18n.ButtonBorderActive": { + "default": "Button border active", + "fr": "Bordure du bouton actif", + "it": "Bordo bottone attivo", + "uk": "Активна межа кнопки", + "zh": "按钮边框可用" + }, + "i18n.TertiaryActionButton": { + "default": "Tertiary action button", + "fr": "Bouton d’action tertiaire", + "it": "Bottone azione terziario", + "uk": "Кнопка третинної дії", + "zh": "三级编辑按钮" + }, + "i18n.ButtonArrowIcon": { + "default": "Button arrow icon", + "fr": "Icône de flèche de bouton", + "it": "Bottone icona freccia", + "uk": "Значок стрілки кнопки", + "zh": "按钮箭头图标" + }, + "i18n.DisabledButton": { + "default": "Disabled button", + "fr": "Bouton désactivé", + "it": "Bottone disattivato", + "uk": "Кнопка відключена", + "zh": "禁用按钮" + }, + "i18n.Icons": { + "default": "Icons", + "fr": "Icônes", + "it": "Icone", + "uk": "Значки", + "zh": "图标" + }, + "i18n.SocialMediaIcon": { + "default": "Social media icon", + "fr": "Icône des médias sociaux", + "it": "Icona social media", + "uk": "Значок соціальних медіа", + "zh": "社交媒体图标" + }, + "i18n.SocialMediaIconHover": { + "default": "Social media icon hover", + "fr": "Icônes des médias sociaux", + "it": "Icona social media all'hover", + "uk": "Наведення курсору на значок соціальних медіа", + "zh": "社交媒体图标悬停" + }, + "i18n.StarReviewIconFull": { + "default": "Star review icon (full)", + "fr": "Icone Etoile des avis (entier)", + "it": "Icona stellina recensione (ripiena)", + "uk": "Піктограма огляду зірки (повна)", + "zh": "星评图标(全)" + }, + "i18n.StarReviewIconEmpty": { + "default": "Star review icon (empty)", + "fr": "Icone Etoile des avis (vide)", + "it": "Icona stellina recensione (vuota)", + "uk": "Піктограма огляду зірки (порожня)", + "zh": "星评图标(空)" + }, + "i18n.IncreasedecreaseButtonIcon": { + "default": "Increase/decrease button icon", + "fr": "Icône du bouton Augmenter / Diminuer", + "it": "Ingrandisci/diminuisci icona bottone", + "uk": "Значок кнопки збільшення / зменшення", + "zh": "增加/减少按钮图标" + }, + "i18n.CheckboxesAndRadioButtons": { + "default": "Checkboxes and radio buttons", + "fr": "Cases à cocher et boutons radio", + "it": "Checkbox e bottoni radio", + "uk": "Поставки та радіо кнопки", + "zh": "复选框和单选框按钮" + }, + "i18n.CheckboxAndRadioIcon": { + "default": "Checkbox and radio icon", + "fr": "Boîte à cocher et icône de radio", + "it": "Checkbox e bottone radio", + "uk": "Прапорець і радіо значок", + "zh": "复选框和单选框图标" + }, + "i18n.CheckoutPage": { + "default": "Checkout Page", + "fr": "Page du checkout", + "it": "Pagina Checkout", + "uk": "Сторінка оформлення замовлення", + "zh": "结算页面" + }, + "i18n.UseBackgroundImage": { + "default": "Use background image", + "fr": "Utiliser l’image de l’arrière-plan", + "it": "Usa immagine di sfondo", + "uk": "Використовуйте фонове зображення", + "zh": "使用背景图" + }, + "i18n.1000X400pxRecommended": { + "default": "1000 x 400px recommended", + "fr": "1000 x 400px recommandé", + "it": "1000 x 400px consigliati", + "uk": "Рекомендовано 1000 х 400 пікс", + "zh": "推荐1000 x 400px" + }, + "i18n.HeaderImageSize": { + "default": "Header image size", + "fr": "Taille de l’image de l’en-tête", + "it": "Dimensioni immagine header", + "uk": "Розмір зображення заголовка", + "zh": "头部图片尺寸" + }, + "i18n.HeaderTextColor": { + "default": "Header text color", + "fr": "Couleur du texte d’en-tête", + "it": "Colore testo header", + "uk": "Колір тексту заголовка", + "zh": "头部文本颜色" + }, + "i18n.HeaderBorder": { + "default": "Header border", + "fr": "Bordure de l’en-tête", + "it": "Bordo header", + "uk": "Межі заголовку", + "zh": "头部边框" + }, + "i18n.LogoType": { + "default": "Logo type", + "fr": "Type de logo", + "it": "Tipologia logo", + "uk": "Тип логотипу", + "zh": "Logo类型" + }, + "i18n.Text": { + "default": "Text", + "fr": "Texte", + "it": "Testo", + "uk": "Текст", + "zh": "文字" + }, + "i18n.Image": { + "default": "Image", + "fr": "Image", + "it": "Immagine", + "uk": "Зображення", + "zh": "图片" + }, + "i18n.250X100pxRecommended": { + "default": "250 x 100px recommended", + "fr": "250 x 100px recommandé", + "it": "250 x 100px consigliati", + "uk": "Рекомендовано 250 х 100 пікс", + "zh": "推荐250 x 100px" + }, + "i18n.DiscountBanner": { + "default": "Discount banner", + "fr": "Bannière de réduction", + "it": "Banner sconto", + "uk": "Знижка банер", + "zh": "折扣横幅" + }, + "i18n.BannerTextColor": { + "default": "Banner text color", + "fr": "Couleur du texte de la bannière", + "it": "Colore testo banner", + "uk": "Колір тексту банера", + "zh": "横幅文字颜色" + }, + "i18n.BannerIcon": { + "default": "Banner icon", + "fr": "Icône de la bannière", + "it": "Icona banner", + "uk": "Значок банера", + "zh": "横幅图标" + }, + "i18n.OrderSummaryBox": { + "default": "Order summary box", + "fr": "Boîte récapitulative de commande", + "it": "Box riepilogo ordine", + "uk": "Підсумок замовлення", + "zh": "订单小计盒子" + }, + "i18n.BoxBackground": { + "default": "Box background", + "fr": "Arrière-plan de la boîte", + "it": "Sfondo box", + "uk": "Фон коробки", + "zh": "盒子背景" + }, + "i18n.BoxBorder": { + "default": "Box border", + "fr": "Bordure de la boîte", + "it": "Bordo box", + "uk": "Кордон коробки", + "zh": "盒子边框" + }, + "i18n.CheckoutSteps": { + "default": "Checkout steps", + "fr": "Étapes de paiement", + "it": "Passi checkout", + "uk": "Крок замовлення", + "zh": "结算步骤" + }, + "i18n.IconBackground": { + "default": "Icon background", + "fr": "Arrière-plan de l'icône", + "it": "Sfondo icona", + "uk": "Фон значок", + "zh": "图标背景" + }, + "i18n.IconBorder": { + "default": "Icon border", + "fr": "Bordure de l'icône", + "it": "Bordo icona", + "uk": "Значок кордону", + "zh": "图标边框" + }, + "i18n.IconTextColor": { + "default": "Icon text color", + "fr": "Couleur de texte de l’icône", + "it": "Colore testo icona", + "uk": "Колір тексту піктограми", + "zh": "图标文本颜色" + }, + "i18n.Heading1FontFamily": { + "default": "Heading 1 font family", + "fr": "Famille de police du Titre 1", + "it": "Famiglia font intestazione 1", + "uk": "Заголовок 1 сімейства шрифтів", + "zh": "Heading 1 字体类型" + }, + "i18n.MontserratBold": { + "default": "Montserrat Bold", + "fr": "Montserrat Bold", + "it": "Montserrat Bold", + "uk": "Montserrat Bold", + "zh": "Montserrat Bold" + }, + "i18n.Heading1TextColor": { + "default": "Heading 1 text color", + "fr": "Couleur du texte du Titre 1", + "it": "Colore testo intestazione 1", + "uk": "Колір тексту 1 заголовка", + "zh": "Heading 1 文本颜色" + }, + "i18n.Heading2FontFamily": { + "default": "Heading 2 font family", + "fr": "Famille de police du Titre 2", + "it": "Famiglia font intestazione 2", + "uk": "Родина шрифтів у заголовку 2", + "zh": "Heading 2 字体库" + }, + "i18n.Heading2TextColor": { + "default": "Heading 2 text color", + "fr": "Couleur du texte du Titre 2", + "it": "Colore testo intestazione 2", + "uk": "Колір тексту 2 заголовка", + "zh": "Heading 2 文本颜色" + }, + "i18n.Body": { + "default": "Body", + "fr": "Corps", + "it": "Corpo", + "uk": "Тіло", + "zh": "主体" + }, + "i18n.FocusColor": { + "default": "Focus color", + "fr": "Couleur de mise au point", + "it": "Colore focus", + "uk": "Колір фокусу", + "zh": "中心颜色" + }, + "i18n.SecondaryTextFontFamily": { + "default": "Secondary text font family", + "fr": "Famille de police du texte secondaire", + "it": "Famiglia font testo secondaria", + "uk": "Сімейство шрифтів вторинного тексту", + "zh": "次要文本字体库" + }, + "i18n.LinkFontFamily": { + "default": "Link font family", + "fr": "Famille de police du lien", + "it": "Famiglia font link", + "uk": "Сімейство шрифтів посилання", + "zh": "链接字体库" + }, + "i18n.ButtonTextFontFamily": { + "default": "Button text font family", + "fr": "Famille de police du texte du bouton", + "it": "Famiglia font testo bottone", + "uk": "Сімейство шрифтів тексту кнопки", + "zh": "按钮文本字体库" + }, + "i18n.ButtonTextDisabledColor": { + "default": "Button text disabled color", + "fr": "Couleur désactivée du texte du bouton", + "it": "Colore testo bottone disattivato", + "uk": "Колір тексту кнопки вимкнено", + "zh": "按钮文本失效颜色" + }, + "i18n.ButtonBackgroundDisabled": { + "default": "Button background disabled", + "fr": "Arrière-plan du bouton désactivé", + "it": "Sfondo bottone disattivato", + "uk": "Фон кнопки вимкнено", + "zh": "按钮背景失效" + }, + "i18n.ButtonBorderDisabled": { + "default": "Button border disabled", + "fr": "Bordure du bouton désactivée", + "it": "Bordo bottone disattivato", + "uk": "Межі кнопки вимкнено", + "zh": "按钮边框失效" + }, + "i18n.FormInputFields1": { + "default": "Form input fields", + "fr": "Champs de saisie du formulaire", + "it": "Campi input modulo", + "uk": "Форми полів введення", + "zh": "表单输入字段" + }, + "i18n.FieldPlaceholderTextColor": { + "default": "Field placeholder text color", + "fr": "Couleur du texte de l’espace réservé du champ", + "it": "Colore testo placeholder campo", + "uk": "Колір тексту заповнювача поля", + "zh": "字段占位符文本颜色" + }, + "i18n.FieldErrorTextColor": { + "default": "Field error text color", + "fr": "Couleur du texte d’erreur du champ", + "it": "Colore testo campo errore", + "uk": "Колір тексту помилки поля", + "zh": "字段错误文本颜色" + }, + "i18n.FieldInnerShadow": { + "default": "Field inner shadow", + "fr": "Ombre intérieure du champ", + "it": "Ombra interna del campo", + "uk": "Польова внутрішня тінь", + "zh": "字段内部阴影" + }, + "i18n.CheckboxButtonBackground": { + "default": "Checkbox button background", + "fr": "Arrière-plan du bouton checkbox", + "it": "Sfondo bottone checkbox", + "uk": "Фон кнопки прапорця", + "zh": "复选框按钮背景" + }, + "i18n.FormChecklist": { + "default": "Form checklist", + "fr": "Checklist du formulaire", + "it": "Checklist modulo", + "uk": "Контрольний список форми", + "zh": "表单检查表" + }, + "i18n.FormBackground": { + "default": "Form background", + "fr": "Arrière-plan du formulaire", + "it": "Sfondo modulo", + "uk": "Форма фону", + "zh": "表单背景" + }, + "i18n.FormHeaderTextColor": { + "default": "Form header text color", + "fr": "Couleur du texte de l’en-tête du formulaire", + "it": "Colore testo modulo header", + "uk": "Колір тексту заголовка форми", + "zh": "表单头部文本颜色" + }, + "i18n.FormBorderColor": { + "default": "Form border color", + "fr": "Couleur de la bordure du formulaire", + "it": "Colore bordo modulo", + "uk": "Форма кольору рамки", + "zh": "表单边框颜色" + }, + "i18n.LoadingToaster": { + "default": "Loading toaster", + "fr": "Charger le toaster", + "it": "Caricamento toaster", + "uk": "Завантаження тостеру", + "zh": "加载toaster" + }, + "i18n.ToasterBackground": { + "default": "Toaster background", + "fr": "Fond du toaster", + "it": "Sfondo toaster", + "uk": "Фон тостеру", + "zh": "Toaster 背景" + }, + "i18n.ToasterTextColor": { + "default": "Toaster text color", + "fr": "Couleur du texte du toaster", + "it": "Colore testo toaster", + "uk": "Колір тексту тостеру", + "zh": "Toaster 文本颜色" + }, + "i18n.PaymentButtons": { + "default": "Payment Buttons", + "fr": "Boutons de Paiement", + "it": "Bottoni Pagamento", + "uk": "Кнопки оплати", + "zh": "支付按钮" + }, + "i18n.ShowPayPalTagline": { + "default": "Show PayPal tagline", + "fr": "Afficher le slogan de PayPal", + "it": "Mostra tagline PayPal", + "uk": "Показати лінію оплати PayPal", + "zh": "展示 PayPal标签行" + }, + "i18n.ShowFundingIcons": { + "default": "Show funding icons", + "fr": "Afficher les icônes de financement", + "it": "Mostra icone finanziamento", + "uk": "Показати піктограми фінансування", + "zh": "展示资金图标" + }, + "i18n.ButtonColor": { + "default": "Button color", + "fr": "Couleur du bouton", + "it": "Colore bottone", + "uk": "Колір кнопки", + "zh": "按钮颜色" + }, + "i18n.Gold": { + "default": "Gold", + "fr": "Or", + "it": "Oro", + "uk": "Золотий", + "zh": "金" + }, + "i18n.Blue": { + "default": "Blue", + "fr": "Bleu", + "it": "Blu", + "uk": "Синій", + "zh": "蓝" + }, + "i18n.Silver": { + "default": "Silver", + "fr": "Argent", + "it": "Argento", + "uk": "Срібний", + "zh": "银" + }, + "i18n.Black": { + "default": "Black", + "fr": "Noir", + "it": "Nero", + "uk": "Чорний", + "zh": "黑" + }, + "i18n.ButtonShape": { + "default": "Button shape", + "fr": "Forme du bouton", + "it": "Forma bottone", + "uk": "Форма кнопки", + "zh": "按钮形状" + }, + "i18n.Pill": { + "default": "Pill", + "fr": "Cylindre", + "it": "Cerchio", + "uk": "Таблетки", + "zh": "Pill" + }, + "i18n.Rectangle": { + "default": "Rectangle", + "fr": "Rectangle", + "it": "Rettangolo", + "uk": "Прямокутник", + "zh": "长方形" + }, + "i18n.ButtonSize": { + "default": "Button size", + "fr": "Taille du bouton", + "it": "Dimensioni bottone", + "uk": "Розмір кнопки", + "zh": "按钮尺寸" + }, + "i18n.Large": { + "default": "Large", + "fr": "Large", + "it": "Largo", + "uk": "Великий", + "zh": "大" + }, + "i18n.Responsive": { + "default": "Responsive", + "fr": "Responsive", + "it": "Responsive", + "uk": "Чуйний", + "zh": "响应式" + }, + "i18n.ButtonContent": { + "default": "Button content", + "fr": "Contenu du bouton", + "it": "Contenuto bottone", + "uk": "Зміст кнопки", + "zh": "按钮内容" + }, + "i18n.PayPalCheckout": { + "default": "PayPal Checkout", + "fr": "Checkout de PayPal", + "it": "Checkout PayPal", + "uk": "Замовлення PayPal", + "zh": "PayPal 结算" + }, + "i18n.PayWithPayPal": { + "default": "Pay with PayPal", + "fr": "Payer avec PayPal", + "it": "Paga con PayPal", + "uk": "Оплачуйте через PayPal", + "zh": "PayPal支付" + }, + "i18n.BuyNow": { + "default": "Buy Now", + "fr": "Acheter maintenant", + "it": "Acquista Ora", + "uk": "Купити зараз", + "zh": "立即购买" + }, + "i18n.PayPal": { + "default": "PayPal", + "fr": "PayPal", + "it": "PayPal", + "uk": "PayPal", + "zh": "PayPal" + }, + "i18n.ShowButtonsHorizontally": { + "default": "Show buttons horizontally", + "fr": "Afficher les boutons horizontalement", + "it": "Mostra bottoni in orizzontale", + "uk": "Показати кнопки горизонтально", + "zh": "水平显示按钮" + }, + "i18n.ShowButtonsVertically": { + "default": "Show buttons vertically", + "fr": "Afficher les boutons verticalement", + "it": "Mostra bottoni in verticale", + "uk": "Показати кнопки вертикально", + "zh": "垂直显示按钮" + } +} \ No newline at end of file