forms/l10n/zh_TW.js

21 lines
847 B
JavaScript
Raw Normal View History

2019-12-22 05:14:19 +01:00
OC.L10N.register(
"forms",
{
2020-02-29 04:21:10 +01:00
"Forms" : "表單",
2020-02-21 04:25:59 +01:00
"A forms app, similar to Google Forms." : "類似 Google 表單的表單 App。",
"A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "類似 Google 表單,但能限制存取對象(成員、特定群組或使用者及公開)的表單 App。",
2020-04-28 05:17:00 +02:00
"Create new form" : "建立新表單",
2020-03-27 04:22:15 +01:00
"Delete form" : "刪除表單",
2019-12-22 05:14:19 +01:00
"Group" : "群組",
"Title" : "標題",
"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
"Form Expired" : "表單已過期"
2019-12-22 05:14:19 +01:00
},
"nplurals=1; plural=0;");