diff --git a/[esx_addons]/esx_taxijob/locales/en.lua b/[esx_addons]/esx_taxijob/locales/en.lua index c056a2d4..f73d190e 100644 --- a/[esx_addons]/esx_taxijob/locales/en.lua +++ b/[esx_addons]/esx_taxijob/locales/en.lua @@ -1,52 +1,52 @@ -Locales['si'] = { - -- garderoba +Locales['en'] = { + -- cloakroom ['cloakroom_menu'] = 'cloakroom', - ['cloakroom_prompt'] = "pritisnite ~INPUT_CONTEXT~ za dostop do ~y~Cloakroom~s~.", - ['wear_citizen'] = 'državljanska obleka', - ['wear_work'] = 'oblačila za taksi', + ['cloakroom_prompt'] = 'press ~INPUT_CONTEXT~ to access the ~y~Cloakroom~s~.', + ['wear_citizen'] = 'citizen wear', + ['wear_work'] = 'taxi wear', - -- garaža - ['spawner_prompt'] = 'pritisnite ~INPUT_CONTEXT~ za dostop do ~y~Garage~s~.', - ['store_veh'] = 'pritisnite ~INPUT_CONTEXT~ za shranjevanje vozila', - ['spawn_veh'] = 'ustvari vozilo', - ['spawnpoint_blocked'] = 'vozilo blokira spawnpoint!', - ['only_taxi'] = 'shranite lahko samo taksi vozila.', + -- garage + ['spawner_prompt'] = 'press ~INPUT_CONTEXT~ to access the ~y~Garage~s~.', + ['store_veh'] = 'press ~INPUT_CONTEXT~ to store the vehicle', + ['spawn_veh'] = 'spawn vehicle', + ['spawnpoint_blocked'] = 'there is a vehicle blocking the spawnpoint!', + ['only_taxi'] = 'you can only store taxis.', - ['taking_service'] = 'sprejemam storitev: Taxi/Uber", - ['full_service'] = 'celotna storitev: ', - ['amount_invalid'] = 'znesek ni veljaven', - ['press_to_open'] = 'pritisnite ~INPUT_CONTEXT~ za dostop do menija', - ['billing'] = 'obračun', - ['billing_sent'] = 'račun je bil registriran!', - ['invoice_amount'] = 'znesek računa', - ['no_players_near'] = 'v bližini ni igralcev', - ['start_job'] = 'začni / ustavi vožnjo NPC-jev', - ['drive_search_pass'] = 'vožnja v iskanju potnikov', - ['customer_found'] = 'našli ste stranko, približajte se ji', - ['customer_unconcious'] = 'vaša stranka je ~r~nezavedna~s~, poiščite drugo', - ['arrive_dest'] = 'prispeli ste na cilj', + ['taking_service'] = 'taking service: Taxi/Uber', + ['full_service'] = 'full service: ', + ['amount_invalid'] = 'amount invalid', + ['press_to_open'] = 'press ~INPUT_CONTEXT~ to access the menu', + ['billing'] = 'billing', + ['billing_sent'] = 'the bill has been registered!', + ['invoice_amount'] = 'invoice amount', + ['no_players_near'] = 'no players nearby', + ['start_job'] = 'start / stop driving NPC jobs', + ['drive_search_pass'] = 'driving in search of ~y~passengers', + ['customer_found'] = 'you have ~g~found~s~ a customer, get closer to them', + ['client_unconcious'] = 'your client is ~r~unconscious~s~, look for another one', + ['arrive_dest'] = 'you have ~g~arrived~s~ at your destination', ['take_me_to_near'] = '~s~Take me to~y~ %s~s~, near ~y~%s', - ['take_me_to'] = '~s~Peljite me do ~y~%s', - ['close_to_client'] = 'ste predaleč od stranke, približajte se ji', - ['return_to_veh'] = 'vrnite se v svoje vozilo in nadaljujte misijo', - ['must_in_taxi'] = 'za začetek misije morate biti v ~y~taxi~s~, - ['must_in_vehicle'] = 'za začetek misije morate biti v vozilu', - ['not_in_taxi'] = 'med opravljanjem naloge ste zapustili taksi!', - ['have_earned'] = 'zaslužil si ~g~$%s~s~', - ['comp_earned'] = '- vaše podjetje je zaslužilo ~g~$%s~s~\n- zaslužili ste ~g~$%s~s~', - ['deposit_stock'] = 'depozit zaloge', - ['take_stock'] = 'vzemi zaloge', - ['boss_actions'] = 'dejanja šefa', - ['mission_complete'] = 'misija končana', - ['quantity'] = 'količina', - ['quantity_invalid'] = 'to je neveljavna količina!', - ['inventory'] = 'inventar', + ['take_me_to'] = '~s~Take me to ~y~%s', + ['close_to_client'] = 'you are too far from the client, get close to them', + ['return_to_veh'] = 'please return to your vehicle to continue the mission', + ['must_in_taxi'] = 'you must be in a ~y~taxi~s~ to start the mission', + ['must_in_vehicle'] = 'you must be in a vehicle to begin the mission', + ['not_in_taxi'] = 'You left the taxi while on mission!', + ['have_earned'] = 'you have earned ~g~$%s~s~', + ['comp_earned'] = '- your company has earned ~g~$%s~s~\n- you have earned ~g~$%s~s~', + ['deposit_stock'] = 'deposit Stock', + ['take_stock'] = 'take Stock', + ['boss_actions'] = 'boss Actions', + ['mission_complete'] = 'mission Completed', + ['quantity'] = 'quantity', + ['quantity_invalid'] = 'that is an invalid quantity!', + ['inventory'] = 'inventory', ['taxi_client'] = 'taxi Client', - ['have_withdrawn'] = 'umaknili ste ~y~x%s~s~ ~b~%s~s~', - ['have_deposited'] = 'ste deponirali ~y~x%s~s~ ~b~%s~s~', - ['player_cannot_hold'] = 'v svojem inventarju nimaš dovolj prostora!', - ['blip_taxi'] = 'podjetje downtown Cab Co.', + ['have_withdrawn'] = 'you have withdrawn ~y~x%s~s~ ~b~%s~s~', + ['have_deposited'] = 'you have deposited ~y~x%s~s~ ~b~%s~s~', + ['player_cannot_hold'] = 'you do ~r~not~s~ have enough ~y~free space~s~ in your inventory!', + ['blip_taxi'] = 'downtown Cab Co.', ['phone_taxi'] = 'downtown Cab Co.', ['taxi'] = 'taxi', ['taxi_stock'] = 'taxi Stock' -} +} \ No newline at end of file diff --git a/[esx_addons]/esx_taxijob/locales/si.lua b/[esx_addons]/esx_taxijob/locales/si.lua new file mode 100644 index 00000000..4a97e7f8 --- /dev/null +++ b/[esx_addons]/esx_taxijob/locales/si.lua @@ -0,0 +1,52 @@ +Locales['si'] = { + -- garderoba + ['cloakroom_menu'] = 'garderoba', + ['cloakroom_prompt'] = "pritisnite ~INPUT_CONTEXT~ za dostop do ~y~Cloakroom~s~.", + ['wear_citizen'] = 'državljanska obleka', + ['wear_work'] = 'oblačila za taksi', + + -- garaža + ['spawner_prompt'] = 'pritisnite ~INPUT_CONTEXT~ za dostop do ~y~Garage~s~.', + ['store_veh'] = 'pritisnite ~INPUT_CONTEXT~ za shranjevanje vozila', + ['spawn_veh'] = 'ustvari vozilo', + ['spawnpoint_blocked'] = 'vozilo blokira spawnpoint!', + ['only_taxi'] = 'shranite lahko samo taksi vozila.', + + ['taking_service'] = 'sprejemam storitev: Taxi/Uber", + ['full_service'] = 'celotna storitev: ', + ['amount_invalid'] = 'znesek ni veljaven', + ['press_to_open'] = 'pritisnite ~INPUT_CONTEXT~ za dostop do menija', + ['billing'] = 'obračun', + ['billing_sent'] = 'račun je bil registriran!', + ['invoice_amount'] = 'znesek računa', + ['no_players_near'] = 'v bližini ni igralcev', + ['start_job'] = 'začni / ustavi vožnjo NPC-jev', + ['drive_search_pass'] = 'vožnja v iskanju potnikov', + ['customer_found'] = 'našli ste stranko, približajte se ji', + ['customer_unconcious'] = 'vaša stranka je ~r~nezavedna~s~, poiščite drugo', + ['arrive_dest'] = 'prispeli ste na cilj', + ['take_me_to_near'] = '~s~Take me to~y~ %s~s~, near ~y~%s', + ['take_me_to'] = '~s~Peljite me do ~y~%s', + ['close_to_client'] = 'ste predaleč od stranke, približajte se ji', + ['return_to_veh'] = 'vrnite se v svoje vozilo in nadaljujte misijo', + ['must_in_taxi'] = 'za začetek misije morate biti v ~y~taxi~s~, + ['must_in_vehicle'] = 'za začetek misije morate biti v vozilu', + ['not_in_taxi'] = 'med opravljanjem naloge ste zapustili taksi!', + ['have_earned'] = 'zaslužil si ~g~$%s~s~', + ['comp_earned'] = '- vaše podjetje je zaslužilo ~g~$%s~s~\n- zaslužili ste ~g~$%s~s~', + ['deposit_stock'] = 'depozit zaloge', + ['take_stock'] = 'vzemi zaloge', + ['boss_actions'] = 'dejanja šefa', + ['mission_complete'] = 'misija končana', + ['quantity'] = 'količina', + ['quantity_invalid'] = 'to je neveljavna količina!', + ['inventory'] = 'inventar', + ['taxi_client'] = 'taxi Client', + ['have_withdrawn'] = 'umaknili ste ~y~x%s~s~ ~b~%s~s~', + ['have_deposited'] = 'ste deponirali ~y~x%s~s~ ~b~%s~s~', + ['player_cannot_hold'] = 'v svojem inventarju nimaš dovolj prostora!', + ['blip_taxi'] = 'podjetje downtown Cab Co.', + ['phone_taxi'] = 'downtown Cab Co.', + ['taxi'] = 'taxi', + ['taxi_stock'] = 'taxi Stock' +}