@sofit/view-locale 1.94.0 → 1.96.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.
- package/coverage/jest/results.xml +9 -9
- package/dist/translations/modules/employee.d.ts +4 -0
- package/dist/translations/modules/employee.js +4 -0
- package/dist/translations/modules/pendency.d.ts +6 -0
- package/dist/translations/modules/pendency.js +6 -0
- package/lib/translations/modules/employee.ts +4 -0
- package/lib/translations/modules/pendency.ts +7 -0
- package/package.json +1 -1
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="
|
|
2
|
-
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2020-05-
|
|
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="3.215">
|
|
2
|
+
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2020-05-21T12:21:11" time="2.278" 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-05-
|
|
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="2020-05-21T12:21:11" time="2.325" tests="4">
|
|
13
|
+
<testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.005">
|
|
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
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="Vehicle locale test Should replace correctly with raw" name="Vehicle locale test Should replace correctly with raw" time="0">
|
|
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>
|
|
@@ -202,6 +202,10 @@ exports.messages = {
|
|
|
202
202
|
ptBR: 'O usuário informado deve estar ativo.',
|
|
203
203
|
es: 'El usuario informado debe estar activo.'
|
|
204
204
|
},
|
|
205
|
+
user_must_be_unique: {
|
|
206
|
+
ptBR: 'Já existe um colaborador cadastrado com o usuário informado: {{name}}.',
|
|
207
|
+
es: 'Ya existe un colaborador registrado con el usuario informado: {{name}}.'
|
|
208
|
+
},
|
|
205
209
|
subsidiary_change_date: {
|
|
206
210
|
ptBR: 'Data de alteração da Filial',
|
|
207
211
|
es: 'Fecha de cambio de la sucursal'
|
|
@@ -4,3 +4,9 @@ exports.name = {
|
|
|
4
4
|
ptBR: 'Pendncia',
|
|
5
5
|
es: 'Pendencia'
|
|
6
6
|
};
|
|
7
|
+
exports.messages = {
|
|
8
|
+
habilitation_observation: {
|
|
9
|
+
ptBR: 'Pendência baixada automaticamente pela alteração da data de vencimento da CNH do colaborador, de {{old_date}} para {{new_date}}.',
|
|
10
|
+
es: 'El problema pendiente se reduce automáticamente al cambiar la fecha de vencimiento de CNH del empleado, de {{old_date}} a {{new_date}}.'
|
|
11
|
+
}
|
|
12
|
+
};
|
|
@@ -242,6 +242,10 @@ export const messages = {
|
|
|
242
242
|
ptBR: 'O usuário informado deve estar ativo.',
|
|
243
243
|
es: 'El usuario informado debe estar activo.'
|
|
244
244
|
},
|
|
245
|
+
user_must_be_unique: {
|
|
246
|
+
ptBR: 'Já existe um colaborador cadastrado com o usuário informado: {{name}}.',
|
|
247
|
+
es: 'Ya existe un colaborador registrado con el usuario informado: {{name}}.'
|
|
248
|
+
},
|
|
245
249
|
subsidiary_change_date: {
|
|
246
250
|
ptBR: 'Data de alteração da Filial',
|
|
247
251
|
es: 'Fecha de cambio de la sucursal'
|
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
export const name = {
|
|
2
2
|
ptBR: 'Pendncia',
|
|
3
3
|
es: 'Pendencia'
|
|
4
|
+
};
|
|
5
|
+
|
|
6
|
+
export const messages = {
|
|
7
|
+
habilitation_observation: {
|
|
8
|
+
ptBR: 'Pendência baixada automaticamente pela alteração da data de vencimento da CNH do colaborador, de {{old_date}} para {{new_date}}.',
|
|
9
|
+
es: 'El problema pendiente se reduce automáticamente al cambiar la fecha de vencimiento de CNH del empleado, de {{old_date}} a {{new_date}}.'
|
|
10
|
+
}
|
|
4
11
|
};
|