Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/clinic.corals.io/resources/lang/tr/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/clinic.corals.io/resources/lang/tr/auth.php
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Authentication Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used during authentication for various
    | messages that we need to display to the user. You are free to modify
    | these language lines according to your application's requirements.
    |
    */

    'failed'           => 'Bu kimlik bilgileri kayıtlarımızla eşleşmiyor.',
    'throttle'         => 'Çok fazla giriş denemesi. Lütfen :saniye saniye içinde tekrar deneyin.',
    'full_name'        => 'Tam Ad',
    'email'            => 'E-posta',
    'password'         => 'Şifre',
    'confirm_password' => 'Şifreyi Onayla',
    'remember_me'      => 'Beni Hatırla',
    'sign_in'          => 'Oturum Aç',
    'sign_out'         => 'Çıkış',
    'register'         => 'Kaydol',

    'login' => [
        'title'               => 'Oturumunuzu başlatmak için oturum açın',
        'forgot_password'     => 'Şifremi unuttum',
        'register_membership' => 'Yeni üyelik oluştur',
    ],

    'registration' => [
        'title'           => 'Yeni üyelik oluştur',
        'i_agree'         => 'Kabul ediyorum',
        'terms'           => 'şartlar',
        'have_membership' => 'Zaten üyeliğim var',
    ],

    'forgot_password' => [
        'title'          => 'Şifreyi sıfırlamak için E-posta girin',
        'send_pwd_reset' => 'Şifre Sıfırlama Bağlantısı Gönder',
    ],

    'reset_password' => [
        'title'         => 'Şifrenizi sıfırlayın',
        'reset_pwd_btn' => 'Şifreyi Sıfırla',
    ],

    'emails' => [
        'password' => [
            'reset_link' => 'Şifrenizi sıfırlamak için buraya tıklayın',
        ],
    ],

    'app' => [
        'member_since' => 'Üyelikten beri',
        'messages'     => 'Mesajlar',
        'settings'     => 'Ayarlar',
        'lock_account' => 'Hesabı Kilitle',
        'profile'      => 'Profil',
        'online'       => 'Çevrimiçi',
        'search'       => 'Ara',
        'create'       => 'Oluştur',
        'export'       => 'Dışa Aktar',
        'print'        => 'Yazdır',
        'reset'        => 'Sıfırla',
        'reload'       => 'Yeniden Yükle',
    ],
];

Spamworldpro Mini