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

34 lines
470 B
PHP

<?php
return [
'single' => [
'label' => 'संपादन',
'modal' => [
'heading' => ':label संपादित करें',
'actions' => [
'save' => [
'label' => 'सेव',
],
],
],
'notifications' => [
'saved' => [
'title' => 'सेव हो गया',
],
],
],
];