@sofit/view-locale 1.74.0 → 1.75.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,22 +1,22 @@
|
|
|
1
|
-
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="
|
|
2
|
-
<testsuite name="
|
|
3
|
-
<testcase classname="
|
|
1
|
+
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="5.414">
|
|
2
|
+
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2020-01-13T12:07:14" time="3.59" tests="4">
|
|
3
|
+
<testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.005">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase classname="
|
|
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="
|
|
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="
|
|
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="
|
|
13
|
-
<testcase classname="
|
|
12
|
+
<testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2020-01-13T12:07:14" time="3.587" tests="4">
|
|
13
|
+
<testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.006">
|
|
14
14
|
</testcase>
|
|
15
|
-
<testcase classname="
|
|
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="
|
|
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="
|
|
19
|
+
<testcase classname="Vehicle locale test Should replace correctly with raw" name="Vehicle locale test Should replace correctly with raw" time="0.001">
|
|
20
20
|
</testcase>
|
|
21
21
|
</testsuite>
|
|
22
22
|
</testsuites>
|
|
@@ -32,5 +32,9 @@ exports.databaseErrors = {
|
|
|
32
32
|
duplicate_registers: {
|
|
33
33
|
ptBR: 'Há mais de um registro com o valor {{value}} no campo {{column}} em {{table}}',
|
|
34
34
|
es: 'Hay más de un registro con el valor {{value}} en el campo {{column}} en {{table}}'
|
|
35
|
+
},
|
|
36
|
+
duplicate_registers_relation: {
|
|
37
|
+
ptBR: 'Há mais de um registro para o campo {{column}}.',
|
|
38
|
+
es: 'Hay más de un registro para el campo {{column}}.'
|
|
35
39
|
}
|
|
36
40
|
};
|
|
@@ -30,5 +30,9 @@ export const databaseErrors = {
|
|
|
30
30
|
duplicate_registers: {
|
|
31
31
|
ptBR: 'Há mais de um registro com o valor {{value}} no campo {{column}} em {{table}}',
|
|
32
32
|
es: 'Hay más de un registro con el valor {{value}} en el campo {{column}} en {{table}}'
|
|
33
|
+
},
|
|
34
|
+
duplicate_registers_relation: {
|
|
35
|
+
ptBR: 'Há mais de um registro para o campo {{column}}.',
|
|
36
|
+
es: 'Hay más de un registro para el campo {{column}}.'
|
|
33
37
|
}
|
|
34
38
|
};
|