MemberRanks

This commit is contained in:
Gogs
2021-06-15 00:36:47 +02:00
parent 1f448b1ec4
commit dfe1530d27
15 changed files with 336 additions and 14 deletions
+13
View File
@@ -10,5 +10,18 @@
'menu' => [
'main' => 'GA Schooling',
'typeratings' => 'Typeratings',
'rank' => 'Member Ranks',
],
'permissions' => [
'tab' => 'German Airlines VA - Schooling',
'label' => 'Manage Schooling',
],
'member_rank' => [
'name' => 'Name',
'description' => 'Description',
'points' => 'Required Points',
'price' => 'Price of Exam',
'badge' => 'Badge',
'region' => 'REGEX to Filter Allowed Regions of Flight',
],
];