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
Copy file name to clipboardExpand all lines: lang/es.js
+43-43Lines changed: 43 additions & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -1,50 +1,50 @@
1
1
varlanguage={
2
2
'code_snippets': {
3
3
'title': 'Fragmentos de Codigo',
4
-
'description': "Code snippets are short blocks of code to re-use in your own programs. There are snippets for most common things you'll want to do using MicroPython.",
5
-
'instructions': "Select one of the snippets below, or type the snippet's trigger then tap the TAB key.",
6
-
'trigger_heading': 'trigger',
7
-
'description_heading': 'description',
8
-
'docs': 'create a comment to describe your code',
9
-
'wh': 'while some condition is True, keep looping over some code',
10
-
'with': 'do some stuff with something assigned to a name',
11
-
'cl': 'create a new class that defines the behaviour of a new type of object',
12
-
'def': 'define a named function that takes some arguments and optionally add a description',
13
-
'if': 'if some condition is True, do something',
14
-
'ei': 'else if some other condition is True, do something',
15
-
'el': 'else do some other thing',
16
-
'for': 'for each item in a collection of items do something with each item',
17
-
'try': 'try doing something and handle exceptions (errors)'
4
+
'description': "Los fragmentos de código son bloques cortos de código para reutilizar en tus programas. Hay fragmentos de las cosas más comunes que querrás hacer con MicroPython.",
5
+
'instructions': "Selecciona uno de los fragmentos o escribe el atajo del fragmento y presiona la tecla TAB.",
6
+
'trigger_heading': 'atajo',
7
+
'description_heading': 'descripción',
8
+
'docs': 'crea un comentario para describir tu código',
9
+
'wh': 'mientras que alguna condición es verdadera, continua ejecutando el código',
10
+
'with': 'haz algo con algo asignado a un nombre',
11
+
'cl': 'crea una nueva clase que define el comportamiento de un nuevo tipo de objeto',
12
+
'def': 'define una función con nombre propio que toma algunos argumentos y opcionalmente añade una descripción',
13
+
'if': 'si alguna condición es verdadera, haz algo',
14
+
'ei': 'de lo contrario, si alguna otra condición es verdadera, haz algo',
15
+
'el': 'de lo contratio, haz otra cosa',
16
+
'for': 'por cada elemento de una colección de elementos, haz algo con cada elemento',
17
+
'try': 'intenta hacer algo y maneja las excepciones (errores)'
18
18
},
19
19
'share': {
20
-
'title': 'Share Code',
21
-
'instructions': 'Use a password and optional hint (to help you remember the password) to securely create a link to share your code with others.',
22
-
'passphrase': 'Password: ',
23
-
'hint': 'Password hint: ',
24
-
'button': 'Create Link',
25
-
'description': 'This URL points to your code:',
26
-
'shortener': 'This is a short version of the link:'
20
+
'title': 'Compartir código',
21
+
'instructions': 'Use una contraseña y una sugerencia opcional (para ayudarte a recordar la contraseña) para crear de forma segura un enlace para compartir tu código con otros.',
22
+
'passphrase': 'Contraseña: ',
23
+
'hint': 'Pista de la contraseña: ',
24
+
'button': 'Crear enlace',
25
+
'description': 'Esta URL apunta a tu código:',
26
+
'shortener': 'Esta es una versión corta del enlace:'
27
27
},
28
28
'decrypt': {
29
-
'title': 'Decrypt Source Code',
30
-
'instructions': 'Enter a password to decrypt the source code.',
31
-
'passphrase': 'Password: ',
32
-
'button': 'Decrypt'
29
+
'title': 'Descifrar el Código Fuente',
30
+
'instructions': 'Entra una contraseña para descifrar el código fuente.',
31
+
'passphrase': 'Contraseña: ',
32
+
'button': 'Descifrar'
33
33
},
34
34
'alerts': {
35
-
'download': 'Safari has a bug that means your work will be downloaded as an un-named file. Please rename it to something ending in .hex. Alternatively, use a browser such as Firefox or Chrome. They do not suffer from this bug.',
36
-
'save': 'Safari has a bug that means your work will be downloaded as an un-named file. Please rename it to something ending in .py. Alternatively, use a browser such as Firefox or Chrome. They do not suffer from this bug.',
37
-
'load_code': 'Oops! Could not load the code into the hex file.',
38
-
'unrecognised_hex': "Sorry, we couldn't recognise this file",
39
-
'snippets': 'Snippets are disabled when blockly is enabled.',
35
+
'download': 'Safari tiene un error que significa que el trabajo se descargará como un archivo sin nombre. Por favor, cambia el nombre a algo que termine en .hex. Alternativamente, usa un navegador como Firefox o Chrome. No sufren de este error.',
36
+
'save': 'Safari tiene un error que significa que el trabajo se descargará como un archivo sin nombre. Por favor, cambia el nombre a algo que termine en .py. Alternativamente, usa un navegador como Firefox o Chrome. No sufren de este error.',
37
+
'load_code': '¡Uy! No se pudo añadir el código en el archivo hex.',
38
+
'unrecognised_hex': "Lo sentimos, no pudimos reconocer este archivo",
39
+
'snippets': 'Los fragmentos están deshabilitados cuando blockly está habilitado.',
40
40
'error': 'Error:\n',
41
-
'empty': 'The Python file does not have any content.',
42
-
'no_python': 'Could not find valid Python code in the hex file.',
43
-
'no_script': 'Hex file does not contain a Python script.',
44
-
'no_main': 'The hex file does not contain a main.py file.',
45
-
'cant_add_file': 'Could not add file to the system:',
46
-
'module_added': 'The "{{module_name}}" module has been added to the filesystem.',
47
-
'module_out_of_space': 'Could not add file to the system as there is no storage space left.'
41
+
'empty': 'El archivo Python no tiene ningún contenido.',
42
+
'no_python': 'No se pudo encontrar código válido de Python en el archivo hex.',
43
+
'no_script': 'El archivo hex no contiene un script de Python.',
44
+
'no_main': 'El archivo hex no contiene un archivo main.py.',
45
+
'cant_add_file': 'No se pudo añadir el archivo al sistema de archivos:',
46
+
'module_added': 'El módulo "{{module_name}}" se ha agregado al sistema de archivos.',
47
+
'module_out_of_space': 'No se pudo añadir el archivo al sistema ya que no queda espacio de almacenamiento.'
48
48
},
49
49
'help': {
50
50
'docs-link': {
@@ -71,12 +71,12 @@ var language = {
71
71
'mp-ver': 'Versión de MicroPython:'
72
72
},
73
73
'confirms': {
74
-
'quit': "Some of your changes have not been saved. Quit anyway?",
75
-
'blocks': "You have unsaved code. Using blocks will change your code. You may lose your changes. Do you want to continue?",
76
-
'replace_main': 'Adding a main.py file will replace the code in the editor!',
77
-
'replace_file': 'Do you want to replace the "{{file_name}}" file?',
78
-
'replace_module': 'Do you want to replace the "{{module_name}}" module?',
79
-
'download_py_multiple': 'This project contains multiple files that will not be saved using this format.\nWe recommend downloading the Hex file, which contains your entire project and can be loaded back into the editor.\n\n Are you sure you want to download the {{file_name}} file only?'
74
+
'quit': "Algunos de sus cambios no se han guardado. Salir de todos modos?",
75
+
'blocks': "Tienes un código sin guardar. Usar los bloques cambiará tu código. Puede perder tus cambios. ¿Quieres continuar?",
76
+
'replace_main': '¡Agregar un archivo main.py reemplazará el código en el editor!',
77
+
'replace_file': '¿Quieres reemplazar el archivo "{{file_name}}"?',
78
+
'replace_module': '¿Quieres reemplazar el módulo "{{module_name}}"?',
79
+
'download_py_multiple': 'Este proyecto contiene varios archivos que no se guardarán con este formato.\nRecomendamos descargar el archivo Hex, que contiene todo el proyecto y puede volver a cargarse en el editor.\n\n¿Estas seguro que quieres descargar el {{file_name}} archivo solo?'
0 commit comments