@sofit/view-locale 1.32.2 → 1.32.3
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="2019-04-
|
|
1
|
+
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.317">
|
|
2
|
+
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2019-04-10T18:00:10" time="1.575" tests="4">
|
|
3
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="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
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="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="2019-04-
|
|
13
|
-
<testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.
|
|
12
|
+
<testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2019-04-10T18:00:10" time="1.555" tests="4">
|
|
13
|
+
<testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.007">
|
|
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.001">
|
|
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>
|
|
@@ -139,19 +139,19 @@ exports.messages = {
|
|
|
139
139
|
es: '¡El colaborador no tiene e-mail informado!'
|
|
140
140
|
},
|
|
141
141
|
cpf_and_name_must_not_be_equal: {
|
|
142
|
-
ptBR: '
|
|
143
|
-
es: '
|
|
142
|
+
ptBR: 'Já existe um colaborador cadastrado com o CPF informado: {{employee}}',
|
|
143
|
+
es: 'Ya existe un colaborador registrado con el CPF informado: {{employee}}'
|
|
144
144
|
},
|
|
145
145
|
rg_and_rg_issuer_must_not_be_equal: {
|
|
146
|
-
ptBR: '
|
|
147
|
-
es: '
|
|
146
|
+
ptBR: 'Já existe um colaborador cadastrado com o RG e órgão emissor informados: {{employee}}',
|
|
147
|
+
es: 'Ya existe un colaborador registrado con el RG y órgano emisor informados: {{employee}}'
|
|
148
148
|
},
|
|
149
149
|
must_has_registration_num_filled: {
|
|
150
|
-
ptBR: '
|
|
151
|
-
es: '
|
|
150
|
+
ptBR: 'Já existe um colaborador cadastrado com o nome, RG, órgão emissor e CPF informados: {{employee}}<br>Caso queira readmitir esse colaborador, informe uma matrícula diferente.',
|
|
151
|
+
es: 'Ya existe un colaborador registrado con el nombre, RG, órgano emisor y CPF informados: {{employee}} <br> Si desea readmitir a ese colaborador, informe una matrícula diferente.'
|
|
152
152
|
},
|
|
153
153
|
must_has_different_registration_num_and_subsidiary: {
|
|
154
|
-
ptBR: '
|
|
155
|
-
es: '
|
|
154
|
+
ptBR: 'Já existe um colaborador cadastrado com a matrícula e filial informadas: {{employee}}',
|
|
155
|
+
es: 'Ya existe un colaborador registrado con la matrícula y filial informadas: {{employee}}'
|
|
156
156
|
}
|
|
157
157
|
};
|
|
@@ -175,19 +175,19 @@ export const messages = {
|
|
|
175
175
|
es: '¡El colaborador no tiene e-mail informado!'
|
|
176
176
|
},
|
|
177
177
|
cpf_and_name_must_not_be_equal: {
|
|
178
|
-
ptBR: '
|
|
179
|
-
es: '
|
|
178
|
+
ptBR: 'Já existe um colaborador cadastrado com o CPF informado: {{employee}}',
|
|
179
|
+
es: 'Ya existe un colaborador registrado con el CPF informado: {{employee}}'
|
|
180
180
|
},
|
|
181
181
|
rg_and_rg_issuer_must_not_be_equal: {
|
|
182
|
-
ptBR: '
|
|
183
|
-
es: '
|
|
182
|
+
ptBR: 'Já existe um colaborador cadastrado com o RG e órgão emissor informados: {{employee}}',
|
|
183
|
+
es: 'Ya existe un colaborador registrado con el RG y órgano emisor informados: {{employee}}'
|
|
184
184
|
},
|
|
185
185
|
must_has_registration_num_filled: {
|
|
186
|
-
ptBR: '
|
|
187
|
-
es: '
|
|
186
|
+
ptBR: 'Já existe um colaborador cadastrado com o nome, RG, órgão emissor e CPF informados: {{employee}}<br>Caso queira readmitir esse colaborador, informe uma matrícula diferente.',
|
|
187
|
+
es: 'Ya existe un colaborador registrado con el nombre, RG, órgano emisor y CPF informados: {{employee}} <br> Si desea readmitir a ese colaborador, informe una matrícula diferente.'
|
|
188
188
|
},
|
|
189
189
|
must_has_different_registration_num_and_subsidiary: {
|
|
190
|
-
ptBR: '
|
|
191
|
-
es: '
|
|
190
|
+
ptBR: 'Já existe um colaborador cadastrado com a matrícula e filial informadas: {{employee}}',
|
|
191
|
+
es: 'Ya existe un colaborador registrado con la matrícula y filial informadas: {{employee}}'
|
|
192
192
|
}
|
|
193
193
|
};
|