forms/l10n/zh_CN.js
2020-05-07 03:17:42 +00:00

42 lines
2 KiB
JavaScript

OC.L10N.register(
"forms",
{
"Forms" : "表单",
"A forms app, similar to Google Forms." : "一个表单应用,类似于谷歌表单。",
"A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "一个表单应用,类似于谷歌表单,可以限制访问(成员,特定的分组/用户,和公开)",
"New form" : "新表格",
"Loading forms …" : "正在加载表格",
"No forms created yet" : "尚未发现表格",
"Create a form" : "创建表格",
"Select a form or create a new one" : "选择一个表格或新建表格",
"Create new form" : "创建新表单",
"An error occurred while loading the forms list" : "在加载表格时发生错误",
"Unable to create a new form" : "无法新建表格",
"Responses" : "回应",
"Clone form" : "克隆表格",
"Delete form" : "删除表单",
"Form link copied" : "已复制表格连接",
"Cannot copy, please copy the link manually" : "无法复制,请手动复制链接",
"Copy share link" : "复制共享链接",
"Are you sure you want to delete the form “{title}”?" : "您确定删除表格\"{title}\"吗?",
"Error while deleting form “{title}”" : "在删除表格\"{title}\"时发生错误",
"No recommendations. Start typing." : "没有推荐。开始输入。",
"Searching …" : "正在搜索 ...",
"No elements found." : "未发现元素。",
"Group" : "分组",
"Description" : "描述",
"Options" : "选项",
"Settings" : "设置",
"Set expiration date" : "设置过期日期",
"Expiration date" : "过期日期",
"Sharing" : "正在共享",
"Share link" : "共享链接",
"Submit" : "提交",
"Submit form" : "提交表格",
"Multiple choice" : "多选",
"Checkboxes" : "复选框",
"Form expired" : "已过期表格",
"This form does not exist" : "该表格不存在"
},
"nplurals=1; plural=0;");