-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from XlosVSM/1.20.1/main
Added en_nz
- Loading branch information
Showing
2 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
common/src/main/resources/assets/vs_addition/lang/en_nz.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,40 @@ | ||
{ | ||
"create.vs_addition.working_mode" : "Working Mode", | ||
"create.vs_addition.working_mode.original" : "Original behaviour", | ||
"create.vs_addition.working_mode.with_ship" : "Another behaviour for ships", | ||
|
||
"vs_addition.command.fake_air_pocket.add": "Added a fake air pocket from (%1$s, %2$s, %3$s) to (%4$s, %5$s, %6$s)!\n Ship ID: %7$s\n Pocket ID: %8$s", | ||
"vs_addition.command.fake_air_pocket.remove": "Removed the fake air pocket!\n Ship ID: %1$s\n Pocket ID: %2$s", | ||
"vs_addition.command.fake_air_pocket.extend": "Extended the fake air pocket %1$s block(s) on the %2$s side!\n Ship ID: %3$s\n Pocket ID: %4$s", | ||
"vs_addition.command.fake_air_pocket.get": "Got a fake air pocket from (%1$s, %2$s, %3$s) to (%4$s, %5$s, %6$s)!\n Pocket ID: %7$s", | ||
"vs_addition.command.get_ship_id_and_slug": "Ship ID: %1$s\nShip Slug: %2$s", | ||
|
||
"vs_addition.display_source.ship_data": "Ship Data", | ||
"vs_addition.display_source.ship_data.id": "Ship ID", | ||
"vs_addition.display_source.ship_data.slug": "Ship Slug", | ||
"vs_addition.display_source.ship_data.velocity_modulus": "Ship Velocity (m/s)", | ||
"vs_addition.display_source.ship_data.velocity_modulus_km_h": "Ship Velocity (km/h)", | ||
"vs_addition.display_source.ship_data.velocity_components": "Ship Velocity Components (m/s)", | ||
"vs_addition.display_source.ship_data.omega_modulus": "Ship Omega (rad/s)", | ||
"vs_addition.display_source.ship_data.omega_components": "Ship Omega Components (rad/s)", | ||
"vs_addition.display_source.ship_data.mass_center_position_in_world": "Ship Mass Center Position (World Coordinates)", | ||
"vs_addition.display_source.ship_data.source_block_position_in_world": "Source Block Position (World Coordinates)", | ||
"vs_addition.display_source.ship_data.mass_center_position_in_ship": "Ship Mass Center Position (Shipyard Coordinates)", | ||
"vs_addition.display_source.ship_data.source_block_position_in_ship": "Source Block Position (Shipyard Coordinates)", | ||
"vs_addition.display_source.ship_data.roll_radians": "Roll (Radians)", | ||
"vs_addition.display_source.ship_data.roll_degrees": "Roll (Degrees)", | ||
"vs_addition.display_source.ship_data.pitch_radians": "Pitch (Radians)", | ||
"vs_addition.display_source.ship_data.pitch_degrees": "Pitch (Degrees)", | ||
"vs_addition.display_source.ship_data.yaw_radians": "Yaw (Radians)", | ||
"vs_addition.display_source.ship_data.yaw_degrees": "Yaw (Degrees)", | ||
"vs_addition.display_source.ship_data.not_ship": "Not a ship", | ||
|
||
"vs_addition.error.text1" : "An error occurred. Please report it at %s", | ||
|
||
"direction.up": "Up", | ||
"direction.down": "Down", | ||
"direction.east": "East", | ||
"direction.west": "West", | ||
"direction.south": "South", | ||
"direction.north": "North" | ||
} |
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