da.po 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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. #
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server saas~14.4\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2021-07-12 07:50+0000\n"
  13. "PO-Revision-Date: 2022-09-22 05:44+0000\n"
  14. "Last-Translator: Martin Trigaux, 2022\n"
  15. "Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Language: da\n"
  20. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  21. #. module: account_tax_python
  22. #: model:ir.model.fields,help:account_tax_python.field_account_tax__amount_type
  23. msgid ""
  24. "\n"
  25. " - Group of Taxes: The tax is a set of sub taxes.\n"
  26. " - Fixed: The tax amount stays the same whatever the price.\n"
  27. " - Percentage of Price: The tax amount is a % of the price:\n"
  28. " e.g 100 * (1 + 10%) = 110 (not price included)\n"
  29. " e.g 110 / (1 + 10%) = 100 (price included)\n"
  30. " - Percentage of Price Tax Included: The tax amount is a division of the price:\n"
  31. " e.g 180 / (1 - 10%) = 200 (not price included)\n"
  32. " e.g 200 * (1 - 10%) = 180 (price included)\n"
  33. " "
  34. msgstr ""
  35. "\n"
  36. "- Momsgrupper: Momsen udgøres af et sæt af momsgrupper.\n"
  37. "- Fast: Momsen forbliver den samme uanset prisen.\n"
  38. "- Procentsats: Momsen er en procentdel af prisen:\n"
  39. " F.eks.: 100 * 10% = 100 (pris ikke inkluderet)\n"
  40. " F.eks.: 110 / (1 + 10%) = 100 (pris inkluderet)\n"
  41. "- Procent af pris moms inkluderet: Momsen er en del af prisen:\n"
  42. " F.eks.: 180 / (1 - 10%) = 200 (pris ikke inkluderet)\n"
  43. " F.eks.: 200 * (1 - 10%) = 180 (pris inkluderet)"
  44. #. module: account_tax_python
  45. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__python_applicable
  46. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__python_applicable
  47. msgid "Applicable Code"
  48. msgstr "Brugbar kode"
  49. #. module: account_tax_python
  50. #: model:ir.model.fields,help:account_tax_python.field_account_tax__python_compute
  51. msgid ""
  52. "Compute the amount of the tax by setting the variable 'result'.\n"
  53. "\n"
  54. ":param base_amount: float, actual amount on which the tax is applied\n"
  55. ":param price_unit: float\n"
  56. ":param quantity: float\n"
  57. ":param company: res.company recordset singleton\n"
  58. ":param product: product.product recordset singleton or None\n"
  59. ":param partner: res.partner recordset singleton or None"
  60. msgstr ""
  61. "Udregn mængden af moms ved at angive variablen 'result'.\n"
  62. "\n"
  63. ":param base_amount: decimaltal, faktisk mængde hvorpå moms skal anvendes\n"
  64. ":param price_unit: decimaltal\n"
  65. ":param quantity: decimaltal\n"
  66. ":param company: res.company datasæt singleton\n"
  67. ":param product: product.product datasæt singleton eller None\n"
  68. ":param partner: res.partner datasæt singleton eller None"
  69. #. module: account_tax_python
  70. #: model:ir.model.fields,help:account_tax_python.field_account_tax_template__python_compute
  71. msgid ""
  72. "Compute the amount of the tax by setting the variable 'result'.\n"
  73. "\n"
  74. ":param base_amount: float, actual amount on which the tax is applied\n"
  75. ":param price_unit: float\n"
  76. ":param quantity: float\n"
  77. ":param product: product.product recordset singleton or None\n"
  78. ":param partner: res.partner recordset singleton or None"
  79. msgstr ""
  80. "Udregn mængden af moms ved at angive variablen 'result'.\n"
  81. "\n"
  82. ":param base_amount: decimaltal, faktisk mængde hvorpå moms skal anvendes\n"
  83. ":param price_unit: decimaltal\n"
  84. ":param quantity: decimaltal\n"
  85. ":param product: product.product datasæt singleton eller None\n"
  86. ":param partner: res.partner datasæt singleton eller None"
  87. #. module: account_tax_python
  88. #: model:ir.model.fields,help:account_tax_python.field_account_tax__python_applicable
  89. msgid ""
  90. "Determine if the tax will be applied by setting the variable 'result' to True or False.\n"
  91. "\n"
  92. ":param price_unit: float\n"
  93. ":param quantity: float\n"
  94. ":param company: res.company recordset singleton\n"
  95. ":param product: product.product recordset singleton or None\n"
  96. ":param partner: res.partner recordset singleton or None"
  97. msgstr ""
  98. "Afgør om moms vil blive anvendt ved at angive variablen 'result' til Sandt eller Falsk.\n"
  99. "\n"
  100. ":param price_unit: decimaltal\n"
  101. ":param quantity: decimaltal\n"
  102. ":param company: res.company datasæt singleton\n"
  103. ":param product: product.product datasæt singleton eller None\n"
  104. ":param partner: res.partner datasæt singleton eller None"
  105. #. module: account_tax_python
  106. #: model:ir.model.fields,help:account_tax_python.field_account_tax_template__python_applicable
  107. msgid ""
  108. "Determine if the tax will be applied by setting the variable 'result' to True or False.\n"
  109. "\n"
  110. ":param price_unit: float\n"
  111. ":param quantity: float\n"
  112. ":param product: product.product recordset singleton or None\n"
  113. ":param partner: res.partner recordset singleton or None"
  114. msgstr ""
  115. "Afgør om momsen skal anvendes ved at angive variablen 'result' til Sandt eller Falsk.\n"
  116. "\n"
  117. ":param price_unit: decimaltal\n"
  118. ":param quantity: decimaltal\n"
  119. ":param product: product.product datasæt singleton eller None\n"
  120. ":param partner: res.partner datasæt singleton eller None"
  121. #. module: account_tax_python
  122. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__python_compute
  123. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__python_compute
  124. #: model:ir.model.fields.selection,name:account_tax_python.selection__account_tax__amount_type__code
  125. #: model:ir.model.fields.selection,name:account_tax_python.selection__account_tax_template__amount_type__code
  126. msgid "Python Code"
  127. msgstr "Python kode"
  128. #. module: account_tax_python
  129. #: model:ir.model,name:account_tax_python.model_account_tax
  130. msgid "Tax"
  131. msgstr "Moms"
  132. #. module: account_tax_python
  133. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__amount_type
  134. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__amount_type
  135. msgid "Tax Computation"
  136. msgstr "Momsberegning"
  137. #. module: account_tax_python
  138. #: model:ir.model,name:account_tax_python.model_account_tax_template
  139. msgid "Templates for Taxes"
  140. msgstr "Momsskabeloner"