friendica-addons/webrtc/lang/zh-cn/strings.php

16 lines
1.2 KiB
PHP

<?php
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
return intval(0);
}}
$a->strings['WebRTC Videochat'] = 'WebRTC 视频通话';
$a->strings['Save Settings'] = '保存设置';
$a->strings['WebRTC Base URL'] = 'WebRTC Base URL';
$a->strings['Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org .'] = '通知您的用户将启用的 WebRTC 聊天室。例如您可以使用 https://live.mayfirst.org。';
$a->strings['Settings updated.'] = '设置已更新。';
$a->strings['Video Chat'] = '视频通话';
$a->strings['WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with.'] = 'WebRTC 是一款视频和音频会议工具,可在 Firefox (21 及以上版本) 和 Chrome/Chromium (25 及以上版本) 上使用。只需创建一个新的聊天室并将链接发送给您想要聊天的人即可开始聊天。';
$a->strings['Please contact your friendica admin and send a reminder to configure the WebRTC addon.'] = '请联系提醒您的 friendica 管理员完成 WebRTC 插件的配置。';