Files
OmniMTP/src/ui/webroot/lang/it.json
niklascfw 413cc8fbde Add Finder-style New Folder with inline rename on the Switch.
Create unique folders without a crashing prompt, then focus the name for editing; also fix folder association type and UTF-8 MTP string encoding.
2026-08-07 00:24:47 +02:00

67 lines
2.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"app.title": "OmniMTP",
"badge.no_device": "Nessun dispositivo",
"device.waiting": "In attesa della Nintendo Switch…",
"device.connected": "{name} connessa",
"device.nintendo_switch": "Nintendo Switch",
"btn.add_files": "Aggiungi file",
"btn.scan": "Cerca",
"btn.cancel_all": "Annulla tutto",
"btn.go_up": "Su",
"btn.refresh": "Aggiorna",
"empty.no_switch_title": "Nessuna Switch collegata",
"empty.no_switch_sub": "Collega via USB-C e apri DBI o Sphaira MTP",
"empty.folder": "Cartella vuota",
"loading": "Caricamento…",
"col.name": "Nome",
"col.size": "Dimensione",
"col.modified": "Modificato",
"transfers": "Trasferimenti",
"transfers.count": "{n} trasferimento",
"transfers.count_plural": "{n} trasferimenti",
"transfer.queued": "In coda",
"transfer.done": "Completato",
"transfer.failed": "Non riuscito",
"transfer.cancelled": "Annullato",
"transfer.dl": "DL",
"transfer.up": "UP",
"ctx.delete": "Elimina…",
"confirm.delete": "Eliminare {label}?",
"confirm.delete_items": "Eliminare {n} elementi?",
"confirm.delete_btn": "Elimina",
"confirm.cancel_btn": "Annulla",
"confirm.ok_btn": "OK",
"items.count": "{n} elemento",
"items.count_plural": "{n} elementi",
"status.active": "{n} attivi · {speed}",
"status.connected": "Connesso {name}",
"status.disconnected": "Switch scollegata",
"status.listing_error": "Errore elenco: {error}",
"status.downloading": "Download {name}",
"status.uploading": "Upload {name}",
"menu.options": "Opzioni",
"menu.language": "Lingua",
"menu.language_system": "Predefinita di sistema",
"menu.quit": "Esci da OmniMTP",
"menu.about": "Informazioni su OmniMTP",
"about.tagline": "Client MTP Nintendo Switch per macOS",
"about.version": "Versione {version}",
"about.copyright": "Copyright © 2026 NiklasCFW",
"status.usb_recovering": "Riconnessione USB dopo lo standby…",
"menu.check_updates": "Verifica aggiornamenti…",
"update.available_title": "Aggiornamento disponibile",
"update.available_body": "OmniMTP {latest} è disponibile.\nHai {current}.",
"update.download": "Scarica",
"update.later": "Dopo",
"update.skip": "Salta questa versione",
"update.up_to_date_title": "Sei aggiornato",
"update.up_to_date_body": "OmniMTP {version} è lultima versione.",
"update.check_failed_title": "Verifica aggiornamenti non riuscita",
"update.check_failed_body": "Impossibile raggiungere il server degli aggiornamenti.",
"update.http_error": "Il server ha risposto HTTP {code}.",
"btn.new_folder": "Nuova cartella",
"ctx.new_folder": "Nuova cartella",
"prompt.new_folder": "Nome cartella:",
"prompt.new_folder_default": "Nuova cartella"
}