mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
Merge pull request #1 from TakumiBR/master
Brazilian Portuguese translation
This commit is contained in:
@@ -5,6 +5,7 @@ description 'ESX Billing'
|
||||
server_scripts {
|
||||
'@mysql-async/lib/MySQL.lua',
|
||||
'@es_extended/locale.lua',
|
||||
'locales/br.lua',
|
||||
'locales/en.lua',
|
||||
'locales/fr.lua',
|
||||
'config.lua',
|
||||
@@ -13,6 +14,7 @@ server_scripts {
|
||||
|
||||
client_scripts {
|
||||
'@es_extended/locale.lua',
|
||||
'locales/br.lua',
|
||||
'locales/en.lua',
|
||||
'locales/fr.lua',
|
||||
'config.lua',
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
Locales['br'] = {
|
||||
|
||||
['invoices'] = 'Faturas',
|
||||
['received_invoice'] = 'Você ~r~recebeu~s~ uma fatura',
|
||||
['paid_invoice'] = 'Você ~g~pagou~s~ uma fatura de ~r~$',
|
||||
['received_payment'] = 'Você ~g~recebeu~s~ um pagamento de ~r~$',
|
||||
['player_not_logged'] = 'O jogador não está logado',
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user