mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 19:01:51 +00:00
27 lines
912 B
Lua
27 lines
912 B
Lua
Locales['sv'] = {
|
|
['properties'] = 'fastigheter',
|
|
['clients'] = 'klienter',
|
|
['realtor'] = 'mäklare',
|
|
['amount_withdraw'] = 'summa',
|
|
['invalid_amount'] = 'ogiltigt belopp',
|
|
['press_to_access'] = 'tryck ~INPUT_CONTEXT~ för att öppna menyn.',
|
|
['amount'] = 'summa',
|
|
['no_play_near'] = 'det finns inga spelare i närheten!',
|
|
['realtors'] = 'mäklare',
|
|
['boss_action'] = 'chefmeny',
|
|
|
|
-- Property menu
|
|
['property_name'] = 'fastighet',
|
|
['property_actions'] = 'åtgärder',
|
|
['property_actionbuttons'] = '{{Sälj fastighet|sell}} {{Hyr ut fastighet|rent}} {{GPS|gps}}',
|
|
|
|
-- Customer menu
|
|
['customer_client'] = 'client',
|
|
['customer_property'] = 'fastighet',
|
|
['customer_agreement'] = 'överenskommelse',
|
|
['customer_actions'] = 'åtgärder',
|
|
['customer_contractbuttons'] = '{{Återkalla kontrakt|revoke}} {{GPS|gps}}',
|
|
['customer_rent'] = 'hyrd',
|
|
['customer_sell'] = 'såld',
|
|
}
|