@sofit/view-locale 1.97.0 → 1.99.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/.circleci/config.yml +1 -1
- package/dist/index.js +16 -3
- package/dist/runner.js +15 -2
- package/dist/translations/common/auth.js +1 -0
- package/dist/translations/common/benchmarking.js +1 -0
- package/dist/translations/common/database-errors.js +1 -0
- package/dist/translations/common/entity.js +1 -0
- package/dist/translations/common/general.js +1 -0
- package/dist/translations/common/internal-server-errors.js +1 -0
- package/dist/translations/common/joi.js +1 -0
- package/dist/translations/index.js +18 -5
- package/dist/translations/integrations/inout.js +1 -0
- package/dist/translations/integrations/pipefy.js +1 -0
- package/dist/translations/modules/attachment.d.ts +4 -0
- package/dist/translations/modules/attachment.js +7 -0
- package/dist/translations/modules/carsharing_type.js +2 -1
- package/dist/translations/modules/cash_basis.js +1 -0
- package/dist/translations/modules/change_history.js +1 -0
- package/dist/translations/modules/checklist.js +2 -1
- package/dist/translations/modules/checklist_group.js +2 -1
- package/dist/translations/modules/checklist_group_item.js +2 -1
- package/dist/translations/modules/checklist_group_option.js +2 -1
- package/dist/translations/modules/checklist_model.js +2 -1
- package/dist/translations/modules/checklist_reply.js +2 -1
- package/dist/translations/modules/city.js +2 -1
- package/dist/translations/modules/company.js +2 -1
- package/dist/translations/modules/cost_center.js +2 -1
- package/dist/translations/modules/cost_sharing.js +1 -0
- package/dist/translations/modules/cost_sharing_entity.js +1 -0
- package/dist/translations/modules/customer.js +2 -1
- package/dist/translations/modules/driver_control.js +1 -0
- package/dist/translations/modules/driver_license_point.js +1 -0
- package/dist/translations/modules/employee.d.ts +3 -3
- package/dist/translations/modules/employee.js +2 -1
- package/dist/translations/modules/employee_change_history.d.ts +2 -2
- package/dist/translations/modules/employee_change_history.js +2 -1
- package/dist/translations/modules/employee_hiring_regime.js +1 -0
- package/dist/translations/modules/employee_role.js +2 -1
- package/dist/translations/modules/expense.js +1 -0
- package/dist/translations/modules/fine.d.ts +5 -5
- package/dist/translations/modules/fine.js +1 -0
- package/dist/translations/modules/fine_qualification.js +2 -1
- package/dist/translations/modules/fine_qualification_integration_key.js +2 -1
- package/dist/translations/modules/fine_resource.js +2 -1
- package/dist/translations/modules/foreseen_maintenance_plan_service_item.js +2 -1
- package/dist/translations/modules/foreseen_service_order_item.js +1 -0
- package/dist/translations/modules/gas_pump_control.js +1 -0
- package/dist/translations/modules/gate.js +1 -0
- package/dist/translations/modules/gate_appointment.js +1 -0
- package/dist/translations/modules/gate_appointment_diary.js +1 -0
- package/dist/translations/modules/item.d.ts +8 -8
- package/dist/translations/modules/item.js +2 -1
- package/dist/translations/modules/leasing_contract.js +2 -1
- package/dist/translations/modules/leasing_measurement.d.ts +6 -6
- package/dist/translations/modules/leasing_measurement.js +2 -1
- package/dist/translations/modules/maintenance_plan.js +2 -1
- package/dist/translations/modules/maintenance_plan_service.js +2 -1
- package/dist/translations/modules/measurement_unit.js +2 -1
- package/dist/translations/modules/night_transport.js +1 -0
- package/dist/translations/modules/parameter.js +1 -0
- package/dist/translations/modules/pendency.js +1 -0
- package/dist/translations/modules/qualification_severity.js +2 -1
- package/dist/translations/modules/release_notification.js +2 -1
- package/dist/translations/modules/request_occurrence.js +1 -0
- package/dist/translations/modules/route.js +2 -1
- package/dist/translations/modules/service_order.d.ts +7 -7
- package/dist/translations/modules/service_order.js +1 -0
- package/dist/translations/modules/solicitation.js +1 -0
- package/dist/translations/modules/solicitation_comment.js +1 -0
- package/dist/translations/modules/solicitation_history.js +1 -0
- package/dist/translations/modules/solicitation_watcher.js +1 -0
- package/dist/translations/modules/state.js +2 -1
- package/dist/translations/modules/stock_entry_item.js +1 -0
- package/dist/translations/modules/stock_transfer.js +1 -0
- package/dist/translations/modules/stock_transfer_item.js +1 -0
- package/dist/translations/modules/sub_system.js +2 -1
- package/dist/translations/modules/subsidiary.js +2 -1
- package/dist/translations/modules/supplier.js +2 -1
- package/dist/translations/modules/system.js +2 -1
- package/dist/translations/modules/tire_brand.js +2 -1
- package/dist/translations/modules/tire_dimension.js +2 -1
- package/dist/translations/modules/tire_drawing.js +2 -1
- package/dist/translations/modules/transaction.js +1 -0
- package/dist/translations/modules/trip.d.ts +3 -3
- package/dist/translations/modules/trip.js +1 -0
- package/dist/translations/modules/vehicle.d.ts +5 -5
- package/dist/translations/modules/vehicle.js +2 -1
- package/dist/translations/modules/vehicle_axes.js +2 -1
- package/dist/translations/modules/vehicle_booking.js +1 -0
- package/dist/translations/modules/vehicle_brand.js +2 -1
- package/dist/translations/modules/vehicle_bulk.js +1 -0
- package/dist/translations/modules/vehicle_bulk_keys.js +1 -0
- package/dist/translations/modules/vehicle_change_history.d.ts +3 -3
- package/dist/translations/modules/vehicle_change_history.js +2 -1
- package/dist/translations/modules/vehicle_deactivation_cause.js +1 -0
- package/dist/translations/modules/vehicle_due.js +2 -1
- package/dist/translations/modules/vehicle_event.js +2 -1
- package/dist/translations/modules/vehicle_event_type.js +1 -0
- package/dist/translations/modules/vehicle_fuel.js +2 -1
- package/dist/translations/modules/vehicle_layout.js +2 -1
- package/dist/translations/modules/vehicle_leasing.js +2 -1
- package/dist/translations/modules/vehicle_maintenance_plan.d.ts +6 -6
- package/dist/translations/modules/vehicle_maintenance_plan.js +1 -0
- package/dist/translations/modules/vehicle_maintenance_plan_item.js +1 -0
- package/dist/translations/modules/vehicle_maintenance_plan_service.js +1 -0
- package/dist/translations/modules/vehicle_model.js +2 -1
- package/dist/translations/modules/vehicle_model_version.js +2 -1
- package/dist/translations/modules/vehicle_tag.js +1 -0
- package/dist/translations/modules/warehouse.js +2 -1
- package/dist/translations/modules/warehouse_item.js +1 -0
- package/{coverage/jest/results.xml → junit.xml} +12 -11
- package/lib/translations/modules/attachment.ts +4 -0
- package/package.json +14 -15
|
@@ -92,7 +92,7 @@ export declare const messages: {
|
|
|
92
92
|
};
|
|
93
93
|
export declare const enums: {
|
|
94
94
|
type: {
|
|
95
|
-
|
|
95
|
+
Combustivel: {
|
|
96
96
|
ptBR: string;
|
|
97
97
|
es: string;
|
|
98
98
|
};
|
|
@@ -112,7 +112,7 @@ export declare const enums: {
|
|
|
112
112
|
ptBR: string;
|
|
113
113
|
es: string;
|
|
114
114
|
};
|
|
115
|
-
|
|
115
|
+
Lubrificante: {
|
|
116
116
|
ptBR: string;
|
|
117
117
|
es: string;
|
|
118
118
|
};
|
|
@@ -120,27 +120,27 @@ export declare const enums: {
|
|
|
120
120
|
ptBR: string;
|
|
121
121
|
es: string;
|
|
122
122
|
};
|
|
123
|
-
|
|
123
|
+
Multa: {
|
|
124
124
|
ptBR: string;
|
|
125
125
|
es: string;
|
|
126
126
|
};
|
|
127
|
-
|
|
127
|
+
Pedagio: {
|
|
128
128
|
ptBR: string;
|
|
129
129
|
es: string;
|
|
130
130
|
};
|
|
131
|
-
|
|
131
|
+
Pneu: {
|
|
132
132
|
ptBR: string;
|
|
133
133
|
es: string;
|
|
134
134
|
};
|
|
135
|
-
|
|
135
|
+
Manutencao: {
|
|
136
136
|
ptBR: string;
|
|
137
137
|
es: string;
|
|
138
138
|
};
|
|
139
|
-
|
|
139
|
+
Seguro: {
|
|
140
140
|
ptBR: string;
|
|
141
141
|
es: string;
|
|
142
142
|
};
|
|
143
|
-
|
|
143
|
+
Outros: {
|
|
144
144
|
ptBR: string;
|
|
145
145
|
es: string;
|
|
146
146
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.enums = exports.messages = exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Item',
|
|
6
7
|
es: 'Iten'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { active: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { active: {
|
|
9
10
|
ptBR: 'Ativo',
|
|
10
11
|
es: 'Activo'
|
|
11
12
|
}, measurement_unit_id: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.messages = exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Contrato de Locação',
|
|
6
7
|
es: 'Contrato de Arrendamiento'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { supplier_id: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { supplier_id: {
|
|
9
10
|
ptBR: 'Fornecedor',
|
|
10
11
|
es: 'Proveedor'
|
|
11
12
|
}, company_id: {
|
|
@@ -76,29 +76,29 @@ export declare const messages: {
|
|
|
76
76
|
};
|
|
77
77
|
export declare const enums: {
|
|
78
78
|
status: {
|
|
79
|
-
|
|
79
|
+
Previsto: {
|
|
80
80
|
ptBR: string;
|
|
81
81
|
es: string;
|
|
82
82
|
};
|
|
83
|
-
|
|
83
|
+
Pago: {
|
|
84
84
|
ptBR: string;
|
|
85
85
|
es: string;
|
|
86
86
|
};
|
|
87
|
-
|
|
87
|
+
Cancelado: {
|
|
88
88
|
ptBR: string;
|
|
89
89
|
es: string;
|
|
90
90
|
};
|
|
91
91
|
};
|
|
92
92
|
type: {
|
|
93
|
-
|
|
93
|
+
pro_rata_receipt_month: {
|
|
94
94
|
ptBR: string;
|
|
95
95
|
es: string;
|
|
96
96
|
};
|
|
97
|
-
|
|
97
|
+
integral_month: {
|
|
98
98
|
ptBR: string;
|
|
99
99
|
es: string;
|
|
100
100
|
};
|
|
101
|
-
|
|
101
|
+
pro_rata_devolution_month: {
|
|
102
102
|
ptBR: string;
|
|
103
103
|
es: string;
|
|
104
104
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.enums = exports.messages = exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Medição da Locação',
|
|
6
7
|
es: 'Medición de Arrendamiento'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { vehicle_leasing_id: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { vehicle_leasing_id: {
|
|
9
10
|
ptBR: 'Locação do Veículo',
|
|
10
11
|
es: 'Arrendamiento de Vehículos'
|
|
11
12
|
}, expense_id: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.messages = exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Plano de Manutenção',
|
|
6
7
|
es: 'Plan de Mantenimiento'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { created_by_sofit: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { created_by_sofit: {
|
|
9
10
|
ptBR: 'Criado pela Sofit',
|
|
10
11
|
es: 'Creado por Sofit'
|
|
11
12
|
}, in_revision: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.messages = exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Serviço do Plano de Manutenção',
|
|
6
7
|
es: 'Servicio del plan de mantenimiento'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { antecipation_days: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { antecipation_days: {
|
|
9
10
|
ptBR: 'Antecipação por dias',
|
|
10
11
|
es: 'Antecipación por dias'
|
|
11
12
|
}, created_by_sofit: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Unidade de Medida',
|
|
6
7
|
es: 'Unidad de Medida'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { created_by_sofit: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { created_by_sofit: {
|
|
9
10
|
ptBR: 'Criado pela Sofit',
|
|
10
11
|
es: 'Creado por Sofit'
|
|
11
12
|
}, in_revision: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Gravidade de infração',
|
|
6
7
|
es: 'Gravedade de infracción'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { created_by_sofit: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { created_by_sofit: {
|
|
9
10
|
ptBR: 'Criado pela Sofit',
|
|
10
11
|
es: 'Creado por Sofit'
|
|
11
12
|
}, in_revision: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.messages = exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Novidade',
|
|
6
7
|
es: 'Novedad'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { content: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { content: {
|
|
9
10
|
ptBR: 'Conteúdo',
|
|
10
11
|
es: 'Contenido'
|
|
11
12
|
}, publish_date: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Rota',
|
|
6
7
|
es: 'Ruta'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { foreseen_distance: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { foreseen_distance: {
|
|
9
10
|
ptBR: 'Distância prevista',
|
|
10
11
|
es: 'Distancia prevista'
|
|
11
12
|
} });
|
|
@@ -4,31 +4,31 @@ export declare const name: {
|
|
|
4
4
|
};
|
|
5
5
|
export declare const enums: {
|
|
6
6
|
status: {
|
|
7
|
-
|
|
7
|
+
all: {
|
|
8
8
|
ptBR: string;
|
|
9
9
|
es: string;
|
|
10
10
|
};
|
|
11
|
-
|
|
11
|
+
under_approval: {
|
|
12
12
|
ptBR: string;
|
|
13
13
|
es: string;
|
|
14
14
|
};
|
|
15
|
-
|
|
15
|
+
planned: {
|
|
16
16
|
ptBR: string;
|
|
17
17
|
es: string;
|
|
18
18
|
};
|
|
19
|
-
|
|
19
|
+
in_progress: {
|
|
20
20
|
ptBR: string;
|
|
21
21
|
es: string;
|
|
22
22
|
};
|
|
23
|
-
|
|
23
|
+
waiting_nf: {
|
|
24
24
|
ptBR: string;
|
|
25
25
|
es: string;
|
|
26
26
|
};
|
|
27
|
-
|
|
27
|
+
finished: {
|
|
28
28
|
ptBR: string;
|
|
29
29
|
es: string;
|
|
30
30
|
};
|
|
31
|
-
|
|
31
|
+
canceled: {
|
|
32
32
|
ptBR: string;
|
|
33
33
|
es: string;
|
|
34
34
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Estado',
|
|
6
7
|
es: 'Estado'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { state_id: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { state_id: {
|
|
9
10
|
ptBR: 'Estado',
|
|
10
11
|
es: 'state_id'
|
|
11
12
|
}, uf: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Sub Sistema',
|
|
6
7
|
es: 'Sub Sistema'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { created_by_sofit: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { created_by_sofit: {
|
|
9
10
|
ptBR: 'Criado pela Sofit',
|
|
10
11
|
es: 'Creado por Sofit'
|
|
11
12
|
}, in_revision: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.messages = exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Filial',
|
|
6
7
|
es: 'Sucursal'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { alert_emails: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { alert_emails: {
|
|
9
10
|
ptBR: 'Emails para recebimento de alerta',
|
|
10
11
|
es: 'Emails para recebimiento de alerta'
|
|
11
12
|
}, alert_users: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.messages = exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Fornecedor',
|
|
6
7
|
es: 'Proveedor'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { active: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { active: {
|
|
9
10
|
ptBR: 'Ativo',
|
|
10
11
|
es: 'Activo'
|
|
11
12
|
}, social_name: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Sistema',
|
|
6
7
|
es: 'Sistema'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { app_id: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { app_id: {
|
|
9
10
|
ptBR: 'Chave do aplicativo',
|
|
10
11
|
es: 'Clave del aplicativo'
|
|
11
12
|
}, equivalent_record_id: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Marca do pneu',
|
|
6
7
|
es: 'Marca de neumático'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { created_by_sofit: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { created_by_sofit: {
|
|
9
10
|
ptBR: 'Criado pela Sofit',
|
|
10
11
|
es: 'Creado por Sofit'
|
|
11
12
|
}, in_revision: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Medida do pneu',
|
|
6
7
|
es: 'Medida de neumático'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { created_by_sofit: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { created_by_sofit: {
|
|
9
10
|
ptBR: 'Criado pela Sofit',
|
|
10
11
|
es: 'Creado por Sofit'
|
|
11
12
|
}, in_revision: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.messages = exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Modelo do pneu',
|
|
6
7
|
es: 'Modelo de neumático'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { created_by_sofit: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { created_by_sofit: {
|
|
9
10
|
ptBR: 'Criado pela Sofit',
|
|
10
11
|
es: 'Creado por Sofit'
|
|
11
12
|
}, in_revision: {
|
|
@@ -4,11 +4,11 @@ export declare const name: {
|
|
|
4
4
|
};
|
|
5
5
|
export declare const enums: {
|
|
6
6
|
status: {
|
|
7
|
-
|
|
7
|
+
all: {
|
|
8
8
|
ptBR: string;
|
|
9
9
|
es: string;
|
|
10
10
|
};
|
|
11
|
-
|
|
11
|
+
Planejada: {
|
|
12
12
|
ptBR: string;
|
|
13
13
|
es: string;
|
|
14
14
|
};
|
|
@@ -16,7 +16,7 @@ export declare const enums: {
|
|
|
16
16
|
ptBR: string;
|
|
17
17
|
es: string;
|
|
18
18
|
};
|
|
19
|
-
|
|
19
|
+
Terminada: {
|
|
20
20
|
ptBR: string;
|
|
21
21
|
es: string;
|
|
22
22
|
};
|
|
@@ -460,23 +460,23 @@ export declare const messages: {
|
|
|
460
460
|
};
|
|
461
461
|
export declare const enums: {
|
|
462
462
|
disponibility: {
|
|
463
|
-
|
|
463
|
+
active: {
|
|
464
464
|
ptBR: string;
|
|
465
465
|
es: string;
|
|
466
466
|
};
|
|
467
|
-
|
|
467
|
+
available: {
|
|
468
468
|
ptBR: string;
|
|
469
469
|
es: string;
|
|
470
470
|
};
|
|
471
|
-
|
|
471
|
+
in_use: {
|
|
472
472
|
ptBR: string;
|
|
473
473
|
es: string;
|
|
474
474
|
};
|
|
475
|
-
|
|
475
|
+
in_maintenance: {
|
|
476
476
|
ptBR: string;
|
|
477
477
|
es: string;
|
|
478
478
|
};
|
|
479
|
-
|
|
479
|
+
inactive: {
|
|
480
480
|
ptBR: string;
|
|
481
481
|
es: string;
|
|
482
482
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.enums = exports.messages = exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Veículo',
|
|
6
7
|
es: 'Veiculo'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { license_plate: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { license_plate: {
|
|
9
10
|
ptBR: 'Placa',
|
|
10
11
|
es: 'Placa'
|
|
11
12
|
}, motorized: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Eixo do veículo',
|
|
6
7
|
es: 'Eje del vehículo'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { axis_id: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { axis_id: {
|
|
9
10
|
ptBR: 'Eixo',
|
|
10
11
|
es: 'Eje'
|
|
11
12
|
}, horizontal_order: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Marca do veículo',
|
|
6
7
|
es: 'Marca del vehículo'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { created_by_sofit: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { created_by_sofit: {
|
|
9
10
|
ptBR: 'Criado pela Sofit',
|
|
10
11
|
es: 'Creado por Sofit'
|
|
11
12
|
}, in_revision: {
|