mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
9 lines
205 B
PHP
9 lines
205 B
PHP
<?php
|
|
|
|
return [
|
|
'new_category' => '新類別',
|
|
'add_sub_category' => '添加子類別',
|
|
'sub_category' => '顯示子類別',
|
|
'new_placeholderforsearch' => '用於搜索的新佔位符',
|
|
];
|