mirror of https://github.com/sualko/cloud_bbb
[tx-robot] updated from transifex
parent
c7194de6c7
commit
c9f8edd836
|
@ -4,13 +4,20 @@ OC.L10N.register(
|
|||
"You created the room %s." : "你创建了房间:%s",
|
||||
"You deleted the room %s." : "你删除了房间:%s",
|
||||
"{user} deleted the room %s." : "{user} 删除了房间:%s",
|
||||
"{user} shared the room %s with you." : "{user} 向你分享房间 %s",
|
||||
"The meeting in room \"%s\" has ended." : "房间 “%s” 的通话已结束",
|
||||
"Room not found" : "房间未找到",
|
||||
"Back to %s" : "返回 %s",
|
||||
"API URL" : "API URL",
|
||||
"API secret" : "API 密匙",
|
||||
"Save" : "保存",
|
||||
"Please enter your name!" : "请输入您的名字!",
|
||||
"Display name" : "显示名称",
|
||||
"Password" : "密码",
|
||||
"Join" : "加入",
|
||||
"Hello %s" : "%s 你好",
|
||||
"Group" : "群组",
|
||||
"Searching" : "搜索中",
|
||||
"No matches" : "无匹配项",
|
||||
"Name" : "名称",
|
||||
"Access" : "投票范围",
|
||||
|
@ -20,11 +27,13 @@ OC.L10N.register(
|
|||
"Room name" : "房间名",
|
||||
"Create" : "创建",
|
||||
"Delete" : "删除",
|
||||
"Delete \"{name}\"?" : "你确定要删除 “{name}” 吗?",
|
||||
"Error" : "错误",
|
||||
"Server error" : "服务器错误",
|
||||
"moderator" : "主持人",
|
||||
"Share" : "共享",
|
||||
"Loading" : "正在加载",
|
||||
"Settings saved" : "设置已保存"
|
||||
"Settings saved" : "设置已保存",
|
||||
"URL has to start with https" : "URL 必须以 https:// 开头"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -2,13 +2,20 @@
|
|||
"You created the room %s." : "你创建了房间:%s",
|
||||
"You deleted the room %s." : "你删除了房间:%s",
|
||||
"{user} deleted the room %s." : "{user} 删除了房间:%s",
|
||||
"{user} shared the room %s with you." : "{user} 向你分享房间 %s",
|
||||
"The meeting in room \"%s\" has ended." : "房间 “%s” 的通话已结束",
|
||||
"Room not found" : "房间未找到",
|
||||
"Back to %s" : "返回 %s",
|
||||
"API URL" : "API URL",
|
||||
"API secret" : "API 密匙",
|
||||
"Save" : "保存",
|
||||
"Please enter your name!" : "请输入您的名字!",
|
||||
"Display name" : "显示名称",
|
||||
"Password" : "密码",
|
||||
"Join" : "加入",
|
||||
"Hello %s" : "%s 你好",
|
||||
"Group" : "群组",
|
||||
"Searching" : "搜索中",
|
||||
"No matches" : "无匹配项",
|
||||
"Name" : "名称",
|
||||
"Access" : "投票范围",
|
||||
|
@ -18,11 +25,13 @@
|
|||
"Room name" : "房间名",
|
||||
"Create" : "创建",
|
||||
"Delete" : "删除",
|
||||
"Delete \"{name}\"?" : "你确定要删除 “{name}” 吗?",
|
||||
"Error" : "错误",
|
||||
"Server error" : "服务器错误",
|
||||
"moderator" : "主持人",
|
||||
"Share" : "共享",
|
||||
"Loading" : "正在加载",
|
||||
"Settings saved" : "设置已保存"
|
||||
"Settings saved" : "设置已保存",
|
||||
"URL has to start with https" : "URL 必须以 https:// 开头"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
Loading…
Reference in New Issue