@coorpacademy/components 11.34.0 → 11.34.2-alpha.94

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 (90) hide show
  1. package/es/molecule/bullet-point-menu-button/index.js +3 -3
  2. package/es/molecule/bullet-point-menu-button/index.js.map +1 -1
  3. package/es/molecule/draggable/style.css +1 -3
  4. package/es/molecule/learner-skill-card/index.d.ts +25 -40
  5. package/es/molecule/learner-skill-card/index.d.ts.map +1 -1
  6. package/es/molecule/learner-skill-card/index.js +92 -95
  7. package/es/molecule/learner-skill-card/index.js.map +1 -1
  8. package/es/molecule/learner-skill-card/prop-types.d.ts +37 -0
  9. package/es/molecule/learner-skill-card/prop-types.d.ts.map +1 -0
  10. package/es/molecule/learner-skill-card/prop-types.js +20 -0
  11. package/es/molecule/learner-skill-card/prop-types.js.map +1 -0
  12. package/es/molecule/learner-skill-card/style.css +61 -40
  13. package/es/molecule/progress-wrapper/index.d.ts.map +1 -1
  14. package/es/molecule/progress-wrapper/index.js +10 -5
  15. package/es/molecule/progress-wrapper/index.js.map +1 -1
  16. package/es/template/certification-detail/index.js +3 -2
  17. package/es/template/certification-detail/index.js.map +1 -1
  18. package/es/template/my-learning/index.d.ts +0 -1
  19. package/es/template/my-learning/index.d.ts.map +1 -1
  20. package/es/template/my-learning/index.js +27 -23
  21. package/es/template/my-learning/index.js.map +1 -1
  22. package/es/template/my-learning/style.css +9 -6
  23. package/es/template/skill-detail/index.d.ts.map +1 -1
  24. package/es/template/skill-detail/index.js +4 -3
  25. package/es/template/skill-detail/index.js.map +1 -1
  26. package/es/variables/colors.css +5 -0
  27. package/es/variables/colors.d.ts +6 -0
  28. package/es/variables/colors.d.ts.map +1 -1
  29. package/es/variables/colors.js +7 -1
  30. package/es/variables/colors.js.map +1 -1
  31. package/lib/molecule/bullet-point-menu-button/index.js +3 -3
  32. package/lib/molecule/bullet-point-menu-button/index.js.map +1 -1
  33. package/lib/molecule/draggable/style.css +1 -3
  34. package/lib/molecule/learner-skill-card/index.d.ts +25 -40
  35. package/lib/molecule/learner-skill-card/index.d.ts.map +1 -1
  36. package/lib/molecule/learner-skill-card/index.js +95 -95
  37. package/lib/molecule/learner-skill-card/index.js.map +1 -1
  38. package/lib/molecule/learner-skill-card/prop-types.d.ts +37 -0
  39. package/lib/molecule/learner-skill-card/prop-types.d.ts.map +1 -0
  40. package/lib/molecule/learner-skill-card/prop-types.js +25 -0
  41. package/lib/molecule/learner-skill-card/prop-types.js.map +1 -0
  42. package/lib/molecule/learner-skill-card/style.css +61 -40
  43. package/lib/molecule/progress-wrapper/index.d.ts.map +1 -1
  44. package/lib/molecule/progress-wrapper/index.js +10 -5
  45. package/lib/molecule/progress-wrapper/index.js.map +1 -1
  46. package/lib/template/certification-detail/index.js +3 -2
  47. package/lib/template/certification-detail/index.js.map +1 -1
  48. package/lib/template/my-learning/index.d.ts +0 -1
  49. package/lib/template/my-learning/index.d.ts.map +1 -1
  50. package/lib/template/my-learning/index.js +27 -23
  51. package/lib/template/my-learning/index.js.map +1 -1
  52. package/lib/template/my-learning/style.css +9 -6
  53. package/lib/template/skill-detail/index.d.ts.map +1 -1
  54. package/lib/template/skill-detail/index.js +4 -3
  55. package/lib/template/skill-detail/index.js.map +1 -1
  56. package/lib/variables/colors.css +5 -0
  57. package/lib/variables/colors.d.ts +6 -0
  58. package/lib/variables/colors.d.ts.map +1 -1
  59. package/lib/variables/colors.js +7 -1
  60. package/lib/variables/colors.js.map +1 -1
  61. package/locales/bs/global.json +13 -11
  62. package/locales/cs/global.json +8 -6
  63. package/locales/de/global.json +8 -6
  64. package/locales/en/global.json +9 -6
  65. package/locales/es/global.json +8 -6
  66. package/locales/et/global.json +8 -6
  67. package/locales/fi/global.json +8 -6
  68. package/locales/fr/global.json +8 -6
  69. package/locales/hr/global.json +8 -6
  70. package/locales/hu/global.json +8 -6
  71. package/locales/hy/global.json +13 -11
  72. package/locales/it/global.json +8 -6
  73. package/locales/ja/global.json +8 -6
  74. package/locales/ko/global.json +8 -6
  75. package/locales/nl/global.json +8 -6
  76. package/locales/pl/global.json +8 -6
  77. package/locales/pt/global.json +8 -6
  78. package/locales/ro/global.json +8 -6
  79. package/locales/ru/global.json +8 -6
  80. package/locales/sk/global.json +8 -6
  81. package/locales/sl/global.json +8 -6
  82. package/locales/sv/global.json +8 -6
  83. package/locales/tl/global.json +8 -6
  84. package/locales/tr/global.json +8 -6
  85. package/locales/uk/global.json +8 -6
  86. package/locales/vi/global.json +8 -6
  87. package/locales/zh/global.json +13 -11
  88. package/locales/zh_TW/global.json +10 -8
  89. package/package.json +3 -2
  90. package/locales/.mtslconfig.json +0 -1
