zh_HK.po 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * account_tax_python
  4. #
  5. # Translators:
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: Odoo 9.0\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2016-08-18 14:07+0000\n"
  11. "PO-Revision-Date: 2015-09-07 16:04+0000\n"
  12. "Last-Translator: Martin Trigaux\n"
  13. "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/odoo/odoo-9/"
  14. "language/zh_HK/)\n"
  15. "Language: zh_HK\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Plural-Forms: nplurals=1; plural=0;\n"
  20. #. module: account_tax_python
  21. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_python_applicable
  22. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template_python_applicable
  23. msgid "Applicable Code"
  24. msgstr ""
  25. #. module: account_tax_python
  26. #: model:ir.model.fields,help:account_tax_python.field_account_tax_python_compute
  27. msgid ""
  28. "Compute the amount of the tax by setting the variable 'result'.\n"
  29. "\n"
  30. ":param base_amount: float, actual amount on which the tax is applied\n"
  31. ":param price_unit: float\n"
  32. ":param quantity: float\n"
  33. ":param company: res.company recordset singleton\n"
  34. ":param product: product.product recordset singleton or None\n"
  35. ":param partner: res.partner recordset singleton or None"
  36. msgstr ""
  37. #. module: account_tax_python
  38. #: model:ir.model.fields,help:account_tax_python.field_account_tax_template_python_compute
  39. msgid ""
  40. "Compute the amount of the tax by setting the variable 'result'.\n"
  41. "\n"
  42. ":param base_amount: float, actual amount on which the tax is applied\n"
  43. ":param price_unit: float\n"
  44. ":param quantity: float\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_python_applicable
  50. msgid ""
  51. "Determine if the tax will be applied by setting the variable 'result' to "
  52. "True or False.\n"
  53. "\n"
  54. ":param price_unit: float\n"
  55. ":param quantity: float\n"
  56. ":param company: res.company recordset singleton\n"
  57. ":param product: product.product recordset singleton or None\n"
  58. ":param partner: res.partner recordset singleton or None"
  59. msgstr ""
  60. #. module: account_tax_python
  61. #: model:ir.model.fields,help:account_tax_python.field_account_tax_template_python_applicable
  62. msgid ""
  63. "Determine if the tax will be applied by setting the variable 'result' to "
  64. "True or False.\n"
  65. "\n"
  66. ":param price_unit: float\n"
  67. ":param quantity: float\n"
  68. ":param product: product.product recordset singleton or None\n"
  69. ":param partner: res.partner recordset singleton or None"
  70. msgstr ""
  71. #. module: account_tax_python
  72. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_python_compute
  73. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template_python_compute
  74. msgid "Python Code"
  75. msgstr ""
  76. #. module: account_tax_python
  77. #: model:ir.model,name:account_tax_python.model_account_tax
  78. msgid "Tax"
  79. msgstr "稅項"
  80. #. module: account_tax_python
  81. #: model:ir.model,name:account_tax_python.model_account_tax_template
  82. msgid "Templates for Taxes"
  83. msgstr ""