summaryrefslogtreecommitdiff
path: root/locale/it_IT.po
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-12-07 15:34:43 -0500
committerGitHub <noreply@github.com>2018-12-07 15:34:43 -0500
commit2fbaceb2b15ff7d2c368a6cf4dfc10881f5979e7 (patch)
tree60210206b73c579e74288333a3ecc4e8f233dd1b /locale/it_IT.po
parent481c4954afd161448aa37d353fa577d409d880c6 (diff)
parent89ef6eef575501e736ae528f13d9979e1302be63 (diff)
Merge pull request #1294 from tannewt/stack_check4.0.0-alpha.4
Add stack validity check and raise an error when it happens.
Diffstat (limited to 'locale/it_IT.po')
-rw-r--r--locale/it_IT.po224
1 files changed, 130 insertions, 94 deletions
diff --git a/locale/it_IT.po b/locale/it_IT.po
index 445d898d1..e9a970b85 100644
--- a/locale/it_IT.po
+++ b/locale/it_IT.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-12-04 16:17-0500\n"
+"POT-Creation-Date: 2018-12-06 17:04-0800\n"
"PO-Revision-Date: 2018-10-02 16:27+0200\n"
"Last-Translator: Enrico Paganin <enrico.paganin@mail.com>\n"
"Language-Team: \n"
@@ -151,11 +151,11 @@ msgstr "argomenti non validi"
msgid "script compilation not supported"
msgstr "compilazione dello scrip non suportata"
-#: main.c:155
+#: main.c:150
msgid " output:\n"
msgstr " output:\n"
-#: main.c:169 main.c:242
+#: main.c:164 main.c:237
msgid ""
"Auto-reload is on. Simply save files over USB to run them or enter REPL to "
"disable.\n"
@@ -163,71 +163,28 @@ msgstr ""
"L'auto-reload è attivo. Salva i file su USB per eseguirli o entra nel REPL "
"per disabilitarlo.\n"
-#: main.c:171
+#: main.c:166
msgid "Running in safe mode! Auto-reload is off.\n"
msgstr "Modalità sicura in esecuzione! Auto-reload disattivato.\n"
-#: main.c:173 main.c:244
+#: main.c:168 main.c:239
msgid "Auto-reload is off.\n"
msgstr "Auto-reload disattivato.\n"
-#: main.c:187
+#: main.c:182
msgid "Running in safe mode! Not running saved code.\n"
msgstr "Modalità sicura in esecuzione! Codice salvato non in esecuzione.\n"
-#: main.c:203
+#: main.c:198
msgid "WARNING: Your code filename has two extensions\n"
msgstr "ATTENZIONE: Il nome del sorgente ha due estensioni\n"
-#: main.c:251
-msgid "You requested starting safe mode by "
-msgstr "È stato richiesto l'avvio in modalità sicura da "
-
-#: main.c:254
-msgid "To exit, please reset the board without "
-msgstr "Per uscire resettare la scheda senza "
-
-#: main.c:261
-msgid ""
-"You are running in safe mode which means something really bad happened.\n"
-msgstr ""
-"Sei nella modalità sicura che significa che qualcosa di molto brutto è "
-"successo.\n"
-
-#: main.c:263
-msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
-msgstr ""
-"Sembra che il codice del core di CircuitPython sia crashato malamente. "
-"Whoops!\n"
-
-#: main.c:264
-msgid "Please file an issue here with the contents of your CIRCUITPY drive:\n"
-msgstr ""
-"Ti preghiamo di compilare una issue con il contenuto del tuo drie "
-"CIRCUITPY:\n"
-
-#: main.c:267
-msgid ""
-"The microcontroller's power dipped. Please make sure your power supply "
-"provides\n"
-msgstr ""
-"La potenza del microcontrollore è calata. Assicurati che l'alimentazione sia "
-"attaccata correttamente\n"
-
-#: main.c:268
-msgid ""
-"enough power for the whole circuit and press reset (after ejecting "
-"CIRCUITPY).\n"
-msgstr ""
-"abbastanza potenza per l'intero circuito e premere reset (dopo aver espulso "
-"CIRCUITPY).\n"
-
-#: main.c:272
+#: main.c:244
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."
-#: main.c:430
+#: main.c:407
msgid "soft reboot\n"
msgstr "soft reboot\n"
@@ -459,7 +416,7 @@ msgid "pop from an empty PulseIn"
msgstr "pop sun un PulseIn vuoto"
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c:237
-#: ports/esp8266/common-hal/pulseio/PulseIn.c:182 py/obj.c:420
+#: ports/esp8266/common-hal/pulseio/PulseIn.c:182 py/obj.c:422
msgid "index out of range"
msgstr "indice fuori intervallo"
@@ -1379,116 +1336,116 @@ msgstr "Operazione non supportata"
msgid "Invalid argument"
msgstr "Argomento non valido"
-#: py/obj.c:90
+#: py/obj.c:92
msgid "Traceback (most recent call last):\n"
msgstr "Traceback (chiamata più recente per ultima):\n"
-#: py/obj.c:94
+#: py/obj.c:96
msgid " File \"%q\", line %d"
msgstr " File \"%q\", riga %d"
-#: py/obj.c:96
+#: py/obj.c:98
msgid " File \"%q\""
msgstr " File \"%q\""
-#: py/obj.c:100
+#: py/obj.c:102
msgid ", in %q\n"
msgstr ", in %q\n"
-#: py/obj.c:257
+#: py/obj.c:259
msgid "can't convert to int"
msgstr "non è possibile convertire a int"
-#: py/obj.c:260
+#: py/obj.c:262
#, c-format
msgid "can't convert %s to int"
msgstr "non è possibile convertire %s a int"
-#: py/obj.c:320
+#: py/obj.c:322
msgid "can't convert to float"
msgstr "non è possibile convertire a float"
-#: py/obj.c:323
+#: py/obj.c:325
#, c-format
msgid "can't convert %s to float"
msgstr "non è possibile convertire %s a float"
-#: py/obj.c:353
+#: py/obj.c:355
msgid "can't convert to complex"
msgstr "non è possibile convertire a complex"
-#: py/obj.c:356
+#: py/obj.c:358
#, c-format
msgid "can't convert %s to complex"
msgstr "non è possibile convertire a complex"
-#: py/obj.c:371
+#: py/obj.c:373
msgid "expected tuple/list"
msgstr "lista/tupla prevista"
-#: py/obj.c:374
+#: py/obj.c:376
#, c-format
msgid "object '%s' is not a tuple or list"
msgstr "oggetto '%s' non è una tupla o una lista"
-#: py/obj.c:385
+#: py/obj.c:387
msgid "tuple/list has wrong length"
msgstr "tupla/lista ha la lunghezza sbagliata"
-#: py/obj.c:387
+#: py/obj.c:389
#, c-format
msgid "requested length %d but object has length %d"
msgstr "lunghezza %d richiesta ma l'oggetto ha lunghezza %d"
-#: py/obj.c:400
+#: py/obj.c:402
msgid "indices must be integers"
msgstr "gli indici devono essere interi"
-#: py/obj.c:403
+#: py/obj.c:405
msgid "%q indices must be integers, not %s"
msgstr "gli indici %q devono essere interi, non %s"
-#: py/obj.c:423
+#: py/obj.c:425
msgid "%q index out of range"
msgstr "indice %q fuori intervallo"
-#: py/obj.c:455
+#: py/obj.c:457
msgid "object has no len"
msgstr "l'oggetto non ha lunghezza"
-#: py/obj.c:458
+#: py/obj.c:460
#, c-format
msgid "object of type '%s' has no len()"
msgstr "l'oggetto di tipo '%s' non implementa len()"
-#: py/obj.c:496
+#: py/obj.c:500
msgid "object does not support item deletion"
msgstr ""
-#: py/obj.c:499
+#: py/obj.c:503
#, c-format
msgid "'%s' object does not support item deletion"
msgstr ""
-#: py/obj.c:503
+#: py/obj.c:507
msgid "object is not subscriptable"
msgstr ""
-#: py/obj.c:506
+#: py/obj.c:510
#, c-format
msgid "'%s' object is not subscriptable"
msgstr ""
-#: py/obj.c:510
+#: py/obj.c:514
msgid "object does not support item assignment"
msgstr ""
-#: py/obj.c:513
+#: py/obj.c:517
#, c-format
msgid "'%s' object does not support item assignment"
msgstr ""
-#: py/obj.c:544
+#: py/obj.c:548
msgid "object with buffer protocol required"
msgstr ""
@@ -2583,32 +2540,111 @@ msgstr "USB occupata"
msgid "USB Error"
msgstr "Errore USB"
-#~ msgid "Invalid Service type"
-#~ msgstr "Tipo di servizio non valido"
+#: supervisor/shared/safe_mode.c:97
+msgid "You requested starting safe mode by "
+msgstr "È stato richiesto l'avvio in modalità sicura da "
-#~ msgid "Can not query for the device address."
-#~ msgstr "Non è possibile trovare l'indirizzo del dispositivo."
+#: supervisor/shared/safe_mode.c:100
+msgid "To exit, please reset the board without "
+msgstr "Per uscire resettare la scheda senza "
-#~ msgid "Cannot set PPCP parameters."
-#~ msgstr "Impossibile impostare i parametri PPCP."
+#: supervisor/shared/safe_mode.c:107
+#, 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 "Cannot apply GAP parameters."
-#~ msgstr "Impossibile applicare i parametri GAP."
+#: supervisor/shared/safe_mode.c:109
+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 ""
-#~ msgid "Can not encode UUID, to check length."
-#~ msgstr "Non è possibile codificare l'UUID, lunghezza da controllare."
+#: supervisor/shared/safe_mode.c:111
+msgid "Crash into the HardFault_Handler.\n"
+msgstr ""
+
+#: supervisor/shared/safe_mode.c:113
+msgid "MicroPython NLR jump failed. Likely memory corruption.\n"
+msgstr ""
+
+#: supervisor/shared/safe_mode.c:115
+msgid "MicroPython fatal error.\n"
+msgstr ""
+
+#: supervisor/shared/safe_mode.c:118
+#, 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"
+
+#: supervisor/shared/safe_mode.c:120
+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 ""
+
+#: supervisor/shared/safe_mode.c:123
+msgid ""
+"The reset button was pressed while booting CircuitPython. Press again to "
+"exit safe mode.\n"
+msgstr ""
+
+#~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
+#~ msgstr ""
+#~ "Sembra che il codice del core di CircuitPython sia crashato malamente. "
+#~ "Whoops!\n"
+
+#~ msgid ""
+#~ "Please file an issue here with the contents of your CIRCUITPY drive:\n"
+#~ msgstr ""
+#~ "Ti preghiamo di compilare una issue con il contenuto del tuo drie "
+#~ "CIRCUITPY:\n"
+
+#~ msgid "Can not add Service."
+#~ msgstr "Non è possibile aggiungere Service."
#~ msgid "Can encode UUID into the advertisement packet."
#~ msgstr "È possibile codificare l'UUID nel pacchetto di advertisement."
+#~ msgid "Can not encode UUID, to check length."
+#~ msgstr "Non è possibile codificare l'UUID, lunghezza da controllare."
+
+#~ msgid "Can not add Characteristic."
+#~ msgstr "Non è possibile aggiungere Characteristic."
+
+#~ msgid "Can not query for the device address."
+#~ msgstr "Non è possibile trovare l'indirizzo del dispositivo."
+
+#~ msgid ""
+#~ "enough power for the whole circuit and press reset (after ejecting "
+#~ "CIRCUITPY).\n"
+#~ msgstr ""
+#~ "abbastanza potenza per l'intero circuito e premere reset (dopo aver "
+#~ "espulso CIRCUITPY).\n"
+
+#~ msgid "Cannot set PPCP parameters."
+#~ msgstr "Impossibile impostare i parametri PPCP."
+
#~ msgid "Can not apply device name in the stack."
#~ msgstr "Non è possibile inserire il nome del dipositivo nella lista."
+#~ msgid "Cannot apply GAP parameters."
+#~ msgstr "Impossibile applicare i parametri GAP."
+
#~ msgid "Can not apply advertisement data. status: 0x%02x"
#~ msgstr "Impossible inserire dati advertisement. status: 0x%02x"
-#~ msgid "Can not add Service."
-#~ msgstr "Non è possibile aggiungere Service."
-
-#~ msgid "Can not add Characteristic."
-#~ msgstr "Non è possibile aggiungere Characteristic."
+#~ msgid "Invalid Service type"
+#~ msgstr "Tipo di servizio non valido"