Skip to content

Commit

Permalink
fix(locales): locale pt-br (#330)
Browse files Browse the repository at this point in the history
Just a simple fix for the pt-br locale where some translations were on different line
  • Loading branch information
matheusobf authored Jul 6, 2023
1 parent 6933f6c commit bd26855
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions locales/pt-BR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -258,34 +258,34 @@ Locales["pt-BR"] = {
manage = {
title = "👔 | Gerenciar roupas %s"
},
jobOutfits = {
title = "Roupas de Trabalho",
description = "Escolha entre suas roupas de trabalho"
},
menu = {
returnTitle = "Voltar",
title = "Vestuário",
outfitsTitle = "Roupas do Jogador",
clothingShopTitle = "Loja de Roupas",
barberShopTitle = "Barbearia",
tattooShopTitle = "Estúdio de Tatuagem",
surgeonShopTitle = "Cirurgião Plástico"
},
jobOutfits = {
title = "Roupas de Trabalho",
description = "Escolha entre suas roupas de trabalho"
},
menu = {
returnTitle = "Voltar",
title = "Vestuário",
outfitsTitle = "Roupas do Jogador",
clothingShopTitle = "Loja de Roupas",
barberShopTitle = "Barbearia",
tattooShopTitle = "Estúdio de Tatuagem",
surgeonShopTitle = "Cirurgião Plástico"
},
clothing = {
title = "Comprar Roupas - $%d",
titleNoPrice = "Mudar Roupas",
options = {
title = "👔 | Opções da loja de roupas",
description = "Escolha entre uma ampla variedade de itens para vestir"
},
clothing = {
title = "Comprar Roupas - $%d",
titleNoPrice = "Mudar Roupas",
options = {
title = "👔 | Opções da loja de roupas",
description = "Escolha entre uma ampla variedade de itens para vestir"
},
outfits = {
title = "👔 | Opções de roupas",
civilian = {
title = "Roupa Civil",
description = "Vista suas roupas"
}
outfits = {
title = "👔 | Opções de roupas",
civilian = {
title = "Roupa Civil",
description = "Vista suas roupas"
}
},
}
},
commands = {
reloadskin = {
Expand Down

0 comments on commit bd26855

Please sign in to comment.