Move Gitlab webhook to an external plugin
This commit is contained in:
@@ -543,14 +543,8 @@ return array(
|
||||
'Your swimlane have been created successfully.' => 'Die Swimlane wurde erfolgreich angelegt.',
|
||||
'Example: "Bug, Feature Request, Improvement"' => 'Beispiel: "Bug, Funktionswünsche, Verbesserung"',
|
||||
'Default categories for new projects (Comma-separated)' => 'Standard-Kategorien für neue Projekte (Komma-getrennt)',
|
||||
'Gitlab commit received' => 'Gitlab-Commit erhalten',
|
||||
'Gitlab issue opened' => 'Gitlab-Issue eröffnet',
|
||||
'Gitlab issue closed' => 'Gitlab-Issue geschlossen',
|
||||
'Gitlab webhooks' => 'Gitlab-Webhook',
|
||||
'Help on Gitlab webhooks' => 'Hilfe für Gitlab-Webhooks',
|
||||
'Integrations' => 'Integration',
|
||||
'Integration with third-party services' => 'Integration von externen Diensten',
|
||||
'Gitlab Issue' => 'Gitlab-Issue',
|
||||
'Subtask Id' => 'Teilaufgaben-ID',
|
||||
'Subtasks' => 'Teilaufgaben',
|
||||
'Subtasks Export' => 'Export von Teilaufgaben',
|
||||
@@ -870,8 +864,6 @@ return array(
|
||||
'Remote user' => 'Remote-Benutzer',
|
||||
'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => 'Remote-Benutzer haben kein Passwort in der Kanboard Datenbank, Beispiel LDAP, Goole und Github Accounts',
|
||||
'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => 'Wenn die Box "Verbiete Login-Formular" angeschaltet ist, werden Eingaben in das Login Formular ignoriert.',
|
||||
'By @%s on Gitlab' => 'Durch @%s auf Gitlab',
|
||||
'Gitlab issue comment created' => 'Gitlab Ticket Kommentar erstellt',
|
||||
'New remote user' => 'Neuer Remote-Benutzer',
|
||||
'New local user' => 'Neuer lokaler Benutzer',
|
||||
'Default task color' => 'Voreingestellte Aufgabenfarbe',
|
||||
@@ -1047,7 +1039,6 @@ return array(
|
||||
'Project Manager' => 'Projekt Manager',
|
||||
'Project Member' => 'Projekt Mitglied',
|
||||
'Project Viewer' => 'Projekt Betrachter',
|
||||
'Gitlab issue reopened' => 'Gitlab Thema wiedereröffnet',
|
||||
'Your account is locked for %d minutes' => 'Ihr Zugang wurde für %d Minuten gesperrt',
|
||||
'Invalid captcha' => 'Ungültiges Captcha',
|
||||
'The name must be unique' => 'Der Name muss eindeutig sein',
|
||||
@@ -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