translate base

This commit is contained in:
Mekan1206
2026-07-31 18:08:08 +05:00
parent a794dacd39
commit 581cb8241c
413 changed files with 9087 additions and 428 deletions

View File

@@ -0,0 +1,39 @@
<?php
return [
'label' => 'Sahifalar navigatsiyasi',
'overview' => '{1} 1 natija ko\'rsatilmoqda |[2,*] :firstdan :lastgacha jami natijalar :totalta',
'fields' => [
'records_per_page' => [
'label' => 'Har bir sahifaga',
'options' => [
'all' => 'Barchasi',
],
],
],
'actions' => [
'go_to_page' => [
'label' => ':pagechi sahifaga o\'tish',
],
'next' => [
'label' => 'Keyingi',
],
'previous' => [
'label' => 'Oldingi',
],
],
];