Skip to content

Commit 215fae4

Browse files
authored
add multi lang for delete event
1 parent a0f085c commit 215fae4

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

lang/de/events/github/delete.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
return [
4+
'title' => '🗑 <b>Webhook gelöscht</b>',
5+
'organization' => '🏢 Organisation: <b>:organization</b>',
6+
'full_name' => '📦 Repository: 🦑<b>:full_name</b>',
7+
'sender' => '👤 Sender (der das Ereignis ausgelöst hat): <b>:sender</b>',
8+
];

lang/ja/events/github/delete.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
return [
4+
'title' => '🗑 <b>Webhook 削除</b>',
5+
'organization' => '🏢 組織: <b>:organization</b>',
6+
'full_name' => '📦 リポジトリ: 🦑<b>:full_name</b>',
7+
'sender' => '👤 送信者(イベントのトリガー): <b>:sender</b>',
8+
];

lang/vi/events/github/delete.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
return [
4+
'title' => '🗑 <b>Webhook Deleted</b>',
5+
'organization' => '🏢 Organization: <b>:organization</b>',
6+
'full_name' => '📦 Repository: 🦑<b>:full_name</b>',
7+
'sender' => '👤 Sender (triggered the event): <b>:sender</b>',
8+
];

0 commit comments

Comments
 (0)