et.po 7.9 KB

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