forked from RomainForks/fxserver-esx_society
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
9 changed files
with
165 additions
and
96 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Config = {} | ||
|
||
Config.Locale = 'br' --traduções disponives br/en/fi/fr/pl/sv | ||
Config.EnableESXIdentity = false --Ativar para pegar dados do player | ||
Config.MaxSalary = 3500 --valor do salario do empregador. | ||
Config.Locale = 'br' | ||
Config.EnableESXIdentity = false | ||
Config.MaxSalary = 3500 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,38 @@ | ||
Locales['br'] = { | ||
['actions'] = 'ação', | ||
['boss_menu'] = 'menu do chefe', | ||
['money_generic'] = 'R$%s', | ||
['actions'] = 'ações', | ||
['boss_menu'] = 'menu chefe', | ||
['money_generic'] = '$%s', | ||
['deposit_amount'] = 'valor do depósito', | ||
['deposit_society_money'] = 'dinheiro da sociedade de depósito', | ||
['deposit_society_money'] = 'depositar dinheiro da sociedade', | ||
['do_you_want_to_recruit'] = 'você quer recrutar %s?', | ||
['employee'] = 'empregado', | ||
['employee_list'] = 'Lista de empregados', | ||
['employee_list'] = 'lista de empregados', | ||
['employee_management'] = 'gestão de funcionários', | ||
['fire'] = 'demitiu', | ||
['grade'] = 'grau', | ||
['have_deposited'] = 'você depositou ~r~R$%s~s~', | ||
['have_withdrawn'] = 'você retirou ~g~R$%s~s~', | ||
['invalid_amount'] = 'quantidade inválida', | ||
['fire'] = 'fogo', | ||
['grade'] = 'grau(escolaridade)', | ||
['have_deposited'] = 'você depositou ~r~$%s~s~', | ||
['have_withdrawn'] = 'você retirou ~g~$%s~s~', | ||
['invalid_amount'] = 'montante inválido', | ||
['invalid_amount_max'] = 'esse salário não é permitido', | ||
['no'] = 'não', | ||
['promote'] = 'promover', | ||
['promote_employee'] = 'promoveu %s', | ||
['promote_employee'] = 'promover %s', | ||
['recruit'] = 'recrutar', | ||
['recruiting'] = 'recrutamento', | ||
['salary_amount'] = 'valor do salário', | ||
['salary_management'] = 'gestão salarial', | ||
['wash_money'] = 'lavar dinheiro', | ||
['wash_money_amount'] = 'quantidade para lavar', | ||
['wash_money_amount'] = 'quantidade a lavar', | ||
['withdraw_amount'] = 'retirar montante', | ||
['withdraw_society_money'] = 'sacar dinheiro da sociedade', | ||
['withdraw_society_money'] = 'retirar dinheiro da sociedade', | ||
['yes'] = 'sim', | ||
['you_have'] = 'Você tem ~g~R$%s~s~ esperando a ~y~lavagem de dinheiro~s~ (pode demora 24h).', | ||
['you_have_laundered'] = 'Você tem ~r~lavado~s~ o seu dinheiro: ~g~R$%s~s~', | ||
['you_have'] = 'você tem ~g~$%s~s~ esperando lavagem de dinheiro (24h).', | ||
['you_have_laundered'] = 'você lavou ~g~$%s~s~ do seu dinheiro ', | ||
['you_have_hired'] = 'você recrutou %s', | ||
['you_have_been_hired'] = 'você foi contratado por %s', | ||
['you_have_fired'] = 'você demitiu %s', | ||
['you_have_been_fired'] = 'você foi demitido %s', | ||
['you_have_promoted'] = 'você promoveu %s para %s', | ||
['you_have_been_promoted'] = 'você foi ~b~promovido~s~!', | ||
['you_have_been_fired'] = 'você foi demitido de %s', | ||
['you_have_promoted'] = 'você promoveu %s a %s', | ||
['you_have_been_promoted'] = 'você foi promovido ~b~promoted~s~!', | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Locales['cs'] = { | ||
['actions'] = 'akce', | ||
['boss_menu'] = 'akce šéfa', | ||
['money_generic'] = '$%s', | ||
['deposit_amount'] = 'množství vkladu', | ||
['deposit_society_money'] = 'vložit peníze do společnosti', | ||
['do_you_want_to_recruit'] = 'chceš najmout %s?', | ||
['employee'] = 'zaměstnanec', | ||
['employee_list'] = 'seznam zaměstnanců', | ||
['employee_management'] = 'správa zaměstnanců', | ||
['fire'] = 'vyhodit', | ||
['grade'] = 'povýšit', | ||
['have_deposited'] = 'vložil jsi ~r~$%s~s~', | ||
['have_withdrawn'] = 'vybral jsi ~g~$%s~s~', | ||
['invalid_amount'] = 'neplatná částka', | ||
['invalid_amount_max'] = 'tento plat není povolen', | ||
['no'] = 'ne', | ||
['promote'] = 'povýšit', | ||
['promote_employee'] = 'povýšit %s', | ||
['recruit'] = 'najmout', | ||
['recruiting'] = 'najímání', | ||
['salary_amount'] = 'váše platu', | ||
['salary_management'] = 'správa platů', | ||
['wash_money'] = 'vyprat peníze', | ||
['wash_money_amount'] = 'množství na vyprání', | ||
['withdraw_amount'] = 'výběr peněz', | ||
['withdraw_society_money'] = 'vybrat peníze společnosti', | ||
['yes'] = 'ano', | ||
['you_have'] = 'máš ~g~$%s~s~ čekajících na vyprání~s~ (24h).', | ||
['you_have_laundered'] = '~r~Vypral jsi~s~ tvé peníze: ~g~$%s~s~', | ||
['you_have_hired'] = 'najmul jsi %s', | ||
['you_have_been_hired'] = 'byl jsi najmut hráčem %s', | ||
['you_have_fired'] = 'vyhodil jsi %s', | ||
['you_have_been_fired'] = 'byl jsi vyhozen hráčem %s', | ||
['you_have_promoted'] = 'byl jsi povýšen hráčem %s na %s', | ||
['you_have_been_promoted'] = 'byl jsi ~b~povýšen~s~!', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
Locales['nl'] = { | ||
['actions'] = 'acties', | ||
['boss_menu'] = 'baas menu', | ||
['money_generic'] = '€%s', | ||
['deposit_amount'] = 'stort hoeveelheid', | ||
['deposit_society_money'] = 'stort maatschappij geld', | ||
['do_you_want_to_recruit'] = 'Wil je %s aannemen?', | ||
['employee'] = 'werknemer', | ||
['employee_list'] = 'werknemer lijst', | ||
['employee_management'] = 'werknemer beheer', | ||
['fire'] = 'ontslaan', | ||
['grade'] = 'schaal', | ||
['have_deposited'] = 'je hebt gestort ~r~$%s~s~', | ||
['have_withdrawn'] = 'je hebt opgenomen ~g~$%s~s~', | ||
['invalid_amount'] = 'ongeldige hoeveelheid', | ||
['invalid_amount_max'] = 'dit salaris is niet toegestaan', | ||
['no'] = 'nee', | ||
['promote'] = 'promoveer', | ||
['promote_employee'] = 'promoveer %s', | ||
['recruit'] = 'werv', | ||
['recruiting'] = 'werven', | ||
['salary_amount'] = 'salaris hoeveelheid', | ||
['salary_management'] = 'salaris beheer', | ||
['wash_money'] = 'witwas geld', | ||
['wash_money_amount'] = 'hoeveelheid om wit te wassen', | ||
['withdraw_amount'] = 'opneem hoeveelheid', | ||
['withdraw_society_money'] = 'neem maatschappelijk geld op', | ||
['yes'] = 'ja', | ||
['you_have'] = 'je hebt ~g~€%s~s~ staan in ~y~geld witwassen~s~ (24h).', | ||
['you_have_laundered'] = 'je hebt je geld: ~g~€%s~s~ ~r~witgewassen~s~ ', | ||
['you_have_hired'] = 'je bent gevraagt %s', | ||
['you_have_been_hired'] = 'je bent aangenomen door %s', | ||
['you_have_fired'] = 'je bent ontslagen %s', | ||
['you_have_been_fired'] = 'je bent ondslagen van %s', | ||
['you_have_promoted'] = 'je hebt gepromoveerd %s naar %s', | ||
['you_have_been_promoted'] = 'je bent ~b~gepromoveerd~s~!', | ||
} | ||
|
Oops, something went wrong.