@sofit/view-locale 1.17.0 → 1.17.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.
@@ -1,5 +1,5 @@
1
- <testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.096">
2
- <testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2018-11-30T11:33:08" time="1.357" tests="4">
1
+ <testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.093">
2
+ <testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2018-11-30T17:29:20" time="1.318" tests="4">
3
3
  <testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.004">
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,12 +9,12 @@
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="2018-11-30T11:33:08" time="1.351" tests="4">
13
- <testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.004">
12
+ <testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2018-11-30T17:29:20" time="1.292" tests="4">
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
- <testcase classname="Vehicle locale test Should replace correctly with reach" name="Vehicle locale test Should replace correctly with reach" time="0">
15
+ <testcase classname="Vehicle locale test Should replace correctly with reach" name="Vehicle locale test Should replace correctly with reach" time="0.001">
16
16
  </testcase>
17
- <testcase classname="Vehicle locale test Should get translations with raw" name="Vehicle locale test Should get translations with raw" time="0.001">
17
+ <testcase classname="Vehicle locale test Should get translations with raw" name="Vehicle locale test Should get translations with raw" time="0">
18
18
  </testcase>
19
19
  <testcase classname="Vehicle locale test Should replace correctly with raw" name="Vehicle locale test Should replace correctly with raw" time="0">
20
20
  </testcase>
@@ -48,3 +48,9 @@ export declare const fields: {
48
48
  es: string;
49
49
  };
50
50
  };
51
+ export declare const messages: {
52
+ is_editing_created_by_sofit_register: {
53
+ ptBr: string;
54
+ es: string;
55
+ };
56
+ };
@@ -33,3 +33,9 @@ exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { created_by_sofit: {
33
33
  ptBr: 'Distância rodada prevista 5ª vida',
34
34
  es: 'Distancia recorrida prevista 5ª vida'
35
35
  } });
36
+ exports.messages = {
37
+ is_editing_created_by_sofit_register: {
38
+ ptBr: 'É permitido apenas a edição dos campos referentes à distâncias previstas.',
39
+ es: 'Se permite sólo la edición de los campos referentes a las distancias previstas.'
40
+ }
41
+ };
@@ -43,4 +43,11 @@ export const fields = {
43
43
  ptBr: 'Distância rodada prevista 5ª vida',
44
44
  es: 'Distancia recorrida prevista 5ª vida'
45
45
  }
46
+ };
47
+
48
+ export const messages = {
49
+ is_editing_created_by_sofit_register: {
50
+ ptBr: 'É permitido apenas a edição dos campos referentes à distâncias previstas.',
51
+ es: 'Se permite sólo la edición de los campos referentes a las distancias previstas.'
52
+ }
46
53
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sofit/view-locale",
3
- "version": "1.17.0",
3
+ "version": "1.17.1",
4
4
  "description": "Traduções do Sofit View",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",