mirror of
https://github.com/essentials/Essentials.git
synced 2025-02-25 08:52:40 +01:00
Translation of /balancetop
This commit is contained in:
parent
9f40db4f46
commit
255373f841
@ -52,7 +52,7 @@ public class Commandbalancetop extends EssentialsCommand
|
|||||||
}
|
}
|
||||||
if (ess.getUserMap().getUniqueUsers() > MINUSERS)
|
if (ess.getUserMap().getUniqueUsers() > MINUSERS)
|
||||||
{
|
{
|
||||||
sender.sendMessage("Calculating results");
|
sender.sendMessage(_("orderBalances", ess.getUserMap().getUniqueUsers()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
@ -65,7 +65,7 @@ public class Commandbalancetop extends EssentialsCommand
|
|||||||
{
|
{
|
||||||
if (ess.getUserMap().getUniqueUsers() > MINUSERS)
|
if (ess.getUserMap().getUniqueUsers() > MINUSERS)
|
||||||
{
|
{
|
||||||
sender.sendMessage("Calculating results");
|
sender.sendMessage(_("orderBalances", ess.getUserMap().getUniqueUsers()));
|
||||||
}
|
}
|
||||||
ess.scheduleAsyncDelayedTask(new Viewer(sender, max));
|
ess.scheduleAsyncDelayedTask(new Viewer(sender, max));
|
||||||
}
|
}
|
||||||
|
@ -232,6 +232,7 @@ numberRequired=A number goes there, silly.
|
|||||||
onlyDayNight=/time only supports day/night.
|
onlyDayNight=/time only supports day/night.
|
||||||
onlyPlayers=Only in-game players can use {0}.
|
onlyPlayers=Only in-game players can use {0}.
|
||||||
onlySunStorm=/weather only supports sun/storm.
|
onlySunStorm=/weather only supports sun/storm.
|
||||||
|
orderBalances=Ordering balances of {0} users, please wait ...
|
||||||
pTimeCurrent=\u00a7e{0}''s\u00a7f time is {1}.
|
pTimeCurrent=\u00a7e{0}''s\u00a7f time is {1}.
|
||||||
pTimeCurrentFixed=\u00a7e{0}''s\u00a7f time is fixed to {1}.
|
pTimeCurrentFixed=\u00a7e{0}''s\u00a7f time is fixed to {1}.
|
||||||
pTimeNormal=\u00a7e{0}''s\u00a7f time is normal and matches the server.
|
pTimeNormal=\u00a7e{0}''s\u00a7f time is normal and matches the server.
|
||||||
|
@ -232,6 +232,7 @@ numberRequired=Der skal v\u00e6re et nummer, fjolle.
|
|||||||
onlyDayNight=/time underst\u00f8tter kun day/night.
|
onlyDayNight=/time underst\u00f8tter kun day/night.
|
||||||
onlyPlayers=Kun in-game spillere kan bruge {0}.
|
onlyPlayers=Kun in-game spillere kan bruge {0}.
|
||||||
onlySunStorm=/weather only supports sun/storm.
|
onlySunStorm=/weather only supports sun/storm.
|
||||||
|
orderBalances=Ordering balances of {0} users, please wait ...
|
||||||
pTimeCurrent=\u00a7e{0}''s\u00a7f time is {1}.
|
pTimeCurrent=\u00a7e{0}''s\u00a7f time is {1}.
|
||||||
pTimeCurrentFixed=\u00a7e{0}''s\u00a7f time is fixed to {1}.
|
pTimeCurrentFixed=\u00a7e{0}''s\u00a7f time is fixed to {1}.
|
||||||
pTimeNormal=\u00a7e{0}''s\u00a7f time is normal and matches the server.
|
pTimeNormal=\u00a7e{0}''s\u00a7f time is normal and matches the server.
|
||||||
|
@ -232,6 +232,7 @@ numberRequired=Ein Zahl wird ben\u00f6tigt.
|
|||||||
onlyDayNight=/time unterst\u00fctzt nur day und night.
|
onlyDayNight=/time unterst\u00fctzt nur day und night.
|
||||||
onlyPlayers=Nur Spieler k\u00f6nnen {0} benutzen.
|
onlyPlayers=Nur Spieler k\u00f6nnen {0} benutzen.
|
||||||
onlySunStorm=/weather unterst\u00fctzt nur sun und storm.
|
onlySunStorm=/weather unterst\u00fctzt nur sun und storm.
|
||||||
|
orderBalances=Ordering balances of {0} users, please wait ...
|
||||||
pTimeCurrent=\u00a7e{0}''s\u00a7f time is {1}.
|
pTimeCurrent=\u00a7e{0}''s\u00a7f time is {1}.
|
||||||
pTimeCurrentFixed=\u00a7e{0}''s\u00a7f Zeit wurde zu {1} gesetzt.
|
pTimeCurrentFixed=\u00a7e{0}''s\u00a7f Zeit wurde zu {1} gesetzt.
|
||||||
pTimeNormal=\u00a7e{0}''s\u00a7f Zeit ist normal und entspricht der Serverzeit.
|
pTimeNormal=\u00a7e{0}''s\u00a7f Zeit ist normal und entspricht der Serverzeit.
|
||||||
|
@ -232,6 +232,7 @@ numberRequired=A number goes there, silly.
|
|||||||
onlyDayNight=/time only supports day/night.
|
onlyDayNight=/time only supports day/night.
|
||||||
onlyPlayers=Only in-game players can use {0}.
|
onlyPlayers=Only in-game players can use {0}.
|
||||||
onlySunStorm=/weather only supports sun/storm.
|
onlySunStorm=/weather only supports sun/storm.
|
||||||
|
orderBalances=Ordering balances of {0} users, please wait ...
|
||||||
pTimeCurrent=\u00a7e{0}''s\u00a7f time is {1}.
|
pTimeCurrent=\u00a7e{0}''s\u00a7f time is {1}.
|
||||||
pTimeCurrentFixed=\u00a7e{0}''s\u00a7f time is fixed to {1}.
|
pTimeCurrentFixed=\u00a7e{0}''s\u00a7f time is fixed to {1}.
|
||||||
pTimeNormal=\u00a7e{0}''s\u00a7f time is normal and matches the server.
|
pTimeNormal=\u00a7e{0}''s\u00a7f time is normal and matches the server.
|
||||||
|
@ -232,6 +232,7 @@ numberRequired=Un numero es necesario, amigo.
|
|||||||
onlyDayNight=/time solo soporta day/night. (dia/noche)
|
onlyDayNight=/time solo soporta day/night. (dia/noche)
|
||||||
onlyPlayers=Solo los jugadores conectados pueden usar {0}.
|
onlyPlayers=Solo los jugadores conectados pueden usar {0}.
|
||||||
onlySunStorm=/weather solo soporta sun/storm. (sol/tormenta)
|
onlySunStorm=/weather solo soporta sun/storm. (sol/tormenta)
|
||||||
|
orderBalances=Ordering balances of {0} users, please wait ...
|
||||||
pTimeCurrent=\u00a7e{0}''s\u00a7f la hora es {1}.
|
pTimeCurrent=\u00a7e{0}''s\u00a7f la hora es {1}.
|
||||||
pTimeCurrentFixed=\u00a7e{0}''s\u00a7f la hora ha sido cambiada a {1}.
|
pTimeCurrentFixed=\u00a7e{0}''s\u00a7f la hora ha sido cambiada a {1}.
|
||||||
pTimeNormal=\u00a7e{0}''s\u00a7f el tiempo es normal y coincide con el servidor.
|
pTimeNormal=\u00a7e{0}''s\u00a7f el tiempo es normal y coincide con el servidor.
|
||||||
|
@ -232,6 +232,7 @@ numberRequired=Il faut fournir un nombre ici.
|
|||||||
onlyDayNight=/time ne supporte que (jour) day/night (nuit).
|
onlyDayNight=/time ne supporte que (jour) day/night (nuit).
|
||||||
onlyPlayers=Seulement les joueurs en jeu peuvent utiliser {0}.
|
onlyPlayers=Seulement les joueurs en jeu peuvent utiliser {0}.
|
||||||
onlySunStorm=/weather ne supporte que (soleil) sun/storm (temp\u00eate).
|
onlySunStorm=/weather ne supporte que (soleil) sun/storm (temp\u00eate).
|
||||||
|
orderBalances=Ordering balances of {0} users, please wait ...
|
||||||
pTimeCurrent=\u00a7e{0}''s\u00a7f l''heure est {1}.
|
pTimeCurrent=\u00a7e{0}''s\u00a7f l''heure est {1}.
|
||||||
pTimeCurrentFixed=\u00a7e{0}''s\u00a7f l''heure est fix\u00e9e \u00e0 {1}.
|
pTimeCurrentFixed=\u00a7e{0}''s\u00a7f l''heure est fix\u00e9e \u00e0 {1}.
|
||||||
pTimeNormal=\u00a7e{0}''s\u00a7f l''heure est normale et correspond au server.
|
pTimeNormal=\u00a7e{0}''s\u00a7f l''heure est normale et correspond au server.
|
||||||
|
@ -232,6 +232,7 @@ numberRequired=Er moet daar een nummer, grapjas.
|
|||||||
onlyDayNight=/time ondersteund alleen day/night.
|
onlyDayNight=/time ondersteund alleen day/night.
|
||||||
onlyPlayers=Alleen in-game spelers kunnen {0} gebruiken.
|
onlyPlayers=Alleen in-game spelers kunnen {0} gebruiken.
|
||||||
onlySunStorm=/weather only supports sun/storm.
|
onlySunStorm=/weather only supports sun/storm.
|
||||||
|
orderBalances=Ordering balances of {0} users, please wait ...
|
||||||
pTimeCurrent=\u00a7e{0}''s\u00a7f time is {1}.
|
pTimeCurrent=\u00a7e{0}''s\u00a7f time is {1}.
|
||||||
pTimeCurrentFixed=\u00a7e{0}''s\u00a7f time is fixed to {1}.
|
pTimeCurrentFixed=\u00a7e{0}''s\u00a7f time is fixed to {1}.
|
||||||
pTimeNormal=\u00a7e{0}''s\u00a7f time is normal and matches the server.
|
pTimeNormal=\u00a7e{0}''s\u00a7f time is normal and matches the server.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user