@coorpacademy/components 11.32.6 → 11.32.8

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 (99) hide show
  1. package/es/molecule/discipline-associated-skills/index.d.ts.map +1 -1
  2. package/es/molecule/discipline-associated-skills/index.js +11 -2
  3. package/es/molecule/discipline-associated-skills/index.js.map +1 -1
  4. package/es/molecule/discipline-associated-skills/style.css +35 -3
  5. package/es/molecule/learner-skill-card/index.d.ts +3 -3
  6. package/es/molecule/learner-skill-card/index.js +15 -15
  7. package/es/molecule/learner-skill-card/index.js.map +1 -1
  8. package/es/stories/Configure.mdx +364 -0
  9. package/es/stories/assets/accessibility.png +0 -0
  10. package/es/stories/assets/accessibility.svg +5 -0
  11. package/es/stories/assets/addon-library.png +0 -0
  12. package/es/stories/assets/assets.png +0 -0
  13. package/es/stories/assets/avif-test-image.avif +0 -0
  14. package/es/stories/assets/context.png +0 -0
  15. package/es/stories/assets/discord.svg +15 -0
  16. package/es/stories/assets/docs.png +0 -0
  17. package/es/stories/assets/figma-plugin.png +0 -0
  18. package/es/stories/assets/github.svg +3 -0
  19. package/es/stories/assets/share.png +0 -0
  20. package/es/stories/assets/styling.png +0 -0
  21. package/es/stories/assets/testing.png +0 -0
  22. package/es/stories/assets/theming.png +0 -0
  23. package/es/stories/assets/tutorials.svg +12 -0
  24. package/es/stories/assets/youtube.svg +4 -0
  25. package/es/stories/button.css +30 -0
  26. package/es/stories/header.css +32 -0
  27. package/es/stories/page.css +69 -0
  28. package/es/template/my-learning/index.d.ts +4 -4
  29. package/es/template/my-learning/index.d.ts.map +1 -1
  30. package/es/template/my-learning/index.js +23 -22
  31. package/es/template/my-learning/index.js.map +1 -1
  32. package/es/util/time-format.d.ts +2 -0
  33. package/es/util/time-format.d.ts.map +1 -0
  34. package/es/util/time-format.js +18 -0
  35. package/es/util/time-format.js.map +1 -0
  36. package/lib/molecule/discipline-associated-skills/index.d.ts.map +1 -1
  37. package/lib/molecule/discipline-associated-skills/index.js +11 -2
  38. package/lib/molecule/discipline-associated-skills/index.js.map +1 -1
  39. package/lib/molecule/discipline-associated-skills/style.css +35 -3
  40. package/lib/molecule/learner-skill-card/index.d.ts +3 -3
  41. package/lib/molecule/learner-skill-card/index.js +15 -15
  42. package/lib/molecule/learner-skill-card/index.js.map +1 -1
  43. package/lib/stories/Configure.mdx +364 -0
  44. package/lib/stories/assets/accessibility.png +0 -0
  45. package/lib/stories/assets/accessibility.svg +5 -0
  46. package/lib/stories/assets/addon-library.png +0 -0
  47. package/lib/stories/assets/assets.png +0 -0
  48. package/lib/stories/assets/avif-test-image.avif +0 -0
  49. package/lib/stories/assets/context.png +0 -0
  50. package/lib/stories/assets/discord.svg +15 -0
  51. package/lib/stories/assets/docs.png +0 -0
  52. package/lib/stories/assets/figma-plugin.png +0 -0
  53. package/lib/stories/assets/github.svg +3 -0
  54. package/lib/stories/assets/share.png +0 -0
  55. package/lib/stories/assets/styling.png +0 -0
  56. package/lib/stories/assets/testing.png +0 -0
  57. package/lib/stories/assets/theming.png +0 -0
  58. package/lib/stories/assets/tutorials.svg +12 -0
  59. package/lib/stories/assets/youtube.svg +4 -0
  60. package/lib/stories/button.css +30 -0
  61. package/lib/stories/header.css +32 -0
  62. package/lib/stories/page.css +69 -0
  63. package/lib/template/my-learning/index.d.ts +4 -4
  64. package/lib/template/my-learning/index.d.ts.map +1 -1
  65. package/lib/template/my-learning/index.js +24 -22
  66. package/lib/template/my-learning/index.js.map +1 -1
  67. package/lib/util/time-format.d.ts +2 -0
  68. package/lib/util/time-format.d.ts.map +1 -0
  69. package/lib/util/time-format.js +21 -0
  70. package/lib/util/time-format.js.map +1 -0
  71. package/locales/bs/global.json +6 -6
  72. package/locales/cs/global.json +6 -6
  73. package/locales/de/global.json +6 -6
  74. package/locales/en/global.json +3 -3
  75. package/locales/es/global.json +6 -6
  76. package/locales/et/global.json +6 -6
  77. package/locales/fi/global.json +6 -6
  78. package/locales/fr/global.json +6 -6
  79. package/locales/hr/global.json +6 -6
  80. package/locales/hu/global.json +6 -6
  81. package/locales/hy/global.json +6 -6
  82. package/locales/it/global.json +6 -6
  83. package/locales/ja/global.json +5 -5
  84. package/locales/ko/global.json +6 -6
  85. package/locales/nl/global.json +6 -6
  86. package/locales/pl/global.json +6 -6
  87. package/locales/pt/global.json +6 -6
  88. package/locales/ro/global.json +6 -6
  89. package/locales/ru/global.json +6 -6
  90. package/locales/sk/global.json +6 -6
  91. package/locales/sl/global.json +6 -6
  92. package/locales/sv/global.json +6 -6
  93. package/locales/tl/global.json +6 -6
  94. package/locales/tr/global.json +6 -6
  95. package/locales/uk/global.json +6 -6
  96. package/locales/vi/global.json +6 -6
  97. package/locales/zh/global.json +5 -5
  98. package/locales/zh_TW/global.json +6 -6
  99. package/package.json +2 -2
