From e3dea03107b548dbcf214ab0705ec9e23b2d0823 Mon Sep 17 00:00:00 2001 From: Gooochy <85019809+Gooochy@users.noreply.github.com> Date: Sun, 29 Oct 2023 11:22:50 +0000 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=90=9B=F0=9F=8C=90=20[MH]=20US=20Moto?= =?UTF-8?q?rcycle=20translation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/missionHelper/i18n/en_US.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/modules/missionHelper/i18n/en_US.json b/src/modules/missionHelper/i18n/en_US.json index e620e4fcb8..f4dac26438 100644 --- a/src/modules/missionHelper/i18n/en_US.json +++ b/src/modules/missionHelper/i18n/en_US.json @@ -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": { @@ -189,4 +194,4 @@ }, "title": "Vehicles" } -} \ No newline at end of file +} From 3c9984fd7c9c373ab216e1141f65807753f73cc4 Mon Sep 17 00:00:00 2001 From: Gooochy <85019809+Gooochy@users.noreply.github.com> Date: Sun, 29 Oct 2023 11:32:45 +0000 Subject: [PATCH 2/4] [US] Root Add Translations for Motorcycle MH --- src/modules/missionHelper/i18n/en_US.root.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/modules/missionHelper/i18n/en_US.root.json b/src/modules/missionHelper/i18n/en_US.root.json index 0ea25e0782..cee47fe8e9 100644 --- a/src/modules/missionHelper/i18n/en_US.root.json +++ b/src/modules/missionHelper/i18n/en_US.root.json @@ -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": { @@ -217,4 +221,4 @@ } } } -} \ No newline at end of file +} From 61743e6ea2abf7e6040be2fa502d9740efd146dd Mon Sep 17 00:00:00 2001 From: Gooochy <85019809+Gooochy@users.noreply.github.com> Date: Sun, 29 Oct 2023 11:41:54 +0000 Subject: [PATCH 3/4] [AU] Add motorbike root translation MH --- src/modules/missionHelper/i18n/en_AU.root.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/modules/missionHelper/i18n/en_AU.root.json b/src/modules/missionHelper/i18n/en_AU.root.json index 27f8bdf18e..f8379c481f 100644 --- a/src/modules/missionHelper/i18n/en_AU.root.json +++ b/src/modules/missionHelper/i18n/en_AU.root.json @@ -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": { @@ -195,4 +199,4 @@ } } } -} \ No newline at end of file +} From e8318038d9f5b5966300ac1d4aa5aa1122a1d70e Mon Sep 17 00:00:00 2001 From: Gooochy <85019809+Gooochy@users.noreply.github.com> Date: Sun, 29 Oct 2023 11:43:05 +0000 Subject: [PATCH 4/4] [AU] MH add motorcycle translations --- src/modules/missionHelper/i18n/en_AU.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/modules/missionHelper/i18n/en_AU.json b/src/modules/missionHelper/i18n/en_AU.json index 8915676591..8dc26df74a 100644 --- a/src/modules/missionHelper/i18n/en_AU.json +++ b/src/modules/missionHelper/i18n/en_AU.json @@ -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" } -} \ No newline at end of file +}