@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.
@@ -43,15 +43,15 @@
43
43
  }
44
44
  }
45
45
  },
46
- "list_title": "Compétences que vous pouvez réviser",
47
- "list_aria_label": "Revoir le conteneur de compétences",
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 à revoir",
51
- "button_text": "Réviser cette compétence"
50
+ "text": "{{total}} questions à reviser",
51
+ "button_text": "Reviser cette compétence"
52
52
  },
53
53
  "no_skills": {
54
- "title": "Vous n'avez encore aucune compétence à réviser",
55
- "text": "Vous devez d'abord suivre des cours pour pouvoir réviser des compétences."
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
  }
@@ -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",
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.2",
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": "b19a45149c174adceace9ac95e31bcfa6d5f66eb"
75
+ "gitHead": "e485a161a6ae3f5ec8c90b2619a0aacabdb2e891"
76
76
  }