@sofit/view-locale 1.42.2 → 1.43.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.
|
|
2
|
-
<testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2019-06-
|
|
3
|
-
<testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.
|
|
1
|
+
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.725">
|
|
2
|
+
<testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2019-06-13T13:36:07" time="1.896" tests="4">
|
|
3
|
+
<testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.004">
|
|
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="Vehicle locale test Should replace correctly with reach" name="Vehicle locale test Should replace correctly with reach" time="0">
|
|
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">
|
|
7
|
+
<testcase classname="Vehicle locale test Should get translations with raw" name="Vehicle locale test Should get translations with raw" time="0.001">
|
|
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="Vehicle locale test Should replace correctly with raw" name="Vehicle locale test Should replace correctly with raw" time="0">
|
|
10
10
|
</testcase>
|
|
11
11
|
</testsuite>
|
|
12
|
-
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2019-06-
|
|
13
|
-
<testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.
|
|
12
|
+
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2019-06-13T13:36:07" time="1.902" tests="4">
|
|
13
|
+
<testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.006">
|
|
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="Joi tests should return non label message" name="Joi tests should return non label message" 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
|
|
17
|
+
<testcase classname="Joi tests should return translated label message" name="Joi tests should return translated label message" 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="Joi tests should return translated label index" name="Joi tests should return translated label index" time="0.001">
|
|
20
20
|
</testcase>
|
|
21
21
|
</testsuite>
|
|
22
22
|
</testsuites>
|
|
@@ -139,6 +139,14 @@ export declare const fields: {
|
|
|
139
139
|
ptBR: string;
|
|
140
140
|
es: string;
|
|
141
141
|
};
|
|
142
|
+
cnh_file_url: {
|
|
143
|
+
ptBR: string;
|
|
144
|
+
es: string;
|
|
145
|
+
};
|
|
146
|
+
statement_of_responsibility_file_url: {
|
|
147
|
+
ptBR: string;
|
|
148
|
+
es: string;
|
|
149
|
+
};
|
|
142
150
|
name: {
|
|
143
151
|
ptBR: string;
|
|
144
152
|
es: string;
|
|
@@ -107,6 +107,12 @@ exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { active: {
|
|
|
107
107
|
}, status: {
|
|
108
108
|
ptBR: 'Status',
|
|
109
109
|
es: 'Status'
|
|
110
|
+
}, cnh_file_url: {
|
|
111
|
+
ptBR: 'Arquivo da CNH',
|
|
112
|
+
es: 'Archivo de la CNH'
|
|
113
|
+
}, statement_of_responsibility_file_url: {
|
|
114
|
+
ptBR: 'Arquivo do Termo de responsabilidade',
|
|
115
|
+
es: 'Archivo del Término de responsabilidad'
|
|
110
116
|
} });
|
|
111
117
|
exports.messages = {
|
|
112
118
|
associated_at_driver_control_deactivate: {
|
|
@@ -142,6 +142,14 @@ export const fields = {
|
|
|
142
142
|
status: {
|
|
143
143
|
ptBR: 'Status',
|
|
144
144
|
es: 'Status'
|
|
145
|
+
},
|
|
146
|
+
cnh_file_url: {
|
|
147
|
+
ptBR: 'Arquivo da CNH',
|
|
148
|
+
es: 'Archivo de la CNH'
|
|
149
|
+
},
|
|
150
|
+
statement_of_responsibility_file_url: {
|
|
151
|
+
ptBR: 'Arquivo do Termo de responsabilidade',
|
|
152
|
+
es: 'Archivo del Término de responsabilidad'
|
|
145
153
|
}
|
|
146
154
|
};
|
|
147
155
|
|