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.

168 lines
4.9 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * webhook
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 10.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-12-01 02:11+0000\n"
  12. "PO-Revision-Date: 2017-12-01 02:11+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
  14. "Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: eu\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. module: webhook
  21. #: model:ir.model.fields,field_description:webhook.field_webhook_active
  22. msgid "Active"
  23. msgstr ""
  24. #. module: webhook
  25. #: model:ir.ui.view,arch_db:webhook.view_webhook_form
  26. msgid "Address"
  27. msgstr ""
  28. #. module: webhook
  29. #: model:ir.model.fields,field_description:webhook.field_webhook_name
  30. msgid "Consumer name"
  31. msgstr ""
  32. #. module: webhook
  33. #: model:ir.model.fields,field_description:webhook.field_webhook_address_create_uid
  34. #: model:ir.model.fields,field_description:webhook.field_webhook_create_uid
  35. msgid "Created by"
  36. msgstr "Nork sortua"
  37. #. module: webhook
  38. #: model:ir.model.fields,field_description:webhook.field_webhook_address_create_date
  39. #: model:ir.model.fields,field_description:webhook.field_webhook_create_date
  40. msgid "Created on"
  41. msgstr "Created on"
  42. #. module: webhook
  43. #: model:ir.model.fields,field_description:webhook.field_webhook_address_display_name
  44. #: model:ir.model.fields,field_description:webhook.field_webhook_display_name
  45. msgid "Display Name"
  46. msgstr "Izena erakutsi"
  47. #. module: webhook
  48. #: model:ir.model.fields,field_description:webhook.field_webhook_python_code_get_ip
  49. msgid "Get IP"
  50. msgstr ""
  51. #. module: webhook
  52. #: model:ir.model.fields,field_description:webhook.field_webhook_python_code_get_event
  53. msgid "Get event"
  54. msgstr ""
  55. #. module: webhook
  56. #: model:ir.model.fields,field_description:webhook.field_webhook_address_id
  57. #: model:ir.model.fields,field_description:webhook.field_webhook_id
  58. msgid "ID"
  59. msgstr "ID"
  60. #. module: webhook
  61. #: model:ir.model.fields,field_description:webhook.field_webhook_address_ids
  62. #: model:ir.model.fields,field_description:webhook.field_webhook_address_name
  63. msgid "IP or Network Address"
  64. msgstr ""
  65. #. module: webhook
  66. #: model:ir.model.fields,help:webhook.field_webhook_address_name
  67. msgid ""
  68. "IP or network address of your consumer webhook:\n"
  69. "ip address e.g.: 10.10.0.8\n"
  70. "network address e.g. of: 10.10.0.8/24"
  71. msgstr ""
  72. #. module: webhook
  73. #: model:ir.model.fields,field_description:webhook.field_webhook___last_update
  74. #: model:ir.model.fields,field_description:webhook.field_webhook_address___last_update
  75. msgid "Last Modified on"
  76. msgstr ""
  77. #. module: webhook
  78. #: model:ir.model.fields,field_description:webhook.field_webhook_address_write_uid
  79. #: model:ir.model.fields,field_description:webhook.field_webhook_write_uid
  80. msgid "Last Updated by"
  81. msgstr "Last Updated by"
  82. #. module: webhook
  83. #: model:ir.model.fields,field_description:webhook.field_webhook_address_write_date
  84. #: model:ir.model.fields,field_description:webhook.field_webhook_write_date
  85. msgid "Last Updated on"
  86. msgstr "Last Updated on"
  87. #. module: webhook
  88. #: model:ir.model.fields,help:webhook.field_webhook_name
  89. msgid ""
  90. "Name of your consumer webhook. This name will be used in named of event "
  91. "methods"
  92. msgstr ""
  93. #. module: webhook
  94. #: code:addons/webhook/models/webhook.py:195
  95. #, python-format
  96. msgid "Not defined methods \"%s\" yet"
  97. msgstr ""
  98. #. module: webhook
  99. #: model:ir.model.fields,help:webhook.field_webhook_python_code_get_event
  100. msgid ""
  101. "Python code to get event from request data.\n"
  102. "You have object.env.request variable with full webhook request."
  103. msgstr ""
  104. #. module: webhook
  105. #: model:ir.model.fields,help:webhook.field_webhook_python_code_get_ip
  106. msgid ""
  107. "Python code to get remote IP address from request data.\n"
  108. "You have object.env.request variable with full webhook request."
  109. msgstr ""
  110. #. module: webhook
  111. #: model:ir.model.fields,help:webhook.field_webhook_address_ids
  112. msgid "This address will be filter to know who is consumer webhook"
  113. msgstr ""
  114. #. module: webhook
  115. #: model:ir.actions.act_window,name:webhook.action_webhook
  116. #: model:ir.model.fields,field_description:webhook.field_webhook_address_webhook_id
  117. #: model:ir.ui.menu,name:webhook.webhook_menu_action
  118. msgid "Webhook"
  119. msgstr ""
  120. #. module: webhook
  121. #: code:addons/webhook/tests/test_webhook_post.py:30
  122. #, python-format
  123. msgid "Wrong value received"
  124. msgstr ""
  125. #. module: webhook
  126. #: code:addons/webhook/models/webhook.py:183
  127. #, python-format
  128. msgid "event is not defined"
  129. msgstr ""
  130. #. module: webhook
  131. #: model:ir.model,name:webhook.model_webhook
  132. msgid "webhook"
  133. msgstr ""
  134. #. module: webhook
  135. #: code:addons/webhook/controllers/main.py:38
  136. #, python-format
  137. msgid ""
  138. "webhook consumer [%s] from remote address [%s] not found jsonrequest [%s]"
  139. msgstr ""
  140. #. module: webhook
  141. #: model:ir.model,name:webhook.model_webhook_address
  142. msgid "webhook.address"
  143. msgstr ""