Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

locale(it): Italian translation of the Spoolman module #1606

Merged
merged 1 commit into from
Oct 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions src/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,32 @@
"On": "Acceso",
"PowerControl": "Controllo Alimentazione"
},
"SpoolmanPanel": {
"Cancel": "Cancella",
"ChangeSpool": "Cambia Bobina",
"DaysAgo": "{days} giorni fa",
"EjectSpool": "Espelli bobina",
"EjectSpoolQuestion": "Sei sicuro di voler espellere la bobina di filamento?",
"Filament": "Filamento",
"FilamentTypeMismatch": "Il materiale della bobina attiva ({spoolType}) non corrisponde al materiale del G-Code ({fileType}).",
"Headline": "Spoolman",
"LastUsed": "Ultimo Utilizzo",
"Location": "Posizione",
"Material": "Materiale",
"Never": "Mai",
"NoActiveSpool": "Il tracciamento del filamento è inattivo. Per iniziare, seleziona una bobina.",
"NoResults": "Nessuna bobina trovata con gli attuali criteri di ricerca.",
"NoSpools": "Nessuna bobina disponibile",
"NoSpoolSelected": "Nessuna bobina selezionata. Selezionare una bobina o questa stampa non verrà tracciata.",
"OpenSpoolManager": "apri il gestore delle bobine",
"Refresh": "aggiorna",
"Search": "Trova",
"SelectSpool": "Seleziona Bobina",
"Today": "Today",
"TooLessFilament": "La bobina corrente potrebbe non avere abbastanza filamento per questa stampa. ({spoolWeight}g su {fileWeight}g)",
"Weight": "Peso",
"Yesterday": "Ieri"
},
"StatusPanel": {
"CancelPrint": "Annulla stampa",
"ClearPrintStats": "Cancella statistiche di stampa",
Expand Down
Loading