From 7c6f3a05d7acd262f4adaf0da059b018cf096935 Mon Sep 17 00:00:00 2001 From: RonanCraft Date: Wed, 13 Apr 2022 17:45:06 -0400 Subject: [PATCH] dutch language file updated --- .../BetterRTP/references/file/LangFile.java | 2 +- src/main/resources/lang/du.yml | 63 ------------------- src/main/resources/lang/nl.yml | 2 +- 3 files changed, 2 insertions(+), 65 deletions(-) delete mode 100644 src/main/resources/lang/du.yml diff --git a/src/main/java/me/SuperRonanCraft/BetterRTP/references/file/LangFile.java b/src/main/java/me/SuperRonanCraft/BetterRTP/references/file/LangFile.java index 7692534..6f655e5 100644 --- a/src/main/java/me/SuperRonanCraft/BetterRTP/references/file/LangFile.java +++ b/src/main/java/me/SuperRonanCraft/BetterRTP/references/file/LangFile.java @@ -59,7 +59,7 @@ public class LangFile { "cht.yml", //Chinese (OasisAkari & kamiya10) "cs.yml", //Czech (Lewisparkle) "da.yml", //Danish (Janbchr) - "du.yml", //Dutch (QuestalNetwork) + "nu.yml", //Dutch (QuestalNetwork) (GeleVla) "en.yml", "es.yml", //Spanish (emgv) "fr.yml", //French (At0micA55 & Mrflo67) diff --git a/src/main/resources/lang/du.yml b/src/main/resources/lang/du.yml deleted file mode 100644 index 7f883af..0000000 --- a/src/main/resources/lang/du.yml +++ /dev/null @@ -1,63 +0,0 @@ -# Translation author: QuestalNetwork (Spigot) -Messages: - Prefix: '&7[&6BetterRTP&7] ' - Success: ## Placeholders! %x% %y% and %z% are the x, y, and z coordinates that the player is being teleported to! # - Paid: '&aJe bent getp''d naar&7 x=%x% y=%y% z=%z% for &c$%price%&7 in &f%attempts% &7attempts!' - Bypass: '&aJe bent getp''d naar&7 x=%x% y=%y% z=%z%' -# Loading: '&aSafe spot located! &7Loading chunks...' -# Teleport: '&aTeleporting... &fplease wait while we find a safe location!' - Failed: - Price: '&cKan niet rtpen vanwege onvoldoende saldo! &7Je moet minstens $%price% &7hebben om te rtpen!' - NotSafe: '&cKon geen veilige plek vinden, Probeer opnieuw! &7Je bent niet ge tp''d!' -# Hunger: '&cCould not rtp because you are... &7too hungry&c, eat something fella!' - Other: - Success: '&a%player% is getp''d naar&7 x=%x% y=%y% z=%z% in &f%attempts% &7pogingen!' - NotSafe: '&cKon geen veilige plek binnenin %attempts% pogingen! &7%player% is niet gertp''d!' - Biome: '&cHet lijkt er naar dat de biome&7 %biome%&c niet bestaat! &7Probeer de tab list te gebruiken!' - Reload: '&eConfig succesvol herladen!' - NoPermission: - Basic: '&cSorry! &7U heeft geen toestemming om deze command te gebruiken!' - World: '&cSorry! &7Je mag niet rtpen in de %world% wereld!' - ## %world% is the world the player is in that is disabled to rtp in! # - DisabledWorld: '&cUitgeschakeld %world%! &7Kon niet RTPen!' - Cooldown: '&cSorry! &7Je kan niet rtpen voor &c%time% &7seconden!' - Invalid: '&cOngeldig argument. probeer ''/%command% help''' - NotOnline: '&cDe speler &7%player% &cis niet online!' - Delay: '&aTeleportering in &f%time% &aseconden! Niet bewegen!' - Moved: '&cJe hebt bewogen! &7RTP was afgelast!' - NotExist: '&cLijkt dat de wereld &7%world% &cniet bestaat!' - Already: '&cOepsie! &7Het lijkt erop dat je al aan het rtpen bent, heb wat geduld!' - Sign: '&7Commando bordje is aangemaakt! &7Commando is... ''&f/rtp %command%&7''' -# Edit: -# Error: '&cError! &7Invalid input provided!' -# Set: '&bSuccess! &7%type% set to %value%' -# Remove: '&cRemoved! &7You removed the Custom World %world%' - -Help: -# Prefix: '&e&m-----&6&l BetterRTP &8| Help &e&m-----' - Main: ' &7- &e/%command% &7- Teleporteert jou naar een random locatie!' - Biome: ' &7- &e/%command% biome &7- Random teleport in deze biome' -# Edit: ' &7- &e/%command% edit [args...] &7- Edit some plugin settings' - Help: ' &7- &e/%command% help &7- Toont help lijst.' -# Info: ' &7- &e/%command% info [world/particles/shapes/potion_effects] &7- View specific information about plugin parameters' - Player: ' &7- &e/%command% player [world] [biome1, biome2...] &7- Random teleport een andere speler' - Reload: ' &7- &e/%command% reload &7- Herlaad de plugin' -# Settings: ' &7- &e/%command% settings &7- Pull up a gui and edit some settings' -# Test: ' &7- &e/%command% test &7- Test out plugin effects after a teleport without moving' -# Version: ' &7- &e/%command% version &7- View currently running version' - World: ' &7- &e/%command% world [biome1, biome2...] &7- Random teleport in een andere wereld' -# Location: ' &7- &e/%command% location &7- Rtp using a specific location' - -Usage: - Player: '&cUsage&7: /%command% player [world] [biome1, biome2]' - World: '&cUsage&7: /%command% world [biome1, biome2...]' - Biome: '&cUsage&7: /%command% biome ' -# Location: '&cUsage&7: /%command% location ' -# Edit: -# Base: '&cUsage&7: /%command% edit [args...]' -# Default: '&cUsage&7: /%command% edit default ' -# World: '&cUsage&7: /%command% edit world ' -# PermissionGroup: '&cUsage&7: /%command% edit permission_group ' -# Worldtype: '&cUsage&7: /%command% edit world_type ' -# Override: '&cUsage&7: /%command% edit override ' -# BlacklistedBlocks: '&cUsage&7: /%command% edit blacklistedblocks ' \ No newline at end of file diff --git a/src/main/resources/lang/nl.yml b/src/main/resources/lang/nl.yml index 09a1a2f..c2f43a5 100644 --- a/src/main/resources/lang/nl.yml +++ b/src/main/resources/lang/nl.yml @@ -1,4 +1,4 @@ -# Help translate this file into more languages! +# Translation author: QuestalNetwork (Spigot) and GeleVla (GitHub) Messages: Prefix: '&7[&6BetterRTP&7] ' Success: # # Placeholders! %x% %y% and %z% are the x, y, and z coordinates that the player is being teleported to! #