-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #89 from Yautja/create-pull-request/patch
[+] Creation of PT-BR Translations
- Loading branch information
Showing
2 changed files
with
383 additions
and
0 deletions.
There are no files selected for viewing
58 changes: 58 additions & 0 deletions
58
advanced_weapon_license/advanced_weapon_license/languages/sh_language_ptbr.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
AWLicense = AWLicense or {} | ||
AWLicense.Language = AWLicense.Language or {} | ||
|
||
AWLicense.Language["ptbr"] = { | ||
["chooselicense"] = "ESCOLHA COM QUAL LICENÇA VOCÊ QUER PASSAR", | ||
["wep"] = "ARMA", | ||
["license"] = "LICENÇA", | ||
["close"] = "FECHAR", | ||
["get"] = "PEGAR", | ||
["next"] = "Próximo", | ||
["wait"] = "Nós estamos processando o seu pedido", | ||
["congratulation"] = "PARABÉNS VOCÊ CONSEGUIU", | ||
["fail"] = "NÓS SENTIMOS MUITO", | ||
["leave"] = "Sair", | ||
["configuration"] = "CONFIGURAÇÃO", | ||
["practice"] = "TESTE PRÁTICO", | ||
["chooseQuestion"] = "Escolha uma Questão", | ||
["alreadylicense"] = "Você já tem essa licença", | ||
["teststart"] = "O teste começa em", | ||
["deleteQuestion"] = "APAGAR A QUESTÃO", | ||
["createQuestion"] = "CRIAR UMA QUESTÃO", | ||
["time"] = "Você ainda tem", | ||
["targettouch"] = "Número de alvos atingidos", | ||
["licensePrice"] = "Preço para a licença de Armas", | ||
["licenseName"] = "Nome da licença de Armas", | ||
["namelicense"] = "LICENÇA DE ARMAS AVANÇADA", | ||
["activateDesactivateLicense"] = "Ativar / Desativar a licença de Armas", | ||
["activateLicense"] = "Ativar esta licença de Armas", | ||
["desactiveLicense"] = "Desativar esta licença de Armas", | ||
["licenseIsActivate"] = "Esta licença está habilitada", | ||
["licenseIsDisable"] = "Esta licença está desabilitada", | ||
["money"] = "Você não consegue pagar para fazer este teste", | ||
["startest"] = "Você iniciou o teste para ", | ||
["addReponse"] = "ADICIONAR RESPOSTA", | ||
["stoptest"] = "Você cancelou o seu teste e recebeu um reembolso", | ||
["validate"] = "VALIDAR", | ||
["chooseGoodAnswer"] = "Escolha a resposta correta", | ||
["sucess"] = "Você passou na teórica, parabéns!", | ||
["failed"] = "Você falhou na teórica, sentimos muito!", | ||
["imageLink"] = "Insira o link da imagem", | ||
["enterTitle"] = "Entre com o título da questão", | ||
["practicestart"] = "Você começou a prática, boa sorte!", | ||
["enterResponse"] = "Entre com a resposta", | ||
["sucesspractice"] = "Você passou no prático, parabéns!", | ||
["failedpractice"] = "Você falhou no prático, sentimos muito!", | ||
["chooseWeapon"] = "Escolha a arma para o teste", | ||
["noplace"] = "Não há local disponível!", | ||
["tool01"] = "Você tem que colocar a posição do spawn para salvar este teste", | ||
["tool02"] = "Você tem que colocar um alvo para salvar este teste", | ||
["admin01"] = "Você tem que colocar um título para criar esta questão", | ||
["admin02"] = "Você tem que colocar um link da imagem para criar esta questão", | ||
["admin03"] = "Você tem que adicionar uma resposta para criar esta questão", | ||
["admin04"] = "Você tem que selecionar uma resposta correta para criar esta questão", | ||
["seconds"] = "segundos", | ||
["update"] = "ATUALIZAR", | ||
["pass"] = "PASSAR", | ||
} | ||
// PT-BR by: Yautja (https://www.gmodstore.com/users/oVTOzIQwSWSJR7Qzcf2TFQ) |
Oops, something went wrong.