<?php
return [
'type_text' => [
\App\Models\SeedBoxRecord::TYPE_USER => 'Uživatel',
\App\Models\SeedBoxRecord::TYPE_ADMIN => 'Administrátor',
],
];