Skip to content

Commit

Permalink
update plugin style & fix enable/disable plugin to be global
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Sep 23, 2024
1 parent 9b053e1 commit 3ffb377
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion resources/lang/ar/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
'title' => 'عملية ناجحة',
'body' => 'تم إنشاء الاضافة بنجاح'
],
]
],
'enable' => "تفعيل الكل",
'disable' => "إبطال الكل",
],
'tables' => [
'title' => 'الجداول',
Expand Down
6 changes: 4 additions & 2 deletions resources/lang/en/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'github' => 'Github',
'docs' => 'Docs',
],
'notifications' => [
'notifications' => [
'exists' => [
'title' => 'Error',
'body' => 'The plugin already exists.'
Expand Down Expand Up @@ -52,7 +52,9 @@
'title' => 'Success',
'body' => 'The plugin has been created successfully.'
],
]
],
'enable' => "Enable All",
'disable' => "Disable All",
],
'tables' => [
'title' => 'Tables',
Expand Down
4 changes: 3 additions & 1 deletion resources/lang/nl/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
'title' => 'Success',
'body' => 'The plugin has been created successfully.'
],
]
],
'enable' => "Enable All",
'disable' => "Disable All",
],
'tables' => [
'title' => 'Tables',
Expand Down

0 comments on commit 3ffb377

Please sign in to comment.