@sofit/view-locale 1.82.0 → 1.83.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,18 +1,18 @@
|
|
|
1
|
-
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.
|
|
2
|
-
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2020-03-
|
|
1
|
+
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.845">
|
|
2
|
+
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2020-03-26T19:08:13" time="2.01" 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
|
-
<testcase classname="Joi tests should return non label message" name="Joi tests should return non label message" 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="Joi tests should return translated label message" name="Joi tests should return translated label message" time="0
|
|
7
|
+
<testcase classname="Joi tests should return translated label message" name="Joi tests should return translated label message" time="0">
|
|
8
8
|
</testcase>
|
|
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="2020-03-
|
|
12
|
+
<testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2020-03-26T19:08:13" time="2.05" 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.004">
|
|
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
17
|
<testcase classname="Vehicle locale test Should get translations with raw" name="Vehicle locale test Should get translations with raw" time="0.001">
|
|
18
18
|
</testcase>
|
|
@@ -2,7 +2,7 @@ export declare const name: {
|
|
|
2
2
|
ptBR: string;
|
|
3
3
|
es: string;
|
|
4
4
|
};
|
|
5
|
-
export declare const
|
|
5
|
+
export declare const current: {
|
|
6
6
|
ptBR: string;
|
|
7
7
|
es: string;
|
|
8
8
|
};
|
|
@@ -61,15 +61,23 @@ export declare const messages: {
|
|
|
61
61
|
ptBR: string;
|
|
62
62
|
es: string;
|
|
63
63
|
};
|
|
64
|
-
|
|
64
|
+
start_date_must_be_lower_than_now: {
|
|
65
65
|
ptBR: string;
|
|
66
66
|
es: string;
|
|
67
67
|
};
|
|
68
|
-
|
|
68
|
+
end_date_must_be_lower_than_now: {
|
|
69
69
|
ptBR: string;
|
|
70
70
|
es: string;
|
|
71
71
|
};
|
|
72
|
-
|
|
72
|
+
must_not_have_newer_change_history: {
|
|
73
|
+
ptBR: string;
|
|
74
|
+
es: string;
|
|
75
|
+
};
|
|
76
|
+
must_not_overleap_a_single_change_history: {
|
|
77
|
+
ptBR: string;
|
|
78
|
+
es: string;
|
|
79
|
+
};
|
|
80
|
+
must_not_overleap_many_change_history: {
|
|
73
81
|
ptBR: string;
|
|
74
82
|
es: string;
|
|
75
83
|
};
|
|
@@ -5,7 +5,7 @@ exports.name = {
|
|
|
5
5
|
ptBR: 'Histórico de Alterações do Veículo',
|
|
6
6
|
es: 'Historial de Cambios del Vehículo'
|
|
7
7
|
};
|
|
8
|
-
exports.
|
|
8
|
+
exports.current = {
|
|
9
9
|
ptBR: '(Vigente)',
|
|
10
10
|
es: '(En vigor)'
|
|
11
11
|
};
|
|
@@ -43,20 +43,28 @@ exports.messages = {
|
|
|
43
43
|
es: 'Para los registros de tipo {{type}} solo se debe ingresar el campo {{field}}.'
|
|
44
44
|
},
|
|
45
45
|
must_have_active_employee: {
|
|
46
|
-
ptBR: '
|
|
47
|
-
es: 'El
|
|
46
|
+
ptBR: 'Não é possível criar o histórico, pois o colaborador selecionado foi demitido em {{demission_date}}.',
|
|
47
|
+
es: 'El historial no se puede crear porque el empleado seleccionado fue despedido el {{demission_date}}.'
|
|
48
48
|
},
|
|
49
|
-
|
|
50
|
-
ptBR: 'A data/hora de
|
|
51
|
-
es: 'La fecha/hora de
|
|
49
|
+
start_date_must_be_lower_than_now: {
|
|
50
|
+
ptBR: 'A data/hora de início deve ser menor ou igual à data/hora atual.',
|
|
51
|
+
es: 'La fecha/hora de início debe ser menor o igual que la fecha/hora actual.'
|
|
52
52
|
},
|
|
53
|
-
|
|
54
|
-
ptBR: '
|
|
55
|
-
es: '
|
|
53
|
+
end_date_must_be_lower_than_now: {
|
|
54
|
+
ptBR: 'A data/hora de término deve ser menor ou igual à data/hora atual.',
|
|
55
|
+
es: 'La fecha/hora de término debe ser menor o igual que la fecha/hora actual.'
|
|
56
56
|
},
|
|
57
|
-
|
|
58
|
-
ptBR: 'Não é possível
|
|
59
|
-
es: 'No
|
|
57
|
+
must_not_have_newer_change_history: {
|
|
58
|
+
ptBR: 'Não é possível salvar o histórico sem uma data/hora de término, pois o veículo possui históricos de alteração de {{type}} posteriores.',
|
|
59
|
+
es: 'No puede guardar un historial sin una fecha/hora de finalización porque el vehículo tiene historiales de cambios de {{type}} posteriores.'
|
|
60
|
+
},
|
|
61
|
+
must_not_overleap_a_single_change_history: {
|
|
62
|
+
ptBR: 'Não é possível salvar o histórico, pois o período informado conflita com um histórico de alteração de {{type}} do veículo já existente: <br> {{histories}}',
|
|
63
|
+
es: 'No es posible guardar el historial, ya que el período ingresado está en conflicto con un historial de cambios de {{type}} del vehículo existente: <br> {{historories}}'
|
|
64
|
+
},
|
|
65
|
+
must_not_overleap_many_change_history: {
|
|
66
|
+
ptBR: 'Não é possível salvar o histórico, pois o período informado conflita com históricos de alteração de {{type}} do veículo já existentes: <br> {{histories}}',
|
|
67
|
+
es: 'No es posible guardar el historial, ya que el período ingresado está en conflicto con un historial de cambios de {{type}} del vehículo existente: <br> {{historories}}'
|
|
60
68
|
},
|
|
61
69
|
must_have_end_date_after_start_date: {
|
|
62
70
|
ptBR: 'A data de fim deve ser maior que a data de início.',
|
|
@@ -5,7 +5,7 @@ export const name = {
|
|
|
5
5
|
es: 'Historial de Cambios del Vehículo'
|
|
6
6
|
};
|
|
7
7
|
|
|
8
|
-
export const
|
|
8
|
+
export const current = {
|
|
9
9
|
ptBR: '(Vigente)',
|
|
10
10
|
es: '(En vigor)'
|
|
11
11
|
};
|
|
@@ -56,20 +56,28 @@ export const messages = {
|
|
|
56
56
|
es: 'Para los registros de tipo {{type}} solo se debe ingresar el campo {{field}}.'
|
|
57
57
|
},
|
|
58
58
|
must_have_active_employee: {
|
|
59
|
-
ptBR: '
|
|
60
|
-
es: 'El
|
|
59
|
+
ptBR: 'Não é possível criar o histórico, pois o colaborador selecionado foi demitido em {{demission_date}}.',
|
|
60
|
+
es: 'El historial no se puede crear porque el empleado seleccionado fue despedido el {{demission_date}}.'
|
|
61
61
|
},
|
|
62
|
-
|
|
63
|
-
ptBR: 'A data/hora de
|
|
64
|
-
es: 'La fecha/hora de
|
|
62
|
+
start_date_must_be_lower_than_now: {
|
|
63
|
+
ptBR: 'A data/hora de início deve ser menor ou igual à data/hora atual.',
|
|
64
|
+
es: 'La fecha/hora de início debe ser menor o igual que la fecha/hora actual.'
|
|
65
65
|
},
|
|
66
|
-
|
|
67
|
-
ptBR: '
|
|
68
|
-
es: '
|
|
66
|
+
end_date_must_be_lower_than_now: {
|
|
67
|
+
ptBR: 'A data/hora de término deve ser menor ou igual à data/hora atual.',
|
|
68
|
+
es: 'La fecha/hora de término debe ser menor o igual que la fecha/hora actual.'
|
|
69
69
|
},
|
|
70
|
-
|
|
71
|
-
ptBR: 'Não é possível
|
|
72
|
-
es: 'No
|
|
70
|
+
must_not_have_newer_change_history: {
|
|
71
|
+
ptBR: 'Não é possível salvar o histórico sem uma data/hora de término, pois o veículo possui históricos de alteração de {{type}} posteriores.',
|
|
72
|
+
es: 'No puede guardar un historial sin una fecha/hora de finalización porque el vehículo tiene historiales de cambios de {{type}} posteriores.'
|
|
73
|
+
},
|
|
74
|
+
must_not_overleap_a_single_change_history: {
|
|
75
|
+
ptBR: 'Não é possível salvar o histórico, pois o período informado conflita com um histórico de alteração de {{type}} do veículo já existente: <br> {{histories}}',
|
|
76
|
+
es: 'No es posible guardar el historial, ya que el período ingresado está en conflicto con un historial de cambios de {{type}} del vehículo existente: <br> {{historories}}'
|
|
77
|
+
},
|
|
78
|
+
must_not_overleap_many_change_history: {
|
|
79
|
+
ptBR: 'Não é possível salvar o histórico, pois o período informado conflita com históricos de alteração de {{type}} do veículo já existentes: <br> {{histories}}',
|
|
80
|
+
es: 'No es posible guardar el historial, ya que el período ingresado está en conflicto con un historial de cambios de {{type}} del vehículo existente: <br> {{historories}}'
|
|
73
81
|
},
|
|
74
82
|
must_have_end_date_after_start_date: {
|
|
75
83
|
ptBR: 'A data de fim deve ser maior que a data de início.',
|