@coorpacademy/components 11.40.2-alpha.10.10 → 11.40.2-alpha.11.12

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.
Files changed (51) hide show
  1. package/es/molecule/certification-card/index.d.ts.map +1 -1
  2. package/es/molecule/certification-card/index.js +6 -1
  3. package/es/molecule/certification-card/index.js.map +1 -1
  4. package/es/molecule/learner-skill-card/index.d.ts.map +1 -1
  5. package/es/molecule/learner-skill-card/index.js +16 -3
  6. package/es/molecule/learner-skill-card/index.js.map +1 -1
  7. package/es/molecule/playlist-card/index.d.ts.map +1 -1
  8. package/es/molecule/playlist-card/index.js +6 -1
  9. package/es/molecule/playlist-card/index.js.map +1 -1
  10. package/es/template/common/search-page/style.css +1 -0
  11. package/lib/molecule/certification-card/index.d.ts.map +1 -1
  12. package/lib/molecule/certification-card/index.js +6 -1
  13. package/lib/molecule/certification-card/index.js.map +1 -1
  14. package/lib/molecule/learner-skill-card/index.d.ts.map +1 -1
  15. package/lib/molecule/learner-skill-card/index.js +16 -3
  16. package/lib/molecule/learner-skill-card/index.js.map +1 -1
  17. package/lib/molecule/playlist-card/index.d.ts.map +1 -1
  18. package/lib/molecule/playlist-card/index.js +6 -1
  19. package/lib/molecule/playlist-card/index.js.map +1 -1
  20. package/lib/template/common/search-page/style.css +1 -0
  21. package/locales/bs/global.json +6 -4
  22. package/locales/cs/global.json +6 -4
  23. package/locales/de/global.json +6 -4
  24. package/locales/en/global.json +4 -2
  25. package/locales/es/global.json +6 -4
  26. package/locales/et/global.json +6 -4
  27. package/locales/fi/global.json +6 -4
  28. package/locales/fr/global.json +4 -2
  29. package/locales/hr/global.json +6 -4
  30. package/locales/hu/global.json +6 -4
  31. package/locales/hy/global.json +6 -4
  32. package/locales/it/global.json +6 -4
  33. package/locales/ja/global.json +6 -4
  34. package/locales/ko/global.json +6 -4
  35. package/locales/lt/global.json +6 -4
  36. package/locales/nl/global.json +6 -4
  37. package/locales/pl/global.json +6 -4
  38. package/locales/pt/global.json +6 -4
  39. package/locales/ro/global.json +6 -4
  40. package/locales/ru/global.json +6 -4
  41. package/locales/sk/global.json +6 -4
  42. package/locales/sl/global.json +6 -4
  43. package/locales/sv/global.json +6 -4
  44. package/locales/th/global.json +6 -2
  45. package/locales/tl/global.json +6 -4
  46. package/locales/tr/global.json +6 -4
  47. package/locales/uk/global.json +6 -4
  48. package/locales/vi/global.json +6 -4
  49. package/locales/zh/global.json +6 -4
  50. package/locales/zh_TW/global.json +6 -4
  51. package/package.json +2 -2
@@ -42,7 +42,8 @@
42
42
  "cookies_title": "How we use cookies:",
43
43
  "Create a new cohort": "Create a new cohort",
44
44
  "courses": "Courses",
45
- "content": "content",
45
+ "content": "<b>{{count}}</b> content",
46
+ "content_plural": "<b>{{count}}</b> contents",
46
47
  "courses_completed": "Courses completed",
47
48
  "continue_learning": "Continue learning",
48
49
  "learning_priority_modal_title": "New learning priority",
@@ -149,7 +150,8 @@
149
150
  "skill_focus_footer_description": "Select at least {{skillNumber}} more skills",
150
151
  "skill_focus_footer_error_description": "Unselect at least {{skillNumber}} more skills",
151
152
  "skill_chart_side_panel_content_completed": "Content Completed",
152
- "skill_chart_side_panel_questions_to_review": "Questions to review",
153
+ "skill_chart_side_panel_questions_to_review": "<b>{{count}}</b> question to review",
154
+ "skill_chart_side_panel_questions_to_review_plural": "<b>{{count}}</b> questions to review",
153
155
  "skill_chart_side_panel_learning_hours": "Learning time",
154
156
  "skill_focused_chip_tooltip": "This skill is focused",
155
157
  "selected": "selected",
@@ -42,7 +42,8 @@
42
42
  "cookies_title": "Cómo usamos las cookies:",
43
43
  "Create a new cohort": "Create a new cohort",
44
44
  "courses": "Cursos",
45
- "content": "contenido",
45
+ "content": "<b>{{count}}</b> contenido",
46
+ "content_plural": "<b>{{count}}</b> contenidos",
46
47
  "courses_completed": "Cursos completados",
47
48
  "continue_learning": "Continuar aprendiendo",
48
49
  "learning_priority_modal_title": "Nueva prioridad de aprendizaje",
