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,9 @@
<?php
return [
'messages' => [
'uploading_file' => 'নথি আপলোড হচ্ছে...',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'copied' => 'অনুকৃত',
],
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'বন্ধ করুন',
],
],
];

View File

@@ -0,0 +1,47 @@
<?php
return [
'label' => 'পৃষ্ঠা নেভিগেশন',
'overview' => '{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' => 'পূর্ববর্তী',
],
],
];