Files
tbbank-new/lang/vendor/filament-shield/ru/filament-shield.php
2025-10-22 20:08:22 +05:00

81 lines
3.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
/*
|------------------------------------------------- -------------------------
| Table Columns
|------------------------------------------------- -------------------------
*/
'column.name' => 'Имя',
'column.guard_name' => 'Имя гварда',
'column.roles' => 'Роли',
'column.permissions' => 'Разрешения',
'column.updated_at' => 'Обновлено',
/*
|------------------------------------------------- -------------------------
| Form Fields
|------------------------------------------------- -------------------------
*/
'field.name' => 'Имя',
'field.guard_name' => 'Имя гварда',
'field.permissions' => 'Разрешения',
'field.select_all.name' => 'Выбрать все',
'field.select_all.message' => 'Включить все разрешения, которые <span class="text-primary font-medium">Доступны</span> для этой роли',
/*
|------------------------------------------------- -------------------------
| Navigation & Resource
|------------------------------------------------- -------------------------
*/
'nav.group' => 'Filament Shield',
'nav.role.label' => 'Роли',
'nav.role.icon' => 'heroicon-o-shield-check',
'resource.label.role' => 'Роль',
'resource.label.roles' => 'Роли',
/*
|------------------------------------------------- -------------------------
| Section & Tabs
|------------------------------------------------- -------------------------
*/
'section' => 'Сути',
'resources' => 'Ресурсы',
'widgets' => 'Виджеты',
'pages' => 'Страницы',
'custom' => 'Пользовательские разрешения',
/*
|------------------------------------------------- -------------------------
| Messages
|------------------------------------------------- -------------------------
*/
'forbidden' => 'У вас нет доступа',
/*
|------------------------------------------------- -------------------------
| Resource Permissions' Labels
|------------------------------------------------- -------------------------
*/
'resource_permission_prefixes_labels' => [
'view' => 'Просмотр',
'view_any' => 'Может смотреть любое',
'create' => 'Создание',
'update' => 'Обновление',
'delete' => 'Удаление',
'delete_any' => 'Может удалить любой',
'force_delete' => 'Принудительно удалить',
'force_delete_any' => 'Может принудительно удалить любой',
'restore' => 'Восстановление',
'reorder' => 'Изменение порядка',
'restore_any' => 'Может восстановить любой',
'replicate' => 'Копировать',
],
];