Files
esx_core/locales/de.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['de'] = {
['sex'] = 'geschlecht',
['face'] = 'gesicht',
['skin'] = 'skin',
['wrinkles'] = 'falten',
['wrinkle_thickness'] = 'faltendicke',
['beard_type'] = 'bart Typ',
['beard_size'] = 'bartdichte',
['beard_color_1'] = 'bartfarbe 1',
['beard_color_2'] = 'bartfarbe 2',
['hair_1'] = 'haare 1',
['hair_2'] = 'haare 2',
['hair_color_1'] = 'haarfarbe 1',
['hair_color_2'] = 'haarfarbe 2',
['eye_color'] = 'eye color',
['eyebrow_type'] = 'augenbrauen Typ',
['eyebrow_size'] = 'augenbrauen Größe',
['eyebrow_color_1'] = 'augenbrauenfarbe 1',
['eyebrow_color_2'] = 'augenbrauenfarbe 2',
['makeup_type'] = 'makeup Typ',
['makeup_thickness'] = 'makeup dicke',
['makeup_color_1'] = 'makeupfarbe 1',
['makeup_color_2'] = 'makeupfarbe 2',
['lipstick_type'] = 'lippenstift Typ',
['lipstick_thickness'] = 'lippenstift dicke',
['lipstick_color_1'] = 'lippenstiffarbe 1',
['lipstick_color_2'] = 'lippenstiftfarbe 2',
['ear_accessories'] = 'ohr Accessories',
['ear_accessories_color'] = 'ohr Accessories Farbe',
['tshirt_1'] = 't-Shirt 1',
['tshirt_2'] = 't-Shirt 2',
['torso_1'] = 'torso 1',
['torso_2'] = 'torso 2',
['decals_1'] = 'tattoos 1',
['decals_2'] = 'tattoos 2',
['arms'] = 'arme',
['arms_2'] = 'arme 2',
['pants_1'] = 'hosen 1',
['pants_2'] = 'hosen 2',
['shoes_1'] = 'schuhe 1',
['shoes_2'] = 'schuhe 2',
['mask_1'] = 'maske 1',
['mask_2'] = 'maske 2',
['bproof_1'] = 'schusssichere Weste 1',
['bproof_2'] = 'schusssichere Weste 2',
['chain_1'] = 'kette 1',
['chain_2'] = 'kette 2',
['helmet_1'] = 'helm 1',
['helmet_2'] = 'helm 2',
['watches_1'] = 'watches 1',
['watches_2'] = 'watches 2',
['bracelets_1'] = 'bracelets 1',
['bracelets_2'] = 'bracelets 2',
['glasses_1'] = 'brille 1',
['glasses_2'] = 'brille 2',
['bag'] = 'rucksack',
['bag_color'] = 'rucksackfarbe',
['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'
}