Files
data-collection-terminal/vendor/filament/actions/resources/lang/km/modal.php

24 lines
419 B
PHP

<?php
return [
'confirmation' => 'តើអ្នកប្រាកដទេថាអ្នកចង់ធ្វើបែបនេះ?',
'actions' => [
'cancel' => [
'label' => 'លុបចោល',
],
'confirm' => [
'label' => 'យល់ព្រម',
],
'submit' => [
'label' => 'ស្នើសុំ',
],
],
];