@sofit/view-locale 1.45.0 → 1.47.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 +11 -11
- package/dist/translations/index.d.ts +16 -1
- package/dist/translations/index.js +30 -0
- package/dist/translations/integrations/inout.d.ts +10 -0
- package/dist/translations/integrations/inout.js +12 -0
- package/dist/translations/modules/driver_control.d.ts +4 -0
- package/dist/translations/modules/driver_control.js +6 -0
- package/dist/translations/modules/driver_license_point.d.ts +4 -0
- package/dist/translations/modules/driver_license_point.js +6 -0
- package/dist/translations/modules/expense.d.ts +4 -0
- package/dist/translations/modules/expense.js +6 -0
- package/dist/translations/modules/gate_appointment.d.ts +4 -0
- package/dist/translations/modules/gate_appointment.js +6 -0
- package/dist/translations/modules/night_transport.d.ts +4 -0
- package/dist/translations/modules/night_transport.js +6 -0
- package/dist/translations/modules/pendency.d.ts +4 -0
- package/dist/translations/modules/pendency.js +6 -0
- package/dist/translations/modules/request_occurrence.d.ts +4 -0
- package/dist/translations/modules/request_occurrence.js +6 -0
- package/dist/translations/modules/service_order.d.ts +4 -0
- package/dist/translations/modules/service_order.js +6 -0
- package/dist/translations/modules/solicitation.d.ts +4 -0
- package/dist/translations/modules/solicitation.js +6 -0
- package/dist/translations/modules/solicitation_comment.d.ts +4 -0
- package/dist/translations/modules/solicitation_comment.js +6 -0
- package/dist/translations/modules/solicitation_history.d.ts +4 -0
- package/dist/translations/modules/solicitation_history.js +6 -0
- package/dist/translations/modules/solicitation_watcher.d.ts +4 -0
- package/dist/translations/modules/solicitation_watcher.js +6 -0
- package/dist/translations/modules/trip.d.ts +4 -0
- package/dist/translations/modules/trip.js +6 -0
- package/dist/translations/modules/vehicle_change_history.d.ts +4 -0
- package/dist/translations/modules/vehicle_change_history.js +6 -0
- package/lib/translations/index.ts +37 -7
- package/lib/translations/integrations/inout.ts +10 -0
- package/lib/translations/modules/driver_control.ts +4 -0
- package/lib/translations/modules/driver_license_point.ts +4 -0
- package/lib/translations/modules/expense.ts +4 -0
- package/lib/translations/modules/gate_appointment.ts +4 -0
- package/lib/translations/modules/night_transport.ts +4 -0
- package/lib/translations/modules/pendency.ts +4 -0
- package/lib/translations/modules/request_occurrence.ts +4 -0
- package/lib/translations/modules/service_order.ts +4 -0
- package/lib/translations/modules/solicitation.ts +4 -0
- package/lib/translations/modules/solicitation_comment.ts +4 -0
- package/lib/translations/modules/solicitation_history.ts +4 -0
- package/lib/translations/modules/solicitation_watcher.ts +4 -0
- package/lib/translations/modules/trip.ts +4 -0
- package/lib/translations/modules/vehicle_change_history.ts +4 -0
- package/package.json +1 -1
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.
|
|
2
|
-
<testsuite name="
|
|
3
|
-
<testcase classname="
|
|
1
|
+
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.293">
|
|
2
|
+
<testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2019-07-03T16:59:25" time="1.605" tests="4">
|
|
3
|
+
<testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.003">
|
|
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.001">
|
|
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-07-03T16:59:25" time="1.576" tests="4">
|
|
13
|
+
<testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.003">
|
|
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">
|
|
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,7 @@
|
|
|
1
1
|
import * as auth from './common/auth';
|
|
2
2
|
import * as benchmarking from './common/benchmarking';
|
|
3
3
|
import * as general from './common/general';
|
|
4
|
+
import * as inout from './integrations/inout';
|
|
4
5
|
import * as pipefy from './integrations/pipefy';
|
|
5
6
|
import * as cash_basis from './modules/cash_basis';
|
|
6
7
|
import * as checklist from './modules/checklist';
|
|
@@ -13,9 +14,12 @@ import * as company from './modules/company';
|
|
|
13
14
|
import * as cost_center from './modules/cost_center';
|
|
14
15
|
import * as cost_sharing from './modules/cost_sharing';
|
|
15
16
|
import * as customer from './modules/customer';
|
|
17
|
+
import * as driver_control from './modules/driver_control';
|
|
18
|
+
import * as driver_license_point from './modules/driver_license_point';
|
|
16
19
|
import * as employee from './modules/employee';
|
|
17
20
|
import * as employee_hiring_regime from './modules/employee_hiring_regime';
|
|
18
21
|
import * as employee_role from './modules/employee_role';
|
|
22
|
+
import * as expense from './modules/expense';
|
|
19
23
|
import * as fine from './modules/fine';
|
|
20
24
|
import * as fine_qualification from './modules/fine_qualification';
|
|
21
25
|
import * as fine_resource from './modules/fine_resource';
|
|
@@ -23,15 +27,24 @@ import * as foreseen_maintenance_plan_service_item from './modules/foreseen_main
|
|
|
23
27
|
import * as foreseen_service_order_item from './modules/foreseen_service_order_item';
|
|
24
28
|
import * as gas_pump_control from './modules/gas_pump_control';
|
|
25
29
|
import * as gate from './modules/gate';
|
|
30
|
+
import * as gate_appointment from './modules/gate_appointment';
|
|
26
31
|
import * as item from './modules/item';
|
|
27
32
|
import * as leasing_contract from './modules/leasing_contract';
|
|
28
33
|
import * as maintenance_plan from './modules/maintenance_plan';
|
|
29
34
|
import * as maintenance_plan_service from './modules/maintenance_plan_service';
|
|
30
35
|
import * as measurement_unit from './modules/measurement_unit';
|
|
36
|
+
import * as night_transport from './modules/night_transport';
|
|
31
37
|
import * as parameter from './modules/parameter';
|
|
38
|
+
import * as pendency from './modules/pendency';
|
|
32
39
|
import * as qualification_severity from './modules/qualification_severity';
|
|
33
40
|
import * as release_notification from './modules/release_notification';
|
|
41
|
+
import * as request_occurrence from './modules/request_occurrence';
|
|
34
42
|
import * as route from './modules/route';
|
|
43
|
+
import * as service_order from './modules/service_order';
|
|
44
|
+
import * as solicitation from './modules/solicitation';
|
|
45
|
+
import * as solicitation_comment from './modules/solicitation_comment';
|
|
46
|
+
import * as solicitation_history from './modules/solicitation_history';
|
|
47
|
+
import * as solicitation_watcher from './modules/solicitation_watcher';
|
|
35
48
|
import * as stock_entry_item from './modules/stock_entry_item';
|
|
36
49
|
import * as sub_system from './modules/sub_system';
|
|
37
50
|
import * as subsidiary from './modules/subsidiary';
|
|
@@ -41,9 +54,11 @@ import * as tire_brand from './modules/tire_brand';
|
|
|
41
54
|
import * as tire_dimension from './modules/tire_dimension';
|
|
42
55
|
import * as tire_drawing from './modules/tire_drawing';
|
|
43
56
|
import * as transaction from './modules/transaction';
|
|
57
|
+
import * as trip from './modules/trip';
|
|
44
58
|
import * as vehicle from './modules/vehicle';
|
|
45
59
|
import * as vehicle_axes from './modules/vehicle_axes';
|
|
46
60
|
import * as vehicle_brand from './modules/vehicle_brand';
|
|
61
|
+
import * as vehicle_change_history from './modules/vehicle_change_history';
|
|
47
62
|
import * as vehicle_deactivation_cause from './modules/vehicle_deactivation_cause';
|
|
48
63
|
import * as vehicle_due from './modules/vehicle_due';
|
|
49
64
|
import * as vehicle_fuel from './modules/vehicle_fuel';
|
|
@@ -56,4 +71,4 @@ import * as warehouse from './modules/warehouse';
|
|
|
56
71
|
import * as warehouse_item from './modules/warehouse_item';
|
|
57
72
|
export { joi } from './common/joi';
|
|
58
73
|
export { databaseErrors } from './common/database-errors';
|
|
59
|
-
export { auth, benchmarking, general, checklist, checklist_group, checklist_group_item, checklist_group_option, checklist_model, checklist_reply,
|
|
74
|
+
export { auth, benchmarking, general, inout, pipefy, cash_basis, checklist, checklist_group, checklist_group_item, checklist_group_option, checklist_model, checklist_reply, company, cost_center, cost_sharing, customer, driver_control, driver_license_point, employee, employee_hiring_regime, employee_role, expense, fine, fine_qualification, fine_resource, foreseen_maintenance_plan_service_item, foreseen_service_order_item, gas_pump_control, gate, gate_appointment, item, leasing_contract, maintenance_plan, maintenance_plan_service, measurement_unit, night_transport, parameter, pendency, qualification_severity, release_notification, request_occurrence, route, service_order, solicitation, solicitation_comment, solicitation_history, solicitation_watcher, stock_entry_item, sub_system, subsidiary, supplier, system, tire_brand, tire_dimension, tire_drawing, transaction, trip, vehicle, vehicle_axes, vehicle_brand, vehicle_change_history, vehicle_deactivation_cause, vehicle_due, vehicle_fuel, vehicle_layout, vehicle_leasing, vehicle_model, vehicle_model_version, vehicle_tag, warehouse, warehouse_item };
|
|
@@ -13,6 +13,8 @@ const benchmarking = __importStar(require("./common/benchmarking"));
|
|
|
13
13
|
exports.benchmarking = benchmarking;
|
|
14
14
|
const general = __importStar(require("./common/general"));
|
|
15
15
|
exports.general = general;
|
|
16
|
+
const inout = __importStar(require("./integrations/inout"));
|
|
17
|
+
exports.inout = inout;
|
|
16
18
|
const pipefy = __importStar(require("./integrations/pipefy"));
|
|
17
19
|
exports.pipefy = pipefy;
|
|
18
20
|
const cash_basis = __importStar(require("./modules/cash_basis"));
|
|
@@ -37,12 +39,18 @@ const cost_sharing = __importStar(require("./modules/cost_sharing"));
|
|
|
37
39
|
exports.cost_sharing = cost_sharing;
|
|
38
40
|
const customer = __importStar(require("./modules/customer"));
|
|
39
41
|
exports.customer = customer;
|
|
42
|
+
const driver_control = __importStar(require("./modules/driver_control"));
|
|
43
|
+
exports.driver_control = driver_control;
|
|
44
|
+
const driver_license_point = __importStar(require("./modules/driver_license_point"));
|
|
45
|
+
exports.driver_license_point = driver_license_point;
|
|
40
46
|
const employee = __importStar(require("./modules/employee"));
|
|
41
47
|
exports.employee = employee;
|
|
42
48
|
const employee_hiring_regime = __importStar(require("./modules/employee_hiring_regime"));
|
|
43
49
|
exports.employee_hiring_regime = employee_hiring_regime;
|
|
44
50
|
const employee_role = __importStar(require("./modules/employee_role"));
|
|
45
51
|
exports.employee_role = employee_role;
|
|
52
|
+
const expense = __importStar(require("./modules/expense"));
|
|
53
|
+
exports.expense = expense;
|
|
46
54
|
const fine = __importStar(require("./modules/fine"));
|
|
47
55
|
exports.fine = fine;
|
|
48
56
|
const fine_qualification = __importStar(require("./modules/fine_qualification"));
|
|
@@ -57,6 +65,8 @@ const gas_pump_control = __importStar(require("./modules/gas_pump_control"));
|
|
|
57
65
|
exports.gas_pump_control = gas_pump_control;
|
|
58
66
|
const gate = __importStar(require("./modules/gate"));
|
|
59
67
|
exports.gate = gate;
|
|
68
|
+
const gate_appointment = __importStar(require("./modules/gate_appointment"));
|
|
69
|
+
exports.gate_appointment = gate_appointment;
|
|
60
70
|
const item = __importStar(require("./modules/item"));
|
|
61
71
|
exports.item = item;
|
|
62
72
|
const leasing_contract = __importStar(require("./modules/leasing_contract"));
|
|
@@ -67,14 +77,30 @@ const maintenance_plan_service = __importStar(require("./modules/maintenance_pla
|
|
|
67
77
|
exports.maintenance_plan_service = maintenance_plan_service;
|
|
68
78
|
const measurement_unit = __importStar(require("./modules/measurement_unit"));
|
|
69
79
|
exports.measurement_unit = measurement_unit;
|
|
80
|
+
const night_transport = __importStar(require("./modules/night_transport"));
|
|
81
|
+
exports.night_transport = night_transport;
|
|
70
82
|
const parameter = __importStar(require("./modules/parameter"));
|
|
71
83
|
exports.parameter = parameter;
|
|
84
|
+
const pendency = __importStar(require("./modules/pendency"));
|
|
85
|
+
exports.pendency = pendency;
|
|
72
86
|
const qualification_severity = __importStar(require("./modules/qualification_severity"));
|
|
73
87
|
exports.qualification_severity = qualification_severity;
|
|
74
88
|
const release_notification = __importStar(require("./modules/release_notification"));
|
|
75
89
|
exports.release_notification = release_notification;
|
|
90
|
+
const request_occurrence = __importStar(require("./modules/request_occurrence"));
|
|
91
|
+
exports.request_occurrence = request_occurrence;
|
|
76
92
|
const route = __importStar(require("./modules/route"));
|
|
77
93
|
exports.route = route;
|
|
94
|
+
const service_order = __importStar(require("./modules/service_order"));
|
|
95
|
+
exports.service_order = service_order;
|
|
96
|
+
const solicitation = __importStar(require("./modules/solicitation"));
|
|
97
|
+
exports.solicitation = solicitation;
|
|
98
|
+
const solicitation_comment = __importStar(require("./modules/solicitation_comment"));
|
|
99
|
+
exports.solicitation_comment = solicitation_comment;
|
|
100
|
+
const solicitation_history = __importStar(require("./modules/solicitation_history"));
|
|
101
|
+
exports.solicitation_history = solicitation_history;
|
|
102
|
+
const solicitation_watcher = __importStar(require("./modules/solicitation_watcher"));
|
|
103
|
+
exports.solicitation_watcher = solicitation_watcher;
|
|
78
104
|
const stock_entry_item = __importStar(require("./modules/stock_entry_item"));
|
|
79
105
|
exports.stock_entry_item = stock_entry_item;
|
|
80
106
|
const sub_system = __importStar(require("./modules/sub_system"));
|
|
@@ -93,12 +119,16 @@ const tire_drawing = __importStar(require("./modules/tire_drawing"));
|
|
|
93
119
|
exports.tire_drawing = tire_drawing;
|
|
94
120
|
const transaction = __importStar(require("./modules/transaction"));
|
|
95
121
|
exports.transaction = transaction;
|
|
122
|
+
const trip = __importStar(require("./modules/trip"));
|
|
123
|
+
exports.trip = trip;
|
|
96
124
|
const vehicle = __importStar(require("./modules/vehicle"));
|
|
97
125
|
exports.vehicle = vehicle;
|
|
98
126
|
const vehicle_axes = __importStar(require("./modules/vehicle_axes"));
|
|
99
127
|
exports.vehicle_axes = vehicle_axes;
|
|
100
128
|
const vehicle_brand = __importStar(require("./modules/vehicle_brand"));
|
|
101
129
|
exports.vehicle_brand = vehicle_brand;
|
|
130
|
+
const vehicle_change_history = __importStar(require("./modules/vehicle_change_history"));
|
|
131
|
+
exports.vehicle_change_history = vehicle_change_history;
|
|
102
132
|
const vehicle_deactivation_cause = __importStar(require("./modules/vehicle_deactivation_cause"));
|
|
103
133
|
exports.vehicle_deactivation_cause = vehicle_deactivation_cause;
|
|
104
134
|
const vehicle_due = __importStar(require("./modules/vehicle_due"));
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.messages = {
|
|
4
|
+
successfully_created: {
|
|
5
|
+
ptBR: 'Registro com Identificador {{resource}} inserido com sucesso.',
|
|
6
|
+
es: 'Registro con Identificador {{resource}} insertado con éxito.'
|
|
7
|
+
},
|
|
8
|
+
successfully_updated: {
|
|
9
|
+
ptBR: 'Registro com Identificador {{resource}} atualizado com sucesso.',
|
|
10
|
+
es: 'Registro con identificador {{resource}} actualizado con éxito.'
|
|
11
|
+
}
|
|
12
|
+
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as auth from './common/auth';
|
|
2
2
|
import * as benchmarking from './common/benchmarking';
|
|
3
3
|
import * as general from './common/general';
|
|
4
|
+
import * as inout from './integrations/inout';
|
|
4
5
|
import * as pipefy from './integrations/pipefy';
|
|
5
6
|
import * as cash_basis from './modules/cash_basis';
|
|
6
7
|
import * as checklist from './modules/checklist';
|
|
@@ -13,9 +14,12 @@ import * as company from './modules/company';
|
|
|
13
14
|
import * as cost_center from './modules/cost_center';
|
|
14
15
|
import * as cost_sharing from './modules/cost_sharing';
|
|
15
16
|
import * as customer from './modules/customer';
|
|
17
|
+
import * as driver_control from './modules/driver_control';
|
|
18
|
+
import * as driver_license_point from './modules/driver_license_point';
|
|
16
19
|
import * as employee from './modules/employee';
|
|
17
20
|
import * as employee_hiring_regime from './modules/employee_hiring_regime';
|
|
18
21
|
import * as employee_role from './modules/employee_role';
|
|
22
|
+
import * as expense from './modules/expense';
|
|
19
23
|
import * as fine from './modules/fine';
|
|
20
24
|
import * as fine_qualification from './modules/fine_qualification';
|
|
21
25
|
import * as fine_resource from './modules/fine_resource';
|
|
@@ -23,15 +27,24 @@ import * as foreseen_maintenance_plan_service_item from './modules/foreseen_main
|
|
|
23
27
|
import * as foreseen_service_order_item from './modules/foreseen_service_order_item';
|
|
24
28
|
import * as gas_pump_control from './modules/gas_pump_control';
|
|
25
29
|
import * as gate from './modules/gate';
|
|
30
|
+
import * as gate_appointment from './modules/gate_appointment';
|
|
26
31
|
import * as item from './modules/item';
|
|
27
32
|
import * as leasing_contract from './modules/leasing_contract';
|
|
28
33
|
import * as maintenance_plan from './modules/maintenance_plan';
|
|
29
34
|
import * as maintenance_plan_service from './modules/maintenance_plan_service';
|
|
30
35
|
import * as measurement_unit from './modules/measurement_unit';
|
|
36
|
+
import * as night_transport from './modules/night_transport';
|
|
31
37
|
import * as parameter from './modules/parameter';
|
|
38
|
+
import * as pendency from './modules/pendency';
|
|
32
39
|
import * as qualification_severity from './modules/qualification_severity';
|
|
33
40
|
import * as release_notification from './modules/release_notification';
|
|
41
|
+
import * as request_occurrence from './modules/request_occurrence';
|
|
34
42
|
import * as route from './modules/route';
|
|
43
|
+
import * as service_order from './modules/service_order';
|
|
44
|
+
import * as solicitation from './modules/solicitation';
|
|
45
|
+
import * as solicitation_comment from './modules/solicitation_comment';
|
|
46
|
+
import * as solicitation_history from './modules/solicitation_history';
|
|
47
|
+
import * as solicitation_watcher from './modules/solicitation_watcher';
|
|
35
48
|
import * as stock_entry_item from './modules/stock_entry_item';
|
|
36
49
|
import * as sub_system from './modules/sub_system';
|
|
37
50
|
import * as subsidiary from './modules/subsidiary';
|
|
@@ -41,9 +54,11 @@ import * as tire_brand from './modules/tire_brand';
|
|
|
41
54
|
import * as tire_dimension from './modules/tire_dimension';
|
|
42
55
|
import * as tire_drawing from './modules/tire_drawing';
|
|
43
56
|
import * as transaction from './modules/transaction';
|
|
57
|
+
import * as trip from './modules/trip';
|
|
44
58
|
import * as vehicle from './modules/vehicle';
|
|
45
59
|
import * as vehicle_axes from './modules/vehicle_axes';
|
|
46
60
|
import * as vehicle_brand from './modules/vehicle_brand';
|
|
61
|
+
import * as vehicle_change_history from './modules/vehicle_change_history';
|
|
47
62
|
import * as vehicle_deactivation_cause from './modules/vehicle_deactivation_cause';
|
|
48
63
|
import * as vehicle_due from './modules/vehicle_due';
|
|
49
64
|
import * as vehicle_fuel from './modules/vehicle_fuel';
|
|
@@ -62,37 +77,50 @@ export {
|
|
|
62
77
|
auth,
|
|
63
78
|
benchmarking,
|
|
64
79
|
general,
|
|
80
|
+
inout,
|
|
81
|
+
pipefy,
|
|
82
|
+
cash_basis,
|
|
65
83
|
checklist,
|
|
66
84
|
checklist_group,
|
|
67
85
|
checklist_group_item,
|
|
68
86
|
checklist_group_option,
|
|
69
87
|
checklist_model,
|
|
70
88
|
checklist_reply,
|
|
71
|
-
cash_basis,
|
|
72
89
|
company,
|
|
73
90
|
cost_center,
|
|
74
91
|
cost_sharing,
|
|
75
92
|
customer,
|
|
93
|
+
driver_control,
|
|
94
|
+
driver_license_point,
|
|
76
95
|
employee,
|
|
77
96
|
employee_hiring_regime,
|
|
78
97
|
employee_role,
|
|
79
|
-
|
|
98
|
+
expense,
|
|
80
99
|
fine,
|
|
81
100
|
fine_qualification,
|
|
101
|
+
fine_resource,
|
|
82
102
|
foreseen_maintenance_plan_service_item,
|
|
83
103
|
foreseen_service_order_item,
|
|
84
104
|
gas_pump_control,
|
|
85
105
|
gate,
|
|
106
|
+
gate_appointment,
|
|
86
107
|
item,
|
|
87
108
|
leasing_contract,
|
|
88
109
|
maintenance_plan,
|
|
89
110
|
maintenance_plan_service,
|
|
90
111
|
measurement_unit,
|
|
112
|
+
night_transport,
|
|
91
113
|
parameter,
|
|
92
|
-
|
|
114
|
+
pendency,
|
|
93
115
|
qualification_severity,
|
|
94
116
|
release_notification,
|
|
117
|
+
request_occurrence,
|
|
95
118
|
route,
|
|
119
|
+
service_order,
|
|
120
|
+
solicitation,
|
|
121
|
+
solicitation_comment,
|
|
122
|
+
solicitation_history,
|
|
123
|
+
solicitation_watcher,
|
|
96
124
|
stock_entry_item,
|
|
97
125
|
sub_system,
|
|
98
126
|
subsidiary,
|
|
@@ -102,16 +130,18 @@ export {
|
|
|
102
130
|
tire_dimension,
|
|
103
131
|
tire_drawing,
|
|
104
132
|
transaction,
|
|
133
|
+
trip,
|
|
134
|
+
vehicle,
|
|
135
|
+
vehicle_axes,
|
|
105
136
|
vehicle_brand,
|
|
137
|
+
vehicle_change_history,
|
|
106
138
|
vehicle_deactivation_cause,
|
|
139
|
+
vehicle_due,
|
|
140
|
+
vehicle_fuel,
|
|
107
141
|
vehicle_layout,
|
|
108
142
|
vehicle_leasing,
|
|
109
143
|
vehicle_model,
|
|
110
144
|
vehicle_model_version,
|
|
111
|
-
vehicle,
|
|
112
|
-
vehicle_fuel,
|
|
113
|
-
vehicle_axes,
|
|
114
|
-
vehicle_due,
|
|
115
145
|
vehicle_tag,
|
|
116
146
|
warehouse,
|
|
117
147
|
warehouse_item
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const messages = {
|
|
2
|
+
successfully_created: {
|
|
3
|
+
ptBR: 'Registro com Identificador {{resource}} inserido com sucesso.',
|
|
4
|
+
es: 'Registro con Identificador {{resource}} insertado con éxito.'
|
|
5
|
+
},
|
|
6
|
+
successfully_updated: {
|
|
7
|
+
ptBR: 'Registro com Identificador {{resource}} atualizado com sucesso.',
|
|
8
|
+
es: 'Registro con identificador {{resource}} actualizado con éxito.'
|
|
9
|
+
}
|
|
10
|
+
};
|