-
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
"optional": "Opzionale",
|
||||
"notes": "Note",
|
||||
"preview": "Anteprima",
|
||||
"none": "Nessuno"
|
||||
"none": "Nessuno",
|
||||
"view": "Dettaglio"
|
||||
},
|
||||
"menu": {
|
||||
"dashboard": "Dashboard",
|
||||
@@ -39,6 +40,9 @@
|
||||
"articles": "Articoli",
|
||||
"resources": "Risorse",
|
||||
"warehouse": "Magazzino",
|
||||
"purchases": "Acquisti",
|
||||
"sales": "Vendite",
|
||||
"production": "Produzione",
|
||||
"reports": "Report",
|
||||
"modules": "Moduli",
|
||||
"autoCodes": "Codici Auto",
|
||||
@@ -571,6 +575,267 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"purchases": {
|
||||
"supplier": {
|
||||
"title": "Fornitori",
|
||||
"newSupplier": "Nuovo Fornitore",
|
||||
"createTitle": "Nuovo Fornitore",
|
||||
"editTitle": "Modifica Fornitore",
|
||||
"columns": {
|
||||
"code": "Codice",
|
||||
"name": "Ragione Sociale",
|
||||
"vatNumber": "P.IVA",
|
||||
"email": "Email",
|
||||
"phone": "Telefono",
|
||||
"city": "Città",
|
||||
"status": "Stato"
|
||||
},
|
||||
"fields": {
|
||||
"name": "Ragione Sociale",
|
||||
"vatNumber": "P.IVA",
|
||||
"fiscalCode": "Codice Fiscale",
|
||||
"address": "Indirizzo",
|
||||
"city": "Città",
|
||||
"province": "Provincia",
|
||||
"zipCode": "CAP",
|
||||
"country": "Nazione",
|
||||
"email": "Email",
|
||||
"pec": "PEC",
|
||||
"phone": "Telefono",
|
||||
"website": "Sito Web",
|
||||
"paymentTerms": "Termini di Pagamento",
|
||||
"notes": "Note"
|
||||
}
|
||||
},
|
||||
"order": {
|
||||
"title": "Ordini Acquisto",
|
||||
"newOrder": "Nuovo Ordine",
|
||||
"createTitle": "Nuovo Ordine",
|
||||
"editTitle": "Modifica Ordine",
|
||||
"status": {
|
||||
"Draft": "Bozza",
|
||||
"Confirmed": "Confermato",
|
||||
"PartiallyReceived": "Parz. Ricevuto",
|
||||
"Received": "Ricevuto",
|
||||
"Cancelled": "Annullato"
|
||||
},
|
||||
"columns": {
|
||||
"number": "Numero",
|
||||
"date": "Data",
|
||||
"supplier": "Fornitore",
|
||||
"status": "Stato",
|
||||
"total": "Totale"
|
||||
},
|
||||
"fields": {
|
||||
"date": "Data Ordine",
|
||||
"expectedDate": "Data Prevista Consegna",
|
||||
"supplier": "Fornitore",
|
||||
"warehouse": "Magazzino Destinazione",
|
||||
"notes": "Note"
|
||||
},
|
||||
"lines": {
|
||||
"article": "Articolo",
|
||||
"quantity": "Quantità",
|
||||
"price": "Prezzo Unit.",
|
||||
"discount": "Sconto %",
|
||||
"tax": "IVA %",
|
||||
"total": "Totale"
|
||||
},
|
||||
"total": "Totale Ordine",
|
||||
"actions": {
|
||||
"confirm": "Conferma Ordine",
|
||||
"receive": "Ricevi Merce"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sales": {
|
||||
"order": {
|
||||
"title": "Ordini Vendita",
|
||||
"newOrder": "Nuovo Ordine",
|
||||
"createTitle": "Nuovo Ordine",
|
||||
"editTitle": "Modifica Ordine",
|
||||
"status": {
|
||||
"Draft": "Bozza",
|
||||
"Confirmed": "Confermato",
|
||||
"PartiallyShipped": "Parz. Spedito",
|
||||
"Shipped": "Spedito",
|
||||
"Invoiced": "Fatturato",
|
||||
"Cancelled": "Annullato"
|
||||
},
|
||||
"columns": {
|
||||
"number": "Numero",
|
||||
"date": "Data",
|
||||
"customer": "Cliente",
|
||||
"status": "Stato",
|
||||
"total": "Totale"
|
||||
},
|
||||
"fields": {
|
||||
"orderDate": "Data Ordine",
|
||||
"expectedDeliveryDate": "Data Prevista Consegna",
|
||||
"customer": "Cliente",
|
||||
"notes": "Note",
|
||||
"lineTotal": "Totale Riga",
|
||||
"article": "Articolo",
|
||||
"quantity": "Quantità",
|
||||
"unitPrice": "Prezzo Unit.",
|
||||
"discount": "Sconto %",
|
||||
"taxRate": "IVA %"
|
||||
},
|
||||
"totals": {
|
||||
"gross": "Totale Lordo"
|
||||
},
|
||||
"actions": {
|
||||
"confirm": "Conferma Ordine",
|
||||
"ship": "Spedisci Merce"
|
||||
}
|
||||
}
|
||||
},
|
||||
"production": {
|
||||
"bom": {
|
||||
"title": "Distinte Base",
|
||||
"newBom": "Nuova Distinta Base",
|
||||
"createTitle": "Nuova Distinta Base",
|
||||
"editTitle": "Modifica Distinta Base",
|
||||
"fields": {
|
||||
"name": "Nome",
|
||||
"description": "Descrizione",
|
||||
"article": "Articolo Prodotto",
|
||||
"quantity": "Quantità Prodotta",
|
||||
"components": "Componenti",
|
||||
"componentArticle": "Articolo Componente",
|
||||
"componentQuantity": "Quantità",
|
||||
"scrapPercentage": "Scarto %",
|
||||
"noComponents": "Nessun componente aggiunto"
|
||||
},
|
||||
"columns": {
|
||||
"name": "Nome",
|
||||
"article": "Articolo",
|
||||
"quantity": "Quantità"
|
||||
}
|
||||
},
|
||||
"dashboard": {
|
||||
"title": "Dashboard Produzione",
|
||||
"activeOrders": "Ordini Attivi",
|
||||
"lateOrders": "Ordini in Ritardo",
|
||||
"mrpSuggestions": "Suggerimenti MRP",
|
||||
"completedToday": "Completati Oggi",
|
||||
"recentOrders": "Ordini Recenti"
|
||||
},
|
||||
"order": {
|
||||
"title": "Ordini di Produzione",
|
||||
"newOrder": "Nuovo Ordine",
|
||||
"createTitle": "Nuovo Ordine",
|
||||
"editTitle": "Modifica Ordine",
|
||||
"subOrders": "Ordini Figli",
|
||||
"noSubOrders": "Nessun ordine figlio presente",
|
||||
"status": {
|
||||
"Draft": "Bozza",
|
||||
"Planned": "Pianificato",
|
||||
"Released": "Rilasciato",
|
||||
"InProgress": "In Corso",
|
||||
"Completed": "Completato",
|
||||
"Cancelled": "Annullato"
|
||||
},
|
||||
"columns": {
|
||||
"code": "Codice",
|
||||
"startDate": "Data Inizio",
|
||||
"article": "Articolo",
|
||||
"parentOrder": "Ordine Padre",
|
||||
"quantity": "Quantità",
|
||||
"status": "Stato"
|
||||
},
|
||||
"fields": {
|
||||
"article": "Articolo da Produrre",
|
||||
"quantity": "Quantità",
|
||||
"startDate": "Data Inizio",
|
||||
"dueDate": "Data Scadenza",
|
||||
"notes": "Note",
|
||||
"bom": "Distinta Base",
|
||||
"bomHelp": "Seleziona una DiBa per precompilare i componenti",
|
||||
"createChildOrders": "Crea ordini figli per semilavorati automaticamente"
|
||||
},
|
||||
"actions": {
|
||||
"plan": "Pianifica",
|
||||
"release": "Rilascia",
|
||||
"start": "Avvia",
|
||||
"complete": "Completa"
|
||||
},
|
||||
"phases": {
|
||||
"title": "Fasi di Produzione",
|
||||
"sequence": "Seq",
|
||||
"name": "Fase",
|
||||
"workCenter": "Centro di Lavoro",
|
||||
"status": "Stato",
|
||||
"progress": "Avanzamento",
|
||||
"actions": "Azioni",
|
||||
"start": "Avvia Fase",
|
||||
"complete": "Completa Fase",
|
||||
"quantity": "Qta Completata",
|
||||
"scrapped": "Qta Scartata",
|
||||
"duration": "Durata (min)",
|
||||
"durationHelp": "Stimata: {{estimated}} min",
|
||||
"statusValue": {
|
||||
"Pending": "In Attesa",
|
||||
"InProgress": "In Corso",
|
||||
"Completed": "Completata",
|
||||
"Paused": "In Pausa"
|
||||
}
|
||||
}
|
||||
},
|
||||
"workCenter": {
|
||||
"title": "Centri di Lavoro",
|
||||
"new": "Nuovo Centro",
|
||||
"edit": "Modifica Centro",
|
||||
"fields": {
|
||||
"code": "Codice",
|
||||
"name": "Nome",
|
||||
"description": "Descrizione",
|
||||
"costPerHour": "Costo Orario"
|
||||
}
|
||||
},
|
||||
"cycle": {
|
||||
"title": "Cicli Produttivi",
|
||||
"new": "Nuovo Ciclo",
|
||||
"createTitle": "Nuovo Ciclo Produttivo",
|
||||
"editTitle": "Modifica Ciclo Produttivo",
|
||||
"phases": "Fasi del Ciclo",
|
||||
"addPhase": "Aggiungi Fase",
|
||||
"noPhases": "Nessuna fase definita",
|
||||
"fields": {
|
||||
"name": "Nome Ciclo",
|
||||
"description": "Descrizione",
|
||||
"article": "Articolo",
|
||||
"isDefault": "Predefinito",
|
||||
"phaseName": "Nome Fase",
|
||||
"workCenter": "Centro di Lavoro",
|
||||
"duration": "Durata Unit. (min)",
|
||||
"setupTime": "Tempo Setup (min)"
|
||||
}
|
||||
},
|
||||
"mrp": {
|
||||
"title": "Pianificazione MRP",
|
||||
"run": "Esegui MRP",
|
||||
"configurationTitle": "Configurazione MRP",
|
||||
"configurationDescription": "Seleziona le opzioni per l'esecuzione del calcolo MRP.",
|
||||
"includeSafetyStock": "Includi Scorta di Sicurezza",
|
||||
"includeSalesOrders": "Includi Ordini di Vendita",
|
||||
"includeForecasts": "Includi Previsioni",
|
||||
"columns": {
|
||||
"date": "Data Calcolo",
|
||||
"article": "Articolo",
|
||||
"type": "Tipo",
|
||||
"quantity": "Quantità",
|
||||
"reason": "Motivo"
|
||||
},
|
||||
"type": {
|
||||
"production": "Produzione",
|
||||
"purchase": "Acquisto"
|
||||
},
|
||||
"actions": {
|
||||
"process": "Processa / Crea Ordine"
|
||||
}
|
||||
}
|
||||
},
|
||||
"warehouse": {
|
||||
"dashboard": {
|
||||
"newInbound": "Nuovo Carico",
|
||||
|
||||
Reference in New Issue
Block a user