@@ -22,6 +22,12 @@ const COLORS = exports.COLORS = {
22
22
  yellow_700: '#A38300',
23
23
  yellow_100: '#FFF9D1',
24
24
  red_700: '#A30000',
25
- red_100: '#FFD1D1'
25
+ red_100: '#FFD1D1',
26
+ cm_orange_800: '#A32700',
27
+ purple_700: '#2B00A3',
28
+ purple_100: '#DDD1FF',
29
+ turquoise_100: '#D9F4F7',
30
+ pink_100: '#FAD6DE',
31
+ orange_100: '#FFDCD1'
26
32
  };
27
33
  //# sourceMappingURL=colors.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"colors.js","names":["COLORS","exports","gray","negative","cm_negative_200","positive","cm_positive_200","white","cm_blue_50","cm_grey_400","cm_grey_800","cm_primary_blue","primary_100","primary_600","cm_grey_500","cm_grey_700","cm_yellow_400","brand","yellow_700","yellow_100","red_700","red_100"],"sources":["../../src/variables/colors.ts"],"sourcesContent":["export const COLORS = {\n gray: '#EAEAEB',\n negative: '#ed3436',\n cm_negative_200: '#B81400',\n positive: '#35CC7F',\n cm_positive_200: '#05944F',\n white: '#ffffff',\n cm_blue_50: '#f1f6fe',\n cm_grey_400: '#9999A8',\n cm_grey_800: '#171721',\n cm_primary_blue: '#0061FF',\n primary_100: '#D6E6FF',\n primary_600: '#0051D6',\n cm_grey_500: '#515161',\n cm_grey_700: '#1D1D2B',\n cm_yellow_400: '#bd7e00',\n brand: '#00B0FF',\n yellow_700: '#A38300',\n yellow_100: '#FFF9D1',\n red_700: '#A30000',\n red_100: '#FFD1D1'\n} as const;\n\nexport type Colors = typeof COLORS;\n"],"mappings":";;;;AAAO,MAAMA,MAAM,GAAAC,OAAA,CAAAD,MAAA,GAAG;EACpBE,IAAI,EAAE,SAAS;EACfC,QAAQ,EAAE,SAAS;EACnBC,eAAe,EAAE,SAAS;EAC1BC,QAAQ,EAAE,SAAS;EACnBC,eAAe,EAAE,SAAS;EAC1BC,KAAK,EAAE,SAAS;EAChBC,UAAU,EAAE,SAAS;EACrBC,WAAW,EAAE,SAAS;EACtBC,WAAW,EAAE,SAAS;EACtBC,eAAe,EAAE,SAAS;EAC1BC,WAAW,EAAE,SAAS;EACtBC,WAAW,EAAE,SAAS;EACtBC,WAAW,EAAE,SAAS;EACtBC,WAAW,EAAE,SAAS;EACtBC,aAAa,EAAE,SAAS;EACxBC,KAAK,EAAE,SAAS;EAChBC,UAAU,EAAE,SAAS;EACrBC,UAAU,EAAE,SAAS;EACrBC,OAAO,EAAE,SAAS;EAClBC,OAAO,EAAE;AACX,CAAU","ignoreList":[]}
1
+ {"version":3,"file":"colors.js","names":["COLORS","exports","gray","negative","cm_negative_200","positive","cm_positive_200","white","cm_blue_50","cm_grey_400","cm_grey_800","cm_primary_blue","primary_100","primary_600","cm_grey_500","cm_grey_700","cm_yellow_400","brand","yellow_700","yellow_100","red_700","red_100","cm_orange_800","purple_700","purple_100","turquoise_100","pink_100","orange_100"],"sources":["../../src/variables/colors.ts"],"sourcesContent":["export const COLORS = {\n gray: '#EAEAEB',\n negative: '#ed3436',\n cm_negative_200: '#B81400',\n positive: '#35CC7F',\n cm_positive_200: '#05944F',\n white: '#ffffff',\n cm_blue_50: '#f1f6fe',\n cm_grey_400: '#9999A8',\n cm_grey_800: '#171721',\n cm_primary_blue: '#0061FF',\n primary_100: '#D6E6FF',\n primary_600: '#0051D6',\n cm_grey_500: '#515161',\n cm_grey_700: '#1D1D2B',\n cm_yellow_400: '#bd7e00',\n brand: '#00B0FF',\n yellow_700: '#A38300',\n yellow_100: '#FFF9D1',\n red_700: '#A30000',\n red_100: '#FFD1D1',\n cm_orange_800: '#A32700',\n purple_700: '#2B00A3',\n purple_100: '#DDD1FF',\n turquoise_100: '#D9F4F7',\n pink_100: '#FAD6DE',\n orange_100: '#FFDCD1'\n} as const;\n\nexport type Colors = typeof COLORS;\n"],"mappings":";;;;AAAO,MAAMA,MAAM,GAAAC,OAAA,CAAAD,MAAA,GAAG;EACpBE,IAAI,EAAE,SAAS;EACfC,QAAQ,EAAE,SAAS;EACnBC,eAAe,EAAE,SAAS;EAC1BC,QAAQ,EAAE,SAAS;EACnBC,eAAe,EAAE,SAAS;EAC1BC,KAAK,EAAE,SAAS;EAChBC,UAAU,EAAE,SAAS;EACrBC,WAAW,EAAE,SAAS;EACtBC,WAAW,EAAE,SAAS;EACtBC,eAAe,EAAE,SAAS;EAC1BC,WAAW,EAAE,SAAS;EACtBC,WAAW,EAAE,SAAS;EACtBC,WAAW,EAAE,SAAS;EACtBC,WAAW,EAAE,SAAS;EACtBC,aAAa,EAAE,SAAS;EACxBC,KAAK,EAAE,SAAS;EAChBC,UAAU,EAAE,SAAS;EACrBC,UAAU,EAAE,SAAS;EACrBC,OAAO,EAAE,SAAS;EAClBC,OAAO,EAAE,SAAS;EAClBC,aAAa,EAAE,SAAS;EACxBC,UAAU,EAAE,SAAS;EACrBC,UAAU,EAAE,SAAS;EACrBC,aAAa,EAAE,SAAS;EACxBC,QAAQ,EAAE,SAAS;EACnBC,UAAU,EAAE;AACd,CAAU","ignoreList":[]}
@@ -49,14 +49,14 @@
49
49
  "locked": "Zaključano",
