sr.po 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * payment_stripe
  4. #
  5. # Translators:
  6. # Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2023
  7. # Martin Trigaux, 2023
  8. #
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: Odoo Server 16.0\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2023-01-31 14:10+0000\n"
  14. "PO-Revision-Date: 2023-09-25 06:59+0000\n"
  15. "Last-Translator: Martin Trigaux, 2023\n"
  16. "Language-Team: Serbian (https://app.transifex.com/odoo/teams/41243/sr/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Language: sr\n"
  21. "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
  22. #. module: payment_stripe
  23. #: model:ir.model.fields,field_description:payment_stripe.field_payment_provider__code
  24. msgid "Code"
  25. msgstr "Kod"
  26. #. module: payment_stripe
  27. #: model_terms:ir.ui.view,arch_db:payment_stripe.payment_provider_form
  28. msgid "Connect Stripe"
  29. msgstr ""
  30. #. module: payment_stripe
  31. #. odoo-python
  32. #: code:addons/payment_stripe/models/payment_provider.py:0
  33. #, python-format
  34. msgid "Could not establish the connection to the API."
  35. msgstr ""
  36. #. module: payment_stripe
  37. #. odoo-javascript
  38. #: code:addons/payment_stripe/static/src/js/express_checkout_form.js:0
  39. #, python-format
  40. msgid "Delivery"
  41. msgstr "Isporuka"
  42. #. module: payment_stripe
  43. #: model_terms:ir.ui.view,arch_db:payment_stripe.payment_provider_form
  44. msgid "Enable Apple Pay"
  45. msgstr ""
  46. #. module: payment_stripe
  47. #: model_terms:ir.ui.view,arch_db:payment_stripe.payment_provider_form
  48. msgid "Generate your webhook"
  49. msgstr ""
  50. #. module: payment_stripe
  51. #: model_terms:ir.ui.view,arch_db:payment_stripe.payment_provider_form
  52. msgid "Get your Secret and Publishable keys"
  53. msgstr ""
  54. #. module: payment_stripe
  55. #: model:ir.model.fields,help:payment_stripe.field_payment_provider__stripe_webhook_secret
  56. msgid ""
  57. "If a webhook is enabled on your Stripe account, this signing secret must be "
  58. "set to authenticate the messages sent from Stripe to Odoo."
  59. msgstr ""
  60. #. module: payment_stripe
  61. #. odoo-python
  62. #: code:addons/payment_stripe/models/payment_transaction.py:0
  63. #, python-format
  64. msgid "No transaction found matching reference %s."
  65. msgstr ""
  66. #. module: payment_stripe
  67. #: model:ir.model,name:payment_stripe.model_payment_provider
  68. msgid "Payment Provider"
  69. msgstr "Provajder plaćanja"
  70. #. module: payment_stripe
  71. #: model:ir.actions.act_window,name:payment_stripe.action_payment_provider_onboarding
  72. msgid "Payment Providers"
  73. msgstr "Provajderi plaćanja"
  74. #. module: payment_stripe
  75. #: model:ir.model,name:payment_stripe.model_payment_token
  76. msgid "Payment Token"
  77. msgstr ""
  78. #. module: payment_stripe
  79. #: model:ir.model,name:payment_stripe.model_payment_transaction
  80. msgid "Payment Transaction"
  81. msgstr "Transakcija plaćanja"
  82. #. module: payment_stripe
  83. #. odoo-python
  84. #: code:addons/payment_stripe/models/payment_provider.py:0
  85. #, python-format
  86. msgid "Please use live credentials to enable Apple Pay."
  87. msgstr ""
  88. #. module: payment_stripe
  89. #: model:ir.model.fields,field_description:payment_stripe.field_payment_provider__stripe_publishable_key
  90. msgid "Publishable Key"
  91. msgstr ""
  92. #. module: payment_stripe
  93. #. odoo-python
  94. #: code:addons/payment_stripe/models/payment_transaction.py:0
  95. #, python-format
  96. msgid "Received data with invalid intent status: %s"
  97. msgstr ""
  98. #. module: payment_stripe
  99. #. odoo-python
  100. #: code:addons/payment_stripe/models/payment_transaction.py:0
  101. #, python-format
  102. msgid "Received data with missing intent status."
  103. msgstr ""
  104. #. module: payment_stripe
  105. #. odoo-python
  106. #: code:addons/payment_stripe/models/payment_transaction.py:0
  107. #, python-format
  108. msgid "Received data with missing merchant reference"
  109. msgstr ""
  110. #. module: payment_stripe
  111. #: model:ir.model.fields,field_description:payment_stripe.field_payment_provider__stripe_secret_key
  112. msgid "Secret Key"
  113. msgstr ""
  114. #. module: payment_stripe
  115. #: model:ir.model.fields.selection,name:payment_stripe.selection__payment_provider__code__stripe
  116. msgid "Stripe"
  117. msgstr ""
  118. #. module: payment_stripe
  119. #: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent
  120. msgid "Stripe Payment Intent ID"
  121. msgstr ""
  122. #. module: payment_stripe
  123. #: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method
  124. msgid "Stripe Payment Method ID"
  125. msgstr ""
  126. #. module: payment_stripe
  127. #. odoo-python
  128. #: code:addons/payment_stripe/models/payment_provider.py:0
  129. #, python-format
  130. msgid "Stripe Proxy error: %(error)s"
  131. msgstr ""
  132. #. module: payment_stripe
  133. #. odoo-python
  134. #: code:addons/payment_stripe/models/payment_provider.py:0
  135. #, python-format
  136. msgid "Stripe Proxy: An error occurred when communicating with the proxy."
  137. msgstr ""
  138. #. module: payment_stripe
  139. #. odoo-python
  140. #: code:addons/payment_stripe/models/payment_provider.py:0
  141. #, python-format
  142. msgid "Stripe Proxy: Could not establish the connection."
  143. msgstr ""
  144. #. module: payment_stripe
  145. #. odoo-python
  146. #: code:addons/payment_stripe/models/payment_provider.py:0
  147. #: code:addons/payment_stripe/models/payment_transaction.py:0
  148. #, python-format
  149. msgid ""
  150. "The communication with the API failed.\n"
  151. "Stripe gave us the following info about the problem:\n"
  152. "'%s'"
  153. msgstr ""
  154. #. module: payment_stripe
  155. #. odoo-python
  156. #: code:addons/payment_stripe/models/payment_transaction.py:0
  157. #, python-format
  158. msgid "The customer left the payment page."
  159. msgstr ""
  160. #. module: payment_stripe
  161. #: model:ir.model.fields,help:payment_stripe.field_payment_provider__stripe_publishable_key
  162. msgid "The key solely used to identify the account with Stripe"
  163. msgstr ""
  164. #. module: payment_stripe
  165. #. odoo-python
  166. #: code:addons/payment_stripe/models/payment_transaction.py:0
  167. #, python-format
  168. msgid ""
  169. "The refund did not go through. Please log into your Stripe Dashboard to get "
  170. "more information on that matter, and address any accounting discrepancies."
  171. msgstr ""
  172. #. module: payment_stripe
  173. #: model:ir.model.fields,help:payment_stripe.field_payment_provider__code
  174. msgid "The technical code of this payment provider."
  175. msgstr ""
  176. #. module: payment_stripe
  177. #. odoo-python
  178. #: code:addons/payment_stripe/models/payment_transaction.py:0
  179. #, python-format
  180. msgid "The transaction is not linked to a token."
  181. msgstr ""
  182. #. module: payment_stripe
  183. #. odoo-python
  184. #: code:addons/payment_stripe/models/payment_token.py:0
  185. #, python-format
  186. msgid "Unable to convert payment token to new API."
  187. msgstr ""
  188. #. module: payment_stripe
  189. #: model:ir.model.fields,field_description:payment_stripe.field_payment_provider__stripe_webhook_secret
  190. msgid "Webhook Signing Secret"
  191. msgstr ""
  192. #. module: payment_stripe
  193. #. odoo-python
  194. #: code:addons/payment_stripe/models/payment_provider.py:0
  195. #, python-format
  196. msgid "You Stripe Webhook was successfully set up!"
  197. msgstr ""
  198. #. module: payment_stripe
  199. #. odoo-python
  200. #: code:addons/payment_stripe/models/payment_provider.py:0
  201. #, python-format
  202. msgid ""
  203. "You cannot create a Stripe Webhook if your Stripe Secret Key is not set."
  204. msgstr ""
  205. #. module: payment_stripe
  206. #. odoo-python
  207. #: code:addons/payment_stripe/models/payment_provider.py:0
  208. #, python-format
  209. msgid ""
  210. "You cannot set the provider state to Enabled until your onboarding to Stripe"
  211. " is completed."
  212. msgstr ""
  213. #. module: payment_stripe
  214. #. odoo-python
  215. #: code:addons/payment_stripe/models/payment_provider.py:0
  216. #, python-format
  217. msgid ""
  218. "You cannot set the provider to Test Mode while it is linked with your Stripe"
  219. " account."
  220. msgstr ""
  221. #. module: payment_stripe
  222. #. odoo-python
  223. #: code:addons/payment_stripe/models/payment_provider.py:0
  224. #, python-format
  225. msgid "Your Stripe Webhook is already set up."
  226. msgstr ""
  227. #. module: payment_stripe
  228. #. odoo-javascript
  229. #: code:addons/payment_stripe/static/src/js/express_checkout_form.js:0
  230. #, python-format
  231. msgid "Your order"
  232. msgstr ""
  233. #. module: payment_stripe
  234. #. odoo-python
  235. #: code:addons/payment_stripe/models/payment_provider.py:0
  236. #, python-format
  237. msgid "Your web domain was successfully verified."
  238. msgstr ""