@coorpacademy/components 11.32.21 → 11.32.22
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/radio-with-title/index.d.ts +3 -0
- package/es/atom/radio-with-title/index.d.ts.map +1 -1
- package/es/atom/radio-with-title/types.d.ts +3 -0
- package/es/atom/radio-with-title/types.d.ts.map +1 -1
- package/es/atom/tag/index.d.ts +5 -1
- package/es/atom/tag/index.d.ts.map +1 -1
- package/es/atom/tag/index.js +6 -3
- package/es/atom/tag/index.js.map +1 -1
- package/es/atom/title/index.d.ts +3 -0
- package/es/molecule/cm-popin/types.d.ts +7 -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/draggable-list/index.d.ts.map +1 -1
- package/es/molecule/draggable-list/index.js +4 -2
- package/es/molecule/draggable-list/index.js.map +1 -1
- package/es/molecule/learning-priority-modal/index.d.ts +30 -0
- package/es/molecule/learning-priority-modal/index.d.ts.map +1 -0
- package/es/molecule/learning-priority-modal/index.js +242 -0
- package/es/molecule/learning-priority-modal/index.js.map +1 -0
- package/es/molecule/learning-priority-modal/style.css +70 -0
- package/es/molecule/learning-priority-setup-item/index.d.ts +18 -0
- package/es/molecule/learning-priority-setup-item/index.d.ts.map +1 -0
- package/es/molecule/learning-priority-setup-item/index.js +83 -0
- package/es/molecule/learning-priority-setup-item/index.js.map +1 -0
- package/es/molecule/learning-priority-setup-item/style.css +47 -0
- package/es/molecule/title-and-checkbox-wrapper/index.d.ts +3 -0
- package/es/molecule/title-radio-wrapper/index.d.ts +3 -0
- package/es/molecule/title-radio-wrapper/index.d.ts.map +1 -1
- package/es/molecule/title-radio-wrapper/types.d.ts +3 -0
- package/es/molecule/title-radio-wrapper/types.d.ts.map +1 -1
- package/es/organism/brand-learning-priorities/index.d.ts +167 -0
- package/es/organism/brand-learning-priorities/index.d.ts.map +1 -0
- package/es/organism/brand-learning-priorities/index.js +128 -0
- package/es/organism/brand-learning-priorities/index.js.map +1 -0
- package/es/organism/brand-learning-priorities/style.css +40 -0
- package/es/organism/list-item/index.d.ts +34 -2
- package/es/organism/list-item/index.d.ts.map +1 -1
- package/es/organism/list-item/index.js +58 -14
- package/es/organism/list-item/index.js.map +1 -1
- package/es/organism/list-item/style.css +25 -1
- package/es/organism/list-items/index.d.ts +4 -0
- package/es/organism/rewards-form/index.d.ts +3 -0
- package/es/organism/select-opponents/index.d.ts +3 -0
- package/es/organism/select-opponents/index.d.ts.map +1 -1
- package/es/organism/select-opponents/types.d.ts +3 -0
- package/es/organism/select-opponents/types.d.ts.map +1 -1
- package/es/organism/title-and-input/index.d.ts +6 -0
- package/es/organism/title-and-input/index.d.ts.map +1 -1
- package/es/organism/title-and-input/types.d.ts +6 -0
- package/es/organism/title-and-input/types.d.ts.map +1 -1
- package/es/organism/wizard-contents/index.d.ts +3 -0
- package/es/template/app-player/loading/index.d.ts +7 -0
- package/es/template/app-player/player/index.d.ts +14 -0
- package/es/template/app-player/player/slides/index.d.ts +7 -0
- package/es/template/app-player/player/slides/index.d.ts.map +1 -1
- package/es/template/app-player/popin-correction/index.d.ts +7 -0
- package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/es/template/app-player/popin-end/index.d.ts +7 -0
- package/es/template/app-review/index.d.ts +7 -0
- package/es/template/app-review/index.d.ts.map +1 -1
- package/es/template/app-review/player/prop-types.d.ts +7 -0
- package/es/template/app-review/player/prop-types.d.ts.map +1 -1
- package/es/template/app-review/prop-types.d.ts +7 -0
- package/es/template/app-review/prop-types.d.ts.map +1 -1
- package/es/template/back-office/brand-update/index.d.ts +149 -0
- package/es/template/back-office/brand-update/index.d.ts.map +1 -1
- package/es/template/back-office/brand-update/index.js +7 -0
- package/es/template/back-office/brand-update/index.js.map +1 -1
- package/es/template/common/dashboard/index.d.ts +14 -0
- package/es/template/common/search-page/index.d.ts +7 -0
- package/es/template/external-course/index.d.ts +7 -0
- package/lib/atom/radio-with-title/index.d.ts +3 -0
- package/lib/atom/radio-with-title/index.d.ts.map +1 -1
- package/lib/atom/radio-with-title/types.d.ts +3 -0
- package/lib/atom/radio-with-title/types.d.ts.map +1 -1
- package/lib/atom/tag/index.d.ts +5 -1
- package/lib/atom/tag/index.d.ts.map +1 -1
- package/lib/atom/tag/index.js +6 -3
- package/lib/atom/tag/index.js.map +1 -1
- package/lib/atom/title/index.d.ts +3 -0
- package/lib/molecule/cm-popin/types.d.ts +7 -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/draggable-list/index.d.ts.map +1 -1
- package/lib/molecule/draggable-list/index.js +5 -2
- package/lib/molecule/draggable-list/index.js.map +1 -1
- package/lib/molecule/learning-priority-modal/index.d.ts +30 -0
- package/lib/molecule/learning-priority-modal/index.d.ts.map +1 -0
- package/lib/molecule/learning-priority-modal/index.js +265 -0
- package/lib/molecule/learning-priority-modal/index.js.map +1 -0
- package/lib/molecule/learning-priority-modal/style.css +70 -0
- package/lib/molecule/learning-priority-setup-item/index.d.ts +18 -0
- package/lib/molecule/learning-priority-setup-item/index.d.ts.map +1 -0
- package/lib/molecule/learning-priority-setup-item/index.js +100 -0
- package/lib/molecule/learning-priority-setup-item/index.js.map +1 -0
- package/lib/molecule/learning-priority-setup-item/style.css +47 -0
- package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +3 -0
- package/lib/molecule/title-radio-wrapper/index.d.ts +3 -0
- package/lib/molecule/title-radio-wrapper/index.d.ts.map +1 -1
- package/lib/molecule/title-radio-wrapper/types.d.ts +3 -0
- package/lib/molecule/title-radio-wrapper/types.d.ts.map +1 -1
- package/lib/organism/brand-learning-priorities/index.d.ts +167 -0
- package/lib/organism/brand-learning-priorities/index.d.ts.map +1 -0
- package/lib/organism/brand-learning-priorities/index.js +147 -0
- package/lib/organism/brand-learning-priorities/index.js.map +1 -0
- package/lib/organism/brand-learning-priorities/style.css +40 -0
- package/lib/organism/list-item/index.d.ts +34 -2
- package/lib/organism/list-item/index.d.ts.map +1 -1
- package/lib/organism/list-item/index.js +62 -16
- package/lib/organism/list-item/index.js.map +1 -1
- package/lib/organism/list-item/style.css +25 -1
- package/lib/organism/list-items/index.d.ts +4 -0
- package/lib/organism/rewards-form/index.d.ts +3 -0
- package/lib/organism/select-opponents/index.d.ts +3 -0
- package/lib/organism/select-opponents/index.d.ts.map +1 -1
- package/lib/organism/select-opponents/types.d.ts +3 -0
- package/lib/organism/select-opponents/types.d.ts.map +1 -1
- package/lib/organism/title-and-input/index.d.ts +6 -0
- package/lib/organism/title-and-input/index.d.ts.map +1 -1
- package/lib/organism/title-and-input/types.d.ts +6 -0
- package/lib/organism/title-and-input/types.d.ts.map +1 -1
- package/lib/organism/wizard-contents/index.d.ts +3 -0
- package/lib/template/app-player/loading/index.d.ts +7 -0
- package/lib/template/app-player/player/index.d.ts +14 -0
- package/lib/template/app-player/player/slides/index.d.ts +7 -0
- package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-correction/index.d.ts +7 -0
- package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-end/index.d.ts +7 -0
- package/lib/template/app-review/index.d.ts +7 -0
- package/lib/template/app-review/index.d.ts.map +1 -1
- package/lib/template/app-review/player/prop-types.d.ts +7 -0
- package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
- package/lib/template/app-review/prop-types.d.ts +7 -0
- package/lib/template/app-review/prop-types.d.ts.map +1 -1
- package/lib/template/back-office/brand-update/index.d.ts +149 -0
- package/lib/template/back-office/brand-update/index.d.ts.map +1 -1
- package/lib/template/back-office/brand-update/index.js +8 -0
- package/lib/template/back-office/brand-update/index.js.map +1 -1
- package/lib/template/common/dashboard/index.d.ts +14 -0
- package/lib/template/common/search-page/index.d.ts +7 -0
- package/lib/template/external-course/index.d.ts +7 -0
- package/locales/bs/global.json +13 -1
- package/locales/cs/global.json +13 -1
- package/locales/de/global.json +13 -1
- package/locales/en/global.json +12 -0
- package/locales/es/global.json +13 -1
- package/locales/et/global.json +13 -1
- package/locales/fi/global.json +13 -1
- package/locales/fr/global.json +13 -1
- package/locales/hr/global.json +13 -1
- package/locales/hu/global.json +13 -1
- package/locales/hy/global.json +13 -1
- package/locales/it/global.json +13 -1
- package/locales/ja/global.json +13 -1
- package/locales/ko/global.json +13 -1
- package/locales/nl/global.json +13 -1
- package/locales/pl/global.json +13 -1
- package/locales/pt/global.json +13 -1
- package/locales/ro/global.json +13 -1
- package/locales/ru/global.json +13 -1
- package/locales/sk/global.json +13 -1
- package/locales/sl/global.json +13 -1
- package/locales/sv/global.json +13 -1
- package/locales/tl/global.json +13 -1
- package/locales/tr/global.json +13 -1
- package/locales/uk/global.json +13 -1
- package/locales/vi/global.json +13 -1
- package/locales/zh/global.json +13 -1
- package/locales/zh_TW/global.json +13 -1
- package/package.json +2 -2
package/locales/de/global.json
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"all": "Alle",
|
|
3
3
|
"all_courses": "Alle Kurse",
|
|
4
|
+
"add_learning_priority": "Lernpriorität hinzufügen",
|
|
4
5
|
"accepted_cards": "Kredit- oder Debitkarte",
|
|
6
|
+
"add": "Hinzufügen",
|
|
5
7
|
"An Error Occurred": "Ein Fehler ist aufgetreten",
|
|
6
8
|
"Answer": "Antwort",
|
|
7
9
|
"At the end of this level, you will be able to_": "Am Ende dieses Levels können Sie:",
|
|
@@ -12,11 +14,13 @@
|
|
|
12
14
|
"cart_title": "Coorpacademy Abo",
|
|
13
15
|
"challenges you on": "Herausforderungen für Sie",
|
|
14
16
|
"is challenging you": "{{username}} fordert Sie heraus {{courseName}}",
|
|
17
|
+
"items": "Artikel",
|
|
18
|
+
"certificate": "Zertifikat",
|
|
15
19
|
"chapters": "Kapitel",
|
|
16
20
|
"Close": "Schliessen",
|
|
17
21
|
"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)",
|
|
18
22
|
"clue_stars_to_loose": "Wenn Sie den Hinweis benutzen, reduziert sich die Anzahl Sterne, die Sie bei dieser Frage gewinnen können um {{count}} (wenn Sie richtig antworten)",
|
|
19
|
-
"completed": "
|
|
23
|
+
"completed": "Vollendet",
|
|
20
24
|
"confirm_unsubscribe": "Möchten Sie sich wirklich abmelden?",
|
|
21
25
|
"cookies_details": "Diese Webseite verwendet Cookies, um Ihnen die bestmögliche Lernerfahrung zu bieten. Um mehr über die von uns verwendeten Cookies und wie wir Ihre Daten nutzen, zu erfahren, lesen Sie bitte unsere",
|
|
22
26
|
"cookies_policy": "Richtlinie zu Datenschutz und Cookies",
|
|
@@ -25,6 +29,8 @@
|
|
|
25
29
|
"courses": "Kurse",
|
|
26
30
|
"courses_completed": "Kurse abgeschlossen",
|
|
27
31
|
"continue_learning": "Weiter lernen",
|
|
32
|
+
"learning_priority_modal_title": "Neue Lernpriorität",
|
|
33
|
+
"learning_priority_modal_description": "Erstellen Sie eine Lernpriorität, indem Sie entweder eine Fähigkeit, eine Wiedergabeliste oder eine Zertifizierung auswählen.",
|
|
28
34
|
"skills_change_focus": "Fähigkeitsfokus ändern",
|
|
29
35
|
"skills_choose_focus": "Wählen Sie Ihren Fokus",
|
|
30
36
|
"cancel": "Abbrechen",
|
|
@@ -42,6 +48,9 @@
|
|
|
42
48
|
"empty_search_result_description": "Versuchen Sie, Ihre Suche anzupassen, um das zu finden, wonach Sie suchen.",
|
|
43
49
|
"empty_search_result_clear_search": "Suche löschen",
|
|
44
50
|
"keep_subscription": "Mein Abonnement behalten",
|
|
51
|
+
"learning_priorities": "Lernschwerpunkte",
|
|
52
|
+
"learning_priorities_description": "Ihre wichtigsten Lernprioritäten, definiert durch Ihr Unternehmen",
|
|
53
|
+
"learning_priorities_brand_description": "Definieren Sie Lernprioritäten für Ihr Unternehmen mit Fähigkeiten, Playlists oder Zertifizierungen. Diese werden auf der Seite „Mein Lernen“ angezeigt.",
|
|
45
54
|
"media_stars_to_win_plural": "Gewinnen Sie {{count}} zusätzliche Sterne in diesem Kapitel, wenn Sie die Lektion das erste Mal ansehen!",
|
|
46
55
|
"media_stars_to_win": "Gewinnen Sie {{count}} zusätzliche Sterne in diesem Kapitel, wenn Sie die Lektion das erste Mal ansehen!",
|
|
47
56
|
"More": "Mehr",
|
|
@@ -62,13 +71,16 @@
|
|
|
62
71
|
"product_desc_culture": "Digitale Kultur: alle Levels abgeschlossen",
|
|
63
72
|
"product_desc_forum": "Forum",
|
|
64
73
|
"product_desc_partnership": "Alle Kurse unserer Partner",
|
|
74
|
+
"playlist": "Wiedergabeliste",
|
|
65
75
|
"your_progress": "Dein Fortschritt",
|
|
66
76
|
"Put back": "Zurücksetzen",
|
|
67
77
|
"Reject": "Verwerfen",
|
|
68
78
|
"Reload": "Neu laden",
|
|
69
79
|
"Review": "Überprüfen",
|
|
70
80
|
"Review lesson": "Zurück zur Lektion",
|
|
81
|
+
"skill": "Fähigkeit",
|
|
71
82
|
"search_place_holder": "Suchen",
|
|
83
|
+
"search_priority_place_holder": "Suchen Sie nach einer Fähigkeit, einer Playlist, einer Zertifizierung …",
|
|
72
84
|
"secured_payment": "Sicherer Server",
|
|
73
85
|
"start_learning": "Beginne zu lernen",
|
|
74
86
|
"sort_by": "Sortiere nach:",
|
package/locales/en/global.json
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"all": "All",
|
|
3
3
|
"all_courses": "All courses",
|
|
4
|
+
"add_learning_priority": "Add learning priority",
|
|
4
5
|
"accepted_cards": "Credit or debit card",
|
|
6
|
+
"add": "Add",
|
|
5
7
|
"An Error Occurred": "An Error Occurred",
|
|
6
8
|
"Answer": "Answer",
|
|
7
9
|
"At the end of this level, you will be able to_": "At the end of this level, you will be able to:",
|
|
@@ -12,6 +14,8 @@
|
|
|
12
14
|
"cart_title": "Coorpacademy Subscription",
|
|
13
15
|
"challenges you on": "challenges you on",
|
|
14
16
|
"is challenging you": "{{username}} is challenging you {{courseName}}",
|
|
17
|
+
"items": "items",
|
|
18
|
+
"certificate": "Certificate",
|
|
15
19
|
"chapters": "chapters",
|
|
16
20
|
"Close": "Close",
|
|
17
21
|
"clue_stars_to_loose_plural": "Unlocking the clue reduces the stars you can gain on this question by {{count}} (if you get it right)",
|
|
@@ -25,6 +29,8 @@
|
|
|
25
29
|
"courses": "Courses",
|
|
26
30
|
"courses_completed": "Courses completed",
|
|
27
31
|
"continue_learning": "Continue learning",
|
|
32
|
+
"learning_priority_modal_title": "New learning priority",
|
|
33
|
+
"learning_priority_modal_description": "Create a learning priority by selecting either one skill, playlist or certification.",
|
|
28
34
|
"skills_change_focus": "Change skill focus",
|
|
29
35
|
"skills_choose_focus": "Choose your focus",
|
|
30
36
|
"cancel": "Cancel",
|
|
@@ -42,6 +48,9 @@
|
|
|
42
48
|
"empty_search_result_description": "Try adjusting your search to find what you are looking for.",
|
|
43
49
|
"empty_search_result_clear_search": "Clear search",
|
|
44
50
|
"keep_subscription": "Keep my subscription",
|
|
51
|
+
"learning_priorities": "Learning priorities",
|
|
52
|
+
"learning_priorities_description": "Your top learning priorities defined by your company",
|
|
53
|
+
"learning_priorities_brand_description": "Define learning priorities for your company with skills, playlists or certifications. They will appear on the My Learning page.",
|
|
45
54
|
"media_stars_to_win_plural": "Win {{count}} additional stars in this chapter the first time you view a lesson!",
|
|
46
55
|
"media_stars_to_win": "Win {{count}} additional star in this chapter the first time you view a lesson!",
|
|
47
56
|
"More": "More",
|
|
@@ -62,13 +71,16 @@
|
|
|
62
71
|
"product_desc_culture": "Digital culture: All levels completed",
|
|
63
72
|
"product_desc_forum": "Forum",
|
|
64
73
|
"product_desc_partnership": "All training courses of our partners",
|
|
74
|
+
"playlist": "Playlist",
|
|
65
75
|
"your_progress": "Your progress",
|
|
66
76
|
"Put back": "Put back",
|
|
67
77
|
"Reject": "Reject",
|
|
68
78
|
"Reload": "Reload",
|
|
69
79
|
"Review": "Review",
|
|
70
80
|
"Review lesson": "Review lesson",
|
|
81
|
+
"skill": "Skill",
|
|
71
82
|
"search_place_holder": "Search...",
|
|
83
|
+
"search_priority_place_holder": "Search for a skill, playlist, certification...",
|
|
72
84
|
"secured_payment": "Secure server",
|
|
73
85
|
"start_learning": "Start learning",
|
|
74
86
|
"sort_by": "Sort by:",
|
package/locales/es/global.json
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"all": "Todas",
|
|
3
3
|
"all_courses": "Todos los cursos",
|
|
4
|
+
"add_learning_priority": "Añadir prioridad de aprendizaje",
|
|
4
5
|
"accepted_cards": "Tarjeta de débito o crédito",
|
|
6
|
+
"add": "Agregar",
|
|
5
7
|
"An Error Occurred": "Ha ocurrido un error",
|
|
6
8
|
"Answer": "Respuesta",
|
|
7
9
|
"At the end of this level, you will be able to_": "Al final de este nivel, podrás:",
|
|
@@ -12,11 +14,13 @@
|
|
|
12
14
|
"cart_title": "Suscripción a Coorpacademy",
|
|
13
15
|
"challenges you on": "te reta en",
|
|
14
16
|
"is challenging you": "{{username}} te reta a {{courseName}}",
|
|
17
|
+
"items": "elementos",
|
|
18
|
+
"certificate": "Certificado",
|
|
15
19
|
"chapters": "capítulos",
|
|
16
20
|
"Close": "Cerrar",
|
|
17
21
|
"clue_stars_to_loose_plural": "Desbloquear la pista reduce en {{count}} las estrellas que puedes ganar por esta pregunta (si la aciertas)",
|
|
18
22
|
"clue_stars_to_loose": "Desbloquear la pista reduce en {{count}} las estrellas que puedes ganar por esta pregunta (si la aciertas)",
|
|
19
|
-
"completed": "
|
|
23
|
+
"completed": "Terminado",
|
|
20
24
|
"confirm_unsubscribe": "¿Estás seguro de que quieres cancelar la suscripción?",
|
|
21
25
|
"cookies_details": "Esta página web usa cookies para que podamos ofrecerte la mejor experiencia de aprendizaje posible. Para leer más sobre las cookies que utilizamos y sobre cómo utilizamos sus datos, por favor lee nuestra",
|
|
22
26
|
"cookies_policy": "Política de privacidad y cookies",
|
|
@@ -25,6 +29,8 @@
|
|
|
25
29
|
"courses": "Cursos",
|
|
26
30
|
"courses_completed": "Cursos completados",
|
|
27
31
|
"continue_learning": "Continuar aprendiendo",
|
|
32
|
+
"learning_priority_modal_title": "Nueva prioridad de aprendizaje",
|
|
33
|
+
"learning_priority_modal_description": "Crea una prioridad de aprendizaje seleccionando una habilidad, lista de reproducción o certificación.",
|
|
28
34
|
"skills_change_focus": "Cambiar enfoque de habilidades",
|
|
29
35
|
"skills_choose_focus": "Elige el enfoque que te interese",
|
|
30
36
|
"cancel": "Cancelar",
|
|
@@ -42,6 +48,9 @@
|
|
|
42
48
|
"empty_search_result_description": "Intenta modificar tu búsqueda para encontrar lo que buscas.",
|
|
43
49
|
"empty_search_result_clear_search": "Borrar búsqueda",
|
|
44
50
|
"keep_subscription": "Mantener mi suscripción",
|
|
51
|
+
"learning_priorities": "Prioridades de aprendizaje",
|
|
52
|
+
"learning_priorities_description": "Tus principales prioridades de aprendizaje definidas por tu empresa",
|
|
53
|
+
"learning_priorities_brand_description": "Define las prioridades de aprendizaje de tu empresa con habilidades, listas de reproducción o certificaciones. Aparecerán en la página Mi aprendizaje.",
|
|
45
54
|
"media_stars_to_win_plural": "Gana {{count}} estrellas adicionales en este capítulo la primera vez que veas una lección.",
|
|
46
55
|
"media_stars_to_win": "Gana {{count}} estrellas adicionales en este capítulo la primera vez que veas una lección.",
|
|
47
56
|
"More": "Más",
|
|
@@ -62,13 +71,16 @@
|
|
|
62
71
|
"product_desc_culture": "Cultura digital: todos los niveles completados",
|
|
63
72
|
"product_desc_forum": "Foro",
|
|
64
73
|
"product_desc_partnership": "Todos los cursos de entrenamiento de nuestros socios",
|
|
74
|
+
"playlist": "Playlist",
|
|
65
75
|
"your_progress": "Su progreso",
|
|
66
76
|
"Put back": "Vuelve a poner",
|
|
67
77
|
"Reject": "Rechazar",
|
|
68
78
|
"Reload": "Recargar",
|
|
69
79
|
"Review": "Repasar",
|
|
70
80
|
"Review lesson": "Repasar lección",
|
|
81
|
+
"skill": "Habilidad",
|
|
71
82
|
"search_place_holder": "Buscar...",
|
|
83
|
+
"search_priority_place_holder": "Busca una habilidad, lista de reproducción, certificación...",
|
|
72
84
|
"secured_payment": "Servidor seguro",
|
|
73
85
|
"start_learning": "Comienza a aprender",
|
|
74
86
|
"sort_by": "Ordenar por:",
|
package/locales/et/global.json
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"all": "Kõik",
|
|
3
3
|
"all_courses": "Kõik kursused",
|
|
4
|
+
"add_learning_priority": "Lisage õppimise prioriteet",
|
|
4
5
|
"accepted_cards": "Credit or debit card",
|
|
6
|
+
"add": "Lisa",
|
|
5
7
|
"An Error Occurred": "Ilmnes tõrge",
|
|
6
8
|
"Answer": "Vastus",
|
|
7
9
|
"At the end of this level, you will be able to_": "Selle taseme läbimisel oskad:",
|
|
@@ -12,11 +14,13 @@
|
|
|
12
14
|
"cart_title": "Coorpacademy tellimus",
|
|
13
15
|
"challenges you on": "esitas sulle väljakutse",
|
|
14
16
|
"is challenging you": "{{username}} esitab sulle väljakutse {{courseName}}",
|
|
17
|
+
"items": "esemed",
|
|
18
|
+
"certificate": "tunnistus",
|
|
15
19
|
"chapters": "peatükid",
|
|
16
20
|
"Close": "Sulge",
|
|
17
21
|
"clue_stars_to_loose_plural": "Vihje kasutamine vähendab saadavat punktisummat {{count}} võrra (juhul, kui vastad õigesti)",
|
|
18
22
|
"clue_stars_to_loose": "Vihje kasutamine vähendab saadavat punktisummat {{count}} võrra (juhul, kui vastad õigesti)",
|
|
19
|
-
"completed": "
|
|
23
|
+
"completed": "Lõpetatud",
|
|
20
24
|
"confirm_unsubscribe": "Oled kindel, et tahad tellimust tühistada?",
|
|
21
25
|
"cookies_details": "Veebileht kasutab küpsiseid, et saaksime pakkuda teile parimat õppimiskogemust. Et lähemalt tutvuda kasutatavate küpsistega ning kuidas me teie andmaid töötleme, palun lugege",
|
|
22
26
|
"cookies_policy": "Privaatsus- ja küpsistepoliitika.",
|
|
@@ -25,6 +29,8 @@
|
|
|
25
29
|
"courses": "Kursused",
|
|
26
30
|
"courses_completed": "Lõpetatud kursused",
|
|
27
31
|
"continue_learning": "Jätkake õppimist",
|
|
32
|
+
"learning_priority_modal_title": "Uus õppimise prioriteet",
|
|
33
|
+
"learning_priority_modal_description": "Looge õppimise prioriteet, valides kas ühe oskuse, esitusloendi või sertifikaadi.",
|
|
28
34
|
"skills_change_focus": "Muuda oskusfookust",
|
|
29
35
|
"skills_choose_focus": "Vali oma fookus",
|
|
30
36
|
"cancel": "Tühista",
|
|
@@ -42,6 +48,9 @@
|
|
|
42
48
|
"empty_search_result_description": "Proovige oma otsingut kohandada, et leida, mida otsite.",
|
|
43
49
|
"empty_search_result_clear_search": "Tühjenda otsing",
|
|
44
50
|
"keep_subscription": "Hoia mu tellimus alles",
|
|
51
|
+
"learning_priorities": "Õppimise prioriteedid",
|
|
52
|
+
"learning_priorities_description": "Teie ettevõtte määratletud peamised õppimisprioriteedid",
|
|
53
|
+
"learning_priorities_brand_description": "Määrake oma ettevõtte õppimisprioriteedid oskuste, esitusloendite või sertifikaatide abil. Need kuvatakse lehel Minu õppimine.",
|
|
45
54
|
"media_stars_to_win_plural": "Võida selles peatükis õppetunni esmakordsel vaatamisel {{count}} lisatähepunkti!",
|
|
46
55
|
"media_stars_to_win": "Võida selles peatükis õppetunni esmakordsel vaatamisel {{count}} lisatähepunkt!",
|
|
47
56
|
"More": "Lisaks",
|
|
@@ -62,13 +71,16 @@
|
|
|
62
71
|
"product_desc_culture": "Digitaalne kultuur: kõik tasemed on läbitud",
|
|
63
72
|
"product_desc_forum": "Foorum",
|
|
64
73
|
"product_desc_partnership": "All training courses of our partners",
|
|
74
|
+
"playlist": "Esitusloend",
|
|
65
75
|
"your_progress": "Teie edusammud",
|
|
66
76
|
"Put back": "Pane tagasi",
|
|
67
77
|
"Reject": "Keeldu",
|
|
68
78
|
"Reload": "Laadi uuesti",
|
|
69
79
|
"Review": "Ülevaade",
|
|
70
80
|
"Review lesson": "Ülevaatustund",
|
|
81
|
+
"skill": "Oskus",
|
|
71
82
|
"search_place_holder": "Otsi ...",
|
|
83
|
+
"search_priority_place_holder": "Otsige oskust, esitusloendit, sertifikaati...",
|
|
72
84
|
"secured_payment": "Turvaline server",
|
|
73
85
|
"start_learning": "Alusta õppimist",
|
|
74
86
|
"sort_by": "Sorteerima:",
|
package/locales/fi/global.json
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"all": "Kaikki",
|
|
3
3
|
"all_courses": "Kaikki kurssit",
|
|
4
|
+
"add_learning_priority": "Lisää oppimisprioriteetti",
|
|
4
5
|
"accepted_cards": "Luotto- tai pankkikortti",
|
|
6
|
+
"add": "Lisätä",
|
|
5
7
|
"An Error Occurred": "Tapahtui virhe",
|
|
6
8
|
"Answer": "Vastaus",
|
|
7
9
|
"At the end of this level, you will be able to_": "Tämän tason päätteeksi pystyt:",
|
|
@@ -12,11 +14,13 @@
|
|
|
12
14
|
"cart_title": "Coorpacademyn tilaus",
|
|
13
15
|
"challenges you on": "haastaa sinut",
|
|
14
16
|
"is challenging you": "{{username}} haastaa sinut {{courseName}}",
|
|
17
|
+
"items": "kohteita",
|
|
18
|
+
"certificate": "Todistus",
|
|
15
19
|
"chapters": "kappaleet",
|
|
16
20
|
"Close": "Sulje",
|
|
17
21
|
"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)",
|
|
18
22
|
"clue_stars_to_loose": "Jos avaat tämän vihjeen, voitat tästä kysymyksestä {{count}} tähteä vähemmän (jos saat sen oikein)",
|
|
19
|
-
"completed": "
|
|
23
|
+
"completed": "Valmis",
|
|
20
24
|
"confirm_unsubscribe": "Haluatko varmasti peruuttaa tilauksen?",
|
|
21
25
|
"cookies_details": "Tämä verkkosivusto käyttää evästeitä, jotta voisimme tarjota sinulle parhaan mahdollisen oppimiskokemuksen. Jos haluat tietää enemmän käyttämistämme evästeistä ja siitä, miten käytämme tietojasi, lue",
|
|
22
26
|
"cookies_policy": "Tietosuoja- ja evästekäytäntö.",
|
|
@@ -25,6 +29,8 @@
|
|
|
25
29
|
"courses": "Kurssit",
|
|
26
30
|
"courses_completed": "Suoritetut kurssit",
|
|
27
31
|
"continue_learning": "Jatka oppimista",
|
|
32
|
+
"learning_priority_modal_title": "Uusi oppimisprioriteetti",
|
|
33
|
+
"learning_priority_modal_description": "Luo oppimisprioriteetti valitsemalla joko yksi taito, soittolista tai todistus.",
|
|
28
34
|
"skills_change_focus": "Vaihda osaamisen painopistettä",
|
|
29
35
|
"skills_choose_focus": "Valitse painopisteesi",
|
|
30
36
|
"cancel": "Peruuta",
|
|
@@ -42,6 +48,9 @@
|
|
|
42
48
|
"empty_search_result_description": "Kokeile muuttaa hakuasi niin, että löydät etsimäsi.",
|
|
43
49
|
"empty_search_result_clear_search": "Tyhjennä haku",
|
|
44
50
|
"keep_subscription": "Jatka tilaustani",
|
|
51
|
+
"learning_priorities": "Oppimisen prioriteetit",
|
|
52
|
+
"learning_priorities_description": "Yrityksesi määrittelemät tärkeimmät oppimisprioriteettisi",
|
|
53
|
+
"learning_priorities_brand_description": "Määritä yrityksesi oppimisprioriteetit taitojen, soittolistojen tai sertifikaattien avulla. Ne näkyvät Oma oppiminen -sivulla.",
|
|
45
54
|
"media_stars_to_win_plural": "Voita {{count}} ylimääräistä tähteä tässä kappaleessa, kun katsot oppitunnin ensimmäisen kerran!",
|
|
46
55
|
"media_stars_to_win": "Voita {{count}} ylimääräinen tähti tässä kappaleessa, kun katsot oppitunnin ensimmäisen kerran!",
|
|
47
56
|
"More": "Enemmän",
|
|
@@ -62,13 +71,16 @@
|
|
|
62
71
|
"product_desc_culture": "Digitaalinen kulttuuri: kaikki tasot suoritettu",
|
|
63
72
|
"product_desc_forum": "Keskustelupalsta",
|
|
64
73
|
"product_desc_partnership": "Kaikki kumppaneidemme koulutuskurssit",
|
|
74
|
+
"playlist": "Soittolista",
|
|
65
75
|
"your_progress": "Edistymisesi",
|
|
66
76
|
"Put back": "Pane takaisin",
|
|
67
77
|
"Reject": "Hylkää",
|
|
68
78
|
"Reload": "Lataa uudelleen",
|
|
69
79
|
"Review": "Kertaa",
|
|
70
80
|
"Review lesson": "Katso oppitunti uudelleen",
|
|
81
|
+
"skill": "Taito",
|
|
71
82
|
"search_place_holder": "Hae...",
|
|
83
|
+
"search_priority_place_holder": "Etsi taito, soittolista, sertifikaatti...",
|
|
72
84
|
"secured_payment": "Turvallinen palvelin",
|
|
73
85
|
"start_learning": "Aloita oppiminen",
|
|
74
86
|
"sort_by": "Järjestä:",
|
package/locales/fr/global.json
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"all": "Toutes",
|
|
3
3
|
"all_courses": "Tous les cours",
|
|
4
|
+
"add_learning_priority": "Ajouter une priorité d'apprentissage",
|
|
4
5
|
"accepted_cards": "Carte de crédit ou de débit",
|
|
6
|
+
"add": "Ajouter",
|
|
5
7
|
"An Error Occurred": "Une erreur s’est produite",
|
|
6
8
|
"Answer": "Répondre",
|
|
7
9
|
"At the end of this level, you will be able to_": "À l'issue de ce cours, vous serez capable de :",
|
|
@@ -12,11 +14,13 @@
|
|
|
12
14
|
"cart_title": "Abonnement Coorpacademy ",
|
|
13
15
|
"challenges you on": "vous défie sur",
|
|
14
16
|
"is challenging you": "{{username}} vous défie {{courseName}}",
|
|
17
|
+
"items": "articles",
|
|
18
|
+
"certificate": "Certificat",
|
|
15
19
|
"chapters": "chapitres",
|
|
16
20
|
"Close": "Fermer",
|
|
17
21
|
"clue_stars_to_loose_plural": "En regardant l'indice, cette question vous rapportera {{count}} étoiles en moins (si vous y répondez correctement)",
|
|
18
22
|
"clue_stars_to_loose": "En regardant l'indice, cette question vous rapportera {{count}} étoile en moins (si vous y répondez correctement)",
|
|
19
|
-
"completed": "
|
|
23
|
+
"completed": "Complété",
|
|
20
24
|
"confirm_unsubscribe": "Êtes-vous sûr de que vouloir vous désinscrire ?",
|
|
21
25
|
"cookies_details": "Ce site utilise des cookies pour vous fournir la meilleure expérience d'apprentissage possible. Pour en savoir plus sur les cookies que nous utilisons et comment nous utilisons vos données, veuillez lire notre",
|
|
22
26
|
"cookies_policy": "Politique de Confidentialité et de Cookies.",
|
|
@@ -25,6 +29,8 @@
|
|
|
25
29
|
"courses": "Cours",
|
|
26
30
|
"courses_completed": "Cours terminés",
|
|
27
31
|
"continue_learning": "Continuer à apprendre",
|
|
32
|
+
"learning_priority_modal_title": "Nouvelle priorité d’apprentissage",
|
|
33
|
+
"learning_priority_modal_description": "Créez une priorité d’apprentissage en sélectionnant une compétence, une liste de lecture ou une certification.",
|
|
28
34
|
"skills_change_focus": "Changer ses compétences ciblées",
|
|
29
35
|
"skills_choose_focus": "Choisissez votre objectif",
|
|
30
36
|
"cancel": "Annuler",
|
|
@@ -42,6 +48,9 @@
|
|
|
42
48
|
"empty_search_result_description": "Essayez d'ajuster votre recherche pour trouver ce que vous cherchez.",
|
|
43
49
|
"empty_search_result_clear_search": "Effacer la recherche",
|
|
44
50
|
"keep_subscription": "Garder mon abonnement",
|
|
51
|
+
"learning_priorities": "Priorités d'apprentissage",
|
|
52
|
+
"learning_priorities_description": "Vos principales priorités d'apprentissage définies par votre entreprise",
|
|
53
|
+
"learning_priorities_brand_description": "Définissez les priorités d'apprentissage de votre entreprise avec des compétences, des playlists ou des certifications. Elles apparaîtront sur la page Mon apprentissage.",
|
|
45
54
|
"media_stars_to_win_plural": "Gagnez {{count}} étoiles supplémentaires par chapitre en consultant la leçon !",
|
|
46
55
|
"media_stars_to_win": "Gagnez {{count}} étoile supplémentaire par chapitre en consultant la leçon !",
|
|
47
56
|
"More": "Plus",
|
|
@@ -62,13 +71,16 @@
|
|
|
62
71
|
"product_desc_culture": "Culture digitale : tous les niveaux terminés",
|
|
63
72
|
"product_desc_forum": "Forum",
|
|
64
73
|
"product_desc_partnership": "Toutes les formations de nos partenaires",
|
|
74
|
+
"playlist": "Playlist",
|
|
65
75
|
"your_progress": "Votre progression",
|
|
66
76
|
"Put back": "Autoriser",
|
|
67
77
|
"Reject": "Rejeter",
|
|
68
78
|
"Reload": "Recharger",
|
|
69
79
|
"Review": "Réviser",
|
|
70
80
|
"Review lesson": "Revoir la leçon",
|
|
81
|
+
"skill": "Compétence",
|
|
71
82
|
"search_place_holder": "Rechercher...",
|
|
83
|
+
"search_priority_place_holder": "Rechercher une compétence, une playlist, une certification...",
|
|
72
84
|
"secured_payment": "Serveur sécurisé",
|
|
73
85
|
"start_learning": "Commencer à apprendre",
|
|
74
86
|
"sort_by": "Trier par :",
|
package/locales/hr/global.json
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"all": "Sve",
|
|
3
3
|
"all_courses": "Svi tečajevi",
|
|
4
|
+
"add_learning_priority": "Dodajte prioritet učenja",
|
|
4
5
|
"accepted_cards": "Kreditna ili debitna kartica",
|
|
6
|
+
"add": "Dodati",
|
|
5
7
|
"An Error Occurred": "Došlo je do pogreške",
|
|
6
8
|
"Answer": "Odgovor",
|
|
7
9
|
"At the end of this level, you will be able to_": "Na kraju ove razine moći ćete:",
|
|
@@ -12,11 +14,13 @@
|
|
|
12
14
|
"cart_title": "Pretplata na Coorpacademy",
|
|
13
15
|
"challenges you on": "izaziva vas na",
|
|
14
16
|
"is challenging you": "{{username}} vas izaziva {{courseName}}",
|
|
17
|
+
"items": "stavke",
|
|
18
|
+
"certificate": "Potvrda",
|
|
15
19
|
"chapters": "poglavlja",
|
|
16
20
|
"Close": "Zatvorite",
|
|
17
21
|
"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)",
|
|
18
22
|
"clue_stars_to_loose": "Otključavanje traga smanjuje zvjezdice koje možete dobiti na ovo pitanje do {{count}} (ako dobro shvatite)",
|
|
19
|
-
"completed": "
|
|
23
|
+
"completed": "Završeno",
|
|
20
24
|
"confirm_unsubscribe": "Jeste li sigurni da želite otkazati pretplatu?",
|
|
21
25
|
"cookies_details": "Ova mrežna stranica koristi kolačiće kako bismo vam mogli pružiti najbolje iskustvo učenja. Ako želite saznati više o kolačićima koje koristimo i o tome kako koristimo vaše podatke, pročitajte našu",
|
|
22
26
|
"cookies_policy": "Politika privatnosti i kolačića.",
|
|
@@ -25,6 +29,8 @@
|
|
|
25
29
|
"courses": "Tečajevi",
|
|
26
30
|
"courses_completed": "Završeni tečajevi",
|
|
27
31
|
"continue_learning": "Nastavite učiti",
|
|
32
|
+
"learning_priority_modal_title": "Novi prioritet učenja",
|
|
33
|
+
"learning_priority_modal_description": "Stvorite prioritet učenja odabirom jedne vještine, popisa za reprodukciju ili certifikata.",
|
|
28
34
|
"skills_change_focus": "Promijeni fokus vještina",
|
|
29
35
|
"skills_choose_focus": "Odaberi svoj fokus",
|
|
30
36
|
"cancel": "Odustani",
|
|
@@ -42,6 +48,9 @@
|
|
|
42
48
|
"empty_search_result_description": "Pokušajte prilagoditi pretragu kako bi pronašli ono što tražite.",
|
|
43
49
|
"empty_search_result_clear_search": "Očisti pretragu",
|
|
44
50
|
"keep_subscription": "Zadrži moju pretplatu",
|
|
51
|
+
"learning_priorities": "Prioriteti učenja",
|
|
52
|
+
"learning_priorities_description": "Vaše glavne prioritete u učenju definira vaša tvrtka",
|
|
53
|
+
"learning_priorities_brand_description": "Odredite prioritete učenja za svoju tvrtku pomoću vještina, popisa pjesama ili certifikata. Oni će se pojaviti na stranici Moje učenje.",
|
|
45
54
|
"media_stars_to_win_plural": "Osvojite {{count}} dodatnih zvjezdica u ovom poglavlju kada prvi put pogledate lekciju!",
|
|
46
55
|
"media_stars_to_win": "Osvojite {{count}} dodatnu zvjezdicu u ovom poglavlju kada prvi put pogledate lekciju!",
|
|
47
56
|
"More": "Više",
|
|
@@ -62,13 +71,16 @@
|
|
|
62
71
|
"product_desc_culture": "Digitalna kultura: sve razine završene",
|
|
63
72
|
"product_desc_forum": "Forum",
|
|
64
73
|
"product_desc_partnership": "Svi tečajevi usavršavanja naših partnera",
|
|
74
|
+
"playlist": "Popis pjesama",
|
|
65
75
|
"your_progress": "Vaš napredak",
|
|
66
76
|
"Put back": "Vratite natrag",
|
|
67
77
|
"Reject": "Odbijte",
|
|
68
78
|
"Reload": "Ponovno učitajte",
|
|
69
79
|
"Review": "Pregled",
|
|
70
80
|
"Review lesson": "Pregledajte lekciju",
|
|
81
|
+
"skill": "Vještina",
|
|
71
82
|
"search_place_holder": "Pretraži...",
|
|
83
|
+
"search_priority_place_holder": "Potražite vještinu, popis za reprodukciju, certifikaciju...",
|
|
72
84
|
"secured_payment": "Sigurni poslužitelj",
|
|
73
85
|
"start_learning": "Počnite učiti",
|
|
74
86
|
"sort_by": "poredaj po:",
|
package/locales/hu/global.json
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"all": "Mind",
|
|
3
3
|
"all_courses": "Minden tanfolyam",
|
|
4
|
+
"add_learning_priority": "Tanulási prioritás hozzáadása",
|
|
4
5
|
"accepted_cards": "Hitel- vagy debitkártya",
|
|
6
|
+
"add": "Hozzáadás",
|
|
5
7
|
"An Error Occurred": "Hiba történt",
|
|
6
8
|
"Answer": "Válasz",
|
|
7
9
|
"At the end of this level, you will be able to_": "Ennek a szintnek a végén Ön képes lesz:",
|
|
@@ -12,11 +14,13 @@
|
|
|
12
14
|
"cart_title": "Coorpacademy előfizetés",
|
|
13
15
|
"challenges you on": "kihívja Önt erre:",
|
|
14
16
|
"is challenging you": "{{username}} kihívja Önt {{courseName}}",
|
|
17
|
+
"items": "tételeket",
|
|
18
|
+
"certificate": "Bizonyítvány",
|
|
15
19
|
"chapters": "fejezetek",
|
|
16
20
|
"Close": "Bezár",
|
|
17
21
|
"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)",
|
|
18
22
|
"clue_stars_to_loose": "A tipp feloldása {{count}} csillaggal csökkentheti a nyereményét ennél a kérdésnél (ha jól válaszol)",
|
|
19
|
-
"completed": "
|
|
23
|
+
"completed": "Befejezve",
|
|
20
24
|
"confirm_unsubscribe": "Biztosan szeretne leiratkozni?",
|
|
21
25
|
"cookies_details": "Ez a weboldal sütiket használ, hogy a lehető legjobb tanulási élményt nyújtsuk Önnek. Ha többet szeretne tudni az általunk használt sütikről és arról, hogy hogyan használjuk fel az Ön adatait, kérjük, olvassa el a következő dokumentumunkat:",
|
|
22
26
|
"cookies_policy": "Adatvédelmi nyilatkozat és a sütik használata.",
|
|
@@ -25,6 +29,8 @@
|
|
|
25
29
|
"courses": "Kurzus",
|
|
26
30
|
"courses_completed": "Teljesített kurzusok",
|
|
27
31
|
"continue_learning": "Folytassa a tanulást",
|
|
32
|
+
"learning_priority_modal_title": "Új tanulási prioritás",
|
|
33
|
+
"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.",
|
|
28
34
|
"skills_change_focus": "Képesség célzásának változtatása",
|
|
29
35
|
"skills_choose_focus": "Válaszd ki a célodat",
|
|
30
36
|
"cancel": "Mégse",
|
|
@@ -42,6 +48,9 @@
|
|
|
42
48
|
"empty_search_result_description": "Próbáld módosítani a kifejezést, hogy megtaláld, amit keresel.",
|
|
43
49
|
"empty_search_result_clear_search": "Keresés törlése",
|
|
44
50
|
"keep_subscription": "Előfizetésem fenntartása",
|
|
51
|
+
"learning_priorities": "Tanulási prioritások",
|
|
52
|
+
"learning_priorities_description": "Az Ön vállalata által meghatározott legfontosabb tanulási prioritások",
|
|
53
|
+
"learning_priorities_brand_description": "Határozza meg vállalata tanulási prioritásait készségekkel, lejátszási listákkal vagy tanúsítványokkal. Megjelennek a Saját tanulás oldalon.",
|
|
45
54
|
"media_stars_to_win_plural": "Nyerjen további {{count}} csillagot ebben a fejezetben egy lecke először történő megtekintésével!",
|
|
46
55
|
"media_stars_to_win": "Nyerjen további {{count}} csillagot ebben a fejezetben egy lecke először történő megtekintésekor!",
|
|
47
56
|
"More": "Több",
|
|
@@ -62,13 +71,16 @@
|
|
|
62
71
|
"product_desc_culture": "Digitális kultúra: minden szint teljesítve",
|
|
63
72
|
"product_desc_forum": "Fórum",
|
|
64
73
|
"product_desc_partnership": "Minden partnerünk valamennyi képzése",
|
|
74
|
+
"playlist": "Lejátszási lista elemre",
|
|
65
75
|
"your_progress": "A fejlődésed",
|
|
66
76
|
"Put back": "Visszatesz",
|
|
67
77
|
"Reject": "Elutasít",
|
|
68
78
|
"Reload": "Újratöltés",
|
|
69
79
|
"Review": "Áttekintés",
|
|
70
80
|
"Review lesson": "Óra áttekintése",
|
|
81
|
+
"skill": "Ügyesség",
|
|
71
82
|
"search_place_holder": "Keresés...",
|
|
83
|
+
"search_priority_place_holder": "Képesség, lejátszási lista, bizonyítvány keresése...",
|
|
72
84
|
"secured_payment": "Biztonságos szerver",
|
|
73
85
|
"start_learning": "Kezdje el a tanulást",
|
|
74
86
|
"sort_by": "Rendezés:",
|
package/locales/hy/global.json
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"all": "Բոլորը",
|
|
3
3
|
"all_courses": "Բոլոր դասընթացները",
|
|
4
|
+
"add_learning_priority": "Ավելացրեք ուսուցման առաջնահերթությունը",
|
|
4
5
|
"accepted_cards": "Վարկային կամ դեբետային քարտ",
|
|
6
|
+
"add": "Ավելացնել",
|
|
5
7
|
"An Error Occurred": "Սխալ է տեղի ունեցել",
|
|
6
8
|
"Answer": "Պատասխան",
|
|
7
9
|
"At the end of this level, you will be able to_": "Այս մակարդակն ավարտելուց հետո դուք կկարողանաք.",
|
|
@@ -12,11 +14,13 @@
|
|
|
12
14
|
"cart_title": "Coorpacademy բաժանորդագրություն",
|
|
13
15
|
"challenges you on": "մարտահրավեր է նետում ձեզ",
|
|
14
16
|
"is challenging you": "{{username}} մարտահրավեր է նետում ձեզ {{courseName}}",
|
|
17
|
+
"items": "իրեր",
|
|
18
|
+
"certificate": "Վկայական",
|
|
15
19
|
"chapters": "բաժիններ",
|
|
16
20
|
"Close": "Փակել",
|
|
17
21
|
"clue_stars_to_loose_plural": "Հուշման բացումը նվազեցնում է աստղերը, որոնք դուք կարող եք ձեռք բերել այս հարցում {{count}}-ով (եթե ճիշտ եք պատասխանում)",
|
|
18
22
|
"clue_stars_to_loose": "Հուշման բացումը նվազեցնում է աստղերը, որոնք դուք կարող եք ձեռք բերել այս հարցում {{count}}-ով (եթե ճիշտ եք պատասխանում)",
|
|
19
|
-
"completed": "
|
|
23
|
+
"completed": "Ավարտված է",
|
|
20
24
|
"confirm_unsubscribe": "Իսկապե՞ս ուզում եք չեղարկել բաժանորդագրությունը:",
|
|
21
25
|
"cookies_details": "Այս վեբկայքը օգտագործում է cookies, որպեսզի մենք կարողանանք ձեզ ապահովել ուսուցման լավագույն փորձով: Մեր կողմից օգտագործվող cookies-ի և ձեր տվյալների օգտագործման մասին ավելին կարդալու համար խնդրում ենք կարդալ մեր",
|
|
22
26
|
"cookies_policy": "Գաղտնիության և cookies քաղաքականություն:",
|
|
@@ -25,6 +29,8 @@
|
|
|
25
29
|
"courses": "Դասընթացներ",
|
|
26
30
|
"courses_completed": "Դասընթացներն ավարտված են",
|
|
27
31
|
"continue_learning": "Շարունակեք սովորել",
|
|
32
|
+
"learning_priority_modal_title": "Նոր ուսուցման առաջնահերթություն",
|
|
33
|
+
"learning_priority_modal_description": "Ստեղծեք ուսուցման առաջնահերթություն՝ ընտրելով կամ մեկ հմտություն, երգացանկ կամ հավաստագրում:",
|
|
28
34
|
"skills_change_focus": "Փոխեք հմտությունների կենտրոնացումը",
|
|
29
35
|
"skills_choose_focus": "Ընտրեք ձեր ուշադրությունը",
|
|
30
36
|
"cancel": "Չեղարկել",
|
|
@@ -42,6 +48,9 @@
|
|
|
42
48
|
"empty_search_result_description": "Փորձեք կարգավորել ձեր որոնումը` գտնելու այն, ինչ փնտրում եք:",
|
|
43
49
|
"empty_search_result_clear_search": "Մաքրել որոնումը",
|
|
44
50
|
"keep_subscription": "Պահպանել իմ բաժանորդագրությունը",
|
|
51
|
+
"learning_priorities": "Ուսուցման առաջնահերթություններ",
|
|
52
|
+
"learning_priorities_description": "Ձեր ընկերության կողմից սահմանված ուսումնական առաջնահերթությունները",
|
|
53
|
+
"learning_priorities_brand_description": "Սահմանեք ձեր ընկերության ուսուցման առաջնահերթությունները հմտություններով, երգացանկերով կամ հավաստագրերով: Դրանք կհայտնվեն «Իմ ուսուցումը» էջում:",
|
|
45
54
|
"media_stars_to_win_plural": "Հաղթեք {{count}} լրացուցիչ աստղեր այս բաժնում, երբ առաջին անգամ դիտեք դասը:",
|
|
46
55
|
"media_stars_to_win": "Հաղթեք {{count}} լրացուցիչ աստղ այս բաժնում, երբ առաջին անգամ դիտեք դասը:",
|
|
47
56
|
"More": "Ավելին",
|
|
@@ -62,13 +71,16 @@
|
|
|
62
71
|
"product_desc_culture": "Թվային մշակույթ. Բոլոր մակարդակներն ավարտված են",
|
|
63
72
|
"product_desc_forum": "Ֆորում",
|
|
64
73
|
"product_desc_partnership": "Մեր գործընկերների բոլոր վերապատրաստական դասընթացները",
|
|
74
|
+
"playlist": "Երգացանկ",
|
|
65
75
|
"your_progress": "Ձեր առաջընթացը",
|
|
66
76
|
"Put back": "Հետ դնել",
|
|
67
77
|
"Reject": "Մերժել",
|
|
68
78
|
"Reload": "Վերբեռնել",
|
|
69
79
|
"Review": "Վերանայում",
|
|
70
80
|
"Review lesson": "Վերանայել դասը",
|
|
81
|
+
"skill": "Հմտություն",
|
|
71
82
|
"search_place_holder": "Որոնել...",
|
|
83
|
+
"search_priority_place_holder": "Որոնեք հմտություն, երգացանկ, հավաստագրում...",
|
|
72
84
|
"secured_payment": "Ապահով սերվեր",
|
|
73
85
|
"start_learning": "Սկսեք սովորել",
|
|
74
86
|
"sort_by": "Դասավորել ըստ:",
|
package/locales/it/global.json
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"all": "Tutte",
|
|
3
3
|
"all_courses": "Tutti i corsi",
|
|
4
|
+
"add_learning_priority": "Aggiungi priorità di apprendimento",
|
|
4
5
|
"accepted_cards": "Carta di credito o di debito",
|
|
6
|
+
"add": "Aggiungere",
|
|
5
7
|
"An Error Occurred": "Si è verificato un errore",
|
|
6
8
|
"Answer": "Risposta",
|
|
7
9
|
"At the end of this level, you will be able to_": "Al termine di questo livello, sarai in grado di:",
|
|
@@ -12,11 +14,13 @@
|
|
|
12
14
|
"cart_title": "Abbonamento Coorpacademy",
|
|
13
15
|
"challenges you on": "ti sfida su",
|
|
14
16
|
"is challenging you": "{{username}} ti sta sfidando {{courseName}}",
|
|
17
|
+
"items": "elementi",
|
|
18
|
+
"certificate": "Certificato",
|
|
15
19
|
"chapters": "capitoli",
|
|
16
20
|
"Close": "Chiudi",
|
|
17
21
|
"clue_stars_to_loose_plural": "Sbloccare l'indizio riduce di {{count}} le stelle che puoi guadagnare per questa domanda (se rispondi correttamente)",
|
|
18
22
|
"clue_stars_to_loose": "Sbloccare l'indizio riduce di {{count}} le stelle che puoi guadagnare per questa domanda (se rispondi correttamente)",
|
|
19
|
-
"completed": "
|
|
23
|
+
"completed": "Completato",
|
|
20
24
|
"confirm_unsubscribe": "Sei sicuro di voler annullare l'abbonamento?",
|
|
21
25
|
"cookies_details": "Questo sito web utilizza i cookie per consentirci di offrirti la migliore esperienza di apprendimento possibile. Per maggiori informazioni sui cookie che utilizziamo e su come utilizziamo i tuoi dati, ti invitiamo a leggere la nostra",
|
|
22
26
|
"cookies_policy": "Informativa sulla privacy e sui cookie.",
|
|
@@ -25,6 +29,8 @@
|
|
|
25
29
|
"courses": "Corsi",
|
|
26
30
|
"courses_completed": "Corsi completati",
|
|
27
31
|
"continue_learning": "Continua ad imparare",
|
|
32
|
+
"learning_priority_modal_title": "Nuova priorità di apprendimento",
|
|
33
|
+
"learning_priority_modal_description": "Crea una priorità di apprendimento selezionando un'abilità, una playlist o una certificazione.",
|
|
28
34
|
"skills_change_focus": "Cambia la messa a fuoco delle competenze",
|
|
29
35
|
"skills_choose_focus": "Scegli la tua messa a fuoco",
|
|
30
36
|
"cancel": "Annulla",
|
|
@@ -42,6 +48,9 @@
|
|
|
42
48
|
"empty_search_result_description": "Prova a modificare la tua ricerca per trovare quello che stai cercando.",
|
|
43
49
|
"empty_search_result_clear_search": "Cancella la ricerca\n",
|
|
44
50
|
"keep_subscription": "Mantieni il mio abbonamento",
|
|
51
|
+
"learning_priorities": "Priorità di apprendimento",
|
|
52
|
+
"learning_priorities_description": "Le tue massime priorità di apprendimento definite dalla tua azienda",
|
|
53
|
+
"learning_priorities_brand_description": "Definisci le priorità di apprendimento per la tua azienda con competenze, playlist o certificazioni. Appariranno nella pagina My Learning.",
|
|
45
54
|
"media_stars_to_win_plural": "Guadagna {{count}} stelle aggiuntive in questo capitolo la prima volta che visualizzi una lezione!",
|
|
46
55
|
"media_stars_to_win": "Guadagna {{count}} stelle aggiuntive in questo capitolo, la prima volta che visualizzi una lezione!",
|
|
47
56
|
"More": "Altro",
|
|
@@ -62,13 +71,16 @@
|
|
|
62
71
|
"product_desc_culture": "Cultura digitale: tutti i livelli completati",
|
|
63
72
|
"product_desc_forum": "Forum",
|
|
64
73
|
"product_desc_partnership": "Tutti i corsi di formazione dei nostri partner",
|
|
74
|
+
"playlist": "Elenco di riproduzione",
|
|
65
75
|
"your_progress": "I tuoi progressi",
|
|
66
76
|
"Put back": "Più tardi",
|
|
67
77
|
"Reject": "Rifiuta",
|
|
68
78
|
"Reload": "Ricarica",
|
|
69
79
|
"Review": "Revisione",
|
|
70
80
|
"Review lesson": "Torna alla lezione",
|
|
81
|
+
"skill": "Abilità",
|
|
71
82
|
"search_place_holder": "Ricerca...",
|
|
83
|
+
"search_priority_place_holder": "Cerca un'abilità, una playlist, una certificazione...",
|
|
72
84
|
"secured_payment": "Server sicuro",
|
|
73
85
|
"start_learning": "Inizia ad imparare",
|
|
74
86
|
"sort_by": "Ordina per:",
|