50
50
  "icon_picker_title": "Promijeni ikonu",
51
51
  "icon_picker_description": "Odaberite novu ikonu za svoju vještinu",
52
- "icon_editor_color": "Icon color",
53
- "invalid_color": "Invalid color",
52
+ "icon_editor_color": "Boja ikone",
53
+ "invalid_color": "Nevažeća boja",
54
54
  "translation_title": "Prevedi",
55
55
  "translation_description": "Upravljajte prijevodima kako biste dosegli više učenika",
56
56
  "skills_change_focus": "Promijenite fokus vještina",
57
57
  "skills_choose_focus": "Odaberite fokus",
58
58
  "cancel": "Otkaži",
59
- "close": "Close",
59
+ "close": "Zatvori",
60
60
  "confirm": "Potvrdi",
61
61
  "Delete": "Izbrisati",
62
62
  "Draft": "Skica",
@@ -78,9 +78,10 @@
78
78
  "learning_priorities_brand_description": "Definirajte prioritete učenja za svoju kompaniju pomoću vještina, lista za reprodukciju ili certifikata. Oni će se pojaviti na stranici Moje učenje.",
79
79
  "media_stars_to_win_plural": "Osvoji {{count}} dodatnu zvijezdu u ovom poglavlju prvi put kad vidiš lekciju!",
80
80
  "media_stars_to_win": "Osvoji {{count}} dodatnu zvijezdu u ovom poglavlju prvi put kad vidiš lekciju!",
81
- "modules": "Moduli",
82
- "modules_completed": "moduli završeni",
83
- "modules_completed_mandatory": "obavezni moduli završeni",
81
+ "modules": "{{count}} modul",
82
+ "modules_plural": "{{count}} moduli",
83
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}} / {{total}}</span> obavezni modul završen",
84
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}} / {{total}}</span> obavezni moduli završeni",
84
85
  "More": "Više",
85
86
  "More details": "Više detalja",
86
87
  "New media": "Nova lekcija",
@@ -113,8 +114,8 @@
113
114
  "secured_payment": "Osiguraj server",
114
115
  "start_learning": "Počni učiti",
115
116
  "sort_by": "Poredaj po:",
116
- "clear": "Clear",
117
- "clear_all": "Clear all",
117
+ "clear": "Jasno",
118
+ "clear_all": "Obriši sve",
118
119
  "See clue": "Vidi trag",
119
120
  "See less": "Vidi manje",
120
121
  "See lesson": "Pogledajte lekciju",
@@ -215,9 +216,10 @@
215
216
  "badge": "Dodatne informacije o vašem certifikatu"
216
217
  },
217
218
  "css": {
218
- "modules": "Nivoi",
219
- "modules_completed": "završeni nivoi",
220
- "modules_completed_mandatory": "obavezni nivoi završeni",
219
+ "modules": "{{count}} nivo",
220
+ "modules_plural": "{{count}} nivoa",
221
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}} / {{total}}</span> obavezni nivo završen",
222
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}} / {{total}}</span> obavezni nivoi završeni",
221
223
  "certification_module": "nivo koji treba završiti"
222
224
  }
223
225
  }
@@ -78,9 +78,10 @@
78
78
  "learning_priorities_brand_description": "Definujte pro svou společnost priority vzdělávání pomocí dovedností, seznamů skladeb nebo certifikací. Zobrazí se na stránce Moje učení.",
79
79
  "media_stars_to_win_plural": "Získejte další hvězdy ({{count}}) v této kapitole při prvním zobrazení lekce!",
80
80
  "media_stars_to_win": "Vyhrajte další hvězdu ({{count}}) v této kapitole při prvním zobrazení lekce!",
