@coorpacademy/player-web 4.19.0 → 4.22.0

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,55 @@
1
+ {
2
+ "Access the lesson": "Dostopite do lekcije",
3
+ "Back to home": "Nazaj domov",
4
+ "Back to question": "Nazaj na vprašanje",
5
+ "Bonus!": "Bonus!",
6
+ "Get an extra life by viewing the lesson": "Z ogledom lekcije pridobite dodatno življenje",
7
+ "Check out the next chapter in this course!": "Oglejte si naslednje poglavje v tem tečaju!",
8
+ "Click to continue": "Kliknite za nadaljevanje",
9
+ "Clue": "Namig",
10
+ "Coach": "Trener",
11
+ "Congratulations!": "čestitke!",
12
+ "Context": "Kontekst",
13
+ "Correct answer": "Pravilen odgovor:",
14
+ "Correction": "Popravek",
15
+ "Did you know that?": "Ali ste vedeli, da?",
16
+ "Finish learning": "Najprej nadaljujte s tem",
17
+ "For you": "Naši najboljši izbori za vas",
18
+ "Game over": "Konec igre",
19
+ "Go to question": "Pojdi na vprašanje",
20
+ "Good answer": "Dober odgovor",
21
+ "Good job": "Dobro opravljeno!",
22
+ "Highscore": "Imate nov najboljši rezultat<br> <b>pravkar ste osvojili {{score}} zvezdic</b>",
23
+ "Key point": "Ključna točka",
24
+ "Media": "Lekcija",
25
+ "Next chapter": "Naslednje poglavje",
26
+ "Next chapter_": "Naslednje poglavje:",
27
+ "Next level": "Naslednja stopnja",
28
+ "Next level_": "Naslednja stopnja:",
29
+ "Next": "Naslednji",
30
+ "Nice try!": "Dober poskus!",
31
+ "Ooops": "Ups...",
32
+ "Question": "vprašanje",
33
+ "Ouch": "ojej...",
34
+ "Quit": "Prenehati",
35
+ "Related subjects": "Priporočeno za vas:",
36
+ "Retry chapter": "Poskusite znova poglavje",
37
+ "Retry chapter_": "Poskusi znova poglavje:",
38
+ "Retry level": "Poskusi znova",
39
+ "Retry level_": "Raven poskusa:",
40
+ "See your comment and those of your peers": "Oglejte si svoje komentarje in komentarje svojih vrstnikov.",
41
+ "Select an answer": "Izberite odgovor",
42
+ "Select something below": "Izberite nekaj spodaj",
43
+ "Share your opinion on this course": "Delite svoje mnenje o tem tečaju",
44
+ "Start learning": "Moral bi začeti s tem",
45
+ "Thank you for your review!": "Hvala za vašo oceno!",
46
+ "Type here": "Piši tukaj",
47
+ "Unlock next level": "Pravkar ste odklenili<br> <b>{{levelName}} raven</b>",
48
+ "Validate": "Predloži",
49
+ "Submit your Answer": "Oddajte svoj odgovor",
50
+ "Wrong answer": "Napačen odgovor",
51
+ "You are out of lives!": "Izginili ste iz življenj!",
52
+ "Your answer_": "Vaš odgovor:",
53
+ "Your answers_": "Vaši odgovori:",
54
+ "Need help? Found a bug? Report it here": "Rabim pomoč? Ste našli napako? Sporočite tukaj"
55
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/player-web",
3
- "version": "4.19.0",
3
+ "version": "4.22.0",
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.29.0",
64
+ "@coorpacademy/components": "11.32.0",
65
65
  "@coorpacademy/player-services": "5.2.23",
66
66
  "@coorpacademy/player-store": "4.2.27",
67
67
  "@coorpacademy/progression-engine": "11.7.0",
@@ -70,5 +70,5 @@
70
70
  "eslint": "^8.24.0",
71
71
  "lodash": "^4.17.21"
72
72
  },
73
- "gitHead": "4279931ad4a3013a1c312ff4f950f02f96e2ee8c"
73
+ "gitHead": "27ed793c9003a3fb2a99cdf4ba0ea32233a6a079"
74
74
  }