2020-05-20 05:20:45 +02:00
|
|
|
OC.L10N.register(
|
|
|
|
"bbb",
|
|
|
|
{
|
2020-10-02 05:26:21 +02:00
|
|
|
"You created the room %s." : "你创建了房间:%s",
|
|
|
|
"You deleted the room %s." : "你删除了房间:%s",
|
|
|
|
"{user} deleted the room %s." : "{user} 删除了房间:%s",
|
2020-10-19 05:31:57 +02:00
|
|
|
"{user} shared the room %s with you." : "{user} 向你分享房间 %s",
|
|
|
|
"The meeting in room \"%s\" has ended." : "房间 “%s” 的通话已结束",
|
|
|
|
"Room not found" : "房间未找到",
|
2020-09-01 05:20:35 +02:00
|
|
|
"Back to %s" : "返回 %s",
|
2020-10-19 05:31:57 +02:00
|
|
|
"API URL" : "API URL",
|
|
|
|
"API secret" : "API 密匙",
|
2020-05-20 05:20:45 +02:00
|
|
|
"Save" : "保存",
|
2020-12-13 04:36:35 +01:00
|
|
|
"Let's go!" : "让我们出发吧!",
|
2020-10-19 05:31:57 +02:00
|
|
|
"Please enter your name!" : "请输入您的名字!",
|
2020-05-24 05:19:50 +02:00
|
|
|
"Display name" : "显示名称",
|
2020-06-06 05:22:34 +02:00
|
|
|
"Password" : "密码",
|
|
|
|
"Join" : "加入",
|
2020-08-30 05:18:51 +02:00
|
|
|
"Hello %s" : "%s 你好",
|
|
|
|
"Group" : "群组",
|
2020-10-19 05:31:57 +02:00
|
|
|
"Searching" : "搜索中",
|
2020-08-30 05:18:51 +02:00
|
|
|
"No matches" : "无匹配项",
|
2020-05-20 05:20:45 +02:00
|
|
|
"Name" : "名称",
|
2020-09-09 05:14:27 +02:00
|
|
|
"Access" : "投票范围",
|
2020-06-06 05:22:34 +02:00
|
|
|
"Edit" : "编辑",
|
2020-05-20 05:20:45 +02:00
|
|
|
"Welcome" : "欢迎",
|
2020-06-16 05:21:30 +02:00
|
|
|
"Miscellaneous" : "杂项",
|
2020-05-20 05:20:45 +02:00
|
|
|
"Room name" : "房间名",
|
|
|
|
"Create" : "创建",
|
|
|
|
"Delete" : "删除",
|
2020-10-19 05:31:57 +02:00
|
|
|
"Delete \"{name}\"?" : "你确定要删除 “{name}” 吗?",
|
2020-05-20 05:20:45 +02:00
|
|
|
"Error" : "错误",
|
|
|
|
"Server error" : "服务器错误",
|
2020-06-17 05:19:38 +02:00
|
|
|
"moderator" : "主持人",
|
2020-06-19 05:23:03 +02:00
|
|
|
"Share" : "共享",
|
2020-06-16 05:21:30 +02:00
|
|
|
"Loading" : "正在加载",
|
2020-10-28 04:35:55 +01:00
|
|
|
"Settings saved" : "设置已保存"
|
2020-05-20 05:20:45 +02:00
|
|
|
},
|
|
|
|
"nplurals=1; plural=0;");
|