@akinon/projectzero 2.0.0-beta.19 → 2.0.0-beta.20
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/CHANGELOG.md +9 -7
- package/app-template/CHANGELOG.md +251 -204
- package/app-template/akinon.json +1 -1
- package/app-template/package.json +28 -28
- package/app-template/public/amex.svg +12 -0
- package/app-template/public/apple-pay.svg +16 -0
- package/app-template/public/assets/images/product-placeholder-1.jpg +0 -0
- package/app-template/public/assets/images/product-placeholder-2.jpg +0 -0
- package/app-template/public/assets/images/product-placeholder-3.jpg +0 -0
- package/app-template/public/assets/images/product-placeholder-4.jpg +0 -0
- package/app-template/public/google-pay.svg +16 -0
- package/app-template/public/locales/en/account.json +6 -3
- package/app-template/public/locales/en/auth.json +6 -7
- package/app-template/public/locales/en/basket.json +6 -6
- package/app-template/public/locales/en/blog.json +7 -0
- package/app-template/public/locales/en/category.json +3 -1
- package/app-template/public/locales/en/checkout.json +5 -4
- package/app-template/public/locales/en/common.json +11 -2
- package/app-template/public/locales/en/forgot_password.json +6 -7
- package/app-template/public/locales/en/product.json +4 -3
- package/app-template/public/locales/tr/account.json +6 -3
- package/app-template/public/locales/tr/auth.json +16 -17
- package/app-template/public/locales/tr/basket.json +4 -4
- package/app-template/public/locales/tr/blog.json +7 -0
- package/app-template/public/locales/tr/category.json +3 -1
- package/app-template/public/locales/tr/checkout.json +39 -38
- package/app-template/public/locales/tr/common.json +10 -1
- package/app-template/public/locales/tr/forgot_password.json +12 -13
- package/app-template/public/locales/tr/product.json +1 -0
- package/app-template/public/logo.svg +3 -27
- package/app-template/public/mastercard.svg +14 -0
- package/app-template/public/promotion-banner.jpg +0 -0
- package/app-template/public/shop-pay.svg +12 -0
- package/app-template/public/visa.svg +12 -0
- package/app-template/src/app/[commerce]/[locale]/[currency]/blog/[slug]/page.tsx +118 -0
- package/app-template/src/app/[commerce]/[locale]/[currency]/pages/[slug]/page.tsx +15 -0
- package/app-template/src/app/api/theme-settings/route.ts +12 -0
- package/app-template/src/assets/fonts/pz-icon.css +211 -49
- package/app-template/src/assets/fonts/pz-icon.eot +0 -0
- package/app-template/src/assets/fonts/pz-icon.html +486 -0
- package/app-template/src/assets/fonts/pz-icon.scss +373 -49
- package/app-template/src/assets/fonts/pz-icon.svg +215 -53
- package/app-template/src/assets/fonts/pz-icon.ttf +0 -0
- package/app-template/src/assets/fonts/pz-icon.woff +0 -0
- package/app-template/src/assets/fonts/pz-icon.woff2 +0 -0
- package/app-template/src/assets/globals.scss +4 -0
- package/app-template/src/assets/icons/arrow-right.svg +3 -0
- package/app-template/src/assets/icons/cart.svg +4 -12
- package/app-template/src/assets/icons/check.svg +2 -18
- package/app-template/src/assets/icons/chevron-down.svg +2 -7
- package/app-template/src/assets/icons/delete.svg +3 -0
- package/app-template/src/assets/icons/facebook.svg +2 -8
- package/app-template/src/assets/icons/fav-off.svg +5 -0
- package/app-template/src/assets/icons/fav-on.svg +5 -0
- package/app-template/src/assets/icons/filter-and-sort.svg +3 -0
- package/app-template/src/assets/icons/heart.svg +3 -0
- package/app-template/src/assets/icons/instagram.svg +2 -13
- package/app-template/src/assets/icons/materials.svg +3 -0
- package/app-template/src/assets/icons/person.svg +4 -0
- package/app-template/src/assets/icons/pinterest.svg +5 -11
- package/app-template/src/assets/icons/ruler.svg +3 -0
- package/app-template/src/assets/icons/search.svg +8 -11
- package/app-template/src/assets/icons/share.svg +2 -9
- package/app-template/src/assets/icons/snapchat.svg +3 -0
- package/app-template/src/assets/icons/tiktok.svg +3 -0
- package/app-template/src/assets/icons/tumblr.svg +6 -0
- package/app-template/src/assets/icons/twitter.svg +2 -10
- package/app-template/src/assets/icons/vimeo.svg +3 -0
- package/app-template/src/assets/icons/youtube.svg +3 -0
- package/app-template/src/assets/icons/zoom.svg +8 -0
- package/app-template/src/components/accordion.tsx +33 -11
- package/app-template/src/components/action-tooltip.tsx +160 -0
- package/app-template/src/components/currency-select.tsx +149 -4
- package/app-template/src/components/icon.tsx +5 -6
- package/app-template/src/components/index.ts +4 -1
- package/app-template/src/components/language-select.tsx +88 -2
- package/app-template/src/components/pagination.tsx +132 -20
- package/app-template/src/components/quantity-input.tsx +63 -0
- package/app-template/src/components/quantity-selector.tsx +203 -0
- package/app-template/src/components/route-handler.tsx +50 -0
- package/app-template/src/components/select.tsx +89 -69
- package/app-template/src/components/types/index.ts +26 -0
- package/app-template/src/components/widget-content.tsx +323 -0
- package/app-template/src/data/server/theme.ts +70 -0
- package/app-template/src/hooks/use-fav-button.tsx +5 -2
- package/app-template/src/hooks/use-product-cart.ts +11 -8
- package/app-template/src/hooks/use-theme-settings.ts +42 -0
- package/app-template/src/lib/fonts.ts +149 -0
- package/app-template/src/settings.js +2 -2
- package/app-template/src/types/hookform-resolvers-yup.d.ts +28 -0
- package/app-template/src/types/widget.ts +169 -0
- package/app-template/src/utils/formatDate.ts +48 -0
- package/app-template/src/utils/styles.ts +71 -0
- package/app-template/src/views/account/contact-form.tsx +147 -130
- package/app-template/src/views/basket/basket-item.tsx +691 -107
- package/app-template/src/views/basket/basket-summary-context.tsx +560 -0
- package/app-template/src/views/basket/designer-context.tsx +617 -0
- package/app-template/src/views/basket/index.ts +2 -0
- package/app-template/src/views/basket/summary.tsx +496 -75
- package/app-template/src/views/breadcrumb/breadcrumb-client.tsx +190 -0
- package/app-template/src/views/breadcrumb/breadcrumb-registrar.tsx +286 -0
- package/app-template/src/views/breadcrumb/constants.ts +15 -0
- package/app-template/src/views/breadcrumb/index.tsx +127 -0
- package/app-template/src/views/breadcrumb.tsx +13 -38
- package/app-template/src/views/category/category-banner.tsx +4 -23
- package/app-template/src/views/category/category-header.tsx +289 -66
- package/app-template/src/views/category/category-info.tsx +173 -24
- package/app-template/src/views/category/filters/filter-item.tsx +138 -42
- package/app-template/src/views/category/filters/index.tsx +208 -48
- package/app-template/src/views/category/layout.tsx +7 -4
- package/app-template/src/views/category/native-widget-context.tsx +257 -0
- package/app-template/src/views/category/product-list-registrar.tsx +665 -0
- package/app-template/src/views/checkout/auth.tsx +64 -40
- package/app-template/src/views/checkout/checkout-address-registrar.tsx +254 -0
- package/app-template/src/views/checkout/checkout-buttons-registrar.tsx +183 -0
- package/app-template/src/views/checkout/checkout-delivery-method-registrar.tsx +259 -0
- package/app-template/src/views/checkout/checkout-payment-options-registrar.tsx +253 -0
- package/app-template/src/views/checkout/checkout-summary-registrar.tsx +183 -0
- package/app-template/src/views/checkout/constants.ts +5 -0
- package/app-template/src/views/checkout/index.tsx +5 -0
- package/app-template/src/views/checkout/layout/header.tsx +9 -5
- package/app-template/src/views/checkout/steps/payment/index.tsx +5 -2
- package/app-template/src/views/checkout/steps/payment/options/credit-card/index.tsx +72 -1
- package/app-template/src/views/checkout/steps/payment/options/masterpass-rest.tsx +15 -0
- package/app-template/src/views/checkout/steps/payment/options/saved-card.tsx +18 -0
- package/app-template/src/views/checkout/steps/payment/payment-option-buttons.tsx +171 -40
- package/app-template/src/views/checkout/steps/shipping/address-box.tsx +74 -12
- package/app-template/src/views/checkout/steps/shipping/addresses.tsx +128 -45
- package/app-template/src/views/checkout/steps/shipping/shipping-options.tsx +232 -27
- package/app-template/src/views/checkout/summary.tsx +303 -29
- package/app-template/src/views/footer/footer-app-banner-context.tsx +326 -0
- package/app-template/src/views/footer/footer-bottom-context.tsx +215 -0
- package/app-template/src/views/footer/footer-bottom-wrapper.tsx +74 -0
- package/app-template/src/views/footer/footer-layout-constants.ts +35 -0
- package/app-template/src/views/footer/footer-layout-registrar.tsx +342 -0
- package/app-template/src/views/footer/footer-layout-switcher.tsx +110 -0
- package/app-template/src/views/footer/footer-menu-context.tsx +211 -0
- package/app-template/src/views/footer/footer-native-widgets.tsx +60 -0
- package/app-template/src/views/footer/footer-social-context.tsx +254 -0
- package/app-template/src/views/footer/footer-subscription-context.tsx +210 -0
- package/app-template/src/views/footer/footer-utils.ts +43 -0
- package/app-template/src/views/footer/footer-value-props-context.tsx +326 -0
- package/app-template/src/views/footer/logo-settings.ts +183 -0
- package/app-template/src/views/footer/native-widget-config.ts +262 -0
- package/app-template/src/views/footer/subscription-settings.ts +122 -0
- package/app-template/src/views/footer/use-footer-logo.ts +162 -0
- package/app-template/src/views/footer.tsx +415 -13
- package/app-template/src/views/guest-login/index.tsx +62 -58
- package/app-template/src/views/header/action-menu.tsx +277 -45
- package/app-template/src/views/header/band.tsx +6 -21
- package/app-template/src/views/header/designer-context.tsx +261 -0
- package/app-template/src/views/header/header-announcement-registrar.tsx +267 -0
- package/app-template/src/views/header/header-client-wrapper.tsx +496 -0
- package/app-template/src/views/header/header-content.tsx +1026 -0
- package/app-template/src/views/header/header-currency-registrar.tsx +348 -0
- package/app-template/src/views/header/header-icons-context.tsx +262 -0
- package/app-template/src/views/header/header-language-registrar.tsx +348 -0
- package/app-template/src/views/header/header-layout-context.tsx +143 -0
- package/app-template/src/views/header/header-layout-registrar.tsx +658 -0
- package/app-template/src/views/header/header-logo-context.tsx +228 -0
- package/app-template/src/views/header/header-logo.tsx +118 -0
- package/app-template/src/views/header/header-mini-basket-context.tsx +524 -0
- package/app-template/src/views/header/header-search-registrar.tsx +511 -0
- package/app-template/src/views/header/header-text-slider-registrar.tsx +382 -0
- package/app-template/src/views/header/index.tsx +109 -47
- package/app-template/src/views/header/inline-search.tsx +262 -0
- package/app-template/src/views/header/mini-basket.tsx +819 -44
- package/app-template/src/views/header/mobile-hamburger-button.tsx +5 -8
- package/app-template/src/views/header/mobile-menu.tsx +12 -0
- package/app-template/src/views/header/navbar-menu-context.tsx +219 -0
- package/app-template/src/views/header/navbar.tsx +178 -111
- package/app-template/src/views/header/search/index.tsx +71 -32
- package/app-template/src/views/header/search/results.tsx +127 -65
- package/app-template/src/views/header/search/search-input.tsx +61 -0
- package/app-template/src/views/header/server-settings-parser.ts +1105 -0
- package/app-template/src/views/header/use-header-icons.ts +241 -0
- package/app-template/src/views/header/use-header-logo.ts +213 -0
- package/app-template/src/views/header/use-navbar-menu.ts +179 -0
- package/app-template/src/views/login/index.tsx +54 -46
- package/app-template/src/views/product/accordion-section.tsx +61 -0
- package/app-template/src/views/product/accordion-wrapper.tsx +135 -43
- package/app-template/src/views/product/custom-button-group.tsx +69 -0
- package/app-template/src/views/product/favorites-button-section.tsx +69 -0
- package/app-template/src/views/product/find-in-store-section.tsx +60 -0
- package/app-template/src/views/product/index.ts +1 -0
- package/app-template/src/views/product/layout.tsx +6 -5
- package/app-template/src/views/product/misc-buttons.tsx +339 -25
- package/app-template/src/views/product/price-wrapper.tsx +3 -29
- package/app-template/src/views/product/product-actions.tsx +137 -8
- package/app-template/src/views/product/product-info-section.tsx +140 -0
- package/app-template/src/views/product/product-info.tsx +69 -31
- package/app-template/src/views/product/product-share.tsx +13 -8
- package/app-template/src/views/product/product-variants.tsx +2 -2
- package/app-template/src/views/product/quantity-section.tsx +73 -0
- package/app-template/src/views/product/sale-tag.tsx +10 -0
- package/app-template/src/views/product/share-section.tsx +357 -0
- package/app-template/src/views/product/slider.tsx +117 -79
- package/app-template/src/views/product/variant.tsx +69 -41
- package/app-template/src/views/product/variants-section.tsx +126 -0
- package/app-template/src/views/product-detail/constants.ts +272 -0
- package/app-template/src/views/product-detail/index.ts +10 -0
- package/app-template/src/views/product-detail/product-detail-registrar.tsx +616 -0
- package/app-template/src/views/product-item/index.tsx +119 -46
- package/app-template/src/views/register/index.tsx +14 -25
- package/app-template/src/views/share/index.tsx +9 -6
- package/app-template/src/views/widgets/home-hero-slider-content.tsx +41 -39
- package/app-template/src/widgets/flatpages/about-us/index.tsx +78 -0
- package/app-template/src/widgets/flatpages/blog-list/index.tsx +129 -0
- package/app-template/src/widgets/footer-app-banner.tsx +444 -0
- package/app-template/src/widgets/footer-bottom.tsx +127 -0
- package/app-template/src/widgets/footer-menu-compact.tsx +238 -0
- package/app-template/src/widgets/footer-menu-two.tsx +298 -0
- package/app-template/src/widgets/footer-social-client.tsx +251 -0
- package/app-template/src/widgets/footer-social.tsx +47 -16
- package/app-template/src/widgets/footer-subscription/footer-subscription-form.tsx +17 -14
- package/app-template/src/widgets/footer-subscription/index.tsx +183 -17
- package/app-template/src/widgets/footer-value-props.tsx +201 -0
- package/app-template/src/widgets/index.ts +7 -0
- package/app-template/src/widgets/schemas/about-us.json +46 -0
- package/app-template/src/widgets/schemas/blog-list.json +37 -0
- package/app-template/src/widgets/schemas/blog.json +29 -0
- package/app-template/tailwind.config.js +18 -2
- package/package.json +1 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg width="38" height="24" viewBox="0 0 38 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_0_453)">
|
|
3
|
+
<path d="M34.3872 0H3.61287C3.48468 0 3.35626 0 3.2283 0.00067947C3.12026 0.00158543 3.01245 0.00271788 2.90441 0.00566225C2.66909 0.012004 2.43173 0.0260463 2.19935 0.0677205C1.9663 0.107648 1.74051 0.182074 1.52939 0.288548C1.10499 0.504411 0.760026 0.849374 0.544163 1.27378C0.4375 1.48497 0.363065 1.71095 0.323336 1.94419C0.281209 2.17679 0.267393 2.41393 0.261051 2.64903C0.258291 2.75697 0.25663 2.86493 0.256068 2.97291C0.255615 3.10065 0.255615 3.22884 0.255615 3.35726V20.6425C0.255615 20.7709 0.255615 20.8989 0.256068 21.0273C0.256748 21.1351 0.258107 21.2432 0.261051 21.3512C0.267393 21.5858 0.281435 21.8232 0.323336 22.0556C0.362983 22.2888 0.437342 22.5148 0.543937 22.726C0.651108 22.9369 0.790999 23.1296 0.958413 23.2967C1.12554 23.4642 1.31819 23.6041 1.52917 23.7112C1.74365 23.8206 1.96335 23.8902 2.19958 23.9325C2.43173 23.974 2.66909 23.988 2.90441 23.9943C3.01245 23.9968 3.12026 23.9982 3.2283 23.9989C3.35626 23.9998 3.48468 23.9998 3.61287 23.9998H34.3872C34.5152 23.9998 34.6436 23.9998 34.7715 23.9989C34.8794 23.9984 34.9872 23.9968 35.0956 23.9943C35.3305 23.988 35.5679 23.974 35.8007 23.9325C36.0338 23.8925 36.2596 23.818 36.4707 23.7112C36.8949 23.4951 37.2397 23.1502 37.4559 22.726C37.5653 22.5115 37.6346 22.2918 37.6765 22.0556C37.7186 21.8232 37.7322 21.5858 37.7386 21.3512C37.7415 21.2432 37.7431 21.1351 37.7435 21.0273C37.7444 20.8989 37.7444 20.7709 37.7444 20.6425V3.35749C37.7444 3.22907 37.7444 3.10087 37.7435 2.97268C37.7431 2.86478 37.7414 2.75689 37.7386 2.64903C37.7322 2.41393 37.7186 2.17679 37.6765 1.94419C37.6371 1.71091 37.5627 1.4849 37.4559 1.27378C37.2399 0.849448 36.895 0.504513 36.4707 0.288548C36.2595 0.182184 36.0337 0.107836 35.8007 0.067947C35.5679 0.0260463 35.3305 0.0122305 35.0956 0.00588874C34.9876 0.00314533 34.8796 0.00148432 34.7715 0.000905959C34.6436 0 34.5152 0 34.3872 0Z" fill="black"/>
|
|
4
|
+
<path d="M34.3873 0.799805L34.766 0.800484C34.8683 0.801164 34.9709 0.802296 35.074 0.805014C35.2536 0.809997 35.4633 0.819736 35.659 0.854842C35.8289 0.885418 35.9716 0.931848 36.1084 1.00161C36.3821 1.1408 36.6045 1.36345 36.7434 1.63736C36.8128 1.77326 36.859 1.91504 36.8895 2.08649C36.9244 2.27992 36.9342 2.49033 36.9389 2.67084C36.9419 2.77276 36.9432 2.87468 36.9434 2.97886C36.9446 3.10502 36.9446 3.23095 36.9446 3.35733V20.6426C36.9446 20.769 36.9446 20.8949 36.9437 21.0235C36.9432 21.1255 36.9418 21.2274 36.9391 21.3293C36.9341 21.5096 36.9244 21.72 36.8891 21.9157C36.8634 22.0713 36.8141 22.2222 36.743 22.363C36.6038 22.637 36.3811 22.8597 36.107 22.9988C35.9711 23.0681 35.8289 23.1145 35.6606 23.1448C35.4611 23.1804 35.2423 23.1901 35.0776 23.1947C34.9741 23.1969 34.8711 23.1985 34.7653 23.199C34.6396 23.1999 34.5132 23.1999 34.3873 23.1999H3.60798C3.48341 23.1999 3.35884 23.1999 3.232 23.199C3.13007 23.1985 3.02815 23.1972 2.92624 23.1949C2.75774 23.1904 2.53895 23.1804 2.34099 23.1451C2.18448 23.119 2.03283 23.0694 1.89119 22.9979C1.75532 22.9288 1.63131 22.8386 1.52382 22.7306C1.41599 22.623 1.32593 22.4989 1.25701 22.363C1.18584 22.2214 1.13651 22.0698 1.1107 21.9134C1.07537 21.718 1.0654 21.5085 1.06087 21.3295C1.05831 21.2272 1.0568 21.1249 1.05634 21.0226L1.05566 20.7221V3.27806L1.05612 2.97796C1.05658 2.8755 1.05809 2.77304 1.06065 2.67061C1.06563 2.49123 1.07537 2.28173 1.11093 2.08468C1.13679 1.9286 1.18612 1.77733 1.25724 1.63601C1.32609 1.50056 1.41578 1.3769 1.5245 1.26841C1.63225 1.16049 1.75639 1.07029 1.89232 1.00115C2.03362 0.930167 2.18479 0.880844 2.34077 0.854842C2.53668 0.819736 2.74664 0.809997 2.92647 0.805014C3.02884 0.802296 3.13144 0.801164 3.23314 0.800484L3.61296 0.799805H34.3873Z" fill="white"/>
|
|
5
|
+
<path d="M10.1097 8.10171C10.4277 7.70422 10.6433 7.17039 10.5864 6.625C10.1212 6.6481 9.55363 6.93189 9.22477 7.32984C8.92965 7.67048 8.66851 8.22651 8.73646 8.74902C9.25874 8.79432 9.78058 8.48811 10.1097 8.10171Z" fill="black"/>
|
|
6
|
+
<path d="M10.5806 8.85119C9.82187 8.80589 9.17727 9.28152 8.81512 9.28152C8.45273 9.28152 7.89806 8.87384 7.29809 8.88493C6.51738 8.89626 5.79306 9.33791 5.39671 10.04C4.58179 11.4443 5.18154 13.528 5.97425 14.6717C6.35906 15.238 6.82291 15.8608 7.43398 15.8384C8.01153 15.8158 8.23779 15.4647 8.93946 15.4647C9.6409 15.4647 9.84474 15.8384 10.456 15.8271C11.0898 15.8157 11.4861 15.2608 11.8709 14.6946C12.3126 14.0491 12.4931 13.4263 12.5044 13.3923C12.4931 13.381 11.2823 12.9165 11.2709 11.5235C11.2596 10.3571 12.2218 9.80222 12.267 9.76802C11.7237 8.96443 10.8748 8.87384 10.5804 8.85119" fill="black"/>
|
|
7
|
+
<path d="M18.1422 7.27295C19.7906 7.27295 20.9386 8.40925 20.9386 10.0635C20.9386 11.7237 19.767 12.8659 18.101 12.8659H16.2759V15.7686H14.9573V7.27295H18.1422ZM16.2759 11.759H17.7889C18.9372 11.759 19.5904 11.1409 19.5904 10.0694C19.5904 8.99812 18.9369 8.38569 17.7947 8.38569H16.2759V11.759Z" fill="black"/>
|
|
8
|
+
<path d="M21.2656 14.008C21.2656 12.9188 22.0957 12.2949 23.6263 12.2006L25.2688 12.1005V11.6294C25.2688 10.9409 24.8156 10.564 24.0091 10.564C23.3437 10.564 22.8608 10.9053 22.7611 11.4292H21.5716C21.6072 10.3285 22.6431 9.52783 24.0444 9.52783C25.5515 9.52783 26.5347 10.3167 26.5347 11.5413V15.7683H25.3162V14.7498H25.2867C24.9393 15.415 24.1738 15.8329 23.3437 15.8329C22.1193 15.8329 21.2656 15.1031 21.2656 14.008ZM25.2688 13.4606V12.9836L23.803 13.0778C22.9786 13.1308 22.5491 13.4368 22.5491 13.9725C22.5491 14.4907 22.9965 14.8263 23.697 14.8263C24.5916 14.8263 25.2688 14.2551 25.2688 13.4606Z" fill="black"/>
|
|
9
|
+
<path d="M27.6552 18.0408V17.0225C27.7376 17.034 27.9376 17.0458 28.0436 17.0458C28.6263 17.0458 28.9561 16.7989 29.1563 16.1627L29.2741 15.7861L27.0427 9.60449H28.4202L29.9746 14.6203H30.0041L31.5583 9.60449H32.9007L30.5868 16.098C30.0569 17.5876 29.4505 18.0763 28.1672 18.0763C28.0671 18.0763 27.7433 18.0646 27.6552 18.0408Z" fill="black"/>
|
|
10
|
+
</g>
|
|
11
|
+
<defs>
|
|
12
|
+
<clipPath id="clip0_0_453">
|
|
13
|
+
<rect width="38" height="24" fill="white"/>
|
|
14
|
+
</clipPath>
|
|
15
|
+
</defs>
|
|
16
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg width="38" height="24" viewBox="0 0 38 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#7dr9ioy5ra)">
|
|
3
|
+
<path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000"/>
|
|
4
|
+
<path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32z" fill="#fff"/>
|
|
5
|
+
<path d="M18.093 11.976v3.2h-1.018v-7.9h2.691a2.447 2.447 0 0 1 1.747.692 2.28 2.28 0 0 1 .11 3.224l-.11.116c-.47.447-1.098.69-1.747.674l-1.673-.006zm0-3.732v2.788h1.698a1.348 1.348 0 0 0 1.37-1.117 1.39 1.39 0 0 0-1.37-1.64l-1.698-.03zm6.484 1.348c.65-.03 1.286.188 1.778.613.445.43.682 1.03.65 1.65v3.333h-.97v-.766h-.048a1.93 1.93 0 0 1-1.673.931 2.17 2.17 0 0 1-1.496-.533 1.667 1.667 0 0 1-.613-1.324 1.605 1.605 0 0 1 .613-1.336 2.747 2.747 0 0 1 1.698-.515c.517-.02 1.03.093 1.49.331v-.208a1.136 1.136 0 0 0-.417-.9 1.417 1.417 0 0 0-.98-.369 1.546 1.546 0 0 0-1.319.717l-.895-.564a2.488 2.488 0 0 1 2.182-1.06zM23.29 13.52a.788.788 0 0 0 .337.662c.223.176.5.27.785.263.429 0 .84-.17 1.146-.472.305-.286.478-.685.478-1.103a2.047 2.047 0 0 0-1.324-.374 1.716 1.716 0 0 0-1.03.294.885.885 0 0 0-.392.73zm9.286-3.75-3.39 7.79h-1.048l1.281-2.728-2.224-5.062h1.103l1.612 3.885 1.569-3.885h1.097z" fill="#5F6368"/>
|
|
6
|
+
<path d="M13.986 11.284c0-.308-.024-.616-.073-.92h-4.29v1.747h2.451a2.096 2.096 0 0 1-.9 1.373v1.134h1.464a4.433 4.433 0 0 0 1.348-3.334z" fill="#4285F4"/>
|
|
7
|
+
<path d="M9.629 15.72a4.352 4.352 0 0 0 3.01-1.096l-1.466-1.14a2.753 2.753 0 0 1-4.094-1.44H5.577v1.17a4.53 4.53 0 0 0 4.052 2.507z" fill="#34A853"/>
|
|
8
|
+
<path d="M7.079 12.05a2.709 2.709 0 0 1 0-1.735v-1.17H5.577a4.505 4.505 0 0 0 0 4.075l1.502-1.17z" fill="#FBBC04"/>
|
|
9
|
+
<path d="M9.629 8.44a2.452 2.452 0 0 1 1.74.68l1.3-1.293a4.37 4.37 0 0 0-3.065-1.183 4.53 4.53 0 0 0-4.027 2.5l1.502 1.171a2.715 2.715 0 0 1 2.55-1.875z" fill="#EA4335"/>
|
|
10
|
+
</g>
|
|
11
|
+
<defs>
|
|
12
|
+
<clipPath id="7dr9ioy5ra">
|
|
13
|
+
<path fill="#fff" d="M0 0h38v24H0z"/>
|
|
14
|
+
</clipPath>
|
|
15
|
+
</defs>
|
|
16
|
+
</svg>
|
|
@@ -322,6 +322,7 @@
|
|
|
322
322
|
"title": "Contact Us",
|
|
323
323
|
"subtitle": "Fill in the form below - We'll aim to respond to your query within 24 hours."
|
|
324
324
|
},
|
|
325
|
+
"hours": "Hours",
|
|
325
326
|
"form": {
|
|
326
327
|
"full_name": {
|
|
327
328
|
"placeholder": "Name Surname"
|
|
@@ -334,11 +335,11 @@
|
|
|
334
335
|
},
|
|
335
336
|
"subject": {
|
|
336
337
|
"title": "Subject",
|
|
337
|
-
"placeholder": "
|
|
338
|
+
"placeholder": "Subject"
|
|
338
339
|
},
|
|
339
340
|
"order": {
|
|
340
341
|
"title": "Order",
|
|
341
|
-
"placeholder": "
|
|
342
|
+
"placeholder": "Order No"
|
|
342
343
|
},
|
|
343
344
|
"message": {
|
|
344
345
|
"title": "Your Message"
|
|
@@ -347,11 +348,13 @@
|
|
|
347
348
|
"title": "Add a File"
|
|
348
349
|
},
|
|
349
350
|
"submit_button": "SEND",
|
|
351
|
+
"submitting": "SENDING...",
|
|
350
352
|
"error": {
|
|
351
353
|
"required": "This field is required.",
|
|
352
354
|
"email_valid": "Please enter a valid e-mail.",
|
|
353
355
|
"phone_length": "Phone number must be 11 digits long.",
|
|
354
|
-
"message_length": "Please enter 10 characters at least."
|
|
356
|
+
"message_length": "Please enter 10 characters at least.",
|
|
357
|
+
"general": "An unexpected error has occured. Please try again later."
|
|
355
358
|
},
|
|
356
359
|
"success": {
|
|
357
360
|
"title": "Your message has been sent",
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"register": {
|
|
3
|
-
"title": "
|
|
4
|
-
"mobile_title": "
|
|
5
|
-
"subtitle": "Welcome to Zero! It's quick and easy to set up an account.",
|
|
3
|
+
"title": "Create Account",
|
|
4
|
+
"mobile_title": "Sign Up",
|
|
6
5
|
"form": {
|
|
7
6
|
"email": {
|
|
8
7
|
"placeholder": "Email Address"
|
|
@@ -65,9 +64,9 @@
|
|
|
65
64
|
}
|
|
66
65
|
},
|
|
67
66
|
"login": {
|
|
68
|
-
"title": "
|
|
67
|
+
"title": "Login",
|
|
69
68
|
"title_gsm": "Sign in with GSM",
|
|
70
|
-
"mobile_title": "
|
|
69
|
+
"mobile_title": "Login",
|
|
71
70
|
"gsm_login": "Sign In with GSM",
|
|
72
71
|
"email_login": "Sign In with Email",
|
|
73
72
|
"form": {
|
|
@@ -87,8 +86,8 @@
|
|
|
87
86
|
},
|
|
88
87
|
"or": "or",
|
|
89
88
|
"forgot_password": "Forgot Password",
|
|
90
|
-
"
|
|
91
|
-
"
|
|
89
|
+
"submit": "Login",
|
|
90
|
+
"continue_with_provider": "Continue With {provider}"
|
|
92
91
|
}
|
|
93
92
|
},
|
|
94
93
|
"otp_login": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"my_cart": "My Cart",
|
|
3
|
-
"back_to_shopping": "
|
|
3
|
+
"back_to_shopping": "Continue shopping",
|
|
4
4
|
"selected_basket": "SELECTED BASKET",
|
|
5
5
|
"select_basket": "SELECT BASKET",
|
|
6
6
|
"total": "Total",
|
|
@@ -24,17 +24,17 @@
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"summary": {
|
|
27
|
-
"title": "Summary",
|
|
27
|
+
"title": "Order Summary",
|
|
28
28
|
"subtotal": "Subtotal",
|
|
29
29
|
"items": "items",
|
|
30
30
|
"discounts_total": "Discounts Total",
|
|
31
|
-
"remove": "
|
|
32
|
-
"submit": "
|
|
31
|
+
"remove": "Remove",
|
|
32
|
+
"submit": "Apply",
|
|
33
33
|
"total": "Total",
|
|
34
34
|
"proceed_to_checkout": "PROCEED TO CHECKOUT",
|
|
35
35
|
"form": {
|
|
36
|
-
"title": "
|
|
37
|
-
"placeholder": "Code",
|
|
36
|
+
"title": "Promo Code",
|
|
37
|
+
"placeholder": "Enter Code",
|
|
38
38
|
"error": {
|
|
39
39
|
"required": "This field is required."
|
|
40
40
|
}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"header": {
|
|
3
3
|
"view": "View",
|
|
4
|
-
"results": "
|
|
4
|
+
"results": "Products",
|
|
5
|
+
"sort_by": "Sort by"
|
|
5
6
|
},
|
|
6
7
|
"filters": {
|
|
7
8
|
"title": "Filters",
|
|
9
|
+
"mobile_title": "Filter and sort",
|
|
8
10
|
"results": "Results",
|
|
9
11
|
"ready_to_wear": "READY TO WEAR",
|
|
10
12
|
"48_products": "48 Products",
|
|
@@ -5,13 +5,12 @@
|
|
|
5
5
|
"confirmation": "Confirmation"
|
|
6
6
|
},
|
|
7
7
|
"auth": {
|
|
8
|
-
"title": "New To Zero?",
|
|
9
|
-
"signup": "Sign Up",
|
|
10
8
|
"guest_checkout": "Guest Checkout",
|
|
9
|
+
"continue_as_guest_checkout": "Continue as Guest",
|
|
11
10
|
"form": {
|
|
12
11
|
"login": {
|
|
13
12
|
"email": {
|
|
14
|
-
"placeholder": "Email
|
|
13
|
+
"placeholder": "Email"
|
|
15
14
|
},
|
|
16
15
|
"phone": {
|
|
17
16
|
"placeholder": "Phone Number"
|
|
@@ -21,7 +20,7 @@
|
|
|
21
20
|
"terms_conditions": "Terms and Conditions",
|
|
22
21
|
"privacy_policy": "Privacy Policy"
|
|
23
22
|
},
|
|
24
|
-
"button": "
|
|
23
|
+
"button": "Login",
|
|
25
24
|
"error": {
|
|
26
25
|
"required": "This field is required.",
|
|
27
26
|
"email_control": "Please enter a valid e-mail.",
|
|
@@ -54,8 +53,10 @@
|
|
|
54
53
|
"title": "Delivery Method",
|
|
55
54
|
"chosen_address": "Choose a delivery option for",
|
|
56
55
|
"select_address_to_continue": "Select a delivery address to continue.",
|
|
56
|
+
"select_method": "Select delivery method",
|
|
57
57
|
"button": "SAVE & CONTINUE"
|
|
58
58
|
},
|
|
59
|
+
"select_label": "Select Address",
|
|
59
60
|
"box": {
|
|
60
61
|
"shipping_to": "Shipping to",
|
|
61
62
|
"edit": "edit",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"subscription_contract_content": "You have successfully registered for our e-newsletters.",
|
|
13
13
|
"required_email": "Please enter a valid e-mail.",
|
|
14
14
|
"required": "This field is required.",
|
|
15
|
-
"email_address": "Email
|
|
15
|
+
"email_address": "Email"
|
|
16
16
|
},
|
|
17
17
|
"navbar": {
|
|
18
18
|
"search": "SEARCH"
|
|
@@ -23,9 +23,12 @@
|
|
|
23
23
|
"back": "Back"
|
|
24
24
|
},
|
|
25
25
|
"search": {
|
|
26
|
+
"all_products": "All Products",
|
|
26
27
|
"placeholder": "Search",
|
|
27
28
|
"results_for": "Search Results for",
|
|
28
|
-
"
|
|
29
|
+
"results_title": "Search results",
|
|
30
|
+
"results_found": "results found for",
|
|
31
|
+
"products_for": "PRODUCTS, FOR",
|
|
29
32
|
"clean": "clean",
|
|
30
33
|
"categories": "CATEGORIES",
|
|
31
34
|
"view_all": "VIEW ALL",
|
|
@@ -120,5 +123,11 @@
|
|
|
120
123
|
"success": "Form submitted successfully!",
|
|
121
124
|
"error": "An error occurred while submitting the form. Please try again.",
|
|
122
125
|
"submit_error": "Form submit error:"
|
|
126
|
+
},
|
|
127
|
+
"sale": "Sale",
|
|
128
|
+
"select": {
|
|
129
|
+
"address": {
|
|
130
|
+
"label": "Select Address"
|
|
131
|
+
}
|
|
123
132
|
}
|
|
124
133
|
}
|
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "Password
|
|
3
|
-
"
|
|
4
|
-
"
|
|
2
|
+
"title": "Reset Password",
|
|
3
|
+
"description": "Enter your email address and we'll send you a link to reset your password.",
|
|
4
|
+
"back_to_login": "Back to login",
|
|
5
5
|
"form": {
|
|
6
6
|
"email": {
|
|
7
7
|
"placeholder": "Email Address"
|
|
8
8
|
},
|
|
9
|
-
"button": "Send
|
|
9
|
+
"button": "Send reset link",
|
|
10
10
|
"error": {
|
|
11
11
|
"required": "This field is required.",
|
|
12
12
|
"email_valid": "Please enter a valid e-mail."
|
|
13
13
|
},
|
|
14
14
|
"success": {
|
|
15
|
-
"title": "
|
|
16
|
-
"subtitle": "Please check your
|
|
17
|
-
"button": "Continue to Homepage"
|
|
15
|
+
"title": "Reset Password",
|
|
16
|
+
"subtitle": "We've sent a password reset link to {EMAIL}. Please check your inbox and follow the instructions."
|
|
18
17
|
}
|
|
19
18
|
},
|
|
20
19
|
"create_new_password": {
|
|
@@ -3,15 +3,16 @@
|
|
|
3
3
|
"add_stock_alert": "ADD STOCK ALERT",
|
|
4
4
|
"add_to_favorites": "Add to Favorites",
|
|
5
5
|
"share": "Share",
|
|
6
|
-
"details_care": "
|
|
7
|
-
"delivery_collections": "
|
|
8
|
-
"installment_options": "
|
|
6
|
+
"details_care": "Details & Care",
|
|
7
|
+
"delivery_collections": "Delivery, Collections & Returns",
|
|
8
|
+
"installment_options": "Installment Options",
|
|
9
9
|
"product_code": "Product Code",
|
|
10
10
|
"number_of_installments": "Number of Installments",
|
|
11
11
|
"monthly_amount": "Monthly Amount",
|
|
12
12
|
"total_amount": "Total Amount",
|
|
13
13
|
"off": "off",
|
|
14
14
|
"selected": "Selected",
|
|
15
|
+
"quantity": "Quantity",
|
|
15
16
|
"find_in_store": {
|
|
16
17
|
"title": "Find in Store",
|
|
17
18
|
"directions": "DIRECTIONS",
|
|
@@ -322,6 +322,7 @@
|
|
|
322
322
|
"title": "İletişim",
|
|
323
323
|
"subtitle": "Aşağıdaki formu doldurun - Mesajınıza 24 saat içinde yanıt vermeye çalışacağız."
|
|
324
324
|
},
|
|
325
|
+
"hours": "Çalışma Saatleri",
|
|
325
326
|
"form": {
|
|
326
327
|
"full_name": {
|
|
327
328
|
"placeholder": "Ad Soyad"
|
|
@@ -334,11 +335,11 @@
|
|
|
334
335
|
},
|
|
335
336
|
"subject": {
|
|
336
337
|
"title": "Konu",
|
|
337
|
-
"placeholder": "
|
|
338
|
+
"placeholder": "Konu"
|
|
338
339
|
},
|
|
339
340
|
"order": {
|
|
340
341
|
"title": "Sipariş",
|
|
341
|
-
"placeholder": "
|
|
342
|
+
"placeholder": "Sipariş Numarası"
|
|
342
343
|
},
|
|
343
344
|
"message": {
|
|
344
345
|
"title": "Mesajınız"
|
|
@@ -347,11 +348,13 @@
|
|
|
347
348
|
"title": "Dosya Ekle"
|
|
348
349
|
},
|
|
349
350
|
"submit_button": "GÖNDER",
|
|
351
|
+
"submitting": "GÖNDERİLİYOR...",
|
|
350
352
|
"error": {
|
|
351
353
|
"required": "Bu alan gereklidir.",
|
|
352
354
|
"email_valid": "Lütfen geçerli eposta adresini giriniz.",
|
|
353
355
|
"phone_length": "Telefon numarası 11 hane uzunluğunda olmalıdır.",
|
|
354
|
-
"message_length": "Lütfen en az 10 karakter girin."
|
|
356
|
+
"message_length": "Lütfen en az 10 karakter girin.",
|
|
357
|
+
"general": "Beklenmeyen bir hata oluştu. Lütfen daha sonra tekrar deneyiniz."
|
|
355
358
|
},
|
|
356
359
|
"success": {
|
|
357
360
|
"title": "Mesajınız Gönderildi",
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"register": {
|
|
3
|
-
"title": "
|
|
4
|
-
"mobile_title": "
|
|
5
|
-
"subtitle": "Zero'ya hoş geldiniz! Bir hesap oluşturmak hızlı ve kolaydır.",
|
|
3
|
+
"title": "Hesap Oluştur",
|
|
4
|
+
"mobile_title": "Kayıt Ol",
|
|
6
5
|
"form": {
|
|
7
6
|
"email": {
|
|
8
7
|
"placeholder": "E-posta Adresi"
|
|
@@ -29,7 +28,7 @@
|
|
|
29
28
|
"agreements": {
|
|
30
29
|
"title": "Aşağıdakileri okudum ve kabul ediyorum",
|
|
31
30
|
"click_contract_text": "Sözleşme metni için tıklayın",
|
|
32
|
-
"read_approve": "
|
|
31
|
+
"read_approve": "Okudum, onaylıyorum",
|
|
33
32
|
"membership": {
|
|
34
33
|
"label": "Üyelik sözleşmesini okudum ve kabul ediyorum*",
|
|
35
34
|
"modal_title": "Üyelik Sözleşmesi"
|
|
@@ -49,24 +48,24 @@
|
|
|
49
48
|
},
|
|
50
49
|
"error": {
|
|
51
50
|
"required": "Bu alan gereklidir.",
|
|
52
|
-
"email_valid": "Lütfen geçerli
|
|
51
|
+
"email_valid": "Lütfen geçerli bir e-posta adresi giriniz.",
|
|
53
52
|
"name_min": "Ad en az 2 karakter uzunluğunda olmalıdır.",
|
|
54
53
|
"name_max": "Ad 50 karakterden kısa olmalıdır.",
|
|
55
|
-
"name_match": "
|
|
54
|
+
"name_match": "Ad için yalnızca harflere izin verilir.",
|
|
56
55
|
"surname_min": "Soyad en az 2 karakter uzunluğunda olmalıdır.",
|
|
57
56
|
"surname_max": "Soyad 50 karakterden kısa olmalıdır.",
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"phone_length": "Telefon numarası 11
|
|
61
|
-
"password_rule": "
|
|
57
|
+
"surname_match": "Soyad için yalnızca harflere izin verilir.",
|
|
58
|
+
"password_max": "Şifre 50 karakterden kısa olmalıdır.",
|
|
59
|
+
"phone_length": "Telefon numarası 11 haneli olmalıdır.",
|
|
60
|
+
"password_rule": "Şifrenizi belirtilen kurallara uygun olarak giriniz."
|
|
62
61
|
},
|
|
63
|
-
"mandatory_fields": "* ile
|
|
62
|
+
"mandatory_fields": "* ile işaretli tüm alanlar zorunludur",
|
|
64
63
|
"submit": "Zero'ya Katıl"
|
|
65
64
|
}
|
|
66
65
|
},
|
|
67
66
|
"login": {
|
|
68
|
-
"title": "
|
|
69
|
-
"title_gsm": "GSM ile
|
|
67
|
+
"title": "Giriş Yap",
|
|
68
|
+
"title_gsm": "GSM ile Giriş Yap",
|
|
70
69
|
"mobile_title": "Giriş Yap",
|
|
71
70
|
"gsm_login": "GSM ile Giriş Yap",
|
|
72
71
|
"email_login": "E-posta ile Giriş Yap",
|
|
@@ -82,13 +81,13 @@
|
|
|
82
81
|
},
|
|
83
82
|
"error": {
|
|
84
83
|
"required": "Bu alan gereklidir.",
|
|
85
|
-
"email_valid": "Lütfen geçerli
|
|
84
|
+
"email_valid": "Lütfen geçerli bir e-posta adresi giriniz.",
|
|
86
85
|
"too_many_requests": "Lütfen daha sonra tekrar deneyin."
|
|
87
86
|
},
|
|
88
87
|
"or": "veya",
|
|
89
|
-
"forgot_password": "
|
|
90
|
-
"
|
|
91
|
-
"
|
|
88
|
+
"forgot_password": "Şifremi Unuttum",
|
|
89
|
+
"submit": "Giriş Yap",
|
|
90
|
+
"continue_with_provider": "{provider} ile devam et"
|
|
92
91
|
}
|
|
93
92
|
},
|
|
94
93
|
"otp_login": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"my_cart": "Sepetim",
|
|
3
|
-
"back_to_shopping": "
|
|
3
|
+
"back_to_shopping": "Alışverişe devam et",
|
|
4
4
|
"selected_basket": "SEÇİLEN SEPET",
|
|
5
5
|
"select_basket": "SEPETİ SEÇİN",
|
|
6
6
|
"total": "Toplam",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"items": "adetler",
|
|
30
30
|
"discounts_total": "İndirimler Toplamı",
|
|
31
31
|
"remove": "Kaldır",
|
|
32
|
-
"submit": "
|
|
32
|
+
"submit": "Uygula",
|
|
33
33
|
"total": "Toplam",
|
|
34
34
|
"proceed_to_checkout": "ÖDEMEYE DEVAM ET",
|
|
35
35
|
"form": {
|
|
36
|
-
"title": "
|
|
37
|
-
"placeholder": "
|
|
36
|
+
"title": "Promosyon Kodu",
|
|
37
|
+
"placeholder": "Kodu Girin",
|
|
38
38
|
"error": {
|
|
39
39
|
"required": "Bu alan gereklidir."
|
|
40
40
|
}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"header": {
|
|
3
3
|
"view": "Görünüm",
|
|
4
|
-
"results": "
|
|
4
|
+
"results": "Ürünler",
|
|
5
|
+
"sort_by": "Sırala"
|
|
5
6
|
},
|
|
6
7
|
"filters": {
|
|
7
8
|
"title": "Filtreler",
|
|
8
9
|
"results": "Sonuçlar",
|
|
10
|
+
"mobile_title": "Filtrele ve sırala",
|
|
9
11
|
"ready_to_wear": "HAZIR GİYİM",
|
|
10
12
|
"48_products": "48 Ürün",
|
|
11
13
|
"96_products": "96 Ürün",
|