@sofit/view-locale 1.87.0 → 1.89.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,20 +1,20 @@
|
|
|
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-04-
|
|
3
|
-
<testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.
|
|
1
|
+
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.802">
|
|
2
|
+
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2020-04-14T17:49:05" time="2.052" tests="4">
|
|
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">
|
|
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.001">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase classname="Joi tests should return translated label index" name="Joi tests should return translated label index" time="0
|
|
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-04-
|
|
12
|
+
<testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2020-04-14T17:49:05" time="1.872" 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
15
|
<testcase classname="Vehicle locale test Should replace correctly with reach" name="Vehicle locale test Should replace correctly with reach" time="0">
|
|
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">
|
|
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>
|
|
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>
|
|
@@ -27,6 +27,14 @@ export declare const messages: {
|
|
|
27
27
|
ptBR: string;
|
|
28
28
|
es: string;
|
|
29
29
|
};
|
|
30
|
+
must_not_save_required_hierarchy: {
|
|
31
|
+
ptBR: string;
|
|
32
|
+
es: string;
|
|
33
|
+
};
|
|
34
|
+
must_not_remove_required_hierarchy: {
|
|
35
|
+
ptBR: string;
|
|
36
|
+
es: string;
|
|
37
|
+
};
|
|
30
38
|
must_not_overleap_a_single_change_history: {
|
|
31
39
|
ptBR: string;
|
|
32
40
|
es: string;
|
|
@@ -29,6 +29,14 @@ exports.messages = {
|
|
|
29
29
|
ptBR: 'Não é possível salvar o histórico sem uma data/hora de término, pois o {{table}} possui históricos de alteração de {{type}} posteriores.',
|
|
30
30
|
es: 'No puede guardar un historial sin una fecha/hora de finalización porque el {{table}} tiene historiales de cambios de {{type}} posteriores.'
|
|
31
31
|
},
|
|
32
|
+
must_not_save_required_hierarchy: {
|
|
33
|
+
ptBR: 'Não é possível salvar o histórico, pois o {{table}} não pode ficar sem {{field}}.',
|
|
34
|
+
es: 'No se puede guardar el historial porque el {{table}} no puede estar sin {{field}}.'
|
|
35
|
+
},
|
|
36
|
+
must_not_remove_required_hierarchy: {
|
|
37
|
+
ptBR: 'Não é possível excluir este histórico, pois o {{table}} não pode ficar sem {{field}}.',
|
|
38
|
+
es: 'No se puede eliminar este historial, ya que el {{table}} no puede estar sin {{field}}.'
|
|
39
|
+
},
|
|
32
40
|
must_not_overleap_a_single_change_history: {
|
|
33
41
|
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 {{table}} já existente: <br> {{histories}}',
|
|
34
42
|
es: 'No es posible guardar el historial, ya que el período ingresado está en conflicto con un historial de cambios de {{type}} del {{table}} existente: <br> {{historories}}'
|
|
@@ -28,6 +28,14 @@ export const messages = {
|
|
|
28
28
|
ptBR: 'Não é possível salvar o histórico sem uma data/hora de término, pois o {{table}} possui históricos de alteração de {{type}} posteriores.',
|
|
29
29
|
es: 'No puede guardar un historial sin una fecha/hora de finalización porque el {{table}} tiene historiales de cambios de {{type}} posteriores.'
|
|
30
30
|
},
|
|
31
|
+
must_not_save_required_hierarchy: {
|
|
32
|
+
ptBR: 'Não é possível salvar o histórico, pois o {{table}} não pode ficar sem {{field}}.',
|
|
33
|
+
es: 'No se puede guardar el historial porque el {{table}} no puede estar sin {{field}}.'
|
|
34
|
+
},
|
|
35
|
+
must_not_remove_required_hierarchy: {
|
|
36
|
+
ptBR: 'Não é possível excluir este histórico, pois o {{table}} não pode ficar sem {{field}}.',
|
|
37
|
+
es: 'No se puede eliminar este historial, ya que el {{table}} no puede estar sin {{field}}.'
|
|
38
|
+
},
|
|
31
39
|
must_not_overleap_a_single_change_history: {
|
|
32
40
|
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 {{table}} já existente: <br> {{histories}}',
|
|
33
41
|
es: 'No es posible guardar el historial, ya que el período ingresado está en conflicto con un historial de cambios de {{type}} del {{table}} existente: <br> {{historories}}'
|