23 lines
921 B
Lua
23 lines
921 B
Lua
Locale = {
|
|
['lb-ft'] = 'lb-ft',
|
|
['nm'] = 'nm',
|
|
['Press ~{INPUT}~ to start the dyno test'] = 'Apasa ~{INPUT}~ pentru a incepe testul dyno',
|
|
['~r~This vehicle is FWD biased. Turn it around'] = '~r~Acest vehicul este cu tractiune fata. Intoarce-l',
|
|
['~r~This vehicle is RWD biased. Turn it around'] = '~r~Acest vehicul este cu tractiune spate. Intoarce-l',
|
|
['~r~The vehicle isn\'t aligned correctly'] = '~r~Vehiculul nu este aliniat corect',
|
|
['~r~You are not allowed to perform dyno tests'] = '~r~Nu ai permisiunea sa efectuezi teste dyno',
|
|
|
|
['Peak HP'] = 'HP Maxim',
|
|
['Peak torque'] = 'Cuplu Maxim',
|
|
|
|
-- Webhooks
|
|
['Vehicle'] = 'Vehicul',
|
|
['License plate'] = 'Numar de inmatriculare',
|
|
['Date'] = 'Data',
|
|
['User'] = 'Utilizator',
|
|
['Dyno performance report'] = 'Raport de performanta dyno',
|
|
|
|
-- Display
|
|
['KuzQuality - DynoTech'] = 'Red Valley - DynoTech',
|
|
}
|