81
- "modules": "Moduly",
82
- "modules_completed": "moduly dokončeny",
83
- "modules_completed_mandatory": "dokončené povinné moduly",
81
+ "modules": "{{count}} module",
82
+ "modules_plural": "{{count}} modules",
83
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory module completed",
84
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory modules completed",
84
85
  "More": "Více",
85
86
  "More details": "Více informací",
86
87
  "New media": "Nová lekce",
@@ -215,9 +216,10 @@
215
216
  "badge": "Další informace o vašem certifikátu"
216
217
  },
217
218
  "css": {
218
- "modules": "úrovně",
219
- "modules_completed": "úrovně dokončeny",
220
- "modules_completed_mandatory": "povinné úrovně dokončeny",
219
+ "modules": "{{count}} level",
220
+ "modules_plural": "{{count}} levels",
221
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory level completed",
222
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory levels completed",
221
223
  "certification_module": "úroveň dokončit"
222
224
  }
223
225
  }
@@ -78,9 +78,10 @@
78
78
  "learning_priorities_brand_description": "Definieren Sie Lernprioritäten für Ihr Unternehmen mit Fähigkeiten, Playlists oder Zertifizierungen. Diese werden auf der Seite „Mein Lernen“ angezeigt.",
79
79
  "media_stars_to_win_plural": "Gewinnen Sie {{count}} zusätzliche Sterne in diesem Kapitel, wenn Sie die Lektion das erste Mal ansehen!",
80
80
  "media_stars_to_win": "Gewinnen Sie {{count}} zusätzliche Sterne in diesem Kapitel, wenn Sie die Lektion das erste Mal ansehen!",
81
- "modules": "Module",
82
- "modules_completed": "Module abgeschlossen",
83
- "modules_completed_mandatory": "Pflichtmodule abgeschlossen",
81
+ "modules": "{{count}} module",
82
+ "modules_plural": "{{count}} modules",
83
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory module completed",
84
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory modules completed",
84
85
  "More": "Mehr",
85
86
  "More details": "Mehr Details",
86
87
  "New media": "Neue Lektion",
@@ -215,9 +216,10 @@
215
216
  "badge": "Die zusätzlichen Informationen zu Ihrem Zertifikat"
216
217
  },
217
218
  "css": {
218
- "modules": "Levels",
219
- "modules_completed": "Levels abgeschlossen",
220
- "modules_completed_mandatory": "Pflichtlevels abgeschlossen",
219
+ "modules": "{{count}} level",
220
+ "modules_plural": "{{count}} levels",
221
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory level completed",
222
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory levels completed",
221
223
  "certification_module": "Level zum Abschließen"
222
224
  }
223
225
  }
@@ -42,6 +42,7 @@
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
46
  "courses_completed": "Courses completed",
46
47
  "continue_learning": "Continue learning",
47
48
  "learning_priority_modal_title": "New learning priority",
@@ -78,9 +79,10 @@
78
79
  "learning_priorities_brand_description": "Define learning priorities for your company with skills, playlists or certifications. They will appear on the My Learning page.",
79
80
  "media_stars_to_win_plural": "Win {{count}} additional stars in this chapter the first time you view a lesson!",
80
81
  "media_stars_to_win": "Win {{count}} additional star in this chapter the first time you view a lesson!",
81
- "modules": "Modules",
82
- "modules_completed": "modules completed",
83
- "modules_completed_mandatory": "mandatory modules completed",
82
+ "modules": "{{count}} module",
83
+ "modules_plural": "{{count}} modules",
84
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory module completed",
85
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory modules completed",
84
86
  "More": "More",
85
87
  "More details": "More details",
86
88
  "New media": "New lesson",
@@ -215,9 +217,10 @@
215
217
  "badge": "Additional information about your certificate"
216
218
  },
217
219
  "css": {
218
- "modules": "Levels",
219
- "modules_completed": "levels completed",
220
- "modules_completed_mandatory": "mandatory levels completed",
220
+ "modules": "{{count}} level",
221
+ "modules_plural": "{{count}} levels",
222
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory level completed",
223
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory levels completed",
221
224
  "certification_module": "level to complete"
222
225
  }
223
226
  }
@@ -78,9 +78,10 @@
78
78
  "learning_priorities_brand_description": "Define las prioridades de aprendizaje de tu empresa con habilidades, listas de reproducción o certificaciones. Aparecerán en la página Mi aprendizaje.",
79
79
  "media_stars_to_win_plural": "Gana {{count}} estrellas adicionales en este capítulo la primera vez que veas una lección.",
80
80
  "media_stars_to_win": "Gana {{count}} estrellas adicionales en este capítulo la primera vez que veas una lección.",
81
- "modules": "Módulos",
82
- "modules_completed": "módulos completados",
83
- "modules_completed_mandatory": "módulos obligatorios completados",
81
+ "modules": "{{count}} module",
82
+ "modules_plural": "{{count}} modules",
83
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory module completed",
84
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory modules completed",
84
85
  "More": "Más",
85
86
  "More details": "Más detalles",
86
87
  "New media": "Nueva lección",
@@ -215,9 +216,10 @@
215
216
  "badge": "Información adicional sobre su certificado"
216
217
  },
