@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/sv/global.json
CHANGED
|
@@ -18,10 +18,13 @@
|
|
|
18
18
|
"cookies_policy": "Riktlinje för integritet och cookies.",
|
|
19
19
|
"cookies_title": "Hur vi använder cookies:",
|
|
20
20
|
"Create a new cohort": "Skapa en ny årskull",
|
|
21
|
+
"courses": "Courses",
|
|
22
|
+
"courses_completed": " Courses Completed",
|
|
21
23
|
"Delete": "Radera",
|
|
22
24
|
"Draft": "Utkast",
|
|
23
25
|
"answer_the_question": "Besvara frågan",
|
|
24
26
|
"Edit": "Redigera",
|
|
27
|
+
"Explore": "Explore",
|
|
25
28
|
"external_content_article": "DOKUMENT",
|
|
26
29
|
"external_content_scorm": "ANIMERADE RESURSER",
|
|
27
30
|
"external_content_video": "VIDEOR",
|
|
@@ -50,6 +53,7 @@
|
|
|
50
53
|
"Put back": "Lägg tillbaka",
|
|
51
54
|
"Reject": "Förkasta",
|
|
52
55
|
"Reload": "Ladda om",
|
|
56
|
+
"Review": "Review",
|
|
53
57
|
"Review lesson": "Granska lektion",
|
|
54
58
|
"secured_payment": "Säker server",
|
|
55
59
|
"See clue": "Se ledtråd",
|
|
@@ -70,6 +74,7 @@
|
|
|
70
74
|
"subscription_premium_title": "Coorpacademy Premium",
|
|
71
75
|
"subscription_price": "${currency}${price} inkl. skatt per månad",
|
|
72
76
|
"subscription_promo_code": "Du har nu gratis obegränsad tillgång till vår katalog fram till den {{date}}. För att fortsätta använda den efter det här datumet, vänligen prenumerera på ",
|
|
77
|
+
"skill_focus": "Skill focus",
|
|
73
78
|
"This message has been removed by its author": "Meddelandet har tagits bort av upphovspersonen.",
|
|
74
79
|
"unsubscribe": "Avregistrera dig från Coorpacademy",
|
|
75
80
|
"Validated": "Validerad",
|
|
@@ -95,9 +100,10 @@
|
|
|
95
100
|
"post_comment_aria_label": "Posta din kommentar",
|
|
96
101
|
"validate_aria_label": "Validera ditt svar och gå till nästa steg",
|
|
97
102
|
"stars": "stjärnor",
|
|
103
|
+
"questions": "Questions",
|
|
98
104
|
"custom":{
|
|
99
105
|
"digitlearning": {
|
|
100
|
-
"comment_aria_label": "
|
|
106
|
+
"comment_aria_label": "Betygsätt denna kurs"
|
|
101
107
|
}
|
|
102
108
|
}
|
|
103
109
|
}
|
package/locales/tl/global.json
CHANGED
|
@@ -18,10 +18,13 @@
|
|
|
18
18
|
"cookies_policy": "Patakaran sa Privacy at Cookies.",
|
|
19
19
|
"cookies_title": "Paano namin ginagamit ang cookies:",
|
|
20
20
|
"Create a new cohort": "Lumikha ng isang bagong cohort",
|
|
21
|
+
"courses": "Courses",
|
|
22
|
+
"courses_completed": " Courses Completed",
|
|
21
23
|
"Delete": "Tanggalin",
|
|
22
24
|
"Draft": "Draft",
|
|
23
25
|
"answer_the_question": "Sagutin ang katanungan",
|
|
24
26
|
"Edit": "Edit",
|
|
27
|
+
"Explore": "Explore",
|
|
25
28
|
"external_content_article": "MGA DOKUMENTO",
|
|
26
29
|
"external_content_scorm": "MGA ANIMATED NA MAPAGKUKUNAN",
|
|
27
30
|
"external_content_video": "MGA VIDEO",
|
|
@@ -50,6 +53,7 @@
|
|
|
50
53
|
"Put back": "Ibalik",
|
|
51
54
|
"Reject": "Reject",
|
|
52
55
|
"Reload": "Reload",
|
|
56
|
+
"Review": "Review",
|
|
53
57
|
"Review lesson": "Repasuhin ang aralin",
|
|
54
58
|
"secured_payment": "Secure server",
|
|
55
59
|
"See clue": "Tingnan ang clue",
|
|
@@ -70,6 +74,7 @@
|
|
|
70
74
|
"subscription_premium_title": "Coorpacademy Premium",
|
|
71
75
|
"subscription_price": "${currency}${price} kasamang taxes kada buwan",
|
|
72
76
|
"subscription_promo_code": "Mayroon kang libreng walang limitasyong pag-access sa aming katalogo hanggang sa {{date}}. Upang mapanatili itong tangkilikin pagkatapos ng petsang ito, mangyaring mag-subscribe sa",
|
|
77
|
+
"skill_focus": "Skill focus",
|
|
73
78
|
"This message has been removed by its author": "Ang mensaheng ito ay tinanggal ng may-akda nito.",
|
|
74
79
|
"unsubscribe": "Mag-unsubscribe mula sa Coorpacademy",
|
|
75
80
|
"Validated": "Na-verify",
|
|
@@ -95,9 +100,10 @@
|
|
|
95
100
|
"post_comment_aria_label": "I-post ang iyong komento",
|
|
96
101
|
"validate_aria_label": "Patunayan ang iyong sagot at pumunta sa susunod na hakbang",
|
|
97
102
|
"stars": "mga bituin",
|
|
103
|
+
"questions": "Questions",
|
|
98
104
|
"custom":{
|
|
99
105
|
"digitlearning": {
|
|
100
|
-
"comment_aria_label": "
|
|
106
|
+
"comment_aria_label": "I-rate ang kursong ito"
|
|
101
107
|
}
|
|
102
108
|
}
|
|
103
109
|
}
|
package/locales/tr/global.json
CHANGED
|
@@ -18,10 +18,13 @@
|
|
|
18
18
|
"cookies_policy": "Gizlilik ve Çerez Politikası.",
|
|
19
19
|
"cookies_title": "Çerezleri nasıl kullanıyoruz:",
|
|
20
20
|
"Create a new cohort": "Create a new cohort",
|
|
21
|
+
"courses": "Courses",
|
|
22
|
+
"courses_completed": " Courses Completed",
|
|
21
23
|
"Delete": "Sil",
|
|
22
24
|
"Draft": "taslak",
|
|
23
25
|
"answer_the_question": "Soruyu yanıtlayın",
|
|
24
26
|
"Edit": "Düzenle",
|
|
27
|
+
"Explore": "Explore",
|
|
25
28
|
"external_content_article": "BELGELER",
|
|
26
29
|
"external_content_scorm": "HAREKETLİ KAYNAKLAR",
|
|
27
30
|
"external_content_video": "VİDEOLAR",
|
|
@@ -50,6 +53,7 @@
|
|
|
50
53
|
"Put back": "Geri koy",
|
|
51
54
|
"Reject": "Reddet",
|
|
52
55
|
"Reload": "Yeniden yükle",
|
|
56
|
+
"Review": "Review",
|
|
53
57
|
"Review lesson": "Dersi değerlendirin",
|
|
54
58
|
"secured_payment": "Güvenli sunucu",
|
|
55
59
|
"See clue": "İpucunu gör",
|
|
@@ -70,6 +74,7 @@
|
|
|
70
74
|
"subscription_premium_title": "Coorpacademy Premium",
|
|
71
75
|
"subscription_price": "Aylık ${currency}${price}, vergiler dahil",
|
|
72
76
|
"subscription_promo_code": "Şimdi {{date}} tarihine kadar kataloğumuza ücretsiz sınırsız erişim hakkına sahipsiniz. Bu tarihten sonra içeriği kullanmaya devam etmek için, lütfen _______ tarihinde abone olun",
|
|
77
|
+
"skill_focus": "Skill focus",
|
|
73
78
|
"This message has been removed by its author": "Bu mesaj yazarı tarafından kaldırılmıştır.",
|
|
74
79
|
"unsubscribe": "Coorpacademy aboneliğini sonlandır",
|
|
75
80
|
"Validated": "Onaylı",
|
|
@@ -95,9 +100,10 @@
|
|
|
95
100
|
"post_comment_aria_label": "Yorumunu paylaş",
|
|
96
101
|
"validate_aria_label": "Cevabınızı doğrulayın ve bir sonraki adıma geçin",
|
|
97
102
|
"stars": "yıldızlar",
|
|
103
|
+
"questions": "Questions",
|
|
98
104
|
"custom":{
|
|
99
105
|
"digitlearning": {
|
|
100
|
-
"comment_aria_label": "
|
|
106
|
+
"comment_aria_label": "Bu kursu değerlendirin"
|
|
101
107
|
}
|
|
102
108
|
}
|
|
103
109
|
}
|
package/locales/uk/global.json
CHANGED
|
@@ -18,10 +18,13 @@
|
|
|
18
18
|
"cookies_policy": "Політика конфіденційності та використання файлів cookie.",
|
|
19
19
|
"cookies_title": "Як користуватися файлами cookies:",
|
|
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} включно податків на місяць",
|
|
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/vi/global.json
CHANGED
|
@@ -18,10 +18,13 @@
|
|
|
18
18
|
"cookies_policy": "Chính sách bảo mật và cookie.",
|
|
19
19
|
"cookies_title": "Cách chúng tôi sử dụng cookie:",
|
|
20
20
|
"Create a new cohort": "Create a new cohort",
|
|
21
|
+
"courses": "Courses",
|
|
22
|
+
"courses_completed": " Courses Completed",
|
|
21
23
|
"Delete": "Xóa",
|
|
22
24
|
"Draft": "Bản nháp",
|
|
23
25
|
"answer_the_question": "Trả lời câu hỏi",
|
|
24
26
|
"Edit": "Chỉnh sửa",
|
|
27
|
+
"Explore": "Explore",
|
|
25
28
|
"external_content_article": "VĂN BẢN",
|
|
26
29
|
"external_content_scorm": "TƯ LIỆU HOẠT HÌNH",
|
|
27
30
|
"external_content_video": "VIDEO",
|
|
@@ -50,6 +53,7 @@
|
|
|
50
53
|
"Put back": "Để lại chổ cũ",
|
|
51
54
|
"Reject": "Từ chối",
|
|
52
55
|
"Reload": "Tải lại",
|
|
56
|
+
"Review": "Review",
|
|
53
57
|
"Review lesson": "Ôn lại bài học",
|
|
54
58
|
"secured_payment": "Máy chủ bảo mật",
|
|
55
59
|
"See clue": "Xem gợi ý",
|
|
@@ -70,6 +74,7 @@
|
|
|
70
74
|
"subscription_premium_title": "Coorpacademy Premium",
|
|
71
75
|
"subscription_price": "đã bao gồm ${price}${currency} thuế mỗi tháng",
|
|
72
76
|
"subscription_promo_code": "Giờ đây bạn đã có quyền truy cập miễn phí không giới hạn vào danh mục của chúng tôi cho đến {{date}}. Để tiếp tục tận hưởng đặc quyền này sau ngày đã nêu, hãy đăng ký",
|
|
77
|
+
"skill_focus": "Skill focus",
|
|
73
78
|
"This message has been removed by its author": "Tin nhắn này đã bị tác giả xóa.",
|
|
74
79
|
"unsubscribe": "Hủy đăng ký Coorpacademy",
|
|
75
80
|
"Validated": "Xác thực",
|
|
@@ -95,9 +100,10 @@
|
|
|
95
100
|
"post_comment_aria_label": "Đăng bình luận của bạn",
|
|
96
101
|
"validate_aria_label": "Xác thực câu trả lời của bạn và sang bước tiếp theo",
|
|
97
102
|
"stars": "ngôi sao",
|
|
103
|
+
"questions": "Questions",
|
|
98
104
|
"custom":{
|
|
99
105
|
"digitlearning": {
|
|
100
|
-
"comment_aria_label": "
|
|
106
|
+
"comment_aria_label": "Đánh giá khóa học này"
|
|
101
107
|
}
|
|
102
108
|
}
|
|
103
109
|
}
|
package/locales/zh/global.json
CHANGED
|
@@ -18,10 +18,13 @@
|
|
|
18
18
|
"cookies_policy": "隐私和 cookie 政策。",
|
|
19
19
|
"cookies_title": "我们如何使用 cookies:",
|
|
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": "${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
|
}
|
|
@@ -18,10 +18,13 @@
|
|
|
18
18
|
"cookies_policy": "隱私權和 Cookie 政策。",
|
|
19
19
|
"cookies_title": "我們如何使用 Cookies:",
|
|
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}每月稅金",
|
|
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.32.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -175,5 +175,5 @@
|
|
|
175
175
|
"last 2 versions",
|
|
176
176
|
"IE 11"
|
|
177
177
|
],
|
|
178
|
-
"gitHead": "
|
|
178
|
+
"gitHead": "27ed793c9003a3fb2a99cdf4ba0ea32233a6a079"
|
|
179
179
|
}
|