lt.po 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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. # Audrius Palenskis <audrius.palenskis@gmail.com>, 2022
  8. # Linas Versada <linaskrisiukenas@gmail.com>, 2022
  9. #
  10. msgid ""
  11. msgstr ""
  12. "Project-Id-Version: Odoo Server saas~14.4\n"
  13. "Report-Msgid-Bugs-To: \n"
  14. "POT-Creation-Date: 2021-07-12 07:50+0000\n"
  15. "PO-Revision-Date: 2022-09-22 05:44+0000\n"
  16. "Last-Translator: Linas Versada <linaskrisiukenas@gmail.com>, 2022\n"
  17. "Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: \n"
  21. "Language: lt\n"
  22. "Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
  23. #. module: account_tax_python
  24. #: model:ir.model.fields,help:account_tax_python.field_account_tax__amount_type
  25. msgid ""
  26. "\n"
  27. " - Group of Taxes: The tax is a set of sub taxes.\n"
  28. " - Fixed: The tax amount stays the same whatever the price.\n"
  29. " - Percentage of Price: The tax amount is a % of the price:\n"
  30. " e.g 100 * (1 + 10%) = 110 (not price included)\n"
  31. " e.g 110 / (1 + 10%) = 100 (price included)\n"
  32. " - Percentage of Price Tax Included: The tax amount is a division of the price:\n"
  33. " e.g 180 / (1 - 10%) = 200 (not price included)\n"
  34. " e.g 200 * (1 - 10%) = 180 (price included)\n"
  35. " "
  36. msgstr ""
  37. #. module: account_tax_python
  38. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__python_applicable
  39. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__python_applicable
  40. msgid "Applicable Code"
  41. msgstr "Pritaikomas kodas"
  42. #. module: account_tax_python
  43. #: model:ir.model.fields,help:account_tax_python.field_account_tax__python_compute
  44. msgid ""
  45. "Compute the amount of the tax by setting the variable 'result'.\n"
  46. "\n"
  47. ":param base_amount: float, actual amount on which the tax is applied\n"
  48. ":param price_unit: float\n"
  49. ":param quantity: float\n"
  50. ":param company: res.company recordset singleton\n"
  51. ":param product: product.product recordset singleton or None\n"
  52. ":param partner: res.partner recordset singleton or None"
  53. msgstr ""
  54. "Skaičiuoti mokesčio dydį nustatant 'result' kintamąjį.\n"
  55. "\n"
  56. ":param base_amount: float, tikroji suma, kuriai taikomas mokestis\n"
  57. ":param price_unit: float\n"
  58. ":param quantity: float\n"
  59. ":param company: res.company recordset singleton\n"
  60. ":param product: product.product recordset singleton arba None\n"
  61. ":param partner: res.partner recordset singleton arba None"
  62. #. module: account_tax_python
  63. #: model:ir.model.fields,help:account_tax_python.field_account_tax_template__python_compute
  64. msgid ""
  65. "Compute the amount of the tax by setting the variable 'result'.\n"
  66. "\n"
  67. ":param base_amount: float, actual amount on which the tax is applied\n"
  68. ":param price_unit: float\n"
  69. ":param quantity: float\n"
  70. ":param product: product.product recordset singleton or None\n"
  71. ":param partner: res.partner recordset singleton or None"
  72. msgstr ""
  73. "Skaičiuoti mokesčio dydį nustatant 'result' kintamąjį.\n"
  74. "\n"
  75. ":param base_amount: float, tikroji suma, kuriai taikomas mokestis\n"
  76. ":param price_unit: float\n"
  77. ":param quantity: float\n"
  78. ":param product: product.product recordset singleton arba None\n"
  79. ":param partner: res.partner recordset singleton arba None"
  80. #. module: account_tax_python
  81. #: model:ir.model.fields,help:account_tax_python.field_account_tax__python_applicable
  82. msgid ""
  83. "Determine if the tax will be applied by setting the variable 'result' to True or False.\n"
  84. "\n"
  85. ":param price_unit: float\n"
  86. ":param quantity: float\n"
  87. ":param company: res.company recordset singleton\n"
  88. ":param product: product.product recordset singleton or None\n"
  89. ":param partner: res.partner recordset singleton or None"
  90. msgstr ""
  91. "Nuspręskite, ar mokestis bus taikomas, nustatydami kintamojo \"result\" reikšmę kaip teigiamą arba neigiamą.\n"
  92. "\n"
  93. ":param price_unit: float\n"
  94. ":param quantity: float\n"
  95. ":param company: res.company recordset singleton\n"
  96. ":param product: product.product recordset singleton arba None\n"
  97. ":param partner: res.partner recordset singleton arba None"
  98. #. module: account_tax_python
  99. #: model:ir.model.fields,help:account_tax_python.field_account_tax_template__python_applicable
  100. msgid ""
  101. "Determine if the tax will be applied by setting the variable 'result' to True or False.\n"
  102. "\n"
  103. ":param price_unit: float\n"
  104. ":param quantity: float\n"
  105. ":param product: product.product recordset singleton or None\n"
  106. ":param partner: res.partner recordset singleton or None"
  107. msgstr ""
  108. "Nuspręskite, ar mokestis bus taikomas, nustatydami kintamojo \"result\" reikšmę kaip teigiamą arba neigiamą.\n"
  109. "\n"
  110. ":param price_unit: float\n"
  111. ":param quantity: float\n"
  112. ":param product: product.product recordset singleton arba None\n"
  113. ":param partner: res.partner recordset singleton arba None"
  114. #. module: account_tax_python
  115. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__python_compute
  116. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__python_compute
  117. #: model:ir.model.fields.selection,name:account_tax_python.selection__account_tax__amount_type__code
  118. #: model:ir.model.fields.selection,name:account_tax_python.selection__account_tax_template__amount_type__code
  119. msgid "Python Code"
  120. msgstr "Python kodas"
  121. #. module: account_tax_python
  122. #: model:ir.model,name:account_tax_python.model_account_tax
  123. msgid "Tax"
  124. msgstr "Mokesčiai"
  125. #. module: account_tax_python
  126. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__amount_type
  127. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__amount_type
  128. msgid "Tax Computation"
  129. msgstr "Mokesčių apskaičiavimas"
  130. #. module: account_tax_python
  131. #: model:ir.model,name:account_tax_python.model_account_tax_template
  132. msgid "Templates for Taxes"
  133. msgstr "Šablonai mokesčiams"