mirror of https://github.com/sualko/cloud_bbb
[tx-robot] updated from transifex
parent
b4929d4036
commit
7d016ce59a
|
@ -18,6 +18,7 @@ OC.L10N.register(
|
||||||
"Let's go!" : "让我们出发吧!",
|
"Let's go!" : "让我们出发吧!",
|
||||||
"Please enter your name!" : "请输入您的名字!",
|
"Please enter your name!" : "请输入您的名字!",
|
||||||
"The name must be at least 3 characters long." : "名称长度必须至少有3个字符。",
|
"The name must be at least 3 characters long." : "名称长度必须至少有3个字符。",
|
||||||
|
"You have to provide the correct password to join the meeting." : "您必须提供正确的密码以加入会议。",
|
||||||
"Display name" : "显示名称",
|
"Display name" : "显示名称",
|
||||||
"Password" : "密码",
|
"Password" : "密码",
|
||||||
"Join" : "加入",
|
"Join" : "加入",
|
||||||
|
@ -31,8 +32,16 @@ OC.L10N.register(
|
||||||
"Record" : "记录",
|
"Record" : "记录",
|
||||||
"Recordings" : "记录",
|
"Recordings" : "记录",
|
||||||
"Edit" : "编辑",
|
"Edit" : "编辑",
|
||||||
|
"Descriptive name of this room." : "此房间的描述名称。",
|
||||||
|
"This message is shown to all users in the chat area after they joined." : "此消息在他们加入后将向在聊天区域的所有用户显示。",
|
||||||
|
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "给此房间设置参与者数量的限制。零表示没有限制。",
|
||||||
|
"If enabled, the moderator is able to start the recording." : "如果启用,主持人将可以使用录音。",
|
||||||
|
"Public: Everyone knowing the link is able to join. Password: Guests have to provide a password. Waiting room: A moderator has to accept every guest before they can join. Internal: Only Nextcloud users can join." : "公开:所有知道链接的人都可以加入。密码:访客必须提供密码。接待室:所有访客都需要经过主持人同意才能加入。内部:只有Nextcloud用户可以加入。",
|
||||||
|
"Edit \"{room}\"" : "编辑 “{room}”",
|
||||||
"Welcome" : "欢迎",
|
"Welcome" : "欢迎",
|
||||||
|
"Participant limit" : "参与者限制",
|
||||||
"Miscellaneous" : "杂项",
|
"Miscellaneous" : "杂项",
|
||||||
|
"Recording" : "录音",
|
||||||
"Room name" : "房间名",
|
"Room name" : "房间名",
|
||||||
"Create" : "创建",
|
"Create" : "创建",
|
||||||
"_%n participant_::_%n participants_" : ["%n 参与者"],
|
"_%n participant_::_%n participants_" : ["%n 参与者"],
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
"Let's go!" : "让我们出发吧!",
|
"Let's go!" : "让我们出发吧!",
|
||||||
"Please enter your name!" : "请输入您的名字!",
|
"Please enter your name!" : "请输入您的名字!",
|
||||||
"The name must be at least 3 characters long." : "名称长度必须至少有3个字符。",
|
"The name must be at least 3 characters long." : "名称长度必须至少有3个字符。",
|
||||||
|
"You have to provide the correct password to join the meeting." : "您必须提供正确的密码以加入会议。",
|
||||||
"Display name" : "显示名称",
|
"Display name" : "显示名称",
|
||||||
"Password" : "密码",
|
"Password" : "密码",
|
||||||
"Join" : "加入",
|
"Join" : "加入",
|
||||||
|
@ -29,8 +30,16 @@
|
||||||
"Record" : "记录",
|
"Record" : "记录",
|
||||||
"Recordings" : "记录",
|
"Recordings" : "记录",
|
||||||
"Edit" : "编辑",
|
"Edit" : "编辑",
|
||||||
|
"Descriptive name of this room." : "此房间的描述名称。",
|
||||||
|
"This message is shown to all users in the chat area after they joined." : "此消息在他们加入后将向在聊天区域的所有用户显示。",
|
||||||
|
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "给此房间设置参与者数量的限制。零表示没有限制。",
|
||||||
|
"If enabled, the moderator is able to start the recording." : "如果启用,主持人将可以使用录音。",
|
||||||
|
"Public: Everyone knowing the link is able to join. Password: Guests have to provide a password. Waiting room: A moderator has to accept every guest before they can join. Internal: Only Nextcloud users can join." : "公开:所有知道链接的人都可以加入。密码:访客必须提供密码。接待室:所有访客都需要经过主持人同意才能加入。内部:只有Nextcloud用户可以加入。",
|
||||||
|
"Edit \"{room}\"" : "编辑 “{room}”",
|
||||||
"Welcome" : "欢迎",
|
"Welcome" : "欢迎",
|
||||||
|
"Participant limit" : "参与者限制",
|
||||||
"Miscellaneous" : "杂项",
|
"Miscellaneous" : "杂项",
|
||||||
|
"Recording" : "录音",
|
||||||
"Room name" : "房间名",
|
"Room name" : "房间名",
|
||||||
"Create" : "创建",
|
"Create" : "创建",
|
||||||
"_%n participant_::_%n participants_" : ["%n 参与者"],
|
"_%n participant_::_%n participants_" : ["%n 参与者"],
|
||||||
|
|
Loading…
Reference in New Issue