app.php 1.96 KB
<?php

/**
 * @author FilamentV <vortex.filament@gmail.com>
 * @copyright (c), Thread
 */
return [
    'sys' => 'System',
    'Language' => 'Language',
    'configs' => 'Configs',
    'Params' => 'Params',
    'Group' => 'Group',
    'growl' => 'Growl',
    'Growl' => 'Growl',
    'To user' => 'To user',
    'crontab' => 'Crontab',
    'Job' => 'Job',
    'Command' => 'Command',
    'user' => 'User',
    'Role' => 'Role',
    'messages' => 'Messages',
    'Messages' => 'Messages',
    'Fill' => 'Fill',
    'Update files' => 'Update files',
    'Array key' => 'Array key',
    'On default lang' => 'On default lang',
    'messagefilepath' => 'messagefilepath',
    //
    'is_lang_value' => 'The meaning depends on the language',
    //
    'notice' => 'Notice',
    'warning' => 'Warning',
    'error' => 'Error',
    'danger' => 'Danger',
    'success' => 'Success',
    'primary' => 'Primary',
    //
    'Minute' => 'Minute',
    'Hour' => 'Hour',
    'Day' => 'Day',
    'Month' => 'Month',
    'WeekDay' => 'WeekDay',
    //MailCarrier
    'mailcarrier' => 'Mail carrier',
    'MailCarrier' => 'Mail carrier',
    'MailBox' => 'Mail box',
    'MailCarrier: Host' => 'Host',
    'MailCarrier: Username' => 'Username',
    'MailCarrier: Password' => 'Password',
    'MailCarrier: Port' => 'Port',
    'MailCarrier: Encryption' => 'Encryption',
    'MailCarrier: Extra' => 'Extra',
    'MailCarrier: Path to layouts' => 'Path to layouts',
    'MailCarrier: Path to views' => 'Path to views',
    'MailCarrier: From user' => 'From user',
    'MailCarrier: From email' => 'From email',
    'MailCarrier: Subject' => 'Subject',
    'MailCarrier: Send to' => 'the message recipients',
    'MailCarrier: Send bcc' => 'the Bcc (hidden copy receiver) addresses',
    'MailCarrier: Send cc' => 'the Cc (additional copy receiver) addresses',
    //Logbook
    'logbook' => 'Logbook',
    'Logbook' => 'Logbook',
    //Filemanager
    'Filemanager' => 'Filemanager',
    'filemanager' => 'Filemanager',
];