10 lines
143 B
PHP
10 lines
143 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'title' => '載入頁面時發生錯誤',
|
|
|
|
'body' => '嘗試載入此頁面時發生錯誤。請稍後再試。',
|
|
|
|
];
|