This commit is contained in:
Lizandro Guarnizo
2026-01-06 15:35:59 -05:00
commit a768146f65
602 changed files with 42505 additions and 0 deletions
+47
View File
@@ -0,0 +1,47 @@
<?php
return [
'label' => 'التنقل بين الصفحات',
'overview' => '{1} عرض نتيجة واحدة|[3,10] عرض :first إلى :last من :total نتائج|[2,*] عرض :first إلى :last من :total نتيجة',
'fields' => [
'records_per_page' => [
'label' => 'لكل صفحة',
'options' => [
'all' => 'الكل',
],
],
],
'actions' => [
'first' => [
'label' => 'الأولي',
],
'go_to_page' => [
'label' => 'انتقل إلى صفحة :page',
],
'last' => [
'label' => 'الأخيرة',
],
'next' => [
'label' => 'التالي',
],
'previous' => [
'label' => 'السابق',
],
],
];