forms/l10n/zh_CN.js

38 lines
1.4 KiB
JavaScript
Raw Permalink Normal View History

2019-07-03 18:09:14 +02:00
OC.L10N.register(
"forms",
{
2020-02-29 04:21:10 +01:00
"Forms" : "表单",
2020-05-06 05:15:29 +02:00
"New form" : "新表格",
"Loading forms …" : "正在加载表格",
"No forms created yet" : "尚未发现表格",
"Create a form" : "创建表格",
"Select a form or create a new one" : "选择一个表格或新建表格",
2020-04-28 05:17:00 +02:00
"Create new form" : "创建新表单",
2020-05-06 05:15:29 +02:00
"An error occurred while loading the forms list" : "在加载表格时发生错误",
"Unable to create a new form" : "无法新建表格",
"Responses" : "回应",
"Clone form" : "克隆表格",
2020-03-27 04:22:15 +01:00
"Delete form" : "删除表单",
2020-05-06 05:15:29 +02:00
"Form link copied" : "已复制表格连接",
2020-03-28 04:23:49 +01:00
"Cannot copy, please copy the link manually" : "无法复制,请手动复制链接",
2020-05-06 05:15:29 +02:00
"Copy share link" : "复制共享链接",
2020-06-17 04:35:00 +02:00
"Required" : "必填",
2020-05-07 05:17:42 +02:00
"No recommendations. Start typing." : "没有推荐。开始输入。",
"Searching …" : "正在搜索 ...",
"No elements found." : "未发现元素。",
2019-07-03 18:09:14 +02:00
"Group" : "分组",
"Description" : "描述",
2020-07-08 04:36:25 +02:00
"Summary" : "总结",
2020-05-06 05:15:29 +02:00
"Options" : "选项",
2020-04-29 05:16:35 +02:00
"Settings" : "设置",
"Set expiration date" : "设置过期日期",
2020-05-04 05:15:45 +02:00
"Expiration date" : "过期日期",
2020-05-06 05:15:29 +02:00
"Submit" : "提交",
"Submit form" : "提交表格",
"Checkboxes" : "复选框",
2020-07-08 04:36:25 +02:00
"Multiple choice" : "多选",
2020-05-06 05:15:29 +02:00
"Form expired" : "已过期表格",
"This form does not exist" : "该表格不存在"
2019-07-03 18:09:14 +02:00
},
"nplurals=1; plural=0;");