mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
c418c94619
- Adding the .editorconfig file - Ensure there's a trailing comma - Ensure there's a space before parameter when declaring a function - Ensure there's no empty line before block declaration - Ensure 2 spaces is used to indentate
24 lines
1.2 KiB
Lua
24 lines
1.2 KiB
Lua
Locales['en'] = {
|
|
['actions'] = 'actions',
|
|
['amount'] = 'amount',
|
|
['balance'] = 'balance',
|
|
['bank'] = 'bank',
|
|
['bill_amount'] = 'bill amount',
|
|
['billing'] = 'billing',
|
|
['customer'] = 'customer',
|
|
['customers'] = 'clients',
|
|
['deposit'] = 'deposit',
|
|
['deposit_amount'] = 'deposit amount',
|
|
['deposit_society_money'] = 'deposit society money',
|
|
['invalid_amount'] = 'invalid amount',
|
|
['no_player_nearby'] = 'no player nearby',
|
|
['press_input_context_to_open_menu'] = 'press ~INPUT_CONTEXT~ to open menu',
|
|
['property'] = 'property',
|
|
['wash_money'] = 'wash money',
|
|
['withdraw'] = 'withdraw',
|
|
['withdraw_amount'] = 'withdraw amount',
|
|
['withdraw_society_money'] = 'withdraw society money',
|
|
['bank_customer'] = 'bank Customer',
|
|
['boss_actions'] = 'boss Actions',
|
|
}
|