@coorpacademy/player-web 4.5.2-alpha.4 → 4.5.3-alpha.23

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.
@@ -0,0 +1,54 @@
1
+ {
2
+ "Access the lesson": "เข้าถึงบทเรียน",
3
+ "Back to home": "ย้อนกลับไปหน้าแรก",
4
+ "Back to question": "ย้อนกลับไปที่คำถาม",
5
+ "Bonus!": "โบนัส!",
6
+ "Get an extra life by viewing the lesson": "รับชีวิตเพิ่มโดยการดูบทเรียน",
7
+ "Check out the next chapter in this course!": "ลองดูบทถัดไปในหลักสูตรนี้!",
8
+ "Click to continue": "คลิกเพื่อไปต่อ",
9
+ "Clue": "คำใบ้",
10
+ "Coach": "โค้ช",
11
+ "Congratulations!": "ยินดีด้วย!",
12
+ "Context": "บริบท",
13
+ "Correct answer": "คำตอบที่ถูก:",
14
+ "Correction": "การแก้ไข",
15
+ "Did you know that?": "รู้มาก่อนหรือเปล่า?",
16
+ "Finish learning": "ทำอันนี้ต่อก่อน",
17
+ "For you": "สิ่งที่เราคัดสรรให้คุณ",
18
+ "Game over": "เกมโอเวอร์",
19
+ "Go to question": "ไปที่คำถาม",
20
+ "Good answer": "ตอบได้ดี",
21
+ "Good job": "ทำได้ดีมาก!",
22
+ "Highscore": "คุณทำสถิติใหม่<br><b>คุณเพิ่งได้รับดาว {{score}} ดวง</b>",
23
+ "Key point": "ประเด็นสำคัญ",
24
+ "Media": "บทเรียน",
25
+ "Next chapter": "บทถัดไป",
26
+ "Next chapter_": "บทถัดไป:",
27
+ "Next level": "ด่านถัดไป",
28
+ "Next level_": "ด่านถัดไป:",
29
+ "Next": "ถัดไป",
30
+ "Nice try!": "เกือบดีแล้ว!",
31
+ "Ooops": "อุ๊ย...",
32
+ "Question": "คำถาม",
33
+ "Ouch": "โอ๊ย...",
34
+ "Quit": "ออก",
35
+ "Related subjects": "แนะนำมาให้คุณ:",
36
+ "Retry chapter": "ลองบทนี้อีกครั้ง",
37
+ "Retry chapter_": "ลองบทนี้อีกครั้ง:",
38
+ "Retry level": "ลองด่านนี้อีกครั้ง",
39
+ "Retry level_": "ลองด่านนี้อีกครั้ง:",
40
+ "See your comment and those of your peers": "ดูความคิดเห็นของคุณและเพื่อนๆ",
41
+ "Select an answer": "เลือกคำตอบ",
42
+ "Select something below": "เลือกจากด้านล่าง",
43
+ "Share your opinion on this course": "แสดงความคิดเห็นของคุณเกี่ยวกับหลักสูตรนี้",
44
+ "Start learning": "คุณควรเริ่มต้นจากอันนี้",
45
+ "Thank you for your review!": "ขอบคุณสำหรับบทวิจารณ์!",
46
+ "Type here": "พิมพ์ตรงนี้",
47
+ "Unlock next level": "คุณเพิ่งปลดล็อกด่าน <br><b>{{levelName}}</b>",
48
+ "Validate": "ส่ง",
49
+ "Wrong answer": "ตอบผิด",
50
+ "You are out of lives!": "พลังชีวิตคุณหมดแล้ว!",
51
+ "Your answer_": "คำตอบของคุณ:",
52
+ "Your answers_": "คำตอบของคุณ:",
53
+ "Need help? Found a bug? Report it here": "ต้องการความช่วยเหลือไหม เจอบั๊กเหรอ รายงานที่นี่เลย"
54
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/player-web",
3
- "version": "4.5.2-alpha.4+c0946e65e",
3
+ "version": "4.5.3-alpha.23+4c2502695",
4
4
  "description": "CoorpAcademy web slide-player",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -61,7 +61,7 @@
61
61
  "react-dom": "^17.0.2"
62
62
  },
63
63
  "dependencies": {
64
- "@coorpacademy/components": "11.9.2-alpha.4+c0946e65e",
64
+ "@coorpacademy/components": "11.9.3-alpha.23+4c2502695",
65
65
  "@coorpacademy/player-services": "5.2.21",
66
66
  "@coorpacademy/player-store": "4.2.24",
67
67
  "@coorpacademy/progression-engine": "11.5.3",
@@ -70,5 +70,5 @@
70
70
  "eslint": "^8.24.0",
71
71
  "lodash": "^4.17.21"
72
72
  },
73
- "gitHead": "c0946e65ed2d9bc255b781dfd85ec0952c8a1ace"
73
+ "gitHead": "4c250269540178828795ffa155327f28cb0b2cc2"
74
74
  }