Files
TieMeasureFlow/src/frontend/flask_app/translations/messages.pot
T
Adriano Dal Pastro 5aa3d595ad feat(recipes): la ricetta decide cosa pretendere e come si misura
Tre cose che prima non erano di nessuno diventano regole della ricetta, decise da
chi la scrive e fatte valere dal server.

Punto 8 — tracciabilita' obbligatoria. Lotto e seriale si dichiarano obbligatori
sulla ricetta. L'operatore li inserisce alla selezione, dove il pulsante non si
attiva finche' mancano, e la stessa regola vale sulla lista task, raggiungibile
anche per link diretto, e sul barcode: uno sbarramento che dura solo finche'
qualcuno prende in mano il lettore non e' uno sbarramento. La produzione non si
apre e la misura non si salva senza cio' che la ricetta pretende, perche' un
valore senza il suo lotto non e' riconducibile a niente, e accorgersene dopo
significa accorgersene tardi.

Punto 9 — inserimento manuale. Una ricetta puo' vietare i valori digitati, ed e'
il valore predefinito: il calibro e' lo strumento, digitare e' cio' che va
concesso. Dove e' vietato il tastierino non viene disegnato (non nascosto con i
CSS: il markup nascosto e' markup che si puo' rimostrare) e restano correzione e
conferma, perche' una lettura sbagliata va cancellata. Il controllo vero e' sul
server: una regola che vive solo nel frontend e' un consiglio.

Migliorato al passaggio il riconoscimento del calibro. Contava solo la raffica di
cifre, cosi' una lettura corta come "9.5" — tre battute — finiva registrata come
digitata a mano; ora conta anche l'Invio che il wedge manda dentro la stessa
raffica. Senza questa correzione il divieto avrebbe respinto misure legittime.

Punto 11 — formattazione delle descrizioni. A capo e grassetto sopravvivono: chi
scrive le ricette incolla dal PDF della scheda tecnica e il testo arrivava
appiattito, da risistemare a mano ogni volta. Nessun HTML viene accettato o
salvato — il testo viene escapato e gli unici tag nel risultato sono quelli
prodotti dal renderer. La sanificazione e' questa: non c'e' niente da sanificare
perche' non si accetta niente. Le stesse due regole in Jinja e in JS, cosi' una
descrizione si legge uguale ovunque. E la descrizione ora si vede anche in
esecuzione: era scritta per l'operatore e la vedeva solo chi la scriveva.

Migrazione 009: tre colonne sulla ricetta. Le due di tracciabilita' partono
false, che e' il comportamento di oggi; l'inserimento manuale parte *vero* sulle
ricette gia' esistenti — il default della colonna e' falso, quindi le ricette
nuove sono solo-calibro, ma spegnerlo d'ufficio su quelle in uso fermerebbe una
linea alla misura successiva. Chi possiede la ricetta lo decide dall'editor.

Test: +26 (291). Coprono il rifiuto sul server per lotto, seriale e valore
digitato, il calibro sempre ammesso, le regole che sopravvivono alla nuova
versione, il tastierino assente in pagina, l'Avvia sbarrato, e il renderer delle
descrizioni compreso il caso in cui si prova a farci passare un tag.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-28 20:27:19 +00:00

2339 lines
53 KiB
Plaintext

