history.php 1.56 KB
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | History Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines contain strings associated to the
    | system adding lines to the history table.
    |
    */

    'backend' => [
        'none' => '最近の歴史はありません。',
        'none_for_type' => 'このタイプの履歴はありません。',
        'none_for_entity' => 'この :entity 履歴はありません。',
        'recent_history' => '最近の履歴',

        'roles' => [
            'created' => 'ロール作成しました。',
            'deleted' => 'ロール削除しました。',
            'updated' => 'ロール更新しました。',
        ],
        'users' => [
            'changed_password' => 'ユーザのパスワード変更しました。',
            'confirmed' => 'confirmed user',
            'created' => 'ユーザ作成しました。',
            'deactivated' => 'ユーザを非アクティブにしました。',
            'deleted' => '削除しました。',
            'deleted_social'      => 'deleted social account',
            'permanently_deleted' => 'ユーザを永久に削除しました。',
            'updated' => 'ユーザを更新しました。',
            'unconfirmed' => 'un-confirmed user',
            'reactivated' => 'ユーザをアクテイブしました。',
            'restored' => 'ユーザを復元しました。',
        ],
    ],
];