You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
editor.status.missing.add = Considera di aggiungere "%s"
363
+
editor.status.reserved_words = "color" e "int" sono parole riservate e non possono essere usate come nome di una variabile
364
+
editor.status.undefined_method = La funzione "%s(%s)" non esiste
365
+
editor.status.undefined_constructor = Il costruttore "%s(%s)" non esiste
366
+
editor.status.empty_param = La funzione "%s()" non richiede alcun parametro
367
+
editor.status.wrong_param = La funzione "%s()" si aspetta dei parametri come: "%s(%s)"
368
+
editor.status.undef_global_var = La variabile globale "%s" non esiste
369
+
editor.status.undef_class = La classe "%s" non esiste
370
+
editor.status.undef_var = La variabile "%s" non esiste
371
+
editor.status.undef_name = Il nome "%s" non può essere riconosciuto
372
+
editor.status.type_mismatch = Errore di battitura, "%s" non combacia con "%s"
373
+
editor.status.unused_variable = Il valore della variabile locale "%s" non è usato
374
+
editor.status.uninitialized_variable = La variabile locale "%s" potrebbe non essere stata inizializzata
375
+
editor.status.no_effect_assignment = L'assegnazione alla variabile "%s" non ha effetto
376
+
editor.status.hiding_enclosing_type = La classe "%s" non può avere lo stesso nome del tuo sketch o della classe che la contiene
377
377
378
378
# Footer buttons
379
-
editor.footer.errors = Errors
380
-
editor.footer.errors.problem = Problem
379
+
editor.footer.errors = Errori
380
+
editor.footer.errors.problem = Problemi
381
381
editor.footer.errors.tab = Tab
382
-
editor.footer.errors.line = Line
382
+
editor.footer.errors.line = Linea
383
383
editor.footer.console = Console
384
384
385
385
# New handler
386
-
new.messages.is_read_only = Sketch is Read-Only
387
-
new.messages.is_read_only.description = Some files are marked "read-only", so you will\nneed to re-save the sketch in another location,\nand try again.
386
+
new.messages.is_read_only = Lo sketch è in modalità sola lettura.
387
+
new.messages.is_read_only.description = Alcuni files sono in sola lettura, quindi devi\nsalvare lo sketch in un'altra cartella,\ne provare di nuovo.
388
388
389
389
# Rename handler
390
-
rename.messages.is_untitled = Sketch is Untitled
391
-
rename.messages.is_untitled.description = How about saving the sketch first\nbefore trying to rename it?
392
-
rename.messages.is_modified = Please save the sketch before renaming.
393
-
rename.messages.is_read_only = Sketch is Read-Only
394
-
rename.messages.is_read_only.description = Some files are marked "read-only", so you will\nneed to re-save the sketch in another location,\nand try again.
390
+
rename.messages.is_untitled = Sketch senza nome
391
+
rename.messages.is_untitled.description = Che ne dici di salvare lo sketch\nprima di provare a rinominarlo?
392
+
rename.messages.is_modified = Per favore salva lo sketch prima di rinominarlo.
393
+
rename.messages.is_read_only = Lo sketch è in modalità sola lettura.
394
+
rename.messages.is_read_only.description = Alcuni files sono in sola lettura, quindi devi\nsalvare lo sketch in un'altra cartella,\ne provare di nuovo.
395
395
396
396
# Naming handler
397
397
name.messages.problem_renaming = Problem with rename
delete.messages.cannot_delete.description = You cannot delete a sketch that has not been saved.
413
413
delete.messages.cannot_delete.file = Could not do it
414
414
delete.messages.cannot_delete.file.description = Could not delete
415
-
delete.messages.is_read_only = Sketch is Read-Only
416
-
delete.messages.is_read_only.description = Some files are marked "read-only", so you will\nneed to re-save the sketch in another location,\nand try again.
415
+
delete.messages.is_read_only = Lo sketch è in modalità sola lettura.
416
+
delete.messages.is_read_only.description = Alcuni files sono in sola lettura, quindi devi\nsalvare lo sketch in un'altra cartella,\ne provare di nuovo.
417
417
418
418
# Save handler
419
-
save_file.messages.is_read_only = Sketch is read-only
420
-
save_file.messages.is_read_only.description = Some files are marked "read-only", so you will\nneed to re-save this sketch to another location.
419
+
save_file.messages.is_read_only = Lo sketch è in modalità sola lettura.
420
+
save_file.messages.is_read_only.description = Alcuni files sono in sola lettura, quindi devi\nsalvare questo sketch in un'altra cartella.
421
421
save_file.messages.sketch_exists = Cannot Save
422
422
save_file.messages.sketch_exists.description = A sketch with the cleaned name\n“%s” already exists.
423
423
save_file.messages.tab_exists = Nope
@@ -426,8 +426,8 @@ save_file.messages.recursive_save = How very Borges of you
426
426
save_file.messages.recursive_save.description = You cannot save the sketch into a folder\ninside itself. This would go on forever.
427
427
428
428
# Add handler
429
-
add_file.messages.is_read_only = Sketch is Read-Only
430
-
add_file.messages.is_read_only.description = Some files are marked "read-only", so you will\nneed to re-save the sketch in another location,\nand try again.
429
+
add_file.messages.is_read_only = Lo sketch è in modalità sola lettura.
430
+
add_file.messages.is_read_only.description = Alcuni files sono in sola lettura, quindi devi\nsalvare lo sketch in un'altra cartella,\ne provare di nuovo.
431
431
add_file.messages.confirm_replace = Replace the existing version of %s?
warn.cannot_change_mode.body = Impossibile cambiare modalità,\npoichè la modalità "%s" non è compatibile con quella corrente.
537
537
538
538
539
539
# ---------------------------------------
540
540
# Update Check
541
541
542
542
update_check = Aggiorna
543
-
update_check.updates_available.core = A new version of Processing is available,\nwould you like to visit the Processing download page?
543
+
update_check.updates_available.core = Una nuova versione di Processing è disponibile,\nvuoi visitare la pagina di download del sito di Processing?
544
544
update_check.updates_available.contributions = There are updates available for some of the installed contributions,\nwould you like to open the the Contribution Manager now?
0 commit comments