Files
biiproject-kit-v1/lang/vendor/filament-actions/km/attach.php
T

46 lines
792 B
PHP

<?php
return [
'single' => [
'label' => 'ភ្ជាប់',
'modal' => [
'heading' => 'ភ្ជាប់ :label',
'fields' => [
'record_id' => [
'label' => 'ទិន្នន័យ',
],
],
'actions' => [
'attach' => [
'label' => 'ភ្ជាប់',
],
'attach_another' => [
'label' => 'ភ្ជាប់ & ភ្ជាប់ឡើងវិញ',
],
],
],
'notifications' => [
'attached' => [
'title' => 'បានភ្ជាប់ជោគជ័យ',
],
],
],
];