@wizishop/wizi-block 3.3.52 → 3.3.55-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/i18n/en.json +1 -1
- package/assets/i18n/fr.json +1 -1
- package/assets/images/icons/Icon_AvisClient.svg +27 -48
- package/assets/images/icons/Icon_Citation.svg +9 -34
- package/assets/images/icons/Icon_Diaporama.svg +63 -33
- package/assets/images/icons/Icon_Faq.svg +20 -1
- package/assets/images/icons/Icon_Formulaire.svg +24 -44
- package/assets/images/icons/Icon_Html.svg +16 -37
- package/assets/images/icons/Icon_ImgAvecTexte.svg +36 -67
- package/assets/images/icons/Icon_LancerVideo.svg +23 -30
- package/assets/images/icons/Icon_ListProd.svg +31 -46
- package/assets/images/icons/Icon_Map.svg +67 -38
- package/assets/images/icons/Icon_Newsletter.svg +26 -37
- package/assets/images/icons/Icon_PlusieursImg.svg +44 -150
- package/assets/images/icons/Icon_PlusieursTxt.svg +48 -77
- package/assets/images/icons/Icon_Rassurances.svg +28 -59
- package/assets/images/icons/Icon_ReseauxSociaux.svg +35 -96
- package/assets/images/icons/Icon_Separateur.svg +9 -45
- package/assets/images/icons/Icon_Temoignage.svg +14 -35
- package/assets/images/icons/Icon_Timer.svg +55 -57
- package/assets/images/icons/Icon_TxtDansImage.svg +37 -27
- package/assets/images/icons/Icon_VideoDeFond.svg +14 -50
- package/assets/images/icons/Icon_ZoomProd.svg +32 -41
- package/bundles/wizishop-wizi-block.umd.js +185 -75
- package/bundles/wizishop-wizi-block.umd.js.map +1 -1
- package/bundles/wizishop-wizi-block.umd.min.js +1 -1
- package/bundles/wizishop-wizi-block.umd.min.js.map +1 -1
- package/esm2015/lib/components/blocks/blocks.component.js +10 -3
- package/esm2015/lib/components/configs/configs.component.js +16 -2
- package/esm2015/lib/dtos/configs/apis/api.dto.js +2 -1
- package/esm2015/lib/dtos/forms/forms.dto.js +6 -3
- package/esm2015/lib/services/blocks/images/images-banner.service.js +2 -2
- package/esm2015/lib/services/blocks/images/images-simple.service.js +2 -2
- package/esm2015/lib/services/blocks/launch-videos/launch-videos-button.service.js +2 -2
- package/esm2015/lib/services/blocks/launch-videos/launch-videos-buttontxt.service.js +2 -2
- package/esm2015/lib/services/blocks/sliders/sliders-double-imageright.service.js +2 -2
- package/esm2015/lib/services/blocks/sliders/sliders-fullpage.service.js +2 -2
- package/esm2015/lib/services/blocks/sliders/sliders-imageright.service.js +2 -2
- package/esm2015/lib/services/blocks/sliders/sliders-with-banner.service.js +2 -2
- package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-simple.service.js +2 -2
- package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-with-banner.service.js +2 -2
- package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-with-txt.service.js +2 -2
- package/esm2015/lib/services/blocks/videos/videos-simple.service.js +5 -5
- package/esm2015/lib/services/blocks/videos/videos-txt-content.service.js +5 -5
- package/esm2015/lib/services/blocks/videos/videos-txt-left.service.js +5 -5
- package/esm2015/lib/services/blocks/videos/videos-txt.service.js +5 -5
- package/esm2015/lib/services/utils/api.service.js +4 -1
- package/esm2015/lib/services/utils/external-config.service.js +4 -1
- package/esm2015/lib/shared/components/structure-config/structure-config.component.js +8 -4
- package/esm2015/lib/shared/components/structure-tools/structure-tools.component.js +14 -4
- package/esm2015/lib/structures/images/double/images-double.component.js +2 -2
- package/esm2015/lib/structures/images/four-images-title/four-images-title.component.js +2 -2
- package/esm2015/lib/structures/images/two-images-title-text/two-images-title-text.component.js +2 -2
- package/esm2015/lib/structures/product/zoom/product-zoom.component.js +4 -2
- package/esm2015/lib/structures/product/zoom-complete/product-zoom-complete.component.js +4 -1
- package/esm2015/lib/structures/product/zoom-complete-background/product-zoom-complete-background.component.js +4 -1
- package/esm2015/lib/structures/product/zoom-complete-slider/product-zoom-complete-slider.component.js +4 -1
- package/esm2015/lib/structures/product/zoom-more/product-zoom-more.component.js +4 -1
- package/esm2015/lib/structures/product/zoom-selected/product-zoom-selected.component.js +4 -1
- package/esm2015/lib/structures/product/zoom-simple/product-zoom-simple.component.js +4 -1
- package/esm2015/lib/structures/product/zoom-triple-column/product-zoom-triple-column.component.js +4 -1
- package/esm2015/lib/structures/products-list/classic/products-list-classic.component.js +18 -10
- package/esm2015/lib/structures/products-list/selected/products-list-selected.component.js +18 -10
- package/esm2015/lib/structures/products-list/simple/products-list-simple.component.js +18 -10
- package/esm2015/lib/structures/text-backgrounds/link/text-backgrounds-link.component.js +2 -2
- package/esm2015/lib/wizi-block.component.js +6 -2
- package/fesm2015/wizishop-wizi-block.js +166 -70
- package/fesm2015/wizishop-wizi-block.js.map +1 -1
- package/lib/components/blocks/blocks.component.d.ts +4 -0
- package/lib/components/configs/configs.component.d.ts +1 -0
- package/lib/dtos/configs/apis/api.dto.d.ts +1 -0
- package/lib/dtos/forms/forms.dto.d.ts +3 -1
- package/lib/services/utils/api.service.d.ts +1 -0
- package/lib/services/utils/external-config.service.d.ts +1 -0
- package/lib/shared/components/structure-config/structure-config.component.d.ts +2 -0
- package/lib/shared/components/structure-tools/structure-tools.component.d.ts +4 -1
- package/lib/structures/products-list/classic/products-list-classic.component.d.ts +1 -0
- package/lib/structures/products-list/selected/products-list-selected.component.d.ts +1 -0
- package/lib/structures/products-list/simple/products-list-simple.component.d.ts +1 -0
- package/lib/wizi-block.component.d.ts +1 -0
- package/package.json +1 -1
- package/wizi-block.scss +7517 -7258
- package/wizishop-wizi-block.metadata.json +1 -1
package/assets/i18n/en.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"wb.AboutElementDto.author.1":"<h3 class=\"ql-align-center\">Lorem ipsum</h3>","wb.AboutElementDto.author.2":"<h4 class=\"ql-align-center\">Lorem</h4>","wb.AboutElementDto.content.1":"<p class=\"ql-align-center\"><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor</span></p>","wb.blocks.about-block.text":"Testimonials","wb.blocks.amplify-product-zoom-more.text":"Product zoom with enlarged image","wb.blocks.amplify-product-zoom-selected.text":"Product zoom with several images","wb.blocks.amplify-product-zoom-triple-column.text":"Product zoom with 3 columns","wb.blocks.amplify-product-zoom.text":"Product zoom","wb.blocks.amplify-products-list-classic.text":"Classic product list","wb.blocks.amplify-products-list-selected.text":"Product listing with emphazised product","wb.blocks.amplify-products-list-simple.text":"Refined list with hover over text","wb.blocks.code-html.text":"Add html code","wb.blocks.code-javascript.text":"Add javascript code","wb.blocks.code-stylesheet.text":"Add css code","wb.blocks.faq-accordion.text":"Expandable FAQ","wb.blocks.faq-frame.text":"FAQ with frame","wb.blocks.faq-list-icon.text":"FAQ list with icons","wb.blocks.faq-simple-background.text":"Simple FAQ with background","wb.blocks.faq-simple.text":"Simple FAQ","wb.blocks.FormContentDto.1":"Background color on the right","wb.blocks.FormContentDto.10":"The expandable mode allows you to reduce the display of your FAQ section by only showing the titles. When your visitors click on a title, the content displays automatically.","wb.blocks.FormContentDto.100":"Double","wb.blocks.FormContentDto.101":"None","wb.blocks.FormContentDto.102":"Space in the content","wb.blocks.FormContentDto.103":"Redirect form to onboarding?","wb.blocks.FormContentDto.104":"1","wb.blocks.FormContentDto.105":"2","wb.blocks.FormContentDto.106":"3","wb.blocks.FormContentDto.107":"Link on the left text","wb.blocks.FormContentDto.108":"Link on the left text","wb.blocks.FormContentDto.109":"Open the left link in a new tab","wb.blocks.FormContentDto.11":"Background color","wb.blocks.FormContentDto.110":"Open the right-hand link in a new tab","wb.blocks.FormContentDto.111":"Color of link arrows","wb.blocks.FormContentDto.112":"Banner background color","wb.blocks.FormContentDto.113":"Parallax effect speed","wb.blocks.FormContentDto.114":"Reverse parallax effect","wb.blocks.FormContentDto.115":"Slow","wb.blocks.FormContentDto.116":"Normal","wb.blocks.FormContentDto.117":"Fast","wb.blocks.FormContentDto.118":"Wiziblock ID","wb.blocks.FormContentDto.119":"Without spaces, put dashes (- or _) between words","wb.blocks.FormContentDto.12":"Color of the shade (active FAQ)","wb.blocks.FormContentDto.120":"Centre the text","wb.blocks.FormContentDto.121":"Centre the text horizontally if possible. If the text is too wide, it will automatically take up all the space.","wb.blocks.FormContentDto.13":"Icon color","wb.blocks.FormContentDto.14":"WiziBlock height","wb.blocks.FormContentDto.15":"Size","wb.blocks.FormContentDto.16":"Full-page display (width)","wb.blocks.FormContentDto.17":"Add a parallax effect","wb.blocks.FormContentDto.18":"YouTube or Vimeo link","wb.blocks.FormContentDto.19":"Mute","wb.blocks.FormContentDto.2":"Button text","wb.blocks.FormContentDto.20":"Text and button color","wb.blocks.FormContentDto.21":"Button text color","wb.blocks.FormContentDto.22":"Button background color","wb.blocks.FormContentDto.23":"Facebook","wb.blocks.FormContentDto.24":"Twitter","wb.blocks.FormContentDto.25":"Pinterest","wb.blocks.FormContentDto.26":"Instagram","wb.blocks.FormContentDto.27":"Default text (displayed in the form)","wb.blocks.FormContentDto.28":"Background color","wb.blocks.FormContentDto.29":"Button color","wb.blocks.FormContentDto.3":"Number of lines of products","wb.blocks.FormContentDto.30":"Font color","wb.blocks.FormContentDto.31":"Color of Icon N°1","wb.blocks.FormContentDto.32":"Color of Icon N°2","wb.blocks.FormContentDto.33":"Color of Icon N°3","wb.blocks.FormContentDto.34":"Color of Icon N°4","wb.blocks.FormContentDto.35":"Background color","wb.blocks.FormContentDto.36":"Quote color","wb.blocks.FormContentDto.37":"Author color","wb.blocks.FormContentDto.38":"Quote","wb.blocks.FormContentDto.39":"Your quote","wb.blocks.FormContentDto.4":"test","wb.blocks.FormContentDto.40":"Author","wb.blocks.FormContentDto.41":"Quote's author","wb.blocks.FormContentDto.42":"Link on Icon N°1","wb.blocks.FormContentDto.43":"https://www.yourlink.com","wb.blocks.FormContentDto.44":"Open in a new tab","wb.blocks.FormContentDto.45":"Link on Icon N°2","wb.blocks.FormContentDto.46":"Link on Icon N°3","wb.blocks.FormContentDto.47":"Link on Icon N°4","wb.blocks.FormContentDto.48":"Title, score and author color","wb.blocks.FormContentDto.49":"Review and date color","wb.blocks.FormContentDto.5":"Arrow color","wb.blocks.FormContentDto.50":"Stars color","wb.blocks.FormContentDto.51":"Star background color","wb.blocks.FormContentDto.52":"Display link to reviews","wb.blocks.FormContentDto.53":"Reviews background color","wb.blocks.FormContentDto.54":"Color","wb.blocks.FormContentDto.55":"Style","wb.blocks.FormContentDto.57":"Height","wb.blocks.FormContentDto.58":"Width","wb.blocks.FormContentDto.6":"Questions background color","wb.blocks.FormContentDto.60":"Time between each slide (in milliseconds)","wb.blocks.FormContentDto.62":"Image navigation display (points)","wb.blocks.FormContentDto.63":"Login details of your Facebook page","wb.blocks.FormContentDto.65":"https://www.facebook.com/mapage","wb.blocks.FormContentDto.66":"https://www.twitter.com/mapage","wb.blocks.FormContentDto.67":"https://www.instagram.com/mapage","wb.blocks.FormContentDto.68":"https://www.pinterest.com/mapage","wb.blocks.FormContentDto.69":"Space around content","wb.blocks.FormContentDto.7":"Answers background color","wb.blocks.FormContentDto.70":"Background color on the left","wb.blocks.FormContentDto.71":"Background color on the right","wb.blocks.FormContentDto.72":"Background color of middle left section","wb.blocks.FormContentDto.73":"Background color of middle right section","wb.blocks.FormContentDto.74":"Number key n°1","wb.blocks.FormContentDto.75":"Enter a number","wb.blocks.FormContentDto.76":"Number key n°2","wb.blocks.FormContentDto.77":"Number key n°3","wb.blocks.FormContentDto.78":"Number key n°4","wb.blocks.FormContentDto.79":"Background color of middle section","wb.blocks.FormContentDto.8":"Border color","wb.blocks.FormContentDto.80":"Text color","wb.blocks.FormContentDto.81":"Background color bottom left","wb.blocks.FormContentDto.82":"Button link","wb.blocks.FormContentDto.83":"Open link in another tab","wb.blocks.FormContentDto.84":"Display control buttons","wb.blocks.FormContentDto.85":"Autoplay (sound will be muted)","wb.blocks.FormContentDto.86":"Play on a loop","wb.blocks.FormContentDto.87":"Slides background color","wb.blocks.FormContentDto.88":"Color of slide border","wb.blocks.FormContentDto.89":"Separator color","wb.blocks.FormContentDto.9":"Expandable mode","wb.blocks.FormContentDto.90":"Background color of the center left section","wb.blocks.FormContentDto.91":"Background color of the center right section","wb.blocks.FormContentDto.92":"Background color in the center","wb.blocks.FormContentDto.93":"<a href=\"https://aide.wizishop.fr/articles/3077986-wiziblocks-reseaux-sociaux\" target=\"_blank\">Consult the help center</a>","wb.blocks.FormContentDto.94":"Small","wb.blocks.FormContentDto.95":"Medium","wb.blocks.FormContentDto.96":"Large","wb.blocks.FormContentDto.97":"Solid","wb.blocks.FormContentDto.98":"Point","wb.blocks.FormContentDto.99":"Dash","wb.blocks.forms-background.text":"Form with background color","wb.blocks.forms-imageleft.text":"Form with image on the left","wb.blocks.forms-imageright.text":"Form with image on the right","wb.blocks.forms-onboarding.text":"WiziShop onboarding form","wb.blocks.forms-simple.text":"Simple form","wb.blocks.html.1":"Quick Preview","wb.blocks.html.2":"Deactivate Preview","wb.blocks.images-banner.text":"Simple banner","wb.blocks.images-big-and-double.text":"A large image + 2 images on the right","wb.blocks.images-bigs-and-double-middle.text":"An image + 2 images + an image","wb.blocks.images-double.text":"Two images","wb.blocks.images-quadruple-left-one-right.text":"Four images on the left and an image on the right","wb.blocks.images-quadruple.text":"Four images","wb.blocks.images-simple.text":"Simple image","wb.blocks.images-texts-big-left-text-right.text":"Large image with text on the right","wb.blocks.images-texts-big-right-text-left.text":"Large image with text on the left","wb.blocks.images-texts-left-text-right.text":"Regular image with text on the right","wb.blocks.images-texts-one-text-one.text":"Image - Text - Image","wb.blocks.images-texts-right-text-left.text":"Regular image with text on the left","wb.blocks.images-texts-small-left-text-right.text":"Small image with text on the right","wb.blocks.images-texts-small-right-text-left.text":"Small image with text on the left","wb.blocks.images-texts-text-one-text.text":"Text - Image - Text","wb.blocks.images-triple.text":"Three images","wb.blocks.images.fourImagesTitle":"Four images with the title underneath","wb.blocks.images.twoTitleText":"Two images with title and text underneath","wb.blocks.launch-videos-button.text":"Play with button","wb.blocks.launch-videos-buttontxt.text":"Play with text and button","wb.blocks.map-background-form-left.text":"Map with background image and form on the left","wb.blocks.map-background-form-right.text":"Map with background image and form on the right","wb.blocks.map-fullpage.text":"Full-screen map","wb.blocks.map-left-text.text":"Map with text on the left","wb.blocks.map-right-text.text":"Map with text on the right","wb.blocks.map-text-form.text":"Map with text and form","wb.blocks.newsletter-aligned-center-background.text":"Newsletter subscription aligned in the center with background","wb.blocks.newsletter-aligned-center-image.text":"Newsletter subscription aligned in the center with image","wb.blocks.newsletter-center-image-instagram.text":"Subscription with image and Instagram timeline","wb.blocks.newsletter-center-image.text":"Newsletter subscription with image and text centered","wb.blocks.product-zoom-complete-background.text":"Zoom with info and background image","wb.blocks.product-zoom-complete-slider.text":"Zoom with info and highlighted product","wb.blocks.product-zoom-complete.text":"Product zoom with info","wb.blocks.product-zoom-more.text":"Product zoom with enlarged image","wb.blocks.product-zoom-selected.text":"Product zoom with several images","wb.blocks.product-zoom-simple.text":"Simple product zoom","wb.blocks.product-zoom-triple-column.text":"Product zoom with 3 columns","wb.blocks.product-zoom.text":"Product zoom","wb.blocks.products-list-classic.text":"Classic product listing","wb.blocks.products-list-selected.text":"Product listing with a highlighted product","wb.blocks.products-list-simple.text":"Refined list with text when hovering over","wb.blocks.quotes-author.text":"Quote with author's photo","wb.blocks.quotes-simple-background.text":"Simple quote with image","wb.blocks.quotes-simple.text":"Simple quote","wb.blocks.rassurances-quadruple-aligned.text":"4 reassurance elements aligned","wb.blocks.rassurances-quadruple-background.text":"4 reassurance elements with background image","wb.blocks.rassurances-triple-background.text":"3 reassurance elements with background image","wb.blocks.reviews-simple.text":"Classic customer review","wb.blocks.reviews-waterfall.text":"Cascading customer reviews","wb.blocks.separator-simple.text":"Simple block separator","wb.blocks.sliders-double-imageright.text":"Slideshow with two images on the right","wb.blocks.sliders-fullpage.text":"Full-page slideshow","wb.blocks.sliders-imageright.text":"Slideshow with an image on the right","wb.blocks.sliders-leftnav.text":"Slideshow with navigation on the left","wb.blocks.sliders-with-banner.text":"Full page slideshow and banner below","wb.blocks.socials-instagram-left.text":"Instagram timeline with image on the left","wb.blocks.socials-instagram.text":"Instagram timeline","wb.blocks.socials-like.text":"Like box","wb.blocks.socials-network.text":"Share buttons","wb.blocks.socials-page-complex.text":"Complex page","wb.blocks.socials-page-simple.text":"Simple page","wb.blocks.text-backgrounds-four-rows-icon-text.text":"Four rows of images with picto and text","wb.blocks.text-backgrounds-link.text":"Four images framed with title and text","wb.blocks.text-backgrounds-simple.text":"Simple text","wb.blocks.text-backgrounds-three-rows-icon-text.text":"Three rows of images with pictogram and text","wb.blocks.text-backgrounds-two-rows-icon-text.text":"Two rows of images with picto and text","wb.blocks.text-backgrounds-with-banner":"Simple text and banner underneath","wb.blocks.text-backgrounds-with-txt.text":"Text with background","wb.blocks.texts-double-background.text":"Two text columns with background","wb.blocks.texts-double.text":"Two text columns","wb.blocks.texts-one-background.text":"One text column with background","wb.blocks.texts-one.text":"One text column","wb.blocks.texts-quadruple-background.text":"Four text columns with background","wb.blocks.texts-quadruple-numbers.text":"Four dynamic key numbers","wb.blocks.texts-quadruple.text":"Four text columns","wb.blocks.texts-triple-background.text":"Three text columns with background","wb.blocks.texts-triple.text":"Three text columns","wb.blocks.timer-airport.text":"Airport-style countdown","wb.blocks.timer-background.text":"Framed countdown with image","wb.blocks.timer-clock.text":"Countdown clock with image","wb.blocks.timer-multiple-img.text":"Countdown with multiple images","wb.blocks.timer-simple.text":"Simple countdown","wb.blocks.videos-simple.text":"Simple video","wb.blocks.videos-txt-content.text":"Video with text in content","wb.blocks.videos-txt-left.text":"Video with text on the left","wb.blocks.videos-txt.text":"Video with text","wb.blocks.witness-background-double.text":"2 testimonials with background","wb.blocks.witness-background-one.text":"Testimony with background","wb.blocks.witness-quadruple.text":"4 testimonials","wb.blocks.witness-triple.text":"3 testimonials","wb.blocks.witness-twice.text":"2 testimonials","wb.configs.translations.1":"List of WiziBlocks","wb.configs.translations.2":"Website header","wb.configs.translations.3":"Footer","wb.configs.translations.4":"Choose your layout","wb.configs.translations.5":"Configuration","wb.configs.translations.6":"Select a component","wb.configs.translations.7":"Build your page using WiziBlocks. A block allows you organize your layout.","wb.dto.ADDRESS.9":"<p><span class=\"ql-size-large\" style=\"color: rgb(68, 68, 68);\">Your address<br/>New York</span></p>","wb.dto.AUTHOR.18":"Name","wb.dto.AUTHOR.36":"<h3><span>John Doe</span></h3>","wb.dto.BUTTON_TEXT.14":"Subscribe","wb.dto.BUTTON_TEXT.6":"View the video","wb.dto.BUTTON.15":"Test for free","wb.dto.CONTENT.1":"<p><span style=\"color: rgb(68, 68, 68);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum mollis turpis ex, eu convallis turpis ultrices in. Aenean varius nulla id maximus pellentesque. Integer mattis est enim, sit amet feugiat odio gravida","wb.dto.CONTENT.10":"<p class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vel lorem a est dictum ultrices ut a orci.</span></p>","wb.dto.CONTENT.11":"<p class=\"ql-align-center\"><strong class=\"ql-size-small\" style=\"color: rgb(255, 255, 255);\">Payment 100% secured</strong></p>","wb.dto.CONTENT.12":"<p class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum mollis turpis ex, eu convallis","wb.dto.CONTENT.13":"<p class=\"ql-align-center\"><strong class=\"ql-size-small\">Payment 100% secured</strong></p>","wb.dto.CONTENT.14":"<p class=\"ql-align-center\"><strong class=\"ql-size-small\">Tracked delivery 100% FREE</strong></p>","wb.dto.CONTENT.15":"<p><strong class=\"ql-size-small\">Lorem ipsum</strong> <strong class=\"ql-size-small\" style=\"color: rgb(240, 102, 102);\">dolor</strong> <strong class=\"ql-size-small\">sit amet</strong></p>","wb.dto.CONTENT.16":"<p><strong class=\"ql-size-small\">Lorem </strong><strong class=\"ql-size-small\" style=\"color: rgb(240, 102, 102);\">ipsum</strong><strong class=\"ql-size-small\"> dolor sit amet</strong></p>","wb.dto.CONTENT.17":"<p><span style=\"color: rgb(68, 68, 68);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum mollis turpis ex,</span></p>","wb.dto.CONTENT.18":"<p><span style=\"color: rgb(68, 68, 68);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum mollis turpis ex, eu convallis","wb.dto.CONTENT.19":"Don't try to be original, make sure you are good.","wb.dto.CONTENT.2":"<p class=\"ql-align-center\"><span style=\"color: rgb(68, 68, 68);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum mollis turpis ex, eu convallis turpis ultrices in. Aenean varius nulla id maximus pellentesque. Integer mattis est enim, sit amet feugiat odio gravida","wb.dto.CONTENT.20":"<p><span>Secured payment</span></p>","wb.dto.CONTENT.21":"<p><span>Shipping & Fast delivery</span></p>","wb.dto.CONTENT.22":"<p><span>Supporting you 24/7!</span></p>","wb.dto.CONTENT.23":"<p><span>7 days to change your mind</span></p>","wb.dto.CONTENT.24":"<p><span style=\"color: rgb(255, 255, 255);\">Secured payment</span></p>","wb.dto.CONTENT.25":"<p><span style=\"color: rgb(255, 255, 255);\">Shipping & Fast delivery</span></p>","wb.dto.CONTENT.26":"<p><span style=\"color: rgb(255, 255, 255);\">Supporting you 24/7!</span></p>","wb.dto.CONTENT.27":"<p><span style=\"color: rgb(255, 255, 255);\">7 days to change your mind</span></p>","wb.dto.CONTENT.28":"<p class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse congue consectetur porta</span></p>","wb.dto.CONTENT.29":"<h2 class=\"ql-align-center\" ><span style=\"color: rgb(255, 255, 255);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span></h2>","wb.dto.CONTENT.3":"<div>\n Your elements\n</div>","wb.dto.CONTENT.30":"<p class=\"ql-align-center\"><span>Key numbers</span></p>","wb.dto.CONTENT.31":"<p class=\"ql-align-center\"><span style=\"color: rgb(0, 0, 0);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse congue consectetur porta</span></p>","wb.dto.CONTENT.32":"<p class=\"ql-align-center\"><span style=\"color: rgb(39, 35, 43);\">LOREM IPSUM DOLOE SIT AMET</span></p>","wb.dto.CONTENT.33":"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque suscipit sollicitudin magna, nec sodales massa mattis nec.","wb.dto.CONTENT.34":"<p class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Your content here</span></p>","wb.dto.CONTENT.35":"<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.","wb.dto.CONTENT.36":"<p><span>Sed auctor ullamcorper mi, sit amet accumsan nisi scelerisque ut. Integer sed neque ac leo eleifend blandit.","wb.dto.CONTENT.37":"<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.","wb.dto.CONTENT.4":"alert(\"Your javascript code\");","wb.dto.CONTENT.5":".yourElements { \n background-color: white; \n }","wb.dto.CONTENT.6":"<p><span>Write the answer.</span></p>","wb.dto.CONTENT.7":"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse congue consectetur porta</span></p>","wb.dto.CONTENT.8":"<p class=\"ql-align-center\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse congue consectetur porta</span></p>","wb.dto.CONTENT.9":"<p class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Your content</span></p>","wb.dto.EMAIL.11":"<p><span class=\"ql-size-large\" style=\"color: rgb(68, 68, 68);\">youremail@email.com</span></p>","wb.dto.PHONE.10":"<p><span class=\"ql-size-large\" style=\"color: rgb(68, 68, 68);\">(555) 555-XXXX</span></p>","wb.dto.PLACEHOLDER.13":"Enter your email address","wb.dto.TEXT.1":"Discover the offer","wb.dto.TEXT.2":"<p class=\"ql-align-center\"><span>Lorem ipsum dolor sit amet, consectetuer</span></p>","wb.dto.TEXT.3":"<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.</p>","wb.dto.TITLE.1":"<p class=\"ql-align-center\"><strong class=\"ql-size-large ql-custom-uppercase\">Your recommendations</strong></p>","wb.dto.TITLE.12":"<h2 class=\"ql-align-right\"><span style=\"color: rgb(255, 255, 255);\">Subscribe to the newsletter</span></h2>","wb.dto.TITLE.15":"<h2 class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Subscribe to the newsletter</span></h2>","wb.dto.TITLE.16":"<strong><span style=\"color: rgb(68, 68, 68);\">Argument 01</span></strong>","wb.dto.TITLE.17":"<strong><span style=\"color: rgb(68, 68, 68);\">Argument 02</span></strong>","wb.dto.TITLE.19":"<h3><span>Payment</span></h3>","wb.dto.TITLE.2":"Write your question.","wb.dto.TITLE.20":"<h3><span>Fast delivery</span></h3>","wb.dto.TITLE.21":"<h3><span>Customer service</span></h3>","wb.dto.TITLE.22":"<h3><span>Money-back guarantee</span></h3>","wb.dto.TITLE.23":"<h3><span style=\"color: rgb(255, 255, 255);\">Payment</span></h3>","wb.dto.TITLE.24":"<h3><span style=\"color: rgb(255, 255, 255);\">Fast delivery</span></h3>","wb.dto.TITLE.25":"<h3><span style=\"color: rgb(255, 255, 255);\">Customer Service</span></h3>","wb.dto.TITLE.26":"<h3><span style=\"color: rgb(255, 255, 255);\">Money-back guarantee</span></h3>","wb.dto.TITLE.27":"<h3 class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Lorem ipsum dolor sit amet</span></h3>","wb.dto.TITLE.28":"<p class=\"ql-align-center\"><strong class=\"ql-size-large ql-custom-uppercase\">Store's score</strong></p>","wb.dto.TITLE.29":"26000","wb.dto.TITLE.3":"<h2><span>Lorem ipsum dolor sit amet</span></h2>","wb.dto.TITLE.30":"<h2 class=\"ql-align-center\" ><span style=\"color: rgb(0, 0, 0);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span></h2>","wb.dto.TITLE.31":"Lorem ipsum dolor","wb.dto.TITLE.32":"<h2>Lorem Ipsum</h2>","wb.dto.TITLE.33":"<h2 class=\"ql-align-center\" ><span style=\"color: rgb(255, 255, 255);\">Your title</span></h2>","wb.dto.TITLE.34":"<h2><span>Our team</span></h2>","wb.dto.TITLE.35":"<h2><span>They talk about us...</span></h2>","wb.dto.TITLE.37":"<h2><span>John Doe</span></h2>","wb.dto.TITLE.38":"<p class=\"ql-align-center\"><strong class=\"ql-size-large\">Create your online store</strong></p>","wb.dto.TITLE.39":"<h3 class=\"ql-align-center\"><strong class=\"ql-size-huge\">Lorem ipsum dolor sit amet, consectetur</strong></h3>","wb.dto.TITLE.4":"<h2><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span></h2>","wb.dto.TITLE.40":"<p class=\"ql-align-center\"><strong class=\"ql-size-large\">Lorem</strong></p>","wb.dto.TITLE.41":"<h3 class=\"ql-align-left\"><span class=\"ql-size-large\">Lorem ipsum dolor adipiscing elit. Aenean commodo</span></h3>","wb.dto.TITLE.42":"<p><strong class=\"ql-size-large\">Lorem ipsum dolor sit amet</strong></p>","wb.dto.TITLE.43":"<h3 class=\"ql-align-center\"><strong class=\"ql-size-large\">Lorem ipsum</strong></h3>","wb.dto.TITLE.5":"<h3 class=\"ql-align-center\"><strong class=\"ql-size-large\">Lorem ipsum</strong></h3>","wb.dto.TITLE.7":"<h2 class=\"ql-align-center\" ><span style=\"color: rgb(255, 255, 255);\">Your powerful title</span></h2>","wb.dto.TITLE.8":"<h2><strong class=\"ql-size-large\">Contact us</strong></h2>","wb.faq.1":"Add a question","wb.forms.FormsContentDto.1":"Space before the next content","wb.forms.FormsContentDto.10":"Medium","wb.forms.FormsContentDto.11":"Large","wb.forms.FormsContentDto.12":"Fullscreen","wb.forms.FormsContentDto.13":"Space between the top of the page and the first content","wb.forms.FormsContentDto.14":"The speed of the parallax effect depends on the height of the image used. The greater the height, the greater the speed of the parallax effect.","wb.forms.FormsContentDto.2":"Maximum size of the WiziBlock","wb.forms.FormsContentDto.3":"Align buttons at the bottom of the content","wb.forms.FormsContentDto.4":"Hide block","wb.forms.FormsContentDto.5":"Width max of the wiziblock: 1024px","wb.forms.FormsContentDto.6":"Width max of the wiziblock: 1440px","wb.forms.FormsContentDto.7":"Width max of the wiziblock: 1920px","wb.forms.FormsContentDto.8":"Width of the wiziblock: Full screen","wb.forms.FormsContentDto.9":"Small","wb.forms.FormsContentDto.width":"Maximum size of the WiziBlock","wb.ImageMediaAndTextDto.content.1":"<h2 class=\"ql-align-center\" ><span style=\"color: rgb(255, 255, 255);\">Title</span></h2>","wb.panel.html.1":"Open the WiziBlocks list","wb.panel.html.2":"Pin","wb.panel.html.3":"Unpin","wb.panel.html.4":"Hide","wb.productlist.1":"Selection","wb.productlist.2":"Special Offer","wb.productlist.3":"New","wb.productlist.4":"Flash Sale","wb.productlist.selection":"Selection","wb.quillHTML.TITLE":"wb.quillHTML.TITLE","wb.shared.components.amplifySearchCategory.1":"Guide: {{typeGuideName}}","wb.shared.components.amplifySearchCategory.2":"By name","wb.shared.components.amplifySearchProduct.1":"Select the type of store","wb.shared.components.amplifySearchProduct.2":"Remove product","wb.shared.components.quill.1":"Insert text","wb.shared.components.quill.2":"External?","wb.shared.components.quill.3":"Ok","wb.shared.components.quill.crypted":"Obfuscated link ?","wb.shared.components.quill.crypted_infobulle":"Link obfuscation is an advanced SEO technique that consists in hiding a link from search engine robots, while leaving it available for users.","wb.shared.components.quill.title":"Insert a title","wb.shared.components.strucTureConfigFont.1":"Search with the name FontAwesome Ex : arrow-alt-right","wb.shared.components.strucTureConfigFont.2":"Random","wb.shared.components.strucTureConfigFont.3":"View all icons","wb.shared.components.strucTureConfigFont.4":"Recommended size : {{recommendedSize}}","wb.shared.components.strucTureConfigFont.5":"Or","wb.shared.components.strucTureConfigFont.6":"Select an image","wb.shared.components.strucTureConfigFont.7":"Click to edit the pictogram","wb.shared.components.structureSearchProduct.1":"By name, id or reference","wb.shared.components.structureSearchProduct.2":"Remove this product","wb.shared.components.structureSelect.1":"Select your form","wb.shared.components.structureTools.1":"Move WiziBlock","wb.shared.components.structureTools.2":"Down","wb.shared.components.structureTools.3":"Up","wb.shared.components.structureTools.4":"WiziBlock configuration","wb.shared.components.structureTools.5":"Duplicate","wb.shared.components.structureTools.6":"Hold to delete","wb.shared.directives.pictures.1":"Ideal size","wb.shared.directives.pictures.2":"Select an image","wb.shared.pipes.answerPipe.1":"Type not found","wb.shared.pipes.answerPipe.10":"Url","wb.shared.pipes.answerPipe.2":"Short answer","wb.shared.pipes.answerPipe.3":"Long answer","wb.shared.pipes.answerPipe.4":"Selection","wb.shared.pipes.answerPipe.5":"Option button","wb.shared.pipes.answerPipe.6":"Box to tick","wb.shared.pipes.answerPipe.7":"File","wb.shared.pipes.answerPipe.8":"Date","wb.shared.pipes.answerPipe.9":"Email address","wb.socialnetwork.help.link":"https://aide.wizishop.fr/articles/3077986-wiziblocks-reseaux-sociaux","wb.structureconfig.tooltip.1":"Element configuration","wb.structures.amplify-product.text":"Product zoom","wb.structures.amplify-products-list.text":"Product list","wb.structures.code.text":"Code","wb.structures.faq.text":"FAQ","wb.structures.forms.text":"Form","wb.structures.images-texts.text":"Image and text","wb.structures.images.text":"One or several images","wb.structures.launch-videos.text":"Play video","wb.structures.map.text":"Map","wb.structures.newsletter.text":"Newsletter","wb.structures.onboarding.text":"WiziShop form","wb.structures.product.text":"Product zoom","wb.structures.products-list.text":"Product list","wb.structures.quotes.text":"Quote","wb.structures.rassurances.text":"Elements of reassurance","wb.structures.reviews.text":"Customer reviews","wb.structures.separator.text":"Block separator","wb.structures.sliders.text":"Slideshow","wb.structures.socials.text":"Social Networks","wb.structures.template.1":"Then search for a product","wb.structures.template.10":"Link on image","wb.structures.template.11":"https://www.mylink.com","wb.structures.template.12":"Open in a new tab","wb.structures.template.13":"Link text","wb.structures.template.14":"Link","wb.structures.template.15":"Button text","wb.structures.template.16":"Button link","wb.structures.template.17":"YouTube or Vimeo link:","wb.structures.template.18":"Ideal size: 1920x1080","wb.structures.template.19":"Search for your address:","wb.structures.template.2":"View product","wb.structures.template.20":"Search for a product","wb.structures.template.21":"Background picture","wb.structures.template.22":"Select another background image","wb.structures.template.23":"Add to cart","wb.structures.template.24":"In stock","wb.structures.template.25":"Customized products selection","wb.structures.template.26":"Or a product selection","wb.structures.template.27":"Product selection","wb.structures.template.28":"No store reviews available","wb.structures.template.29":"View more reviews","wb.structures.template.3":"Display a title","wb.structures.template.30":"Add a slide","wb.structures.template.31":"Slideshow et image name (ALT tag)","wb.structures.template.32":"Login details of your Facebook page:","wb.structures.template.33":"Consult the help section","wb.structures.template.34":"Facebook","wb.structures.template.35":"Twitter","wb.structures.template.36":"Instagram","wb.structures.template.37":"Pinterest","wb.structures.template.38":"Facebook:","wb.structures.template.39":"Twitter:","wb.structures.template.4":"Then a selection of customized products","wb.structures.template.40":"Instagram:","wb.structures.template.41":"Pinterest:","wb.structures.template.42":"Add an image","wb.structures.template.43":"Image size: 300 x 300","wb.structures.template.44":"Calendar","wb.structures.template.45":"First connection","wb.structures.template.46":"Select the date and time for the end of the countdown","wb.structures.template.47":"Days","wb.structures.template.48":"Hours","wb.structures.template.49":"Minutes","wb.structures.template.5":"Or select a category","wb.structures.template.50":"Seconds","wb.structures.template.51":"Confirm","wb.structures.template.52":"Days","wb.structures.template.53":"Hrs","wb.structures.template.54":"Min","wb.structures.template.55":"Sec","wb.structures.template.56":"{{totalComments}} customer reviews","wb.structures.template.57":"Published on {{created_at}}","wb.structures.template.58":"Slide 0{{nb}}","wb.structures.template.59":"Image 0{{nb}}","wb.structures.template.6":"No product for this selection","wb.structures.template.60":"Select the total time of the countdown.\nIt will start independently for each visitor when they first connect.","wb.structures.template.61":"Confirm","wb.structures.template.62":"Slide name {{nb}}","wb.structures.template.63":"Insert an additional line","wb.structures.template.64":"Delete this row?","wb.structures.template.65":"Ok","wb.structures.template.8":"Select an image","wb.structures.template.9":"Image name (ALT tag)","wb.structures.text-backgrounds.text":"Text with background image","wb.structures.texts.text":"One or several texts","wb.structures.timer.text":"Countdown","wb.structures.videos.text":"Background video","wb.structures.witness.text":"Testimonials"}
|
|
1
|
+
{"wb.AboutElementDto.author.1":"<h3 class=\"ql-align-center\">Lorem ipsum</h3>","wb.AboutElementDto.author.2":"<h4 class=\"ql-align-center\">Lorem</h4>","wb.AboutElementDto.content.1":"<p class=\"ql-align-center\"><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor</span></p>","wb.blocks.about-block.text":"Testimonials","wb.blocks.amplify-product-zoom-more.text":"Product zoom with enlarged image","wb.blocks.amplify-product-zoom-selected.text":"Product zoom with several images","wb.blocks.amplify-product-zoom-triple-column.text":"Product zoom with 3 columns","wb.blocks.amplify-product-zoom.text":"Product zoom","wb.blocks.amplify-products-list-classic.text":"Classic product list","wb.blocks.amplify-products-list-selected.text":"Product listing with emphazised product","wb.blocks.amplify-products-list-simple.text":"Refined list with hover over text","wb.blocks.code-html.text":"Add html code","wb.blocks.code-javascript.text":"Add javascript code","wb.blocks.code-stylesheet.text":"Add css code","wb.blocks.faq-accordion.text":"Expandable FAQ","wb.blocks.faq-frame.text":"FAQ with frame","wb.blocks.faq-list-icon.text":"FAQ list with icons","wb.blocks.faq-simple-background.text":"Simple FAQ with background","wb.blocks.faq-simple.text":"Simple FAQ","wb.blocks.FormContentDto.1":"Background color on the right","wb.blocks.FormContentDto.10":"The expandable mode allows you to reduce the display of your FAQ section by only showing the titles. When your visitors click on a title, the content displays automatically.","wb.blocks.FormContentDto.100":"Double","wb.blocks.FormContentDto.101":"None","wb.blocks.FormContentDto.102":"Space in the content","wb.blocks.FormContentDto.103":"Redirect form to onboarding?","wb.blocks.FormContentDto.104":"1","wb.blocks.FormContentDto.105":"2","wb.blocks.FormContentDto.106":"3","wb.blocks.FormContentDto.107":"Link on the left text","wb.blocks.FormContentDto.108":"Link on the left text","wb.blocks.FormContentDto.109":"Open the left link in a new tab","wb.blocks.FormContentDto.11":"Background color","wb.blocks.FormContentDto.110":"Open the right-hand link in a new tab","wb.blocks.FormContentDto.111":"Color of link arrows","wb.blocks.FormContentDto.112":"Banner background color","wb.blocks.FormContentDto.113":"Parallax effect speed","wb.blocks.FormContentDto.114":"Reverse parallax effect","wb.blocks.FormContentDto.115":"Slow","wb.blocks.FormContentDto.116":"Normal","wb.blocks.FormContentDto.117":"Fast","wb.blocks.FormContentDto.118":"Wiziblock ID","wb.blocks.FormContentDto.119":"Without spaces, put dashes (- or _) between words","wb.blocks.FormContentDto.12":"Color of the shade (active FAQ)","wb.blocks.FormContentDto.120":"Centre the text","wb.blocks.FormContentDto.121":"Centre the text horizontally if possible. If the text is too wide, it will automatically take up all the space.","wb.blocks.FormContentDto.13":"Icon color","wb.blocks.FormContentDto.14":"WiziBlock height","wb.blocks.FormContentDto.15":"Size","wb.blocks.FormContentDto.16":"Full-page display (width)","wb.blocks.FormContentDto.17":"Add a parallax effect","wb.blocks.FormContentDto.18":"YouTube or Vimeo link","wb.blocks.FormContentDto.19":"Mute","wb.blocks.FormContentDto.2":"Button text","wb.blocks.FormContentDto.20":"Text and button color","wb.blocks.FormContentDto.21":"Button text color","wb.blocks.FormContentDto.22":"Button background color","wb.blocks.FormContentDto.23":"Facebook","wb.blocks.FormContentDto.24":"Twitter","wb.blocks.FormContentDto.25":"Pinterest","wb.blocks.FormContentDto.26":"Instagram","wb.blocks.FormContentDto.27":"Default text (displayed in the form)","wb.blocks.FormContentDto.28":"Background color","wb.blocks.FormContentDto.29":"Button color","wb.blocks.FormContentDto.3":"Number of lines of products","wb.blocks.FormContentDto.30":"Font color","wb.blocks.FormContentDto.31":"Color of Icon N°1","wb.blocks.FormContentDto.32":"Color of Icon N°2","wb.blocks.FormContentDto.33":"Color of Icon N°3","wb.blocks.FormContentDto.34":"Color of Icon N°4","wb.blocks.FormContentDto.35":"Background color","wb.blocks.FormContentDto.36":"Quote color","wb.blocks.FormContentDto.37":"Author color","wb.blocks.FormContentDto.38":"Quote","wb.blocks.FormContentDto.39":"Your quote","wb.blocks.FormContentDto.4":"test","wb.blocks.FormContentDto.40":"Author","wb.blocks.FormContentDto.41":"Quote's author","wb.blocks.FormContentDto.42":"Link on Icon N°1","wb.blocks.FormContentDto.43":"https://www.yourlink.com","wb.blocks.FormContentDto.44":"Open in a new tab","wb.blocks.FormContentDto.45":"Link on Icon N°2","wb.blocks.FormContentDto.46":"Link on Icon N°3","wb.blocks.FormContentDto.47":"Link on Icon N°4","wb.blocks.FormContentDto.48":"Title, score and author color","wb.blocks.FormContentDto.49":"Review and date color","wb.blocks.FormContentDto.5":"Arrow color","wb.blocks.FormContentDto.50":"Stars color","wb.blocks.FormContentDto.51":"Star background color","wb.blocks.FormContentDto.52":"Display link to reviews","wb.blocks.FormContentDto.53":"Reviews background color","wb.blocks.FormContentDto.54":"Color","wb.blocks.FormContentDto.55":"Style","wb.blocks.FormContentDto.57":"Height","wb.blocks.FormContentDto.58":"Width","wb.blocks.FormContentDto.6":"Questions background color","wb.blocks.FormContentDto.60":"Time between each slide (in milliseconds)","wb.blocks.FormContentDto.62":"Image navigation display (points)","wb.blocks.FormContentDto.63":"Login details of your Facebook page","wb.blocks.FormContentDto.65":"https://www.facebook.com/mapage","wb.blocks.FormContentDto.66":"https://www.twitter.com/mapage","wb.blocks.FormContentDto.67":"https://www.instagram.com/mapage","wb.blocks.FormContentDto.68":"https://www.pinterest.com/mapage","wb.blocks.FormContentDto.69":"Space around content","wb.blocks.FormContentDto.7":"Answers background color","wb.blocks.FormContentDto.70":"Background color on the left","wb.blocks.FormContentDto.71":"Background color on the right","wb.blocks.FormContentDto.72":"Background color of middle left section","wb.blocks.FormContentDto.73":"Background color of middle right section","wb.blocks.FormContentDto.74":"Number key n°1","wb.blocks.FormContentDto.75":"Enter a number","wb.blocks.FormContentDto.76":"Number key n°2","wb.blocks.FormContentDto.77":"Number key n°3","wb.blocks.FormContentDto.78":"Number key n°4","wb.blocks.FormContentDto.79":"Background color of middle section","wb.blocks.FormContentDto.8":"Border color","wb.blocks.FormContentDto.80":"Text color","wb.blocks.FormContentDto.81":"Background color bottom left","wb.blocks.FormContentDto.82":"Button link","wb.blocks.FormContentDto.83":"Open link in another tab","wb.blocks.FormContentDto.84":"Display control buttons","wb.blocks.FormContentDto.85":"Autoplay (sound will be muted)","wb.blocks.FormContentDto.86":"Play on a loop","wb.blocks.FormContentDto.87":"Slides background color","wb.blocks.FormContentDto.88":"Color of slide border","wb.blocks.FormContentDto.89":"Separator color","wb.blocks.FormContentDto.9":"Expandable mode","wb.blocks.FormContentDto.90":"Background color of the center left section","wb.blocks.FormContentDto.91":"Background color of the center right section","wb.blocks.FormContentDto.92":"Background color in the center","wb.blocks.FormContentDto.93":"<a href=\"https://aide.wizishop.fr/articles/3077986-wiziblocks-reseaux-sociaux\" target=\"_blank\">Consult the help center</a>","wb.blocks.FormContentDto.94":"Small","wb.blocks.FormContentDto.95":"Medium","wb.blocks.FormContentDto.96":"Large","wb.blocks.FormContentDto.97":"Solid","wb.blocks.FormContentDto.98":"Point","wb.blocks.FormContentDto.99":"Dash","wb.blocks.forms-background.text":"Form with background color","wb.blocks.forms-imageleft.text":"Form with image on the left","wb.blocks.forms-imageright.text":"Form with image on the right","wb.blocks.forms-onboarding.text":"WiziShop onboarding form","wb.blocks.forms-simple.text":"Simple form","wb.blocks.html.1":"Quick Preview","wb.blocks.html.2":"Deactivate Preview","wb.blocks.images-banner.text":"Simple banner","wb.blocks.images-big-and-double.text":"A large image + 2 images on the right","wb.blocks.images-bigs-and-double-middle.text":"An image + 2 images + an image","wb.blocks.images-double.text":"Two images","wb.blocks.images-quadruple-left-one-right.text":"Four images on the left and an image on the right","wb.blocks.images-quadruple.text":"Four images","wb.blocks.images-simple.text":"Simple image","wb.blocks.images-texts-big-left-text-right.text":"Large image with text on the right","wb.blocks.images-texts-big-right-text-left.text":"Large image with text on the left","wb.blocks.images-texts-left-text-right.text":"Regular image with text on the right","wb.blocks.images-texts-one-text-one.text":"Image - Text - Image","wb.blocks.images-texts-right-text-left.text":"Regular image with text on the left","wb.blocks.images-texts-small-left-text-right.text":"Small image with text on the right","wb.blocks.images-texts-small-right-text-left.text":"Small image with text on the left","wb.blocks.images-texts-text-one-text.text":"Text - Image - Text","wb.blocks.images-triple.text":"Three images","wb.blocks.images.fourImagesTitle":"Four images with the title underneath","wb.blocks.images.twoTitleText":"Two images with title and text underneath","wb.blocks.launch-videos-button.text":"Play with button","wb.blocks.launch-videos-buttontxt.text":"Play with text and button","wb.blocks.map-background-form-left.text":"Map with background image and form on the left","wb.blocks.map-background-form-right.text":"Map with background image and form on the right","wb.blocks.map-fullpage.text":"Full-screen map","wb.blocks.map-left-text.text":"Map with text on the left","wb.blocks.map-right-text.text":"Map with text on the right","wb.blocks.map-text-form.text":"Map with text and form","wb.blocks.newsletter-aligned-center-background.text":"Newsletter subscription aligned in the center with background","wb.blocks.newsletter-aligned-center-image.text":"Newsletter subscription aligned in the center with image","wb.blocks.newsletter-center-image-instagram.text":"Subscription with image and Instagram timeline","wb.blocks.newsletter-center-image.text":"Newsletter subscription with image and text centered","wb.blocks.product-zoom-complete-background.text":"Zoom with info and background image","wb.blocks.product-zoom-complete-slider.text":"Zoom with info and highlighted product","wb.blocks.product-zoom-complete.text":"Product zoom with info","wb.blocks.product-zoom-more.text":"Product zoom with enlarged image","wb.blocks.product-zoom-selected.text":"Product zoom with several images","wb.blocks.product-zoom-simple.text":"Simple product zoom","wb.blocks.product-zoom-triple-column.text":"Product zoom with 3 columns","wb.blocks.product-zoom.text":"Product zoom","wb.blocks.products-list-classic.text":"Classic product listing","wb.blocks.products-list-selected.text":"Product listing with a highlighted product","wb.blocks.products-list-simple.text":"Refined list with text when hovering over","wb.blocks.quotes-author.text":"Quote with author's photo","wb.blocks.quotes-simple-background.text":"Simple quote with image","wb.blocks.quotes-simple.text":"Simple quote","wb.blocks.rassurances-quadruple-aligned.text":"4 reassurance elements aligned","wb.blocks.rassurances-quadruple-background.text":"4 reassurance elements with background image","wb.blocks.rassurances-triple-background.text":"3 reassurance elements with background image","wb.blocks.reviews-simple.text":"Classic customer review","wb.blocks.reviews-waterfall.text":"Cascading customer reviews","wb.blocks.separator-simple.text":"Simple block separator","wb.blocks.sliders-double-imageright.text":"Slideshow with two images on the right","wb.blocks.sliders-fullpage.text":"Full-page slideshow","wb.blocks.sliders-imageright.text":"Slideshow with an image on the right","wb.blocks.sliders-leftnav.text":"Slideshow with navigation on the left","wb.blocks.sliders-with-banner.text":"Full page slideshow and banner below","wb.blocks.socials-instagram-left.text":"Instagram timeline with image on the left","wb.blocks.socials-instagram.text":"Instagram timeline","wb.blocks.socials-like.text":"Like box","wb.blocks.socials-network.text":"Share buttons","wb.blocks.socials-page-complex.text":"Complex page","wb.blocks.socials-page-simple.text":"Simple page","wb.blocks.text-backgrounds-four-rows-icon-text.text":"Four rows of images with picto and text","wb.blocks.text-backgrounds-link.text":"Four images framed with title and text","wb.blocks.text-backgrounds-simple.text":"Simple text","wb.blocks.text-backgrounds-three-rows-icon-text.text":"Three rows of images with pictogram and text","wb.blocks.text-backgrounds-two-rows-icon-text.text":"Two rows of images with picto and text","wb.blocks.text-backgrounds-with-banner":"Simple text and banner underneath","wb.blocks.text-backgrounds-with-txt.text":"Text with background","wb.blocks.texts-double-background.text":"Two text columns with background","wb.blocks.texts-double.text":"Two text columns","wb.blocks.texts-one-background.text":"One text column with background","wb.blocks.texts-one.text":"One text column","wb.blocks.texts-quadruple-background.text":"Four text columns with background","wb.blocks.texts-quadruple-numbers.text":"Four dynamic key numbers","wb.blocks.texts-quadruple.text":"Four text columns","wb.blocks.texts-triple-background.text":"Three text columns with background","wb.blocks.texts-triple.text":"Three text columns","wb.blocks.timer-airport.text":"Airport-style countdown","wb.blocks.timer-background.text":"Framed countdown with image","wb.blocks.timer-clock.text":"Countdown clock with image","wb.blocks.timer-multiple-img.text":"Countdown with multiple images","wb.blocks.timer-simple.text":"Simple countdown","wb.blocks.videos-simple.text":"Simple video","wb.blocks.videos-txt-content.text":"Video with text in content","wb.blocks.videos-txt-left.text":"Video with text on the left","wb.blocks.videos-txt.text":"Video with text","wb.blocks.witness-background-double.text":"2 testimonials with background","wb.blocks.witness-background-one.text":"Testimony with background","wb.blocks.witness-quadruple.text":"4 testimonials","wb.blocks.witness-triple.text":"3 testimonials","wb.blocks.witness-twice.text":"2 testimonials","wb.configs.translations.1":"List of WiziBlocks","wb.configs.translations.2":"Website header","wb.configs.translations.3":"Footer","wb.configs.translations.4":"Choose your layout","wb.configs.translations.5":"Configuration","wb.configs.translations.6":"Select a component","wb.configs.translations.7":"Build your page using WiziBlocks. A block allows you organize your layout.","wb.dto.ADDRESS.9":"<p><span class=\"ql-size-large\" style=\"color: rgb(68, 68, 68);\">Your address<br/>New York</span></p>","wb.dto.AUTHOR.18":"Name","wb.dto.AUTHOR.36":"<h3><span>John Doe</span></h3>","wb.dto.BUTTON_TEXT.14":"Subscribe","wb.dto.BUTTON_TEXT.6":"View the video","wb.dto.BUTTON.15":"Test for free","wb.dto.CONTENT.1":"<p><span style=\"color: rgb(68, 68, 68);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum mollis turpis ex, eu convallis turpis ultrices in. Aenean varius nulla id maximus pellentesque. Integer mattis est enim, sit amet feugiat odio gravida","wb.dto.CONTENT.10":"<p class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vel lorem a est dictum ultrices ut a orci.</span></p>","wb.dto.CONTENT.11":"<p class=\"ql-align-center\"><strong class=\"ql-size-small\" style=\"color: rgb(255, 255, 255);\">Payment 100% secured</strong></p>","wb.dto.CONTENT.12":"<p class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum mollis turpis ex, eu convallis","wb.dto.CONTENT.13":"<p class=\"ql-align-center\"><strong class=\"ql-size-small\">Payment 100% secured</strong></p>","wb.dto.CONTENT.14":"<p class=\"ql-align-center\"><strong class=\"ql-size-small\">Tracked delivery 100% FREE</strong></p>","wb.dto.CONTENT.15":"<p><strong class=\"ql-size-small\">Lorem ipsum</strong> <strong class=\"ql-size-small\" style=\"color: rgb(240, 102, 102);\">dolor</strong> <strong class=\"ql-size-small\">sit amet</strong></p>","wb.dto.CONTENT.16":"<p><strong class=\"ql-size-small\">Lorem </strong><strong class=\"ql-size-small\" style=\"color: rgb(240, 102, 102);\">ipsum</strong><strong class=\"ql-size-small\"> dolor sit amet</strong></p>","wb.dto.CONTENT.17":"<p><span style=\"color: rgb(68, 68, 68);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum mollis turpis ex,</span></p>","wb.dto.CONTENT.18":"<p><span style=\"color: rgb(68, 68, 68);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum mollis turpis ex, eu convallis","wb.dto.CONTENT.19":"Don't try to be original, make sure you are good.","wb.dto.CONTENT.2":"<p class=\"ql-align-center\"><span style=\"color: rgb(68, 68, 68);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum mollis turpis ex, eu convallis turpis ultrices in. Aenean varius nulla id maximus pellentesque. Integer mattis est enim, sit amet feugiat odio gravida","wb.dto.CONTENT.20":"<p><span>Secured payment</span></p>","wb.dto.CONTENT.21":"<p><span>Shipping & Fast delivery</span></p>","wb.dto.CONTENT.22":"<p><span>Supporting you 24/7!</span></p>","wb.dto.CONTENT.23":"<p><span>7 days to change your mind</span></p>","wb.dto.CONTENT.24":"<p><span style=\"color: rgb(255, 255, 255);\">Secured payment</span></p>","wb.dto.CONTENT.25":"<p><span style=\"color: rgb(255, 255, 255);\">Shipping & Fast delivery</span></p>","wb.dto.CONTENT.26":"<p><span style=\"color: rgb(255, 255, 255);\">Supporting you 24/7!</span></p>","wb.dto.CONTENT.27":"<p><span style=\"color: rgb(255, 255, 255);\">7 days to change your mind</span></p>","wb.dto.CONTENT.28":"<p class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse congue consectetur porta</span></p>","wb.dto.CONTENT.29":"<h2 class=\"ql-align-center\" ><span style=\"color: rgb(255, 255, 255);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span></h2>","wb.dto.CONTENT.3":"<div>\n Your elements\n</div>","wb.dto.CONTENT.30":"<p class=\"ql-align-center\"><span>Key numbers</span></p>","wb.dto.CONTENT.31":"<p class=\"ql-align-center\"><span style=\"color: rgb(0, 0, 0);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse congue consectetur porta</span></p>","wb.dto.CONTENT.32":"<p class=\"ql-align-center\"><span style=\"color: rgb(39, 35, 43);\">LOREM IPSUM DOLOE SIT AMET</span></p>","wb.dto.CONTENT.33":"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque suscipit sollicitudin magna, nec sodales massa mattis nec.","wb.dto.CONTENT.34":"<p class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Your content here</span></p>","wb.dto.CONTENT.35":"<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.","wb.dto.CONTENT.36":"<p><span>Sed auctor ullamcorper mi, sit amet accumsan nisi scelerisque ut. Integer sed neque ac leo eleifend blandit.","wb.dto.CONTENT.37":"<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.","wb.dto.CONTENT.4":"alert(\"Your javascript code\");","wb.dto.CONTENT.5":".yourElements { \n background-color: white; \n }","wb.dto.CONTENT.6":"<p><span>Write the answer.</span></p>","wb.dto.CONTENT.7":"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse congue consectetur porta</span></p>","wb.dto.CONTENT.8":"<p class=\"ql-align-center\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse congue consectetur porta</span></p>","wb.dto.CONTENT.9":"<p class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Your content</span></p>","wb.dto.EMAIL.11":"<p><span class=\"ql-size-large\" style=\"color: rgb(68, 68, 68);\">youremail@email.com</span></p>","wb.dto.PHONE.10":"<p><span class=\"ql-size-large\" style=\"color: rgb(68, 68, 68);\">(555) 555-XXXX</span></p>","wb.dto.PLACEHOLDER.13":"Enter your email address","wb.dto.TEXT.1":"Discover the offer","wb.dto.TEXT.2":"<p class=\"ql-align-center\"><span>Lorem ipsum dolor sit amet, consectetuer</span></p>","wb.dto.TEXT.3":"<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.</p>","wb.dto.TITLE.1":"<p class=\"ql-align-center\"><strong class=\"ql-size-large ql-custom-uppercase\">Your recommendations</strong></p>","wb.dto.TITLE.12":"<h2 class=\"ql-align-right\"><span style=\"color: rgb(255, 255, 255);\">Subscribe to the newsletter</span></h2>","wb.dto.TITLE.15":"<h2 class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Subscribe to the newsletter</span></h2>","wb.dto.TITLE.16":"<strong><span style=\"color: rgb(68, 68, 68);\">Argument 01</span></strong>","wb.dto.TITLE.17":"<strong><span style=\"color: rgb(68, 68, 68);\">Argument 02</span></strong>","wb.dto.TITLE.19":"<h3><span>Payment</span></h3>","wb.dto.TITLE.2":"Write your question.","wb.dto.TITLE.20":"<h3><span>Fast delivery</span></h3>","wb.dto.TITLE.21":"<h3><span>Customer service</span></h3>","wb.dto.TITLE.22":"<h3><span>Money-back guarantee</span></h3>","wb.dto.TITLE.23":"<h3><span style=\"color: rgb(255, 255, 255);\">Payment</span></h3>","wb.dto.TITLE.24":"<h3><span style=\"color: rgb(255, 255, 255);\">Fast delivery</span></h3>","wb.dto.TITLE.25":"<h3><span style=\"color: rgb(255, 255, 255);\">Customer Service</span></h3>","wb.dto.TITLE.26":"<h3><span style=\"color: rgb(255, 255, 255);\">Money-back guarantee</span></h3>","wb.dto.TITLE.27":"<h3 class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Lorem ipsum dolor sit amet</span></h3>","wb.dto.TITLE.28":"<p class=\"ql-align-center\"><strong class=\"ql-size-large ql-custom-uppercase\">Store's score</strong></p>","wb.dto.TITLE.29":"26000","wb.dto.TITLE.3":"<h2><span>Lorem ipsum dolor sit amet</span></h2>","wb.dto.TITLE.30":"<h2 class=\"ql-align-center\" ><span style=\"color: rgb(0, 0, 0);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span></h2>","wb.dto.TITLE.31":"Lorem ipsum dolor","wb.dto.TITLE.32":"<h2>Lorem Ipsum</h2>","wb.dto.TITLE.33":"<h2 class=\"ql-align-center\" ><span style=\"color: rgb(255, 255, 255);\">Your title</span></h2>","wb.dto.TITLE.34":"<h2><span>Our team</span></h2>","wb.dto.TITLE.35":"<h2><span>They talk about us...</span></h2>","wb.dto.TITLE.37":"<h2><span>John Doe</span></h2>","wb.dto.TITLE.38":"<p class=\"ql-align-center\"><strong class=\"ql-size-large\">Create your online store</strong></p>","wb.dto.TITLE.39":"<h3 class=\"ql-align-center\"><strong class=\"ql-size-huge\">Lorem ipsum dolor sit amet, consectetur</strong></h3>","wb.dto.TITLE.4":"<h2><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span></h2>","wb.dto.TITLE.40":"<p class=\"ql-align-center\"><strong class=\"ql-size-large\">Lorem</strong></p>","wb.dto.TITLE.41":"<h3 class=\"ql-align-left\"><span class=\"ql-size-large\">Lorem ipsum dolor adipiscing elit. Aenean commodo</span></h3>","wb.dto.TITLE.42":"<p><strong class=\"ql-size-large\">Lorem ipsum dolor sit amet</strong></p>","wb.dto.TITLE.43":"<h3 class=\"ql-align-center\"><strong class=\"ql-size-large\">Lorem ipsum</strong></h3>","wb.dto.TITLE.5":"<h3 class=\"ql-align-center\"><strong class=\"ql-size-large\">Lorem ipsum</strong></h3>","wb.dto.TITLE.7":"<h2 class=\"ql-align-center\" ><span style=\"color: rgb(255, 255, 255);\">Your powerful title</span></h2>","wb.dto.TITLE.8":"<h2><strong class=\"ql-size-large\">Contact us</strong></h2>","wb.faq.1":"Add a question","wb.forms.FormsContentDto.1":"Space before the next content","wb.forms.FormsContentDto.10":"Medium","wb.forms.FormsContentDto.11":"Large","wb.forms.FormsContentDto.12":"Fullscreen","wb.forms.FormsContentDto.13":"Space between the top of the page and the first content","wb.forms.FormsContentDto.14":"The speed of the parallax effect depends on the height of the image used. The greater the height, the greater the speed of the parallax effect.","wb.forms.FormsContentDto.2":"Maximum size of the WiziBlock","wb.forms.FormsContentDto.3":"Align buttons at the bottom of the content","wb.forms.FormsContentDto.4":"Hide block","wb.forms.FormsContentDto.5":"Width max of the wiziblock: 1024px","wb.forms.FormsContentDto.6":"Width max of the wiziblock: 1440px","wb.forms.FormsContentDto.7":"Width max of the wiziblock: 1920px","wb.forms.FormsContentDto.8":"Width of the wiziblock: Full screen","wb.forms.FormsContentDto.9":"Small","wb.forms.FormsContentDto.width":"Maximum size of the WiziBlock","wb.ImageMediaAndTextDto.content.1":"<h2 class=\"ql-align-center\" ><span style=\"color: rgb(255, 255, 255);\">Title</span></h2>","wb.panel.html.1":"Open the WiziBlocks list","wb.panel.html.2":"Pin","wb.panel.html.3":"Unpin","wb.panel.html.4":"Hide","wb.productlist.1":"Selection","wb.productlist.2":"Special Offer","wb.productlist.3":"New","wb.productlist.4":"Flash Sale","wb.productlist.selection":"Selection","wb.quillHTML.TITLE":"wb.quillHTML.TITLE","wb.shared.components.amplifySearchCategory.1":"Guide: {{typeGuideName}}","wb.shared.components.amplifySearchCategory.2":"By name","wb.shared.components.amplifySearchProduct.1":"Select the type of store","wb.shared.components.amplifySearchProduct.2":"Remove product","wb.shared.components.quill.1":"Insert text","wb.shared.components.quill.2":"External?","wb.shared.components.quill.3":"Ok","wb.shared.components.quill.crypted":"Obfuscated link ?","wb.shared.components.quill.crypted_infobulle":"Link obfuscation is an advanced SEO technique that consists in hiding a link from search engine robots, while leaving it available for users. <a href=\"https://wizishop.com/blog/url-obfuscation\">Read more</a>","wb.shared.components.quill.title":"Insert a title","wb.shared.components.strucTureConfigFont.1":"Search with the name FontAwesome Ex : arrow-alt-right","wb.shared.components.strucTureConfigFont.2":"Random","wb.shared.components.strucTureConfigFont.3":"View all icons","wb.shared.components.strucTureConfigFont.4":"Recommended size : {{recommendedSize}}","wb.shared.components.strucTureConfigFont.5":"Or","wb.shared.components.strucTureConfigFont.6":"Select an image","wb.shared.components.strucTureConfigFont.7":"Click to edit the pictogram","wb.shared.components.structureSearchProduct.1":"By name, id or reference","wb.shared.components.structureSearchProduct.2":"Remove this product","wb.shared.components.structureSelect.1":"Select your form","wb.shared.components.structureTools.1":"Move WiziBlock","wb.shared.components.structureTools.2":"Down","wb.shared.components.structureTools.3":"Up","wb.shared.components.structureTools.4":"WiziBlock configuration","wb.shared.components.structureTools.5":"Duplicate","wb.shared.components.structureTools.6":"Hold to delete","wb.shared.directives.pictures.1":"Ideal size","wb.shared.directives.pictures.2":"Select an image","wb.shared.pipes.answerPipe.1":"Type not found","wb.shared.pipes.answerPipe.10":"Url","wb.shared.pipes.answerPipe.2":"Short answer","wb.shared.pipes.answerPipe.3":"Long answer","wb.shared.pipes.answerPipe.4":"Selection","wb.shared.pipes.answerPipe.5":"Option button","wb.shared.pipes.answerPipe.6":"Box to tick","wb.shared.pipes.answerPipe.7":"File","wb.shared.pipes.answerPipe.8":"Date","wb.shared.pipes.answerPipe.9":"Email address","wb.socialnetwork.help.link":"https://aide.wizishop.fr/articles/3077986-wiziblocks-reseaux-sociaux","wb.structureconfig.tooltip.1":"Element configuration","wb.structures.amplify-product.text":"Product zoom","wb.structures.amplify-products-list.text":"Product list","wb.structures.code.text":"Code","wb.structures.faq.text":"FAQ","wb.structures.forms.text":"Form","wb.structures.images-texts.text":"Image and text","wb.structures.images.text":"One or several images","wb.structures.launch-videos.text":"Play video","wb.structures.map.text":"Map","wb.structures.newsletter.text":"Newsletter","wb.structures.onboarding.text":"WiziShop form","wb.structures.product.text":"Product zoom","wb.structures.products-list.text":"Product list","wb.structures.quotes.text":"Quote","wb.structures.rassurances.text":"Elements of reassurance","wb.structures.reviews.text":"Customer reviews","wb.structures.separator.text":"Block separator","wb.structures.sliders.text":"Slideshow","wb.structures.socials.text":"Social Networks","wb.structures.template.1":"Then search for a product","wb.structures.template.10":"Link on image","wb.structures.template.11":"https://www.mylink.com","wb.structures.template.12":"Open in a new tab","wb.structures.template.13":"Link text","wb.structures.template.14":"Link","wb.structures.template.15":"Button text","wb.structures.template.16":"Button link","wb.structures.template.17":"YouTube or Vimeo link:","wb.structures.template.18":"Ideal size: 1920x1080","wb.structures.template.19":"Search for your address:","wb.structures.template.2":"View product","wb.structures.template.20":"Search for a product","wb.structures.template.21":"Background picture","wb.structures.template.22":"Select another background image","wb.structures.template.23":"Add to cart","wb.structures.template.24":"In stock","wb.structures.template.25":"Customized products selection","wb.structures.template.26":"Or a product selection","wb.structures.template.27":"Product selection","wb.structures.template.28":"No store reviews available","wb.structures.template.29":"View more reviews","wb.structures.template.3":"Display a title","wb.structures.template.30":"Add a slide","wb.structures.template.31":"Slideshow et image name (ALT tag)","wb.structures.template.32":"Login details of your Facebook page:","wb.structures.template.33":"Consult the help section","wb.structures.template.34":"Facebook","wb.structures.template.35":"Twitter","wb.structures.template.36":"Instagram","wb.structures.template.37":"Pinterest","wb.structures.template.38":"Facebook:","wb.structures.template.39":"Twitter:","wb.structures.template.4":"Then a selection of customized products","wb.structures.template.40":"Instagram:","wb.structures.template.41":"Pinterest:","wb.structures.template.42":"Add an image","wb.structures.template.43":"Image size: 300 x 300","wb.structures.template.44":"Calendar","wb.structures.template.45":"First connection","wb.structures.template.46":"Select the date and time for the end of the countdown","wb.structures.template.47":"Days","wb.structures.template.48":"Hours","wb.structures.template.49":"Minutes","wb.structures.template.5":"Or select a category","wb.structures.template.50":"Seconds","wb.structures.template.51":"Confirm","wb.structures.template.52":"Days","wb.structures.template.53":"Hrs","wb.structures.template.54":"Min","wb.structures.template.55":"Sec","wb.structures.template.56":"{{totalComments}} customer reviews","wb.structures.template.57":"Published on {{created_at}}","wb.structures.template.58":"Slide 0{{nb}}","wb.structures.template.59":"Image 0{{nb}}","wb.structures.template.6":"No product for this selection","wb.structures.template.60":"Select the total time of the countdown.\nIt will start independently for each visitor when they first connect.","wb.structures.template.61":"Confirm","wb.structures.template.62":"Slide name {{nb}}","wb.structures.template.63":"Insert an additional line","wb.structures.template.64":"Delete this row?","wb.structures.template.65":"Ok","wb.structures.template.8":"Select an image","wb.structures.template.9":"Image name (ALT tag)","wb.structures.text-backgrounds.text":"Text with background image","wb.structures.texts.text":"One or several texts","wb.structures.timer.text":"Countdown","wb.structures.videos.text":"Background video","wb.structures.witness.text":"Testimonials"}
|
package/assets/i18n/fr.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"wb.AboutElementDto.author.1":"<h3 class=\"ql-align-center\">Lorem ipsum</h3>","wb.AboutElementDto.author.2":"<h4 class=\"ql-align-center\">Lorem</h4>","wb.AboutElementDto.content.1":"<p class=\"ql-align-center\"><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor</span></p>","wb.blocks.about-block.text":"Carrousel de témoignages","wb.blocks.amplify-product-zoom-more.text":"Zoom sur un produit avec image mis en avant","wb.blocks.amplify-product-zoom-selected.text":"Zoom sur un produit avec plusieurs images","wb.blocks.amplify-product-zoom-triple-column.text":"Zoom sur un produit avec 3 colonnes","wb.blocks.amplify-product-zoom.text":"Zoom sur un produit","wb.blocks.amplify-products-list-classic.text":"Listing produit classique","wb.blocks.amplify-products-list-selected.text":"Listing produit avec un produit mis en avant","wb.blocks.amplify-products-list-simple.text":"Liste épuré avec texte au survol","wb.blocks.code-html.text":"Ajouter du code html","wb.blocks.code-javascript.text":"Ajouter du code javascript","wb.blocks.code-stylesheet.text":"Ajouter du code css","wb.blocks.faq-accordion.text":"FAQ Accordéon","wb.blocks.faq-frame.text":"FAQ avec cadre","wb.blocks.faq-list-icon.text":"FAQ liste avec pictos","wb.blocks.faq-simple-background.text":"FAQ simple avec fond","wb.blocks.faq-simple.text":"FAQ simple","wb.blocks.FormContentDto.1":"Couleur du fond à droite","wb.blocks.FormContentDto.10":"Le mode accordéon permet de réduire l'affichage de votre FAQ en ne montrant que les titres. Lorsque vos visiteurs cliqueront sur un titre, le contenu se dépliera automatiquement","wb.blocks.FormContentDto.100":"Double","wb.blocks.FormContentDto.101":"Aucun","wb.blocks.FormContentDto.102":"Espace dans le contenu","wb.blocks.FormContentDto.103":"Rediriger le formulaire vers l'onboarding?","wb.blocks.FormContentDto.104":"1x","wb.blocks.FormContentDto.105":"2x","wb.blocks.FormContentDto.106":"3x","wb.blocks.FormContentDto.107":"Lien sur le texte de gauche","wb.blocks.FormContentDto.108":"Lien sur le texte de gauche","wb.blocks.FormContentDto.109":"Ouvrir le lien de gauche dans un nouvel onglet","wb.blocks.FormContentDto.11":"Couleur du fond","wb.blocks.FormContentDto.110":"Ouvrir le lien de droite dans un nouvel onglet","wb.blocks.FormContentDto.111":"Couleur des flèches des liens","wb.blocks.FormContentDto.112":"Couleur du fond de la bannière","wb.blocks.FormContentDto.113":"Vitesse de l'effet de parallax","wb.blocks.FormContentDto.114":"Effet de parallax inversé","wb.blocks.FormContentDto.115":"Lent","wb.blocks.FormContentDto.116":"Normal","wb.blocks.FormContentDto.117":"Rapide","wb.blocks.FormContentDto.118":"ID du Wiziblock","wb.blocks.FormContentDto.119":"Sans espace, mettre des tirets (- ou _) entre les mots","wb.blocks.FormContentDto.12":"Couleur de l'ombre (faq active)","wb.blocks.FormContentDto.120":"Centrer le texte","wb.blocks.FormContentDto.121":"Centre horizontalement le texte si possible. Si la largeur du texte est trop grande, il prendra automatiquement tout l'espace.","wb.blocks.FormContentDto.13":"Couleur des pictos","wb.blocks.FormContentDto.14":"Hauteur du Wiziblock","wb.blocks.FormContentDto.15":"Taille","wb.blocks.FormContentDto.16":"Affichage en pleine page (largeur)","wb.blocks.FormContentDto.17":"Ajouter un effet de Parallax","wb.blocks.FormContentDto.18":"Lien Youtube ou Vimeo","wb.blocks.FormContentDto.19":"Couper le son","wb.blocks.FormContentDto.2":"Texte du bouton","wb.blocks.FormContentDto.20":"Couleur du texte et du bouton","wb.blocks.FormContentDto.21":"Couleur du texte du bouton","wb.blocks.FormContentDto.22":"Couleur de fond du bouton","wb.blocks.FormContentDto.23":"Facebook","wb.blocks.FormContentDto.24":"Twitter","wb.blocks.FormContentDto.25":"Pinterest","wb.blocks.FormContentDto.26":"Instagram","wb.blocks.FormContentDto.27":"Texte par défaut (affiché dans le formulaire)","wb.blocks.FormContentDto.28":"Coleur de fond","wb.blocks.FormContentDto.29":"Couleur du bouton","wb.blocks.FormContentDto.3":"Nombre de ligne des produits","wb.blocks.FormContentDto.30":"Couleur des polices","wb.blocks.FormContentDto.31":"Couleur du Picto N°1","wb.blocks.FormContentDto.32":"Couleur du Picto N°2","wb.blocks.FormContentDto.33":"Couleur du Picto N°3","wb.blocks.FormContentDto.34":"Couleur du Picto N°4","wb.blocks.FormContentDto.35":"Couleur de fond","wb.blocks.FormContentDto.36":"Couleur de la citation","wb.blocks.FormContentDto.37":"Couleur de l'auteur","wb.blocks.FormContentDto.38":"Citation","wb.blocks.FormContentDto.39":"Votre citation","wb.blocks.FormContentDto.4":"test","wb.blocks.FormContentDto.40":"Auteur","wb.blocks.FormContentDto.41":"Auteur de la citation","wb.blocks.FormContentDto.42":"Lien sur le Picto N°1","wb.blocks.FormContentDto.43":"https://www.votrelien.fr","wb.blocks.FormContentDto.44":"Ouvrir dans un nouvel onglet","wb.blocks.FormContentDto.45":"Lien sur le Picto N°2","wb.blocks.FormContentDto.46":"Lien sur le Picto N°3","wb.blocks.FormContentDto.47":"Lien sur le Picto N°4","wb.blocks.FormContentDto.48":"Couleur des titres, notes et auteur","wb.blocks.FormContentDto.49":"Couleur de l'avis et de la date","wb.blocks.FormContentDto.5":"Couleur des flèches","wb.blocks.FormContentDto.50":"Couleur des étoiles","wb.blocks.FormContentDto.51":"Couleur de fond des étoiles","wb.blocks.FormContentDto.52":"Affichage du lien vers les avis","wb.blocks.FormContentDto.53":"Couleur de fond des avis","wb.blocks.FormContentDto.54":"Couleur","wb.blocks.FormContentDto.55":"Style","wb.blocks.FormContentDto.57":"Hauteur","wb.blocks.FormContentDto.58":"Largeur","wb.blocks.FormContentDto.6":"Couleur du fond des questions","wb.blocks.FormContentDto.60":"Temps entre chaque diapo (en millisecondes)","wb.blocks.FormContentDto.62":"Affichage de la navigation (points)","wb.blocks.FormContentDto.63":"Identifiant de votre page Facebook","wb.blocks.FormContentDto.65":"https://www.facebook.com/mapage","wb.blocks.FormContentDto.66":"https://www.twitter.com/mapage","wb.blocks.FormContentDto.67":"https://www.instagram.com/mapage","wb.blocks.FormContentDto.68":"https://www.pinterest.com/mapage","wb.blocks.FormContentDto.69":"Espacement autours du contenu","wb.blocks.FormContentDto.7":"Couleur du fond des réponses","wb.blocks.FormContentDto.70":"Couleur du fond de gauche","wb.blocks.FormContentDto.71":"Couleur du fond de droite","wb.blocks.FormContentDto.72":"Couleur du fond du milieu gauche","wb.blocks.FormContentDto.73":"Couleur du fond du milieu droit","wb.blocks.FormContentDto.74":"Chiffre clé n°1","wb.blocks.FormContentDto.75":"Entrer un chiffre","wb.blocks.FormContentDto.76":"Chiffre clé n°2","wb.blocks.FormContentDto.77":"Chiffre clé n°3","wb.blocks.FormContentDto.78":"Chiffre clé n°4","wb.blocks.FormContentDto.79":"Couleur du fond du milieu","wb.blocks.FormContentDto.8":"Couleur des bordures","wb.blocks.FormContentDto.80":"Couleur du texte","wb.blocks.FormContentDto.81":"Couleur de fond en bas à gauche","wb.blocks.FormContentDto.82":"Lien du bouton","wb.blocks.FormContentDto.83":"Ouvrir le lien dans un nouvel onglet","wb.blocks.FormContentDto.84":"Afficher les boutons de contrôle","wb.blocks.FormContentDto.85":"Lecture automatique (le son sera coupé)","wb.blocks.FormContentDto.86":"Lire en boucle","wb.blocks.FormContentDto.87":"Couleur de fond des diapos","wb.blocks.FormContentDto.88":"Couleur de soulignement des diapos","wb.blocks.FormContentDto.89":"Couleur du séparateur","wb.blocks.FormContentDto.9":"Mode accordéon","wb.blocks.FormContentDto.90":"Couleur du fond au centre à gauche","wb.blocks.FormContentDto.91":"Couleur du fond au centre à droite","wb.blocks.FormContentDto.92":"Couleur du fond au centre","wb.blocks.FormContentDto.93":"<a href=\"https://aide.wizishop.fr/articles/3077986-wiziblocks-reseaux-sociaux\" target=\"_blank\">Voir notre aide</a>","wb.blocks.FormContentDto.94":"Petit","wb.blocks.FormContentDto.95":"Moyen","wb.blocks.FormContentDto.96":"Grand","wb.blocks.FormContentDto.97":"Solide","wb.blocks.FormContentDto.98":"Point","wb.blocks.FormContentDto.99":"Tiret","wb.blocks.forms-background.text":"Formulaire avec image de fond","wb.blocks.forms-imageleft.text":"Formulaire avec image à gauche","wb.blocks.forms-imageright.text":"Formulaire avec image à droite","wb.blocks.forms-onboarding.text":"Formulaire Onboarding Wizishop","wb.blocks.forms-simple.text":"Formulaire simple","wb.blocks.html.1":"Prévisualisation rapide","wb.blocks.html.2":"Désactiver la prévisualisation","wb.blocks.images-banner.text":"Bandeau simple","wb.blocks.images-big-and-double.text":"Une grande + 2 images à droite","wb.blocks.images-bigs-and-double-middle.text":"Une image + 2 images + une image","wb.blocks.images-double.text":"Deux images","wb.blocks.images-quadruple-left-one-right.text":"Quatre images à gauche et une image à droite","wb.blocks.images-quadruple.text":"Quatre images","wb.blocks.images-simple.text":"Image simple","wb.blocks.images-texts-big-left-text-right.text":"Grande image texte à droite","wb.blocks.images-texts-big-right-text-left.text":"Grande image texte à gauche","wb.blocks.images-texts-left-text-right.text":"Image texte à droite","wb.blocks.images-texts-one-text-one.text":"Image - Texte - Image","wb.blocks.images-texts-right-text-left.text":"Image texte à gauche","wb.blocks.images-texts-small-left-text-right.text":"Petite image texte à droite","wb.blocks.images-texts-small-right-text-left.text":"Petite image texte à gauche","wb.blocks.images-texts-text-one-text.text":"Texte - Image - Texte","wb.blocks.images-triple.text":"Trois images","wb.blocks.images.fourImagesTitle":"Quatre images avec titre en dessous","wb.blocks.images.twoTitleText":"Deux images avec titre et texte en dessous","wb.blocks.launch-videos-button.text":"Lancement avec bouton","wb.blocks.launch-videos-buttontxt.text":"Lancement avec texte et bouton","wb.blocks.map-background-form-left.text":"Carte avec image de fond et formulaire à gauche","wb.blocks.map-background-form-right.text":"Carte avec image de fond et formulaire à droite","wb.blocks.map-fullpage.text":"Carte pleine page","wb.blocks.map-left-text.text":"Carte avec texte à gauche","wb.blocks.map-right-text.text":"Carte avec texte à droite","wb.blocks.map-text-form.text":"Carte avec texte et formulaire","wb.blocks.newsletter-aligned-center-background.text":"Inscription newsletter aligné au centre avec fond","wb.blocks.newsletter-aligned-center-image.text":"Inscription newsletter aligné au centre avec image","wb.blocks.newsletter-center-image-instagram.text":"Inscription avec image et fil instagram","wb.blocks.newsletter-center-image.text":"Inscription avec image centré","wb.blocks.product-zoom-complete-background.text":"Zoom avec informations et image de fond","wb.blocks.product-zoom-complete-slider.text":"Zoom avec informations et mise en avant","wb.blocks.product-zoom-complete.text":"Zoom sur un produit avec informations","wb.blocks.product-zoom-more.text":"Zoom sur un produit avec image mis en avant","wb.blocks.product-zoom-selected.text":"Zoom sur un produit avec plusieurs images","wb.blocks.product-zoom-simple.text":"Zoom sur un produit simple","wb.blocks.product-zoom-triple-column.text":"Zoom sur un produit avec 3 colonnes","wb.blocks.product-zoom.text":"Zoom sur un produit","wb.blocks.products-list-classic.text":"Listing produit classique","wb.blocks.products-list-selected.text":"Listing produit avec un produit mis en avant","wb.blocks.products-list-simple.text":"Liste épuré avec texte au survol","wb.blocks.quotes-author.text":"Citation avec photo auteur","wb.blocks.quotes-simple-background.text":"Citation simple avec image","wb.blocks.quotes-simple.text":"Citation simple","wb.blocks.rassurances-quadruple-aligned.text":"4 éléments de rassurance alignés","wb.blocks.rassurances-quadruple-background.text":"4 éléments de rassurance avec image de fond","wb.blocks.rassurances-triple-background.text":"3 éléments de rassurance avec image de fond","wb.blocks.reviews-simple.text":"Avis client classique","wb.blocks.reviews-waterfall.text":"Avis client en cascade","wb.blocks.separator-simple.text":"Séparateur simple","wb.blocks.sliders-double-imageright.text":"Diaporama avec deux images à droite","wb.blocks.sliders-fullpage.text":"Diaporama pleine page","wb.blocks.sliders-imageright.text":"Diaporama avec une image à droite","wb.blocks.sliders-leftnav.text":"Diaporama avec navigation à gauche","wb.blocks.sliders-with-banner.text":"Diaporama pleine page et bannière en dessous","wb.blocks.socials-instagram-left.text":"Fil instagram avec image à gauche","wb.blocks.socials-instagram.text":"Fil instagram","wb.blocks.socials-like.text":"Like box","wb.blocks.socials-network.text":"Bouton de partage","wb.blocks.socials-page-complex.text":"Page complexe","wb.blocks.socials-page-simple.text":"Page simple","wb.blocks.text-backgrounds-four-rows-icon-text.text":"Quatre rangées d'images avec picto et texte","wb.blocks.text-backgrounds-link.text":"Quatre images encadrées avec titre et texte","wb.blocks.text-backgrounds-simple.text":"Texte simple","wb.blocks.text-backgrounds-three-rows-icon-text.text":"Trois rangées d'images avec picto et texte","wb.blocks.text-backgrounds-two-rows-icon-text.text":"Deux rangées d'images avec picto et texte","wb.blocks.text-backgrounds-with-banner":"Texte simple et bannière en dessous","wb.blocks.text-backgrounds-with-txt.text":"Texte avec fond","wb.blocks.texts-double-background.text":"Deux colonnes de texte avec fond","wb.blocks.texts-double.text":"Deux colonnes de texte","wb.blocks.texts-one-background.text":"Un texte avec fond","wb.blocks.texts-one.text":"Un texte","wb.blocks.texts-quadruple-background.text":"Quatre colonnes de texte avec fond","wb.blocks.texts-quadruple-numbers.text":"Quatre chiffres clés dynamiques","wb.blocks.texts-quadruple.text":"Quatre colonnes de texte","wb.blocks.texts-triple-background.text":"Trois colonnes de texte avec fond","wb.blocks.texts-triple.text":"Trois colonnes de texte","wb.blocks.timer-airport.text":"Compte à rebours style aéroport","wb.blocks.timer-background.text":"Compte à rebours encadré avec image","wb.blocks.timer-clock.text":"Compte à rebours horloge avec image","wb.blocks.timer-multiple-img.text":"Compte à rebours avec une multitude d'images","wb.blocks.timer-simple.text":"Compte à rebours style épuré","wb.blocks.videos-simple.text":"Vidéo simple","wb.blocks.videos-txt-content.text":"Vidéo avec texte dans contenu","wb.blocks.videos-txt-left.text":"Vidéo avec texte à gauche","wb.blocks.videos-txt.text":"Vidéo avec Texte","wb.blocks.witness-background-double.text":"2 témoignages avec image de fond","wb.blocks.witness-background-one.text":"Témoignage avec image de fond","wb.blocks.witness-quadruple.text":"4 témoignages","wb.blocks.witness-triple.text":"3 témoignages","wb.blocks.witness-twice.text":"2 témoignages","wb.configs.translations.1":"Liste des Wiziblocks","wb.configs.translations.2":"Entête du site","wb.configs.translations.3":"Pied de page","wb.configs.translations.4":"Choix de mise en page","wb.configs.translations.5":"Configuration","wb.configs.translations.6":"Sélectionner un composant","wb.configs.translations.7":"Construisez votre page à l’aide des blocks. Un block permet de mettre en page.","wb.dto.ADDRESS.9":"<p><span class=\"ql-size-large\" style=\"color: rgb(68, 68, 68);\">Votre adresse<br/>75000 Paris</span></p>","wb.dto.AUTHOR.18":"Your Name","wb.dto.AUTHOR.36":"<h3><span>John Doe</span></h3>","wb.dto.BUTTON_TEXT.14":"Je m'inscris","wb.dto.BUTTON_TEXT.6":"Voir la vidéo","wb.dto.BUTTON.15":"Tester Gratuitement","wb.dto.CONTENT.1":"<p><span style=\"color: rgb(68, 68, 68);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum mollis turpis ex, eu convallis turpis ultrices in. Aenean varius nulla id maximus pellentesque. Integer mattis est enim, sit amet feugiat odio gravida","wb.dto.CONTENT.10":"<p class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vel lorem a est dictum ultrices ut a orci.</span></p>","wb.dto.CONTENT.11":"<p class=\"ql-align-center\"><strong class=\"ql-size-small\" style=\"color: rgb(255, 255, 255);\">Paiement 100% sécurisé</strong></p>","wb.dto.CONTENT.12":"<p class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum mollis turpis ex, eu convallis","wb.dto.CONTENT.13":"<p class=\"ql-align-center\"><strong class=\"ql-size-small\">Paiement 100% sécurisé</strong></p>","wb.dto.CONTENT.14":"<p class=\"ql-align-center\"><strong class=\"ql-size-small\">Livraison avec suivi 100% OFFERTE</strong></p>","wb.dto.CONTENT.15":"<p><strong class=\"ql-size-small\">Lorem ipsum</strong> <strong class=\"ql-size-small\" style=\"color: rgb(240, 102, 102);\">dolor</strong> <strong class=\"ql-size-small\">sit amet</strong></p>","wb.dto.CONTENT.16":"<p><strong class=\"ql-size-small\">Lorem </strong><strong class=\"ql-size-small\" style=\"color: rgb(240, 102, 102);\">ipsum</strong><strong class=\"ql-size-small\"> dolor sit amet</strong></p>","wb.dto.CONTENT.17":"<p><span style=\"color: rgb(68, 68, 68);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum mollis turpis ex,</span></p>","wb.dto.CONTENT.18":"<p><span style=\"color: rgb(68, 68, 68);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum mollis turpis ex, eu convallis","wb.dto.CONTENT.19":"N'essayez pas d'être original, contentez-vous d'être bon.","wb.dto.CONTENT.2":"<p class=\"ql-align-center\"><span style=\"color: rgb(68, 68, 68);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum mollis turpis ex, eu convallis turpis ultrices in. Aenean varius nulla id maximus pellentesque. Integer mattis est enim, sit amet feugiat odio gravida","wb.dto.CONTENT.20":"<p><span>Paiement sécurisé</span></p>","wb.dto.CONTENT.21":"<p><span>Expédition & livraison rapide</span></p>","wb.dto.CONTENT.22":"<p><span>A vos côtés 7j / 7 !</span></p>","wb.dto.CONTENT.23":"<p><span>7 jours pour changer d'avis</span></p>","wb.dto.CONTENT.24":"<p><span style=\"color: rgb(255, 255, 255);\">Paiement sécurisé</span></p>","wb.dto.CONTENT.25":"<p><span style=\"color: rgb(255, 255, 255);\">Expédition & livraison rapide</span></p>","wb.dto.CONTENT.26":"<p><span style=\"color: rgb(255, 255, 255);\">A vos côtés 7j / 7 !</span></p>","wb.dto.CONTENT.27":"<p><span style=\"color: rgb(255, 255, 255);\">7 jours pour changer d'avis</span></p>","wb.dto.CONTENT.28":"<p class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse congue consectetur porta</span></p>","wb.dto.CONTENT.29":"<h2 class=\"ql-align-center\" ><span style=\"color: rgb(255, 255, 255);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span></h2>","wb.dto.CONTENT.3":"<div>\n Vos éléments \n</div>","wb.dto.CONTENT.30":"<p class=\"ql-align-center\"><span>Chiffre clés</span></p>","wb.dto.CONTENT.31":"<p class=\"ql-align-center\"><span style=\"color: rgb(0, 0, 0);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse congue consectetur porta</span></p>","wb.dto.CONTENT.32":"<p class=\"ql-align-center\"><span style=\"color: rgb(39, 35, 43);\">LOREM IPSUM DOLOE SIT AMET</span></p>","wb.dto.CONTENT.33":"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque suscipit sollicitudin magna, nec sodales massa mattis nec.","wb.dto.CONTENT.34":"<p class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Votre contenu ici</span></p>","wb.dto.CONTENT.35":"<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.","wb.dto.CONTENT.36":"<p><span>Sed auctor ullamcorper mi, sit amet accumsan nisi scelerisque ut. Integer sed neque ac leo eleifend blandit.","wb.dto.CONTENT.37":"<p class=\"ql-align-center\"><span class=\"ql-size-large\">Lorem ipsum dolor sit amet, consectetuer</span></p>","wb.dto.CONTENT.4":"alert(\"Votre code javascript\");","wb.dto.CONTENT.5":".vosElements { \n background-color: white; \n }","wb.dto.CONTENT.6":"<p><span>Ecrivez la réponse.</span></p>","wb.dto.CONTENT.7":"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse congue consectetur porta</span></p>","wb.dto.CONTENT.8":"<p class=\"ql-align-center\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse congue consectetur porta</span></p>","wb.dto.CONTENT.9":"<p class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Votre contenu</span></p>","wb.dto.EMAIL.11":"<p><span class=\"ql-size-large\" style=\"color: rgb(68, 68, 68);\">youremail@email.com</span></p>","wb.dto.PHONE.10":"<p><span class=\"ql-size-large\" style=\"color: rgb(68, 68, 68);\">04XXXXXXXX</span></p>","wb.dto.PLACEHOLDER.13":"Entrez votre email","wb.dto.TEXT.1":"Découvrir l'offre","wb.dto.TEXT.2":"<p class=\"ql-align-center\"><span>Lorem ipsum dolor sit amet, consectetuer</span></p>","wb.dto.TEXT.3":"<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.</p>","wb.dto.TITLE.1":"<p class=\"ql-align-center\"><strong class=\"ql-size-large ql-custom-uppercase\">Vos recommandations</strong></p>","wb.dto.TITLE.12":"<h2 class=\"ql-align-right\"><span style=\"color: rgb(255, 255, 255);\">Inscrivez-vous à la newsletter</span></h2>","wb.dto.TITLE.15":"<h2 class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Inscrivez-vous à la newsletter</span></h2>","wb.dto.TITLE.16":"<strong><span style=\"color: rgb(68, 68, 68);\">Argument 01</span></strong>","wb.dto.TITLE.17":"<strong><span style=\"color: rgb(68, 68, 68);\">Argument 02</span></strong>","wb.dto.TITLE.19":"<h3><span>Paiement</span></h3>","wb.dto.TITLE.2":"Ecrivez votre question.","wb.dto.TITLE.20":"<h3><span>Livraison rapide</span></h3>","wb.dto.TITLE.21":"<h3><span>Service Client</span></h3>","wb.dto.TITLE.22":"<h3><span>Satisfait ou remboursé</span></h3>","wb.dto.TITLE.23":"<h3><span style=\"color: rgb(255, 255, 255);\">Paiement</span></h3>","wb.dto.TITLE.24":"<h3><span style=\"color: rgb(255, 255, 255);\">Livraison rapide</span></h3>","wb.dto.TITLE.25":"<h3><span style=\"color: rgb(255, 255, 255);\">Service Client</span></h3>","wb.dto.TITLE.26":"<h3><span style=\"color: rgb(255, 255, 255);\">Satisfait ou remboursé</span></h3>","wb.dto.TITLE.27":"<h3 class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Lorem ipsum dolor sit amet</span></h3>","wb.dto.TITLE.28":"<p class=\"ql-align-center\"><strong class=\"ql-size-large ql-custom-uppercase\">Note de la boutique</strong></p>","wb.dto.TITLE.29":"26000","wb.dto.TITLE.3":"<h2><span>Lorem ipsum dolor sit amet</span></h2>","wb.dto.TITLE.30":"<h2 class=\"ql-align-center\" ><span style=\"color: rgb(0, 0, 0);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span></h2>","wb.dto.TITLE.31":"Lorem ipsum dolor","wb.dto.TITLE.32":"<h2>Lorem Ipsum</h2>","wb.dto.TITLE.33":"<h2 class=\"ql-align-center\" ><span style=\"color: rgb(255, 255, 255);\">Votre titre</span></h2>","wb.dto.TITLE.34":"<h2><span>Notre équipe</span></h2>","wb.dto.TITLE.35":"<h2><span>Ils parlent de nous...</span></h2>","wb.dto.TITLE.37":"<h2><span>John Doe</span></h2>","wb.dto.TITLE.38":"<p class=\"ql-align-center\"><strong class=\"ql-size-large\">Créer votre boutique en ligne</strong></p>","wb.dto.TITLE.39":"<h3 class=\"ql-align-center\"><strong class=\"ql-size-huge\">Lorem ipsum dolor sit amet, consectetur</strong></h3>","wb.dto.TITLE.4":"<h2><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span></h2>","wb.dto.TITLE.40":"<p class=\"ql-align-center\"><strong class=\"ql-size-large\">Lorem</strong></p>","wb.dto.TITLE.41":"<h3 class=\"ql-align-left\"><span class=\"ql-size-large\">Lorem ipsum dolor adipiscing elit. Aenean commodo</span></h3>","wb.dto.TITLE.42":"<p><strong class=\"ql-size-large\">Lorem ipsum dolor sit amet</strong></p>","wb.dto.TITLE.43":"<h3 class=\"ql-align-center\"><strong class=\"ql-size-large\">Lorem ipsum</strong></h3>","wb.dto.TITLE.5":"<h2 class=\"ql-align-center\" ><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span></h2>","wb.dto.TITLE.7":"<h2 class=\"ql-align-center\" ><span style=\"color: rgb(255, 255, 255);\">Votre titre percutant</span></h2>","wb.dto.TITLE.8":"<h2><strong class=\"ql-size-large\">Contactez-nous</strong></h2>","wb.faq.1":"Ajouter une question","wb.forms.FormsContentDto.1":"Espacement avant le contenu suivant","wb.forms.FormsContentDto.10":"Moyen","wb.forms.FormsContentDto.11":"Grand","wb.forms.FormsContentDto.12":"Plein écran","wb.forms.FormsContentDto.13":"Espace entre le haut de page et le premier contenu","wb.forms.FormsContentDto.14":"La vitesse de l'effet parallax dépend de la hauteur de l'image utilisée. Plus la hauteur sera importante, plus la vitesse de l'effet parallax sera élevée.","wb.forms.FormsContentDto.2":"Largeur du Wiziblock","wb.forms.FormsContentDto.3":"Aligner les boutons tout en bas du contenu","wb.forms.FormsContentDto.4":"Cacher le bloc","wb.forms.FormsContentDto.5":"Taille maximum du Wiziblock : 1024px","wb.forms.FormsContentDto.6":"Taille maximum du Wiziblock : 1440px","wb.forms.FormsContentDto.7":"Taille maximum du Wiziblock : 1920px","wb.forms.FormsContentDto.8":"Taille maximum du Wiziblock : Plein écran","wb.forms.FormsContentDto.9":"Petit","wb.forms.FormsContentDto.width":"Taille maximale du wiziblock","wb.ImageMediaAndTextDto.content.1":"<h2 class=\"ql-align-center\" ><span style=\"color: rgb(255, 255, 255);\">Titre</span></h2>","wb.panel.html.1":"Ouvrir la liste des Wiziblocks","wb.panel.html.2":"Epingler","wb.panel.html.3":"Désépingler","wb.panel.html.4":"Réduire","wb.productlist.1":"Sélection","wb.productlist.2":"Promotion","wb.productlist.3":"Nouveauté","wb.productlist.4":"Vente Flash","wb.productlist.selection":"Sélection","wb.quillHTML.TITLE":"Editer le code source HTML","wb.shared.components.amplifySearchCategory.1":"Guide : {{typeGuideName}}","wb.shared.components.amplifySearchCategory.2":"Par nom","wb.shared.components.amplifySearchProduct.1":"Sélectionner le type des boutiques","wb.shared.components.amplifySearchProduct.2":"Retirer ce produit","wb.shared.components.quill.1":"Insérer votre texte","wb.shared.components.quill.2":"Externe ?","wb.shared.components.quill.3":"Ok","wb.shared.components.quill.crypted":"Lien Obfusqué ?","wb.shared.components.quill.crypted_infobulle":"L'obfuscation de liens est une technique SEO avancée qui consiste à cacher un lien aux robots des moteurs de\n recherche, tout en le laissant accessible pour les internautes. <a href=\"https://www.wizishop.fr/blog/obfuscation-lien\">Découvrir l'article complet.</a>","wb.shared.components.quill.title":"Insérer un titre","wb.shared.components.strucTureConfigFont.1":"Chercher avec le nom FontAwesome Ex : arrow-alt-right","wb.shared.components.strucTureConfigFont.2":"Aléatoire","wb.shared.components.strucTureConfigFont.3":"Voir toutes les icones","wb.shared.components.strucTureConfigFont.4":"Taille recommandée : {{recommendedSize}}","wb.shared.components.strucTureConfigFont.5":"Ou","wb.shared.components.strucTureConfigFont.6":"sélectionner une image","wb.shared.components.strucTureConfigFont.7":"Cliquer pour modifier le pictogramme","wb.shared.components.structureSearchProduct.1":"Par nom, id ou référence","wb.shared.components.structureSearchProduct.2":"Retirer ce produit","wb.shared.components.structureSelect.1":"Selectionner votre formulaire","wb.shared.components.structureTools.1":"Déplacer le Wiziblock","wb.shared.components.structureTools.2":"Descendre","wb.shared.components.structureTools.3":"Monter","wb.shared.components.structureTools.4":"Configuration du Wiziblock","wb.shared.components.structureTools.5":"Dupliquer","wb.shared.components.structureTools.6":"Maintenir pour supprimer","wb.shared.directives.pictures.1":"Taille idéale","wb.shared.directives.pictures.2":"Choisir une image","wb.shared.pipes.answerPipe.1":"Type not found","wb.shared.pipes.answerPipe.10":"Url","wb.shared.pipes.answerPipe.2":"Réponse courte","wb.shared.pipes.answerPipe.3":"Réponse longue","wb.shared.pipes.answerPipe.4":"Sélection","wb.shared.pipes.answerPipe.5":"Bouton radio","wb.shared.pipes.answerPipe.6":"Case à cocher","wb.shared.pipes.answerPipe.7":"Fichier","wb.shared.pipes.answerPipe.8":"Date","wb.shared.pipes.answerPipe.9":"Adresse mail","wb.socialnetwork.help.link":"https://aide.wizishop.fr/articles/3077986-wiziblocks-reseaux-sociaux","wb.structureconfig.tooltip.1":"Configuration de l'élément","wb.structures.amplify-product.text":"Zoom sur un Produit","wb.structures.amplify-products-list.text":"Liste de produits","wb.structures.code.text":"Code","wb.structures.faq.text":"Foire aux questions","wb.structures.forms.text":"Formulaire","wb.structures.images-texts.text":"Image et texte","wb.structures.images.text":"Une ou plusieurs images","wb.structures.launch-videos.text":"Lancer une vidéo","wb.structures.map.text":"Carte","wb.structures.newsletter.text":"Newsletter","wb.structures.onboarding.text":"Formulaire Wizishop","wb.structures.product.text":"Zoom sur un Produit","wb.structures.products-list.text":"Liste de produits","wb.structures.quotes.text":"Citation","wb.structures.rassurances.text":"Eléments de rassurance","wb.structures.reviews.text":"Avis client","wb.structures.separator.text":"Séparateur","wb.structures.sliders.text":"Diaporama","wb.structures.socials.text":"Réseaux sociaux","wb.structures.template.1":"Puis rechercher un produit","wb.structures.template.10":"Lien sur l'image","wb.structures.template.11":"https://www.monlien.fr","wb.structures.template.12":"Ouvrir dans un nouvel onglet","wb.structures.template.13":"Texte du lien","wb.structures.template.14":"Lien","wb.structures.template.15":"Texte du bouton","wb.structures.template.16":"Lien du bouton","wb.structures.template.17":"Lien Youtube ou Vimeo :","wb.structures.template.18":"Taille idéale : 1920x1080","wb.structures.template.19":"Rechercher votre adresse :","wb.structures.template.2":"Voir le produit","wb.structures.template.20":"Rechercher un produit","wb.structures.template.21":"Image de fond","wb.structures.template.22":"Sélectionner une autre image de fond","wb.structures.template.23":"Ajouter au panier","wb.structures.template.24":"En stock","wb.structures.template.25":"Sélection de produit personnalisée","wb.structures.template.26":"Ou une sélection de produit","wb.structures.template.27":"Selection de produit","wb.structures.template.28":"Aucun avis n'est présent sur cette boutique.","wb.structures.template.29":"Voir plus d'avis","wb.structures.template.3":"Afficher un titre","wb.structures.template.30":"Ajouter une diapo","wb.structures.template.31":"Nom du diaporama et de l'image (balise ALT)","wb.structures.template.32":"Identifiant de votre page Facebook :","wb.structures.template.33":"Voir notre aide","wb.structures.template.34":"Facebook","wb.structures.template.35":"Twitter","wb.structures.template.36":"Instagram","wb.structures.template.37":"Pinterest","wb.structures.template.38":"Facebook :","wb.structures.template.39":"Twitter :","wb.structures.template.4":"Puis une sélection de produits personnalisées","wb.structures.template.40":"Instagram :","wb.structures.template.41":"Pinterest :","wb.structures.template.42":"Ajouter une image","wb.structures.template.43":"Taille de l'image : 300 x 300","wb.structures.template.44":"Calendrier","wb.structures.template.45":"Première connexion","wb.structures.template.46":"Sélectionnez la date et l'heure de fin du compte à rebours","wb.structures.template.47":"Jours","wb.structures.template.48":"Heures","wb.structures.template.49":"Minutes","wb.structures.template.5":"Ou sélectionner une catégorie","wb.structures.template.50":"Secondes","wb.structures.template.51":"Valider","wb.structures.template.52":"Jrs","wb.structures.template.53":"Hrs","wb.structures.template.54":"Min","wb.structures.template.55":"Sec","wb.structures.template.56":"{{totalComments}} avis clients","wb.structures.template.57":"Publié le {{created_at}}","wb.structures.template.58":"Diapo 0{{nb}}","wb.structures.template.59":"Image 0{{nb}}","wb.structures.template.6":"Aucun produit pour cette sélection","wb.structures.template.60":"Sélectionnez le temps total du compte à rebours.\nIl se lancera indépendamment pour chacun de vos visiteurs lors de sa première connexion.","wb.structures.template.61":"Valider","wb.structures.template.62":"Nom du diaporama {{nb}}","wb.structures.template.63":"Insérer une ligne supplémentaire","wb.structures.template.64":"Supprimer la ligne ?","wb.structures.template.65":"Ok","wb.structures.template.8":"Choisir une image","wb.structures.template.9":"Nom de l'image (balise ALT)","wb.structures.text-backgrounds.text":"Texte avec image de fond","wb.structures.texts.text":"Un ou plusieurs textes","wb.structures.timer.text":"Compte à rebours","wb.structures.videos.text":"Vidéo de fond","wb.structures.witness.text":"Témoignages"}
|
|
1
|
+
{"wb.AboutElementDto.author.1":"<h3 class=\"ql-align-center\">Lorem ipsum</h3>","wb.AboutElementDto.author.2":"<h4 class=\"ql-align-center\">Lorem</h4>","wb.AboutElementDto.content.1":"<p class=\"ql-align-center\"><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor</span></p>","wb.blocks.about-block.text":"Carrousel de témoignages","wb.blocks.amplify-product-zoom-more.text":"Zoom sur un produit avec image mis en avant","wb.blocks.amplify-product-zoom-selected.text":"Zoom sur un produit avec plusieurs images","wb.blocks.amplify-product-zoom-triple-column.text":"Zoom sur un produit avec 3 colonnes","wb.blocks.amplify-product-zoom.text":"Zoom sur un produit","wb.blocks.amplify-products-list-classic.text":"Listing produit classique","wb.blocks.amplify-products-list-selected.text":"Listing produit avec un produit mis en avant","wb.blocks.amplify-products-list-simple.text":"Liste épuré avec texte au survol","wb.blocks.code-html.text":"Ajouter du code html","wb.blocks.code-javascript.text":"Ajouter du code javascript","wb.blocks.code-stylesheet.text":"Ajouter du code css","wb.blocks.faq-accordion.text":"FAQ Accordéon","wb.blocks.faq-frame.text":"FAQ avec cadre","wb.blocks.faq-list-icon.text":"FAQ liste avec pictos","wb.blocks.faq-simple-background.text":"FAQ simple avec fond","wb.blocks.faq-simple.text":"FAQ simple","wb.blocks.FormContentDto.1":"Couleur du fond à droite","wb.blocks.FormContentDto.10":"Le mode accordéon permet de réduire l'affichage de votre FAQ en ne montrant que les titres. Lorsque vos visiteurs cliqueront sur un titre, le contenu se dépliera automatiquement","wb.blocks.FormContentDto.100":"Double","wb.blocks.FormContentDto.101":"Aucun","wb.blocks.FormContentDto.102":"Espace dans le contenu","wb.blocks.FormContentDto.103":"Rediriger le formulaire vers l'onboarding?","wb.blocks.FormContentDto.104":"1x","wb.blocks.FormContentDto.105":"2x","wb.blocks.FormContentDto.106":"3x","wb.blocks.FormContentDto.107":"Lien sur le texte de gauche","wb.blocks.FormContentDto.108":"Lien sur le texte de gauche","wb.blocks.FormContentDto.109":"Ouvrir le lien de gauche dans un nouvel onglet","wb.blocks.FormContentDto.11":"Couleur du fond","wb.blocks.FormContentDto.110":"Ouvrir le lien de droite dans un nouvel onglet","wb.blocks.FormContentDto.111":"Couleur des flèches des liens","wb.blocks.FormContentDto.112":"Couleur du fond de la bannière","wb.blocks.FormContentDto.113":"Vitesse de l'effet de parallax","wb.blocks.FormContentDto.114":"Effet de parallax inversé","wb.blocks.FormContentDto.115":"Lent","wb.blocks.FormContentDto.116":"Normal","wb.blocks.FormContentDto.117":"Rapide","wb.blocks.FormContentDto.118":"ID du Wiziblock","wb.blocks.FormContentDto.119":"Sans espace, mettre des tirets (- ou _) entre les mots","wb.blocks.FormContentDto.12":"Couleur de l'ombre (faq active)","wb.blocks.FormContentDto.120":"Centrer le texte","wb.blocks.FormContentDto.121":"Centre horizontalement le texte si possible. Si la largeur du texte est trop grande, il prendra automatiquement tout l'espace.","wb.blocks.FormContentDto.13":"Couleur des pictos","wb.blocks.FormContentDto.14":"Hauteur du Wiziblock","wb.blocks.FormContentDto.15":"Taille","wb.blocks.FormContentDto.16":"Affichage en pleine page (largeur)","wb.blocks.FormContentDto.17":"Ajouter un effet de Parallax","wb.blocks.FormContentDto.18":"Lien Youtube ou Vimeo","wb.blocks.FormContentDto.19":"Couper le son","wb.blocks.FormContentDto.2":"Texte du bouton","wb.blocks.FormContentDto.20":"Couleur du texte et du bouton","wb.blocks.FormContentDto.21":"Couleur du texte du bouton","wb.blocks.FormContentDto.22":"Couleur de fond du bouton","wb.blocks.FormContentDto.23":"Facebook","wb.blocks.FormContentDto.24":"Twitter","wb.blocks.FormContentDto.25":"Pinterest","wb.blocks.FormContentDto.26":"Instagram","wb.blocks.FormContentDto.27":"Texte par défaut (affiché dans le formulaire)","wb.blocks.FormContentDto.28":"Coleur de fond","wb.blocks.FormContentDto.29":"Couleur du bouton","wb.blocks.FormContentDto.3":"Nombre de ligne des produits","wb.blocks.FormContentDto.30":"Couleur des polices","wb.blocks.FormContentDto.31":"Couleur du Picto N°1","wb.blocks.FormContentDto.32":"Couleur du Picto N°2","wb.blocks.FormContentDto.33":"Couleur du Picto N°3","wb.blocks.FormContentDto.34":"Couleur du Picto N°4","wb.blocks.FormContentDto.35":"Couleur de fond","wb.blocks.FormContentDto.36":"Couleur de la citation","wb.blocks.FormContentDto.37":"Couleur de l'auteur","wb.blocks.FormContentDto.38":"Citation","wb.blocks.FormContentDto.39":"Votre citation","wb.blocks.FormContentDto.4":"test","wb.blocks.FormContentDto.40":"Auteur","wb.blocks.FormContentDto.41":"Auteur de la citation","wb.blocks.FormContentDto.42":"Lien sur le Picto N°1","wb.blocks.FormContentDto.43":"https://www.votrelien.fr","wb.blocks.FormContentDto.44":"Ouvrir dans un nouvel onglet","wb.blocks.FormContentDto.45":"Lien sur le Picto N°2","wb.blocks.FormContentDto.46":"Lien sur le Picto N°3","wb.blocks.FormContentDto.47":"Lien sur le Picto N°4","wb.blocks.FormContentDto.48":"Couleur des titres, notes et auteur","wb.blocks.FormContentDto.49":"Couleur de l'avis et de la date","wb.blocks.FormContentDto.5":"Couleur des flèches","wb.blocks.FormContentDto.50":"Couleur des étoiles","wb.blocks.FormContentDto.51":"Couleur de fond des étoiles","wb.blocks.FormContentDto.52":"Affichage du lien vers les avis","wb.blocks.FormContentDto.53":"Couleur de fond des avis","wb.blocks.FormContentDto.54":"Couleur","wb.blocks.FormContentDto.55":"Style","wb.blocks.FormContentDto.57":"Hauteur","wb.blocks.FormContentDto.58":"Largeur","wb.blocks.FormContentDto.6":"Couleur du fond des questions","wb.blocks.FormContentDto.60":"Temps entre chaque diapo (en millisecondes)","wb.blocks.FormContentDto.62":"Affichage de la navigation (points)","wb.blocks.FormContentDto.63":"Identifiant de votre page Facebook","wb.blocks.FormContentDto.65":"https://www.facebook.com/mapage","wb.blocks.FormContentDto.66":"https://www.twitter.com/mapage","wb.blocks.FormContentDto.67":"https://www.instagram.com/mapage","wb.blocks.FormContentDto.68":"https://www.pinterest.com/mapage","wb.blocks.FormContentDto.69":"Espacement autours du contenu","wb.blocks.FormContentDto.7":"Couleur du fond des réponses","wb.blocks.FormContentDto.70":"Couleur du fond de gauche","wb.blocks.FormContentDto.71":"Couleur du fond de droite","wb.blocks.FormContentDto.72":"Couleur du fond du milieu gauche","wb.blocks.FormContentDto.73":"Couleur du fond du milieu droit","wb.blocks.FormContentDto.74":"Chiffre clé n°1","wb.blocks.FormContentDto.75":"Entrer un chiffre","wb.blocks.FormContentDto.76":"Chiffre clé n°2","wb.blocks.FormContentDto.77":"Chiffre clé n°3","wb.blocks.FormContentDto.78":"Chiffre clé n°4","wb.blocks.FormContentDto.79":"Couleur du fond du milieu","wb.blocks.FormContentDto.8":"Couleur des bordures","wb.blocks.FormContentDto.80":"Couleur du texte","wb.blocks.FormContentDto.81":"Couleur de fond en bas à gauche","wb.blocks.FormContentDto.82":"Lien du bouton","wb.blocks.FormContentDto.83":"Ouvrir le lien dans un nouvel onglet","wb.blocks.FormContentDto.84":"Afficher les boutons de contrôle","wb.blocks.FormContentDto.85":"Lecture automatique (le son sera coupé)","wb.blocks.FormContentDto.86":"Lire en boucle","wb.blocks.FormContentDto.87":"Couleur de fond des diapos","wb.blocks.FormContentDto.88":"Couleur de soulignement des diapos","wb.blocks.FormContentDto.89":"Couleur du séparateur","wb.blocks.FormContentDto.9":"Mode accordéon","wb.blocks.FormContentDto.90":"Couleur du fond au centre à gauche","wb.blocks.FormContentDto.91":"Couleur du fond au centre à droite","wb.blocks.FormContentDto.92":"Couleur du fond au centre","wb.blocks.FormContentDto.93":"<a href=\"https://aide.wizishop.fr/articles/3077986-wiziblocks-reseaux-sociaux\" target=\"_blank\">Voir notre aide</a>","wb.blocks.FormContentDto.94":"Petit","wb.blocks.FormContentDto.95":"Moyen","wb.blocks.FormContentDto.96":"Grand","wb.blocks.FormContentDto.97":"Solide","wb.blocks.FormContentDto.98":"Point","wb.blocks.FormContentDto.99":"Tiret","wb.blocks.forms-background.text":"Formulaire avec image de fond","wb.blocks.forms-imageleft.text":"Formulaire avec image à gauche","wb.blocks.forms-imageright.text":"Formulaire avec image à droite","wb.blocks.forms-onboarding.text":"Formulaire Onboarding Wizishop","wb.blocks.forms-simple.text":"Formulaire simple","wb.blocks.html.1":"Prévisualisation rapide","wb.blocks.html.2":"Désactiver la prévisualisation","wb.blocks.images-banner.text":"Bandeau simple","wb.blocks.images-big-and-double.text":"Une grande + 2 images à droite","wb.blocks.images-bigs-and-double-middle.text":"Une image + 2 images + une image","wb.blocks.images-double.text":"Deux images","wb.blocks.images-quadruple-left-one-right.text":"Quatre images à gauche et une image à droite","wb.blocks.images-quadruple.text":"Quatre images","wb.blocks.images-simple.text":"Image simple","wb.blocks.images-texts-big-left-text-right.text":"Grande image texte à droite","wb.blocks.images-texts-big-right-text-left.text":"Grande image texte à gauche","wb.blocks.images-texts-left-text-right.text":"Image texte à droite","wb.blocks.images-texts-one-text-one.text":"Image - Texte - Image","wb.blocks.images-texts-right-text-left.text":"Image texte à gauche","wb.blocks.images-texts-small-left-text-right.text":"Petite image texte à droite","wb.blocks.images-texts-small-right-text-left.text":"Petite image texte à gauche","wb.blocks.images-texts-text-one-text.text":"Texte - Image - Texte","wb.blocks.images-triple.text":"Trois images","wb.blocks.images.fourImagesTitle":"Quatre images avec titre en dessous","wb.blocks.images.twoTitleText":"Deux images avec titre et texte en dessous","wb.blocks.launch-videos-button.text":"Lancement avec bouton","wb.blocks.launch-videos-buttontxt.text":"Lancement avec texte et bouton","wb.blocks.map-background-form-left.text":"Carte avec image de fond et formulaire à gauche","wb.blocks.map-background-form-right.text":"Carte avec image de fond et formulaire à droite","wb.blocks.map-fullpage.text":"Carte pleine page","wb.blocks.map-left-text.text":"Carte avec texte à gauche","wb.blocks.map-right-text.text":"Carte avec texte à droite","wb.blocks.map-text-form.text":"Carte avec texte et formulaire","wb.blocks.newsletter-aligned-center-background.text":"Inscription newsletter aligné au centre avec fond","wb.blocks.newsletter-aligned-center-image.text":"Inscription newsletter aligné au centre avec image","wb.blocks.newsletter-center-image-instagram.text":"Inscription avec image et fil instagram","wb.blocks.newsletter-center-image.text":"Inscription avec image centré","wb.blocks.product-zoom-complete-background.text":"Zoom avec informations et image de fond","wb.blocks.product-zoom-complete-slider.text":"Zoom avec informations et mise en avant","wb.blocks.product-zoom-complete.text":"Zoom sur un produit avec informations","wb.blocks.product-zoom-more.text":"Zoom sur un produit avec image mis en avant","wb.blocks.product-zoom-selected.text":"Zoom sur un produit avec plusieurs images","wb.blocks.product-zoom-simple.text":"Zoom sur un produit simple","wb.blocks.product-zoom-triple-column.text":"Zoom sur un produit avec 3 colonnes","wb.blocks.product-zoom.text":"Zoom sur un produit","wb.blocks.products-list-classic.text":"Listing produit classique","wb.blocks.products-list-selected.text":"Listing produit avec un produit mis en avant","wb.blocks.products-list-simple.text":"Liste épuré avec texte au survol","wb.blocks.quotes-author.text":"Citation avec photo auteur","wb.blocks.quotes-simple-background.text":"Citation simple avec image","wb.blocks.quotes-simple.text":"Citation simple","wb.blocks.rassurances-quadruple-aligned.text":"4 éléments de rassurance alignés","wb.blocks.rassurances-quadruple-background.text":"4 éléments de rassurance avec image de fond","wb.blocks.rassurances-triple-background.text":"3 éléments de rassurance avec image de fond","wb.blocks.reviews-simple.text":"Avis client classique","wb.blocks.reviews-waterfall.text":"Avis client en cascade","wb.blocks.separator-simple.text":"Séparateur simple","wb.blocks.sliders-double-imageright.text":"Diaporama avec deux images à droite","wb.blocks.sliders-fullpage.text":"Diaporama pleine page","wb.blocks.sliders-imageright.text":"Diaporama avec une image à droite","wb.blocks.sliders-leftnav.text":"Diaporama avec navigation à gauche","wb.blocks.sliders-with-banner.text":"Diaporama pleine page et bannière en dessous","wb.blocks.socials-instagram-left.text":"Fil instagram avec image à gauche","wb.blocks.socials-instagram.text":"Fil instagram","wb.blocks.socials-like.text":"Like box","wb.blocks.socials-network.text":"Bouton de partage","wb.blocks.socials-page-complex.text":"Page complexe","wb.blocks.socials-page-simple.text":"Page simple","wb.blocks.text-backgrounds-four-rows-icon-text.text":"Quatre rangées d'images avec picto et texte","wb.blocks.text-backgrounds-link.text":"Quatre images encadrées avec titre et texte","wb.blocks.text-backgrounds-simple.text":"Texte simple","wb.blocks.text-backgrounds-three-rows-icon-text.text":"Trois rangées d'images avec picto et texte","wb.blocks.text-backgrounds-two-rows-icon-text.text":"Deux rangées d'images avec picto et texte","wb.blocks.text-backgrounds-with-banner":"Texte simple et bannière en dessous","wb.blocks.text-backgrounds-with-txt.text":"Texte avec fond","wb.blocks.texts-double-background.text":"Deux colonnes de texte avec fond","wb.blocks.texts-double.text":"Deux colonnes de texte","wb.blocks.texts-one-background.text":"Un texte avec fond","wb.blocks.texts-one.text":"Un texte","wb.blocks.texts-quadruple-background.text":"Quatre colonnes de texte avec fond","wb.blocks.texts-quadruple-numbers.text":"Quatre chiffres clés dynamiques","wb.blocks.texts-quadruple.text":"Quatre colonnes de texte","wb.blocks.texts-triple-background.text":"Trois colonnes de texte avec fond","wb.blocks.texts-triple.text":"Trois colonnes de texte","wb.blocks.timer-airport.text":"Compte à rebours style aéroport","wb.blocks.timer-background.text":"Compte à rebours encadré avec image","wb.blocks.timer-clock.text":"Compte à rebours horloge avec image","wb.blocks.timer-multiple-img.text":"Compte à rebours avec une multitude d'images","wb.blocks.timer-simple.text":"Compte à rebours style épuré","wb.blocks.videos-simple.text":"Vidéo simple","wb.blocks.videos-txt-content.text":"Vidéo avec texte dans contenu","wb.blocks.videos-txt-left.text":"Vidéo avec texte à gauche","wb.blocks.videos-txt.text":"Vidéo avec Texte","wb.blocks.witness-background-double.text":"2 témoignages avec image de fond","wb.blocks.witness-background-one.text":"Témoignage avec image de fond","wb.blocks.witness-quadruple.text":"4 témoignages","wb.blocks.witness-triple.text":"3 témoignages","wb.blocks.witness-twice.text":"2 témoignages","wb.configs.translations.1":"Liste des Wiziblocks","wb.configs.translations.2":"Entête du site","wb.configs.translations.3":"Pied de page","wb.configs.translations.4":"Choix de mise en page","wb.configs.translations.5":"Configuration","wb.configs.translations.6":"Sélectionner un composant","wb.configs.translations.7":"Construisez votre page à l’aide des blocks. Un block permet de mettre en page.","wb.dto.ADDRESS.9":"<p><span class=\"ql-size-large\" style=\"color: rgb(68, 68, 68);\">Votre adresse<br/>75000 Paris</span></p>","wb.dto.AUTHOR.18":"Your Name","wb.dto.AUTHOR.36":"<h3><span>John Doe</span></h3>","wb.dto.BUTTON_TEXT.14":"Je m'inscris","wb.dto.BUTTON_TEXT.6":"Voir la vidéo","wb.dto.BUTTON.15":"Tester Gratuitement","wb.dto.CONTENT.1":"<p><span style=\"color: rgb(68, 68, 68);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum mollis turpis ex, eu convallis turpis ultrices in. Aenean varius nulla id maximus pellentesque. Integer mattis est enim, sit amet feugiat odio gravida","wb.dto.CONTENT.10":"<p class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vel lorem a est dictum ultrices ut a orci.</span></p>","wb.dto.CONTENT.11":"<p class=\"ql-align-center\"><strong class=\"ql-size-small\" style=\"color: rgb(255, 255, 255);\">Paiement 100% sécurisé</strong></p>","wb.dto.CONTENT.12":"<p class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum mollis turpis ex, eu convallis","wb.dto.CONTENT.13":"<p class=\"ql-align-center\"><strong class=\"ql-size-small\">Paiement 100% sécurisé</strong></p>","wb.dto.CONTENT.14":"<p class=\"ql-align-center\"><strong class=\"ql-size-small\">Livraison avec suivi 100% OFFERTE</strong></p>","wb.dto.CONTENT.15":"<p><strong class=\"ql-size-small\">Lorem ipsum</strong> <strong class=\"ql-size-small\" style=\"color: rgb(240, 102, 102);\">dolor</strong> <strong class=\"ql-size-small\">sit amet</strong></p>","wb.dto.CONTENT.16":"<p><strong class=\"ql-size-small\">Lorem </strong><strong class=\"ql-size-small\" style=\"color: rgb(240, 102, 102);\">ipsum</strong><strong class=\"ql-size-small\"> dolor sit amet</strong></p>","wb.dto.CONTENT.17":"<p><span style=\"color: rgb(68, 68, 68);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum mollis turpis ex,</span></p>","wb.dto.CONTENT.18":"<p><span style=\"color: rgb(68, 68, 68);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum mollis turpis ex, eu convallis","wb.dto.CONTENT.19":"N'essayez pas d'être original, contentez-vous d'être bon.","wb.dto.CONTENT.2":"<p class=\"ql-align-center\"><span style=\"color: rgb(68, 68, 68);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum mollis turpis ex, eu convallis turpis ultrices in. Aenean varius nulla id maximus pellentesque. Integer mattis est enim, sit amet feugiat odio gravida","wb.dto.CONTENT.20":"<p><span>Paiement sécurisé</span></p>","wb.dto.CONTENT.21":"<p><span>Expédition & livraison rapide</span></p>","wb.dto.CONTENT.22":"<p><span>A vos côtés 7j / 7 !</span></p>","wb.dto.CONTENT.23":"<p><span>7 jours pour changer d'avis</span></p>","wb.dto.CONTENT.24":"<p><span style=\"color: rgb(255, 255, 255);\">Paiement sécurisé</span></p>","wb.dto.CONTENT.25":"<p><span style=\"color: rgb(255, 255, 255);\">Expédition & livraison rapide</span></p>","wb.dto.CONTENT.26":"<p><span style=\"color: rgb(255, 255, 255);\">A vos côtés 7j / 7 !</span></p>","wb.dto.CONTENT.27":"<p><span style=\"color: rgb(255, 255, 255);\">7 jours pour changer d'avis</span></p>","wb.dto.CONTENT.28":"<p class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse congue consectetur porta</span></p>","wb.dto.CONTENT.29":"<h2 class=\"ql-align-center\" ><span style=\"color: rgb(255, 255, 255);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span></h2>","wb.dto.CONTENT.3":"<div>\n Vos éléments \n</div>","wb.dto.CONTENT.30":"<p class=\"ql-align-center\"><span>Chiffre clés</span></p>","wb.dto.CONTENT.31":"<p class=\"ql-align-center\"><span style=\"color: rgb(0, 0, 0);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse congue consectetur porta</span></p>","wb.dto.CONTENT.32":"<p class=\"ql-align-center\"><span style=\"color: rgb(39, 35, 43);\">LOREM IPSUM DOLOE SIT AMET</span></p>","wb.dto.CONTENT.33":"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque suscipit sollicitudin magna, nec sodales massa mattis nec.","wb.dto.CONTENT.34":"<p class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Votre contenu ici</span></p>","wb.dto.CONTENT.35":"<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.","wb.dto.CONTENT.36":"<p><span>Sed auctor ullamcorper mi, sit amet accumsan nisi scelerisque ut. Integer sed neque ac leo eleifend blandit.","wb.dto.CONTENT.37":"<p class=\"ql-align-center\"><span class=\"ql-size-large\">Lorem ipsum dolor sit amet, consectetuer</span></p>","wb.dto.CONTENT.4":"alert(\"Votre code javascript\");","wb.dto.CONTENT.5":".vosElements { \n background-color: white; \n }","wb.dto.CONTENT.6":"<p><span>Ecrivez la réponse.</span></p>","wb.dto.CONTENT.7":"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse congue consectetur porta</span></p>","wb.dto.CONTENT.8":"<p class=\"ql-align-center\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse congue consectetur porta</span></p>","wb.dto.CONTENT.9":"<p class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Votre contenu</span></p>","wb.dto.EMAIL.11":"<p><span class=\"ql-size-large\" style=\"color: rgb(68, 68, 68);\">youremail@email.com</span></p>","wb.dto.PHONE.10":"<p><span class=\"ql-size-large\" style=\"color: rgb(68, 68, 68);\">04XXXXXXXX</span></p>","wb.dto.PLACEHOLDER.13":"Entrez votre email","wb.dto.TEXT.1":"Découvrir l'offre","wb.dto.TEXT.2":"<p class=\"ql-align-center\"><span>Lorem ipsum dolor sit amet, consectetuer</span></p>","wb.dto.TEXT.3":"<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.</p>","wb.dto.TITLE.1":"<p class=\"ql-align-center\"><strong class=\"ql-size-large ql-custom-uppercase\">Vos recommandations</strong></p>","wb.dto.TITLE.12":"<h2 class=\"ql-align-right\"><span style=\"color: rgb(255, 255, 255);\">Inscrivez-vous à la newsletter</span></h2>","wb.dto.TITLE.15":"<h2 class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Inscrivez-vous à la newsletter</span></h2>","wb.dto.TITLE.16":"<strong><span style=\"color: rgb(68, 68, 68);\">Argument 01</span></strong>","wb.dto.TITLE.17":"<strong><span style=\"color: rgb(68, 68, 68);\">Argument 02</span></strong>","wb.dto.TITLE.19":"<h3><span>Paiement</span></h3>","wb.dto.TITLE.2":"Ecrivez votre question.","wb.dto.TITLE.20":"<h3><span>Livraison rapide</span></h3>","wb.dto.TITLE.21":"<h3><span>Service Client</span></h3>","wb.dto.TITLE.22":"<h3><span>Satisfait ou remboursé</span></h3>","wb.dto.TITLE.23":"<h3><span style=\"color: rgb(255, 255, 255);\">Paiement</span></h3>","wb.dto.TITLE.24":"<h3><span style=\"color: rgb(255, 255, 255);\">Livraison rapide</span></h3>","wb.dto.TITLE.25":"<h3><span style=\"color: rgb(255, 255, 255);\">Service Client</span></h3>","wb.dto.TITLE.26":"<h3><span style=\"color: rgb(255, 255, 255);\">Satisfait ou remboursé</span></h3>","wb.dto.TITLE.27":"<h3 class=\"ql-align-center\"><span style=\"color: rgb(255, 255, 255);\">Lorem ipsum dolor sit amet</span></h3>","wb.dto.TITLE.28":"<p class=\"ql-align-center\"><strong class=\"ql-size-large ql-custom-uppercase\">Note de la boutique</strong></p>","wb.dto.TITLE.29":"26000","wb.dto.TITLE.3":"<h2><span>Lorem ipsum dolor sit amet</span></h2>","wb.dto.TITLE.30":"<h2 class=\"ql-align-center\" ><span style=\"color: rgb(0, 0, 0);\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span></h2>","wb.dto.TITLE.31":"Lorem ipsum dolor","wb.dto.TITLE.32":"<h2>Lorem Ipsum</h2>","wb.dto.TITLE.33":"<h2 class=\"ql-align-center\" ><span style=\"color: rgb(255, 255, 255);\">Votre titre</span></h2>","wb.dto.TITLE.34":"<h2><span>Notre équipe</span></h2>","wb.dto.TITLE.35":"<h2><span>Ils parlent de nous...</span></h2>","wb.dto.TITLE.37":"<h2><span>John Doe</span></h2>","wb.dto.TITLE.38":"<p class=\"ql-align-center\"><strong class=\"ql-size-large\">Créer votre boutique en ligne</strong></p>","wb.dto.TITLE.39":"<h3 class=\"ql-align-center\"><strong class=\"ql-size-huge\">Lorem ipsum dolor sit amet, consectetur</strong></h3>","wb.dto.TITLE.4":"<h2><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span></h2>","wb.dto.TITLE.40":"<p class=\"ql-align-center\"><strong class=\"ql-size-large\">Lorem</strong></p>","wb.dto.TITLE.41":"<h3 class=\"ql-align-left\"><span class=\"ql-size-large\">Lorem ipsum dolor adipiscing elit. Aenean commodo</span></h3>","wb.dto.TITLE.42":"<p><strong class=\"ql-size-large\">Lorem ipsum dolor sit amet</strong></p>","wb.dto.TITLE.43":"<h3 class=\"ql-align-center\"><strong class=\"ql-size-large\">Lorem ipsum</strong></h3>","wb.dto.TITLE.5":"<h2 class=\"ql-align-center\" ><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span></h2>","wb.dto.TITLE.7":"<h2 class=\"ql-align-center\" ><span style=\"color: rgb(255, 255, 255);\">Votre titre percutant</span></h2>","wb.dto.TITLE.8":"<h2><strong class=\"ql-size-large\">Contactez-nous</strong></h2>","wb.faq.1":"Ajouter une question","wb.forms.FormsContentDto.1":"Espacement avant le contenu suivant","wb.forms.FormsContentDto.10":"Moyen","wb.forms.FormsContentDto.11":"Grand","wb.forms.FormsContentDto.12":"Plein écran","wb.forms.FormsContentDto.13":"Espace entre le haut de page et le premier contenu","wb.forms.FormsContentDto.14":"La vitesse de l'effet parallax dépend de la hauteur de l'image utilisée. Plus la hauteur sera importante, plus la vitesse de l'effet parallax sera élevée.","wb.forms.FormsContentDto.15":"Le bloc est <strong>affiché</strong>","wb.forms.FormsContentDto.16":"Le bloc est <strong>caché</strong>","wb.forms.FormsContentDto.17":"Les boutons de contrôles sont <strong>cachés</strong>","wb.forms.FormsContentDto.18":"Les boutons de contrôles sont <strong>affichés</strong>","wb.forms.FormsContentDto.19":"La lecture automatique est <strong>désactivée</strong>","wb.forms.FormsContentDto.2":"Largeur du Wiziblock","wb.forms.FormsContentDto.20":"La lecture automatique est <strong>activée</strong>","wb.forms.FormsContentDto.21":"Le son est <strong>désactivé</strong>","wb.forms.FormsContentDto.22":"Le son est <strong>activé</strong>","wb.forms.FormsContentDto.23":"La lecture en boucle est <strong>désactivée</strong>","wb.forms.FormsContentDto.24":"La lecture en boucle est <strong>activée</strong>","wb.forms.FormsContentDto.25":"La navigation ( en points ) est <strong>cachée</strong>","wb.forms.FormsContentDto.26":"La navigation ( en points ) est <strong>affichée</strong>","wb.forms.FormsContentDto.27":"L'effet de parallax est <strong>classique</strong>","wb.forms.FormsContentDto.28":"L'effet de parallax est <strong>inversé</strong>","wb.forms.FormsContentDto.3":"Aligner les boutons tout en bas du contenu","wb.forms.FormsContentDto.4":"Cacher le bloc","wb.forms.FormsContentDto.5":"Taille maximum du Wiziblock : 1024px","wb.forms.FormsContentDto.6":"Taille maximum du Wiziblock : 1440px","wb.forms.FormsContentDto.7":"Taille maximum du Wiziblock : 1920px","wb.forms.FormsContentDto.8":"Taille maximum du Wiziblock : Plein écran","wb.forms.FormsContentDto.9":"Petit","wb.forms.FormsContentDto.width":"Taille maximale du wiziblock","wb.ImageMediaAndTextDto.content.1":"<h2 class=\"ql-align-center\" ><span style=\"color: rgb(255, 255, 255);\">Titre</span></h2>","wb.panel.html.1":"Ouvrir la liste des Wiziblocks","wb.panel.html.2":"Epingler","wb.panel.html.3":"Désépingler","wb.panel.html.4":"Réduire","wb.productlist.1":"Sélection","wb.productlist.2":"Promotion","wb.productlist.3":"Nouveauté","wb.productlist.4":"Vente Flash","wb.productlist.selection":"Sélection","wb.quillHTML.TITLE":"Editer le code source HTML","wb.shared.components.amplifySearchCategory.1":"Guide : {{typeGuideName}}","wb.shared.components.amplifySearchCategory.2":"Par nom","wb.shared.components.amplifySearchProduct.1":"Sélectionner le type des boutiques","wb.shared.components.amplifySearchProduct.2":"Retirer ce produit","wb.shared.components.quill.1":"Insérer votre texte","wb.shared.components.quill.2":"Externe ?","wb.shared.components.quill.3":"Ok","wb.shared.components.quill.crypted":"Lien Obfusqué ?","wb.shared.components.quill.crypted_infobulle":"L'obfuscation de liens est une technique SEO avancée qui consiste à cacher un lien aux robots des moteurs de\n recherche, tout en le laissant accessible pour les internautes. <a href=\"https://www.wizishop.fr/blog/obfuscation-lien\">Découvrir l'article complet.</a>","wb.shared.components.quill.title":"Insérer un titre","wb.shared.components.strucTureConfigFont.1":"Chercher avec le nom FontAwesome Ex : arrow-alt-right","wb.shared.components.strucTureConfigFont.2":"Aléatoire","wb.shared.components.strucTureConfigFont.3":"Voir toutes les icones","wb.shared.components.strucTureConfigFont.4":"Taille recommandée : {{recommendedSize}}","wb.shared.components.strucTureConfigFont.5":"Ou","wb.shared.components.strucTureConfigFont.6":"sélectionner une image","wb.shared.components.strucTureConfigFont.7":"Cliquer pour modifier le pictogramme","wb.shared.components.structureSearchProduct.1":"Par nom, id ou référence","wb.shared.components.structureSearchProduct.2":"Retirer ce produit","wb.shared.components.structureSelect.1":"Selectionner votre formulaire","wb.shared.components.structureTools.1":"Déplacer le Wiziblock","wb.shared.components.structureTools.2":"Descendre","wb.shared.components.structureTools.3":"Monter","wb.shared.components.structureTools.4":"Configuration du Wiziblock","wb.shared.components.structureTools.5":"Dupliquer","wb.shared.components.structureTools.6":"Maintenir pour supprimer","wb.shared.directives.pictures.1":"Taille idéale","wb.shared.directives.pictures.2":"Choisir une image","wb.shared.pipes.answerPipe.1":"Type not found","wb.shared.pipes.answerPipe.10":"Url","wb.shared.pipes.answerPipe.2":"Réponse courte","wb.shared.pipes.answerPipe.3":"Réponse longue","wb.shared.pipes.answerPipe.4":"Sélection","wb.shared.pipes.answerPipe.5":"Bouton radio","wb.shared.pipes.answerPipe.6":"Case à cocher","wb.shared.pipes.answerPipe.7":"Fichier","wb.shared.pipes.answerPipe.8":"Date","wb.shared.pipes.answerPipe.9":"Adresse mail","wb.socialnetwork.help.link":"https://aide.wizishop.fr/articles/3077986-wiziblocks-reseaux-sociaux","wb.structureconfig.tooltip.1":"Configuration de l'élément","wb.structures.amplify-product.text":"Zoom sur un Produit","wb.structures.amplify-products-list.text":"Liste de produits","wb.structures.code.text":"Code","wb.structures.faq.text":"Foire aux questions","wb.structures.forms.text":"Formulaire","wb.structures.images-texts.text":"Image et texte","wb.structures.images.text":"Une ou plusieurs images","wb.structures.launch-videos.text":"Lancer une vidéo","wb.structures.map.text":"Carte","wb.structures.newsletter.text":"Newsletter","wb.structures.onboarding.text":"Formulaire Wizishop","wb.structures.product.text":"Zoom sur un Produit","wb.structures.products-list.text":"Liste de produits","wb.structures.quotes.text":"Citation","wb.structures.rassurances.text":"Eléments de rassurance","wb.structures.reviews.text":"Avis client","wb.structures.separator.text":"Séparateur","wb.structures.sliders.text":"Diaporama","wb.structures.socials.text":"Réseaux sociaux","wb.structures.template.1":"Puis rechercher un produit","wb.structures.template.10":"Lien sur l'image","wb.structures.template.11":"https://www.monlien.fr","wb.structures.template.12":"Ouvrir dans un nouvel onglet","wb.structures.template.13":"Texte du lien","wb.structures.template.14":"Lien","wb.structures.template.15":"Texte du bouton","wb.structures.template.16":"Lien du bouton","wb.structures.template.17":"Lien Youtube ou Vimeo :","wb.structures.template.18":"Taille idéale : 1920x1080","wb.structures.template.19":"Rechercher votre adresse :","wb.structures.template.2":"Voir le produit","wb.structures.template.20":"Rechercher un produit","wb.structures.template.21":"Image de fond","wb.structures.template.22":"Sélectionner une autre image de fond","wb.structures.template.23":"Ajouter au panier","wb.structures.template.24":"En stock","wb.structures.template.25":"Sélection de produit personnalisée","wb.structures.template.26":"Ou une sélection de produit","wb.structures.template.27":"Selection de produit","wb.structures.template.28":"Aucun avis n'est présent sur cette boutique.","wb.structures.template.29":"Voir plus d'avis","wb.structures.template.3":"Afficher un titre","wb.structures.template.30":"Ajouter une diapo","wb.structures.template.31":"Nom du diaporama et de l'image (balise ALT)","wb.structures.template.32":"Identifiant de votre page Facebook :","wb.structures.template.33":"Voir notre aide","wb.structures.template.34":"Facebook","wb.structures.template.35":"Twitter","wb.structures.template.36":"Instagram","wb.structures.template.37":"Pinterest","wb.structures.template.38":"Facebook :","wb.structures.template.39":"Twitter :","wb.structures.template.4":"Puis une sélection de produits personnalisées","wb.structures.template.40":"Instagram :","wb.structures.template.41":"Pinterest :","wb.structures.template.42":"Ajouter une image","wb.structures.template.43":"Taille de l'image : 300 x 300","wb.structures.template.44":"Calendrier","wb.structures.template.45":"Première connexion","wb.structures.template.46":"Sélectionnez la date et l'heure de fin du compte à rebours","wb.structures.template.47":"Jours","wb.structures.template.48":"Heures","wb.structures.template.49":"Minutes","wb.structures.template.5":"Ou sélectionner une catégorie","wb.structures.template.50":"Secondes","wb.structures.template.51":"Valider","wb.structures.template.52":"Jrs","wb.structures.template.53":"Hrs","wb.structures.template.54":"Min","wb.structures.template.55":"Sec","wb.structures.template.56":"{{totalComments}} avis clients","wb.structures.template.57":"Publié le {{created_at}}","wb.structures.template.58":"Diapo 0{{nb}}","wb.structures.template.59":"Image 0{{nb}}","wb.structures.template.6":"Aucun produit pour cette sélection","wb.structures.template.60":"Sélectionnez le temps total du compte à rebours.\nIl se lancera indépendamment pour chacun de vos visiteurs lors de sa première connexion.","wb.structures.template.61":"Valider","wb.structures.template.62":"Nom du diaporama {{nb}}","wb.structures.template.63":"Insérer une ligne supplémentaire","wb.structures.template.64":"Supprimer la ligne ?","wb.structures.template.65":"Ok","wb.structures.template.8":"Choisir une image","wb.structures.template.9":"Nom de l'image (balise ALT)","wb.structures.text-backgrounds.text":"Texte avec image de fond","wb.structures.texts.text":"Un ou plusieurs textes","wb.structures.timer.text":"Compte à rebours","wb.structures.videos.text":"Vidéo de fond","wb.structures.witness.text":"Témoignages"}
|
|
@@ -1,56 +1,35 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
.cls-3 {
|
|
13
|
-
fill: none;
|
|
14
|
-
stroke: #23272b;
|
|
15
|
-
stroke-linecap: round;
|
|
16
|
-
stroke-miterlimit: 10;
|
|
17
|
-
stroke-width: 1.5px;
|
|
18
|
-
}
|
|
19
|
-
</style>
|
|
20
|
-
</defs>
|
|
21
|
-
<g id="Icon_AvisClient" transform="translate(0.039 0.261)">
|
|
22
|
-
<g id="Groupe_311" data-name="Groupe 311" transform="translate(0 0)">
|
|
23
|
-
<g id="Groupe_299" data-name="Groupe 299">
|
|
24
|
-
<g id="Groupe_298" data-name="Groupe 298">
|
|
25
|
-
<path id="Tracé_325" data-name="Tracé 325" class="cls-1" d="M36.8,10.8a1.575,1.575,0,0,0,.4-1.7,1.753,1.753,0,0,0-1.3-1.2l-5.6-.8c-.1,0-.2-.1-.3-.2L27.5,1.8A1.65,1.65,0,0,0,26,.9a1.859,1.859,0,0,0-1.5.9L22,6.9c0,.1-.1.2-.3.2l-5.6.8a1.753,1.753,0,0,0-1.3,1.2,1.731,1.731,0,0,0,.4,1.7l4.1,3.9a.367.367,0,0,1,.1.3l-1,5.6a1.478,1.478,0,0,0,.7,1.6,1.669,1.669,0,0,0,1.8.1l5-2.6a.187.187,0,0,1,.3,0l5,2.6a1.884,1.884,0,0,0,.8.2,1.929,1.929,0,0,0,1-.3,1.731,1.731,0,0,0,.7-1.6l-1-5.6a.367.367,0,0,1,.1-.3Z"/>
|
|
26
|
-
</g>
|
|
27
|
-
</g>
|
|
28
|
-
<g id="Groupe_302" data-name="Groupe 302">
|
|
29
|
-
<g id="Groupe_301" data-name="Groupe 301">
|
|
30
|
-
<g id="Groupe_300" data-name="Groupe 300">
|
|
31
|
-
<path id="Tracé_326" data-name="Tracé 326" class="cls-2" d="M26,1.9a.349.349,0,0,1,.2.1l2.6,5.3a2.068,2.068,0,0,0,1.4,1l5.9.9a.215.215,0,0,1,.2.2.367.367,0,0,1-.1.3L32,13.8a1.845,1.845,0,0,0-.5,1.6l1,5.8a.367.367,0,0,1-.1.3.349.349,0,0,1-.2.1h-.1l-5.2-2.8a2.92,2.92,0,0,0-.9-.2,2.92,2.92,0,0,0-.9.2l-5.2,2.8h-.1c-.1,0-.1,0-.2-.1a.367.367,0,0,1-.1-.3l1-5.8a1.845,1.845,0,0,0-.5-1.6L15.8,9.7a.367.367,0,0,1-.1-.3.215.215,0,0,1,.2-.2l5.9-.9a2.068,2.068,0,0,0,1.4-1L25.8,2c0-.1.1-.1.2-.1M26,.4a1.781,1.781,0,0,0-1.6,1L21.8,6.7c-.1.1-.2.2-.3.2l-5.9.9A1.739,1.739,0,0,0,14.2,9a1.979,1.979,0,0,0,.4,1.8l4.2,4.1c.2.1.2.2.2.3L18,21a1.809,1.809,0,0,0,.7,1.7,1.929,1.929,0,0,0,1,.3,1.884,1.884,0,0,0,.8-.2L25.7,20h.4l5.2,2.8a2.353,2.353,0,0,0,.8.2h0a1.689,1.689,0,0,0,1-.3,1.9,1.9,0,0,0,.7-1.7l-1-5.8a.367.367,0,0,1,.1-.3l4.2-4.1A1.561,1.561,0,0,0,37.5,9a1.891,1.891,0,0,0-1.4-1.2l-5.9-.9c-.1,0-.2-.1-.3-.2L27.3,1.4c0-.6-.6-1-1.3-1Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="60.25" height="40.25" viewBox="0 0 60.25 40.25">
|
|
2
|
+
<g id="AvisClient" transform="translate(30.125 20.125)">
|
|
3
|
+
<g id="Groupe_827" data-name="Groupe 827" transform="translate(-30 -20)">
|
|
4
|
+
<rect id="Rectangle_299" data-name="Rectangle 299" width="60" height="40" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="0.25" opacity="0"/>
|
|
5
|
+
<g id="Groupe_826" data-name="Groupe 826">
|
|
6
|
+
<g id="Groupe_824" data-name="Groupe 824">
|
|
7
|
+
<g id="Groupe_822" data-name="Groupe 822">
|
|
8
|
+
<path id="Tracé_556" data-name="Tracé 556" d="M9.42,18.078,11.008,21.3a.988.988,0,0,0,.744.541l3.551.516a.989.989,0,0,1,.548,1.686l-2.57,2.5a.988.988,0,0,0-.284.875l.607,3.536A.989.989,0,0,1,12.169,32L8.994,30.327a.985.985,0,0,0-.92,0L4.9,32a.989.989,0,0,1-1.435-1.042l.607-3.536a.988.988,0,0,0-.284-.875l-2.57-2.5a.989.989,0,0,1,.548-1.686l3.551-.516a.988.988,0,0,0,.744-.541l1.588-3.218A.989.989,0,0,1,9.42,18.078Z" fill="#f7d772"/>
|
|
9
|
+
<path id="Tracé_557" data-name="Tracé 557" d="M31.6,5.979,34.426,11.7a1.756,1.756,0,0,0,1.323.961l6.311.917a1.757,1.757,0,0,1,.973,3l-4.566,4.451a1.756,1.756,0,0,0-.5,1.555l1.078,6.286a1.757,1.757,0,0,1-2.55,1.852l-5.644-2.968a1.757,1.757,0,0,0-1.635,0l-5.645,2.968a1.757,1.757,0,0,1-2.549-1.852l1.078-6.286a1.754,1.754,0,0,0-.506-1.555l-4.566-4.451a1.757,1.757,0,0,1,.974-3l6.31-.917A1.754,1.754,0,0,0,25.63,11.7l2.823-5.719A1.757,1.757,0,0,1,31.6,5.979Z" fill="#f8ca24"/>
|
|
10
|
+
<path id="Tracé_558" data-name="Tracé 558" d="M52.353,18.078,53.941,21.3a.988.988,0,0,0,.744.541l3.551.516a.989.989,0,0,1,.548,1.686l-2.57,2.5a.988.988,0,0,0-.284.875l.607,3.536A.989.989,0,0,1,55.1,32l-3.176-1.669a.985.985,0,0,0-.92,0L47.831,32A.989.989,0,0,1,46.4,30.954L47,27.418a.988.988,0,0,0-.284-.875l-2.57-2.5a.989.989,0,0,1,.548-1.686l3.551-.516a.988.988,0,0,0,.744-.541l1.588-3.218A.989.989,0,0,1,52.353,18.078Z" fill="#f7d772"/>
|
|
32
11
|
</g>
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
<
|
|
12
|
+
<g id="Groupe_823" data-name="Groupe 823">
|
|
13
|
+
<g id="Tracé_559" data-name="Tracé 559" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
14
|
+
<path d="M9.42,18.078,11.008,21.3a.988.988,0,0,0,.744.541l3.551.516a.989.989,0,0,1,.548,1.686l-2.57,2.5a.988.988,0,0,0-.284.875l.607,3.536A.989.989,0,0,1,12.169,32L8.994,30.327a.985.985,0,0,0-.92,0L4.9,32a.989.989,0,0,1-1.435-1.042l.607-3.536a.988.988,0,0,0-.284-.875l-2.57-2.5a.989.989,0,0,1,.548-1.686l3.551-.516a.988.988,0,0,0,.744-.541l1.588-3.218A.989.989,0,0,1,9.42,18.078Z" stroke="none"/>
|
|
15
|
+
<path d="M 8.533499717712402 18.02750015258789 C 8.343319892883301 18.02750015258789 8.179459571838379 18.12924003601074 8.095379829406738 18.29925918579102 L 6.507439613342285 21.51715087890625 C 6.290780067443848 21.95647048950195 5.87200927734375 22.26099967956543 5.386899948120117 22.33180046081543 L 1.835390090942383 22.84787940979004 C 1.647769927978516 22.87494087219238 1.500659942626953 22.99880981445312 1.441869735717773 23.17922019958496 C 1.382800102233887 23.36046981811523 1.428929328918457 23.54813003540039 1.564929962158203 23.68087959289551 L 4.134909629821777 26.18486976623535 C 4.485659599304199 26.52658081054688 4.6456298828125 27.01913070678711 4.562789916992188 27.50259017944336 L 3.955860137939453 31.03817939758301 C 3.924039840698242 31.22451019287109 3.995149612426758 31.3558292388916 4.060409545898438 31.43317985534668 C 4.154919624328613 31.54520988464355 4.295700073242188 31.61208915710449 4.436979293823242 31.61208915710449 C 4.514530181884766 31.61208915710449 4.591309547424316 31.59238052368164 4.665410041809082 31.55339050292969 L 7.840620040893555 29.88480949401855 C 8.053579330444336 29.77240943908691 8.293349266052246 29.71299934387207 8.533999443054199 29.71299934387207 C 8.774649620056152 29.71299934387207 9.014419555664062 29.77240943908691 9.226650238037109 29.88442039489746 L 12.40182971954346 31.55352020263672 C 12.47568988800049 31.59238052368164 12.55246925354004 31.61208915710449 12.63002014160156 31.61208915710449 C 12.77128028869629 31.61208915710449 12.9120397567749 31.54520034790039 13.00656986236572 31.43316078186035 C 13.07184028625488 31.35580062866211 13.14295959472656 31.22447967529297 13.11120986938477 31.03858947753906 L 12.50417995452881 27.50243949890137 C 12.4213695526123 27.01913070678711 12.58133983612061 26.52658081054688 12.93206977844238 26.18487930297852 L 15.50174999237061 23.68120002746582 C 15.63807010650635 23.54813003540039 15.68419933319092 23.36046981811523 15.62512969970703 23.17922019958496 C 15.56633949279785 22.99880981445312 15.41922950744629 22.87494087219238 15.23110008239746 22.84779930114746 L 11.67977905273438 22.33176040649414 C 11.19499015808105 22.26099967956543 10.77622032165527 21.95647048950195 10.55961990356445 21.51725959777832 L 8.971809387207031 18.29965019226074 C 8.887539863586426 18.12924003601074 8.723679542541504 18.02750015258789 8.533499717712402 18.02750015258789 M 8.533499717712402 17.52750015258789 C 8.88599967956543 17.52750015258789 9.238499641418457 17.71099853515625 9.420000076293945 18.07799911499023 L 11.00799942016602 21.29599952697754 C 11.15200042724609 21.58799934387207 11.43000030517578 21.79000091552734 11.7519998550415 21.83699989318848 L 15.30299949645996 22.35300064086914 C 16.11400032043457 22.46999931335449 16.4370002746582 23.46700096130371 15.85099983215332 24.03899955749512 L 13.2810001373291 26.54299926757812 C 13.04800033569336 26.77000045776367 12.9419994354248 27.09700012207031 12.99699974060059 27.41799926757812 L 13.60400009155273 30.95400047302246 C 13.74199962615967 31.76200103759766 12.89499855041504 32.37799835205078 12.16899967193604 31.99600028991699 L 8.993999481201172 30.32699966430664 C 8.705999374389648 30.17499923706055 8.36199951171875 30.17499923706055 8.073999404907227 30.32699966430664 L 4.89799976348877 31.99600028991699 C 4.1719970703125 32.37799835205078 3.324999809265137 31.76200103759766 3.46299934387207 30.95400047302246 L 4.069999694824219 27.41799926757812 C 4.125 27.09700012207031 4.019000053405762 26.77000045776367 3.785999298095703 26.54299926757812 L 1.215999603271484 24.03899955749512 C 0.6299991607666016 23.46700096130371 0.9529991149902344 22.46999931335449 1.763999938964844 22.35300064086914 L 5.314999580383301 21.83699989318848 C 5.63700008392334 21.79000091552734 5.914999961853027 21.58799934387207 6.059000015258789 21.29599952697754 L 7.646999359130859 18.07799911499023 C 7.828499794006348 17.71099853515625 8.180999755859375 17.52750015258789 8.533499717712402 17.52750015258789 Z" stroke="none" fill="#495564"/>
|
|
16
|
+
</g>
|
|
17
|
+
<g id="Tracé_560" data-name="Tracé 560" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
18
|
+
<path d="M31.6,5.979,34.426,11.7a1.756,1.756,0,0,0,1.323.961l6.311.917a1.757,1.757,0,0,1,.973,3l-4.566,4.451a1.756,1.756,0,0,0-.5,1.555l1.078,6.286a1.757,1.757,0,0,1-2.55,1.852l-5.644-2.968a1.757,1.757,0,0,0-1.635,0l-5.645,2.968a1.757,1.757,0,0,1-2.549-1.852l1.078-6.286a1.754,1.754,0,0,0-.506-1.555l-4.566-4.451a1.757,1.757,0,0,1,.974-3l6.31-.917A1.754,1.754,0,0,0,25.63,11.7l2.823-5.719A1.757,1.757,0,0,1,31.6,5.979Z" stroke="none"/>
|
|
19
|
+
<path d="M 30.02812004089355 5.500249862670898 C 29.53890037536621 5.500249862670898 29.11767959594727 5.761940002441406 28.9013500213623 6.200309753417969 L 26.07841873168945 11.91917991638184 C 25.74962997436523 12.58574104309082 25.11421966552734 13.04729080200195 24.37891006469727 13.15380096435547 L 18.06909942626953 14.07077026367188 C 17.58456039428711 14.14138984680176 17.20502853393555 14.46142959594727 17.05385971069336 14.92690086364746 C 16.90282821655273 15.39192962646484 17.02177810668945 15.87346076965332 17.37202072143555 16.21496963500977 L 21.93777084350586 20.66572952270508 C 22.47068023681641 21.18452072143555 22.71366882324219 21.93143081665039 22.58781051635742 22.66350936889648 L 21.50981140136719 28.9494800567627 C 21.44596099853516 29.32197952270508 21.54228973388672 29.68308067321777 21.78107070922852 29.96627998352051 C 22.02212142944336 30.25217056274414 22.38359832763672 30.42284965515137 22.74802017211914 30.42284965515137 C 22.94918060302734 30.42284965515137 23.14606857299805 30.3729305267334 23.33330917358398 30.27444076538086 L 28.97809028625488 27.30656051635742 C 29.30035018920898 27.13692092895508 29.6634407043457 27.04724884033203 30.02812004089355 27.04724884033203 C 30.39266967773438 27.04724884033203 30.75589942932129 27.13685035705566 31.07872009277344 27.30646133422852 L 36.72275924682617 30.27448081970215 C 36.90992736816406 30.3729305267334 37.10685729980469 30.42284965515137 37.30809020996094 30.42284965515137 C 37.67282104492188 30.42284965515137 38.03462219238281 30.25201034545898 38.27590179443359 29.96585083007812 C 38.5146598815918 29.68267059326172 38.61100006103516 29.32172012329102 38.54718780517578 28.94951057434082 L 37.46923065185547 22.66371917724609 C 37.34342193603516 21.93198013305664 37.58588027954102 21.18521881103516 38.11798095703125 20.66596984863281 L 42.68393707275391 16.21500968933105 C 43.03445053100586 15.87322998046875 43.15351867675781 15.39145088195801 43.0024299621582 14.92625045776367 C 42.85137176513672 14.46113967895508 42.47211074829102 14.1413402557373 41.98809814453125 14.07080078125 L 35.67720031738281 13.1538200378418 C 34.9416389465332 13.04708099365234 34.30627059936523 12.58554077148438 33.97761917114258 11.91925048828125 L 31.15575981140137 6.200540542602539 C 30.93902969360352 5.762039184570312 30.51747894287109 5.500249862670898 30.02812004089355 5.500249862670898 M 30.02812576293945 5.000249862670898 C 30.65475082397461 5.000249862670898 31.2814998626709 5.326499938964844 31.60400009155273 5.979000091552734 L 34.42600250244141 11.69799995422363 C 34.68199920654297 12.21700096130371 35.177001953125 12.57600021362305 35.74900054931641 12.65900039672852 L 42.05999755859375 13.57600021362305 C 43.50099945068359 13.7859992980957 44.07600021362305 15.55599975585938 43.03299713134766 16.57299995422363 L 38.46699905395508 21.02400016784668 C 38.05300140380859 21.42800140380859 37.86399841308594 22.00899887084961 37.96199798583984 22.57900047302246 L 39.04000091552734 28.86499977111816 C 39.2859992980957 30.29999923706055 37.77899932861328 31.39500045776367 36.48999786376953 30.71699905395508 L 30.84600067138672 27.74900054931641 C 30.33399963378906 27.47999954223633 29.72199821472168 27.47999954223633 29.21100044250488 27.74900054931641 L 23.56599807739258 30.71699905395508 C 22.27701950073242 31.39500045776367 20.77099990844727 30.29999923706055 21.01699829101562 28.86499977111816 L 22.09500122070312 22.57900047302246 C 22.19300079345703 22.00899887084961 22.00400161743164 21.42800140380859 21.5890007019043 21.02400016784668 L 17.02299880981445 16.57299995422363 C 15.97999954223633 15.55599975585938 16.55599975585938 13.7859992980957 17.99700164794922 13.57600021362305 L 24.30699920654297 12.65900039672852 C 24.88000106811523 12.57600021362305 25.37400054931641 12.21700096130371 25.63000106811523 11.69799995422363 L 28.45299911499023 5.979000091552734 C 28.77499961853027 5.326499938964844 29.4015007019043 5.000249862670898 30.02812576293945 5.000249862670898 Z" stroke="none" fill="#495564"/>
|
|
20
|
+
</g>
|
|
21
|
+
<g id="Tracé_561" data-name="Tracé 561" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
22
|
+
<path d="M52.353,18.078,53.941,21.3a.988.988,0,0,0,.744.541l3.551.516a.989.989,0,0,1,.548,1.686l-2.57,2.5a.988.988,0,0,0-.284.875l.607,3.536A.989.989,0,0,1,55.1,32l-3.176-1.669a.985.985,0,0,0-.92,0L47.831,32A.989.989,0,0,1,46.4,30.954L47,27.418a.988.988,0,0,0-.284-.875l-2.57-2.5a.989.989,0,0,1,.548-1.686l3.551-.516a.988.988,0,0,0,.744-.541l1.588-3.218A.989.989,0,0,1,52.353,18.078Z" stroke="none"/>
|
|
23
|
+
<path d="M 51.46649932861328 18.02750015258789 C 51.27631759643555 18.02750015258789 51.11246109008789 18.12924003601074 51.02837753295898 18.29925918579102 L 49.4404411315918 21.51715087890625 C 49.22377777099609 21.95647048950195 48.80500793457031 22.26099967956543 48.31990051269531 22.33180046081543 L 44.76839065551758 22.84787940979004 C 44.58076858520508 22.87494087219238 44.43365859985352 22.99880981445312 44.37487030029297 23.17922019958496 C 44.31579971313477 23.36046981811523 44.36193084716797 23.54813003540039 44.49792861938477 23.68087959289551 L 47.06790924072266 26.18486976623535 C 47.41865921020508 26.52658081054688 47.57862854003906 27.01913070678711 47.49578857421875 27.50259017944336 L 46.88885879516602 31.03817939758301 C 46.85704040527344 31.22451019287109 46.92815017700195 31.3558292388916 46.993408203125 31.43317985534668 C 47.08792114257812 31.54520988464355 47.22869873046875 31.61208915710449 47.36997985839844 31.61208915710449 C 47.44752883911133 31.61208915710449 47.52431106567383 31.59238052368164 47.59835052490234 31.55341911315918 L 50.77262115478516 29.88480949401855 C 50.98558044433594 29.77240943908691 51.22534942626953 29.71299934387207 51.46599960327148 29.71299934387207 C 51.70664978027344 29.71299934387207 51.94641876220703 29.77240943908691 52.15858840942383 29.88438987731934 L 55.3348274230957 31.55352020263672 C 55.40868759155273 31.59238052368164 55.48546981811523 31.61208915710449 55.56301879882812 31.61208915710449 C 55.70428085327148 31.61208915710449 55.84503936767578 31.54520034790039 55.93956756591797 31.43316078186035 C 56.00484085083008 31.35580062866211 56.07595825195312 31.22447967529297 56.04420852661133 31.03858947753906 L 55.43717956542969 27.50243949890137 C 55.3543701171875 27.01913070678711 55.51433944702148 26.52658081054688 55.86507034301758 26.18487930297852 L 58.43474960327148 23.68120002746582 C 58.57106781005859 23.54813003540039 58.6171989440918 23.36046981811523 58.55812835693359 23.17922019958496 C 58.49934005737305 22.99880981445312 58.35223007202148 22.87494087219238 58.16410064697266 22.84779930114746 L 54.61277770996094 22.33176040649414 C 54.12799072265625 22.26099967956543 53.70922088623047 21.95647048950195 53.49261856079102 21.51725959777832 L 51.90480804443359 18.29965019226074 C 51.82053756713867 18.12924003601074 51.65668106079102 18.02750015258789 51.46649932861328 18.02750015258789 M 51.46649932861328 17.52750015258789 C 51.81900024414062 17.52750015258789 52.17150115966797 17.71099853515625 52.35300064086914 18.07799911499023 L 53.94099807739258 21.29599952697754 C 54.08499908447266 21.58799934387207 54.36299896240234 21.79000091552734 54.68499755859375 21.83699989318848 L 58.23600006103516 22.35300064086914 C 59.04700088500977 22.46999931335449 59.36999893188477 23.46700096130371 58.78400039672852 24.03899955749512 L 56.2140007019043 26.54299926757812 C 55.98099899291992 26.77000045776367 55.875 27.09700012207031 55.93000030517578 27.41799926757812 L 56.5369987487793 30.95400047302246 C 56.67500686645508 31.76200294494629 55.82798385620117 32.37799835205078 55.10200119018555 31.99600028991699 L 51.92599868774414 30.32699966430664 C 51.63799667358398 30.17499923706055 51.29399490356445 30.17499923706055 51.00600051879883 30.32699966430664 L 47.83099746704102 31.99600028991699 C 47.10501480102539 32.37799835205078 46.25799942016602 31.76200294494629 46.39599990844727 30.95400047302246 L 47.00299835205078 27.41799926757812 C 47.05799865722656 27.09700012207031 46.95199966430664 26.77000045776367 46.71899795532227 26.54299926757812 L 44.14899826049805 24.03899955749512 C 43.5629997253418 23.46700096130371 43.8859977722168 22.46999931335449 44.69699859619141 22.35300064086914 L 48.24800109863281 21.83699989318848 C 48.56999969482422 21.79000091552734 48.84799957275391 21.58799934387207 48.99200057983398 21.29599952697754 L 50.57999801635742 18.07799911499023 C 50.76149749755859 17.71099853515625 51.11399841308594 17.52750015258789 51.46649932861328 17.52750015258789 Z" stroke="none" fill="#495564"/>
|
|
24
|
+
</g>
|
|
39
25
|
</g>
|
|
40
26
|
</g>
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
<g id="Groupe_306" data-name="Groupe 306">
|
|
45
|
-
<path id="Tracé_328" data-name="Tracé 328" class="cls-2" d="M45.8,12.6h0m-.4,1,1,2a1.6,1.6,0,0,0,1.3.9l2.2.3-1.6,1.6a1.741,1.741,0,0,0-.5,1.5l.4,2.2-2-1.1a1.884,1.884,0,0,0-.8-.2,2.353,2.353,0,0,0-.8.2l-2,1.1.4-2.2a1.651,1.651,0,0,0-.5-1.5l-1.6-1.6,2.2-.3a1.761,1.761,0,0,0,1.3-.9l1-2m0-2.2a.961.961,0,0,0-.9.6L43,15a.1.1,0,0,1-.1.1l-3.3.5a.969.969,0,0,0-.8.7,1.163,1.163,0,0,0,.2,1l2.4,2.3a.349.349,0,0,1,.1.2L40.9,23a1.022,1.022,0,0,0,.4,1,1.421,1.421,0,0,0,.6.2.9.9,0,0,0,.5-.1l2.9-1.5h.2l2.9,1.5a.749.749,0,0,0,.5.1,1.421,1.421,0,0,0,.6-.2.951.951,0,0,0,.4-1l-.6-3.3c0-.1,0-.1.1-.2l2.4-2.3a.8.8,0,0,0,.2-1,.969.969,0,0,0-.8-.7L47.9,15c-.1,0-.1,0-.1-.1l-1.5-3a1.05,1.05,0,0,0-.9-.5Z"/>
|
|
46
|
-
</g>
|
|
27
|
+
<g id="Groupe_825" data-name="Groupe 825">
|
|
28
|
+
<line id="Ligne_230" data-name="Ligne 230" x1="3.734" y1="3.734" transform="translate(19.465 6.729)" fill="none" stroke="#f8ca24" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
29
|
+
<line id="Ligne_231" data-name="Ligne 231" y1="3.734" x2="3.734" transform="translate(36.534 6.729)" fill="none" stroke="#f8ca24" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
47
30
|
</g>
|
|
31
|
+
<line id="Ligne_232" data-name="Ligne 232" y2="4.267" transform="translate(29.867 30.733)" fill="none" stroke="#f8ca24" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
48
32
|
</g>
|
|
49
|
-
<g id="Groupe_309" data-name="Groupe 309">
|
|
50
|
-
<line id="Ligne_17" data-name="Ligne 17" class="cls-3" x1="3.5" y1="3.4" transform="translate(16.3 0.8)"/>
|
|
51
|
-
<line id="Ligne_18" data-name="Ligne 18" class="cls-3" y1="3.4" x2="3.5" transform="translate(32.3 0.8)"/>
|
|
52
|
-
</g>
|
|
53
|
-
<line id="Ligne_19" data-name="Ligne 19" class="cls-3" y2="4" transform="translate(26 23.2)"/>
|
|
54
33
|
</g>
|
|
55
34
|
</g>
|
|
56
35
|
</svg>
|