forms/l10n/ja.js

22 lines
1.1 KiB
JavaScript
Raw Normal View History

2019-07-30 05:02:06 +02:00
OC.L10N.register(
"forms",
{
2020-02-29 04:21:10 +01:00
"Forms" : "フォーム",
2019-07-30 05:02:06 +02:00
"A forms app, similar to Google Forms." : "Googleフォームに似たフォームアプリ。",
"A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Googleフォームに似たフォームアプリ。アクセスを制限することができますメンバー、特定のグループ/ユーザー、および一般)。",
2020-04-28 05:17:00 +02:00
"Create new form" : "新規フォームを作成",
2020-03-27 04:22:15 +01:00
"Delete form" : "フォームを削除",
2020-04-04 05:20:43 +02:00
"Cannot copy, please copy the link manually" : "コピーできませんでした。手動でリンクをコピーしてください。",
2019-07-30 05:02:06 +02:00
"Group" : "グループ",
"Description" : "説明",
2020-04-29 05:16:35 +02:00
"Settings" : "設定",
"Set expiration date" : "有効期限を設定",
"Sharing" : "共有中",
"Share link" : "URLで共有",
2020-03-27 04:22:15 +01:00
"Name of user or group" : "ユーザまたはグループの名前",
"Expiration date" : "有効期限",
2020-04-30 05:19:48 +02:00
"Submit" : "送信",
2020-04-29 05:16:35 +02:00
"Form Expired" : "フォームの有効期限切れ"
2019-07-30 05:02:06 +02:00
},
"nplurals=1; plural=0;");