@sofit/view-locale 1.96.1 → 1.97.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.
@@ -1,22 +1,22 @@
1
- <testsuites name="Sofit view locale tests" tests="8" failures="0" time="4.637">
2
- <testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2020-05-22T18:22:57" time="3.546" tests="4">
1
+ <testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.57">
2
+ <testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2020-05-25T20:09:25" time="1.864" tests="4">
3
3
  <testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.006">
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.002">
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.001">
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
- <testcase classname="Vehicle locale test Should replace correctly with raw" name="Vehicle locale test Should replace correctly with raw" time="0">
9
+ <testcase classname="Vehicle locale test Should replace correctly with raw" name="Vehicle locale test Should replace correctly with raw" time="0.001">
10
10
  </testcase>
11
11
  </testsuite>
12
- <testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2020-05-22T18:22:57" time="3.487" tests="4">
13
- <testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.006">
12
+ <testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2020-05-25T20:09:25" time="1.885" tests="4">
13
+ <testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.004">
14
14
  </testcase>
15
15
  <testcase classname="Joi tests should return non label message" name="Joi tests should return non label message" time="0.001">
16
16
  </testcase>
17
- <testcase classname="Joi tests should return translated label message" name="Joi tests should return translated label message" time="0.001">
17
+ <testcase classname="Joi tests should return translated label message" name="Joi tests should return translated label message" time="0">
18
18
  </testcase>
19
- <testcase classname="Joi tests should return translated label index" name="Joi tests should return translated label index" time="0.001">
19
+ <testcase classname="Joi tests should return translated label index" name="Joi tests should return translated label index" time="0">
20
20
  </testcase>
21
21
  </testsuite>
22
22
  </testsuites>
@@ -23,6 +23,10 @@ export declare const fields: {
23
23
  ptBR: string;
24
24
  es: string;
25
25
  };
26
+ executor_id: {
27
+ ptBR: string;
28
+ es: string;
29
+ };
26
30
  checklist_model_id: {
27
31
  ptBR: string;
28
32
  es: string;
@@ -20,6 +20,9 @@ exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { odometer: {
20
20
  }, employee_id: {
21
21
  ptBR: 'Colaborador',
22
22
  es: 'Colaborador'
23
+ }, executor_id: {
24
+ ptBR: 'Executor',
25
+ es: 'Ejecutor'
23
26
  }, checklist_model_id: {
24
27
  ptBR: 'Modelo do Checklist',
25
28
  es: 'Modelo del Checklist'
@@ -27,6 +27,10 @@ export const fields = {
27
27
  ptBR: 'Colaborador',
28
28
  es: 'Colaborador'
29
29
  },
30
+ executor_id: {
31
+ ptBR: 'Executor',
32
+ es: 'Ejecutor'
33
+ },
30
34
  checklist_model_id: {
31
35
  ptBR: 'Modelo do Checklist',
32
36
  es: 'Modelo del Checklist'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sofit/view-locale",
3
- "version": "1.96.1",
3
+ "version": "1.97.0",
4
4
  "description": "Traduções do Sofit View",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",