mooxphp/moox

View on GitHub
packages/redis-model/resources/lang/en/translations.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'single' => 'RedisModel',
    'plural' => 'RedisModels',
    'breadcrumb' => 'RedisModel',
    'title' => 'RedisModel',
    'navigation_label' => 'RedisModel',
    'navigation_group' => 'Moox RedisModel',
    'totalone' => 'RedisModel One',
    'totaltwo' => 'RedisModel Two',
    'totalthree' => 'RedisModel Three',
    'name' => 'Name',
    'started_at' => 'Started at',
    'failed' => 'failed',
];