-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15609a7
commit e8530da
Showing
17 changed files
with
445 additions
and
458 deletions.
There are no files selected for viewing
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
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['br'] = { | ||
['actions'] = 'ações', | ||
['boss_menu'] = 'menu chefe', | ||
['money_generic'] = '$%s', | ||
['deposit_amount'] = 'valor do 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_management'] = 'gestão de funcionários', | ||
['fire'] = 'fogo', | ||
['grade'] = 'grau(escolaridade)', | ||
['have_deposited'] = 'você depositou ~r~$%s', | ||
['have_withdrawn'] = 'você retirou $%s', | ||
['invalid_amount'] = 'montante inválido', | ||
['invalid_amount_max'] = 'esse salário não é permitido', | ||
['no'] = 'não', | ||
['promote'] = 'promover', | ||
['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 a lavar', | ||
['withdraw_amount'] = 'retirar montante', | ||
['withdraw_society_money'] = 'retirar dinheiro da sociedade', | ||
['yes'] = 'sim', | ||
['you_have'] = 'você tem $%s esperando lavagem de dinheiro (24h).', | ||
['you_have_laundered'] = 'você lavou $%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 de %s', | ||
['you_have_promoted'] = 'você promoveu %s a %s', | ||
['you_have_been_promoted'] = 'você foi promovido promoted!', | ||
} | ||
|
Oops, something went wrong.