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.

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