Merge pull request #5 from wesleymoura/master

Multi-Language Support PT-BR
This commit is contained in:
Jérémie N'gadi
2017-08-17 01:38:27 +02:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -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',
+6
View File
@@ -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~.',
}