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

24 lines
362 B
PHP

<?php
return [
'confirmation' => 'ئایە دڵنیای لە کردنی ئەم کارە؟',
'actions' => [
'cancel' => [
'label' => 'پاشگەزبوونەوە',
],
'confirm' => [
'label' => 'دڵنیام',
],
'submit' => [
'label' => 'ناردن',
],
],
];