You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

136 lines
5.3 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * pos_access_right
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 12.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "PO-Revision-Date: 2019-05-30 11:19+0000\n"
  10. "Last-Translator: Ivan Yelizariev <yelizariev@it-projects.info>\n"
  11. "Language-Team: none\n"
  12. "Language: ru\n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: \n"
  16. "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
  17. "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
  18. "X-Generator: Weblate 3.6.1\n"
  19. #. module: pos_access_right
  20. #. openerp-web
  21. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:122
  22. #, python-format
  23. msgid "Change Unit Price - Unauthorized function"
  24. msgstr ""
  25. #. module: pos_access_right
  26. #. openerp-web
  27. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:73
  28. #, python-format
  29. msgid "Delete Order - Unauthorized function"
  30. msgstr ""
  31. #. module: pos_access_right
  32. #. openerp-web
  33. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:116
  34. #, python-format
  35. msgid "Discount - Unauthorized function"
  36. msgstr ""
  37. #. module: pos_access_right
  38. #. openerp-web
  39. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:57
  40. #, python-format
  41. msgid "Many Orders - Unauthorized function"
  42. msgstr ""
  43. #. module: pos_access_right
  44. #. openerp-web
  45. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:99
  46. #, python-format
  47. msgid "Negative Quantity - Unauthorized function"
  48. msgstr ""
  49. #. module: pos_access_right
  50. #. openerp-web
  51. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:58
  52. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:74
  53. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:100
  54. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:117
  55. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:123
  56. #, python-format
  57. msgid "Please ask your manager to do it."
  58. msgstr "Попросите менеджера выполнить это действие."
  59. #. module: pos_access_right
  60. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_discount_id
  61. msgid "Point of Sale - Allow Discount"
  62. msgstr "Точка продаж - Разрешить Скидки"
  63. #. module: pos_access_right
  64. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_negative_qty_id
  65. msgid "Point of Sale - Allow Negative Quantity"
  66. msgstr "Точка продаж - Разрешить отрицательное количество"
  67. #. module: pos_access_right
  68. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_change_unit_price_id
  69. msgid "Point of Sale - Allow Unit Price Change"
  70. msgstr "Точка продаж - Разрешить изменение цены за штуку"
  71. #. module: pos_access_right
  72. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_delete_order_id
  73. #: model:res.groups,name:pos_access_right.group_delete_order
  74. msgid "Point of Sale - Delete Order"
  75. msgstr "Точка продаж - Удаление заказа"
  76. #. module: pos_access_right
  77. #: model:res.groups,name:pos_access_right.group_discount
  78. msgid "Point of Sale - Discount"
  79. msgstr "Точка продаж - Скидки"
  80. #. module: pos_access_right
  81. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_multi_order_id
  82. #: model:res.groups,name:pos_access_right.group_multi_order
  83. msgid "Point of Sale - Many Orders"
  84. msgstr "Точка продаж - Более одного заказа"
  85. #. module: pos_access_right
  86. #: model:res.groups,name:pos_access_right.group_negative_qty
  87. msgid "Point of Sale - Negative Quantity"
  88. msgstr "Точка продаж - Отрицательное количество"
  89. #. module: pos_access_right
  90. #: model:res.groups,name:pos_access_right.group_change_unit_price
  91. msgid "Point of Sale - Unit Price Change"
  92. msgstr "Точка продаж - Изменение цены за штуку"
  93. #. module: pos_access_right
  94. #: model:ir.model,name:pos_access_right.model_pos_config
  95. msgid "Point of Sale Configuration"
  96. msgstr "Настройки Точки продаж"
  97. #. module: pos_access_right
  98. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_discount_id
  99. msgid "This field is there to pass the id of the 'PoS - Allow Discount' Group to the Point of Sale Frontend."
  100. msgstr ""
  101. #. module: pos_access_right
  102. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_negative_qty_id
  103. msgid "This field is there to pass the id of the 'PoS - Allow Negative Quantity' Group to the Point of Sale Frontend."
  104. msgstr ""
  105. #. module: pos_access_right
  106. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_change_unit_price_id
  107. msgid "This field is there to pass the id of the 'PoS - Allow Unit Price Change' Group to the Point of Sale Frontend."
  108. msgstr ""
  109. #. module: pos_access_right
  110. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_delete_order_id
  111. msgid "This field is there to pass the id of the 'PoS - Delete Order' Group to the Point of Sale Frontend."
  112. msgstr ""
  113. #. module: pos_access_right
  114. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_multi_order_id
  115. msgid "This field is there to pass the id of the 'PoS - Many Orders Group to the Point of Sale Frontend."
  116. msgstr ""