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 mengubah orang yang ditugaskan dari tugas %s ke %s',
|
||||
'New password for the user "%s"' => 'Kata sandi baru untuk pengguna « %s »',
|
||||
'Choose an event' => 'Pilih acara',
|
||||
'Github commit received' => 'Menerima komit dari Github',
|
||||
'Github issue opened' => 'Tiket Github dibuka',
|
||||
'Github issue closed' => 'Tiket Github ditutup',
|
||||
'Github issue reopened' => 'Tiket Github dibuka kembali',
|
||||
'Github issue assignee change' => 'Rubah penugasan tiket Github',
|
||||
'Github issue label change' => 'Perubahan label pada tiket Github',
|
||||
'Create a task from an external provider' => 'Buat tugas dari pemasok eksternal',
|
||||
'Change the assignee based on an external username' => 'Rubah penugasan berdasarkan nama pengguna eksternal',
|
||||
'Change the category based on an external label' => 'Rubah kategori berdasarkan label eksternal',
|
||||
@@ -487,10 +481,7 @@ return array(
|
||||
'Everybody have access to this project.' => 'Semua orang mendapat akses untuk proyek ini.',
|
||||
'Webhooks' => 'Webhooks',
|
||||
'API' => 'API',
|
||||
'Github webhooks' => 'Webhook Github',
|
||||
'Help on Github webhooks' => 'Bantuan pada webhook Github',
|
||||
'Create a comment from an external provider' => 'Buat komentar dari pemasok eksternal',
|
||||
'Github issue comment created' => 'Komentar dibuat pada tiket Github',
|
||||
'Project management' => 'Manajemen proyek',
|
||||
'My projects' => 'Proyek saya',
|
||||
'Columns' => 'Kolom',
|
||||
@@ -508,7 +499,6 @@ return array(
|
||||
'User repartition for "%s"' => 'Partisi ulang pengguna untuk « %s »',
|
||||
'Clone this project' => 'Gandakan proyek ini',
|
||||
'Column removed successfully.' => 'Kolom berhasil dihapus.',
|
||||
'Github Issue' => 'Tiket Github',
|
||||
'Not enough data to show the graph.' => 'Tidak cukup data untuk menampilkan grafik.',
|
||||
'Previous' => 'Sebelumnya',
|
||||
'The id must be an integer' => 'Id harus integer',
|
||||
@@ -763,8 +753,6 @@ return array(
|
||||
'By @%s on Bitbucket' => 'Oleh @%s pada Bitbucket',
|
||||
'Bitbucket Issue' => 'Tiket Bitbucket',
|
||||
'Commit made by @%s on Bitbucket' => 'Komit dibuat oleh @%s pada Bitbucket',
|
||||
'Commit made by @%s on Github' => 'Komit dibuat oleh @%s pada Github',
|
||||
'By @%s on Github' => 'Oleh @%s pada Github',
|
||||
'Commit made by @%s on Gitlab' => 'Komit dibuat oleh @%s pada Gitlab',
|
||||
'Add a comment log when moving the task between columns' => 'Menambahkan log komentar ketika memindahkan tugas antara kolom',
|
||||
'Move the task to another column when the category is changed' => 'Pindahkan tugas ke kolom lain ketika kategori berubah',
|
||||
|
||||
Reference in New Issue
Block a user