mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
12 lines
487 B
PHP
12 lines
487 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',
|
|
"permission_not_allowed" => "パーミッション::permission_text は許可されていません"
|
|
);
|