217
218
  "css": {
218
- "modules": "Niveles",
219
- "modules_completed": "niveles completados",
220
- "modules_completed_mandatory": "niveles obligatorios completados",
219
+ "modules": "{{count}} level",
220
+ "modules_plural": "{{count}} levels",
221
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory level completed",
222
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory levels completed",
221
223
  "certification_module": "nivel para completar"
222
224
  }
223
225
  }
@@ -78,9 +78,10 @@
78
78
  "learning_priorities_brand_description": "Määrake oma ettevõtte õppimisprioriteedid oskuste, esitusloendite või sertifikaatide abil. Need kuvatakse lehel Minu õppimine.",
79
79
  "media_stars_to_win_plural": "Võida selles peatükis õppetunni esmakordsel vaatamisel {{count}} lisatähepunkti!",
80
80
  "media_stars_to_win": "Võida selles peatükis õppetunni esmakordsel vaatamisel {{count}} lisatähepunkt!",
81
- "modules": "Moodulid",
82
- "modules_completed": "moodulid valmis",
83
- "modules_completed_mandatory": "kohustuslikud moodulid on lõpetatud",
81
+ "modules": "{{count}} module",
82
+ "modules_plural": "{{count}} modules",
83
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory module completed",
84
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory modules completed",
84
85
  "More": "Lisaks",
85
86
  "More details": "Rohkem detaile",
86
87
  "New media": "Uus õppetund",
@@ -215,9 +216,10 @@
215
216
  "badge": "Täiendav teave teie sertifikaadi kohta"
216
217
  },
217
218
  "css": {
218
- "modules": "Tasemed",
219
- "modules_completed": "tasemed läbitud",
220
- "modules_completed_mandatory": "kohustuslikud tasemed läbitud",
219
+ "modules": "{{count}} level",
220
+ "modules_plural": "{{count}} levels",
221
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory level completed",
222
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory levels completed",
221
223
  "certification_module": "taseme lõpetamiseks"
222
224
  }
223
225
  }
@@ -78,9 +78,10 @@
78
78
  "learning_priorities_brand_description": "Määritä yrityksesi oppimisprioriteetit taitojen, soittolistojen tai sertifikaattien avulla. Ne näkyvät Oma oppiminen -sivulla.",
79
79
  "media_stars_to_win_plural": "Voita {{count}} ylimääräistä tähteä tässä kappaleessa, kun katsot oppitunnin ensimmäisen kerran!",
80
80
  "media_stars_to_win": "Voita {{count}} ylimääräinen tähti tässä kappaleessa, kun katsot oppitunnin ensimmäisen kerran!",
81
- "modules": "Moduulit",
82
- "modules_completed": "moduulit valmiina",
83
- "modules_completed_mandatory": "pakollista moduulia suoritettu",
81
+ "modules": "{{count}} module",
82
+ "modules_plural": "{{count}} modules",
83
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory module completed",
84
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory modules completed",
84
85
  "More": "Enemmän",
85
86
  "More details": "Lisää tietoja",
86
87
  "New media": "Uusi oppitunti",
@@ -215,9 +216,10 @@
215
216
  "badge": "Lisätietoja todistuksestasi"
216
217
  },
217
218
  "css": {
218
- "modules": "Tasot",
219
- "modules_completed": "tasot suoritettu",
220
- "modules_completed_mandatory": "pakolliset tasot suoritettu",
219
+ "modules": "{{count}} level",
220
+ "modules_plural": "{{count}} levels",
221
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory level completed",
222
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory levels completed",
221
223
  "certification_module": "suoritettava taso"
222
224
  }
223
225
  }
@@ -78,9 +78,10 @@
78
78
  "learning_priorities_brand_description": "Définissez les priorités d'apprentissage de votre entreprise avec des compétences, des playlists ou des certifications. Elles apparaîtront sur la page Mon apprentissage.",
79
79
  "media_stars_to_win_plural": "Gagnez {{count}} étoiles supplémentaires par chapitre en consultant la leçon !",
80
80
  "media_stars_to_win": "Gagnez {{count}} étoile supplémentaire par chapitre en consultant la leçon !",
81
- "modules": "Modules",
82
- "modules_completed": "modules complétés",
83
- "modules_completed_mandatory": "modules obligatoires suivis",
81
+ "modules": "{{count}} module",
82
+ "modules_plural": "{{count}} modules",
83
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}} / {{total}}</span> module obligatoire terminé",
84
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}} / {{total}}</span> modules obligatoires terminés",
84
85
  "More": "Plus",
85
86
  "More details": "Plus de détails",
86
87
  "New media": "Nouvelle leçon",
@@ -215,9 +216,10 @@
215
216
  "badge": "Les informations complémentaires sur votre certificat"
216
217
  },
217
218
  "css": {
218
- "modules": "Niveaux",
219
- "modules_completed": "niveaux complétés",
220
- "modules_completed_mandatory": "niveaux obligatoires complétés",
219
+ "modules": "{{count}} niveau",
220
+ "modules_plural": "{{count}} niveaux",
221
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}} / {{total}}</span> niveau obligatoire terminé",
222
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}} / {{total}}</span> niveaux obligatoires terminés",
221
223
  "certification_module": "niveau à compléter"
222
224
  }
223
225
  }
@@ -78,9 +78,10 @@
78
78
  "learning_priorities_brand_description": "Odredite prioritete učenja za svoju tvrtku pomoću vještina, popisa pjesama ili certifikata. Oni će se pojaviti na stranici Moje učenje.",
