@coorpacademy/app-review 0.30.18 → 0.30.20
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/locales/uk/review.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"Validate": "Підтвердити",
|
|
5
5
|
"Next Question": "Наступне питання",
|
|
6
6
|
"KLF": "Ключова точка",
|
|
7
|
-
"Correct Answer": "
|
|
7
|
+
"Correct Answer": "Правильна відповідь",
|
|
8
8
|
"Wrong Answer": "Неправильна відповідь",
|
|
9
9
|
"You have won": "Ви виграли",
|
|
10
10
|
"You are now": "Ви зараз",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"presentation": {
|
|
24
24
|
"aria_label": "Контейнер з презентацією перегляду",
|
|
25
25
|
"title": "Що таке <br/>Режим перегляду?",
|
|
26
|
-
"text": "
|
|
26
|
+
"text": "Не вдається запамʼятати інформацію яку нещодавно прочитали? Це цілком нормально: без повторень досить складно щось запамʼятовувати. Щоб закріпити свої знання надовго, освіжайте памʼять за допомогою режиму перевірки!",
|
|
27
27
|
"button": "Гаразд, зрозуміло!",
|
|
28
28
|
"label_list": {
|
|
29
29
|
"skills": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/app-review",
|
|
3
|
-
"version": "0.30.
|
|
3
|
+
"version": "0.30.20",
|
|
4
4
|
"description": "",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16.15.0"
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"main": "lib/index.js",
|
|
36
36
|
"module": "es/index.js",
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@coorpacademy/components": "11.20.
|
|
38
|
+
"@coorpacademy/components": "11.20.2",
|
|
39
39
|
"@coorpacademy/progression-engine": "11.7.0",
|
|
40
40
|
"@coorpacademy/redux-task": "1.1.6",
|
|
41
41
|
"@coorpacademy/review-services": "1.6.1",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"webpack-cli": "^4.10.0",
|
|
75
75
|
"webpack-dev-server": "^4.11.1"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "0144cfdd246cec7210f632842c1b1063d3c52c5c"
|
|
78
78
|
}
|
package/locales/.mtslconfig.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ignore_dirs":[]}
|