-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
159 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
|
||
# Output directories | ||
build/ | ||
out/ | ||
target/ | ||
bin/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
out/ | ||
/out | ||
node_modules | ||
*.vsix | ||
.vscode-test | ||
lib/** | ||
/lib | ||
.classpath | ||
.settings | ||
*nls.*.json | ||
src/proto/ | ||
/src/proto/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"client.connecting": "Cliente Gradle que se conecta al servidor ...", | ||
"client.connected": "Cliente Gradle conectado al servidor", | ||
"client.refreshingTasks": "{0} Gradle: tareas refrescantes", | ||
"client.errorGettingProject": "Error al obtener el proyecto para {0}: {1}", | ||
"client.completedTask": "Tarea completada {0}", | ||
"client.errorRunningTask": "Error al ejecutar la tarea: {0} {1}", | ||
"client.errorCancellingRunningTask": "Error al cancelar la tarea en ejecución: {0}", | ||
"client.errorCancellingRunningTasks": "Error al cancelar las tareas en ejecución", | ||
"client.errorCancellingGetProjects": "Error al cancelar proyectos get: {0}", | ||
"client.errorConnectingToServer": "Error al conectarse al servidor gradle: {0}", | ||
"client.runTaskCancelled": "Tarea cancelada: {0}", | ||
"client.getProjectCancelled": "Obtener proyecto cancelado: {0}", | ||
"client.grpcClientConstructionError": "No se puede construir el cliente gRPC: {0}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"commands.errorCancellingTask": "Error al cancelar la tarea: {0}", | ||
"commands.errorCancellingTasks": "Error al cancelar tareas: {0}", | ||
"commands.process.viewLogs": "Ver los registros", | ||
"commands.process.cancelProcess": "Cancelar proceso", | ||
"commands.process.gradleTasksProcess": "Proceso de tareas de Gradle", | ||
"commands.gradleTaskCancelling": "La tarea de Gradle se está cancelando, por favor espere", | ||
"commands.updateProjectConfigurationError": "No se puede actualizar la configuración del proyecto Java: {0}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"gradleView.runTask": "Ejecutar tarea", | ||
"gradleView.noTasksFound": "No se encontraron tareas", | ||
"gradleView.focusTaskError": "No se puede enfocar la tarea en el explorador: {0}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"server.gradleServerStarted": "Se inició el servidor Gradle", | ||
"server.gradleServerErrorStarting": "Error al iniciar el servidor gradle", | ||
"server.gradleServerStopped": "Servidor Gradle detenido", | ||
"server.restartServer": "Reiniciar servidor", | ||
"server.restartMessage": "Sin conexión al servidor gradle. Intenta reiniciar el servidor." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"tasks.getGradleProjectsError": "No se pueden obtener las carpetas de proyectos de gradle: {0}", | ||
"tasks.errorGettingProject": "Error al obtener el proyecto gradle", | ||
"tasks.refreshError": "No se pueden actualizar las tareas: {0}", | ||
"tasks.vsCodeTaskGenerateError": "No se pueden generar tareas de vscode a partir de tareas de gradle: {0}", | ||
"tasks.runTaskWithArgsExample": "Por ejemplo: {0}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.