Files
im/resource/translations/zh-Hans/api/team.php
T
commie c153975eed 7
2026-01-08 05:42:44 +08:00

9 lines
295 B
PHP
Executable File

<?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',
);