Files
biiproject-kit-v1/lang/vendor/filament-actions/am/detach.php
T

50 lines
877 B
PHP

<?php
return [
'single' => [
'label' => 'ለያይ',
'modal' => [
'heading' => ':labelን ለያይ',
'actions' => [
'detach' => [
'label' => 'ለያይ',
],
],
],
'notifications' => [
'detached' => [
'title' => 'ተለያይቶዋል',
],
],
],
'multiple' => [
'label' => 'የተመረጡትን ለያይ',
'modal' => [
'heading' => 'የተመረጡት :labelን ለያይ',
'actions' => [
'detach' => [
'label' => 'ለያይ',
],
],
],
'notifications' => [
'detached' => [
'title' => 'ለያይ',
],
],
],
];