sv.po 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * payment_stripe
  4. #
  5. # Translators:
  6. # Anders Wallenquist <anders.wallenquist@vertel.se>, 2023
  7. # Simon S, 2023
  8. # Martin Trigaux, 2023
  9. # Lasse L, 2023
  10. # Kim Asplund <kim.asplund@gmail.com>, 2023
  11. #
  12. msgid ""
  13. msgstr ""
  14. "Project-Id-Version: Odoo Server 16.0\n"
  15. "Report-Msgid-Bugs-To: \n"
  16. "POT-Creation-Date: 2023-01-31 14:10+0000\n"
  17. "PO-Revision-Date: 2023-09-25 06:59+0000\n"
  18. "Last-Translator: Kim Asplund <kim.asplund@gmail.com>, 2023\n"
  19. "Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n"
  20. "MIME-Version: 1.0\n"
  21. "Content-Type: text/plain; charset=UTF-8\n"
  22. "Content-Transfer-Encoding: \n"
  23. "Language: sv\n"
  24. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  25. #. module: payment_stripe
  26. #: model:ir.model.fields,field_description:payment_stripe.field_payment_provider__code
  27. msgid "Code"
  28. msgstr "Kod"
  29. #. module: payment_stripe
  30. #: model_terms:ir.ui.view,arch_db:payment_stripe.payment_provider_form
  31. msgid "Connect Stripe"
  32. msgstr "Anslut till Stripe"
  33. #. module: payment_stripe
  34. #. odoo-python
  35. #: code:addons/payment_stripe/models/payment_provider.py:0
  36. #, python-format
  37. msgid "Could not establish the connection to the API."
  38. msgstr "Det gick inte att upprätta anslutningen till API:et."
  39. #. module: payment_stripe
  40. #. odoo-javascript
  41. #: code:addons/payment_stripe/static/src/js/express_checkout_form.js:0
  42. #, python-format
  43. msgid "Delivery"
  44. msgstr "Leverans"
  45. #. module: payment_stripe
  46. #: model_terms:ir.ui.view,arch_db:payment_stripe.payment_provider_form
  47. msgid "Enable Apple Pay"
  48. msgstr "Aktivera Apple Pay"
  49. #. module: payment_stripe
  50. #: model_terms:ir.ui.view,arch_db:payment_stripe.payment_provider_form
  51. msgid "Generate your webhook"
  52. msgstr "Generera din webhook"
  53. #. module: payment_stripe
  54. #: model_terms:ir.ui.view,arch_db:payment_stripe.payment_provider_form
  55. msgid "Get your Secret and Publishable keys"
  56. msgstr "Hämta dina hemliga och publicerbara nycklar"
  57. #. module: payment_stripe
  58. #: model:ir.model.fields,help:payment_stripe.field_payment_provider__stripe_webhook_secret
  59. msgid ""
  60. "If a webhook is enabled on your Stripe account, this signing secret must be "
  61. "set to authenticate the messages sent from Stripe to Odoo."
  62. msgstr ""
  63. "Om en webhook är aktiverad på ditt Stripe-konto måste denna "
  64. "signeringshemlighet ställas in för att autentisera de meddelanden som "
  65. "skickas från Stripe till Odoo."
  66. #. module: payment_stripe
  67. #. odoo-python
  68. #: code:addons/payment_stripe/models/payment_transaction.py:0
  69. #, python-format
  70. msgid "No transaction found matching reference %s."
  71. msgstr "Ingen transaktion hittades som matchar referensen %s."
  72. #. module: payment_stripe
  73. #: model:ir.model,name:payment_stripe.model_payment_provider
  74. msgid "Payment Provider"
  75. msgstr "Betalningsleverantör"
  76. #. module: payment_stripe
  77. #: model:ir.actions.act_window,name:payment_stripe.action_payment_provider_onboarding
  78. msgid "Payment Providers"
  79. msgstr "Betalningsleverantörer"
  80. #. module: payment_stripe
  81. #: model:ir.model,name:payment_stripe.model_payment_token
  82. msgid "Payment Token"
  83. msgstr "Betalnings-token"
  84. #. module: payment_stripe
  85. #: model:ir.model,name:payment_stripe.model_payment_transaction
  86. msgid "Payment Transaction"
  87. msgstr "Betalningstransaktion"
  88. #. module: payment_stripe
  89. #. odoo-python
  90. #: code:addons/payment_stripe/models/payment_provider.py:0
  91. #, python-format
  92. msgid "Please use live credentials to enable Apple Pay."
  93. msgstr "Använd live-autentiseringsuppgifter för att aktivera Apple Pay."
  94. #. module: payment_stripe
  95. #: model:ir.model.fields,field_description:payment_stripe.field_payment_provider__stripe_publishable_key
  96. msgid "Publishable Key"
  97. msgstr "Publik nyckel"
  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 invalid intent status: %s"
  103. msgstr "Mottagen data med ogiltig avsiktsstatus: %s"
  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 intent status."
  109. msgstr "Mottagna data med status för saknad avsikt."
  110. #. module: payment_stripe
  111. #. odoo-python
  112. #: code:addons/payment_stripe/models/payment_transaction.py:0
  113. #, python-format
  114. msgid "Received data with missing merchant reference"
  115. msgstr "Mottagna data med saknad handelsreferens"
  116. #. module: payment_stripe
  117. #: model:ir.model.fields,field_description:payment_stripe.field_payment_provider__stripe_secret_key
  118. msgid "Secret Key"
  119. msgstr "Hemlig nyckel"
  120. #. module: payment_stripe
  121. #: model:ir.model.fields.selection,name:payment_stripe.selection__payment_provider__code__stripe
  122. msgid "Stripe"
  123. msgstr "Stripe"
  124. #. module: payment_stripe
  125. #: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent
  126. msgid "Stripe Payment Intent ID"
  127. msgstr "ID för Stripe Payment Intent"
  128. #. module: payment_stripe
  129. #: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method
  130. msgid "Stripe Payment Method ID"
  131. msgstr "ID för betalningsmetod för Stripe"
  132. #. module: payment_stripe
  133. #. odoo-python
  134. #: code:addons/payment_stripe/models/payment_provider.py:0
  135. #, python-format
  136. msgid "Stripe Proxy error: %(error)s"
  137. msgstr "Fel på Stripe Proxy: %(error)s"
  138. #. module: payment_stripe
  139. #. odoo-python
  140. #: code:addons/payment_stripe/models/payment_provider.py:0
  141. #, python-format
  142. msgid "Stripe Proxy: An error occurred when communicating with the proxy."
  143. msgstr "Stripe Proxy: Ett fel uppstod vid kommunikationen med proxyn."
  144. #. module: payment_stripe
  145. #. odoo-python
  146. #: code:addons/payment_stripe/models/payment_provider.py:0
  147. #, python-format
  148. msgid "Stripe Proxy: Could not establish the connection."
  149. msgstr "Stripe Proxy: Kunde inte upprätta anslutningen."
  150. #. module: payment_stripe
  151. #. odoo-python
  152. #: code:addons/payment_stripe/models/payment_provider.py:0
  153. #: code:addons/payment_stripe/models/payment_transaction.py:0
  154. #, python-format
  155. msgid ""
  156. "The communication with the API failed.\n"
  157. "Stripe gave us the following info about the problem:\n"
  158. "'%s'"
  159. msgstr ""
  160. "Kommunikationen med API misslyckades.\n"
  161. "Stripe gav oss följande information om problemet:\n"
  162. "'%s'"
  163. #. module: payment_stripe
  164. #. odoo-python
  165. #: code:addons/payment_stripe/models/payment_transaction.py:0
  166. #, python-format
  167. msgid "The customer left the payment page."
  168. msgstr "Kunden lämnade betalningssidan."
  169. #. module: payment_stripe
  170. #: model:ir.model.fields,help:payment_stripe.field_payment_provider__stripe_publishable_key
  171. msgid "The key solely used to identify the account with Stripe"
  172. msgstr "Den nyckel som enbart används för att identifiera kontot hos Stripe"
  173. #. module: payment_stripe
  174. #. odoo-python
  175. #: code:addons/payment_stripe/models/payment_transaction.py:0
  176. #, python-format
  177. msgid ""
  178. "The refund did not go through. Please log into your Stripe Dashboard to get "
  179. "more information on that matter, and address any accounting discrepancies."
  180. msgstr ""
  181. "Återbetalningen gick inte igenom. Logga in på din Stripe Dashboard för att "
  182. "få mer information om ärendet och åtgärda eventuella avvikelser i "
  183. "bokföringen."
  184. #. module: payment_stripe
  185. #: model:ir.model.fields,help:payment_stripe.field_payment_provider__code
  186. msgid "The technical code of this payment provider."
  187. msgstr "Den tekniska koden för denna betalningsleverantör."
  188. #. module: payment_stripe
  189. #. odoo-python
  190. #: code:addons/payment_stripe/models/payment_transaction.py:0
  191. #, python-format
  192. msgid "The transaction is not linked to a token."
  193. msgstr "Transaktionen är inte kopplad till en token."
  194. #. module: payment_stripe
  195. #. odoo-python
  196. #: code:addons/payment_stripe/models/payment_token.py:0
  197. #, python-format
  198. msgid "Unable to convert payment token to new API."
  199. msgstr "Det gick inte att konvertera betalningstoken till nytt API."
  200. #. module: payment_stripe
  201. #: model:ir.model.fields,field_description:payment_stripe.field_payment_provider__stripe_webhook_secret
  202. msgid "Webhook Signing Secret"
  203. msgstr "Signeringshemlighet för webhook"
  204. #. module: payment_stripe
  205. #. odoo-python
  206. #: code:addons/payment_stripe/models/payment_provider.py:0
  207. #, python-format
  208. msgid "You Stripe Webhook was successfully set up!"
  209. msgstr "Din Stripe Webhook har konfigurerats framgångsrikt!"
  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 create a Stripe Webhook if your Stripe Secret Key is not set."
  216. msgstr ""
  217. "Du kan inte skapa en Stripe Webhook om din Stripe hemliga nyckel inte är "
  218. "angiven."
  219. #. module: payment_stripe
  220. #. odoo-python
  221. #: code:addons/payment_stripe/models/payment_provider.py:0
  222. #, python-format
  223. msgid ""
  224. "You cannot set the provider state to Enabled until your onboarding to Stripe"
  225. " is completed."
  226. msgstr ""
  227. "Du kan inte ange leverantörsstatus till Aktiverad förrän din onboarding till"
  228. " Stripe är klar."
  229. #. module: payment_stripe
  230. #. odoo-python
  231. #: code:addons/payment_stripe/models/payment_provider.py:0
  232. #, python-format
  233. msgid ""
  234. "You cannot set the provider to Test Mode while it is linked with your Stripe"
  235. " account."
  236. msgstr ""
  237. "Du kan inte ställa in leverantören i testläge när den är kopplad till ditt "
  238. "Stripe-konto."
  239. #. module: payment_stripe
  240. #. odoo-python
  241. #: code:addons/payment_stripe/models/payment_provider.py:0
  242. #, python-format
  243. msgid "Your Stripe Webhook is already set up."
  244. msgstr "Din Stripe Webhook är redan konfigurerad."
  245. #. module: payment_stripe
  246. #. odoo-javascript
  247. #: code:addons/payment_stripe/static/src/js/express_checkout_form.js:0
  248. #, python-format
  249. msgid "Your order"
  250. msgstr "Din beställning"
  251. #. module: payment_stripe
  252. #. odoo-python
  253. #: code:addons/payment_stripe/models/payment_provider.py:0
  254. #, python-format
  255. msgid "Your web domain was successfully verified."
  256. msgstr "Din webbdomän har verifierats framgångsrikt."