diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-03-17 21:20:46 +0100 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-03-17 21:20:46 +0100 |
| commit | 16cc3b2a7cf9ccb3a5c06e379d7272ddfa310bbe (patch) | |
| tree | 56446f5c516f8c17382727d04042ae4aaadb2f83 /translations | |
| parent | 03cf4e465cf6b3412f3c0990cb642bf5db264b4c (diff) | |
| download | Firmament-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.json | 2 |
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", |
