From 147c5ff5803b6e03fff516b3eb49c727b917f351 Mon Sep 17 00:00:00 2001 From: Picono435 Date: Fri, 26 Jul 2024 11:44:53 +0100 Subject: [PATCH] New translations en-gb.yml (Dutch) --- common/src/main/resources/langs/nl-NL.yml | 117 ++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 common/src/main/resources/langs/nl-NL.yml diff --git a/common/src/main/resources/langs/nl-NL.yml b/common/src/main/resources/langs/nl-NL.yml new file mode 100644 index 00000000..802c7d33 --- /dev/null +++ b/common/src/main/resources/langs/nl-NL.yml @@ -0,0 +1,117 @@ +#This file is a language file, here you can change all the messages for this language +#Most configurable messages in this file will work with player and server placeholders +#NOTE: +#In order to use any external placeholder you might need to install a +#placeholder api plugin/mod. For more information check the wiki (https://github.com/Picono435/PicoJobs/wiki/Placeholders) +################################################################################# +## +#General messages # +## +################################################################################# +#In this category you can change the general messages of the plugin +no-permission: "&cHey! Je hebt geen toestemming om dat commando uit te voeren." +ignore-action: "&cHey! Wees niet lui en praat met de NPC." +choosed-job: "&aGefeliciteerd! Je hebt de job %jobplayer_job%&a gekozen." +accepted-work: "&aJe hebt het werk van %jobplayer_work% geaccepteerd." +no-salary: "&cJe hebt niet genoeg salaris om te krijgen! Ga naar werk ;(" +got-salary: "&aGoed werk! Je hebt zojuist je %jobplayer_salary% salaris!" +finished-work: "&aGefeliciteerd! Je hebt zojuist je werk voltooid. Gebruik /jobs om meer informatie erover te krijgen." +need-level: "&cHey! Je moet %a% doen om die actie uit te voeren." +no-args: "&cHey! Gebruik alstublieft een geldige syntaxis." +my-salary: "&aJe hebt %jobplayer_salary%$ salaris." +unknow-job: "&cDie taak is niet gevonden. Gebruik de TAB COMPLETE om een lijst met taken te krijgen." +#In cooldown messages you can use the placeholders: %cooldown_mtime% -> Minecraft Time // %cooldown_time% -> Real Life Time +salary-cooldown: "&cJe moet meer %cooldown_mtime% wachten om je salaris weer te krijgen." +leave-cooldown: "&cJe moet meer %cooldown_mtime% wachten voordat je een vacature opnieuw verlaat." +work-status: "&aHier is wat je moet doen: %jobplayer_work%" +admin-commands: |- + &6Full list of commands: + &e/jobsadmin help &6- &eSee this messages + &e/jobsadmin info &6- &eGets the information about a player + &e/jobsadmin reload &6- &eReload all the possible configurations. + &e/jobsadmin update &6- &eInstalls a update of the plugin + &e/jobsadmin about &6- &eGets informations about the server and the plugin + &e/jobsadmin set &6- &eSets the salary/method of a player + &e/jobsadmin editor &6- &eCreates a web editor session + &e/jobsadmin applyedits &6- &eApply the edits of a web editor session + &e/jobsadmin debug &6- &eEnables the DEBUG mode of the plugin +member-commands: |- + &6Volledige lijst met commando's: + &e/jobs helpen &6- &eSee deze berichten + &e/jobs kiezen &6- &eChooses your job + &e/jobs work &6- &eSee the status/Accept of your work + &e/jobs &6- &eCheck your salaris + &ejobs &6- &eWithdraw your salaris + &e/jobs leave &6- &eLeaves the job +info-command: |- + &6Status van de speler %player_name% + &eSalary: %jobplayer_salary% + &eIs Bewerking: %jobplayer_working% + &eWork: %jobplayer_work% + &eJob: %jobplayer_job% +reload-command: "&aConfiguraties, Jobs & Taal zijn succesvol herladen." +player-not-found: "&cDie speler is niet online, plaats een geldige speler." +unknow-error: "&cEen onbekende fout is opgetreden, controleer de console voor meer informatie." +left-job: "&cJe bent nu werkloos! Zorg ervoor dat je een nieuwe baan krijgt en weer geld krijgt." +already-updated: "&cDe plugin is al in de nieuwste versie, voor meer informatie bekijk onze WIKI." +update-started: "&aDe update van de plugin PicoJobs is gestart, even geduld..." +updated-sucefully: "&aDe plugin is succesvol bijgewerkt, herstart de server om de update af te ronden." +sucefully: "&aDe actie is overvloedig." +invalid-arg: "&aHet verzonden argument is ongeldig. Controleer het mispell." +################################################################################# +## +#Format messages # +## +################################################################################# +#In this category you can change the formats of placeholders and other things +#All these messages work with Player Placeholders (A placeholder API might be required) +#When something is not found what should appear +none-format: "geen" +default-tag: "" +################################################################################# +## +#Command translations # +## +################################################################################# +#In this category you can add aliases for all the commands of the plugin +aliases: + jobs: + - "taken" + - "baan" + jobsadmin: + - "jobsadmin" + - "jobadmin" + choose: "kies" + work: "werk" + salary: "salaris" + withdraw: "opnemen" + leave: "verlaten" + help: "Help" + info: "info" + reload: "reload" + update: "Bijwerken" + about: "Over" + set: "instellen" + method: "methode" + job: "baan" + editor: "bewerker" + applyedits: "toe te passen" +################################################################################# +## +#Time translations # +## +################################################################################# +#In this category you can change all the time translations +seconds: "seconden" +second: "seconde" +minutes: "minuten" +minute: "minuut" +hours: "Uren" +hour: "uur" +days: "Dagen" +day: "Dag" +months: "Monate" +month: "maand" +years: "Jaren" +year: "Jaar" +and: "en"