mooxphp/moox

View on GitHub
packages/core/resources/lang/fr/audit.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [

    // Audit refers to Logging of changes in the system and the package name Moox Audit
    'audit' => 'Audit',

    // Audits refers to Logging of changes in the system and the package name Moox Audit
    'audits' => 'Audits',

    // The causer type is the type of the user who caused the log entry
    'causer_type' => 'Causer type',

    // The causer id is the id of the user who caused the log entry
    'causer_id' => 'Causer id',

    // Batch uuid is the unique identifier of the batch of logs
    'batch_uuid' => 'Batch uuid',

    // Log name refers to the name of the logfile
    'log_name' => 'Log name',

];