mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
11 lines
420 B
PHP
11 lines
420 B
PHP
<?php
|
|
|
|
return array (
|
|
'label' => 'アクセストークン',
|
|
'permission' => '権限',
|
|
'maximum_allow_number_reached' => '数は上限に達します',
|
|
'create_success_tip' => 'トークンは正常に作成されました。このデータは一度だけ表示されます。適切に保存してください<br/> <br/>:トークン',
|
|
'last_used_at' => '最近の使用時間',
|
|
'token' => 'まとめ',
|
|
);
|