@sofit/view-locale 1.107.0 → 1.108.1
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/dist/translations/modules/backup_vehicle.js +2 -2
- package/dist/translations/modules/backup_vehicle_usage.d.ts +2 -2
- package/dist/translations/modules/backup_vehicle_usage.js +2 -2
- package/dist/translations/modules/vehicle.js +2 -2
- package/junit.xml +9 -9
- package/lib/translations/modules/backup_vehicle.ts +2 -2
- package/lib/translations/modules/backup_vehicle_usage.ts +2 -2
- package/lib/translations/modules/vehicle.ts +2 -2
- package/package.json +1 -1
|
@@ -16,8 +16,8 @@ exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { lice
|
|
|
16
16
|
ptBR: 'Data da desativação',
|
|
17
17
|
es: 'Fecha de la desativación'
|
|
18
18
|
}, supplier_id: {
|
|
19
|
-
ptBR: '
|
|
20
|
-
es: '
|
|
19
|
+
ptBR: 'Locadora',
|
|
20
|
+
es: 'Alquiler'
|
|
21
21
|
}, leasing_contract_id: {
|
|
22
22
|
ptBR: 'Contrato de Locação',
|
|
23
23
|
es: 'Contrato de Arrendamiento'
|
|
@@ -77,11 +77,11 @@ export declare const messages: {
|
|
|
77
77
|
ptBR: string;
|
|
78
78
|
es: string;
|
|
79
79
|
};
|
|
80
|
-
|
|
80
|
+
start_date_must_be_lower_or_equal_than_today: {
|
|
81
81
|
ptBR: string;
|
|
82
82
|
es: string;
|
|
83
83
|
};
|
|
84
|
-
|
|
84
|
+
end_date_must_be_lower_or_equal_than_today: {
|
|
85
85
|
ptBR: string;
|
|
86
86
|
es: string;
|
|
87
87
|
};
|
|
@@ -58,11 +58,11 @@ exports.messages = {
|
|
|
58
58
|
ptBR: 'Não é possível salvar a utilização, pois ela sobrepõe outra utilização do veículo reserva, de {{start_date}} até {{end_date}}, onde substituiu o veículo {{vehicle}}.',
|
|
59
59
|
es: 'o es posible guardar el uso, ya que se superpone a otro uso del vehículo de respaldo, de {{start_date}} a {{end_date}}, donde reemplazaste el vehículo {{vehicle}}.'
|
|
60
60
|
},
|
|
61
|
-
|
|
61
|
+
start_date_must_be_lower_or_equal_than_today: {
|
|
62
62
|
ptBR: 'A data de início informada deve ser menor ou igual a hoje.',
|
|
63
63
|
es: 'La fecha de início informada debe ser menor o igual a hoy.'
|
|
64
64
|
},
|
|
65
|
-
|
|
65
|
+
end_date_must_be_lower_or_equal_than_today: {
|
|
66
66
|
ptBR: 'A data de término informada deve ser menor ou igual a hoje.',
|
|
67
67
|
es: 'La fecha de término informada debe ser menor o igual a hoy.'
|
|
68
68
|
}
|
|
@@ -342,8 +342,8 @@ exports.messages = {
|
|
|
342
342
|
es: 'Para cambiar la disponibilidad, el vehículo no debe estar inactivo o en mantenimiento'
|
|
343
343
|
},
|
|
344
344
|
wrong_format_plate: {
|
|
345
|
-
ptBR: '
|
|
346
|
-
es: '
|
|
345
|
+
ptBR: 'Formato de placa inválido.',
|
|
346
|
+
es: 'Formato de tarjeta no valido.'
|
|
347
347
|
}
|
|
348
348
|
};
|
|
349
349
|
exports.enums = {
|
package/junit.xml
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="
|
|
3
|
-
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2020-07-
|
|
4
|
-
<testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.
|
|
2
|
+
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="4.247">
|
|
3
|
+
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2020-07-24T17:33:13" time="3.261" tests="4">
|
|
4
|
+
<testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.015">
|
|
5
5
|
</testcase>
|
|
6
|
-
<testcase classname="Joi tests should return non label message" name="Joi tests should return non label message" time="0
|
|
6
|
+
<testcase classname="Joi tests should return non label message" name="Joi tests should return non label message" time="0">
|
|
7
7
|
</testcase>
|
|
8
|
-
<testcase classname="Joi tests should return translated label message" name="Joi tests should return translated label message" time="0">
|
|
8
|
+
<testcase classname="Joi tests should return translated label message" name="Joi tests should return translated label message" time="0.001">
|
|
9
9
|
</testcase>
|
|
10
|
-
<testcase classname="Joi tests should return translated label index" name="Joi tests should return translated label index" time="0">
|
|
10
|
+
<testcase classname="Joi tests should return translated label index" name="Joi tests should return translated label index" time="0.001">
|
|
11
11
|
</testcase>
|
|
12
12
|
</testsuite>
|
|
13
|
-
<testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2020-07-
|
|
14
|
-
<testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.
|
|
13
|
+
<testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2020-07-24T17:33:13" time="3.264" tests="4">
|
|
14
|
+
<testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.003">
|
|
15
15
|
</testcase>
|
|
16
|
-
<testcase classname="Vehicle locale test Should replace correctly with reach" name="Vehicle locale test Should replace correctly with reach" time="0">
|
|
16
|
+
<testcase classname="Vehicle locale test Should replace correctly with reach" name="Vehicle locale test Should replace correctly with reach" time="0.001">
|
|
17
17
|
</testcase>
|
|
18
18
|
<testcase classname="Vehicle locale test Should get translations with raw" name="Vehicle locale test Should get translations with raw" time="0">
|
|
19
19
|
</testcase>
|
|
@@ -70,11 +70,11 @@ export const messages = {
|
|
|
70
70
|
ptBR: 'Não é possível salvar a utilização, pois ela sobrepõe outra utilização do veículo reserva, de {{start_date}} até {{end_date}}, onde substituiu o veículo {{vehicle}}.',
|
|
71
71
|
es: 'o es posible guardar el uso, ya que se superpone a otro uso del vehículo de respaldo, de {{start_date}} a {{end_date}}, donde reemplazaste el vehículo {{vehicle}}.'
|
|
72
72
|
},
|
|
73
|
-
|
|
73
|
+
start_date_must_be_lower_or_equal_than_today: {
|
|
74
74
|
ptBR: 'A data de início informada deve ser menor ou igual a hoje.',
|
|
75
75
|
es: 'La fecha de início informada debe ser menor o igual a hoy.'
|
|
76
76
|
},
|
|
77
|
-
|
|
77
|
+
end_date_must_be_lower_or_equal_than_today: {
|
|
78
78
|
ptBR: 'A data de término informada deve ser menor ou igual a hoje.',
|
|
79
79
|
es: 'La fecha de término informada debe ser menor o igual a hoy.'
|
|
80
80
|
}
|
|
@@ -447,8 +447,8 @@ export const messages = {
|
|
|
447
447
|
es: 'Para cambiar la disponibilidad, el vehículo no debe estar inactivo o en mantenimiento'
|
|
448
448
|
},
|
|
449
449
|
wrong_format_plate: {
|
|
450
|
-
ptBR: '
|
|
451
|
-
es: '
|
|
450
|
+
ptBR: 'Formato de placa inválido.',
|
|
451
|
+
es: 'Formato de tarjeta no valido.'
|
|
452
452
|
}
|
|
453
453
|
};
|
|
454
454
|
|