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