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