mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 02:38:53 +00:00
28 lines
971 B
Lua
28 lines
971 B
Lua
Locales['de'] = {
|
|
['properties'] = 'Immobilien',
|
|
['clients'] = 'kunden',
|
|
['realtor'] = 'makler',
|
|
['amount_withdraw'] = 'betrag zun abheben',
|
|
['invalid_amount'] = 'ungültiger Betrag',
|
|
['press_to_access'] = 'drücke ~INPUT_CONTEXT~ um das Menü zu öffnen',
|
|
['amount'] = 'betrag',
|
|
['no_play_near'] = 'kein Spieler in der Nähe',
|
|
['realtors'] = 'makler',
|
|
['boss_action'] = 'boss Actions',
|
|
['client_poor'] = 'your client cannot afford that',
|
|
|
|
-- Property menu
|
|
['property_name'] = 'immobilie',
|
|
['property_actions'] = 'actions',
|
|
['property_actionbuttons'] = '{{Zuweisen [Verkaufen]|sell}} {{Zuweisen [Vermieten]|rent}} {{GPS|gps}}',
|
|
|
|
-- Customer menu
|
|
['customer_client'] = 'kunden',
|
|
['customer_property'] = 'immobilie',
|
|
['customer_agreement'] = 'agreement',
|
|
['customer_actions'] = 'actions',
|
|
['customer_contractbuttons'] = '{{Revoke contract|revoke}} {{GPS|gps}}',
|
|
['customer_rent'] = 'mieten',
|
|
['customer_sell'] = 'verkaufen',
|
|
}
|