Move Github Webhook to external plugin
See: https://github.com/kanboard/plugin-github-webhook
This commit is contained in:
@@ -437,12 +437,6 @@ return array(
|
||||
'%s changed the assignee of the task %s to %s' => '%s cambió el concesionario de la tarea %s por %s',
|
||||
'New password for the user "%s"' => 'Nueva contraseña para el usuario "%s"',
|
||||
'Choose an event' => 'Seleccione un evento',
|
||||
'Github commit received' => 'Envío a Github recibido',
|
||||
'Github issue opened' => 'Abierto asunto en Github',
|
||||
'Github issue closed' => 'Cerrado asunto en Github',
|
||||
'Github issue reopened' => 'Reabierto asunto en Github',
|
||||
'Github issue assignee change' => 'Cambio en concesionario de asunto de Github',
|
||||
'Github issue label change' => 'Cambio en etiqueta de asunto de Github',
|
||||
'Create a task from an external provider' => 'Crear una tarea a partir de un proveedor externo',
|
||||
'Change the assignee based on an external username' => 'Cambiar el concesionario basado en un nombre de usuario externo',
|
||||
'Change the category based on an external label' => 'Cambiar la categoría basado en una etiqueta externa',
|
||||
@@ -487,10 +481,7 @@ return array(
|
||||
'Everybody have access to this project.' => 'Cualquiera tiene acceso a este proyecto',
|
||||
'Webhooks' => 'Disparadores Web (Webhooks)',
|
||||
'API' => 'API',
|
||||
'Github webhooks' => 'Disparadores Web (Webhooks) de Github',
|
||||
'Help on Github webhooks' => 'Ayuda con los Disparadores Web (Webhook) de Github',
|
||||
'Create a comment from an external provider' => 'Crear un comentario a partir de un proveedor externo',
|
||||
'Github issue comment created' => 'Creado el comentario del problema en Github',
|
||||
'Project management' => 'Administración del proyecto',
|
||||
'My projects' => 'Mis proyectos',
|
||||
'Columns' => 'Columnas',
|
||||
@@ -508,7 +499,6 @@ return array(
|
||||
'User repartition for "%s"' => 'Repartición para "%s"',
|
||||
'Clone this project' => 'Clonar este proyecto',
|
||||
'Column removed successfully.' => 'Columna eliminada correctamente',
|
||||
'Github Issue' => 'Problema con Github',
|
||||
'Not enough data to show the graph.' => 'No hay suficiente información para mostrar el gráfico.',
|
||||
'Previous' => 'Anterior',
|
||||
'The id must be an integer' => 'El id debe ser un entero',
|
||||
@@ -763,8 +753,6 @@ return array(
|
||||
'By @%s on Bitbucket' => 'Mediante @%s en Bitbucket',
|
||||
'Bitbucket Issue' => 'Asunto de Bitbucket',
|
||||
'Commit made by @%s on Bitbucket' => 'Envío realizado por @%s en Bitbucket',
|
||||
'Commit made by @%s on Github' => 'Envío realizado por @%s en Github',
|
||||
'By @%s on Github' => 'Por @%s en Github',
|
||||
'Commit made by @%s on Gitlab' => 'Envío realizado por @%s en Gitlab',
|
||||
'Add a comment log when moving the task between columns' => 'Añadir un comentario al mover la tarea entre columnas',
|
||||
'Move the task to another column when the category is changed' => 'Mover la tarea a otra columna cuando cambia la categoría',
|
||||
|
||||
Reference in New Issue
Block a user