1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-22 18:45:44 +01:00

Lets update locales

This commit is contained in:
montlikadani 2019-09-19 18:29:32 +02:00
parent 71fe75c884
commit 2cfff7a53b
14 changed files with 4027 additions and 1282 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/bin/ /bin/
/target/ /target/
/pom.xml /pom.xml
src/main/resources/locale/messages_en.yml

View File

@ -1,7 +1,7 @@
#Translated by Zombieland.eu, Minecityelan.net and Andre_601 (Andre601.com) ---
economy: economy:
error: error:
nomoney: Die Bank hat kein Geld mehr! nomoney: 'Die Bank hat kein Geld mehr!'
limitedItem: limitedItem:
error: error:
levelup: '&cDu musst den Job [jobname] leveln, um das Item zu benutzen!' levelup: '&cDu musst den Job [jobname] leveln, um das Item zu benutzen!'
@ -15,6 +15,9 @@ general:
hours: '&e%hours% &6Stunden ' hours: '&e%hours% &6Stunden '
mins: '&e%mins% &6Minuten ' mins: '&e%mins% &6Minuten '
secs: '&e%secs% &6Sekunden ' secs: '&e%secs% &6Sekunden '
invalidPage: '&cUngültige Seite'
'true': 'Wahr'
'false': 'Falsch'
admin: admin:
error: '&cEs ist ein Fehler aufgetreten.' error: '&cEs ist ein Fehler aufgetreten.'
success: '&eDer Befehl ist erfolgreich ausgeführt worden.' success: '&eDer Befehl ist erfolgreich ausgeführt worden.'
@ -40,9 +43,9 @@ command:
cmdUsage: '&2Verwende: &7[command]' cmdUsage: '&2Verwende: &7[command]'
label: Jobs label: Jobs
cmdInfoFormat: '[command] &f- &2[description]' cmdInfoFormat: '[command] &f- &2[description]'
cmdFormat: '&7/[command]&f[arguments]' cmdFormat: '&7/[command] &f[arguments]'
helpPageDescription: '&2* [description]' helpPageDescription: '&2* [description]'
title: '&e-------&e ======= &6Jobs &e======= &e-------' title: '&e-------&e ======= &6Berufe &e======= &e-------'
page: '&e-----&e ====== Seite &6[1] &evon &6[2] &e====== &e-----' page: '&e-----&e ====== Seite &6[1] &evon &6[2] &e====== &e-----'
fliperSimbols: '&e----------' fliperSimbols: '&e----------'
prevPage: '&2----<< &6Zurück ' prevPage: '&2----<< &6Zurück '
@ -52,36 +55,36 @@ command:
pageCount: '&2[current]/[total]' pageCount: '&2[current]/[total]'
moneyboost: moneyboost:
help: help:
info: 'Der Geldbonus für alle Spieler wird erhöht.' info: Der Geldbonus für alle Spieler wird erhöht.
args: '[Jobname] [Rate]' args: '[jobname] [rate]'
output: output:
allreset: 'Alle Geld-Bonis sind ausgeschaltet.' allreset: Alle Geld-Bonis sind ausgeschaltet.
jobsboostreset: 'Der Geld-Bonus für %jobname% wurde ausgeschaltet.' jobsboostreset: Der Geld-Bonus für %jobname% wurde ausgeschaltet.
nothingtoreset: 'Es ist nichts zum resetten da.' nothingtoreset: Es ist nichts zum resetten da.
boostalladded: 'Ein Geld-Bonus um %boost% wurde für alle Jobs hinzugefügt!' boostalladded: Ein Geld-Bonus um %boost% wurde für alle Jobs hinzugefügt!
boostadded: 'Es wurde ein Geld-Bonus um &e%boost% &afür &e%jobname% hinzugefügt!' boostadded: Es wurde ein Geld-Bonus um &e%boost% &afür &e%jobname% hinzugefügt!
infostats: '&c-----> &aGeldboost x%boost% eingeschaltet!&c <-------' infostats: '&c-----> &aGeldboost x%boost% eingeschaltet!&c <-------'
pointboost: pointboost:
help: help:
info: 'Punktebonus für alle Spieler wird erhöht' info: Punktebonus für alle Spieler wird erhöht
args: '[Jobname] [Rate]' args: '[jobname] [rate]'
output: output:
allreset: 'Alle Punkte-Bonis sind abgeschaltet.' allreset: Alle Punkte-Bonis sind abgeschaltet.
jobsboostreset: 'Der Punkte-Bonus für %jobname% wurde abgeschaltet.' jobsboostreset: Der Punkte-Bonus für %jobname% wurde abgeschaltet.
nothingtoreset: 'Es ist nichts zum resetten da.' nothingtoreset: Es ist nichts zum resetten da.
boostalladded: 'Ein Punkte-Bonus um %boost% wurde für alle Jobs hinzugefügt!' boostalladded: Ein Punkte-Bonus um %boost% wurde für alle Jobs hinzugefügt!
boostadded: 'Es wurde ein Punkte-Bonus um &e%boost% &afür &e%jobname% hinzugefügt!' boostadded: Es wurde ein Punkte-Bonus um &e%boost% &afür &e%jobname% hinzugefügt!
infostats: '&c-----> &aPunkte x%boost% eingeschaltet&c <-------' infostats: '&c-----> &aPunkte x%boost% eingeschaltet&c <-------'
expboost: expboost:
help: help:
info: 'Erfahrungsgewinn wird erhöht.' info: Erfahrungsgewinn wird erhöht.
args: '[Jobname] [Rate]' args: '[jobname] [rate]'
output: output:
allreset: 'Alle XP-Bonis zurückgesetzt.' allreset: Alle XP-Bonis zurückgesetzt.
jobsboostreset: 'Der XP-Bonus für %jobname% wurde ausgeschaltet.' jobsboostreset: Der XP-Bonus für %jobname% wurde ausgeschaltet.
nothingtoreset: 'Es ist nichts zum resetten da.' nothingtoreset: Es ist nichts zum resetten da.
boostalladded: 'Ein XP-Bonus um %boost% wurde für alle Jobs hinzugefügt!' boostalladded: Ein XP-Bonus um %boost% wurde für alle Jobs hinzugefügt!
boostadded: 'Es wurde ein XP-Bonus um &e%boost% &afür &e%jobname% hinzugefügt!' boostadded: Es wurde ein XP-Bonus um &e%boost% &afür &e%jobname% hinzugefügt!
infostats: '&c-----> &aXP x%boost% eingeschaltet&c <-------' infostats: '&c-----> &aXP x%boost% eingeschaltet&c <-------'
itembonus: itembonus:
help: help:
@ -89,14 +92,16 @@ command:
args: '' args: ''
output: output:
list: '&e[jobname]: %money% %points% %exp%' list: '&e[jobname]: %money% %points% %exp%'
hover: '&7%itemtype%'
hoverLevelLimits: "&7Von Level: %from% \n&7Bis Level: %until%"
edititembonus: edititembonus:
help: help:
info: Itemboostbonus bearbeiten info: Itemboostbonus bearbeiten
args: '[list/add/remove] [jobsName] [itemBoostName]' args: list/add/remove [jobname] [itemBoostName]
bonus: bonus:
help: help:
info: 'Jobs Boni anzeigen' info: Jobs Boni anzeigen
args: '[Jobname]' args: '[jobname]'
output: output:
topline: '&7**************** &2[money] &6[points] &e[exp] &7****************' topline: '&7**************** &2[money] &6[points] &e[exp] &7****************'
permission: ' &ePerm Bonus: %money% %points% %exp%' permission: ' &ePerm Bonus: %money% %points% %exp%'
@ -111,13 +116,12 @@ command:
finalExplanation: ' &ePetpay und Spawner Bonus/Strafe nicht eingerechnet' finalExplanation: ' &ePetpay und Spawner Bonus/Strafe nicht eingerechnet'
convert: convert:
help: help:
info: 'Konvertiert das Datenbanksystem vom einen zum anderen. Benutzt du momentan sqlite, info: Konvertiert das Datenbanksystem vom einen zum anderen. Benutzt du momentan sqlite, wird zu MySQL konvertiert und andersherum.
wird zu MySQL konvertiert und andersherum.'
args: '' args: ''
limit: limit:
help: help:
info: 'Zeigt die Lohnbegrenzung für Jobs an.' info: Zeigt die Lohnbegrenzung für Jobs an.
args: '' args: '[playername]'
output: output:
moneytime: '&eZeit bis zum Zurücksetzen des Geldlimits: &2%time%' moneytime: '&eZeit bis zum Zurücksetzen des Geldlimits: &2%time%'
moneyLimit: '&eGeldlimit: &2%current%&e/&2%total%' moneyLimit: '&eGeldlimit: &2%current%&e/&2%total%'
@ -127,6 +131,7 @@ command:
pointsLimit: '&ePunktelimit: &2%current%&e/&2%total%' pointsLimit: '&ePunktelimit: &2%current%&e/&2%total%'
reachedmoneylimit: '&4Du hast dein Geldlimit erreicht!' reachedmoneylimit: '&4Du hast dein Geldlimit erreicht!'
reachedmoneylimit2: '&eDu kannst dein Geldlimit mit &2/jobs limit &eabfragen' reachedmoneylimit2: '&eDu kannst dein Geldlimit mit &2/jobs limit &eabfragen'
reachedmoneylimit3: '&eDas verdiente Geld ist exponentiell reduziert... Aber du verdienst immer noch ein bisschen!'
reachedexplimit: '&4Du hast dein XP-Limit erreicht!' reachedexplimit: '&4Du hast dein XP-Limit erreicht!'
reachedexplimit2: '&eDu kannst dein XP-Limit mit &2/jobs limit &eabfragen' reachedexplimit2: '&eDu kannst dein XP-Limit mit &2/jobs limit &eabfragen'
reachedpointslimit: '&4Du hast dein Punktelimit erreicht!' reachedpointslimit: '&4Du hast dein Punktelimit erreicht!'
@ -134,27 +139,27 @@ command:
notenabled: '&eLohngrenze ist nicht aktiviert.' notenabled: '&eLohngrenze ist nicht aktiviert.'
resetlimit: resetlimit:
help: help:
info: 'Setzt das Geldlimit der Spieler zurück' info: Setzt das Geldlimit der Spieler zurück
args: '[Spielername]' args: '[playername]'
output: output:
reseted: '&eGeldlimit wurde für &2%playername% zurückgesetzt.' reseted: '&eGeldlimit wurde für &2%playername% zurückgesetzt.'
resetquest: resetquest:
help: help:
info: Quest des Spielers zurücksetzen info: Quest des Spielers zurücksetzen
args: '[playername] (job)' args: '[playername] [jobname]'
output: output:
reseted: '&eDie Quest wurde für &2%playername% zurückgesetzt' reseted: '&eDie Quest wurde für &2%playername% zurückgesetzt'
noQuests: '&eEs konnte keine Quest gefunden werden' noQuests: '&eEs konnte keine Quest gefunden werden'
points: points:
help: help:
info: 'Zeigt die Punkteanzahl einzelner Spieler an.' info: Zeigt die Punkteanzahl einzelner Spieler an.
args: '[Spielername]' args: '[playername]'
currentpoints: ' &eMomentane Punkteanzahl: &6%currentpoints%' currentpoints: ' &eMomentane Punkteanzahl: &6%currentpoints%'
totalpoints: ' &eAnzahl der insgesamt gesammelter Punkte: &6%totalpoints%' totalpoints: ' &eAnzahl der insgesamt gesammelter Punkte: &6%totalpoints%'
editpoints: editpoints:
help: help:
info: 'Spielerpunkte bearbeiten' info: Spielerpunkte bearbeiten
args: '[set/add/take] [Spielername] [Anzahl]' args: set/add/take [playername] [amount]
output: output:
set: '&eDie Punkte von (&6%playername%&e) wurden auf &6%amount% gesetzt.' set: '&eDie Punkte von (&6%playername%&e) wurden auf &6%amount% gesetzt.'
add: '&e(&6%playername%&e) hat &6%amount% &ePunkte bekommen. Er hat jetzt &6%total% Punkte.' add: '&e(&6%playername%&e) hat &6%amount% &ePunkte bekommen. Er hat jetzt &6%total% Punkte.'
@ -164,26 +169,46 @@ command:
info: Aktueller Job bearbeiten. info: Aktueller Job bearbeiten.
args: '' args: ''
list: list:
job: '&eJobs:' job: '&eBerufe:'
jobs: ' -> [&e%jobname%&r]' jobs: ' -> [&e%jobname%&r]'
actions: ' -> [&e%actionname%&r]' actions: ' -> [&e%actionname%&r]'
material: ' -> [&e%materialname%&r] ' material: ' -> [&e%materialname%&r] '
materialRemove: '&c[X]' materialRemove: '&c[X]'
materialAdd: ' -> &e[&2+&e]' materialAdd: ' -> &e[&2+&e]'
money: ' -> &eGeld: &6%amount%' money: ' -> &eGeld: &6%amount%'
exp: ' -> &eExp: &6%amount%' exp: ' -> &eErfahrung: &6%amount%'
points: ' -> &ePunkte: &6%amount%' points: ' -> &ePunkte: &6%amount%'
modify: modify:
newValue: '&eNeuer Wert eingeben' newValue: '&eNeuer Wert eingeben'
enter: '&eGib einen neuen Namen ein oder klicke ' enter: '&eGib einen neuen Namen ein oder klicke '
hand: '&6HAND ' hand: '&6HAND '
handHover: '&6Klick mich um Infos über das Item in deiner Hand auszulesen.' handHover: '&6Klick mich um Infos über das Item in deiner Hand auszulesen.'
or: '&eor ' or: '&eoder '
look: '&6ANSCHAUEN' look: '&6ANSCHAUEN'
lookHover: '&6Klick mich um Infos über den Block, den du gerade anschaust, auszulesen.' lookHover: '&6Klick mich um Infos über den Block, den du gerade anschaust, auszulesen.'
editquests:
help:
info: Edit current quests.
args: ''
list:
quest: '&eQuests:'
jobs: ' -> [&e%jobname%&r]'
quests: ' -> [&e%questname%&r]'
actions: ' -> [&e%actionname%&r]'
objectives: ' -> [&e%objectivename%&r]'
objectiveRemove: '&c[X]'
objectiveAdd: ' -> &e[&2+&e]'
modify:
newValue: '&eEnter new value'
enter: '&eEnter new name or press '
hand: '&6HAND '
handHover: '&6Press to grab info from item in your hand'
or: '&eor '
look: '&6LOOKING AT'
lookHover: '&6Press to grab info from block you are looking'
blockinfo: blockinfo:
help: help:
info: 'Zeigt Blockinformationen an.' info: Zeigt Blockinformationen an.
args: '' args: ''
output: output:
name: ' &eName des Blocks: &6%blockname%' name: ' &eName des Blocks: &6%blockname%'
@ -199,23 +224,31 @@ command:
id: ' &eID des Items: &6%itemid%' id: ' &eID des Items: &6%itemid%'
data: ' &eDaten des Items: &6%itemdata%' data: ' &eDaten des Items: &6%itemdata%'
usage: ' &eNutzung: &6%first% &eoder &6%second%' usage: ' &eNutzung: &6%first% &eoder &6%second%'
placeholders:
help:
info: Zeige alle Platzhalter
args: (parse) (placeholder)
output:
list: '&e[place]. &7[placeholder]'
outputResult: ' &erErgebnist: &7[result]'
parse: '&6[placeholder] &7von [source] &6Ergebnis &8|&f[result]&8|'
entitylist: entitylist:
help: help:
info: 'Zeigt alle möglichen nutzbaren Entities mit diesem Plugin an.' info: Zeigt alle möglichen nutzbaren Entities mit diesem Plugin an.
args: '' args: ''
stats: stats:
help: help:
info: 'Zeigt die Level deiner Jobs an.' info: Zeigt die Level deiner Jobs an.
args: '[Spielername]' args: '[playername]'
error: error:
nojob: 'Du bist aktuell arbeitslos.' nojob: Du bist aktuell arbeitslos.
output: 'Level %joblevel% %jobname% : %jobxp%/%jobmaxxp% XP' output: 'Level %joblevel% %jobname% : %jobxp%/%jobmaxxp% XP'
shop: shop:
help: help:
info: 'Öffnet den atemberaubenden Job-Shop.' info: Öffnet den atemberaubenden Job-Shop.
args: '' args: ''
info: info:
title: '&e------- &8Jobshop &e-------' title: '&e------- &8Jobs shop &e-------'
currentPoints: '&eDu hast: &6%currentpoints%' currentPoints: '&eDu hast: &6%currentpoints%'
price: '&ePreis: &6%price%' price: '&ePreis: &6%price%'
reqJobs: '&eBenötigte Jobs:' reqJobs: '&eBenötigte Jobs:'
@ -230,25 +263,24 @@ command:
Paid: '&eDu hast &6%amount% &efür das Item bezahlt.' Paid: '&eDu hast &6%amount% &efür das Item bezahlt.'
archive: archive:
help: help:
info: 'Zeigt alle im Archiv gespeicherten Jobs des Spielers an.' info: Zeigt alle im Archiv gespeicherten Jobs des Spielers an.
args: '[Spielername]' args: '[playername]'
error: error:
nojob: 'Keine gespeicherten Jobs des Spielers vorhanden.' nojob: Keine gespeicherten Jobs des Spielers vorhanden.
output: 'Level %joblevel% %jobname%'
give: give:
help: help:
info: 'Vergibt je nach Job Items. Der Spielername ist optional.' info: Vergibt je nach Job Items. Der Spielername ist optional.
args: '[Spielername] [Jobname] [Item]' args: '[playername] [jobname] [items/limiteditems] [jobitemname]'
output: output:
notonline: '&4[%playername%] ist nicht online!' notonline: '&4[%playername%] ist nicht online!'
noitem: '&4Es ist kein solches Item vorhanden!' noitem: '&4Es ist kein solches Item vorhanden!'
info: info:
help: help:
title: '&2*** &eJobs&2 ***' title: '&2*** &eBerufe&2 ***'
info: 'Zeigt an die Bezahlung eines Jobs an.' info: Zeigt an die Bezahlung eines Jobs an.
penalty: '&eWeil zu viele Spieler diesen Job ausführen, gibt es eine &c[penalty]% &eLohnreduktio.' penalty: '&eWeil zu viele Spieler diesen Job ausführen, gibt es eine &c[penalty]% &eLohnreduktio.'
bonus: '&eWeil wenige Spieler diesen Job ausführen, gibt es einen &2[bonus]% &eBonus.' bonus: '&eWeil wenige Spieler diesen Job ausführen, gibt es einen &2[bonus]% &eBonus.'
args: '[Jobname] [Tätigkeit]' args: '[jobname] [action]'
actions: '&eGültige Tätigkeiten sind: &f%actions%' actions: '&eGültige Tätigkeiten sind: &f%actions%'
max: ' - &eMaximales Level:&f ' max: ' - &eMaximales Level:&f '
newMax: ' &eMaximales Level: &f[max]' newMax: ' &eMaximales Level: &f[max]'
@ -279,6 +311,9 @@ command:
place: place:
info: 'Platzieren' info: 'Platzieren'
none: '%jobname% bekommt kein Geld für das Setzen von Blöcken.' none: '%jobname% bekommt kein Geld für das Setzen von Blöcken.'
striplogs:
info: '&eStämme entrinden'
none: '%jobname% bekommt kein Geld für das entrinden von Stämmen.'
kill: kill:
info: 'Töten' info: 'Töten'
none: '%jobname% bekommt kein Geld für das Töten.' none: '%jobname% bekommt kein Geld für das Töten.'
@ -291,9 +326,6 @@ command:
craft: craft:
info: 'Craften' info: 'Craften'
none: '%jobname% bekommt kein Geld für das Craften.' none: '%jobname% bekommt kein Geld für das Craften.'
drink:
info: Drink
none: '%jobname% bekommt kein Geld fürs Trinken.'
smelt: smelt:
info: 'Schmelzen/Kochen' info: 'Schmelzen/Kochen'
none: '%jobname% bekommt kein Geld für das Schmelzen.' none: '%jobname% bekommt kein Geld für das Schmelzen.'
@ -310,7 +342,7 @@ command:
info: 'Verzaubern' info: 'Verzaubern'
none: '%jobname% bekommt kein Geld für das Verzaubern.' none: '%jobname% bekommt kein Geld für das Verzaubern.'
vtrade: vtrade:
info: '&eVillager trade' info: '&eDorfbewohner handel'
none: '%jobname% bekommt kein für das Handeln mit Dorfbewohner.' none: '%jobname% bekommt kein für das Handeln mit Dorfbewohner.'
repair: repair:
info: 'Reparieren' info: 'Reparieren'
@ -333,47 +365,52 @@ command:
custom-kill: custom-kill:
info: 'Spieler töten' info: 'Spieler töten'
none: '%jobname% bekommt kein Geld für das Töten von Spielern.' none: '%jobname% bekommt kein Geld für das Töten von Spielern.'
collect:
info: '&eSammeln'
none: '%jobname% bekommt kein Geld für das Zerstören von Blöcken.'
playerinfo: playerinfo:
help: help:
info: 'Zeigt an, wie und für was der Job eines Spielers bezahlt wird.' info: Zeigt an, wie und für was der Job eines Spielers bezahlt wird.
args: '[Spielername] [Jobname] [Tätigkeit]' args: '[playername] [jobname] [action]'
join: join:
help: help:
info: 'Ausgewählten Job erlernen.' info: Ausgewählten Job erlernen.
args: '[Jobname]' args: '[jobname]'
error: error:
alreadyin: 'Du bist bereits %jobname%.' alreadyin: Du bist bereits %jobname%.
fullslots: 'Du kannst kein %jobname% werden, keine freie Arbeitsstelle vorhanden.' fullslots: Du kannst kein %jobname% werden, keine freie Arbeitsstelle vorhanden.
maxjobs: 'Du hast das Maximum an Jobs bereits erreicht.' maxjobs: Du hast das Maximum an Jobs bereits erreicht.
rejoin: '&cDu kannst den Job nicht wieder beitreten. Bitte warte [time].' rejoin: '&cDu kannst den Job nicht wieder beitreten. Bitte warte [time].'
rejoin: '&aKlick mich, um den Job wieder beizutreten: ' rejoin: '&aKlick mich, um den Job wieder beizutreten: '
success: 'Du bist nun %jobname%.' success: Du bist nun %jobname%.
confirm: '&2Klick mich um den Beitritt für &7[jobname] &2 zu bestätigen.' confirm: '&2Klick mich um den Beitritt für &7[jobname] &2 zu bestätigen.'
leave: leave:
help: help:
info: 'Ausgewählten Job verlernen.' info: Ausgewählten Job verlernen.
args: '[Jobname]' args: '[oldplayerjob]'
success: 'Du bist nun kein %jobname% mehr.' success: Du bist nun kein %jobname% mehr.
confirmationNeed: '&cBist du sicher das du den den Job &e[jobname]&c verlassen willst? Schreibe das Komando innerhalb von &6[time] sekunden &cerneut um das verlassen zu bestätigen!'
leaveall: leaveall:
help: help:
info: 'Alle Jobs verlernen.' info: Alle Jobs verlernen.
error: error:
nojobs: 'Du hast keine Jobs!' nojobs: Du hast keine Jobs!
success: 'Du hast keine Jobs mehr.' success: Du hast keine Jobs mehr.
confirmationNeed: '&cBist du sicher das du alle Jobs verlassen willst? Schreibe das Komando innerhalb von &6[time] sekunden &cerneut um das verlassen zu bestätigen!'
explored: explored:
help: help:
info: Überprüft, wer diesen Chunk besucht hat. info: Überprüft, wer diesen Chunk besucht hat.
error: error:
noexplore: Niemand hat diesen chunk besucht. noexplore: Niemand hat diesen chunk besucht.
list: '&e%place%. %playername%' list: '&e%place%. %playername%'
browse: browse:
help: help:
info: 'Zeigt alle verfügbaren Jobs an.' info: Zeigt alle verfügbaren Jobs an.
error: error:
nojobs: 'Es gibt keine Jobs für dich.' nojobs: Es gibt keine Jobs für dich.
output: output:
header: 'Derzeit sind folgende Jobs verfügbar:' header: 'Derzeit sind folgende Jobs verfügbar:'
footer: 'Für mehr Informationen, gebe /jobs info [Jobname] ein.' footer: Für mehr Informationen, gebe /jobs info [Jobname] ein.
totalWorkers: ' &7Arbeiter: &e[amount]' totalWorkers: ' &7Arbeiter: &e[amount]'
penalty: ' &4Abzug: &c[amount]%' penalty: ' &4Abzug: &c[amount]%'
bonus: ' &2Bonus: &a[amount]%' bonus: ' &2Bonus: &a[amount]%'
@ -396,226 +433,237 @@ command:
clearownership: clearownership:
help: help:
info: Blockbesitzer entfernen info: Blockbesitzer entfernen
args: (playername) args: '[playername]'
output: output:
cleared: '&2Es wurden &7[furnaces] &2Zäune und &7[brewing] &2Braustände entfernt.' cleared: '&2Es wurden &7[furnaces] &2Zäune und &7[brewing] &2Braustände entfernt.'
quests: quests:
help: help:
info: Verfügbare Quests auflisten info: Verfügbare Quests auflisten
args: (playername) args: '[playername]'
error: error:
noquests: '&cHier sind keine Quests' noquests: '&cHier sind keine Quests'
toplineseparator: '&7*********************** &6[playerName]&2(&f[questsDone]&2) toplineseparator: '&7*********************** &6[playerName] &2(&f[questsDone]&2) &7***********************'
&7***********************'
output: output:
completed: '&2 !Abgeschlossen!&r ' completed: '&2 !Abgeschlossen!&r '
questLine: '[progress] &7[questName] &f[done]&7/&8[required]' questLine: '[progress] &7[questName] &f[done]&7/&8[required]'
hover: hover: "&f[jobName] \n[desc] \n&7New quest in: [time]"
- '&f[jobName]'
- '[desc]'
- '&7Neue Quest in: [time]'
fire: fire:
help: help:
info: 'Einen Spieler feuern.' info: Entlasse den Spieler aus diesem Beruf.
args: '[Spielername] [Jobname]' args: '[playername] [jobname]'
error: error:
nojob: 'Der Spieler ist kein %jobname%.' nojob: Dieser Spieler hat nicht den Beruf %jobname%.
output: output:
target: 'Du wurdest als %jobname% gefeuert.' target: Du wurdest als %jobname% entlassen.
fireall: fireall:
help: help:
info: 'Einen Spieler in allen Jobs feuern.' info: Entlasse Spieler aus allen Berufen.
args: '[Spielername]' args: '[playername]'
error: error:
nojobs: 'Der Spieler hat keine Jobs!' nojobs: Der Spieler hat keinen Beruf aus dem er entlassen werden könnte!
output: output:
target: 'Du wurdest in allen Jobs gefeuert.' target: Du wurdest aus allen Berufen entlassen.
employ: employ:
help: help:
info: 'Einen Spieler in einem Job anstellen.' info: Gibt dem Spielen diesen Beruf.
args: '[Spielername] [Jobname]' args: '[playername] [jobname]'
error: error:
alreadyin: 'Spieler ist bereits %jobname%.' alreadyin: Der Spieler ist bereits %jobname%.
fullslots: Du kannst kein %jobname% werden, keine freie Arbeitsstelle vorhanden.
output: output:
target: 'Du wurdest als %jobname% eingestellt.' target: Du wurdest als %jobname% angestellt.
top: top:
help: help:
info: 'Zeigt die Top 10 eines Jobs.' info: Zeigt die Top %amount% Spieler dieses Berufs.
args: '[jobname]' args: '[jobname]'
error: error:
nojob: 'Diesen Job gibt es nicht.' nojob: Konnte keinen Beruf mit diesem Namen finden.
output: output:
topline: '&aTop&e 10 &e%jobname%&a ' topline: '&aTop&e %amount% &aSpieler by &e%jobname% &aBeruf'
list: '&e%number%&a. &e%playername% &aLevel &e%level% &amit&e %exp% &aXP' list: '&e%number%&a. &e%playername% &alvl &e%level% &awith&e %exp% &aexp'
prev: '&e<<<<< Vorherige Seite &2|' prev: '&e<<<<< Vorherige Seite &2|'
next: '&2|&e Nächste Seite >>>>' next: '&2|&e Nächste Seite >>>>'
show: '&2Toplist von &e[from] &2bis &e[until] &2anzeigen' show: '&2Show from &e[from] &2until &e[until] &2top list'
gtop: gtop:
help: help:
info: 'Zeigt die %amount% höchsten Level an.' info: Zeigt die Top %amount% Spieler nach insgesamten Level.
args: '' args: ''
error: error:
nojob: 'Es sind keine Informationen abrufbar.' nojob: Keine Informationen gefunden.
output: output:
topline: '&aTop&e %amount% &aSpieler nach globalen Joblevel' topline: '&aTop&e %amount% &aSpieler nach insgesamten Berufs Level'
list: '&e%number%&a. &e%playername% &aLevel &e%level% &amit&e %exp% &aeXP' list: '&e%number%&a. &e%playername% &alvl &e%level% &awith&e %exp% &aexp'
prev: '&e<<<<< Vorherige Seite &2|' prev: '&e<<<<< Vorherige Seite &2|'
next: '&2|&e Nächste Seite >>>>' next: '&2|&e Nächste Seite >>>>'
show: '&2Toplist von &e[from] &2bis &e[until] &2anzeigen' show: '&2Show from &e[from] &2until &e[until] &2global top list'
area: area:
help: help:
info: 'Eingeschränkte Regionen bearbeiten.' info: Modifiziere eingeschränkte Bereiche.
args: 'add/remove/info/list' args: add/remove/info/list
addUsage: '&eVerwendung: &6/Jobs area add [areaName] [bonus]' addUsage: '&eUsage: &6/Jobs area add [areaName/wg:worldGuardAreaName] [bonus]'
removeUsage: '&eVerwendung: &6/Jobs area remove [areaName]' removeUsage: '&eUsage: &6/Jobs area remove [areaName]'
output: output:
addedNew: '&eNeue eingeschränkte Region mit &6%bonus% &eBonus erstellt.' addedNew: '&eAdded a new restricted area with &6%bonus% &ebonus'
removed: '&eEingeschränkte Region &6%name% wurde entfernt.' removed: '&eRemoved the restricted area &6%name%'
list: '&e%number%&a. &e%areaname% &e%worldname% (&a%x1%:%y1%:%z1%/&e%x2%:%y2%:%z2%) &6%bonus%' list: '&e%number%&a. &e%areaname% &e%worldname% (&a%x1%:%y1%:%z1%/&e%x2%:%y2%:%z2%) &6%bonus%'
wgList: '&e%number%&a. WorldGuard: &e%areaname% &6%bonus%' wgList: '&e%number%&a. WorldGuard: &e%areaname% &6%bonus%'
noAreas: '&eKeine eingeschränkte Region vorhanden.' noAreas: '&eThere are no saved restricted areas'
noAreasByLoc: '&eKeine eingeschränkte Region in diesem Gebiet vorhanden.' noAreasByLoc: '&eThere are no restricted areas in this location'
areaList: '&eEingeschränkte Regionen in deiner Nähe: &6%list%' areaList: '&eRestricted areas by your location: &6%list%'
selected1: '&eErster Punkt: &6%x%:%y%:%z%' selected1: '&eSelected the first point: &6%x%:%y%:%z%'
selected2: '&eZweiter Punkt: &6%x%:%y%:%z%' selected2: '&eSelected the second point: &6%x%:%y%:%z%'
select: '&eWähle 2 Punkte mit dem Tool (%tool%) aus' select: '&eSelect 2 points with the selection tool (%tool%)'
exist: '&eEingeschränkte Region mit dem Namen schon vorhanden' exist: '&eRestriction area by this name already exists'
dontExist: '&eKeine eingeschränkte Region mit dem Namen vorhanden.' dontExist: '&eRestriction area by this name does not exist'
wgDontExist: '&eEs gibt keine WorldGuard-Region mit diesem Namen.' wgDontExist: '&eEine WorldGuard Region mit diesem Namen existiert nicht'
log: log:
help: help:
info: 'Zeige Statistiken an.' info: Statistiken anzeigen.
args: '[playername]' args: '[playername]'
output: output:
topline: '&7************************* &6%playername% &7*************************' topline: '&7************************* &6%playername% &7*************************'
ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%' ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%'
money: '&6Geld: %amount% ' money: '&6money: %amount% '
exp: '&eExp: %amount% ' exp: '&eErfahrung: &%amount% '
points: '&6Punkte: %amount%' points: '&6Punkte: %amount%'
bottomline: '&7***********************************************************' bottomline: '&7***********************************************************'
prev: '&e<<<<< Vorherige Seite &2|' prev: '&e<<<<< Vorherige Seite &2|'
next: '&2|&e Nächste Seite >>>>' next: '&2|&e Nächste Seite >>>>'
nodata: '&cKeine Daten gefunden' nodata: '&cDaten nicht gefunden'
glog: glog:
help: help:
info: 'Zeigt globale Statistiken.' info: Zeigt Globale Statistiken.
args: '' args: ''
output: output:
topline: '&7*********************** &6Globale Statistiken &7***********************' topline: '&7*********************** &6Globale Statistiken &7***********************'
ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%' ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%'
money: '&6Geld: %amount% ' money: '&6Geld: %amount% '
exp: '&eExp: %amount% ' exp: '&eErfahrung: %amount% '
points: '&6Punkte: %amount%' points: '&6Punkte: %amount%'
bottomline: '&7**************************************************************' bottomline: '&7**************************************************************'
nodata: '&cKeine Daten gefunden' nodata: '&cDaten nicht gefunden'
transfer: transfer:
help: help:
info: 'Einen Job des Spielers vom alten zu einem neuen Job übertragen.' info: Transfer a player's job from an old job to a new job.
args: '[Spielername] [AlterJob] [NeuerJob]' args: '[playername] [oldjob] [newjob]'
output: output:
target: 'Du wurdest vom %oldjobname% zum %newjobname%.' target: You have been transferred from %oldjobname% to %newjobname%.
promote: promote:
help: help:
info: 'Einen Spieler um X Level befördern.' info: Beförder den Spieler um X Level in einem Beruf.
args: '[Spiername] [Jobname] [Level]' args: '[playername] [jobname] [levels]'
output: output:
target: 'Du hast %levelsgained% Level als %jobname% erhalten.' target: Du wurdest um %levelsgained% level als %jobname% befördert.
exp: exp:
help: help:
info: 'Ändert die XP eines Spielers in seinem Job.' info: Ändert die erhaltene Erfahrung für den Beruf.
args: '[Spielername] [Jobname] [set/add/take] [Anzahl]' args: '[playername] [jobname] set/add/take [amount]'
error:
nojob: '&cDer Spieler muss zuerst einen Beruf wählen.'
output: output:
target: '&eDeine XP für den Job %jobname% &ewurden geändert. Du bist auf Level &6%level% &eund hast &6%exp%xp.' target: '&eYour exp was changed for %jobname% &eand now you at &6%level%lvl &eand with &6%exp%exp.'
level:
help:
info: Ändert das Level eines Spielers in einem Beruf.
args: '[playername] [jobname] set/add/take [amount]'
error:
nojob: '&cDieser Spieler muss zuerst einen Beruf wählen.'
output:
target: '&eYour level was changed for %jobname% &eand now you at &6%level%lvl &eand with &6%exp%exp.'
demote: demote:
help: help:
info: 'Einem Spieler X Level entfernen.' info: Demote the player X levels in a job.
args: '[Spielername] [Jobname] [Level]' args: '[playername] [jobname] [levels]'
output: output:
target: 'Dir wurden %levelslost% Level als %jobname% entfernt.' target: You have been demoted %levelslost% levels in %jobname%.
grantxp: grantxp:
help: help:
info: 'Einem Spieler X XP geben.' info: Grants the player X experience in a job.
args: '[Spielername] [Jobname] [XP]' args: '[playername] [jobname] [xp]'
output: output:
target: 'Du hast %xpgained% XP als %jobname% erhalten.' target: You have been granted %xpgained% experience in %jobname%.
removexp: removexp:
help: help:
info: 'Einem Spieler X XP nehmen.' info: Remove X experience from the player in a job.
args: '[Spielername] [Jobname] [XP]' args: '[playername] [jobname] [xp]'
output: output:
target: 'Du hast %xplost% XP als %jobname% verloren.' target: You have lost %xplost% experience in %jobname%.
signupdate: signupdate:
help: help:
info: 'Updated das Schild manuell nach Name.' info: Manually updates a sign by its name
args: '[jobname]' args: '[jobname]'
bp: bp:
help: help:
info: 'Zeigt Blockschutz im 10-Block Radius von dir an.' info: Shows block protections around you in 10 block radius
args: '' args: ''
output: output:
found: '&e&6%amount% &egeschütze Blöcke gefunden' found: '&eFound &6%amount% &eprotected blocks around you'
notFound: '&eKeine geschützten Blöcke gefunden' notFound: '&eNo protected blocks found around you'
reload: reload:
help: help:
info: 'Konfiguration neu laden.' info: Reload configurations.
toggle: toggle:
help: help:
info: 'Schaltet Mitteilungen über Bezahlungen in der action bar ein/aus.' info: Toggles payment output on action bar or bossbar.
args: '[actionbar/bossbar]' args: actionbar/bossbar
output: output:
turnedoff: '&4Dieses Feature ist deaktiviert!' turnedoff: '&4This feature is turned off!'
paid: paid:
main: '&aDu hast:' main: '&aYou got:'
money: '&e[amount]$' money: '&e[amount] money'
exp: '&7[exp] XP' exp: '&7[exp] exp'
points: '&6[points] Punkte' points: '&6[points] points'
'on': '&aStatus: &aAN' 'on': '&aToggled: &aON'
'off': '&aStatus: &4AUS' 'off': '&aToggled: &4OFF'
message: message:
skillup: skillup:
broadcast: '%playername% ist zum %titlename% %jobname% aufgestiegen.' broadcast: '%playername% has been promoted to a %titlename% %jobname%.'
nobroadcast: 'Gratulation, du bist zum %titlename% %jobname% aufgestiegen.' nobroadcast: Congratulations, you have been promoted to a %titlename% %jobname%.
levelup: levelup:
broadcast: '%playername%, der %jobname%&r, ist nun Level &e%joblevel%&r.' broadcast: '%playername% is now a level %joblevel% %jobname%.'
nobroadcast: 'Du bist nun %jobname%, Level %joblevel%.' nobroadcast: You are now level %joblevel% %jobname%.
cowtimer: '&eDu musst &6%time% &eSekunden warten um wieder etwas für das Melken zu verdienen!' leveldown:
blocktimer: '&eDu musst &3[time] &eSekunden warten um wieder etwas für das Abbauen zu verdienen!' message: '&cYou lost level&e %lostLevel%&c in&e %jobname%&c job! Level:&6 %joblevel%&c.'
placeblocktimer: '&eDu musst &6[time] &eSekunden warten um wieder etwas für das Setzen zu verdienen!' cowtimer: '&eYou still need to wait &6%time% &esec to get paid for this job.'
taxes: '&3[amount] &eServersteuern wurden zum Account transferiert' blocktimer: '&eYou need to wait &3[time] &esec more to get paid for this!'
boostStarted: '&eJobs boost-Zeit ist gestartet!' placeblocktimer: '&eYou can''t place blocks faster than &6[time] &esec in the same place!'
boostStoped: '&eJobs boost-Zeit ist zu ende!' taxes: '&3[amount] &eserver taxes were transferred to this account'
boostStarted: '&eJobs boost time have been started!'
boostStoped: '&eJobs boost time have been ended!'
crafting: crafting:
fullinventory: 'Dein Inventar ist voll!' fullinventory: '&cYour inventory is full!'
signs: signs:
List: '&0[number].&8[player]&7:&4[level]' List: '&0[number].&8[player]&7:&4[level]'
questList: '&0[number].&8[player]&7:&4[quests]'
SpecialList: SpecialList:
p1: '&b** &8Erster &b**' p1: '&b** &8Erster&b**'
p2: '&b** &8Zweiter &b**' p2: '&b** &8Zweiter&b**'
p3: '&b** &8Dritter &b**' p3: '&b** &8Dritter &b**'
p4: '&b** &8Vierter &b**' p4: '&b** &8Vierter &b**'
p5: '&b** &8Fünfter &b**' p5: '&b** &8Fünfter &b**'
p6: '&b** &8Sechster &b**' p6: '&b** &8Sechster &b**'
p7: '&b** &8Siebter &b**' p7: '&b** &8Siebenter &b**'
p8: '&b** &8Achter &b**' p8: '&b** &8Achter &b**'
p9: '&b** &8Neunter &b**' p9: '&b** &8Neunter &b**'
p10: '&b** &8Zehnter &b**' p10: '&b** &8Zehnter &b**'
name: '&9[player]' name: '&9[player]'
level: '&8[level] level' level: '&8[level] level'
quests: '&8[quests] quests'
bottom: '&b************' bottom: '&b************'
cantcreate: '&4Du kannst dieses Schild nicht erstellen!' cantcreate: '&4You can''t create this sign!'
cantdestroy: '&4Du kannst dieses Schild nicht zerstören!' cantdestroy: '&4You can''t destroy this sign!'
topline: '&6[Jobs]' topline: '&0[Jobs]'
secondline: secondline:
join: '&2Beitreten' join: '&0Join'
leave: '&4Verlassen' leave: '&0Leave'
toggle: '&eWechseln' toggle: '&0Toggle'
top: '&eTop10 anzeigen' top: '&0Top'
browse: '&eJobliste anzeigen' browse: '&0Browse'
stats: '&eStatistik anzeigen' stats: '&0Stats'
limit: '&eLimit anzeigen' limit: '&0Limit'
info: '&eInfo anzeigen' info: '&0Info'
archive: '&eArchiv anzeigen' archive: '&0Archive'
scoreboard: scoreboard:
topline: '&2Die besten &e%jobname%' topline: '&2Top &e%jobname%'
gtopline: '&2Global top list' gtopline: '&2Global top list'
line: '&2%number%. &e%playername% (&6%level%&e)' line: '&2%number%. &e%playername% (&6%level%&e)'

View File

@ -1,11 +1,12 @@
---
economy: economy:
error: error:
nomoney: No queda dinero en las arcas del reino. nomoney: 'No queda dinero en las arcas del reino.'
limitedItem: limitedItem:
error: error:
levelup: '&cPara usar esto necesitas aumentar el nivel de profesión de [jobname].' levelup: '&cPara usar esto necesitas aumentar el nivel de profesión de [jobname].'
general: general:
Spawner: '&r[type] Spawner' Spawner: '&rEngendrador de [type]'
info: info:
toplineseparator: '&7*********************** &6%playername% &7***********************' toplineseparator: '&7*********************** &6%playername% &7***********************'
separator: '&7*******************************************************' separator: '&7*******************************************************'
@ -15,6 +16,8 @@ general:
mins: '&e%mins% &6minutos ' mins: '&e%mins% &6minutos '
secs: '&e%secs% &6segundos ' secs: '&e%secs% &6segundos '
invalidPage: '&cPágina no válida' invalidPage: '&cPágina no válida'
'true': '&2Veritat'
'false': '&cFals'
admin: admin:
error: '&cSe ha producido un error al aplicar el conjuro.' error: '&cSe ha producido un error al aplicar el conjuro.'
success: '&eEl conjuro ha sido aplicado.' success: '&eEl conjuro ha sido aplicado.'
@ -38,8 +41,9 @@ command:
output: output:
info: Escribe /jobs [command] ? para obtener más información sobre el conjuro. info: Escribe /jobs [command] ? para obtener más información sobre el conjuro.
cmdUsage: '&2Usa: &7[command]' cmdUsage: '&2Usa: &7[command]'
label: Jobs
cmdInfoFormat: '[command] &f- &2[description]' cmdInfoFormat: '[command] &f- &2[description]'
cmdFormat: '&7/[command]&f[arguments]' cmdFormat: '&7/[command] &f[arguments]'
helpPageDescription: '&2* [description]' helpPageDescription: '&2* [description]'
title: '&e-------&e ======= &6PROFESIONES &e======= &e-------' title: '&e-------&e ======= &6PROFESIONES &e======= &e-------'
page: '&e-----&e ====== Página &6[1] &ede &6[2] &e====== &e-----' page: '&e-----&e ====== Página &6[1] &ede &6[2] &e====== &e-----'
@ -82,12 +86,24 @@ command:
boostalladded: '¡Se ha aumentado la Experiencia de todos las profesiones al %boost%!' boostalladded: '¡Se ha aumentado la Experiencia de todos las profesiones al %boost%!'
boostadded: '¡Se ha aumentado la Experiencia de &e%boost% &ade la profesión &e%jobname%!' boostadded: '¡Se ha aumentado la Experiencia de &e%boost% &ade la profesión &e%jobname%!'
infostats: '&c-----> &aExperiencia actual x%boost%&c <-------' infostats: '&c-----> &aExperiencia actual x%boost%&c <-------'
itembonus:
help:
info: Comprobar bonificación de artículo
args: ''
output:
list: '&e[jobname]: %money% %points% %exp%'
hover: '&7%itemtype%'
hoverLevelLimits: "&7Desde el nivel: %from% \n&7Hasta el nivel: %until%"
edititembonus:
help:
info: Editar bonificación de impulso de artículo
args: list/add/remove [jobname] [itemBoostName]
bonus: bonus:
help: help:
info: Muestra las primas de la profesión info: Muestra las primas de la profesión
args: '[jobname]' args: '[jobname]'
output: output:
topline: '&7**************** &2[dinero] &6[puntos] &e[exp] &7****************' topline: '&7**************** &2[money] &6[points] &e[exp] &7****************'
permission: ' &7Prima por permiso: %money% %points% %exp%' permission: ' &7Prima por permiso: %money% %points% %exp%'
item: ' &7Prima por objeto: %money% %points% %exp%' item: ' &7Prima por objeto: %money% %points% %exp%'
global: ' &7Prima global: %money% %points% %exp%' global: ' &7Prima global: %money% %points% %exp%'
@ -105,7 +121,7 @@ command:
limit: limit:
help: help:
info: Muestra el limite de pago por cada profesión. info: Muestra el limite de pago por cada profesión.
args: '' args: '[playername]'
output: output:
moneytime: '&eTiempo restante hasta que el Salario vuelva a la normalidad: &2%time%' moneytime: '&eTiempo restante hasta que el Salario vuelva a la normalidad: &2%time%'
moneyLimit: '&eLímite de Pago: &2%current%&e/&2%total%' moneyLimit: '&eLímite de Pago: &2%current%&e/&2%total%'
@ -115,6 +131,7 @@ command:
pointsLimit: '&eLímite de Puntos: &2%current%&e/&2%total%' pointsLimit: '&eLímite de Puntos: &2%current%&e/&2%total%'
reachedmoneylimit: '&4¡Has alcanzado el salario máximo permitido por minuto!' reachedmoneylimit: '&4¡Has alcanzado el salario máximo permitido por minuto!'
reachedmoneylimit2: '&ePuedes comprobar el límite con el conjuro &2/jobs limit' reachedmoneylimit2: '&ePuedes comprobar el límite con el conjuro &2/jobs limit'
reachedmoneylimit3: '&eEl dinero ganado ahora se reduce exponencialmente... ¡Pero aún ganas un poco!'
reachedexplimit: '&4Has alcanzado el límite de Experiencia obtenida por minuto!' reachedexplimit: '&4Has alcanzado el límite de Experiencia obtenida por minuto!'
reachedexplimit2: '&ePuedes comprobar el límite con el conjuro &2/jobs limit' reachedexplimit2: '&ePuedes comprobar el límite con el conjuro &2/jobs limit'
reachedpointslimit: '&4Haz alcanzado el límite de Puntos obtenidos por minuto!' reachedpointslimit: '&4Haz alcanzado el límite de Puntos obtenidos por minuto!'
@ -126,6 +143,13 @@ command:
args: '[playername]' args: '[playername]'
output: output:
reseted: '&eSe ha reiniciado el límite de pago de &2%playername%' reseted: '&eSe ha reiniciado el límite de pago de &2%playername%'
resetquest:
help:
info: Restablece la búsqueda de un jugador
args: '[playername] [jobname]'
output:
reseted: '&eLa misión se ha reiniciado para: &2%playername%'
noQuests: '&eNo se han encontrado misiones'
points: points:
help: help:
info: Muestra cuantos puntos tiene el jugador. info: Muestra cuantos puntos tiene el jugador.
@ -135,11 +159,10 @@ command:
editpoints: editpoints:
help: help:
info: Modifica los puntos del jugador. info: Modifica los puntos del jugador.
args: '[set/add/take] [playername] [amount]' args: set/add/take [playername] [amount]
output: output:
set: '&eSe ha establecido la cantidad de &6%amount% &epuntos (a &6%playername%&e)' set: '&eSe ha establecido la cantidad de &6%amount% &epuntos (a &6%playername%&e)'
add: '&Se han añadido &6%amount%&e puntos a &6%playername%&e. Total: add: '&Se han añadido &6%amount%&e puntos a &6%playername%&e. Total: &6%total%'
&6%total%'
take: '&eEl jugador (&6%playername%&e) ha perdido &6%amount% &epuntos. Ahora tiene &6%total%' take: '&eEl jugador (&6%playername%&e) ha perdido &6%amount% &epuntos. Ahora tiene &6%total%'
editjobs: editjobs:
help: help:
@ -163,6 +186,26 @@ command:
or: '&eo ' or: '&eo '
look: '&6MIRALO' look: '&6MIRALO'
lookHover: '&6Clic izquierdo para obtener información sobre el bloque que estás mirando' lookHover: '&6Clic izquierdo para obtener información sobre el bloque que estás mirando'
editquests:
help:
info: Edit current quests.
args: ''
list:
quest: '&eQuests:'
jobs: ' -> [&e%jobname%&r]'
quests: ' -> [&e%questname%&r]'
actions: ' -> [&e%actionname%&r]'
objectives: ' -> [&e%objectivename%&r]'
objectiveRemove: '&c[X]'
objectiveAdd: ' -> &e[&2+&e]'
modify:
newValue: '&eEnter new value'
enter: '&eEnter new name or press '
hand: '&6HAND '
handHover: '&6Press to grab info from item in your hand'
or: '&eor '
look: '&6LOOKING AT'
lookHover: '&6Press to grab info from block you are looking'
blockinfo: blockinfo:
help: help:
info: Muestra información sobre el bloque que estas mirando. info: Muestra información sobre el bloque que estas mirando.
@ -181,6 +224,14 @@ command:
id: ' &eId del Objeto: &6%itemid%' id: ' &eId del Objeto: &6%itemid%'
data: ' &eDatos del Objeto: &6%itemdata%' data: ' &eDatos del Objeto: &6%itemdata%'
usage: ' &eUsa: &6%first% &eor &6%second%' usage: ' &eUsa: &6%first% &eor &6%second%'
placeholders:
help:
info: Listar todos los marcadores de posición
args: (analizar) (marcador de posición)
output:
list: '&e[place]. &7[placeholder]'
outputResult: ' &eresultado: &7[result]'
parse: '&6[placeholder] &7por [source] &6resultado &8|&f[result]&8|'
entitylist: entitylist:
help: help:
info: Muestra una lista de todas las entidades que puedes usar. info: Muestra una lista de todas las entidades que puedes usar.
@ -201,13 +252,12 @@ command:
currentPoints: '&eTienes: &6%currentpoints%' currentPoints: '&eTienes: &6%currentpoints%'
price: '&ePrecio: &6%price%' price: '&ePrecio: &6%price%'
reqJobs: '&eProfesiones que necesitas:' reqJobs: '&eProfesiones que necesitas:'
reqJobsList: '&6%jobsname%&e: &eNivel %level%' reqJobsList: ' &6%jobsname%&e: &e%level% lvl'
reqTotalLevel: '&6Nivel total que necesitas: &e%totalLevel%' reqTotalLevel: '&6Nivel total que necesitas: &e%totalLevel%'
cantOpen: '&cNo se puede abrir esta página' cantOpen: '&cNo se puede abrir esta página'
NoPermForItem: '&c¡No tienes permiso para obtener este objeto!' NoPermForItem: '&c¡No tienes permiso para obtener este objeto!'
NoPermToBuy: '&cNo tienes permiso para comprar este objeto.' NoPermToBuy: '&cNo tienes permiso para comprar este objeto.'
NoJobReqForitem: '&cNo estás en la profesión necesaria (&6%jobname%&e) y no tienes NoJobReqForitem: '&cNo estás en la profesión necesaria (&6%jobname%&e) y no tienes el nivel (&6%joblevel%&e) necesario.'
el nivel (&6%joblevel%&e) necesario.'
NoPoints: '&cNo tienes puntos suficientes.' NoPoints: '&cNo tienes puntos suficientes.'
NoTotalLevel: '&cEl nivel de la profesión es demasiado bajo (%totalLevel%)&c.' NoTotalLevel: '&cEl nivel de la profesión es demasiado bajo (%totalLevel%)&c.'
Paid: '&eHas pagado &6%amount% &epor este objeto.' Paid: '&eHas pagado &6%amount% &epor este objeto.'
@ -220,7 +270,7 @@ command:
give: give:
help: help:
info: Obtener el objeto a partir del nombre o la categoría. El nombre de jugador es opcional. info: Obtener el objeto a partir del nombre o la categoría. El nombre de jugador es opcional.
args: '[playername] [jobname] [itemname]' args: '[playername] [jobname] [items/limiteditems] [jobitemname]'
output: output:
notonline: '&4%playername% no esta conectado.' notonline: '&4%playername% no esta conectado.'
noitem: '&4No se han encontrado jugadores con ese nombre.' noitem: '&4No se han encontrado jugadores con ese nombre.'
@ -228,10 +278,8 @@ command:
help: help:
title: '&2*** &ePROFESIONES&2 ***' title: '&2*** &ePROFESIONES&2 ***'
info: Muestra los detalles de la profesión. info: Muestra los detalles de la profesión.
penalty: '&eTrabajar en esta profesión conlleva una penalización del &c[penalty]% &eporque penalty: '&eTrabajar en esta profesión conlleva una penalización del &c[penalty]% &eporque hay muchos trabajadores.'
hay muchos trabajadores.' bonus: '&eTrabajar en esta profesión implica obtener una prima del &2[bonus]% &eporque hay pocos trabajadores.'
bonus: '&eTrabajar en esta profesión implica obtener una prima del &2[bonus]% &eporque
hay pocos trabajadores.'
args: '[jobname] [action]' args: '[jobname] [action]'
actions: '&eAcciones validas: &f%actions%' actions: '&eAcciones validas: &f%actions%'
max: ' - &enivel máximo:&f ' max: ' - &enivel máximo:&f '
@ -255,62 +303,71 @@ command:
back: '&e<<< Volver' back: '&e<<< Volver'
output: output:
break: break:
info: Romper info: '&eBreak'
none: Con la profesión de %jobname% no vas a recibir dinero por romper bloques. none: 'Con la profesión de %jobname% no vas a recibir dinero por romper bloques.'
tntbreak: tntbreak:
info: Explotar info: '&eTNTBreak'
none: Con la profesión de %jobname% no vas a recibir dinero por estallar bloques con dinamita. none: 'Con la profesión de %jobname% no vas a recibir dinero por estallar bloques con dinamita.'
place: place:
info: Colocar info: '&ePlace'
none: Con la profesión de %jobname% no vas a recibir dinero por colocar bloques. none: 'Con la profesión de %jobname% no vas a recibir dinero por colocar bloques.'
striplogs:
info: '&eTira de registros'
none: '%jobname% no recibe dinero por pelar troncos.'
kill: kill:
info: Matar info: '&eKill'
none: Con la profesión de %jobname% no vas a recibir dinero por matar monstruos. none: 'Con la profesión de %jobname% no vas a recibir dinero por matar monstruos.'
mmkill: mmkill:
info: Monstruos info: '&eMMKill'
none: Con la profesión de %jobname% no vas a recibir dinero por matar monstruos míticos. none: 'Con la profesión de %jobname% no vas a recibir dinero por matar monstruos míticos.'
fish: fish:
info: Pescar info: '&eFish'
none: Con la profesión de %jobname% no vas a recibir dinero por pescar peces. none: 'Con la profesión de %jobname% no vas a recibir dinero por pescar peces.'
craft: craft:
info: Fabricar info: '&eCraft'
none: Con la profesión de %jobname% no vas a recibir dinero por fabricar objetos. none: 'Con la profesión de %jobname% no vas a recibir dinero por fabricar objetos.'
smelt: smelt:
info: Hornear info: '&eSmelt'
none: Con la profesión de %jobname% no vas a recibir dinero por hornear. none: 'Con la profesión de %jobname% no vas a recibir dinero por hornear.'
brew: brew:
info: Destilar info: '&eBrew'
none: Con la profesión de %jobname% no vas a recibir dinero por destilar pociones. none: 'Con la profesión de %jobname% no vas a recibir dinero por destilar pociones.'
eat: eat:
info: Comer info: '&eEat'
none: Con la profesión de %jobname% no vas a recibir dinero por comer. none: 'Con la profesión de %jobname% no vas a recibir dinero por comer.'
dye: dye:
info: Teñir info: '&eDye'
none: Con la profesión de %jobname% no vas a recibir dinero por teñir ropa. none: 'Con la profesión de %jobname% no vas a recibir dinero por teñir ropa.'
enchant: enchant:
info: Encantar info: '&eEnchant'
none: Con la profesión de %jobname% no vas a recibir dinero por encantar herramientas. none: 'Con la profesión de %jobname% no vas a recibir dinero por encantar herramientas.'
vtrade:
info: '&eComercio de aldeanos'
none: '%jobname% does not get money for trading a villager.'
repair: repair:
info: Reparar info: '&eRepair'
none: Con la profesión de %jobname% no vas a recibir dinero por reparar. none: 'Con la profesión de %jobname% no vas a recibir dinero por reparar.'
breed: breed:
info: Criar info: '&eBreed'
none: Con la profesión de %jobname% no vas a recibir dinero por criar animales. none: 'Con la profesión de %jobname% no vas a recibir dinero por criar animales.'
tame: tame:
info: Domar info: '&eTame'
none: Con la profesión de %jobname% no vas a recibir dinero por domar animales. none: 'Con la profesión de %jobname% no vas a recibir dinero por domar animales.'
milk: milk:
info: Ordeñar info: '&eMilk'
none: Con la profesión de %jobname% no vas a recibir dinero por ordeñar vacas. none: 'Con la profesión de %jobname% no vas a recibir dinero por ordeñar vacas.'
shear: shear:
info: Esquilar info: '&eShear'
none: Con la profesión de %jobname% no vas a recibir dinero por esquilar ovejas. none: 'Con la profesión de %jobname% no vas a recibir dinero por esquilar ovejas.'
explore: explore:
info: Explorar info: '&eExplore'
none: Con la profesión de %jobname% no vas a recibir dinero por explorar el mundo. none: 'Con la profesión de %jobname% no vas a recibir dinero por explorar el mundo.'
custom-kill: custom-kill:
info: Asesinar info: '&eCustom kill'
none: 'Con la profesión de %jobname% no vas a recibir dinero por asesinar jugadores específicos.' none: 'Con la profesión de %jobname% no vas a recibir dinero por asesinar jugadores específicos.'
collect:
info: '&eCollect'
none: '%jobname% does not get money for collecting blocks.'
playerinfo: playerinfo:
help: help:
info: Muestra cuanto se paga a alguien y por que acción. info: Muestra cuanto se paga a alguien y por que acción.
@ -324,19 +381,22 @@ command:
fullslots: No puedes trabajar en la profesión de %jobname%, ya que no hay puestos libres. fullslots: No puedes trabajar en la profesión de %jobname%, ya que no hay puestos libres.
maxjobs: No puedes trabajar en más profesiones. maxjobs: No puedes trabajar en más profesiones.
rejoin: '&cNo te puedes volver a trabajar en esta profesión. Debes esperar [time]' rejoin: '&cNo te puedes volver a trabajar en esta profesión. Debes esperar [time]'
rejoin: '&aClick to rejoin this job: '
success: Ahora trabajas de %jobname%. success: Ahora trabajas de %jobname%.
confirm: '&2Clic aquí para trabajar en la profesión de &7[jobname]&2.' confirm: '&2Clic aquí para trabajar en la profesión de &7[jobname]&2.'
leave: leave:
help: help:
info: Abandonar la profesión. info: Abandonar la profesión.
args: '[jobname]' args: '[oldplayerjob]'
success: Has abandonado la profesión de %jobname%. success: Has abandonado la profesión de %jobname%.
confirmationNeed: '&cAre you sure you want to leave from&e [jobname]&c job? Type the command again within&6 [time] seconds &cto confirm!'
leaveall: leaveall:
help: help:
info: Abandonar todas las profesiones. info: Abandonar todas las profesiones.
error: error:
nojobs: No tienes ninguna profesión que abandonar nojobs: No tienes ninguna profesión que abandonar
success: Has abandonado todas tus profesiones. success: Has abandonado todas tus profesiones.
confirmationNeed: '&cAre you sure you want to leave from all jobs? Type the command again within&6 [time] seconds &cto confirm!'
explored: explored:
help: help:
info: Comprobar quien ha visitado este chunk info: Comprobar quien ha visitado este chunk
@ -355,7 +415,16 @@ command:
penalty: ' &4Penalización: &c[amount]%' penalty: ' &4Penalización: &c[amount]%'
bonus: ' &2Prima: &a[amount]%' bonus: ' &2Prima: &a[amount]%'
newHeader: '&2========== [amount] PROFESIONES DISPONIBLES =========' newHeader: '&2========== [amount] PROFESIONES DISPONIBLES ========='
description: '[description]'
list: ' &8[place]. &7[jobname]' list: ' &8[place]. &7[jobname]'
console:
newHeader: '&2========== [amount] Available Jobs ========='
description: '[description]'
totalWorkers: ' &7Workers: &e[amount]'
penalty: ' &4Penalty: &c[amount]%'
bonus: ' &2Bonus: &a[amount]%'
list: ' &6[jobname]'
newMax: ' &eMax level: &f[max]'
click: '&b¡Clic en la profesión para obtener más información!' click: '&b¡Clic en la profesión para obtener más información!'
detailed: '&bClic aquí para mostrar los detalles de la profesión.' detailed: '&bClic aquí para mostrar los detalles de la profesión.'
jobHeader: '&2========== [jobname] =========' jobHeader: '&2========== [jobname] ========='
@ -364,229 +433,237 @@ command:
clearownership: clearownership:
help: help:
info: Eliminar propietarios. info: Eliminar propietarios.
args: (playername) args: '[playername]'
output: output:
cleared: '&2Se han eliminado &7[furnaces] &2hornos y &7[brewing] &2Soportes para Pociones' cleared: '&2Se han eliminado &7[furnaces] &2hornos y &7[brewing] &2Soportes para Pociones'
quests: quests:
help: help:
info: Ver la lista de misiones disponibles. info: Ver la lista de misiones disponibles.
args: (playername) args: '[playername]'
error: error:
noquests: No hay misiones. noquests: 'No hay misiones.'
toplineseparator: '&7*********************** &6[playerName]&2(&f[questsDone]&2) toplineseparator: '&7*********************** &6[playerName] &2(&f[questsDone]&2) &7***********************'
&7***********************'
output: output:
completed: '&2 !Completado!&r ' completed: '&2 !Completado!&r '
questLine: '[progress] &7[questName] &f[done]&7/&8[required]' questLine: '[progress] &7[questName] &f[done]&7/&8[required]'
hover: hover: "&f[jobName] \n[desc] \n&7New quest in: [time]"
- '&f[jobName]'
- '[desc]'
- '&7Nueva misión en: [time]'
fire: fire:
help: help:
info: Despide a un trabajador de una profesión. info: Fire the player from the job.
args: '[playername] [jobname]' args: '[playername] [jobname]'
error: error:
nojob: El jugador no está trabajando de %jobname%. nojob: Player does not have the job %jobname%.
output: output:
target: Te han despadido de la profesión de %jobname%. target: You have been fired from %jobname%.
fireall: fireall:
help: help:
info: Despide al jugador de todas sus profesiones. info: Fire player from all their jobs.
args: '[playername]' args: '[playername]'
error: error:
nojobs: No puedes despedir a un trabajador que no es empleado de la profesión. nojobs: Player does not have any jobs to be fired from!
output: output:
target: Te han despedido de todas tus profesiones. target: You have been fired from all your jobs.
employ: employ:
help: help:
info: Contratar a jugador para una profesión. info: Employ the player to the job.
args: '[playername] [jobname]' args: '[playername] [jobname]'
error: error:
alreadyin: El jugador ya está trabajando de %jobname%. alreadyin: Player is already in the job %jobname%.
fullslots: You cannot join the job %jobname%, there are no slots available.
output: output:
target: Ahora eres trabajador de la profesión de %jobname%. target: You have been employed as a %jobname%.
top: top:
help: help:
info: Muestra el podio de %amount% jugadores según su profesión. info: Shows top %amount% players by jobs name.
args: '[jobname]' args: '[jobname]'
error: error:
nojob: No se ha encontrado ninguna profesión con este nombre. nojob: Can't find any job with this name.
output: output:
topline: '&aPodio de &e%amount% &ajugadores de la profesión de &e%jobname%' topline: '&aTop&e %amount% &aplayers by &e%jobname% &ajob'
list: '&e%number%&a. &e%playername% &anivel &e%level% &acon&e %exp% &aexp' list: '&e%number%&a. &e%playername% &alvl &e%level% &awith&e %exp% &aexp'
prev: '&e<<<<< Anterior &2|' prev: '&e<<<<< Prev page &2|'
next: '&2|&e Siguiente >>>>' next: '&2|&e Next Page >>>>'
show: '&2Muestra la lista de podio desde &e[from] &2hasta &e[until]&2.' show: '&2Show from &e[from] &2until &e[until] &2top list'
gtop: gtop:
help: help:
info: Muestra el podio de %amount% jugadores para el nivel general de profesiones. info: Shows top %amount% players by global jobs level.
args: '' args: ''
error: error:
nojob: No se ha podido encontrar ninguna información. nojob: Can't find any information.
output: output:
topline: '&aPodio de &e%amount% &ajugadores para el nivel general de profesiones' topline: '&aTop&e %amount% &aplayers by global job level'
list: '&e%number%&a. &e%playername% &anivel &e%level% &acon&e %exp% &aexp' list: '&e%number%&a. &e%playername% &alvl &e%level% &awith&e %exp% &aexp'
prev: '&e<<<<< Anterior &2|' prev: '&e<<<<< Prev page &2|'
next: '&2|&e Siguiente >>>>' next: '&2|&e Next Page >>>>'
show: '&2Muestra la lista de podio general desde &e[from] &2hasta &e[until]&2.' show: '&2Show from &e[from] &2until &e[until] &2global top list'
area: area:
help: help:
info: Modificar las zonas restringidas. info: Modify restricted areas.
args: add/remove/info/list args: add/remove/info/list
addUsage: '&eUsa: &6/Jobs area add [areaName] [bonus]' addUsage: '&eUsage: &6/Jobs area add [areaName/wg:worldGuardAreaName] [bonus]'
removeUsage: '&eUsa: &6/Jobs area remove [areaName]' removeUsage: '&eUsage: &6/Jobs area remove [areaName]'
output: output:
addedNew: '&eSe ha añadido la nueva zona restringida con &6%bonus% &eprima' addedNew: '&eAdded a new restricted area with &6%bonus% &ebonus'
removed: '&eSe ha eliminado la zona restringida con el nombre de &6%name%' removed: '&eRemoved the restricted area &6%name%'
list: '&e%number%&a. &e%areaname% &e%worldname% (&a%x1%:%y1%:%z1%/&e%x2%:%y2%:%z2%) list: '&e%number%&a. &e%areaname% &e%worldname% (&a%x1%:%y1%:%z1%/&e%x2%:%y2%:%z2%) &6%bonus%'
&6%bonus%'
wgList: '&e%number%&a. WorldGuard: &e%areaname% &6%bonus%' wgList: '&e%number%&a. WorldGuard: &e%areaname% &6%bonus%'
noAreas: '&eNo hay zonas restringidas guardadas' noAreas: '&eThere are no saved restricted areas'
noAreasByLoc: '&eNo hay zonas restringidas en este lugar' noAreasByLoc: '&eThere are no restricted areas in this location'
areaList: '&eZonas restringidas en este lugar: &6%list%' areaList: '&eRestricted areas by your location: &6%list%'
selected1: '&ePrimer punto seleccionado: &6%x%:%y%:%z%' selected1: '&eSelected the first point: &6%x%:%y%:%z%'
selected2: '&eSegundo punto seleccionado: &6%x%:%y%:%z%' selected2: '&eSelected the second point: &6%x%:%y%:%z%'
select: '&eSelecciona 2 puntos con la herramienta de selección (%tool%)' select: '&eSelect 2 points with the selection tool (%tool%)'
exist: '&eYa existe una zona restringida con este nombre' exist: '&eRestriction area by this name already exists'
dontExist: '&eNo existe una zona restringida con este nombre' dontExist: '&eRestriction area by this name does not exist'
wgDontExist: '&eNo existe una región de WorldGuard con este nombre' wgDontExist: '&eWorldGuard area by this name does not exist'
log: log:
help: help:
info: Muestra estadísticas. info: Shows statistics.
args: '[playername]' args: '[playername]'
output: output:
topline: '&7************************* &6%playername% &7*************************' topline: '&7************************* &6%playername% &7*************************'
ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%' ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%'
money: '&6dinero: %amount% ' money: '&6money: %amount% '
exp: '&eexperiencia: %amount% ' exp: '&eexp: %amount% '
points: '&6puntos: %amount%' points: '&6points: %amount%'
bottomline: '&7***********************************************************' bottomline: '&7***********************************************************'
prev: '&e<<<<< Anterior &2|' prev: '&e<<<<< Prev page &2|'
next: '&2|&e Siguiente >>>>' next: '&2|&e Next Page >>>>'
nodata: '&cDatos no encontrados' nodata: '&cData not found'
glog: glog:
help: help:
info: Muestra estadísticas generales. info: Shows global statistics.
args: '' args: ''
output: output:
topline: '&7*********************** &6ESTADÍSTICAS GENERALES &7***********************' topline: '&7*********************** &6Global statistics &7***********************'
ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%' ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%'
money: '&6dinero: %amount% ' money: '&6money: %amount% '
exp: '&eexperiencia: %amount% ' exp: '&eexp: %amount% '
points: '&6puntos: %amount%' points: '&6points: %amount%'
bottomline: '&7**************************************************************' bottomline: '&7**************************************************************'
nodata: '&cNo se han encontrado datos estadísticos.' nodata: '&cData not found'
transfer: transfer:
help: help:
info: Cambiar a un jugador una profesión por otra. info: Transfer a player's job from an old job to a new job.
args: '[playername] [oldjob] [newjob]' args: '[playername] [oldjob] [newjob]'
output: output:
target: Te han cambiado la profesión de %oldjobname% por la de %newjobname%. target: You have been transferred from %oldjobname% to %newjobname%.
promote: promote:
help: help:
info: Aumentar a un jugador el nivel de profesión. info: Promote the player X levels in a job.
args: '[playername] [jobname] [levels]' args: '[playername] [jobname] [levels]'
output: output:
target: Se ha aumentado %levelsgained% niveles la profesión de %jobname%. target: You have been promoted %levelsgained% levels in %jobname%.
exp: exp:
help: help:
info: Cambiar a un jugador la experiencia de una profesión. info: Change the player exp for job.
args: '[playername] [jobname] [set/add/take] [amount]' args: '[playername] [jobname] set/add/take [amount]'
error:
nojob: '&cThis player must first join a job.'
output: output:
target: '&eTe han modificado la experiencia de la profesión de %jobname%. target: '&eYour exp was changed for %jobname% &eand now you at &6%level%lvl &eand with &6%exp%exp.'
&eAhora tienes &6%level% niveles &ey &6%exp% puntos de experiencia.' level:
help:
info: Change the player's level in a job.
args: '[playername] [jobname] set/add/take [amount]'
error:
nojob: '&cThis player must first join a job.'
output:
target: '&eYour level was changed for %jobname% &eand now you at &6%level%lvl &eand with &6%exp%exp.'
demote: demote:
help: help:
info: Disminuir a un jugador el nivel de una profesión. info: Demote the player X levels in a job.
args: '[playername] [jobname] [levels]' args: '[playername] [jobname] [levels]'
output: output:
target: Te han disminuido %levelslost% niveles la profesión de %jobname%. target: You have been demoted %levelslost% levels in %jobname%.
grantxp: grantxp:
help: help:
info: Aumentar a un jugador la experiencia de una profesión. info: Grants the player X experience in a job.
args: '[playername] [jobname] [xp]' args: '[playername] [jobname] [xp]'
output: output:
target: Has recibido %xpgained% puntos de experiencia para la profesión de %jobname%. target: You have been granted %xpgained% experience in %jobname%.
removexp: removexp:
help: help:
info: Disminuir a un jugador la experiencia de una profesión. info: Remove X experience from the player in a job.
args: '[playername] [jobname] [xp]' args: '[playername] [jobname] [xp]'
output: output:
target: Has perdido %xplost% puntos de experiencia de la profesión de %jobname%. target: You have lost %xplost% experience in %jobname%.
signupdate: signupdate:
help: help:
info: Actualizar manualmente un cartel. info: Manually updates a sign by its name
args: '[jobname]' args: '[jobname]'
bp: bp:
help: help:
info: Muestra los Bloques protegidos a 10 bloques de radio. info: Shows block protections around you in 10 block radius
args: '' args: ''
output: output:
found: '&eSe han encontrado &6%amount% &eprotegidos a tu alrededor.' found: '&eFound &6%amount% &eprotected blocks around you'
notFound: '&eNo se han encontrado bloques protegidos a tu alrededor.' notFound: '&eNo protected blocks found around you'
reload: reload:
help: help:
info: Recargar la configuración del plugin. info: Reload configurations.
toggle: toggle:
help: help:
info: Cambiar la información de pago de la barra de acción. info: Toggles payment output on action bar or bossbar.
args: '' args: actionbar/bossbar
output: output:
turnedoff: '&4Esta función esta desactivada' turnedoff: '&4This feature is turned off!'
paid: paid:
main: '&8Has ganado:' main: '&aYou got:'
money: '&6[amount] &edinero' money: '&e[amount] money'
exp: '&2[exp] &aexperiencia' exp: '&7[exp] exp'
points: '&3[points] &bpuntos' points: '&6[points] points'
'on': '&aACTIVADO' 'on': '&aToggled: &aON'
'off': '&4DESACTIVADO' 'off': '&aToggled: &4OFF'
message: message:
skillup: skillup:
broadcast: '%playername% ha mejorado a %titlename% %jobname%.' broadcast: '%playername% has been promoted to a %titlename% %jobname%.'
nobroadcast: Enhorabuena, has mejorado a %titlename% %jobname%. nobroadcast: Congratulations, you have been promoted to a %titlename% %jobname%.
levelup: levelup:
broadcast: '%playername% es ahora nivel %joblevel% %jobname%.' broadcast: '%playername% is now a level %joblevel% %jobname%.'
nobroadcast: Ahora eres nivel %joblevel% %jobname%. nobroadcast: You are now level %joblevel% %jobname%.
cowtimer: '&eTienes que esperar &6%time% &esegundos para recibir dinero de la profesión.' leveldown:
blocktimer: '&e¡Debes esperar &3[time] &esegundos más para poder recibir dinero de esta profesión!' message: '&cYou lost level&e %lostLevel%&c in&e %jobname%&c job! Level:&6 %joblevel%&c.'
placeblocktimer: '&eNo puedes colocar más bloques en menos de &6[time] &esegundos en cowtimer: '&eYou still need to wait &6%time% &esec to get paid for this job.'
el mismo lugar!' blocktimer: '&eYou need to wait &3[time] &esec more to get paid for this!'
taxes: '&eSe ha transferido &3[amount] &ede impuestos a esta cuenta.' placeblocktimer: '&eYou can''t place blocks faster than &6[time] &esec in the same place!'
boostStarted: '&eSe ha iniciado el potenciador de profesiones.' taxes: '&3[amount] &eserver taxes were transferred to this account'
boostStoped: '&eSe ha detenido el potenciador de profesiones.' boostStarted: '&eJobs boost time have been started!'
boostStoped: '&eJobs boost time have been ended!'
crafting: crafting:
fullinventory: Tu inventario esta lleno fullinventory: '&cYour inventory is full!'
signs: signs:
List: '&0[number].&8[player]&7:&4[level]' List: '&0[number].&8[player]&7:&4[level]'
questList: '&0[number].&8[player]&7:&4[quests]'
SpecialList: SpecialList:
p1: '&b** &8Primero &b**' p1: '&b** &8First &b**'
p2: '&b** &8Segundo &b**' p2: '&b** &8Second &b**'
p3: '&b** &8Tercero &b**' p3: '&b** &8Third &b**'
p4: '&b** &8Cuarto &b**' p4: '&b** &8Fourth &b**'
p5: '&b** &8Quinto &b**' p5: '&b** &8Fifth &b**'
p6: '&b** &8Sexto &b**' p6: '&b** &8Sixth &b**'
p7: '&b** &8Septimo &b**' p7: '&b** &8Seventh &b**'
p8: '&b** &8Octavo &b**' p8: '&b** &8Eight &b**'
p9: '&b** &8Noveno &b**' p9: '&b** &8Ninth &b**'
p10: '&b** &8Décimo &b**' p10: '&b** &8Tenth &b**'
name: '&9[player]' name: '&9[player]'
level: '&8[level] nivel' level: '&8[level] level'
quests: '&8[quests] quests'
bottom: '&b************' bottom: '&b************'
cantcreate: '&4No puedes crear este cartel.' cantcreate: '&4You can''t create this sign!'
cantdestroy: '&4No puedes destruir este cartel.' cantdestroy: '&4You can''t destroy this sign!'
topline: '&9[Profesión]' topline: '&0[Jobs]'
secondline: secondline:
join: '&aTrabajar' join: '&0Join'
leave: '&cAbandonar' leave: '&0Leave'
toggle: '&2Intercambiar' toggle: '&0Toggle'
top: '&3Podio' top: '&0Top'
browse: '&2Buscar' browse: '&0Browse'
stats: '&2Estadísticas' stats: '&0Stats'
limit: '&2Límite' limit: '&0Limit'
info: '&6Información' info: '&0Info'
archive: '&2Archivo' archive: '&0Archive'
scoreboard: scoreboard:
topline: '&3Podio &6%jobname%' topline: '&2Top &e%jobname%'
gtopline: '&3Posición' gtopline: '&2Global top list'
line: '&2%number%. &e%playername% (&6%level%&e)' line: '&2%number%. &e%playername% (&6%level%&e)'

View File

@ -1,3 +1,4 @@
---
economy: economy:
error: error:
nomoney: '&cVabandust, riiklikus pangas pole raha järel!' nomoney: '&cVabandust, riiklikus pangas pole raha järel!'
@ -13,8 +14,8 @@ general:
days: '&e%days% &6päeva ' days: '&e%days% &6päeva '
hours: '&e%hours% &6tundi ' hours: '&e%hours% &6tundi '
mins: '&e%mins% &6minutit ' mins: '&e%mins% &6minutit '
secs: '&e%secs% &6sekundit ' secs: '&e%secs% &6sekundit '
invalidPage: '&cSobimatu leht' invalidPage: '&cInvalid page'
'true': '&2Tõene' 'true': '&2Tõene'
'false': '&cVäär' 'false': '&cVäär'
admin: admin:
@ -42,7 +43,7 @@ command:
cmdUsage: '&2Kasutamine: &7[command]' cmdUsage: '&2Kasutamine: &7[command]'
label: Jobs label: Jobs
cmdInfoFormat: '[command] &f- &2[description]' cmdInfoFormat: '[command] &f- &2[description]'
cmdFormat: '&7/[command]&f[arguments]' cmdFormat: '&7/[command] &f[arguments]'
helpPageDescription: '&2* [description]' helpPageDescription: '&2* [description]'
title: '&e-------&e ======= &6Jobs &e======= &e-------' title: '&e-------&e ======= &6Jobs &e======= &e-------'
page: '&e-----&e ====== Leht &6[1] &e/ &6[2] &e====== &e-----' page: '&e-----&e ====== Leht &6[1] &e/ &6[2] &e====== &e-----'
@ -59,7 +60,7 @@ command:
output: output:
allreset: Kõik palgavõimendused on väljalülitatud allreset: Kõik palgavõimendused on väljalülitatud
jobsboostreset: Palgavõimendus on ameti %jobname% jaoks välja lülitatud jobsboostreset: Palgavõimendus on ameti %jobname% jaoks välja lülitatud
nothingtoreset: Pole midagi lähtestada nothingtoreset: Nothing to reset
boostalladded: Palgavõimendus suurusega %boost% on lisatud kõikidele ametitele! boostalladded: Palgavõimendus suurusega %boost% on lisatud kõikidele ametitele!
boostadded: Palgavõimendus suurusega &e%boost% &aon lisatud ametile &e%jobname%! boostadded: Palgavõimendus suurusega &e%boost% &aon lisatud ametile &e%jobname%!
infostats: '&c-----> &aRahavõimendus x%boost% lubatud&c <-------' infostats: '&c-----> &aRahavõimendus x%boost% lubatud&c <-------'
@ -70,7 +71,7 @@ command:
output: output:
allreset: Kõik punktivõimendused on välja lülitatud allreset: Kõik punktivõimendused on välja lülitatud
jobsboostreset: Punktivõimendus on ameti %jobname% jaoks välja lülitatud jobsboostreset: Punktivõimendus on ameti %jobname% jaoks välja lülitatud
nothingtoreset: Pole midagi lähtestada nothingtoreset: Nothing to reset
boostalladded: Punktivõimendus suurusega %boost% on lisatud kõikidele ametitele! boostalladded: Punktivõimendus suurusega %boost% on lisatud kõikidele ametitele!
boostadded: Punktivõimendus suurusega &e%boost% &aon lisatud ametile &e%jobname%! boostadded: Punktivõimendus suurusega &e%boost% &aon lisatud ametile &e%jobname%!
infostats: '&c-----> &aPunktivõimendus x%boost% lubatud&c <-------' infostats: '&c-----> &aPunktivõimendus x%boost% lubatud&c <-------'
@ -81,7 +82,7 @@ command:
output: output:
allreset: Kõik kogemuste võimendused on välja lülitatud allreset: Kõik kogemuste võimendused on välja lülitatud
jobsboostreset: Kogemuste võimendus on ameti %jobname% jaoks välja lülitatud jobsboostreset: Kogemuste võimendus on ameti %jobname% jaoks välja lülitatud
nothingtoreset: Pole midagi lähtestada nothingtoreset: Nothing to reset
boostalladded: Kogemuste võimendus suurusega %boost% on lisatud kõikidele ametitele! boostalladded: Kogemuste võimendus suurusega %boost% on lisatud kõikidele ametitele!
boostadded: Kogemuste võimendus suurusega &e%boost% &aon lisatud ametile &e%jobname%! boostadded: Kogemuste võimendus suurusega &e%boost% &aon lisatud ametile &e%jobname%!
infostats: '&c-----> &aKogemuste võimendus x%boost% lubatud&c <-------' infostats: '&c-----> &aKogemuste võimendus x%boost% lubatud&c <-------'
@ -112,16 +113,15 @@ command:
area: ' &eAla boonus: %money% %points% %exp%' area: ' &eAla boonus: %money% %points% %exp%'
mcmmo: ' &eMcMMO boonus: %money% %points% %exp%' mcmmo: ' &eMcMMO boonus: %money% %points% %exp%'
final: ' &eLõplik boonus: %money% %points% %exp%' final: ' &eLõplik boonus: %money% %points% %exp%'
finalExplanation: ' &eEi sisalda Petpay ja lähedal oleva tekitaja boonust/trahvi' finalExplanation: ' &eDoes not include Petpay and Near spawner bonus/penalty'
convert: convert:
help: help:
info: 'Konverteerib põhilise andmesüsteemi ühest süsteemist teise. Kui hetkel on selleks info: Converts the database system from one system to another. If you are currently running SQLite, this will convert it to MySQL and vice versa.
SQLite, muutub see MySQL-iks ja vastupidi.'
args: '' args: ''
limit: limit:
help: help:
info: Näitab ametite tasupiiranguid info: Näitab ametite tasupiiranguid
args: '' args: '[playername]'
output: output:
moneytime: '&eAega rahapiirangu lähtestamiseni: &2%time%' moneytime: '&eAega rahapiirangu lähtestamiseni: &2%time%'
moneyLimit: '&eRahapiirang: &2%current%&e/&2%total%' moneyLimit: '&eRahapiirang: &2%current%&e/&2%total%'
@ -131,8 +131,7 @@ command:
pointsLimit: '&ePunktipiirang: &2%current%&e/&2%total%' pointsLimit: '&ePunktipiirang: &2%current%&e/&2%total%'
reachedmoneylimit: '&4Oled määratud aja jooksul jõudnud rahapiiranguni!' reachedmoneylimit: '&4Oled määratud aja jooksul jõudnud rahapiiranguni!'
reachedmoneylimit2: '&eOma piirangut saad näha käsklusega &2/jobs limit' reachedmoneylimit2: '&eOma piirangut saad näha käsklusega &2/jobs limit'
reachedmoneylimit3: '&eTeenitud raha on nüüd astmeliselt vähendatud... reachedmoneylimit3: '&eTeenitud raha on nüüd astmeliselt vähendatud... Aga natuke teenid sa ikka!'
Aga natuke teenid sa ikka!'
reachedexplimit: '&4Oled määratud aja jooksul jõudnud kogemuste piiranguni!' reachedexplimit: '&4Oled määratud aja jooksul jõudnud kogemuste piiranguni!'
reachedexplimit2: '&eOma piirangut saad näha käsklusega &2/jobs limit' reachedexplimit2: '&eOma piirangut saad näha käsklusega &2/jobs limit'
reachedpointslimit: '&4Oled määratud aja jooksul jõudnud punktide piiranguni!' reachedpointslimit: '&4Oled määratud aja jooksul jõudnud punktide piiranguni!'
@ -163,8 +162,7 @@ command:
args: set/add/take [playername] [amount] args: set/add/take [playername] [amount]
output: output:
set: '&eMängija (&6%playername%&e) punktide arv muudetud: &6%amount%' set: '&eMängija (&6%playername%&e) punktide arv muudetud: &6%amount%'
add: '&eMängija (&6%playername%&e) sai juurde &6%amount% &epunkti. Nüüd on tal add: '&eMängija (&6%playername%&e) sai juurde &6%amount% &epunkti. Nüüd on tal &6%total%&e punkti'
&6%total%&e punkti'
take: '&eMängija (&6%playername%&e) kaotas &6%amount% &epunkti. Nüüd on tal &6%total%&e punkti' take: '&eMängija (&6%playername%&e) kaotas &6%amount% &epunkti. Nüüd on tal &6%total%&e punkti'
editjobs: editjobs:
help: help:
@ -188,6 +186,26 @@ command:
or: '&evõi ' or: '&evõi '
look: '&6VAADATAV PLOKK' look: '&6VAADATAV PLOKK'
lookHover: '&6Vajuta, et hankida teave vaadatavalt plokilt' lookHover: '&6Vajuta, et hankida teave vaadatavalt plokilt'
editquests:
help:
info: Edit current quests.
args: ''
list:
quest: '&eQuests:'
jobs: ' -> [&e%jobname%&r]'
quests: ' -> [&e%questname%&r]'
actions: ' -> [&e%actionname%&r]'
objectives: ' -> [&e%objectivename%&r]'
objectiveRemove: '&c[X]'
objectiveAdd: ' -> &e[&2+&e]'
modify:
newValue: '&eEnter new value'
enter: '&eEnter new name or press '
hand: '&6HAND '
handHover: '&6Press to grab info from item in your hand'
or: '&eor '
look: '&6LOOKING AT'
lookHover: '&6Press to grab info from block you are looking'
blockinfo: blockinfo:
help: help:
info: Näitab vaadatava ploki teavet. info: Näitab vaadatava ploki teavet.
@ -239,8 +257,7 @@ command:
cantOpen: '&cSeda lehte ei saa avada' cantOpen: '&cSeda lehte ei saa avada'
NoPermForItem: '&cSul puuduvad sellele esemele vajalikud õigused!' NoPermForItem: '&cSul puuduvad sellele esemele vajalikud õigused!'
NoPermToBuy: '&cPuudub selle eseme ostmise õigus' NoPermToBuy: '&cPuudub selle eseme ostmise õigus'
NoJobReqForitem: '&cSul puudub nõutud amet (&6%jobname%&e) nõutud tasemega NoJobReqForitem: '&cSul puudub nõutud amet (&6%jobname%&e) nõutud tasemega (&6%joblevel%&e)'
(&6%joblevel%&e)'
NoPoints: '&cSul pole piisavalt punkte' NoPoints: '&cSul pole piisavalt punkte'
NoTotalLevel: '&cÜldine ametite tase on liiga madal (%totalLevel%)' NoTotalLevel: '&cÜldine ametite tase on liiga madal (%totalLevel%)'
Paid: '&eSa maksid &6%amount% &eselle eseme eest' Paid: '&eSa maksid &6%amount% &eselle eseme eest'
@ -252,7 +269,7 @@ command:
nojob: Ühtegi ametit pole salvestatud. nojob: Ühtegi ametit pole salvestatud.
give: give:
help: help:
info: Annab eseme ametinime ja eseme kategooria järgi. Mängija nimi on valikuline. info: Annab eseme ametinime ja eseme kategooria järgi. Mängija nimi on valikuline.
args: '[playername] [jobname] [items/limiteditems] [jobitemname]' args: '[playername] [jobname] [items/limiteditems] [jobitemname]'
output: output:
notonline: '&4Mängija [%playername%] pole võrgus!' notonline: '&4Mängija [%playername%] pole võrgus!'
@ -261,10 +278,8 @@ command:
help: help:
title: '&2*** &eAmetid&2 ***' title: '&2*** &eAmetid&2 ***'
info: Näitab, kui palju ja mille eest igas ametis raha saab. info: Näitab, kui palju ja mille eest igas ametis raha saab.
penalty: '&eSellel ametil on trahv &c[penalty]% &e, kuna selle on valinud liiga penalty: '&eSellel ametil on trahv &c[penalty]% &e, kuna selle on valinud liiga palju mängijaid.'
palju mängijaid.' bonus: '&eSellel ametil on boonus &2[bonus]% &e, kuna seda ametit pole valinud piisavalt palju mängijaid.'
bonus: '&eSellel ametil on boonus &2[bonus]% &e, kuna seda ametit pole valinud
piisavalt palju mängijaid.'
args: '[jobname] [action]' args: '[jobname] [action]'
actions: '&eLubatud tegevused on: &f%actions%' actions: '&eLubatud tegevused on: &f%actions%'
max: ' - &emaksimaalne tase:&f ' max: ' - &emaksimaalne tase:&f '
@ -274,8 +289,8 @@ command:
levelFrom: ' &a(alates &e%levelFrom% &atasemest)' levelFrom: ' &a(alates &e%levelFrom% &atasemest)'
levelUntil: ' &a(kuni &e%levelUntil% &atasemeni)' levelUntil: ' &a(kuni &e%levelUntil% &atasemeni)'
money: ' &2%money%$' money: ' &2%money%$'
points: ' &6%points% punkti' points: ' &6%points%pts'
exp: ' &e%exp% kogemust' exp: ' &e%exp%xp'
gui: gui:
pickjob: '&eVali oma amet!' pickjob: '&eVali oma amet!'
jobinfo: '&e[jobname] teave!' jobinfo: '&e[jobname] teave!'
@ -301,7 +316,7 @@ command:
none: 'Ametis %jobname% ei saa puutüvede koorimise eest raha.' none: 'Ametis %jobname% ei saa puutüvede koorimise eest raha.'
kill: kill:
info: '&eTapmine' info: '&eTapmine'
none: '%Ametis jobname% ei saa koletiste tapmise eest raha.' none: '%jobname% does not get money for killing monsters.'
mmkill: mmkill:
info: '&eMK tapmine' info: '&eMK tapmine'
none: 'Ametis %jobname% ei saa Müütiliste Koletiste tapmise eest raha.' none: 'Ametis %jobname% ei saa Müütiliste Koletiste tapmise eest raha.'
@ -311,9 +326,6 @@ command:
craft: craft:
info: '&eMeisterdamine' info: '&eMeisterdamine'
none: 'Ametis %jobname% ei saa meisterdamise eest raha.' none: 'Ametis %jobname% ei saa meisterdamise eest raha.'
drink:
info: '&eJoomine'
none: 'Ametis %jobname% ei saa joomise eest raha.'
smelt: smelt:
info: '&eSulatamine' info: '&eSulatamine'
none: 'Ametis %jobname% ei saa sulatamise eest raha.' none: 'Ametis %jobname% ei saa sulatamise eest raha.'
@ -353,6 +365,9 @@ command:
custom-kill: custom-kill:
info: '&eTehislikud tapmised' info: '&eTehislikud tapmised'
none: 'Ametis %jobname% ei saa raha mängijate tehislike tapmiste eest raha.' none: 'Ametis %jobname% ei saa raha mängijate tehislike tapmiste eest raha.'
collect:
info: '&eCollect'
none: '%jobname% does not get money for collecting blocks.'
playerinfo: playerinfo:
help: help:
info: Näitab, kui palju ja mille eest igas ametis mõni mängija raha saab. info: Näitab, kui palju ja mille eest igas ametis mõni mängija raha saab.
@ -368,18 +383,20 @@ command:
rejoin: '&cSelle ametiga ei saa uuesti liituda. Oota [time]' rejoin: '&cSelle ametiga ei saa uuesti liituda. Oota [time]'
rejoin: '&aKlõpsa ametiga taasliitumiseks: ' rejoin: '&aKlõpsa ametiga taasliitumiseks: '
success: Oled liitunud ametiga %jobname%. success: Oled liitunud ametiga %jobname%.
confirm: '&2Klõpsa liitumistegevuse kinnitamiseks ametiga &7[jobname]' confirm: '&2Click to confirm joining action for the &7[jobname] &2job.'
leave: leave:
help: help:
info: Lahku valitud ametist. info: Lahku valitud ametist.
args: '[oldplayerjob]' args: '[oldplayerjob]'
success: Oled lahkunud ametist %jobname%. success: Oled lahkunud ametist %jobname%.
confirmationNeed: '&cAre you sure you want to leave from&e [jobname]&c job? Type the command again within&6 [time] seconds &cto confirm!'
leaveall: leaveall:
help: help:
info: Lahku kõikidest ametitest. info: Lahku kõikidest ametitest.
error: error:
nojobs: Sul pole ühtegi ametit, millest lahkuda! nojobs: Sul pole ühtegi ametit, millest lahkuda!
success: Oled kõigist ametitest lahkunud. success: Oled kõigist ametitest lahkunud.
confirmationNeed: '&cAre you sure you want to leave from all jobs? Type the command again within&6 [time] seconds &cto confirm!'
explored: explored:
help: help:
info: Vaata, kes on seda kamakat külastanud info: Vaata, kes on seda kamakat külastanud
@ -393,7 +410,7 @@ command:
nojobs: Pole ühtegi ametit, millega sa saaksid liituda. nojobs: Pole ühtegi ametit, millega sa saaksid liituda.
output: output:
header: 'Sa tohid liituda järgnevate ametitega:' header: 'Sa tohid liituda järgnevate ametitega:'
footer: Rohkema teabe saamiseks kirjuta /jobs info [TööNimi] footer: For more information type in /jobs info [JobName]
totalWorkers: ' &7Töötajaid: &e[amount]' totalWorkers: ' &7Töötajaid: &e[amount]'
penalty: ' &4Trahv: &c[amount]%' penalty: ' &4Trahv: &c[amount]%'
bonus: ' &2Boonus: &a[amount]%' bonus: ' &2Boonus: &a[amount]%'
@ -425,15 +442,11 @@ command:
args: '[playername]' args: '[playername]'
error: error:
noquests: '&cEesmärgid puuduvad' noquests: '&cEesmärgid puuduvad'
toplineseparator: '&7*********************** &6[playerName]&2(&f[questsDone]&2) toplineseparator: '&7*********************** &6[playerName] &2(&f[questsDone]&2) &7***********************'
&7***********************'
output: output:
completed: '&2 !Saavutatud!&r ' completed: '&2 !Saavutatud!&r '
questLine: '[progress] &7[questName] &f[done]&7/&8[required]' questLine: '[progress] &7[questName] &f[done]&7/&8[required]'
hover: hover: "&f[jobName] \n[desc] \n&7New quest in: [time]"
- '&f[jobName]'
- '[desc]'
- '&7Uus eesmärk tuleb [time] pärast'
fire: fire:
help: help:
info: Vallanda mängija ametist. info: Vallanda mängija ametist.
@ -473,7 +486,7 @@ command:
show: '&2Näita parimate nimekirja alates &e[from] &2kuni &e[until]' show: '&2Näita parimate nimekirja alates &e[from] &2kuni &e[until]'
gtop: gtop:
help: help:
info: Näitab %amount% parimat mängijat üldise ametitaseme järgi. info: Näitab %amount% parimat mängijat üldise ametitaseme järgi.
args: '' args: ''
error: error:
nojob: Mistahes teavet ei leitud. nojob: Mistahes teavet ei leitud.
@ -492,8 +505,7 @@ command:
output: output:
addedNew: '&eLisatud uus piiranguala võimendusega &6%bonus%' addedNew: '&eLisatud uus piiranguala võimendusega &6%bonus%'
removed: '&eEemaldatud piiranguala &6%name%' removed: '&eEemaldatud piiranguala &6%name%'
list: '&e%number%&a. &e%areaname% &e%worldname% (&a%x1%:%y1%:%z1%/&e%x2%:%y2%:%z2%) list: '&e%number%&a. &e%areaname% &e%worldname% (&a%x1%:%y1%:%z1%/&e%x2%:%y2%:%z2%) &6%bonus%'
&6%bonus%'
wgList: '&e%number%&a. WorldGuard: &e%areaname% &6%bonus%' wgList: '&e%number%&a. WorldGuard: &e%areaname% &6%bonus%'
noAreas: '&ePiirangualasid pole salvestatud' noAreas: '&ePiirangualasid pole salvestatud'
noAreasByLoc: '&eSiin asukohas puuduvad piirangualad' noAreasByLoc: '&eSiin asukohas puuduvad piirangualad'
@ -544,20 +556,20 @@ command:
target: Sind kõrgendati %levelsgained% taseme võrra ametis %jobname%. target: Sind kõrgendati %levelsgained% taseme võrra ametis %jobname%.
exp: exp:
help: help:
info: Muuda mängija kogemust ametis. info: Muuda mängija kogemust ametis.
args: '[playername] [jobname] set/add/take [amount]' args: '[playername] [jobname] set/add/take [amount]'
error: error:
nojob: '&cSee mängija peab kõigepealt ametiga liituma.' nojob: '&cSee mängija peab kõigepealt ametiga liituma.'
output: output:
target: '&eSu kogemust muudeti ametis %jobname%&e, nüüd on sul &6%level%. tase target: '&eSu kogemust muudeti ametis %jobname%&e, nüüd on sul &6%level%. tase &ening &6%exp% kogemust.'
&ening &6%exp% kogemust.'
level: level:
help: help:
info: Muuda mängija taset teatud ametis. info: Muuda mängija taset teatud ametis.
args: '[playername] [jobname] set/add/take [amount]' args: '[playername] [jobname] set/add/take [amount]'
error:
nojob: '&cThis player must first join a job.'
output: output:
target: '&eSu kogemust muudeti ametis %jobname%&e, nüüd on sul &6%level%. tase target: '&eSu kogemust muudeti ametis %jobname%&e, nüüd on sul &6%level%. tase &ening &6%exp% kogemust.'
&ening &6%exp% kogemust.'
demote: demote:
help: help:
info: Alanda mängijat teatud ametis X taseme võrra. info: Alanda mängijat teatud ametis X taseme võrra.
@ -610,17 +622,19 @@ message:
levelup: levelup:
broadcast: '%playername% on nüüd %joblevel%. tasemel ametis %jobname%.' broadcast: '%playername% on nüüd %joblevel%. tasemel ametis %jobname%.'
nobroadcast: Oled nüüd %joblevel%. tasemel ametis %jobname%. nobroadcast: Oled nüüd %joblevel%. tasemel ametis %jobname%.
leveldown:
message: '&cYou lost level&e %lostLevel%&c in&e %jobname%&c job! Level:&6 %joblevel%&c.'
cowtimer: '&ePead veel &6%time% &esekundit ootama, et selle töö eest palka saada.' cowtimer: '&ePead veel &6%time% &esekundit ootama, et selle töö eest palka saada.'
blocktimer: '&ePead ootama &3[time] &esekundit veel, et selle eest palka saada!' blocktimer: '&ePead ootama &3[time] &esekundit veel, et selle eest palka saada!'
placeblocktimer: '&eSa ei saa samasse kohta plokke asetada kiiremini kui &6[time] placeblocktimer: '&eSa ei saa samasse kohta plokke asetada kiiremini kui &6[time] &esekundit!'
&esekundit!'
taxes: '&3[amount] &eserveri maksu kanti üle sellele kasutajale' taxes: '&3[amount] &eserveri maksu kanti üle sellele kasutajale'
boostStarted: '&eAmetivõimenduse aeg on alanud!' boostStarted: '&eAmetivõimenduse aeg on alanud!'
boostStoped: '&eAmetivõimenduse aeg on lõppenud!' boostStoped: '&eAmetivõimenduse aeg on lõppenud!'
crafting: crafting:
fullinventory: Sinu seljakott on täis! fullinventory: 'Sinu seljakott on täis!'
signs: signs:
List: '&0[number].&8[player]&7:&4[level]' List: '&0[number].&8[player]&7:&4[level]'
questList: '&0[number].&8[player]&7:&4[quests]'
SpecialList: SpecialList:
p1: '&b** &8Esimene &b**' p1: '&b** &8Esimene &b**'
p2: '&b** &8Teine &b**' p2: '&b** &8Teine &b**'
@ -634,6 +648,7 @@ signs:
p10: '&b** &8Kümnes &b**' p10: '&b** &8Kümnes &b**'
name: '&9[player]' name: '&9[player]'
level: '&8[level]. tase' level: '&8[level]. tase'
quests: '&8[quests] quests'
bottom: '&b************' bottom: '&b************'
cantcreate: '&4Sa ei saa seda silti luua!' cantcreate: '&4Sa ei saa seda silti luua!'
cantdestroy: '&4Sa ei saa seda silti lõhkuda!' cantdestroy: '&4Sa ei saa seda silti lõhkuda!'

View File

@ -1,3 +1,4 @@
---
economy: economy:
error: error:
nomoney: '&cIl n''y a plus d''argent dans les caisses du serveur!' nomoney: '&cIl n''y a plus d''argent dans les caisses du serveur!'
@ -14,185 +15,244 @@ general:
hours: '&e%hours% &6heures ' hours: '&e%hours% &6heures '
mins: '&e%mins% &6minutes ' mins: '&e%mins% &6minutes '
secs: '&e%secs% &6secondes ' secs: '&e%secs% &6secondes '
invalidPage: '&cPage invalide'
'true': '&2Vrai'
'false': '&cFaux'
admin: admin:
error: '&cUne erreur est survenue pendant l''exécution de la commande.' error: '&cUne erreur est survenue pendant l''exécution de la commande.'
success: '&eLa commande a été exécutée avec succès.' success: '&eLa commande a été exécutée avec succès.'
error: error:
noHelpPage: '&cIl n''y a pas de page d''aide portant ce numéro!' noHelpPage: '&cIl n''y a pas de page d''aide portant ce numéro !'
notNumber: '&eMerci d''utiliser des chiffres!' notNumber: '&eVeuillez utiliser des chiffres !'
job: '&cLe métier que vous avez selectionné n''existe pas!' job: '&cLe métier que vous avez selectionné n''existe pas!'
noCommand: '&cIl n''y pas de commande portant ce nom!' noCommand: '&cIl n''y pas de commande portant ce nom!'
permission: '&cVous n''avez pas la permission de faire ça!' permission: '&cVous n''avez pas la permission de faire ça!'
noinfo: '&cAucune information trouvée!' noinfo: '&cAucune information trouvée !'
noinfoByPlayer: '&cAucune information trouvée par [%playername%] nom du joueur!' noinfoByPlayer: '&cAucune information trouvée par [%playername%] nom du joueur!'
ingame: '&cVous ne pouvez utiliser cette commande qu''en jeu!' ingame: '&cVous ne pouvez utiliser cette commande qu''en jeu!'
fromconsole: '&cCette commande doit être lancée depuis la console!' fromconsole: '&cCette commande doit être lancée depuis la console!'
worldisdisabled: '&cVous ne pouvez pas utiliser cette commande dans ce monde!' worldisdisabled: '&cVous ne pouvez pas utiliser cette commande dans ce monde!'
newFurnaceRegistration: '&eNouveau propriétaire enregistré pour le fourneau &7[current]&e/&f[max]'
newBrewingRegistration: '&eNouveau propriétaire enregistré pour l''alambic &7[current]&e/&f[max]'
noFurnaceRegistration: '&cVous avez atteins la limite de fourneau maximal !'
noBrewingRegistration: '&cVous avez atteint la limite du nombre maximum d''alambics !'
command: command:
moneyboost:
help:
info: 'Booster le gain d''argent pour tous les joueurs'
args: '[jobname] [rate]'
output:
allreset: 'Tous les boost d''argent ont été désactivés.'
jobsboostreset: 'Le boost d''argent pour le métier %jobname% a été désactivé.'
nothingtoreset: 'Il n''y a rien à remettre à zéro.'
boostalladded: 'Un boost d''argent de %boost% a été activé pour tous les métiers!'
boostadded: 'Un boost d''argent de &e%boost% &aa été activé pour le métier &e%jobname%!'
infostats: '&c-----> &aBoost d''argent x%boost% activé&c <-------'
pointboost:
help:
info: 'Booster les points pour tous les joueurs'
args: '[jobname] [rate]'
output:
allreset: 'Tous les boosts de points ont été désactivés.'
jobsboostreset: 'Le boost de points pour le métier %jobname% a été désactivé.'
nothingtoreset: 'Il n''y a rien à remettre à zéro.'
boostalladded: ' Un boost de points de %boost% a été activé pour tous les métiers!'
boostadded: 'Un boost de points de &e%boost% &aa été activé pour le métier &e%jobname%!'
infostats: '&c-----> &aBoost de points x%boost% activé&c <-------'
expboost:
help:
info: 'Booster l''EXP pour tous les joueurs'
args: '[jobname] [rate]'
output:
allreset: 'Tous les boost d''EXP ont été désactivés.'
jobsboostreset: 'Le boost d''EXP pour le métier %jobname% a été désactivé'
nothingtoreset: 'Il n''y a rien à remettre à zéro.'
boostalladded: 'Un boost d''EXP de %boost% a été activé pour tous les métiers!'
boostadded: 'Un boost d''EXP de &e%boost% &aa été activé pour le métier &e%jobname%!'
infostats: '&c-----> &aBoost d''EXP x%boost% activé&c <-------'
bonus:
help:
info: 'Voir les bonus de métiers'
args: '[jobname]'
output:
topline: '&7**************** &2[argent] &6[points] &e[exp] &7****************'
permission: ' &eBonus de permission: %money% %points% %exp%'
item: ' &eBonus d''objet: %money% %points% %exp%'
global: ' &eBonus global: %money% %points% %exp%'
dynamic: ' &eBonus dynamique: %money% %points% %exp%'
nearspawner: ' &eBonus de spawner: %money% %points% %exp%'
petpay: ' &eBonus PetPay: %money% %points% %exp%'
area: ' &eBonus de zone: %money% %points% %exp%'
mcmmo: ' &eBonus McMMO: %money% %points% %exp%'
final: ' &eBonus final: %money% %points% %exp%'
finalExplanation: ' &eN''inclut pas les bonus/pénalités des spawners à proximité et de PetPay'
convert:
help:
info: 'Convertis le système de la base de données. Si vous utilisez SQLite, cela sera converti à MySQL et vice-versa.'
args: ''
limit:
help:
info: 'Montre les limites des métiers'
args: ''
output:
moneytime: '&eTemps restant avant le reset de la limite d''argent: &2%hour%&eh &2%min%&em &2%sec%&es'
moneyLimit: '&eLimite d''argent: &2%money%&e/&2%totalmoney%'
exptime: '&eTemps restant avant le reset de la limite d''EXP: &2%hour%&eh &2%min &em &2%sec%&es'
expLimit: '&eLimite d''EXP: &2%exp%&e/&2%totalexp%'
pointstime: '&eTemps restant avant le reset de la limite de points: &2%hour%&eh &2%min &em &2%sec%&es'
pointsLimit: '&eLimite de points: &2%current%&e/&2%total%'
reachedmoneylimit: '&4Vous avez atteint le maximum d''argent gagné pendant le temps imparti!'
reachedmoneylimit2: '&eVous pouvez vérifier la limite en faisant &2/jobs limit'
reachedexplimit: '&4Vous avez atteint le maximum d''EXP gagné pendant le temps imparti!'
reachedexplimit2: '&eVous pouvez vérifier la limite en faisant &2/jobs limit'
reachedpointslimit: '&4Vous avez atteint le maximum de points gagné pendant le temps imparti!'
reachedpointslimit2: '&eVous pouvez vérifier la limite en faisant &2/jobs limit'
notenabled: '&eLa limite d''argent n''est pas activée.'
resetlimit:
help:
info: 'Remet à zéro les limites de paiements des joueurs'
args: '[playername]'
output:
reseted: '&eLa limite de paiement a été remise à zéro pour: &2%playername%'
help: help:
output: output:
info: 'Faites /jobs [cmd] ? pour plus d''information sur une commande.' info: Tapez /jobs [cmd] ? pour plus d'informations sur une commande.
usage: 'Utilisation: %usage%' cmdUsage: '&2Utilisation : &7[command]'
label: Jobs
cmdInfoFormat: '[command] &f- &2[description]'
cmdFormat: '&7/[command] &f[arguments]'
helpPageDescription: '&2* [description]'
title: '&e-------&e ======= &6Métiers &e======= &e-------' title: '&e-------&e ======= &6Métiers &e======= &e-------'
page: '&e-----&e ====== Page &6[1] &esur &6[2] &e====== &e-----' page: '&e-----&e ====== Page &6[1] &esur &6[2] &e====== &e-----'
fliperSimbols: '&e----------' fliperSimbols: '&e----------'
prev: '&&e--- <<<<< &6Page préc &e|' prevPage: '&2----<< &6Précédent '
prevOff: '&7--- <<<<< Page préc &e|' prevPageOff: '&7----<< Précédent '
next: '&e|&6 Page suiv &e>>>> ---' nextPage: '&6 Suivant &2>>----'
nextOff: '&e|&7 Page suiv >>>> ---' nextPageOff: '&7 Suivant >>----'
pageCount: '&2[current]/[total]'
moneyboost:
help:
info: Booster le gain d'argent pour tous les joueurs
args: '[jobname] [rate]'
output:
allreset: All money boosts turned off
jobsboostreset: Money boost has been turned off for %jobname%
nothingtoreset: Il n'y a rien à remettre à zéro.
boostalladded: Un boost d'argent de %boost% a été activé pour tous les métiers!
boostadded: Un boost d'argent de &e%boost% &aa été activé pour le métier &e%jobname%!
infostats: '&c-----> &aBoost d''argent x%boost% activé&c <-------'
pointboost:
help:
info: Booster les points pour tous les joueurs
args: '[jobname] [rate]'
output:
allreset: All point boosts turned off
jobsboostreset: Point boost has been turned off for %jobname%
nothingtoreset: Il n'y a rien à remettre à zéro.
boostalladded: Points boost of %boost% added for all jobs!
boostadded: Un boost de points de &e%boost% &aa été activé pour le métier &e%jobname%!
infostats: '&c-----> &aBoost de points x%boost% activé&c <-------'
expboost:
help:
info: Boosts exp gain for all players
args: '[jobname] [rate]'
output:
allreset: All exp boosts turned off
jobsboostreset: Exp boost has been turned off for %jobname%
nothingtoreset: Il n'y a rien à remettre à zéro.
boostalladded: Exp boost of %boost% added for all jobs!
boostadded: Exp boost of &e%boost% &aadded for &e%jobname%!
infostats: '&c-----> &aExp rate x%boost% enabled&c <-------'
itembonus:
help:
info: Vérifier l'objet bonus
args: ''
output:
list: '&e[jobname] : %money% %points% %exp%'
hover: '&7%itemtype%'
hoverLevelLimits: "&7Du niveau: %from%\n&7Au niveau: %until%"
edititembonus:
help:
info: Éditer l'objet bonus
args: list/add/remove [jobname] [itemBoostName]
bonus:
help:
info: Afficher les bonus de métier
args: '[jobname]'
output:
topline: '&7**************** &2[money] &6[points] &e[exp] &7****************'
permission: ' &eBonus de permission : %money% %points% %exp%'
item: ' &eBonus d''objet : %money% %points% %exp%'
global: ' &eBonus global : %money% %points% %exp%'
dynamic: ' &eBonus dynamique : %money% %points% %exp%'
nearspawner: ' &eBonus de générateur : %money% %points% %exp%'
petpay: ' &eBonus PetPay: %money% %points% %exp%'
area: ' &eBonus de zone : %money% %points% %exp%'
mcmmo: ' &eBonus McMMO: %money% %points% %exp%'
final: ' &eBonus final : %money% %points% %exp%'
finalExplanation: ' &eN''inclut pas les bonus/pénalités des spawners à proximité et de PetPay'
convert:
help:
info: Convertis le système de la base de données. Si vous utilisez SQLite, cela sera converti à MySQL et vice-versa.
args: ''
limit:
help:
info: Affiche les limites de payement des métiers.
args: '[playername]'
output:
moneytime: '&eTime left until money limit resets: &2%time%'
moneyLimit: '&eMoney limit: &2%current%&e/&2%total%'
exptime: '&eTime left until Exp limit resets: &2%time%'
expLimit: '&eLimite d''expérience : &2%current%&e/&2%total%'
pointstime: '&eTime left until Point limit resets: &2%time%'
pointsLimit: '&eLimite de points: &2%current%&e/&2%total%'
reachedmoneylimit: '&4Vous avez atteint le maximum d''argent gagné pendant le temps imparti!'
reachedmoneylimit2: '&eVous pouvez vérifier la limite en faisant &2/jobs limit'
reachedmoneylimit3: '&e L''argent récolté est maintenant réduite exponentiellement... Mais tu gagne toujours un petit peu!'
reachedexplimit: '&4You have reached exp limit in given time!'
reachedexplimit2: '&eVous pouvez vérifier la limite en faisant &2/jobs limit'
reachedpointslimit: '&4Vous avez atteint le maximum de points gagné pendant le temps imparti!'
reachedpointslimit2: '&eVous pouvez vérifier la limite en faisant &2/jobs limit'
notenabled: '&eMoney limit is not enabled'
resetlimit:
help:
info: Remet à zéro les limites de paiements des joueurs
args: '[playername]'
output:
reseted: '&eLa limite de paiement a été remise à zéro pour: &2%playername%'
resetquest:
help:
info: Réinitialisé la quête du joueur
args: '[playername] [jobname]'
output:
reseted: '&eLa quête à bien été remise à zéro pour le joueur: &2%playername%'
noQuests: '&eAucune quête à été trouvé'
points: points:
help: help:
info: 'Montrer combien de points a le joueur.' info: Affiche le nombre de points d'un joueur.
args: '[playername]' args: '[playername]'
currentpoints: ' &eNombre de points actuel: &6%currentpoints%' currentpoints: ' &eNombre de points actuel: &6%currentpoints%'
totalpoints: ' &eNombre de points total collecté : &6%totalpoints%' totalpoints: ' &eNombre de points total collecté : &6%totalpoints%'
editpoints: editpoints:
help: help:
info: 'Éditer le nombre de points d''un joueur.' info: Éditer le nombre de points d'un joueur.
args: '[set/add/take] [playername] [amount]' args: set/add/take [playername] [amount]
output: output:
set: '&eLes points du joueur &6%playername%&e ont été mis à &6%amount%' set: '&eLes points du joueur &6%playername%&e ont été mis à &6%amount%'
add: '&eLe joueur &6%playername% &ea reçu &6%amount% &epoints. Il a maintenant add: '&eLe joueur &6%playername% &ea reçu &6%amount% &epoints. Il a maintenant &6%total%'
&6%total%'
take: '&eLe joueur &6%playername% &ea perdu &6%amount% &epoints. Il a maintenant &6%total%' take: '&eLe joueur &6%playername% &ea perdu &6%amount% &epoints. Il a maintenant &6%total%'
editjobs: editjobs:
help: help:
info: 'Éditer les métiers actuels.' info: Éditer les métiers actuels.
args: '' args: ''
list: list:
job: '&eMétiers:' job: '&eMétiers :'
jobs: ' -> [&e%jobname%&r]' jobs: ' -> [&e%jobname%&r]'
actions: ' -> [&e%actionname%&r]' actions: ' -> [&e%actionname%&r]'
material: ' -> [&e%materialname%&r] ' material: ' -> [&e%materialname%&r] '
materialRemove: '&c[X]' materialRemove: '&c[X]'
materialAdd: ' -> &e[&2+&e]' materialAdd: ' -> &e[&2+&e]'
money: ' -> &eArgent: &6%amount%' money: ' -> &eArgent : &6%amount%'
exp: ' -> &eExp: &6%amount%' exp: ' -> &eExpérience : &6%amount%'
points: ' -> &ePoints: &6%amount%' points: ' -> &ePoints : &6%amount%'
modify: modify:
newValue: '&eEntrez une nouvelle valeur' newValue: '&eEntrez une nouvelle valeur'
enter: '&eEntrez un nouveau nom ou cliquez ' enter: '&eEntrez un nouveau nom ou cliquez '
hand: '&6HAND ' hand: '&6MAIN '
handHover: '&6Cliquez pour prendre les infos de l''objet dans votre main' handHover: '&6Cliquez pour prendre les infos de l''objet dans votre main'
or: '&eou '
look: '&6Regarde à'
lookHover: '&6Cliquez pour prendre les infos du bloc que vous regardez'
editquests:
help:
info: Edit current quests.
args: ''
list:
quest: '&eQuests:'
jobs: ' -> [&e%jobname%&r]'
quests: ' -> [&e%questname%&r]'
actions: ' -> [&e%actionname%&r]'
objectives: ' -> [&e%objectivename%&r]'
objectiveRemove: '&c[X]'
objectiveAdd: ' -> &e[&2+&e]'
modify:
newValue: '&eEnter new value'
enter: '&eEnter new name or press '
hand: '&6HAND '
handHover: '&6Press to grab info from item in your hand'
or: '&eor ' or: '&eor '
look: '&6LOOKING AT' look: '&6LOOKING AT'
lookHover: '&6Cliquez pour prendre les infos du bloc que vous regardez' lookHover: '&6Press to grab info from block you are looking'
blockinfo: blockinfo:
help: help:
info: 'Montre les infos du bloc que vous regardez.' info: Affiche les informations du bloc que vous regardez.
args: '' args: ''
output: output:
name: ' &eNom du bloc: &6%blockname%' name: ' &eNom du bloc : &6%blockname%'
id: ' &eId du bloc: &6%blockid%' id: ' &eID du bloc : &6%blockid%'
data: ' &eData du bloc: &6%blockdata%' data: ' &eDonnée du bloc : &6%blockdata%'
usage: ' &eUtilisation: &6%first% &eou &6%second%' usage: ' &eUtilisation : &6%first% &eou &6%second%'
iteminfo: iteminfo:
help: help:
info: 'Montre les infos de l''objet que vous tenez.' info: Affiche les informations de l'objet que vous tenez.
args: '' args: ''
output: output:
name: ' &eNom de l''objet: &6%itemname%' name: ' &eNom de l''objet : &6%itemname%'
id: ' &eId de l''objet: &6%itemid%' id: ' &eID de l''objet : &6%itemid%'
data: ' &eData de l''objet: &6%itemdata%' data: ' &eDonnée de l''objet : &6%itemdata%'
usage: ' &eUtilisation: &6%first% &eor &6%second%' usage: ' &eUtilisation : &6%first% &eou &6%second%'
placeholders:
help:
info: Liste de tout les placeholders
args: (parse) (placeholder)
output:
list: '&e[place]. &7[placeholder]'
outputResult: ' &erésultat: &7[result]'
parse: '&6[placeholder] &7by [source] &6result &8|&f[result]&8|'
entitylist: entitylist:
help: help:
info: 'Montre toutes les entités possibles qui peuvent être utilisées par ce plugin.' info: Affiche toutes les entités possibles qui peuvent être utilisées par ce plugin.
args: '' args: ''
stats: stats:
help: help:
info: 'Donne votre niveau dans chacun de vos métiers.' info: Donne votre niveau dans chacun de vos métiers.
args: '[playername]' args: '[playername]'
error: error:
nojob: 'Vous n''avez pas de métier.' nojob: Vous n'avez pas de métier.
output: ' lvl%joblevel% %jobname% : %jobxp%/%jobmaxxp% xp' output: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp'
shop: shop:
help: help:
info: 'Ouvre les shops de métiers.' info: Ouvre les shops de métiers.
args: '' args: ''
info: info:
title: '&e------- &8Shops de métiers &e-------' title: '&e------- &8Boutique de Jobs &e-------'
currentPoints: '&eVous avez: &6%currentpoints%' currentPoints: '&eVous avez: &6%currentpoints%'
price: '&ePrix: &6%price%' price: '&ePrix : &6%price%'
reqJobs: '&eMétier requis:' reqJobs: '&eMétiers requis :'
reqJobsList: ' &6%jobsname%&e: &e%level% lvl' reqJobsList: ' &6%jobsname%&e : niveau &e%level%'
reqTotalLevel: '&6Niveau total requis: &e%totalLevel%' reqTotalLevel: '&6Niveau total requis: &e%totalLevel%'
cantOpen: '&cImpossible d''ouvrir cette page' cantOpen: '&cImpossible d''ouvrir cette page'
NoPermForItem: '&cVous n''avez pas la permission requise pour cet objet!' NoPermForItem: '&cVous n''avez pas la permission requise pour cet objet!'
@ -203,196 +263,249 @@ command:
Paid: '&eVous avez payé &6%amount% &epour cet objet' Paid: '&eVous avez payé &6%amount% &epour cet objet'
archive: archive:
help: help:
info: 'Montre tous les métiers archivés par joueur.' info: Affiche tous les métiers archivés par le joueur.
args: '[playername]' args: '[playername]'
error: error:
nojob: 'Il n''y a aucun métier archivé.' nojob: Il n'y a aucun métier archivé.
give: give:
help: help:
info: 'Donne un objet par nom de métier et nom de catégorie d''objet. Le pseudo est facultatif.' info: Donne un objet par nom de métier et nom de catégorie d'objet. Le pseudo est facultatif.
args: '[playername] [jobname] [itemname]' args: '[playername] [jobname] [items/limiteditems] [jobitemname]'
output: output:
notonline: '&4Player [%playername%] est hors-ligne !' notonline: '&4Player [%playername%] est hors-ligne !'
noitem: '&4Ce nom ne correspond à aucun objet !' noitem: '&4Ce nom ne correspond à aucun objet !'
info: info:
help: help:
title: '&2*** &eMétiers&2 ***' title: '&2*** &eJobs&2 ***'
info: 'Montre combien est payé chaque métier et pour quelle action.' info: Montre combien est payé chaque métier et pour quelle action.
penalty: '&eCe métier a &c[penalty]% &ede pénalité car trop de joueurs le pratiquent.' penalty: '&eCe métier a &c[penalty]% &ede pénalité car trop de joueurs le pratiquent.'
bonus: '&eCe métier a &2[bonus]% &ede bonus car peu de joueurs le pratiquent.' bonus: '&eCe métier a &2[bonus]% &ede bonus car peu de joueurs le pratiquent.'
args: '[jobname] [action]' args: '[jobname] [action]'
actions: '&eLes actions possibles sont: &f%actions%' actions: '&eLes actions possibles sont: &f%actions%'
max: ' - &eNiveau Max:&f ' max: ' - &eNiveau Max:&f '
newMax: ' &eNiveau maximum : &f[max]'
material: '&7%material%' material: '&7%material%'
levelRange: ' &a(&e%levelFrom% &a- &e%levelUntil% &alevels)' levelRange: ' &a(&e%levelFrom% &a- &e%levelUntil% &aniveaux)'
levelFrom: ' &a(from &e%levelFrom% &alevel)' levelFrom: ' &a(à partir du &aniveau &e%levelFrom%)'
levelUntil: ' &a(until &e%levelUntil% &alevel)' levelUntil: ' &a(jusqu''au &aniveau &e%levelUntil%)'
money: ' &2%money% $' money: ' &2%money% $'
points: ' &6%points% Points' points: ' &6%points% Points'
exp: ' &e%exp% EXP' exp: ' &e%exp% XP'
gui: gui:
pickjob: '&eChoisissez un métier!' pickjob: '&eChoisissez un métier !'
jobinfo: '&e[jobname] info!' jobinfo: '&e[jobname] info!'
actions: '&eActions rémunérées:' actions: '&eActions rémunérées:'
leftClick: '&eClic gauche pour plus d''infos' leftClick: '&eClic gauche pour plus d''infos'
rightClick: '&eClic droit pour rejoindre ce métier' rightClick: '&eClic droit pour rejoindre ce métier'
leftSlots: '&eNombre de places restantes:&f ' leftSlots: '&ePlaces restantes :&f '
working: '&2&nVous exercez déjà ce métier' working: '&2&nVous exercez déjà ce métier'
max: '&eNiveau max:&f ' max: '&eNiveau maximum :&f '
back: '&e<<< Retour' back: '&e<<< Retour'
output: output:
break: break:
info: 'Casser' info: '&eCasser'
none: '%jobname% ne donne rien en cassant des blocs.' none: '%jobname% ne donne rien en cassant des blocs.'
tntbreak: tntbreak:
info: 'TNT' info: '&eCasser du TNT'
none: '%jobname% ne donne rien en cassant des blocs avec de la TNT.' none: '%jobname% ne donne rien en cassant des blocs avec de la TNT.'
place: place:
info: 'Placer' info: '&ePlacer'
none: '%jobname% ne donne rien en plaçant des blocs.' none: '%jobname% ne donne rien en plaçant des blocs.'
striplogs:
info: '&eÉcorcer des bûches'
none: '%jobname% ne gagne pas d''argent pour écorcer des bûches.'
kill: kill:
info: 'TuerMobs' info: '&eTuer'
none: '%jobname% ne donne rien en tuant des monstres.' none: '%jobname% ne donne rien en tuant des monstres.'
mmkill: mmkill:
info: 'TuerMM' info: 'TuerMM'
none: '%jobname% ne donne rien en tuant des boss.' none: '%jobname% ne donne rien en tuant des boss.'
fish: fish:
info: 'Pêcher' info: '&ePêcher'
none: '%jobname% ne donne rien en pêchant.' none: '%jobname% ne donne rien en pêchant.'
craft: craft:
info: 'Crafter' info: '&eFabriquer'
none: '%jobname% ne donne rien en craftant.' none: '%jobname% ne donne rien en craftant.'
smelt: smelt:
info: 'Cuire' info: '&eCuire'
none: '%jobname% ne donne rien en faisant cuire.' none: '%jobname% ne donne rien en faisant cuire.'
brew: brew:
info: 'Infuser' info: '&eBrasser'
none: '%jobname% ne donne rien en faisant infuser.' none: '%jobname% ne donne rien en faisant infuser.'
eat: eat:
info: 'Manger' info: '&eManger'
none: '%jobname% ne donne rien en mangeant.' none: '%jobname% ne donne rien en mangeant.'
dye: dye:
info: 'Teindre' info: '&eTeindre'
none: '%jobname% ne donne rien en colorant des objet.' none: '%jobname% ne gagne pas d''argent en teignant des objets.'
enchant: enchant:
info: 'Enchanter' info: '&eEnchanter'
none: '%jobname% ne donne rien en enchantant.' none: '%jobname% ne donne rien en enchantant.'
vtrade:
info: '&eÉchange avec un villageois'
none: '%jobname% ne donne pas d''argent pour les échanges avec les villageois.'
repair: repair:
info: 'Réparer' info: '&eRéparer'
none: '%jobname% ne donne rien en réparant.' none: '%jobname% ne donne rien en réparant.'
breed: breed:
info: 'Nourrir' info: '&eÉlever'
none: '%jobname% ne donne rien en nourrissant.' none: '%jobname% ne donne rien en nourrissant.'
tame: tame:
info: 'Apprivoiser' info: '&eApprivoiser'
none: '%jobname% ne donne rien en apprivoisant.' none: '%jobname% ne donne rien en apprivoisant.'
milk: milk:
info: 'Traire' info: '&eTraire'
none: '%jobname% ne donne rien lors de la traite d''une vache.' none: '%jobname% ne donne rien lors de la traite d''une vache.'
shear: shear:
info: 'Tailler' info: '&eCisailler'
none: '%jobname% ne donne rien en taillant la laine d''un mouton.' none: '%jobname% ne donne rien en taillant la laine d''un mouton.'
explore: explore:
info: 'Explorer' info: '&eExplorer'
none: '%jobname% ne donne rien en explorant.' none: '%jobname% ne donne rien en explorant.'
custom-kill: custom-kill:
info: 'TuerJoueur' info: 'TuerJoueur'
none: '%jobname% ne donne rien en tuant des joueurs particuliers.' none: '%jobname% ne donne rien en tuant des joueurs particuliers.'
collect:
info: '&eCollecter'
none: '%jobname% ne gagne pas d''argent en collectant les blocs.'
playerinfo: playerinfo:
help: help:
info: 'Donne le montant payé de chaque action pour un certain métier sur un autre joueur.' info: Donne le montant payé de chaque action pour un certain métier sur un autre joueur.
args: '[playername] [jobname] [action]' args: '[playername] [jobname] [action]'
join: join:
help: help:
info: 'Rejoindre le métier sélectionné.' info: Rejoindre le métier sélectionné.
args: '[jobname]' args: '[jobname]'
error: error:
alreadyin: 'Vous exercez déjà le métier de %jobname%.' alreadyin: Vous exercez déjà le métier de %jobname%.
fullslots: 'Vous ne pouvez pas devenir %jobname%, il n''y a plus de places disponibles.' fullslots: Vous ne pouvez pas devenir %jobname%, il n'y a plus de places disponibles.
maxjobs: 'Vous exercez déjà trop de métiers.' maxjobs: Vous exercez déjà trop de métiers.
rejoin: '&cVous ne pouvez pas retourner dans ce métier maintenant. Attendez [time]' rejoin: '&cVous ne pouvez pas retourner dans ce métier maintenant. Attendez [time]'
success: 'Vous exercez maintenant le métier de %jobname%.' rejoin: '&aClique pour rejoindre ce métier: '
success: Vous exercez maintenant le métier de %jobname%.
confirm: '&2Click to confirm joining action for the &7[jobname] &2job.'
leave: leave:
help: help:
info: 'Quitter le métier sélectionné.' info: Quitter le métier sélectionné.
args: '[oldplayerjob]' args: '[oldplayerjob]'
success: 'Vous n''exercez plus le métier de %jobname%.' success: Vous n'exercez plus le métier de %jobname%.
confirmationNeed: '&cAre you sure you want to leave from&e [jobname]&c job? Type the command again within&6 [time] seconds &cto confirm!'
leaveall: leaveall:
help: help:
info: 'Quitter tous vos métiers.' info: Quitter tous vos métiers.
error: error:
nojobs: 'Vous n''exercez aucun métier !' nojobs: Vous n'exercez aucun métier !
success: 'Vous avez quitté tous vos métiers.' success: Vous avez quitté tous vos métiers.
confirmationNeed: '&cAre you sure you want to leave from all jobs? Type the command again within&6 [time] seconds &cto confirm!'
explored:
help:
info: Vérifie qui a visité ce tronçon
error:
noexplore: Personne n'a visité ce tronçon
list: '&e%place%. %playername%'
browse: browse:
help: help:
info: 'Montre les métiers que vous pouvez exercer.' info: Montre les métiers que vous pouvez exercer.
error: error:
nojobs: 'Il n''y a aucun métier que vous pouvez rejoindre.' nojobs: Il n'y a aucun métier que vous pouvez rejoindre.
output: output:
header: 'Vous pouvez exercer les métiers suivants:' header: 'Vous pouvez exercer les métiers suivants:'
footer: 'Pour plus d''informations, tapez /jobs info [JobName]' footer: Pour plus d'informations, tapez /jobs info [JobName]
totalWorkers: ' &7Employés: &e[amount]' totalWorkers: ' &7Travailleurs : &e[amount]'
penalty: ' &4Pénalité: &c[amount]%' penalty: ' &4Pénalité: &c[amount]%'
bonus: ' &2Bonus: &a[amount]%' bonus: ' &2Bonus : &a[amount] %'
fire: newHeader: '&2========== [amount] Métiers Dsiponibles ========='
description: '[description]'
list: ' &8[place]. &7[jobname]'
console:
newHeader: '&2========== [amount] Métiers Dsiponibles ========='
description: '[description]'
totalWorkers: ' &7Travailleurs : &e[amount]'
penalty: ' &4Pénalité: &c[amount]%'
bonus: ' &2Bonus : &a[amount]%'
list: ' &6[jobname]'
newMax: ' &eNiveau maximum : &f[max]'
click: '&bCliquez sur le métier pour en savoir plus dessus !'
detailed: '&bCliquez pour obtenir une liste plus détaillée sur les actions d''un métier'
jobHeader: '&2========== [jobname] ========='
chooseJob: '&7&n&oChoisir ce métier'
chooseJobHover: '&7Cliquez ici pour travailler dans ce métier'
clearownership:
help: help:
info: 'Renvoie le joueur de son métier.' info: Clear block ownership
args: '[playername] [jobname]' args: '[playername]'
error:
nojob: 'Ce joueur n''exerce pas le métier de %jobname%.'
output: output:
target: 'Vous avez été renvoyé de %jobname%.' cleared: '&2Removed &7[furnaces] &2furnaces and &7[brewing] &2brewing stands'
fireall: quests:
help: help:
info: 'Renvoie le joueur de tous ses métiers.' info: Affiche les quêtes disponibles
args: '[playername]' args: '[playername]'
error: error:
nojobs: 'Le joueur n''a aucun métier!' noquests: '&cIl n''y a pas de quête'
toplineseparator: '&7*********************** &6[playerName] &2(&f[questsDone]&2) &7***********************'
output: output:
target: 'Vous avez été renvoyé de tous vos métiers.' completed: '&2 ! Terminé !&r '
employ: questLine: '[progress] &7[questName] &f[done]&7/&8[required]'
hover: "&f[jobName] \n[desc] \n&7Nouvelle quête dans : [time]"
fire:
help: help:
info: 'Embauche le joueur dans le métier.' info: Renvoie le joueur de son métier.
args: '[playername] [jobname]' args: '[playername] [jobname]'
error: error:
alreadyin: 'Ce joueur exerce déjà le métier de %jobname%.' nojob: Ce joueur n'exerce pas le métier de %jobname%.
output: output:
target: 'Vous avez été embauché pour être %jobname%.' target: Vous avez été renvoyé de %jobname%.
fireall:
help:
info: Renvoie le joueur de tous ses métiers.
args: '[playername]'
error:
nojobs: Le joueur n'a aucun métier!
output:
target: Vous avez été renvoyé de tous vos métiers.
employ:
help:
info: Embauche le joueur dans le métier.
args: '[playername] [jobname]'
error:
alreadyin: Ce joueur exerce déjà le métier de %jobname%.
fullslots: You cannot join the job %jobname%, there are no slots available.
output:
target: Vous avez été embauché pour être %jobname%.
top: top:
help: help:
info: 'Montre le Top %amount% des joueurs par métier.' info: Affiche le top %amount% des joueurs par métier.
args: '[jobname]' args: '[jobname]'
error: error:
nojob: 'Aucun métier ne porte ce nom.' nojob: Aucun métier ne porte ce nom.
output: output:
topline: '&aTop&e %amount% &ades joueurs pour le métier de &e%jobname%' topline: '&aTop&e %amount% &ades joueurs pour le métier de &e%jobname%'
list: '&e%number%&a. &e%playername% &aniv. &e%level% &aavec&e %exp% &aEXP' list: '&e%number%&a. &e%playername% &aniv. &e%level% &aavec&e %exp% &aEXP'
prev: '&e<<<<< Page préc &2|' prev: '&e<<<<< Page précédente &2|'
next: '&2|&e Page suiv >>>>' next: '&2|&e Page suivante >>>>'
show: '&2Montre la Top List de &e[from] &2jusqu''à &e[until]' show: '&2Montre la Top List de &e[from] &2jusqu''à &e[until]'
gtop: gtop:
help: help:
info: 'Montre le Top %amount% des joueurs global.' info: Affiche le top %amount% des joueurs par niveau global de métiers.
args: '' args: ''
error: error:
nojob: 'Impossible de trouver des informations.' nojob: Impossible de trouver des informations.
output: output:
topline: '&aTop&e %amount% &ades joueurs par métier' topline: '&aTop&e %amount% &ades joueurs par métier'
list: '&e%number%&a. &e%playername% &aniv. &e%level% &aavec&e %exp% &aEXP' list: '&e%number%&a. &e%playername% &aniv. &e%level% &aavec&e %exp% &aEXP'
prev: '&e<<<<< Page préc &2|' prev: '&e<<<<< Page précédente &2|'
next: '&2|&e Page suiv >>>>' next: '&2|&e Page suivante >>>>'
show: '&2Montre la Top List de &e[from] &2jusqu''à &e[until]' show: '&2Montre la Top List de &e[from] &2jusqu''à &e[until]'
area: area:
help: help:
info: 'Modifie les restrictions de zone' info: Modifie les restrictions de zone
args: add/remove/info/list args: add/remove/info/list
addUsage: '&eUtilisation: &6/Jobs area add [areaName/wg:worldGuardAreaName] [bonus]' addUsage: '&eUtilisation: &6/Jobs area add [areaName/wg:worldGuardAreaName] [bonus]'
removeUsage: '&eUtilisation: &6/Jobs area remove [areaName]' removeUsage: '&eUtilisation: &6/Jobs area remove [areaName]'
output: output:
addedNew: '&eNouvelle zone restrictive ajoutée avec &6%bonus% &ebonus' addedNew: '&eNouvelle zone restrictive ajoutée avec &6%bonus% &ebonus'
removed: '&eZone restrictive &6%name% supprimée' removed: '&eZone restrictive &6%name% supprimée'
list: '&e%number%&a. &e%areaname% &e%worldname% (&a%x1%:%y1%:%z1%/&e%x2%:%y2%:%z2%) list: '&e%number%&a. &e%areaname% &e%worldname% (&a%x1%:%y1%:%z1%/&e%x2%:%y2%:%z2%) &6%bonus%'
&6%bonus%'
wgList: '&e%number%&a. WorldGuard: &e%areaname% &6%bonus%' wgList: '&e%number%&a. WorldGuard: &e%areaname% &6%bonus%'
noAreas: '&eIl n''y a aucune zone sauvegardée' noAreas: '&eIl n''y a aucune zone sauvegardée'
noAreasByLoc: '&eIl n''y a aucune zone restrictive en ce lieu' noAreasByLoc: '&eIl n''y a aucune zone restrictive en ce lieu'
@ -405,101 +518,112 @@ command:
wgDontExist: '&eLa zone WorldGuard de ce nom n''existe pas.' wgDontExist: '&eLa zone WorldGuard de ce nom n''existe pas.'
log: log:
help: help:
info: 'Affiche les statistiques.' info: Affiche les statistiques.
args: '[playername]' args: '[playername]'
output: output:
topline: '&7************************* &6%playername% &7*************************' topline: '&7************************* &6%playername% &7*************************'
ls: '&7* &6%number%. &3%action%: &6%item% &eqté: %qty% %money%%exp%%points%' ls: '&7* &6%number%. &3%action%: &6%item% &eqté: %qty% %money%%exp%%points%'
money: '&6Argent: %amount% ' money: '&6argent : %amount% '
exp: '&eEXP: %amount% ' exp: '&eXP : %amount% '
points: '&6points: %amount%' points: '&6points : %amount%'
bottomline: '&7***********************************************************' bottomline: '&7***********************************************************'
prev: '&e<<<<< Page préc &2|' prev: '&e<<<<< Page précédente &2|'
next: '&2|&e Page suiv >>>>' next: '&2|&e Page suivante >>>>'
nodata: '&cDonnées introuvables' nodata: '&cDonnées introuvables'
glog: glog:
help: help:
info: 'Affiche les statistiques globales.' info: Affiche les statistiques globales.
args: '' args: ''
output: output:
topline: '&7*********************** &6Statistiques globales &7***********************' topline: '&7*********************** &6Statistiques globales &7***********************'
ls: '&7* &6%number%. &3%action%: &6%item% &eqté: %qty% %money%%exp%%points%' ls: '&7* &6%number%. &3%action%: &6%item% &eqté: %qty% %money%%exp%%points%'
money: '&6Argent: %amount% ' money: '&6argent : %amount% '
exp: '&eEXP: %amount% ' exp: '&eXP : %amount% '
points: '&6points: %amount%' points: '&6points : %amount%'
bottomline: '&7**************************************************************' bottomline: '&7**************************************************************'
nodata: '&cDonnées introuvables' nodata: '&cDonnées introuvables'
transfer: transfer:
help: help:
info: 'Transfère un joueur d''un métier à un autre.' info: Transfère un joueur d'un métier à un autre.
args: '[playername] [oldjob] [newjob]' args: '[playername] [oldjob] [newjob]'
output: output:
target: 'Vous avez été transféré de %oldjobname% à %newjobname%.' target: Vous avez été transféré de %oldjobname% à %newjobname%.
promote: promote:
help: help:
info: 'Promeut le joueur de X niveau(x) dans un métier.' info: Promeut le joueur de X niveau(x) dans un métier.
args: '[playername] [jobname] [levels]' args: '[playername] [jobname] [levels]'
output: output:
target: 'Vous avez été promu de %levelsgained% niveaux en tant que %jobname%.' target: Vous avez été promu de %levelsgained% niveaux en tant que %jobname%.
exp: exp:
help: help:
info: 'Change l''expérience d''un joueur dans un métier' info: Change l'expérience d'un joueur dans un métier
args: '[playername] [jobname] [set/add/take] [amount]' args: '[playername] [jobname] set/add/take [amount]'
error:
nojob: '&cCe joueur doit d''abord choisir un métier.'
output: output:
target: '&eVotre expérience a été changée pour le métier %jobname% &eet maintenant vous êtes niveau &6%level% target: '&eVotre expérience a été changée pour le métier %jobname% &eet maintenant vous êtes niveau &6%level% &eavec &6%exp% EXP.'
&eavec &6%exp% EXP.' level:
help:
info: Change le niveau d'un joueur dans un métier.
args: '[playername] [jobname] set/add/take [amount]'
error:
nojob: '&cCe joueur doit d''abord choisir un métier.'
output:
target: '&eYour level was changed for %jobname% &eand now you at &6%level%lvl &eand with &6%exp%exp.'
demote: demote:
help: help:
info: 'Rétrograde le joueur de X niveaux dans un métier.' info: Rétrograde le joueur de X niveaux dans un métier.
args: '[playername] [jobname] [levels]' args: '[playername] [jobname] [levels]'
output: output:
target: 'Vous avez été rétrogradé de %levelslost% niveaux en tant que %jobname%.' target: Vous avez été rétrogradé de %levelslost% niveaux en tant que %jobname%.
grantxp: grantxp:
help: help:
info: 'Donne X points d''expérience au joueur dans un métier.' info: Donne X points d'expérience au joueur dans un métier.
args: '[playername] [jobname] [xp]' args: '[playername] [jobname] [xp]'
output: output:
target: 'Vous avez gagné %xpgained% EXP en tant que %jobname%.' target: Vous avez gagné %xpgained% EXP en tant que %jobname%.
removexp: removexp:
help: help:
info: 'Enlève X points d''expérience au joueur dans un métier.' info: Enlève X points d'expérience au joueur dans un métier.
args: '[playername] [jobname] [xp]' args: '[playername] [jobname] [xp]'
output: output:
target: 'Vous avez perdu %xplost% EXP en tant que %jobname%.' target: Vous avez perdu %xplost% EXP en tant que %jobname%.
signupdate: signupdate:
help: help:
info: 'Met à jour manuellement le panneau par son nom' info: Met à jour manuellement le panneau par son nom
args: '[jobname]' args: '[jobname]'
bp: bp:
help: help:
info: 'Montre la protection de bloc dans un rayon de 10 blocs autour de vous.' info: Affiche les protections des blocs alentour dans un rayon de 10 blocs.
args: '' args: ''
output: output:
found: '&6%amount% &eblocs protégées ont été trouvés autour de vous.' found: '&6%amount% &eblocs protégées ont été trouvés autour de vous.'
notFound: '&eIl n''y a aucun bloc protégé autour de vous' notFound: '&eIl n''y a aucun bloc protégé autour de vous'
reload: reload:
help: help:
info: 'Recharge la configuration.' info: Recharge la configuration.
toggle: toggle:
help: help:
info: 'Change l''affichage du paiement entre l''actionbar/bossbar.' info: Change l'affichage du paiement entre l'actionbar/bossbar.
args: '[actionbar/bossbar]' args: actionbar/bossbar
output: output:
turnedoff: '&4Cette option est désactivée !' turnedoff: '&4Cette option est désactivée !'
paid: paid:
main: '&aVous recevez:' main: '&aVous recevez:'
money: '&e[amount] $' money: '&e[amount] $'
exp: '&7[exp] EXP' exp: '&7[exp] XP'
points: '&6[points] Points' points: '&6[points] points'
'on': '&aChangé: &aON' 'on': '&aChangé: &aON'
'off': '&aChangé: &4OFF' 'off': '&aChangé: &4OFF'
message: message:
skillup: skillup:
broadcast: '%playername% a été promu %titlename% %jobname%.' broadcast: '%playername% a été promu %titlename% %jobname%.'
nobroadcast: 'Félicitations, vous avez été promu %titlename% %jobname%.' nobroadcast: Félicitations, vous avez été promu %titlename% %jobname%.
levelup: levelup:
broadcast: '%playername% est maintenant %jobname% niveau %joblevel%.' broadcast: '%playername% est maintenant %jobname% niveau %joblevel%.'
nobroadcast: 'Vous êtes maintenant %jobname% niveau %joblevel%.' nobroadcast: Vous êtes maintenant %jobname% niveau %joblevel%.
leveldown:
message: '&cYou lost level&e %lostLevel%&c in&e %jobname%&c job! Level:&6 %joblevel%&c.'
cowtimer: '&eVous devez attendre &6%time% &esec avant d''être payé à nouveau.' cowtimer: '&eVous devez attendre &6%time% &esec avant d''être payé à nouveau.'
blocktimer: '&eVous devez attendre &3[time] &esec avant d''être payé à nouveau.' blocktimer: '&eVous devez attendre &3[time] &esec avant d''être payé à nouveau.'
placeblocktimer: '&eVous ne pouvez placer des blocs que toutes les &6[time] &esec au même endroit!' placeblocktimer: '&eVous ne pouvez placer des blocs que toutes les &6[time] &esec au même endroit!'
@ -509,7 +633,8 @@ message:
crafting: crafting:
fullinventory: 'Votre inventaire est plein!' fullinventory: 'Votre inventaire est plein!'
signs: signs:
List: '&0[number].&8[player]&7:&4[level]' List: '&0[number].&8[player]&7 :&4[level]'
questList: '&0[number].&8[player]&7 :&4[quests]'
SpecialList: SpecialList:
p1: '&b** &8Premier &b**' p1: '&b** &8Premier &b**'
p2: '&b** &8Deuxième &b**' p2: '&b** &8Deuxième &b**'
@ -523,6 +648,7 @@ signs:
p10: '&b** &8Dixième &b**' p10: '&b** &8Dixième &b**'
name: '&9[player]' name: '&9[player]'
level: '&8Niveau [level]' level: '&8Niveau [level]'
quests: '&8[quests] quêtes'
bottom: '&b************' bottom: '&b************'
cantcreate: '&4Vous ne pouvez pas créer ce panneau !' cantcreate: '&4Vous ne pouvez pas créer ce panneau !'
cantdestroy: '&4Vous ne pouvez pas détruire ce panneau!' cantdestroy: '&4Vous ne pouvez pas détruire ce panneau!'
@ -533,7 +659,7 @@ signs:
toggle: '&0Changer' toggle: '&0Changer'
top: '&0Top' top: '&0Top'
browse: '&0Liste' browse: '&0Liste'
stats: '&0Stats' stats: '&0Statistiques'
limit: '&0Limite' limit: '&0Limite'
info: '&0Infos' info: '&0Infos'
archive: '&0Archive' archive: '&0Archive'

View File

@ -1,9 +1,10 @@
---
economy: economy:
error: error:
nomoney: '&cSajnálom, nincs pénz a nemzeti bankban!' nomoney: '&cSajnálom, nincs pénz a nemzeti bankban!'
limitedItem: limitedItem:
error: error:
levelup: '&cBe kell lépned a(z) [jobname] szintbe, hogy használd ezt az elemet!' levelup: '&cSzintet kell lépned a(z) [jobname] munkában, hogy használd ezt az elemet!'
general: general:
Spawner: '&r[type] Spawner' Spawner: '&r[type] Spawner'
info: info:
@ -26,7 +27,7 @@ general:
job: '&cEz a munka nem létezik!' job: '&cEz a munka nem létezik!'
noCommand: '&cNincs ilyen parancs ezzel a névvel!' noCommand: '&cNincs ilyen parancs ezzel a névvel!'
permission: '&cNincs jogosultságod a használatára!' permission: '&cNincs jogosultságod a használatára!'
noinfo: '&cNincs információ a játékosról/munkáról!' noinfo: '&cNincs információ találva!'
noinfoByPlayer: '&cNincs információ [%playername%] játékosról!' noinfoByPlayer: '&cNincs információ [%playername%] játékosról!'
ingame: '&cEz a parancs csak a játékban használható!' ingame: '&cEz a parancs csak a játékban használható!'
fromconsole: '&cEz a parancs csak a konzolon használható!' fromconsole: '&cEz a parancs csak a konzolon használható!'
@ -38,14 +39,14 @@ general:
command: command:
help: help:
output: output:
info: 'Típus /jobs [command] ? további információ a parancsról.' info: Típus /jobs [cmd] ? további információ a parancsról.
cmdUsage: '&2Használat: &7[command]' cmdUsage: '&2Használat: &7[command]'
label: Jobs label: Jobs
cmdInfoFormat: '[command] &f- &2[description]' cmdInfoFormat: '[command] &f- &2[description]'
cmdFormat: '&7/[command]&f[arguments]' cmdFormat: '&7/[command] &f[arguments]'
helpPageDescription: '&2* [description]' helpPageDescription: '&2* [description]'
title: '&e-------&e ======= &6MUNKÁK &e======= &e-------' title: '&e-------&e ======= &6Munkák &e======= &e-------'
page: '&e-----&e ====== Oldal &6[1] &6[2]&e-ból/-ből &e====== &e-----' page: '&e-----&e ====== Oldal &6[1] &6[2]&e-ból/ből &e====== &e-----'
fliperSimbols: '&e----------' fliperSimbols: '&e----------'
prevPage: '&2----<< &6Előző ' prevPage: '&2----<< &6Előző '
prevPageOff: '&7----<< Előző ' prevPageOff: '&7----<< Előző '
@ -54,55 +55,55 @@ command:
pageCount: '&2[current]/[total]' pageCount: '&2[current]/[total]'
moneyboost: moneyboost:
help: help:
info: 'Növeli a pénzszerzést minden játékos számára.' info: Növeli a pénzszerzést minden játékos számára
args: '[jobname] [arány]' args: '[jobname] [rate]'
output: output:
allreset: '&aMinden pénznövekedés kikapcsolva.' allreset: Minden pénznövekedés kikapcsolva
jobsboostreset: '&cPénznövekedés a(z) %jobname% munkánál kikapcsolva.' jobsboostreset: '&cPénznövekedés a(z) %jobname% munkánál kikapcsolva'
nothingtoreset: '&cSemmi sem állítható vissza.' nothingtoreset: Semmi sem állítható vissza
boostalladded: '&aPénznövekedés %boost% minden munkához hozzáadva!' boostalladded: '&aPénznövekedés %boost% minden munkához hozzáadva!'
boostadded: '&aPénznövekedés &e%boost% &ahozzáadva a következőhöz: &e%jobname%!' boostadded: '&aPénznövekedés &e%boost% &ahozzáadva a következőhöz: &e%jobname%!'
infostats: '&c-----> &aPénz aránya x%boost% engedélyezve&c <-------' infostats: '&c-----> &aPénz aránya x%boost% engedélyezve&c <-------'
pointboost: pointboost:
help: help:
info: 'Növeli a játékosok pontszerzését minden játékos számára.' info: Növeli a játékosok pontszerzését minden játékos számára
args: '[jobname] [arány]' args: '[jobname] [rate]'
output: output:
allreset: '&aMinden pont lendülete kikapcsolva.' allreset: '&aMinden pont lendülete kikapcsolva.'
jobsboostreset: '&cPont lendület a(z) %jobname% munkánál visszaállítva.' jobsboostreset: '&cPont lendület a(z) %jobname% munkánál visszaállítva.'
nothingtoreset: '&cSemmi nem állítható vissza.' nothingtoreset: Semmi nem állítható vissza
boostalladded: '&aA pontok növelése %boost% minden munkához hozzáadva!' boostalladded: '&aA pontok növelése %boost% minden munkához hozzáadva!'
boostadded: '&aA pontok növelése &e%boost% &ahozzáadva a(z) &e%jobname% &amunkához!' boostadded: '&aA pontok növelése &e%boost% &ahozzáadva a(z) &e%jobname% &amunkához!'
infostats: '&c-----> &aPontszám x%boost% engedélyezve&c <-------' infostats: '&c-----> &aPontszám x%boost% engedélyezve&c <-------'
expboost: expboost:
help: help:
info: 'Növeli az összes játékos xp nyereségét.' info: Növeli az összes játékos exp nyereségét.
args: '[jobname] [arány]' args: '[jobname] [rate]'
output: output:
allreset: '&aMinden tapasztalat növelés kikapcsolva.' allreset: '&aMinden tapasztalat növelés kikapcsolva.'
jobsboostreset: '&cTapasztalat lendület a(z) %jobname% munkánál kikapcsolva.' jobsboostreset: '&cTapasztalat lendület a(z) %jobname% munkánál kikapcsolva.'
nothingtoreset: '&cSemmi nem állítható vissza.' nothingtoreset: Semmi nem állítható vissza
boostalladded: '&aTapasztalat növelése %boost% minden munkához hozzáadva!' boostalladded: '&aTapasztalat növelése %boost% minden munkához hozzáadva!'
boostadded: '&aTapasztalat növelése &e%boost% &ahozzáadva a(z) &e%jobname% &amunkához!' boostadded: '&aTapasztalat növelése &e%boost% &ahozzáadva a(z) &e%jobname% &amunkához!'
infostats: '&c-----> &aTapasztalat arány x%boost% engedélyezve&c <-------' infostats: '&c-----> &aTapasztalat arány x%boost% engedélyezve&c <-------'
itembonus: itembonus:
help: help:
info: 'Ellenőrzi az elem bónuszt.' info: Ellenőrzi az elem bónuszt.
args: '' args: ''
output: output:
list: '&e[jobname]: %money% %points% %exp%' list: '&e[jobname]: %money% %points% %exp%'
hover: '&7%itemtype%' hover: '&7%itemtype%'
hoverLevelLimits: '&7Szinttől: %from% \n&7Szintig: %until%' hoverLevelLimits: "&7Szinttől: %from%\n&7Szintig: %until%"
edititembonus: edititembonus:
help: help:
info: 'Tárgybónusz szerkesztése.' info: Tárgybónusz szerkesztése.
args: 'list/add/remove [jobname] [boosteditems]' args: list/add/remove [jobname] [itemBoostName]
bonus: bonus:
help: help:
info: 'A munkabónuszok megjelenítése.' info: A munkabónuszok megjelenítése.
args: '[jobname]' args: '[jobname]'
output: output:
topline: '&7**************** &2[pénz] &6[pontok] &e[exp] &7****************' topline: '&7**************** &2[money] &6[points] &e[exp] &7****************'
permission: ' &eJog bónusz: %money% %points% %exp%' permission: ' &eJog bónusz: %money% %points% %exp%'
item: ' &eTárgy bónusz: %money% %points% %exp%' item: ' &eTárgy bónusz: %money% %points% %exp%'
global: ' &eGlobális bónusz: %money% %points% %exp%' global: ' &eGlobális bónusz: %money% %points% %exp%'
@ -115,11 +116,11 @@ command:
finalExplanation: ' &eNem tartalmazza a Petpay és az idéző bónusz/penaltyFinal bónuszt' finalExplanation: ' &eNem tartalmazza a Petpay és az idéző bónusz/penaltyFinal bónuszt'
convert: convert:
help: help:
info: 'Adatbázis-rendszert alakít át egyik rendszerről a másikra. Ha jelenleg SQLite fut, ez átalakul MySQL-re és oda-vissza.' info: Adatbázis-rendszert alakít át egyik rendszerről a másikra. Ha jelenleg SQLite fut, ez átalakul MySQL-re és oda-vissza.
args: '' args: ''
limit: limit:
help: help:
info: 'Megmutatja a fizetési határértékeket a munkahelyekért.' info: Megmutatja a fizetési határértékeket a munkahelyekért.
args: '[playername]' args: '[playername]'
output: output:
moneytime: '&eIdő maradt, míg a pénzkorlát visszaáll: &2%time%' moneytime: '&eIdő maradt, míg a pénzkorlát visszaáll: &2%time%'
@ -138,34 +139,34 @@ command:
notenabled: '&cA pénzkorlát nem engedélyezett.' notenabled: '&cA pénzkorlát nem engedélyezett.'
resetlimit: resetlimit:
help: help:
info: 'A játékosok fizetési limitjeinek visszaállítása.' info: A játékosok fizetési limitjeinek visszaállítása.
args: '[playername]' args: '[playername]'
output: output:
reseted: '&eA fizetési határértékek alaphelyzetbe álltak: &2%playername%' reseted: '&eA fizetési határértékek alaphelyzetbe álltak: &2%playername%'
resetquest: resetquest:
help: help:
info: 'A játékosok küldetéseinek visszaállítása.' info: A játékos küldetéseinek visszaállítása
args: '[playername] [jobname]' args: '[playername] [jobname]'
output: output:
reseted: '&eKüldetés visszaállítva: &2%playername%' reseted: '&eKüldetés visszaállítva: &2%playername%'
noQuests: '&eNincs egy küldetés sem.' noQuests: '&eNincs egy küldetés sem.'
points: points:
help: help:
info: 'Megmutatja, hogy mennyi pontot kapott a játékos.' info: Megmutatja, hogy mennyi pontot kapott a játékos.
args: '[playername]' args: '[playername]'
currentpoints: ' &eJelenlegi pontod: &6%currentpoints%' currentpoints: ' &eJelenlegi pontod: &6%currentpoints%'
totalpoints: ' &eAz összegyűjtött pontok összege eddig: &6%totalpoints%' totalpoints: ' &eAz összegyűjtött pontok összege eddig: &6%totalpoints%'
editpoints: editpoints:
help: help:
info: 'Játékos pontok szerkesztése.' info: Játékos pontok szerkesztése.
args: 'set/add/take [playername] [összeg]' args: set/add/take [playername] [amount]
output: output:
set: '&e(&6%playername%&e) játékosnak &6%amount%&e pont beállítva' set: '&e(&6%playername%&e) játékosnak &6%amount%&e pont beállítva'
add: '&e(&6%playername%&e) játékosnak van további &6%amount% &epontja. Most van &6%total%' add: '&e(&6%playername%&e) játékosnak van további &6%amount% &epontja. Most van &6%total%'
take: '&e(&6%playername%&e) játékos vesztett &6%amount% &epontot. Most van &6%total%' take: '&e(&6%playername%&e) játékos vesztett &6%amount% &epontot. Most van &6%total%'
editjobs: editjobs:
help: help:
info: 'Módosítja az aktuális munkát.' info: Módosítja az aktuális munkákat.
args: '' args: ''
list: list:
job: '&eMunkák:' job: '&eMunkák:'
@ -180,14 +181,34 @@ command:
modify: modify:
newValue: '&eAdd meg az új értéket.' newValue: '&eAdd meg az új értéket.'
enter: '&eAdj meg egy új nevet vagy kattints ' enter: '&eAdj meg egy új nevet vagy kattints '
hand: '&6BAL ' hand: '&6KÉZ '
handHover: '&6A bal egérgombbal kattintva információt kapsz a kezedben lévő tárgyról.' handHover: '&6A bal egérgombbal kattintva információt kapsz a kezedben lévő tárgyról.'
or: '&evagy ' or: '&evagy '
look: '&6NÉZD' look: '&6NÉZD'
lookHover: '&6A bal gombbal kattintva információt kapsz a blokkról, amit keresel.' lookHover: '&6A bal gombbal kattintva információt kapsz a blokkról, amit keresel.'
editquests:
help:
info: Jelenlegi küldetések szerkesztése.
args: ''
list:
quest: '&eKüldetések:'
jobs: ' -> [&e%jobname%&r]'
quests: ' -> [&e%questname%&r]'
actions: ' -> [&e%actionname%&r]'
objectives: ' -> [&e%objectivename%&r]'
objectiveRemove: '&c[X]'
objectiveAdd: ' -> &e[&2+&e]'
modify:
newValue: '&eAdd meg az új értéket'
enter: '&eAdd meg az új nevet vagy nyomj ide '
hand: '&6KÉZBEN '
handHover: '&6A bal egérgombbal kattintva információt kapsz a kezedben lévő tárgyról'
or: '&evagy '
look: '&6NÉZD'
lookHover: '&6A bal gombbal kattintva információt kapsz a blokkról, amit keresel'
blockinfo: blockinfo:
help: help:
info: 'Megjeleníti az éppen látótérben lévő blokk adatokat.' info: Megjeleníti az éppen látótérben lévő blokk adatokat.
args: '' args: ''
output: output:
name: ' &eBlokk név: &6%blockname%' name: ' &eBlokk név: &6%blockname%'
@ -196,7 +217,7 @@ command:
usage: ' &eHasználat: &6%first% &evagy &6%second%' usage: ' &eHasználat: &6%first% &evagy &6%second%'
iteminfo: iteminfo:
help: help:
info: 'Megmutatja az általad tárolt tárgy információkat.' info: Megmutatja az általad tárolt tárgy információkat.
args: '' args: ''
output: output:
name: ' &eTárgy név: &6%itemname%' name: ' &eTárgy név: &6%itemname%'
@ -205,29 +226,29 @@ command:
usage: ' &eHasználat: &6%first% &evagy &6%second%' usage: ' &eHasználat: &6%first% &evagy &6%second%'
placeholders: placeholders:
help: help:
info: 'Listázza az összes helyőrzőt' info: Listázza az összes helyőrzőt
args: '(parse) (placeholder)' args: (parse) (placeholder)
output: output:
list: '&e[place]. &7[placeholder]' list: '&e[place]. &7[placeholder]'
outputResult: ' &eeredmény: &7[result]' outputResult: ' &eeredmény: &7[result]'
parse: '&6[placeholder] &b[source]-val/-vel &6eredmény &8|&f[result]&8|' parse: '&6[placeholder] [source]&6-val/vel eredmény &8|&f[result]&8|'
entitylist: entitylist:
help: help:
info: 'Megmutatja, hogy minden lehetséges entitás használható a pluginnal.' info: Megmutatja, hogy minden lehetséges entitás használható a pluginnal.
args: '' args: ''
stats: stats:
help: help:
info: 'Listázza azokat a munkákat, amelyikbe beléptél.' info: Listázza azokat a munkákat, amelyikbe beléptél.
args: '[playername]' args: '[playername]'
error: error:
nojob: '&cElőször csatlakozz egy munkához.' nojob: '&cElőször csatlakozz egy munkához.'
output: ' lvl%joblevel% %jobname% : %jobxp%/%jobmaxxp% xp' output: ' lvl%joblevel% %jobname% : %jobxp%/%jobmaxxp% xp'
shop: shop:
help: help:
info: 'Megnyitja a különleges munkák boltját.' info: Megnyitja a különleges munkák boltját.
args: '' args: ''
info: info:
title: '&e------- &8Munkák piac &e-------' title: '&e------- &8Jobs bolt &e-------'
currentPoints: '&eNeked van: &6%currentpoints%' currentPoints: '&eNeked van: &6%currentpoints%'
price: '&eEgyenleg (pont): &6%price%' price: '&eEgyenleg (pont): &6%price%'
reqJobs: '&eSzükséges munkák:' reqJobs: '&eSzükséges munkák:'
@ -242,13 +263,13 @@ command:
Paid: '&eFizettél, és &6%amount% &eehhez az elemhez.' Paid: '&eFizettél, és &6%amount% &eehhez az elemhez.'
archive: archive:
help: help:
info: 'A felhasználó által archivált összes munkát jeleníti meg.' info: A felhasználó által archivált összes munkát jeleníti meg.
args: '[playername]' args: '[playername]'
error: error:
nojob: '&cNincs mentett munka.' nojob: '&cNincs mentett munka.'
give: give:
help: help:
info: 'A tárgyakat a feladatok neve és az elemek kategóriája alapján adja meg. A játékos neve opcionális.' info: A tárgyakat a feladatok neve és az elemek kategóriája alapján adja meg. A játékos neve opcionális.
args: '[playername] [jobname]/[jobitemname] [items/limiteditems] [jobitemname]' args: '[playername] [jobname]/[jobitemname] [items/limiteditems] [jobitemname]'
output: output:
notonline: '&4[%playername%] nem elérhető!' notonline: '&4[%playername%] nem elérhető!'
@ -256,7 +277,7 @@ command:
info: info:
help: help:
title: '&2*** &eJobs&2 ***' title: '&2*** &eJobs&2 ***'
info: 'Megmutatja, hogy mennyi minden munkát fizet, és miért.' info: Megmutatja, hogy mennyi minden munkát fizet, és miért.
penalty: '&eEz a munka &c[penalty]% &ebüntetés miatt túl sok játékos dolgozik benne.' penalty: '&eEz a munka &c[penalty]% &ebüntetés miatt túl sok játékos dolgozik benne.'
bonus: '&eEz a munka &2[bonus]% &ebónusza van, mert nem elég játékos dolgozik benne.' bonus: '&eEz a munka &2[bonus]% &ebónusza van, mert nem elég játékos dolgozik benne.'
args: '[jobname] [action]' args: '[jobname] [action]'
@ -276,7 +297,7 @@ command:
actions: '&eÉrvényes akciók:' actions: '&eÉrvényes akciók:'
leftClick: '&eTovábbi információért kattints bal gombbal' leftClick: '&eTovábbi információért kattints bal gombbal'
rightClick: '&eJobb kattintás a munkához' rightClick: '&eJobb kattintás a munkához'
leftSlots: '&eBal oldali nyílások:&f ' leftSlots: '&eBal oldali helyek:&f '
working: '&2&nMár dolgozol' working: '&2&nMár dolgozol'
max: '&eMax. szint:&f ' max: '&eMax. szint:&f '
back: '&e<<< Vissza' back: '&e<<< Vissza'
@ -305,9 +326,6 @@ command:
craft: craft:
info: '&eBarkácsol' info: '&eBarkácsol'
none: '%jobname%&c nem kap pénzt, ha barkácsol.' none: '%jobname%&c nem kap pénzt, ha barkácsol.'
drink:
info: '&eMegisz'
none: '%jobname%&c nem kap pénzt, ha iszik italokat.'
smelt: smelt:
info: '&eOlvaszt' info: '&eOlvaszt'
none: '%jobname%&c nem kap pénzt, ha olvaszt.' none: '%jobname%&c nem kap pénzt, ha olvaszt.'
@ -352,11 +370,11 @@ command:
none: '%jobname%&c nem kap pénzt, ha gyűjtöget anyagokat.' none: '%jobname%&c nem kap pénzt, ha gyűjtöget anyagokat.'
playerinfo: playerinfo:
help: help:
info: 'Megmutassa mennyi minden munkát fizet, és mi van egy másik játékosnál.' info: Megmutassa mennyi minden munkát fizet, és mi van egy másik játékosnál.
args: '[playername] [jobname] [action]' args: '[playername] [jobname] [action]'
join: join:
help: help:
info: 'Csatlakozás a megadott munkához.' info: Csatlakozás a megadott munkához.
args: '[jobname]' args: '[jobname]'
error: error:
alreadyin: '&cMár csatlakoztál a(z) %jobname%&c munkához!' alreadyin: '&cMár csatlakoztál a(z) %jobname%&c munkához!'
@ -368,33 +386,31 @@ command:
confirm: '&2Kattints ide, hogy a(z) &7[jobname]&2 munkát megerősítse.' confirm: '&2Kattints ide, hogy a(z) &7[jobname]&2 munkát megerősítse.'
leave: leave:
help: help:
info: 'Elhagyja a megadott munkát.' info: Elhagyja a megadott munkát.
args: '[jobname]' args: '[jobname]'
confirmationNeed: '&cBiztos vagy benne, hogy elhagyod a(z)&e [jobname]&c munkát? Írd be a parancsot újra&6 [time]
másodpercen belül, &chogy megerősítsd!'
success: '&cSikeresen elhagytad a(z)&7 %jobname%&c munkát!' success: '&cSikeresen elhagytad a(z)&7 %jobname%&c munkát!'
confirmationNeed: '&cBiztos vagy benne, hogy elhagyod a(z)&e [jobname]&c munkát? Írd be a parancsot újra&6 [time] másodpercen belül, &chogy megerősítsd!'
leaveall: leaveall:
help: help:
info: 'Elhagyja az összes jelenlegi munkát.' info: Elhagyja az összes jelenlegi munkád.
error: error:
nojobs: '&cNincs egyetlen munkád sem!' nojobs: '&cNincs egyetlen munkád sem!'
confirmationNeed: '&cBiztos vagy benne, hogy elhagyod az összes munkát? Írd be a parancsot újra&6 [time] success: Elhagytad az összes munkád.
másodpercen belül, &chogy megerősítsd!' confirmationNeed: '&cBiztos vagy benne, hogy elhagyod az összes munkát? Írd be a parancsot újra&6 [time] másodpercen belül, &chogy megerősítsd!'
success: '&cElhagytad az összes munkát!'
explored: explored:
help: help:
info: 'Ellenőrzi, ki látogatta meg ezt a darabot.' info: Ellenőrzi, ki látogatta meg ezt a darabot.
error: error:
noexplore: '&cSenki sem látogatta meg ezt a darabot.' noexplore: '&cSenki sem látogatta meg ezt a darabot.'
list: '&a%place%. %playername%' list: '&e%place%. %playername%'
browse: browse:
help: help:
info: 'Listázza a jelenleg elérhető munkákat.' info: Listázza a jelenleg elérhető munkákat.
error: error:
nojobs: '&cNincsenek olyan munkák, amelyekhez csatlakozhatsz.' nojobs: '&cNincsenek olyan munkák, amelyekhez csatlakozhatsz.'
output: output:
header: 'A következő munkákhoz csatlakozhatsz:' header: 'A következő munkákhoz csatlakozhatsz:'
footer: 'További információkért a&7 /jobs info [munkanév]&f paranccsal.' footer: További információkért a&7 /jobs info [munkanév]&f paranccsal.
totalWorkers: ' &7Dolgozók: &e[amount]' totalWorkers: ' &7Dolgozók: &e[amount]'
penalty: ' &4Büntetés: &c[amount]%' penalty: ' &4Büntetés: &c[amount]%'
bonus: ' &2Bónusz: &a[amount]%' bonus: ' &2Bónusz: &a[amount]%'
@ -416,28 +432,24 @@ command:
chooseJobHover: '&7Kattints ide a munkához való csatlakozáshoz.' chooseJobHover: '&7Kattints ide a munkához való csatlakozáshoz.'
clearownership: clearownership:
help: help:
info: 'Tulajdonjog törlése.' info: Tulajdonjog törlése.
args: '[playername]' args: '[playername]'
output: output:
cleared: '&2Eltávolítva &7[furnaces] &2kemence &7[brewing] &2főzet.' cleared: '&2Eltávolítva &7[furnaces] &2kemence &7[brewing] &2főzet.'
quests: quests:
help: help:
info: 'Megmutassa a rendelkezésre álló küldetések listáját.' info: Megmutassa a rendelkezésre álló küldetések listáját.
args: '[playername]' args: '[playername]'
error: error:
noquests: '&cNincsenek küldetések.' noquests: '&cNincsenek küldetések.'
toplineseparator: '&7*********************** &6[playerName]&2 (&f[questsDone]&2) toplineseparator: '&7*********************** &6[playerName] &2(&f[questsDone]&2) &7***********************'
&7***********************'
output: output:
completed: '&2 !Kész!&r ' completed: '&2 !Teljesítve!&r '
questLine: '[progress] &7[questName] &f[done]&7/&8[required]' questLine: '[progress] &7[questName] &f[done]&7/&8[required]'
hover: hover: "&f[jobName] \n[desc] \n&7Következő küldetés: [time]"
- '&f[jobName]'
- '[desc]'
- '&7Új küldetés: [time]'
fire: fire:
help: help:
info: 'Játékos kirúgása a munkából.' info: Játékos kirúgása a munkából.
args: '[playername] [jobname]' args: '[playername] [jobname]'
error: error:
nojob: '&cA játékosnak nincs ilyen munkája: %jobname%.' nojob: '&cA játékosnak nincs ilyen munkája: %jobname%.'
@ -445,7 +457,7 @@ command:
target: '%jobname% munkából kirúgva.' target: '%jobname% munkából kirúgva.'
fireall: fireall:
help: help:
info: 'Tűzoltás minden munkából.' info: Kirúgás minden munkából.
args: '[playername]' args: '[playername]'
error: error:
nojobs: '&cA játékosnak nincsenek olyan munkái, amelyekről ki lehet rúgni.' nojobs: '&cA játékosnak nincsenek olyan munkái, amelyekről ki lehet rúgni.'
@ -453,7 +465,7 @@ command:
target: '&cMinden munkából kirúgtak.' target: '&cMinden munkából kirúgtak.'
employ: employ:
help: help:
info: 'Megfogja a játékost, hogy a megadott munkához csatlakozzon.' info: Megfogja a játékost, hogy a megadott munkához csatlakozzon.
args: '[playername] [jobname]' args: '[playername] [jobname]'
error: error:
alreadyin: '&cA játékos már dolgozik %jobname% munkánál.' alreadyin: '&cA játékos már dolgozik %jobname% munkánál.'
@ -462,7 +474,7 @@ command:
target: '&aMost már a(z) %jobname%&a munkánál dolgozik.' target: '&aMost már a(z) %jobname%&a munkánál dolgozik.'
top: top:
help: help:
info: 'Top %amount% játékosok a ranglistán.' info: Top %amount% játékosok a ranglistán.
args: '[jobname]' args: '[jobname]'
error: error:
nojob: '&cNem találok semmilyen munkát ezzel a névvel.' nojob: '&cNem találok semmilyen munkát ezzel a névvel.'
@ -471,10 +483,10 @@ command:
list: '&e%number%&a. &e%playername% &alvl &e%level% %exp% exp' list: '&e%number%&a. &e%playername% &alvl &e%level% %exp% exp'
prev: '&e<<< Előző oldal &2|' prev: '&e<<< Előző oldal &2|'
next: '&2|&e Következő oldal >>>' next: '&2|&e Következő oldal >>>'
show: '&2Megjelenítés &e[from]&2-tól/-től &e[until]&2-ig.' show: '&2Megjelenítés &e[from]&2-tól/től &e[until]&2-ig.'
gtop: gtop:
help: help:
info: 'A top %amount% legjobb játékosokat mutatja a globális munkákon.' info: A top %amount% legjobb játékosokat mutatja a globális munkákon.
args: '' args: ''
error: error:
nojob: '&cNem találok semmilyen információt.' nojob: '&cNem találok semmilyen információt.'
@ -483,11 +495,11 @@ command:
list: '&e%number%&a. &e%playername% &alvl &e%level%&e %exp% &aexp' list: '&e%number%&a. &e%playername% &alvl &e%level%&e %exp% &aexp'
prev: '&e<<< Előző oldal &2|' prev: '&e<<< Előző oldal &2|'
next: '&2|&e Következő oldal >>>' next: '&2|&e Következő oldal >>>'
show: '&2Megjelenítés &e[from]&2-tól/-től, &e[until]&2-ig &2a globális top listán.' show: '&2Megjelenítés &e[from]&2-tól/től, &e[until]&2-ig &2a globális top listán.'
area: area:
help: help:
info: 'Korlátozott területek módosítása.' info: Korlátozott területek módosítása.
args: 'add/remove/info/list' args: add/remove/info/list
addUsage: '&eHasználat: &6/Jobs area add [arénanév/wg:worldGuardarénanév] [bónusz]' addUsage: '&eHasználat: &6/Jobs area add [arénanév/wg:worldGuardarénanév] [bónusz]'
removeUsage: '&eHasználat: &6/Jobs area remove [arénanév]' removeUsage: '&eHasználat: &6/Jobs area remove [arénanév]'
output: output:
@ -506,7 +518,7 @@ command:
wgDontExist: '&eWorldGuard a név szerint ez a név nem létezik.' wgDontExist: '&eWorldGuard a név szerint ez a név nem létezik.'
log: log:
help: help:
info: 'Megjeleníti a statisztikákat.' info: Megjeleníti a statisztikákat.
args: '[playername]' args: '[playername]'
output: output:
topline: '&7************************* &6%playername% &7*************************' topline: '&7************************* &6%playername% &7*************************'
@ -520,7 +532,7 @@ command:
nodata: '&cAz adatok nem találhatóak.' nodata: '&cAz adatok nem találhatóak.'
glog: glog:
help: help:
info: 'Globális statisztikákat mutat.' info: Globális statisztikákat mutat.
args: '' args: ''
output: output:
topline: '&7*********************** &6Globális statisztikák &7***********************' topline: '&7*********************** &6Globális statisztikák &7***********************'
@ -532,19 +544,19 @@ command:
nodata: '&cAz adatok nem találhatóak.' nodata: '&cAz adatok nem találhatóak.'
transfer: transfer:
help: help:
info: 'A játékos munkájának áthelyezése régi munkáról egy új munkába.' info: A játékos munkájának áthelyezése régi munkáról egy új munkába.
args: '[playername] [oldjob] [newjob]' args: '[playername] [oldjob] [newjob]'
output: output:
target: '&cÁtkerültél a(z) %oldjobname%&c munkából a(z) %newjobname%&c munkába.' target: '&cÁtkerültél a(z) %oldjobname%&c munkából a(z) %newjobname%&c munkába.'
promote: promote:
help: help:
info: 'Támogat egy játékost X szintjét egy munkában.' info: Támogat egy játékost X szintjét egy munkában.
args: '[playername] [jobname] [levels]' args: '[playername] [jobname] [levels]'
output: output:
target: '&aElőléptettek&r %levelsgained%&a szintet a(z) %jobname%&a munkában.' target: '&aElőléptettek&r %levelsgained%&a szintet a(z) %jobname%&a munkában.'
exp: exp:
help: help:
info: 'Módosítsa a játékos tapasztalat feladatát.' info: Módosítsa a játékos tapasztalat feladatát.
args: '[playername] [jobname] set/add/take [amount]' args: '[playername] [jobname] set/add/take [amount]'
error: error:
nojob: '&cEnnek a játékosnak először csatlakoznia kell egy munkához.' nojob: '&cEnnek a játékosnak először csatlakoznia kell egy munkához.'
@ -552,7 +564,7 @@ command:
target: '&eA tapasztalat megváltozott a(z) %jobname%&e munkában, most van &6%level%lvl &eés &6%exp%&eexp.' target: '&eA tapasztalat megváltozott a(z) %jobname%&e munkában, most van &6%level%lvl &eés &6%exp%&eexp.'
level: level:
help: help:
info: 'Módosítsa a játékos szint feladatát.' info: Módosítsa a játékos szint feladatát.
args: '[playername] [jobname] set/add/take [amount]' args: '[playername] [jobname] set/add/take [amount]'
error: error:
nojob: '&cEnnek a játékosnak először csatlakoznia kell egy munkához.' nojob: '&cEnnek a játékosnak először csatlakoznia kell egy munkához.'
@ -560,39 +572,39 @@ command:
target: '&eA szint megváltozott a(z) %jobname%&e munkában, most van &6%level%lvl &eés &6%exp%&eexp.' target: '&eA szint megváltozott a(z) %jobname%&e munkában, most van &6%level%lvl &eés &6%exp%&eexp.'
demote: demote:
help: help:
info: 'Eldobja a játékos X szintjét a munkában.' info: Eldobja a játékos X szintjét a munkában.
args: '[playername] [jobname] [levels]' args: '[playername] [jobname] [levels]'
output: output:
target: '&cLevéve&r %levelslost%&c szint a(z) %jobname%&c munkában.' target: '&cLevéve&r %levelslost%&c szint a(z) %jobname%&c munkában.'
grantxp: grantxp:
help: help:
info: 'Megadja a játékosnak az X munkát.' info: Megadja a játékosnak az X munkát.
args: '[playername] [jobname] [xp]' args: '[playername] [jobname] [xp]'
output: output:
target: '&aMegadták&r %xpgained%&a tapasztalatot a(z) %jobname%&a munkában.' target: '&aMegadták&r %xpgained%&a tapasztalatot a(z) %jobname%&a munkában.'
removexp: removexp:
help: help:
info: 'Eltávolít X tapasztalatot a játékostól a munkában.' info: Eltávolít X tapasztalatot a játékostól a munkában.
args: '[playername] [jobname] [xp]' args: '[playername] [jobname] [xp]'
output: output:
target: '&cVesztettél&r %xplost%&c tapasztalatot a(z) %jobname%&c munkában.' target: '&cVesztettél&r %xplost%&c tapasztalatot a(z) %jobname%&c munkában.'
signupdate: signupdate:
help: help:
info: 'Manuálisan frissíti a táblát a nevével.' info: Manuálisan frissíti a táblát a nevével.
args: '[jobname]' args: '[jobname]'
bp: bp:
help: help:
info: 'Megmutatja a blokk védelmet körülötted (10 blokk sugarú).' info: Megmutatja a blokk védelmet körülötted (10 blokk sugarú).
args: '' args: ''
output: output:
found: '&6%amount%&e db védett blokk van körülötted.' found: '&6%amount%&e db védett blokk van körülötted.'
notFound: '&eNincs védett blokk körülötted.' notFound: '&eNincs védett blokk körülötted.'
reload: reload:
help: help:
info: 'A konfigurációs fájlok újratöltése.' info: A konfigurációs fájlok újratöltése.
toggle: toggle:
help: help:
info: 'A fizetős kimenet a cselekvési sávon (actionbar) vagy a bossbar-on.' info: A fizetős kimenet a cselekvési sávon (actionbar) vagy a bossbar-on.
args: actionbar/bossbar args: actionbar/bossbar
output: output:
turnedoff: '&4Ez a funkció ki van kapcsolva!' turnedoff: '&4Ez a funkció ki van kapcsolva!'
@ -622,6 +634,7 @@ message:
fullinventory: '&cAz eszköztárad megtelt!' fullinventory: '&cAz eszköztárad megtelt!'
signs: signs:
List: '&0[number].&8[player]&7:&4[level]' List: '&0[number].&8[player]&7:&4[level]'
questList: '&0[number].&8[player]&7:&4[quests]'
SpecialList: SpecialList:
p1: '&b** &8Első &b**' p1: '&b** &8Első &b**'
p2: '&b** &8Második &b**' p2: '&b** &8Második &b**'
@ -635,14 +648,15 @@ signs:
p10: '&b** &8Tizedik &b**' p10: '&b** &8Tizedik &b**'
name: '&9[player]' name: '&9[player]'
level: '&8[level] szint' level: '&8[level] szint'
quests: '&8[quests] küldetés'
bottom: '&b************' bottom: '&b************'
cantcreate: '&4Nincs jogod készíteni egy táblát!' cantcreate: '&4Nincs jogod készíteni egy táblát!'
cantdestroy: '&4Nem törheted ki ezt a táblát!' cantdestroy: '&4Nem törheted ki ezt a táblát!'
topline: '&6[Jobs]' topline: '&0[Jobs]'
secondline: secondline:
join: '&0Csatlakozás' join: '&0Csatlakozás'
leave: '&0Elhagyás' leave: '&0Elhagyás'
toggle: '&0Toggle' toggle: '&0Váltás'
top: '&0Top' top: '&0Top'
browse: '&0Böngészés' browse: '&0Böngészés'
stats: '&0Statizstika' stats: '&0Statizstika'

View File

@ -1,3 +1,4 @@
---
economy: economy:
error: error:
nomoney: '&cごめんなさい><お支払いできるお金がありません。' nomoney: '&cごめんなさい><お支払いできるお金がありません。'
@ -14,6 +15,9 @@ general:
hours: '&e%hours% &6時間 ' hours: '&e%hours% &6時間 '
mins: '&e%mins% &6分 ' mins: '&e%mins% &6分 '
secs: '&e%secs% &6秒 ' secs: '&e%secs% &6秒 '
invalidPage: '&cInvalid page'
'true': '&2True'
'false': '&cFalse'
admin: admin:
error: '&cコマンドでエラーが発生しました' error: '&cコマンドでエラーが発生しました'
success: '&eコマンドを実行しました' success: '&eコマンドを実行しました'
@ -28,33 +32,53 @@ general:
ingame: '&cこのコマンドはゲーム中のみ利用できます' ingame: '&cこのコマンドはゲーム中のみ利用できます'
fromconsole: '&cコンソールで実行する必要があります' fromconsole: '&cコンソールで実行する必要があります'
worldisdisabled: '&cこのワールドではこのコマンドを実行できません' worldisdisabled: '&cこのワールドではこのコマンドを実行できません'
newFurnaceRegistration: '&eRegistered new ownership for furnace &7[current]&e/&f[max]'
newBrewingRegistration: '&eRegistered new ownership for brewing stand &7[current]&e/&f[max]'
noFurnaceRegistration: '&cYou''ve reached max furnace count!'
noBrewingRegistration: '&cYou''ve reached max brewing stand count!'
command: command:
help:
output:
info: '&2/jobs [cmd] ?&eでコマンドの詳細を表示します'
cmdUsage: '&2Usage: &7[command]'
label: Jobs
cmdInfoFormat: '[command] &f- &2[description]'
cmdFormat: '&7/[command] &f[arguments]'
helpPageDescription: '&2* [description]'
title: '&e-------&e ======= &6Jobs &e======= &e-------'
page: '&e-----&e ====== &6[2] 中 &6[1] &eページ &e====== &e-----'
fliperSimbols: '&e----------'
prevPage: '&2----<< &6Prev '
prevPageOff: '&7----<< Prev '
nextPage: '&6 Next &2>>----'
nextPageOff: '&7 Next >>----'
pageCount: '&2[current]/[total]'
moneyboost: moneyboost:
help: help:
info: '[職業名]の収入(お金)を[倍率]倍にします' info: '[職業名]の収入(お金)を[倍率]倍にします'
args: '[職業名] [倍率]' args: '[jobname] [rate]'
output: output:
allreset: 上げた収入(お金)をリセットしました allreset: 上げた収入(お金)をリセットしました
jobsboostreset: '&a%jobname% の収入(お金)をリセットしました' jobsboostreset: '&a%jobname% の収入(お金)をリセットしました'
nothingtoreset: 'リセットする項目がありません' nothingtoreset: リセットする項目がありません
boostalladded: 全てのジョブの収入を %boost% 倍上げました boostalladded: 全てのジョブの収入を %boost% 倍上げました
boostadded: '&e%jobname% に対する収入(お金)を &e%boost% 倍に設定しました' boostadded: '&e%jobname% に対する収入(お金)を &e%boost% 倍に設定しました'
infostats: '&c-----> &a収入(お金)が %boost% 倍に設定されました&c <-------' infostats: '&c-----> &a収入(お金)が %boost% 倍に設定されました&c <-------'
pointboost: pointboost:
help: help:
info: '[職業名]の獲得ポイントを[倍率]倍にします' info: '[職業名]の獲得ポイントを[倍率]倍にします'
args: '[職業名] [倍率]' args: '[jobname] [rate]'
output: output:
allreset: 上げた獲得ポイントをリセットしました allreset: 上げた獲得ポイントをリセットしました
jobsboostreset: '&a%jobname% のポイント獲得をリセットしました' jobsboostreset: '&a%jobname% のポイント獲得をリセットしました'
nothingtoreset: リセットする項目がありません nothingtoreset: リセットする項目がありません
boostalladded: 全ての職業の獲得ポイントを %boost% 倍に設定しました boostalladded: 全ての職業の獲得ポイントを %boost% 倍に設定しました
boostadded: '&e%jobname% に対する獲得ポイントを &e%boost% 倍に設定しました' boostadded: '&e%jobname% に対する獲得ポイントを &e%boost% 倍に設定しました'
infostats: '&c-----> &a獲得ポイントが %boost% 倍に設定されました&c <-------' infostats: '&c-----> &a獲得ポイントが %boost% 倍に設定されました&c <-------'
expboost: expboost:
help: help:
info: '[職業名]の獲得経験値を[倍率]倍にします' info: '[職業名]の獲得経験値を[倍率]倍にします'
args: '[職業名] [倍率]' args: '[jobname] [rate]'
output: output:
allreset: 上げた獲得経験値をリセットしました allreset: 上げた獲得経験値をリセットしました
jobsboostreset: '&a%jobname% の獲得経験値をリセットしました' jobsboostreset: '&a%jobname% の獲得経験値をリセットしました'
@ -62,10 +86,22 @@ command:
boostalladded: 全ての職業に対する獲得経験値を &e%boost% 倍に設定しました boostalladded: 全ての職業に対する獲得経験値を &e%boost% 倍に設定しました
boostadded: '&e%jobname% の獲得経験値が &e%boost% 倍に設定しました ' boostadded: '&e%jobname% の獲得経験値が &e%boost% 倍に設定しました '
infostats: '&c-----> &a獲得経験値が %boost% 倍に設定されました&c <-------' infostats: '&c-----> &a獲得経験値が %boost% 倍に設定されました&c <-------'
itembonus:
help:
info: Check item bonus
args: ''
output:
list: '&e[jobname]: %money% %points% %exp%'
hover: '&7%itemtype%'
hoverLevelLimits: "&7From level: %from% \n&7Until level: %until%"
edititembonus:
help:
info: Edit item boost bonus
args: list/add/remove [jobname] [itemBoostName]
bonus: bonus:
help: help:
info: ボーナスを表示します info: ボーナスを表示します
args: '[職業名]' args: '[jobname]'
output: output:
topline: '&7**************** &2[収入(お金)] &6[獲得ポイント] &e[獲得経験値] &7****************' topline: '&7**************** &2[収入(お金)] &6[獲得ポイント] &e[獲得経験値] &7****************'
permission: '&e権限ボーナス: %money% %points% %exp%' permission: '&e権限ボーナス: %money% %points% %exp%'
@ -80,12 +116,12 @@ command:
finalExplanation: '&eペットボーナスとスポナーボーナスは含まれていません' finalExplanation: '&eペットボーナスとスポナーボーナスは含まれていません'
convert: convert:
help: help:
info: 'データベースシステムを使っていないデータベースシステムにをコンバートします' info: データベースシステムを使っていないデータベースシステムにをコンバートします
args: '' args: ''
limit: limit:
help: help:
info: 'ジョブの支払い限度を表示します' info: ジョブの支払い限度を表示します
args: '' args: '[playername]'
output: output:
moneytime: '&eお金の支払い上限がリセットされるまでの時間 : &2%time% ' moneytime: '&eお金の支払い上限がリセットされるまでの時間 : &2%time% '
moneyLimit: '&eお金の支払い上限 : &2%current%&e/&2%total%' moneyLimit: '&eお金の支払い上限 : &2%current%&e/&2%total%'
@ -95,6 +131,7 @@ command:
pointsLimit: '&eポイント獲得上限: &2%current%&e/&2%total%' pointsLimit: '&eポイント獲得上限: &2%current%&e/&2%total%'
reachedmoneylimit: '&4お金の支払い上限に達しました' reachedmoneylimit: '&4お金の支払い上限に達しました'
reachedmoneylimit2: '&2/jobs limit &eコマンドで上限を確認できます' reachedmoneylimit2: '&2/jobs limit &eコマンドで上限を確認できます'
reachedmoneylimit3: '&eMoney earned is now reduced exponentially... But you still earn a little!'
reachedexplimit: '&4経験値獲得上限に達しました' reachedexplimit: '&4経験値獲得上限に達しました'
reachedexplimit2: '&2/jobs limit &eコマンドで上限を確認できます' reachedexplimit2: '&2/jobs limit &eコマンドで上限を確認できます'
reachedpointslimit: '&4ポイント獲得上限に達しました' reachedpointslimit: '&4ポイント獲得上限に達しました'
@ -103,39 +140,33 @@ command:
resetlimit: resetlimit:
help: help:
info: '[player]の上限をリセットします' info: '[player]の上限をリセットします'
args: '[player]' args: '[playername]'
output: output:
reseted: '&2%playername% &eの支払い上限をリセットしました' reseted: '&2%playername% &eの支払い上限をリセットしました'
help: resetquest:
help:
info: Resets a player's quest
args: '[playername] [jobname]'
output: output:
info: '&2/jobs [cmd] ?&eでコマンドの詳細を表示します' reseted: '&eQuest has been reset for: &2%playername%'
usage: '使い方: %usage%' noQuests: '&eCan''t find any quests'
title: '&e-------&e ======= &6Jobs &e======= &e-------'
page: '&e-----&e ====== &6[2] 中 &6[1] &eページ &e====== &e-----'
prev: '&e--- <<<<< &6前のページ &e|'
prevOff: '&7--- <<<<< 前のページ &e|'
fliperSimbols: '&e----------'
next: '&e|&6 次のページ &e>>>> ---'
nextOff: '&e|&7 次のページ >>>> ---'
points: points:
help: help:
info: '[player]の所有ポイントを表示します' info: '[player]の所有ポイントを表示します'
args: '[player]' args: '[playername]'
currentpoints: '&e現在のポイント: &6%currentpoints%' currentpoints: '&e現在のポイント: &6%currentpoints%'
totalpoints: '&e集めたポイントの合計: &6%totalpoints%' totalpoints: '&e集めたポイントの合計: &6%totalpoints%'
editpoints: editpoints:
help: help:
info: '[player]のポイントを編集します' info: '[player]のポイントを編集します'
args: '[set/add/take] [player] [amount]' args: set/add/take [playername] [amount]
output: output:
set: '&e(&6%playername%&e) の所持ポイントを &6%amount% &eにしました' set: '&e(&6%playername%&e) の所持ポイントを &6%amount% &eにしました'
add: '&6%playername%&e に &6%amount%&e ポイント与えましました add: '&6%playername%&e に &6%amount%&e ポイント与えましました &e結果 &6%playername% &eの所持ポイントは &6%total%&e ポイントになりました'
&e結果 &6%playername% &eの所持ポイントは &6%total%&e ポイントになりました' take: '&6%playername%&e から &6%amount% &eポイント奪いました &e結果 &6%playername% &eの所持ポイントは &6%total% &eポイントになりました'
take: '&6%playername%&e から &6%amount% &eポイント奪いました
&e結果 &6%playername% &eの所持ポイントは &6%total% &eポイントになりました'
editjobs: editjobs:
help: help:
info: '存在する職業を編集します' info: 存在する職業を編集します
args: '' args: ''
list: list:
job: '&e職業:' job: '&e職業:'
@ -155,9 +186,29 @@ command:
or: '&eまたは ' or: '&eまたは '
look: '&6見ている' look: '&6見ている'
lookHover: '&6見ているブロック・エンティティを指定します' lookHover: '&6見ているブロック・エンティティを指定します'
editquests:
help:
info: Edit current quests.
args: ''
list:
quest: '&eQuests:'
jobs: ' -> [&e%jobname%&r]'
quests: ' -> [&e%questname%&r]'
actions: ' -> [&e%actionname%&r]'
objectives: ' -> [&e%objectivename%&r]'
objectiveRemove: '&c[X]'
objectiveAdd: ' -> &e[&2+&e]'
modify:
newValue: '&eEnter new value'
enter: '&eEnter new name or press '
hand: '&6HAND '
handHover: '&6Press to grab info from item in your hand'
or: '&eor '
look: '&6LOOKING AT'
lookHover: '&6Press to grab info from block you are looking'
blockinfo: blockinfo:
help: help:
info: '今見ているブロックの情報を表示します' info: 今見ているブロックの情報を表示します
args: '' args: ''
output: output:
name: '&eブロック名: &6%blockname%' name: '&eブロック名: &6%blockname%'
@ -166,27 +217,35 @@ command:
usage: '&e結果: &6%first% &eまたは &6%second%' usage: '&e結果: &6%first% &eまたは &6%second%'
iteminfo: iteminfo:
help: help:
info: '持っているアイテムの情報を表示します' info: 持っているアイテムの情報を表示します
args: '' args: ''
output: output:
name: '&eItem name: &6%itemname%' name: '&eItem name: &6%itemname%'
id: '&eItem id: &6%itemid%' id: '&eItem id: &6%itemid%'
data: '&eItem data: &6%itemdata%' data: '&eItem data: &6%itemdata%'
usage: '&e結果: &6%first% &eまたは &6%second%' usage: '&e結果: &6%first% &eまたは &6%second%'
placeholders:
help:
info: List out all placeholders
args: (parse) (placeholder)
output:
list: '&e[place]. &7[placeholder]'
outputResult: ' &eresult: &7[result]'
parse: '&6[placeholder] &7by [source] &6result &8|&f[result]&8|'
entitylist: entitylist:
help: help:
info: 'プラグインで認識できる全てのエンティティを表示します' info: プラグインで認識できる全てのエンティティを表示します
args: '' args: ''
stats: stats:
help: help:
info: 'あなたの各職業のレベルを表示します' info: あなたの各職業のレベルを表示します
args: '[player]' args: '[playername]'
error: error:
nojob: '少なくとも1つは職業についている必要があります' nojob: 少なくとも1つは職業についている必要があります
output: '%jobname% レベル%joblevel% : 経験値 %jobxp%/%jobmaxxp%' output: '%jobname% レベル%joblevel% : 経験値 %jobxp%/%jobmaxxp%'
shop: shop:
help: help:
info: 'Jobsショップを開きます' info: Jobsショップを開きます
args: '' args: ''
info: info:
title: '&e------- &8Jobs ショップ &e-------' title: '&e------- &8Jobs ショップ &e-------'
@ -204,26 +263,27 @@ command:
Paid: '&eあなたは所持ポイントから &6%amount% &eポイントを払いこのアイテムを買いました' Paid: '&eあなたは所持ポイントから &6%amount% &eポイントを払いこのアイテムを買いました'
archive: archive:
help: help:
info: '各ユーザーの離職中のジョブを表示します' info: 各ユーザーの離職中のジョブを表示します
args: '[player]' args: '[playername]'
error: error:
nojob: '離職中のジョブはありません' nojob: 離職中のジョブはありません
give: give:
help: help:
info: '[player]はオプションです' info: '[player]はオプションです'
args: '[player] [jobname] [itemname]' args: '[playername] [jobname] [items/limiteditems] [jobitemname]'
output: output:
notonline: '&4[%playername%] さんはオフラインです' notonline: '&4[%playername%] さんはオフラインです'
noitem: '&4指定された名前は見つけられませんでした' noitem: '&4指定された名前は見つけられませんでした'
info: info:
help: help:
title: '&2*** &eJobs&2 ***' title: '&2*** &eJobs&2 ***'
info: '各職業でどのくらい報酬を得れているのかを確認できます' info: 各職業でどのくらい報酬を得れているのかを確認できます
penalty: '&eこの職業は人が多いので&c[penalty]% &eペナルティーがあります' penalty: '&eこの職業は人が多いので&c[penalty]% &eペナルティーがあります'
bonus: '&eこの職業は人が少ないので &2[bonus]% &eボーナスが得られます' bonus: '&eこの職業は人が少ないので &2[bonus]% &eボーナスが得られます'
args: '[職業名] [動作]' args: '[jobname] [action]'
actions: '&e有効なアクション: &f%actions%' actions: '&e有効なアクション: &f%actions%'
max: '- &e最大レベル:&f ' max: '- &e最大レベル:&f '
newMax: ' &eMax level: &f[max]'
material: '&7%material%' material: '&7%material%'
levelRange: '&a(&e%levelFrom% &a- &e%levelUntil% &aレベル)' levelRange: '&a(&e%levelFrom% &a- &e%levelUntil% &aレベル)'
levelFrom: '&a( &e%levelFrom% &aレベルから)' levelFrom: '&a( &e%levelFrom% &aレベルから)'
@ -251,14 +311,17 @@ command:
place: place:
info: '建築' info: '建築'
none: '%jobname% はブロックの設置で報酬を得ることはできません' none: '%jobname% はブロックの設置で報酬を得ることはできません'
striplogs:
info: '&eStrip logs'
none: '%jobname% does not get money for stripping logs.'
kill: kill:
info: '討伐' info: '討伐'
none: '%jobname% はモンスターの討伐で報酬を得ることはできません' none: '%jobname% はモンスターの討伐で報酬を得ることはできません'
mmkill: mmkill:
info: MMKill info: 'MMKill'
none: '%jobname% はMythicモンスターの討伐で報酬を得ることはできません' none: '%jobname% はMythicモンスターの討伐で報酬を得ることはできません'
fish: fish:
info: Fish info: 'Fish'
none: '%jobname% は釣りで報酬を得ることはできません' none: '%jobname% は釣りで報酬を得ることはできません'
craft: craft:
info: 'クラフト' info: 'クラフト'
@ -278,6 +341,9 @@ command:
enchant: enchant:
info: 'エンチャント' info: 'エンチャント'
none: '%jobname% はエンチャントで報酬を得ることはできません' none: '%jobname% はエンチャントで報酬を得ることはできません'
vtrade:
info: '&eVillager trade'
none: '%jobname% does not get money for trading a villager.'
repair: repair:
info: '修理' info: '修理'
none: '%jobname% は修理で報酬を得ることはできません' none: '%jobname% は修理で報酬を得ることはできません'
@ -299,52 +365,92 @@ command:
custom-kill: custom-kill:
info: 'カスタムキル' info: 'カスタムキル'
none: '%jobname% はカスタムプレイヤーの討伐で報酬を得ることはできません' none: '%jobname% はカスタムプレイヤーの討伐で報酬を得ることはできません'
collect:
info: '&eCollect'
none: '%jobname% does not get money for collecting blocks.'
playerinfo: playerinfo:
help: help:
info: '各職業で他のプレイヤーがどのくらい報酬を得れているのかを確認できます(?)' info: 各職業で他のプレイヤーがどのくらい報酬を得れているのかを確認できます(?)
args: '[playername] [jobname] [action]' args: '[playername] [jobname] [action]'
join: join:
help: help:
info: '[職業名]の職業に就きます' info: '[職業名]の職業に就きます'
args: '[職業名]' args: '[jobname]'
error: error:
alreadyin: '%jobname% はすでに就いている職業です' alreadyin: '%jobname% はすでに就いている職業です'
fullslots: '%jobname% に就くことができませんでした。利用可能なスロットがありません' fullslots: '%jobname% に就くことができませんでした。利用可能なスロットがありません'
maxjobs: '就ける職業の上限に達しています' maxjobs: 就ける職業の上限に達しています
rejoin: '&cこのジョブに再び就くには [time] 待つ必要があります' rejoin: '&cこのジョブに再び就くには [time] 待つ必要があります'
rejoin: '&aClick to rejoin this job: '
success: '%jobname% に就きました' success: '%jobname% に就きました'
confirm: '&2Click to confirm joining action for the &7[jobname] &2job.'
leave: leave:
help: help:
info: '[職業名]を離職します' info: '[職業名]を離職します'
args: '[職業名]' args: '[oldplayerjob]'
success: '%jobname% を離職しました' success: '%jobname% を離職しました'
confirmationNeed: '&cAre you sure you want to leave from&e [jobname]&c job? Type the command again within&6 [time] seconds &cto confirm!'
leaveall: leaveall:
help: help:
info: '就いている全ての職業を離職します' info: 就いている全ての職業を離職します
error: error:
nojobs: '離職できる職業はありません' nojobs: 離職できる職業はありません
success: '就いている全ての職業を離職しました' success: 就いている全ての職業を離職しました
confirmationNeed: '&cAre you sure you want to leave from all jobs? Type the command again within&6 [time] seconds &cto confirm!'
explored: explored:
help: help:
info: 'このチャンクに来たことのある人を確認できます' info: このチャンクに来たことのある人を確認できます
error: error:
noexplore: '誰もこのチャンクを訪れたことがありません' noexplore: 誰もこのチャンクを訪れたことがありません
list: '&e%place%. %playername%' list: '&e%place%. %playername%'
browse: browse:
help: help:
info: '利用可能な職業の一覧を表示します' info: 利用可能な職業の一覧を表示します
error: error:
nojobs: 'あなたが就ける職業はありません' nojobs: あなたが就ける職業はありません
output: output:
header: '次の職業に就くことができます:' header: '次の職業に就くことができます:'
footer: '"/jobs info [職業名]" で詳細な情報が見れます' footer: '"/jobs info [職業名]" で詳細な情報が見れます'
totalWorkers: '&7プレイヤー数: &e[amount]' totalWorkers: '&7プレイヤー数: &e[amount]'
penalty: '&4ペナルティー: &c[amount]%' penalty: '&4ペナルティー: &c[amount]%'
bonus: '&2ボーナス: &a[amount]%' bonus: '&2ボーナス: &a[amount]%'
newHeader: '&2========== [amount] Available Jobs ========='
description: '[description]'
list: ' &8[place]. &7[jobname]'
console:
newHeader: '&2========== [amount] Available Jobs ========='
description: '[description]'
totalWorkers: ' &7Workers: &e[amount]'
penalty: ' &4Penalty: &c[amount]%'
bonus: ' &2Bonus: &a[amount]%'
list: ' &6[jobname]'
newMax: ' &eMax level: &f[max]'
click: '&bClick on the job to see more info about it!'
detailed: '&bClick to see more detailed list on job actions'
jobHeader: '&2========== [jobname] ========='
chooseJob: '&7&n&oChoose this job'
chooseJobHover: '&7Click here to get this job'
clearownership:
help:
info: Clear block ownership
args: '[playername]'
output:
cleared: '&2Removed &7[furnaces] &2furnaces and &7[brewing] &2brewing stands'
quests:
help:
info: List available quests
args: '[playername]'
error:
noquests: '&cThere are no quests'
toplineseparator: '&7*********************** &6[playerName] &2(&f[questsDone]&2) &7***********************'
output:
completed: '&2 !Completed!&r '
questLine: '[progress] &7[questName] &f[done]&7/&8[required]'
hover: "&f[jobName] \n[desc] \n&7New quest in: [time]"
fire: fire:
help: help:
info: '[player]に[職業名]を強制的に離職させます' info: '[player]に[職業名]を強制的に離職させます'
args: '[player] [職業名]' args: '[playername] [jobname]'
error: error:
nojob: '%jobname%に就いていません' nojob: '%jobname%に就いていません'
output: output:
@ -352,25 +458,26 @@ command:
fireall: fireall:
help: help:
info: '[player]に就いてる職業全てを強制的に離職させます' info: '[player]に就いてる職業全てを強制的に離職させます'
args: '[player]' args: '[playername]'
error: error:
nojobs: 'プレイヤーが職業についていないため離職させられませんでした' nojobs: プレイヤーが職業についていないため離職させられませんでした
output: output:
target: '全ての職業を離職させられました' target: 全ての職業を離職させられました
employ: employ:
help: help:
info: '[player]を[職業名]に就かせます' info: '[player]を[職業名]に就かせます'
args: '[player] [職業名]' args: '[playername] [jobname]'
error: error:
alreadyin: 'プレイヤーはすでに %jobname% に就いています' alreadyin: プレイヤーはすでに %jobname% に就いています
fullslots: You cannot join the job %jobname%, there are no slots available.
output: output:
target: '%jobname% に就かされました' target: '%jobname% に就かされました'
top: top:
help: help:
info: '[職業名]の上位%amount%名を表示します' info: '[職業名]の上位%amount%名を表示します'
args: '[職業名]' args: '[jobname]'
error: error:
nojob: '存在しない職業名です' nojob: 存在しない職業名です
output: output:
topline: '&aトップ &e%jobname%' topline: '&aトップ &e%jobname%'
list: '&e%number%&a. &e%playername% &aレベル:&e%level% 経験値:%exp%' list: '&e%number%&a. &e%playername% &aレベル:&e%level% 経験値:%exp%'
@ -379,10 +486,10 @@ command:
show: '&e[from] &2 から &e[until] &2までのリストを表示します' show: '&e[from] &2 から &e[until] &2までのリストを表示します'
gtop: gtop:
help: help:
info: '合計レベルの上位%amount%名を表示します' info: 合計レベルの上位%amount%名を表示します
args: '' args: ''
error: error:
nojob: '情報がありません' nojob: 情報がありません
output: output:
topline: '&aトップ&e %amount% &a合計レベル' topline: '&aトップ&e %amount% &a合計レベル'
list: '&e%number%&a. &e%playername% &aレベル &e%level% 経験値:%exp%' list: '&e%number%&a. &e%playername% &aレベル &e%level% 経験値:%exp%'
@ -391,15 +498,14 @@ command:
show: '&e[from] &2から &e[until] &2のリストを表示します' show: '&e[from] &2から &e[until] &2のリストを表示します'
area: area:
help: help:
info: 'エリアを変更します' info: エリアを変更します
args: add/remove/info/list args: add/remove/info/list
addUsage: '&e使い方: &6/Jobs area add [エリア名/wg:WorldGuardのエリア名] [ボーナス]' addUsage: '&e使い方: &6/Jobs area add [エリア名/wg:WorldGuardのエリア名] [ボーナス]'
removeUsage: '&e使い方: &6/Jobs area remove [エリア名]' removeUsage: '&e使い方: &6/Jobs area remove [エリア名]'
output: output:
addedNew: '&e新しいエリアを ボーナス:&6%bonus% &eで作成しました' addedNew: '&e新しいエリアを ボーナス:&6%bonus% &eで作成しました'
removed: '&eエリア &6%name% &eを削除しました' removed: '&eエリア &6%name% &eを削除しました'
list: '&e%number%&a. &e%areaname% &e%worldname% (&a%x1%:%y1%:%z1%/&e%x2%:%y2%:%z2%) list: '&e%number%&a. &e%areaname% &e%worldname% (&a%x1%:%y1%:%z1%/&e%x2%:%y2%:%z2%) &6%bonus%'
&6%bonus%'
wgList: '&e%number%&a. WorldGuard: &e%areaname% &6%bonus%' wgList: '&e%number%&a. WorldGuard: &e%areaname% &6%bonus%'
noAreas: '&e作成されたエリアはありません' noAreas: '&e作成されたエリアはありません'
noAreasByLoc: '&eこの場所に作成されたエリアはありません' noAreasByLoc: '&eこの場所に作成されたエリアはありません'
@ -412,8 +518,8 @@ command:
wgDontExist: '&eこの名前のWorldGuardエリア名は存在しません' wgDontExist: '&eこの名前のWorldGuardエリア名は存在しません'
log: log:
help: help:
info: '統計情報を表示します' info: 統計情報を表示します
args: '[player]' args: '[playername]'
output: output:
topline: '&7************************* &6%playername% &7*************************' topline: '&7************************* &6%playername% &7*************************'
ls: '&7* &6%number%. &3%action%: &6%item% &e数量: %qty% %money% %exp% %points%' ls: '&7* &6%number%. &3%action%: &6%item% &e数量: %qty% %money% %exp% %points%'
@ -426,7 +532,7 @@ command:
nodata: '&cデータがありません' nodata: '&cデータがありません'
glog: glog:
help: help:
info: 'グローバル統計を表示します' info: グローバル統計を表示します
args: '' args: ''
output: output:
topline: '&7*********************** &6 グローバル統計 &7***********************' topline: '&7*********************** &6 グローバル統計 &7***********************'
@ -439,57 +545,67 @@ command:
transfer: transfer:
help: help:
info: '[player]の職業を[現在の職業]から[次に就く職業]へ移行します(経験値そのまま)' info: '[player]の職業を[現在の職業]から[次に就く職業]へ移行します(経験値そのまま)'
args: '[player] [現在の職業] [次に就く職業]' args: '[playername] [oldjob] [newjob]'
output: output:
target: 'あなたの職業を %oldjobname% から %newjobname% へ移行しました' target: あなたの職業を %oldjobname% から %newjobname% へ移行しました
promote: promote:
help: help:
info: '[player]の[職業名]レベルを[レベル]上げます' info: '[player]の[職業名]レベルを[レベル]上げます'
args: '[player] [職業名] [レベル]' args: '[playername] [jobname] [levels]'
output: output:
target: '%jobname% のレベルを %levelsgained% 上げました' target: '%jobname% のレベルを %levelsgained% 上げました'
exp: exp:
help: help:
info: '[player]の[職業名]の経験値を編集します' info: '[player]の[職業名]の経験値を編集します'
args: '[player] [職業名] [set/add/take] [数値]' args: '[playername] [jobname] set/add/take [amount]'
error:
nojob: '&cThis player must first join a job.'
output: output:
target: '&eあなたの %jobname% の経験値が変更されました &e今のあなたの状態 &6%level%レベル &6%exp%経験値' target: '&eあなたの %jobname% の経験値が変更されました &e今のあなたの状態 &6%level%レベル &6%exp%経験値'
level:
help:
info: Change the player's level in a job.
args: '[playername] [jobname] set/add/take [amount]'
error:
nojob: '&cThis player must first join a job.'
output:
target: '&eYour level was changed for %jobname% &eand now you at &6%level%lvl &eand with &6%exp%exp.'
demote: demote:
help: help:
info: '[player]の[職業名]のレベルを[レベル]下げます' info: '[player]の[職業名]のレベルを[レベル]下げます'
args: '[player] [職業名] [レベル]' args: '[playername] [jobname] [levels]'
output: output:
target: 'あなたは %jobname% のレベルを %levelslost% 下げました' target: あなたは %jobname% のレベルを %levelslost% 下げました
grantxp: grantxp:
help: help:
info: '[player]の[職業名]に[数値]経験値を与えます' info: '[player]の[職業名]に[数値]経験値を与えます'
args: '[player] [職業名] [数値]' args: '[playername] [jobname] [xp]'
output: output:
target: '%jobname% に %xpgained% 経験値が与えられました' target: '%jobname% に %xpgained% 経験値が与えられました'
removexp: removexp:
help: help:
info: '[player]の[職業名]から[数値]経験値を奪います' info: '[player]の[職業名]から[数値]経験値を奪います'
args: '[player] [職業名] [数値]' args: '[playername] [jobname] [xp]'
output: output:
target: '%jobname% から %xplost% 経験値を奪われました' target: '%jobname% から %xplost% 経験値を奪われました'
signupdate: signupdate:
help: help:
info: '手動で看板を更新します' info: 手動で看板を更新します
args: '[jobname]' args: '[jobname]'
bp: bp:
help: help:
info: '半径10ブロック以内の報酬を受け取れないブロッックを表示します' info: 半径10ブロック以内の報酬を受け取れないブロッックを表示します
args: '' args: ''
output: output:
found: '&eあなたが報酬を受け取れないブロックが &6%amount% 個見つかりました' found: '&eあなたが報酬を受け取れないブロックが &6%amount% 個見つかりました'
notFound: '&eあなたが報酬を受け取れないブロックはありません' notFound: '&eあなたが報酬を受け取れないブロックはありません'
reload: reload:
help: help:
info: '設定ファイル群をリロードします' info: 設定ファイル群をリロードします
toggle: toggle:
help: help:
info: 'アクションバーまたはボスバーの報酬表示を切り替えます' info: アクションバーまたはボスバーの報酬表示を切り替えます
args: '[actionbar/bossbar]' args: actionbar/bossbar
output: output:
turnedoff: '&4この機能はオフになっています' turnedoff: '&4この機能はオフになっています'
paid: paid:
@ -506,6 +622,8 @@ message:
levelup: levelup:
broadcast: '%playername% の %jobname% のレベルが %joblevel% に上がりました' broadcast: '%playername% の %jobname% のレベルが %joblevel% に上がりました'
nobroadcast: '%jobname% のレベルが %joblevel% に上がりました' nobroadcast: '%jobname% のレベルが %joblevel% に上がりました'
leveldown:
message: '&cYou lost level&e %lostLevel%&c in&e %jobname%&c job! Level:&6 %joblevel%&c.'
cowtimer: '&eYou still need to wait &6%time% &esec to get paid for this job.' cowtimer: '&eYou still need to wait &6%time% &esec to get paid for this job.'
blocktimer: '&eこのジョブの報酬を受け取るには: &3[time] &esec 待つ必要があります' blocktimer: '&eこのジョブの報酬を受け取るには: &3[time] &esec 待つ必要があります'
placeblocktimer: '&eあなたがこの場所で報酬を得るには&6[time] &e秒待つ必要があります' placeblocktimer: '&eあなたがこの場所で報酬を得るには&6[time] &e秒待つ必要があります'
@ -516,6 +634,7 @@ message:
fullinventory: 'インベントリがいっぱいです' fullinventory: 'インベントリがいっぱいです'
signs: signs:
List: '&0[number].&8[player]&7:&4[level]' List: '&0[number].&8[player]&7:&4[level]'
questList: '&0[number].&8[player]&7:&4[quests]'
SpecialList: SpecialList:
p1: '&b** &81位 &b**' p1: '&b** &81位 &b**'
p2: '&b** &82位 &b**' p2: '&b** &82位 &b**'
@ -529,6 +648,7 @@ signs:
p10: '&b** &810位 &b**' p10: '&b** &810位 &b**'
name: '&9[player]' name: '&9[player]'
level: '&8レベル : [level]' level: '&8レベル : [level]'
quests: '&8[quests] quests'
bottom: '&b************' bottom: '&b************'
cantcreate: '&4あなたにこの看板を作る権限はありません' cantcreate: '&4あなたにこの看板を作る権限はありません'
cantdestroy: '&4あなたにこの看板を破壊する権限はありません' cantdestroy: '&4あなたにこの看板を破壊する権限はありません'

View File

@ -1,39 +1,241 @@
---
economy: economy:
error: error:
nomoney: Atsiprašome, nacionalinis bankas nebeturi pinigu! nomoney: 'Atsiprašome, nacionalinis bankas nebeturi pinigu!'
command: limitedItem:
boost:
help:
info: Boosts Exp/money gain for all players
args: '[jobname] [rate]'
output:
allreset: All exp/money boost turned off
jobsboostreset: Boost for %jobname% was turned off
nothingtoreset: Nothing to reset
boostalladded: Boost of %boost% added for all jobs!
boostadded: Boost of &e%boost% &aadded for &e%jobname%!
infostats: '&c-----> &aExp/money rate x%boost% enabled&c <-------'
limit:
help:
info: Shows payment limits for jobs
args: ''
output:
lefttime: '&eLikes laikas iki nusiresetinimo: &2%hour% &evalandos &2%min% &emin &2%sec%
&esek'
moneylimit: '&ePinigu limitas: &2%money%&e/&2%totalmoney%'
reachedlimit: '&4You have reached money limit in given time!'
reachedlimit2: '&eYou can check your limit with &2/jobs limit &ecommand'
notenabled: '&eMoney limit is not enabled'
admin:
error: There was an error in the command.
success: Your command has been performed.
error: error:
job: The job you have selected does not exist! levelup: '&cYou need to level up in [jobname] to use this item!'
permission: You do not have permission to do that! general:
Spawner: '&r[type] Spawner'
info:
toplineseparator: '&7*********************** &6%playername% &7***********************'
separator: '&7*******************************************************'
time:
days: '&e%days% &6days '
hours: '&e%hours% &6hours '
mins: '&e%mins% &6min '
secs: '&e%secs% &6sec '
invalidPage: '&cInvalid page'
'true': '&2True'
'false': '&cFalse'
admin:
error: '&cThere was an error in the command.'
success: '&eYour command has been performed.'
error:
noHelpPage: '&cThere is no help page by this number!'
notNumber: '&ePlease use numbers!'
job: '&cThe job you selected does not exist!'
noCommand: '&cThere is no command by this name!'
permission: '&cYou do not have permission to do that!'
noinfo: '&cNo information found!'
noinfoByPlayer: '&cNo information found by [%playername%] player name!'
ingame: '&cYou can use this command only in game!'
fromconsole: '&cYou can use this command only from console!'
worldisdisabled: '&cYou can''t use command in this world!'
newFurnaceRegistration: '&eRegistered new ownership for furnace &7[current]&e/&f[max]'
newBrewingRegistration: '&eRegistered new ownership for brewing stand &7[current]&e/&f[max]'
noFurnaceRegistration: '&cYou''ve reached max furnace count!'
noBrewingRegistration: '&cYou''ve reached max brewing stand count!'
command:
help: help:
output: output:
info: Rasyk &2/jobs [cmd] ? &edel detalesnes informacijos. info: Rasyk &2/jobs [cmd] ? &edel detalesnes informacijos.
usage: 'Naudojimas: %usage%' cmdUsage: '&2Usage: &7[command]'
label: Jobs
cmdInfoFormat: '[command] &f- &2[description]'
cmdFormat: '&7/[command] &f[arguments]'
helpPageDescription: '&2* [description]'
title: '&e-------&e ======= &6Jobs &e======= &e-------'
page: '&e-----&e ====== Page &6[1] &eof &6[2] &e====== &e-----'
fliperSimbols: '&e----------'
prevPage: '&2----<< &6Prev '
prevPageOff: '&7----<< Prev '
nextPage: '&6 Next &2>>----'
nextPageOff: '&7 Next >>----'
pageCount: '&2[current]/[total]'
moneyboost:
help:
info: Boosts money gain for all players
args: '[jobname] [rate]'
output:
allreset: All money boosts turned off
jobsboostreset: Money boost has been turned off for %jobname%
nothingtoreset: Nothing to reset
boostalladded: Money boost of %boost% added for all jobs!
boostadded: Money boost of &e%boost% &aadded for &e%jobname%!
infostats: '&c-----> &aMoney rate x%boost% enabled&c <-------'
pointboost:
help:
info: Boosts point gain for all players
args: '[jobname] [rate]'
output:
allreset: All point boosts turned off
jobsboostreset: Point boost has been turned off for %jobname%
nothingtoreset: Nothing to reset
boostalladded: Points boost of %boost% added for all jobs!
boostadded: Points boost of &e%boost% &aadded for &e%jobname%!
infostats: '&c-----> &aPoints rate x%boost% enabled&c <-------'
expboost:
help:
info: Boosts exp gain for all players
args: '[jobname] [rate]'
output:
allreset: All exp boosts turned off
jobsboostreset: Exp boost has been turned off for %jobname%
nothingtoreset: Nothing to reset
boostalladded: Exp boost of %boost% added for all jobs!
boostadded: Exp boost of &e%boost% &aadded for &e%jobname%!
infostats: '&c-----> &aExp rate x%boost% enabled&c <-------'
itembonus:
help:
info: Check item bonus
args: ''
output:
list: '&e[jobname]: %money% %points% %exp%'
hover: '&7%itemtype%'
hoverLevelLimits: "&7From level: %from% \n&7Until level: %until%"
edititembonus:
help:
info: Edit item boost bonus
args: list/add/remove [jobname] [itemBoostName]
bonus:
help:
info: Show job bonuses
args: '[jobname]'
output:
topline: '&7**************** &2[money] &6[points] &e[exp] &7****************'
permission: ' &ePerm bonus: %money% %points% %exp%'
item: ' &eItem bonus: %money% %points% %exp%'
global: ' &eGlobal bonus: %money% %points% %exp%'
dynamic: ' &eDynamic bonus: %money% %points% %exp%'
nearspawner: ' &eSpawner bonus: %money% %points% %exp%'
petpay: ' &ePetPay bonus: %money% %points% %exp%'
area: ' &eArea bonus: %money% %points% %exp%'
mcmmo: ' &eMcMMO bonus: %money% %points% %exp%'
final: ' &eFinal bonus: %money% %points% %exp%'
finalExplanation: ' &eDoes not include Petpay and Near spawner bonus/penalty'
convert:
help:
info: Converts the database system from one system to another. If you are currently running SQLite, this will convert it to MySQL and vice versa.
args: ''
limit:
help:
info: Shows payment limits for jobs
args: '[playername]'
output:
moneytime: '&eTime left until money limit resets: &2%time%'
moneyLimit: '&eMoney limit: &2%current%&e/&2%total%'
exptime: '&eTime left until Exp limit resets: &2%time%'
expLimit: '&eExp limit: &2%current%&e/&2%total%'
pointstime: '&eTime left until Point limit resets: &2%time%'
pointsLimit: '&ePoint limit: &2%current%&e/&2%total%'
reachedmoneylimit: '&4You have reached money limit in given time!'
reachedmoneylimit2: '&eYou can check your limit with &2/jobs limit &ecommand'
reachedmoneylimit3: '&eMoney earned is now reduced exponentially... But you still earn a little!'
reachedexplimit: '&4You have reached exp limit in given time!'
reachedexplimit2: '&eYou can check your limit with &2/jobs limit &ecommand'
reachedpointslimit: '&4You have reached exp limit in given time!'
reachedpointslimit2: '&eYou can check your limit with &2/jobs limit &ecommand'
notenabled: '&eMoney limit is not enabled'
resetlimit:
help:
info: Resets a player's payment limits
args: '[playername]'
output:
reseted: '&ePayment limits have been reset for: &2%playername%'
resetquest:
help:
info: Resets a player's quest
args: '[playername] [jobname]'
output:
reseted: '&eQuest has been reset for: &2%playername%'
noQuests: '&eCan''t find any quests'
points:
help:
info: Shows how much points does a player have.
args: '[playername]'
currentpoints: ' &eCurrent point amount: &6%currentpoints%'
totalpoints: ' &eTotal amount of collected points until now: &6%totalpoints%'
editpoints:
help:
info: Edit player's points.
args: set/add/take [playername] [amount]
output:
set: '&ePlayers (&6%playername%&e) points was set to &6%amount%'
add: '&ePlayer (&6%playername%&e) got additional &6%amount% &epoints. Now they have &6%total%'
take: '&ePlayer (&6%playername%&e) lost &6%amount% &epoints. Now they have &6%total%'
editjobs:
help:
info: Edit current jobs.
args: ''
list:
job: '&eJobs:'
jobs: ' -> [&e%jobname%&r]'
actions: ' -> [&e%actionname%&r]'
material: ' -> [&e%materialname%&r] '
materialRemove: '&c[X]'
materialAdd: ' -> &e[&2+&e]'
money: ' -> &eMoney: &6%amount%'
exp: ' -> &eExp: &6%amount%'
points: ' -> &ePoints: &6%amount%'
modify:
newValue: '&eEnter new value'
enter: '&eEnter new name or press '
hand: '&6HAND '
handHover: '&6Press to grab info from item in your hand'
or: '&eor '
look: '&6LOOKING AT'
lookHover: '&6Press to grab info from block you are looking'
editquests:
help:
info: Edit current quests.
args: ''
list:
quest: '&eQuests:'
jobs: ' -> [&e%jobname%&r]'
quests: ' -> [&e%questname%&r]'
actions: ' -> [&e%actionname%&r]'
objectives: ' -> [&e%objectivename%&r]'
objectiveRemove: '&c[X]'
objectiveAdd: ' -> &e[&2+&e]'
modify:
newValue: '&eEnter new value'
enter: '&eEnter new name or press '
hand: '&6HAND '
handHover: '&6Press to grab info from item in your hand'
or: '&eor '
look: '&6LOOKING AT'
lookHover: '&6Press to grab info from block you are looking'
blockinfo:
help:
info: Shows information for the block you are looking at.
args: ''
output:
name: ' &eBlock name: &6%blockname%'
id: ' &eBlock id: &6%blockid%'
data: ' &eBlock data: &6%blockdata%'
usage: ' &eUsage: &6%first% &eor &6%second%'
iteminfo:
help:
info: Shows information for the item you are holding.
args: ''
output:
name: ' &eItem name: &6%itemname%'
id: ' &eItem id: &6%itemid%'
data: ' &eItem data: &6%itemdata%'
usage: ' &eUsage: &6%first% &eor &6%second%'
placeholders:
help:
info: List out all placeholders
args: (parse) (placeholder)
output:
list: '&e[place]. &7[placeholder]'
outputResult: ' &eresult: &7[result]'
parse: '&6[placeholder] &7by [source] &6result &8|&f[result]&8|'
entitylist:
help:
info: Shows all possible entities that can be used with the plugin.
args: ''
stats: stats:
help: help:
info: Parodyti visu i kuriuos esate isidarbine darbu informacija. info: Parodyti visu i kuriuos esate isidarbine darbu informacija.
@ -41,52 +243,131 @@ command:
error: error:
nojob: Prasome isidarbinti visu pirma. nojob: Prasome isidarbinti visu pirma.
output: 'lvl%joblevel% %jobname% : %jobxp%/%jobmaxxp% xp' output: 'lvl%joblevel% %jobname% : %jobxp%/%jobmaxxp% xp'
shop:
help:
info: Opens special jobs shop.
args: ''
info:
title: '&e------- &8Jobs shop &e-------'
currentPoints: '&eYou have: &6%currentpoints%'
price: '&ePrice: &6%price%'
reqJobs: '&eRequired jobs:'
reqJobsList: ' &6%jobsname%&e: &e%level% lvl'
reqTotalLevel: '&6Required total level: &e%totalLevel%'
cantOpen: '&cCan''t open this page'
NoPermForItem: '&cYou don''t have required permissions for this item!'
NoPermToBuy: '&cNo permissions to buy this item'
NoJobReqForitem: '&cYou don''t have the required job (&6%jobname%&e) with required (&6%joblevel%&e) level'
NoPoints: '&cYou don''t have enough points'
NoTotalLevel: '&cTotal jobs level is too low (%totalLevel%)'
Paid: '&eYou have paid &6%amount% &efor this item'
archive: archive:
help: help:
info: Shows all jobs saved in archive by user. info: Shows all jobs saved in archive by user.
args: '[playername]' args: '[playername]'
error: error:
nojob: There is no jobs saved. nojob: There is no jobs saved.
output: lvl %joblevel% (%getbackjoblevel%) %jobname% give:
help:
info: Gives item by jobs name and item category name. Player name is optional
args: '[playername] [jobname] [items/limiteditems] [jobitemname]'
output:
notonline: '&4Player [%playername%] is not online!'
noitem: '&4Can''t find any item by given name!'
info: info:
help: help:
title: '&2*** &eDarbas&2 ***' title: '&2*** &eDarbas&2 ***'
info: Parodo kiek gali uzdirbti is kiekvieno darbo uz tamtikra veikla. info: Parodo kiek gali uzdirbti is kiekvieno darbo uz tamtikra veikla.
penalty: '&eThis job has a penalty of &c[penalty]% &ebecause there are too many players working in it.'
bonus: '&eThis job has a bonus of &2[bonus]% &ebecause there are not enough players working in it.'
args: '[jobname] [action]' args: '[jobname] [action]'
actions: '&eValid actions are: &f%actions%'
max: ' - &emax level:&f '
newMax: ' &eMax level: &f[max]'
material: '&7%material%'
levelRange: ' &a(&e%levelFrom% &a- &e%levelUntil% &alevels)'
levelFrom: ' &a(from &e%levelFrom% &alevel)'
levelUntil: ' &a(until &e%levelUntil% &alevel)'
money: ' &2%money%$'
points: ' &6%points%pts'
exp: ' &e%exp%xp'
gui:
pickjob: '&ePick your job!'
jobinfo: '&e[jobname] info!'
actions: '&eValid actions are:'
leftClick: '&eLeft Click for more info'
rightClick: '&eRight click to join job'
leftSlots: '&eLeft slots:&f '
working: '&2&nAlready working'
max: '&eMax level:&f '
back: '&e<<< Back'
output: output:
break: break:
info: Sudauzyti info: 'Sudauzyti'
none: '%jobname% does not get money for breaking blocks.' none: '%jobname% does not get money for breaking blocks.'
tntbreak:
info: '&eTNTBreak'
none: '%jobname% does not get money for breaking blocks with TNT.'
place: place:
info: Padeti info: 'Padeti'
none: '%jobname% does not get money for placing blocks.' none: '%jobname% does not get money for placing blocks.'
striplogs:
info: '&eStrip logs'
none: '%jobname% does not get money for stripping logs.'
kill: kill:
info: Uzmusti info: 'Uzmusti'
none: '%jobname% does not get money for killing monsters.' none: '%jobname% does not get money for killing monsters.'
mmkill:
info: '&eMMKill'
none: '%jobname% does not get money for killing Mythic monsters.'
fish: fish:
info: Suzvejoti info: 'Suzvejoti'
none: '%jobname% does not get money from fishing.' none: '%jobname% does not get money from fishing.'
craft: craft:
info: Pagaminti info: 'Pagaminti'
none: '%jobname% does not get money from crafting.' none: '%jobname% does not get money from crafting.'
smelt: smelt:
info: Islidyti info: 'Islidyti'
none: '%jobname% does not get money from smelting.' none: '%jobname% does not get money from smelting.'
brew: brew:
info: Isvirti info: 'Isvirti'
none: '%jobname% does not get money from brewing.' none: '%jobname% does not get money from brewing.'
eat:
info: '&eEat'
none: '%jobname% does not get money from eating food.'
dye:
info: '&eDye'
none: '%jobname% does not get money from dyeing.'
enchant: enchant:
info: Patobulinti info: 'Patobulinti'
none: '%jobname% does not get money from enchanting.' none: '%jobname% does not get money from enchanting.'
vtrade:
info: '&eVillager trade'
none: '%jobname% does not get money for trading a villager.'
repair: repair:
info: Sutaisyti info: 'Sutaisyti'
none: '%jobname% does not get money from repairing.' none: '%jobname% does not get money from repairing.'
breed: breed:
info: Veisti info: 'Veisti'
none: '%jobname% does not get money from breeding.' none: '%jobname% does not get money from breeding.'
tame: tame:
info: Prijaukinti info: 'Prijaukinti'
none: '%jobname% does not get money from taming.' none: '%jobname% does not get money from taming.'
milk:
info: '&eMilk'
none: '%jobname% does not get money from milking cows.'
shear:
info: '&eShear'
none: '%jobname% does not get money from shearing sheep.'
explore:
info: '&eExplore'
none: '%jobname% does not get money from exploring.'
custom-kill:
info: '&eCustom kill'
none: '%jobname% does not get money from custom player kills.'
collect:
info: '&eCollect'
none: '%jobname% does not get money for collecting blocks.'
playerinfo: playerinfo:
help: help:
info: Parodo kiek kitas zaidejas uzdirba is tam tikru darbu. info: Parodo kiek kitas zaidejas uzdirba is tam tikru darbu.
@ -99,18 +380,29 @@ command:
alreadyin: Jus jau esate isidarbines i %jobname%. alreadyin: Jus jau esate isidarbines i %jobname%.
fullslots: Tu negali isidarbinti %jobname%, turi maksimalu darbu skaiciu. fullslots: Tu negali isidarbinti %jobname%, turi maksimalu darbu skaiciu.
maxjobs: Tu jau istojai i maksimaliai leistinus darbus. maxjobs: Tu jau istojai i maksimaliai leistinus darbus.
rejoin: '&cCan''t rejoin this job. Wait [time]'
rejoin: '&aClick to rejoin this job: '
success: Tu istojai i %jobname%. success: Tu istojai i %jobname%.
confirm: '&2Click to confirm joining action for the &7[jobname] &2job.'
leave: leave:
help: help:
info: Iseiti is pasirinkto darbo. info: Iseiti is pasirinkto darbo.
args: '[jobname]' args: '[oldplayerjob]'
success: Tu isejai is %jobname%. success: Tu isejai is %jobname%.
confirmationNeed: '&cAre you sure you want to leave from&e [jobname]&c job? Type the command again within&6 [time] seconds &cto confirm!'
leaveall: leaveall:
help: help:
info: Iseiti is visu darbu. info: Iseiti is visu darbu.
error: error:
nojobs: Tu negali iseiti is darbo kol nesi isidarbines! nojobs: Tu negali iseiti is darbo kol nesi isidarbines!
success: Tu isejai is visu darbu. success: Tu isejai is visu darbu.
confirmationNeed: '&cAre you sure you want to leave from all jobs? Type the command again within&6 [time] seconds &cto confirm!'
explored:
help:
info: Check who visited this chunk
error:
noexplore: No one visited this chunk
list: '&e%place%. %playername%'
browse: browse:
help: help:
info: Darbu sarasas i kuriuos gali istoti. info: Darbu sarasas i kuriuos gali istoti.
@ -119,6 +411,42 @@ command:
output: output:
header: 'Tu gali isidarbinti i situos darbus:' header: 'Tu gali isidarbinti i situos darbus:'
footer: Del daugiau informacijos rasyk /jobs info [JobName] footer: Del daugiau informacijos rasyk /jobs info [JobName]
totalWorkers: ' &7Workers: &e[amount]'
penalty: ' &4Penalty: &c[amount]%'
bonus: ' &2Bonus: &a[amount]%'
newHeader: '&2========== [amount] Available Jobs ========='
description: '[description]'
list: ' &8[place]. &7[jobname]'
console:
newHeader: '&2========== [amount] Available Jobs ========='
description: '[description]'
totalWorkers: ' &7Workers: &e[amount]'
penalty: ' &4Penalty: &c[amount]%'
bonus: ' &2Bonus: &a[amount]%'
list: ' &6[jobname]'
newMax: ' &eMax level: &f[max]'
click: '&bClick on the job to see more info about it!'
detailed: '&bClick to see more detailed list on job actions'
jobHeader: '&2========== [jobname] ========='
chooseJob: '&7&n&oChoose this job'
chooseJobHover: '&7Click here to get this job'
clearownership:
help:
info: Clear block ownership
args: '[playername]'
output:
cleared: '&2Removed &7[furnaces] &2furnaces and &7[brewing] &2brewing stands'
quests:
help:
info: List available quests
args: '[playername]'
error:
noquests: '&cThere are no quests'
toplineseparator: '&7*********************** &6[playerName] &2(&f[questsDone]&2) &7***********************'
output:
completed: '&2 !Completed!&r '
questLine: '[progress] &7[questName] &f[done]&7/&8[required]'
hover: "&f[jobName] \n[desc] \n&7New quest in: [time]"
fire: fire:
help: help:
info: Fire the player from the job. info: Fire the player from the job.
@ -141,6 +469,7 @@ command:
args: '[playername] [jobname]' args: '[playername] [jobname]'
error: error:
alreadyin: Player is already in the job %jobname%. alreadyin: Player is already in the job %jobname%.
fullslots: You cannot join the job %jobname%, there are no slots available.
output: output:
target: Tu buvai idarbintas i %jobname%. target: Tu buvai idarbintas i %jobname%.
top: top:
@ -152,6 +481,67 @@ command:
output: output:
topline: '&aTop&e 10 &azaidejai pagal &e%jobname% &adarba' topline: '&aTop&e 10 &azaidejai pagal &e%jobname% &adarba'
list: '&e%number%&a. &e%playername% &alvl &e%level% &awith&e %exp% &aexp' list: '&e%number%&a. &e%playername% &alvl &e%level% &awith&e %exp% &aexp'
prev: '&e<<<<< Prev page &2|'
next: '&2|&e Next Page >>>>'
show: '&2Show from &e[from] &2until &e[until] &2top list'
gtop:
help:
info: Shows top %amount% players by global jobs level.
args: ''
error:
nojob: Can't find any information.
output:
topline: '&aTop&e %amount% &aplayers by global job level'
list: '&e%number%&a. &e%playername% &alvl &e%level% &awith&e %exp% &aexp'
prev: '&e<<<<< Prev page &2|'
next: '&2|&e Next Page >>>>'
show: '&2Show from &e[from] &2until &e[until] &2global top list'
area:
help:
info: Modify restricted areas.
args: add/remove/info/list
addUsage: '&eUsage: &6/Jobs area add [areaName/wg:worldGuardAreaName] [bonus]'
removeUsage: '&eUsage: &6/Jobs area remove [areaName]'
output:
addedNew: '&eAdded a new restricted area with &6%bonus% &ebonus'
removed: '&eRemoved the restricted area &6%name%'
list: '&e%number%&a. &e%areaname% &e%worldname% (&a%x1%:%y1%:%z1%/&e%x2%:%y2%:%z2%) &6%bonus%'
wgList: '&e%number%&a. WorldGuard: &e%areaname% &6%bonus%'
noAreas: '&eThere are no saved restricted areas'
noAreasByLoc: '&eThere are no restricted areas in this location'
areaList: '&eRestricted areas by your location: &6%list%'
selected1: '&eSelected the first point: &6%x%:%y%:%z%'
selected2: '&eSelected the second point: &6%x%:%y%:%z%'
select: '&eSelect 2 points with the selection tool (%tool%)'
exist: '&eRestriction area by this name already exists'
dontExist: '&eRestriction area by this name does not exist'
wgDontExist: '&eWorldGuard area by this name does not exist'
log:
help:
info: Shows statistics.
args: '[playername]'
output:
topline: '&7************************* &6%playername% &7*************************'
ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%'
money: '&6money: %amount% '
exp: '&eexp: %amount% '
points: '&6points: %amount%'
bottomline: '&7***********************************************************'
prev: '&e<<<<< Prev page &2|'
next: '&2|&e Next Page >>>>'
nodata: '&cData not found'
glog:
help:
info: Shows global statistics.
args: ''
output:
topline: '&7*********************** &6Global statistics &7***********************'
ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%'
money: '&6money: %amount% '
exp: '&eexp: %amount% '
points: '&6points: %amount%'
bottomline: '&7**************************************************************'
nodata: '&cData not found'
transfer: transfer:
help: help:
info: Transfer a player's job from an old job to a new job. info: Transfer a player's job from an old job to a new job.
@ -164,6 +554,22 @@ command:
args: '[playername] [jobname] [levels]' args: '[playername] [jobname] [levels]'
output: output:
target: Tu gavai %levelsgained% lygiu %jobname% darbe. target: Tu gavai %levelsgained% lygiu %jobname% darbe.
exp:
help:
info: Change the player exp for job.
args: '[playername] [jobname] set/add/take [amount]'
error:
nojob: '&cThis player must first join a job.'
output:
target: '&eYour exp was changed for %jobname% &eand now you at &6%level%lvl &eand with &6%exp%exp.'
level:
help:
info: Change the player's level in a job.
args: '[playername] [jobname] set/add/take [amount]'
error:
nojob: '&cThis player must first join a job.'
output:
target: '&eYour level was changed for %jobname% &eand now you at &6%level%lvl &eand with &6%exp%exp.'
demote: demote:
help: help:
info: Demote the player X levels in a job. info: Demote the player X levels in a job.
@ -182,14 +588,31 @@ command:
args: '[playername] [jobname] [xp]' args: '[playername] [jobname] [xp]'
output: output:
target: You have lost %xplost% experience in %jobname%. target: You have lost %xplost% experience in %jobname%.
signupdate:
help:
info: Manually updates a sign by its name
args: '[jobname]'
bp:
help:
info: Shows block protections around you in 10 block radius
args: ''
output:
found: '&eFound &6%amount% &eprotected blocks around you'
notFound: '&eNo protected blocks found around you'
reload: reload:
help: help:
info: Reload configurations. info: Reload configurations.
toggle: toggle:
help: help:
info: Perjungia mokejimu rodima veiksmu lenteleje. info: Perjungia mokejimu rodima veiksmu lenteleje.
args: actionbar/bossbar
output: output:
paid: '&aTau buvo sumoketa: &2[amount]' turnedoff: '&4This feature is turned off!'
paid:
main: '&aYou got:'
money: '&e[amount] money'
exp: '&7[exp] exp'
points: '&6[points] points'
'on': '&aIjungta: &aTaip' 'on': '&aIjungta: &aTaip'
'off': '&aIjungta: &4Ne' 'off': '&aIjungta: &4Ne'
message: message:
@ -199,5 +622,48 @@ message:
levelup: levelup:
broadcast: '%playername% is now a level %joblevel% %jobname%.' broadcast: '%playername% is now a level %joblevel% %jobname%.'
nobroadcast: Tu pasiekiai %joblevel% lygi %jobname% darbe. nobroadcast: Tu pasiekiai %joblevel% lygi %jobname% darbe.
leveldown:
message: '&cYou lost level&e %lostLevel%&c in&e %jobname%&c job! Level:&6 %joblevel%&c.'
cowtimer: '&eYou still need to wait &6%time% &esec to get paid for this job.'
blocktimer: '&eYou need to wait &3[time] &esec more to get paid for this!'
placeblocktimer: '&eYou can''t place blocks faster than &6[time] &esec in the same place!'
taxes: '&3[amount] &eserver taxes were transferred to this account'
boostStarted: '&eJobs boost time have been started!'
boostStoped: '&eJobs boost time have been ended!'
crafting: crafting:
fullinventory: Your inventory is full! fullinventory: 'Your inventory is full!'
signs:
List: '&0[number].&8[player]&7:&4[level]'
questList: '&0[number].&8[player]&7:&4[quests]'
SpecialList:
p1: '&b** &8First &b**'
p2: '&b** &8Second &b**'
p3: '&b** &8Third &b**'
p4: '&b** &8Fourth &b**'
p5: '&b** &8Fifth &b**'
p6: '&b** &8Sixth &b**'
p7: '&b** &8Seventh &b**'
p8: '&b** &8Eight &b**'
p9: '&b** &8Ninth &b**'
p10: '&b** &8Tenth &b**'
name: '&9[player]'
level: '&8[level] level'
quests: '&8[quests] quests'
bottom: '&b************'
cantcreate: '&4You can''t create this sign!'
cantdestroy: '&4You can''t destroy this sign!'
topline: '&0[Jobs]'
secondline:
join: '&0Join'
leave: '&0Leave'
toggle: '&0Toggle'
top: '&0Top'
browse: '&0Browse'
stats: '&0Stats'
limit: '&0Limit'
info: '&0Info'
archive: '&0Archive'
scoreboard:
topline: '&2Top &e%jobname%'
gtopline: '&2Global top list'
line: '&2%number%. &e%playername% (&6%level%&e)'

View File

@ -0,0 +1,669 @@
---
economy:
error:
nomoney: '&cPrzepraszam, brak pieniędzy w bank narodowym!'
limitedItem:
error:
levelup: '&cMusisz zwiększyć swój poziom w [jobname] aby użyć tego przedmiotu!'
general:
Spawner: '&r[type] Spawner'
info:
toplineseparator: '&7*********************** &6%playername% &7***********************'
separator: '&7*******************************************************'
time:
days: '&e%days% &6dni '
hours: '&e%hours% &6godzin '
mins: '&e%mins% &6min '
secs: '&e%secs% &6sec '
invalidPage: '&cNieprawidłowa strona'
'true': '&2Prawda'
'false': '&cFałsz'
admin:
error: '&cWystąpił błąd w tej komendzie.'
success: '&eKomenda została wykonana.'
error:
noHelpPage: '&cNie ma strony pomocy z tym numerem!'
notNumber: '&eProszę użyj numerów!'
job: '&cPracę jaką wybrałeś/aś nie istnieje!'
noCommand: '&cNie ma komendy z tą nazwą!'
permission: '&cNie masz uprawnień do zrobienia tego!'
noinfo: '&cBrak informacji znalezionych!'
noinfoByPlayer: '&cBrak informacji znalezionych używając [%playername%] nicku!'
ingame: '&cMożesz użyć tej komendy tylko w grze!'
fromconsole: '&cMożesz użyć tej komendy tylko w konsoli!'
worldisdisabled: '&cNie możesz użyć tej komendy w tym świecie!'
newFurnaceRegistration: '&eZarejestrowano własność dla pieca &7[current]&e/&f[max]'
newBrewingRegistration: '&eRegistered new ownership for brewing stand &7[current]&e/&f[max]'
noFurnaceRegistration: '&cOsiągnołeś/aś maxymalną ilość piecy!'
noBrewingRegistration: '&cYou''ve reached max brewing stand count!'
command:
help:
output:
info: Wpisz /jobs [cmd] ? po więcej informacji o komendzie.
cmdUsage: '&2Użycie: &7[command]'
label: Jobs
cmdInfoFormat: '[command] &f- &2[description]'
cmdFormat: '&7/[command] &f[arguments]'
helpPageDescription: '&2* [description]'
title: '&e-------&e ======= &6Prace &e======= &e-------'
page: '&e-----&e ====== Strona &6[1] &ez &6[2] &e====== &e-----'
fliperSimbols: '&e----------'
prevPage: '&2----<< &6Poprz '
prevPageOff: '&7----<< Poprz '
nextPage: '&6 Nast &2>>----'
nextPageOff: '&7 Nast >>----'
pageCount: '&2[current]/[total]'
moneyboost:
help:
info: Boosts money gain for all players
args: '[jobname] [rate]'
output:
allreset: All money boosts turned off
jobsboostreset: Money boost has been turned off for %jobname%
nothingtoreset: Nic do resetu
boostalladded: Money boost of %boost% added for all jobs!
boostadded: Money boost of &e%boost% &aadded for &e%jobname%!
infostats: '&c-----> &aMoney rate x%boost% enabled&c <-------'
pointboost:
help:
info: Boosts point gain for all players
args: '[jobname] [rate]'
output:
allreset: All point boosts turned off
jobsboostreset: Point boost has been turned off for %jobname%
nothingtoreset: Nic do resetu
boostalladded: Points boost of %boost% added for all jobs!
boostadded: Points boost of &e%boost% &aadded for &e%jobname%!
infostats: '&c-----> &aPoints rate x%boost% enabled&c <-------'
expboost:
help:
info: Boosts exp gain for all players
args: '[jobname] [rate]'
output:
allreset: All exp boosts turned off
jobsboostreset: Exp boost has been turned off for %jobname%
nothingtoreset: Nic do resetu
boostalladded: Exp boost of %boost% added for all jobs!
boostadded: Exp boost of &e%boost% &aadded for &e%jobname%!
infostats: '&c-----> &aExp rate x%boost% enabled&c <-------'
itembonus:
help:
info: Check item bonus
args: ''
output:
list: '&e[jobname]: %money% %points% %exp%'
hover: '&7%itemtype%'
hoverLevelLimits: "&7From level: %from% \n&7Until level: %until%"
edititembonus:
help:
info: Edit item boost bonus
args: list/add/remove [jobname] [itemBoostName]
bonus:
help:
info: Show job bonuses
args: '[jobname]'
output:
topline: '&7**************** &2[money] &6[points] &e[exp] &7****************'
permission: ' &ePerm bonus: %money% %points% %exp%'
item: ' &eItem bonus: %money% %points% %exp%'
global: ' &eGlobal bonus: %money% %points% %exp%'
dynamic: ' &eDynamic bonus: %money% %points% %exp%'
nearspawner: ' &eSpawner bonus: %money% %points% %exp%'
petpay: ' &ePetPay bonus: %money% %points% %exp%'
area: ' &eArea bonus: %money% %points% %exp%'
mcmmo: ' &eMcMMO bonus: %money% %points% %exp%'
final: ' &eFinal bonus: %money% %points% %exp%'
finalExplanation: ' &eDoes not include Petpay and Near spawner bonus/penalty'
convert:
help:
info: Converts the database system from one system to another. If you are currently running SQLite, this will convert it to MySQL and vice versa.
args: ''
limit:
help:
info: Shows payment limits for jobs
args: '[playername]'
output:
moneytime: '&eTime left until money limit resets: &2%time%'
moneyLimit: '&eMoney limit: &2%current%&e/&2%total%'
exptime: '&eTime left until Exp limit resets: &2%time%'
expLimit: '&eExp limit: &2%current%&e/&2%total%'
pointstime: '&eTime left until Point limit resets: &2%time%'
pointsLimit: '&ePoint limit: &2%current%&e/&2%total%'
reachedmoneylimit: '&4You have reached money limit in given time!'
reachedmoneylimit2: '&eYou can check your limit with &2/jobs limit &ecommand'
reachedmoneylimit3: '&eMoney earned is now reduced exponentially... But you still earn a little!'
reachedexplimit: '&4You have reached exp limit in given time!'
reachedexplimit2: '&eYou can check your limit with &2/jobs limit &ecommand'
reachedpointslimit: '&4You have reached exp limit in given time!'
reachedpointslimit2: '&eYou can check your limit with &2/jobs limit &ecommand'
notenabled: '&eMoney limit is not enabled'
resetlimit:
help:
info: Resets a player's payment limits
args: '[playername]'
output:
reseted: '&ePayment limits have been reset for: &2%playername%'
resetquest:
help:
info: Resets a player's quest
args: '[playername] [jobname]'
output:
reseted: '&eQuest has been reset for: &2%playername%'
noQuests: '&eCan''t find any quests'
points:
help:
info: Shows how much points does a player have.
args: '[playername]'
currentpoints: ' &eCurrent point amount: &6%currentpoints%'
totalpoints: ' &eTotal amount of collected points until now: &6%totalpoints%'
editpoints:
help:
info: Edit player's points.
args: set/add/take [playername] [amount]
output:
set: '&ePlayers (&6%playername%&e) points was set to &6%amount%'
add: '&ePlayer (&6%playername%&e) got additional &6%amount% &epoints. Now they have &6%total%'
take: '&ePlayer (&6%playername%&e) lost &6%amount% &epoints. Now they have &6%total%'
editjobs:
help:
info: Edit current jobs.
args: ''
list:
job: '&eJobs:'
jobs: ' -> [&e%jobname%&r]'
actions: ' -> [&e%actionname%&r]'
material: ' -> [&e%materialname%&r] '
materialRemove: '&c[X]'
materialAdd: ' -> &e[&2+&e]'
money: ' -> &eMoney: &6%amount%'
exp: ' -> &eExp: &6%amount%'
points: ' -> &ePoints: &6%amount%'
modify:
newValue: '&eEnter new value'
enter: '&eEnter new name or press '
hand: '&6HAND '
handHover: '&6Press to grab info from item in your hand'
or: '&eor '
look: '&6LOOKING AT'
lookHover: '&6Press to grab info from block you are looking'
editquests:
help:
info: Edit current quests.
args: ''
list:
quest: '&eQuests:'
jobs: ' -> [&e%jobname%&r]'
quests: ' -> [&e%questname%&r]'
actions: ' -> [&e%actionname%&r]'
objectives: ' -> [&e%objectivename%&r]'
objectiveRemove: '&c[X]'
objectiveAdd: ' -> &e[&2+&e]'
modify:
newValue: '&eEnter new value'
enter: '&eEnter new name or press '
hand: '&6HAND '
handHover: '&6Press to grab info from item in your hand'
or: '&eor '
look: '&6LOOKING AT'
lookHover: '&6Press to grab info from block you are looking'
blockinfo:
help:
info: Shows information for the block you are looking at.
args: ''
output:
name: ' &eBlock name: &6%blockname%'
id: ' &eBlock id: &6%blockid%'
data: ' &eBlock data: &6%blockdata%'
usage: ' &eUsage: &6%first% &eor &6%second%'
iteminfo:
help:
info: Shows information for the item you are holding.
args: ''
output:
name: ' &eItem name: &6%itemname%'
id: ' &eItem id: &6%itemid%'
data: ' &eItem data: &6%itemdata%'
usage: ' &eUsage: &6%first% &eor &6%second%'
placeholders:
help:
info: List out all placeholders
args: (parse) (placeholder)
output:
list: '&e[place]. &7[placeholder]'
outputResult: ' &eresult: &7[result]'
parse: '&6[placeholder] &7by [source] &6result &8|&f[result]&8|'
entitylist:
help:
info: Shows all possible entities that can be used with the plugin.
args: ''
stats:
help:
info: Show the level you are in each job you are part of.
args: '[playername]'
error:
nojob: Please join a job first.
output: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp'
shop:
help:
info: Opens special jobs shop.
args: ''
info:
title: '&e------- &8Jobs shop &e-------'
currentPoints: '&eYou have: &6%currentpoints%'
price: '&ePrice: &6%price%'
reqJobs: '&eRequired jobs:'
reqJobsList: ' &6%jobsname%&e: &e%level% lvl'
reqTotalLevel: '&6Required total level: &e%totalLevel%'
cantOpen: '&cCan''t open this page'
NoPermForItem: '&cYou don''t have required permissions for this item!'
NoPermToBuy: '&cNo permissions to buy this item'
NoJobReqForitem: '&cYou don''t have the required job (&6%jobname%&e) with required (&6%joblevel%&e) level'
NoPoints: '&cYou don''t have enough points'
NoTotalLevel: '&cTotal jobs level is too low (%totalLevel%)'
Paid: '&eYou have paid &6%amount% &efor this item'
archive:
help:
info: Shows all jobs saved in archive by user.
args: '[playername]'
error:
nojob: There is no jobs saved.
give:
help:
info: Gives item by jobs name and item category name. Player name is optional
args: '[playername] [jobname] [items/limiteditems] [jobitemname]'
output:
notonline: '&4Player [%playername%] is not online!'
noitem: '&4Can''t find any item by given name!'
info:
help:
title: '&2*** &eJobs&2 ***'
info: Show how much each job is getting paid and for what.
penalty: '&eThis job has a penalty of &c[penalty]% &ebecause there are too many players working in it.'
bonus: '&eThis job has a bonus of &2[bonus]% &ebecause there are not enough players working in it.'
args: '[jobname] [action]'
actions: '&eValid actions are: &f%actions%'
max: ' - &emax level:&f '
newMax: ' &eMax level: &f[max]'
material: '&7%material%'
levelRange: ' &a(&e%levelFrom% &a- &e%levelUntil% &alevels)'
levelFrom: ' &a(from &e%levelFrom% &alevel)'
levelUntil: ' &a(until &e%levelUntil% &alevel)'
money: ' &2%money%$'
points: ' &6%points%pts'
exp: ' &e%exp%xp'
gui:
pickjob: '&ePick your job!'
jobinfo: '&e[jobname] info!'
actions: '&eValid actions are:'
leftClick: '&eLeft Click for more info'
rightClick: '&eRight click to join job'
leftSlots: '&eLeft slots:&f '
working: '&2&nAlready working'
max: '&eMax level:&f '
back: '&e<<< Back'
output:
break:
info: '&eBreak'
none: '%jobname% does not get money for breaking blocks.'
tntbreak:
info: '&eTNTBreak'
none: '%jobname% does not get money for breaking blocks with TNT.'
place:
info: '&ePlace'
none: '%jobname% does not get money for placing blocks.'
striplogs:
info: '&eStrip logs'
none: '%jobname% does not get money for stripping logs.'
kill:
info: '&eKill'
none: '%jobname% does not get money for killing monsters.'
mmkill:
info: '&eMMKill'
none: '%jobname% does not get money for killing Mythic monsters.'
fish:
info: '&eFish'
none: '%jobname% does not get money from fishing.'
craft:
info: '&eCraft'
none: '%jobname% does not get money from crafting.'
smelt:
info: '&eSmelt'
none: '%jobname% does not get money from smelting.'
brew:
info: '&eBrew'
none: '%jobname% does not get money from brewing.'
eat:
info: '&eEat'
none: '%jobname% does not get money from eating food.'
dye:
info: '&eDye'
none: '%jobname% does not get money from dyeing.'
enchant:
info: '&eEnchant'
none: '%jobname% does not get money from enchanting.'
vtrade:
info: '&eVillager trade'
none: '%jobname% does not get money for trading a villager.'
repair:
info: '&eRepair'
none: '%jobname% does not get money from repairing.'
breed:
info: '&eBreed'
none: '%jobname% does not get money from breeding.'
tame:
info: '&eTame'
none: '%jobname% does not get money from taming.'
milk:
info: '&eMilk'
none: '%jobname% does not get money from milking cows.'
shear:
info: '&eShear'
none: '%jobname% does not get money from shearing sheep.'
explore:
info: '&eExplore'
none: '%jobname% does not get money from exploring.'
custom-kill:
info: '&eCustom kill'
none: '%jobname% does not get money from custom player kills.'
collect:
info: '&eCollect'
none: '%jobname% does not get money for collecting blocks.'
playerinfo:
help:
info: Show how much each job is getting paid and for what on another player.
args: '[playername] [jobname] [action]'
join:
help:
info: Join the selected job.
args: '[jobname]'
error:
alreadyin: You are already in the job %jobname%.
fullslots: You cannot join the job %jobname%, there are no slots available.
maxjobs: You have already joined too many jobs.
rejoin: '&cCan''t rejoin this job. Wait [time]'
rejoin: '&aClick to rejoin this job: '
success: You have joined the job %jobname%.
confirm: '&2Click to confirm joining action for the &7[jobname] &2job.'
leave:
help:
info: Leave the selected job.
args: '[oldplayerjob]'
success: You have left the job %jobname%.
confirmationNeed: '&cAre you sure you want to leave from&e [jobname]&c job? Type the command again within&6 [time] seconds &cto confirm!'
leaveall:
help:
info: Leave all your jobs.
error:
nojobs: You do not have any jobs to leave!
success: You have left all your jobs.
confirmationNeed: '&cAre you sure you want to leave from all jobs? Type the command again within&6 [time] seconds &cto confirm!'
explored:
help:
info: Check who visited this chunk
error:
noexplore: No one visited this chunk
list: '&e%place%. %playername%'
browse:
help:
info: List the jobs available to you.
error:
nojobs: There are no jobs you can join.
output:
header: 'You are allowed to join the following jobs:'
footer: For more information type in /jobs info [JobName]
totalWorkers: ' &7Workers: &e[amount]'
penalty: ' &4Penalty: &c[amount]%'
bonus: ' &2Bonus: &a[amount]%'
newHeader: '&2========== [amount] Available Jobs ========='
description: '[description]'
list: ' &8[place]. &7[jobname]'
console:
newHeader: '&2========== [amount] Available Jobs ========='
description: '[description]'
totalWorkers: ' &7Workers: &e[amount]'
penalty: ' &4Penalty: &c[amount]%'
bonus: ' &2Bonus: &a[amount]%'
list: ' &6[jobname]'
newMax: ' &eMax level: &f[max]'
click: '&bClick on the job to see more info about it!'
detailed: '&bClick to see more detailed list on job actions'
jobHeader: '&2========== [jobname] ========='
chooseJob: '&7&n&oChoose this job'
chooseJobHover: '&7Click here to get this job'
clearownership:
help:
info: Clear block ownership
args: '[playername]'
output:
cleared: '&2Removed &7[furnaces] &2furnaces and &7[brewing] &2brewing stands'
quests:
help:
info: List available quests
args: '[playername]'
error:
noquests: '&cThere are no quests'
toplineseparator: '&7*********************** &6[playerName] &2(&f[questsDone]&2) &7***********************'
output:
completed: '&2 !Completed!&r '
questLine: '[progress] &7[questName] &f[done]&7/&8[required]'
hover: "&f[jobName] \n[desc] \n&7New quest in: [time]"
fire:
help:
info: Fire the player from the job.
args: '[playername] [jobname]'
error:
nojob: Player does not have the job %jobname%.
output:
target: You have been fired from %jobname%.
fireall:
help:
info: Fire player from all their jobs.
args: '[playername]'
error:
nojobs: Player does not have any jobs to be fired from!
output:
target: You have been fired from all your jobs.
employ:
help:
info: Employ the player to the job.
args: '[playername] [jobname]'
error:
alreadyin: Player is already in the job %jobname%.
fullslots: You cannot join the job %jobname%, there are no slots available.
output:
target: You have been employed as a %jobname%.
top:
help:
info: Shows top %amount% players by jobs name.
args: '[jobname]'
error:
nojob: Can't find any job with this name.
output:
topline: '&aTop&e %amount% &aplayers by &e%jobname% &ajob'
list: '&e%number%&a. &e%playername% &alvl &e%level% &awith&e %exp% &aexp'
prev: '&e<<<<< Prev page &2|'
next: '&2|&e Next Page >>>>'
show: '&2Show from &e[from] &2until &e[until] &2top list'
gtop:
help:
info: Shows top %amount% players by global jobs level.
args: ''
error:
nojob: Can't find any information.
output:
topline: '&aTop&e %amount% &aplayers by global job level'
list: '&e%number%&a. &e%playername% &alvl &e%level% &awith&e %exp% &aexp'
prev: '&e<<<<< Prev page &2|'
next: '&2|&e Next Page >>>>'
show: '&2Show from &e[from] &2until &e[until] &2global top list'
area:
help:
info: Modify restricted areas.
args: add/remove/info/list
addUsage: '&eUsage: &6/Jobs area add [areaName/wg:worldGuardAreaName] [bonus]'
removeUsage: '&eUsage: &6/Jobs area remove [areaName]'
output:
addedNew: '&eAdded a new restricted area with &6%bonus% &ebonus'
removed: '&eRemoved the restricted area &6%name%'
list: '&e%number%&a. &e%areaname% &e%worldname% (&a%x1%:%y1%:%z1%/&e%x2%:%y2%:%z2%) &6%bonus%'
wgList: '&e%number%&a. WorldGuard: &e%areaname% &6%bonus%'
noAreas: '&eThere are no saved restricted areas'
noAreasByLoc: '&eThere are no restricted areas in this location'
areaList: '&eRestricted areas by your location: &6%list%'
selected1: '&eSelected the first point: &6%x%:%y%:%z%'
selected2: '&eSelected the second point: &6%x%:%y%:%z%'
select: '&eSelect 2 points with the selection tool (%tool%)'
exist: '&eRestriction area by this name already exists'
dontExist: '&eRestriction area by this name does not exist'
wgDontExist: '&eWorldGuard area by this name does not exist'
log:
help:
info: Shows statistics.
args: '[playername]'
output:
topline: '&7************************* &6%playername% &7*************************'
ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%'
money: '&6money: %amount% '
exp: '&eexp: %amount% '
points: '&6points: %amount%'
bottomline: '&7***********************************************************'
prev: '&e<<<<< Prev page &2|'
next: '&2|&e Next Page >>>>'
nodata: '&cData not found'
glog:
help:
info: Shows global statistics.
args: ''
output:
topline: '&7*********************** &6Global statistics &7***********************'
ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%'
money: '&6money: %amount% '
exp: '&eexp: %amount% '
points: '&6points: %amount%'
bottomline: '&7**************************************************************'
nodata: '&cData not found'
transfer:
help:
info: Transfer a player's job from an old job to a new job.
args: '[playername] [oldjob] [newjob]'
output:
target: You have been transferred from %oldjobname% to %newjobname%.
promote:
help:
info: Promote the player X levels in a job.
args: '[playername] [jobname] [levels]'
output:
target: You have been promoted %levelsgained% levels in %jobname%.
exp:
help:
info: Change the player exp for job.
args: '[playername] [jobname] set/add/take [amount]'
error:
nojob: '&cThis player must first join a job.'
output:
target: '&eYour exp was changed for %jobname% &eand now you at &6%level%lvl &eand with &6%exp%exp.'
level:
help:
info: Change the player's level in a job.
args: '[playername] [jobname] set/add/take [amount]'
error:
nojob: '&cThis player must first join a job.'
output:
target: '&eYour level was changed for %jobname% &eand now you at &6%level%lvl &eand with &6%exp%exp.'
demote:
help:
info: Demote the player X levels in a job.
args: '[playername] [jobname] [levels]'
output:
target: You have been demoted %levelslost% levels in %jobname%.
grantxp:
help:
info: Grants the player X experience in a job.
args: '[playername] [jobname] [xp]'
output:
target: You have been granted %xpgained% experience in %jobname%.
removexp:
help:
info: Remove X experience from the player in a job.
args: '[playername] [jobname] [xp]'
output:
target: You have lost %xplost% experience in %jobname%.
signupdate:
help:
info: Manually updates a sign by its name
args: '[jobname]'
bp:
help:
info: Shows block protections around you in 10 block radius
args: ''
output:
found: '&eFound &6%amount% &eprotected blocks around you'
notFound: '&eNo protected blocks found around you'
reload:
help:
info: Reload configurations.
toggle:
help:
info: Toggles payment output on action bar or bossbar.
args: actionbar/bossbar
output:
turnedoff: '&4This feature is turned off!'
paid:
main: '&aYou got:'
money: '&e[amount] money'
exp: '&7[exp] exp'
points: '&6[points] points'
'on': '&aToggled: &aON'
'off': '&aToggled: &4OFF'
message:
skillup:
broadcast: '%playername% has been promoted to a %titlename% %jobname%.'
nobroadcast: Congratulations, you have been promoted to a %titlename% %jobname%.
levelup:
broadcast: '%playername% is now a level %joblevel% %jobname%.'
nobroadcast: You are now level %joblevel% %jobname%.
leveldown:
message: '&cYou lost level&e %lostLevel%&c in&e %jobname%&c job! Level:&6 %joblevel%&c.'
cowtimer: '&eYou still need to wait &6%time% &esec to get paid for this job.'
blocktimer: '&eYou need to wait &3[time] &esec more to get paid for this!'
placeblocktimer: '&eYou can''t place blocks faster than &6[time] &esec in the same place!'
taxes: '&3[amount] &eserver taxes were transferred to this account'
boostStarted: '&eJobs boost time have been started!'
boostStoped: '&eJobs boost time have been ended!'
crafting:
fullinventory: '&cYour inventory is full!'
signs:
List: '&0[number].&8[player]&7:&4[level]'
questList: '&0[number].&8[player]&7:&4[quests]'
SpecialList:
p1: '&b** &8First &b**'
p2: '&b** &8Second &b**'
p3: '&b** &8Third &b**'
p4: '&b** &8Fourth &b**'
p5: '&b** &8Fifth &b**'
p6: '&b** &8Sixth &b**'
p7: '&b** &8Seventh &b**'
p8: '&b** &8Eight &b**'
p9: '&b** &8Ninth &b**'
p10: '&b** &8Tenth &b**'
name: '&9[player]'
level: '&8[level] level'
quests: '&8[quests] quests'
bottom: '&b************'
cantcreate: '&4You can''t create this sign!'
cantdestroy: '&4You can''t destroy this sign!'
topline: '&0[Jobs]'
secondline:
join: '&0Join'
leave: '&0Leave'
toggle: '&0Toggle'
top: '&0Top'
browse: '&0Browse'
stats: '&0Stats'
limit: '&0Limit'
info: '&0Info'
archive: '&0Archive'
scoreboard:
topline: '&2Top &e%jobname%'
gtopline: '&2Global top list'
line: '&2%number%. &e%playername% (&6%level%&e)'

View File

@ -0,0 +1,669 @@
---
economy:
error:
nomoney: '&cSorry, no money left in national bank!'
limitedItem:
error:
levelup: '&cYou need to level up in [jobname] to use this item!'
general:
Spawner: '&r[type] Spawner'
info:
toplineseparator: '&7*********************** &6%playername% &7***********************'
separator: '&7*******************************************************'
time:
days: '&e%days% &6days '
hours: '&e%hours% &6hours '
mins: '&e%mins% &6min '
secs: '&e%secs% &6sec '
invalidPage: '&cInvalid page'
'true': '&2True'
'false': '&cFalse'
admin:
error: '&cThere was an error in the command.'
success: '&eYour command has been performed.'
error:
noHelpPage: '&cThere is no help page by this number!'
notNumber: '&ePlease use numbers!'
job: '&cThe job you selected does not exist!'
noCommand: '&cThere is no command by this name!'
permission: '&cYou do not have permission to do that!'
noinfo: '&cNo information found!'
noinfoByPlayer: '&cNo information found by [%playername%] player name!'
ingame: '&cYou can use this command only in game!'
fromconsole: '&cYou can use this command only from console!'
worldisdisabled: '&cYou can''t use command in this world!'
newFurnaceRegistration: '&eRegistered new ownership for furnace &7[current]&e/&f[max]'
newBrewingRegistration: '&eRegistered new ownership for brewing stand &7[current]&e/&f[max]'
noFurnaceRegistration: '&cYou''ve reached max furnace count!'
noBrewingRegistration: '&cYou''ve reached max brewing stand count!'
command:
help:
output:
info: Type /jobs [cmd] ? for more information about a command.
cmdUsage: '&2Usage: &7[command]'
label: Jobs
cmdInfoFormat: '[command] &f- &2[description]'
cmdFormat: '&7/[command] &f[arguments]'
helpPageDescription: '&2* [description]'
title: '&e-------&e ======= &6Jobs &e======= &e-------'
page: '&e-----&e ====== Page &6[1] &eof &6[2] &e====== &e-----'
fliperSimbols: '&e----------'
prevPage: '&2----<< &6Prev '
prevPageOff: '&7----<< Prev '
nextPage: '&6 Next &2>>----'
nextPageOff: '&7 Next >>----'
pageCount: '&2[current]/[total]'
moneyboost:
help:
info: Boosts money gain for all players
args: '[jobname] [rate]'
output:
allreset: All money boosts turned off
jobsboostreset: Money boost has been turned off for %jobname%
nothingtoreset: Nothing to reset
boostalladded: Money boost of %boost% added for all jobs!
boostadded: Money boost of &e%boost% &aadded for &e%jobname%!
infostats: '&c-----> &aMoney rate x%boost% enabled&c <-------'
pointboost:
help:
info: Boosts point gain for all players
args: '[jobname] [rate]'
output:
allreset: All point boosts turned off
jobsboostreset: Point boost has been turned off for %jobname%
nothingtoreset: Nothing to reset
boostalladded: Points boost of %boost% added for all jobs!
boostadded: Points boost of &e%boost% &aadded for &e%jobname%!
infostats: '&c-----> &aPoints rate x%boost% enabled&c <-------'
expboost:
help:
info: Boosts exp gain for all players
args: '[jobname] [rate]'
output:
allreset: All exp boosts turned off
jobsboostreset: Exp boost has been turned off for %jobname%
nothingtoreset: Nothing to reset
boostalladded: Exp boost of %boost% added for all jobs!
boostadded: Exp boost of &e%boost% &aadded for &e%jobname%!
infostats: '&c-----> &aExp rate x%boost% enabled&c <-------'
itembonus:
help:
info: Check item bonus
args: ''
output:
list: '&e[jobname]: %money% %points% %exp%'
hover: '&7%itemtype%'
hoverLevelLimits: "&7From level: %from% \n&7Until level: %until%"
edititembonus:
help:
info: Edit item boost bonus
args: list/add/remove [jobname] [itemBoostName]
bonus:
help:
info: Show job bonuses
args: '[jobname]'
output:
topline: '&7**************** &2[money] &6[points] &e[exp] &7****************'
permission: ' &ePerm bonus: %money% %points% %exp%'
item: ' &eItem bonus: %money% %points% %exp%'
global: ' &eGlobal bonus: %money% %points% %exp%'
dynamic: ' &eDynamic bonus: %money% %points% %exp%'
nearspawner: ' &eSpawner bonus: %money% %points% %exp%'
petpay: ' &ePetPay bonus: %money% %points% %exp%'
area: ' &eArea bonus: %money% %points% %exp%'
mcmmo: ' &eMcMMO bonus: %money% %points% %exp%'
final: ' &eFinal bonus: %money% %points% %exp%'
finalExplanation: ' &eDoes not include Petpay and Near spawner bonus/penalty'
convert:
help:
info: Converts the database system from one system to another. If you are currently running SQLite, this will convert it to MySQL and vice versa.
args: ''
limit:
help:
info: Shows payment limits for jobs
args: '[playername]'
output:
moneytime: '&eTime left until money limit resets: &2%time%'
moneyLimit: '&eMoney limit: &2%current%&e/&2%total%'
exptime: '&eTime left until Exp limit resets: &2%time%'
expLimit: '&eExp limit: &2%current%&e/&2%total%'
pointstime: '&eTime left until Point limit resets: &2%time%'
pointsLimit: '&ePoint limit: &2%current%&e/&2%total%'
reachedmoneylimit: '&4You have reached money limit in given time!'
reachedmoneylimit2: '&eYou can check your limit with &2/jobs limit &ecommand'
reachedmoneylimit3: '&eMoney earned is now reduced exponentially... But you still earn a little!'
reachedexplimit: '&4You have reached exp limit in given time!'
reachedexplimit2: '&eYou can check your limit with &2/jobs limit &ecommand'
reachedpointslimit: '&4You have reached exp limit in given time!'
reachedpointslimit2: '&eYou can check your limit with &2/jobs limit &ecommand'
notenabled: '&eMoney limit is not enabled'
resetlimit:
help:
info: Resets a player's payment limits
args: '[playername]'
output:
reseted: '&ePayment limits have been reset for: &2%playername%'
resetquest:
help:
info: Resets a player's quest
args: '[playername] [jobname]'
output:
reseted: '&eQuest has been reset for: &2%playername%'
noQuests: '&eCan''t find any quests'
points:
help:
info: Shows how much points does a player have.
args: '[playername]'
currentpoints: ' &eCurrent point amount: &6%currentpoints%'
totalpoints: ' &eTotal amount of collected points until now: &6%totalpoints%'
editpoints:
help:
info: Edit player's points.
args: set/add/take [playername] [amount]
output:
set: '&ePlayers (&6%playername%&e) points was set to &6%amount%'
add: '&ePlayer (&6%playername%&e) got additional &6%amount% &epoints. Now they have &6%total%'
take: '&ePlayer (&6%playername%&e) lost &6%amount% &epoints. Now they have &6%total%'
editjobs:
help:
info: Edit current jobs.
args: ''
list:
job: '&eJobs:'
jobs: ' -> [&e%jobname%&r]'
actions: ' -> [&e%actionname%&r]'
material: ' -> [&e%materialname%&r] '
materialRemove: '&c[X]'
materialAdd: ' -> &e[&2+&e]'
money: ' -> &eMoney: &6%amount%'
exp: ' -> &eExp: &6%amount%'
points: ' -> &ePoints: &6%amount%'
modify:
newValue: '&eEnter new value'
enter: '&eEnter new name or press '
hand: '&6HAND '
handHover: '&6Press to grab info from item in your hand'
or: '&eor '
look: '&6LOOKING AT'
lookHover: '&6Press to grab info from block you are looking'
editquests:
help:
info: Edit current quests.
args: ''
list:
quest: '&eQuests:'
jobs: ' -> [&e%jobname%&r]'
quests: ' -> [&e%questname%&r]'
actions: ' -> [&e%actionname%&r]'
objectives: ' -> [&e%objectivename%&r]'
objectiveRemove: '&c[X]'
objectiveAdd: ' -> &e[&2+&e]'
modify:
newValue: '&eEnter new value'
enter: '&eEnter new name or press '
hand: '&6HAND '
handHover: '&6Press to grab info from item in your hand'
or: '&eor '
look: '&6LOOKING AT'
lookHover: '&6Press to grab info from block you are looking'
blockinfo:
help:
info: Shows information for the block you are looking at.
args: ''
output:
name: ' &eBlock name: &6%blockname%'
id: ' &eBlock id: &6%blockid%'
data: ' &eBlock data: &6%blockdata%'
usage: ' &eUsage: &6%first% &eor &6%second%'
iteminfo:
help:
info: Shows information for the item you are holding.
args: ''
output:
name: ' &eItem name: &6%itemname%'
id: ' &eItem id: &6%itemid%'
data: ' &eItem data: &6%itemdata%'
usage: ' &eUsage: &6%first% &eor &6%second%'
placeholders:
help:
info: List out all placeholders
args: (parse) (placeholder)
output:
list: '&e[place]. &7[placeholder]'
outputResult: ' &eresult: &7[result]'
parse: '&6[placeholder] &7by [source] &6result &8|&f[result]&8|'
entitylist:
help:
info: Shows all possible entities that can be used with the plugin.
args: ''
stats:
help:
info: Show the level you are in each job you are part of.
args: '[playername]'
error:
nojob: Please join a job first.
output: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp'
shop:
help:
info: Opens special jobs shop.
args: ''
info:
title: '&e------- &8Jobs shop &e-------'
currentPoints: '&eYou have: &6%currentpoints%'
price: '&ePrice: &6%price%'
reqJobs: '&eRequired jobs:'
reqJobsList: ' &6%jobsname%&e: &e%level% lvl'
reqTotalLevel: '&6Required total level: &e%totalLevel%'
cantOpen: '&cCan''t open this page'
NoPermForItem: '&cYou don''t have required permissions for this item!'
NoPermToBuy: '&cNo permissions to buy this item'
NoJobReqForitem: '&cYou don''t have the required job (&6%jobname%&e) with required (&6%joblevel%&e) level'
NoPoints: '&cYou don''t have enough points'
NoTotalLevel: '&cTotal jobs level is too low (%totalLevel%)'
Paid: '&eYou have paid &6%amount% &efor this item'
archive:
help:
info: Shows all jobs saved in archive by user.
args: '[playername]'
error:
nojob: There is no jobs saved.
give:
help:
info: Gives item by jobs name and item category name. Player name is optional
args: '[playername] [jobname] [items/limiteditems] [jobitemname]'
output:
notonline: '&4Player [%playername%] is not online!'
noitem: '&4Can''t find any item by given name!'
info:
help:
title: '&2*** &eJobs&2 ***'
info: Show how much each job is getting paid and for what.
penalty: '&eThis job has a penalty of &c[penalty]% &ebecause there are too many players working in it.'
bonus: '&eThis job has a bonus of &2[bonus]% &ebecause there are not enough players working in it.'
args: '[jobname] [action]'
actions: '&eValid actions are: &f%actions%'
max: ' - &emax level:&f '
newMax: ' &eMax level: &f[max]'
material: '&7%material%'
levelRange: ' &a(&e%levelFrom% &a- &e%levelUntil% &alevels)'
levelFrom: ' &a(from &e%levelFrom% &alevel)'
levelUntil: ' &a(until &e%levelUntil% &alevel)'
money: ' &2%money%$'
points: ' &6%points%pts'
exp: ' &e%exp%xp'
gui:
pickjob: '&ePick your job!'
jobinfo: '&e[jobname] info!'
actions: '&eValid actions are:'
leftClick: '&eLeft Click for more info'
rightClick: '&eRight click to join job'
leftSlots: '&eLeft slots:&f '
working: '&2&nAlready working'
max: '&eMax level:&f '
back: '&e<<< Back'
output:
break:
info: '&eBreak'
none: '%jobname% does not get money for breaking blocks.'
tntbreak:
info: '&eTNTBreak'
none: '%jobname% does not get money for breaking blocks with TNT.'
place:
info: '&ePlace'
none: '%jobname% does not get money for placing blocks.'
striplogs:
info: '&eStrip logs'
none: '%jobname% does not get money for stripping logs.'
kill:
info: '&eKill'
none: '%jobname% does not get money for killing monsters.'
mmkill:
info: '&eMMKill'
none: '%jobname% does not get money for killing Mythic monsters.'
fish:
info: '&eFish'
none: '%jobname% does not get money from fishing.'
craft:
info: '&eCraft'
none: '%jobname% does not get money from crafting.'
smelt:
info: '&eSmelt'
none: '%jobname% does not get money from smelting.'
brew:
info: '&eBrew'
none: '%jobname% does not get money from brewing.'
eat:
info: '&eEat'
none: '%jobname% does not get money from eating food.'
dye:
info: '&eDye'
none: '%jobname% does not get money from dyeing.'
enchant:
info: '&eEnchant'
none: '%jobname% does not get money from enchanting.'
vtrade:
info: '&eVillager trade'
none: '%jobname% does not get money for trading a villager.'
repair:
info: '&eRepair'
none: '%jobname% does not get money from repairing.'
breed:
info: '&eBreed'
none: '%jobname% does not get money from breeding.'
tame:
info: '&eTame'
none: '%jobname% does not get money from taming.'
milk:
info: '&eMilk'
none: '%jobname% does not get money from milking cows.'
shear:
info: '&eShear'
none: '%jobname% does not get money from shearing sheep.'
explore:
info: '&eExplore'
none: '%jobname% does not get money from exploring.'
custom-kill:
info: '&eCustom kill'
none: '%jobname% does not get money from custom player kills.'
collect:
info: '&eCollect'
none: '%jobname% does not get money for collecting blocks.'
playerinfo:
help:
info: Show how much each job is getting paid and for what on another player.
args: '[playername] [jobname] [action]'
join:
help:
info: Join the selected job.
args: '[jobname]'
error:
alreadyin: You are already in the job %jobname%.
fullslots: You cannot join the job %jobname%, there are no slots available.
maxjobs: You have already joined too many jobs.
rejoin: '&cCan''t rejoin this job. Wait [time]'
rejoin: '&aClick to rejoin this job: '
success: You have joined the job %jobname%.
confirm: '&2Click to confirm joining action for the &7[jobname] &2job.'
leave:
help:
info: Leave the selected job.
args: '[oldplayerjob]'
success: You have left the job %jobname%.
confirmationNeed: '&cAre you sure you want to leave from&e [jobname]&c job? Type the command again within&6 [time] seconds &cto confirm!'
leaveall:
help:
info: Leave all your jobs.
error:
nojobs: You do not have any jobs to leave!
success: You have left all your jobs.
confirmationNeed: '&cAre you sure you want to leave from all jobs? Type the command again within&6 [time] seconds &cto confirm!'
explored:
help:
info: Check who visited this chunk
error:
noexplore: No one visited this chunk
list: '&e%place%. %playername%'
browse:
help:
info: List the jobs available to you.
error:
nojobs: There are no jobs you can join.
output:
header: 'You are allowed to join the following jobs:'
footer: For more information type in /jobs info [JobName]
totalWorkers: ' &7Workers: &e[amount]'
penalty: ' &4Penalty: &c[amount]%'
bonus: ' &2Bonus: &a[amount]%'
newHeader: '&2========== [amount] Available Jobs ========='
description: '[description]'
list: ' &8[place]. &7[jobname]'
console:
newHeader: '&2========== [amount] Available Jobs ========='
description: '[description]'
totalWorkers: ' &7Workers: &e[amount]'
penalty: ' &4Penalty: &c[amount]%'
bonus: ' &2Bonus: &a[amount]%'
list: ' &6[jobname]'
newMax: ' &eMax level: &f[max]'
click: '&bClick on the job to see more info about it!'
detailed: '&bClick to see more detailed list on job actions'
jobHeader: '&2========== [jobname] ========='
chooseJob: '&7&n&oChoose this job'
chooseJobHover: '&7Click here to get this job'
clearownership:
help:
info: Clear block ownership
args: '[playername]'
output:
cleared: '&2Removed &7[furnaces] &2furnaces and &7[brewing] &2brewing stands'
quests:
help:
info: List available quests
args: '[playername]'
error:
noquests: '&cThere are no quests'
toplineseparator: '&7*********************** &6[playerName] &2(&f[questsDone]&2) &7***********************'
output:
completed: '&2 !Completed!&r '
questLine: '[progress] &7[questName] &f[done]&7/&8[required]'
hover: "&f[jobName] \n[desc] \n&7New quest in: [time]"
fire:
help:
info: Fire the player from the job.
args: '[playername] [jobname]'
error:
nojob: Player does not have the job %jobname%.
output:
target: You have been fired from %jobname%.
fireall:
help:
info: Fire player from all their jobs.
args: '[playername]'
error:
nojobs: Player does not have any jobs to be fired from!
output:
target: You have been fired from all your jobs.
employ:
help:
info: Employ the player to the job.
args: '[playername] [jobname]'
error:
alreadyin: Player is already in the job %jobname%.
fullslots: You cannot join the job %jobname%, there are no slots available.
output:
target: You have been employed as a %jobname%.
top:
help:
info: Shows top %amount% players by jobs name.
args: '[jobname]'
error:
nojob: Can't find any job with this name.
output:
topline: '&aTop&e %amount% &aplayers by &e%jobname% &ajob'
list: '&e%number%&a. &e%playername% &alvl &e%level% &awith&e %exp% &aexp'
prev: '&e<<<<< Prev page &2|'
next: '&2|&e Next Page >>>>'
show: '&2Show from &e[from] &2until &e[until] &2top list'
gtop:
help:
info: Shows top %amount% players by global jobs level.
args: ''
error:
nojob: Can't find any information.
output:
topline: '&aTop&e %amount% &aplayers by global job level'
list: '&e%number%&a. &e%playername% &alvl &e%level% &awith&e %exp% &aexp'
prev: '&e<<<<< Prev page &2|'
next: '&2|&e Next Page >>>>'
show: '&2Show from &e[from] &2until &e[until] &2global top list'
area:
help:
info: Modify restricted areas.
args: add/remove/info/list
addUsage: '&eUsage: &6/Jobs area add [areaName/wg:worldGuardAreaName] [bonus]'
removeUsage: '&eUsage: &6/Jobs area remove [areaName]'
output:
addedNew: '&eAdded a new restricted area with &6%bonus% &ebonus'
removed: '&eRemoved the restricted area &6%name%'
list: '&e%number%&a. &e%areaname% &e%worldname% (&a%x1%:%y1%:%z1%/&e%x2%:%y2%:%z2%) &6%bonus%'
wgList: '&e%number%&a. WorldGuard: &e%areaname% &6%bonus%'
noAreas: '&eThere are no saved restricted areas'
noAreasByLoc: '&eThere are no restricted areas in this location'
areaList: '&eRestricted areas by your location: &6%list%'
selected1: '&eSelected the first point: &6%x%:%y%:%z%'
selected2: '&eSelected the second point: &6%x%:%y%:%z%'
select: '&eSelect 2 points with the selection tool (%tool%)'
exist: '&eRestriction area by this name already exists'
dontExist: '&eRestriction area by this name does not exist'
wgDontExist: '&eWorldGuard area by this name does not exist'
log:
help:
info: Shows statistics.
args: '[playername]'
output:
topline: '&7************************* &6%playername% &7*************************'
ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%'
money: '&6money: %amount% '
exp: '&eexp: %amount% '
points: '&6points: %amount%'
bottomline: '&7***********************************************************'
prev: '&e<<<<< Prev page &2|'
next: '&2|&e Next Page >>>>'
nodata: '&cData not found'
glog:
help:
info: Shows global statistics.
args: ''
output:
topline: '&7*********************** &6Global statistics &7***********************'
ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%'
money: '&6money: %amount% '
exp: '&eexp: %amount% '
points: '&6points: %amount%'
bottomline: '&7**************************************************************'
nodata: '&cData not found'
transfer:
help:
info: Transfer a player's job from an old job to a new job.
args: '[playername] [oldjob] [newjob]'
output:
target: You have been transferred from %oldjobname% to %newjobname%.
promote:
help:
info: Promote the player X levels in a job.
args: '[playername] [jobname] [levels]'
output:
target: You have been promoted %levelsgained% levels in %jobname%.
exp:
help:
info: Change the player exp for job.
args: '[playername] [jobname] set/add/take [amount]'
error:
nojob: '&cThis player must first join a job.'
output:
target: '&eYour exp was changed for %jobname% &eand now you at &6%level%lvl &eand with &6%exp%exp.'
level:
help:
info: Change the player's level in a job.
args: '[playername] [jobname] set/add/take [amount]'
error:
nojob: '&cThis player must first join a job.'
output:
target: '&eYour level was changed for %jobname% &eand now you at &6%level%lvl &eand with &6%exp%exp.'
demote:
help:
info: Demote the player X levels in a job.
args: '[playername] [jobname] [levels]'
output:
target: You have been demoted %levelslost% levels in %jobname%.
grantxp:
help:
info: Grants the player X experience in a job.
args: '[playername] [jobname] [xp]'
output:
target: You have been granted %xpgained% experience in %jobname%.
removexp:
help:
info: Remove X experience from the player in a job.
args: '[playername] [jobname] [xp]'
output:
target: You have lost %xplost% experience in %jobname%.
signupdate:
help:
info: Manually updates a sign by its name
args: '[jobname]'
bp:
help:
info: Shows block protections around you in 10 block radius
args: ''
output:
found: '&eFound &6%amount% &eprotected blocks around you'
notFound: '&eNo protected blocks found around you'
reload:
help:
info: Reload configurations.
toggle:
help:
info: Toggles payment output on action bar or bossbar.
args: actionbar/bossbar
output:
turnedoff: '&4This feature is turned off!'
paid:
main: '&aYou got:'
money: '&e[amount] money'
exp: '&7[exp] exp'
points: '&6[points] points'
'on': '&aToggled: &aON'
'off': '&aToggled: &4OFF'
message:
skillup:
broadcast: '%playername% has been promoted to a %titlename% %jobname%.'
nobroadcast: Congratulations, you have been promoted to a %titlename% %jobname%.
levelup:
broadcast: '%playername% is now a level %joblevel% %jobname%.'
nobroadcast: You are now level %joblevel% %jobname%.
leveldown:
message: '&cYou lost level&e %lostLevel%&c in&e %jobname%&c job! Level:&6 %joblevel%&c.'
cowtimer: '&eYou still need to wait &6%time% &esec to get paid for this job.'
blocktimer: '&eYou need to wait &3[time] &esec more to get paid for this!'
placeblocktimer: '&eYou can''t place blocks faster than &6[time] &esec in the same place!'
taxes: '&3[amount] &eserver taxes were transferred to this account'
boostStarted: '&eJobs boost time have been started!'
boostStoped: '&eJobs boost time have been ended!'
crafting:
fullinventory: '&cYour inventory is full!'
signs:
List: '&0[number].&8[player]&7:&4[level]'
questList: '&0[number].&8[player]&7:&4[quests]'
SpecialList:
p1: '&b** &8First &b**'
p2: '&b** &8Second &b**'
p3: '&b** &8Third &b**'
p4: '&b** &8Fourth &b**'
p5: '&b** &8Fifth &b**'
p6: '&b** &8Sixth &b**'
p7: '&b** &8Seventh &b**'
p8: '&b** &8Eight &b**'
p9: '&b** &8Ninth &b**'
p10: '&b** &8Tenth &b**'
name: '&9[player]'
level: '&8[level] level'
quests: '&8[quests] quests'
bottom: '&b************'
cantcreate: '&4You can''t create this sign!'
cantdestroy: '&4You can''t destroy this sign!'
topline: '&0[Jobs]'
secondline:
join: '&0Join'
leave: '&0Leave'
toggle: '&0Toggle'
top: '&0Top'
browse: '&0Browse'
stats: '&0Stats'
limit: '&0Limit'
info: '&0Info'
archive: '&0Archive'
scoreboard:
topline: '&2Top &e%jobname%'
gtopline: '&2Global top list'
line: '&2%number%. &e%playername% (&6%level%&e)'

View File

@ -1,6 +1,7 @@
---
economy: economy:
error: error:
nomoney: Простите, но не осталось денег в банке! nomoney: 'Простите, но не осталось денег в банке!'
limitedItem: limitedItem:
error: error:
levelup: '&cВам нужно повысить свой уровень в работе под именем [jobname], чтобы использовать эту вещь!' levelup: '&cВам нужно повысить свой уровень в работе под именем [jobname], чтобы использовать эту вещь!'
@ -15,6 +16,8 @@ general:
mins: '&e%mins% &6мин ' mins: '&e%mins% &6мин '
secs: '&e%secs% &6сек ' secs: '&e%secs% &6сек '
invalidPage: '&cНеверная страница' invalidPage: '&cНеверная страница'
'true': '&2True'
'false': '&cFalse'
admin: admin:
error: '&cОшибка в этой команде.' error: '&cОшибка в этой команде.'
success: '&eВаша команда была выполнена успешно.' success: '&eВаша команда была выполнена успешно.'
@ -38,9 +41,9 @@ command:
output: output:
info: Используйте /jobs [cmd] ? Для более точной информации. info: Используйте /jobs [cmd] ? Для более точной информации.
cmdUsage: '&2Использование: &7[command]' cmdUsage: '&2Использование: &7[command]'
label: Работы label: Jobs
cmdInfoFormat: '[command] &f- &2[description]' cmdInfoFormat: '[command] &f- &2[description]'
cmdFormat: '&7/[command]&f[arguments]' cmdFormat: '&7/[command] &f[arguments]'
helpPageDescription: '&2* [description]' helpPageDescription: '&2* [description]'
title: '&e-------&e ======= &6Работы &e======= &e-------' title: '&e-------&e ======= &6Работы &e======= &e-------'
page: '&e-----&e ====== Страница &6[1] &eиз &6[2] &e====== &e-----' page: '&e-----&e ====== Страница &6[1] &eиз &6[2] &e====== &e-----'
@ -89,10 +92,12 @@ command:
args: '' args: ''
output: output:
list: '&e[jobname]: %money% %points% %exp%' list: '&e[jobname]: %money% %points% %exp%'
hover: '&7%itemtype%'
hoverLevelLimits: "&7From level: %from% \n&7Until level: %until%"
edititembonus: edititembonus:
help: help:
info: Редактировать бонусы работ. info: Редактировать бонусы работ.
args: '[list/add/remove] [jobsName] [itemBoostName]' args: list/add/remove [jobname] [itemBoostName]
bonus: bonus:
help: help:
info: Показывает бонусы работ. info: Показывает бонусы работ.
@ -116,7 +121,7 @@ command:
limit: limit:
help: help:
info: Показывает лимит оплаты для работы. info: Показывает лимит оплаты для работы.
args: '' args: '[playername]'
output: output:
moneytime: '&eДо сброса лимита: &2%time%' moneytime: '&eДо сброса лимита: &2%time%'
moneyLimit: '&eЛимит денег: &2%current%&e/&2%total%' moneyLimit: '&eЛимит денег: &2%current%&e/&2%total%'
@ -126,6 +131,7 @@ command:
pointsLimit: '&eЛимит очков: &2%current%&e/&2%total%' pointsLimit: '&eЛимит очков: &2%current%&e/&2%total%'
reachedmoneylimit: '&4Вы достигли предела денег, которые можно получить!' reachedmoneylimit: '&4Вы достигли предела денег, которые можно получить!'
reachedmoneylimit2: '&eВы можете проверить лимит командой &2/jobs limit' reachedmoneylimit2: '&eВы можете проверить лимит командой &2/jobs limit'
reachedmoneylimit3: '&eMoney earned is now reduced exponentially... But you still earn a little!'
reachedexplimit: '&4Вы достигли предела опыта, которые можно получить!' reachedexplimit: '&4Вы достигли предела опыта, которые можно получить!'
reachedexplimit2: '&eВы можете проверить лимит командой &2/jobs limit' reachedexplimit2: '&eВы можете проверить лимит командой &2/jobs limit'
reachedpointslimit: '&4Вы достигли предела очков, которые можно получить!' reachedpointslimit: '&4Вы достигли предела очков, которые можно получить!'
@ -137,6 +143,13 @@ command:
args: '[playername]' args: '[playername]'
output: output:
reseted: '&eУспешно сброшен лимит игрока: &2%playername%' reseted: '&eУспешно сброшен лимит игрока: &2%playername%'
resetquest:
help:
info: Resets a player's quest
args: '[playername] [jobname]'
output:
reseted: '&eQuest has been reset for: &2%playername%'
noQuests: '&eCan''t find any quests'
points: points:
help: help:
info: Выводит кол-во очков у игрока. info: Выводит кол-во очков у игрока.
@ -146,7 +159,7 @@ command:
editpoints: editpoints:
help: help:
info: Позволяет редактировать очки игроков. info: Позволяет редактировать очки игроков.
args: '[set/add/take] [playername] [amount]' args: set/add/take [playername] [amount]
output: output:
set: '&eКоличество очков игрока &6%playername%&e приведены к &6%amount% ед.' set: '&eКоличество очков игрока &6%playername%&e приведены к &6%amount% ед.'
add: '&eИгрок &6%playername%&e получил дополнительные &6%amount% &eочков. Сейчас у него всего &6%total%' add: '&eИгрок &6%playername%&e получил дополнительные &6%amount% &eочков. Сейчас у него всего &6%total%'
@ -173,6 +186,26 @@ command:
or: '&eor ' or: '&eor '
look: '&6СМОТРЕТЬ НА' look: '&6СМОТРЕТЬ НА'
lookHover: '&6Нажмите, чтобы получить информацию о блоке, на который вы смотрите' lookHover: '&6Нажмите, чтобы получить информацию о блоке, на который вы смотрите'
editquests:
help:
info: Edit current quests.
args: ''
list:
quest: '&eQuests:'
jobs: ' -> [&e%jobname%&r]'
quests: ' -> [&e%questname%&r]'
actions: ' -> [&e%actionname%&r]'
objectives: ' -> [&e%objectivename%&r]'
objectiveRemove: '&c[X]'
objectiveAdd: ' -> &e[&2+&e]'
modify:
newValue: '&eEnter new value'
enter: '&eEnter new name or press '
hand: '&6HAND '
handHover: '&6Press to grab info from item in your hand'
or: '&eor '
look: '&6LOOKING AT'
lookHover: '&6Press to grab info from block you are looking'
blockinfo: blockinfo:
help: help:
info: Показывает информацию о блоке, на который вы смотрите. info: Показывает информацию о блоке, на который вы смотрите.
@ -191,6 +224,14 @@ command:
id: ' &eID предмета: &6%itemid%' id: ' &eID предмета: &6%itemid%'
data: ' &eДанные предмета: &6%itemdata%' data: ' &eДанные предмета: &6%itemdata%'
usage: ' &eИспользование: &6%first% &eor &6%second%' usage: ' &eИспользование: &6%first% &eor &6%second%'
placeholders:
help:
info: List out all placeholders
args: (parse) (placeholder)
output:
list: '&e[place]. &7[placeholder]'
outputResult: ' &eresult: &7[result]'
parse: '&6[placeholder] &7by [source] &6result &8|&f[result]&8|'
entitylist: entitylist:
help: help:
info: Показывает все возможные сущности, которые могут быть задействованы плагином. info: Показывает все возможные сущности, которые могут быть задействованы плагином.
@ -216,8 +257,7 @@ command:
cantOpen: '&cНе могу открыть эту страницу' cantOpen: '&cНе могу открыть эту страницу'
NoPermForItem: '&cУ Вас нет прав на совершение этого действия!' NoPermForItem: '&cУ Вас нет прав на совершение этого действия!'
NoPermToBuy: '&cУ Вас нет прав на покупку этого товара!' NoPermToBuy: '&cУ Вас нет прав на покупку этого товара!'
NoJobReqForitem: '&cВы не работаете &6(%jobname%), &eлибо не достигли NoJobReqForitem: '&cВы не работаете &6(%jobname%), &eлибо не достигли &6(%joblevel%) &eуровня'
&6(%joblevel%) &eуровня'
NoPoints: '&cУ Вас недостаточно очков' NoPoints: '&cУ Вас недостаточно очков'
NoTotalLevel: '&cУ Вас недостаточный совокупный уровень работ. Требуется (%totalLevel%)' NoTotalLevel: '&cУ Вас недостаточный совокупный уровень работ. Требуется (%totalLevel%)'
Paid: '&eВы заплатили &6%amount% &eза эту вещь' Paid: '&eВы заплатили &6%amount% &eза эту вещь'
@ -230,7 +270,7 @@ command:
give: give:
help: help:
info: Выдать предмет по названию Работы либо по категории. Имя игрока необязательно. info: Выдать предмет по названию Работы либо по категории. Имя игрока необязательно.
args: '[playername] [jobname] [itemname]' args: '[playername] [jobname] [items/limiteditems] [jobitemname]'
output: output:
notonline: '&Игрок [%playername%] не на сервере!' notonline: '&Игрок [%playername%] не на сервере!'
noitem: '&4Нет предмета с таким именем!' noitem: '&4Нет предмета с таким именем!'
@ -263,62 +303,71 @@ command:
back: '&e<--Вернуться' back: '&e<--Вернуться'
output: output:
break: break:
info: Разрушение блоков info: 'Разрушение блоков'
none: '%jobname% не получает денег за разрушение блоков.' none: '%jobname% не получает денег за разрушение блоков.'
tntbreak: tntbreak:
info: TNT-подрыв info: 'TNT-подрыв'
none: '%jobname% не получает денег за подрыв блоков с помощью TNT.' none: '%jobname% не получает денег за подрыв блоков с помощью TNT.'
place: place:
info: Размещение блоков info: 'Размещение блоков'
none: '%jobname% не получает денег за размещение блоков.' none: '%jobname% не получает денег за размещение блоков.'
striplogs:
info: '&eStrip logs'
none: '%jobname% does not get money for stripping logs.'
kill: kill:
info: Сражение с мобами info: 'Сражение с мобами'
none: '%jobname% не получает денег за убийство мобов.' none: '%jobname% не получает денег за убийство мобов.'
mmkill: mmkill:
info: MMKill info: 'MMKill'
none: '%jobname% не получает денег за убийство вымышленных мобов.' none: '%jobname% не получает денег за убийство вымышленных мобов.'
fish: fish:
info: Рыбная ловля info: 'Рыбная ловля'
none: '%jobname% не получает денег за рыбалку.' none: '%jobname% не получает денег за рыбалку.'
craft: craft:
info: Крафт info: 'Крафт'
none: '%jobname% не получает денег за крафт.' none: '%jobname% не получает денег за крафт.'
smelt: smelt:
info: Обработка в печи info: 'Обработка в печи'
none: '%jobname% не получает денег за обработку в печи.' none: '%jobname% не получает денег за обработку в печи.'
brew: brew:
info: Зельеварение info: 'Зельеварение'
none: '%jobname% не получает денег за зельеварение.' none: '%jobname% не получает денег за зельеварение.'
eat: eat:
info: Поглощение еды info: 'Поглощение еды'
none: '%jobname% не получает денег за поедание еды.' none: '%jobname% не получает денег за поедание еды.'
dye: dye:
info: Покраска info: 'Покраска'
none: '%jobname% не получает денег за покраску блоков шерсти.' none: '%jobname% не получает денег за покраску блоков шерсти.'
enchant: enchant:
info: Зачарование info: 'Зачарование'
none: '%jobname% не получает денег за зачарование.' none: '%jobname% не получает денег за зачарование.'
vtrade:
info: '&eVillager trade'
none: '%jobname% does not get money for trading a villager.'
repair: repair:
info: Восстановление предметов info: 'Восстановление предметов'
none: '%jobname% не получает денег за восстановление предметов.' none: '%jobname% не получает денег за восстановление предметов.'
breed: breed:
info: Размножение млекопитающих info: 'Размножение млекопитающих'
none: '%jobname% не получает денег за размножение млекопитающих.' none: '%jobname% не получает денег за размножение млекопитающих.'
tame: tame:
info: Приручение животных info: 'Приручение животных'
none: '%jobname% не получает денег за приручание.' none: '%jobname% не получает денег за приручание.'
milk: milk:
info: Доение коров info: 'Доение коров'
none: '%jobname% не получает денег за доение коров.' none: '%jobname% не получает денег за доение коров.'
shear: shear:
info: Стрижка овец info: 'Стрижка овец'
none: '%jobname% не получает денег за стрижку овец.' none: '%jobname% не получает денег за стрижку овец.'
explore: explore:
info: Исследование info: 'Исследование'
none: '%jobname% не получает денег за исследование.' none: '%jobname% не получает денег за исследование.'
custom-kill: custom-kill:
info: Специальное ликвидация info: 'Специальное ликвидация'
none: '%jobname% не получает денег за убийство игрока.' none: '%jobname% не получает денег за убийство игрока.'
collect:
info: '&eCollect'
none: '%jobname% does not get money for collecting blocks.'
playerinfo: playerinfo:
help: help:
info: Вывести информацию о игроке. info: Вывести информацию о игроке.
@ -332,6 +381,7 @@ command:
fullslots: Невозможно устроиться на %jobname% - нет свободных мест. fullslots: Невозможно устроиться на %jobname% - нет свободных мест.
maxjobs: Слишком много работ. maxjobs: Слишком много работ.
rejoin: '&cВы не можете устроиться прямо сейчас. Подождите [time]' rejoin: '&cВы не можете устроиться прямо сейчас. Подождите [time]'
rejoin: '&aClick to rejoin this job: '
success: Вы устроились на %jobname%. success: Вы устроились на %jobname%.
confirm: '&2Кликните, чтобы подтвердить приём на работу &7[jobname]' confirm: '&2Кликните, чтобы подтвердить приём на работу &7[jobname]'
leave: leave:
@ -339,12 +389,14 @@ command:
info: Уволиться с работы. info: Уволиться с работы.
args: '[oldplayerjob]' args: '[oldplayerjob]'
success: Вы уволились с %jobname%. success: Вы уволились с %jobname%.
confirmationNeed: '&cAre you sure you want to leave from&e [jobname]&c job? Type the command again within&6 [time] seconds &cto confirm!'
leaveall: leaveall:
help: help:
info: Уволиться со всех работ. info: Уволиться со всех работ.
error: error:
nojobs: Нет работ с которых можно уволится! nojobs: Нет работ с которых можно уволится!
success: Вы уволились со всех работ. success: Вы уволились со всех работ.
confirmationNeed: '&cAre you sure you want to leave from all jobs? Type the command again within&6 [time] seconds &cto confirm!'
explored: explored:
help: help:
info: Проверить, кто посещал этот чанк. info: Проверить, кто посещал этот чанк.
@ -363,7 +415,16 @@ command:
penalty: ' &4Ограниченых: &c[amount]%' penalty: ' &4Ограниченых: &c[amount]%'
bonus: ' &2Бонус: &a[amount]%' bonus: ' &2Бонус: &a[amount]%'
newHeader: '&2========== [amount] Доступные Работы =========' newHeader: '&2========== [amount] Доступные Работы ========='
description: '[description]'
list: ' &8[place]. &7[jobname]' list: ' &8[place]. &7[jobname]'
console:
newHeader: '&2========== [amount] Available Jobs ========='
description: '[description]'
totalWorkers: ' &7Workers: &e[amount]'
penalty: ' &4Penalty: &c[amount]%'
bonus: ' &2Bonus: &a[amount]%'
list: ' &6[jobname]'
newMax: ' &eМаксимальный уровень: &f[max]'
click: '&bКликните по работе, чтобы узнать больше про неё!' click: '&bКликните по работе, чтобы узнать больше про неё!'
detailed: '&bКликните, чтобы увидеть детальный список действий по данной работе' detailed: '&bКликните, чтобы увидеть детальный список действий по данной работе'
jobHeader: '&2========== [jobname] =========' jobHeader: '&2========== [jobname] ========='
@ -372,228 +433,237 @@ command:
clearownership: clearownership:
help: help:
info: Очистить информацию о владельце. info: Очистить информацию о владельце.
args: (playername) args: '[playername]'
output: output:
cleared: '&2Removed &7[furnaces] &2furnaces and &7[brewing] &2brewing stands' cleared: '&2Removed &7[furnaces] &2furnaces and &7[brewing] &2brewing stands'
quests: quests:
help: help:
info: Отобразить список доступных квестов. info: Отобразить список доступных квестов.
args: (playername) args: '[playername]'
error: error:
noquests: '&cКвесты не найдены' noquests: '&cКвесты не найдены'
toplineseparator: '&7*********************** &6[playerName]&2(&f[questsDone]&2) toplineseparator: '&7*********************** &6[playerName] &2(&f[questsDone]&2) &7***********************'
&7***********************'
output: output:
completed: '&2 !Завершено!&r ' completed: '&2 !Завершено!&r '
questLine: '[progress] &7[questName] &f[done]&7/&8[required]' questLine: '[progress] &7[questName] &f[done]&7/&8[required]'
hover: hover: "&f[jobName] \n[desc] \n&7New quest in: [time]"
- '&f[jobName]'
- '[desc]'
- '&7Новый квест будет доступен через: [time]'
fire: fire:
help: help:
info: Уволить игрока с работы. info: Fire the player from the job.
args: '[playername] [jobname]' args: '[playername] [jobname]'
error: error:
nojob: Игрок не устроен на эту работу %jobname%. nojob: Player does not have the job %jobname%.
output: output:
target: Вы были уволены с работы %jobname%. target: You have been fired from %jobname%.
fireall: fireall:
help: help:
info: Уволить игрока со всех работ. info: Fire player from all their jobs.
args: '[playername]' args: '[playername]'
error: error:
nojobs: У игрока нет работ! nojobs: Player does not have any jobs to be fired from!
output: output:
target: Вы были уволены со всех работ. target: You have been fired from all your jobs.
employ: employ:
help: help:
info: Принять игрока на работу. info: Employ the player to the job.
args: '[playername] [jobname]' args: '[playername] [jobname]'
error: error:
alreadyin: Игрок уже устроен на %jobname%. alreadyin: Player is already in the job %jobname%.
fullslots: You cannot join the job %jobname%, there are no slots available.
output: output:
target: Вы были устроены на работу %jobname%. target: You have been employed as a %jobname%.
top: top:
help: help:
info: Показывает ТОП игроков. info: Shows top %amount% players by jobs name.
args: '[jobname]' args: '[jobname]'
error: error:
nojob: Нет такой работы. nojob: Can't find any job with this name.
output: output:
topline: '&aТоп&e 10 &aигроков' topline: '&aTop&e %amount% &aplayers by &e%jobname% &ajob'
list: '&e%number%&a. &e%playername% &aУровень &e%level% &aс&e %exp% &aопыта' list: '&e%number%&a. &e%playername% &alvl &e%level% &awith&e %exp% &aexp'
prev: '&e<<<<< Предыдущая страница &2|' prev: '&e<<<<< Предыдущая страница &2|'
next: '&2|&e Следующая страница >>>>' next: '&2|&e Следующая страница >>>>'
show: '&2Показать с &e[from] &2вплоть до &e[until] &2список топ игроков' show: '&2Show from &e[from] &2until &e[until] &2top list'
gtop: gtop:
help: help:
info: Показывает ТОП %amount% игроков по уровню на работе. info: Shows top %amount% players by global jobs level.
args: '' args: ''
error: error:
nojob: Невозможно найти какую-либо информацию. nojob: Can't find any information.
output: output:
topline: '&aТоп&e %amount% &aигроков по уровню на работе' topline: '&aTop&e %amount% &aplayers by global job level'
list: '&e%number%&a. &e%playername% &alvl &e%level% &aс&e %exp% &aопыта' list: '&e%number%&a. &e%playername% &alvl &e%level% &awith&e %exp% &aexp'
prev: '&e<<<<< Предыдущая страница &2|' prev: '&e<<<<< Предыдущая страница &2|'
next: '&2|&e Следующая страница >>>>' next: '&2|&e Следующая страница >>>>'
show: '&2Показать с &e[from] &2вплоть до &e[until] &2список ТОП игроков' show: '&2Show from &e[from] &2until &e[until] &2global top list'
area: area:
help: help:
info: Управление Бонусными зонами. info: Modify restricted areas.
args: add/remove/info/list args: add/remove/info/list
addUsage: '&eИспользование: &6/Jobs area add [areaName/wg:worldGuardAreaName] [bonus]' addUsage: '&eUsage: &6/Jobs area add [areaName/wg:worldGuardAreaName] [bonus]'
removeUsage: '&eИспользование: &6/Jobs area remove [areaName]' removeUsage: '&eUsage: &6/Jobs area remove [areaName]'
output: output:
addedNew: '&eУспешно добавлена новая Бонусная зона с бонусом &6%bonus%' addedNew: '&eAdded a new restricted area with &6%bonus% &ebonus'
removed: '&eБонусная зона &6%name% успешно удалена' removed: '&eRemoved the restricted area &6%name%'
list: '&e%number%&a. &e%areaname% &e%worldname% (&a%x1%:%y1%:%z1%/&e%x2%:%y2%:%z2%) list: '&e%number%&a. &e%areaname% &e%worldname% (&a%x1%:%y1%:%z1%/&e%x2%:%y2%:%z2%) &6%bonus%'
&6%bonus%'
wgList: '&e%number%&a. WorldGuard: &e%areaname% &6%bonus%' wgList: '&e%number%&a. WorldGuard: &e%areaname% &6%bonus%'
noAreas: '&eБонусных зон не найдено' noAreas: '&eThere are no saved restricted areas'
noAreasByLoc: '&eВ этой местности нет Бонусных зон' noAreasByLoc: '&eThere are no restricted areas in this location'
areaList: '&eВсе Бонусные зоны в Вашем местоположении: &6%list%' areaList: '&eRestricted areas by your location: &6%list%'
selected1: '&eВыбрана первая точка новой Бонусной зоны: &6%x%:%y%:%z%' selected1: '&eSelected the first point: &6%x%:%y%:%z%'
selected2: '&eВыбрана вторая точка новой Бонусной зоны: &6%x%:%y%:%z%' selected2: '&eSelected the second point: &6%x%:%y%:%z%'
select: '&eУкажите 2 точки новой Бонусной зоны, используя инструмент (%tool%)' select: '&eSelect 2 points with the selection tool (%tool%)'
exist: '&eБонусная зона с таким именем уже существует' exist: '&eRestriction area by this name already exists'
dontExist: '&eБонусная зона с таким именем не существует' dontExist: '&eRestriction area by this name does not exist'
wgDontExist: '&eWorldGuard области с таким именем не существует' wgDontExist: '&eWorldGuard area by this name does not exist'
log: log:
help: help:
info: Показывает статистику. info: Показать статистику.
args: '[playername]' args: '[playername]'
output: output:
topline: '&7************************* &6%playername% &7*************************' topline: '&7************************* &6%playername% &7*************************'
ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%' ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%'
money: '&6money: %amount% ' money: '&6деньги: %amount% '
exp: '&eexp: %amount% ' exp: '&eexp: %amount% '
points: '&6points: %amount%' points: '&6очки: %amount%'
bottomline: '&7***********************************************************' bottomline: '&7***********************************************************'
prev: '&e<<<<< Предыдущая страница &2|' prev: '&e<<<<< Prev page &2|'
next: '&2|&e Следующая страница >>>>' next: '&2|&e Next Page >>>>'
nodata: '&cДанные не найдены' nodata: '&cData not found'
glog: glog:
help: help:
info: Показывает глобальную статистику. info: Shows global statistics.
args: '' args: ''
output: output:
topline: '&7*********************** &6Глобальная статистика &7***********************' topline: '&7*********************** &6Global statistics &7***********************'
ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%' ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%'
money: '&6money: %amount% ' money: '&6деньги: %amount% '
exp: '&eexp: %amount% ' exp: '&eопыт: %amount% '
points: '&6points: %amount%' points: '&6очки: %amount%'
bottomline: '&7**************************************************************' bottomline: '&7**************************************************************'
nodata: '&cДанные не найдены' nodata: '&cДанные не найдены'
transfer: transfer:
help: help:
info: Переводит игрока на другую работу. info: Transfer a player's job from an old job to a new job.
args: '[playername] [oldjob] [newjob]' args: '[playername] [oldjob] [newjob]'
output: output:
target: Вы были переведены на работу %newjobname%. target: You have been transferred from %oldjobname% to %newjobname%.
promote: promote:
help: help:
info: Продвигает игрока на X уровней. info: Promote the player X levels in a job.
args: '[playername] [jobname] [levels]' args: '[playername] [jobname] [levels]'
output: output:
target: Вы были продвинуты на %levelsgained% уровней в %jobname%. target: You have been promoted %levelsgained% levels in %jobname%.
exp: exp:
help: help:
info: Change the player exp for job. info: Change the player exp for job.
args: '[playername] [jobname] [set/add/take] [amount]' args: '[playername] [jobname] set/add/take [amount]'
error:
nojob: '&cThis player must first join a job.'
output: output:
target: '&eYour exp was changed for %jobname% &eand now you at &6%level%lvl target: '&eYour exp was changed for %jobname% &eand now you at &6%level%lvl &eand with &6%exp%exp.'
&eand with &6%exp%exp.' level:
help:
info: Change the player's level in a job.
args: '[playername] [jobname] set/add/take [amount]'
error:
nojob: '&cThis player must first join a job.'
output:
target: '&eYour level was changed for %jobname% &eand now you at &6%level%lvl &eand with &6%exp%exp.'
demote: demote:
help: help:
info: Понижает игрока на X уровней. info: Demote the player X levels in a job.
args: '[playername] [jobname] [levels]' args: '[playername] [jobname] [levels]'
output: output:
target: Вы были понижены на %levelslost% уровней в %jobname%. target: You have been demoted %levelslost% levels in %jobname%.
grantxp: grantxp:
help: help:
info: Дает игроку опыта в работе. info: Grants the player X experience in a job.
args: '[playername] [jobname] [xp]' args: '[playername] [jobname] [xp]'
output: output:
target: Вам дали %xpgained% опыта в %jobname%. target: You have been granted %xpgained% experience in %jobname%.
removexp: removexp:
help: help:
info: Убрирает опыт работы у игрока. info: Remove X experience from the player in a job.
args: '[playername] [jobname] [xp]' args: '[playername] [jobname] [xp]'
output: output:
target: Вы потеряли %xplost% опыта в %jobname%. target: You have lost %xplost% experience in %jobname%.
signupdate: signupdate:
help: help:
info: Обновить табличку по её имени. info: Manually updates a sign by its name
args: '[jobname]' args: '[jobname]'
bp: bp:
help: help:
info: Показать защищённые блоки в радиусе 10 блоков от вас. info: Shows block protections around you in 10 block radius
args: '' args: ''
output: output:
found: '&eНайдено &6%amount% &eзащищённых блоков рядом с вами' found: '&eFound &6%amount% &eprotected blocks around you'
notFound: '&eЗащищённых блоков рядом с вами не найдено' notFound: '&eNo protected blocks found around you'
reload: reload:
help: help:
info: Перезагружает настройки плагина. info: Reload configurations.
toggle: toggle:
help: help:
info: Включить вывод платежей в ActionBar. info: Toggles payment output on action bar or bossbar.
args: '[actionbar/bossbar]' args: actionbar/bossbar
output: output:
turnedoff: '&4Данная функция выключена!' turnedoff: '&4This feature is turned off!'
paid: paid:
main: '&aВы получили:' main: '&aВы получили:'
money: '&e[amount] $' money: '&e[amount] денег'
exp: '&7[exp] опыта' exp: '&7[exp] опыта'
points: '&6[points] очков' points: '&6[points] очков'
'on': '&aВключено: &aON' 'on': '&aToggled: &aON'
'off': '&aВыключено: &4OFF' 'off': '&aToggled: &4OFF'
message: message:
skillup: skillup:
broadcast: '%playername% повысился в %titlename% %jobname%.' broadcast: '%playername% has been promoted to a %titlename% %jobname%.'
nobroadcast: Поздравляем, вы были повышены в %titlename% %jobname%. nobroadcast: Congratulations, you have been promoted to a %titlename% %jobname%.
levelup: levelup:
broadcast: '%playername% получил уровень %joblevel% в работе %jobname%.' broadcast: '%playername% is now a level %joblevel% %jobname%.'
nobroadcast: Вы получили уровень %joblevel% в работе %jobname%. nobroadcast: You are now level %joblevel% %jobname%.
cowtimer: '&eВы должны подождать &6%time% &eсекунд, чтобы получить зарплату.' leveldown:
blocktimer: '&eВы должны подождать ещё &3[time] &eсекунд, чтобы получить свои деньги!' message: '&cYou lost level&e %lostLevel%&c in&e %jobname%&c job! Level:&6 %joblevel%&c.'
placeblocktimer: '&eВы не можете ставить блоки быстрее, чем &6[time] &eсекунд в одном месте!' cowtimer: '&eYou still need to wait &6%time% &esec to get paid for this job.'
taxes: '&3[amount] &eбыло удержано в виде налогов с этого счёта' blocktimer: '&eYou need to wait &3[time] &esec more to get paid for this!'
boostStarted: '&eУскорение получения денег с работы началось!' placeblocktimer: '&eYou can''t place blocks faster than &6[time] &esec in the same place!'
boostStoped: '&eУскорение получения денег с работы уже закончилось!' taxes: '&3[amount] &eserver taxes were transferred to this account'
boostStarted: '&eJobs boost time have been started!'
boostStoped: '&eJobs boost time have been ended!'
crafting: crafting:
fullinventory: Инвентарь заполнен! fullinventory: '&cВаш инвентарь заполнен!'
signs: signs:
List: '&0[number].&8[player]&7:&4[level]' List: '&0[number].&8[player]&7:&4[level]'
questList: '&0[number].&8[player]&7:&4[quests]'
SpecialList: SpecialList:
p1: '&b** &8Первый &b**' p1: '&b** &8First &b**'
p2: '&b** &8Второй &b**' p2: '&b** &8Second &b**'
p3: '&b** &8Третий &b**' p3: '&b** &8Third &b**'
p4: '&b** &8Четвёртый &b**' p4: '&b** &8Fourth &b**'
p5: '&b** &8Пятый &b**' p5: '&b** &8Fifth &b**'
p6: '&b** &8Шестой &b**' p6: '&b** &8Sixth &b**'
p7: '&b** &8Седьмой &b**' p7: '&b** &8Seventh &b**'
p8: '&b** &8Восьмой &b**' p8: '&b** &8Eight &b**'
p9: '&b** &8Девятый &b**' p9: '&b** &8Ninth &b**'
p10: '&b** &8Десятый &b**' p10: '&b** &8Tenth &b**'
name: '&9[player]' name: '&9[player]'
level: '&8[level] уровень' level: '&8[level] level'
quests: '&8[quests] quests'
bottom: '&b************' bottom: '&b************'
cantcreate: '&4Вы не можете создать табличку!' cantcreate: '&4You can''t create this sign!'
cantdestroy: '&4Вы не можете уничтожить эту табличку!' cantdestroy: '&4You can''t destroy this sign!'
topline: '&e[Jobs]' topline: '&0[Jobs]'
secondline: secondline:
join: '&2Устроиться' join: '&0Join'
leave: '&4Уволиться' leave: '&0Leave'
toggle: '&eПереключить' toggle: '&0Toggle'
top: '&eТОП' top: '&0Top'
browse: '&eОбзор' browse: '&0Browse'
stats: '&eСтатистика' stats: '&0Stats'
limit: '&eЛимиты' limit: '&0Limit'
info: '&eИнфо' info: '&0Info'
archive: '&0Архив' archive: '&0Archive'
scoreboard: scoreboard:
topline: '&2ТОП &e%jobname%' topline: '&2Top &e%jobname%'
gtopline: '&2Глобальный ТОП лист' gtopline: '&2Global top list'
line: '&2%number%. &e%playername% (&6%level%&e)' line: '&2%number%. &e%playername% (&6%level%&e)'

View File

@ -1,3 +1,4 @@
---
economy: economy:
error: error:
nomoney: '&cÖzür dileriz, bankanızda para kalmamış!' nomoney: '&cÖzür dileriz, bankanızda para kalmamış!'
@ -14,6 +15,9 @@ general:
hours: '&e%hours% &6saat ' hours: '&e%hours% &6saat '
mins: '&e%mins% &6dakika ' mins: '&e%mins% &6dakika '
secs: '&e%secs% &6saniye ' secs: '&e%secs% &6saniye '
invalidPage: '&cInvalid page'
'true': '&2True'
'false': '&cFalse'
admin: admin:
error: '&cKomut uygulanırken bir hata oluştu.' error: '&cKomut uygulanırken bir hata oluştu.'
success: '&eKomut başarıyla uygulandı.' success: '&eKomut başarıyla uygulandı.'
@ -21,17 +25,38 @@ general:
noHelpPage: '&cBu sayıda bir yardım sayfası yok!' noHelpPage: '&cBu sayıda bir yardım sayfası yok!'
notNumber: '&eLütfen sayıları kullanın!' notNumber: '&eLütfen sayıları kullanın!'
job: '&cBöyle bir meslek bulunmamaktadır!' job: '&cBöyle bir meslek bulunmamaktadır!'
noCommand: '&cThere is no command by this name!'
permission: '&cBunun için yetkiniz bulunmamaktadır!' permission: '&cBunun için yetkiniz bulunmamaktadır!'
noinfo: '&cBilgi bulunamadı!' noinfo: '&cBilgi bulunamadı!'
noinfoByPlayer: '&cŞuan [%playername%] adlı oyuncunun bilgisi yok!' noinfoByPlayer: '&cŞuan [%playername%] adlı oyuncunun bilgisi yok!'
ingame: '&cBu komutu sadece oyundakiler kullanabilir!' ingame: '&cBu komutu sadece oyundakiler kullanabilir!'
fromconsole: '&cBu komutu sadece konsoldan kullanabilirsiniz!' fromconsole: '&cBu komutu sadece konsoldan kullanabilirsiniz!'
worldisdisabled: '&cBu dünyada bu komut kullanılamaz!' worldisdisabled: '&cBu dünyada bu komut kullanılamaz!'
newFurnaceRegistration: '&eRegistered new ownership for furnace &7[current]&e/&f[max]'
newBrewingRegistration: '&eRegistered new ownership for brewing stand &7[current]&e/&f[max]'
noFurnaceRegistration: '&cYou''ve reached max furnace count!'
noBrewingRegistration: '&cYou''ve reached max brewing stand count!'
command: command:
help:
output:
info: /jobs [komut] ? yazarak komut hakkında bilgi alabilirsin.
cmdUsage: '&2Usage: &7[command]'
label: Jobs
cmdInfoFormat: '[command] &f- &2[description]'
cmdFormat: '&7/[command] &f[arguments]'
helpPageDescription: '&2* [description]'
title: '&e-------&e ======= &6Meslekler &e======= &e-------'
page: '&e-----&e ====== Sayfa &6[1] &eSonraki &6[2] &e====== &e-----'
fliperSimbols: '&e----------'
prevPage: '&2----<< &6Prev '
prevPageOff: '&7----<< Prev '
nextPage: '&6 Next &2>>----'
nextPageOff: '&7 Next >>----'
pageCount: '&2[current]/[total]'
moneyboost: moneyboost:
help: help:
info: Tüm oyunculara para avansı verir. info: Tüm oyunculara para avansı verir.
args: '[meslek] [rate]' args: '[jobname] [rate]'
output: output:
allreset: Tüm oyuncuların para avansı kapatıldı. allreset: Tüm oyuncuların para avansı kapatıldı.
jobsboostreset: Para avansı %jobname% mesleği için kapatıldı. jobsboostreset: Para avansı %jobname% mesleği için kapatıldı.
@ -42,7 +67,7 @@ command:
pointboost: pointboost:
help: help:
info: Tüm oyunculara puan avansı verir. info: Tüm oyunculara puan avansı verir.
args: '[meslek] [rate]' args: '[jobname] [rate]'
output: output:
allreset: Tüm puan avansları kapatıldı allreset: Tüm puan avansları kapatıldı
jobsboostreset: Puan avansı %jobname% mesleği için kapatıldı. jobsboostreset: Puan avansı %jobname% mesleği için kapatıldı.
@ -53,7 +78,7 @@ command:
expboost: expboost:
help: help:
info: Tüm oyunculara exp avansı verir. info: Tüm oyunculara exp avansı verir.
args: '[meslek] [rate]' args: '[jobname] [rate]'
output: output:
allreset: Tüm exp avansları kapatıldı. allreset: Tüm exp avansları kapatıldı.
jobsboostreset: Exp avansı %jobname% mesleği için kapatıldı. jobsboostreset: Exp avansı %jobname% mesleği için kapatıldı.
@ -61,10 +86,22 @@ command:
boostalladded: Exp avansı %boost% tüm mesleklere eklendi! boostalladded: Exp avansı %boost% tüm mesleklere eklendi!
boostadded: Exp avansı &e%boost% &aşuan &e%jobname% &amesleğine eklendi! boostadded: Exp avansı &e%boost% &aşuan &e%jobname% &amesleğine eklendi!
infostats: '&c-----> &aExp avansı x%boost% aktif&c <-------' infostats: '&c-----> &aExp avansı x%boost% aktif&c <-------'
itembonus:
help:
info: Check item bonus
args: ''
output:
list: '&e[jobname]: %money% %points% %exp%'
hover: '&7%itemtype%'
hoverLevelLimits: "&7From level: %from% \n&7Until level: %until%"
edititembonus:
help:
info: Edit item boost bonus
args: list/add/remove [jobname] [itemBoostName]
bonus: bonus:
help: help:
info: Meslek bonuslarını gösterir info: Meslek bonuslarını gösterir
args: '[meslek]' args: '[jobname]'
output: output:
topline: '&7**************** &2[Para] &6[Puan] &e[EXP] &7****************' topline: '&7**************** &2[Para] &6[Puan] &e[EXP] &7****************'
permission: ' &eYetki bonusu: %money% %points% %exp%' permission: ' &eYetki bonusu: %money% %points% %exp%'
@ -84,7 +121,7 @@ command:
limit: limit:
help: help:
info: Mesleklerin harcama limitlerini gösterir. info: Mesleklerin harcama limitlerini gösterir.
args: '' args: '[playername]'
output: output:
moneytime: '&ePara limitinin resetlenmesine son: &2%time%' moneytime: '&ePara limitinin resetlenmesine son: &2%time%'
moneyLimit: '&ePara limiti: &2%current%&e/&2%total%' moneyLimit: '&ePara limiti: &2%current%&e/&2%total%'
@ -94,6 +131,7 @@ command:
pointsLimit: '&ePoint limit: &2%current%&e/&2%total%' pointsLimit: '&ePoint limit: &2%current%&e/&2%total%'
reachedmoneylimit: '&4Para limitine ulaştın!' reachedmoneylimit: '&4Para limitine ulaştın!'
reachedmoneylimit2: '&elimitlere bakmak için &2/jobs limit &eyazabilirsin.' reachedmoneylimit2: '&elimitlere bakmak için &2/jobs limit &eyazabilirsin.'
reachedmoneylimit3: '&eMoney earned is now reduced exponentially... But you still earn a little!'
reachedexplimit: '&4EXP limitine ulaştın!' reachedexplimit: '&4EXP limitine ulaştın!'
reachedexplimit2: '&elimitlere bakmak için &2/jobs limit &eyazabilirsin.' reachedexplimit2: '&elimitlere bakmak için &2/jobs limit &eyazabilirsin.'
reachedpointslimit: '&4Puan limitine ulaştın!' reachedpointslimit: '&4Puan limitine ulaştın!'
@ -102,33 +140,72 @@ command:
resetlimit: resetlimit:
help: help:
info: Oyuncunun para limitini sıfırlar info: Oyuncunun para limitini sıfırlar
args: '[oyuncu]' args: '[playername]'
output: output:
reseted: '&eBaşarıyla şu kullanıcının limitini sıfırladınız: &2%playername%' reseted: '&eBaşarıyla şu kullanıcının limitini sıfırladınız: &2%playername%'
help: resetquest:
help:
info: Resets a player's quest
args: '[playername] [jobname]'
output: output:
info: /jobs [komut] ? yazarak komut hakkında bilgi alabilirsin. reseted: '&eQuest has been reset for: &2%playername%'
usage: 'Kullanım: %usage%' noQuests: '&eCan''t find any quests'
title: '&e-------&e ======= &6Meslekler &e======= &e-------'
page: '&e-----&e ====== Sayfa &6[1] &eSonraki &6[2] &e====== &e-----'
prev: '&e--- <<<<< &6Önceki Sayfa &e|'
next: '&e|&6 Sonraki Sayfa &e>>>> ---'
points: points:
help: help:
info: Oyuncunun kaç puanı olduğunu gösterir. info: Oyuncunun kaç puanı olduğunu gösterir.
args: '[oyuncu]' args: '[playername]'
currentpoints: ' &eŞuanki Puan: &6%currentpoints%' currentpoints: ' &eŞuanki Puan: &6%currentpoints%'
totalpoints: ' &eToplam Puan: &6%totalpoints%' totalpoints: ' &eToplam Puan: &6%totalpoints%'
editpoints: editpoints:
help: help:
info: Oyuncunun puanını değiştir. info: Oyuncunun puanını değiştir.
args: '[set/add/take] [oyuncu] [miktar]' args: set/add/take [playername] [amount]
output: output:
set: '&eOyuncu (&6%playername%&e) puanı artık &6%amount% &eoldu!' set: '&eOyuncu (&6%playername%&e) puanı artık &6%amount% &eoldu!'
add: '&eOyuncu (&6%playername%&e) şuan &6%amount% &epuan eklendi. Artık &6%total% add: '&eOyuncu (&6%playername%&e) şuan &6%amount% &epuan eklendi. Artık &6%total% &epuanı var!'
&epuanı var!' take: '&eOyuncu (&6%playername%&e) şuan &6%amount% &epuanı alındı. Şuanki puanı &6%total%'
take: '&eOyuncu (&6%playername%&e) şuan &6%amount% &epuanı alındı. Şuanki puanı editjobs:
&6%total%' help:
info: Edit current jobs.
args: ''
list:
job: '&eJobs:'
jobs: ' -> [&e%jobname%&r]'
actions: ' -> [&e%actionname%&r]'
material: ' -> [&e%materialname%&r] '
materialRemove: '&c[X]'
materialAdd: ' -> &e[&2+&e]'
money: ' -> &eMoney: &6%amount%'
exp: ' -> &eExp: &6%amount%'
points: ' -> &ePoints: &6%amount%'
modify:
newValue: '&eEnter new value'
enter: '&eEnter new name or press '
hand: '&6HAND '
handHover: '&6Press to grab info from item in your hand'
or: '&eor '
look: '&6LOOKING AT'
lookHover: '&6Press to grab info from block you are looking'
editquests:
help:
info: Edit current quests.
args: ''
list:
quest: '&eQuests:'
jobs: ' -> [&e%jobname%&r]'
quests: ' -> [&e%questname%&r]'
actions: ' -> [&e%actionname%&r]'
objectives: ' -> [&e%objectivename%&r]'
objectiveRemove: '&c[X]'
objectiveAdd: ' -> &e[&2+&e]'
modify:
newValue: '&eEnter new value'
enter: '&eEnter new name or press '
hand: '&6HAND '
handHover: '&6Press to grab info from item in your hand'
or: '&eor '
look: '&6LOOKING AT'
lookHover: '&6Press to grab info from block you are looking'
blockinfo: blockinfo:
help: help:
info: Baktığın bloğun bilgilerini gösterir. info: Baktığın bloğun bilgilerini gösterir.
@ -147,6 +224,14 @@ command:
id: ' &eItem id: &6%itemid%' id: ' &eItem id: &6%itemid%'
data: ' &eItem data: &6%itemdata%' data: ' &eItem data: &6%itemdata%'
usage: ' &eKullanımı: &6%first% &eveya &6%second%' usage: ' &eKullanımı: &6%first% &eveya &6%second%'
placeholders:
help:
info: List out all placeholders
args: (parse) (placeholder)
output:
list: '&e[place]. &7[placeholder]'
outputResult: ' &eresult: &7[result]'
parse: '&6[placeholder] &7by [source] &6result &8|&f[result]&8|'
entitylist: entitylist:
help: help:
info: Eklentinin yarattığı entityleri gösterir. info: Eklentinin yarattığı entityleri gösterir.
@ -154,7 +239,7 @@ command:
stats: stats:
help: help:
info: Hangi meslekte ne kadar geliştiğini gösterir. info: Hangi meslekte ne kadar geliştiğini gösterir.
args: '[oyuncu]' args: '[playername]'
error: error:
nojob: Lütfen önce bir mesleğe giriniz. nojob: Lütfen önce bir mesleğe giriniz.
output: ' lvl%joblevel% %jobname% : %jobxp%/%jobmaxxp% xp' output: ' lvl%joblevel% %jobname% : %jobxp%/%jobmaxxp% xp'
@ -172,22 +257,20 @@ command:
cantOpen: '&cBu sayfayı açamazsın.' cantOpen: '&cBu sayfayı açamazsın.'
NoPermForItem: '&cBunu kullanmak için yetkin yok!' NoPermForItem: '&cBunu kullanmak için yetkin yok!'
NoPermToBuy: '&cBu item için yetkin yok' NoPermToBuy: '&cBu item için yetkin yok'
NoJobReqForitem: '&cBunu kullanman için (&6%jobname%&e) mesleğinin (&6%joblevel%&e) NoJobReqForitem: '&cBunu kullanman için (&6%jobname%&e) mesleğinin (&6%joblevel%&e) leveline sahip olman gerek'
leveline sahip olman gerek'
NoPoints: '&cYeterli puanın yok!' NoPoints: '&cYeterli puanın yok!'
NoTotalLevel: '&cToplam levelin buna yetmiyor (%totalLevel%)' NoTotalLevel: '&cToplam levelin buna yetmiyor (%totalLevel%)'
Paid: '&eAldığın iteme karşılık verdiğin ücret &6%amount%' Paid: '&eAldığın iteme karşılık verdiğin ücret &6%amount%'
archive: archive:
help: help:
info: Oyuncunun tüm meslekleri gösterilir. info: Oyuncunun tüm meslekleri gösterilir.
args: '[oyuncu]' args: '[playername]'
error: error:
nojob: Herhangi bir meslek bulunamadı. nojob: Herhangi bir meslek bulunamadı.
output: lvl %joblevel% (%getbackjoblevel%) %jobname%
give: give:
help: help:
info: Meslek marketinden item verir. Oyuncu ismi opsiyoneldir info: Meslek marketinden item verir. Oyuncu ismi opsiyoneldir
args: '[oyuncu] [meslekismi] [itemismi]' args: '[playername] [jobname] [items/limiteditems] [jobitemname]'
output: output:
notonline: '&4Oyuncu [%playername%] şuan açık değil!' notonline: '&4Oyuncu [%playername%] şuan açık değil!'
noitem: '&4Böyle bir item bulunamadı!' noitem: '&4Böyle bir item bulunamadı!'
@ -195,12 +278,12 @@ command:
help: help:
title: '&2*** &eMeslekler&2 ***' title: '&2*** &eMeslekler&2 ***'
info: Mesleğin ne kadar ücret verdiğini gösterir. info: Mesleğin ne kadar ücret verdiğini gösterir.
penalty: '&eBu meslek &c[penalty]% &ekdv keser çünkü zaten çok fazla oyuncu penalty: '&eBu meslek &c[penalty]% &ekdv keser çünkü zaten çok fazla oyuncu bu meslekte.'
bu meslekte.'
bonus: '&eBu meslek &2[bonus]% &ebonus verir çünkü bu meslekte pek oyuncu yok.' bonus: '&eBu meslek &2[bonus]% &ebonus verir çünkü bu meslekte pek oyuncu yok.'
args: '[meslek] [action]' args: '[jobname] [action]'
actions: '&eGeçerli Aksiyonlar: &f%actions%' actions: '&eGeçerli Aksiyonlar: &f%actions%'
max: ' - &emax level:&f ' max: ' - &emax level:&f '
newMax: ' &eMax level: &f[max]'
material: '&7%material%' material: '&7%material%'
levelRange: ' &a(&e%levelFrom% &a- &e%levelUntil% &alevel)' levelRange: ' &a(&e%levelFrom% &a- &e%levelUntil% &alevel)'
levelFrom: ' &a(dan &e%levelFrom% &alevel)' levelFrom: ' &a(dan &e%levelFrom% &alevel)'
@ -220,86 +303,106 @@ command:
back: '&e<<< Geri' back: '&e<<< Geri'
output: output:
break: break:
info: Kırmak info: 'Kırmak'
none: '%jobname% bu iş için para vermez.' none: '%jobname% bu iş için para vermez.'
tntbreak: tntbreak:
info: TNTKırmak info: 'TNTKırmak'
none: '%jobname% bu iş için para vermez.' none: '%jobname% bu iş için para vermez.'
place: place:
info: Yerleştirmek info: 'Yerleştirmek'
none: '%jobname% bu iş için para vermez.' none: '%jobname% bu iş için para vermez.'
striplogs:
info: '&eStrip logs'
none: '%jobname% does not get money for stripping logs.'
kill: kill:
info: Öldürmek info: 'Öldürmek'
none: '%jobname% bu iş için para vermez.' none: '%jobname% bu iş için para vermez.'
mmkill: mmkill:
info: MMKill info: 'MMKill'
none: '%jobname% bu iş için para vermez.' none: '%jobname% bu iş için para vermez.'
fish: fish:
info: Balık info: 'Balık'
none: '%jobname% bu iş için para vermez.' none: '%jobname% bu iş için para vermez.'
craft: craft:
info: Hüner info: 'Hüner'
none: '%jobname% bu iş için para vermez.' none: '%jobname% bu iş için para vermez.'
smelt: smelt:
info: Isıtmak info: 'Isıtmak'
none: '%jobname% bu iş için para vermez.' none: '%jobname% bu iş için para vermez.'
brew: brew:
info: Iksircilik info: 'Iksircilik'
none: '%jobname% bu iş için para vermez.' none: '%jobname% bu iş için para vermez.'
eat: eat:
info: Yemek info: 'Yemek'
none: '%jobname% bu iş için para vermez.' none: '%jobname% bu iş için para vermez.'
dye: dye:
info: Boyama info: 'Boyama'
none: '%jobname% bu iş için para vermez.' none: '%jobname% bu iş için para vermez.'
enchant: enchant:
info: Büyü info: 'Büyü'
none: '%jobname% bu iş için para vermez.' none: '%jobname% bu iş için para vermez.'
vtrade:
info: '&eVillager trade'
none: '%jobname% does not get money for trading a villager.'
repair: repair:
info: Tamir info: 'Tamir'
none: '%jobname% bu iş için para vermez.' none: '%jobname% bu iş için para vermez.'
breed: breed:
info: Çiftleştirme info: 'Çiftleştirme'
none: '%jobname% bu iş için para vermez.' none: '%jobname% bu iş için para vermez.'
tame: tame:
info: Evcilleştirme info: 'Evcilleştirme'
none: '%jobname% bu iş için para vermez.' none: '%jobname% bu iş için para vermez.'
milk: milk:
info: Sağma info: 'Sağma'
none: '%jobname% bu iş için para vermez.' none: '%jobname% bu iş için para vermez.'
shear: shear:
info: Kırpmak info: 'Kırpmak'
none: '%jobname% bu iş için para vermez.' none: '%jobname% bu iş için para vermez.'
explore: explore:
info: Keşfetme info: 'Keşfetme'
none: '%jobname% bu iş için para vermez.' none: '%jobname% bu iş için para vermez.'
custom-kill: custom-kill:
info: Rastgele Öldürme info: 'Rastgele Öldürme'
none: '%jobname% bu iş için para vermez.' none: '%jobname% bu iş için para vermez.'
collect:
info: '&eCollect'
none: '%jobname% does not get money for collecting blocks.'
playerinfo: playerinfo:
help: help:
info: Bir oyuncunun hangi meslekten ne kadar kazandığını gösterir. info: Bir oyuncunun hangi meslekten ne kadar kazandığını gösterir.
args: '[oyuncu] [meslek] [komut]' args: '[playername] [jobname] [action]'
join: join:
help: help:
info: Seçilen mesleğe girer. info: Seçilen mesleğe girer.
args: '[meslek]' args: '[jobname]'
error: error:
alreadyin: Zaten %jobname% mesleğindesin. alreadyin: Zaten %jobname% mesleğindesin.
fullslots: Şuan %jobname% mesleğine katılamazsın çünkü yeterli yer yok. fullslots: Şuan %jobname% mesleğine katılamazsın çünkü yeterli yer yok.
maxjobs: Zaten maksimum meslek sayısına ulaştın. maxjobs: Zaten maksimum meslek sayısına ulaştın.
rejoin: '&cCan''t rejoin this job. Wait [time]'
rejoin: '&aClick to rejoin this job: '
success: Başarıyla %jobname% mesleğine katıldın. success: Başarıyla %jobname% mesleğine katıldın.
confirm: '&2Click to confirm joining action for the &7[jobname] &2job.'
leave: leave:
help: help:
info: Mesleğinden ayrılırsın. info: Mesleğinden ayrılırsın.
args: '[meslek]' args: '[oldplayerjob]'
success: Başarıyla çıktığın meslek %jobname%. success: Başarıyla çıktığın meslek %jobname%.
confirmationNeed: '&cAre you sure you want to leave from&e [jobname]&c job? Type the command again within&6 [time] seconds &cto confirm!'
leaveall: leaveall:
help: help:
info: Tüm mesleklerden çıkar. info: Tüm mesleklerden çıkar.
error: error:
nojobs: Ayrılacak bir mesleğin yok! nojobs: Ayrılacak bir mesleğin yok!
success: Başarıyla tüm mesleklerden ayrıldın. success: Başarıyla tüm mesleklerden ayrıldın.
confirmationNeed: '&cAre you sure you want to leave from all jobs? Type the command again within&6 [time] seconds &cto confirm!'
explored:
help:
info: Check who visited this chunk
error:
noexplore: No one visited this chunk
list: '&e%place%. %playername%'
browse: browse:
help: help:
info: Katılabileceğin meslekleri gösterir. info: Katılabileceğin meslekleri gösterir.
@ -311,10 +414,43 @@ command:
totalWorkers: ' &7İşçi: &e[amount]' totalWorkers: ' &7İşçi: &e[amount]'
penalty: ' &4Ceza: &c[amount]%' penalty: ' &4Ceza: &c[amount]%'
bonus: ' &2Bonus: &a[amount]%' bonus: ' &2Bonus: &a[amount]%'
newHeader: '&2========== [amount] Available Jobs ========='
description: '[description]'
list: ' &8[place]. &7[jobname]'
console:
newHeader: '&2========== [amount] Available Jobs ========='
description: '[description]'
totalWorkers: ' &7Workers: &e[amount]'
penalty: ' &4Penalty: &c[amount]%'
bonus: ' &2Bonus: &a[amount]%'
list: ' &6[jobname]'
newMax: ' &eMax level: &f[max]'
click: '&bClick on the job to see more info about it!'
detailed: '&bClick to see more detailed list on job actions'
jobHeader: '&2========== [jobname] ========='
chooseJob: '&7&n&oChoose this job'
chooseJobHover: '&7Click here to get this job'
clearownership:
help:
info: Clear block ownership
args: '[playername]'
output:
cleared: '&2Removed &7[furnaces] &2furnaces and &7[brewing] &2brewing stands'
quests:
help:
info: List available quests
args: '[playername]'
error:
noquests: '&cThere are no quests'
toplineseparator: '&7*********************** &6[playerName] &2(&f[questsDone]&2) &7***********************'
output:
completed: '&2 !Completed!&r '
questLine: '[progress] &7[questName] &f[done]&7/&8[required]'
hover: "&f[jobName] \n[desc] \n&7New quest in: [time]"
fire: fire:
help: help:
info: Oyuncuyu mesleğinden eder. info: Oyuncuyu mesleğinden eder.
args: '[oyuncu] [meslek]' args: '[playername] [jobname]'
error: error:
nojob: Oyuncunun %jobname% mesleği yok. nojob: Oyuncunun %jobname% mesleği yok.
output: output:
@ -322,7 +458,7 @@ command:
fireall: fireall:
help: help:
info: Oyuncunun tüm mesleklerini siler. info: Oyuncunun tüm mesleklerini siler.
args: '[oyuncu]' args: '[playername]'
error: error:
nojobs: Şuan hiçbir mesleği yok! nojobs: Şuan hiçbir mesleği yok!
output: output:
@ -330,15 +466,16 @@ command:
employ: employ:
help: help:
info: Oyuncuyu bir mesleğe sok. info: Oyuncuyu bir mesleğe sok.
args: '[oyuncu] [meslek]' args: '[playername] [jobname]'
error: error:
alreadyin: Oyuncu zaten %jobname% mesleğinde. alreadyin: Oyuncu zaten %jobname% mesleğinde.
fullslots: You cannot join the job %jobname%, there are no slots available.
output: output:
target: Oyuncu başarıyla %jobname% mesleğine sokuldu. target: Oyuncu başarıyla %jobname% mesleğine sokuldu.
top: top:
help: help:
info: Belirlenen bir mesleğe sahip en iyi %amount% oyuncu gösterilir. info: Belirlenen bir mesleğe sahip en iyi %amount% oyuncu gösterilir.
args: '[meslek]' args: '[jobname]'
error: error:
nojob: Bu isimde bir meslek bulunamadı. nojob: Bu isimde bir meslek bulunamadı.
output: output:
@ -368,8 +505,7 @@ command:
output: output:
addedNew: '&eYeni yasaklı bölge &6%bonus% &ebonusu ile eklendi.' addedNew: '&eYeni yasaklı bölge &6%bonus% &ebonusu ile eklendi.'
removed: '&eYasaklı bölge silindi: &6%name%' removed: '&eYasaklı bölge silindi: &6%name%'
list: '&e%number%&a. &e%areaname% &e%worldname% (&a%x1%:%y1%:%z1%/&e%x2%:%y2%:%z2%) list: '&e%number%&a. &e%areaname% &e%worldname% (&a%x1%:%y1%:%z1%/&e%x2%:%y2%:%z2%) &6%bonus%'
&6%bonus%'
wgList: '&e%number%&a. WorldGuard: &e%areaname% &6%bonus%' wgList: '&e%number%&a. WorldGuard: &e%areaname% &6%bonus%'
noAreas: '&eŞuan kayıtlı yasak bölge yok' noAreas: '&eŞuan kayıtlı yasak bölge yok'
noAreasByLoc: '&eBurada kayıtlı yasak bölge yok' noAreasByLoc: '&eBurada kayıtlı yasak bölge yok'
@ -383,11 +519,13 @@ command:
log: log:
help: help:
info: Istatistiği gösterir. info: Istatistiği gösterir.
args: '[oyuncu]' args: '[playername]'
output: output:
topline: '&7************************* &6%playername% &7*************************' topline: '&7************************* &6%playername% &7*************************'
list: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% &6money: %money% &eexp: ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%'
%exp%' money: '&6money: %amount% '
exp: '&eexp: %amount% '
points: '&6points: %amount%'
bottomline: '&7***********************************************************' bottomline: '&7***********************************************************'
prev: '&e<<<<< Önceki Sayfa &2|' prev: '&e<<<<< Önceki Sayfa &2|'
next: '&2|&e Sonraki Sayfa >>>>' next: '&2|&e Sonraki Sayfa >>>>'
@ -398,51 +536,62 @@ command:
args: '' args: ''
output: output:
topline: '&7*********************** &6Genel Istatistik &7***********************' topline: '&7*********************** &6Genel Istatistik &7***********************'
list: '&7* &6%number%. &3%username% &e%action%: &6%item% &eqty: %qty% &6money: ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%'
%money% &eexp: %exp%' money: '&6money: %amount% '
exp: '&eexp: %amount% '
points: '&6points: %amount%'
bottomline: '&7**************************************************************' bottomline: '&7**************************************************************'
nodata: '&cVeri bulunamadı' nodata: '&cVeri bulunamadı'
transfer: transfer:
help: help:
info: Oyuncunun mesleğini değiştirir. info: Oyuncunun mesleğini değiştirir.
args: '[oyuncu] [eskimeslek] [yenimeslek]' args: '[playername] [oldjob] [newjob]'
output: output:
target: Artık %oldjobname% mesleğinden %newjobname% mesleğine aktarıldınız. target: Artık %oldjobname% mesleğinden %newjobname% mesleğine aktarıldınız.
promote: promote:
help: help:
info: Belirli bir miktarda belirlenen oyuncuya level verir. info: Belirli bir miktarda belirlenen oyuncuya level verir.
args: '[oyuncu] [meslek] [level]' args: '[playername] [jobname] [levels]'
output: output:
target: Tebrikler, şuan %levelsgained% kadar leveli %jobname% mesleği için aldınız. target: Tebrikler, şuan %levelsgained% kadar leveli %jobname% mesleği için aldınız.
exp: exp:
help: help:
info: Oyunucnun meslek tecrübesini değiştir. info: Oyunucnun meslek tecrübesini değiştir.
args: '[oyuncu] [meslekismi] [set/add/take] [miktar]' args: '[playername] [jobname] set/add/take [amount]'
error:
nojob: '&cThis player must first join a job.'
output: output:
target: '&eŞuan %jobname% &emesleğinin leveli &6%level%lvl target: '&eŞuan %jobname% &emesleğinin leveli &6%level%lvl &eve &6%exp%exp.'
&eve &6%exp%exp.' level:
help:
info: Change the player's level in a job.
args: '[playername] [jobname] set/add/take [amount]'
error:
nojob: '&cThis player must first join a job.'
output:
target: '&eYour level was changed for %jobname% &eand now you at &6%level%lvl &eand with &6%exp%exp.'
demote: demote:
help: help:
info: Belirli bir miktarda belirlenen oyuncunun leveli düşürülür. info: Belirli bir miktarda belirlenen oyuncunun leveli düşürülür.
args: '[oyuncu] [meslek] [level]' args: '[playername] [jobname] [levels]'
output: output:
target: Maalese f%levelslost% levelini %jobname% mesleğinde kaybettin. target: Maalese f%levelslost% levelini %jobname% mesleğinde kaybettin.
grantxp: grantxp:
help: help:
info: Belirli bir miktarda belirlenen oyuncuya exp verir. info: Belirli bir miktarda belirlenen oyuncuya exp verir.
args: '[oyuncu] [meslek] [xp]' args: '[playername] [jobname] [xp]'
output: output:
target: Tebrikler, şuan %xpgained% expsini %jobname% mesleği için aldınız. target: Tebrikler, şuan %xpgained% expsini %jobname% mesleği için aldınız.
removexp: removexp:
help: help:
info: Belirli bir miktarda belirlenen oyuncunun expsini alır. info: Belirli bir miktarda belirlenen oyuncunun expsini alır.
args: '[oyuncu] [meslek] [xp]' args: '[playername] [jobname] [xp]'
output: output:
target: Maalesef %xplost% expsini %jobname% mesleğinden kaybettin. target: Maalesef %xplost% expsini %jobname% mesleğinden kaybettin.
signupdate: signupdate:
help: help:
info: Belirli bir mesleğin tabelalarını manuel yeniler info: Belirli bir mesleğin tabelalarını manuel yeniler
args: '[meslekismi]' args: '[jobname]'
bp: bp:
help: help:
info: Shows Block protection arround you in 10 block radius info: Shows Block protection arround you in 10 block radius
@ -456,7 +605,7 @@ command:
toggle: toggle:
help: help:
info: Aldığın ücreti aşşağıdaki bara yansıtır. info: Aldığın ücreti aşşağıdaki bara yansıtır.
args: '' args: actionbar/bossbar
output: output:
turnedoff: '&4Bu özellik devre dışı!' turnedoff: '&4Bu özellik devre dışı!'
paid: paid:
@ -468,43 +617,42 @@ command:
'off': '&aDurum: &4KAPALI' 'off': '&aDurum: &4KAPALI'
message: message:
skillup: skillup:
broadcast: '%playername% adlı oyuncu %titlename% skilini %jobname% mesleğinde broadcast: '%playername% adlı oyuncu %titlename% skilini %jobname% mesleğinde kazandı.'
kazandı.'
nobroadcast: Tebrikler, kazandığınız yetenek %titlename% %jobname%. nobroadcast: Tebrikler, kazandığınız yetenek %titlename% %jobname%.
levelup: levelup:
broadcast: '%playername% adlı oyuncu %jobname% mesleğinde %joblevel% leveline broadcast: '%playername% adlı oyuncu %jobname% mesleğinde %joblevel% leveline ulaştı.'
ulaştı.'
nobroadcast: Tebrikler, şuan %jobname% mesleğinde %joblevel% levelsin. nobroadcast: Tebrikler, şuan %jobname% mesleğinde %joblevel% levelsin.
leveldown:
message: '&cYou lost level&e %lostLevel%&c in&e %jobname%&c job! Level:&6 %joblevel%&c.'
cowtimer: '&eŞuan ödeme alabilmen için &6%time% &esaniye beklemen gerek.' cowtimer: '&eŞuan ödeme alabilmen için &6%time% &esaniye beklemen gerek.'
blocktimer: '&eÖdeme yapabilmen için gereken süre: &3[time] !' blocktimer: '&eÖdeme yapabilmen için gereken süre: &3[time] !'
placeblocktimer: '&eYou cant place block faster than &6[time] &esec interval in placeblocktimer: '&eYou cant place block faster than &6[time] &esec interval in same place!'
same place!'
taxes: '&3[amount] &ekadar vergi hesabınıza eklendi' taxes: '&3[amount] &ekadar vergi hesabınıza eklendi'
boostStarted: '&eMeslek avansı şuan başladı!' boostStarted: '&eMeslek avansı şuan başladı!'
boostStoped: '&eMeslek avansı şuan sona erdi!' boostStoped: '&eMeslek avansı şuan sona erdi!'
crafting: crafting:
fullinventory: Envanterin dolu! fullinventory: 'Envanterin dolu!'
signs: signs:
List: '&0[number].&8[player]&7:&4[level]' List: '&0[number].&8[player]&7:&4[level]'
questList: '&0[number].&8[player]&7:&4[quests]'
SpecialList: SpecialList:
'1': p1: '&b** &8First &b**'
'1': '&b** &8Birinci &b**' p2: '&b** &8Second &b**'
'2': '&9[player]' p3: '&b** &8Third &b**'
'3': '&8[level] level' p4: '&b** &8Fourth &b**'
'4': '&b************' p5: '&b** &8Fifth &b**'
'2': p6: '&b** &8Sixth &b**'
'1': '&b** &8Ikinci &b**' p7: '&b** &8Seventh &b**'
'2': '&9[player]' p8: '&b** &8Eight &b**'
'3': '&8[level] level' p9: '&b** &8Ninth &b**'
'4': '&b************' p10: '&b** &8Tenth &b**'
'3': name: '&9[player]'
'1': '&b** &8Ucuncu &b**' level: '&8[level] level'
'2': '&9[player]' quests: '&8[quests] quests'
'3': '&8[level] level' bottom: '&b************'
'4': '&b************'
cantcreate: '&4Bir tabela yaratamazsın!' cantcreate: '&4Bir tabela yaratamazsın!'
cantdestroy: '&4Bir tabela yok edemezsin!' cantdestroy: '&4Bir tabela yok edemezsin!'
topline: '&2[Jobs]' topline: '&0[Jobs]'
secondline: secondline:
join: '&2Katıl' join: '&2Katıl'
leave: '&4Çık' leave: '&4Çık'

View File

@ -1,9 +1,10 @@
---
economy: economy:
error: error:
nomoney: '&c你的账户资金不足!' nomoney: '&c你的账户资金不足!'
limitedItem: limitedItem:
error: error:
levelup: '&c你需要让你的职业 [职业] 升级才能使用此物品!' levelup: '&cYou need to level up in [jobname] to use this item!'
general: general:
Spawner: '&r[type] 刷怪笼' Spawner: '&r[type] 刷怪笼'
info: info:
@ -14,6 +15,9 @@ general:
hours: '&e%hours% &6小时 ' hours: '&e%hours% &6小时 '
mins: '&e%mins% &6分 ' mins: '&e%mins% &6分 '
secs: '&e%secs% &6秒 ' secs: '&e%secs% &6秒 '
invalidPage: '&cInvalid page'
'true': '&2True'
'false': '&cFalse'
admin: admin:
error: '&c执行命令出错.' error: '&c执行命令出错.'
success: '&a你的命令执行成功.' success: '&a你的命令执行成功.'
@ -21,17 +25,38 @@ general:
noHelpPage: '&c帮助页面没有这个页数!' noHelpPage: '&c帮助页面没有这个页数!'
notNumber: '&e请使用数字!' notNumber: '&e请使用数字!'
job: '&c你选择的职业不存在!' job: '&c你选择的职业不存在!'
noCommand: '&cThere is no command by this name!'
permission: '&c你没有权限这样做!' permission: '&c你没有权限这样做!'
noinfo: '&c没有找到信息!' noinfo: '&c没有找到信息!'
noinfoByPlayer: '&c没有找到玩家 [%playername%] 的信息!' noinfoByPlayer: '&c没有找到玩家 [%playername%] 的信息!'
ingame: '&c你只能在游戏中使用!' ingame: '&c你只能在游戏中使用!'
fromconsole: '&c你只能在控制台使用这条指令!' fromconsole: '&c你只能在控制台使用这条指令!'
worldisdisabled: '&c你不能在这个世界使用这个指令!' worldisdisabled: '&c你不能在这个世界使用这个指令!'
newFurnaceRegistration: '&eRegistered new ownership for furnace &7[current]&e/&f[max]'
newBrewingRegistration: '&eRegistered new ownership for brewing stand &7[current]&e/&f[max]'
noFurnaceRegistration: '&cYou''ve reached max furnace count!'
noBrewingRegistration: '&cYou''ve reached max brewing stand count!'
command: command:
help:
output:
info: 输入 /jobs [cmd] ? 查看关于此命令的更多信息.
cmdUsage: '&2Usage: &7[command]'
label: Jobs
cmdInfoFormat: '[command] &f- &2[description]'
cmdFormat: '&7/[command] &f[arguments]'
helpPageDescription: '&2* [description]'
title: '&e---&e ===== &6Jobs 插件 - &d汉化 Izzel_Aliz &e===== &e---'
page: '&e-----&e ====== 第 &6[1] &e页 - 共 &6[2] 页 &e====== &e-----'
fliperSimbols: '&e----------'
prevPage: '&2----<< &6Prev '
prevPageOff: '&7----<< Prev '
nextPage: '&6 Next &2>>----'
nextPageOff: '&7 Next >>----'
pageCount: '&2[current]/[total]'
moneyboost: moneyboost:
help: help:
info: 加成玩家得到的游戏币 info: 加成玩家得到的游戏币
args: '[职业] [倍率]' args: '[jobname] [rate]'
output: output:
allreset: 游戏币加成重置 allreset: 游戏币加成重置
jobsboostreset: '%jobname% 职业的游戏币加成重置' jobsboostreset: '%jobname% 职业的游戏币加成重置'
@ -42,7 +67,7 @@ command:
pointboost: pointboost:
help: help:
info: 加成玩家得到的点数 info: 加成玩家得到的点数
args: '[职业] [倍率]' args: '[jobname] [rate]'
output: output:
allreset: 点数加成重置 allreset: 点数加成重置
jobsboostreset: '%jobname% 职业的点数加成重置' jobsboostreset: '%jobname% 职业的点数加成重置'
@ -53,7 +78,7 @@ command:
expboost: expboost:
help: help:
info: 加成玩家得到的经验 info: 加成玩家得到的经验
args: '[职业] [倍率]' args: '[jobname] [rate]'
output: output:
allreset: 经验加成重置 allreset: 经验加成重置
jobsboostreset: '%jobname% 职业的经验加成重置' jobsboostreset: '%jobname% 职业的经验加成重置'
@ -61,12 +86,24 @@ command:
boostalladded: 所有职业的经验获得加成了 %boost% 倍 boostalladded: 所有职业的经验获得加成了 %boost% 倍
boostadded: '%jobname% 职业的经验获得加成了 %boost% 倍' boostadded: '%jobname% 职业的经验获得加成了 %boost% 倍'
infostats: '&c-----> &a经验获得 x%boost% 倍正在进行&c <-------' infostats: '&c-----> &a经验获得 x%boost% 倍正在进行&c <-------'
itembonus:
help:
info: Check item bonus
args: ''
output:
list: '&e[jobname]: %money% %points% %exp%'
hover: '&7%itemtype%'
hoverLevelLimits: "&7From level: %from% \n&7Until level: %until%"
edititembonus:
help:
info: Edit item boost bonus
args: list/add/remove [jobname] [itemBoostName]
bonus: bonus:
help: help:
info: 显示职业的加成 info: 显示职业的加成
args: '[职业]' args: '[jobname]'
output: output:
topline: '&7**************** &2[游戏币] &6[点数] &e[经验] &7****************' topline: '&7**************** &2[money] &6[points] &e[exp] &7****************'
permission: ' &e权限加成: %money% %points% %exp%' permission: ' &e权限加成: %money% %points% %exp%'
item: ' &e物品加成: %money% %points% %exp%' item: ' &e物品加成: %money% %points% %exp%'
global: ' &e全局加成: %money% %points% %exp%' global: ' &e全局加成: %money% %points% %exp%'
@ -84,7 +121,7 @@ command:
limit: limit:
help: help:
info: 显示职业的报酬限制 info: 显示职业的报酬限制
args: '' args: '[playername]'
output: output:
moneytime: '&e游戏币限制重置剩余时间: &2%time%' moneytime: '&e游戏币限制重置剩余时间: &2%time%'
moneyLimit: '&e游戏币限制: &2%current%&e/&2%total%' moneyLimit: '&e游戏币限制: &2%current%&e/&2%total%'
@ -94,6 +131,7 @@ command:
pointsLimit: '&e点数限制: &2%current%&e/&2%total%' pointsLimit: '&e点数限制: &2%current%&e/&2%total%'
reachedmoneylimit: '&4你达到了一段时间内的游戏币限制!' reachedmoneylimit: '&4你达到了一段时间内的游戏币限制!'
reachedmoneylimit2: '&e你可以通过 &2/jobs limit &e查看你的限制' reachedmoneylimit2: '&e你可以通过 &2/jobs limit &e查看你的限制'
reachedmoneylimit3: '&eMoney earned is now reduced exponentially... But you still earn a little!'
reachedexplimit: '&4你达到了一段时间内的经验限制!' reachedexplimit: '&4你达到了一段时间内的经验限制!'
reachedexplimit2: '&e你可以通过 &2/jobs limit &e查看你的限制' reachedexplimit2: '&e你可以通过 &2/jobs limit &e查看你的限制'
reachedpointslimit: '&4你达到了一段时间内的点数限制!' reachedpointslimit: '&4你达到了一段时间内的点数限制!'
@ -102,31 +140,72 @@ command:
resetlimit: resetlimit:
help: help:
info: 重置玩家的报酬限制 info: 重置玩家的报酬限制
args: '[玩家]' args: '[playername]'
output: output:
reseted: '&e&2%playername% &e的限制已重置' reseted: '&ePayment limits have been reset for: &2%playername%'
help: resetquest:
help:
info: Resets a player's quest
args: '[playername] [jobname]'
output: output:
info: 输入 /jobs [cmd] ? 查看关于此命令的更多信息. reseted: '&eQuest has been reset for: &2%playername%'
usage: '使用: %usage%' noQuests: '&eCan''t find any quests'
title: '&e---&e ===== &6Jobs 插件 - &d汉化 Izzel_Aliz &e===== &e---'
page: '&e-----&e ====== 第 &6[1] &e页 - 共 &6[2] 页 &e====== &e-----'
prev: '&e--- <<<<< &6上一页 &e|'
next: '&e|&6 下一页 &e>>>> ---'
points: points:
help: help:
info: 显示玩家的点数. info: 显示玩家的点数.
args: '[玩家]' args: '[playername]'
currentpoints: ' &e目前点数: &6%currentpoints%' currentpoints: ' &e目前点数: &6%currentpoints%'
totalpoints: ' &e总点数: &6%totalpoints%' totalpoints: ' &e总点数: &6%totalpoints%'
editpoints: editpoints:
help: help:
info: 更改玩家的点数. info: 更改玩家的点数.
args: '[set/add/take] [玩家] [数量]' args: set/add/take [playername] [amount]
output: output:
set: '&e玩家 (&6%playername%&e) 的点数设置为 &6%amount%' set: '&e玩家 (&6%playername%&e) 的点数设置为 &6%amount%'
add: '&e玩家 (&6%playername%&e) 的点数增加了 &6%amount% &e. 现在共 &6%total%' add: '&e玩家 (&6%playername%&e) 的点数增加了 &6%amount% &e. 现在共 &6%total%'
take: '&e玩家 (&6%playername%&e) 的点数减少了 &6%amount% &e. 现在共 &6%total%' take: '&e玩家 (&6%playername%&e) 的点数减少了 &6%amount% &e. 现在共 &6%total%'
editjobs:
help:
info: Edit current jobs.
args: ''
list:
job: '&eJobs:'
jobs: ' -> [&e%jobname%&r]'
actions: ' -> [&e%actionname%&r]'
material: ' -> [&e%materialname%&r] '
materialRemove: '&c[X]'
materialAdd: ' -> &e[&2+&e]'
money: ' -> &eMoney: &6%amount%'
exp: ' -> &eExp: &6%amount%'
points: ' -> &ePoints: &6%amount%'
modify:
newValue: '&eEnter new value'
enter: '&eEnter new name or press '
hand: '&6HAND '
handHover: '&6Press to grab info from item in your hand'
or: '&eor '
look: '&6LOOKING AT'
lookHover: '&6Press to grab info from block you are looking'
editquests:
help:
info: Edit current quests.
args: ''
list:
quest: '&eQuests:'
jobs: ' -> [&e%jobname%&r]'
quests: ' -> [&e%questname%&r]'
actions: ' -> [&e%actionname%&r]'
objectives: ' -> [&e%objectivename%&r]'
objectiveRemove: '&c[X]'
objectiveAdd: ' -> &e[&2+&e]'
modify:
newValue: '&eEnter new value'
enter: '&eEnter new name or press '
hand: '&6HAND '
handHover: '&6Press to grab info from item in your hand'
or: '&eor '
look: '&6LOOKING AT'
lookHover: '&6Press to grab info from block you are looking'
blockinfo: blockinfo:
help: help:
info: 显示你正在看的方块的信息. info: 显示你正在看的方块的信息.
@ -145,6 +224,14 @@ command:
id: ' &e物品ID: &6%itemid%' id: ' &e物品ID: &6%itemid%'
data: ' &e物品数据: &6%itemdata%' data: ' &e物品数据: &6%itemdata%'
usage: ' &e使用: &6%first% &e或 &6%second%' usage: ' &e使用: &6%first% &e或 &6%second%'
placeholders:
help:
info: List out all placeholders
args: (parse) (placeholder)
output:
list: '&e[place]. &7[placeholder]'
outputResult: ' &eresult: &7[result]'
parse: '&6[placeholder] &7by [source] &6result &8|&f[result]&8|'
entitylist: entitylist:
help: help:
info: 显示插件可用的所有生物列表. info: 显示插件可用的所有生物列表.
@ -152,10 +239,10 @@ command:
stats: stats:
help: help:
info: 显示你目前职业的信息. info: 显示你目前职业的信息.
args: '[玩家]' args: '[playername]'
error: error:
nojob: 请先加入一个职业. nojob: 请先加入一个职业.
output: ' LV.%joblevel% %jobname% : %jobxp%/%jobmaxxp% 经验' output: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp'
shop: shop:
help: help:
info: 打开特殊商店. info: 打开特殊商店.
@ -177,14 +264,13 @@ command:
archive: archive:
help: help:
info: 查看保存的所有职业. info: 查看保存的所有职业.
args: '[玩家]' args: '[playername]'
error: error:
nojob: 没有保存的职业. nojob: 没有保存的职业.
output: LV.%joblevel% (%getbackjoblevel%) %jobname%
give: give:
help: help:
info: 玩家名可选. 给玩家职业以物品 info: 玩家名可选. 给玩家职业以物品
args: '[玩家] [职业] [物品]' args: '[playername] [jobname] [items/limiteditems] [jobitemname]'
output: output:
notonline: '&4玩家 [%playername%] 不在线!' notonline: '&4玩家 [%playername%] 不在线!'
noitem: '&4没有找到此物品!' noitem: '&4没有找到此物品!'
@ -192,18 +278,19 @@ command:
help: help:
title: '&2*** &eJobs&2 ***' title: '&2*** &eJobs&2 ***'
info: 显示一个职业的详细信息. info: 显示一个职业的详细信息.
penalty: '&e这个职业拥有 &2[bonus]% &e惩罚因为就业人数过多.' penalty: '&eThis job has a penalty of &c[penalty]% &ebecause there are too many players working in it.'
bonus: '&e这个职业拥有 &2[bonus]% &e加成因为就业人数较少.' bonus: '&e这个职业拥有 &2[bonus]% &e加成因为就业人数较少.'
args: '[职业] [动作]' args: '[jobname] [action]'
actions: '&e所有可用的动作: &f%actions%' actions: '&e所有可用的动作: &f%actions%'
max: ' - &e最高等级:&f ' max: ' - &e最高等级:&f '
newMax: ' &eMax level: &f[max]'
material: '&7%material%' material: '&7%material%'
levelRange: ' &a(&e%levelFrom% &a- &e%levelUntil% &a级)' levelRange: ' &a(&e%levelFrom% &a- &e%levelUntil% &a级)'
levelFrom: ' &a(从 &e%levelFrom% &a级)' levelFrom: ' &a(从 &e%levelFrom% &a级)'
levelUntil: ' &a(到 &e%levelUntil% &a级)' levelUntil: ' &a(到 &e%levelUntil% &a级)'
money: ' &2%money%$' money: ' &2%money%$'
points: ' &6%points%点数' points: ' &6%points%pts'
exp: ' &e%exp%经验' exp: ' &e%exp%xp'
gui: gui:
pickjob: '&e选择你的职业!' pickjob: '&e选择你的职业!'
jobinfo: '&e[jobname] 信息!' jobinfo: '&e[jobname] 信息!'
@ -216,86 +303,106 @@ command:
back: '&e<<< 返回' back: '&e<<< 返回'
output: output:
break: break:
info: 破坏 info: '破坏'
none: '%jobname% 不会从破坏获得报酬' none: '%jobname% 不会从破坏获得报酬'
tntbreak: tntbreak:
info: 爆破 info: '爆破'
none: '%jobname% 不会从爆破获得报酬' none: '%jobname% 不会从爆破获得报酬'
place: place:
info: 放置 info: '放置'
none: '%jobname% 不会从放置获得报酬' none: '%jobname% 不会从放置获得报酬'
striplogs:
info: '&eStrip logs'
none: '%jobname% does not get money for stripping logs.'
kill: kill:
info: 击杀 info: '击杀'
none: '%jobname% 不会从击杀获得报酬' none: '%jobname% 不会从击杀获得报酬'
mmkill: mmkill:
info: 特殊击杀 info: '特殊击杀'
none: '%jobname% 不会从特殊击杀获得报酬' none: '%jobname% 不会从特殊击杀获得报酬'
fish: fish:
info: 钓鱼 info: '钓鱼'
none: '%jobname% 不会从钓鱼获得报酬' none: '%jobname% 不会从钓鱼获得报酬'
craft: craft:
info: 合成 info: '合成'
none: '%jobname% 不会从合成获得报酬' none: '%jobname% 不会从合成获得报酬'
smelt: smelt:
info: 熔炼 info: '熔炼'
none: '%jobname% 不会从熔炼获得报酬' none: '%jobname% 不会从熔炼获得报酬'
brew: brew:
info: 酿造 info: '酿造'
none: '%jobname% 不会从酿造获得报酬' none: '%jobname% 不会从酿造获得报酬'
eat: eat:
info: 进食 info: '吃'
none: '%jobname% 不会从进食获得报酬' none: '%jobname% 不会从进食获得报酬'
dye: dye:
info: 染色 info: '染色'
none: '%jobname% 不会从染色获得报酬' none: '%jobname% 不会从染色获得报酬'
enchant: enchant:
info: 附魔 info: '附魔'
none: '%jobname% 不会从附魔获得报酬' none: '%jobname% 不会从附魔获得报酬'
vtrade:
info: '&eVillager trade'
none: '%jobname% does not get money for trading a villager.'
repair: repair:
info: 修复 info: '修复'
none: '%jobname% 不会从修复获得报酬' none: '%jobname% 不会从修复获得报酬'
breed: breed:
info: 繁育 info: '繁育'
none: '%jobname% 不会从繁育获得报酬' none: '%jobname% 不会从繁育获得报酬'
tame: tame:
info: 驯服 info: '驯服'
none: '%jobname% 不会从驯服获得报酬' none: '%jobname% 不会从驯服获得报酬'
milk: milk:
info: 挤奶 info: '挤奶'
none: '%jobname% 不会从挤奶获得报酬' none: '%jobname% 不会从挤奶获得报酬'
shear: shear:
info: 剪毛 info: '剪毛'
none: '%jobname% 不会从剪毛获得报酬' none: '%jobname% 不会从剪毛获得报酬'
explore: explore:
info: 探索 info: '探索'
none: '%jobname% 不会从探索获得报酬' none: '%jobname% 不会从探索获得报酬'
custom-kill: custom-kill:
info: 自定义击杀 info: '自定义击杀'
none: '%jobname% 不会从自定义击杀获得报酬' none: '%jobname% 不会从自定义击杀获得报酬'
collect:
info: '&eCollect'
none: '%jobname% does not get money for collecting blocks.'
playerinfo: playerinfo:
help: help:
info: 查看玩家的职业信息. info: 查看玩家的职业信息.
args: '[玩家] [职业] [动作]' args: '[playername] [jobname] [action]'
join: join:
help: help:
info: 加入选择的职业. info: 加入选择的职业.
args: '[职业]' args: '[jobname]'
error: error:
alreadyin: 你已经加入了职业 %jobname%. alreadyin: 你已经加入了职业 %jobname%.
fullslots: 你不能加入职业 %jobname%, 已经满员. fullslots: 你不能加入职业 %jobname%, 已经满员.
maxjobs: 你已经加入了很多的职业了. maxjobs: 你已经加入了很多的职业了.
rejoin: '&cCan''t rejoin this job. Wait [time]'
rejoin: '&aClick to rejoin this job: '
success: 你加入了职业 %jobname%. success: 你加入了职业 %jobname%.
confirm: '&2Click to confirm joining action for the &7[jobname] &2job.'
leave: leave:
help: help:
info: 离开选择的职业. info: 离开选择的职业.
args: '[职业]' args: '[oldplayerjob]'
success: 你离开了职业 %jobname%. success: 你离开了职业 %jobname%.
confirmationNeed: '&cAre you sure you want to leave from&e [jobname]&c job? Type the command again within&6 [time] seconds &cto confirm!'
leaveall: leaveall:
help: help:
info: 离开你所有的职业. info: 离开你所有的职业.
error: error:
nojobs: 你没有任何职业! nojobs: 你没有任何职业!
success: 你已经彻底失业. success: 你已经彻底失业.
confirmationNeed: '&cAre you sure you want to leave from all jobs? Type the command again within&6 [time] seconds &cto confirm!'
explored:
help:
info: Check who visited this chunk
error:
noexplore: No one visited this chunk
list: '&e%place%. %playername%'
browse: browse:
help: help:
info: 查看你可加入的职业. info: 查看你可加入的职业.
@ -303,14 +410,47 @@ command:
nojobs: 你没有可加入的职业. nojobs: 你没有可加入的职业.
output: output:
header: '你可以加入以下职业:' header: '你可以加入以下职业:'
footer: 更多的信息请输入 /jobs info [职业] footer: For more information type in /jobs info [JobName]
totalWorkers: ' &7就职中: &e[amount]' totalWorkers: ' &7就职中: &e[amount]'
penalty: ' &4惩罚: &c[amount]%' penalty: ' &4惩罚: &c[amount]%'
bonus: ' &2加成: &a[amount]%' bonus: ' &2加成: &a[amount]%'
newHeader: '&2========== [amount] Available Jobs ========='
description: '[description]'
list: ' &8[place]. &7[jobname]'
console:
newHeader: '&2========== [amount] Available Jobs ========='
description: '[description]'
totalWorkers: ' &7Workers: &e[amount]'
penalty: ' &4Penalty: &c[amount]%'
bonus: ' &2Bonus: &a[amount]%'
list: ' &6[jobname]'
newMax: ' &eMax level: &f[max]'
click: '&bClick on the job to see more info about it!'
detailed: '&bClick to see more detailed list on job actions'
jobHeader: '&2========== [jobname] ========='
chooseJob: '&7&n&oChoose this job'
chooseJobHover: '&7Click here to get this job'
clearownership:
help:
info: Clear block ownership
args: '[playername]'
output:
cleared: '&2Removed &7[furnaces] &2furnaces and &7[brewing] &2brewing stands'
quests:
help:
info: List available quests
args: '[playername]'
error:
noquests: '&cThere are no quests'
toplineseparator: '&7*********************** &6[playerName] &2(&f[questsDone]&2) &7***********************'
output:
completed: '&2 !Completed!&r '
questLine: '[progress] &7[questName] &f[done]&7/&8[required]'
hover: "&f[jobName] \n[desc] \n&7New quest in: [time]"
fire: fire:
help: help:
info: 将玩家从指定职业炒鱿鱼. info: 将玩家从指定职业炒鱿鱼.
args: '[玩家] [职业]' args: '[playername] [jobname]'
error: error:
nojob: 玩家没有加入职业 %jobname%. nojob: 玩家没有加入职业 %jobname%.
output: output:
@ -318,7 +458,7 @@ command:
fireall: fireall:
help: help:
info: 将玩家撤销所有职业. info: 将玩家撤销所有职业.
args: '[玩家]' args: '[playername]'
error: error:
nojobs: 玩家不能被炒鱿鱼, 因为玩家根本没有职业! nojobs: 玩家不能被炒鱿鱼, 因为玩家根本没有职业!
output: output:
@ -326,20 +466,21 @@ command:
employ: employ:
help: help:
info: 雇佣玩家到职业. info: 雇佣玩家到职业.
args: '[玩家] [职业]' args: '[playername] [jobname]'
error: error:
alreadyin: 玩家已经加入了职业 %jobname%. alreadyin: 玩家已经加入了职业 %jobname%.
fullslots: You cannot join the job %jobname%, there are no slots available.
output: output:
target: 你被雇佣为一名 %jobname%. target: 你被雇佣为一名 %jobname%.
top: top:
help: help:
info: 显示指定职业最强的%amount%名玩家. info: 显示指定职业最强的%amount%名玩家.
args: '[职业]' args: '[jobname]'
error: error:
nojob: 没有这个职业. nojob: 没有这个职业.
output: output:
topline: '&a前&e %amount% &a个职业为 &e%jobname% &a的玩家' topline: '&a前&e %amount% &a个职业为 &e%jobname% &a的玩家'
list: '&e%number%&a. &e%playername% &aLV.&e%level% &a,&e %exp% &a经验' list: '&e%number%&a. &e%playername% &alvl &e%level% &awith&e %exp% &aexp'
prev: '&e<<<<< 上一页 &2|' prev: '&e<<<<< 上一页 &2|'
next: '&2|&e 下一页 >>>>' next: '&2|&e 下一页 >>>>'
show: '&2显示 &e[from] &2到 &e[until] &2的排行榜' show: '&2显示 &e[from] &2到 &e[until] &2的排行榜'
@ -359,13 +500,12 @@ command:
help: help:
info: 编辑管制区域. info: 编辑管制区域.
args: add/remove/info/list args: add/remove/info/list
addUsage: '&e使用: &6/jobs area add [区域名] [加成]' addUsage: '&eUsage: &6/Jobs area add [areaName/wg:worldGuardAreaName] [bonus]'
removeUsage: '&e使用: &6/jobs area remove [区域名]' removeUsage: '&eUsage: &6/Jobs area remove [areaName]'
output: output:
addedNew: '&e添加了新的管制区域, 加成 &6%bonus%' addedNew: '&e添加了新的管制区域, 加成 &6%bonus%'
removed: '&e移除了管制区域 &6%name%' removed: '&e移除了管制区域 &6%name%'
list: '&e%number%&a. &e%areaname% &e%worldname% (&a%x1%:%y1%:%z1%/&e%x2%:%y2%:%z2%) list: '&e%number%&a. &e%areaname% &e%worldname% (&a%x1%:%y1%:%z1%/&e%x2%:%y2%:%z2%) &6%bonus%'
&6%bonus%'
wgList: '&e%number%&a. WorldGuard: &e%areaname% &6%bonus%' wgList: '&e%number%&a. WorldGuard: &e%areaname% &6%bonus%'
noAreas: '&e没有保存的管制区域' noAreas: '&e没有保存的管制区域'
noAreasByLoc: '&e这里没有管制区域' noAreasByLoc: '&e这里没有管制区域'
@ -379,11 +519,13 @@ command:
log: log:
help: help:
info: 显示统计信息. info: 显示统计信息.
args: '[玩家]' args: '[playername]'
output: output:
topline: '&7************************* &6%playername% &7*************************' topline: '&7************************* &6%playername% &7*************************'
list: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% &6游戏币: %money% &e经验: ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%'
%exp%' money: '&6money: %amount% '
exp: '&eexp: %amount% '
points: '&6points: %amount%'
bottomline: '&7***********************************************************' bottomline: '&7***********************************************************'
prev: '&e<<<<< 上一页 &2|' prev: '&e<<<<< 上一页 &2|'
next: '&2|&e 下一页 >>>>' next: '&2|&e 下一页 >>>>'
@ -394,50 +536,62 @@ command:
args: '' args: ''
output: output:
topline: '&7*********************** &6全局统计&7***********************' topline: '&7*********************** &6全局统计&7***********************'
list: '&7* &6%number%. &3%username% &e%action%: &6%item% &eqty: %qty% &6游戏币: ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%'
%money% &e经验: %exp%' money: '&6money: %amount% '
exp: '&eexp: %amount% '
points: '&6points: %amount%'
bottomline: '&7**************************************************************' bottomline: '&7**************************************************************'
nodata: '&c没有数据' nodata: '&c没有数据'
transfer: transfer:
help: help:
info: 将玩家的职业从一个换到另一个. info: 将玩家的职业从一个换到另一个.
args: '[玩家] [原职业] [新职业]' args: '[playername] [oldjob] [newjob]'
output: output:
target: 你的职业由 %oldjobname% 变为了 %newjobname%. target: 你的职业由 %oldjobname% 变为了 %newjobname%.
promote: promote:
help: help:
info: 升级玩家的职业等级. info: 升级玩家的职业等级.
args: '[玩家] [职业] [级]' args: '[playername] [jobname] [levels]'
output: output:
target: 你的 %jobname% 职业被提升了 %levelsgained% 级. target: 你的 %jobname% 职业被提升了 %levelsgained% 级.
exp: exp:
help: help:
info: 改变玩家此职业的经验. info: 改变玩家此职业的经验.
args: '[玩家] [职业] [set/add/take] [数量]' args: '[playername] [jobname] set/add/take [amount]'
error:
nojob: '&cThis player must first join a job.'
output: output:
target: '&e你的 %jobname% &e职业的经验已经更改, 你现在已经 &6%level% 级了 &e, 有 &6%exp% 经验' target: '&eYour exp was changed for %jobname% &eand now you at &6%level%lvl &eand with &6%exp%exp.'
level:
help:
info: Change the player's level in a job.
args: '[playername] [jobname] set/add/take [amount]'
error:
nojob: '&cThis player must first join a job.'
output:
target: '&eYour level was changed for %jobname% &eand now you at &6%level%lvl &eand with &6%exp%exp.'
demote: demote:
help: help:
info: 降级玩家的职业等级. info: 降级玩家的职业等级.
args: '[玩家] [职业] [级]' args: '[playername] [jobname] [levels]'
output: output:
target: 你的 %jobname% 职业被降级了 %levelslost% 级. target: 你的 %jobname% 职业被降级了 %levelslost% 级.
grantxp: grantxp:
help: help:
info: 提升玩家的职业经验. info: 提升玩家的职业经验.
args: '[玩家] [职业] [经验]' args: '[playername] [jobname] [xp]'
output: output:
target: 你的 %jobname% 职业经验增加了 %xpgained%. target: 你的 %jobname% 职业经验增加了 %xpgained%.
removexp: removexp:
help: help:
info: 减少玩家的职业经验. info: 减少玩家的职业经验.
args: '[玩家] [职业] [经验]' args: '[playername] [jobname] [xp]'
output: output:
target: 你的 %jobname% 职业经验减少了 %xplost%. target: 你的 %jobname% 职业经验减少了 %xplost%.
signupdate: signupdate:
help: help:
info: 手动更新指定的木牌 info: 手动更新指定的木牌
args: '[职业]' args: '[jobname]'
bp: bp:
help: help:
info: 显示你周围10格受保护的方块 info: 显示你周围10格受保护的方块
@ -451,7 +605,7 @@ command:
toggle: toggle:
help: help:
info: 切换报酬显示 Boss血条 | 侧边栏. info: 切换报酬显示 Boss血条 | 侧边栏.
args: '[actionbar/bossbar]' args: actionbar/bossbar
output: output:
turnedoff: '&4这个特性被关闭!' turnedoff: '&4这个特性被关闭!'
paid: paid:
@ -466,8 +620,10 @@ message:
broadcast: '%playername% 获得了升级 %titlename% %jobname%.' broadcast: '%playername% 获得了升级 %titlename% %jobname%.'
nobroadcast: 恭喜, 你升级为了 %titlename% %jobname%. nobroadcast: 恭喜, 你升级为了 %titlename% %jobname%.
levelup: levelup:
broadcast: '%playername% 现在是一名 LV.%joblevel% %jobname%.' broadcast: '%playername% is now a level %joblevel% %jobname%.'
nobroadcast: 你现在是一名 LV.%joblevel% %jobname%. nobroadcast: You are now level %joblevel% %jobname%.
leveldown:
message: '&cYou lost level&e %lostLevel%&c in&e %jobname%&c job! Level:&6 %joblevel%&c.'
cowtimer: '&e你还需要等待 &6%time% &e秒来获得职业报酬.' cowtimer: '&e你还需要等待 &6%time% &e秒来获得职业报酬.'
blocktimer: '&e你需要等待: &3[time] &e秒来获得职业报酬!' blocktimer: '&e你需要等待: &3[time] &e秒来获得职业报酬!'
placeblocktimer: '&e你放置方块的速度不能超过 &6[time] &e秒一个!' placeblocktimer: '&e你放置方块的速度不能超过 &6[time] &e秒一个!'
@ -475,25 +631,25 @@ message:
boostStarted: '&e职业加成时间已经开始!' boostStarted: '&e职业加成时间已经开始!'
boostStoped: '&e职业加成时间结束了!' boostStoped: '&e职业加成时间结束了!'
crafting: crafting:
fullinventory: 你的背包满了! fullinventory: '你的背包满了!'
signs: signs:
List: '&0[number].&8[player]&7:&4LV.[level]' List: '&0[number].&8[player]&7:&4LV.[level]'
questList: '&0[number].&8[player]&7:&4[quests]'
SpecialList: SpecialList:
'1': p1: '&b** &8First &b**'
'1': '&b** &8第一 &b**' p2: '&b** &8Second &b**'
'2': '&9[player]' p3: '&b** &8Third &b**'
'3': '&8[level] 级' p4: '&b** &8Fourth &b**'
'4': '&b************' p5: '&b** &8Fifth &b**'
'2': p6: '&b** &8Sixth &b**'
'1': '&b** &8第二 &b**' p7: '&b** &8Seventh &b**'
'2': '&9[player]' p8: '&b** &8Eight &b**'
'3': '&8[level] 级' p9: '&b** &8Ninth &b**'
'4': '&b************' p10: '&b** &8Tenth &b**'
'3': name: '&9[player]'
'1': '&b** &8第三 &b**' level: '&8[level] level'
'2': '&9[player]' quests: '&8[quests] quests'
'3': '&8[level] 级' bottom: '&b************'
'4': '&b************'
cantcreate: '&4你不能创建这个牌子!' cantcreate: '&4你不能创建这个牌子!'
cantdestroy: '&4你不能破坏这个牌子!' cantdestroy: '&4你不能破坏这个牌子!'
topline: '&0[Jobs]' topline: '&0[Jobs]'

View File

@ -1,18 +1,23 @@
---
economy: economy:
error: error:
nomoney: '&c你的帳戶資金不足!' nomoney: '&c你的帳戶資金不足!'
limitedItem: limitedItem:
error: error:
levelup: '&c你需要讓你的職業 [職業] 升級才能使用此物品!' levelup: '&cYou need to level up in [jobname] to use this item!'
general: general:
Spawner: '&r[type] Spawner'
info: info:
toplineseparator: '&7*********************** &6%playername% &7***********************' toplineseparator: '&7*********************** &6%playername% &7***********************'
separator: '&7*******************************************************' separator: '&7*******************************************************'
time: time:
day: '&e%days% &6天 ' days: '&e%days% &6days '
hours: '&e%hours% &6小时 ' hours: '&e%hours% &6小时 '
mins: '&e%mins% &6分 ' mins: '&e%mins% &6分 '
secs: '&e%secs% &6秒 ' secs: '&e%secs% &6秒 '
invalidPage: '&cInvalid page'
'true': '&2True'
'false': '&cFalse'
admin: admin:
error: '&c執行指令出錯.' error: '&c執行指令出錯.'
success: '&a你的指令執行成功.' success: '&a你的指令執行成功.'
@ -20,17 +25,38 @@ general:
noHelpPage: '&c幫助頁面沒有這個頁數!' noHelpPage: '&c幫助頁面沒有這個頁數!'
notNumber: '&e請使用數字!' notNumber: '&e請使用數字!'
job: '&c你選擇的職業不存在!' job: '&c你選擇的職業不存在!'
noCommand: '&cThere is no command by this name!'
permission: '&c你沒有權限這樣做!' permission: '&c你沒有權限這樣做!'
noinfo: '&c沒有找到資訊!' noinfo: '&c沒有找到資訊!'
noinfoByPlayer: '&c沒有找到玩家 [%playername%] 的資訊!' noinfoByPlayer: '&c沒有找到玩家 [%playername%] 的資訊!'
ingame: '&c你只能在遊戲中使用!' ingame: '&c你只能在遊戲中使用!'
fromconsole: '&c你只能在控制台使用這條指令!' fromconsole: '&c你只能在控制台使用這條指令!'
worldisdisabled: '&c你不能在這個世界使用這個指令!' worldisdisabled: '&c你不能在這個世界使用這個指令!'
newFurnaceRegistration: '&eRegistered new ownership for furnace &7[current]&e/&f[max]'
newBrewingRegistration: '&eRegistered new ownership for brewing stand &7[current]&e/&f[max]'
noFurnaceRegistration: '&cYou''ve reached max furnace count!'
noBrewingRegistration: '&cYou''ve reached max brewing stand count!'
command: command:
help:
output:
info: 输入 /jobs [cmd] ? 查看關於此指令的更多資訊.
cmdUsage: '&2Usage: &7[command]'
label: Jobs
cmdInfoFormat: '[command] &f- &2[description]'
cmdFormat: '&7/[command] &f[arguments]'
helpPageDescription: '&2* [description]'
title: '&e---&e ===== &6Jobs 插件 - &d繁體中文化 Ogoo &e===== &e---'
page: '&e-----&e ====== 第 &6[1] &e頁 - 共 &6[2] 頁 &e====== &e-----'
fliperSimbols: '&e----------'
prevPage: '&2----<< &6Prev '
prevPageOff: '&7----<< Prev '
nextPage: '&6 Next &2>>----'
nextPageOff: '&7 Next >>----'
pageCount: '&2[current]/[total]'
moneyboost: moneyboost:
help: help:
info: 加成玩家得到的遊戲幣 info: 加成玩家得到的遊戲幣
args: '[職業] [倍率]' args: '[jobname] [rate]'
output: output:
allreset: 遊戲幣加成重置 allreset: 遊戲幣加成重置
jobsboostreset: '%jobname% 職業的遊戲幣加成重置' jobsboostreset: '%jobname% 職業的遊戲幣加成重置'
@ -41,7 +67,7 @@ command:
pointboost: pointboost:
help: help:
info: 加成玩家得到的點數 info: 加成玩家得到的點數
args: '[職業] [倍率]' args: '[jobname] [rate]'
output: output:
allreset: 點數加成重置 allreset: 點數加成重置
jobsboostreset: '%jobname% 職業的點數加成重置' jobsboostreset: '%jobname% 職業的點數加成重置'
@ -52,7 +78,7 @@ command:
expboost: expboost:
help: help:
info: 加成玩家得到的經驗 info: 加成玩家得到的經驗
args: '[職業] [倍率]' args: '[jobname] [rate]'
output: output:
allreset: 經驗加成重置 allreset: 經驗加成重置
jobsboostreset: '%jobname% 職業的經驗加成重置' jobsboostreset: '%jobname% 職業的經驗加成重置'
@ -60,12 +86,24 @@ command:
boostalladded: 所有職業的經驗獲得加成了 %boost% 倍 boostalladded: 所有職業的經驗獲得加成了 %boost% 倍
boostadded: '%jobname% 職業的經驗獲得加成了 %boost% 倍' boostadded: '%jobname% 職業的經驗獲得加成了 %boost% 倍'
infostats: '&c-----> &a經驗獲得 x%boost% 倍正在進行&c <-------' infostats: '&c-----> &a經驗獲得 x%boost% 倍正在進行&c <-------'
itembonus:
help:
info: Check item bonus
args: ''
output:
list: '&e[jobname]: %money% %points% %exp%'
hover: '&7%itemtype%'
hoverLevelLimits: "&7From level: %from% \n&7Until level: %until%"
edititembonus:
help:
info: Edit item boost bonus
args: list/add/remove [jobname] [itemBoostName]
bonus: bonus:
help: help:
info: 顯示職業的加成 info: 顯示職業的加成
args: '[職業]' args: '[jobname]'
output: output:
topline: '&7**************** &2[遊戲幣] &6[點數] &e[經驗] &7****************' topline: '&7**************** &2[money] &6[points] &e[exp] &7****************'
permission: ' &e權限加成: %money% %points% %exp%' permission: ' &e權限加成: %money% %points% %exp%'
item: ' &e物品加成: %money% %points% %exp%' item: ' &e物品加成: %money% %points% %exp%'
global: ' &e全局加成: %money% %points% %exp%' global: ' &e全局加成: %money% %points% %exp%'
@ -83,7 +121,7 @@ command:
limit: limit:
help: help:
info: 顯示職業的報酬限制 info: 顯示職業的報酬限制
args: '' args: '[playername]'
output: output:
moneytime: '&e遊戲幣限制重置剩餘時間: &2%time%' moneytime: '&e遊戲幣限制重置剩餘時間: &2%time%'
moneyLimit: '&e遊戲幣限制: &2%current%&e/&2%total%' moneyLimit: '&e遊戲幣限制: &2%current%&e/&2%total%'
@ -93,6 +131,7 @@ command:
pointsLimit: '&e點數限制: &2%current%&e/&2%total%' pointsLimit: '&e點數限制: &2%current%&e/&2%total%'
reachedmoneylimit: '&4你達到了一段時間内的遊戲幣限制!' reachedmoneylimit: '&4你達到了一段時間内的遊戲幣限制!'
reachedmoneylimit2: '&e你可以通過 &2/jobs limit &e查看你的限制' reachedmoneylimit2: '&e你可以通過 &2/jobs limit &e查看你的限制'
reachedmoneylimit3: '&eMoney earned is now reduced exponentially... But you still earn a little!'
reachedexplimit: '&4你達到了一段時間内的經驗限制!' reachedexplimit: '&4你達到了一段時間内的經驗限制!'
reachedexplimit2: '&e你可以通過 &2/jobs limit &e查看你的限制' reachedexplimit2: '&e你可以通過 &2/jobs limit &e查看你的限制'
reachedpointslimit: '&4你達到了一段時間内的點數限制!' reachedpointslimit: '&4你達到了一段時間内的點數限制!'
@ -101,31 +140,72 @@ command:
resetlimit: resetlimit:
help: help:
info: 重置玩家的報酬限制 info: 重置玩家的報酬限制
args: '[玩家]' args: '[playername]'
output: output:
reseted: '&e&2%playername% &e的限制已重置' reseted: '&ePayment limits have been reset for: &2%playername%'
help: resetquest:
help:
info: Resets a player's quest
args: '[playername] [jobname]'
output: output:
info: 输入 /jobs [cmd] ? 查看關於此指令的更多資訊. reseted: '&eQuest has been reset for: &2%playername%'
usage: '使用: %usage%' noQuests: '&eCan''t find any quests'
title: '&e---&e ===== &6Jobs 插件 - &d繁體中文化 Ogoo &e===== &e---'
page: '&e-----&e ====== 第 &6[1] &e頁 - 共 &6[2] 頁 &e====== &e-----'
prev: '&e--- <<<<< &6上一頁 &e|'
next: '&e|&6 下一頁 &e>>>> ---'
points: points:
help: help:
info: 顯示玩家的點數. info: 顯示玩家的點數.
args: '[玩家]' args: '[playername]'
currentpoints: ' &e目前點數: &6%currentpoints%' currentpoints: ' &e目前點數: &6%currentpoints%'
totalpoints: ' &e總點數: &6%totalpoints%' totalpoints: ' &e總點數: &6%totalpoints%'
editpoints: editpoints:
help: help:
info: 更改玩家的點數. info: 更改玩家的點數.
args: '[set/add/take] [玩家] [數量]' args: set/add/take [playername] [amount]
output: output:
set: '&e玩家 (&6%playername%&e) 的點數設置為 &6%amount%' set: '&e玩家 (&6%playername%&e) 的點數設置為 &6%amount%'
add: '&e玩家 (&6%playername%&e) 的點數增加了 &6%amount% &e. 現在共 &6%total%' add: '&e玩家 (&6%playername%&e) 的點數增加了 &6%amount% &e. 現在共 &6%total%'
take: '&e玩家 (&6%playername%&e) 的點數减少了 &6%amount% &e. 現在共 &6%total%' take: '&e玩家 (&6%playername%&e) 的點數减少了 &6%amount% &e. 現在共 &6%total%'
editjobs:
help:
info: Edit current jobs.
args: ''
list:
job: '&eJobs:'
jobs: ' -> [&e%jobname%&r]'
actions: ' -> [&e%actionname%&r]'
material: ' -> [&e%materialname%&r] '
materialRemove: '&c[X]'
materialAdd: ' -> &e[&2+&e]'
money: ' -> &eMoney: &6%amount%'
exp: ' -> &eExp: &6%amount%'
points: ' -> &ePoints: &6%amount%'
modify:
newValue: '&eEnter new value'
enter: '&eEnter new name or press '
hand: '&6HAND '
handHover: '&6Press to grab info from item in your hand'
or: '&eor '
look: '&6LOOKING AT'
lookHover: '&6Press to grab info from block you are looking'
editquests:
help:
info: Edit current quests.
args: ''
list:
quest: '&eQuests:'
jobs: ' -> [&e%jobname%&r]'
quests: ' -> [&e%questname%&r]'
actions: ' -> [&e%actionname%&r]'
objectives: ' -> [&e%objectivename%&r]'
objectiveRemove: '&c[X]'
objectiveAdd: ' -> &e[&2+&e]'
modify:
newValue: '&eEnter new value'
enter: '&eEnter new name or press '
hand: '&6HAND '
handHover: '&6Press to grab info from item in your hand'
or: '&eor '
look: '&6LOOKING AT'
lookHover: '&6Press to grab info from block you are looking'
blockinfo: blockinfo:
help: help:
info: 顯示你正在看的方塊的資訊. info: 顯示你正在看的方塊的資訊.
@ -144,6 +224,14 @@ command:
id: ' &e物品ID: &6%itemid%' id: ' &e物品ID: &6%itemid%'
data: ' &e物品資料: &6%itemdata%' data: ' &e物品資料: &6%itemdata%'
usage: ' &e使用: &6%first% &e或 &6%second%' usage: ' &e使用: &6%first% &e或 &6%second%'
placeholders:
help:
info: List out all placeholders
args: (parse) (placeholder)
output:
list: '&e[place]. &7[placeholder]'
outputResult: ' &eresult: &7[result]'
parse: '&6[placeholder] &7by [source] &6result &8|&f[result]&8|'
entitylist: entitylist:
help: help:
info: 顯示插件可用的所有生物列表. info: 顯示插件可用的所有生物列表.
@ -151,10 +239,10 @@ command:
stats: stats:
help: help:
info: 顯示你目前職業的資訊. info: 顯示你目前職業的資訊.
args: '[玩家]' args: '[playername]'
error: error:
nojob: 請先加入一個職業. nojob: 請先加入一個職業.
output: ' LV.%joblevel% %jobname% : %jobxp%/%jobmaxxp% 經驗' output: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp'
shop: shop:
help: help:
info: 打開特殊商店. info: 打開特殊商店.
@ -176,33 +264,33 @@ command:
archive: archive:
help: help:
info: 查看保存的所有職業. info: 查看保存的所有職業.
args: '[玩家]' args: '[playername]'
error: error:
nojob: 沒有保存的職業. nojob: 沒有保存的職業.
output: LV.%joblevel% (%getbackjoblevel%) %jobname%
give: give:
help: help:
info: '玩家名可選. 给玩家職業以物品' info: 玩家名可選. 给玩家職業以物品
args: '[玩家] [職業] [物品]' args: '[playername] [jobname] [items/limiteditems] [jobitemname]'
output: output:
notonline: '&4玩家 [%playername%] 不在線上!' notonline: '&4玩家 [%playername%] 不在線上!'
noitem: '&4沒有找到此物品!' noitem: '&4沒有找到此物品!'
info: info:
help: help:
title: '&2*** &eJobs&2 ***' title: '&2*** &eJobs&2 ***'
info: '顯示一個職業的詳細資訊.' info: 顯示一個職業的詳細資訊.
penalty: '&e這個職業擁有 &2[bonus]% &e懲罰因為就業人數過多.' penalty: '&eThis job has a penalty of &c[penalty]% &ebecause there are too many players working in it.'
bonus: '&e這個職業擁有 &2[bonus]% &e加成因為就業人數較少.' bonus: '&e這個職業擁有 &2[bonus]% &e加成因為就業人數較少.'
args: '[職業] [動作]' args: '[jobname] [action]'
actions: '&e所有可用的動作: &f%actions%' actions: '&e所有可用的動作: &f%actions%'
max: ' - &e最高等級:&f ' max: ' - &e最高等級:&f '
newMax: ' &eMax level: &f[max]'
material: '&7%material%' material: '&7%material%'
levelRange: ' &a(&e%levelFrom% &a- &e%levelUntil% &a級)' levelRange: ' &a(&e%levelFrom% &a- &e%levelUntil% &a級)'
levelFrom: ' &a(從 &e%levelFrom% &a級)' levelFrom: ' &a(從 &e%levelFrom% &a級)'
levelUntil: ' &a(到 &e%levelUntil% &a級)' levelUntil: ' &a(到 &e%levelUntil% &a級)'
money: ' &2%money%$' money: ' &2%money%$'
points: ' &6%points%點數' points: ' &6%points%pts'
exp: ' &e%exp%經驗' exp: ' &e%exp%xp'
gui: gui:
pickjob: '&e選擇你的職業!' pickjob: '&e選擇你的職業!'
jobinfo: '&e[jobname] 資訊!' jobinfo: '&e[jobname] 資訊!'
@ -215,86 +303,106 @@ command:
back: '&e<<< 返回' back: '&e<<< 返回'
output: output:
break: break:
info: 破壞 info: '破壞'
none: '%jobname% 不會從破壞獲得報酬' none: '%jobname% 不會從破壞獲得報酬'
tntbreak: tntbreak:
info: 爆破 info: '爆破'
none: '%jobname% 不會從爆破獲得報酬' none: '%jobname% 不會從爆破獲得報酬'
place: place:
info: 放置 info: '放置'
none: '%jobname% 不會從放置獲得報酬' none: '%jobname% 不會從放置獲得報酬'
striplogs:
info: '&eStrip logs'
none: '%jobname% does not get money for stripping logs.'
kill: kill:
info: 擊殺 info: '擊殺'
none: '%jobname% 不會從擊殺獲得報酬' none: '%jobname% 不會從擊殺獲得報酬'
mmkill: mmkill:
info: 特殊擊殺 info: '特殊擊殺'
none: '%jobname% 不會從特殊擊殺獲得報酬' none: '%jobname% 不會從特殊擊殺獲得報酬'
fish: fish:
info: 釣鱼 info: '釣鱼'
none: '%jobname% 不會從釣鱼獲得報酬' none: '%jobname% 不會從釣鱼獲得報酬'
craft: craft:
info: 合成 info: '合成'
none: '%jobname% 不會從合成獲得報酬' none: '%jobname% 不會從合成獲得報酬'
smelt: smelt:
info: 熔煉 info: '熔煉'
none: '%jobname% 不會從熔煉獲得報酬' none: '%jobname% 不會從熔煉獲得報酬'
brew: brew:
info: 釀造 info: '釀造'
none: '%jobname% 不會從釀造獲得報酬' none: '%jobname% 不會從釀造獲得報酬'
eat: eat:
info: 進食 info: '進食'
none: '%jobname% 不會從進食獲得報酬' none: '%jobname% 不會從進食獲得報酬'
dye: dye:
info: 染色 info: '染色'
none: '%jobname% 不會從染色獲得報酬' none: '%jobname% 不會從染色獲得報酬'
enchant: enchant:
info: 附魔 info: '附魔'
none: '%jobname% 不會從附魔獲得報酬' none: '%jobname% 不會從附魔獲得報酬'
vtrade:
info: '&eVillager trade'
none: '%jobname% does not get money for trading a villager.'
repair: repair:
info: 修復 info: '修復'
none: '%jobname% 不會從修復獲得報酬' none: '%jobname% 不會從修復獲得報酬'
breed: breed:
info: 繁殖 info: '繁殖'
none: '%jobname% 不會從繁殖獲得報酬' none: '%jobname% 不會從繁殖獲得報酬'
tame: tame:
info: 馴服 info: '馴服'
none: '%jobname% 不會從馴服獲得報酬' none: '%jobname% 不會從馴服獲得報酬'
milk: milk:
info: 擠奶 info: '擠奶'
none: '%jobname% 不會從擠奶獲得報酬' none: '%jobname% 不會從擠奶獲得報酬'
shear: shear:
info: 剪毛 info: '剪毛'
none: '%jobname% 不會從剪毛獲得報酬' none: '%jobname% 不會從剪毛獲得報酬'
explore: explore:
info: 探索 info: '探索'
none: '%jobname% 不會從探索獲得報酬' none: '%jobname% 不會從探索獲得報酬'
custom-kill: custom-kill:
info: 自定義擊殺 info: '自定義擊殺'
none: '%jobname% 不會從自定義擊殺獲得報酬' none: '%jobname% 不會從自定義擊殺獲得報酬'
collect:
info: '&eCollect'
none: '%jobname% does not get money for collecting blocks.'
playerinfo: playerinfo:
help: help:
info: 查看玩家的職業資訊. info: 查看玩家的職業資訊.
args: '[玩家] [職業] [動作]' args: '[playername] [jobname] [action]'
join: join:
help: help:
info: 加入選擇的職業. info: 加入選擇的職業.
args: '[職業]' args: '[jobname]'
error: error:
alreadyin: 你已經加入了職業 %jobname%. alreadyin: 你已經加入了職業 %jobname%.
fullslots: 你不能加入職業 %jobname%, 已經滿员. fullslots: 你不能加入職業 %jobname%, 已經滿员.
maxjobs: 你已經加入了很多的職業了. maxjobs: 你已經加入了很多的職業了.
rejoin: '&cCan''t rejoin this job. Wait [time]'
rejoin: '&aClick to rejoin this job: '
success: 你加入了職業 %jobname%. success: 你加入了職業 %jobname%.
confirm: '&2Click to confirm joining action for the &7[jobname] &2job.'
leave: leave:
help: help:
info: 離開選擇的職業. info: 離開選擇的職業.
args: '[職業]' args: '[oldplayerjob]'
success: 你離開了職業 %jobname%. success: 你離開了職業 %jobname%.
confirmationNeed: '&cAre you sure you want to leave from&e [jobname]&c job? Type the command again within&6 [time] seconds &cto confirm!'
leaveall: leaveall:
help: help:
info: 離開你所有的職業. info: 離開你所有的職業.
error: error:
nojobs: 你沒有任何職業! nojobs: 你沒有任何職業!
success: 你已經徹底失業. success: 你已經徹底失業.
confirmationNeed: '&cAre you sure you want to leave from all jobs? Type the command again within&6 [time] seconds &cto confirm!'
explored:
help:
info: Check who visited this chunk
error:
noexplore: No one visited this chunk
list: '&e%place%. %playername%'
browse: browse:
help: help:
info: 查看你可加入的職業. info: 查看你可加入的職業.
@ -302,14 +410,47 @@ command:
nojobs: 你沒有可加入的職業. nojobs: 你沒有可加入的職業.
output: output:
header: '你可以加入以下職業:' header: '你可以加入以下職業:'
footer: 更多的資訊請输入 /jobs info [職業] footer: For more information type in /jobs info [JobName]
totalWorkers: ' &7就職中: &e[amount]' totalWorkers: ' &7就職中: &e[amount]'
penalty: ' &4懲罰: &c[amount]%' penalty: ' &4懲罰: &c[amount]%'
bonus: ' &2加成: &a[amount]%' bonus: ' &2加成: &a[amount]%'
newHeader: '&2========== [amount] Available Jobs ========='
description: '[description]'
list: ' &8[place]. &7[jobname]'
console:
newHeader: '&2========== [amount] Available Jobs ========='
description: '[description]'
totalWorkers: ' &7Workers: &e[amount]'
penalty: ' &4Penalty: &c[amount]%'
bonus: ' &2Bonus: &a[amount]%'
list: ' &6[jobname]'
newMax: ' &eMax level: &f[max]'
click: '&bClick on the job to see more info about it!'
detailed: '&bClick to see more detailed list on job actions'
jobHeader: '&2========== [jobname] ========='
chooseJob: '&7&n&oChoose this job'
chooseJobHover: '&7Click here to get this job'
clearownership:
help:
info: Clear block ownership
args: '[playername]'
output:
cleared: '&2Removed &7[furnaces] &2furnaces and &7[brewing] &2brewing stands'
quests:
help:
info: List available quests
args: '[playername]'
error:
noquests: '&cThere are no quests'
toplineseparator: '&7*********************** &6[playerName] &2(&f[questsDone]&2) &7***********************'
output:
completed: '&2 !Completed!&r '
questLine: '[progress] &7[questName] &f[done]&7/&8[required]'
hover: "&f[jobName] \n[desc] \n&7New quest in: [time]"
fire: fire:
help: help:
info: 將玩家從指定職業開除. info: 將玩家從指定職業開除.
args: '[玩家] [職業]' args: '[playername] [jobname]'
error: error:
nojob: 玩家沒有加入職業 %jobname%. nojob: 玩家沒有加入職業 %jobname%.
output: output:
@ -317,7 +458,7 @@ command:
fireall: fireall:
help: help:
info: 將玩家撤銷所有職業. info: 將玩家撤銷所有職業.
args: '[玩家]' args: '[playername]'
error: error:
nojobs: 玩家不能被開除, 因為玩家根本沒有職業! nojobs: 玩家不能被開除, 因為玩家根本沒有職業!
output: output:
@ -325,20 +466,21 @@ command:
employ: employ:
help: help:
info: 聘請玩家當職業. info: 聘請玩家當職業.
args: '[玩家] [職業]' args: '[playername] [jobname]'
error: error:
alreadyin: 玩家已經加入了職業 %jobname%. alreadyin: 玩家已經加入了職業 %jobname%.
fullslots: You cannot join the job %jobname%, there are no slots available.
output: output:
target: 你被聘請為一名 %jobname%. target: 你被聘請為一名 %jobname%.
top: top:
help: help:
info: 顯示指定職業最高等的%amount%名玩家. info: 顯示指定職業最高等的%amount%名玩家.
args: '[職業]' args: '[jobname]'
error: error:
nojob: 沒有這個職業. nojob: 沒有這個職業.
output: output:
topline: '&a前&e %amount% &a個職業為 &e%jobname% &a的玩家' topline: '&a前&e %amount% &a個職業為 &e%jobname% &a的玩家'
list: '&e%number%&a. &e%playername% &aLV.&e%level% &a,&e %exp% &a經驗' list: '&e%number%&a. &e%playername% &alvl &e%level% &awith&e %exp% &aexp'
prev: '&e<<<<< 上一頁 &2|' prev: '&e<<<<< 上一頁 &2|'
next: '&2|&e 下一頁 >>>>' next: '&2|&e 下一頁 >>>>'
show: '&2顯示 &e[from] &2到 &e[until] &2的排行榜' show: '&2顯示 &e[from] &2到 &e[until] &2的排行榜'
@ -358,13 +500,13 @@ command:
help: help:
info: 编輯管制區域. info: 编輯管制區域.
args: add/remove/info/list args: add/remove/info/list
addUsage: '&e使用: &6/jobs area add [區域名] [加成]' addUsage: '&eUsage: &6/Jobs area add [areaName/wg:worldGuardAreaName] [bonus]'
removeUsage: '&e使用: &6/jobs area remove [區域名]' removeUsage: '&eUsage: &6/Jobs area remove [areaName]'
output: output:
addedNew: '&e添加了新的管制區域, 加成 &6%bonus%' addedNew: '&e添加了新的管制區域, 加成 &6%bonus%'
removed: '&e移除了管制區域 &6%name%' removed: '&e移除了管制區域 &6%name%'
list: '&e%number%&a. &e%areaname% &e%worldname% (&a%x1%:%y1%:%z1%/&e%x2%:%y2%:%z2%) list: '&e%number%&a. &e%areaname% &e%worldname% (&a%x1%:%y1%:%z1%/&e%x2%:%y2%:%z2%) &6%bonus%'
&6%bonus%' wgList: '&e%number%&a. WorldGuard: &e%areaname% &6%bonus%'
noAreas: '&e沒有保存的管制區域' noAreas: '&e沒有保存的管制區域'
noAreasByLoc: '&e這裡沒有管制區域' noAreasByLoc: '&e這裡沒有管制區域'
areaList: '&e這裡的管制區域: &6%list%' areaList: '&e這裡的管制區域: &6%list%'
@ -373,14 +515,17 @@ command:
select: '&e用 (%tool%) 選擇兩個點' select: '&e用 (%tool%) 選擇兩個點'
exist: '&e這個名字的管制區域已經存在' exist: '&e這個名字的管制區域已經存在'
dontExist: '&e這個名字的管制區域不存在' dontExist: '&e這個名字的管制區域不存在'
wgDontExist: '&eWorldGuard area by this name does not exist'
log: log:
help: help:
info: 顯示統計資訊. info: 顯示統計資訊.
args: '[玩家]' args: '[playername]'
output: output:
topline: '&7************************* &6%playername% &7*************************' topline: '&7************************* &6%playername% &7*************************'
list: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% &6遊戲幣: %money% &e經驗: ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%'
%exp%' money: '&6money: %amount% '
exp: '&eexp: %amount% '
points: '&6points: %amount%'
bottomline: '&7***********************************************************' bottomline: '&7***********************************************************'
prev: '&e<<<<< 上一頁 &2|' prev: '&e<<<<< 上一頁 &2|'
next: '&2|&e 下一頁 >>>>' next: '&2|&e 下一頁 >>>>'
@ -391,43 +536,62 @@ command:
args: '' args: ''
output: output:
topline: '&7*********************** &6Global statistics &7***********************' topline: '&7*********************** &6Global statistics &7***********************'
list: '&7* &6%number%. &3%username% &e%action%: &6%item% &eqty: %qty% &6遊戲幣: %money% &e經驗: %exp%' ls: '&7* &6%number%. &3%action%: &6%item% &eqty: %qty% %money%%exp%%points%'
money: '&6money: %amount% '
exp: '&eexp: %amount% '
points: '&6points: %amount%'
bottomline: '&7**************************************************************' bottomline: '&7**************************************************************'
nodata: '&c沒有資料' nodata: '&c沒有資料'
transfer: transfer:
help: help:
info: 將玩家的職業從一個換到另一個. info: 將玩家的職業從一個換到另一個.
args: '[玩家] [原職業] [新職業]' args: '[playername] [oldjob] [newjob]'
output: output:
target: 你的職業由 %oldjobname% 變更為了 %newjobname%. target: 你的職業由 %oldjobname% 變更為了 %newjobname%.
promote: promote:
help: help:
info: 升級玩家的職業等級. info: 升級玩家的職業等級.
args: '[玩家] [職業] [級]' args: '[playername] [jobname] [levels]'
output: output:
target: 你的 %jobname% 職業被提升了 %levelsgained% 級. target: 你的 %jobname% 職業被提升了 %levelsgained% 級.
exp:
help:
info: Change the player exp for job.
args: '[playername] [jobname] set/add/take [amount]'
error:
nojob: '&cThis player must first join a job.'
output:
target: '&eYour exp was changed for %jobname% &eand now you at &6%level%lvl &eand with &6%exp%exp.'
level:
help:
info: Change the player's level in a job.
args: '[playername] [jobname] set/add/take [amount]'
error:
nojob: '&cThis player must first join a job.'
output:
target: '&eYour level was changed for %jobname% &eand now you at &6%level%lvl &eand with &6%exp%exp.'
demote: demote:
help: help:
info: 降低玩家的職業等級. info: 降低玩家的職業等級.
args: '[玩家] [職業] [級]' args: '[playername] [jobname] [levels]'
output: output:
target: 你的 %jobname% 職業被降低了 %levelslost% 級. target: 你的 %jobname% 職業被降低了 %levelslost% 級.
grantxp: grantxp:
help: help:
info: 提升玩家的職業經驗. info: 提升玩家的職業經驗.
args: '[玩家] [職業] [經驗]' args: '[playername] [jobname] [xp]'
output: output:
target: 你的 %jobname% 職業經驗增加了 %xpgained%. target: 你的 %jobname% 職業經驗增加了 %xpgained%.
removexp: removexp:
help: help:
info: 减少玩家的職業經驗. info: 减少玩家的職業經驗.
args: '[玩家] [職業] [經驗]' args: '[playername] [jobname] [xp]'
output: output:
target: 你的 %jobname% 職業經驗减少了 %xplost%. target: 你的 %jobname% 職業經驗减少了 %xplost%.
signupdate: signupdate:
help: help:
info: 手動更新指定的告示牌 info: 手動更新指定的告示牌
args: '[職業]' args: '[jobname]'
bp: bp:
help: help:
info: 顯示你周围10格受保護的方塊 info: 顯示你周围10格受保護的方塊
@ -441,7 +605,7 @@ command:
toggle: toggle:
help: help:
info: 切換報酬顯示 Boss血條 | 側邊欄. info: 切換報酬顯示 Boss血條 | 側邊欄.
args: '[actionbar/bossbar]' args: actionbar/bossbar
output: output:
turnedoff: '&4這個特性被關閉!' turnedoff: '&4這個特性被關閉!'
paid: paid:
@ -456,8 +620,10 @@ message:
broadcast: '%playername% 獲得了升級 %titlename% %jobname%.' broadcast: '%playername% 獲得了升級 %titlename% %jobname%.'
nobroadcast: 恭喜, 你升級為了 %titlename% %jobname%. nobroadcast: 恭喜, 你升級為了 %titlename% %jobname%.
levelup: levelup:
broadcast: '%playername% 現在是一名 LV.%joblevel% %jobname%.' broadcast: '%playername% is now a level %joblevel% %jobname%.'
nobroadcast: 你現在是一名 LV.%joblevel% %jobname%. nobroadcast: You are now level %joblevel% %jobname%.
leveldown:
message: '&cYou lost level&e %lostLevel%&c in&e %jobname%&c job! Level:&6 %joblevel%&c.'
cowtimer: '&e你還需要等待 &6%time% &e秒來獲得職業報酬.' cowtimer: '&e你還需要等待 &6%time% &e秒來獲得職業報酬.'
blocktimer: '&e你需要等待: &3[time] &e秒來獲得職業報酬!' blocktimer: '&e你需要等待: &3[time] &e秒來獲得職業報酬!'
placeblocktimer: '&e你放置方塊的速度不能超過 &6[time] &e秒一個!' placeblocktimer: '&e你放置方塊的速度不能超過 &6[time] &e秒一個!'
@ -465,25 +631,25 @@ message:
boostStarted: '&e職業加成時間已經開始!' boostStarted: '&e職業加成時間已經開始!'
boostStoped: '&e職業加成時間结束了!' boostStoped: '&e職業加成時間结束了!'
crafting: crafting:
fullinventory: 你的背包滿了! fullinventory: '你的背包滿了!'
signs: signs:
List: '&0[number].&8[player]&7:&4LV.[level]' List: '&0[number].&8[player]&7:&4LV.[level]'
questList: '&0[number].&8[player]&7:&4[quests]'
SpecialList: SpecialList:
'1': p1: '&b** &8First &b**'
'1': '&b** &8第一 &b**' p2: '&b** &8Second &b**'
'2': '&9[player]' p3: '&b** &8Third &b**'
'3': '&8[level] 級' p4: '&b** &8Fourth &b**'
'4': '&b************' p5: '&b** &8Fifth &b**'
'2': p6: '&b** &8Sixth &b**'
'1': '&b** &8第二 &b**' p7: '&b** &8Seventh &b**'
'2': '&9[player]' p8: '&b** &8Eight &b**'
'3': '&8[level] 級' p9: '&b** &8Ninth &b**'
'4': '&b************' p10: '&b** &8Tenth &b**'
'3': name: '&9[player]'
'1': '&b** &8第三 &b**' level: '&8[level] level'
'2': '&9[player]' quests: '&8[quests] quests'
'3': '&8[level] 級' bottom: '&b************'
'4': '&b************'
cantcreate: '&4你不能創建這個告示牌!' cantcreate: '&4你不能創建這個告示牌!'
cantdestroy: '&4你不能破壞這個告示牌!' cantdestroy: '&4你不能破壞這個告示牌!'
topline: '&0[Jobs]' topline: '&0[Jobs]'