79
79
  "media_stars_to_win_plural": "Osvojite {{count}} dodatnih zvjezdica u ovom poglavlju kada prvi put pogledate lekciju!",
80
80
  "media_stars_to_win": "Osvojite {{count}} dodatnu zvjezdicu u ovom poglavlju kada prvi put pogledate lekciju!",
81
- "modules": "Moduli",
82
- "modules_completed": "završeni moduli",
83
- "modules_completed_mandatory": "obavezni moduli dovršeni",
81
+ "modules": "{{count}} module",
82
+ "modules_plural": "{{count}} modules",
83
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory module completed",
84
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory modules completed",
84
85
  "More": "Više",
85
86
  "More details": "Više detalja",
86
87
  "New media": "Nova lekcija",
@@ -215,9 +216,10 @@
215
216
  "badge": "Dodatne informacije o vašem certifikatu"
216
217
  },
217
218
  "css": {
218
- "modules": "Razine",
219
- "modules_completed": "završene razine",
220
- "modules_completed_mandatory": "završene obavezne razine",
219
+ "modules": "{{count}} level",
220
+ "modules_plural": "{{count}} levels",
221
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory level completed",
222
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory levels completed",
221
223
  "certification_module": "razina za dovršetak"
222
224
  }
223
225
  }
@@ -78,9 +78,10 @@
78
78
  "learning_priorities_brand_description": "Határozza meg vállalata tanulási prioritásait készségekkel, lejátszási listákkal vagy tanúsítványokkal. Megjelennek a Saját tanulás oldalon.",
79
79
  "media_stars_to_win_plural": "Nyerjen további {{count}} csillagot ebben a fejezetben egy lecke először történő megtekintésével!",
80
80
  "media_stars_to_win": "Nyerjen további {{count}} csillagot ebben a fejezetben egy lecke először történő megtekintésekor!",
81
- "modules": "Modulok",
82
- "modules_completed": "modulok elkészültek",
83
- "modules_completed_mandatory": "kötelezően elvégzett modulok",
81
+ "modules": "{{count}} module",
82
+ "modules_plural": "{{count}} modules",
83
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory module completed",
84
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory modules completed",
84
85
  "More": "Több",
85
86
  "More details": "További részletek",
86
87
  "New media": "Új lecke",
@@ -215,9 +216,10 @@
215
216
  "badge": "További információk a tanúsítványról"
216
217
  },
217
218
  "css": {
218
- "modules": "Szintek",
219
- "modules_completed": "szintek teljesítve",
220
- "modules_completed_mandatory": "kötelező szintek teljesítése",
219
+ "modules": "{{count}} level",
220
+ "modules_plural": "{{count}} levels",
221
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory level completed",
222
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory levels completed",
221
223
  "certification_module": "szint teljesítéséhez"
222
224
  }
223
225
  }
@@ -49,14 +49,14 @@
49
49
  "locked": "Կողպված է",
50
50
  "icon_picker_title": "Փոխել պատկերակը",
51
51
  "icon_picker_description": "Ընտրեք նոր պատկերակ ձեր հմտության համար",
52
- "icon_editor_color": "Icon color",
53
- "invalid_color": "Invalid color",
52
+ "icon_editor_color": "Սրբապատկերի գույնը",
53
+ "invalid_color": "Անվավեր գույն",
54
54
  "translation_title": "Թարգմանել",
55
55
  "translation_description": "Կառավարեք թարգմանությունները՝ ավելի շատ սովորողների հասնելու համար",
56
56
  "skills_change_focus": "Փոխեք հմտությունների կենտրոնացումը",
57
57
  "skills_choose_focus": "Ընտրեք ձեր ուշադրությունը",
58
58
  "cancel": "Չեղարկել",
59
- "close": "Close",
59
+ "close": "Փակել",
60
60
  "confirm": "Հաստատել",
61
61
  "Delete": "Ջնջել",
62
62
  "Draft": "Նախագիծ",
@@ -78,9 +78,10 @@
78
78
  "learning_priorities_brand_description": "Սահմանեք ձեր ընկերության ուսուցման առաջնահերթությունները հմտություններով, երգացանկերով կամ հավաստագրերով: Դրանք կհայտնվեն «Իմ ուսուցումը» էջում:",
79
79
  "media_stars_to_win_plural": "Հաղթեք {{count}} լրացուցիչ աստղեր այս բաժնում, երբ առաջին անգամ դիտեք դասը:",
80
80
  "media_stars_to_win": "Հաղթեք {{count}} լրացուցիչ աստղ այս բաժնում, երբ առաջին անգամ դիտեք դասը:",
81
- "modules": "Մոդուլներ",
82
- "modules_completed": "մոդուլները ավարտված են",
83
- "modules_completed_mandatory": "լրացված պարտադիր մոդուլներ",
81
+ "modules": "{{count}} մոդուլ",
82
+ "modules_plural": "{{count}} մոդուլներ",
83
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}} / {{total}}</span> պարտադիր մոդուլն ավարտված է",
84
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}} / {{total}}</span> պարտադիր մոդուլներն ավարտված են",
84
85
  "More": "Ավելին",
85
86
  "More details": "Ավելի մանրամասն",
86
87
  "New media": "Նոր դաս",
@@ -113,8 +114,8 @@
113
114
  "secured_payment": "Ապահով սերվեր",
