11 lines
231 B
PHP
11 lines
231 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'actions' => '操作',
|
|
'action' => '操作',
|
|
'by' => '經由',
|
|
'item' => '項目',
|
|
'no_matching_records' => 'No matching records found',
|
|
|
|
);
|