-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from a21ns1g4ts/fix-filament-upgrade-v3-and-im…
…provements Fix filament upgrade v3 and improvements
- Loading branch information
Showing
8 changed files
with
87 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
<?php | ||
|
||
return [ | ||
'ban_model' => 'تم الحظر', | ||
'unban_model' => 'تم الغاء الحظر', | ||
'single-ban-success' => 'تم الحظر!', | ||
'single-unban-success' => 'تم إلغاء الحظر!', | ||
'bulk-ban' => 'تم الحظر', | ||
'bulk-unban' => 'تم إلغاء الحظر', | ||
'bulk-ban-success' => 'تم الحظر!', | ||
'bulk-unban-success' => 'تم إلغاء الحظر!' | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
<?php | ||
|
||
return [ | ||
'ban_model' => 'Ban Model', | ||
'unban_model' => 'Unban Model', | ||
'single-ban-success' => 'Model was banned!', | ||
'single-unban-success' => 'Model was unbanned!', | ||
'bulk-ban' => 'Ban Models', | ||
'bulk-unban' => 'Unban Models', | ||
'bulk-ban-success' => 'Models ware banned!', | ||
'bulk-unban-success' => 'Models were unbanned!' | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
<?php | ||
|
||
return [ | ||
'ban_model' => 'Blokir Model', | ||
'unban_model' => 'Buka Model', | ||
'single-ban-success' => 'Model berhasil diblokir aksesnya', | ||
'single-unban-success' => 'Model berhasil dibuka aksesnya', | ||
'bulk-ban' => 'Blokir Models', | ||
'bulk-unban' => 'Buka Akses Models', | ||
'bulk-ban-success' => 'Beberapa Model berhasil diblokir aksesnya', | ||
'bulk-unban-success' => 'Beberapa Model berhasil dibuka aksesnya' | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
|
||
return [ | ||
'ban_model' => 'Banir Registros', | ||
'unban_model' => 'Desbanir Registros', | ||
'single-ban-success' => 'Registro banido com sucesso!', | ||
'single-unban-success' => 'Registro desbanido com sucesso!', | ||
'bulk-ban' => 'Banir Registros', | ||
'bulk-unban' => 'Desbanir Registros', | ||
'bulk-ban-success' => 'Registros banidos com sucesso!', | ||
'bulk-unban-success' => 'Registros desbanidos com sucesso!' | ||
]; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters