@coorpacademy/components 11.32.1 → 11.32.2
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 +1 -0
- package/es/atom/button-link/index.d.ts.map +1 -1
- package/es/atom/button-link/index.js +6 -5
- package/es/atom/button-link/index.js.map +1 -1
- package/es/atom/button-link/types.d.ts +3 -0
- package/es/atom/button-link/types.d.ts.map +1 -1
- package/es/atom/button-link/types.js +1 -0
- package/es/atom/button-link/types.js.map +1 -1
- package/es/atom/icon/index.d.ts.map +1 -1
- package/es/atom/icon/index.js +3 -0
- package/es/atom/icon/index.js.map +1 -1
- package/es/atom/input-search/style.css +1 -0
- package/es/molecule/cm-popin/types.d.ts +2 -0
- package/es/molecule/cm-popin/types.d.ts.map +1 -1
- package/es/molecule/expandible-actionable-table/index.d.ts +1 -0
- package/es/molecule/expandible-actionable-table/index.d.ts.map +1 -1
- package/es/molecule/expandible-actionable-table/types.d.ts +1 -0
- package/es/molecule/expandible-actionable-table/types.d.ts.map +1 -1
- package/es/molecule/learner-skill-card/index.d.ts +2 -0
- package/es/molecule/learner-skill-card/index.d.ts.map +1 -1
- package/es/molecule/learner-skill-card/index.js +7 -2
- package/es/molecule/learner-skill-card/index.js.map +1 -1
- package/es/molecule/learning-profile-radar-chart/index.d.ts +1 -1
- package/es/molecule/learning-profile-radar-chart/index.d.ts.map +1 -1
- package/es/molecule/learning-profile-radar-chart/index.js +27 -13
- package/es/molecule/learning-profile-radar-chart/index.js.map +1 -1
- package/es/molecule/learning-profile-radar-chart/style.css +43 -40
- package/es/molecule/learning-profile-radar-chart/types.d.ts +7 -1
- package/es/molecule/learning-profile-radar-chart/types.d.ts.map +1 -1
- package/es/molecule/learning-profile-radar-chart/types.js.map +1 -1
- package/es/molecule/skill-picker-modal/index.d.ts.map +1 -1
- package/es/molecule/skill-picker-modal/index.js +1 -1
- package/es/molecule/skill-picker-modal/index.js.map +1 -1
- package/es/molecule/skills-chart-side-information-panel/style.css +25 -9
- package/es/organism/list-items/index.d.ts +2 -0
- package/es/organism/review-no-skills/index.d.ts +2 -1
- package/es/organism/review-no-skills/index.d.ts.map +1 -1
- package/es/organism/review-no-skills/index.js +8 -4
- package/es/organism/review-no-skills/index.js.map +1 -1
- package/es/organism/review-no-skills/prop-types.d.ts +2 -0
- package/es/organism/review-no-skills/prop-types.d.ts.map +1 -1
- package/es/organism/review-no-skills/prop-types.js +2 -1
- package/es/organism/review-no-skills/prop-types.js.map +1 -1
- package/es/organism/review-no-skills/style.css +6 -0
- package/es/organism/setup-header/index.d.ts +4 -0
- package/es/organism/wizard-contents/index.d.ts +3 -0
- package/es/template/app-player/loading/index.d.ts +2 -0
- package/es/template/app-player/player/index.d.ts +4 -0
- package/es/template/app-player/player/slides/index.d.ts +2 -0
- package/es/template/app-player/player/slides/index.d.ts.map +1 -1
- package/es/template/app-player/popin-correction/index.d.ts +2 -0
- package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/es/template/app-player/popin-end/index.d.ts +2 -0
- package/es/template/app-review/index.d.ts +2 -0
- package/es/template/app-review/index.d.ts.map +1 -1
- package/es/template/app-review/player/prop-types.d.ts +2 -0
- package/es/template/app-review/player/prop-types.d.ts.map +1 -1
- package/es/template/app-review/prop-types.d.ts +2 -0
- package/es/template/app-review/prop-types.d.ts.map +1 -1
- package/es/template/back-office/brand-create/index.d.ts +4 -0
- package/es/template/back-office/brand-create/index.d.ts.map +1 -1
- package/es/template/back-office/brand-list/index.d.ts +4 -0
- package/es/template/back-office/brand-list/index.d.ts.map +1 -1
- package/es/template/back-office/brand-update/index.d.ts +11 -0
- package/es/template/back-office/dashboard-preview/index.d.ts +4 -0
- package/es/template/back-office/layout/index.d.ts +4 -0
- package/es/template/back-office/layout/index.d.ts.map +1 -1
- package/es/template/common/dashboard/index.d.ts +4 -0
- package/es/template/common/search-page/index.d.ts +2 -0
- package/es/template/external-course/index.d.ts +2 -0
- package/es/template/my-learning/index.d.ts +33 -0
- package/es/template/my-learning/index.d.ts.map +1 -0
- package/es/template/my-learning/index.js +393 -0
- package/es/template/my-learning/index.js.map +1 -0
- package/es/template/my-learning/style.css +269 -0
- package/es/util/search-value-included.d.ts +3 -0
- package/es/util/search-value-included.d.ts.map +1 -0
- package/es/util/search-value-included.js +10 -0
- package/es/util/search-value-included.js.map +1 -0
- package/lib/atom/button-link/index.d.ts +1 -0
- package/lib/atom/button-link/index.d.ts.map +1 -1
- package/lib/atom/button-link/index.js +6 -5
- package/lib/atom/button-link/index.js.map +1 -1
- package/lib/atom/button-link/types.d.ts +3 -0
- package/lib/atom/button-link/types.d.ts.map +1 -1
- package/lib/atom/button-link/types.js +1 -0
- package/lib/atom/button-link/types.js.map +1 -1
- package/lib/atom/icon/index.d.ts.map +1 -1
- package/lib/atom/icon/index.js +3 -0
- package/lib/atom/icon/index.js.map +1 -1
- package/lib/atom/input-search/style.css +1 -0
- package/lib/molecule/cm-popin/types.d.ts +2 -0
- package/lib/molecule/cm-popin/types.d.ts.map +1 -1
- package/lib/molecule/expandible-actionable-table/index.d.ts +1 -0
- package/lib/molecule/expandible-actionable-table/index.d.ts.map +1 -1
- package/lib/molecule/expandible-actionable-table/types.d.ts +1 -0
- package/lib/molecule/expandible-actionable-table/types.d.ts.map +1 -1
- package/lib/molecule/learner-skill-card/index.d.ts +2 -0
- package/lib/molecule/learner-skill-card/index.d.ts.map +1 -1
- package/lib/molecule/learner-skill-card/index.js +7 -2
- package/lib/molecule/learner-skill-card/index.js.map +1 -1
- package/lib/molecule/learning-profile-radar-chart/index.d.ts +1 -1
- package/lib/molecule/learning-profile-radar-chart/index.d.ts.map +1 -1
- package/lib/molecule/learning-profile-radar-chart/index.js +27 -13
- package/lib/molecule/learning-profile-radar-chart/index.js.map +1 -1
- package/lib/molecule/learning-profile-radar-chart/style.css +43 -40
- package/lib/molecule/learning-profile-radar-chart/types.d.ts +7 -1
- package/lib/molecule/learning-profile-radar-chart/types.d.ts.map +1 -1
- package/lib/molecule/learning-profile-radar-chart/types.js.map +1 -1
- package/lib/molecule/skill-picker-modal/index.d.ts.map +1 -1
- package/lib/molecule/skill-picker-modal/index.js +1 -1
- package/lib/molecule/skill-picker-modal/index.js.map +1 -1
- package/lib/molecule/skills-chart-side-information-panel/style.css +25 -9
- package/lib/organism/list-items/index.d.ts +2 -0
- package/lib/organism/review-no-skills/index.d.ts +2 -1
- package/lib/organism/review-no-skills/index.d.ts.map +1 -1
- package/lib/organism/review-no-skills/index.js +8 -4
- package/lib/organism/review-no-skills/index.js.map +1 -1
- package/lib/organism/review-no-skills/prop-types.d.ts +2 -0
- package/lib/organism/review-no-skills/prop-types.d.ts.map +1 -1
- package/lib/organism/review-no-skills/prop-types.js +2 -1
- package/lib/organism/review-no-skills/prop-types.js.map +1 -1
- package/lib/organism/review-no-skills/style.css +6 -0
- package/lib/organism/setup-header/index.d.ts +4 -0
- package/lib/organism/wizard-contents/index.d.ts +3 -0
- package/lib/template/app-player/loading/index.d.ts +2 -0
- package/lib/template/app-player/player/index.d.ts +4 -0
- package/lib/template/app-player/player/slides/index.d.ts +2 -0
- package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-correction/index.d.ts +2 -0
- package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-end/index.d.ts +2 -0
- package/lib/template/app-review/index.d.ts +2 -0
- package/lib/template/app-review/index.d.ts.map +1 -1
- package/lib/template/app-review/player/prop-types.d.ts +2 -0
- package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
- package/lib/template/app-review/prop-types.d.ts +2 -0
- package/lib/template/app-review/prop-types.d.ts.map +1 -1
- package/lib/template/back-office/brand-create/index.d.ts +4 -0
- package/lib/template/back-office/brand-create/index.d.ts.map +1 -1
- package/lib/template/back-office/brand-list/index.d.ts +4 -0
- package/lib/template/back-office/brand-list/index.d.ts.map +1 -1
- package/lib/template/back-office/brand-update/index.d.ts +11 -0
- package/lib/template/back-office/dashboard-preview/index.d.ts +4 -0
- package/lib/template/back-office/layout/index.d.ts +4 -0
- package/lib/template/back-office/layout/index.d.ts.map +1 -1
- package/lib/template/common/dashboard/index.d.ts +4 -0
- package/lib/template/common/search-page/index.d.ts +2 -0
- package/lib/template/external-course/index.d.ts +2 -0
- package/lib/template/my-learning/index.d.ts +33 -0
- package/lib/template/my-learning/index.d.ts.map +1 -0
- package/lib/template/my-learning/index.js +422 -0
- package/lib/template/my-learning/index.js.map +1 -0
- package/lib/template/my-learning/style.css +269 -0
- package/lib/util/search-value-included.d.ts +3 -0
- package/lib/util/search-value-included.d.ts.map +1 -0
- package/lib/util/search-value-included.js +20 -0
- package/lib/util/search-value-included.js.map +1 -0
- package/locales/cs/global.json +38 -6
- package/locales/de/global.json +38 -6
- package/locales/en/global.json +27 -1
- package/locales/es/global.json +38 -6
- package/locales/fi/global.json +38 -6
- package/locales/fr/global.json +37 -5
- package/locales/hr/global.json +38 -6
- package/locales/hu/global.json +38 -6
- package/locales/it/global.json +38 -6
- package/locales/ja/global.json +38 -6
- package/locales/ko/global.json +38 -6
- package/locales/nl/global.json +37 -5
- package/locales/pl/global.json +38 -6
- package/locales/pt/global.json +38 -6
- package/locales/ro/global.json +38 -6
- package/locales/ru/global.json +38 -6
- package/locales/sk/global.json +38 -6
- package/locales/sl/global.json +38 -6
- package/locales/sv/global.json +38 -6
- package/locales/tl/global.json +38 -6
- package/locales/tr/global.json +38 -6
- package/locales/uk/global.json +38 -6
- package/locales/vi/global.json +38 -6
- package/locales/zh/global.json +38 -6
- package/locales/zh_TW/global.json +38 -6
- package/package.json +2 -2
package/locales/uk/global.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"all": "Все",
|
|
2
3
|
"accepted_cards": "Кредитна чи дебетова картка",
|
|
3
4
|
"An Error Occurred": "Сталася помилка",
|
|
4
5
|
"Answer": "Відповідь",
|
|
@@ -18,17 +19,24 @@
|
|
|
18
19
|
"cookies_policy": "Політика конфіденційності та використання файлів cookie.",
|
|
19
20
|
"cookies_title": "Як користуватися файлами cookies:",
|
|
20
21
|
"Create a new cohort": "Create a new cohort",
|
|
21
|
-
"courses": "
|
|
22
|
-
"courses_completed": "
|
|
22
|
+
"courses": "Курси",
|
|
23
|
+
"courses_completed": "Завершені курси",
|
|
24
|
+
"skills_change_focus": "Змінити фокус навички",
|
|
25
|
+
"skills_choose_focus": "Виберіть свій фокус",
|
|
26
|
+
"cancel": "Скасувати",
|
|
27
|
+
"confirm": "Підтвердити",
|
|
23
28
|
"Delete": "Видалити",
|
|
24
29
|
"Draft": "Чернетка",
|
|
25
30
|
"answer_the_question": "Дайте відповідь на питання",
|
|
26
31
|
"Edit": "Редагувати",
|
|
27
|
-
"Explore": "
|
|
32
|
+
"Explore": "Дослідити",
|
|
28
33
|
"external_content_article": "ДОКУМЕНТИ",
|
|
29
34
|
"external_content_scorm": "АНІМОВАНІ РЕСУРСИ",
|
|
30
35
|
"external_content_video": "ВІДЕО",
|
|
31
36
|
"external_content_podcast": "ПОДКАСТИ",
|
|
37
|
+
"empty_search_result_title": "Немає результатів для ”{{searchValue}}”",
|
|
38
|
+
"empty_search_result_description": "Спробуйте налаштувати пошук, щоб знайти те, що ви шукаєте.",
|
|
39
|
+
"empty_search_result_clear_search": "Очистити пошук",
|
|
32
40
|
"keep_subscription": "Зберегти мою підписку",
|
|
33
41
|
"media_stars_to_win_plural": "Вигравайте {{count}} додаткових зірок за перший перегляд уроку в цьому розділі!",
|
|
34
42
|
"media_stars_to_win": "Вигравайте {{count}} додаткову зірку за перший перегляд уроку в цьому розділі!",
|
|
@@ -53,8 +61,9 @@
|
|
|
53
61
|
"Put back": "Відкласти",
|
|
54
62
|
"Reject": "Відхилити",
|
|
55
63
|
"Reload": "Перезавантажити",
|
|
56
|
-
"Review": "
|
|
64
|
+
"Review": "Огляд",
|
|
57
65
|
"Review lesson": "Оцінити урок",
|
|
66
|
+
"search_place_holder": "Пошук...",
|
|
58
67
|
"secured_payment": "Безпечний сервер",
|
|
59
68
|
"See clue": "Переглянути підказку",
|
|
60
69
|
"See less": "Менше",
|
|
@@ -63,6 +72,12 @@
|
|
|
63
72
|
"Show more": "Показати більше",
|
|
64
73
|
"Show": "Показати",
|
|
65
74
|
"Start battle": "Розпочати змагання",
|
|
75
|
+
"skills_section_title": "Навички",
|
|
76
|
+
"skills_section_description": "Дослідити або переглянути навички",
|
|
77
|
+
"skills_focus_empty_title": "Виберіть навички, які хочете вдосконалити",
|
|
78
|
+
"skills_focus_description": "Зосередьтеся на навичках, які хочете вдосконалити, і відстежуйте свій прогрес",
|
|
79
|
+
"skills_focus_empty_description": "Тренуйтеся регулярно, відстежуйте свій прогрес, щоб опанувати вибрані навички та розкрити свій потенціал.",
|
|
80
|
+
"skill_focus_description": "Виберіть навички, на яких ви хочете зосередитися",
|
|
66
81
|
"subscription_disclaimer": "Ви погоджуєтесь миттєво отримати доступ до Coorpacademy Premium за моделлю «à la carte». Ви також погоджуєтесь, що з вас буде стягнено оплату за першим рахунком в період від дати транзакції до кінця місяця. Надалі оплата стягуватиметься у перший день кожного місяця.",
|
|
67
82
|
"subscription_freemium_button": "Запустити Coorpacademy Premium",
|
|
68
83
|
"subscription_freemium_description": "Зараз ви користуєтесь версією Coorpacademy Freemium. Ми пропонуємо вам перейти на значно кращий сервіс під назвою Coorpacademy Premium. Цей сервіс надасть вам доступ до всіх курсів та рівнів. Вам це цікаво?",
|
|
@@ -74,7 +89,13 @@
|
|
|
74
89
|
"subscription_premium_title": "Coorpacademy Premium",
|
|
75
90
|
"subscription_price": "${currency}${price} включно податків на місяць",
|
|
76
91
|
"subscription_promo_code": "Тепер у вас безкоштовний необмежений доступ до нашого каталогу до {{date}}. Щоб користуватися ним і після цієї дати, будь ласка підпишіться на",
|
|
77
|
-
"skill_focus": "
|
|
92
|
+
"skill_focus": "Фокус навички",
|
|
93
|
+
"skill_focus_footer_description": "Виберіть ще принаймні {{skillNumber}} навички",
|
|
94
|
+
"skill_focus_footer_error_description": "Приберіть вибір ще принаймні {{skillNumber}} навичок",
|
|
95
|
+
"skill_chart_side_panel_courses_completed": "Завершені курси",
|
|
96
|
+
"skill_chart_side_panel_questions_answered": "Питання, на які відповіли",
|
|
97
|
+
"skill_chart_side_panel_learning_hours": "Навчальні години",
|
|
98
|
+
"selected": "вибрано",
|
|
78
99
|
"This message has been removed by its author": "Це повідомлення було вилучено автором.",
|
|
79
100
|
"unsubscribe": "Скасувати підписку Coorpacademy",
|
|
80
101
|
"Validated": "Підтверджено",
|
|
@@ -85,6 +106,13 @@
|
|
|
85
106
|
"zuora_discount_code": "Промокод",
|
|
86
107
|
"mandatory_fields": "*Mandatory fields",
|
|
87
108
|
"something_went_wrong": "Oh Snap! Something went wrong.",
|
|
109
|
+
"review_mode_tooltip_header": "Що таке режим перегляду?",
|
|
110
|
+
"review_mode_tooltip_content": "Отримана інформація зникає з пам'яті так само швидко, як і потрапляє туди? Це абсолютно нормально: без повторення немає запам'ятовування! Щоб зберегти знання надовго, використовуйте режим повторення для оновлення пам'яті! ",
|
|
111
|
+
"review_mode_tooltip_content_part1": "Виберіть 1 навичку",
|
|
112
|
+
"review_mode_tooltip_content_part2": "Дайте відповідь на 5 запитань",
|
|
113
|
+
"review_mode_tooltip_content_part3": "У вас є нескінченні життя",
|
|
114
|
+
"review_mode_tooltip_content_part4": "Зробіть все правильно",
|
|
115
|
+
"review_mode_available": "Доступно для огляду",
|
|
88
116
|
"review_header_step_item": {
|
|
89
117
|
"correct_question": "{{current}}питання {{headerStepValue}} є павильним",
|
|
90
118
|
"incorrect_question": "{{current}}питання {{headerStepValue}} є неправильним",
|
|
@@ -96,11 +124,15 @@
|
|
|
96
124
|
"invalid_scorm": "SCORM-файл є недійсним",
|
|
97
125
|
"show_errors": "показати помилки"
|
|
98
126
|
},
|
|
127
|
+
"review_skill_empty": "У вас ще немає навичок для перегляду",
|
|
128
|
+
"review_skill_empty_description": "Спочатку вам потрібно пройти курси, перш ніж ви зможете переглянути різні навички.",
|
|
99
129
|
"close_button_ariaLabel": "Закрити слайд перегляду",
|
|
100
130
|
"post_comment_aria_label": "Опублікуйте ваш коментар",
|
|
101
131
|
"validate_aria_label": "Підтвердьте свою відповідь і перейдіть до наступного кроку",
|
|
102
132
|
"stars": "зірки",
|
|
103
|
-
"questions": "
|
|
133
|
+
"questions": "Питання",
|
|
134
|
+
"skill_scope_specifier": "на <b>{{focusedSkill}}</b>",
|
|
135
|
+
"focused_skills": "навички розвитку",
|
|
104
136
|
"custom":{
|
|
105
137
|
"digitlearning": {
|
|
106
138
|
"comment_aria_label": "Оцініть цей курс"
|
package/locales/vi/global.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"all": "Tất cả",
|
|
2
3
|
"accepted_cards": "Thẻ tín dụng hoặc thẻ ghi nợ",
|
|
3
4
|
"An Error Occurred": "Đã xảy ra lỗi",
|
|
4
5
|
"Answer": "Trả lời",
|
|
@@ -18,17 +19,24 @@
|
|
|
18
19
|
"cookies_policy": "Chính sách bảo mật và cookie.",
|
|
19
20
|
"cookies_title": "Cách chúng tôi sử dụng cookie:",
|
|
20
21
|
"Create a new cohort": "Create a new cohort",
|
|
21
|
-
"courses": "
|
|
22
|
-
"courses_completed": "
|
|
22
|
+
"courses": "Khóa học",
|
|
23
|
+
"courses_completed": "Đã hoàn thành các khóa học",
|
|
24
|
+
"skills_change_focus": "Thay đổi trọng tâm kỹ năng",
|
|
25
|
+
"skills_choose_focus": "Chọn trọng tâm của bạn",
|
|
26
|
+
"cancel": "Cancel",
|
|
27
|
+
"confirm": "Xác nhận",
|
|
23
28
|
"Delete": "Xóa",
|
|
24
29
|
"Draft": "Bản nháp",
|
|
25
30
|
"answer_the_question": "Trả lời câu hỏi",
|
|
26
31
|
"Edit": "Chỉnh sửa",
|
|
27
|
-
"Explore": "
|
|
32
|
+
"Explore": "Khám phá",
|
|
28
33
|
"external_content_article": "VĂN BẢN",
|
|
29
34
|
"external_content_scorm": "TƯ LIỆU HOẠT HÌNH",
|
|
30
35
|
"external_content_video": "VIDEO",
|
|
31
36
|
"external_content_podcast": "PODCAST",
|
|
37
|
+
"empty_search_result_title": "Không có kết quả nào cho ”{{searchValue}}”",
|
|
38
|
+
"empty_search_result_description": "Thử điều chỉnh tìm kiếm của bạn để tìm thấy những gì bạn đang tìm kiếm.",
|
|
39
|
+
"empty_search_result_clear_search": "Xóa tìm kiếm",
|
|
32
40
|
"keep_subscription": "Giữ đăng ký của tôi",
|
|
33
41
|
"media_stars_to_win_plural": "Giành được thêm {{count}} sao trong chương này khi xem bài học lần đầu tiên!",
|
|
34
42
|
"media_stars_to_win": "Giành được thêm {{count}} sao trong chương này khi xem bài học lần đầu tiên!",
|
|
@@ -53,8 +61,9 @@
|
|
|
53
61
|
"Put back": "Để lại chổ cũ",
|
|
54
62
|
"Reject": "Từ chối",
|
|
55
63
|
"Reload": "Tải lại",
|
|
56
|
-
"Review": "
|
|
64
|
+
"Review": "Ôn tập",
|
|
57
65
|
"Review lesson": "Ôn lại bài học",
|
|
66
|
+
"search_place_holder": "Tìm kiếm...",
|
|
58
67
|
"secured_payment": "Máy chủ bảo mật",
|
|
59
68
|
"See clue": "Xem gợi ý",
|
|
60
69
|
"See less": "Thu bớt",
|
|
@@ -63,6 +72,12 @@
|
|
|
63
72
|
"Show more": "Xem thêm",
|
|
64
73
|
"Show": "Hiện",
|
|
65
74
|
"Start battle": "Bắt đầu trận chiến",
|
|
75
|
+
"skills_section_title": "Kỹ năng",
|
|
76
|
+
"skills_section_description": "Khám phá hoặc ôn tập các kỹ năng",
|
|
77
|
+
"skills_focus_empty_title": "Chọn những kỹ năng bạn muốn cải thiện",
|
|
78
|
+
"skills_focus_description": "Tập trung vào các kỹ năng bạn muốn cải thiện và theo dõi sự tiến bộ của bạn",
|
|
79
|
+
"skills_focus_empty_description": "Luyện tập thường xuyên, theo dõi sự tiến bộ của bạn để thành thạo các kỹ năng đã chọn và khai phá tiềm năng của bạn.",
|
|
80
|
+
"skill_focus_description": "Chọn những kỹ năng bạn muốn tập trung vào",
|
|
66
81
|
"subscription_disclaimer": "Bạn đồng ý ngay lập tức nhận được quyền truy cập vào Coorpacademy Premium “à la carte”. Bạn cũng đồng ý rằng bạn sẽ bị tính phí từ ngày giao dịch đến cuối tháng, cho hóa đơn đầu tiên. Vậy, bạn sẽ bị tính phí vào ngày đầu tiên của mỗi tháng.",
|
|
67
82
|
"subscription_freemium_button": "Khởi chạy Coorpacademy Premium",
|
|
68
83
|
"subscription_freemium_description": "Bạn hiện đang sử dụng Coorpacademy Freemium. Chúng tôi có cung cấp dịch vụ tốt hơn, mang tên Coorpacademy Premium. Với dịch vụ này, bạn có thể truy cập tất cả các khóa học và tất cả các cấp độ, bạn có hứng thú không?",
|
|
@@ -74,7 +89,13 @@
|
|
|
74
89
|
"subscription_premium_title": "Coorpacademy Premium",
|
|
75
90
|
"subscription_price": "đã bao gồm ${price}${currency} thuế mỗi tháng",
|
|
76
91
|
"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": "
|
|
92
|
+
"skill_focus": "Trọng tâm kỹ năng",
|
|
93
|
+
"skill_focus_footer_description": "Chọn thêm ít nhất {{skillNumber}} kỹ năng nữa",
|
|
94
|
+
"skill_focus_footer_error_description": "Bỏ chọn thêm ít nhất {{skillNumber}} kỹ năng nữa",
|
|
95
|
+
"skill_chart_side_panel_courses_completed": "Đã hoàn thành các khóa học",
|
|
96
|
+
"skill_chart_side_panel_questions_answered": "Đã trả lời các câu hỏi",
|
|
97
|
+
"skill_chart_side_panel_learning_hours": "Giờ học",
|
|
98
|
+
"selected": "đã chọn",
|
|
78
99
|
"This message has been removed by its author": "Tin nhắn này đã bị tác giả xóa.",
|
|
79
100
|
"unsubscribe": "Hủy đăng ký Coorpacademy",
|
|
80
101
|
"Validated": "Xác thực",
|
|
@@ -85,6 +106,13 @@
|
|
|
85
106
|
"zuora_discount_code": "Mã khuyến mại",
|
|
86
107
|
"mandatory_fields": "*Mandatory fields",
|
|
87
108
|
"something_went_wrong": "Oh Snap! Something went wrong.",
|
|
109
|
+
"review_mode_tooltip_header": "Chế độ Ôn tập là gì?",
|
|
110
|
+
"review_mode_tooltip_content": "Thông tin biến mất khỏi tâm trí bạn ngay khi chúng vào đó? Điều này hoàn toàn bình thường: nếu không lặp lại thì sẽ không ghi nhớ! Để lưu giữ kiến thức lâu dài, hãy sử dụng Chế độ Ôn tập để làm mới trí nhớ của bạn!",
|
|
111
|
+
"review_mode_tooltip_content_part1": "Chọn 1 Kỹ năng",
|
|
112
|
+
"review_mode_tooltip_content_part2": "Trả lời 5 Câu hỏi",
|
|
113
|
+
"review_mode_tooltip_content_part3": "Bạn có số lượng Mạng sống Vô tận",
|
|
114
|
+
"review_mode_tooltip_content_part4": "Trả lời đúng tất cả",
|
|
115
|
+
"review_mode_available": "Có sẵn để ôn tập",
|
|
88
116
|
"review_header_step_item": {
|
|
89
117
|
"correct_question": "câu hỏi{{current}} {{headerStepValue}} là chính xác",
|
|
90
118
|
"incorrect_question": "câu hỏi{{current}} {{headerStepValue}} là sai",
|
|
@@ -96,11 +124,15 @@
|
|
|
96
124
|
"invalid_scorm": "tập tin scorm là không hợp lệ",
|
|
97
125
|
"show_errors": "hiển thị lỗi"
|
|
98
126
|
},
|
|
127
|
+
"review_skill_empty": "Bạn chưa có kỹ năng nào để ôn tập",
|
|
128
|
+
"review_skill_empty_description": "Trước tiên, bạn cần phải hoàn thành các khóa học rồi mới có thể ôn tập các kỹ năng khác nhau.",
|
|
99
129
|
"close_button_ariaLabel": "Đóng màn hình đánh giá",
|
|
100
130
|
"post_comment_aria_label": "Đăng bình luận của bạn",
|
|
101
131
|
"validate_aria_label": "Xác thực câu trả lời của bạn và sang bước tiếp theo",
|
|
102
132
|
"stars": "ngôi sao",
|
|
103
|
-
"questions": "
|
|
133
|
+
"questions": "Câu hỏi",
|
|
134
|
+
"skill_scope_specifier": "vào <b>{{focusedSkill}}</b>",
|
|
135
|
+
"focused_skills": "kỹ năng được chú trọng",
|
|
104
136
|
"custom":{
|
|
105
137
|
"digitlearning": {
|
|
106
138
|
"comment_aria_label": "Đánh giá khóa học này"
|
package/locales/zh/global.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"all": "全部",
|
|
2
3
|
"accepted_cards": "信用卡或借记卡",
|
|
3
4
|
"An Error Occurred": "出现了一个错误",
|
|
4
5
|
"Answer": "回答",
|
|
@@ -18,17 +19,24 @@
|
|
|
18
19
|
"cookies_policy": "隐私和 cookie 政策。",
|
|
19
20
|
"cookies_title": "我们如何使用 cookies:",
|
|
20
21
|
"Create a new cohort": "Create a new cohort",
|
|
21
|
-
"courses": "
|
|
22
|
-
"courses_completed": "
|
|
22
|
+
"courses": "课程",
|
|
23
|
+
"courses_completed": "已完成的课程",
|
|
24
|
+
"skills_change_focus": "更改重点关注的技能",
|
|
25
|
+
"skills_choose_focus": "选择您的重点",
|
|
26
|
+
"cancel": "取消",
|
|
27
|
+
"confirm": "确认",
|
|
23
28
|
"Delete": "删除",
|
|
24
29
|
"Draft": "草案",
|
|
25
30
|
"answer_the_question": "回答问题",
|
|
26
31
|
"Edit": "编辑",
|
|
27
|
-
"Explore": "
|
|
32
|
+
"Explore": "探索",
|
|
28
33
|
"external_content_article": "文件",
|
|
29
34
|
"external_content_scorm": "动画资源",
|
|
30
35
|
"external_content_video": "视频",
|
|
31
36
|
"external_content_podcast": "播客",
|
|
37
|
+
"empty_search_result_title": "没有找到与“{{searchValue}}”有关的结果",
|
|
38
|
+
"empty_search_result_description": "尝试调整您的搜索条件来找到您想要寻找的内容。",
|
|
39
|
+
"empty_search_result_clear_search": "清除搜索条件",
|
|
32
40
|
"keep_subscription": "继续订阅",
|
|
33
41
|
"media_stars_to_win_plural": "在这一章,当你首次阅读一节课的时候可以赢得 {{count}}额外的星星!",
|
|
34
42
|
"media_stars_to_win": "在这一章,当你首次阅读一节课的时候可以赢得 {{count}}额外的星星!",
|
|
@@ -53,8 +61,9 @@
|
|
|
53
61
|
"Put back": "放回",
|
|
54
62
|
"Reject": "拒绝",
|
|
55
63
|
"Reload": "重新加载",
|
|
56
|
-
"Review": "
|
|
64
|
+
"Review": "复习",
|
|
57
65
|
"Review lesson": "复习课程",
|
|
66
|
+
"search_place_holder": "搜索……",
|
|
58
67
|
"secured_payment": "安全的服务器",
|
|
59
68
|
"See clue": "查看线索",
|
|
60
69
|
"See less": "查看更少",
|
|
@@ -63,6 +72,12 @@
|
|
|
63
72
|
"Show more": "显示更多",
|
|
64
73
|
"Show": "显示",
|
|
65
74
|
"Start battle": "开始战斗",
|
|
75
|
+
"skills_section_title": "技能",
|
|
76
|
+
"skills_section_description": "探索或复习技能",
|
|
77
|
+
"skills_focus_empty_title": "选择您想提高的技能",
|
|
78
|
+
"skills_focus_description": "专注于您想要提高的技能并追踪您的进步",
|
|
79
|
+
"skills_focus_empty_description": "定期练习,追踪您的进步,以掌握您选择的技能并发掘您的潜能。",
|
|
80
|
+
"skill_focus_description": "选择您想要重点关注的技能",
|
|
66
81
|
"subscription_disclaimer": "你同意立即访问 Coorpacademy 高级版 “à la carte”。你还同意你将被收取从交易日至月末的费用,为了第一张收据。然后你会在每月的第一天被收费。",
|
|
67
82
|
"subscription_freemium_button": "开始 Coorpacademy 高级版",
|
|
68
83
|
"subscription_freemium_description": "目前你在使用 Coorpacademy 免费增值模式。我们提供更好的服务,叫做 Coorpacademy 高级版。通过本服务,你可以访问所有的课程和等级,感兴趣吗?",
|
|
@@ -74,7 +89,13 @@
|
|
|
74
89
|
"subscription_premium_title": "Coorpacademy 高级版",
|
|
75
90
|
"subscription_price": "${currency}${price}包括每月税费",
|
|
76
91
|
"subscription_promo_code": "现在你可以尽情访问我们的课程,直到{{date}}。若要在该日期之后继续享用,请订阅",
|
|
77
|
-
"skill_focus": "
|
|
92
|
+
"skill_focus": "重点关注的技能",
|
|
93
|
+
"skill_focus_footer_description": "选择至少 {{skillNumber}} 项技能",
|
|
94
|
+
"skill_focus_footer_error_description": "取消选择至少 {{skillNumber}} 项技能",
|
|
95
|
+
"skill_chart_side_panel_courses_completed": "已完成的课程",
|
|
96
|
+
"skill_chart_side_panel_questions_answered": "已回答的问题",
|
|
97
|
+
"skill_chart_side_panel_learning_hours": "学习时间",
|
|
98
|
+
"selected": "已选定",
|
|
78
99
|
"This message has been removed by its author": "该信息已经被作者删除。",
|
|
79
100
|
"unsubscribe": "取消订阅 Coorpacademy",
|
|
80
101
|
"Validated": "已验证",
|
|
@@ -85,6 +106,13 @@
|
|
|
85
106
|
"zuora_discount_code": "促销码",
|
|
86
107
|
"mandatory_fields": "*Mandatory fields",
|
|
87
108
|
"something_went_wrong": "Oh Snap! Something went wrong.",
|
|
109
|
+
"review_mode_tooltip_header": "什么是复习模式?",
|
|
110
|
+
"review_mode_tooltip_content": "信息刚进入您的大脑就消失了?这很正常:不反复进行就无法记住!为了将知识长期保留在脑海中,请使用复习模式来帮助您恢复记忆!",
|
|
111
|
+
"review_mode_tooltip_content_part1": "选择一个技能",
|
|
112
|
+
"review_mode_tooltip_content_part2": "回答 5 个问题",
|
|
113
|
+
"review_mode_tooltip_content_part3": "您有无限的生命",
|
|
114
|
+
"review_mode_tooltip_content_part4": "做好一切",
|
|
115
|
+
"review_mode_available": "可以复习",
|
|
88
116
|
"review_header_step_item": {
|
|
89
117
|
"correct_question": "{{current}}问题 {{headerStepValue}} 正确",
|
|
90
118
|
"incorrect_question": "{{current}}问题 {{headerStepValue}} 不正确",
|
|
@@ -96,11 +124,15 @@
|
|
|
96
124
|
"invalid_scorm": "scorm 文件无效",
|
|
97
125
|
"show_errors": "显示错误"
|
|
98
126
|
},
|
|
127
|
+
"review_skill_empty": "您还没有要复习的技能",
|
|
128
|
+
"review_skill_empty_description": "首先您需要完成课程然后才能复习不同的技能。",
|
|
99
129
|
"close_button_ariaLabel": "关闭审议幻灯片",
|
|
100
130
|
"post_comment_aria_label": "发布您的评论",
|
|
101
131
|
"validate_aria_label": "验证您的答案并转到下一步",
|
|
102
132
|
"stars": "星星",
|
|
103
|
-
"questions": "
|
|
133
|
+
"questions": "问题",
|
|
134
|
+
"skill_scope_specifier": "关于<b>{{focusedSkill}}</b>",
|
|
135
|
+
"focused_skills": "已重点关注的技能",
|
|
104
136
|
"custom":{
|
|
105
137
|
"digitlearning": {
|
|
106
138
|
"comment_aria_label": "评价此课程"
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"all": "全部",
|
|
2
3
|
"accepted_cards": "信用卡或簽帳金融卡 ",
|
|
3
4
|
"An Error Occurred": "發生錯誤",
|
|
4
5
|
"Answer": "回答",
|
|
@@ -18,17 +19,24 @@
|
|
|
18
19
|
"cookies_policy": "隱私權和 Cookie 政策。",
|
|
19
20
|
"cookies_title": "我們如何使用 Cookies:",
|
|
20
21
|
"Create a new cohort": "Create a new cohort",
|
|
21
|
-
"courses": "
|
|
22
|
-
"courses_completed": "
|
|
22
|
+
"courses": "課程",
|
|
23
|
+
"courses_completed": "課程已完成",
|
|
24
|
+
"skills_change_focus": "變更技能焦點",
|
|
25
|
+
"skills_choose_focus": "選擇聚焦內容",
|
|
26
|
+
"cancel": "取消",
|
|
27
|
+
"confirm": "確認",
|
|
23
28
|
"Delete": "刪除",
|
|
24
29
|
"Draft": "草案",
|
|
25
30
|
"answer_the_question": "回答問題",
|
|
26
31
|
"Edit": "編輯",
|
|
27
|
-
"Explore": "
|
|
32
|
+
"Explore": "探索",
|
|
28
33
|
"external_content_article": "檔案",
|
|
29
34
|
"external_content_scorm": "動畫資源",
|
|
30
35
|
"external_content_video": "影片",
|
|
31
36
|
"external_content_podcast": "PODCAST",
|
|
37
|
+
"empty_search_result_title": "沒有 ”{{searchValue}}” 的結果",
|
|
38
|
+
"empty_search_result_description": "嘗試調整搜尋內容,以找到您想找到的結果。",
|
|
39
|
+
"empty_search_result_clear_search": "清空搜尋",
|
|
32
40
|
"keep_subscription": "保留我的訂閱",
|
|
33
41
|
"media_stars_to_win_plural": "第一次觀看課程時,在本章中贏得{{count}}個額外的星星!",
|
|
34
42
|
"media_stars_to_win": "第一次觀看課程時,在本章中贏得{{count}}個額外的星星!",
|
|
@@ -53,8 +61,9 @@
|
|
|
53
61
|
"Put back": "放回",
|
|
54
62
|
"Reject": "拒絕",
|
|
55
63
|
"Reload": "重新載入",
|
|
56
|
-
"Review": "
|
|
64
|
+
"Review": "複習",
|
|
57
65
|
"Review lesson": "複習功課",
|
|
66
|
+
"search_place_holder": "搜尋...",
|
|
58
67
|
"secured_payment": "安全伺服器",
|
|
59
68
|
"See clue": "看到線索",
|
|
60
69
|
"See less": "了解較少",
|
|
@@ -63,6 +72,12 @@
|
|
|
63
72
|
"Show more": "顯示更多",
|
|
64
73
|
"Show": "顯示",
|
|
65
74
|
"Start battle": "開始戰鬥",
|
|
75
|
+
"skills_section_title": "技能",
|
|
76
|
+
"skills_section_description": "探索或複習技能",
|
|
77
|
+
"skills_focus_empty_title": "選擇您想要精進的技能",
|
|
78
|
+
"skills_focus_description": "聚焦在您想要精進的技能並追蹤自己的進展",
|
|
79
|
+
"skills_focus_empty_description": "定期練習,追蹤自己的進展,精通所選的技能,釋放自我潛能。",
|
|
80
|
+
"skill_focus_description": "選擇您想聚焦的技能",
|
|
66
81
|
"subscription_disclaimer": "您同意立即進入 Coorpacademy Premium 「菜單」。您亦同意您將從交易日到月底被收取第一張發票的費用。然後,您將在每個月的第一天被收取費用。",
|
|
67
82
|
"subscription_freemium_button": "推出 Coorpacademy Premium",
|
|
68
83
|
"subscription_freemium_description": "您目前正在使用 Coorpacademy Freemium。但我們還有更好的服務,稱為 Coorpacademy Premium。有了這項服務,您就可以進入所有的課程和級別,有興趣嗎?",
|
|
@@ -74,7 +89,13 @@
|
|
|
74
89
|
"subscription_premium_title": "Coorpacademy Premium",
|
|
75
90
|
"subscription_price": "含 ${currency}${price}每月稅金",
|
|
76
91
|
"subscription_promo_code": "您現在可以免費無限制地造訪我們的目錄,直到{{date}}。如要在此日期之後繼續享用它,請訂閱",
|
|
77
|
-
"skill_focus": "
|
|
92
|
+
"skill_focus": "技能焦點",
|
|
93
|
+
"skill_focus_footer_description": "至少選擇 {{skillNumber}} 項技能",
|
|
94
|
+
"skill_focus_footer_error_description": "至少取消選擇 {{skillNumber}} 項技能",
|
|
95
|
+
"skill_chart_side_panel_courses_completed": "課程已完成",
|
|
96
|
+
"skill_chart_side_panel_questions_answered": "問題已回答",
|
|
97
|
+
"skill_chart_side_panel_learning_hours": "學習時數",
|
|
98
|
+
"selected": "已選取",
|
|
78
99
|
"This message has been removed by its author": "此訊息已被其作者刪除。",
|
|
79
100
|
"unsubscribe": "取消訂閱 Coorpacademy",
|
|
80
101
|
"Validated": "已驗證",
|
|
@@ -85,6 +106,13 @@
|
|
|
85
106
|
"zuora_discount_code": "優惠代碼",
|
|
86
107
|
"mandatory_fields": "*Mandatory fields",
|
|
87
108
|
"something_went_wrong": "Oh Snap! Something went wrong.",
|
|
109
|
+
"review_mode_tooltip_header": "什麼是「複習」模式?",
|
|
110
|
+
"review_mode_tooltip_content": "資訊進到大腦中馬上就會忘記嗎?這很正常:沒有反覆複習,就難以記住新資訊!如果要將知識長久記在腦海裡,使用「複習模式」來溫習以前學過的內容吧!",
|
|
111
|
+
"review_mode_tooltip_content_part1": "選擇 1 項技能",
|
|
112
|
+
"review_mode_tooltip_content_part2": "回答 5 個問題",
|
|
113
|
+
"review_mode_tooltip_content_part3": "您有無限次生命",
|
|
114
|
+
"review_mode_tooltip_content_part4": "把全部都答對",
|
|
115
|
+
"review_mode_available": "可以複習",
|
|
88
116
|
"review_header_step_item": {
|
|
89
117
|
"correct_question": "{{current}}問題 {{headerStepValue}} 正確",
|
|
90
118
|
"incorrect_question": "{{current}}問題 {{headerStepValue}} 不正確",
|
|
@@ -96,11 +124,15 @@
|
|
|
96
124
|
"invalid_scorm": "scorm 檔無效",
|
|
97
125
|
"show_errors": "顯示錯誤"
|
|
98
126
|
},
|
|
127
|
+
"review_skill_empty": "目前還沒有可修改的技能",
|
|
128
|
+
"review_skill_empty_description": "在複習不同技能以前,必須先完成課程。",
|
|
99
129
|
"close_button_ariaLabel": "關閉檢閱投影片",
|
|
100
130
|
"post_comment_aria_label": "張貼您的註解",
|
|
101
131
|
"validate_aria_label": "驗證您的答案並前往下一步",
|
|
102
132
|
"stars": "星星",
|
|
103
|
-
"questions": "
|
|
133
|
+
"questions": "問題",
|
|
134
|
+
"skill_scope_specifier": "關於 <b>{{focusedSkill}}</b>",
|
|
135
|
+
"focused_skills": "聚焦技能",
|
|
104
136
|
"custom":{
|
|
105
137
|
"digitlearning": {
|
|
106
138
|
"comment_aria_label": "評量本課程"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "11.32.
|
|
3
|
+
"version": "11.32.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -176,5 +176,5 @@
|
|
|
176
176
|
"last 2 versions",
|
|
177
177
|
"IE 11"
|
|
178
178
|
],
|
|
179
|
-
"gitHead": "
|
|
179
|
+
"gitHead": "a2f766af8fbe1357b1d48c35cd6aa2526bd6d731"
|
|
180
180
|
}
|