@monkvision/common 5.3.6 → 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,9 @@ 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';
49
+ import cs from './translations/cs.json';
50
+ import no from './translations/no.json';
48
51
  import ro from './translations/ro.json';
49
52
  import pl from './translations/pl.json';
50
53
  import da from './translations/da.json';
@@ -69,6 +72,9 @@ const i18nMyComponent = i18nCreateSDKInstance({
69
72
  da: { translation: da },
70
73
  pl: { translation: pl },
71
74
  ro: { translation: ro },
75
+ no: { translation: no },
76
+ cs: { translation: cs },
77
+ fi: { translation: fi },
72
78
  }
73
79
  })
74
80
  ```
@@ -9,6 +9,9 @@ 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',
13
+ cs: 'Škrábanec',
14
+ no: 'Ripe',
12
15
  ro: 'Zgârietură',
13
16
  pl: 'Zarysowanie',
14
17
  da: 'Ridse',
@@ -22,6 +25,9 @@ exports.damageTypeLabels = (_a = {},
22
25
  },
23
26
  _a[types_1.DamageType.DENT] = {
24
27
  en: 'Dent',
28
+ fi: 'Halkeama',
29
+ cs: 'Promáčklina',
30
+ no: 'Bulk',
25
31
  ro: 'Avarie',
26
32
  pl: 'Wgniecenie',
27
33
  da: 'bul',
@@ -35,6 +41,9 @@ exports.damageTypeLabels = (_a = {},
35
41
  },
36
42
  _a[types_1.DamageType.BROKEN_GLASS] = {
37
43
  en: 'Broken Glass',
44
+ fi: 'Rikkoutunut lasi',
45
+ cs: 'Rozbité sklo',
46
+ no: 'Knust glass',
38
47
  ro: 'Parbriz spart',
39
48
  pl: 'Pęknięta szyba',
40
49
  da: 'Knust glas',
@@ -48,6 +57,9 @@ exports.damageTypeLabels = (_a = {},
48
57
  },
49
58
  _a[types_1.DamageType.BROKEN_LIGHT] = {
50
59
  en: 'Broken Light',
60
+ fi: 'Vialla oleva valo',
61
+ cs: 'Rozbité světlo',
62
+ no: 'Ødelagt lys',
51
63
  ro: 'Lumină defectă',
52
64
  pl: 'Uszkodzone światło',
53
65
  da: 'Defekt lygte',
@@ -61,6 +73,9 @@ exports.damageTypeLabels = (_a = {},
61
73
  },
62
74
  _a[types_1.DamageType.HUBCAP_SCRATCH] = {
63
75
  en: 'Hubcap Scratch',
76
+ fi: 'Vanteen naarmu',
77
+ cs: 'Škrábanec na poklici',
78
+ no: 'Ripe på hjulkapsel',
64
79
  ro: 'Zgârietură pe capacul roții',
65
80
  pl: 'Zarysowanie kołpaka',
66
81
  da: 'Dækhætte-ridse',
@@ -74,6 +89,9 @@ exports.damageTypeLabels = (_a = {},
74
89
  },
75
90
  _a[types_1.DamageType.MISSING_HUBCAP] = {
76
91
  en: 'Missing Hubcap',
92
+ fi: 'Puuttuva pyöränpultin suojus',
93
+ cs: 'Chybějící poklice',
94
+ no: 'Manglende hjulkapsel',
77
95
  ro: 'Capac de roată lipsă',
78
96
  pl: 'Brak kołpaka',
79
97
  da: 'Manglende hjulkapsel',
@@ -87,6 +105,9 @@ exports.damageTypeLabels = (_a = {},
87
105
  },
88
106
  _a[types_1.DamageType.SMASH] = {
89
107
  en: 'Smash',
108
+ fi: 'Poista',
109
+ cs: 'Náraz',
110
+ no: 'Kollisjonsskade',
90
111
  ro: 'Lovitură',
91
112
  pl: 'Zniszcz',
92
113
  da: 'Smadr',
@@ -100,6 +121,9 @@ exports.damageTypeLabels = (_a = {},
100
121
  },
101
122
  _a[types_1.DamageType.BODY_CRACK] = {
102
123
  en: 'Body Crack',
124
+ fi: 'Halkeama rungossa',
125
+ cs: 'Prasklina karoserie',
126
+ no: 'Sprekk i karosseri',
103
127
  ro: 'Fisură în caroserie',
104
128
  pl: 'Pęknięcie nadwozia',
105
129
  da: 'Karosserirevne',
@@ -113,6 +137,9 @@ exports.damageTypeLabels = (_a = {},
113
137
  },
114
138
  _a[types_1.DamageType.MISSING_PIECE] = {
115
139
  en: 'Missing Piece',
140
+ fi: 'Puuttuva osa',
141
+ cs: 'Chybějící díl',
142
+ no: 'Manglende del',
116
143
  ro: 'Piesă lipsă',
117
144
  pl: 'Brakujący element',
118
145
  da: 'Manglende del',
@@ -126,6 +153,9 @@ exports.damageTypeLabels = (_a = {},
126
153
  },
127
154
  _a[types_1.DamageType.RUSTINESS] = {
128
155
  en: 'Rustiness',
156
+ fi: 'Ruostuminen',
157
+ cs: 'Rez',
158
+ no: 'Rust',
129
159
  ro: 'Rugină',
130
160
  pl: 'Korozja',
131
161
  da: 'Rust',
@@ -139,6 +169,9 @@ exports.damageTypeLabels = (_a = {},
139
169
  },
140
170
  _a[types_1.DamageType.DIRT] = {
141
171
  en: 'Dirt',
172
+ fi: 'Likainen',
173
+ cs: 'Nečistota',
174
+ no: 'Skitt',
142
175
  ro: 'Murdărie',
143
176
  pl: 'Brud',
144
177
  da: 'Snavs',
@@ -152,6 +185,9 @@ exports.damageTypeLabels = (_a = {},
152
185
  },
153
186
  _a[types_1.DamageType.MISSHAPE] = {
154
187
  en: 'Misshape',
188
+ fi: 'Vääristynyt',
189
+ cs: 'Deformace',
190
+ no: 'Deformering',
155
191
  ro: 'Deformare',
156
192
  pl: 'Deformacja',
157
193
  da: 'Deformation',
@@ -165,6 +201,9 @@ exports.damageTypeLabels = (_a = {},
165
201
  },
166
202
  _a[types_1.DamageType.PAINT_PEELING] = {
167
203
  en: 'Paint Peeling',
204
+ fi: 'Läikikö maali',
205
+ cs: 'Odlupování laku',
206
+ no: 'Avflassing av lakk',
168
207
  ro: 'Desprinderea vopselei',
169
208
  pl: 'Łuszcząca się farba',
170
209
  da: 'Afskallet maling',
@@ -178,6 +217,9 @@ exports.damageTypeLabels = (_a = {},
178
217
  },
179
218
  _a[types_1.DamageType.SCATTERED_SCRATCHES] = {
180
219
  en: 'Scattered Scratches',
220
+ fi: 'Pienet naarmut',
221
+ cs: 'Roztroušené škrábance',
222
+ no: 'Spredte riper',
181
223
  ro: 'Zgârieturi împrăștiate',
182
224
  pl: 'Rozproszone rysy',
183
225
  da: 'Spredte ridser',
@@ -191,6 +233,9 @@ exports.damageTypeLabels = (_a = {},
191
233
  },
192
234
  _a[types_1.DamageType.LIGHT_REFLECTION] = {
193
235
  en: 'Light Reflection',
236
+ fi: 'Valon heijastus',
237
+ cs: 'Odraz světla',
238
+ no: 'Lysrefleks',
194
239
  ro: 'Reflecția luminii',
195
240
  pl: 'Odbicie światła',
196
241
  da: 'Lysrefleks',
@@ -204,6 +249,9 @@ exports.damageTypeLabels = (_a = {},
204
249
  },
205
250
  _a[types_1.DamageType.SHADOW] = {
206
251
  en: 'Shadow',
252
+ fi: 'Varjo',
253
+ cs: 'Stín',
254
+ no: 'Skygge',
207
255
  ro: 'Umbră',
208
256
  pl: 'Cień',
209
257
  da: 'Skygge',
@@ -217,6 +265,9 @@ exports.damageTypeLabels = (_a = {},
217
265
  },
218
266
  _a[types_1.DamageType.CAR_CURVE] = {
219
267
  en: 'Car Curve',
268
+ fi: 'Auto, kaarevuus',
269
+ cs: 'Křivka vozidla',
270
+ no: 'Bilkurve',
220
271
  ro: 'Curba vehiculului',
221
272
  pl: 'Krzywa pojazdu',
222
273
  da: 'Bilkurve',
@@ -230,6 +281,9 @@ exports.damageTypeLabels = (_a = {},
230
281
  },
231
282
  _a[types_1.DamageType.PAINT_DAMAGE] = {
232
283
  en: 'Paint Damage',
284
+ fi: 'Pohjamaalin vaurio',
285
+ cs: 'Poškození laku',
286
+ no: 'Lakkskade',
233
287
  ro: 'Deteriorări ale vopselei',
234
288
  pl: 'Uszkodzenie lakieru',
235
289
  da: 'Lakskade',
@@ -1,4 +1,4 @@
1
- import { ComplianceIssue, ImageStatus, TranslationObject } from '@monkvision/types';
1
+ import { ComplianceIssue, ImageStatus, TranslationObject, Viewpoint } from '@monkvision/types';
2
2
  /**
3
3
  * Translations available for image labels.
4
4
  */
@@ -20,3 +20,7 @@ export declare const imageStatusLabels: Record<ImageStatus, ImageLabels>;
20
20
  * Translation labels for the different compliance issues.
21
21
  */
22
22
  export declare const complianceIssueLabels: Record<ComplianceIssue, ImageLabels>;
23
+ /**
24
+ * The translated labels for each viewpoint available in the SDK.
25
+ */
26
+ export declare const viewpointLabels: Record<Viewpoint, TranslationObject>;