mn.po 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * barcodes
  4. #
  5. # Translators:
  6. # Nurbahyt Kh <nurbahyt.kh@gmail.com>, 2022
  7. # Батмөнх Ганбат <batmunkh2522@gmail.com>, 2022
  8. # Martin Trigaux, 2022
  9. # Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2022
  10. #
  11. msgid ""
  12. msgstr ""
  13. "Project-Id-Version: Odoo Server 15.5alpha1\n"
  14. "Report-Msgid-Bugs-To: \n"
  15. "POT-Creation-Date: 2022-09-20 09:01+0000\n"
  16. "PO-Revision-Date: 2022-09-22 05:45+0000\n"
  17. "Last-Translator: Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2022\n"
  18. "Language-Team: Mongolian (https://app.transifex.com/odoo/teams/41243/mn/)\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=UTF-8\n"
  21. "Content-Transfer-Encoding: \n"
  22. "Language: mn\n"
  23. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  24. #. module: barcodes
  25. #: code:addons/barcodes/models/barcode_rule.py:0
  26. #, python-format
  27. msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*' ?"
  28. msgstr ""
  29. " '*' Зураасан кодны Regex хэв маягт тохирохгүй байна. Таны хүссэн зүйл '.*' "
  30. "үү?"
  31. #. module: barcodes
  32. #: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form
  33. msgid ""
  34. "<i>Barcodes Nomenclatures</i> define how barcodes are recognized and categorized.\n"
  35. " When a barcode is scanned it is associated to the <i>first</i> rule with a matching\n"
  36. " pattern. The pattern syntax is that of regular expression, and a barcode is matched\n"
  37. " if the regular expression matches a prefix of the barcode."
  38. msgstr ""
  39. "<i>Зураасан кодын нэр төрөл</i> нь зураасан кодууд нь яаж танигдаж ангилагдах талаар тодорхойлдог.\n"
  40. " Зураасан кодыг сканнердахад таарах<i>эхний</i> дүрэмд\n"
  41. " холбогдоно. Зураасан кодын хэвийг regulare expression-р тодоройлдог.\n"
  42. " Зураасан кодын эхлэл угтвар хэсгийг нь regulare expression-р илэрхийлдэг."
  43. #. module: barcodes
  44. #: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form
  45. msgid ""
  46. "A barcode nomenclature defines how the point of sale identify and interprets"
  47. " barcodes"
  48. msgstr ""
  49. "Зураасан кодын задлах дүрэм нь борлуулалтын цэг дээр зураасан кодыг хэрхэн "
  50. "задлан унших арга, дүрмийг тодорхойлдог."
  51. #. module: barcodes
  52. #: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form
  53. msgid "Add a new barcode nomenclature"
  54. msgstr "Шинэ зураасан кодны задлах дүрэм бүртгэх"
  55. #. module: barcodes
  56. #: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias
  57. #: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias
  58. msgid "Alias"
  59. msgstr "Ерөнхий нэр"
  60. #. module: barcodes
  61. #: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always
  62. msgid "Always"
  63. msgstr "Үргэлж"
  64. #. module: barcodes
  65. #: model:ir.model.fields,help:barcodes.field_barcode_rule__name
  66. msgid "An internal identification for this barcode nomenclature rule"
  67. msgstr "Зураасан кодын энэ дүрэмийн хувьд дотоод танилт"
  68. #. module: barcodes
  69. #: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name
  70. msgid "An internal identification of the barcode nomenclature"
  71. msgstr "Зураасан кодын энэ дүрэмийн хувьд дотоод танилт"
  72. #. module: barcodes
  73. #: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any
  74. msgid "Any"
  75. msgstr "Дурын"
  76. #. module: barcodes
  77. #: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin
  78. msgid "Barcode Event Mixin"
  79. msgstr "Зураасан кодны үзэгдэл танигч"
  80. #. module: barcodes
  81. #: model:ir.model,name:barcodes.model_barcode_nomenclature
  82. #: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name
  83. #: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id
  84. #: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form
  85. msgid "Barcode Nomenclature"
  86. msgstr "Зураасан кодын дүрэм"
  87. #. module: barcodes
  88. #: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form
  89. #: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree
  90. msgid "Barcode Nomenclatures"
  91. msgstr "Зураасан код задлах дүрэм"
  92. #. module: barcodes
  93. #: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern
  94. msgid "Barcode Pattern"
  95. msgstr "Зураасан кодын хэв загвар"
  96. #. module: barcodes
  97. #: model:ir.model,name:barcodes.model_barcode_rule
  98. #: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form
  99. msgid "Barcode Rule"
  100. msgstr "Зураасан кодын дүрэм"
  101. #. module: barcodes
  102. #: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned
  103. msgid "Barcode Scanned"
  104. msgstr "Зураасан код уншигдсан"
  105. #. module: barcodes
  106. #. openerp-web
  107. #: code:addons/barcodes/static/src/barcode_handlers.js:0
  108. #, python-format
  109. msgid "Barcode: "
  110. msgstr ""
  111. #. module: barcodes
  112. #: model:ir.model,name:barcodes.model_res_company
  113. msgid "Companies"
  114. msgstr "Компаниуд"
  115. #. module: barcodes
  116. #: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid
  117. #: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid
  118. msgid "Created by"
  119. msgstr "Үүсгэсэн этгээд"
  120. #. module: barcodes
  121. #: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date
  122. #: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date
  123. msgid "Created on"
  124. msgstr "Үүсгэсэн огноо"
  125. #. module: barcodes
  126. #: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name
  127. #: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name
  128. msgid "Display Name"
  129. msgstr "Дэлгэрэнгүй нэр"
  130. #. module: barcodes
  131. #: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13
  132. msgid "EAN-13"
  133. msgstr "EAN-13"
  134. #. module: barcodes
  135. #: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc
  136. msgid "EAN-13 to UPC-A"
  137. msgstr "EAN-13-с UPC-A-руу"
  138. #. module: barcodes
  139. #: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8
  140. msgid "EAN-8"
  141. msgstr "EAN-8"
  142. #. module: barcodes
  143. #: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding
  144. msgid "Encoding"
  145. msgstr "Кодчлол"
  146. #. module: barcodes
  147. #: model:ir.model,name:barcodes.model_ir_http
  148. msgid "HTTP Routing"
  149. msgstr "HTTP Routing"
  150. #. module: barcodes
  151. #: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id
  152. #: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id
  153. msgid "ID"
  154. msgstr "ID"
  155. #. module: barcodes
  156. #: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature____last_update
  157. #: model:ir.model.fields,field_description:barcodes.field_barcode_rule____last_update
  158. msgid "Last Modified on"
  159. msgstr "Сүүлд зассан огноо"
  160. #. module: barcodes
  161. #: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid
  162. #: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid
  163. msgid "Last Updated by"
  164. msgstr "Сүүлд зассан этгээд"
  165. #. module: barcodes
  166. #: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date
  167. #: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date
  168. msgid "Last Updated on"
  169. msgstr "Сүүлд зассан огноо"
  170. #. module: barcodes
  171. #: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none
  172. msgid "Never"
  173. msgstr "Хэзээ ч үгүй"
  174. #. module: barcodes
  175. #: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id
  176. msgid "Nomenclature"
  177. msgstr "Задлах дүрэм"
  178. #. module: barcodes
  179. #: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form
  180. msgid ""
  181. "Patterns can also define how numerical values, such as weight or price, can be\n"
  182. " encoded into the barcode. They are indicated by <code>{NNN}</code> where the N's\n"
  183. " define where the number's digits are encoded. Floats are also supported with the \n"
  184. " decimals indicated with D's, such as <code>{NNNDD}</code>. In these cases, \n"
  185. " the barcode field on the associated records <i>must</i> show these digits as \n"
  186. " zeroes."
  187. msgstr ""
  188. "Хэв нь мөн жин, үнэ гэх мэт тоон утгуудыг оруулахад хэрэглэгдэж болно.\n"
  189. " Тэдгээр нь <code>{NNN}</code> гэж тэмдэглэгддэг бөгөөд\n"
  190. " N-үүд нь тооны оронгуудыг илэрхийлдэг. Аравтын бутархай \n"
  191. " мөн хэрэглэгдэж болдог <code>{NNNDD}</code> гэж илэрхийлэгддэг. \n"
  192. " D-үүд нь бутархайн оронг илэрхийлдэг. Энэ тохиолдлолд \n"
  193. " эдгээр тоог харуулах талбарууд нь тоонуудыг тэгээр харуулах<i>ёстой</i> "
  194. #. module: barcodes
  195. #: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name
  196. msgid "Rule Name"
  197. msgstr "Дүрмийн нэр"
  198. #. module: barcodes
  199. #: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids
  200. msgid "Rules"
  201. msgstr "Дүрэм"
  202. #. module: barcodes
  203. #: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence
  204. msgid "Sequence"
  205. msgstr "Дугаарлалт"
  206. #. module: barcodes
  207. #: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form
  208. msgid "Tables"
  209. msgstr "Хүснэгт"
  210. #. module: barcodes
  211. #: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern
  212. msgid "The barcode matching pattern"
  213. msgstr "Зураасан кодыг таних хэв"
  214. #. module: barcodes
  215. #: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids
  216. msgid "The list of barcode rules"
  217. msgstr "Зураасан кодын дүрмийн жагсаалт"
  218. #. module: barcodes
  219. #: model:ir.model.fields,help:barcodes.field_barcode_rule__alias
  220. msgid "The matched pattern will alias to this barcode"
  221. msgstr "Таарсан хэв нь энэ зураасан код руу давхар холбогдоно."
  222. #. module: barcodes
  223. #: code:addons/barcodes/models/barcode_rule.py:0
  224. #, python-format
  225. msgid ""
  226. "There is a syntax error in the barcode pattern %(pattern)s: a rule can only "
  227. "contain one pair of braces."
  228. msgstr ""
  229. #. module: barcodes
  230. #: code:addons/barcodes/models/barcode_rule.py:0
  231. #, python-format
  232. msgid ""
  233. "There is a syntax error in the barcode pattern %(pattern)s: braces can only "
  234. "contain N's followed by D's."
  235. msgstr ""
  236. #. module: barcodes
  237. #: code:addons/barcodes/models/barcode_rule.py:0
  238. #, python-format
  239. msgid ""
  240. "There is a syntax error in the barcode pattern %(pattern)s: empty braces."
  241. msgstr ""
  242. #. module: barcodes
  243. #: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding
  244. msgid ""
  245. "This rule will apply only if the barcode is encoded with the specified "
  246. "encoding"
  247. msgstr ""
  248. "Энэ дүрэм нь зураасан код нь зөвхөн заасан кодчилолоор кодлогдсон байвал "
  249. "хэрэглэгдэнэ."
  250. #. module: barcodes
  251. #: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type
  252. msgid "Type"
  253. msgstr "Төрөл"
  254. #. module: barcodes
  255. #: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv
  256. msgid ""
  257. "UPC Codes can be converted to EAN by prefixing them with a zero. This "
  258. "setting determines if a UPC/EAN barcode should be automatically converted in"
  259. " one way or another when trying to match a rule with the other encoding."
  260. msgstr ""
  261. "UPC кодууд нь EAN код руу урд нь тэг нэмэх замаар хөрвүлэгдэнэ. Энэ тохиргоо"
  262. " нь UPC/EAN зураасан кодууд автоматаар хөрвүүлэгдэхийг тодорхойлдог."
  263. #. module: barcodes
  264. #: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca
  265. msgid "UPC-A"
  266. msgstr "UPC-A"
  267. #. module: barcodes
  268. #: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean
  269. msgid "UPC-A to EAN-13"
  270. msgstr "UPC-A -с EAN-13-руу"
  271. #. module: barcodes
  272. #: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv
  273. msgid "UPC/EAN Conversion"
  274. msgstr "UPC/EAN хөрвүүлэлт"
  275. #. module: barcodes
  276. #: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product
  277. msgid "Unit Product"
  278. msgstr "Барааны нэр төрөл"
  279. #. module: barcodes
  280. #. openerp-web
  281. #: code:addons/barcodes/static/src/barcode_handlers.js:0
  282. #, python-format
  283. msgid "Unknown barcode command"
  284. msgstr ""
  285. #. module: barcodes
  286. #: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence
  287. msgid ""
  288. "Used to order rules such that rules with a smaller sequence match first"
  289. msgstr ""
  290. "Дүрмүүдэд эрэмбэ дараалал тогтооно. Ингэснээр бага эрэмбэтэй дүрэм түрүүлж "
  291. "шалгагдана"
  292. #. module: barcodes
  293. #: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned
  294. msgid "Value of the last barcode scanned."
  295. msgstr "Сүүлд уншуулсан зураасан кодын утга."