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.

158 lines
4.5 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * webhook
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 10.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: webhook
  16. #: model:ir.model.fields,field_description:webhook.field_webhook_active
  17. msgid "Active"
  18. msgstr ""
  19. #. module: webhook
  20. #: model:ir.ui.view,arch_db:webhook.view_webhook_form
  21. msgid "Address"
  22. msgstr ""
  23. #. module: webhook
  24. #: model:ir.model.fields,field_description:webhook.field_webhook_name
  25. msgid "Consumer name"
  26. msgstr ""
  27. #. module: webhook
  28. #: model:ir.model.fields,field_description:webhook.field_webhook_address_create_uid
  29. #: model:ir.model.fields,field_description:webhook.field_webhook_create_uid
  30. msgid "Created by"
  31. msgstr ""
  32. #. module: webhook
  33. #: model:ir.model.fields,field_description:webhook.field_webhook_address_create_date
  34. #: model:ir.model.fields,field_description:webhook.field_webhook_create_date
  35. msgid "Created on"
  36. msgstr ""
  37. #. module: webhook
  38. #: model:ir.model.fields,field_description:webhook.field_webhook_address_display_name
  39. #: model:ir.model.fields,field_description:webhook.field_webhook_display_name
  40. msgid "Display Name"
  41. msgstr ""
  42. #. module: webhook
  43. #: model:ir.model.fields,field_description:webhook.field_webhook_python_code_get_ip
  44. msgid "Get IP"
  45. msgstr ""
  46. #. module: webhook
  47. #: model:ir.model.fields,field_description:webhook.field_webhook_python_code_get_event
  48. msgid "Get event"
  49. msgstr ""
  50. #. module: webhook
  51. #: model:ir.model.fields,field_description:webhook.field_webhook_address_id
  52. #: model:ir.model.fields,field_description:webhook.field_webhook_id
  53. msgid "ID"
  54. msgstr ""
  55. #. module: webhook
  56. #: model:ir.model.fields,field_description:webhook.field_webhook_address_ids
  57. #: model:ir.model.fields,field_description:webhook.field_webhook_address_name
  58. msgid "IP or Network Address"
  59. msgstr ""
  60. #. module: webhook
  61. #: model:ir.model.fields,help:webhook.field_webhook_address_name
  62. msgid "IP or network address of your consumer webhook:\n"
  63. "ip address e.g.: 10.10.0.8\n"
  64. "network address e.g. of: 10.10.0.8/24"
  65. msgstr ""
  66. #. module: webhook
  67. #: model:ir.model.fields,field_description:webhook.field_webhook___last_update
  68. #: model:ir.model.fields,field_description:webhook.field_webhook_address___last_update
  69. msgid "Last Modified on"
  70. msgstr ""
  71. #. module: webhook
  72. #: model:ir.model.fields,field_description:webhook.field_webhook_address_write_uid
  73. #: model:ir.model.fields,field_description:webhook.field_webhook_write_uid
  74. msgid "Last Updated by"
  75. msgstr ""
  76. #. module: webhook
  77. #: model:ir.model.fields,field_description:webhook.field_webhook_address_write_date
  78. #: model:ir.model.fields,field_description:webhook.field_webhook_write_date
  79. msgid "Last Updated on"
  80. msgstr ""
  81. #. module: webhook
  82. #: model:ir.model.fields,help:webhook.field_webhook_name
  83. msgid "Name of your consumer webhook. This name will be used in named of event methods"
  84. msgstr ""
  85. #. module: webhook
  86. #: code:addons/webhook/models/webhook.py:195
  87. #, python-format
  88. msgid "Not defined methods \"%s\" yet"
  89. msgstr ""
  90. #. module: webhook
  91. #: model:ir.model.fields,help:webhook.field_webhook_python_code_get_event
  92. msgid "Python code to get event from request data.\n"
  93. "You have object.env.request variable with full webhook request."
  94. msgstr ""
  95. #. module: webhook
  96. #: model:ir.model.fields,help:webhook.field_webhook_python_code_get_ip
  97. msgid "Python code to get remote IP address from request data.\n"
  98. "You have object.env.request variable with full webhook request."
  99. msgstr ""
  100. #. module: webhook
  101. #: model:ir.model.fields,help:webhook.field_webhook_address_ids
  102. msgid "This address will be filter to know who is consumer webhook"
  103. msgstr ""
  104. #. module: webhook
  105. #: model:ir.actions.act_window,name:webhook.action_webhook
  106. #: model:ir.model.fields,field_description:webhook.field_webhook_address_webhook_id
  107. #: model:ir.ui.menu,name:webhook.webhook_menu_action
  108. msgid "Webhook"
  109. msgstr ""
  110. #. module: webhook
  111. #: code:addons/webhook/tests/test_webhook_post.py:30
  112. #, python-format
  113. msgid "Wrong value received"
  114. msgstr ""
  115. #. module: webhook
  116. #: code:addons/webhook/models/webhook.py:183
  117. #, python-format
  118. msgid "event is not defined"
  119. msgstr ""
  120. #. module: webhook
  121. #: model:ir.model,name:webhook.model_webhook
  122. msgid "webhook"
  123. msgstr ""
  124. #. module: webhook
  125. #: code:addons/webhook/controllers/main.py:38
  126. #, python-format
  127. msgid "webhook consumer [%s] from remote address [%s] not found jsonrequest [%s]"
  128. msgstr ""
  129. #. module: webhook
  130. #: model:ir.model,name:webhook.model_webhook_address
  131. msgid "webhook.address"
  132. msgstr ""