mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
18 lines
778 B
JSON
18 lines
778 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/main/NewHorizons/Schemas/translation_schema.json",
|
|
"DialogueDictionary":
|
|
{
|
|
"NEW_HORIZONS_WARP_DRIVE_DIALOGUE_1" : "Your ship is now equiped with a warp drive!",
|
|
"NEW_HORIZONS_WARP_DRIVE_DIALOGUE_2" : "You can use the new \"Interstellar Mode\" page in the ship log to lock-on your autopilot to another star system.",
|
|
"NEW_HORIZONS_WARP_DRIVE_DIALOGUE_3" : "Then just buckle up and engage the autopilot to warp there!"
|
|
},
|
|
"UIDictionary":
|
|
{
|
|
"INTERSTELLAR_MODE" : "Interstellar Mode",
|
|
"FREQ_STATUE" : "Nomai Statue",
|
|
"FREQ_WARP_CORE" : "Anti-Graviton Flux",
|
|
"FREQ_UNKNOWN" : "???",
|
|
"ENGAGE_WARP_PROMPT" : "Engage Warp To {0}",
|
|
"WARP_LOCKED" : "AUTOPILOT LOCKED TO:\n{0}"
|
|
}
|
|
} |