gu.po 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * account_tax_python
  4. #
  5. # Translators:
  6. # Qaidjohar Barbhaya, 2023
  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: Qaidjohar Barbhaya, 2023\n"
  15. "Language-Team: Gujarati (https://app.transifex.com/odoo/teams/41243/gu/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Language: gu\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. " - Group of Taxes: The tax is a set of sub taxes.\n"
  37. " - Fixed: The tax amount stays the same whatever the price.\n"
  38. " - Percentage of Price: The tax amount is a % of the price:\n"
  39. " e.g 100 * (1 + 10%) = 110 (not price included)\n"
  40. " e.g 110 / (1 + 10%) = 100 (price included)\n"
  41. " - Percentage of Price Tax Included: The tax amount is a division of the price:\n"
  42. " e.g 180 / (1 - 10%) = 200 (not price included)\n"
  43. " e.g 200 * (1 - 10%) = 180 (price included)\n"
  44. " "
  45. #. module: account_tax_python
  46. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__python_applicable
  47. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__python_applicable
  48. msgid "Applicable Code"
  49. msgstr ""
  50. #. module: account_tax_python
  51. #: model:ir.model.fields,help:account_tax_python.field_account_tax__python_compute
  52. msgid ""
  53. "Compute the amount of the tax by setting the variable 'result'.\n"
  54. "\n"
  55. ":param base_amount: float, actual amount on which the tax is applied\n"
  56. ":param price_unit: float\n"
  57. ":param quantity: float\n"
  58. ":param company: res.company recordset singleton\n"
  59. ":param product: product.product recordset singleton or None\n"
  60. ":param partner: res.partner recordset singleton or None"
  61. msgstr ""
  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. #. module: account_tax_python
  74. #: model:ir.model.fields,help:account_tax_python.field_account_tax__python_applicable
  75. msgid ""
  76. "Determine if the tax will be applied by setting the variable 'result' to True or False.\n"
  77. "\n"
  78. ":param price_unit: float\n"
  79. ":param quantity: float\n"
  80. ":param company: res.company recordset singleton\n"
  81. ":param product: product.product recordset singleton or None\n"
  82. ":param partner: res.partner recordset singleton or None"
  83. msgstr ""
  84. #. module: account_tax_python
  85. #: model:ir.model.fields,help:account_tax_python.field_account_tax_template__python_applicable
  86. msgid ""
  87. "Determine if the tax will be applied by setting the variable 'result' to True or False.\n"
  88. "\n"
  89. ":param price_unit: float\n"
  90. ":param quantity: float\n"
  91. ":param product: product.product recordset singleton or None\n"
  92. ":param partner: res.partner recordset singleton or None"
  93. msgstr ""
  94. #. module: account_tax_python
  95. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__python_compute
  96. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__python_compute
  97. #: model:ir.model.fields.selection,name:account_tax_python.selection__account_tax__amount_type__code
  98. #: model:ir.model.fields.selection,name:account_tax_python.selection__account_tax_template__amount_type__code
  99. msgid "Python Code"
  100. msgstr ""
  101. #. module: account_tax_python
  102. #: model:ir.model,name:account_tax_python.model_account_tax
  103. msgid "Tax"
  104. msgstr "Tax"
  105. #. module: account_tax_python
  106. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__amount_type
  107. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__amount_type
  108. msgid "Tax Computation"
  109. msgstr "Tax Computation"
  110. #. module: account_tax_python
  111. #: model:ir.model,name:account_tax_python.model_account_tax_template
  112. msgid "Templates for Taxes"
  113. msgstr "Templates for Taxes"