Files
nexusphp/resources/lang/en/medal.php

16 lines
312 B
PHP
Raw Normal View History

2022-01-19 23:54:55 +08:00
<?php
return [
'label' => 'Medal',
'action_wearing' => 'Wear',
2022-01-19 23:54:55 +08:00
'admin' => [
'list' => [
'page_title' => 'Medal list'
]
2022-06-27 01:39:01 +08:00
],
'get_types' => [
\App\Models\Medal::GET_TYPE_EXCHANGE => 'Exchange',
\App\Models\Medal::GET_TYPE_GRANT => 'Grant',
],
2022-01-19 23:54:55 +08:00
];