Skip to content

Commit

Permalink
[ar]: Add Arabic translations (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedsabil83 authored Jan 18, 2024
1 parent 10edc63 commit 040e963
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions resources/lang/ar/page-resource.php
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' => 'زيارة',
],
];

0 comments on commit 040e963

Please sign in to comment.