@sofit/view-locale 1.102.0 → 1.102.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.
@@ -27,6 +27,10 @@ export declare const fields: {
27
27
  ptBR: string;
28
28
  es: string;
29
29
  };
30
+ accountable_id: {
31
+ ptBR: string;
32
+ es: string;
33
+ };
30
34
  name: {
31
35
  ptBR: string;
32
36
  es: string;
@@ -24,6 +24,9 @@ exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { aler
24
24
  }, responsible: {
25
25
  ptBR: 'Responsável',
26
26
  es: 'Responsable'
27
+ }, accountable_id: {
28
+ ptBR: 'Colaborador responsável',
29
+ es: 'Empleado responsable'
27
30
  } });
28
31
  exports.messages = {
29
32
  can_not_deactivate_subsidiary_accountable_employee: {
package/junit.xml CHANGED
@@ -1,23 +1,23 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.841">
3
- <testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2020-06-24T18:28:24" time="2.093" tests="4">
2
+ <testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.896">
3
+ <testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2020-06-25T12:48:24" time="2.194" tests="4">
4
4
  <testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.002">
5
5
  </testcase>
6
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
10
  <testcase classname="Joi tests should return translated label index" name="Joi tests should return translated label index" time="0">
11
11
  </testcase>
12
12
  </testsuite>
13
- <testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2020-06-24T18:28:24" time="2.114" 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">
13
+ <testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2020-06-25T12:48:24" time="2.183" tests="4">
14
+ <testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.001">
15
15
  </testcase>
16
16
  <testcase classname="Vehicle locale test Should replace correctly with reach" name="Vehicle locale test Should replace correctly with reach" time="0">
17
17
  </testcase>
18
- <testcase classname="Vehicle locale test Should get translations with raw" name="Vehicle locale test Should get translations with raw" time="0.001">
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>
20
- <testcase classname="Vehicle locale test Should replace correctly with raw" name="Vehicle locale test Should replace correctly with raw" time="0">
20
+ <testcase classname="Vehicle locale test Should replace correctly with raw" name="Vehicle locale test Should replace correctly with raw" time="0.001">
21
21
  </testcase>
22
22
  </testsuite>
23
23
  </testsuites>
@@ -30,6 +30,10 @@ export const fields = {
30
30
  responsible: {
31
31
  ptBR: 'Responsável',
32
32
  es: 'Responsable'
33
+ },
34
+ accountable_id: {
35
+ ptBR: 'Colaborador responsável',
36
+ es: 'Empleado responsable'
33
37
  }
34
38
  };
35
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sofit/view-locale",
3
- "version": "1.102.0",
3
+ "version": "1.102.1",
4
4
  "description": "Traduções do Sofit View",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",