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.

246 lines
7.3 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * pos_order_mgmt
  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-11-22 13:35+0000\n"
  10. "Last-Translator: Lorenzo Battistini <lb@takobi.online>\n"
  11. "Language-Team: none\n"
  12. "Language: it\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=2; plural=n != 1;\n"
  17. "X-Generator: Weblate 3.8\n"
  18. #. module: pos_order_mgmt
  19. #: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_copy_done_order
  20. msgid "Allows to duplicate already done orders in the frontend"
  21. msgstr "Permette di duplicare ordini già fatti nel frontend"
  22. #. module: pos_order_mgmt
  23. #: model_terms:ir.ui.view,arch_db:pos_order_mgmt.view_pos_config_form
  24. msgid "Allows to manage already done orders in the frontend."
  25. msgstr "Permette di gestire ordini già fatti nel frontend."
  26. #. module: pos_order_mgmt
  27. #: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_order_mgmt
  28. msgid "Allows to manage orders in the frontend"
  29. msgstr "Permette di gestire ordini nel frontend"
  30. #. module: pos_order_mgmt
  31. #: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_reprint_done_order
  32. msgid "Allows to reprint already done orders in the frontend"
  33. msgstr "Permette di ristampare ordini già fatti nel frontend"
  34. #. module: pos_order_mgmt
  35. #: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_return_done_order
  36. msgid "Allows to return already done orders in the frontend"
  37. msgstr "Permette di fare il reso di ordini già fatti nel frontend"
  38. #. module: pos_order_mgmt
  39. #. openerp-web
  40. #: code:addons/pos_order_mgmt/static/src/xml/pos.xml:36
  41. #, python-format
  42. msgid "Amount"
  43. msgstr "Importo"
  44. #. module: pos_order_mgmt
  45. #. openerp-web
  46. #: code:addons/pos_order_mgmt/static/src/xml/pos.xml:17
  47. #, python-format
  48. msgid "Back"
  49. msgstr "Indietro"
  50. #. module: pos_order_mgmt
  51. #. openerp-web
  52. #: code:addons/pos_order_mgmt/static/src/js/widgets.js:368
  53. #: code:addons/pos_order_mgmt/static/src/js/widgets.js:423
  54. #, python-format
  55. msgid "Can not execute this action because the POS is currently offline"
  56. msgstr "Impossibile eseguire questa azione perchè il POS è attualmente offline"
  57. #. module: pos_order_mgmt
  58. #. openerp-web
  59. #: code:addons/pos_order_mgmt/static/src/js/widgets.js:367
  60. #: code:addons/pos_order_mgmt/static/src/js/widgets.js:422
  61. #, python-format
  62. msgid "Connection error"
  63. msgstr "Errore di connessione"
  64. #. module: pos_order_mgmt
  65. #. openerp-web
  66. #: code:addons/pos_order_mgmt/static/src/xml/pos.xml:61
  67. #, python-format
  68. msgid "Create a new order based on this one"
  69. msgstr "Creare un nuovo ordine basato su questo"
  70. #. module: pos_order_mgmt
  71. #. openerp-web
  72. #: code:addons/pos_order_mgmt/static/src/xml/pos.xml:64
  73. #, python-format
  74. msgid "Create a refund order of this order"
  75. msgstr "Creare un reso di quest'ordine"
  76. #. module: pos_order_mgmt
  77. #. openerp-web
  78. #: code:addons/pos_order_mgmt/static/src/xml/pos.xml:34
  79. #, python-format
  80. msgid "Customer"
  81. msgstr "Cliente"
  82. #. module: pos_order_mgmt
  83. #. openerp-web
  84. #: code:addons/pos_order_mgmt/static/src/xml/pos.xml:89
  85. #: code:addons/pos_order_mgmt/static/src/xml/pos.xml:98
  86. #, python-format
  87. msgid "DUPLICATE"
  88. msgstr "DUPLICATO"
  89. #. module: pos_order_mgmt
  90. #. openerp-web
  91. #: code:addons/pos_order_mgmt/static/src/xml/pos.xml:35
  92. #, python-format
  93. msgid "Date"
  94. msgstr "Data"
  95. #. module: pos_order_mgmt
  96. #: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_copy_done_order
  97. msgid "Duplicate Orders"
  98. msgstr "Ordini duplicati"
  99. #. module: pos_order_mgmt
  100. #: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_load_done_order_max_qty
  101. msgid "Maximum Orders to load"
  102. msgstr "Numero massimo di ordini da caricare"
  103. #. module: pos_order_mgmt
  104. #: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_load_done_order_max_qty
  105. msgid ""
  106. "Maximum number of orders to load on the PoS at its init. Set it to 0 to load "
  107. "none (it's still possible to load them by ticket code)."
  108. msgstr ""
  109. "Massimo numero di ordini da caricare nel PoS al suo avvio. Impostarlo a 0 "
  110. "per non caricarne nessuno (è sempre possibile caricarli tramite codice "
  111. "scontrino)."
  112. #. module: pos_order_mgmt
  113. #: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_order_mgmt
  114. msgid "Order Management"
  115. msgstr "Gestione ordine"
  116. #. module: pos_order_mgmt
  117. #: model:ir.model,name:pos_order_mgmt.model_pos_config
  118. msgid "Point of Sale Configuration"
  119. msgstr "Configurazione punto vendita"
  120. #. module: pos_order_mgmt
  121. #: model:ir.model,name:pos_order_mgmt.model_pos_order
  122. msgid "Point of Sale Orders"
  123. msgstr "Ordini punto vendita"
  124. #. module: pos_order_mgmt
  125. #. openerp-web
  126. #: code:addons/pos_order_mgmt/static/src/xml/pos.xml:58
  127. #, python-format
  128. msgid "Print a duplicate for this order"
  129. msgstr "Stampare un duplicato di quest'ordine"
  130. #. module: pos_order_mgmt
  131. #. openerp-web
  132. #: code:addons/pos_order_mgmt/static/src/xml/pos.xml:83
  133. #, python-format
  134. msgid "Rectifies:"
  135. msgstr "Rettifica:"
  136. #. module: pos_order_mgmt
  137. #. openerp-web
  138. #: code:addons/pos_order_mgmt/static/src/xml/pos.xml:33
  139. #, python-format
  140. msgid "Ref."
  141. msgstr "Rif."
  142. #. module: pos_order_mgmt
  143. #: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_order__returned_order_reference
  144. msgid "Reference of the returned Order"
  145. msgstr "Riferimento del reso"
  146. #. module: pos_order_mgmt
  147. #. openerp-web
  148. #: code:addons/pos_order_mgmt/static/src/js/widgets.js:245
  149. #, python-format
  150. msgid "Refund "
  151. msgstr "Reso "
  152. #. module: pos_order_mgmt
  153. #: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_order__refund_order_ids
  154. msgid "Refund Orders"
  155. msgstr "Ordini di reso"
  156. #. module: pos_order_mgmt
  157. #: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_order__refund_order_qty
  158. msgid "Refund Orders Quantity"
  159. msgstr "Quantità ordini di reso"
  160. #. module: pos_order_mgmt
  161. #: model_terms:ir.ui.view,arch_db:pos_order_mgmt.view_pos_order_form
  162. msgid "Refunds"
  163. msgstr "Resi"
  164. #. module: pos_order_mgmt
  165. #: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_reprint_done_order
  166. msgid "Reprint Orders"
  167. msgstr "Ordini ristampa"
  168. #. module: pos_order_mgmt
  169. #: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_return_done_order
  170. msgid "Return Orders"
  171. msgstr "Ordini di reso"
  172. #. module: pos_order_mgmt
  173. #: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_order__returned_order_id
  174. msgid "Returned Order"
  175. msgstr "Reso"
  176. #. module: pos_order_mgmt
  177. #. openerp-web
  178. #: code:addons/pos_order_mgmt/static/src/xml/pos.xml:74
  179. #, python-format
  180. msgid "Returned order:"
  181. msgstr "Reso:"
  182. #. module: pos_order_mgmt
  183. #. openerp-web
  184. #: code:addons/pos_order_mgmt/static/src/xml/pos.xml:21
  185. #, python-format
  186. msgid "Search Order"
  187. msgstr "Ricerca ordine"
  188. #. module: pos_order_mgmt
  189. #. openerp-web
  190. #: code:addons/pos_order_mgmt/static/src/js/widgets.js:385
  191. #, python-format
  192. msgid ""
  193. "Unable to load some order lines because the products are not available in "
  194. "the POS cache.\n"
  195. "\n"
  196. "Please check that lines :\n"
  197. "\n"
  198. " * "
  199. msgstr ""
  200. "Impossibile caricare alcune righe d'ordine perchè i prodotti non sono "
  201. "disponibili nella cache POS.\n"
  202. "\n"
  203. "Per favore controllare quelle righe :\n"
  204. "\n"
  205. " * "
  206. #. module: pos_order_mgmt
  207. #. openerp-web
  208. #: code:addons/pos_order_mgmt/static/src/js/widgets.js:384
  209. #, python-format
  210. msgid "Unknown Products"
  211. msgstr "Prodotti sconosciuti"