intimacylevel.php 398 B

1234567891011121314
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Name' => '称号名称',
  5. 'Info' => '介绍',
  6. 'Level' => '等级',
  7. 'Value' => '当前等级所需亲密度',
  8. 'Typing_switch' => '文字聊天',
  9. 'Sound_switch' => '语音条',
  10. 'Audio_switch' => '语音通话',
  11. 'Video_switch' => '视频通话',
  12. 'Image_switch' => '发送图片'
  13. ];