From 3e2409c332f19d22f5864e325ca47926d9988172 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:37 -0400 Subject: [PATCH 001/104] New translations en_us.json (Romanian) --- .../resources/lang/simplestack/ro_RO.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/ro_RO.json diff --git a/plugin/src/main/resources/lang/simplestack/ro_RO.json b/plugin/src/main/resources/lang/simplestack/ro_RO.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/ro_RO.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From eb23fabf0a6e6658e7bc1bbfb50af08fa634be97 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:37 -0400 Subject: [PATCH 002/104] New translations en_us.json (French) --- .../resources/lang/simplestack/fr_FR.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/fr_FR.json diff --git a/plugin/src/main/resources/lang/simplestack/fr_FR.json b/plugin/src/main/resources/lang/simplestack/fr_FR.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/fr_FR.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From ca5da337d9696ba3dbf39b8cea18418d93ff56e8 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:38 -0400 Subject: [PATCH 003/104] New translations en_us.json (Spanish) --- .../resources/lang/simplestack/es_ES.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/es_ES.json diff --git a/plugin/src/main/resources/lang/simplestack/es_ES.json b/plugin/src/main/resources/lang/simplestack/es_ES.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/es_ES.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 49bb1b9ddc5c6d306a3fc0dae10b6c65e27baead Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:39 -0400 Subject: [PATCH 004/104] New translations en_us.json (Arabic) --- .../resources/lang/simplestack/ar_SA.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/ar_SA.json diff --git a/plugin/src/main/resources/lang/simplestack/ar_SA.json b/plugin/src/main/resources/lang/simplestack/ar_SA.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/ar_SA.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 60bfaf5578fa22e5e0f9795c51d93a1646839877 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:40 -0400 Subject: [PATCH 005/104] New translations en_us.json (Belarusian) --- .../resources/lang/simplestack/be_BY.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/be_BY.json diff --git a/plugin/src/main/resources/lang/simplestack/be_BY.json b/plugin/src/main/resources/lang/simplestack/be_BY.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/be_BY.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From a7c393dc833990e28a8138350592cdf903f71a18 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:41 -0400 Subject: [PATCH 006/104] New translations en_us.json (Bulgarian) --- .../resources/lang/simplestack/bg_BG.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/bg_BG.json diff --git a/plugin/src/main/resources/lang/simplestack/bg_BG.json b/plugin/src/main/resources/lang/simplestack/bg_BG.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/bg_BG.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From b30ec18b45cac9dfad68759e16254d102f8a8242 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:41 -0400 Subject: [PATCH 007/104] New translations en_us.json (Czech) --- .../resources/lang/simplestack/cs_CZ.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/cs_CZ.json diff --git a/plugin/src/main/resources/lang/simplestack/cs_CZ.json b/plugin/src/main/resources/lang/simplestack/cs_CZ.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/cs_CZ.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 3f0ec1023d6d2db9ab75fed1e2deb6194ec06a5d Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:42 -0400 Subject: [PATCH 008/104] New translations en_us.json (German) --- .../resources/lang/simplestack/de_DE.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/de_DE.json diff --git a/plugin/src/main/resources/lang/simplestack/de_DE.json b/plugin/src/main/resources/lang/simplestack/de_DE.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/de_DE.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From e5bd350862850947995a1521afed2035af2d7a84 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:43 -0400 Subject: [PATCH 009/104] New translations en_us.json (Greek) --- .../resources/lang/simplestack/el_GR.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/el_GR.json diff --git a/plugin/src/main/resources/lang/simplestack/el_GR.json b/plugin/src/main/resources/lang/simplestack/el_GR.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/el_GR.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 8acdd171e7ea3934c5c0825ebac02396922d2ea1 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:44 -0400 Subject: [PATCH 010/104] New translations en_us.json (Hungarian) --- .../resources/lang/simplestack/hu_HU.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/hu_HU.json diff --git a/plugin/src/main/resources/lang/simplestack/hu_HU.json b/plugin/src/main/resources/lang/simplestack/hu_HU.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/hu_HU.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 27abe6e0dd0b6d3a09e1eb0e452430afb7cdf20f Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:44 -0400 Subject: [PATCH 011/104] New translations en_us.json (Italian) --- .../resources/lang/simplestack/it_IT.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/it_IT.json diff --git a/plugin/src/main/resources/lang/simplestack/it_IT.json b/plugin/src/main/resources/lang/simplestack/it_IT.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/it_IT.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 34944325c6b11484e53d1dd0756d57ac7fdb25e0 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:45 -0400 Subject: [PATCH 012/104] New translations en_us.json (Japanese) --- .../resources/lang/simplestack/ja_JP.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/ja_JP.json diff --git a/plugin/src/main/resources/lang/simplestack/ja_JP.json b/plugin/src/main/resources/lang/simplestack/ja_JP.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/ja_JP.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From e5c3cc67e94cb49aa6dfd5c82496483b8f4529ca Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:46 -0400 Subject: [PATCH 013/104] New translations en_us.json (Korean) --- .../resources/lang/simplestack/ko_KR.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/ko_KR.json diff --git a/plugin/src/main/resources/lang/simplestack/ko_KR.json b/plugin/src/main/resources/lang/simplestack/ko_KR.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/ko_KR.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 52d06e84d81d60928f806f8e9cb7e595a4b4bfc1 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:47 -0400 Subject: [PATCH 014/104] New translations en_us.json (Dutch) --- .../resources/lang/simplestack/nl_NL.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/nl_NL.json diff --git a/plugin/src/main/resources/lang/simplestack/nl_NL.json b/plugin/src/main/resources/lang/simplestack/nl_NL.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/nl_NL.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 1cfdd61d41a5f1caa3112159806abedd8a34bab4 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:48 -0400 Subject: [PATCH 015/104] New translations en_us.json (Polish) --- .../resources/lang/simplestack/pl_PL.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/pl_PL.json diff --git a/plugin/src/main/resources/lang/simplestack/pl_PL.json b/plugin/src/main/resources/lang/simplestack/pl_PL.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/pl_PL.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From c5245988e608261a093a07f216956d37c5896e98 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:49 -0400 Subject: [PATCH 016/104] New translations en_us.json (Portuguese) --- .../resources/lang/simplestack/pt_PT.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/pt_PT.json diff --git a/plugin/src/main/resources/lang/simplestack/pt_PT.json b/plugin/src/main/resources/lang/simplestack/pt_PT.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/pt_PT.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 821f82ac81d5c5ee2b02cda9f74b3a99f25dc9bd Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:49 -0400 Subject: [PATCH 017/104] New translations en_us.json (Russian) --- .../resources/lang/simplestack/ru_RU.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/ru_RU.json diff --git a/plugin/src/main/resources/lang/simplestack/ru_RU.json b/plugin/src/main/resources/lang/simplestack/ru_RU.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/ru_RU.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 8ac39de9e4868fcce4b5376c840de30ad3ff2545 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:50 -0400 Subject: [PATCH 018/104] New translations en_us.json (Swedish) --- .../resources/lang/simplestack/sv_SE.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/sv_SE.json diff --git a/plugin/src/main/resources/lang/simplestack/sv_SE.json b/plugin/src/main/resources/lang/simplestack/sv_SE.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/sv_SE.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 87fcc9ca6aef8f77b8688ecdf977735017d9e5e9 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:51 -0400 Subject: [PATCH 019/104] New translations en_us.json (Turkish) --- .../resources/lang/simplestack/tr_TR.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/tr_TR.json diff --git a/plugin/src/main/resources/lang/simplestack/tr_TR.json b/plugin/src/main/resources/lang/simplestack/tr_TR.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/tr_TR.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 9dba3a83615838fe05a20dc46ba4b132b625b620 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:52 -0400 Subject: [PATCH 020/104] New translations en_us.json (Ukrainian) --- .../resources/lang/simplestack/uk_UA.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/uk_UA.json diff --git a/plugin/src/main/resources/lang/simplestack/uk_UA.json b/plugin/src/main/resources/lang/simplestack/uk_UA.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/uk_UA.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 40594fba96add827d6dc3d635dcba4baddc3c289 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:53 -0400 Subject: [PATCH 021/104] New translations en_us.json (Chinese Simplified) --- .../resources/lang/simplestack/zh_CN.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/zh_CN.json diff --git a/plugin/src/main/resources/lang/simplestack/zh_CN.json b/plugin/src/main/resources/lang/simplestack/zh_CN.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/zh_CN.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From bd5e1e45adbedab20ef66e0d1ac71335f3e65b1d Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:54 -0400 Subject: [PATCH 022/104] New translations en_us.json (Chinese Traditional) --- .../resources/lang/simplestack/zh_TW.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/zh_TW.json diff --git a/plugin/src/main/resources/lang/simplestack/zh_TW.json b/plugin/src/main/resources/lang/simplestack/zh_TW.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/zh_TW.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 2504f3821b4f41f7ee2c667d145e05f630bd210b Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:54 -0400 Subject: [PATCH 023/104] New translations en_us.json (Vietnamese) --- .../resources/lang/simplestack/vi_VN.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/vi_VN.json diff --git a/plugin/src/main/resources/lang/simplestack/vi_VN.json b/plugin/src/main/resources/lang/simplestack/vi_VN.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/vi_VN.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From ab237b5b1e857689aeac430c887f8414fe8300b5 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:55 -0400 Subject: [PATCH 024/104] New translations en_us.json (Portuguese, Brazilian) --- .../resources/lang/simplestack/pt_BR.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/pt_BR.json diff --git a/plugin/src/main/resources/lang/simplestack/pt_BR.json b/plugin/src/main/resources/lang/simplestack/pt_BR.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/pt_BR.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 2bd60084236a73a61fd998f39ed5df8a034d6894 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:56 -0400 Subject: [PATCH 025/104] New translations en_us.json (Indonesian) --- .../resources/lang/simplestack/id_ID.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/id_ID.json diff --git a/plugin/src/main/resources/lang/simplestack/id_ID.json b/plugin/src/main/resources/lang/simplestack/id_ID.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/id_ID.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 10af1ea33d73897257381a44d611725060019430 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:57 -0400 Subject: [PATCH 026/104] New translations en_us.json (Persian) --- .../resources/lang/simplestack/fa_IR.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/fa_IR.json diff --git a/plugin/src/main/resources/lang/simplestack/fa_IR.json b/plugin/src/main/resources/lang/simplestack/fa_IR.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/fa_IR.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From c4f1822587390543aabfa67857d63ff0df2da045 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:57 -0400 Subject: [PATCH 027/104] New translations en_us.json (Tamil) --- .../resources/lang/simplestack/ta_IN.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/ta_IN.json diff --git a/plugin/src/main/resources/lang/simplestack/ta_IN.json b/plugin/src/main/resources/lang/simplestack/ta_IN.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/ta_IN.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 8751b0432e73d0ec6a5a6641a26d4b77979f4e9f Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:58 -0400 Subject: [PATCH 028/104] New translations en_us.json (Spanish, Argentina) --- .../resources/lang/simplestack/es_AR.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/es_AR.json diff --git a/plugin/src/main/resources/lang/simplestack/es_AR.json b/plugin/src/main/resources/lang/simplestack/es_AR.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/es_AR.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From a9b9efa5a672ae06479b3a6a6659f15b842bcaf8 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:14:59 -0400 Subject: [PATCH 029/104] New translations en_us.json (Spanish, Chile) --- .../resources/lang/simplestack/es_CL.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/es_CL.json diff --git a/plugin/src/main/resources/lang/simplestack/es_CL.json b/plugin/src/main/resources/lang/simplestack/es_CL.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/es_CL.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From b82601f0c04041a013456b937747876137ae3b21 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:15:00 -0400 Subject: [PATCH 030/104] New translations en_us.json (Spanish, Mexico) --- .../resources/lang/simplestack/es_MX.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/es_MX.json diff --git a/plugin/src/main/resources/lang/simplestack/es_MX.json b/plugin/src/main/resources/lang/simplestack/es_MX.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/es_MX.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From f4b91549087ecd99c8c1359b9f8826c0d3207834 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:15:01 -0400 Subject: [PATCH 031/104] New translations en_us.json (Spanish, Uruguay) --- .../resources/lang/simplestack/es_UY.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/es_UY.json diff --git a/plugin/src/main/resources/lang/simplestack/es_UY.json b/plugin/src/main/resources/lang/simplestack/es_UY.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/es_UY.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 04441bd4f557b5bb4e4b996b3e9828c745a9db70 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:15:02 -0400 Subject: [PATCH 032/104] New translations en_us.json (Spanish, Venezuela) --- .../resources/lang/simplestack/es_VE.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/es_VE.json diff --git a/plugin/src/main/resources/lang/simplestack/es_VE.json b/plugin/src/main/resources/lang/simplestack/es_VE.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/es_VE.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 7fd33985ff7ffd78d2b62b308cb3b17edb41df7a Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:15:03 -0400 Subject: [PATCH 033/104] New translations en_us.json (Spanish, Ecuador) --- .../resources/lang/simplestack/es_EC.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/es_EC.json diff --git a/plugin/src/main/resources/lang/simplestack/es_EC.json b/plugin/src/main/resources/lang/simplestack/es_EC.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/es_EC.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 4f51fc736cb8ddacf803a7e972381d744c0b30d3 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:15:04 -0400 Subject: [PATCH 034/104] New translations en_us.json (Thai) --- .../resources/lang/simplestack/th_TH.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/th_TH.json diff --git a/plugin/src/main/resources/lang/simplestack/th_TH.json b/plugin/src/main/resources/lang/simplestack/th_TH.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/th_TH.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 4c1ce2110fc43e8cec9dd93c0318901dbbf4aa9d Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:15:05 -0400 Subject: [PATCH 035/104] New translations en_us.json (Croatian) --- .../resources/lang/simplestack/hr_HR.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/hr_HR.json diff --git a/plugin/src/main/resources/lang/simplestack/hr_HR.json b/plugin/src/main/resources/lang/simplestack/hr_HR.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/hr_HR.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 53200f9de6b844b1944bc97a01b7bbf967377de6 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:15:06 -0400 Subject: [PATCH 036/104] New translations en_us.json (Azerbaijani) --- .../resources/lang/simplestack/az_AZ.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/az_AZ.json diff --git a/plugin/src/main/resources/lang/simplestack/az_AZ.json b/plugin/src/main/resources/lang/simplestack/az_AZ.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/az_AZ.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From cd2abe2b1cf68ea594d9ff0b4c6e4b8e2201c07e Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:15:07 -0400 Subject: [PATCH 037/104] New translations en_us.json (Hindi) --- .../resources/lang/simplestack/hi_IN.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/hi_IN.json diff --git a/plugin/src/main/resources/lang/simplestack/hi_IN.json b/plugin/src/main/resources/lang/simplestack/hi_IN.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/hi_IN.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From e731d000c4a0811742852324ab5fe8e826a615fd Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:15:07 -0400 Subject: [PATCH 038/104] New translations en_us.json (Malay) --- .../resources/lang/simplestack/ms_MY.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/ms_MY.json diff --git a/plugin/src/main/resources/lang/simplestack/ms_MY.json b/plugin/src/main/resources/lang/simplestack/ms_MY.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/ms_MY.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From b4dea50f057708122a5418a0a52a6f19d3962c31 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:15:08 -0400 Subject: [PATCH 039/104] New translations en_us.json (English, Australia) --- .../resources/lang/simplestack/en_AU.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/en_AU.json diff --git a/plugin/src/main/resources/lang/simplestack/en_AU.json b/plugin/src/main/resources/lang/simplestack/en_AU.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/en_AU.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From d8a2648dc7be31904f5ed743021fdf0a607997ef Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:15:09 -0400 Subject: [PATCH 040/104] New translations en_us.json (English, Canada) --- .../resources/lang/simplestack/en_CA.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/en_CA.json diff --git a/plugin/src/main/resources/lang/simplestack/en_CA.json b/plugin/src/main/resources/lang/simplestack/en_CA.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/en_CA.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 15ab80ea07cae6dcef4ddc7381d3f212bdf52286 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:15:10 -0400 Subject: [PATCH 041/104] New translations en_us.json (English, United Kingdom) --- .../resources/lang/simplestack/en_GB.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/en_GB.json diff --git a/plugin/src/main/resources/lang/simplestack/en_GB.json b/plugin/src/main/resources/lang/simplestack/en_GB.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/en_GB.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From e88046e5879a282427c8c3ae0e577b405bfe0802 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:15:11 -0400 Subject: [PATCH 042/104] New translations en_us.json (French, Canada) --- .../resources/lang/simplestack/fr_CA.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/fr_CA.json diff --git a/plugin/src/main/resources/lang/simplestack/fr_CA.json b/plugin/src/main/resources/lang/simplestack/fr_CA.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/fr_CA.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From d883eb9cd2b9bc163d38dc8656589db7a73f99c5 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:15:12 -0400 Subject: [PATCH 043/104] New translations en_us.json (Filipino) --- .../resources/lang/simplestack/fil_PH.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/fil_PH.json diff --git a/plugin/src/main/resources/lang/simplestack/fil_PH.json b/plugin/src/main/resources/lang/simplestack/fil_PH.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/fil_PH.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From d819c1cfcd865b9949e0fb2738c690ff01744408 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:15:12 -0400 Subject: [PATCH 044/104] New translations en_us.json (Chinese Traditional, Hong Kong) --- .../resources/lang/simplestack/zh_HK.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/zh_HK.json diff --git a/plugin/src/main/resources/lang/simplestack/zh_HK.json b/plugin/src/main/resources/lang/simplestack/zh_HK.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/zh_HK.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From ac059f615b2c0d2b23de80cea8bb5ef825b7c8c4 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:15:13 -0400 Subject: [PATCH 045/104] New translations en_us.json (Tatar) --- .../resources/lang/simplestack/tt_RU.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/tt_RU.json diff --git a/plugin/src/main/resources/lang/simplestack/tt_RU.json b/plugin/src/main/resources/lang/simplestack/tt_RU.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/tt_RU.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 440890ff220116055bf117121860a07634d5040b Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:15:14 -0400 Subject: [PATCH 046/104] New translations en_us.json (Kannada) --- .../resources/lang/simplestack/kn_IN.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/kn_IN.json diff --git a/plugin/src/main/resources/lang/simplestack/kn_IN.json b/plugin/src/main/resources/lang/simplestack/kn_IN.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/kn_IN.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From f1ffd96d2d3d92cf24a9d43e0eebd6888f356850 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:15:15 -0400 Subject: [PATCH 047/104] New translations en_us.json (German, Austria) --- .../resources/lang/simplestack/de_AT.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/de_AT.json diff --git a/plugin/src/main/resources/lang/simplestack/de_AT.json b/plugin/src/main/resources/lang/simplestack/de_AT.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/de_AT.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 8b62a4dc0f6470a6f174431efb10513846c77e91 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:15:16 -0400 Subject: [PATCH 048/104] New translations en_us.json (German, Switzerland) --- .../resources/lang/simplestack/de_CH.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/de_CH.json diff --git a/plugin/src/main/resources/lang/simplestack/de_CH.json b/plugin/src/main/resources/lang/simplestack/de_CH.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/de_CH.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From da325ddf5a88c605bc3eb3ed53ecc86515537567 Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:15:17 -0400 Subject: [PATCH 049/104] New translations en_us.json (English, New Zealand) --- .../resources/lang/simplestack/en_NZ.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/en_NZ.json diff --git a/plugin/src/main/resources/lang/simplestack/en_NZ.json b/plugin/src/main/resources/lang/simplestack/en_NZ.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/en_NZ.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 1000d59f07a3fb82e50afaf2d0862fbbb7e1676c Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:15:18 -0400 Subject: [PATCH 050/104] New translations en_us.json (Igbo) --- .../resources/lang/simplestack/ig_NG.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/ig_NG.json diff --git a/plugin/src/main/resources/lang/simplestack/ig_NG.json b/plugin/src/main/resources/lang/simplestack/ig_NG.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/ig_NG.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 15228573cc26a9841cc7d7d1337c7cd5f3bc4a8d Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:15:19 -0400 Subject: [PATCH 051/104] New translations en_us.json (Somali) --- .../resources/lang/simplestack/so_SO.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/so_SO.json diff --git a/plugin/src/main/resources/lang/simplestack/so_SO.json b/plugin/src/main/resources/lang/simplestack/so_SO.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/so_SO.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From 3c7d555adf7a489001531d02f8348835e44e0cea Mon Sep 17 00:00:00 2001 From: Mikedeejay2 <58639173+Mikedeejay2@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:15:20 -0400 Subject: [PATCH 052/104] New translations en_us.json (Yoruba) --- .../resources/lang/simplestack/yo_NG.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin/src/main/resources/lang/simplestack/yo_NG.json diff --git a/plugin/src/main/resources/lang/simplestack/yo_NG.json b/plugin/src/main/resources/lang/simplestack/yo_NG.json new file mode 100644 index 00000000..1eb56d85 --- /dev/null +++ b/plugin/src/main/resources/lang/simplestack/yo_NG.json @@ -0,0 +1,66 @@ +{ + "simplestack.version": "Version: %version%", + "simplestack.commands.click_to_run": "Click to run %command%", + "simplestack.commands.help.info": "Help for simplestack commands", + "simplestack.commands.reload.info": "Update config settings in game", + "simplestack.reload.success": "The config has been reloaded.", + "simplestack.commands.reset.info": "Reset the config to defaults", + "simplestack.reset.success": "The config has been reset to the default values.", + "simplestack.commands.setamount.info": "Set the amount of a held item", + "simplestack.commands.setamount.success": "Amount set successfully.", + "simplestack.commands.setamount.format": "Command format: /simplestack setamount ", + "simplestack.commands.config.info": "Open the configuration GUI", + "simplestack.commands.report.info": "Generate a Simple Stack report", + "simplestack.command.report.click_here": "Click here to copy the generated report.", + "simplestack.warnings.number_outside_of_range": "The amount specified for %mat% is outside of the valid range. Defaulting to 64.", + "simplestack.warnings.invalid_material": "The material %mat% in the config does not exist.", + "simplestack.warnings.invalid_unique_item": "An item listed in the unique items list could not be loaded.", + "simplestack.warnings.invalid_list_mode": "The list mode %mode% is not a valid list mode. Defaulting to blacklist mode.", + "simplestack.warnings.invalid_max_amount": "The default max amount specified in the config is outside of the required range (1 - 64)", + "simplestack.warnings.material_already_exists": "That material already exists in the config.", + "simplestack.warnings.custom_amount_does_not_exist": "A customized amount for that item type does not exist in the config.", + "simplestack.list_type.blacklist": "Blacklist", + "simplestack.list_type.whitelist": "Whitelist", + "simplestack.gui.config.title": "Configuration GUI", + "simplestack.gui.config.close_select": "Close this menu", + "simplestack.gui.config.item_type_description": "Set the max amounts of item types", + "simplestack.gui.config.preview_list_more": "and %amt% more...", + "simplestack.gui.item_type_amts.title": "Item Type Amounts List", + "simplestack.gui.config.language_select": "Default Language", + "simplestack.gui.config.language_description": "Click to select a new language", + "simplestack.gui.config.language_selected": "Currently selected: %lang%", + "simplestack.gui.language.language_select": "Click to make this language the default language", + "simplestack.gui.language.title": "Change Language...", + "simplestack.gui.config.default_max_select": "Default Max Amount", + "simplestack.gui.config.default_max_desc_l1": "Sets the default maximum stack amount", + "simplestack.gui.config.default_max_desc_l2": "for ALL items in Minecraft", + "simplestack.gui.config.default_max_desc_l3": "Left click to decrease the max amount", + "simplestack.gui.config.default_max_desc_l4": "Right click to increase the max amount", + "simplestack.gui.unique_items.title": "Unique Item List", + "simplestack.gui.config.unique_item_desc_l1": "A list for unique items", + "simplestack.gui.config.unique_item_desc_l2": "Unique items are matched exactly!", + "simplestack.gui.config.unique_item_desc_l3": "(All item data must match)", + "simplestack.gui.item_types.title": "Item Type List", + "simplestack.gui.item_types.change_mode_blacklist": "Click to toggle to blacklist", + "simplestack.gui.item_types.change_mode_whitelist": "Click to toggle to whitelist", + "simplestack.gui.config.item_type_desc_l1": "A list of item types", + "simplestack.gui.config.item_type_desc_l2": "Items in this list can either be", + "simplestack.gui.config.item_type_desc_l3": "Blacklist or whitelist.", + "simplestack.gui.config.stackable_armor_select": "Stacked Armor Wearable", + "simplestack.generic.success": "Success!", + "simplestack.warnings.big_number": "Warning: The number you entered is above the recommended limit and might act oddly.", + "simplestack.errors.number_required": "Error: A number is required to run this subcommand.", + "simplestack.errors.number_less_than_zero": "Error: The number entered was less than 0. Please enter a number greater than 0.", + "simplestack.errors.not_a_number": "Error: The data entered is not a number. Please enter a number.", + "simplestack.errors.invalid_item_held": "The item that is being held is invalid. Please hold a valid item.", + "simplestack.crash.info_message_l1": "A critical error has occurred and Simple Stack could not be loaded.", + "simplestack.crash.info_message_l2": "Please copy the above crash report and submit a new issue to %url%", + "simplestack.crash.info_message_l3": "Alternatively, the crash report file can be found at %path%", + "simplestack.errors.incompatible_version": "Simple Stack %ssver% is not compatible with Minecraft version %mcver%.", + "simplestack.info.load_version": "Loading mappings for Minecraft version %mcver%...", + "simplestack.info.install_transformer": "Installing Simple Stack transformer, this may take a moment...", + "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", + "simplestack.info.finish_init": "Finished initialization.", + "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", + "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." +} \ No newline at end of file From c696f53736f823d273fa5b4321b3aac88270f948 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:18 -0400 Subject: [PATCH 053/104] New translations en_us.json (Romanian) --- plugin/src/main/resources/lang/simplestack/ro_RO.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/ro_RO.json b/plugin/src/main/resources/lang/simplestack/ro_RO.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/ro_RO.json +++ b/plugin/src/main/resources/lang/simplestack/ro_RO.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 7f9e0b101fb0dbbf16821b1817fcf7d1f703124f Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:19 -0400 Subject: [PATCH 054/104] New translations en_us.json (French) --- plugin/src/main/resources/lang/simplestack/fr_FR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/fr_FR.json b/plugin/src/main/resources/lang/simplestack/fr_FR.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/fr_FR.json +++ b/plugin/src/main/resources/lang/simplestack/fr_FR.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 530de2f0f39d26c6cbdefdc99e676eb64240b410 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:20 -0400 Subject: [PATCH 055/104] New translations en_us.json (Spanish) --- plugin/src/main/resources/lang/simplestack/es_ES.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/es_ES.json b/plugin/src/main/resources/lang/simplestack/es_ES.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/es_ES.json +++ b/plugin/src/main/resources/lang/simplestack/es_ES.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 13c3a292e0081db74c4c1e31763857b877bfbf9e Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:21 -0400 Subject: [PATCH 056/104] New translations en_us.json (Arabic) --- plugin/src/main/resources/lang/simplestack/ar_SA.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/ar_SA.json b/plugin/src/main/resources/lang/simplestack/ar_SA.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/ar_SA.json +++ b/plugin/src/main/resources/lang/simplestack/ar_SA.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 59af3c432a3f33579996bd99ba71e8cfd39deada Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:22 -0400 Subject: [PATCH 057/104] New translations en_us.json (Belarusian) --- plugin/src/main/resources/lang/simplestack/be_BY.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/be_BY.json b/plugin/src/main/resources/lang/simplestack/be_BY.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/be_BY.json +++ b/plugin/src/main/resources/lang/simplestack/be_BY.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 70558b9f7906fdf55dd6f7e3bcadcb29c411966b Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:23 -0400 Subject: [PATCH 058/104] New translations en_us.json (Bulgarian) --- plugin/src/main/resources/lang/simplestack/bg_BG.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/bg_BG.json b/plugin/src/main/resources/lang/simplestack/bg_BG.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/bg_BG.json +++ b/plugin/src/main/resources/lang/simplestack/bg_BG.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 6cb2bc76ac177770260ad6c70e2d23defc655fe2 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:24 -0400 Subject: [PATCH 059/104] New translations en_us.json (Czech) --- plugin/src/main/resources/lang/simplestack/cs_CZ.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/cs_CZ.json b/plugin/src/main/resources/lang/simplestack/cs_CZ.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/cs_CZ.json +++ b/plugin/src/main/resources/lang/simplestack/cs_CZ.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From a84f15a8c40ae5c3790ee93284051c48a9e58bc8 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:25 -0400 Subject: [PATCH 060/104] New translations en_us.json (German) --- plugin/src/main/resources/lang/simplestack/de_DE.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/de_DE.json b/plugin/src/main/resources/lang/simplestack/de_DE.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/de_DE.json +++ b/plugin/src/main/resources/lang/simplestack/de_DE.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From ad2c42ff17e4a88ff1a870356bd7efc7b5e8631d Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:26 -0400 Subject: [PATCH 061/104] New translations en_us.json (Greek) --- plugin/src/main/resources/lang/simplestack/el_GR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/el_GR.json b/plugin/src/main/resources/lang/simplestack/el_GR.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/el_GR.json +++ b/plugin/src/main/resources/lang/simplestack/el_GR.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 7e4d8beac2bb13ec60d26005d5c1ad2d699a73c1 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:26 -0400 Subject: [PATCH 062/104] New translations en_us.json (Hungarian) --- plugin/src/main/resources/lang/simplestack/hu_HU.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/hu_HU.json b/plugin/src/main/resources/lang/simplestack/hu_HU.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/hu_HU.json +++ b/plugin/src/main/resources/lang/simplestack/hu_HU.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From aa5d361509b99381e0175b2902847d470dc7ad84 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:27 -0400 Subject: [PATCH 063/104] New translations en_us.json (Italian) --- plugin/src/main/resources/lang/simplestack/it_IT.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/it_IT.json b/plugin/src/main/resources/lang/simplestack/it_IT.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/it_IT.json +++ b/plugin/src/main/resources/lang/simplestack/it_IT.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 04c2cb8fd515e233c66f416d0b64a7677c3feee5 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:28 -0400 Subject: [PATCH 064/104] New translations en_us.json (Japanese) --- plugin/src/main/resources/lang/simplestack/ja_JP.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/ja_JP.json b/plugin/src/main/resources/lang/simplestack/ja_JP.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/ja_JP.json +++ b/plugin/src/main/resources/lang/simplestack/ja_JP.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From d5cf2b620c69aee4a64440c6e882bf06699ffbf3 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:29 -0400 Subject: [PATCH 065/104] New translations en_us.json (Korean) --- plugin/src/main/resources/lang/simplestack/ko_KR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/ko_KR.json b/plugin/src/main/resources/lang/simplestack/ko_KR.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/ko_KR.json +++ b/plugin/src/main/resources/lang/simplestack/ko_KR.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 1a68f46a65e8f155a177758b2064f4106f662a77 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:30 -0400 Subject: [PATCH 066/104] New translations en_us.json (Dutch) --- plugin/src/main/resources/lang/simplestack/nl_NL.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/nl_NL.json b/plugin/src/main/resources/lang/simplestack/nl_NL.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/nl_NL.json +++ b/plugin/src/main/resources/lang/simplestack/nl_NL.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 67c332cfbb8891dd24bc48fad19169dab69c7448 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:31 -0400 Subject: [PATCH 067/104] New translations en_us.json (Polish) --- plugin/src/main/resources/lang/simplestack/pl_PL.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/pl_PL.json b/plugin/src/main/resources/lang/simplestack/pl_PL.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/pl_PL.json +++ b/plugin/src/main/resources/lang/simplestack/pl_PL.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 5285bf0af2bf30ee8e472f95902fcf9f713d4913 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:32 -0400 Subject: [PATCH 068/104] New translations en_us.json (Portuguese) --- plugin/src/main/resources/lang/simplestack/pt_PT.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/pt_PT.json b/plugin/src/main/resources/lang/simplestack/pt_PT.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/pt_PT.json +++ b/plugin/src/main/resources/lang/simplestack/pt_PT.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 4034d90d232c4936d9f1a6813e51480bc822a790 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:33 -0400 Subject: [PATCH 069/104] New translations en_us.json (Russian) --- plugin/src/main/resources/lang/simplestack/ru_RU.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/ru_RU.json b/plugin/src/main/resources/lang/simplestack/ru_RU.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/ru_RU.json +++ b/plugin/src/main/resources/lang/simplestack/ru_RU.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From cef872fd9e86a118d884e7ecc9483218cde2a9da Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:34 -0400 Subject: [PATCH 070/104] New translations en_us.json (Swedish) --- plugin/src/main/resources/lang/simplestack/sv_SE.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/sv_SE.json b/plugin/src/main/resources/lang/simplestack/sv_SE.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/sv_SE.json +++ b/plugin/src/main/resources/lang/simplestack/sv_SE.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 057db784a8c48d56800e73eeec85023efe1691ff Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:35 -0400 Subject: [PATCH 071/104] New translations en_us.json (Turkish) --- plugin/src/main/resources/lang/simplestack/tr_TR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/tr_TR.json b/plugin/src/main/resources/lang/simplestack/tr_TR.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/tr_TR.json +++ b/plugin/src/main/resources/lang/simplestack/tr_TR.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From c7bbd087194ee14a4d539ccecd8f2250454845e2 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:36 -0400 Subject: [PATCH 072/104] New translations en_us.json (Ukrainian) --- plugin/src/main/resources/lang/simplestack/uk_UA.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/uk_UA.json b/plugin/src/main/resources/lang/simplestack/uk_UA.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/uk_UA.json +++ b/plugin/src/main/resources/lang/simplestack/uk_UA.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 60454298359ab3790de60aa9c177455359cbcb18 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:37 -0400 Subject: [PATCH 073/104] New translations en_us.json (Chinese Simplified) --- plugin/src/main/resources/lang/simplestack/zh_CN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/zh_CN.json b/plugin/src/main/resources/lang/simplestack/zh_CN.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/zh_CN.json +++ b/plugin/src/main/resources/lang/simplestack/zh_CN.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 57510ecda744a2f145e54c03828a734abb483638 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:38 -0400 Subject: [PATCH 074/104] New translations en_us.json (Chinese Traditional) --- plugin/src/main/resources/lang/simplestack/zh_TW.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/zh_TW.json b/plugin/src/main/resources/lang/simplestack/zh_TW.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/zh_TW.json +++ b/plugin/src/main/resources/lang/simplestack/zh_TW.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From c429576a1e6f07da1ef5de1cd61eba1eeed75acf Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:39 -0400 Subject: [PATCH 075/104] New translations en_us.json (Vietnamese) --- plugin/src/main/resources/lang/simplestack/vi_VN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/vi_VN.json b/plugin/src/main/resources/lang/simplestack/vi_VN.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/vi_VN.json +++ b/plugin/src/main/resources/lang/simplestack/vi_VN.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 814f4169e68e8801840963ba64432447ac7326aa Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:40 -0400 Subject: [PATCH 076/104] New translations en_us.json (Portuguese, Brazilian) --- plugin/src/main/resources/lang/simplestack/pt_BR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/pt_BR.json b/plugin/src/main/resources/lang/simplestack/pt_BR.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/pt_BR.json +++ b/plugin/src/main/resources/lang/simplestack/pt_BR.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 667c1b4ed37ead03bea5bbbd7cfa2c1acb681908 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:41 -0400 Subject: [PATCH 077/104] New translations en_us.json (Indonesian) --- plugin/src/main/resources/lang/simplestack/id_ID.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/id_ID.json b/plugin/src/main/resources/lang/simplestack/id_ID.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/id_ID.json +++ b/plugin/src/main/resources/lang/simplestack/id_ID.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 9279128d13cf372f23dd78877f7e0fa8a685dda9 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:42 -0400 Subject: [PATCH 078/104] New translations en_us.json (Persian) --- plugin/src/main/resources/lang/simplestack/fa_IR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/fa_IR.json b/plugin/src/main/resources/lang/simplestack/fa_IR.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/fa_IR.json +++ b/plugin/src/main/resources/lang/simplestack/fa_IR.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 778c43a1a6b64b72f270e1d3dcecbc52fcf5ed60 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:43 -0400 Subject: [PATCH 079/104] New translations en_us.json (Tamil) --- plugin/src/main/resources/lang/simplestack/ta_IN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/ta_IN.json b/plugin/src/main/resources/lang/simplestack/ta_IN.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/ta_IN.json +++ b/plugin/src/main/resources/lang/simplestack/ta_IN.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 2df8a7a7dd07383f546b4948273959ac6eaf69da Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:44 -0400 Subject: [PATCH 080/104] New translations en_us.json (Spanish, Argentina) --- plugin/src/main/resources/lang/simplestack/es_AR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/es_AR.json b/plugin/src/main/resources/lang/simplestack/es_AR.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/es_AR.json +++ b/plugin/src/main/resources/lang/simplestack/es_AR.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 7a0cf081c51ae272ffc750672a4c11ca6d295e1c Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:44 -0400 Subject: [PATCH 081/104] New translations en_us.json (Spanish, Chile) --- plugin/src/main/resources/lang/simplestack/es_CL.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/es_CL.json b/plugin/src/main/resources/lang/simplestack/es_CL.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/es_CL.json +++ b/plugin/src/main/resources/lang/simplestack/es_CL.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 9db6341d9156997201f4edf7b2e05f20d6ccffdb Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:45 -0400 Subject: [PATCH 082/104] New translations en_us.json (Spanish, Mexico) --- plugin/src/main/resources/lang/simplestack/es_MX.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/es_MX.json b/plugin/src/main/resources/lang/simplestack/es_MX.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/es_MX.json +++ b/plugin/src/main/resources/lang/simplestack/es_MX.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 25c218bffd77302fbf492425c1809bbd2af8353b Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:46 -0400 Subject: [PATCH 083/104] New translations en_us.json (Spanish, Uruguay) --- plugin/src/main/resources/lang/simplestack/es_UY.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/es_UY.json b/plugin/src/main/resources/lang/simplestack/es_UY.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/es_UY.json +++ b/plugin/src/main/resources/lang/simplestack/es_UY.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 87fd1ef171259ee0b8ea07c3b697ecbdc5ec706c Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:47 -0400 Subject: [PATCH 084/104] New translations en_us.json (Spanish, Venezuela) --- plugin/src/main/resources/lang/simplestack/es_VE.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/es_VE.json b/plugin/src/main/resources/lang/simplestack/es_VE.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/es_VE.json +++ b/plugin/src/main/resources/lang/simplestack/es_VE.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 2b0a56d98f01f99ec73c5a3755b8211864eabd17 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:48 -0400 Subject: [PATCH 085/104] New translations en_us.json (Spanish, Ecuador) --- plugin/src/main/resources/lang/simplestack/es_EC.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/es_EC.json b/plugin/src/main/resources/lang/simplestack/es_EC.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/es_EC.json +++ b/plugin/src/main/resources/lang/simplestack/es_EC.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 74cc02be4924eb96f6c8109ee0b0f7ae9b613ee7 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:49 -0400 Subject: [PATCH 086/104] New translations en_us.json (Thai) --- plugin/src/main/resources/lang/simplestack/th_TH.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/th_TH.json b/plugin/src/main/resources/lang/simplestack/th_TH.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/th_TH.json +++ b/plugin/src/main/resources/lang/simplestack/th_TH.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 74f2ce7dad7e604102bc204d3f5fd2be966be23f Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:50 -0400 Subject: [PATCH 087/104] New translations en_us.json (Croatian) --- plugin/src/main/resources/lang/simplestack/hr_HR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/hr_HR.json b/plugin/src/main/resources/lang/simplestack/hr_HR.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/hr_HR.json +++ b/plugin/src/main/resources/lang/simplestack/hr_HR.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 9f61c49958621300052eb3a886a329b1d1a09a49 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:51 -0400 Subject: [PATCH 088/104] New translations en_us.json (Azerbaijani) --- plugin/src/main/resources/lang/simplestack/az_AZ.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/az_AZ.json b/plugin/src/main/resources/lang/simplestack/az_AZ.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/az_AZ.json +++ b/plugin/src/main/resources/lang/simplestack/az_AZ.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 75ccfbbb364041881b66ef6bda0f7ac8662f6f90 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:52 -0400 Subject: [PATCH 089/104] New translations en_us.json (Hindi) --- plugin/src/main/resources/lang/simplestack/hi_IN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/hi_IN.json b/plugin/src/main/resources/lang/simplestack/hi_IN.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/hi_IN.json +++ b/plugin/src/main/resources/lang/simplestack/hi_IN.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From b4ada8651d1942a5e346e3d7113d171a31e5358b Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:53 -0400 Subject: [PATCH 090/104] New translations en_us.json (Malay) --- plugin/src/main/resources/lang/simplestack/ms_MY.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/ms_MY.json b/plugin/src/main/resources/lang/simplestack/ms_MY.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/ms_MY.json +++ b/plugin/src/main/resources/lang/simplestack/ms_MY.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From ea17ed142dd999e79fad9487e19f9c08da3f8ec6 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:54 -0400 Subject: [PATCH 091/104] New translations en_us.json (English, Australia) --- plugin/src/main/resources/lang/simplestack/en_AU.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/en_AU.json b/plugin/src/main/resources/lang/simplestack/en_AU.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/en_AU.json +++ b/plugin/src/main/resources/lang/simplestack/en_AU.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 16005b81c8f7731e91574236b2a6a905c2756f28 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:55 -0400 Subject: [PATCH 092/104] New translations en_us.json (English, Canada) --- plugin/src/main/resources/lang/simplestack/en_CA.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/en_CA.json b/plugin/src/main/resources/lang/simplestack/en_CA.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/en_CA.json +++ b/plugin/src/main/resources/lang/simplestack/en_CA.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From a8ce4223a1c81f633a9dd7d6a5bcb4dc087efd54 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:56 -0400 Subject: [PATCH 093/104] New translations en_us.json (English, United Kingdom) --- plugin/src/main/resources/lang/simplestack/en_GB.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/en_GB.json b/plugin/src/main/resources/lang/simplestack/en_GB.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/en_GB.json +++ b/plugin/src/main/resources/lang/simplestack/en_GB.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From ef54f674880e301ce772d0bf5ec3c17fa03ec182 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:56 -0400 Subject: [PATCH 094/104] New translations en_us.json (French, Canada) --- plugin/src/main/resources/lang/simplestack/fr_CA.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/fr_CA.json b/plugin/src/main/resources/lang/simplestack/fr_CA.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/fr_CA.json +++ b/plugin/src/main/resources/lang/simplestack/fr_CA.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 9a240abf96a60d2d150652fe1d5a5addbef4588b Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:57 -0400 Subject: [PATCH 095/104] New translations en_us.json (Filipino) --- plugin/src/main/resources/lang/simplestack/fil_PH.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/fil_PH.json b/plugin/src/main/resources/lang/simplestack/fil_PH.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/fil_PH.json +++ b/plugin/src/main/resources/lang/simplestack/fil_PH.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 087ff0b0ddb502ff936364a95f95bcac3629b304 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:58 -0400 Subject: [PATCH 096/104] New translations en_us.json (Chinese Traditional, Hong Kong) --- plugin/src/main/resources/lang/simplestack/zh_HK.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/zh_HK.json b/plugin/src/main/resources/lang/simplestack/zh_HK.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/zh_HK.json +++ b/plugin/src/main/resources/lang/simplestack/zh_HK.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 72ecf1e1646a4f1976c294ecd4a07cda5e6d5bfc Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:59 -0400 Subject: [PATCH 097/104] New translations en_us.json (Tatar) --- plugin/src/main/resources/lang/simplestack/tt_RU.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/tt_RU.json b/plugin/src/main/resources/lang/simplestack/tt_RU.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/tt_RU.json +++ b/plugin/src/main/resources/lang/simplestack/tt_RU.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From f1fc59c229622a8f8367c92940fecff335918049 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:49:00 -0400 Subject: [PATCH 098/104] New translations en_us.json (Kannada) --- plugin/src/main/resources/lang/simplestack/kn_IN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/kn_IN.json b/plugin/src/main/resources/lang/simplestack/kn_IN.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/kn_IN.json +++ b/plugin/src/main/resources/lang/simplestack/kn_IN.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 2af97c6d7b0e06d5387c74066711f248c14fdb87 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:49:01 -0400 Subject: [PATCH 099/104] New translations en_us.json (German, Austria) --- plugin/src/main/resources/lang/simplestack/de_AT.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/de_AT.json b/plugin/src/main/resources/lang/simplestack/de_AT.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/de_AT.json +++ b/plugin/src/main/resources/lang/simplestack/de_AT.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 4844f2f319017a69ec26f01c1b9f0e21578b6ac5 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:49:02 -0400 Subject: [PATCH 100/104] New translations en_us.json (German, Switzerland) --- plugin/src/main/resources/lang/simplestack/de_CH.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/de_CH.json b/plugin/src/main/resources/lang/simplestack/de_CH.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/de_CH.json +++ b/plugin/src/main/resources/lang/simplestack/de_CH.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From d8f1def624565eb7a36fb937c082f0a25a43c313 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:49:03 -0400 Subject: [PATCH 101/104] New translations en_us.json (English, New Zealand) --- plugin/src/main/resources/lang/simplestack/en_NZ.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/en_NZ.json b/plugin/src/main/resources/lang/simplestack/en_NZ.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/en_NZ.json +++ b/plugin/src/main/resources/lang/simplestack/en_NZ.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 966d85a112c19b743a40bebf53e756ce7052df48 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:49:04 -0400 Subject: [PATCH 102/104] New translations en_us.json (Igbo) --- plugin/src/main/resources/lang/simplestack/ig_NG.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/ig_NG.json b/plugin/src/main/resources/lang/simplestack/ig_NG.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/ig_NG.json +++ b/plugin/src/main/resources/lang/simplestack/ig_NG.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 9aa2677ab9d40b13c622ea35442e99407dde2d41 Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:49:05 -0400 Subject: [PATCH 103/104] New translations en_us.json (Somali) --- plugin/src/main/resources/lang/simplestack/so_SO.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/so_SO.json b/plugin/src/main/resources/lang/simplestack/so_SO.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/so_SO.json +++ b/plugin/src/main/resources/lang/simplestack/so_SO.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file From 54e0ffbebd6dde326a01cbc16ea1ae44ad519b3c Mon Sep 17 00:00:00 2001 From: Michael <58639173+Mikedeejay2@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:49:06 -0400 Subject: [PATCH 104/104] New translations en_us.json (Yoruba) --- plugin/src/main/resources/lang/simplestack/yo_NG.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/lang/simplestack/yo_NG.json b/plugin/src/main/resources/lang/simplestack/yo_NG.json index 1eb56d85..563a6fbb 100644 --- a/plugin/src/main/resources/lang/simplestack/yo_NG.json +++ b/plugin/src/main/resources/lang/simplestack/yo_NG.json @@ -62,5 +62,5 @@ "simplestack.info.apply_transformations": "Applying transformations, this may take a moment...", "simplestack.info.finish_init": "Finished initialization.", "simplestack.errors.incompatible_java_l1": "SimpleStack is not compatible with this installation of Java.", - "simplestack.errors.incompatible_java_l2": "Common solutions are to use Java 9 or greater OR use a Java 8 JDK." + "simplestack.errors.incompatible_java_l2": "SimpleStack generally requires the server to be running on a JDK (Java Development Kit)." } \ No newline at end of file