@coorpacademy/components 11.5.1-alpha.0 → 11.5.1
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/locales/fr/global.json
CHANGED
|
@@ -79,7 +79,10 @@
|
|
|
79
79
|
"mandatory_fields": "* Champs obligatoires",
|
|
80
80
|
"something_went_wrong": "Oh Snap! Quelque chose a mal tourné.",
|
|
81
81
|
"review_header_step_item": {
|
|
82
|
-
"aria_label": "Question
|
|
83
|
-
"
|
|
82
|
+
"aria_label": "Question {{headerStepValue}}",
|
|
83
|
+
"current_question": "La question {{headerStepValue}} est la question actuelle",
|
|
84
|
+
"correct_question": "La question {{headerStepValue}} est correcte",
|
|
85
|
+
"incorrect_question": "La question {{headerStepValue}} est incorrecte",
|
|
86
|
+
"not_answered_question": "La question {{headerStepValue}} n'a pas encore de réponse"
|
|
84
87
|
}
|
|
85
88
|
}
|
package/locales/hy/global.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"Create a new cohort": "Ստեղծել նոր խումբ",
|
|
21
21
|
"Delete": "Ջնջել",
|
|
22
22
|
"Draft": "Նախագիծ",
|
|
23
|
+
"drop_down_icon": "Բացվող՝ հասանելի պատասխանների ցանկը բացելու համար",
|
|
23
24
|
"Edit": "Խմբագրել",
|
|
24
25
|
"external_content_article": "ՓԱՍՏԱԹՂԹԵՐ",
|
|
25
26
|
"external_content_scorm": "ԱՆԻՄԱՏ ՌԵՍՈՒՐՍՆԵՐ",
|
|
@@ -76,5 +77,12 @@
|
|
|
76
77
|
"zuora_discount_code_submit": "Դիմել",
|
|
77
78
|
"zuora_discount_code": "Պրոմո Կոդ",
|
|
78
79
|
"mandatory_fields": "*Պարտադիր դաշտեր",
|
|
79
|
-
"something_went_wrong": "Վա՜յ: Ինչ որ բան այնպես չգնաց."
|
|
80
|
+
"something_went_wrong": "Վա՜յ: Ինչ որ բան այնպես չգնաց.",
|
|
81
|
+
"review_header_step_item": {
|
|
82
|
+
"aria_label": "Հարց {{headerStepValue}}",
|
|
83
|
+
"current_question": "{{headerStepValue}} հարցը ընթացիկ հարցն է",
|
|
84
|
+
"correct_question": "{{headerStepValue}} հարցը ճիշտ է",
|
|
85
|
+
"incorrect_question": "Հարցը {{headerStepValue}} սխալ է",
|
|
86
|
+
"not_answered_question": "Հարցին {{headerStepValue}} դեռ պատասխանված չէ"
|
|
87
|
+
}
|
|
80
88
|
}
|
package/locales/ru/global.json
CHANGED
|
@@ -79,7 +79,10 @@
|
|
|
79
79
|
"mandatory_fields": "*Обязательные поля",
|
|
80
80
|
"something_went_wrong": "Oh Snap! Something went wrong.",
|
|
81
81
|
"review_header_step_item": {
|
|
82
|
-
"aria_label": "Вопрос
|
|
83
|
-
"
|
|
82
|
+
"aria_label": "Вопрос {{headerStepValue}}",
|
|
83
|
+
"current_question": "Вопрос {{headerStepValue}} — текущий вопрос",
|
|
84
|
+
"correct_question": "Вопрос {{headerStepValue}} правильный",
|
|
85
|
+
"incorrect_question": "Вопрос {{headerStepValue}} неверен",
|
|
86
|
+
"not_answered_question": "На вопрос {{headerStepValue}} пока нет ответа"
|
|
84
87
|
}
|
|
85
88
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "11.5.1
|
|
3
|
+
"version": "11.5.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -160,5 +160,5 @@
|
|
|
160
160
|
"last 2 versions",
|
|
161
161
|
"IE 11"
|
|
162
162
|
],
|
|
163
|
-
"gitHead": "
|
|
163
|
+
"gitHead": "6b28ff594cef71a502447610d0c105080b872a86"
|
|
164
164
|
}
|