Files
esx_core-esx-framework/locales/sv.lua
T
Delduwaht 4f6a40199d Added more ped components (#23)
- 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
2018-09-24 17:50:00 +02:00

77 lines
2.5 KiB
Lua

Locales['sv'] = {
['sex'] = 'kön',
['face'] = 'ansikte',
['skin'] = 'hud',
['wrinkles'] = 'rynkor',
['wrinkle_thickness'] = 'rynk tjocklek',
['beard_type'] = 'skäggtyp',
['beard_size'] = 'skäggstorlek',
['beard_color_1'] = 'skägg färg 1',
['beard_color_2'] = 'skägg färg 2',
['hair_1'] = 'hår 1',
['hair_2'] = 'hår 2',
['hair_color_1'] = 'hårfärg 1',
['hair_color_2'] = 'hårfärg 2',
['eye_color'] = 'eye color',
['eyebrow_type'] = 'ögonbryn typ',
['eyebrow_size'] = 'ögonbryn storlek',
['eyebrow_color_1'] = 'ögonbryn färg 1',
['eyebrow_color_2'] = 'ögonbryn färg 2',
['makeup_type'] = 'smink typ',
['makeup_thickness'] = 'smink tjocklek',
['makeup_color_1'] = 'smink färg 1',
['makeup_color_2'] = 'smink färg 2',
['lipstick_type'] = 'läppstiftstyp',
['lipstick_thickness'] = 'läppstjocklek',
['lipstick_color_1'] = 'läppstift färg 1',
['lipstick_color_2'] = 'läppstift färg 2',
['ear_accessories'] = 'öron tillbehör',
['ear_accessories_color'] = 'öron tillbehörs färg',
['tshirt_1'] = 't-shirt 1',
['tshirt_2'] = 't-shirt 2',
['torso_1'] = 'kropp 1',
['torso_2'] = 'kropp 2',
['decals_1'] = 'dekaler 1',
['decals_2'] = 'dekaler 2',
['arms'] = 'armar',
['arms_2'] = 'armar 2',
['pants_1'] = 'byxor 1',
['pants_2'] = 'byxor 2',
['shoes_1'] = 'skor 1',
['shoes_2'] = 'skor 2',
['mask_1'] = 'mask 1',
['mask_2'] = 'mask 2',
['bproof_1'] = 'skottsäker väst 1',
['bproof_2'] = 'skottsäker väst 2',
['chain_1'] = 'kedja 1',
['chain_2'] = 'kedja 2',
['helmet_1'] = 'hjälm 1',
['helmet_2'] = 'hjälm 2',
['watches_1'] = 'watches 1',
['watches_2'] = 'watches 2',
['bracelets_1'] = 'bracelets 1',
['bracelets_2'] = 'bracelets 2',
['glasses_1'] = 'glasögon 1',
['glasses_2'] = 'glasögon 2',
['bag'] = 'väska',
['bag_color'] = 'väska färg',
['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'
}