ms.po 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * mrp_account
  4. #
  5. # Translators:
  6. # Mehjabin Farsana, 2022
  7. #
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 16.0+e\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2022-12-15 12:51+0000\n"
  13. "PO-Revision-Date: 2022-09-22 05:53+0000\n"
  14. "Last-Translator: Mehjabin Farsana, 2022\n"
  15. "Language-Team: Malay (https://app.transifex.com/odoo/teams/41243/ms/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Language: ms\n"
  20. "Plural-Forms: nplurals=1; plural=0;\n"
  21. #. module: mrp_account
  22. #: code:addons/mrp_account/models/mrp_production.py:0
  23. #: model:ir.model,name:mrp_account.model_account_analytic_account
  24. #: model:ir.model.fields,field_description:mrp_account.field_mrp_bom__analytic_account_id
  25. #: model:ir.model.fields,field_description:mrp_account.field_mrp_production__analytic_account_id
  26. #: model:ir.model.fields,field_description:mrp_account.field_mrp_workcenter__costs_hour_account_id
  27. #: model_terms:ir.ui.view,arch_db:mrp_account.mrp_production_form_view_inherited
  28. #, python-format
  29. msgid "Analytic Account"
  30. msgstr "Akaun Analitik"
  31. #. module: mrp_account
  32. #: model:ir.model,name:mrp_account.model_account_analytic_line
  33. msgid "Analytic Line"
  34. msgstr "Talian Analitik"
  35. #. module: mrp_account
  36. #: model:ir.model.fields,help:mrp_account.field_mrp_production__analytic_account_id
  37. msgid ""
  38. "Analytic account in which cost and revenue entries will take place "
  39. "for financial management of the manufacturing order."
  40. msgstr ""
  41. #. module: mrp_account
  42. #: model:ir.model.fields,help:mrp_account.field_mrp_bom__analytic_account_id
  43. msgid ""
  44. "Analytic account in which cost and revenue entries will take place for "
  45. "financial management of the manufacturing order."
  46. msgstr ""
  47. #. module: mrp_account
  48. #: model:ir.model,name:mrp_account.model_mrp_bom
  49. msgid "Bill of Material"
  50. msgstr ""
  51. #. module: mrp_account
  52. #: code:addons/mrp_account/models/analytic_account.py:0
  53. #: model:ir.model.fields,field_description:mrp_account.field_account_analytic_account__bom_ids
  54. #: model_terms:ir.ui.view,arch_db:mrp_account.account_analytic_account_view_form_mrp
  55. #, python-format
  56. msgid "Bills of Materials"
  57. msgstr ""
  58. #. module: mrp_account
  59. #: model:ir.model.fields,field_description:mrp_account.field_account_analytic_account__bom_count
  60. msgid "BoM Count"
  61. msgstr ""
  62. #. module: mrp_account
  63. #: model:ir.model.fields,field_description:mrp_account.field_account_analytic_line__category
  64. msgid "Category"
  65. msgstr "kategori"
  66. #. module: mrp_account
  67. #: model:ir.actions.server,name:mrp_account.action_compute_price_bom_product
  68. #: model:ir.actions.server,name:mrp_account.action_compute_price_bom_template
  69. #: model_terms:ir.ui.view,arch_db:mrp_account.product_product_ext_form_view2
  70. #: model_terms:ir.ui.view,arch_db:mrp_account.product_product_view_form_normal_inherit_extended
  71. #: model_terms:ir.ui.view,arch_db:mrp_account.product_variant_easy_edit_view_bom_inherit
  72. msgid "Compute Price from BoM"
  73. msgstr ""
  74. #. module: mrp_account
  75. #: model_terms:ir.ui.view,arch_db:mrp_account.product_product_ext_form_view2
  76. #: model_terms:ir.ui.view,arch_db:mrp_account.product_product_view_form_normal_inherit_extended
  77. #: model_terms:ir.ui.view,arch_db:mrp_account.product_variant_easy_edit_view_bom_inherit
  78. msgid ""
  79. "Compute the price of the product using products and operations of related "
  80. "bill of materials, for manufactured products only."
  81. msgstr ""
  82. #. module: mrp_account
  83. #: model:ir.model.fields,field_description:mrp_account.field_mrp_workcenter_productivity__cost_already_recorded
  84. msgid "Cost Recorded"
  85. msgstr ""
  86. #. module: mrp_account
  87. #: model:ir.model.fields,field_description:mrp_account.field_mrp_production__extra_cost
  88. msgid "Extra Unit Cost"
  89. msgstr ""
  90. #. module: mrp_account
  91. #: model:ir.model,name:mrp_account.model_account_move_line
  92. msgid "Journal Item"
  93. msgstr "Item Jurnal"
  94. #. module: mrp_account
  95. #: model:ir.model.fields.selection,name:mrp_account.selection__account_analytic_line__category__manufacturing_order
  96. msgid "Manufacturing Order"
  97. msgstr "Pesanan Pembuatan"
  98. #. module: mrp_account
  99. #: code:addons/mrp_account/models/analytic_account.py:0
  100. #: model:ir.model.fields,field_description:mrp_account.field_account_analytic_account__production_ids
  101. #: model_terms:ir.ui.view,arch_db:mrp_account.account_analytic_account_view_form_mrp
  102. #, python-format
  103. msgid "Manufacturing Orders"
  104. msgstr "Pesanan Pembuatan"
  105. #. module: mrp_account
  106. #: model:ir.model.fields,field_description:mrp_account.field_account_analytic_account__production_count
  107. msgid "Manufacturing Orders Count"
  108. msgstr ""
  109. #. module: mrp_account
  110. #: model:ir.model.fields,field_description:mrp_account.field_mrp_workorder__mo_analytic_account_line_id
  111. msgid "Mo Analytic Account Line"
  112. msgstr ""
  113. #. module: mrp_account
  114. #: model:ir.model.fields,help:mrp_account.field_mrp_workcenter__costs_hour_account_id
  115. msgid ""
  116. "Posts analytical accounting entries in real time for both component and "
  117. "operational costs."
  118. msgstr ""
  119. #. module: mrp_account
  120. #: model:ir.model,name:mrp_account.model_product_template
  121. msgid "Product"
  122. msgstr "Produk"
  123. #. module: mrp_account
  124. #: model:ir.model,name:mrp_account.model_product_product
  125. msgid "Product Variant"
  126. msgstr "Varian Produk"
  127. #. module: mrp_account
  128. #: model:ir.model,name:mrp_account.model_mrp_production
  129. msgid "Production Order"
  130. msgstr ""
  131. #. module: mrp_account
  132. #: model:ir.model.fields,field_description:mrp_account.field_mrp_production__show_valuation
  133. msgid "Show Valuation"
  134. msgstr ""
  135. #. module: mrp_account
  136. #: model:ir.model,name:mrp_account.model_stock_move
  137. msgid "Stock Move"
  138. msgstr "Pergerakan Saham"
  139. #. module: mrp_account
  140. #: model:ir.model,name:mrp_account.model_stock_rule
  141. msgid "Stock Rule"
  142. msgstr ""
  143. #. module: mrp_account
  144. #: model_terms:ir.ui.view,arch_db:mrp_account.mrp_production_form_view_inherited
  145. msgid "Valuation"
  146. msgstr ""
  147. #. module: mrp_account
  148. #: model:ir.model.fields,field_description:mrp_account.field_mrp_workorder__wc_analytic_account_line_id
  149. msgid "Wc Analytic Account Line"
  150. msgstr ""
  151. #. module: mrp_account
  152. #: model:ir.model,name:mrp_account.model_mrp_workcenter
  153. msgid "Work Center"
  154. msgstr ""
  155. #. module: mrp_account
  156. #: model:ir.model,name:mrp_account.model_mrp_routing_workcenter
  157. msgid "Work Center Usage"
  158. msgstr "Penggunaan Pusat Kerja"
  159. #. module: mrp_account
  160. #: model:ir.model,name:mrp_account.model_mrp_workorder
  161. msgid "Work Order"
  162. msgstr "Arahan Kerja"
  163. #. module: mrp_account
  164. #: model:ir.model.fields,field_description:mrp_account.field_account_analytic_account__workorder_count
  165. msgid "Work Order Count"
  166. msgstr ""
  167. #. module: mrp_account
  168. #: code:addons/mrp_account/models/analytic_account.py:0
  169. #, python-format
  170. msgid "Work Orders"
  171. msgstr ""
  172. #. module: mrp_account
  173. #: model:ir.model,name:mrp_account.model_mrp_workcenter_productivity
  174. msgid "Workcenter Productivity Log"
  175. msgstr ""
  176. #. module: mrp_account
  177. #: model:ir.model.fields,field_description:mrp_account.field_account_analytic_account__workcenter_ids
  178. msgid "Workcenters"
  179. msgstr ""
  180. #. module: mrp_account
  181. #. odoo-python
  182. #: code:addons/mrp_account/models/stock_move.py:0
  183. #, python-format
  184. msgid "[Raw] %s"
  185. msgstr ""
  186. #. module: mrp_account
  187. #. odoo-python
  188. #: code:addons/mrp_account/models/mrp_production.py:0
  189. #: code:addons/mrp_account/models/mrp_workorder.py:0
  190. #, python-format
  191. msgid "[WC] %s"
  192. msgstr ""