fix: Remove duplicate selectMaker/selectModel from i18n
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -124,8 +124,7 @@ export interface Translations {
|
||||
// Promo Preference
|
||||
promoPreferenceTitle: string;
|
||||
promoPreferenceDesc: string;
|
||||
selectMaker: string;
|
||||
selectModel: string;
|
||||
// selectMaker and selectModel are already defined in Vehicle Request Page section
|
||||
promoEmailAlert: string;
|
||||
promoLoginRequired: string;
|
||||
savePreference: string;
|
||||
@@ -606,8 +605,6 @@ const translations: Record<Language, Translations> = {
|
||||
// Promo Preference
|
||||
promoPreferenceTitle: 'Next Promotion Interest',
|
||||
promoPreferenceDesc: 'Tell us which vehicle you want in the next promotion!',
|
||||
selectMaker: 'Select Maker',
|
||||
selectModel: 'Select Model',
|
||||
promoEmailAlert: 'Notify me by email when this vehicle is on promotion',
|
||||
promoLoginRequired: 'Please login to save your preference',
|
||||
savePreference: 'Save Preference',
|
||||
@@ -1086,8 +1083,6 @@ const translations: Record<Language, Translations> = {
|
||||
// Promo Preference
|
||||
promoPreferenceTitle: 'Дараагийн урамшуулалд сонирхолтой',
|
||||
promoPreferenceDesc: 'Дараагийн урамшуулалд ямар машин хүсч байгаагаа хэлнэ үү!',
|
||||
selectMaker: 'Үйлдвэрлэгч сонгох',
|
||||
selectModel: 'Загвар сонгох',
|
||||
promoEmailAlert: 'Энэ машин урамшуулалд гарахад имэйлээр мэдэгдэнэ үү',
|
||||
promoLoginRequired: 'Сонголтоо хадгалахын тулд нэвтэрнэ үү',
|
||||
savePreference: 'Сонголт хадгалах',
|
||||
@@ -1566,8 +1561,6 @@ const translations: Record<Language, Translations> = {
|
||||
// Promo Preference
|
||||
promoPreferenceTitle: 'Интерес к следующей акции',
|
||||
promoPreferenceDesc: 'Расскажите, какой автомобиль вы хотите в следующей акции!',
|
||||
selectMaker: 'Выберите марку',
|
||||
selectModel: 'Выберите модель',
|
||||
promoEmailAlert: 'Уведомить по email когда этот автомобиль появится в акции',
|
||||
promoLoginRequired: 'Войдите, чтобы сохранить предпочтения',
|
||||
savePreference: 'Сохранить предпочтения',
|
||||
@@ -2046,8 +2039,6 @@ const translations: Record<Language, Translations> = {
|
||||
// Promo Preference
|
||||
promoPreferenceTitle: '다음 프로모션 관심 차종',
|
||||
promoPreferenceDesc: '다음 프로모션에 원하는 차량을 알려주세요!',
|
||||
selectMaker: '제조사 선택',
|
||||
selectModel: '모델 선택',
|
||||
promoEmailAlert: '이 차량이 프로모션에 등록되면 이메일로 알림받기',
|
||||
promoLoginRequired: '선호도를 저장하려면 로그인하세요',
|
||||
savePreference: '선호도 저장',
|
||||
|
||||
Reference in New Issue
Block a user