mooxphp/moox

View on GitHub
packages/core/resources/lang/ar/jobs.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [

    // Job refers to Laravel's job queue, should not be translated
    'job' => 'Job',

    // Jobs refers to Laravel's job queue, should not be translated
    'jobs' => 'Jobs',

    // Queue refers to Laravel's job queue, should not be translated
    'queue' => 'Queue',

    // Queues refers to Laravel's job queue, should not be translated
    'queues' => 'Queues',

    // Job refers to Laravel's job queue, should not be translated
    'job_waiting' => 'Job Waiting',

    // Jobs refers to Laravel's job queue, should not be translated
    'jobs_waiting' => 'Jobs Waiting',

    // Job refers to Laravel's job queue, should not be translated
    'job_failed' => 'Job Failed',

    // Jobs refers to Laravel's job queue, should not be translated
    'jobs_failed' => 'Jobs Failed',

    // Jobs Batch refers to Laravel's job queue, should not be translated
    'jobs_batch' => 'Job Batch',

    // Jobs Batches refers to Laravel's job queue, should not be translated
    'jobs_batches' => 'Jobs Batches',

    // Jobs refers to Laravel's job queue, should not be translated
    'waiting_jobs' => 'Total Jobs Waiting',

    // Jobs refers to Laravel's job queue, should not be translated
    'retry_all_failed_jobs' => 'Retry all failed Jobs',

    // Jobs refers to Laravel's job queue, should not be translated
    'retry_all_failed_jobs_notification' => 'All failed jobs have been pushed back onto the queue.',

    // Jobs refers to Laravel's job queue, should not be translated
    'delete_all_failed_jobs' => 'Deleted all failed Jobs',

    // Jobs refers to Laravel's job queue, should not be translated
    'delete_all_failed_jobs_notification' => 'All failed jobs have been removed.',

    // Jobs refers to Laravel's job queue, should not be translated
    'jobs_pushed_back_notification' => 'jobs have been pushed back onto the queue.',

    // Jobs refers to Laravel's job queue, should not be translated
    'job_pushed_back_notification' => 'has been pushed back onto the queue.',

    // Jobs refers to Laravel's job queue, should not be translated
    'failed_jobs' => 'Failed Jobs',

    // Jobs refers to Laravel's job queue, should not be translated
    'failed_job_id' => 'Failed Job id',

    // Jobs refers to Laravel's job queue, should not be translated
    'pending_jobs' => 'Pending Jobs',

    // Jobs refers to Laravel's job queue, should not be translated
    'total_jobs' => 'Total Jobs Executed',

    // Batches refers to Laravel's job queue, should not be translated
    'prune_batches' => 'Prune all batches',

    // Batches refers to Laravel's job queue, should not be translated
    'prune_batches_notification' => 'All batches have been pruned.',

];