locale update

This commit is contained in:
GNU Hacker 2021-12-16 20:26:54 +01:00
parent dd0eed7ab8
commit 4c634064e8
2 changed files with 2 additions and 2 deletions

@ -46,6 +46,6 @@ Price=Precio
Price: @1=Precio: @1
Shop=Tienda
This is your own shop, you can't exchange to yourself!=No puedes comprarte a ti mismo.
You've earned @1 Emeralds with this shop.=Has ganado @1 Esmeraldas con esta tienda.
You've earned @1 Emeralds with your shops.=Has ganado @1 Esmeraldas con tus tiendas.
Your stock:=Tus existencias:
x @1=x @1

@ -108,7 +108,7 @@ local function get_stonks(pos, player)
})
emeraldbank.add_emeralds(player, stonks)
meta:set_int("stonks", 0)
core.chat_send_player(name, S("You've earned @1 Emeralds with this shop.", stonks) )
core.chat_send_player(name, S("You've earned @1 Emeralds with your shops.", stonks) )
end
end