2018-02-08 04:28:24 +03:00
OC . L10N . register (
"polls" ,
{
"Polls" : "投票" ,
2019-12-15 06:14:42 +03:00
"Poll invitation \"%s\"" : "邀请 “%s” 投票" ,
2020-01-03 06:26:56 +03:00
"{owner} invited you to take part in the poll \"{title}\"" : "{owner} 邀请您参加名为「{title}」的投票" ,
2019-12-22 06:31:31 +03:00
"Go to poll" : "前往投票" ,
2020-01-03 06:26:56 +03:00
"This email is sent to you, because you are invited to vote in this poll by the poll owner." : "该电子邮件已发送给您,因为投票所有者邀请您在此投票中进行投票。" ,
2019-12-28 06:26:48 +03:00
"Polls App - New Activity" : "投票应用 - 新的活动" ,
2020-01-03 06:26:56 +03:00
"\"{title}\" had recent activity: " : "「{title}」 最近有活动:" ,
"- %s voted." : "- %s 票。" ,
"- %s updated the poll configuration. Please check your votes." : "- %s 更新了投票配置。 请检查您的投票。" ,
"- %s deleted the poll." : "- %s 删除了投票。" ,
"- %s restored the poll." : "- %s 恢复了投票。" ,
"- The poll expired." : "- 投票已过期。" ,
2019-12-30 06:25:56 +03:00
"This email is sent to you, because you subscribed to notifications of this poll. To opt out, visit the poll and remove your subscription." : "该电子邮件已发送给您,因为您已订阅此投票的通知。 要选择退出,请访问投票并移除您的订阅。" ,
2019-03-30 04:34:56 +03:00
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "一个投票应用, 与doodle/dudle类似, 可以限制访问。" ,
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "一个投票应用, 与doodle/dudle类似, 可以限制访问( 成员, 特定的分组/用户,隐藏和公开)。" ,
2020-01-06 06:28:01 +03:00
"Participants" : "参与者" ,
2020-01-23 05:56:21 +03:00
"No Participants until now" : "到目前为止没有参与者" ,
2020-01-14 05:54:47 +03:00
"No description provided" : "没有提供描述" ,
2020-01-15 05:54:41 +03:00
"The names of other participants are hidden, as this is an anonymous poll. " : "隐藏其他参与者的名称,因为这是匿名投票。" ,
2020-01-16 05:56:19 +03:00
"_%n person participated in this poll until now._::_%n persons participated in this poll until now._" : [ "到目前为止,已有 %n 人参加了这次投票。" ] ,
2020-01-06 06:28:01 +03:00
"Deleted" : "已删除" ,
2020-01-26 05:53:32 +03:00
"Group" : "群组" ,
"Place your votes until %n" : "设置您的投票截止到 %n" ,
2020-01-06 06:28:01 +03:00
"Your comment was added" : "您的注释已添加" ,
"Expired since %n" : "已于 %n 过期" ,
"Error while saving comment" : "保存注释时错误" ,
2020-01-07 06:29:09 +03:00
"You can place your vote until %n. " : "您可以投票直到 %n。 " ,
2020-01-06 06:28:01 +03:00
"Comments" : "评论" ,
"No comments yet. Be the first." : "还没有评论。成为第一个评论的人吧。" ,
2019-12-11 05:46:50 +03:00
"Create new poll" : "创建新的投票" ,
2019-12-12 06:14:41 +03:00
"Enter Title" : "输入标题" ,
2019-12-11 05:46:50 +03:00
"Poll type" : "投票类型" ,
2020-01-03 06:26:56 +03:00
"Poll schedule" : "投票时间表" ,
2019-12-11 05:46:50 +03:00
"Text based" : "基于文本" ,
"Cancel" : "取消" ,
2019-12-30 06:25:56 +03:00
"Apply" : "应用" ,
2019-12-12 06:14:41 +03:00
"Poll \"%n\" added" : "添加了投票 “%n”" ,
2020-01-16 05:56:19 +03:00
"Voting is no more possible, because this poll expired since %n." : "无法再进行投票,因为该投票已经于 %n 过期。" ,
2019-12-12 06:14:41 +03:00
"Error while creating Poll \"%n\"" : "创建投票 “%n” 时出错" ,
2020-01-21 05:54:31 +03:00
"started this poll on %n. " : "此次投票开始于 %n。" ,
2019-12-12 06:14:41 +03:00
"Add new Poll" : "添加新的投票" ,
"All polls" : "所有投票" ,
"My polls" : "我的投票" ,
"Public polls" : "公开投票" ,
"Hidden polls" : "已隐藏的投票" ,
"Deleted polls" : "已删除的投票" ,
"Error loading polls" : "加载投票时出错" ,
2020-01-13 05:54:36 +03:00
"Clone poll" : "克隆投票" ,
"Delete poll" : "删除投票" ,
"Restore poll" : "恢复投票" ,
2019-02-04 04:27:18 +03:00
"Title" : "标题" ,
2019-05-31 05:28:57 +03:00
"Access" : "投票范围" ,
2019-02-11 04:33:54 +03:00
"Owner" : "拥有者" ,
2018-12-12 04:39:56 +03:00
"Created" : "已创建" ,
2019-02-04 04:27:18 +03:00
"Expires" : "过期" ,
2019-12-31 06:27:35 +03:00
"Visible to other users" : "对其他用户可见" ,
"Hidden to other users" : "对其他用户隐藏" ,
2019-03-30 04:34:56 +03:00
"never" : "从不" ,
2019-12-10 05:48:07 +03:00
"Share with" : "共享给" ,
2019-12-12 06:14:41 +03:00
"Details" : "详情" ,
2019-03-30 04:34:56 +03:00
"Configuration" : "配置" ,
2020-01-22 05:55:58 +03:00
"Options" : "选项" ,
2020-01-06 06:28:01 +03:00
"Shares" : "共享" ,
2019-12-12 06:14:41 +03:00
"Saving" : "正在保存" ,
"Saved" : "已保存" ,
2019-12-10 05:48:07 +03:00
"Description" : "描述" ,
2019-03-30 04:34:56 +03:00
"Poll configurations" : "投票配置" ,
"Allow \"maybe\" vote" : "允许 \"可能\" 选项" ,
2019-12-10 05:48:07 +03:00
"Anonymous poll" : "匿名投票" ,
2019-03-30 04:34:56 +03:00
"Hide user names for admin" : "为管理员隐藏用户名" ,
2019-02-04 04:27:18 +03:00
"Expiration date" : "过期日期" ,
2019-12-10 05:48:07 +03:00
"Writing poll" : "编写投票" ,
"Update poll" : "更新投票" ,
2019-03-30 04:34:56 +03:00
"Title must not be empty!" : "标题不能为空!" ,
"%n successfully saved" : "%n 保存成功" ,
2019-12-12 06:14:41 +03:00
"Add a date option" : "添加日期选项" ,
2019-12-10 05:48:07 +03:00
"Shift all date options" : "更改所有日期选项" ,
2019-12-12 06:14:41 +03:00
"Shift" : "Shift" ,
"Available Options" : "可用选项" ,
2019-12-17 06:15:04 +03:00
"Click to add a date" : "点击以添加一个日期" ,
2019-12-12 06:14:41 +03:00
"Invitations" : "邀请函" ,
2020-01-14 05:54:47 +03:00
"Invited users will get informed immediately via eMail!" : "被邀请的用户将立即通过电子邮件获得通知!" ,
2020-01-06 06:28:01 +03:00
"Public shares" : "公开共享" ,
2020-01-05 06:36:51 +03:00
"Public link (" : "公开链接 (" ,
2019-12-12 06:14:41 +03:00
"Add a public link" : "添加公开链接" ,
2020-01-06 06:28:01 +03:00
"Enter a name to start the search" : "输入名称以开始搜索" ,
2019-12-31 06:27:35 +03:00
"Link copied to clipboard" : "链接已复制到剪贴板" ,
2019-12-30 06:25:56 +03:00
"Error while copying link to clipboard" : "拷贝链接到剪贴板时出错" ,
2019-12-12 06:14:41 +03:00
"Unknown user" : "未知用户" ,
2020-01-06 06:28:01 +03:00
"Public share" : "公开共享" ,
2019-12-12 06:14:41 +03:00
"Error while adding share" : "添加共享时出错" ,
"Add a new text option" : "添加新的文本选项" ,
"Enter option text and press Enter" : "输入选项文字,然后按 Enter" ,
2019-12-28 06:26:48 +03:00
"Receive notification email on activity" : "有活动时接收邮件提醒" ,
2019-12-12 06:14:41 +03:00
"Enter a valid username with at least 3 Characters" : "输入至少 3 个字符的有效用户名" ,
"You will be redirected to your personal share." : "您将被重定向到您的个人共享。" ,
"If you are not redirected to your poll click this link:" : "如果您没有被重定向到您的投票,请单击以下链接:" ,
"Your personal link to this poll: %n" : "您对此投票的个人链接:%n" ,
"Please use at least 3 characters for your user name!" : "请使用至少 3 个字符作为您的用户名!" ,
2019-12-15 06:14:42 +03:00
"This user name can not be chosen." : "无法选择此用户名。" ,
"Error saving user name" : "保存用户名时出错" ,
2020-01-07 06:29:09 +03:00
"Switch view" : "切换视图" ,
2019-12-12 06:14:41 +03:00
"Open Sidebar" : "打开侧边栏" ,
2020-01-23 05:56:21 +03:00
"There are no vote options, add some in the options section of the right side bar." : "没有投票选项,请在右侧栏的选项部分中添加一些选项。" ,
2019-12-30 06:25:56 +03:00
"Public access" : "公开访问" ,
"Hidden poll" : "隐藏的投票" ,
2020-01-14 05:54:47 +03:00
"Error deleting poll." : "删除投票时出错。" ,
"Error cloning poll." : "复制投票时出错。" ,
"Invitation mail sent to %n." : "邀请邮件已发送至 %n。" ,
"Error sending invitation mail to %n." : "发送邀请邮件到 %n 时出错。" ,
2018-12-12 04:39:56 +03:00
"Access denied" : "访问被拒绝" ,
2019-01-15 04:36:14 +03:00
"You are not allowed to view this poll or the poll does not exist." : "您无权查看此投票或者此投票不存在。" ,
"You are not allowed to edit this poll or the poll does not exist." : "您无权编辑此投票或者此投票不存在。" ,
2019-12-10 05:48:07 +03:00
"You are either not allowed to delete this poll or it doesn't exist." : "您无权删除此投票或此投票不存在。"
2018-02-08 04:28:24 +03:00
} ,
"nplurals=1; plural=0;" ) ;