is.po 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * account_tax_python
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server saas~14.4\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2021-07-12 07:50+0000\n"
  10. "PO-Revision-Date: 2022-09-22 05:44+0000\n"
  11. "Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n"
  12. "MIME-Version: 1.0\n"
  13. "Content-Type: text/plain; charset=UTF-8\n"
  14. "Content-Transfer-Encoding: \n"
  15. "Language: is\n"
  16. "Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
  17. #. module: account_tax_python
  18. #: model:ir.model.fields,help:account_tax_python.field_account_tax__amount_type
  19. msgid ""
  20. "\n"
  21. " - Group of Taxes: The tax is a set of sub taxes.\n"
  22. " - Fixed: The tax amount stays the same whatever the price.\n"
  23. " - Percentage of Price: The tax amount is a % of the price:\n"
  24. " e.g 100 * (1 + 10%) = 110 (not price included)\n"
  25. " e.g 110 / (1 + 10%) = 100 (price included)\n"
  26. " - Percentage of Price Tax Included: The tax amount is a division of the price:\n"
  27. " e.g 180 / (1 - 10%) = 200 (not price included)\n"
  28. " e.g 200 * (1 - 10%) = 180 (price included)\n"
  29. " "
  30. msgstr ""
  31. #. module: account_tax_python
  32. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__python_applicable
  33. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__python_applicable
  34. msgid "Applicable Code"
  35. msgstr ""
  36. #. module: account_tax_python
  37. #: model:ir.model.fields,help:account_tax_python.field_account_tax__python_compute
  38. msgid ""
  39. "Compute the amount of the tax by setting the variable 'result'.\n"
  40. "\n"
  41. ":param base_amount: float, actual amount on which the tax is applied\n"
  42. ":param price_unit: float\n"
  43. ":param quantity: float\n"
  44. ":param company: res.company recordset singleton\n"
  45. ":param product: product.product recordset singleton or None\n"
  46. ":param partner: res.partner recordset singleton or None"
  47. msgstr ""
  48. #. module: account_tax_python
  49. #: model:ir.model.fields,help:account_tax_python.field_account_tax_template__python_compute
  50. msgid ""
  51. "Compute the amount of the tax by setting the variable 'result'.\n"
  52. "\n"
  53. ":param base_amount: float, actual amount on which the tax is applied\n"
  54. ":param price_unit: float\n"
  55. ":param quantity: float\n"
  56. ":param product: product.product recordset singleton or None\n"
  57. ":param partner: res.partner recordset singleton or None"
  58. msgstr ""
  59. #. module: account_tax_python
  60. #: model:ir.model.fields,help:account_tax_python.field_account_tax__python_applicable
  61. msgid ""
  62. "Determine if the tax will be applied by setting the variable 'result' to True or False.\n"
  63. "\n"
  64. ":param price_unit: float\n"
  65. ":param quantity: float\n"
  66. ":param company: res.company recordset singleton\n"
  67. ":param product: product.product recordset singleton or None\n"
  68. ":param partner: res.partner recordset singleton or None"
  69. msgstr ""
  70. #. module: account_tax_python
  71. #: model:ir.model.fields,help:account_tax_python.field_account_tax_template__python_applicable
  72. msgid ""
  73. "Determine if the tax will be applied by setting the variable 'result' to True or False.\n"
  74. "\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. #. module: account_tax_python
  81. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__python_compute
  82. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__python_compute
  83. #: model:ir.model.fields.selection,name:account_tax_python.selection__account_tax__amount_type__code
  84. #: model:ir.model.fields.selection,name:account_tax_python.selection__account_tax_template__amount_type__code
  85. msgid "Python Code"
  86. msgstr ""
  87. #. module: account_tax_python
  88. #: model:ir.model,name:account_tax_python.model_account_tax
  89. msgid "Tax"
  90. msgstr ""
  91. #. module: account_tax_python
  92. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__amount_type
  93. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__amount_type
  94. msgid "Tax Computation"
  95. msgstr ""
  96. #. module: account_tax_python
  97. #: model:ir.model,name:account_tax_python.model_account_tax_template
  98. msgid "Templates for Taxes"
  99. msgstr ""