@@ -149,7 +150,8 @@
149
150
  "skill_focus_footer_description": "Selecciona al menos {{skillNumber}} habilidades más",
150
151
  "skill_focus_footer_error_description": "Quita de la selección al menos {{skillNumber}} habilidades más",
151
152
  "skill_chart_side_panel_content_completed": "Contenido completado",
152
- "skill_chart_side_panel_questions_to_review": "Preguntas para revisar",
153
+ "skill_chart_side_panel_questions_to_review": "<b>{{count}}</b> pregunta para revisar",
154
+ "skill_chart_side_panel_questions_to_review_plural": "<b>{{count}}</b> preguntas para revisar",
153
155
  "skill_chart_side_panel_learning_hours": "Tiempo de aprender",
154
156
  "skill_focused_chip_tooltip": "Esta habilidad está enfocada",
155
157
  "selected": "seleccionada",
@@ -196,7 +198,7 @@
196
198
  "questions": "Preguntas",
197
199
  "skill_scope_specifier": "sobre <b>{{focusedSkill}}</b>",
198
200
  "focused_skills": "habilidades interesadas",
199
- "custom":{
201
+ "custom": {
200
202
  "digitlearning": {
201
203
  "comment_aria_label": "Califica este curso",
202
204
  "diploma": "Vía validada"
@@ -218,7 +220,7 @@
218
220
  "diploma": "Certificado"
219
221
  },
220
222
  "mylcl-learning": {
221
- "diploma": "learning path"
223
+ "diploma": "learning path"
222
224
  },
223
225
  "who": {
224
226
  "badge": "Información adicional sobre su certificado"
@@ -42,7 +42,8 @@
42
42
  "cookies_title": "Kuidas kasutame küpsiseid:",
43
43
  "Create a new cohort": "Loo uus grupp",
44
44
  "courses": "Kursused",
45
- "content": "sisu",
45
+ "content": "<b>{{count}}</b> sisu",
46
+ "content_plural": "<b>{{count}}</b> sisud",
46
47
  "courses_completed": "Lõpetatud kursused",
47
48
  "continue_learning": "Jätkake õppimist",
48
49
  "learning_priority_modal_title": "Uus õppimise prioriteet",
@@ -149,7 +150,8 @@
149
150
  "skill_focus_footer_description": "Vali vähemalt veel {{skillNumber}} oskust",
150
151
  "skill_focus_footer_error_description": "Tühista veel vähemalt {{skillNumber}} oskuse valik",
151
152
  "skill_chart_side_panel_content_completed": "Sisu valmis",
152
- "skill_chart_side_panel_questions_to_review": "Küsimused ülevaatamiseks",
153
+ "skill_chart_side_panel_questions_to_review": "<b>{{count}}</b> küsimus üle vaadata",
154
+ "skill_chart_side_panel_questions_to_review_plural": "<b>{{count}}</b> küsimust üle vaadata",
153
155
  "skill_chart_side_panel_learning_hours": "Õppimise aeg",
154
156
  "skill_focused_chip_tooltip": "See oskus on keskendunud",
155
157
  "selected": "valitud",
@@ -196,7 +198,7 @@
196
198
  "questions": "Küsimused",
197
199
  "skill_scope_specifier": "seoses oskusega <b>{{focusedSkill}}</b>",
198
200
  "focused_skills": "fookusoskused",
199
- "custom":{
201
+ "custom": {
200
202
  "digitlearning": {
201
203
  "comment_aria_label": "Hinda seda kursust",
202
204
  "diploma": "Valideeritud rada"
@@ -218,7 +220,7 @@
218
220
  "diploma": "Tunnistus"
219
221
  },
220
222
  "mylcl-learning": {
221
- "diploma": "learning path"
223
+ "diploma": "learning path"
222
224
  },
223
225
  "who": {
224
226
  "badge": "Täiendav teave teie sertifikaadi kohta"
@@ -42,7 +42,8 @@
42
42
  "cookies_title": "Miten käytämme evästeitä:",
43
43
  "Create a new cohort": "Luo uusi kohortti",
44
44
  "courses": "Kurssit",
45
- "content": "sisältö",
45
+ "content": "<b>{{count}}</b> sisältö",
46
+ "content_plural": "<b>{{count}}</b> sisältöä",
46
47
  "courses_completed": "Suoritetut kurssit",
47
48
  "continue_learning": "Jatka oppimista",
48
49
  "learning_priority_modal_title": "Uusi oppimisprioriteetti",
@@ -149,7 +150,8 @@
149
150
  "skill_focus_footer_description": "Valitse vähintään {{skillNumber}} valmiutta enemmän",
150
151
  "skill_focus_footer_error_description": "Poista vielä vähintään {{skillNumber}} valmiuden valinta",
151
152
  "skill_chart_side_panel_content_completed": "Sisältö valmis",
152
- "skill_chart_side_panel_questions_to_review": "Tarkasteltavat kysymykset",
153
+ "skill_chart_side_panel_questions_to_review": "<b>{{count}}</b> kysymys tarkistettavaksi",
154
+ "skill_chart_side_panel_questions_to_review_plural": "<b>{{count}}</b> kysymystä tarkistettavaksi",
153
155
  "skill_chart_side_panel_learning_hours": "Oppimisaika",
154
156
  "skill_focused_chip_tooltip": "Tämä taito on keskittynyt",
155
157
  "selected": "valittu",
@@ -196,7 +198,7 @@
196
198
  "questions": "Kysymykset",
197
199
  "skill_scope_specifier": "valmiudessa <b>{{focusedSkill}}</b>",
198
200
  "focused_skills": "osaamisen painopisteet",
199
- "custom":{
201
+ "custom": {
200
202
  "digitlearning": {
201
203
  "comment_aria_label": "Arvioi tämä kurssi",
202
204
  "diploma": "Vahvistettu reitti"
@@ -218,7 +220,7 @@
218
220
  "diploma": "Todistus"
219
221
  },
220
222
  "mylcl-learning": {
221
- "diploma": "oppimispolku"
223
+ "diploma": "oppimispolku"
222
224
  },
223
225
  "who": {
224
226
  "badge": "Lisätietoja todistuksestasi"
@@ -42,7 +42,8 @@
42
42
  "cookies_title": "Comment nous utilisons les cookies :",
43
43
  "Create a new cohort": "Créer une nouvelle cohorte",
44
44
  "courses": "Cours",
45
- "content": "contenu",
45
+ "content": "<b>{{count}}</b> contenu",
46
+ "content_plural": "<b>{{count}}</b> contenus",
46
47
  "courses_completed": "Cours terminés",
47
48
  "continue_learning": "Continuer à apprendre",
48
49
  "learning_priority_modal_title": "Nouvelle priorité d’apprentissage",
@@ -149,7 +150,8 @@
149
150
  "skill_focus_footer_description": "Sélectionnez au moins {{skillNumber}} compétences supplémentaires",
150
151
  "skill_focus_footer_error_description": "Désélectionnez au moins {{skillNumber}} compétences supplémentaires",
151
152
  "skill_chart_side_panel_content_completed": "Contenu terminé",
152
- "skill_chart_side_panel_questions_to_review": "Questions à réviser",
153
+ "skill_chart_side_panel_questions_to_review": "<b>{{count}}</b> question à réviser",
154
+ "skill_chart_side_panel_questions_to_review_plural": "<b>{{count}}</b> questions à réviser",
153
155
  "skill_chart_side_panel_learning_hours": "Temps d'apprentissage",
154
156
  "skill_focused_chip_tooltip": "Cette compétence est ciblée",
155
157
  "selected": "sélectionnées",
@@ -42,7 +42,8 @@
42
42
  "cookies_title": "Kako koristimo kolačiće:",
43
43
  "Create a new cohort": "Stvorite novu skupinu",
44
44
  "courses": "Tečajevi",
45
- "content": "sadržaj",
45
+ "content": "<b>{{count}}</b> sadržaj",
46
+ "content_plural": "<b>{{count}}</b> sadržaja",
46
47
  "courses_completed": "Završeni tečajevi",
47
48
  "continue_learning": "Nastavite učiti",
48
49
  "learning_priority_modal_title": "Novi prioritet učenja",
@@ -149,7 +150,8 @@
149
150
  "skill_focus_footer_description": "Odaberi još najmanje {{skillNumber}} vještina",
150
151
  "skill_focus_footer_error_description": "Poništi odabir najmanje još {{skillNumber}} vještina",
151
152
  "skill_chart_side_panel_content_completed": "Sadržaj dovršen",
152
- "skill_chart_side_panel_questions_to_review": "Pitanja za pregled",
153
+ "skill_chart_side_panel_questions_to_review": "<b>{{count}}</b> pitanje za pregled",
154
+ "skill_chart_side_panel_questions_to_review_plural": "<b>{{count}}</b> pitanja za pregled",
153
155
  "skill_chart_side_panel_learning_hours": "Vrijeme učenja",
154
156
  "skill_focused_chip_tooltip": "Ova vještina je fokusirana",
155
157
  "selected": "odabrano",
@@ -196,7 +198,7 @@
196
198
  "questions": "Pitanja",
197
199
  "skill_scope_specifier": "na <b>{{focusedSkill}}</b>",
198
200
  "focused_skills": "fokusirane vještine",
199
- "custom":{
201
+ "custom": {
200
202
  "digitlearning": {
201
203
  "comment_aria_label": "Ocijenite ovaj tečaj",
202
204
  "diploma": "Validirani put"
@@ -218,7 +220,7 @@
218
220
  "diploma": "Potvrda"
219
221
  },
220
222
  "mylcl-learning": {
221
- "diploma": "learning path"
223
+ "diploma": "learning path"
222
224
  },
223
225
  "who": {
224
226
  "badge": "Dodatne informacije o vašem certifikatu"
@@ -42,7 +42,8 @@
42
42
  "cookies_title": "Hogyan használjuk a sütiket:",
43
43
  "Create a new cohort": "Create a new cohort",
44
44
  "courses": "Kurzus",
45
- "content": "tartalom",
45
+ "content": "<b>{{count}}</b> tartalom",
46
+ "content_plural": "<b>{{count}}</b> tartalmak",
46
47
  "courses_completed": "Teljesített kurzusok",
47
48
  "continue_learning": "Folytassa a tanulást",
48
49
  "learning_priority_modal_title": "Új tanulási prioritás",
@@ -149,7 +150,8 @@
149
150
  "skill_focus_footer_description": "Válassz még legalább {{skillNumber}} további képességet",
150
151
  "skill_focus_footer_error_description": "Vond vissza még legalább {{skillNumber}} képesség megjelölését",
151
152
  "skill_chart_side_panel_content_completed": "A tartalom elkészült",
152
- "skill_chart_side_panel_questions_to_review": "Felülvizsgálandó kérdések",
153
+ "skill_chart_side_panel_questions_to_review": "<b>{{count}}</b> felülvizsgálandó kérdés",
154
+ "skill_chart_side_panel_questions_to_review_plural": "<b>{{count}}</b> felülvizsgálandó kérdések",
153
155
  "skill_chart_side_panel_learning_hours": "Tanulási idő",
154
156
  "skill_focused_chip_tooltip": "Ez a készség koncentrált",
155
157
  "selected": "megjelölve",
@@ -196,7 +198,7 @@
196
198
  "questions": "Kérdések",
197
199
  "skill_scope_specifier": "<b>{{focusedSkill}}</b>",
198
200
  "focused_skills": "célzott képességek",
199
- "custom":{
201
+ "custom": {
200
202
  "digitlearning": {
201
203
  "comment_aria_label": "Értékelje ezt a tanfolyamot",
202
204
  "diploma": "Ellenőrzött útvonal"
@@ -218,7 +220,7 @@
218
220
  "diploma": "Bizonyítvány"
219
221
  },
220
222
  "mylcl-learning": {
221
- "diploma": "learning path"
223
+ "diploma": "learning path"
222
224
  },
223
225
  "who": {
224
226
  "badge": "További információk a tanúsítványról"
@@ -42,7 +42,8 @@
42
42
  "cookies_title": "Ինչպես ենք մենք օգտագործում cookies-ը.",
43
43
  "Create a new cohort": "Ստեղծել նոր խումբ",
44
44
  "courses": "Դասընթացներ",
45
- "content": "բովանդակություն",
45
+ "content": "<b>{{count}}</b> բովանդակություն",
46
+ "content_plural": "<b>{{count}}</b> բովանդակություններ",
46
47
  "courses_completed": "Դասընթացներն ավարտված են",
47
48
  "continue_learning": "Շարունակեք սովորել",
48
49
  "learning_priority_modal_title": "Նոր ուսուցման առաջնահերթություն",
@@ -149,7 +150,8 @@
149
150
  "skill_focus_footer_description": "Ընտրեք առնվազն {{skillNumber}} ավելի շատ հմտություններ",
150
151
  "skill_focus_footer_error_description": "Ապաընտրեք առնվազն {{skillNumber}} ավելի շատ հմտություններ",
151
152
  "skill_chart_side_panel_content_completed": "Բովանդակությունը ավարտված է",
152
- "skill_chart_side_panel_questions_to_review": "Հարցեր վերանայման",
153
+ "skill_chart_side_panel_questions_to_review": "<b>{{count}}</b> հարց վերանայելու համար",
154
+ "skill_chart_side_panel_questions_to_review_plural": "<b>{{count}}</b> հարցեր վերանայելու համար",
153
155
  "skill_chart_side_panel_learning_hours": "Ուսուցման ժամանակը",
154
156
  "skill_focused_chip_tooltip": "Այս հմտությունը կենտրոնացած է",
155
157
  "selected": "ընտրված",
@@ -196,7 +198,7 @@
196
198
  "questions": "Հարցեր",
197
199
  "skill_scope_specifier": "<b>{{focusedSkill}}</b> ում",
198
200
  "focused_skills": "կենտրոնացված հմտություններ",
199
- "custom":{
201
+ "custom": {
200
202
  "digitlearning": {
201
203
  "comment_aria_label": "Գնահատեք այս դասընթացը",
202
204
  "diploma": "Վավերացված ուղի"
@@ -218,7 +220,7 @@
218
220
  "diploma": "Certificate"
219
221
  },
220
222
  "mylcl-learning": {
221
- "diploma": "learning path"
223
+ "diploma": "learning path"
222
224
  },
223
225
  "who": {
224
226
  "badge": "Ձեր վկայականի մասին լրացուցիչ տեղեկություններ"
@@ -42,7 +42,8 @@
42
42
  "cookies_title": "Come utilizziamo i cookie:",
43
43
  "Create a new cohort": "Create a new cohort",
44
44
  "courses": "Corsi",
45
- "content": "contenuto",
45
+ "content": "<b>{{count}}</b> contenuto",
46
+ "content_plural": "<b>{{count}}</b> contenuti",
46
47
  "courses_completed": "Corsi completati",
47
48
  "continue_learning": "Continua ad imparare",
48
49
  "learning_priority_modal_title": "Nuova priorità di apprendimento",
@@ -149,7 +150,8 @@
149
150
  "skill_focus_footer_description": "Seleziona almeno {{skillNumber}} altre competenze",
150
151
  "skill_focus_footer_error_description": "Deseleziona almeno {{skillNumber}} altre competenze",
151
152
  "skill_chart_side_panel_content_completed": "Contenuto completato",
152
- "skill_chart_side_panel_questions_to_review": "Domande da rivedere",
153
+ "skill_chart_side_panel_questions_to_review": "<b>{{count}}</b> domanda da rivedere",
154
+ "skill_chart_side_panel_questions_to_review_plural": "<b>{{count}}</b> domande da rivedere",
153
155
  "skill_chart_side_panel_learning_hours": "Tempo di apprendimento",
154
156
  "skill_focused_chip_tooltip": "Questa abilità è focalizzata",
155
157
  "selected": "selezionato",
@@ -196,7 +198,7 @@
196
198
  "questions": "Domande\n",
197
199
  "skill_scope_specifier": "su <b>{{focusedSkill}}</b>",
198
200
  "focused_skills": "competenze messe a fuoco",
199
- "custom":{
201
+ "custom": {
200
202
  "digitlearning": {
201
203
  "comment_aria_label": "Vota questo corso",
202
204
  "diploma": "Percorso convalidato"
@@ -218,7 +220,7 @@
218
220
  "diploma": "Certificato"
219
221
  },
220
222
  "mylcl-learning": {
221
- "diploma": "learning path"
223
+ "diploma": "learning path"
222
224
  },
223
225
  "who": {
224
226
  "badge": "Le informazioni aggiuntive sul tuo certificato"
@@ -42,7 +42,8 @@
42
42
  "cookies_title": "クッキーの使用方法:",
43
43
  "Create a new cohort": "Create a new cohort",
44
44
  "courses": "コース",
45
- "content": "コンテンツ",
45
+ "content": "<b>{{count}}</b> コンテンツ",
46
+ "content_plural": "<b>{{count}}</b> コンテンツ",
46
47
  "courses_completed": "コースを修了しました",
47
48
  "continue_learning": "学習を続ける",
48
49
  "learning_priority_modal_title": "新たな学習の優先順位",
@@ -149,7 +150,8 @@
149
150
  "skill_focus_footer_description": "少なくとも{{skillNumber}}つ以上のスキルを選択してください",
150
151
  "skill_focus_footer_error_description": "少なくとも{{skillNumber}}つ以上のスキルの選択を解除してください",
151
152
  "skill_chart_side_panel_content_completed": "コンテンツ完了",
152
- "skill_chart_side_panel_questions_to_review": "確認すべき質問",
153
+ "skill_chart_side_panel_questions_to_review": "<b>{{count}}</b> レビューする質問",
154
+ "skill_chart_side_panel_questions_to_review_plural": "<b>{{count}}</b> レビューする質問",
153
155
  "skill_chart_side_panel_learning_hours": "学習時間",
154
156
  "skill_focused_chip_tooltip": "このスキルは集中的である",
155
157
  "selected": "選択済み",
@@ -196,7 +198,7 @@
196
198
  "questions": "質問",
197
199
  "skill_scope_specifier": "<b>{{focusedSkill}}</b>で",
198
200
  "focused_skills": "フォーカスしたスキル",
199
- "custom":{
201
+ "custom": {
200
202
  "digitlearning": {
201
203
  "comment_aria_label": "このコースを評価する",
202
204
  "diploma": "検証済みの経路"
@@ -218,7 +220,7 @@
218
220
  "diploma": "証明書"
219
221
  },
220
222
  "mylcl-learning": {
221
- "diploma": "learning path"
223
+ "diploma": "learning path"
222
224
  },
223
225
  "who": {
224
226
  "badge": "証明書に関する追加情報"
@@ -42,7 +42,8 @@
42
42
  "cookies_title": "당사가 쿠키를 사용하는 방법:",
43
43
  "Create a new cohort": "Create a new cohort",
44
44
  "courses": "과정( or 과목)",
45
- "content": "콘텐츠",
45
+ "content": "<b>{{count}}</b> 콘텐츠",
46
+ "content_plural": "<b>{{count}}</b> 콘텐츠",
46
47
  "courses_completed": "이수한 과정",
47
48
  "continue_learning": "계속 학습",
48
49
  "learning_priority_modal_title": "새로운 학습 우선순위",
@@ -149,7 +150,8 @@
149
150
  "skill_focus_footer_description": "최소 {{skillNumber}}개 이상의 기술을 선택하세요",
150
151
  "skill_focus_footer_error_description": "최소 {{skillNumber}}개 이상의 기술을 선택 해제하세요.",
151
152
  "skill_chart_side_panel_content_completed": "콘텐츠 완료",
152
- "skill_chart_side_panel_questions_to_review": "검토할 질문",
153
+ "skill_chart_side_panel_questions_to_review": "<b>{{count}}</b> 검토할 질문",
154
+ "skill_chart_side_panel_questions_to_review_plural": "<b>{{count}}</b> 검토할 질문들",
153
155
  "skill_chart_side_panel_learning_hours": "학습시간",
154
156
  "skill_focused_chip_tooltip": "이 스킬은 집중",
155
157
  "selected": "선택됨",
@@ -196,7 +198,7 @@
196
198
  "questions": "질문",
197
199
  "skill_scope_specifier": "<b>{focusedSkill}</b>에 관해",
198
200
  "focused_skills": "집중한 기술",
199
- "custom":{
201
+ "custom": {
200
202
  "digitlearning": {
201
203
  "comment_aria_label": "이 강좌를 평가해 주세요",
202
204
  "diploma": "검증된 경로"
@@ -218,7 +220,7 @@
218
220
  "diploma": "인증서"
219
221
  },
220
222
  "mylcl-learning": {
221
- "diploma": "learning path"
223
+ "diploma": "learning path"
222
224
  },
223
225
  "who": {
224
226
  "badge": "인증서에 대한 추가 정보"
@@ -42,7 +42,8 @@
42
42
  "cookies_title": "Kaip mes naudojame slapukus:",
43
43
  "Create a new cohort": "Sukurti naują kohortą",
44
44
  "courses": "Kursai",
45
- "content": "turinys",
45
+ "content": "<b>{{count}}</b> turinys",
46
+ "content_plural": "<b>{{count}}</b> turiniai",
46
47
  "courses_completed": "Baigti kursai",
47
48
  "continue_learning": "Tęsti mokymąsi",
48
49
  "learning_priority_modal_title": "Naujas mokymosi prioritetas",
@@ -149,7 +150,8 @@
149
150
  "skill_focus_footer_description": "Pasirinkite dar bent {{skillNumber}} įgūdžius (-į)",
150
151
  "skill_focus_footer_error_description": "Atžymėkite dar bent {{skillNumber}} įgūdžius (-į)",
151
152
  "skill_chart_side_panel_content_completed": "Medžiaga baigta",
152
- "skill_chart_side_panel_questions_to_review": "Klausimai, kuriuos reikia kartoti",
153
+ "skill_chart_side_panel_questions_to_review": "<b>{{count}}</b> klausimas peržiūrai",
154
+ "skill_chart_side_panel_questions_to_review_plural": "<b>{{count}}</b> klausimai peržiūrai",
153
155
  "skill_chart_side_panel_learning_hours": "Mokymosi laikas",
154
156
  "skill_focused_chip_tooltip": "Šis įgūdis yra dėmesio centre",
155
157
  "selected": "pasirinktas",
@@ -196,7 +198,7 @@
196
198
  "questions": "Klausimai",
197
199
  "skill_scope_specifier": "<b>{{focusedSkill}}</b>",
198
200
  "focused_skills": "pagrindiniai įgūdžiai",
199
- "custom":{
201
+ "custom": {
200
202
  "digitlearning": {
201
203
  "comment_aria_label": "Įvertinkite šį kursą",
202
204
  "diploma": "Patvirtintas kelias"
@@ -218,7 +220,7 @@
218
220
  "diploma": "Sertifikatas"
219
221
  },
220
222
  "mylcl-learning": {
221
- "diploma": "mokymosi kelias"
223
+ "diploma": "mokymosi kelias"
222
224
  },
223
225
  "who": {
224
226
  "badge": "Papildoma informacija apie jūsų sertifikatą"
@@ -42,7 +42,8 @@
42
42
  "cookies_title": "Hoe we cookies gebruiken",
43
43
  "Create a new cohort": "Create a new cohort",
44
44
  "courses": "Cursussen",
45
- "content": "inhoud",
45
+ "content": "<b>{{count}}</b> inhoud",
46
+ "content_plural": "<b>{{count}}</b> inhoudsitems",
46
47
  "courses_completed": "Cursussen voltooid",
47
48
  "continue_learning": "Ga door met leren",
48
49
  "learning_priority_modal_title": "Nieuwe leerprioriteit",
@@ -149,7 +150,8 @@
149
150
  "skill_focus_footer_description": "Selecteer ten minste {{skillNumber}} extra vaardigheden",
150
151
  "skill_focus_footer_error_description": "Deselecteer ten minste {{skillNumber}} extra vaardigheden",
151
152
  "skill_chart_side_panel_content_completed": "Inhoud voltooid",
152
- "skill_chart_side_panel_questions_to_review": "Vragen om te beoordelen",
153
+ "skill_chart_side_panel_questions_to_review": "<b>{{count}}</b> vraag om te bekijken",
154
+ "skill_chart_side_panel_questions_to_review_plural": "<b>{{count}}</b> vragen om te bekijken",
153
155
  "skill_chart_side_panel_learning_hours": "Leertijd",
154
156
  "skill_focused_chip_tooltip": "Deze vaardigheid is gefocust",
155
157
  "selected": "geselecteerd",
@@ -196,7 +198,7 @@
196
198
  "questions": "Vragen",
197
199
  "skill_scope_specifier": "op <b>{{focusedSkill}}</b>",
198
200
  "focused_skills": "gefocuste vaardigheden",
199
- "custom":{
201
+ "custom": {
200
202
  "digitlearning": {
201
203
  "comment_aria_label": "Beoordeel deze cursus",
202
204
  "diploma": "Gevalideerd traject"
@@ -218,7 +220,7 @@
218
220
  "diploma": "Certificaat"
219
221
  },
220
222
  "mylcl-learning": {
221
- "diploma": "learning path"
223
+ "diploma": "learning path"
222
224
  },
223
225
  "who": {
224
226
  "badge": "De aanvullende informatie over uw certificaat"
@@ -42,7 +42,8 @@
42
42
  "cookies_title": "W jaki sposób wykorzystujemy pliki cookie:",
43
43
  "Create a new cohort": "Create a new cohort",
44
44
  "courses": "Kursy",
45
- "content": "treść",
45
+ "content": "<b>{{count}}</b> treść",
46
+ "content_plural": "<b>{{count}}</b> treści",
46
47
  "courses_completed": "Ukończone kursy",
47
48
  "continue_learning": "Kontynuuj naukę",
48
49
  "learning_priority_modal_title": "Nowy priorytet edukacyjny",
@@ -149,7 +150,8 @@
149
150
  "skill_focus_footer_description": "Wybierz jeszcze co najmniej {{skillNumber}} umiejętności",
150
151
  "skill_focus_footer_error_description": "Cofnij wybór co najmniej {{skillNumber}} umiejętności",
151
152
  "skill_chart_side_panel_content_completed": "Treść ukończona",
152
- "skill_chart_side_panel_questions_to_review": "Pytania do sprawdzenia",
153
+ "skill_chart_side_panel_questions_to_review": "<b>{{count}}</b> pytanie do sprawdzenia",
154
+ "skill_chart_side_panel_questions_to_review_plural": "<b>{{count}}</b> pytania do sprawdzenia",
153
155
  "skill_chart_side_panel_learning_hours": "Czas nauki",
154
156
  "skill_focused_chip_tooltip": "Ta umiejętność jest skupiona",
155
157
  "selected": "wybrane",
@@ -196,7 +198,7 @@
196
198
  "questions": "Pytania",
197
199
  "skill_scope_specifier": "na <b>{{focusedSkill}}</b>",
198
200
  "focused_skills": "wybrane umiejętności",
199
- "custom":{
201
+ "custom": {
200
202
  "digitlearning": {
201
203
  "comment_aria_label": "Oceń ten kurs",
202
204
  "diploma": "Sprawdzona ścieżka"
@@ -218,7 +220,7 @@
218
220
  "diploma": "Certyfikat"
219
221
  },
220
222
  "mylcl-learning": {
221
- "diploma": "learning path"
223
+ "diploma": "learning path"
222
224
  },
223
225
  "who": {
224
226
  "badge": "Dodatkowe informacje o Twoim certyfikacie"
@@ -42,7 +42,8 @@
42
42
  "cookies_title": "De que forma usamos cookies:",
43
43
  "Create a new cohort": "Create a new cohort",
44
44
  "courses": "Cursos",
45
- "content": "contente",
45
+ "content": "<b>{{count}}</b> conteúdo",
46
+ "content_plural": "<b>{{count}}</b> conteúdos",
46
47
  "courses_completed": "Cursos concluídos",
47
48
  "continue_learning": "Continuar aprendendo",
48
49
  "learning_priority_modal_title": "Nova prioridade de aprendizagem",
@@ -149,7 +150,8 @@
149
150
  "skill_focus_footer_description": "Selecione pelo menos mais {{skillNumber}} competências",
150
151
  "skill_focus_footer_error_description": "Remova a seleção de pelo menos mais {{skillNumber}} competências",
151
152
  "skill_chart_side_panel_content_completed": "Conteúdo concluído",
152
- "skill_chart_side_panel_questions_to_review": "Perguntas para revisar",
153
+ "skill_chart_side_panel_questions_to_review": "<b>{{count}}</b> pergunta para revisar",
154
+ "skill_chart_side_panel_questions_to_review_plural": "<b>{{count}}</b> perguntas para revisar",
153
155
  "skill_chart_side_panel_learning_hours": "Tempo de aprendizagem",
154
156
  "skill_focused_chip_tooltip": "Esta habilidade é focada",
155
157
  "selected": "selecionada(s)",
@@ -196,7 +198,7 @@
196
198
  "questions": "Questões",
197
199
  "skill_scope_specifier": "em <b>{{focusedSkill}}</b>",
198
200
  "focused_skills": "competências com foco",
199
- "custom":{
201
+ "custom": {
200
202
  "digitlearning": {
201
203
  "comment_aria_label": "Avalie este curso",
202
204
  "diploma": "Caminho validado"
@@ -218,7 +220,7 @@
218
220
  "diploma": "Certificado"
219
221
  },
220
222
  "mylcl-learning": {
221
- "diploma": "learning path"
223
+ "diploma": "learning path"
222
224
  },
223
225
  "who": {
224
226
  "badge": "As informações adicionais sobre o seu certificado"
@@ -42,7 +42,8 @@
42
42
  "cookies_title": "Cum folosim modulele cookie:",
43
43
  "Create a new cohort": "Create a new cohort",
44
44
  "courses": "Cursuri",
45
- "content": "conţinut",
45
+ "content": "<b>{{count}}</b> conținut",
46
+ "content_plural": "<b>{{count}}</b> conținuturi",
46
47
  "courses_completed": "Cursuri finalizate",
47
48
  "continue_learning": "Continuați să învățați",
48
49
  "learning_priority_modal_title": "Noua prioritate de invatare",
@@ -149,7 +150,8 @@
149
150
  "skill_focus_footer_description": "Selectați cel puțin încă {{skillNumber}} abilități",
150
151
  "skill_focus_footer_error_description": "Deselectați cel puțin încă {{skillNumber}} abilități",
151
152
  "skill_chart_side_panel_content_completed": "Conținut finalizat",
152
- "skill_chart_side_panel_questions_to_review": "Întrebări de revizuit",
153
+ "skill_chart_side_panel_questions_to_review": "<b>{{count}}</b> întrebare de revizuit",
154
+ "skill_chart_side_panel_questions_to_review_plural": "<b>{{count}}</b> întrebări de revizuit",
153
155
  "skill_chart_side_panel_learning_hours": "Timp de învățare",
154
156
  "skill_focused_chip_tooltip": "Această abilitate este concentrată",
155
157
  "selected": "selectate",
@@ -196,7 +198,7 @@
196
198
  "questions": "Întrebări",
197
199
  "skill_scope_specifier": "pe <b>{{focusedSkill}}</b>",
198
200
  "focused_skills": "abilități focalizate",
199
- "custom":{
201
+ "custom": {
200
202
  "digitlearning": {
201
203
  "comment_aria_label": "Evaluează acest curs",
202
204
  "diploma": "Calea validată"
@@ -218,7 +220,7 @@
218
220
  "diploma": "Certificat"
219
221
  },
220
222
  "mylcl-learning": {
221
- "diploma": "learning path"
223
+ "diploma": "learning path"
222
224
  },
223
225
  "who": {
224
226
  "badge": "Informațiile suplimentare despre certificatul dvs"
@@ -42,7 +42,8 @@
42
42
  "cookies_title": "Как мы используем файлы cookie:",
43
43
  "Create a new cohort": "Создать новый сегмент",
44
44
  "courses": "Курсы",
45
- "content": "содержание",
45
+ "content": "<b>{{count}}</b> материал",
46
+ "content_plural": "<b>{{count}}</b> материалы",
46
47
  "courses_completed": "Курсы завершены",
47
48
  "continue_learning": "Продолжить обучение",
48
49
  "learning_priority_modal_title": "Новый приоритет обучения",
@@ -149,7 +150,8 @@
149
150
  "skill_focus_footer_description": "Выберите как минимум ещё {{skillNumber}} навыка(-ов)",
150
151
  "skill_focus_footer_error_description": "Отмените выбор как минимум ещё {{skillNumber}} навыков",
151
152
  "skill_chart_side_panel_content_completed": "Содержание завершено",
152
- "skill_chart_side_panel_questions_to_review": "Вопросы для повторения",
153
+ "skill_chart_side_panel_questions_to_review": "<b>{{count}}</b> вопрос на проверку",
154
+ "skill_chart_side_panel_questions_to_review_plural": "<b>{{count}}</b> вопросов на проверку",
153
155
  "skill_chart_side_panel_learning_hours": "Время обучения",
154
156
  "skill_focused_chip_tooltip": "Фокус на этот навык ",
155
157
  "selected": "выбрано",
@@ -196,7 +198,7 @@
196
198
  "questions": "Вопросы",
197
199
  "skill_scope_specifier": "на <b>{{focusedSkill}}</b>",
198
200
  "focused_skills": "выбранные навыки",
199
- "custom":{
201
+ "custom": {
200
202
  "digitlearning": {
201
203
  "comment_aria_label": "Оцените этот курс",
202
204
  "diploma": "Проверенный путь"
@@ -218,7 +220,7 @@
218
220
  "diploma": "Сертификат"
219
221
  },
220
222
  "mylcl-learning": {
221
- "diploma": "learning path"
223
+ "diploma": "learning path"
222
224
  },
223
225
  "who": {
224
226
  "badge": "Дополнительная информация о вашем сертификате"