generated from filamentphp/plugin-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ar]: Add Arabic translations (#127)
- Loading branch information
1 parent
10edc63
commit 040e963
Showing
1 changed file
with
23 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
|
||
return [ | ||
'labels' => [ | ||
'blocks' => 'الوحدات', | ||
'layout' => 'المخطط', | ||
'page' => 'صفحة', | ||
'pages' => 'صفحات', | ||
'parent' => 'الرئيسي', | ||
'slug' => 'الرابط المميز', | ||
'title' => 'العنوان', | ||
'url' => 'الرابط', | ||
], | ||
|
||
'errors' => [ | ||
'slug_starts_or_ends_with_slash' => 'الرابط المميز لا يمكن أن يبدأ أو ينتهي بشرطة مائلة.', | ||
], | ||
|
||
'actions' => [ | ||
'save' => 'حفظ', | ||
'visit' => 'زيارة', | ||
], | ||
]; |