Files
esx_core/locales/de.lua
T
2018-05-04 17:30:39 +02:00

36 lines
1.6 KiB
Lua

Locales['de'] = {
['have_withdrawn'] = 'you have withdrawn ~y~x%s~s~ ~b~%s~s~',
['have_deposited'] = 'you have deposited ~y~x%s~s~ ~b~%s~s~',
['free_prop'] = 'Kostenlose Immobilie',
['property'] = 'Immobilie',
['enter'] = 'Eintreten',
['leave'] = 'Verlassen',
['buy'] = 'Kaufen',
['rent'] = 'Mieten',
['visit'] = 'Ansehen',
['press_to_menu'] = 'Drücke ~INPUT_CONTEXT~ um das Menü zu öffnen',
['owned_properties'] = 'Gekaufte Immobilien',
['available_properties'] = 'Verfügbare Immobilien',
['invite_player'] = 'Spieler einladen',
['you_invited'] = 'Du hast %s eingeladen',
['player_clothes'] = 'Kleidung',
['remove_cloth'] = 'remove clothing',
['removed_cloth'] = 'the outfit has been removed from your wardrobe!',
['remove_object'] = 'Objekt nehmen',
['deposit_object'] = 'Objekt deponieren',
['invite'] = 'Einladen',
['dirty_money'] = 'Schwarzgeld $',
['inventory'] = 'Inventar',
['amount'] = 'Anzahlt?',
['amount_invalid'] = 'Ungültiger Wert',
['press_to_exit'] = 'Drücke ~INPUT_CONTEXT~ um die Immobilie zu verlassen',
['rented_for'] = 'Du hast eine Immobilie gemietet $',
['purchased_for'] = 'Du hast eine Immobilie gekauft $',
['made_property'] = 'Du hast eine Immobilie gemacht',
['not_enough'] = 'du hast nicht genug Geld',
['invalid_quantity'] = 'Ungültiger Betrag',
['paid_rent'] = 'du ~g~bezahlst~s~ deine Miete: ~g~$%s~s~',
['not_enough_in_property'] = 'there\'s not enough of ~r~that item~s~ in the property!',
['player_cannot_hold'] = 'you do ~r~not~s~ have enough ~y~free space~s~ in your inventory!',
}