# Translations template for PROJECT.
# Copyright (C) 2026 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2026.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2026-07-28 20:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.18.0\n"
#: blueprints/admin.py:18
msgid "Accesso non autorizzato"
msgstr ""
#: blueprints/admin.py:36
#, python-format
msgid "Errore nel caricamento degli utenti: %(error)s"
msgstr ""
#: blueprints/admin.py:75
#, python-format
msgid "Errore nel caricamento delle stazioni: %(error)s"
msgstr ""
#: blueprints/auth.py:17
msgid "Effettua il login per continuare"
msgstr ""
#: blueprints/auth.py:74
msgid "Inserisci username e password"
msgstr ""
#: blueprints/auth.py:81 blueprints/measure.py:417
msgid "Credenziali non valide"
msgstr ""
#: blueprints/auth.py:109
#, python-format
msgid "Benvenuto, %(name)s!"
msgstr ""
#: blueprints/auth.py:115 blueprints/auth.py:191
#, python-format
msgid "Errore di connessione al server: %(error)s"
msgstr ""
#: blueprints/auth.py:132
msgid "Logout effettuato"
msgstr ""
#: blueprints/auth.py:178
msgid "Errore durante l'aggiornamento del profilo"
msgstr ""
#: blueprints/auth.py:187
msgid "Profilo aggiornato con successo"
msgstr ""
#: blueprints/auth.py:196
#, python-format
msgid "Errore nel caricamento del profilo: %(error)s"
msgstr ""
#: blueprints/maker.py:35
#, python-format
msgid "Errore nel caricamento delle ricette: %(error)s"
msgstr ""
#: blueprints/maker.py:72 blueprints/maker.py:96 blueprints/maker.py:119
#: blueprints/maker.py:144 blueprints/maker.py:168
#, python-format
msgid "Errore nel caricamento della ricetta: %(error)s"
msgstr ""
#: blueprints/maker.py:125
#, python-format
msgid "Task non trovato: %(error)s"
msgstr ""
#: blueprints/maker.py:179
#, python-format
msgid "Errore nel caricamento delle versioni: %(error)s"
msgstr ""
#: blueprints/maker.py:354
msgid "Nessun file caricato"
msgstr ""
#: blueprints/maker.py:358
msgid "Nome file vuoto"
msgstr ""
#: blueprints/measure.py:45
msgid "Il cambio stazione da URL non è abilitato su questa postazione."
msgstr ""
#: blueprints/measure.py:50
msgid "Stazione riportata a quella configurata."
msgstr ""
#: blueprints/measure.py:56
msgid "Impossibile contattare il server per cambiare stazione."
msgstr ""
#: blueprints/measure.py:61
#, python-format
msgid "Stazione '%(code)s' inesistente o disattivata: stazione invariata."
msgstr ""
#: blueprints/measure.py:68
#, python-format
msgid "Stazione corrente: %(code)s"
msgstr ""
#: blueprints/measure.py:96
#, python-format
msgid "Errore nel caricamento delle ricette: %(detail)s"
msgstr ""
#: blueprints/measure.py:146 blueprints/measure.py:237
#, python-format
msgid "Ricetta non trovata: %(detail)s"
msgstr ""
#: blueprints/measure.py:156
#, python-format
msgid "Errore nel caricamento dei task: %(detail)s"
msgstr ""
#: blueprints/measure.py:185
#, python-format
msgid "Task non trovato: %(detail)s"
msgstr ""
#: blueprints/measure.py:306
msgid "Codice non fornito"
msgstr ""
#: blueprints/measure.py:312 templates/measure/select_recipe.html:57
msgid "Ricetta non trovata"
msgstr ""
#: blueprints/measure.py:368
msgid "Dati mancanti: subtask_id, version_id e value sono obbligatori"
msgstr ""
#: blueprints/measure.py:393 templates/admin/stations.html:549
#: templates/maker/recipe_editor.html:598
msgid "Errore nel salvataggio"
msgstr ""
#: blueprints/measure.py:412 blueprints/measure.py:520
msgid "Username e password richiesti"
msgstr ""
#: blueprints/measure.py:422
msgid "Utente non autorizzato (richiesto capoturno)"
msgstr ""
#: blueprints/measure.py:441 blueprints/measure.py:458
#: templates/errors/station_not_configured.html:2
#: templates/errors/station_not_configured.html:16
msgid "Stazione non configurata"
msgstr ""
#: templates/base.html:173
msgid "Sessione in scadenza"
msgstr ""
#: templates/base.html:176
msgid "Sarai disconnesso tra"
msgstr ""
#: templates/base.html:176
msgid "secondi per inattività."
msgstr ""
#: templates/base.html:179
msgid "Continua a lavorare"
msgstr ""
#: templates/admin/settings.html:3 templates/components/navbar.html:37
msgid "Impostazioni"
msgstr ""
#: templates/admin/settings.html:11
msgid "Impostazioni di Sistema"
msgstr ""
#: templates/admin/settings.html:12
msgid "Configura i parametri generali del sistema"
msgstr ""
#: templates/admin/settings.html:21
msgid "Sessione e Sicurezza"
msgstr ""
#: templates/admin/settings.html:27
msgid "Auto-logout per inattività (minuti)"
msgstr ""
#: templates/admin/settings.html:39
msgid "Disabilita"
msgstr ""
#: templates/admin/settings.html:43
msgid ""
"L'operatore verrà disconnesso automaticamente dopo il periodo di "
"inattività indicato. Lasciare vuoto per disabilitare."
msgstr ""
#: templates/admin/settings.html:53
msgid "Salvato"
msgstr ""
#: templates/admin/settings.html:67
msgid "Salva impostazioni"
msgstr ""
#: templates/admin/settings.html:107 templates/admin/stations.html:582
#: templates/admin/stations.html:621 templates/admin/stations.html:644
#: templates/admin/stations.html:665 templates/admin/stations.html:700
#: templates/admin/stations.html:723 templates/admin/users.html:497
#: templates/admin/users.html:533 templates/maker/recipe_editor.html:626
#: templates/maker/task_drawing.html:65 templates/maker/task_editor.html:1280
#: templates/maker/task_editor.html:1359 templates/maker/task_editor.html:1422
#: templates/maker/task_editor.html:1455 templates/maker/task_editor.html:1550
#: templates/maker/task_editor.html:1626 templates/maker/task_editor.html:1700
#: templates/maker/task_editor.html:1737 templates/maker/task_editor.html:1816
#: templates/statistics/dashboard.html:372
#: templates/statistics/dashboard.html:457
msgid "Errore di connessione al server"
msgstr ""
#: templates/admin/stations.html:3 templates/admin/stations.html:16
msgid "Gestione Stazioni"
msgstr ""
#: templates/admin/stations.html:17
msgid ""
"Crea, modifica e gestisci stazioni di misurazione e relative ricette "
"assegnate"
msgstr ""
#: templates/admin/stations.html:27
msgid "Cerca stazione..."
msgstr ""
#: templates/admin/stations.html:39 templates/admin/stations.html:163
msgid "Nuova Stazione"
msgstr ""
#: templates/admin/stations.html:49 templates/admin/stations.html:173
#: templates/maker/recipe_editor.html:195
#: templates/measure/task_complete.html:52
msgid "Codice"
msgstr ""
#: templates/admin/stations.html:50 templates/admin/stations.html:190
#: templates/maker/recipe_editor.html:213
#: templates/measure/task_complete.html:56
msgid "Nome"
msgstr ""
#: templates/admin/stations.html:51 templates/admin/stations.html:199
msgid "Postazione"
msgstr ""
#: templates/admin/stations.html:52
msgid "Ricette collegate"
msgstr ""
#: templates/admin/stations.html:53 templates/admin/users.html:52
#: templates/measure/task_complete.html:295
msgid "Stato"
msgstr ""
#: templates/admin/stations.html:54 templates/admin/users.html:53
#: templates/maker/task_editor.html:586
msgid "Azioni"
msgstr ""
#: templates/admin/stations.html:68
msgid "Nessuna ricetta"
msgstr ""
#: templates/admin/stations.html:89 templates/admin/stations.html:219
#: templates/maker/recipe_list.html:186
msgid "Attiva"
msgstr ""
#: templates/admin/stations.html:89 templates/maker/recipe_list.html:186
msgid "Disattivata"
msgstr ""
#: templates/admin/stations.html:95
msgid "Gestisci ricette"
msgstr ""
#: templates/admin/stations.html:105
msgid "Azzera le ricette della stazione"
msgstr ""
#: templates/admin/stations.html:106
msgid "Nessuna ricetta da azzerare"
msgstr ""
#: templates/admin/stations.html:113 templates/admin/users.html:100
#: templates/maker/recipe_list.html:237 templates/maker/task_editor.html:637
msgid "Modifica"
msgstr ""
#: templates/admin/stations.html:120 templates/admin/stations.html:421
#: templates/maker/recipe_list.html:277 templates/maker/recipe_list.html:387
#: templates/maker/task_drawing.html:275 templates/maker/task_editor.html:645
msgid "Elimina"
msgstr ""
#: templates/admin/stations.html:138
msgid "Nessuna stazione trovata"
msgstr ""
#: templates/admin/stations.html:144
msgid "stazioni"
msgstr ""
#: templates/admin/stations.html:163
msgid "Modifica Stazione"
msgstr ""
#: templates/admin/stations.html:182
msgid "Il codice non può essere modificato"
msgstr ""
#: templates/admin/stations.html:185
msgid "Identificativo univoco usato dal client tramite STATION_CODE"
msgstr ""
#: templates/admin/stations.html:194
msgid "Nome descrittivo della stazione"
msgstr ""
#: templates/admin/stations.html:203
msgid "Es. Reparto A - Linea 2"
msgstr ""
#: templates/admin/stations.html:208
msgid "Note"
msgstr ""
#: templates/admin/stations.html:212
msgid "Note opzionali"
msgstr ""
#: templates/admin/stations.html:234 templates/admin/stations.html:389
#: templates/admin/stations.html:416 templates/admin/users.html:292
#: templates/admin/users.html:323 templates/maker/recipe_editor.html:137
#: templates/maker/recipe_editor.html:498 templates/maker/recipe_list.html:383
#: templates/maker/task_editor.html:312 templates/maker/task_editor.html:421
#: templates/maker/task_editor.html:782 templates/maker/task_editor.html:901
#: templates/maker/task_editor.html:966 templates/maker/task_editor.html:1071
#: templates/measure/select_recipe.html:405
#: templates/measure/task_execute.html:831
msgid "Annulla"
msgstr ""
#: templates/admin/stations.html:240 templates/admin/users.html:298
#: templates/auth/profile.html:171
msgid "Salva Modifiche"
msgstr ""
#: templates/admin/stations.html:240
msgid "Crea Stazione"
msgstr ""
#: templates/admin/stations.html:241 templates/admin/users.html:299
#: templates/maker/recipe_editor.html:107
#: templates/maker/recipe_editor.html:490 templates/maker/task_drawing.html:61
#: templates/measure/task_execute.html:412
msgid "Salvataggio..."
msgstr ""
#: templates/admin/stations.html:258
msgid "Ricette Assegnate"
msgstr ""
#: templates/admin/stations.html:276
msgid "Filtra per codice o nome ricetta..."
msgstr ""
#: templates/admin/stations.html:289
msgid "Ricette disponibili"
msgstr ""
#: templates/admin/stations.html:302
msgid "Assegna a questa stazione"
msgstr ""
#: templates/admin/stations.html:306
msgid "Assegna"
msgstr ""
#: templates/admin/stations.html:323
msgid "Assegnate alla stazione"
msgstr ""
#: templates/admin/stations.html:335
msgid "Rimuovi assegnazione"
msgstr ""
#: templates/admin/stations.html:362
#: templates/components/barcode_scanner.html:145
msgid "Chiudi"
msgstr ""
#: templates/admin/stations.html:376
msgid "Azzera Stazione"
msgstr ""
#: templates/admin/stations.html:378
msgid "Rimuovere tutte le ricette assegnate a"
msgstr ""
#: templates/admin/stations.html:383
msgid "assegnazioni verranno rimosse. La stazione resta, e si potrà riassegnare."
msgstr ""
#: templates/admin/stations.html:394
msgid "Azzera"
msgstr ""
#: templates/admin/stations.html:407 templates/maker/recipe_list.html:363
msgid "Conferma Eliminazione"
msgstr ""
#: templates/admin/stations.html:409
msgid "Sei sicuro di voler eliminare la stazione"
msgstr ""
#: templates/admin/stations.html:411
msgid "Verranno rimosse anche tutte le assegnazioni di ricette."
msgstr ""
#: templates/admin/stations.html:494 templates/admin/stations.html:500
msgid "Nessun risultato per il filtro"
msgstr ""
#: templates/admin/stations.html:495
msgid "Nessuna ricetta nel sistema"
msgstr ""
#: templates/admin/stations.html:496
msgid "Tutte le ricette sono già assegnate"
msgstr ""
#: templates/admin/stations.html:501
msgid "Nessuna ricetta assegnata"
msgstr ""
#: templates/admin/stations.html:558
msgid "Codice e nome sono obbligatori"
msgstr ""
#: templates/admin/stations.html:575
msgid "Errore nella creazione"
msgstr ""
#: templates/admin/stations.html:609
msgid "Errore nell azzeramento"
msgstr ""
#: templates/admin/stations.html:637
msgid "Errore nella eliminazione"
msgstr ""
#: templates/admin/stations.html:662
msgid "Errore nel caricamento delle ricette"
msgstr ""
#: templates/admin/stations.html:690
msgid "Errore nella assegnazione"
msgstr ""
#: templates/admin/stations.html:717
msgid "Errore nella rimozione"
msgstr ""
#: templates/admin/users.html:3 templates/admin/users.html:13
msgid "Gestione Utenti"
msgstr ""
#: templates/admin/users.html:14
msgid "Crea, modifica e gestisci gli utenti del sistema"
msgstr ""
#: templates/admin/users.html:25
msgid "Cerca utente..."
msgstr ""
#: templates/admin/users.html:38 templates/admin/users.html:161
msgid "Nuovo Utente"
msgstr ""
#: templates/admin/users.html:48 templates/admin/users.html:173
#: templates/admin/users.html:179 templates/auth/login.html:35
#: templates/auth/login.html:49 templates/auth/profile.html:36
#: templates/measure/task_execute.html:816
msgid "Username"
msgstr ""
#: templates/admin/users.html:49 templates/admin/users.html:187
#: templates/admin/users.html:191 templates/auth/profile.html:58
msgid "Nome Visualizzato"
msgstr ""
#: templates/admin/users.html:50 templates/admin/users.html:196
msgid "Email"
msgstr ""
#: templates/admin/users.html:51 templates/admin/users.html:220
#: templates/auth/profile.html:79
msgid "Ruoli"
msgstr ""
#: templates/admin/users.html:96
msgid "Attivo"
msgstr ""
#: templates/admin/users.html:96
msgid "Disattivato"
msgstr ""
#: templates/admin/users.html:109 templates/admin/users.html:329
msgid "Disattiva"
msgstr ""
#: templates/admin/users.html:109 templates/admin/users.html:329
msgid "Riattiva"
msgstr ""
#: templates/admin/users.html:131
msgid "Nessun utente trovato"
msgstr ""
#: templates/admin/users.html:138
msgid "utenti"
msgstr ""
#: templates/admin/users.html:161
msgid "Modifica Utente"
msgstr ""
#: templates/admin/users.html:181 templates/auth/profile.html:51
msgid "Il nome utente non può essere modificato"
msgstr ""
#: templates/admin/users.html:206 templates/admin/users.html:214
#: templates/auth/login.html:57 templates/auth/login.html:71
#: templates/measure/task_execute.html:821
msgid "Password"
msgstr ""
#: templates/admin/users.html:208
msgid "lascia vuoto per non modificare"
msgstr ""
#: templates/admin/users.html:214
msgid "Nuova password (opzionale)"
msgstr ""
#: templates/admin/users.html:240
msgid "Supervisor (capoturno)"
msgstr ""
#: templates/admin/users.html:252
msgid "Amministratore"
msgstr ""
#: templates/admin/users.html:258
msgid "Lingua"
msgstr ""
#: templates/admin/users.html:262 templates/auth/profile.html:128
msgid "Italiano"
msgstr ""
#: templates/admin/users.html:263 templates/auth/profile.html:129
msgid "English"
msgstr ""
#: templates/admin/users.html:269
msgid "Tema"
msgstr ""
#: templates/admin/users.html:273 templates/auth/profile.html:148
msgid "Chiaro"
msgstr ""
#: templates/admin/users.html:274 templates/auth/profile.html:149
msgid "Scuro"
msgstr ""
#: templates/admin/users.html:298
msgid "Crea Utente"
msgstr ""
#: templates/admin/users.html:313
msgid "Conferma Disattivazione"
msgstr ""
#: templates/admin/users.html:313
msgid "Conferma Riattivazione"
msgstr ""
#: templates/admin/users.html:316
msgid "Sei sicuro di voler disattivare l'utente"
msgstr ""
#: templates/admin/users.html:317
msgid "Sei sicuro di voler riattivare l'utente"
msgstr ""
#: templates/admin/users.html:465
msgid "Username, nome visualizzato e password sono obbligatori"
msgstr ""
#: templates/auth/login.html:25
msgid "Accedi al sistema"
msgstr ""
#: templates/auth/login.html:75
msgid "Nascondi password"
msgstr ""
#: templates/auth/login.html:75
msgid "Mostra password"
msgstr ""
#: templates/auth/login.html:96
msgid "Accedi"
msgstr ""
#: templates/auth/login.html:104
msgid "Hai dimenticato la password?"
msgstr ""
#: templates/auth/login.html:106
msgid "Contatta l'amministratore"
msgstr ""
#: templates/auth/login.html:113
msgid "Sistema di misurazione industriale"
msgstr ""
#: templates/auth/profile.html:2 templates/components/navbar.html:149
msgid "Profilo"
msgstr ""
#: templates/auth/profile.html:13
msgid "Profilo Utente"
msgstr ""
#: templates/auth/profile.html:17
msgid "Gestisci le tue informazioni e preferenze"
msgstr ""
#: templates/auth/profile.html:29
msgid "Informazioni Account"
msgstr ""
#: templates/auth/profile.html:70
msgid "Nome da visualizzare nell'interfaccia"
msgstr ""
#: templates/auth/profile.html:110
msgid "Preferenze"
msgstr ""
#: templates/auth/profile.html:117
msgid "Lingua Preferita"
msgstr ""
#: templates/auth/profile.html:137
msgid "Tema Preferito"
msgstr ""
#: templates/auth/profile.html:163
msgid "Indietro"
msgstr ""
#: templates/auth/profile.html:181
msgid "Azioni Account"
msgstr ""
#: templates/auth/profile.html:190
msgid "Esci dal sistema"
msgstr ""
#: templates/auth/profile.html:192
msgid "Termina la sessione corrente e torna alla schermata di login"
msgstr ""
#: templates/auth/profile.html:197 templates/components/navbar.html:160
#: templates/components/navbar.html:169
msgid "Logout"
msgstr ""
#: templates/components/barcode_scanner.html:21
#: templates/components/barcode_scanner.html:54
#: templates/measure/select_recipe.html:128
#: templates/measure/select_recipe.html:357
msgid "Scansiona Barcode"
msgstr ""
#: templates/components/barcode_scanner.html:87
msgid "Inquadra il codice a barre nel riquadro"
msgstr ""
#: templates/components/barcode_scanner.html:105
msgid "Codice rilevato"
msgstr ""
#: templates/components/barcode_scanner.html:131
msgid "Usa Codice"
msgstr ""
#: templates/components/barcode_scanner.html:138
msgid "Ferma"
msgstr ""
#: templates/components/barcode_scanner.html:154
msgid "Libreria scanner non caricata"
msgstr ""
#: templates/components/barcode_scanner.html:155
msgid "Nessuna fotocamera disponibile"
msgstr ""
#: templates/components/barcode_scanner.html:156
msgid "Impossibile accedere alla fotocamera"
msgstr ""
#: templates/components/caliper_status.html:15
msgid "Letture calibro"
msgstr ""
#: templates/components/caliper_status.html:16
#: templates/components/caliper_status.html:46
msgid "Calibro USB"
msgstr ""
#: templates/components/caliper_status.html:46
msgid "Lettura calibro"
msgstr ""
#: templates/components/measurement_feedback.html:40
msgid "CONFORME"
msgstr ""
#: templates/components/measurement_feedback.html:50
msgid "ATTENZIONE"
msgstr ""
#: templates/components/measurement_feedback.html:60
msgid "NON CONFORME"
msgstr ""
#: templates/components/navbar.html:26 templates/measure/task_complete.html:19
#: templates/measure/task_execute.html:2 templates/measure/task_list.html:19
msgid "Misure"
msgstr ""
#: templates/components/navbar.html:29 templates/maker/recipe_editor.html:51
#: templates/maker/recipe_list.html:83 templates/maker/recipe_preview.html:61
#: templates/maker/task_drawing.html:84 templates/maker/task_editor.html:110
#: templates/maker/version_history.html:73
msgid "Ricette"
msgstr ""
#: templates/components/navbar.html:32 templates/measure/task_complete.html:264
msgid "Statistiche"
msgstr ""
#: templates/components/navbar.html:35
msgid "Utenti"
msgstr ""
#: templates/components/navbar.html:36
msgid "Stazioni"
msgstr ""
#: templates/components/navbar.html:156
msgid "Logout bloccato durante le misurazioni"
msgstr ""
#: templates/components/next_measurement.html:19
msgid "Prossima misura"
msgstr ""
#: templates/components/numpad.html:40
msgid "Misura solo da calibro: questa ricetta non ammette valori digitati"
msgstr ""
#: templates/components/production_clock.html:42
#: templates/measure/task_execute.html:460
msgid "Prossima misurazione tra"
msgstr ""
#: templates/components/production_clock.html:49
#: templates/components/production_clock.html:62
#: templates/measure/task_execute.html:463
#: templates/measure/task_execute.html:516
msgid "Misurazione in ritardo di"
msgstr ""
#: templates/components/production_clock.html:57
msgid "Linea ferma — conto alla rovescia congelato a"
msgstr ""
#: templates/components/production_clock.html:62
#: templates/measure/task_execute.html:510
msgid "Linea ferma"
msgstr ""
#: templates/components/production_clock.html:74
#: templates/measure/task_execute.html:472
msgid "Ciclo"
msgstr ""
#: templates/components/production_clock.html:92
#: templates/measure/task_execute.html:678
msgid "È ora di misurare"
msgstr ""
#: templates/components/production_clock.html:95
#: templates/measure/task_execute.html:680
msgid "Ritorno alla misurazione tra"
msgstr ""
#: templates/components/production_clock.html:101
#: templates/measure/task_execute.html:685
msgid "Vai alla misura"
msgstr ""
#: templates/components/rich_text_toolbar.html:12
msgid "Grassetto: racchiude il testo selezionato fra **"
msgstr ""
#: templates/components/rich_text_toolbar.html:20
msgid "**grassetto** · a capo = a capo"
msgstr ""
#: templates/errors/station_not_configured.html:20
msgid "Questo client non ha impostato la variabile di ambiente STATION_CODE."
msgstr ""
#: templates/errors/station_not_configured.html:24
msgid ""
"Contattare il responsabile IT: il file .env del container deve contenere "
"STATION_CODE con il codice della stazione assegnata."
msgstr ""
#: templates/maker/recipe_editor.html:4
msgid "Modifica Ricetta"
msgstr ""
#: templates/maker/recipe_editor.html:6 templates/maker/recipe_editor.html:61
#: templates/maker/recipe_editor.html:77 templates/maker/recipe_list.html:104
msgid "Nuova Ricetta"
msgstr ""
#: templates/maker/recipe_editor.html:89
msgid "Compila i dati della ricetta"
msgstr ""
#: templates/maker/recipe_editor.html:107 templates/maker/task_editor.html:414
msgid "Salva"
msgstr ""
#: templates/maker/recipe_editor.html:119 templates/maker/recipe_list.html:256
#: templates/maker/recipe_preview.html:81
#: templates/maker/recipe_preview.html:102 templates/maker/task_editor.html:174
#: templates/maker/version_history.html:313
msgid "Anteprima"
msgstr ""
#: templates/maker/recipe_editor.html:128 templates/maker/recipe_list.html:246
#: templates/maker/task_drawing.html:106 templates/maker/task_editor.html:130
#: templates/measure/task_complete.html:171
#: templates/measure/task_execute.html:589 templates/measure/task_list.html:2
#: templates/measure/task_list.html:159
msgid "Task"
msgstr ""
#: templates/maker/recipe_editor.html:176
msgid "Ricetta salvata con successo"
msgstr ""
#: templates/maker/recipe_editor.html:188
msgid "Metadati Ricetta"
msgstr ""
#: templates/maker/recipe_editor.html:203
msgid "Es. COUPLING-256"
msgstr ""
#: templates/maker/recipe_editor.html:206
msgid "Il codice non puo essere modificato dopo la creazione"
msgstr ""
#: templates/maker/recipe_editor.html:219
msgid "Es. Coupling Assembly 256"
msgstr ""
#: templates/maker/recipe_editor.html:226 templates/maker/task_editor.html:296
#: templates/maker/task_editor.html:527 templates/maker/task_editor.html:557
#: templates/maker/task_editor.html:577 templates/maker/task_editor.html:695
#: templates/maker/task_editor.html:1060
#: templates/measure/task_complete.html:172
msgid "Descrizione"
msgstr ""
#: templates/maker/recipe_editor.html:232
msgid "Descrizione opzionale della ricetta..."
msgstr ""
#: templates/maker/recipe_editor.html:238
msgid "Intervallo misura (minuti)"
msgstr ""
#: templates/maker/recipe_editor.html:246
msgid "Es. 30"
msgstr ""
#: templates/maker/recipe_editor.html:248
msgid "Timer cicalino per ricordare la misurazione periodica"
msgstr ""
#: templates/maker/recipe_editor.html:254
msgid "Regole di misura"
msgstr ""
#: templates/maker/recipe_editor.html:261
msgid "Lotto obbligatorio"
msgstr ""
#: templates/maker/recipe_editor.html:263
msgid "Senza lotto la produzione non parte"
msgstr ""
#: templates/maker/recipe_editor.html:272
msgid "Seriale obbligatorio"
msgstr ""
#: templates/maker/recipe_editor.html:274
msgid "Senza seriale la produzione non parte"
msgstr ""
#: templates/maker/recipe_editor.html:285
msgid "Consenti inserimento manuale"
msgstr ""
#: templates/maker/recipe_editor.html:287
msgid "Se disattivo si misura solo col calibro"
msgstr ""
#: templates/maker/recipe_editor.html:307
msgid "Immagine Anteprima"
msgstr ""
#: templates/maker/recipe_editor.html:313
msgid "Immagine caricata"
msgstr ""
#: templates/maker/recipe_editor.html:334
#: templates/maker/recipe_editor.html:385
msgid "Caricamento in corso..."
msgstr ""
#: templates/maker/recipe_editor.html:344 templates/maker/task_editor.html:491
msgid "Sostituisci"
msgstr ""
#: templates/maker/recipe_editor.html:358
msgid "Rimuovi"
msgstr ""
#: templates/maker/recipe_editor.html:398
msgid "Carica Immagine"
msgstr ""
#: templates/maker/recipe_editor.html:401
msgid "Trascina qui oppure clicca. Formati: PNG, JPG, WebP, PDF (max 50MB)"
msgstr ""
#: templates/maker/recipe_editor.html:404
msgid "Usata come thumbnail nella lista ricette"
msgstr ""
#: templates/maker/recipe_editor.html:425
msgid "Versioning"
msgstr ""
#: templates/maker/recipe_editor.html:431
msgid "Versione corrente:"
msgstr ""
#: templates/maker/recipe_editor.html:439
msgid "Vedi cronologia"
msgstr ""
#: templates/maker/recipe_editor.html:439
msgid "versioni"
msgstr ""
#: templates/maker/recipe_editor.html:451
msgid "Se modifichi questa ricetta verra creata automaticamente la versione"
msgstr ""
#: templates/maker/recipe_editor.html:453
msgid "Le misure esistenti resteranno associate alla versione corrente."
msgstr ""
#: templates/maker/recipe_editor.html:460
msgid "Motivo della modifica"
msgstr ""
#: templates/maker/recipe_editor.html:466
msgid "Es. Aggiornate tolleranze foro centrale..."
msgstr ""
#: templates/maker/recipe_editor.html:468
msgid "Opzionale. Verra registrato nella cronologia versioni."
msgstr ""
#: templates/maker/recipe_editor.html:490
msgid "Salva Ricetta"
msgstr ""
#: templates/maker/recipe_editor.html:664
msgid "Formato file non supportato. Usa PNG, JPG, GIF, WebP o PDF."
msgstr ""
#: templates/maker/recipe_editor.html:670
msgid "File troppo grande. Massimo 50MB."
msgstr ""
#: templates/maker/recipe_editor.html:695
msgid "Errore nel caricamento del file"
msgstr ""
#: templates/maker/recipe_editor.html:704
msgid "Errore di connessione durante l'upload"
msgstr ""
#: templates/maker/recipe_list.html:2 templates/maker/recipe_list.html:93
msgid "Gestione Ricette"
msgstr ""
#: templates/maker/recipe_list.html:51
msgid "Errore durante eliminazione"
msgstr ""
#: templates/maker/recipe_list.html:55 templates/measure/select_recipe.html:72
#: templates/measure/task_execute.html:1262
#: templates/measure/task_execute.html:1558
msgid "Errore di connessione"
msgstr ""
#: templates/maker/recipe_list.html:74
msgid "Dashboard"
msgstr ""
#: templates/maker/recipe_list.html:96
msgid "Crea e gestisci le ricette di misura"
msgstr ""
#: templates/maker/recipe_list.html:124
msgid "Cerca per nome, codice o descrizione..."
msgstr ""
#: templates/maker/recipe_list.html:131
msgid "Tutti"
msgstr ""
#: templates/maker/recipe_list.html:132
msgid "Attive"
msgstr ""
#: templates/maker/recipe_list.html:133
msgid "Disattivate"
msgstr ""
#: templates/maker/recipe_list.html:144
msgid "ricetta trovata"
msgstr ""
#: templates/maker/recipe_list.html:144
#: templates/measure/select_recipe.html:196
msgid "ricette trovate"
msgstr ""
#: templates/maker/recipe_list.html:211 templates/maker/task_editor.html:222
#: templates/maker/task_editor.html:1084
msgid "task"
msgstr ""
#: templates/maker/recipe_list.html:221
msgid "Aggiornata"
msgstr ""
#: templates/maker/recipe_list.html:265
msgid "Versioni"
msgstr ""
#: templates/maker/recipe_list.html:297
#: templates/measure/select_recipe.html:311
msgid "Nessuna ricetta trovata"
msgstr ""
#: templates/maker/recipe_list.html:300
msgid "Nessuna ricetta disponibile"
msgstr ""
#: templates/maker/recipe_list.html:305
msgid "Prova a modificare i filtri di ricerca"
msgstr ""
#: templates/maker/recipe_list.html:308
msgid "Inizia creando la tua prima ricetta di misura"
msgstr ""
#: templates/maker/recipe_list.html:317
msgid "Crea Prima Ricetta"
msgstr ""
#: templates/maker/recipe_list.html:370
msgid "Sei sicuro di voler disattivare la ricetta"
msgstr ""
#: templates/maker/recipe_list.html:374
msgid "Le misure esistenti non verranno eliminate"
msgstr ""
#: templates/maker/recipe_preview.html:2
msgid "Anteprima Ricetta"
msgstr ""
#: templates/maker/recipe_preview.html:114
#: templates/measure/task_complete.html:60
msgid "Versione"
msgstr ""
#: templates/maker/recipe_preview.html:127
#: templates/maker/recipe_preview.html:408 templates/maker/task_editor.html:163
#: templates/maker/version_history.html:127
#: templates/maker/version_history.html:302
msgid "Torna a Ricetta"
msgstr ""
#: templates/maker/recipe_preview.html:135
#: templates/maker/recipe_preview.html:418
msgid "Modifica Task"
msgstr ""
#: templates/maker/recipe_preview.html:152
msgid "Modalita Anteprima"
msgstr ""
#: templates/maker/recipe_preview.html:155
msgid ""
"Stai vedendo la ricetta come la vedra il Tecnico di Misura. Tutti i campi"
" sono in sola lettura."
msgstr ""
#: templates/maker/recipe_preview.html:198
msgid "misure"
msgstr ""
#: templates/maker/recipe_preview.html:213 templates/maker/task_editor.html:466
msgid "Disegno Tecnico"
msgstr ""
#: templates/maker/recipe_preview.html:233
msgid "Documento PDF allegato"
msgstr ""
#: templates/maker/recipe_preview.html:243
msgid "Apri PDF"
msgstr ""
#: templates/maker/recipe_preview.html:254
#: templates/measure/task_execute.html:287
msgid "Nessuna immagine allegata"
msgstr ""
#: templates/maker/recipe_preview.html:267
msgid "Punti di Misura"
msgstr ""
#: templates/maker/recipe_preview.html:299 templates/maker/task_editor.html:579
#: templates/maker/task_editor.html:721
#: templates/measure/task_complete.html:173
#: templates/measure/task_execute.html:321
msgid "Nominale"
msgstr ""
#: templates/maker/recipe_preview.html:363
msgid "Nessun punto di misura definito per questo task"
msgstr ""
#: templates/maker/recipe_preview.html:383 templates/maker/task_editor.html:829
msgid "Nessun task definito"
msgstr ""
#: templates/maker/recipe_preview.html:386
msgid "Questa ricetta non contiene ancora task di misurazione."
msgstr ""
#: templates/maker/recipe_preview.html:393 templates/maker/task_editor.html:231
msgid "Aggiungi Task"
msgstr ""
#: templates/maker/recipe_preview.html:426
#: templates/maker/version_history.html:2
#: templates/maker/version_history.html:93
#: templates/maker/version_history.html:112
msgid "Storico Versioni"
msgstr ""
#: templates/maker/task_drawing.html:2 templates/maker/task_drawing.html:115
msgid "Disegno Task"
msgstr ""
#: templates/maker/task_drawing.html:62
msgid "Salva Annotazioni"
msgstr ""
#: templates/maker/task_drawing.html:63
msgid "Errore nel salvataggio delle annotazioni"
msgstr ""
#: templates/maker/task_drawing.html:64
msgid "Annotazioni salvate con successo"
msgstr ""
#: templates/maker/task_drawing.html:127
msgid "Annotazioni Disegno"
msgstr ""
#: templates/maker/task_drawing.html:154
msgid "Torna ai Task"
msgstr ""
#: templates/maker/task_drawing.html:205 templates/maker/task_drawing.html:209
#: templates/measure/select_recipe.html:291
msgid "Seleziona"
msgstr ""
#: templates/maker/task_drawing.html:217
msgid "Marker numerato"
msgstr ""
#: templates/maker/task_drawing.html:223
msgid "Marker"
msgstr ""
#: templates/maker/task_drawing.html:231 templates/maker/task_drawing.html:235
msgid "Freccia"
msgstr ""
#: templates/maker/task_drawing.html:243 templates/maker/task_drawing.html:247
msgid "Rettangolo"
msgstr ""
#: templates/maker/task_drawing.html:255 templates/maker/task_drawing.html:259
msgid "Testo"
msgstr ""
#: templates/maker/task_drawing.html:270
msgid "Elimina selezionato"
msgstr ""
#: templates/maker/task_drawing.html:281
msgid "Eliminare tutte le annotazioni?"
msgstr ""
#: templates/maker/task_drawing.html:282 templates/maker/task_drawing.html:289
msgid "Cancella tutto"
msgstr ""
#: templates/maker/task_drawing.html:297
msgid "Colore"
msgstr ""
#: templates/maker/task_drawing.html:313
msgid "Spessore"
msgstr ""
#: templates/maker/task_drawing.html:331
msgid "Linea"
msgstr ""
#: templates/maker/task_drawing.html:406
msgid "Blu"
msgstr ""
#: templates/maker/task_drawing.html:407
msgid "Rosso"
msgstr ""
#: templates/maker/task_drawing.html:408
msgid "Verde"
msgstr ""
#: templates/maker/task_drawing.html:409
msgid "Arancio"
msgstr ""
#: templates/maker/task_drawing.html:410
msgid "Viola"
msgstr ""
#: templates/maker/task_drawing.html:411
msgid "Nero"
msgstr ""
#: templates/maker/task_drawing.html:416
msgid "Continua"
msgstr ""
#: templates/maker/task_drawing.html:417
msgid "Tratteggiata"
msgstr ""
#: templates/maker/task_drawing.html:418
msgid "Punteggiata"
msgstr ""
#: templates/maker/task_editor.html:2
msgid "Editor Task"
msgstr ""
#: templates/maker/task_editor.html:144
msgid "Task e Misurazioni"
msgstr ""
#: templates/maker/task_editor.html:239
msgid "Importa da PDF"
msgstr ""
#: templates/maker/task_editor.html:259
msgid "Nuovo Task"
msgstr ""
#: templates/maker/task_editor.html:265 templates/maker/task_editor.html:1056
msgid "Titolo"
msgstr ""
#: templates/maker/task_editor.html:271
msgid "Es. Controllo dimensionale flangia"
msgstr ""
#: templates/maker/task_editor.html:275 templates/maker/task_editor.html:541
#: templates/maker/task_editor.html:578 templates/maker/task_editor.html:704
msgid "Tipo"
msgstr ""
#: templates/maker/task_editor.html:277 templates/maker/task_editor.html:543
#: templates/measure/task_list.html:177
msgid "Nota"
msgstr ""
#: templates/maker/task_editor.html:278 templates/maker/task_editor.html:544
#: templates/measure/task_execute.html:309 templates/measure/task_list.html:175
msgid "Misura"
msgstr ""
#: templates/maker/task_editor.html:279 templates/maker/task_editor.html:545
#: templates/measure/task_list.html:176
msgid "Disegno"
msgstr ""
#: templates/maker/task_editor.html:282
msgid "Un task di misura resta tale anche prima di inserire le quote"
msgstr ""
#: templates/maker/task_editor.html:287 templates/maker/task_editor.html:521
#: templates/maker/task_editor.html:549 templates/maker/task_editor.html:1058
msgid "Direttiva"
msgstr ""
#: templates/maker/task_editor.html:291
msgid "Es. Seguire procedura ISO 2768"
msgstr ""
#: templates/maker/task_editor.html:305 templates/maker/task_editor.html:566
msgid "Descrizione opzionale..."
msgstr ""
#: templates/maker/task_editor.html:324
msgid "Crea Task"
msgstr ""
#: templates/maker/task_editor.html:354
msgid "Trascina per riordinare"
msgstr ""
#: templates/maker/task_editor.html:390
#: templates/maker/version_history.html:188
#: templates/measure/task_list.html:192
msgid "misurazioni"
msgstr ""
#: templates/maker/task_editor.html:400
msgid "Modifica task"
msgstr ""
#: templates/maker/task_editor.html:432
msgid "Espandi/Comprimi"
msgstr ""
#: templates/maker/task_editor.html:443
msgid "Elimina task"
msgstr ""
#: templates/maker/task_editor.html:485
msgid "Modifica Disegno"
msgstr ""
#: templates/maker/task_editor.html:507
msgid "Carica immagine o PDF"
msgstr ""
#: templates/maker/task_editor.html:553
msgid "Direttiva opzionale..."
msgstr ""
#: templates/maker/task_editor.html:576
msgid "#"
msgstr ""
#: templates/maker/task_editor.html:580 templates/maker/task_editor.html:770
msgid "UTL"
msgstr ""
#: templates/maker/task_editor.html:581 templates/maker/task_editor.html:763
msgid "UWL"
msgstr ""
#: templates/maker/task_editor.html:582 templates/maker/task_editor.html:756
msgid "LWL"
msgstr ""
#: templates/maker/task_editor.html:583 templates/maker/task_editor.html:749
msgid "LTL"
msgstr ""
#: templates/maker/task_editor.html:584 templates/maker/task_editor.html:729
#: templates/measure/task_complete.html:278
msgid "Unita"
msgstr ""
#: templates/maker/task_editor.html:585
msgid "Tolleranze"
msgstr ""
#: templates/maker/task_editor.html:670
msgid "Nessuna misurazione definita"
msgstr ""
#: templates/maker/task_editor.html:673
msgid "Aggiungi la prima misurazione per questo task"
msgstr ""
#: templates/maker/task_editor.html:682
msgid "Modifica Misurazione"
msgstr ""
#: templates/maker/task_editor.html:682
msgid "Nuova Misurazione"
msgstr ""
#: templates/maker/task_editor.html:687
msgid "Marker #"
msgstr ""
#: templates/maker/task_editor.html:700
msgid "Es. Diametro foro principale"
msgstr ""
#: templates/maker/task_editor.html:708
msgid "Lineare"
msgstr ""
#: templates/maker/task_editor.html:709
msgid "Diametro"
msgstr ""
#: templates/maker/task_editor.html:710
msgid "Raggio"
msgstr ""
#: templates/maker/task_editor.html:711
msgid "Angolo"
msgstr ""
#: templates/maker/task_editor.html:712
msgid "Rugosita"
msgstr ""
#: templates/maker/task_editor.html:713
msgid "Coppia"
msgstr ""
#: templates/maker/task_editor.html:714
msgid "Forza"
msgstr ""
#: templates/maker/task_editor.html:715
msgid "Peso"
msgstr ""
#: templates/maker/task_editor.html:716
msgid "Altro"
msgstr ""
#: templates/maker/task_editor.html:753
msgid "Lim. Tol. Inf."
msgstr ""
#: templates/maker/task_editor.html:760
msgid "Lim. Warn. Inf."
msgstr ""
#: templates/maker/task_editor.html:767
msgid "Lim. Warn. Sup."
msgstr ""
#: templates/maker/task_editor.html:774
msgid "Lim. Tol. Sup."
msgstr ""
#: templates/maker/task_editor.html:794
msgid "Aggiorna Misurazione"
msgstr ""
#: templates/maker/task_editor.html:794 templates/maker/task_editor.html:808
msgid "Aggiungi Misurazione"
msgstr ""
#: templates/maker/task_editor.html:832
msgid "Inizia aggiungendo il primo task di misurazione per questa ricetta"
msgstr ""
#: templates/maker/task_editor.html:839
msgid "Aggiungi Primo Task"
msgstr ""
#: templates/maker/task_editor.html:882
msgid "Conferma Eliminazione Task"
msgstr ""
#: templates/maker/task_editor.html:887
msgid "Sei sicuro di voler eliminare il task"
msgstr ""
#: templates/maker/task_editor.html:892
msgid "Verranno eliminate anche"
msgstr ""
#: templates/maker/task_editor.html:894
msgid "misurazioni associate."
msgstr ""
#: templates/maker/task_editor.html:905
msgid "Elimina Task"
msgstr ""
#: templates/maker/task_editor.html:952
msgid "Conferma Eliminazione Misurazione"
msgstr ""
#: templates/maker/task_editor.html:956
msgid "Sei sicuro di voler eliminare la misurazione"
msgstr ""
#: templates/maker/task_editor.html:970
msgid "Elimina Misurazione"
msgstr ""
#: templates/maker/task_editor.html:1002
msgid "Importa da Scheda Tecnica"
msgstr ""
#: templates/maker/task_editor.html:1003
msgid "Carica un PDF e l'AI estrarrà i task automaticamente"
msgstr ""
#: templates/maker/task_editor.html:1017
msgid "Clicca per caricare un PDF"
msgstr ""
#: templates/maker/task_editor.html:1018
msgid "Max 20MB"
msgstr ""
#: templates/maker/task_editor.html:1029
msgid "Analisi in corso con AI..."
msgstr ""
#: templates/maker/task_editor.html:1030
msgid "Potrebbe richiedere fino a 30 secondi"
msgstr ""
#: templates/maker/task_editor.html:1036
msgid "Riprova"
msgstr ""
#: templates/maker/task_editor.html:1042
msgid "task suggeriti — modifica o rimuovi prima di confermare"
msgstr ""
#: templates/maker/task_editor.html:1084
msgid "Crea"
msgstr ""
#: templates/maker/task_editor.html:1271
msgid "Errore nell'analisi del PDF"
msgstr ""
#: templates/maker/task_editor.html:1275
msgid "Nessun task identificato nel PDF"
msgstr ""
#: templates/maker/task_editor.html:1320
msgid "task creati dalla scheda tecnica"
msgstr ""
#: templates/maker/task_editor.html:1347
msgid "Errore nella creazione del task"
msgstr ""
#: templates/maker/task_editor.html:1355
msgid "Task creato con successo"
msgstr ""
#: templates/maker/task_editor.html:1405 templates/maker/task_editor.html:1801
msgid "Errore nel salvataggio del task"
msgstr ""
#: templates/maker/task_editor.html:1418
msgid "Task aggiornato"
msgstr ""
#: templates/maker/task_editor.html:1448
msgid "Task eliminato"
msgstr ""
#: templates/maker/task_editor.html:1451
msgid "Errore nell'eliminazione del task"
msgstr ""
#: templates/maker/task_editor.html:1546
msgid "Errore nel riordinamento"
msgstr ""
#: templates/maker/task_editor.html:1614
msgid "Errore nella creazione della misurazione"
msgstr ""
#: templates/maker/task_editor.html:1622
msgid "Misurazione aggiunta"
msgstr ""
#: templates/maker/task_editor.html:1685
#: templates/measure/task_execute.html:1108
msgid "Errore nel salvataggio della misurazione"
msgstr ""
#: templates/maker/task_editor.html:1696
msgid "Misurazione aggiornata"
msgstr ""
#: templates/maker/task_editor.html:1730
msgid "Misurazione eliminata"
msgstr ""
#: templates/maker/task_editor.html:1733
msgid "Errore nell'eliminazione della misurazione"
msgstr ""
#: templates/maker/task_editor.html:1752
msgid "Formato file non supportato. Usa PNG, JPG o PDF."
msgstr ""
#: templates/maker/task_editor.html:1757
msgid "File troppo grande. Dimensione massima: 20MB."
msgstr ""
#: templates/maker/task_editor.html:1778
msgid "Errore durante il caricamento del file"
msgstr ""
#: templates/maker/task_editor.html:1809
msgid "File caricato con successo"
msgstr ""
#: templates/maker/version_history.html:116
msgid "Corrente:"
msgstr ""
#: templates/maker/version_history.html:175
msgid "Corrente"
msgstr ""
#: templates/maker/version_history.html:197
msgid "Caricamento..."
msgstr ""
#: templates/maker/version_history.html:211
msgid "Visualizza"
msgstr ""
#: templates/maker/version_history.html:284
msgid "Nessuna versione trovata"
msgstr ""
#: templates/maker/version_history.html:287
msgid ""
"Questa ricetta non ha ancora versioni registrate. La prima versione verra"
" creata automaticamente al salvataggio."
msgstr ""
#: templates/measure/select_recipe.html:2
#: templates/measure/select_recipe.html:94
msgid "Seleziona Ricetta"
msgstr ""
#: templates/measure/select_recipe.html:30
msgid "lotto"
msgstr ""
#: templates/measure/select_recipe.html:31
msgid "seriale"
msgstr ""
#: templates/measure/select_recipe.html:64
#: templates/measure/select_recipe.html:277
msgid "Compila prima:"
msgstr ""
#: templates/measure/select_recipe.html:97
msgid "Scegli la ricetta di misura da eseguire"
msgstr ""
#: templates/measure/select_recipe.html:100
msgid "Stazione"
msgstr ""
#: templates/measure/select_recipe.html:110
msgid "Stazione forzata per collaudo"
msgstr ""
#: templates/measure/select_recipe.html:110
msgid "configurata"
msgstr ""
#: templates/measure/select_recipe.html:115
msgid "Ripristina"
msgstr ""
#: templates/measure/select_recipe.html:140
msgid "Cerca ricetta"
msgstr ""
#: templates/measure/select_recipe.html:144
msgid "Nome, codice o descrizione..."
msgstr ""
#: templates/measure/select_recipe.html:157
msgid "Tracciabilità"
msgstr ""
#: templates/measure/select_recipe.html:158
msgid "Dati del pezzo da misurare — compila prima di selezionare la ricetta"
msgstr ""
#: templates/measure/select_recipe.html:168
#: templates/measure/task_complete.html:284
msgid "Numero Lotto"
msgstr ""
#: templates/measure/select_recipe.html:172
msgid "Es. LOT-2026-001"
msgstr ""
#: templates/measure/select_recipe.html:182
#: templates/measure/task_complete.html:285
msgid "Numero Seriale"
msgstr ""
#: templates/measure/select_recipe.html:186
msgid "Es. SN-000123"
msgstr ""
#: templates/measure/select_recipe.html:239
msgid "Nessuna descrizione disponibile"
msgstr ""
#: templates/measure/select_recipe.html:315
msgid "Nessun risultato per"
msgstr ""
#: templates/measure/select_recipe.html:316
msgid "Prova con un termine diverso."
msgstr ""
#: templates/measure/select_recipe.html:319
msgid "Non ci sono ricette disponibili al momento."
msgstr ""
#: templates/measure/select_recipe.html:372
msgid ""
"Inserisci o scansiona il codice della ricetta per selezionarla "
"automaticamente."
msgstr ""
#: templates/measure/select_recipe.html:377
msgid "Codice Ricetta"
msgstr ""
#: templates/measure/select_recipe.html:383
msgid "Es. REC-001"
msgstr ""
#: templates/measure/select_recipe.html:419
msgid "Cerca"
msgstr ""
#: templates/measure/task_complete.html:3
#: templates/measure/task_complete.html:39
#: templates/measure/task_execute.html:113
#: templates/measure/task_execute.html:739
#: templates/statistics/dashboard.html:139
msgid "Riepilogo"
msgstr ""
#: templates/measure/task_complete.html:47
#: templates/measure/task_execute.html:716
msgid "Misurazioni Complete"
msgstr ""
#: templates/measure/task_complete.html:64
#: templates/measure/task_complete.html:296 templates/measure/task_list.html:97
msgid "Lotto"
msgstr ""
#: templates/measure/task_complete.html:70
#: templates/measure/task_complete.html:297
#: templates/measure/task_list.html:109
msgid "Seriale"
msgstr ""
#: templates/measure/task_complete.html:89
msgid "Totale"
msgstr ""
#: templates/measure/task_complete.html:106
#: templates/measure/task_execute.html:724
msgid "Conformi"
msgstr ""
#: templates/measure/task_complete.html:123
#: templates/measure/task_execute.html:728
msgid "Attenzione"
msgstr ""
#: templates/measure/task_complete.html:140
msgid "Non Conformi"
msgstr ""
#: templates/measure/task_complete.html:156
msgid "Dettaglio Misurazioni"
msgstr ""
#: templates/measure/task_complete.html:163
msgid "Esporta CSV"
msgstr ""
#: templates/measure/task_complete.html:170
msgid "Data/Ora"
msgstr ""
#: templates/measure/task_complete.html:174
#: templates/statistics/dashboard.html:247
msgid "Valore"
msgstr ""
#: templates/measure/task_complete.html:175
msgid "Deviazione"
msgstr ""
#: templates/measure/task_complete.html:176
#: templates/measure/task_complete.html:283
msgid "Esito"
msgstr ""
#: templates/measure/task_complete.html:177
msgid "Metodo"
msgstr ""
#: templates/measure/task_complete.html:205
#: templates/statistics/dashboard.html:147
msgid "Pass"
msgstr ""
#: templates/measure/task_complete.html:207
#: templates/statistics/dashboard.html:153
msgid "Warning"
msgstr ""
#: templates/measure/task_complete.html:209
#: templates/statistics/dashboard.html:159
msgid "Fail"
msgstr ""
#: templates/measure/task_complete.html:220
msgid "Manuale"
msgstr ""
#: templates/measure/task_complete.html:227
msgid "Calibro"
msgstr ""
#: templates/measure/task_complete.html:248 templates/measure/task_list.html:40
msgid "Seleziona altra ricetta"
msgstr ""
#: templates/measure/task_complete.html:255
msgid "Ripeti misurazioni"
msgstr ""
#: templates/measure/task_complete.html:275
msgid "Subtask ID"
msgstr ""
#: templates/measure/task_complete.html:276
msgid "Nome Sottotask"
msgstr ""
#: templates/measure/task_complete.html:277
msgid "Valore Misurato"
msgstr ""
#: templates/measure/task_complete.html:279
msgid "Valore Nominale"
msgstr ""
#: templates/measure/task_complete.html:280
msgid "Tolleranza +"
msgstr ""
#: templates/measure/task_complete.html:281
msgid "Tolleranza -"
msgstr ""
#: templates/measure/task_complete.html:282
msgid "Scarto"
msgstr ""
#: templates/measure/task_complete.html:286
msgid "Metodo Input"
msgstr ""
#: templates/measure/task_complete.html:287
msgid "Data Misurazione"
msgstr ""
#: templates/measure/task_complete.html:288
msgid "Operatore"
msgstr ""
#: templates/measure/task_complete.html:289
msgid "RIEPILOGO ESECUZIONE TASK"
msgstr ""
#: templates/measure/task_complete.html:290
msgid "Task ID"
msgstr ""
#: templates/measure/task_complete.html:291
msgid "Nome Task"
msgstr ""
#: templates/measure/task_complete.html:292
#: templates/statistics/dashboard.html:27
msgid "Ricetta"
msgstr ""
#: templates/measure/task_complete.html:293
msgid "Data Inizio"
msgstr ""
#: templates/measure/task_complete.html:294
msgid "Data Fine"
msgstr ""
#: templates/measure/task_complete.html:298
msgid "STATISTICHE"
msgstr ""
#: templates/measure/task_complete.html:299
msgid "Totale Misure"
msgstr ""
#: templates/measure/task_complete.html:300
msgid "Passate"
msgstr ""
#: templates/measure/task_complete.html:301
msgid "Fallite"
msgstr ""
#: templates/measure/task_complete.html:302
msgid "Percentuale Successo"
msgstr ""
#: templates/measure/task_complete.html:303
msgid "DETTAGLIO MISURE"
msgstr ""
#: templates/measure/task_execute.html:95
msgid "Task di misurazione"
msgstr ""
#: templates/measure/task_execute.html:106
msgid "Lista task"
msgstr ""
#: templates/measure/task_execute.html:128
msgid "Fermo linea"
msgstr ""
#: templates/measure/task_execute.html:136
msgid "Riprendi"
msgstr ""
#: templates/measure/task_execute.html:144
msgid "Fine Produzione"
msgstr ""
#: templates/measure/task_execute.html:259
msgid "Immagine dettaglio misura"
msgstr ""
#: templates/measure/task_execute.html:307
msgid "Misurazione"
msgstr ""
#: templates/measure/task_execute.html:385
msgid "Registrata"
msgstr ""
#: templates/measure/task_execute.html:491
msgid "Task di misura senza quote configurate: la ricetta è incompleta"
msgstr ""
#: templates/measure/task_execute.html:515
msgid "Il conto alla rovescia è congelato a"
msgstr ""
#: templates/measure/task_execute.html:518
msgid "serve il capoturno per riprendere"
msgstr ""
#: templates/measure/task_execute.html:537
msgid "Produzione non registrata sul server"
msgstr ""
#: templates/measure/task_execute.html:558
#: templates/measure/task_execute.html:767
msgid "Avvio Produzione"
msgstr ""
#: templates/measure/task_execute.html:562
msgid "Invia segnale al gestionale per avviare il timer della linea"
msgstr ""
#: templates/measure/task_execute.html:573
msgid "Produzione avviata"
msgstr ""
#: templates/measure/task_execute.html:618
msgid "Fine ciclo misura"
msgstr ""
#: templates/measure/task_execute.html:629
msgid "Rimisura"
msgstr ""
#: templates/measure/task_execute.html:639
#: templates/measure/task_execute.html:653
msgid "Completato"
msgstr ""
#: templates/measure/task_execute.html:718
msgid "Tutte le"
msgstr ""
#: templates/measure/task_execute.html:718
msgid "misurazioni sono state registrate."
msgstr ""
#: templates/measure/task_execute.html:732
msgid "Non Conf."
msgstr ""
#: templates/measure/task_execute.html:747
msgid "Conferma ciclo"
msgstr ""
#: templates/measure/task_execute.html:757
msgid "Task successivo"
msgstr ""
#: templates/measure/task_execute.html:783
msgid "Girare il pezzo e rimisurare"
msgstr ""
#: templates/measure/task_execute.html:809
msgid "Autorizzazione capoturno"
msgstr ""
#: templates/measure/task_execute.html:818
msgid "Username capoturno"
msgstr ""
#: templates/measure/task_execute.html:840
msgid "Autorizza"
msgstr ""
#: templates/measure/task_execute.html:1063
msgid "Questa ricetta non ammette valori digitati: usare il calibro"
msgstr ""
#: templates/measure/task_execute.html:1152
msgid "Errore di rete. Riprovare."
msgstr ""
#: templates/measure/task_execute.html:1257
msgid "Errore di comunicazione con il server"
msgstr ""
#: templates/measure/task_execute.html:1505
msgid "Misurazione fuori tolleranza"
msgstr ""
#: templates/measure/task_execute.html:1506
msgid "Fermo linea richiesto"
msgstr ""
#: templates/measure/task_execute.html:1507
msgid "Ripresa della produzione"
msgstr ""
#: templates/measure/task_execute.html:1508
msgid "Fine produzione richiesta"
msgstr ""
#: templates/measure/task_execute.html:1537
msgid "Credenziali non valide o utente non autorizzato"
msgstr ""
#: templates/measure/task_execute.html:1569
msgid "Nessuna produzione aperta su questa stazione"
msgstr ""
#: templates/measure/task_execute.html:1586
msgid "Azione non riuscita"
msgstr ""
#: templates/measure/task_list.html:87
msgid "AVVIA"
msgstr ""
#: templates/measure/task_list.html:124
msgid "Task da eseguire"
msgstr ""
#: templates/measure/task_list.html:136
msgid "misurazioni totali"
msgstr ""
#: templates/measure/task_list.html:178
msgid "Confronto profilo"
msgstr ""
#: templates/measure/task_list.html:179
msgid "Misura camera"
msgstr ""
#: templates/measure/task_list.html:201
msgid "Allegato"
msgstr ""
#: templates/measure/task_list.html:225
msgid "Visualizza Task"
msgstr ""
#: templates/measure/task_list.html:248
msgid "Nessun task disponibile"
msgstr ""
#: templates/measure/task_list.html:251
msgid "Questa ricetta non ha ancora task definiti."
msgstr ""
#: templates/statistics/dashboard.html:3 templates/statistics/dashboard.html:17
msgid "Statistiche SPC"
msgstr ""
#: templates/statistics/dashboard.html:18
msgid "Analisi statistica di processo per le misurazioni"
msgstr ""
#: templates/statistics/dashboard.html:31
msgid "Seleziona ricetta..."
msgstr ""
#: templates/statistics/dashboard.html:40
msgid "Punto di misura"
msgstr ""
#: templates/statistics/dashboard.html:44
msgid "Tutti i punti"
msgstr ""
#: templates/statistics/dashboard.html:53
msgid "Dal"
msgstr ""
#: templates/statistics/dashboard.html:58
msgid "Al"
msgstr ""
#: templates/statistics/dashboard.html:80
msgid "Report SPC"
msgstr ""
#: templates/statistics/dashboard.html:94
msgid "Report Misurazioni"
msgstr ""
#: templates/statistics/dashboard.html:108
msgid "Applica filtri"
msgstr ""
#: templates/statistics/dashboard.html:126
msgid "Seleziona una ricetta per iniziare"
msgstr ""
#: templates/statistics/dashboard.html:127
msgid "Scegli una ricetta dal filtro e premi Applica filtri"
msgstr ""
#: templates/statistics/dashboard.html:169
msgid "Indici di Capability"
msgstr ""
#: templates/statistics/dashboard.html:210
msgid "Seleziona un punto di misura per calcolare gli indici"
msgstr ""
#: templates/statistics/dashboard.html:217
#: templates/statistics/dashboard.html:245
msgid "Carta di Controllo"
msgstr ""
#: templates/statistics/dashboard.html:223
#: templates/statistics/dashboard.html:250
msgid "Istogramma"
msgstr ""
#: templates/statistics/dashboard.html:242
msgid "Nessun dato disponibile"
msgstr ""
#: templates/statistics/dashboard.html:243
msgid "In controllo"
msgstr ""
#: templates/statistics/dashboard.html:244
msgid "Fuori controllo"
msgstr ""
#: templates/statistics/dashboard.html:246
msgid "Misura #"
msgstr ""
#: templates/statistics/dashboard.html:248
msgid "Frequenza"
msgstr ""
#: templates/statistics/dashboard.html:249
msgid "Curva normale"
msgstr ""
#: templates/statistics/dashboard.html:251
msgid "Indici non disponibili"
msgstr ""
#: templates/statistics/dashboard.html:337
msgid "Errore nel caricamento dei dati"
msgstr ""
#: templates/statistics/dashboard.html:384
msgid "Seleziona un punto di misura per la carta di controllo"
msgstr ""
#: templates/statistics/dashboard.html:397
msgid "Seleziona un punto di misura per l'istogramma"
msgstr ""
#: templates/statistics/dashboard.html:428
#: templates/statistics/dashboard.html:438
msgid "Errore nella generazione del report"
msgstr ""