sv.po 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * account_tax_python
  4. #
  5. # Translators:
  6. # Martin Trigaux, 2022
  7. # Kristoffer Grundström <lovaren@gmail.com>, 2022
  8. # Kim Asplund <kim.asplund@gmail.com>, 2022
  9. # Simon S, 2022
  10. # lasch a <bmail440@gmail.com>, 2022
  11. #
  12. msgid ""
  13. msgstr ""
  14. "Project-Id-Version: Odoo Server saas~14.4\n"
  15. "Report-Msgid-Bugs-To: \n"
  16. "POT-Creation-Date: 2021-07-12 07:50+0000\n"
  17. "PO-Revision-Date: 2022-09-22 05:44+0000\n"
  18. "Last-Translator: lasch a <bmail440@gmail.com>, 2022\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: account_tax_python
  26. #: model:ir.model.fields,help:account_tax_python.field_account_tax__amount_type
  27. msgid ""
  28. "\n"
  29. " - Group of Taxes: The tax is a set of sub taxes.\n"
  30. " - Fixed: The tax amount stays the same whatever the price.\n"
  31. " - Percentage of Price: The tax amount is a % of the price:\n"
  32. " e.g 100 * (1 + 10%) = 110 (not price included)\n"
  33. " e.g 110 / (1 + 10%) = 100 (price included)\n"
  34. " - Percentage of Price Tax Included: The tax amount is a division of the price:\n"
  35. " e.g 180 / (1 - 10%) = 200 (not price included)\n"
  36. " e.g 200 * (1 - 10%) = 180 (price included)\n"
  37. " "
  38. msgstr ""
  39. "\n"
  40. " - Grupp av skatter: Skatten är en uppsättning underskatter.\n"
  41. " - Fast: Skattebeloppet förblir detsamma oavsett pris.\n"
  42. " - Procent av pris: Skattebeloppet är en % av priset:\n"
  43. " t.ex. 100 * (1 + 10%) = 110 (ingår inte i priset)\n"
  44. " t.ex. 110 / (1 + 10%) = 100 (ingår i priset)\n"
  45. " - Procentandel av priset Inkluderad moms: Skattebeloppet är en uppdelning av priset:\n"
  46. " t.ex. 180 / (1 - 10 %) = 200 (ingår inte i priset)\n"
  47. " t.ex. 200 * (1 - 10%) = 180 (ingår i priset)\n"
  48. " "
  49. #. module: account_tax_python
  50. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__python_applicable
  51. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__python_applicable
  52. msgid "Applicable Code"
  53. msgstr "Tillämplig kod"
  54. #. module: account_tax_python
  55. #: model:ir.model.fields,help:account_tax_python.field_account_tax__python_compute
  56. msgid ""
  57. "Compute the amount of the tax by setting the variable 'result'.\n"
  58. "\n"
  59. ":param base_amount: float, actual amount on which the tax is applied\n"
  60. ":param price_unit: float\n"
  61. ":param quantity: float\n"
  62. ":param company: res.company recordset singleton\n"
  63. ":param product: product.product recordset singleton or None\n"
  64. ":param partner: res.partner recordset singleton or None"
  65. msgstr ""
  66. #. module: account_tax_python
  67. #: model:ir.model.fields,help:account_tax_python.field_account_tax_template__python_compute
  68. msgid ""
  69. "Compute the amount of the tax by setting the variable 'result'.\n"
  70. "\n"
  71. ":param base_amount: float, actual amount on which the tax is applied\n"
  72. ":param price_unit: float\n"
  73. ":param quantity: float\n"
  74. ":param product: product.product recordset singleton or None\n"
  75. ":param partner: res.partner recordset singleton or None"
  76. msgstr ""
  77. #. module: account_tax_python
  78. #: model:ir.model.fields,help:account_tax_python.field_account_tax__python_applicable
  79. msgid ""
  80. "Determine if the tax will be applied by setting the variable 'result' to True or False.\n"
  81. "\n"
  82. ":param price_unit: float\n"
  83. ":param quantity: float\n"
  84. ":param company: res.company recordset singleton\n"
  85. ":param product: product.product recordset singleton or None\n"
  86. ":param partner: res.partner recordset singleton or None"
  87. msgstr ""
  88. #. module: account_tax_python
  89. #: model:ir.model.fields,help:account_tax_python.field_account_tax_template__python_applicable
  90. msgid ""
  91. "Determine if the tax will be applied by setting the variable 'result' to True or False.\n"
  92. "\n"
  93. ":param price_unit: float\n"
  94. ":param quantity: float\n"
  95. ":param product: product.product recordset singleton or None\n"
  96. ":param partner: res.partner recordset singleton or None"
  97. msgstr ""
  98. #. module: account_tax_python
  99. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__python_compute
  100. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__python_compute
  101. #: model:ir.model.fields.selection,name:account_tax_python.selection__account_tax__amount_type__code
  102. #: model:ir.model.fields.selection,name:account_tax_python.selection__account_tax_template__amount_type__code
  103. msgid "Python Code"
  104. msgstr "Pythonkod"
  105. #. module: account_tax_python
  106. #: model:ir.model,name:account_tax_python.model_account_tax
  107. msgid "Tax"
  108. msgstr "Skatt"
  109. #. module: account_tax_python
  110. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__amount_type
  111. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__amount_type
  112. msgid "Tax Computation"
  113. msgstr "Skatteberäkning"
  114. #. module: account_tax_python
  115. #: model:ir.model,name:account_tax_python.model_account_tax_template
  116. msgid "Templates for Taxes"
  117. msgstr "Momsmallar"