Skip to content

Commit fe08c16

Browse files
committed
Update lang folder
1 parent 7134ea1 commit fe08c16

File tree

4 files changed

+25
-1
lines changed

4 files changed

+25
-1
lines changed

lang/de/events/github/team_add.php

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
return [
4+
'title' => 'Team Added successfully',
5+
'organization' => 'Organization',
6+
'full_name' => 'Repository',
7+
'team' => 'Team',
8+
];

lang/en/events/github/team_add.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
'title' => 'Team Added successfully',
55
'organization' => 'Organization',
66
'full_name' => 'Repository',
7-
'team' => 'Team'
7+
'team' => 'Team',
88
];

lang/ja/events/github/team_add.php

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
return [
4+
'title' => 'Team Added successfully',
5+
'organization' => 'Organization',
6+
'full_name' => 'Repository',
7+
'team' => 'Team',
8+
];

lang/vi/events/github/team_add.php

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
return [
4+
'title' => 'Team Added successfully',
5+
'organization' => 'Organization',
6+
'full_name' => 'Repository',
7+
'team' => 'Team',
8+
];

0 commit comments

Comments
 (0)