@@ -5,7 +5,7 @@
5
5
  "Answer": "Válasz",
6
6
  "At the end of this level, you will be able to_": "Ennek a szintnek a végén Ön képes lesz:",
7
7
  "author": "szerző",
8
- "associated_skills": "Associated skills",
8
+ "associated_skills": "Kapcsolódó készségek",
9
9
  "Back to Dashboard Home": "Vissza az irányítópult főoldalára",
10
10
  "back_to_catalog": "Vissza a képzésekhez",
11
11
  "cart_title": "Coorpacademy előfizetés",
@@ -51,7 +51,7 @@
51
51
  "payment_form_submit": "Coorpacademy előfizetés indítása",
52
52
  "Post": "Közzététel",
53
53
  "premium_unsubscribe_confirmation": "Ezúton megerősítjük az előfizetése törlését, amely a következő hónaptól kezdve lép érvénybe.\\n\\n Addig továbbra is élvezheti a Coorpacademy platformon található tartalmakat.",
54
- "close_tooltip_information": "Press the escape key to close the information text",
54
+ "close_tooltip_information": "Nyomja meg az escape billentyűt az információs szöveg bezárásához",
55
55
  "product_cancel": "Bármikor megszakíthatja.",
56
56
  "product_desc_battle": "Ütközet mód",
57
57
  "product_desc_certificates": "A Coorpacademy igazolja, hogy",
@@ -93,10 +93,10 @@
93
93
  "skill_focus": "Képesség célzása",
94
94
  "skill_focus_footer_description": "Válassz még legalább {{skillNumber}} további képességet",
95
95
  "skill_focus_footer_error_description": "Vond vissza még legalább {{skillNumber}} képesség megjelölését",
96
- "skill_chart_side_panel_courses_completed": "Teljesített kurzusok",
97
- "skill_chart_side_panel_questions_answered": "Megválaszolt kérdések",
98
- "skill_chart_side_panel_learning_hours": "Tanulási órák",
99
- "skill_focused_chip_tooltip": "This skill is focused",
96
+ "skill_chart_side_panel_content_completed": "A tartalom elkészült",
97
+ "skill_chart_side_panel_questions_to_review": "Felülvizsgálandó kérdések",
98
+ "skill_chart_side_panel_learning_hours": "Tanulási idő",
99
+ "skill_focused_chip_tooltip": "Ez a készség koncentrált",
100
100
  "selected": "megjelölve",
101
101
  "This message has been removed by its author": "Ezt az üzenetet a szerzője eltávolította.",
102
102
  "unsubscribe": "Leiratkozás a Coorpacademy szolgáltatásáról",
@@ -5,7 +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
+ "associated_skills": "Կապակցված հմտություններ",
9
9
  "Back to Dashboard Home": "Վերադառնալ դեշբորդի գլխավոր էջ",
10
10
  "back_to_catalog": "Վերադառնալ դասընթացներին",
11
11
  "cart_title": "Coorpacademy բաժանորդագրություն",
@@ -51,7 +51,7 @@
51
51
  "payment_form_submit": "Սկսել Coorpacademy բաժանորդագրություն",
52
52
  "Post": "Հրապարակում",
53
53
  "premium_unsubscribe_confirmation": "Մենք հաստատում ենք ձեր բաժանորդագրության չեղարկումը, որն ուժի մեջ կմտնի հաջորդ ամսից: Միևնույն ժամանակ, դուք կարող եք շարունակել վայելել մեր բովանդակությունը Coorpacademy հարթակում:",
54
- "close_tooltip_information": "Press the escape key to close the information text",
54
+ "close_tooltip_information": "Սեղմեք escape ստեղնը՝ տեղեկատվության տեքստը փակելու համար",
55
55
  "product_cancel": "Չեղարկել ցանկացած պահի:",
56
56
  "product_desc_battle": "Մարտական ռեժիմ",
57
57
  "product_desc_certificates": "Coorpacademy վկայագրեր",
@@ -93,10 +93,10 @@
93
93
  "skill_focus": "Հմտության կենտրոնացում",
94
94
  "skill_focus_footer_description": "Ընտրեք առնվազն {{skillNumber}} ավելի շատ հմտություններ",
95
95
  "skill_focus_footer_error_description": "Ապաընտրեք առնվազն {{skillNumber}} ավելի շատ հմտություններ",
96
- "skill_chart_side_panel_courses_completed": " Դասընթացներն ավարտված են",
97
- "skill_chart_side_panel_questions_answered": "Հարցերի պատասխաններ",
98
- "skill_chart_side_panel_learning_hours": "Ուսուցման ժամեր",
99
- "skill_focused_chip_tooltip": "This skill is focused",
96
+ "skill_chart_side_panel_content_completed": "Բովանդակությունը ավարտված է",
97
+ "skill_chart_side_panel_questions_to_review": "Հարցեր վերանայման",
98
+ "skill_chart_side_panel_learning_hours": "Ուսուցման ժամանակը",
99
+ "skill_focused_chip_tooltip": "Այս հմտությունը կենտրոնացած է",
100
100
  "selected": "ընտրված",
