зеркало из https://github.com/nextcloud/spreed.git
77 строки
4.8 KiB
JavaScript
77 строки
4.8 KiB
JavaScript
OC.L10N.register(
|
||
"spreed",
|
||
{
|
||
"Video calls" : "视频通话",
|
||
"(group)" : "(组)",
|
||
"New public call" : "新公共通话",
|
||
"Screensharing is not supported by your browser." : "你的浏览器不支持屏幕共享.",
|
||
"Screensharing is about to start…" : "屏幕共享即将开始...",
|
||
"Screensharing requires the page to be loaded through HTTPS." : "屏幕共享需要页面通过 HTTPS 装入.",
|
||
"The screensharing request has been cancelled." : "屏幕共享请求被终止.",
|
||
"Screensharing extension is required to share your screen." : "屏幕共享扩展需要共享你的屏幕.",
|
||
"Please use a different browser like Firefox or Chrome to share your screen." : "请使用不同的浏览器例如 Firefox 或 Chrome 来共享你的屏幕.",
|
||
"An error occurred while starting screensharing." : "开始屏幕共享时有一个错误发生.",
|
||
"Waiting for {participantName} to join the call …" : "等待 {participantName} 加入通话 …",
|
||
"Waiting for others to join the call …" : "等待其他人加入通话 ...",
|
||
"Waiting for camera and microphone permissions" : "等待摄像头和麦克风的授权",
|
||
"Please, give your browser access to use your camera and microphone in order to use this app." : "如果使用这个应用程序,请允许你的浏览器使用的你摄像头和麦克风",
|
||
"Looking great today! :)" : "今天看起来很棒! :)",
|
||
"Time to call your friends" : "是时候给你的朋友打电话了",
|
||
"Guest" : "访客",
|
||
"Copy" : "复制",
|
||
"Copied!" : "已复制!",
|
||
"Not supported!" : "不支持!",
|
||
"Press ⌘-C to copy." : "请按 ⌘-C 键复制",
|
||
"Press Ctrl-C to copy." : "请按 Ctrl-C 键复制",
|
||
"This call has ended" : "此次通话已结束",
|
||
"Saving failed" : "保存失败",
|
||
"Add person" : "增加成员",
|
||
"Rename" : "重命名",
|
||
"Share link" : "分享链接",
|
||
"Leave call" : "离开通话",
|
||
"No other people in this call" : " 此通话中没有其他人",
|
||
"You" : "你",
|
||
"and you" : "和你\n ",
|
||
"Access to microphone & camera is only possible with HTTPS" : "仅使用HTTPS访问麦克风和摄像头",
|
||
"Please adjust your configuration" : "请调整您的配置",
|
||
"Access to microphone & camera was denied" : "访问麦克风和摄像头被拒绝",
|
||
"WebRTC is not supported in your browser" : "你的浏览器不支持WebRTC",
|
||
"Please use a different browser like Firefox or Chrome" : "请使用Firefox或Chrome等其他浏览器",
|
||
"Error while accessing microphone & camera" : "访问麦克风和摄像头时出错",
|
||
"WebRTC is not supported in your browser :-/" : "你的浏览器不支持WebRTC :-/",
|
||
"My screen" : "我的屏幕",
|
||
"{actor} invited you to a private call" : "{actor}邀请你加入一个私人通话",
|
||
"{actor} invited you to a group call" : "{actor}邀请你加入一个组通话",
|
||
"{actor} invited you to the call {call}" : "{actor} 邀请你加入这个通话 {call}",
|
||
"You were invited to a <strong>video call</strong>" : "你被邀请加入一个视频通话",
|
||
"_%n other guest_::_%n other guests_" : ["%n 其他访客"],
|
||
"_%n guest_::_%n guests_" : ["%n 访客"],
|
||
", " : ", ",
|
||
"Invalid format, must be stunserver:port." : "无效格式,必须是stun服务器:端口",
|
||
"Invalid port specified." : "指定的端口无效。",
|
||
"Invalid protocols specified." : "指定的协议无效。",
|
||
"Saved" : "已保存",
|
||
"%s invited you to a private call" : "%s 邀请你加入私人通话",
|
||
"{user} invited you to a private call" : "{user} 邀请你加入私人通话",
|
||
"%s invited you to a group call: %s" : "%s邀请你加入到一个组通话%s",
|
||
"{user} invited you to a group call: {call}" : "{user}邀请你加入一个组通话{call}",
|
||
"%s invited you to a group call" : "%s邀请你入一个组通话",
|
||
"{user} invited you to a group call" : "{user}邀请你加入一个组通话",
|
||
"Fullscreen" : "全屏",
|
||
"Mute audio" : "静音",
|
||
"Disable video" : "禁用视频",
|
||
"Share screen" : "共享屏幕",
|
||
"Smile in 3… 2… 1!" : "微笑中3... 2... 1!",
|
||
"Choose person …" : "选择人...",
|
||
"STUN server" : "STUN 服务器",
|
||
"The STUN server is used to determine the public address of participants behind a router." : "STUN服务器是用来决定在路由器后面的参与者的公开地址",
|
||
"TURN server" : "TURN 服务器",
|
||
"TURN server shared secret" : "TURN服务器分享的秘密",
|
||
"TURN server protocols" : "TURN服务器协议",
|
||
"UDP and TCP" : "UDP 和 TCP",
|
||
"UDP only" : "仅UDP",
|
||
"TCP only" : "仅TCP",
|
||
"The TURN server is used to proxy the traffic from participants behind a firewall." : "TURN服务器是用来为防火墙后面的参与者代理流量的"
|
||
},
|
||
"nplurals=1; plural=0;");
|