Files
panel-pelican-dev/lang/tr/admin/role.php
2026-01-15 07:59:55 -05:00

18 lines
502 B
PHP
Raw Permalink 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 [
'nav_title' => 'Roller',
'model_label' => 'Rol',
'model_label_plural' => 'Roller',
'no_roles' => 'Rol Yok',
'name' => 'Rol Adı',
'permissions' => 'İzinler',
'in_use' => 'Kullanımda',
'all' => 'Tümü',
'root_admin' => ':role tüm izinlere sahiptir.',
'root_admin_delete' => 'Root Admin silinemez',
'users' => 'Kullanıcılar',
'nodes' => 'Düğümler',
'nodes_hint' => 'Tüm node\'lara erişim sağlamak için boş bırakın.',
];