Files
nexusphp/resources/lang/zh_TW/nexus.php
xiaomlove 2c41009111 fix trans
2022-10-06 18:31:16 +08:00

9 lines
202 B
PHP

<?php
return [
'invalid_argument' => '參數錯誤',
'require_argument' => ':argument 不能為空',
'select_one_please' => '請選擇一項',
'user_not_exists' => '(無此帳戶)',
];