114
115
  "start_learning": "Սկսեք սովորել",
115
116
  "sort_by": "Դասավորել ըստ:",
116
- "clear": "Clear",
117
- "clear_all": "Clear all",
117
+ "clear": "Պարզ",
118
+ "clear_all": "Մաքրել բոլորը",
118
119
  "See clue": "Տեսնել հուշումը",
119
120
  "See less": "Տեսնել ավելի քիչ",
120
121
  "See lesson": "Տեսնել դասը",
@@ -215,9 +216,10 @@
215
216
  "badge": "Ձեր վկայականի մասին լրացուցիչ տեղեկություններ"
216
217
  },
217
218
  "css": {
218
- "modules": "Մակարդակներ",
219
- "modules_completed": "ավարտված մակարդակները",
220
- "modules_completed_mandatory": "լրացված պարտադիր մակարդակները",
219
+ "modules": "{{count}} մակարդակ",
220
+ "modules_plural": "{{count}} մակարդակները",
221
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}} / {{total}}</span> պարտադիր մակարդակն ավարտված է",
222
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}} / {{total}}</span> պարտադիր մակարդակներն ավարտված են",
221
223
  "certification_module": "մակարդակ՝ ավարտելու համար"
222
224
  }
223
225
  }
@@ -78,9 +78,10 @@
78
78
  "learning_priorities_brand_description": "Definisci le priorità di apprendimento per la tua azienda con competenze, playlist o certificazioni. Appariranno nella pagina My Learning.",
79
79
  "media_stars_to_win_plural": "Guadagna {{count}} stelle aggiuntive in questo capitolo la prima volta che visualizzi una lezione!",
80
80
  "media_stars_to_win": "Guadagna {{count}} stelle aggiuntive in questo capitolo, la prima volta che visualizzi una lezione!",
81
- "modules": "Moduli",
82
- "modules_completed": "moduli completati",
83
- "modules_completed_mandatory": "moduli obbligatori completati",
81
+ "modules": "{{count}} module",
82
+ "modules_plural": "{{count}} modules",
83
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory module completed",
84
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory modules completed",
84
85
  "More": "Altro",
85
86
  "More details": "Più dettagli",
86
87
  "New media": "Nuova lezione",
@@ -215,9 +216,10 @@
215
216
  "badge": "Le informazioni aggiuntive sul tuo certificato"
216
217
  },
217
218
  "css": {
218
- "modules": "Livelli",
219
- "modules_completed": "livelli completati",
220
- "modules_completed_mandatory": "livelli obbligatori completati",
219
+ "modules": "{{count}} level",
220
+ "modules_plural": "{{count}} levels",
221
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory level completed",
222
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory levels completed",
221
223
  "certification_module": "livello da completare"
222
224
  }
223
225
  }
@@ -78,9 +78,10 @@
78
78
  "learning_priorities_brand_description": "スキル、プレイリスト、または認定資格を使用して、会社の学習の優先順位を定義します。これらは「マイ ラーニング」ページに表示されます。",
79
79
  "media_stars_to_win_plural": "もし、はじめてこのレッスンを受けた場合は{{count}}個のスターが追加で獲得できます。",
80
80
  "media_stars_to_win": "もし、はじめてこのレッスンを受けた場合は{{count}}個のスターが追加で獲得できます。",
81
- "modules": "モジュール",
82
- "modules_completed": "モジュール完了",
83
- "modules_completed_mandatory": "必須のモジュールを完了しました",
81
+ "modules": "{{count}} module",
82
+ "modules_plural": "{{count}} modules",
83
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory module completed",
84
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory modules completed",
84
85
  "More": "その他",
85
86
  "More details": "さらに詳しく",
86
87
  "New media": "新しいレッスン",
@@ -215,9 +216,10 @@
215
216
  "badge": "証明書に関する追加情報"
216
217
  },
217
218
  "css": {
218
- "modules": "レベル",
219
- "modules_completed": "完了したレベル",
220
- "modules_completed_mandatory": "必須レベルを完了",
219
+ "modules": "{{count}} level",
220
+ "modules_plural": "{{count}} levels",
221
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory level completed",
222
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory levels completed",
221
223
  "certification_module": "完了するレベル"
222
224
  }
223
225
  }
@@ -78,9 +78,10 @@
78
78
  "learning_priorities_brand_description": "기술, 플레이리스트 또는 인증을 통해 회사의 학습 우선순위를 정의하세요. 이는 My Learning 페이지에 표시됩니다.",
79
79
  "media_stars_to_win_plural": "귀하가 레슨을 처음 볼 때, 이 장에서 {{count}}개의 추가 스타를 획득하세요!",
80
80
  "media_stars_to_win": "귀하가 레슨을 처음 볼 때, 이 장에서 {{count}}개의 추가 스타를 획득하세요!",
81
- "modules": "모듈",
82
- "modules_completed": "완료된 모듈",
83
- "modules_completed_mandatory": "완료한 필수 모듈",
81
+ "modules": "{{count}} module",
82
+ "modules_plural": "{{count}} modules",
83
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory module completed",
84
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory modules completed",
84
85
  "More": "더 많이",
85
86
  "More details": "자세한 내용은",
86
87
  "New media": "신규 레슨",
