Files
opensem/resources/lang/vendor/boilerplate/tr/layout.php
Ludovic CANDELLIER f9070b2ec8 Upgrade boilerplate
2021-09-22 21:01:43 +02:00

17 lines
559 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 [
'direction' => 'ltr',
'mainmenu' => 'Ana menü',
'online' => 'Çevrimiçi',
'logout' => ıkış yap',
'home' => 'Ana Sayfa',
'dashboard' => 'Kontrol Paneli',
'access' => 'İzin yönetimi',
'role_management' => 'Rol yönetimi',
'user_management' => 'Kullanıcı yönetimi',
'logoutconfirm' => ıkış yapmak istediğinizden emin misiniz?',
'rightsres' => 'Tüm hakları saklıdır.',
'darkmode' => 'Karanlık mod',
];