Skip to content

Commit

Permalink
Langs, langs, langs (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
CommandrMoose authored May 3, 2024
1 parent 57349b5 commit 45ca52b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ protected void addTranslations() {
addSound(TRSoundRegistry.ARTRON_PILLAR.get(), "Artron pillar activated");
addSound(TRSoundRegistry.CORRIDOR_TELEPORTER.get(), "Teleporter building up");
addSound(TRSoundRegistry.CORRIDOR_TELEPORTER_SUCCESS.get(), "Teleporter used");
addSound(TRSoundRegistry.SCREWDRIVER_SHORT.get(), "Screwdriver used");
addSound(TRSoundRegistry.INTERIOR_CREAKS.get(), "Creaks");
addSound(TRSoundRegistry.SCREWDRIVER_DISCARD.get(), "Screwdriver discard data");

/*Block*/
add(TRBlockRegistry.ARS_EGG.get(), "ARS Egg");
Expand Down
53 changes: 33 additions & 20 deletions lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,28 +79,35 @@
"item.tardis_refined.zeiton_nugget": "Zeiton Nugget",
"itemGroup.tardis_refined": "Tardis Refined",
"message.tardis_refined.ascend_key": "Ascend: %s",
"message.tardis_refined.astral_manipulator_engaged": "Please make your selection. Right click again to confirm.",
"message.tardis_refined.cannot_switch_console_units_whilst_in_flight": "Cannot change consoles whilst in flight.",
"message.tardis_refined.console_config_not_in_flight": "Cannot update console block whilst in flight.",
"message.tardis_refined.astral_manipulator_engaged": "Please make your selection. Right click again to confirm",
"message.tardis_refined.cannot_start_no_fuel": "Not enough fuel to start",
"message.tardis_refined.cannot_switch_console_units_whilst_in_flight": "Cannot change consoles whilst in flight",
"message.tardis_refined.console_config_not_in_flight": "Cannot update console block whilst in flight",
"message.tardis_refined.descend_key": "Descend: %s",
"message.tardis_refined.desktop_cancel_not_enough_fuel": "Not enough fuel to start the reconfiguration process.",
"message.tardis_refined.desktop_cancel_not_enough_fuel": "Not enough fuel to start the reconfiguration process",
"message.tardis_refined.exterior_cooldown": "You must wait %s seconds",
"message.tardis_refined.handbrake_disengaged": "Disengaged.",
"message.tardis_refined.handbrake_engaged": "Engaged.",
"message.tardis_refined.handbrake_warning": "Ship is in flight. Left click the handbrake to engage.",
"message.tardis_refined.hardware_offline": "Hardware offline.",
"message.tardis_refined.fuel": "Fuel: ",
"message.tardis_refined.fuel_offline": "Fuel offline",
"message.tardis_refined.handbrake_disengaged": "Handbrake disengaged",
"message.tardis_refined.handbrake_engaged": "Handbrake engaged",
"message.tardis_refined.handbrake_warning": "Ship is in flight. Left click the handbrake to engage",
"message.tardis_refined.hardware_offline": "Hardware offline",
"message.tardis_refined.key_bound": "Key Bound to %s",
"message.tardis_refined.key_cycled": "Main: %s",
"message.tardis_refined.landing_pad_transient": "Cannot summon TARDIS at this time.",
"message.tardis_refined.landing_pad_unlocked": "Specified TARDIS rejected landing pad signal.",
"message.tardis_refined.no_end_dragon_prevents": "A dragon prevents you from progressing to The End.",
"message.tardis_refined.no_flight_transitive": "Cannot change handbrake state whilst in transitive flight.",
"message.tardis_refined.refuel_engaged": "Enabled refuelling.",
"message.tardis_refined.refuel_stopped": "Stopped refuelling.",
"message.tardis_refined.root_plant_cut_open": "Roots cover the entrance.",
"message.tardis_refined.landing_pad_transient": "Cannot summon TARDIS at this tim.",
"message.tardis_refined.landing_pad_unlocked": "Specified TARDIS rejected landing pad signal",
"message.tardis_refined.no_end_dragon_prevents": "A dragon prevents you from progressing to The End",
"message.tardis_refined.no_flight_transitive": "Cannot change handbrake state whilst in transitive flight",
"message.tardis_refined.refuel_engaged": "Enabled refuelling",
"message.tardis_refined.refuel_stopped": "Stopped refuelling",
"message.tardis_refined.root_plant_cut_open": "Roots cover the entrance",
"message.tardis_refined.selected": "Selected: %s",
"message.tardis_refined.tardis_on_the_way": "TARDIS has been summoned and is on the way.",
"message.tardis_refined.tardis_on_the_way": "TARDIS has been summoned and is on the way",
"message.tardis_refined.tooltip_in_flight": "In flight",
"message.tardis_refined.waypoint_loaded": "Preloaded waypoint: %s",
"monitor.waypoints.name.placeholder": "Waypoint name",
"monitor.waypoints.new_waypoint": "New Waypoint",
"monitor.waypoints.taken": "Data retrieved from destination values",
"shell.tardis_refined.big_ben": "Big Ben",
"shell.tardis_refined.briefcase": "Briefcase",
"shell.tardis_refined.castle": "Castle",
Expand Down Expand Up @@ -154,13 +161,15 @@
"ui.tardis_refined.monitor.upload.waypoints": "WAYPOINT NAVIGATION",
"ui.tardis_refined.monitor.waypoint_name": "Waypoint Name:",
"ui.tardis_refined.monitor.waypoints": "WAYPOINTS",
"ui.tardis_refined.monitor.waypoints.dimension": "Dimension",
"ui.tardis_refined.monitor.waypoints.direction": "Direction",
"ui.tardis_refined.monitor.waypoints.create": "New waypoint",
"ui.tardis_refined.monitor.waypoints.delete": "Delete waypoint",
"ui.tardis_refined.monitor.waypoints.edit": "Edit waypoint",
"ui.tardis_refined.monitor.waypoints.issues": "Issues:",
"ui.tardis_refined.monitor.waypoints.issues.name": "Invalid waypoint name",
"ui.tardis_refined.monitor.waypoints.issues.x": "Invalid X value",
"ui.tardis_refined.monitor.waypoints.issues.y": "Invalid Y value",
"ui.tardis_refined.monitor.waypoints.issues.z": "Invalid Z value",
"ui.tardis_refined.monitor.waypoints.load": "Send to console",
"ui.tardis_refined.monitor.waypoints.submit": "Submit",
"ui.tardis_refined.monitor.waypoints.upload": "Upload",
"ui.tardis_refined.no_installed_subsystems": "No available sub-systems",
Expand All @@ -171,8 +180,6 @@
"upgrade.tardis_refined.architecture_system.description": "Enables TARDIS Architecture Upgrades",
"upgrade.tardis_refined.chameleon_circuit_system": "Chameleon Circuit",
"upgrade.tardis_refined.chameleon_circuit_system.description": "Allows the TARDIS to change it's shape",
"upgrade.tardis_refined.coordinate_input": "Coordinate Input",
"upgrade.tardis_refined.coordinate_input.description": "Allows the Pilot to input coordinates with the monitor",
"upgrade.tardis_refined.defense_system": "Defense System",
"upgrade.tardis_refined.defense_system.description": "Enables Defense Protocols",
"upgrade.tardis_refined.dimension_travel": "Inter-Dimensional Travel",
Expand All @@ -183,6 +190,12 @@
"upgrade.tardis_refined.explorer_ii.description": "x2500 Increment",
"upgrade.tardis_refined.explorer_iii": "Explorer III",
"upgrade.tardis_refined.explorer_iii.description": "x5000 Increment",
"upgrade.tardis_refined.improved_generation_time_i": "Improved Generation I",
"upgrade.tardis_refined.improved_generation_time_i.description": "Lowers desktop wait times to 120 seconds",
"upgrade.tardis_refined.improved_generation_time_ii": "Improved Generation II",
"upgrade.tardis_refined.improved_generation_time_ii.description": "Lowers desktop wait times to 60 seconds",
"upgrade.tardis_refined.improved_generation_time_iii": "Improved Generation III",
"upgrade.tardis_refined.improved_generation_time_iii.description": "Lowers desktop wait times to 10 seconds",
"upgrade.tardis_refined.inside_architecture": "Desktop Reconfiguration",
"upgrade.tardis_refined.inside_architecture.description": "Allows the Pilot to change the appearance of the TARDIS Desktop",
"upgrade.tardis_refined.landing_pad": "Landing Pad",
Expand Down

0 comments on commit 45ca52b

Please sign in to comment.