101
101
  "This message has been removed by its author": "Այս հաղորդագրությունը հեռացվել է դրա հեղինակի կողմից:",
102
102
  "unsubscribe": "Դուրս գալ Coorpacademy-ի բաժանորդագրությունից",
@@ -5,7 +5,7 @@
5
5
  "Answer": "Risposta",
6
6
  "At the end of this level, you will be able to_": "Al termine di questo livello, sarai in grado di:",
7
7
  "author": "autore",
8
- "associated_skills": "Associated skills",
8
+ "associated_skills": "Competenze associate",
9
9
  "Back to Dashboard Home": "Torma alla Dashboard Home",
10
10
  "back_to_catalog": "Torna ai corsi",
11
11
  "cart_title": "Abbonamento Coorpacademy",
@@ -51,7 +51,7 @@
51
51
  "payment_form_submit": "Inizia abbonamento a Coorpacademy",
52
52
  "Post": "Pubblica",
53
53
  "premium_unsubscribe_confirmation": "Confermiamo l'annullamento del tuio abbonamento che sarà effettivo a partire dal mese prossimo.\\n\\nNel frattempo, puoi continuare a fruire dei nostri contenuti sulla piattaforma Coorpacademy.",
54
- "close_tooltip_information": "Press the escape key to close the information text",
54
+ "close_tooltip_information": "Premere il tasto Esc per chiudere il testo informativo",
55
55
  "product_cancel": "Annulla in qualsiasi momento.",
56
56
  "product_desc_battle": "Modalità battaglia",
57
57
  "product_desc_certificates": "Certificati Coorpacademy",
@@ -93,10 +93,10 @@
93
93
  "skill_focus": "Messa a fuoco delle competenze",
94
94
  "skill_focus_footer_description": "Seleziona almeno {{skillNumber}} altre competenze",
95
95
  "skill_focus_footer_error_description": "Deseleziona almeno {{skillNumber}} altre competenze",
96
- "skill_chart_side_panel_courses_completed": " Corsi completati",
97
- "skill_chart_side_panel_questions_answered": "Domande risposte",
98
- "skill_chart_side_panel_learning_hours": "Ore di apprendimento",
99
- "skill_focused_chip_tooltip": "This skill is focused",
96
+ "skill_chart_side_panel_content_completed": "Contenuto completato",
97
+ "skill_chart_side_panel_questions_to_review": "Domande da rivedere",
98
+ "skill_chart_side_panel_learning_hours": "Tempo di apprendimento",
99
+ "skill_focused_chip_tooltip": "Questa abilità è focalizzata",
100
100
  "selected": "selezionato",
101
101
  "This message has been removed by its author": "Questo messaggio è stato rimosso dall'autore.",
102
102
  "unsubscribe": "Annulla abbonamento a Coorpacademy",
@@ -5,7 +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
+ "associated_skills": "関連スキル",
9
9
  "Back to Dashboard Home": "ダッシュ ボードのホームに戻る",
10
10
  "back_to_catalog": "コースに戻る",
11
11
  "cart_title": "Coorpacademy サブスクリプション",
@@ -51,7 +51,7 @@
51
51
  "payment_form_submit": "Coorpacademy サブスクリプションを開始します。",
52
52
  "Post": "投稿",
53
53
  "premium_unsubscribe_confirmation": "その間に次の month.\n\nIn から始まって有効になりますあなたのサブスクリプションのキャンセルを確認、Coorpacademy プラットフォームでコンテンツを享受し続けることができます。",
54
- "close_tooltip_information": "Press the escape key to close the information text",
54
+ "close_tooltip_information": "情報テキストを閉じるには、Escキーを押してください",
55
55
  "product_cancel": "いつでもをキャンセルします。",
56
56
  "product_desc_battle": "戦闘モード",
57
57
  "product_desc_certificates": "Coorpacademy 証明書",
@@ -93,10 +93,10 @@
93
93
  "skill_focus": "スキルフォーカス",
94
94
  "skill_focus_footer_description": "少なくとも{{skillNumber}}つ以上のスキルを選択してください",
95
95
  "skill_focus_footer_error_description": "少なくとも{{skillNumber}}つ以上のスキルの選択を解除してください",
96
- "skill_chart_side_panel_courses_completed": "コースを修了しました",
97
- "skill_chart_side_panel_questions_answered": "質問に回答しました",
96
+ "skill_chart_side_panel_content_completed": "コンテンツ完了",
97
+ "skill_chart_side_panel_questions_to_review": "確認すべき質問",
98
98
  "skill_chart_side_panel_learning_hours": "学習時間",
99
- "skill_focused_chip_tooltip": "This skill is focused",
99
+ "skill_focused_chip_tooltip": "このスキルは集中的である",
100
100
  "selected": "選択済み",
101
101
  "This message has been removed by its author": "このメッセージは、その著者によって削除されています。",
102
102
  "unsubscribe": "Coorpacademy からの退会します。",
@@ -5,7 +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
+ "associated_skills": "관련 기술",
9
9
  "Back to Dashboard Home": "대시보드 홈으로 돌아가기",
10
10
  "back_to_catalog": "코스로 돌아가기",
11
11
  "cart_title": "Coorpacademy 구독",
@@ -51,7 +51,7 @@
51
51
  "payment_form_submit": "Coorpacademy 구독 시작",
52
52
  "Post": "포스트",
53
53
  "premium_unsubscribe_confirmation": "귀하의 구독이 취소되었음을 확인하며, 다음 달부터 취소의 효력이 발생될 것입니다.\\n\\n그 동안, 귀하는 Coorpacademy 플랫폼에서 당사의 콘텐츠를 계속 즐기실 수 있습니다.",
