|
| 1 | + |
| 2 | + |
| 3 | +# --------------------------------------- |
| 4 | +# Language: Spanish (es) |
| 5 | +# --------------------------------------- |
| 6 | + |
| 7 | + |
| 8 | +# --------------------------------------- |
| 9 | +# Menu |
| 10 | + |
| 11 | +# | File | Edit | Sketch | Library | Tools | Help | |
| 12 | +# | File | |
| 13 | +menu.file = Archivo |
| 14 | +menu.file.new = Nuevo |
| 15 | +menu.file.open = Abrir... |
| 16 | +menu.file.sketchbook = Sketchbook |
| 17 | +menu.file.recent = Recientes |
| 18 | +menu.file.examples = Ejemplos... |
| 19 | +menu.file.close = Cerrar |
| 20 | +menu.file.save = Guardar |
| 21 | +menu.file.save_as = Guardar como... |
| 22 | +menu.file.export_application = Exportar Aplicación... |
| 23 | +menu.file.page_setup = Configurar página |
| 24 | +menu.file.print = Imprimir... |
| 25 | +menu.file.preferences = Preferencias... |
| 26 | +menu.file.quit = Salir |
| 27 | + |
| 28 | +# | File | Edit | Sketch | Library | Tools | Help | |
| 29 | +# | Edit | |
| 30 | +menu.edit = Editar |
| 31 | +menu.edit.undo = Deshacer |
| 32 | +menu.edit.redo = Rehacer |
| 33 | +menu.edit.cut = Cortar |
| 34 | +menu.edit.copy = Copiar |
| 35 | +menu.edit.copy_as_html = Copar como HTML |
| 36 | +menu.edit.paste = Pegar |
| 37 | +menu.edit.select_all = Seleccionar todo |
| 38 | +menu.edit.auto_format = Autoformato |
| 39 | +menu.edit.comment_uncomment = Comentar/Descomentar |
| 40 | +menu.edit.increase_indent = \u2192 Aumentar indentación |
| 41 | +menu.edit.decrease_indent = \u2190 Reducir indentación |
| 42 | +menu.edit.find = Buscar... |
| 43 | +menu.edit.find_next = Buscar siguiente |
| 44 | +menu.edit.find_previous = Buscar anterior |
| 45 | +menu.edit.use_selection_for_find = Usar selección para buscar |
| 46 | + |
| 47 | +# | File | Edit | Sketch | Library | Tools | Help | |
| 48 | +# | Sketch | |
| 49 | +menu.sketch = Sketch |
| 50 | +menu.sketch.show_sketch_folder = Mostrar carpeta de sketches |
| 51 | +menu.sketch.add_file = Añadir archivo |
| 52 | + |
| 53 | +# | File | Edit | Sketch | Library | Tools | Help | |
| 54 | +# | Library | |
| 55 | +menu.library = Importar biblioteca... |
| 56 | +menu.library.add_library = Añadir biblioteca... |
| 57 | +menu.library.contributed = Contribuidas |
| 58 | +menu.library.no_core_libraries = el modo no tiene bibliotecas incluidas |
| 59 | + |
| 60 | +# | File | Edit | Sketch | Library | Tools | Help | |
| 61 | +# | Tools | |
| 62 | +menu.tools = Herramientas |
| 63 | +menu.tools.color_selector = Selector de colores... |
| 64 | +menu.tools.create_font = Crear fuente... |
| 65 | +menu.tools.archive_sketch = Archivar sketch |
| 66 | +menu.tools.fix_the_serial_lbrary = Corregir la biblioteca de serie |
| 67 | +menu.tools.install_processing_java = Instalar "processing-java" |
| 68 | +menu.tools.add_tool = Añadir herramienta... |
| 69 | + |
| 70 | +# | File | Edit | Sketch | Library | Tools | Help | |
| 71 | +# | Help | |
| 72 | +menu.help = Ayuda |
| 73 | +menu.help.about = Acerca de Processing |
| 74 | +menu.help.environment = Entorno |
| 75 | +menu.help.reference = Referencia |
| 76 | +menu.help.find_in_reference = Buscar en la referencia |
| 77 | +menu.help.online = Online |
| 78 | +menu.help.getting_started = Primeros Pasos |
| 79 | +menu.help.getting_started.url = http://processing.org/learning/gettingstarted/ |
| 80 | +menu.help.troubleshooting = Resolución de problemas |
| 81 | +menu.help.troubleshooting.url = http://wiki.processing.org/w/Troubleshooting |
| 82 | +menu.help.faq = Preguntas Frecuentes |
| 83 | +menu.help.faq.url = http://wiki.processing.org/w/FAQ |
| 84 | +menu.help.foundation = The Processing Foundation |
| 85 | +menu.help.foundation.url = http://processing.org/foundation/ |
| 86 | +menu.help.visit = Visitar Processing.org |
| 87 | +menu.help.visit.url = http://processing.org/ |
| 88 | + |
| 89 | + |
| 90 | +# --------------------------------------- |
| 91 | +# Basics |
| 92 | + |
| 93 | +# Buttons |
| 94 | +prompt.yes = Sí |
| 95 | +prompt.no = No |
| 96 | +prompt.cancel = Cancelar |
| 97 | +prompt.ok = Aceptar |
| 98 | +prompt.browse = Buscar |
| 99 | +prompt.export = Exportar |
| 100 | + |
| 101 | + |
| 102 | +# --------------------------------------- |
| 103 | +# Frames |
| 104 | + |
| 105 | +# Open (Frame) |
| 106 | +open = Abrir un sketch de Processing... |
| 107 | + |
| 108 | +# Save (Frame) |
| 109 | +save = Guardar directorio de sketches... |
| 110 | +save.title = Deseas guardar cambios a este sketch<br> antes de cerrar? |
| 111 | +save.hint = Si no los guardas, tus cambios se perderán. |
| 112 | +save.btn.save = Guardar |
| 113 | +save.btn.dont_save = No guardar |
| 114 | + |
| 115 | +# Preferences (Frame) |
| 116 | +preferences = Preferencias |
| 117 | +preferences.button.width = 80 |
| 118 | +preferences.requires_restart = requiere reiniciar Processing |
| 119 | +preferences.sketchbook_location = Ubicación del sketchbook |
| 120 | +preferences.language = Idioma |
| 121 | +preferences.editor_and_console_font = Fuenta de la consola y el editor |
| 122 | +preferences.editor_font_size = Tamaño de letra del editor |
| 123 | +preferences.console_font_size = Tamaño de letra de la consola |
| 124 | +preferences.background_color = Color de fondo en modo presentación |
| 125 | +preferences.use_smooth_text = Usar texto suavizado en la ventana del editor |
| 126 | +preferences.enable_complex_text_input = Habilitar el ingreso de caracteres complejos |
| 127 | +preferences.enable_complex_text_input_example = ej. Japonés |
| 128 | +preferences.continuously_check = Comprobar errores de forma continua |
| 129 | +preferences.show_warnings = Mostrar advertencias |
| 130 | +preferences.code_completion = Autocompletado de código |
| 131 | +preferences.trigger_with = Activar con |
| 132 | +preferences.cmd_space = espacio |
| 133 | +preferences.increase_max_memory = Aumentar memoria máxima disponible a |
| 134 | +preferences.delete_previous_folder_on_export = Eliminar directorio anterior al exportar |
| 135 | +preferences.hide_toolbar_background_image = Ocultar imagen de fondo de la barra de herramientas |
| 136 | +preferences.check_for_updates_on_startup = Comprobar actualizaciones al iniciar |
| 137 | +preferences.run_sketches_on_display = Ejecutar sketches en la pantalla |
| 138 | +preferences.run_sketches_on_display.tip = \ |
| 139 | +Configura la pantalla donde los sketches se abren inicialmente.<br>\ |
| 140 | +Como es habitual, si la ventana del sketch se mueve, se volverá a abrir<br>\ |
| 141 | +en la misma ubicación. Sin embargo, al ejecutar en modo presentación<br>\ |
| 142 | +(pantalla completa), esta pantalla será utilizada siempre. |
| 143 | +preferences.automatically_associate_pde_files = Asociar automáticamente archivos .pde con Processing |
| 144 | +preferences.launch_programs_in = Ejecutar programs en |
| 145 | +preferences.launch_programs_in.mode = modo |
| 146 | +preferences.file = Puedes editar otras preferencias modificando directamente el archivo |
| 147 | +preferences.file.hint = asegúrate de que Processing está cerrado antes de editar este archivo |
| 148 | + |
| 149 | +# Sketchbook Location (Frame) |
| 150 | +sketchbook_location = Select new sketchbook location |
| 151 | + |
| 152 | +# Export (Frame) |
| 153 | +export = Opciones de exportación |
| 154 | +export.platforms = Plataformas |
| 155 | +export.options = Opciones |
| 156 | +export.options.fullscreen = Pantalla completa (Modo Presentación) |
| 157 | +export.options.show_stop_button = Mostrar un botón de Detener |
| 158 | +export.description.line1 = Exportar a Aplicación crea aplicaciones ejecutables, |
| 159 | +export.description.line2 = independientes para las plataformas seleccionadas. |
| 160 | + |
| 161 | +# Find (Frame) |
| 162 | +find = Buscar |
| 163 | +find.find = Buscar: |
| 164 | +find.replace_with = Reemplazar con: |
| 165 | +find.ignore_case = Ignorar mayúsculas |
| 166 | +find.all_tabs = Todas las pestañas |
| 167 | +find.wrap_around = Continuar buscando |
| 168 | +find.btn.replace_all = Reemplazar todo |
| 169 | +find.btn.replace = Reemplazar |
| 170 | +find.btn.find_and_replace = Buscar y reemplazar |
| 171 | +find.btn.previous = Anterior |
| 172 | +find.btn.find = Buscar |
| 173 | + |
| 174 | +# Find in reference (Frame) |
| 175 | +find_in_reference = Buscar en el manual de referencia |
| 176 | + |
| 177 | +# Library Manager (Frame) |
| 178 | +library.category = Categoría: |
| 179 | +library.filter_your_search = Filtrar tu búsqueda... |
| 180 | + |
| 181 | +# File (Frame) |
| 182 | +file = Selecciona una imagen u otro archivo de datos para copiar a tu sketch |
| 183 | + |
| 184 | +# Create Font (Frame) |
| 185 | +create_font = Crear fuente |
| 186 | + |
| 187 | +# Color Selector (Frame) |
| 188 | +color_selector = Selector de colores |
| 189 | + |
| 190 | +# Archive Sketch (Frame) |
| 191 | +archive_sketch = Archivar sketch como... |
| 192 | + |
| 193 | + |
| 194 | +# --------------------------------------- |
| 195 | +# Toolbar |
| 196 | + |
| 197 | +# [Run/Present] [Stop] [New] [Open] [Save] |
| 198 | +toolbar.run = Ejecutar |
| 199 | +toolbar.present = Presentar |
| 200 | +toolbar.stop = Detener |
| 201 | +toolbar.new = Nuevo |
| 202 | +toolbar.open = Abrir |
| 203 | +toolbar.save = Guardar |
| 204 | +toolbar.export_application = Exportar Aplicación |
| 205 | +toolbar.add_mode = Añadir modo... |
| 206 | + |
| 207 | +# [Tab1] [Tab2] [v] |
| 208 | +editor.header.new_tab = Nueva pestaña |
| 209 | +editor.header.rename = Renombrar |
| 210 | +editor.header.delete = Eliminar |
| 211 | +editor.header.previous_tab = Pestaña anterior |
| 212 | +editor.header.next_tab = Pestaña siguiente |
| 213 | +editor.header.delete.warning.title = No |
| 214 | +editor.header.delete.warning.text = No puedes eliminar la última pestaña del último sketch abierto |
0 commit comments