@coorpacademy/app-review 0.9.3 → 0.9.4
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/fr/review.json +6 -6
- package/locales/ru/review.json +4 -4
- package/package.json +3 -3
package/locales/fr/review.json
CHANGED
|
@@ -43,15 +43,15 @@
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"list_title": "Compétences que vous pouvez
|
|
47
|
-
"list_aria_label": "
|
|
46
|
+
"list_title": "Compétences que vous pouvez reviser",
|
|
47
|
+
"list_aria_label": "Examiner le conteneur de compétences",
|
|
48
48
|
"card": {
|
|
49
49
|
"aria_label": "Carte de compétence",
|
|
50
|
-
"text": "{{total}} questions à
|
|
51
|
-
"button_text": "
|
|
50
|
+
"text": "{{total}} questions à reviser",
|
|
51
|
+
"button_text": "Reviser cette compétence"
|
|
52
52
|
},
|
|
53
53
|
"no_skills": {
|
|
54
|
-
"title": "Vous n'avez encore
|
|
55
|
-
"text": "Vous devez d'abord suivre des cours
|
|
54
|
+
"title": "Vous n'avez pas encore de compétence à réviser",
|
|
55
|
+
"text": "Vous devez d'abord suivre des cours avant de pouvoir passer en revue différentes compétences."
|
|
56
56
|
}
|
|
57
57
|
}
|
package/locales/ru/review.json
CHANGED
|
@@ -43,15 +43,15 @@
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"list_title": "Навыки, которые вы можете
|
|
47
|
-
"list_aria_label": "
|
|
46
|
+
"list_title": "Навыки, которые вы можете потренировать",
|
|
47
|
+
"list_aria_label": "Обзор контейнера навыков",
|
|
48
48
|
"card": {
|
|
49
49
|
"aria_label": "Карта навыков",
|
|
50
50
|
"text": "{{total}} вопросов для повторения",
|
|
51
|
-
"button_text": "
|
|
51
|
+
"button_text": "Потренировать этот навык"
|
|
52
52
|
},
|
|
53
53
|
"no_skills": {
|
|
54
54
|
"title": "У вас еще нет навыков для повторения",
|
|
55
|
-
"text": "Сначала вам нужно пройти курсы, прежде чем вы сможете
|
|
55
|
+
"text": "Сначала вам нужно пройти курсы, прежде чем вы сможете просмотреть различные навыки."
|
|
56
56
|
}
|
|
57
57
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/app-review",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.4",
|
|
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": "10.29.
|
|
38
|
+
"@coorpacademy/components": "10.29.3",
|
|
39
39
|
"@coorpacademy/progression-engine": "11.5.1",
|
|
40
40
|
"@coorpacademy/redux-task": "1.1.6",
|
|
41
41
|
"@coorpacademy/translate": "6.2.0",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"webpack-cli": "^4.10.0",
|
|
73
73
|
"webpack-dev-server": "^4.11.1"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "e485a161a6ae3f5ec8c90b2619a0aacabdb2e891"
|
|
76
76
|
}
|