mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 02:08:55 +00:00
96c1ab491f
- Improved dialogs, differnet for owning / renting - Updated locale names - Get half money back when selling - Added configurable rent & sell prices in config
39 lines
2.0 KiB
Lua
39 lines
2.0 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',
|
|
['move_out'] = 'move out from property',
|
|
['move_out_sold'] = 'sell property for <span style="color:green;">$%s</span>',
|
|
['moved_out'] = 'you moved out and do no longer rent the property.',
|
|
['moved_out_sold'] = 'you have sold the property for ~g~$%s~s~',
|
|
['buy'] = 'buy property for <span style="color:green;">$%s</span>',
|
|
['buy_for'] = 'you purchased a property for ~g~$%s~s~',
|
|
['rent'] = 'rent property for <span style="color:green;">$%s</span> / week',
|
|
['rent_for'] = 'you rented a property for ~g~$%s~s~ / week, payment is automatic',
|
|
['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: <span style="color:red;">$%s</span>',
|
|
['inventory'] = 'Inventar',
|
|
['amount'] = 'Anzahlt?',
|
|
['amount_invalid'] = 'Ungültiger Wert',
|
|
['press_to_exit'] = 'Drücke ~INPUT_CONTEXT~ um die Immobilie zu verlassen',
|
|
['rent_for'] = 'Du hast eine Immobilie gemietet ~g~$%s~s~',
|
|
['purchased_for'] = 'Du hast eine Immobilie gekauft ~g~$%s~s~',
|
|
['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!',
|
|
}
|