Refactor SMS and Coupon resources to utilize localization for labels and messages, enhancing internationalization support. Update .env.example to change APP_LOCALE to 'tk'.

This commit is contained in:
Mekan1206
2026-06-03 22:10:17 +05:00
parent 96eefd70ba
commit 6f3069f619
75 changed files with 2830 additions and 47 deletions

View File

@@ -0,0 +1,72 @@
<?php
return [
'direction' => 'ltr',
'actions' => [
'billing' => [
'label' => 'Abunalygy dolandyr',
],
'logout' => [
'label' => 'Çykmak',
],
'open_database_notifications' => [
'label' => 'Habarnamalar',
],
'open_user_menu' => [
'label' => 'Ulanyjy menýusy',
],
'sidebar' => [
'collapse' => [
'label' => 'Gapdal paneli ýygnamak',
],
'expand' => [
'label' => 'Gapdal paneli giňeltmek',
],
],
'theme_switcher' => [
'dark' => [
'label' => 'Gara tema açmak',
],
'light' => [
'label' => 'Açyk tema açmak',
],
'system' => [
'label' => 'Ulgam temasyny açmak',
],
],
],
'avatar' => [
'alt' => ':name awatary',
],
'logo' => [
'alt' => ':name logotipi',
],
'tenant_menu' => [
'search_field' => [
'label' => 'Kirdeçi gözlegi',
'placeholder' => 'Gözleg',
],
],
];