Skip to content

Commit

Permalink
📦 Version 4.7.4+20230414.1621 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
LSS-Manager-Bot committed Apr 14, 2023
1 parent 08235aa commit 9a03843
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lss-manager-v4",
"version": "4.7.4+20230413.0318",
"version": "4.7.4+20230414.1621",
"license": "CC-BY-NC-SA-4.0",
"scripts": {
"quickbuild": "./build/build.sh --quick",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/fi_FI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default {
Paloautot: [0, 1, 12, 13],
Huolto: [26, 27, 28, 29, 30, 32],
Säiliö: [6, 25, 31],
Lentokenttä: [42, 44, 45],
Lentokenttä: [42, 44, 45],
Muut: [2, 3, 4, 7, 10, 11],
},
color: '#FF0000',
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/fi_FI/vehicles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ export default {
36: {
caption: 'Tutkintayksikkö',
color: '#ff0000',
credits: 5_000,
credits: 5000,
coins: 15,
staff: { min: 1, max: 3 },
icon: 'car-side',
Expand Down
23 changes: 19 additions & 4 deletions src/modules/extendedCallWindow/i18n/fi_FI.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,24 @@
},
{ "texts": ["H215", "H215s"], "vehicles": [41] },
{ "texts": ["Do228", "Do228"], "vehicles": [40] },
{ "texts": ["ARFF Lentokenttäpaloauto", "ARFF Lentokenttäpaloautot"], "vehicles": [42] },
{ "texts": ["Lentokentän Johtoauto", "Lentokentän Johtoautot"], "vehicles": [45] },
{ "texts": ["RIV Lentokenttäpaloauto", "RIV Lentokenttäpaloautot"], "vehicles": [44] }
{
"texts": [
"ARFF Lentokenttäpaloauto",
"ARFF Lentokenttäpaloautot"
],
"vehicles": [42]
},
{
"texts": ["Lentokentän Johtoauto", "Lentokentän Johtoautot"],
"vehicles": [45]
},
{
"texts": [
"RIV Lentokenttäpaloauto",
"RIV Lentokenttäpaloautot"
],
"vehicles": [44]
}
],
"water": "litraa vettä"
},
Expand Down Expand Up @@ -197,4 +212,4 @@
"total": "Yhteensä",
"vehicles": "Ajoneuvot"
}
}
}
6 changes: 3 additions & 3 deletions src/modules/missionHelper/i18n/fi_FI.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
"hose": "Letkuajoneuvo | Letkuajoneuvoa",
"k9": "Koirapartioauto | Koirapartioautoa",
"kdow_orgl": "Ensihoidon kenttäjohtaja | Ensihoidon kenttäjohtajaa",
"large_coastal_boat": "RVL Rannikkovartiovene | RVL Rannikkovartiovenettä",
"mobile_air_vehicles": "Paineilmahuoltoauto | Paineilmahuoltoautoa",
"mobile_command_vehicles": "Johtokeskusauto | Johtokeskusautoa",
"platform_trucks": "Nostolava-auto | Nostolava-autoa",
"police_cars": "Partioauto | Partioautoa",
"police_helicopters": "Poliisihelikopteri | Poliisihelikopteria",
"pump": "Suurtehopumppu | Suurtehopumppua",
"traffic_car": "VATV-yksikkö | VATV-yksiköä",
"water_tankers": "Säiliöauto | Säiliöautoa",
"large_coastal_boat": "RVL Rannikkovartiovene | RVL Rannikkovartiovenettä"
"water_tankers": "Säiliöauto | Säiliöautoa"
},
"multifunctionals": {
"battalion_chief_vehicles": {
Expand All @@ -81,4 +81,4 @@
"patient_additionals": { "5": "ensihoidon kenttäjohtaja" },
"title": "Ajoneuvot"
}
}
}

0 comments on commit 9a03843

Please sign in to comment.