ja.po 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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. # Junko Augias, 2023
  8. #
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: Odoo Server saas~14.4\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2021-07-12 07:50+0000\n"
  14. "PO-Revision-Date: 2022-09-22 05:44+0000\n"
  15. "Last-Translator: Junko Augias, 2023\n"
  16. "Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Language: ja\n"
  21. "Plural-Forms: nplurals=1; plural=0;\n"
  22. #. module: account_tax_python
  23. #: model:ir.model.fields,help:account_tax_python.field_account_tax__amount_type
  24. msgid ""
  25. "\n"
  26. " - Group of Taxes: The tax is a set of sub taxes.\n"
  27. " - Fixed: The tax amount stays the same whatever the price.\n"
  28. " - Percentage of Price: The tax amount is a % of the price:\n"
  29. " e.g 100 * (1 + 10%) = 110 (not price included)\n"
  30. " e.g 110 / (1 + 10%) = 100 (price included)\n"
  31. " - Percentage of Price Tax Included: The tax amount is a division of the price:\n"
  32. " e.g 180 / (1 - 10%) = 200 (not price included)\n"
  33. " e.g 200 * (1 - 10%) = 180 (price included)\n"
  34. " "
  35. msgstr ""
  36. "\n"
  37. "-税金のグループ:より細かい税のひとまとまりです。\n"
  38. "-固定:税額は価格に関係なく同額です。\n"
  39. "-外税率:税額は価格に基づき比率で加算されます:\n"
  40. "例:100 *(1 + 10%)= 110(課税後の価格)\n"
  41. "例:110 /(1 + 10%)= 100(課税前の価格)\n"
  42. "-内税率:税額は価格に含まれています:\n"
  43. "例:180 /(1-10%)= 200(課税後の価格)\n"
  44. "例:200 *(1-10%)= 180(課税前の価格)"
  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. "変数'result'を設定して税額を計算する。\n"
  63. "\n"
  64. ":param base_amount: float, 税額が適用される実際の金額。\n"
  65. "param price_unit: float。\n"
  66. ":param 数量: float\n"
  67. ":param company: res.companyレコードセットシングルトン\n"
  68. ":param company: res.companyレコードセットシングルトン :param product: product.productレコードセットシングルトンまたはNone\n"
  69. ":param partner: res.パートナーのレコードセット(シングルトン)、または None"
  70. #. module: account_tax_python
  71. #: model:ir.model.fields,help:account_tax_python.field_account_tax_template__python_compute
  72. msgid ""
  73. "Compute the amount of the tax by setting the variable 'result'.\n"
  74. "\n"
  75. ":param base_amount: float, actual amount on which the tax is applied\n"
  76. ":param price_unit: float\n"
  77. ":param quantity: float\n"
  78. ":param product: product.product recordset singleton or None\n"
  79. ":param partner: res.partner recordset singleton or None"
  80. msgstr ""
  81. #. module: account_tax_python
  82. #: model:ir.model.fields,help:account_tax_python.field_account_tax__python_applicable
  83. msgid ""
  84. "Determine if the tax will be applied by setting the variable 'result' to True or False.\n"
  85. "\n"
  86. ":param price_unit: float\n"
  87. ":param quantity: float\n"
  88. ":param company: res.company recordset singleton\n"
  89. ":param product: product.product recordset singleton or None\n"
  90. ":param partner: res.partner recordset singleton or None"
  91. msgstr ""
  92. "変数'result'をTrueまたはFalseに設定することで、税金が適用されるかどうかを決定します。\n"
  93. "\n"
  94. ":param price_unit: float\n"
  95. ":param quantity: float\n"
  96. ":param company: res.company recordset singleton\n"
  97. ":param product: product.product recordset singleton or None\n"
  98. ":param partner: res.partner recordset singleton or None"
  99. #. module: account_tax_python
  100. #: model:ir.model.fields,help:account_tax_python.field_account_tax_template__python_applicable
  101. msgid ""
  102. "Determine if the tax will be applied by setting the variable 'result' to True or False.\n"
  103. "\n"
  104. ":param price_unit: float\n"
  105. ":param quantity: float\n"
  106. ":param product: product.product recordset singleton or None\n"
  107. ":param partner: res.partner recordset singleton or None"
  108. msgstr ""
  109. #. module: account_tax_python
  110. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__python_compute
  111. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__python_compute
  112. #: model:ir.model.fields.selection,name:account_tax_python.selection__account_tax__amount_type__code
  113. #: model:ir.model.fields.selection,name:account_tax_python.selection__account_tax_template__amount_type__code
  114. msgid "Python Code"
  115. msgstr "Pythonコード"
  116. #. module: account_tax_python
  117. #: model:ir.model,name:account_tax_python.model_account_tax
  118. msgid "Tax"
  119. msgstr "税"
  120. #. module: account_tax_python
  121. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__amount_type
  122. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__amount_type
  123. msgid "Tax Computation"
  124. msgstr "税計算"
  125. #. module: account_tax_python
  126. #: model:ir.model,name:account_tax_python.model_account_tax_template
  127. msgid "Templates for Taxes"
  128. msgstr "税テンプレート"
  129. #. module: account_tax_python
  130. #: code:addons/account_tax_python/models/account_tax.py:0
  131. #: code:addons/account_tax_python/models/account_tax.py:0
  132. #, python-format
  133. msgid ""
  134. "You entered invalid code %r in %r taxes\n"
  135. "\n"
  136. "Error : %s"
  137. msgstr ""
  138. "無効なコード%r が%r 税に入力されました。\n"
  139. "\n"
  140. "エラー: %s"