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 がタスク %s の担当を %s に変更しました',
|
||||
'New password for the user "%s"' => 'ユーザ「%s」の新しいパスワード',
|
||||
'Choose an event' => 'イベントの選択',
|
||||
'Github commit received' => 'Github のコミットを受け取った',
|
||||
'Github issue opened' => 'Github Issue がオープンされた',
|
||||
'Github issue closed' => 'Github Issue がクローズされた',
|
||||
'Github issue reopened' => 'Github Issue が再オープンされた',
|
||||
'Github issue assignee change' => 'Github Issue の担当が変更された',
|
||||
'Github issue label change' => 'Github のラベルが変更された',
|
||||
'Create a task from an external provider' => 'タスクを外部サービスから作成する',
|
||||
'Change the assignee based on an external username' => '担当者を外部サービスに基いて変更する',
|
||||
'Change the category based on an external label' => 'カテゴリを外部サービスに基いて変更する',
|
||||
@@ -487,10 +481,7 @@ return array(
|
||||
'Everybody have access to this project.' => '誰でもこのプロジェクトにアクセスできます。',
|
||||
'Webhooks' => 'Webhook',
|
||||
'API' => 'API',
|
||||
'Github webhooks' => 'Github Webhook',
|
||||
'Help on Github webhooks' => 'Github webhook のヘルプ',
|
||||
'Create a comment from an external provider' => '外部サービスからコメントを作成する',
|
||||
'Github issue comment created' => 'Github Issue コメントが作られました',
|
||||
'Project management' => 'プロジェクト・マネジメント',
|
||||
'My projects' => '自分のプロジェクト',
|
||||
'Columns' => 'カラム',
|
||||
@@ -508,7 +499,6 @@ return array(
|
||||
'User repartition for "%s"' => '「%s」の担当者分布',
|
||||
'Clone this project' => 'このプロジェクトを複製する',
|
||||
'Column removed successfully.' => 'カラムを削除しました',
|
||||
'Github Issue' => 'Github Issue',
|
||||
'Not enough data to show the graph.' => 'グラフを描画するには出たが足りません',
|
||||
'Previous' => '戻る',
|
||||
'The id must be an integer' => 'id は数字でなければなりません',
|
||||
@@ -763,8 +753,6 @@ return array(
|
||||
// 'By @%s on Bitbucket' => '',
|
||||
// 'Bitbucket Issue' => '',
|
||||
// 'Commit made by @%s on Bitbucket' => '',
|
||||
// 'Commit made by @%s on Github' => '',
|
||||
// 'By @%s on Github' => '',
|
||||
// 'Commit made by @%s on Gitlab' => '',
|
||||
// 'Add a comment log when moving the task between columns' => '',
|
||||
// 'Move the task to another column when the category is changed' => '',
|
||||
|
||||
Reference in New Issue
Block a user