mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
23 lines
421 B
PHP
Executable File
23 lines
421 B
PHP
Executable File
<?php
|
|
return [
|
|
|
|
"cardTitle" => "Variables del sistema",
|
|
"modal" => [
|
|
"title" => "Editar variable"
|
|
],
|
|
"datatable" =>
|
|
[
|
|
"columns" => [
|
|
"name" => "Nombre",
|
|
"value" => "Valor",
|
|
"description" => "Descripción",
|
|
]
|
|
],
|
|
"form" =>
|
|
[
|
|
"name" => "Nombre",
|
|
"value" => "Valor",
|
|
"description" => "Descripción",
|
|
]
|
|
];
|