mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-18 08:35:44 +01:00
Translation of /balancetop
This commit is contained in:
parent
eea7785b7f
commit
0354b8d019
@ -52,7 +52,7 @@ public class Commandbalancetop extends EssentialsCommand
|
||||
}
|
||||
if (ess.getUserMap().getUniqueUsers() > MINUSERS)
|
||||
{
|
||||
sender.sendMessage("Calculating results");
|
||||
sender.sendMessage(_("orderBalances", ess.getUserMap().getUniqueUsers()));
|
||||
}
|
||||
}
|
||||
finally
|
||||
@ -65,7 +65,7 @@ public class Commandbalancetop extends EssentialsCommand
|
||||
{
|
||||
if (ess.getUserMap().getUniqueUsers() > MINUSERS)
|
||||
{
|
||||
sender.sendMessage("Calculating results");
|
||||
sender.sendMessage(_("orderBalances", ess.getUserMap().getUniqueUsers()));
|
||||
}
|
||||
ess.scheduleAsyncDelayedTask(new Viewer(sender, max));
|
||||
}
|
||||
|
@ -232,6 +232,7 @@ numberRequired=A number goes there, silly.
|
||||
onlyDayNight=/time only supports day/night.
|
||||
onlyPlayers=Only in-game players can use {0}.
|
||||
onlySunStorm=/weather only supports sun/storm.
|
||||
orderBalances=Ordering balances of {0} users, please wait ...
|
||||
pTimeCurrent=\u00a7e{0}''s\u00a7f time is {1}.
|
||||
pTimeCurrentFixed=\u00a7e{0}''s\u00a7f time is fixed to {1}.
|
||||
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.
|
||||
onlyPlayers=Kun in-game spillere kan bruge {0}.
|
||||
onlySunStorm=/weather only supports sun/storm.
|
||||
orderBalances=Ordering balances of {0} users, please wait ...
|
||||
pTimeCurrent=\u00a7e{0}''s\u00a7f time is {1}.
|
||||
pTimeCurrentFixed=\u00a7e{0}''s\u00a7f time is fixed to {1}.
|
||||
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.
|
||||
onlyPlayers=Nur Spieler k\u00f6nnen {0} benutzen.
|
||||
onlySunStorm=/weather unterst\u00fctzt nur sun und storm.
|
||||
orderBalances=Ordering balances of {0} users, please wait ...
|
||||
pTimeCurrent=\u00a7e{0}''s\u00a7f time is {1}.
|
||||
pTimeCurrentFixed=\u00a7e{0}''s\u00a7f Zeit wurde zu {1} gesetzt.
|
||||
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.
|
||||
onlyPlayers=Only in-game players can use {0}.
|
||||
onlySunStorm=/weather only supports sun/storm.
|
||||
orderBalances=Ordering balances of {0} users, please wait ...
|
||||
pTimeCurrent=\u00a7e{0}''s\u00a7f time is {1}.
|
||||
pTimeCurrentFixed=\u00a7e{0}''s\u00a7f time is fixed to {1}.
|
||||
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)
|
||||
onlyPlayers=Solo los jugadores conectados pueden usar {0}.
|
||||
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}.
|
||||
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.
|
||||
|
@ -232,6 +232,7 @@ numberRequired=Il faut fournir un nombre ici.
|
||||
onlyDayNight=/time ne supporte que (jour) day/night (nuit).
|
||||
onlyPlayers=Seulement les joueurs en jeu peuvent utiliser {0}.
|
||||
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}.
|
||||
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.
|
||||
|
@ -232,6 +232,7 @@ numberRequired=Er moet daar een nummer, grapjas.
|
||||
onlyDayNight=/time ondersteund alleen day/night.
|
||||
onlyPlayers=Alleen in-game spelers kunnen {0} gebruiken.
|
||||
onlySunStorm=/weather only supports sun/storm.
|
||||
orderBalances=Ordering balances of {0} users, please wait ...
|
||||
pTimeCurrent=\u00a7e{0}''s\u00a7f time is {1}.
|
||||
pTimeCurrentFixed=\u00a7e{0}''s\u00a7f time is fixed to {1}.
|
||||
pTimeNormal=\u00a7e{0}''s\u00a7f time is normal and matches the server.
|
||||
|
Loading…
Reference in New Issue
Block a user