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

🔀🐛🌐 [US/AU] MH Motorcycle translation #2688

Merged
merged 4 commits into from
Oct 29, 2023
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
7 changes: 6 additions & 1 deletion src/modules/missionHelper/i18n/en_AU.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,14 @@
},
"allow_rw_instead_of_lf": {
"firetrucks": "Fire Engine or Heavy Rescue or Rescue Engine | Fire Engines or Heavy Rescue or Rescue Engine"
},
"allow_police_motorcycle_instead_of_fustw": {
"additional_text": "of max. {n} Motorcycle | of max. {n} Motorcycles",
"based_on": "police_cars",
"line_break": true
}
},
"patient_additionals": { "10": "Paramedic Supervisor" },
"title": "Vehicles"
}
}
}
8 changes: 6 additions & 2 deletions src/modules/missionHelper/i18n/en_AU.root.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,11 @@
"allow_rw_instead_of_lf": {
"description": "Indicates, if instead of a Fire Engine also Major Rescue Vehicle or Rescue Pumper is possible on site.",
"title": "Show Major Rescue Vehicle / Rescue Pumper instead of firetrucks"
}
},
"allow_police_motorcycle_instead_of_fustw": {
"description": "Enabling this shows when a motorbike can replace a police car",
"title": "Police Motorbike can replace Police Car"
}
},
"patients": {
"content": {
Expand Down Expand Up @@ -195,4 +199,4 @@
}
}
}
}
}
7 changes: 6 additions & 1 deletion src/modules/missionHelper/i18n/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@
},
"allow_rw_instead_of_lf": {
"firetrucks": "Fire Engine or Heavy Rescue or Rescue Engine | Fire Engines or Heavy Rescue or Rescue Engine"
},
"allow_police_motorcycle_instead_of_fustw": {
"additional_text": "of max. {n} Motorcycle | of max. {n} Motorcycles",
"based_on": "police_cars",
"line_break": true
}
},
"patient_additionals": {
Expand All @@ -189,4 +194,4 @@
},
"title": "Vehicles"
}
}
}
8 changes: 6 additions & 2 deletions src/modules/missionHelper/i18n/en_US.root.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,11 @@
"allow_rw_instead_of_lf": {
"description": "Indicates, if instead of a firetruck also heavy rescue or rescue engine is possible on site.",
"title": "Show Heavy Rescue / rescue engine instead of firetrucks"
}
},
"allow_police_motorcycle_instead_of_fustw": {
"description": "Enabling this shows when a motorbike can replace a police car",
"title": "Police Motorbike can replace Police Car"
}
},
"patients": {
"code_possible": {
Expand Down Expand Up @@ -217,4 +221,4 @@
}
}
}
}
}