@coorpacademy/app-review 0.7.4 → 0.7.5-alpha.32
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-slides-to-review-by-skill-ref.d.ts +11 -0
- package/es/actions/api/fetch-slides-to-review-by-skill-ref.js +21 -0
- package/es/actions/api/post-answer.js +2 -0
- package/es/index.js +5 -7
- package/es/reducers/index.d.ts +2 -1
- package/es/reducers/ui/index.d.ts +4 -1
- package/es/reducers/ui/index.js +2 -0
- package/es/reducers/ui/show-button-revising.d.ts +4 -0
- package/es/reducers/ui/show-button-revising.js +13 -0
- package/es/services/fetch-slides-to-review-by-skill-ref.d.ts +1 -1
- package/es/services/fetch-slides-to-review-by-skill-ref.js +5 -3
- package/es/types/common.d.ts +6 -3
- package/es/views/slides/index.js +12 -10
- package/lib/actions/api/fetch-slides-to-review-by-skill-ref.d.ts +11 -0
- package/lib/actions/api/fetch-slides-to-review-by-skill-ref.js +28 -0
- package/lib/actions/api/post-answer.js +2 -0
- package/lib/index.js +5 -7
- package/lib/reducers/index.d.ts +2 -1
- package/lib/reducers/ui/index.d.ts +4 -1
- package/lib/reducers/ui/index.js +2 -0
- package/lib/reducers/ui/show-button-revising.d.ts +4 -0
- package/lib/reducers/ui/show-button-revising.js +15 -0
- package/lib/services/fetch-slides-to-review-by-skill-ref.d.ts +1 -1
- package/lib/services/fetch-slides-to-review-by-skill-ref.js +5 -3
- package/lib/types/common.d.ts +6 -3
- package/lib/views/slides/index.js +12 -10
- package/locales/bs/review.json +16 -12
- package/locales/cs/review.json +16 -12
- package/locales/de/review.json +16 -12
- package/locales/en/review.json +4 -0
- package/locales/es/review.json +16 -12
- package/locales/et/review.json +5 -1
- package/locales/fr/review.json +16 -12
- package/locales/hr/review.json +16 -12
- package/locales/hu/review.json +16 -12
- package/locales/hy/review.json +16 -12
- package/locales/it/review.json +16 -12
- package/locales/ja/review.json +16 -12
- package/locales/ko/review.json +16 -12
- package/locales/nl/review.json +16 -12
- package/locales/pl/review.json +16 -12
- package/locales/pt/review.json +16 -12
- package/locales/ro/review.json +16 -12
- package/locales/ru/review.json +16 -12
- package/locales/sk/review.json +16 -12
- package/locales/tl/review.json +16 -12
- package/locales/tr/review.json +16 -12
- package/locales/uk/review.json +16 -12
- package/locales/vi/review.json +16 -12
- package/locales/zh/review.json +16 -12
- package/locales/zh_TW/review.json +16 -12
- package/package.json +3 -3
package/locales/cs/review.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Review Title": "
|
|
3
|
-
"Content Parent Title": "
|
|
4
|
-
"Validate": "
|
|
5
|
-
"Next
|
|
6
|
-
"KLF": "
|
|
7
|
-
"Correct Answer": "
|
|
8
|
-
"Wrong Answer": "
|
|
9
|
-
"You have won": "
|
|
10
|
-
"You are now": "
|
|
11
|
-
"Revise another skill": "
|
|
12
|
-
"Continue reviewing": "
|
|
13
|
-
"Congratulations!": "
|
|
2
|
+
"Review Title": "Kontrolní režim",
|
|
3
|
+
"Content Parent Title": "Od `{{obsahNázev}}` `{{obsahTyp}}`",
|
|
4
|
+
"Validate": "Ověřit",
|
|
5
|
+
"Next question": "Další otázka",
|
|
6
|
+
"KLF": "Klíčový vzdělávací faktor",
|
|
7
|
+
"Correct Answer": "Správná odpověď",
|
|
8
|
+
"Wrong Answer": "Špatná odpověď",
|
|
9
|
+
"You have won": "Vyhráli jste",
|
|
10
|
+
"You are now": "Právě jste",
|
|
11
|
+
"Revise another skill": "Zopakovat si další dovednost",
|
|
12
|
+
"Continue reviewing": "Pokračovat v kontrole",
|
|
13
|
+
"Congratulations!": "Gratulujeme!",
|
|
14
|
+
"Quit Title": "Are you sure you want to quit ?",
|
|
15
|
+
"Quit Description Text": "You’re right on track! If you quit now, you’ll lose your progress.",
|
|
16
|
+
"Stop learning": "End session",
|
|
17
|
+
"Continue learning": "Continue learning"
|
|
14
18
|
}
|
package/locales/de/review.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Review Title": "
|
|
3
|
-
"Content Parent Title": "
|
|
4
|
-
"Validate": "
|
|
5
|
-
"Next
|
|
6
|
-
"KLF": "
|
|
7
|
-
"Correct Answer": "
|
|
8
|
-
"Wrong Answer": "
|
|
9
|
-
"You have won": "
|
|
10
|
-
"You are now": "
|
|
11
|
-
"Revise another skill": "
|
|
12
|
-
"Continue reviewing": "
|
|
13
|
-
"Congratulations!": "
|
|
2
|
+
"Review Title": "Überprüfungsmodus",
|
|
3
|
+
"Content Parent Title": "Von `{{contentTitle}}` `{{contentType}}`",
|
|
4
|
+
"Validate": "Bestätigen",
|
|
5
|
+
"Next question": "Nächste Frage",
|
|
6
|
+
"KLF": "Wichtigster Lernfaktor",
|
|
7
|
+
"Correct Answer": "Richtige Antwort",
|
|
8
|
+
"Wrong Answer": "Falsche Antwort",
|
|
9
|
+
"You have won": "Sie haben gewonnen",
|
|
10
|
+
"You are now": "Sie sind jetzt",
|
|
11
|
+
"Revise another skill": "Andere Fertigkeit überarbeiten",
|
|
12
|
+
"Continue reviewing": "Überprüfung fortsetzen",
|
|
13
|
+
"Congratulations!": "Herzlichen Glückwunsch!",
|
|
14
|
+
"Quit Title": "Are you sure you want to quit ?",
|
|
15
|
+
"Quit Description Text": "You’re right on track! If you quit now, you’ll lose your progress.",
|
|
16
|
+
"Stop learning": "End session",
|
|
17
|
+
"Continue learning": "Continue learning"
|
|
14
18
|
}
|
package/locales/en/review.json
CHANGED
|
@@ -12,6 +12,10 @@
|
|
|
12
12
|
"Continue reviewing": "Keep reviewing",
|
|
13
13
|
"Congratulations!": "Congratulations!",
|
|
14
14
|
"aria_label": "Review Skills Template",
|
|
15
|
+
"Quit Title": "Are you sure you want to quit ?",
|
|
16
|
+
"Quit Description Text": "You’re right on track! If you quit now, you’ll lose your progress.",
|
|
17
|
+
"Stop learning": "End session",
|
|
18
|
+
"Continue learning": "Continue learning",
|
|
15
19
|
"presentation": {
|
|
16
20
|
"aria_label": "Review Presentation Container",
|
|
17
21
|
"title": "What is<br/>Revision Mode ?",
|
package/locales/es/review.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Review Title": "
|
|
3
|
-
"Content Parent Title": "
|
|
4
|
-
"Validate": "
|
|
5
|
-
"Next
|
|
6
|
-
"KLF": "
|
|
7
|
-
"Correct Answer": "
|
|
8
|
-
"Wrong Answer": "
|
|
9
|
-
"You have won": "
|
|
10
|
-
"You are now": "
|
|
11
|
-
"Revise another skill": "
|
|
12
|
-
"Continue reviewing": "
|
|
13
|
-
"Congratulations!": "
|
|
2
|
+
"Review Title": "Modo revisión",
|
|
3
|
+
"Content Parent Title": "De `{{contentTitle}}` `{{contentType}}`",
|
|
4
|
+
"Validate": "Validar",
|
|
5
|
+
"Next question": "Siguiente pregunta",
|
|
6
|
+
"KLF": "Factor clave de aprendizaje",
|
|
7
|
+
"Correct Answer": "Respuesta correcta",
|
|
8
|
+
"Wrong Answer": "Respuesta incorrecta",
|
|
9
|
+
"You have won": "Has ganado",
|
|
10
|
+
"You are now": "Ahora eres",
|
|
11
|
+
"Revise another skill": "Repasar otra habilidad",
|
|
12
|
+
"Continue reviewing": "Seguir revisando",
|
|
13
|
+
"Congratulations!": "¡Enhorabuena!",
|
|
14
|
+
"Quit Title": "Are you sure you want to quit ?",
|
|
15
|
+
"Quit Description Text": "You’re right on track! If you quit now, you’ll lose your progress.",
|
|
16
|
+
"Stop learning": "End session",
|
|
17
|
+
"Continue learning": "Continue learning"
|
|
14
18
|
}
|
package/locales/et/review.json
CHANGED
|
@@ -10,5 +10,9 @@
|
|
|
10
10
|
"You are now": "You are now",
|
|
11
11
|
"Revise another skill": "Review another skill",
|
|
12
12
|
"Continue reviewing": "Keep reviewing",
|
|
13
|
-
"Congratulations!": "Congratulations!"
|
|
13
|
+
"Congratulations!": "Congratulations!",
|
|
14
|
+
"Quit Title": "Are you sure you want to quit ?",
|
|
15
|
+
"Quit Description Text": "You’re right on track! If you quit now, you’ll lose your progress.",
|
|
16
|
+
"Stop learning": "End session",
|
|
17
|
+
"Continue learning": "Continue learning"
|
|
14
18
|
}
|
package/locales/fr/review.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Review Title": "
|
|
3
|
-
"Content Parent Title": "
|
|
4
|
-
"Validate": "
|
|
5
|
-
"Next
|
|
6
|
-
"KLF": "
|
|
7
|
-
"Correct Answer": "
|
|
8
|
-
"Wrong Answer": "
|
|
9
|
-
"You have won": "
|
|
10
|
-
"You are now": "
|
|
11
|
-
"Revise another skill": "
|
|
12
|
-
"Continue reviewing": "
|
|
13
|
-
"Congratulations!": "
|
|
2
|
+
"Review Title": "Mode Révision",
|
|
3
|
+
"Content Parent Title": "de `{{contentTitle}}` `{{contentType}}`",
|
|
4
|
+
"Validate": "Valider",
|
|
5
|
+
"Next question": "Question Suivante",
|
|
6
|
+
"KLF": "Principal facteur d'apprentissage",
|
|
7
|
+
"Correct Answer": "Bonne Réponse",
|
|
8
|
+
"Wrong Answer": "Mauvaise Réponse",
|
|
9
|
+
"You have won": "Vous avez gagné",
|
|
10
|
+
"You are now": "Vous êtes à présent",
|
|
11
|
+
"Revise another skill": "Réviser une autre compétence",
|
|
12
|
+
"Continue reviewing": "Poursuivre la révision",
|
|
13
|
+
"Congratulations!": "Félicitations !",
|
|
14
|
+
"Quit Title": "Tu nous quittes déjà ?",
|
|
15
|
+
"Quit Description Text": "Tu vas t'en sortir ! Si tu arrêtes maintenant, tu vas perdre ta progression.",
|
|
16
|
+
"Stop learning": "Arrêter ma session",
|
|
17
|
+
"Continue learning": "Continuer d'apprendre"
|
|
14
18
|
}
|
package/locales/hr/review.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Review Title": "
|
|
3
|
-
"Content Parent Title": "
|
|
4
|
-
"Validate": "
|
|
5
|
-
"Next
|
|
6
|
-
"KLF": "
|
|
7
|
-
"Correct Answer": "
|
|
8
|
-
"Wrong Answer": "
|
|
9
|
-
"You have won": "
|
|
10
|
-
"You are now": "
|
|
11
|
-
"Revise another skill": "
|
|
12
|
-
"Continue reviewing": "
|
|
13
|
-
"Congratulations!": "
|
|
2
|
+
"Review Title": "Način provjere",
|
|
3
|
+
"Content Parent Title": "Iz\n`{{naslovSadržaja}}` `{{vrstaSadržaja}}",
|
|
4
|
+
"Validate": "Potvrdite",
|
|
5
|
+
"Next question": "Sljedeće pitanje ",
|
|
6
|
+
"KLF": "Ključni čimbenik učenja ",
|
|
7
|
+
"Correct Answer": "Točan odgovor",
|
|
8
|
+
"Wrong Answer": "Pogrešan odgovor",
|
|
9
|
+
"You have won": "Pobijedili ste",
|
|
10
|
+
"You are now": "Sada ste",
|
|
11
|
+
"Revise another skill": "Izmijenite drugu vještinu",
|
|
12
|
+
"Continue reviewing": "Nastavite s provjerom",
|
|
13
|
+
"Congratulations!": "Čestitamo!",
|
|
14
|
+
"Quit Title": "Are you sure you want to quit ?",
|
|
15
|
+
"Quit Description Text": "You’re right on track! If you quit now, you’ll lose your progress.",
|
|
16
|
+
"Stop learning": "End session",
|
|
17
|
+
"Continue learning": "Continue learning"
|
|
14
18
|
}
|
package/locales/hu/review.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Review Title": "
|
|
3
|
-
"Content Parent Title": "
|
|
4
|
-
"Validate": "
|
|
5
|
-
"Next
|
|
6
|
-
"KLF": "
|
|
7
|
-
"Correct Answer": "
|
|
8
|
-
"Wrong Answer": "
|
|
9
|
-
"You have won": "
|
|
10
|
-
"You are now": "
|
|
11
|
-
"Revise another skill": "
|
|
12
|
-
"Continue reviewing": "
|
|
13
|
-
"Congratulations!": "
|
|
2
|
+
"Review Title": "Felülvizsgálati mód",
|
|
3
|
+
"Content Parent Title": "Forrás: `{{contentTitle}}` `{{contentType}}`",
|
|
4
|
+
"Validate": "Érvényesít",
|
|
5
|
+
"Next question": "Következő kérdés",
|
|
6
|
+
"KLF": "Kulcsfontosságú tanulási tényező",
|
|
7
|
+
"Correct Answer": "Helyes válasz",
|
|
8
|
+
"Wrong Answer": "Rossz válasz",
|
|
9
|
+
"You have won": "Ön nyert",
|
|
10
|
+
"You are now": "Most maga van",
|
|
11
|
+
"Revise another skill": "Tekintsen át egy másik képességet",
|
|
12
|
+
"Continue reviewing": "Folytassa az áttekintést",
|
|
13
|
+
"Congratulations!": "Gratulálunk!",
|
|
14
|
+
"Quit Title": "Are you sure you want to quit ?",
|
|
15
|
+
"Quit Description Text": "You’re right on track! If you quit now, you’ll lose your progress.",
|
|
16
|
+
"Stop learning": "End session",
|
|
17
|
+
"Continue learning": "Continue learning"
|
|
14
18
|
}
|
package/locales/hy/review.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Review Title": "
|
|
3
|
-
"Content Parent Title": "
|
|
4
|
-
"Validate": "
|
|
5
|
-
"Next
|
|
6
|
-
"KLF": "
|
|
7
|
-
"Correct Answer": "
|
|
8
|
-
"Wrong Answer": "
|
|
9
|
-
"You have won": "
|
|
10
|
-
"You are now": "
|
|
11
|
-
"Revise another skill": "
|
|
12
|
-
"Continue reviewing": "
|
|
13
|
-
"Congratulations!": "
|
|
2
|
+
"Review Title": "Վերանայման ռեժիմ",
|
|
3
|
+
"Content Parent Title": "'{{contentTitle}}՝ ՝{{contentType}}՝-ից",
|
|
4
|
+
"Validate": "Վավերացնել",
|
|
5
|
+
"Next question": "Հաջորդ Հարցը",
|
|
6
|
+
"KLF": "Հիմնական ուսուցման գործոնը",
|
|
7
|
+
"Correct Answer": "Ճիշտ պատասխան",
|
|
8
|
+
"Wrong Answer": "Սխալ պատասխանը",
|
|
9
|
+
"You have won": "Դու հաղթել ես",
|
|
10
|
+
"You are now": "Դուք հիմա եք",
|
|
11
|
+
"Revise another skill": "Վերանայեք մեկ այլ հմտություն",
|
|
12
|
+
"Continue reviewing": "Շարունակեք վերանայել",
|
|
13
|
+
"Congratulations!": "Շնորհավորում եմ:",
|
|
14
|
+
"Quit Title": "Are you sure you want to quit ?",
|
|
15
|
+
"Quit Description Text": "You’re right on track! If you quit now, you’ll lose your progress.",
|
|
16
|
+
"Stop learning": "End session",
|
|
17
|
+
"Continue learning": "Continue learning"
|
|
14
18
|
}
|
package/locales/it/review.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Review Title": "
|
|
3
|
-
"Content Parent Title": "
|
|
4
|
-
"Validate": "
|
|
5
|
-
"Next
|
|
6
|
-
"KLF": "
|
|
7
|
-
"Correct Answer": "
|
|
8
|
-
"Wrong Answer": "
|
|
9
|
-
"You have won": "
|
|
10
|
-
"You are now": "
|
|
11
|
-
"Revise another skill": "
|
|
12
|
-
"Continue reviewing": "
|
|
13
|
-
"Congratulations!": "
|
|
2
|
+
"Review Title": "Modalità revisione",
|
|
3
|
+
"Content Parent Title": "Da `{{contentTitle}}` `{{contentType}}`",
|
|
4
|
+
"Validate": "Convalida",
|
|
5
|
+
"Next question": "Domanda successiva",
|
|
6
|
+
"KLF": "Fattore di apprendimento chiave",
|
|
7
|
+
"Correct Answer": "Risposta corretta",
|
|
8
|
+
"Wrong Answer": "Risposta errata",
|
|
9
|
+
"You have won": "Hai vinto",
|
|
10
|
+
"You are now": "Adesso sei",
|
|
11
|
+
"Revise another skill": "Rivedi un'altra competenza",
|
|
12
|
+
"Continue reviewing": "Continua la revisione",
|
|
13
|
+
"Congratulations!": "Congratulazioni!",
|
|
14
|
+
"Quit Title": "Are you sure you want to quit ?",
|
|
15
|
+
"Quit Description Text": "You’re right on track! If you quit now, you’ll lose your progress.",
|
|
16
|
+
"Stop learning": "End session",
|
|
17
|
+
"Continue learning": "Continue learning"
|
|
14
18
|
}
|
package/locales/ja/review.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Review Title": "
|
|
3
|
-
"Content Parent Title": "
|
|
4
|
-
"Validate": "
|
|
5
|
-
"Next
|
|
6
|
-
"KLF": "
|
|
7
|
-
"Correct Answer": "
|
|
8
|
-
"Wrong Answer": "
|
|
9
|
-
"You have won": "
|
|
10
|
-
"You are now": "
|
|
11
|
-
"Revise another skill": "
|
|
12
|
-
"Continue reviewing": "
|
|
13
|
-
"Congratulations!": "
|
|
2
|
+
"Review Title": "レビューモード",
|
|
3
|
+
"Content Parent Title": "`{{contentTitle}}` `{{contentType}}` から",
|
|
4
|
+
"Validate": "検証",
|
|
5
|
+
"Next question": "次の質問",
|
|
6
|
+
"KLF": "主な学習要因",
|
|
7
|
+
"Correct Answer": "正解",
|
|
8
|
+
"Wrong Answer": "間違った答え",
|
|
9
|
+
"You have won": "勝ちました",
|
|
10
|
+
"You are now": "あなたは現在",
|
|
11
|
+
"Revise another skill": "別のスキルを修正する",
|
|
12
|
+
"Continue reviewing": "レビューを続ける",
|
|
13
|
+
"Congratulations!": "おめでとうございます!",
|
|
14
|
+
"Quit Title": "Are you sure you want to quit ?",
|
|
15
|
+
"Quit Description Text": "You’re right on track! If you quit now, you’ll lose your progress.",
|
|
16
|
+
"Stop learning": "End session",
|
|
17
|
+
"Continue learning": "Continue learning"
|
|
14
18
|
}
|
package/locales/ko/review.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Review Title": "
|
|
3
|
-
"Content Parent Title": "
|
|
4
|
-
"Validate": "
|
|
5
|
-
"Next
|
|
6
|
-
"KLF": "
|
|
7
|
-
"Correct Answer": "
|
|
8
|
-
"Wrong Answer": "
|
|
9
|
-
"You have won": "
|
|
10
|
-
"You are now": "
|
|
11
|
-
"Revise another skill": "
|
|
12
|
-
"Continue reviewing": "
|
|
13
|
-
"Congratulations!": "
|
|
2
|
+
"Review Title": "복습 모드",
|
|
3
|
+
"Content Parent Title": "`{{contentTitle}}` `{{contentType}}`에서 출제",
|
|
4
|
+
"Validate": "검증하기",
|
|
5
|
+
"Next question": "다음 질문",
|
|
6
|
+
"KLF": "핵심 학습 요소",
|
|
7
|
+
"Correct Answer": "정답",
|
|
8
|
+
"Wrong Answer": "오답",
|
|
9
|
+
"You have won": "이겼습니다",
|
|
10
|
+
"You are now": "이제",
|
|
11
|
+
"Revise another skill": "새로운 스킬을 수정합니다",
|
|
12
|
+
"Continue reviewing": "계속 복습니다",
|
|
13
|
+
"Congratulations!": "축하드립니다!",
|
|
14
|
+
"Quit Title": "Are you sure you want to quit ?",
|
|
15
|
+
"Quit Description Text": "You’re right on track! If you quit now, you’ll lose your progress.",
|
|
16
|
+
"Stop learning": "End session",
|
|
17
|
+
"Continue learning": "Continue learning"
|
|
14
18
|
}
|
package/locales/nl/review.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Review Title": "
|
|
3
|
-
"Content Parent Title": "
|
|
4
|
-
"Validate": "
|
|
5
|
-
"Next
|
|
6
|
-
"KLF": "
|
|
7
|
-
"Correct Answer": "
|
|
8
|
-
"Wrong Answer": "
|
|
9
|
-
"You have won": "
|
|
10
|
-
"You are now": "
|
|
11
|
-
"Revise another skill": "
|
|
12
|
-
"Continue reviewing": "
|
|
13
|
-
"Congratulations!": "
|
|
2
|
+
"Review Title": "Beoordelingsmodus",
|
|
3
|
+
"Content Parent Title": "Van `{{contentTitle}}` `{{contentType}}`",
|
|
4
|
+
"Validate": "Valideren",
|
|
5
|
+
"Next question": "Volgende vraag",
|
|
6
|
+
"KLF": "Belangrijkste leerfactor",
|
|
7
|
+
"Correct Answer": "Juiste antwoord",
|
|
8
|
+
"Wrong Answer": "Foute antwoord",
|
|
9
|
+
"You have won": "Je hebt gewonnen",
|
|
10
|
+
"You are now": "Nu ben je",
|
|
11
|
+
"Revise another skill": "Beoordeel een andere vaardigheid",
|
|
12
|
+
"Continue reviewing": "Ga door met beoordelen",
|
|
13
|
+
"Congratulations!": "Gefeliciteerd!",
|
|
14
|
+
"Quit Title": "Are you sure you want to quit ?",
|
|
15
|
+
"Quit Description Text": "You’re right on track! If you quit now, you’ll lose your progress.",
|
|
16
|
+
"Stop learning": "End session",
|
|
17
|
+
"Continue learning": "Continue learning"
|
|
14
18
|
}
|
package/locales/pl/review.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Review Title": "
|
|
3
|
-
"Content Parent Title": "
|
|
4
|
-
"Validate": "
|
|
5
|
-
"Next
|
|
6
|
-
"KLF": "
|
|
7
|
-
"Correct Answer": "
|
|
8
|
-
"Wrong Answer": "
|
|
9
|
-
"You have won": "
|
|
10
|
-
"You are now": "
|
|
11
|
-
"Revise another skill": "
|
|
12
|
-
"Continue reviewing": "
|
|
13
|
-
"Congratulations!": "
|
|
2
|
+
"Review Title": "Tryb przeglądania",
|
|
3
|
+
"Content Parent Title": "Od `{{contentTitle}}` `{{contentType}}`",
|
|
4
|
+
"Validate": "Zatwierdź",
|
|
5
|
+
"Next question": "Następne pytanie",
|
|
6
|
+
"KLF": "Kluczowy czynnik uczenia się",
|
|
7
|
+
"Correct Answer": "Poprawna odpowiedź",
|
|
8
|
+
"Wrong Answer": "Błędna odpowiedź",
|
|
9
|
+
"You have won": "Wygrano",
|
|
10
|
+
"You are now": "Jesteś teraz",
|
|
11
|
+
"Revise another skill": "Zobacz inną umiejętność",
|
|
12
|
+
"Continue reviewing": "Kontynuuj przeglądanie",
|
|
13
|
+
"Congratulations!": "Gratulacje!",
|
|
14
|
+
"Quit Title": "Are you sure you want to quit ?",
|
|
15
|
+
"Quit Description Text": "You’re right on track! If you quit now, you’ll lose your progress.",
|
|
16
|
+
"Stop learning": "End session",
|
|
17
|
+
"Continue learning": "Continue learning"
|
|
14
18
|
}
|
package/locales/pt/review.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Review Title": "
|
|
3
|
-
"Content Parent Title": "
|
|
4
|
-
"Validate": "
|
|
5
|
-
"Next
|
|
6
|
-
"KLF": "
|
|
7
|
-
"Correct Answer": "
|
|
8
|
-
"Wrong Answer": "
|
|
9
|
-
"You have won": "
|
|
10
|
-
"You are now": "
|
|
11
|
-
"Revise another skill": "
|
|
12
|
-
"Continue reviewing": "
|
|
13
|
-
"Congratulations!": "
|
|
2
|
+
"Review Title": "Modo de Revisão",
|
|
3
|
+
"Content Parent Title": "De`{{contentTitle}}` `{{contentType}}`",
|
|
4
|
+
"Validate": "Validar",
|
|
5
|
+
"Next question": "Próxima pergunta",
|
|
6
|
+
"KLF": "Fator de aprendizagem chave",
|
|
7
|
+
"Correct Answer": "Resposta correta",
|
|
8
|
+
"Wrong Answer": "Resposta errada",
|
|
9
|
+
"You have won": "Ganhou",
|
|
10
|
+
"You are now": "Agora é",
|
|
11
|
+
"Revise another skill": "Rever outra competência",
|
|
12
|
+
"Continue reviewing": "Continuar a rever",
|
|
13
|
+
"Congratulations!": "Parabéns!",
|
|
14
|
+
"Quit Title": "Are you sure you want to quit ?",
|
|
15
|
+
"Quit Description Text": "You’re right on track! If you quit now, you’ll lose your progress.",
|
|
16
|
+
"Stop learning": "End session",
|
|
17
|
+
"Continue learning": "Continue learning"
|
|
14
18
|
}
|
package/locales/ro/review.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Review Title": "
|
|
3
|
-
"Content Parent Title": "
|
|
4
|
-
"Validate": "
|
|
5
|
-
"Next
|
|
6
|
-
"KLF": "
|
|
7
|
-
"Correct Answer": "
|
|
8
|
-
"Wrong Answer": "
|
|
9
|
-
"You have won": "
|
|
10
|
-
"You are now": "
|
|
11
|
-
"Revise another skill": "
|
|
12
|
-
"Continue reviewing": "
|
|
13
|
-
"Congratulations!": "
|
|
2
|
+
"Review Title": "Modul de revizuire",
|
|
3
|
+
"Content Parent Title": "De la `{{contentTitle}}` `{{contentType}}`",
|
|
4
|
+
"Validate": "Validați",
|
|
5
|
+
"Next question": "Următoarea întrebare",
|
|
6
|
+
"KLF": "Factor cheie de învățare",
|
|
7
|
+
"Correct Answer": "Răspuns corect",
|
|
8
|
+
"Wrong Answer": "Răspuns greșit",
|
|
9
|
+
"You have won": "Ați câștigat",
|
|
10
|
+
"You are now": "Sunteți acum",
|
|
11
|
+
"Revise another skill": "Revizuiți o altă abilitate",
|
|
12
|
+
"Continue reviewing": "Continuați să revizuiți",
|
|
13
|
+
"Congratulations!": "\nFelicitări!",
|
|
14
|
+
"Quit Title": "Are you sure you want to quit ?",
|
|
15
|
+
"Quit Description Text": "You’re right on track! If you quit now, you’ll lose your progress.",
|
|
16
|
+
"Stop learning": "End session",
|
|
17
|
+
"Continue learning": "Continue learning"
|
|
14
18
|
}
|
package/locales/ru/review.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Review Title": "
|
|
3
|
-
"Content Parent Title": "
|
|
4
|
-
"Validate": "
|
|
5
|
-
"Next
|
|
6
|
-
"KLF": "
|
|
7
|
-
"Correct Answer": "
|
|
8
|
-
"Wrong Answer": "
|
|
9
|
-
"You have won": "
|
|
10
|
-
"You are now": "
|
|
11
|
-
"Revise another skill": "
|
|
12
|
-
"Continue reviewing": "
|
|
13
|
-
"Congratulations!": "
|
|
2
|
+
"Review Title": "Режим повторения",
|
|
3
|
+
"Content Parent Title": "Из `{{contentTitle}}` `{{contentType}}`",
|
|
4
|
+
"Validate": "Подтвердить",
|
|
5
|
+
"Next question": "Следующий вопрос",
|
|
6
|
+
"KLF": "Ключевой фактор обучения",
|
|
7
|
+
"Correct Answer": "Правильный ответ",
|
|
8
|
+
"Wrong Answer": "Неправильный ответ",
|
|
9
|
+
"You have won": "Вы выиграли",
|
|
10
|
+
"You are now": "Вы сейчас",
|
|
11
|
+
"Revise another skill": "Повторить другой навык",
|
|
12
|
+
"Continue reviewing": "Продолжить повтор",
|
|
13
|
+
"Congratulations!": "Поздравляем!",
|
|
14
|
+
"Quit Title": "Are you sure you want to quit ?",
|
|
15
|
+
"Quit Description Text": "You’re right on track! If you quit now, you’ll lose your progress.",
|
|
16
|
+
"Stop learning": "End session",
|
|
17
|
+
"Continue learning": "Continue learning"
|
|
14
18
|
}
|
package/locales/sk/review.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Review Title": "
|
|
3
|
-
"Content Parent Title": "
|
|
4
|
-
"Validate": "
|
|
5
|
-
"Next
|
|
6
|
-
"KLF": "
|
|
7
|
-
"Correct Answer": "
|
|
8
|
-
"Wrong Answer": "
|
|
9
|
-
"You have won": "
|
|
10
|
-
"You are now": "
|
|
11
|
-
"Revise another skill": "
|
|
12
|
-
"Continue reviewing": "
|
|
13
|
-
"Congratulations!": "
|
|
2
|
+
"Review Title": "Režim kontroly",
|
|
3
|
+
"Content Parent Title": "Z `{{contentTitle}}` `{{contentType}}`",
|
|
4
|
+
"Validate": "Overiť",
|
|
5
|
+
"Next question": "Ďalšia otázka",
|
|
6
|
+
"KLF": "Kľúčový faktor učenia",
|
|
7
|
+
"Correct Answer": "Správna odpoveď",
|
|
8
|
+
"Wrong Answer": "Nesprávna odpoveď",
|
|
9
|
+
"You have won": "Vyhrali ste",
|
|
10
|
+
"You are now": "Teraz ste",
|
|
11
|
+
"Revise another skill": "Zopakovať si ďalšiu zručnosť",
|
|
12
|
+
"Continue reviewing": "Pokračovať v kontrole",
|
|
13
|
+
"Congratulations!": "Blahoželáme!",
|
|
14
|
+
"Quit Title": "Are you sure you want to quit ?",
|
|
15
|
+
"Quit Description Text": "You’re right on track! If you quit now, you’ll lose your progress.",
|
|
16
|
+
"Stop learning": "End session",
|
|
17
|
+
"Continue learning": "Continue learning"
|
|
14
18
|
}
|
package/locales/tl/review.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Review Title": "
|
|
3
|
-
"Content Parent Title": "
|
|
4
|
-
"Validate": "
|
|
5
|
-
"Next
|
|
6
|
-
"KLF": "
|
|
7
|
-
"Correct Answer": "
|
|
8
|
-
"Wrong Answer": "
|
|
9
|
-
"You have won": "
|
|
10
|
-
"You are now": "
|
|
11
|
-
"Revise another skill": "
|
|
12
|
-
"Continue reviewing": "
|
|
13
|
-
"Congratulations!": "
|
|
2
|
+
"Review Title": "Mode Para Sa Pagrerebyu",
|
|
3
|
+
"Content Parent Title": "Mula sa `{{contentTitle}}` `{{contentType}}`",
|
|
4
|
+
"Validate": "Patunayan",
|
|
5
|
+
"Next question": "Susunod Na Tanong",
|
|
6
|
+
"KLF": "Mahalagang salik sa pagkatuto",
|
|
7
|
+
"Correct Answer": "Tamang Sagot",
|
|
8
|
+
"Wrong Answer": "Maling Sagot",
|
|
9
|
+
"You have won": "Nanalo ka na ng",
|
|
10
|
+
"You are now": "Ikaw ngayon ay",
|
|
11
|
+
"Revise another skill": "Rebisahin ang isa pang kasanayan",
|
|
12
|
+
"Continue reviewing": "Ipagpatuloy ang pagrerebyu",
|
|
13
|
+
"Congratulations!": "Binabati kita!",
|
|
14
|
+
"Quit Title": "Are you sure you want to quit ?",
|
|
15
|
+
"Quit Description Text": "You’re right on track! If you quit now, you’ll lose your progress.",
|
|
16
|
+
"Stop learning": "End session",
|
|
17
|
+
"Continue learning": "Continue learning"
|
|
14
18
|
}
|
package/locales/tr/review.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Review Title": "
|
|
3
|
-
"Content Parent Title": "
|
|
4
|
-
"Validate": "
|
|
5
|
-
"Next
|
|
6
|
-
"KLF": "
|
|
7
|
-
"Correct Answer": "
|
|
8
|
-
"Wrong Answer": "
|
|
9
|
-
"You have won": "
|
|
10
|
-
"You are now": "
|
|
11
|
-
"Revise another skill": "
|
|
12
|
-
"Continue reviewing": "
|
|
13
|
-
"Congratulations!": "
|
|
2
|
+
"Review Title": "İnceleme Modu",
|
|
3
|
+
"Content Parent Title": "`{{contentTitle}}` `{{contentType}}` içeriğinden",
|
|
4
|
+
"Validate": "Doğrula",
|
|
5
|
+
"Next question": "Sonraki Soru",
|
|
6
|
+
"KLF": "Anahtar öğrenme faktörü",
|
|
7
|
+
"Correct Answer": "Doğru Cevap",
|
|
8
|
+
"Wrong Answer": "Yanlış Cevap",
|
|
9
|
+
"You have won": "Kazandın",
|
|
10
|
+
"You are now": "Şu anda",
|
|
11
|
+
"Revise another skill": "Başka bir beceriyi incele",
|
|
12
|
+
"Continue reviewing": "İncelemeye devam et",
|
|
13
|
+
"Congratulations!": "Tebrikler!",
|
|
14
|
+
"Quit Title": "Are you sure you want to quit ?",
|
|
15
|
+
"Quit Description Text": "You’re right on track! If you quit now, you’ll lose your progress.",
|
|
16
|
+
"Stop learning": "End session",
|
|
17
|
+
"Continue learning": "Continue learning"
|
|
14
18
|
}
|