54
- "close_tooltip_information": "Press the escape key to close the information text",
54
+ "close_tooltip_information": "정보 텍스트를 닫으려면 Esc 키를 누르세요.",
55
55
  "product_cancel": "언제든지 취소하세요.",
56
56
  "product_desc_battle": "전투 모드",
57
57
  "product_desc_certificates": "Coorpacademy 인증",
@@ -93,10 +93,10 @@
93
93
  "skill_focus": "집중 기술",
94
94
  "skill_focus_footer_description": "최소 {{skillNumber}}개 이상의 기술을 선택하세요",
95
95
  "skill_focus_footer_error_description": "최소 {{skillNumber}}개 이상의 기술을 선택 해제하세요.",
96
- "skill_chart_side_panel_courses_completed": "이수한 과정",
97
- "skill_chart_side_panel_questions_answered": "질문에 대한 답변",
98
- "skill_chart_side_panel_learning_hours": "학습 시간",
99
- "skill_focused_chip_tooltip": "This skill is focused",
96
+ "skill_chart_side_panel_content_completed": "콘텐츠 완료",
97
+ "skill_chart_side_panel_questions_to_review": "검토할 질문",
98
+ "skill_chart_side_panel_learning_hours": "학습시간",
99
+ "skill_focused_chip_tooltip": " 스킬은 집중",
100
100
  "selected": "선택됨",
101
101
  "This message has been removed by its author": "이 메시지는 작성자에 의해서 삭제되었습니다.",
102
102
  "unsubscribe": "Coorpacademy 구독 해지",
@@ -5,7 +5,7 @@
5
5
  "Answer": "Antwoorden",
6
6
  "At the end of this level, you will be able to_": "Aan het einde van dit niveau ben je in staat om:",
7
7
  "author": "auteur",
8
- "associated_skills": "Associated skills",
8
+ "associated_skills": "Bijbehorende vaardigheden",
9
9
  "Back to Dashboard Home": "Terug naar startpagina Dashboard",
10
10
  "back_to_catalog": "Terug naar cursussen",
11
11
  "cart_title": "Coorpacademy-abonnement",
@@ -51,7 +51,7 @@
51
51
  "payment_form_submit": "Coorpacademy-abonnement starten",
52
52
  "Post": "Posten",
53
53
  "premium_unsubscribe_confirmation": "We bevestigen het opzeggen van je abonnement met ingang van de volgende maand.\\n\\nITot die tijd kun je gebruik blijven maken van onze content op het Coorpacademy -platform.",
54
- "close_tooltip_information": "Press the escape key to close the information text",
54
+ "close_tooltip_information": "Druk op de Escape-toets om de informatietekst te sluiten",
55
55
  "product_cancel": "Annuleer op elk moment.",
56
56
  "product_desc_battle": "Battle modus",
57
57
  "product_desc_certificates": "Coorpacademy-certificaten",
@@ -93,10 +93,10 @@
93
93
  "skill_focus": "Vaardigheidsfocus",
94
94
  "skill_focus_footer_description": "Selecteer ten minste {{skillNumber}} extra vaardigheden",
95
95
  "skill_focus_footer_error_description": "Deselecteer ten minste {{skillNumber}} extra vaardigheden",
96
- "skill_chart_side_panel_courses_completed": "Cursussen voltooid",
97
- "skill_chart_side_panel_questions_answered": "Vragen beantwoord",
98
- "skill_chart_side_panel_learning_hours": "Leeruren",
99
- "skill_focused_chip_tooltip": "This skill is focused",
96
+ "skill_chart_side_panel_content_completed": "Inhoud voltooid",
97
+ "skill_chart_side_panel_questions_to_review": "Vragen om te beoordelen",
98
+ "skill_chart_side_panel_learning_hours": "Leertijd",
99
+ "skill_focused_chip_tooltip": "Deze vaardigheid is gefocust",
100
100
  "selected": "geselecteerd",
101
101
  "This message has been removed by its author": "Dit bericht is verwijderd door de auteur ervan.",
102
102
  "unsubscribe": "Uitschrijven van Coorpacademy",
@@ -5,7 +5,7 @@
5
5
  "Answer": "Odpowiedź",
6
6
  "At the end of this level, you will be able to_": "Na zakończenie poziomu będzie można:",
7
7
  "author": "autor",
8
- "associated_skills": "Associated skills",
8
+ "associated_skills": "Powiązane umiejętności",
9
9
  "Back to Dashboard Home": "Powrót do strony początkowej pulpitu nawigacyjnego",
10
10
  "back_to_catalog": "Powrót do kursów",
11
11
  "cart_title": "Subskrypcja Coorpacademy",
@@ -51,7 +51,7 @@
51
51
  "payment_form_submit": "Rozpocznij subskrypcję Coorpacademy",
52
52
  "Post": "Post",
53
53
  "premium_unsubscribe_confirmation": "Potwierdzamy anulowanie Twojej subskrypcji, które zacznie obowiązywać od następnego miesiąca.\\n\\nDo tego czasu możesz nadal korzystać z zawartości platformy Coorpacademy.",
54
- "close_tooltip_information": "Press the escape key to close the information text",
54
+ "close_tooltip_information": "Naciśnij klawisz Escape, aby zamknąć tekst informacyjny",
55
55
  "product_cancel": "Anuluj w dowolnym czasie.",
56
56
  "product_desc_battle": "Tryb bitwy",
57
57
  "product_desc_certificates": "Certyfikaty Coorpacademy",
