Files
nexusphp/resources/lang/ja/token.php

11 lines
381 B
PHP
Raw Normal View History

2025-04-19 02:06:51 +07:00
<?php
return array (
'label' => 'アクセストークン',
2025-05-05 21:27:48 +07:00
'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',
2025-04-19 02:06:51 +07:00
'last_used_at' => '最近の使用時間',
2025-05-05 21:27:48 +07:00
'token' => 'summary',
2025-04-19 02:06:51 +07:00
);