mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-25 16:20:42 -05:00
8 lines
112 B
PHP
8 lines
112 B
PHP
<?php
|
|
|
|
return [
|
|
'online' => '上線中',
|
|
'inactive' => '禁用中',
|
|
'enabled' => '已啟動',
|
|
];
|