@playkit-js/playkit-js-ivq 3.3.1-canary.0-2f5f37e → 3.3.1-canary.0-863bc0e

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playkit-js/playkit-js-ivq",
3
- "version": "3.3.1-canary.0-2f5f37e",
3
+ "version": "3.3.1-canary.0-863bc0e",
4
4
  "main": "dist/playkit-ivq.js",
5
5
  "scripts": {
6
6
  "clean": "rm -rf ./dist",
@@ -0,0 +1,51 @@
1
+ {
2
+ "ja": {
3
+ "ivq": {
4
+ "continue_button": "次へ",
5
+ "continue_button_area_label": "次へ",
6
+ "skip_button": "スキップ",
7
+ "skip_button_area_label": "スキップ",
8
+ "question_counter": "{{current}}/{{total}}",
9
+ "next_question_area_label": "次へ",
10
+ "prev_question_area_label": "戻る",
11
+ "open_question_placeholder": "解答を入力してください。",
12
+ "question": "ご質問",
13
+ "reflection_point": "詳細情報を見る",
14
+ "welcome_title": "ビデオクイズを開始します!",
15
+ "start_quiz": "開始します",
16
+ "submit_button": "送信",
17
+ "submit_button_area_label": "送信",
18
+ "review_button": "修正",
19
+ "review_button_area_label": "修正",
20
+ "review_title": "あと少しで完了です",
21
+ "review_description": "まだ完了していません。問題を完成させてください。",
22
+ "submit_title": "お疲れ様でした!",
23
+ "submit_description": "解答を修正するか、そのまま提出して次に進んでください。",
24
+ "quiz_score": "{{quizScore}}",
25
+ "retake_button": "もう一度やり直し",
26
+ "retake_button_area_label": "もう一度やり直し",
27
+ "close_button": "閉じる",
28
+ "close_button_aria_label": "閉じる",
29
+ "quiz_completed": "お疲れ様でした!",
30
+ "back_button": "戻る",
31
+ "correct_answer_is": "正解は:",
32
+ "your_answer": "選択された回答",
33
+ "correct_answer": "正解",
34
+ "incorrect_answer": "不正解",
35
+ "wrong_answer": "不正解",
36
+ "show_hint": "ヒントを表示",
37
+ "hide_hint": "ヒントを閉じる",
38
+ "show_feedback": "フィードバックを表示",
39
+ "hide_feedback": "フィードバックを閉じる",
40
+ "answer_number": "解答番号",
41
+ "review_question": "修正",
42
+ "tip": "一部のクイズの質問が回答されていません。 最後に提出します。",
43
+ "available_attempts_message": "利用可能な総試行回数です: {{availableAttempts}}",
44
+ "quiz_almost_done_title": "あと少しで完了です",
45
+ "quiz_almost_done_description": "一部のクイズの質問が回答されていません。すべての質問に答えて提出お願いします。",
46
+ "quiz_submit_description": "解答を確認し、送信して下さい。",
47
+ "quiz_completed_description": "動画を最後まで見て応募してください。",
48
+ "quiz_submitted_title": "解答提出"
49
+ }
50
+ }
51
+ }
@@ -42,7 +42,12 @@
42
42
  "answer_number": "질문",
43
43
  "review_question": "질문과 답변을 보려면 클릭하십시오.",
44
44
  "tip" : "모든 질문에 답변해야 합니다. </br>퀴즈는 마지막에 제출됩니다.",
45
- "available_attempts_message": "이 퀴즈 총 시도 횟수: {{availableAttempts}}"
45
+ "available_attempts_message": "이 퀴즈 총 시도 횟수: {{availableAttempts}}",
46
+ "quiz_almost_done_title": "거의 완료되었습니다",
47
+ "quiz_almost_done_description": "몇 가지 질문에 답하지 않은 것으로 보입니다. 제출할 퀴즈를 완료하십시오.",
48
+ "quiz_submit_description": "잠시 시간을 내어 답변을 검토하거나 계속해서 답변을 제출하세요.",
49
+ "quiz_completed_description": "퀴즈 동영상을 끝까지 시청하여 제출하시기 바랍니다.",
50
+ "quiz_submitted_title": "퀴즈 답변 제출"
46
51
  }
47
52
  }
48
53
  }