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