@bytebrand/fe-ui-core 4.1.209 → 4.1.210
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/.editorconfig +10 -10
- package/.storybook/addons.js +4 -4
- package/.storybook/config.js +64 -64
- package/.storybook/postcss.config.js +6 -6
- package/.storybook/preview-head.html +9 -9
- package/.storybook/webpack.config.js +130 -130
- package/common.ts +159 -159
- package/feWpComponents.ts +25 -25
- package/index.ts +4 -4
- package/landing.ts +38 -38
- package/media/images/advantages/advantage_cart.svg +4 -4
- package/media/images/advantages/advantage_check.svg +4 -4
- package/media/images/advantages/advantage_like.svg +10 -10
- package/media/images/advantages/advantage_secure.svg +6 -6
- package/media/images/check-blue.svg +40 -40
- package/media/images/raiting-star.svg +3 -3
- package/media/images/raiting-stars-min.svg +7 -7
- package/media/images/refresh-button.svg +49 -49
- package/media/images/slider-arrow-big.svg +11 -11
- package/media/images/user-icon.svg +16 -16
- package/media/locales/de/promoSlider.json +25 -25
- package/media/locales/en/promoSlider.json +25 -25
- package/media/svg/common/arrow_breadcrumps.svg +3 -3
- package/media/svg/common/home.svg +8 -8
- package/media/svg/common/whyAutodeIconSet-F.svg +9 -9
- package/media/svg/common/whyAutodeIconSet-G.svg +8 -8
- package/media/svg/common/whyAutodeIconSet-Q.svg +6 -6
- package/media/svg/common/whyAutodeIconSet-R.svg +9 -9
- package/media/svg/infoBlocks/whyAutodeIconSet-F.svg +9 -9
- package/media/svg/infoBlocks/whyAutodeIconSet-G.svg +8 -8
- package/media/svg/infoBlocks/whyAutodeIconSet-Q.svg +6 -6
- package/media/svg/infoBlocks/whyAutodeIconSet-R.svg +9 -9
- package/media/svg/usp/icon1.svg +16 -16
- package/media/svg/usp/icon2.svg +13 -13
- package/media/svg/usp/icon3.svg +10 -10
- package/media/svg/usp/icon4.svg +14 -14
- package/package.json +106 -106
- package/profile.ts +1 -1
- package/source/components/AccardionSection/AccardionSection.styl +45 -45
- package/source/components/AccardionSection/AccardionSection.tsx +47 -47
- package/source/components/AccordionWidget/AccordionWidget.styl +205 -205
- package/source/components/AccordionWidget/AccordionWidget.tsx +225 -225
- package/source/components/AdvantageItem/AdvantageItem.story.js +23 -23
- package/source/components/AdvantageItem/AdvantageItem.styl +47 -47
- package/source/components/AdvantageItem/AdvantageItem.tsx +26 -26
- package/source/components/Alternative/Dealer.story.js +31 -31
- package/source/components/Alternative/Dealer.story.styl +2 -2
- package/source/components/Alternative/DealerInfo.styl +116 -116
- package/source/components/Alternative/DealerInfo.tsx +171 -171
- package/source/components/Breadcrumbs/Breadcrumbs.story.js +40 -40
- package/source/components/Breadcrumbs/Breadcrumbs.styl +135 -135
- package/source/components/Breadcrumbs/Breadcrumbs.tsx +87 -87
- package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.story.js +45 -45
- package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.styl +54 -54
- package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.tsx +17 -17
- package/source/components/Checkout/CheckoutStepper/CheckoutStepper.styl +221 -221
- package/source/components/Checkout/CheckoutStepper/CheckoutStepper.tsx +70 -70
- package/source/components/Checkout/CheckoutStepper/CheckoutStepperClasses.js +173 -173
- package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.story.js +243 -243
- package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.story.styl +20 -20
- package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.styl +36 -36
- package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.tsx +53 -53
- package/source/components/Checkout/RadioCards/AdditionalServiceCard/ServiceCardWrapper.styl +200 -200
- package/source/components/Checkout/RadioCards/AdditionalServiceCard/ServiceCardWrapper.tsx +212 -212
- package/source/components/Checkout/RadioCards/ContentCard/AdditionalServiceContent.styl +30 -30
- package/source/components/Checkout/RadioCards/ContentCard/AdditionalServiceContent.tsx +62 -62
- package/source/components/Checkout/RadioCards/ContentCard/VehicleDeliveryContent.styl +73 -73
- package/source/components/Checkout/RadioCards/ContentCard/VehicleDeliveryContent.tsx +61 -61
- package/source/components/Checkout/RadioCards/PaymentTypeCard/PaymentTypeCard.styl +199 -199
- package/source/components/Checkout/RadioCards/PaymentTypeCard/PaymentTypeCard.tsx +195 -195
- package/source/components/Checkout/RadioCards/RadioCheckout.styl +158 -158
- package/source/components/Checkout/RadioCards/RadioCheckout.tsx +178 -178
- package/source/components/Checkout/RadioCards/RadioGroupCheckout.story.js +105 -105
- package/source/components/Checkout/RadioCards/RadioGroupCheckout.story.styl +37 -37
- package/source/components/Checkout/Switcher/Switcher.story.js +51 -51
- package/source/components/Checkout/Switcher/Switcher.story.styl +1 -1
- package/source/components/Checkout/Switcher/Switcher.styl +93 -93
- package/source/components/Checkout/Switcher/Switcher.tsx +104 -104
- package/source/components/CompactSearchWidget/CompactSearchFields/CompactSearchFields.styl +176 -176
- package/source/components/CompactSearchWidget/CompactSearchFields/CompactSearchFields.tsx +477 -477
- package/source/components/CompactSearchWidget/CompactSearchWidget.story.js +187 -187
- package/source/components/CompactSearchWidget/CompactSearchWidget.styl +43 -43
- package/source/components/CompactSearchWidget/CompactSearchWidget.tsx +165 -165
- package/source/components/ContactForm/ContactForm.story.js +93 -93
- package/source/components/ContactForm/ContactForm.styl +260 -260
- package/source/components/ContactForm/ContactForm.tsx +588 -588
- package/source/components/ContactForm/WpContactForm.tsx +287 -287
- package/source/components/ContactInfo/ContactInfo.story.js +58 -58
- package/source/components/ContactInfo/ContactInfo.styl +22 -22
- package/source/components/ContactInfo/ContactInfo.tsx +161 -161
- package/source/components/ContactInfo/TemporaryTranslation.ts +11 -11
- package/source/components/CustomerQuote/CustomerQuote.story.js +41 -41
- package/source/components/CustomerQuote/CustomerQuote.styl +79 -79
- package/source/components/CustomerQuote/CustomerQuote.tsx +68 -68
- package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.story.js +73 -73
- package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.story.styl +4 -4
- package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.styl +46 -46
- package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.tsx +79 -79
- package/source/components/CustomerQuotesSlider/SliderArrow.tsx +20 -20
- package/source/components/FormattedNumber/FormattedNumber.story.js +114 -114
- package/source/components/FormattedNumber/FormattedNumber.styl +1 -1
- package/source/components/FormattedNumber/FormattedNumber.tsx +91 -91
- package/source/components/ImageSettings/EditableOptionsTable/CustomCheckbox/CustomCheckbox.styl +7 -7
- package/source/components/ImageSettings/EditableOptionsTable/CustomCheckbox/CustomCheckbox.tsx +30 -30
- package/source/components/ImageSettings/EditableOptionsTable/EditableOptionsTable.styl +122 -122
- package/source/components/ImageSettings/EditableOptionsTable/EditableOptionsTable.tsx +199 -199
- package/source/components/ImageSettings/EditableOptionsTable/ImageIcon/ImageIcon.styl +3 -3
- package/source/components/ImageSettings/EditableOptionsTable/ImageIcon/ImageIcon.tsx +15 -15
- package/source/components/ImageSettings/OptionsTable/OptionsTable.styl +47 -47
- package/source/components/ImageSettings/OptionsTable/OptionsTable.tsx +122 -122
- package/source/components/ImageSettings/PricePlan/PricePlan.styl +63 -63
- package/source/components/ImageSettings/PricePlan/PricePlan.tsx +32 -32
- package/source/components/ImageSettings/index.ts +42 -42
- package/source/components/ImageSettings/story.js +1212 -1212
- package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlock.styl +33 -33
- package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlock.tsx +48 -48
- package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlockItem/FirstInfoBlockItem.styl +68 -68
- package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlockItem/FirstInfoBlockItem.tsx +21 -21
- package/source/components/InfoBlocks/InfoBlockWrapper/InfoBlockWrapper.styl +41 -41
- package/source/components/InfoBlocks/InfoBlockWrapper/InfoBlockWrapper.tsx +45 -45
- package/source/components/InfoBlocks/InfoBlockWrapper.story.js +101 -101
- package/source/components/InfoBlocks/InfoBlockWrapper.story.styl +45 -45
- package/source/components/InfoBlocks/PricingToolBlock/PricingTool.styl +6 -6
- package/source/components/InfoBlocks/PricingToolBlock/PricingTool.tsx +29 -29
- package/source/components/InfoBlocks/PricingToolBlock/PricingToolBlock.styl +45 -45
- package/source/components/InfoBlocks/PricingToolBlock/PricingToolBlock.tsx +81 -81
- package/source/components/InfoBlocks/ServicesBlock/ServiceBlockItem.styl +47 -47
- package/source/components/InfoBlocks/ServicesBlock/ServiceBlockItem.tsx +25 -25
- package/source/components/OfferDetailedSection/OfferDetailedSection.styl +31 -31
- package/source/components/OfferDetailedSection/OfferDetailedSection.tsx +100 -100
- package/source/components/OfferDetailedSection/partials/PanelConfig.styl +127 -127
- package/source/components/OfferDetailedSection/partials/PanelConfig.tsx +124 -124
- package/source/components/OfferPanel/AboAccordion/AboAccordion.styl +24 -24
- package/source/components/OfferPanel/AboAccordion/AboAccordion.tsx +128 -128
- package/source/components/OfferPanel/AboAccordion/AboColorOptions/AboColorOptions.styl +11 -11
- package/source/components/OfferPanel/AboAccordion/AboColorOptions/AboColorOptions.tsx +35 -35
- package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.story.js +97 -97
- package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.styl +20 -20
- package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.tsx +25 -25
- package/source/components/OfferPanel/AboAccordion/AboIncludedServices/AboIncludedServices.styl +13 -13
- package/source/components/OfferPanel/AboAccordion/AboIncludedServices/AboIncludedServices.tsx +39 -39
- package/source/components/OfferPanel/MuiOfferPeriod/MuiOfferPeriod.theme.js +29 -29
- package/source/components/OfferPanel/MuiOfferPeriod/MuiOfferPeriod.tsx +49 -49
- package/source/components/OfferPanel/OfferCheckboxGroup/CheckboxContainer.tsx +146 -146
- package/source/components/OfferPanel/OfferCheckboxGroup/OfferCheckboxGroup.styl +118 -118
- package/source/components/OfferPanel/OfferCheckboxGroup/OfferCheckboxGroup.tsx +24 -24
- package/source/components/OfferPanel/OfferPanel.story.js +139 -139
- package/source/components/OfferPanel/OfferPanel.styl +189 -189
- package/source/components/OfferPanel/OfferPanel.tsx +81 -81
- package/source/components/OfferPanel/OfferPeriod/OfferPeriod.styl +24 -24
- package/source/components/OfferPanel/OfferPeriod/OfferPeriod.tsx +49 -49
- package/source/components/OfferPanel/RangeGroup/RangeGroup.story.js +35 -35
- package/source/components/OfferPanel/RangeGroup/RangeGroup.story.styl +2 -2
- package/source/components/OfferPanel/RangeGroup/RangeGroup.tsx +37 -37
- package/source/components/PriceRating/PriceRating.story.js +39 -39
- package/source/components/PriceRating/PriceRating.story.styl +1 -1
- package/source/components/PriceRating/PriceRating.styl +47 -47
- package/source/components/PriceRating/PriceRating.tsx +64 -64
- package/source/components/PriceRatingDetailed/PriceRatingDetailed.story.js +78 -78
- package/source/components/PriceRatingDetailed/PriceRatingDetailed.story.styl +11 -11
- package/source/components/PriceRatingDetailed/PriceRatingDetailed.styl +120 -120
- package/source/components/PriceRatingDetailed/PriceRatingDetailed.tsx +187 -187
- package/source/components/RateSearchValue/RateSearchValue.story.js +78 -78
- package/source/components/RateSearchValue/RateSearchValue.story.styl +1 -1
- package/source/components/RateSearchValue/RateSearchValue.styl +22 -22
- package/source/components/RateSearchValue/RateSearchValue.tsx +55 -55
- package/source/components/RateSearchWidget/RateSearchWidget.story.js +57 -57
- package/source/components/RateSearchWidget/RateSearchWidget.story.styl +12 -12
- package/source/components/RateSearchWidget/RateSearchWidget.styl +106 -106
- package/source/components/RateSearchWidget/RateSearchWidget.tsx +163 -163
- package/source/components/SearchFilters/FiltersFactory.story.js +273 -273
- package/source/components/SearchFilters/FiltersFactory.tsx +85 -85
- package/source/components/SearchFilters/Slider.styl +66 -66
- package/source/components/SearchFilters/common/Color/Color.styl +29 -29
- package/source/components/SearchFilters/common/Color/Color.tsx +60 -60
- package/source/components/SearchFilters/common/FilterBlock/FilterBlock.styl +39 -39
- package/source/components/SearchFilters/common/FilterBlock/FilterBlock.styled.tsx +28 -28
- package/source/components/SearchFilters/common/FilterBlock/FilterBlock.tsx +54 -54
- package/source/components/SearchFilters/common/FilterBlock/FilterBlockFactory.tsx +151 -151
- package/source/components/SearchFilters/common/RangeControlled/RangeControlled.tsx +153 -153
- package/source/components/SearchFilters/filters/AlternativeID.styl +98 -98
- package/source/components/SearchFilters/filters/AlternativeID.tsx +79 -79
- package/source/components/SearchFilters/filters/Consumption.styl +41 -41
- package/source/components/SearchFilters/filters/Consumption.tsx +52 -52
- package/source/components/SearchFilters/filters/Cost.styl +43 -43
- package/source/components/SearchFilters/filters/Cost.tsx +112 -112
- package/source/components/SearchFilters/filters/CubicCapacity.styl +30 -30
- package/source/components/SearchFilters/filters/CubicCapacity.tsx +134 -134
- package/source/components/SearchFilters/filters/Damaged.styl +1 -1
- package/source/components/SearchFilters/filters/Damaged.tsx +40 -40
- package/source/components/SearchFilters/filters/Doors.styl +18 -18
- package/source/components/SearchFilters/filters/Doors.tsx +113 -113
- package/source/components/SearchFilters/filters/DriveType.styl +22 -22
- package/source/components/SearchFilters/filters/DriveType.tsx +72 -72
- package/source/components/SearchFilters/filters/EmissionClass.tsx +35 -35
- package/source/components/SearchFilters/filters/EmissionSticker.styl +46 -46
- package/source/components/SearchFilters/filters/EmissionSticker.tsx +52 -52
- package/source/components/SearchFilters/filters/FirstRegistration.tsx +97 -97
- package/source/components/SearchFilters/filters/Fuel.styl +27 -27
- package/source/components/SearchFilters/filters/Fuel.tsx +74 -74
- package/source/components/SearchFilters/filters/Highlights.styl +38 -38
- package/source/components/SearchFilters/filters/Highlights.tsx +69 -69
- package/source/components/SearchFilters/filters/ImagesCount.tsx +66 -66
- package/source/components/SearchFilters/filters/InteriorColor.styl +29 -29
- package/source/components/SearchFilters/filters/InteriorColor.tsx +71 -71
- package/source/components/SearchFilters/filters/InteriorMaterial.styl +28 -28
- package/source/components/SearchFilters/filters/InteriorMaterial.tsx +71 -71
- package/source/components/SearchFilters/filters/MakeModel.styl +106 -106
- package/source/components/SearchFilters/filters/MakeModel.tsx +164 -164
- package/source/components/SearchFilters/filters/Mileage.tsx +108 -108
- package/source/components/SearchFilters/filters/OwnerID.styl +14 -14
- package/source/components/SearchFilters/filters/OwnerID.tsx +65 -65
- package/source/components/SearchFilters/filters/Owners.styl +23 -23
- package/source/components/SearchFilters/filters/Owners.tsx +72 -72
- package/source/components/SearchFilters/filters/Power.tsx +157 -157
- package/source/components/SearchFilters/filters/PriceDifference.tsx +67 -67
- package/source/components/SearchFilters/filters/Rate.styl +34 -34
- package/source/components/SearchFilters/filters/Rate.tsx +53 -53
- package/source/components/SearchFilters/filters/Seats.styl +31 -31
- package/source/components/SearchFilters/filters/Seats.tsx +53 -53
- package/source/components/SearchFilters/filters/StateOptions.styl +16 -16
- package/source/components/SearchFilters/filters/StateOptions.tsx +58 -58
- package/source/components/SearchFilters/filters/StateOptionsNew.styl +23 -23
- package/source/components/SearchFilters/filters/StateOptionsNew.tsx +72 -72
- package/source/components/SearchFilters/filters/Transmission.styl +20 -20
- package/source/components/SearchFilters/filters/Transmission.tsx +71 -71
- package/source/components/SearchFilters/filters/commonFilters.styl +93 -93
- package/source/components/SearchPage/ChipFilter/ChipFilter.styl +45 -45
- package/source/components/SearchPage/ChipFilter/ChipFilter.tsx +21 -21
- package/source/components/SearchPage/DropDown/DropDown.styl +99 -99
- package/source/components/SearchPage/DropDown/DropDown.tsx +52 -52
- package/source/components/SearchPage/DropDown/MultiDropDown.tsx +84 -84
- package/source/components/SearchPage/DropDown/index.ts +8 -8
- package/source/components/SearchPage/Filters/HistogramSlider.styl +77 -77
- package/source/components/SearchPage/Filters/MakeModel/MakeModel.story.js +11 -11
- package/source/components/SearchPage/Filters/MakeModel/MakeModel.styl +95 -95
- package/source/components/SearchPage/Filters/MakeModel/MakeModel.tsx +142 -142
- package/source/components/SearchPage/Pagination/Pagination.styl +95 -95
- package/source/components/SearchPage/Pagination/Pagination.tsx +89 -89
- package/source/components/SearchPage/SearchChips/SearchChips.styl +51 -51
- package/source/components/SearchPage/SearchChips/SearchChips.tsx +76 -76
- package/source/components/SearchPage/SearchTopBar/SearchTopBar.styl +109 -109
- package/source/components/SearchPage/SearchTopBar/SearchTopBar.tsx +116 -116
- package/source/components/SearchPageMobile/FiltersContainer/FiltersContainer.styl +44 -44
- package/source/components/SearchPageMobile/FiltersContainer/FiltersContainer.tsx +162 -162
- package/source/components/SearchPageMobile/FiltersDetailed/BodyType.styl +47 -47
- package/source/components/SearchPageMobile/FiltersDetailed/BodyType.tsx +85 -85
- package/source/components/SearchPageMobile/FiltersDetailed/Consumption.styl +48 -48
- package/source/components/SearchPageMobile/FiltersDetailed/Consumption.tsx +76 -76
- package/source/components/SearchPageMobile/FiltersDetailed/Doors.styl +52 -52
- package/source/components/SearchPageMobile/FiltersDetailed/Doors.tsx +103 -103
- package/source/components/SearchPageMobile/FiltersDetailed/FirstRegistration.tsx +69 -69
- package/source/components/SearchPageMobile/FiltersDetailed/Fuel.styl +31 -31
- package/source/components/SearchPageMobile/FiltersDetailed/Fuel.tsx +82 -82
- package/source/components/SearchPageMobile/FiltersDetailed/HistogramSlider.styl +100 -100
- package/source/components/SearchPageMobile/FiltersDetailed/MakeModel.styl +95 -95
- package/source/components/SearchPageMobile/FiltersDetailed/MakeModel.tsx +171 -171
- package/source/components/SearchPageMobile/FiltersDetailed/MakeModelExclude.styl +112 -112
- package/source/components/SearchPageMobile/FiltersDetailed/MakeModelExclude.tsx +122 -122
- package/source/components/SearchPageMobile/FiltersDetailed/Mileage.tsx +80 -80
- package/source/components/SearchPageMobile/FiltersDetailed/Power.tsx +116 -116
- package/source/components/SearchPageMobile/FiltersDetailed/Price.tsx +129 -129
- package/source/components/SearchPageMobile/FiltersDetailed/Rate.tsx +252 -252
- package/source/components/SearchPageMobile/FiltersDetailed/Seats.styl +41 -41
- package/source/components/SearchPageMobile/FiltersDetailed/Seats.tsx +85 -85
- package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.story.js +834 -834
- package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.story.styl +40 -40
- package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.styl +37 -37
- package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.tsx +130 -130
- package/source/components/SearchWidget/ColorWidget/BodyColorWidget.styl +54 -54
- package/source/components/SearchWidget/ColorWidget/BodyColorWidget.tsx +122 -122
- package/source/components/SearchWidget/DriveTransmissionWidget/DriveTransmissionWidget.styl +17 -17
- package/source/components/SearchWidget/DriveTransmissionWidget/DriveTransmissionWidget.tsx +36 -36
- package/source/components/SearchWidget/EnvironmentWidget/DetailedEnvironmentWidget.styl +25 -25
- package/source/components/SearchWidget/EnvironmentWidget/DetailedEnvironmentWidget.tsx +126 -126
- package/source/components/SearchWidget/EnvironmentWidget/EnvironmentWidget.styl +54 -54
- package/source/components/SearchWidget/EnvironmentWidget/EnvironmentWidget.tsx +173 -173
- package/source/components/SearchWidget/HighlightsWidget/HighlightsWidget.styl +39 -39
- package/source/components/SearchWidget/HighlightsWidget/HighlightsWidget.tsx +99 -99
- package/source/components/SearchWidget/InteriorWidget/DetailedInteriorWidget.tsx +44 -44
- package/source/components/SearchWidget/InteriorWidget/InteriorWidget.styl +28 -28
- package/source/components/SearchWidget/InteriorWidget/InteriorWidget.tsx +42 -42
- package/source/components/SearchWidget/OfferDetalisWidget/OfferDetailsWidgetMobile.tsx +59 -59
- package/source/components/SearchWidget/SearchWidget.story.js +191 -191
- package/source/components/SearchWidget/SearchWidget.story.styl +5 -5
- package/source/components/SearchWidget/SearchWidget.styl +196 -196
- package/source/components/SearchWidget/SearchWidget.tsx +208 -208
- package/source/components/SearchWidget/StateWidget/StateWidget.styl +57 -57
- package/source/components/SearchWidget/StateWidget/StateWidget.tsx +107 -107
- package/source/components/SearchWidget/SuperAdminWidget/SuperAdminWidget.styl +10 -10
- package/source/components/SearchWidget/SuperAdminWidget/SuperAdminWidget.tsx +64 -64
- package/source/components/SearchWidget/partials/BuyCar/BuyCar.styl +19 -19
- package/source/components/SearchWidget/partials/BuyCar/BuyCar.tsx +162 -162
- package/source/components/SearchWidget/partials/DropDown/DropDown.styl +70 -70
- package/source/components/SearchWidget/partials/DropDown/DropDown.tsx +36 -36
- package/source/components/SearchWidget/partials/DropDown/MultiDropDown.tsx +76 -76
- package/source/components/SearchWidget/partials/DropDown/index.ts +7 -7
- package/source/components/SearchWidget/partials/DropDownGroup/DropDownGroup.styl +48 -48
- package/source/components/SearchWidget/partials/DropDownGroup/DropDownGroup.tsx +101 -101
- package/source/components/SearchWidget/partials/FastSearch/FastSearch.tsx +55 -55
- package/source/components/SearchWidget/partials/MakerFilter/MakerFilter.styl +8 -8
- package/source/components/SearchWidget/partials/MakerFilter/MakerFilter.tsx +69 -69
- package/source/components/SearchWidget/partials/PanelFilter/Item.tsx +43 -43
- package/source/components/SearchWidget/partials/PanelFilter/PanelFilter.styl +32 -32
- package/source/components/SearchWidget/partials/PanelFilter/PanelFilter.tsx +53 -53
- package/source/components/SearchWidget/partials/TabPanel/TabPanel.tsx +29 -29
- package/source/components/SearchWidget/partials/Tabs/Tab.tsx +20 -20
- package/source/components/SearchWidget/partials/Tabs/Tabs.styl +27 -27
- package/source/components/SearchWidget/partials/Tabs/Tabs.tsx +69 -69
- package/source/components/SearchWidget/partials/Tabs/index.ts +7 -7
- package/source/components/SearchWidgetsMobile/BasicDataWidgetMobile/BasicDataWidgetMobile.styl +91 -91
- package/source/components/SearchWidgetsMobile/BasicDataWidgetMobile/BasicDataWidgetMobile.tsx +219 -219
- package/source/components/SearchWidgetsMobile/EngineTransDriveWidget/EngineTransDriveWidget.styl +47 -47
- package/source/components/SearchWidgetsMobile/EngineTransDriveWidget/EngineTransDriveWidget.tsx +125 -125
- package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.styl +62 -62
- package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.styled.tsx +38 -38
- package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.tsx +294 -294
- package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidgetCategory.tsx +50 -50
- package/source/components/SearchWidgetsMobile/HighlightsWidgetMobile/HighlightsWidgetMobile.styl +50 -50
- package/source/components/SearchWidgetsMobile/HighlightsWidgetMobile/HighlightsWidgetMobile.tsx +96 -96
- package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidget.styl +30 -30
- package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidget.tsx +33 -33
- package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidgetMobile.tsx +44 -44
- package/source/components/SearchWidgetsMobile/SafetyWidget/SafetyWidget.styl +45 -45
- package/source/components/SearchWidgetsMobile/SafetyWidget/SafetyWidget.tsx +149 -149
- package/source/components/SearchWidgetsMobile/StateWidget/StateWidget.styl +59 -59
- package/source/components/SearchWidgetsMobile/StateWidget/StateWidget.tsx +172 -172
- package/source/components/SearchWidgetsMobile/index.ts +18 -18
- package/source/components/Stepper/Step/Step.styl +46 -46
- package/source/components/Stepper/Step/Step.tsx +44 -44
- package/source/components/Stepper/Stepper.story.js +119 -119
- package/source/components/Stepper/Stepper.story.styl +41 -41
- package/source/components/Stepper/Stepper.styl +10 -10
- package/source/components/Stepper/Stepper.tsx +67 -67
- package/source/components/Stepper/StepsDivider/StepsDivider.styl +15 -15
- package/source/components/Stepper/StepsDivider/StepsDivider.tsx +23 -23
- package/source/components/Theme.story.js +36 -36
- package/source/components/Theme.story.styl +85 -85
- package/source/components/TickerText/TickerText.story.js +17 -17
- package/source/components/TickerText/TickerText.styl +43 -43
- package/source/components/TickerText/TickerText.tsx +24 -24
- package/source/components/Vehicle/VehicleConsumption/VehicleConsumption.styl +10 -10
- package/source/components/Vehicle/VehicleConsumption/VehicleConsumption.tsx +44 -44
- package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.story.js +247 -247
- package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.styl +148 -148
- package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.tsx +137 -137
- package/source/components/Vehicle/VehicleTitle/VehicleTitle.story.js +27 -27
- package/source/components/Vehicle/VehicleTitle/VehicleTitle.styl +48 -48
- package/source/components/Vehicle/VehicleTitle/VehicleTitle.tsx +44 -44
- package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.story.js +30 -30
- package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.styl +49 -49
- package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.tsx +55 -55
- package/source/components/VehicleCompared/ComparePrice/ComparePrice.story.js +18 -18
- package/source/components/VehicleCompared/ComparePrice/ComparePrice.styl +17 -17
- package/source/components/VehicleCompared/ComparePrice/ComparePrice.tsx +33 -33
- package/source/components/VehicleCompared/CompareTitle/CompareTitle.story.js +19 -19
- package/source/components/VehicleCompared/CompareTitle/CompareTitle.styl +38 -38
- package/source/components/VehicleCompared/CompareTitle/CompareTitle.tsx +32 -32
- package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.story.js +44 -44
- package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.styl +28 -28
- package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.tsx +168 -168
- package/source/components/VehicleDetailedSidebar/partials/Price.styl +22 -22
- package/source/components/VehicleDetailedSidebar/partials/Price.tsx +40 -40
- package/source/components/VehicleDetailedSidebar/partials/PriceContent.styl +107 -107
- package/source/components/VehicleDetailedSidebar/partials/PriceContent.tsx +124 -124
- package/source/components/VehicleDetailedSidebar/partials/Properties.styl +53 -53
- package/source/components/VehicleDetailedSidebar/partials/Properties.tsx +117 -117
- package/source/components/VehicleDetailedSidebar/partials/Title.styl +35 -35
- package/source/components/VehicleDetailedSidebar/partials/Title.tsx +33 -33
- package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.story.js +120 -120
- package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.styl +102 -102
- package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.tsx +285 -285
- package/source/components/VehicleDetailedSlider/partials/MobileStast.tsx +61 -61
- package/source/components/VehicleDetailedSlider/partials/MobileStats.styl +71 -71
- package/source/components/VehicleDetailedSlider/partials/PriceData.styl +71 -71
- package/source/components/VehicleDetailedSlider/partials/PriceData.tsx +39 -39
- package/source/components/VehicleDetailedSlider/partials/Stats.styl +80 -80
- package/source/components/VehicleDetailedSlider/partials/Stats.tsx +62 -62
- package/source/components/VehicleDetailedSlider/partials/Title.styl +37 -37
- package/source/components/VehicleDetailedSlider/partials/Title.tsx +36 -36
- package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.story.js +42 -42
- package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.styl +298 -298
- package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.tsx +201 -201
- package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.story.js +62 -62
- package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.styl +263 -263
- package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.tsx +141 -141
- package/source/components/VehiclePromoSlider/VehiclePromoSlider.story.js +42 -42
- package/source/components/VehiclePromoSlider/VehiclePromoSlider.styl +122 -122
- package/source/components/VehiclePromoSlider/VehiclePromoSlider.tsx +111 -111
- package/source/components/VehiclePromoSlider/cars.js +220 -220
- package/source/components/VehicleSmallCard/SeoText/SeoText.styl +8 -8
- package/source/components/VehicleSmallCard/SeoText/SeoText.tsx +16 -16
- package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.styl +162 -165
- package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.tsx +187 -187
- package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.styl +212 -212
- package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.tsx +155 -155
- package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.styl +126 -126
- package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.tsx +300 -296
- package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.styl +18 -18
- package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.tsx +32 -32
- package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.styl +126 -127
- package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.tsx +90 -90
- package/source/components/VehicleSmallCard/VehicleSmallCard.story.js +412 -412
- package/source/components/VehicleSmallCard/VehicleSmallCard.story.styl +55 -55
- package/source/components/VehicleSmallCard/VehicleSmallCard.styl +229 -229
- package/source/components/VehicleSmallCard/VehicleSmallCard.tsx +401 -397
- package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.story.js +199 -199
- package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.story.styl +40 -40
- package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.styl +150 -150
- package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.tsx +185 -185
- package/source/components/_common/Accordion/Accordion.story.js +36 -36
- package/source/components/_common/Accordion/Accordion.styl +2 -2
- package/source/components/_common/Accordion/Accordion.tsx +132 -132
- package/source/components/_common/Accordion/AccordionTitle/AccordionTitle.styl +49 -49
- package/source/components/_common/Accordion/AccordionTitle/AccordionTitle.tsx +33 -33
- package/source/components/_common/AccordionWrapper/AccordionItem/AccordionItem.styl +34 -34
- package/source/components/_common/AccordionWrapper/AccordionItem/AccordionItem.tsx +64 -64
- package/source/components/_common/AccordionWrapper/AccordionWrapper.tsx +34 -34
- package/source/components/_common/Badge/Badge.story.js +27 -27
- package/source/components/_common/Badge/Badge.story.styl +5 -5
- package/source/components/_common/Badge/Badge.styl +41 -41
- package/source/components/_common/Badge/Badge.tsx +25 -25
- package/source/components/_common/BodyTypeIcons/Audi.tsx +9 -9
- package/source/components/_common/BodyTypeIcons/Bmw.tsx +860 -860
- package/source/components/_common/BodyTypeIcons/Ford.tsx +31 -31
- package/source/components/_common/BodyTypeIcons/IconsConfig.tsx +44 -44
- package/source/components/_common/BodyTypeIcons/IconsConfigCompact.tsx +30 -30
- package/source/components/_common/BodyTypeIcons/Mazda.tsx +44 -44
- package/source/components/_common/BodyTypeIcons/MercedesBenz.tsx +38 -38
- package/source/components/_common/BodyTypeIcons/Opel.tsx +19 -19
- package/source/components/_common/BodyTypeIcons/Search.tsx +19 -19
- package/source/components/_common/BodyTypeIcons/SelectorCategoryCombi.tsx +68 -68
- package/source/components/_common/BodyTypeIcons/SelectorCategoryCompact.tsx +20 -20
- package/source/components/_common/BodyTypeIcons/SelectorCategoryConvertible.tsx +68 -68
- package/source/components/_common/BodyTypeIcons/SelectorCategoryCoupe.tsx +60 -60
- package/source/components/_common/BodyTypeIcons/SelectorCategoryMinibus.tsx +64 -64
- package/source/components/_common/BodyTypeIcons/SelectorCategorySedan.tsx +69 -69
- package/source/components/_common/BodyTypeIcons/SelectorCategorySuv.tsx +77 -77
- package/source/components/_common/BodyTypeIcons/SelectorCategoryTransporter.tsx +68 -68
- package/source/components/_common/BodyTypeIcons/SelectorCategoryVan.tsx +72 -72
- package/source/components/_common/BodyTypeIcons/Volkswagen.tsx +330 -330
- package/source/components/_common/BodyTypeIcons/index.ts +17 -17
- package/source/components/_common/Bubble/Bubble.story.js +52 -52
- package/source/components/_common/Bubble/Bubble.styl +53 -53
- package/source/components/_common/Bubble/Bubble.tsx +37 -37
- package/source/components/_common/Button/Button.story.js +52 -52
- package/source/components/_common/Button/Button.story.styl +5 -5
- package/source/components/_common/Button/Button.styl +12 -12
- package/source/components/_common/Button/Button.styled.tsx +51 -51
- package/source/components/_common/Button/Button.tsx +78 -78
- package/source/components/_common/ButtonOld/Button.story.js +54 -54
- package/source/components/_common/ButtonOld/Button.story.styl +5 -5
- package/source/components/_common/ButtonOld/Button.styl +65 -65
- package/source/components/_common/ButtonOld/Button.tsx +84 -84
- package/source/components/_common/Checkbox/Checkbox.story.js +85 -85
- package/source/components/_common/Checkbox/Checkbox.story.styl +14 -14
- package/source/components/_common/Checkbox/Checkbox.styl +119 -119
- package/source/components/_common/Checkbox/Checkbox.tsx +151 -151
- package/source/components/_common/Checkbox/FormCheckbox.styl +22 -22
- package/source/components/_common/Checkbox/FormCheckbox.tsx +54 -54
- package/source/components/_common/Checkbox/index.js +4 -4
- package/source/components/_common/CheckboxMaterial/CheckboxMaterial.story.js +136 -136
- package/source/components/_common/CheckboxMaterial/CheckboxMaterial.story.styl +14 -14
- package/source/components/_common/CheckboxMaterial/CheckboxMaterial.styl +155 -155
- package/source/components/_common/CheckboxMaterial/CheckboxMaterial.tsx +210 -210
- package/source/components/_common/CheckboxMaterial/FormCheckboxMaterial.styl +22 -22
- package/source/components/_common/CheckboxMaterial/FormCheckboxMaterial.tsx +50 -50
- package/source/components/_common/Chip/Chip.story.js +43 -43
- package/source/components/_common/Chip/Chip.styl +69 -69
- package/source/components/_common/Chip/Chip.tsx +40 -40
- package/source/components/_common/ChipList/ChipList.story.js +36 -36
- package/source/components/_common/ChipList/ChipList.styl +80 -80
- package/source/components/_common/ChipList/ChipList.tsx +58 -58
- package/source/components/_common/Co2Widget/CO2Efficiency.styl +114 -114
- package/source/components/_common/Co2Widget/CO2Efficiency.tsx +49 -49
- package/source/components/_common/Divider/Divider.styl +8 -8
- package/source/components/_common/Divider/Divider.tsx +16 -16
- package/source/components/_common/DoorSelector/DoorSelector.styl +35 -35
- package/source/components/_common/DoorSelector/DoorSelector.tsx +39 -39
- package/source/components/_common/DropDown/DropDown.story.js +35 -35
- package/source/components/_common/DropDown/DropDown.styl +129 -129
- package/source/components/_common/DropDown/DropDown.tsx +111 -111
- package/source/components/_common/DropDown/DropDownComponents.tsx +53 -53
- package/source/components/_common/DropDown/DropDownGroup.styl +20 -20
- package/source/components/_common/DropDown/DropDownGroup.tsx +136 -136
- package/source/components/_common/DropDown/FormDropDown.styl +35 -35
- package/source/components/_common/DropDown/FormDropDown.tsx +52 -52
- package/source/components/_common/DropDown/MultiDropDown.tsx +84 -84
- package/source/components/_common/DropDown/index.ts +7 -7
- package/source/components/_common/ExpandablePanel/ExpandablePanel.story.js +41 -41
- package/source/components/_common/ExpandablePanel/ExpandablePanel.styl +19 -19
- package/source/components/_common/ExpandablePanel/ExpandablePanel.tsx +88 -88
- package/source/components/_common/ExpansionPanel/ExpansionPanel.styl +36 -36
- package/source/components/_common/ExpansionPanel/ExpansionPanel.styled.tsx +28 -28
- package/source/components/_common/ExpansionPanel/ExpansionPanel.tsx +99 -99
- package/source/components/_common/FilterLabel/FilterLabel.styl +25 -25
- package/source/components/_common/FilterLabel/FilterLabel.tsx +27 -27
- package/source/components/_common/Histogram/Histogram.story.js +51 -51
- package/source/components/_common/IconContainer/IconContainer.styl +23 -23
- package/source/components/_common/IconContainer/IconContainer.tsx +34 -34
- package/source/components/_common/IconSVG/IconSVG.story.js +21 -21
- package/source/components/_common/IconSVG/IconSVG.story.styl +25 -25
- package/source/components/_common/IconSVG/IconSVG.tsx +30 -30
- package/source/components/_common/IconSVG/IconSVGConfig.tsx +764 -764
- package/source/components/_common/IconSVG/SVG/AboPartner.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/ArrowQuotes.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/CloseIcon.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/CloseIconSelect.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/ClosedLockIcon.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/DealerCheckIcon.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/DealerPopoverMail.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/DealerPopoverPhone.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/GrayPhoneIcon.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/InternetIcon.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/WhiteEnvelopeIcon.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/bodyType/Cabrio.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/bodyType/Coupe.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/bodyType/Minibus.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/bodyType/Other.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/bodyType/Sedan.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryCombi.tsx +68 -68
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryCompact.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryConvertible.tsx +68 -68
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryCoupe.tsx +60 -60
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryMinibus.tsx +64 -64
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryOther.tsx +60 -60
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategorySedan.tsx +69 -69
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategorySuv.tsx +77 -77
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryTransporter.tsx +68 -68
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryVan.tsx +72 -72
- package/source/components/_common/IconSVG/SVG/bodyType/Small.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/bodyType/Suv.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/bodyType/Van.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/bodyType/Wagon.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/common/AddIcon.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/AddPlus.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/AddressDashboard.tsx +29 -29
- package/source/components/_common/IconSVG/SVG/common/AddressIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/ArrowDetailedAccordionBlue.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/common/ArrowDownBlue.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/ArrowSelect.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/common/ArrowStepDown.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/Autocheck.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/AutodeLogo.tsx +36 -36
- package/source/components/_common/IconSVG/SVG/common/Avatar.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/BellGray.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/BigInfoTransparent.tsx +13 -13
- package/source/components/_common/IconSVG/SVG/common/Browse.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/Calendar.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/common/CallbackDashboard.tsx +30 -30
- package/source/components/_common/IconSVG/SVG/common/Camera.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/Car.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/CarBody.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/CarFront.tsx +43 -43
- package/source/components/_common/IconSVG/SVG/common/CarInspectionCheck.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme0.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme1.tsx +53 -53
- package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme2.tsx +52 -52
- package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme3.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme4.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme5.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme6.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/CarInspectionSchemeGeneral copy.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/common/CarInspectionSchemeGeneral.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/common/CheckBlue.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/CheckGreen.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/CheckMark.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/CheckWhite.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/Chevron.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/CircledCheckmark.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/common/Clock.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/Close.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/CloseGrey.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/ContactEmail.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/ContactPhone.tsx +28 -28
- package/source/components/_common/IconSVG/SVG/common/CopyIcon copy.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/CopyIcon.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/CopyIconForDealer.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/DashboardIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/DashboardQuestionMark.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/DealersIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/DeleteCircle.tsx +31 -31
- package/source/components/_common/IconSVG/SVG/common/DeleteV1Icon.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/DeliveryDashboard.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/common/DeliveryMail.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/common/Discount100De.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/Discount100En.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/Discount66De.tsx +28 -28
- package/source/components/_common/IconSVG/SVG/common/Discount66En.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/DoneIcon.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/EditCircle.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/EditPriceIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/EuroCurrency.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/Export.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/Eye.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/EyeCatch.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/FavoritesIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/FilterRange.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/FilterToolBlack.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/common/FlagDe.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/FlagEn.tsx +43 -43
- package/source/components/_common/IconSVG/SVG/common/GrayEnvelopeIcon.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/HamburgerMenuIcon.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/HandingOverDashboard.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/ImageSettingsIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/Info.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/InfoIcon.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/InfoTransparent.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/LogoutIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/MagnifyingGlass.tsx +31 -31
- package/source/components/_common/IconSVG/SVG/common/MenuArrow.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/MenuGrey.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/MobileDeLogo.tsx +108 -108
- package/source/components/_common/IconSVG/SVG/common/MyOrderIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/MyVehiclesIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/NewFlagDe.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/common/NewFlagEn.tsx +34 -34
- package/source/components/_common/IconSVG/SVG/common/OrderReceivedDashboard.tsx +27 -27
- package/source/components/_common/IconSVG/SVG/common/Package.tsx +30 -30
- package/source/components/_common/IconSVG/SVG/common/Phone.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/PhoneGrey.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/PickupDashboard.tsx +30 -30
- package/source/components/_common/IconSVG/SVG/common/Picture.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/common/Pictures.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/Plus.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/PlusNew.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/PreparationDashboard.tsx +29 -29
- package/source/components/_common/IconSVG/SVG/common/ProfileDashboard.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/common/ProfileIcon.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/Question.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/QuestionBold.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/common/RegistrationDashboard.tsx +31 -31
- package/source/components/_common/IconSVG/SVG/common/SavedSearchsIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/Search.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/SearchGrey.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/SettingPenIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/Share.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/ShoppingCart.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/SliderArrow.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/SliderEye.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/SortUpDownArrows.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/Speedometer.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/common/Star.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/StarNew.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/StarOutline.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/StarRoundedCorners.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/Stats.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/Step1.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/Step2.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/Step3.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/SupportCallbackIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/Telephone.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/Time.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/Timetable.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/Trash.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/TrashRed.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/common/Upload.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/UserGrey.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/UserProfileIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/ValidateFailure.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/ValidateSuccess.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/WarningTriangle.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/WhiteArrowUp.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/WhiteKey.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/WhitePeople.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/common/WhiteTick.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/flags/AT.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/flags/BE.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/flags/BG.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/flags/CH.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/flags/CZ.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/flags/DE.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/flags/DK.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/flags/ES.tsx +2585 -2585
- package/source/components/_common/IconSVG/SVG/flags/FI.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/flags/FR.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/flags/GB.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/flags/HR.tsx +135 -135
- package/source/components/_common/IconSVG/SVG/flags/HU.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/flags/IT.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/flags/LI.tsx +106 -106
- package/source/components/_common/IconSVG/SVG/flags/LU.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/flags/NL.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/flags/NO.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/flags/PL.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/flags/RO.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/flags/RU.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/flags/SE.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/flags/SI.tsx +54 -54
- package/source/components/_common/IconSVG/SVG/flags/SK.tsx +35 -35
- package/source/components/_common/IconSVG/SVG/flags/UA.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/infoBlocks/14DaysReturnPolicy.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/infoBlocks/Autocheck.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/infoBlocks/CheckTheStory.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/infoBlocks/CustomerServiceWhite.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/infoBlocks/Guarantee.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/infoBlocks/OrderWhite.tsx +13 -13
- package/source/components/_common/IconSVG/SVG/infoBlocks/PriceGuarantee.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/infoBlocks/PriceGuaranteeWhite.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/infoBlocks/TransportAndDelivery.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/infoBlocks/Warranty.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/popower/Mail.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/popower/Phone.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/popower/Schedule.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/AAllWheelDrive.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/AllWheelDrive.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/FrontWheelDrive.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/OtherWheelDrive.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/RearWheelDrive.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelDiesel.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelElectrical.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelElectricalDiesel.tsx +34 -34
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelElectricalPetrol.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelEthanol.tsx +53 -53
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelHydrogen.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelLpg.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelNaturalGas.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelOther.tsx +28 -28
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelPetrol.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/settings/Account.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/settings/DataUsage.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/settings/MarketResearch.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/settings/Newsletter.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/settings/RemoveEye.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/settings/RemoveEyeOff.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/settings/Security.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/settings/Warning.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/slider/360.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/slider/360New.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/slider/Checked.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/slider/DiscountRibbon.tsx +51 -51
- package/source/components/_common/IconSVG/SVG/slider/DiscountRibbonMobile.tsx +47 -47
- package/source/components/_common/IconSVG/SVG/slider/DiscountRibbonNew.tsx +29 -29
- package/source/components/_common/IconSVG/SVG/slider/Easy.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/slider/Fullscreen.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/slider/FullscreenWindow.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/slider/Safe.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/slider/ToBuy.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/slider/ZoomIn.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/slider/ZoomOut.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/social/AndroidLogo.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/social/Apple.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/social/FacebookF.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/social/GooglePlusG.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/social/Instagram.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/social/Pinterest.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/social/SharingInterface.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/social/Twitter.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/social/Youtube.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/vehicle/AboIcon.tsx +11 -11
- package/source/components/_common/IconSVG/SVG/vehicle/Abs.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/AirCond.tsx +34 -34
- package/source/components/_common/IconSVG/SVG/vehicle/Airbag.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/AuxiliaryHeating.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/vehicle/Bluetooth.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/vehicle/BuyIcon.tsx +15 -15
- package/source/components/_common/IconSVG/SVG/vehicle/CarAvailability.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/vehicle/CarInspectionCheck.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/CarInspectionCross.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/CheckoutChecked.tsx +15 -15
- package/source/components/_common/IconSVG/SVG/vehicle/Co2.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/CruiseControl.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/vehicle/Date.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/Delivery.tsx +12 -12
- package/source/components/_common/IconSVG/SVG/vehicle/Diesel.tsx +28 -28
- package/source/components/_common/IconSVG/SVG/vehicle/Display.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/vehicle/Done.tsx +11 -11
- package/source/components/_common/IconSVG/SVG/vehicle/Door.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/vehicle/DoubleDone.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/vehicle/EditIcon.tsx +11 -11
- package/source/components/_common/IconSVG/SVG/vehicle/EmergencyBrakeAssistant.tsx +27 -27
- package/source/components/_common/IconSVG/SVG/vehicle/Eps.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/Esp.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/FinancingIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/vehicle/FuelConsumption.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/vehicle/Fueling.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/vehicle/FullDrive.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/GasElectric.tsx +28 -28
- package/source/components/_common/IconSVG/SVG/vehicle/HandsFreePhoneSystem.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/Kw.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/vehicle/LastCrawledAt.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/vehicle/LeasingIcon.tsx +14 -14
- package/source/components/_common/IconSVG/SVG/vehicle/Led.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/LightSensor.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/vehicle/LinkAlternative.tsx +15 -15
- package/source/components/_common/IconSVG/SVG/vehicle/Location.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/vehicle/MinusIcon.tsx +11 -11
- package/source/components/_common/IconSVG/SVG/vehicle/Mirror.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/vehicle/Navigation.tsx +27 -27
- package/source/components/_common/IconSVG/SVG/vehicle/NewCar.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/NoImage.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/vehicle/Owner.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/vehicle/PanoramicRoof.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/vehicle/ParkingAssistants.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/PickYourself.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/vehicle/PlusIcon.tsx +11 -11
- package/source/components/_common/IconSVG/SVG/vehicle/Power.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/Ps.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/vehicle/Question.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/Seats.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/SeatsHeating.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxAutomatic.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxManualShift.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxOther.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxSemiAutomatic.tsx +30 -30
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeAlcantara.tsx +225 -225
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeFabric.tsx +29 -29
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeFullLeather.tsx +29 -29
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeOther.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypePartLeather.tsx +142 -142
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeSyntheticLeather.tsx +27 -27
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeVelours.tsx +39 -39
- package/source/components/_common/IconSVG/SVG/vehicle/Shield.tsx +39 -39
- package/source/components/_common/IconSVG/SVG/vehicle/Speedometer.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/vehicle/StartStopSystem.tsx +30 -30
- package/source/components/_common/IconSVG/SVG/vehicle/Stop.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/vehicle/TickMark.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/TrafficSignRecognition.tsx +29 -29
- package/source/components/_common/IconSVG/SVG/vehicle/TrailerCoupling.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/Transmission.tsx +27 -27
- package/source/components/_common/IconSVG/SVG/vehicle/Wheel.tsx +43 -43
- package/source/components/_common/IconSVG/SVG/vehicle/Wipers.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/vehicle/Wrench.tsx +17 -17
- package/source/components/_common/Image/Image.story.js +142 -142
- package/source/components/_common/Image/Image.story.styl +18 -18
- package/source/components/_common/Image/Image.styl +109 -109
- package/source/components/_common/Image/Image.tsx +302 -302
- package/source/components/_common/ImagesSet/ImagesSet.story.js +34 -34
- package/source/components/_common/ImagesSet/ImagesSet.story.styl +3 -3
- package/source/components/_common/ImagesSet/ImagesSet.styl +27 -27
- package/source/components/_common/ImagesSet/ImagesSet.tsx +76 -76
- package/source/components/_common/Loader/Loader.story.js +21 -21
- package/source/components/_common/Loader/Loader.styl +39 -39
- package/source/components/_common/Loader/Loader.tsx +32 -32
- package/source/components/_common/MagnifyGlass/MagnifyGlass.styl +33 -33
- package/source/components/_common/MagnifyGlass/MagnifyGlass.tsx +213 -213
- package/source/components/_common/MaterialAccordion/MaterialAccordion.tsx +149 -149
- package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.story.js +49 -49
- package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.styled.tsx +71 -71
- package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.tsx +40 -40
- package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.styled.tsx +204 -204
- package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.tsx +251 -251
- package/source/components/_common/MaterialDatePicker/MaterialDatePicker.story.js +45 -45
- package/source/components/_common/MaterialDatePicker/MaterialDatePicker.story.styl +5 -5
- package/source/components/_common/MaterialDatePicker/MaterialDatePicker.styled.tsx +21 -21
- package/source/components/_common/MaterialDatePicker/MaterialDatePicker.tsx +112 -112
- package/source/components/_common/MaterialField/MaterialField.story.js +87 -87
- package/source/components/_common/MaterialField/MaterialField.story.styl +33 -33
- package/source/components/_common/MaterialField/MaterialField.styled.tsx +52 -52
- package/source/components/_common/MaterialField/MaterialField.tsx +120 -120
- package/source/components/_common/MaterialSelect/MaterialSelect.story.js +52 -52
- package/source/components/_common/MaterialSelect/MaterialSelect.story.styl +5 -5
- package/source/components/_common/MaterialSelect/MaterialSelect.styled.tsx +126 -126
- package/source/components/_common/MaterialSelect/MaterialSelect.tsx +220 -220
- package/source/components/_common/MaterialStepButton/MaterialStepButton.story.js +47 -47
- package/source/components/_common/MaterialStepButton/MaterialStepButton.story.styl +5 -5
- package/source/components/_common/MaterialStepButton/MaterialStepButton.styl +32 -32
- package/source/components/_common/MaterialStepButton/MaterialStepButton.tsx +61 -61
- package/source/components/_common/MaterialSwitch/MaterialSwitch.story.js +17 -17
- package/source/components/_common/MaterialSwitch/MaterialSwitch.styled.tsx +5 -5
- package/source/components/_common/MaterialSwitch/MaterialSwitch.tsx +35 -35
- package/source/components/_common/MaterialTooltip/MaterialTooltip.story.js +10 -10
- package/source/components/_common/MaterialTooltip/MaterialTooltip.styled.tsx +8 -8
- package/source/components/_common/MaterialTooltip/MaterialTooltip.tsx +35 -35
- package/source/components/_common/Modal/CookieModal.tsx +40 -40
- package/source/components/_common/Modal/Modal.story.js +37 -37
- package/source/components/_common/Modal/Modal.styled.tsx +13 -13
- package/source/components/_common/Modal/Modal.tsx +27 -27
- package/source/components/_common/Modal/ModalsConfig.tsx +19 -19
- package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.styl +67 -67
- package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.tsx +147 -147
- package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.styl +44 -44
- package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.tsx +33 -33
- package/source/components/_common/Modal/modals/TestModal.tsx +7 -7
- package/source/components/_common/MuiDropDown/MuiDropDown.tsx +93 -93
- package/source/components/_common/MuiGroupedSelect/MuiGroupedSelect.story.js +21 -21
- package/source/components/_common/MuiGroupedSelect/MuiGroupedSelect.tsx +87 -87
- package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.styl +119 -119
- package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.styled.tsx +23 -23
- package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.tsx +118 -118
- package/source/components/_common/PropertySelector/FormPSGroup.story.js +36 -36
- package/source/components/_common/PropertySelector/FormPSGroup.story.styl +5 -5
- package/source/components/_common/PropertySelector/FormPSGroup.styl +22 -22
- package/source/components/_common/PropertySelector/FormPSGroup.tsx +54 -54
- package/source/components/_common/PropertySelector/PSGroup.story.js +93 -93
- package/source/components/_common/PropertySelector/PSGroup.story.styl +25 -25
- package/source/components/_common/PropertySelector/PSGroup.styl +5 -5
- package/source/components/_common/PropertySelector/PSGroup.tsx +98 -98
- package/source/components/_common/PropertySelector/PropertySelector.styl +139 -139
- package/source/components/_common/PropertySelector/PropertySelector.tsx +100 -100
- package/source/components/_common/PropertySelector/ProperySelector.story.js +83 -83
- package/source/components/_common/Radio/FormRadioGroup.story.js +28 -28
- package/source/components/_common/Radio/FormRadioGroup.story.styl +2 -2
- package/source/components/_common/Radio/FormRadioGroup.styl +22 -22
- package/source/components/_common/Radio/FormRadioGroup.tsx +52 -52
- package/source/components/_common/Radio/Radio.story.js +54 -54
- package/source/components/_common/Radio/Radio.styl +115 -115
- package/source/components/_common/Radio/Radio.tsx +141 -141
- package/source/components/_common/Radio/RadioGroup.story.js +90 -90
- package/source/components/_common/Radio/RadioGroup.story.styl +39 -39
- package/source/components/_common/Radio/RadioGroup.styl +5 -5
- package/source/components/_common/Radio/RadioGroup.tsx +65 -65
- package/source/components/_common/Range/Range.story.js +46 -46
- package/source/components/_common/Range/Range.story.styl +4 -4
- package/source/components/_common/Range/Range.styl +71 -71
- package/source/components/_common/Range/Range.tsx +69 -69
- package/source/components/_common/Skeleton/SkeletonItem.styl +80 -80
- package/source/components/_common/Skeleton/SkeletonItem.tsx +80 -80
- package/source/components/_common/Skeleton/SkeletonSearchItem.styl +123 -123
- package/source/components/_common/Skeleton/SkeletonSearchItem.tsx +92 -92
- package/source/components/_common/Slider/Slider.styl +2 -2
- package/source/components/_common/Slider/Slider.tsx +130 -130
- package/source/components/_common/SliderArrow/SliderArrow.story.js +18 -18
- package/source/components/_common/SliderArrow/SliderArrow.styl +32 -32
- package/source/components/_common/SliderArrow/SliderArrow.tsx +36 -36
- package/source/components/_common/StarButton/StarButton.styl +39 -39
- package/source/components/_common/StarButton/StarButton.tsx +31 -31
- package/source/components/_common/Tabs/TabPanel.tsx +28 -28
- package/source/components/_common/Tabs/Tabs.story.js +55 -55
- package/source/components/_common/Tabs/Tabs.styl +40 -40
- package/source/components/_common/Tabs/Tabs.tsx +44 -44
- package/source/components/_common/TextAreaField/TextAreaField.styl +47 -47
- package/source/components/_common/TextAreaField/TextAreaField.tsx +74 -74
- package/source/components/_common/TextField/FormTextField.story.js +21 -21
- package/source/components/_common/TextField/FormTextField.styl +35 -35
- package/source/components/_common/TextField/FormTextField.tsx +54 -54
- package/source/components/_common/TextField/TextField.styl +37 -37
- package/source/components/_common/TextField/TextField.tsx +77 -77
- package/source/components/_common/TimePicker/TimePicker.story.js +37 -37
- package/source/components/_common/TimePicker/TimePicker.styl +22 -22
- package/source/components/_common/TimePicker/TimePicker.tsx +146 -146
- package/source/components/_common/Tooltip/Tooltip.story.js +28 -28
- package/source/components/_common/Tooltip/Tooltip.styl +117 -117
- package/source/components/_common/Tooltip/Tooltip.tsx +62 -62
- package/source/components/_common/UserMenu/MaterialMenu.story.js +56 -56
- package/source/components/_common/UserMenu/MaterialMenu.styled.tsx +74 -74
- package/source/components/_common/UserMenu/MaterialMenu.tsx +95 -95
- package/source/components/_common/UserMenu/MaterialMenuItem.tsx +52 -52
- package/source/components/_common/Usp/Usp.styl +78 -78
- package/source/components/_common/Usp/Usp.tsx +30 -30
- package/source/components/_common/VehicleSlider/VehicleSlider.story.js +99 -99
- package/source/components/_common/VehicleSlider/VehicleSlider.styl +62 -62
- package/source/components/_common/VehicleSlider/VehicleSlider.tsx +125 -125
- package/source/components/_common/VehicleSlider/VehicleSliderForSRL.tsx +170 -170
- package/source/components/_common/withLabel/withLabel.story.js +62 -62
- package/source/components/_common/withLabel/withLabel.styl +33 -33
- package/source/components/_common/withLabel/withLabel.tsx +44 -44
- package/source/components/_common/withPopover/withPopover.story.js +48 -48
- package/source/components/_common/withPopover/withPopover.story.styl +53 -53
- package/source/components/_common/withPopover/withPopover.styl +3 -3
- package/source/components/_common/withPopover/withPopover.tsx +88 -88
- package/source/components/_common/withStats/withStats.story.js +75 -75
- package/source/components/_common/withStats/withStats.styl +150 -150
- package/source/components/_common/withStats/withStats.tsx +185 -185
- package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.styl +54 -54
- package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.tsx +424 -424
- package/source/framework/DataTransformers.ts +80 -80
- package/source/framework/constants/RateSearchWidget.ts +15 -15
- package/source/framework/constants/Search.ts +290 -290
- package/source/framework/constants/SearchWidget.ts +108 -108
- package/source/framework/constants/app.ts +223 -223
- package/source/framework/constants/cars.ts +36 -36
- package/source/framework/constants/common.ts +31 -31
- package/source/framework/constants/data.ts +52 -52
- package/source/framework/constants/filters.ts +11 -11
- package/source/framework/constants/highlights.ts +165 -165
- package/source/framework/constants/price.ts +9 -9
- package/source/framework/constants/queryBuilder.ts +4 -4
- package/source/framework/constants/selectors.ts +38 -38
- package/source/framework/constants.ts +116 -116
- package/source/framework/data.ts +6 -6
- package/source/framework/factories/BreadcrumbsFactory.tsx +271 -271
- package/source/framework/factories/FactoryTypes.d.ts +30 -30
- package/source/framework/factories/FilterFactory.ts +364 -364
- package/source/framework/factories/ModalsFactory.tsx +11 -11
- package/source/framework/hooks/useModal.ts +13 -13
- package/source/framework/schemes/AggregationScheme.ts +73 -73
- package/source/framework/types/types.ts +336 -336
- package/source/framework/utils/CommonUtils.ts +566 -566
- package/source/framework/utils/CookieUtils.ts +61 -61
- package/source/framework/utils/DateUtils.ts +93 -93
- package/source/framework/utils/FiltersUtils.ts +234 -234
- package/source/framework/utils/RequestUtils.ts +20 -20
- package/source/framework/utils/StyledComponent.ts +2 -2
- package/source/framework/vehiclesProps/cbdSelectors.ts +117 -117
- package/source/framework/vehiclesProps/decoratedLightProps.tsx +345 -345
- package/source/framework/vehiclesProps/decoratedProps.tsx +1036 -1036
- package/source/framework/vehiclesProps/equipment.ts +129 -129
- package/source/framework/vehiclesProps/highlights.ts +54 -54
- package/source/framework/vehiclesProps/vehicleDetails.ts +329 -329
- package/source/globals.d.ts +18 -18
- package/source/locales/SearchDetailedPage.ts +205 -205
- package/source/locales/SearchPage.ts +224 -224
- package/source/locales/cbd.ts +719 -719
- package/source/locales/common.ts +109 -109
- package/source/locales/data.ts +1077 -1076
- package/source/locales/priceRating.ts +10 -10
- package/source/locales/sortingOptions.ts +21 -21
- package/source/theme/colors.styl +46 -46
- package/source/theme/mixins.styl +93 -93
- package/source/theme/priceReviewColors.styl +12 -12
- package/source/theme/selector_colors.styl +61 -61
- package/source/theme/slider.global.styl +3 -3
- package/source/theme/theme.styl +136 -136
- package/tsconfig.json +63 -63
- package/tslint.json +40 -40
- package/utils.ts +33 -33
package/source/locales/data.ts
CHANGED
|
@@ -1,1076 +1,1077 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import { cbd } from './cbd';
|
|
3
|
-
import { SearchDetailedPage } from './SearchDetailedPage';
|
|
4
|
-
import { common } from './common';
|
|
5
|
-
import { priceRating } from './priceRating';
|
|
6
|
-
import _get from 'lodash/get';
|
|
7
|
-
import { sortingOptions } from './sortingOptions';
|
|
8
|
-
import { transformDataForDecoratedCar } from '../framework/DataTransformers'
|
|
9
|
-
import moment from 'moment';
|
|
10
|
-
import { DELIVERY_PERIODS_EXTRA } from '../framework/constants';
|
|
11
|
-
import { getFormattedPrice } from '../framework/utils/CommonUtils';
|
|
12
|
-
|
|
13
|
-
export const vehicleProps = (car?: any, isOfferAvailable: boolean = true) => {
|
|
14
|
-
const vehicleOption = transformDataForDecoratedCar(car);
|
|
15
|
-
const humanViewTime = moment.unix(vehicleOption.availabilityFrom).format('DD.MM.YYYY');
|
|
16
|
-
const count: number = vehicleOption.deliveryPeriod &&
|
|
17
|
-
isOfferAvailable &&
|
|
18
|
-
vehicleOption.deliveryPeriod !== 'selector_unknown' ? +DELIVERY_PERIODS_EXTRA.find((period: any) => period.value === vehicleOption.deliveryPeriod).label : 0;
|
|
19
|
-
const monthsTo: number = moment.utc().diff(moment.utc().subtract(count, 'd'), 'M', true);
|
|
20
|
-
return {
|
|
21
|
-
...cbd,
|
|
22
|
-
title: {
|
|
23
|
-
financing: 'Finanzierung',
|
|
24
|
-
leasing: 'Leasing',
|
|
25
|
-
abo: 'Abo',
|
|
26
|
-
buy: 'Kaufen'
|
|
27
|
-
},
|
|
28
|
-
common: {
|
|
29
|
-
priceRating: {
|
|
30
|
-
...priceRating
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
priceReview: {
|
|
34
|
-
...priceRating
|
|
35
|
-
},
|
|
36
|
-
vehicleProps: {
|
|
37
|
-
promoSlider: {
|
|
38
|
-
consumptionCombined: `${vehicleOption.consumptionCombined}l/100km (komb)*`,
|
|
39
|
-
co2: `${vehicleOption.co2} g CO2/km (komb)*`,
|
|
40
|
-
new: 'neu'
|
|
41
|
-
},
|
|
42
|
-
value: {
|
|
43
|
-
mileage: `${vehicleOption.mileage} km`,
|
|
44
|
-
consumption: `${vehicleOption.consumptionCombined}l/100km`,
|
|
45
|
-
consumptionPower: `${vehicleOption.consumptionPowerCombined}kWh/100km`,
|
|
46
|
-
consumptionPowerCombined: `${vehicleOption.consumptionPowerCombined}kWh/100km (komb)*`,
|
|
47
|
-
consumptionGas: `${vehicleOption.consumptionCombined}kg/100km`,
|
|
48
|
-
consumptionCombined: `${vehicleOption.consumptionCombined}l/100km`,
|
|
49
|
-
power: `${vehicleOption.powerKW}\u00A0kW (${vehicleOption.powerPS}\u00A0PS)`,
|
|
50
|
-
powerAlternateView: `${vehicleOption.powerKW}\u00A0kW (${vehicleOption.powerPS}\u00A0PS)`,
|
|
51
|
-
powerPS: `${vehicleOption.powerPS} PS`,
|
|
52
|
-
deliveryPeriodMonths: `${Math.round(monthsTo)} Monat\nab Bestellung`,
|
|
53
|
-
deliveryPeriodDays: `${count} Tag\nab Bestellung`,
|
|
54
|
-
co2Combined: `${vehicleOption.co2}g CO2/km (komb)*`,
|
|
55
|
-
co2: `${vehicleOption.co2} g/km `,
|
|
56
|
-
na: 'N/A',
|
|
57
|
-
priceSub: '/mtl.',
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
'
|
|
87
|
-
'
|
|
88
|
-
'
|
|
89
|
-
'
|
|
90
|
-
'
|
|
91
|
-
'
|
|
92
|
-
'
|
|
93
|
-
'
|
|
94
|
-
'
|
|
95
|
-
'
|
|
96
|
-
'
|
|
97
|
-
'
|
|
98
|
-
'
|
|
99
|
-
'
|
|
100
|
-
'
|
|
101
|
-
'
|
|
102
|
-
'
|
|
103
|
-
'
|
|
104
|
-
'
|
|
105
|
-
'
|
|
106
|
-
'
|
|
107
|
-
'
|
|
108
|
-
'
|
|
109
|
-
'
|
|
110
|
-
'
|
|
111
|
-
'
|
|
112
|
-
'
|
|
113
|
-
'
|
|
114
|
-
'
|
|
115
|
-
'
|
|
116
|
-
'
|
|
117
|
-
'
|
|
118
|
-
'
|
|
119
|
-
'
|
|
120
|
-
'
|
|
121
|
-
'
|
|
122
|
-
'
|
|
123
|
-
'
|
|
124
|
-
'
|
|
125
|
-
'
|
|
126
|
-
'
|
|
127
|
-
'
|
|
128
|
-
'
|
|
129
|
-
'
|
|
130
|
-
'
|
|
131
|
-
'
|
|
132
|
-
'
|
|
133
|
-
'
|
|
134
|
-
'
|
|
135
|
-
'
|
|
136
|
-
'
|
|
137
|
-
'
|
|
138
|
-
'
|
|
139
|
-
'
|
|
140
|
-
'
|
|
141
|
-
'
|
|
142
|
-
'
|
|
143
|
-
'
|
|
144
|
-
'
|
|
145
|
-
'
|
|
146
|
-
'
|
|
147
|
-
'
|
|
148
|
-
'
|
|
149
|
-
'
|
|
150
|
-
'
|
|
151
|
-
'
|
|
152
|
-
'
|
|
153
|
-
'
|
|
154
|
-
'
|
|
155
|
-
'
|
|
156
|
-
'
|
|
157
|
-
'
|
|
158
|
-
'
|
|
159
|
-
'
|
|
160
|
-
'
|
|
161
|
-
'
|
|
162
|
-
'
|
|
163
|
-
'
|
|
164
|
-
'
|
|
165
|
-
'
|
|
166
|
-
'
|
|
167
|
-
'
|
|
168
|
-
'
|
|
169
|
-
'
|
|
170
|
-
'
|
|
171
|
-
'
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
'
|
|
236
|
-
'
|
|
237
|
-
'
|
|
238
|
-
'
|
|
239
|
-
'
|
|
240
|
-
'
|
|
241
|
-
'
|
|
242
|
-
'
|
|
243
|
-
'
|
|
244
|
-
'
|
|
245
|
-
'
|
|
246
|
-
'
|
|
247
|
-
'
|
|
248
|
-
'
|
|
249
|
-
'
|
|
250
|
-
'
|
|
251
|
-
'
|
|
252
|
-
'
|
|
253
|
-
'
|
|
254
|
-
'
|
|
255
|
-
'
|
|
256
|
-
'
|
|
257
|
-
'
|
|
258
|
-
'
|
|
259
|
-
'
|
|
260
|
-
'
|
|
261
|
-
'
|
|
262
|
-
'
|
|
263
|
-
'
|
|
264
|
-
'
|
|
265
|
-
'
|
|
266
|
-
'
|
|
267
|
-
'
|
|
268
|
-
'
|
|
269
|
-
'
|
|
270
|
-
'
|
|
271
|
-
'
|
|
272
|
-
'
|
|
273
|
-
'
|
|
274
|
-
'
|
|
275
|
-
'
|
|
276
|
-
'
|
|
277
|
-
'
|
|
278
|
-
'
|
|
279
|
-
'
|
|
280
|
-
'
|
|
281
|
-
'
|
|
282
|
-
'
|
|
283
|
-
'
|
|
284
|
-
'
|
|
285
|
-
'
|
|
286
|
-
'
|
|
287
|
-
'
|
|
288
|
-
'
|
|
289
|
-
'
|
|
290
|
-
'
|
|
291
|
-
'
|
|
292
|
-
'
|
|
293
|
-
'
|
|
294
|
-
'
|
|
295
|
-
'
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
};
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
const
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
};
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
const
|
|
355
|
-
const
|
|
356
|
-
const
|
|
357
|
-
const
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
const
|
|
363
|
-
const
|
|
364
|
-
const
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
...
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
'
|
|
377
|
-
'
|
|
378
|
-
'
|
|
379
|
-
'
|
|
380
|
-
'
|
|
381
|
-
'
|
|
382
|
-
'
|
|
383
|
-
'
|
|
384
|
-
'
|
|
385
|
-
'
|
|
386
|
-
'
|
|
387
|
-
'
|
|
388
|
-
'
|
|
389
|
-
'
|
|
390
|
-
'
|
|
391
|
-
'
|
|
392
|
-
'
|
|
393
|
-
'
|
|
394
|
-
'
|
|
395
|
-
'
|
|
396
|
-
'
|
|
397
|
-
'
|
|
398
|
-
'
|
|
399
|
-
'
|
|
400
|
-
'
|
|
401
|
-
'
|
|
402
|
-
'
|
|
403
|
-
'
|
|
404
|
-
'
|
|
405
|
-
'
|
|
406
|
-
'
|
|
407
|
-
'
|
|
408
|
-
'
|
|
409
|
-
'
|
|
410
|
-
'
|
|
411
|
-
'
|
|
412
|
-
'
|
|
413
|
-
'
|
|
414
|
-
'
|
|
415
|
-
'
|
|
416
|
-
'
|
|
417
|
-
'
|
|
418
|
-
'
|
|
419
|
-
'
|
|
420
|
-
'
|
|
421
|
-
'
|
|
422
|
-
'
|
|
423
|
-
'
|
|
424
|
-
'
|
|
425
|
-
'
|
|
426
|
-
'
|
|
427
|
-
'
|
|
428
|
-
'
|
|
429
|
-
'
|
|
430
|
-
'
|
|
431
|
-
'
|
|
432
|
-
'
|
|
433
|
-
'
|
|
434
|
-
'
|
|
435
|
-
'
|
|
436
|
-
'
|
|
437
|
-
'
|
|
438
|
-
'
|
|
439
|
-
'
|
|
440
|
-
'
|
|
441
|
-
'
|
|
442
|
-
'
|
|
443
|
-
'
|
|
444
|
-
'
|
|
445
|
-
'
|
|
446
|
-
'
|
|
447
|
-
'
|
|
448
|
-
'
|
|
449
|
-
'
|
|
450
|
-
'
|
|
451
|
-
'
|
|
452
|
-
'
|
|
453
|
-
'
|
|
454
|
-
'
|
|
455
|
-
'
|
|
456
|
-
'
|
|
457
|
-
'
|
|
458
|
-
'
|
|
459
|
-
'
|
|
460
|
-
'
|
|
461
|
-
'
|
|
462
|
-
'
|
|
463
|
-
'
|
|
464
|
-
'
|
|
465
|
-
'
|
|
466
|
-
'
|
|
467
|
-
'
|
|
468
|
-
'
|
|
469
|
-
'
|
|
470
|
-
'
|
|
471
|
-
'
|
|
472
|
-
'
|
|
473
|
-
'
|
|
474
|
-
'
|
|
475
|
-
'
|
|
476
|
-
'
|
|
477
|
-
'
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
'
|
|
482
|
-
'
|
|
483
|
-
'
|
|
484
|
-
'
|
|
485
|
-
'
|
|
486
|
-
'
|
|
487
|
-
'
|
|
488
|
-
'
|
|
489
|
-
'
|
|
490
|
-
'
|
|
491
|
-
'
|
|
492
|
-
'
|
|
493
|
-
'
|
|
494
|
-
'
|
|
495
|
-
'
|
|
496
|
-
'
|
|
497
|
-
'
|
|
498
|
-
'
|
|
499
|
-
'
|
|
500
|
-
'
|
|
501
|
-
'
|
|
502
|
-
'
|
|
503
|
-
'
|
|
504
|
-
'
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
'
|
|
509
|
-
'
|
|
510
|
-
'
|
|
511
|
-
'
|
|
512
|
-
'
|
|
513
|
-
'
|
|
514
|
-
'
|
|
515
|
-
'
|
|
516
|
-
'
|
|
517
|
-
'
|
|
518
|
-
'
|
|
519
|
-
'
|
|
520
|
-
'
|
|
521
|
-
'
|
|
522
|
-
'
|
|
523
|
-
'
|
|
524
|
-
'
|
|
525
|
-
'
|
|
526
|
-
'
|
|
527
|
-
'
|
|
528
|
-
'
|
|
529
|
-
'
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
'
|
|
535
|
-
'
|
|
536
|
-
|
|
537
|
-
'
|
|
538
|
-
'
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
'
|
|
542
|
-
'
|
|
543
|
-
'
|
|
544
|
-
'
|
|
545
|
-
'
|
|
546
|
-
|
|
547
|
-
'
|
|
548
|
-
'
|
|
549
|
-
'
|
|
550
|
-
'
|
|
551
|
-
'
|
|
552
|
-
'
|
|
553
|
-
'
|
|
554
|
-
'
|
|
555
|
-
'
|
|
556
|
-
'
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
'
|
|
560
|
-
'
|
|
561
|
-
|
|
562
|
-
'
|
|
563
|
-
'
|
|
564
|
-
'
|
|
565
|
-
'
|
|
566
|
-
'
|
|
567
|
-
'
|
|
568
|
-
'
|
|
569
|
-
'
|
|
570
|
-
'
|
|
571
|
-
'
|
|
572
|
-
'
|
|
573
|
-
'
|
|
574
|
-
'
|
|
575
|
-
'
|
|
576
|
-
'
|
|
577
|
-
'
|
|
578
|
-
'
|
|
579
|
-
'
|
|
580
|
-
'
|
|
581
|
-
'
|
|
582
|
-
'
|
|
583
|
-
'
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
'
|
|
588
|
-
'
|
|
589
|
-
'
|
|
590
|
-
'
|
|
591
|
-
'
|
|
592
|
-
'
|
|
593
|
-
'
|
|
594
|
-
'
|
|
595
|
-
'
|
|
596
|
-
'
|
|
597
|
-
'
|
|
598
|
-
'
|
|
599
|
-
'
|
|
600
|
-
'
|
|
601
|
-
'
|
|
602
|
-
'
|
|
603
|
-
'
|
|
604
|
-
'
|
|
605
|
-
'
|
|
606
|
-
'
|
|
607
|
-
'
|
|
608
|
-
'
|
|
609
|
-
'
|
|
610
|
-
'
|
|
611
|
-
'
|
|
612
|
-
'
|
|
613
|
-
'
|
|
614
|
-
'
|
|
615
|
-
'
|
|
616
|
-
'
|
|
617
|
-
'
|
|
618
|
-
'
|
|
619
|
-
'
|
|
620
|
-
'
|
|
621
|
-
'
|
|
622
|
-
'
|
|
623
|
-
'
|
|
624
|
-
'
|
|
625
|
-
'
|
|
626
|
-
'
|
|
627
|
-
'
|
|
628
|
-
'
|
|
629
|
-
'
|
|
630
|
-
'
|
|
631
|
-
'
|
|
632
|
-
'
|
|
633
|
-
'
|
|
634
|
-
'
|
|
635
|
-
'
|
|
636
|
-
'
|
|
637
|
-
'
|
|
638
|
-
'
|
|
639
|
-
'
|
|
640
|
-
'
|
|
641
|
-
'
|
|
642
|
-
'
|
|
643
|
-
'
|
|
644
|
-
'
|
|
645
|
-
'
|
|
646
|
-
'
|
|
647
|
-
'
|
|
648
|
-
'
|
|
649
|
-
'
|
|
650
|
-
'
|
|
651
|
-
'
|
|
652
|
-
'
|
|
653
|
-
'
|
|
654
|
-
'
|
|
655
|
-
'
|
|
656
|
-
'
|
|
657
|
-
'
|
|
658
|
-
'
|
|
659
|
-
'
|
|
660
|
-
'
|
|
661
|
-
'
|
|
662
|
-
'
|
|
663
|
-
'
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
'
|
|
668
|
-
'
|
|
669
|
-
'
|
|
670
|
-
'
|
|
671
|
-
'
|
|
672
|
-
'
|
|
673
|
-
'
|
|
674
|
-
'
|
|
675
|
-
'
|
|
676
|
-
'
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
'
|
|
681
|
-
'
|
|
682
|
-
'
|
|
683
|
-
'
|
|
684
|
-
'
|
|
685
|
-
'
|
|
686
|
-
'
|
|
687
|
-
'
|
|
688
|
-
'
|
|
689
|
-
'
|
|
690
|
-
'
|
|
691
|
-
'
|
|
692
|
-
'
|
|
693
|
-
'
|
|
694
|
-
'
|
|
695
|
-
'
|
|
696
|
-
'
|
|
697
|
-
'
|
|
698
|
-
'
|
|
699
|
-
'
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
'
|
|
704
|
-
'
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
'
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
'
|
|
716
|
-
'
|
|
717
|
-
'
|
|
718
|
-
'
|
|
719
|
-
'
|
|
720
|
-
'
|
|
721
|
-
'
|
|
722
|
-
'
|
|
723
|
-
'
|
|
724
|
-
'
|
|
725
|
-
'
|
|
726
|
-
'
|
|
727
|
-
'
|
|
728
|
-
'
|
|
729
|
-
'
|
|
730
|
-
'
|
|
731
|
-
'
|
|
732
|
-
'
|
|
733
|
-
'
|
|
734
|
-
'
|
|
735
|
-
'
|
|
736
|
-
'
|
|
737
|
-
'
|
|
738
|
-
'
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
};
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
'
|
|
750
|
-
'
|
|
751
|
-
'
|
|
752
|
-
'
|
|
753
|
-
'
|
|
754
|
-
'
|
|
755
|
-
'
|
|
756
|
-
'
|
|
757
|
-
'
|
|
758
|
-
'
|
|
759
|
-
'
|
|
760
|
-
'
|
|
761
|
-
'
|
|
762
|
-
'
|
|
763
|
-
'
|
|
764
|
-
'
|
|
765
|
-
'
|
|
766
|
-
'
|
|
767
|
-
'
|
|
768
|
-
'
|
|
769
|
-
'
|
|
770
|
-
'
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
'
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
};
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
};
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
'
|
|
794
|
-
'
|
|
795
|
-
'
|
|
796
|
-
'
|
|
797
|
-
'
|
|
798
|
-
'
|
|
799
|
-
'
|
|
800
|
-
'
|
|
801
|
-
'
|
|
802
|
-
'
|
|
803
|
-
'
|
|
804
|
-
'
|
|
805
|
-
'
|
|
806
|
-
'
|
|
807
|
-
'
|
|
808
|
-
'
|
|
809
|
-
'
|
|
810
|
-
'
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
'
|
|
816
|
-
'
|
|
817
|
-
'
|
|
818
|
-
'
|
|
819
|
-
'
|
|
820
|
-
'
|
|
821
|
-
'
|
|
822
|
-
'
|
|
823
|
-
'
|
|
824
|
-
'
|
|
825
|
-
'
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
}
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
'
|
|
837
|
-
'
|
|
838
|
-
'
|
|
839
|
-
'
|
|
840
|
-
'
|
|
841
|
-
'
|
|
842
|
-
'
|
|
843
|
-
'
|
|
844
|
-
'
|
|
845
|
-
'
|
|
846
|
-
'
|
|
847
|
-
'
|
|
848
|
-
'
|
|
849
|
-
'
|
|
850
|
-
'
|
|
851
|
-
'
|
|
852
|
-
'
|
|
853
|
-
'
|
|
854
|
-
'
|
|
855
|
-
'
|
|
856
|
-
'
|
|
857
|
-
'
|
|
858
|
-
'
|
|
859
|
-
'
|
|
860
|
-
'
|
|
861
|
-
'
|
|
862
|
-
'
|
|
863
|
-
'
|
|
864
|
-
'
|
|
865
|
-
'
|
|
866
|
-
'
|
|
867
|
-
'
|
|
868
|
-
'
|
|
869
|
-
'
|
|
870
|
-
'
|
|
871
|
-
'
|
|
872
|
-
'
|
|
873
|
-
'
|
|
874
|
-
'
|
|
875
|
-
'
|
|
876
|
-
'
|
|
877
|
-
'
|
|
878
|
-
'
|
|
879
|
-
'
|
|
880
|
-
'
|
|
881
|
-
'
|
|
882
|
-
'
|
|
883
|
-
'
|
|
884
|
-
'
|
|
885
|
-
'
|
|
886
|
-
'
|
|
887
|
-
'
|
|
888
|
-
'
|
|
889
|
-
'
|
|
890
|
-
'
|
|
891
|
-
'
|
|
892
|
-
'
|
|
893
|
-
'
|
|
894
|
-
'
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
'
|
|
900
|
-
'
|
|
901
|
-
'
|
|
902
|
-
'
|
|
903
|
-
'
|
|
904
|
-
'
|
|
905
|
-
'
|
|
906
|
-
'
|
|
907
|
-
'
|
|
908
|
-
'
|
|
909
|
-
'
|
|
910
|
-
'
|
|
911
|
-
'
|
|
912
|
-
'
|
|
913
|
-
'
|
|
914
|
-
'
|
|
915
|
-
'
|
|
916
|
-
'
|
|
917
|
-
'
|
|
918
|
-
'
|
|
919
|
-
'
|
|
920
|
-
'
|
|
921
|
-
'
|
|
922
|
-
'
|
|
923
|
-
'
|
|
924
|
-
'
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
};
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
'
|
|
949
|
-
'
|
|
950
|
-
'
|
|
951
|
-
'
|
|
952
|
-
'
|
|
953
|
-
'
|
|
954
|
-
'
|
|
955
|
-
'
|
|
956
|
-
'
|
|
957
|
-
'
|
|
958
|
-
'
|
|
959
|
-
'
|
|
960
|
-
'
|
|
961
|
-
'
|
|
962
|
-
'
|
|
963
|
-
'
|
|
964
|
-
'
|
|
965
|
-
'
|
|
966
|
-
'
|
|
967
|
-
'
|
|
968
|
-
'
|
|
969
|
-
'
|
|
970
|
-
'
|
|
971
|
-
'
|
|
972
|
-
'
|
|
973
|
-
'
|
|
974
|
-
'
|
|
975
|
-
'
|
|
976
|
-
'
|
|
977
|
-
'
|
|
978
|
-
'
|
|
979
|
-
'
|
|
980
|
-
'
|
|
981
|
-
'
|
|
982
|
-
'
|
|
983
|
-
'
|
|
984
|
-
'
|
|
985
|
-
'
|
|
986
|
-
'
|
|
987
|
-
'
|
|
988
|
-
'
|
|
989
|
-
'
|
|
990
|
-
'
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
};
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
};
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
'
|
|
1027
|
-
'
|
|
1028
|
-
'
|
|
1029
|
-
'
|
|
1030
|
-
|
|
1031
|
-
}
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
'
|
|
1038
|
-
'
|
|
1039
|
-
'
|
|
1040
|
-
'
|
|
1041
|
-
'
|
|
1042
|
-
'
|
|
1043
|
-
'
|
|
1044
|
-
'
|
|
1045
|
-
'
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
}
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
'
|
|
1055
|
-
'
|
|
1056
|
-
'
|
|
1057
|
-
'
|
|
1058
|
-
'
|
|
1059
|
-
'
|
|
1060
|
-
'
|
|
1061
|
-
'
|
|
1062
|
-
'
|
|
1063
|
-
'
|
|
1064
|
-
'
|
|
1065
|
-
'
|
|
1066
|
-
'
|
|
1067
|
-
'
|
|
1068
|
-
'
|
|
1069
|
-
'
|
|
1070
|
-
'
|
|
1071
|
-
'
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import { cbd } from './cbd';
|
|
3
|
+
import { SearchDetailedPage } from './SearchDetailedPage';
|
|
4
|
+
import { common } from './common';
|
|
5
|
+
import { priceRating } from './priceRating';
|
|
6
|
+
import _get from 'lodash/get';
|
|
7
|
+
import { sortingOptions } from './sortingOptions';
|
|
8
|
+
import { transformDataForDecoratedCar } from '../framework/DataTransformers'
|
|
9
|
+
import moment from 'moment';
|
|
10
|
+
import { DELIVERY_PERIODS_EXTRA } from '../framework/constants';
|
|
11
|
+
import { getFormattedPrice } from '../framework/utils/CommonUtils';
|
|
12
|
+
|
|
13
|
+
export const vehicleProps = (car?: any, isOfferAvailable: boolean = true) => {
|
|
14
|
+
const vehicleOption = transformDataForDecoratedCar(car);
|
|
15
|
+
const humanViewTime = moment.unix(vehicleOption.availabilityFrom).format('DD.MM.YYYY');
|
|
16
|
+
const count: number = vehicleOption.deliveryPeriod &&
|
|
17
|
+
isOfferAvailable &&
|
|
18
|
+
vehicleOption.deliveryPeriod !== 'selector_unknown' ? +DELIVERY_PERIODS_EXTRA.find((period: any) => period.value === vehicleOption.deliveryPeriod).label : 0;
|
|
19
|
+
const monthsTo: number = moment.utc().diff(moment.utc().subtract(count, 'd'), 'M', true);
|
|
20
|
+
return {
|
|
21
|
+
...cbd,
|
|
22
|
+
title: {
|
|
23
|
+
financing: 'Finanzierung',
|
|
24
|
+
leasing: 'Leasing',
|
|
25
|
+
abo: 'Abo',
|
|
26
|
+
buy: 'Kaufen'
|
|
27
|
+
},
|
|
28
|
+
common: {
|
|
29
|
+
priceRating: {
|
|
30
|
+
...priceRating
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
priceReview: {
|
|
34
|
+
...priceRating
|
|
35
|
+
},
|
|
36
|
+
vehicleProps: {
|
|
37
|
+
promoSlider: {
|
|
38
|
+
consumptionCombined: `${vehicleOption.consumptionCombined}l/100km (komb)*`,
|
|
39
|
+
co2: `${vehicleOption.co2} g CO2/km (komb)*`,
|
|
40
|
+
new: 'neu'
|
|
41
|
+
},
|
|
42
|
+
value: {
|
|
43
|
+
mileage: `${vehicleOption.mileage} km`,
|
|
44
|
+
consumption: `${vehicleOption.consumptionCombined}l/100km`,
|
|
45
|
+
consumptionPower: `${vehicleOption.consumptionPowerCombined}kWh/100km`,
|
|
46
|
+
consumptionPowerCombined: `${vehicleOption.consumptionPowerCombined}kWh/100km (komb)*`,
|
|
47
|
+
consumptionGas: `${vehicleOption.consumptionCombined}kg/100km`,
|
|
48
|
+
consumptionCombined: `${vehicleOption.consumptionCombined}l/100km`,
|
|
49
|
+
power: `${vehicleOption.powerKW}\u00A0kW (${vehicleOption.powerPS}\u00A0PS)`,
|
|
50
|
+
powerAlternateView: `${vehicleOption.powerKW}\u00A0kW (${vehicleOption.powerPS}\u00A0PS)`,
|
|
51
|
+
powerPS: `${vehicleOption.powerPS} PS`,
|
|
52
|
+
deliveryPeriodMonths: `${Math.round(monthsTo)} Monat\nab Bestellung`,
|
|
53
|
+
deliveryPeriodDays: `${count} Tag\nab Bestellung`,
|
|
54
|
+
co2Combined: `${vehicleOption.co2}g CO2/km (komb)*`,
|
|
55
|
+
co2: `${vehicleOption.co2} g/km `,
|
|
56
|
+
na: 'N/A',
|
|
57
|
+
priceSub: '/mtl.',
|
|
58
|
+
priceSubMtl: '/mtl.',
|
|
59
|
+
prefixOldPrice: 'ab',
|
|
60
|
+
vehicleOwners: `${vehicleOption.vehicleOwners} Fahrzeughalter`,
|
|
61
|
+
vehicleOwners_plural: `${count} Fahrzeughalter`,
|
|
62
|
+
doorsOnly: `${vehicleOption.doorsOnly} Türen`,
|
|
63
|
+
fromDate: `Ab ${humanViewTime}`,
|
|
64
|
+
cylinders: 'Zylinder',
|
|
65
|
+
cubicCapacity: 'Hubraum',
|
|
66
|
+
torque: `${vehicleOption.torque} Nm`,
|
|
67
|
+
accidentFree: 'Unfallfrei',
|
|
68
|
+
damaged: 'Beschädigt',
|
|
69
|
+
newCar: 'Neuwagen',
|
|
70
|
+
width: `${getFormattedPrice(vehicleOption.width)} mm`,
|
|
71
|
+
height: `${getFormattedPrice(vehicleOption.height)} mm`,
|
|
72
|
+
length: `${getFormattedPrice(vehicleOption.length)} mm`,
|
|
73
|
+
base: `${getFormattedPrice(vehicleOption.base)} mm`,
|
|
74
|
+
topSpeed: `${vehicleOption.topSpeed} km/h`,
|
|
75
|
+
fuelCapacity: `${getFormattedPrice(vehicleOption.fuelCapacity)} l`,
|
|
76
|
+
maximumWeightCapacity: `${getFormattedPrice(vehicleOption.maximumWeightCapacity)} l`,
|
|
77
|
+
tareWeight: `${getFormattedPrice(vehicleOption.tareWeight)} kg`,
|
|
78
|
+
bootCapacity: `${vehicleOption.bootCapacity} l`,
|
|
79
|
+
capacityLoad: `${vehicleOption.capacityLoad} l`,
|
|
80
|
+
no: 'Nein',
|
|
81
|
+
yes: 'Ja',
|
|
82
|
+
batteryCapacity: `${vehicleOption.batteryCapacity} kWh`,
|
|
83
|
+
|
|
84
|
+
},
|
|
85
|
+
title: {
|
|
86
|
+
'addOfferToMainSlide': 'Zum Schieberegler hinzufügen',
|
|
87
|
+
'toOffer': 'zum Angebot',
|
|
88
|
+
'financing': 'Finanzierung',
|
|
89
|
+
'leasing': 'Leasing',
|
|
90
|
+
'abo': 'Abo',
|
|
91
|
+
'overview': 'ÜBERBLICK',
|
|
92
|
+
'highlights': 'HIGHLIGHTS',
|
|
93
|
+
'vehicleDetails': 'FAHRZEUGDETAILS',
|
|
94
|
+
'fuel': 'Kraftstoffe',
|
|
95
|
+
'cylinders': 'Zylinder',
|
|
96
|
+
'batteryCapacityTitle': 'Batteriekapazität',
|
|
97
|
+
'chargingDuration230V': 'Ladedauer (230V-Steckdose)',
|
|
98
|
+
'chargingDurationMaxSpeed': 'Ladedauer (max. Geschwindigkeit)',
|
|
99
|
+
'batteryChargerType': 'Steckerformat',
|
|
100
|
+
'batteryRangeElectric': 'Reichweite (rein elektrisch)',
|
|
101
|
+
'rangeHydrogen': 'Reichweite Wasserstoff',
|
|
102
|
+
'cubicCapacity': 'Hubraum',
|
|
103
|
+
'power': 'Leistung',
|
|
104
|
+
'torque': 'Drehmoment',
|
|
105
|
+
'acceleration': 'Beschleunigung',
|
|
106
|
+
'topSpeed': 'Höchstgeschwindigkeit',
|
|
107
|
+
'transmission': 'Getriebe',
|
|
108
|
+
'driveType': 'Antrieb',
|
|
109
|
+
'fuelCapacity': 'Tankvolumen',
|
|
110
|
+
'category': 'Fahrteugkategorie',
|
|
111
|
+
'length': 'Länge',
|
|
112
|
+
'width': 'Breite',
|
|
113
|
+
'height': 'Höhe',
|
|
114
|
+
'base': 'Radstand',
|
|
115
|
+
'loadingVolume': 'Ladevolumen',
|
|
116
|
+
'bootCapacity': 'Kofferraumvolumen',
|
|
117
|
+
'doors': 'Türen',
|
|
118
|
+
'seats': 'Sitze',
|
|
119
|
+
'tare': 'Leergewicht',
|
|
120
|
+
'maximumWeight': 'Zulässiges Gesamtgewicht',
|
|
121
|
+
'trailerLoadBraked': 'Anhängelast \r\n(gebremst)',
|
|
122
|
+
'trailerLoadUnbraked': 'Anhängelast \r\n(ungebremst)',
|
|
123
|
+
'consumptionInner': 'Verbrauch innerorts',
|
|
124
|
+
'consumptionOuter': 'Verbrauch außerorts',
|
|
125
|
+
'сonsumptionCombined': 'Verbrauch (komb.)*',
|
|
126
|
+
'consumptionHydrogenInner': 'Wasserstoffverbrauch, Innerorts',
|
|
127
|
+
'consumptionHydrogenOuter': 'Wasserstoffverbrauch, Außerorts',
|
|
128
|
+
'consumptionHydrogenCombined': 'Wasserstoffverbrauch, Kombiniert',
|
|
129
|
+
'consumptionGasInner': 'Gasverbrauch, Innerorts',
|
|
130
|
+
'consumptionGasOuter': 'Gasverbrauch, Außerorts',
|
|
131
|
+
'consumptionGasCombined': 'Gasverbrauch, Kombiniert',
|
|
132
|
+
'consumptionPowerInner': 'Stromverbrauch, Innerorts',
|
|
133
|
+
'consumptionPowerOuter': 'Stromverbrauch, Außerorts',
|
|
134
|
+
'consumptionPowerCombined': 'Stromverbrauch, Kombiniert',
|
|
135
|
+
'co2': 'CO2-Ausstoß (komb.)*',
|
|
136
|
+
'emissionClass': 'Emissionsklasse',
|
|
137
|
+
'emissionsSticker': 'Feinstaubplakette',
|
|
138
|
+
'energyEfficiencyClass': 'CO-2-Effizienz',
|
|
139
|
+
'subTitle': '*Auf der Grundlage der gemessenen CO-2 Emissionen unter Berücksichtigung der Masse des Fahrzeugs ermittelt.',
|
|
140
|
+
'offerAvailability': 'Verfügbarkeit',
|
|
141
|
+
'lastTechnicalService': 'Hauptuntersuchung',
|
|
142
|
+
'generalInspection': 'Hauptuntersuchung',
|
|
143
|
+
'сondition': 'Fahrzeugzustand',
|
|
144
|
+
'numberOfPreviousOwners': 'Fahrzeughalter',
|
|
145
|
+
'guarantee': 'Garantie',
|
|
146
|
+
'maintenanceGuide': 'Scheckheft gepflegt',
|
|
147
|
+
'nonSmokingVehicle': 'Nichtraucherfahrzeug',
|
|
148
|
+
'manufacturerColorName': 'Farbe (Hersteller)',
|
|
149
|
+
'colour': 'Farbe',
|
|
150
|
+
'appointmentsColor': 'Ausstattungsfarbe',
|
|
151
|
+
'interiorType': 'Innenausstattung',
|
|
152
|
+
'assistanceSystems': 'Assistenzsysteme',
|
|
153
|
+
'parkingAid': 'Einparkhilfe',
|
|
154
|
+
'airConditioning': 'Klimatisierung',
|
|
155
|
+
'heater': 'Heizung',
|
|
156
|
+
'multimedia': 'Multimedia',
|
|
157
|
+
'steeringWheel': 'Lenkrad',
|
|
158
|
+
'light': 'Licht',
|
|
159
|
+
'slices': 'Scheiben',
|
|
160
|
+
'mirror': 'Spiegel',
|
|
161
|
+
'wheelsLandingGear': 'Räder | Fahrwerk',
|
|
162
|
+
'extras': 'Extras',
|
|
163
|
+
'makeModel': 'Marke, Modell',
|
|
164
|
+
'firstRegistration': 'Erstzulassung',
|
|
165
|
+
'mileage': 'Kilometerstand',
|
|
166
|
+
'consumptionAndCo2': 'Kraftstoffverbrauch*',
|
|
167
|
+
'monthlyFrom': 'monatlich ab',
|
|
168
|
+
'buy': 'Kaufen',
|
|
169
|
+
'financingDescription': 'Bei der Finanzierung zahlen Sie lediglich die Zinsen des Darlehens und einen geringen Tilgungsanteil. Zum Vertragsende können Sie entscheiden, ob Sie den Restbetrag ablösen oder weiter finanzieren wollen.',
|
|
170
|
+
'leasingDescription': 'Beim Leasing zahlen Sie lediglich die Zinsen des Darlehens und einen geringen Tilgungsanteil. Zum Vertragsende geben Sie das Auto einfach wieder zurück.',
|
|
171
|
+
'aboDescription': 'Bei diesem Auto-Abo ist bereits alles an Bord. Teil- und Vollkasko sowie Haftpflicht sind inklusive, ebenso wie Wartungs- und Verschleißreparaturen. Sie zahlen also nur Ihre Rate und Kraftstoff.',
|
|
172
|
+
'buyDescription': 'Nach Kaufabschluss haben Sie die sofortigen Eigentumsrechte und keine Finanzierungskosten. Als Eigentümer können Sie Ihr Fahrzeug zu eigenen Konditionen weiter verkaufen und Änderungen vornehmen.'
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
sidebar: {
|
|
176
|
+
overview: 'überblick',
|
|
177
|
+
highlights: 'HIGHLIGHTS',
|
|
178
|
+
details: 'Details',
|
|
179
|
+
adjustRate: 'Rate anpassen',
|
|
180
|
+
aboRate: 'Abo anpassen',
|
|
181
|
+
serviceProducts: 'Serviceprodukte',
|
|
182
|
+
vat: `inkl. ${vehicleOption.vatRate}% MwSt.`,
|
|
183
|
+
reservations: 'Reservieren',
|
|
184
|
+
requestOffer: 'Angebot anfragen',
|
|
185
|
+
requestFinancing: 'Jetzt finanzierung anfragen',
|
|
186
|
+
successfullyRequested: 'Erfolgreich angefragt',
|
|
187
|
+
callUp: 'Anrufen',
|
|
188
|
+
dataEngine: 'Daten Motor',
|
|
189
|
+
dimensions: 'Maße & Abmessungen',
|
|
190
|
+
equipments: 'Ausstattung',
|
|
191
|
+
generalData: 'Allgemeine Daten',
|
|
192
|
+
monthly: '/Monat',
|
|
193
|
+
insteadOf: 'statt',
|
|
194
|
+
empty: 'Keine Daten',
|
|
195
|
+
financingBlock: {
|
|
196
|
+
purchase: 'PKW-Ankauf',
|
|
197
|
+
deposit: 'Anzahlung',
|
|
198
|
+
runningTime: 'Laufzeit',
|
|
199
|
+
mileage: 'Laufleistung',
|
|
200
|
+
prefixPrice: 'ab',
|
|
201
|
+
financingDetalis: 'Finanzierungsdetails',
|
|
202
|
+
leasingDetalis: 'Leasingdetails',
|
|
203
|
+
abonementsDetails: 'Abonements details',
|
|
204
|
+
month: 'Monate',
|
|
205
|
+
km: 'km'
|
|
206
|
+
},
|
|
207
|
+
financingDetalis: {
|
|
208
|
+
creditAgency: 'Finanzierungsinstitut',
|
|
209
|
+
financing: 'Finanzierungsart',
|
|
210
|
+
loanAgreement: 'Kreditvertrag mit Kaufoption',
|
|
211
|
+
month: '{{month}} Monate',
|
|
212
|
+
exampleOfFinance: 'Finanzierungsbeispiel',
|
|
213
|
+
vat: '(alle Angaben inkl. 19,0 % MwSt.)',
|
|
214
|
+
contractPeriod: 'Vertragslaufzeit',
|
|
215
|
+
monthlyPayment: '48 Monatsraten zu je',
|
|
216
|
+
onetimeSpecialPayment: 'Anzahlung',
|
|
217
|
+
finalPayment: 'Schlusszahlung',
|
|
218
|
+
amountWithPurchase: 'Preis bei Ausübung der Kaufoption',
|
|
219
|
+
totalAmount: 'Gesamtbetrag',
|
|
220
|
+
amountWithoutPurchase: 'Gesamtbetrag ohne Ausübung der Kaufoption',
|
|
221
|
+
debitInterestRatePerYear: 'Sollzinssatz pro Jahr',
|
|
222
|
+
effectiveInterestRate: 'Effektiver Jahreszins',
|
|
223
|
+
netLoanAmount: 'Nettodarlehensbetrag (Anschaffungspreis)',
|
|
224
|
+
listPrice: 'Listenpreis / Marktpreis',
|
|
225
|
+
creditworthinessProvided: 'Bonität vorausgesetzt. Dies ist ein Berechnungsbeispiel nach Ihren Angaben. Andere Finanzierungswünsche sind möglich.',
|
|
226
|
+
included: 'inkl. Kosten Anlieferung oder Abholung.',
|
|
227
|
+
bound: 'Gebunden für die gesamte Vertragslaufzeit.',
|
|
228
|
+
description: '2/3 aller Kunden erhalten: Nettodarlehensbetrag {{netLoanAmount}} €, Effektiver Jahreszins {{annualPercentageRate}}%, Fester Sollzins p.a. {{nominalInterestRate}}%, Monatliche Rate {{monthlyInstallment}}€, Gesamtbetrag {{grossLoanAmount}}€',
|
|
229
|
+
conclude: 'Schließen',
|
|
230
|
+
openFinancingDetails: 'Finanzierungsdetails einblenden',
|
|
231
|
+
hideFinancingDetails: 'Finanzierungsdetails ausblenden'
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
accordion: {
|
|
235
|
+
'captionOverview': 'ÜBERBLICK',
|
|
236
|
+
'captionHighlights': 'HIGHLIGHTS',
|
|
237
|
+
'captionVehicleDetails': 'FAHRZEUGDETAILS',
|
|
238
|
+
'tableEngine': 'Daten Motor und Getriebe',
|
|
239
|
+
'tableDimensions': 'Maße und Abmessungen',
|
|
240
|
+
'tableEnvironment': 'Umwelt',
|
|
241
|
+
'tableAvailability': 'Zustand und Verfügbarkeit',
|
|
242
|
+
'tableMaterial': 'Farbe und Material',
|
|
243
|
+
'tableEqipment': 'Ausstattung',
|
|
244
|
+
'captionFuels': 'Kraftstoffe',
|
|
245
|
+
'captionCylinder': 'Zylinder/-anordnung',
|
|
246
|
+
'captionCapacity': 'Hubraum',
|
|
247
|
+
'captionPower': 'Leistung',
|
|
248
|
+
'captionTorque': 'Drehmoment',
|
|
249
|
+
'captionAcceleration': 'Beschleunigung',
|
|
250
|
+
'captionTopspeed': 'Höchstgeschwindigkeit',
|
|
251
|
+
'captionTransmission': 'Getriebe',
|
|
252
|
+
'captionDrive': 'Antrieb',
|
|
253
|
+
'captionTankcapacity': 'Tankvolumen',
|
|
254
|
+
'captionLength': 'Länge',
|
|
255
|
+
'captionWidth': 'Breite',
|
|
256
|
+
'captionHeight': 'Höhe',
|
|
257
|
+
'captionWheelBase': 'Radstand',
|
|
258
|
+
'captionLoadingVolume': 'Ladevolume',
|
|
259
|
+
'captionBootCapacity': 'Kofferraumvolumen',
|
|
260
|
+
'captionDoors': 'Türen',
|
|
261
|
+
'captionSeats': 'Sitze',
|
|
262
|
+
'captionTare': 'Leergewicht',
|
|
263
|
+
'captionMaximumWeight': 'Zulässiges Gesamtgewicht',
|
|
264
|
+
'captionTrailerLoadBraked': 'Anhängelast (gebremst)',
|
|
265
|
+
'captionTrailerLoadUnbraked': 'Anhängelast (ungebremst)',
|
|
266
|
+
'captionConsumptionInTown': 'Verbrauch innerorts',
|
|
267
|
+
'captionConsumptionOutOfTown': 'Verbrauch außerorts',
|
|
268
|
+
'captionConsumptionCom': 'Verbrauch (komb.)*',
|
|
269
|
+
'captionCo2EmissionsCom': 'CO2-Ausstoß (komb.)*',
|
|
270
|
+
'captionEmissionClass': 'Emissionsklasse',
|
|
271
|
+
'captionEmissionsSticker': 'Feinstaubplakette',
|
|
272
|
+
'captionCo2Efficiency': 'CO-2-Effizienz',
|
|
273
|
+
'captionSubTitle': '*Auf der Grundlage der gemessenen CO-2 Emissionen unter Berücksichtigung der Masse des Fahrzeugs ermittelt.',
|
|
274
|
+
'captionAvailability': 'Verfügbarkeit',
|
|
275
|
+
'captionGeneralInspection': 'Hauptuntersuchung',
|
|
276
|
+
'captionVehicleCondition': 'Fahrzeugzustand',
|
|
277
|
+
'captionVehicleOwners': 'Fahrzeughalter',
|
|
278
|
+
'captionGuarantee': 'Garantie',
|
|
279
|
+
'captionMaintenanceGuide': 'Scheckheft gepflegt',
|
|
280
|
+
'captionNonSmokingVehicle': 'Nichtraucherfahrzeug',
|
|
281
|
+
'captionColorManufacturer': 'Farbe (Hersteller)',
|
|
282
|
+
'captionColour': 'Farbe',
|
|
283
|
+
'captionAppointmentsColor': 'Ausstattungsfarbe',
|
|
284
|
+
'captionInteriorDecoration': 'Innenausstattung',
|
|
285
|
+
'captionAssistanceSystems': 'Assistenzsysteme',
|
|
286
|
+
'captionAirbags': 'Airbags',
|
|
287
|
+
'captionParkingAid': 'Einparkhilfe',
|
|
288
|
+
'captionAirConditioning': 'Klimatisierung',
|
|
289
|
+
'captionHeater': 'Heizung',
|
|
290
|
+
'captionMultimedia': 'Multimedia',
|
|
291
|
+
'captionSteeringWheel': 'Lenkrad',
|
|
292
|
+
'captionLight': 'Licht',
|
|
293
|
+
'captionSlices': 'Scheiben',
|
|
294
|
+
'captionMirror': 'Spiegel',
|
|
295
|
+
'captionWheelsLandingGear': 'Räder | Fahrwerk',
|
|
296
|
+
'captionExtras': 'Extras',
|
|
297
|
+
}
|
|
298
|
+
};
|
|
299
|
+
};
|
|
300
|
+
|
|
301
|
+
export const searchTopBarTranslate = (resultsCount?: number) => {
|
|
302
|
+
const resultsCountToLocale = resultsCount && resultsCount.toLocaleString('de');
|
|
303
|
+
return {
|
|
304
|
+
...sortingOptions,
|
|
305
|
+
resultsCount: `${resultsCountToLocale} Angebote`,
|
|
306
|
+
resultsText: 'stimmen mit Ihren Suchkriterien überein',
|
|
307
|
+
sortingPlaceholder: 'sortieren',
|
|
308
|
+
saveSearch: {
|
|
309
|
+
label: 'Suche speichern',
|
|
310
|
+
saveSuccess: 'Ihre Suche wurde erfolgreich gespeichert.',
|
|
311
|
+
saveError: 'Ihre Suche konnte nicht gespeichert werden. Versuchen Sie es später erneut.'
|
|
312
|
+
},
|
|
313
|
+
}
|
|
314
|
+
};
|
|
315
|
+
|
|
316
|
+
export const paginationTranslate = () => {
|
|
317
|
+
return {
|
|
318
|
+
common: {
|
|
319
|
+
goBack: 'zurück',
|
|
320
|
+
goForward: 'weiter'
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
};
|
|
324
|
+
|
|
325
|
+
export const VehicleDetailedSliderTranslate = (statsData: any) => {
|
|
326
|
+
const totalFavCount = _get(statsData, 'totalFavCount', null);
|
|
327
|
+
const slidingCarImpCount = _get(statsData, 'slidingCarImpCount', null);
|
|
328
|
+
return {
|
|
329
|
+
slider: {
|
|
330
|
+
topPrices: 'Top-Preise',
|
|
331
|
+
comingSoon: 'Demnächst',
|
|
332
|
+
firstPicture: 'Erstes Bild',
|
|
333
|
+
currentSlide: 'von',
|
|
334
|
+
fullScreen: 'Vollbild',
|
|
335
|
+
exterior: 'Außen',
|
|
336
|
+
interior: 'Innen',
|
|
337
|
+
comparableCars: 'Vergleichbare Autos',
|
|
338
|
+
comparableCarsMobile: 'Vergleichbare Autos',
|
|
339
|
+
othersLooked: 'Andere haben ebenso angeschaut',
|
|
340
|
+
saveCarAsFavorites: `${totalFavCount} Favoriten`,
|
|
341
|
+
customersLookingTheCar: `${slidingCarImpCount} Ansichten`,
|
|
342
|
+
checked: 'geprüft',
|
|
343
|
+
easy: 'einfach',
|
|
344
|
+
safe: 'sicher',
|
|
345
|
+
toBuy: 'kaufen',
|
|
346
|
+
callForFree: 'kostenfrei anrufen',
|
|
347
|
+
save: 'sparen',
|
|
348
|
+
new: 'neu'
|
|
349
|
+
}
|
|
350
|
+
};
|
|
351
|
+
};
|
|
352
|
+
|
|
353
|
+
export const SearchPage = (chip?: any) => {
|
|
354
|
+
const filterKey = _get(chip, 'filterKey');
|
|
355
|
+
const monthlyInstallmentFrom = _get(chip, 'filterValue.monthlyInstallmentFrom');
|
|
356
|
+
const monthlyInstallmentTo = _get(chip, 'filterValue.monthlyInstallmentTo');
|
|
357
|
+
const firstInstallment = _get(chip, 'filterValue.firstInstallment');
|
|
358
|
+
const paybackPeriod = _get(chip, 'filterValue.paybackPeriod');
|
|
359
|
+
let fromToWithInfo = '';
|
|
360
|
+
switch (filterKey) {
|
|
361
|
+
case 'CONSUMPTION':
|
|
362
|
+
const fromValue = Number(chip.filterValue.from).toLocaleString('de');
|
|
363
|
+
const toValue = Number(chip.filterValue.to).toLocaleString('de');
|
|
364
|
+
const newFromValue: any = (fromValue === 'NaN') ? '1' : fromValue;
|
|
365
|
+
const newToValue: any = (toValue === 'NaN') ? '18' : toValue;
|
|
366
|
+
fromToWithInfo = `${newFromValue} - ${newToValue}`;
|
|
367
|
+
break;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
return {
|
|
371
|
+
...cbd,
|
|
372
|
+
...SearchDetailedPage,
|
|
373
|
+
common,
|
|
374
|
+
addManufacturerAndModel: 'weitere Fahrzeuge hinzufügen',
|
|
375
|
+
filters: {
|
|
376
|
+
'highlights': 'Highlights',
|
|
377
|
+
'moreCriteria': 'mehr Kriterien',
|
|
378
|
+
'rateTitle': 'Monatsrate',
|
|
379
|
+
'all': 'Alle',
|
|
380
|
+
'first_registration': 'Erstzulassung',
|
|
381
|
+
'first_registration_from': 'EZ von',
|
|
382
|
+
'first_registration_to': 'EZ bis',
|
|
383
|
+
'rate': 'Rate',
|
|
384
|
+
'price': 'Preis',
|
|
385
|
+
'price_from': 'Preis von',
|
|
386
|
+
'price_to': 'Preis bis',
|
|
387
|
+
'mileage': 'Kilometerstand',
|
|
388
|
+
'mileage_from': 'Kilometer von',
|
|
389
|
+
'mileage_to': 'Kilometer bis',
|
|
390
|
+
'power_from': 'Leistung von',
|
|
391
|
+
'power_to': 'Leistung bis',
|
|
392
|
+
'power': 'Leistung in {{value}}',
|
|
393
|
+
'interiorColor': 'Polsterfarbe',
|
|
394
|
+
'interiorMaterial': 'Polstermaterial',
|
|
395
|
+
'consumption': 'Verbrauch',
|
|
396
|
+
'consumptionShort': 'Kraftstoffverbrauch',
|
|
397
|
+
'consumption_to': 'Verbrauch (komb.) bis',
|
|
398
|
+
'FUEL': 'Kraftstoffart',
|
|
399
|
+
'TRANSMISSION': 'Getriebe',
|
|
400
|
+
'DRIVE_TYPE': 'Antrieb',
|
|
401
|
+
'CUBIC_CAPACITY': 'Hubraum (ccm)',
|
|
402
|
+
'CUBIC_CAPACITY_from': 'Hubraum von',
|
|
403
|
+
'CUBIC_CAPACITY_to': 'Hubraum bis',
|
|
404
|
+
'any': 'Alle',
|
|
405
|
+
'from': 'von',
|
|
406
|
+
'to': 'bis',
|
|
407
|
+
'bodyColor': 'Außenfarbe',
|
|
408
|
+
'metallic': 'Metallic',
|
|
409
|
+
'selector_top_price': 'Bestpreis',
|
|
410
|
+
'selector_good_price': 'Guter Preis',
|
|
411
|
+
'selector_fair_price': 'Fairer Preis',
|
|
412
|
+
'selector_increased_price': 'Erhöhter Preis',
|
|
413
|
+
'selector_high_price': 'Hoher Preis',
|
|
414
|
+
'selector_no_rating': 'Keine Bewertung',
|
|
415
|
+
'vatReportable': 'MwSt. ausweisbar',
|
|
416
|
+
'onlineSince': 'Online seit',
|
|
417
|
+
'numberOfDoors': 'Anzahl Türen',
|
|
418
|
+
'seats': 'Sitzplätze',
|
|
419
|
+
'seats_from': 'Sitzplätze von',
|
|
420
|
+
'seats_to': 'Sitzplätze bis',
|
|
421
|
+
'fuel': 'Kraftstoffart',
|
|
422
|
+
'priceTitle': 'Preis in {{currency}}',
|
|
423
|
+
'drive': 'Antrieb',
|
|
424
|
+
'transmission': 'Getriebe',
|
|
425
|
+
'no': 'No',
|
|
426
|
+
'fineDustSticker': 'Feinstaubplakette mind.',
|
|
427
|
+
'emissionClass': 'Schadstoffklasse min. (Euro)',
|
|
428
|
+
'numberOfOwners': 'Fahrzeughalter max',
|
|
429
|
+
'one_owner_checkbox': '1',
|
|
430
|
+
'two_owners_checkbox': '2',
|
|
431
|
+
'three_owners_checkbox': '3',
|
|
432
|
+
'four_and_more_owners_checkbox': '4',
|
|
433
|
+
'all_owners_checkbox': 'Alle',
|
|
434
|
+
'dieselParticulateFilter': 'Rußpartikelfilter',
|
|
435
|
+
'1_day': '1 Tag',
|
|
436
|
+
'2_days': '2 Tage',
|
|
437
|
+
'3_days': '3 Tage',
|
|
438
|
+
'4_days': '4 Tage',
|
|
439
|
+
'5_days': '5 Tage',
|
|
440
|
+
'6_days': '6 Tage',
|
|
441
|
+
'1_week': '1 Woche',
|
|
442
|
+
'2_weeks': '2 Wochen',
|
|
443
|
+
'1_month': '1 Monat',
|
|
444
|
+
'2_months': '2 Monate',
|
|
445
|
+
'6_months': '6 Monate',
|
|
446
|
+
'12_months': '12 Monate',
|
|
447
|
+
'18_months': '18 Monate',
|
|
448
|
+
'no_matter': 'egal',
|
|
449
|
+
'offer_warranty': 'Garantie',
|
|
450
|
+
'mainData_nonSmokerVehicle': 'Nichtraucher-Fahrzeug',
|
|
451
|
+
'careService_fullServiceHistory': 'Scheckheft gepflegt',
|
|
452
|
+
'damaged_vehicles': 'Beschädigte Fahrzeuge',
|
|
453
|
+
'show': 'Nicht Anzeigen',
|
|
454
|
+
'not_show': 'anzeigen',
|
|
455
|
+
'vehicleOwners': 'Anzahl der Fahrzeughalter',
|
|
456
|
+
'one_owner': 'Ein Fahrzeughalter',
|
|
457
|
+
'two_owners': 'Zwei Fahrzeughalter',
|
|
458
|
+
'three_owners': 'Drei Fahrzeughalter',
|
|
459
|
+
'four_and_more_owners': 'Fünf Fahrzeughalter',
|
|
460
|
+
'all_owners': 'Jede Anzahl von Fahrzeughalter',
|
|
461
|
+
'hu': 'HU mind. gültig (in Monaten)',
|
|
462
|
+
'anyHuMonth': 'Beliebig',
|
|
463
|
+
'qualityCertificate': 'Qualitätssiegel',
|
|
464
|
+
'oldtimer': 'Oldtimer',
|
|
465
|
+
'demonstration': 'Vorführfahrzeug',
|
|
466
|
+
'mainData_roadworthy': 'Fahrtauglich',
|
|
467
|
+
'manufacturerPlaceholder': 'Marke',
|
|
468
|
+
'modelPlaceholder': 'Modell',
|
|
469
|
+
'powerPlaceholder': 'Leistung in {{value}}',
|
|
470
|
+
'submodelPlaceholder': 'Modellvariante: zB. Plus, GTI, etc',
|
|
471
|
+
'bodyTypePlaceholder': 'Karosserieform',
|
|
472
|
+
'monthlyInstallment': 'Monatsrate',
|
|
473
|
+
'firstInstallment': 'Anzahlung',
|
|
474
|
+
'paybackPeriod': 'Laufzeit',
|
|
475
|
+
'firstInstallmentPlaceholder': 'Deposit',
|
|
476
|
+
'monthlyInstallmentFromPlaceholder': 'Rate von',
|
|
477
|
+
'monthlyInstallmentToPlaceholder': 'Rate bis',
|
|
478
|
+
'paybackPeriodPlaceholder': 'Laufzeit'
|
|
479
|
+
},
|
|
480
|
+
rateSearchWidget: {
|
|
481
|
+
'changeRateLink': 'ändern',
|
|
482
|
+
'title': 'Ratendetails anpassen',
|
|
483
|
+
'months': 'Monate',
|
|
484
|
+
'monthlyInstallmentFrom': 'Monatsrate von (€)',
|
|
485
|
+
'monthlyInstallmentTo': 'Monatsrate bis (€)',
|
|
486
|
+
'firstInstallment': 'Anzahlung',
|
|
487
|
+
'paybackPeriod': 'Laufzeit',
|
|
488
|
+
'firstInstallmentPlaceholder': 'Anzahlung',
|
|
489
|
+
'monthlyInstallmentFromPlaceholder': 'Rate von',
|
|
490
|
+
'monthlyInstallmentToPlaceholder': 'Rate bis',
|
|
491
|
+
'paybackPeriodPlaceholder': 'Laufzeit',
|
|
492
|
+
'apply': 'Anwenden',
|
|
493
|
+
'abort': 'abbrechen',
|
|
494
|
+
'any': 'beliebig',
|
|
495
|
+
'monthlyInstallmentLabel': 'Monatsrate:',
|
|
496
|
+
'defaultValue': 'beliebig, 60 Monate',
|
|
497
|
+
'monthlyInstallmentFromValue': 'ab {{value}} €',
|
|
498
|
+
'monthlyInstallmentToValue': 'bis }} {{value€',
|
|
499
|
+
'paybackPeriodValue': '{{value}} Monate',
|
|
500
|
+
'firstInstallmentValue': '{{value}} € Anzahlung',
|
|
501
|
+
'rateChip': 'Rate:',
|
|
502
|
+
'monthlyInstallmentFromChip': 'ab {{value}} €',
|
|
503
|
+
'monthlyInstallmentToChip': 'bis {{value}} €',
|
|
504
|
+
'paybackPeriodChip': 'Laufzeit: {{value}} Monate',
|
|
505
|
+
'firstInstallmentChip': 'Anzahlung: {{value}} €'
|
|
506
|
+
},
|
|
507
|
+
'filterGroups': {
|
|
508
|
+
'interiorColor': 'Polsterfarbe',
|
|
509
|
+
'SUPER_ADMIN': 'Höchster Vorgesetzter',
|
|
510
|
+
'BASIC_DATA': 'Grunddaten',
|
|
511
|
+
'BODY_COLOR': 'Farbe',
|
|
512
|
+
'DRIVE_TRANSMISSION': 'Antrieb | Getriebe',
|
|
513
|
+
'EQUIPMENTS': 'Ausstattung',
|
|
514
|
+
'Interior': 'Polster',
|
|
515
|
+
'STATE': 'Zustand',
|
|
516
|
+
'ENVIRONMENT': 'Umwelt',
|
|
517
|
+
'OFFER_DETAILS': 'Angebotsdetails',
|
|
518
|
+
'VEHICLE_CONDITION': 'Fahrzeugzustand',
|
|
519
|
+
'MAKE_MODEL_SUB': 'Marke, Modell, Variante',
|
|
520
|
+
'HIGHLIGHTS': 'Highlights',
|
|
521
|
+
'MAKE_MODEL_EXCLUDE': 'Fahrzeuge aus der Suche ausschließen',
|
|
522
|
+
'BASIC_FEATURES': 'Basis Merkmale',
|
|
523
|
+
'VEHICLE_TYPE': 'Fahrzeugtyp',
|
|
524
|
+
'USAGE_TYPE': 'Fahrzeugart',
|
|
525
|
+
'PRICE_REVIEW': 'Preisbewertung',
|
|
526
|
+
'ENGINE_TRANS_DRIVE': 'Motor | Getriebe | Antrieb',
|
|
527
|
+
'LOCATION': 'Standort',
|
|
528
|
+
'SAFETY': 'Sicherheit',
|
|
529
|
+
'HISTORY': 'Fahrzeughistorie',
|
|
530
|
+
'INTERIOR': 'Polster'
|
|
531
|
+
},
|
|
532
|
+
SearchPage: {
|
|
533
|
+
...sortingOptions,
|
|
534
|
+
'resultsCount': '{{count}} Angebote',
|
|
535
|
+
'resultsText': 'stimmen mit Ihren Suchkriterien überein',
|
|
536
|
+
'emptyResults': {
|
|
537
|
+
'title': 'Derzeit sind keine Angebote entsprechend Ihrer Suche verfügbar',
|
|
538
|
+
'message': '<0>Um die Suchparameter zu ändern, verwenden Sie die <0>Detaillierte Suche</0></0>',
|
|
539
|
+
'offer': 'Wir haben passende Alternativen fur Sie zusammengestellt:'
|
|
540
|
+
},
|
|
541
|
+
'sortingPlaceholder': 'sortieren',
|
|
542
|
+
'searchResults': 'Suchergebnisse',
|
|
543
|
+
'detailedSearch': 'Detailsuche',
|
|
544
|
+
'buyCar': 'AUTO KAUFEN',
|
|
545
|
+
'removeAllFilters': 'Alle Filter entfernen',
|
|
546
|
+
'vehicle': {
|
|
547
|
+
'top': 'TOP',
|
|
548
|
+
'topPrice': 'TOP PREIS',
|
|
549
|
+
'firePrice': 'FAIRER PREIS',
|
|
550
|
+
'detalis': 'Details',
|
|
551
|
+
'perMonth': 'ab monatl.',
|
|
552
|
+
'financingDetails': 'Finanzierungsdetails',
|
|
553
|
+
'highlights': 'Highlights:',
|
|
554
|
+
'total': 'Gesamt',
|
|
555
|
+
'vatIncluded': 'inkl. MwSt.',
|
|
556
|
+
'toOffer': 'zum Angebot',
|
|
557
|
+
'addOfferToMainSlide': 'Zum Schieberegler hinzufügen'
|
|
558
|
+
},
|
|
559
|
+
'filterBy': 'Filtern nach',
|
|
560
|
+
'addManufacturerAndModel': 'weitere Fahrzeuge hinzufügen',
|
|
561
|
+
'filterGroups': {
|
|
562
|
+
'interiorColor': 'Polsterfarbe',
|
|
563
|
+
'SUPER_ADMIN': 'Höchster Vorgesetzter',
|
|
564
|
+
'BASIC_DATA': 'Grunddaten',
|
|
565
|
+
'BODY_COLOR': 'Farbe',
|
|
566
|
+
'DRIVE_TRANSMISSION': 'Antrieb | Getriebe',
|
|
567
|
+
'EQUIPMENTS': 'Ausstattung',
|
|
568
|
+
'Interior': 'Polster',
|
|
569
|
+
'STATE': 'Zustand',
|
|
570
|
+
'ENVIRONMENT': 'Umwelt',
|
|
571
|
+
'OFFER_DETAILS': 'Angebotsdetails',
|
|
572
|
+
'VEHICLE_CONDITION': 'Fahrzeugzustand',
|
|
573
|
+
'MAKE_MODEL_SUB': 'Marke, Modell, Variante',
|
|
574
|
+
'HIGHLIGHTS': 'Highlights',
|
|
575
|
+
'MAKE_MODEL_EXCLUDE': 'Fahrzeuge aus der Suche ausschließen',
|
|
576
|
+
'BASIC_FEATURES': 'Basis Merkmale',
|
|
577
|
+
'VEHICLE_TYPE': 'Fahrzeugtyp',
|
|
578
|
+
'USAGE_TYPE': 'Fahrzeugart',
|
|
579
|
+
'PRICE_REVIEW': 'Preisbewertung',
|
|
580
|
+
'ENGINE_TRANS_DRIVE': 'Motor | Getriebe | Antrieb',
|
|
581
|
+
'LOCATION': 'Standort',
|
|
582
|
+
'SAFETY': 'Sicherheit',
|
|
583
|
+
'HISTORY': 'Fahrzeughistorie',
|
|
584
|
+
'INTERIOR': 'Polster'
|
|
585
|
+
},
|
|
586
|
+
'filters': {
|
|
587
|
+
'manufacturer_exclude': 'Ausschließen',
|
|
588
|
+
'model_exclude': 'Ausschließen',
|
|
589
|
+
'ownerID': 'Besitzer-ID',
|
|
590
|
+
'filter': 'Filtern nach Eigentümer-ID',
|
|
591
|
+
'bodyColor': 'Außenfarbe',
|
|
592
|
+
'drive': 'Antrieb',
|
|
593
|
+
'transmission': 'Getriebe',
|
|
594
|
+
'numberOfDoors': 'Anzahl Türen',
|
|
595
|
+
'manufacturerPlaceholder': 'Marke',
|
|
596
|
+
'modelPlaceholder': 'Modell',
|
|
597
|
+
'submodelPlaceholder': 'Modellvariante: zB. Plus, GTI, etc',
|
|
598
|
+
'bodyTypePlaceholder': 'Karosserieform',
|
|
599
|
+
'interiorColor': 'Polsterfarbe',
|
|
600
|
+
'interiorMaterial': 'Polstermaterial',
|
|
601
|
+
'fuel': 'Kraftstoffart',
|
|
602
|
+
'all': 'Alle',
|
|
603
|
+
'metallic': 'Metallic',
|
|
604
|
+
'highlights': 'Highlights',
|
|
605
|
+
'moreCriteria': 'mehr Kriterien',
|
|
606
|
+
'two_doors': '2 Türen',
|
|
607
|
+
'three_doors': '3 Türen',
|
|
608
|
+
'four_doors': '4 Türen',
|
|
609
|
+
'five_doors': '5 Türen',
|
|
610
|
+
'all_doors': 'Jede Anzahl von Türen',
|
|
611
|
+
'one_owner': 'max. 1 Fahrzeughalter',
|
|
612
|
+
'two_owners': 'max. 2 Fahrzeughalter',
|
|
613
|
+
'three_owners': 'max. 3 Fahrzeughalter',
|
|
614
|
+
'four_and_more_owners': '4+ Fahrzeughalter',
|
|
615
|
+
'all_owners': 'Jede Anzahl von Fahrzeughalter',
|
|
616
|
+
'one_owner_checkbox': '1',
|
|
617
|
+
'two_owners_checkbox': '2',
|
|
618
|
+
'three_owners_checkbox': '3',
|
|
619
|
+
'four_and_more_owners_checkbox': '4',
|
|
620
|
+
'all_owners_checkbox': 'Alle',
|
|
621
|
+
'numberOfOwners': 'Fahrzeughalter max',
|
|
622
|
+
'damaged': 'Unfallfahrzeug',
|
|
623
|
+
'show': 'Anzeigen',
|
|
624
|
+
'not_show': 'Nicht anzeigen',
|
|
625
|
+
'consumption': 'Verbrauch',
|
|
626
|
+
'seats': 'Sitzplätze',
|
|
627
|
+
'first_registration': 'Erstzulassung',
|
|
628
|
+
'price': 'Preis',
|
|
629
|
+
'rate': 'Rate',
|
|
630
|
+
'cubic_capacity': 'Hubraum (ccm)',
|
|
631
|
+
'priceTitle': 'Preis in {{currency}}',
|
|
632
|
+
'rateTitle': 'Monatsrate',
|
|
633
|
+
'mileage': 'Kilometerstand',
|
|
634
|
+
'power': 'Leistung',
|
|
635
|
+
'powerPlaceholder': 'Leistung in {{value}}',
|
|
636
|
+
'emissionClass': 'Schadstoffklasse min. (Euro)',
|
|
637
|
+
'fineDustSticker': 'Feinstaubplakette mind.',
|
|
638
|
+
'dieselParticulateFilter': 'Rußpartikelfilter',
|
|
639
|
+
'selector_emissionSticker_all': 'Irgendwelche Emissionsaufkleber',
|
|
640
|
+
'no': 'No',
|
|
641
|
+
'vatReportable': 'MwSt. ausweisbar',
|
|
642
|
+
'onlineSince': 'Online seit',
|
|
643
|
+
'1_day': '1 Tag',
|
|
644
|
+
'2_days': '2 Tage',
|
|
645
|
+
'3_days': '3 Tage',
|
|
646
|
+
'4_days': '4 Tage',
|
|
647
|
+
'5_days': '5 Tage',
|
|
648
|
+
'6_days': '6 Tage',
|
|
649
|
+
'1_week': '1 Woche',
|
|
650
|
+
'2_weeks': '2 Wochen',
|
|
651
|
+
'1_month': '1 Monat',
|
|
652
|
+
'2_months': '2 Monate',
|
|
653
|
+
'6_months': '6 Monate',
|
|
654
|
+
'12_months': '12 Monate',
|
|
655
|
+
'18_months': '18 Monate',
|
|
656
|
+
'no_matter': 'egal',
|
|
657
|
+
'from': 'von',
|
|
658
|
+
'to': 'bis',
|
|
659
|
+
'type': 'typ',
|
|
660
|
+
'noFiltersSelected': 'Keine Filter ausgewählt',
|
|
661
|
+
'priceDifferenceTitle': 'Einzelhandel zu aktueller Preisdifferenz {{currency}}',
|
|
662
|
+
'price_difference': 'Einzelhandel zu aktueller Preisdifferenz',
|
|
663
|
+
'imagesCountTitle': 'Bilder zählen',
|
|
664
|
+
'images_count': 'Bilder zählen'
|
|
665
|
+
},
|
|
666
|
+
'filtersChips': {
|
|
667
|
+
'consumption': `Verbrauch ${fromToWithInfo} l/100 km`,
|
|
668
|
+
'price': `Preis ${fromToWithInfo} €`,
|
|
669
|
+
'mileage': `Kilometerstand ${fromToWithInfo} km`,
|
|
670
|
+
'power': `Leistung ${fromToWithInfo} PS`,
|
|
671
|
+
'generalInspection': `HU mind. {{month}} gültig`,
|
|
672
|
+
'firstInstallmentChip': `Anzahlung: ${firstInstallment} €`,
|
|
673
|
+
'monthlyInstallmentFromChip': `ab ${monthlyInstallmentFrom} €`,
|
|
674
|
+
'monthlyInstallmentToChip': `bis ${monthlyInstallmentTo} €`,
|
|
675
|
+
'paybackPeriodChip': `Laufzeit: ${paybackPeriod} Monate`,
|
|
676
|
+
'rateChip': 'Rate:',
|
|
677
|
+
'any': 'beliebig'
|
|
678
|
+
},
|
|
679
|
+
'financingPopUp': {
|
|
680
|
+
'exampleOfFinance': 'Finanzierungsbeispiel',
|
|
681
|
+
'vat': '(alle Angaben inkl. 19,0 % MwSt.)',
|
|
682
|
+
'purchasePrice': 'Fahrzeugpreis',
|
|
683
|
+
'currentSalesPrice': 'Fahrzeugpreis',
|
|
684
|
+
'monthlyInstallment': '{{count}} Monatsraten zu je',
|
|
685
|
+
'onetimeSpecialPayment': 'Anzahlung',
|
|
686
|
+
'netLoanAmount': 'Nettodarlehensbetrag',
|
|
687
|
+
'paymentProtectionInsurance': 'Restschuldversicherung',
|
|
688
|
+
'paybackPeriod': 'Vertragslaufzeit',
|
|
689
|
+
'finalInstallment': 'Schlusszahlung',
|
|
690
|
+
'grossLoanAmount': 'Gesamtbetrag',
|
|
691
|
+
'grossLoanAmountWithoutFinalInstallment': 'Gesamtbetrag ohne Schlussrate',
|
|
692
|
+
'nominalInterestRate': 'Sollzinssatz pro Jahr',
|
|
693
|
+
'annualPercentageRate': 'Effektiver Jahreszins',
|
|
694
|
+
'month': 'Monat',
|
|
695
|
+
'creditAgency': 'Finanzierungsinstitut',
|
|
696
|
+
'creditworthinessProvided': 'Bonität vorausgesetzt. Dies ist ein Berechnungsbeispiel nach Ihren Angaben. Andere Finanzierungswünsche sind möglich.',
|
|
697
|
+
'included': 'inkl. Kosten Anlieferung oder Abholung.',
|
|
698
|
+
'bound': 'Gebunden für die gesamte Vertragslaufzeit.',
|
|
699
|
+
'description': '2/3 aller Kunden erhalten: Nettodarlehensbetrag {{netLoanAmount}} €, Effektiver Jahreszins {{annualPercentageRate}}%, Fester Sollzins p.a. {{nominalInterestRate}}%, Monatliche Rate {{monthlyInstallment}}€,Gesamtbetrag {{grossLoanAmount}}€',
|
|
700
|
+
'conclude': 'Schließen'
|
|
701
|
+
},
|
|
702
|
+
'saveSearch': {
|
|
703
|
+
'label': 'Suche speichern',
|
|
704
|
+
'saveSuccess': 'Ihre Suche wurde erfolgreich gespeichert.',
|
|
705
|
+
'saveError': 'Ihre Suche konnte nicht gespeichert werden. Versuchen Sie es später erneut.'
|
|
706
|
+
},
|
|
707
|
+
'addOfferToMainSlide': {
|
|
708
|
+
'success': 'Angebot wurde erfolgreich zum Hauptschieberegler hinzugefügt.',
|
|
709
|
+
'error': 'Das Angebot konnte nicht zum Hauptschieberegler hinzugefügt werden. Versuchen Sie es später noch einmal.'
|
|
710
|
+
},
|
|
711
|
+
'promoSlider': {
|
|
712
|
+
'new': 'neu'
|
|
713
|
+
},
|
|
714
|
+
'rateSearchWidget': {
|
|
715
|
+
'changeRateLink': 'ändern',
|
|
716
|
+
'title': 'Ratendetails anpassen',
|
|
717
|
+
'months': 'Monate',
|
|
718
|
+
'monthlyInstallmentFrom': 'Monatsrate von (€)',
|
|
719
|
+
'monthlyInstallmentTo': 'Monatsrate bis (€)',
|
|
720
|
+
'firstInstallment': 'Anzahlung',
|
|
721
|
+
'paybackPeriod': 'Laufzeit',
|
|
722
|
+
'firstInstallmentPlaceholder': 'Anzahlung',
|
|
723
|
+
'monthlyInstallmentFromPlaceholder': 'Rate von',
|
|
724
|
+
'monthlyInstallmentToPlaceholder': 'Rate bis',
|
|
725
|
+
'paybackPeriodPlaceholder': 'Laufzeit',
|
|
726
|
+
'apply': 'Anwenden',
|
|
727
|
+
'abort': 'abbrechen',
|
|
728
|
+
'any': 'beliebig',
|
|
729
|
+
'monthlyInstallmentLabel': 'Monatsrate:',
|
|
730
|
+
'defaultValue': 'beliebig, 60 Monate',
|
|
731
|
+
'monthlyInstallmentFromValue': `ab {{value}} €`,
|
|
732
|
+
'monthlyInstallmentToValue': 'bis {{value}} €',
|
|
733
|
+
'paybackPeriodValue': '{{value}} Monate',
|
|
734
|
+
'firstInstallmentValue': '{{value}} € Anzahlung',
|
|
735
|
+
'rateChip': 'Rate:',
|
|
736
|
+
'monthlyInstallmentFromChip': 'ab {{value}} €',
|
|
737
|
+
'monthlyInstallmentToChip': 'bis {{value}} €',
|
|
738
|
+
'paybackPeriodChip': 'Laufzeit: {{value}} Monate',
|
|
739
|
+
'firstInstallmentChip': 'Anzahlung: {{value}} €'
|
|
740
|
+
}
|
|
741
|
+
}
|
|
742
|
+
};
|
|
743
|
+
};
|
|
744
|
+
|
|
745
|
+
export const breadcrumbsTranslate = () => {
|
|
746
|
+
return {
|
|
747
|
+
common: {
|
|
748
|
+
breadcrumbs: {
|
|
749
|
+
'ImageUpload': 'Bild hochladen',
|
|
750
|
+
'MyVehicles': 'Meine Fahrzeuge',
|
|
751
|
+
'MySearches': 'Meine Suchen',
|
|
752
|
+
'Overview': 'Übersicht',
|
|
753
|
+
'Search': 'Suche',
|
|
754
|
+
'MySettings': 'Meine Einstellungen',
|
|
755
|
+
'ImageSettings': 'Bildeinstellungen',
|
|
756
|
+
'DetailedSearch': 'Detaillierte Suche',
|
|
757
|
+
'Favorites': 'Favoriten',
|
|
758
|
+
'Authorization': 'Autorisierung',
|
|
759
|
+
'DealerAuthorization': 'Händlerautorisierung',
|
|
760
|
+
'Dashboard': 'Dashboard',
|
|
761
|
+
'Compare': 'Fahrzeugvergleich',
|
|
762
|
+
'Employees': 'Mitarbeiter',
|
|
763
|
+
'AddEmployee': 'Mitarbeiter hinzufügen',
|
|
764
|
+
'BillingOverview': 'Abrechnungsübersicht',
|
|
765
|
+
'NewHires': 'Neueinstellungen',
|
|
766
|
+
'EditDealerProfile': 'Händlerprofil bearbeiten',
|
|
767
|
+
'DataExport': 'Datenexport zu anderen Portalen',
|
|
768
|
+
'DataImport': 'Datenimport',
|
|
769
|
+
'VehicleAdd': 'Anlegen und bearbeiten',
|
|
770
|
+
'VehicleEdit': 'Details',
|
|
771
|
+
'Seller': 'Allgemein Geschäftsbedingungen und Impressum'
|
|
772
|
+
},
|
|
773
|
+
'carDetails': 'Details',
|
|
774
|
+
'goBack': 'zurück'
|
|
775
|
+
}
|
|
776
|
+
};
|
|
777
|
+
};
|
|
778
|
+
|
|
779
|
+
export const uspTranslate = () => {
|
|
780
|
+
return {
|
|
781
|
+
usp: {
|
|
782
|
+
qualityCars: 'Top Qualität',
|
|
783
|
+
guarantee: 'Günstige Finanzierung',
|
|
784
|
+
yearGuaraty: '1 Jahr auto.de-Garantie',
|
|
785
|
+
moneyBack: '14 Tage Probefahrt'
|
|
786
|
+
}
|
|
787
|
+
};
|
|
788
|
+
};
|
|
789
|
+
|
|
790
|
+
export const priceReviewTranslate = (equipmentCount?: any, make?: string, model?: string) => {
|
|
791
|
+
return {
|
|
792
|
+
'priceReview': {
|
|
793
|
+
'title': 'Preisbewertung',
|
|
794
|
+
'description': 'Wir von auto.de haben die Preise der auf auto.de und anderen Plattformen angebotenen Fahrzeuge verglichen. So ist es uns möglich einen fairen Marktwert zu ermitteln. Dadurch lässt sich zuverlässig ermitteln, ob ein Fahrzeug besonders günstig angeboten wird. Ein höherer Preis kann durch eine umfangreichere Ausstattung, geringere Laufleistung und einem hochwertigeren Fahrzeugzustand resultieren.',
|
|
795
|
+
'notAvailableDescription': 'Aussagekräftige Preisinformationen für dieses Fahrzeuge sind nicht möglich, da zu viele unterschiedliche Faktoren den Wert beeinflussen.',
|
|
796
|
+
'details': 'Details zur Preisbewertung',
|
|
797
|
+
'noRating': 'Keine bewertung',
|
|
798
|
+
'highPrice': 'Hoher preis',
|
|
799
|
+
'increasedPrice': 'Erhöhter preis',
|
|
800
|
+
'fairPrice': 'Fairer preis',
|
|
801
|
+
'goodPrice': 'Guter preis',
|
|
802
|
+
'topPrice': 'Top preis',
|
|
803
|
+
'noRatingCompact': 'Keine bewertung',
|
|
804
|
+
'highPriceCompact': 'Hoch',
|
|
805
|
+
'increasedPriceCompact': 'Erhöht',
|
|
806
|
+
'fairPriceCompact': 'Fair',
|
|
807
|
+
'goodPriceCompact': 'Günstig',
|
|
808
|
+
'topPriceCompact': 'Top',
|
|
809
|
+
'priceTo': 'bis',
|
|
810
|
+
'equipment': 'Ausstattung',
|
|
811
|
+
'equipmentCount': `${equipmentCount} Ausstattungsmerkmale`
|
|
812
|
+
},
|
|
813
|
+
modals: {
|
|
814
|
+
'priceReview': {
|
|
815
|
+
'title': `Preisbewertung für diesen ${make} ${model}`,
|
|
816
|
+
'priceOffer': 'Angebotspreis:',
|
|
817
|
+
'marketValue': 'Marktwert:',
|
|
818
|
+
'savingPotential': 'Sparpotential:',
|
|
819
|
+
'criteriaTitle': 'Auszug der Kriterien, die das Angebot beeinflussen',
|
|
820
|
+
'ratingCategoriesTitle': 'Die auto.de Bewertungskategorien',
|
|
821
|
+
'noRatingDescription': 'Bei diesem Fahrzeug ist keine Preisbewertung möglich. Das kann passieren, wenn die Baureihe in geringer Stückzahl gebaut wurde und folglich Vergleichswerte fehlen.',
|
|
822
|
+
'highPriceDescription': 'Der Preis des Fahrzeug ist überdurchschnittlich hoch gemessen am Marktwert dieser Baureihe. Beachten Sie diesbezüglich die Fahrzeugbeschreibung. Gegebenenfalls kann eine umfangreiche Ausstattung, etwaige Umbauten oder andere Aufwertungen den Preis des Fahrzeuges rechtfertigen.',
|
|
823
|
+
'increasedPriceDescription': 'Der Preis siedelt sich etwas oberhalb des momentanen Marktpreis an.',
|
|
824
|
+
'fairPriceDescription': 'Das Preis-Leistungs-Verhältnis entspricht dem aktuellen Marktwert.',
|
|
825
|
+
'goodPriceDescription': 'Der Preis siedelt sich etwas unterhalb des momentanen Marktpreis an.',
|
|
826
|
+
'topPriceDescription': 'Der Preis des Fahrzeug ist überdurchschnittlich günstig gemessen am Marktwert dieser Baureihe. Beachten Sie diesbezüglich die Fahrzeug-beschreibung, ob etwaige Mängel am Fahrzeug vorliegen.'
|
|
827
|
+
},
|
|
828
|
+
}
|
|
829
|
+
}
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
export const contactFormTranslate = () => {
|
|
833
|
+
return {
|
|
834
|
+
modals: {
|
|
835
|
+
'offerRequest': {
|
|
836
|
+
'loginRegistrationTitle': 'Jetzt kostenlos und unverbindlich Angebot anfragen',
|
|
837
|
+
'loginRegistrationTitleMobile': 'Kostenlos & unverbindlich Angebot anfordern',
|
|
838
|
+
'registrationTitle': 'Ihre Angaben zum Angebot vervollständigen',
|
|
839
|
+
'passwordResetTitle': 'Passwort vergessen?',
|
|
840
|
+
'thanks': 'Vielen Dank.',
|
|
841
|
+
'thanksMessage': 'Ihre Anfrage wurde gesendet. Unsere Hotline meldet sich in Kürze bei Ihnen. Sollten Sie noch weitere Fragen haben, so können Sie uns gerne kontaktieren.',
|
|
842
|
+
'backToVehicle': 'Zurück zum Fahrzeug',
|
|
843
|
+
'phoneInfo': 'Telefonische Beratung',
|
|
844
|
+
'emailInfo': 'Oder per E-Mail',
|
|
845
|
+
'login': 'Anmelden',
|
|
846
|
+
'registration': 'Angebot anfordern',
|
|
847
|
+
'loginMessage': 'Gern möchten wir Ihnen im Anschluss Ihr persönliches Angebot kostenlos und unverbindlich per E-Mail zukommen lassen.',
|
|
848
|
+
'registrationMessageLoggedIn': 'Nach Ihrer Anmeldung liegen uns noch nicht alle relevanten Informationen vor. Bitte tragen Sie diese hier nach.',
|
|
849
|
+
'registrationMessageNoLogged': 'Gern möchten wir Ihnen im Anschluss Ihr persönliches Angebot kostenlos und unverbindlich per E-Mail zukommen lassen.',
|
|
850
|
+
'passwordResetMessage': 'Geben Sie hier bitte Ihre E-Mail-Adresse zu Ihrem auto.de-Account an. Daraufhin erhalten Sie eine E-Mail mit einem Link, über den Sie ein neues Passwort festlegen können.',
|
|
851
|
+
'passwordResetConfirmMessage': 'Vielen Dank, wir haben Dir soeben eine E-Mail mit einem Link geschickt.',
|
|
852
|
+
'phone': 'Telefon',
|
|
853
|
+
'email': 'E-Mail',
|
|
854
|
+
'emailPlaceholder': 'E-Mail',
|
|
855
|
+
'password': 'Passwort',
|
|
856
|
+
'passwordPlaceholder': 'Passwort',
|
|
857
|
+
'resetPassword': 'Passwort vergessen',
|
|
858
|
+
'resetPasswordModal': 'Abschicken',
|
|
859
|
+
'loginAndRequestOffer': 'Kostenlos und unverbindlich anfordern',
|
|
860
|
+
'close': 'Abbrechen',
|
|
861
|
+
'gender': 'Anrede',
|
|
862
|
+
'genderPlaceholder': 'Bitte Anrede auswählen',
|
|
863
|
+
'title': 'Titel',
|
|
864
|
+
'titlePlaceholder': 'Titel',
|
|
865
|
+
'firstName': 'Vorname',
|
|
866
|
+
'firstNamePlaceholder': 'Vorname',
|
|
867
|
+
'lastName': 'Name',
|
|
868
|
+
'lastNamePlaceholder': 'Name',
|
|
869
|
+
'number': 'Hausnr.',
|
|
870
|
+
'numberPlaceholder': 'Nr.',
|
|
871
|
+
'zip': 'PLZ',
|
|
872
|
+
'zipPlaceholder': 'PLZ',
|
|
873
|
+
'city': 'Ort',
|
|
874
|
+
'cityPlaceholder': 'Ort',
|
|
875
|
+
'street': 'Straße',
|
|
876
|
+
'streetPlaceholder': 'Straße',
|
|
877
|
+
'phoneMain': 'Telefon',
|
|
878
|
+
'phoneMainPlaceholder': 'Telefon',
|
|
879
|
+
'countryCodePlaceholder': '+49',
|
|
880
|
+
'areaCodePlaceholder': 'Vorwahl',
|
|
881
|
+
'phoneNumberPlaceholder': 'Telefonnummer',
|
|
882
|
+
'agreement': 'Zustimmung',
|
|
883
|
+
'termsConditions': 'Den auto.de <0>Nutzungsbedingungen</0> stimme ich zu.',
|
|
884
|
+
'agreementPlaceholder': 'Ich willige ein, dass auto.de meine Daten wie <0>hier</0> beschrieben verarbeitet und weiterleitet. Die Einwilligung ist jederzeit, z.B. in den Kontoeinstellungen, widerruflich. Nähere Informationen finden Sie in den <1>Datenschutzbestimmungen</1>.',
|
|
885
|
+
'securityDescription': 'Übertragung über Sicherheitsserver',
|
|
886
|
+
'requestFree': 'Kostenlos und unverbindlich anfordern',
|
|
887
|
+
'saveNow': 'Jetzt speichern',
|
|
888
|
+
'requestNewPassword': 'Neues passwort anfordern',
|
|
889
|
+
'requestNewPasswordConfirm': 'ZURÜCK ZUM ANMELDEN',
|
|
890
|
+
'authorizationFailed': 'Autorisation fehlgeschlagen. Bitte versuche es später erneut.',
|
|
891
|
+
'passwordResetFailed': 'Versäumt, einen Brief zu senden. Bitte versuche es später erneut.',
|
|
892
|
+
'saveDataFailed': 'Daten konnten nicht gespeichert werden. Bitte versuchen Sie es später erneut.',
|
|
893
|
+
'sendOfferRequestFailed': 'Fehler beim Senden eines Angebots. Bitte versuchen Sie es später erneut.',
|
|
894
|
+
'mailAlreadyInUse': 'Diese E-Mail-Adresse wird schon verwendet. Bitte loggen Sie sich ein.',
|
|
895
|
+
'permissionText': 'Ja, ich stimme der Nutzung meiner Daten für Marketing-Aktivitäten zu (z. B. Zusendung von Newsletter per E-Mail).'
|
|
896
|
+
}
|
|
897
|
+
},
|
|
898
|
+
'contactForm': {
|
|
899
|
+
'topText': '<0>Kontakt</0><1>Wenn Sie Probleme, Anmerkungen oder Fragen haben sollten, stehen wir freundlich und kompetent zu Ihrer Verfügung. Schreiben Sie uns, wir werden Ihnen gerne antworten. Füllen Sie dazu einfach dieses Formular aus und klicken Sie auf Absenden.</1><2>Darüber hinaus empfehlen wir Ihnen auch unsere umfangreiche <1>Hilfe</1>.</2><3>Alternativ können Sie uns auch unter 0800 - 40 30 182 anrufen.</3>',
|
|
900
|
+
'title': 'Kontakt',
|
|
901
|
+
'topText1': 'Wenn Sie Probleme, Anmerkungen oder Fragen haben sollten, stehen wir freundlich und kompetent zu Ihrer Verfügung. Schreiben Sie uns, wir werden Ihnen gerne antworten. Füllen Sie dazu einfach dieses Formular aus und klicken Sie auf Absenden.',
|
|
902
|
+
'topText2': 'Darüber hinaus empfehlen wir Ihnen auch unsere umfangreiche',
|
|
903
|
+
'topTextLink': 'Hilfe',
|
|
904
|
+
'topText3': 'Alternativ können Sie uns auch unter 0800 - 40 30 182 anrufen.',
|
|
905
|
+
'firstName': 'Vorname',
|
|
906
|
+
'firstNamePlaceholder': 'Bitte Vornamen eingeben',
|
|
907
|
+
'lastName': 'Nachname',
|
|
908
|
+
'lastNamePlaceholder': 'Bitte Nachnamen eingeben',
|
|
909
|
+
'phoneMain': 'Telefon',
|
|
910
|
+
'phoneMainPlaceholder': 'Telefon',
|
|
911
|
+
'countryCodePlaceholder': 'Land',
|
|
912
|
+
'email': 'E-mail',
|
|
913
|
+
'areaCodePlaceholder': 'Vorwahl',
|
|
914
|
+
'phoneNumberPlaceholder': 'Telefonnummer',
|
|
915
|
+
'text': 'Nachricht',
|
|
916
|
+
'namePlaceholder': 'Bitte Namen eingeben',
|
|
917
|
+
'emailPlaceholder': 'Bitte E-Mail eingeben',
|
|
918
|
+
'textPlaceholder': 'Bitte Nachricht eingeben',
|
|
919
|
+
'policy': '<0>Ich willige ein, dass auto.de meine Daten wie <1>hier</1> beschrieben verarbeitet und weiterleitet. Die Einwilligung ist jederzeit, z.B. in den Kontoeinstellungen, widerruflich. Nähere Informationen finden Sie in den <3>Datenschutzbestimmungen</3>.</0>',
|
|
920
|
+
'termsConditions': 'Den auto.de <0>Nutzungsbedingungen</0> stimme ich zu.',
|
|
921
|
+
'send': 'JETZT SENDEN',
|
|
922
|
+
'error': 'ERROR',
|
|
923
|
+
'success': 'ERFOLG',
|
|
924
|
+
'thanks': 'Vielen Dank.',
|
|
925
|
+
'thanksMessage': 'Ihre Anfrage wurde gesendet. Unsere Hotline meldet sich in Kürze bei Ihnen. Sollten Sie noch weitere Fragen haben, so können Sie uns gerne kontaktieren.'
|
|
926
|
+
}
|
|
927
|
+
};
|
|
928
|
+
};
|
|
929
|
+
|
|
930
|
+
export const offerTranslate = () => {
|
|
931
|
+
return {
|
|
932
|
+
vehicleProps: {
|
|
933
|
+
title: {
|
|
934
|
+
financing: 'Finanzierung',
|
|
935
|
+
leasing: 'Leasing',
|
|
936
|
+
abo: 'Abo',
|
|
937
|
+
buy: 'Kaufen',
|
|
938
|
+
},
|
|
939
|
+
},
|
|
940
|
+
sidebar: {
|
|
941
|
+
requestOffer: 'Angebot anfragen',
|
|
942
|
+
financingDetalis: {
|
|
943
|
+
openFinancingDetails: 'Finanzierungsdetails einblenden',
|
|
944
|
+
hideFinancingDetails: 'Finanzierungsdetails ausblenden'
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
leasing: {
|
|
948
|
+
'deposit': 'Anzahlung',
|
|
949
|
+
'durationInMonths': 'Laufzeit in Monaten',
|
|
950
|
+
'monthCount': '{{count}} Monate',
|
|
951
|
+
'mileagePerYear': 'Laufleistung pro Jahr',
|
|
952
|
+
'kilometersCount': '{{count}} km',
|
|
953
|
+
'financingOrLeasing': 'Finanzierung',
|
|
954
|
+
'finansing': 'FINANZIERUNG',
|
|
955
|
+
'leasing': 'LEASING',
|
|
956
|
+
'prefixPrice': 'ab',
|
|
957
|
+
'financingDescription': 'Bei der Finanzierung zahlen Sie lediglich die Zinsen des Darlehens und einen geringen Tilgungsanteil. Zum Vertragsende können Sie entscheiden, ob Sie den Restbetrag ablösen oder weiter finanzieren wollen.',
|
|
958
|
+
'rsv': 'Ratenschutzversicherung (RSV)',
|
|
959
|
+
'financingDetalis': 'Finanzierungsdetails',
|
|
960
|
+
'leasingDetalis': 'Leasingdetails',
|
|
961
|
+
'vat': '(inkl. 19,0 % MwSt.)',
|
|
962
|
+
'installments': '{{count}} Monatsraten zu je',
|
|
963
|
+
'vehiclePrice': 'Fahrzeugpreis',
|
|
964
|
+
'marketPrice': 'Marktpreis',
|
|
965
|
+
'processingFee': 'Bearbeitungsgebühr',
|
|
966
|
+
'finalPayment': 'Schlusszahlung',
|
|
967
|
+
'optionalPurchasePrice': 'Optionaler Kaufpreis',
|
|
968
|
+
'debitRate': 'Sollzinssatz pro Jahr',
|
|
969
|
+
'interestRate': 'Effektiver Jahreszins',
|
|
970
|
+
'loansTotal': 'Darlehensgesamtbetrag',
|
|
971
|
+
'finansingButton': 'JETZT FINANZIERUNG ANFRAGEN',
|
|
972
|
+
'leasingDescription': 'Beim Leasing zahlen Sie lediglich die Zinsen des Darlehens und einen geringen Tilgungsanteil. Zum Vertragsende geben Sie das Auto einfach wieder zurück.',
|
|
973
|
+
'aboDescription': 'Bei diesem Auto-Abo ist bereits alles an Bord. Teil- und Vollkasko sowie Haftpflicht sind inklusive, ebenso wie Wartungs- und Verschleißreparaturen. Sie zahlen also nur Ihre Rate und Kraftstoff.',
|
|
974
|
+
'buyDescription': 'Nach Kaufabschluss haben Sie die sofortigen Eigentumsrechte und keine Finanzierungskosten. Als Eigentümer können Sie Ihr Fahrzeug zu eigenen Konditionen weiter verkaufen und Änderungen vornehmen.',
|
|
975
|
+
'leasingDetails': 'Leasingdetails',
|
|
976
|
+
'totalAmount': 'Gesamtbetrag',
|
|
977
|
+
'leasingButton': 'JETZT LEASING ANFRAGEN',
|
|
978
|
+
'purchasePrice': 'Fahrzeugpreis',
|
|
979
|
+
'currentSalesPriceExtraCost': 'Fahrzeugpreis, gegebenenfalls inkl. Services',
|
|
980
|
+
'monthlyInstallment': '{{count}} Monatsraten zu je',
|
|
981
|
+
'onetimeSpecialPayment': 'Anzahlung',
|
|
982
|
+
'netLoanAmount': 'Nettodarlehensbetrag',
|
|
983
|
+
'paymentProtectionInsurance': 'Restschuldversicherung',
|
|
984
|
+
'paybackPeriod': 'Vertragslaufzeit',
|
|
985
|
+
'finalInstallment': 'Schlusszahlung',
|
|
986
|
+
'grossLoanAmount': 'Gesamtbetrag',
|
|
987
|
+
'grossLoanAmountWithoutFinalInstallment': 'Gesamtbetrag ohne Schlussrate',
|
|
988
|
+
'nominalInterestRate': 'Sollzinssatz pro Jahr',
|
|
989
|
+
'annualPercentageRate': 'Effektiver Jahreszins',
|
|
990
|
+
'month': 'Monate',
|
|
991
|
+
'annualMileage': 'Laufleistung / Jahr'
|
|
992
|
+
}
|
|
993
|
+
};
|
|
994
|
+
};
|
|
995
|
+
|
|
996
|
+
export const modalsTranslate = () => {
|
|
997
|
+
return {
|
|
998
|
+
modals: {
|
|
999
|
+
financing: {
|
|
1000
|
+
financingDetails: 'Finanzierungsdetails',
|
|
1001
|
+
leasingDetails: 'Leasingdetails',
|
|
1002
|
+
aboDetails: 'Abodetails',
|
|
1003
|
+
toBuyDetails: 'Kaufdetails',
|
|
1004
|
+
runningTime: 'Laufzeit',
|
|
1005
|
+
runningTimeSub: '(Monate)',
|
|
1006
|
+
km: 'km',
|
|
1007
|
+
euro: '€',
|
|
1008
|
+
monthly: '/Monat',
|
|
1009
|
+
incl: ' inkl.',
|
|
1010
|
+
vat: `19% MwSt.`,
|
|
1011
|
+
insteadOf: 'statt',
|
|
1012
|
+
purchase: 'Sonderzahlung',
|
|
1013
|
+
firstInstallment: 'Sonderzahlung',
|
|
1014
|
+
deposit: 'Laufleistung / Jahr',
|
|
1015
|
+
annualMileage: 'Laufleistung / Jahr',
|
|
1016
|
+
requestOffer: 'Angebot anfragen',
|
|
1017
|
+
successfullyRequested: 'Erfolgreich angefragt',
|
|
1018
|
+
info: 'Für Ihre Finanzierungswünsche stellen wir eine Bonitätsanfrage. Bonität vorausgesetzt, dies ist ein Berechnungsbeispiel gem. Ihrer Angaben, welches 2/3 aller Kunden erhalten. Dieses freibleibende Angebot der {{financialInstitution}} wird vermittelt durch die auto.de Media GmbH, Thomaskirchhof 20, 04109 Leipzig, die als ungebundener Vermittler nicht beratend tätig ist. Irrtümer vorbehalten. Preise ggf. inkl. MwSt.'
|
|
1019
|
+
}
|
|
1020
|
+
}
|
|
1021
|
+
};
|
|
1022
|
+
};
|
|
1023
|
+
|
|
1024
|
+
export const insuranceTranslate = () => {
|
|
1025
|
+
return {
|
|
1026
|
+
'ititle': 'Kfz-Versicherung',
|
|
1027
|
+
'itext1': 'Jetzt in wenigen Minuten über 330 Tarife vergleichen und bis zu 850 € sparen',
|
|
1028
|
+
'itext2': 'Kostenlos und unverbindlich vergleichen',
|
|
1029
|
+
'itext3': 'Zusätzlich hier die wichtigsten Informationen zum Thema Kfz-Versicherung für Sie',
|
|
1030
|
+
'ibutton': 'Jetzt vergleichen'
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
export const serviceBlockTranslate = () => {
|
|
1035
|
+
return {
|
|
1036
|
+
'secondInfoBlock': {
|
|
1037
|
+
'title': `So Einfach Geht's`,
|
|
1038
|
+
'order': 'Bestellung',
|
|
1039
|
+
'compareNow': 'Jetzt Vergleichen',
|
|
1040
|
+
'orderText': 'Durch die transparente Darstellung erhalten Sie alle Informationen zu Ihrem Auto und können es einfach und sicher online bestellen.',
|
|
1041
|
+
'customerService': 'Kundenservice',
|
|
1042
|
+
'customerServiceText': 'Unser Kundenservice kontaktiert Sie nach der Bestellung, informiert Sie über die nächsten Schritte und beantwortet Ihnen offene Fragen.',
|
|
1043
|
+
'pay': 'Bezahlung',
|
|
1044
|
+
'payText': 'Sie zahlen sicher über unseren Bezahlservice oder nutzen ganz bequem unsere Leasing-, Finanzierungs- oder Abo- Optionen.',
|
|
1045
|
+
'transport': 'Übergabe',
|
|
1046
|
+
'transportText': 'Wir liefern Ihr Auto zu Ihnen oder einem Partner in Ihrer Nähe und erläutern bei der Übergabe in Ruhe alle Details rund um Ihr Auto.'
|
|
1047
|
+
},
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
|
|
1051
|
+
export const firstInfoBlockTranslate = () => {
|
|
1052
|
+
return {
|
|
1053
|
+
'firstInfoBlock': {
|
|
1054
|
+
'why': 'Warum auto.de?',
|
|
1055
|
+
'compareNow': 'Jetzt Vergleichen',
|
|
1056
|
+
'more': 'Mehr',
|
|
1057
|
+
'price': 'Top Qualität',
|
|
1058
|
+
'priceText': 'All unsere Gebraucht- und Neuwagen werden ausschließlich fachkundig geprüft und evaluiert',
|
|
1059
|
+
'priceTextMobile': 'Ganz egal ob Gebraucht- oder Neuwagen: Bei uns finden Sie nur fachkundig geprüfte und evaluierte Fahrzeuge',
|
|
1060
|
+
'guarantee': 'Günstige Finanzierung',
|
|
1061
|
+
'guaranteeText': 'Unsere Finanzierungsexperten finden mit Ihnen gemeinsam die beste Finanzierungs und Versicherungsmöglichkeit',
|
|
1062
|
+
'guaranteeTextMobile': 'Unsere Finanzierungsexperten finden mit Ihnen gemeinsam die beste Finanzierungs- und Versicherungsmöglichkeit',
|
|
1063
|
+
'checkStory': 'Check der Geschichte',
|
|
1064
|
+
'checkStoryText': 'Für Sie prüfen wir die Historie des Fahrzeugs um Überraschungen von Beginn an zu vermeiden.',
|
|
1065
|
+
'autoDeCheck': '1 Jahr auto.de-Garantie',
|
|
1066
|
+
'autoDeCheckText': 'Unsere 1 Jahr auto.de-Garantie schützt Sie vor unerwarteten Reparaturkosten und unnötigem Papierkram',
|
|
1067
|
+
'autoDeCheckTextMobile': 'Unsere 1 Jahr auto.de Garantie schützt Sie vor unerwarteten Reparaturkosten und unnötigem Papierkram',
|
|
1068
|
+
'warranty': '14 Tage Probefahrt',
|
|
1069
|
+
'warrantyText': 'Bei uns können Sie Ihr Fahrzeug binnen 14 Tagen zurückgeben, sollten Sie nicht zufrieden mit diesem sein',
|
|
1070
|
+
'warrantyTextMobile': 'Bei uns können Sie Ihr Fahrzeug binnen 14 Tagen zurückgeben, sollten Sie mit diesem nicht zufrieden sein',
|
|
1071
|
+
'daysReturn': '14 Tage Umtauschrecht',
|
|
1072
|
+
'daysReturnText': 'Sollte Ihnen das Auto aus irgend-einem Grund nichts zusagen, helfen wir Ihnen beim Umtausch.'
|
|
1073
|
+
}
|
|
1074
|
+
}
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1077
|
+
/* tslint:enable */
|