mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
9 lines
249 B
PHP
9 lines
249 B
PHP
<?php
|
|
|
|
return array (
|
|
'label' => '訪問令牌',
|
|
'permission' => '權限',
|
|
'maximum_allow_number_reached' => '數量達到上限',
|
|
'create_success_tip' => 'token 創建成功,此數據只展示一次,請妥善保存<br/><br/>:token',
|
|
);
|