@sofit/view-locale 1.72.0 → 1.74.0
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.
- package/coverage/jest/results.xml +7 -7
- package/dist/translations/modules/foreseen_maintenance_plan_service_item.d.ts +4 -0
- package/dist/translations/modules/foreseen_maintenance_plan_service_item.js +4 -0
- package/dist/translations/modules/vehicle_change_history.d.ts +4 -0
- package/dist/translations/modules/vehicle_change_history.js +4 -0
- package/lib/translations/modules/foreseen_maintenance_plan_service_item.ts +4 -0
- package/lib/translations/modules/vehicle_change_history.ts +4 -0
- package/package.json +1 -1
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.
|
|
2
|
-
<testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="
|
|
3
|
-
<testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.
|
|
1
|
+
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.598">
|
|
2
|
+
<testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2020-01-06T17:48:21" time="1.804" tests="4">
|
|
3
|
+
<testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.007">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase classname="Vehicle locale test Should replace correctly with reach" name="Vehicle locale test Should replace correctly with reach" time="0">
|
|
5
|
+
<testcase classname="Vehicle locale test Should replace correctly with reach" name="Vehicle locale test Should replace correctly with reach" time="0.001">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase classname="Vehicle locale test Should get translations with raw" name="Vehicle locale test Should get translations with raw" time="0
|
|
7
|
+
<testcase classname="Vehicle locale test Should get translations with raw" name="Vehicle locale test Should get translations with raw" time="0">
|
|
8
8
|
</testcase>
|
|
9
9
|
<testcase classname="Vehicle locale test Should replace correctly with raw" name="Vehicle locale test Should replace correctly with raw" time="0">
|
|
10
10
|
</testcase>
|
|
11
11
|
</testsuite>
|
|
12
|
-
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="
|
|
12
|
+
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2020-01-06T17:48:21" time="1.846" tests="4">
|
|
13
13
|
<testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.004">
|
|
14
14
|
</testcase>
|
|
15
|
-
<testcase classname="Joi tests should return non label message" name="Joi tests should return non label message" time="0
|
|
15
|
+
<testcase classname="Joi tests should return non label message" name="Joi tests should return non label message" time="0">
|
|
16
16
|
</testcase>
|
|
17
17
|
<testcase classname="Joi tests should return translated label message" name="Joi tests should return translated label message" time="0.001">
|
|
18
18
|
</testcase>
|
|
@@ -35,5 +35,9 @@ exports.messages = {
|
|
|
35
35
|
in_revision_item: {
|
|
36
36
|
ptBR: 'O item {{item}} está em revisão',
|
|
37
37
|
es: 'El iten {{item}} está en revisión'
|
|
38
|
+
},
|
|
39
|
+
item_allocated_in_service_order: {
|
|
40
|
+
ptBR: 'O item {{item}} não pode ser removido, pois está sendo utilizado nas ordens de serviço: {{so}}',
|
|
41
|
+
es: 'El iten {{item}} no se puede eliminar, ya que se está utilizando en órdenes de trabajo: {{so}}'
|
|
38
42
|
}
|
|
39
43
|
};
|
|
@@ -51,6 +51,10 @@ exports.messages = {
|
|
|
51
51
|
must_not_have_overlaping_change_history: {
|
|
52
52
|
ptBR: 'Existem históricos sobrepostos no periodo.',
|
|
53
53
|
es: 'Hay historias superpuestas en el período.'
|
|
54
|
+
},
|
|
55
|
+
must_have_end_date_after_start_date: {
|
|
56
|
+
ptBR: 'A data de fim deve ser maior que a data de início.',
|
|
57
|
+
es: 'La fecha de finalización debe ser mayor que la fecha de inicio.'
|
|
54
58
|
}
|
|
55
59
|
};
|
|
56
60
|
exports.enums = {
|
|
@@ -45,5 +45,9 @@ export const messages = {
|
|
|
45
45
|
in_revision_item: {
|
|
46
46
|
ptBR: 'O item {{item}} está em revisão',
|
|
47
47
|
es: 'El iten {{item}} está en revisión'
|
|
48
|
+
},
|
|
49
|
+
item_allocated_in_service_order: {
|
|
50
|
+
ptBR: 'O item {{item}} não pode ser removido, pois está sendo utilizado nas ordens de serviço: {{so}}',
|
|
51
|
+
es: 'El iten {{item}} no se puede eliminar, ya que se está utilizando en órdenes de trabajo: {{so}}'
|
|
48
52
|
}
|
|
49
53
|
};
|
|
@@ -61,6 +61,10 @@ export const messages = {
|
|
|
61
61
|
must_not_have_overlaping_change_history: {
|
|
62
62
|
ptBR: 'Existem históricos sobrepostos no periodo.',
|
|
63
63
|
es: 'Hay historias superpuestas en el período.'
|
|
64
|
+
},
|
|
65
|
+
must_have_end_date_after_start_date: {
|
|
66
|
+
ptBR: 'A data de fim deve ser maior que a data de início.',
|
|
67
|
+
es: 'La fecha de finalización debe ser mayor que la fecha de inicio.'
|
|
64
68
|
}
|
|
65
69
|
};
|
|
66
70
|
|