@coorpacademy/components 11.29.0 → 11.32.0
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/button-link/index.d.ts.map +1 -1
- package/es/atom/button-link/index.js +17 -9
- package/es/atom/button-link/index.js.map +1 -1
- package/es/atom/button-link/types.d.ts +8 -1
- package/es/atom/button-link/types.d.ts.map +1 -1
- package/es/atom/button-link/types.js.map +1 -1
- package/es/atom/chip/index.d.ts +37 -0
- package/es/atom/chip/index.d.ts.map +1 -0
- package/es/atom/chip/index.js +85 -0
- package/es/atom/chip/index.js.map +1 -0
- package/es/atom/chip/style.css +65 -0
- package/es/atom/chips/index.d.ts.map +1 -1
- package/es/atom/chips/index.js +1 -0
- package/es/atom/chips/index.js.map +1 -1
- package/es/atom/icon/index.js +2 -2
- package/es/atom/icon/index.js.map +1 -1
- package/es/molecule/bulk-progress-bar/index.d.ts.map +1 -1
- package/es/molecule/bulk-progress-bar/index.js +6 -3
- package/es/molecule/bulk-progress-bar/index.js.map +1 -1
- package/es/molecule/learner-skill-card/index.d.ts +21 -0
- package/es/molecule/learner-skill-card/index.d.ts.map +1 -0
- package/es/molecule/learner-skill-card/index.js +159 -0
- package/es/molecule/learner-skill-card/index.js.map +1 -0
- package/es/molecule/learner-skill-card/style.css +119 -0
- package/es/molecule/learning-profile-radar-chart/index.js +5 -1
- package/es/molecule/learning-profile-radar-chart/index.js.map +1 -1
- package/es/molecule/learning-profile-radar-chart/style.css +13 -0
- package/es/molecule/questions/template/index.d.ts +1 -1
- package/es/molecule/quick-access-card/index.d.ts.map +1 -1
- package/es/molecule/quick-access-card/index.js +5 -1
- package/es/molecule/quick-access-card/index.js.map +1 -1
- package/es/template/mobile-login/welcome/index.native.d.ts.map +1 -1
- package/es/template/mobile-login/welcome/index.native.js +5 -1
- package/es/template/mobile-login/welcome/index.native.js.map +1 -1
- package/es/variables/colors.d.ts +7 -7
- package/es/variables/colors.d.ts.map +1 -1
- package/es/variables/colors.js +2 -1
- package/es/variables/colors.js.map +1 -1
- package/es/variables/theme.native.d.ts.map +1 -1
- package/es/variables/theme.native.js +4 -1
- package/es/variables/theme.native.js.map +1 -1
- package/lib/atom/button-link/index.d.ts.map +1 -1
- package/lib/atom/button-link/index.js +18 -9
- package/lib/atom/button-link/index.js.map +1 -1
- package/lib/atom/button-link/types.d.ts +8 -1
- package/lib/atom/button-link/types.d.ts.map +1 -1
- package/lib/atom/button-link/types.js.map +1 -1
- package/lib/atom/chip/index.d.ts +37 -0
- package/lib/atom/chip/index.d.ts.map +1 -0
- package/lib/atom/chip/index.js +109 -0
- package/lib/atom/chip/index.js.map +1 -0
- package/lib/atom/chip/style.css +65 -0
- package/lib/atom/chips/index.d.ts.map +1 -1
- package/lib/atom/chips/index.js +1 -0
- package/lib/atom/chips/index.js.map +1 -1
- package/lib/atom/icon/index.js +2 -2
- package/lib/atom/icon/index.js.map +1 -1
- package/lib/molecule/bulk-progress-bar/index.d.ts.map +1 -1
- package/lib/molecule/bulk-progress-bar/index.js +7 -3
- package/lib/molecule/bulk-progress-bar/index.js.map +1 -1
- package/lib/molecule/learner-skill-card/index.d.ts +21 -0
- package/lib/molecule/learner-skill-card/index.d.ts.map +1 -0
- package/lib/molecule/learner-skill-card/index.js +177 -0
- package/lib/molecule/learner-skill-card/index.js.map +1 -0
- package/lib/molecule/learner-skill-card/style.css +119 -0
- package/lib/molecule/learning-profile-radar-chart/index.js +5 -1
- package/lib/molecule/learning-profile-radar-chart/index.js.map +1 -1
- package/lib/molecule/learning-profile-radar-chart/style.css +13 -0
- package/lib/molecule/questions/template/index.d.ts +1 -1
- package/lib/molecule/quick-access-card/index.d.ts.map +1 -1
- package/lib/molecule/quick-access-card/index.js +7 -1
- package/lib/molecule/quick-access-card/index.js.map +1 -1
- package/lib/template/mobile-login/welcome/index.native.d.ts.map +1 -1
- package/lib/template/mobile-login/welcome/index.native.js +7 -1
- package/lib/template/mobile-login/welcome/index.native.js.map +1 -1
- package/lib/variables/colors.d.ts +7 -7
- package/lib/variables/colors.d.ts.map +1 -1
- package/lib/variables/colors.js +2 -1
- package/lib/variables/colors.js.map +1 -1
- package/lib/variables/theme.native.d.ts.map +1 -1
- package/lib/variables/theme.native.js +4 -1
- package/lib/variables/theme.native.js.map +1 -1
- package/locales/bs/global.json +7 -1
- package/locales/cs/global.json +7 -1
- package/locales/de/global.json +7 -1
- package/locales/en/global.json +6 -0
- package/locales/es/global.json +6 -0
- package/locales/et/global.json +7 -1
- package/locales/fi/global.json +7 -1
- package/locales/fr/global.json +6 -0
- package/locales/hr/global.json +7 -1
- package/locales/hu/global.json +7 -1
- package/locales/hy/global.json +7 -1
- package/locales/it/global.json +6 -0
- package/locales/ja/global.json +7 -1
- package/locales/ko/global.json +7 -1
- package/locales/nl/global.json +6 -0
- package/locales/pl/global.json +7 -1
- package/locales/pt/global.json +7 -1
- package/locales/ro/global.json +7 -1
- package/locales/ru/global.json +7 -1
- package/locales/sk/global.json +7 -1
- package/locales/sl/global.json +109 -0
- package/locales/sv/global.json +7 -1
- package/locales/tl/global.json +7 -1
- package/locales/tr/global.json +7 -1
- package/locales/uk/global.json +7 -1
- package/locales/vi/global.json +7 -1
- package/locales/zh/global.json +7 -1
- package/locales/zh_TW/global.json +7 -1
- package/package.json +2 -2
package/locales/fr/global.json
CHANGED
|
@@ -18,10 +18,13 @@
|
|
|
18
18
|
"cookies_policy": "Politique de Confidentialité et de Cookies.",
|
|
19
19
|
"cookies_title": "Comment nous utilisons les cookies :",
|
|
20
20
|
"Create a new cohort": "Créer une nouvelle cohorte",
|
|
21
|
+
"courses": "Courses",
|
|
22
|
+
"courses_completed": " Courses Completed",
|
|
21
23
|
"Delete": "Supprimer",
|
|
22
24
|
"Draft": "Brouillon",
|
|
23
25
|
"answer_the_question": "Répondez à la question",
|
|
24
26
|
"Edit": "Modifier",
|
|
27
|
+
"Explore": "Explore",
|
|
25
28
|
"external_content_article": "DOCUMENTS",
|
|
26
29
|
"external_content_scorm": "RESSOURCES ANIMÉES",
|
|
27
30
|
"external_content_video": "VIDÉOS",
|
|
@@ -50,6 +53,7 @@
|
|
|
50
53
|
"Put back": "Autoriser",
|
|
51
54
|
"Reject": "Rejeter",
|
|
52
55
|
"Reload": "Recharger",
|
|
56
|
+
"Review": "Review",
|
|
53
57
|
"Review lesson": "Revoir la leçon",
|
|
54
58
|
"secured_payment": "Serveur sécurisé",
|
|
55
59
|
"See clue": "Voir l'indice",
|
|
@@ -70,6 +74,7 @@
|
|
|
70
74
|
"subscription_premium_title": "Coorpacademy Premium",
|
|
71
75
|
"subscription_price": "${price}${currency} TTC par mois",
|
|
72
76
|
"subscription_promo_code": "Vous profitez d’un accès gratuit à tout le catalogue jusqu’au {{date}}. Passé cette date, nous vous invitons à souscrire l’abonnement sur",
|
|
77
|
+
"skill_focus": "Skill focus",
|
|
73
78
|
"This message has been removed by its author": "Ce message a été supprimé par son auteur.",
|
|
74
79
|
"unsubscribe": "Se désabonner de Coorpacademy",
|
|
75
80
|
"Validated": "Validée",
|
|
@@ -95,6 +100,7 @@
|
|
|
95
100
|
"post_comment_aria_label": "Postez votre commentaire",
|
|
96
101
|
"validate_aria_label": "Validez votre réponse et passez à l'étape suivante",
|
|
97
102
|
"stars": "étoiles",
|
|
103
|
+
"questions": "Questions",
|
|
98
104
|
"custom":{
|
|
99
105
|
"digitlearning": {
|
|
100
106
|
"comment_aria_label": "Notez ce cours"
|
package/locales/hr/global.json
CHANGED
|
@@ -18,10 +18,13 @@
|
|
|
18
18
|
"cookies_policy": "Politika privatnosti i kolačića.",
|
|
19
19
|
"cookies_title": "Kako koristimo kolačiće:",
|
|
20
20
|
"Create a new cohort": "Stvorite novu skupinu",
|
|
21
|
+
"courses": "Courses",
|
|
22
|
+
"courses_completed": " Courses Completed",
|
|
21
23
|
"Delete": "Izbrišite",
|
|
22
24
|
"Draft": "Nacrt",
|
|
23
25
|
"answer_the_question": "Odgovorite na pitanje",
|
|
24
26
|
"Edit": "Uredite",
|
|
27
|
+
"Explore": "Explore",
|
|
25
28
|
"external_content_article": "DOKUMENTI",
|
|
26
29
|
"external_content_scorm": "ANIMACIJE",
|
|
27
30
|
"external_content_video": "VIDEOS",
|
|
@@ -50,6 +53,7 @@
|
|
|
50
53
|
"Put back": "Vratite natrag",
|
|
51
54
|
"Reject": "Odbijte",
|
|
52
55
|
"Reload": "Ponovno učitajte",
|
|
56
|
+
"Review": "Review",
|
|
53
57
|
"Review lesson": "Pregledajte lekciju",
|
|
54
58
|
"secured_payment": "Sigurni poslužitelj",
|
|
55
59
|
"See clue": "Pomoć za pitanje",
|
|
@@ -70,6 +74,7 @@
|
|
|
70
74
|
"subscription_premium_title": "Coorpacademy Premium",
|
|
71
75
|
"subscription_price": "${currency}${price} uklj. poreza mjesečno",
|
|
72
76
|
"subscription_promo_code": "Sada imate besplatan neograničen pristup našem katalogu do {{date}}. Da biste ga nastavili koristiti i nakon ovog datuma, pretplatite se na",
|
|
77
|
+
"skill_focus": "Skill focus",
|
|
73
78
|
"This message has been removed by its author": "Ovu poruku uklonio je njezin autor.",
|
|
74
79
|
"unsubscribe": "Otkažite pretplatu na Coorpacademy",
|
|
75
80
|
"Validated": "Potvrđeno",
|
|
@@ -95,9 +100,10 @@
|
|
|
95
100
|
"post_comment_aria_label": "Objavite svoj komentar",
|
|
96
101
|
"validate_aria_label": "Potvrdite svoj odgovor i idite na sljedeći korak",
|
|
97
102
|
"stars": "zvijezde",
|
|
103
|
+
"questions": "Questions",
|
|
98
104
|
"custom":{
|
|
99
105
|
"digitlearning": {
|
|
100
|
-
"comment_aria_label": "
|
|
106
|
+
"comment_aria_label": "Ocijenite ovaj tečaj"
|
|
101
107
|
}
|
|
102
108
|
}
|
|
103
109
|
}
|
package/locales/hu/global.json
CHANGED
|
@@ -18,10 +18,13 @@
|
|
|
18
18
|
"cookies_policy": "Adatvédelmi nyilatkozat és a sütik használata.",
|
|
19
19
|
"cookies_title": "Hogyan használjuk a sütiket:",
|
|
20
20
|
"Create a new cohort": "Create a new cohort",
|
|
21
|
+
"courses": "Courses",
|
|
22
|
+
"courses_completed": " Courses Completed",
|
|
21
23
|
"Delete": "Törlés",
|
|
22
24
|
"Draft": "vázlat",
|
|
23
25
|
"answer_the_question": "Kérdés megválaszolása",
|
|
24
26
|
"Edit": "Szerkesztés",
|
|
27
|
+
"Explore": "Explore",
|
|
25
28
|
"external_content_article": "DOKUMENTUMOK",
|
|
26
29
|
"external_content_scorm": "ANIMÁLT FORRÁSOK",
|
|
27
30
|
"external_content_video": "VIDEÓK",
|
|
@@ -50,6 +53,7 @@
|
|
|
50
53
|
"Put back": "Visszatesz",
|
|
51
54
|
"Reject": "Elutasít",
|
|
52
55
|
"Reload": "Újratöltés",
|
|
56
|
+
"Review": "Review",
|
|
53
57
|
"Review lesson": "Óra áttekintése",
|
|
54
58
|
"secured_payment": "Biztonságos szerver",
|
|
55
59
|
"See clue": "Tipp megtekintése",
|
|
@@ -70,6 +74,7 @@
|
|
|
70
74
|
"subscription_premium_title": "Coorpacademy Premium",
|
|
71
75
|
"subscription_price": "${currency}${price} beleértve. adó havonta",
|
|
72
76
|
"subscription_promo_code": "Önnek ingyenes korlátlan hozzáférése van a katalógusunkhoz eddig az időpontig: {{date}}. Ha ezután is használni szeretné, kérjük, fizessen elő",
|
|
77
|
+
"skill_focus": "Skill focus",
|
|
73
78
|
"This message has been removed by its author": "Ezt az üzenetet a szerzője eltávolította.",
|
|
74
79
|
"unsubscribe": "Leiratkozás a Coorpacademy szolgáltatásáról",
|
|
75
80
|
"Validated": "érvényesített",
|
|
@@ -95,9 +100,10 @@
|
|
|
95
100
|
"post_comment_aria_label": "Írj hozzászólást",
|
|
96
101
|
"validate_aria_label": "Hitelesítsd válaszodat és ugorj a következő lépésre",
|
|
97
102
|
"stars": "csillagok",
|
|
103
|
+
"questions": "Questions",
|
|
98
104
|
"custom":{
|
|
99
105
|
"digitlearning": {
|
|
100
|
-
"comment_aria_label": "
|
|
106
|
+
"comment_aria_label": "Értékelje ezt a tanfolyamot"
|
|
101
107
|
}
|
|
102
108
|
}
|
|
103
109
|
}
|
package/locales/hy/global.json
CHANGED
|
@@ -18,10 +18,13 @@
|
|
|
18
18
|
"cookies_policy": "Գաղտնիության և cookies քաղաքականություն:",
|
|
19
19
|
"cookies_title": "Ինչպես ենք մենք օգտագործում cookies-ը.",
|
|
20
20
|
"Create a new cohort": "Ստեղծել նոր խումբ",
|
|
21
|
+
"courses": "Courses",
|
|
22
|
+
"courses_completed": " Courses Completed",
|
|
21
23
|
"Delete": "Ջնջել",
|
|
22
24
|
"Draft": "Նախագիծ",
|
|
23
25
|
"answer_the_question": "Պատասխանիր հարցին",
|
|
24
26
|
"Edit": "Խմբագրել",
|
|
27
|
+
"Explore": "Explore",
|
|
25
28
|
"external_content_article": "ՓԱՍՏԱԹՂԹԵՐ",
|
|
26
29
|
"external_content_scorm": "ԱՆԻՄԱՏ ՌԵՍՈՒՐՍՆԵՐ",
|
|
27
30
|
"external_content_video": "ՏԵՍԱՆՅՈՒԹԵՐ",
|
|
@@ -50,6 +53,7 @@
|
|
|
50
53
|
"Put back": "Հետ դնել",
|
|
51
54
|
"Reject": "Մերժել",
|
|
52
55
|
"Reload": "Վերբեռնել",
|
|
56
|
+
"Review": "Review",
|
|
53
57
|
"Review lesson": "Վերանայել դասը",
|
|
54
58
|
"secured_payment": "Ապահով սերվեր",
|
|
55
59
|
"See clue": "Տեսնել հուշումը",
|
|
@@ -70,6 +74,7 @@
|
|
|
70
74
|
"subscription_premium_title": "Coorpacademy Premium",
|
|
71
75
|
"subscription_price": "${currency}${price} ներառյալ ամսական հարկեր",
|
|
72
76
|
"subscription_promo_code": "Դուք այժմ ունեք անվճար անսահմանափակ մուտք դեպի մեր կատալոգ մինչև {{date}}: Այս ամսաթվից հետո այն վայելելու համար, խնդրում ենք բաժանորդագրվել",
|
|
77
|
+
"skill_focus": "Skill focus",
|
|
73
78
|
"This message has been removed by its author": "Այս հաղորդագրությունը հեռացվել է դրա հեղինակի կողմից:",
|
|
74
79
|
"unsubscribe": "Դուրս գալ Coorpacademy-ի բաժանորդագրությունից",
|
|
75
80
|
"Validated": "Վավերացված",
|
|
@@ -95,9 +100,10 @@
|
|
|
95
100
|
"post_comment_aria_label": "Տեղադրեք ձեր մեկնաբանությունը",
|
|
96
101
|
"validate_aria_label": "Հաստատեք ձեր պատասխանը և անցեք հաջորդ քայլին",
|
|
97
102
|
"stars": "աստղեր",
|
|
103
|
+
"questions": "Questions",
|
|
98
104
|
"custom":{
|
|
99
105
|
"digitlearning": {
|
|
100
|
-
"comment_aria_label": "
|
|
106
|
+
"comment_aria_label": "Գնահատեք այս դասընթացը"
|
|
101
107
|
}
|
|
102
108
|
}
|
|
103
109
|
}
|
package/locales/it/global.json
CHANGED
|
@@ -18,10 +18,13 @@
|
|
|
18
18
|
"cookies_policy": "Informativa sulla privacy e sui cookie.",
|
|
19
19
|
"cookies_title": "Come utilizziamo i cookie:",
|
|
20
20
|
"Create a new cohort": "Create a new cohort",
|
|
21
|
+
"courses": "Courses",
|
|
22
|
+
"courses_completed": " Courses Completed",
|
|
21
23
|
"Delete": "Elimina",
|
|
22
24
|
"Draft": "Bozza",
|
|
23
25
|
"answer_the_question": "Rispondi alla domanda",
|
|
24
26
|
"Edit": "Modifica",
|
|
27
|
+
"Explore": "Explore",
|
|
25
28
|
"external_content_article": "DOCUMENTI",
|
|
26
29
|
"external_content_scorm": "RISORSE ANIMATE",
|
|
27
30
|
"external_content_video": "VIDEO",
|
|
@@ -50,6 +53,7 @@
|
|
|
50
53
|
"Put back": "Più tardi",
|
|
51
54
|
"Reject": "Rifiuta",
|
|
52
55
|
"Reload": "Ricarica",
|
|
56
|
+
"Review": "Review",
|
|
53
57
|
"Review lesson": "Torna alla lezione",
|
|
54
58
|
"secured_payment": "Server sicuro",
|
|
55
59
|
"See clue": "Vedi indizio",
|
|
@@ -70,6 +74,7 @@
|
|
|
70
74
|
"subscription_premium_title": "Coorpacademy Premium",
|
|
71
75
|
"subscription_price": "${currency}${price} incl. tasse al mese",
|
|
72
76
|
"subscription_promo_code": "Ora hai un accesso illimitato gratuito al nostro catalogo fino al {{date}}. Per continuare a fruirne dopo questa data, ti invitiamo ad abbonarti su",
|
|
77
|
+
"skill_focus": "Skill focus",
|
|
73
78
|
"This message has been removed by its author": "Questo messaggio è stato rimosso dall'autore.",
|
|
74
79
|
"unsubscribe": "Annulla abbonamento a Coorpacademy",
|
|
75
80
|
"Validated": "Convalidato",
|
|
@@ -95,6 +100,7 @@
|
|
|
95
100
|
"post_comment_aria_label": "Pubblica il tuo commento",
|
|
96
101
|
"validate_aria_label": "Convalida la tua risposta e vai al passaggio successivo",
|
|
97
102
|
"stars": "stelle",
|
|
103
|
+
"questions": "Questions",
|
|
98
104
|
"custom":{
|
|
99
105
|
"digitlearning": {
|
|
100
106
|
"comment_aria_label": "Vota questo corso"
|
package/locales/ja/global.json
CHANGED
|
@@ -18,10 +18,13 @@
|
|
|
18
18
|
"cookies_policy": "プライバシーとクッキーポリシーをご確認ください。",
|
|
19
19
|
"cookies_title": "クッキーの使用方法:",
|
|
20
20
|
"Create a new cohort": "Create a new cohort",
|
|
21
|
+
"courses": "Courses",
|
|
22
|
+
"courses_completed": " Courses Completed",
|
|
21
23
|
"Delete": "削除",
|
|
22
24
|
"Draft": "ドラフト",
|
|
23
25
|
"answer_the_question": "質問に答える",
|
|
24
26
|
"Edit": "編集",
|
|
27
|
+
"Explore": "Explore",
|
|
25
28
|
"external_content_article": "ドキュメント",
|
|
26
29
|
"external_content_scorm": "アニメーション化されたリソース",
|
|
27
30
|
"external_content_video": "動画",
|
|
@@ -50,6 +53,7 @@
|
|
|
50
53
|
"Put back": "元に戻す",
|
|
51
54
|
"Reject": "拒否",
|
|
52
55
|
"Reload": "再読み込み",
|
|
56
|
+
"Review": "Review",
|
|
53
57
|
"Review lesson": "レッスンをレビューする",
|
|
54
58
|
"secured_payment": "セキュリティで保護されたサーバー",
|
|
55
59
|
"See clue": "ヒントをみる ",
|
|
@@ -70,6 +74,7 @@
|
|
|
70
74
|
"subscription_premium_title": "Coorpacademy プレミアム",
|
|
71
75
|
"subscription_price": "1 ヶ月あたりの ${currency} ${price} 税込税",
|
|
72
76
|
"subscription_promo_code": "今、{{date}} までカタログに無料の無制限のアクセスがあります。この日付後にそれを楽しんで、するに登録してください。",
|
|
77
|
+
"skill_focus": "Skill focus",
|
|
73
78
|
"This message has been removed by its author": "このメッセージは、その著者によって削除されています。",
|
|
74
79
|
"unsubscribe": "Coorpacademy からの退会します。",
|
|
75
80
|
"Validated": "検証済み",
|
|
@@ -95,9 +100,10 @@
|
|
|
95
100
|
"post_comment_aria_label": "コメントを投稿する",
|
|
96
101
|
"validate_aria_label": "回答が正しいことを確認して次のステップに進んでください",
|
|
97
102
|
"stars": "出演者",
|
|
103
|
+
"questions": "Questions",
|
|
98
104
|
"custom":{
|
|
99
105
|
"digitlearning": {
|
|
100
|
-
"comment_aria_label": "
|
|
106
|
+
"comment_aria_label": "このコースを評価する"
|
|
101
107
|
}
|
|
102
108
|
}
|
|
103
109
|
}
|
package/locales/ko/global.json
CHANGED
|
@@ -18,10 +18,13 @@
|
|
|
18
18
|
"cookies_policy": "개인정보 처리방침 및 쿠키 정책.",
|
|
19
19
|
"cookies_title": "당사가 쿠키를 사용하는 방법:",
|
|
20
20
|
"Create a new cohort": "Create a new cohort",
|
|
21
|
+
"courses": "Courses",
|
|
22
|
+
"courses_completed": " Courses Completed",
|
|
21
23
|
"Delete": "삭제",
|
|
22
24
|
"Draft": "초안",
|
|
23
25
|
"answer_the_question": "질분에 답하세요",
|
|
24
26
|
"Edit": "수정",
|
|
27
|
+
"Explore": "Explore",
|
|
25
28
|
"external_content_article": "문서",
|
|
26
29
|
"external_content_scorm": "애니메이션 리소스",
|
|
27
30
|
"external_content_video": "동영상",
|
|
@@ -50,6 +53,7 @@
|
|
|
50
53
|
"Put back": "연기",
|
|
51
54
|
"Reject": "거부",
|
|
52
55
|
"Reload": "재구동",
|
|
56
|
+
"Review": "Review",
|
|
53
57
|
"Review lesson": "복습",
|
|
54
58
|
"secured_payment": "안전 서버",
|
|
55
59
|
"See clue": "단서 보기",
|
|
@@ -70,6 +74,7 @@
|
|
|
70
74
|
"subscription_premium_title": "Coorpacademy Premium",
|
|
71
75
|
"subscription_price": "${currency}${price} 포함됨. 1개월당 세금",
|
|
72
76
|
"subscription_promo_code": "귀하는 이제 {{date}}까지 당사의 카탈로그에 대한 무제한의 무료 액세스 권한이 있습니다. 이 날짜 이후에 계속 즐기시려면, 구독하세요",
|
|
77
|
+
"skill_focus": "Skill focus",
|
|
73
78
|
"This message has been removed by its author": "이 메시지는 작성자에 의해서 삭제되었습니다.",
|
|
74
79
|
"unsubscribe": "Coorpacademy 구독 해지",
|
|
75
80
|
"Validated": "검증",
|
|
@@ -95,9 +100,10 @@
|
|
|
95
100
|
"post_comment_aria_label": "의견을 작성하세요",
|
|
96
101
|
"validate_aria_label": "답변을 검증한 후 다음 단계로 진행하세요",
|
|
97
102
|
"stars": "별",
|
|
103
|
+
"questions": "Questions",
|
|
98
104
|
"custom":{
|
|
99
105
|
"digitlearning": {
|
|
100
|
-
"comment_aria_label": "
|
|
106
|
+
"comment_aria_label": "이 강좌를 평가해 주세요"
|
|
101
107
|
}
|
|
102
108
|
}
|
|
103
109
|
}
|
package/locales/nl/global.json
CHANGED
|
@@ -18,10 +18,13 @@
|
|
|
18
18
|
"cookies_policy": "Privacy- en cookiesbeleid",
|
|
19
19
|
"cookies_title": "Hoe we cookies gebruiken",
|
|
20
20
|
"Create a new cohort": "Create a new cohort",
|
|
21
|
+
"courses": "Courses",
|
|
22
|
+
"courses_completed": " Courses Completed",
|
|
21
23
|
"Delete": "Verwijderen",
|
|
22
24
|
"Draft": "Droogte",
|
|
23
25
|
"answer_the_question": "Beantwoord de vraag",
|
|
24
26
|
"Edit": "Bewerken",
|
|
27
|
+
"Explore": "Explore",
|
|
25
28
|
"external_content_article": "DOCUMENTEN",
|
|
26
29
|
"external_content_scorm": "GEANIMEERDE BRONNEN",
|
|
27
30
|
"external_content_video": "VIDEO'S",
|
|
@@ -50,6 +53,7 @@
|
|
|
50
53
|
"Put back": "Uitstellen",
|
|
51
54
|
"Reject": "Afwijzen",
|
|
52
55
|
"Reload": "Opnieuw laden",
|
|
56
|
+
"Review": "Review",
|
|
53
57
|
"Review lesson": "Beoordeel les",
|
|
54
58
|
"secured_payment": "Veilige server",
|
|
55
59
|
"See clue": "Bekijk tip",
|
|
@@ -70,6 +74,7 @@
|
|
|
70
74
|
"subscription_premium_title": "Coorpacademy Premium",
|
|
71
75
|
"subscription_price": "${currency}${price} incl. belastingen per maand",
|
|
72
76
|
"subscription_promo_code": "Je hebt nu gratis onbeperkte toegang tot onze catalogus tot {{date}}. Wil je dat dit na die datum zo blijft, verleng dan je abonnement.",
|
|
77
|
+
"skill_focus": "Skill focus",
|
|
73
78
|
"This message has been removed by its author": "Dit bericht is verwijderd door de auteur ervan.",
|
|
74
79
|
"unsubscribe": "Uitschrijven van Coorpacademy",
|
|
75
80
|
"Validated": "Validated",
|
|
@@ -95,6 +100,7 @@
|
|
|
95
100
|
"post_comment_aria_label": "Plaats uw reactie",
|
|
96
101
|
"validate_aria_label": "Valideer uw antwoord en ga naar de volgende stap",
|
|
97
102
|
"stars": "sterren",
|
|
103
|
+
"questions": "Questions",
|
|
98
104
|
"custom":{
|
|
99
105
|
"digitlearning": {
|
|
100
106
|
"comment_aria_label": "Beoordeel deze cursus"
|
package/locales/pl/global.json
CHANGED
|
@@ -18,10 +18,13 @@
|
|
|
18
18
|
"cookies_policy": "Polityka prywatności i plików cookie",
|
|
19
19
|
"cookies_title": "W jaki sposób wykorzystujemy pliki cookie:",
|
|
20
20
|
"Create a new cohort": "Create a new cohort",
|
|
21
|
+
"courses": "Courses",
|
|
22
|
+
"courses_completed": " Courses Completed",
|
|
21
23
|
"Delete": "Usuń",
|
|
22
24
|
"Draft": "Wersja robocza",
|
|
23
25
|
"answer_the_question": "Odpowiedz na pytanie",
|
|
24
26
|
"Edit": "Edycja",
|
|
27
|
+
"Explore": "Explore",
|
|
25
28
|
"external_content_article": "DOKUMENTY",
|
|
26
29
|
"external_content_scorm": "ANIMOWANE źRÓDŁA",
|
|
27
30
|
"external_content_video": "NAGRANIA WIDEO",
|
|
@@ -50,6 +53,7 @@
|
|
|
50
53
|
"Put back": "Wstaw z powrotem",
|
|
51
54
|
"Reject": "Odrzuć",
|
|
52
55
|
"Reload": "Załaduj ponownie",
|
|
56
|
+
"Review": "Review",
|
|
53
57
|
"Review lesson": "Lekcja powtórkowa",
|
|
54
58
|
"secured_payment": "Bezpieczny serwer",
|
|
55
59
|
"See clue": "Zobacz wskazówkę",
|
|
@@ -70,6 +74,7 @@
|
|
|
70
74
|
"subscription_premium_title": "Coorpacademy Premium",
|
|
71
75
|
"subscription_price": "${currency}${price} wraz z podatkami miesięcznie",
|
|
72
76
|
"subscription_promo_code": "Masz teraz nieograniczony dostęp do naszego katalogu do dnia {{date}}. Aby nadal korzystać po tym dniu, subskrybuj",
|
|
77
|
+
"skill_focus": "Skill focus",
|
|
73
78
|
"This message has been removed by its author": "Wiadomość została usunięta przez jej autora.",
|
|
74
79
|
"unsubscribe": "Anuluj subskrypcję Coorpacademy",
|
|
75
80
|
"Validated": "Zatwierdzony",
|
|
@@ -95,9 +100,10 @@
|
|
|
95
100
|
"post_comment_aria_label": "Opublikuj swój komentarz",
|
|
96
101
|
"validate_aria_label": "Oceń swoją odpowiedź i przejdź do kolejnego kroku",
|
|
97
102
|
"stars": "gwiazdy",
|
|
103
|
+
"questions": "Questions",
|
|
98
104
|
"custom":{
|
|
99
105
|
"digitlearning": {
|
|
100
|
-
"comment_aria_label": "
|
|
106
|
+
"comment_aria_label": "Oceń ten kurs"
|
|
101
107
|
}
|
|
102
108
|
}
|
|
103
109
|
}
|
package/locales/pt/global.json
CHANGED
|
@@ -18,10 +18,13 @@
|
|
|
18
18
|
"cookies_policy": "Privacidade e Política de Cookies.",
|
|
19
19
|
"cookies_title": "De que forma usamos cookies:",
|
|
20
20
|
"Create a new cohort": "Create a new cohort",
|
|
21
|
+
"courses": "Courses",
|
|
22
|
+
"courses_completed": " Courses Completed",
|
|
21
23
|
"Delete": "Apagar",
|
|
22
24
|
"Draft": "Esboço, projeto",
|
|
23
25
|
"answer_the_question": "Responda à pergunta",
|
|
24
26
|
"Edit": "Editar",
|
|
27
|
+
"Explore": "Explore",
|
|
25
28
|
"external_content_article": "DOCUMENTOS",
|
|
26
29
|
"external_content_scorm": "RECURSOS ANIMADOS",
|
|
27
30
|
"external_content_video": "VÍDEOS",
|
|
@@ -50,6 +53,7 @@
|
|
|
50
53
|
"Put back": "Repor ",
|
|
51
54
|
"Reject": "Rejeitar",
|
|
52
55
|
"Reload": "Recarregar",
|
|
56
|
+
"Review": "Review",
|
|
53
57
|
"Review lesson": "Aula de revisão",
|
|
54
58
|
"secured_payment": "Servidor seguro",
|
|
55
59
|
"See clue": "Ver solução",
|
|
@@ -70,6 +74,7 @@
|
|
|
70
74
|
"subscription_premium_title": "Coorpacademy Premium",
|
|
71
75
|
"subscription_price": "${currency}${price} incl. taxas por mês",
|
|
72
76
|
"subscription_promo_code": "Agora tem um acesso grátis ilimitado ao nosso catálogo até {{date}}. Para continuar a beneficiar dele depois desta data, por favor subscreva em",
|
|
77
|
+
"skill_focus": "Skill focus",
|
|
73
78
|
"This message has been removed by its author": "Esta mensagem foi removida pelo seu autor.",
|
|
74
79
|
"unsubscribe": "Anular a subscrição da Coorpacademy",
|
|
75
80
|
"Validated": "Validado",
|
|
@@ -95,9 +100,10 @@
|
|
|
95
100
|
"post_comment_aria_label": "Publique o seu comentário",
|
|
96
101
|
"validate_aria_label": "Valide a sua resposta e siga para o próximo passo",
|
|
97
102
|
"stars": "estrelas",
|
|
103
|
+
"questions": "Questions",
|
|
98
104
|
"custom":{
|
|
99
105
|
"digitlearning": {
|
|
100
|
-
"comment_aria_label": "
|
|
106
|
+
"comment_aria_label": "Avalie este curso"
|
|
101
107
|
}
|
|
102
108
|
}
|
|
103
109
|
}
|
package/locales/ro/global.json
CHANGED
|
@@ -18,10 +18,13 @@
|
|
|
18
18
|
"cookies_policy": "Politica de confidențialitate și de utilizare a modulelor cookie",
|
|
19
19
|
"cookies_title": "Cum folosim modulele cookie:",
|
|
20
20
|
"Create a new cohort": "Create a new cohort",
|
|
21
|
+
"courses": "Courses",
|
|
22
|
+
"courses_completed": " Courses Completed",
|
|
21
23
|
"Delete": "Ștergere",
|
|
22
24
|
"Draft": "Proiect",
|
|
23
25
|
"answer_the_question": "Răspundeţi la întrebare",
|
|
24
26
|
"Edit": "Editare",
|
|
27
|
+
"Explore": "Explore",
|
|
25
28
|
"external_content_article": "DOCUMENTE",
|
|
26
29
|
"external_content_scorm": "RESURSE ANIMATE",
|
|
27
30
|
"external_content_video": "VIDEOCLIPURI",
|
|
@@ -50,6 +53,7 @@
|
|
|
50
53
|
"Put back": "Respingeți",
|
|
51
54
|
"Reject": "Refuză",
|
|
52
55
|
"Reload": "Reîncarcă",
|
|
56
|
+
"Review": "Review",
|
|
53
57
|
"Review lesson": "Recapitulați lecția",
|
|
54
58
|
"secured_payment": "Server securizat",
|
|
55
59
|
"See clue": "Arată indiciul",
|
|
@@ -70,6 +74,7 @@
|
|
|
70
74
|
"subscription_premium_title": "Coorpacademy Premium",
|
|
71
75
|
"subscription_price": "${currency}${price} incl. taxe pe lună",
|
|
72
76
|
"subscription_promo_code": "Aveți acces gratuit și nelimitat la catalogul nostru până la data de {{date}}. Dacă doriți să beneficiați de acces și după data respectivă, vă rugăm să vă abonați pe",
|
|
77
|
+
"skill_focus": "Skill focus",
|
|
73
78
|
"This message has been removed by its author": "Acest mesaj a fost retras de autor.",
|
|
74
79
|
"unsubscribe": "Dezabonare Coorpacademy",
|
|
75
80
|
"Validated": "Validat",
|
|
@@ -95,9 +100,10 @@
|
|
|
95
100
|
"post_comment_aria_label": "Postează comentariul tău",
|
|
96
101
|
"validate_aria_label": "Validați-vă răspunsul și treceți la pasul următor",
|
|
97
102
|
"stars": "stele",
|
|
103
|
+
"questions": "Questions",
|
|
98
104
|
"custom":{
|
|
99
105
|
"digitlearning": {
|
|
100
|
-
"comment_aria_label": "
|
|
106
|
+
"comment_aria_label": "Evaluează acest curs"
|
|
101
107
|
}
|
|
102
108
|
}
|
|
103
109
|
}
|
package/locales/ru/global.json
CHANGED
|
@@ -18,10 +18,13 @@
|
|
|
18
18
|
"cookies_policy": "Политика конфиденциальности и файлов cookie.",
|
|
19
19
|
"cookies_title": "Как мы используем файлы cookie:",
|
|
20
20
|
"Create a new cohort": "Создать новый сегмент",
|
|
21
|
+
"courses": "Courses",
|
|
22
|
+
"courses_completed": " Courses Completed",
|
|
21
23
|
"Delete": "Удалить",
|
|
22
24
|
"Draft": "Черновой вариант",
|
|
23
25
|
"answer_the_question": "Ответить на вопрос",
|
|
24
26
|
"Edit": "Редактировать",
|
|
27
|
+
"Explore": "Explore",
|
|
25
28
|
"external_content_article": "ДОКУМЕНТЫ",
|
|
26
29
|
"external_content_scorm": "АНИМИРОВАННЫЕ РЕСУРСЫ",
|
|
27
30
|
"external_content_video": "ВИДЕО",
|
|
@@ -50,6 +53,7 @@
|
|
|
50
53
|
"Put back": "Отложить",
|
|
51
54
|
"Reject": "Отклонить",
|
|
52
55
|
"Reload": "Перезагрузить",
|
|
56
|
+
"Review": "Review",
|
|
53
57
|
"Review lesson": "Обзор урока",
|
|
54
58
|
"secured_payment": "Безопасный сервер",
|
|
55
59
|
"See clue": "Смотреть подсказку",
|
|
@@ -70,6 +74,7 @@
|
|
|
70
74
|
"subscription_premium_title": "Coorpacademy Premium",
|
|
71
75
|
"subscription_price": "${currency}${price} вкл. налоги в месяц",
|
|
72
76
|
"subscription_promo_code": "Теперь вы располагаете безлимитным доступом к нашему каталогу до {{date}}. Чтобы пользоваться им и после этой даты, оформите подписку на",
|
|
77
|
+
"skill_focus": "Skill focus",
|
|
73
78
|
"This message has been removed by its author": "Это сообщение было удалено его автором.",
|
|
74
79
|
"unsubscribe": "Отказаться от подписки Coorpacademy",
|
|
75
80
|
"Validated": "Подтверждено",
|
|
@@ -95,9 +100,10 @@
|
|
|
95
100
|
"post_comment_aria_label": "Опубликуйте свой комментарий",
|
|
96
101
|
"validate_aria_label": "Проверьте свой ответ и перейдите к следующему шагу",
|
|
97
102
|
"stars": "звезды",
|
|
103
|
+
"questions": "Questions",
|
|
98
104
|
"custom":{
|
|
99
105
|
"digitlearning": {
|
|
100
|
-
"comment_aria_label": "
|
|
106
|
+
"comment_aria_label": "Оцените этот курс"
|
|
101
107
|
}
|
|
102
108
|
}
|
|
103
109
|
}
|
package/locales/sk/global.json
CHANGED
|
@@ -18,10 +18,13 @@
|
|
|
18
18
|
"cookies_policy": "Zásady ochrany osobných údajov a pravidlá súborov Cookies.",
|
|
19
19
|
"cookies_title": "Ako používame súbory Cookies:",
|
|
20
20
|
"Create a new cohort": "Vytvorte novú kohortu",
|
|
21
|
+
"courses": "Courses",
|
|
22
|
+
"courses_completed": " Courses Completed",
|
|
21
23
|
"Delete": "Vymazať",
|
|
22
24
|
"Draft": "Výber",
|
|
23
25
|
"answer_the_question": "Odpovedzte na otázku",
|
|
24
26
|
"Edit": "Upraviť",
|
|
27
|
+
"Explore": "Explore",
|
|
25
28
|
"external_content_article": "DOKUMENTY",
|
|
26
29
|
"external_content_scorm": "ANIMOVANÉ ZDROJE",
|
|
27
30
|
"external_content_video": "VIDEÁ",
|
|
@@ -50,6 +53,7 @@
|
|
|
50
53
|
"Put back": "Dať naspäť",
|
|
51
54
|
"Reject": "Odmietnuť",
|
|
52
55
|
"Reload": "Obnoviť",
|
|
56
|
+
"Review": "Review",
|
|
53
57
|
"Review lesson": "Opakovacia lekcia",
|
|
54
58
|
"secured_payment": "Zabezpečený server",
|
|
55
59
|
"See clue": "Pozrieť nápovedu",
|
|
@@ -70,6 +74,7 @@
|
|
|
70
74
|
"subscription_premium_title": "Coorpacademy Premium",
|
|
71
75
|
"subscription_price": "${currency}${price} vrátane DPH za mesiac",
|
|
72
76
|
"subscription_promo_code": "Teraz máte bezplatný neobmedzený prístup do nášho katalógu do {{date}}. Ak si ho chcete užívať aj po tomto termíne, prihláste sa na odber",
|
|
77
|
+
"skill_focus": "Skill focus",
|
|
73
78
|
"This message has been removed by its author": "Túto správu odstránil jej autor.",
|
|
74
79
|
"unsubscribe": "Odhlásiť sa z predplatného Coorpacademy",
|
|
75
80
|
"Validated": "Overené",
|
|
@@ -95,9 +100,10 @@
|
|
|
95
100
|
"post_comment_aria_label": "Uverejnite svoj komentár",
|
|
96
101
|
"validate_aria_label": "Potvrďte svoju odpoveď a prejdite na ďalší krok",
|
|
97
102
|
"stars": "hviezdy",
|
|
103
|
+
"questions": "Questions",
|
|
98
104
|
"custom":{
|
|
99
105
|
"digitlearning": {
|
|
100
|
-
"comment_aria_label": "
|
|
106
|
+
"comment_aria_label": "Ohodnoťte tento kurz"
|
|
101
107
|
}
|
|
102
108
|
}
|
|
103
109
|
}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
{
|
|
2
|
+
"accepted_cards": "Kreditna ali debetna kartica",
|
|
3
|
+
"An Error Occurred": "Pojavila se je napaka",
|
|
4
|
+
"Answer": "Odgovori",
|
|
5
|
+
"At the end of this level, you will be able to_": "Na koncu te stopnje boste lahko:",
|
|
6
|
+
"author": "avtor",
|
|
7
|
+
"Back to Dashboard Home": "Nazaj na domačo stran nadzorne plošče",
|
|
8
|
+
"back_to_catalog": "Nazaj na tečaje",
|
|
9
|
+
"cart_title": "Naročnina na Coorpacademy",
|
|
10
|
+
"challenges you on": "vas izziva naprej",
|
|
11
|
+
"is challenging you": "{{username}} vas izziva {{courseName}}",
|
|
12
|
+
"chapters": "poglavja",
|
|
13
|
+
"Close": "Zapri",
|
|
14
|
+
"clue_stars_to_loose_plural": "Odklepanje namiga zmanjša število zvezdic, ki jih lahko dobite pri tem vprašanju za {{count}} (če ste pravilno razumeli)",
|
|
15
|
+
"clue_stars_to_loose": "Odklepanje namiga zmanjša število zvezdic, ki jih lahko dobite pri tem vprašanju za {{count}} (če ste pravilno razumeli)",
|
|
16
|
+
"confirm_unsubscribe": "Ste prepričani, da se želite odjaviti?",
|
|
17
|
+
"cookies_details": "Ta spletna stran uporablja piškotke, da vam lahko zagotovimo najboljšo možno učno izkušnjo. Če želite prebrati več o piškotkih, ki jih uporabljamo, in o tem, kako uporabljamo vaše podatke, preberite naše",
|
|
18
|
+
"cookies_policy": "Politika zasebnosti in piškotkov.",
|
|
19
|
+
"cookies_title": "Kako uporabljamo piškotke:",
|
|
20
|
+
"Create a new cohort": "Ustvarite novo kohorto",
|
|
21
|
+
"courses": "Courses",
|
|
22
|
+
"courses_completed": " Courses Completed",
|
|
23
|
+
"Delete": "Izbriši",
|
|
24
|
+
"Draft": "Osnutek",
|
|
25
|
+
"answer_the_question": "Odgovori na vprašanje",
|
|
26
|
+
"Edit": "Uredi",
|
|
27
|
+
"Explore": "Explore",
|
|
28
|
+
"external_content_article": "DOKUMENTI",
|
|
29
|
+
"external_content_scorm": "ANIMIRANI VIRI",
|
|
30
|
+
"external_content_video": "VIDEO POSNETKI",
|
|
31
|
+
"external_content_podcast": "PODDAJE",
|
|
32
|
+
"keep_subscription": "Obdrži mojo naročnino",
|
|
33
|
+
"media_stars_to_win_plural": "Osvojite {{count}} dodatnih zvezdic v tem poglavju, ko si prvič ogledate lekcijo!",
|
|
34
|
+
"media_stars_to_win": "Osvojite {{count}} dodatno zvezdico v tem poglavju, ko si prvič ogledate lekcijo!",
|
|
35
|
+
"More": "Več",
|
|
36
|
+
"More details": "Več podrobnosti",
|
|
37
|
+
"New media": "Nova lekcija",
|
|
38
|
+
"No Selected Dashboard": "Ni izbrane nadzorne plošče",
|
|
39
|
+
"No status": "Brez statusa",
|
|
40
|
+
"Ok": "V redu",
|
|
41
|
+
"Open": "Odprto",
|
|
42
|
+
"payment_form_submit": "Začnite naročnino na Coorpacademy",
|
|
43
|
+
"Post": "Objavi",
|
|
44
|
+
"premium_unsubscribe_confirmation": "Potrjujemo preklic vaše naročnine, ki bo veljala od naslednjega meseca.\n\n Medtem lahko še naprej uživate v naši vsebini na platformi Coorpacademy.",
|
|
45
|
+
"Press the escape key to close the information text": "Pritisnite tipko Escape, da zaprete informacijsko besedilo",
|
|
46
|
+
"product_cancel": "Prekličite kadarkoli.",
|
|
47
|
+
"product_desc_battle": "Bojni način",
|
|
48
|
+
"product_desc_certificates": "Certifikati Coorpacademy",
|
|
49
|
+
"product_desc_coach": "Spletni trenerji",
|
|
50
|
+
"product_desc_culture": "Digitalna kultura: Vse ravni so končane",
|
|
51
|
+
"product_desc_forum": "Forum",
|
|
52
|
+
"product_desc_partnership": "Vsa izobraževanja naših partnerjev",
|
|
53
|
+
"Put back": "Daj nazaj",
|
|
54
|
+
"Reject": "Zavrni",
|
|
55
|
+
"Reload": "Ponovno naloži",
|
|
56
|
+
"Review": "Review",
|
|
57
|
+
"Review lesson": "Pregled lekcije",
|
|
58
|
+
"secured_payment": "Varen strežnik",
|
|
59
|
+
"See clue": "Glej namig",
|
|
60
|
+
"See less": "Glej manj",
|
|
61
|
+
"See lesson": "Glej lekcijo",
|
|
62
|
+
"Select a dashboard in the Sidebar": "V stranski vrstici izberite nadzorno ploščo",
|
|
63
|
+
"Show more": "Pokaži več",
|
|
64
|
+
"Show": "Prikaži",
|
|
65
|
+
"Start battle": "Začni bitko",
|
|
66
|
+
"subscription_disclaimer": "Strinjate se, da takoj pridobite dostop do Coorpacademy Premium “à la carte”. Prav tako se strinjate, da vam bomo prvi račun zaračunali od datuma transakcije do konca meseca. Nato vam bomo zaračunali prvi dan vsakega meseca.",
|
|
67
|
+
"subscription_freemium_button": "Zaženite Coorpacademy Premium",
|
|
68
|
+
"subscription_freemium_description": "Trenutno uporabljate Coorpacademy Freemium. Ponujamo veliko boljšo storitev, imenovano Coorpacademy Premium. S to storitvijo lahko dostopate do vseh tečajev in vseh stopenj, vas zanima?",
|
|
69
|
+
"subscription_freemium_title": "Coorpacademy Freemium",
|
|
70
|
+
"subscription_premium_description_part1": "Vaša naročnina bo samodejno podaljšana dne ",
|
|
71
|
+
"subscription_premium_description_part2": ". Zaračunali vam bomo znesek v višini ",
|
|
72
|
+
"subscription_premium_description_part3_with_link": "preklicati naročnino?",
|
|
73
|
+
"subscription_premium_description_part3": "Hočeš ",
|
|
74
|
+
"subscription_premium_title": "Coorpacademy Premium",
|
|
75
|
+
"subscription_price": "$ {currency} $ {price} vklj. davkov na mesec",
|
|
76
|
+
"subscription_promo_code": "Zdaj imate brezplačen neomejen dostop do našega kataloga do {{date}} . Če želite še naprej uživati po tem datumu, se naročite",
|
|
77
|
+
"skill_focus": "Skill focus",
|
|
78
|
+
"This message has been removed by its author": "To sporočilo je odstranil avtor.",
|
|
79
|
+
"unsubscribe": "Odjava iz Coorpacademy",
|
|
80
|
+
"Validated": "Potrjeno",
|
|
81
|
+
"Video Loading Error": "Med nalaganjem videoposnetka je prišlo do napake, poskusite znova.",
|
|
82
|
+
"Wait_creation": "Platforma je v nastajanju. To lahko traja nekaj sekund. Prosim počakaj...",
|
|
83
|
+
"comment_aria_label": "Oddaj svoj komentar ",
|
|
84
|
+
"zuora_discount_code_submit": "Prijavite se",
|
|
85
|
+
"zuora_discount_code": "Promocijska koda",
|
|
86
|
+
"mandatory_fields": "*Obvezna polja",
|
|
87
|
+
"something_went_wrong": "Oh škljoc! Nekaj je šlo narobe.",
|
|
88
|
+
"review_header_step_item": {
|
|
89
|
+
"correct_question": "{{current}} vprašanje {{headerStepValue}} je pravilno",
|
|
90
|
+
"incorrect_question": "{{current}} vprašanje {{headerStepValue}} ni pravilno",
|
|
91
|
+
"not_answered_question": "{{current}} vprašanje {{headerStepValue}} še ni odgovorjeno"
|
|
92
|
+
},
|
|
93
|
+
"bulk_import": {
|
|
94
|
+
"errors_number": "številka napak pri množičnem uvozu je {{bulkImportErrorsNumber}}",
|
|
95
|
+
"valid_scorm": "datoteka scorm je veljavna",
|
|
96
|
+
"invalid_scorm": "datoteka scorm ni veljavna",
|
|
97
|
+
"show_errors": "pokaži napake"
|
|
98
|
+
},
|
|
99
|
+
"close_button_ariaLabel": "Zapri diapozitiv za pregled",
|
|
100
|
+
"post_comment_aria_label": "Objavite svoj komentar",
|
|
101
|
+
"validate_aria_label": "Potrdite svoj odgovor in pojdite na naslednji korak",
|
|
102
|
+
"stars": "zvezde",
|
|
103
|
+
"questions": "Questions",
|
|
104
|
+
"custom":{
|
|
105
|
+
"digitlearning": {
|
|
106
|
+
"comment_aria_label": "Ocenite ta tečaj"
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|