Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add paintshop to stations #5342

Merged
merged 18 commits into from
May 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 70 additions & 2 deletions data/lang/ui-core/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
"description": "",
"message": "An error has occurred"
},
"PURCHASE_PAINTJOB": {
"description": "Paintshop button",
"message": "Purchase Paintjob"
},
"ARRIVAL_DATE": {
"description": "Time of arrival, used in flight log",
"message": "Arrival date"
Expand Down Expand Up @@ -147,6 +151,14 @@
"description": "Key binding option",
"message": "Change Binding"
},
"CHANGE_COLOR": {
"description": "Paintshop button",
"message": "Change Color"
},
"CHANGE_PATTERN": {
"description": "Paintshop button",
"message": "Change Pattern"
},
"CHIEF_MECHANIC": {
"description": "",
"message": "Chief Mechanic"
Expand Down Expand Up @@ -179,6 +191,10 @@
"description": "",
"message": "Close"
},
"COLOR": {
"description": "",
"message": "Color"
},
"COMBAT": {
"description": "Headline for kills and combat rating",
"message": "Combat"
Expand Down Expand Up @@ -1415,6 +1431,10 @@
"description": "",
"message": "Negotiate"
},
"NEW_PAINTJOB_APPLIED": {
"description": "Paintshop popup",
"message": "The new paintjob has been applied to your ship."
},
"NEXT_FACE_FEATURE": {
"description": "Face feature switch button for FaceGenerator in the PersonalInfo view",
"message": "Next"
Expand Down Expand Up @@ -1555,6 +1575,38 @@
"description": "Player owing money to crew members",
"message": "Owed"
},
"PAINTSHOP": {
"description": "Station tab title",
"message": "Paintshop"
},
"PAINTSHOP_NOT_AVAILABLE": {
"description": "",
"message": "Paintshop is not available in this spaceport."
},
"PAINTSHOP_WELCOME_0": {
"description": "Welcome message to the paintshop.",
"message": "Welcome! We will paint your ship pretty!"
},
"PAINTSHOP_WELCOME_1": {
"description": "Welcome message to the paintshop.",
"message": "Hi there! Looking for a change in aesthetics?"
},
"PAINTSHOP_WELCOME_2": {
"description": "Welcome message to the paintshop.",
"message": "We can't make your ship fly fast, but we can make it fly in style!"
},
"PAINTSHOP_WELCOME_3": {
"description": "Welcome message to the paintshop.",
"message": "Welcome, traveller. Please take your time and let out your creativity."
},
"PAINTSHOP_WELCOME_4": {
"description": "Welcome message to the paintshop.",
"message": "Looking the best in the galaxy has never been easier!"
},
"PATTERN": {
"description": "Ship painting pattern.",
"message": "Pattern"
},
"PAY": {
"description": "Pay for a transaction of services, e.g. for paying fines, (or repairs)",
"message": "Pay"
Expand Down Expand Up @@ -1595,6 +1647,10 @@
"description": "",
"message": "Planet textures"
},
"PLEASE_DESIGN_NEW_PAINTJOB": {
"description": "",
"message": "Please design your new paintjob:"
},
"PLEASE_REPORT_THIS_ERROR": {
"description": "Informational text mentioning the error and asking the player to report it.",
"message": "Oops, something went wrong here! Please report the steps to reproduce this error, the output log, and your save file to the Pioneer issue tracker on Github.\nYou can find your output log at: {path}/output.txt"
Expand Down Expand Up @@ -1719,6 +1775,10 @@
"description": "",
"message": "Reset Orientation and Zoom"
},
"RESET_PREVIEW": {
"description": "Paintshop button",
"message": "Reset Preview"
},
"RETURN_TO_GAME": {
"description": "",
"message": "Return to game"
Expand Down Expand Up @@ -1844,8 +1904,8 @@
"message": "Ship Market"
},
"SHIP_REPAIRS": {
"description": "",
"message": "Ship Repairs"
"description": "Station tab name",
"message": "Ship Repairs & Paintshop"
},
"SHIP_TYPE": {
"description": "",
Expand Down Expand Up @@ -2099,6 +2159,14 @@
"description": "Tooltip for video mode/resultion setting",
"message": "Higher resolutions display more information at a smaller size and can decrease performance."
},
"VISIT_PAINTSHOP": {
"description": "Ship Repair tab button.",
"message": "Visit Paintshop"
},
"VISIT_REPAIR_SERVICES": {
"description": "Ship Repair tab button.",
"message": "Visit Repair Services"
},
"VSYNC": {
"description": "For the checkbox in settings window",
"message": "VSync"
Expand Down
Loading