@sofit/view-locale 1.337.2 → 1.338.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.
- package/.vscode/commit-msg.js +0 -0
- package/.vscode/settings.json +0 -0
- package/Jenkinsfile +0 -17
- package/coverage/jest/results.xml +25 -0
- package/coverage/lcov-report/base.css +224 -0
- package/coverage/lcov-report/block-navigation.js +79 -0
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +201 -0
- package/coverage/lcov-report/lib/index.html +126 -0
- package/coverage/lcov-report/lib/index.ts.html +89 -0
- package/coverage/lcov-report/lib/runner.ts.html +575 -0
- package/coverage/lcov-report/lib/translations/common/auth.ts.html +95 -0
- package/coverage/lcov-report/lib/translations/common/benchmarking.ts.html +131 -0
- package/coverage/lcov-report/lib/translations/common/database-errors.ts.html +227 -0
- package/coverage/lcov-report/lib/translations/common/entity.ts.html +119 -0
- package/coverage/lcov-report/lib/translations/common/firebase_notification.ts.html +131 -0
- package/coverage/lcov-report/lib/translations/common/general.ts.html +326 -0
- package/coverage/lcov-report/lib/translations/common/index.html +216 -0
- package/coverage/lcov-report/lib/translations/common/internal-server-errors.ts.html +107 -0
- package/coverage/lcov-report/lib/translations/common/joi.ts.html +485 -0
- package/coverage/lcov-report/lib/translations/emails/change_solicitation_responsible.ts.html +194 -0
- package/coverage/lcov-report/lib/translations/emails/client_company_economic_groups_finished.ts.html +104 -0
- package/coverage/lcov-report/lib/translations/emails/dispatch-crlv.ts.html +137 -0
- package/coverage/lcov-report/lib/translations/emails/dispatch-vehicle-model-record.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/emails/finished-pre-invoice-conference.ts.html +152 -0
- package/coverage/lcov-report/lib/translations/emails/import_client_vehicle.ts.html +134 -0
- package/coverage/lcov-report/lib/translations/emails/index.html +276 -0
- package/coverage/lcov-report/lib/translations/emails/index.ts.html +110 -0
- package/coverage/lcov-report/lib/translations/emails/send_fine_consultation_error.ts.html +149 -0
- package/coverage/lcov-report/lib/translations/emails/send_pre_invoice_conference.ts.html +149 -0
- package/coverage/lcov-report/lib/translations/emails/unidas_vehicle_upsert_finished.ts.html +185 -0
- package/coverage/lcov-report/lib/translations/emails/vehicle_bulk_exceeded_limit.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/emails/vehicle_bulk_finished.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/index.html +111 -0
- package/coverage/lcov-report/lib/translations/index.ts.html +1349 -0
- package/coverage/lcov-report/lib/translations/integrations/index.html +141 -0
- package/coverage/lcov-report/lib/translations/integrations/inout.ts.html +107 -0
- package/coverage/lcov-report/lib/translations/integrations/pipefy.ts.html +107 -0
- package/coverage/lcov-report/lib/translations/integrations/suiv.ts.html +95 -0
- package/coverage/lcov-report/lib/translations/microservices/telemetry/index.html +111 -0
- package/coverage/lcov-report/lib/translations/microservices/telemetry/index.ts.html +143 -0
- package/coverage/lcov-report/lib/translations/modules/access_log.ts.html +476 -0
- package/coverage/lcov-report/lib/translations/modules/advance_payment.ts.html +143 -0
- package/coverage/lcov-report/lib/translations/modules/app_parameter.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/attachment.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/backup_vehicle.ts.html +452 -0
- package/coverage/lcov-report/lib/translations/modules/backup_vehicle_reason.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/backup_vehicle_to_delete.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/backup_vehicle_utilization.ts.html +407 -0
- package/coverage/lcov-report/lib/translations/modules/benchmark_pendency.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/budget.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/carsharing_type.ts.html +119 -0
- package/coverage/lcov-report/lib/translations/modules/cash_basis.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/change_history.ts.html +254 -0
- package/coverage/lcov-report/lib/translations/modules/checklist.ts.html +389 -0
- package/coverage/lcov-report/lib/translations/modules/checklist_group.ts.html +188 -0
- package/coverage/lcov-report/lib/translations/modules/checklist_group_item.ts.html +347 -0
- package/coverage/lcov-report/lib/translations/modules/checklist_group_option.ts.html +140 -0
- package/coverage/lcov-report/lib/translations/modules/checklist_model.ts.html +287 -0
- package/coverage/lcov-report/lib/translations/modules/checklist_reply.ts.html +224 -0
- package/coverage/lcov-report/lib/translations/modules/city.ts.html +119 -0
- package/coverage/lcov-report/lib/translations/modules/client.ts.html +512 -0
- package/coverage/lcov-report/lib/translations/modules/client_company.ts.html +143 -0
- package/coverage/lcov-report/lib/translations/modules/client_integration.ts.html +179 -0
- package/coverage/lcov-report/lib/translations/modules/company.ts.html +323 -0
- package/coverage/lcov-report/lib/translations/modules/condition.ts.html +320 -0
- package/coverage/lcov-report/lib/translations/modules/cost_center.ts.html +260 -0
- package/coverage/lcov-report/lib/translations/modules/cost_center_request_vehicle_type.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/cost_sharing.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/cost_sharing_entity.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/country.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/custom_field.ts.html +761 -0
- package/coverage/lcov-report/lib/translations/modules/custom_migration_table.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/custom_table.ts.html +311 -0
- package/coverage/lcov-report/lib/translations/modules/customer.ts.html +287 -0
- package/coverage/lcov-report/lib/translations/modules/daily_quota.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/dashboard.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/dashboard_report.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/db_server.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/deduct.ts.html +185 -0
- package/coverage/lcov-report/lib/translations/modules/deduct_installment.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/default_item.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/destination.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/document.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/driver_control.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/driver_license_point.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/email_template.ts.html +158 -0
- package/coverage/lcov-report/lib/translations/modules/employee.ts.html +1133 -0
- package/coverage/lcov-report/lib/translations/modules/employee_change_history.ts.html +275 -0
- package/coverage/lcov-report/lib/translations/modules/employee_hiring_regime.ts.html +107 -0
- package/coverage/lcov-report/lib/translations/modules/employee_role.ts.html +179 -0
- package/coverage/lcov-report/lib/translations/modules/expense.ts.html +452 -0
- package/coverage/lcov-report/lib/translations/modules/expense_item.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/expense_parcel.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/exportations.ts.html +137 -0
- package/coverage/lcov-report/lib/translations/modules/external_relation.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/favorite.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/fine.ts.html +164 -0
- package/coverage/lcov-report/lib/translations/modules/fine_consultation.ts.html +692 -0
- package/coverage/lcov-report/lib/translations/modules/fine_infringement_resource.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/fine_qualification.ts.html +239 -0
- package/coverage/lcov-report/lib/translations/modules/fine_qualification_integration_key.ts.html +164 -0
- package/coverage/lcov-report/lib/translations/modules/fine_resource.ts.html +143 -0
- package/coverage/lcov-report/lib/translations/modules/foreseen_maintenance_plan_service_item.ts.html +236 -0
- package/coverage/lcov-report/lib/translations/modules/foreseen_service_order_item.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/gas_pump.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/gas_pump_control.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/gate.ts.html +164 -0
- package/coverage/lcov-report/lib/translations/modules/gate_appointment.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/gate_appointment_diary.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/import_map.ts.html +251 -0
- package/coverage/lcov-report/lib/translations/modules/import_map_process.ts.html +215 -0
- package/coverage/lcov-report/lib/translations/modules/index.html +3096 -0
- package/coverage/lcov-report/lib/translations/modules/inmetro_model.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/integration.ts.html +167 -0
- package/coverage/lcov-report/lib/translations/modules/item.ts.html +551 -0
- package/coverage/lcov-report/lib/translations/modules/leasing_contract.ts.html +176 -0
- package/coverage/lcov-report/lib/translations/modules/leasing_measurement.ts.html +413 -0
- package/coverage/lcov-report/lib/translations/modules/maintenance_plan.ts.html +212 -0
- package/coverage/lcov-report/lib/translations/modules/maintenance_plan_service.ts.html +464 -0
- package/coverage/lcov-report/lib/translations/modules/measurement_unit.ts.html +155 -0
- package/coverage/lcov-report/lib/translations/modules/module_help_config.ts.html +203 -0
- package/coverage/lcov-report/lib/translations/modules/module_help_user_data.ts.html +158 -0
- package/coverage/lcov-report/lib/translations/modules/night_transport.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/notification.ts.html +155 -0
- package/coverage/lcov-report/lib/translations/modules/occurrence_type.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/parameter.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/password_complexity.ts.html +167 -0
- package/coverage/lcov-report/lib/translations/modules/password_recover.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/pendency.ts.html +110 -0
- package/coverage/lcov-report/lib/translations/modules/plan.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/pre_invoice_compliance.ts.html +359 -0
- package/coverage/lcov-report/lib/translations/modules/pre_invoice_conference.ts.html +404 -0
- package/coverage/lcov-report/lib/translations/modules/profile.ts.html +227 -0
- package/coverage/lcov-report/lib/translations/modules/qualification_severity.ts.html +179 -0
- package/coverage/lcov-report/lib/translations/modules/quota.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/release_notification.ts.html +200 -0
- package/coverage/lcov-report/lib/translations/modules/rental_agreement.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/report.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/report_folder.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/request.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/request_destination.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/request_historic.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/request_occurrence.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/revenue.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/route.ts.html +119 -0
- package/coverage/lcov-report/lib/translations/modules/service_budget.ts.html +485 -0
- package/coverage/lcov-report/lib/translations/modules/service_budget_item.ts.html +608 -0
- package/coverage/lcov-report/lib/translations/modules/service_order.ts.html +599 -0
- package/coverage/lcov-report/lib/translations/modules/service_order_expenses.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation.ts.html +416 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_action.ts.html +509 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_action_field.ts.html +344 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_action_message.ts.html +353 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_automation.ts.html +1181 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_comment.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_field.ts.html +266 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_history.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_phase.ts.html +311 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_transition.ts.html +227 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_transition_validation.ts.html +167 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_type.ts.html +263 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_version.ts.html +197 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_watcher.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/sso_provider.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/state.ts.html +143 -0
- package/coverage/lcov-report/lib/translations/modules/stock_entry.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/stock_entry_item.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/stock_exit.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/stock_exit_item.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/stock_transfer.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/stock_transfer_item.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/sub_system.ts.html +167 -0
- package/coverage/lcov-report/lib/translations/modules/subscription.ts.html +131 -0
- package/coverage/lcov-report/lib/translations/modules/subscription_transaction.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/subsidiary.ts.html +260 -0
- package/coverage/lcov-report/lib/translations/modules/supplier.ts.html +476 -0
- package/coverage/lcov-report/lib/translations/modules/system.ts.html +143 -0
- package/coverage/lcov-report/lib/translations/modules/tag.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/taggable.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/telemetry_event.ts.html +476 -0
- package/coverage/lcov-report/lib/translations/modules/telemetry_event_type.ts.html +119 -0
- package/coverage/lcov-report/lib/translations/modules/telemetry_event_type_supplier.ts.html +176 -0
- package/coverage/lcov-report/lib/translations/modules/telemetry_historical_use.ts.html +143 -0
- package/coverage/lcov-report/lib/translations/modules/telemetry_supplier_api.ts.html +119 -0
- package/coverage/lcov-report/lib/translations/modules/telemetry_supplier_field.ts.html +167 -0
- package/coverage/lcov-report/lib/translations/modules/tire.ts.html +170 -0
- package/coverage/lcov-report/lib/translations/modules/tire_brand.ts.html +155 -0
- package/coverage/lcov-report/lib/translations/modules/tire_dimension.ts.html +155 -0
- package/coverage/lcov-report/lib/translations/modules/tire_discard_cause.ts.html +128 -0
- package/coverage/lcov-report/lib/translations/modules/tire_drawing.ts.html +236 -0
- package/coverage/lcov-report/lib/translations/modules/tire_life.ts.html +110 -0
- package/coverage/lcov-report/lib/translations/modules/transaction.ts.html +668 -0
- package/coverage/lcov-report/lib/translations/modules/trip.ts.html +779 -0
- package/coverage/lcov-report/lib/translations/modules/upgrade_script.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/user.ts.html +251 -0
- package/coverage/lcov-report/lib/translations/modules/user_device.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/utilized_quota.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle.ts.html +2801 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_axes.ts.html +143 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_axis.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_axis_type.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_booking.ts.html +293 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_brand.ts.html +203 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_bulk.ts.html +191 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_casualty.ts.html +629 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_casualty_classification.ts.html +128 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_casualty_type.ts.html +128 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_change_history.ts.html +323 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_class.ts.html +140 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_deactivation_cause.ts.html +107 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_due.ts.html +155 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_event.ts.html +167 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_event_type.ts.html +107 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_fipe_option.ts.html +131 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_fuel.ts.html +179 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_group.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_hitch.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_layout.ts.html +155 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_layout_axe.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_layout_position.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_leasing.ts.html +356 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_maintenance_plan.ts.html +233 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_maintenance_plan_item.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_maintenance_plan_service.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_model.ts.html +275 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_model_class.ts.html +176 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_model_consumption.ts.html +155 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_model_price_history.ts.html +167 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_model_record.ts.html +131 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_model_technical_spec.ts.html +167 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_model_version.ts.html +203 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_request_type.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_stock.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_tag.ts.html +107 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_type.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_type_axis.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/visual_management.ts.html +122 -0
- package/coverage/lcov-report/lib/translations/modules/warehouse.ts.html +188 -0
- package/coverage/lcov-report/lib/translations/modules/warehouse_item.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/webhook.ts.html +302 -0
- package/coverage/lcov-report/lib/translations/modules/white_label.ts.html +89 -0
- package/coverage/lcov-report/prettify.css +1 -0
- package/coverage/lcov-report/prettify.js +2 -0
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +170 -0
- package/coverage/lcov.info +3156 -0
- package/jest.config.json +0 -0
- package/lib/index.ts +0 -0
- package/lib/joi/joi.type.ts +0 -0
- package/lib/languages.ts +0 -0
- package/lib/runner.ts +0 -0
- package/lib/tests/basic.spec.ts +0 -0
- package/lib/tests/joi.spec.ts +0 -0
- package/lib/translations/common/auth.ts +0 -0
- package/lib/translations/common/benchmarking.ts +0 -0
- package/lib/translations/common/database-errors.ts +0 -0
- package/lib/translations/common/entity.ts +0 -0
- package/lib/translations/common/firebase_notification.ts +0 -0
- package/lib/translations/common/general.ts +0 -0
- package/lib/translations/common/internal-server-errors.ts +0 -0
- package/lib/translations/common/joi.ts +0 -0
- package/lib/translations/emails/change_solicitation_responsible.ts +0 -0
- package/lib/translations/emails/client_company_economic_groups_finished.ts +0 -0
- package/lib/translations/emails/dispatch-crlv.ts +0 -0
- package/lib/translations/emails/dispatch-vehicle-model-record.ts +0 -0
- package/lib/translations/emails/finished-pre-invoice-conference.ts +0 -0
- package/lib/translations/emails/import_client_vehicle.ts +0 -0
- package/lib/translations/emails/index.ts +0 -0
- package/lib/translations/emails/send_fine_consultation_error.ts +0 -0
- package/lib/translations/emails/send_pre_invoice_conference.ts +0 -0
- package/lib/translations/emails/unidas_vehicle_upsert_finished.ts +0 -0
- package/lib/translations/emails/vehicle_bulk_exceeded_limit.ts +0 -0
- package/lib/translations/emails/vehicle_bulk_finished.ts +0 -0
- package/lib/translations/index.ts +0 -0
- package/lib/translations/integrations/inout.ts +0 -0
- package/lib/translations/integrations/pipefy.ts +0 -0
- package/lib/translations/integrations/suiv.ts +0 -0
- package/lib/translations/microservices/telemetry/index.ts +0 -0
- package/lib/translations/modules/access_log.ts +0 -0
- package/lib/translations/modules/advance_payment.ts +0 -0
- package/lib/translations/modules/app_parameter.ts +0 -0
- package/lib/translations/modules/attachment.ts +0 -0
- package/lib/translations/modules/backup_vehicle.ts +0 -0
- package/lib/translations/modules/backup_vehicle_reason.ts +0 -0
- package/lib/translations/modules/backup_vehicle_to_delete.ts +0 -0
- package/lib/translations/modules/backup_vehicle_utilization.ts +0 -0
- package/lib/translations/modules/benchmark_pendency.ts +0 -0
- package/lib/translations/modules/budget.ts +0 -0
- package/lib/translations/modules/carsharing_type.ts +0 -0
- package/lib/translations/modules/cash_basis.ts +0 -0
- package/lib/translations/modules/change_history.ts +0 -0
- package/lib/translations/modules/checklist.ts +0 -0
- package/lib/translations/modules/checklist_group.ts +0 -0
- package/lib/translations/modules/checklist_group_item.ts +0 -0
- package/lib/translations/modules/checklist_group_option.ts +0 -0
- package/lib/translations/modules/checklist_model.ts +0 -0
- package/lib/translations/modules/checklist_reply.ts +0 -0
- package/lib/translations/modules/city.ts +0 -0
- package/lib/translations/modules/client.ts +0 -0
- package/lib/translations/modules/client_company.ts +0 -0
- package/lib/translations/modules/client_integration.ts +0 -0
- package/lib/translations/modules/company.ts +0 -0
- package/lib/translations/modules/condition.ts +0 -0
- package/lib/translations/modules/cost_center.ts +0 -0
- package/lib/translations/modules/cost_center_request_vehicle_type.ts +0 -0
- package/lib/translations/modules/cost_sharing.ts +0 -0
- package/lib/translations/modules/cost_sharing_entity.ts +0 -0
- package/lib/translations/modules/country.ts +0 -0
- package/lib/translations/modules/custom_field.ts +0 -0
- package/lib/translations/modules/custom_migration_table.ts +0 -0
- package/lib/translations/modules/custom_table.ts +0 -0
- package/lib/translations/modules/customer.ts +0 -0
- package/lib/translations/modules/daily_quota.ts +0 -0
- package/lib/translations/modules/dashboard.ts +0 -0
- package/lib/translations/modules/dashboard_report.ts +0 -0
- package/lib/translations/modules/db_server.ts +0 -0
- package/lib/translations/modules/deduct.ts +0 -0
- package/lib/translations/modules/deduct_installment.ts +0 -0
- package/lib/translations/modules/default_item.ts +0 -0
- package/lib/translations/modules/destination.ts +0 -0
- package/lib/translations/modules/document.ts +0 -0
- package/lib/translations/modules/driver_control.ts +0 -0
- package/lib/translations/modules/driver_license_point.ts +0 -0
- package/lib/translations/modules/email_template.ts +0 -0
- package/lib/translations/modules/employee.ts +0 -0
- package/lib/translations/modules/employee_change_history.ts +0 -0
- package/lib/translations/modules/employee_hiring_regime.ts +0 -0
- package/lib/translations/modules/employee_role.ts +0 -0
- package/lib/translations/modules/expense.ts +0 -0
- package/lib/translations/modules/expense_item.ts +0 -0
- package/lib/translations/modules/expense_parcel.ts +0 -0
- package/lib/translations/modules/exportations.ts +0 -0
- package/lib/translations/modules/external_relation.ts +0 -0
- package/lib/translations/modules/favorite.ts +0 -0
- package/lib/translations/modules/fine.ts +0 -0
- package/lib/translations/modules/fine_consultation.ts +0 -0
- package/lib/translations/modules/fine_infringement_resource.ts +0 -0
- package/lib/translations/modules/fine_qualification.ts +0 -0
- package/lib/translations/modules/fine_qualification_integration_key.ts +0 -0
- package/lib/translations/modules/fine_resource.ts +0 -0
- package/lib/translations/modules/foreseen_maintenance_plan_service_item.ts +0 -0
- package/lib/translations/modules/foreseen_service_order_item.ts +0 -0
- package/lib/translations/modules/gas_pump.ts +0 -0
- package/lib/translations/modules/gas_pump_control.ts +0 -0
- package/lib/translations/modules/gate.ts +0 -0
- package/lib/translations/modules/gate_appointment.ts +0 -0
- package/lib/translations/modules/gate_appointment_diary.ts +0 -0
- package/lib/translations/modules/import_map.ts +0 -0
- package/lib/translations/modules/import_map_process.ts +0 -0
- package/lib/translations/modules/inmetro_model.ts +0 -0
- package/lib/translations/modules/integration.ts +0 -0
- package/lib/translations/modules/item.ts +0 -0
- package/lib/translations/modules/leasing_contract.ts +0 -0
- package/lib/translations/modules/leasing_measurement.ts +0 -0
- package/lib/translations/modules/maintenance_plan.ts +0 -0
- package/lib/translations/modules/maintenance_plan_service.ts +0 -0
- package/lib/translations/modules/measurement_unit.ts +0 -0
- package/lib/translations/modules/module_help_config.ts +0 -0
- package/lib/translations/modules/module_help_user_data.ts +0 -0
- package/lib/translations/modules/night_transport.ts +0 -0
- package/lib/translations/modules/notification.ts +0 -0
- package/lib/translations/modules/occurrence_type.ts +0 -0
- package/lib/translations/modules/parameter.ts +0 -0
- package/lib/translations/modules/password_complexity.ts +0 -0
- package/lib/translations/modules/password_recover.ts +0 -0
- package/lib/translations/modules/pendency.ts +0 -0
- package/lib/translations/modules/plan.ts +0 -0
- package/lib/translations/modules/pre_invoice_compliance.ts +0 -0
- package/lib/translations/modules/pre_invoice_conference.ts +0 -0
- package/lib/translations/modules/profile.ts +0 -0
- package/lib/translations/modules/qualification_severity.ts +0 -0
- package/lib/translations/modules/quota.ts +0 -0
- package/lib/translations/modules/release_notification.ts +0 -0
- package/lib/translations/modules/rental_agreement.ts +0 -0
- package/lib/translations/modules/report.ts +0 -0
- package/lib/translations/modules/report_folder.ts +0 -0
- package/lib/translations/modules/request.ts +0 -0
- package/lib/translations/modules/request_destination.ts +0 -0
- package/lib/translations/modules/request_historic.ts +0 -0
- package/lib/translations/modules/request_occurrence.ts +0 -0
- package/lib/translations/modules/revenue.ts +0 -0
- package/lib/translations/modules/route.ts +0 -0
- package/lib/translations/modules/service_budget.ts +0 -0
- package/lib/translations/modules/service_budget_item.ts +0 -0
- package/lib/translations/modules/service_order.ts +0 -0
- package/lib/translations/modules/service_order_expenses.ts +0 -0
- package/lib/translations/modules/solicitation.ts +0 -0
- package/lib/translations/modules/solicitation_action.ts +0 -0
- package/lib/translations/modules/solicitation_action_field.ts +0 -0
- package/lib/translations/modules/solicitation_action_message.ts +0 -0
- package/lib/translations/modules/solicitation_automation.ts +0 -0
- package/lib/translations/modules/solicitation_comment.ts +0 -0
- package/lib/translations/modules/solicitation_field.ts +0 -0
- package/lib/translations/modules/solicitation_history.ts +0 -0
- package/lib/translations/modules/solicitation_phase.ts +0 -0
- package/lib/translations/modules/solicitation_transition.ts +0 -0
- package/lib/translations/modules/solicitation_transition_validation.ts +0 -0
- package/lib/translations/modules/solicitation_type.ts +0 -0
- package/lib/translations/modules/solicitation_version.ts +0 -0
- package/lib/translations/modules/solicitation_watcher.ts +0 -0
- package/lib/translations/modules/sso_provider.ts +0 -0
- package/lib/translations/modules/state.ts +0 -0
- package/lib/translations/modules/stock_entry.ts +0 -0
- package/lib/translations/modules/stock_entry_item.ts +0 -0
- package/lib/translations/modules/stock_exit.ts +0 -0
- package/lib/translations/modules/stock_exit_item.ts +0 -0
- package/lib/translations/modules/stock_transfer.ts +0 -0
- package/lib/translations/modules/stock_transfer_item.ts +0 -0
- package/lib/translations/modules/sub_system.ts +0 -0
- package/lib/translations/modules/subscription.ts +0 -0
- package/lib/translations/modules/subscription_transaction.ts +0 -0
- package/lib/translations/modules/subsidiary.ts +0 -0
- package/lib/translations/modules/supplier.ts +0 -0
- package/lib/translations/modules/system.ts +0 -0
- package/lib/translations/modules/tag.ts +0 -0
- package/lib/translations/modules/taggable.ts +0 -0
- package/lib/translations/modules/telemetry_event.ts +0 -0
- package/lib/translations/modules/telemetry_event_type.ts +0 -0
- package/lib/translations/modules/telemetry_event_type_supplier.ts +0 -0
- package/lib/translations/modules/telemetry_historical_use.ts +0 -0
- package/lib/translations/modules/telemetry_supplier_api.ts +0 -0
- package/lib/translations/modules/telemetry_supplier_field.ts +0 -0
- package/lib/translations/modules/tire.ts +0 -0
- package/lib/translations/modules/tire_brand.ts +0 -0
- package/lib/translations/modules/tire_dimension.ts +0 -0
- package/lib/translations/modules/tire_discard_cause.ts +0 -0
- package/lib/translations/modules/tire_drawing.ts +0 -0
- package/lib/translations/modules/tire_life.ts +0 -0
- package/lib/translations/modules/transaction.ts +0 -0
- package/lib/translations/modules/trip.ts +0 -0
- package/lib/translations/modules/upgrade_script.ts +0 -0
- package/lib/translations/modules/user.ts +0 -0
- package/lib/translations/modules/user_device.ts +0 -0
- package/lib/translations/modules/utilized_quota.ts +0 -0
- package/lib/translations/modules/vehicle.ts +0 -0
- package/lib/translations/modules/vehicle_axes.ts +0 -0
- package/lib/translations/modules/vehicle_axis.ts +0 -0
- package/lib/translations/modules/vehicle_axis_type.ts +0 -0
- package/lib/translations/modules/vehicle_booking.ts +0 -0
- package/lib/translations/modules/vehicle_brand.ts +0 -0
- package/lib/translations/modules/vehicle_bulk.ts +0 -0
- package/lib/translations/modules/vehicle_casualty.ts +0 -0
- package/lib/translations/modules/vehicle_casualty_classification.ts +0 -0
- package/lib/translations/modules/vehicle_casualty_type.ts +0 -0
- package/lib/translations/modules/vehicle_change_history.ts +0 -0
- package/lib/translations/modules/vehicle_class.ts +0 -0
- package/lib/translations/modules/vehicle_deactivation_cause.ts +0 -0
- package/lib/translations/modules/vehicle_due.ts +0 -0
- package/lib/translations/modules/vehicle_event.ts +0 -0
- package/lib/translations/modules/vehicle_event_type.ts +0 -0
- package/lib/translations/modules/vehicle_fipe_option.ts +0 -0
- package/lib/translations/modules/vehicle_fuel.ts +0 -0
- package/lib/translations/modules/vehicle_group.ts +0 -0
- package/lib/translations/modules/vehicle_hitch.ts +0 -0
- package/lib/translations/modules/vehicle_layout.ts +0 -0
- package/lib/translations/modules/vehicle_layout_axe.ts +0 -0
- package/lib/translations/modules/vehicle_layout_position.ts +0 -0
- package/lib/translations/modules/vehicle_leasing.ts +0 -0
- package/lib/translations/modules/vehicle_maintenance_plan.ts +0 -0
- package/lib/translations/modules/vehicle_maintenance_plan_item.ts +0 -0
- package/lib/translations/modules/vehicle_maintenance_plan_service.ts +0 -0
- package/lib/translations/modules/vehicle_model.ts +0 -0
- package/lib/translations/modules/vehicle_model_class.ts +0 -0
- package/lib/translations/modules/vehicle_model_consumption.ts +0 -0
- package/lib/translations/modules/vehicle_model_price_history.ts +0 -0
- package/lib/translations/modules/vehicle_model_record.ts +0 -0
- package/lib/translations/modules/vehicle_model_technical_spec.ts +0 -0
- package/lib/translations/modules/vehicle_model_version.ts +0 -0
- package/lib/translations/modules/vehicle_request_type.ts +0 -0
- package/lib/translations/modules/vehicle_stock.ts +0 -0
- package/lib/translations/modules/vehicle_tag.ts +0 -0
- package/lib/translations/modules/vehicle_type.ts +0 -0
- package/lib/translations/modules/vehicle_type_axis.ts +0 -0
- package/lib/translations/modules/visual_management.ts +0 -0
- package/lib/translations/modules/warehouse.ts +0 -0
- package/lib/translations/modules/warehouse_item.ts +0 -0
- package/lib/translations/modules/webhook.ts +0 -0
- package/lib/translations/modules/white_label.ts +0 -0
- package/lib/translations/translation.interface.ts +0 -0
- package/package.json +1 -1
- package/readme.md +0 -0
- package/nodemon.json +0 -6
- package/package-lock.json_old +0 -7972
- package/tsconfig.json +0 -62
- package/tslint.json +0 -11
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for lib/translations/emails/change_solicitation_responsible.ts</title>
|
|
7
|
+
<meta charset="utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../../../prettify.css" />
|
|
9
|
+
<link rel="stylesheet" href="../../../base.css" />
|
|
10
|
+
<link rel="shortcut icon" type="image/x-icon" href="../../../favicon.png" />
|
|
11
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
+
<style type='text/css'>
|
|
13
|
+
.coverage-summary .sorter {
|
|
14
|
+
background-image: url(../../../sort-arrow-sprite.png);
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body>
|
|
20
|
+
<div class='wrapper'>
|
|
21
|
+
<div class='pad1'>
|
|
22
|
+
<h1><a href="../../../index.html">All files</a> / <a href="index.html">lib/translations/emails</a> change_solicitation_responsible.ts</h1>
|
|
23
|
+
<div class='clearfix'>
|
|
24
|
+
|
|
25
|
+
<div class='fl pad1y space-right2'>
|
|
26
|
+
<span class="strong">100% </span>
|
|
27
|
+
<span class="quiet">Statements</span>
|
|
28
|
+
<span class='fraction'>2/2</span>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<div class='fl pad1y space-right2'>
|
|
33
|
+
<span class="strong">100% </span>
|
|
34
|
+
<span class="quiet">Branches</span>
|
|
35
|
+
<span class='fraction'>0/0</span>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
<div class='fl pad1y space-right2'>
|
|
40
|
+
<span class="strong">100% </span>
|
|
41
|
+
<span class="quiet">Functions</span>
|
|
42
|
+
<span class='fraction'>0/0</span>
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<div class='fl pad1y space-right2'>
|
|
47
|
+
<span class="strong">100% </span>
|
|
48
|
+
<span class="quiet">Lines</span>
|
|
49
|
+
<span class='fraction'>2/2</span>
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</div>
|
|
54
|
+
<p class="quiet">
|
|
55
|
+
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
|
+
</p>
|
|
57
|
+
</div>
|
|
58
|
+
<div class='status-line high'></div>
|
|
59
|
+
<pre><table class="coverage">
|
|
60
|
+
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
61
|
+
<a name='L2'></a><a href='#L2'>2</a>
|
|
62
|
+
<a name='L3'></a><a href='#L3'>3</a>
|
|
63
|
+
<a name='L4'></a><a href='#L4'>4</a>
|
|
64
|
+
<a name='L5'></a><a href='#L5'>5</a>
|
|
65
|
+
<a name='L6'></a><a href='#L6'>6</a>
|
|
66
|
+
<a name='L7'></a><a href='#L7'>7</a>
|
|
67
|
+
<a name='L8'></a><a href='#L8'>8</a>
|
|
68
|
+
<a name='L9'></a><a href='#L9'>9</a>
|
|
69
|
+
<a name='L10'></a><a href='#L10'>10</a>
|
|
70
|
+
<a name='L11'></a><a href='#L11'>11</a>
|
|
71
|
+
<a name='L12'></a><a href='#L12'>12</a>
|
|
72
|
+
<a name='L13'></a><a href='#L13'>13</a>
|
|
73
|
+
<a name='L14'></a><a href='#L14'>14</a>
|
|
74
|
+
<a name='L15'></a><a href='#L15'>15</a>
|
|
75
|
+
<a name='L16'></a><a href='#L16'>16</a>
|
|
76
|
+
<a name='L17'></a><a href='#L17'>17</a>
|
|
77
|
+
<a name='L18'></a><a href='#L18'>18</a>
|
|
78
|
+
<a name='L19'></a><a href='#L19'>19</a>
|
|
79
|
+
<a name='L20'></a><a href='#L20'>20</a>
|
|
80
|
+
<a name='L21'></a><a href='#L21'>21</a>
|
|
81
|
+
<a name='L22'></a><a href='#L22'>22</a>
|
|
82
|
+
<a name='L23'></a><a href='#L23'>23</a>
|
|
83
|
+
<a name='L24'></a><a href='#L24'>24</a>
|
|
84
|
+
<a name='L25'></a><a href='#L25'>25</a>
|
|
85
|
+
<a name='L26'></a><a href='#L26'>26</a>
|
|
86
|
+
<a name='L27'></a><a href='#L27'>27</a>
|
|
87
|
+
<a name='L28'></a><a href='#L28'>28</a>
|
|
88
|
+
<a name='L29'></a><a href='#L29'>29</a>
|
|
89
|
+
<a name='L30'></a><a href='#L30'>30</a>
|
|
90
|
+
<a name='L31'></a><a href='#L31'>31</a>
|
|
91
|
+
<a name='L32'></a><a href='#L32'>32</a>
|
|
92
|
+
<a name='L33'></a><a href='#L33'>33</a>
|
|
93
|
+
<a name='L34'></a><a href='#L34'>34</a>
|
|
94
|
+
<a name='L35'></a><a href='#L35'>35</a>
|
|
95
|
+
<a name='L36'></a><a href='#L36'>36</a>
|
|
96
|
+
<a name='L37'></a><a href='#L37'>37</a>
|
|
97
|
+
<a name='L38'></a><a href='#L38'>38</a>
|
|
98
|
+
<a name='L39'></a><a href='#L39'>39</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">2x</span>
|
|
99
|
+
<span class="cline-any cline-neutral"> </span>
|
|
100
|
+
<span class="cline-any cline-neutral"> </span>
|
|
101
|
+
<span class="cline-any cline-neutral"> </span>
|
|
102
|
+
<span class="cline-any cline-neutral"> </span>
|
|
103
|
+
<span class="cline-any cline-yes">2x</span>
|
|
104
|
+
<span class="cline-any cline-neutral"> </span>
|
|
105
|
+
<span class="cline-any cline-neutral"> </span>
|
|
106
|
+
<span class="cline-any cline-neutral"> </span>
|
|
107
|
+
<span class="cline-any cline-neutral"> </span>
|
|
108
|
+
<span class="cline-any cline-neutral"> </span>
|
|
109
|
+
<span class="cline-any cline-neutral"> </span>
|
|
110
|
+
<span class="cline-any cline-neutral"> </span>
|
|
111
|
+
<span class="cline-any cline-neutral"> </span>
|
|
112
|
+
<span class="cline-any cline-neutral"> </span>
|
|
113
|
+
<span class="cline-any cline-neutral"> </span>
|
|
114
|
+
<span class="cline-any cline-neutral"> </span>
|
|
115
|
+
<span class="cline-any cline-neutral"> </span>
|
|
116
|
+
<span class="cline-any cline-neutral"> </span>
|
|
117
|
+
<span class="cline-any cline-neutral"> </span>
|
|
118
|
+
<span class="cline-any cline-neutral"> </span>
|
|
119
|
+
<span class="cline-any cline-neutral"> </span>
|
|
120
|
+
<span class="cline-any cline-neutral"> </span>
|
|
121
|
+
<span class="cline-any cline-neutral"> </span>
|
|
122
|
+
<span class="cline-any cline-neutral"> </span>
|
|
123
|
+
<span class="cline-any cline-neutral"> </span>
|
|
124
|
+
<span class="cline-any cline-neutral"> </span>
|
|
125
|
+
<span class="cline-any cline-neutral"> </span>
|
|
126
|
+
<span class="cline-any cline-neutral"> </span>
|
|
127
|
+
<span class="cline-any cline-neutral"> </span>
|
|
128
|
+
<span class="cline-any cline-neutral"> </span>
|
|
129
|
+
<span class="cline-any cline-neutral"> </span>
|
|
130
|
+
<span class="cline-any cline-neutral"> </span>
|
|
131
|
+
<span class="cline-any cline-neutral"> </span>
|
|
132
|
+
<span class="cline-any cline-neutral"> </span>
|
|
133
|
+
<span class="cline-any cline-neutral"> </span>
|
|
134
|
+
<span class="cline-any cline-neutral"> </span>
|
|
135
|
+
<span class="cline-any cline-neutral"> </span>
|
|
136
|
+
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">export const title = {
|
|
137
|
+
ptBR: 'Troca de responsável da solicitação {{solicitation}}',
|
|
138
|
+
es: 'Cambio de responsable de la solicitud {{solicitation}}'
|
|
139
|
+
};
|
|
140
|
+
|
|
141
|
+
export const body = {
|
|
142
|
+
assigned_solicitation: {
|
|
143
|
+
ptBR: 'Você foi atribuído como {{role}} da solicitação abaixo:',
|
|
144
|
+
es: 'Se ha asignado como {{role}} de la solicitud siguiente:'
|
|
145
|
+
},
|
|
146
|
+
requester: {
|
|
147
|
+
ptBR: '<b>Requisitante:</b> {{requester_name}}',
|
|
148
|
+
es: '<b>Solicitante:</b> {{requester_name}}'
|
|
149
|
+
},
|
|
150
|
+
responsible: {
|
|
151
|
+
ptBR: '<b>Responsável atual:</b> {{current_manager_name}}',
|
|
152
|
+
es: '<b>Responsable actual:</b> {{current_manager_name}}'
|
|
153
|
+
},
|
|
154
|
+
solicitation: {
|
|
155
|
+
ptBR: '<b>Solicitação:</b> {{solicitation_name}}',
|
|
156
|
+
es: '<b>Solicitud:</b> {{solicitation_name}}'
|
|
157
|
+
},
|
|
158
|
+
type: {
|
|
159
|
+
ptBR: '<b>Tipo:</b> {{type_name}}',
|
|
160
|
+
es: '<b>Tipo:</b> {{type_name}}'
|
|
161
|
+
},
|
|
162
|
+
current_phase: {
|
|
163
|
+
ptBR: '<b>Fase atual:</b> {{current_phase_name}}',
|
|
164
|
+
es: '<b>Fase actual:</b> {{current_phase_name}}'
|
|
165
|
+
},
|
|
166
|
+
vehicle: {
|
|
167
|
+
ptBR: '<b>Veículo:</b> {{vehicle_name}}',
|
|
168
|
+
es: '<b>Vehículo:</b> {{vehicle_name}}'
|
|
169
|
+
},
|
|
170
|
+
see_solicitation: {
|
|
171
|
+
ptBR: 'Ver solicitação',
|
|
172
|
+
es: 'Ver solicitud'
|
|
173
|
+
}
|
|
174
|
+
};</pre></td></tr></table></pre>
|
|
175
|
+
|
|
176
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
177
|
+
</div><!-- /wrapper -->
|
|
178
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
179
|
+
Code coverage generated by
|
|
180
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
181
|
+
at Tue Feb 28 2023 19:52:44 GMT+0000 (Coordinated Universal Time)
|
|
182
|
+
</div>
|
|
183
|
+
</div>
|
|
184
|
+
<script src="../../../prettify.js"></script>
|
|
185
|
+
<script>
|
|
186
|
+
window.onload = function () {
|
|
187
|
+
prettyPrint();
|
|
188
|
+
};
|
|
189
|
+
</script>
|
|
190
|
+
<script src="../../../sorter.js"></script>
|
|
191
|
+
<script src="../../../block-navigation.js"></script>
|
|
192
|
+
</body>
|
|
193
|
+
</html>
|
|
194
|
+
|
package/coverage/lcov-report/lib/translations/emails/client_company_economic_groups_finished.ts.html
ADDED
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for lib/translations/emails/client_company_economic_groups_finished.ts</title>
|
|
7
|
+
<meta charset="utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../../../prettify.css" />
|
|
9
|
+
<link rel="stylesheet" href="../../../base.css" />
|
|
10
|
+
<link rel="shortcut icon" type="image/x-icon" href="../../../favicon.png" />
|
|
11
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
+
<style type='text/css'>
|
|
13
|
+
.coverage-summary .sorter {
|
|
14
|
+
background-image: url(../../../sort-arrow-sprite.png);
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body>
|
|
20
|
+
<div class='wrapper'>
|
|
21
|
+
<div class='pad1'>
|
|
22
|
+
<h1><a href="../../../index.html">All files</a> / <a href="index.html">lib/translations/emails</a> client_company_economic_groups_finished.ts</h1>
|
|
23
|
+
<div class='clearfix'>
|
|
24
|
+
|
|
25
|
+
<div class='fl pad1y space-right2'>
|
|
26
|
+
<span class="strong">100% </span>
|
|
27
|
+
<span class="quiet">Statements</span>
|
|
28
|
+
<span class='fraction'>2/2</span>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<div class='fl pad1y space-right2'>
|
|
33
|
+
<span class="strong">100% </span>
|
|
34
|
+
<span class="quiet">Branches</span>
|
|
35
|
+
<span class='fraction'>0/0</span>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
<div class='fl pad1y space-right2'>
|
|
40
|
+
<span class="strong">100% </span>
|
|
41
|
+
<span class="quiet">Functions</span>
|
|
42
|
+
<span class='fraction'>0/0</span>
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<div class='fl pad1y space-right2'>
|
|
47
|
+
<span class="strong">100% </span>
|
|
48
|
+
<span class="quiet">Lines</span>
|
|
49
|
+
<span class='fraction'>2/2</span>
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</div>
|
|
54
|
+
<p class="quiet">
|
|
55
|
+
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
|
+
</p>
|
|
57
|
+
</div>
|
|
58
|
+
<div class='status-line high'></div>
|
|
59
|
+
<pre><table class="coverage">
|
|
60
|
+
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
61
|
+
<a name='L2'></a><a href='#L2'>2</a>
|
|
62
|
+
<a name='L3'></a><a href='#L3'>3</a>
|
|
63
|
+
<a name='L4'></a><a href='#L4'>4</a>
|
|
64
|
+
<a name='L5'></a><a href='#L5'>5</a>
|
|
65
|
+
<a name='L6'></a><a href='#L6'>6</a>
|
|
66
|
+
<a name='L7'></a><a href='#L7'>7</a>
|
|
67
|
+
<a name='L8'></a><a href='#L8'>8</a>
|
|
68
|
+
<a name='L9'></a><a href='#L9'>9</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">2x</span>
|
|
69
|
+
<span class="cline-any cline-neutral"> </span>
|
|
70
|
+
<span class="cline-any cline-neutral"> </span>
|
|
71
|
+
<span class="cline-any cline-neutral"> </span>
|
|
72
|
+
<span class="cline-any cline-neutral"> </span>
|
|
73
|
+
<span class="cline-any cline-yes">2x</span>
|
|
74
|
+
<span class="cline-any cline-neutral"> </span>
|
|
75
|
+
<span class="cline-any cline-neutral"> </span>
|
|
76
|
+
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">export const success_subject = {
|
|
77
|
+
ptBR: 'Processo de criação de empresas finalizado',
|
|
78
|
+
es: ''
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
export const error_subject = {
|
|
82
|
+
ptBR: 'Erro ao criar as empresas na base do cliente',
|
|
83
|
+
es: ''
|
|
84
|
+
};</pre></td></tr></table></pre>
|
|
85
|
+
|
|
86
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
87
|
+
</div><!-- /wrapper -->
|
|
88
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
89
|
+
Code coverage generated by
|
|
90
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
91
|
+
at Tue Feb 28 2023 19:52:44 GMT+0000 (Coordinated Universal Time)
|
|
92
|
+
</div>
|
|
93
|
+
</div>
|
|
94
|
+
<script src="../../../prettify.js"></script>
|
|
95
|
+
<script>
|
|
96
|
+
window.onload = function () {
|
|
97
|
+
prettyPrint();
|
|
98
|
+
};
|
|
99
|
+
</script>
|
|
100
|
+
<script src="../../../sorter.js"></script>
|
|
101
|
+
<script src="../../../block-navigation.js"></script>
|
|
102
|
+
</body>
|
|
103
|
+
</html>
|
|
104
|
+
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for lib/translations/emails/dispatch-crlv.ts</title>
|
|
7
|
+
<meta charset="utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../../../prettify.css" />
|
|
9
|
+
<link rel="stylesheet" href="../../../base.css" />
|
|
10
|
+
<link rel="shortcut icon" type="image/x-icon" href="../../../favicon.png" />
|
|
11
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
+
<style type='text/css'>
|
|
13
|
+
.coverage-summary .sorter {
|
|
14
|
+
background-image: url(../../../sort-arrow-sprite.png);
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body>
|
|
20
|
+
<div class='wrapper'>
|
|
21
|
+
<div class='pad1'>
|
|
22
|
+
<h1><a href="../../../index.html">All files</a> / <a href="index.html">lib/translations/emails</a> dispatch-crlv.ts</h1>
|
|
23
|
+
<div class='clearfix'>
|
|
24
|
+
|
|
25
|
+
<div class='fl pad1y space-right2'>
|
|
26
|
+
<span class="strong">100% </span>
|
|
27
|
+
<span class="quiet">Statements</span>
|
|
28
|
+
<span class='fraction'>3/3</span>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<div class='fl pad1y space-right2'>
|
|
33
|
+
<span class="strong">100% </span>
|
|
34
|
+
<span class="quiet">Branches</span>
|
|
35
|
+
<span class='fraction'>0/0</span>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
<div class='fl pad1y space-right2'>
|
|
40
|
+
<span class="strong">100% </span>
|
|
41
|
+
<span class="quiet">Functions</span>
|
|
42
|
+
<span class='fraction'>0/0</span>
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<div class='fl pad1y space-right2'>
|
|
47
|
+
<span class="strong">100% </span>
|
|
48
|
+
<span class="quiet">Lines</span>
|
|
49
|
+
<span class='fraction'>3/3</span>
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</div>
|
|
54
|
+
<p class="quiet">
|
|
55
|
+
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
|
+
</p>
|
|
57
|
+
</div>
|
|
58
|
+
<div class='status-line high'></div>
|
|
59
|
+
<pre><table class="coverage">
|
|
60
|
+
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
61
|
+
<a name='L2'></a><a href='#L2'>2</a>
|
|
62
|
+
<a name='L3'></a><a href='#L3'>3</a>
|
|
63
|
+
<a name='L4'></a><a href='#L4'>4</a>
|
|
64
|
+
<a name='L5'></a><a href='#L5'>5</a>
|
|
65
|
+
<a name='L6'></a><a href='#L6'>6</a>
|
|
66
|
+
<a name='L7'></a><a href='#L7'>7</a>
|
|
67
|
+
<a name='L8'></a><a href='#L8'>8</a>
|
|
68
|
+
<a name='L9'></a><a href='#L9'>9</a>
|
|
69
|
+
<a name='L10'></a><a href='#L10'>10</a>
|
|
70
|
+
<a name='L11'></a><a href='#L11'>11</a>
|
|
71
|
+
<a name='L12'></a><a href='#L12'>12</a>
|
|
72
|
+
<a name='L13'></a><a href='#L13'>13</a>
|
|
73
|
+
<a name='L14'></a><a href='#L14'>14</a>
|
|
74
|
+
<a name='L15'></a><a href='#L15'>15</a>
|
|
75
|
+
<a name='L16'></a><a href='#L16'>16</a>
|
|
76
|
+
<a name='L17'></a><a href='#L17'>17</a>
|
|
77
|
+
<a name='L18'></a><a href='#L18'>18</a>
|
|
78
|
+
<a name='L19'></a><a href='#L19'>19</a>
|
|
79
|
+
<a name='L20'></a><a href='#L20'>20</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">2x</span>
|
|
80
|
+
<span class="cline-any cline-neutral"> </span>
|
|
81
|
+
<span class="cline-any cline-neutral"> </span>
|
|
82
|
+
<span class="cline-any cline-neutral"> </span>
|
|
83
|
+
<span class="cline-any cline-neutral"> </span>
|
|
84
|
+
<span class="cline-any cline-yes">2x</span>
|
|
85
|
+
<span class="cline-any cline-neutral"> </span>
|
|
86
|
+
<span class="cline-any cline-neutral"> </span>
|
|
87
|
+
<span class="cline-any cline-neutral"> </span>
|
|
88
|
+
<span class="cline-any cline-neutral"> </span>
|
|
89
|
+
<span class="cline-any cline-neutral"> </span>
|
|
90
|
+
<span class="cline-any cline-neutral"> </span>
|
|
91
|
+
<span class="cline-any cline-neutral"> </span>
|
|
92
|
+
<span class="cline-any cline-neutral"> </span>
|
|
93
|
+
<span class="cline-any cline-neutral"> </span>
|
|
94
|
+
<span class="cline-any cline-neutral"> </span>
|
|
95
|
+
<span class="cline-any cline-yes">2x</span>
|
|
96
|
+
<span class="cline-any cline-neutral"> </span>
|
|
97
|
+
<span class="cline-any cline-neutral"> </span>
|
|
98
|
+
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">export const subject = {
|
|
99
|
+
ptBR: 'Atualização de CRLV de veículo',
|
|
100
|
+
es: 'Actualización del vehículo CRLV'
|
|
101
|
+
};
|
|
102
|
+
|
|
103
|
+
export const messages = {
|
|
104
|
+
crlv_into_attachment: {
|
|
105
|
+
ptBR: 'Segue anexo o arquivo do CRLV do seu veículo atualizado.',
|
|
106
|
+
es: 'Se adjunta el archivo CRLV actualizado para su vehículo.'
|
|
107
|
+
},
|
|
108
|
+
vehicle: {
|
|
109
|
+
ptBR: 'Veículo {{license_plate}}.',
|
|
110
|
+
es: 'Vehículo {{license_plate}}.'
|
|
111
|
+
}
|
|
112
|
+
};
|
|
113
|
+
|
|
114
|
+
export const footer_message = {
|
|
115
|
+
ptBR: 'Enviado pelo Sofit View em nome da empresa {{name}}.',
|
|
116
|
+
es: 'Enviado por Sofit View en nombre de la empresa {{name}}.'
|
|
117
|
+
};</pre></td></tr></table></pre>
|
|
118
|
+
|
|
119
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
120
|
+
</div><!-- /wrapper -->
|
|
121
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
122
|
+
Code coverage generated by
|
|
123
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
124
|
+
at Tue Feb 28 2023 19:52:44 GMT+0000 (Coordinated Universal Time)
|
|
125
|
+
</div>
|
|
126
|
+
</div>
|
|
127
|
+
<script src="../../../prettify.js"></script>
|
|
128
|
+
<script>
|
|
129
|
+
window.onload = function () {
|
|
130
|
+
prettyPrint();
|
|
131
|
+
};
|
|
132
|
+
</script>
|
|
133
|
+
<script src="../../../sorter.js"></script>
|
|
134
|
+
<script src="../../../block-navigation.js"></script>
|
|
135
|
+
</body>
|
|
136
|
+
</html>
|
|
137
|
+
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for lib/translations/emails/dispatch-vehicle-model-record.ts</title>
|
|
7
|
+
<meta charset="utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../../../prettify.css" />
|
|
9
|
+
<link rel="stylesheet" href="../../../base.css" />
|
|
10
|
+
<link rel="shortcut icon" type="image/x-icon" href="../../../favicon.png" />
|
|
11
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
+
<style type='text/css'>
|
|
13
|
+
.coverage-summary .sorter {
|
|
14
|
+
background-image: url(../../../sort-arrow-sprite.png);
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body>
|
|
20
|
+
<div class='wrapper'>
|
|
21
|
+
<div class='pad1'>
|
|
22
|
+
<h1><a href="../../../index.html">All files</a> / <a href="index.html">lib/translations/emails</a> dispatch-vehicle-model-record.ts</h1>
|
|
23
|
+
<div class='clearfix'>
|
|
24
|
+
|
|
25
|
+
<div class='fl pad1y space-right2'>
|
|
26
|
+
<span class="strong">100% </span>
|
|
27
|
+
<span class="quiet">Statements</span>
|
|
28
|
+
<span class='fraction'>1/1</span>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<div class='fl pad1y space-right2'>
|
|
33
|
+
<span class="strong">100% </span>
|
|
34
|
+
<span class="quiet">Branches</span>
|
|
35
|
+
<span class='fraction'>0/0</span>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
<div class='fl pad1y space-right2'>
|
|
40
|
+
<span class="strong">100% </span>
|
|
41
|
+
<span class="quiet">Functions</span>
|
|
42
|
+
<span class='fraction'>0/0</span>
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<div class='fl pad1y space-right2'>
|
|
47
|
+
<span class="strong">100% </span>
|
|
48
|
+
<span class="quiet">Lines</span>
|
|
49
|
+
<span class='fraction'>1/1</span>
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</div>
|
|
54
|
+
<p class="quiet">
|
|
55
|
+
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
|
+
</p>
|
|
57
|
+
</div>
|
|
58
|
+
<div class='status-line high'></div>
|
|
59
|
+
<pre><table class="coverage">
|
|
60
|
+
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
61
|
+
<a name='L2'></a><a href='#L2'>2</a>
|
|
62
|
+
<a name='L3'></a><a href='#L3'>3</a>
|
|
63
|
+
<a name='L4'></a><a href='#L4'>4</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">2x</span>
|
|
64
|
+
<span class="cline-any cline-neutral"> </span>
|
|
65
|
+
<span class="cline-any cline-neutral"> </span>
|
|
66
|
+
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">export const subject = {
|
|
67
|
+
ptBR: 'Novo cadastro de veículo sem registro de cadastral modelo',
|
|
68
|
+
es: 'Matrícula de vehículo nuevo sin matrícula de modelo'
|
|
69
|
+
};</pre></td></tr></table></pre>
|
|
70
|
+
|
|
71
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
72
|
+
</div><!-- /wrapper -->
|
|
73
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
74
|
+
Code coverage generated by
|
|
75
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
76
|
+
at Tue Feb 28 2023 19:52:44 GMT+0000 (Coordinated Universal Time)
|
|
77
|
+
</div>
|
|
78
|
+
</div>
|
|
79
|
+
<script src="../../../prettify.js"></script>
|
|
80
|
+
<script>
|
|
81
|
+
window.onload = function () {
|
|
82
|
+
prettyPrint();
|
|
83
|
+
};
|
|
84
|
+
</script>
|
|
85
|
+
<script src="../../../sorter.js"></script>
|
|
86
|
+
<script src="../../../block-navigation.js"></script>
|
|
87
|
+
</body>
|
|
88
|
+
</html>
|
|
89
|
+
|