@@ -93,10 +93,10 @@
93
93
  "skill_focus": "Wybór umiejętności",
94
94
  "skill_focus_footer_description": "Wybierz jeszcze co najmniej {{skillNumber}} umiejętności",
95
95
  "skill_focus_footer_error_description": "Cofnij wybór co najmniej {{skillNumber}} umiejętności",
96
- "skill_chart_side_panel_courses_completed": "Ukończone kursy",
97
- "skill_chart_side_panel_questions_answered": "Odpowiedzi na pytania",
98
- "skill_chart_side_panel_learning_hours": "Godziny nauki",
99
- "skill_focused_chip_tooltip": "This skill is focused",
96
+ "skill_chart_side_panel_content_completed": "Treść ukończona",
97
+ "skill_chart_side_panel_questions_to_review": "Pytania do sprawdzenia",
98
+ "skill_chart_side_panel_learning_hours": "Czas nauki",
99
+ "skill_focused_chip_tooltip": "Ta umiejętność jest skupiona",
100
100
  "selected": "wybrane",
101
101
  "This message has been removed by its author": "Wiadomość została usunięta przez jej autora.",
102
102
  "unsubscribe": "Anuluj subskrypcję Coorpacademy",
@@ -5,7 +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
+ "associated_skills": "Habilidades associadas",
9
9
  "Back to Dashboard Home": "Regressar ao Início do Dashboard",
10
10
  "back_to_catalog": "De volta aos cursos",
11
11
  "cart_title": "Subscrição Coorpacademy",
@@ -51,7 +51,7 @@
51
51
  "payment_form_submit": "Iniciar a subscrição da Coorpacademy",
52
52
  "Post": "Post",
53
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.",
54
- "close_tooltip_information": "Press the escape key to close the information text",
54
+ "close_tooltip_information": "Pressione a tecla Escape para fechar o texto informativo",
55
55
  "product_cancel": "Cancelar a qualquer momento.",
56
56
  "product_desc_battle": "Modo de batalha",
57
57
  "product_desc_certificates": "Certificados Coorpacademy",
@@ -93,10 +93,10 @@
93
93
  "skill_focus": "Foco em competências",
94
94
  "skill_focus_footer_description": "Selecione pelo menos mais {{skillNumber}} competências",
95
95
  "skill_focus_footer_error_description": "Remova a seleção de pelo menos mais {{skillNumber}} competências",
96
- "skill_chart_side_panel_courses_completed": "Cursos Concluídos",
97
- "skill_chart_side_panel_questions_answered": "Questões respondidas",
98
- "skill_chart_side_panel_learning_hours": "Horas de aprendizagem",
99
- "skill_focused_chip_tooltip": "This skill is focused",
96
+ "skill_chart_side_panel_content_completed": "Conteúdo concluído",
97
+ "skill_chart_side_panel_questions_to_review": "Perguntas para revisar",
98
+ "skill_chart_side_panel_learning_hours": "Tempo de aprendizagem",
99
+ "skill_focused_chip_tooltip": "Esta habilidade é focada",
100
100
  "selected": "selecionada(s)",
101
101
  "This message has been removed by its author": "Esta mensagem foi removida pelo seu autor.",
102
102
  "unsubscribe": "Anular a subscrição da Coorpacademy",
@@ -5,7 +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
+ "associated_skills": "Abilități asociate",
9
9
  "Back to Dashboard Home": "Înapoi la pagina de start a bordului",
10
10
  "back_to_catalog": "Înapoi la cursuri",
11
11
  "cart_title": "Abonament Coorpacademy",
@@ -51,7 +51,7 @@
51
51
  "payment_form_submit": "Start abonament Coorpacademy",
52
52
  "Post": "Postează",
53
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.",
54
- "close_tooltip_information": "Press the escape key to close the information text",
54
+ "close_tooltip_information": "Apăsați tasta Escape pentru a închide textul cu informații",
55
55
  "product_cancel": "Vă puteți dezabona oricând.",
56
56
  "product_desc_battle": "Mod de bătălie",
57
57
  "product_desc_certificates": "Certificate Coorpacademy",
@@ -93,10 +93,10 @@
93
93
  "skill_focus": "Abilitățile vizate",
94
94
  "skill_focus_footer_description": "Selectați cel puțin încă {{skillNumber}} abilități",
95
95
  "skill_focus_footer_error_description": "Deselectați cel puțin încă {{skillNumber}} abilități",
96
- "skill_chart_side_panel_courses_completed": "Cursuri finalizate",
97
- "skill_chart_side_panel_questions_answered": "Întrebări la care ați răspuns",
98
- "skill_chart_side_panel_learning_hours": "Ore de învățare",
99
- "skill_focused_chip_tooltip": "This skill is focused",
96
+ "skill_chart_side_panel_content_completed": "Conținut finalizat",
97
+ "skill_chart_side_panel_questions_to_review": "Întrebări de revizuit",
98
+ "skill_chart_side_panel_learning_hours": "Timp de învățare",
99
+ "skill_focused_chip_tooltip": "Această abilitate este concentrată",
100
100
  "selected": "selectate",
101
101
  "This message has been removed by its author": "Acest mesaj a fost retras de autor.",
102
102
  "unsubscribe": "Dezabonare Coorpacademy",
@@ -5,7 +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
+ "associated_skills": "Сопутствующие навыки",
9
9
  "Back to Dashboard Home": "Назад на главную страницу",
10
10
  "back_to_catalog": "Назад к курсам",
11
11
  "cart_title": "Подписка Coorpacademy",
@@ -51,7 +51,7 @@
51
51
  "payment_form_submit": "Начать подписку Coorpacademy",
