mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 16:01:39 +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.4 KiB
Lua
77 lines
2.4 KiB
Lua
Locales['en'] = {
|
|
['sex'] = 'sex',
|
|
['face'] = 'face',
|
|
['skin'] = 'skin',
|
|
['wrinkles'] = 'wrinkles',
|
|
['wrinkle_thickness'] = 'wrinkle thickness',
|
|
['beard_type'] = 'beard type',
|
|
['beard_size'] = 'beard size',
|
|
['beard_color_1'] = 'beard color 1',
|
|
['beard_color_2'] = 'beard color 2',
|
|
['hair_1'] = 'hair 1',
|
|
['hair_2'] = 'hair 2',
|
|
['hair_color_1'] = 'hair color 1',
|
|
['hair_color_2'] = 'hair color 2',
|
|
['eye_color'] = 'eye color',
|
|
['eyebrow_type'] = 'eyebrow type',
|
|
['eyebrow_size'] = 'eyebrow size',
|
|
['eyebrow_color_1'] = 'eyebrow color 1',
|
|
['eyebrow_color_2'] = 'eyebrow color 2',
|
|
['makeup_type'] = 'makeup type',
|
|
['makeup_thickness'] = 'makeup thickness',
|
|
['makeup_color_1'] = 'makeup color 1',
|
|
['makeup_color_2'] = 'makeup color 2',
|
|
['lipstick_type'] = 'lipstick type',
|
|
['lipstick_thickness'] = 'lipstick thickness',
|
|
['lipstick_color_1'] = 'lipstick color 1',
|
|
['lipstick_color_2'] = 'lipstick color 2',
|
|
['ear_accessories'] = 'ear accessories',
|
|
['ear_accessories_color'] = 'ear accessories color',
|
|
['tshirt_1'] = 't-Shirt 1',
|
|
['tshirt_2'] = 't-Shirt 2',
|
|
['torso_1'] = 'torso 1',
|
|
['torso_2'] = 'torso 2',
|
|
['decals_1'] = 'decals 1',
|
|
['decals_2'] = 'decals 2',
|
|
['arms'] = 'arms',
|
|
['arms_2'] = 'arms 2',
|
|
['pants_1'] = 'pants 1',
|
|
['pants_2'] = 'pants 2',
|
|
['shoes_1'] = 'shoes 1',
|
|
['shoes_2'] = 'shoes 2',
|
|
['mask_1'] = 'mask 1',
|
|
['mask_2'] = 'mask 2',
|
|
['bproof_1'] = 'bulletproof vest 1',
|
|
['bproof_2'] = 'bulletproof vest 2',
|
|
['chain_1'] = 'chain 1',
|
|
['chain_2'] = 'chain 2',
|
|
['helmet_1'] = 'helmet 1',
|
|
['helmet_2'] = 'helmet 2',
|
|
['watches_1'] = 'watches 1',
|
|
['watches_2'] = 'watches 2',
|
|
['bracelets_1'] = 'bracelets 1',
|
|
['bracelets_2'] = 'bracelets 2',
|
|
['glasses_1'] = 'glasses 1',
|
|
['glasses_2'] = 'glasses 2',
|
|
['bag'] = 'bag',
|
|
['bag_color'] = 'bag color',
|
|
['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'
|
|
}
|