-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e95b4be
commit 5f91871
Showing
4 changed files
with
117 additions
and
1 deletion.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
client/src/main/resources/assets/switchy_data/lang/en_us.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"commands.switchy_client.export.command": "/switchy_client export", | ||
"commands.switchy_client.export.help": "save presets to a file", | ||
"commands.switchy_client.export.fail": "Sending to client failed! See log for details", | ||
"commands.switchy_client.import.command": "/switchy_client import %s", | ||
"commands.switchy_client.import.help": "load exported presets", | ||
"commands.switchy_client.import.fail.parse": "Failed to parse imported NBT", | ||
"commands.switchy_client.import.fail.construct": "Failed to construct Presets from NBT", | ||
"commands.switchy_client.import.fail.permission": "You do not have permission to specify operator modules: %s", | ||
"commands.switchy_client.placeholder.file": "[file]" | ||
} |
42 changes: 42 additions & 0 deletions
42
compat/src/main/resources/assets/switchy_compat_data/lang/en_us.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"switchy.modules.switchy.apoli.description": "A module that switches power data from Apace's Apoli.", | ||
"switchy.modules.switchy.apoli.enabled": "Power data will be saved alongside each presets' origins.", | ||
"switchy.modules.switchy.apoli.disabled": "Powers will be created fresh when switching presets with different origins.", | ||
"switchy.modules.switchy.apoli.warning": "All power data (resources, extra inventory, etc.) for other presets' origins will be dropped/lost!", | ||
"switchy.modules.switchy.drogtor.description": "A module that switches nicknames from unascribed's Drogtor The Nickinator.", | ||
"switchy.modules.switchy.drogtor.enabled": "You will be able to set nicknames per-preset.", | ||
"switchy.modules.switchy.drogtor.disabled": "You will share a single nickname across all presets.", | ||
"switchy.modules.switchy.drogtor.warning": "All other nicknames will be cleared!", | ||
"switchy.modules.switchy.hidearmor.description": "A module that switches hidden armor from unascribed's Fabrication's /hidearmor.", | ||
"switchy.modules.switchy.hidearmor.enabled": "/hidearmor will change armor visibility per-preset.", | ||
"switchy.modules.switchy.hidearmor.disabled": "/hidearmor will change armor visibility for all presets.", | ||
"switchy.modules.switchy.hidearmor.warning": "All other /hidearmor settings will be cleared!", | ||
"switchy.modules.switchy.fabrictailor.description": "A module that switches player skins from samolego's Fabric Tailor.", | ||
"switchy.modules.switchy.fabrictailor.enabled": "You will be able to set a skin per-preset.", | ||
"switchy.modules.switchy.fabrictailor.disabled": "You will share a single skin across all presets.", | ||
"switchy.modules.switchy.fabrictailor.warning": "All other overridden skins will be cleared!", | ||
"switchy.modules.switchy.origins.description": "A module that switches layered Origins from Apace's Origins.", | ||
"switchy.modules.switchy.origins.enabled": "You will be able to have an origin (or layered set) for each preset. BYO Orbs of Origin.", | ||
"switchy.modules.switchy.origins.disabled": "You will share one set of origins across all presets.", | ||
"switchy.modules.switchy.origins.warning": "All other sets of origins will be lost!", | ||
"switchy.modules.switchy.pehkui.description": "A module that switches scale values (e.g. sizes) from Virtuoel's Pehkui.", | ||
"switchy.modules.switchy.pehkui.enabled": "Scale changes will apply only to the current preset.", | ||
"switchy.modules.switchy.pehkui.disabled": "Scale changes will apply regardless of the current preset.", | ||
"switchy.modules.switchy.pehkui.warning": "All other scale values wil be cleared!", | ||
"switchy.modules.switchy.styled_nicknames.description": "A module that switches nicknames from Patbox's Styled Nicknames.", | ||
"switchy.modules.switchy.styled_nicknames.enabled": "You will be able to set nicknames per-preset.", | ||
"switchy.modules.switchy.styled_nicknames.disabled": "You will share a single nickname across all presets.", | ||
"switchy.modules.switchy.styled_nicknames.warning": "All other nicknames will be cleared!", | ||
"switchy.modules.switchy.arcpocalypse.description": "A module that switches nekoarc state contents from Arathain's Arcpocalypse.", | ||
"switchy.modules.switchy.arcpocalypse.enabled": "You will have your neco-arc transformation contained to each preset.", | ||
"switchy.modules.switchy.arcpocalypse.disabled": "Neco-arc transformations will apply to all presets.", | ||
"switchy.modules.switchy.arcpocalypse.warning": "All other neco-arc transformations (or lack thereof) will be cleared!", | ||
"switchy.modules.switchy.hexcasting.description": "A module that switches the internalized pigment from petrak@'s Hex Casting.", | ||
"switchy.modules.switchy.hexcasting.enabled": "You will have one internalized pigment per-preset.", | ||
"switchy.modules.switchy.hexcasting.disabled": "You will share a single internalized pigment over all presets.", | ||
"switchy.modules.switchy.hexcasting.warning": "All other pigments will be cleared!", | ||
"switchy.modules.switchy.lanyard.description": "A module that switches lanyard contents from Pyrrha's Lanyard.", | ||
"switchy.modules.switchy.lanyard.enabled": "You will have individual lanyard contents per-preset. ", | ||
"switchy.modules.switchy.lanyard.disabled": "You will have the same lanyard contents on all presets.", | ||
"switchy.modules.switchy.lanyard.warning": "All other lanyard contents will be cleared!" | ||
} |
63 changes: 63 additions & 0 deletions
63
core/src/main/resources/assets/switchy_data/lang/en_us.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"commands.switchy.help.command": "/switchy help", | ||
"commands.switchy.help.help": "lists available commands", | ||
"commands.switchy.help.line": "%s - %s", | ||
"commands.switchy.help.placeholder.module": "[name]", | ||
"commands.switchy.help.placeholder.preset": "[name]", | ||
"commands.switchy.list.command": "/switchy list", | ||
"commands.switchy.list.help": "list your presets", | ||
"commands.switchy.list.presets": "Presets: %s", | ||
"commands.switchy.list.modules": "Modules: %s", | ||
"commands.switchy.list.current": "Current Preset: %s", | ||
"commands.switchy.new.command": "/switchy new %s", | ||
"commands.switchy.new.help": "create a new preset", | ||
"commands.switchy.new.success": "Preset %s created", | ||
"commands.switchy.new.fail.invalid": "That preset name is invalid!", | ||
"commands.switchy.new.fail.exists": "That preset already exists! Try %s", | ||
"commands.switchy.set.command": "/switchy set %s", | ||
"commands.switchy.set.help": "switches to specified preset", | ||
"commands.switchy.set.success": "Switched from %s to %s", | ||
"commands.switchy.set.fail.missing": "That preset doesn't exist! Try %s", | ||
"commands.switchy.set.fail.current": "You can't switch to your current preset! Try %s", | ||
"commands.switchy.delete.command": "/switchy delete %s", | ||
"commands.switchy.delete.help": "delete a preset permanently", | ||
"commands.switchy.delete.warn": "WARNING: Preset data from enabled modules will be deleted", | ||
"commands.switchy.delete.confirmation": "Confirm using %s", | ||
"commands.switchy.delete.success": "Deleted preset %s", | ||
"commands.switchy.delete.fail.missing": "That preset doesn't exist! Try %s", | ||
"commands.switchy.delete.fail.current": "You can't delete your current preset! Try %s", | ||
"commands.switchy.rename.command": "/switchy rename %s %s", | ||
"commands.switchy.rename.help": "rename a preset", | ||
"commands.switchy.rename.success": "Renamed preset from %s to %s", | ||
"commands.switchy.rename.fail.invalid": "That preset name is invalid!", | ||
"commands.switchy.rename.fail.exists": "That preset already exists! Try %s", | ||
"commands.switchy.rename.fail.missing": "That preset doesn't exist! Try %s", | ||
"commands.switchy.module.help.command": "/switchy module help %s", | ||
"commands.switchy.module.help.help": "show module info", | ||
"commands.switchy.module.help.description": "%s (%s) - %s", | ||
"commands.switchy.module.help.enabled": "When enabled: %s", | ||
"commands.switchy.module.help.enabled.default": "Module data will be saved and switched per-preset.", | ||
"commands.switchy.module.help.disabled": "When disabled: %s", | ||
"commands.switchy.module.help.disabled.default": "Module data will be shared across all presets.", | ||
"commands.switchy.module.help.fail.missing": "Module '%s' doesn't exist!", | ||
"commands.switchy.module.enable.command": "/switchy module enable %s", | ||
"commands.switchy.module.enable.help": "enable a module", | ||
"commands.switchy.module.enable.success": "Enabled %s", | ||
"commands.switchy.module.enable.fail.missing": "Module '%s' doesn't exist!", | ||
"commands.switchy.module.enable.fail.enabled": "Module %s is already enabled!", | ||
"commands.switchy.module.disable.command": "/switchy module disable %s", | ||
"commands.switchy.module.disable.help": "disable a module", | ||
"commands.switchy.module.disable.warn": "Warning: %s", | ||
"commands.switchy.module.disable.warn.default": "Module data will be deleted for all presets", | ||
"commands.switchy.module.disable.confirmation": "Confirm using %s", | ||
"commands.switchy.module.disable.success": "Disabled %s", | ||
"commands.switchy.module.disable.fail.missing": "Module '%s' doesn't exist!", | ||
"commands.switchy.module.disable.fail.disabled": "Module %s is already disabled!", | ||
"commands.switchy.import.confirmation": "Confirm using %s", | ||
"commands.switchy.import.success": "Import succeeded: added %s and updated %s presets", | ||
"commands.switchy.import.warn.info": "You are about to import %s presets with %s modules:", | ||
"commands.switchy.import.warn.collision": "Red presets will have these modules overwritten:", | ||
"commands.switchy.fail": "Error occurred while executing command - Check the server log for more details.", | ||
"commands.switch.command": "/switch %s", | ||
"commands.switch.help": "alias of above" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters