circuitpython/locale/it_IT.po

2175 lines
54 KiB
Plaintext
Raw Normal View History

# Italian translation.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Enrico Paganin <enrico.paganin@mail.com>, 2018
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-23 10:51-0800\n"
"PO-Revision-Date: 2018-10-02 16:27+0200\n"
"Last-Translator: Enrico Paganin <enrico.paganin@mail.com>\n"
"Language-Team: \n"
"Language: it_IT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2019-02-22 15:04:54 -05:00
msgid ""
"\n"
"Code done running. Waiting for reload.\n"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid " File \"%q\""
msgstr " File \"%q\""
2019-02-22 15:04:54 -05:00
msgid " File \"%q\", line %d"
msgstr " File \"%q\", riga %d"
2019-02-22 15:04:54 -05:00
msgid " output:\n"
msgstr " output:\n"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "%%c requires int or char"
msgstr "%%c necessita di int o char"
2019-02-22 15:04:54 -05:00
msgid "%q in use"
msgstr "%q in uso"
2019-02-22 15:04:54 -05:00
msgid "%q index out of range"
msgstr "indice %q fuori intervallo"
2019-02-22 15:04:54 -05:00
msgid "%q indices must be integers, not %s"
msgstr "gli indici %q devono essere interi, non %s"
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "%q must be >= 1"
msgstr "slice del buffer devono essere della stessa lunghezza"
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "%q should be an int"
msgstr "y dovrebbe essere un int"
2019-02-22 15:04:54 -05:00
msgid "%q() takes %d positional arguments but %d were given"
msgstr "%q() prende %d argomenti posizionali ma ne sono stati forniti %d"
2019-02-22 15:04:54 -05:00
msgid "'%q' argument required"
msgstr "'%q' argomento richiesto"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' expects a label"
msgstr "'%s' aspetta una etichetta"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' expects a register"
msgstr "'%s' aspetta un registro"
2019-02-22 15:04:54 -05:00
#, fuzzy, c-format
msgid "'%s' expects a special register"
msgstr "'%s' aspetta un registro"
2019-02-22 15:04:54 -05:00
#, fuzzy, c-format
msgid "'%s' expects an FPU register"
msgstr "'%s' aspetta un registro"
2019-02-22 15:04:54 -05:00
#, fuzzy, c-format
msgid "'%s' expects an address of the form [a, b]"
msgstr "'%s' aspetta un registro"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' expects an integer"
msgstr "'%s' aspetta un intero"
2019-02-22 15:04:54 -05:00
#, fuzzy, c-format
msgid "'%s' expects at most r%d"
msgstr "'%s' aspetta un registro"
2019-02-22 15:04:54 -05:00
#, fuzzy, c-format
msgid "'%s' expects {r0, r1, ...}"
msgstr "'%s' aspetta un registro"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' integer %d is not within range %d..%d"
msgstr "intero '%s' non è nell'intervallo %d..%d"
2019-02-22 15:04:54 -05:00
#, fuzzy, c-format
msgid "'%s' integer 0x%x does not fit in mask 0x%x"
msgstr "intero '%s' non è nell'intervallo %d..%d"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' object does not support item assignment"
msgstr ""
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' object does not support item deletion"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "'%s' object has no attribute '%q'"
msgstr "l'oggetto '%s' non ha l'attributo '%q'"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' object is not an iterator"
msgstr "l'oggetto '%s' non è un iteratore"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' object is not callable"
msgstr ""
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' object is not iterable"
msgstr "l'oggetto '%s' non è iterabile"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' object is not subscriptable"
2019-01-31 12:38:29 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "'=' alignment not allowed in string format specifier"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "'S' and 'O' are not supported format types"
msgstr "'S' e 'O' non sono formati supportati"
2019-02-22 15:04:54 -05:00
msgid "'align' requires 1 argument"
msgstr "'align' richiede 1 argomento"
2019-02-22 15:04:54 -05:00
msgid "'await' outside function"
msgstr "'await' al di fuori della funzione"
2019-02-22 15:04:54 -05:00
msgid "'break' outside loop"
msgstr "'break' al di fuori del ciclo"
2019-02-22 15:04:54 -05:00
msgid "'continue' outside loop"
msgstr "'continue' al di fuori del ciclo"
2019-02-22 15:04:54 -05:00
msgid "'data' requires at least 2 arguments"
msgstr "'data' richiede almeno 2 argomento"
2019-02-22 15:04:54 -05:00
msgid "'data' requires integer arguments"
msgstr "'data' richiede argomenti interi"
2019-02-22 15:04:54 -05:00
msgid "'label' requires 1 argument"
msgstr "'label' richiede 1 argomento"
2019-02-22 15:04:54 -05:00
msgid "'return' outside function"
msgstr "'return' al di fuori della funzione"
2019-02-22 15:04:54 -05:00
msgid "'yield' outside function"
msgstr "'yield' al di fuori della funzione"
2019-02-22 15:04:54 -05:00
msgid "*x must be assignment target"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid ", in %q\n"
msgstr ", in %q\n"
2019-02-22 15:04:54 -05:00
msgid "0.0 to a complex power"
msgstr "0.0 elevato alla potenza di un numero complesso"
2019-02-22 15:04:54 -05:00
msgid "3-arg pow() not supported"
msgstr "pow() con tre argmomenti non supportata"
2019-02-22 15:04:54 -05:00
msgid "A hardware interrupt channel is already in use"
msgstr "Un canale di interrupt hardware è già in uso"
2019-02-22 15:04:54 -05:00
msgid "AP required"
msgstr "AP richiesto"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Address is not %d bytes long or is in wrong format"
msgstr ""
2019-02-22 15:04:54 -05:00
#, fuzzy, c-format
msgid "Address must be %d bytes long"
msgstr "la palette deve essere lunga 32 byte"
2019-02-22 15:04:54 -05:00
msgid "All I2C peripherals are in use"
msgstr "Tutte le periferiche I2C sono in uso"
2019-02-22 15:04:54 -05:00
msgid "All SPI peripherals are in use"
msgstr "Tutte le periferiche SPI sono in uso"
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "All UART peripherals are in use"
msgstr "Tutte le periferiche I2C sono in uso"
2019-02-22 15:04:54 -05:00
msgid "All event channels in use"
msgstr "Tutti i canali eventi utilizati"
2019-02-22 15:04:54 -05:00
msgid "All sync event channels in use"
msgstr "Tutti i canali di eventi sincronizzati in uso"
2019-02-22 15:04:54 -05:00
msgid "All timers for this pin are in use"
msgstr "Tutti i timer per questo pin sono in uso"
msgid "All timers in use"
msgstr "Tutti i timer utilizzati"
2019-02-22 15:04:54 -05:00
msgid "AnalogOut functionality not supported"
msgstr "funzionalità AnalogOut non supportata"
2019-02-22 15:04:54 -05:00
msgid "AnalogOut is only 16 bits. Value must be less than 65536."
msgstr "AnalogOut ha solo 16 bit. Il valore deve essere meno di 65536."
2019-02-22 15:04:54 -05:00
msgid "AnalogOut not supported on given pin"
msgstr "AnalogOut non supportato sul pin scelto"
2019-02-22 15:04:54 -05:00
msgid "Another send is already active"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Array must contain halfwords (type 'H')"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Array values should be single bytes."
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Auto-reload is off.\n"
msgstr "Auto-reload disattivato.\n"
2019-02-22 15:04:54 -05:00
msgid ""
"Auto-reload is on. Simply save files over USB to run them or enter REPL to "
"disable.\n"
msgstr ""
"L'auto-reload è attivo. Salva i file su USB per eseguirli o entra nel REPL "
"per disabilitarlo.\n"
2019-02-22 15:04:54 -05:00
msgid "Bit clock and word select must share a clock unit"
msgstr ""
"Clock di bit e selezione parola devono condividere la stessa unità di clock"
2019-02-22 15:04:54 -05:00
msgid "Bit depth must be multiple of 8."
msgstr "La profondità di bit deve essere multipla di 8."
2019-02-22 15:04:54 -05:00
msgid "Both pins must support hardware interrupts"
msgstr "Entrambi i pin devono supportare gli interrupt hardware"
2019-02-22 15:04:54 -05:00
msgid "Brightness must be between 0 and 255"
msgstr "La luminosità deve essere compreso tra 0 e 255"
msgid "Brightness not adjustable"
msgstr ""
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Buffer incorrect size. Should be %d bytes."
msgstr "Buffer di lunghezza non valida. Dovrebbe essere di %d bytes."
msgid "Buffer must be at least length 1"
msgstr "Il buffer deve essere lungo almeno 1"
2019-01-18 14:44:53 -05:00
#, fuzzy, c-format
msgid "Bus pin %d is already in use"
msgstr "DAC già in uso"
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Byte buffer must be 16 bytes."
msgstr "i buffer devono essere della stessa lunghezza"
2019-02-22 15:04:54 -05:00
msgid "Bytes must be between 0 and 255."
msgstr "I byte devono essere compresi tra 0 e 255"
2019-02-22 15:04:54 -05:00
msgid "C-level assert"
msgstr "assert a livello C"
#, c-format
2019-02-22 15:04:54 -05:00
msgid "Can not use dotstar with %s"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Can't add services in Central mode"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Can't advertise in Central mode"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Can't change the name in Central mode"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Can't connect in Peripheral mode"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Cannot connect to AP"
msgstr "Impossible connettersi all'AP"
2019-02-22 15:04:54 -05:00
msgid "Cannot delete values"
msgstr "Impossibile cancellare valori"
2019-02-22 15:04:54 -05:00
msgid "Cannot disconnect from AP"
msgstr "Impossible disconnettersi all'AP"
2019-02-22 15:04:54 -05:00
msgid "Cannot get pull while in output mode"
msgstr ""
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Cannot get temperature"
msgstr "Impossibile leggere la temperatura. status: 0x%02x"
2019-02-22 15:04:54 -05:00
msgid "Cannot output both channels on the same pin"
msgstr "Impossibile dare in output entrambi i canal sullo stesso pin"
2019-02-22 15:04:54 -05:00
msgid "Cannot read without MISO pin."
msgstr "Impossibile leggere senza pin MISO."
2019-02-22 15:04:54 -05:00
msgid "Cannot record to a file"
msgstr "Impossibile registrare in un file"
2019-02-22 15:04:54 -05:00
msgid "Cannot remount '/' when USB is active."
msgstr "Non è possibile rimontare '/' mentre l'USB è attiva."
2019-02-22 15:04:54 -05:00
msgid "Cannot reset into bootloader because no bootloader is present."
msgstr ""
"Impossibile resettare nel bootloader poiché nessun bootloader è presente."
2019-02-22 15:04:54 -05:00
msgid "Cannot set STA config"
msgstr "Impossibile impostare la configurazione della STA"
2019-02-22 15:04:54 -05:00
msgid "Cannot set value when direction is input."
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Cannot subclass slice"
msgstr "Impossibile subclasare slice"
2019-02-22 15:04:54 -05:00
msgid "Cannot transfer without MOSI and MISO pins."
msgstr "Impossibile trasferire senza i pin MOSI e MISO."
2019-02-22 15:04:54 -05:00
msgid "Cannot unambiguously get sizeof scalar"
msgstr "Impossibile ricavare la grandezza scalare di sizeof inequivocabilmente"
2019-02-22 15:04:54 -05:00
msgid "Cannot update i/f status"
msgstr "Impossibile aggiornare status di i/f"
2019-02-22 15:04:54 -05:00
msgid "Cannot write without MOSI pin."
msgstr "Impossibile scrivere senza pin MOSI."
2019-02-22 15:04:54 -05:00
msgid "Characteristic UUID doesn't match Service UUID"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Characteristic already in use by another Service."
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "CharacteristicBuffer writing not provided"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Clock pin init failed."
msgstr "Inizializzazione del pin di clock fallita."
2019-02-22 15:04:54 -05:00
msgid "Clock stretch too long"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Clock unit in use"
msgstr "Unità di clock in uso"
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Command must be an int between 0 and 255"
msgstr "I byte devono essere compresi tra 0 e 255"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Could not decode ble_uuid, err 0x%04x"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Could not initialize UART"
msgstr "Impossibile inizializzare l'UART"
2019-02-22 15:04:54 -05:00
msgid "Couldn't allocate first buffer"
msgstr "Impossibile allocare il primo buffer"
2019-02-22 15:04:54 -05:00
msgid "Couldn't allocate second buffer"
msgstr "Impossibile allocare il secondo buffer"
2019-02-22 15:04:54 -05:00
msgid "Crash into the HardFault_Handler.\n"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "DAC already in use"
msgstr "DAC già in uso"
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Data 0 pin must be byte aligned"
msgstr "graphic deve essere lunga 2048 byte"
2019-02-22 15:04:54 -05:00
msgid "Data chunk must follow fmt chunk"
msgstr ""
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Data too large for advertisement packet"
msgstr "Impossibile inserire dati nel pacchetto di advertisement."
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Data too large for the advertisement packet"
msgstr "Impossibile inserire dati nel pacchetto di advertisement."
2019-02-22 15:04:54 -05:00
msgid "Destination capacity is smaller than destination_length."
msgstr "La capacità di destinazione è più piccola di destination_length."
2019-02-22 15:04:54 -05:00
msgid "Display rotation must be in 90 degree increments"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Don't know how to pass object to native function"
msgstr "Non so come passare l'oggetto alla funzione nativa"
2019-02-22 15:04:54 -05:00
msgid "Drive mode not used when direction is input."
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "ESP8226 does not support safe mode."
msgstr "ESP8266 non supporta la modalità sicura."
2019-02-22 15:04:54 -05:00
msgid "ESP8266 does not support pull down."
msgstr "ESP8266 non supporta pull-down"
2019-02-22 15:04:54 -05:00
msgid "EXTINT channel already in use"
msgstr "Canale EXTINT già in uso"
2019-02-22 15:04:54 -05:00
msgid "Error in ffi_prep_cif"
msgstr "Errore in ffi_prep_cif"
2019-02-22 15:04:54 -05:00
msgid "Error in regex"
msgstr "Errore nella regex"
2019-02-22 15:04:54 -05:00
msgid "Expected a %q"
msgstr "Atteso un %q"
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Expected a Characteristic"
msgstr "Non è possibile aggiungere Characteristic."
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Expected a UUID"
msgstr "Atteso un %q"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Expected tuple of length %d, got %d"
msgstr ""
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Failed to acquire mutex"
msgstr "Impossibile allocare buffer RX"
2019-02-22 15:04:54 -05:00
#, fuzzy, c-format
msgid "Failed to acquire mutex, err 0x%04x"
msgstr "Impossibile leggere valore dell'attributo. status: 0x%02x"
2019-02-22 15:04:54 -05:00
#, fuzzy, c-format
msgid "Failed to add characteristic, err 0x%04x"
msgstr "Impossibile fermare advertisement. status: 0x%02x"
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Failed to add service"
msgstr "Impossibile fermare advertisement. status: 0x%02x"
2019-02-22 15:04:54 -05:00
#, fuzzy, c-format
msgid "Failed to add service, err 0x%04x"
msgstr "Impossibile fermare advertisement. status: 0x%02x"
2019-02-22 15:04:54 -05:00
msgid "Failed to allocate RX buffer"
msgstr "Impossibile allocare buffer RX"
2018-08-31 15:34:01 -04:00
#, c-format
2019-02-22 15:04:54 -05:00
msgid "Failed to allocate RX buffer of %d bytes"
msgstr "Fallita allocazione del buffer RX di %d byte"
2018-08-31 15:34:01 -04:00
2019-01-09 14:00:17 -05:00
#, fuzzy
msgid "Failed to change softdevice state"
msgstr "Impossibile fermare advertisement. status: 0x%02x"
2018-08-31 15:34:01 -04:00
2019-01-09 14:00:17 -05:00
#, fuzzy
2019-02-22 15:04:54 -05:00
msgid "Failed to connect:"
msgstr "Impossibile connettersi. status: 0x%02x"
#, fuzzy
msgid "Failed to continue scanning"
msgstr "Impossible iniziare la scansione. status: 0x%02x"
#, fuzzy, c-format
msgid "Failed to continue scanning, err 0x%04x"
msgstr "Impossible iniziare la scansione. status: 0x%02x"
#, fuzzy
msgid "Failed to create mutex"
msgstr "Impossibile leggere valore dell'attributo. status: 0x%02x"
#, fuzzy
msgid "Failed to discover services"
2019-01-09 14:00:17 -05:00
msgstr "Impossibile fermare advertisement. status: 0x%02x"
msgid "Failed to get local address"
2018-08-31 15:34:01 -04:00
msgstr ""
2019-01-09 14:00:17 -05:00
#, fuzzy
2019-02-22 15:04:54 -05:00
msgid "Failed to get softdevice state"
2019-01-09 14:00:17 -05:00
msgstr "Impossibile fermare advertisement. status: 0x%02x"
#, fuzzy, c-format
msgid "Failed to notify or indicate attribute value, err %0x04x"
2018-08-31 15:34:01 -04:00
msgstr "Impossibile notificare valore dell'attributo. status: 0x%02x"
#, fuzzy, c-format
2019-02-22 15:04:54 -05:00
msgid "Failed to read CCCD value, err 0x%04x"
2018-08-31 15:34:01 -04:00
msgstr "Impossibile leggere valore dell'attributo. status: 0x%02x"
2019-01-09 14:00:17 -05:00
#, fuzzy, c-format
2019-02-22 15:04:54 -05:00
msgid "Failed to read attribute value, err %0x04x"
2019-01-09 14:00:17 -05:00
msgstr "Impossibile leggere valore dell'attributo. status: 0x%02x"
2018-08-31 15:34:01 -04:00
#, fuzzy, c-format
2019-02-22 15:04:54 -05:00
msgid "Failed to read gatts value, err 0x%04x"
2018-08-31 15:34:01 -04:00
msgstr "Impossibile scrivere valore dell'attributo. status: 0x%02x"
2019-01-09 14:00:17 -05:00
#, fuzzy, c-format
2019-02-22 15:04:54 -05:00
msgid "Failed to register Vendor-Specific UUID, err 0x%04x"
msgstr "Non è possibile aggiungere l'UUID del vendor specifico da 128-bit"
2019-01-09 14:00:17 -05:00
#, fuzzy
msgid "Failed to release mutex"
msgstr "Impossibile leggere valore dell'attributo. status: 0x%02x"
2019-02-22 15:04:54 -05:00
#, fuzzy, c-format
msgid "Failed to release mutex, err 0x%04x"
msgstr "Impossibile leggere valore dell'attributo. status: 0x%02x"
2018-08-31 15:34:01 -04:00
2019-01-09 14:00:17 -05:00
#, fuzzy
msgid "Failed to start advertising"
2018-08-31 15:34:01 -04:00
msgstr "Impossibile avviare advertisement. status: 0x%02x"
2019-02-22 15:04:54 -05:00
#, fuzzy, c-format
msgid "Failed to start advertising, err 0x%04x"
msgstr "Impossibile avviare advertisement. status: 0x%02x"
2019-01-09 14:00:17 -05:00
#, fuzzy
msgid "Failed to start scanning"
msgstr "Impossible iniziare la scansione. status: 0x%02x"
2019-02-22 15:04:54 -05:00
#, fuzzy, c-format
msgid "Failed to start scanning, err 0x%04x"
msgstr "Impossible iniziare la scansione. status: 0x%02x"
2019-01-09 14:00:17 -05:00
#, fuzzy
2019-02-22 15:04:54 -05:00
msgid "Failed to stop advertising"
msgstr "Impossibile fermare advertisement. status: 0x%02x"
2019-01-09 14:00:17 -05:00
2018-08-31 15:34:01 -04:00
#, fuzzy, c-format
2019-02-22 15:04:54 -05:00
msgid "Failed to stop advertising, err 0x%04x"
2018-08-31 15:34:01 -04:00
msgstr "Impossibile fermare advertisement. status: 0x%02x"
#, fuzzy, c-format
2019-02-22 15:04:54 -05:00
msgid "Failed to write attribute value, err 0x%04x"
msgstr "Impossibile scrivere valore dell'attributo. status: 0x%02x"
2018-08-31 15:34:01 -04:00
#, fuzzy, c-format
2019-02-22 15:04:54 -05:00
msgid "Failed to write gatts value, err 0x%04x"
msgstr "Impossibile scrivere valore dell'attributo. status: 0x%02x"
2018-08-31 15:34:01 -04:00
2019-02-22 15:04:54 -05:00
msgid "File exists"
msgstr "File esistente"
2019-01-09 14:00:17 -05:00
2019-02-22 15:04:54 -05:00
msgid "Function requires lock"
2018-08-31 15:34:01 -04:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Function requires lock."
2019-01-09 14:00:17 -05:00
msgstr ""
2018-08-31 15:34:01 -04:00
2019-02-22 15:04:54 -05:00
msgid "GPIO16 does not support pull up."
msgstr "GPIO16 non supporta pull-up"
2018-08-31 15:34:01 -04:00
2019-02-22 15:04:54 -05:00
msgid "Group full"
msgstr "Gruppo pieno"
2019-02-22 15:04:54 -05:00
msgid "I/O operation on closed file"
msgstr "operazione I/O su file chiuso"
2019-02-22 15:04:54 -05:00
msgid "I2C operation not supported"
msgstr "operazione I2C non supportata"
msgid ""
"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
"mpy-update for more info."
msgstr ""
2019-02-22 15:04:54 -05:00
"File .mpy incompatibile. Aggiorna tutti i file .mpy. Vedi http://adafru.it/"
"mpy-update per più informazioni."
2019-02-22 15:04:54 -05:00
msgid "Input/output error"
msgstr "Errore input/output"
msgid "Invalid BMP file"
msgstr "File BMP non valido"
msgid "Invalid PWM frequency"
msgstr "Frequenza PWM non valida"
msgid "Invalid argument"
msgstr "Argomento non valido"
msgid "Invalid bit clock pin"
msgstr "Pin del clock di bit non valido"
#, fuzzy
msgid "Invalid buffer size"
msgstr "lunghezza del buffer non valida"
#, fuzzy
2019-02-22 15:04:54 -05:00
msgid "Invalid channel count"
msgstr "Argomento non valido"
2019-02-22 15:04:54 -05:00
msgid "Invalid clock pin"
msgstr "Pin di clock non valido"
2019-02-22 15:04:54 -05:00
msgid "Invalid data pin"
msgstr "Pin dati non valido"
2019-02-22 15:04:54 -05:00
msgid "Invalid direction."
msgstr "Direzione non valida."
2019-02-22 15:04:54 -05:00
msgid "Invalid file"
msgstr "File non valido"
2019-02-22 15:04:54 -05:00
msgid "Invalid format chunk size"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Invalid number of bits"
msgstr "Numero di bit non valido"
2019-02-22 15:04:54 -05:00
msgid "Invalid phase"
msgstr "Fase non valida"
2019-02-22 15:04:54 -05:00
msgid "Invalid pin"
msgstr "Pin non valido"
2019-02-22 15:04:54 -05:00
msgid "Invalid pin for left channel"
msgstr "Pin non valido per il canale sinistro"
2019-02-22 15:04:54 -05:00
msgid "Invalid pin for right channel"
msgstr "Pin non valido per il canale destro"
2019-02-22 15:04:54 -05:00
msgid "Invalid pins"
msgstr "Pin non validi"
2019-02-22 15:04:54 -05:00
msgid "Invalid polarity"
msgstr "Polarità non valida"
2019-02-22 15:04:54 -05:00
msgid "Invalid run mode."
msgstr "Modalità di esecuzione non valida."
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Invalid voice count"
msgstr "Tipo di servizio non valido"
2019-02-22 15:04:54 -05:00
msgid "Invalid wave file"
msgstr "File wave non valido"
2019-02-22 15:04:54 -05:00
msgid "LHS of keyword arg must be an id"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Layer must be a Group or TileGrid subclass."
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Length must be an int"
msgstr "Length deve essere un intero"
2019-02-22 15:04:54 -05:00
msgid "Length must be non-negative"
msgstr "Length deve essere non negativo"
2019-02-22 15:04:54 -05:00
msgid ""
"Looks like our core CircuitPython code crashed hard. Whoops!\n"
"Please file an issue at https://github.com/adafruit/circuitpython/issues\n"
" with the contents of your CIRCUITPY drive and this message:\n"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "MISO pin init failed."
msgstr "inizializzazione del pin MISO fallita."
2019-02-22 15:04:54 -05:00
msgid "MOSI pin init failed."
msgstr "inizializzazione del pin MOSI fallita."
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Maximum PWM frequency is %dhz."
msgstr "Frequenza massima su PWM è %dhz"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Maximum x value when mirrored is %d"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "MicroPython NLR jump failed. Likely memory corruption.\n"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "MicroPython fatal error.\n"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Microphone startup delay must be in range 0.0 to 1.0"
msgstr ""
2019-02-22 15:04:54 -05:00
"Il ritardo di avvio del microfono deve essere nell'intervallo tra 0.0 e 1.0"
2019-02-22 15:04:54 -05:00
msgid "Minimum PWM frequency is 1hz."
msgstr "Frequenza minima su PWM è 1hz"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Multiple PWM frequencies not supported. PWM already set to %dhz."
msgstr "Frequenze PWM multiple non supportate. PWM già impostato a %shz."
2019-02-22 15:04:54 -05:00
msgid "Must be a Group subclass."
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "No DAC on chip"
msgstr "Nessun DAC sul chip"
2019-02-22 15:04:54 -05:00
msgid "No DMA channel found"
msgstr "Nessun canale DMA trovato"
2019-02-22 15:04:54 -05:00
msgid "No PulseIn support for %q"
msgstr "Nessun supporto per PulseIn per %q"
2019-02-22 15:04:54 -05:00
msgid "No RX pin"
msgstr "Nessun pin RX"
2019-02-22 15:04:54 -05:00
msgid "No TX pin"
msgstr "Nessun pin TX"
2019-02-22 15:04:54 -05:00
msgid "No default I2C bus"
msgstr "Nessun bus I2C predefinito"
2019-02-22 15:04:54 -05:00
msgid "No default SPI bus"
msgstr "Nessun bus SPI predefinito"
2019-02-22 15:04:54 -05:00
msgid "No default UART bus"
msgstr "Nessun bus UART predefinito"
2019-02-22 15:04:54 -05:00
msgid "No free GCLKs"
msgstr "Nessun GCLK libero"
2019-02-22 15:04:54 -05:00
msgid "No hardware random available"
msgstr "Nessun generatore hardware di numeri casuali disponibile"
2019-02-22 15:04:54 -05:00
msgid "No hardware support for analog out."
msgstr "Nessun supporto hardware per l'uscita analogica."
2019-02-22 15:04:54 -05:00
msgid "No hardware support on pin"
msgstr "Nessun supporto hardware sul pin"
2019-02-22 15:04:54 -05:00
msgid "No space left on device"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "No such file/directory"
msgstr "Nessun file/directory esistente"
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Not connected"
msgstr "Impossible connettersi all'AP"
2019-02-22 15:04:54 -05:00
msgid "Not connected."
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Not playing"
msgstr "In pausa"
2019-02-22 15:04:54 -05:00
msgid ""
"Object has been deinitialized and can no longer be used. Create a new object."
msgstr ""
2019-02-22 15:04:54 -05:00
"L'oggetto è stato deinizializzato e non può essere più usato. Crea un nuovo "
"oggetto."
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Odd parity is not supported"
msgstr "operazione I2C non supportata"
#, c-format
msgid ""
"Only 16bpp RGB 565 supported for bitfield compressed BMPs; R:%x G:%x B:%x"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Only 8 or 16 bit mono with "
msgstr ""
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Only Windows format, uncompressed BMP supported %d"
msgstr "Formato solo di Windows, BMP non compresso supportato %d"
2019-02-22 15:04:54 -05:00
msgid "Only bit maps of 8 bit color or less are supported"
msgstr "Sono supportate solo bitmap con colori a 8 bit o meno"
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Only slices with step=1 (aka None) are supported"
msgstr "solo slice con step=1 (aka None) sono supportate"
2019-02-22 15:04:54 -05:00
#, c-format
msgid ""
"Only true color (24 bpp or higher), 16bpp 565 and 555, and 8bpp grayscale "
"BMP supported %d"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Only tx supported on UART1 (GPIO2)."
msgstr "Solo tx supportato su UART1 (GPIO2)."
2019-02-22 15:04:54 -05:00
msgid "Oversample must be multiple of 8."
msgstr "L'oversampling deve essere multiplo di 8."
2019-02-22 15:04:54 -05:00
msgid ""
"PWM duty_cycle must be between 0 and 65535 inclusive (16 bit resolution)"
msgstr ""
2019-02-22 15:04:54 -05:00
"duty_cycle del PWM deve essere compresa tra 0 e 65535 inclusiva (risoluzione "
"a 16 bit)"
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid ""
"PWM frequency not writable when variable_frequency is False on construction."
msgstr ""
2019-02-22 15:04:54 -05:00
"frequenza PWM frequency non è scrivibile quando variable_frequency è "
"impostato nel costruttore a False."
2019-02-22 15:04:54 -05:00
#, c-format
msgid "PWM not supported on pin %d"
msgstr "PWM non è supportato sul pin %d"
2019-02-22 15:04:54 -05:00
msgid "Permission denied"
msgstr "Permesso negato"
2019-02-22 15:04:54 -05:00
msgid "Pin %q does not have ADC capabilities"
msgstr "Il pin %q non ha capacità ADC"
2019-02-22 15:04:54 -05:00
msgid "Pin does not have ADC capabilities"
msgstr "Il pin non ha capacità di ADC"
2019-02-22 15:04:54 -05:00
msgid "Pin(16) doesn't support pull"
msgstr "Pin(16) non supporta pull"
2019-02-22 15:04:54 -05:00
msgid "Pins not valid for SPI"
msgstr "Pin non validi per SPI"
2019-02-22 15:04:54 -05:00
msgid "Pixel beyond bounds of buffer"
msgstr ""
#, fuzzy
2019-02-22 15:04:54 -05:00
msgid "Plus any modules on the filesystem\n"
msgstr "Imposssibile rimontare il filesystem"
2019-02-22 15:04:54 -05:00
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
msgstr ""
"Premi un qualunque tasto per entrare nel REPL. Usa CTRL-D per ricaricare."
2019-02-22 15:04:54 -05:00
msgid "Pull not used when direction is output."
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "RTC calibration is not supported on this board"
msgstr "calibrazione RTC non supportata su questa scheda"
2019-02-22 15:04:54 -05:00
msgid "RTC is not supported on this board"
msgstr "RTC non supportato su questa scheda"
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Range out of bounds"
msgstr "indirizzo fuori limite"
2019-02-22 15:04:54 -05:00
msgid "Read-only"
msgstr "Sola lettura"
2019-02-22 15:04:54 -05:00
msgid "Read-only filesystem"
msgstr "Filesystem in sola lettura"
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Read-only object"
msgstr "Sola lettura"
2019-02-22 15:04:54 -05:00
msgid "Right channel unsupported"
msgstr "Canale destro non supportato"
2019-02-22 15:04:54 -05:00
msgid "Running in safe mode! Auto-reload is off.\n"
msgstr "Modalità sicura in esecuzione! Auto-reload disattivato.\n"
2019-02-22 15:04:54 -05:00
msgid "Running in safe mode! Not running saved code.\n"
msgstr "Modalità sicura in esecuzione! Codice salvato non in esecuzione.\n"
2019-02-22 15:04:54 -05:00
msgid "SDA or SCL needs a pull up"
msgstr "SDA o SCL necessitano un pull-up"
2019-02-22 15:04:54 -05:00
msgid "STA must be active"
msgstr "STA deve essere attiva"
2019-02-22 15:04:54 -05:00
msgid "STA required"
msgstr "STA richiesta"
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Sample rate must be positive"
msgstr "STA deve essere attiva"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Sample rate too high. It must be less than %d"
msgstr ""
"Frequenza di campionamento troppo alta. Il valore deve essere inferiore a %d"
2019-02-22 15:04:54 -05:00
msgid "Serializer in use"
msgstr "Serializer in uso"
2019-02-22 15:04:54 -05:00
msgid "Slice and value different lengths."
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Slices not supported"
msgstr "Slice non supportate"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Soft device assert, id: 0x%08lX, pc: 0x%08lX"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Splitting with sub-captures"
msgstr "Suddivisione con sotto-catture"
2019-02-22 15:04:54 -05:00
msgid "Stack size must be at least 256"
msgstr "La dimensione dello stack deve essere almeno 256"
2019-02-22 15:04:54 -05:00
msgid "Stream missing readinto() or write() method."
msgstr "Metodi mancanti readinto() o write() allo stream."
2019-02-22 15:04:54 -05:00
msgid ""
"The CircuitPython heap was corrupted because the stack was too small.\n"
"Please increase stack size limits and press reset (after ejecting "
"CIRCUITPY).\n"
"If you didn't change the stack, then file an issue here with the contents of "
"your CIRCUITPY drive:\n"
msgstr ""
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid ""
"The microcontroller's power dipped. Please make sure your power supply "
"provides\n"
"enough power for the whole circuit and press reset (after ejecting "
"CIRCUITPY).\n"
msgstr ""
"La potenza del microcontrollore è calata. Assicurati che l'alimentazione sia "
"attaccata correttamente\n"
2019-02-22 15:04:54 -05:00
msgid ""
"The reset button was pressed while booting CircuitPython. Press again to "
"exit safe mode.\n"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "The sample's bits_per_sample does not match the mixer's"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "The sample's channel count does not match the mixer's"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "The sample's sample rate does not match the mixer's"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "The sample's signedness does not match the mixer's"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Tile height must exactly divide bitmap height"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Tile width must exactly divide bitmap width"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "To exit, please reset the board without "
msgstr "Per uscire resettare la scheda senza "
2019-02-22 15:04:54 -05:00
msgid "Too many channels in sample."
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Too many display busses"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Too many displays"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Traceback (most recent call last):\n"
msgstr "Traceback (chiamata più recente per ultima):\n"
2019-02-22 15:04:54 -05:00
msgid "Tuple or struct_time argument required"
msgstr "Tupla o struct_time richiesto come argomento"
#, c-format
2019-02-22 15:04:54 -05:00
msgid "UART(%d) does not exist"
msgstr "UART(%d) non esistente"
2019-02-22 15:04:54 -05:00
msgid "UART(1) can't read"
msgstr "UART(1) non leggibile"
2019-02-22 15:04:54 -05:00
msgid "USB Busy"
msgstr "USB occupata"
2019-02-22 15:04:54 -05:00
msgid "USB Error"
msgstr "Errore USB"
2019-02-22 15:04:54 -05:00
msgid "UUID integer value not in range 0 to 0xffff"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "UUID string not 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "UUID value is not str, int or byte buffer"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Unable to allocate buffers for signed conversion"
msgstr "Ipossibilitato ad allocare buffer per la conversione con segno"
2019-02-22 15:04:54 -05:00
msgid "Unable to find free GCLK"
msgstr "Impossibile trovare un GCLK libero"
2019-02-22 15:04:54 -05:00
msgid "Unable to init parser"
msgstr "Inizilizzazione del parser non possibile"
2019-02-22 15:04:54 -05:00
msgid "Unable to remount filesystem"
msgstr "Imposssibile rimontare il filesystem"
2019-02-22 15:04:54 -05:00
msgid "Unable to write to nvm."
msgstr "Imposibile scrivere su nvm."
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Unexpected nrfx uuid type"
msgstr "indentazione inaspettata"
2019-02-22 15:04:54 -05:00
msgid "Unknown type"
msgstr "Tipo sconosciuto"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Unmatched number of items on RHS (expected %d, got %d)."
2019-02-07 10:10:00 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Unsupported baudrate"
msgstr "baudrate non supportato"
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Unsupported display bus type"
msgstr "tipo di bitmap non supportato"
2019-02-22 15:04:54 -05:00
msgid "Unsupported format"
msgstr "Formato non supportato"
2019-02-22 15:04:54 -05:00
msgid "Unsupported operation"
msgstr "Operazione non supportata"
2019-02-22 15:04:54 -05:00
msgid "Unsupported pull value."
msgstr "Valore di pull non supportato."
2019-02-22 15:04:54 -05:00
msgid "Use esptool to erase flash and re-upload Python instead"
msgstr "Usa esptool per cancellare la flash e ricaricare Python invece"
2019-02-22 15:04:54 -05:00
msgid "Viper functions don't currently support more than 4 arguments"
msgstr "Le funzioni Viper non supportano più di 4 argomenti al momento"
msgid "Voice index too high"
msgstr ""
msgid "WARNING: Your code filename has two extensions\n"
msgstr "ATTENZIONE: Il nome del sorgente ha due estensioni\n"
#, c-format
2019-02-22 15:04:54 -05:00
msgid ""
"Welcome to Adafruit CircuitPython %s!\n"
"\n"
"Please visit learn.adafruit.com/category/circuitpython for project guides.\n"
"\n"
"To list built-in modules please do `help(\"modules\")`.\n"
msgstr ""
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid ""
"You are running in safe mode which means something unanticipated happened.\n"
msgstr ""
"Sei nella modalità sicura che significa che qualcosa di molto brutto è "
"successo.\n"
msgid "You requested starting safe mode by "
msgstr "È stato richiesto l'avvio in modalità sicura da "
#, c-format
2019-02-22 15:04:54 -05:00
msgid "[addrinfo error %d]"
msgstr "[errore addrinfo %d]"
2019-02-22 15:04:54 -05:00
msgid "__init__() should return None"
msgstr "__init__() deve ritornare None"
#, c-format
2019-02-22 15:04:54 -05:00
msgid "__init__() should return None, not '%s'"
msgstr "__init__() deve ritornare None, non '%s'"
msgid "__new__ arg must be a user-type"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "a bytes-like object is required"
msgstr "un oggetto byte-like è richiesto"
msgid "abort() called"
msgstr "abort() chiamato"
#, c-format
2019-02-22 15:04:54 -05:00
msgid "address %08x is not aligned to %d bytes"
msgstr "l'indirizzo %08x non è allineato a %d bytes"
2019-02-22 15:04:54 -05:00
msgid "address out of bounds"
msgstr "indirizzo fuori limite"
2019-02-22 15:04:54 -05:00
msgid "addresses is empty"
msgstr "gli indirizzi sono vuoti"
2019-02-22 15:04:54 -05:00
msgid "arg is an empty sequence"
msgstr "l'argomento è una sequenza vuota"
2019-02-22 15:04:54 -05:00
msgid "argument has wrong type"
msgstr "il tipo dell'argomento è errato"
2019-02-22 15:04:54 -05:00
msgid "argument num/types mismatch"
msgstr "discrepanza di numero/tipo di argomenti"
2019-02-22 15:04:54 -05:00
msgid "argument should be a '%q' not a '%q'"
msgstr "l'argomento dovrebbe essere un '%q' e non un '%q'"
2019-02-22 15:04:54 -05:00
msgid "array/bytes required on right side"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "attributes not supported yet"
msgstr "attributi non ancora supportati"
2019-02-22 15:04:54 -05:00
msgid "bad GATT role"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "bad compile mode"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "bad conversion specifier"
msgstr "specificatore di conversione scorretto"
2019-02-22 15:04:54 -05:00
msgid "bad format string"
msgstr "stringa di formattazione scorretta"
msgid "bad typecode"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "binary op %q not implemented"
msgstr "operazione binaria %q non implementata"
2019-02-22 15:04:54 -05:00
msgid "bits must be 7, 8 or 9"
msgstr "i bit devono essere 7, 8 o 9"
2019-02-22 15:04:54 -05:00
msgid "bits must be 8"
msgstr "i bit devono essere 8"
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "bits_per_sample must be 8 or 16"
msgstr "i bit devono essere 7, 8 o 9"
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "branch not in range"
msgstr "argomento di chr() non è in range(256)"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "buf is too small. need %d bytes"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "buffer must be a bytes-like object"
msgstr ""
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "buffer size must match format"
msgstr "slice del buffer devono essere della stessa lunghezza"
2019-02-22 15:04:54 -05:00
msgid "buffer slices must be of equal length"
msgstr "slice del buffer devono essere della stessa lunghezza"
2019-02-22 15:04:54 -05:00
msgid "buffer too long"
msgstr "buffer troppo lungo"
2019-02-22 15:04:54 -05:00
msgid "buffer too small"
msgstr "buffer troppo piccolo"
2019-02-22 15:04:54 -05:00
msgid "buffers must be the same length"
msgstr "i buffer devono essere della stessa lunghezza"
2019-02-22 15:04:54 -05:00
msgid "byte code not implemented"
msgstr "byte code non implementato"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "byteorder is not an instance of ByteOrder (got a %s)"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "bytes > 8 bits not supported"
msgstr "byte > 8 bit non supportati"
2019-02-22 15:04:54 -05:00
msgid "bytes value out of range"
msgstr "valore byte fuori intervallo"
2019-02-22 15:04:54 -05:00
msgid "calibration is out of range"
msgstr "la calibrazione è fuori intervallo"
2019-02-22 15:04:54 -05:00
msgid "calibration is read only"
msgstr "la calibrazione è in sola lettura"
2019-02-22 15:04:54 -05:00
msgid "calibration value out of range +/-127"
msgstr "valore di calibrazione fuori intervallo +/-127"
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "can only have up to 4 parameters to Thumb assembly"
msgstr "sono disponibili fino a 4 parametri per il Xtensa assembly"
2019-02-22 15:04:54 -05:00
msgid "can only have up to 4 parameters to Xtensa assembly"
msgstr "sono disponibili fino a 4 parametri per il Xtensa assembly"
2019-02-22 15:04:54 -05:00
msgid "can only save bytecode"
msgstr "È possibile salvare solo bytecode"
2019-02-22 15:04:54 -05:00
msgid "can query only one param"
msgstr "è possibile interrogare solo un parametro"
msgid "can't add special method to already-subclassed class"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can't assign to expression"
msgstr "impossibile assegnare all'espressione"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "can't convert %s to complex"
msgstr "non è possibile convertire a complex"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "can't convert %s to float"
msgstr "non è possibile convertire %s a float"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "can't convert %s to int"
msgstr "non è possibile convertire %s a int"
2019-02-22 15:04:54 -05:00
msgid "can't convert '%q' object to %q implicitly"
msgstr "impossibile convertire l'oggetto '%q' implicitamente in %q"
2019-02-22 15:04:54 -05:00
msgid "can't convert NaN to int"
msgstr "impossibile convertire NaN in int"
2019-02-22 15:04:54 -05:00
msgid "can't convert address to int"
msgstr "impossible convertire indirizzo in int"
2019-02-22 15:04:54 -05:00
msgid "can't convert inf to int"
msgstr "impossibile convertire inf in int"
2019-02-22 15:04:54 -05:00
msgid "can't convert to complex"
msgstr "non è possibile convertire a complex"
2019-02-22 15:04:54 -05:00
msgid "can't convert to float"
msgstr "non è possibile convertire a float"
2019-02-22 15:04:54 -05:00
msgid "can't convert to int"
msgstr "non è possibile convertire a int"
2019-02-22 15:04:54 -05:00
msgid "can't convert to str implicitly"
msgstr "impossibile convertire a stringa implicitamente"
2019-02-22 15:04:54 -05:00
msgid "can't declare nonlocal in outer code"
msgstr "impossibile dichiarare nonlocal nel codice esterno"
2019-02-22 15:04:54 -05:00
msgid "can't delete expression"
msgstr "impossibile cancellare l'espessione"
2019-02-22 15:04:54 -05:00
msgid "can't do binary op between '%q' and '%q'"
msgstr "impossibile eseguire operazione binaria tra '%q' e '%q'"
2019-02-14 09:43:13 -05:00
2019-02-22 15:04:54 -05:00
msgid "can't do truncated division of a complex number"
msgstr "impossibile fare il modulo di un numero complesso"
2019-02-22 15:04:54 -05:00
msgid "can't get AP config"
msgstr "impossibile recuperare le configurazioni dell'AP"
2019-02-22 15:04:54 -05:00
msgid "can't get STA config"
msgstr "impossibile recuperare la configurazione della STA"
2019-02-22 15:04:54 -05:00
msgid "can't have multiple **x"
msgstr "impossibile usare **x multipli"
2019-02-22 15:04:54 -05:00
msgid "can't have multiple *x"
msgstr "impossibile usare *x multipli"
msgid "can't implicitly convert '%q' to 'bool'"
msgstr "non è possibile convertire implicitamente '%q' in 'bool'"
msgid "can't load from '%q'"
msgstr "impossibile caricare da '%q'"
msgid "can't load with '%q' index"
msgstr "impossibile caricare con indice '%q'"
msgid "can't pend throw to just-started generator"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can't send non-None value to a just-started generator"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can't set AP config"
msgstr "impossibile impostare le configurazioni dell'AP"
2019-02-22 15:04:54 -05:00
msgid "can't set STA config"
msgstr "impossibile impostare le configurazioni della STA"
2019-02-22 15:04:54 -05:00
msgid "can't set attribute"
msgstr "impossibile impostare attributo"
2019-02-22 15:04:54 -05:00
msgid "can't store '%q'"
msgstr "impossibile memorizzare '%q'"
2019-02-22 15:04:54 -05:00
msgid "can't store to '%q'"
msgstr "impossibile memorizzare in '%q'"
2019-02-22 15:04:54 -05:00
msgid "can't store with '%q' index"
msgstr "impossibile memorizzare con indice '%q'"
msgid ""
"can't switch from automatic field numbering to manual field specification"
msgstr ""
msgid ""
"can't switch from manual field specification to automatic field numbering"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "cannot create '%q' instances"
msgstr "creare '%q' istanze"
2019-02-22 15:04:54 -05:00
msgid "cannot create instance"
msgstr "impossibile creare un istanza"
2019-02-22 15:04:54 -05:00
msgid "cannot import name %q"
msgstr "impossibile imporate il nome %q"
2019-02-22 15:04:54 -05:00
msgid "cannot perform relative import"
msgstr "impossibile effettuare l'importazione relativa"
2019-02-22 15:04:54 -05:00
msgid "casting"
msgstr "casting"
2019-02-22 15:04:54 -05:00
msgid "characteristics includes an object that is not a Characteristic"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "chars buffer too small"
msgstr "buffer dei caratteri troppo piccolo"
2019-02-22 15:04:54 -05:00
msgid "chr() arg not in range(0x110000)"
msgstr "argomento di chr() non è in range(0x110000)"
2019-02-22 15:04:54 -05:00
msgid "chr() arg not in range(256)"
msgstr "argomento di chr() non è in range(256)"
2019-02-22 15:04:54 -05:00
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
msgstr ""
"il buffer del colore deve esseer di 3 byte (RGB) o 4 byte (RGB + pad byte)"
2019-02-22 15:04:54 -05:00
msgid "color buffer must be a buffer or int"
msgstr "il buffer del colore deve essere un buffer o un int"
2019-02-22 15:04:54 -05:00
msgid "color buffer must be a bytearray or array of type 'b' or 'B'"
msgstr ""
"buffer del colore deve essere un bytearray o un array di tipo 'b' o 'B'"
2019-02-22 15:04:54 -05:00
msgid "color must be between 0x000000 and 0xffffff"
msgstr "il colore deve essere compreso tra 0x000000 e 0xffffff"
2019-02-22 15:04:54 -05:00
msgid "color should be an int"
msgstr "il colore deve essere un int"
2019-02-22 15:04:54 -05:00
msgid "complex division by zero"
msgstr "complex divisione per zero"
2019-02-22 15:04:54 -05:00
msgid "complex values not supported"
msgstr "valori complessi non supportai"
2019-02-22 15:04:54 -05:00
msgid "compression header"
msgstr "compressione dell'header"
2019-02-22 15:04:54 -05:00
msgid "constant must be an integer"
msgstr "la costante deve essere un intero"
2019-02-22 15:04:54 -05:00
msgid "conversion to object"
msgstr "conversione in oggetto"
2019-02-22 15:04:54 -05:00
msgid "decimal numbers not supported"
msgstr "numeri decimali non supportati"
2019-02-22 15:04:54 -05:00
msgid "default 'except' must be last"
msgstr "'except' predefinito deve essere ultimo"
2019-02-22 15:04:54 -05:00
msgid ""
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
msgstr ""
2019-02-22 15:04:54 -05:00
"il buffer di destinazione deve essere un bytearray o un array di tipo 'B' "
"con bit_depth = 8"
2019-02-22 15:04:54 -05:00
msgid "destination buffer must be an array of type 'H' for bit_depth = 16"
msgstr ""
2019-02-22 15:04:54 -05:00
"il buffer di destinazione deve essere un array di tipo 'H' con bit_depth = 16"
2019-02-22 15:04:54 -05:00
msgid "destination_length must be an int >= 0"
msgstr "destination_length deve essere un int >= 0"
2019-02-22 15:04:54 -05:00
msgid "dict update sequence has wrong length"
msgstr "sequanza di aggiornamento del dizionario ha la lunghezza errata"
2019-02-22 15:04:54 -05:00
msgid "division by zero"
msgstr "divisione per zero"
2019-02-22 15:04:54 -05:00
msgid "either pos or kw args are allowed"
msgstr "sono permesse solo gli argomenti pos o kw"
2019-02-22 15:04:54 -05:00
msgid "empty"
msgstr "vuoto"
2019-02-22 15:04:54 -05:00
msgid "empty heap"
msgstr "heap vuoto"
2019-02-22 15:04:54 -05:00
msgid "empty separator"
msgstr "separatore vuoto"
2019-02-22 15:04:54 -05:00
msgid "empty sequence"
msgstr "sequenza vuota"
2019-02-22 15:04:54 -05:00
msgid "end of format while looking for conversion specifier"
msgstr ""
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "end_x should be an int"
msgstr "y dovrebbe essere un int"
#, c-format
msgid "error = 0x%08lX"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "exceptions must derive from BaseException"
msgstr "le eccezioni devono derivare da BaseException"
2019-02-22 15:04:54 -05:00
msgid "expected ':' after format specifier"
msgstr "':' atteso dopo lo specificatore di formato"
2019-02-22 15:04:54 -05:00
msgid "expected a DigitalInOut"
msgstr "DigitalInOut atteso"
2019-02-22 15:04:54 -05:00
msgid "expected tuple/list"
msgstr "lista/tupla prevista"
2019-02-22 15:04:54 -05:00
msgid "expecting a dict for keyword args"
msgstr "argomenti nominati necessitano un dizionario"
2019-02-22 15:04:54 -05:00
msgid "expecting a pin"
msgstr "pin atteso"
2019-02-22 15:04:54 -05:00
msgid "expecting an assembler instruction"
msgstr "istruzione assembler attesa"
2019-02-22 15:04:54 -05:00
msgid "expecting just a value for set"
msgstr "un solo valore atteso per set"
2019-02-22 15:04:54 -05:00
msgid "expecting key:value for dict"
msgstr "chiave:valore atteso per dict"
2019-02-22 15:04:54 -05:00
msgid "extra keyword arguments given"
msgstr "argomento nominato aggiuntivo fornito"
2019-02-22 15:04:54 -05:00
msgid "extra positional arguments given"
msgstr "argomenti posizonali extra dati"
msgid "ffi_prep_closure_loc"
msgstr "ffi_prep_closure_loc"
msgid "file must be a file opened in byte mode"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "filesystem must provide mount method"
msgstr "il filesystem deve fornire un metodo di mount"
2019-02-22 15:04:54 -05:00
msgid "first argument to super() must be type"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "firstbit must be MSB"
msgstr "il primo bit deve essere il più significativo (MSB)"
2019-02-22 15:04:54 -05:00
msgid "flash location must be below 1MByte"
msgstr "Locazione della flash deve essere inferiore a 1mb"
2019-02-22 15:04:54 -05:00
msgid "float too big"
msgstr "float troppo grande"
msgid "font must be 2048 bytes long"
msgstr "il font deve essere lungo 2048 byte"
msgid "format requires a dict"
msgstr "la formattazione richiede un dict"
2019-02-22 15:04:54 -05:00
msgid "frequency can only be either 80Mhz or 160MHz"
msgstr "la frequenza può essere o 80Mhz o 160Mhz"
2019-02-22 15:04:54 -05:00
msgid "full"
msgstr "pieno"
2019-02-22 15:04:54 -05:00
msgid "function does not take keyword arguments"
msgstr "la funzione non prende argomenti nominati"
#, c-format
2019-02-22 15:04:54 -05:00
msgid "function expected at most %d arguments, got %d"
msgstr "la funzione prevede al massimo %d argmoneti, ma ne ha ricevuti %d"
2019-02-22 15:04:54 -05:00
msgid "function got multiple values for argument '%q'"
msgstr "la funzione ha ricevuto valori multipli per l'argomento '%q'"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "function missing %d required positional arguments"
msgstr "mancano %d argomenti posizionali obbligatori alla funzione"
2019-02-22 15:04:54 -05:00
msgid "function missing keyword-only argument"
msgstr "argomento nominato mancante alla funzione"
2019-02-22 15:04:54 -05:00
msgid "function missing required keyword argument '%q'"
msgstr "argomento nominato '%q' mancante alla funzione"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "function missing required positional argument #%d"
msgstr "mancante il #%d argomento posizonale obbligatorio della funzione"
#, c-format
2019-02-22 15:04:54 -05:00
msgid "function takes %d positional arguments but %d were given"
msgstr ""
"la funzione prende %d argomenti posizionali ma ne sono stati forniti %d"
2019-02-22 15:04:54 -05:00
msgid "function takes exactly 9 arguments"
msgstr "la funzione prende esattamente 9 argomenti"
2019-02-22 15:04:54 -05:00
msgid "generator already executing"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "generator ignored GeneratorExit"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "graphic must be 2048 bytes long"
msgstr "graphic deve essere lunga 2048 byte"
2019-02-22 15:04:54 -05:00
msgid "heap must be a list"
msgstr "l'heap deve essere una lista"
2019-02-22 15:04:54 -05:00
msgid "identifier redefined as global"
msgstr "identificatore ridefinito come globale"
2019-02-22 15:04:54 -05:00
msgid "identifier redefined as nonlocal"
msgstr "identificatore ridefinito come nonlocal"
2019-02-22 15:04:54 -05:00
msgid "impossible baudrate"
msgstr "baudrate impossibile"
2019-02-22 15:04:54 -05:00
msgid "incomplete format"
msgstr "formato incompleto"
2019-02-22 15:04:54 -05:00
msgid "incomplete format key"
2018-12-03 15:57:27 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "incorrect padding"
msgstr "padding incorretto"
2018-12-03 15:57:27 -05:00
2019-02-22 15:04:54 -05:00
msgid "index out of range"
msgstr "indice fuori intervallo"
2019-02-22 15:04:54 -05:00
msgid "indices must be integers"
msgstr "gli indici devono essere interi"
2019-02-22 15:04:54 -05:00
msgid "inline assembler must be a function"
msgstr "inline assembler deve essere una funzione"
2019-02-22 15:04:54 -05:00
msgid "int() arg 2 must be >= 2 and <= 36"
msgstr "il secondo argomanto di int() deve essere >= 2 e <= 36"
2019-01-13 23:52:05 -05:00
2019-02-22 15:04:54 -05:00
msgid "integer required"
msgstr "intero richiesto"
2019-01-13 23:52:05 -05:00
2019-02-22 15:04:54 -05:00
msgid "interval not in range 0.0020 to 10.24"
2019-01-13 23:52:05 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "invalid I2C peripheral"
msgstr "periferica I2C invalida"
2019-01-13 23:52:05 -05:00
2019-02-22 15:04:54 -05:00
msgid "invalid SPI peripheral"
msgstr "periferica SPI invalida"
2019-01-13 23:52:05 -05:00
2019-02-22 15:04:54 -05:00
msgid "invalid alarm"
msgstr "alarm non valido"
2019-01-13 23:52:05 -05:00
2019-02-22 15:04:54 -05:00
msgid "invalid arguments"
msgstr "argomenti non validi"
2019-01-13 23:52:05 -05:00
2019-02-22 15:04:54 -05:00
msgid "invalid buffer length"
msgstr "lunghezza del buffer non valida"
2019-01-13 23:52:05 -05:00
2019-02-22 15:04:54 -05:00
msgid "invalid cert"
msgstr "certificato non valido"
2019-01-13 23:52:05 -05:00
2019-02-22 15:04:54 -05:00
msgid "invalid data bits"
msgstr "bit dati invalidi"
2019-01-13 23:52:05 -05:00
2019-02-22 15:04:54 -05:00
msgid "invalid dupterm index"
msgstr "indice dupterm non valido"
2019-01-13 23:52:05 -05:00
2019-02-22 15:04:54 -05:00
msgid "invalid format"
msgstr "formato non valido"
2019-02-22 15:04:54 -05:00
msgid "invalid format specifier"
msgstr "specificatore di formato non valido"
2019-02-22 15:04:54 -05:00
msgid "invalid key"
msgstr "chiave non valida"
2019-02-22 15:04:54 -05:00
msgid "invalid micropython decorator"
msgstr "decoratore non valido in micropython"
2019-02-22 15:04:54 -05:00
msgid "invalid pin"
msgstr "pin non valido"
2019-02-22 15:04:54 -05:00
msgid "invalid step"
msgstr "step non valida"
2019-02-22 15:04:54 -05:00
msgid "invalid stop bits"
msgstr "bit di stop invalidi"
2019-02-22 15:04:54 -05:00
msgid "invalid syntax"
msgstr "sintassi non valida"
2019-02-22 15:04:54 -05:00
msgid "invalid syntax for integer"
msgstr "sintassi invalida per l'intero"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "invalid syntax for integer with base %d"
msgstr "sintassi invalida per l'intero con base %d"
2019-02-22 15:04:54 -05:00
msgid "invalid syntax for number"
msgstr "sintassi invalida per il numero"
2019-02-22 15:04:54 -05:00
msgid "issubclass() arg 1 must be a class"
msgstr "il primo argomento di issubclass() deve essere una classe"
2019-02-22 15:04:54 -05:00
msgid "issubclass() arg 2 must be a class or a tuple of classes"
msgstr ""
"il secondo argomento di issubclass() deve essere una classe o una tupla di "
"classi"
2019-02-22 15:04:54 -05:00
msgid "join expects a list of str/bytes objects consistent with self object"
msgstr ""
2019-02-22 15:04:54 -05:00
"join prende una lista di oggetti str/byte consistenti con l'oggetto stesso"
2019-02-22 15:04:54 -05:00
msgid "keyword argument(s) not yet implemented - use normal args instead"
msgstr ""
2019-02-22 15:04:54 -05:00
"argomento(i) nominati non ancora implementati - usare invece argomenti "
"normali"
2019-02-22 15:04:54 -05:00
msgid "keywords must be strings"
msgstr "argomenti nominati devono essere stringhe"
2019-02-22 15:04:54 -05:00
msgid "label '%q' not defined"
msgstr "etichetta '%q' non definita"
2019-02-22 15:04:54 -05:00
msgid "label redefined"
msgstr "etichetta ridefinita"
2019-02-22 15:04:54 -05:00
msgid "len must be multiple of 4"
msgstr "len deve essere multiplo di 4"
2019-02-22 15:04:54 -05:00
msgid "length argument not allowed for this type"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "lhs and rhs should be compatible"
msgstr "lhs e rhs devono essere compatibili"
msgid "local '%q' has type '%q' but source is '%q'"
msgstr "local '%q' ha tipo '%q' ma sorgente è '%q'"
msgid "local '%q' used before type known"
msgstr "locla '%q' utilizzato prima che il tipo fosse noto"
msgid "local variable referenced before assignment"
msgstr "variabile locale richiamata prima di un assegnamento"
msgid "long int not supported in this build"
msgstr "long int non supportata in questa build"
2019-02-22 15:04:54 -05:00
msgid "map buffer too small"
msgstr "map buffer troppo piccolo"
2019-02-22 15:04:54 -05:00
msgid "math domain error"
msgstr "errore di dominio matematico"
2019-02-22 15:04:54 -05:00
msgid "maximum recursion depth exceeded"
msgstr "profondità massima di ricorsione superata"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "memory allocation failed, allocating %u bytes"
msgstr "allocazione di memoria fallita, allocando %u byte"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "memory allocation failed, allocating %u bytes for native code"
msgstr ""
"allocazione di memoria fallita, allocazione di %d byte per codice nativo"
2019-02-22 15:04:54 -05:00
msgid "memory allocation failed, heap is locked"
msgstr "allocazione di memoria fallita, l'heap è bloccato"
2019-02-22 15:04:54 -05:00
msgid "module not found"
msgstr "modulo non trovato"
2019-02-22 15:04:54 -05:00
msgid "multiple *x in assignment"
msgstr "*x multipli nell'assegnamento"
msgid "multiple bases have instance lay-out conflict"
2018-08-31 15:34:01 -04:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "multiple inheritance not supported"
msgstr "ereditarietà multipla non supportata"
2019-01-09 14:00:17 -05:00
2019-02-22 15:04:54 -05:00
msgid "must raise an object"
msgstr "deve lanciare un oggetto"
2019-01-09 14:00:17 -05:00
2019-02-22 15:04:54 -05:00
msgid "must specify all of sck/mosi/miso"
msgstr "è necessario specificare tutte le sck/mosi/miso"
2019-01-21 21:51:22 -05:00
2019-02-22 15:04:54 -05:00
msgid "must use keyword argument for key function"
msgstr ""
2019-01-21 21:51:22 -05:00
2019-02-22 15:04:54 -05:00
msgid "name '%q' is not defined"
msgstr "nome '%q'non definito"
2019-01-09 14:00:17 -05:00
#, fuzzy
2019-02-22 15:04:54 -05:00
msgid "name must be a string"
msgstr "argomenti nominati devono essere stringhe"
2018-08-31 15:34:01 -04:00
2019-02-22 15:04:54 -05:00
msgid "name not defined"
msgstr "nome non definito"
2019-01-21 21:51:22 -05:00
2019-02-22 15:04:54 -05:00
msgid "name reused for argument"
msgstr "nome riutilizzato come argomento"
2019-01-21 21:51:22 -05:00
2019-02-22 15:04:54 -05:00
msgid "native yield"
msgstr "yield nativo"
2018-08-31 15:34:01 -04:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "need more than %d values to unpack"
msgstr "necessari più di %d valori da scompattare"
2018-08-31 15:34:01 -04:00
2019-02-22 15:04:54 -05:00
msgid "negative power with no float support"
msgstr "potenza negativa senza supporto per float"
2018-08-31 15:34:01 -04:00
2019-02-22 15:04:54 -05:00
msgid "negative shift count"
2018-08-31 15:34:01 -04:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "no active exception to reraise"
msgstr "nessuna eccezione attiva da rilanciare"
2019-01-09 14:00:17 -05:00
#, fuzzy
2019-02-22 15:04:54 -05:00
msgid "no available NIC"
msgstr "busio.UART non ancora implementato"
2019-01-09 14:00:17 -05:00
2019-02-22 15:04:54 -05:00
msgid "no binding for nonlocal found"
msgstr "nessun binding per nonlocal trovato"
2019-01-09 14:00:17 -05:00
2019-02-22 15:04:54 -05:00
msgid "no module named '%q'"
msgstr "nessun modulo chiamato '%q'"
2019-01-09 14:00:17 -05:00
2019-02-22 15:04:54 -05:00
msgid "no such attribute"
msgstr "attributo inesistente"
2019-01-09 14:00:17 -05:00
2019-02-22 15:04:54 -05:00
msgid "non-default argument follows default argument"
msgstr "argomento non predefinito segue argmoento predfinito"
2019-01-21 21:51:22 -05:00
2019-02-22 15:04:54 -05:00
msgid "non-hex digit found"
msgstr "trovata cifra non esadecimale"
2019-01-09 14:00:17 -05:00
2019-02-22 15:04:54 -05:00
msgid "non-keyword arg after */**"
msgstr "argomento non nominato dopo */**"
msgid "non-keyword arg after keyword arg"
msgstr "argomento non nominato seguito da argomento nominato"
2019-01-09 14:00:17 -05:00
msgid "not a 128-bit UUID"
msgstr ""
2019-02-22 15:04:54 -05:00
#, c-format
msgid "not a valid ADC Channel: %d"
msgstr "canale ADC non valido: %d"
msgid "not all arguments converted during string formatting"
msgstr ""
2019-02-22 15:04:54 -05:00
"non tutti gli argomenti sono stati convertiti durante la formatazione in "
"stringhe"
2019-02-22 15:04:54 -05:00
msgid "not enough arguments for format string"
msgstr "argomenti non sufficienti per la stringa di formattazione"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "object '%s' is not a tuple or list"
msgstr "oggetto '%s' non è una tupla o una lista"
msgid "object does not support item assignment"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "object does not support item deletion"
2018-12-04 16:17:31 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "object has no len"
msgstr "l'oggetto non ha lunghezza"
2019-02-22 15:04:54 -05:00
msgid "object is not subscriptable"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "object not an iterator"
msgstr "l'oggetto non è un iteratore"
2019-02-22 15:04:54 -05:00
msgid "object not callable"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "object not in sequence"
msgstr "oggetto non in sequenza"
2019-02-22 15:04:54 -05:00
msgid "object not iterable"
msgstr "oggetto non iterabile"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "object of type '%s' has no len()"
msgstr "l'oggetto di tipo '%s' non implementa len()"
2019-02-22 15:04:54 -05:00
msgid "object with buffer protocol required"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "odd-length string"
msgstr "stringa di lunghezza dispari"
#, fuzzy
2019-02-22 15:04:54 -05:00
msgid "offset out of bounds"
msgstr "indirizzo fuori limite"
2019-02-22 15:04:54 -05:00
msgid "only slices with step=1 (aka None) are supported"
msgstr "solo slice con step=1 (aka None) sono supportate"
2019-02-22 15:04:54 -05:00
msgid "ord expects a character"
msgstr "ord() aspetta un carattere"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "ord() expected a character, but string of length %d found"
2019-01-18 14:44:53 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
"ord() aspettava un carattere, ma ha ricevuto una stringa di lunghezza %d"
2019-01-18 14:44:53 -05:00
2019-02-22 15:04:54 -05:00
msgid "overflow converting long int to machine word"
msgstr "overflow convertendo long int in parola"
2019-01-18 14:44:53 -05:00
2019-02-22 15:04:54 -05:00
msgid "palette must be 32 bytes long"
msgstr "la palette deve essere lunga 32 byte"
2019-01-31 12:38:29 -05:00
2019-02-22 15:04:54 -05:00
msgid "palette_index should be an int"
msgstr "palette_index deve essere un int"
msgid "parameter annotation must be an identifier"
2019-01-18 14:44:53 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "parameters must be registers in sequence a2 to a5"
msgstr "parametri devono essere i registri in sequenza da a2 a a5"
#, fuzzy
2019-02-22 15:04:54 -05:00
msgid "parameters must be registers in sequence r0 to r3"
msgstr "parametri devono essere i registri in sequenza da a2 a a5"
2019-02-22 15:04:54 -05:00
msgid "pin does not have IRQ capabilities"
msgstr "il pin non implementa IRQ"
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "pixel coordinates out of bounds"
msgstr "indirizzo fuori limite"
2019-02-22 15:04:54 -05:00
msgid "pixel value requires too many bits"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
msgstr "pixel_shader deve essere displayio.Palette o displayio.ColorConverter"
2019-02-22 15:04:54 -05:00
msgid "pop from an empty PulseIn"
msgstr "pop sun un PulseIn vuoto"
2019-02-22 15:04:54 -05:00
msgid "pop from an empty set"
msgstr "pop da un set vuoto"
2019-02-22 15:04:54 -05:00
msgid "pop from empty list"
msgstr "pop da una lista vuota"
2019-01-18 14:44:53 -05:00
2019-02-22 15:04:54 -05:00
msgid "popitem(): dictionary is empty"
msgstr "popitem(): il dizionario è vuoto"
2019-01-18 14:44:53 -05:00
msgid "position must be 2-tuple"
msgstr "position deve essere una 2-tuple"
2019-02-22 15:04:54 -05:00
msgid "pow() 3rd argument cannot be 0"
msgstr "il terzo argomento di pow() non può essere 0"
2019-02-22 15:04:54 -05:00
msgid "pow() with 3 arguments requires integers"
msgstr "pow() con 3 argomenti richiede interi"
2019-01-31 12:38:29 -05:00
2019-02-22 15:04:54 -05:00
msgid "queue overflow"
msgstr "overflow della coda"
msgid "rawbuf is not the same size as buf"
2019-01-31 12:38:29 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "readonly attribute"
msgstr "attributo non leggibile"
2019-02-22 15:04:54 -05:00
msgid "relative import"
msgstr "importazione relativa"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "requested length %d but object has length %d"
msgstr "lunghezza %d richiesta ma l'oggetto ha lunghezza %d"
2019-02-22 15:04:54 -05:00
msgid "return annotation must be an identifier"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "return expected '%q' but got '%q'"
msgstr "return aspettava '%q' ma ha ottenuto '%q'"
2019-02-22 15:04:54 -05:00
msgid "row must be packed and word aligned"
msgstr "la riga deve essere compattata e allineata alla parola"
2019-02-22 15:04:54 -05:00
msgid "rsplit(None,n)"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid ""
"sample_source buffer must be a bytearray or array of type 'h', 'H', 'b' or "
"'B'"
msgstr ""
"il buffer sample_source deve essere un bytearray o un array di tipo 'h', "
"'H', 'b' o 'B'"
2019-02-22 15:04:54 -05:00
msgid "sampling rate out of range"
msgstr "frequenza di campionamento fuori intervallo"
2019-02-22 15:04:54 -05:00
msgid "scan failed"
msgstr "scansione fallita"
2019-02-22 15:04:54 -05:00
msgid "schedule stack full"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "script compilation not supported"
msgstr "compilazione dello scrip non suportata"
msgid "services includes an object that is not a Service"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "sign not allowed in string format specifier"
msgstr "segno non permesso nello spcificatore di formato della stringa"
2019-02-22 15:04:54 -05:00
msgid "sign not allowed with integer format specifier 'c'"
msgstr "segno non permesso nello spcificatore di formato 'c' della stringa"
2019-02-22 15:04:54 -05:00
msgid "single '}' encountered in format string"
msgstr "'}' singolo presente nella stringa di formattazione"
2019-02-22 15:04:54 -05:00
msgid "sleep length must be non-negative"
msgstr "la lunghezza di sleed deve essere non negativa"
2019-01-31 12:38:29 -05:00
2019-02-22 15:04:54 -05:00
msgid "slice step cannot be zero"
msgstr "la step della slice non può essere zero"
2019-02-22 15:04:54 -05:00
msgid "small int overflow"
msgstr "small int overflow"
2019-02-22 15:04:54 -05:00
msgid "soft reboot\n"
msgstr "soft reboot\n"
2019-02-22 15:04:54 -05:00
msgid "start/end indices"
msgstr ""
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "start_x should be an int"
msgstr "y dovrebbe essere un int"
msgid "step must be non-zero"
msgstr "step deve essere non zero"
2019-02-22 15:04:54 -05:00
msgid "stop must be 1 or 2"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "stop not reachable from start"
msgstr "stop non raggiungibile dall'inizio"
2019-02-22 15:04:54 -05:00
msgid "stream operation not supported"
msgstr "operazione di stream non supportata"
2019-02-22 15:04:54 -05:00
msgid "string index out of range"
msgstr "indice della stringa fuori intervallo"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "string indices must be integers, not %s"
msgstr "indici della stringa devono essere interi, non %s"
2019-02-22 15:04:54 -05:00
msgid "string not supported; use bytes or bytearray"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "struct: cannot index"
msgstr "struct: impossibile indicizzare"
2019-02-22 15:04:54 -05:00
msgid "struct: index out of range"
msgstr "struct: indice fuori intervallo"
2019-02-22 15:04:54 -05:00
msgid "struct: no fields"
msgstr "struct: nessun campo"
2019-02-22 15:04:54 -05:00
msgid "substring not found"
msgstr "sottostringa non trovata"
2019-02-22 15:04:54 -05:00
msgid "super() can't find self"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "syntax error in JSON"
msgstr "errore di sintassi nel JSON"
2019-02-22 15:04:54 -05:00
msgid "syntax error in uctypes descriptor"
msgstr "errore di sintassi nel descrittore uctypes"
msgid "threshold must be in the range 0-65536"
msgstr "la soglia deve essere nell'intervallo 0-65536"
2019-02-22 15:04:54 -05:00
msgid "time.struct_time() takes a 9-sequence"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "time.struct_time() takes exactly 1 argument"
msgstr "time.struct_time() prende esattamente un argomento"
2019-02-22 15:04:54 -05:00
msgid "timeout >100 (units are now seconds, not msecs)"
msgstr ""
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "timeout must be >= 0.0"
msgstr "i bit devono essere 8"
2019-02-22 15:04:54 -05:00
msgid "timestamp out of range for platform time_t"
msgstr "timestamp è fuori intervallo per il time_t della piattaforma"
2019-02-22 15:04:54 -05:00
msgid "too many arguments"
msgstr "troppi argomenti"
2019-02-22 15:04:54 -05:00
msgid "too many arguments provided with the given format"
msgstr "troppi argomenti forniti con il formato specificato"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "too many values to unpack (expected %d)"
msgstr "troppi valori da scompattare (%d attesi)"
2019-02-22 15:04:54 -05:00
msgid "tuple index out of range"
msgstr "indice della tupla fuori intervallo"
2019-02-22 15:04:54 -05:00
msgid "tuple/list has wrong length"
msgstr "tupla/lista ha la lunghezza sbagliata"
2019-02-22 15:04:54 -05:00
msgid "tuple/list required on RHS"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "tx and rx cannot both be None"
msgstr "tx e rx non possono essere entrambi None"
2019-02-22 15:04:54 -05:00
msgid "type '%q' is not an acceptable base type"
msgstr "il tipo '%q' non è un tipo di base accettabile"
2019-02-22 15:04:54 -05:00
msgid "type is not an acceptable base type"
msgstr "il tipo non è un tipo di base accettabile"
2019-02-22 15:04:54 -05:00
msgid "type object '%q' has no attribute '%q'"
msgstr "l'oggetto di tipo '%q' non ha l'attributo '%q'"
2019-02-22 15:04:54 -05:00
msgid "type takes 1 or 3 arguments"
msgstr "tipo prende 1 o 3 argomenti"
2019-02-22 15:04:54 -05:00
msgid "ulonglong too large"
msgstr "ulonglong troppo grande"
2019-02-22 15:04:54 -05:00
msgid "unary op %q not implemented"
msgstr "operazione unaria %q non implementata"
2019-02-22 15:04:54 -05:00
msgid "unexpected indent"
msgstr "indentazione inaspettata"
2019-02-22 15:04:54 -05:00
msgid "unexpected keyword argument"
msgstr "argomento nominato inaspettato"
2019-01-18 14:44:53 -05:00
2019-02-22 15:04:54 -05:00
msgid "unexpected keyword argument '%q'"
msgstr "argomento nominato '%q' inaspettato"
2019-02-22 15:04:54 -05:00
msgid "unicode name escapes"
2019-01-18 14:44:53 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "unindent does not match any outer indentation level"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "unknown config param"
msgstr "parametro di configurazione sconosciuto"
#, c-format
2019-02-22 15:04:54 -05:00
msgid "unknown conversion specifier %c"
msgstr "specificatore di conversione %s sconosciuto"
2019-01-18 14:44:53 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "unknown format code '%c' for object of type '%s'"
msgstr "codice di formattaione '%c' sconosciuto per oggetto di tipo '%s'"
2019-01-18 14:44:53 -05:00
#, c-format
2019-02-22 15:04:54 -05:00
msgid "unknown format code '%c' for object of type 'float'"
msgstr "codice di formattazione '%c' sconosciuto per oggetto di tipo 'float'"
2019-01-18 14:44:53 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "unknown format code '%c' for object of type 'str'"
msgstr "codice di formattazione '%c' sconosciuto per oggetto di tipo 'str'"
2019-02-22 15:04:54 -05:00
msgid "unknown status param"
msgstr "prametro di stato sconosciuto"
2019-02-22 15:04:54 -05:00
msgid "unknown type"
msgstr "tipo sconosciuto"
2018-08-31 15:34:01 -04:00
2019-02-22 15:04:54 -05:00
msgid "unknown type '%q'"
msgstr "tipo '%q' sconosciuto"
2019-01-20 22:46:32 -05:00
2019-02-22 15:04:54 -05:00
msgid "unmatched '{' in format"
msgstr "'{' spaiato nella stringa di formattazione"
2019-02-22 15:04:54 -05:00
msgid "unreadable attribute"
msgstr "attributo non leggibile"
2019-02-22 15:04:54 -05:00
#, fuzzy, c-format
msgid "unsupported Thumb instruction '%s' with %d arguments"
msgstr "istruzione '%s' Xtensa non supportata con %d argomenti"
2019-02-22 15:04:54 -05:00
#, c-format
msgid "unsupported Xtensa instruction '%s' with %d arguments"
msgstr "istruzione '%s' Xtensa non supportata con %d argomenti"
2019-01-18 14:44:53 -05:00
2019-02-22 15:04:54 -05:00
msgid "unsupported bitmap type"
msgstr "tipo di bitmap non supportato"
2019-01-18 14:44:53 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "unsupported format character '%c' (0x%x) at index %d"
msgstr "carattere di formattazione '%c' (0x%x) non supportato all indice %d"
2019-01-18 14:44:53 -05:00
2019-02-22 15:04:54 -05:00
msgid "unsupported type for %q: '%s'"
msgstr "tipo non supportato per %q: '%s'"
2019-02-22 15:04:54 -05:00
msgid "unsupported type for operator"
msgstr "tipo non supportato per l'operando"
2018-08-31 15:34:01 -04:00
2019-02-22 15:04:54 -05:00
msgid "unsupported types for %q: '%s', '%s'"
msgstr "tipi non supportati per %q: '%s', '%s'"
2018-08-31 15:34:01 -04:00
2019-02-22 15:04:54 -05:00
msgid "wifi_set_ip_info() failed"
msgstr "wifi_set_ip_info() faillito"
2019-02-22 15:04:54 -05:00
msgid "write_args must be a list, tuple, or None"
2018-12-06 20:04:22 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "wrong number of arguments"
msgstr "numero di argomenti errato"
2018-12-06 20:04:22 -05:00
2019-02-22 15:04:54 -05:00
msgid "wrong number of values to unpack"
msgstr "numero di valori da scompattare non corretto"
2018-12-06 20:04:22 -05:00
#, fuzzy
2019-02-22 15:04:54 -05:00
msgid "x value out of bounds"
msgstr "indirizzo fuori limite"
2018-12-06 20:04:22 -05:00
2019-02-22 15:04:54 -05:00
msgid "y should be an int"
msgstr "y dovrebbe essere un int"
2019-02-12 18:01:52 -05:00
#, fuzzy
2019-02-22 15:04:54 -05:00
msgid "y value out of bounds"
msgstr "indirizzo fuori limite"
2019-02-22 15:04:54 -05:00
msgid "zero step"
msgstr "zero step"
#~ msgid "Only true color (24 bpp or higher) BMP supported %x"
#~ msgstr "Solo BMP true color (24 bpp o superiore) sono supportati %x"