ro.po 7.5 KB

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