Files
nexusphp/resources/lang/ja/token.php
2025-06-19 13:13:26 +07:00

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 は許可されていません"
);