mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 23:00:45 +01:00
A script can now be imported in the console. Moved all the MicroPython functions to python/port files. Change-Id: I0a23e8cb20005719b800e81470e1c574c702c3b7
8 lines
253 B
Plaintext
8 lines
253 B
Plaintext
Console = "Interprete de comandos"
|
|
AddScript = "Agregar un archivo"
|
|
ScriptOptions = "Opciones del archivo"
|
|
EditScript = "Editar el archivo"
|
|
RenameScript = "Renombrar el archivo"
|
|
AutoImportScript = "Importacion auto"
|
|
DeleteScript = "Eliminar el archivo"
|