mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
Merge pull request #5 from wesleymoura/master
Multi-Language Support PT-BR
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
server_scripts {
|
||||
'@es_extended/locale.lua',
|
||||
'locales/ptbr.lua',
|
||||
'locales/en.lua',
|
||||
'locales/fr.lua',
|
||||
'config.lua',
|
||||
@@ -8,6 +9,7 @@ server_scripts {
|
||||
|
||||
client_scripts {
|
||||
'@es_extended/locale.lua',
|
||||
'locales/ptbr.lua',
|
||||
'locales/en.lua',
|
||||
'locales/fr.lua',
|
||||
'config.lua',
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
Locales['ptbr'] = {
|
||||
['invalid_amount'] = '~r~Quantidade inválida',
|
||||
['deposit_money'] = 'Você depósitou ~g~$',
|
||||
['withdraw_money'] = 'Você retirou ~g~$',
|
||||
['press_e_atm'] = 'Pressione ~INPUT_PICKUP~ para depósitos ou retiradas do ~g~ATM~s~.',
|
||||
}
|
||||
Reference in New Issue
Block a user