@@ -215,9 +216,10 @@
215
216
  "badge": "인증서에 대한 추가 정보"
216
217
  },
217
218
  "css": {
218
- "modules": "레벨",
219
- "modules_completed": "완료된 레벨",
220
- "modules_completed_mandatory": "필수 레벨 완료",
219
+ "modules": "{{count}} level",
220
+ "modules_plural": "{{count}} levels",
221
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory level completed",
222
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory levels completed",
221
223
  "certification_module": "완료할 레벨"
222
224
  }
223
225
  }
@@ -78,9 +78,10 @@
78
78
  "learning_priorities_brand_description": "Definieer leerprioriteiten voor uw bedrijf met vaardigheden, afspeellijsten of certificeringen. Deze verschijnen op de pagina Mijn leren.",
79
79
  "media_stars_to_win_plural": "Win {{count}} extra sterren in dit hoofdstuk de eerste keer dat je een les bekijkt!",
80
80
  "media_stars_to_win": "Win {{count}} extra ster in dit hoofdstuk de eerste keer dat je een les bekijkt!",
81
- "modules": "Modulen",
82
- "modules_completed": "modules afgerond",
83
- "modules_completed_mandatory": "verplichte modules voltooid",
81
+ "modules": "{{count}} module",
82
+ "modules_plural": "{{count}} modules",
83
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory module completed",
84
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory modules completed",
84
85
  "More": "Meer",
85
86
  "More details": "Meer details",
86
87
  "New media": "Nieuwe les",
@@ -215,9 +216,10 @@
215
216
  "badge": "De aanvullende informatie over uw certificaat"
216
217
  },
217
218
  "css": {
218
- "modules": "Niveaus",
219
- "modules_completed": "niveaus voltooid",
220
- "modules_completed_mandatory": "verplichte niveaus voltooid",
219
+ "modules": "{{count}} level",
220
+ "modules_plural": "{{count}} levels",
221
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory level completed",
222
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory levels completed",
221
223
  "certification_module": "niveau om te voltooien"
222
224
  }
223
225
  }
@@ -78,9 +78,10 @@
78
78
  "learning_priorities_brand_description": "Określ priorytety uczenia się dla swojej firmy za pomocą umiejętności, playlist lub certyfikatów. Pojawią się one na stronie My Learning.",
79
79
  "media_stars_to_win_plural": "Zdobądź {{count}} dodatkowe gwiazdki w każdym rozdziale za obejrzenie filmiku z lekcją!",
80
80
  "media_stars_to_win": "Zdobądź {{count}} dodatkowe gwiazdki w każdym rozdziale za obejrzenie filmiku z lekcją!",
81
- "modules": "Moduły",
82
- "modules_completed": "ukończone moduły",
83
- "modules_completed_mandatory": "ukończone moduły obowiązkowe",
81
+ "modules": "{{count}} module",
82
+ "modules_plural": "{{count}} modules",
83
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory module completed",
84
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory modules completed",
84
85
  "More": "Więcej",
85
86
  "More details": "Więcej szczegółów",
86
87
  "New media": "Nowa lekcja",
@@ -215,9 +216,10 @@
215
216
  "badge": "Dodatkowe informacje o Twoim certyfikacie"
216
217
  },
217
218
  "css": {
218
- "modules": "Poziomy",
219
- "modules_completed": "ukończone poziomy",
220
- "modules_completed_mandatory": "ukończone poziomy obowiązkowe",
219
+ "modules": "{{count}} level",
220
+ "modules_plural": "{{count}} levels",
221
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory level completed",
222
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory levels completed",
221
223
  "certification_module": "poziom do ukończenia"
222
224
  }
223
225
  }
@@ -78,9 +78,10 @@
78
78
  "learning_priorities_brand_description": "Defina prioridades de aprendizado para sua empresa com habilidades, playlists ou certificações. Elas aparecerão na página My Learning.",
79
79
  "media_stars_to_win_plural": "Ganhe {{count}} estrelas adicionais neste capítulo na primeira vez que veja esta lição!",
80
80
  "media_stars_to_win": "Ganhe {{count}} estrelas adicionais neste capítulo quando vir uma lição pela primeira vez! ",
81
- "modules": "Módulos",
82
- "modules_completed": "módulos concluídos",
83
- "modules_completed_mandatory": "módulos obrigatórios concluídos",
81
+ "modules": "{{count}} module",
82
+ "modules_plural": "{{count}} modules",
83
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory module completed",
84
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory modules completed",
84
85
  "More": "Mais",
85
86
  "More details": "Mais detalhes",
86
87
  "New media": "Nova lição",
@@ -215,9 +216,10 @@
215
216
  "badge": "As informações adicionais sobre o seu certificado"
216
217
  },
217
218
  "css": {
218
- "modules": "Níveis",
219
- "modules_completed": "níveis concluídos",
220
- "modules_completed_mandatory": "níveis obrigatórios concluídos",
219
+ "modules": "{{count}} level",
220
+ "modules_plural": "{{count}} levels",
221
+ "modules_completed_mandatory": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory level completed",
222
+ "modules_completed_mandatory_plural": "<span data-name=\"progress-stats\" style=\"color=#515161;padding-right: 4px;\">{{count}}/{{total}}</span> mandatory levels completed",
221
223
  "certification_module": "nível para completar"
222
224
  }
223
225
  }