From a7fcd86569d900eb9e83bb5e70e525a125186dbc Mon Sep 17 00:00:00 2001 From: Griefed <griefed@griefed.de> Date: Sat, 1 Mar 2025 20:53:58 +0100 Subject: [PATCH] build(deps): bump de.comahe.i18n4k from 0.9.0 to 0.10.0 in /serverpackcreator-api Closes https://github.com/Griefed/ServerPackCreator/pull/690 --- serverpackcreator-api/build.gradle.kts | 2 +- .../main/i18n/Translations_en_GB.properties | 46 +++++++++---------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/serverpackcreator-api/build.gradle.kts b/serverpackcreator-api/build.gradle.kts index e722281f..21ad6d3b 100644 --- a/serverpackcreator-api/build.gradle.kts +++ b/serverpackcreator-api/build.gradle.kts @@ -4,7 +4,7 @@ import java.util.prefs.Preferences plugins { id("serverpackcreator.kotlin-conventions") id("serverpackcreator.dokka-conventions") - id("de.comahe.i18n4k") version "0.9.0" + id("de.comahe.i18n4k") version "0.10.0" } repositories { diff --git a/serverpackcreator-api/src/main/i18n/Translations_en_GB.properties b/serverpackcreator-api/src/main/i18n/Translations_en_GB.properties index a1d7f133..531c4750 100644 --- a/serverpackcreator-api/src/main/i18n/Translations_en_GB.properties +++ b/serverpackcreator-api/src/main/i18n/Translations_en_GB.properties @@ -109,9 +109,9 @@ cli.config.check.success=No errors encountered. cli.config.save.intro=Would you like to save this configuration as an additional, separate, configuration file? cli.config.save.name=Enter the path under which you want to additionally store the above configuration, example "C:\\Users\\YourUser\\Documents\\myconfig.conf": cli.config.save.saved=Your configuration has been saved to {0}. -cli.config.save.info=Please note that running ServerPackCreator in CLI mode requires a valid 'serverpackcreator.conf'-file to be present. -cli.config.save.load=You may load the previous configuration, saved as {0} and save it as 'serverpackcreator.conf' -cli.config.save.saved.default=Your configuration has been saved as 'serverpackcreator.conf'. +cli.config.save.info=Please note that running ServerPackCreator in CLI mode requires a valid ''serverpackcreator.conf''-file to be present. +cli.config.save.load=You may load the previous configuration, saved as {0} and save it as ''serverpackcreator.conf'' +cli.config.save.saved.default=Your configuration has been saved as ''serverpackcreator.conf''. ### GUI createserverpack.gui.createandshowgui=ServerPackCreator @@ -133,7 +133,7 @@ createserverpack.gui.createserverpack.labelclientmods=Mod-Exclusions createserverpack.gui.createserverpack.labelclientmods.tip=Mods to exclude from the server pack. Comma separated. Example: AmbientSounds-,BackTools-,BetterAdvancement-,BetterPing- createserverpack.gui.createserverpack.labelwhitelistmods=Whitelisted Mods createserverpack.gui.createserverpack.labelwhitelistmods.tip=Mods to include in the server pack, regardless of whether a match was found in the clientside-mods list. Comma separated. Example: Ping-Wheel. -createserverpack.gui.createserverpack.textclientmods.error=Must not end with ',', spaces or contain illegal characters. +createserverpack.gui.createserverpack.textclientmods.error=Must not end with '','', spaces or contain illegal characters. createserverpack.gui.createserverpack.labelcopydirs=Server-files createserverpack.gui.createserverpack.labelcopydirs.tip=Comma separated. Example: mods, config, options.txt or explicit source/file;destination/file-combinations createserverpack.gui.createserverpack.labeliconpath=Server Icon @@ -237,7 +237,7 @@ createserverpack.gui.quickselect=Quick select: createserverpack.gui.advanced=Advanced Settings createserverpack.gui.plugins=Plugins createserverpack.gui.title.new=New Config -createserverpack.gui.about.text=ServerPackCreator is a Java-program which creates a server pack from any given Forge or Fabric modpack.\nCustomize the configuration to your liking and off you go. Whenever you are working on an update to your\nmodpack, you simply run ServerPackCreator and BAM! You've got yourself a server pack for your new modpack version.\nServerPackCreator is a passion project on which I am working in my spare time. It is also the main reason for why I got\ninto programming in the first place. I started getting into Java programming in february 2021,\nwhen I was working on an update for one of my Minecraft modpacks, Survive Create Prosper 4, and got tired and bored of\nmanually creating a server pack everytime I wanted to update and test something, or just release a new server pack\nfor the new modpack version. The thought "There must be a way to automate this, or at least make it less tedious..." was\nthe spark which sent me off into the world of programming in Java.\nAnd here we are. +createserverpack.gui.about.text=ServerPackCreator is a Java-program which creates a server pack from any given Forge or Fabric modpack.\nCustomize the configuration to your liking and off you go. Whenever you are working on an update to your\nmodpack, you simply run ServerPackCreator and BAM! You''ve got yourself a server pack for your new modpack version.\nServerPackCreator is a passion project on which I am working in my spare time. It is also the main reason for why I got\ninto programming in the first place. I started getting into Java programming in february 2021,\nwhen I was working on an update for one of my Minecraft modpacks, Survive Create Prosper 4, and got tired and bored of\nmanually creating a server pack everytime I wanted to update and test something, or just release a new server pack\nfor the new modpack version. The thought "There must be a way to automate this, or at least make it less tedious..." was\nthe spark which sent me off into the world of programming in Java.\nAnd here we are. createserverpack.gui.about.hastebin.dialog=Open in browser or copy to clipboard? createserverpack.gui.about.hastebin.dialog.yes=Open in Browser createserverpack.gui.about.hastebin.dialog.no=Neither @@ -252,7 +252,7 @@ createserverpack.gui.modpack.scan.message=Updated server pack configuration with createserverpack.gui.modpack.select.gdlauncher.title=Are you using GDLauncher? Is this a GDLauncher modpack? createserverpack.gui.modpack.select.gdlauncher.message=GDLauncher keeps the interesting files in a subfolder called instance. Would you like to use that directory instead? createserverpack.gui.config.load.error=Error loading configuration file! -createserverpack.gui.config.load.error.message=Couldn't load configuration file. Cause: +createserverpack.gui.config.load.error.message=Couldn''t load configuration file. Cause: createserverpack.gui.close.unsaved.title=Unsaved changes for {0} createserverpack.gui.close.unsaved.message=Your configuration for {0} has unsaved changes.\nSave before closing? createserverpack.gui.close.title=Close tab @@ -342,7 +342,7 @@ menubar.gui.menuitem.donate=Support me! menubar.gui.menuitem.wiki.help=Help menubar.gui.menuitem.wiki.howto=Getting started menubar.gui.menuitem.updates=Check for updates -menubar.gui.menuitem.updates.none=No updates available!\nYou're already using the latest version. +menubar.gui.menuitem.updates.none=No updates available!\nYou''re already using the latest version. menubar.gui.menuitem.updates.none.title=No updates available menubar.gui.menuitem.spclog=Open ServerPackCreator log menubar.gui.menuitem.modloaderlog=Open modloader-installer log @@ -410,7 +410,7 @@ settings.global.zip.tooltip=Files which should be excluded from server pack ZIP- settings.global.zip.label=ZIP-Exclusions settings.global.inclusions.tooltip=Recommended file or directory inclusions for server pack configurations. settings.global.inclusions.label=Recommended Inclusions -settings.global.aikars.tooltip=Global Aikars flags used when pressing the 'Use Aikars Flags'-button in a server pack config tab +settings.global.aikars.tooltip=Global Aikars flags used when pressing the ''Use Aikars Flags''-button in a server pack config tab settings.global.aikars.label=Global Aikars Flags settings.global.scripts.tooltip=Script templates used for creating the start scripts for generated server packs. settings.global.scripts.label=Script Templates @@ -459,7 +459,7 @@ settings.global.javapaths.value=Path to binary (Linux/UNIX) or exe (Windows) settings.check.home=Home-directory either does not exist or is not writable. settings.check.java=Java executable/binary either does not exist, is not readable, or is not executable. settings.check.serverpacks=Server packs directory either does not exist or is not writable. -settings.check.whitespace=Must not end with ','! +settings.check.whitespace=Must not end with '',''! settings.check.fallbackurl=Invalid URL format! settings.webservice=Webservice settings.webservice.database.host.tooltip=Host on which the database-server runs on @@ -539,7 +539,7 @@ firstrun.java=<html>The Java version required by your selected Minecraft version firstrun.modloader=<html>The modloader your modpack uses.<br>Click the element to open a list of available modloaders<br>and select the one your modpack uses.</html> firstrun.modloader.version=<html>The modloader version your modpack uses.<br>Click the element to open a list of available versions<br>for the selected modloader and select the one your modpack uses.</html> firstrun.finish.title=Happy little server packs -firstrun.finish.message=Congrats! You configured your first server pack. If you're happy with the configuration, you can hit the "Generate"-button on the bottom left. Other than that, feel free to explore the rest of ServerPackCreators possibilities. Happy server packing!\n\nCheers,\nGriefed +firstrun.finish.message=Congrats! You configured your first server pack. If you''re happy with the configuration, you can hit the "Generate"-button on the bottom left. Other than that, feel free to explore the rest of ServerPackCreators possibilities. Happy server packing!\n\nCheers,\nGriefed tips.title=Tip Of The Day! tips.know=Did you know... tips.show=Show tips on startup @@ -564,7 +564,7 @@ tip.8.content=<html>You can add server properties for quick selection by copying tip.8.name=Shipped properties tip.9.content=<html>You can let ServerPackCreator scan your modpack-directory and try to automatically set the Minecraft version, modloader and modloader version, as well as some commonly used directories in servers. Hit the magnifying-glass-button on the right to your <i>Modpack Directory</i>-setting.</html> tip.9.name=Clientside detection -tip.10.content=<html>You can let ServerPackCreator copy a file or directory to a customized destination in your server pack. Say you've got a folder <i>MyAwesomeStuff</i> in your modpack configured as the Source, filling <i>Destination</i> with, say, <i>AwesomeStuff</i> will copy the aforementioned <i>Source</i> to your specified Destination inside your server pack.<br>Inclusions which specify an explicit <i>Destination</i> are marked with a <i>D</i>.</html> +tip.10.content=<html>You can let ServerPackCreator copy a file or directory to a customized destination in your server pack. Say you''ve got a folder <i>MyAwesomeStuff</i> in your modpack configured as the Source, filling <i>Destination</i> with, say, <i>AwesomeStuff</i> will copy the aforementioned <i>Source</i> to your specified Destination inside your server pack.<br>Inclusions which specify an explicit <i>Destination</i> are marked with a <i>D</i>.</html> tip.10.name=Advanced inclusion tip.11.content=<html>You can filter files and directories from any <i>Source</i>-specification by providing a <i>Inclusion-Filter</i>. Any file or directory matching the Regex-expression you provided will be included in your server pack. To include everything from your specified <i>Source</i>, leave <i>Inclusion-Filter</i> empty.</html> tip.11.name=Advanced inclusion filtering @@ -576,19 +576,19 @@ tip.14.content=<html>If ServerPackCreators default font size is too small for yo tip.14.name=Size matters tip.15.content=<html>Not sure if a clientside-only mod is included in the list of clientside-only mods in your server pack config? Click the aforementioned list and hit CTRL+F and search for it! Try searching for "advan" to highlight all entries which contain that text! You can perform text-searches like that in every textarea of ServerPackCreator. Searching textfields is not possible, though, so keep that in mind.</html> tip.15.name=Searching... -tip.16.content=<html>Need to replace some text in a textarea? Say, for example, you've got some JVM flags / run arguments you want to replace with something else? Click <i>Advanced Settings -> Run Arguments</i> and hit CTRL+R, then type in the text you want to replace as well as the text you want to place it with and hit <i>OK</i>. You can perform replace-actions like that in every textarea of ServerPackCreator. Replacing in textfields is not possible, though, so keep that in mind.</html> +tip.16.content=<html>Need to replace some text in a textarea? Say, for example, you''ve got some JVM flags / run arguments you want to replace with something else? Click <i>Advanced Settings -> Run Arguments</i> and hit CTRL+R, then type in the text you want to replace as well as the text you want to place it with and hit <i>OK</i>. You can perform replace-actions like that in every textarea of ServerPackCreator. Replacing in textfields is not possible, though, so keep that in mind.</html> tip.16.name=This to that tip.17.content=<html>No longer need the currently selected server pack configuration? Close it by pressing CTRL+W!</html> tip.17.name=Be gone, config! tip.18.content=<html>You can save all currently opened server pack configurations, or in other words, all currently opened tabs with your server pack configurations, by pressing CTRL+SHIFT+S!</html> -tip.18.name=Gotta save 'em all! +tip.18.name=Gotta save ''em all! tip.19.content=<html>You can open the dialog to load a server pack configuration by pressing CTRL+L.</html> tip.19.name=Quick loading tip.20.content=<html>You can start a server pack generation for the currently selected config-tab by pressing CTRL+G.</html> tip.20.name=Quick generation tip.21.content=<html>Does your server crash, with a message like "Error: could not find or load main class @user_jvm_args.txt"? This is most likely because you are trying to run the server with an incompatible Java version. Java 8 is required to run Minecraft versions 1.12 through 1.17. Java 17 is required to run Minecraft version 1.18 and up.</html> tip.21.name=Use the right version! -tip.22.content=<html>You can set a path to a Java executable or binary for every Java version from 8 upward.<br>If, for example, you've got modpacks which run Minecraft 1.12.2 and 1.19.2, you'll need Java 8 and Java 17.<br>Add an entry for version 8, then enter the path to the binary / executable.<br>The next time you load a server pack config, ServerPackCreator will automatically adjust the "SPC_JAVA_SPC" script placeholder accordingly.<br>Now, when you generate a server pack, the unzipped one will have the "JAVA" variable, inside variables.txt, point towards the Java installation the server pack requires to run.<br>The variables.txt inside the ZIP-archive, if you let ServerPackCreator create one, will still point to "java".<br>The benefit? You can immediately test your server pack, using the Java installation it requires. If everything works, you can distribute your server pack!</html> +tip.22.content=<html>You can set a path to a Java executable or binary for every Java version from 8 upward.<br>If, for example, you''ve got modpacks which run Minecraft 1.12.2 and 1.19.2, you''ll need Java 8 and Java 17.<br>Add an entry for version 8, then enter the path to the binary / executable.<br>The next time you load a server pack config, ServerPackCreator will automatically adjust the "SPC_JAVA_SPC" script placeholder accordingly.<br>Now, when you generate a server pack, the unzipped one will have the "JAVA" variable, inside variables.txt, point towards the Java installation the server pack requires to run.<br>The variables.txt inside the ZIP-archive, if you let ServerPackCreator create one, will still point to "java".<br>The benefit? You can immediately test your server pack, using the Java installation it requires. If everything works, you can distribute your server pack!</html> tip.22.name=Java Paths for quicker testing! tip.23.content=<html>Identified a clientside-only mod and want to exclude it from your server, or have you run into a false-positive with the clientside-mod exclusion and want to whitelist a mod to prevent exclusion? Select the part of the filename by which the mod can be identified, even when the version of the mod changes. Right-click and select either option which suits your need!<br>Usually it is enough to select the part of the mods filename which contains the name of the mod, without any version information. For example <b>connectedglass-</b> as demonstrated in the screenshot on the side. Not selecting the version has the benefit of ensuring future versions of the mod get excluded/whitelisted, too.</html> tip.23.name=Exclude or whitelist mod conveniently @@ -596,9 +596,9 @@ tip.23.name=Exclude or whitelist mod conveniently ## Error logs configuration.title.error=This configuration has errors! configuration.title.warning=Unsaved changes! -configuration.log.error.checkconfig.start=Couldn't parse config file. Consider checking your config file and fixing empty values. If the value needs to be an empty string, leave its value to "". +configuration.log.error.checkconfig.start=Couldn''t parse config file. Consider checking your config file and fixing empty values. If the value needs to be an empty string, leave its value to "". configuration.log.error.checkmodpackdir=Modpack directory not specified. Please specify an existing directory. -configuration.log.error.modpack.overrides=Modpack contains directory \"overrides\". Modpacks must be installed through a client such as CurseForge, GDLauncher, MultiMC etc. Full modpacks shouldn't contain the overrides directory anymore. +configuration.log.error.modpack.overrides=Modpack contains directory \"overrides\". Modpacks must be installed through a client such as CurseForge, GDLauncher, MultiMC etc. Full modpacks shouldn''t contain the overrides directory anymore. configuration.log.error.serverpack.suffix=Suffix contains illegal characters. configuration.log.error.checkcopydirs.empty=No directories or files specified for copying. This would result in an empty serverpack. configuration.log.error.checkcopydirs.notfound=Copy-file or copy-directory {0} does not exist. Please specify existing directories or files. @@ -612,9 +612,9 @@ configuration.log.error.checkmodloader=Invalid modloader specified. Modloader mu configuration.log.error.checkmodloaderversion=Specified incorrect modloader version. Please check your modpack for the correct version and enter again. configuration.log.error.checkmodloaderandversion=Minecraft {0} and {1} {2} are not compatible. configuration.log.error.minecraft.modloader=Minecraft {0} and {1} are not compatible. No versions available. -configuration.log.error.isdir.copydir=There's something wrong with your setting of directories to include in your server pack. +configuration.log.error.isdir.copydir=There''s something wrong with your setting of directories to include in your server pack. configuration.log.error.modpackdirectory=Modpack directory {0} could not be found. -configuration.log.error.servericon.error=Couldn't generate a preview of the server-icon. Is it a valid image-file? +configuration.log.error.servericon.error=Couldn''t generate a preview of the server-icon. Is it a valid image-file? configuration.log.error.servericon=The specified server-icon does not exist: {0} configuration.log.error.serverproperties=The specified server.properties does not exist: {0} configuration.log.error.serverproperties.pure=The specified server.properties does not exist! @@ -623,16 +623,16 @@ configuration.log.error.encountered=Encountered {0} errors during the configurat configuration.log.error.formatting=Invalid formatting. No empty entries, last entry must not end with a \",\" or unnecessary whitespace configuration.log.error.zip.overrides=The ZIP-file you specified only contains one directory: {0}. ZIP-files for ServerPackCreator must be full modpacks, with all their contents being in the root of the ZIP-file. configuration.log.error.zip.modsorconfig=The ZIP-file you specified does not contain the mods or config directories. What use is a modded server without mods and their configurations? -configuration.log.error.zip.directories=Couldn't acquire directories in ZIP-file. +configuration.log.error.zip.directories=Couldn''t acquire directories in ZIP-file. configuration.log.error.zip.manifest=Error parsing CurseForge manifest.json from ZIP-file. configuration.log.error.zip.instance=Error parsing minecraftisntance.json from ZIP-file. configuration.log.error.zip.config=Error parsing config.json from ZIP-file. configuration.log.error.zip.mmcpack=Error parsing mmc-pack.json from ZIP-file. createserverpack.log.error.minecraft.server=A server is not available for the specified Minecraft version. -createserverpack.log.error.copy.directory=Couldn't gather file {0} from directory {1}. +createserverpack.log.error.copy.directory=Couldn''t gather file {0} from directory {1}. createserverpack.log.error.copy=An error occurred gathering files to copy to the server pack. about.log.error.browser=Error opening browser. -createserverpack.log.error.configuration.none.message=There's no configuration available from which a server pack could be generated... +createserverpack.log.error.configuration.none.message=There''s no configuration available from which a server pack could be generated... createserverpack.log.error.configuration.none.title=No Configuration Available ## Info logs configuration.log.info.start=You started ServerPackCreator with the "{0}" argument. Step-by-step generation of config file initiated... @@ -654,8 +654,8 @@ createserverpack.log.info.buttoncreateserverpack.start=Checking entered configur createserverpack.log.info.buttoncreateserverpack.checked=Configuration checked successfully. createserverpack.log.info.buttoncreateserverpack.generating=Generating server pack for {0} createserverpack.log.info.buttoncreateserverpack.ready=Server pack created! -createserverpack.log.info.icon=No custom icon specified or the file doesn't exist. -createserverpack.log.info.properties=No custom properties specified or the file doesn't exist. +createserverpack.log.info.icon=No custom icon specified or the file doesn''t exist. +createserverpack.log.info.properties=No custom properties specified or the file doesn''t exist. main.log.info.system.java=Java version: {0} main.log.info.system.include=Include this information when reporting an issue on GitHub. updates.log.info.none=No updates available. -- GitLab