Enhance PilgrimsTable by adding circular image display and adjusting image size; update Turkmen translations for dissociate actions and notifications to improve clarity and consistency.

This commit is contained in:
2025-09-03 19:33:48 +05:00
parent e2b47eb73f
commit e706e22266
2 changed files with 16 additions and 9 deletions

View File

@@ -4,16 +4,16 @@ return [
'single' => [
'label' => 'Ayrıştır',
'label' => 'Aýyr',
'modal' => [
'heading' => ':label ayrıştır',
'heading' => ':label aýyr',
'actions' => [
'dissociate' => [
'label' => 'Ayrıştır',
'label' => 'Aýyr',
],
],
@@ -23,7 +23,7 @@ return [
'notifications' => [
'dissociated' => [
'title' => 'Ayrıştırıldı',
'title' => 'Aýryldy',
],
],
@@ -32,16 +32,16 @@ return [
'multiple' => [
'label' => 'Seçiliyi ayrıştır',
'label' => 'Seçilenleri aýyr',
'modal' => [
'heading' => ':label seçiliyi ayrıştır',
'heading' => ':label seçilenleri aýyr',
'actions' => [
'dissociate' => [
'label' => 'Seçiliyi ayrıştır',
'label' => 'Seçilenleri aýyr',
],
],
@@ -51,7 +51,7 @@ return [
'notifications' => [
'dissociated' => [
'title' => 'Ayrıştırıldı',
'title' => 'Aýryldy',
],
],