Skip to content

Commit

Permalink
Merge pull request #144 from accabezas716/master
Browse files Browse the repository at this point in the history
Spanish
  • Loading branch information
rafajaques authored Oct 9, 2016
2 parents bd03026 + 41a701b commit d8fb18d
Showing 1 changed file with 109 additions and 0 deletions.
109 changes: 109 additions & 0 deletions app/locales/es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
{
"": "",
"Run code": "Ejecutar código",
"Clear": "Borrar",
"Settings": "Ajustes",
"About": "Acerca de",
"Save": "Guardar",
"Cancel": "Cancelar",
"General": "General",
"Editor": "Editor",
"PHP": "PHP",
"Language": "Lenguaje",
"Font size": "Tamaño de letra",
"Binary path": "Ruta binaria",
"Theme": "Tema",
"Import from file": "Importar desde archivo",
"Error": "Error",
"Could not import from file.": "No se puedo importar desde el archivo.",
"An error has occurred.": "Ha ocurido un error.",
"Word wrapping":"TODO:",
"Yes": "Si",
"No": "No",
"Highlight active line": "TODO:",
"Close": "Cerrar",
"This software is free and open source.": "Este programa es gratis y de código abierto.",
"The source is available at": "TODO:",
"Created by Rafael Jaques ([email protected]) with": "Creado por Rafael Jaques ([email protected]) con",
"Quit": "Salir",
"Mode": "Modo",
"Regular application": "Aplicación regular",
"Tray only": "TODO:",
"Requires restart": "Requiere reiniciar",
"Toggle mode": "TODO:",
"Edit": "Editar",
"Undo": "TODO:",
"Redo": "TODO:",
"Cut": "Cortar",
"Copy": "Copiar",
"Paste": "Pegar",
"Select All": "Seleccionar todo",
"View": "Vista",
"Increase font size": "Incrementar el tamaño de letra",
"Decrease font size": "Disminuir el tamaño de letra",
"Toggle Full Screen": "TODO:",
"Window": "Ventana",
"Minimize": "Minimizar",
"Help": "Ayuda",
"on GitHub": "en GitHub",
"Submit an issue": "Enviar un problema",
"Preferences": "Preferencias",
"Type PHP binary location": "TODO:",
"PHP Assistant: First run check...": "TODO:",
"Preparing to start app for the first time...": "Peparandose para empezar la aplicación por primera vez...",
"Browse to PHP binary": "TODO:",
"Done": "Hecho",
"PHP binary found!": "PHP bianrio encontrado!",
"Starting app...": "Iniciando aplicación...",
"Presentation mode": "Modo presentación",
"Auto run code": "Código de autoejecución",
"Services": "Servicios",
"Hide": "Ocultar",
"Hide Others": "Ocultar otros",
"Show All": "Mostrar todo",
"Bring All to Front": "Traer todo al frente",
"Could not find PHP binary!": "TODO:",
"Find PHP binary": "TODO:",
"Oops! Invalid binary or the file doesn't exists.": "Ups! PHP-Binary inválida o inexitente.",
"Output": "Salida",
"Presentation": "Presentación",
"Try to open secondary window in another display": "TODO:",
"Single Display Mode": "TODO:",
"Multi Display Mode": "TODO:",
"Invalid PHP binary": "TODO:",
"Version": "Version",
"Are you sure?": "Estás seguro?",
"Removing {{version}} version. Are you sure?": "Removiendo {{version}} version. Estás seguro?",
"OK": "OK",
"You don't have any PHP binary. Add one using the settings screen and try again.": "TODO:",
"Full screen": "Pantalla completa",
"Exit presentation mode": "Salir del modo presentación.",
"Working path": "Ruta de trabajo",
"Current working path": "Actual ruta de trabajo",
"Change working path": "Cambiar la ruta de trabajo",
"Reset working path": "Reiniciar la ruta de trabajo",
"Be careful! This is not a sandbox. The indiscriminate use of some functions may damage the system.": "TODO:",
"None": "Ninguno",
"Add binary": "Agregar binario",
"When a working path is set, your code will be executed in that directory context.": "TODO:",
"Update available": "Actualización disponible",
"Check for updates automatically": "Revisar actualizaciones automáticamente",
"Check for updates now": "Buscar actualizaciones ahora",
"Default font size": "Tamaño de letra por defecto",
"File": "Archivo",
"Don't change": "No cambiar",
"Updates": "Actualizaciones",
"Update presentation code as you type": "TODO:",
"Welcome": "Bienvenido",
"Welcome to PHP Assistant. Here are the usage instructions.": "TODO:",
"This application comes with a bundled PHP version.": "TODO:",
"If you have any other version, the application will attempt to automatically discover where PHP is. If not possible, you should indicate where the PHP executable\/binary is located.": "TODO:",
"If you installed tools such as XAMPP, you can use PHP that came along.": "TODO:",
"Once you are ready, click the button below to proceed.": "Una vez estes listo, presiona en el botón de abajo para seguir.",
"Next": "Siguiente",
"Choose mode": "Elegir modo",
"PHP Assistant works in two ways: as a common application and as an application of the notification bar. You can change this later.": "TODO:",
"Depending on the Linux distribution, status bar mode may not work.": "Dependiendo de la distribución de Linux, el modo de barra de estado puede no funcionar.",
"Tray application": "TODO:",
"Start application": "Empezar aplicación"
}

0 comments on commit d8fb18d

Please sign in to comment.