Files
data-collection-terminal/vendor/filament/actions/resources/lang/kh/attach.php

46 lines
795 B
PHP

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