123456789101112131415161718192021222324252627282930 |
- <?php
- $lang['vod_tencent_play_key'] = '防盗链 Key';
- $lang['vod_tencent_play_domain'] = '点播域名';
- $lang['vod_tencent_appid'] = 'Tencent APPID';
- $lang['vod_tencent_secret_id'] = 'Tencent SecretId';
- $lang['vod_tencent_secret_key'] = 'Tencent SecretKey';
- $lang['vod_tencent_secret_id_required'] = 'Tencent SecretId 为必填';
- $lang['vod_tencent_secret_key_required'] = 'Tencent SecretKey 为必填';
- $lang['vod_tencent_tips'] = '<a href="https://cloud.tencent.com/product/vod" target="_blank">相关文档</a> <a href="https://cloud.tencent.com/document/product/266/9219" target="_blank">申请密钥</a>';
- $lang['live_push_domain'] = '推流域名';
- $lang['live_push_key'] = '推流key';
- $lang['live_play_domain'] = '拉流域名';
- $lang['live_type'] = '直播类型';
- $lang['live_type_0'] = '小程序原生直播';
- $lang['live_type_1'] = '小程序组件直播';
- $lang['video_type'] = '视频服务商';
- $lang['video_type_tencent'] = '腾讯云';
- $lang['video_type_aliyun'] = '阿里云';
- $lang['aliyun_user_id'] = '阿里云账号ID';
- $lang['aliyun_access_key_id'] = '阿里云账号AccessKeyID';
- $lang['aliyun_access_key_secret'] = '阿里云账号AccessKeySecret';
- $lang['aliyun_access_key_secret_tips'] = '<a href="https://help.aliyun.com/product/29932.html" target="_blank">相关文档</a> <a href="https://help.aliyun.com/document_detail/57056.html" target="_blank">申请密钥</a>';
- $lang['aliyun_live_push_domain'] = '阿里云推流域名';
- $lang['aliyun_live_push_key'] = '阿里云推流鉴权key';
- $lang['aliyun_live_play_domain'] = '阿里云播流域名';
- $lang['aliyun_live_play_key'] = '阿里云播流鉴权key';
- return $lang;
|