fa.po 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * account_tax_python
  4. #
  5. # Translators:
  6. # M.Hossein S.Farvashani <Farvashani@gmail.com>, 2023
  7. # Hamed Mohammadi <hamed@dehongi.com>, 2023
  8. # Hanna Kheradroosta, 2023
  9. # Martin Trigaux, 2023
  10. #
  11. msgid ""
  12. msgstr ""
  13. "Project-Id-Version: Odoo Server saas~14.4\n"
  14. "Report-Msgid-Bugs-To: \n"
  15. "POT-Creation-Date: 2021-07-12 07:50+0000\n"
  16. "PO-Revision-Date: 2022-09-22 05:44+0000\n"
  17. "Last-Translator: Martin Trigaux, 2023\n"
  18. "Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=UTF-8\n"
  21. "Content-Transfer-Encoding: \n"
  22. "Language: fa\n"
  23. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  24. #. module: account_tax_python
  25. #: model:ir.model.fields,help:account_tax_python.field_account_tax__amount_type
  26. msgid ""
  27. "\n"
  28. " - Group of Taxes: The tax is a set of sub taxes.\n"
  29. " - Fixed: The tax amount stays the same whatever the price.\n"
  30. " - Percentage of Price: The tax amount is a % of the price:\n"
  31. " e.g 100 * (1 + 10%) = 110 (not price included)\n"
  32. " e.g 110 / (1 + 10%) = 100 (price included)\n"
  33. " - Percentage of Price Tax Included: The tax amount is a division of the price:\n"
  34. " e.g 180 / (1 - 10%) = 200 (not price included)\n"
  35. " e.g 200 * (1 - 10%) = 180 (price included)\n"
  36. " "
  37. msgstr ""
  38. "\n"
  39. "-گروه مالیات ها: مالیاتی که از زیر مجموعه هایی از مالیات هاست.\n"
  40. "-ثابت: مقدار مالیات ثابت است صرف نظر از قیمت.\n"
  41. "-درصد قیمت: مقدار مالیات درصدی از قیمت است:\n"
  42. " مثال: 100 * (1 + 10%) = 110 (شامل قیمت نمیشود)\n"
  43. " مثال: 110 / (1 + 10٪) = 100 (شامل قیمت میشود)\n"
  44. "-درصد قیمت در مالیات شامل شده است: مقدار مالیات حاصل تقسیمی از قیمت است:\n"
  45. " مثال: 180 / (1 - 10٪) = 200 (شامل قیمت نمیشود)\n"
  46. " مثال: 200 * (1 - 10٪) = 180 (شامل قیمت میشود)\n"
  47. " "
  48. #. module: account_tax_python
  49. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__python_applicable
  50. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__python_applicable
  51. msgid "Applicable Code"
  52. msgstr "کد قابل اعمال"
  53. #. module: account_tax_python
  54. #: model:ir.model.fields,help:account_tax_python.field_account_tax__python_compute
  55. msgid ""
  56. "Compute the amount of the tax by setting the variable 'result'.\n"
  57. "\n"
  58. ":param base_amount: float, actual amount on which the tax is applied\n"
  59. ":param price_unit: float\n"
  60. ":param quantity: float\n"
  61. ":param company: res.company recordset singleton\n"
  62. ":param product: product.product recordset singleton or None\n"
  63. ":param partner: res.partner recordset singleton or None"
  64. msgstr ""
  65. #. module: account_tax_python
  66. #: model:ir.model.fields,help:account_tax_python.field_account_tax_template__python_compute
  67. msgid ""
  68. "Compute the amount of the tax by setting the variable 'result'.\n"
  69. "\n"
  70. ":param base_amount: float, actual amount on which the tax is applied\n"
  71. ":param price_unit: float\n"
  72. ":param quantity: float\n"
  73. ":param product: product.product recordset singleton or None\n"
  74. ":param partner: res.partner recordset singleton or None"
  75. msgstr ""
  76. #. module: account_tax_python
  77. #: model:ir.model.fields,help:account_tax_python.field_account_tax__python_applicable
  78. msgid ""
  79. "Determine if the tax will be applied by setting the variable 'result' to True or False.\n"
  80. "\n"
  81. ":param price_unit: float\n"
  82. ":param quantity: float\n"
  83. ":param company: res.company recordset singleton\n"
  84. ":param product: product.product recordset singleton or None\n"
  85. ":param partner: res.partner recordset singleton or None"
  86. msgstr ""
  87. #. module: account_tax_python
  88. #: model:ir.model.fields,help:account_tax_python.field_account_tax_template__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 product: product.product recordset singleton or None\n"
  95. ":param partner: res.partner recordset singleton or None"
  96. msgstr ""
  97. #. module: account_tax_python
  98. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__python_compute
  99. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__python_compute
  100. #: model:ir.model.fields.selection,name:account_tax_python.selection__account_tax__amount_type__code
  101. #: model:ir.model.fields.selection,name:account_tax_python.selection__account_tax_template__amount_type__code
  102. msgid "Python Code"
  103. msgstr "کد پایتون"
  104. #. module: account_tax_python
  105. #: model:ir.model,name:account_tax_python.model_account_tax
  106. msgid "Tax"
  107. msgstr "مالیات"
  108. #. module: account_tax_python
  109. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__amount_type
  110. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__amount_type
  111. msgid "Tax Computation"
  112. msgstr "محاسبه مالیات"
  113. #. module: account_tax_python
  114. #: model:ir.model,name:account_tax_python.model_account_tax_template
  115. msgid "Templates for Taxes"
  116. msgstr "قالبها برای مالیاتها"