aboutsummaryrefslogtreecommitdiff
path: root/translations
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-03-17 21:20:46 +0100
committerLinnea Gräf <nea@nea.moe>2025-03-17 21:20:46 +0100
commit16cc3b2a7cf9ccb3a5c06e379d7272ddfa310bbe (patch)
tree56446f5c516f8c17382727d04042ae4aaadb2f83 /translations
parent03cf4e465cf6b3412f3c0990cb642bf5db264b4c (diff)
downloadFirmament-16cc3b2a7cf9ccb3a5c06e379d7272ddfa310bbe.tar.gz
Firmament-16cc3b2a7cf9ccb3a5c06e379d7272ddfa310bbe.tar.bz2
Firmament-16cc3b2a7cf9ccb3a5c06e379d7272ddfa310bbe.zip
feat: Add relative waypoints to import coords relative to a structure
Diffstat (limited to 'translations')
-rw-r--r--translations/en_us.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/translations/en_us.json b/translations/en_us.json
index 8321112..ac557f3 100644
--- a/translations/en_us.json
+++ b/translations/en_us.json
@@ -8,6 +8,8 @@
"firmament.command.waypoint.clear": "Cleared waypoints.",
"firmament.command.waypoint.import": "Imported %s waypoints from clipboard.",
"firmament.command.waypoint.import.error": "Could not import waypoints from clipboard. Make sure they are on ColeWeight format:\n[{\"x\": 69, \"y\":420, \"z\": 36}]",
+ "firmament.command.waypoint.ordered.toggle.false": "Disabled ordered waypoints",
+ "firmament.command.waypoint.ordered.toggle.true": "Enabled ordered waypoints",
"firmament.command.waypoint.remove": "Removed waypoint %s. Other waypoints may have different indexes now.",
"firmament.command.waypoint.remove.error": "Could not find waypoint with that index to delete.",
"firmament.command.waypoint.skip": "Skipped 1 waypoint",