Change Mongolian Fee to Local Dealer Fee in cost calculator
This commit is contained in:
@@ -711,7 +711,7 @@ const translations: Record<Language, Translations> = {
|
||||
koreanDomesticCost: 'Korean Domestic + Export Customs',
|
||||
koreanMargin: 'Korean Fee (5% of vehicle price)',
|
||||
shippingCost: 'Shipping Cost',
|
||||
mongolianMargin: 'Mongolian Fee (5% of vehicle price)',
|
||||
mongolianMargin: 'Local Dealer Fee (5% of vehicle price)',
|
||||
customsFee: 'Customs Fee',
|
||||
containerMatching: 'Container Matching System',
|
||||
containerMatchingDesc: 'Share container logistics cost with other buyers',
|
||||
@@ -1180,7 +1180,7 @@ const translations: Record<Language, Translations> = {
|
||||
koreanDomesticCost: 'Солонгосын дотоод + Экспортын гаалийн зардал',
|
||||
koreanMargin: 'Солонгосын хураамж (машины үнийн 5%)',
|
||||
shippingCost: 'Тээврийн зардал',
|
||||
mongolianMargin: 'Монголын хураамж (машины үнийн 5%)',
|
||||
mongolianMargin: 'Орон нутгийн дилерийн хураамж (машины үнийн 5%)',
|
||||
customsFee: 'Гаалийн хураамж',
|
||||
containerMatching: 'Контейнер тааруулах систем',
|
||||
containerMatchingDesc: 'Бусад худалдан авагчидтай контейнерийн тээврийн зардлыг хуваах',
|
||||
@@ -1649,7 +1649,7 @@ const translations: Record<Language, Translations> = {
|
||||
koreanDomesticCost: 'Внутренние + экспортные таможенные расходы Кореи',
|
||||
koreanMargin: 'Корейский сбор (5% от цены авто)',
|
||||
shippingCost: 'Стоимость доставки',
|
||||
mongolianMargin: 'Монгольский сбор (5% от цены авто)',
|
||||
mongolianMargin: 'Сбор местного дилера (5% от цены авто)',
|
||||
customsFee: 'Таможенный сбор',
|
||||
containerMatching: 'Система подбора контейнера',
|
||||
containerMatchingDesc: 'Разделите стоимость контейнера с другими покупателями',
|
||||
@@ -2118,7 +2118,7 @@ const translations: Record<Language, Translations> = {
|
||||
koreanDomesticCost: '한국 국내비용 + 수출 통관비용',
|
||||
koreanMargin: '한국 수수료 (차량가의 5%)',
|
||||
shippingCost: '운송 비용',
|
||||
mongolianMargin: '몽골 수수료 (차량가의 5%)',
|
||||
mongolianMargin: '현지 딜러 수수료 (차량가의 5%)',
|
||||
customsFee: '통관비',
|
||||
containerMatching: '컨테이너 매칭 시스템',
|
||||
containerMatchingDesc: '다른 구매자와 컨테이너 물류비를 나눠 부담합니다',
|
||||
|
||||
Reference in New Issue
Block a user