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

24 lines
381 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'confirmation' => 'Та үүнийг устгахдаа итгэлтэй байна уу?',
'actions' => [
'cancel' => [
'label' => 'Цуцлах',
],
'confirm' => [
'label' => 'Баталгаажуулах',
],
'submit' => [
'label' => 'Батлах',
],
],
];