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

40 lines
717 B
PHP

<?php
return [
'single' => [
'label' => 'አጣምር',
'modal' => [
'heading' => ':labelን አጣምር',
'fields' => [
'record_id' => [
'label' => 'ሪከርድ',
],
],
'actions' => [
'associate' => [
'label' => 'አጣምር',
],
'associate_another' => [
'label' => 'አጣምር & ሌላ አጣምር',
],
],
],
'notifications' => [
'associated' => [
'title' => 'ተጣምሮዋል',
],
],
],
];