mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 10:48:52 +00:00
4f6a40199d
- 4 tabs indent - add Polish translation (from deviljin112) - add more components (eyes color / arms 2 / watches / bracelets / blemishes / ageing / blush / complexion / sun damages / freckles / chest hair / body blemishes) - increment version
77 lines
2.5 KiB
Lua
77 lines
2.5 KiB
Lua
Locales['fi'] = {
|
|
['sex'] = 'sukupuoli',
|
|
['face'] = 'kasvot',
|
|
['skin'] = 'iho',
|
|
['wrinkles'] = 'rypyt',
|
|
['wrinkle_thickness'] = 'ryppyjen paksuus',
|
|
['beard_type'] = 'parta tyyli',
|
|
['beard_size'] = 'parran koko',
|
|
['beard_color_1'] = 'parran väri 1',
|
|
['beard_color_2'] = 'parran väri 2',
|
|
['hair_1'] = 'hiukset 1',
|
|
['hair_2'] = 'hiukset 2',
|
|
['hair_color_1'] = 'hiuksien väri 1',
|
|
['hair_color_2'] = 'hiuksien väri 2',
|
|
['eye_color'] = 'eye color',
|
|
['eyebrow_type'] = 'kulmakarva tyyli',
|
|
['eyebrow_size'] = 'kulmakarvojen tiheys',
|
|
['eyebrow_color_1'] = 'kulmakarvojen väri 1',
|
|
['eyebrow_color_2'] = 'kulmakarvojen väri 2',
|
|
['makeup_type'] = 'meikki tyyli',
|
|
['makeup_thickness'] = 'meikin paksuus',
|
|
['makeup_color_1'] = 'meikin väri 1',
|
|
['makeup_color_2'] = 'meikin väri 2',
|
|
['lipstick_type'] = 'huulipuna tyyli',
|
|
['lipstick_thickness'] = 'huulipunan paksuus',
|
|
['lipstick_color_1'] = 'huulipunan väri 1',
|
|
['lipstick_color_2'] = 'huulipunan väri 2',
|
|
['ear_accessories'] = 'korvakorut',
|
|
['ear_accessories_color'] = 'korvakorujen väri',
|
|
['tshirt_1'] = 't-Paita 1',
|
|
['tshirt_2'] = 't-Paita 2',
|
|
['torso_1'] = 'torso 1',
|
|
['torso_2'] = 'torso 2',
|
|
['decals_1'] = 'kerros 1',
|
|
['decals_2'] = 'kerros 2',
|
|
['arms'] = 'kädet',
|
|
['arms_2'] = 'kädet 2',
|
|
['pants_1'] = 'housut 1',
|
|
['pants_2'] = 'housut 2',
|
|
['shoes_1'] = 'kengät 1',
|
|
['shoes_2'] = 'kengät 2',
|
|
['mask_1'] = 'maski 1',
|
|
['mask_2'] = 'maski 2',
|
|
['bproof_1'] = 'luotiliivi 1',
|
|
['bproof_2'] = 'luotiliivi 2',
|
|
['chain_1'] = 'korut 1',
|
|
['chain_2'] = 'korut 2',
|
|
['helmet_1'] = 'kypärät 1',
|
|
['helmet_2'] = 'kypärät 2',
|
|
['watches_1'] = 'watches 1',
|
|
['watches_2'] = 'watches 2',
|
|
['bracelets_1'] = 'bracelets 1',
|
|
['bracelets_2'] = 'bracelets 2',
|
|
['glasses_1'] = 'lasit 1',
|
|
['glasses_2'] = 'lasit 2',
|
|
['bag'] = 'reput',
|
|
['bag_color'] = 'repun väri',
|
|
['blemishes'] = 'blemishes',
|
|
['blemishes_size']= 'blemishes thickness',
|
|
['ageing'] = 'ageing',
|
|
['ageing_1'] = 'ageing thickness',
|
|
['blush'] = 'blush',
|
|
['blush_1'] = 'blush thickness',
|
|
['blush_color'] = 'blush color',
|
|
['complexion'] = 'complexion',
|
|
['complexion_1'] = 'complexion thickness',
|
|
['sun'] = 'sun',
|
|
['sun_1'] = 'sun thickness',
|
|
['freckles'] = 'freckles',
|
|
['freckles_1'] = 'freckles thickness',
|
|
['chest_hair'] = 'chest hair',
|
|
['chest_hair_1'] = 'chest hair thickness',
|
|
['chest_color'] = 'chest hair color',
|
|
['bodyb'] = 'body blemishes',
|
|
['bodyb_size'] = 'body blemishes thickness'
|
|
}
|