photogeodata/lang/vendor/filament-actions/pt_BR/view.php
2026-05-12 20:43:17 +02:00

25 lines
296 B
PHP

<?php
return [
'single' => [
'label' => 'Visualizar',
'modal' => [
'heading' => 'Visualizar :label',
'actions' => [
'close' => [
'label' => 'Fechar',
],
],
],
],
];