mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-26 08:40:40 -05:00
8 lines
109 B
PHP
8 lines
109 B
PHP
<?php
|
|
|
|
return [
|
|
'online' => '在线',
|
|
'inactive' => '未活动',
|
|
'enabled' => '已启用',
|
|
];
|