diff --git a/package.json b/package.json index 3e84383356..356327c02e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/i18n/fi_FI.ts b/src/i18n/fi_FI.ts index 469d46ff27..ee16d31a80 100644 --- a/src/i18n/fi_FI.ts +++ b/src/i18n/fi_FI.ts @@ -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', diff --git a/src/i18n/fi_FI/vehicles.ts b/src/i18n/fi_FI/vehicles.ts index 38538bb5af..91b1647b5a 100644 --- a/src/i18n/fi_FI/vehicles.ts +++ b/src/i18n/fi_FI/vehicles.ts @@ -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', diff --git a/src/modules/extendedCallWindow/i18n/fi_FI.json b/src/modules/extendedCallWindow/i18n/fi_FI.json index 9812d38251..4d58d0dc54 100644 --- a/src/modules/extendedCallWindow/i18n/fi_FI.json +++ b/src/modules/extendedCallWindow/i18n/fi_FI.json @@ -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ä" }, @@ -197,4 +212,4 @@ "total": "Yhteensä", "vehicles": "Ajoneuvot" } -} +} \ No newline at end of file diff --git a/src/modules/missionHelper/i18n/fi_FI.json b/src/modules/missionHelper/i18n/fi_FI.json index 5bda52cfa9..2f0092bcb0 100644 --- a/src/modules/missionHelper/i18n/fi_FI.json +++ b/src/modules/missionHelper/i18n/fi_FI.json @@ -53,6 +53,7 @@ "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", @@ -60,8 +61,7 @@ "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": { @@ -81,4 +81,4 @@ "patient_additionals": { "5": "ensihoidon kenttäjohtaja" }, "title": "Ajoneuvot" } -} +} \ No newline at end of file