Files
hr/lang/vendor/filament/mn/components/pagination.php
2026-07-31 18:08:08 +05:00

48 lines
753 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'label' => 'Хуудас',
'overview' => '{1} Нийт 1 |[2,*] Нийт :total бичлэг :first - :last',
'fields' => [
'records_per_page' => [
'label' => 'хуудас бүр',
'options' => [
'all' => 'Бүгд',
],
],
],
'actions' => [
'first' => [
'label' => 'Эхний',
],
'go_to_page' => [
'label' => 'Хуудас руу очих :page',
],
'last' => [
'label' => 'Сүүлийн',
],
'next' => [
'label' => 'Дараах',
],
'previous' => [
'label' => 'Өмнөх',
],
],
];