Files
opensem/resources/lang/vendor/boilerplate/tr/role.php
Ludovic CANDELLIER 64abc46d99 [WIP] Refactor project
2021-05-21 00:21:05 +02:00

34 lines
1005 B
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 [
'title' => 'Rol yönetimi',
'role' => 'Rol',
'parameters' => 'Parametreler',
'label' => 'Etiket',
'description' => 'Açıklama',
'permissions' => 'İzinler',
'savebutton' => 'Kaydet',
'successadd' => 'Rol başarıyla eklendi',
'successmod' => 'Rol başarıyla düzenlendi',
'admin' => [
'display_name' => 'Yönetici',
'description' => 'Yönetici (tüm izinler)',
],
'backend_user' => [
'display_name' => 'Yönetim Paneli Abonesi',
'description' => 'Yönetim paneline erişimi olan kullanıcılar',
],
'create' => [
'title' => 'Bir rol ekle',
],
'edit' => [
'title' => 'Bir rolü düzenle',
],
'list' => [
'title' => 'Rol listesi',
'nbusers' => 'Kullanıcı Sayısı',
'confirmdelete' => 'Bu rolü silmek istediğinizden emin misiniz?',
'deletesuccess' => 'Rol başarıyla silindi',
],
];