mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
10 lines
199 B
PHP
10 lines
199 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'category_threads_enabled' => '该分类必须启用贴子.',
|
|
'category_has_no_threads' => '分类不得包含贴子.',
|
|
'category_is_empty' => '分类必须为空.',
|
|
|
|
];
|