@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.
@@ -1,5 +1,5 @@
1
- <testsuites name="Sofit view locale tests" tests="8" failures="0" time="1.836">
2
- <testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2019-03-08T14:41:44" time="1.163" tests="4">
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-08T14:41:44" time="1.212" tests="4">
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">
@@ -15,6 +15,10 @@ export declare const fields: {
15
15
  ptBR: string;
16
16
  es: string;
17
17
  };
18
+ reply_to_email: {
19
+ ptBR: string;
20
+ es: string;
21
+ };
18
22
  responsible: {
19
23
  ptBR: string;
20
24
  es: string;
@@ -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'
@@ -433,4 +433,8 @@ export declare const messages: {
433
433
  ptBR: string;
434
434
  es: string;
435
435
  };
436
+ supplier_must_be_rental: {
437
+ ptBR: string;
438
+ es: string;
439
+ };
436
440
  };
@@ -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
  };
@@ -19,6 +19,10 @@ export const fields = {
19
19
  ptBR: 'Empresa',
20
20
  es: 'Empresa'
21
21
  },
22
+ reply_to_email: {
23
+ ptBR: 'E-mail para resposta',
24
+ es: 'Correo electrónico para respuesta'
25
+ },
22
26
  responsible: {
23
27
  ptBR: 'Responsável',
24
28
  es: 'Responsable'
@@ -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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sofit/view-locale",
3
- "version": "1.24.0",
3
+ "version": "1.26.0",
4
4
  "description": "Traduções do Sofit View",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",