hi.po 7.5 KB

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