mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
11 lines
314 B
PHP
11 lines
314 B
PHP
<?php
|
|
|
|
return array (
|
|
'label' => '訪問令牌',
|
|
'permission' => '權限',
|
|
'maximum_allow_number_reached' => '數量達到上限',
|
|
'create_success_tip' => 'token 創建成功,此數據只展示一次,請妥善保存<br/><br/>:token',
|
|
'last_used_at' => '最近使用時間',
|
|
'token' => '摘要',
|
|
);
|