mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
chore(coding-style): correct indentation
This commit is contained in:
+26
-28
@@ -1,30 +1,28 @@
|
||||
Locales['br'] = {
|
||||
|
||||
['actions'] = 'actions',
|
||||
['deposit_amount'] = 'deposit amount',
|
||||
['deposit_society_money'] = 'deposit society money',
|
||||
['employee'] = 'employee',
|
||||
['employee_list'] = 'employee list',
|
||||
['employee_management'] = 'employee management',
|
||||
['fire'] = 'fire',
|
||||
['grade'] = 'grade',
|
||||
['have_deposited'] = 'Você depositou ~r~$',
|
||||
['have_withdrawn'] = 'Você sacou ~g~$',
|
||||
['invalid_amount'] = 'invalid amount',
|
||||
['invalid_amount'] = 'Quantidade inválida',
|
||||
['no'] = 'no',
|
||||
['promote'] = 'promote',
|
||||
['promote_employee'] = 'promote %s',
|
||||
['recruit'] = 'recruit',
|
||||
['recruiting'] = 'recruiting',
|
||||
['salary_amount'] = 'salary amount',
|
||||
['salary_management'] = 'salary management',
|
||||
['wash_money'] = 'wash money',
|
||||
['wash_money_amount'] = 'amount to wash',
|
||||
['withdraw_amount'] = 'witdraw amount',
|
||||
['withdraw_society_money'] = 'withdraw society money',
|
||||
['yes'] = 'yes',
|
||||
['you_have'] = 'Você tem ~g~$',
|
||||
['you_have_laundered'] = 'Você ~r~lavou~s~ seu dinheiro: ~g~$',
|
||||
|
||||
['actions'] = 'actions',
|
||||
['deposit_amount'] = 'deposit amount',
|
||||
['deposit_society_money'] = 'deposit society money',
|
||||
['employee'] = 'employee',
|
||||
['employee_list'] = 'employee list',
|
||||
['employee_management'] = 'employee management',
|
||||
['fire'] = 'fire',
|
||||
['grade'] = 'grade',
|
||||
['have_deposited'] = 'Você depositou ~r~$',
|
||||
['have_withdrawn'] = 'Você sacou ~g~$',
|
||||
['invalid_amount'] = 'invalid amount',
|
||||
['invalid_amount'] = 'Quantidade inválida',
|
||||
['no'] = 'no',
|
||||
['promote'] = 'promote',
|
||||
['promote_employee'] = 'promote %s',
|
||||
['recruit'] = 'recruit',
|
||||
['recruiting'] = 'recruiting',
|
||||
['salary_amount'] = 'salary amount',
|
||||
['salary_management'] = 'salary management',
|
||||
['wash_money'] = 'wash money',
|
||||
['wash_money_amount'] = 'amount to wash',
|
||||
['withdraw_amount'] = 'witdraw amount',
|
||||
['withdraw_society_money'] = 'withdraw society money',
|
||||
['yes'] = 'yes',
|
||||
['you_have'] = 'Você tem ~g~$',
|
||||
['you_have_laundered'] = 'Você ~r~lavou~s~ seu dinheiro: ~g~$',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user