@sofit/view-locale 1.67.0 → 1.67.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,22 +1,22 @@
1
- <testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.705">
2
- <testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2019-11-01T13:59:46" time="2.002" tests="4">
3
- <testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.003">
1
+ <testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.604">
2
+ <testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2019-11-07T19:41:10" time="1.844" tests="4">
3
+ <testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.003">
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">
5
+ <testcase classname="Joi tests should return non label message" name="Joi tests should return non label message" 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="Joi tests should return translated label message" name="Joi tests should return translated label message" 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="Joi tests should return translated label index" name="Joi tests should return translated label index" time="0.001">
10
10
  </testcase>
11
11
  </testsuite>
12
- <testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2019-11-01T13:59:46" time="1.999" tests="4">
13
- <testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.004">
12
+ <testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2019-11-07T19:41:10" time="1.801" 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="Joi tests should return non label message" name="Joi tests should return non label message" 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="Joi tests should return translated label message" name="Joi tests should return translated label message" 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
- <testcase classname="Joi tests should return translated label index" name="Joi tests should return translated label index" time="0">
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>
21
21
  </testsuite>
22
22
  </testsuites>
@@ -4,6 +4,10 @@ export declare const name: {
4
4
  };
5
5
  export declare const enums: {
6
6
  status: {
7
+ 'all': {
8
+ ptBR: string;
9
+ es: string;
10
+ };
7
11
  'in_notification': {
8
12
  ptBR: string;
9
13
  es: string;
@@ -6,6 +6,10 @@ exports.name = {
6
6
  };
7
7
  exports.enums = {
8
8
  status: {
9
+ 'all': {
10
+ ptBR: 'Todos',
11
+ es: 'Todos'
12
+ },
9
13
  'in_notification': {
10
14
  ptBR: 'Em notificação',
11
15
  es: 'En notificacion'
@@ -4,6 +4,10 @@ export declare const name: {
4
4
  };
5
5
  export declare const enums: {
6
6
  status: {
7
+ 'all': {
8
+ ptBR: string;
9
+ es: string;
10
+ };
7
11
  'under_approval': {
8
12
  ptBR: string;
9
13
  es: string;
@@ -6,6 +6,10 @@ exports.name = {
6
6
  };
7
7
  exports.enums = {
8
8
  status: {
9
+ 'all': {
10
+ ptBR: 'Todas',
11
+ es: 'Todos'
12
+ },
9
13
  'under_approval': {
10
14
  ptBR: 'Em aprovação',
11
15
  es: 'En aprobación'
@@ -4,6 +4,10 @@ export declare const name: {
4
4
  };
5
5
  export declare const enums: {
6
6
  status: {
7
+ 'Todas': {
8
+ ptBR: string;
9
+ es: string;
10
+ };
7
11
  'Planejada': {
8
12
  ptBR: string;
9
13
  es: string;
@@ -6,6 +6,10 @@ exports.name = {
6
6
  };
7
7
  exports.enums = {
8
8
  status: {
9
+ 'Todas': {
10
+ ptBR: 'Todas',
11
+ es: 'Todos'
12
+ },
9
13
  'Planejada': {
10
14
  ptBR: 'Planejada',
11
15
  es: 'Planificado'
@@ -4,6 +4,10 @@ export declare const name: {
4
4
  };
5
5
  export declare const enums: {
6
6
  status: {
7
+ 'all': {
8
+ ptBR: string;
9
+ es: string;
10
+ };
7
11
  'calculated': {
8
12
  ptBR: string;
9
13
  es: string;
@@ -6,6 +6,10 @@ exports.name = {
6
6
  };
7
7
  exports.enums = {
8
8
  status: {
9
+ 'all': {
10
+ ptBR: 'Todos',
11
+ es: 'Todos'
12
+ },
9
13
  'calculated': {
10
14
  ptBR: 'Calculado',
11
15
  es: 'Calculado'
@@ -5,6 +5,10 @@ export const name = {
5
5
 
6
6
  export const enums = {
7
7
  status: {
8
+ 'all': {
9
+ ptBR: 'Todos',
10
+ es: 'Todos'
11
+ },
8
12
  'in_notification': {
9
13
  ptBR: 'Em notificação',
10
14
  es: 'En notificacion'
@@ -5,6 +5,10 @@ export const name = {
5
5
 
6
6
  export const enums = {
7
7
  status: {
8
+ 'all': {
9
+ ptBR: 'Todas',
10
+ es: 'Todos'
11
+ },
8
12
  'under_approval': {
9
13
  ptBR: 'Em aprovação',
10
14
  es: 'En aprobación'
@@ -5,6 +5,10 @@ export const name = {
5
5
 
6
6
  export const enums = {
7
7
  status: {
8
+ 'Todas': {
9
+ ptBR: 'Todas',
10
+ es: 'Todos'
11
+ },
8
12
  'Planejada': {
9
13
  ptBR: 'Planejada',
10
14
  es: 'Planificado'
@@ -5,6 +5,10 @@ export const name = {
5
5
 
6
6
  export const enums = {
7
7
  status: {
8
+ 'all': {
9
+ ptBR: 'Todos',
10
+ es: 'Todos'
11
+ },
8
12
  'calculated': {
9
13
  ptBR: 'Calculado',
10
14
  es: 'Calculado'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sofit/view-locale",
3
- "version": "1.67.0",
3
+ "version": "1.67.1",
4
4
  "description": "Traduções do Sofit View",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",