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:
@@ -17,14 +17,21 @@ class PilgrimsTable
|
|||||||
->columns([
|
->columns([
|
||||||
TextColumn::make('group.id')
|
TextColumn::make('group.id')
|
||||||
->searchable(),
|
->searchable(),
|
||||||
|
|
||||||
TextColumn::make('first_name')
|
TextColumn::make('first_name')
|
||||||
->searchable(),
|
->searchable(),
|
||||||
|
|
||||||
TextColumn::make('last_name')
|
TextColumn::make('last_name')
|
||||||
->searchable(),
|
->searchable(),
|
||||||
|
|
||||||
TextColumn::make('birthdate')
|
TextColumn::make('birthdate')
|
||||||
->date()
|
->date()
|
||||||
->sortable(),
|
->sortable(),
|
||||||
ImageColumn::make('image'),
|
|
||||||
|
ImageColumn::make('image')
|
||||||
|
->circular()
|
||||||
|
->imageSize(50),
|
||||||
|
|
||||||
TextColumn::make('local_passport')
|
TextColumn::make('local_passport')
|
||||||
->searchable(),
|
->searchable(),
|
||||||
|
|
||||||
|
|||||||
16
lang/vendor/filament-actions/tk/dissociate.php
vendored
16
lang/vendor/filament-actions/tk/dissociate.php
vendored
@@ -4,16 +4,16 @@ return [
|
|||||||
|
|
||||||
'single' => [
|
'single' => [
|
||||||
|
|
||||||
'label' => 'Ayrıştır',
|
'label' => 'Aýyr',
|
||||||
|
|
||||||
'modal' => [
|
'modal' => [
|
||||||
|
|
||||||
'heading' => ':label ayrıştır',
|
'heading' => ':label aýyr',
|
||||||
|
|
||||||
'actions' => [
|
'actions' => [
|
||||||
|
|
||||||
'dissociate' => [
|
'dissociate' => [
|
||||||
'label' => 'Ayrıştır',
|
'label' => 'Aýyr',
|
||||||
],
|
],
|
||||||
|
|
||||||
],
|
],
|
||||||
@@ -23,7 +23,7 @@ return [
|
|||||||
'notifications' => [
|
'notifications' => [
|
||||||
|
|
||||||
'dissociated' => [
|
'dissociated' => [
|
||||||
'title' => 'Ayrıştırıldı',
|
'title' => 'Aýryldy',
|
||||||
],
|
],
|
||||||
|
|
||||||
],
|
],
|
||||||
@@ -32,16 +32,16 @@ return [
|
|||||||
|
|
||||||
'multiple' => [
|
'multiple' => [
|
||||||
|
|
||||||
'label' => 'Seçiliyi ayrıştır',
|
'label' => 'Seçilenleri aýyr',
|
||||||
|
|
||||||
'modal' => [
|
'modal' => [
|
||||||
|
|
||||||
'heading' => ':label seçiliyi ayrıştır',
|
'heading' => ':label seçilenleri aýyr',
|
||||||
|
|
||||||
'actions' => [
|
'actions' => [
|
||||||
|
|
||||||
'dissociate' => [
|
'dissociate' => [
|
||||||
'label' => 'Seçiliyi ayrıştır',
|
'label' => 'Seçilenleri aýyr',
|
||||||
],
|
],
|
||||||
|
|
||||||
],
|
],
|
||||||
@@ -51,7 +51,7 @@ return [
|
|||||||
'notifications' => [
|
'notifications' => [
|
||||||
|
|
||||||
'dissociated' => [
|
'dissociated' => [
|
||||||
'title' => 'Ayrıştırıldı',
|
'title' => 'Aýryldy',
|
||||||
],
|
],
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user