10 lines
101 B
PHP
10 lines
101 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'messages' => [
|
|
'uploading_file' => '正在上傳檔案...',
|
|
],
|
|
|
|
];
|