diff --git a/src/main/resources/locale/messages_cs.yml b/src/main/resources/locale/messages_cs.yml index 48a2e97e..0a883f0d 100644 --- a/src/main/resources/locale/messages_cs.yml +++ b/src/main/resources/locale/messages_cs.yml @@ -6,7 +6,6 @@ limitedItem: error: levelup: 'Potřebujete mít větší level jako [jobname] pro použití tohoto předmětu!' general: - Spawner: '&r[type] Spawner' info: toplineseparator: '&7*********************** &6%playername% &7***********************' separator: '&7*******************************************************' @@ -18,6 +17,11 @@ general: invalidPage: '&cNeplatná stránka' 'true': '&2Povoleno' 'false': '&cZakázáno' + blocks: + furnace: Furnace + smoker: Smoker + blastfurnace: Blast furnace + brewingstand: Brewing stand admin: error: '&cV příkazu se objevil problém.' success: '&eVáš příkaz byl proveden.' @@ -32,10 +36,8 @@ general: ingame: '&cTento příkaz můžete používat pouze ve hře!' fromconsole: '&cTento příkaz můžete používat pouze z konzole!' worldisdisabled: '&cTento příkaz nemůžete používat v tomhle světě!' - newFurnaceRegistration: '&eZaregistrováno nové vlastnioctví pro pec &7[current]&e/&f[max]' - newBrewingRegistration: '&eRegistrováno nové vlastnictví pro varný stojan &7[current]&e/&f[max]' - noFurnaceRegistration: '&cDosahl jsi maximalni pocet peci!' - noBrewingRegistration: '&cDosahl jsi maximalni pocet varnych stojanu!' + newRegistration: '&eRegistered new ownership for [block] &7[current]&e/&f[max]' + noRegistration: '&cYou''ve reached max [block] count!' command: help: output: @@ -89,6 +91,14 @@ command: boostalladded: Boost expu %boost% pridan pro vsechny prace! boostadded: Boost expu &e%boost% &pridan pro &e%jobname%! infostats: '&c-----> &aSazby expu x%boost% povoleny&c <-------' + schedule: + help: + info: Enables the given scheduler + args: enable [scheduleName] [untilTime] + output: + noScheduleFound: '&cSchedule with this name not found.' + alreadyEnabled: '&cThis schedule already enabled.' + enabled: '&eSchedule have been enabled from&a %from%&e until&a %until%' itembonus: help: info: Zkontrolovat bonus předmětu @@ -246,7 +256,9 @@ command: args: '[playername]' error: nojob: Prosim nejdrive se pripoj k praci. - output: 'Level %joblevel% pro %jobname%: %jobxp%/%jobmaxxp% xp' + output: + message: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp' + max-level: ' &cMax level - %jobname%' bossBarOutput: 'Level %joblevel% %jobname%: %jobxp%/%jobmaxxp% xp%gain%' bossBarGain: ' &7(&f%gain%&7)' shop: @@ -451,7 +463,7 @@ command: info: Vyčistí vlastnictví bloku args: '[playername]' output: - cleared: '&2Odstraneny &7[furnaces] &2pece a &7[brewing] &2varne stojany' + cleared: '&2Removed &7[furnaces] &2furnaces, &7[brewing] &2brewing stands, &7[smoker]&2 smokers and &7[blast]&2 blast furnaces.' skipquest: help: info: Přeskočit quest a dostat nový @@ -649,6 +661,10 @@ message: skillup: broadcast: '%playername% has been promoted to a %titlename% %jobname%.' nobroadcast: Congratulations, you have been promoted to a %titlename% %jobname%. + max-level-reached: + title: '&2Max level reached' + subtitle: '&2in %jobname%!' + chat: '&cYou have reached the maximum level in %jobname%!' levelup: broadcast: '%playername% is now a level %joblevel% %jobname%.' nobroadcast: You are now level %joblevel% %jobname%. @@ -656,7 +672,6 @@ message: 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!' diff --git a/src/main/resources/locale/messages_de.yml b/src/main/resources/locale/messages_de.yml index 1dd041f1..b1c424bd 100644 --- a/src/main/resources/locale/messages_de.yml +++ b/src/main/resources/locale/messages_de.yml @@ -6,7 +6,6 @@ limitedItem: error: levelup: '&cDu musst den Job [jobname] leveln, um das Item zu benutzen!' general: - Spawner: '&r[type] Spawner' info: toplineseparator: '&7*********************** &6%playername% &7***********************' separator: '&7*******************************************************' @@ -18,6 +17,11 @@ general: invalidPage: '&cUngültige Seite' 'true': 'Wahr' 'false': 'Falsch' + blocks: + furnace: Furnace + smoker: Smoker + blastfurnace: Blast furnace + brewingstand: Brewing stand admin: error: '&cEs ist ein Fehler aufgetreten.' success: '&eDer Befehl ist erfolgreich ausgeführt worden.' @@ -32,10 +36,8 @@ general: ingame: '&cDer Befehl kann nur ingame benutzt werden!' fromconsole: '&cDer Befehl kann nur in der Konsole benutzt werden!' worldisdisabled: '&cDer Befehl kann nicht in dieser Welt ausgeführt werden!' - newFurnaceRegistration: '&eNeuer Besitzer für den Zaun &7[current]&e/&f[max] registriert' - newBrewingRegistration: '&eNeuer Besitzer für den Braustand &7[current]&e/&f[max]' - noFurnaceRegistration: '&cDu hast die maximale Anzahl an Zäune erreicht!' - noBrewingRegistration: '&cDu hast die maximale Anzahl an Brauständen erreicht!' + newRegistration: '&eRegistered new ownership for [block] &7[current]&e/&f[max]' + noRegistration: '&cYou''ve reached max [block] count!' command: help: output: @@ -89,6 +91,14 @@ command: 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! infostats: '&c-----> &aXP x%boost% eingeschaltet&c <-------' + schedule: + help: + info: Enables the given scheduler + args: enable [scheduleName] [untilTime] + output: + noScheduleFound: '&cSchedule with this name not found.' + alreadyEnabled: '&cThis schedule already enabled.' + enabled: '&eSchedule have been enabled from&a %from%&e until&a %until%' itembonus: help: info: Item-Bonus überprüfen @@ -246,7 +256,9 @@ command: args: '[playername]' error: nojob: Du bist aktuell arbeitslos. - output: 'Level %joblevel% %jobname% : %jobxp%/%jobmaxxp% XP' + output: + message: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp' + max-level: ' &cMax level - %jobname%' bossBarOutput: 'Level %joblevel% %jobname%: %jobxp%/%jobmaxxp% XP' bossBarGain: ' &7(&f%gain%&7)' shop: @@ -451,7 +463,7 @@ command: info: Blockbesitzer entfernen args: '[playername]' output: - cleared: '&2Es wurden &7[furnaces] &2Zäune und &7[brewing] &2Braustände entfernt.' + cleared: '&2Removed &7[furnaces] &2furnaces, &7[brewing] &2brewing stands, &7[smoker]&2 smokers and &7[blast]&2 blast furnaces.' skipquest: help: info: Überspringe die definierte Quest und hol dir eine neue @@ -531,18 +543,18 @@ command: addUsage: '&eBenutzung: &6/Jobs area add [areaName/wg:worldGuardAreaName] [bonus]' removeUsage: '&eBenutzung: &6/Jobs area remove [areaName]' output: - addedNew: '&eAdded a new restricted area with &6%bonus% &ebonus' - removed: '&eRemoved the restricted area &6%name%' + addedNew: '&eEin neuer Sperrbereich mit einem Bonus von &6%bonus% &ewurde hinzugefügt' + removed: '&eDer eingeschränkte Bereich wurde entfernt &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%' + noAreas: '&eEs gibt keine gespeicherten Sperrbereiche' + noAreasByLoc: '&eEs gibt keine Sperrbereiche an diesem Ort' + areaList: '&eEingeschränkte Breiche in deine Nähe: &6%list%' selected1: '&eErster Punkt ausgewählt: &6%x%:%y%:%z%' selected2: '&eZweiter Punkt ausgewählt: &6%x%:%y%:%z%' select: '&e2 Punkte mit dem Auswähl-Tool (%tool%) ausgewählt' - exist: '&eRestriction area by this name already exists' - dontExist: '&eRestriction area by this name does not exist' + exist: '&eEin Beschränkungsbereich mit diesem Namen existiert nicht' + dontExist: '&eEin Beschränkungsbereich mit diesem Namen existiert nicht' wgDontExist: '&eEine WorldGuard Region mit diesem Namen existiert nicht' log: help: @@ -620,7 +632,7 @@ command: target: Du hast %xplost% Erfahrung in %jobname% verloren. signupdate: help: - info: Manually updates a sign by its name + info: Aktualisiert ein Schild manuell anhand seines Namens args: '[jobname]' bp: help: @@ -634,7 +646,7 @@ command: info: Konfigurationen neu laden. toggle: help: - info: Toggles payment output on action bar or bossbar. + info: Schaltet die Zahlungsausgabe in der Aktionsleiste oder der Bossleiste um. args: actionbar/bossbar output: turnedoff: '&4Diese Funktion ist deaktiviert!' @@ -649,6 +661,10 @@ message: skillup: broadcast: '%playername% wurde zu einem %titlename% %jobname%befördert.' nobroadcast: Herzlichen Glückwunsch, du wurdest zum %titlename%%jobname% befördert. + max-level-reached: + title: '&2Max level reached' + subtitle: '&2in %jobname%!' + chat: '&cYou have reached the maximum level in %jobname%!' levelup: broadcast: '%playername% ist nun ein Level %joblevel%%jobname%.' nobroadcast: Du bist nun Level %joblevel% in %jobname%. @@ -656,7 +672,6 @@ message: message: '&cDu hast Level&e %lostLevel%&c in&e %jobname%&c job verloren! Level:&6 %joblevel%&c.' cowtimer: '&eDu musst immernoch &6%time% &eSekunden warten bevor du für diesen Beruf bezahlt wirst.' blocktimer: '&eDu musst noch weitere &e[time] &eSekunden warten bevor du dafür bezahlt wirst!' - placeblocktimer: '&eDu kannst Blöcke nicht schneller als &6[time] Sekunden am selben Ort platzieren!' taxes: '&3[amount] &eServer Steuern wurden zu diesem Account gesendet' boostStarted: '&eJobs Boos Zeit wurde gestarted!' boostStoped: '&eJobs Boost Zeit wurde beendet!' diff --git a/src/main/resources/locale/messages_es.yml b/src/main/resources/locale/messages_es.yml index ffa7f54d..0fa5bc84 100644 --- a/src/main/resources/locale/messages_es.yml +++ b/src/main/resources/locale/messages_es.yml @@ -6,7 +6,6 @@ limitedItem: error: levelup: '&cPara usar esto necesitas aumentar el nivel de profesión de [jobname].' general: - Spawner: '&rEngendrador de [type]' info: toplineseparator: '&7*********************** &6%playername% &7***********************' separator: '&7*******************************************************' @@ -18,6 +17,11 @@ general: invalidPage: '&cPágina no válida' 'true': '&2Veritat' 'false': '&cFals' + blocks: + furnace: Furnace + smoker: Smoker + blastfurnace: Blast furnace + brewingstand: Brewing stand admin: error: '&cSe ha producido un error al aplicar el conjuro.' success: '&eEl conjuro ha sido aplicado.' @@ -32,10 +36,8 @@ general: ingame: '&cEsto es un conjuro y solo puede ser usado por un jugador.' fromconsole: '&cEsto es un comando y solo puede ser usado desde la consola.' worldisdisabled: '&cNo puedes usar este conjuro en este mundo.' - newFurnaceRegistration: '&eSe ha registrado un nuevo propietario del Horno &7[current]&e/&f[max]' - newBrewingRegistration: '&eSe ha registrado un nuevo propietario del Soporte para Pociones &7[current]&e/&f[max]' - noFurnaceRegistration: '&c¡Has alcanzado el número máximo de Hornos!' - noBrewingRegistration: '&c¡Has alcanzado el número máximo de Soportes de Pociones!' + newRegistration: '&eRegistered new ownership for [block] &7[current]&e/&f[max]' + noRegistration: '&cYou''ve reached max [block] count!' command: help: output: @@ -89,6 +91,14 @@ command: 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%!' infostats: '&c-----> &aExperiencia actual x%boost%&c <-------' + schedule: + help: + info: Enables the given scheduler + args: enable [scheduleName] [untilTime] + output: + noScheduleFound: '&cSchedule with this name not found.' + alreadyEnabled: '&cThis schedule already enabled.' + enabled: '&eSchedule have been enabled from&a %from%&e until&a %until%' itembonus: help: info: Comprobar bonificación de artículo @@ -246,7 +256,9 @@ command: args: '[playername]' error: nojob: Debes trabajar primero en una profesión. - output: '&bNivel &3%joblevel% &bde &r%jobname%. &aExperiencia &2%jobxp% &ade &2%jobmaxxp%' + output: + message: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp' + max-level: ' &cMax level - %jobname%' bossBarOutput: 'Nvl %joblevel% %jobname%: %jobxp%/%jobmaxxp% Exp%gain%' bossBarGain: ' &7(&f%gain%&7)' shop: @@ -451,7 +463,7 @@ command: info: Eliminar propietarios. args: '[playername]' output: - cleared: '&2Se han eliminado &7[furnaces] &2hornos y &7[brewing] &2Soportes para Pociones' + cleared: '&2Removed &7[furnaces] &2furnaces, &7[brewing] &2brewing stands, &7[smoker]&2 smokers and &7[blast]&2 blast furnaces.' skipquest: help: info: Omite la misión en progreso y obten una nueva @@ -649,6 +661,10 @@ message: skillup: broadcast: '%playername% ha sido ascendido a %titlename% %jobname%.' nobroadcast: Felicidades, has sido ascendido a %titlename% %jobname%. + max-level-reached: + title: '&2Max level reached' + subtitle: '&2in %jobname%!' + chat: '&cYou have reached the maximum level in %jobname%!' levelup: broadcast: '%playername% ahora es nivel %joblevel% %jobname%.' nobroadcast: Ahora eres nivel %joblevel% %jobname%. @@ -656,7 +672,6 @@ message: message: '&c¡Has perdido&e %lostLevel%&c en tu trabajo de&e %jobname%&c! Nivel:&6 %joblevel%&c.' cowtimer: '&eAún tienes que esperar &6%time% &esegundos para ser pagado por este trabajo.' blocktimer: '&e¡Tienes que esperar &3[time] &epara ser pagado por esto!' - placeblocktimer: '&e¡No puedes poner bloques más rápido que en &6[time] &esegundos en el mismo sitio!' taxes: '&3[amount] &eimpuestos del servidor se transfirieron a esta cuenta' boostStarted: '&e¡Acaba de empezar el boost de trabajos!' boostStoped: '&e¡Acaba de terminar el boost de trabajos!' diff --git a/src/main/resources/locale/messages_fr.yml b/src/main/resources/locale/messages_fr.yml index 34acb59c..12dde570 100644 --- a/src/main/resources/locale/messages_fr.yml +++ b/src/main/resources/locale/messages_fr.yml @@ -6,7 +6,6 @@ limitedItem: error: levelup: '&cVous devez augmenter votre niveau dans le métier [jobname] pour utiliser cet objet!' general: - Spawner: '&rSpawner de [type]' info: toplineseparator: '&7*********************** &6%playername% &7***********************' separator: '&7*******************************************************' @@ -18,6 +17,11 @@ general: invalidPage: '&cPage invalide' 'true': '&2Vrai' 'false': '&cFaux' + blocks: + furnace: Furnace + smoker: Smoker + blastfurnace: Blast furnace + brewingstand: Brewing stand admin: error: '&cUne erreur est survenue pendant l''exécution de la commande.' success: '&eLa commande a été exécutée avec succès.' @@ -32,10 +36,8 @@ general: ingame: '&cVous ne pouvez utiliser cette commande qu''en jeu!' fromconsole: '&cCette commande doit être lancée depuis la console!' 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 !' + newRegistration: '&eRegistered new ownership for [block] &7[current]&e/&f[max]' + noRegistration: '&cYou''ve reached max [block] count!' command: help: output: @@ -89,6 +91,14 @@ command: boostalladded: Un boost d'XP de %boost% a été activé pour tous les métiers ! boostadded: Un boost d'XP de &e%boost% &aa été activé pour le métier &e%jobname% ! infostats: '&c-----> &aBoost &2XP x%boost% &aactivé&c <-------' + schedule: + help: + info: Enables the given scheduler + args: enable [scheduleName] [untilTime] + output: + noScheduleFound: '&cSchedule with this name not found.' + alreadyEnabled: '&cThis schedule already enabled.' + enabled: '&eSchedule have been enabled from&a %from%&e until&a %until%' itembonus: help: info: Vérifier l'objet bonus @@ -109,7 +119,7 @@ command: output: topline: '&7**************** &2[money] &6[points] &e[exp] &7****************' permission: ' &ePerm bonus: &2%money% &6%points% &e%exp%' - item: ' &eItem bonus: &2%money% &6%points% &e%exp%' + item: ' &eBonus d''objet: &2%money% &6%points% &e%exp%' global: ' &eBonus global: &2%money% &6%points% &e%exp%' dynamic: ' &eBonus dynamique: &2%money% &6%points% &e%exp%' nearspawner: ' &eBonus de Spawner: &2%money% &6%points% &e%exp%' @@ -246,7 +256,9 @@ command: args: '[playername]' error: nojob: Vous n'avez pas de métier. - output: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp' + output: + message: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp' + max-level: ' &cMax level - %jobname%' bossBarOutput: 'Lvl %joblevel% %jobname%: %jobxp%/%jobmaxxp% xp%gain%' bossBarGain: ' &7(&f%gain%&7)' shop: @@ -309,7 +321,7 @@ command: rightClick: '&eClic droit pour rejoindre ce métier' leftSlots: '&ePlaces restantes :&f ' working: '&2&nVous exercez déjà ce métier' - cantJoin: '&cYou can''t join to the selected job.' + cantJoin: '&cVous ne pouvez pas rejoindre le métier sélectionné.' max: '&eNiveau maximum :&f ' back: '&e<<< Retour' next: '&eSuivant >>>' @@ -451,13 +463,13 @@ command: info: Clear block ownership args: '[playername]' output: - cleared: '&2Removed &7[furnaces] &2furnaces and &7[brewing] &2brewing stands' + cleared: '&2Removed &7[furnaces] &2furnaces, &7[brewing] &2brewing stands, &7[smoker]&2 smokers and &7[blast]&2 blast furnaces.' skipquest: help: - info: Skip defined quest and get new one + info: Passer la quête pour en obtenir une nouvelle args: '[jobname] [questname] (playerName)' output: - questSkipForCost: '&2You skipped the quest and paid:&e %amount%$' + questSkipForCost: '&2Vous avez passé la quête et payé:&e %amount%$' quests: help: info: Affiche les quêtes disponibles @@ -466,13 +478,13 @@ command: noquests: '&cIl n''y a pas de quête' toplineseparator: '&7*********************** &6[playerName] &2(&f[questsDone]&2) &7***********************' status: - changed: '&2The quests status has been changed to&r %status%' - started: '&aStarted' - stopped: '&cStopped' + changed: '&2Le statut des quêtes a été changé en&r %status%' + started: '&aCommencé' + stopped: '&cTerminé' output: completed: '&2 ! Terminé !&r ' questLine: '[progress] &7[questName] &f[done]&7/&8[required]' - skip: '&7Click to skip this quest' + skip: '&7Cliquez pour passer cette quête' skips: '&7Left skips: &f[skips]' hover: "&f[jobName] \n[desc] \n&7Nouvelle quête dans : [time]" fire: @@ -649,6 +661,10 @@ message: skillup: broadcast: '%playername% a été promu %titlename% %jobname%.' nobroadcast: Félicitations, vous avez été promu %titlename% %jobname%. + max-level-reached: + title: '&2Max level reached' + subtitle: '&2in %jobname%!' + chat: '&cYou have reached the maximum level in %jobname%!' levelup: broadcast: '%playername% est maintenant %jobname% niveau %joblevel%.' nobroadcast: Vous êtes maintenant %jobname% niveau %joblevel%. @@ -656,7 +672,6 @@ message: message: '&cVous avez perdu &e%lostLevel%&c niveau dans le métier de %jobname%! &6Niveau: %joblevel%&c.' cowtimer: '&eVous devez attendre &6%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!' taxes: '&3[amount] &ede taxes du serveur ont été transférées sur ce compte' boostStarted: '&eLe boost métier a commencé!' boostStoped: '&eLe boost métier est terminé!' diff --git a/src/main/resources/locale/messages_hu.yml b/src/main/resources/locale/messages_hu.yml index f81e2d38..1f5afe21 100644 --- a/src/main/resources/locale/messages_hu.yml +++ b/src/main/resources/locale/messages_hu.yml @@ -6,7 +6,6 @@ limitedItem: error: levelup: '&cSzintet kell lépned a(z) [jobname] munkában, hogy használd ezt az elemet!' general: - Spawner: '&r[type] Spawner' info: toplineseparator: '&7*********************** &6%playername% &7***********************' separator: '&7*******************************************************' @@ -18,6 +17,11 @@ general: invalidPage: '&cÉrvénytelen oldal' 'true': '&2Igaz' 'false': '&cHamis' + blocks: + furnace: Kemence + smoker: Füstölő + blastfurnace: Kohó + brewingstand: Főzőállvány admin: error: '&cHiba történt a parancsban.' success: '&eA parancs végrehajtásra került.' @@ -32,10 +36,8 @@ general: ingame: '&cEz a parancs csak a játékban használható!' fromconsole: '&cEz a parancs csak a konzolon használható!' worldisdisabled: '&cNem használhatsz parancsot ebben a világban!' - newFurnaceRegistration: '&eA kemence új tulajdonosa regisztrálva &7[current]&e/&f[max]' - newBrewingRegistration: '&eA Potions Support új tulajdonosa regisztrálva &7[current]&e/&f[max]' - noFurnaceRegistration: '&cElérted a kemencék maximális számát!' - noBrewingRegistration: '&cElérted a bájital főzés maximális számát!' + newRegistration: '&eA(z) [block] új tulajdonosa regisztrálva &7[current]&e/&f[max]' + noRegistration: '&cElérted a(z) [block] maximális számát!' command: help: output: @@ -89,6 +91,14 @@ command: 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!' infostats: '&c-----> &aTapasztalat arány x%boost% engedélyezve&c <-------' + schedule: + help: + info: Engedélyezi a megadott feladatot + args: enable [scheduleName] [untilTime] + output: + noScheduleFound: '&cFeladat ezzel a névvel nem található.' + alreadyEnabled: '&cEz a feladat már engedélyezve van.' + enabled: '&eA feladat engedélyezve &a%from%&e-tól &a%until%&e-ig' itembonus: help: info: Ellenőrzi az elem bónuszt. @@ -246,7 +256,9 @@ command: args: '[playername]' error: nojob: '&cElőször csatlakozz egy munkához.' - output: ' lvl%joblevel% %jobname% : %jobxp%/%jobmaxxp% xp' + output: + message: ' lvl%joblevel% %jobname%: %jobxp%/%jobmaxxp% xp' + max-level: ' &cMax szint - %jobname%' bossBarOutput: 'Lvl %joblevel% %jobname%: %jobxp%/%jobmaxxp% xp%gain%' bossBarGain: ' &7(&f%gain%&7)' shop: @@ -451,7 +463,7 @@ command: info: Tulajdonjog törlése. args: '[playername]' output: - cleared: '&2Eltávolítva &7[furnaces] &2kemence &7[brewing] &2főzet.' + cleared: '&2Eltávolítva &7[furnaces] &2kemence, &7[brewing] &2főzőállvány, &7[smoker]&2 füstölő és &7[blast]&2 kohó.' skipquest: help: info: Hagyja ki a meghatározott küldetést, és szerezzen újat @@ -649,6 +661,10 @@ message: skillup: broadcast: '%playername% játékost előléptették a %titlename% %jobname% munkában.' nobroadcast: '&aGratulálok, képességet léptél a(z)&r %titlename% %jobname%&a munkában.' + max-level-reached: + title: '&2Elérted a max szintet' + subtitle: '&2a(z) %jobname% munkában!' + chat: '&cElérted a maximális szintet a(z) %jobname% munkában!' levelup: broadcast: '%playername% %joblevel% szintet lépett a(z) %jobname% munkában.' nobroadcast: '&aSzintet léptél a(z) %jobname% &amunkában! Szint:&6 %joblevel%&a.' @@ -656,7 +672,6 @@ message: message: '&e%lostLevel%&c szintet estél a(z)&e %jobname%&c munkában! Szint:&6 %joblevel%&c.' cowtimer: '&eMég várnod kell &6%time% &emásodpercet, hogy fizesse ezt a munkát.' blocktimer: '&eKérlek, várj &3[time] &emásodpercet, hogy újra küldjön pénzt!' - placeblocktimer: '&eNem lehet gyorsabban lerakni blokkokat &6[time] &esec intervallumot ugyanazon a helyen!' taxes: '&3[amount] &eszerver adókat, amennyiben átutalták erre a fiókra.' boostStarted: '&eMegkezdődött a munka pénz gyorsítása!' boostStoped: '&eA munka növelési ideje befejeződött!' diff --git a/src/main/resources/locale/messages_ja.yml b/src/main/resources/locale/messages_ja.yml index dc9a428d..07a82bbb 100644 --- a/src/main/resources/locale/messages_ja.yml +++ b/src/main/resources/locale/messages_ja.yml @@ -6,7 +6,6 @@ limitedItem: error: levelup: '&cこのアイテムを使うには [jobname] のレベルが足りません' general: - Spawner: '&r[type] スポナー' info: toplineseparator: '&7*********************** &6%playername% &7***********************' separator: '&7*******************************************************' @@ -18,6 +17,11 @@ general: invalidPage: '&cInvalid page' 'true': '&2True' 'false': '&cFalse' + blocks: + furnace: Furnace + smoker: Smoker + blastfurnace: Blast furnace + brewingstand: Brewing stand admin: error: '&cコマンドでエラーが発生しました' success: '&eコマンドを実行しました' @@ -32,10 +36,8 @@ general: ingame: '&cこのコマンドはゲーム中のみ利用できます' fromconsole: '&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!' + newRegistration: '&eRegistered new ownership for [block] &7[current]&e/&f[max]' + noRegistration: '&cYou''ve reached max [block] count!' command: help: output: @@ -89,6 +91,14 @@ command: boostalladded: 全ての職業に対する獲得経験値を &e%boost% 倍に設定しました boostadded: '&e%jobname% の獲得経験値が &e%boost% 倍に設定しました ' infostats: '&c-----> &a獲得経験値が %boost% 倍に設定されました&c <-------' + schedule: + help: + info: Enables the given scheduler + args: enable [scheduleName] [untilTime] + output: + noScheduleFound: '&cSchedule with this name not found.' + alreadyEnabled: '&cThis schedule already enabled.' + enabled: '&eSchedule have been enabled from&a %from%&e until&a %until%' itembonus: help: info: Check item bonus @@ -246,7 +256,9 @@ command: args: '[playername]' error: nojob: 少なくとも1つは職業についている必要があります - output: '%jobname% レベル%joblevel% : 経験値 %jobxp%/%jobmaxxp%' + output: + message: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp' + max-level: ' &cMax level - %jobname%' bossBarOutput: 'Lvl %joblevel% %jobname%: %jobxp%/%jobmaxxp% xp%gain%' bossBarGain: ' &7(&f%gain%&7)' shop: @@ -451,7 +463,7 @@ command: info: Clear block ownership args: '[playername]' output: - cleared: '&2Removed &7[furnaces] &2furnaces and &7[brewing] &2brewing stands' + cleared: '&2Removed &7[furnaces] &2furnaces, &7[brewing] &2brewing stands, &7[smoker]&2 smokers and &7[blast]&2 blast furnaces.' skipquest: help: info: Skip defined quest and get new one @@ -649,6 +661,10 @@ message: skillup: broadcast: '%playername% の %jobname% ランクが %titlename% に昇格しました' nobroadcast: '%jobname% が%titlename% に昇格しました' + max-level-reached: + title: '&2Max level reached' + subtitle: '&2in %jobname%!' + chat: '&cYou have reached the maximum level in %jobname%!' levelup: broadcast: '%playername% の %jobname% のレベルが %joblevel% に上がりました' nobroadcast: '%jobname% のレベルが %joblevel% に上がりました' @@ -656,7 +672,6 @@ message: 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: '&eこのジョブの報酬を受け取るには: &3[time] &esec 待つ必要があります' - placeblocktimer: '&eあなたがこの場所で報酬を得るには&6[time] &e秒待つ必要があります' taxes: '&e税金を&3[amount]&eに納めました' boostStarted: '&eJobsのスペシャル報酬時間が始まりました' boostStoped: '&eJobsのスペシャル報酬時間が終わりました' diff --git a/src/main/resources/locale/messages_ko.yml b/src/main/resources/locale/messages_ko.yml index a215fa5e..97b60bbd 100644 --- a/src/main/resources/locale/messages_ko.yml +++ b/src/main/resources/locale/messages_ko.yml @@ -6,7 +6,6 @@ limitedItem: error: levelup: '[jobname] 직업의 레벨을 더 올려야 이 아이템을 사용하실 수 있습니다.' general: - Spawner: '&r[type] 스포너' info: toplineseparator: '&7*********************** &6%playername% &7***********************' separator: '&7*******************************************************' @@ -18,6 +17,11 @@ general: invalidPage: '&c유효하지 않는 페이지입니다.' 'true': '&2True' 'false': '&cFalse' + blocks: + furnace: Furnace + smoker: Smoker + blastfurnace: Blast furnace + brewingstand: Brewing stand admin: error: '&cThere was an error in the command.' success: '&eYour command has been performed.' @@ -32,10 +36,8 @@ general: 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!' + newRegistration: '&eRegistered new ownership for [block] &7[current]&e/&f[max]' + noRegistration: '&cYou''ve reached max [block] count!' command: help: output: @@ -89,6 +91,14 @@ command: 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 <-------' + schedule: + help: + info: Enables the given scheduler + args: enable [scheduleName] [untilTime] + output: + noScheduleFound: '&cSchedule with this name not found.' + alreadyEnabled: '&cThis schedule already enabled.' + enabled: '&eSchedule have been enabled from&a %from%&e until&a %until%' itembonus: help: info: Check item bonus @@ -246,7 +256,9 @@ command: args: '[playername]' error: nojob: Please join a job first. - output: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp' + output: + message: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp' + max-level: ' &cMax level - %jobname%' bossBarOutput: 'Lvl %joblevel% %jobname%: %jobxp%/%jobmaxxp% xp%gain%' bossBarGain: ' &7(&f%gain%&7)' shop: @@ -451,7 +463,7 @@ command: info: Clear block ownership args: '[playername]' output: - cleared: '&2Removed &7[furnaces] &2furnaces and &7[brewing] &2brewing stands' + cleared: '&2Removed &7[furnaces] &2furnaces, &7[brewing] &2brewing stands, &7[smoker]&2 smokers and &7[blast]&2 blast furnaces.' skipquest: help: info: Skip defined quest and get new one @@ -649,6 +661,10 @@ message: skillup: broadcast: '%playername% has been promoted to a %titlename% %jobname%.' nobroadcast: Congratulations, you have been promoted to a %titlename% %jobname%. + max-level-reached: + title: '&2Max level reached' + subtitle: '&2in %jobname%!' + chat: '&cYou have reached the maximum level in %jobname%!' levelup: broadcast: '%playername% is now a level %joblevel% %jobname%.' nobroadcast: You are now level %joblevel% %jobname%. @@ -656,7 +672,6 @@ message: 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!' diff --git a/src/main/resources/locale/messages_nl_NL.yml b/src/main/resources/locale/messages_nl_NL.yml index 2b3ddd78..e9770221 100644 --- a/src/main/resources/locale/messages_nl_NL.yml +++ b/src/main/resources/locale/messages_nl_NL.yml @@ -6,7 +6,6 @@ limitedItem: error: levelup: '&cJe moet levelen in [jobname] om deze item te gebruiken!' general: - Spawner: '&r[type] Spawner' info: toplineseparator: '&7*********************** &6%playername% &7***********************' separator: '&7*******************************************************' @@ -18,6 +17,11 @@ general: invalidPage: '&cOngeldige pagina' 'true': '&2True' 'false': '&cFalse' + blocks: + furnace: Furnace + smoker: Smoker + blastfurnace: Blast furnace + brewingstand: Brewing stand admin: error: '&cEr is een fout opgetreden in de command.' success: '&eJe command is uitgevoerd.' @@ -32,10 +36,8 @@ general: ingame: '&cJe kan deze command alleen uitvoeren in game!' fromconsole: '&cJe kan deze command alleen uitvoeren in console!' worldisdisabled: '&cJe kan deze command niet uitvoeren in deze wereld' - newFurnaceRegistration: '&eGeregistreerd nieuw eigendom voor oven &7[current]&e/&f[max]' - newBrewingRegistration: '&eGeregistreerd nieuw eigendom voor brouwer &7[current]&e/&f[max]' - noFurnaceRegistration: '&cJe hebt de maximale oven registraties bereikt!' - noBrewingRegistration: '&cJe hebt de maximale brouwer registraties bereikt!' + newRegistration: '&eRegistered new ownership for [block] &7[current]&e/&f[max]' + noRegistration: '&cYou''ve reached max [block] count!' command: help: output: @@ -89,6 +91,14 @@ command: boostalladded: Exp verhoging van %boost% toegevoegd voor alle banen! boostadded: Exp verhoging van &e%boost% &atoegevoegd voor &e%jobname%! infostats: '&c-----> &aExptarief x%boost% ingeschakeld&c <-------' + schedule: + help: + info: Enables the given scheduler + args: enable [scheduleName] [untilTime] + output: + noScheduleFound: '&cSchedule with this name not found.' + alreadyEnabled: '&cThis schedule already enabled.' + enabled: '&eSchedule have been enabled from&a %from%&e until&a %until%' itembonus: help: info: Controleer de itembonus @@ -246,7 +256,9 @@ command: args: '[playername]' error: nojob: Sluit eerst aan bij een baan. - output: ' lvl%joblevel% %jobname% : %jobxp%/%jobmaxxp% xp' + output: + message: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp' + max-level: ' &cMax level - %jobname%' bossBarOutput: 'Lvl %joblevel% %jobname%: %jobxp%/%jobmaxxp% xp%gain%' bossBarGain: ' &7(&f%gain%&7)' shop: @@ -451,7 +463,7 @@ command: info: Blok van eigenaar wissen args: '[playername]' output: - cleared: '&2Verwijderd &7[furnaces] &2Ovens end &7[brewing] &2brouwerij' + cleared: '&2Removed &7[furnaces] &2furnaces, &7[brewing] &2brewing stands, &7[smoker]&2 smokers and &7[blast]&2 blast furnaces.' skipquest: help: info: Skip defined quest and get new one @@ -649,6 +661,10 @@ message: skillup: broadcast: '%playername% has been promoted to a %titlename% %jobname%.' nobroadcast: Congratulations, you have been promoted to a %titlename% %jobname%. + max-level-reached: + title: '&2Max level reached' + subtitle: '&2in %jobname%!' + chat: '&cYou have reached the maximum level in %jobname%!' levelup: broadcast: '%playername% is now a level %joblevel% %jobname%.' nobroadcast: You are now level %joblevel% %jobname%. @@ -656,7 +672,6 @@ message: 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!' diff --git a/src/main/resources/locale/messages_no_NO.yml b/src/main/resources/locale/messages_no_NO.yml index 3117e111..d3fb0639 100644 --- a/src/main/resources/locale/messages_no_NO.yml +++ b/src/main/resources/locale/messages_no_NO.yml @@ -6,7 +6,6 @@ limitedItem: error: levelup: '&cDu må levle opp i [jobname] for å bruke dette itemet!' general: - Spawner: '&r[type] Spawner' info: toplineseparator: '&7*********************** &6%playername% &7***********************' separator: '&7*******************************************************' @@ -18,6 +17,11 @@ general: invalidPage: '&cUgyldig side' 'true': '&2Aktivert' 'false': '&cDeaktivert' + blocks: + furnace: Smelteovn + smoker: Røykovn + blastfurnace: Masovn + brewingstand: Bryggeapparat admin: error: '&cDet var en feil i kommandoen. Prøv igjen.' success: '&eKommandoen din er utført.' @@ -32,10 +36,8 @@ general: ingame: '&cDu kan bare bruke denne kommandoen i spillet!' fromconsole: '&cDu kan bare bruke denne kommandoen fra konsoll!' worldisdisabled: '&cDu kan ikke bruke denne kommandoen i denne verdenen!' - newFurnaceRegistration: '&eRegistrerte nytt eierskap for ovn &7[current]&e/&f[max]' - newBrewingRegistration: '&eRegistrerte nytt eierskap for brewing stand &7[current]&e/&f[max]' - noFurnaceRegistration: '&cDu har maks antall ovner!' - noBrewingRegistration: '&cDu har nådd maks antall brewing stander!' + newRegistration: '&eRegistrert nytt eierskap for [block] &7[current]&e/&f[max]' + noRegistration: '&cDu har nådd maks antall [block]!' command: help: output: @@ -89,6 +91,14 @@ command: boostalladded: XP-boost på %boost% er lagt til for alle jobber! boostadded: XP-boost på &e%boost% &alagt til for &e%jobname%! infostats: '&c-----> &aXP-rate x%boost% aktivert&c <-------' + schedule: + help: + info: Enables the given scheduler + args: enable [scheduleName] [untilTime] + output: + noScheduleFound: '&cSchedule with this name not found.' + alreadyEnabled: '&cThis schedule already enabled.' + enabled: '&eSchedule have been enabled from&a %from%&e until&a %until%' itembonus: help: info: Sjekk gjenstandsbonus @@ -246,7 +256,9 @@ command: args: '[playername]' error: nojob: Vennligst start i en jobb først. - output: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% XP' + output: + message: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp' + max-level: ' &cMax level - %jobname%' bossBarOutput: 'Level %joblevel% %jobname%: %jobxp%/%jobmaxxp% XP%gain%' bossBarGain: ' &7(&f%gain%&7)' shop: @@ -451,7 +463,7 @@ command: info: Fjern blokk-eierskap args: '[playername]' output: - cleared: '&2Fjernet &7[furnaces] &2ovner og &7[brewing] &2brewing stands' + cleared: '&2Fjernet &7[furnaces] &2smelteovner, &7[brewing], &2bryggeapparat, &7[smoker]&2 røykovner og &7[blast]&2 masovner.' skipquest: help: info: Hopp over definert oppdrag og få en ny @@ -649,6 +661,10 @@ message: skillup: broadcast: '%playername% har blitt promotert til %titlename% %jobname%.' nobroadcast: Gratulerer, du har blitt promotert til %titlename% i %jobname%. + max-level-reached: + title: '&2Max level reached' + subtitle: '&2in %jobname%!' + chat: '&cYou have reached the maximum level in %jobname%!' levelup: broadcast: '%playername% er nå nivå %joblevel% i %jobname%.' nobroadcast: Du er nå %joblevel% i %jobname%. @@ -656,7 +672,6 @@ message: message: '&eDu mistet&e %lostLevel%&c in&e %jobname%&c-jobben! Nivå: &6 %joblevel%&c.' cowtimer: '&eDu må vente &6%time% &esek for å få betalt for denne jobben.' blocktimer: '&eDu må vente &3[time] &esek til for å få betalt for dette!' - placeblocktimer: '&eDu kan ikke plassere blokker fortere enn &6[time] &esek på samme tid!' taxes: '&3[amount] &eserverskatt ble overført til denne kontoen' boostStarted: '&eJobb boost-tid er startet!' boostStoped: '&eJobb boost-tid er avsluttet!' diff --git a/src/main/resources/locale/messages_pl.yml b/src/main/resources/locale/messages_pl.yml index 9141ae89..7e2a8d2d 100644 --- a/src/main/resources/locale/messages_pl.yml +++ b/src/main/resources/locale/messages_pl.yml @@ -6,7 +6,6 @@ limitedItem: error: levelup: '&cMusisz zwiększyć swój poziom w pracy [jobname] aby użyć tego przedmiotu!' general: - Spawner: 'Spawner &r[type]' info: toplineseparator: '&7*********************** &6%playername% &7***********************' separator: '&7*******************************************************' @@ -18,6 +17,11 @@ general: invalidPage: '&cNieprawidłowa strona' 'true': '&2Prawda' 'false': '&cFałsz' + blocks: + furnace: Piec + smoker: Wędzarka + blastfurnace: Piec hutniczy + brewingstand: Statyw alchemiczny admin: error: '&cWystąpił błąd w tej komendzie.' success: '&eKomenda została wykonana.' @@ -32,10 +36,8 @@ general: 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 nową własność dla pieca &7[current]&e/&f[max]' - newBrewingRegistration: '&eZarejestrowano nową własność dla statywu alchemicznego &7[current]&e/&f[max]' - noFurnaceRegistration: '&cOsiągnąłeś maksymalną ilość piecy!' - noBrewingRegistration: '&cOsiągnąłeś maksymalną ilość statywów alchemicznych!' + newRegistration: '&eRegistered new ownership for [block] &7[current]&e/&f[max]' + noRegistration: '&cYou''ve reached max [block] count!' command: help: output: @@ -89,6 +91,14 @@ command: boostalladded: Boost exp'a %boost% dodany do wszystkich prac! boostadded: Boost exp'a &e%boost% &adodany do pracy &e%jobname%! infostats: '&c-----> &aStawka exp''a x%boost% włączona&c <-------' + schedule: + help: + info: Enables the given scheduler + args: enable [scheduleName] [untilTime] + output: + noScheduleFound: '&cSchedule with this name not found.' + alreadyEnabled: '&cThis schedule already enabled.' + enabled: '&eSchedule have been enabled from&a %from%&e until&a %until%' itembonus: help: info: Sprawdź bonus przedmiotu @@ -246,7 +256,9 @@ command: args: '[playername]' error: nojob: Najpierw dołącz do pracy. - output: 'Poziom %joblevel% dla pracy %jobname%: %jobxp%/%jobmaxxp% xp' + output: + message: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp' + max-level: ' &cMax level - %jobname%' bossBarOutput: 'Poziom %joblevel% %jobname%: %jobxp%/%jobmaxxp% xp%gain%' bossBarGain: ' &7(&f%gain%&7)' shop: @@ -298,7 +310,7 @@ command: levelFrom: ' &a(z &e%levelFrom% &apoziomu)' levelUntil: ' &a (do &e%levelUntil% &apoziomu)' money: ' &2%money%$' - points: ' &6%points%ppkt' + points: ' &6%points%pkt' exp: ' &e%exp%xp' gui: pickjob: '&eWybierz swoją pracę!' @@ -451,7 +463,7 @@ command: info: Wyczyść własność bloku args: '[playername]' output: - cleared: '&2Usunięto &7[furnaces] &2pieców i &7[brewing] &2statywów alchemicznych' + cleared: '&2Removed &7[furnaces] &2furnaces, &7[brewing] &2brewing stands, &7[smoker]&2 smokers and &7[blast]&2 blast furnaces.' skipquest: help: info: Pomiń dane zadanie i otrzymaj nowe @@ -639,7 +651,7 @@ command: output: turnedoff: '&4Ta funkcja jest wyłączona!' paid: - main: '&aMasz:' + main: '&aOtrzymujesz:' money: '&e[amount] pieniędzy' exp: '&7[exp] exp''a' points: '&6[points] punktów' @@ -649,14 +661,17 @@ message: skillup: broadcast: '%playername% został awansowany do %titlename% %jobname%.' nobroadcast: Gratulacje, zostałeś awansowany do %titlename% %jobname%. + max-level-reached: + title: '&2Osiągnięto maksymalny poziom' + subtitle: '&2w pracy %jobname%!' + chat: '&cOsiągnąłeś maksymalny poziom w pracy %jobname%!' levelup: broadcast: '%playername% jest teraz na poziomie %joblevel% %jobname%.' nobroadcast: Jesteś teraz na poziomie %joblevel% %jobname%. leveldown: message: '&cUtraciłeś poziom&e %lostLevel%&c w pracy&e %jobname%&c! Poziom:&6 %joblevel%&c.' cowtimer: '&eMusisz nadal poczekać &6%time% &esek aby otrzymać zapłatę za pracę.' - blocktimer: '&eMusisz poczekać &3[time] &esek więcej aby otrzymać zapłatę za to!' - placeblocktimer: '&eNie możesz stawiać bloków szybciej niż &6[time] &esek w tym samym miejscu!' + blocktimer: '&eMusisz poczekać &3[time] &esek aby otrzymać zapłatę za to!' taxes: '&3[amount] &eserwerowych podatków zostało przelane na te konto' boostStarted: '&eCzas boostów prac został rozpoczęty!' boostStoped: '&eCzas boostów prac został zakończony!' diff --git a/src/main/resources/locale/messages_pt-BR.yml b/src/main/resources/locale/messages_pt-BR.yml index 8bd6a644..14ff5cb2 100644 --- a/src/main/resources/locale/messages_pt-BR.yml +++ b/src/main/resources/locale/messages_pt-BR.yml @@ -6,7 +6,6 @@ limitedItem: error: levelup: '&cVocê precisa subir de nível em [jobname] para usar este item!' general: - Spawner: '&r[type] Spawner' info: toplineseparator: '&7*********************** &6%playername% &7***********************' separator: '&7*******************************************************' @@ -18,6 +17,11 @@ general: invalidPage: '&cPágina inválida' 'true': '&2Verdadeiro' 'false': '&cFalso' + blocks: + furnace: Furnace + smoker: Smoker + blastfurnace: Blast furnace + brewingstand: Brewing stand admin: error: '&cHouve um erro no comando.' success: '&eSeu comando foi executado.' @@ -32,10 +36,8 @@ general: ingame: '&cVocê pode usar este comando apenas no jogo!' fromconsole: '&cVocê pode usar este comando apenas no console!' worldisdisabled: '&cVocê não pode usar o comando neste mundo!' - newFurnaceRegistration: '&eNova propriedade registrada para fornalha &7[current]&e/&f[max]' - newBrewingRegistration: '&eNovo proprietário registrado para suporte de poções &7[current]&e/&f[max]' - noFurnaceRegistration: '&cVocê atingiu a quantidade máxima de fornalhas!' - noBrewingRegistration: '&cVocê atingiu a quantidade máxima de suporte de poção!' + newRegistration: '&eRegistered new ownership for [block] &7[current]&e/&f[max]' + noRegistration: '&cYou''ve reached max [block] count!' command: help: output: @@ -89,6 +91,14 @@ command: boostalladded: Impulso de experiência de %boost% adicionado a todas as profissões! boostadded: Impulso de experiência de &e%boost% &aadicionado para &e%jobname%! infostats: '&c-----> &aImpulso de experiência de x%boost% ativado&c <-------' + schedule: + help: + info: Enables the given scheduler + args: enable [scheduleName] [untilTime] + output: + noScheduleFound: '&cSchedule with this name not found.' + alreadyEnabled: '&cThis schedule already enabled.' + enabled: '&eSchedule have been enabled from&a %from%&e until&a %until%' itembonus: help: info: Verificar item bônus @@ -246,7 +256,9 @@ command: args: '[playername]' error: nojob: Entre primeiro em uma Profissão. - output: 'Nível %joblevel% para %jobname%: %jobxp%/%jobmaxxp% exp' + output: + message: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp' + max-level: ' &cMax level - %jobname%' bossBarOutput: 'Lvl %joblevel% %jobname%: %jobxp%/%jobmaxxp% xp%gain%' bossBarGain: ' &7(&f%gain%&7)' shop: @@ -451,7 +463,7 @@ command: info: Remover posse do bloco args: '[playername]' output: - cleared: '&2Removidas &7[furnaces] &2fornalhas e &7[brewing] &2suportes de poções' + cleared: '&2Removed &7[furnaces] &2furnaces, &7[brewing] &2brewing stands, &7[smoker]&2 smokers and &7[blast]&2 blast furnaces.' skipquest: help: info: Pular missão escolhida e obter outra @@ -649,6 +661,10 @@ message: skillup: broadcast: '%playername% foi promovido a %titlename% %jobname%.' nobroadcast: Parabéns, você foi promovido a %titlename% %jobname%. + max-level-reached: + title: '&2Max level reached' + subtitle: '&2in %jobname%!' + chat: '&cYou have reached the maximum level in %jobname%!' levelup: broadcast: '%playername% agora é nível %joblevel% %jobname%.' nobroadcast: Agora você é nível %joblevel% %jobname%. @@ -656,7 +672,6 @@ message: message: '&cVocê perdeu &e%lostLevel% níveis &c como&e %jobname%&c! Nível:&6 %joblevel%&c.' cowtimer: '&eVocê ainda precisa aguardar &6%time% &esegundos para ser pago nesta profissão.' blocktimer: '&eVocê precisa aguardar &3[time] &esegundos para ser pago por isso!' - placeblocktimer: '&eVocê não pode colocar blocos mais rápido do que &6[time] &esegundos no mesmo lugar!' taxes: '&3[amount] &eimpostos do servidor foram transferidos para esta conta' boostStarted: '&eO tempo de impulso das profissões foi iniciado!' boostStoped: '&eO tempo de impulso das profissões acabou!' diff --git a/src/main/resources/locale/messages_ro.yml b/src/main/resources/locale/messages_ro.yml index 6843f059..9ce7b99b 100644 --- a/src/main/resources/locale/messages_ro.yml +++ b/src/main/resources/locale/messages_ro.yml @@ -6,7 +6,6 @@ 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*******************************************************' @@ -18,6 +17,11 @@ general: invalidPage: '&cInvalid page' 'true': '&2True' 'false': '&cFalse' + blocks: + furnace: Furnace + smoker: Smoker + blastfurnace: Blast furnace + brewingstand: Brewing stand admin: error: '&cThere was an error in the command.' success: '&eYour command has been performed.' @@ -32,10 +36,8 @@ general: 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!' + newRegistration: '&eRegistered new ownership for [block] &7[current]&e/&f[max]' + noRegistration: '&cYou''ve reached max [block] count!' command: help: output: @@ -89,6 +91,14 @@ command: 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 <-------' + schedule: + help: + info: Enables the given scheduler + args: enable [scheduleName] [untilTime] + output: + noScheduleFound: '&cSchedule with this name not found.' + alreadyEnabled: '&cThis schedule already enabled.' + enabled: '&eSchedule have been enabled from&a %from%&e until&a %until%' itembonus: help: info: Check item bonus @@ -246,7 +256,9 @@ command: args: '[playername]' error: nojob: Please join a job first. - output: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp' + output: + message: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp' + max-level: ' &cMax level - %jobname%' bossBarOutput: 'Lvl %joblevel% %jobname%: %jobxp%/%jobmaxxp% xp%gain%' bossBarGain: ' &7(&f%gain%&7)' shop: @@ -451,7 +463,7 @@ command: info: Clear block ownership args: '[playername]' output: - cleared: '&2Removed &7[furnaces] &2furnaces and &7[brewing] &2brewing stands' + cleared: '&2Removed &7[furnaces] &2furnaces, &7[brewing] &2brewing stands, &7[smoker]&2 smokers and &7[blast]&2 blast furnaces.' skipquest: help: info: Skip defined quest and get new one @@ -649,6 +661,10 @@ message: skillup: broadcast: '%playername% has been promoted to a %titlename% %jobname%.' nobroadcast: Congratulations, you have been promoted to a %titlename% %jobname%. + max-level-reached: + title: '&2Max level reached' + subtitle: '&2in %jobname%!' + chat: '&cYou have reached the maximum level in %jobname%!' levelup: broadcast: '%playername% is now a level %joblevel% %jobname%.' nobroadcast: You are now level %joblevel% %jobname%. @@ -656,7 +672,6 @@ message: 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!' diff --git a/src/main/resources/locale/messages_ru.yml b/src/main/resources/locale/messages_ru.yml index ce14b760..a6e2ac87 100644 --- a/src/main/resources/locale/messages_ru.yml +++ b/src/main/resources/locale/messages_ru.yml @@ -6,7 +6,6 @@ limitedItem: error: levelup: '&cВам нужно повысить свой уровень в работе под именем [jobname], чтобы использовать эту вещь!' general: - Spawner: '&r[type] Спавнер' info: toplineseparator: '&7*********************** &6%playername% &7***********************' separator: '&7*******************************************************' @@ -18,6 +17,11 @@ general: invalidPage: '&cНеверная страница' 'true': '&2True' 'false': '&cFalse' + blocks: + furnace: Furnace + smoker: Smoker + blastfurnace: Blast furnace + brewingstand: Brewing stand admin: error: '&cОшибка в этой команде.' success: '&eВаша команда была выполнена успешно.' @@ -32,10 +36,8 @@ general: ingame: '&cВы можете использовать эту команду только в игре!' fromconsole: '&cВы можете использовать эту команду только в консоле!' worldisdisabled: '&cВы не можете использовать эту команду в этом мире!' - newFurnaceRegistration: '&eЗарегистрирован новый владелец печи &7[current]&e/&f[max]' - newBrewingRegistration: '&eЗарегистрирован новый владелец варочной стойки &7[current]&e/&f[max]' - noFurnaceRegistration: '&cВы достигли лимита действующих печей!' - noBrewingRegistration: '&cВы достигли лимита варочных стоек!' + newRegistration: '&eRegistered new ownership for [block] &7[current]&e/&f[max]' + noRegistration: '&cYou''ve reached max [block] count!' command: help: output: @@ -89,6 +91,14 @@ command: boostalladded: Ускорение получения опыта %boost% было добавлено для всех работ! boostadded: Ускорение получения опыта &e%boost% &aдобавлено к &e%jobname%! infostats: '&c-----> &aПреумножение опыта x%boost% включено&c <-------' + schedule: + help: + info: Enables the given scheduler + args: enable [scheduleName] [untilTime] + output: + noScheduleFound: '&cSchedule with this name not found.' + alreadyEnabled: '&cThis schedule already enabled.' + enabled: '&eSchedule have been enabled from&a %from%&e until&a %until%' itembonus: help: info: Проверить бонусы. @@ -246,7 +256,9 @@ command: args: '[playername]' error: nojob: Сперва устройтесь на работу. - output: 'Уровень%joblevel% %jobname% : %jobxp%/%jobmaxxp% опыта' + output: + message: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp' + max-level: ' &cMax level - %jobname%' bossBarOutput: 'Ур. %joblevel% %jobname%: %jobxp%/%jobmaxxp% оп.%gain%' bossBarGain: ' &7(&f%gain%&7)' shop: @@ -451,7 +463,7 @@ command: info: Очистить информацию о владельце. args: '[playername]' output: - cleared: '&2Removed &7[furnaces] &2furnaces and &7[brewing] &2brewing stands' + cleared: '&2Removed &7[furnaces] &2furnaces, &7[brewing] &2brewing stands, &7[smoker]&2 smokers and &7[blast]&2 blast furnaces.' skipquest: help: info: Skip defined quest and get new one @@ -649,6 +661,10 @@ message: skillup: broadcast: '%playername% has been promoted to a %titlename% %jobname%.' nobroadcast: Congratulations, you have been promoted to a %titlename% %jobname%. + max-level-reached: + title: '&2Max level reached' + subtitle: '&2in %jobname%!' + chat: '&cYou have reached the maximum level in %jobname%!' levelup: broadcast: '%playername% is now a level %joblevel% %jobname%.' nobroadcast: You are now level %joblevel% %jobname%. @@ -656,7 +672,6 @@ message: 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!' diff --git a/src/main/resources/locale/messages_sv-SE.yml b/src/main/resources/locale/messages_sv-SE.yml index e14ffe31..51555128 100644 --- a/src/main/resources/locale/messages_sv-SE.yml +++ b/src/main/resources/locale/messages_sv-SE.yml @@ -6,7 +6,6 @@ limitedItem: error: levelup: '&cDu behöver gå upp en nivå i [jobname] för att använda detta föremål!' general: - Spawner: '&r[type] Spawner' info: toplineseparator: '&7*********************** &6%playername% &7***********************' separator: '&7*******************************************************' @@ -18,6 +17,11 @@ general: invalidPage: '&cOgiltig sida' 'true': '&2Sant' 'false': '&cFalskt' + blocks: + furnace: Furnace + smoker: Smoker + blastfurnace: Blast furnace + brewingstand: Brewing stand admin: error: '&cDet blev ett fel i kommandot. Försök igen.' success: '&eDitt kommando har körts.' @@ -32,10 +36,8 @@ general: ingame: '&cDu kan bara använda detta kommando i spelet!' fromconsole: '&cDu kan bara använda detta kommando i konsolen!' worldisdisabled: '&cDu kan inte använda kommanot i denna värld!' - newFurnaceRegistration: '&eRegistrerade nytt ägarskap för ugn &7[current]&e/&f[max]' - newBrewingRegistration: '&eRegistrerade nytt ägarskap för bryggningsstånd &7[current]&e/&f[max]' - noFurnaceRegistration: '&cDu har nått max antal ugnar!' - noBrewingRegistration: '&cDu har nått max antal bryggstånd!' + newRegistration: '&eRegistered new ownership for [block] &7[current]&e/&f[max]' + noRegistration: '&cYou''ve reached max [block] count!' command: help: output: @@ -89,6 +91,14 @@ command: 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 <-------' + schedule: + help: + info: Enables the given scheduler + args: enable [scheduleName] [untilTime] + output: + noScheduleFound: '&cSchedule with this name not found.' + alreadyEnabled: '&cThis schedule already enabled.' + enabled: '&eSchedule have been enabled from&a %from%&e until&a %until%' itembonus: help: info: Kolla föremåls bonus @@ -246,7 +256,9 @@ command: args: '[playername]' error: nojob: Please join a job first. - output: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp' + output: + message: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp' + max-level: ' &cMax level - %jobname%' bossBarOutput: 'Lvl %joblevel% %jobname%: %jobxp%/%jobmaxxp% xp%gain%' bossBarGain: ' &7(&f%gain%&7)' shop: @@ -451,7 +463,7 @@ command: info: Clear block ownership args: '[playername]' output: - cleared: '&2Removed &7[furnaces] &2furnaces and &7[brewing] &2brewing stands' + cleared: '&2Removed &7[furnaces] &2furnaces, &7[brewing] &2brewing stands, &7[smoker]&2 smokers and &7[blast]&2 blast furnaces.' skipquest: help: info: Skip defined quest and get new one @@ -649,6 +661,10 @@ message: skillup: broadcast: '%playername% has been promoted to a %titlename% %jobname%.' nobroadcast: Congratulations, you have been promoted to a %titlename% %jobname%. + max-level-reached: + title: '&2Max level reached' + subtitle: '&2in %jobname%!' + chat: '&cYou have reached the maximum level in %jobname%!' levelup: broadcast: '%playername% is now a level %joblevel% %jobname%.' nobroadcast: You are now level %joblevel% %jobname%. @@ -656,7 +672,6 @@ message: 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!' diff --git a/src/main/resources/locale/messages_tr.yml b/src/main/resources/locale/messages_tr.yml index a6375835..708a10df 100644 --- a/src/main/resources/locale/messages_tr.yml +++ b/src/main/resources/locale/messages_tr.yml @@ -6,7 +6,6 @@ limitedItem: error: levelup: '&cBunun için [meslek] mesleğinde level atlaman lazım!' general: - Spawner: '&r[type] Spawner' info: toplineseparator: '&7*********************** &6%playername% &7***********************' separator: '&7*******************************************************' @@ -18,6 +17,11 @@ general: invalidPage: '&cInvalid page' 'true': '&2True' 'false': '&cFalse' + blocks: + furnace: Furnace + smoker: Smoker + blastfurnace: Blast furnace + brewingstand: Brewing stand admin: error: '&cKomut uygulanırken bir hata oluştu.' success: '&eKomut başarıyla uygulandı.' @@ -32,10 +36,8 @@ general: ingame: '&cBu komutu sadece oyundakiler kullanabilir!' fromconsole: '&cBu komutu sadece konsoldan kullanabilirsiniz!' 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!' + newRegistration: '&eRegistered new ownership for [block] &7[current]&e/&f[max]' + noRegistration: '&cYou''ve reached max [block] count!' command: help: output: @@ -89,6 +91,14 @@ command: boostalladded: Exp avansı %boost% tüm mesleklere eklendi! boostadded: Exp avansı &e%boost% &aşuan &e%jobname% &amesleğine eklendi! infostats: '&c-----> &aExp avansı x%boost% aktif&c <-------' + schedule: + help: + info: Enables the given scheduler + args: enable [scheduleName] [untilTime] + output: + noScheduleFound: '&cSchedule with this name not found.' + alreadyEnabled: '&cThis schedule already enabled.' + enabled: '&eSchedule have been enabled from&a %from%&e until&a %until%' itembonus: help: info: Check item bonus @@ -246,7 +256,9 @@ command: args: '[playername]' error: nojob: Lütfen önce bir mesleğe giriniz. - output: ' lvl%joblevel% %jobname% : %jobxp%/%jobmaxxp% xp' + output: + message: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp' + max-level: ' &cMax level - %jobname%' bossBarOutput: 'Lvl %joblevel% %jobname%: %jobxp%/%jobmaxxp% xp%gain%' bossBarGain: ' &7(&f%gain%&7)' shop: @@ -451,7 +463,7 @@ command: info: Clear block ownership args: '[playername]' output: - cleared: '&2Removed &7[furnaces] &2furnaces and &7[brewing] &2brewing stands' + cleared: '&2Removed &7[furnaces] &2furnaces, &7[brewing] &2brewing stands, &7[smoker]&2 smokers and &7[blast]&2 blast furnaces.' skipquest: help: info: Skip defined quest and get new one @@ -649,6 +661,10 @@ message: skillup: broadcast: '%playername% adlı oyuncu %titlename% skilini %jobname% mesleğinde kazandı.' nobroadcast: Tebrikler, kazandığınız yetenek %titlename% %jobname%. + max-level-reached: + title: '&2Max level reached' + subtitle: '&2in %jobname%!' + chat: '&cYou have reached the maximum level in %jobname%!' levelup: broadcast: '%playername% adlı oyuncu %jobname% mesleğinde %joblevel% leveline ulaştı.' nobroadcast: Tebrikler, şuan %jobname% mesleğinde %joblevel% levelsin. @@ -656,7 +672,6 @@ message: 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.' blocktimer: '&eÖdeme yapabilmen için gereken süre: &3[time] !' - placeblocktimer: '&eYou cant place block faster than &6[time] &esec interval in same place!' taxes: '&3[amount] &ekadar vergi hesabınıza eklendi' boostStarted: '&eMeslek avansı şuan başladı!' boostStoped: '&eMeslek avansı şuan sona erdi!' diff --git a/src/main/resources/locale/messages_zhcn.yml b/src/main/resources/locale/messages_zhcn.yml index 149bd3c5..7373e567 100644 --- a/src/main/resources/locale/messages_zhcn.yml +++ b/src/main/resources/locale/messages_zhcn.yml @@ -6,7 +6,6 @@ limitedItem: error: levelup: '&cYou need to level up in [jobname] to use this item!' general: - Spawner: '&r[type] 刷怪笼' info: toplineseparator: '&7*********************** &6%playername% &7***********************' separator: '&7*******************************************************' @@ -18,6 +17,11 @@ general: invalidPage: '&cInvalid page' 'true': '&2True' 'false': '&cFalse' + blocks: + furnace: Furnace + smoker: Smoker + blastfurnace: Blast furnace + brewingstand: Brewing stand admin: error: '&c执行命令出错.' success: '&a你的命令执行成功.' @@ -32,10 +36,8 @@ general: ingame: '&c你只能在游戏中使用!' fromconsole: '&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!' + newRegistration: '&eRegistered new ownership for [block] &7[current]&e/&f[max]' + noRegistration: '&cYou''ve reached max [block] count!' command: help: output: @@ -89,6 +91,14 @@ command: boostalladded: 所有职业的经验获得加成了 %boost% 倍 boostadded: '%jobname% 职业的经验获得加成了 %boost% 倍' infostats: '&c-----> &a经验获得 x%boost% 倍正在进行&c <-------' + schedule: + help: + info: Enables the given scheduler + args: enable [scheduleName] [untilTime] + output: + noScheduleFound: '&cSchedule with this name not found.' + alreadyEnabled: '&cThis schedule already enabled.' + enabled: '&eSchedule have been enabled from&a %from%&e until&a %until%' itembonus: help: info: Check item bonus @@ -246,7 +256,9 @@ command: args: '[playername]' error: nojob: 请先加入一个职业. - output: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp' + output: + message: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp' + max-level: ' &cMax level - %jobname%' bossBarOutput: 'Lvl %joblevel% %jobname%: %jobxp%/%jobmaxxp% xp%gain%' bossBarGain: ' &7(&f%gain%&7)' shop: @@ -451,7 +463,7 @@ command: info: Clear block ownership args: '[playername]' output: - cleared: '&2Removed &7[furnaces] &2furnaces and &7[brewing] &2brewing stands' + cleared: '&2Removed &7[furnaces] &2furnaces, &7[brewing] &2brewing stands, &7[smoker]&2 smokers and &7[blast]&2 blast furnaces.' skipquest: help: info: Skip defined quest and get new one @@ -649,6 +661,10 @@ message: skillup: broadcast: '%playername% 获得了升级 %titlename% %jobname%.' nobroadcast: 恭喜, 你升级为了 %titlename% %jobname%. + max-level-reached: + title: '&2Max level reached' + subtitle: '&2in %jobname%!' + chat: '&cYou have reached the maximum level in %jobname%!' levelup: broadcast: '%playername% is now a level %joblevel% %jobname%.' nobroadcast: You are now level %joblevel% %jobname%. @@ -656,7 +672,6 @@ message: message: '&cYou lost level&e %lostLevel%&c in&e %jobname%&c job! Level:&6 %joblevel%&c.' cowtimer: '&e你还需要等待 &6%time% &e秒来获得职业报酬.' blocktimer: '&e你需要等待: &3[time] &e秒来获得职业报酬!' - placeblocktimer: '&e你放置方块的速度不能超过 &6[time] &e秒一个!' taxes: '&3[amount] &e服务器税收转移到了此账户' boostStarted: '&e职业加成时间已经开始!' boostStoped: '&e职业加成时间结束了!' diff --git a/src/main/resources/locale/messages_zhtw.yml b/src/main/resources/locale/messages_zhtw.yml index c74a81c0..7e07458d 100644 --- a/src/main/resources/locale/messages_zhtw.yml +++ b/src/main/resources/locale/messages_zhtw.yml @@ -6,7 +6,6 @@ limitedItem: error: levelup: '你的 [jobname] 職業等級不足以使用這個道具' general: - Spawner: '&r[type] 生怪磚' info: toplineseparator: '&7*********************** &6%playername% &7***********************' separator: '&7*******************************************************' @@ -18,6 +17,11 @@ general: invalidPage: '&c無效的頁面' 'true': '&2True' 'false': '&cFalse' + blocks: + furnace: Furnace + smoker: Smoker + blastfurnace: Blast furnace + brewingstand: Brewing stand admin: error: '&c執行指令出錯.' success: '&a你的指令執行成功.' @@ -32,10 +36,8 @@ general: ingame: '&c你只能在遊戲中使用!' fromconsole: '&c你只能在控制台使用這條指令!' worldisdisabled: '&c你不能在這個世界使用這個指令!' - newFurnaceRegistration: '&e成功登記了熔爐的新擁有人 &7[current]&e/&f[max]' - newBrewingRegistration: '&e成功登記了釀造台的新擁有人 &7[current]&e/&f[max]' - noFurnaceRegistration: '&c你已到達了最大熔爐數量' - noBrewingRegistration: '&c你已到達了最大釀造台數量' + newRegistration: '&eRegistered new ownership for [block] &7[current]&e/&f[max]' + noRegistration: '&cYou''ve reached max [block] count!' command: help: output: @@ -89,6 +91,14 @@ command: boostalladded: 所有職業的經驗獲得加成了 %boost% 倍 boostadded: '%jobname% 職業的經驗獲得加成了 %boost% 倍' infostats: '&c-----> &a經驗獲得 x%boost% 倍正在進行&c <-------' + schedule: + help: + info: Enables the given scheduler + args: enable [scheduleName] [untilTime] + output: + noScheduleFound: '&cSchedule with this name not found.' + alreadyEnabled: '&cThis schedule already enabled.' + enabled: '&eSchedule have been enabled from&a %from%&e until&a %until%' itembonus: help: info: 查看物品加成 @@ -246,7 +256,9 @@ command: args: '[playername]' error: nojob: 請先加入一個職業. - output: '職業%jobname%的等級%joblevel%: %jobxp%/%jobmaxxp% 經驗值' + output: + message: 'Level %joblevel% for %jobname%: %jobxp%/%jobmaxxp% xp' + max-level: ' &cMax level - %jobname%' bossBarOutput: '等級 %joblevel% %jobname%: %jobxp%/%jobmaxxp% 經驗值%gain%' bossBarGain: ' &7(&f%gain%&7)' shop: @@ -451,7 +463,7 @@ command: info: 清除方塊所有擁有人 args: '[playername]' output: - cleared: '&2刪除了 &7[furnaces] &2個熔爐及 &7[brewing] &2個釀造台' + cleared: '&2Removed &7[furnaces] &2furnaces, &7[brewing] &2brewing stands, &7[smoker]&2 smokers and &7[blast]&2 blast furnaces.' skipquest: help: info: 跳過任務及獲得新任務 @@ -649,6 +661,10 @@ message: skillup: broadcast: '%playername% 獲得了升級 %titlename% %jobname%.' nobroadcast: 恭喜, 你升級為了 %titlename% %jobname%. + max-level-reached: + title: '&2Max level reached' + subtitle: '&2in %jobname%!' + chat: '&cYou have reached the maximum level in %jobname%!' levelup: broadcast: '%playername% 現在是 %joblevel%等級 %jobname%.' nobroadcast: 你現在是 %joblevel%等級 %jobname%. @@ -656,7 +672,6 @@ message: message: '&c你失去了 &e%jobname% &c的 &e%lostLevel%等級, 你現在是 &6%joblevel%&c.' cowtimer: '&e你還需要等待 &6%time% &e秒來獲得職業報酬.' blocktimer: '&e你需要等待: &3[time] &e秒來獲得職業報酬!' - placeblocktimer: '&e你放置方塊的速度不能超過 &6[time] &e秒一個!' taxes: '&3[amount] &e伺服器税收轉移到了此帳號' boostStarted: '&e職業加成時間已經開始!' boostStoped: '&e職業加成時間结束了!'