@sofit/view-locale 1.338.2 → 1.339.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.
Files changed (256) hide show
  1. package/coverage/jest/results.xml +25 -0
  2. package/coverage/lcov-report/base.css +224 -0
  3. package/coverage/lcov-report/block-navigation.js +79 -0
  4. package/coverage/lcov-report/favicon.png +0 -0
  5. package/coverage/lcov-report/index.html +201 -0
  6. package/coverage/lcov-report/lib/index.html +126 -0
  7. package/coverage/lcov-report/lib/index.ts.html +89 -0
  8. package/coverage/lcov-report/lib/runner.ts.html +575 -0
  9. package/coverage/lcov-report/lib/translations/common/auth.ts.html +95 -0
  10. package/coverage/lcov-report/lib/translations/common/benchmarking.ts.html +131 -0
  11. package/coverage/lcov-report/lib/translations/common/database-errors.ts.html +227 -0
  12. package/coverage/lcov-report/lib/translations/common/entity.ts.html +119 -0
  13. package/coverage/lcov-report/lib/translations/common/firebase_notification.ts.html +131 -0
  14. package/coverage/lcov-report/lib/translations/common/general.ts.html +326 -0
  15. package/coverage/lcov-report/lib/translations/common/index.html +216 -0
  16. package/coverage/lcov-report/lib/translations/common/internal-server-errors.ts.html +107 -0
  17. package/coverage/lcov-report/lib/translations/common/joi.ts.html +485 -0
  18. package/coverage/lcov-report/lib/translations/emails/change_solicitation_responsible.ts.html +194 -0
  19. package/coverage/lcov-report/lib/translations/emails/client_company_economic_groups_finished.ts.html +104 -0
  20. package/coverage/lcov-report/lib/translations/emails/dispatch-crlv.ts.html +137 -0
  21. package/coverage/lcov-report/lib/translations/emails/dispatch-vehicle-model-record.ts.html +89 -0
  22. package/coverage/lcov-report/lib/translations/emails/finished-pre-invoice-conference.ts.html +152 -0
  23. package/coverage/lcov-report/lib/translations/emails/import_client_vehicle.ts.html +134 -0
  24. package/coverage/lcov-report/lib/translations/emails/index.html +291 -0
  25. package/coverage/lcov-report/lib/translations/emails/index.ts.html +110 -0
  26. package/coverage/lcov-report/lib/translations/emails/password_recover.ts.html +122 -0
  27. package/coverage/lcov-report/lib/translations/emails/send_fine_consultation_error.ts.html +149 -0
  28. package/coverage/lcov-report/lib/translations/emails/send_pre_invoice_conference.ts.html +149 -0
  29. package/coverage/lcov-report/lib/translations/emails/unidas_vehicle_upsert_finished.ts.html +185 -0
  30. package/coverage/lcov-report/lib/translations/emails/vehicle_bulk_exceeded_limit.ts.html +89 -0
  31. package/coverage/lcov-report/lib/translations/emails/vehicle_bulk_finished.ts.html +89 -0
  32. package/coverage/lcov-report/lib/translations/index.html +111 -0
  33. package/coverage/lcov-report/lib/translations/index.ts.html +1349 -0
  34. package/coverage/lcov-report/lib/translations/integrations/index.html +141 -0
  35. package/coverage/lcov-report/lib/translations/integrations/inout.ts.html +107 -0
  36. package/coverage/lcov-report/lib/translations/integrations/pipefy.ts.html +107 -0
  37. package/coverage/lcov-report/lib/translations/integrations/suiv.ts.html +95 -0
  38. package/coverage/lcov-report/lib/translations/microservices/telemetry/index.html +111 -0
  39. package/coverage/lcov-report/lib/translations/microservices/telemetry/index.ts.html +143 -0
  40. package/coverage/lcov-report/lib/translations/modules/access_log.ts.html +476 -0
  41. package/coverage/lcov-report/lib/translations/modules/advance_payment.ts.html +143 -0
  42. package/coverage/lcov-report/lib/translations/modules/app_parameter.ts.html +89 -0
  43. package/coverage/lcov-report/lib/translations/modules/attachment.ts.html +89 -0
  44. package/coverage/lcov-report/lib/translations/modules/backup_vehicle.ts.html +452 -0
  45. package/coverage/lcov-report/lib/translations/modules/backup_vehicle_reason.ts.html +89 -0
  46. package/coverage/lcov-report/lib/translations/modules/backup_vehicle_to_delete.ts.html +89 -0
  47. package/coverage/lcov-report/lib/translations/modules/backup_vehicle_utilization.ts.html +407 -0
  48. package/coverage/lcov-report/lib/translations/modules/benchmark_pendency.ts.html +89 -0
  49. package/coverage/lcov-report/lib/translations/modules/budget.ts.html +89 -0
  50. package/coverage/lcov-report/lib/translations/modules/carsharing_type.ts.html +119 -0
  51. package/coverage/lcov-report/lib/translations/modules/cash_basis.ts.html +89 -0
  52. package/coverage/lcov-report/lib/translations/modules/change_history.ts.html +254 -0
  53. package/coverage/lcov-report/lib/translations/modules/checklist.ts.html +389 -0
  54. package/coverage/lcov-report/lib/translations/modules/checklist_group.ts.html +188 -0
  55. package/coverage/lcov-report/lib/translations/modules/checklist_group_item.ts.html +347 -0
  56. package/coverage/lcov-report/lib/translations/modules/checklist_group_option.ts.html +140 -0
  57. package/coverage/lcov-report/lib/translations/modules/checklist_model.ts.html +287 -0
  58. package/coverage/lcov-report/lib/translations/modules/checklist_reply.ts.html +224 -0
  59. package/coverage/lcov-report/lib/translations/modules/city.ts.html +119 -0
  60. package/coverage/lcov-report/lib/translations/modules/client.ts.html +512 -0
  61. package/coverage/lcov-report/lib/translations/modules/client_company.ts.html +143 -0
  62. package/coverage/lcov-report/lib/translations/modules/client_integration.ts.html +179 -0
  63. package/coverage/lcov-report/lib/translations/modules/company.ts.html +323 -0
  64. package/coverage/lcov-report/lib/translations/modules/condition.ts.html +320 -0
  65. package/coverage/lcov-report/lib/translations/modules/cost_center.ts.html +260 -0
  66. package/coverage/lcov-report/lib/translations/modules/cost_center_request_vehicle_type.ts.html +89 -0
  67. package/coverage/lcov-report/lib/translations/modules/cost_sharing.ts.html +89 -0
  68. package/coverage/lcov-report/lib/translations/modules/cost_sharing_entity.ts.html +89 -0
  69. package/coverage/lcov-report/lib/translations/modules/country.ts.html +89 -0
  70. package/coverage/lcov-report/lib/translations/modules/custom_field.ts.html +761 -0
  71. package/coverage/lcov-report/lib/translations/modules/custom_migration_table.ts.html +89 -0
  72. package/coverage/lcov-report/lib/translations/modules/custom_table.ts.html +311 -0
  73. package/coverage/lcov-report/lib/translations/modules/customer.ts.html +287 -0
  74. package/coverage/lcov-report/lib/translations/modules/daily_quota.ts.html +89 -0
  75. package/coverage/lcov-report/lib/translations/modules/dashboard.ts.html +89 -0
  76. package/coverage/lcov-report/lib/translations/modules/dashboard_report.ts.html +89 -0
  77. package/coverage/lcov-report/lib/translations/modules/db_server.ts.html +89 -0
  78. package/coverage/lcov-report/lib/translations/modules/deduct.ts.html +185 -0
  79. package/coverage/lcov-report/lib/translations/modules/deduct_installment.ts.html +89 -0
  80. package/coverage/lcov-report/lib/translations/modules/default_item.ts.html +89 -0
  81. package/coverage/lcov-report/lib/translations/modules/destination.ts.html +89 -0
  82. package/coverage/lcov-report/lib/translations/modules/document.ts.html +89 -0
  83. package/coverage/lcov-report/lib/translations/modules/driver_control.ts.html +89 -0
  84. package/coverage/lcov-report/lib/translations/modules/driver_license_point.ts.html +89 -0
  85. package/coverage/lcov-report/lib/translations/modules/email_template.ts.html +158 -0
  86. package/coverage/lcov-report/lib/translations/modules/employee.ts.html +1133 -0
  87. package/coverage/lcov-report/lib/translations/modules/employee_change_history.ts.html +275 -0
  88. package/coverage/lcov-report/lib/translations/modules/employee_hiring_regime.ts.html +107 -0
  89. package/coverage/lcov-report/lib/translations/modules/employee_role.ts.html +179 -0
  90. package/coverage/lcov-report/lib/translations/modules/expense.ts.html +452 -0
  91. package/coverage/lcov-report/lib/translations/modules/expense_item.ts.html +89 -0
  92. package/coverage/lcov-report/lib/translations/modules/expense_parcel.ts.html +89 -0
  93. package/coverage/lcov-report/lib/translations/modules/exportations.ts.html +137 -0
  94. package/coverage/lcov-report/lib/translations/modules/external_relation.ts.html +89 -0
  95. package/coverage/lcov-report/lib/translations/modules/favorite.ts.html +89 -0
  96. package/coverage/lcov-report/lib/translations/modules/fine.ts.html +164 -0
  97. package/coverage/lcov-report/lib/translations/modules/fine_consultation.ts.html +692 -0
  98. package/coverage/lcov-report/lib/translations/modules/fine_infringement_resource.ts.html +89 -0
  99. package/coverage/lcov-report/lib/translations/modules/fine_qualification.ts.html +239 -0
  100. package/coverage/lcov-report/lib/translations/modules/fine_qualification_integration_key.ts.html +164 -0
  101. package/coverage/lcov-report/lib/translations/modules/fine_resource.ts.html +143 -0
  102. package/coverage/lcov-report/lib/translations/modules/foreseen_maintenance_plan_service_item.ts.html +236 -0
  103. package/coverage/lcov-report/lib/translations/modules/foreseen_service_order_item.ts.html +89 -0
  104. package/coverage/lcov-report/lib/translations/modules/gas_pump.ts.html +89 -0
  105. package/coverage/lcov-report/lib/translations/modules/gas_pump_control.ts.html +89 -0
  106. package/coverage/lcov-report/lib/translations/modules/gate.ts.html +164 -0
  107. package/coverage/lcov-report/lib/translations/modules/gate_appointment.ts.html +89 -0
  108. package/coverage/lcov-report/lib/translations/modules/gate_appointment_diary.ts.html +89 -0
  109. package/coverage/lcov-report/lib/translations/modules/import_map.ts.html +251 -0
  110. package/coverage/lcov-report/lib/translations/modules/import_map_process.ts.html +215 -0
  111. package/coverage/lcov-report/lib/translations/modules/index.html +3096 -0
  112. package/coverage/lcov-report/lib/translations/modules/inmetro_model.ts.html +89 -0
  113. package/coverage/lcov-report/lib/translations/modules/integration.ts.html +167 -0
  114. package/coverage/lcov-report/lib/translations/modules/item.ts.html +551 -0
  115. package/coverage/lcov-report/lib/translations/modules/leasing_contract.ts.html +176 -0
  116. package/coverage/lcov-report/lib/translations/modules/leasing_measurement.ts.html +413 -0
  117. package/coverage/lcov-report/lib/translations/modules/maintenance_plan.ts.html +212 -0
  118. package/coverage/lcov-report/lib/translations/modules/maintenance_plan_service.ts.html +464 -0
  119. package/coverage/lcov-report/lib/translations/modules/measurement_unit.ts.html +155 -0
  120. package/coverage/lcov-report/lib/translations/modules/module_help_config.ts.html +203 -0
  121. package/coverage/lcov-report/lib/translations/modules/module_help_user_data.ts.html +158 -0
  122. package/coverage/lcov-report/lib/translations/modules/night_transport.ts.html +89 -0
  123. package/coverage/lcov-report/lib/translations/modules/notification.ts.html +155 -0
  124. package/coverage/lcov-report/lib/translations/modules/occurrence_type.ts.html +89 -0
  125. package/coverage/lcov-report/lib/translations/modules/parameter.ts.html +89 -0
  126. package/coverage/lcov-report/lib/translations/modules/password_complexity.ts.html +167 -0
  127. package/coverage/lcov-report/lib/translations/modules/password_recover.ts.html +89 -0
  128. package/coverage/lcov-report/lib/translations/modules/pendency.ts.html +110 -0
  129. package/coverage/lcov-report/lib/translations/modules/plan.ts.html +89 -0
  130. package/coverage/lcov-report/lib/translations/modules/pre_invoice_compliance.ts.html +359 -0
  131. package/coverage/lcov-report/lib/translations/modules/pre_invoice_conference.ts.html +404 -0
  132. package/coverage/lcov-report/lib/translations/modules/profile.ts.html +227 -0
  133. package/coverage/lcov-report/lib/translations/modules/qualification_severity.ts.html +179 -0
  134. package/coverage/lcov-report/lib/translations/modules/quota.ts.html +89 -0
  135. package/coverage/lcov-report/lib/translations/modules/release_notification.ts.html +200 -0
  136. package/coverage/lcov-report/lib/translations/modules/rental_agreement.ts.html +89 -0
  137. package/coverage/lcov-report/lib/translations/modules/report.ts.html +89 -0
  138. package/coverage/lcov-report/lib/translations/modules/report_folder.ts.html +89 -0
  139. package/coverage/lcov-report/lib/translations/modules/request.ts.html +89 -0
  140. package/coverage/lcov-report/lib/translations/modules/request_destination.ts.html +89 -0
  141. package/coverage/lcov-report/lib/translations/modules/request_historic.ts.html +89 -0
  142. package/coverage/lcov-report/lib/translations/modules/request_occurrence.ts.html +89 -0
  143. package/coverage/lcov-report/lib/translations/modules/revenue.ts.html +89 -0
  144. package/coverage/lcov-report/lib/translations/modules/route.ts.html +119 -0
  145. package/coverage/lcov-report/lib/translations/modules/service_budget.ts.html +485 -0
  146. package/coverage/lcov-report/lib/translations/modules/service_budget_item.ts.html +608 -0
  147. package/coverage/lcov-report/lib/translations/modules/service_order.ts.html +599 -0
  148. package/coverage/lcov-report/lib/translations/modules/service_order_expenses.ts.html +89 -0
  149. package/coverage/lcov-report/lib/translations/modules/solicitation.ts.html +416 -0
  150. package/coverage/lcov-report/lib/translations/modules/solicitation_action.ts.html +509 -0
  151. package/coverage/lcov-report/lib/translations/modules/solicitation_action_field.ts.html +344 -0
  152. package/coverage/lcov-report/lib/translations/modules/solicitation_action_message.ts.html +353 -0
  153. package/coverage/lcov-report/lib/translations/modules/solicitation_automation.ts.html +1181 -0
  154. package/coverage/lcov-report/lib/translations/modules/solicitation_comment.ts.html +89 -0
  155. package/coverage/lcov-report/lib/translations/modules/solicitation_field.ts.html +266 -0
  156. package/coverage/lcov-report/lib/translations/modules/solicitation_history.ts.html +89 -0
  157. package/coverage/lcov-report/lib/translations/modules/solicitation_phase.ts.html +311 -0
  158. package/coverage/lcov-report/lib/translations/modules/solicitation_transition.ts.html +227 -0
  159. package/coverage/lcov-report/lib/translations/modules/solicitation_transition_validation.ts.html +167 -0
  160. package/coverage/lcov-report/lib/translations/modules/solicitation_type.ts.html +263 -0
  161. package/coverage/lcov-report/lib/translations/modules/solicitation_version.ts.html +197 -0
  162. package/coverage/lcov-report/lib/translations/modules/solicitation_watcher.ts.html +89 -0
  163. package/coverage/lcov-report/lib/translations/modules/sso_provider.ts.html +89 -0
  164. package/coverage/lcov-report/lib/translations/modules/state.ts.html +143 -0
  165. package/coverage/lcov-report/lib/translations/modules/stock_entry.ts.html +89 -0
  166. package/coverage/lcov-report/lib/translations/modules/stock_entry_item.ts.html +89 -0
  167. package/coverage/lcov-report/lib/translations/modules/stock_exit.ts.html +89 -0
  168. package/coverage/lcov-report/lib/translations/modules/stock_exit_item.ts.html +89 -0
  169. package/coverage/lcov-report/lib/translations/modules/stock_transfer.ts.html +89 -0
  170. package/coverage/lcov-report/lib/translations/modules/stock_transfer_item.ts.html +89 -0
  171. package/coverage/lcov-report/lib/translations/modules/sub_system.ts.html +167 -0
  172. package/coverage/lcov-report/lib/translations/modules/subscription.ts.html +131 -0
  173. package/coverage/lcov-report/lib/translations/modules/subscription_transaction.ts.html +89 -0
  174. package/coverage/lcov-report/lib/translations/modules/subsidiary.ts.html +260 -0
  175. package/coverage/lcov-report/lib/translations/modules/supplier.ts.html +476 -0
  176. package/coverage/lcov-report/lib/translations/modules/system.ts.html +143 -0
  177. package/coverage/lcov-report/lib/translations/modules/tag.ts.html +89 -0
  178. package/coverage/lcov-report/lib/translations/modules/taggable.ts.html +89 -0
  179. package/coverage/lcov-report/lib/translations/modules/telemetry_event.ts.html +476 -0
  180. package/coverage/lcov-report/lib/translations/modules/telemetry_event_type.ts.html +119 -0
  181. package/coverage/lcov-report/lib/translations/modules/telemetry_event_type_supplier.ts.html +176 -0
  182. package/coverage/lcov-report/lib/translations/modules/telemetry_historical_use.ts.html +143 -0
  183. package/coverage/lcov-report/lib/translations/modules/telemetry_supplier_api.ts.html +119 -0
  184. package/coverage/lcov-report/lib/translations/modules/telemetry_supplier_field.ts.html +167 -0
  185. package/coverage/lcov-report/lib/translations/modules/tire.ts.html +170 -0
  186. package/coverage/lcov-report/lib/translations/modules/tire_brand.ts.html +155 -0
  187. package/coverage/lcov-report/lib/translations/modules/tire_dimension.ts.html +155 -0
  188. package/coverage/lcov-report/lib/translations/modules/tire_discard_cause.ts.html +128 -0
  189. package/coverage/lcov-report/lib/translations/modules/tire_drawing.ts.html +236 -0
  190. package/coverage/lcov-report/lib/translations/modules/tire_life.ts.html +110 -0
  191. package/coverage/lcov-report/lib/translations/modules/transaction.ts.html +668 -0
  192. package/coverage/lcov-report/lib/translations/modules/trip.ts.html +779 -0
  193. package/coverage/lcov-report/lib/translations/modules/upgrade_script.ts.html +89 -0
  194. package/coverage/lcov-report/lib/translations/modules/user.ts.html +251 -0
  195. package/coverage/lcov-report/lib/translations/modules/user_device.ts.html +89 -0
  196. package/coverage/lcov-report/lib/translations/modules/utilized_quota.ts.html +89 -0
  197. package/coverage/lcov-report/lib/translations/modules/vehicle.ts.html +2801 -0
  198. package/coverage/lcov-report/lib/translations/modules/vehicle_axes.ts.html +143 -0
  199. package/coverage/lcov-report/lib/translations/modules/vehicle_axis.ts.html +89 -0
  200. package/coverage/lcov-report/lib/translations/modules/vehicle_axis_type.ts.html +89 -0
  201. package/coverage/lcov-report/lib/translations/modules/vehicle_booking.ts.html +293 -0
  202. package/coverage/lcov-report/lib/translations/modules/vehicle_brand.ts.html +203 -0
  203. package/coverage/lcov-report/lib/translations/modules/vehicle_bulk.ts.html +191 -0
  204. package/coverage/lcov-report/lib/translations/modules/vehicle_casualty.ts.html +629 -0
  205. package/coverage/lcov-report/lib/translations/modules/vehicle_casualty_classification.ts.html +128 -0
  206. package/coverage/lcov-report/lib/translations/modules/vehicle_casualty_type.ts.html +128 -0
  207. package/coverage/lcov-report/lib/translations/modules/vehicle_change_history.ts.html +323 -0
  208. package/coverage/lcov-report/lib/translations/modules/vehicle_class.ts.html +140 -0
  209. package/coverage/lcov-report/lib/translations/modules/vehicle_deactivation_cause.ts.html +107 -0
  210. package/coverage/lcov-report/lib/translations/modules/vehicle_due.ts.html +155 -0
  211. package/coverage/lcov-report/lib/translations/modules/vehicle_event.ts.html +167 -0
  212. package/coverage/lcov-report/lib/translations/modules/vehicle_event_type.ts.html +107 -0
  213. package/coverage/lcov-report/lib/translations/modules/vehicle_fipe_option.ts.html +131 -0
  214. package/coverage/lcov-report/lib/translations/modules/vehicle_fuel.ts.html +179 -0
  215. package/coverage/lcov-report/lib/translations/modules/vehicle_group.ts.html +89 -0
  216. package/coverage/lcov-report/lib/translations/modules/vehicle_hitch.ts.html +89 -0
  217. package/coverage/lcov-report/lib/translations/modules/vehicle_layout.ts.html +155 -0
  218. package/coverage/lcov-report/lib/translations/modules/vehicle_layout_axe.ts.html +89 -0
  219. package/coverage/lcov-report/lib/translations/modules/vehicle_layout_position.ts.html +89 -0
  220. package/coverage/lcov-report/lib/translations/modules/vehicle_leasing.ts.html +356 -0
  221. package/coverage/lcov-report/lib/translations/modules/vehicle_maintenance_plan.ts.html +233 -0
  222. package/coverage/lcov-report/lib/translations/modules/vehicle_maintenance_plan_item.ts.html +89 -0
  223. package/coverage/lcov-report/lib/translations/modules/vehicle_maintenance_plan_service.ts.html +89 -0
  224. package/coverage/lcov-report/lib/translations/modules/vehicle_model.ts.html +275 -0
  225. package/coverage/lcov-report/lib/translations/modules/vehicle_model_class.ts.html +176 -0
  226. package/coverage/lcov-report/lib/translations/modules/vehicle_model_consumption.ts.html +155 -0
  227. package/coverage/lcov-report/lib/translations/modules/vehicle_model_price_history.ts.html +167 -0
  228. package/coverage/lcov-report/lib/translations/modules/vehicle_model_record.ts.html +131 -0
  229. package/coverage/lcov-report/lib/translations/modules/vehicle_model_technical_spec.ts.html +167 -0
  230. package/coverage/lcov-report/lib/translations/modules/vehicle_model_version.ts.html +203 -0
  231. package/coverage/lcov-report/lib/translations/modules/vehicle_request_type.ts.html +89 -0
  232. package/coverage/lcov-report/lib/translations/modules/vehicle_stock.ts.html +89 -0
  233. package/coverage/lcov-report/lib/translations/modules/vehicle_tag.ts.html +107 -0
  234. package/coverage/lcov-report/lib/translations/modules/vehicle_type.ts.html +89 -0
  235. package/coverage/lcov-report/lib/translations/modules/vehicle_type_axis.ts.html +89 -0
  236. package/coverage/lcov-report/lib/translations/modules/visual_management.ts.html +122 -0
  237. package/coverage/lcov-report/lib/translations/modules/warehouse.ts.html +188 -0
  238. package/coverage/lcov-report/lib/translations/modules/warehouse_item.ts.html +89 -0
  239. package/coverage/lcov-report/lib/translations/modules/webhook.ts.html +302 -0
  240. package/coverage/lcov-report/lib/translations/modules/white_label.ts.html +89 -0
  241. package/coverage/lcov-report/prettify.css +1 -0
  242. package/coverage/lcov-report/prettify.js +2 -0
  243. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  244. package/coverage/lcov-report/sorter.js +170 -0
  245. package/coverage/lcov.info +3167 -0
  246. package/dist/index.js +3 -7
  247. package/dist/joi/joi.type.d.ts +2 -2
  248. package/dist/languages.d.ts +1 -1
  249. package/dist/runner.js +2 -6
  250. package/dist/translations/emails/index.js +2 -7
  251. package/dist/translations/emails/password_recover.d.ts +14 -0
  252. package/dist/translations/emails/password_recover.js +17 -0
  253. package/dist/translations/index.js +3 -11
  254. package/dist/translations/modules/solicitation_action.js +2 -6
  255. package/lib/translations/emails/password_recover.ts +15 -0
  256. package/package.json +1 -1
