th.po 8.1 KB

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