mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
9 lines
193 B
PHP
9 lines
193 B
PHP
<?php
|
|
|
|
return [
|
|
'new_category' => '新类别',
|
|
'add_sub_category' => '添加子类别',
|
|
'sub_category' => '显示子类别',
|
|
'new_placeholderforsearch' => '新的占位符',
|
|
];
|