@@ -0,0 +1,3167 @@
1
+ TN:
2
+ SF:lib/index.ts
3
+ FN:3,(anonymous_6)
4
+ FNF:1
5
+ FNH:1
6
+ FNDA:2,(anonymous_6)
7
+ DA:1,1
8
+ DA:3,3
9
+ DA:4,1
10
+ LF:3
11
+ LH:3
12
+ BRF:0
13
+ BRH:0
14
+ end_of_record
15
+ TN:
16
+ SF:lib/runner.ts
17
+ FN:15,(anonymous_6)
18
+ FN:29,(anonymous_7)
19
+ FN:52,(anonymous_8)
20
+ FN:77,(anonymous_9)
21
+ FN:99,(anonymous_10)
22
+ FN:129,(anonymous_11)
23
+ FN:133,(anonymous_12)
24
+ FN:151,(anonymous_13)
25
+ FN:159,(anonymous_14)
26
+ FNF:9
27
+ FNH:8
28
+ FNDA:4,(anonymous_6)
29
+ FNDA:24,(anonymous_7)
30
+ FNDA:6,(anonymous_8)
31
+ FNDA:10,(anonymous_9)
32
+ FNDA:8,(anonymous_10)
33
+ FNDA:8,(anonymous_11)
34
+ FNDA:4,(anonymous_12)
35
+ FNDA:4,(anonymous_13)
36
+ FNDA:0,(anonymous_14)
37
+ DA:3,2
38
+ DA:5,2
39
+ DA:11,2
40
+ DA:17,4
41
+ DA:20,2
42
+ DA:21,2
43
+ DA:24,2
44
+ DA:25,2
45
+ DA:31,24
46
+ DA:33,24
47
+ DA:35,24
48
+ DA:37,14
49
+ DA:39,30
50
+ DA:40,30
51
+ DA:42,30
52
+ DA:46,24
53
+ DA:49,0
54
+ DA:54,6
55
+ DA:55,6
56
+ DA:57,6
57
+ DA:59,6
58
+ DA:61,8
59
+ DA:63,8
60
+ DA:65,0
61
+ DA:69,6
62
+ DA:71,6
63
+ DA:74,0
64
+ DA:79,10
65
+ DA:81,10
66
+ DA:83,8
67
+ DA:84,8
68
+ DA:86,8
69
+ DA:89,2
70
+ DA:91,2
71
+ DA:93,0
72
+ DA:96,2
73
+ DA:101,8
74
+ DA:109,4
75
+ DA:111,2
76
+ DA:117,2
77
+ DA:120,4
78
+ DA:122,0
79
+ DA:125,4
80
+ DA:131,8
81
+ DA:133,4
82
+ DA:153,4
83
+ DA:155,0
84
+ DA:157,0
85
+ DA:159,0
86
+ DA:161,0
87
+ LF:50
88
+ LH:41
89
+ BRDA:19,0,0,2
90
+ BRDA:19,0,1,2
91
+ BRDA:33,1,0,24
92
+ BRDA:33,1,1,0
93
+ BRDA:35,2,0,14
94
+ BRDA:35,2,1,10
95
+ BRDA:63,3,0,0
96
+ BRDA:63,3,1,8
97
+ BRDA:69,4,0,6
98
+ BRDA:69,4,1,0
99
+ BRDA:81,5,0,8
100
+ BRDA:81,5,1,2
101
+ BRDA:91,6,0,0
102
+ BRDA:91,6,1,2
103
+ BRDA:91,7,0,2
104
+ BRDA:91,7,1,0
105
+ BRDA:101,8,0,4
106
+ BRDA:101,8,1,4
107
+ BRDA:102,9,0,8
108
+ BRDA:102,9,1,8
109
+ BRDA:102,9,2,6
110
+ BRDA:105,10,0,6
111
+ BRDA:105,10,1,0
112
+ BRDA:109,11,0,2
113
+ BRDA:109,11,1,2
114
+ BRDA:120,12,0,0
115
+ BRDA:120,12,1,4
116
+ BRDA:131,13,0,2
117
+ BRDA:131,13,1,6
118
+ BRDA:131,14,0,8
119
+ BRDA:131,14,1,8
120
+ BRDA:131,14,2,2
121
+ BRDA:153,15,0,0
122
+ BRDA:153,15,1,4
123
+ BRDA:153,16,0,4
124
+ BRDA:153,16,1,4
125
+ BRDA:153,16,2,0
126
+ BRDA:153,16,3,0
127
+ BRDA:157,17,0,0
128
+ BRDA:157,17,1,0
129
+ BRDA:157,18,0,0
130
+ BRDA:157,18,1,0
131
+ BRF:42
132
+ BRH:28
133
+ end_of_record
134
+ TN:
135
+ SF:lib/translations/index.ts
136
+ FN:211,(anonymous_6)
137
+ FN:212,(anonymous_7)
138
+ FN:213,(anonymous_8)
139
+ FNF:3
140
+ FNH:2
141
+ FNDA:8,(anonymous_6)
142
+ FNDA:0,(anonymous_7)
143
+ FNDA:24,(anonymous_8)
144
+ DA:1,2
145
+ DA:2,2
146
+ DA:3,2
147
+ DA:4,2
148
+ DA:5,2
149
+ DA:6,2
150
+ DA:7,2
151
+ DA:8,2
152
+ DA:9,2
153
+ DA:10,2
154
+ DA:11,2
155
+ DA:12,2
156
+ DA:13,2
157
+ DA:14,2
158
+ DA:15,2
159
+ DA:16,2
160
+ DA:17,2
161
+ DA:18,2
162
+ DA:19,2
163
+ DA:20,2
164
+ DA:21,2
165
+ DA:22,2
166
+ DA:23,2
167
+ DA:24,2
168
+ DA:25,2
169
+ DA:26,2
170
+ DA:27,2
171
+ DA:28,2
172
+ DA:29,2
173
+ DA:30,2
174
+ DA:31,2
175
+ DA:32,2
176
+ DA:33,2
177
+ DA:34,2
178
+ DA:35,2
179
+ DA:36,2
180
+ DA:37,2
181
+ DA:38,2
182
+ DA:39,2
183
+ DA:40,2
184
+ DA:41,2
185
+ DA:42,2
186
+ DA:43,2
187
+ DA:44,2
188
+ DA:45,2
189
+ DA:46,2
190
+ DA:47,2
191
+ DA:48,2
192
+ DA:49,2
193
+ DA:50,2
194
+ DA:51,2
195
+ DA:52,2
196
+ DA:53,2
197
+ DA:54,2
198
+ DA:55,2
199
+ DA:56,2
200
+ DA:57,2
201
+ DA:58,2
202
+ DA:59,2
203
+ DA:60,2
204
+ DA:61,2
205
+ DA:62,2
206
+ DA:63,2
207
+ DA:64,2
208
+ DA:65,2
209
+ DA:66,2
210
+ DA:67,2
211
+ DA:68,2
212
+ DA:69,2
213
+ DA:70,2
214
+ DA:71,2
215
+ DA:72,2
216
+ DA:73,2
217
+ DA:74,2
218
+ DA:75,2
219
+ DA:76,2
220
+ DA:77,2
221
+ DA:78,2
222
+ DA:79,2
223
+ DA:80,2
224
+ DA:81,2
225
+ DA:82,2
226
+ DA:83,2
227
+ DA:84,2
228
+ DA:85,2
229
+ DA:86,2
230
+ DA:87,2
231
+ DA:88,2
232
+ DA:89,2
233
+ DA:90,2
234
+ DA:91,2
235
+ DA:92,2
236
+ DA:93,2
237
+ DA:94,2
238
+ DA:95,2
239
+ DA:96,2
240
+ DA:97,2
241
+ DA:98,2
242
+ DA:99,2
243
+ DA:100,2
244
+ DA:101,2
245
+ DA:102,2
246
+ DA:103,2
247
+ DA:104,2
248
+ DA:105,2
249
+ DA:106,2
250
+ DA:107,2
251
+ DA:108,2
252
+ DA:109,2
253
+ DA:110,2
254
+ DA:111,2
255
+ DA:112,2
256
+ DA:113,2
257
+ DA:114,2
258
+ DA:115,2
259
+ DA:116,2
260
+ DA:117,2
261
+ DA:118,2
262
+ DA:119,2
263
+ DA:120,2
264
+ DA:121,2
265
+ DA:122,2
266
+ DA:123,2
267
+ DA:124,2
268
+ DA:125,2
269
+ DA:126,2
270
+ DA:127,2
271
+ DA:128,2
272
+ DA:129,2
273
+ DA:130,2
274
+ DA:131,2
275
+ DA:132,2
276
+ DA:133,2
277
+ DA:134,2
278
+ DA:135,2
279
+ DA:136,2
280
+ DA:137,2
281
+ DA:138,2
282
+ DA:139,2
283
+ DA:140,2
284
+ DA:141,2
285
+ DA:142,2
286
+ DA:143,2
287
+ DA:144,2
288
+ DA:145,2
289
+ DA:146,2
290
+ DA:147,2
291
+ DA:148,2
292
+ DA:149,2
293
+ DA:150,2
294
+ DA:151,2
295
+ DA:152,2
296
+ DA:153,2
297
+ DA:154,2
298
+ DA:155,2
299
+ DA:156,2
300
+ DA:157,2
301
+ DA:158,2
302
+ DA:159,2
303
+ DA:160,2
304
+ DA:161,2
305
+ DA:162,2
306
+ DA:163,2
307
+ DA:164,2
308
+ DA:165,2
309
+ DA:166,2
310
+ DA:167,2
311
+ DA:168,2
312
+ DA:169,2
313
+ DA:170,2
314
+ DA:171,2
315
+ DA:172,2
316
+ DA:173,2
317
+ DA:174,2
318
+ DA:175,2
319
+ DA:176,2
320
+ DA:177,2
321
+ DA:178,2
322
+ DA:179,2
323
+ DA:180,2
324
+ DA:181,2
325
+ DA:182,2
326
+ DA:183,2
327
+ DA:184,2
328
+ DA:185,2
329
+ DA:186,2
330
+ DA:187,2
331
+ DA:188,2
332
+ DA:189,2
333
+ DA:190,2
334
+ DA:191,2
335
+ DA:192,2
336
+ DA:193,2
337
+ DA:194,2
338
+ DA:195,2
339
+ DA:196,2
340
+ DA:197,2
341
+ DA:198,2
342
+ DA:199,2
343
+ DA:200,2
344
+ DA:201,2
345
+ DA:202,2
346
+ DA:203,2
347
+ DA:204,2
348
+ DA:205,2
349
+ DA:206,2
350
+ DA:207,2
351
+ DA:208,2
352
+ DA:209,2
353
+ DA:211,10
354
+ DA:212,2
355
+ DA:213,26
356
+ DA:215,2
357
+ DA:216,2
358
+ DA:217,2
359
+ DA:218,2
360
+ DA:219,2
361
+ DA:220,2
362
+ DA:221,2
363
+ DA:222,2
364
+ DA:223,2
365
+ DA:224,2
366
+ DA:225,2
367
+ DA:226,2
368
+ DA:227,2
369
+ DA:228,2
370
+ DA:229,2
371
+ DA:230,2
372
+ DA:231,2
373
+ DA:232,2
374
+ DA:233,2
375
+ DA:234,2
376
+ DA:235,2
377
+ DA:236,2
378
+ DA:237,2
379
+ DA:238,2
380
+ DA:239,2
381
+ DA:240,2
382
+ DA:241,2
383
+ DA:242,2
384
+ DA:243,2
385
+ DA:244,2
386
+ DA:245,2
387
+ DA:246,2
388
+ DA:247,2
389
+ DA:248,2
390
+ DA:249,2
391
+ DA:250,2
392
+ DA:251,2
393
+ DA:252,2
394
+ DA:253,2
395
+ DA:254,2
396
+ DA:255,2
397
+ DA:256,2
398
+ DA:257,2
399
+ DA:258,2
400
+ DA:259,2
401
+ DA:260,2
402
+ DA:261,2
403
+ DA:262,2
404
+ DA:263,2
405
+ DA:264,2
406
+ DA:265,2
407
+ DA:266,2
408
+ DA:267,2
409
+ DA:268,2
410
+ DA:269,2
411
+ DA:270,2
412
+ DA:271,2
413
+ DA:272,2
414
+ DA:273,2
415
+ DA:274,2
416
+ DA:275,2
417
+ DA:276,2
418
+ DA:277,2
419
+ DA:278,2
420
+ DA:279,2
421
+ DA:280,2
422
+ DA:281,2
423
+ DA:282,2
424
+ DA:283,2
425
+ DA:284,2
426
+ DA:285,2
427
+ DA:286,2
428
+ DA:287,2
429
+ DA:288,2
430
+ DA:289,2
431
+ DA:290,2
432
+ DA:291,2
433
+ DA:292,2
434
+ DA:293,2
435
+ DA:294,2
436
+ DA:295,2
437
+ DA:296,2
438
+ DA:297,2
439
+ DA:298,2
440
+ DA:299,2
441
+ DA:300,2
442
+ DA:301,2
443
+ DA:302,2
444
+ DA:303,2
445
+ DA:304,2
446
+ DA:305,2
447
+ DA:306,2
448
+ DA:307,2
449
+ DA:308,2
450
+ DA:309,2
451
+ DA:310,2
452
+ DA:311,2
453
+ DA:312,2
454
+ DA:313,2
455
+ DA:314,2
456
+ DA:315,2
457
+ DA:316,2
458
+ DA:317,2
459
+ DA:318,2
460
+ DA:319,2
461
+ DA:320,2
462
+ DA:321,2
463
+ DA:322,2
464
+ DA:323,2
465
+ DA:324,2
466
+ DA:325,2
467
+ DA:326,2
468
+ DA:327,2
469
+ DA:328,2
470
+ DA:329,2
471
+ DA:330,2
472
+ DA:331,2
473
+ DA:332,2
474
+ DA:333,2
475
+ DA:334,2
476
+ DA:335,2
477
+ DA:336,2
478
+ DA:337,2
479
+ DA:338,2
480
+ DA:339,2
481
+ DA:340,2
482
+ DA:341,2
483
+ DA:342,2
484
+ DA:343,2
485
+ DA:344,2
486
+ DA:345,2
487
+ DA:346,2
488
+ DA:347,2
489
+ DA:348,2
490
+ DA:349,2
491
+ DA:350,2
492
+ DA:351,2
493
+ DA:352,2
494
+ DA:353,2
495
+ DA:354,2
496
+ DA:355,2
497
+ DA:356,2
498
+ DA:357,2
499
+ DA:358,2
500
+ DA:359,2
501
+ DA:360,2
502
+ DA:361,2
503
+ DA:362,2
504
+ DA:363,2
505
+ DA:364,2
506
+ DA:365,2
507
+ DA:366,2
508
+ DA:367,2
509
+ DA:368,2
510
+ DA:369,2
511
+ DA:370,2
512
+ DA:371,2
513
+ DA:372,2
514
+ DA:373,2
515
+ DA:374,2
516
+ DA:375,2
517
+ DA:376,2
518
+ DA:377,2
519
+ DA:378,2
520
+ DA:379,2
521
+ DA:380,2
522
+ DA:381,2
523
+ DA:382,2
524
+ DA:383,2
525
+ DA:384,2
526
+ DA:385,2
527
+ DA:386,2
528
+ DA:387,2
529
+ DA:388,2
530
+ DA:389,2
531
+ DA:390,2
532
+ DA:391,2
533
+ DA:392,2
534
+ DA:393,2
535
+ DA:394,2
536
+ DA:395,2
537
+ DA:396,2
538
+ DA:397,2
539
+ DA:398,2
540
+ DA:399,2
541
+ DA:400,2
542
+ DA:401,2
543
+ DA:402,2
544
+ DA:403,2
545
+ DA:404,2
546
+ DA:405,2
547
+ DA:406,2
548
+ DA:407,2
549
+ DA:408,2
550
+ DA:409,2
551
+ DA:410,2
552
+ DA:411,2
553
+ DA:412,2
554
+ DA:413,2
555
+ DA:414,2
556
+ DA:415,2
557
+ DA:416,2
558
+ DA:417,2
559
+ DA:418,2
560
+ DA:419,2
561
+ DA:420,2
562
+ DA:421,2
563
+ DA:422,2
564
+ DA:423,2
565
+ LF:421
566
+ LH:421
567
+ BRF:0
568
+ BRH:0
569
+ end_of_record
570
+ TN:
571
+ SF:lib/translations/common/auth.ts
572
+ FNF:0
573
+ FNH:0
574
+ DA:1,2
575
+ LF:1
576
+ LH:1
577
+ BRF:0
578
+ BRH:0
579
+ end_of_record
580
+ TN:
581
+ SF:lib/translations/common/benchmarking.ts
582
+ FNF:0
583
+ FNH:0
584
+ DA:1,2
585
+ LF:1
586
+ LH:1
587
+ BRF:0
588
+ BRH:0
589
+ end_of_record
590
+ TN:
591
+ SF:lib/translations/common/database-errors.ts
592
+ FNF:0
593
+ FNH:0
594
+ DA:1,2
595
+ LF:1
596
+ LH:1
597
+ BRF:0
598
+ BRH:0
599
+ end_of_record
600
+ TN:
601
+ SF:lib/translations/common/entity.ts
602
+ FNF:0
603
+ FNH:0
604
+ DA:1,2
605
+ LF:1
606
+ LH:1
607
+ BRF:0
608
+ BRH:0
609
+ end_of_record
610
+ TN:
611
+ SF:lib/translations/common/firebase_notification.ts
612
+ FNF:0
613
+ FNH:0
614
+ DA:1,2
615
+ LF:1
616
+ LH:1
617
+ BRF:0
618
+ BRH:0
619
+ end_of_record
620
+ TN:
621
+ SF:lib/translations/common/general.ts
622
+ FNF:0
623
+ FNH:0
624
+ DA:1,2
625
+ DA:12,2
626
+ DA:19,2
627
+ DA:24,2
628
+ DA:67,2
629
+ DA:78,2
630
+ LF:6
631
+ LH:6
632
+ BRF:0
633
+ BRH:0
634
+ end_of_record
635
+ TN:
636
+ SF:lib/translations/common/internal-server-errors.ts
637
+ FNF:0
638
+ FNH:0
639
+ DA:1,2
640
+ LF:1
641
+ LH:1
642
+ BRF:0
643
+ BRH:0
644
+ end_of_record
645
+ TN:
646
+ SF:lib/translations/common/joi.ts
647
+ FNF:0
648
+ FNH:0
649
+ DA:3,2
650
+ LF:1
651
+ LH:1
652
+ BRF:0
653
+ BRH:0
654
+ end_of_record
655
+ TN:
656
+ SF:lib/translations/emails/change_solicitation_responsible.ts
657
+ FNF:0
658
+ FNH:0
659
+ DA:1,2
660
+ DA:6,2
661
+ LF:2
662
+ LH:2
663
+ BRF:0
664
+ BRH:0
665
+ end_of_record
666
+ TN:
667
+ SF:lib/translations/emails/client_company_economic_groups_finished.ts
668
+ FNF:0
669
+ FNH:0
670
+ DA:1,2
671
+ DA:6,2
672
+ LF:2
673
+ LH:2
674
+ BRF:0
675
+ BRH:0
676
+ end_of_record
677
+ TN:
678
+ SF:lib/translations/emails/dispatch-crlv.ts
679
+ FNF:0
680
+ FNH:0
681
+ DA:1,2
682
+ DA:6,2
683
+ DA:17,2
684
+ LF:3
685
+ LH:3
686
+ BRF:0
687
+ BRH:0
688
+ end_of_record
689
+ TN:
690
+ SF:lib/translations/emails/dispatch-vehicle-model-record.ts
691
+ FNF:0
692
+ FNH:0
693
+ DA:1,2
694
+ LF:1
695
+ LH:1
696
+ BRF:0
697
+ BRH:0
698
+ end_of_record
699
+ TN:
700
+ SF:lib/translations/emails/finished-pre-invoice-conference.ts
701
+ FNF:0
702
+ FNH:0
703
+ DA:1,2
704
+ DA:6,2
705
+ DA:11,2
706
+ DA:22,2
707
+ LF:4
708
+ LH:4
709
+ BRF:0
710
+ BRH:0
711
+ end_of_record
712
+ TN:
713
+ SF:lib/translations/emails/import_client_vehicle.ts
714
+ FNF:0
715
+ FNH:0
716
+ DA:1,2
717
+ DA:6,2
718
+ LF:2
719
+ LH:2
720
+ BRF:0
721
+ BRH:0
722
+ end_of_record
723
+ TN:
724
+ SF:lib/translations/emails/index.ts
725
+ FNF:0
726
+ FNH:0
727
+ DA:1,2
728
+ DA:2,2
729
+ DA:3,2
730
+ DA:4,2
731
+ DA:5,2
732
+ DA:6,2
733
+ DA:7,2
734
+ DA:8,2
735
+ DA:9,2
736
+ DA:10,2
737
+ DA:11,2
738
+ LF:11
739
+ LH:11
740
+ BRF:0
741
+ BRH:0
742
+ end_of_record
743
+ TN:
744
+ SF:lib/translations/emails/password_recover.ts
745
+ FNF:0
746
+ FNH:0
747
+ DA:1,0
748
+ DA:6,0
749
+ LF:2
750
+ LH:0
751
+ BRF:0
752
+ BRH:0
753
+ end_of_record
754
+ TN:
755
+ SF:lib/translations/emails/send_fine_consultation_error.ts
756
+ FNF:0
757
+ FNH:0
758
+ DA:1,2
759
+ DA:6,2
760
+ DA:11,2
761
+ LF:3
762
+ LH:3
763
+ BRF:0
764
+ BRH:0
765
+ end_of_record
766
+ TN:
767
+ SF:lib/translations/emails/send_pre_invoice_conference.ts
768
+ FNF:0
769
+ FNH:0
770
+ DA:1,2
771
+ DA:6,2
772
+ DA:11,2
773
+ LF:3
774
+ LH:3
775
+ BRF:0
776
+ BRH:0
777
+ end_of_record
778
+ TN:
779
+ SF:lib/translations/emails/unidas_vehicle_upsert_finished.ts
780
+ FNF:0
781
+ FNH:0
782
+ DA:1,2
783
+ DA:6,2
784
+ DA:11,2
785
+ LF:3
786
+ LH:3
787
+ BRF:0
788
+ BRH:0
789
+ end_of_record
790
+ TN:
791
+ SF:lib/translations/emails/vehicle_bulk_exceeded_limit.ts
792
+ FNF:0
793
+ FNH:0
794
+ DA:1,2
795
+ LF:1
796
+ LH:1
797
+ BRF:0
798
+ BRH:0
799
+ end_of_record
800
+ TN:
801
+ SF:lib/translations/emails/vehicle_bulk_finished.ts
802
+ FNF:0
803
+ FNH:0
804
+ DA:1,2
805
+ LF:1
806
+ LH:1
807
+ BRF:0
808
+ BRH:0
809
+ end_of_record
810
+ TN:
811
+ SF:lib/translations/integrations/inout.ts
812
+ FNF:0
813
+ FNH:0
814
+ DA:1,2
815
+ LF:1
816
+ LH:1
817
+ BRF:0
818
+ BRH:0
819
+ end_of_record
820
+ TN:
821
+ SF:lib/translations/integrations/pipefy.ts
822
+ FNF:0
823
+ FNH:0
824
+ DA:1,2
825
+ LF:1
826
+ LH:1
827
+ BRF:0
828
+ BRH:0
829
+ end_of_record
830
+ TN:
831
+ SF:lib/translations/integrations/suiv.ts
832
+ FNF:0
833
+ FNH:0
834
+ DA:1,2
835
+ LF:1
836
+ LH:1
837
+ BRF:0
838
+ BRH:0
839
+ end_of_record
840
+ TN:
841
+ SF:lib/translations/microservices/telemetry/index.ts
842
+ FNF:0
843
+ FNH:0
844
+ DA:1,2
845
+ LF:1
846
+ LH:1
847
+ BRF:0
848
+ BRH:0
849
+ end_of_record
850
+ TN:
851
+ SF:lib/translations/modules/access_log.ts
852
+ FNF:0
853
+ FNH:0
854
+ DA:1,2
855
+ DA:3,2
856
+ DA:8,2
857
+ DA:13,2
858
+ DA:81,2
859
+ DA:96,2
860
+ LF:6
861
+ LH:6
862
+ BRF:0
863
+ BRH:0
864
+ end_of_record
865
+ TN:
866
+ SF:lib/translations/modules/advance_payment.ts
867
+ FNF:0
868
+ FNH:0
869
+ DA:1,2
870
+ DA:3,2
871
+ DA:8,2
872
+ LF:3
873
+ LH:3
874
+ BRF:0
875
+ BRH:0
876
+ end_of_record
877
+ TN:
878
+ SF:lib/translations/modules/app_parameter.ts
879
+ FNF:0
880
+ FNH:0
881
+ DA:1,2
882
+ LF:1
883
+ LH:1
884
+ BRF:0
885
+ BRH:0
886
+ end_of_record
887
+ TN:
888
+ SF:lib/translations/modules/attachment.ts
889
+ FNF:0
890
+ FNH:0
891
+ DA:1,2
892
+ LF:1
893
+ LH:1
894
+ BRF:0
895
+ BRH:0
896
+ end_of_record
897
+ TN:
898
+ SF:lib/translations/modules/backup_vehicle.ts
899
+ FNF:0
900
+ FNH:0
901
+ DA:1,2
902
+ DA:3,2
903
+ DA:8,2
904
+ DA:72,2
905
+ LF:4
906
+ LH:4
907
+ BRF:0
908
+ BRH:0
909
+ end_of_record
910
+ TN:
911
+ SF:lib/translations/modules/backup_vehicle_reason.ts
912
+ FNF:0
913
+ FNH:0
914
+ DA:1,2
915
+ LF:1
916
+ LH:1
917
+ BRF:0
918
+ BRH:0
919
+ end_of_record
920
+ TN:
921
+ SF:lib/translations/modules/backup_vehicle_to_delete.ts
922
+ FNF:0
923
+ FNH:0
924
+ DA:1,2
925
+ LF:1
926
+ LH:1
927
+ BRF:0
928
+ BRH:0
929
+ end_of_record
930
+ TN:
931
+ SF:lib/translations/modules/backup_vehicle_utilization.ts
932
+ FNF:0
933
+ FNH:0
934
+ DA:1,2
935
+ DA:3,2
936
+ DA:8,2
937
+ DA:13,2
938
+ DA:69,2
939
+ LF:5
940
+ LH:5
941
+ BRF:0
942
+ BRH:0
943
+ end_of_record
944
+ TN:
945
+ SF:lib/translations/modules/benchmark_pendency.ts
946
+ FNF:0
947
+ FNH:0
948
+ DA:1,2
949
+ LF:1
950
+ LH:1
951
+ BRF:0
952
+ BRH:0
953
+ end_of_record
954
+ TN:
955
+ SF:lib/translations/modules/budget.ts
956
+ FNF:0
957
+ FNH:0
958
+ DA:1,2
959
+ LF:1
960
+ LH:1
961
+ BRF:0
962
+ BRH:0
963
+ end_of_record
964
+ TN:
965
+ SF:lib/translations/modules/carsharing_type.ts
966
+ FNF:0
967
+ FNH:0
968
+ DA:1,2
969
+ DA:3,2
970
+ DA:8,2
971
+ LF:3
972
+ LH:3
973
+ BRF:0
974
+ BRH:0
975
+ end_of_record
976
+ TN:
977
+ SF:lib/translations/modules/cash_basis.ts
978
+ FNF:0
979
+ FNH:0
980
+ DA:1,2
981
+ LF:1
982
+ LH:1
983
+ BRF:0
984
+ BRH:0
985
+ end_of_record
986
+ TN:
987
+ SF:lib/translations/modules/change_history.ts
988
+ FNF:0
989
+ FNH:0
990
+ DA:1,2
991
+ DA:6,2
992
+ LF:2
993
+ LH:2
994
+ BRF:0
995
+ BRH:0
996
+ end_of_record
997
+ TN:
998
+ SF:lib/translations/modules/checklist.ts
999
+ FNF:0
1000
+ FNH:0
1001
+ DA:1,2
1002
+ DA:3,2
1003
+ DA:8,2
1004
+ DA:29,2
1005
+ DA:69,2
1006
+ LF:5
1007
+ LH:5
1008
+ BRF:0
1009
+ BRH:0
1010
+ end_of_record
1011
+ TN:
1012
+ SF:lib/translations/modules/checklist_group.ts
1013
+ FNF:0
1014
+ FNH:0
1015
+ DA:1,2
1016
+ DA:3,2
1017
+ DA:8,2
1018
+ DA:32,2
1019
+ LF:4
1020
+ LH:4
1021
+ BRF:0
1022
+ BRH:0
1023
+ end_of_record
1024
+ TN:
1025
+ SF:lib/translations/modules/checklist_group_item.ts
1026
+ FNF:0
1027
+ FNH:0
1028
+ DA:1,2
1029
+ DA:3,2
1030
+ DA:8,2
1031
+ DA:57,2
1032
+ DA:81,2
1033
+ LF:5
1034
+ LH:5
1035
+ BRF:0
1036
+ BRH:0
1037
+ end_of_record
1038
+ TN:
1039
+ SF:lib/translations/modules/checklist_group_option.ts
1040
+ FNF:0
1041
+ FNH:0
1042
+ DA:1,2
1043
+ DA:3,2
1044
+ DA:8,2
1045
+ DA:16,2
1046
+ LF:4
1047
+ LH:4
1048
+ BRF:0
1049
+ BRH:0
1050
+ end_of_record
1051
+ TN:
1052
+ SF:lib/translations/modules/checklist_model.ts
1053
+ FNF:0
1054
+ FNH:0
1055
+ DA:1,2
1056
+ DA:3,2
1057
+ DA:8,2
1058
+ DA:24,2
1059
+ DA:61,2
1060
+ LF:5
1061
+ LH:5
1062
+ BRF:0
1063
+ BRH:0
1064
+ end_of_record
1065
+ TN:
1066
+ SF:lib/translations/modules/checklist_reply.ts
1067
+ FNF:0
1068
+ FNH:0
1069
+ DA:1,2
1070
+ DA:3,2
1071
+ DA:8,2
1072
+ DA:32,2
1073
+ LF:4
1074
+ LH:4
1075
+ BRF:0
1076
+ BRH:0
1077
+ end_of_record
1078
+ TN:
1079
+ SF:lib/translations/modules/city.ts
1080
+ FNF:0
1081
+ FNH:0
1082
+ DA:1,2
1083
+ DA:3,2
1084
+ DA:8,2
1085
+ LF:3
1086
+ LH:3
1087
+ BRF:0
1088
+ BRH:0
1089
+ end_of_record
1090
+ TN:
1091
+ SF:lib/translations/modules/client.ts
1092
+ FNF:0
1093
+ FNH:0
1094
+ DA:1,2
1095
+ DA:3,2
1096
+ DA:8,2
1097
+ DA:136,2
1098
+ LF:4
1099
+ LH:4
1100
+ BRF:0
1101
+ BRH:0
1102
+ end_of_record
1103
+ TN:
1104
+ SF:lib/translations/modules/client_company.ts
1105
+ FNF:0
1106
+ FNH:0
1107
+ DA:1,2
1108
+ DA:3,2
1109
+ DA:8,2
1110
+ LF:3
1111
+ LH:3
1112
+ BRF:0
1113
+ BRH:0
1114
+ end_of_record
1115
+ TN:
1116
+ SF:lib/translations/modules/client_integration.ts
1117
+ FNF:0
1118
+ FNH:0
1119
+ DA:1,2
1120
+ DA:6,2
1121
+ DA:29,2
1122
+ LF:3
1123
+ LH:3
1124
+ BRF:0
1125
+ BRH:0
1126
+ end_of_record
1127
+ TN:
1128
+ SF:lib/translations/modules/company.ts
1129
+ FNF:0
1130
+ FNH:0
1131
+ DA:1,2
1132
+ DA:3,2
1133
+ DA:8,2
1134
+ LF:3
1135
+ LH:3
1136
+ BRF:0
1137
+ BRH:0
1138
+ end_of_record
1139
+ TN:
1140
+ SF:lib/translations/modules/condition.ts
1141
+ FNF:0
1142
+ FNH:0
1143
+ DA:1,2
1144
+ DA:3,2
1145
+ DA:8,2
1146
+ DA:64,2
1147
+ LF:4
1148
+ LH:4
1149
+ BRF:0
1150
+ BRH:0
1151
+ end_of_record
1152
+ TN:
1153
+ SF:lib/translations/modules/cost_center.ts
1154
+ FNF:0
1155
+ FNH:0
1156
+ DA:1,2
1157
+ DA:3,2
1158
+ DA:8,2
1159
+ DA:36,2
1160
+ LF:4
1161
+ LH:4
1162
+ BRF:0
1163
+ BRH:0
1164
+ end_of_record
1165
+ TN:
1166
+ SF:lib/translations/modules/cost_center_request_vehicle_type.ts
1167
+ FNF:0
1168
+ FNH:0
1169
+ DA:1,2
1170
+ LF:1
1171
+ LH:1
1172
+ BRF:0
1173
+ BRH:0
1174
+ end_of_record
1175
+ TN:
1176
+ SF:lib/translations/modules/cost_sharing.ts
1177
+ FNF:0
1178
+ FNH:0
1179
+ DA:1,2
1180
+ LF:1
1181
+ LH:1
1182
+ BRF:0
1183
+ BRH:0
1184
+ end_of_record
1185
+ TN:
1186
+ SF:lib/translations/modules/cost_sharing_entity.ts
1187
+ FNF:0
1188
+ FNH:0
1189
+ DA:1,2
1190
+ LF:1
1191
+ LH:1
1192
+ BRF:0
1193
+ BRH:0
1194
+ end_of_record
1195
+ TN:
1196
+ SF:lib/translations/modules/country.ts
1197
+ FNF:0
1198
+ FNH:0
1199
+ DA:1,2
1200
+ LF:1
1201
+ LH:1
1202
+ BRF:0
1203
+ BRH:0
1204
+ end_of_record
1205
+ TN:
1206
+ SF:lib/translations/modules/custom_field.ts
1207
+ FNF:0
1208
+ FNH:0
1209
+ DA:1,2
1210
+ DA:3,2
1211
+ DA:8,2
1212
+ DA:64,2
1213
+ DA:119,2
1214
+ LF:5
1215
+ LH:5
1216
+ BRF:0
1217
+ BRH:0
1218
+ end_of_record
1219
+ TN:
1220
+ SF:lib/translations/modules/custom_migration_table.ts
1221
+ FNF:0
1222
+ FNH:0
1223
+ DA:1,2
1224
+ LF:1
1225
+ LH:1
1226
+ BRF:0
1227
+ BRH:0
1228
+ end_of_record
1229
+ TN:
1230
+ SF:lib/translations/modules/custom_table.ts
1231
+ FNF:0
1232
+ FNH:0
1233
+ DA:1,2
1234
+ DA:3,2
1235
+ DA:8,2
1236
+ DA:32,2
1237
+ DA:63,2
1238
+ LF:5
1239
+ LH:5
1240
+ BRF:0
1241
+ BRH:0
1242
+ end_of_record
1243
+ TN:
1244
+ SF:lib/translations/modules/customer.ts
1245
+ FNF:0
1246
+ FNH:0
1247
+ DA:1,2
1248
+ DA:3,2
1249
+ DA:8,2
1250
+ LF:3
1251
+ LH:3
1252
+ BRF:0
1253
+ BRH:0
1254
+ end_of_record
1255
+ TN:
1256
+ SF:lib/translations/modules/daily_quota.ts
1257
+ FNF:0
1258
+ FNH:0
1259
+ DA:1,2
1260
+ LF:1
1261
+ LH:1
1262
+ BRF:0
1263
+ BRH:0
1264
+ end_of_record
1265
+ TN:
1266
+ SF:lib/translations/modules/dashboard.ts
1267
+ FNF:0
1268
+ FNH:0
1269
+ DA:1,2
1270
+ LF:1
1271
+ LH:1
1272
+ BRF:0
1273
+ BRH:0
1274
+ end_of_record
1275
+ TN:
1276
+ SF:lib/translations/modules/dashboard_report.ts
1277
+ FNF:0
1278
+ FNH:0
1279
+ DA:1,2
1280
+ LF:1
1281
+ LH:1
1282
+ BRF:0
1283
+ BRH:0
1284
+ end_of_record
1285
+ TN:
1286
+ SF:lib/translations/modules/db_server.ts
1287
+ FNF:0
1288
+ FNH:0
1289
+ DA:1,2
1290
+ LF:1
1291
+ LH:1
1292
+ BRF:0
1293
+ BRH:0
1294
+ end_of_record
1295
+ TN:
1296
+ SF:lib/translations/modules/deduct.ts
1297
+ FNF:0
1298
+ FNH:0
1299
+ DA:1,2
1300
+ DA:6,2
1301
+ DA:27,2
1302
+ LF:3
1303
+ LH:3
1304
+ BRF:0
1305
+ BRH:0
1306
+ end_of_record
1307
+ TN:
1308
+ SF:lib/translations/modules/deduct_installment.ts
1309
+ FNF:0
1310
+ FNH:0
1311
+ DA:1,2
1312
+ LF:1
1313
+ LH:1
1314
+ BRF:0
1315
+ BRH:0
1316
+ end_of_record
1317
+ TN:
1318
+ SF:lib/translations/modules/default_item.ts
1319
+ FNF:0
1320
+ FNH:0
1321
+ DA:1,2
1322
+ LF:1
1323
+ LH:1
1324
+ BRF:0
1325
+ BRH:0
1326
+ end_of_record
1327
+ TN:
1328
+ SF:lib/translations/modules/destination.ts
1329
+ FNF:0
1330
+ FNH:0
1331
+ DA:1,2
1332
+ LF:1
1333
+ LH:1
1334
+ BRF:0
1335
+ BRH:0
1336
+ end_of_record
1337
+ TN:
1338
+ SF:lib/translations/modules/document.ts
1339
+ FNF:0
1340
+ FNH:0
1341
+ DA:1,2
1342
+ LF:1
1343
+ LH:1
1344
+ BRF:0
1345
+ BRH:0
1346
+ end_of_record
1347
+ TN:
1348
+ SF:lib/translations/modules/driver_control.ts
1349
+ FNF:0
1350
+ FNH:0
1351
+ DA:1,2
1352
+ LF:1
1353
+ LH:1
1354
+ BRF:0
1355
+ BRH:0
1356
+ end_of_record
1357
+ TN:
1358
+ SF:lib/translations/modules/driver_license_point.ts
1359
+ FNF:0
1360
+ FNH:0
1361
+ DA:1,2
1362
+ LF:1
1363
+ LH:1
1364
+ BRF:0
1365
+ BRH:0
1366
+ end_of_record
1367
+ TN:
1368
+ SF:lib/translations/modules/email_template.ts
1369
+ FNF:0
1370
+ FNH:0
1371
+ DA:1,2
1372
+ DA:6,2
1373
+ LF:2
1374
+ LH:2
1375
+ BRF:0
1376
+ BRH:0
1377
+ end_of_record
1378
+ TN:
1379
+ SF:lib/translations/modules/employee.ts
1380
+ FNF:0
1381
+ FNH:0
1382
+ DA:1,2
1383
+ DA:3,2
1384
+ DA:8,2
1385
+ DA:172,2
1386
+ DA:299,2
1387
+ LF:5
1388
+ LH:5
1389
+ BRF:0
1390
+ BRH:0
1391
+ end_of_record
1392
+ TN:
1393
+ SF:lib/translations/modules/employee_change_history.ts
1394
+ FNF:0
1395
+ FNH:0
1396
+ DA:1,2
1397
+ DA:3,2
1398
+ DA:8,2
1399
+ DA:44,2
1400
+ DA:57,2
1401
+ LF:5
1402
+ LH:5
1403
+ BRF:0
1404
+ BRH:0
1405
+ end_of_record
1406
+ TN:
1407
+ SF:lib/translations/modules/employee_hiring_regime.ts
1408
+ FNF:0
1409
+ FNH:0
1410
+ DA:1,2
1411
+ DA:3,2
1412
+ DA:8,2
1413
+ LF:3
1414
+ LH:3
1415
+ BRF:0
1416
+ BRH:0
1417
+ end_of_record
1418
+ TN:
1419
+ SF:lib/translations/modules/employee_role.ts
1420
+ FNF:0
1421
+ FNH:0
1422
+ DA:1,2
1423
+ DA:3,2
1424
+ DA:8,2
1425
+ LF:3
1426
+ LH:3
1427
+ BRF:0
1428
+ BRH:0
1429
+ end_of_record
1430
+ TN:
1431
+ SF:lib/translations/modules/expense.ts
1432
+ FNF:0
1433
+ FNH:0
1434
+ DA:1,2
1435
+ DA:3,2
1436
+ DA:8,2
1437
+ DA:100,2
1438
+ LF:4
1439
+ LH:4
1440
+ BRF:0
1441
+ BRH:0
1442
+ end_of_record
1443
+ TN:
1444
+ SF:lib/translations/modules/expense_item.ts
1445
+ FNF:0
1446
+ FNH:0
1447
+ DA:1,2
1448
+ LF:1
1449
+ LH:1
1450
+ BRF:0
1451
+ BRH:0
1452
+ end_of_record
1453
+ TN:
1454
+ SF:lib/translations/modules/expense_parcel.ts
1455
+ FNF:0
1456
+ FNH:0
1457
+ DA:1,2
1458
+ LF:1
1459
+ LH:1
1460
+ BRF:0
1461
+ BRH:0
1462
+ end_of_record
1463
+ TN:
1464
+ SF:lib/translations/modules/exportations.ts
1465
+ FNF:0
1466
+ FNH:0
1467
+ DA:1,2
1468
+ DA:6,2
1469
+ DA:11,2
1470
+ LF:3
1471
+ LH:3
1472
+ BRF:0
1473
+ BRH:0
1474
+ end_of_record
1475
+ TN:
1476
+ SF:lib/translations/modules/external_relation.ts
1477
+ FNF:0
1478
+ FNH:0
1479
+ DA:1,2
1480
+ LF:1
1481
+ LH:1
1482
+ BRF:0
1483
+ BRH:0
1484
+ end_of_record
1485
+ TN:
1486
+ SF:lib/translations/modules/favorite.ts
1487
+ FNF:0
1488
+ FNH:0
1489
+ DA:1,2
1490
+ LF:1
1491
+ LH:1
1492
+ BRF:0
1493
+ BRH:0
1494
+ end_of_record
1495
+ TN:
1496
+ SF:lib/translations/modules/fine.ts
1497
+ FNF:0
1498
+ FNH:0
1499
+ DA:1,2
1500
+ DA:6,2
1501
+ LF:2
1502
+ LH:2
1503
+ BRF:0
1504
+ BRH:0
1505
+ end_of_record
1506
+ TN:
1507
+ SF:lib/translations/modules/fine_consultation.ts
1508
+ FNF:0
1509
+ FNH:0
1510
+ DA:1,2
1511
+ DA:3,2
1512
+ DA:8,2
1513
+ DA:176,2
1514
+ LF:4
1515
+ LH:4
1516
+ BRF:0
1517
+ BRH:0
1518
+ end_of_record
1519
+ TN:
1520
+ SF:lib/translations/modules/fine_infringement_resource.ts
1521
+ FNF:0
1522
+ FNH:0
1523
+ DA:1,2
1524
+ LF:1
1525
+ LH:1
1526
+ BRF:0
1527
+ BRH:0
1528
+ end_of_record
1529
+ TN:
1530
+ SF:lib/translations/modules/fine_qualification.ts
1531
+ FNF:0
1532
+ FNH:0
1533
+ DA:1,2
1534
+ DA:3,2
1535
+ DA:8,2
1536
+ LF:3
1537
+ LH:3
1538
+ BRF:0
1539
+ BRH:0
1540
+ end_of_record
1541
+ TN:
1542
+ SF:lib/translations/modules/fine_qualification_integration_key.ts
1543
+ FNF:0
1544
+ FNH:0
1545
+ DA:1,2
1546
+ DA:3,2
1547
+ DA:8,2
1548
+ DA:24,2
1549
+ LF:4
1550
+ LH:4
1551
+ BRF:0
1552
+ BRH:0
1553
+ end_of_record
1554
+ TN:
1555
+ SF:lib/translations/modules/fine_resource.ts
1556
+ FNF:0
1557
+ FNH:0
1558
+ DA:1,2
1559
+ DA:3,2
1560
+ DA:8,2
1561
+ LF:3
1562
+ LH:3
1563
+ BRF:0
1564
+ BRH:0
1565
+ end_of_record
1566
+ TN:
1567
+ SF:lib/translations/modules/foreseen_maintenance_plan_service_item.ts
1568
+ FNF:0
1569
+ FNH:0
1570
+ DA:1,2
1571
+ DA:3,2
1572
+ DA:8,2
1573
+ DA:40,2
1574
+ LF:4
1575
+ LH:4
1576
+ BRF:0
1577
+ BRH:0
1578
+ end_of_record
1579
+ TN:
1580
+ SF:lib/translations/modules/foreseen_service_order_item.ts
1581
+ FNF:0
1582
+ FNH:0
1583
+ DA:1,2
1584
+ LF:1
1585
+ LH:1
1586
+ BRF:0
1587
+ BRH:0
1588
+ end_of_record
1589
+ TN:
1590
+ SF:lib/translations/modules/gas_pump.ts
1591
+ FNF:0
1592
+ FNH:0
1593
+ DA:1,2
1594
+ LF:1
1595
+ LH:1
1596
+ BRF:0
1597
+ BRH:0
1598
+ end_of_record
1599
+ TN:
1600
+ SF:lib/translations/modules/gas_pump_control.ts
1601
+ FNF:0
1602
+ FNH:0
1603
+ DA:1,2
1604
+ LF:1
1605
+ LH:1
1606
+ BRF:0
1607
+ BRH:0
1608
+ end_of_record
1609
+ TN:
1610
+ SF:lib/translations/modules/gate.ts
1611
+ FNF:0
1612
+ FNH:0
1613
+ DA:1,2
1614
+ DA:3,2
1615
+ DA:8,2
1616
+ DA:12,2
1617
+ LF:4
1618
+ LH:4
1619
+ BRF:0
1620
+ BRH:0
1621
+ end_of_record
1622
+ TN:
1623
+ SF:lib/translations/modules/gate_appointment.ts
1624
+ FNF:0
1625
+ FNH:0
1626
+ DA:1,2
1627
+ LF:1
1628
+ LH:1
1629
+ BRF:0
1630
+ BRH:0
1631
+ end_of_record
1632
+ TN:
1633
+ SF:lib/translations/modules/gate_appointment_diary.ts
1634
+ FNF:0
1635
+ FNH:0
1636
+ DA:1,2
1637
+ LF:1
1638
+ LH:1
1639
+ BRF:0
1640
+ BRH:0
1641
+ end_of_record
1642
+ TN:
1643
+ SF:lib/translations/modules/import_map.ts
1644
+ FNF:0
1645
+ FNH:0
1646
+ DA:1,2
1647
+ DA:3,2
1648
+ DA:8,2
1649
+ LF:3
1650
+ LH:3
1651
+ BRF:0
1652
+ BRH:0
1653
+ end_of_record
1654
+ TN:
1655
+ SF:lib/translations/modules/import_map_process.ts
1656
+ FNF:0
1657
+ FNH:0
1658
+ DA:1,2
1659
+ DA:3,2
1660
+ DA:8,2
1661
+ LF:3
1662
+ LH:3
1663
+ BRF:0
1664
+ BRH:0
1665
+ end_of_record
1666
+ TN:
1667
+ SF:lib/translations/modules/inmetro_model.ts
1668
+ FNF:0
1669
+ FNH:0
1670
+ DA:1,2
1671
+ LF:1
1672
+ LH:1
1673
+ BRF:0
1674
+ BRH:0
1675
+ end_of_record
1676
+ TN:
1677
+ SF:lib/translations/modules/integration.ts
1678
+ FNF:0
1679
+ FNH:0
1680
+ DA:1,2
1681
+ DA:3,2
1682
+ DA:8,2
1683
+ LF:3
1684
+ LH:3
1685
+ BRF:0
1686
+ BRH:0
1687
+ end_of_record
1688
+ TN:
1689
+ SF:lib/translations/modules/item.ts
1690
+ FNF:0
1691
+ FNH:0
1692
+ DA:1,2
1693
+ DA:3,2
1694
+ DA:8,2
1695
+ DA:60,2
1696
+ DA:95,2
1697
+ LF:5
1698
+ LH:5
1699
+ BRF:0
1700
+ BRH:0
1701
+ end_of_record
1702
+ TN:
1703
+ SF:lib/translations/modules/leasing_contract.ts
1704
+ FNF:0
1705
+ FNH:0
1706
+ DA:1,2
1707
+ DA:3,2
1708
+ DA:8,2
1709
+ DA:24,2
1710
+ LF:4
1711
+ LH:4
1712
+ BRF:0
1713
+ BRH:0
1714
+ end_of_record
1715
+ TN:
1716
+ SF:lib/translations/modules/leasing_measurement.ts
1717
+ FNF:0
1718
+ FNH:0
1719
+ DA:1,2
1720
+ DA:3,2
1721
+ DA:8,2
1722
+ DA:68,2
1723
+ DA:79,2
1724
+ LF:5
1725
+ LH:5
1726
+ BRF:0
1727
+ BRH:0
1728
+ end_of_record
1729
+ TN:
1730
+ SF:lib/translations/modules/maintenance_plan.ts
1731
+ FNF:0
1732
+ FNH:0
1733
+ DA:1,2
1734
+ DA:3,2
1735
+ DA:8,2
1736
+ DA:36,2
1737
+ LF:4
1738
+ LH:4
1739
+ BRF:0
1740
+ BRH:0
1741
+ end_of_record
1742
+ TN:
1743
+ SF:lib/translations/modules/maintenance_plan_service.ts
1744
+ FNF:0
1745
+ FNH:0
1746
+ DA:1,2
1747
+ DA:3,2
1748
+ DA:8,2
1749
+ DA:84,2
1750
+ LF:4
1751
+ LH:4
1752
+ BRF:0
1753
+ BRH:0
1754
+ end_of_record
1755
+ TN:
1756
+ SF:lib/translations/modules/measurement_unit.ts
1757
+ FNF:0
1758
+ FNH:0
1759
+ DA:1,2
1760
+ DA:3,2
1761
+ DA:8,2
1762
+ LF:3
1763
+ LH:3
1764
+ BRF:0
1765
+ BRH:0
1766
+ end_of_record
1767
+ TN:
1768
+ SF:lib/translations/modules/module_help_config.ts
1769
+ FNF:0
1770
+ FNH:0
1771
+ DA:1,2
1772
+ DA:6,2
1773
+ DA:37,2
1774
+ LF:3
1775
+ LH:3
1776
+ BRF:0
1777
+ BRH:0
1778
+ end_of_record
1779
+ TN:
1780
+ SF:lib/translations/modules/module_help_user_data.ts
1781
+ FNF:0
1782
+ FNH:0
1783
+ DA:1,2
1784
+ DA:6,2
1785
+ LF:2
1786
+ LH:2
1787
+ BRF:0
1788
+ BRH:0
1789
+ end_of_record
1790
+ TN:
1791
+ SF:lib/translations/modules/night_transport.ts
1792
+ FNF:0
1793
+ FNH:0
1794
+ DA:1,2
1795
+ LF:1
1796
+ LH:1
1797
+ BRF:0
1798
+ BRH:0
1799
+ end_of_record
1800
+ TN:
1801
+ SF:lib/translations/modules/notification.ts
1802
+ FNF:0
1803
+ FNH:0
1804
+ DA:1,2
1805
+ DA:6,2
1806
+ DA:17,2
1807
+ LF:3
1808
+ LH:3
1809
+ BRF:0
1810
+ BRH:0
1811
+ end_of_record
1812
+ TN:
1813
+ SF:lib/translations/modules/occurrence_type.ts
1814
+ FNF:0
1815
+ FNH:0
1816
+ DA:1,2
1817
+ LF:1
1818
+ LH:1
1819
+ BRF:0
1820
+ BRH:0
1821
+ end_of_record
1822
+ TN:
1823
+ SF:lib/translations/modules/parameter.ts
1824
+ FNF:0
1825
+ FNH:0
1826
+ DA:1,2
1827
+ LF:1
1828
+ LH:1
1829
+ BRF:0
1830
+ BRH:0
1831
+ end_of_record
1832
+ TN:
1833
+ SF:lib/translations/modules/password_complexity.ts
1834
+ FNF:0
1835
+ FNH:0
1836
+ DA:1,2
1837
+ DA:3,2
1838
+ DA:8,2
1839
+ LF:3
1840
+ LH:3
1841
+ BRF:0
1842
+ BRH:0
1843
+ end_of_record
1844
+ TN:
1845
+ SF:lib/translations/modules/password_recover.ts
1846
+ FNF:0
1847
+ FNH:0
1848
+ DA:1,2
1849
+ LF:1
1850
+ LH:1
1851
+ BRF:0
1852
+ BRH:0
1853
+ end_of_record
1854
+ TN:
1855
+ SF:lib/translations/modules/pendency.ts
1856
+ FNF:0
1857
+ FNH:0
1858
+ DA:1,2
1859
+ DA:6,2
1860
+ LF:2
1861
+ LH:2
1862
+ BRF:0
1863
+ BRH:0
1864
+ end_of_record
1865
+ TN:
1866
+ SF:lib/translations/modules/plan.ts
1867
+ FNF:0
1868
+ FNH:0
1869
+ DA:1,2
1870
+ LF:1
1871
+ LH:1
1872
+ BRF:0
1873
+ BRH:0
1874
+ end_of_record
1875
+ TN:
1876
+ SF:lib/translations/modules/pre_invoice_compliance.ts
1877
+ FNF:0
1878
+ FNH:0
1879
+ DA:1,2
1880
+ DA:3,2
1881
+ DA:8,2
1882
+ DA:56,2
1883
+ DA:85,2
1884
+ LF:5
1885
+ LH:5
1886
+ BRF:0
1887
+ BRH:0
1888
+ end_of_record
1889
+ TN:
1890
+ SF:lib/translations/modules/pre_invoice_conference.ts
1891
+ FNF:0
1892
+ FNH:0
1893
+ DA:1,2
1894
+ DA:3,2
1895
+ DA:8,2
1896
+ DA:13,2
1897
+ DA:49,2
1898
+ DA:80,2
1899
+ LF:6
1900
+ LH:6
1901
+ BRF:0
1902
+ BRH:0
1903
+ end_of_record
1904
+ TN:
1905
+ SF:lib/translations/modules/profile.ts
1906
+ FNF:0
1907
+ FNH:0
1908
+ DA:1,2
1909
+ DA:3,2
1910
+ DA:8,2
1911
+ LF:3
1912
+ LH:3
1913
+ BRF:0
1914
+ BRH:0
1915
+ end_of_record
1916
+ TN:
1917
+ SF:lib/translations/modules/qualification_severity.ts
1918
+ FNF:0
1919
+ FNH:0
1920
+ DA:1,2
1921
+ DA:3,2
1922
+ DA:8,2
1923
+ LF:3
1924
+ LH:3
1925
+ BRF:0
1926
+ BRH:0
1927
+ end_of_record
1928
+ TN:
1929
+ SF:lib/translations/modules/quota.ts
1930
+ FNF:0
1931
+ FNH:0
1932
+ DA:1,2
1933
+ LF:1
1934
+ LH:1
1935
+ BRF:0
1936
+ BRH:0
1937
+ end_of_record
1938
+ TN:
1939
+ SF:lib/translations/modules/release_notification.ts
1940
+ FNF:0
1941
+ FNH:0
1942
+ DA:1,2
1943
+ DA:3,2
1944
+ DA:8,2
1945
+ DA:24,2
1946
+ LF:4
1947
+ LH:4
1948
+ BRF:0
1949
+ BRH:0
1950
+ end_of_record
1951
+ TN:
1952
+ SF:lib/translations/modules/rental_agreement.ts
1953
+ FNF:0
1954
+ FNH:0
1955
+ DA:1,2
1956
+ LF:1
1957
+ LH:1
1958
+ BRF:0
1959
+ BRH:0
1960
+ end_of_record
1961
+ TN:
1962
+ SF:lib/translations/modules/report.ts
1963
+ FNF:0
1964
+ FNH:0
1965
+ DA:1,2
1966
+ LF:1
1967
+ LH:1
1968
+ BRF:0
1969
+ BRH:0
1970
+ end_of_record
1971
+ TN:
1972
+ SF:lib/translations/modules/report_folder.ts
1973
+ FNF:0
1974
+ FNH:0
1975
+ DA:1,2
1976
+ LF:1
1977
+ LH:1
1978
+ BRF:0
1979
+ BRH:0
1980
+ end_of_record
1981
+ TN:
1982
+ SF:lib/translations/modules/request.ts
1983
+ FNF:0
1984
+ FNH:0
1985
+ DA:1,2
1986
+ LF:1
1987
+ LH:1
1988
+ BRF:0
1989
+ BRH:0
1990
+ end_of_record
1991
+ TN:
1992
+ SF:lib/translations/modules/request_destination.ts
1993
+ FNF:0
1994
+ FNH:0
1995
+ DA:1,2
1996
+ LF:1
1997
+ LH:1
1998
+ BRF:0
1999
+ BRH:0
2000
+ end_of_record
2001
+ TN:
2002
+ SF:lib/translations/modules/request_historic.ts
2003
+ FNF:0
2004
+ FNH:0
2005
+ DA:1,2
2006
+ LF:1
2007
+ LH:1
2008
+ BRF:0
2009
+ BRH:0
2010
+ end_of_record
2011
+ TN:
2012
+ SF:lib/translations/modules/request_occurrence.ts
2013
+ FNF:0
2014
+ FNH:0
2015
+ DA:1,2
2016
+ LF:1
2017
+ LH:1
2018
+ BRF:0
2019
+ BRH:0
2020
+ end_of_record
2021
+ TN:
2022
+ SF:lib/translations/modules/revenue.ts
2023
+ FNF:0
2024
+ FNH:0
2025
+ DA:1,2
2026
+ LF:1
2027
+ LH:1
2028
+ BRF:0
2029
+ BRH:0
2030
+ end_of_record
2031
+ TN:
2032
+ SF:lib/translations/modules/route.ts
2033
+ FNF:0
2034
+ FNH:0
2035
+ DA:1,2
2036
+ DA:3,2
2037
+ DA:8,2
2038
+ LF:3
2039
+ LH:3
2040
+ BRF:0
2041
+ BRH:0
2042
+ end_of_record
2043
+ TN:
2044
+ SF:lib/translations/modules/service_budget.ts
2045
+ FNF:0
2046
+ FNH:0
2047
+ DA:1,2
2048
+ DA:3,2
2049
+ DA:8,2
2050
+ DA:39,2
2051
+ DA:107,2
2052
+ LF:5
2053
+ LH:5
2054
+ BRF:0
2055
+ BRH:0
2056
+ end_of_record
2057
+ TN:
2058
+ SF:lib/translations/modules/service_budget_item.ts
2059
+ FNF:0
2060
+ FNH:0
2061
+ DA:1,2
2062
+ DA:3,2
2063
+ DA:8,2
2064
+ DA:139,2
2065
+ LF:4
2066
+ LH:4
2067
+ BRF:0
2068
+ BRH:0
2069
+ end_of_record
2070
+ TN:
2071
+ SF:lib/translations/modules/service_order.ts
2072
+ FNF:0
2073
+ FNH:0
2074
+ DA:1,2
2075
+ DA:3,2
2076
+ DA:8,2
2077
+ DA:136,2
2078
+ DA:169,2
2079
+ LF:5
2080
+ LH:5
2081
+ BRF:0
2082
+ BRH:0
2083
+ end_of_record
2084
+ TN:
2085
+ SF:lib/translations/modules/service_order_expenses.ts
2086
+ FNF:0
2087
+ FNH:0
2088
+ DA:1,2
2089
+ LF:1
2090
+ LH:1
2091
+ BRF:0
2092
+ BRH:0
2093
+ end_of_record
2094
+ TN:
2095
+ SF:lib/translations/modules/solicitation.ts
2096
+ FNF:0
2097
+ FNH:0
2098
+ DA:1,2
2099
+ DA:3,2
2100
+ DA:8,2
2101
+ DA:100,2
2102
+ LF:4
2103
+ LH:4
2104
+ BRF:0
2105
+ BRH:0
2106
+ end_of_record
2107
+ TN:
2108
+ SF:lib/translations/modules/solicitation_action.ts
2109
+ FNF:0
2110
+ FNH:0
2111
+ DA:1,2
2112
+ DA:2,2
2113
+ DA:3,2
2114
+ DA:5,2
2115
+ DA:10,2
2116
+ DA:52,2
2117
+ DA:83,2
2118
+ LF:7
2119
+ LH:7
2120
+ BRF:0
2121
+ BRH:0
2122
+ end_of_record
2123
+ TN:
2124
+ SF:lib/translations/modules/solicitation_action_field.ts
2125
+ FNF:0
2126
+ FNH:0
2127
+ DA:1,2
2128
+ DA:3,2
2129
+ DA:8,2
2130
+ DA:52,2
2131
+ LF:4
2132
+ LH:4
2133
+ BRF:0
2134
+ BRH:0
2135
+ end_of_record
2136
+ TN:
2137
+ SF:lib/translations/modules/solicitation_action_message.ts
2138
+ FNF:0
2139
+ FNH:0
2140
+ DA:1,2
2141
+ DA:3,2
2142
+ DA:8,2
2143
+ DA:32,2
2144
+ DA:39,2
2145
+ LF:5
2146
+ LH:5
2147
+ BRF:0
2148
+ BRH:0
2149
+ end_of_record
2150
+ TN:
2151
+ SF:lib/translations/modules/solicitation_automation.ts
2152
+ FNF:0
2153
+ FNH:0
2154
+ DA:1,2
2155
+ DA:3,2
2156
+ DA:8,2
2157
+ DA:96,2
2158
+ DA:131,2
2159
+ LF:5
2160
+ LH:5
2161
+ BRF:0
2162
+ BRH:0
2163
+ end_of_record
2164
+ TN:
2165
+ SF:lib/translations/modules/solicitation_comment.ts
2166
+ FNF:0
2167
+ FNH:0
2168
+ DA:1,2
2169
+ LF:1
2170
+ LH:1
2171
+ BRF:0
2172
+ BRH:0
2173
+ end_of_record
2174
+ TN:
2175
+ SF:lib/translations/modules/solicitation_field.ts
2176
+ FNF:0
2177
+ FNH:0
2178
+ DA:1,2
2179
+ DA:6,2
2180
+ DA:49,2
2181
+ DA:60,2
2182
+ LF:4
2183
+ LH:4
2184
+ BRF:0
2185
+ BRH:0
2186
+ end_of_record
2187
+ TN:
2188
+ SF:lib/translations/modules/solicitation_history.ts
2189
+ FNF:0
2190
+ FNH:0
2191
+ DA:1,2
2192
+ LF:1
2193
+ LH:1
2194
+ BRF:0
2195
+ BRH:0
2196
+ end_of_record
2197
+ TN:
2198
+ SF:lib/translations/modules/solicitation_phase.ts
2199
+ FNF:0
2200
+ FNH:0
2201
+ DA:1,2
2202
+ DA:3,2
2203
+ DA:8,2
2204
+ DA:36,2
2205
+ DA:75,2
2206
+ LF:5
2207
+ LH:5
2208
+ BRF:0
2209
+ BRH:0
2210
+ end_of_record
2211
+ TN:
2212
+ SF:lib/translations/modules/solicitation_transition.ts
2213
+ FNF:0
2214
+ FNH:0
2215
+ DA:1,2
2216
+ DA:6,2
2217
+ DA:45,2
2218
+ LF:3
2219
+ LH:3
2220
+ BRF:0
2221
+ BRH:0
2222
+ end_of_record
2223
+ TN:
2224
+ SF:lib/translations/modules/solicitation_transition_validation.ts
2225
+ FNF:0
2226
+ FNH:0
2227
+ DA:1,2
2228
+ DA:3,2
2229
+ DA:8,2
2230
+ LF:3
2231
+ LH:3
2232
+ BRF:0
2233
+ BRH:0
2234
+ end_of_record
2235
+ TN:
2236
+ SF:lib/translations/modules/solicitation_type.ts
2237
+ FNF:0
2238
+ FNH:0
2239
+ DA:1,2
2240
+ DA:3,2
2241
+ DA:8,2
2242
+ DA:36,2
2243
+ DA:43,2
2244
+ LF:5
2245
+ LH:5
2246
+ BRF:0
2247
+ BRH:0
2248
+ end_of_record
2249
+ TN:
2250
+ SF:lib/translations/modules/solicitation_version.ts
2251
+ FNF:0
2252
+ FNH:0
2253
+ DA:1,2
2254
+ DA:6,2
2255
+ DA:25,2
2256
+ LF:3
2257
+ LH:3
2258
+ BRF:0
2259
+ BRH:0
2260
+ end_of_record
2261
+ TN:
2262
+ SF:lib/translations/modules/solicitation_watcher.ts
2263
+ FNF:0
2264
+ FNH:0
2265
+ DA:1,2
2266
+ LF:1
2267
+ LH:1
2268
+ BRF:0
2269
+ BRH:0
2270
+ end_of_record
2271
+ TN:
2272
+ SF:lib/translations/modules/sso_provider.ts
2273
+ FNF:0
2274
+ FNH:0
2275
+ DA:1,2
2276
+ LF:1
2277
+ LH:1
2278
+ BRF:0
2279
+ BRH:0
2280
+ end_of_record
2281
+ TN:
2282
+ SF:lib/translations/modules/state.ts
2283
+ FNF:0
2284
+ FNH:0
2285
+ DA:1,2
2286
+ DA:3,2
2287
+ DA:8,2
2288
+ LF:3
2289
+ LH:3
2290
+ BRF:0
2291
+ BRH:0
2292
+ end_of_record
2293
+ TN:
2294
+ SF:lib/translations/modules/stock_entry.ts
2295
+ FNF:0
2296
+ FNH:0
2297
+ DA:1,2
2298
+ LF:1
2299
+ LH:1
2300
+ BRF:0
2301
+ BRH:0
2302
+ end_of_record
2303
+ TN:
2304
+ SF:lib/translations/modules/stock_entry_item.ts
2305
+ FNF:0
2306
+ FNH:0
2307
+ DA:1,2
2308
+ LF:1
2309
+ LH:1
2310
+ BRF:0
2311
+ BRH:0
2312
+ end_of_record
2313
+ TN:
2314
+ SF:lib/translations/modules/stock_exit.ts
2315
+ FNF:0
2316
+ FNH:0
2317
+ DA:1,2
2318
+ LF:1
2319
+ LH:1
2320
+ BRF:0
2321
+ BRH:0
2322
+ end_of_record
2323
+ TN:
2324
+ SF:lib/translations/modules/stock_exit_item.ts
2325
+ FNF:0
2326
+ FNH:0
2327
+ DA:1,2
2328
+ LF:1
2329
+ LH:1
2330
+ BRF:0
2331
+ BRH:0
2332
+ end_of_record
2333
+ TN:
2334
+ SF:lib/translations/modules/stock_transfer.ts
2335
+ FNF:0
2336
+ FNH:0
2337
+ DA:1,2
2338
+ LF:1
2339
+ LH:1
2340
+ BRF:0
2341
+ BRH:0
2342
+ end_of_record
2343
+ TN:
2344
+ SF:lib/translations/modules/stock_transfer_item.ts
2345
+ FNF:0
2346
+ FNH:0
2347
+ DA:1,2
2348
+ LF:1
2349
+ LH:1
2350
+ BRF:0
2351
+ BRH:0
2352
+ end_of_record
2353
+ TN:
2354
+ SF:lib/translations/modules/sub_system.ts
2355
+ FNF:0
2356
+ FNH:0
2357
+ DA:1,2
2358
+ DA:3,2
2359
+ DA:8,2
2360
+ LF:3
2361
+ LH:3
2362
+ BRF:0
2363
+ BRH:0
2364
+ end_of_record
2365
+ TN:
2366
+ SF:lib/translations/modules/subscription.ts
2367
+ FNF:0
2368
+ FNH:0
2369
+ DA:1,2
2370
+ DA:3,2
2371
+ DA:8,2
2372
+ LF:3
2373
+ LH:3
2374
+ BRF:0
2375
+ BRH:0
2376
+ end_of_record
2377
+ TN:
2378
+ SF:lib/translations/modules/subscription_transaction.ts
2379
+ FNF:0
2380
+ FNH:0
2381
+ DA:1,2
2382
+ LF:1
2383
+ LH:1
2384
+ BRF:0
2385
+ BRH:0
2386
+ end_of_record
2387
+ TN:
2388
+ SF:lib/translations/modules/subsidiary.ts
2389
+ FNF:0
2390
+ FNH:0
2391
+ DA:1,2
2392
+ DA:3,2
2393
+ DA:8,2
2394
+ DA:40,2
2395
+ LF:4
2396
+ LH:4
2397
+ BRF:0
2398
+ BRH:0
2399
+ end_of_record
2400
+ TN:
2401
+ SF:lib/translations/modules/supplier.ts
2402
+ FNF:0
2403
+ FNH:0
2404
+ DA:1,2
2405
+ DA:3,2
2406
+ DA:8,2
2407
+ DA:112,2
2408
+ LF:4
2409
+ LH:4
2410
+ BRF:0
2411
+ BRH:0
2412
+ end_of_record
2413
+ TN:
2414
+ SF:lib/translations/modules/system.ts
2415
+ FNF:0
2416
+ FNH:0
2417
+ DA:1,2
2418
+ DA:3,2
2419
+ DA:8,2
2420
+ LF:3
2421
+ LH:3
2422
+ BRF:0
2423
+ BRH:0
2424
+ end_of_record
2425
+ TN:
2426
+ SF:lib/translations/modules/tag.ts
2427
+ FNF:0
2428
+ FNH:0
2429
+ DA:1,2
2430
+ LF:1
2431
+ LH:1
2432
+ BRF:0
2433
+ BRH:0
2434
+ end_of_record
2435
+ TN:
2436
+ SF:lib/translations/modules/taggable.ts
2437
+ FNF:0
2438
+ FNH:0
2439
+ DA:1,2
2440
+ LF:1
2441
+ LH:1
2442
+ BRF:0
2443
+ BRH:0
2444
+ end_of_record
2445
+ TN:
2446
+ SF:lib/translations/modules/telemetry_event.ts
2447
+ FNF:0
2448
+ FNH:0
2449
+ DA:1,2
2450
+ DA:3,2
2451
+ DA:8,2
2452
+ DA:112,2
2453
+ LF:4
2454
+ LH:4
2455
+ BRF:0
2456
+ BRH:0
2457
+ end_of_record
2458
+ TN:
2459
+ SF:lib/translations/modules/telemetry_event_type.ts
2460
+ FNF:0
2461
+ FNH:0
2462
+ DA:1,2
2463
+ DA:3,2
2464
+ DA:8,2
2465
+ LF:3
2466
+ LH:3
2467
+ BRF:0
2468
+ BRH:0
2469
+ end_of_record
2470
+ TN:
2471
+ SF:lib/translations/modules/telemetry_event_type_supplier.ts
2472
+ FNF:0
2473
+ FNH:0
2474
+ DA:1,2
2475
+ DA:3,2
2476
+ DA:8,2
2477
+ DA:24,2
2478
+ LF:4
2479
+ LH:4
2480
+ BRF:0
2481
+ BRH:0
2482
+ end_of_record
2483
+ TN:
2484
+ SF:lib/translations/modules/telemetry_historical_use.ts
2485
+ FNF:0
2486
+ FNH:0
2487
+ DA:1,2
2488
+ LF:1
2489
+ LH:1
2490
+ BRF:0
2491
+ BRH:0
2492
+ end_of_record
2493
+ TN:
2494
+ SF:lib/translations/modules/telemetry_supplier_api.ts
2495
+ FNF:0
2496
+ FNH:0
2497
+ DA:1,2
2498
+ LF:1
2499
+ LH:1
2500
+ BRF:0
2501
+ BRH:0
2502
+ end_of_record
2503
+ TN:
2504
+ SF:lib/translations/modules/telemetry_supplier_field.ts
2505
+ FNF:0
2506
+ FNH:0
2507
+ DA:1,2
2508
+ DA:6,2
2509
+ DA:25,2
2510
+ LF:3
2511
+ LH:3
2512
+ BRF:0
2513
+ BRH:0
2514
+ end_of_record
2515
+ TN:
2516
+ SF:lib/translations/modules/tire.ts
2517
+ FNF:0
2518
+ FNH:0
2519
+ DA:1,2
2520
+ DA:6,2
2521
+ LF:2
2522
+ LH:2
2523
+ BRF:0
2524
+ BRH:0
2525
+ end_of_record
2526
+ TN:
2527
+ SF:lib/translations/modules/tire_brand.ts
2528
+ FNF:0
2529
+ FNH:0
2530
+ DA:1,2
2531
+ DA:3,2
2532
+ DA:8,2
2533
+ LF:3
2534
+ LH:3
2535
+ BRF:0
2536
+ BRH:0
2537
+ end_of_record
2538
+ TN:
2539
+ SF:lib/translations/modules/tire_dimension.ts
2540
+ FNF:0
2541
+ FNH:0
2542
+ DA:1,2
2543
+ DA:3,2
2544
+ DA:8,2
2545
+ LF:3
2546
+ LH:3
2547
+ BRF:0
2548
+ BRH:0
2549
+ end_of_record
2550
+ TN:
2551
+ SF:lib/translations/modules/tire_discard_cause.ts
2552
+ FNF:0
2553
+ FNH:0
2554
+ DA:1,2
2555
+ DA:3,2
2556
+ DA:8,2
2557
+ DA:12,2
2558
+ LF:4
2559
+ LH:4
2560
+ BRF:0
2561
+ BRH:0
2562
+ end_of_record
2563
+ TN:
2564
+ SF:lib/translations/modules/tire_drawing.ts
2565
+ FNF:0
2566
+ FNH:0
2567
+ DA:1,2
2568
+ DA:3,2
2569
+ DA:8,2
2570
+ DA:48,2
2571
+ LF:4
2572
+ LH:4
2573
+ BRF:0
2574
+ BRH:0
2575
+ end_of_record
2576
+ TN:
2577
+ SF:lib/translations/modules/tire_life.ts
2578
+ FNF:0
2579
+ FNH:0
2580
+ DA:1,2
2581
+ DA:6,2
2582
+ LF:2
2583
+ LH:2
2584
+ BRF:0
2585
+ BRH:0
2586
+ end_of_record
2587
+ TN:
2588
+ SF:lib/translations/modules/transaction.ts
2589
+ FNF:0
2590
+ FNH:0
2591
+ DA:1,2
2592
+ DA:6,2
2593
+ DA:17,2
2594
+ DA:82,2
2595
+ LF:4
2596
+ LH:4
2597
+ BRF:0
2598
+ BRH:0
2599
+ end_of_record
2600
+ TN:
2601
+ SF:lib/translations/modules/trip.ts
2602
+ FNF:0
2603
+ FNH:0
2604
+ DA:1,2
2605
+ DA:3,2
2606
+ DA:8,2
2607
+ DA:29,2
2608
+ DA:209,2
2609
+ LF:5
2610
+ LH:5
2611
+ BRF:0
2612
+ BRH:0
2613
+ end_of_record
2614
+ TN:
2615
+ SF:lib/translations/modules/upgrade_script.ts
2616
+ FNF:0
2617
+ FNH:0
2618
+ DA:1,2
2619
+ LF:1
2620
+ LH:1
2621
+ BRF:0
2622
+ BRH:0
2623
+ end_of_record
2624
+ TN:
2625
+ SF:lib/translations/modules/user.ts
2626
+ FNF:0
2627
+ FNH:0
2628
+ DA:1,2
2629
+ DA:3,2
2630
+ DA:8,2
2631
+ LF:3
2632
+ LH:3
2633
+ BRF:0
2634
+ BRH:0
2635
+ end_of_record
2636
+ TN:
2637
+ SF:lib/translations/modules/user_device.ts
2638
+ FNF:0
2639
+ FNH:0
2640
+ DA:1,2
2641
+ LF:1
2642
+ LH:1
2643
+ BRF:0
2644
+ BRH:0
2645
+ end_of_record
2646
+ TN:
2647
+ SF:lib/translations/modules/utilized_quota.ts
2648
+ FNF:0
2649
+ FNH:0
2650
+ DA:1,2
2651
+ LF:1
2652
+ LH:1
2653
+ BRF:0
2654
+ BRH:0
2655
+ end_of_record
2656
+ TN:
2657
+ SF:lib/translations/modules/vehicle.ts
2658
+ FNF:0
2659
+ FNH:0
2660
+ DA:1,2
2661
+ DA:3,2
2662
+ DA:8,2
2663
+ DA:624,2
2664
+ DA:851,2
2665
+ LF:5
2666
+ LH:5
2667
+ BRF:0
2668
+ BRH:0
2669
+ end_of_record
2670
+ TN:
2671
+ SF:lib/translations/modules/vehicle_axes.ts
2672
+ FNF:0
2673
+ FNH:0
2674
+ DA:1,2
2675
+ DA:3,2
2676
+ DA:8,2
2677
+ LF:3
2678
+ LH:3
2679
+ BRF:0
2680
+ BRH:0
2681
+ end_of_record
2682
+ TN:
2683
+ SF:lib/translations/modules/vehicle_axis.ts
2684
+ FNF:0
2685
+ FNH:0
2686
+ DA:1,2
2687
+ LF:1
2688
+ LH:1
2689
+ BRF:0
2690
+ BRH:0
2691
+ end_of_record
2692
+ TN:
2693
+ SF:lib/translations/modules/vehicle_axis_type.ts
2694
+ FNF:0
2695
+ FNH:0
2696
+ DA:1,2
2697
+ LF:1
2698
+ LH:1
2699
+ BRF:0
2700
+ BRH:0
2701
+ end_of_record
2702
+ TN:
2703
+ SF:lib/translations/modules/vehicle_booking.ts
2704
+ FNF:0
2705
+ FNH:0
2706
+ DA:1,2
2707
+ DA:6,2
2708
+ DA:49,2
2709
+ LF:3
2710
+ LH:3
2711
+ BRF:0
2712
+ BRH:0
2713
+ end_of_record
2714
+ TN:
2715
+ SF:lib/translations/modules/vehicle_brand.ts
2716
+ FNF:0
2717
+ FNH:0
2718
+ DA:1,2
2719
+ DA:3,2
2720
+ DA:8,2
2721
+ LF:3
2722
+ LH:3
2723
+ BRF:0
2724
+ BRH:0
2725
+ end_of_record
2726
+ TN:
2727
+ SF:lib/translations/modules/vehicle_bulk.ts
2728
+ FNF:0
2729
+ FNH:0
2730
+ DA:1,2
2731
+ DA:6,2
2732
+ DA:29,2
2733
+ LF:3
2734
+ LH:3
2735
+ BRF:0
2736
+ BRH:0
2737
+ end_of_record
2738
+ TN:
2739
+ SF:lib/translations/modules/vehicle_casualty.ts
2740
+ FNF:0
2741
+ FNH:0
2742
+ DA:1,2
2743
+ DA:3,2
2744
+ DA:8,2
2745
+ DA:108,2
2746
+ DA:151,2
2747
+ LF:5
2748
+ LH:5
2749
+ BRF:0
2750
+ BRH:0
2751
+ end_of_record
2752
+ TN:
2753
+ SF:lib/translations/modules/vehicle_casualty_classification.ts
2754
+ FNF:0
2755
+ FNH:0
2756
+ DA:1,2
2757
+ DA:3,2
2758
+ DA:8,2
2759
+ DA:12,2
2760
+ LF:4
2761
+ LH:4
2762
+ BRF:0
2763
+ BRH:0
2764
+ end_of_record
2765
+ TN:
2766
+ SF:lib/translations/modules/vehicle_casualty_type.ts
2767
+ FNF:0
2768
+ FNH:0
2769
+ DA:1,2
2770
+ DA:3,2
2771
+ DA:8,2
2772
+ DA:12,2
2773
+ LF:4
2774
+ LH:4
2775
+ BRF:0
2776
+ BRH:0
2777
+ end_of_record
2778
+ TN:
2779
+ SF:lib/translations/modules/vehicle_change_history.ts
2780
+ FNF:0
2781
+ FNH:0
2782
+ DA:1,2
2783
+ DA:3,2
2784
+ DA:8,2
2785
+ DA:48,2
2786
+ DA:67,2
2787
+ LF:5
2788
+ LH:5
2789
+ BRF:0
2790
+ BRH:0
2791
+ end_of_record
2792
+ TN:
2793
+ SF:lib/translations/modules/vehicle_class.ts
2794
+ FNF:0
2795
+ FNH:0
2796
+ DA:1,2
2797
+ DA:3,2
2798
+ DA:8,2
2799
+ DA:16,2
2800
+ LF:4
2801
+ LH:4
2802
+ BRF:0
2803
+ BRH:0
2804
+ end_of_record
2805
+ TN:
2806
+ SF:lib/translations/modules/vehicle_deactivation_cause.ts
2807
+ FNF:0
2808
+ FNH:0
2809
+ DA:1,2
2810
+ DA:3,2
2811
+ DA:8,2
2812
+ LF:3
2813
+ LH:3
2814
+ BRF:0
2815
+ BRH:0
2816
+ end_of_record
2817
+ TN:
2818
+ SF:lib/translations/modules/vehicle_due.ts
2819
+ FNF:0
2820
+ FNH:0
2821
+ DA:1,2
2822
+ DA:3,2
2823
+ DA:8,2
2824
+ LF:3
2825
+ LH:3
2826
+ BRF:0
2827
+ BRH:0
2828
+ end_of_record
2829
+ TN:
2830
+ SF:lib/translations/modules/vehicle_event.ts
2831
+ FNF:0
2832
+ FNH:0
2833
+ DA:1,2
2834
+ DA:3,2
2835
+ DA:8,2
2836
+ LF:3
2837
+ LH:3
2838
+ BRF:0
2839
+ BRH:0
2840
+ end_of_record
2841
+ TN:
2842
+ SF:lib/translations/modules/vehicle_event_type.ts
2843
+ FNF:0
2844
+ FNH:0
2845
+ DA:1,2
2846
+ DA:3,2
2847
+ DA:8,2
2848
+ LF:3
2849
+ LH:3
2850
+ BRF:0
2851
+ BRH:0
2852
+ end_of_record
2853
+ TN:
2854
+ SF:lib/translations/modules/vehicle_fipe_option.ts
2855
+ FNF:0
2856
+ FNH:0
2857
+ DA:1,2
2858
+ DA:3,2
2859
+ DA:8,2
2860
+ LF:3
2861
+ LH:3
2862
+ BRF:0
2863
+ BRH:0
2864
+ end_of_record
2865
+ TN:
2866
+ SF:lib/translations/modules/vehicle_fuel.ts
2867
+ FNF:0
2868
+ FNH:0
2869
+ DA:1,2
2870
+ DA:3,2
2871
+ DA:8,2
2872
+ LF:3
2873
+ LH:3
2874
+ BRF:0
2875
+ BRH:0
2876
+ end_of_record
2877
+ TN:
2878
+ SF:lib/translations/modules/vehicle_group.ts
2879
+ FNF:0
2880
+ FNH:0
2881
+ DA:1,2
2882
+ LF:1
2883
+ LH:1
2884
+ BRF:0
2885
+ BRH:0
2886
+ end_of_record
2887
+ TN:
2888
+ SF:lib/translations/modules/vehicle_hitch.ts
2889
+ FNF:0
2890
+ FNH:0
2891
+ DA:1,2
2892
+ LF:1
2893
+ LH:1
2894
+ BRF:0
2895
+ BRH:0
2896
+ end_of_record
2897
+ TN:
2898
+ SF:lib/translations/modules/vehicle_layout.ts
2899
+ FNF:0
2900
+ FNH:0
2901
+ DA:1,2
2902
+ DA:3,2
2903
+ DA:8,2
2904
+ LF:3
2905
+ LH:3
2906
+ BRF:0
2907
+ BRH:0
2908
+ end_of_record
2909
+ TN:
2910
+ SF:lib/translations/modules/vehicle_layout_axe.ts
2911
+ FNF:0
2912
+ FNH:0
2913
+ DA:1,2
2914
+ LF:1
2915
+ LH:1
2916
+ BRF:0
2917
+ BRH:0
2918
+ end_of_record
2919
+ TN:
2920
+ SF:lib/translations/modules/vehicle_layout_position.ts
2921
+ FNF:0
2922
+ FNH:0
2923
+ DA:1,2
2924
+ LF:1
2925
+ LH:1
2926
+ BRF:0
2927
+ BRH:0
2928
+ end_of_record
2929
+ TN:
2930
+ SF:lib/translations/modules/vehicle_leasing.ts
2931
+ FNF:0
2932
+ FNH:0
2933
+ DA:1,2
2934
+ DA:3,2
2935
+ DA:8,2
2936
+ DA:52,2
2937
+ LF:4
2938
+ LH:4
2939
+ BRF:0
2940
+ BRH:0
2941
+ end_of_record
2942
+ TN:
2943
+ SF:lib/translations/modules/vehicle_maintenance_plan.ts
2944
+ FNF:0
2945
+ FNH:0
2946
+ DA:1,2
2947
+ DA:6,2
2948
+ DA:39,2
2949
+ LF:3
2950
+ LH:3
2951
+ BRF:0
2952
+ BRH:0
2953
+ end_of_record
2954
+ TN:
2955
+ SF:lib/translations/modules/vehicle_maintenance_plan_item.ts
2956
+ FNF:0
2957
+ FNH:0
2958
+ DA:1,2
2959
+ LF:1
2960
+ LH:1
2961
+ BRF:0
2962
+ BRH:0
2963
+ end_of_record
2964
+ TN:
2965
+ SF:lib/translations/modules/vehicle_maintenance_plan_service.ts
2966
+ FNF:0
2967
+ FNH:0
2968
+ DA:1,2
2969
+ LF:1
2970
+ LH:1
2971
+ BRF:0
2972
+ BRH:0
2973
+ end_of_record
2974
+ TN:
2975
+ SF:lib/translations/modules/vehicle_model.ts
2976
+ FNF:0
2977
+ FNH:0
2978
+ DA:1,2
2979
+ DA:3,2
2980
+ DA:8,2
2981
+ LF:3
2982
+ LH:3
2983
+ BRF:0
2984
+ BRH:0
2985
+ end_of_record
2986
+ TN:
2987
+ SF:lib/translations/modules/vehicle_model_class.ts
2988
+ FNF:0
2989
+ FNH:0
2990
+ DA:1,2
2991
+ DA:3,2
2992
+ DA:8,2
2993
+ DA:24,2
2994
+ LF:4
2995
+ LH:4
2996
+ BRF:0
2997
+ BRH:0
2998
+ end_of_record
2999
+ TN:
3000
+ SF:lib/translations/modules/vehicle_model_consumption.ts
3001
+ FNF:0
3002
+ FNH:0
3003
+ DA:1,2
3004
+ DA:3,2
3005
+ DA:8,2
3006
+ LF:3
3007
+ LH:3
3008
+ BRF:0
3009
+ BRH:0
3010
+ end_of_record
3011
+ TN:
3012
+ SF:lib/translations/modules/vehicle_model_price_history.ts
3013
+ FNF:0
3014
+ FNH:0
3015
+ DA:1,2
3016
+ DA:3,2
3017
+ DA:8,2
3018
+ LF:3
3019
+ LH:3
3020
+ BRF:0
3021
+ BRH:0
3022
+ end_of_record
3023
+ TN:
3024
+ SF:lib/translations/modules/vehicle_model_record.ts
3025
+ FNF:0
3026
+ FNH:0
3027
+ DA:1,2
3028
+ DA:3,2
3029
+ DA:8,2
3030
+ LF:3
3031
+ LH:3
3032
+ BRF:0
3033
+ BRH:0
3034
+ end_of_record
3035
+ TN:
3036
+ SF:lib/translations/modules/vehicle_model_technical_spec.ts
3037
+ FNF:0
3038
+ FNH:0
3039
+ DA:1,2
3040
+ DA:3,2
3041
+ DA:8,2
3042
+ LF:3
3043
+ LH:3
3044
+ BRF:0
3045
+ BRH:0
3046
+ end_of_record
3047
+ TN:
3048
+ SF:lib/translations/modules/vehicle_model_version.ts
3049
+ FNF:0
3050
+ FNH:0
3051
+ DA:1,2
3052
+ DA:3,2
3053
+ DA:8,2
3054
+ LF:3
3055
+ LH:3
3056
+ BRF:0
3057
+ BRH:0
3058
+ end_of_record
3059
+ TN:
3060
+ SF:lib/translations/modules/vehicle_request_type.ts
3061
+ FNF:0
3062
+ FNH:0
3063
+ DA:1,2
3064
+ LF:1
3065
+ LH:1
3066
+ BRF:0
3067
+ BRH:0
3068
+ end_of_record
3069
+ TN:
3070
+ SF:lib/translations/modules/vehicle_stock.ts
3071
+ FNF:0
3072
+ FNH:0
3073
+ DA:1,2
3074
+ LF:1
3075
+ LH:1
3076
+ BRF:0
3077
+ BRH:0
3078
+ end_of_record
3079
+ TN:
3080
+ SF:lib/translations/modules/vehicle_tag.ts
3081
+ FNF:0
3082
+ FNH:0
3083
+ DA:1,2
3084
+ DA:3,2
3085
+ DA:8,2
3086
+ LF:3
3087
+ LH:3
3088
+ BRF:0
3089
+ BRH:0
3090
+ end_of_record
3091
+ TN:
3092
+ SF:lib/translations/modules/vehicle_type.ts
3093
+ FNF:0
3094
+ FNH:0
3095
+ DA:1,2
3096
+ LF:1
3097
+ LH:1
3098
+ BRF:0
3099
+ BRH:0
3100
+ end_of_record
3101
+ TN:
3102
+ SF:lib/translations/modules/vehicle_type_axis.ts
3103
+ FNF:0
3104
+ FNH:0
3105
+ DA:1,2
3106
+ LF:1
3107
+ LH:1
3108
+ BRF:0
3109
+ BRH:0
3110
+ end_of_record
3111
+ TN:
3112
+ SF:lib/translations/modules/visual_management.ts
3113
+ FNF:0
3114
+ FNH:0
3115
+ DA:1,2
3116
+ DA:6,2
3117
+ LF:2
3118
+ LH:2
3119
+ BRF:0
3120
+ BRH:0
3121
+ end_of_record
3122
+ TN:
3123
+ SF:lib/translations/modules/warehouse.ts
3124
+ FNF:0
3125
+ FNH:0
3126
+ DA:1,2
3127
+ DA:3,2
3128
+ DA:8,2
3129
+ DA:20,2
3130
+ LF:4
3131
+ LH:4
3132
+ BRF:0
3133
+ BRH:0
3134
+ end_of_record
3135
+ TN:
3136
+ SF:lib/translations/modules/warehouse_item.ts
3137
+ FNF:0
3138
+ FNH:0
3139
+ DA:1,2
3140
+ LF:1
3141
+ LH:1
3142
+ BRF:0
3143
+ BRH:0
3144
+ end_of_record
3145
+ TN:
3146
+ SF:lib/translations/modules/webhook.ts
3147
+ FNF:0
3148
+ FNH:0
3149
+ DA:1,2
3150
+ DA:3,2
3151
+ DA:8,2
3152
+ DA:60,2
3153
+ LF:4
3154
+ LH:4
3155
+ BRF:0
3156
+ BRH:0
3157
+ end_of_record
3158
+ TN:
3159
+ SF:lib/translations/modules/white_label.ts
3160
+ FNF:0
3161
+ FNH:0
3162
+ DA:1,2
3163
+ LF:1
3164
+ LH:1
3165
+ BRF:0
3166
+ BRH:0
3167
+ end_of_record