@bytebrand/fe-ui-core 4.8.26 → 4.8.28
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/.husky/pre-push +4 -4
- 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/__tests__/components/Checkout/OrderOverviewItem/OrderOverviewItem.test.tsx +42 -42
- package/__tests__/components/Checkout/PaymentTypeCard/PaymentTypeCard.test.tsx +49 -49
- package/__tests__/components/Checkout/RadioGroup.test.tsx +95 -95
- package/__tests__/components/Checkout/ServiceCardWrapper.test.tsx +53 -53
- package/__tests__/components/Checkout/Switcher.test.tsx +43 -43
- package/__tests__/components/UserDasboardPage/sections/CheckoutSection/CheckoutSection.test.tsx +613 -613
- package/__tests__/components/UserDasboardPage/sections/FavoriteSection/FavoriteSection.test.tsx +335 -335
- package/__tests__/components/UserDasboardPage/sections/OrderStatusSection/AdditionalOrderInfo.test.tsx +127 -127
- package/__tests__/components/UserDasboardPage/sections/OrderStatusSection/OrderStatusCar.test.tsx +58 -58
- package/__tests__/components/UserDasboardPage/sections/OrderStatusSection/OrderStatusCard.test.tsx +74 -74
- package/__tests__/components/UserDasboardPage/sections/OrderStatusSection/OrderStatusSection.test.tsx +62 -62
- package/__tests__/components/UserDasboardPage/sections/RequestedCarsSection/RequestedCarsSection.test.tsx +117 -117
- package/__tests__/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.test.tsx +58 -58
- package/__tests__/components/VehicleSmallCard/VehicleInfo.test.tsx +87 -87
- package/__tests__/components/VehicleSmallCard/VehicleTitle.test.tsx +90 -90
- package/__tests__/components/_common/Badge/Badge.test.tsx +15 -15
- package/__tests__/components/_common/IconSVG/IconSVG.test.tsx +22 -22
- package/__tests__/components/_common/Image/Image.test.tsx +82 -82
- package/__tests__/components/_common/MaterialAutocomplete/MaterialAutocomplete.test.tsx +48 -48
- package/__tests__/components/_common/MaterialDatePicker/MaterialDatePicker.test.tsx +54 -54
- package/__tests__/components/_common/MaterialField/MaterialField.test.tsx +58 -58
- package/__tests__/components/_common/StarButton/StarButton.test.tsx +45 -45
- package/__tests__/mockedData/financingConfig.js +201 -201
- package/__tests__/mockedData/mockedPendingRequestedCar.js +68 -68
- package/__tests__/utils/CommonUtils/addPrefixToKeys.test.ts +18 -18
- package/__tests__/utils/CommonUtils/arrToObj.test.js +32 -32
- package/__tests__/utils/CommonUtils/checkRangeValuesOnEqual.test.ts +16 -16
- package/__tests__/utils/CommonUtils/fixNumber.test.ts +19 -19
- package/__tests__/utils/CommonUtils/formatMileage.test.ts +8 -8
- package/__tests__/utils/CommonUtils/getChipFilterValue.test.ts +22 -22
- package/__tests__/utils/CommonUtils/getFormattedNumber.test.ts +18 -18
- package/__tests__/utils/CommonUtils/getFormattedPrice.test.ts +19 -19
- package/__tests__/utils/CommonUtils/getGroupValuesForQuery.test.ts +51 -51
- package/__tests__/utils/CommonUtils/getOfferSliders.test.ts +63 -63
- package/__tests__/utils/CommonUtils/getPriceRating.test.ts +26 -26
- package/__tests__/utils/CommonUtils/getPriceRatingConfig.test.ts +33 -33
- package/__tests__/utils/CommonUtils/preloadNearbyImages.test.ts +8 -8
- package/__tests__/utils/CommonUtils/sliceLessThan.test.ts +23 -23
- package/__tests__/utils/CommonUtils/sliceMoreThan.test.ts +23 -23
- package/common.ts +164 -164
- package/feWpComponents.ts +25 -25
- package/index.ts +4 -4
- package/jest.config.js +43 -43
- 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 +117 -118
- package/profile.ts +1 -1
- package/setupTests.js +7 -7
- package/source/components/AccardionSection/AccardionSection.styl +45 -45
- package/source/components/AccardionSection/AccardionSection.tsx +56 -56
- package/source/components/AccordionWidget/AccordionWidget.styl +208 -208
- package/source/components/AccordionWidget/AccordionWidget.tsx +216 -216
- 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 +136 -136
- package/source/components/Breadcrumbs/Breadcrumbs.tsx +93 -93
- 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 +34 -34
- package/source/components/Checkout/CheckoutStepper/CheckoutStepper.tsx +69 -69
- 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 +201 -201
- 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 +193 -193
- package/source/components/Checkout/RadioCards/PaymentTypeCard/PaymentTypeCard.tsx +181 -181
- 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 +41 -41
- package/source/components/Checkout/Switcher/Switcher.story.styl +1 -1
- package/source/components/Checkout/Switcher/Switcher.styled.tsx +53 -53
- package/source/components/Checkout/Switcher/Switcher.tsx +48 -48
- 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 +90 -90
- 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 +66 -66
- 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 +131 -131
- package/source/components/OfferDetailedSection/partials/PanelConfig.tsx +121 -121
- 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.tsx +25 -25
- package/source/components/OfferPanel/MuiOfferPeriod/MuiOfferPeriod.tsx +73 -73
- package/source/components/OfferPanel/OfferCheckboxGroup/CheckboxContainer.tsx +140 -140
- package/source/components/OfferPanel/OfferCheckboxGroup/OfferCheckboxGroup.styl +120 -120
- package/source/components/OfferPanel/OfferCheckboxGroup/OfferCheckboxGroup.tsx +24 -24
- package/source/components/OfferPanel/OfferPanel.story.js +139 -139
- package/source/components/OfferPanel/OfferPanel.styl +193 -193
- package/source/components/OfferPanel/OfferPanel.tsx +81 -81
- package/source/components/OfferPanel/OfferPeriod/OfferPeriod.styl +24 -24
- package/source/components/OfferPanel/OfferPeriod/OfferPeriod.tsx +45 -45
- 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 +39 -39
- 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 +191 -191
- 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 +155 -155
- package/source/components/SearchFilters/filters/AlternativeID.styl +98 -98
- package/source/components/SearchFilters/filters/AlternativeID.tsx +67 -67
- 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 +96 -96
- package/source/components/SearchFilters/filters/Fuel.styl +27 -27
- package/source/components/SearchFilters/filters/Fuel.tsx +75 -75
- 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 +72 -72
- 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 +176 -176
- 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 +57 -57
- 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 +152 -152
- 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 +52 -52
- 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 +83 -83
- 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 +106 -106
- 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 +126 -126
- 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 +68 -68
- 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/UserDashboardPage/sections/CheckoutSection/CheckoutSection.styl +38 -38
- package/source/components/UserDashboardPage/sections/CheckoutSection/CheckoutSection.tsx +120 -120
- package/source/components/UserDashboardPage/sections/FavoriteSection/FavoriteSection.styl +21 -21
- package/source/components/UserDashboardPage/sections/FavoriteSection/FavoriteSection.tsx +84 -84
- package/source/components/UserDashboardPage/sections/OrderStatusSection/AdditionalOrderInfo.styl +100 -100
- package/source/components/UserDashboardPage/sections/OrderStatusSection/AdditionalOrderInfo.tsx +90 -90
- package/source/components/UserDashboardPage/sections/OrderStatusSection/OrderStatusCar.tsx +149 -149
- package/source/components/UserDashboardPage/sections/OrderStatusSection/OrderStatusCard.styl +53 -53
- package/source/components/UserDashboardPage/sections/OrderStatusSection/OrderStatusCard.tsx +41 -41
- package/source/components/UserDashboardPage/sections/OrderStatusSection/OrderStatusSection.story.js +95 -95
- package/source/components/UserDashboardPage/sections/OrderStatusSection/OrderStatusSection.styl +166 -166
- package/source/components/UserDashboardPage/sections/OrderStatusSection/OrderStatusSection.tsx +263 -263
- package/source/components/UserDashboardPage/sections/RequestedCarsSection/RequestedCarsSection.story.js +97 -97
- package/source/components/UserDashboardPage/sections/RequestedCarsSection/RequestedCarsSection.styl +144 -144
- package/source/components/UserDashboardPage/sections/RequestedCarsSection/RequestedCarsSection.tsx +124 -124
- package/source/components/UserDashboardPage/sections/RequestedCarsSection/SupportSection.styl +46 -46
- package/source/components/UserDashboardPage/sections/RequestedCarsSection/SupportSection.tsx +32 -32
- 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 +163 -163
- 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 +36 -36
- package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.tsx +175 -175
- package/source/components/VehicleDetailedSidebar/partials/Price.styl +27 -27
- package/source/components/VehicleDetailedSidebar/partials/Price.tsx +41 -41
- package/source/components/VehicleDetailedSidebar/partials/PriceContent.styl +123 -123
- package/source/components/VehicleDetailedSidebar/partials/PriceContent.tsx +128 -128
- 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 +146 -146
- package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.tsx +376 -376
- 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 +50 -50
- package/source/components/VehicleDetailedSlider/partials/PriceData.tsx +44 -44
- 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 +44 -44
- 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 -162
- package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.tsx +190 -190
- package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.styl +218 -218
- package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.tsx +161 -161
- package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.styl +164 -164
- package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.tsx +288 -288
- package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.styl +29 -29
- package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.tsx +34 -34
- package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.styl +135 -135
- package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.tsx +91 -91
- package/source/components/VehicleSmallCard/VehicleSmallCard.story.js +412 -412
- package/source/components/VehicleSmallCard/VehicleSmallCard.story.styl +55 -55
- package/source/components/VehicleSmallCard/VehicleSmallCard.styl +244 -244
- package/source/components/VehicleSmallCard/VehicleSmallCard.tsx +405 -404
- 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 +44 -44
- 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 +79 -79
- 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 +86 -86
- package/source/components/_common/Checkbox/index.js +4 -4
- package/source/components/_common/CheckboxMaterial/CheckboxMaterial.story.js +126 -126
- 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/Chip/Chip.story.js +43 -43
- package/source/components/_common/Chip/Chip.styl +69 -69
- package/source/components/_common/Chip/Chip.tsx +38 -38
- 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 +219 -219
- package/source/components/_common/Co2Widget/CO2Efficiency.tsx +93 -93
- 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 +53 -53
- 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 +768 -768
- 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 +34 -34
- 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/AlertInfo.tsx +19 -19
- 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/YoutubeButton.tsx +26 -26
- 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 +141 -141
- 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 +248 -248
- 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 +20 -20
- 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 +132 -132
- 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 +123 -123
- package/source/components/_common/MaterialSelect/MaterialSelect.tsx +222 -222
- 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 +37 -37
- package/source/components/_common/MaterialTooltip/MaterialTooltip.story.js +10 -10
- package/source/components/_common/MaterialTooltip/MaterialTooltip.styled.tsx +24 -24
- package/source/components/_common/MaterialTooltip/MaterialTooltip.tsx +87 -87
- package/source/components/_common/Modal/CookieModal.tsx +49 -49
- package/source/components/_common/Modal/Modal.story.js +37 -37
- package/source/components/_common/Modal/Modal.styled.tsx +15 -15
- package/source/components/_common/Modal/Modal.tsx +24 -24
- package/source/components/_common/Modal/ModalsConfig.tsx +23 -23
- package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.styl +86 -86
- package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.tsx +184 -184
- package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.styl +66 -66
- package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.tsx +51 -51
- 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 +122 -122
- 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 +77 -77
- 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 +87 -87
- 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/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 +155 -155
- 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 +73 -73
- package/source/components/_common/UserMenu/MaterialMenu.styled.tsx +84 -84
- package/source/components/_common/UserMenu/MaterialMenu.tsx +101 -101
- package/source/components/_common/UserMenu/MaterialMenuItem.tsx +76 -76
- package/source/components/_common/UserMenu/NestedMenu.tsx +59 -59
- 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 +175 -174
- 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 +153 -153
- package/source/components/_common/withStats/withStats.tsx +182 -182
- package/source/components/containers/DasboardSection/DashboardSection.styl +14 -14
- package/source/components/containers/DasboardSection/DashboardSection.tsx +23 -23
- package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.styl +67 -67
- package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.tsx +463 -463
- package/source/framework/DataTransformers.ts +86 -86
- 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 +127 -123
- 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 +131 -131
- package/source/framework/data.ts +6 -6
- package/source/framework/factories/BreadcrumbsFactory.tsx +285 -285
- 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 +370 -370
- package/source/framework/utils/CommonUtils.ts +645 -645
- package/source/framework/utils/CookieUtils.ts +61 -61
- package/source/framework/utils/DateUtils.ts +101 -101
- 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 +481 -481
- package/source/framework/vehiclesProps/decoratedProps.tsx +1690 -1690
- package/source/framework/vehiclesProps/equipment.ts +129 -129
- package/source/framework/vehiclesProps/highlights.ts +54 -54
- package/source/framework/vehiclesProps/vehicleDetails.ts +426 -426
- 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 +1112 -1112
- 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 +65 -65
- package/tslint.json +38 -38
- package/utils.ts +59 -59
package/source/locales/data.ts
CHANGED
|
@@ -1,1112 +1,1112 @@
|
|
|
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 { getFormattedNumber, 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
|
-
|
|
20
|
-
const monthsTo: number = moment.utc().diff(moment.utc().subtract(count, 'd'), 'M', true);
|
|
21
|
-
return {
|
|
22
|
-
...cbd,
|
|
23
|
-
title: {
|
|
24
|
-
financing: 'Finanzierung',
|
|
25
|
-
leasing: 'Leasing',
|
|
26
|
-
abo: 'Abo',
|
|
27
|
-
buy: 'Kaufen'
|
|
28
|
-
},
|
|
29
|
-
common: {
|
|
30
|
-
priceRating: {
|
|
31
|
-
...priceRating
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
priceReview: {
|
|
35
|
-
...priceRating
|
|
36
|
-
},
|
|
37
|
-
vehicleProps: {
|
|
38
|
-
promoSlider: {
|
|
39
|
-
consumptionCombined: `${vehicleOption.consumptionCombined}l/100km (komb)*`,
|
|
40
|
-
co2: `${vehicleOption.co2} g CO2/km (komb)*`,
|
|
41
|
-
new: 'neu',
|
|
42
|
-
wltpCo2: `${vehicleOption.wltpCo2}g CO2/km (WLTP, komb.)*`,
|
|
43
|
-
wltpConsumptionCombined: `${vehicleOption.consumptionCombined}l/100km`
|
|
44
|
-
},
|
|
45
|
-
value: {
|
|
46
|
-
onRequest: "Auf Anfrage",
|
|
47
|
-
mileage: `${vehicleOption.mileage} km`,
|
|
48
|
-
consumption: `${vehicleOption.consumptionCombined}l/100km`,
|
|
49
|
-
consumptionPower: `${vehicleOption.consumptionPowerCombined}kWh/100km`,
|
|
50
|
-
consumptionPowerCombined: `${vehicleOption.consumptionPowerCombined}kWh/100km`,
|
|
51
|
-
consumptionGas: `${vehicleOption.consumptionCombined}kg/100km`,
|
|
52
|
-
consumptionCombined: `${vehicleOption.consumptionCombined}l/100km`,
|
|
53
|
-
wltpConsumptionCombined: `${vehicleOption.wltpCombined}l/100km`,
|
|
54
|
-
power: `${vehicleOption.powerKW}\u00A0kW (${vehicleOption.powerPS}\u00A0PS)`,
|
|
55
|
-
powerAlternateView: `${vehicleOption.powerKW}\u00A0kW (${vehicleOption.powerPS}\u00A0PS)`,
|
|
56
|
-
powerPS: `${vehicleOption.powerPS} PS`,
|
|
57
|
-
deliveryPeriodMonths: `${Math.round(monthsTo)} Monat\nab Bestellung`,
|
|
58
|
-
deliveryPeriodDays: `${count} Tag\nab Bestellung`,
|
|
59
|
-
co2Combined: `${vehicleOption.co2}g CO2/km (komb)*`,
|
|
60
|
-
co2: `${vehicleOption.co2} g/km `,
|
|
61
|
-
na: 'N/A',
|
|
62
|
-
priceSub: '/mtl.',
|
|
63
|
-
priceSubMtl: '/mtl.',
|
|
64
|
-
prefixOldPrice: 'z.B.',
|
|
65
|
-
vehicleOwners: `${vehicleOption.vehicleOwners} Fahrzeughalter`,
|
|
66
|
-
vehicleOwners_plural: `${count} Fahrzeughalter`,
|
|
67
|
-
doorsOnly: `${vehicleOption.doorsOnly} Türen`,
|
|
68
|
-
fromDate: `Ab ${humanViewTime}`,
|
|
69
|
-
cylinders: 'Zylinder',
|
|
70
|
-
cubicCapacity: 'Hubraum',
|
|
71
|
-
torque: `${vehicleOption.torque} Nm`,
|
|
72
|
-
accidentFree: 'Unfallfrei',
|
|
73
|
-
damaged: 'Beschädigt',
|
|
74
|
-
newCar: 'Neuwagen',
|
|
75
|
-
width: `${getFormattedPrice(vehicleOption.width)} mm`,
|
|
76
|
-
height: `${getFormattedPrice(vehicleOption.height)} mm`,
|
|
77
|
-
length: `${getFormattedPrice(vehicleOption.length)} mm`,
|
|
78
|
-
base: `${getFormattedPrice(vehicleOption.base)} mm`,
|
|
79
|
-
topSpeed: `${vehicleOption.topSpeed} km/h`,
|
|
80
|
-
fuelCapacity: `${getFormattedPrice(vehicleOption.fuelCapacity)} l`,
|
|
81
|
-
maximumWeightCapacity: `${getFormattedPrice(vehicleOption.maximumWeightCapacity)} kg`,
|
|
82
|
-
tareWeight: `${getFormattedPrice(vehicleOption.tareWeight)} kg`,
|
|
83
|
-
bootCapacity: `${vehicleOption.bootCapacity} l`,
|
|
84
|
-
capacityLoad: `${vehicleOption.capacityLoad} l`,
|
|
85
|
-
no: 'Nein',
|
|
86
|
-
yes: 'Ja',
|
|
87
|
-
batteryCapacity: `${vehicleOption.batteryCapacity} kWh`,
|
|
88
|
-
wltpCo2Combined: `${getFormattedNumber(vehicleOption.wltpCo2)}g CO2/km (WLTP, komb)*`,
|
|
89
|
-
wltpCo2WtdCombined: `${getFormattedNumber(vehicleOption.wltpCo2)}g CO2/km (WLTP, gew., komb)*`,
|
|
90
|
-
wltpCombined: `${getFormattedNumber(vehicleOption.wltpCombined)}l/100km`,
|
|
91
|
-
wltpWeightedCombined: `${getFormattedNumber(vehicleOption.wltpWeightedCombined)}l/100km`,
|
|
92
|
-
wltpWeightedPowerCombined: `${getFormattedNumber(vehicleOption.wltpWeightedPowerCombined)}kWh/100km`,
|
|
93
|
-
wltpPowerCombined: `${getFormattedNumber(vehicleOption.wltpPowerCombined)}kWh/100km`,
|
|
94
|
-
wltpCombinedGas: `${getFormattedNumber(vehicleOption.wltpCombined)}kg/100km`
|
|
95
|
-
},
|
|
96
|
-
title: {
|
|
97
|
-
'addOfferToMainSlide': 'Zum Schieberegler hinzufügen',
|
|
98
|
-
'toOffer': 'Zum Angebot',
|
|
99
|
-
'financing': 'Finanzierung',
|
|
100
|
-
'leasing': 'Leasing',
|
|
101
|
-
'abo': 'Abo',
|
|
102
|
-
'overview': 'ÜBERBLICK',
|
|
103
|
-
'highlights': 'HIGHLIGHTS',
|
|
104
|
-
'vehicleDetails': 'FAHRZEUGDETAILS',
|
|
105
|
-
'fuel': 'Kraftstoffe',
|
|
106
|
-
'cylinders': 'Zylinder',
|
|
107
|
-
'batteryCapacityTitle': 'Batteriekapazität',
|
|
108
|
-
'chargingDuration230V': 'Ladedauer (230V-Steckdose)',
|
|
109
|
-
'chargingDurationMaxSpeed': 'Ladedauer (max. Geschwindigkeit)',
|
|
110
|
-
'batteryChargerType': 'Steckerformat',
|
|
111
|
-
'batteryRangeElectric': 'Reichweite (rein elektrisch)',
|
|
112
|
-
'rangeHydrogen': 'Reichweite Wasserstoff',
|
|
113
|
-
'cubicCapacity': 'Hubraum',
|
|
114
|
-
'power': 'Leistung',
|
|
115
|
-
'torque': 'Drehmoment',
|
|
116
|
-
'acceleration': 'Beschleunigung',
|
|
117
|
-
'topSpeed': 'Höchstgeschwindigkeit',
|
|
118
|
-
'transmission': 'Getriebe',
|
|
119
|
-
'driveType': 'Antrieb',
|
|
120
|
-
'fuelCapacity': 'Tankvolumen',
|
|
121
|
-
'category': 'Fahrteugkategorie',
|
|
122
|
-
'length': 'Länge',
|
|
123
|
-
'width': 'Breite',
|
|
124
|
-
'height': 'Höhe',
|
|
125
|
-
'base': 'Radstand',
|
|
126
|
-
'loadingVolume': 'Ladevolumen',
|
|
127
|
-
'bootCapacity': 'Kofferraumvolumen',
|
|
128
|
-
'doors': 'Türen',
|
|
129
|
-
'seats': 'Sitze',
|
|
130
|
-
'tare': 'Leergewicht',
|
|
131
|
-
'maximumWeight': 'Zulässiges Gesamtgewicht',
|
|
132
|
-
'trailerLoadBraked': 'Anhängelast \r\n(gebremst)',
|
|
133
|
-
'trailerLoadUnbraked': 'Anhängelast \r\n(ungebremst)',
|
|
134
|
-
'consumptionInner': 'Verbrauch innerorts',
|
|
135
|
-
'consumptionOuter': 'Verbrauch außerorts',
|
|
136
|
-
'сonsumptionCombined': 'Verbrauch (komb.)*',
|
|
137
|
-
'consumptionHydrogenInner': 'Wasserstoffverbrauch, Innerorts',
|
|
138
|
-
'consumptionHydrogenOuter': 'Wasserstoffverbrauch, Außerorts',
|
|
139
|
-
'consumptionHydrogenCombined': 'Wasserstoffverbrauch, Kombiniert',
|
|
140
|
-
'consumptionGasInner': 'Gasverbrauch, Innerorts',
|
|
141
|
-
'consumptionGasOuter': 'Gasverbrauch, Außerorts',
|
|
142
|
-
'consumptionGasCombined': 'Gasverbrauch, Kombiniert',
|
|
143
|
-
'consumptionPowerInner': 'Stromverbrauch, Innerorts',
|
|
144
|
-
'consumptionPowerOuter': 'Stromverbrauch, Außerorts',
|
|
145
|
-
'consumptionPowerCombined': 'Stromverbrauch, Kombiniert',
|
|
146
|
-
'co2': 'CO2-Ausstoß (komb.)*',
|
|
147
|
-
'emissionClass': 'Emissionsklasse',
|
|
148
|
-
'emissionsSticker': 'Feinstaubplakette',
|
|
149
|
-
'energyEfficiencyClass': 'CO-2-Effizienz',
|
|
150
|
-
'subTitle': '*Auf der Grundlage der gemessenen CO-2 Emissionen unter Berücksichtigung der Masse des Fahrzeugs ermittelt.',
|
|
151
|
-
'offerAvailability': 'Verfügbarkeit',
|
|
152
|
-
'lastTechnicalService': 'Hauptuntersuchung',
|
|
153
|
-
'generalInspection': 'Hauptuntersuchung',
|
|
154
|
-
'сondition': 'Fahrzeugzustand',
|
|
155
|
-
'numberOfPreviousOwners': 'Fahrzeughalter',
|
|
156
|
-
'guarantee': 'Garantie',
|
|
157
|
-
'maintenanceGuide': 'Scheckheft gepflegt',
|
|
158
|
-
'nonSmokingVehicle': 'Nichtraucherfahrzeug',
|
|
159
|
-
'manufacturerColorName': 'Farbe (Hersteller)',
|
|
160
|
-
'colour': 'Farbe',
|
|
161
|
-
'appointmentsColor': 'Ausstattungsfarbe',
|
|
162
|
-
'interiorType': 'Innenausstattung',
|
|
163
|
-
'assistanceSystems': 'Assistenzsysteme',
|
|
164
|
-
'parkingAid': 'Einparkhilfe',
|
|
165
|
-
'airConditioning': 'Klimatisierung',
|
|
166
|
-
'heater': 'Heizung',
|
|
167
|
-
'multimedia': 'Multimedia',
|
|
168
|
-
'steeringWheel': 'Lenkrad',
|
|
169
|
-
'light': 'Licht',
|
|
170
|
-
'slices': 'Scheiben',
|
|
171
|
-
'mirror': 'Spiegel',
|
|
172
|
-
'wheelsLandingGear': 'Räder | Fahrwerk',
|
|
173
|
-
'extras': 'Extras',
|
|
174
|
-
'makeModel': 'Marke, Modell',
|
|
175
|
-
'firstRegistration': 'Erstzulassung',
|
|
176
|
-
'mileage': 'Kilometerstand',
|
|
177
|
-
'consumptionAndCo2': 'Kraftstoffverbrauch*',
|
|
178
|
-
'monthlyFrom': 'monatlich z.B.',
|
|
179
|
-
'buy': 'Kaufen',
|
|
180
|
-
'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.',
|
|
181
|
-
'leasingDescription': 'Beim Leasing zahlen Sie lediglich die Zinsen des Darlehens und einen geringen Tilgungsanteil. Zum Vertragsende geben Sie das Auto einfach wieder zurück.',
|
|
182
|
-
'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.',
|
|
183
|
-
'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.',
|
|
184
|
-
'wltpCo2': 'CO2-Ausstoß (WLTP, komb.)',
|
|
185
|
-
'wltpCo2Discharged': 'CO2-Ausstoß (WLTP, bei entladener Batterie)',
|
|
186
|
-
'wltpEnergyEfficiencyClass': 'CO2-Klasse *Auf der Grundlage der CO-2 Emissionen (kombiniert)',
|
|
187
|
-
'wltpDischargedEnergyEfficiencyClass': 'CO2-Klasse *Auf der Grundlage der CO-2 Emissionen (bei entladener Batterie)',
|
|
188
|
-
'wltpTotalRange': 'Reichweite (EAER) (WLTP, rein elektrisch)',
|
|
189
|
-
'wltpRange': 'Reichweite (WLTP, rein elektrisch)',
|
|
190
|
-
'wltpWeightedCombined': 'Verbrauch (WLTP, gew., komb.)',
|
|
191
|
-
'wltpCombined': 'Verbrauch (WLTP, komb.)',
|
|
192
|
-
'wltpSlow': 'Verbrauch Innenstadt (WLTP)',
|
|
193
|
-
'wltpMedium': 'Verbrauch Stadtrand(WLTP)',
|
|
194
|
-
'wltpFast': 'Verbrauch Landstraße(WLTP)',
|
|
195
|
-
'wltpVeryFast': 'Verbrauch Autobahn (WLTP)',
|
|
196
|
-
'wltpWeightedPowerCombined': 'Electricity consumption (WLTP, wtd. comb.)',
|
|
197
|
-
'wltpPowerCombined': 'Stromverbrauch (WLTP, gew., komb.)',
|
|
198
|
-
'wltpPowerSlow': 'Stromverbrauch Innenstadt(WLTP)',
|
|
199
|
-
'wltpPowerMedium': 'Stromverbrauch Stadtrand(WLTP)',
|
|
200
|
-
'wltpPowerFast': 'Stromverbrauch Landstraße(WLTP)',
|
|
201
|
-
'wltpPowerVeryFast': 'Stromverbrauch Autobahn (WLTP)',
|
|
202
|
-
'wltpCO2Title': 'CO2-Klasse',
|
|
203
|
-
'wltpCO2SubTitle': '*Auf der Grundlage der CO-2 Emissionen',
|
|
204
|
-
'wltpCO2WidgetDischargedBattery': 'bei entladener Batterie',
|
|
205
|
-
'wltpCO2WidgetComb': 'gewichtet kombiniert',
|
|
206
|
-
'wltpCO2SubTitleComb': '*Auf der Grundlage der CO-2 Emissionen (kombiniert)'
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
sidebar: {
|
|
210
|
-
overview: 'überblick',
|
|
211
|
-
highlights: 'HIGHLIGHTS',
|
|
212
|
-
details: 'Details',
|
|
213
|
-
adjustRate: 'Rate anpassen',
|
|
214
|
-
aboRate: 'Abo anpassen',
|
|
215
|
-
serviceProducts: 'Serviceprodukte',
|
|
216
|
-
vat: `inkl. ${vehicleOption.vatRate}% MwSt.`,
|
|
217
|
-
reservations: 'Reservieren',
|
|
218
|
-
requestOffer: 'Angebot anfragen',
|
|
219
|
-
requestFinancing: 'Jetzt finanzierung anfragen',
|
|
220
|
-
successfullyRequested: 'Erfolgreich angefragt',
|
|
221
|
-
callUp: 'Anrufen',
|
|
222
|
-
dataEngine: 'Daten Motor',
|
|
223
|
-
dimensions: 'Maße & Abmessungen',
|
|
224
|
-
equipments: 'Ausstattung',
|
|
225
|
-
generalData: 'Allgemeine Daten',
|
|
226
|
-
monthly: '/Monat',
|
|
227
|
-
insteadOf: 'statt',
|
|
228
|
-
empty: 'Keine Daten',
|
|
229
|
-
financingBlock: {
|
|
230
|
-
purchase: 'PKW-Ankauf',
|
|
231
|
-
deposit: 'Anzahlung',
|
|
232
|
-
runningTime: 'Laufzeit',
|
|
233
|
-
mileage: 'Laufleistung',
|
|
234
|
-
prefixPrice: 'ab',
|
|
235
|
-
financingDetalis: 'Finanzierungsdetails',
|
|
236
|
-
leasingDetalis: 'Leasingdetails',
|
|
237
|
-
abonementsDetails: 'Abonements details',
|
|
238
|
-
month: 'Monate',
|
|
239
|
-
km: 'km'
|
|
240
|
-
},
|
|
241
|
-
financingDetalis: {
|
|
242
|
-
creditAgency: 'Finanzierungsinstitut',
|
|
243
|
-
financing: 'Finanzierungsart',
|
|
244
|
-
loanAgreement: 'Kreditvertrag mit Kaufoption',
|
|
245
|
-
month: '{{month}} Monate',
|
|
246
|
-
exampleOfFinance: 'Finanzierungsbeispiel',
|
|
247
|
-
vat: '(alle Angaben inkl. 19,0 % MwSt.)',
|
|
248
|
-
contractPeriod: 'Vertragslaufzeit',
|
|
249
|
-
monthlyPayment: '48 Monatsraten zu je',
|
|
250
|
-
onetimeSpecialPayment: 'Anzahlung',
|
|
251
|
-
finalPayment: 'Schlusszahlung',
|
|
252
|
-
amountWithPurchase: 'Preis bei Ausübung der Kaufoption',
|
|
253
|
-
totalAmount: 'Gesamtbetrag',
|
|
254
|
-
amountWithoutPurchase: 'Gesamtbetrag ohne Ausübung der Kaufoption',
|
|
255
|
-
debitInterestRatePerYear: 'Sollzinssatz pro Jahr',
|
|
256
|
-
effectiveInterestRate: 'Effektiver Jahreszins',
|
|
257
|
-
netLoanAmount: 'Nettodarlehensbetrag (Anschaffungspreis)',
|
|
258
|
-
listPrice: 'Listenpreis / Marktpreis',
|
|
259
|
-
creditworthinessProvided: 'Bonität vorausgesetzt. Dies ist ein Berechnungsbeispiel nach Ihren Angaben. Andere Finanzierungswünsche sind möglich.',
|
|
260
|
-
included: 'inkl. Kosten Anlieferung oder Abholung.',
|
|
261
|
-
bound: 'Gebunden für die gesamte Vertragslaufzeit.',
|
|
262
|
-
description: '2/3 aller Kunden erhalten: Nettodarlehensbetrag {{netLoanAmount}} €, Effektiver Jahreszins {{annualPercentageRate}}%, Fester Sollzins p.a. {{nominalInterestRate}}%, Monatliche Rate {{monthlyInstallment}}€, Gesamtbetrag {{grossLoanAmount}}€',
|
|
263
|
-
conclude: 'Schließen',
|
|
264
|
-
openFinancingDetails: 'Finanzierungsdetails einblenden',
|
|
265
|
-
hideFinancingDetails: 'Finanzierungsdetails ausblenden'
|
|
266
|
-
}
|
|
267
|
-
},
|
|
268
|
-
accordion: {
|
|
269
|
-
'captionOverview': 'ÜBERBLICK',
|
|
270
|
-
'captionHighlights': 'HIGHLIGHTS',
|
|
271
|
-
'captionVehicleDetails': 'FAHRZEUGDETAILS',
|
|
272
|
-
'tableEngine': 'Daten Motor und Getriebe',
|
|
273
|
-
'tableDimensions': 'Maße und Abmessungen',
|
|
274
|
-
'tableEnvironment': 'Umwelt',
|
|
275
|
-
'tableAvailability': 'Zustand und Verfügbarkeit',
|
|
276
|
-
'tableMaterial': 'Farbe und Material',
|
|
277
|
-
'tableEqipment': 'Ausstattung',
|
|
278
|
-
'captionFuels': 'Kraftstoffe',
|
|
279
|
-
'captionCylinder': 'Zylinder/-anordnung',
|
|
280
|
-
'captionCapacity': 'Hubraum',
|
|
281
|
-
'captionPower': 'Leistung',
|
|
282
|
-
'captionTorque': 'Drehmoment',
|
|
283
|
-
'captionAcceleration': 'Beschleunigung',
|
|
284
|
-
'captionTopspeed': 'Höchstgeschwindigkeit',
|
|
285
|
-
'captionTransmission': 'Getriebe',
|
|
286
|
-
'captionDrive': 'Antrieb',
|
|
287
|
-
'captionTankcapacity': 'Tankvolumen',
|
|
288
|
-
'captionLength': 'Länge',
|
|
289
|
-
'captionWidth': 'Breite',
|
|
290
|
-
'captionHeight': 'Höhe',
|
|
291
|
-
'captionWheelBase': 'Radstand',
|
|
292
|
-
'captionLoadingVolume': 'Ladevolume',
|
|
293
|
-
'captionBootCapacity': 'Kofferraumvolumen',
|
|
294
|
-
'captionDoors': 'Türen',
|
|
295
|
-
'captionSeats': 'Sitze',
|
|
296
|
-
'captionTare': 'Leergewicht',
|
|
297
|
-
'captionMaximumWeight': 'Zulässiges Gesamtgewicht',
|
|
298
|
-
'captionTrailerLoadBraked': 'Anhängelast (gebremst)',
|
|
299
|
-
'captionTrailerLoadUnbraked': 'Anhängelast (ungebremst)',
|
|
300
|
-
'captionConsumptionInTown': 'Verbrauch innerorts',
|
|
301
|
-
'captionConsumptionOutOfTown': 'Verbrauch außerorts',
|
|
302
|
-
'captionConsumptionCom': 'Verbrauch (komb.)*',
|
|
303
|
-
'captionCo2EmissionsCom': 'CO2-Ausstoß (komb.)*',
|
|
304
|
-
'captionEmissionClass': 'Emissionsklasse',
|
|
305
|
-
'captionEmissionsSticker': 'Feinstaubplakette',
|
|
306
|
-
'captionCo2Efficiency': 'CO-2-Effizienz',
|
|
307
|
-
'captionSubTitle': '*Auf der Grundlage der gemessenen CO-2 Emissionen unter Berücksichtigung der Masse des Fahrzeugs ermittelt.',
|
|
308
|
-
'captionAvailability': 'Verfügbarkeit',
|
|
309
|
-
'captionGeneralInspection': 'Hauptuntersuchung',
|
|
310
|
-
'captionVehicleCondition': 'Fahrzeugzustand',
|
|
311
|
-
'captionVehicleOwners': 'Fahrzeughalter',
|
|
312
|
-
'captionGuarantee': 'Garantie',
|
|
313
|
-
'captionMaintenanceGuide': 'Scheckheft gepflegt',
|
|
314
|
-
'captionNonSmokingVehicle': 'Nichtraucherfahrzeug',
|
|
315
|
-
'captionColorManufacturer': 'Farbe (Hersteller)',
|
|
316
|
-
'captionColour': 'Farbe',
|
|
317
|
-
'captionAppointmentsColor': 'Ausstattungsfarbe',
|
|
318
|
-
'captionInteriorDecoration': 'Innenausstattung',
|
|
319
|
-
'captionAssistanceSystems': 'Assistenzsysteme',
|
|
320
|
-
'captionAirbags': 'Airbags',
|
|
321
|
-
'captionParkingAid': 'Einparkhilfe',
|
|
322
|
-
'captionAirConditioning': 'Klimatisierung',
|
|
323
|
-
'captionHeater': 'Heizung',
|
|
324
|
-
'captionMultimedia': 'Multimedia',
|
|
325
|
-
'captionSteeringWheel': 'Lenkrad',
|
|
326
|
-
'captionLight': 'Licht',
|
|
327
|
-
'captionSlices': 'Scheiben',
|
|
328
|
-
'captionMirror': 'Spiegel',
|
|
329
|
-
'captionWheelsLandingGear': 'Räder | Fahrwerk',
|
|
330
|
-
'captionExtras': 'Extras',
|
|
331
|
-
}
|
|
332
|
-
};
|
|
333
|
-
};
|
|
334
|
-
|
|
335
|
-
export const searchTopBarTranslate = (resultsCount?: number) => {
|
|
336
|
-
const resultsCountToLocale = resultsCount && resultsCount.toLocaleString('de');
|
|
337
|
-
return {
|
|
338
|
-
...sortingOptions,
|
|
339
|
-
resultsCount: `${resultsCountToLocale} Angebote`,
|
|
340
|
-
resultsText: 'stimmen mit Ihren Suchkriterien überein',
|
|
341
|
-
sortingPlaceholder: 'sortieren',
|
|
342
|
-
saveSearch: {
|
|
343
|
-
label: 'Suche speichern',
|
|
344
|
-
saveSuccess: 'Ihre Suche wurde erfolgreich gespeichert.',
|
|
345
|
-
saveError: 'Ihre Suche konnte nicht gespeichert werden. Versuchen Sie es später erneut.'
|
|
346
|
-
},
|
|
347
|
-
}
|
|
348
|
-
};
|
|
349
|
-
|
|
350
|
-
export const paginationTranslate = () => {
|
|
351
|
-
return {
|
|
352
|
-
common: {
|
|
353
|
-
goBack: 'zurück',
|
|
354
|
-
goForward: 'weiter'
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
};
|
|
358
|
-
|
|
359
|
-
export const VehicleDetailedSliderTranslate = (statsData: any) => {
|
|
360
|
-
const totalFavCount = _get(statsData, 'totalFavCount', null);
|
|
361
|
-
const slidingCarImpCount = _get(statsData, 'slidingCarImpCount', null);
|
|
362
|
-
return {
|
|
363
|
-
slider: {
|
|
364
|
-
topPrices: 'Top-Preise',
|
|
365
|
-
comingSoon: 'Demnächst',
|
|
366
|
-
firstPicture: 'Erstes Bild',
|
|
367
|
-
currentSlide: 'von',
|
|
368
|
-
fullScreen: 'Vollbild',
|
|
369
|
-
exterior: 'Außen',
|
|
370
|
-
interior: 'Innen',
|
|
371
|
-
comparableCars: 'Vergleichbare Autos',
|
|
372
|
-
comparableCarsMobile: 'Vergleichbare Autos',
|
|
373
|
-
othersLooked: 'Andere haben ebenso angeschaut',
|
|
374
|
-
saveCarAsFavorites: `${totalFavCount} Favoriten`,
|
|
375
|
-
customersLookingTheCar: `${slidingCarImpCount} Ansichten`,
|
|
376
|
-
checked: 'geprüft',
|
|
377
|
-
easy: 'einfach',
|
|
378
|
-
safe: 'sicher',
|
|
379
|
-
toBuy: 'kaufen',
|
|
380
|
-
callForFree: 'kostenfrei anrufen',
|
|
381
|
-
save: 'sparen',
|
|
382
|
-
new: 'neu'
|
|
383
|
-
}
|
|
384
|
-
};
|
|
385
|
-
};
|
|
386
|
-
|
|
387
|
-
export const SearchPage = (chip?: any) => {
|
|
388
|
-
const filterKey = _get(chip, 'filterKey');
|
|
389
|
-
const monthlyInstallmentFrom = _get(chip, 'filterValue.monthlyInstallmentFrom');
|
|
390
|
-
const monthlyInstallmentTo = _get(chip, 'filterValue.monthlyInstallmentTo');
|
|
391
|
-
const firstInstallment = _get(chip, 'filterValue.firstInstallment');
|
|
392
|
-
const paybackPeriod = _get(chip, 'filterValue.paybackPeriod');
|
|
393
|
-
let fromToWithInfo = '';
|
|
394
|
-
switch (filterKey) {
|
|
395
|
-
case 'CONSUMPTION':
|
|
396
|
-
const fromValue = Number(chip.filterValue.from).toLocaleString('de');
|
|
397
|
-
const toValue = Number(chip.filterValue.to).toLocaleString('de');
|
|
398
|
-
const newFromValue: any = (fromValue === 'NaN') ? '1' : fromValue;
|
|
399
|
-
const newToValue: any = (toValue === 'NaN') ? '18' : toValue;
|
|
400
|
-
fromToWithInfo = `${newFromValue} - ${newToValue}`;
|
|
401
|
-
break;
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
return {
|
|
405
|
-
...cbd,
|
|
406
|
-
...SearchDetailedPage,
|
|
407
|
-
common,
|
|
408
|
-
addManufacturerAndModel: 'weitere Fahrzeuge hinzufügen',
|
|
409
|
-
filters: {
|
|
410
|
-
'highlights': 'Highlights',
|
|
411
|
-
'moreCriteria': 'mehr Kriterien',
|
|
412
|
-
'rateTitle': 'Monatsrate',
|
|
413
|
-
'all': 'Alle',
|
|
414
|
-
'first_registration': 'Erstzulassung',
|
|
415
|
-
'first_registration_from': 'EZ von',
|
|
416
|
-
'first_registration_to': 'EZ bis',
|
|
417
|
-
'rate': 'Rate',
|
|
418
|
-
'price': 'Preis',
|
|
419
|
-
'price_from': 'Preis von',
|
|
420
|
-
'price_to': 'Preis bis',
|
|
421
|
-
'mileage': 'Kilometerstand',
|
|
422
|
-
'mileage_from': 'Kilometer von',
|
|
423
|
-
'mileage_to': 'Kilometer bis',
|
|
424
|
-
'power_from': 'Leistung von',
|
|
425
|
-
'power_to': 'Leistung bis',
|
|
426
|
-
'power': 'Leistung in {{value}}',
|
|
427
|
-
'interiorColor': 'Polsterfarbe',
|
|
428
|
-
'interiorMaterial': 'Polstermaterial',
|
|
429
|
-
'consumption': 'Verbrauch',
|
|
430
|
-
'consumptionShort': 'Kraftstoffverbrauch',
|
|
431
|
-
'consumption_to': 'Verbrauch (komb.) bis',
|
|
432
|
-
'FUEL': 'Kraftstoffart',
|
|
433
|
-
'TRANSMISSION': 'Getriebe',
|
|
434
|
-
'DRIVE_TYPE': 'Antrieb',
|
|
435
|
-
'CUBIC_CAPACITY': 'Hubraum (ccm)',
|
|
436
|
-
'CUBIC_CAPACITY_from': 'Hubraum von',
|
|
437
|
-
'CUBIC_CAPACITY_to': 'Hubraum bis',
|
|
438
|
-
'any': 'Alle',
|
|
439
|
-
'from': 'von',
|
|
440
|
-
'to': 'bis',
|
|
441
|
-
'bodyColor': 'Außenfarbe',
|
|
442
|
-
'metallic': 'Metallic',
|
|
443
|
-
'selector_top_price': 'Bestpreis',
|
|
444
|
-
'selector_good_price': 'Guter Preis',
|
|
445
|
-
'selector_fair_price': 'Fairer Preis',
|
|
446
|
-
'selector_increased_price': 'Erhöhter Preis',
|
|
447
|
-
'selector_high_price': 'Hoher Preis',
|
|
448
|
-
'selector_no_rating': 'Keine Bewertung',
|
|
449
|
-
'vatReportable': 'MwSt. ausweisbar',
|
|
450
|
-
'onlineSince': 'Online seit',
|
|
451
|
-
'numberOfDoors': 'Anzahl Türen',
|
|
452
|
-
'seats': 'Sitzplätze',
|
|
453
|
-
'seats_from': 'Sitzplätze von',
|
|
454
|
-
'seats_to': 'Sitzplätze bis',
|
|
455
|
-
'fuel': 'Kraftstoffart',
|
|
456
|
-
'priceTitle': 'Preis in {{currency}}',
|
|
457
|
-
'drive': 'Antrieb',
|
|
458
|
-
'transmission': 'Getriebe',
|
|
459
|
-
'no': 'No',
|
|
460
|
-
'fineDustSticker': 'Feinstaubplakette mind.',
|
|
461
|
-
'emissionClass': 'Schadstoffklasse min. (Euro)',
|
|
462
|
-
'numberOfOwners': 'Fahrzeughalter max',
|
|
463
|
-
'one_owner_checkbox': '1',
|
|
464
|
-
'two_owners_checkbox': '2',
|
|
465
|
-
'three_owners_checkbox': '3',
|
|
466
|
-
'four_and_more_owners_checkbox': '4',
|
|
467
|
-
'all_owners_checkbox': 'Alle',
|
|
468
|
-
'dieselParticulateFilter': 'Rußpartikelfilter',
|
|
469
|
-
'1_day': '1 Tag',
|
|
470
|
-
'2_days': '2 Tage',
|
|
471
|
-
'3_days': '3 Tage',
|
|
472
|
-
'4_days': '4 Tage',
|
|
473
|
-
'5_days': '5 Tage',
|
|
474
|
-
'6_days': '6 Tage',
|
|
475
|
-
'1_week': '1 Woche',
|
|
476
|
-
'2_weeks': '2 Wochen',
|
|
477
|
-
'1_month': '1 Monat',
|
|
478
|
-
'2_months': '2 Monate',
|
|
479
|
-
'6_months': '6 Monate',
|
|
480
|
-
'12_months': '12 Monate',
|
|
481
|
-
'18_months': '18 Monate',
|
|
482
|
-
'no_matter': 'egal',
|
|
483
|
-
'offer_warranty': 'Garantie',
|
|
484
|
-
'mainData_nonSmokerVehicle': 'Nichtraucher-Fahrzeug',
|
|
485
|
-
'careService_fullServiceHistory': 'Scheckheft gepflegt',
|
|
486
|
-
'damaged_vehicles': 'Beschädigte Fahrzeuge',
|
|
487
|
-
'show': 'Nicht Anzeigen',
|
|
488
|
-
'not_show': 'anzeigen',
|
|
489
|
-
'vehicleOwners': 'Anzahl der Fahrzeughalter',
|
|
490
|
-
'one_owner': 'Ein Fahrzeughalter',
|
|
491
|
-
'two_owners': 'Zwei Fahrzeughalter',
|
|
492
|
-
'three_owners': 'Drei Fahrzeughalter',
|
|
493
|
-
'four_and_more_owners': 'Fünf Fahrzeughalter',
|
|
494
|
-
'all_owners': 'Jede Anzahl von Fahrzeughalter',
|
|
495
|
-
'hu': 'HU mind. gültig (in Monaten)',
|
|
496
|
-
'anyHuMonth': 'Beliebig',
|
|
497
|
-
'qualityCertificate': 'Qualitätssiegel',
|
|
498
|
-
'oldtimer': 'Oldtimer',
|
|
499
|
-
'demonstration': 'Vorführfahrzeug',
|
|
500
|
-
'mainData_roadworthy': 'Fahrtauglich',
|
|
501
|
-
'manufacturerPlaceholder': 'Marke',
|
|
502
|
-
'modelPlaceholder': 'Modell',
|
|
503
|
-
'powerPlaceholder': 'Leistung in {{value}}',
|
|
504
|
-
'submodelPlaceholder': 'Modellvariante: zB. Plus, GTI, etc',
|
|
505
|
-
'bodyTypePlaceholder': 'Karosserieform',
|
|
506
|
-
'monthlyInstallment': 'Monatsrate',
|
|
507
|
-
'firstInstallment': 'Anzahlung',
|
|
508
|
-
'paybackPeriod': 'Laufzeit',
|
|
509
|
-
'firstInstallmentPlaceholder': 'Deposit',
|
|
510
|
-
'monthlyInstallmentFromPlaceholder': 'Rate von',
|
|
511
|
-
'monthlyInstallmentToPlaceholder': 'Rate bis',
|
|
512
|
-
'paybackPeriodPlaceholder': 'Laufzeit'
|
|
513
|
-
},
|
|
514
|
-
rateSearchWidget: {
|
|
515
|
-
'changeRateLink': 'ändern',
|
|
516
|
-
'title': 'Ratendetails anpassen',
|
|
517
|
-
'months': 'Monate',
|
|
518
|
-
'monthlyInstallmentFrom': 'Monatsrate von (€)',
|
|
519
|
-
'monthlyInstallmentTo': 'Monatsrate bis (€)',
|
|
520
|
-
'firstInstallment': 'Anzahlung',
|
|
521
|
-
'paybackPeriod': 'Laufzeit',
|
|
522
|
-
'firstInstallmentPlaceholder': 'Anzahlung',
|
|
523
|
-
'monthlyInstallmentFromPlaceholder': 'Rate von',
|
|
524
|
-
'monthlyInstallmentToPlaceholder': 'Rate bis',
|
|
525
|
-
'paybackPeriodPlaceholder': 'Laufzeit',
|
|
526
|
-
'apply': 'Anwenden',
|
|
527
|
-
'abort': 'abbrechen',
|
|
528
|
-
'any': 'beliebig',
|
|
529
|
-
'monthlyInstallmentLabel': 'Monatsrate:',
|
|
530
|
-
'defaultValue': 'beliebig, 60 Monate',
|
|
531
|
-
'monthlyInstallmentFromValue': 'ab {{value}} €',
|
|
532
|
-
'monthlyInstallmentToValue': 'bis }} {{value€',
|
|
533
|
-
'paybackPeriodValue': '{{value}} Monate',
|
|
534
|
-
'firstInstallmentValue': '{{value}} € Anzahlung',
|
|
535
|
-
'rateChip': 'Rate:',
|
|
536
|
-
'monthlyInstallmentFromChip': 'ab {{value}} €',
|
|
537
|
-
'monthlyInstallmentToChip': 'bis {{value}} €',
|
|
538
|
-
'paybackPeriodChip': 'Laufzeit: {{value}} Monate',
|
|
539
|
-
'firstInstallmentChip': 'Anzahlung: {{value}} €'
|
|
540
|
-
},
|
|
541
|
-
'filterGroups': {
|
|
542
|
-
'interiorColor': 'Polsterfarbe',
|
|
543
|
-
'SUPER_ADMIN': 'Höchster Vorgesetzter',
|
|
544
|
-
'BASIC_DATA': 'Grunddaten',
|
|
545
|
-
'BODY_COLOR': 'Farbe',
|
|
546
|
-
'DRIVE_TRANSMISSION': 'Antrieb | Getriebe',
|
|
547
|
-
'EQUIPMENTS': 'Ausstattung',
|
|
548
|
-
'Interior': 'Polster',
|
|
549
|
-
'STATE': 'Zustand',
|
|
550
|
-
'ENVIRONMENT': 'Umwelt',
|
|
551
|
-
'OFFER_DETAILS': 'Angebotsdetails',
|
|
552
|
-
'VEHICLE_CONDITION': 'Fahrzeugzustand',
|
|
553
|
-
'MAKE_MODEL_SUB': 'Marke, Modell, Variante',
|
|
554
|
-
'HIGHLIGHTS': 'Highlights',
|
|
555
|
-
'MAKE_MODEL_EXCLUDE': 'Fahrzeuge aus der Suche ausschließen',
|
|
556
|
-
'BASIC_FEATURES': 'Basis Merkmale',
|
|
557
|
-
'VEHICLE_TYPE': 'Fahrzeugtyp',
|
|
558
|
-
'USAGE_TYPE': 'Fahrzeugart',
|
|
559
|
-
'PRICE_REVIEW': 'Preisbewertung',
|
|
560
|
-
'ENGINE_TRANS_DRIVE': 'Motor | Getriebe | Antrieb',
|
|
561
|
-
'LOCATION': 'Standort',
|
|
562
|
-
'SAFETY': 'Sicherheit',
|
|
563
|
-
'HISTORY': 'Fahrzeughistorie',
|
|
564
|
-
'INTERIOR': 'Polster'
|
|
565
|
-
},
|
|
566
|
-
SearchPage: {
|
|
567
|
-
...sortingOptions,
|
|
568
|
-
'resultsCount': '{{count}} Angebote',
|
|
569
|
-
'resultsText': 'stimmen mit Ihren Suchkriterien überein',
|
|
570
|
-
'emptyResults': {
|
|
571
|
-
'title': 'Derzeit sind keine Angebote entsprechend Ihrer Suche verfügbar',
|
|
572
|
-
'message': '<0>Um die Suchparameter zu ändern, verwenden Sie die <0>Detaillierte Suche</0></0>',
|
|
573
|
-
'offer': 'Wir haben passende Alternativen fur Sie zusammengestellt:'
|
|
574
|
-
},
|
|
575
|
-
'sortingPlaceholder': 'sortieren',
|
|
576
|
-
'searchResults': 'Suchergebnisse',
|
|
577
|
-
'detailedSearch': 'Detailsuche',
|
|
578
|
-
'buyCar': 'AUTO KAUFEN',
|
|
579
|
-
'removeAllFilters': 'Alle Filter entfernen',
|
|
580
|
-
'vehicle': {
|
|
581
|
-
'top': 'TOP',
|
|
582
|
-
'topPrice': 'TOP PREIS',
|
|
583
|
-
'firePrice': 'FAIRER PREIS',
|
|
584
|
-
'detalis': 'Details',
|
|
585
|
-
'perMonth': 'ab monatl.',
|
|
586
|
-
'financingDetails': 'Finanzierungsdetails',
|
|
587
|
-
'highlights': 'Highlights:',
|
|
588
|
-
'total': 'Gesamt',
|
|
589
|
-
'vatIncluded': 'inkl. MwSt.',
|
|
590
|
-
'toOffer': 'Zum Angebot',
|
|
591
|
-
'addOfferToMainSlide': 'Zum Schieberegler hinzufügen'
|
|
592
|
-
},
|
|
593
|
-
'filterBy': 'Filtern nach',
|
|
594
|
-
'addManufacturerAndModel': 'weitere Fahrzeuge hinzufügen',
|
|
595
|
-
'filterGroups': {
|
|
596
|
-
'interiorColor': 'Polsterfarbe',
|
|
597
|
-
'SUPER_ADMIN': 'Höchster Vorgesetzter',
|
|
598
|
-
'BASIC_DATA': 'Grunddaten',
|
|
599
|
-
'BODY_COLOR': 'Farbe',
|
|
600
|
-
'DRIVE_TRANSMISSION': 'Antrieb | Getriebe',
|
|
601
|
-
'EQUIPMENTS': 'Ausstattung',
|
|
602
|
-
'Interior': 'Polster',
|
|
603
|
-
'STATE': 'Zustand',
|
|
604
|
-
'ENVIRONMENT': 'Umwelt',
|
|
605
|
-
'OFFER_DETAILS': 'Angebotsdetails',
|
|
606
|
-
'VEHICLE_CONDITION': 'Fahrzeugzustand',
|
|
607
|
-
'MAKE_MODEL_SUB': 'Marke, Modell, Variante',
|
|
608
|
-
'HIGHLIGHTS': 'Highlights',
|
|
609
|
-
'MAKE_MODEL_EXCLUDE': 'Fahrzeuge aus der Suche ausschließen',
|
|
610
|
-
'BASIC_FEATURES': 'Basis Merkmale',
|
|
611
|
-
'VEHICLE_TYPE': 'Fahrzeugtyp',
|
|
612
|
-
'USAGE_TYPE': 'Fahrzeugart',
|
|
613
|
-
'PRICE_REVIEW': 'Preisbewertung',
|
|
614
|
-
'ENGINE_TRANS_DRIVE': 'Motor | Getriebe | Antrieb',
|
|
615
|
-
'LOCATION': 'Standort',
|
|
616
|
-
'SAFETY': 'Sicherheit',
|
|
617
|
-
'HISTORY': 'Fahrzeughistorie',
|
|
618
|
-
'INTERIOR': 'Polster'
|
|
619
|
-
},
|
|
620
|
-
'filters': {
|
|
621
|
-
'manufacturer_exclude': 'Ausschließen',
|
|
622
|
-
'model_exclude': 'Ausschließen',
|
|
623
|
-
'ownerID': 'Besitzer-ID',
|
|
624
|
-
'filter': 'Filtern nach Eigentümer-ID',
|
|
625
|
-
'bodyColor': 'Außenfarbe',
|
|
626
|
-
'drive': 'Antrieb',
|
|
627
|
-
'transmission': 'Getriebe',
|
|
628
|
-
'numberOfDoors': 'Anzahl Türen',
|
|
629
|
-
'manufacturerPlaceholder': 'Marke',
|
|
630
|
-
'modelPlaceholder': 'Modell',
|
|
631
|
-
'submodelPlaceholder': 'Modellvariante: zB. Plus, GTI, etc',
|
|
632
|
-
'bodyTypePlaceholder': 'Karosserieform',
|
|
633
|
-
'interiorColor': 'Polsterfarbe',
|
|
634
|
-
'interiorMaterial': 'Polstermaterial',
|
|
635
|
-
'fuel': 'Kraftstoffart',
|
|
636
|
-
'all': 'Alle',
|
|
637
|
-
'metallic': 'Metallic',
|
|
638
|
-
'highlights': 'Highlights',
|
|
639
|
-
'moreCriteria': 'mehr Kriterien',
|
|
640
|
-
'two_doors': '2 Türen',
|
|
641
|
-
'three_doors': '3 Türen',
|
|
642
|
-
'four_doors': '4 Türen',
|
|
643
|
-
'five_doors': '5 Türen',
|
|
644
|
-
'all_doors': 'Jede Anzahl von Türen',
|
|
645
|
-
'one_owner': 'max. 1 Fahrzeughalter',
|
|
646
|
-
'two_owners': 'max. 2 Fahrzeughalter',
|
|
647
|
-
'three_owners': 'max. 3 Fahrzeughalter',
|
|
648
|
-
'four_and_more_owners': '4+ Fahrzeughalter',
|
|
649
|
-
'all_owners': 'Jede Anzahl von Fahrzeughalter',
|
|
650
|
-
'one_owner_checkbox': '1',
|
|
651
|
-
'two_owners_checkbox': '2',
|
|
652
|
-
'three_owners_checkbox': '3',
|
|
653
|
-
'four_and_more_owners_checkbox': '4',
|
|
654
|
-
'all_owners_checkbox': 'Alle',
|
|
655
|
-
'numberOfOwners': 'Fahrzeughalter max',
|
|
656
|
-
'damaged': 'Unfallfahrzeug',
|
|
657
|
-
'show': 'Anzeigen',
|
|
658
|
-
'not_show': 'Nicht anzeigen',
|
|
659
|
-
'consumption': 'Verbrauch',
|
|
660
|
-
'seats': 'Sitzplätze',
|
|
661
|
-
'first_registration': 'Erstzulassung',
|
|
662
|
-
'emission_co2': 'CO2',
|
|
663
|
-
'price': 'Preis',
|
|
664
|
-
'rate': 'Rate',
|
|
665
|
-
'cubic_capacity': 'Hubraum (ccm)',
|
|
666
|
-
'priceTitle': 'Preis in {{currency}}',
|
|
667
|
-
'rateTitle': 'Monatsrate',
|
|
668
|
-
'mileage': 'Kilometerstand',
|
|
669
|
-
'power': 'Leistung',
|
|
670
|
-
'powerPlaceholder': 'Leistung in {{value}}',
|
|
671
|
-
'emissionClass': 'Schadstoffklasse min. (Euro)',
|
|
672
|
-
'fineDustSticker': 'Feinstaubplakette mind.',
|
|
673
|
-
'dieselParticulateFilter': 'Rußpartikelfilter',
|
|
674
|
-
'selector_emissionSticker_all': 'Irgendwelche Emissionsaufkleber',
|
|
675
|
-
'no': 'No',
|
|
676
|
-
'vatReportable': 'MwSt. ausweisbar',
|
|
677
|
-
'onlineSince': 'Online seit',
|
|
678
|
-
'1_day': '1 Tag',
|
|
679
|
-
'2_days': '2 Tage',
|
|
680
|
-
'3_days': '3 Tage',
|
|
681
|
-
'4_days': '4 Tage',
|
|
682
|
-
'5_days': '5 Tage',
|
|
683
|
-
'6_days': '6 Tage',
|
|
684
|
-
'1_week': '1 Woche',
|
|
685
|
-
'2_weeks': '2 Wochen',
|
|
686
|
-
'1_month': '1 Monat',
|
|
687
|
-
'2_months': '2 Monate',
|
|
688
|
-
'6_months': '6 Monate',
|
|
689
|
-
'12_months': '12 Monate',
|
|
690
|
-
'18_months': '18 Monate',
|
|
691
|
-
'no_matter': 'egal',
|
|
692
|
-
'from': 'von',
|
|
693
|
-
'to': 'bis',
|
|
694
|
-
'type': 'typ',
|
|
695
|
-
'noFiltersSelected': 'Keine Filter ausgewählt',
|
|
696
|
-
'priceDifferenceTitle': 'Einzelhandel zu aktueller Preisdifferenz {{currency}}',
|
|
697
|
-
'price_difference': 'Einzelhandel zu aktueller Preisdifferenz',
|
|
698
|
-
'imagesCountTitle': 'Bilder zählen',
|
|
699
|
-
'images_count': 'Bilder zählen'
|
|
700
|
-
},
|
|
701
|
-
'filtersChips': {
|
|
702
|
-
'consumption': `Verbrauch ${fromToWithInfo} l/100 km`,
|
|
703
|
-
'price': `Preis ${fromToWithInfo} €`,
|
|
704
|
-
'mileage': `Kilometerstand ${fromToWithInfo} km`,
|
|
705
|
-
'power': `Leistung ${fromToWithInfo} PS`,
|
|
706
|
-
'generalInspection': `HU mind. {{month}} gültig`,
|
|
707
|
-
'firstInstallmentChip': `Anzahlung: ${firstInstallment} €`,
|
|
708
|
-
'monthlyInstallmentFromChip': `ab ${monthlyInstallmentFrom} €`,
|
|
709
|
-
'monthlyInstallmentToChip': `bis ${monthlyInstallmentTo} €`,
|
|
710
|
-
'paybackPeriodChip': `Laufzeit: ${paybackPeriod} Monate`,
|
|
711
|
-
'rateChip': 'Rate:',
|
|
712
|
-
'any': 'beliebig'
|
|
713
|
-
},
|
|
714
|
-
'financingPopUp': {
|
|
715
|
-
'exampleOfFinance': 'Finanzierungsbeispiel',
|
|
716
|
-
'vat': '(alle Angaben inkl. 19,0 % MwSt.)',
|
|
717
|
-
'purchasePrice': 'Fahrzeugpreis',
|
|
718
|
-
'currentSalesPrice': 'Fahrzeugpreis',
|
|
719
|
-
'monthlyInstallment': '{{count}} Monatsraten zu je',
|
|
720
|
-
'onetimeSpecialPayment': 'Anzahlung',
|
|
721
|
-
'netLoanAmount': 'Nettodarlehensbetrag',
|
|
722
|
-
'paymentProtectionInsurance': 'Restschuldversicherung',
|
|
723
|
-
'paybackPeriod': 'Vertragslaufzeit',
|
|
724
|
-
'finalInstallment': 'Schlusszahlung',
|
|
725
|
-
'grossLoanAmount': 'Gesamtbetrag',
|
|
726
|
-
'grossLoanAmountWithoutFinalInstallment': 'Gesamtbetrag ohne Schlussrate',
|
|
727
|
-
'nominalInterestRate': 'Sollzinssatz pro Jahr',
|
|
728
|
-
'annualPercentageRate': 'Effektiver Jahreszins',
|
|
729
|
-
'month': 'Monat',
|
|
730
|
-
'creditAgency': 'Finanzierungsinstitut',
|
|
731
|
-
'creditworthinessProvided': 'Bonität vorausgesetzt. Dies ist ein Berechnungsbeispiel nach Ihren Angaben. Andere Finanzierungswünsche sind möglich.',
|
|
732
|
-
'included': 'inkl. Kosten Anlieferung oder Abholung.',
|
|
733
|
-
'bound': 'Gebunden für die gesamte Vertragslaufzeit.',
|
|
734
|
-
'description': '2/3 aller Kunden erhalten: Nettodarlehensbetrag {{netLoanAmount}} €, Effektiver Jahreszins {{annualPercentageRate}}%, Fester Sollzins p.a. {{nominalInterestRate}}%, Monatliche Rate {{monthlyInstallment}}€,Gesamtbetrag {{grossLoanAmount}}€',
|
|
735
|
-
'conclude': 'Schließen'
|
|
736
|
-
},
|
|
737
|
-
'saveSearch': {
|
|
738
|
-
'label': 'Suche speichern',
|
|
739
|
-
'saveSuccess': 'Ihre Suche wurde erfolgreich gespeichert.',
|
|
740
|
-
'saveError': 'Ihre Suche konnte nicht gespeichert werden. Versuchen Sie es später erneut.'
|
|
741
|
-
},
|
|
742
|
-
'addOfferToMainSlide': {
|
|
743
|
-
'success': 'Angebot wurde erfolgreich zum Hauptschieberegler hinzugefügt.',
|
|
744
|
-
'error': 'Das Angebot konnte nicht zum Hauptschieberegler hinzugefügt werden. Versuchen Sie es später noch einmal.'
|
|
745
|
-
},
|
|
746
|
-
'promoSlider': {
|
|
747
|
-
'new': 'neu'
|
|
748
|
-
},
|
|
749
|
-
'rateSearchWidget': {
|
|
750
|
-
'changeRateLink': 'ändern',
|
|
751
|
-
'title': 'Ratendetails anpassen',
|
|
752
|
-
'months': 'Monate',
|
|
753
|
-
'monthlyInstallmentFrom': 'Monatsrate von (€)',
|
|
754
|
-
'monthlyInstallmentTo': 'Monatsrate bis (€)',
|
|
755
|
-
'firstInstallment': 'Anzahlung',
|
|
756
|
-
'paybackPeriod': 'Laufzeit',
|
|
757
|
-
'firstInstallmentPlaceholder': 'Anzahlung',
|
|
758
|
-
'monthlyInstallmentFromPlaceholder': 'Rate von',
|
|
759
|
-
'monthlyInstallmentToPlaceholder': 'Rate bis',
|
|
760
|
-
'paybackPeriodPlaceholder': 'Laufzeit',
|
|
761
|
-
'apply': 'Anwenden',
|
|
762
|
-
'abort': 'abbrechen',
|
|
763
|
-
'any': 'beliebig',
|
|
764
|
-
'monthlyInstallmentLabel': 'Monatsrate:',
|
|
765
|
-
'defaultValue': 'beliebig, 60 Monate',
|
|
766
|
-
'monthlyInstallmentFromValue': `ab {{value}} €`,
|
|
767
|
-
'monthlyInstallmentToValue': 'bis {{value}} €',
|
|
768
|
-
'paybackPeriodValue': '{{value}} Monate',
|
|
769
|
-
'firstInstallmentValue': '{{value}} € Anzahlung',
|
|
770
|
-
'rateChip': 'Rate:',
|
|
771
|
-
'monthlyInstallmentFromChip': 'ab {{value}} €',
|
|
772
|
-
'monthlyInstallmentToChip': 'bis {{value}} €',
|
|
773
|
-
'paybackPeriodChip': 'Laufzeit: {{value}} Monate',
|
|
774
|
-
'firstInstallmentChip': 'Anzahlung: {{value}} €'
|
|
775
|
-
}
|
|
776
|
-
}
|
|
777
|
-
};
|
|
778
|
-
};
|
|
779
|
-
|
|
780
|
-
export const breadcrumbsTranslate = () => {
|
|
781
|
-
return {
|
|
782
|
-
common: {
|
|
783
|
-
breadcrumbs: {
|
|
784
|
-
'ImageUpload': 'Bild hochladen',
|
|
785
|
-
'MyVehicles': 'Meine Fahrzeuge',
|
|
786
|
-
'MySearches': 'Meine Suchen',
|
|
787
|
-
'Overview': 'Übersicht',
|
|
788
|
-
'Search': 'Suche',
|
|
789
|
-
'MySettings': 'Meine Einstellungen',
|
|
790
|
-
'ImageSettings': 'Bildeinstellungen',
|
|
791
|
-
'DetailedSearch': 'Detaillierte Suche',
|
|
792
|
-
'Favorites': 'Favoriten',
|
|
793
|
-
'Authorization': 'Autorisierung',
|
|
794
|
-
'DealerAuthorization': 'Händlerautorisierung',
|
|
795
|
-
'Dashboard': 'Dashboard',
|
|
796
|
-
'Compare': 'Fahrzeugvergleich',
|
|
797
|
-
'Employees': 'Mitarbeiter',
|
|
798
|
-
'AddEmployee': 'Mitarbeiter hinzufügen',
|
|
799
|
-
'BillingOverview': 'Abrechnungsübersicht',
|
|
800
|
-
'NewHires': 'Neueinstellungen',
|
|
801
|
-
'EditDealerProfile': 'Händlerprofil bearbeiten',
|
|
802
|
-
'DataExport': 'Datenexport zu anderen Portalen',
|
|
803
|
-
'DataImport': 'Datenimport',
|
|
804
|
-
'VehicleAdd': 'Anlegen und bearbeiten',
|
|
805
|
-
'VehicleEdit': 'Details',
|
|
806
|
-
'Seller': 'Allgemein Geschäftsbedingungen und Impressum'
|
|
807
|
-
},
|
|
808
|
-
'carDetails': 'Details',
|
|
809
|
-
'goBack': 'zurück'
|
|
810
|
-
}
|
|
811
|
-
};
|
|
812
|
-
};
|
|
813
|
-
|
|
814
|
-
export const uspTranslate = () => {
|
|
815
|
-
return {
|
|
816
|
-
usp: {
|
|
817
|
-
qualityCars: 'Top Qualität',
|
|
818
|
-
guarantee: 'Günstige Finanzierung',
|
|
819
|
-
yearGuaraty: '1 Jahr auto.de-Garantie',
|
|
820
|
-
moneyBack: '14 Tage Probefahrt'
|
|
821
|
-
}
|
|
822
|
-
};
|
|
823
|
-
};
|
|
824
|
-
|
|
825
|
-
export const priceReviewTranslate = (equipmentCount?: any, make?: string, model?: string) => {
|
|
826
|
-
return {
|
|
827
|
-
'priceReview': {
|
|
828
|
-
'title': 'Preisbewertung',
|
|
829
|
-
'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.',
|
|
830
|
-
'notAvailableDescription': 'Aussagekräftige Preisinformationen für dieses Fahrzeuge sind nicht möglich, da zu viele unterschiedliche Faktoren den Wert beeinflussen.',
|
|
831
|
-
'details': 'Details zur Preisbewertung',
|
|
832
|
-
'noRating': 'Keine bewertung',
|
|
833
|
-
'highPrice': 'Hoher preis',
|
|
834
|
-
'increasedPrice': 'Erhöhter preis',
|
|
835
|
-
'fairPrice': 'Fairer preis',
|
|
836
|
-
'goodPrice': 'Guter preis',
|
|
837
|
-
'topPrice': 'Top preis',
|
|
838
|
-
'noRatingCompact': 'Keine bewertung',
|
|
839
|
-
'highPriceCompact': 'Hoch',
|
|
840
|
-
'increasedPriceCompact': 'Erhöht',
|
|
841
|
-
'fairPriceCompact': 'Fair',
|
|
842
|
-
'goodPriceCompact': 'Günstig',
|
|
843
|
-
'topPriceCompact': 'Top',
|
|
844
|
-
'priceTo': 'bis',
|
|
845
|
-
'equipment': 'Ausstattung',
|
|
846
|
-
'equipmentCount': `${equipmentCount} Ausstattungsmerkmale`
|
|
847
|
-
},
|
|
848
|
-
modals: {
|
|
849
|
-
'priceReview': {
|
|
850
|
-
'title': `Preisbewertung für diesen ${make} ${model}`,
|
|
851
|
-
'priceOffer': 'Angebotspreis:',
|
|
852
|
-
'marketValue': 'Marktwert:',
|
|
853
|
-
'savingPotential': 'Sparpotential:',
|
|
854
|
-
'criteriaTitle': 'Auszug der Kriterien, die das Angebot beeinflussen',
|
|
855
|
-
'ratingCategoriesTitle': 'Die auto.de Bewertungskategorien',
|
|
856
|
-
'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.',
|
|
857
|
-
'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.',
|
|
858
|
-
'increasedPriceDescription': 'Der Preis siedelt sich etwas oberhalb des momentanen Marktpreis an.',
|
|
859
|
-
'fairPriceDescription': 'Das Preis-Leistungs-Verhältnis entspricht dem aktuellen Marktwert.',
|
|
860
|
-
'goodPriceDescription': 'Der Preis siedelt sich etwas unterhalb des momentanen Marktpreis an.',
|
|
861
|
-
'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.'
|
|
862
|
-
},
|
|
863
|
-
}
|
|
864
|
-
}
|
|
865
|
-
}
|
|
866
|
-
|
|
867
|
-
export const contactFormTranslate = () => {
|
|
868
|
-
return {
|
|
869
|
-
modals: {
|
|
870
|
-
'offerRequest': {
|
|
871
|
-
'loginRegistrationTitle': 'Jetzt kostenlos und unverbindlich Angebot anfragen',
|
|
872
|
-
'loginRegistrationTitleMobile': 'Kostenlos & unverbindlich Angebot anfordern',
|
|
873
|
-
'registrationTitle': 'Ihre Angaben zum Angebot vervollständigen',
|
|
874
|
-
'passwordResetTitle': 'Passwort vergessen?',
|
|
875
|
-
'thanks': 'Vielen Dank.',
|
|
876
|
-
'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.',
|
|
877
|
-
'backToVehicle': 'Zurück zum Fahrzeug',
|
|
878
|
-
'phoneInfo': 'Telefonische Beratung',
|
|
879
|
-
'emailInfo': 'Oder per E-Mail',
|
|
880
|
-
'login': 'Anmelden',
|
|
881
|
-
'registration': 'Angebot anfordern',
|
|
882
|
-
'loginMessage': 'Gern möchten wir Ihnen im Anschluss Ihr persönliches Angebot kostenlos und unverbindlich per E-Mail zukommen lassen.',
|
|
883
|
-
'registrationMessageLoggedIn': 'Nach Ihrer Anmeldung liegen uns noch nicht alle relevanten Informationen vor. Bitte tragen Sie diese hier nach.',
|
|
884
|
-
'registrationMessageNoLogged': 'Gern möchten wir Ihnen im Anschluss Ihr persönliches Angebot kostenlos und unverbindlich per E-Mail zukommen lassen.',
|
|
885
|
-
'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.',
|
|
886
|
-
'passwordResetConfirmMessage': 'Vielen Dank, wir haben Dir soeben eine E-Mail mit einem Link geschickt.',
|
|
887
|
-
'phone': 'Telefon',
|
|
888
|
-
'email': 'E-Mail',
|
|
889
|
-
'emailPlaceholder': 'E-Mail',
|
|
890
|
-
'password': 'Passwort',
|
|
891
|
-
'passwordPlaceholder': 'Passwort',
|
|
892
|
-
'resetPassword': 'Passwort vergessen',
|
|
893
|
-
'resetPasswordModal': 'Abschicken',
|
|
894
|
-
'loginAndRequestOffer': 'Kostenlos und unverbindlich anfordern',
|
|
895
|
-
'close': 'Abbrechen',
|
|
896
|
-
'gender': 'Anrede',
|
|
897
|
-
'genderPlaceholder': 'Bitte Anrede auswählen',
|
|
898
|
-
'title': 'Titel',
|
|
899
|
-
'titlePlaceholder': 'Titel',
|
|
900
|
-
'firstName': 'Vorname',
|
|
901
|
-
'firstNamePlaceholder': 'Vorname',
|
|
902
|
-
'lastName': 'Name',
|
|
903
|
-
'lastNamePlaceholder': 'Name',
|
|
904
|
-
'number': 'Hausnr.',
|
|
905
|
-
'numberPlaceholder': 'Nr.',
|
|
906
|
-
'zip': 'PLZ',
|
|
907
|
-
'zipPlaceholder': 'PLZ',
|
|
908
|
-
'city': 'Ort',
|
|
909
|
-
'cityPlaceholder': 'Ort',
|
|
910
|
-
'street': 'Straße',
|
|
911
|
-
'streetPlaceholder': 'Straße',
|
|
912
|
-
'phoneMain': 'Telefon',
|
|
913
|
-
'phoneMainPlaceholder': 'Telefon',
|
|
914
|
-
'countryCodePlaceholder': '+49',
|
|
915
|
-
'areaCodePlaceholder': 'Vorwahl',
|
|
916
|
-
'phoneNumberPlaceholder': 'Telefonnummer',
|
|
917
|
-
'agreement': 'Zustimmung',
|
|
918
|
-
'termsConditions': 'Den auto.de <0>Nutzungsbedingungen</0> stimme ich zu.',
|
|
919
|
-
'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>.',
|
|
920
|
-
'securityDescription': 'Übertragung über Sicherheitsserver',
|
|
921
|
-
'requestFree': 'Kostenlos und unverbindlich anfordern',
|
|
922
|
-
'saveNow': 'Jetzt speichern',
|
|
923
|
-
'requestNewPassword': 'Neues passwort anfordern',
|
|
924
|
-
'requestNewPasswordConfirm': 'ZURÜCK ZUM ANMELDEN',
|
|
925
|
-
'authorizationFailed': 'Autorisation fehlgeschlagen. Bitte versuche es später erneut.',
|
|
926
|
-
'passwordResetFailed': 'Versäumt, einen Brief zu senden. Bitte versuche es später erneut.',
|
|
927
|
-
'saveDataFailed': 'Daten konnten nicht gespeichert werden. Bitte versuchen Sie es später erneut.',
|
|
928
|
-
'sendOfferRequestFailed': 'Fehler beim Senden eines Angebots. Bitte versuchen Sie es später erneut.',
|
|
929
|
-
'mailAlreadyInUse': 'Diese E-Mail-Adresse wird schon verwendet. Bitte loggen Sie sich ein.',
|
|
930
|
-
'permissionText': 'Ja, ich stimme der Nutzung meiner Daten für Marketing-Aktivitäten zu (z. B. Zusendung von Newsletter per E-Mail).'
|
|
931
|
-
}
|
|
932
|
-
},
|
|
933
|
-
'contactForm': {
|
|
934
|
-
'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>',
|
|
935
|
-
'title': 'Kontakt',
|
|
936
|
-
'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.',
|
|
937
|
-
'topText2': 'Darüber hinaus empfehlen wir Ihnen auch unsere umfangreiche',
|
|
938
|
-
'topTextLink': 'Hilfe',
|
|
939
|
-
'topText3': 'Alternativ können Sie uns auch unter 0800 - 40 30 182 anrufen.',
|
|
940
|
-
'firstName': 'Vorname',
|
|
941
|
-
'firstNamePlaceholder': 'Bitte Vornamen eingeben',
|
|
942
|
-
'lastName': 'Nachname',
|
|
943
|
-
'lastNamePlaceholder': 'Bitte Nachnamen eingeben',
|
|
944
|
-
'phoneMain': 'Telefon',
|
|
945
|
-
'phoneMainPlaceholder': 'Telefon',
|
|
946
|
-
'countryCodePlaceholder': 'Land',
|
|
947
|
-
'email': 'E-mail',
|
|
948
|
-
'areaCodePlaceholder': 'Vorwahl',
|
|
949
|
-
'phoneNumberPlaceholder': 'Telefonnummer',
|
|
950
|
-
'text': 'Nachricht',
|
|
951
|
-
'namePlaceholder': 'Bitte Namen eingeben',
|
|
952
|
-
'emailPlaceholder': 'Bitte E-Mail eingeben',
|
|
953
|
-
'textPlaceholder': 'Bitte Nachricht eingeben',
|
|
954
|
-
'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>',
|
|
955
|
-
'termsConditions': 'Den auto.de <0>Nutzungsbedingungen</0> stimme ich zu.',
|
|
956
|
-
'send': 'JETZT SENDEN',
|
|
957
|
-
'error': 'ERROR',
|
|
958
|
-
'success': 'ERFOLG',
|
|
959
|
-
'thanks': 'Vielen Dank.',
|
|
960
|
-
'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.'
|
|
961
|
-
}
|
|
962
|
-
};
|
|
963
|
-
};
|
|
964
|
-
|
|
965
|
-
export const offerTranslate = () => {
|
|
966
|
-
return {
|
|
967
|
-
vehicleProps: {
|
|
968
|
-
title: {
|
|
969
|
-
financing: 'Finanzierung',
|
|
970
|
-
leasing: 'Leasing',
|
|
971
|
-
abo: 'Abo',
|
|
972
|
-
buy: 'Kaufen',
|
|
973
|
-
},
|
|
974
|
-
},
|
|
975
|
-
sidebar: {
|
|
976
|
-
requestOffer: 'Angebot anfragen',
|
|
977
|
-
financingDetalis: {
|
|
978
|
-
openFinancingDetails: 'Finanzierungsdetails einblenden',
|
|
979
|
-
hideFinancingDetails: 'Finanzierungsdetails ausblenden'
|
|
980
|
-
}
|
|
981
|
-
},
|
|
982
|
-
leasing: {
|
|
983
|
-
'deposit': 'Anzahlung',
|
|
984
|
-
'durationInMonths': 'Laufzeit in Monaten',
|
|
985
|
-
'monthCount': '{{count}} Monate',
|
|
986
|
-
'mileagePerYear': 'Laufleistung pro Jahr',
|
|
987
|
-
'kilometersCount': '{{count}} km',
|
|
988
|
-
'financingOrLeasing': 'Finanzierung',
|
|
989
|
-
'finansing': 'FINANZIERUNG',
|
|
990
|
-
'leasing': 'LEASING',
|
|
991
|
-
'prefixPrice': 'ab',
|
|
992
|
-
'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.',
|
|
993
|
-
'rsv': 'Ratenschutzversicherung (RSV)',
|
|
994
|
-
'financingDetalis': 'Finanzierungsdetails',
|
|
995
|
-
'leasingDetalis': 'Leasingdetails',
|
|
996
|
-
'vat': '(inkl. 19,0 % MwSt.)',
|
|
997
|
-
'installments': '{{count}} Monatsraten zu je',
|
|
998
|
-
'vehiclePrice': 'Fahrzeugpreis',
|
|
999
|
-
'marketPrice': 'Marktpreis',
|
|
1000
|
-
'processingFee': 'Bearbeitungsgebühr',
|
|
1001
|
-
'finalPayment': 'Schlusszahlung',
|
|
1002
|
-
'optionalPurchasePrice': 'Optionaler Kaufpreis',
|
|
1003
|
-
'debitRate': 'Sollzinssatz pro Jahr',
|
|
1004
|
-
'interestRate': 'Effektiver Jahreszins',
|
|
1005
|
-
'loansTotal': 'Darlehensgesamtbetrag',
|
|
1006
|
-
'finansingButton': 'JETZT FINANZIERUNG ANFRAGEN',
|
|
1007
|
-
'leasingDescription': 'Beim Leasing zahlen Sie lediglich die Zinsen des Darlehens und einen geringen Tilgungsanteil. Zum Vertragsende geben Sie das Auto einfach wieder zurück.',
|
|
1008
|
-
'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.',
|
|
1009
|
-
'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.',
|
|
1010
|
-
'leasingDetails': 'Leasingdetails',
|
|
1011
|
-
'totalAmount': 'Gesamtbetrag',
|
|
1012
|
-
'leasingButton': 'JETZT LEASING ANFRAGEN',
|
|
1013
|
-
'purchasePrice': 'Fahrzeugpreis',
|
|
1014
|
-
'currentSalesPriceExtraCost': 'Fahrzeugpreis, gegebenenfalls inkl. Services',
|
|
1015
|
-
'monthlyInstallment': '{{count}} Monatsraten zu je',
|
|
1016
|
-
'onetimeSpecialPayment': 'Anzahlung',
|
|
1017
|
-
'netLoanAmount': 'Nettodarlehensbetrag',
|
|
1018
|
-
'paymentProtectionInsurance': 'Restschuldversicherung',
|
|
1019
|
-
'paybackPeriod': 'Vertragslaufzeit',
|
|
1020
|
-
'finalInstallment': 'Schlusszahlung',
|
|
1021
|
-
'grossLoanAmount': 'Gesamtbetrag',
|
|
1022
|
-
'grossLoanAmountWithoutFinalInstallment': 'Gesamtbetrag ohne Schlussrate',
|
|
1023
|
-
'nominalInterestRate': 'Sollzinssatz pro Jahr',
|
|
1024
|
-
'annualPercentageRate': 'Effektiver Jahreszins',
|
|
1025
|
-
'month': 'Monate',
|
|
1026
|
-
'annualMileage': 'Laufleistung / Jahr'
|
|
1027
|
-
}
|
|
1028
|
-
};
|
|
1029
|
-
};
|
|
1030
|
-
|
|
1031
|
-
export const modalsTranslate = () => {
|
|
1032
|
-
return {
|
|
1033
|
-
modals: {
|
|
1034
|
-
financing: {
|
|
1035
|
-
financingDetails: 'Finanzierungsdetails',
|
|
1036
|
-
leasingDetails: 'Leasingdetails',
|
|
1037
|
-
aboDetails: 'Abodetails',
|
|
1038
|
-
toBuyDetails: 'Kaufdetails',
|
|
1039
|
-
runningTime: 'Laufzeit',
|
|
1040
|
-
runningTimeSub: '(Monate)',
|
|
1041
|
-
km: 'km',
|
|
1042
|
-
euro: '€',
|
|
1043
|
-
monthly: '/Monat',
|
|
1044
|
-
incl: ' inkl.',
|
|
1045
|
-
vat: `19% MwSt.`,
|
|
1046
|
-
insteadOf: 'statt',
|
|
1047
|
-
purchase: 'Sonderzahlung',
|
|
1048
|
-
firstInstallment: 'Sonderzahlung',
|
|
1049
|
-
deposit: 'Laufleistung / Jahr',
|
|
1050
|
-
annualMileage: 'Laufleistung / Jahr',
|
|
1051
|
-
requestOffer: 'Angebot anfragen',
|
|
1052
|
-
successfullyRequested: 'Erfolgreich angefragt',
|
|
1053
|
-
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, Zwickauer Str. 127 b, 04279 Leipzig, die als ungebundener Vermittler nicht beratend tätig ist. Irrtümer vorbehalten. Preise ggf. inkl. MwSt.'
|
|
1054
|
-
}
|
|
1055
|
-
}
|
|
1056
|
-
};
|
|
1057
|
-
};
|
|
1058
|
-
|
|
1059
|
-
export const insuranceTranslate = () => {
|
|
1060
|
-
return {
|
|
1061
|
-
'ititle': 'Kfz-Versicherung',
|
|
1062
|
-
'itext1': 'Jetzt in wenigen Minuten über 330 Tarife vergleichen und bis zu 850 € sparen',
|
|
1063
|
-
'itext2': 'Kostenlos und unverbindlich vergleichen',
|
|
1064
|
-
'itext3': 'Zusätzlich hier die wichtigsten Informationen zum Thema Kfz-Versicherung für Sie',
|
|
1065
|
-
'ibutton': 'Jetzt vergleichen'
|
|
1066
|
-
}
|
|
1067
|
-
}
|
|
1068
|
-
|
|
1069
|
-
export const serviceBlockTranslate = () => {
|
|
1070
|
-
return {
|
|
1071
|
-
'secondInfoBlock': {
|
|
1072
|
-
'title': `So Einfach Geht's`,
|
|
1073
|
-
'order': 'Bestellung',
|
|
1074
|
-
'compareNow': 'Jetzt Vergleichen',
|
|
1075
|
-
'orderText': 'Durch die transparente Darstellung erhalten Sie alle Informationen zu Ihrem Auto und können es einfach und sicher online bestellen.',
|
|
1076
|
-
'customerService': 'Kundenservice',
|
|
1077
|
-
'customerServiceText': 'Unser Kundenservice kontaktiert Sie nach der Bestellung, informiert Sie über die nächsten Schritte und beantwortet Ihnen offene Fragen.',
|
|
1078
|
-
'pay': 'Bezahlung',
|
|
1079
|
-
'payText': 'Sie zahlen sicher über unseren Bezahlservice oder nutzen ganz bequem unsere Leasing-, Finanzierungs- oder Abo- Optionen.',
|
|
1080
|
-
'transport': 'Übergabe',
|
|
1081
|
-
'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.'
|
|
1082
|
-
},
|
|
1083
|
-
}
|
|
1084
|
-
}
|
|
1085
|
-
|
|
1086
|
-
export const firstInfoBlockTranslate = () => {
|
|
1087
|
-
return {
|
|
1088
|
-
'firstInfoBlock': {
|
|
1089
|
-
'why': 'Warum auto.de?',
|
|
1090
|
-
'compareNow': 'Jetzt Vergleichen',
|
|
1091
|
-
'more': 'Mehr',
|
|
1092
|
-
'price': 'Top Qualität',
|
|
1093
|
-
'priceText': 'All unsere Gebraucht- und Neuwagen werden ausschließlich fachkundig geprüft und evaluiert',
|
|
1094
|
-
'priceTextMobile': 'Ganz egal ob Gebraucht- oder Neuwagen: Bei uns finden Sie nur fachkundig geprüfte und evaluierte Fahrzeuge',
|
|
1095
|
-
'guarantee': 'Günstige Finanzierung',
|
|
1096
|
-
'guaranteeText': 'Unsere Finanzierungsexperten finden mit Ihnen gemeinsam die beste Finanzierungs und Versicherungsmöglichkeit',
|
|
1097
|
-
'guaranteeTextMobile': 'Unsere Finanzierungsexperten finden mit Ihnen gemeinsam die beste Finanzierungs- und Versicherungsmöglichkeit',
|
|
1098
|
-
'checkStory': 'Check der Geschichte',
|
|
1099
|
-
'checkStoryText': 'Für Sie prüfen wir die Historie des Fahrzeugs um Überraschungen von Beginn an zu vermeiden.',
|
|
1100
|
-
'autoDeCheck': '1 Jahr auto.de-Garantie',
|
|
1101
|
-
'autoDeCheckText': 'Unsere 1 Jahr auto.de-Garantie schützt Sie vor unerwarteten Reparaturkosten und unnötigem Papierkram',
|
|
1102
|
-
'autoDeCheckTextMobile': 'Unsere 1 Jahr auto.de Garantie schützt Sie vor unerwarteten Reparaturkosten und unnötigem Papierkram',
|
|
1103
|
-
'warranty': '14 Tage Probefahrt',
|
|
1104
|
-
'warrantyText': 'Bei uns können Sie Ihr Fahrzeug binnen 14 Tagen zurückgeben, sollten Sie nicht zufrieden mit diesem sein',
|
|
1105
|
-
'warrantyTextMobile': 'Bei uns können Sie Ihr Fahrzeug binnen 14 Tagen zurückgeben, sollten Sie mit diesem nicht zufrieden sein',
|
|
1106
|
-
'daysReturn': '14 Tage Umtauschrecht',
|
|
1107
|
-
'daysReturnText': 'Sollte Ihnen das Auto aus irgend-einem Grund nichts zusagen, helfen wir Ihnen beim Umtausch.'
|
|
1108
|
-
}
|
|
1109
|
-
}
|
|
1110
|
-
}
|
|
1111
|
-
|
|
1112
|
-
/* tslint:enable */
|
|
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 { getFormattedNumber, 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
|
+
|
|
20
|
+
const monthsTo: number = moment.utc().diff(moment.utc().subtract(count, 'd'), 'M', true);
|
|
21
|
+
return {
|
|
22
|
+
...cbd,
|
|
23
|
+
title: {
|
|
24
|
+
financing: 'Finanzierung',
|
|
25
|
+
leasing: 'Leasing',
|
|
26
|
+
abo: 'Abo',
|
|
27
|
+
buy: 'Kaufen'
|
|
28
|
+
},
|
|
29
|
+
common: {
|
|
30
|
+
priceRating: {
|
|
31
|
+
...priceRating
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
priceReview: {
|
|
35
|
+
...priceRating
|
|
36
|
+
},
|
|
37
|
+
vehicleProps: {
|
|
38
|
+
promoSlider: {
|
|
39
|
+
consumptionCombined: `${vehicleOption.consumptionCombined}l/100km (komb)*`,
|
|
40
|
+
co2: `${vehicleOption.co2} g CO2/km (komb)*`,
|
|
41
|
+
new: 'neu',
|
|
42
|
+
wltpCo2: `${vehicleOption.wltpCo2}g CO2/km (WLTP, komb.)*`,
|
|
43
|
+
wltpConsumptionCombined: `${vehicleOption.consumptionCombined}l/100km`
|
|
44
|
+
},
|
|
45
|
+
value: {
|
|
46
|
+
onRequest: "Auf Anfrage",
|
|
47
|
+
mileage: `${vehicleOption.mileage} km`,
|
|
48
|
+
consumption: `${vehicleOption.consumptionCombined}l/100km`,
|
|
49
|
+
consumptionPower: `${vehicleOption.consumptionPowerCombined}kWh/100km`,
|
|
50
|
+
consumptionPowerCombined: `${vehicleOption.consumptionPowerCombined}kWh/100km`,
|
|
51
|
+
consumptionGas: `${vehicleOption.consumptionCombined}kg/100km`,
|
|
52
|
+
consumptionCombined: `${vehicleOption.consumptionCombined}l/100km`,
|
|
53
|
+
wltpConsumptionCombined: `${vehicleOption.wltpCombined}l/100km`,
|
|
54
|
+
power: `${vehicleOption.powerKW}\u00A0kW (${vehicleOption.powerPS}\u00A0PS)`,
|
|
55
|
+
powerAlternateView: `${vehicleOption.powerKW}\u00A0kW (${vehicleOption.powerPS}\u00A0PS)`,
|
|
56
|
+
powerPS: `${vehicleOption.powerPS} PS`,
|
|
57
|
+
deliveryPeriodMonths: `${Math.round(monthsTo)} Monat\nab Bestellung`,
|
|
58
|
+
deliveryPeriodDays: `${count} Tag\nab Bestellung`,
|
|
59
|
+
co2Combined: `${vehicleOption.co2}g CO2/km (komb)*`,
|
|
60
|
+
co2: `${vehicleOption.co2} g/km `,
|
|
61
|
+
na: 'N/A',
|
|
62
|
+
priceSub: '/mtl.',
|
|
63
|
+
priceSubMtl: '/mtl.',
|
|
64
|
+
prefixOldPrice: 'z.B.',
|
|
65
|
+
vehicleOwners: `${vehicleOption.vehicleOwners} Fahrzeughalter`,
|
|
66
|
+
vehicleOwners_plural: `${count} Fahrzeughalter`,
|
|
67
|
+
doorsOnly: `${vehicleOption.doorsOnly} Türen`,
|
|
68
|
+
fromDate: `Ab ${humanViewTime}`,
|
|
69
|
+
cylinders: 'Zylinder',
|
|
70
|
+
cubicCapacity: 'Hubraum',
|
|
71
|
+
torque: `${vehicleOption.torque} Nm`,
|
|
72
|
+
accidentFree: 'Unfallfrei',
|
|
73
|
+
damaged: 'Beschädigt',
|
|
74
|
+
newCar: 'Neuwagen',
|
|
75
|
+
width: `${getFormattedPrice(vehicleOption.width)} mm`,
|
|
76
|
+
height: `${getFormattedPrice(vehicleOption.height)} mm`,
|
|
77
|
+
length: `${getFormattedPrice(vehicleOption.length)} mm`,
|
|
78
|
+
base: `${getFormattedPrice(vehicleOption.base)} mm`,
|
|
79
|
+
topSpeed: `${vehicleOption.topSpeed} km/h`,
|
|
80
|
+
fuelCapacity: `${getFormattedPrice(vehicleOption.fuelCapacity)} l`,
|
|
81
|
+
maximumWeightCapacity: `${getFormattedPrice(vehicleOption.maximumWeightCapacity)} kg`,
|
|
82
|
+
tareWeight: `${getFormattedPrice(vehicleOption.tareWeight)} kg`,
|
|
83
|
+
bootCapacity: `${vehicleOption.bootCapacity} l`,
|
|
84
|
+
capacityLoad: `${vehicleOption.capacityLoad} l`,
|
|
85
|
+
no: 'Nein',
|
|
86
|
+
yes: 'Ja',
|
|
87
|
+
batteryCapacity: `${vehicleOption.batteryCapacity} kWh`,
|
|
88
|
+
wltpCo2Combined: `${getFormattedNumber(vehicleOption.wltpCo2)}g CO2/km (WLTP, komb)*`,
|
|
89
|
+
wltpCo2WtdCombined: `${getFormattedNumber(vehicleOption.wltpCo2)}g CO2/km (WLTP, gew., komb)*`,
|
|
90
|
+
wltpCombined: `${getFormattedNumber(vehicleOption.wltpCombined)}l/100km`,
|
|
91
|
+
wltpWeightedCombined: `${getFormattedNumber(vehicleOption.wltpWeightedCombined)}l/100km`,
|
|
92
|
+
wltpWeightedPowerCombined: `${getFormattedNumber(vehicleOption.wltpWeightedPowerCombined)}kWh/100km`,
|
|
93
|
+
wltpPowerCombined: `${getFormattedNumber(vehicleOption.wltpPowerCombined)}kWh/100km`,
|
|
94
|
+
wltpCombinedGas: `${getFormattedNumber(vehicleOption.wltpCombined)}kg/100km`
|
|
95
|
+
},
|
|
96
|
+
title: {
|
|
97
|
+
'addOfferToMainSlide': 'Zum Schieberegler hinzufügen',
|
|
98
|
+
'toOffer': 'Zum Angebot',
|
|
99
|
+
'financing': 'Finanzierung',
|
|
100
|
+
'leasing': 'Leasing',
|
|
101
|
+
'abo': 'Abo',
|
|
102
|
+
'overview': 'ÜBERBLICK',
|
|
103
|
+
'highlights': 'HIGHLIGHTS',
|
|
104
|
+
'vehicleDetails': 'FAHRZEUGDETAILS',
|
|
105
|
+
'fuel': 'Kraftstoffe',
|
|
106
|
+
'cylinders': 'Zylinder',
|
|
107
|
+
'batteryCapacityTitle': 'Batteriekapazität',
|
|
108
|
+
'chargingDuration230V': 'Ladedauer (230V-Steckdose)',
|
|
109
|
+
'chargingDurationMaxSpeed': 'Ladedauer (max. Geschwindigkeit)',
|
|
110
|
+
'batteryChargerType': 'Steckerformat',
|
|
111
|
+
'batteryRangeElectric': 'Reichweite (rein elektrisch)',
|
|
112
|
+
'rangeHydrogen': 'Reichweite Wasserstoff',
|
|
113
|
+
'cubicCapacity': 'Hubraum',
|
|
114
|
+
'power': 'Leistung',
|
|
115
|
+
'torque': 'Drehmoment',
|
|
116
|
+
'acceleration': 'Beschleunigung',
|
|
117
|
+
'topSpeed': 'Höchstgeschwindigkeit',
|
|
118
|
+
'transmission': 'Getriebe',
|
|
119
|
+
'driveType': 'Antrieb',
|
|
120
|
+
'fuelCapacity': 'Tankvolumen',
|
|
121
|
+
'category': 'Fahrteugkategorie',
|
|
122
|
+
'length': 'Länge',
|
|
123
|
+
'width': 'Breite',
|
|
124
|
+
'height': 'Höhe',
|
|
125
|
+
'base': 'Radstand',
|
|
126
|
+
'loadingVolume': 'Ladevolumen',
|
|
127
|
+
'bootCapacity': 'Kofferraumvolumen',
|
|
128
|
+
'doors': 'Türen',
|
|
129
|
+
'seats': 'Sitze',
|
|
130
|
+
'tare': 'Leergewicht',
|
|
131
|
+
'maximumWeight': 'Zulässiges Gesamtgewicht',
|
|
132
|
+
'trailerLoadBraked': 'Anhängelast \r\n(gebremst)',
|
|
133
|
+
'trailerLoadUnbraked': 'Anhängelast \r\n(ungebremst)',
|
|
134
|
+
'consumptionInner': 'Verbrauch innerorts',
|
|
135
|
+
'consumptionOuter': 'Verbrauch außerorts',
|
|
136
|
+
'сonsumptionCombined': 'Verbrauch (komb.)*',
|
|
137
|
+
'consumptionHydrogenInner': 'Wasserstoffverbrauch, Innerorts',
|
|
138
|
+
'consumptionHydrogenOuter': 'Wasserstoffverbrauch, Außerorts',
|
|
139
|
+
'consumptionHydrogenCombined': 'Wasserstoffverbrauch, Kombiniert',
|
|
140
|
+
'consumptionGasInner': 'Gasverbrauch, Innerorts',
|
|
141
|
+
'consumptionGasOuter': 'Gasverbrauch, Außerorts',
|
|
142
|
+
'consumptionGasCombined': 'Gasverbrauch, Kombiniert',
|
|
143
|
+
'consumptionPowerInner': 'Stromverbrauch, Innerorts',
|
|
144
|
+
'consumptionPowerOuter': 'Stromverbrauch, Außerorts',
|
|
145
|
+
'consumptionPowerCombined': 'Stromverbrauch, Kombiniert',
|
|
146
|
+
'co2': 'CO2-Ausstoß (komb.)*',
|
|
147
|
+
'emissionClass': 'Emissionsklasse',
|
|
148
|
+
'emissionsSticker': 'Feinstaubplakette',
|
|
149
|
+
'energyEfficiencyClass': 'CO-2-Effizienz',
|
|
150
|
+
'subTitle': '*Auf der Grundlage der gemessenen CO-2 Emissionen unter Berücksichtigung der Masse des Fahrzeugs ermittelt.',
|
|
151
|
+
'offerAvailability': 'Verfügbarkeit',
|
|
152
|
+
'lastTechnicalService': 'Hauptuntersuchung',
|
|
153
|
+
'generalInspection': 'Hauptuntersuchung',
|
|
154
|
+
'сondition': 'Fahrzeugzustand',
|
|
155
|
+
'numberOfPreviousOwners': 'Fahrzeughalter',
|
|
156
|
+
'guarantee': 'Garantie',
|
|
157
|
+
'maintenanceGuide': 'Scheckheft gepflegt',
|
|
158
|
+
'nonSmokingVehicle': 'Nichtraucherfahrzeug',
|
|
159
|
+
'manufacturerColorName': 'Farbe (Hersteller)',
|
|
160
|
+
'colour': 'Farbe',
|
|
161
|
+
'appointmentsColor': 'Ausstattungsfarbe',
|
|
162
|
+
'interiorType': 'Innenausstattung',
|
|
163
|
+
'assistanceSystems': 'Assistenzsysteme',
|
|
164
|
+
'parkingAid': 'Einparkhilfe',
|
|
165
|
+
'airConditioning': 'Klimatisierung',
|
|
166
|
+
'heater': 'Heizung',
|
|
167
|
+
'multimedia': 'Multimedia',
|
|
168
|
+
'steeringWheel': 'Lenkrad',
|
|
169
|
+
'light': 'Licht',
|
|
170
|
+
'slices': 'Scheiben',
|
|
171
|
+
'mirror': 'Spiegel',
|
|
172
|
+
'wheelsLandingGear': 'Räder | Fahrwerk',
|
|
173
|
+
'extras': 'Extras',
|
|
174
|
+
'makeModel': 'Marke, Modell',
|
|
175
|
+
'firstRegistration': 'Erstzulassung',
|
|
176
|
+
'mileage': 'Kilometerstand',
|
|
177
|
+
'consumptionAndCo2': 'Kraftstoffverbrauch*',
|
|
178
|
+
'monthlyFrom': 'monatlich z.B.',
|
|
179
|
+
'buy': 'Kaufen',
|
|
180
|
+
'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.',
|
|
181
|
+
'leasingDescription': 'Beim Leasing zahlen Sie lediglich die Zinsen des Darlehens und einen geringen Tilgungsanteil. Zum Vertragsende geben Sie das Auto einfach wieder zurück.',
|
|
182
|
+
'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.',
|
|
183
|
+
'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.',
|
|
184
|
+
'wltpCo2': 'CO2-Ausstoß (WLTP, komb.)',
|
|
185
|
+
'wltpCo2Discharged': 'CO2-Ausstoß (WLTP, bei entladener Batterie)',
|
|
186
|
+
'wltpEnergyEfficiencyClass': 'CO2-Klasse *Auf der Grundlage der CO-2 Emissionen (kombiniert)',
|
|
187
|
+
'wltpDischargedEnergyEfficiencyClass': 'CO2-Klasse *Auf der Grundlage der CO-2 Emissionen (bei entladener Batterie)',
|
|
188
|
+
'wltpTotalRange': 'Reichweite (EAER) (WLTP, rein elektrisch)',
|
|
189
|
+
'wltpRange': 'Reichweite (WLTP, rein elektrisch)',
|
|
190
|
+
'wltpWeightedCombined': 'Verbrauch (WLTP, gew., komb.)',
|
|
191
|
+
'wltpCombined': 'Verbrauch (WLTP, komb.)',
|
|
192
|
+
'wltpSlow': 'Verbrauch Innenstadt (WLTP)',
|
|
193
|
+
'wltpMedium': 'Verbrauch Stadtrand(WLTP)',
|
|
194
|
+
'wltpFast': 'Verbrauch Landstraße(WLTP)',
|
|
195
|
+
'wltpVeryFast': 'Verbrauch Autobahn (WLTP)',
|
|
196
|
+
'wltpWeightedPowerCombined': 'Electricity consumption (WLTP, wtd. comb.)',
|
|
197
|
+
'wltpPowerCombined': 'Stromverbrauch (WLTP, gew., komb.)',
|
|
198
|
+
'wltpPowerSlow': 'Stromverbrauch Innenstadt(WLTP)',
|
|
199
|
+
'wltpPowerMedium': 'Stromverbrauch Stadtrand(WLTP)',
|
|
200
|
+
'wltpPowerFast': 'Stromverbrauch Landstraße(WLTP)',
|
|
201
|
+
'wltpPowerVeryFast': 'Stromverbrauch Autobahn (WLTP)',
|
|
202
|
+
'wltpCO2Title': 'CO2-Klasse',
|
|
203
|
+
'wltpCO2SubTitle': '*Auf der Grundlage der CO-2 Emissionen',
|
|
204
|
+
'wltpCO2WidgetDischargedBattery': 'bei entladener Batterie',
|
|
205
|
+
'wltpCO2WidgetComb': 'gewichtet kombiniert',
|
|
206
|
+
'wltpCO2SubTitleComb': '*Auf der Grundlage der CO-2 Emissionen (kombiniert)'
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
sidebar: {
|
|
210
|
+
overview: 'überblick',
|
|
211
|
+
highlights: 'HIGHLIGHTS',
|
|
212
|
+
details: 'Details',
|
|
213
|
+
adjustRate: 'Rate anpassen',
|
|
214
|
+
aboRate: 'Abo anpassen',
|
|
215
|
+
serviceProducts: 'Serviceprodukte',
|
|
216
|
+
vat: `inkl. ${vehicleOption.vatRate}% MwSt.`,
|
|
217
|
+
reservations: 'Reservieren',
|
|
218
|
+
requestOffer: 'Angebot anfragen',
|
|
219
|
+
requestFinancing: 'Jetzt finanzierung anfragen',
|
|
220
|
+
successfullyRequested: 'Erfolgreich angefragt',
|
|
221
|
+
callUp: 'Anrufen',
|
|
222
|
+
dataEngine: 'Daten Motor',
|
|
223
|
+
dimensions: 'Maße & Abmessungen',
|
|
224
|
+
equipments: 'Ausstattung',
|
|
225
|
+
generalData: 'Allgemeine Daten',
|
|
226
|
+
monthly: '/Monat',
|
|
227
|
+
insteadOf: 'statt',
|
|
228
|
+
empty: 'Keine Daten',
|
|
229
|
+
financingBlock: {
|
|
230
|
+
purchase: 'PKW-Ankauf',
|
|
231
|
+
deposit: 'Anzahlung',
|
|
232
|
+
runningTime: 'Laufzeit',
|
|
233
|
+
mileage: 'Laufleistung',
|
|
234
|
+
prefixPrice: 'ab',
|
|
235
|
+
financingDetalis: 'Finanzierungsdetails',
|
|
236
|
+
leasingDetalis: 'Leasingdetails',
|
|
237
|
+
abonementsDetails: 'Abonements details',
|
|
238
|
+
month: 'Monate',
|
|
239
|
+
km: 'km'
|
|
240
|
+
},
|
|
241
|
+
financingDetalis: {
|
|
242
|
+
creditAgency: 'Finanzierungsinstitut',
|
|
243
|
+
financing: 'Finanzierungsart',
|
|
244
|
+
loanAgreement: 'Kreditvertrag mit Kaufoption',
|
|
245
|
+
month: '{{month}} Monate',
|
|
246
|
+
exampleOfFinance: 'Finanzierungsbeispiel',
|
|
247
|
+
vat: '(alle Angaben inkl. 19,0 % MwSt.)',
|
|
248
|
+
contractPeriod: 'Vertragslaufzeit',
|
|
249
|
+
monthlyPayment: '48 Monatsraten zu je',
|
|
250
|
+
onetimeSpecialPayment: 'Anzahlung',
|
|
251
|
+
finalPayment: 'Schlusszahlung',
|
|
252
|
+
amountWithPurchase: 'Preis bei Ausübung der Kaufoption',
|
|
253
|
+
totalAmount: 'Gesamtbetrag',
|
|
254
|
+
amountWithoutPurchase: 'Gesamtbetrag ohne Ausübung der Kaufoption',
|
|
255
|
+
debitInterestRatePerYear: 'Sollzinssatz pro Jahr',
|
|
256
|
+
effectiveInterestRate: 'Effektiver Jahreszins',
|
|
257
|
+
netLoanAmount: 'Nettodarlehensbetrag (Anschaffungspreis)',
|
|
258
|
+
listPrice: 'Listenpreis / Marktpreis',
|
|
259
|
+
creditworthinessProvided: 'Bonität vorausgesetzt. Dies ist ein Berechnungsbeispiel nach Ihren Angaben. Andere Finanzierungswünsche sind möglich.',
|
|
260
|
+
included: 'inkl. Kosten Anlieferung oder Abholung.',
|
|
261
|
+
bound: 'Gebunden für die gesamte Vertragslaufzeit.',
|
|
262
|
+
description: '2/3 aller Kunden erhalten: Nettodarlehensbetrag {{netLoanAmount}} €, Effektiver Jahreszins {{annualPercentageRate}}%, Fester Sollzins p.a. {{nominalInterestRate}}%, Monatliche Rate {{monthlyInstallment}}€, Gesamtbetrag {{grossLoanAmount}}€',
|
|
263
|
+
conclude: 'Schließen',
|
|
264
|
+
openFinancingDetails: 'Finanzierungsdetails einblenden',
|
|
265
|
+
hideFinancingDetails: 'Finanzierungsdetails ausblenden'
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
accordion: {
|
|
269
|
+
'captionOverview': 'ÜBERBLICK',
|
|
270
|
+
'captionHighlights': 'HIGHLIGHTS',
|
|
271
|
+
'captionVehicleDetails': 'FAHRZEUGDETAILS',
|
|
272
|
+
'tableEngine': 'Daten Motor und Getriebe',
|
|
273
|
+
'tableDimensions': 'Maße und Abmessungen',
|
|
274
|
+
'tableEnvironment': 'Umwelt',
|
|
275
|
+
'tableAvailability': 'Zustand und Verfügbarkeit',
|
|
276
|
+
'tableMaterial': 'Farbe und Material',
|
|
277
|
+
'tableEqipment': 'Ausstattung',
|
|
278
|
+
'captionFuels': 'Kraftstoffe',
|
|
279
|
+
'captionCylinder': 'Zylinder/-anordnung',
|
|
280
|
+
'captionCapacity': 'Hubraum',
|
|
281
|
+
'captionPower': 'Leistung',
|
|
282
|
+
'captionTorque': 'Drehmoment',
|
|
283
|
+
'captionAcceleration': 'Beschleunigung',
|
|
284
|
+
'captionTopspeed': 'Höchstgeschwindigkeit',
|
|
285
|
+
'captionTransmission': 'Getriebe',
|
|
286
|
+
'captionDrive': 'Antrieb',
|
|
287
|
+
'captionTankcapacity': 'Tankvolumen',
|
|
288
|
+
'captionLength': 'Länge',
|
|
289
|
+
'captionWidth': 'Breite',
|
|
290
|
+
'captionHeight': 'Höhe',
|
|
291
|
+
'captionWheelBase': 'Radstand',
|
|
292
|
+
'captionLoadingVolume': 'Ladevolume',
|
|
293
|
+
'captionBootCapacity': 'Kofferraumvolumen',
|
|
294
|
+
'captionDoors': 'Türen',
|
|
295
|
+
'captionSeats': 'Sitze',
|
|
296
|
+
'captionTare': 'Leergewicht',
|
|
297
|
+
'captionMaximumWeight': 'Zulässiges Gesamtgewicht',
|
|
298
|
+
'captionTrailerLoadBraked': 'Anhängelast (gebremst)',
|
|
299
|
+
'captionTrailerLoadUnbraked': 'Anhängelast (ungebremst)',
|
|
300
|
+
'captionConsumptionInTown': 'Verbrauch innerorts',
|
|
301
|
+
'captionConsumptionOutOfTown': 'Verbrauch außerorts',
|
|
302
|
+
'captionConsumptionCom': 'Verbrauch (komb.)*',
|
|
303
|
+
'captionCo2EmissionsCom': 'CO2-Ausstoß (komb.)*',
|
|
304
|
+
'captionEmissionClass': 'Emissionsklasse',
|
|
305
|
+
'captionEmissionsSticker': 'Feinstaubplakette',
|
|
306
|
+
'captionCo2Efficiency': 'CO-2-Effizienz',
|
|
307
|
+
'captionSubTitle': '*Auf der Grundlage der gemessenen CO-2 Emissionen unter Berücksichtigung der Masse des Fahrzeugs ermittelt.',
|
|
308
|
+
'captionAvailability': 'Verfügbarkeit',
|
|
309
|
+
'captionGeneralInspection': 'Hauptuntersuchung',
|
|
310
|
+
'captionVehicleCondition': 'Fahrzeugzustand',
|
|
311
|
+
'captionVehicleOwners': 'Fahrzeughalter',
|
|
312
|
+
'captionGuarantee': 'Garantie',
|
|
313
|
+
'captionMaintenanceGuide': 'Scheckheft gepflegt',
|
|
314
|
+
'captionNonSmokingVehicle': 'Nichtraucherfahrzeug',
|
|
315
|
+
'captionColorManufacturer': 'Farbe (Hersteller)',
|
|
316
|
+
'captionColour': 'Farbe',
|
|
317
|
+
'captionAppointmentsColor': 'Ausstattungsfarbe',
|
|
318
|
+
'captionInteriorDecoration': 'Innenausstattung',
|
|
319
|
+
'captionAssistanceSystems': 'Assistenzsysteme',
|
|
320
|
+
'captionAirbags': 'Airbags',
|
|
321
|
+
'captionParkingAid': 'Einparkhilfe',
|
|
322
|
+
'captionAirConditioning': 'Klimatisierung',
|
|
323
|
+
'captionHeater': 'Heizung',
|
|
324
|
+
'captionMultimedia': 'Multimedia',
|
|
325
|
+
'captionSteeringWheel': 'Lenkrad',
|
|
326
|
+
'captionLight': 'Licht',
|
|
327
|
+
'captionSlices': 'Scheiben',
|
|
328
|
+
'captionMirror': 'Spiegel',
|
|
329
|
+
'captionWheelsLandingGear': 'Räder | Fahrwerk',
|
|
330
|
+
'captionExtras': 'Extras',
|
|
331
|
+
}
|
|
332
|
+
};
|
|
333
|
+
};
|
|
334
|
+
|
|
335
|
+
export const searchTopBarTranslate = (resultsCount?: number) => {
|
|
336
|
+
const resultsCountToLocale = resultsCount && resultsCount.toLocaleString('de');
|
|
337
|
+
return {
|
|
338
|
+
...sortingOptions,
|
|
339
|
+
resultsCount: `${resultsCountToLocale} Angebote`,
|
|
340
|
+
resultsText: 'stimmen mit Ihren Suchkriterien überein',
|
|
341
|
+
sortingPlaceholder: 'sortieren',
|
|
342
|
+
saveSearch: {
|
|
343
|
+
label: 'Suche speichern',
|
|
344
|
+
saveSuccess: 'Ihre Suche wurde erfolgreich gespeichert.',
|
|
345
|
+
saveError: 'Ihre Suche konnte nicht gespeichert werden. Versuchen Sie es später erneut.'
|
|
346
|
+
},
|
|
347
|
+
}
|
|
348
|
+
};
|
|
349
|
+
|
|
350
|
+
export const paginationTranslate = () => {
|
|
351
|
+
return {
|
|
352
|
+
common: {
|
|
353
|
+
goBack: 'zurück',
|
|
354
|
+
goForward: 'weiter'
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
};
|
|
358
|
+
|
|
359
|
+
export const VehicleDetailedSliderTranslate = (statsData: any) => {
|
|
360
|
+
const totalFavCount = _get(statsData, 'totalFavCount', null);
|
|
361
|
+
const slidingCarImpCount = _get(statsData, 'slidingCarImpCount', null);
|
|
362
|
+
return {
|
|
363
|
+
slider: {
|
|
364
|
+
topPrices: 'Top-Preise',
|
|
365
|
+
comingSoon: 'Demnächst',
|
|
366
|
+
firstPicture: 'Erstes Bild',
|
|
367
|
+
currentSlide: 'von',
|
|
368
|
+
fullScreen: 'Vollbild',
|
|
369
|
+
exterior: 'Außen',
|
|
370
|
+
interior: 'Innen',
|
|
371
|
+
comparableCars: 'Vergleichbare Autos',
|
|
372
|
+
comparableCarsMobile: 'Vergleichbare Autos',
|
|
373
|
+
othersLooked: 'Andere haben ebenso angeschaut',
|
|
374
|
+
saveCarAsFavorites: `${totalFavCount} Favoriten`,
|
|
375
|
+
customersLookingTheCar: `${slidingCarImpCount} Ansichten`,
|
|
376
|
+
checked: 'geprüft',
|
|
377
|
+
easy: 'einfach',
|
|
378
|
+
safe: 'sicher',
|
|
379
|
+
toBuy: 'kaufen',
|
|
380
|
+
callForFree: 'kostenfrei anrufen',
|
|
381
|
+
save: 'sparen',
|
|
382
|
+
new: 'neu'
|
|
383
|
+
}
|
|
384
|
+
};
|
|
385
|
+
};
|
|
386
|
+
|
|
387
|
+
export const SearchPage = (chip?: any) => {
|
|
388
|
+
const filterKey = _get(chip, 'filterKey');
|
|
389
|
+
const monthlyInstallmentFrom = _get(chip, 'filterValue.monthlyInstallmentFrom');
|
|
390
|
+
const monthlyInstallmentTo = _get(chip, 'filterValue.monthlyInstallmentTo');
|
|
391
|
+
const firstInstallment = _get(chip, 'filterValue.firstInstallment');
|
|
392
|
+
const paybackPeriod = _get(chip, 'filterValue.paybackPeriod');
|
|
393
|
+
let fromToWithInfo = '';
|
|
394
|
+
switch (filterKey) {
|
|
395
|
+
case 'CONSUMPTION':
|
|
396
|
+
const fromValue = Number(chip.filterValue.from).toLocaleString('de');
|
|
397
|
+
const toValue = Number(chip.filterValue.to).toLocaleString('de');
|
|
398
|
+
const newFromValue: any = (fromValue === 'NaN') ? '1' : fromValue;
|
|
399
|
+
const newToValue: any = (toValue === 'NaN') ? '18' : toValue;
|
|
400
|
+
fromToWithInfo = `${newFromValue} - ${newToValue}`;
|
|
401
|
+
break;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
return {
|
|
405
|
+
...cbd,
|
|
406
|
+
...SearchDetailedPage,
|
|
407
|
+
common,
|
|
408
|
+
addManufacturerAndModel: 'weitere Fahrzeuge hinzufügen',
|
|
409
|
+
filters: {
|
|
410
|
+
'highlights': 'Highlights',
|
|
411
|
+
'moreCriteria': 'mehr Kriterien',
|
|
412
|
+
'rateTitle': 'Monatsrate',
|
|
413
|
+
'all': 'Alle',
|
|
414
|
+
'first_registration': 'Erstzulassung',
|
|
415
|
+
'first_registration_from': 'EZ von',
|
|
416
|
+
'first_registration_to': 'EZ bis',
|
|
417
|
+
'rate': 'Rate',
|
|
418
|
+
'price': 'Preis',
|
|
419
|
+
'price_from': 'Preis von',
|
|
420
|
+
'price_to': 'Preis bis',
|
|
421
|
+
'mileage': 'Kilometerstand',
|
|
422
|
+
'mileage_from': 'Kilometer von',
|
|
423
|
+
'mileage_to': 'Kilometer bis',
|
|
424
|
+
'power_from': 'Leistung von',
|
|
425
|
+
'power_to': 'Leistung bis',
|
|
426
|
+
'power': 'Leistung in {{value}}',
|
|
427
|
+
'interiorColor': 'Polsterfarbe',
|
|
428
|
+
'interiorMaterial': 'Polstermaterial',
|
|
429
|
+
'consumption': 'Verbrauch',
|
|
430
|
+
'consumptionShort': 'Kraftstoffverbrauch',
|
|
431
|
+
'consumption_to': 'Verbrauch (komb.) bis',
|
|
432
|
+
'FUEL': 'Kraftstoffart',
|
|
433
|
+
'TRANSMISSION': 'Getriebe',
|
|
434
|
+
'DRIVE_TYPE': 'Antrieb',
|
|
435
|
+
'CUBIC_CAPACITY': 'Hubraum (ccm)',
|
|
436
|
+
'CUBIC_CAPACITY_from': 'Hubraum von',
|
|
437
|
+
'CUBIC_CAPACITY_to': 'Hubraum bis',
|
|
438
|
+
'any': 'Alle',
|
|
439
|
+
'from': 'von',
|
|
440
|
+
'to': 'bis',
|
|
441
|
+
'bodyColor': 'Außenfarbe',
|
|
442
|
+
'metallic': 'Metallic',
|
|
443
|
+
'selector_top_price': 'Bestpreis',
|
|
444
|
+
'selector_good_price': 'Guter Preis',
|
|
445
|
+
'selector_fair_price': 'Fairer Preis',
|
|
446
|
+
'selector_increased_price': 'Erhöhter Preis',
|
|
447
|
+
'selector_high_price': 'Hoher Preis',
|
|
448
|
+
'selector_no_rating': 'Keine Bewertung',
|
|
449
|
+
'vatReportable': 'MwSt. ausweisbar',
|
|
450
|
+
'onlineSince': 'Online seit',
|
|
451
|
+
'numberOfDoors': 'Anzahl Türen',
|
|
452
|
+
'seats': 'Sitzplätze',
|
|
453
|
+
'seats_from': 'Sitzplätze von',
|
|
454
|
+
'seats_to': 'Sitzplätze bis',
|
|
455
|
+
'fuel': 'Kraftstoffart',
|
|
456
|
+
'priceTitle': 'Preis in {{currency}}',
|
|
457
|
+
'drive': 'Antrieb',
|
|
458
|
+
'transmission': 'Getriebe',
|
|
459
|
+
'no': 'No',
|
|
460
|
+
'fineDustSticker': 'Feinstaubplakette mind.',
|
|
461
|
+
'emissionClass': 'Schadstoffklasse min. (Euro)',
|
|
462
|
+
'numberOfOwners': 'Fahrzeughalter max',
|
|
463
|
+
'one_owner_checkbox': '1',
|
|
464
|
+
'two_owners_checkbox': '2',
|
|
465
|
+
'three_owners_checkbox': '3',
|
|
466
|
+
'four_and_more_owners_checkbox': '4',
|
|
467
|
+
'all_owners_checkbox': 'Alle',
|
|
468
|
+
'dieselParticulateFilter': 'Rußpartikelfilter',
|
|
469
|
+
'1_day': '1 Tag',
|
|
470
|
+
'2_days': '2 Tage',
|
|
471
|
+
'3_days': '3 Tage',
|
|
472
|
+
'4_days': '4 Tage',
|
|
473
|
+
'5_days': '5 Tage',
|
|
474
|
+
'6_days': '6 Tage',
|
|
475
|
+
'1_week': '1 Woche',
|
|
476
|
+
'2_weeks': '2 Wochen',
|
|
477
|
+
'1_month': '1 Monat',
|
|
478
|
+
'2_months': '2 Monate',
|
|
479
|
+
'6_months': '6 Monate',
|
|
480
|
+
'12_months': '12 Monate',
|
|
481
|
+
'18_months': '18 Monate',
|
|
482
|
+
'no_matter': 'egal',
|
|
483
|
+
'offer_warranty': 'Garantie',
|
|
484
|
+
'mainData_nonSmokerVehicle': 'Nichtraucher-Fahrzeug',
|
|
485
|
+
'careService_fullServiceHistory': 'Scheckheft gepflegt',
|
|
486
|
+
'damaged_vehicles': 'Beschädigte Fahrzeuge',
|
|
487
|
+
'show': 'Nicht Anzeigen',
|
|
488
|
+
'not_show': 'anzeigen',
|
|
489
|
+
'vehicleOwners': 'Anzahl der Fahrzeughalter',
|
|
490
|
+
'one_owner': 'Ein Fahrzeughalter',
|
|
491
|
+
'two_owners': 'Zwei Fahrzeughalter',
|
|
492
|
+
'three_owners': 'Drei Fahrzeughalter',
|
|
493
|
+
'four_and_more_owners': 'Fünf Fahrzeughalter',
|
|
494
|
+
'all_owners': 'Jede Anzahl von Fahrzeughalter',
|
|
495
|
+
'hu': 'HU mind. gültig (in Monaten)',
|
|
496
|
+
'anyHuMonth': 'Beliebig',
|
|
497
|
+
'qualityCertificate': 'Qualitätssiegel',
|
|
498
|
+
'oldtimer': 'Oldtimer',
|
|
499
|
+
'demonstration': 'Vorführfahrzeug',
|
|
500
|
+
'mainData_roadworthy': 'Fahrtauglich',
|
|
501
|
+
'manufacturerPlaceholder': 'Marke',
|
|
502
|
+
'modelPlaceholder': 'Modell',
|
|
503
|
+
'powerPlaceholder': 'Leistung in {{value}}',
|
|
504
|
+
'submodelPlaceholder': 'Modellvariante: zB. Plus, GTI, etc',
|
|
505
|
+
'bodyTypePlaceholder': 'Karosserieform',
|
|
506
|
+
'monthlyInstallment': 'Monatsrate',
|
|
507
|
+
'firstInstallment': 'Anzahlung',
|
|
508
|
+
'paybackPeriod': 'Laufzeit',
|
|
509
|
+
'firstInstallmentPlaceholder': 'Deposit',
|
|
510
|
+
'monthlyInstallmentFromPlaceholder': 'Rate von',
|
|
511
|
+
'monthlyInstallmentToPlaceholder': 'Rate bis',
|
|
512
|
+
'paybackPeriodPlaceholder': 'Laufzeit'
|
|
513
|
+
},
|
|
514
|
+
rateSearchWidget: {
|
|
515
|
+
'changeRateLink': 'ändern',
|
|
516
|
+
'title': 'Ratendetails anpassen',
|
|
517
|
+
'months': 'Monate',
|
|
518
|
+
'monthlyInstallmentFrom': 'Monatsrate von (€)',
|
|
519
|
+
'monthlyInstallmentTo': 'Monatsrate bis (€)',
|
|
520
|
+
'firstInstallment': 'Anzahlung',
|
|
521
|
+
'paybackPeriod': 'Laufzeit',
|
|
522
|
+
'firstInstallmentPlaceholder': 'Anzahlung',
|
|
523
|
+
'monthlyInstallmentFromPlaceholder': 'Rate von',
|
|
524
|
+
'monthlyInstallmentToPlaceholder': 'Rate bis',
|
|
525
|
+
'paybackPeriodPlaceholder': 'Laufzeit',
|
|
526
|
+
'apply': 'Anwenden',
|
|
527
|
+
'abort': 'abbrechen',
|
|
528
|
+
'any': 'beliebig',
|
|
529
|
+
'monthlyInstallmentLabel': 'Monatsrate:',
|
|
530
|
+
'defaultValue': 'beliebig, 60 Monate',
|
|
531
|
+
'monthlyInstallmentFromValue': 'ab {{value}} €',
|
|
532
|
+
'monthlyInstallmentToValue': 'bis }} {{value€',
|
|
533
|
+
'paybackPeriodValue': '{{value}} Monate',
|
|
534
|
+
'firstInstallmentValue': '{{value}} € Anzahlung',
|
|
535
|
+
'rateChip': 'Rate:',
|
|
536
|
+
'monthlyInstallmentFromChip': 'ab {{value}} €',
|
|
537
|
+
'monthlyInstallmentToChip': 'bis {{value}} €',
|
|
538
|
+
'paybackPeriodChip': 'Laufzeit: {{value}} Monate',
|
|
539
|
+
'firstInstallmentChip': 'Anzahlung: {{value}} €'
|
|
540
|
+
},
|
|
541
|
+
'filterGroups': {
|
|
542
|
+
'interiorColor': 'Polsterfarbe',
|
|
543
|
+
'SUPER_ADMIN': 'Höchster Vorgesetzter',
|
|
544
|
+
'BASIC_DATA': 'Grunddaten',
|
|
545
|
+
'BODY_COLOR': 'Farbe',
|
|
546
|
+
'DRIVE_TRANSMISSION': 'Antrieb | Getriebe',
|
|
547
|
+
'EQUIPMENTS': 'Ausstattung',
|
|
548
|
+
'Interior': 'Polster',
|
|
549
|
+
'STATE': 'Zustand',
|
|
550
|
+
'ENVIRONMENT': 'Umwelt',
|
|
551
|
+
'OFFER_DETAILS': 'Angebotsdetails',
|
|
552
|
+
'VEHICLE_CONDITION': 'Fahrzeugzustand',
|
|
553
|
+
'MAKE_MODEL_SUB': 'Marke, Modell, Variante',
|
|
554
|
+
'HIGHLIGHTS': 'Highlights',
|
|
555
|
+
'MAKE_MODEL_EXCLUDE': 'Fahrzeuge aus der Suche ausschließen',
|
|
556
|
+
'BASIC_FEATURES': 'Basis Merkmale',
|
|
557
|
+
'VEHICLE_TYPE': 'Fahrzeugtyp',
|
|
558
|
+
'USAGE_TYPE': 'Fahrzeugart',
|
|
559
|
+
'PRICE_REVIEW': 'Preisbewertung',
|
|
560
|
+
'ENGINE_TRANS_DRIVE': 'Motor | Getriebe | Antrieb',
|
|
561
|
+
'LOCATION': 'Standort',
|
|
562
|
+
'SAFETY': 'Sicherheit',
|
|
563
|
+
'HISTORY': 'Fahrzeughistorie',
|
|
564
|
+
'INTERIOR': 'Polster'
|
|
565
|
+
},
|
|
566
|
+
SearchPage: {
|
|
567
|
+
...sortingOptions,
|
|
568
|
+
'resultsCount': '{{count}} Angebote',
|
|
569
|
+
'resultsText': 'stimmen mit Ihren Suchkriterien überein',
|
|
570
|
+
'emptyResults': {
|
|
571
|
+
'title': 'Derzeit sind keine Angebote entsprechend Ihrer Suche verfügbar',
|
|
572
|
+
'message': '<0>Um die Suchparameter zu ändern, verwenden Sie die <0>Detaillierte Suche</0></0>',
|
|
573
|
+
'offer': 'Wir haben passende Alternativen fur Sie zusammengestellt:'
|
|
574
|
+
},
|
|
575
|
+
'sortingPlaceholder': 'sortieren',
|
|
576
|
+
'searchResults': 'Suchergebnisse',
|
|
577
|
+
'detailedSearch': 'Detailsuche',
|
|
578
|
+
'buyCar': 'AUTO KAUFEN',
|
|
579
|
+
'removeAllFilters': 'Alle Filter entfernen',
|
|
580
|
+
'vehicle': {
|
|
581
|
+
'top': 'TOP',
|
|
582
|
+
'topPrice': 'TOP PREIS',
|
|
583
|
+
'firePrice': 'FAIRER PREIS',
|
|
584
|
+
'detalis': 'Details',
|
|
585
|
+
'perMonth': 'ab monatl.',
|
|
586
|
+
'financingDetails': 'Finanzierungsdetails',
|
|
587
|
+
'highlights': 'Highlights:',
|
|
588
|
+
'total': 'Gesamt',
|
|
589
|
+
'vatIncluded': 'inkl. MwSt.',
|
|
590
|
+
'toOffer': 'Zum Angebot',
|
|
591
|
+
'addOfferToMainSlide': 'Zum Schieberegler hinzufügen'
|
|
592
|
+
},
|
|
593
|
+
'filterBy': 'Filtern nach',
|
|
594
|
+
'addManufacturerAndModel': 'weitere Fahrzeuge hinzufügen',
|
|
595
|
+
'filterGroups': {
|
|
596
|
+
'interiorColor': 'Polsterfarbe',
|
|
597
|
+
'SUPER_ADMIN': 'Höchster Vorgesetzter',
|
|
598
|
+
'BASIC_DATA': 'Grunddaten',
|
|
599
|
+
'BODY_COLOR': 'Farbe',
|
|
600
|
+
'DRIVE_TRANSMISSION': 'Antrieb | Getriebe',
|
|
601
|
+
'EQUIPMENTS': 'Ausstattung',
|
|
602
|
+
'Interior': 'Polster',
|
|
603
|
+
'STATE': 'Zustand',
|
|
604
|
+
'ENVIRONMENT': 'Umwelt',
|
|
605
|
+
'OFFER_DETAILS': 'Angebotsdetails',
|
|
606
|
+
'VEHICLE_CONDITION': 'Fahrzeugzustand',
|
|
607
|
+
'MAKE_MODEL_SUB': 'Marke, Modell, Variante',
|
|
608
|
+
'HIGHLIGHTS': 'Highlights',
|
|
609
|
+
'MAKE_MODEL_EXCLUDE': 'Fahrzeuge aus der Suche ausschließen',
|
|
610
|
+
'BASIC_FEATURES': 'Basis Merkmale',
|
|
611
|
+
'VEHICLE_TYPE': 'Fahrzeugtyp',
|
|
612
|
+
'USAGE_TYPE': 'Fahrzeugart',
|
|
613
|
+
'PRICE_REVIEW': 'Preisbewertung',
|
|
614
|
+
'ENGINE_TRANS_DRIVE': 'Motor | Getriebe | Antrieb',
|
|
615
|
+
'LOCATION': 'Standort',
|
|
616
|
+
'SAFETY': 'Sicherheit',
|
|
617
|
+
'HISTORY': 'Fahrzeughistorie',
|
|
618
|
+
'INTERIOR': 'Polster'
|
|
619
|
+
},
|
|
620
|
+
'filters': {
|
|
621
|
+
'manufacturer_exclude': 'Ausschließen',
|
|
622
|
+
'model_exclude': 'Ausschließen',
|
|
623
|
+
'ownerID': 'Besitzer-ID',
|
|
624
|
+
'filter': 'Filtern nach Eigentümer-ID',
|
|
625
|
+
'bodyColor': 'Außenfarbe',
|
|
626
|
+
'drive': 'Antrieb',
|
|
627
|
+
'transmission': 'Getriebe',
|
|
628
|
+
'numberOfDoors': 'Anzahl Türen',
|
|
629
|
+
'manufacturerPlaceholder': 'Marke',
|
|
630
|
+
'modelPlaceholder': 'Modell',
|
|
631
|
+
'submodelPlaceholder': 'Modellvariante: zB. Plus, GTI, etc',
|
|
632
|
+
'bodyTypePlaceholder': 'Karosserieform',
|
|
633
|
+
'interiorColor': 'Polsterfarbe',
|
|
634
|
+
'interiorMaterial': 'Polstermaterial',
|
|
635
|
+
'fuel': 'Kraftstoffart',
|
|
636
|
+
'all': 'Alle',
|
|
637
|
+
'metallic': 'Metallic',
|
|
638
|
+
'highlights': 'Highlights',
|
|
639
|
+
'moreCriteria': 'mehr Kriterien',
|
|
640
|
+
'two_doors': '2 Türen',
|
|
641
|
+
'three_doors': '3 Türen',
|
|
642
|
+
'four_doors': '4 Türen',
|
|
643
|
+
'five_doors': '5 Türen',
|
|
644
|
+
'all_doors': 'Jede Anzahl von Türen',
|
|
645
|
+
'one_owner': 'max. 1 Fahrzeughalter',
|
|
646
|
+
'two_owners': 'max. 2 Fahrzeughalter',
|
|
647
|
+
'three_owners': 'max. 3 Fahrzeughalter',
|
|
648
|
+
'four_and_more_owners': '4+ Fahrzeughalter',
|
|
649
|
+
'all_owners': 'Jede Anzahl von Fahrzeughalter',
|
|
650
|
+
'one_owner_checkbox': '1',
|
|
651
|
+
'two_owners_checkbox': '2',
|
|
652
|
+
'three_owners_checkbox': '3',
|
|
653
|
+
'four_and_more_owners_checkbox': '4',
|
|
654
|
+
'all_owners_checkbox': 'Alle',
|
|
655
|
+
'numberOfOwners': 'Fahrzeughalter max',
|
|
656
|
+
'damaged': 'Unfallfahrzeug',
|
|
657
|
+
'show': 'Anzeigen',
|
|
658
|
+
'not_show': 'Nicht anzeigen',
|
|
659
|
+
'consumption': 'Verbrauch',
|
|
660
|
+
'seats': 'Sitzplätze',
|
|
661
|
+
'first_registration': 'Erstzulassung',
|
|
662
|
+
'emission_co2': 'CO2',
|
|
663
|
+
'price': 'Preis',
|
|
664
|
+
'rate': 'Rate',
|
|
665
|
+
'cubic_capacity': 'Hubraum (ccm)',
|
|
666
|
+
'priceTitle': 'Preis in {{currency}}',
|
|
667
|
+
'rateTitle': 'Monatsrate',
|
|
668
|
+
'mileage': 'Kilometerstand',
|
|
669
|
+
'power': 'Leistung',
|
|
670
|
+
'powerPlaceholder': 'Leistung in {{value}}',
|
|
671
|
+
'emissionClass': 'Schadstoffklasse min. (Euro)',
|
|
672
|
+
'fineDustSticker': 'Feinstaubplakette mind.',
|
|
673
|
+
'dieselParticulateFilter': 'Rußpartikelfilter',
|
|
674
|
+
'selector_emissionSticker_all': 'Irgendwelche Emissionsaufkleber',
|
|
675
|
+
'no': 'No',
|
|
676
|
+
'vatReportable': 'MwSt. ausweisbar',
|
|
677
|
+
'onlineSince': 'Online seit',
|
|
678
|
+
'1_day': '1 Tag',
|
|
679
|
+
'2_days': '2 Tage',
|
|
680
|
+
'3_days': '3 Tage',
|
|
681
|
+
'4_days': '4 Tage',
|
|
682
|
+
'5_days': '5 Tage',
|
|
683
|
+
'6_days': '6 Tage',
|
|
684
|
+
'1_week': '1 Woche',
|
|
685
|
+
'2_weeks': '2 Wochen',
|
|
686
|
+
'1_month': '1 Monat',
|
|
687
|
+
'2_months': '2 Monate',
|
|
688
|
+
'6_months': '6 Monate',
|
|
689
|
+
'12_months': '12 Monate',
|
|
690
|
+
'18_months': '18 Monate',
|
|
691
|
+
'no_matter': 'egal',
|
|
692
|
+
'from': 'von',
|
|
693
|
+
'to': 'bis',
|
|
694
|
+
'type': 'typ',
|
|
695
|
+
'noFiltersSelected': 'Keine Filter ausgewählt',
|
|
696
|
+
'priceDifferenceTitle': 'Einzelhandel zu aktueller Preisdifferenz {{currency}}',
|
|
697
|
+
'price_difference': 'Einzelhandel zu aktueller Preisdifferenz',
|
|
698
|
+
'imagesCountTitle': 'Bilder zählen',
|
|
699
|
+
'images_count': 'Bilder zählen'
|
|
700
|
+
},
|
|
701
|
+
'filtersChips': {
|
|
702
|
+
'consumption': `Verbrauch ${fromToWithInfo} l/100 km`,
|
|
703
|
+
'price': `Preis ${fromToWithInfo} €`,
|
|
704
|
+
'mileage': `Kilometerstand ${fromToWithInfo} km`,
|
|
705
|
+
'power': `Leistung ${fromToWithInfo} PS`,
|
|
706
|
+
'generalInspection': `HU mind. {{month}} gültig`,
|
|
707
|
+
'firstInstallmentChip': `Anzahlung: ${firstInstallment} €`,
|
|
708
|
+
'monthlyInstallmentFromChip': `ab ${monthlyInstallmentFrom} €`,
|
|
709
|
+
'monthlyInstallmentToChip': `bis ${monthlyInstallmentTo} €`,
|
|
710
|
+
'paybackPeriodChip': `Laufzeit: ${paybackPeriod} Monate`,
|
|
711
|
+
'rateChip': 'Rate:',
|
|
712
|
+
'any': 'beliebig'
|
|
713
|
+
},
|
|
714
|
+
'financingPopUp': {
|
|
715
|
+
'exampleOfFinance': 'Finanzierungsbeispiel',
|
|
716
|
+
'vat': '(alle Angaben inkl. 19,0 % MwSt.)',
|
|
717
|
+
'purchasePrice': 'Fahrzeugpreis',
|
|
718
|
+
'currentSalesPrice': 'Fahrzeugpreis',
|
|
719
|
+
'monthlyInstallment': '{{count}} Monatsraten zu je',
|
|
720
|
+
'onetimeSpecialPayment': 'Anzahlung',
|
|
721
|
+
'netLoanAmount': 'Nettodarlehensbetrag',
|
|
722
|
+
'paymentProtectionInsurance': 'Restschuldversicherung',
|
|
723
|
+
'paybackPeriod': 'Vertragslaufzeit',
|
|
724
|
+
'finalInstallment': 'Schlusszahlung',
|
|
725
|
+
'grossLoanAmount': 'Gesamtbetrag',
|
|
726
|
+
'grossLoanAmountWithoutFinalInstallment': 'Gesamtbetrag ohne Schlussrate',
|
|
727
|
+
'nominalInterestRate': 'Sollzinssatz pro Jahr',
|
|
728
|
+
'annualPercentageRate': 'Effektiver Jahreszins',
|
|
729
|
+
'month': 'Monat',
|
|
730
|
+
'creditAgency': 'Finanzierungsinstitut',
|
|
731
|
+
'creditworthinessProvided': 'Bonität vorausgesetzt. Dies ist ein Berechnungsbeispiel nach Ihren Angaben. Andere Finanzierungswünsche sind möglich.',
|
|
732
|
+
'included': 'inkl. Kosten Anlieferung oder Abholung.',
|
|
733
|
+
'bound': 'Gebunden für die gesamte Vertragslaufzeit.',
|
|
734
|
+
'description': '2/3 aller Kunden erhalten: Nettodarlehensbetrag {{netLoanAmount}} €, Effektiver Jahreszins {{annualPercentageRate}}%, Fester Sollzins p.a. {{nominalInterestRate}}%, Monatliche Rate {{monthlyInstallment}}€,Gesamtbetrag {{grossLoanAmount}}€',
|
|
735
|
+
'conclude': 'Schließen'
|
|
736
|
+
},
|
|
737
|
+
'saveSearch': {
|
|
738
|
+
'label': 'Suche speichern',
|
|
739
|
+
'saveSuccess': 'Ihre Suche wurde erfolgreich gespeichert.',
|
|
740
|
+
'saveError': 'Ihre Suche konnte nicht gespeichert werden. Versuchen Sie es später erneut.'
|
|
741
|
+
},
|
|
742
|
+
'addOfferToMainSlide': {
|
|
743
|
+
'success': 'Angebot wurde erfolgreich zum Hauptschieberegler hinzugefügt.',
|
|
744
|
+
'error': 'Das Angebot konnte nicht zum Hauptschieberegler hinzugefügt werden. Versuchen Sie es später noch einmal.'
|
|
745
|
+
},
|
|
746
|
+
'promoSlider': {
|
|
747
|
+
'new': 'neu'
|
|
748
|
+
},
|
|
749
|
+
'rateSearchWidget': {
|
|
750
|
+
'changeRateLink': 'ändern',
|
|
751
|
+
'title': 'Ratendetails anpassen',
|
|
752
|
+
'months': 'Monate',
|
|
753
|
+
'monthlyInstallmentFrom': 'Monatsrate von (€)',
|
|
754
|
+
'monthlyInstallmentTo': 'Monatsrate bis (€)',
|
|
755
|
+
'firstInstallment': 'Anzahlung',
|
|
756
|
+
'paybackPeriod': 'Laufzeit',
|
|
757
|
+
'firstInstallmentPlaceholder': 'Anzahlung',
|
|
758
|
+
'monthlyInstallmentFromPlaceholder': 'Rate von',
|
|
759
|
+
'monthlyInstallmentToPlaceholder': 'Rate bis',
|
|
760
|
+
'paybackPeriodPlaceholder': 'Laufzeit',
|
|
761
|
+
'apply': 'Anwenden',
|
|
762
|
+
'abort': 'abbrechen',
|
|
763
|
+
'any': 'beliebig',
|
|
764
|
+
'monthlyInstallmentLabel': 'Monatsrate:',
|
|
765
|
+
'defaultValue': 'beliebig, 60 Monate',
|
|
766
|
+
'monthlyInstallmentFromValue': `ab {{value}} €`,
|
|
767
|
+
'monthlyInstallmentToValue': 'bis {{value}} €',
|
|
768
|
+
'paybackPeriodValue': '{{value}} Monate',
|
|
769
|
+
'firstInstallmentValue': '{{value}} € Anzahlung',
|
|
770
|
+
'rateChip': 'Rate:',
|
|
771
|
+
'monthlyInstallmentFromChip': 'ab {{value}} €',
|
|
772
|
+
'monthlyInstallmentToChip': 'bis {{value}} €',
|
|
773
|
+
'paybackPeriodChip': 'Laufzeit: {{value}} Monate',
|
|
774
|
+
'firstInstallmentChip': 'Anzahlung: {{value}} €'
|
|
775
|
+
}
|
|
776
|
+
}
|
|
777
|
+
};
|
|
778
|
+
};
|
|
779
|
+
|
|
780
|
+
export const breadcrumbsTranslate = () => {
|
|
781
|
+
return {
|
|
782
|
+
common: {
|
|
783
|
+
breadcrumbs: {
|
|
784
|
+
'ImageUpload': 'Bild hochladen',
|
|
785
|
+
'MyVehicles': 'Meine Fahrzeuge',
|
|
786
|
+
'MySearches': 'Meine Suchen',
|
|
787
|
+
'Overview': 'Übersicht',
|
|
788
|
+
'Search': 'Suche',
|
|
789
|
+
'MySettings': 'Meine Einstellungen',
|
|
790
|
+
'ImageSettings': 'Bildeinstellungen',
|
|
791
|
+
'DetailedSearch': 'Detaillierte Suche',
|
|
792
|
+
'Favorites': 'Favoriten',
|
|
793
|
+
'Authorization': 'Autorisierung',
|
|
794
|
+
'DealerAuthorization': 'Händlerautorisierung',
|
|
795
|
+
'Dashboard': 'Dashboard',
|
|
796
|
+
'Compare': 'Fahrzeugvergleich',
|
|
797
|
+
'Employees': 'Mitarbeiter',
|
|
798
|
+
'AddEmployee': 'Mitarbeiter hinzufügen',
|
|
799
|
+
'BillingOverview': 'Abrechnungsübersicht',
|
|
800
|
+
'NewHires': 'Neueinstellungen',
|
|
801
|
+
'EditDealerProfile': 'Händlerprofil bearbeiten',
|
|
802
|
+
'DataExport': 'Datenexport zu anderen Portalen',
|
|
803
|
+
'DataImport': 'Datenimport',
|
|
804
|
+
'VehicleAdd': 'Anlegen und bearbeiten',
|
|
805
|
+
'VehicleEdit': 'Details',
|
|
806
|
+
'Seller': 'Allgemein Geschäftsbedingungen und Impressum'
|
|
807
|
+
},
|
|
808
|
+
'carDetails': 'Details',
|
|
809
|
+
'goBack': 'zurück'
|
|
810
|
+
}
|
|
811
|
+
};
|
|
812
|
+
};
|
|
813
|
+
|
|
814
|
+
export const uspTranslate = () => {
|
|
815
|
+
return {
|
|
816
|
+
usp: {
|
|
817
|
+
qualityCars: 'Top Qualität',
|
|
818
|
+
guarantee: 'Günstige Finanzierung',
|
|
819
|
+
yearGuaraty: '1 Jahr auto.de-Garantie',
|
|
820
|
+
moneyBack: '14 Tage Probefahrt'
|
|
821
|
+
}
|
|
822
|
+
};
|
|
823
|
+
};
|
|
824
|
+
|
|
825
|
+
export const priceReviewTranslate = (equipmentCount?: any, make?: string, model?: string) => {
|
|
826
|
+
return {
|
|
827
|
+
'priceReview': {
|
|
828
|
+
'title': 'Preisbewertung',
|
|
829
|
+
'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.',
|
|
830
|
+
'notAvailableDescription': 'Aussagekräftige Preisinformationen für dieses Fahrzeuge sind nicht möglich, da zu viele unterschiedliche Faktoren den Wert beeinflussen.',
|
|
831
|
+
'details': 'Details zur Preisbewertung',
|
|
832
|
+
'noRating': 'Keine bewertung',
|
|
833
|
+
'highPrice': 'Hoher preis',
|
|
834
|
+
'increasedPrice': 'Erhöhter preis',
|
|
835
|
+
'fairPrice': 'Fairer preis',
|
|
836
|
+
'goodPrice': 'Guter preis',
|
|
837
|
+
'topPrice': 'Top preis',
|
|
838
|
+
'noRatingCompact': 'Keine bewertung',
|
|
839
|
+
'highPriceCompact': 'Hoch',
|
|
840
|
+
'increasedPriceCompact': 'Erhöht',
|
|
841
|
+
'fairPriceCompact': 'Fair',
|
|
842
|
+
'goodPriceCompact': 'Günstig',
|
|
843
|
+
'topPriceCompact': 'Top',
|
|
844
|
+
'priceTo': 'bis',
|
|
845
|
+
'equipment': 'Ausstattung',
|
|
846
|
+
'equipmentCount': `${equipmentCount} Ausstattungsmerkmale`
|
|
847
|
+
},
|
|
848
|
+
modals: {
|
|
849
|
+
'priceReview': {
|
|
850
|
+
'title': `Preisbewertung für diesen ${make} ${model}`,
|
|
851
|
+
'priceOffer': 'Angebotspreis:',
|
|
852
|
+
'marketValue': 'Marktwert:',
|
|
853
|
+
'savingPotential': 'Sparpotential:',
|
|
854
|
+
'criteriaTitle': 'Auszug der Kriterien, die das Angebot beeinflussen',
|
|
855
|
+
'ratingCategoriesTitle': 'Die auto.de Bewertungskategorien',
|
|
856
|
+
'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.',
|
|
857
|
+
'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.',
|
|
858
|
+
'increasedPriceDescription': 'Der Preis siedelt sich etwas oberhalb des momentanen Marktpreis an.',
|
|
859
|
+
'fairPriceDescription': 'Das Preis-Leistungs-Verhältnis entspricht dem aktuellen Marktwert.',
|
|
860
|
+
'goodPriceDescription': 'Der Preis siedelt sich etwas unterhalb des momentanen Marktpreis an.',
|
|
861
|
+
'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.'
|
|
862
|
+
},
|
|
863
|
+
}
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
export const contactFormTranslate = () => {
|
|
868
|
+
return {
|
|
869
|
+
modals: {
|
|
870
|
+
'offerRequest': {
|
|
871
|
+
'loginRegistrationTitle': 'Jetzt kostenlos und unverbindlich Angebot anfragen',
|
|
872
|
+
'loginRegistrationTitleMobile': 'Kostenlos & unverbindlich Angebot anfordern',
|
|
873
|
+
'registrationTitle': 'Ihre Angaben zum Angebot vervollständigen',
|
|
874
|
+
'passwordResetTitle': 'Passwort vergessen?',
|
|
875
|
+
'thanks': 'Vielen Dank.',
|
|
876
|
+
'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.',
|
|
877
|
+
'backToVehicle': 'Zurück zum Fahrzeug',
|
|
878
|
+
'phoneInfo': 'Telefonische Beratung',
|
|
879
|
+
'emailInfo': 'Oder per E-Mail',
|
|
880
|
+
'login': 'Anmelden',
|
|
881
|
+
'registration': 'Angebot anfordern',
|
|
882
|
+
'loginMessage': 'Gern möchten wir Ihnen im Anschluss Ihr persönliches Angebot kostenlos und unverbindlich per E-Mail zukommen lassen.',
|
|
883
|
+
'registrationMessageLoggedIn': 'Nach Ihrer Anmeldung liegen uns noch nicht alle relevanten Informationen vor. Bitte tragen Sie diese hier nach.',
|
|
884
|
+
'registrationMessageNoLogged': 'Gern möchten wir Ihnen im Anschluss Ihr persönliches Angebot kostenlos und unverbindlich per E-Mail zukommen lassen.',
|
|
885
|
+
'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.',
|
|
886
|
+
'passwordResetConfirmMessage': 'Vielen Dank, wir haben Dir soeben eine E-Mail mit einem Link geschickt.',
|
|
887
|
+
'phone': 'Telefon',
|
|
888
|
+
'email': 'E-Mail',
|
|
889
|
+
'emailPlaceholder': 'E-Mail',
|
|
890
|
+
'password': 'Passwort',
|
|
891
|
+
'passwordPlaceholder': 'Passwort',
|
|
892
|
+
'resetPassword': 'Passwort vergessen',
|
|
893
|
+
'resetPasswordModal': 'Abschicken',
|
|
894
|
+
'loginAndRequestOffer': 'Kostenlos und unverbindlich anfordern',
|
|
895
|
+
'close': 'Abbrechen',
|
|
896
|
+
'gender': 'Anrede',
|
|
897
|
+
'genderPlaceholder': 'Bitte Anrede auswählen',
|
|
898
|
+
'title': 'Titel',
|
|
899
|
+
'titlePlaceholder': 'Titel',
|
|
900
|
+
'firstName': 'Vorname',
|
|
901
|
+
'firstNamePlaceholder': 'Vorname',
|
|
902
|
+
'lastName': 'Name',
|
|
903
|
+
'lastNamePlaceholder': 'Name',
|
|
904
|
+
'number': 'Hausnr.',
|
|
905
|
+
'numberPlaceholder': 'Nr.',
|
|
906
|
+
'zip': 'PLZ',
|
|
907
|
+
'zipPlaceholder': 'PLZ',
|
|
908
|
+
'city': 'Ort',
|
|
909
|
+
'cityPlaceholder': 'Ort',
|
|
910
|
+
'street': 'Straße',
|
|
911
|
+
'streetPlaceholder': 'Straße',
|
|
912
|
+
'phoneMain': 'Telefon',
|
|
913
|
+
'phoneMainPlaceholder': 'Telefon',
|
|
914
|
+
'countryCodePlaceholder': '+49',
|
|
915
|
+
'areaCodePlaceholder': 'Vorwahl',
|
|
916
|
+
'phoneNumberPlaceholder': 'Telefonnummer',
|
|
917
|
+
'agreement': 'Zustimmung',
|
|
918
|
+
'termsConditions': 'Den auto.de <0>Nutzungsbedingungen</0> stimme ich zu.',
|
|
919
|
+
'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>.',
|
|
920
|
+
'securityDescription': 'Übertragung über Sicherheitsserver',
|
|
921
|
+
'requestFree': 'Kostenlos und unverbindlich anfordern',
|
|
922
|
+
'saveNow': 'Jetzt speichern',
|
|
923
|
+
'requestNewPassword': 'Neues passwort anfordern',
|
|
924
|
+
'requestNewPasswordConfirm': 'ZURÜCK ZUM ANMELDEN',
|
|
925
|
+
'authorizationFailed': 'Autorisation fehlgeschlagen. Bitte versuche es später erneut.',
|
|
926
|
+
'passwordResetFailed': 'Versäumt, einen Brief zu senden. Bitte versuche es später erneut.',
|
|
927
|
+
'saveDataFailed': 'Daten konnten nicht gespeichert werden. Bitte versuchen Sie es später erneut.',
|
|
928
|
+
'sendOfferRequestFailed': 'Fehler beim Senden eines Angebots. Bitte versuchen Sie es später erneut.',
|
|
929
|
+
'mailAlreadyInUse': 'Diese E-Mail-Adresse wird schon verwendet. Bitte loggen Sie sich ein.',
|
|
930
|
+
'permissionText': 'Ja, ich stimme der Nutzung meiner Daten für Marketing-Aktivitäten zu (z. B. Zusendung von Newsletter per E-Mail).'
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
'contactForm': {
|
|
934
|
+
'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>',
|
|
935
|
+
'title': 'Kontakt',
|
|
936
|
+
'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.',
|
|
937
|
+
'topText2': 'Darüber hinaus empfehlen wir Ihnen auch unsere umfangreiche',
|
|
938
|
+
'topTextLink': 'Hilfe',
|
|
939
|
+
'topText3': 'Alternativ können Sie uns auch unter 0800 - 40 30 182 anrufen.',
|
|
940
|
+
'firstName': 'Vorname',
|
|
941
|
+
'firstNamePlaceholder': 'Bitte Vornamen eingeben',
|
|
942
|
+
'lastName': 'Nachname',
|
|
943
|
+
'lastNamePlaceholder': 'Bitte Nachnamen eingeben',
|
|
944
|
+
'phoneMain': 'Telefon',
|
|
945
|
+
'phoneMainPlaceholder': 'Telefon',
|
|
946
|
+
'countryCodePlaceholder': 'Land',
|
|
947
|
+
'email': 'E-mail',
|
|
948
|
+
'areaCodePlaceholder': 'Vorwahl',
|
|
949
|
+
'phoneNumberPlaceholder': 'Telefonnummer',
|
|
950
|
+
'text': 'Nachricht',
|
|
951
|
+
'namePlaceholder': 'Bitte Namen eingeben',
|
|
952
|
+
'emailPlaceholder': 'Bitte E-Mail eingeben',
|
|
953
|
+
'textPlaceholder': 'Bitte Nachricht eingeben',
|
|
954
|
+
'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>',
|
|
955
|
+
'termsConditions': 'Den auto.de <0>Nutzungsbedingungen</0> stimme ich zu.',
|
|
956
|
+
'send': 'JETZT SENDEN',
|
|
957
|
+
'error': 'ERROR',
|
|
958
|
+
'success': 'ERFOLG',
|
|
959
|
+
'thanks': 'Vielen Dank.',
|
|
960
|
+
'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.'
|
|
961
|
+
}
|
|
962
|
+
};
|
|
963
|
+
};
|
|
964
|
+
|
|
965
|
+
export const offerTranslate = () => {
|
|
966
|
+
return {
|
|
967
|
+
vehicleProps: {
|
|
968
|
+
title: {
|
|
969
|
+
financing: 'Finanzierung',
|
|
970
|
+
leasing: 'Leasing',
|
|
971
|
+
abo: 'Abo',
|
|
972
|
+
buy: 'Kaufen',
|
|
973
|
+
},
|
|
974
|
+
},
|
|
975
|
+
sidebar: {
|
|
976
|
+
requestOffer: 'Angebot anfragen',
|
|
977
|
+
financingDetalis: {
|
|
978
|
+
openFinancingDetails: 'Finanzierungsdetails einblenden',
|
|
979
|
+
hideFinancingDetails: 'Finanzierungsdetails ausblenden'
|
|
980
|
+
}
|
|
981
|
+
},
|
|
982
|
+
leasing: {
|
|
983
|
+
'deposit': 'Anzahlung',
|
|
984
|
+
'durationInMonths': 'Laufzeit in Monaten',
|
|
985
|
+
'monthCount': '{{count}} Monate',
|
|
986
|
+
'mileagePerYear': 'Laufleistung pro Jahr',
|
|
987
|
+
'kilometersCount': '{{count}} km',
|
|
988
|
+
'financingOrLeasing': 'Finanzierung',
|
|
989
|
+
'finansing': 'FINANZIERUNG',
|
|
990
|
+
'leasing': 'LEASING',
|
|
991
|
+
'prefixPrice': 'ab',
|
|
992
|
+
'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.',
|
|
993
|
+
'rsv': 'Ratenschutzversicherung (RSV)',
|
|
994
|
+
'financingDetalis': 'Finanzierungsdetails',
|
|
995
|
+
'leasingDetalis': 'Leasingdetails',
|
|
996
|
+
'vat': '(inkl. 19,0 % MwSt.)',
|
|
997
|
+
'installments': '{{count}} Monatsraten zu je',
|
|
998
|
+
'vehiclePrice': 'Fahrzeugpreis',
|
|
999
|
+
'marketPrice': 'Marktpreis',
|
|
1000
|
+
'processingFee': 'Bearbeitungsgebühr',
|
|
1001
|
+
'finalPayment': 'Schlusszahlung',
|
|
1002
|
+
'optionalPurchasePrice': 'Optionaler Kaufpreis',
|
|
1003
|
+
'debitRate': 'Sollzinssatz pro Jahr',
|
|
1004
|
+
'interestRate': 'Effektiver Jahreszins',
|
|
1005
|
+
'loansTotal': 'Darlehensgesamtbetrag',
|
|
1006
|
+
'finansingButton': 'JETZT FINANZIERUNG ANFRAGEN',
|
|
1007
|
+
'leasingDescription': 'Beim Leasing zahlen Sie lediglich die Zinsen des Darlehens und einen geringen Tilgungsanteil. Zum Vertragsende geben Sie das Auto einfach wieder zurück.',
|
|
1008
|
+
'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.',
|
|
1009
|
+
'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.',
|
|
1010
|
+
'leasingDetails': 'Leasingdetails',
|
|
1011
|
+
'totalAmount': 'Gesamtbetrag',
|
|
1012
|
+
'leasingButton': 'JETZT LEASING ANFRAGEN',
|
|
1013
|
+
'purchasePrice': 'Fahrzeugpreis',
|
|
1014
|
+
'currentSalesPriceExtraCost': 'Fahrzeugpreis, gegebenenfalls inkl. Services',
|
|
1015
|
+
'monthlyInstallment': '{{count}} Monatsraten zu je',
|
|
1016
|
+
'onetimeSpecialPayment': 'Anzahlung',
|
|
1017
|
+
'netLoanAmount': 'Nettodarlehensbetrag',
|
|
1018
|
+
'paymentProtectionInsurance': 'Restschuldversicherung',
|
|
1019
|
+
'paybackPeriod': 'Vertragslaufzeit',
|
|
1020
|
+
'finalInstallment': 'Schlusszahlung',
|
|
1021
|
+
'grossLoanAmount': 'Gesamtbetrag',
|
|
1022
|
+
'grossLoanAmountWithoutFinalInstallment': 'Gesamtbetrag ohne Schlussrate',
|
|
1023
|
+
'nominalInterestRate': 'Sollzinssatz pro Jahr',
|
|
1024
|
+
'annualPercentageRate': 'Effektiver Jahreszins',
|
|
1025
|
+
'month': 'Monate',
|
|
1026
|
+
'annualMileage': 'Laufleistung / Jahr'
|
|
1027
|
+
}
|
|
1028
|
+
};
|
|
1029
|
+
};
|
|
1030
|
+
|
|
1031
|
+
export const modalsTranslate = () => {
|
|
1032
|
+
return {
|
|
1033
|
+
modals: {
|
|
1034
|
+
financing: {
|
|
1035
|
+
financingDetails: 'Finanzierungsdetails',
|
|
1036
|
+
leasingDetails: 'Leasingdetails',
|
|
1037
|
+
aboDetails: 'Abodetails',
|
|
1038
|
+
toBuyDetails: 'Kaufdetails',
|
|
1039
|
+
runningTime: 'Laufzeit',
|
|
1040
|
+
runningTimeSub: '(Monate)',
|
|
1041
|
+
km: 'km',
|
|
1042
|
+
euro: '€',
|
|
1043
|
+
monthly: '/Monat',
|
|
1044
|
+
incl: ' inkl.',
|
|
1045
|
+
vat: `19% MwSt.`,
|
|
1046
|
+
insteadOf: 'statt',
|
|
1047
|
+
purchase: 'Sonderzahlung',
|
|
1048
|
+
firstInstallment: 'Sonderzahlung',
|
|
1049
|
+
deposit: 'Laufleistung / Jahr',
|
|
1050
|
+
annualMileage: 'Laufleistung / Jahr',
|
|
1051
|
+
requestOffer: 'Angebot anfragen',
|
|
1052
|
+
successfullyRequested: 'Erfolgreich angefragt',
|
|
1053
|
+
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, Zwickauer Str. 127 b, 04279 Leipzig, die als ungebundener Vermittler nicht beratend tätig ist. Irrtümer vorbehalten. Preise ggf. inkl. MwSt.'
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1056
|
+
};
|
|
1057
|
+
};
|
|
1058
|
+
|
|
1059
|
+
export const insuranceTranslate = () => {
|
|
1060
|
+
return {
|
|
1061
|
+
'ititle': 'Kfz-Versicherung',
|
|
1062
|
+
'itext1': 'Jetzt in wenigen Minuten über 330 Tarife vergleichen und bis zu 850 € sparen',
|
|
1063
|
+
'itext2': 'Kostenlos und unverbindlich vergleichen',
|
|
1064
|
+
'itext3': 'Zusätzlich hier die wichtigsten Informationen zum Thema Kfz-Versicherung für Sie',
|
|
1065
|
+
'ibutton': 'Jetzt vergleichen'
|
|
1066
|
+
}
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
export const serviceBlockTranslate = () => {
|
|
1070
|
+
return {
|
|
1071
|
+
'secondInfoBlock': {
|
|
1072
|
+
'title': `So Einfach Geht's`,
|
|
1073
|
+
'order': 'Bestellung',
|
|
1074
|
+
'compareNow': 'Jetzt Vergleichen',
|
|
1075
|
+
'orderText': 'Durch die transparente Darstellung erhalten Sie alle Informationen zu Ihrem Auto und können es einfach und sicher online bestellen.',
|
|
1076
|
+
'customerService': 'Kundenservice',
|
|
1077
|
+
'customerServiceText': 'Unser Kundenservice kontaktiert Sie nach der Bestellung, informiert Sie über die nächsten Schritte und beantwortet Ihnen offene Fragen.',
|
|
1078
|
+
'pay': 'Bezahlung',
|
|
1079
|
+
'payText': 'Sie zahlen sicher über unseren Bezahlservice oder nutzen ganz bequem unsere Leasing-, Finanzierungs- oder Abo- Optionen.',
|
|
1080
|
+
'transport': 'Übergabe',
|
|
1081
|
+
'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.'
|
|
1082
|
+
},
|
|
1083
|
+
}
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
export const firstInfoBlockTranslate = () => {
|
|
1087
|
+
return {
|
|
1088
|
+
'firstInfoBlock': {
|
|
1089
|
+
'why': 'Warum auto.de?',
|
|
1090
|
+
'compareNow': 'Jetzt Vergleichen',
|
|
1091
|
+
'more': 'Mehr',
|
|
1092
|
+
'price': 'Top Qualität',
|
|
1093
|
+
'priceText': 'All unsere Gebraucht- und Neuwagen werden ausschließlich fachkundig geprüft und evaluiert',
|
|
1094
|
+
'priceTextMobile': 'Ganz egal ob Gebraucht- oder Neuwagen: Bei uns finden Sie nur fachkundig geprüfte und evaluierte Fahrzeuge',
|
|
1095
|
+
'guarantee': 'Günstige Finanzierung',
|
|
1096
|
+
'guaranteeText': 'Unsere Finanzierungsexperten finden mit Ihnen gemeinsam die beste Finanzierungs und Versicherungsmöglichkeit',
|
|
1097
|
+
'guaranteeTextMobile': 'Unsere Finanzierungsexperten finden mit Ihnen gemeinsam die beste Finanzierungs- und Versicherungsmöglichkeit',
|
|
1098
|
+
'checkStory': 'Check der Geschichte',
|
|
1099
|
+
'checkStoryText': 'Für Sie prüfen wir die Historie des Fahrzeugs um Überraschungen von Beginn an zu vermeiden.',
|
|
1100
|
+
'autoDeCheck': '1 Jahr auto.de-Garantie',
|
|
1101
|
+
'autoDeCheckText': 'Unsere 1 Jahr auto.de-Garantie schützt Sie vor unerwarteten Reparaturkosten und unnötigem Papierkram',
|
|
1102
|
+
'autoDeCheckTextMobile': 'Unsere 1 Jahr auto.de Garantie schützt Sie vor unerwarteten Reparaturkosten und unnötigem Papierkram',
|
|
1103
|
+
'warranty': '14 Tage Probefahrt',
|
|
1104
|
+
'warrantyText': 'Bei uns können Sie Ihr Fahrzeug binnen 14 Tagen zurückgeben, sollten Sie nicht zufrieden mit diesem sein',
|
|
1105
|
+
'warrantyTextMobile': 'Bei uns können Sie Ihr Fahrzeug binnen 14 Tagen zurückgeben, sollten Sie mit diesem nicht zufrieden sein',
|
|
1106
|
+
'daysReturn': '14 Tage Umtauschrecht',
|
|
1107
|
+
'daysReturnText': 'Sollte Ihnen das Auto aus irgend-einem Grund nichts zusagen, helfen wir Ihnen beim Umtausch.'
|
|
1108
|
+
}
|
|
1109
|
+
}
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
/* tslint:enable */
|