@coorpacademy/app-review 0.9.7 → 0.10.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.
- package/es/actions/api/fetch-correction.d.ts +2 -1
- package/es/actions/api/fetch-rank.d.ts +2 -1
- package/es/actions/api/fetch-skill.d.ts +2 -1
- package/es/actions/api/fetch-skills.d.ts +2 -1
- package/es/actions/api/fetch-slide.d.ts +2 -1
- package/es/actions/api/fetch-slides-to-review-by-skill-ref.d.ts +2 -1
- package/es/actions/api/post-answer.d.ts +2 -1
- package/es/actions/api/post-progression.d.ts +2 -1
- package/es/actions/ui/navigation.d.ts +1 -1
- package/es/actions/ui/slides.d.ts +1 -1
- package/es/common/index.d.ts +1 -1
- package/es/configure-store.d.ts +1 -1
- package/es/configure-store.js +1 -1
- package/es/reducers/data/corrections.d.ts +1 -1
- package/es/reducers/data/current-skill.d.ts +1 -1
- package/es/reducers/data/progression.d.ts +1 -1
- package/es/reducers/data/skills.d.ts +1 -1
- package/es/reducers/data/slides.d.ts +1 -1
- package/es/reducers/ui/slide.d.ts +0 -1
- package/es/reducers/ui/slide.js +2 -3
- package/es/types/common.d.ts +10 -186
- package/es/views/skills/index.d.ts +1 -1
- package/es/views/slides/index.d.ts +1 -1
- package/es/views/slides/index.js +0 -2
- package/es/views/slides/map-api-slide-to-ui.d.ts +2 -1
- package/lib/actions/api/fetch-correction.d.ts +2 -1
- package/lib/actions/api/fetch-rank.d.ts +2 -1
- package/lib/actions/api/fetch-skill.d.ts +2 -1
- package/lib/actions/api/fetch-skills.d.ts +2 -1
- package/lib/actions/api/fetch-slide.d.ts +2 -1
- package/lib/actions/api/fetch-slides-to-review-by-skill-ref.d.ts +2 -1
- package/lib/actions/api/post-answer.d.ts +2 -1
- package/lib/actions/api/post-progression.d.ts +2 -1
- package/lib/actions/ui/navigation.d.ts +1 -1
- package/lib/actions/ui/slides.d.ts +1 -1
- package/lib/common/index.d.ts +1 -1
- package/lib/configure-store.d.ts +1 -1
- package/lib/configure-store.js +2 -2
- package/lib/reducers/data/corrections.d.ts +1 -1
- package/lib/reducers/data/current-skill.d.ts +1 -1
- package/lib/reducers/data/progression.d.ts +1 -1
- package/lib/reducers/data/skills.d.ts +1 -1
- package/lib/reducers/data/slides.d.ts +1 -1
- package/lib/reducers/ui/slide.d.ts +0 -1
- package/lib/reducers/ui/slide.js +2 -3
- package/lib/types/common.d.ts +10 -186
- package/lib/views/skills/index.d.ts +1 -1
- package/lib/views/slides/index.d.ts +1 -1
- package/lib/views/slides/index.js +0 -2
- package/lib/views/slides/map-api-slide-to-ui.d.ts +2 -1
- package/locales/bs/review.json +1 -4
- package/locales/cs/review.json +6 -6
- package/locales/de/review.json +7 -7
- package/locales/es/review.json +7 -7
- package/locales/hr/review.json +1 -1
- package/locales/hu/review.json +7 -7
- package/locales/hy/review.json +1 -4
- package/locales/id/review.json +3 -3
- package/locales/it/review.json +6 -6
- package/locales/ja/review.json +5 -5
- package/locales/ko/review.json +7 -7
- package/locales/nl/review.json +6 -6
- package/locales/pl/review.json +6 -6
- package/locales/pt/review.json +7 -7
- package/locales/ro/review.json +6 -6
- package/locales/sk/review.json +3 -3
- package/locales/th/review.json +5 -5
- package/locales/tl/review.json +7 -7
- package/locales/tr/review.json +2 -2
- package/locales/uk/review.json +7 -7
- package/locales/vi/review.json +3 -3
- package/locales/zh/review.json +4 -4
- package/locales/zh_TW/review.json +6 -6
- package/package.json +4 -3
- package/es/services/fetch-correction.d.ts +0 -2
- package/es/services/fetch-correction.js +0 -14
- package/es/services/fetch-rank.d.ts +0 -2
- package/es/services/fetch-rank.js +0 -10
- package/es/services/fetch-skill.d.ts +0 -2
- package/es/services/fetch-skill.js +0 -11
- package/es/services/fetch-skills.d.ts +0 -2
- package/es/services/fetch-skills.js +0 -10
- package/es/services/fetch-slide.d.ts +0 -2
- package/es/services/fetch-slide.js +0 -10
- package/es/services/fetch-slides-to-review-by-skill-ref.d.ts +0 -2
- package/es/services/fetch-slides-to-review-by-skill-ref.js +0 -10
- package/es/services/index.d.ts +0 -2
- package/es/services/index.js +0 -18
- package/es/services/post-answer.d.ts +0 -2
- package/es/services/post-answer.js +0 -20
- package/es/services/post-progression.d.ts +0 -2
- package/es/services/post-progression.js +0 -21
- package/es/services/tools/fetch-responses.d.ts +0 -7
- package/es/services/tools/fetch-responses.js +0 -33
- package/es/services/tools/sleep.d.ts +0 -1
- package/es/services/tools/sleep.js +0 -3
- package/lib/services/fetch-correction.d.ts +0 -2
- package/lib/services/fetch-correction.js +0 -21
- package/lib/services/fetch-rank.d.ts +0 -2
- package/lib/services/fetch-rank.js +0 -17
- package/lib/services/fetch-skill.d.ts +0 -2
- package/lib/services/fetch-skill.js +0 -18
- package/lib/services/fetch-skills.d.ts +0 -2
- package/lib/services/fetch-skills.js +0 -17
- package/lib/services/fetch-slide.d.ts +0 -2
- package/lib/services/fetch-slide.js +0 -17
- package/lib/services/fetch-slides-to-review-by-skill-ref.d.ts +0 -2
- package/lib/services/fetch-slides-to-review-by-skill-ref.js +0 -17
- package/lib/services/index.d.ts +0 -2
- package/lib/services/index.js +0 -22
- package/lib/services/post-answer.d.ts +0 -2
- package/lib/services/post-answer.js +0 -27
- package/lib/services/post-progression.d.ts +0 -2
- package/lib/services/post-progression.js +0 -28
- package/lib/services/tools/fetch-responses.d.ts +0 -7
- package/lib/services/tools/fetch-responses.js +0 -40
- package/lib/services/tools/sleep.d.ts +0 -1
- package/lib/services/tools/sleep.js +0 -7
package/lib/reducers/ui/slide.js
CHANGED
|
@@ -24,8 +24,7 @@ state = exports.initialState, action) => {
|
|
|
24
24
|
return (0, pipe_1.default)((0, unset_1.default)([action.meta.slideRef, 'animationType']), (0, set_1.default)([action.meta.slideRef], {
|
|
25
25
|
validateButton: false,
|
|
26
26
|
animateCorrectionPopin: false,
|
|
27
|
-
showCorrectionPopin: false
|
|
28
|
-
pendingAnswerRequest: false
|
|
27
|
+
showCorrectionPopin: false
|
|
29
28
|
}))(state);
|
|
30
29
|
}
|
|
31
30
|
case answers_1.EDIT_QCM:
|
|
@@ -37,7 +36,7 @@ state = exports.initialState, action) => {
|
|
|
37
36
|
return (0, set_1.default)([action.meta.slideRef, 'validateButton'], !(0, pipe_1.default)(compact_1.default, isEmpty_1.default)(action.payload), state);
|
|
38
37
|
}
|
|
39
38
|
case post_answer_1.POST_ANSWER_REQUEST: {
|
|
40
|
-
return (0,
|
|
39
|
+
return (0, set_1.default)([action.meta.slideRef, 'validateButton'], false, state);
|
|
41
40
|
}
|
|
42
41
|
case fetch_correction_1.CORRECTION_FETCH_SUCCESS: {
|
|
43
42
|
return (0, pipe_1.default)((0, set_1.default)([action.meta.slideRef, 'animateCorrectionPopin'], true), (0, set_1.default)([action.meta.slideRef, 'showCorrectionPopin'], true))(state);
|
package/lib/types/common.d.ts
CHANGED
|
@@ -1,163 +1,15 @@
|
|
|
1
|
-
|
|
1
|
+
import { Services } from '@coorpacademy/review-services/es/types/services-types';
|
|
2
|
+
export declare type WithRequired<T, K extends keyof T> = T & {
|
|
3
|
+
[P in K]-?: T[P];
|
|
4
|
+
};
|
|
2
5
|
export interface Translate {
|
|
3
6
|
(key: string, data?: Record<string, string>): string;
|
|
4
7
|
}
|
|
5
|
-
export declare type
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
name?: string;
|
|
10
|
-
type?: 'text' | 'select';
|
|
11
|
-
label?: string;
|
|
12
|
-
items: {
|
|
13
|
-
text: string;
|
|
14
|
-
value: string;
|
|
15
|
-
_id: string;
|
|
16
|
-
}[];
|
|
17
|
-
media?: unknown;
|
|
18
|
-
};
|
|
19
|
-
declare type BaseContent = {
|
|
20
|
-
media?: unknown;
|
|
21
|
-
choices: ChoiceFromAPI[];
|
|
22
|
-
answers: string[][];
|
|
23
|
-
};
|
|
24
|
-
declare type BaseQuestion = {
|
|
25
|
-
header?: string;
|
|
26
|
-
content: BaseContent;
|
|
27
|
-
explanation?: string;
|
|
28
|
-
};
|
|
29
|
-
export declare type QcmQuestion = BaseQuestion & {
|
|
30
|
-
type: 'qcm';
|
|
31
|
-
};
|
|
32
|
-
export declare type QcmGraphicQuestion = BaseQuestion & {
|
|
33
|
-
type: 'qcmGraphic';
|
|
34
|
-
};
|
|
35
|
-
export declare type QcmDragQuestion = BaseQuestion & {
|
|
36
|
-
type: 'qcmDrag';
|
|
37
|
-
};
|
|
38
|
-
export declare type BasicQuestion = Omit<BaseQuestion, 'content'> & {
|
|
39
|
-
type: 'basic';
|
|
40
|
-
content: {
|
|
41
|
-
media?: unknown;
|
|
42
|
-
label?: string;
|
|
43
|
-
placeholder?: string;
|
|
44
|
-
id: string;
|
|
45
|
-
answers: string[][];
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
export declare type SliderQuestion = Omit<BaseQuestion, 'content'> & {
|
|
49
|
-
content: {
|
|
50
|
-
media?: unknown;
|
|
51
|
-
unitLabel: string;
|
|
52
|
-
min: number;
|
|
53
|
-
max: number;
|
|
54
|
-
step?: number;
|
|
55
|
-
answers: string[][];
|
|
56
|
-
};
|
|
57
|
-
type: 'slider';
|
|
58
|
-
};
|
|
59
|
-
export declare type TemplateQuestion = Omit<BaseQuestion, 'content'> & {
|
|
60
|
-
content: BaseContent & {
|
|
61
|
-
template: string;
|
|
62
|
-
answers: string[][];
|
|
63
|
-
};
|
|
64
|
-
type: 'template';
|
|
65
|
-
};
|
|
66
|
-
export declare type Question = QcmQuestion | QcmGraphicQuestion | QcmDragQuestion | BasicQuestion | SliderQuestion | TemplateQuestion;
|
|
67
|
-
export declare type SlideFromAPI = {
|
|
68
|
-
_id: string;
|
|
69
|
-
question: Question;
|
|
70
|
-
klf: string;
|
|
71
|
-
universalRef: string;
|
|
72
|
-
tips?: string;
|
|
73
|
-
clue?: string;
|
|
74
|
-
hasClue?: boolean;
|
|
75
|
-
parentContentTitle: {
|
|
76
|
-
title: string;
|
|
77
|
-
type: 'chapter' | 'course';
|
|
78
|
-
};
|
|
79
|
-
};
|
|
80
|
-
export declare type SlideIdFromAPI = {
|
|
81
|
-
slideId: string;
|
|
82
|
-
};
|
|
83
|
-
export declare type Rank = {
|
|
84
|
-
rank: number;
|
|
85
|
-
};
|
|
86
|
-
export declare type ProgressionAnswerItem = {
|
|
87
|
-
isCorrect: boolean;
|
|
88
|
-
slideRef: string;
|
|
89
|
-
answer: string[];
|
|
90
|
-
};
|
|
91
|
-
export declare type SlideContent = {
|
|
92
|
-
type: 'slide';
|
|
93
|
-
ref: string;
|
|
94
|
-
};
|
|
95
|
-
export declare type SuccessNodeContent = {
|
|
96
|
-
type: 'success';
|
|
97
|
-
ref: 'successExitNode';
|
|
98
|
-
};
|
|
99
|
-
export declare type ProgressionState = {
|
|
100
|
-
allAnswers: ProgressionAnswerItem[];
|
|
101
|
-
content?: SlideContent;
|
|
102
|
-
isCorrect: boolean;
|
|
103
|
-
lives?: number;
|
|
104
|
-
livesDisabled?: boolean;
|
|
105
|
-
hasViewedAResourceAtThisStep?: boolean;
|
|
106
|
-
nextContent: SlideContent | SuccessNodeContent;
|
|
107
|
-
pendingSlides: string[];
|
|
108
|
-
remainingLifeRequests?: number;
|
|
109
|
-
requestedClues?: [];
|
|
110
|
-
variables?: {};
|
|
111
|
-
viewedResources?: [];
|
|
112
|
-
slides: string[];
|
|
113
|
-
step: {
|
|
114
|
-
current: number;
|
|
8
|
+
export declare type ViewName = 'skills' | 'onboarding' | 'slides' | 'loader';
|
|
9
|
+
export declare type Skin = {
|
|
10
|
+
common: {
|
|
11
|
+
primary: string;
|
|
115
12
|
};
|
|
116
|
-
stars: number;
|
|
117
|
-
};
|
|
118
|
-
export declare type ReviewContent = {
|
|
119
|
-
type: 'skill';
|
|
120
|
-
ref: string;
|
|
121
|
-
};
|
|
122
|
-
export declare type ReviewEngine = {
|
|
123
|
-
ref: 'review';
|
|
124
|
-
};
|
|
125
|
-
export declare type ProgressionFromAPI = {
|
|
126
|
-
_id: string;
|
|
127
|
-
content: ReviewContent;
|
|
128
|
-
engine: ReviewEngine;
|
|
129
|
-
state: ProgressionState;
|
|
130
|
-
};
|
|
131
|
-
export declare type CorrectedChoice = {
|
|
132
|
-
answer: string;
|
|
133
|
-
isCorrect: boolean;
|
|
134
|
-
};
|
|
135
|
-
export declare type CorrectionFromAPI = {
|
|
136
|
-
correctAnswer: string[];
|
|
137
|
-
corrections: CorrectedChoice[];
|
|
138
|
-
};
|
|
139
|
-
export declare type SkillToReview = {
|
|
140
|
-
skillRef: string;
|
|
141
|
-
slidesToReview: number;
|
|
142
|
-
custom: boolean;
|
|
143
|
-
name: string;
|
|
144
|
-
};
|
|
145
|
-
export declare type Skill = {
|
|
146
|
-
name: string;
|
|
147
|
-
ref: string;
|
|
148
|
-
};
|
|
149
|
-
export declare type Services = {
|
|
150
|
-
fetchSkill(skillRef: string, token: string): Promise<Skill>;
|
|
151
|
-
fetchSkills(token: string): Promise<SkillToReview[]>;
|
|
152
|
-
fetchSlide(slideRef: string, token: string): Promise<SlideFromAPI | void>;
|
|
153
|
-
postProgression(skillRef: string, token: string): Promise<ProgressionFromAPI>;
|
|
154
|
-
postAnswer(progression: ProgressionFromAPI, token: string, answer: string[]): Promise<ProgressionFromAPI>;
|
|
155
|
-
fetchCorrection(slideRef: string, token: string, progressionId: string, answer: string[]): Promise<CorrectionFromAPI | void>;
|
|
156
|
-
fetchRank(token: string): Promise<Rank>;
|
|
157
|
-
fetchSlidesToReviewBySkillRef(token: string, skillRef: string): Promise<SlideIdFromAPI[]>;
|
|
158
|
-
};
|
|
159
|
-
export declare type Options = {
|
|
160
|
-
services: Services;
|
|
161
13
|
};
|
|
162
14
|
export declare type ConnectedOptions = {
|
|
163
15
|
translate: Translate;
|
|
@@ -174,34 +26,6 @@ export declare type ThunkOptions = {
|
|
|
174
26
|
callbackOnViewChanged?: AppOptions['callbackOnViewChanged'];
|
|
175
27
|
services: Services;
|
|
176
28
|
};
|
|
177
|
-
export declare type
|
|
178
|
-
|
|
179
|
-
iat: number;
|
|
180
|
-
grants: unknown;
|
|
181
|
-
iss: string;
|
|
182
|
-
user: string;
|
|
183
|
-
usage: string;
|
|
184
|
-
host: string;
|
|
185
|
-
};
|
|
186
|
-
export declare type WithRequired<T, K extends keyof T> = T & {
|
|
187
|
-
[P in K]-?: T[P];
|
|
188
|
-
};
|
|
189
|
-
export declare type Skin = {
|
|
190
|
-
common: {
|
|
191
|
-
primary: string;
|
|
192
|
-
};
|
|
193
|
-
};
|
|
194
|
-
export declare type Config = {
|
|
195
|
-
version: string;
|
|
196
|
-
livesDisabled: boolean;
|
|
197
|
-
lives: number;
|
|
198
|
-
maxTypos: number;
|
|
199
|
-
slidesToComplete: number;
|
|
200
|
-
shuffleChoices?: boolean;
|
|
201
|
-
answerBoundaryLimit: number;
|
|
202
|
-
starsPerAskingClue: number;
|
|
203
|
-
starsPerCorrectAnswer: number;
|
|
204
|
-
starsPerResourceViewed: number;
|
|
205
|
-
remainingLifeRequests: number;
|
|
29
|
+
export declare type Options = {
|
|
30
|
+
services: Services;
|
|
206
31
|
};
|
|
207
|
-
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReviewSkillsProps } from '@coorpacademy/components/es/template/app-review/skills/prop-types';
|
|
2
|
-
import { StoreState } from '../../reducers';
|
|
3
2
|
import type { ConnectedOptions } from '../../types/common';
|
|
3
|
+
import { StoreState } from '../../reducers';
|
|
4
4
|
export declare const mapStateToSkillsProps: (state: StoreState, options: ConnectedOptions) => ReviewSkillsProps;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Dispatch } from 'redux';
|
|
2
2
|
import { ReviewPlayerProps } from '@coorpacademy/components/es/template/app-review/player/prop-types';
|
|
3
3
|
import { SlideProps } from '@coorpacademy/components/es/organism/review-slide/prop-types';
|
|
4
|
-
import
|
|
4
|
+
import { ConnectedOptions } from '../../types/common';
|
|
5
5
|
import type { StoreState } from '../../reducers';
|
|
6
6
|
import type { AnswerUI } from '../../types/slides';
|
|
7
7
|
declare const ICON_VALUES: {
|
|
@@ -98,7 +98,6 @@ const buildStackSlides = (state, dispatch, options) => {
|
|
|
98
98
|
const animateCorrectionPopin = isCurrentSlideRef && slideUI.animateCorrectionPopin;
|
|
99
99
|
const showCorrectionPopin = isCurrentSlideRef && slideUI.showCorrectionPopin;
|
|
100
100
|
const animationType = lastAnsweredSlideRef ? slideUI.animationType : undefined;
|
|
101
|
-
const disabledContent = (0, get_1.default)(['ui', 'slide', slideRef, 'pendingAnswerRequest'], state);
|
|
102
101
|
const updatedUiSlide = {
|
|
103
102
|
...uiSlide,
|
|
104
103
|
position,
|
|
@@ -107,7 +106,6 @@ const buildStackSlides = (state, dispatch, options) => {
|
|
|
107
106
|
loading: false,
|
|
108
107
|
questionText,
|
|
109
108
|
answerUI,
|
|
110
|
-
disabledContent,
|
|
111
109
|
parentContentTitle: translate('Content Parent Title', {
|
|
112
110
|
contentTitle: parentContentTitle,
|
|
113
111
|
contentType: parentContentType
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Dispatch } from 'redux';
|
|
2
|
+
import { Question, SlideFromAPI } from '@coorpacademy/review-services/es/types/services-types';
|
|
2
3
|
import { AnswerUI } from '../../types/slides';
|
|
3
|
-
import {
|
|
4
|
+
import { Translate } from '../../types/common';
|
|
4
5
|
export declare const getQuestionType: (question: Question) => Question['type'];
|
|
5
6
|
export declare const mapApiSlideToUi: (dispatch: Dispatch, translate: Translate) => (slide: SlideFromAPI, answers: string[]) => {
|
|
6
7
|
questionText: string;
|
package/locales/bs/review.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Review Title": "Recenzija Mode",
|
|
3
|
-
"Content Parent Title": "Od
|
|
3
|
+
"Content Parent Title": "Od `{{contentTitle}}` `{{contentType}}`",
|
|
4
4
|
"Validate": "Potvrdi",
|
|
5
5
|
"Next Question": "Sljedeće pitanje",
|
|
6
6
|
"KLF": "Ključna tačka",
|
|
@@ -16,9 +16,6 @@
|
|
|
16
16
|
"Quit Description Text": "Na pravom ste putu! Ako sada odustanete, izgubit ćete svoj napredak.",
|
|
17
17
|
"Stop learning": "Završi sesiju",
|
|
18
18
|
"Continue learning": "Nastavite sa učenjem",
|
|
19
|
-
"Continue": "Nastavi",
|
|
20
|
-
"Type here": "Unesite ovdje",
|
|
21
|
-
"Select an answer": "Odaberite odgovor",
|
|
22
19
|
"presentation": {
|
|
23
20
|
"aria_label": "Pregledajte Presentation Container",
|
|
24
21
|
"title": "Šta je<br/> Revision Mode ?",
|
package/locales/cs/review.json
CHANGED
|
@@ -43,15 +43,15 @@
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"list_title": "Dovednosti, které
|
|
47
|
-
"list_aria_label": "
|
|
46
|
+
"list_title": "Dovednosti, které můžete prověřit",
|
|
47
|
+
"list_aria_label": "Schránka prověření dovedností",
|
|
48
48
|
"card": {
|
|
49
49
|
"aria_label": "Karta dovedností",
|
|
50
|
-
"text": "{{total}} otázek k
|
|
51
|
-
"button_text": "
|
|
50
|
+
"text": "{{total}} otázek k prověření",
|
|
51
|
+
"button_text": "Prověřit tuto dovednost"
|
|
52
52
|
},
|
|
53
53
|
"no_skills": {
|
|
54
|
-
"title": "
|
|
55
|
-
"text": "
|
|
54
|
+
"title": "Zatím nemáte žádné dovednosti k revidování",
|
|
55
|
+
"text": "Před prověřením různých dovedností musíte nejdřív dokončit kurzy."
|
|
56
56
|
}
|
|
57
57
|
}
|
package/locales/de/review.json
CHANGED
|
@@ -43,15 +43,15 @@
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"list_title": "Fähigkeiten, die
|
|
47
|
-
"list_aria_label": "Fähigkeiten
|
|
46
|
+
"list_title": "Fähigkeiten, die du prüfen lassen kannst",
|
|
47
|
+
"list_aria_label": "Fähigkeiten-Container prüfen",
|
|
48
48
|
"card": {
|
|
49
|
-
"aria_label": "
|
|
50
|
-
"text": "{{total}} Fragen zum
|
|
51
|
-
"button_text": "Diese Fähigkeit
|
|
49
|
+
"aria_label": "Fähigkeitskarte",
|
|
50
|
+
"text": "{{total}} Fragen zum Prüfen",
|
|
51
|
+
"button_text": "Diese Fähigkeit prüfen"
|
|
52
52
|
},
|
|
53
53
|
"no_skills": {
|
|
54
|
-
"title": "
|
|
55
|
-
"text": "
|
|
54
|
+
"title": "Du hast noch keine Fähigkeiten zum Prüfen",
|
|
55
|
+
"text": "Du musst zuerst Kurse absolvieren, bevor du verschiedene Fähigkeiten prüfen lassen kannst."
|
|
56
56
|
}
|
|
57
57
|
}
|
package/locales/es/review.json
CHANGED
|
@@ -43,15 +43,15 @@
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"list_title": "
|
|
47
|
-
"list_aria_label": "
|
|
46
|
+
"list_title": "Habilidades que puedes revisar",
|
|
47
|
+
"list_aria_label": "Revisar contenedor de habilidades",
|
|
48
48
|
"card": {
|
|
49
|
-
"aria_label": "Tarjeta de
|
|
50
|
-
"text": "{{total}} preguntas
|
|
51
|
-
"button_text": "Revisa esta
|
|
49
|
+
"aria_label": "Tarjeta de habilidades",
|
|
50
|
+
"text": "{{total}} preguntas para revisar",
|
|
51
|
+
"button_text": "Revisa esta habilidad"
|
|
52
52
|
},
|
|
53
53
|
"no_skills": {
|
|
54
|
-
"title": "No
|
|
55
|
-
"text": "Primero
|
|
54
|
+
"title": "No tienes ninguna habilidad para revisar todavía",
|
|
55
|
+
"text": "Primero tienes que completar cursos antes de que puedas revisar distintas habilidades."
|
|
56
56
|
}
|
|
57
57
|
}
|
package/locales/hr/review.json
CHANGED
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"list_aria_label": "Pregledajte spremnik vještina",
|
|
48
48
|
"card": {
|
|
49
49
|
"aria_label": "Kartica vještina",
|
|
50
|
-
"text": "{{
|
|
50
|
+
"text": "{{ukupno}} pitanja za pregled",
|
|
51
51
|
"button_text": "Pregledajte ovu vještinu"
|
|
52
52
|
},
|
|
53
53
|
"no_skills": {
|
package/locales/hu/review.json
CHANGED
|
@@ -43,15 +43,15 @@
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"list_title": "
|
|
47
|
-
"list_aria_label": "
|
|
46
|
+
"list_title": "Számodra áttekinthető készségek",
|
|
47
|
+
"list_aria_label": "Készségek konténer áttekintése",
|
|
48
48
|
"card": {
|
|
49
|
-
"aria_label": "
|
|
50
|
-
"text": "{{total}}
|
|
51
|
-
"button_text": "
|
|
49
|
+
"aria_label": "Készségek kártya",
|
|
50
|
+
"text": "{{total}} áttekintendő kérdés",
|
|
51
|
+
"button_text": "Tekintsd át ezt a készséget"
|
|
52
52
|
},
|
|
53
53
|
"no_skills": {
|
|
54
|
-
"title": "
|
|
55
|
-
"text": "Először
|
|
54
|
+
"title": "Egyenlőre nincs számodra áttekintendő készség",
|
|
55
|
+
"text": "Először el kell végezned egy tanfolyamot, mielőtt áttekinthetsz különféle készségeket."
|
|
56
56
|
}
|
|
57
57
|
}
|
package/locales/hy/review.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Review Title": "Վերանայման ռեժիմ",
|
|
3
|
-
"Content Parent Title": "
|
|
3
|
+
"Content Parent Title": "'{{contentTitle}}՝ ՝{{contentType}}՝-ից",
|
|
4
4
|
"Validate": "Վավերացնել",
|
|
5
5
|
"Next Question": "Հաջորդ Հարցը",
|
|
6
6
|
"KLF": "Կարեւոր կետ",
|
|
@@ -16,9 +16,6 @@
|
|
|
16
16
|
"Quit Description Text": "Դուք ճիշտ ուղու վրա եք: Եթե հիմա թողնեք, կկորցնեք ձեր առաջընթացը:",
|
|
17
17
|
"Stop learning": "Ավարտել նիստը",
|
|
18
18
|
"Continue learning": "Շարունակեք սովորել",
|
|
19
|
-
"Continue": "Շարունակել",
|
|
20
|
-
"Type here": "Գրեք այստեղ",
|
|
21
|
-
"Select an answer": "Ընտրեք պատասխան",
|
|
22
19
|
"presentation": {
|
|
23
20
|
"aria_label": "Վերանայման ներկայացման կոնտեյներ",
|
|
24
21
|
"title": "Ինչ է<br/> Վերանայման ռեժիմ.",
|
package/locales/id/review.json
CHANGED
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"list_title": "Keterampilan yang
|
|
46
|
+
"list_title": "Keterampilan yang bisa Anda tinjau",
|
|
47
47
|
"list_aria_label": "Tinjau Wadah Keterampilan",
|
|
48
48
|
"card": {
|
|
49
49
|
"aria_label": "Kartu Keterampilan",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"button_text": "Tinjau keterampilan ini"
|
|
52
52
|
},
|
|
53
53
|
"no_skills": {
|
|
54
|
-
"title": "Anda belum memiliki keterampilan untuk
|
|
55
|
-
"text": "
|
|
54
|
+
"title": "Anda belum memiliki keterampilan untuk direvisi",
|
|
55
|
+
"text": "Anda harus menuntaskan kursus terlebih dulu sebelum bisa meninjau keterampilan yang lain."
|
|
56
56
|
}
|
|
57
57
|
}
|
package/locales/it/review.json
CHANGED
|
@@ -43,15 +43,15 @@
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"list_title": "
|
|
47
|
-
"list_aria_label": "Contenitore di
|
|
46
|
+
"list_title": "Competenze che puoi rivedere",
|
|
47
|
+
"list_aria_label": "Contenitore di ripetizione delle competenze",
|
|
48
48
|
"card": {
|
|
49
|
-
"aria_label": "
|
|
49
|
+
"aria_label": "Skill Card",
|
|
50
50
|
"text": "{{total}} domande da rivedere",
|
|
51
|
-
"button_text": "Rivedi questa
|
|
51
|
+
"button_text": "Rivedi questa competenza"
|
|
52
52
|
},
|
|
53
53
|
"no_skills": {
|
|
54
|
-
"title": "Non hai ancora
|
|
55
|
-
"text": "
|
|
54
|
+
"title": "Non hai ancora competenze da rivedere",
|
|
55
|
+
"text": "Per prima cosa devi completare i corsi prima di poter rivedere diverse competenze."
|
|
56
56
|
}
|
|
57
57
|
}
|
package/locales/ja/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
|
-
"text": " {{total}}
|
|
51
|
-
"button_text": "
|
|
50
|
+
"text": "確認する {{total}} の質問",
|
|
51
|
+
"button_text": "このスキルを確認"
|
|
52
52
|
},
|
|
53
53
|
"no_skills": {
|
|
54
54
|
"title": "修正するスキルはまだありません",
|
|
55
|
-
"text": "
|
|
55
|
+
"text": "さまざまなスキルを確認する前に、まずコースを完了する必要があります。"
|
|
56
56
|
}
|
|
57
57
|
}
|
package/locales/ko/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
|
-
"aria_label": "
|
|
50
|
-
"text": "{{total}}
|
|
51
|
-
"button_text": "이
|
|
49
|
+
"aria_label": "능력 카드",
|
|
50
|
+
"text": "검토할 질문 {{total}}개",
|
|
51
|
+
"button_text": "이 스킬 검토"
|
|
52
52
|
},
|
|
53
53
|
"no_skills": {
|
|
54
|
-
"title": "아직
|
|
55
|
-
"text": "다른
|
|
54
|
+
"title": "아직 검토할 능력이 없습니다",
|
|
55
|
+
"text": "먼저 코스를 완료해야 다른 능력을 검토할 수 있습니다."
|
|
56
56
|
}
|
|
57
57
|
}
|
package/locales/nl/review.json
CHANGED
|
@@ -43,15 +43,15 @@
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"list_title": "Vaardigheden die
|
|
47
|
-
"list_aria_label": "
|
|
46
|
+
"list_title": "Vaardigheden die u kunt reviewen",
|
|
47
|
+
"list_aria_label": "Review vaardigheden container",
|
|
48
48
|
"card": {
|
|
49
49
|
"aria_label": "Vaardighedenkaart",
|
|
50
|
-
"text": "{{total}} vragen om te
|
|
51
|
-
"button_text": "
|
|
50
|
+
"text": "{{total}} vragen om te reviewen",
|
|
51
|
+
"button_text": "Review deze vaardigheid"
|
|
52
52
|
},
|
|
53
53
|
"no_skills": {
|
|
54
|
-
"title": "
|
|
55
|
-
"text": "
|
|
54
|
+
"title": "U heeft nog geen vaardigheid om te reviseren",
|
|
55
|
+
"text": "U moet eerst lessen voltooien voordat u verschillende vaardigheden kunt reviewen."
|
|
56
56
|
}
|
|
57
57
|
}
|
package/locales/pl/review.json
CHANGED
|
@@ -43,15 +43,15 @@
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"list_title": "Umiejętności, które możesz
|
|
47
|
-
"list_aria_label": "
|
|
46
|
+
"list_title": "Umiejętności, które możesz utrwalić",
|
|
47
|
+
"list_aria_label": "Kontener utrwalania umiejętności",
|
|
48
48
|
"card": {
|
|
49
49
|
"aria_label": "Karta umiejętności",
|
|
50
|
-
"text": "
|
|
51
|
-
"button_text": "
|
|
50
|
+
"text": "Pytania czekające na odpowiedź {{total}}",
|
|
51
|
+
"button_text": "Utrwal tę umiejętność"
|
|
52
52
|
},
|
|
53
53
|
"no_skills": {
|
|
54
|
-
"title": "Nie masz
|
|
55
|
-
"text": "
|
|
54
|
+
"title": "Nie masz żadnej umiejętności do powtórzenia",
|
|
55
|
+
"text": "Zanim przejdziesz do utrwalania różnych umiejętności, musisz ukończyć szkolenia."
|
|
56
56
|
}
|
|
57
57
|
}
|
package/locales/pt/review.json
CHANGED
|
@@ -43,15 +43,15 @@
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"list_title": "Competências que pode
|
|
47
|
-
"list_aria_label": "
|
|
46
|
+
"list_title": "Competências que pode analisar",
|
|
47
|
+
"list_aria_label": "Analisar Recipiente de Competências",
|
|
48
48
|
"card": {
|
|
49
|
-
"aria_label": "Cartão de
|
|
50
|
-
"text": "{{total}}
|
|
51
|
-
"button_text": "
|
|
49
|
+
"aria_label": "Cartão de Competências",
|
|
50
|
+
"text": "{{total}} de perguntas a analisar",
|
|
51
|
+
"button_text": "Analise esta competência"
|
|
52
52
|
},
|
|
53
53
|
"no_skills": {
|
|
54
|
-
"title": "Ainda não tem nenhuma competência para
|
|
55
|
-
"text": "
|
|
54
|
+
"title": "Ainda não tem nenhuma competência para analisar",
|
|
55
|
+
"text": "Primeiro é preciso completar os cursos antes de poder analisar diferentes competências.\n"
|
|
56
56
|
}
|
|
57
57
|
}
|
package/locales/ro/review.json
CHANGED
|
@@ -43,15 +43,15 @@
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"list_title": "
|
|
47
|
-
"list_aria_label": "
|
|
46
|
+
"list_title": "Competențe pe care le puteți revizui",
|
|
47
|
+
"list_aria_label": "Containerul abilităților de revizuire",
|
|
48
48
|
"card": {
|
|
49
|
-
"aria_label": "
|
|
50
|
-
"text": "{{total}} întrebări de
|
|
51
|
-
"button_text": "Revizuiți această abilitate
|
|
49
|
+
"aria_label": "Card de abilități",
|
|
50
|
+
"text": " {{total}} întrebări de revizuit",
|
|
51
|
+
"button_text": "Revizuiți această abilitate"
|
|
52
52
|
},
|
|
53
53
|
"no_skills": {
|
|
54
54
|
"title": "Nu aveți încă nicio abilitate de revizuit",
|
|
55
|
-
"text": "Mai întâi
|
|
55
|
+
"text": "Mai întâi este necesar să finalizați cursuri înainte de a putea revizui diferite abilități."
|
|
56
56
|
}
|
|
57
57
|
}
|
package/locales/sk/review.json
CHANGED
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
"list_title": "Zručnosti, ktoré si môžete skontrolovať",
|
|
47
|
-
"list_aria_label": "
|
|
47
|
+
"list_aria_label": "Kontrola kontajnera zručností",
|
|
48
48
|
"card": {
|
|
49
49
|
"aria_label": "Karta zručností",
|
|
50
|
-
"text": "{{total}} otázok na
|
|
50
|
+
"text": "{{total}} otázok na kontrolu",
|
|
51
51
|
"button_text": "Skontrolujte túto zručnosť"
|
|
52
52
|
},
|
|
53
53
|
"no_skills": {
|
|
54
54
|
"title": "Zatiaľ nemáte žiadne zručnosti na revíziu",
|
|
55
|
-
"text": "Najprv musíte
|
|
55
|
+
"text": "Najprv musíte absolvovať kurzy, aby ste si mohli vyskúšať rôzne zručnosti."
|
|
56
56
|
}
|
|
57
57
|
}
|
package/locales/th/review.json
CHANGED
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
"list_title": "ทักษะที่คุณสามารถทบทวนได้",
|
|
47
|
-
"list_aria_label": "
|
|
47
|
+
"list_aria_label": "คอนเทนเนอร์ทบทวนทักษะ",
|
|
48
48
|
"card": {
|
|
49
|
-
"aria_label": "
|
|
50
|
-
"text": "
|
|
49
|
+
"aria_label": "บัตรทักษะ",
|
|
50
|
+
"text": "{{total}} คำถามที่ต้องทบทวน",
|
|
51
51
|
"button_text": "ทบทวนทักษะนี้"
|
|
52
52
|
},
|
|
53
53
|
"no_skills": {
|
|
54
|
-
"title": "
|
|
55
|
-
"text": "
|
|
54
|
+
"title": "คุณยังไม่มีทักษะที่จะต้องทบทวนเลย",
|
|
55
|
+
"text": "คุณต้องจบหลักสูตรก่อนจึงจะสามารถทบทวนทักษะอื่นได้"
|
|
56
56
|
}
|
|
57
57
|
}
|