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.

1105 lines
46 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * excel_import_export
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 12.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "PO-Revision-Date: 2020-10-29 17:08+0000\n"
  10. "Last-Translator: Alessandro Fiorino <alessandro.fiorino@digitaldomus.it>\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.10\n"
  18. #. module: excel_import_export
  19. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  20. msgid "${object.post_import_do_something()}"
  21. msgstr "${object.post_import_do_something()}"
  22. #. module: excel_import_export
  23. #: code:addons/excel_import_export/models/common.py:170
  24. #: code:addons/excel_import_export/models/common.py:180
  25. #, python-format
  26. msgid "'%s' sheet not found"
  27. msgstr "Foglio '%s' non trovato"
  28. #. module: excel_import_export
  29. #: model:ir.model.fields,help:excel_import_export.field_export_xlsx_wizard__state
  30. #: model:ir.model.fields,help:excel_import_export.field_import_xlsx_wizard__state
  31. #: model:ir.model.fields,help:excel_import_export.field_xlsx_report__state
  32. msgid "* Choose: wizard show in user selection mode\n"
  33. "* Get: wizard show results from user action"
  34. msgstr ""
  35. "* Choose: wizard mostrato in modalità selezione utente\n"
  36. "* Get: wizard mostra i risultati dall'azione dell'utente"
  37. #. module: excel_import_export
  38. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  39. msgid "<b>Cell</b>: Location of data in excel sheet (e.g., A1, B1, ...)"
  40. msgstr "<b>Cella</b>: Posizione nei dati del foglio excel (es., A1, B1, ...)"
  41. #. module: excel_import_export
  42. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  43. msgid "<b>Continue</b>: If not selected, start rolling with specified first row cells. If selected, continue from previous one2many field"
  44. msgstr ""
  45. "<b>Continua</b>: Se non selezionato, inizia partendo dalle cella della prima "
  46. "riga selezionata. Se selezionato, continua dal precedente campo one2many"
  47. #. module: excel_import_export
  48. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  49. msgid "<b>Field Cond.</b>: Python code in <code>${...}</code> to manipulate field value, e.g., if field = product_id, <code>value</code> will represent product object, e.g., <code>${value and value.uom_id.name or \"\"}</code>"
  50. msgstr ""
  51. "<b>Cond. Campo</b>: Codice Python in <code>${...}</code> per manipolare i "
  52. "valori del campo, ad es., se campo = product_id, <code>valore</code> "
  53. "rappresenterà l'oggetto product, ad es., <code>${value and value.uom_id.name "
  54. "or \"\"}</code>"
  55. #. module: excel_import_export
  56. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  57. msgid "<b>Field Cond.</b>: Python code in <code>${...}</code> value will represent data from excel cell, e.g., if A1 = 'ABC', <code>value</code> will represent 'ABC', e.g., <code>${value == \"ABC\" and \"X\" or \"Y\"}</code> thus can change from cell value to other value for import."
  58. msgstr ""
  59. "<b>Cond. Campo</b>: codice Python nel formato <code>${...}</code> "
  60. "rappresenterà il valore della cella excel, ad es., se A1='ABC', "
  61. "<code>value</code> rappresenterà 'ABC', ad es., <code>${value == \"ABC\" and "
  62. "\"X\" or \"Y\"}</code> in maniera tale da porter cambiare il valore della "
  63. "cella con un altro per l'importazione"
  64. #. module: excel_import_export
  65. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  66. msgid "<b>Field</b>: Field of the record to be imported to, e.g., product_id"
  67. msgstr "<b>Campo</b>: Campo del record dove importare, es., product_id"
  68. #. module: excel_import_export
  69. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  70. msgid "<b>Field</b>: Field of the record, e.g., product_id.uom_id.name. They are orm compliant."
  71. msgstr ""
  72. "<b>Campo</b>: Campo del record, ad es., product_id.uom_id.name. Sono orm-"
  73. "compliant."
  74. #. module: excel_import_export
  75. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  76. msgid "<b>No Delete</b>: By default, all one2many lines will be deleted before import. Select this, to avoid deletion"
  77. msgstr ""
  78. "<b>Non cancellare</b>: Di default, tutte le linee one2many saranno "
  79. "cancellate prima dell'importazione. Selezionare questo flag per evitare la "
  80. "cancellazione"
  81. #. module: excel_import_export
  82. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  83. msgid "<b>Note:</b>"
  84. msgstr "<b>Nota:</b>"
  85. #. module: excel_import_export
  86. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  87. msgid "<b>Row Field</b>: Use _HEAD_ for the record itself, and one2many field (e.g., line_ids) for row data"
  88. msgstr ""
  89. "<b>Campo Riga</b>: Usare _HEAD_ per il record stesso, e un campo one2many ("
  90. "ad es., line_ids) per i dati delle righe"
  91. #. module: excel_import_export
  92. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  93. msgid "<b>Sheet</b>: Name (e.g., Sheet 1) or index (e.g., 1) of excel sheet"
  94. msgstr ""
  95. "<b>Foglio</b>: Nome (ad es., Foglio 1) o indice (ad es., 1) del foglio excel"
  96. #. module: excel_import_export
  97. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  98. msgid "<b>Sheet</b>: Name (e.g., Sheet 1) or index (e.g., 1) of excel sheet to export data to"
  99. msgstr ""
  100. #. module: excel_import_export
  101. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  102. msgid "<b>Style w/Cond.</b>: Conditional style by python code in <code>#?...?</code>, e.g., apply style for specific product, <code>#?value.name == \"ABC\" and #{font=bold;fill=red} or None?</code>"
  103. msgstr ""
  104. #. module: excel_import_export
  105. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  106. msgid "<b>Style</b>: Default style in <code>#{...}</code> that apply to each cell, e.g., <code>#{align=left;style=text}</code>. See module's <b>style.py</b> for available styles."
  107. msgstr ""
  108. #. module: excel_import_export
  109. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  110. msgid "<b>Sum</b>: Add sum value on last row, <code>@{sum}</code>"
  111. msgstr ""
  112. "<b>Somma</b>: Aggiunge il valore della somma nell'ultima riga, "
  113. "<code>@{sum}</code>"
  114. #. module: excel_import_export
  115. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  116. msgid "<code class=\"oe_grey\">\n"
  117. "{\n"
  118. " '__EXPORT__': {\n"
  119. " 'sale_order': { # sheet can be name (string) or index (integer)\n"
  120. " '_HEAD_': {\n"
  121. " 'B2': 'partner_id.display_name${value or \"\"}#{align=left;style=text}',\n"
  122. " 'B3': 'name${value or \"\"}#{align=left;style=text}',\n"
  123. " },\n"
  124. " 'line_ids': { # prefix with _CONT_ to continue rows from previous row field\n"
  125. " 'A6': 'product_id.display_name${value or \"\"}#{style=text}',\n"
  126. " 'C6': 'product_uom_qty${value or 0}#{style=number}',\n"
  127. " 'E6': 'price_unit${value or 0}#{style=number}',\n"
  128. " 'G6': 'price_subtotal${value or 0}#{style=number}',\n"
  129. " },\n"
  130. " },\n"
  131. " },\n"
  132. " '__IMPORT__': {\n"
  133. " 'sale_order': { # sheet can be name (string) or index (integer)\n"
  134. " 'order_line': { # prefix with _NODEL_ to not delete rows before import\n"
  135. " 'A6': 'product_id',\n"
  136. " 'C6': 'product_uom_qty',\n"
  137. " 'E6': 'price_unit${value &gt; 0 and value or 0}',\n"
  138. " },\n"
  139. " },\n"
  140. " },\n"
  141. " '__POST_IMPORT__': '${object.post_import_do_something()}',\n"
  142. "}\n"
  143. "\n"
  144. " </code>"
  145. msgstr ""
  146. #. module: excel_import_export
  147. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  148. msgid "<code>date, datetime, time</code>: some useful python classes"
  149. msgstr "<code>date, datetime, time</code>: alcune classi python utili"
  150. #. module: excel_import_export
  151. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  152. msgid "<code>model</code>: active model, e.g., self.env['my.model']"
  153. msgstr "<code>modello</code>: modello attivo, e.g., self.env['my.model']"
  154. #. module: excel_import_export
  155. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  156. msgid "<code>object</code>: record object or line object depends on <b>Row Field</b>"
  157. msgstr ""
  158. "<code>oggetto</code>: oggetto record o oggetto riga a seconda del <b>Campo "
  159. "Riga</b>"
  160. #. module: excel_import_export
  161. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  162. msgid "<code>value</code>: value from <b>Cell</b>"
  163. msgstr "<code>valore</code>: valore da <b>Cella</b>"
  164. #. module: excel_import_export
  165. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  166. msgid "<code>value</code>: value from <b>Field</b>"
  167. msgstr "<code>valore</code>: valore da <b>Campo</b>"
  168. #. module: excel_import_export
  169. #. openerp-web
  170. #: code:addons/excel_import_export/static/src/js/report/action_manager_report.js:49
  171. #, python-format
  172. msgid "A popup window with your report was blocked. You may need to change your browser settings to allow popup windows for this page."
  173. msgstr ""
  174. "Una finestra popup con il tuo report è stata bloccata. Potresti aver bisogno "
  175. "di cambiare le impostazioni del browser per permettere finestre di popup da "
  176. "questa pagina."
  177. #. module: excel_import_export
  178. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  179. msgid "Add data column"
  180. msgstr "Aggiunge una colonna di dati"
  181. #. module: excel_import_export
  182. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  183. msgid "Add header section"
  184. msgstr "Aggiunge una sezione di intestazione"
  185. #. module: excel_import_export
  186. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  187. msgid "Add row section"
  188. msgstr "Aggiunge una seziona riga"
  189. #. module: excel_import_export
  190. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  191. msgid "Add sheet section"
  192. msgstr "Aggiunge una sezione foglio"
  193. #. module: excel_import_export
  194. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__choose_template
  195. msgid "Allow Choose Template"
  196. msgstr "Permette di scegliere il Template"
  197. #. module: excel_import_export
  198. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__assigned_attachment_ids
  199. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__assigned_attachment_ids
  200. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_export__assigned_attachment_ids
  201. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_import__assigned_attachment_ids
  202. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__assigned_attachment_ids
  203. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_styles__assigned_attachment_ids
  204. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__assigned_attachment_ids
  205. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__assigned_attachment_ids
  206. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__assigned_attachment_ids
  207. msgid "Assigned Attachments"
  208. msgstr "Allegati Assegnati"
  209. #. module: excel_import_export
  210. #: model:ir.model,name:excel_import_export.model_xlsx_styles
  211. msgid "Available styles for excel"
  212. msgstr "Stili disponibili per excel"
  213. #. module: excel_import_export
  214. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template_import__no_delete
  215. msgid "By default, all rows will be deleted before import.\n"
  216. "Select No Delete, otherwise"
  217. msgstr ""
  218. "Di default, tutte le righe saranno eliminare prima dell'import.\n"
  219. "Selezionare Non Cancellare, altrimenti"
  220. #. module: excel_import_export
  221. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__csv_delimiter
  222. msgid "CSV Delimiter"
  223. msgstr "Delimitatore CSV"
  224. #. module: excel_import_export
  225. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__csv_extension
  226. msgid "CSV File Extension"
  227. msgstr "Estensione File CSV"
  228. #. module: excel_import_export
  229. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__csv_quote
  230. msgid "CSV Quoting"
  231. msgstr "Quoting CSV"
  232. #. module: excel_import_export
  233. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__post_import_hook
  234. msgid "Call a function after successful import, i.e.,\n"
  235. "${object.post_import_do_something()}"
  236. msgstr ""
  237. "Chiama una funzione dopo una importazione avvenuta con successo, ad esempio,"
  238. "\n"
  239. "${object.post_import_do_something()}"
  240. #. module: excel_import_export
  241. #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard
  242. #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard
  243. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  244. msgid "Cancel"
  245. msgstr "Annulla"
  246. #. module: excel_import_export
  247. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__excel_cell
  248. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__excel_cell
  249. msgid "Cell"
  250. msgstr "Cella"
  251. #. module: excel_import_export
  252. #: selection:export.xlsx.wizard,state:0
  253. #: selection:import.xlsx.wizard,state:0
  254. #: selection:xlsx.report,state:0
  255. msgid "Choose"
  256. msgstr "Seleziona"
  257. #. module: excel_import_export
  258. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  259. msgid "Choose Template:"
  260. msgstr "Seleziona Template:"
  261. #. module: excel_import_export
  262. #: model_terms:ir.actions.act_window,help:excel_import_export.action_xlsx_template
  263. msgid "Click to create a XLSX Template Object."
  264. msgstr "Clicca per creare un Oggetto XLSX Template."
  265. #. module: excel_import_export
  266. #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard
  267. #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard
  268. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  269. msgid "Close"
  270. msgstr "Chiudi"
  271. #. module: excel_import_export
  272. #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard
  273. msgid "Complete Prepare File (.xlsx)"
  274. msgstr "Completa la prepazione del file (.xlsx)"
  275. #. module: excel_import_export
  276. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  277. msgid "Complete Prepare Report (.xlsx)"
  278. msgstr "Completa la preparazione del report (.xlsx)"
  279. #. module: excel_import_export
  280. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__is_cont
  281. msgid "Continue"
  282. msgstr "Continua"
  283. #. module: excel_import_export
  284. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template_export__is_cont
  285. msgid "Continue data rows after last data row"
  286. msgstr "Continua le righe di dati dopo l'ultima riga di data"
  287. #. module: excel_import_export
  288. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__to_csv
  289. msgid "Convert to CSV?"
  290. msgstr "Conversione in CSV?"
  291. #. module: excel_import_export
  292. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__create_uid
  293. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__create_uid
  294. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__create_uid
  295. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__create_uid
  296. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__create_uid
  297. msgid "Created by"
  298. msgstr "Creato da"
  299. #. module: excel_import_export
  300. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__create_date
  301. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__create_date
  302. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__create_date
  303. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__create_date
  304. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__create_date
  305. msgid "Created on"
  306. msgstr "Creato il"
  307. #. module: excel_import_export
  308. #: selection:xlsx.template.export,section_type:0
  309. #: selection:xlsx.template.import,section_type:0
  310. msgid "Data"
  311. msgstr "Data"
  312. #. module: excel_import_export
  313. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__style
  314. msgid "Default Style"
  315. msgstr "Stile di Default"
  316. #. module: excel_import_export
  317. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__description
  318. msgid "Description"
  319. msgstr "Descrizione"
  320. #. module: excel_import_export
  321. #: model:ir.model,name:excel_import_export.model_xlsx_template_export
  322. msgid "Detailed of how excel data will be exported"
  323. msgstr "Dettaglio di come i dati excel saranno esportati"
  324. #. module: excel_import_export
  325. #: model:ir.model,name:excel_import_export.model_xlsx_template_import
  326. msgid "Detailed of how excel data will be imported"
  327. msgstr "Dettaglio di come i dati excel saranno importati"
  328. #. module: excel_import_export
  329. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__display_name
  330. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__display_name
  331. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_export__display_name
  332. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_import__display_name
  333. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__display_name
  334. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_styles__display_name
  335. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__display_name
  336. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__display_name
  337. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__display_name
  338. msgid "Display Name"
  339. msgstr "Nome Visualizzato"
  340. #. module: excel_import_export
  341. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:74
  342. #, python-format
  343. msgid "Document must be in %s states"
  344. msgstr "Il documento deve essere negli stati %s"
  345. #. module: excel_import_export
  346. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:78
  347. #, python-format
  348. msgid "Document must be in draft state"
  349. msgstr "Il documento deve essere in stato bozza"
  350. #. module: excel_import_export
  351. #: code:addons/excel_import_export/models/xlsx_import.py:89
  352. #, python-format
  353. msgid "Error deleting data\n"
  354. "%s"
  355. msgstr ""
  356. "Errore cancellando i dati\n"
  357. "%s"
  358. #. module: excel_import_export
  359. #: code:addons/excel_import_export/models/xlsx_export.py:141
  360. #, python-format
  361. msgid "Error filling data into Excel sheets\n"
  362. "%s"
  363. msgstr ""
  364. "Errore compilando i dati nei fogli excel\n"
  365. "%s"
  366. #. module: excel_import_export
  367. #: code:addons/excel_import_export/models/xlsx_import.py:212
  368. #, python-format
  369. msgid "Error importing data"
  370. msgstr "Errore importando i dati"
  371. #. module: excel_import_export
  372. #: code:addons/excel_import_export/models/xlsx_import.py:224
  373. #, python-format
  374. msgid "Error importing data\n"
  375. "%s"
  376. msgstr ""
  377. "Errore importando i dati\n"
  378. "%s"
  379. #. module: excel_import_export
  380. #: selection:ir.actions.report,report_type:0
  381. msgid "Excel"
  382. msgstr "Excel"
  383. #. module: excel_import_export
  384. #: model:ir.model,name:excel_import_export.model_xlsx_export
  385. msgid "Excel Export AbstractModel"
  386. msgstr "Esportazione Excel AbstractModel"
  387. #. module: excel_import_export
  388. #: model:ir.model,name:excel_import_export.model_xlsx_import
  389. msgid "Excel Import AbstractModel"
  390. msgstr "Importazione Excel AbstractModel"
  391. #. module: excel_import_export
  392. #: model:ir.ui.menu,name:excel_import_export.menu_excel_import_export
  393. msgid "Excel Import/Export"
  394. msgstr "Import/Export Excel"
  395. #. module: excel_import_export
  396. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  397. msgid "Excel Report"
  398. msgstr "Report Excel"
  399. #. module: excel_import_export
  400. #: model:ir.model,name:excel_import_export.model_xlsx_report
  401. msgid "Excel Report AbstractModel"
  402. msgstr "Report Excel AbstractModel"
  403. #. module: excel_import_export
  404. #: model:ir.model,name:excel_import_export.model_xlsx_template
  405. msgid "Excel template file and instruction"
  406. msgstr "Excel template file e istruzioni"
  407. #. module: excel_import_export
  408. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  409. msgid "Execute Report"
  410. msgstr "Esegui Report"
  411. #. module: excel_import_export
  412. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__export_ids
  413. #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard
  414. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  415. msgid "Export"
  416. msgstr "Esporta"
  417. #. module: excel_import_export
  418. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  419. msgid "Export Instruction is how to write data from an active data record to specified cells in excel sheet.\n"
  420. " For example, an active record can be a sale order that user want to export.\n"
  421. " The record itself will be mapped to the header part of excel sheet. The record can contain multiple one2many fields, which will be written as data lines.\n"
  422. " You can look at following instruction as Excel Sheet(s), each with 1 header section (_HEAD_) and multiple row sections (one2many fields)."
  423. msgstr ""
  424. #. module: excel_import_export
  425. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__field_name
  426. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__field_name
  427. msgid "Field"
  428. msgstr "Campo"
  429. #. module: excel_import_export
  430. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__field_cond
  431. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__field_cond
  432. msgid "Field Cond."
  433. msgstr "Cond. Campo"
  434. #. module: excel_import_export
  435. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__data
  436. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__data
  437. msgid "File"
  438. msgstr "File"
  439. #. module: excel_import_export
  440. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:109
  441. #, python-format
  442. msgid "File \"%s\" not found in template, %s."
  443. msgstr "File \"%s\" non trovato nel template, %s."
  444. #. module: excel_import_export
  445. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__datas
  446. msgid "File Content"
  447. msgstr "Contenuto File"
  448. #. module: excel_import_export
  449. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__name
  450. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__name
  451. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__fname
  452. msgid "File Name"
  453. msgstr "Nome File"
  454. #. module: excel_import_export
  455. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  456. msgid "Following are more explaination on each column:"
  457. msgstr "Di seguito maggiori informazioni su ciascuna colonna:"
  458. #. module: excel_import_export
  459. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  460. msgid "Following show very simple example of the dictionary construct.\n"
  461. " Normally, this will be within templates.xml file within addons."
  462. msgstr ""
  463. #. module: excel_import_export
  464. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  465. msgid "For code block <code>${...}</code> and <code>#?...?</code>, following object are available,"
  466. msgstr ""
  467. #. module: excel_import_export
  468. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  469. msgid "For code block <code>${...}</code>, following object are available,"
  470. msgstr ""
  471. #. module: excel_import_export
  472. #: selection:export.xlsx.wizard,state:0
  473. #: selection:import.xlsx.wizard,state:0
  474. #: selection:xlsx.report,state:0
  475. msgid "Get"
  476. msgstr "Ottieni"
  477. #. module: excel_import_export
  478. #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard
  479. msgid "Get Import Template"
  480. msgstr "Scarica il template di Import"
  481. #. module: excel_import_export
  482. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__gname
  483. msgid "Group Name"
  484. msgstr "Nome Gruppo"
  485. #. module: excel_import_export
  486. #: selection:ir.actions.report,report_type:0
  487. msgid "HTML"
  488. msgstr "HTML"
  489. #. module: excel_import_export
  490. #: selection:xlsx.template.export,section_type:0
  491. #: selection:xlsx.template.import,section_type:0
  492. msgid "Head"
  493. msgstr "Testa"
  494. #. module: excel_import_export
  495. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  496. msgid "Help with Export Instruction"
  497. msgstr "Aiuto con le istruzioni di Export"
  498. #. module: excel_import_export
  499. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  500. msgid "Help with Import Instruction"
  501. msgstr "Aiuto con le istruzioni di Import"
  502. #. module: excel_import_export
  503. #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard
  504. msgid "Here is the exported file:"
  505. msgstr "Ecco il file esportato:"
  506. #. module: excel_import_export
  507. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  508. msgid "Here is the report file:"
  509. msgstr "Ecco il file di report:"
  510. #. module: excel_import_export
  511. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__id
  512. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__id
  513. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_export__id
  514. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_import__id
  515. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__id
  516. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_styles__id
  517. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__id
  518. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__id
  519. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__id
  520. msgid "ID"
  521. msgstr "ID"
  522. #. module: excel_import_export
  523. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template_export__row_field
  524. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template_import__row_field
  525. msgid "If section type is row, this field is required"
  526. msgstr "Se il tipo sezione è riga, il campo è richiesto"
  527. #. module: excel_import_export
  528. #: code:addons/excel_import_export/models/xlsx_export.py:137
  529. #, python-format
  530. msgid "IllegalCharacterError\n"
  531. "Some exporting data contain special character\n"
  532. "%s"
  533. msgstr ""
  534. "IllegalCharacterError\n"
  535. "Alcuni dati di esportazione contengono un carattere speciale\n"
  536. "%s"
  537. #. module: excel_import_export
  538. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__import_ids
  539. #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard
  540. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  541. msgid "Import"
  542. msgstr "Importazione"
  543. #. module: excel_import_export
  544. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:121
  545. #, python-format
  546. msgid "Import Excel"
  547. msgstr "Importa Excel"
  548. #. module: excel_import_export
  549. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__import_file
  550. msgid "Import File (*.xlsx)"
  551. msgstr "Importa File (*.xslx)"
  552. #. module: excel_import_export
  553. #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard
  554. msgid "Import File Template"
  555. msgstr "Importa Template File"
  556. #. module: excel_import_export
  557. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__attachment_ids
  558. msgid "Import File(s) (*.xlsx)"
  559. msgstr "Importa File (*.xlsx)"
  560. #. module: excel_import_export
  561. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  562. msgid "Import Instruction is how to get data from excel sheet and write them to an active record.\n"
  563. " For example, user create a sales order document, and want to import order lines from excel.\n"
  564. " In reverse direction to exporting, data from excel's cells will be mapped to record fields during import.\n"
  565. " Cells can be mapped to record in header section (_HEAD_) and data table can be mapped to row section (one2many field, begins from specifed cells."
  566. msgstr ""
  567. #. module: excel_import_export
  568. #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard
  569. msgid "Import Successful!"
  570. msgstr "Importazione avvenuta con successo!"
  571. #. module: excel_import_export
  572. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  573. msgid "In header section part, map data fields (e.g., number, partner_id.name) into cells (e.g., B1, B2)."
  574. msgstr ""
  575. #. module: excel_import_export
  576. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  577. msgid "In header section, map cells (e.g., B1, B2) into data fields (e.g., number, partner_id)."
  578. msgstr ""
  579. #. module: excel_import_export
  580. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  581. msgid "In row section, data list will be rolled out from one2many row field (e.g., order_line), and map data field (i.e., product_id.name, uom_id.name, qty) into the first row cells to start rolling (e.g., A6, B6, C6)."
  582. msgstr ""
  583. #. module: excel_import_export
  584. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  585. msgid "In row section, data table from excel can be imported to one2many row field (e.g., order_line) by mapping cells on first row onwards (e.g., A6, B6, C6) to fields (e.g., product_id, uom_id, qty)"
  586. msgstr ""
  587. #. module: excel_import_export
  588. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  589. msgid "Input Instruction (Dict.)"
  590. msgstr "Istruzioni di Input (Diz.)"
  591. #. module: excel_import_export
  592. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__instruction
  593. msgid "Instruction"
  594. msgstr "Istruzioni"
  595. #. module: excel_import_export
  596. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__input_instruction
  597. msgid "Instruction (Input)"
  598. msgstr "Istruzioni (Input)"
  599. #. module: excel_import_export
  600. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__instruction
  601. msgid "Instruction on how to import/export, prepared by system."
  602. msgstr ""
  603. #. module: excel_import_export
  604. #: code:addons/excel_import_export/models/xlsx_import.py:67
  605. #, python-format
  606. msgid "Invalid declaration, %s has no valid field type"
  607. msgstr "Dichiarazione non valida, %s non ha un tipo di campo valido"
  608. #. module: excel_import_export
  609. #: code:addons/excel_import_export/models/xlsx_import.py:222
  610. #, python-format
  611. msgid "Invalid file style, only .xls or .xlsx file allowed"
  612. msgstr "Tipo file non valido, solo file .xls o .xlsx sono consentiti"
  613. #. module: excel_import_export
  614. #: code:addons/excel_import_export/models/common.py:108
  615. #, python-format
  616. msgid "Invalid style type %s"
  617. msgstr "Tipo stile non valido %s"
  618. #. module: excel_import_export
  619. #: code:addons/excel_import_export/models/common.py:111
  620. #, python-format
  621. msgid "Invalid value %s for style type %s"
  622. msgstr "Valore non valido %s per il tipo di stile %s"
  623. #. module: excel_import_export
  624. #: code:addons/excel_import_export/models/xlsx_export.py:134
  625. #, python-format
  626. msgid "Key Error\n"
  627. "%s"
  628. msgstr ""
  629. "Errore Chiave\n"
  630. "%s"
  631. #. module: excel_import_export
  632. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard____last_update
  633. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard____last_update
  634. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_export____last_update
  635. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_import____last_update
  636. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report____last_update
  637. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_styles____last_update
  638. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template____last_update
  639. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export____last_update
  640. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import____last_update
  641. msgid "Last Modified on"
  642. msgstr "Ultima Modifica il"
  643. #. module: excel_import_export
  644. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__write_uid
  645. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__write_uid
  646. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__write_uid
  647. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__write_uid
  648. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__write_uid
  649. msgid "Last Updated by"
  650. msgstr "Ultimo Aggiornamento di"
  651. #. module: excel_import_export
  652. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__write_date
  653. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__write_date
  654. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__write_date
  655. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__write_date
  656. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__write_date
  657. msgid "Last Updated on"
  658. msgstr "Ultimo Aggiornamento il"
  659. #. module: excel_import_export
  660. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__gname
  661. msgid "Multiple template of same model, can belong to same group,\n"
  662. "result in multiple template selection"
  663. msgstr ""
  664. #. module: excel_import_export
  665. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__no_delete
  666. msgid "No Delete"
  667. msgstr ""
  668. #. module: excel_import_export
  669. #: code:addons/excel_import_export/models/xlsx_import.py:254
  670. #, python-format
  671. msgid "No data_dict['__IMPORT__'] in template %s"
  672. msgstr ""
  673. #. module: excel_import_export
  674. #: code:addons/excel_import_export/models/xlsx_report.py:50
  675. #: code:addons/excel_import_export/wizard/export_xlsx_wizard.py:60
  676. #, python-format
  677. msgid "No file in %s"
  678. msgstr "Nessun file in %s"
  679. #. module: excel_import_export
  680. #: code:addons/excel_import_export/models/xlsx_report.py:46
  681. #: code:addons/excel_import_export/wizard/export_xlsx_wizard.py:56
  682. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:103
  683. #, python-format
  684. msgid "No template found"
  685. msgstr "Nessun template trovato"
  686. #. module: excel_import_export
  687. #: code:addons/excel_import_export/models/xlsx_export.py:125
  688. #, python-format
  689. msgid "Not enough worksheets"
  690. msgstr "Non ci sono abbastanza fogli"
  691. #. module: excel_import_export
  692. #: code:addons/excel_import_export/models/ir_report.py:17
  693. #, python-format
  694. msgid "Only one id is allowed for excel_import_export"
  695. msgstr "Solo un id è consentito per excep_import_export"
  696. #. module: excel_import_export
  697. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__redirect_action
  698. msgid "Optional action, redirection after finish import operation"
  699. msgstr "Azione opzionale, redirezione dopo la fine dell'operazione di import"
  700. #. module: excel_import_export
  701. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__csv_extension
  702. msgid "Optional for CSV, default is .csv"
  703. msgstr "Opzionale per i CSV, default è .csv"
  704. #. module: excel_import_export
  705. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__csv_delimiter
  706. msgid "Optional for CSV, default is comma."
  707. msgstr "Opzionale per CSV, default è virgola."
  708. #. module: excel_import_export
  709. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__csv_quote
  710. msgid "Optional for CSV, default is full quoting."
  711. msgstr "Opzionale per CSV, default è virgolettato."
  712. #. module: excel_import_export
  713. #: selection:ir.actions.report,report_type:0
  714. msgid "PDF"
  715. msgstr "PDF"
  716. #. module: excel_import_export
  717. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:146
  718. #, python-format
  719. msgid "Please select Excel file to import"
  720. msgstr "Prego selezionare il file Excel da importare"
  721. #. module: excel_import_export
  722. #: code:addons/excel_import_export/models/common.py:158
  723. #: code:addons/excel_import_export/models/common.py:255
  724. #, python-format
  725. msgid "Position %s is not valid"
  726. msgstr "Posizione %s non valida"
  727. #. module: excel_import_export
  728. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__post_import_hook
  729. msgid "Post Import Function Hook"
  730. msgstr "Funziona agganciata Post Importazione"
  731. #. module: excel_import_export
  732. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  733. msgid "Post Import Hook"
  734. msgstr "Aggancio Post Importazione"
  735. #. module: excel_import_export
  736. #: code:addons/excel_import_export/models/xlsx_import.py:237
  737. #, python-format
  738. msgid "Post import operation error\n"
  739. "%s"
  740. msgstr ""
  741. "Errore post importazione\n"
  742. "%s"
  743. #. module: excel_import_export
  744. #: code:addons/excel_import_export/models/xlsx_export.py:55
  745. #, python-format
  746. msgid "Records in %s exceed max records allowed"
  747. msgstr "I record in %s superano il numero massimo di record consentiti"
  748. #. module: excel_import_export
  749. #: model:ir.model,name:excel_import_export.model_ir_actions_report
  750. msgid "Report Action"
  751. msgstr "Azione Report"
  752. #. module: excel_import_export
  753. #: model:ir.model.fields,field_description:excel_import_export.field_ir_actions_report__report_type
  754. msgid "Report Type"
  755. msgstr "Tipo Report"
  756. #. module: excel_import_export
  757. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__res_id
  758. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__res_id
  759. msgid "Resource ID"
  760. msgstr "ID Risorsa"
  761. #. module: excel_import_export
  762. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__res_model
  763. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__res_model
  764. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__res_model
  765. msgid "Resource Model"
  766. msgstr "Modello Risorsa"
  767. #. module: excel_import_export
  768. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__redirect_action
  769. msgid "Return Action"
  770. msgstr "Azione di Ritorno"
  771. #. module: excel_import_export
  772. #: selection:xlsx.template.export,section_type:0
  773. #: selection:xlsx.template.import,section_type:0
  774. msgid "Row"
  775. msgstr "Riga"
  776. #. module: excel_import_export
  777. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__row_field
  778. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__row_field
  779. msgid "Row Field"
  780. msgstr "Campo Riga"
  781. #. module: excel_import_export
  782. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__datas
  783. msgid "Sample"
  784. msgstr "Esempio"
  785. #. module: excel_import_export
  786. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  787. msgid "Sample Input Instruction as Dictionary"
  788. msgstr ""
  789. #. module: excel_import_export
  790. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__section_type
  791. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__section_type
  792. msgid "Section Type"
  793. msgstr "Tipo Sezione"
  794. #. module: excel_import_export
  795. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__sequence
  796. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__sequence
  797. msgid "Sequence"
  798. msgstr "Sequenza"
  799. #. module: excel_import_export
  800. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:111
  801. #, python-format
  802. msgid "Set Templates"
  803. msgstr "Imposta Template"
  804. #. module: excel_import_export
  805. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__sheet
  806. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__sheet
  807. #: selection:xlsx.template.export,section_type:0
  808. #: selection:xlsx.template.import,section_type:0
  809. msgid "Sheet"
  810. msgstr "Foglio"
  811. #. module: excel_import_export
  812. #: code:addons/excel_import_export/models/xlsx_export.py:129
  813. #: code:addons/excel_import_export/models/xlsx_import.py:147
  814. #, python-format
  815. msgid "Sheet %s not found"
  816. msgstr "Foglio %s non trovato"
  817. #. module: excel_import_export
  818. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__show_instruction
  819. msgid "Show Output"
  820. msgstr "Mostra Output"
  821. #. module: excel_import_export
  822. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__state
  823. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__state
  824. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__state
  825. msgid "State"
  826. msgstr "Stato"
  827. #. module: excel_import_export
  828. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__style_cond
  829. msgid "Style w/Cond."
  830. msgstr "Stile con/Cond."
  831. #. module: excel_import_export
  832. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__is_sum
  833. msgid "Sum"
  834. msgstr "Somma"
  835. #. module: excel_import_export
  836. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__template_id
  837. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__template_id
  838. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__template_id
  839. msgid "Template"
  840. msgstr "Template"
  841. #. module: excel_import_export
  842. #: code:addons/excel_import_export/models/ir_report.py:23
  843. #, python-format
  844. msgid "Template %s on model %s is not unique!"
  845. msgstr "Il template %s sul modello %s non è unico!"
  846. #. module: excel_import_export
  847. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__fname
  848. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__name
  849. msgid "Template Name"
  850. msgstr "Nome Template"
  851. #. module: excel_import_export
  852. #: code:addons/excel_import_export/models/common.py:242
  853. #, python-format
  854. msgid "Template with CSV Quoting = False, data must not contain the same char as delimiter -> \"%s\""
  855. msgstr ""
  856. #. module: excel_import_export
  857. #: code:addons/excel_import_export/models/xlsx_export.py:228
  858. #: code:addons/excel_import_export/models/xlsx_import.py:249
  859. #, python-format
  860. msgid "Template's model mismatch"
  861. msgstr "Modello di Template non corrispondente"
  862. #. module: excel_import_export
  863. #: selection:ir.actions.report,report_type:0
  864. msgid "Text"
  865. msgstr "Testo"
  866. #. module: excel_import_export
  867. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__res_model
  868. msgid "The database object this attachment will be attached to."
  869. msgstr "L'oggetto del database a cui l'allegato sarà allegato."
  870. #. module: excel_import_export
  871. #: code:addons/excel_import_export/models/xlsx_template.py:110
  872. #, python-format
  873. msgid "The selected redirect action is not for model %s"
  874. msgstr "L'azione di reindirizzamento selezionato non è per il modello %s"
  875. #. module: excel_import_export
  876. #: model:ir.model.fields,help:excel_import_export.field_ir_actions_report__report_type
  877. msgid "The type of the report that will be rendered, each one having its own rendering method. HTML means the report will be opened directly in your browser PDF means the report will be rendered using Wkhtmltopdf and downloaded by the user."
  878. msgstr ""
  879. #. module: excel_import_export
  880. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:89
  881. #, python-format
  882. msgid "This import action is not usable in this document context"
  883. msgstr "L'azione di importazione non è usabile in questo contesto del documento"
  884. #. module: excel_import_export
  885. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__show_instruction
  886. msgid "This is the computed instruction based on tab Import/Export,\n"
  887. "to be used by xlsx import/export engine"
  888. msgstr ""
  889. #. module: excel_import_export
  890. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__input_instruction
  891. msgid "This is used to construct instruction in tab Import/Export"
  892. msgstr ""
  893. "Questo è usato per costruire le istruzioni nel tab Importazione/Esportazione"
  894. #. module: excel_import_export
  895. #. openerp-web
  896. #: code:addons/excel_import_export/static/src/js/report/action_manager_report.js:52
  897. #, python-format
  898. msgid "Warning"
  899. msgstr "Avviso"
  900. #. module: excel_import_export
  901. #: model:ir.model,name:excel_import_export.model_export_xlsx_wizard
  902. msgid "Wizard for exporting excel"
  903. msgstr "Wizard per esportazione excel"
  904. #. module: excel_import_export
  905. #: model:ir.model,name:excel_import_export.model_import_xlsx_wizard
  906. msgid "Wizard for importing excel"
  907. msgstr "Wizard per importazione excel"
  908. #. module: excel_import_export
  909. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__template_id
  910. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__template_id
  911. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  912. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_tree
  913. msgid "XLSX Template"
  914. msgstr "Template XLSX"
  915. #. module: excel_import_export
  916. #: model:ir.actions.act_window,name:excel_import_export.action_xlsx_template
  917. #: model:ir.ui.menu,name:excel_import_export.menu_xlsx_template
  918. msgid "XLSX Templates"
  919. msgstr "Template XLSX"
  920. #. module: excel_import_export
  921. #: model:ir.model.fields,help:excel_import_export.field_import_xlsx_wizard__attachment_ids
  922. msgid "You can select multiple files to import."
  923. msgstr "Puoi selezionare più di un file per l'importazione."
  924. #. module: excel_import_export
  925. #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard
  926. #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard
  927. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  928. msgid "or"
  929. msgstr "o"
  930. #. module: excel_import_export
  931. #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard
  932. msgid "⇒ Get Sample Import Template"
  933. msgstr "⇒ Scarica Esempio Template di Importazione"