@coorpacademy/components 11.32.42 → 11.32.44
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/icon/index.d.ts +1 -0
- package/es/atom/icon/index.d.ts.map +1 -1
- package/es/atom/icon/index.js +8 -1
- package/es/atom/icon/index.js.map +1 -1
- package/es/atom/select-icon/index.d.ts +17 -0
- package/es/atom/select-icon/index.d.ts.map +1 -0
- package/es/atom/select-icon/index.js +93 -0
- package/es/atom/select-icon/index.js.map +1 -0
- package/es/atom/select-icon/style.css +73 -0
- package/es/molecule/base-modal/index.d.ts +1 -0
- package/es/molecule/base-modal/index.d.ts.map +1 -1
- package/es/molecule/base-modal/index.js +9 -4
- package/es/molecule/base-modal/index.js.map +1 -1
- package/es/molecule/certification-card/index.d.ts.map +1 -1
- package/es/molecule/certification-card/index.js +4 -2
- package/es/molecule/certification-card/index.js.map +1 -1
- package/es/molecule/certification-card/style.css +23 -7
- package/es/molecule/cm-popin/types.d.ts +12 -0
- package/es/molecule/cm-popin/types.d.ts.map +1 -1
- package/es/molecule/draggable-list/index.d.ts +12 -0
- package/es/molecule/icon-picker-modal/index.d.ts +15 -0
- package/es/molecule/icon-picker-modal/index.d.ts.map +1 -0
- package/es/molecule/icon-picker-modal/index.js +152 -0
- package/es/molecule/icon-picker-modal/index.js.map +1 -0
- package/es/molecule/icon-picker-modal/style.css +61 -0
- package/es/molecule/icon-picker-modal/use-icon-search.d.ts +9 -0
- package/es/molecule/icon-picker-modal/use-icon-search.d.ts.map +1 -0
- package/es/molecule/icon-picker-modal/use-icon-search.js +36 -0
- package/es/molecule/icon-picker-modal/use-icon-search.js.map +1 -0
- package/es/molecule/progress-wrapper/index.js +1 -1
- package/es/molecule/progress-wrapper/index.js.map +1 -1
- package/es/molecule/progress-wrapper/style.css +1 -0
- package/es/organism/brand-learning-priorities/index.d.ts +12 -0
- package/es/organism/list-item/index.d.ts +16 -1
- package/es/organism/list-item/index.d.ts.map +1 -1
- package/es/organism/list-item/index.js +58 -9
- package/es/organism/list-item/index.js.map +1 -1
- package/es/organism/list-item/style.css +25 -11
- package/es/organism/list-items/index.d.ts +12 -0
- package/es/template/app-player/loading/index.d.ts +12 -0
- package/es/template/app-player/player/index.d.ts +24 -0
- package/es/template/app-player/player/slides/index.d.ts +12 -0
- package/es/template/app-player/player/slides/index.d.ts.map +1 -1
- package/es/template/app-player/popin-correction/index.d.ts +12 -0
- package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/es/template/app-player/popin-end/index.d.ts +12 -0
- package/es/template/app-review/index.d.ts +12 -0
- package/es/template/app-review/index.d.ts.map +1 -1
- package/es/template/app-review/player/prop-types.d.ts +12 -0
- package/es/template/app-review/player/prop-types.d.ts.map +1 -1
- package/es/template/app-review/prop-types.d.ts +12 -0
- package/es/template/app-review/prop-types.d.ts.map +1 -1
- package/es/template/back-office/brand-update/index.d.ts +36 -0
- package/es/template/certification-detail/index.d.ts +1 -1
- package/es/template/certification-detail/index.d.ts.map +1 -1
- package/es/template/certification-detail/index.js +16 -5
- package/es/template/certification-detail/index.js.map +1 -1
- package/es/template/certification-detail/style.css +0 -1
- package/es/template/certifications/index.d.ts.map +1 -1
- package/es/template/certifications/index.js +3 -1
- package/es/template/certifications/index.js.map +1 -1
- package/es/template/certifications/style.css +8 -1
- package/es/template/common/dashboard/index.d.ts +24 -0
- package/es/template/common/search-page/index.d.ts +12 -0
- package/es/template/external-course/index.d.ts +12 -0
- package/es/template/playlist-detail/index.d.ts.map +1 -1
- package/es/template/playlist-detail/index.js +15 -4
- package/es/template/playlist-detail/index.js.map +1 -1
- package/es/template/playlist-detail/style.css +0 -1
- package/es/template/skill-detail/index.d.ts.map +1 -1
- package/es/template/skill-detail/index.js +15 -3
- package/es/template/skill-detail/index.js.map +1 -1
- package/es/variables/colors.d.ts +1 -0
- package/es/variables/colors.d.ts.map +1 -1
- package/es/variables/colors.js +1 -0
- package/es/variables/colors.js.map +1 -1
- package/lib/atom/icon/index.d.ts +1 -0
- package/lib/atom/icon/index.d.ts.map +1 -1
- package/lib/atom/icon/index.js +12 -2
- package/lib/atom/icon/index.js.map +1 -1
- package/lib/atom/select-icon/index.d.ts +17 -0
- package/lib/atom/select-icon/index.d.ts.map +1 -0
- package/lib/atom/select-icon/index.js +111 -0
- package/lib/atom/select-icon/index.js.map +1 -0
- package/lib/atom/select-icon/style.css +73 -0
- package/lib/molecule/base-modal/index.d.ts +1 -0
- package/lib/molecule/base-modal/index.d.ts.map +1 -1
- package/lib/molecule/base-modal/index.js +9 -4
- package/lib/molecule/base-modal/index.js.map +1 -1
- package/lib/molecule/certification-card/index.d.ts.map +1 -1
- package/lib/molecule/certification-card/index.js +4 -2
- package/lib/molecule/certification-card/index.js.map +1 -1
- package/lib/molecule/certification-card/style.css +23 -7
- package/lib/molecule/cm-popin/types.d.ts +12 -0
- package/lib/molecule/cm-popin/types.d.ts.map +1 -1
- package/lib/molecule/draggable-list/index.d.ts +12 -0
- package/lib/molecule/icon-picker-modal/index.d.ts +15 -0
- package/lib/molecule/icon-picker-modal/index.d.ts.map +1 -0
- package/lib/molecule/icon-picker-modal/index.js +179 -0
- package/lib/molecule/icon-picker-modal/index.js.map +1 -0
- package/lib/molecule/icon-picker-modal/style.css +61 -0
- package/lib/molecule/icon-picker-modal/use-icon-search.d.ts +9 -0
- package/lib/molecule/icon-picker-modal/use-icon-search.d.ts.map +1 -0
- package/lib/molecule/icon-picker-modal/use-icon-search.js +52 -0
- package/lib/molecule/icon-picker-modal/use-icon-search.js.map +1 -0
- package/lib/molecule/progress-wrapper/index.js +1 -1
- package/lib/molecule/progress-wrapper/index.js.map +1 -1
- package/lib/molecule/progress-wrapper/style.css +1 -0
- package/lib/organism/brand-learning-priorities/index.d.ts +12 -0
- package/lib/organism/list-item/index.d.ts +16 -1
- package/lib/organism/list-item/index.d.ts.map +1 -1
- package/lib/organism/list-item/index.js +56 -5
- package/lib/organism/list-item/index.js.map +1 -1
- package/lib/organism/list-item/style.css +25 -11
- package/lib/organism/list-items/index.d.ts +12 -0
- package/lib/template/app-player/loading/index.d.ts +12 -0
- package/lib/template/app-player/player/index.d.ts +24 -0
- package/lib/template/app-player/player/slides/index.d.ts +12 -0
- package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-correction/index.d.ts +12 -0
- package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-end/index.d.ts +12 -0
- package/lib/template/app-review/index.d.ts +12 -0
- package/lib/template/app-review/index.d.ts.map +1 -1
- package/lib/template/app-review/player/prop-types.d.ts +12 -0
- package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
- package/lib/template/app-review/prop-types.d.ts +12 -0
- package/lib/template/app-review/prop-types.d.ts.map +1 -1
- package/lib/template/back-office/brand-update/index.d.ts +36 -0
- package/lib/template/certification-detail/index.d.ts +1 -1
- package/lib/template/certification-detail/index.d.ts.map +1 -1
- package/lib/template/certification-detail/index.js +15 -5
- package/lib/template/certification-detail/index.js.map +1 -1
- package/lib/template/certification-detail/style.css +0 -1
- package/lib/template/certifications/index.d.ts.map +1 -1
- package/lib/template/certifications/index.js +3 -1
- package/lib/template/certifications/index.js.map +1 -1
- package/lib/template/certifications/style.css +8 -1
- package/lib/template/common/dashboard/index.d.ts +24 -0
- package/lib/template/common/search-page/index.d.ts +12 -0
- package/lib/template/external-course/index.d.ts +12 -0
- package/lib/template/playlist-detail/index.d.ts.map +1 -1
- package/lib/template/playlist-detail/index.js +14 -4
- package/lib/template/playlist-detail/index.js.map +1 -1
- package/lib/template/playlist-detail/style.css +0 -1
- package/lib/template/skill-detail/index.d.ts.map +1 -1
- package/lib/template/skill-detail/index.js +14 -2
- package/lib/template/skill-detail/index.js.map +1 -1
- package/lib/variables/colors.d.ts +1 -0
- package/lib/variables/colors.d.ts.map +1 -1
- package/lib/variables/colors.js +1 -0
- package/lib/variables/colors.js.map +1 -1
- package/locales/bs/global.json +12 -8
- package/locales/cs/global.json +12 -8
- package/locales/de/global.json +12 -8
- package/locales/en/global.json +4 -0
- package/locales/es/global.json +12 -8
- package/locales/et/global.json +12 -8
- package/locales/fi/global.json +12 -8
- package/locales/fr/global.json +12 -8
- package/locales/hr/global.json +12 -8
- package/locales/hu/global.json +12 -8
- package/locales/hy/global.json +12 -8
- package/locales/it/global.json +12 -8
- package/locales/ja/global.json +12 -8
- package/locales/ko/global.json +12 -8
- package/locales/nl/global.json +12 -8
- package/locales/pl/global.json +12 -8
- package/locales/pt/global.json +12 -8
- package/locales/ro/global.json +12 -8
- package/locales/ru/global.json +12 -8
- package/locales/sk/global.json +12 -8
- package/locales/sl/global.json +12 -8
- package/locales/sv/global.json +12 -8
- package/locales/tl/global.json +12 -8
- package/locales/tr/global.json +12 -8
- package/locales/uk/global.json +12 -8
- package/locales/vi/global.json +12 -8
- package/locales/zh/global.json +12 -8
- package/locales/zh_TW/global.json +12 -8
- package/package.json +2 -2
package/locales/cs/global.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"all": "Vše",
|
|
3
3
|
"all_courses": "Všechny kurzy",
|
|
4
|
-
"all_content": "
|
|
4
|
+
"all_content": "Veškerý obsah",
|
|
5
5
|
"alphabetical": "Abecední",
|
|
6
6
|
"add_learning_priority": "Přidejte prioritu učení",
|
|
7
7
|
"accepted_cards": "Kreditní nebo debetní karta",
|
|
@@ -11,14 +11,15 @@
|
|
|
11
11
|
"At the end of this level, you will be able to_": "Na konci této úrovně budete moci:",
|
|
12
12
|
"author": "autor",
|
|
13
13
|
"associated_skills": "Přidružené dovednosti",
|
|
14
|
+
"back": "Zpět",
|
|
14
15
|
"Back to Dashboard Home": "Zpět na domovskou stránku ovládacího panelu",
|
|
15
16
|
"back_to_catalog": "Zpět na kurzy",
|
|
16
17
|
"badge": "Odznak",
|
|
17
18
|
"bonus_stars": "Bonusové hvězdy",
|
|
18
|
-
"certificates": "
|
|
19
|
-
"certificate(s)": "
|
|
20
|
-
"certificates_subtitle": "
|
|
21
|
-
"certification_module": "
|
|
19
|
+
"certificates": "Certifikáty",
|
|
20
|
+
"certificate(s)": "certifikát(y)",
|
|
21
|
+
"certificates_subtitle": "Předveďte své znalosti a dovednosti, které vám pomohou vyniknout v kariéře a dosáhnout přínosných úspěchů.",
|
|
22
|
+
"certification_module": "modul k dokončení",
|
|
22
23
|
"cart_title": "Předplatné Coorpacademy",
|
|
23
24
|
"challenges you on": "vás vyzve",
|
|
24
25
|
"download": "Stáhnout",
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
"items": "položky",
|
|
27
28
|
"certificate": "Osvědčení",
|
|
28
29
|
"certification": "Osvědčení",
|
|
29
|
-
"certification_progress_wrapper_subtitle": "
|
|
30
|
+
"certification_progress_wrapper_subtitle": "Pokud chcete zpřístupnit odměny a dokončit tuto certifikaci, splňte následující cíl",
|
|
30
31
|
"chapters": "kapitoly",
|
|
31
32
|
"Close": "Zavřít",
|
|
32
33
|
"clue_stars_to_loose_plural": "Odemknutí nápovědy sníží počet hvězd, které můžete získat na této otázce, o {{count}} (pokud ji zodpovíte správně)",
|
|
@@ -42,6 +43,9 @@
|
|
|
42
43
|
"continue_learning": "Pokračujte v učení",
|
|
43
44
|
"learning_priority_modal_title": "Nová priorita učení",
|
|
44
45
|
"learning_priority_modal_description": "Vytvořte si prioritu učení výběrem jedné dovednosti, seznamu skladeb nebo certifikace.",
|
|
46
|
+
"locked": "Uzamčeno",
|
|
47
|
+
"icon_picker_title": "Change icon",
|
|
48
|
+
"icon_picker_description": "Select a new icon for your skill",
|
|
45
49
|
"skills_change_focus": "Změnit zaměření dovednosti",
|
|
46
50
|
"skills_choose_focus": "Vyberte své zaměření",
|
|
47
51
|
"cancel": "Zrušit",
|
|
@@ -59,7 +63,7 @@
|
|
|
59
63
|
"empty_search_result_title": "Žádné výsledky pro „{{searchValue}}“",
|
|
60
64
|
"empty_search_result_description": "Pro nalezení toho, co hledáte, zkuste upravit své vyhledávání.",
|
|
61
65
|
"empty_search_result_clear_search": "Vyčistit vyhledávání",
|
|
62
|
-
"in_progress": "
|
|
66
|
+
"in_progress": "Probíhá",
|
|
63
67
|
"keep_subscription": "Ponechat předplatné",
|
|
64
68
|
"learning_priorities": "Priority učení",
|
|
65
69
|
"learning_priorities_description": "Vaše hlavní vzdělávací priority definované vaší společností",
|
|
@@ -68,7 +72,7 @@
|
|
|
68
72
|
"media_stars_to_win": "Vyhrajte další hvězdu ({{count}}) v této kapitole při prvním zobrazení lekce!",
|
|
69
73
|
"modules": "Moduly",
|
|
70
74
|
"modules_completed": "moduly dokončeny",
|
|
71
|
-
"modules_completed_mandatory": "
|
|
75
|
+
"modules_completed_mandatory": "dokončené povinné moduly",
|
|
72
76
|
"More": "Více",
|
|
73
77
|
"More details": "Více informací",
|
|
74
78
|
"New media": "Nová lekce",
|
package/locales/de/global.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"all": "Alle",
|
|
3
3
|
"all_courses": "Alle Kurse",
|
|
4
|
-
"all_content": "
|
|
4
|
+
"all_content": "Alle Inhalte",
|
|
5
5
|
"alphabetical": "Alphabetisch",
|
|
6
6
|
"add_learning_priority": "Lernpriorität hinzufügen",
|
|
7
7
|
"accepted_cards": "Kredit- oder Debitkarte",
|
|
@@ -11,14 +11,15 @@
|
|
|
11
11
|
"At the end of this level, you will be able to_": "Am Ende dieses Levels können Sie:",
|
|
12
12
|
"author": "Autor",
|
|
13
13
|
"associated_skills": "Zugehörige Fähigkeiten",
|
|
14
|
+
"back": "Zurück",
|
|
14
15
|
"Back to Dashboard Home": "Zurück zur Startseite des Dashboards",
|
|
15
16
|
"back_to_catalog": "Zurück zu den Kursen",
|
|
16
17
|
"badge": "Abzeichen",
|
|
17
18
|
"bonus_stars": "Bonussterne",
|
|
18
|
-
"certificates": "
|
|
19
|
-
"certificate(s)": "
|
|
20
|
-
"certificates_subtitle": "
|
|
21
|
-
"certification_module": "
|
|
19
|
+
"certificates": "Zertifikate",
|
|
20
|
+
"certificate(s)": "Zertifikat(e)",
|
|
21
|
+
"certificates_subtitle": "Stellen Sie Ihr Wissen und Ihre Fähigkeiten unter Beweis, um Ihre Karriere voranzutreiben und lohnenswerte Meilensteine zu erzielen.",
|
|
22
|
+
"certification_module": "zu absolvierendes Modul",
|
|
22
23
|
"cart_title": "Coorpacademy Abo",
|
|
23
24
|
"challenges you on": "Herausforderungen für Sie",
|
|
24
25
|
"download": "Herunterladen",
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
"items": "Artikel",
|
|
27
28
|
"certificate": "Zertifikat",
|
|
28
29
|
"certification": "Zertifizierung",
|
|
29
|
-
"certification_progress_wrapper_subtitle": "
|
|
30
|
+
"certification_progress_wrapper_subtitle": "Um Ihre Belohnungen freizuschalten und diese Zertifizierung abzuschließen, müssen Sie folgendes Ziel erreichen:",
|
|
30
31
|
"chapters": "Kapitel",
|
|
31
32
|
"Close": "Schliessen",
|
|
32
33
|
"clue_stars_to_loose_plural": "Wenn Sie den Hinweis benutzen, reduziert sich die Anzahl Sterne, die Sie bei dieser Frage gewinnen können um {{count}} (wenn Sie richtig antworten)",
|
|
@@ -42,6 +43,9 @@
|
|
|
42
43
|
"continue_learning": "Weiter lernen",
|
|
43
44
|
"learning_priority_modal_title": "Neue Lernpriorität",
|
|
44
45
|
"learning_priority_modal_description": "Erstellen Sie eine Lernpriorität, indem Sie entweder eine Fähigkeit, eine Wiedergabeliste oder eine Zertifizierung auswählen.",
|
|
46
|
+
"locked": "Gesperrt",
|
|
47
|
+
"icon_picker_title": "Change icon",
|
|
48
|
+
"icon_picker_description": "Select a new icon for your skill",
|
|
45
49
|
"skills_change_focus": "Fähigkeitsfokus ändern",
|
|
46
50
|
"skills_choose_focus": "Wählen Sie Ihren Fokus",
|
|
47
51
|
"cancel": "Abbrechen",
|
|
@@ -59,7 +63,7 @@
|
|
|
59
63
|
"empty_search_result_title": "Keine Ergebnisse für „{{searchValue}}“",
|
|
60
64
|
"empty_search_result_description": "Versuchen Sie, Ihre Suche anzupassen, um das zu finden, wonach Sie suchen.",
|
|
61
65
|
"empty_search_result_clear_search": "Suche löschen",
|
|
62
|
-
"in_progress": "In
|
|
66
|
+
"in_progress": "In Bearbeitung",
|
|
63
67
|
"keep_subscription": "Mein Abonnement behalten",
|
|
64
68
|
"learning_priorities": "Lernschwerpunkte",
|
|
65
69
|
"learning_priorities_description": "Ihre wichtigsten Lernprioritäten, definiert durch Ihr Unternehmen",
|
|
@@ -68,7 +72,7 @@
|
|
|
68
72
|
"media_stars_to_win": "Gewinnen Sie {{count}} zusätzliche Sterne in diesem Kapitel, wenn Sie die Lektion das erste Mal ansehen!",
|
|
69
73
|
"modules": "Module",
|
|
70
74
|
"modules_completed": "Module abgeschlossen",
|
|
71
|
-
"modules_completed_mandatory": "
|
|
75
|
+
"modules_completed_mandatory": "Pflichtmodule abgeschlossen",
|
|
72
76
|
"More": "Mehr",
|
|
73
77
|
"More details": "Mehr Details",
|
|
74
78
|
"New media": "Neue Lektion",
|
package/locales/en/global.json
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"At the end of this level, you will be able to_": "At the end of this level, you will be able to:",
|
|
12
12
|
"author": "author",
|
|
13
13
|
"associated_skills": "Associated skills",
|
|
14
|
+
"back": "Back",
|
|
14
15
|
"Back to Dashboard Home": "Back to Dashboard Home",
|
|
15
16
|
"back_to_catalog": "Back to courses",
|
|
16
17
|
"badge": "Badge",
|
|
@@ -42,6 +43,9 @@
|
|
|
42
43
|
"continue_learning": "Continue learning",
|
|
43
44
|
"learning_priority_modal_title": "New learning priority",
|
|
44
45
|
"learning_priority_modal_description": "Create a learning priority by selecting either one skill, playlist or certification.",
|
|
46
|
+
"locked": "Locked",
|
|
47
|
+
"icon_picker_title": "Change icon",
|
|
48
|
+
"icon_picker_description": "Select a new icon for your skill",
|
|
45
49
|
"skills_change_focus": "Change skill focus",
|
|
46
50
|
"skills_choose_focus": "Choose your focus",
|
|
47
51
|
"cancel": "Cancel",
|
package/locales/es/global.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"all": "Todas",
|
|
3
3
|
"all_courses": "Todos los cursos",
|
|
4
|
-
"all_content": "
|
|
4
|
+
"all_content": "Todo el contenido",
|
|
5
5
|
"alphabetical": "Alfabético",
|
|
6
6
|
"add_learning_priority": "Añadir prioridad de aprendizaje",
|
|
7
7
|
"accepted_cards": "Tarjeta de débito o crédito",
|
|
@@ -11,14 +11,15 @@
|
|
|
11
11
|
"At the end of this level, you will be able to_": "Al final de este nivel, podrás:",
|
|
12
12
|
"author": "autor",
|
|
13
13
|
"associated_skills": "Habilidades asociadas",
|
|
14
|
+
"back": "Volver",
|
|
14
15
|
"Back to Dashboard Home": "Volver al panel de inicio",
|
|
15
16
|
"back_to_catalog": "Volver a los cursos",
|
|
16
17
|
"badge": "Insignia",
|
|
17
18
|
"bonus_stars": "Estrellas extra",
|
|
18
|
-
"certificates": "
|
|
19
|
-
"certificate(s)": "
|
|
20
|
-
"certificates_subtitle": "
|
|
21
|
-
"certification_module": "
|
|
19
|
+
"certificates": "Certificados",
|
|
20
|
+
"certificate(s)": "certificado(s)",
|
|
21
|
+
"certificates_subtitle": "Demuestra tus conocimientos y habilidades. Esto te ayudará a destacar en tu carrera y alcanzar hitos gratificantes en el camino.",
|
|
22
|
+
"certification_module": "módulo que completar",
|
|
22
23
|
"cart_title": "Suscripción a Coorpacademy",
|
|
23
24
|
"challenges you on": "te reta en",
|
|
24
25
|
"download": "Descargar",
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
"items": "elementos",
|
|
27
28
|
"certificate": "Certificado",
|
|
28
29
|
"certification": "Proceso de dar un título",
|
|
29
|
-
"certification_progress_wrapper_subtitle": "
|
|
30
|
+
"certification_progress_wrapper_subtitle": "Para desbloquear tus recompensas y completar esta certificación, alcanza el siguiente objetivo",
|
|
30
31
|
"chapters": "capítulos",
|
|
31
32
|
"Close": "Cerrar",
|
|
32
33
|
"clue_stars_to_loose_plural": "Desbloquear la pista reduce en {{count}} las estrellas que puedes ganar por esta pregunta (si la aciertas)",
|
|
@@ -42,6 +43,9 @@
|
|
|
42
43
|
"continue_learning": "Continuar aprendiendo",
|
|
43
44
|
"learning_priority_modal_title": "Nueva prioridad de aprendizaje",
|
|
44
45
|
"learning_priority_modal_description": "Crea una prioridad de aprendizaje seleccionando una habilidad, lista de reproducción o certificación.",
|
|
46
|
+
"locked": "Bloqueado",
|
|
47
|
+
"icon_picker_title": "Change icon",
|
|
48
|
+
"icon_picker_description": "Select a new icon for your skill",
|
|
45
49
|
"skills_change_focus": "Cambiar enfoque de habilidades",
|
|
46
50
|
"skills_choose_focus": "Elige el enfoque que te interese",
|
|
47
51
|
"cancel": "Cancelar",
|
|
@@ -59,7 +63,7 @@
|
|
|
59
63
|
"empty_search_result_title": "No hay ningún resultado para «{{searchValue}}»",
|
|
60
64
|
"empty_search_result_description": "Intenta modificar tu búsqueda para encontrar lo que buscas.",
|
|
61
65
|
"empty_search_result_clear_search": "Borrar búsqueda",
|
|
62
|
-
"in_progress": "
|
|
66
|
+
"in_progress": "En proceso",
|
|
63
67
|
"keep_subscription": "Mantener mi suscripción",
|
|
64
68
|
"learning_priorities": "Prioridades de aprendizaje",
|
|
65
69
|
"learning_priorities_description": "Tus principales prioridades de aprendizaje definidas por tu empresa",
|
|
@@ -68,7 +72,7 @@
|
|
|
68
72
|
"media_stars_to_win": "Gana {{count}} estrellas adicionales en este capítulo la primera vez que veas una lección.",
|
|
69
73
|
"modules": "Módulos",
|
|
70
74
|
"modules_completed": "módulos completados",
|
|
71
|
-
"modules_completed_mandatory": "
|
|
75
|
+
"modules_completed_mandatory": "módulos obligatorios completados",
|
|
72
76
|
"More": "Más",
|
|
73
77
|
"More details": "Más detalles",
|
|
74
78
|
"New media": "Nueva lección",
|
package/locales/et/global.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"all": "Kõik",
|
|
3
3
|
"all_courses": "Kõik kursused",
|
|
4
|
-
"all_content": "
|
|
4
|
+
"all_content": "Kogu sisu",
|
|
5
5
|
"alphabetical": "Tähestikuline",
|
|
6
6
|
"add_learning_priority": "Lisage õppimise prioriteet",
|
|
7
7
|
"accepted_cards": "Credit or debit card",
|
|
@@ -11,14 +11,15 @@
|
|
|
11
11
|
"At the end of this level, you will be able to_": "Selle taseme läbimisel oskad:",
|
|
12
12
|
"author": "autor",
|
|
13
13
|
"associated_skills": "Seotud oskused",
|
|
14
|
+
"back": "Tagasi",
|
|
14
15
|
"Back to Dashboard Home": "Tagasi esilehele",
|
|
15
16
|
"back_to_catalog": "Tagasi kursuste esilehele",
|
|
16
17
|
"badge": "Märk",
|
|
17
18
|
"bonus_stars": "Boonustähed",
|
|
18
|
-
"certificates": "
|
|
19
|
-
"certificate(s)": "
|
|
20
|
-
"certificates_subtitle": "
|
|
21
|
-
"certification_module": "
|
|
19
|
+
"certificates": "Sertifikaadid",
|
|
20
|
+
"certificate(s)": "sertifikaat (sertifikaadid)",
|
|
21
|
+
"certificates_subtitle": "Näidake oma teadmisi ja oskusi, aidates teil karjäärialaselt silma paista ja saavutada eduelamust pakkuvaid eesmärke.",
|
|
22
|
+
"certification_module": "lõpetamist vajav moodul",
|
|
22
23
|
"cart_title": "Coorpacademy tellimus",
|
|
23
24
|
"challenges you on": "esitas sulle väljakutse",
|
|
24
25
|
"download": "Laadi alla",
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
"items": "esemed",
|
|
27
28
|
"certificate": "tunnistus",
|
|
28
29
|
"certification": "Sertifitseerimine",
|
|
29
|
-
"certification_progress_wrapper_subtitle": "
|
|
30
|
+
"certification_progress_wrapper_subtitle": "Preemiate avamiseks ja sertifikaadi saamiseks täitke järgmine eesmärk",
|
|
30
31
|
"chapters": "peatükid",
|
|
31
32
|
"Close": "Sulge",
|
|
32
33
|
"clue_stars_to_loose_plural": "Vihje kasutamine vähendab saadavat punktisummat {{count}} võrra (juhul, kui vastad õigesti)",
|
|
@@ -42,6 +43,9 @@
|
|
|
42
43
|
"continue_learning": "Jätkake õppimist",
|
|
43
44
|
"learning_priority_modal_title": "Uus õppimise prioriteet",
|
|
44
45
|
"learning_priority_modal_description": "Looge õppimise prioriteet, valides kas ühe oskuse, esitusloendi või sertifikaadi.",
|
|
46
|
+
"locked": "Lukustatud",
|
|
47
|
+
"icon_picker_title": "Change icon",
|
|
48
|
+
"icon_picker_description": "Select a new icon for your skill",
|
|
45
49
|
"skills_change_focus": "Muuda oskusfookust",
|
|
46
50
|
"skills_choose_focus": "Vali oma fookus",
|
|
47
51
|
"cancel": "Tühista",
|
|
@@ -59,7 +63,7 @@
|
|
|
59
63
|
"empty_search_result_title": "Päringule ”{{searchValue}}” ei vasta ükski tulemus",
|
|
60
64
|
"empty_search_result_description": "Proovige oma otsingut kohandada, et leida, mida otsite.",
|
|
61
65
|
"empty_search_result_clear_search": "Tühjenda otsing",
|
|
62
|
-
"in_progress": "
|
|
66
|
+
"in_progress": "Tegemisel",
|
|
63
67
|
"keep_subscription": "Hoia mu tellimus alles",
|
|
64
68
|
"learning_priorities": "Õppimise prioriteedid",
|
|
65
69
|
"learning_priorities_description": "Teie ettevõtte määratletud peamised õppimisprioriteedid",
|
|
@@ -68,7 +72,7 @@
|
|
|
68
72
|
"media_stars_to_win": "Võida selles peatükis õppetunni esmakordsel vaatamisel {{count}} lisatähepunkt!",
|
|
69
73
|
"modules": "Moodulid",
|
|
70
74
|
"modules_completed": "moodulid valmis",
|
|
71
|
-
"modules_completed_mandatory": "
|
|
75
|
+
"modules_completed_mandatory": "kohustuslikud moodulid on lõpetatud",
|
|
72
76
|
"More": "Lisaks",
|
|
73
77
|
"More details": "Rohkem detaile",
|
|
74
78
|
"New media": "Uus õppetund",
|
package/locales/fi/global.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"all": "Kaikki",
|
|
3
3
|
"all_courses": "Kaikki kurssit",
|
|
4
|
-
"all_content": "
|
|
4
|
+
"all_content": "Kaikki sisältö",
|
|
5
5
|
"alphabetical": "Aakkosellinen",
|
|
6
6
|
"add_learning_priority": "Lisää oppimisprioriteetti",
|
|
7
7
|
"accepted_cards": "Luotto- tai pankkikortti",
|
|
@@ -11,14 +11,15 @@
|
|
|
11
11
|
"At the end of this level, you will be able to_": "Tämän tason päätteeksi pystyt:",
|
|
12
12
|
"author": "tekijä",
|
|
13
13
|
"associated_skills": "Liittyvät taidot",
|
|
14
|
+
"back": "Takaisin",
|
|
14
15
|
"Back to Dashboard Home": "Takaisin koontinäytön kotisivulle",
|
|
15
16
|
"back_to_catalog": "Takaisin kursseihin",
|
|
16
17
|
"badge": "Kunniamerkki",
|
|
17
18
|
"bonus_stars": "Bonustähdet",
|
|
18
|
-
"certificates": "
|
|
19
|
-
"certificate(s)": "
|
|
20
|
-
"certificates_subtitle": "
|
|
21
|
-
"certification_module": "
|
|
19
|
+
"certificates": "Todistukset",
|
|
20
|
+
"certificate(s)": "todistusta",
|
|
21
|
+
"certificates_subtitle": "Osoita tietosi ja osaamisesi, mikä auttaa sinua erottumaan urallasi ja saavuttamaan palkitsevia virstanpylväitä matkan varrella.",
|
|
22
|
+
"certification_module": "moduuli suoritettava",
|
|
22
23
|
"cart_title": "Coorpacademyn tilaus",
|
|
23
24
|
"challenges you on": "haastaa sinut",
|
|
24
25
|
"download": "Lataa",
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
"items": "kohteita",
|
|
27
28
|
"certificate": "Todistus",
|
|
28
29
|
"certification": "Sertifiointi",
|
|
29
|
-
"certification_progress_wrapper_subtitle": "
|
|
30
|
+
"certification_progress_wrapper_subtitle": "Jotta voit avata palkintosi ja suorittaa tämän todistuksen, saavuta seuraava tavoite",
|
|
30
31
|
"chapters": "kappaleet",
|
|
31
32
|
"Close": "Sulje",
|
|
32
33
|
"clue_stars_to_loose_plural": "Jos avaat tämän vihjeen, voitat tästä kysymyksestä {{count}} tähteä vähemmän (jos saat sen oikein)",
|
|
@@ -42,6 +43,9 @@
|
|
|
42
43
|
"continue_learning": "Jatka oppimista",
|
|
43
44
|
"learning_priority_modal_title": "Uusi oppimisprioriteetti",
|
|
44
45
|
"learning_priority_modal_description": "Luo oppimisprioriteetti valitsemalla joko yksi taito, soittolista tai todistus.",
|
|
46
|
+
"locked": "Lukittu",
|
|
47
|
+
"icon_picker_title": "Change icon",
|
|
48
|
+
"icon_picker_description": "Select a new icon for your skill",
|
|
45
49
|
"skills_change_focus": "Vaihda osaamisen painopistettä",
|
|
46
50
|
"skills_choose_focus": "Valitse painopisteesi",
|
|
47
51
|
"cancel": "Peruuta",
|
|
@@ -59,7 +63,7 @@
|
|
|
59
63
|
"empty_search_result_title": "Ei tuloksia haulle {{searchValue}}",
|
|
60
64
|
"empty_search_result_description": "Kokeile muuttaa hakuasi niin, että löydät etsimäsi.",
|
|
61
65
|
"empty_search_result_clear_search": "Tyhjennä haku",
|
|
62
|
-
"in_progress": "
|
|
66
|
+
"in_progress": "Kesken",
|
|
63
67
|
"keep_subscription": "Jatka tilaustani",
|
|
64
68
|
"learning_priorities": "Oppimisen prioriteetit",
|
|
65
69
|
"learning_priorities_description": "Yrityksesi määrittelemät tärkeimmät oppimisprioriteettisi",
|
|
@@ -68,7 +72,7 @@
|
|
|
68
72
|
"media_stars_to_win": "Voita {{count}} ylimääräinen tähti tässä kappaleessa, kun katsot oppitunnin ensimmäisen kerran!",
|
|
69
73
|
"modules": "Moduulit",
|
|
70
74
|
"modules_completed": "moduulit valmiina",
|
|
71
|
-
"modules_completed_mandatory": "
|
|
75
|
+
"modules_completed_mandatory": "pakollista moduulia suoritettu",
|
|
72
76
|
"More": "Enemmän",
|
|
73
77
|
"More details": "Lisää tietoja",
|
|
74
78
|
"New media": "Uusi oppitunti",
|
package/locales/fr/global.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"all": "Toutes",
|
|
3
3
|
"all_courses": "Tous les cours",
|
|
4
|
-
"all_content": "
|
|
4
|
+
"all_content": "Tous les contenus",
|
|
5
5
|
"alphabetical": "Alphabétique",
|
|
6
6
|
"add_learning_priority": "Ajouter une priorité d'apprentissage",
|
|
7
7
|
"accepted_cards": "Carte de crédit ou de débit",
|
|
@@ -11,14 +11,15 @@
|
|
|
11
11
|
"At the end of this level, you will be able to_": "À l'issue de ce cours, vous serez capable de :",
|
|
12
12
|
"author": "auteur",
|
|
13
13
|
"associated_skills": "Compétences associées",
|
|
14
|
+
"back": "Retour",
|
|
14
15
|
"Back to Dashboard Home": "Retour à l’accueil du tableau de bord",
|
|
15
16
|
"back_to_catalog": "Retour aux cours",
|
|
16
17
|
"badge": "Badge",
|
|
17
18
|
"bonus_stars": "Étoiles bonus",
|
|
18
|
-
"certificates": "
|
|
19
|
-
"certificate(s)": "
|
|
20
|
-
"certificates_subtitle": "
|
|
21
|
-
"certification_module": "module
|
|
19
|
+
"certificates": "Certificats",
|
|
20
|
+
"certificate(s)": "certificat(s)",
|
|
21
|
+
"certificates_subtitle": "Démontrez vos connaissances et vos compétences, ce qui vous aidera à vous démarquer dans votre carrière et à franchir des étapes gratifiantes au fil de votre parcours.",
|
|
22
|
+
"certification_module": "module à suivre",
|
|
22
23
|
"cart_title": "Abonnement Coorpacademy ",
|
|
23
24
|
"challenges you on": "vous défie sur",
|
|
24
25
|
"download": "Télécharger",
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
"items": "articles",
|
|
27
28
|
"certificate": "Certificat",
|
|
28
29
|
"certification": "Certification",
|
|
29
|
-
"certification_progress_wrapper_subtitle": "
|
|
30
|
+
"certification_progress_wrapper_subtitle": "Pour débloquer vos récompenses et obtenir cette certification, atteignez l'objectif suivant",
|
|
30
31
|
"chapters": "chapitres",
|
|
31
32
|
"Close": "Fermer",
|
|
32
33
|
"clue_stars_to_loose_plural": "En regardant l'indice, cette question vous rapportera {{count}} étoiles en moins (si vous y répondez correctement)",
|
|
@@ -42,6 +43,9 @@
|
|
|
42
43
|
"continue_learning": "Continuer à apprendre",
|
|
43
44
|
"learning_priority_modal_title": "Nouvelle priorité d’apprentissage",
|
|
44
45
|
"learning_priority_modal_description": "Créez une priorité d’apprentissage en sélectionnant une compétence, une liste de lecture ou une certification.",
|
|
46
|
+
"locked": "Verrouillé",
|
|
47
|
+
"icon_picker_title": "Change icon",
|
|
48
|
+
"icon_picker_description": "Select a new icon for your skill",
|
|
45
49
|
"skills_change_focus": "Changer ses compétences ciblées",
|
|
46
50
|
"skills_choose_focus": "Choisissez votre objectif",
|
|
47
51
|
"cancel": "Annuler",
|
|
@@ -59,7 +63,7 @@
|
|
|
59
63
|
"empty_search_result_title": "Aucun résultat pour « {{searchValue}} »",
|
|
60
64
|
"empty_search_result_description": "Essayez d'ajuster votre recherche pour trouver ce que vous cherchez.",
|
|
61
65
|
"empty_search_result_clear_search": "Effacer la recherche",
|
|
62
|
-
"in_progress": "
|
|
66
|
+
"in_progress": "En cours",
|
|
63
67
|
"keep_subscription": "Garder mon abonnement",
|
|
64
68
|
"learning_priorities": "Priorités d'apprentissage",
|
|
65
69
|
"learning_priorities_description": "Vos principales priorités d'apprentissage définies par votre entreprise",
|
|
@@ -68,7 +72,7 @@
|
|
|
68
72
|
"media_stars_to_win": "Gagnez {{count}} étoile supplémentaire par chapitre en consultant la leçon !",
|
|
69
73
|
"modules": "Modules",
|
|
70
74
|
"modules_completed": "modules complétés",
|
|
71
|
-
"modules_completed_mandatory": "
|
|
75
|
+
"modules_completed_mandatory": "modules obligatoires suivis",
|
|
72
76
|
"More": "Plus",
|
|
73
77
|
"More details": "Plus de détails",
|
|
74
78
|
"New media": "Nouvelle leçon",
|
package/locales/hr/global.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"all": "Sve",
|
|
3
3
|
"all_courses": "Svi tečajevi",
|
|
4
|
-
"all_content": "
|
|
4
|
+
"all_content": "Sav sadržaj",
|
|
5
5
|
"alphabetical": "Abecedno",
|
|
6
6
|
"add_learning_priority": "Dodajte prioritet učenja",
|
|
7
7
|
"accepted_cards": "Kreditna ili debitna kartica",
|
|
@@ -11,14 +11,15 @@
|
|
|
11
11
|
"At the end of this level, you will be able to_": "Na kraju ove razine moći ćete:",
|
|
12
12
|
"author": "autor",
|
|
13
13
|
"associated_skills": "Pridružene vještine",
|
|
14
|
+
"back": "Natrag",
|
|
14
15
|
"Back to Dashboard Home": "Povratak na početnu stranicu nadzorne ploče",
|
|
15
16
|
"back_to_catalog": "Povratak na tečajeve",
|
|
16
17
|
"badge": "Značka",
|
|
17
18
|
"bonus_stars": "Bonus zvijezde",
|
|
18
|
-
"certificates": "
|
|
19
|
-
"certificate(s)": "
|
|
20
|
-
"certificates_subtitle": "
|
|
21
|
-
"certification_module": "
|
|
19
|
+
"certificates": "Certifikati",
|
|
20
|
+
"certificate(s)": "certifikat(i)",
|
|
21
|
+
"certificates_subtitle": "Pokažite svoje znanje i vještine, pomažući vam da se istaknete u karijeri i postignete vrijedne prekretnice na tom putu.",
|
|
22
|
+
"certification_module": "modul za završiti",
|
|
22
23
|
"cart_title": "Pretplata na Coorpacademy",
|
|
23
24
|
"challenges you on": "izaziva vas na",
|
|
24
25
|
"download": "preuzimanje",
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
"items": "stavke",
|
|
27
28
|
"certificate": "Potvrda",
|
|
28
29
|
"certification": "Certifikacija",
|
|
29
|
-
"certification_progress_wrapper_subtitle": "
|
|
30
|
+
"certification_progress_wrapper_subtitle": "Da biste otključali svoje nagrade i završili ovu certifikaciju, postignite sljedeći cilj",
|
|
30
31
|
"chapters": "poglavlja",
|
|
31
32
|
"Close": "Zatvorite",
|
|
32
33
|
"clue_stars_to_loose_plural": "Otključavanje pomoći smanjuje broj zvjezdica koje možete dobiti za ovo pitanje na {{count}} (ako točno odgovorite)",
|
|
@@ -42,6 +43,9 @@
|
|
|
42
43
|
"continue_learning": "Nastavite učiti",
|
|
43
44
|
"learning_priority_modal_title": "Novi prioritet učenja",
|
|
44
45
|
"learning_priority_modal_description": "Stvorite prioritet učenja odabirom jedne vještine, popisa za reprodukciju ili certifikata.",
|
|
46
|
+
"locked": "Zaključano",
|
|
47
|
+
"icon_picker_title": "Change icon",
|
|
48
|
+
"icon_picker_description": "Select a new icon for your skill",
|
|
45
49
|
"skills_change_focus": "Promijeni fokus vještina",
|
|
46
50
|
"skills_choose_focus": "Odaberi svoj fokus",
|
|
47
51
|
"cancel": "Odustani",
|
|
@@ -59,7 +63,7 @@
|
|
|
59
63
|
"empty_search_result_title": "Nema rezultata za ”{{searchValue}}”",
|
|
60
64
|
"empty_search_result_description": "Pokušajte prilagoditi pretragu kako bi pronašli ono što tražite.",
|
|
61
65
|
"empty_search_result_clear_search": "Očisti pretragu",
|
|
62
|
-
"in_progress": "
|
|
66
|
+
"in_progress": "U tijeku",
|
|
63
67
|
"keep_subscription": "Zadrži moju pretplatu",
|
|
64
68
|
"learning_priorities": "Prioriteti učenja",
|
|
65
69
|
"learning_priorities_description": "Vaše glavne prioritete u učenju definira vaša tvrtka",
|
|
@@ -68,7 +72,7 @@
|
|
|
68
72
|
"media_stars_to_win": "Osvojite {{count}} dodatnu zvjezdicu u ovom poglavlju kada prvi put pogledate lekciju!",
|
|
69
73
|
"modules": "Moduli",
|
|
70
74
|
"modules_completed": "završeni moduli",
|
|
71
|
-
"modules_completed_mandatory": "
|
|
75
|
+
"modules_completed_mandatory": "obavezni moduli dovršeni",
|
|
72
76
|
"More": "Više",
|
|
73
77
|
"More details": "Više detalja",
|
|
74
78
|
"New media": "Nova lekcija",
|
package/locales/hu/global.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"all": "Mind",
|
|
3
3
|
"all_courses": "Minden tanfolyam",
|
|
4
|
-
"all_content": "
|
|
4
|
+
"all_content": "Összes tartalom",
|
|
5
5
|
"alphabetical": "Betűrendes",
|
|
6
6
|
"add_learning_priority": "Tanulási prioritás hozzáadása",
|
|
7
7
|
"accepted_cards": "Hitel- vagy debitkártya",
|
|
@@ -11,14 +11,15 @@
|
|
|
11
11
|
"At the end of this level, you will be able to_": "Ennek a szintnek a végén Ön képes lesz:",
|
|
12
12
|
"author": "szerző",
|
|
13
13
|
"associated_skills": "Kapcsolódó készségek",
|
|
14
|
+
"back": "Vissza",
|
|
14
15
|
"Back to Dashboard Home": "Vissza az irányítópult főoldalára",
|
|
15
16
|
"back_to_catalog": "Vissza a képzésekhez",
|
|
16
17
|
"badge": "Jelvény",
|
|
17
18
|
"bonus_stars": "Bónusz sztárok",
|
|
18
|
-
"certificates": "
|
|
19
|
-
"certificate(s)": "
|
|
20
|
-
"certificates_subtitle": "
|
|
21
|
-
"certification_module": "
|
|
19
|
+
"certificates": "Minősítések",
|
|
20
|
+
"certificate(s)": "minősítés(ek)",
|
|
21
|
+
"certificates_subtitle": "Bizonyítsa be tudását és készségeit, ezzel segítve Önt abban, hogy kiemelkedjen karrierje során, és útja során jutalmazó mérföldköveket érjen el.",
|
|
22
|
+
"certification_module": "befejezendő modul",
|
|
22
23
|
"cart_title": "Coorpacademy előfizetés",
|
|
23
24
|
"challenges you on": "kihívja Önt erre:",
|
|
24
25
|
"download": "Letöltés",
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
"items": "tételeket",
|
|
27
28
|
"certificate": "Bizonyítvány",
|
|
28
29
|
"certification": "Tanúsítvány",
|
|
29
|
-
"certification_progress_wrapper_subtitle": "
|
|
30
|
+
"certification_progress_wrapper_subtitle": "A jutalmak feloldásához és a tanúsítás befejezéséhez a következő célt kell elérned",
|
|
30
31
|
"chapters": "fejezetek",
|
|
31
32
|
"Close": "Bezár",
|
|
32
33
|
"clue_stars_to_loose_plural": "A tipp feloldása {{count}} csillaggal csökkentheti a nyereményét ennél a kérdésnél (ha jól válaszol)",
|
|
@@ -42,6 +43,9 @@
|
|
|
42
43
|
"continue_learning": "Folytassa a tanulást",
|
|
43
44
|
"learning_priority_modal_title": "Új tanulási prioritás",
|
|
44
45
|
"learning_priority_modal_description": "Hozzon létre tanulási prioritást egy készség, lejátszási lista vagy minősítés kiválasztásával.",
|
|
46
|
+
"locked": "Lezárt",
|
|
47
|
+
"icon_picker_title": "Change icon",
|
|
48
|
+
"icon_picker_description": "Select a new icon for your skill",
|
|
45
49
|
"skills_change_focus": "Képesség célzásának változtatása",
|
|
46
50
|
"skills_choose_focus": "Válaszd ki a célodat",
|
|
47
51
|
"cancel": "Mégse",
|
|
@@ -59,7 +63,7 @@
|
|
|
59
63
|
"empty_search_result_title": "Nincs találat ”{{searchValue}}” keresésre",
|
|
60
64
|
"empty_search_result_description": "Próbáld módosítani a kifejezést, hogy megtaláld, amit keresel.",
|
|
61
65
|
"empty_search_result_clear_search": "Keresés törlése",
|
|
62
|
-
"in_progress": "
|
|
66
|
+
"in_progress": "Folyamatban",
|
|
63
67
|
"keep_subscription": "Előfizetésem fenntartása",
|
|
64
68
|
"learning_priorities": "Tanulási prioritások",
|
|
65
69
|
"learning_priorities_description": "Az Ön vállalata által meghatározott legfontosabb tanulási prioritások",
|
|
@@ -68,7 +72,7 @@
|
|
|
68
72
|
"media_stars_to_win": "Nyerjen további {{count}} csillagot ebben a fejezetben egy lecke először történő megtekintésekor!",
|
|
69
73
|
"modules": "Modulok",
|
|
70
74
|
"modules_completed": "modulok elkészültek",
|
|
71
|
-
"modules_completed_mandatory": "
|
|
75
|
+
"modules_completed_mandatory": "kötelezően elvégzett modulok",
|
|
72
76
|
"More": "Több",
|
|
73
77
|
"More details": "További részletek",
|
|
74
78
|
"New media": "Új lecke",
|
package/locales/hy/global.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"all": "Բոլորը",
|
|
3
3
|
"all_courses": "Բոլոր դասընթացները",
|
|
4
|
-
"all_content": "
|
|
4
|
+
"all_content": "Ամբողջ բովանդակությունը",
|
|
5
5
|
"alphabetical": "Այբբենական կարգով",
|
|
6
6
|
"add_learning_priority": "Ավելացրեք ուսուցման առաջնահերթությունը",
|
|
7
7
|
"accepted_cards": "Վարկային կամ դեբետային քարտ",
|
|
@@ -11,14 +11,15 @@
|
|
|
11
11
|
"At the end of this level, you will be able to_": "Այս մակարդակն ավարտելուց հետո դուք կկարողանաք.",
|
|
12
12
|
"author": "հեղինակ",
|
|
13
13
|
"associated_skills": "Կապակցված հմտություններ",
|
|
14
|
+
"back": "Ետ",
|
|
14
15
|
"Back to Dashboard Home": "Վերադառնալ դեշբորդի գլխավոր էջ",
|
|
15
16
|
"back_to_catalog": "Վերադառնալ դասընթացներին",
|
|
16
17
|
"badge": "Կրծքանշան",
|
|
17
18
|
"bonus_stars": "Բոնուս աստղեր",
|
|
18
|
-
"certificates": "
|
|
19
|
-
"certificate(s)": "
|
|
20
|
-
"certificates_subtitle": "
|
|
21
|
-
"certification_module": "
|
|
19
|
+
"certificates": "Վկայականներ",
|
|
20
|
+
"certificate(s)": "վկայական(ներ) ",
|
|
21
|
+
"certificates_subtitle": "Ցուցադրեք ձեր գիտելիքներն ու հմտությունները՝ օգնելով ձեզ առանձնանալ ձեր կարիերայում և հասնել պարգևատրելի կարևոր իրադարձությունների ճանապարհին",
|
|
22
|
+
"certification_module": "մոդուլը ավարտելու համար",
|
|
22
23
|
"cart_title": "Coorpacademy բաժանորդագրություն",
|
|
23
24
|
"challenges you on": "մարտահրավեր է նետում ձեզ",
|
|
24
25
|
"download": "Բեռնել",
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
"items": "իրեր",
|
|
27
28
|
"certificate": "Վկայական",
|
|
28
29
|
"certification": "Հավաստագրում",
|
|
29
|
-
"certification_progress_wrapper_subtitle": "
|
|
30
|
+
"certification_progress_wrapper_subtitle": "Ձեր պարգևները բացելու և այս հավաստագրումն ավարտելու համար հասեք հետևյալ նպատակին",
|
|
30
31
|
"chapters": "բաժիններ",
|
|
31
32
|
"Close": "Փակել",
|
|
32
33
|
"clue_stars_to_loose_plural": "Հուշման բացումը նվազեցնում է աստղերը, որոնք դուք կարող եք ձեռք բերել այս հարցում {{count}}-ով (եթե ճիշտ եք պատասխանում)",
|
|
@@ -42,6 +43,9 @@
|
|
|
42
43
|
"continue_learning": "Շարունակեք սովորել",
|
|
43
44
|
"learning_priority_modal_title": "Նոր ուսուցման առաջնահերթություն",
|
|
44
45
|
"learning_priority_modal_description": "Ստեղծեք ուսուցման առաջնահերթություն՝ ընտրելով կամ մեկ հմտություն, երգացանկ կամ հավաստագրում:",
|
|
46
|
+
"locked": "Կողպված է",
|
|
47
|
+
"icon_picker_title": "Change icon",
|
|
48
|
+
"icon_picker_description": "Select a new icon for your skill",
|
|
45
49
|
"skills_change_focus": "Փոխեք հմտությունների կենտրոնացումը",
|
|
46
50
|
"skills_choose_focus": "Ընտրեք ձեր ուշադրությունը",
|
|
47
51
|
"cancel": "Չեղարկել",
|
|
@@ -59,7 +63,7 @@
|
|
|
59
63
|
"empty_search_result_title": "« {{searchValue}} » համար արդյունքներ չկան",
|
|
60
64
|
"empty_search_result_description": "Փորձեք կարգավորել ձեր որոնումը` գտնելու այն, ինչ փնտրում եք:",
|
|
61
65
|
"empty_search_result_clear_search": "Մաքրել որոնումը",
|
|
62
|
-
"in_progress": "
|
|
66
|
+
"in_progress": "Ընթացքի մեջ է",
|
|
63
67
|
"keep_subscription": "Պահպանել իմ բաժանորդագրությունը",
|
|
64
68
|
"learning_priorities": "Ուսուցման առաջնահերթություններ",
|
|
65
69
|
"learning_priorities_description": "Ձեր ընկերության կողմից սահմանված ուսումնական առաջնահերթությունները",
|
|
@@ -68,7 +72,7 @@
|
|
|
68
72
|
"media_stars_to_win": "Հաղթեք {{count}} լրացուցիչ աստղ այս բաժնում, երբ առաջին անգամ դիտեք դասը:",
|
|
69
73
|
"modules": "Մոդուլներ",
|
|
70
74
|
"modules_completed": "մոդուլները ավարտված են",
|
|
71
|
-
"modules_completed_mandatory": "
|
|
75
|
+
"modules_completed_mandatory": "լրացված պարտադիր մոդուլներ",
|
|
72
76
|
"More": "Ավելին",
|
|
73
77
|
"More details": "Ավելի մանրամասն",
|
|
74
78
|
"New media": "Նոր դաս",
|