36 lines
774 B
TypeScript
36 lines
774 B
TypeScript
export const lt = {
|
|
nav: {
|
|
cars: 'Automobiliai',
|
|
about: 'Apie',
|
|
contact: 'Kontaktai',
|
|
},
|
|
actions: {
|
|
call: 'Skambinti',
|
|
whatsapp: 'WhatsApp',
|
|
viewCar: 'Peržiūrėti automobilį',
|
|
send: 'Siųsti užklausą',
|
|
},
|
|
labels: {
|
|
year: 'Metai',
|
|
mileage: 'Rida',
|
|
fuel: 'Kuras',
|
|
gearbox: 'Pavaros',
|
|
city: 'Miestas',
|
|
bodyType: 'Kėbulas',
|
|
color: 'Spalva',
|
|
drivetrain: 'Varantieji ratai',
|
|
power: 'Galia',
|
|
engineSize: 'Variklis',
|
|
firstRegistration: 'Pirma registracija',
|
|
vin: 'VIN',
|
|
},
|
|
sections: {
|
|
currentCars: 'Automobiliai',
|
|
soldCars: 'Parduoti automobiliai',
|
|
specs: 'Specifikacija',
|
|
location: 'Vieta',
|
|
similar: 'Panašūs automobiliai',
|
|
description: 'Aprašymas',
|
|
},
|
|
};
|