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

46 lines
705 B
PHP

<?php
return [
'single' => [
'label' => 'Bog\'lash',
'modal' => [
'heading' => ':labelni bog\'lash',
'fields' => [
'record_id' => [
'label' => 'Yozib olish',
],
],
'actions' => [
'associate' => [
'label' => 'Bog\'lash',
],
'associate_another' => [
'label' => 'Bog\'lash va yana boshqa bog\'lash',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Bog\'langan',
],
],
],
];