52
52
  "Post": "Отправить",
53
53
  "premium_unsubscribe_confirmation": "Мы подтверждаем отмену вашей подписки, которая вступит в силу со следующего месяца.\n\nТем временем вы можете продолжать пользоваться нашим контентом на платформе Coorpacademy.",
54
- "close_tooltip_information": "Press the escape key to close the information text",
54
+ "close_tooltip_information": "Нажмите клавишу Escape, чтобы закрыть информационный текст.",
55
55
  "product_cancel": "Отменить в любое время.",
56
56
  "product_desc_battle": "Режим битвы",
57
57
  "product_desc_certificates": "Сертификаты Coorpacademy",
@@ -93,10 +93,10 @@
93
93
  "skill_focus": "Фокус навыков",
94
94
  "skill_focus_footer_description": "Выберите как минимум ещё {{skillNumber}} навыка(-ов)",
95
95
  "skill_focus_footer_error_description": "Отмените выбор как минимум ещё {{skillNumber}} навыков",
96
- "skill_chart_side_panel_courses_completed": "Курсы завершены",
97
- "skill_chart_side_panel_questions_answered": "Получено ответов",
98
- "skill_chart_side_panel_learning_hours": "Учебные часы",
99
- "skill_focused_chip_tooltip": "This skill is focused",
96
+ "skill_chart_side_panel_content_completed": "Содержание завершено",
97
+ "skill_chart_side_panel_questions_to_review": "Вопросы для повторения",
98
+ "skill_chart_side_panel_learning_hours": "Время обучения",
99
+ "skill_focused_chip_tooltip": "Фокус на этот навык ",
100
100
  "selected": "выбрано",
101
101
  "This message has been removed by its author": "Это сообщение было удалено его автором.",
102
102
  "unsubscribe": "Отказаться от подписки Coorpacademy",
@@ -5,7 +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
+ "associated_skills": "Pridružené zručnosti",
9
9
  "Back to Dashboard Home": "Späť na domovskú stránku informačného panela",
10
10
  "back_to_catalog": "Naspäť ku kurzom",
11
11
  "cart_title": "Predplatné Coorpacademy",
@@ -51,7 +51,7 @@
51
51
  "payment_form_submit": "Spustite predplatné Coorpacademy",
52
52
  "Post": "Post",
53
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.",
54
- "close_tooltip_information": "Press the escape key to close the information text",
54
+ "close_tooltip_information": "Stlačením klávesu Escape zatvoríte informačný text",
55
55
  "product_cancel": "Zrušiť môžete kedykoľvek.",
56
56
  "product_desc_battle": "Režim súboju",
57
57
  "product_desc_certificates": "Certifikáty Coorpacademy",
@@ -93,10 +93,10 @@
93
93
  "skill_focus": "Zameranie na zručnosti",
94
94
  "skill_focus_footer_description": "Vyberte aspoň {{skillNumber}} ďalších zručností",
95
95
  "skill_focus_footer_error_description": "Zrušte výber aspoň {{skillNumber}} ďalších zručností",
96
- "skill_chart_side_panel_courses_completed": "Ukončené kurzy",
97
- "skill_chart_side_panel_questions_answered": "Zodpovedané otázky",
98
- "skill_chart_side_panel_learning_hours": "Hodiny učenia",
99
- "skill_focused_chip_tooltip": "This skill is focused",
96
+ "skill_chart_side_panel_content_completed": "Obsah dokončený",
97
+ "skill_chart_side_panel_questions_to_review": "Otázky na kontrolu",
98
+ "skill_chart_side_panel_learning_hours": "Čas učenia",
99
+ "skill_focused_chip_tooltip": "Táto zručnosť je zameraná",
100
100
  "selected": "vybrané",
101
101
  "This message has been removed by its author": "Túto správu odstránil jej autor.",
102
102
  "unsubscribe": "Odhlásiť sa z predplatného Coorpacademy",
@@ -5,7 +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
+ "associated_skills": "Povezane veščine",
9
9
  "Back to Dashboard Home": "Nazaj na domačo stran nadzorne plošče",
10
10
  "back_to_catalog": "Nazaj na tečaje",
11
11
  "cart_title": "Naročnina na Coorpacademy",
@@ -51,7 +51,7 @@
51
51
  "payment_form_submit": "Začnite naročnino na Coorpacademy",
52
52
  "Post": "Objavi",
53
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.",
54
- "close_tooltip_information": "Press the escape key to close the information text",
54
+ "close_tooltip_information": "Pritisnite tipko Escape, da zaprete besedilo z informacijami",
55
55
  "product_cancel": "Prekličite kadarkoli.",
56
56
  "product_desc_battle": "Bojni način",
57
57
  "product_desc_certificates": "Certifikati Coorpacademy",
@@ -93,10 +93,10 @@
93
93
  "skill_focus": "Vodilna veščina",
94
94
  "skill_focus_footer_description": "Izberite vsaj še toliko veščin: {{skillNumber}}",
95
95
  "skill_focus_footer_error_description": "Prekličite izbor vsaj še toliko veščin: {{skillNumber}}",
96
- "skill_chart_side_panel_courses_completed": "Opravljeni tečaji",
97
- "skill_chart_side_panel_questions_answered": "Odgovorjena vprašanja",
98
- "skill_chart_side_panel_learning_hours": "Število ur učenja",
99
- "skill_focused_chip_tooltip": "This skill is focused",
96
+ "skill_chart_side_panel_content_completed": "Vsebina dokončana",
97
+ "skill_chart_side_panel_questions_to_review": "Vprašanja za pregled",
98
+ "skill_chart_side_panel_learning_hours": "Čas učenja",
99
+ "skill_focused_chip_tooltip": "Ta veščina je osredotočena",
100
100
  "selected": "izbranih",
