You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

275 lines
8.0 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * profiler
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 11.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "Last-Translator: <>\n"
  10. "Language-Team: \n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: \n"
  14. "Plural-Forms: \n"
  15. #. module: profiler
  16. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_attachment_count
  17. msgid "Attachment Count"
  18. msgstr ""
  19. #. module: profiler
  20. #: model:ir.ui.view,arch_db:profiler.view_profile_form
  21. msgid "Attachments"
  22. msgstr ""
  23. #. module: profiler
  24. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_python_line_cprof_ctpercall
  25. msgid "CT per call"
  26. msgstr ""
  27. #. module: profiler
  28. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_python_line_cprof_ncalls
  29. msgid "Calls"
  30. msgstr ""
  31. #. module: profiler
  32. #: model:ir.ui.view,arch_db:profiler.view_profile_form
  33. msgid "Clear"
  34. msgstr ""
  35. #. module: profiler
  36. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_create_uid
  37. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_python_line_create_uid
  38. msgid "Created by"
  39. msgstr ""
  40. #. module: profiler
  41. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_create_date
  42. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_python_line_create_date
  43. msgid "Created on"
  44. msgstr ""
  45. #. module: profiler
  46. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_python_line_cprof_cumtime
  47. msgid "Cumulative time"
  48. msgstr ""
  49. #. module: profiler
  50. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_date_finished
  51. msgid "Date Finished"
  52. msgstr ""
  53. #. module: profiler
  54. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_date_started
  55. msgid "Date Started"
  56. msgstr ""
  57. #. module: profiler
  58. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_description
  59. msgid "Description"
  60. msgstr ""
  61. #. module: profiler
  62. #: model:ir.ui.view,arch_db:profiler.view_profile_form
  63. msgid "Disable"
  64. msgstr ""
  65. #. module: profiler
  66. #: selection:profiler.profile,state:0
  67. msgid "Disabled"
  68. msgstr ""
  69. #. module: profiler
  70. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_display_name
  71. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_python_line_display_name
  72. msgid "Display Name"
  73. msgstr ""
  74. #. module: profiler
  75. #: model:ir.ui.view,arch_db:profiler.view_profile_form
  76. msgid "Enable"
  77. msgstr ""
  78. #. module: profiler
  79. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_enable_postgresql
  80. msgid "Enable Postgresql"
  81. msgstr ""
  82. #. module: profiler
  83. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_enable_python
  84. msgid "Enable Python"
  85. msgstr ""
  86. #. module: profiler
  87. #: selection:profiler.profile,state:0
  88. msgid "Enabled"
  89. msgstr ""
  90. #. module: profiler
  91. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_python_line_cprof_fname
  92. msgid "Filename:lineno(method)"
  93. msgstr ""
  94. #. module: profiler
  95. #: model:ir.model.fields,help:profiler.field_profiler_profile_pg_log_path
  96. msgid "Getting the path to the logger"
  97. msgstr ""
  98. #. module: profiler
  99. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_id
  100. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_python_line_id
  101. msgid "ID"
  102. msgstr ""
  103. #. module: profiler
  104. #: model:ir.model.fields,help:profiler.field_profiler_profile_use_py_index
  105. msgid "Index human-readable cProfile attachment.\n"
  106. "To access this report, you must open the cprofile attachment view using debug mode.\n"
  107. "Warning: Uses more resources."
  108. msgstr ""
  109. #. module: profiler
  110. #: model:ir.model.fields,help:profiler.field_profiler_profile_enable_postgresql
  111. msgid "It requires postgresql server logs seudo-enabled"
  112. msgstr ""
  113. #. module: profiler
  114. #: code:addons/profiler/models/profiler_profile.py:250
  115. #, python-format
  116. msgid "It's not possible change parameter.\n"
  117. "%s\n"
  118. "Please, disable postgresql or re-enable it in order to read the instructions"
  119. msgstr ""
  120. #. module: profiler
  121. #: model:ir.model.fields,field_description:profiler.field_profiler_profile___last_update
  122. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_python_line___last_update
  123. msgid "Last Modified on"
  124. msgstr ""
  125. #. module: profiler
  126. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_python_line_write_uid
  127. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_write_uid
  128. msgid "Last Updated by"
  129. msgstr ""
  130. #. module: profiler
  131. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_python_line_write_date
  132. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_write_date
  133. msgid "Last Updated on"
  134. msgstr ""
  135. #. module: profiler
  136. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_name
  137. msgid "Name"
  138. msgstr ""
  139. #. module: profiler
  140. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_py_stats_lines
  141. msgid "PY Stats Lines"
  142. msgstr ""
  143. #. module: profiler
  144. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_pg_log_path
  145. msgid "Pg Log Path"
  146. msgstr ""
  147. #. module: profiler
  148. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_pg_remote
  149. msgid "Pg Remote"
  150. msgstr ""
  151. #. module: profiler
  152. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_pg_stats_most_frequent_html
  153. #: model:ir.ui.view,arch_db:profiler.view_profile_form
  154. msgid "PostgreSQL Stats - Most Frequent"
  155. msgstr ""
  156. #. module: profiler
  157. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_pg_stats_slowest_html
  158. #: model:ir.ui.view,arch_db:profiler.view_profile_form
  159. msgid "PostgreSQL Stats - Slowest"
  160. msgstr ""
  161. #. module: profiler
  162. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_pg_stats_time_consuming_html
  163. #: model:ir.ui.view,arch_db:profiler.view_profile_form
  164. msgid "PostgreSQL Stats - Time Consuming"
  165. msgstr ""
  166. #. module: profiler
  167. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_python_line_profile_id
  168. #: model:ir.ui.menu,name:profiler.menu_profile
  169. #: model:ir.ui.view,arch_db:profiler.view_profile_form
  170. msgid "Profile"
  171. msgstr ""
  172. #. module: profiler
  173. #: model:ir.actions.act_window,name:profiler.profile_action_window
  174. #: model:ir.ui.menu,name:profiler.menu_profiler
  175. #: model:ir.ui.menu,name:profiler.menu_profiler_root
  176. msgid "Profiler"
  177. msgstr ""
  178. #. module: profiler
  179. #: model:ir.model,name:profiler.model_profiler_profile
  180. msgid "Profiler Profile"
  181. msgstr ""
  182. #. module: profiler
  183. #: model:ir.model,name:profiler.model_profiler_profile_python_line
  184. msgid "Profiler Python Line to save cProfiling results"
  185. msgstr ""
  186. #. module: profiler
  187. #: model:ir.actions.act_window,name:profiler.action_view_profiling_lines
  188. msgid "Profiling lines"
  189. msgstr ""
  190. #. module: profiler
  191. #: model:ir.ui.view,arch_db:profiler.view_profile_form
  192. msgid "Python Stats - Profiling Lines"
  193. msgstr ""
  194. #. module: profiler
  195. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_python_line_cprof_nrcalls
  196. msgid "Recursive Calls"
  197. msgstr ""
  198. #. module: profiler
  199. #: model:ir.ui.view,arch_db:profiler.view_profiling_lines_search
  200. msgid "Search Profiling lines"
  201. msgstr ""
  202. #. module: profiler
  203. #: code:addons/profiler/models/profiler_profile.py:219
  204. #, python-format
  205. msgid "Start the odoo server using the parameter '--workers=0'"
  206. msgstr ""
  207. #. module: profiler
  208. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_state
  209. msgid "State"
  210. msgstr ""
  211. #. module: profiler
  212. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_python_line_cprof_ttpercall
  213. msgid "Time per call"
  214. msgstr ""
  215. #. module: profiler
  216. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_python_line_cprof_tottime
  217. msgid "Total time"
  218. msgstr ""
  219. #. module: profiler
  220. #: model:ir.model.fields,field_description:profiler.field_profiler_profile_use_py_index
  221. msgid "Use Py Index"
  222. msgstr ""
  223. #. module: profiler
  224. #: model:ir.ui.view,arch_db:profiler.view_profile_form
  225. msgid "View profiling lines"
  226. msgstr ""