Files
nexusphp/resources/lang/zh_TW/oauth.php
2024-03-17 02:39:26 +08:00

15 lines
450 B
PHP

<?php
return [
'client' => '客戶端',
'redirect' => '回調地址',
'secret' => '密鑰',
'revoked' => '有效',
'access_token' => '訪問令牌',
'refresh_token' => '刷新令牌',
'authorization_request_title' => '授權請求',
'authorization_request_desc' => '正在請求獲取您賬號的訪問權限',
'btn_approve' => '授權',
'btn_deny' => '取消',
'skips_authorization' => '跳過授權',
];