forms/l10n/zh_CN.js

22 lines
958 B
JavaScript
Raw Normal View History

2019-07-03 18:09:14 +02:00
OC.L10N.register(
"forms",
{
2020-02-29 04:21:10 +01:00
"Forms" : "表单",
2019-07-03 18:09:14 +02:00
"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)." : "一个表单应用,类似于谷歌表单,可以限制访问(成员,特定的分组/用户,和公开)",
2020-04-28 05:17:00 +02:00
"Create new form" : "创建新表单",
2020-03-27 04:22:15 +01:00
"Delete form" : "删除表单",
2020-03-28 04:23:49 +01:00
"Cannot copy, please copy the link manually" : "无法复制,请手动复制链接",
2019-07-03 18:09:14 +02:00
"Group" : "分组",
"Description" : "描述",
2020-04-29 05:16:35 +02:00
"Settings" : "设置",
"Set expiration date" : "设置过期日期",
"Sharing" : "正在共享",
"Share link" : "共享链接",
2020-03-27 04:22:15 +01:00
"Name of user or group" : "用户或分组名称",
"Expiration date" : "过期日期",
2020-04-29 05:16:35 +02:00
"Submit" : "提交",
"Form Expired" : "表单已过期"
2019-07-03 18:09:14 +02:00
},
"nplurals=1; plural=0;");