@coorpacademy/components 11.32.3 → 11.32.5
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/atom/battle-opponent/index.d.ts.map +1 -1
- package/es/atom/battle-opponent/index.js +1 -1
- package/es/atom/battle-opponent/index.js.map +1 -1
- package/es/molecule/base-modal/index.d.ts +24 -1
- package/es/molecule/base-modal/index.d.ts.map +1 -1
- package/es/molecule/base-modal/index.js +26 -5
- package/es/molecule/base-modal/index.js.map +1 -1
- package/es/molecule/card/favorite.d.ts.map +1 -1
- package/es/molecule/card/favorite.js +1 -1
- package/es/molecule/card/favorite.js.map +1 -1
- package/es/molecule/discipline-associated-skills/index.d.ts +17 -0
- package/es/molecule/discipline-associated-skills/index.d.ts.map +1 -0
- package/es/molecule/discipline-associated-skills/index.js +73 -0
- package/es/molecule/discipline-associated-skills/index.js.map +1 -0
- package/es/molecule/discipline-associated-skills/style.css +71 -0
- package/es/molecule/learner-skill-card/index.d.ts +22 -0
- package/es/molecule/learner-skill-card/index.d.ts.map +1 -1
- package/es/molecule/learner-skill-card/index.js +7 -6
- package/es/molecule/learner-skill-card/index.js.map +1 -1
- package/es/molecule/learning-profile-radar-chart/index.d.ts +28 -1
- package/es/molecule/learning-profile-radar-chart/index.d.ts.map +1 -1
- package/es/molecule/learning-profile-radar-chart/index.js +115 -28
- package/es/molecule/learning-profile-radar-chart/index.js.map +1 -1
- package/es/molecule/learning-profile-radar-chart/style.css +14 -0
- package/es/molecule/learning-profile-radar-chart/types.d.ts +2 -0
- package/es/molecule/learning-profile-radar-chart/types.d.ts.map +1 -1
- package/es/molecule/learning-profile-radar-chart/types.js +2 -1
- package/es/molecule/learning-profile-radar-chart/types.js.map +1 -1
- package/es/molecule/review-correction-popin/index.d.ts.map +1 -1
- package/es/molecule/review-correction-popin/index.js +1 -1
- package/es/molecule/review-correction-popin/index.js.map +1 -1
- package/es/molecule/skill-picker-modal/index.d.ts.map +1 -1
- package/es/molecule/skill-picker-modal/index.js +2 -1
- package/es/molecule/skill-picker-modal/index.js.map +1 -1
- package/es/organism/user-preferences/index.d.ts.map +1 -1
- package/es/organism/user-preferences/index.js +1 -1
- package/es/organism/user-preferences/index.js.map +1 -1
- package/es/template/activity/engine-stars.d.ts.map +1 -1
- package/es/template/activity/engine-stars.js +1 -1
- package/es/template/activity/engine-stars.js.map +1 -1
- package/es/template/common/discipline/index.d.ts +6 -0
- package/es/template/common/discipline/index.d.ts.map +1 -1
- package/es/template/common/discipline/index.js +17 -2
- package/es/template/common/discipline/index.js.map +1 -1
- package/es/template/common/discipline/style.css +4 -1
- package/es/template/my-learning/index.d.ts +21 -0
- package/es/template/my-learning/index.d.ts.map +1 -1
- package/es/template/my-learning/index.js +41 -15
- package/es/template/my-learning/index.js.map +1 -1
- package/es/template/my-learning/style.css +6 -1
- package/lib/atom/battle-opponent/index.d.ts.map +1 -1
- package/lib/atom/battle-opponent/index.js +1 -1
- package/lib/atom/battle-opponent/index.js.map +1 -1
- package/lib/molecule/base-modal/index.d.ts +24 -1
- package/lib/molecule/base-modal/index.d.ts.map +1 -1
- package/lib/molecule/base-modal/index.js +26 -4
- package/lib/molecule/base-modal/index.js.map +1 -1
- package/lib/molecule/card/favorite.d.ts.map +1 -1
- package/lib/molecule/card/favorite.js +1 -1
- package/lib/molecule/card/favorite.js.map +1 -1
- package/lib/molecule/discipline-associated-skills/index.d.ts +17 -0
- package/lib/molecule/discipline-associated-skills/index.d.ts.map +1 -0
- package/lib/molecule/discipline-associated-skills/index.js +94 -0
- package/lib/molecule/discipline-associated-skills/index.js.map +1 -0
- package/lib/molecule/discipline-associated-skills/style.css +71 -0
- package/lib/molecule/learner-skill-card/index.d.ts +22 -0
- package/lib/molecule/learner-skill-card/index.d.ts.map +1 -1
- package/lib/molecule/learner-skill-card/index.js +7 -7
- package/lib/molecule/learner-skill-card/index.js.map +1 -1
- package/lib/molecule/learning-profile-radar-chart/index.d.ts +28 -1
- package/lib/molecule/learning-profile-radar-chart/index.d.ts.map +1 -1
- package/lib/molecule/learning-profile-radar-chart/index.js +117 -28
- package/lib/molecule/learning-profile-radar-chart/index.js.map +1 -1
- package/lib/molecule/learning-profile-radar-chart/style.css +14 -0
- package/lib/molecule/learning-profile-radar-chart/types.d.ts +2 -0
- package/lib/molecule/learning-profile-radar-chart/types.d.ts.map +1 -1
- package/lib/molecule/learning-profile-radar-chart/types.js +2 -1
- package/lib/molecule/learning-profile-radar-chart/types.js.map +1 -1
- package/lib/molecule/review-correction-popin/index.d.ts.map +1 -1
- package/lib/molecule/review-correction-popin/index.js +1 -1
- package/lib/molecule/review-correction-popin/index.js.map +1 -1
- package/lib/molecule/skill-picker-modal/index.d.ts.map +1 -1
- package/lib/molecule/skill-picker-modal/index.js +2 -1
- package/lib/molecule/skill-picker-modal/index.js.map +1 -1
- package/lib/organism/user-preferences/index.d.ts.map +1 -1
- package/lib/organism/user-preferences/index.js +1 -1
- package/lib/organism/user-preferences/index.js.map +1 -1
- package/lib/template/activity/engine-stars.d.ts.map +1 -1
- package/lib/template/activity/engine-stars.js +1 -1
- package/lib/template/activity/engine-stars.js.map +1 -1
- package/lib/template/common/discipline/index.d.ts +6 -0
- package/lib/template/common/discipline/index.d.ts.map +1 -1
- package/lib/template/common/discipline/index.js +18 -2
- package/lib/template/common/discipline/index.js.map +1 -1
- package/lib/template/common/discipline/style.css +4 -1
- package/lib/template/my-learning/index.d.ts +21 -0
- package/lib/template/my-learning/index.d.ts.map +1 -1
- package/lib/template/my-learning/index.js +39 -15
- package/lib/template/my-learning/index.js.map +1 -1
- package/lib/template/my-learning/style.css +6 -1
- package/locales/bs/global.json +3 -1
- package/locales/cs/global.json +4 -2
- package/locales/de/global.json +3 -1
- package/locales/en/global.json +3 -1
- package/locales/es/global.json +3 -1
- package/locales/et/global.json +3 -1
- package/locales/fi/global.json +3 -1
- package/locales/fr/global.json +3 -1
- package/locales/hr/global.json +3 -1
- package/locales/hu/global.json +3 -1
- package/locales/hy/global.json +3 -1
- package/locales/it/global.json +3 -1
- package/locales/ja/global.json +3 -1
- package/locales/ko/global.json +3 -1
- package/locales/nl/global.json +3 -1
- package/locales/pl/global.json +3 -1
- package/locales/pt/global.json +3 -1
- package/locales/ro/global.json +3 -1
- package/locales/ru/global.json +3 -1
- package/locales/sk/global.json +3 -1
- package/locales/sl/global.json +3 -1
- package/locales/sv/global.json +3 -1
- package/locales/th/global.json +1 -1
- package/locales/tl/global.json +4 -2
- package/locales/tr/global.json +3 -1
- package/locales/uk/global.json +3 -1
- package/locales/vi/global.json +4 -2
- package/locales/zh/global.json +3 -1
- package/locales/zh_TW/global.json +3 -1
- package/package.json +2 -2
package/locales/pt/global.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"Answer": "Resposta",
|
|
6
6
|
"At the end of this level, you will be able to_": "No final deste nível, será capaz de: ",
|
|
7
7
|
"author": "autor",
|
|
8
|
+
"associated_skills": "Associated skills",
|
|
8
9
|
"Back to Dashboard Home": "Regressar ao Início do Dashboard",
|
|
9
10
|
"back_to_catalog": "De volta aos cursos",
|
|
10
11
|
"cart_title": "Subscrição Coorpacademy",
|
|
@@ -50,7 +51,7 @@
|
|
|
50
51
|
"payment_form_submit": "Iniciar a subscrição da Coorpacademy",
|
|
51
52
|
"Post": "Post",
|
|
52
53
|
"premium_unsubscribe_confirmation": "Confirmamos o cancelamento da sua subscrição que se tornará efetiva a partir do próximo mês.\\n\\nEntretanto pode beneficiar dos nossos conteúdos na plataforma da Coorpacademy.",
|
|
53
|
-
"Press the escape key to close the information text"
|
|
54
|
+
"close_tooltip_information": "Press the escape key to close the information text",
|
|
54
55
|
"product_cancel": "Cancelar a qualquer momento.",
|
|
55
56
|
"product_desc_battle": "Modo de batalha",
|
|
56
57
|
"product_desc_certificates": "Certificados Coorpacademy",
|
|
@@ -95,6 +96,7 @@
|
|
|
95
96
|
"skill_chart_side_panel_courses_completed": "Cursos Concluídos",
|
|
96
97
|
"skill_chart_side_panel_questions_answered": "Questões respondidas",
|
|
97
98
|
"skill_chart_side_panel_learning_hours": "Horas de aprendizagem",
|
|
99
|
+
"skill_focused_chip_tooltip": "This skill is focused",
|
|
98
100
|
"selected": "selecionada(s)",
|
|
99
101
|
"This message has been removed by its author": "Esta mensagem foi removida pelo seu autor.",
|
|
100
102
|
"unsubscribe": "Anular a subscrição da Coorpacademy",
|
package/locales/ro/global.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"Answer": "Răspuns",
|
|
6
6
|
"At the end of this level, you will be able to_": "La sfârșitul acestui nivel, veți ști:",
|
|
7
7
|
"author": "autor",
|
|
8
|
+
"associated_skills": "Associated skills",
|
|
8
9
|
"Back to Dashboard Home": "Înapoi la pagina de start a bordului",
|
|
9
10
|
"back_to_catalog": "Înapoi la cursuri",
|
|
10
11
|
"cart_title": "Abonament Coorpacademy",
|
|
@@ -50,7 +51,7 @@
|
|
|
50
51
|
"payment_form_submit": "Start abonament Coorpacademy",
|
|
51
52
|
"Post": "Postează",
|
|
52
53
|
"premium_unsubscribe_confirmation": "Confirmăm că v-ați dezabonat începând de luna viitoare. \\n\\nPână atunci, aveți acces la conținuturile aflate pe platforma Coorpacademy.",
|
|
53
|
-
"Press the escape key to close the information text"
|
|
54
|
+
"close_tooltip_information": "Press the escape key to close the information text",
|
|
54
55
|
"product_cancel": "Vă puteți dezabona oricând.",
|
|
55
56
|
"product_desc_battle": "Mod de bătălie",
|
|
56
57
|
"product_desc_certificates": "Certificate Coorpacademy",
|
|
@@ -95,6 +96,7 @@
|
|
|
95
96
|
"skill_chart_side_panel_courses_completed": "Cursuri finalizate",
|
|
96
97
|
"skill_chart_side_panel_questions_answered": "Întrebări la care ați răspuns",
|
|
97
98
|
"skill_chart_side_panel_learning_hours": "Ore de învățare",
|
|
99
|
+
"skill_focused_chip_tooltip": "This skill is focused",
|
|
98
100
|
"selected": "selectate",
|
|
99
101
|
"This message has been removed by its author": "Acest mesaj a fost retras de autor.",
|
|
100
102
|
"unsubscribe": "Dezabonare Coorpacademy",
|
package/locales/ru/global.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"Answer": "Ответ",
|
|
6
6
|
"At the end of this level, you will be able to_": "В конце этого уровня вы сможете:",
|
|
7
7
|
"author": "автор",
|
|
8
|
+
"associated_skills": "Associated skills",
|
|
8
9
|
"Back to Dashboard Home": "Назад на главную страницу",
|
|
9
10
|
"back_to_catalog": "Назад к курсам",
|
|
10
11
|
"cart_title": "Подписка Coorpacademy",
|
|
@@ -50,7 +51,7 @@
|
|
|
50
51
|
"payment_form_submit": "Начать подписку Coorpacademy",
|
|
51
52
|
"Post": "Отправить",
|
|
52
53
|
"premium_unsubscribe_confirmation": "Мы подтверждаем отмену вашей подписки, которая вступит в силу со следующего месяца.\n\nТем временем вы можете продолжать пользоваться нашим контентом на платформе Coorpacademy.",
|
|
53
|
-
"Press the escape key to close the information text"
|
|
54
|
+
"close_tooltip_information": "Press the escape key to close the information text",
|
|
54
55
|
"product_cancel": "Отменить в любое время.",
|
|
55
56
|
"product_desc_battle": "Режим битвы",
|
|
56
57
|
"product_desc_certificates": "Сертификаты Coorpacademy",
|
|
@@ -95,6 +96,7 @@
|
|
|
95
96
|
"skill_chart_side_panel_courses_completed": "Курсы завершены",
|
|
96
97
|
"skill_chart_side_panel_questions_answered": "Получено ответов",
|
|
97
98
|
"skill_chart_side_panel_learning_hours": "Учебные часы",
|
|
99
|
+
"skill_focused_chip_tooltip": "This skill is focused",
|
|
98
100
|
"selected": "выбрано",
|
|
99
101
|
"This message has been removed by its author": "Это сообщение было удалено его автором.",
|
|
100
102
|
"unsubscribe": "Отказаться от подписки Coorpacademy",
|
package/locales/sk/global.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"Answer": "Odpoveď",
|
|
6
6
|
"At the end of this level, you will be able to_": "Na konci tejto úrovne budete môcť:",
|
|
7
7
|
"author": "autor",
|
|
8
|
+
"associated_skills": "Associated skills",
|
|
8
9
|
"Back to Dashboard Home": "Späť na domovskú stránku informačného panela",
|
|
9
10
|
"back_to_catalog": "Naspäť ku kurzom",
|
|
10
11
|
"cart_title": "Predplatné Coorpacademy",
|
|
@@ -50,7 +51,7 @@
|
|
|
50
51
|
"payment_form_submit": "Spustite predplatné Coorpacademy",
|
|
51
52
|
"Post": "Post",
|
|
52
53
|
"premium_unsubscribe_confirmation": "Potvrdzujeme zrušenie Vášho odberu, ktoré bude účinné od budúceho mesiaca.\n\nMedzitým si môžete naďalej užívať náš obsah na platforme Coorpacademy.",
|
|
53
|
-
"Press the escape key to close the information text"
|
|
54
|
+
"close_tooltip_information": "Press the escape key to close the information text",
|
|
54
55
|
"product_cancel": "Zrušiť môžete kedykoľvek.",
|
|
55
56
|
"product_desc_battle": "Režim súboju",
|
|
56
57
|
"product_desc_certificates": "Certifikáty Coorpacademy",
|
|
@@ -95,6 +96,7 @@
|
|
|
95
96
|
"skill_chart_side_panel_courses_completed": "Ukončené kurzy",
|
|
96
97
|
"skill_chart_side_panel_questions_answered": "Zodpovedané otázky",
|
|
97
98
|
"skill_chart_side_panel_learning_hours": "Hodiny učenia",
|
|
99
|
+
"skill_focused_chip_tooltip": "This skill is focused",
|
|
98
100
|
"selected": "vybrané",
|
|
99
101
|
"This message has been removed by its author": "Túto správu odstránil jej autor.",
|
|
100
102
|
"unsubscribe": "Odhlásiť sa z predplatného Coorpacademy",
|
package/locales/sl/global.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"Answer": "Odgovori",
|
|
6
6
|
"At the end of this level, you will be able to_": "Na koncu te stopnje boste lahko:",
|
|
7
7
|
"author": "avtor",
|
|
8
|
+
"associated_skills": "Associated skills",
|
|
8
9
|
"Back to Dashboard Home": "Nazaj na domačo stran nadzorne plošče",
|
|
9
10
|
"back_to_catalog": "Nazaj na tečaje",
|
|
10
11
|
"cart_title": "Naročnina na Coorpacademy",
|
|
@@ -50,7 +51,7 @@
|
|
|
50
51
|
"payment_form_submit": "Začnite naročnino na Coorpacademy",
|
|
51
52
|
"Post": "Objavi",
|
|
52
53
|
"premium_unsubscribe_confirmation": "Potrjujemo preklic vaše naročnine, ki bo veljala od naslednjega meseca.\n\n Medtem lahko še naprej uživate v naši vsebini na platformi Coorpacademy.",
|
|
53
|
-
"Press the escape key to close the information text"
|
|
54
|
+
"close_tooltip_information": "Press the escape key to close the information text",
|
|
54
55
|
"product_cancel": "Prekličite kadarkoli.",
|
|
55
56
|
"product_desc_battle": "Bojni način",
|
|
56
57
|
"product_desc_certificates": "Certifikati Coorpacademy",
|
|
@@ -95,6 +96,7 @@
|
|
|
95
96
|
"skill_chart_side_panel_courses_completed": "Opravljeni tečaji",
|
|
96
97
|
"skill_chart_side_panel_questions_answered": "Odgovorjena vprašanja",
|
|
97
98
|
"skill_chart_side_panel_learning_hours": "Število ur učenja",
|
|
99
|
+
"skill_focused_chip_tooltip": "This skill is focused",
|
|
98
100
|
"selected": "izbranih",
|
|
99
101
|
"This message has been removed by its author": "To sporočilo je odstranil avtor.",
|
|
100
102
|
"unsubscribe": "Odjava iz Coorpacademy",
|
package/locales/sv/global.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"Answer": "Svara",
|
|
6
6
|
"At the end of this level, you will be able to_": "I slutet av denna nivå kommer du att kunna:",
|
|
7
7
|
"author": "upphovsperson",
|
|
8
|
+
"associated_skills": "Associated skills",
|
|
8
9
|
"Back to Dashboard Home": "Tillbaka till kontrollpanelens startsida",
|
|
9
10
|
"back_to_catalog": "Tillbaka till kurser",
|
|
10
11
|
"cart_title": "Prenumeration på Coorpacademy",
|
|
@@ -50,7 +51,7 @@
|
|
|
50
51
|
"payment_form_submit": "Starta prenumeration på Coorpacademy",
|
|
51
52
|
"Post": "Publicera",
|
|
52
53
|
"premium_unsubscribe_confirmation": "Vi bekräftar uppsägningen av din prenumeration som kommer att träda i kraft från och med nästa månad.\n\nUnder tiden kan du fortsätta att ta del av vårt innehåll på Coorpacademys plattform.",
|
|
53
|
-
"Press the escape key to close the information text"
|
|
54
|
+
"close_tooltip_information": "Press the escape key to close the information text",
|
|
54
55
|
"product_cancel": "Avbryt när som helst.",
|
|
55
56
|
"product_desc_battle": "Tävlingsläge",
|
|
56
57
|
"product_desc_certificates": "Coorpacademy-certifikat",
|
|
@@ -95,6 +96,7 @@
|
|
|
95
96
|
"skill_chart_side_panel_courses_completed": "Avslutade kurser",
|
|
96
97
|
"skill_chart_side_panel_questions_answered": "Besvarade frågor",
|
|
97
98
|
"skill_chart_side_panel_learning_hours": "Inlärningstid",
|
|
99
|
+
"skill_focused_chip_tooltip": "This skill is focused",
|
|
98
100
|
"selected": "valda",
|
|
99
101
|
"This message has been removed by its author": "Meddelandet har tagits bort av upphovspersonen.",
|
|
100
102
|
"unsubscribe": "Avregistrera dig från Coorpacademy",
|
package/locales/th/global.json
CHANGED
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"payment_form_submit": "เริ่มการสมัครสมาชิก Coorpacademy",
|
|
40
40
|
"Post": "โพสต์",
|
|
41
41
|
"premium_unsubscribe_confirmation": "เรายืนยันการยกเลิกการเป็นสมาชิกของคุณ ซึ่งจะมีผลตั้งแต่เดือนหน้าเป็นต้นไป\n\nระหว่างนี้คุณสามารถเพลิดเพลินกับเนื้อหาของเราในแพลตฟอร์ม Coorpacademy ต่อไปได้",
|
|
42
|
-
"
|
|
42
|
+
"close_tooltip_information": "กดปุ่ม Escape เพื่อปิดข้อความแสดงข้อมูล",
|
|
43
43
|
"product_cancel": "ยกเลิกได้ทุกเมื่อ",
|
|
44
44
|
"product_desc_battle": "โหมดต่อสู้",
|
|
45
45
|
"product_desc_certificates": "หนังสือรับรองของ Coorpacademy",
|
package/locales/tl/global.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"Answer": "Sagot",
|
|
6
6
|
"At the end of this level, you will be able to_": "Sa pagtapos ng antas na ito, ikaw ay may kakayanan sa:",
|
|
7
7
|
"author": "may akda",
|
|
8
|
+
"associated_skills": "Associated skills",
|
|
8
9
|
"Back to Dashboard Home": "Bumalik sa Dashboard Home",
|
|
9
10
|
"back_to_catalog": "Bumalik sa mga kurso",
|
|
10
11
|
"cart_title": "Coorpacademy Subscription",
|
|
@@ -50,7 +51,7 @@
|
|
|
50
51
|
"payment_form_submit": "Simulan ang subscription ng Coorpacademy",
|
|
51
52
|
"Post": "Ipahayag",
|
|
52
53
|
"premium_unsubscribe_confirmation": "Kinukumpirma namin ang pagkansela ng iyong subscription na magiging epektibo simula sa susunod na buwan.\n\nSamantala, maaari mong ipagpatuloy na tamasahin ang aming nilalaman sa platform ng Coorpacademy.",
|
|
53
|
-
"Press the escape key to close the information text"
|
|
54
|
+
"close_tooltip_information": "Press the escape key to close the information text",
|
|
54
55
|
"product_cancel": "Pagkansela sa anumang oras.",
|
|
55
56
|
"product_desc_battle": "Battle mode",
|
|
56
57
|
"product_desc_certificates": "Coorpacademy certificates",
|
|
@@ -95,6 +96,7 @@
|
|
|
95
96
|
"skill_chart_side_panel_courses_completed": "Mga Kursong Nakumpleto",
|
|
96
97
|
"skill_chart_side_panel_questions_answered": "Mga tanong na nasagot",
|
|
97
98
|
"skill_chart_side_panel_learning_hours": "Mga oras ng pag-aaral",
|
|
99
|
+
"skill_focused_chip_tooltip": "This skill is focused",
|
|
98
100
|
"selected": "napili",
|
|
99
101
|
"This message has been removed by its author": "Ang mensaheng ito ay tinanggal ng may-akda nito.",
|
|
100
102
|
"unsubscribe": "Mag-unsubscribe mula sa Coorpacademy",
|
|
@@ -106,7 +108,7 @@
|
|
|
106
108
|
"zuora_discount_code": "Promo code",
|
|
107
109
|
"mandatory_fields": "* Mga patlang na ipinag-uutos",
|
|
108
110
|
"something_went_wrong": "Oh Snap! Something went wrong.",
|
|
109
|
-
"review_mode_tooltip_header": "
|
|
111
|
+
"review_mode_tooltip_header": "Ano ang mode na Pagrerepaso?",
|
|
110
112
|
"review_mode_tooltip_content": "Naglalaho ba ang impormasyon sa iyong isip sa sandaling ito ay pumasok dito? Ito'y ganap na normal: walang pagtatanda nang walang pag-uulit! Upang mapanatili ang iyong kaalaman sa mahabang panahon, gamitin ang Mode na Pagrerepaso upang sariwain ang iyong memorya!",
|
|
111
113
|
"review_mode_tooltip_content_part1": "Pumili ng 1 Kasanayan",
|
|
112
114
|
"review_mode_tooltip_content_part2": "Sagutin ang 5 Tanong",
|
package/locales/tr/global.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"Answer": "Yanıtla",
|
|
6
6
|
"At the end of this level, you will be able to_": "Bu seviyenin sonunda, şunları yapabileceksiniz:",
|
|
7
7
|
"author": "yazar",
|
|
8
|
+
"associated_skills": "Associated skills",
|
|
8
9
|
"Back to Dashboard Home": "Gösterge Panosu Anasayfasına Geri Dön",
|
|
9
10
|
"back_to_catalog": "Kurslara geri dön",
|
|
10
11
|
"cart_title": "Coorpacademy Aboneliği",
|
|
@@ -50,7 +51,7 @@
|
|
|
50
51
|
"payment_form_submit": "Coorpacademy aboneliğini başlat",
|
|
51
52
|
"Post": "Postala",
|
|
52
53
|
"premium_unsubscribe_confirmation": "Önümüzdeki aydan itibaren geçerli olacak abonelik iptalinizi onaylıyoruz.\\n\\nBu arada, Coorpacademy platformundaki içeriğimizden faydalanmaya devam edebilirsiniz.",
|
|
53
|
-
"Press the escape key to close the information text"
|
|
54
|
+
"close_tooltip_information": "Press the escape key to close the information text",
|
|
54
55
|
"product_cancel": "İstediğiniz zaman iptal edin.",
|
|
55
56
|
"product_desc_battle": "Mücadele modu",
|
|
56
57
|
"product_desc_certificates": "Coorpacademy sertifikaları",
|
|
@@ -95,6 +96,7 @@
|
|
|
95
96
|
"skill_chart_side_panel_courses_completed": "Tamamlanan Kurslar",
|
|
96
97
|
"skill_chart_side_panel_questions_answered": "Cevaplanan sorular",
|
|
97
98
|
"skill_chart_side_panel_learning_hours": "Öğrenim saatleri",
|
|
99
|
+
"skill_focused_chip_tooltip": "This skill is focused",
|
|
98
100
|
"selected": "seçildi",
|
|
99
101
|
"This message has been removed by its author": "Bu mesaj yazarı tarafından kaldırılmıştır.",
|
|
100
102
|
"unsubscribe": "Coorpacademy aboneliğini sonlandır",
|
package/locales/uk/global.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"Answer": "Відповідь",
|
|
6
6
|
"At the end of this level, you will be able to_": "Після закінчення цього рівня ви зможете:",
|
|
7
7
|
"author": "автор",
|
|
8
|
+
"associated_skills": "Associated skills",
|
|
8
9
|
"Back to Dashboard Home": "Назад на сторінку панелі інструментів",
|
|
9
10
|
"back_to_catalog": "Назад до курсів",
|
|
10
11
|
"cart_title": "Підписка Coorpacademy",
|
|
@@ -50,7 +51,7 @@
|
|
|
50
51
|
"payment_form_submit": "Активувати підписку Coorpacademy",
|
|
51
52
|
"Post": "Опублікувати",
|
|
52
53
|
"premium_unsubscribe_confirmation": "Ми підтверджуємо скасування вашої підписки з наступного місяця.\\n\\nТим часом ви можете продовжувати користуватися нашим контентом на платформі Coorpacademy.",
|
|
53
|
-
"Press the escape key to close the information text"
|
|
54
|
+
"close_tooltip_information": "Press the escape key to close the information text",
|
|
54
55
|
"product_cancel": "Можна скасувати у будь-який час.",
|
|
55
56
|
"product_desc_battle": "Режим бою",
|
|
56
57
|
"product_desc_certificates": "Сертифікати Coorpacademy",
|
|
@@ -95,6 +96,7 @@
|
|
|
95
96
|
"skill_chart_side_panel_courses_completed": "Завершені курси",
|
|
96
97
|
"skill_chart_side_panel_questions_answered": "Питання, на які відповіли",
|
|
97
98
|
"skill_chart_side_panel_learning_hours": "Навчальні години",
|
|
99
|
+
"skill_focused_chip_tooltip": "This skill is focused",
|
|
98
100
|
"selected": "вибрано",
|
|
99
101
|
"This message has been removed by its author": "Це повідомлення було вилучено автором.",
|
|
100
102
|
"unsubscribe": "Скасувати підписку Coorpacademy",
|
package/locales/vi/global.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"Answer": "Trả lời",
|
|
6
6
|
"At the end of this level, you will be able to_": "Ở cuối cấp độ này, bạn sẽ có thể:",
|
|
7
7
|
"author": "tác giả",
|
|
8
|
+
"associated_skills": "Associated skills",
|
|
8
9
|
"Back to Dashboard Home": "Quay lại Trang chủ Trang tổng quan",
|
|
9
10
|
"back_to_catalog": "Quay lại khóa học",
|
|
10
11
|
"cart_title": "Đăng ký Coorpacademy",
|
|
@@ -23,7 +24,7 @@
|
|
|
23
24
|
"courses_completed": "Đã hoàn thành các khóa học",
|
|
24
25
|
"skills_change_focus": "Thay đổi trọng tâm kỹ năng",
|
|
25
26
|
"skills_choose_focus": "Chọn trọng tâm của bạn",
|
|
26
|
-
"cancel": "
|
|
27
|
+
"cancel": "Hủy",
|
|
27
28
|
"confirm": "Xác nhận",
|
|
28
29
|
"Delete": "Xóa",
|
|
29
30
|
"Draft": "Bản nháp",
|
|
@@ -50,7 +51,7 @@
|
|
|
50
51
|
"payment_form_submit": "Bắt đầu đăng ký Coorpacademy",
|
|
51
52
|
"Post": "Bài đăng",
|
|
52
53
|
"premium_unsubscribe_confirmation": "Chúng tôi xác nhận việc hủy đăng ký. Việc hủy đăng ký sẽ có hiệu lực kể từ tháng sau.\\n\\nIn Trong thời gian chờ đợi, bạn có thể tiếp tục tận hưởng nội dung của chúng tôi trên nền tảng Coorpacademy.",
|
|
53
|
-
"Press the escape key to close the information text"
|
|
54
|
+
"close_tooltip_information": "Press the escape key to close the information text",
|
|
54
55
|
"product_cancel": "Hủy bất cứ lúc nào.",
|
|
55
56
|
"product_desc_battle": "Chế độ chiến đấu",
|
|
56
57
|
"product_desc_certificates": "Chứng chỉ Coorpacademy",
|
|
@@ -95,6 +96,7 @@
|
|
|
95
96
|
"skill_chart_side_panel_courses_completed": "Đã hoàn thành các khóa học",
|
|
96
97
|
"skill_chart_side_panel_questions_answered": "Đã trả lời các câu hỏi",
|
|
97
98
|
"skill_chart_side_panel_learning_hours": "Giờ học",
|
|
99
|
+
"skill_focused_chip_tooltip": "This skill is focused",
|
|
98
100
|
"selected": "đã chọn",
|
|
99
101
|
"This message has been removed by its author": "Tin nhắn này đã bị tác giả xóa.",
|
|
100
102
|
"unsubscribe": "Hủy đăng ký Coorpacademy",
|
package/locales/zh/global.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"Answer": "回答",
|
|
6
6
|
"At the end of this level, you will be able to_": "在本级的末尾,你将能够:",
|
|
7
7
|
"author": "作者",
|
|
8
|
+
"associated_skills": "Associated skills",
|
|
8
9
|
"Back to Dashboard Home": "返回仪表盘首页",
|
|
9
10
|
"back_to_catalog": "返回到课程",
|
|
10
11
|
"cart_title": "Coorpacademy 订阅",
|
|
@@ -50,7 +51,7 @@
|
|
|
50
51
|
"payment_form_submit": "开始订阅 Coorpacademy",
|
|
51
52
|
"Post": "发布",
|
|
52
53
|
"premium_unsubscribe_confirmation": "我们确认取消你的订阅,这将从下月开始生效。\\n\\n同时,你可以继续享用我们 Coorpacademy 平台上的内容。",
|
|
53
|
-
"Press the escape key to close the information text"
|
|
54
|
+
"close_tooltip_information": "Press the escape key to close the information text",
|
|
54
55
|
"product_cancel": "随时取消。",
|
|
55
56
|
"product_desc_battle": "战斗模式",
|
|
56
57
|
"product_desc_certificates": "Coorpacademy 证书",
|
|
@@ -95,6 +96,7 @@
|
|
|
95
96
|
"skill_chart_side_panel_courses_completed": "已完成的课程",
|
|
96
97
|
"skill_chart_side_panel_questions_answered": "已回答的问题",
|
|
97
98
|
"skill_chart_side_panel_learning_hours": "学习时间",
|
|
99
|
+
"skill_focused_chip_tooltip": "This skill is focused",
|
|
98
100
|
"selected": "已选定",
|
|
99
101
|
"This message has been removed by its author": "该信息已经被作者删除。",
|
|
100
102
|
"unsubscribe": "取消订阅 Coorpacademy",
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"Answer": "回答",
|
|
6
6
|
"At the end of this level, you will be able to_": "在此級別結束時,您將可以:",
|
|
7
7
|
"author": "作者",
|
|
8
|
+
"associated_skills": "Associated skills",
|
|
8
9
|
"Back to Dashboard Home": "返回儀表板主頁",
|
|
9
10
|
"back_to_catalog": "返回課程",
|
|
10
11
|
"cart_title": "Coorpacademy 訂閱",
|
|
@@ -50,7 +51,7 @@
|
|
|
50
51
|
"payment_form_submit": "開始訂閱 Coorpacademy",
|
|
51
52
|
"Post": "帖子",
|
|
52
53
|
"premium_unsubscribe_confirmation": "我們確認取消您的訂閱,該訂閱將從下個月開始生效。\\n\\n在此期間,您可以繼續在 Coorpacademy 平台上觀看我們的內容。",
|
|
53
|
-
"Press the escape key to close the information text"
|
|
54
|
+
"close_tooltip_information": "Press the escape key to close the information text",
|
|
54
55
|
"product_cancel": "隨時取消。",
|
|
55
56
|
"product_desc_battle": "戰鬥模式",
|
|
56
57
|
"product_desc_certificates": "Coorpacademy 證書",
|
|
@@ -95,6 +96,7 @@
|
|
|
95
96
|
"skill_chart_side_panel_courses_completed": "課程已完成",
|
|
96
97
|
"skill_chart_side_panel_questions_answered": "問題已回答",
|
|
97
98
|
"skill_chart_side_panel_learning_hours": "學習時數",
|
|
99
|
+
"skill_focused_chip_tooltip": "This skill is focused",
|
|
98
100
|
"selected": "已選取",
|
|
99
101
|
"This message has been removed by its author": "此訊息已被其作者刪除。",
|
|
100
102
|
"unsubscribe": "取消訂閱 Coorpacademy",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "11.32.
|
|
3
|
+
"version": "11.32.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -176,5 +176,5 @@
|
|
|
176
176
|
"last 2 versions",
|
|
177
177
|
"IE 11"
|
|
178
178
|
],
|
|
179
|
-
"gitHead": "
|
|
179
|
+
"gitHead": "88d0f0ea6dc79a029c935d8bc80fb1217c9e0edb"
|
|
180
180
|
}
|