mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
11 lines
381 B
PHP
11 lines
381 B
PHP
<?php
|
|
|
|
return array (
|
|
'label' => 'アクセストークン',
|
|
'permission' => 'アクセス許可',
|
|
'maximum_allow_number_reached' => '上限に達しました。',
|
|
'create_success_tip' => 'The token was created successfully, this data is displayed only once, please save it properly<br/><br/>:token',
|
|
'last_used_at' => '最近の使用時間',
|
|
'token' => 'summary',
|
|
);
|