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 mudou a assignação da tarefa %s para %s',
|
||||
'New password for the user "%s"' => 'Nova senha para o utilizador "%s"',
|
||||
'Choose an event' => 'Escolher um evento',
|
||||
'Github commit received' => 'Recebido commit do Github',
|
||||
'Github issue opened' => 'Problema aberto no Github',
|
||||
'Github issue closed' => 'Problema fechado no Github',
|
||||
'Github issue reopened' => 'Problema reaberto no Github',
|
||||
'Github issue assignee change' => 'Alterar assignação ao problema no Githubnge',
|
||||
'Github issue label change' => 'Alterar etiqueta do problema no Github',
|
||||
'Create a task from an external provider' => 'Criar uma tarefa por meio de um serviço externo',
|
||||
'Change the assignee based on an external username' => 'Alterar assignação com base num utilizador externo',
|
||||
'Change the category based on an external label' => 'Alterar categoria com base num rótulo externo',
|
||||
@@ -487,10 +481,7 @@ return array(
|
||||
'Everybody have access to this project.' => 'Todos possuem acesso a este projecto.',
|
||||
'Webhooks' => 'Webhooks',
|
||||
'API' => 'API',
|
||||
'Github webhooks' => 'Github webhooks',
|
||||
'Help on Github webhooks' => 'Ajuda para o Github webhooks',
|
||||
'Create a comment from an external provider' => 'Criar um comentário por meio de um serviço externo',
|
||||
'Github issue comment created' => 'Criado comentário ao problema no Github',
|
||||
'Project management' => 'Gestão de projectos',
|
||||
'My projects' => 'Os meus projectos',
|
||||
'Columns' => 'Colunas',
|
||||
@@ -508,7 +499,6 @@ return array(
|
||||
'User repartition for "%s"' => 'Redistribuição de utilizador para "%s"',
|
||||
'Clone this project' => 'Clonar este projecto',
|
||||
'Column removed successfully.' => 'Coluna removida com sucesso.',
|
||||
'Github Issue' => 'Problema no Github',
|
||||
'Not enough data to show the graph.' => 'Não há dados suficientes para mostrar o gráfico.',
|
||||
'Previous' => 'Anterior',
|
||||
'The id must be an integer' => 'O ID deve ser um número inteiro',
|
||||
@@ -763,8 +753,6 @@ return array(
|
||||
'By @%s on Bitbucket' => 'Por @%s no Bitbucket',
|
||||
'Bitbucket Issue' => 'Problema Bitbucket',
|
||||
'Commit made by @%s on Bitbucket' => 'Commit feito por @%s no Bitbucket',
|
||||
'Commit made by @%s on Github' => 'Commit feito por @%s no Github',
|
||||
'By @%s on Github' => 'Por @%s no Github',
|
||||
'Commit made by @%s on Gitlab' => 'Commit feito por @%s no Gitlab',
|
||||
'Add a comment log when moving the task between columns' => 'Adicionar um comentário de log quando uma tarefa é movida para uma outra coluna',
|
||||
'Move the task to another column when the category is changed' => 'Mover uma tarefa para outra coluna quando a categoria mudar',
|
||||
|
||||
Reference in New Issue
Block a user