@sofit/view-locale 2.0.1 → 2.0.2
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/.eslintrc.json +295 -0
- package/coverage/jest/results.xml +25 -0
- package/coverage/lcov-report/base.css +224 -0
- package/coverage/lcov-report/block-navigation.js +87 -0
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +206 -0
- package/coverage/lcov-report/lib/index.html +131 -0
- package/coverage/lcov-report/lib/index.ts.html +94 -0
- package/coverage/lcov-report/lib/runner.ts.html +583 -0
- package/coverage/lcov-report/lib/translations/common/auth.ts.html +100 -0
- package/coverage/lcov-report/lib/translations/common/benchmarking.ts.html +136 -0
- package/coverage/lcov-report/lib/translations/common/database-errors.ts.html +232 -0
- package/coverage/lcov-report/lib/translations/common/entity.ts.html +124 -0
- package/coverage/lcov-report/lib/translations/common/firebase_notification.ts.html +136 -0
- package/coverage/lcov-report/lib/translations/common/general.ts.html +355 -0
- package/coverage/lcov-report/lib/translations/common/index.html +221 -0
- package/coverage/lcov-report/lib/translations/common/internal-server-errors.ts.html +112 -0
- package/coverage/lcov-report/lib/translations/common/joi.ts.html +514 -0
- package/coverage/lcov-report/lib/translations/emails/change_solicitation_responsible.ts.html +199 -0
- package/coverage/lcov-report/lib/translations/emails/client_company_economic_groups_finished.ts.html +109 -0
- package/coverage/lcov-report/lib/translations/emails/dispatch-crlv.ts.html +142 -0
- package/coverage/lcov-report/lib/translations/emails/dispatch-vehicle-model-record.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/emails/finished-pre-invoice-conference.ts.html +157 -0
- package/coverage/lcov-report/lib/translations/emails/import_client_vehicle.ts.html +139 -0
- package/coverage/lcov-report/lib/translations/emails/index.html +311 -0
- package/coverage/lcov-report/lib/translations/emails/index.ts.html +121 -0
- package/coverage/lcov-report/lib/translations/emails/password_recover.ts.html +127 -0
- package/coverage/lcov-report/lib/translations/emails/send_fine_consultation_error.ts.html +154 -0
- package/coverage/lcov-report/lib/translations/emails/send_pre_invoice_conference.ts.html +154 -0
- package/coverage/lcov-report/lib/translations/emails/send_renavam_error.ts.html +127 -0
- package/coverage/lcov-report/lib/translations/emails/unidas_vehicle_upsert_finished.ts.html +190 -0
- package/coverage/lcov-report/lib/translations/emails/vehicle_bulk_exceeded_limit.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/emails/vehicle_bulk_finished.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/index.html +116 -0
- package/coverage/lcov-report/lib/translations/index.ts.html +1390 -0
- package/coverage/lcov-report/lib/translations/integrations/index.html +146 -0
- package/coverage/lcov-report/lib/translations/integrations/inout.ts.html +112 -0
- package/coverage/lcov-report/lib/translations/integrations/pipefy.ts.html +112 -0
- package/coverage/lcov-report/lib/translations/integrations/suiv.ts.html +100 -0
- package/coverage/lcov-report/lib/translations/microservices/telemetry/index.html +116 -0
- package/coverage/lcov-report/lib/translations/microservices/telemetry/index.ts.html +340 -0
- package/coverage/lcov-report/lib/translations/modules/access_log.ts.html +481 -0
- package/coverage/lcov-report/lib/translations/modules/advance_payment.ts.html +148 -0
- package/coverage/lcov-report/lib/translations/modules/app_parameter.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/attachment.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/backup_vehicle.ts.html +457 -0
- package/coverage/lcov-report/lib/translations/modules/backup_vehicle_reason.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/backup_vehicle_to_delete.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/backup_vehicle_utilization.ts.html +412 -0
- package/coverage/lcov-report/lib/translations/modules/benchmark_pendency.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/budget.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/carsharing_type.ts.html +124 -0
- package/coverage/lcov-report/lib/translations/modules/cash_basis.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/change_history.ts.html +259 -0
- package/coverage/lcov-report/lib/translations/modules/checklist.ts.html +394 -0
- package/coverage/lcov-report/lib/translations/modules/checklist_group.ts.html +193 -0
- package/coverage/lcov-report/lib/translations/modules/checklist_group_item.ts.html +352 -0
- package/coverage/lcov-report/lib/translations/modules/checklist_group_option.ts.html +145 -0
- package/coverage/lcov-report/lib/translations/modules/checklist_model.ts.html +292 -0
- package/coverage/lcov-report/lib/translations/modules/checklist_reply.ts.html +229 -0
- package/coverage/lcov-report/lib/translations/modules/city.ts.html +124 -0
- package/coverage/lcov-report/lib/translations/modules/client.ts.html +517 -0
- package/coverage/lcov-report/lib/translations/modules/client_company.ts.html +148 -0
- package/coverage/lcov-report/lib/translations/modules/client_integration.ts.html +274 -0
- package/coverage/lcov-report/lib/translations/modules/company.ts.html +328 -0
- package/coverage/lcov-report/lib/translations/modules/condition.ts.html +325 -0
- package/coverage/lcov-report/lib/translations/modules/cost_center.ts.html +265 -0
- package/coverage/lcov-report/lib/translations/modules/cost_center_request_vehicle_type.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/cost_sharing.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/cost_sharing_entity.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/country.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/custom_field.ts.html +766 -0
- package/coverage/lcov-report/lib/translations/modules/custom_migration_table.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/custom_table.ts.html +316 -0
- package/coverage/lcov-report/lib/translations/modules/customer.ts.html +292 -0
- package/coverage/lcov-report/lib/translations/modules/daily_quota.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/dashboard.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/dashboard_report.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/db_server.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/deduct.ts.html +190 -0
- package/coverage/lcov-report/lib/translations/modules/deduct_installment.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/default_item.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/destination.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/digital_signature.ts.html +115 -0
- package/coverage/lcov-report/lib/translations/modules/document.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/driver_control.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/driver_license_point.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/email_template.ts.html +163 -0
- package/coverage/lcov-report/lib/translations/modules/employee.ts.html +1138 -0
- package/coverage/lcov-report/lib/translations/modules/employee_change_history.ts.html +280 -0
- package/coverage/lcov-report/lib/translations/modules/employee_hiring_regime.ts.html +112 -0
- package/coverage/lcov-report/lib/translations/modules/employee_role.ts.html +184 -0
- package/coverage/lcov-report/lib/translations/modules/expense.ts.html +457 -0
- package/coverage/lcov-report/lib/translations/modules/expense_item.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/expense_parcel.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/exportations.ts.html +142 -0
- package/coverage/lcov-report/lib/translations/modules/external_link.ts.html +124 -0
- package/coverage/lcov-report/lib/translations/modules/external_parameter.ts.html +202 -0
- package/coverage/lcov-report/lib/translations/modules/external_relation.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/favorite.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/fine.ts.html +169 -0
- package/coverage/lcov-report/lib/translations/modules/fine_consultation.ts.html +697 -0
- package/coverage/lcov-report/lib/translations/modules/fine_infringement_resource.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/fine_qualification.ts.html +244 -0
- package/coverage/lcov-report/lib/translations/modules/fine_qualification_integration_key.ts.html +169 -0
- package/coverage/lcov-report/lib/translations/modules/fine_resource.ts.html +148 -0
- package/coverage/lcov-report/lib/translations/modules/fleet_calendar.ts.html +199 -0
- package/coverage/lcov-report/lib/translations/modules/foreseen_maintenance_plan_service_item.ts.html +241 -0
- package/coverage/lcov-report/lib/translations/modules/foreseen_service_order_item.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/gas_pump.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/gas_pump_control.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/gate.ts.html +181 -0
- package/coverage/lcov-report/lib/translations/modules/gate_appointment.ts.html +127 -0
- package/coverage/lcov-report/lib/translations/modules/gate_appointment_diary.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/import_map.ts.html +256 -0
- package/coverage/lcov-report/lib/translations/modules/import_map_process.ts.html +220 -0
- package/coverage/lcov-report/lib/translations/modules/index.html +3191 -0
- package/coverage/lcov-report/lib/translations/modules/inmetro_model.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/integration.ts.html +172 -0
- package/coverage/lcov-report/lib/translations/modules/item.ts.html +556 -0
- package/coverage/lcov-report/lib/translations/modules/leasing_contract.ts.html +181 -0
- package/coverage/lcov-report/lib/translations/modules/leasing_measurement.ts.html +418 -0
- package/coverage/lcov-report/lib/translations/modules/maintenance_plan.ts.html +217 -0
- package/coverage/lcov-report/lib/translations/modules/maintenance_plan_service.ts.html +469 -0
- package/coverage/lcov-report/lib/translations/modules/measurement_unit.ts.html +160 -0
- package/coverage/lcov-report/lib/translations/modules/module_help_config.ts.html +208 -0
- package/coverage/lcov-report/lib/translations/modules/module_help_user_data.ts.html +163 -0
- package/coverage/lcov-report/lib/translations/modules/night_transport.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/notification.ts.html +160 -0
- package/coverage/lcov-report/lib/translations/modules/occurrence_type.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/parameter.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/password_complexity.ts.html +172 -0
- package/coverage/lcov-report/lib/translations/modules/password_recover.ts.html +163 -0
- package/coverage/lcov-report/lib/translations/modules/pendency.ts.html +115 -0
- package/coverage/lcov-report/lib/translations/modules/plan.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/pre_invoice_compliance.ts.html +364 -0
- package/coverage/lcov-report/lib/translations/modules/pre_invoice_conference.ts.html +409 -0
- package/coverage/lcov-report/lib/translations/modules/profile.ts.html +232 -0
- package/coverage/lcov-report/lib/translations/modules/qualification_severity.ts.html +184 -0
- package/coverage/lcov-report/lib/translations/modules/quota.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/release_notification.ts.html +205 -0
- package/coverage/lcov-report/lib/translations/modules/rental_agreement.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/report.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/report_folder.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/request.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/request_destination.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/request_historic.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/request_occurrence.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/revenue.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/route.ts.html +124 -0
- package/coverage/lcov-report/lib/translations/modules/service_budget.ts.html +610 -0
- package/coverage/lcov-report/lib/translations/modules/service_budget_item.ts.html +613 -0
- package/coverage/lcov-report/lib/translations/modules/service_order.ts.html +604 -0
- package/coverage/lcov-report/lib/translations/modules/service_order_expenses.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation.ts.html +433 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_action.ts.html +526 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_action_digital_signature.ts.html +184 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_action_field.ts.html +349 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_action_message.ts.html +382 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_automation.ts.html +1246 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_automation_field.ts.html +172 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_comment.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_field.ts.html +271 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_history.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_phase.ts.html +316 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_transition.ts.html +232 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_transition_validation.ts.html +172 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_type.ts.html +268 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_version.ts.html +202 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_watcher.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/sso_provider.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/state.ts.html +148 -0
- package/coverage/lcov-report/lib/translations/modules/stock_entry.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/stock_entry_item.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/stock_exit.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/stock_exit_item.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/stock_transfer.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/stock_transfer_item.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/sub_system.ts.html +172 -0
- package/coverage/lcov-report/lib/translations/modules/subscription.ts.html +136 -0
- package/coverage/lcov-report/lib/translations/modules/subscription_transaction.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/subsidiary.ts.html +265 -0
- package/coverage/lcov-report/lib/translations/modules/supplier.ts.html +481 -0
- package/coverage/lcov-report/lib/translations/modules/system.ts.html +148 -0
- package/coverage/lcov-report/lib/translations/modules/tag.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/taggable.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/telemetry_event.ts.html +481 -0
- package/coverage/lcov-report/lib/translations/modules/telemetry_event_type.ts.html +124 -0
- package/coverage/lcov-report/lib/translations/modules/telemetry_event_type_supplier.ts.html +181 -0
- package/coverage/lcov-report/lib/translations/modules/telemetry_historical_use.ts.html +148 -0
- package/coverage/lcov-report/lib/translations/modules/telemetry_supplier_api.ts.html +124 -0
- package/coverage/lcov-report/lib/translations/modules/telemetry_supplier_field.ts.html +172 -0
- package/coverage/lcov-report/lib/translations/modules/tire.ts.html +175 -0
- package/coverage/lcov-report/lib/translations/modules/tire_brand.ts.html +160 -0
- package/coverage/lcov-report/lib/translations/modules/tire_dimension.ts.html +160 -0
- package/coverage/lcov-report/lib/translations/modules/tire_discard_cause.ts.html +133 -0
- package/coverage/lcov-report/lib/translations/modules/tire_drawing.ts.html +241 -0
- package/coverage/lcov-report/lib/translations/modules/tire_life.ts.html +115 -0
- package/coverage/lcov-report/lib/translations/modules/transaction.ts.html +721 -0
- package/coverage/lcov-report/lib/translations/modules/trip.ts.html +784 -0
- package/coverage/lcov-report/lib/translations/modules/upgrade_script.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/user.ts.html +256 -0
- package/coverage/lcov-report/lib/translations/modules/user_device.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/utilized_quota.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle.ts.html +2842 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_axes.ts.html +148 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_axis.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_axis_type.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_booking.ts.html +319 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_brand.ts.html +208 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_bulk.ts.html +196 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_casualty.ts.html +634 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_casualty_classification.ts.html +133 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_casualty_type.ts.html +133 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_change_history.ts.html +328 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_class.ts.html +145 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_deactivation_cause.ts.html +112 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_due.ts.html +160 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_event.ts.html +172 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_event_type.ts.html +112 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_fipe_option.ts.html +136 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_fuel.ts.html +208 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_group.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_hitch.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_layout.ts.html +160 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_layout_axe.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_layout_position.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_leasing.ts.html +373 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_maintenance_plan.ts.html +238 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_maintenance_plan_item.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_maintenance_plan_service.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_model.ts.html +280 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_model_class.ts.html +181 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_model_consumption.ts.html +160 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_model_price_history.ts.html +172 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_model_record.ts.html +136 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_model_technical_spec.ts.html +172 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_model_version.ts.html +208 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_request_type.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_stock.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_tag.ts.html +112 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_type.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_type_axis.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/visual_management.ts.html +127 -0
- package/coverage/lcov-report/lib/translations/modules/warehouse.ts.html +193 -0
- package/coverage/lcov-report/lib/translations/modules/warehouse_item.ts.html +94 -0
- package/coverage/lcov-report/lib/translations/modules/webhook.ts.html +307 -0
- package/coverage/lcov-report/lib/translations/modules/white_label.ts.html +94 -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 +196 -0
- package/coverage/lcov.info +3256 -0
- package/dist/translations/emails/finished-pre-invoice-conference.js +2 -2
- package/lib/translations/emails/finished-pre-invoice-conference.ts +2 -2
- package/package.json +9 -5
- package/core.157 +0 -0
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for lib/translations/modules/tag.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/modules</a> tag.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
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
63
|
+
</div>
|
|
64
|
+
<div class='status-line high'></div>
|
|
65
|
+
<pre><table class="coverage">
|
|
66
|
+
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
67
|
+
<a name='L2'></a><a href='#L2'>2</a>
|
|
68
|
+
<a name='L3'></a><a href='#L3'>3</a>
|
|
69
|
+
<a name='L4'></a><a href='#L4'>4</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">2x</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></td><td class="text"><pre class="prettyprint lang-js">export const name = {
|
|
73
|
+
ptBR: 'Marcador',
|
|
74
|
+
es: 'Tag'
|
|
75
|
+
};</pre></td></tr></table></pre>
|
|
76
|
+
|
|
77
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
78
|
+
</div><!-- /wrapper -->
|
|
79
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
80
|
+
Code coverage generated by
|
|
81
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
82
|
+
at 2023-09-25T15:21:36.267Z
|
|
83
|
+
</div>
|
|
84
|
+
<script src="../../../prettify.js"></script>
|
|
85
|
+
<script>
|
|
86
|
+
window.onload = function () {
|
|
87
|
+
prettyPrint();
|
|
88
|
+
};
|
|
89
|
+
</script>
|
|
90
|
+
<script src="../../../sorter.js"></script>
|
|
91
|
+
<script src="../../../block-navigation.js"></script>
|
|
92
|
+
</body>
|
|
93
|
+
</html>
|
|
94
|
+
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for lib/translations/modules/taggable.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/modules</a> taggable.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
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
63
|
+
</div>
|
|
64
|
+
<div class='status-line high'></div>
|
|
65
|
+
<pre><table class="coverage">
|
|
66
|
+
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
67
|
+
<a name='L2'></a><a href='#L2'>2</a>
|
|
68
|
+
<a name='L3'></a><a href='#L3'>3</a>
|
|
69
|
+
<a name='L4'></a><a href='#L4'>4</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">2x</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></td><td class="text"><pre class="prettyprint lang-js">export const name = {
|
|
73
|
+
ptBR: 'Marcável',
|
|
74
|
+
es: 'Taggable'
|
|
75
|
+
};</pre></td></tr></table></pre>
|
|
76
|
+
|
|
77
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
78
|
+
</div><!-- /wrapper -->
|
|
79
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
80
|
+
Code coverage generated by
|
|
81
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
82
|
+
at 2023-09-25T15:21:36.267Z
|
|
83
|
+
</div>
|
|
84
|
+
<script src="../../../prettify.js"></script>
|
|
85
|
+
<script>
|
|
86
|
+
window.onload = function () {
|
|
87
|
+
prettyPrint();
|
|
88
|
+
};
|
|
89
|
+
</script>
|
|
90
|
+
<script src="../../../sorter.js"></script>
|
|
91
|
+
<script src="../../../block-navigation.js"></script>
|
|
92
|
+
</body>
|
|
93
|
+
</html>
|
|
94
|
+
|