8 lines
113 B
PHP
8 lines
113 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'all' => '所有類別',
|
||
|
'all_types' => '所有類型'
|
||
|
];
|