@sofit/view-locale 1.24.0 → 1.26.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 +3 -3
- package/dist/translations/modules/subsidiary.d.ts +4 -0
- package/dist/translations/modules/subsidiary.js +3 -0
- package/dist/translations/modules/vehicle.d.ts +4 -0
- package/dist/translations/modules/vehicle.js +4 -0
- package/lib/translations/modules/subsidiary.ts +4 -0
- package/lib/translations/modules/vehicle.ts +4 -0
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="1.
|
|
2
|
-
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2019-03-
|
|
1
|
+
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="1.983">
|
|
2
|
+
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2019-03-11T20:34:36" time="1.275" tests="4">
|
|
3
3
|
<testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.003">
|
|
4
4
|
</testcase>
|
|
5
5
|
<testcase classname="Joi tests should return non label message" name="Joi tests should return non label message" time="0">
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<testcase classname="Joi tests should return translated label index" name="Joi tests should return translated label index" time="0">
|
|
10
10
|
</testcase>
|
|
11
11
|
</testsuite>
|
|
12
|
-
<testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2019-03-
|
|
12
|
+
<testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2019-03-11T20:34:36" time="1.276" tests="4">
|
|
13
13
|
<testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.003">
|
|
14
14
|
</testcase>
|
|
15
15
|
<testcase classname="Vehicle locale test Should replace correctly with reach" name="Vehicle locale test Should replace correctly with reach" time="0">
|
|
@@ -14,6 +14,9 @@ exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { alert_emails: {
|
|
|
14
14
|
}, company_id: {
|
|
15
15
|
ptBR: 'Empresa',
|
|
16
16
|
es: 'Empresa'
|
|
17
|
+
}, reply_to_email: {
|
|
18
|
+
ptBR: 'E-mail para resposta',
|
|
19
|
+
es: 'Correo electrónico para respuesta'
|
|
17
20
|
}, responsible: {
|
|
18
21
|
ptBR: 'Responsável',
|
|
19
22
|
es: 'Responsable'
|
|
@@ -322,5 +322,9 @@ exports.messages = {
|
|
|
322
322
|
cost_center_active: {
|
|
323
323
|
ptBR: 'O centro de custo selecionado deve estar ativo.',
|
|
324
324
|
es: 'El centro de costo seleccionado debe estar activo.'
|
|
325
|
+
},
|
|
326
|
+
supplier_must_be_rental: {
|
|
327
|
+
ptBR: 'O fornecedor não é do tipo locadora',
|
|
328
|
+
es: 'El proveedor no es del tipo alquiler'
|
|
325
329
|
}
|
|
326
330
|
};
|
|
@@ -429,5 +429,9 @@ export const messages = {
|
|
|
429
429
|
cost_center_active: {
|
|
430
430
|
ptBR: 'O centro de custo selecionado deve estar ativo.',
|
|
431
431
|
es: 'El centro de costo seleccionado debe estar activo.'
|
|
432
|
+
},
|
|
433
|
+
supplier_must_be_rental: {
|
|
434
|
+
ptBR: 'O fornecedor não é do tipo locadora',
|
|
435
|
+
es: 'El proveedor no es del tipo alquiler'
|
|
432
436
|
}
|
|
433
437
|
};
|