Files
data-collection-terminal/vendor/filament/actions/resources/lang/uz/edit.php

34 lines
436 B
PHP

<?php
return [
'single' => [
'label' => 'Tahrirlash',
'modal' => [
'heading' => ':labelni tahrirlash',
'actions' => [
'save' => [
'label' => 'O\'zgarishlarni saqlash',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Saqlandi',
],
],
],
];