Files
im/resource/translations/zh-Hans/api/team.php
T

14 lines
375 B
PHP
Raw Normal View History

2025-11-07 09:56:20 +08:00
<?php
return array (
'普通用户' => '普通用户',
'VIP' => 'VIP',
'渠道商' => '渠道商',
'Invalid user' => 'Invalid user',
'Access denied' => 'Access denied',
'It cannot be lower than the user\\\'s current level' => 'It cannot be lower than the user\\\'s current level',
2026-03-06 02:31:40 +08:00
'V1' => 'V1',
'V2' => 'V2',
'V3' => 'V3',
'V4' => 'V4',
'V5' => 'V5',
2025-11-07 09:56:20 +08:00
);