Skip to content

Commit

Permalink
🔀 #2279 from Aapeli1304/patch-28
Browse files Browse the repository at this point in the history
🔀🌐 [fi_FI] updated translations
  • Loading branch information
jxn-30 authored Apr 14, 2023
2 parents 2258767 + 770cb90 commit 08235aa
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 7 deletions.
1 change: 1 addition & 0 deletions src/i18n/fi_FI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +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],
Muut: [2, 3, 4, 7, 10, 11],
},
color: '#FF0000',
Expand Down
18 changes: 16 additions & 2 deletions src/i18n/fi_FI/buildings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,14 @@ export default {
isVehicleExtension: true,
unlocksVehicleTypes: [5, 19, 20, 21, 22, 23],
},
null,
{
caption: 'Lentokenttälaajennus',
credits: 250_000,
coins: 25,
duration: '5 päivää',
isVehicleExtension: true,
unlocksVehicleTypes: [42, 43, 44, 45],
},
null,
{
caption: 'Huoltolaajennus',
Expand Down Expand Up @@ -406,7 +413,14 @@ export default {
isVehicleExtension: true,
unlocksVehicleTypes: [5, 19, 20, 21, 22, 23],
},
null,
{
caption: 'Lentokenttälaajennus',
credits: 250_000,
coins: 25,
duration: '5 päivää',
isVehicleExtension: true,
unlocksVehicleTypes: [42, 43, 44, 45],
},
null,
{
caption: 'Huoltolaajennus',
Expand Down
42 changes: 41 additions & 1 deletion src/i18n/fi_FI/vehicles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,12 +355,22 @@ export default {
caption: 'Poliisin kenttäjohtaja',
color: '#ff0000',
credits: 50_000,
coins: 13,
coins: 25,
staff: { min: 2, max: 3 },
icon: 'car-side',
possibleBuildings: [6, 19],
special: '',
},
36: {
caption: 'Tutkintayksikkö',
color: '#ff0000',
credits: 5_000,
coins: 15,
staff: { min: 1, max: 3 },
icon: 'car-side',
possibleBuildings: [6, 19],
special: '',
},
37: {
caption: 'RVL Partioauto',
color: '#ff0000',
Expand Down Expand Up @@ -388,6 +398,36 @@ export default {
coins: 13,
staff: { min: 1, max: 6 },
icon: 'car-side',
possibleBuildings: [23],
special: '',
},
42: {
caption: 'ARFF Lentokenttäpaloauto',
color: '#ff0000',
credits: 30_000,
coins: 20,
staff: { min: 1, max: 4 },
icon: 'car-side',
possibleBuildings: [0, 18],
special: '',
},
44: {
caption: 'RIV Lentokenttäkärkiauto',
color: '#ff0000',
credits: 20_000,
coins: 20,
staff: { min: 2, max: 4 },
icon: 'car-side',
possibleBuildings: [0, 18],
special: '',
},
45: {
caption: 'Lentokentän Johtoauto',
color: '#ff0000',
credits: 15_000,
coins: 20,
staff: { min: 1, max: 2 },
icon: 'car-side',
possibleBuildings: [0, 18],
special: '',
},
Expand Down
6 changes: 4 additions & 2 deletions src/modules/extendedCallWindow/i18n/fi_FI.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@
},
{ "texts": ["H215", "H215s"], "vehicles": [41] },
{ "texts": ["Do228", "Do228"], "vehicles": [40] },
{ "texts": ["Vaahtoyksikköä", "Vaahtoyksikköä"], "vehicles": [25] }
{ "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 @@ -195,4 +197,4 @@
"total": "Yhteensä",
"vehicles": "Ajoneuvot"
}
}
}
5 changes: 3 additions & 2 deletions src/modules/missionHelper/i18n/fi_FI.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"police_helicopters": "Poliisihelikopteri | Poliisihelikopteria",
"pump": "Suurtehopumppu | Suurtehopumppua",
"traffic_car": "VATV-yksikkö | VATV-yksiköä",
"water_tankers": "Säiliöauto | Säiliöautoa"
"water_tankers": "Säiliöauto | Säiliöautoa",
"large_coastal_boat": "RVL Rannikkovartiovene | RVL Rannikkovartiovenettä"
},
"multifunctionals": {
"battalion_chief_vehicles": {
Expand All @@ -80,4 +81,4 @@
"patient_additionals": { "5": "ensihoidon kenttäjohtaja" },
"title": "Ajoneuvot"
}
}
}

0 comments on commit 08235aa

Please sign in to comment.