@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/cbd.ts
CHANGED
|
@@ -1,719 +1,719 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
export const cbd = {
|
|
3
|
-
'cbd': {
|
|
4
|
-
'other': 'Andere',
|
|
5
|
-
'unknown': 'Unbekannt',
|
|
6
|
-
'selector_unknown': 'Unbekannt',
|
|
7
|
-
'selector_none': 'Keiner',
|
|
8
|
-
'location': 'Location',
|
|
9
|
-
'location_city': 'City',
|
|
10
|
-
'location_countryCode': 'Country code',
|
|
11
|
-
'location_zipCode': 'zip Code',
|
|
12
|
-
'trailerCoupling': 'Anhängerkupplung',
|
|
13
|
-
'trailerCoupling_trailerCouplingFix': 'Anhängerkupplung',
|
|
14
|
-
'trailerCoupling_trailerCouplingRemovable': 'Anhängerkupplung abnehmbar',
|
|
15
|
-
'trailerCoupling_trailerCouplingRotatable': 'Anhängerkupplung schwenkbar',
|
|
16
|
-
'trailerCoupling_Unknown': 'Unbekannt',
|
|
17
|
-
'metaData': 'Vehicle META data',
|
|
18
|
-
'mainData_firstRegistrationYear': 'Erstes Registrierungsjahr',
|
|
19
|
-
'metaData_platformVehicleId': 'platformVehicleID',
|
|
20
|
-
'metaData_vin': 'Vin',
|
|
21
|
-
'metaData_creationDate': 'Erstellungsdatum',
|
|
22
|
-
'metaData_modificationDate': 'Änderungsdatum',
|
|
23
|
-
'metaData_hsn': 'HSN',
|
|
24
|
-
'metaData_tsn': 'TSN',
|
|
25
|
-
'metaData_codeKBA': 'CodeKBA',
|
|
26
|
-
'metaData_codeDAT': 'CodeDAT',
|
|
27
|
-
'metaData_codeSchwacke': 'codeSchwacke',
|
|
28
|
-
'metaData_codeJato': 'codeJato',
|
|
29
|
-
'metaData_mainImageId': 'Hauptbild',
|
|
30
|
-
'metaData_imagesCount': 'Bilder zählen',
|
|
31
|
-
'metaData_imagesByApp': 'Bilder von App',
|
|
32
|
-
'metaData_imageView360': 'Ansicht 360',
|
|
33
|
-
'metaData_secImageId': 'Zweites Hauptbild',
|
|
34
|
-
'metaData_thirdImageId': 'Drittes Hauptbild',
|
|
35
|
-
'mainData': 'Haupt - Daten',
|
|
36
|
-
'mainData_make': 'Marke',
|
|
37
|
-
'mainData_model': 'Model',
|
|
38
|
-
'mainData_subModel': 'Untermodell',
|
|
39
|
-
'mainData_series': 'Serie / Baureihe',
|
|
40
|
-
'mainData_trimLine': 'Ausstatungslinie',
|
|
41
|
-
'mainData_vehicleClass': 'Fahrzeugklasse',
|
|
42
|
-
'selector_vehicleClass_agrarianVehicle': 'Agrarfahrzeug',
|
|
43
|
-
'selector_vehicleClass_bus': 'Bus',
|
|
44
|
-
'selector_vehicleClass_camperVan': 'Weohnmobil',
|
|
45
|
-
'selector_vehicleClass_car': 'Auto',
|
|
46
|
-
'selector_vehicleClass_carTrailer': 'Anhänger',
|
|
47
|
-
'selector_vehicleClass_carrierOrTruckOver75t': 'Transporter oder Lkw bis 7',
|
|
48
|
-
'selector_vehicleClass_constructionVehicle': 'Baumaschine',
|
|
49
|
-
'selector_vehicleClass_forklift': 'Stapler',
|
|
50
|
-
'selector_vehicleClass_motorBike': 'Motorrad',
|
|
51
|
-
'selector_vehicleClass_semiTrailer': 'Sattelzugmaschine',
|
|
52
|
-
'selector_vehicleClass_trailer': 'Auflieger',
|
|
53
|
-
'selector_vehicleClass_truckOver75t': 'Lkw über 7',
|
|
54
|
-
'selector_vehicleClass_truckUnder75t': 'Lkw unter 7',
|
|
55
|
-
'mainData_category': 'Fahrteugkategorie',
|
|
56
|
-
'selector_category_combi': 'Kombi',
|
|
57
|
-
'selector_category_compact': 'Kleinwagen',
|
|
58
|
-
'selector_category_convertible': 'Cabrio',
|
|
59
|
-
'selector_category_coupe': 'Coupé',
|
|
60
|
-
'selector_category_minibus': 'Pickup',
|
|
61
|
-
'selector_category_other': 'Andere',
|
|
62
|
-
'selector_category_suv': 'SUV/Geländewagen',
|
|
63
|
-
'selector_category_sedan': 'Limousine',
|
|
64
|
-
'selector_category_transporter': 'Transporter',
|
|
65
|
-
'selector_category_van': 'Van/Kleinbus',
|
|
66
|
-
'mainData_modelDescription': 'Modelbeschreibung',
|
|
67
|
-
'mainData_condition': 'Fahrzug-Kondition',
|
|
68
|
-
'selector_condition_new': 'Neu',
|
|
69
|
-
'selector_condition_used': 'Gebraucht',
|
|
70
|
-
'mainData_usageType': 'Form des Gebrauchtwagens',
|
|
71
|
-
'selector_usageType_classicVehicle': 'Oldtimer',
|
|
72
|
-
'selector_usageType_demonstrationCar': 'Vorführwagen',
|
|
73
|
-
'selector_usageType_employeesCar': 'Jahreswagen',
|
|
74
|
-
'selector_usageType_preRegistration': 'Tageszulassung',
|
|
75
|
-
'mainData_firstRegistration': 'Erstzulassung',
|
|
76
|
-
'mainData_mileage': 'Kilometerstand',
|
|
77
|
-
'mainData_doors': 'Türen',
|
|
78
|
-
'mainData_seats': 'Sitze',
|
|
79
|
-
'mainData_constructionYear': 'Baujahr',
|
|
80
|
-
'mainData_constructionDate': 'Monat im Baujahr',
|
|
81
|
-
'mainData_firstModelsProductionDate': 'Erster Produktionsmonat und -jahr des Modells',
|
|
82
|
-
'mainData_countryVersion': 'Landes Version',
|
|
83
|
-
'mainData_numberOfPreviousOwners': 'Previous Owners',
|
|
84
|
-
'mainData_nonSmokerVehicle': 'Nichtraucher',
|
|
85
|
-
'mainData_damageUnrepaired': 'Damage Unrepaired',
|
|
86
|
-
'mainData_accidentDamaged': 'Unfallschaden',
|
|
87
|
-
'mainData_roadworthy': 'Fahrtauglich',
|
|
88
|
-
'mainData_damageByHail': 'Hadelschaden',
|
|
89
|
-
'mainData_taxi': 'Taxi',
|
|
90
|
-
'sizeVolumeWeight': 'Größe, Volumen und Gewicht',
|
|
91
|
-
'sizeVolumeWeight_length': 'Länger',
|
|
92
|
-
'sizeVolumeWeight_width': 'Breite',
|
|
93
|
-
'sizeVolumeWeight_height': 'Höhe',
|
|
94
|
-
'sizeVolumeWeight_frontLegRoom': 'Fußraum vorn',
|
|
95
|
-
'sizeVolumeWeight_frontHeadRoom': 'Kopfraum vorn',
|
|
96
|
-
'sizeVolumeWeight_backLegRoom': 'Fußraum hinten',
|
|
97
|
-
'sizeVolumeWeight_backHeadRoom': 'Kopfraum hinten',
|
|
98
|
-
'sizeVolumeWeight_cargoCapacity': 'Kofferraum - Kapazität',
|
|
99
|
-
'sizeVolumeWeight_cargoLength': 'Kofferraum - Länge',
|
|
100
|
-
'sizeVolumeWeight_cargoWidth': 'Kofferraum - Breite',
|
|
101
|
-
'sizeVolumeWeight_cargoHeight': 'Kofferraum - Höhe',
|
|
102
|
-
'sizeVolumeWeight_emptyWeight': 'Leergewicht',
|
|
103
|
-
'sizeVolumeWeight_capacityLoad': 'Zuladungsgewicht',
|
|
104
|
-
'sizeVolumeWeight_trailerWeightBraked': 'Anhängelast (gebremst)',
|
|
105
|
-
'sizeVolumeWeight_trailerWeightUnbraked': 'Anhängelast (ungebremst)',
|
|
106
|
-
'sizeVolumeWeight_fuelCapacity': 'Tankinhalt',
|
|
107
|
-
'careService': 'Pflege und Service',
|
|
108
|
-
'careService_fullServiceHistory': 'Scheckheft gepflegt',
|
|
109
|
-
'careService_generalInspection': 'HU',
|
|
110
|
-
'careService_exhaustInspection': 'AU',
|
|
111
|
-
'careService_lastCamBeltService': 'Letzter Zahnriemenwechsel',
|
|
112
|
-
'careService_lastTechnicalService': 'Letzter Service/Inspektion',
|
|
113
|
-
'careService_nextInspection': 'Nächster Service/Inspektion',
|
|
114
|
-
'careService_endofGuaranty': 'Garantieende',
|
|
115
|
-
'engineData': 'Motor-Daten',
|
|
116
|
-
'engineData_cubicCapacity': 'ccm',
|
|
117
|
-
'engineData_powerKW': 'KW',
|
|
118
|
-
'engineData_powerPS': 'PS',
|
|
119
|
-
'engineData_torque': 'Drehmoment',
|
|
120
|
-
'engineData_cylinders': 'Zylinder',
|
|
121
|
-
'engineData_engineLocation': 'Lage des Motors',
|
|
122
|
-
'selector_engineLocation_front': 'Frontmotor',
|
|
123
|
-
'selector_engineLocation_mid': 'Mittelmotor',
|
|
124
|
-
'selector_engineLocation_rear': 'Heckmotor',
|
|
125
|
-
'selector_engineLocation_other': 'Andere',
|
|
126
|
-
'engineData_hybridPlugin': 'HybridPlugin',
|
|
127
|
-
'engineData_e10Enabled': 'E10 geeignet',
|
|
128
|
-
'engineData_catalyticConverter': 'Katalysator',
|
|
129
|
-
'engineData_particulateFilterDiesel': 'Partikelfilter',
|
|
130
|
-
'engineData_biodieselConversion': 'Biodiesel Umbau',
|
|
131
|
-
'engineData_biodieselSuitable': 'Biodiesel',
|
|
132
|
-
'engineData_vegetableoilfuelConversion': 'Pflanzenöl Umbau',
|
|
133
|
-
'engineData_vegetableoilfuelSuitable': 'Pflanzenöl',
|
|
134
|
-
'engineData_performanceHandlingSystem': 'Performance Handling System',
|
|
135
|
-
'engineData_startStopSystem': 'Start Stop Automatik',
|
|
136
|
-
'engineData_rangeHydrogen': 'Reichweite Wasserstoff',
|
|
137
|
-
'environmentEmissions': 'Umwelt / Emissionen',
|
|
138
|
-
'environmentEmissions_emissionClass': 'Emissionsklasse',
|
|
139
|
-
'selector_emissionClass_euro1': 'Euro 1',
|
|
140
|
-
'selector_emissionClass_euro2': 'Euro 2',
|
|
141
|
-
'selector_emissionClass_euro3': 'Euro 3',
|
|
142
|
-
'selector_emissionClass_euro4': 'Euro 4',
|
|
143
|
-
'selector_emissionClass_euro5': 'Euro 5',
|
|
144
|
-
'selector_emissionClass_euro6': 'Euro 6',
|
|
145
|
-
'selector_emissionClass_euro6b': 'Euro 6b',
|
|
146
|
-
'selector_emissionClass_euro6c': 'Euro 6c',
|
|
147
|
-
'selector_emissionClass_euro6d': 'Euro 6d',
|
|
148
|
-
'selector_emissionClass_euro6d_temp': 'Euro 6d Temp',
|
|
149
|
-
'selector_emissionClass_euro6d_iscfcm': 'Euro 6d ISC-FCM',
|
|
150
|
-
'environmentEmissions_emissionSticker': 'Feinstaubplakette',
|
|
151
|
-
'selector_emissionSticker_no': 'Feinstaubplakette keine (1)',
|
|
152
|
-
'selector_emissionSticker_red': 'Feinstaubplakette rot (2)',
|
|
153
|
-
'selector_emissionSticker_yellow': 'Feinstaubplakette gelb (3)',
|
|
154
|
-
'selector_emissionSticker_green': 'Feinstaubplakette grün (4)',
|
|
155
|
-
'environmentEmissions_energyEfficiencyClass': 'Energieeffizienzklasse',
|
|
156
|
-
'selector_energyEfficiencyClass_appp': 'A+++',
|
|
157
|
-
'selector_energyEfficiencyClass_app': 'A++',
|
|
158
|
-
'selector_energyEfficiencyClass_ap': 'A+',
|
|
159
|
-
'selector_energyEfficiencyClass_a': 'A',
|
|
160
|
-
'selector_energyEfficiencyClass_b': 'B',
|
|
161
|
-
'selector_energyEfficiencyClass_c': 'C',
|
|
162
|
-
'selector_energyEfficiencyClass_d': 'D',
|
|
163
|
-
'selector_energyEfficiencyClass_e': 'E',
|
|
164
|
-
'selector_energyEfficiencyClass_f': 'F',
|
|
165
|
-
'selector_energyEfficiencyClass_g': 'G',
|
|
166
|
-
'environmentEmissions_co2': 'CO2 Emission',
|
|
167
|
-
'consumption': 'Verbrauch',
|
|
168
|
-
'consumption_fuel': 'Kraftstoff Typ',
|
|
169
|
-
'selector_fuel_carGas': 'Autogas',
|
|
170
|
-
'selector_fuel_diesel': 'Diesel',
|
|
171
|
-
'selector_fuel_electrical': 'Elektro',
|
|
172
|
-
'selector_fuel_ethanol': 'Ethanol',
|
|
173
|
-
'selector_fuel_hybridElectricalDiesel': 'Hybrid (Elektro / Diesel)',
|
|
174
|
-
'selector_fuel_hybridElectricalPetrol': 'Hybrid (Elektro / Benzin)',
|
|
175
|
-
'selector_fuel_hydrogen': 'Wasserstoff',
|
|
176
|
-
'selector_fuel_naturalGas': 'Erdgas',
|
|
177
|
-
'selector_fuel_petrol': 'Benzin',
|
|
178
|
-
'consumption_consumptionInner': 'Kraftstoffverbrauch innerorts',
|
|
179
|
-
'consumption_consumptionOuter': 'Kraftstoffverbrauch außerorts',
|
|
180
|
-
'consumption_consumptionCombined': 'Consumption Combined',
|
|
181
|
-
'ranks_generalRank': 'Suchrang',
|
|
182
|
-
'consumption_consumptionUnit': 'Verbrauchseinheit',
|
|
183
|
-
'consumption_consumptionUnit_l': 'l',
|
|
184
|
-
'consumption_consumptionUnit_m3': 'm³',
|
|
185
|
-
'consumption_consumptionUnit_kg': 'kg',
|
|
186
|
-
'consumption_consumptionUnit_kw': 'kW',
|
|
187
|
-
'selector_consumptionUnit_l': 'l/100km',
|
|
188
|
-
'selector_consumptionUnit_m3': 'm³',
|
|
189
|
-
'selector_consumptionUnit_kg': 'kg',
|
|
190
|
-
'selector_consumptionUnit_kw': 'kW',
|
|
191
|
-
'consumption_envkvCompliant': 'EnVKV',
|
|
192
|
-
'consumption_envkvValueType': 'EnVKV Kraftstoff Typ',
|
|
193
|
-
'selector_envkvValueType_app': 'ca. Werte',
|
|
194
|
-
'selector_envkvValueType_carenkvk': 'Angaben gem. Pkw-EnVKV',
|
|
195
|
-
'consumption_envkvPetrolType': 'EnVKV Kraftstoff Typ',
|
|
196
|
-
'selector_envkvPetrolType_normal': 'Normal',
|
|
197
|
-
'selector_envkvPetrolType_super': 'Super',
|
|
198
|
-
'selector_envkvPetrolType_superPlus': 'Super Plus',
|
|
199
|
-
'consumption_consumptionPowerCombined': 'Consumption Power Combined',
|
|
200
|
-
'consumption_consumptionPowerInner': 'Verbrauch (elekt.) innerorts',
|
|
201
|
-
'consumption_consumptionPowerOuter': 'Verbrauch (elekt.) außerorts',
|
|
202
|
-
'consumption_consumptionGasInner': 'Verbrauch (Gas) innerorts',
|
|
203
|
-
'consumption_consumptionGasOuter': 'Verbrauch (Gas) außerorts',
|
|
204
|
-
'consumption_consumptionGasCombined': 'Verbrauch (Gas) kombiniert',
|
|
205
|
-
'consumption_consumptionHydrogenInner': 'Verbrauch (Wasserstoff) innerorts',
|
|
206
|
-
'consumption_consumptionHydrogenOuter': 'Verbrauch (Wasserstoff) außerorts',
|
|
207
|
-
'consumption_consumptionHydrogenCombined': 'Verbrauch (Wasserstoff) kombiniert',
|
|
208
|
-
'battery': 'Batterie',
|
|
209
|
-
'battery_batteryRented': 'Batterie gemietet',
|
|
210
|
-
'battery_batteryPurchsed': 'Batterie gekauft',
|
|
211
|
-
'battery_batteryMissing': 'Batterie fehlt',
|
|
212
|
-
'battery_batteryRangeExtender': 'Range Extender',
|
|
213
|
-
'battery_batteryCapacity': 'Batteriekapazität (in kWh)',
|
|
214
|
-
'battery_batteryCharchingDuration230VSelect': 'Ladestand',
|
|
215
|
-
'battery_batteryCharchingDuration230VHour': 'Ladedauer (230V)',
|
|
216
|
-
'battery_batteryCharchingDurationMaxSelect': 'Ladestand',
|
|
217
|
-
'battery_batteryCharchingDurationMaxHour': 'Ladedauer (schnell)',
|
|
218
|
-
'battery_batteryRangeElectric': 'Reichweite (elektrisch)',
|
|
219
|
-
'battery_batteryChargerType': 'Steckerformat',
|
|
220
|
-
'battery_batteryWeight': 'Batteriegewicht',
|
|
221
|
-
'battery_batteryType': 'Batterie-Typ',
|
|
222
|
-
'selector_batteryType_LIION': 'LIION',
|
|
223
|
-
'selector_batteryType_LIPOLY': 'LIPOLY',
|
|
224
|
-
'selector_batteryType_NIMH': 'NIMH',
|
|
225
|
-
'driveSuspension': 'Antrieb & Fahrwerk',
|
|
226
|
-
'driveSuspension_gearbox': 'Getriebeart',
|
|
227
|
-
'selector_gearbox_automatic': 'Automatik',
|
|
228
|
-
'selector_gearbox_manualShift': 'Manuell',
|
|
229
|
-
'selector_gearbox_semiAutomatic': 'Halbautomatik',
|
|
230
|
-
'driveSuspension_gears': 'Gänge',
|
|
231
|
-
'driveSuspension_driveType': 'Antriebsart',
|
|
232
|
-
'selector_driveType_allWheelDrive': 'Allrad',
|
|
233
|
-
'selector_driveType_frontWheelDrive': 'Frontantrieb',
|
|
234
|
-
'selector_driveType_rearWheelDrive': 'Heckantrieb',
|
|
235
|
-
'selector_butteryType_included': 'Batterie inklusive',
|
|
236
|
-
'selector_butteryType_rented': 'Batterie gemietet',
|
|
237
|
-
'selector_hybridPlugin_yes': 'Ja',
|
|
238
|
-
'selector_hybridPlugin_no': 'Nein',
|
|
239
|
-
'selector_batteryChargerType_Type1': 'Typ-1-Ladestecker',
|
|
240
|
-
'selector_batteryChargerType_Type2': 'Typ-2-Ladestecker',
|
|
241
|
-
'selector_batteryChargerType_CCS': 'CCS-Stecker',
|
|
242
|
-
'selector_batteryChargerType_CHAdeMO': 'CHAdeMO-Stecker',
|
|
243
|
-
'selector_batteryChargerType_TeslaSupercharger': 'Tesla Supercharger',
|
|
244
|
-
'selector_batteryChargerType_3Pin': 'Schuko-Stecker',
|
|
245
|
-
'selector_batteryChargerType_CEE': 'CEE-Stecker',
|
|
246
|
-
'selector_batteryCharchingDurationMinutes': 'Minuten',
|
|
247
|
-
'selector_batteryCharchingDurationHours': 'Stunden',
|
|
248
|
-
'driveSuspension_wheelFormula': 'Rad-Formel',
|
|
249
|
-
'driveSuspension_axles': 'Achsen',
|
|
250
|
-
'driveSuspension_selfLockingDifferential': 'Sperrdifferenzial',
|
|
251
|
-
'driveSuspension_adaptiveChassis': 'Adaptives Fahrwerk',
|
|
252
|
-
'driveSuspension_airSuspension': 'Luftfederung',
|
|
253
|
-
'driveSuspension_airSuspensionAdaptive': 'Luftfederung Adaptiv',
|
|
254
|
-
'driveSuspension_sportChassis': 'Sportfahrwerk',
|
|
255
|
-
'driveSuspension_roughRoadSuspension': 'Schlechtwegefahrwerk',
|
|
256
|
-
'driveSuspension_bss': 'Stoßdämpfersystem',
|
|
257
|
-
'color': 'Color',
|
|
258
|
-
'selector_color_beige': 'Beige',
|
|
259
|
-
'selector_color_blue': 'Blau',
|
|
260
|
-
'selector_color_brown': 'Braun',
|
|
261
|
-
'selector_color_bronze': 'Bronze',
|
|
262
|
-
'selector_color_yellow': 'Gelb',
|
|
263
|
-
'selector_color_gold': 'Gold',
|
|
264
|
-
'selector_color_grey': 'Grau',
|
|
265
|
-
'selector_color_green': 'Grün',
|
|
266
|
-
'selector_color_orange': 'Orange',
|
|
267
|
-
'selector_color_red': 'Rot',
|
|
268
|
-
'selector_color_black': 'Schwarz',
|
|
269
|
-
'selector_color_silver': 'Silber',
|
|
270
|
-
'selector_color_purple': 'Violett',
|
|
271
|
-
'selector_color_white': 'Weiß',
|
|
272
|
-
'exterior': 'Exterior',
|
|
273
|
-
'exterior_manufacturerColorName': 'Außenfarbe Hersteller',
|
|
274
|
-
'exterior_exteriorColor': 'Außenfarbe',
|
|
275
|
-
'selector_exteriorColor_bronze': 'Außenfarbe Bronze',
|
|
276
|
-
'selector_exteriorColor_beige': 'Außenfarbe Beige',
|
|
277
|
-
'selector_exteriorColor_black': 'Außenfarbe Schwarz',
|
|
278
|
-
'selector_exteriorColor_blue': 'Außenfarbe Blau',
|
|
279
|
-
'selector_exteriorColor_brown': 'Außenfarbe Braun',
|
|
280
|
-
'selector_exteriorColor_gold': 'Außenfarbe Gold',
|
|
281
|
-
'selector_exteriorColor_green': 'Außenfarbe Grün',
|
|
282
|
-
'selector_exteriorColor_grey': 'Außenfarbe Grau',
|
|
283
|
-
'selector_exteriorColor_orange': 'Außenfarbe Orange',
|
|
284
|
-
'selector_exteriorColor_purple': 'Außenfarbe Lila',
|
|
285
|
-
'selector_exteriorColor_red': 'Außenfarbe Rot',
|
|
286
|
-
'selector_exteriorColor_silver': 'Außenfarbe Silber',
|
|
287
|
-
'selector_exteriorColor_white': 'Außenfarbe Weiß',
|
|
288
|
-
'selector_exteriorColor_yellow': 'Außenfarbe Gelb',
|
|
289
|
-
'selector_exteriorColor_rainbow': 'Aussenfarbe andere',
|
|
290
|
-
'exterior_metallic': 'Metallic Lackierung',
|
|
291
|
-
'interior': 'Interior',
|
|
292
|
-
'interior_interiorColor': 'Polsterfarbe',
|
|
293
|
-
'selector_interiorColor_beige': 'Polsterfarbe Beige',
|
|
294
|
-
'selector_interiorColor_black': 'Polsterfarbe Schwarz',
|
|
295
|
-
'selector_interiorColor_brown': 'Polsterfarbe Braun',
|
|
296
|
-
'selector_interiorColor_grey': 'Polsterfarbe Grau',
|
|
297
|
-
'selector_interiorColor_rainbow': 'Polsterfarbe andere',
|
|
298
|
-
'interior_interiorType': 'Polstermaterial',
|
|
299
|
-
'selector_interiorType_alcantara': 'Alcantara',
|
|
300
|
-
'selector_interiorType_fabric': 'Stoff',
|
|
301
|
-
'selector_interiorType_fullLeather': 'Vollleder',
|
|
302
|
-
'selector_interiorType_partLeather': 'Teilleder',
|
|
303
|
-
'selector_interiorType_velours': 'Velours',
|
|
304
|
-
"selector_interiorType_syntheticLeather": "Kunstleder",
|
|
305
|
-
'selector_interiorType_other': 'Andere',
|
|
306
|
-
'interior_manufacturerInteriorColor': 'Polsterfarbe Hersteller',
|
|
307
|
-
'interior_manufacturerInteriorType': 'Polstermaterial Hersteller',
|
|
308
|
-
'vehicleDetails': 'Fahrzeug Details',
|
|
309
|
-
'bikes': 'Räder',
|
|
310
|
-
'bikes_x4AllWeatherTires': '4x Allwetter Reifen',
|
|
311
|
-
'bikes_allWeatherTiresSizeWidth': 'Breite der Allwetter Reifen',
|
|
312
|
-
'bikes_allWeatherTiresSizeHight': 'Höhe der Allwetter Reifen',
|
|
313
|
-
'bikes_allWeatherTiresRims': 'Felgen der Allwetter Reifen',
|
|
314
|
-
'bikes_allWeatherTiresRimsSize': 'Größe der Felgen der Allwetter Reifen',
|
|
315
|
-
'bikes_allWeatherTiresTreatDepthFL': 'Allwetterreifen VL Profiltiefe',
|
|
316
|
-
'bikes_allWeatherTiresTreatDepthFR': 'Allwetterreifen VR Profiltiefe',
|
|
317
|
-
'bikes_allWeatherTiresTreatDepthBL': 'Allwetterreifen HL Profiltiefe',
|
|
318
|
-
'bikes_allWeatherTiresTreatDepthBR': 'Allwetterreifen HR Profiltiefe',
|
|
319
|
-
'bikes_x4SummerTires': '4x Sommerreifen',
|
|
320
|
-
'bikes_summerTiresSizeWidth': 'Breite der Sommer Reifen',
|
|
321
|
-
'bikes_summerTiresSizeHight': 'Höhe der Sommer Reifen',
|
|
322
|
-
'bikes_summerTiresRims': 'Felgen der Sommer Reifen',
|
|
323
|
-
'bikes_summerTiresRimsSize': 'Größe der Felgen der Sommer Reifen',
|
|
324
|
-
'bikes_summerTiresTreatDepthFL': 'Sommerreifen VL Profiltiefe',
|
|
325
|
-
'bikes_summerTiresTreatDepthFR': 'Sommerreifen VR Profiltiefe',
|
|
326
|
-
'bikes_summerTiresTreatDepthBL': 'Sommerreifen HL Profiltiefe',
|
|
327
|
-
'bikes_summerTiresTreatDepthBR': 'Sommerreifen HR Profiltiefe',
|
|
328
|
-
'bikes_x4WinterTires': '4x Winterreifen',
|
|
329
|
-
'bikes_winterTiresSizeWidth': 'Breite der Winter Reifen',
|
|
330
|
-
'bikes_winterTiresSizeHight': 'Höhe der Winter Reifen',
|
|
331
|
-
'bikes_winterTiresRims': 'Felgen der Winter Reifen',
|
|
332
|
-
'bikes_winterTiresRimsSize': 'Größe der Felgen der Winter Reifen',
|
|
333
|
-
'bikes_winterTiresTreatDepthFL': 'Winterreifen VL Profiltiefe',
|
|
334
|
-
'bikes_winterTiresTreatDepthFR': 'Winterreifen VR Profiltiefe',
|
|
335
|
-
'bikes_winterTiresTreatDepthBL': 'Winterreifen HL Profiltiefe',
|
|
336
|
-
'bikes_winterTiresTreatDepthBR': 'Winterreifen HL Profiltiefe',
|
|
337
|
-
'selector_tiresRims_alloy': 'Leichtmetallfelgen',
|
|
338
|
-
'selector_tiresRims_alloyManufacturer': 'Leichtmetallfelgen vom Hersteller',
|
|
339
|
-
'selector_tiresRims_steel': 'Stahfelgen',
|
|
340
|
-
'window': 'Fenster',
|
|
341
|
-
'window_panoramicGlassRoof': 'Panoramaschiebedach',
|
|
342
|
-
'window_sunroof': 'Schiebedach',
|
|
343
|
-
'window_electricWindows': 'Elektrische Fenster',
|
|
344
|
-
'window_heatedFrontWindow': 'Beheizbare Frontscheibe',
|
|
345
|
-
'window_heatedWindshieldWasherSystem': 'Beheizbare Scheibenwaschanlage',
|
|
346
|
-
'window_tintedWindowBack': 'Getönte Scheiben hinten',
|
|
347
|
-
'window_panoramaFrontWindow': 'Panorama Frontscheibe',
|
|
348
|
-
'window_backRollerBlind': 'Heckrollo',
|
|
349
|
-
'window_sideRollerBlind': 'Seitenrollos',
|
|
350
|
-
'window_rearWindowHeater': 'Heckscheibenheizung',
|
|
351
|
-
'window_rearWindowWiper': 'Heckscheibenwischer',
|
|
352
|
-
'window_ventWindows': 'Ausstellfenster hinten',
|
|
353
|
-
'search_noIncandescentLight': 'LED / Laser / Xenon',
|
|
354
|
-
'seats': 'Sitze',
|
|
355
|
-
'seats_driverSeats': 'Fahrersitz',
|
|
356
|
-
'seats_coDriverSeats': 'Beifahrersitz',
|
|
357
|
-
'seats_backSeats': 'Rücksitze',
|
|
358
|
-
'seats_middleSeatingArrangement': 'Mittelarmlehne',
|
|
359
|
-
'seats_middleSeatingArrangementBack': 'Mittelarmlehne hinten',
|
|
360
|
-
'seats_middleSeatingArrangementFront': 'Mittelarmlehne Vorn',
|
|
361
|
-
'search_seatHeating': 'Sitzheizung',
|
|
362
|
-
'search_trailerHitch': 'Anhängerkupplung',
|
|
363
|
-
'seats_electricHeated': 'Sitzheizung',
|
|
364
|
-
'seats_isofix': 'Isofix',
|
|
365
|
-
'seats_electricAdjustable': 'Elektrisch einstellbar',
|
|
366
|
-
'selector_driverSeats_electricHeated': 'Fahrersitzheizung',
|
|
367
|
-
'selector_driverSeats_seatVentilationSystem': 'Sitzbelüftung',
|
|
368
|
-
'selector_driverSeats_electricAdjustable': 'Elektrisch einstellbar',
|
|
369
|
-
'selector_driverSeats_electricAdjustableSeatsWithMemory': 'Elektrisch einstellbar mit Memoryfunktion',
|
|
370
|
-
'selector_driverSeats_withMassage': 'mit Massagefunktion',
|
|
371
|
-
'selector_driverSeats_lumbarSupport': 'mit Lendenwirbelstütze',
|
|
372
|
-
'selector_driverSeats_sleepFunction': 'mit Schlaffunktion',
|
|
373
|
-
'selector_driverSeats_foldingFunction': 'Umklappbar',
|
|
374
|
-
'selector_driverSeats_sportSeats': 'als Sportsitz',
|
|
375
|
-
'selector_coDriverSeats_electricHeated': 'Beheizter Beifahrersitz',
|
|
376
|
-
'selector_coDriverSeats_seatVentilationSystem': 'Sitzbelüftung',
|
|
377
|
-
'selector_coDriverSeats_electricAdjustable': 'Elektrisch einstellbar',
|
|
378
|
-
'selector_coDriverSeats_electricAdjustableSeatsWithMemory': 'Elektrisch einstellbar mit Memoryfunktion',
|
|
379
|
-
'selector_coDriverSeats_withMassage': 'mit Massagefunktion',
|
|
380
|
-
'selector_coDriverSeats_lumbarSupport': 'mit Lendenwirbelstütze',
|
|
381
|
-
'selector_coDriverSeats_sleepFunction': 'mit Schlaffunktion',
|
|
382
|
-
'selector_coDriverSeats_foldingFunction': 'Umklappbar',
|
|
383
|
-
'selector_coDriverSeats_sportSeats': 'als Sportsitz',
|
|
384
|
-
'selector_coDriverSeats_isofix': 'Isofix',
|
|
385
|
-
'selector_backSeats_electricHeated': 'Sitzheizung hinten',
|
|
386
|
-
'selector_backSeats_seatVentilationSystem': 'Sitzbelüftung',
|
|
387
|
-
'selector_backSeats_electricAdjustable': 'Elektrisch einstellbar',
|
|
388
|
-
'selector_backSeats_electricAdjustableSeatsWithMemory': 'Elektrisch einstellbar mit Memoryfunktion',
|
|
389
|
-
'selector_backSeats_withMassage': 'mit Massagefunktion',
|
|
390
|
-
'selector_backSeats_lumbarSupport': 'mit Lendenwirbelstütze',
|
|
391
|
-
'selector_backSeats_sleepFunction': 'mit Schlaffunktion',
|
|
392
|
-
'selector_backSeats_foldingFunction': 'Umklappbar',
|
|
393
|
-
'selector_backSeats_splitFolding': 'teilbare Rücksitzbank',
|
|
394
|
-
'selector_backSeats_isofix': 'Isofix',
|
|
395
|
-
'doors': 'Türen',
|
|
396
|
-
'doors_slidingDoorBothSides': 'Schiebetür beidseitig',
|
|
397
|
-
'doors_slidingDoorRight': 'Schiebetür Rechts',
|
|
398
|
-
'doors_slidingDoorLeft': 'Schiebetür Links',
|
|
399
|
-
'doors_electricSlidingDoor': 'Elektrische Schiebetüren',
|
|
400
|
-
'doors_electricTailGate': 'elektrische Heckklappe',
|
|
401
|
-
'doors_softCloseAutimatic': 'Soft-Close-Automatik',
|
|
402
|
-
'doors_centralLocking': 'Zentralverriegelung',
|
|
403
|
-
'doors_keylessEntry': 'Keyless-Go',
|
|
404
|
-
'mirrors': 'Spiegel',
|
|
405
|
-
'mirrors_electricExteriorMirrors': 'Elektrische Spiegel',
|
|
406
|
-
'mirrors_heatedOutsideMirror': 'Beheizbare Außenspiegel',
|
|
407
|
-
'mirrors_integratedTurnSignalMirrors': 'Spiegel mit integriertem Blinker',
|
|
408
|
-
'mirrors_automaticReversMirrorDimmingOutside': 'Autom. abblendende Außenspiegel',
|
|
409
|
-
'mirrors_automaticReversMirrorDimmingInside': 'Autom. Abblendender Innenspiegel',
|
|
410
|
-
'mirrors_driverVanityMirror': 'Schminkspiegel',
|
|
411
|
-
'assistants': 'Assitenzsysteme',
|
|
412
|
-
'assistants_driveStartAssistant': 'Anfahrassistent',
|
|
413
|
-
'assistants_hillStartDrivingAssistant': 'Berganfahrhilfe',
|
|
414
|
-
'assistants_tirednessDetection': 'Müdigkeitserkennung',
|
|
415
|
-
'assistants_nightVisionAssistant': 'Nachtsicht-Assistent',
|
|
416
|
-
'assistants_shiftPointDetection': 'Schaltpunktanzeige',
|
|
417
|
-
'assistants_automaticRainSensor': 'Regensensor',
|
|
418
|
-
'assistants_cruiseControl': 'Tempomat',
|
|
419
|
-
'assistants_adaptiveCruiseControl': 'Abstandsregeltempomat',
|
|
420
|
-
'assistants_speedLimiter': 'Geschwindigkeitsbegrenzer',
|
|
421
|
-
'assistants_headUpDisplay': 'Head Up Display',
|
|
422
|
-
'assistants_abs': 'ABS',
|
|
423
|
-
'assistants_powerAssistedSteering': 'Servolenkung',
|
|
424
|
-
'assistants_ebs': 'EBS',
|
|
425
|
-
'assistants_esp': 'ESP',
|
|
426
|
-
'assistants_collisionAvoidance': 'Notruf-Assistent',
|
|
427
|
-
'assistants_emergencyAssistant': 'Notbrems-Assistent',
|
|
428
|
-
'assistants_parkingAssistants': 'Parkassistent',
|
|
429
|
-
'search_parkingAssistants': 'Parkassistent',
|
|
430
|
-
'selector_parkingAssistants_360Camera': '360° Kamera',
|
|
431
|
-
'selector_parkingAssistants_camera': 'Kamera',
|
|
432
|
-
'selector_parkingAssistants_front': 'Vorderseite',
|
|
433
|
-
'selector_parkingAssistants_rear': 'Rückseite',
|
|
434
|
-
'selector_parkingAssistants_selfSteeringSystems': 'Selbstlenkende Systeme',
|
|
435
|
-
'selector_parkingAssistants_other': 'Andere',
|
|
436
|
-
'assistants_parkingSensors': 'Parksensoren',
|
|
437
|
-
'assistants_tirePressureMonitor': 'Reifendruckkontrolle',
|
|
438
|
-
'assistants_trafficSignRecognition': 'Verkehrszeichen-Erkennung',
|
|
439
|
-
'assistants_laneAssistant': 'Spurhalte-Assistent',
|
|
440
|
-
'assistants_blindSpotDetection': 'Totwinkel-Assistent',
|
|
441
|
-
'assistants_tractionControlSystem': 'Traktionskontrolle',
|
|
442
|
-
'lights': 'Licht',
|
|
443
|
-
'lights_daytimeRunningLights': 'Tagfahrlicht',
|
|
444
|
-
'lights_daytimeRunningLightsLED': 'LED Tagfahrlicht',
|
|
445
|
-
'lights_xenonHeadlights': 'Xenonscheinwerfer',
|
|
446
|
-
'lights_ledHeadlights': 'LED Scheinwerfer',
|
|
447
|
-
'lights_laserHeadlights': 'Laserlicht',
|
|
448
|
-
'lights_lightSensor': 'Lichtsensor',
|
|
449
|
-
'lights_bendingLights': 'Kurvenlicht',
|
|
450
|
-
'lights_glareFreeHighBeam': 'Blendfreies Fernlicht',
|
|
451
|
-
'lights_longDistanceLightAssistant': 'Fernlichtassistent',
|
|
452
|
-
'lights_frontFogLights': 'Nebelscheinwerfer',
|
|
453
|
-
'lights_headlightCleaner': 'Scheinwerferreinigung',
|
|
454
|
-
'lights_commingLeavingHome': 'Coming/Leaving Home Funktion',
|
|
455
|
-
'lights_ambienteLighting': 'Ambiente Licht',
|
|
456
|
-
'lights_adaptiveBendingLights': 'Adaptives Kurvenlicht',
|
|
457
|
-
'wheel': 'Lenkrad',
|
|
458
|
-
'wheel_adjustableSteeringWheel': 'Höhenverstellbares Lenkrad',
|
|
459
|
-
'wheel_multifunctionalWheel': 'Multifunktionslenkrad',
|
|
460
|
-
'wheel_leatherSteeringWheel': 'Lederlenkrad',
|
|
461
|
-
'wheel_heatedSteeringWheel': 'Lenkradheizung',
|
|
462
|
-
'wheel_shiftPadlle': 'Lenkradschaltwippen',
|
|
463
|
-
'heatingCooling': 'Heizung | Kühlung',
|
|
464
|
-
'heatingCooling_climatisation': 'Klimatisierung',
|
|
465
|
-
'selector_climatisation_no_airCondition': 'Keine Klimaanlage oder -Automatik',
|
|
466
|
-
'selector_climatisation_airCondition': 'Klimaanlage',
|
|
467
|
-
'selector_climatisation_automaticAirCondition': 'Klimaautomatik',
|
|
468
|
-
'selector_climatisation_2_automaticAirCondition': '2-Zonen Klimaautomatik',
|
|
469
|
-
'selector_climatisation_3_automaticAirCondition': '3-Zonen Klimaautomatik',
|
|
470
|
-
'selector_climatisation_4_automaticAirCondition': '4-Zonen Klimaautomatik',
|
|
471
|
-
'selector_climatisation_5_automaticAirCondition': '5-Zonen Klimaautomatik',
|
|
472
|
-
'heatingCooling_auxiliaryHeating': 'Standheizung',
|
|
473
|
-
'heatingCooling_gloveBoxWithFridge': 'Handschuhfach mit Kühlfunktion',
|
|
474
|
-
'editionsPackages': 'Editionen und Pakets',
|
|
475
|
-
'editionsPackages_sportPackage': 'Sportpaket',
|
|
476
|
-
'editionsPackages_winterPackage': 'Winterpaket',
|
|
477
|
-
'editionsPackages_smokersPackage': 'Raucherpaket',
|
|
478
|
-
'extras': 'Extras',
|
|
479
|
-
'extras_ureaTankAdBlue': 'Ad Blue Tank',
|
|
480
|
-
'extras_fasteningLoopsInTrunk': 'Befestigungsösen im Laderaum',
|
|
481
|
-
'extras_roofBars': 'Dachgepäckträger',
|
|
482
|
-
'extras_roofRails': 'Dachreling',
|
|
483
|
-
'extras_hardtop': 'Hardtop',
|
|
484
|
-
'extras_coldstore': 'Kühlschrank',
|
|
485
|
-
'extras_disabledAccessible': 'Schwerbehindertengerecht',
|
|
486
|
-
'extras_disabledConversion': 'Schwerbehindertenumbau',
|
|
487
|
-
'extras_skiBag': 'Skisack',
|
|
488
|
-
'extras_solarEnergySystem': 'Solar Energie System',
|
|
489
|
-
'extras_cargoBarrier': 'Gepäckraumabtrennung',
|
|
490
|
-
'extras_divider': 'Trennwand',
|
|
491
|
-
'extras_centralLubricantApplication': 'Zentrale Schmiersystem',
|
|
492
|
-
'extras_awning': 'Markiese',
|
|
493
|
-
'extras_box': 'Box',
|
|
494
|
-
'extras_bunkBed': 'Bank Bett',
|
|
495
|
-
'extras_cabin': 'Kabine',
|
|
496
|
-
'extras_electricStarter': 'Elektrischer Anlasser',
|
|
497
|
-
'extras_electricParkBreak': 'Elktrische Parkbremse',
|
|
498
|
-
'extras_universalGarageDoorOpener': 'Universal Garagen-Toröffner',
|
|
499
|
-
'extras_electricTop': 'Elektrisches Verdeck',
|
|
500
|
-
'extras_windshield': 'Windschott',
|
|
501
|
-
'extras_discBrake': 'Scheibenbremsen',
|
|
502
|
-
'extras_rollOverBar': 'Überrollbügel',
|
|
503
|
-
'multimedia': 'Multimedia',
|
|
504
|
-
'multimedia_navigationSystem': 'Navigationssystem',
|
|
505
|
-
'multimedia_bluetooth': 'Bluetooth',
|
|
506
|
-
'multimedia_wifiHotspot': 'Wifi Hotspot / WLAN',
|
|
507
|
-
'multimedia_usbInterface': 'USB Anschluss',
|
|
508
|
-
'multimedia_auxiliaryAudioInput': 'AUX-Anschluss',
|
|
509
|
-
'multimedia_carplay': 'CarPlay',
|
|
510
|
-
'multimedia_androidAuto': 'Android Auto',
|
|
511
|
-
'multimedia_digitalCockpit': 'Volldigitales Kombiinstrument',
|
|
512
|
-
'multimedia_onBoardComputer': 'Bordcomputer',
|
|
513
|
-
'multimedia_cdPlayer': 'CD-Player',
|
|
514
|
-
'multimedia_cdMultichanger': 'CD-Wechsler',
|
|
515
|
-
'multimedia_rearSeatEntertainment': 'Fond-Entertaimentsystem',
|
|
516
|
-
'multimedia_handsFreePhoneSystem': 'Freisprecheinrichtung',
|
|
517
|
-
'multimedia_smartphoneWirelessCharging': 'Induktionsladen für Smartphones',
|
|
518
|
-
'multimedia_mp3Interface': 'MP3 Schnittstelle',
|
|
519
|
-
'multimedia_sdCardReader': 'SD-Kartenleser',
|
|
520
|
-
'multimedia_voiceControl': 'Sprachsteuerung',
|
|
521
|
-
'multimedia_radioTuner': 'Tuner / Radio',
|
|
522
|
-
'multimedia_radioDAB': 'DAB Radio',
|
|
523
|
-
'multimedia_integratedMusicStreaming': 'Musikstreaming',
|
|
524
|
-
'multimedia_tv': 'TV',
|
|
525
|
-
'multimedia_touchscreen': 'Touchscreen',
|
|
526
|
-
'airbags': 'Airbags',
|
|
527
|
-
'airbags_airbag': 'Airbag',
|
|
528
|
-
'selector_airbag_driver': 'Fahrer-Airbag',
|
|
529
|
-
'selector_airbag_passenger': 'Beifahrer-Airbag',
|
|
530
|
-
'selector_airbag_front': 'Front-Airbags',
|
|
531
|
-
'selector_airbag_frontAndSide': 'Front- und Seiten-Airbags',
|
|
532
|
-
'selector_airbag_frontSideAndOther': 'Front-, Seiten- und weitere Airbags',
|
|
533
|
-
'selector_airbag_head': 'Kopf-Airbag',
|
|
534
|
-
'selector_airbag_seatCushion': 'Sitzpolsterairbag',
|
|
535
|
-
'selector_airbag_rearSeat': 'Rücksitzairbag',
|
|
536
|
-
'selector_airbag_rear': 'Heckairbag',
|
|
537
|
-
'selector_airbag_pedestrian': 'Fußgängerairbag',
|
|
538
|
-
'selector_airbag_motorcycle': 'Motorradairbag',
|
|
539
|
-
'airbags_airbagCount': 'Anzahl Airbags',
|
|
540
|
-
'selector_airbag_airBelt': 'Gurtairbag', // deprecated
|
|
541
|
-
'airbags_beltAirbag': 'Gurt-Airbag',
|
|
542
|
-
'selector_airbag_knee': 'Knieairbags', // deprecated
|
|
543
|
-
'airbags_kneeAirbag': 'Knieairbag',
|
|
544
|
-
'theftProtection': 'Diebstahlschutz',
|
|
545
|
-
'theftProtection_alarmSystem': 'Alarmanlage',
|
|
546
|
-
'theftProtection_immobilizer': 'Wegfahrsperre',
|
|
547
|
-
'roadSideSystems': 'Pannensysteme',
|
|
548
|
-
'roadSideSystems_spareTire': 'Reserverad',
|
|
549
|
-
'roadSideSystems_emergencyTire': 'Notrad',
|
|
550
|
-
'roadSideSystems_emergencyTireRepairKit': 'Pannenkit',
|
|
551
|
-
'specialElements': 'Spezielle Elemente',
|
|
552
|
-
'specialElements_retarder': 'Zusatzbremse',
|
|
553
|
-
'specialElements_bed': 'Bett',
|
|
554
|
-
'specialElements_drivingMode': 'Antriebssystem Motorrad',
|
|
555
|
-
'specialElements_europalletStorageSpaces': 'Anzahl Europaletten',
|
|
556
|
-
'specialElements_numberOfBunks': 'Anzahl Kojen',
|
|
557
|
-
'specialElements_operatingHours': 'Arbeits - Stunden',
|
|
558
|
-
'specialElements_sepShower': 'Dusche',
|
|
559
|
-
'specialElements_frontHydraulics': 'Front Hydraulik',
|
|
560
|
-
'specialElements_frontJack': 'Frontwinde',
|
|
561
|
-
'specialElements_rearGarage': 'Heckgarage',
|
|
562
|
-
'specialElements_tailLift': 'Hubbühne',
|
|
563
|
-
'specialElements_drivingCab': 'Informationen zur Kabine bei LKW',
|
|
564
|
-
'specialElements_kickstarter': 'Kickstarter',
|
|
565
|
-
'specialElements_compressor': 'Kompressor',
|
|
566
|
-
'specialElements_crane': 'Kran',
|
|
567
|
-
'specialElements_kitchen': 'Küche',
|
|
568
|
-
'specialElements_driversSleepingCompartment': 'Schlafkabine',
|
|
569
|
-
'specialElements_quickChangeAttachment': 'Schnellkupplung',
|
|
570
|
-
'specialElements_secondaryAirConditioning': 'Sekundär Klimaanlage',
|
|
571
|
-
'specialElements_protectionRoof': 'Sicherheitsdach',
|
|
572
|
-
'specialElements_roadLicence': 'Straßenzulassung',
|
|
573
|
-
'specialElements_fullFairing': 'Vollverkleidung',
|
|
574
|
-
'specialElements_wc': 'WC',
|
|
575
|
-
'specialElements_sideSeatingArrangement': 'Seitensitze',
|
|
576
|
-
'specialElements_circularSeatingArrangement': 'Kreisanordnung der Sitze',
|
|
577
|
-
'specialElements_hydraulicInstallation': 'Hydrauliksystem',
|
|
578
|
-
'specialElements_municipal': 'Municipal',
|
|
579
|
-
'price': 'Preis',
|
|
580
|
-
'price_priceId': 'PriceID',
|
|
581
|
-
'price_platformVehicleId': 'Plattform Vehicle ID',
|
|
582
|
-
'price_offerId': 'offerID',
|
|
583
|
-
'price_priceDate': 'Preis Datum',
|
|
584
|
-
'price_currency': 'Währung',
|
|
585
|
-
'price_vatDeductible': 'MwSt. abziehbar',
|
|
586
|
-
'price_vatRate': 'MwSt. Satz',
|
|
587
|
-
'price_recomendedRetailPrice': 'Empfohlener Verkaufspreis',
|
|
588
|
-
'price_purchasePrice': 'Einkaufspreis',
|
|
589
|
-
'price_minimumSalesPrice': 'Mindestverkaufspreis',
|
|
590
|
-
'price_currentSalesPrice': 'Aktueller Verkaufspreis',
|
|
591
|
-
'price_currentSalesPriceOnSite': 'Aktueller Verkaufspreis Autohaus',
|
|
592
|
-
'price_currentSalesPriceOnline': 'Aktueller Verkaufspreis Online',
|
|
593
|
-
'price_wasPrice': 'Ursprünglicher Preis (Streichpreis)',
|
|
594
|
-
'price_wasPriceSavingsInCurrency': 'Preisersparnis in Währung',
|
|
595
|
-
'price_wasPriceSavingsInProcent': 'Preisersparnis in %',
|
|
596
|
-
'price_priceCalculationPlatform': 'Preiskalkulation Plattform',
|
|
597
|
-
'price_priceCalculationMobileDe': 'Preiskalkulation mobile.de',
|
|
598
|
-
'price_priceCalculationAs24': 'Preiskalkulation Autoscout24',
|
|
599
|
-
'price_priceCalculationDatSchwacke': 'Preiskalkulation DAT Schwacke',
|
|
600
|
-
'price_priceCalculationAutouncle': 'Preiskalkulation Autouncle',
|
|
601
|
-
'price_priceCalculationAverage': 'Preiskalkulation Durchschnittspreis',
|
|
602
|
-
'price_mlCurrentSalesPricePredicted': 'Geschätzter Preis',
|
|
603
|
-
'price_mlCurrentSalesPriceDiffPercent': 'Abweichung in %',
|
|
604
|
-
'price_mlCurrentSalesPriceCategory': 'Preiskategorie',
|
|
605
|
-
'offer': 'Angebot',
|
|
606
|
-
'offer_offerId': 'Offer ID',
|
|
607
|
-
'offer_platformVehicleId': 'Plattform Vehicle ID',
|
|
608
|
-
'offer_autoDeOfferId': 'autoDeOfferID',
|
|
609
|
-
'offer_mobileDeOfferId': 'mobileDeOfferID',
|
|
610
|
-
'offer_as24DeOfferId': 'as24DeOfferID',
|
|
611
|
-
'offer_offerFrom': 'Kategorie Anbietender',
|
|
612
|
-
'selector_offerFrom_privatePerson': 'Privatperson',
|
|
613
|
-
'selector_offerFrom_dealer': 'Händler',
|
|
614
|
-
'selector_offerFrom_manufacturer': 'Hersteller',
|
|
615
|
-
'selector_offerFrom_financier': 'Finanzierer',
|
|
616
|
-
'offer_offerSource': 'Angebots - Quelle',
|
|
617
|
-
'selector_offerSource_website': 'Webseite',
|
|
618
|
-
'selector_offerSource_autodeapp': 'AUTO.DE APP',
|
|
619
|
-
'selector_offerSource_dealerapp': 'Händler APP',
|
|
620
|
-
'selector_offerSource_apiPartner': 'API partner',
|
|
621
|
-
'offer_renewalDate': 'Aktualisierungsdatum',
|
|
622
|
-
'offer_offerAvailability': 'Angebots - Verfügbarkeit',
|
|
623
|
-
'selector_offerAvailability_arrived': 'Eingetroffen',
|
|
624
|
-
'selector_offerAvailability_inPreparation': 'In Aufbereitung',
|
|
625
|
-
'selector_offerAvailability_new': 'Neu',
|
|
626
|
-
'selector_offerAvailability_reserved': 'Reserviert',
|
|
627
|
-
'selector_offerAvailability_sold': 'Verkauft',
|
|
628
|
-
'offer_offerDescription': 'Angebotsbeschreibung',
|
|
629
|
-
'offer_deliveryDate': 'Lieferdatum',
|
|
630
|
-
'offer_deliveryPeriod': 'Lieferperiode',
|
|
631
|
-
'selector_deliveryPeriod_days1': '1 Tage',
|
|
632
|
-
'selector_deliveryPeriod_days2': '2 Tage',
|
|
633
|
-
'selector_deliveryPeriod_days3': '3 Tage',
|
|
634
|
-
'selector_deliveryPeriod_days4': '4 Tage',
|
|
635
|
-
'selector_deliveryPeriod_days5': '5 Tage',
|
|
636
|
-
'selector_deliveryPeriod_days6': '6 Tage',
|
|
637
|
-
'selector_deliveryPeriod_days7': '7 Tage',
|
|
638
|
-
'selector_deliveryPeriod_days14': '14 Tage',
|
|
639
|
-
'selector_deliveryPeriod_days30': '30 Tage',
|
|
640
|
-
'selector_deliveryPeriod_days60': '60 Tage',
|
|
641
|
-
'selector_deliveryPeriod_days90': '90 Tage',
|
|
642
|
-
'selector_deliveryPeriod_days120': '120 Tage',
|
|
643
|
-
'selector_deliveryPeriod_days150': '150 Tage',
|
|
644
|
-
'selector_deliveryPeriod_days180': '180 Tage',
|
|
645
|
-
'selector_deliveryPeriod_days270': '270 Tage',
|
|
646
|
-
'selector_deliveryPeriod_days360': '360 Tage',
|
|
647
|
-
'offer_dealerHomepage': 'Händler - Homepage',
|
|
648
|
-
'offer_closedDomain': 'Interne - Webseite',
|
|
649
|
-
'offer_export': 'Nur für Export',
|
|
650
|
-
'offer_commercial': 'Nur für Händler (B2B)',
|
|
651
|
-
'offer_warranty': 'Zusätzliche Garantie',
|
|
652
|
-
'offer_rentingPossible': 'Miete möglich',
|
|
653
|
-
'offer_financingPossible': 'Finanzierung möglich',
|
|
654
|
-
'offer_newHuAu': 'HU / AU neu',
|
|
655
|
-
'offer_internalNumber': 'Interne Nummer Händler',
|
|
656
|
-
'offer_availabilityMode': 'Availability Mode',
|
|
657
|
-
'offer_availabilityFrom': 'From which date car is available',
|
|
658
|
-
'selector_availabilityMode_always': 'Sofort',
|
|
659
|
-
'selector_availabilityMode_fromDate': 'Lieferdatum',
|
|
660
|
-
'selector_availabilityMode_deliveryPeriod': 'Lieferzeitraum',
|
|
661
|
-
'certificates_certificateType': 'Zertifizierte',
|
|
662
|
-
'selector_certificateType_alfa_jeep': 'Jeep',
|
|
663
|
-
'selector_certificateType_aston': 'Aston',
|
|
664
|
-
'selector_certificateType_audi': 'Audi',
|
|
665
|
-
'selector_certificateType_bentley': 'Bently',
|
|
666
|
-
'selector_certificateType_bvfk': 'Bvfk',
|
|
667
|
-
'selector_certificateType_derka': 'Derka',
|
|
668
|
-
'selector_certificateType_bmw_premium': 'BMW',
|
|
669
|
-
'selector_certificateType_citroen': 'Citroen',
|
|
670
|
-
'selector_certificateType_ds_cert': 'DS cert',
|
|
671
|
-
'selector_certificateType_ds_gebr': 'DS gerb',
|
|
672
|
-
'selector_certificateType_ferrari': 'Ferrari',
|
|
673
|
-
'selector_certificateType_harley': 'Harlyer',
|
|
674
|
-
'selector_certificateType_hyndai': 'Hyndai',
|
|
675
|
-
'selector_certificateType_jaguar': 'Jaguar',
|
|
676
|
-
'selector_certificateType_jung_smart': 'Smart',
|
|
677
|
-
'selector_certificateType_land_rover': 'Rover',
|
|
678
|
-
'selector_certificateType_maserati': 'Maseratti',
|
|
679
|
-
'selector_certificateType_mersedes': 'Mersedes',
|
|
680
|
-
'selector_certificateType_mersedes_transporter': 'Mersedes transporter',
|
|
681
|
-
'selector_certificateType_mini_next': 'Mini',
|
|
682
|
-
'selector_certificateType_mitsubishi': 'Mitsubishi',
|
|
683
|
-
'selector_certificateType_nissan': 'Nissan',
|
|
684
|
-
'selector_certificateType_opel': 'Opel',
|
|
685
|
-
'selector_certificateType_peugeot': 'Peugeot',
|
|
686
|
-
'selector_certificateType_porshe': 'Porshe',
|
|
687
|
-
'selector_certificateType_renault': 'Renault',
|
|
688
|
-
'selector_certificateType_seat': 'Seat',
|
|
689
|
-
'selector_certificateType_skoda': 'Skoda',
|
|
690
|
-
'selector_certificateType_tayota': 'Toyota',
|
|
691
|
-
'selector_certificateType_volkswagen_welt': 'VolksWagen welt',
|
|
692
|
-
'selector_certificateType_volkswagen_trade': 'VolksWagen trade',
|
|
693
|
-
'selector_certificateType_volvo': 'Volvo',
|
|
694
|
-
'financing_platformFinancingId': 'Platform Financing Id',
|
|
695
|
-
'financing_annualPercentageRate': 'Effektiver Jahreszins',
|
|
696
|
-
'financing_nominalInterestRate': 'Sollzinssatz',
|
|
697
|
-
'financing_typeOfNominalInterestRate': 'Art des Sollzinssatzes',
|
|
698
|
-
'financing_firstInstallment': 'Anzahlung',
|
|
699
|
-
'financing_monthlyInstallment': 'Monatliche Rate',
|
|
700
|
-
'financing_finalInstallment': 'Schlussrate',
|
|
701
|
-
'financing_paybackPeriod': 'Laufzeit in Monaten',
|
|
702
|
-
'financing_netLoanAmount': 'Nettokreditbetrag',
|
|
703
|
-
'financing_grossLoanAmount': 'Bruttokreditbetrag',
|
|
704
|
-
'financing_closingCosts': 'Abschlussgebühren',
|
|
705
|
-
'financing_paymentProtectionInsurance': 'Restschuldversicherung',
|
|
706
|
-
'financing_bank': 'Bank',
|
|
707
|
-
'financing_conditions': 'Konditionen',
|
|
708
|
-
'selector_wheelFormula_4x2': '4x2',
|
|
709
|
-
'selector_wheelFormula_2x4': '2x4',
|
|
710
|
-
'selector_wheelFormula_4x4': '4x4',
|
|
711
|
-
'selector_wheelFormula_6x2': '6x2',
|
|
712
|
-
'selector_wheelFormula_6x4': '6x4',
|
|
713
|
-
'selector_wheelFormula_6x6': '6x6',
|
|
714
|
-
'selector_wheelFormula_8x4': '8x4',
|
|
715
|
-
'selector_wheelFormula_8x6': '8x6',
|
|
716
|
-
'selector_wheelFormula_8x8': '8x8'
|
|
717
|
-
}
|
|
718
|
-
};
|
|
719
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
export const cbd = {
|
|
3
|
+
'cbd': {
|
|
4
|
+
'other': 'Andere',
|
|
5
|
+
'unknown': 'Unbekannt',
|
|
6
|
+
'selector_unknown': 'Unbekannt',
|
|
7
|
+
'selector_none': 'Keiner',
|
|
8
|
+
'location': 'Location',
|
|
9
|
+
'location_city': 'City',
|
|
10
|
+
'location_countryCode': 'Country code',
|
|
11
|
+
'location_zipCode': 'zip Code',
|
|
12
|
+
'trailerCoupling': 'Anhängerkupplung',
|
|
13
|
+
'trailerCoupling_trailerCouplingFix': 'Anhängerkupplung',
|
|
14
|
+
'trailerCoupling_trailerCouplingRemovable': 'Anhängerkupplung abnehmbar',
|
|
15
|
+
'trailerCoupling_trailerCouplingRotatable': 'Anhängerkupplung schwenkbar',
|
|
16
|
+
'trailerCoupling_Unknown': 'Unbekannt',
|
|
17
|
+
'metaData': 'Vehicle META data',
|
|
18
|
+
'mainData_firstRegistrationYear': 'Erstes Registrierungsjahr',
|
|
19
|
+
'metaData_platformVehicleId': 'platformVehicleID',
|
|
20
|
+
'metaData_vin': 'Vin',
|
|
21
|
+
'metaData_creationDate': 'Erstellungsdatum',
|
|
22
|
+
'metaData_modificationDate': 'Änderungsdatum',
|
|
23
|
+
'metaData_hsn': 'HSN',
|
|
24
|
+
'metaData_tsn': 'TSN',
|
|
25
|
+
'metaData_codeKBA': 'CodeKBA',
|
|
26
|
+
'metaData_codeDAT': 'CodeDAT',
|
|
27
|
+
'metaData_codeSchwacke': 'codeSchwacke',
|
|
28
|
+
'metaData_codeJato': 'codeJato',
|
|
29
|
+
'metaData_mainImageId': 'Hauptbild',
|
|
30
|
+
'metaData_imagesCount': 'Bilder zählen',
|
|
31
|
+
'metaData_imagesByApp': 'Bilder von App',
|
|
32
|
+
'metaData_imageView360': 'Ansicht 360',
|
|
33
|
+
'metaData_secImageId': 'Zweites Hauptbild',
|
|
34
|
+
'metaData_thirdImageId': 'Drittes Hauptbild',
|
|
35
|
+
'mainData': 'Haupt - Daten',
|
|
36
|
+
'mainData_make': 'Marke',
|
|
37
|
+
'mainData_model': 'Model',
|
|
38
|
+
'mainData_subModel': 'Untermodell',
|
|
39
|
+
'mainData_series': 'Serie / Baureihe',
|
|
40
|
+
'mainData_trimLine': 'Ausstatungslinie',
|
|
41
|
+
'mainData_vehicleClass': 'Fahrzeugklasse',
|
|
42
|
+
'selector_vehicleClass_agrarianVehicle': 'Agrarfahrzeug',
|
|
43
|
+
'selector_vehicleClass_bus': 'Bus',
|
|
44
|
+
'selector_vehicleClass_camperVan': 'Weohnmobil',
|
|
45
|
+
'selector_vehicleClass_car': 'Auto',
|
|
46
|
+
'selector_vehicleClass_carTrailer': 'Anhänger',
|
|
47
|
+
'selector_vehicleClass_carrierOrTruckOver75t': 'Transporter oder Lkw bis 7',
|
|
48
|
+
'selector_vehicleClass_constructionVehicle': 'Baumaschine',
|
|
49
|
+
'selector_vehicleClass_forklift': 'Stapler',
|
|
50
|
+
'selector_vehicleClass_motorBike': 'Motorrad',
|
|
51
|
+
'selector_vehicleClass_semiTrailer': 'Sattelzugmaschine',
|
|
52
|
+
'selector_vehicleClass_trailer': 'Auflieger',
|
|
53
|
+
'selector_vehicleClass_truckOver75t': 'Lkw über 7',
|
|
54
|
+
'selector_vehicleClass_truckUnder75t': 'Lkw unter 7',
|
|
55
|
+
'mainData_category': 'Fahrteugkategorie',
|
|
56
|
+
'selector_category_combi': 'Kombi',
|
|
57
|
+
'selector_category_compact': 'Kleinwagen',
|
|
58
|
+
'selector_category_convertible': 'Cabrio',
|
|
59
|
+
'selector_category_coupe': 'Coupé',
|
|
60
|
+
'selector_category_minibus': 'Pickup',
|
|
61
|
+
'selector_category_other': 'Andere',
|
|
62
|
+
'selector_category_suv': 'SUV/Geländewagen',
|
|
63
|
+
'selector_category_sedan': 'Limousine',
|
|
64
|
+
'selector_category_transporter': 'Transporter',
|
|
65
|
+
'selector_category_van': 'Van/Kleinbus',
|
|
66
|
+
'mainData_modelDescription': 'Modelbeschreibung',
|
|
67
|
+
'mainData_condition': 'Fahrzug-Kondition',
|
|
68
|
+
'selector_condition_new': 'Neu',
|
|
69
|
+
'selector_condition_used': 'Gebraucht',
|
|
70
|
+
'mainData_usageType': 'Form des Gebrauchtwagens',
|
|
71
|
+
'selector_usageType_classicVehicle': 'Oldtimer',
|
|
72
|
+
'selector_usageType_demonstrationCar': 'Vorführwagen',
|
|
73
|
+
'selector_usageType_employeesCar': 'Jahreswagen',
|
|
74
|
+
'selector_usageType_preRegistration': 'Tageszulassung',
|
|
75
|
+
'mainData_firstRegistration': 'Erstzulassung',
|
|
76
|
+
'mainData_mileage': 'Kilometerstand',
|
|
77
|
+
'mainData_doors': 'Türen',
|
|
78
|
+
'mainData_seats': 'Sitze',
|
|
79
|
+
'mainData_constructionYear': 'Baujahr',
|
|
80
|
+
'mainData_constructionDate': 'Monat im Baujahr',
|
|
81
|
+
'mainData_firstModelsProductionDate': 'Erster Produktionsmonat und -jahr des Modells',
|
|
82
|
+
'mainData_countryVersion': 'Landes Version',
|
|
83
|
+
'mainData_numberOfPreviousOwners': 'Previous Owners',
|
|
84
|
+
'mainData_nonSmokerVehicle': 'Nichtraucher',
|
|
85
|
+
'mainData_damageUnrepaired': 'Damage Unrepaired',
|
|
86
|
+
'mainData_accidentDamaged': 'Unfallschaden',
|
|
87
|
+
'mainData_roadworthy': 'Fahrtauglich',
|
|
88
|
+
'mainData_damageByHail': 'Hadelschaden',
|
|
89
|
+
'mainData_taxi': 'Taxi',
|
|
90
|
+
'sizeVolumeWeight': 'Größe, Volumen und Gewicht',
|
|
91
|
+
'sizeVolumeWeight_length': 'Länger',
|
|
92
|
+
'sizeVolumeWeight_width': 'Breite',
|
|
93
|
+
'sizeVolumeWeight_height': 'Höhe',
|
|
94
|
+
'sizeVolumeWeight_frontLegRoom': 'Fußraum vorn',
|
|
95
|
+
'sizeVolumeWeight_frontHeadRoom': 'Kopfraum vorn',
|
|
96
|
+
'sizeVolumeWeight_backLegRoom': 'Fußraum hinten',
|
|
97
|
+
'sizeVolumeWeight_backHeadRoom': 'Kopfraum hinten',
|
|
98
|
+
'sizeVolumeWeight_cargoCapacity': 'Kofferraum - Kapazität',
|
|
99
|
+
'sizeVolumeWeight_cargoLength': 'Kofferraum - Länge',
|
|
100
|
+
'sizeVolumeWeight_cargoWidth': 'Kofferraum - Breite',
|
|
101
|
+
'sizeVolumeWeight_cargoHeight': 'Kofferraum - Höhe',
|
|
102
|
+
'sizeVolumeWeight_emptyWeight': 'Leergewicht',
|
|
103
|
+
'sizeVolumeWeight_capacityLoad': 'Zuladungsgewicht',
|
|
104
|
+
'sizeVolumeWeight_trailerWeightBraked': 'Anhängelast (gebremst)',
|
|
105
|
+
'sizeVolumeWeight_trailerWeightUnbraked': 'Anhängelast (ungebremst)',
|
|
106
|
+
'sizeVolumeWeight_fuelCapacity': 'Tankinhalt',
|
|
107
|
+
'careService': 'Pflege und Service',
|
|
108
|
+
'careService_fullServiceHistory': 'Scheckheft gepflegt',
|
|
109
|
+
'careService_generalInspection': 'HU',
|
|
110
|
+
'careService_exhaustInspection': 'AU',
|
|
111
|
+
'careService_lastCamBeltService': 'Letzter Zahnriemenwechsel',
|
|
112
|
+
'careService_lastTechnicalService': 'Letzter Service/Inspektion',
|
|
113
|
+
'careService_nextInspection': 'Nächster Service/Inspektion',
|
|
114
|
+
'careService_endofGuaranty': 'Garantieende',
|
|
115
|
+
'engineData': 'Motor-Daten',
|
|
116
|
+
'engineData_cubicCapacity': 'ccm',
|
|
117
|
+
'engineData_powerKW': 'KW',
|
|
118
|
+
'engineData_powerPS': 'PS',
|
|
119
|
+
'engineData_torque': 'Drehmoment',
|
|
120
|
+
'engineData_cylinders': 'Zylinder',
|
|
121
|
+
'engineData_engineLocation': 'Lage des Motors',
|
|
122
|
+
'selector_engineLocation_front': 'Frontmotor',
|
|
123
|
+
'selector_engineLocation_mid': 'Mittelmotor',
|
|
124
|
+
'selector_engineLocation_rear': 'Heckmotor',
|
|
125
|
+
'selector_engineLocation_other': 'Andere',
|
|
126
|
+
'engineData_hybridPlugin': 'HybridPlugin',
|
|
127
|
+
'engineData_e10Enabled': 'E10 geeignet',
|
|
128
|
+
'engineData_catalyticConverter': 'Katalysator',
|
|
129
|
+
'engineData_particulateFilterDiesel': 'Partikelfilter',
|
|
130
|
+
'engineData_biodieselConversion': 'Biodiesel Umbau',
|
|
131
|
+
'engineData_biodieselSuitable': 'Biodiesel',
|
|
132
|
+
'engineData_vegetableoilfuelConversion': 'Pflanzenöl Umbau',
|
|
133
|
+
'engineData_vegetableoilfuelSuitable': 'Pflanzenöl',
|
|
134
|
+
'engineData_performanceHandlingSystem': 'Performance Handling System',
|
|
135
|
+
'engineData_startStopSystem': 'Start Stop Automatik',
|
|
136
|
+
'engineData_rangeHydrogen': 'Reichweite Wasserstoff',
|
|
137
|
+
'environmentEmissions': 'Umwelt / Emissionen',
|
|
138
|
+
'environmentEmissions_emissionClass': 'Emissionsklasse',
|
|
139
|
+
'selector_emissionClass_euro1': 'Euro 1',
|
|
140
|
+
'selector_emissionClass_euro2': 'Euro 2',
|
|
141
|
+
'selector_emissionClass_euro3': 'Euro 3',
|
|
142
|
+
'selector_emissionClass_euro4': 'Euro 4',
|
|
143
|
+
'selector_emissionClass_euro5': 'Euro 5',
|
|
144
|
+
'selector_emissionClass_euro6': 'Euro 6',
|
|
145
|
+
'selector_emissionClass_euro6b': 'Euro 6b',
|
|
146
|
+
'selector_emissionClass_euro6c': 'Euro 6c',
|
|
147
|
+
'selector_emissionClass_euro6d': 'Euro 6d',
|
|
148
|
+
'selector_emissionClass_euro6d_temp': 'Euro 6d Temp',
|
|
149
|
+
'selector_emissionClass_euro6d_iscfcm': 'Euro 6d ISC-FCM',
|
|
150
|
+
'environmentEmissions_emissionSticker': 'Feinstaubplakette',
|
|
151
|
+
'selector_emissionSticker_no': 'Feinstaubplakette keine (1)',
|
|
152
|
+
'selector_emissionSticker_red': 'Feinstaubplakette rot (2)',
|
|
153
|
+
'selector_emissionSticker_yellow': 'Feinstaubplakette gelb (3)',
|
|
154
|
+
'selector_emissionSticker_green': 'Feinstaubplakette grün (4)',
|
|
155
|
+
'environmentEmissions_energyEfficiencyClass': 'Energieeffizienzklasse',
|
|
156
|
+
'selector_energyEfficiencyClass_appp': 'A+++',
|
|
157
|
+
'selector_energyEfficiencyClass_app': 'A++',
|
|
158
|
+
'selector_energyEfficiencyClass_ap': 'A+',
|
|
159
|
+
'selector_energyEfficiencyClass_a': 'A',
|
|
160
|
+
'selector_energyEfficiencyClass_b': 'B',
|
|
161
|
+
'selector_energyEfficiencyClass_c': 'C',
|
|
162
|
+
'selector_energyEfficiencyClass_d': 'D',
|
|
163
|
+
'selector_energyEfficiencyClass_e': 'E',
|
|
164
|
+
'selector_energyEfficiencyClass_f': 'F',
|
|
165
|
+
'selector_energyEfficiencyClass_g': 'G',
|
|
166
|
+
'environmentEmissions_co2': 'CO2 Emission',
|
|
167
|
+
'consumption': 'Verbrauch',
|
|
168
|
+
'consumption_fuel': 'Kraftstoff Typ',
|
|
169
|
+
'selector_fuel_carGas': 'Autogas',
|
|
170
|
+
'selector_fuel_diesel': 'Diesel',
|
|
171
|
+
'selector_fuel_electrical': 'Elektro',
|
|
172
|
+
'selector_fuel_ethanol': 'Ethanol',
|
|
173
|
+
'selector_fuel_hybridElectricalDiesel': 'Hybrid (Elektro / Diesel)',
|
|
174
|
+
'selector_fuel_hybridElectricalPetrol': 'Hybrid (Elektro / Benzin)',
|
|
175
|
+
'selector_fuel_hydrogen': 'Wasserstoff',
|
|
176
|
+
'selector_fuel_naturalGas': 'Erdgas',
|
|
177
|
+
'selector_fuel_petrol': 'Benzin',
|
|
178
|
+
'consumption_consumptionInner': 'Kraftstoffverbrauch innerorts',
|
|
179
|
+
'consumption_consumptionOuter': 'Kraftstoffverbrauch außerorts',
|
|
180
|
+
'consumption_consumptionCombined': 'Consumption Combined',
|
|
181
|
+
'ranks_generalRank': 'Suchrang',
|
|
182
|
+
'consumption_consumptionUnit': 'Verbrauchseinheit',
|
|
183
|
+
'consumption_consumptionUnit_l': 'l',
|
|
184
|
+
'consumption_consumptionUnit_m3': 'm³',
|
|
185
|
+
'consumption_consumptionUnit_kg': 'kg',
|
|
186
|
+
'consumption_consumptionUnit_kw': 'kW',
|
|
187
|
+
'selector_consumptionUnit_l': 'l/100km',
|
|
188
|
+
'selector_consumptionUnit_m3': 'm³',
|
|
189
|
+
'selector_consumptionUnit_kg': 'kg',
|
|
190
|
+
'selector_consumptionUnit_kw': 'kW',
|
|
191
|
+
'consumption_envkvCompliant': 'EnVKV',
|
|
192
|
+
'consumption_envkvValueType': 'EnVKV Kraftstoff Typ',
|
|
193
|
+
'selector_envkvValueType_app': 'ca. Werte',
|
|
194
|
+
'selector_envkvValueType_carenkvk': 'Angaben gem. Pkw-EnVKV',
|
|
195
|
+
'consumption_envkvPetrolType': 'EnVKV Kraftstoff Typ',
|
|
196
|
+
'selector_envkvPetrolType_normal': 'Normal',
|
|
197
|
+
'selector_envkvPetrolType_super': 'Super',
|
|
198
|
+
'selector_envkvPetrolType_superPlus': 'Super Plus',
|
|
199
|
+
'consumption_consumptionPowerCombined': 'Consumption Power Combined',
|
|
200
|
+
'consumption_consumptionPowerInner': 'Verbrauch (elekt.) innerorts',
|
|
201
|
+
'consumption_consumptionPowerOuter': 'Verbrauch (elekt.) außerorts',
|
|
202
|
+
'consumption_consumptionGasInner': 'Verbrauch (Gas) innerorts',
|
|
203
|
+
'consumption_consumptionGasOuter': 'Verbrauch (Gas) außerorts',
|
|
204
|
+
'consumption_consumptionGasCombined': 'Verbrauch (Gas) kombiniert',
|
|
205
|
+
'consumption_consumptionHydrogenInner': 'Verbrauch (Wasserstoff) innerorts',
|
|
206
|
+
'consumption_consumptionHydrogenOuter': 'Verbrauch (Wasserstoff) außerorts',
|
|
207
|
+
'consumption_consumptionHydrogenCombined': 'Verbrauch (Wasserstoff) kombiniert',
|
|
208
|
+
'battery': 'Batterie',
|
|
209
|
+
'battery_batteryRented': 'Batterie gemietet',
|
|
210
|
+
'battery_batteryPurchsed': 'Batterie gekauft',
|
|
211
|
+
'battery_batteryMissing': 'Batterie fehlt',
|
|
212
|
+
'battery_batteryRangeExtender': 'Range Extender',
|
|
213
|
+
'battery_batteryCapacity': 'Batteriekapazität (in kWh)',
|
|
214
|
+
'battery_batteryCharchingDuration230VSelect': 'Ladestand',
|
|
215
|
+
'battery_batteryCharchingDuration230VHour': 'Ladedauer (230V)',
|
|
216
|
+
'battery_batteryCharchingDurationMaxSelect': 'Ladestand',
|
|
217
|
+
'battery_batteryCharchingDurationMaxHour': 'Ladedauer (schnell)',
|
|
218
|
+
'battery_batteryRangeElectric': 'Reichweite (elektrisch)',
|
|
219
|
+
'battery_batteryChargerType': 'Steckerformat',
|
|
220
|
+
'battery_batteryWeight': 'Batteriegewicht',
|
|
221
|
+
'battery_batteryType': 'Batterie-Typ',
|
|
222
|
+
'selector_batteryType_LIION': 'LIION',
|
|
223
|
+
'selector_batteryType_LIPOLY': 'LIPOLY',
|
|
224
|
+
'selector_batteryType_NIMH': 'NIMH',
|
|
225
|
+
'driveSuspension': 'Antrieb & Fahrwerk',
|
|
226
|
+
'driveSuspension_gearbox': 'Getriebeart',
|
|
227
|
+
'selector_gearbox_automatic': 'Automatik',
|
|
228
|
+
'selector_gearbox_manualShift': 'Manuell',
|
|
229
|
+
'selector_gearbox_semiAutomatic': 'Halbautomatik',
|
|
230
|
+
'driveSuspension_gears': 'Gänge',
|
|
231
|
+
'driveSuspension_driveType': 'Antriebsart',
|
|
232
|
+
'selector_driveType_allWheelDrive': 'Allrad',
|
|
233
|
+
'selector_driveType_frontWheelDrive': 'Frontantrieb',
|
|
234
|
+
'selector_driveType_rearWheelDrive': 'Heckantrieb',
|
|
235
|
+
'selector_butteryType_included': 'Batterie inklusive',
|
|
236
|
+
'selector_butteryType_rented': 'Batterie gemietet',
|
|
237
|
+
'selector_hybridPlugin_yes': 'Ja',
|
|
238
|
+
'selector_hybridPlugin_no': 'Nein',
|
|
239
|
+
'selector_batteryChargerType_Type1': 'Typ-1-Ladestecker',
|
|
240
|
+
'selector_batteryChargerType_Type2': 'Typ-2-Ladestecker',
|
|
241
|
+
'selector_batteryChargerType_CCS': 'CCS-Stecker',
|
|
242
|
+
'selector_batteryChargerType_CHAdeMO': 'CHAdeMO-Stecker',
|
|
243
|
+
'selector_batteryChargerType_TeslaSupercharger': 'Tesla Supercharger',
|
|
244
|
+
'selector_batteryChargerType_3Pin': 'Schuko-Stecker',
|
|
245
|
+
'selector_batteryChargerType_CEE': 'CEE-Stecker',
|
|
246
|
+
'selector_batteryCharchingDurationMinutes': 'Minuten',
|
|
247
|
+
'selector_batteryCharchingDurationHours': 'Stunden',
|
|
248
|
+
'driveSuspension_wheelFormula': 'Rad-Formel',
|
|
249
|
+
'driveSuspension_axles': 'Achsen',
|
|
250
|
+
'driveSuspension_selfLockingDifferential': 'Sperrdifferenzial',
|
|
251
|
+
'driveSuspension_adaptiveChassis': 'Adaptives Fahrwerk',
|
|
252
|
+
'driveSuspension_airSuspension': 'Luftfederung',
|
|
253
|
+
'driveSuspension_airSuspensionAdaptive': 'Luftfederung Adaptiv',
|
|
254
|
+
'driveSuspension_sportChassis': 'Sportfahrwerk',
|
|
255
|
+
'driveSuspension_roughRoadSuspension': 'Schlechtwegefahrwerk',
|
|
256
|
+
'driveSuspension_bss': 'Stoßdämpfersystem',
|
|
257
|
+
'color': 'Color',
|
|
258
|
+
'selector_color_beige': 'Beige',
|
|
259
|
+
'selector_color_blue': 'Blau',
|
|
260
|
+
'selector_color_brown': 'Braun',
|
|
261
|
+
'selector_color_bronze': 'Bronze',
|
|
262
|
+
'selector_color_yellow': 'Gelb',
|
|
263
|
+
'selector_color_gold': 'Gold',
|
|
264
|
+
'selector_color_grey': 'Grau',
|
|
265
|
+
'selector_color_green': 'Grün',
|
|
266
|
+
'selector_color_orange': 'Orange',
|
|
267
|
+
'selector_color_red': 'Rot',
|
|
268
|
+
'selector_color_black': 'Schwarz',
|
|
269
|
+
'selector_color_silver': 'Silber',
|
|
270
|
+
'selector_color_purple': 'Violett',
|
|
271
|
+
'selector_color_white': 'Weiß',
|
|
272
|
+
'exterior': 'Exterior',
|
|
273
|
+
'exterior_manufacturerColorName': 'Außenfarbe Hersteller',
|
|
274
|
+
'exterior_exteriorColor': 'Außenfarbe',
|
|
275
|
+
'selector_exteriorColor_bronze': 'Außenfarbe Bronze',
|
|
276
|
+
'selector_exteriorColor_beige': 'Außenfarbe Beige',
|
|
277
|
+
'selector_exteriorColor_black': 'Außenfarbe Schwarz',
|
|
278
|
+
'selector_exteriorColor_blue': 'Außenfarbe Blau',
|
|
279
|
+
'selector_exteriorColor_brown': 'Außenfarbe Braun',
|
|
280
|
+
'selector_exteriorColor_gold': 'Außenfarbe Gold',
|
|
281
|
+
'selector_exteriorColor_green': 'Außenfarbe Grün',
|
|
282
|
+
'selector_exteriorColor_grey': 'Außenfarbe Grau',
|
|
283
|
+
'selector_exteriorColor_orange': 'Außenfarbe Orange',
|
|
284
|
+
'selector_exteriorColor_purple': 'Außenfarbe Lila',
|
|
285
|
+
'selector_exteriorColor_red': 'Außenfarbe Rot',
|
|
286
|
+
'selector_exteriorColor_silver': 'Außenfarbe Silber',
|
|
287
|
+
'selector_exteriorColor_white': 'Außenfarbe Weiß',
|
|
288
|
+
'selector_exteriorColor_yellow': 'Außenfarbe Gelb',
|
|
289
|
+
'selector_exteriorColor_rainbow': 'Aussenfarbe andere',
|
|
290
|
+
'exterior_metallic': 'Metallic Lackierung',
|
|
291
|
+
'interior': 'Interior',
|
|
292
|
+
'interior_interiorColor': 'Polsterfarbe',
|
|
293
|
+
'selector_interiorColor_beige': 'Polsterfarbe Beige',
|
|
294
|
+
'selector_interiorColor_black': 'Polsterfarbe Schwarz',
|
|
295
|
+
'selector_interiorColor_brown': 'Polsterfarbe Braun',
|
|
296
|
+
'selector_interiorColor_grey': 'Polsterfarbe Grau',
|
|
297
|
+
'selector_interiorColor_rainbow': 'Polsterfarbe andere',
|
|
298
|
+
'interior_interiorType': 'Polstermaterial',
|
|
299
|
+
'selector_interiorType_alcantara': 'Alcantara',
|
|
300
|
+
'selector_interiorType_fabric': 'Stoff',
|
|
301
|
+
'selector_interiorType_fullLeather': 'Vollleder',
|
|
302
|
+
'selector_interiorType_partLeather': 'Teilleder',
|
|
303
|
+
'selector_interiorType_velours': 'Velours',
|
|
304
|
+
"selector_interiorType_syntheticLeather": "Kunstleder",
|
|
305
|
+
'selector_interiorType_other': 'Andere',
|
|
306
|
+
'interior_manufacturerInteriorColor': 'Polsterfarbe Hersteller',
|
|
307
|
+
'interior_manufacturerInteriorType': 'Polstermaterial Hersteller',
|
|
308
|
+
'vehicleDetails': 'Fahrzeug Details',
|
|
309
|
+
'bikes': 'Räder',
|
|
310
|
+
'bikes_x4AllWeatherTires': '4x Allwetter Reifen',
|
|
311
|
+
'bikes_allWeatherTiresSizeWidth': 'Breite der Allwetter Reifen',
|
|
312
|
+
'bikes_allWeatherTiresSizeHight': 'Höhe der Allwetter Reifen',
|
|
313
|
+
'bikes_allWeatherTiresRims': 'Felgen der Allwetter Reifen',
|
|
314
|
+
'bikes_allWeatherTiresRimsSize': 'Größe der Felgen der Allwetter Reifen',
|
|
315
|
+
'bikes_allWeatherTiresTreatDepthFL': 'Allwetterreifen VL Profiltiefe',
|
|
316
|
+
'bikes_allWeatherTiresTreatDepthFR': 'Allwetterreifen VR Profiltiefe',
|
|
317
|
+
'bikes_allWeatherTiresTreatDepthBL': 'Allwetterreifen HL Profiltiefe',
|
|
318
|
+
'bikes_allWeatherTiresTreatDepthBR': 'Allwetterreifen HR Profiltiefe',
|
|
319
|
+
'bikes_x4SummerTires': '4x Sommerreifen',
|
|
320
|
+
'bikes_summerTiresSizeWidth': 'Breite der Sommer Reifen',
|
|
321
|
+
'bikes_summerTiresSizeHight': 'Höhe der Sommer Reifen',
|
|
322
|
+
'bikes_summerTiresRims': 'Felgen der Sommer Reifen',
|
|
323
|
+
'bikes_summerTiresRimsSize': 'Größe der Felgen der Sommer Reifen',
|
|
324
|
+
'bikes_summerTiresTreatDepthFL': 'Sommerreifen VL Profiltiefe',
|
|
325
|
+
'bikes_summerTiresTreatDepthFR': 'Sommerreifen VR Profiltiefe',
|
|
326
|
+
'bikes_summerTiresTreatDepthBL': 'Sommerreifen HL Profiltiefe',
|
|
327
|
+
'bikes_summerTiresTreatDepthBR': 'Sommerreifen HR Profiltiefe',
|
|
328
|
+
'bikes_x4WinterTires': '4x Winterreifen',
|
|
329
|
+
'bikes_winterTiresSizeWidth': 'Breite der Winter Reifen',
|
|
330
|
+
'bikes_winterTiresSizeHight': 'Höhe der Winter Reifen',
|
|
331
|
+
'bikes_winterTiresRims': 'Felgen der Winter Reifen',
|
|
332
|
+
'bikes_winterTiresRimsSize': 'Größe der Felgen der Winter Reifen',
|
|
333
|
+
'bikes_winterTiresTreatDepthFL': 'Winterreifen VL Profiltiefe',
|
|
334
|
+
'bikes_winterTiresTreatDepthFR': 'Winterreifen VR Profiltiefe',
|
|
335
|
+
'bikes_winterTiresTreatDepthBL': 'Winterreifen HL Profiltiefe',
|
|
336
|
+
'bikes_winterTiresTreatDepthBR': 'Winterreifen HL Profiltiefe',
|
|
337
|
+
'selector_tiresRims_alloy': 'Leichtmetallfelgen',
|
|
338
|
+
'selector_tiresRims_alloyManufacturer': 'Leichtmetallfelgen vom Hersteller',
|
|
339
|
+
'selector_tiresRims_steel': 'Stahfelgen',
|
|
340
|
+
'window': 'Fenster',
|
|
341
|
+
'window_panoramicGlassRoof': 'Panoramaschiebedach',
|
|
342
|
+
'window_sunroof': 'Schiebedach',
|
|
343
|
+
'window_electricWindows': 'Elektrische Fenster',
|
|
344
|
+
'window_heatedFrontWindow': 'Beheizbare Frontscheibe',
|
|
345
|
+
'window_heatedWindshieldWasherSystem': 'Beheizbare Scheibenwaschanlage',
|
|
346
|
+
'window_tintedWindowBack': 'Getönte Scheiben hinten',
|
|
347
|
+
'window_panoramaFrontWindow': 'Panorama Frontscheibe',
|
|
348
|
+
'window_backRollerBlind': 'Heckrollo',
|
|
349
|
+
'window_sideRollerBlind': 'Seitenrollos',
|
|
350
|
+
'window_rearWindowHeater': 'Heckscheibenheizung',
|
|
351
|
+
'window_rearWindowWiper': 'Heckscheibenwischer',
|
|
352
|
+
'window_ventWindows': 'Ausstellfenster hinten',
|
|
353
|
+
'search_noIncandescentLight': 'LED / Laser / Xenon',
|
|
354
|
+
'seats': 'Sitze',
|
|
355
|
+
'seats_driverSeats': 'Fahrersitz',
|
|
356
|
+
'seats_coDriverSeats': 'Beifahrersitz',
|
|
357
|
+
'seats_backSeats': 'Rücksitze',
|
|
358
|
+
'seats_middleSeatingArrangement': 'Mittelarmlehne',
|
|
359
|
+
'seats_middleSeatingArrangementBack': 'Mittelarmlehne hinten',
|
|
360
|
+
'seats_middleSeatingArrangementFront': 'Mittelarmlehne Vorn',
|
|
361
|
+
'search_seatHeating': 'Sitzheizung',
|
|
362
|
+
'search_trailerHitch': 'Anhängerkupplung',
|
|
363
|
+
'seats_electricHeated': 'Sitzheizung',
|
|
364
|
+
'seats_isofix': 'Isofix',
|
|
365
|
+
'seats_electricAdjustable': 'Elektrisch einstellbar',
|
|
366
|
+
'selector_driverSeats_electricHeated': 'Fahrersitzheizung',
|
|
367
|
+
'selector_driverSeats_seatVentilationSystem': 'Sitzbelüftung',
|
|
368
|
+
'selector_driverSeats_electricAdjustable': 'Elektrisch einstellbar',
|
|
369
|
+
'selector_driverSeats_electricAdjustableSeatsWithMemory': 'Elektrisch einstellbar mit Memoryfunktion',
|
|
370
|
+
'selector_driverSeats_withMassage': 'mit Massagefunktion',
|
|
371
|
+
'selector_driverSeats_lumbarSupport': 'mit Lendenwirbelstütze',
|
|
372
|
+
'selector_driverSeats_sleepFunction': 'mit Schlaffunktion',
|
|
373
|
+
'selector_driverSeats_foldingFunction': 'Umklappbar',
|
|
374
|
+
'selector_driverSeats_sportSeats': 'als Sportsitz',
|
|
375
|
+
'selector_coDriverSeats_electricHeated': 'Beheizter Beifahrersitz',
|
|
376
|
+
'selector_coDriverSeats_seatVentilationSystem': 'Sitzbelüftung',
|
|
377
|
+
'selector_coDriverSeats_electricAdjustable': 'Elektrisch einstellbar',
|
|
378
|
+
'selector_coDriverSeats_electricAdjustableSeatsWithMemory': 'Elektrisch einstellbar mit Memoryfunktion',
|
|
379
|
+
'selector_coDriverSeats_withMassage': 'mit Massagefunktion',
|
|
380
|
+
'selector_coDriverSeats_lumbarSupport': 'mit Lendenwirbelstütze',
|
|
381
|
+
'selector_coDriverSeats_sleepFunction': 'mit Schlaffunktion',
|
|
382
|
+
'selector_coDriverSeats_foldingFunction': 'Umklappbar',
|
|
383
|
+
'selector_coDriverSeats_sportSeats': 'als Sportsitz',
|
|
384
|
+
'selector_coDriverSeats_isofix': 'Isofix',
|
|
385
|
+
'selector_backSeats_electricHeated': 'Sitzheizung hinten',
|
|
386
|
+
'selector_backSeats_seatVentilationSystem': 'Sitzbelüftung',
|
|
387
|
+
'selector_backSeats_electricAdjustable': 'Elektrisch einstellbar',
|
|
388
|
+
'selector_backSeats_electricAdjustableSeatsWithMemory': 'Elektrisch einstellbar mit Memoryfunktion',
|
|
389
|
+
'selector_backSeats_withMassage': 'mit Massagefunktion',
|
|
390
|
+
'selector_backSeats_lumbarSupport': 'mit Lendenwirbelstütze',
|
|
391
|
+
'selector_backSeats_sleepFunction': 'mit Schlaffunktion',
|
|
392
|
+
'selector_backSeats_foldingFunction': 'Umklappbar',
|
|
393
|
+
'selector_backSeats_splitFolding': 'teilbare Rücksitzbank',
|
|
394
|
+
'selector_backSeats_isofix': 'Isofix',
|
|
395
|
+
'doors': 'Türen',
|
|
396
|
+
'doors_slidingDoorBothSides': 'Schiebetür beidseitig',
|
|
397
|
+
'doors_slidingDoorRight': 'Schiebetür Rechts',
|
|
398
|
+
'doors_slidingDoorLeft': 'Schiebetür Links',
|
|
399
|
+
'doors_electricSlidingDoor': 'Elektrische Schiebetüren',
|
|
400
|
+
'doors_electricTailGate': 'elektrische Heckklappe',
|
|
401
|
+
'doors_softCloseAutimatic': 'Soft-Close-Automatik',
|
|
402
|
+
'doors_centralLocking': 'Zentralverriegelung',
|
|
403
|
+
'doors_keylessEntry': 'Keyless-Go',
|
|
404
|
+
'mirrors': 'Spiegel',
|
|
405
|
+
'mirrors_electricExteriorMirrors': 'Elektrische Spiegel',
|
|
406
|
+
'mirrors_heatedOutsideMirror': 'Beheizbare Außenspiegel',
|
|
407
|
+
'mirrors_integratedTurnSignalMirrors': 'Spiegel mit integriertem Blinker',
|
|
408
|
+
'mirrors_automaticReversMirrorDimmingOutside': 'Autom. abblendende Außenspiegel',
|
|
409
|
+
'mirrors_automaticReversMirrorDimmingInside': 'Autom. Abblendender Innenspiegel',
|
|
410
|
+
'mirrors_driverVanityMirror': 'Schminkspiegel',
|
|
411
|
+
'assistants': 'Assitenzsysteme',
|
|
412
|
+
'assistants_driveStartAssistant': 'Anfahrassistent',
|
|
413
|
+
'assistants_hillStartDrivingAssistant': 'Berganfahrhilfe',
|
|
414
|
+
'assistants_tirednessDetection': 'Müdigkeitserkennung',
|
|
415
|
+
'assistants_nightVisionAssistant': 'Nachtsicht-Assistent',
|
|
416
|
+
'assistants_shiftPointDetection': 'Schaltpunktanzeige',
|
|
417
|
+
'assistants_automaticRainSensor': 'Regensensor',
|
|
418
|
+
'assistants_cruiseControl': 'Tempomat',
|
|
419
|
+
'assistants_adaptiveCruiseControl': 'Abstandsregeltempomat',
|
|
420
|
+
'assistants_speedLimiter': 'Geschwindigkeitsbegrenzer',
|
|
421
|
+
'assistants_headUpDisplay': 'Head Up Display',
|
|
422
|
+
'assistants_abs': 'ABS',
|
|
423
|
+
'assistants_powerAssistedSteering': 'Servolenkung',
|
|
424
|
+
'assistants_ebs': 'EBS',
|
|
425
|
+
'assistants_esp': 'ESP',
|
|
426
|
+
'assistants_collisionAvoidance': 'Notruf-Assistent',
|
|
427
|
+
'assistants_emergencyAssistant': 'Notbrems-Assistent',
|
|
428
|
+
'assistants_parkingAssistants': 'Parkassistent',
|
|
429
|
+
'search_parkingAssistants': 'Parkassistent',
|
|
430
|
+
'selector_parkingAssistants_360Camera': '360° Kamera',
|
|
431
|
+
'selector_parkingAssistants_camera': 'Kamera',
|
|
432
|
+
'selector_parkingAssistants_front': 'Vorderseite',
|
|
433
|
+
'selector_parkingAssistants_rear': 'Rückseite',
|
|
434
|
+
'selector_parkingAssistants_selfSteeringSystems': 'Selbstlenkende Systeme',
|
|
435
|
+
'selector_parkingAssistants_other': 'Andere',
|
|
436
|
+
'assistants_parkingSensors': 'Parksensoren',
|
|
437
|
+
'assistants_tirePressureMonitor': 'Reifendruckkontrolle',
|
|
438
|
+
'assistants_trafficSignRecognition': 'Verkehrszeichen-Erkennung',
|
|
439
|
+
'assistants_laneAssistant': 'Spurhalte-Assistent',
|
|
440
|
+
'assistants_blindSpotDetection': 'Totwinkel-Assistent',
|
|
441
|
+
'assistants_tractionControlSystem': 'Traktionskontrolle',
|
|
442
|
+
'lights': 'Licht',
|
|
443
|
+
'lights_daytimeRunningLights': 'Tagfahrlicht',
|
|
444
|
+
'lights_daytimeRunningLightsLED': 'LED Tagfahrlicht',
|
|
445
|
+
'lights_xenonHeadlights': 'Xenonscheinwerfer',
|
|
446
|
+
'lights_ledHeadlights': 'LED Scheinwerfer',
|
|
447
|
+
'lights_laserHeadlights': 'Laserlicht',
|
|
448
|
+
'lights_lightSensor': 'Lichtsensor',
|
|
449
|
+
'lights_bendingLights': 'Kurvenlicht',
|
|
450
|
+
'lights_glareFreeHighBeam': 'Blendfreies Fernlicht',
|
|
451
|
+
'lights_longDistanceLightAssistant': 'Fernlichtassistent',
|
|
452
|
+
'lights_frontFogLights': 'Nebelscheinwerfer',
|
|
453
|
+
'lights_headlightCleaner': 'Scheinwerferreinigung',
|
|
454
|
+
'lights_commingLeavingHome': 'Coming/Leaving Home Funktion',
|
|
455
|
+
'lights_ambienteLighting': 'Ambiente Licht',
|
|
456
|
+
'lights_adaptiveBendingLights': 'Adaptives Kurvenlicht',
|
|
457
|
+
'wheel': 'Lenkrad',
|
|
458
|
+
'wheel_adjustableSteeringWheel': 'Höhenverstellbares Lenkrad',
|
|
459
|
+
'wheel_multifunctionalWheel': 'Multifunktionslenkrad',
|
|
460
|
+
'wheel_leatherSteeringWheel': 'Lederlenkrad',
|
|
461
|
+
'wheel_heatedSteeringWheel': 'Lenkradheizung',
|
|
462
|
+
'wheel_shiftPadlle': 'Lenkradschaltwippen',
|
|
463
|
+
'heatingCooling': 'Heizung | Kühlung',
|
|
464
|
+
'heatingCooling_climatisation': 'Klimatisierung',
|
|
465
|
+
'selector_climatisation_no_airCondition': 'Keine Klimaanlage oder -Automatik',
|
|
466
|
+
'selector_climatisation_airCondition': 'Klimaanlage',
|
|
467
|
+
'selector_climatisation_automaticAirCondition': 'Klimaautomatik',
|
|
468
|
+
'selector_climatisation_2_automaticAirCondition': '2-Zonen Klimaautomatik',
|
|
469
|
+
'selector_climatisation_3_automaticAirCondition': '3-Zonen Klimaautomatik',
|
|
470
|
+
'selector_climatisation_4_automaticAirCondition': '4-Zonen Klimaautomatik',
|
|
471
|
+
'selector_climatisation_5_automaticAirCondition': '5-Zonen Klimaautomatik',
|
|
472
|
+
'heatingCooling_auxiliaryHeating': 'Standheizung',
|
|
473
|
+
'heatingCooling_gloveBoxWithFridge': 'Handschuhfach mit Kühlfunktion',
|
|
474
|
+
'editionsPackages': 'Editionen und Pakets',
|
|
475
|
+
'editionsPackages_sportPackage': 'Sportpaket',
|
|
476
|
+
'editionsPackages_winterPackage': 'Winterpaket',
|
|
477
|
+
'editionsPackages_smokersPackage': 'Raucherpaket',
|
|
478
|
+
'extras': 'Extras',
|
|
479
|
+
'extras_ureaTankAdBlue': 'Ad Blue Tank',
|
|
480
|
+
'extras_fasteningLoopsInTrunk': 'Befestigungsösen im Laderaum',
|
|
481
|
+
'extras_roofBars': 'Dachgepäckträger',
|
|
482
|
+
'extras_roofRails': 'Dachreling',
|
|
483
|
+
'extras_hardtop': 'Hardtop',
|
|
484
|
+
'extras_coldstore': 'Kühlschrank',
|
|
485
|
+
'extras_disabledAccessible': 'Schwerbehindertengerecht',
|
|
486
|
+
'extras_disabledConversion': 'Schwerbehindertenumbau',
|
|
487
|
+
'extras_skiBag': 'Skisack',
|
|
488
|
+
'extras_solarEnergySystem': 'Solar Energie System',
|
|
489
|
+
'extras_cargoBarrier': 'Gepäckraumabtrennung',
|
|
490
|
+
'extras_divider': 'Trennwand',
|
|
491
|
+
'extras_centralLubricantApplication': 'Zentrale Schmiersystem',
|
|
492
|
+
'extras_awning': 'Markiese',
|
|
493
|
+
'extras_box': 'Box',
|
|
494
|
+
'extras_bunkBed': 'Bank Bett',
|
|
495
|
+
'extras_cabin': 'Kabine',
|
|
496
|
+
'extras_electricStarter': 'Elektrischer Anlasser',
|
|
497
|
+
'extras_electricParkBreak': 'Elktrische Parkbremse',
|
|
498
|
+
'extras_universalGarageDoorOpener': 'Universal Garagen-Toröffner',
|
|
499
|
+
'extras_electricTop': 'Elektrisches Verdeck',
|
|
500
|
+
'extras_windshield': 'Windschott',
|
|
501
|
+
'extras_discBrake': 'Scheibenbremsen',
|
|
502
|
+
'extras_rollOverBar': 'Überrollbügel',
|
|
503
|
+
'multimedia': 'Multimedia',
|
|
504
|
+
'multimedia_navigationSystem': 'Navigationssystem',
|
|
505
|
+
'multimedia_bluetooth': 'Bluetooth',
|
|
506
|
+
'multimedia_wifiHotspot': 'Wifi Hotspot / WLAN',
|
|
507
|
+
'multimedia_usbInterface': 'USB Anschluss',
|
|
508
|
+
'multimedia_auxiliaryAudioInput': 'AUX-Anschluss',
|
|
509
|
+
'multimedia_carplay': 'CarPlay',
|
|
510
|
+
'multimedia_androidAuto': 'Android Auto',
|
|
511
|
+
'multimedia_digitalCockpit': 'Volldigitales Kombiinstrument',
|
|
512
|
+
'multimedia_onBoardComputer': 'Bordcomputer',
|
|
513
|
+
'multimedia_cdPlayer': 'CD-Player',
|
|
514
|
+
'multimedia_cdMultichanger': 'CD-Wechsler',
|
|
515
|
+
'multimedia_rearSeatEntertainment': 'Fond-Entertaimentsystem',
|
|
516
|
+
'multimedia_handsFreePhoneSystem': 'Freisprecheinrichtung',
|
|
517
|
+
'multimedia_smartphoneWirelessCharging': 'Induktionsladen für Smartphones',
|
|
518
|
+
'multimedia_mp3Interface': 'MP3 Schnittstelle',
|
|
519
|
+
'multimedia_sdCardReader': 'SD-Kartenleser',
|
|
520
|
+
'multimedia_voiceControl': 'Sprachsteuerung',
|
|
521
|
+
'multimedia_radioTuner': 'Tuner / Radio',
|
|
522
|
+
'multimedia_radioDAB': 'DAB Radio',
|
|
523
|
+
'multimedia_integratedMusicStreaming': 'Musikstreaming',
|
|
524
|
+
'multimedia_tv': 'TV',
|
|
525
|
+
'multimedia_touchscreen': 'Touchscreen',
|
|
526
|
+
'airbags': 'Airbags',
|
|
527
|
+
'airbags_airbag': 'Airbag',
|
|
528
|
+
'selector_airbag_driver': 'Fahrer-Airbag',
|
|
529
|
+
'selector_airbag_passenger': 'Beifahrer-Airbag',
|
|
530
|
+
'selector_airbag_front': 'Front-Airbags',
|
|
531
|
+
'selector_airbag_frontAndSide': 'Front- und Seiten-Airbags',
|
|
532
|
+
'selector_airbag_frontSideAndOther': 'Front-, Seiten- und weitere Airbags',
|
|
533
|
+
'selector_airbag_head': 'Kopf-Airbag',
|
|
534
|
+
'selector_airbag_seatCushion': 'Sitzpolsterairbag',
|
|
535
|
+
'selector_airbag_rearSeat': 'Rücksitzairbag',
|
|
536
|
+
'selector_airbag_rear': 'Heckairbag',
|
|
537
|
+
'selector_airbag_pedestrian': 'Fußgängerairbag',
|
|
538
|
+
'selector_airbag_motorcycle': 'Motorradairbag',
|
|
539
|
+
'airbags_airbagCount': 'Anzahl Airbags',
|
|
540
|
+
'selector_airbag_airBelt': 'Gurtairbag', // deprecated
|
|
541
|
+
'airbags_beltAirbag': 'Gurt-Airbag',
|
|
542
|
+
'selector_airbag_knee': 'Knieairbags', // deprecated
|
|
543
|
+
'airbags_kneeAirbag': 'Knieairbag',
|
|
544
|
+
'theftProtection': 'Diebstahlschutz',
|
|
545
|
+
'theftProtection_alarmSystem': 'Alarmanlage',
|
|
546
|
+
'theftProtection_immobilizer': 'Wegfahrsperre',
|
|
547
|
+
'roadSideSystems': 'Pannensysteme',
|
|
548
|
+
'roadSideSystems_spareTire': 'Reserverad',
|
|
549
|
+
'roadSideSystems_emergencyTire': 'Notrad',
|
|
550
|
+
'roadSideSystems_emergencyTireRepairKit': 'Pannenkit',
|
|
551
|
+
'specialElements': 'Spezielle Elemente',
|
|
552
|
+
'specialElements_retarder': 'Zusatzbremse',
|
|
553
|
+
'specialElements_bed': 'Bett',
|
|
554
|
+
'specialElements_drivingMode': 'Antriebssystem Motorrad',
|
|
555
|
+
'specialElements_europalletStorageSpaces': 'Anzahl Europaletten',
|
|
556
|
+
'specialElements_numberOfBunks': 'Anzahl Kojen',
|
|
557
|
+
'specialElements_operatingHours': 'Arbeits - Stunden',
|
|
558
|
+
'specialElements_sepShower': 'Dusche',
|
|
559
|
+
'specialElements_frontHydraulics': 'Front Hydraulik',
|
|
560
|
+
'specialElements_frontJack': 'Frontwinde',
|
|
561
|
+
'specialElements_rearGarage': 'Heckgarage',
|
|
562
|
+
'specialElements_tailLift': 'Hubbühne',
|
|
563
|
+
'specialElements_drivingCab': 'Informationen zur Kabine bei LKW',
|
|
564
|
+
'specialElements_kickstarter': 'Kickstarter',
|
|
565
|
+
'specialElements_compressor': 'Kompressor',
|
|
566
|
+
'specialElements_crane': 'Kran',
|
|
567
|
+
'specialElements_kitchen': 'Küche',
|
|
568
|
+
'specialElements_driversSleepingCompartment': 'Schlafkabine',
|
|
569
|
+
'specialElements_quickChangeAttachment': 'Schnellkupplung',
|
|
570
|
+
'specialElements_secondaryAirConditioning': 'Sekundär Klimaanlage',
|
|
571
|
+
'specialElements_protectionRoof': 'Sicherheitsdach',
|
|
572
|
+
'specialElements_roadLicence': 'Straßenzulassung',
|
|
573
|
+
'specialElements_fullFairing': 'Vollverkleidung',
|
|
574
|
+
'specialElements_wc': 'WC',
|
|
575
|
+
'specialElements_sideSeatingArrangement': 'Seitensitze',
|
|
576
|
+
'specialElements_circularSeatingArrangement': 'Kreisanordnung der Sitze',
|
|
577
|
+
'specialElements_hydraulicInstallation': 'Hydrauliksystem',
|
|
578
|
+
'specialElements_municipal': 'Municipal',
|
|
579
|
+
'price': 'Preis',
|
|
580
|
+
'price_priceId': 'PriceID',
|
|
581
|
+
'price_platformVehicleId': 'Plattform Vehicle ID',
|
|
582
|
+
'price_offerId': 'offerID',
|
|
583
|
+
'price_priceDate': 'Preis Datum',
|
|
584
|
+
'price_currency': 'Währung',
|
|
585
|
+
'price_vatDeductible': 'MwSt. abziehbar',
|
|
586
|
+
'price_vatRate': 'MwSt. Satz',
|
|
587
|
+
'price_recomendedRetailPrice': 'Empfohlener Verkaufspreis',
|
|
588
|
+
'price_purchasePrice': 'Einkaufspreis',
|
|
589
|
+
'price_minimumSalesPrice': 'Mindestverkaufspreis',
|
|
590
|
+
'price_currentSalesPrice': 'Aktueller Verkaufspreis',
|
|
591
|
+
'price_currentSalesPriceOnSite': 'Aktueller Verkaufspreis Autohaus',
|
|
592
|
+
'price_currentSalesPriceOnline': 'Aktueller Verkaufspreis Online',
|
|
593
|
+
'price_wasPrice': 'Ursprünglicher Preis (Streichpreis)',
|
|
594
|
+
'price_wasPriceSavingsInCurrency': 'Preisersparnis in Währung',
|
|
595
|
+
'price_wasPriceSavingsInProcent': 'Preisersparnis in %',
|
|
596
|
+
'price_priceCalculationPlatform': 'Preiskalkulation Plattform',
|
|
597
|
+
'price_priceCalculationMobileDe': 'Preiskalkulation mobile.de',
|
|
598
|
+
'price_priceCalculationAs24': 'Preiskalkulation Autoscout24',
|
|
599
|
+
'price_priceCalculationDatSchwacke': 'Preiskalkulation DAT Schwacke',
|
|
600
|
+
'price_priceCalculationAutouncle': 'Preiskalkulation Autouncle',
|
|
601
|
+
'price_priceCalculationAverage': 'Preiskalkulation Durchschnittspreis',
|
|
602
|
+
'price_mlCurrentSalesPricePredicted': 'Geschätzter Preis',
|
|
603
|
+
'price_mlCurrentSalesPriceDiffPercent': 'Abweichung in %',
|
|
604
|
+
'price_mlCurrentSalesPriceCategory': 'Preiskategorie',
|
|
605
|
+
'offer': 'Angebot',
|
|
606
|
+
'offer_offerId': 'Offer ID',
|
|
607
|
+
'offer_platformVehicleId': 'Plattform Vehicle ID',
|
|
608
|
+
'offer_autoDeOfferId': 'autoDeOfferID',
|
|
609
|
+
'offer_mobileDeOfferId': 'mobileDeOfferID',
|
|
610
|
+
'offer_as24DeOfferId': 'as24DeOfferID',
|
|
611
|
+
'offer_offerFrom': 'Kategorie Anbietender',
|
|
612
|
+
'selector_offerFrom_privatePerson': 'Privatperson',
|
|
613
|
+
'selector_offerFrom_dealer': 'Händler',
|
|
614
|
+
'selector_offerFrom_manufacturer': 'Hersteller',
|
|
615
|
+
'selector_offerFrom_financier': 'Finanzierer',
|
|
616
|
+
'offer_offerSource': 'Angebots - Quelle',
|
|
617
|
+
'selector_offerSource_website': 'Webseite',
|
|
618
|
+
'selector_offerSource_autodeapp': 'AUTO.DE APP',
|
|
619
|
+
'selector_offerSource_dealerapp': 'Händler APP',
|
|
620
|
+
'selector_offerSource_apiPartner': 'API partner',
|
|
621
|
+
'offer_renewalDate': 'Aktualisierungsdatum',
|
|
622
|
+
'offer_offerAvailability': 'Angebots - Verfügbarkeit',
|
|
623
|
+
'selector_offerAvailability_arrived': 'Eingetroffen',
|
|
624
|
+
'selector_offerAvailability_inPreparation': 'In Aufbereitung',
|
|
625
|
+
'selector_offerAvailability_new': 'Neu',
|
|
626
|
+
'selector_offerAvailability_reserved': 'Reserviert',
|
|
627
|
+
'selector_offerAvailability_sold': 'Verkauft',
|
|
628
|
+
'offer_offerDescription': 'Angebotsbeschreibung',
|
|
629
|
+
'offer_deliveryDate': 'Lieferdatum',
|
|
630
|
+
'offer_deliveryPeriod': 'Lieferperiode',
|
|
631
|
+
'selector_deliveryPeriod_days1': '1 Tage',
|
|
632
|
+
'selector_deliveryPeriod_days2': '2 Tage',
|
|
633
|
+
'selector_deliveryPeriod_days3': '3 Tage',
|
|
634
|
+
'selector_deliveryPeriod_days4': '4 Tage',
|
|
635
|
+
'selector_deliveryPeriod_days5': '5 Tage',
|
|
636
|
+
'selector_deliveryPeriod_days6': '6 Tage',
|
|
637
|
+
'selector_deliveryPeriod_days7': '7 Tage',
|
|
638
|
+
'selector_deliveryPeriod_days14': '14 Tage',
|
|
639
|
+
'selector_deliveryPeriod_days30': '30 Tage',
|
|
640
|
+
'selector_deliveryPeriod_days60': '60 Tage',
|
|
641
|
+
'selector_deliveryPeriod_days90': '90 Tage',
|
|
642
|
+
'selector_deliveryPeriod_days120': '120 Tage',
|
|
643
|
+
'selector_deliveryPeriod_days150': '150 Tage',
|
|
644
|
+
'selector_deliveryPeriod_days180': '180 Tage',
|
|
645
|
+
'selector_deliveryPeriod_days270': '270 Tage',
|
|
646
|
+
'selector_deliveryPeriod_days360': '360 Tage',
|
|
647
|
+
'offer_dealerHomepage': 'Händler - Homepage',
|
|
648
|
+
'offer_closedDomain': 'Interne - Webseite',
|
|
649
|
+
'offer_export': 'Nur für Export',
|
|
650
|
+
'offer_commercial': 'Nur für Händler (B2B)',
|
|
651
|
+
'offer_warranty': 'Zusätzliche Garantie',
|
|
652
|
+
'offer_rentingPossible': 'Miete möglich',
|
|
653
|
+
'offer_financingPossible': 'Finanzierung möglich',
|
|
654
|
+
'offer_newHuAu': 'HU / AU neu',
|
|
655
|
+
'offer_internalNumber': 'Interne Nummer Händler',
|
|
656
|
+
'offer_availabilityMode': 'Availability Mode',
|
|
657
|
+
'offer_availabilityFrom': 'From which date car is available',
|
|
658
|
+
'selector_availabilityMode_always': 'Sofort',
|
|
659
|
+
'selector_availabilityMode_fromDate': 'Lieferdatum',
|
|
660
|
+
'selector_availabilityMode_deliveryPeriod': 'Lieferzeitraum',
|
|
661
|
+
'certificates_certificateType': 'Zertifizierte',
|
|
662
|
+
'selector_certificateType_alfa_jeep': 'Jeep',
|
|
663
|
+
'selector_certificateType_aston': 'Aston',
|
|
664
|
+
'selector_certificateType_audi': 'Audi',
|
|
665
|
+
'selector_certificateType_bentley': 'Bently',
|
|
666
|
+
'selector_certificateType_bvfk': 'Bvfk',
|
|
667
|
+
'selector_certificateType_derka': 'Derka',
|
|
668
|
+
'selector_certificateType_bmw_premium': 'BMW',
|
|
669
|
+
'selector_certificateType_citroen': 'Citroen',
|
|
670
|
+
'selector_certificateType_ds_cert': 'DS cert',
|
|
671
|
+
'selector_certificateType_ds_gebr': 'DS gerb',
|
|
672
|
+
'selector_certificateType_ferrari': 'Ferrari',
|
|
673
|
+
'selector_certificateType_harley': 'Harlyer',
|
|
674
|
+
'selector_certificateType_hyndai': 'Hyndai',
|
|
675
|
+
'selector_certificateType_jaguar': 'Jaguar',
|
|
676
|
+
'selector_certificateType_jung_smart': 'Smart',
|
|
677
|
+
'selector_certificateType_land_rover': 'Rover',
|
|
678
|
+
'selector_certificateType_maserati': 'Maseratti',
|
|
679
|
+
'selector_certificateType_mersedes': 'Mersedes',
|
|
680
|
+
'selector_certificateType_mersedes_transporter': 'Mersedes transporter',
|
|
681
|
+
'selector_certificateType_mini_next': 'Mini',
|
|
682
|
+
'selector_certificateType_mitsubishi': 'Mitsubishi',
|
|
683
|
+
'selector_certificateType_nissan': 'Nissan',
|
|
684
|
+
'selector_certificateType_opel': 'Opel',
|
|
685
|
+
'selector_certificateType_peugeot': 'Peugeot',
|
|
686
|
+
'selector_certificateType_porshe': 'Porshe',
|
|
687
|
+
'selector_certificateType_renault': 'Renault',
|
|
688
|
+
'selector_certificateType_seat': 'Seat',
|
|
689
|
+
'selector_certificateType_skoda': 'Skoda',
|
|
690
|
+
'selector_certificateType_tayota': 'Toyota',
|
|
691
|
+
'selector_certificateType_volkswagen_welt': 'VolksWagen welt',
|
|
692
|
+
'selector_certificateType_volkswagen_trade': 'VolksWagen trade',
|
|
693
|
+
'selector_certificateType_volvo': 'Volvo',
|
|
694
|
+
'financing_platformFinancingId': 'Platform Financing Id',
|
|
695
|
+
'financing_annualPercentageRate': 'Effektiver Jahreszins',
|
|
696
|
+
'financing_nominalInterestRate': 'Sollzinssatz',
|
|
697
|
+
'financing_typeOfNominalInterestRate': 'Art des Sollzinssatzes',
|
|
698
|
+
'financing_firstInstallment': 'Anzahlung',
|
|
699
|
+
'financing_monthlyInstallment': 'Monatliche Rate',
|
|
700
|
+
'financing_finalInstallment': 'Schlussrate',
|
|
701
|
+
'financing_paybackPeriod': 'Laufzeit in Monaten',
|
|
702
|
+
'financing_netLoanAmount': 'Nettokreditbetrag',
|
|
703
|
+
'financing_grossLoanAmount': 'Bruttokreditbetrag',
|
|
704
|
+
'financing_closingCosts': 'Abschlussgebühren',
|
|
705
|
+
'financing_paymentProtectionInsurance': 'Restschuldversicherung',
|
|
706
|
+
'financing_bank': 'Bank',
|
|
707
|
+
'financing_conditions': 'Konditionen',
|
|
708
|
+
'selector_wheelFormula_4x2': '4x2',
|
|
709
|
+
'selector_wheelFormula_2x4': '2x4',
|
|
710
|
+
'selector_wheelFormula_4x4': '4x4',
|
|
711
|
+
'selector_wheelFormula_6x2': '6x2',
|
|
712
|
+
'selector_wheelFormula_6x4': '6x4',
|
|
713
|
+
'selector_wheelFormula_6x6': '6x6',
|
|
714
|
+
'selector_wheelFormula_8x4': '8x4',
|
|
715
|
+
'selector_wheelFormula_8x6': '8x6',
|
|
716
|
+
'selector_wheelFormula_8x8': '8x8'
|
|
717
|
+
}
|
|
718
|
+
};
|
|
719
|
+
/* tslint:enable */
|