forked from Mirrorlandia_minetest/emeraldbank
es locale
This commit is contained in:
parent
2c915ff06d
commit
9d58d97f2a
2
init.lua
2
init.lua
@ -101,7 +101,7 @@ end
|
|||||||
|
|
||||||
-- chat command
|
-- chat command
|
||||||
core.register_chatcommand("emeraldbank", {
|
core.register_chatcommand("emeraldbank", {
|
||||||
params = S("<player> <num>"),
|
params = "<player> <num>",
|
||||||
description = S("Add player emeralds in bank account, also can use negative numbers"),
|
description = S("Add player emeralds in bank account, also can use negative numbers"),
|
||||||
privs = {server=true},
|
privs = {server=true},
|
||||||
func = function(name, param)
|
func = function(name, param)
|
||||||
|
13
locale/emeraldbank.es.tr
Normal file
13
locale/emeraldbank.es.tr
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# textdomain: emeraldbank
|
||||||
|
|
||||||
|
|
||||||
|
### init.lua ###
|
||||||
|
|
||||||
|
Add player emeralds in bank account, also can use negative numbers=Añade esmeraldas a una cuenta, tambien admite numeros negativos.
|
||||||
|
|
||||||
|
Emerald Bank=Banco de Esmeraldas
|
||||||
|
Emeralds in @1 bank account: @2=Esmeraldas en la cuenta de @1: @2
|
||||||
|
Emeralds in Bank: @1=Esmeraldas en el Banco: @1
|
||||||
|
Not enough Emeralds in your account=No tienes suficientes esmeraldas en tu cuenta.
|
||||||
|
This block can keep your emeralds.=Este bloque puede guardar tus esmeraldas.
|
||||||
|
You need keep emeralds or emeraldblocks in your hand!=Necesitas sostener esmeraldas o bloques de esmeralda.
|
15
locale/template.txt
Normal file
15
locale/template.txt
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# textdomain: emeraldbank
|
||||||
|
|
||||||
|
|
||||||
|
### init.lua ###
|
||||||
|
|
||||||
|
<player> <num>=
|
||||||
|
|
||||||
|
Add player emeralds in bank account, also can use negative numbers=
|
||||||
|
|
||||||
|
Emerald Bank=
|
||||||
|
Emeralds in @1 bank account: @2=
|
||||||
|
Emeralds in Bank: @1=
|
||||||
|
Not enough Emeralds in your account=
|
||||||
|
This block can keep your emeralds.=
|
||||||
|
You need keep emeralds or emeraldblocks in your hand!=
|
Loading…
Reference in New Issue
Block a user