@coorpacademy/components 11.34.1 → 11.34.2-alpha.74
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/molecule/progress-wrapper/index.d.ts.map +1 -1
- package/es/molecule/progress-wrapper/index.js +10 -5
- package/es/molecule/progress-wrapper/index.js.map +1 -1
- package/es/organism/skill-edition/index.d.ts +52 -1232
- package/es/organism/skill-edition/index.d.ts.map +1 -1
- package/es/organism/skill-edition/index.js +231 -3
- package/es/organism/skill-edition/index.js.map +1 -1
- package/es/organism/skill-edition/types.d.ts +119 -1241
- package/es/organism/skill-edition/types.d.ts.map +1 -1
- package/es/organism/skill-edition/types.js +58 -7
- package/es/organism/skill-edition/types.js.map +1 -1
- package/es/template/back-office/brand-update/index.d.ts +52 -1232
- package/es/template/certification-detail/index.js +3 -2
- package/es/template/certification-detail/index.js.map +1 -1
- package/lib/molecule/progress-wrapper/index.d.ts.map +1 -1
- package/lib/molecule/progress-wrapper/index.js +10 -5
- package/lib/molecule/progress-wrapper/index.js.map +1 -1
- package/lib/organism/skill-edition/index.d.ts +52 -1232
- package/lib/organism/skill-edition/index.d.ts.map +1 -1
- package/lib/organism/skill-edition/index.js +230 -3
- package/lib/organism/skill-edition/index.js.map +1 -1
- package/lib/organism/skill-edition/types.d.ts +119 -1241
- package/lib/organism/skill-edition/types.d.ts.map +1 -1
- package/lib/organism/skill-edition/types.js +58 -7
- package/lib/organism/skill-edition/types.js.map +1 -1
- package/lib/template/back-office/brand-update/index.d.ts +52 -1232
- package/lib/template/certification-detail/index.js +3 -2
- package/lib/template/certification-detail/index.js.map +1 -1
- package/locales/bs/global.json +13 -11
- package/locales/cs/global.json +8 -6
- package/locales/de/global.json +8 -6
- package/locales/en/global.json +8 -6
- package/locales/es/global.json +8 -6
- package/locales/et/global.json +8 -6
- package/locales/fi/global.json +8 -6
- package/locales/fr/global.json +8 -6
- package/locales/hr/global.json +8 -6
- package/locales/hu/global.json +8 -6
- package/locales/hy/global.json +13 -11
- package/locales/it/global.json +8 -6
- package/locales/ja/global.json +8 -6
- package/locales/ko/global.json +8 -6
- package/locales/nl/global.json +8 -6
- package/locales/pl/global.json +8 -6
- package/locales/pt/global.json +8 -6
- package/locales/ro/global.json +8 -6
- package/locales/ru/global.json +8 -6
- package/locales/sk/global.json +8 -6
- package/locales/sl/global.json +8 -6
- package/locales/sv/global.json +8 -6
- package/locales/tl/global.json +8 -6
- package/locales/tr/global.json +8 -6
- package/locales/uk/global.json +8 -6
- package/locales/vi/global.json +8 -6
- package/locales/zh/global.json +13 -11
- package/locales/zh_TW/global.json +10 -8
- package/package.json +2 -2
package/locales/pl/global.json
CHANGED
|
@@ -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": "
|
|
82
|
-
"
|
|
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": "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": "
|
|
219
|
-
"
|
|
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": "poziom do ukończenia"
|
|
222
224
|
}
|
|
223
225
|
}
|
package/locales/pt/global.json
CHANGED
|
@@ -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": "
|
|
82
|
-
"
|
|
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": "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": "
|
|
219
|
-
"
|
|
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": "nível para completar"
|
|
222
224
|
}
|
|
223
225
|
}
|
package/locales/ro/global.json
CHANGED
|
@@ -78,9 +78,10 @@
|
|
|
78
78
|
"learning_priorities_brand_description": "Definiți prioritățile de învățare pentru compania dvs. cu competențe, liste de redare sau certificări. Acestea vor apărea pe pagina Învățarea mea.",
|
|
79
79
|
"media_stars_to_win_plural": "Câștigați {{count}} stele în plus prima oară când urmăriți o lecție din acest capitol!",
|
|
80
80
|
"media_stars_to_win": "Câștigați {{count}} stele în plus prima oară când urmăriți o lecție din acest capitol!",
|
|
81
|
-
"modules": "
|
|
82
|
-
"
|
|
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": "Mai multe",
|
|
85
86
|
"More details": "Mai multe detalii",
|
|
86
87
|
"New media": "Lecție nouă",
|
|
@@ -215,9 +216,10 @@
|
|
|
215
216
|
"badge": "Informațiile suplimentare despre certificatul dvs"
|
|
216
217
|
},
|
|
217
218
|
"css": {
|
|
218
|
-
"modules": "
|
|
219
|
-
"
|
|
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": "nivel de finalizat"
|
|
222
224
|
}
|
|
223
225
|
}
|
package/locales/ru/global.json
CHANGED
|
@@ -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
|
-
"
|
|
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
|
-
"
|
|
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
|
}
|
package/locales/sk/global.json
CHANGED
|
@@ -78,9 +78,10 @@
|
|
|
78
78
|
"learning_priorities_brand_description": "Definujte priority vzdelávania pre svoju spoločnosť pomocou zručností, zoznamov skladieb alebo certifikácií. Zobrazia sa na stránke Moje vzdelávanie.",
|
|
79
79
|
"media_stars_to_win_plural": "Vyhrajte {{count}} ďalších hviezd v tejto kapitole pri prvom zobrazení hodiny!",
|
|
80
80
|
"media_stars_to_win": "Vyhrajte {{count}} ďalších hviezd v tejto kapitole pri prvom zobrazení hodiny!",
|
|
81
|
-
"modules": "
|
|
82
|
-
"
|
|
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": "Viac",
|
|
85
86
|
"More details": "Viac informácií",
|
|
86
87
|
"New media": "Nová lekcia",
|
|
@@ -215,9 +216,10 @@
|
|
|
215
216
|
"badge": "Ďalšie informácie o vašom certifikáte"
|
|
216
217
|
},
|
|
217
218
|
"css": {
|
|
218
|
-
"modules": "
|
|
219
|
-
"
|
|
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": "úroveň dokončiť"
|
|
222
224
|
}
|
|
223
225
|
}
|
package/locales/sl/global.json
CHANGED
|
@@ -78,9 +78,10 @@
|
|
|
78
78
|
"learning_priorities_brand_description": "Določite učne prioritete za vaše podjetje s spretnostmi, seznami predvajanja ali certifikati. Prikazali se bodo na strani Moje učenje.",
|
|
79
79
|
"media_stars_to_win_plural": "Osvojite {{count}} dodatnih zvezdic v tem poglavju, ko si prvič ogledate lekcijo!",
|
|
80
80
|
"media_stars_to_win": "Osvojite {{count}} dodatno zvezdico v tem poglavju, ko si prvič ogledate lekcijo!",
|
|
81
|
-
"modules": "
|
|
82
|
-
"
|
|
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": "Več",
|
|
85
86
|
"More details": "Več podrobnosti",
|
|
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": "
|
|
219
|
-
"
|
|
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": "stopnjo za dokončanje"
|
|
222
224
|
}
|
|
223
225
|
}
|
package/locales/sv/global.json
CHANGED
|
@@ -78,9 +78,10 @@
|
|
|
78
78
|
"learning_priorities_brand_description": "Definiera inlärningsprioriteringar för ditt företag med färdigheter, spellistor eller certifieringar. De kommer att visas på sidan Mitt lärande.",
|
|
79
79
|
"media_stars_to_win_plural": "Vinn {{count}} stjärnor till i det här kapitlet första gången du tittar på en lektion!",
|
|
80
80
|
"media_stars_to_win": "Vinn {{count}} stjärna till i det här kapitlet första gången du tittar på en lektion!",
|
|
81
|
-
"modules": "
|
|
82
|
-
"
|
|
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": "Mer",
|
|
85
86
|
"More details": "Fler uppgifter",
|
|
86
87
|
"New media": "Ny lektion",
|
|
@@ -215,9 +216,10 @@
|
|
|
215
216
|
"badge": "Ytterligare information om ditt certifikat"
|
|
216
217
|
},
|
|
217
218
|
"css": {
|
|
218
|
-
"modules": "
|
|
219
|
-
"
|
|
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": "nivå att slutföra"
|
|
222
224
|
}
|
|
223
225
|
}
|
package/locales/tl/global.json
CHANGED
|
@@ -78,9 +78,10 @@
|
|
|
78
78
|
"learning_priorities_brand_description": "Tukuyin ang mga priyoridad sa pag-aaral para sa iyong kumpanya na may mga kasanayan, playlist o certification. Lalabas ang mga ito sa pahina ng Aking Pag-aaral.",
|
|
79
79
|
"media_stars_to_win_plural": "Manalo ng {{count}} karagdagang mga star sa kabanatang ito sa unang pagkakataon na tingnan mo ang isang lesson! ",
|
|
80
80
|
"media_stars_to_win": "Manalo ng {{count}} karagdagang mga star sa kabanatang ito sa unang pagkakataon na tingnan mo ang isang lesson!",
|
|
81
|
-
"modules": "
|
|
82
|
-
"
|
|
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": "More",
|
|
85
86
|
"More details": "Higit pang mga detalye",
|
|
86
87
|
"New media": "Bagong lesson",
|
|
@@ -215,9 +216,10 @@
|
|
|
215
216
|
"badge": "Karagdagang impormasyon tungkol sa iyong sertipiko"
|
|
216
217
|
},
|
|
217
218
|
"css": {
|
|
218
|
-
"modules": "
|
|
219
|
-
"
|
|
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": "antas upang makumpleto"
|
|
222
224
|
}
|
|
223
225
|
}
|
package/locales/tr/global.json
CHANGED
|
@@ -78,9 +78,10 @@
|
|
|
78
78
|
"learning_priorities_brand_description": "Şirketiniz için beceriler, çalma listeleri veya sertifikalarla öğrenme önceliklerini tanımlayın. Bunlar Öğrenmem sayfasında görünecektir.",
|
|
79
79
|
"media_stars_to_win_plural": "İlk dersinizi görüntülediğinizde bu ünitede {{count}} ek yıldız kazanın!",
|
|
80
80
|
"media_stars_to_win": "Bir dersi ilk kez görüntülediğinizde bu ünitede {{count}} ekstra yıldız kazanın!",
|
|
81
|
-
"modules": "
|
|
82
|
-
"
|
|
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": "Daha fazla",
|
|
85
86
|
"More details": "Daha fazla detay",
|
|
86
87
|
"New media": "Yeni ders",
|
|
@@ -215,9 +216,10 @@
|
|
|
215
216
|
"badge": "Sertifikanız hakkında ek bilgi"
|
|
216
217
|
},
|
|
217
218
|
"css": {
|
|
218
|
-
"modules": "
|
|
219
|
-
"
|
|
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": "tamamlanma seviyesi"
|
|
222
224
|
}
|
|
223
225
|
}
|
package/locales/uk/global.json
CHANGED
|
@@ -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
|
-
"
|
|
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
|
-
"
|
|
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
|
}
|
package/locales/vi/global.json
CHANGED
|
@@ -78,9 +78,10 @@
|
|
|
78
78
|
"learning_priorities_brand_description": "Xác định các ưu tiên học tập cho công ty của bạn bằng các kỹ năng, danh sách phát hoặc chứng chỉ. Chúng sẽ xuất hiện trên trang Học tập của tôi.",
|
|
79
79
|
"media_stars_to_win_plural": "Giành được thêm {{count}} sao trong chương này khi xem bài học lần đầu tiên!",
|
|
80
80
|
"media_stars_to_win": "Giành được thêm {{count}} sao trong chương này khi xem bài học lần đầu tiên!",
|
|
81
|
-
"modules": "
|
|
82
|
-
"
|
|
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": "Thêm",
|
|
85
86
|
"More details": "Thêm chi tiết",
|
|
86
87
|
"New media": "Bài học mới",
|
|
@@ -215,9 +216,10 @@
|
|
|
215
216
|
"badge": "Thông tin bổ sung về chứng chỉ của bạn"
|
|
216
217
|
},
|
|
217
218
|
"css": {
|
|
218
|
-
"modules": "
|
|
219
|
-
"
|
|
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": "mức độ để hoàn thành"
|
|
222
224
|
}
|
|
223
225
|
}
|
package/locales/zh/global.json
CHANGED
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
"locked": "未解锁",
|
|
50
50
|
"icon_picker_title": "更改图标",
|
|
51
51
|
"icon_picker_description": "为您的技能选择一个新图标",
|
|
52
|
-
"icon_editor_color": "
|
|
53
|
-
"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": "
|
|
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
|
-
"
|
|
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": "
|
|
117
|
-
"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
|
-
"
|
|
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
|
}
|
|
@@ -50,13 +50,13 @@
|
|
|
50
50
|
"icon_picker_title": "更換圖標",
|
|
51
51
|
"icon_picker_description": "為您的技能選擇新圖標",
|
|
52
52
|
"icon_editor_color": "Icon color",
|
|
53
|
-
"invalid_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": "
|
|
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
|
-
"
|
|
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> 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
|
-
"
|
|
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
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "11.34.
|
|
3
|
+
"version": "11.34.2-alpha.74+f5c812e92",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -165,5 +165,5 @@
|
|
|
165
165
|
"last 2 versions",
|
|
166
166
|
"IE 11"
|
|
167
167
|
],
|
|
168
|
-
"gitHead": "
|
|
168
|
+
"gitHead": "f5c812e92c88ae35b3bbee1cf351393b32fce077"
|
|
169
169
|
}
|