Skip to content

Commit

Permalink
🐛[eCW/main] fix some mountain rescue DE
Browse files Browse the repository at this point in the history
  • Loading branch information
Suchty112 committed Jun 18, 2024
1 parent b3fa857 commit be38b6f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/i18n/de_DE/schoolings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export default {
},
{
caption: 'Windenoperator',
duration: '3 Tage',
duration: '5 Tage',
staffList: 'Windenoperator',
key: 'police_helicopter_lift',
},
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/de_DE/vehicles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2476,7 +2476,7 @@ export default {
possibleBuildings: [25],
},
150: {
caption: 'GW Bergrettung',
caption: 'GW-Bergrettung',
color: '#bc7f52',
credits: 15_000,
coins: 15,
Expand Down
9 changes: 8 additions & 1 deletion src/modules/extendedCallWindow/i18n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@
39, 40, 41, 42, 45, 65, 69, 93, 100, 109, 122, 123, 124,
125, 144, 145, 147, 148
]
},
{
"texts": ["Rettungsdienstler"],
"vehicles": [
28, 29, 31, 38, 55, 56, 58, 59, 60, 73, 74, 91, 97, 127, 130,
131, 133, 149, 150, 151, 152, 153, 154, 157, 158
]
}
],
"staffPrefix": ["Wir benötigen noch min."],
Expand Down Expand Up @@ -268,7 +275,7 @@
},
{ "texts": ["ATV"], "vehicles": [152] },
{ "texts": ["ELW Bergrettung"], "vehicles": [151] },
{ "texts": ["GW Bergrettung"], "vehicles": [149, 150] },
{ "texts": ["GW-Bergrettung"], "vehicles": [149, 150] },
{ "texts": ["Höhenrettung (Bergrettung)"], "vehicles": [155, 158] },
{
"equipment": ["rescue_lift", "police_lift"],
Expand Down
2 changes: 1 addition & 1 deletion src/modules/missionHelper/i18n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"mobile_command_vehicles": "ELW 2",
"mountain": "Bergrettungsfahrzeug",
"mountain_command": "ELW Bergrettung",
"mountain_equipment": "GW Bergrettung",
"mountain_equipment": "GW-Bergrettung",
"mountain_height_rescue": "Höhenrettung (Bergrettung)",
"mountain_snow": "Schneefahrzeug | Schneefahrzeuge",
"platform_trucks": "Drehleiter | Drehleitern",
Expand Down

0 comments on commit be38b6f

Please sign in to comment.