Uchiha Bayu Senju 4654a2e350
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
Upload
2025-04-27 23:55:09 +07:00

34 lines
601 B
PHP

<?php
return [
'label' => 'पृष्ठ मार्गदर्शन',
'overview' => ':first से :last प्रविष्टियां :total में से',
'fields' => [
'records_per_page' => [
'label' => 'प्रति पृष्ठ',
],
],
'actions' => [
'go_to_page' => [
'label' => 'पृष्ठ :page पर जाएं',
],
'next' => [
'label' => 'अगला',
],
'previous' => [
'label' => 'पिछला',
],
],
];