Move Gitlab webhook to an external plugin
This commit is contained in:
@@ -543,14 +543,8 @@ return array(
|
||||
'Your swimlane have been created successfully.' => 'Ваша дорожка была успешно создан.',
|
||||
'Example: "Bug, Feature Request, Improvement"' => 'Например: "Баг, Фича, Улучшение"',
|
||||
'Default categories for new projects (Comma-separated)' => 'Стандартные категории для нового проекта (разделяются запятыми)',
|
||||
'Gitlab commit received' => 'Получен коммит с Gitlab',
|
||||
'Gitlab issue opened' => 'Gitlab вопрос открыт',
|
||||
'Gitlab issue closed' => 'Gitlab вопрос закрыт',
|
||||
'Gitlab webhooks' => 'Gitlab webhooks',
|
||||
'Help on Gitlab webhooks' => 'Помощь по Gitlab webhooks',
|
||||
'Integrations' => 'Интеграции',
|
||||
'Integration with third-party services' => 'Интеграция со сторонними сервисами',
|
||||
'Gitlab Issue' => 'Gitlab вопрос',
|
||||
'Subtask Id' => 'Id подзадачи',
|
||||
'Subtasks' => 'Подзадачи',
|
||||
'Subtasks Export' => 'Экспортировать подзадачи',
|
||||
@@ -870,8 +864,6 @@ return array(
|
||||
'Remote user' => 'Удаленный пользователь',
|
||||
'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => 'Учетные данные для входа через LDAP, Google и Github не будут сохранены в Kanboard.',
|
||||
'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => 'Если вы установите флажок "Запретить форму входа", учетные данные, введенные в форму входа будет игнорироваться.',
|
||||
'By @%s on Gitlab' => 'От @%s на Gitlab',
|
||||
'Gitlab issue comment created' => 'Был создан комментарий к задаче на Gitlab',
|
||||
'New remote user' => 'Новый удаленный пользователь',
|
||||
'New local user' => 'Новый локальный пользователь',
|
||||
'Default task color' => 'Стандартные цвета задач',
|
||||
@@ -1047,7 +1039,6 @@ return array(
|
||||
'Project Manager' => 'Менеджер проекта',
|
||||
'Project Member' => 'Участник проекта',
|
||||
'Project Viewer' => 'Наблюдатель проекта',
|
||||
'Gitlab issue reopened' => 'Gitlab вопрос переоткрыт',
|
||||
'Your account is locked for %d minutes' => 'Ваш аккаунт заблокирован на %d минут',
|
||||
'Invalid captcha' => 'Неверный код подтверждения',
|
||||
'The name must be unique' => 'Имя должно быть уникальным',
|
||||
@@ -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