forms/l10n/ja.js
2020-04-28 03:17:00 +00:00

23 lines
1.6 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"forms",
{
"Forms" : "フォーム",
"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フォームに似たフォームアプリ。アクセスを制限することができますメンバー、特定のグループ/ユーザー、および一般)。",
"Create new form" : "新規フォームを作成",
"Delete form" : "フォームを削除",
"Cannot copy, please copy the link manually" : "コピーできませんでした。手動でリンクをコピーしてください。",
"Group" : "グループ",
"Title" : "Title",
"Description" : "説明",
"Name of user or group" : "ユーザまたはグループの名前",
"Expiration date" : "有効期限",
"Form Expired" : "フォームの有効期限切れ",
"This Form has expired and is no longer taking answers." : "このフォームは期限が切れており、もう回答を取得しません",
"Access denied" : "アクセス拒否",
"You are not allowed to view this form or the form does not exist." : "フォームを閲覧できないか、フォームが存在しません",
"You are not allowed to edit this form or the form does not exist." : "フォームを編集できないか、フォームが存在しません",
"You are either not allowed to delete this form or it doesn't exist." : "フォームを削除できないか、フォームが存在しません。"
},
"nplurals=1; plural=0;");