-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update version * Update package.json * Create pt_lang.lua * Update fxmanifest.lua * Update stables.lua * Update main.lua
- Loading branch information
Showing
6 changed files
with
80 additions
and
7 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
|
@@ -34,5 +34,5 @@ files { | |
"ui/img/*.*" | ||
} | ||
|
||
version '1.4.17' | ||
version '1.4.18' | ||
|
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,69 @@ | ||
---------------------------------- PORTUGUÊS ------------------------------------------- | ||
Locales["pt_lang"] = { | ||
shopPrompt = "Abrir Estábulo", | ||
callPrompt = "Chamar Cavalo", | ||
returnPrompt = "Guardar Cavalo", | ||
sellPrompt = "Vender", | ||
keepPrompt = "Registar: $", | ||
tradePrompt = "Negociar Cavalo", | ||
drinkPrompt = "Beber", | ||
restPrompt = "Descansar", | ||
sleepPrompt = "Dormir", | ||
wallowPrompt = "Chafurdar", | ||
invPrompt = "Horse Cargo", | ||
lootHorsePrompt = 'Abrir', | ||
lootInventory = 'Horse Cargo', | ||
closed = " ~o~: ~e~Fechado", | ||
to = ":00~q~ to ~o~", | ||
hundred = ":00", | ||
hours = " Abre as ~o~", | ||
shortGold = "Não tens ouro suficiente", | ||
shortCash = "Não tens dinheiro suficiente", | ||
needJob = "Não tens o emprego necessário!", | ||
needJobGrade = "Não tens a classificação profissional exigida!", | ||
horseLimit = "Podes ter no máximo ~o~", | ||
horses = "~q~ Cavalos!", | ||
soldHorse = "Vendes-te um cavalo por: $~t6~", | ||
horseReturned = "O teu cavalo foi devolvido", | ||
noHorse = "Não tens um cavalo!", | ||
tamedCooldown = "Podes vender outro cavalo dentro de ~o~", | ||
minutes = "~q~ minutos", | ||
sellCooldown = "Vendes-te recentemente um cavalo, volta mais tarde!", | ||
notDirty = " ainda não está pronto para ser escovado", | ||
notHungry = " não tem fome!", | ||
horseInv = "Alforjes", | ||
noSaddlebags = "Precisas de umas alforges para armazenar os teus itens", | ||
noHorses = "Não possuis nenhum cavalo", | ||
noSelectedHorse = "Precisas de selecionar um cavalo!", | ||
purchaseSuccessful = "Compra bem-sucedida!", | ||
tooFar = "Não estás perto o suficiente do teu cavalo", | ||
nameHorse = "Dá um nome ao teu cavalo:", | ||
stableSpawn = "Deves ir a um estábulo para chamar o teu cavalo!", | ||
standingInv = "Desce do cavalo para abrir as alforges", | ||
youGave = "Des-te ", | ||
aHorse = " um cavalo", | ||
gaveHorse = " dei-te um cavalo", | ||
needWater = " precisa de estar na água!", | ||
trainerBuyHorse = "Só os Treinadores podem comprar cavalos!", | ||
trainerSellHorse = "Só os Treinadores podem vender cavalos!", | ||
trainerRegHorse = "Só os Treinadores podem registar cavalos!", | ||
horsebrushDesc = "Escova de cavalos utilizada.", | ||
durability = "Durabilidade: ", | ||
noReviver = "Precisas de um medicamento para reviver cavalos!", | ||
horseInfoCoat = 'Pelagem: ', | ||
horseInfoHealth = 'Vida: ', | ||
horseInfoStamina = 'Stamina: ', | ||
horseInfoLevel = "Nível: ", | ||
horseInfoCurXp = "XP: ", | ||
horseInfoBondLevels = "Níveis", | ||
horseInfoLvl_1 = "Nível 1: ", | ||
horseInfoLvl_2 = "Nível 2: ", | ||
horseInfoLvl_3 = "Nível 3: ", | ||
horseInfoLvl_4 = "Nível 4: ", | ||
horseInfoXp = " xp", | ||
horseInfoTrickLvl_2 = "Truque: Rear-Up | left-ctrl + space", | ||
horseInfoTrickLvl_3 = "Truque: Skid/Slide | left-ctrl", | ||
horseInfoTrickLvl_4a = "Truque: Dance | space", | ||
horseInfoTrickLvl_4b = "Andar para o lado | space + A or D", | ||
horseDied = "O teu cavalo morreu, volta ao estábulo para selecionar um cavalo.", | ||
} |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "bcc-stables", | ||
|
||
"version": "1.4.17", | ||
"version": "1.4.18", | ||
|
||
"private": true, | ||
"scripts": { | ||
|
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<1.4.17> | ||
<1.4.18> | ||
See GitHub for details! |