buttons.php 1.69 KB
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Buttons Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used in buttons throughout the system.
    | Regardless where it is placed, a button can be listed here so it is easily
    | found in a intuitive way.
    |
    */

    'backend' => [
        'access' => [
            'users' => [
                'activate'           => 'Etkinleştir',
                'change_password'    => 'Parolayı Değiştir',
                'clear_session'         => 'Oturumu Temizle',
                'confirm'             => 'Confirm',
                'deactivate'         => 'Devre dışı bırak',
                'delete_permanently' => 'Kalıcı Olarak Sil',
                'login_as'           => 'Kullanıcı :user olarak oturum aç',
                'resend_email'       => 'Onay E-postasını Yeniden Gönder',
                'restore_user'       => 'Kullanıcıyı Kurtar',
                'unconfirm'             => 'Un-confirm',
                'unlink' => 'Unlink',
            ],
        ],
    ],

    'emails' => [
        'auth' => [
            'confirm_account' => 'Hesabı Onayla',
            'reset_password'  => 'Parolayı Sıfırla',
        ],
    ],

    'general' => [
        'cancel' => 'Vazgeç',
        'continue' => 'Devam',

        'crud' => [
            'create' => 'Oluştur',
            'delete' => 'Sil',
            'edit'   => 'Düzenle',
            'update' => 'Güncelle',
            'view'   => 'Görüntüle',
        ],

        'save' => 'Kaydet',
        'view' => 'Görüntüle',
    ],
];