101
101
  "This message has been removed by its author": "To sporočilo je odstranil avtor.",
102
102
  "unsubscribe": "Odjava iz Coorpacademy",
@@ -5,7 +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
+ "associated_skills": "Tillhörande färdigheter",
9
9
  "Back to Dashboard Home": "Tillbaka till kontrollpanelens startsida",
10
10
  "back_to_catalog": "Tillbaka till kurser",
11
11
  "cart_title": "Prenumeration på Coorpacademy",
@@ -51,7 +51,7 @@
51
51
  "payment_form_submit": "Starta prenumeration på Coorpacademy",
52
52
  "Post": "Publicera",
53
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.",
54
- "close_tooltip_information": "Press the escape key to close the information text",
54
+ "close_tooltip_information": "Tryck escape-tangenten för att stänga informationstexten",
55
55
  "product_cancel": "Avbryt när som helst.",
56
56
  "product_desc_battle": "Tävlingsläge",
57
57
  "product_desc_certificates": "Coorpacademy-certifikat",
@@ -93,10 +93,10 @@
93
93
  "skill_focus": "Färdighetsfokus",
94
94
  "skill_focus_footer_description": "Välj minst {{skillNumber}} färdigheter till",
95
95
  "skill_focus_footer_error_description": "Avmarkera minst {{skillNumber}} färdigheter till",
96
- "skill_chart_side_panel_courses_completed": "Avslutade kurser",
97
- "skill_chart_side_panel_questions_answered": "Besvarade frågor",
98
- "skill_chart_side_panel_learning_hours": "Inlärningstid",
99
- "skill_focused_chip_tooltip": "This skill is focused",
96
+ "skill_chart_side_panel_content_completed": "Innehållet slutfört",
97
+ "skill_chart_side_panel_questions_to_review": "Frågor att granska",
98
+ "skill_chart_side_panel_learning_hours": "Lärtid",
99
+ "skill_focused_chip_tooltip": "Denna färdighet är fokuserad",
100
100
  "selected": "valda",
101
101
  "This message has been removed by its author": "Meddelandet har tagits bort av upphovspersonen.",
102
102
  "unsubscribe": "Avregistrera dig från Coorpacademy",
@@ -5,7 +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
+ "associated_skills": "Kaugnay na kasanayan",
9
9
  "Back to Dashboard Home": "Bumalik sa Dashboard Home",
10
10
  "back_to_catalog": "Bumalik sa mga kurso",
11
11
  "cart_title": "Coorpacademy Subscription",
@@ -51,7 +51,7 @@
51
51
  "payment_form_submit": "Simulan ang subscription ng Coorpacademy",
52
52
  "Post": "Ipahayag",
53
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.",
54
- "close_tooltip_information": "Press the escape key to close the information text",
54
+ "close_tooltip_information": "Pindutin ang escape key upang isara ang teksto ng impormasyon",
55
55
  "product_cancel": "Pagkansela sa anumang oras.",
56
56
  "product_desc_battle": "Battle mode",
57
57
  "product_desc_certificates": "Coorpacademy certificates",
@@ -93,10 +93,10 @@
93
93
  "skill_focus": "Kasanayang pagtutuunan ng pansin",
94
94
  "skill_focus_footer_description": "Pumili ng hindi bababa sa {{skillNumber}} pang kasanayan",
95
95
  "skill_focus_footer_error_description": "Alisin sa pagkakapili ang hindi bababa sa {{skillNumber}} pang kasanayan",
96
- "skill_chart_side_panel_courses_completed": "Mga Kursong Nakumpleto",
97
- "skill_chart_side_panel_questions_answered": "Mga tanong na nasagot",
98
- "skill_chart_side_panel_learning_hours": "Mga oras ng pag-aaral",
99
- "skill_focused_chip_tooltip": "This skill is focused",
96
+ "skill_chart_side_panel_content_completed": "Nakumpleto ang Nilalaman",
97
+ "skill_chart_side_panel_questions_to_review": "Mga tanong na susuriin",
98
+ "skill_chart_side_panel_learning_hours": "Oras ng pag-aaral",
99
+ "skill_focused_chip_tooltip": "Ang kasanayang ito ay nakatuon",
100
100
  "selected": "napili",
101
101
  "This message has been removed by its author": "Ang mensaheng ito ay tinanggal ng may-akda nito.",
102
102
  "unsubscribe": "Mag-unsubscribe mula sa Coorpacademy",
@@ -5,7 +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
+ "associated_skills": "İlgili beceriler",
9
9
  "Back to Dashboard Home": "Gösterge Panosu Anasayfasına Geri Dön",
10
10
  "back_to_catalog": "Kurslara geri dön",
11
11
  "cart_title": "Coorpacademy Aboneliği",
@@ -51,7 +51,7 @@
51
51
  "payment_form_submit": "Coorpacademy aboneliğini başlat",
52
52
  "Post": "Postala",
53
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.",
54
- "close_tooltip_information": "Press the escape key to close the information text",
54
+ "close_tooltip_information": "Bilgi metnini kapatmak için kaçış tuşuna basın",
55
55
  "product_cancel": "İstediğiniz zaman iptal edin.",
56
56
  "product_desc_battle": "Mücadele modu",
57
57
  "product_desc_certificates": "Coorpacademy sertifikaları",
