@sofit/view-locale 1.31.0 → 1.32.1
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 +11 -11
- package/dist/translations/index.d.ts +5 -1
- package/dist/translations/index.js +8 -0
- package/dist/translations/modules/checklist_group.d.ts +38 -0
- package/dist/translations/modules/checklist_group.js +23 -0
- package/dist/translations/modules/checklist_group_item.d.ts +44 -0
- package/dist/translations/modules/checklist_group_item.js +29 -0
- package/dist/translations/modules/checklist_group_option.d.ts +22 -0
- package/dist/translations/modules/checklist_group_option.js +11 -0
- package/dist/translations/modules/checklist_model.d.ts +26 -0
- package/dist/translations/modules/checklist_model.js +14 -0
- package/dist/translations/modules/employee.d.ts +16 -0
- package/dist/translations/modules/employee.js +16 -0
- package/lib/translations/index.ts +8 -0
- package/lib/translations/modules/checklist_group.ts +30 -0
- package/lib/translations/modules/checklist_group_item.ts +37 -0
- package/lib/translations/modules/checklist_group_option.ts +14 -0
- package/lib/translations/modules/checklist_model.ts +18 -0
- package/lib/translations/modules/employee.ts +16 -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="
|
|
3
|
-
<testcase classname="
|
|
1
|
+
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="3.031">
|
|
2
|
+
<testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2019-04-10T15:16:10" time="2.004" 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="
|
|
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="
|
|
7
|
+
<testcase classname="Vehicle locale test Should get translations with raw" name="Vehicle locale test Should get translations with raw" time="0">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase classname="
|
|
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="
|
|
13
|
-
<testcase classname="
|
|
12
|
+
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2019-04-10T15:16:10" time="2.066" tests="4">
|
|
13
|
+
<testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.005">
|
|
14
14
|
</testcase>
|
|
15
|
-
<testcase classname="
|
|
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="
|
|
17
|
+
<testcase classname="Joi tests should return translated label message" name="Joi tests should return translated label message" time="0.001">
|
|
18
18
|
</testcase>
|
|
19
|
-
<testcase classname="
|
|
19
|
+
<testcase classname="Joi tests should return translated label index" name="Joi tests should return translated label index" time="0">
|
|
20
20
|
</testcase>
|
|
21
21
|
</testsuite>
|
|
22
22
|
</testsuites>
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import * as auth from './common/auth';
|
|
2
2
|
import * as benchmarking from './common/benchmarking';
|
|
3
3
|
import * as cash_basis from './modules/cash_basis';
|
|
4
|
+
import * as checklist_group from './modules/checklist_group';
|
|
5
|
+
import * as checklist_group_item from './modules/checklist_group_item';
|
|
6
|
+
import * as checklist_group_option from './modules/checklist_group_option';
|
|
7
|
+
import * as checklist_model from './modules/checklist_model';
|
|
4
8
|
import * as company from './modules/company';
|
|
5
9
|
import * as cost_center from './modules/cost_center';
|
|
6
10
|
import * as cost_sharing from './modules/cost_sharing';
|
|
@@ -43,4 +47,4 @@ import * as warehouse from './modules/warehouse';
|
|
|
43
47
|
import * as warehouse_item from './modules/warehouse_item';
|
|
44
48
|
export { joi } from './common/joi';
|
|
45
49
|
export { databaseErrors } from './common/database-errors';
|
|
46
|
-
export { auth, benchmarking, cash_basis, company, cost_center, cost_sharing, customer, employee, employee_role, fine_resource, fine_qualification, foreseen_maintenance_plan_service_item, foreseen_service_order_item, gas_pump_control, gate, item, maintenance_plan, maintenance_plan_service, measurement_unit, parameter, qualification_severity, release_notification, route, stock_entry_item, sub_system, subsidiary, supplier, system, tire_brand, tire_dimension, tire_drawing, transaction, vehicle_brand, vehicle_layout, vehicle_model, vehicle_model_version, vehicle, vehicle_fuel, vehicle_axes, vehicle_due, vehicle_tag, warehouse, warehouse_item };
|
|
50
|
+
export { auth, benchmarking, checklist_group, checklist_group_item, checklist_group_option, checklist_model, cash_basis, company, cost_center, cost_sharing, customer, employee, employee_role, fine_resource, fine_qualification, foreseen_maintenance_plan_service_item, foreseen_service_order_item, gas_pump_control, gate, item, maintenance_plan, maintenance_plan_service, measurement_unit, parameter, qualification_severity, release_notification, route, stock_entry_item, sub_system, subsidiary, supplier, system, tire_brand, tire_dimension, tire_drawing, transaction, vehicle_brand, vehicle_layout, vehicle_model, vehicle_model_version, vehicle, vehicle_fuel, vehicle_axes, vehicle_due, vehicle_tag, warehouse, warehouse_item };
|
|
@@ -13,6 +13,14 @@ const benchmarking = __importStar(require("./common/benchmarking"));
|
|
|
13
13
|
exports.benchmarking = benchmarking;
|
|
14
14
|
const cash_basis = __importStar(require("./modules/cash_basis"));
|
|
15
15
|
exports.cash_basis = cash_basis;
|
|
16
|
+
const checklist_group = __importStar(require("./modules/checklist_group"));
|
|
17
|
+
exports.checklist_group = checklist_group;
|
|
18
|
+
const checklist_group_item = __importStar(require("./modules/checklist_group_item"));
|
|
19
|
+
exports.checklist_group_item = checklist_group_item;
|
|
20
|
+
const checklist_group_option = __importStar(require("./modules/checklist_group_option"));
|
|
21
|
+
exports.checklist_group_option = checklist_group_option;
|
|
22
|
+
const checklist_model = __importStar(require("./modules/checklist_model"));
|
|
23
|
+
exports.checklist_model = checklist_model;
|
|
16
24
|
const company = __importStar(require("./modules/company"));
|
|
17
25
|
exports.company = company;
|
|
18
26
|
const cost_center = __importStar(require("./modules/cost_center"));
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export declare const name: {
|
|
2
|
+
ptBR: string;
|
|
3
|
+
es: string;
|
|
4
|
+
};
|
|
5
|
+
export declare const fields: {
|
|
6
|
+
description: {
|
|
7
|
+
ptBR: string;
|
|
8
|
+
es: string;
|
|
9
|
+
};
|
|
10
|
+
order: {
|
|
11
|
+
ptBR: string;
|
|
12
|
+
es: string;
|
|
13
|
+
};
|
|
14
|
+
checklist_model_id: {
|
|
15
|
+
ptBR: string;
|
|
16
|
+
es: string;
|
|
17
|
+
};
|
|
18
|
+
checklist_group_option: {
|
|
19
|
+
ptBR: string;
|
|
20
|
+
es: string;
|
|
21
|
+
};
|
|
22
|
+
checklist_group_item: {
|
|
23
|
+
ptBR: string;
|
|
24
|
+
es: string;
|
|
25
|
+
};
|
|
26
|
+
name: {
|
|
27
|
+
ptBR: string;
|
|
28
|
+
es: string;
|
|
29
|
+
};
|
|
30
|
+
external_id: {
|
|
31
|
+
ptBR: string;
|
|
32
|
+
es: string;
|
|
33
|
+
};
|
|
34
|
+
id: {
|
|
35
|
+
ptBR: string;
|
|
36
|
+
es: string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const entity_1 = require("../common/entity");
|
|
4
|
+
exports.name = {
|
|
5
|
+
ptBR: 'Grupo',
|
|
6
|
+
es: 'Grupo'
|
|
7
|
+
};
|
|
8
|
+
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { description: {
|
|
9
|
+
ptBR: 'Descrição',
|
|
10
|
+
es: 'Descrición'
|
|
11
|
+
}, order: {
|
|
12
|
+
ptBR: 'Ordem',
|
|
13
|
+
es: 'Ordem'
|
|
14
|
+
}, checklist_model_id: {
|
|
15
|
+
ptBR: 'Modelo do Checklist',
|
|
16
|
+
es: 'Modelo do Checklist'
|
|
17
|
+
}, checklist_group_option: {
|
|
18
|
+
ptBR: 'Opções',
|
|
19
|
+
es: 'Opções'
|
|
20
|
+
}, checklist_group_item: {
|
|
21
|
+
ptBR: 'Itens',
|
|
22
|
+
es: 'Itens'
|
|
23
|
+
} });
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export declare const name: {
|
|
2
|
+
ptBR: string;
|
|
3
|
+
es: string;
|
|
4
|
+
};
|
|
5
|
+
export declare const fields: {
|
|
6
|
+
instruction: {
|
|
7
|
+
ptBR: string;
|
|
8
|
+
es: string;
|
|
9
|
+
};
|
|
10
|
+
photo_required: {
|
|
11
|
+
ptBR: string;
|
|
12
|
+
es: string;
|
|
13
|
+
};
|
|
14
|
+
order: {
|
|
15
|
+
ptBR: string;
|
|
16
|
+
es: string;
|
|
17
|
+
};
|
|
18
|
+
is_active: {
|
|
19
|
+
ptBR: string;
|
|
20
|
+
es: string;
|
|
21
|
+
};
|
|
22
|
+
checklist_group_id: {
|
|
23
|
+
ptBR: string;
|
|
24
|
+
es: string;
|
|
25
|
+
};
|
|
26
|
+
name: {
|
|
27
|
+
ptBR: string;
|
|
28
|
+
es: string;
|
|
29
|
+
};
|
|
30
|
+
external_id: {
|
|
31
|
+
ptBR: string;
|
|
32
|
+
es: string;
|
|
33
|
+
};
|
|
34
|
+
id: {
|
|
35
|
+
ptBR: string;
|
|
36
|
+
es: string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
export declare const messages: {
|
|
40
|
+
is_not_allowed_to_activate: {
|
|
41
|
+
ptBR: string;
|
|
42
|
+
es: string;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const entity_1 = require("../common/entity");
|
|
4
|
+
exports.name = {
|
|
5
|
+
ptBR: 'Itens',
|
|
6
|
+
es: 'Itens'
|
|
7
|
+
};
|
|
8
|
+
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { instruction: {
|
|
9
|
+
ptBR: 'Instrução',
|
|
10
|
+
es: 'Instrução'
|
|
11
|
+
}, photo_required: {
|
|
12
|
+
ptBR: 'Foto obrigatória',
|
|
13
|
+
es: 'Foto obrigatória'
|
|
14
|
+
}, order: {
|
|
15
|
+
ptBR: 'Ordem',
|
|
16
|
+
es: 'Ordem'
|
|
17
|
+
}, is_active: {
|
|
18
|
+
ptBR: 'Ativo',
|
|
19
|
+
es: 'Ativo'
|
|
20
|
+
}, checklist_group_id: {
|
|
21
|
+
ptBR: 'Grupo do Checklist',
|
|
22
|
+
es: 'Grupo do Checklist'
|
|
23
|
+
} });
|
|
24
|
+
exports.messages = {
|
|
25
|
+
is_not_allowed_to_activate: {
|
|
26
|
+
ptBR: 'Não é permitido reativar um item.',
|
|
27
|
+
es: 'No se permite volver a habilitar un elemento.'
|
|
28
|
+
}
|
|
29
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare const name: {
|
|
2
|
+
ptBR: string;
|
|
3
|
+
es: string;
|
|
4
|
+
};
|
|
5
|
+
export declare const fields: {
|
|
6
|
+
checklist_group_id: {
|
|
7
|
+
ptBR: string;
|
|
8
|
+
es: string;
|
|
9
|
+
};
|
|
10
|
+
name: {
|
|
11
|
+
ptBR: string;
|
|
12
|
+
es: string;
|
|
13
|
+
};
|
|
14
|
+
external_id: {
|
|
15
|
+
ptBR: string;
|
|
16
|
+
es: string;
|
|
17
|
+
};
|
|
18
|
+
id: {
|
|
19
|
+
ptBR: string;
|
|
20
|
+
es: string;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const entity_1 = require("../common/entity");
|
|
4
|
+
exports.name = {
|
|
5
|
+
ptBR: 'Opções do Grupo',
|
|
6
|
+
es: 'Opções do Grupo'
|
|
7
|
+
};
|
|
8
|
+
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { checklist_group_id: {
|
|
9
|
+
ptBR: 'Grupo do Checklist',
|
|
10
|
+
es: 'Grupo do Checklist'
|
|
11
|
+
} });
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export declare const name: {
|
|
2
|
+
ptBR: string;
|
|
3
|
+
es: string;
|
|
4
|
+
};
|
|
5
|
+
export declare const fields: {
|
|
6
|
+
description: {
|
|
7
|
+
ptBR: string;
|
|
8
|
+
es: string;
|
|
9
|
+
};
|
|
10
|
+
checklist_group: {
|
|
11
|
+
ptBR: string;
|
|
12
|
+
es: string;
|
|
13
|
+
};
|
|
14
|
+
name: {
|
|
15
|
+
ptBR: string;
|
|
16
|
+
es: string;
|
|
17
|
+
};
|
|
18
|
+
external_id: {
|
|
19
|
+
ptBR: string;
|
|
20
|
+
es: string;
|
|
21
|
+
};
|
|
22
|
+
id: {
|
|
23
|
+
ptBR: string;
|
|
24
|
+
es: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const entity_1 = require("../common/entity");
|
|
4
|
+
exports.name = {
|
|
5
|
+
ptBR: 'Modelo de Checklist',
|
|
6
|
+
es: 'Modelo de Checklist'
|
|
7
|
+
};
|
|
8
|
+
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { description: {
|
|
9
|
+
ptBR: 'Descrição',
|
|
10
|
+
es: 'Descrición'
|
|
11
|
+
}, checklist_group: {
|
|
12
|
+
ptBR: 'Grupos',
|
|
13
|
+
es: 'Grupos'
|
|
14
|
+
} });
|
|
@@ -181,4 +181,20 @@ export declare const messages: {
|
|
|
181
181
|
ptBR: string;
|
|
182
182
|
es: string;
|
|
183
183
|
};
|
|
184
|
+
cpf_and_name_must_not_be_equal: {
|
|
185
|
+
ptBR: string;
|
|
186
|
+
es: string;
|
|
187
|
+
};
|
|
188
|
+
rg_and_rg_issuer_must_not_be_equal: {
|
|
189
|
+
ptBR: string;
|
|
190
|
+
es: string;
|
|
191
|
+
};
|
|
192
|
+
must_has_registration_num_filled: {
|
|
193
|
+
ptBR: string;
|
|
194
|
+
es: string;
|
|
195
|
+
};
|
|
196
|
+
must_has_different_registration_num_and_subsidiary: {
|
|
197
|
+
ptBR: string;
|
|
198
|
+
es: string;
|
|
199
|
+
};
|
|
184
200
|
};
|
|
@@ -137,5 +137,21 @@ exports.messages = {
|
|
|
137
137
|
no_email: {
|
|
138
138
|
ptBR: 'O colaborador não possui e-mail informado!',
|
|
139
139
|
es: '¡El colaborador no tiene e-mail informado!'
|
|
140
|
+
},
|
|
141
|
+
cpf_and_name_must_not_be_equal: {
|
|
142
|
+
ptBR: 'O seguinte colaborador possui o mesmo CPF: {{employee}}. Favor verificar!',
|
|
143
|
+
es: 'El siguiente colaborador tiene el mismo CPF: {{employee}}. ¡Por favor, consulte!'
|
|
144
|
+
},
|
|
145
|
+
rg_and_rg_issuer_must_not_be_equal: {
|
|
146
|
+
ptBR: 'O seguinte colaborador já possui este RG e Orgão Emissor: {{employee}}. Favor verificar.',
|
|
147
|
+
es: 'El siguiente colaborador ya posee este RG y Organismo Emisor: {{employee}}. Por favor, consulte.'
|
|
148
|
+
},
|
|
149
|
+
must_has_registration_num_filled: {
|
|
150
|
+
ptBR: 'O seguinte colaborador possui os mesmos dados cadastrais: {{employee}}. Favor inserir uma nova matrícula caso deseje redmití-lo!',
|
|
151
|
+
es: 'El siguiente colaborador posee los mismos datos catastrales: {{employee}}. Por favor introduzca una nueva matrícula si desea redimirlo!'
|
|
152
|
+
},
|
|
153
|
+
must_has_different_registration_num_and_subsidiary: {
|
|
154
|
+
ptBR: 'O seguinte colaboradore possui a já possui esta matrícula nesta filial: {{employee}}. Favor verificar.',
|
|
155
|
+
es: 'El siguiente colaborador posee la ya posee esta matrícula en esta filial: {{employee}}. Por favor, consulte.'
|
|
140
156
|
}
|
|
141
157
|
};
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import * as auth from './common/auth';
|
|
2
2
|
import * as benchmarking from './common/benchmarking';
|
|
3
3
|
import * as cash_basis from './modules/cash_basis';
|
|
4
|
+
import * as checklist_group from './modules/checklist_group';
|
|
5
|
+
import * as checklist_group_item from './modules/checklist_group_item';
|
|
6
|
+
import * as checklist_group_option from './modules/checklist_group_option';
|
|
7
|
+
import * as checklist_model from './modules/checklist_model';
|
|
4
8
|
import * as company from './modules/company';
|
|
5
9
|
import * as cost_center from './modules/cost_center';
|
|
6
10
|
import * as cost_sharing from './modules/cost_sharing';
|
|
@@ -48,6 +52,10 @@ export { databaseErrors } from './common/database-errors';
|
|
|
48
52
|
export {
|
|
49
53
|
auth,
|
|
50
54
|
benchmarking,
|
|
55
|
+
checklist_group,
|
|
56
|
+
checklist_group_item,
|
|
57
|
+
checklist_group_option,
|
|
58
|
+
checklist_model,
|
|
51
59
|
cash_basis,
|
|
52
60
|
company,
|
|
53
61
|
cost_center,
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ENTITY_COMMON } from '../common/entity';
|
|
2
|
+
|
|
3
|
+
export const name = {
|
|
4
|
+
ptBR: 'Grupo',
|
|
5
|
+
es: 'Grupo'
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
export const fields = {
|
|
9
|
+
...ENTITY_COMMON,
|
|
10
|
+
description: {
|
|
11
|
+
ptBR: 'Descrição',
|
|
12
|
+
es: 'Descrición'
|
|
13
|
+
},
|
|
14
|
+
order: {
|
|
15
|
+
ptBR: 'Ordem',
|
|
16
|
+
es: 'Ordem'
|
|
17
|
+
},
|
|
18
|
+
checklist_model_id: {
|
|
19
|
+
ptBR: 'Modelo do Checklist',
|
|
20
|
+
es: 'Modelo do Checklist'
|
|
21
|
+
},
|
|
22
|
+
checklist_group_option: {
|
|
23
|
+
ptBR: 'Opções',
|
|
24
|
+
es: 'Opções'
|
|
25
|
+
},
|
|
26
|
+
checklist_group_item: {
|
|
27
|
+
ptBR: 'Itens',
|
|
28
|
+
es: 'Itens'
|
|
29
|
+
}
|
|
30
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ENTITY_COMMON } from '../common/entity';
|
|
2
|
+
|
|
3
|
+
export const name = {
|
|
4
|
+
ptBR: 'Itens',
|
|
5
|
+
es: 'Itens'
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
export const fields = {
|
|
9
|
+
...ENTITY_COMMON,
|
|
10
|
+
instruction: {
|
|
11
|
+
ptBR: 'Instrução',
|
|
12
|
+
es: 'Instrução'
|
|
13
|
+
},
|
|
14
|
+
photo_required: {
|
|
15
|
+
ptBR: 'Foto obrigatória',
|
|
16
|
+
es: 'Foto obrigatória'
|
|
17
|
+
},
|
|
18
|
+
order: {
|
|
19
|
+
ptBR: 'Ordem',
|
|
20
|
+
es: 'Ordem'
|
|
21
|
+
},
|
|
22
|
+
is_active: {
|
|
23
|
+
ptBR: 'Ativo',
|
|
24
|
+
es: 'Ativo'
|
|
25
|
+
},
|
|
26
|
+
checklist_group_id: {
|
|
27
|
+
ptBR: 'Grupo do Checklist',
|
|
28
|
+
es: 'Grupo do Checklist'
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export const messages = {
|
|
33
|
+
is_not_allowed_to_activate: {
|
|
34
|
+
ptBR: 'Não é permitido reativar um item.',
|
|
35
|
+
es: 'No se permite volver a habilitar un elemento.'
|
|
36
|
+
}
|
|
37
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ENTITY_COMMON } from '../common/entity';
|
|
2
|
+
|
|
3
|
+
export const name = {
|
|
4
|
+
ptBR: 'Opções do Grupo',
|
|
5
|
+
es: 'Opções do Grupo'
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
export const fields = {
|
|
9
|
+
...ENTITY_COMMON,
|
|
10
|
+
checklist_group_id: {
|
|
11
|
+
ptBR: 'Grupo do Checklist',
|
|
12
|
+
es: 'Grupo do Checklist'
|
|
13
|
+
}
|
|
14
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ENTITY_COMMON } from '../common/entity';
|
|
2
|
+
|
|
3
|
+
export const name = {
|
|
4
|
+
ptBR: 'Modelo de Checklist',
|
|
5
|
+
es: 'Modelo de Checklist'
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
export const fields = {
|
|
9
|
+
...ENTITY_COMMON,
|
|
10
|
+
description: {
|
|
11
|
+
ptBR: 'Descrição',
|
|
12
|
+
es: 'Descrición'
|
|
13
|
+
},
|
|
14
|
+
checklist_group: {
|
|
15
|
+
ptBR: 'Grupos',
|
|
16
|
+
es: 'Grupos'
|
|
17
|
+
}
|
|
18
|
+
};
|
|
@@ -173,5 +173,21 @@ export const messages = {
|
|
|
173
173
|
no_email: {
|
|
174
174
|
ptBR: 'O colaborador não possui e-mail informado!',
|
|
175
175
|
es: '¡El colaborador no tiene e-mail informado!'
|
|
176
|
+
},
|
|
177
|
+
cpf_and_name_must_not_be_equal: {
|
|
178
|
+
ptBR: 'O seguinte colaborador possui o mesmo CPF: {{employee}}. Favor verificar!',
|
|
179
|
+
es: 'El siguiente colaborador tiene el mismo CPF: {{employee}}. ¡Por favor, consulte!'
|
|
180
|
+
},
|
|
181
|
+
rg_and_rg_issuer_must_not_be_equal: {
|
|
182
|
+
ptBR: 'O seguinte colaborador já possui este RG e Orgão Emissor: {{employee}}. Favor verificar.',
|
|
183
|
+
es: 'El siguiente colaborador ya posee este RG y Organismo Emisor: {{employee}}. Por favor, consulte.'
|
|
184
|
+
},
|
|
185
|
+
must_has_registration_num_filled: {
|
|
186
|
+
ptBR: 'O seguinte colaborador possui os mesmos dados cadastrais: {{employee}}. Favor inserir uma nova matrícula caso deseje redmití-lo!',
|
|
187
|
+
es: 'El siguiente colaborador posee los mismos datos catastrales: {{employee}}. Por favor introduzca una nueva matrícula si desea redimirlo!'
|
|
188
|
+
},
|
|
189
|
+
must_has_different_registration_num_and_subsidiary: {
|
|
190
|
+
ptBR: 'O seguinte colaboradore possui a já possui esta matrícula nesta filial: {{employee}}. Favor verificar.',
|
|
191
|
+
es: 'El siguiente colaborador posee la ya posee esta matrícula en esta filial: {{employee}}. Por favor, consulte.'
|
|
176
192
|
}
|
|
177
193
|
};
|