@monkvision/common 5.3.7 → 5.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -45,6 +45,7 @@ const MyComponent = i18nWrap(function MyComponent(){
45
45
  /// in i18n.ts
46
46
  import { i18nCreateSDKInstance } from '@monkvision/common';
47
47
  import en from './translations/en.json';
48
+ import fi from './translations/fi.json';
48
49
  import cs from './translations/cs.json';
49
50
  import no from './translations/no.json';
50
51
  import ro from './translations/ro.json';
@@ -73,6 +74,7 @@ const i18nMyComponent = i18nCreateSDKInstance({
73
74
  ro: { translation: ro },
74
75
  no: { translation: no },
75
76
  cs: { translation: cs },
77
+ fi: { translation: fi },
76
78
  }
77
79
  })
78
80
  ```
@@ -9,6 +9,7 @@ var types_1 = require("@monkvision/types");
9
9
  exports.damageTypeLabels = (_a = {},
10
10
  _a[types_1.DamageType.SCRATCH] = {
11
11
  en: 'Scratch',
12
+ fi: 'Halkeama',
12
13
  cs: 'Škrábanec',
13
14
  no: 'Ripe',
14
15
  ro: 'Zgârietură',
@@ -24,6 +25,7 @@ exports.damageTypeLabels = (_a = {},
24
25
  },
25
26
  _a[types_1.DamageType.DENT] = {
26
27
  en: 'Dent',
28
+ fi: 'Halkeama',
27
29
  cs: 'Promáčklina',
28
30
  no: 'Bulk',
29
31
  ro: 'Avarie',
@@ -39,6 +41,7 @@ exports.damageTypeLabels = (_a = {},
39
41
  },
40
42
  _a[types_1.DamageType.BROKEN_GLASS] = {
41
43
  en: 'Broken Glass',
44
+ fi: 'Rikkoutunut lasi',
42
45
  cs: 'Rozbité sklo',
43
46
  no: 'Knust glass',
44
47
  ro: 'Parbriz spart',
@@ -54,6 +57,7 @@ exports.damageTypeLabels = (_a = {},
54
57
  },
55
58
  _a[types_1.DamageType.BROKEN_LIGHT] = {
56
59
  en: 'Broken Light',
60
+ fi: 'Vialla oleva valo',
57
61
  cs: 'Rozbité světlo',
58
62
  no: 'Ødelagt lys',
59
63
  ro: 'Lumină defectă',
@@ -69,6 +73,7 @@ exports.damageTypeLabels = (_a = {},
69
73
  },
70
74
  _a[types_1.DamageType.HUBCAP_SCRATCH] = {
71
75
  en: 'Hubcap Scratch',
76
+ fi: 'Vanteen naarmu',
72
77
  cs: 'Škrábanec na poklici',
73
78
  no: 'Ripe på hjulkapsel',
74
79
  ro: 'Zgârietură pe capacul roții',
@@ -84,6 +89,7 @@ exports.damageTypeLabels = (_a = {},
84
89
  },
85
90
  _a[types_1.DamageType.MISSING_HUBCAP] = {
86
91
  en: 'Missing Hubcap',
92
+ fi: 'Puuttuva pyöränpultin suojus',
87
93
  cs: 'Chybějící poklice',
88
94
  no: 'Manglende hjulkapsel',
89
95
  ro: 'Capac de roată lipsă',
@@ -99,6 +105,7 @@ exports.damageTypeLabels = (_a = {},
99
105
  },
100
106
  _a[types_1.DamageType.SMASH] = {
101
107
  en: 'Smash',
108
+ fi: 'Poista',
102
109
  cs: 'Náraz',
103
110
  no: 'Kollisjonsskade',
104
111
  ro: 'Lovitură',
@@ -114,6 +121,7 @@ exports.damageTypeLabels = (_a = {},
114
121
  },
115
122
  _a[types_1.DamageType.BODY_CRACK] = {
116
123
  en: 'Body Crack',
124
+ fi: 'Halkeama rungossa',
117
125
  cs: 'Prasklina karoserie',
118
126
  no: 'Sprekk i karosseri',
119
127
  ro: 'Fisură în caroserie',
@@ -129,6 +137,7 @@ exports.damageTypeLabels = (_a = {},
129
137
  },
130
138
  _a[types_1.DamageType.MISSING_PIECE] = {
131
139
  en: 'Missing Piece',
140
+ fi: 'Puuttuva osa',
132
141
  cs: 'Chybějící díl',
133
142
  no: 'Manglende del',
134
143
  ro: 'Piesă lipsă',
@@ -144,6 +153,7 @@ exports.damageTypeLabels = (_a = {},
144
153
  },
145
154
  _a[types_1.DamageType.RUSTINESS] = {
146
155
  en: 'Rustiness',
156
+ fi: 'Ruostuminen',
147
157
  cs: 'Rez',
148
158
  no: 'Rust',
149
159
  ro: 'Rugină',
@@ -159,6 +169,7 @@ exports.damageTypeLabels = (_a = {},
159
169
  },
160
170
  _a[types_1.DamageType.DIRT] = {
161
171
  en: 'Dirt',
172
+ fi: 'Likainen',
162
173
  cs: 'Nečistota',
163
174
  no: 'Skitt',
164
175
  ro: 'Murdărie',
@@ -174,6 +185,7 @@ exports.damageTypeLabels = (_a = {},
174
185
  },
175
186
  _a[types_1.DamageType.MISSHAPE] = {
176
187
  en: 'Misshape',
188
+ fi: 'Vääristynyt',
177
189
  cs: 'Deformace',
178
190
  no: 'Deformering',
179
191
  ro: 'Deformare',
@@ -189,6 +201,7 @@ exports.damageTypeLabels = (_a = {},
189
201
  },
190
202
  _a[types_1.DamageType.PAINT_PEELING] = {
191
203
  en: 'Paint Peeling',
204
+ fi: 'Läikikö maali',
192
205
  cs: 'Odlupování laku',
193
206
  no: 'Avflassing av lakk',
194
207
  ro: 'Desprinderea vopselei',
@@ -204,6 +217,7 @@ exports.damageTypeLabels = (_a = {},
204
217
  },
205
218
  _a[types_1.DamageType.SCATTERED_SCRATCHES] = {
206
219
  en: 'Scattered Scratches',
220
+ fi: 'Pienet naarmut',
207
221
  cs: 'Roztroušené škrábance',
208
222
  no: 'Spredte riper',
209
223
  ro: 'Zgârieturi împrăștiate',
@@ -219,6 +233,7 @@ exports.damageTypeLabels = (_a = {},
219
233
  },
220
234
  _a[types_1.DamageType.LIGHT_REFLECTION] = {
221
235
  en: 'Light Reflection',
236
+ fi: 'Valon heijastus',
222
237
  cs: 'Odraz světla',
223
238
  no: 'Lysrefleks',
224
239
  ro: 'Reflecția luminii',
@@ -234,6 +249,7 @@ exports.damageTypeLabels = (_a = {},
234
249
  },
235
250
  _a[types_1.DamageType.SHADOW] = {
236
251
  en: 'Shadow',
252
+ fi: 'Varjo',
237
253
  cs: 'Stín',
238
254
  no: 'Skygge',
239
255
  ro: 'Umbră',
@@ -249,6 +265,7 @@ exports.damageTypeLabels = (_a = {},
249
265
  },
250
266
  _a[types_1.DamageType.CAR_CURVE] = {
251
267
  en: 'Car Curve',
268
+ fi: 'Auto, kaarevuus',
252
269
  cs: 'Křivka vozidla',
253
270
  no: 'Bilkurve',
254
271
  ro: 'Curba vehiculului',
@@ -264,6 +281,7 @@ exports.damageTypeLabels = (_a = {},
264
281
  },
265
282
  _a[types_1.DamageType.PAINT_DAMAGE] = {
266
283
  en: 'Paint Damage',
284
+ fi: 'Pohjamaalin vaurio',
267
285
  cs: 'Poškození laku',
268
286
  no: 'Lakkskade',
269
287
  ro: 'Deteriorări ale vopselei',
@@ -10,6 +10,7 @@ exports.imageStatusLabels = (_a = {},
10
10
  _a[types_1.ImageStatus.UPLOADING] = {
11
11
  title: {
12
12
  en: 'Uploading',
13
+ fi: 'Lataa',
13
14
  cs: 'Nahrávání',
14
15
  no: 'Lasting opp',
15
16
  ro: 'Încărcare',
@@ -25,6 +26,7 @@ exports.imageStatusLabels = (_a = {},
25
26
  },
26
27
  description: {
27
28
  en: 'This image is being uploaded.',
29
+ fi: 'Kuva ladataan.',
28
30
  cs: 'Obrázek se nahrává.',
29
31
  no: 'Bildet lastes opp',
30
32
  ro: 'Această fotografie este încărcată.',
@@ -42,6 +44,7 @@ exports.imageStatusLabels = (_a = {},
42
44
  _a[types_1.ImageStatus.COMPLIANCE_RUNNING] = {
43
45
  title: {
44
46
  en: 'Analyzing',
47
+ fi: 'Päättele',
45
48
  cs: 'Analyzování',
46
49
  no: 'Analyserer',
47
50
  ro: 'Analizând',
@@ -57,6 +60,7 @@ exports.imageStatusLabels = (_a = {},
57
60
  },
58
61
  description: {
59
62
  en: 'This image is being analyzed.',
63
+ fi: 'Kuva analysoidaan.',
60
64
  cs: 'Obraz je analyzován.',
61
65
  no: 'Bildet analyseres',
62
66
  ro: 'Această fotografie este analizată.',
@@ -74,6 +78,7 @@ exports.imageStatusLabels = (_a = {},
74
78
  _a[types_1.ImageStatus.SUCCESS] = {
75
79
  title: {
76
80
  en: 'Success',
81
+ fi: 'Onnistui',
77
82
  cs: 'Úspěch',
78
83
  no: 'Ferdig',
79
84
  ro: 'Succes',
@@ -89,6 +94,7 @@ exports.imageStatusLabels = (_a = {},
89
94
  },
90
95
  description: {
91
96
  en: 'This image seems good, but you can still retake it if you want.',
97
+ fi: 'Tämä kuva näyttää hyvältä, mutta voit ottaa sen uudelleen, jos haluat.',
92
98
  cs: 'Tento obrázek vypadá dobře, ale můžete jej stále zkusit znovu, pokud chcete.',
93
99
  no: 'Dette bildet ser bra ut, men du kan ta det på nytt hvis du ønsker det.',
94
100
  ro: 'Această fotografie pare bună, dar puteți să o refaceți dacă doriți.',
@@ -106,6 +112,7 @@ exports.imageStatusLabels = (_a = {},
106
112
  _a[types_1.ImageStatus.UPLOAD_FAILED] = {
107
113
  title: {
108
114
  en: 'Upload failed',
115
+ fi: 'Lataus epäonnistui',
109
116
  cs: 'Nahrání selhalo',
110
117
  no: 'Fil opplasting mislyktes',
111
118
  ro: 'Încărcarea a eșuat',
@@ -121,6 +128,7 @@ exports.imageStatusLabels = (_a = {},
121
128
  },
122
129
  description: {
123
130
  en: 'Make sure you have a good connection and take the photo again.',
131
+ fi: 'Varmista hyvä yhteys ja ota kuva uudelleen.',
124
132
  cs: 'Ujistěte se, že máte stabilní připojení a zopakujte snímání.',
125
133
  no: 'Sørg for god forbindelse og ta bildet igjen.',
126
134
  ro: 'Asigurați-vă că aveți o conexiune bună și faceți fotografia din nou.',
@@ -138,6 +146,7 @@ exports.imageStatusLabels = (_a = {},
138
146
  _a[types_1.ImageStatus.UPLOAD_ERROR] = {
139
147
  title: {
140
148
  en: 'Upload error',
149
+ fi: 'Latausvirhe',
141
150
  cs: 'Chyba při nahrávání',
142
151
  no: 'Filopplasting feilet',
143
152
  ro: 'Eroare la încărcare',
@@ -153,6 +162,7 @@ exports.imageStatusLabels = (_a = {},
153
162
  },
154
163
  description: {
155
164
  en: 'An error occurred during the image upload.',
165
+ fi: 'Virhe tapahtui kuvan latauksessa.',
156
166
  cs: 'Došlo k chybě při nahrávání obrázku.',
157
167
  no: 'En feil oppstod under opplastingen av bildet.',
158
168
  ro: 'A apărut o eroare în timpul încărcării fotografiei.',
@@ -170,6 +180,7 @@ exports.imageStatusLabels = (_a = {},
170
180
  _a[types_1.ImageStatus.NOT_COMPLIANT] = {
171
181
  title: {
172
182
  en: 'Error',
183
+ fi: 'Virhe',
173
184
  cs: 'Chyba',
174
185
  no: 'Feil',
175
186
  ro: 'Eroare',
@@ -185,6 +196,7 @@ exports.imageStatusLabels = (_a = {},
185
196
  },
186
197
  description: {
187
198
  en: 'Make sure the image quality is good and take the photo again.',
199
+ fi: 'Varmista, että kuvan laatu on hyvä, ja ota kuva uudelleen.',
188
200
  cs: 'Ujistěte se, že kvalita obrazu je dobrá a pořiďte další snímek.',
189
201
  no: 'Sørg for at bildet er av god kvalitet og ta bildet igjen.',
190
202
  ro: 'Asigurați-vă că fotografia are o calitate bună și faceți fotografia din nou.',
@@ -207,6 +219,7 @@ exports.complianceIssueLabels = (_b = {},
207
219
  _b[types_1.ComplianceIssue.OTHER] = {
208
220
  title: {
209
221
  en: 'Not compliant',
222
+ fi: 'Ei täytä vaatimuksia',
210
223
  cs: 'Neodpovídá požadavkům',
211
224
  no: 'Ikke i samsvar',
212
225
  ro: 'Neconform',
@@ -222,6 +235,7 @@ exports.complianceIssueLabels = (_b = {},
222
235
  },
223
236
  description: {
224
237
  en: 'Make sure that the image quality is good and that the vehicle is properly aligned with the guides.',
238
+ fi: 'Varmista, että kuvan laatu on hyvä ja että ajoneuvo on oikein kohdistettu ohjaimiin.',
225
239
  cs: 'Ujistěte se, že kvalita obrazu je dobrá a že vozidlo je správně zarovnáno podle vodítek.',
226
240
  no: 'Sørg for at bildet er av god kvalitet og at kjøretøyet er riktig justert med retningslinjene.',
227
241
  ro: 'Asigurați-vă că fotografia are o calitate bună și că vehiculul este aliniat corect cu ghidajele.',
@@ -239,6 +253,7 @@ exports.complianceIssueLabels = (_b = {},
239
253
  _b[types_1.ComplianceIssue.LOW_RESOLUTION] = {
240
254
  title: {
241
255
  en: 'Low resolution',
256
+ fi: 'Korkea resoluutio',
242
257
  cs: 'Nízké rozlišení',
243
258
  no: 'Lav oppløsning',
244
259
  ro: 'Rezoluție scăzută',
@@ -254,6 +269,7 @@ exports.complianceIssueLabels = (_b = {},
254
269
  },
255
270
  description: {
256
271
  en: 'Make sure that the image has a good resolution.',
272
+ fi: 'Varmista, että kuva on riittävän selkeä.',
257
273
  cs: 'Ujistěte se, že obrázek má dobrou kvalitu.',
258
274
  no: 'Sørg for at bildet har god oppløsning.',
259
275
  ro: 'Asigurați-vă că fotografia are o rezoluție bună.',
@@ -271,6 +287,7 @@ exports.complianceIssueLabels = (_b = {},
271
287
  _b[types_1.ComplianceIssue.BLURRINESS] = {
272
288
  title: {
273
289
  en: 'Too blurry',
290
+ fi: 'Liian epätarkka',
274
291
  cs: 'Příliš rozmazané',
275
292
  no: 'For uskarpt',
276
293
  ro: 'Prea estompată',
@@ -286,6 +303,7 @@ exports.complianceIssueLabels = (_b = {},
286
303
  },
287
304
  description: {
288
305
  en: 'Make sure that the image is not blurry.',
306
+ fi: 'Varmista, että kuva ei ole epätarkka.',
289
307
  cs: 'Ujistěte se, že obrázek není rozmazaný.',
290
308
  no: 'Sørg for at bildet ikke er uskarpt.',
291
309
  ro: 'Asigurați-vă că fotografia nu este estompată.',
@@ -303,6 +321,7 @@ exports.complianceIssueLabels = (_b = {},
303
321
  _b[types_1.ComplianceIssue.UNDEREXPOSURE] = {
304
322
  title: {
305
323
  en: 'Underexposed',
324
+ fi: 'Liian vähäinen valo',
306
325
  cs: 'Podexponováno',
307
326
  no: 'For lite lys',
308
327
  ro: 'Subexpus',
@@ -318,6 +337,7 @@ exports.complianceIssueLabels = (_b = {},
318
337
  },
319
338
  description: {
320
339
  en: "Make sure that the image isn't too dark.",
340
+ fi: 'Varmista, että kuva ei ole liian tumma.',
321
341
  cs: 'Ujistěte se, že obrázek není příliš tmavý.',
322
342
  no: 'Sørg for at bildet ikke er for mørkt.',
323
343
  ro: 'Asigurați-vă că imaginea nu este prea întunecată.',
@@ -335,6 +355,7 @@ exports.complianceIssueLabels = (_b = {},
335
355
  _b[types_1.ComplianceIssue.OVEREXPOSURE] = {
336
356
  title: {
337
357
  en: 'Overexposed',
358
+ fi: 'Liian valoisa',
338
359
  cs: 'Přeexponováno',
339
360
  no: 'Overeksponert',
340
361
  ro: 'Supraexpus',
@@ -350,6 +371,7 @@ exports.complianceIssueLabels = (_b = {},
350
371
  },
351
372
  description: {
352
373
  en: "Make sure that the image isn't too bright.",
374
+ fi: 'Varmista, ettei kuva ole liian kirkas.',
353
375
  cs: 'Ujistěte se, že obrázek není příliš jasný.',
354
376
  no: 'Sørg for at bildet ikke er for lyst.',
355
377
  ro: 'Asigurați-vă că imaginea nu este prea luminoasă.',
@@ -367,6 +389,7 @@ exports.complianceIssueLabels = (_b = {},
367
389
  _b[types_1.ComplianceIssue.LENS_FLARE] = {
368
390
  title: {
369
391
  en: 'Lens flares',
392
+ fi: 'Valoheijastukset',
370
393
  cs: 'Odlesky',
371
394
  no: 'Lysrefleksjoner',
372
395
  ro: 'Reflexii ale lentilei',
@@ -382,6 +405,7 @@ exports.complianceIssueLabels = (_b = {},
382
405
  },
383
406
  description: {
384
407
  en: "Make sure that there aren't any bright flare on the image.",
408
+ fi: 'Varmista, ettei kuvassa ole kirkkaita heijastuksia.',
385
409
  cs: 'Ujistěte se, že na obrázku nejsou žádné jasné odlesky.',
386
410
  no: 'Sørg for at det ikke er noen sterkt reflekterende områder på bildet.',
387
411
  ro: 'Asigurați-vă că nu există reflexii puternice în imagine.',
@@ -399,6 +423,7 @@ exports.complianceIssueLabels = (_b = {},
399
423
  _b[types_1.ComplianceIssue.DIRTINESS] = {
400
424
  title: {
401
425
  en: 'Vehicle dirty',
426
+ fi: 'Ajoneuvo likainen',
402
427
  cs: 'Znečištěné vozidlo',
403
428
  no: 'Skittent kjøretøy',
404
429
  ro: 'Vehicul murdar',
@@ -414,6 +439,7 @@ exports.complianceIssueLabels = (_b = {},
414
439
  },
415
440
  description: {
416
441
  en: 'Make sure that your vehicle is clean.',
442
+ fi: 'Varmista, että ajoneuvo on puhdas.',
417
443
  cs: 'Ujistěte se, že váš vůz je čistý.',
418
444
  no: 'Sørg for at kjøretøyet er rent',
419
445
  ro: 'Asigurați-vă că vehiculul dumneavoastră este curat.',
@@ -431,6 +457,7 @@ exports.complianceIssueLabels = (_b = {},
431
457
  _b[types_1.ComplianceIssue.SNOWNESS] = {
432
458
  title: {
433
459
  en: 'Vehicle snowy',
460
+ fi: 'Ajoneuvo lumessa',
434
461
  cs: 'Zasněžené vozidlo',
435
462
  no: 'Kjøretøy med snø',
436
463
  ro: 'Vehicul înzăpezit',
@@ -446,6 +473,7 @@ exports.complianceIssueLabels = (_b = {},
446
473
  },
447
474
  description: {
448
475
  en: "Make sure that there aren't any snow on the vehicle.",
476
+ fi: 'Varmista, ettei ajoneuvolla ole lunta.',
449
477
  cs: 'Ujistěte se, že na vozidlo neleží žádný sníh.',
450
478
  no: 'Sørg for at det ikke er snø på kjøretøyet.',
451
479
  ro: 'Asigurați-vă că nu există zăpadă pe vehicul.',
@@ -463,6 +491,7 @@ exports.complianceIssueLabels = (_b = {},
463
491
  _b[types_1.ComplianceIssue.WETNESS] = {
464
492
  title: {
465
493
  en: 'Vehicle wet',
494
+ fi: 'Ajoneuvo märkä',
466
495
  cs: 'Mokré vozidlo',
467
496
  no: 'Vått kjøretøy',
468
497
  ro: 'Vehicul umed',
@@ -478,6 +507,7 @@ exports.complianceIssueLabels = (_b = {},
478
507
  },
479
508
  description: {
480
509
  en: 'Make sure that the vehicle is dry.',
510
+ fi: 'Varmista, että ajoneuvo on kuiva.',
481
511
  cs: 'Ujistěte se, že vozidlo je suché.',
482
512
  no: 'Sørg for at kjøretøyet er tørt',
483
513
  ro: 'Asigurați-vă că vehiculul este uscat.',
@@ -495,6 +525,7 @@ exports.complianceIssueLabels = (_b = {},
495
525
  _b[types_1.ComplianceIssue.REFLECTIONS] = {
496
526
  title: {
497
527
  en: 'Reflections',
528
+ fi: 'Heijastukset',
498
529
  cs: 'Odraz',
499
530
  no: 'Refleksjoner',
500
531
  ro: 'Reflecții',
@@ -510,6 +541,7 @@ exports.complianceIssueLabels = (_b = {},
510
541
  },
511
542
  description: {
512
543
  en: "Make sure that there are'nt any reflections on the vehicle.",
544
+ fi: 'Varmista, ettei ajoneuvolla ole heijastuksia.',
513
545
  cs: 'Ujistěte se, že na vozidlo nepadají žádné odlesky.',
514
546
  no: 'Sørg for at det ikke er noen refleksjoner på kjøretøyet.',
515
547
  ro: 'Asigurați-vă că nu există reflexii pe vehicul.',
@@ -527,6 +559,7 @@ exports.complianceIssueLabels = (_b = {},
527
559
  _b[types_1.ComplianceIssue.UNKNOWN_SIGHT] = {
528
560
  title: {
529
561
  en: 'Unknown sight',
562
+ fi: 'Ei tunnistettu',
530
563
  cs: 'Neznámý úhel pohledu',
531
564
  no: 'Ukjent synsvinkel',
532
565
  ro: 'Imagine necunoscută',
@@ -542,6 +575,7 @@ exports.complianceIssueLabels = (_b = {},
542
575
  },
543
576
  description: {
544
577
  en: 'Internal Error : Unknown sight.',
578
+ fi: 'Sisäinen virhe: Näkö ei tunnistettu.',
545
579
  cs: 'Chyba: Není možné určit pozici.',
546
580
  no: 'Intern feil: Ukjent synsvinkel.',
547
581
  ro: 'Eroare internă: Vedere necunoscută.',
@@ -559,6 +593,7 @@ exports.complianceIssueLabels = (_b = {},
559
593
  _b[types_1.ComplianceIssue.UNKNOWN_VIEWPOINT] = {
560
594
  title: {
561
595
  en: 'Unknown viewpoint',
596
+ fi: 'Epäselvä näkökulma',
562
597
  cs: 'Neznámý úhel pohledu',
563
598
  no: 'Ukjent synsvinkel',
564
599
  ro: 'Perspectivă necunoscută',
@@ -574,6 +609,7 @@ exports.complianceIssueLabels = (_b = {},
574
609
  },
575
610
  description: {
576
611
  en: 'Internal Error : Unknown viewpoint.',
612
+ fi: 'Sisäinen virhe: Tuntematon näkökulma.',
577
613
  cs: 'Chyba: Neznámý úhel pohledu.',
578
614
  no: 'Intern feil: Ukjent synsvinkel.',
579
615
  ro: 'Eroare internă: punct de vedere necunoscut.',
@@ -591,6 +627,7 @@ exports.complianceIssueLabels = (_b = {},
591
627
  _b[types_1.ComplianceIssue.NO_VEHICLE] = {
592
628
  title: {
593
629
  en: 'No vehicle',
630
+ fi: 'Ei ajoneuvoa',
594
631
  cs: 'Žádné vozidlo',
595
632
  no: 'Ingen kjøretøy',
596
633
  ro: 'Fără vehicul',
@@ -606,6 +643,7 @@ exports.complianceIssueLabels = (_b = {},
606
643
  },
607
644
  description: {
608
645
  en: 'Make sure that there is a vehicle in the photo.',
646
+ fi: 'Varmista, että kuvassa on auto.',
609
647
  cs: 'Ujistěte se, že na obrázku je vozidlo.',
610
648
  no: 'Sørg for at det er et kjøretøy på bildet.',
611
649
  ro: 'Asigurați-vă că în fotografie se află un vehicul.',
@@ -623,6 +661,7 @@ exports.complianceIssueLabels = (_b = {},
623
661
  _b[types_1.ComplianceIssue.WRONG_ANGLE] = {
624
662
  title: {
625
663
  en: 'Wrong angle',
664
+ fi: 'Väärä kulma',
626
665
  cs: 'Špatný úhel',
627
666
  no: 'Feil vinkel',
628
667
  ro: 'Unghi incorect',
@@ -638,6 +677,7 @@ exports.complianceIssueLabels = (_b = {},
638
677
  },
639
678
  description: {
640
679
  en: 'Make sure to properly align the vehicle with the guides.',
680
+ fi: 'Varmista, että ajoneuvo on oikein kohdistettu ohjaimiin.',
641
681
  cs: 'Ujistěte se, že vozidlo správně zarovnáte s vodítky.',
642
682
  no: 'Sørg for å justere kjøretøyet riktig med veilederne.',
643
683
  ro: 'Asigurați-vă că aliniați corect vehiculul cu ajutorul ghidajelor.',
@@ -655,6 +695,7 @@ exports.complianceIssueLabels = (_b = {},
655
695
  _b[types_1.ComplianceIssue.WRONG_CENTER_PART] = {
656
696
  title: {
657
697
  en: 'Wrong center part',
698
+ fi: 'Väärä keskiosa',
658
699
  cs: 'Nesprávná střední část',
659
700
  no: 'Feil del',
660
701
  ro: 'Partea centrală incorectă',
@@ -670,6 +711,7 @@ exports.complianceIssueLabels = (_b = {},
670
711
  },
671
712
  description: {
672
713
  en: 'Make sure to properly align the vehicle with the guides.',
714
+ fi: 'Varmista, että ajoneuvo on oikein kohdistettu ohjaimiin.',
673
715
  cs: 'Ujistěte se, že vozidlo správně zarovnáte s vodítky.',
674
716
  no: 'Sørg for å justere kjøretøyet riktig med veilederne.',
675
717
  ro: 'Asigurați-vă că aliniați corect vehiculul cu ajutorul ghidajelor.',
@@ -687,6 +729,7 @@ exports.complianceIssueLabels = (_b = {},
687
729
  _b[types_1.ComplianceIssue.MISSING_PARTS] = {
688
730
  title: {
689
731
  en: 'Missing parts',
732
+ fi: 'Puuttuvat osat',
690
733
  cs: 'Chybějící díly',
691
734
  no: 'Manglende deler',
692
735
  ro: 'Piese lipsă',
@@ -702,6 +745,7 @@ exports.complianceIssueLabels = (_b = {},
702
745
  },
703
746
  description: {
704
747
  en: 'Make sure to properly align the vehicle with the guides.',
748
+ fi: 'Varmista, että ajoneuvo on oikein kohdistettu ohjaimiin.',
705
749
  cs: 'Ujistěte se, že vozidlo správně zarovnáte s vodítky.',
706
750
  no: 'Sørg for å justere kjøretøyet riktig i forhold til retningslinjene.',
707
751
  ro: 'Asigurați-vă că aliniați corect vehiculul cu ajutorul ghidajelor.',
@@ -719,6 +763,7 @@ exports.complianceIssueLabels = (_b = {},
719
763
  _b[types_1.ComplianceIssue.HIDDEN_PARTS] = {
720
764
  title: {
721
765
  en: 'Hidden parts',
766
+ fi: 'Piilotetut osat',
722
767
  cs: 'Skryté části',
723
768
  no: 'Skjulte deler',
724
769
  ro: 'Piese ascunse',
@@ -734,6 +779,7 @@ exports.complianceIssueLabels = (_b = {},
734
779
  },
735
780
  description: {
736
781
  en: 'Make sure that nothing is obstructing the vehicule from the camera.',
782
+ fi: 'Varmista, ettei mitään estä kameran näkymää.',
737
783
  cs: 'Ujistěte se, že nic nebrání pohledu kamery na vozidlo.',
738
784
  no: 'Sørg for at ingenting hindrer kameraet i å se bilen.',
739
785
  ro: 'Asigurați-vă că nimic nu blochează vederea vehiculului din partea camerei.',
@@ -751,6 +797,7 @@ exports.complianceIssueLabels = (_b = {},
751
797
  _b[types_1.ComplianceIssue.TOO_ZOOMED] = {
752
798
  title: {
753
799
  en: 'Too close',
800
+ fi: 'Liian lähellä',
754
801
  cs: 'Příliš blízko',
755
802
  no: 'For nært',
756
803
  ro: 'Prea aproape',
@@ -766,6 +813,7 @@ exports.complianceIssueLabels = (_b = {},
766
813
  },
767
814
  description: {
768
815
  en: 'Make sure to stand far enough from the vehicle.',
816
+ fi: 'Pidä riittävä etäisyys ajoneuvosta.',
769
817
  cs: 'Ujistěte se, že jste dostatečně daleko od vozidla.',
770
818
  no: 'Sørg for å stå langt nok unna kjøretøyet.',
771
819
  ro: 'Asigurați-vă că vă aflați la o distanță suficientă de vehicul.',
@@ -783,6 +831,7 @@ exports.complianceIssueLabels = (_b = {},
783
831
  _b[types_1.ComplianceIssue.NOT_ZOOMED_ENOUGH] = {
784
832
  title: {
785
833
  en: 'Too far',
834
+ fi: 'Liian kaukana',
786
835
  cs: 'Příliš daleko',
787
836
  no: 'For langt',
788
837
  ro: 'Prea departe',
@@ -798,6 +847,7 @@ exports.complianceIssueLabels = (_b = {},
798
847
  },
799
848
  description: {
800
849
  en: 'Make sure to stand close enough from the vehicle.',
850
+ fi: 'Varmista, että olet tarpeeksi lähellä ajoneuvoa.',
801
851
  cs: 'Ujistěte se, že jste dostatečně blízko vozidlu.',
802
852
  no: 'Stå nær nok bilen',
803
853
  ro: 'Asigurați-vă că vă aflați la o distanță suficient de mică de vehicul.',
@@ -815,6 +865,7 @@ exports.complianceIssueLabels = (_b = {},
815
865
  _b[types_1.ComplianceIssue.INTERIOR_NOT_SUPPORTED] = {
816
866
  title: {
817
867
  en: 'Interior not supported',
868
+ fi: 'Sisätilan tarkastus ei ole tuettu',
818
869
  cs: 'Interiér není podporován',
819
870
  no: 'Ikke støttet',
820
871
  ro: 'Interiorul nu este acceptat.',
@@ -830,6 +881,7 @@ exports.complianceIssueLabels = (_b = {},
830
881
  },
831
882
  description: {
832
883
  en: 'Internal Error : Interior not supported.',
884
+ fi: 'Sisäinen virhe: Sisätilat eivät ole tuetut.',
833
885
  cs: 'Chyba: Interiér není podporován.',
834
886
  no: 'Intern feil: Interiør støttes ikke.',
835
887
  ro: 'Eroare internă: interiorul nu este acceptat.',
@@ -847,6 +899,7 @@ exports.complianceIssueLabels = (_b = {},
847
899
  _b[types_1.ComplianceIssue.MISSING] = {
848
900
  title: {
849
901
  en: 'Missing',
902
+ fi: 'Puuttuva',
850
903
  cs: 'Chybí',
851
904
  no: 'Manglende',
852
905
  ro: 'Lipsă',
@@ -862,6 +915,7 @@ exports.complianceIssueLabels = (_b = {},
862
915
  },
863
916
  description: {
864
917
  en: 'Internal Error : Missing.',
918
+ fi: 'Sisäinen virhe: Tiedot puuttuvat.',
865
919
  cs: 'Chyba: Chybějící data',
866
920
  no: 'Intern feil: Mangler',
867
921
  ro: 'Eroare internă: lipsă.',
@@ -879,6 +933,7 @@ exports.complianceIssueLabels = (_b = {},
879
933
  _b[types_1.ComplianceIssue.LOW_QUALITY] = {
880
934
  title: {
881
935
  en: 'Low quality',
936
+ fi: 'Huono kunto',
882
937
  cs: 'Špatná kvalita',
883
938
  no: 'Dårlig kvalitet',
884
939
  ro: 'Calitate scăzută',
@@ -894,6 +949,7 @@ exports.complianceIssueLabels = (_b = {},
894
949
  },
895
950
  description: {
896
951
  en: 'Make sure that the photo has a good quality.',
952
+ fi: 'Varmista, että valokuva on selkeä ja hyvälaatuinen.',
897
953
  cs: 'Ujistěte se, že fotografie má dobrou kvalitu.',
898
954
  no: 'Sørg for at bildet har god kvalitet.',
899
955
  ro: 'Asigurați-vă că fotografia are o calitate bună.',
@@ -911,6 +967,7 @@ exports.complianceIssueLabels = (_b = {},
911
967
  _b[types_1.ComplianceIssue.PORTRAIT_IMAGE] = {
912
968
  title: {
913
969
  en: 'Portrait Image',
970
+ fi: 'Kuva (portrityyppinen)',
914
971
  cs: 'Portrétní snímek',
915
972
  no: 'Bilde (portrett)',
916
973
  ro: 'Imagine portret',
@@ -926,6 +983,7 @@ exports.complianceIssueLabels = (_b = {},
926
983
  },
927
984
  description: {
928
985
  en: 'The picture is in portrait mode, please take it in landscape',
986
+ fi: 'Kuvassa on pystyasento, ota se vaakatasoon',
929
987
  cs: 'Obraz je v portrétním režimu, prosím, pořiďte jej v režimu krajiny.',
930
988
  no: 'Bildet er i portrettmodus, vennligst ta det i landskapsmodus',
931
989
  ro: 'Imaginea este în modul portret, vă rugăm să o fotografiați în modul peisaj.',
@@ -947,6 +1005,7 @@ exports.complianceIssueLabels = (_b = {},
947
1005
  exports.viewpointLabels = (_c = {},
948
1006
  _c[types_1.Viewpoint.FRONT] = {
949
1007
  en: 'Front',
1008
+ fi: 'Etupuoli',
950
1009
  cs: 'Přední',
951
1010
  no: 'Foran',
952
1011
  fr: 'Avant',
@@ -962,6 +1021,7 @@ exports.viewpointLabels = (_c = {},
962
1021
  },
963
1022
  _c[types_1.Viewpoint.FRONT_LEFT] = {
964
1023
  en: 'Front Left',
1024
+ fi: 'Etulasi, vasen',
965
1025
  cs: 'Levý přední',
966
1026
  no: 'Venstre foran',
967
1027
  fr: 'Avant gauche',
@@ -977,6 +1037,7 @@ exports.viewpointLabels = (_c = {},
977
1037
  },
978
1038
  _c[types_1.Viewpoint.LEFT] = {
979
1039
  en: 'Left',
1040
+ fi: 'Vasemmalla',
980
1041
  cs: 'Levý',
981
1042
  no: 'Venstre',
982
1043
  fr: 'Gauche',
@@ -992,6 +1053,7 @@ exports.viewpointLabels = (_c = {},
992
1053
  },
993
1054
  _c[types_1.Viewpoint.BACK_LEFT] = {
994
1055
  en: 'Rear Left',
1056
+ fi: 'Takaisin, vasen',
995
1057
  cs: 'Zadní levý',
996
1058
  no: 'Bakre venstre',
997
1059
  fr: 'Arrière gauche',
@@ -1007,6 +1069,7 @@ exports.viewpointLabels = (_c = {},
1007
1069
  },
1008
1070
  _c[types_1.Viewpoint.BACK] = {
1009
1071
  en: 'Rear',
1072
+ fi: 'Takana',
1010
1073
  cs: 'Zadní',
1011
1074
  no: 'Bakre',
1012
1075
  fr: 'Arrière',
@@ -1022,6 +1085,7 @@ exports.viewpointLabels = (_c = {},
1022
1085
  },
1023
1086
  _c[types_1.Viewpoint.BACK_RIGHT] = {
1024
1087
  en: 'Rear Right',
1088
+ fi: 'Takainen oikea',
1025
1089
  cs: 'Zadní pravý',
1026
1090
  no: 'Bakre høyre',
1027
1091
  fr: 'Arrière droit',
@@ -1037,6 +1101,7 @@ exports.viewpointLabels = (_c = {},
1037
1101
  },
1038
1102
  _c[types_1.Viewpoint.RIGHT] = {
1039
1103
  en: 'Right',
1104
+ fi: 'Oikein',
1040
1105
  cs: 'Pravý',
1041
1106
  no: 'Høyre',
1042
1107
  fr: 'Droite',
@@ -1052,6 +1117,7 @@ exports.viewpointLabels = (_c = {},
1052
1117
  },
1053
1118
  _c[types_1.Viewpoint.FRONT_RIGHT] = {
1054
1119
  en: 'Front Right',
1120
+ fi: 'Etupuoli, oikea',
1055
1121
  cs: 'Přední pravý',
1056
1122
  no: 'Høyre foran',
1057
1123
  fr: 'Avant droit',
@@ -9,6 +9,7 @@ var types_1 = require("@monkvision/types");
9
9
  exports.vehiclePartLabels = (_a = {},
10
10
  _a[types_1.VehiclePart.IGNORE] = {
11
11
  en: 'IGNORE',
12
+ fi: 'Jätä pois',
12
13
  cs: 'Ignorovat',
13
14
  no: 'Ignorer',
14
15
  ro: 'IGNORĂ',
@@ -24,6 +25,7 @@ exports.vehiclePartLabels = (_a = {},
24
25
  },
25
26
  _a[types_1.VehiclePart.BUMPER_BACK] = {
26
27
  en: 'Rear Bumper',
28
+ fi: 'Takapuskuri',
27
29
  cs: 'Zadní nárazník',
28
30
  no: 'Bakre støtfanger',
29
31
  ro: 'Bara spate',
@@ -39,6 +41,7 @@ exports.vehiclePartLabels = (_a = {},
39
41
  },
40
42
  _a[types_1.VehiclePart.BUMPER_FRONT] = {
41
43
  en: 'Front Bumper',
44
+ fi: 'Etukautinen etuvalo',
42
45
  cs: 'Přední nárazník',
43
46
  no: 'Fremre støtfanger',
44
47
  ro: 'Bara față',
@@ -54,6 +57,7 @@ exports.vehiclePartLabels = (_a = {},
54
57
  },
55
58
  _a[types_1.VehiclePart.DOOR_BACK_LEFT] = {
56
59
  en: 'Rear Door Left',
60
+ fi: 'Takaportti, vasen',
57
61
  cs: 'Levé zadní dveře',
58
62
  no: 'Venstre bakdør',
59
63
  ro: 'Ușa din spate, partea stângă',
@@ -69,6 +73,7 @@ exports.vehiclePartLabels = (_a = {},
69
73
  },
70
74
  _a[types_1.VehiclePart.DOOR_BACK_RIGHT] = {
71
75
  en: 'Rear Door Right',
76
+ fi: 'Oikea takaluukku',
72
77
  cs: 'Pravé zadní dveře',
73
78
  no: 'Høyre bakdør',
74
79
  ro: 'Ușă spate dreapta',
@@ -84,6 +89,7 @@ exports.vehiclePartLabels = (_a = {},
84
89
  },
85
90
  _a[types_1.VehiclePart.DOOR_FRONT_LEFT] = {
86
91
  en: 'Front Door Left',
92
+ fi: 'Vasemman etuoven',
87
93
  cs: 'Levé přední dveře',
88
94
  no: 'Venstre fordør',
89
95
  ro: 'Ușă față, partea stângă',
@@ -99,6 +105,7 @@ exports.vehiclePartLabels = (_a = {},
99
105
  },
100
106
  _a[types_1.VehiclePart.DOOR_FRONT_RIGHT] = {
101
107
  en: 'Front Door Right',
108
+ fi: 'Oikea etuovi',
102
109
  cs: 'Pravé přední dveře',
103
110
  no: 'Høyre fordør',
104
111
  ro: 'Ușă față, partea dreaptă',
@@ -114,6 +121,7 @@ exports.vehiclePartLabels = (_a = {},
114
121
  },
115
122
  _a[types_1.VehiclePart.FENDER_BACK_LEFT] = {
116
123
  en: 'Rear Fender Left',
124
+ fi: 'Takalokero, vasen',
117
125
  cs: 'Levý zadní blatník',
118
126
  no: 'Venstre bakskjerm',
119
127
  ro: 'Aripă spate stânga',
@@ -129,6 +137,7 @@ exports.vehiclePartLabels = (_a = {},
129
137
  },
130
138
  _a[types_1.VehiclePart.FENDER_BACK_RIGHT] = {
131
139
  en: 'Rear Fender Right',
140
+ fi: 'Takalokero, oikea',
132
141
  cs: 'Pravý zadní blatník',
133
142
  no: 'Høyre bakskjerm',
134
143
  ro: 'Aripă spate dreapta',
@@ -144,6 +153,7 @@ exports.vehiclePartLabels = (_a = {},
144
153
  },
145
154
  _a[types_1.VehiclePart.FENDER_FRONT_LEFT] = {
146
155
  en: 'Front Fender Left',
156
+ fi: 'Etukuomu, vasen',
147
157
  cs: 'Levý přední blatník',
148
158
  no: 'Venstre framskjerm',
149
159
  ro: 'Aripă față, partea stângă',
@@ -159,6 +169,7 @@ exports.vehiclePartLabels = (_a = {},
159
169
  },
160
170
  _a[types_1.VehiclePart.FENDER_FRONT_RIGHT] = {
161
171
  en: 'Front Fender Right',
172
+ fi: 'Oikea etulokero',
162
173
  cs: 'Pravý přední blatník',
163
174
  no: 'Høyre framskjerm',
164
175
  ro: 'Aripă față, partea dreaptă',
@@ -174,6 +185,7 @@ exports.vehiclePartLabels = (_a = {},
174
185
  },
175
186
  _a[types_1.VehiclePart.FOG_LIGHT_BACK_LEFT] = {
176
187
  en: 'Rear Fog Light Left',
188
+ fi: 'Takaisinvalot, vasen',
177
189
  cs: 'Levé zadní mlhové světlo',
178
190
  no: 'Venstre bakre tåkelys',
179
191
  ro: 'Lampa de ceață spate, partea stângă',
@@ -189,6 +201,7 @@ exports.vehiclePartLabels = (_a = {},
189
201
  },
190
202
  _a[types_1.VehiclePart.FOG_LIGHT_BACK_RIGHT] = {
191
203
  en: 'Rear Fog Light Right',
204
+ fi: 'Takaisinvalot, oikea',
192
205
  cs: 'Pravé zadní mlhové světlo',
193
206
  no: 'Høyre bakre tåkelys',
194
207
  ro: 'Lampa de ceață spate, dreapta',
@@ -204,6 +217,7 @@ exports.vehiclePartLabels = (_a = {},
204
217
  },
205
218
  _a[types_1.VehiclePart.FOG_LIGHT_FRONT_LEFT] = {
206
219
  en: 'Front Fog Light Left',
220
+ fi: '',
207
221
  cs: 'Levé přední mlhové světlo',
208
222
  no: 'Venstre fremre tåkelys',
209
223
  ro: 'Far de ceață față, partea stângă',
@@ -219,6 +233,7 @@ exports.vehiclePartLabels = (_a = {},
219
233
  },
220
234
  _a[types_1.VehiclePart.FOG_LIGHT_FRONT_RIGHT] = {
221
235
  en: 'Front Fog Light Right',
236
+ fi: 'Kohteen etuvalot oikealla',
222
237
  cs: 'Pravé přední mlhové světlo',
223
238
  no: 'Høyre fremre tåkelys',
224
239
  ro: 'Far de ceață față, partea dreaptă',
@@ -234,6 +249,7 @@ exports.vehiclePartLabels = (_a = {},
234
249
  },
235
250
  _a[types_1.VehiclePart.GRILL] = {
236
251
  en: 'Grill',
252
+ fi: 'Etukupu',
237
253
  cs: 'Mřížka',
238
254
  no: 'Grill',
239
255
  ro: 'Grilă',
@@ -249,6 +265,7 @@ exports.vehiclePartLabels = (_a = {},
249
265
  },
250
266
  _a[types_1.VehiclePart.GRILL_LOW] = {
251
267
  en: 'Grill Low',
268
+ fi: 'Grilli matala',
252
269
  cs: 'Dolní mřížka',
253
270
  no: 'Nedre grill',
254
271
  ro: 'Grilă joasă',
@@ -264,6 +281,7 @@ exports.vehiclePartLabels = (_a = {},
264
281
  },
265
282
  _a[types_1.VehiclePart.GRILL_RADIATOR] = {
266
283
  en: 'Radiator Grill',
284
+ fi: 'Radiatorin etukupu',
267
285
  cs: 'Mřížka chladiče',
268
286
  no: 'Kjølergrill',
269
287
  ro: 'Grilă radiator',
@@ -279,6 +297,7 @@ exports.vehiclePartLabels = (_a = {},
279
297
  },
280
298
  _a[types_1.VehiclePart.HANDLE_BACK_LEFT] = {
281
299
  en: 'Rear Handle Left',
300
+ fi: 'Vasemman takahyllyn',
282
301
  cs: 'Levá zadní klika',
283
302
  no: 'Venstre bakre håndtak',
284
303
  ro: 'Mâner spate, partea stângă',
@@ -294,6 +313,7 @@ exports.vehiclePartLabels = (_a = {},
294
313
  },
295
314
  _a[types_1.VehiclePart.HANDLE_BACK_RIGHT] = {
296
315
  en: 'Rear Handle Right',
316
+ fi: 'Oikea takakantti',
297
317
  cs: 'Pravá zadní klika',
298
318
  no: 'Høyre bakre håndtak',
299
319
  ro: 'Mâner spate, partea dreaptă',
@@ -309,6 +329,7 @@ exports.vehiclePartLabels = (_a = {},
309
329
  },
310
330
  _a[types_1.VehiclePart.HANDLE_FRONT_LEFT] = {
311
331
  en: 'Front Handle Left',
332
+ fi: 'Vasemman etuovien kahva',
312
333
  cs: 'Levá přední klika',
313
334
  no: 'Venstre fremre håndtak',
314
335
  ro: 'Mâner față, partea stângă',
@@ -324,6 +345,7 @@ exports.vehiclePartLabels = (_a = {},
324
345
  },
325
346
  _a[types_1.VehiclePart.HANDLE_FRONT_RIGHT] = {
326
347
  en: 'Front Handle Right',
348
+ fi: 'Etupuolen kahva oikealla',
327
349
  cs: 'Pravá přední klika',
328
350
  no: 'Høyre fremre håndtak',
329
351
  ro: 'Mâner față, partea dreaptă',
@@ -339,6 +361,7 @@ exports.vehiclePartLabels = (_a = {},
339
361
  },
340
362
  _a[types_1.VehiclePart.HEADER_PANEL] = {
341
363
  en: 'Header Panel',
364
+ fi: 'Pääpaneeli',
342
365
  cs: 'Horní panel',
343
366
  no: 'Toppanel',
344
367
  ro: 'Panou de antet',
@@ -354,6 +377,7 @@ exports.vehiclePartLabels = (_a = {},
354
377
  },
355
378
  _a[types_1.VehiclePart.HEAD_LIGHT_LEFT] = {
356
379
  en: 'Head Light Left',
380
+ fi: '',
357
381
  cs: 'Levé přední světlo',
358
382
  no: 'Venstre frontlys',
359
383
  ro: 'Far stânga',
@@ -369,6 +393,7 @@ exports.vehiclePartLabels = (_a = {},
369
393
  },
370
394
  _a[types_1.VehiclePart.HEAD_LIGHT_RIGHT] = {
371
395
  en: 'Head Light Right',
396
+ fi: 'Kohtalo oikea',
372
397
  cs: 'Pravé přední světlo',
373
398
  no: 'Høyre frontlys',
374
399
  ro: 'Far dreapta',
@@ -384,6 +409,7 @@ exports.vehiclePartLabels = (_a = {},
384
409
  },
385
410
  _a[types_1.VehiclePart.HOOK] = {
386
411
  en: 'Tow Hook',
412
+ fi: 'Vetokoukku',
387
413
  cs: 'Tažný hák',
388
414
  no: 'Slepekrok',
389
415
  ro: 'Cârlig de remorcare',
@@ -399,6 +425,7 @@ exports.vehiclePartLabels = (_a = {},
399
425
  },
400
426
  _a[types_1.VehiclePart.HUBCAP] = {
401
427
  en: 'Hubcap',
428
+ fi: 'Navan keskiosa',
402
429
  cs: 'Poklice',
403
430
  no: 'Hjulkapsel',
404
431
  ro: 'Capac jantă',
@@ -414,6 +441,7 @@ exports.vehiclePartLabels = (_a = {},
414
441
  },
415
442
  _a[types_1.VehiclePart.HUBCAP_BACK_LEFT] = {
416
443
  en: 'Rear Hubcap Left',
444
+ fi: 'Takakolmio, vasen',
417
445
  cs: 'Levá zadní poklice',
418
446
  no: 'Venstre bakre hjulkapsel',
419
447
  ro: 'Capac jantă spate, partea stângă',
@@ -429,6 +457,7 @@ exports.vehiclePartLabels = (_a = {},
429
457
  },
430
458
  _a[types_1.VehiclePart.HUBCAP_BACK_RIGHT] = {
431
459
  en: 'Rear Hubcap Right',
460
+ fi: 'Takakolmio, oikea',
432
461
  cs: 'Pravá zadní poklice',
433
462
  no: 'Høyre bakre hjulkapsel',
434
463
  ro: 'Capac jantă spate, partea dreaptă',
@@ -444,6 +473,7 @@ exports.vehiclePartLabels = (_a = {},
444
473
  },
445
474
  _a[types_1.VehiclePart.HUBCAP_FRONT_LEFT] = {
446
475
  en: 'Front Hubcap Left',
476
+ fi: 'Etupyörän navan vasen puoli',
447
477
  cs: 'Levá přední poklice',
448
478
  no: 'Venstre fremre hjulkapsel',
449
479
  ro: 'Capac jantă față, partea stângă',
@@ -459,6 +489,7 @@ exports.vehiclePartLabels = (_a = {},
459
489
  },
460
490
  _a[types_1.VehiclePart.HUBCAP_FRONT_RIGHT] = {
461
491
  en: 'Front Hubcap Right',
492
+ fi: 'Etupyörän navakannet, oikea',
462
493
  cs: 'Pravá přední poklice',
463
494
  no: 'Høyre fremre hjulkapsel',
464
495
  ro: 'Capac jantă față, partea dreaptă',
@@ -474,6 +505,7 @@ exports.vehiclePartLabels = (_a = {},
474
505
  },
475
506
  _a[types_1.VehiclePart.INDICATOR_LIGHT_LEFT] = {
476
507
  en: 'Indicator Light Left',
508
+ fi: 'Vasen valo',
477
509
  cs: 'Levý směrový ukazatel',
478
510
  no: 'Venstre blinklys',
479
511
  ro: 'Indicator luminos stânga',
@@ -489,6 +521,7 @@ exports.vehiclePartLabels = (_a = {},
489
521
  },
490
522
  _a[types_1.VehiclePart.INDICATOR_LIGHT_RIGHT] = {
491
523
  en: 'Indicator Light Right',
524
+ fi: 'Indikaattorvalo oikealla',
492
525
  cs: 'Pravý směrový ukazatel',
493
526
  no: 'Høyre blinklys',
494
527
  ro: 'Indicator luminos, partea dreaptă',
@@ -504,6 +537,7 @@ exports.vehiclePartLabels = (_a = {},
504
537
  },
505
538
  _a[types_1.VehiclePart.LICENSE_PLATE_BACK] = {
506
539
  en: 'Rear License Plate',
540
+ fi: 'Takalampun rekisterikilpi',
507
541
  cs: 'Zadní registrační značka',
508
542
  no: 'Bakre registreringsskilt',
509
543
  ro: 'Placă de înmatriculare spate',
@@ -519,6 +553,7 @@ exports.vehiclePartLabels = (_a = {},
519
553
  },
520
554
  _a[types_1.VehiclePart.LICENSE_PLATE_FRONT] = {
521
555
  en: 'Front License Plate',
556
+ fi: 'Etumerkkilauta',
522
557
  cs: 'Přední registrační značka',
523
558
  no: 'Fremre registreringsskilt',
524
559
  ro: 'Placă de înmatriculare față',
@@ -534,6 +569,7 @@ exports.vehiclePartLabels = (_a = {},
534
569
  },
535
570
  _a[types_1.VehiclePart.LOGO] = {
536
571
  en: 'Logo',
572
+ fi: 'Logo',
537
573
  cs: 'Logo',
538
574
  no: 'Logo',
539
575
  ro: 'Logo',
@@ -549,6 +585,7 @@ exports.vehiclePartLabels = (_a = {},
549
585
  },
550
586
  _a[types_1.VehiclePart.MIRROR_LEFT] = {
551
587
  en: 'Mirror Left',
588
+ fi: 'Peili, vasen',
552
589
  cs: 'Levé zrcátko',
553
590
  no: 'Venstre speil',
554
591
  ro: 'Oglindă stânga',
@@ -564,6 +601,7 @@ exports.vehiclePartLabels = (_a = {},
564
601
  },
565
602
  _a[types_1.VehiclePart.MIRROR_RIGHT] = {
566
603
  en: 'Mirror Right',
604
+ fi: 'Peili oikealla',
567
605
  cs: 'Pravé zrcátko',
568
606
  no: 'Høyre speil',
569
607
  ro: 'Oglindă dreapta',
@@ -579,6 +617,7 @@ exports.vehiclePartLabels = (_a = {},
579
617
  },
580
618
  _a[types_1.VehiclePart.MIRROR_SUPPORT] = {
581
619
  en: 'Mirror Support',
620
+ fi: 'Peilin tuki',
582
621
  cs: 'Držák zrcátka',
583
622
  no: 'Speilstøtte',
584
623
  ro: 'Suport oglindă',
@@ -594,6 +633,7 @@ exports.vehiclePartLabels = (_a = {},
594
633
  },
595
634
  _a[types_1.VehiclePart.QUARTER_WINDOW_BACK_LEFT] = {
596
635
  en: 'Rear Quarter Window Left',
636
+ fi: 'Takaisen takalasin vasen puoli',
597
637
  cs: 'Levé zadní čtvrťové okno',
598
638
  no: 'Venstre bakre hjørnevindu',
599
639
  ro: 'Geam spate, partea stângă',
@@ -609,6 +649,7 @@ exports.vehiclePartLabels = (_a = {},
609
649
  },
610
650
  _a[types_1.VehiclePart.QUARTER_WINDOW_BACK_RIGHT] = {
611
651
  en: 'Rear Quarter Window Right',
652
+ fi: 'Takaisen takalasin oikea puoli',
612
653
  cs: 'Pravé zadní čtvrťové okno',
613
654
  no: 'Høyre bakre hjørnevindu',
614
655
  ro: 'Geam spate, partea dreaptă',
@@ -624,6 +665,7 @@ exports.vehiclePartLabels = (_a = {},
624
665
  },
625
666
  _a[types_1.VehiclePart.QUARTER_WINDOW_FRONT_LEFT] = {
626
667
  en: 'Front Quarter Window Left',
668
+ fi: 'Etukuomu, vasen',
627
669
  cs: 'Levé přední čtvrťové okno',
628
670
  no: 'Venstre fremre hjørnevindu',
629
671
  ro: 'Geamul din față, partea stângă',
@@ -639,6 +681,7 @@ exports.vehiclePartLabels = (_a = {},
639
681
  },
640
682
  _a[types_1.VehiclePart.QUARTER_WINDOW_FRONT_RIGHT] = {
641
683
  en: 'Front Quarter Window Right',
684
+ fi: 'Etukuomu, oikea',
642
685
  cs: 'Pravé přední čtvrťové okno',
643
686
  no: 'Høyre fremre hjørnevindu',
644
687
  ro: 'Geamul din față, partea dreaptă',
@@ -654,6 +697,7 @@ exports.vehiclePartLabels = (_a = {},
654
697
  },
655
698
  _a[types_1.VehiclePart.ROCKER_PANEL] = {
656
699
  en: 'Rocker Panel',
700
+ fi: 'Alatukappi',
657
701
  cs: 'Prahový panel',
658
702
  no: 'Terskel',
659
703
  ro: 'Panou lateral',
@@ -669,6 +713,7 @@ exports.vehiclePartLabels = (_a = {},
669
713
  },
670
714
  _a[types_1.VehiclePart.ROCKER_PANEL_LEFT] = {
671
715
  en: 'Rocker Panel Left',
716
+ fi: 'Vasemman kyljen alareuna',
672
717
  cs: 'Levý prahový panel',
673
718
  no: 'Venstre terskel',
674
719
  ro: 'Panou lateral stânga',
@@ -684,6 +729,7 @@ exports.vehiclePartLabels = (_a = {},
684
729
  },
685
730
  _a[types_1.VehiclePart.ROCKER_PANEL_RIGHT] = {
686
731
  en: 'Rocker Panel Right',
732
+ fi: 'Oikea kylkilauta',
687
733
  cs: 'Pravý prahový panel',
688
734
  no: 'Høyre terskel',
689
735
  ro: 'Panou lateral drept',
@@ -699,6 +745,7 @@ exports.vehiclePartLabels = (_a = {},
699
745
  },
700
746
  _a[types_1.VehiclePart.TAIL_LIGHT_CENTER] = {
701
747
  en: 'Tail Light Left',
748
+ fi: 'Takavalot, vasen',
702
749
  cs: 'Levé zadní světlo',
703
750
  no: 'Venstre baklys',
704
751
  ro: 'Lampa spate stânga',
@@ -714,6 +761,7 @@ exports.vehiclePartLabels = (_a = {},
714
761
  },
715
762
  _a[types_1.VehiclePart.TAIL_LIGHT_LEFT] = {
716
763
  en: 'Tail Light Left',
764
+ fi: 'Takavalot, vasen',
717
765
  cs: 'Levé zadní světlo',
718
766
  no: 'Venstre baklys',
719
767
  ro: 'Far spate stânga',
@@ -729,6 +777,7 @@ exports.vehiclePartLabels = (_a = {},
729
777
  },
730
778
  _a[types_1.VehiclePart.TAIL_LIGHT_RIGHT] = {
731
779
  en: 'Tail Light Right',
780
+ fi: 'Takavalot, oikea',
732
781
  cs: 'Pravé zadní světlo',
733
782
  no: 'Høyre baklys',
734
783
  ro: 'Lampa spate dreapta',
@@ -744,6 +793,7 @@ exports.vehiclePartLabels = (_a = {},
744
793
  },
745
794
  _a[types_1.VehiclePart.TURN_SIGNAL_FRONT_LATERAL_LEFT] = {
746
795
  en: 'Front Turn Signal Lateral Left',
796
+ fi: '',
747
797
  cs: 'Levý přední boční směrový ukazatel',
748
798
  no: 'Venstre fremre sideblink',
749
799
  ro: 'Semnalizator lateral stânga față',
@@ -759,6 +809,7 @@ exports.vehiclePartLabels = (_a = {},
759
809
  },
760
810
  _a[types_1.VehiclePart.TURN_SIGNAL_FRONT_LATERAL_RIGHT] = {
761
811
  en: 'Front Turn Signal Lateral Right',
812
+ fi: 'Vasemmanpuoleinen oikea etuvalot',
762
813
  cs: 'Pravý přední boční směrový ukazatel',
763
814
  no: 'Høyre fremre sideblink',
764
815
  ro: 'Semnalizator lateral față, partea dreaptă',
@@ -774,6 +825,7 @@ exports.vehiclePartLabels = (_a = {},
774
825
  },
775
826
  _a[types_1.VehiclePart.WHEEL] = {
776
827
  en: 'Wheel',
828
+ fi: 'Pyörä',
777
829
  cs: 'Kolo',
778
830
  no: 'Hjul',
779
831
  ro: 'Roată',
@@ -789,6 +841,7 @@ exports.vehiclePartLabels = (_a = {},
789
841
  },
790
842
  _a[types_1.VehiclePart.WHEEL_BACK_LEFT] = {
791
843
  en: 'Rear Wheel Left',
844
+ fi: 'Takapyörä, vasen',
792
845
  cs: 'Levé zadní kolo',
793
846
  no: 'Venstre bakhjul',
794
847
  ro: 'Roata spate stânga',
@@ -804,6 +857,7 @@ exports.vehiclePartLabels = (_a = {},
804
857
  },
805
858
  _a[types_1.VehiclePart.WHEEL_BACK_RIGHT] = {
806
859
  en: 'Rear Wheel Right',
860
+ fi: 'Takapyörä oikea',
807
861
  cs: 'Pravé zadní kolo',
808
862
  no: 'Høyre bakhjul',
809
863
  ro: 'Roata spate dreapta',
@@ -819,6 +873,7 @@ exports.vehiclePartLabels = (_a = {},
819
873
  },
820
874
  _a[types_1.VehiclePart.WHEEL_FRONT_LEFT] = {
821
875
  en: 'Front Wheel Left',
876
+ fi: 'Etupyörä vasemmalla',
822
877
  cs: 'Levé přední kolo',
823
878
  no: 'Venstre forhjul',
824
879
  ro: 'Roata din față, partea stângă',
@@ -834,6 +889,7 @@ exports.vehiclePartLabels = (_a = {},
834
889
  },
835
890
  _a[types_1.VehiclePart.WHEEL_FRONT_RIGHT] = {
836
891
  en: 'Front Wheel Right',
892
+ fi: 'Etupyörä oikealla',
837
893
  cs: 'Pravé přední kolo',
838
894
  no: 'Høyre forhjul',
839
895
  ro: 'Roata din față, partea dreaptă',
@@ -849,6 +905,7 @@ exports.vehiclePartLabels = (_a = {},
849
905
  },
850
906
  _a[types_1.VehiclePart.WINDOW_BACK_LEFT] = {
851
907
  en: 'Rear Window Left',
908
+ fi: 'Takalasi, vasen',
852
909
  cs: 'Levé zadní okno',
853
910
  no: 'Venstre bakrute',
854
911
  ro: 'Parbriz spate, partea stângă',
@@ -864,6 +921,7 @@ exports.vehiclePartLabels = (_a = {},
864
921
  },
865
922
  _a[types_1.VehiclePart.WINDOW_BACK_RIGHT] = {
866
923
  en: 'Rear Window Right',
924
+ fi: 'Takalasi, oikea',
867
925
  cs: 'Pravé zadní okno',
868
926
  no: 'Høyre bakrute',
869
927
  ro: 'Geam spate dreapta',
@@ -879,6 +937,7 @@ exports.vehiclePartLabels = (_a = {},
879
937
  },
880
938
  _a[types_1.VehiclePart.WINDOW_CORNER_LEFT] = {
881
939
  en: 'Corner Window Left',
940
+ fi: 'Vasemman takanurkan ikkuna',
882
941
  cs: 'Levé rohové okno',
883
942
  no: 'Venstre hjørnevindu',
884
943
  ro: 'Colțul ferestrei din stânga',
@@ -894,6 +953,7 @@ exports.vehiclePartLabels = (_a = {},
894
953
  },
895
954
  _a[types_1.VehiclePart.WINDOW_CORNER_RIGHT] = {
896
955
  en: 'Corner Window Right',
956
+ fi: 'Oikean puolen kulmapyörä',
897
957
  cs: 'Pravé rohové okno',
898
958
  no: 'Høyre hjørnevindu',
899
959
  ro: 'Colțul ferestrei din dreapta',
@@ -909,6 +969,7 @@ exports.vehiclePartLabels = (_a = {},
909
969
  },
910
970
  _a[types_1.VehiclePart.WINDOW_FRONT_LEFT] = {
911
971
  en: 'Front Window Left',
972
+ fi: 'Vasemman etuscreen',
912
973
  cs: 'Levé přední okno',
913
974
  no: 'Venstre framvindu',
914
975
  ro: 'Parbriz, partea stângă',
@@ -924,6 +985,7 @@ exports.vehiclePartLabels = (_a = {},
924
985
  },
925
986
  _a[types_1.VehiclePart.WINDOW_FRONT_RIGHT] = {
926
987
  en: 'Front Window Right',
988
+ fi: 'Etukuomu oikealla',
927
989
  cs: 'Pravé přední okno',
928
990
  no: 'Høyre framvindu',
929
991
  ro: 'Parbriz față, partea dreaptă',
@@ -939,6 +1001,7 @@ exports.vehiclePartLabels = (_a = {},
939
1001
  },
940
1002
  _a[types_1.VehiclePart.WINDSHIELD_BACK] = {
941
1003
  en: 'Windshield Back',
1004
+ fi: 'Takalasina',
942
1005
  cs: 'Zadní sklo',
943
1006
  no: 'Bakrute',
944
1007
  ro: 'Parbriz spate',
@@ -954,6 +1017,7 @@ exports.vehiclePartLabels = (_a = {},
954
1017
  },
955
1018
  _a[types_1.VehiclePart.WINDSHIELD_FRONT] = {
956
1019
  en: 'Windshield Front',
1020
+ fi: 'Etusumu',
957
1021
  cs: 'Čelní sklo',
958
1022
  no: 'Frontrute',
959
1023
  ro: 'Parbriz față',
@@ -969,6 +1033,7 @@ exports.vehiclePartLabels = (_a = {},
969
1033
  },
970
1034
  _a[types_1.VehiclePart.WIPER] = {
971
1035
  en: 'Wiper',
1036
+ fi: 'Pyyhin',
972
1037
  cs: 'Stěrače',
973
1038
  no: 'Vindusviskere',
974
1039
  ro: 'Ștergător',
@@ -984,6 +1049,7 @@ exports.vehiclePartLabels = (_a = {},
984
1049
  },
985
1050
  _a[types_1.VehiclePart.WIPER_BACK] = {
986
1051
  en: 'Rear Wiper',
1052
+ fi: 'Takaisen pyyhkimen',
987
1053
  cs: 'Zadní stěrač',
988
1054
  no: 'Bakre vindusvisker',
989
1055
  ro: 'Ștergător spate',
@@ -999,6 +1065,7 @@ exports.vehiclePartLabels = (_a = {},
999
1065
  },
1000
1066
  _a[types_1.VehiclePart.WIPER_FRONT] = {
1001
1067
  en: 'Front Wiper',
1068
+ fi: 'Etukuivaus',
1002
1069
  cs: 'Přední stěrač',
1003
1070
  no: 'Fremre vindusvisker',
1004
1071
  ro: 'Ștergător față',
@@ -1014,6 +1081,7 @@ exports.vehiclePartLabels = (_a = {},
1014
1081
  },
1015
1082
  _a[types_1.VehiclePart.FRONT_SPOILER] = {
1016
1083
  en: 'Front Spoiler',
1084
+ fi: 'Etuluokare',
1017
1085
  cs: 'Přední spoiler',
1018
1086
  no: 'Fremre spoiler',
1019
1087
  ro: 'Spoiler frontal',
@@ -1029,6 +1097,7 @@ exports.vehiclePartLabels = (_a = {},
1029
1097
  },
1030
1098
  _a[types_1.VehiclePart.REAR_SPOILER] = {
1031
1099
  en: 'Rear Spoiler',
1100
+ fi: 'Takaspoileri',
1032
1101
  cs: 'Zadní spoiler',
1033
1102
  no: 'Bakre spoiler',
1034
1103
  ro: 'Spoiler spate',
@@ -1044,6 +1113,7 @@ exports.vehiclePartLabels = (_a = {},
1044
1113
  },
1045
1114
  _a[types_1.VehiclePart.HOOD] = {
1046
1115
  en: 'Hood',
1116
+ fi: 'Takaluukku',
1047
1117
  cs: 'Kapota',
1048
1118
  no: 'Panser',
1049
1119
  ro: 'Capotă',
@@ -1059,6 +1129,7 @@ exports.vehiclePartLabels = (_a = {},
1059
1129
  },
1060
1130
  _a[types_1.VehiclePart.PETROL_DOOR] = {
1061
1131
  en: 'Petrol Door',
1132
+ fi: 'Polttoaineen säiliön luukku',
1062
1133
  cs: 'Dvířka palivové nádrže',
1063
1134
  no: 'Tanklokk',
1064
1135
  ro: 'Ușa rezervorului',
@@ -1074,6 +1145,7 @@ exports.vehiclePartLabels = (_a = {},
1074
1145
  },
1075
1146
  _a[types_1.VehiclePart.PILLAR] = {
1076
1147
  en: 'Pillar',
1148
+ fi: 'Pilarin',
1077
1149
  cs: 'Sloupek',
1078
1150
  no: 'Søyle',
1079
1151
  ro: 'Stâlp',
@@ -1089,6 +1161,7 @@ exports.vehiclePartLabels = (_a = {},
1089
1161
  },
1090
1162
  _a[types_1.VehiclePart.ROOF] = {
1091
1163
  en: 'Roof',
1164
+ fi: 'Katto',
1092
1165
  cs: 'Střecha',
1093
1166
  no: 'Tak',
1094
1167
  ro: 'Acoperiș',
@@ -1104,6 +1177,7 @@ exports.vehiclePartLabels = (_a = {},
1104
1177
  },
1105
1178
  _a[types_1.VehiclePart.TRUNK] = {
1106
1179
  en: 'Trunk',
1180
+ fi: 'Takakontti',
1107
1181
  cs: 'Kufr',
1108
1182
  no: 'Bagasjerom',
1109
1183
  ro: 'Portbagaj',
@@ -1119,6 +1193,7 @@ exports.vehiclePartLabels = (_a = {},
1119
1193
  },
1120
1194
  _a[types_1.VehiclePart.BACKGROUND] = {
1121
1195
  en: 'Background',
1196
+ fi: 'Tausta',
1122
1197
  cs: 'Pozadí',
1123
1198
  no: 'Bakgrunn',
1124
1199
  ro: 'Fundal',
@@ -1134,6 +1209,7 @@ exports.vehiclePartLabels = (_a = {},
1134
1209
  },
1135
1210
  _a[types_1.VehiclePart.CAR_INSIDE] = {
1136
1211
  en: 'Car Inside',
1212
+ fi: 'Sisätila',
1137
1213
  cs: 'Interiér vozidla',
1138
1214
  no: 'Interiør',
1139
1215
  ro: 'Interiorul vehiculului',
@@ -1149,6 +1225,7 @@ exports.vehiclePartLabels = (_a = {},
1149
1225
  },
1150
1226
  _a[types_1.VehiclePart.DAMAGED_CAR_INSIDE] = {
1151
1227
  en: 'Damaged Car Inside',
1228
+ fi: 'Vaurioitunut auto, sisätiloissa',
1152
1229
  cs: 'Poškozený interiér',
1153
1230
  no: 'Skadet interiør',
1154
1231
  ro: 'Interiorul vehiculului avariat',
@@ -1164,6 +1241,7 @@ exports.vehiclePartLabels = (_a = {},
1164
1241
  },
1165
1242
  _a[types_1.VehiclePart.HANDLE_BACK_CENTER] = {
1166
1243
  en: 'Handle Back Center',
1244
+ fi: 'Takaisen keskuksen käsittely',
1167
1245
  cs: 'Středová zadní klika',
1168
1246
  no: 'Midtre bakre håndtak',
1169
1247
  ro: 'Mânerele din spate, zona centrală',
@@ -1179,6 +1257,7 @@ exports.vehiclePartLabels = (_a = {},
1179
1257
  },
1180
1258
  _a[types_1.VehiclePart.RIM_BACK_LEFT] = {
1181
1259
  en: 'Back left rim',
1260
+ fi: 'Takaisin vasen vante',
1182
1261
  cs: 'Levý zadní ráfek',
1183
1262
  no: 'Venstre bakre felg',
1184
1263
  ro: 'Janta spate stânga',
@@ -1194,6 +1273,7 @@ exports.vehiclePartLabels = (_a = {},
1194
1273
  },
1195
1274
  _a[types_1.VehiclePart.RIM_BACK_RIGHT] = {
1196
1275
  en: 'Back right rim',
1276
+ fi: 'Takaisin oikea vante',
1197
1277
  cs: 'Pravý zadní ráfek',
1198
1278
  no: 'Høyre bakre felg',
1199
1279
  ro: 'Janta spate dreapta',
@@ -1209,6 +1289,7 @@ exports.vehiclePartLabels = (_a = {},
1209
1289
  },
1210
1290
  _a[types_1.VehiclePart.RIM_FRONT_LEFT] = {
1211
1291
  en: 'Front left rim',
1292
+ fi: 'Etukuolen vasen rengas',
1212
1293
  cs: 'Levý přední ráfek',
1213
1294
  no: 'Venstre fremre felg',
1214
1295
  ro: 'Janta din față, partea stângă',
@@ -1224,6 +1305,7 @@ exports.vehiclePartLabels = (_a = {},
1224
1305
  },
1225
1306
  _a[types_1.VehiclePart.RIM_FRONT_RIGHT] = {
1226
1307
  en: 'Front right rim',
1308
+ fi: 'Etureunan oikea vante',
1227
1309
  cs: 'Pravý přední ráfek',
1228
1310
  no: 'Høyre fremre felg',
1229
1311
  ro: 'Janta față dreapta',
@@ -1239,6 +1321,7 @@ exports.vehiclePartLabels = (_a = {},
1239
1321
  },
1240
1322
  _a[types_1.VehiclePart.INTERIOR] = {
1241
1323
  en: 'Interior',
1324
+ fi: 'Sisätila',
1242
1325
  cs: 'Interiér',
1243
1326
  no: 'Interiør',
1244
1327
  ro: 'Interior',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monkvision/common",
3
- "version": "5.3.7",
3
+ "version": "5.3.8",
4
4
  "license": "BSD-3-Clause-Clear",
5
5
  "packageManager": "yarn@3.2.4",
6
6
  "description": "MonkJs common logic package",
@@ -28,10 +28,10 @@
28
28
  "lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
29
29
  },
30
30
  "dependencies": {
31
- "@monkvision/analytics": "5.3.7",
32
- "@monkvision/monitoring": "5.3.7",
33
- "@monkvision/sights": "5.3.7",
34
- "@monkvision/types": "5.3.7",
31
+ "@monkvision/analytics": "5.3.8",
32
+ "@monkvision/monitoring": "5.3.8",
33
+ "@monkvision/sights": "5.3.8",
34
+ "@monkvision/types": "5.3.8",
35
35
  "i18next": "^23.4.5",
36
36
  "jsonwebtoken": "^9.0.2",
37
37
  "jwt-decode": "^4.0.0",
@@ -46,13 +46,13 @@
46
46
  "react-router-dom": "^6.22.3"
47
47
  },
48
48
  "devDependencies": {
49
- "@monkvision/eslint-config-base": "5.3.7",
50
- "@monkvision/eslint-config-typescript": "5.3.7",
51
- "@monkvision/eslint-config-typescript-react": "5.3.7",
52
- "@monkvision/jest-config": "5.3.7",
53
- "@monkvision/prettier-config": "5.3.7",
54
- "@monkvision/test-utils": "5.3.7",
55
- "@monkvision/typescript-config": "5.3.7",
49
+ "@monkvision/eslint-config-base": "5.3.8",
50
+ "@monkvision/eslint-config-typescript": "5.3.8",
51
+ "@monkvision/eslint-config-typescript-react": "5.3.8",
52
+ "@monkvision/jest-config": "5.3.8",
53
+ "@monkvision/prettier-config": "5.3.8",
54
+ "@monkvision/test-utils": "5.3.8",
55
+ "@monkvision/typescript-config": "5.3.8",
56
56
  "@testing-library/react": "^16.3.0",
57
57
  "@types/jest": "^30",
58
58
  "@types/node": "^24.5.2",
@@ -93,5 +93,5 @@
93
93
  "url": "https://github.com/monkvision/monkjs/issues"
94
94
  },
95
95
  "homepage": "https://github.com/monkvision/monkjs",
96
- "gitHead": "8f2473ad68cb762819c57d1b8dc0db2510d33740"
96
+ "gitHead": "b7bd5e2266a0162e880af4015db8b23d5a526131"
97
97
  }