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