21 lines
1.4 KiB
PHP
21 lines
1.4 KiB
PHP
<?php
|
|
|
|
return array(
|
|
//============================== New strings to translate ==============================//
|
|
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Partials\\SurveyBlankSlate.blade.php
|
|
'create_question' => '質問を作成する',
|
|
//==================================== Translations ====================================//
|
|
'Q' => 'Q',
|
|
'add_another_option' => '別のオプションを追加',
|
|
'answer' => '答え',
|
|
'attendee_details' => '出席者の詳細',
|
|
'make_this_a_required_question' => 'これを必須のオプションにする',
|
|
'no_answers' => 'この質問に対する回答はまだありません。',
|
|
'no_questions_yet' => '質問はまだありません',
|
|
'no_questions_yet_text' => 'ここで、チェックアウトプロセス中に出席者に回答を求める質問を追加できます。',
|
|
'question' => '質問',
|
|
'question_options' => '質問オプション',
|
|
'question_placeholder' => '例 完全な住所を入力してください。',
|
|
'question_type' => '質問タイプ',
|
|
'require_this_question_for_ticket(s)' => 'チケットにこの質問を要求する',
|
|
); |