Files
nexusphp/resources/lang/zh_TW/nexus.php

12 lines
256 B
PHP
Raw Normal View History

2021-05-04 14:21:18 +08:00
<?php
return [
'invalid_argument' => '參數錯誤',
2022-09-25 16:33:52 +08:00
'require_argument' => ':argument 不能為空',
'select_one_please' => '請選擇一項',
2022-10-06 18:31:16 +08:00
'user_not_exists' => '(無此帳戶)',
2022-11-10 03:58:48 +08:00
'time_units' => [
'week' => '周',
],
2021-05-04 14:21:18 +08:00
];