@@ -93,10 +93,10 @@
93
93
  "skill_focus": "Beceri odağı",
94
94
  "skill_focus_footer_description": "En az {{skillNumber}} daha fazla beceri seç",
95
95
  "skill_focus_footer_error_description": "En az {{skillNumber}} daha fazla becerinin seçimini kaldır",
96
- "skill_chart_side_panel_courses_completed": "Tamamlanan Kurslar",
97
- "skill_chart_side_panel_questions_answered": "Cevaplanan sorular",
98
- "skill_chart_side_panel_learning_hours": "Öğrenim saatleri",
99
- "skill_focused_chip_tooltip": "This skill is focused",
96
+ "skill_chart_side_panel_content_completed": "İçerik Tamamlandı",
97
+ "skill_chart_side_panel_questions_to_review": "İncelenecek sorular",
98
+ "skill_chart_side_panel_learning_hours": "Öğrenme zamanı",
99
+ "skill_focused_chip_tooltip": "Bu beceri odaklı",
100
100
  "selected": "seçildi",
101
101
  "This message has been removed by its author": "Bu mesaj yazarı tarafından kaldırılmıştır.",
102
102
  "unsubscribe": "Coorpacademy aboneliğini sonlandır",
@@ -5,7 +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
+ "associated_skills": "Супутні навички",
9
9
  "Back to Dashboard Home": "Назад на сторінку панелі інструментів",
10
10
  "back_to_catalog": "Назад до курсів",
11
11
  "cart_title": "Підписка Coorpacademy",
@@ -51,7 +51,7 @@
51
51
  "payment_form_submit": "Активувати підписку Coorpacademy",
52
52
  "Post": "Опублікувати",
53
53
  "premium_unsubscribe_confirmation": "Ми підтверджуємо скасування вашої підписки з наступного місяця.\\n\\nТим часом ви можете продовжувати користуватися нашим контентом на платформі Coorpacademy.",
54
- "close_tooltip_information": "Press the escape key to close the information text",
54
+ "close_tooltip_information": "Натисніть клавішу Escape, щоб закрити інформаційний текст",
55
55
  "product_cancel": "Можна скасувати у будь-який час.",
56
56
  "product_desc_battle": "Режим бою",
57
57
  "product_desc_certificates": "Сертифікати Coorpacademy",
@@ -93,10 +93,10 @@
93
93
  "skill_focus": "Фокус навички",
94
94
  "skill_focus_footer_description": "Виберіть ще принаймні {{skillNumber}} навички",
95
95
  "skill_focus_footer_error_description": "Приберіть вибір ще принаймні {{skillNumber}} навичок",
96
- "skill_chart_side_panel_courses_completed": "Завершені курси",
97
- "skill_chart_side_panel_questions_answered": "Питання, на які відповіли",
98
- "skill_chart_side_panel_learning_hours": "Навчальні години",
99
- "skill_focused_chip_tooltip": "This skill is focused",
96
+ "skill_chart_side_panel_content_completed": "Зміст завершено",
97
+ "skill_chart_side_panel_questions_to_review": "Питання для перегляду",
98
+ "skill_chart_side_panel_learning_hours": "Час навчання",
99
+ "skill_focused_chip_tooltip": "Ця навичка зосереджена",
100
100
  "selected": "вибрано",
101
101
  "This message has been removed by its author": "Це повідомлення було вилучено автором.",
102
102
  "unsubscribe": "Скасувати підписку Coorpacademy",
@@ -5,7 +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
+ "associated_skills": "Kỹ năng liên quan",
9
9
  "Back to Dashboard Home": "Quay lại Trang chủ Trang tổng quan",
10
10
  "back_to_catalog": "Quay lại khóa học",
11
11
  "cart_title": "Đăng ký Coorpacademy",
@@ -51,7 +51,7 @@
51
51
  "payment_form_submit": "Bắt đầu đăng ký Coorpacademy",
52
52
  "Post": "Bài đăng",
53
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.",
54
- "close_tooltip_information": "Press the escape key to close the information text",
54
+ "close_tooltip_information": "Bấm phím thoát để đóng văn bản thông tin",
55
55
  "product_cancel": "Hủy bất cứ lúc nào.",
56
56
  "product_desc_battle": "Chế độ chiến đấu",
57
57
  "product_desc_certificates": "Chứng chỉ Coorpacademy",
@@ -93,10 +93,10 @@
93
93
  "skill_focus": "Trọng tâm kỹ năng",
94
94
  "skill_focus_footer_description": "Chọn thêm ít nhất {{skillNumber}} kỹ năng nữa",
95
95
  "skill_focus_footer_error_description": "Bỏ chọn thêm ít nhất {{skillNumber}} kỹ năng nữa",
96
- "skill_chart_side_panel_courses_completed": "Đã hoàn thành các khóa học",
97
- "skill_chart_side_panel_questions_answered": "Đã trả lời các câu hỏi",
98
- "skill_chart_side_panel_learning_hours": "Giờ học",
99
- "skill_focused_chip_tooltip": "This skill is focused",
96
+ "skill_chart_side_panel_content_completed": "Nội dung đã hoàn thành",
97
+ "skill_chart_side_panel_questions_to_review": "Câu hỏi để xem xét",
98
+ "skill_chart_side_panel_learning_hours": "Thời gian học tập",
99
+ "skill_focused_chip_tooltip": "Kỹ năng này tập trung",
100
100
  "selected": "đã chọn",
101
101
  "This message has been removed by its author": "Tin nhắn này đã bị tác giả xóa.",
102
102
  "unsubscribe": "Hủy đăng ký Coorpacademy",