mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 21:13:26 +02:00
many modules fixes
This commit is contained in:
@@ -46,10 +46,10 @@ function Locales.init()
|
||||
Locales.installLocales('locales')
|
||||
|
||||
local userLocaleName = Settings.get('locale')
|
||||
if userLocaleName and Locales.setLocale(userLocaleName)then
|
||||
info('Using configured locale: ' .. userLocaleName)
|
||||
if userLocaleName and Locales.setLocale(userLocaleName) then
|
||||
--info('Using configured locale: ' .. userLocaleName)
|
||||
else
|
||||
info('Using default locale: ' .. defaultLocaleName)
|
||||
--info('Using default locale: ' .. defaultLocaleName)
|
||||
Locales.setLocale(defaultLocaleName)
|
||||
Settings.set('locale', defaultLocaleName)
|
||||
end
|
||||
|
@@ -118,7 +118,7 @@ locale = {
|
||||
["Pass Leadership to %s"] = "Pasar el liderazgo a %s",
|
||||
["Password"] = "Contrase<EFBFBD>a",
|
||||
["Please enter a character name:"] = "Por favor, introduce el nombre de un personaje:",
|
||||
["Please, press the key you wish to add onto your hotkeys manager"] = "Por favor, presione la tecla que desee para a<EFBFBD>adir a tu administrador de atajos",
|
||||
["Please, press the key you wish to add onto your hotkeys manager"] = "Por favor, presione la tecla que desee para\na<EFBFBD>adir a tu administrador de atajos",
|
||||
["Please wait"] = "Por favor, espere",
|
||||
["Port"] = "Puerto",
|
||||
["Price:"] = "Precio",
|
||||
@@ -137,7 +137,7 @@ locale = {
|
||||
["Select object"] = "Seleccionar objeto",
|
||||
["Select Outfit"] = "Selecionar Traje",
|
||||
["Sell"] = "Vender",
|
||||
["Send automatically"] = "Vender autom<6F>ticamente",
|
||||
["Send automatically"] = "Enviar autom<6F>ticamente",
|
||||
["Server"] = "Servidor",
|
||||
["Server Log"] = "Registro del servidor",
|
||||
["Set Outfit"] = "Escoger Traje",
|
||||
|
@@ -150,7 +150,7 @@ locale = {
|
||||
["Pass Leadership to %s"] = "Passar lideran<61>a para %s",
|
||||
["Password"] = "Senha",
|
||||
["Please enter a character name:"] = "Por favor, entre com o nome do personagem:",
|
||||
["Please, press the key you wish to add onto your hotkeys manager"] = "Por favor, pressione a tecla que voc<6F> deseja adicionar no gerenciador de atalhos",
|
||||
["Please, press the key you wish to add onto your hotkeys manager"] = "Por favor, pressione a tecla que voc<6F> deseja\nadicionar no gerenciador de atalhos",
|
||||
["Please use this dialog to only report bugs. Do not report rule violations here!"] = "Por favor, use este campo apenas para reportar defeitos. N<>o reporte viola<6C><61>o de regras aqui!",
|
||||
["Please wait"] = "Por favor, espere",
|
||||
["Port"] = "Porta",
|
||||
@@ -174,7 +174,7 @@ locale = {
|
||||
["Select Outfit"] = "Selecionar Roupa",
|
||||
["Sell"] = "Vender",
|
||||
["Send"] = "Enviar",
|
||||
["Send automatically"] = "Vender automaticamente",
|
||||
["Send automatically"] = "Enviar automaticamente",
|
||||
["Server"] = "Servidor",
|
||||
["Server Log"] = "Registro do servidor",
|
||||
["Set Outfit"] = "Escolher Roupa",
|
||||
|
Reference in New Issue
Block a user