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

9 lines
251 B
PHP
Raw Normal View History

<?php
return [
"label" => "访问令牌",
2025-03-29 14:32:31 +07:00
"permission" => "权限",
2025-04-17 01:39:40 +07:00
"maximum_allow_number_reached" => "数量达到上限",
"create_success_tip" => "token 创建成功,此数据只展示一次,请妥善保存<br/><br/>:token",
];