Files
data-collection-terminal/vendor/filament/actions/resources/lang/ru/view.php

26 lines
316 B
PHP

<?php
return [
'single' => [
'label' => 'Просмотр',
'modal' => [
'heading' => 'Просмотр :label',
'actions' => [
'close' => [
'label' => 'Закрыть',
],
],
],
],
];