Rossmann-IT/yii2-cron

View on GitHub
src/messages/en/cron.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Message translations for \rossmann-it\yii2-cron.
 *
 * It contains the localizable messages extracted from source code.
 * You may modify this file by translating the extracted messages.
 *
 * Each array element represents the translation (value) of a message (key).
 * If the value is empty, the message is considered as not translated.
 * Messages that no longer need translation will have their translations
 * enclosed between a pair of '@@' marks.
 *
 * Message string can be used with plural forms format. Check i18n section
 * of the guide for details.
 *
 * NOTE: this file must be saved in UTF-8 encoding.
 *
 * @author rgrellmann
 */
return [
    '{n,plural,=0{no tasks have} =1{one task has} other{# tasks have}} been updated' => '',
    'The task has been saved' => '',
    'empty task run id' => '',
    'empty task id' => '',
    'Invalid expression' => '',
    'Not matched' => '',
    'Time expression' => '',
    'Time expression is not valid' => '',
    'Comment' => '',
    'Saved' => '',
    'Import/Export',
    'Tasks list' => '',
    'Add new/edit task' => '',
    'Logs' => '',
    'Import/Export' => '',
    'Report' => '',
    'Cron tasks manager' => '',
    'Edit task' => '',
    'Methods' => '',
    'Active' => '',
    'Inactive' => '',
    'Deleted' => '',
    'Save' => '',
    'Predefined intervals' => '',
    'Minutely' => '',
    'Hourly' => '',
    'Daily' => '',
    'Weekly' => '',
    'Monthly' => '',
    'Yearly' => '',
    'day of week (0 - 7) (Sunday=0 or 7)' => '',
    'month (1 - 12)' => '',
    'day of month (1 - 31)' => '',
    'hour (0 - 23)' => '',
    'min (0 - 59)' => '',
    'Next runs' => '',
    'Task list' => '',
    'ID' => '',
    'Time' => '',
    'Command' => '',
    'Status' => '',
    'Created' => '',
    'Updated' => '',
    'Edit' => '',
    'Log' => '',
    'Run' => '',
    'With selected' => '',
    'Enable' => '',
    'Disable' => '',
    'Delete' => '',
    'Apply' => '',
    'Run custom task' => '',
    'Task output' => '',
    'Paste crontab content' => '',
    'Path to PHP' => 'Path to PHP executable (simply "php" when in PATH)',
    'Path to folder' => '',
    'php file' => '',
    'Date begin' => '',
    'Date end' => '',
    'Avg. time' => '',
    'Min. time' => '',
    'Max. time' => '',
    'Task' => '',
    'Success' => '',
    'Started' => '',
    'Error' => '',
    'All' => '',
    'Locked' => '',
    'Run list' => '',
    'Task ID' => '',
    'Show output' => '',
    'Task run output' => '',
    'Loading...' => '',
    'Example' => '',
];