diff --git a/l10n/ja.js b/l10n/ja.js index 8fdf389..7c5ef42 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -15,9 +15,19 @@ OC.L10N.register( "Responses" : "回答", "Clone form" : "フォームを複製", "Delete form" : "フォームを削除", + "Form link copied" : "フォームのリンクをコピーしました", "Cannot copy, please copy the link manually" : "コピーできませんでした。手動でリンクをコピーしてください。", + "Copy share link" : "共有リンクをコピー", "Are you sure you want to delete {title}?" : "本当に [title] を削除してもよろしいですか?", + "Delete answer" : "回答を削除", + "Error while saving the answer" : "回答を保存中にエラーが発生しました", + "Drag to reorder the questions" : "質問の順序を掴んで変更", "Required" : "必須", + "Delete question" : "質問の削除", + "This question needs a title!" : "この質問にはタイトルが必須です!", + "Add a new answer" : "回答を追加", + "A long answer for the question “{text}”" : "質問“{text}”の複数行回答", + "A short answer for the question “{text}”" : "質問“{text}”の1行回答", "No recommendations. Start typing." : "推奨事項はありません。 入力を開始します。", "Searching …" : "検索しています…", "No elements found." : "要素が見つかりませんでした。", @@ -26,9 +36,12 @@ OC.L10N.register( "Summary" : "要約", "Options" : "オプション", "Settings" : "設定", + "Anonymous responses" : "匿名回答", "Set expiration date" : "有効期限を設定", "Expiration date" : "有効期限", + "Select expiration date" : "回答期限日の選択", "Submit" : "送信", + "Error while saving question" : "質問の保存中にエラーが発生しました", "Checkboxes" : "チェックボックス" }, "nplurals=1; plural=0;"); diff --git a/l10n/ja.json b/l10n/ja.json index 0fcfa4b..ce9e58c 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -13,9 +13,19 @@ "Responses" : "回答", "Clone form" : "フォームを複製", "Delete form" : "フォームを削除", + "Form link copied" : "フォームのリンクをコピーしました", "Cannot copy, please copy the link manually" : "コピーできませんでした。手動でリンクをコピーしてください。", + "Copy share link" : "共有リンクをコピー", "Are you sure you want to delete {title}?" : "本当に [title] を削除してもよろしいですか?", + "Delete answer" : "回答を削除", + "Error while saving the answer" : "回答を保存中にエラーが発生しました", + "Drag to reorder the questions" : "質問の順序を掴んで変更", "Required" : "必須", + "Delete question" : "質問の削除", + "This question needs a title!" : "この質問にはタイトルが必須です!", + "Add a new answer" : "回答を追加", + "A long answer for the question “{text}”" : "質問“{text}”の複数行回答", + "A short answer for the question “{text}”" : "質問“{text}”の1行回答", "No recommendations. Start typing." : "推奨事項はありません。 入力を開始します。", "Searching …" : "検索しています…", "No elements found." : "要素が見つかりませんでした。", @@ -24,9 +34,12 @@ "Summary" : "要約", "Options" : "オプション", "Settings" : "設定", + "Anonymous responses" : "匿名回答", "Set expiration date" : "有効期限を設定", "Expiration date" : "有効期限", + "Select expiration date" : "回答期限日の選択", "Submit" : "送信", + "Error while saving question" : "質問の保存中にエラーが発生しました", "Checkboxes" : "チェックボックス" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file