Move Gitlab webhook to an external plugin
This commit is contained in:
@@ -543,14 +543,8 @@ return array(
|
||||
'Your swimlane have been created successfully.' => 'Seu swimlane foi criado com sucesso.',
|
||||
'Example: "Bug, Feature Request, Improvement"' => 'Exemplo: "Bug, Feature Request, Improvement"',
|
||||
'Default categories for new projects (Comma-separated)' => 'Categorias padrão para novos projectos (Separadas por vírgula)',
|
||||
'Gitlab commit received' => 'Commit recebido do Gitlab',
|
||||
'Gitlab issue opened' => 'Problema aberto no Gitlab',
|
||||
'Gitlab issue closed' => 'Problema fechado no Gitlab',
|
||||
'Gitlab webhooks' => 'Gitlab webhooks',
|
||||
'Help on Gitlab webhooks' => 'Ajuda sobre Gitlab webhooks',
|
||||
'Integrations' => 'Integrações',
|
||||
'Integration with third-party services' => 'Integração com serviços de terceiros',
|
||||
'Gitlab Issue' => 'Problema Gitlab',
|
||||
'Subtask Id' => 'ID da subtarefa',
|
||||
'Subtasks' => 'Subtarefas',
|
||||
'Subtasks Export' => 'Exportar subtarefas',
|
||||
@@ -870,8 +864,6 @@ return array(
|
||||
'Remote user' => 'Utilizador remoto',
|
||||
'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => 'Utilizadores remotos não guardam a password na base de dados do Kanboard, por exemplo: LDAP, contas do Google e Github.',
|
||||
'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => 'Se activar a opção "Desactivar login", as credenciais digitadas no login serão ignoradas.',
|
||||
'By @%s on Gitlab' => 'Por @%s no Gitlab',
|
||||
'Gitlab issue comment created' => 'Comentário a problema no Gitlab adicionado',
|
||||
'New remote user' => 'Novo utilizador remoto',
|
||||
'New local user' => 'Novo utilizador local',
|
||||
'Default task color' => 'Cor de tarefa por defeito',
|
||||
@@ -1047,7 +1039,6 @@ return array(
|
||||
'Project Manager' => 'Gestor de Projecto',
|
||||
'Project Member' => 'Membro de Projecto',
|
||||
'Project Viewer' => 'Visualizador de Projecto',
|
||||
'Gitlab issue reopened' => 'Problema Gitlab reaberto',
|
||||
'Your account is locked for %d minutes' => 'A sua conta está bloqueada por %d minutos',
|
||||
'Invalid captcha' => 'Captcha inválido',
|
||||
'The name must be unique' => 'O nome deve ser único',
|
||||
@@ -1094,4 +1085,5 @@ return array(
|
||||
// 'Two-Factor Provider: ' => '',
|
||||
// 'Disable two-factor authentication' => '',
|
||||
// 'Enable two-factor authentication' => '',
|
||||
// 'There is no integration registered at the moment.' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user