@coorpacademy/components 11.11.5-alpha.0 → 11.11.6

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.
Files changed (158) hide show
  1. package/es/atom/battle-opponent/index.d.ts +20 -0
  2. package/es/atom/battle-opponent/index.d.ts.map +1 -0
  3. package/es/atom/battle-opponent/index.js +104 -0
  4. package/es/atom/battle-opponent/index.js.map +1 -0
  5. package/es/atom/battle-opponent/prop-types.d.ts +21 -0
  6. package/es/atom/battle-opponent/prop-types.d.ts.map +1 -0
  7. package/es/atom/battle-opponent/prop-types.js +12 -0
  8. package/es/atom/battle-opponent/prop-types.js.map +1 -0
  9. package/es/atom/battle-opponent/style.css +133 -0
  10. package/es/atom/{review-header-step-item → status-item}/index.d.ts +4 -4
  11. package/es/atom/status-item/index.d.ts.map +1 -0
  12. package/es/atom/status-item/index.js +104 -0
  13. package/es/atom/status-item/index.js.map +1 -0
  14. package/es/atom/status-item/index.native.d.ts +5 -0
  15. package/es/atom/status-item/index.native.d.ts.map +1 -0
  16. package/es/atom/{review-header-step-item → status-item}/index.native.js +2 -2
  17. package/es/atom/status-item/index.native.js.map +1 -0
  18. package/es/atom/{review-header-step-item → status-item}/style.css +47 -0
  19. package/es/atom/{review-header-step-item → status-item}/types.d.ts +5 -5
  20. package/es/atom/status-item/types.d.ts.map +1 -0
  21. package/es/atom/{review-header-step-item → status-item}/types.js +1 -1
  22. package/es/atom/status-item/types.js.map +1 -0
  23. package/es/atom/tooltip/index.d.ts +3 -1
  24. package/es/atom/tooltip/index.d.ts.map +1 -1
  25. package/es/atom/tooltip/index.js +18 -7
  26. package/es/atom/tooltip/index.js.map +1 -1
  27. package/es/atom/tooltip/style.css +11 -2
  28. package/es/globals.d.js.map +1 -1
  29. package/es/molecule/battle-opponent-list/index.d.ts +18 -0
  30. package/es/molecule/battle-opponent-list/index.d.ts.map +1 -0
  31. package/es/molecule/battle-opponent-list/index.js +25 -0
  32. package/es/molecule/battle-opponent-list/index.js.map +1 -0
  33. package/es/molecule/battle-opponent-list/prop-types.d.ts +26 -0
  34. package/es/molecule/battle-opponent-list/prop-types.d.ts.map +1 -0
  35. package/es/molecule/battle-opponent-list/prop-types.js +14 -0
  36. package/es/molecule/battle-opponent-list/prop-types.js.map +1 -0
  37. package/es/molecule/battle-opponent-list/style.css +5 -0
  38. package/es/molecule/review-header-steps/index.js +2 -2
  39. package/es/molecule/review-header-steps/index.js.map +1 -1
  40. package/es/molecule/review-header-steps/prop-types.d.ts +2 -2
  41. package/es/molecule/review-header-steps/prop-types.d.ts.map +1 -1
  42. package/es/molecule/review-header-steps/prop-types.js +1 -1
  43. package/es/molecule/review-header-steps/prop-types.js.map +1 -1
  44. package/es/organism/mooc-footer/style.css +1 -0
  45. package/es/organism/mooc-header/index.d.ts +3 -0
  46. package/es/organism/mooc-header/index.d.ts.map +1 -1
  47. package/es/organism/mooc-header/index.js +39 -4
  48. package/es/organism/mooc-header/index.js.map +1 -1
  49. package/es/organism/mooc-header/style.css +17 -1
  50. package/es/organism/review-header/index.native.js +1 -1
  51. package/es/organism/review-header/index.native.js.map +1 -1
  52. package/es/organism/review-header/types.d.ts +2 -2
  53. package/es/organism/review-header/types.d.ts.map +1 -1
  54. package/es/organism/review-header/types.js.map +1 -1
  55. package/es/organism/user-preferences/index.d.ts.map +1 -1
  56. package/es/organism/user-preferences/index.js +6 -3
  57. package/es/organism/user-preferences/index.js.map +1 -1
  58. package/es/variables/colors.css +2 -0
  59. package/lib/atom/battle-opponent/index.d.ts +20 -0
  60. package/lib/atom/battle-opponent/index.d.ts.map +1 -0
  61. package/lib/atom/battle-opponent/index.js +124 -0
  62. package/lib/atom/battle-opponent/index.js.map +1 -0
  63. package/lib/atom/battle-opponent/prop-types.d.ts +21 -0
  64. package/lib/atom/battle-opponent/prop-types.d.ts.map +1 -0
  65. package/lib/atom/battle-opponent/prop-types.js +21 -0
  66. package/lib/atom/battle-opponent/prop-types.js.map +1 -0
  67. package/lib/atom/battle-opponent/style.css +133 -0
  68. package/lib/atom/{review-header-step-item → status-item}/index.d.ts +4 -4
  69. package/lib/atom/status-item/index.d.ts.map +1 -0
  70. package/lib/atom/{review-header-step-item → status-item}/index.js +50 -23
  71. package/lib/atom/status-item/index.js.map +1 -0
  72. package/lib/atom/status-item/index.native.d.ts +5 -0
  73. package/lib/atom/status-item/index.native.d.ts.map +1 -0
  74. package/lib/atom/{review-header-step-item → status-item}/index.native.js +2 -2
  75. package/lib/atom/status-item/index.native.js.map +1 -0
  76. package/lib/atom/{review-header-step-item → status-item}/style.css +47 -0
  77. package/lib/atom/{review-header-step-item → status-item}/types.d.ts +5 -5
  78. package/lib/atom/status-item/types.d.ts.map +1 -0
  79. package/lib/atom/{review-header-step-item → status-item}/types.js +1 -1
  80. package/lib/atom/status-item/types.js.map +1 -0
  81. package/lib/atom/tooltip/index.d.ts +3 -1
  82. package/lib/atom/tooltip/index.d.ts.map +1 -1
  83. package/lib/atom/tooltip/index.js +19 -7
  84. package/lib/atom/tooltip/index.js.map +1 -1
  85. package/lib/atom/tooltip/style.css +11 -2
  86. package/lib/globals.d.js.map +1 -1
  87. package/lib/molecule/battle-opponent-list/index.d.ts +18 -0
  88. package/lib/molecule/battle-opponent-list/index.d.ts.map +1 -0
  89. package/lib/molecule/battle-opponent-list/index.js +43 -0
  90. package/lib/molecule/battle-opponent-list/index.js.map +1 -0
  91. package/lib/molecule/battle-opponent-list/prop-types.d.ts +26 -0
  92. package/lib/molecule/battle-opponent-list/prop-types.d.ts.map +1 -0
  93. package/lib/molecule/battle-opponent-list/prop-types.js +23 -0
  94. package/lib/molecule/battle-opponent-list/prop-types.js.map +1 -0
  95. package/lib/molecule/battle-opponent-list/style.css +5 -0
  96. package/lib/molecule/review-header-steps/index.js +2 -2
  97. package/lib/molecule/review-header-steps/index.js.map +1 -1
  98. package/lib/molecule/review-header-steps/prop-types.d.ts +2 -2
  99. package/lib/molecule/review-header-steps/prop-types.d.ts.map +1 -1
  100. package/lib/molecule/review-header-steps/prop-types.js +1 -1
  101. package/lib/molecule/review-header-steps/prop-types.js.map +1 -1
  102. package/lib/organism/mooc-footer/style.css +1 -0
  103. package/lib/organism/mooc-header/index.d.ts +3 -0
  104. package/lib/organism/mooc-header/index.d.ts.map +1 -1
  105. package/lib/organism/mooc-header/index.js +39 -4
  106. package/lib/organism/mooc-header/index.js.map +1 -1
  107. package/lib/organism/mooc-header/style.css +17 -1
  108. package/lib/organism/review-header/index.native.js +1 -1
  109. package/lib/organism/review-header/index.native.js.map +1 -1
  110. package/lib/organism/review-header/types.d.ts +2 -2
  111. package/lib/organism/review-header/types.d.ts.map +1 -1
  112. package/lib/organism/review-header/types.js.map +1 -1
  113. package/lib/organism/user-preferences/index.d.ts.map +1 -1
  114. package/lib/organism/user-preferences/index.js +10 -3
  115. package/lib/organism/user-preferences/index.js.map +1 -1
  116. package/lib/variables/colors.css +2 -0
  117. package/locales/bs/global.json +8 -5
  118. package/locales/cs/global.json +8 -5
  119. package/locales/de/global.json +8 -5
  120. package/locales/en/global.json +8 -5
  121. package/locales/es/global.json +8 -5
  122. package/locales/et/global.json +8 -5
  123. package/locales/fr/global.json +8 -5
  124. package/locales/hr/global.json +8 -5
  125. package/locales/hu/global.json +8 -5
  126. package/locales/hy/global.json +8 -5
  127. package/locales/it/global.json +8 -5
  128. package/locales/ja/global.json +8 -5
  129. package/locales/ko/global.json +8 -5
  130. package/locales/nl/global.json +8 -5
  131. package/locales/pl/global.json +8 -5
  132. package/locales/pt/global.json +8 -5
  133. package/locales/ro/global.json +8 -5
  134. package/locales/ru/global.json +8 -5
  135. package/locales/sk/global.json +8 -5
  136. package/locales/th/global.json +8 -5
  137. package/locales/tl/global.json +8 -5
  138. package/locales/tr/global.json +8 -5
  139. package/locales/uk/global.json +8 -5
  140. package/locales/vi/global.json +8 -5
  141. package/locales/zh/global.json +8 -5
  142. package/locales/zh_TW/global.json +8 -5
  143. package/package.json +3 -2
  144. package/es/atom/review-header-step-item/index.d.ts.map +0 -1
  145. package/es/atom/review-header-step-item/index.js +0 -77
  146. package/es/atom/review-header-step-item/index.js.map +0 -1
  147. package/es/atom/review-header-step-item/index.native.d.ts +0 -5
  148. package/es/atom/review-header-step-item/index.native.d.ts.map +0 -1
  149. package/es/atom/review-header-step-item/index.native.js.map +0 -1
  150. package/es/atom/review-header-step-item/types.d.ts.map +0 -1
  151. package/es/atom/review-header-step-item/types.js.map +0 -1
  152. package/lib/atom/review-header-step-item/index.d.ts.map +0 -1
  153. package/lib/atom/review-header-step-item/index.js.map +0 -1
  154. package/lib/atom/review-header-step-item/index.native.d.ts +0 -5
  155. package/lib/atom/review-header-step-item/index.native.d.ts.map +0 -1
  156. package/lib/atom/review-header-step-item/index.native.js.map +0 -1
  157. package/lib/atom/review-header-step-item/types.d.ts.map +0 -1
  158. package/lib/atom/review-header-step-item/types.js.map +0 -1
@@ -9,7 +9,7 @@ var _reactNative = require("react-native");
9
9
 
10
10
  var _novaIcons = require("@coorpacademy/nova-icons");
11
11
 
12
- var _index = _interopRequireDefault(require("../../atom/review-header-step-item/index.native"));
12
+ var _index = _interopRequireDefault(require("../../atom/status-item/index.native"));
13
13
 
14
14
  var _index2 = _interopRequireDefault(require("../../hoc/touchable/index.native"));
15
15
 
@@ -1 +1 @@
1
- {"version":3,"file":"index.native.js","names":["style","StyleSheet","create","container","flexDirection","justifyContent","alignItems","alignContent","width","header","height","paddingTop","touchArea","position","right","borderRadius","padding","icon","ReviewHeader","props","steps","onQuitClick","map","step","value"],"sources":["../../../src/organism/review-header/index.native.tsx"],"sourcesContent":["import React from 'react';\nimport {StyleSheet, View, ViewStyle} from 'react-native';\nimport {NovaSolidStatusClose as CloseIcon} from '@coorpacademy/nova-icons';\nimport Step from '../../atom/review-header-step-item/index.native';\nimport Touchable from '../../hoc/touchable/index.native';\nimport {HeaderProps} from './types';\n\ntype StyleSheetType = {\n container: ViewStyle;\n header: ViewStyle;\n touchArea: ViewStyle;\n icon: ViewStyle;\n};\n\nconst style: StyleSheetType = StyleSheet.create({\n container: {\n flexDirection: 'row',\n justifyContent: 'center',\n alignItems: 'center',\n alignContent: 'center',\n width: '100%'\n },\n header: {\n width: '80%',\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'center',\n height: 70,\n paddingTop: 8\n },\n touchArea: {\n position: 'absolute',\n right: 24,\n borderRadius: 12,\n paddingTop: 16,\n padding: 8\n },\n icon: {\n width: 12,\n height: 12\n }\n});\n\nconst ReviewHeader = (props: HeaderProps) => {\n const {steps, onQuitClick} = props;\n\n return (\n <View style={style.container}>\n <View style={style.header}>\n {steps.map(step => (\n <Step {...step} key={step.value} />\n ))}\n </View>\n <Touchable\n style={style.touchArea}\n isHighlight\n onPress={onQuitClick}\n accessibilityLabel=\"open-popin-button\"\n testID=\"open-popin-button\"\n >\n <CloseIcon style={style.icon} color=\"#06265B\" />\n </Touchable>\n </View>\n );\n};\n\nexport default ReviewHeader;\n"],"mappings":";;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;;;;;AAUA,MAAMA,KAAqB,GAAGC,uBAAA,CAAWC,MAAX,CAAkB;EAC9CC,SAAS,EAAE;IACTC,aAAa,EAAE,KADN;IAETC,cAAc,EAAE,QAFP;IAGTC,UAAU,EAAE,QAHH;IAITC,YAAY,EAAE,QAJL;IAKTC,KAAK,EAAE;EALE,CADmC;EAQ9CC,MAAM,EAAE;IACND,KAAK,EAAE,KADD;IAENJ,aAAa,EAAE,KAFT;IAGNE,UAAU,EAAE,QAHN;IAIND,cAAc,EAAE,QAJV;IAKNK,MAAM,EAAE,EALF;IAMNC,UAAU,EAAE;EANN,CARsC;EAgB9CC,SAAS,EAAE;IACTC,QAAQ,EAAE,UADD;IAETC,KAAK,EAAE,EAFE;IAGTC,YAAY,EAAE,EAHL;IAITJ,UAAU,EAAE,EAJH;IAKTK,OAAO,EAAE;EALA,CAhBmC;EAuB9CC,IAAI,EAAE;IACJT,KAAK,EAAE,EADH;IAEJE,MAAM,EAAE;EAFJ;AAvBwC,CAAlB,CAA9B;;AA6BA,MAAMQ,YAAY,GAAIC,KAAD,IAAwB;EAC3C,MAAM;IAACC,KAAD;IAAQC;EAAR,IAAuBF,KAA7B;EAEA,oBACE,6BAAC,iBAAD;IAAM,KAAK,EAAEnB,KAAK,CAACG;EAAnB,gBACE,6BAAC,iBAAD;IAAM,KAAK,EAAEH,KAAK,CAACS;EAAnB,GACGW,KAAK,CAACE,GAAN,CAAUC,IAAI,iBACb,6BAAC,cAAD,eAAUA,IAAV;IAAgB,GAAG,EAAEA,IAAI,CAACC;EAA1B,GADD,CADH,CADF,eAME,6BAAC,eAAD;IACE,KAAK,EAAExB,KAAK,CAACY,SADf;IAEE,WAAW,MAFb;IAGE,OAAO,EAAES,WAHX;IAIE,kBAAkB,EAAC,mBAJrB;IAKE,MAAM,EAAC;EALT,gBAOE,6BAAC,+BAAD;IAAW,KAAK,EAAErB,KAAK,CAACiB,IAAxB;IAA8B,KAAK,EAAC;EAApC,EAPF,CANF,CADF;AAkBD,CArBD;;eAuBeC,Y"}
1
+ {"version":3,"file":"index.native.js","names":["style","StyleSheet","create","container","flexDirection","justifyContent","alignItems","alignContent","width","header","height","paddingTop","touchArea","position","right","borderRadius","padding","icon","ReviewHeader","props","steps","onQuitClick","map","step","value"],"sources":["../../../src/organism/review-header/index.native.tsx"],"sourcesContent":["import React from 'react';\nimport {StyleSheet, View, ViewStyle} from 'react-native';\nimport {NovaSolidStatusClose as CloseIcon} from '@coorpacademy/nova-icons';\nimport Step from '../../atom/status-item/index.native';\nimport Touchable from '../../hoc/touchable/index.native';\nimport {HeaderProps} from './types';\n\ntype StyleSheetType = {\n container: ViewStyle;\n header: ViewStyle;\n touchArea: ViewStyle;\n icon: ViewStyle;\n};\n\nconst style: StyleSheetType = StyleSheet.create({\n container: {\n flexDirection: 'row',\n justifyContent: 'center',\n alignItems: 'center',\n alignContent: 'center',\n width: '100%'\n },\n header: {\n width: '80%',\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'center',\n height: 70,\n paddingTop: 8\n },\n touchArea: {\n position: 'absolute',\n right: 24,\n borderRadius: 12,\n paddingTop: 16,\n padding: 8\n },\n icon: {\n width: 12,\n height: 12\n }\n});\n\nconst ReviewHeader = (props: HeaderProps) => {\n const {steps, onQuitClick} = props;\n\n return (\n <View style={style.container}>\n <View style={style.header}>\n {steps.map(step => (\n <Step {...step} key={step.value} />\n ))}\n </View>\n <Touchable\n style={style.touchArea}\n isHighlight\n onPress={onQuitClick}\n accessibilityLabel=\"open-popin-button\"\n testID=\"open-popin-button\"\n >\n <CloseIcon style={style.icon} color=\"#06265B\" />\n </Touchable>\n </View>\n );\n};\n\nexport default ReviewHeader;\n"],"mappings":";;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;;;;;AAUA,MAAMA,KAAqB,GAAGC,uBAAA,CAAWC,MAAX,CAAkB;EAC9CC,SAAS,EAAE;IACTC,aAAa,EAAE,KADN;IAETC,cAAc,EAAE,QAFP;IAGTC,UAAU,EAAE,QAHH;IAITC,YAAY,EAAE,QAJL;IAKTC,KAAK,EAAE;EALE,CADmC;EAQ9CC,MAAM,EAAE;IACND,KAAK,EAAE,KADD;IAENJ,aAAa,EAAE,KAFT;IAGNE,UAAU,EAAE,QAHN;IAIND,cAAc,EAAE,QAJV;IAKNK,MAAM,EAAE,EALF;IAMNC,UAAU,EAAE;EANN,CARsC;EAgB9CC,SAAS,EAAE;IACTC,QAAQ,EAAE,UADD;IAETC,KAAK,EAAE,EAFE;IAGTC,YAAY,EAAE,EAHL;IAITJ,UAAU,EAAE,EAJH;IAKTK,OAAO,EAAE;EALA,CAhBmC;EAuB9CC,IAAI,EAAE;IACJT,KAAK,EAAE,EADH;IAEJE,MAAM,EAAE;EAFJ;AAvBwC,CAAlB,CAA9B;;AA6BA,MAAMQ,YAAY,GAAIC,KAAD,IAAwB;EAC3C,MAAM;IAACC,KAAD;IAAQC;EAAR,IAAuBF,KAA7B;EAEA,oBACE,6BAAC,iBAAD;IAAM,KAAK,EAAEnB,KAAK,CAACG;EAAnB,gBACE,6BAAC,iBAAD;IAAM,KAAK,EAAEH,KAAK,CAACS;EAAnB,GACGW,KAAK,CAACE,GAAN,CAAUC,IAAI,iBACb,6BAAC,cAAD,eAAUA,IAAV;IAAgB,GAAG,EAAEA,IAAI,CAACC;EAA1B,GADD,CADH,CADF,eAME,6BAAC,eAAD;IACE,KAAK,EAAExB,KAAK,CAACY,SADf;IAEE,WAAW,MAFb;IAGE,OAAO,EAAES,WAHX;IAIE,kBAAkB,EAAC,mBAJrB;IAKE,MAAM,EAAC;EALT,gBAOE,6BAAC,+BAAD;IAAW,KAAK,EAAErB,KAAK,CAACiB,IAAxB;IAA8B,KAAK,EAAC;EAApC,EAPF,CANF,CADF;AAkBD,CArBD;;eAuBeC,Y"}
@@ -1,5 +1,5 @@
1
1
  import PropTypes from 'prop-types';
2
- import { HeaderStepItemProps } from '../../atom/review-header-step-item/types';
2
+ import { StatusItemProps } from '../../atom/status-item/types';
3
3
  declare const propTypes: {
4
4
  steps: PropTypes.Requireable<(PropTypes.InferProps<{
5
5
  current: PropTypes.Requireable<boolean>;
@@ -15,7 +15,7 @@ declare const propTypes: {
15
15
  };
16
16
  export default propTypes;
17
17
  export declare type HeaderProps = {
18
- steps: HeaderStepItemProps[];
18
+ steps: StatusItemProps[];
19
19
  mode: string;
20
20
  skillName: string;
21
21
  'aria-label': string;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/review-header/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,mBAAmB,EAAC,MAAM,0CAA0C,CAAC;AAE7E,QAAA,MAAM,SAAS;;;;;;;;;;;;CAQd,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,oBAAY,WAAW,GAAG;IACxB,KAAK,EAAE,mBAAmB,EAAE,CAAC;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,WAAW,EAAE,OAAO,CAAC;CACtB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/review-header/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAE7D,QAAA,MAAM,SAAS;;;;;;;;;;;;CAQd,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,oBAAY,WAAW,GAAG;IACxB,KAAK,EAAE,eAAe,EAAE,CAAC;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,WAAW,EAAE,OAAO,CAAC;CACtB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","names":["propTypes","steps","ReviewHeaderStepsPropTypes","mode","PropTypes","string","isRequired","skillName","closeButtonAriaLabel","onQuitClick","func","hiddenSteps","bool"],"sources":["../../../src/organism/review-header/types.ts"],"sourcesContent":["import PropTypes from 'prop-types';\nimport ReviewHeaderStepsPropTypes from '../../molecule/review-header-steps/prop-types';\nimport {HeaderStepItemProps} from '../../atom/review-header-step-item/types';\n\nconst propTypes = {\n steps: ReviewHeaderStepsPropTypes.steps,\n mode: PropTypes.string.isRequired,\n skillName: PropTypes.string.isRequired,\n 'aria-label': PropTypes.string,\n closeButtonAriaLabel: PropTypes.string,\n onQuitClick: PropTypes.func,\n hiddenSteps: PropTypes.bool\n};\n\nexport default propTypes;\n\nexport type HeaderProps = {\n steps: HeaderStepItemProps[];\n mode: string;\n skillName: string;\n 'aria-label': string;\n closeButtonAriaLabel: string;\n onQuitClick: () => void;\n hiddenSteps: boolean;\n};\n"],"mappings":";;;;;AAAA;;AACA;;;;AAGA,MAAMA,SAAS,GAAG;EAChBC,KAAK,EAAEC,mBAAA,CAA2BD,KADlB;EAEhBE,IAAI,EAAEC,kBAAA,CAAUC,MAAV,CAAiBC,UAFP;EAGhBC,SAAS,EAAEH,kBAAA,CAAUC,MAAV,CAAiBC,UAHZ;EAIhB,cAAcF,kBAAA,CAAUC,MAJR;EAKhBG,oBAAoB,EAAEJ,kBAAA,CAAUC,MALhB;EAMhBI,WAAW,EAAEL,kBAAA,CAAUM,IANP;EAOhBC,WAAW,EAAEP,kBAAA,CAAUQ;AAPP,CAAlB;eAUeZ,S"}
1
+ {"version":3,"file":"types.js","names":["propTypes","steps","ReviewHeaderStepsPropTypes","mode","PropTypes","string","isRequired","skillName","closeButtonAriaLabel","onQuitClick","func","hiddenSteps","bool"],"sources":["../../../src/organism/review-header/types.ts"],"sourcesContent":["import PropTypes from 'prop-types';\nimport ReviewHeaderStepsPropTypes from '../../molecule/review-header-steps/prop-types';\nimport {StatusItemProps} from '../../atom/status-item/types';\n\nconst propTypes = {\n steps: ReviewHeaderStepsPropTypes.steps,\n mode: PropTypes.string.isRequired,\n skillName: PropTypes.string.isRequired,\n 'aria-label': PropTypes.string,\n closeButtonAriaLabel: PropTypes.string,\n onQuitClick: PropTypes.func,\n hiddenSteps: PropTypes.bool\n};\n\nexport default propTypes;\n\nexport type HeaderProps = {\n steps: StatusItemProps[];\n mode: string;\n skillName: string;\n 'aria-label': string;\n closeButtonAriaLabel: string;\n onQuitClick: () => void;\n hiddenSteps: boolean;\n};\n"],"mappings":";;;;;AAAA;;AACA;;;;AAGA,MAAMA,SAAS,GAAG;EAChBC,KAAK,EAAEC,mBAAA,CAA2BD,KADlB;EAEhBE,IAAI,EAAEC,kBAAA,CAAUC,MAAV,CAAiBC,UAFP;EAGhBC,SAAS,EAAEH,kBAAA,CAAUC,MAAV,CAAiBC,UAHZ;EAIhB,cAAcF,kBAAA,CAAUC,MAJR;EAKhBG,oBAAoB,EAAEJ,kBAAA,CAAUC,MALhB;EAMhBI,WAAW,EAAEL,kBAAA,CAAUM,IANP;EAOhBC,WAAW,EAAEP,kBAAA,CAAUQ;AAPP,CAAlB;eAUeZ,S"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/user-preferences/index.js"],"names":[],"mappings":";AAwCA,0DAeC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/user-preferences/index.js"],"names":[],"mappings":";AA4CA,0DAeC"}
@@ -11,7 +11,7 @@ var _isEmpty = _interopRequireDefault(require("lodash/fp/isEmpty"));
11
11
 
12
12
  var _map = _interopRequireDefault(require("lodash/fp/map"));
13
13
 
14
- var _provider = require("../../atom/provider");
14
+ var _provider = _interopRequireWildcard(require("../../atom/provider"));
15
15
 
16
16
  var _tooltip = _interopRequireDefault(require("../../atom/tooltip"));
17
17
 
@@ -21,14 +21,18 @@ var _style = _interopRequireDefault(require("./style.css"));
21
21
 
22
22
  const _excluded = ["label", "description", "moreInfoAriaLabel"];
23
23
 
24
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
25
+
26
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
27
+
24
28
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
25
29
 
26
30
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
27
31
 
28
32
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
29
33
 
30
- const Settings = props => {
31
- const translate = (0, _provider.GetTranslateFromContext)();
34
+ const Settings = (props, legacyContext) => {
35
+ const translate = (0, _provider.GetTranslateFromContext)(legacyContext);
32
36
 
33
37
  const {
34
38
  label,
@@ -56,6 +60,9 @@ Settings.propTypes = process.env.NODE_ENV !== "production" ? _extends({}, _input
56
60
  label: _propTypes.default.string.isRequired,
57
61
  description: _propTypes.default.string
58
62
  }) : {};
63
+ Settings.contextTypes = {
64
+ translate: _provider.default.childContextTypes.translate
65
+ };
59
66
 
60
67
  const UserPreferences = props => {
61
68
  const {
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["Settings","props","translate","GetTranslateFromContext","label","description","moreInfoAriaLabel","settings","style","isEmpty","infoIconTooltip","propTypes","InputSwitch","PropTypes","string","isRequired","UserPreferences","preferences","groupAriaLabel","map","arrayOf","shape"],"sources":["../../../src/organism/user-preferences/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport isEmpty from 'lodash/fp/isEmpty';\nimport map from 'lodash/fp/map';\nimport {GetTranslateFromContext} from '../../atom/provider';\nimport ToolTip from '../../atom/tooltip';\nimport InputSwitch from '../../atom/input-switch';\nimport style from './style.css';\n\nconst Settings = props => {\n const translate = GetTranslateFromContext();\n const {label, description, moreInfoAriaLabel, ...settings} = props;\n return (\n <div className={style.settings}>\n <InputSwitch {...settings} />\n <span className={style.label} tabIndex={0}>\n {label}\n </span>\n {isEmpty(description) ? null : (\n <ToolTip\n TooltipContent={description}\n closeToolTipInformationTextAriaLabel={translate(\n 'Press the escape key to close the information text'\n )}\n data-testid=\"user-preferences-tooltip\"\n aria-label={moreInfoAriaLabel}\n iconContainerClassName={style.infoIconTooltip}\n fontSize={12}\n />\n )}\n </div>\n );\n};\n\nSettings.propTypes = {\n ...InputSwitch.propTypes,\n label: PropTypes.string.isRequired,\n description: PropTypes.string\n};\n\nconst UserPreferences = props => {\n const {preferences, moreInfoAriaLabel, groupAriaLabel} = props;\n\n return (\n <form>\n <div className={style.preferences} role=\"group\" aria-label={groupAriaLabel} tabIndex={0}>\n {map(\n settings => (\n <Settings {...settings} key={settings.label} moreInfoAriaLabel={moreInfoAriaLabel} />\n ),\n preferences\n )}\n </div>\n </form>\n );\n};\n\nUserPreferences.propTypes = {\n preferences: PropTypes.arrayOf(PropTypes.shape(Settings.propTypes)),\n moreInfoAriaLabel: PropTypes.string,\n groupAriaLabel: PropTypes.string\n};\n\nexport default UserPreferences;\n"],"mappings":";;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;;;;;;;AAEA,MAAMA,QAAQ,GAAGC,KAAK,IAAI;EACxB,MAAMC,SAAS,GAAG,IAAAC,iCAAA,GAAlB;;EACA,MAAM;IAACC,KAAD;IAAQC,WAAR;IAAqBC;EAArB,IAAuDL,KAA7D;EAAA,MAAiDM,QAAjD,iCAA6DN,KAA7D;;EACA,oBACE;IAAK,SAAS,EAAEO,cAAA,CAAMD;EAAtB,gBACE,6BAAC,oBAAD,EAAiBA,QAAjB,CADF,eAEE;IAAM,SAAS,EAAEC,cAAA,CAAMJ,KAAvB;IAA8B,QAAQ,EAAE;EAAxC,GACGA,KADH,CAFF,EAKG,IAAAK,gBAAA,EAAQJ,WAAR,IAAuB,IAAvB,gBACC,6BAAC,gBAAD;IACE,cAAc,EAAEA,WADlB;IAEE,oCAAoC,EAAEH,SAAS,CAC7C,oDAD6C,CAFjD;IAKE,eAAY,0BALd;IAME,cAAYI,iBANd;IAOE,sBAAsB,EAAEE,cAAA,CAAME,eAPhC;IAQE,QAAQ,EAAE;EARZ,EANJ,CADF;AAoBD,CAvBD;;AAyBAV,QAAQ,CAACW,SAAT,wDACKC,oBAAA,CAAYD,SADjB;EAEEP,KAAK,EAAES,kBAAA,CAAUC,MAAV,CAAiBC,UAF1B;EAGEV,WAAW,EAAEQ,kBAAA,CAAUC;AAHzB;;AAMA,MAAME,eAAe,GAAGf,KAAK,IAAI;EAC/B,MAAM;IAACgB,WAAD;IAAcX,iBAAd;IAAiCY;EAAjC,IAAmDjB,KAAzD;EAEA,oBACE,wDACE;IAAK,SAAS,EAAEO,cAAA,CAAMS,WAAtB;IAAmC,IAAI,EAAC,OAAxC;IAAgD,cAAYC,cAA5D;IAA4E,QAAQ,EAAE;EAAtF,GACG,IAAAC,YAAA,EACCZ,QAAQ,iBACN,6BAAC,QAAD,eAAcA,QAAd;IAAwB,GAAG,EAAEA,QAAQ,CAACH,KAAtC;IAA6C,iBAAiB,EAAEE;EAAhE,GAFH,EAICW,WAJD,CADH,CADF,CADF;AAYD,CAfD;;AAiBAD,eAAe,CAACL,SAAhB,2CAA4B;EAC1BM,WAAW,EAAEJ,kBAAA,CAAUO,OAAV,CAAkBP,kBAAA,CAAUQ,KAAV,CAAgBrB,QAAQ,CAACW,SAAzB,CAAlB,CADa;EAE1BL,iBAAiB,EAAEO,kBAAA,CAAUC,MAFH;EAG1BI,cAAc,EAAEL,kBAAA,CAAUC;AAHA,CAA5B;eAMeE,e"}
1
+ {"version":3,"file":"index.js","names":["Settings","props","legacyContext","translate","GetTranslateFromContext","label","description","moreInfoAriaLabel","settings","style","isEmpty","infoIconTooltip","propTypes","InputSwitch","PropTypes","string","isRequired","contextTypes","Provider","childContextTypes","UserPreferences","preferences","groupAriaLabel","map","arrayOf","shape"],"sources":["../../../src/organism/user-preferences/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport isEmpty from 'lodash/fp/isEmpty';\nimport map from 'lodash/fp/map';\nimport Provider, {GetTranslateFromContext} from '../../atom/provider';\nimport ToolTip from '../../atom/tooltip';\nimport InputSwitch from '../../atom/input-switch';\nimport style from './style.css';\n\nconst Settings = (props, legacyContext) => {\n const translate = GetTranslateFromContext(legacyContext);\n const {label, description, moreInfoAriaLabel, ...settings} = props;\n return (\n <div className={style.settings}>\n <InputSwitch {...settings} />\n <span className={style.label} tabIndex={0}>\n {label}\n </span>\n {isEmpty(description) ? null : (\n <ToolTip\n TooltipContent={description}\n closeToolTipInformationTextAriaLabel={translate(\n 'Press the escape key to close the information text'\n )}\n data-testid=\"user-preferences-tooltip\"\n aria-label={moreInfoAriaLabel}\n iconContainerClassName={style.infoIconTooltip}\n fontSize={12}\n />\n )}\n </div>\n );\n};\n\nSettings.propTypes = {\n ...InputSwitch.propTypes,\n label: PropTypes.string.isRequired,\n description: PropTypes.string\n};\n\nSettings.contextTypes = {\n translate: Provider.childContextTypes.translate\n};\n\nconst UserPreferences = props => {\n const {preferences, moreInfoAriaLabel, groupAriaLabel} = props;\n\n return (\n <form>\n <div className={style.preferences} role=\"group\" aria-label={groupAriaLabel} tabIndex={0}>\n {map(\n settings => (\n <Settings {...settings} key={settings.label} moreInfoAriaLabel={moreInfoAriaLabel} />\n ),\n preferences\n )}\n </div>\n </form>\n );\n};\n\nUserPreferences.propTypes = {\n preferences: PropTypes.arrayOf(PropTypes.shape(Settings.propTypes)),\n moreInfoAriaLabel: PropTypes.string,\n groupAriaLabel: PropTypes.string\n};\n\nexport default UserPreferences;\n"],"mappings":";;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;;;;;;;;;;;AAEA,MAAMA,QAAQ,GAAG,CAACC,KAAD,EAAQC,aAAR,KAA0B;EACzC,MAAMC,SAAS,GAAG,IAAAC,iCAAA,EAAwBF,aAAxB,CAAlB;;EACA,MAAM;IAACG,KAAD;IAAQC,WAAR;IAAqBC;EAArB,IAAuDN,KAA7D;EAAA,MAAiDO,QAAjD,iCAA6DP,KAA7D;;EACA,oBACE;IAAK,SAAS,EAAEQ,cAAA,CAAMD;EAAtB,gBACE,6BAAC,oBAAD,EAAiBA,QAAjB,CADF,eAEE;IAAM,SAAS,EAAEC,cAAA,CAAMJ,KAAvB;IAA8B,QAAQ,EAAE;EAAxC,GACGA,KADH,CAFF,EAKG,IAAAK,gBAAA,EAAQJ,WAAR,IAAuB,IAAvB,gBACC,6BAAC,gBAAD;IACE,cAAc,EAAEA,WADlB;IAEE,oCAAoC,EAAEH,SAAS,CAC7C,oDAD6C,CAFjD;IAKE,eAAY,0BALd;IAME,cAAYI,iBANd;IAOE,sBAAsB,EAAEE,cAAA,CAAME,eAPhC;IAQE,QAAQ,EAAE;EARZ,EANJ,CADF;AAoBD,CAvBD;;AAyBAX,QAAQ,CAACY,SAAT,wDACKC,oBAAA,CAAYD,SADjB;EAEEP,KAAK,EAAES,kBAAA,CAAUC,MAAV,CAAiBC,UAF1B;EAGEV,WAAW,EAAEQ,kBAAA,CAAUC;AAHzB;AAMAf,QAAQ,CAACiB,YAAT,GAAwB;EACtBd,SAAS,EAAEe,iBAAA,CAASC,iBAAT,CAA2BhB;AADhB,CAAxB;;AAIA,MAAMiB,eAAe,GAAGnB,KAAK,IAAI;EAC/B,MAAM;IAACoB,WAAD;IAAcd,iBAAd;IAAiCe;EAAjC,IAAmDrB,KAAzD;EAEA,oBACE,wDACE;IAAK,SAAS,EAAEQ,cAAA,CAAMY,WAAtB;IAAmC,IAAI,EAAC,OAAxC;IAAgD,cAAYC,cAA5D;IAA4E,QAAQ,EAAE;EAAtF,GACG,IAAAC,YAAA,EACCf,QAAQ,iBACN,6BAAC,QAAD,eAAcA,QAAd;IAAwB,GAAG,EAAEA,QAAQ,CAACH,KAAtC;IAA6C,iBAAiB,EAAEE;EAAhE,GAFH,EAICc,WAJD,CADH,CADF,CADF;AAYD,CAfD;;AAiBAD,eAAe,CAACR,SAAhB,2CAA4B;EAC1BS,WAAW,EAAEP,kBAAA,CAAUU,OAAV,CAAkBV,kBAAA,CAAUW,KAAV,CAAgBzB,QAAQ,CAACY,SAAzB,CAAlB,CADa;EAE1BL,iBAAiB,EAAEO,kBAAA,CAAUC,MAFH;EAG1BO,cAAc,EAAER,kBAAA,CAAUC;AAHA,CAA5B;eAMeK,e"}
@@ -51,6 +51,8 @@
51
51
  @value cm_negative_50: #ffe5e6;
52
52
  @value cm_green_50: #e8fcf8;
53
53
  @value cm_green_200: #16ac8c;
54
+ @value cm_green_secondary_100: #D6F5E1;
55
+ @value cm_green_secondary_200: #38CC6C;
54
56
  @value cm_orange_200: #FF7043;
55
57
  @value cm_orange_700: #FF4105;
56
58
  @value cm_pink_50: #ffefeb;
@@ -81,10 +81,13 @@
81
81
  "mandatory_fields": "* Obavezna polja",
82
82
  "something_went_wrong": "Oh Snap! Something went wrong.",
83
83
  "review_header_step_item": {
84
- "aria_label": "Pitanje {{headerStepValue}}",
85
- "current_question": "Pitanje {{headerStepValue}} je trenutno pitanje",
86
- "correct_question": "Pitanje {{headerStepValue}} je tačno",
87
- "incorrect_question": "Pitanje {{headerStepValue}} je netačno",
88
- "not_answered_question": "Pitanje {{headerStepValue}} još nije odgovoreno"
84
+ "correct_question": "{{current}}question {{headerStepValue}} je tačno",
85
+ "incorrect_question": "{{current}}question {{headerStepValue}} je netačno",
86
+ "not_answered_question": "{{current}}question {{headerStepValue}} još nije odgovoreno"
87
+ },
88
+ "bulk_import": {
89
+ "errors_number": "broj grešaka masovnog uvoza je {{bulkImportErrorsNumber}}",
90
+ "valid_scorm": "scorm datoteka je važeća",
91
+ "invalid_scorm": "scorm datoteka nije važeća"
89
92
  }
90
93
  }
@@ -81,10 +81,13 @@
81
81
  "mandatory_fields": "*Mandatory fields",
82
82
  "something_went_wrong": "Oh Snap! Something went wrong.",
83
83
  "review_header_step_item": {
84
- "aria_label": "Otázka {{headerStepValue}}",
85
- "current_question": "Otázka {{headerStepValue}} je aktuální otázka",
86
- "correct_question": "Otázka {{headerStepValue}} je správná",
87
- "incorrect_question": "Otázka {{headerStepValue}} je nesprávná",
88
- "not_answered_question": "Otázka {{headerStepValue}} zatím není zodpovězena"
84
+ "correct_question": "{{current}} otázka {{headerStepValue}} je správná",
85
+ "incorrect_question": "{{current}} otázka {{headerStepValue}} je nesprávná",
86
+ "not_answered_question": "{{current}} otázka {{headerStepValue}} není zatím zodpovězena"
87
+ },
88
+ "bulk_import": {
89
+ "errors_number": "počet chyb hromadného importu je {{bulkImportErrorsNumber}}",
90
+ "valid_scorm": "soubor scorm je platný",
91
+ "invalid_scorm": "soubor scorm je neplatný"
89
92
  }
90
93
  }
@@ -81,10 +81,13 @@
81
81
  "mandatory_fields": "*Mandatory fields",
82
82
  "something_went_wrong": "Oh Snap! Something went wrong.",
83
83
  "review_header_step_item": {
84
- "aria_label": "Frage {{headerStepValue}}",
85
- "current_question": "Frage {{headerStepValue}} ist die aktuelle Frage",
86
- "correct_question": "Frage {{headerStepValue}} ist richtig",
87
- "incorrect_question": "Frage {{headerStepValue}} ist falsch",
88
- "not_answered_question": "Frage {{headerStepValue}} ist noch nicht beantwortet"
84
+ "correct_question": "{{current}}Frage {{headerStepValue}} ist richtig",
85
+ "incorrect_question": "{{current}}Frage {{headerStepValue}} ist nicht richtig",
86
+ "not_answered_question": "{{current}}Frage {{headerStepValue}} wurde noch nicht beantwortet"
87
+ },
88
+ "bulk_import": {
89
+ "errors_number": "Massenimport-Fehlernummer ist {{bulkImportErrorsNumber}}",
90
+ "valid_scorm": "Scorm-Datei ist gültig",
91
+ "invalid_scorm": "Scorm-Datei ist ungültig"
89
92
  }
90
93
  }
@@ -81,10 +81,13 @@
81
81
  "mandatory_fields": "*Mandatory fields",
82
82
  "something_went_wrong": "Oh Snap! Something went wrong.",
83
83
  "review_header_step_item": {
84
- "aria_label": "Question {{headerStepValue}}",
85
- "current_question": "Question {{headerStepValue}} is the current question",
86
- "correct_question": "Question {{headerStepValue}} is correct",
87
- "incorrect_question": "Question {{headerStepValue}} is incorrect",
88
- "not_answered_question": "Question {{headerStepValue}} is not answered yet"
84
+ "correct_question": "{{current}}question {{headerStepValue}} is correct",
85
+ "incorrect_question": "{{current}}question {{headerStepValue}} is incorrect",
86
+ "not_answered_question": "{{current}}question {{headerStepValue}} is not answered yet"
87
+ },
88
+ "bulk_import": {
89
+ "errors_number": "bulk import errors number is {{bulkImportErrorsNumber}}",
90
+ "valid_scorm": "scorm file is valid",
91
+ "invalid_scorm": "scorm file is not valid"
89
92
  }
90
93
  }
@@ -81,10 +81,13 @@
81
81
  "mandatory_fields": "*Mandatory fields",
82
82
  "something_went_wrong": "Oh Snap! Something went wrong.",
83
83
  "review_header_step_item": {
84
- "aria_label": "Pregunta {{headerStepValue}}",
85
- "current_question": "Pregunta {{headerStepValue}} es la pregunta actual",
86
- "correct_question": "La pregunta {{headerStepValue}} es correcta",
87
- "incorrect_question": "La pregunta {{headerStepValue}} es incorrecta",
88
- "not_answered_question": "La pregunta {{headerStepValue}} aún no ha sido respondida"
84
+ "correct_question": "La pregunta {{current}} {{headerStepValue}} es correcta",
85
+ "incorrect_question": "La pregunta {{current}} {{headerStepValue}} es incorrecta",
86
+ "not_answered_question": "La pregunta {{current}} {{headerStepValue}} todavía no se ha respondido"
87
+ },
88
+ "bulk_import": {
89
+ "errors_number": "El número de errores de la importación masiva es de {{bulkImportErrorsNumber}}",
90
+ "valid_scorm": "el archivo scorm es válido",
91
+ "invalid_scorm": "el archivo scorm no es válido"
89
92
  }
90
93
  }
@@ -81,10 +81,13 @@
81
81
  "mandatory_fields": "*Kohustuslikud väljad",
82
82
  "something_went_wrong": "Oih! Midagi läks viltu.",
83
83
  "review_header_step_item": {
84
- "aria_label": "Küsimus {{headerStepValue}}",
85
- "current_question": "Küsimus {{headerStepValue}} on praegune küsimus",
86
- "correct_question": "Küsimus {{headerStepValue}} on õige",
87
- "incorrect_question": "Küsimus {{headerStepValue}} on vale",
88
- "not_answered_question": "Küsimusele {{headerStepValue}} pole veel vastust"
84
+ "correct_question": "{{current}}küsimus {{headerStepValue}} on õige",
85
+ "incorrect_question": "{{current}}küsimus {{headerStepValue}} ei ole õige",
86
+ "not_answered_question": "{{current}}küsimus {{headerStepValue}} ei ole veel vastatud"
87
+ },
88
+ "bulk_import": {
89
+ "errors_number": "kogu impordi vigade arv on {{bulkImportErrorsNumber}}",
90
+ "valid_scorm": "scormi fail on kehtiv",
91
+ "invalid_scorm": "scormi fail ei ole kehtiv"
89
92
  }
90
93
  }
@@ -81,10 +81,13 @@
81
81
  "mandatory_fields": "* Champs obligatoires",
82
82
  "something_went_wrong": "Oh Snap! Quelque chose a mal tourné.",
83
83
  "review_header_step_item": {
84
- "aria_label": "Question {{headerStepValue}}",
85
- "current_question": "La question {{headerStepValue}} est la question actuelle",
86
- "correct_question": "La question {{headerStepValue}} est correcte",
87
- "incorrect_question": "La question {{headerStepValue}} est incorrecte",
88
- "not_answered_question": "La question {{headerStepValue}} n'a pas encore de réponse"
84
+ "correct_question": "{{current}}question {{headerStepValue}} est correcte",
85
+ "incorrect_question": "{{current}}question {{headerStepValue}} est incorrecte",
86
+ "not_answered_question": "{{current}}question {{headerStepValue}} n'a pas encore de réponse"
87
+ },
88
+ "bulk_import": {
89
+ "errors_number": "Le nombre d'erreurs d'importation groupée est {{bulkImportErrorsNumber}}",
90
+ "valid_scorm": "le fichier SCORM est valide",
91
+ "invalid_scorm": "Le fichier SCORM n'est pas valide"
89
92
  }
90
93
  }
@@ -81,10 +81,13 @@
81
81
  "mandatory_fields": "*Obavezna polja",
82
82
  "something_went_wrong": "Ajoj! Nešto je otišlo ukrivo.",
83
83
  "review_header_step_item": {
84
- "aria_label": "Pitanje {{headerStepValue}}",
85
- "current_question": "Pitanje {{headerStepValue}} je trenutno pitanje",
86
- "correct_question": "Pitanje {{headerStepValue}} je točno",
87
- "incorrect_question": "Pitanje {{headerStepValue}} je netočno",
88
- "not_answered_question": "Na pitanje {{headerStepValue}} još nije odgovoreno"
84
+ "correct_question": "{{current}}pitanje {{headerStepValue}} je točno",
85
+ "incorrect_question": "{{current}}pitanje {{headerStepValue}} je netočno",
86
+ "not_answered_question": "Na {{current}}pitanje {{headerStepValue}} još nije odgovoreno"
87
+ },
88
+ "bulk_import": {
89
+ "errors_number": "broj grešaka masovnog uvoza je {{bulkImportErrorsNumber}}",
90
+ "valid_scorm": "scorm datoteka je ispravna",
91
+ "invalid_scorm": "scorm datoteka nije ispravna"
89
92
  }
90
93
  }
@@ -81,10 +81,13 @@
81
81
  "mandatory_fields": "*Mandatory fields",
82
82
  "something_went_wrong": "Oh Snap! Something went wrong.",
83
83
  "review_header_step_item": {
84
- "aria_label": "Kérdés {{headerStepValue}}",
85
- "current_question": "Az {{headerStepValue}} kérdés az aktuális kérdés",
86
- "correct_question": "Az {{headerStepValue}} kérdés helyes",
87
- "incorrect_question": "Az {{headerStepValue}} kérdés helytelen",
88
- "not_answered_question": "Az {{headerStepValue}} kérdésre még nincs válasz"
84
+ "correct_question": "{{current}}kérdés {{headerStepValue}} helyes",
85
+ "incorrect_question": "{{current}}kérdés {{headerStepValue}} helytelen",
86
+ "not_answered_question": "{{current}}kérdés {{headerStepValue}} még nincs megválaszolva"
87
+ },
88
+ "bulk_import": {
89
+ "errors_number": "tömeges importálási hibák száma {{bulkImportErrorsNumber}}",
90
+ "valid_scorm": "scorm fájl érvényes",
91
+ "invalid_scorm": "scorm fájl nem érvényes"
89
92
  }
90
93
  }
@@ -81,10 +81,13 @@
81
81
  "mandatory_fields": "*Պարտադիր դաշտեր",
82
82
  "something_went_wrong": "Վա՜յ: Ինչ որ բան այնպես չգնաց.",
83
83
  "review_header_step_item": {
84
- "aria_label": "Հարց {{headerStepValue}}",
85
- "current_question": "{{headerStepValue}} հարցը ընթացիկ հարցն է",
86
- "correct_question": "{{headerStepValue}} հարցը ճիշտ է",
87
- "incorrect_question": "Հարցը {{headerStepValue}} սխալ է",
88
- "not_answered_question": "Հարցին {{headerStepValue}} դեռ պատասխանված չէ"
84
+ "correct_question": "{{current}}հարցը {{headerStepValue}} ճիշտ է",
85
+ "incorrect_question": "{{current}}հարցը {{headerStepValue}} սխալ է",
86
+ "not_answered_question": "{{current}}հարցը {{headerStepValue}} դեռ պատասխանված չէ"
87
+ },
88
+ "bulk_import": {
89
+ "errors_number": "Զանգվածային ներմուծման սխալների համարը {{bulkImportErrorsNumber}} է",
90
+ "valid_scorm": "scorm ֆայլը վավեր է",
91
+ "invalid_scorm": "scorm ֆայլը վավեր չէ"
89
92
  }
90
93
  }
@@ -81,10 +81,13 @@
81
81
  "mandatory_fields": "*Mandatory fields",
82
82
  "something_went_wrong": "Oh Snap! Something went wrong.",
83
83
  "review_header_step_item": {
84
- "aria_label": "Domanda {{headerStepValue}}",
85
- "current_question": "La domanda {{headerStepValue}} è la domanda attuale",
86
- "correct_question": "La domanda {{headerStepValue}} è corretta",
87
- "incorrect_question": "La domanda {{headerStepValue}} non è corretta",
88
- "not_answered_question": "La domanda {{headerStepValue}} non ha ancora ricevuto risposta"
84
+ "correct_question": "La {{current}} domanda {{headerStepValue}} è corretta",
85
+ "incorrect_question": "La {{current}} domanda {{headerStepValue}} non è corretta",
86
+ "not_answered_question": "La {{current}} domanda {{headerStepValue}} non ha ancora ricevuto risposta"
87
+ },
88
+ "bulk_import": {
89
+ "errors_number": "Il numero di errori di importazione massiva è {{bulkImportErrorsNumber}}",
90
+ "valid_scorm": "Il file scorm è valido",
91
+ "invalid_scorm": "Il file scorm non è valido"
89
92
  }
90
93
  }
@@ -81,10 +81,13 @@
81
81
  "mandatory_fields": "*Mandatory fields",
82
82
  "something_went_wrong": "Oh Snap! Something went wrong.",
83
83
  "review_header_step_item": {
84
- "aria_label": "質問 {{headerStepValue}}",
85
- "current_question": "質問 {{headerStepValue}} が現在の質問です",
86
- "correct_question": "問題 {{headerStepValue}} は正解です",
87
- "incorrect_question": "質問 {{headerStepValue}} は不正解です",
88
- "not_answered_question": "質問 {{headerStepValue}} はまだ回答されていません"
84
+ "correct_question": "{{current}} の質問 {{headerStepValue}} は正解です",
85
+ "incorrect_question": "{{current}} の質問 {{headerStepValue}} は正しくありません",
86
+ "not_answered_question": "{{current}} の質問 {{headerStepValue}} はまだ回答されていません"
87
+ },
88
+ "bulk_import": {
89
+ "errors_number": "一括インポートエラー 数は {{bulkImportErrorsNumber}} です",
90
+ "valid_scorm": "SCORMファイルは有効です",
91
+ "invalid_scorm": "SCORMファイルが有効ではありません"
89
92
  }
90
93
  }
@@ -81,10 +81,13 @@
81
81
  "mandatory_fields": "*Mandatory fields",
82
82
  "something_went_wrong": "Oh Snap! Something went wrong.",
83
83
  "review_header_step_item": {
84
- "aria_label": "질문 {{headerStepValue}}",
85
- "current_question": "질문 {{headerStepValue}}이 현재 질문입니다.",
86
- "correct_question": "질문 {{headerStepValue}} 맞습니다.",
87
- "incorrect_question": "질문 {{headerStepValue}}이 올바르지 않습니다.",
88
- "not_answered_question": "질문 {{headerStepValue}}은 아직 답변되지 않았습니다."
84
+ "correct_question": "{{current}}질문 {{headerStepValue}}이(가) 올바르지 않습니다",
85
+ "incorrect_question": "{{current}}질문 {{headerStepValue}}이(가) 올바르지 않습니다",
86
+ "not_answered_question": "{{current}}질문 {{headerStepValue}} 답변이 아직 완료되지 않았습니다"
87
+ },
88
+ "bulk_import": {
89
+ "errors_number": "벌크 가져오기 에러 번호는 {{bulkImportErrorsNumber}}입니다",
90
+ "valid_scorm": "scorm 파일이 유효하지 않습니다",
91
+ "invalid_scorm": "scorm 파일이 유효하지 않습니다"
89
92
  }
90
93
  }
@@ -81,10 +81,13 @@
81
81
  "mandatory_fields": "*Mandatory fields",
82
82
  "something_went_wrong": "Oh Snap! Something went wrong.",
83
83
  "review_header_step_item": {
84
- "aria_label": "Vraag {{headerStepValue}}",
85
- "current_question": "Vraag {{headerStepValue}} is de huidige vraag",
86
- "correct_question": "Vraag {{headerStepValue}} is juist",
87
- "incorrect_question": "Vraag {{headerStepValue}} is onjuist",
88
- "not_answered_question": "Vraag {{headerStepValue}} is nog niet beantwoord"
84
+ "correct_question": "{{current}}vraag {{headerStepValue}} is correct",
85
+ "incorrect_question": "{{current}}vraag {{headerStepValue}} is niet correct",
86
+ "not_answered_question": "{{current}}vraag {{headerStepValue}} is nog niet beantwoord."
87
+ },
88
+ "bulk_import": {
89
+ "errors_number": "bulk import fouten aantal is {{bulkImportErrorsNumber}}",
90
+ "valid_scorm": "scorm-bestand is geldig",
91
+ "invalid_scorm": "scorm-bestand is niet geldig"
89
92
  }
90
93
  }
@@ -81,10 +81,13 @@
81
81
  "mandatory_fields": "*Mandatory fields",
82
82
  "something_went_wrong": "Oh Snap! Something went wrong.",
83
83
  "review_header_step_item": {
84
- "aria_label": "Pytanie {{headerStepValue}}",
85
- "current_question": "Pytanie {{headerStepValue}} jest aktualnym pytaniem",
86
- "correct_question": "Pytanie {{headerStepValue}} jest poprawne",
87
- "incorrect_question": "Pytanie {{headerStepValue}} jest nieprawidłowe",
88
- "not_answered_question": "Na pytanie {{headerStepValue}} nie ma jeszcze odpowiedzi"
84
+ "correct_question": "{{current}}pytanie {{headerStepValue}} jest poprawne",
85
+ "incorrect_question": "{{current}}pytanie {{headerStepValue}} jest poprawne",
86
+ "not_answered_question": "{{current}}pytanie {{headerStepValue}} nie ma jeszcze odpowiedzi"
87
+ },
88
+ "bulk_import": {
89
+ "errors_number": "Liczba błędów w imporcie zbiorowym: {{bulkImportErrorsNumber}",
90
+ "valid_scorm": "plik scorm jest poprawny",
91
+ "invalid_scorm": "Plik scorm nie jest poprawny"
89
92
  }
90
93
  }
@@ -81,10 +81,13 @@
81
81
  "mandatory_fields": "*Mandatory fields",
82
82
  "something_went_wrong": "Oh Snap! Something went wrong.",
83
83
  "review_header_step_item": {
84
- "aria_label": "Pergunta {{headerStepValue}}",
85
- "current_question": "A pergunta {{headerStepValue}} é a pergunta atual",
86
- "correct_question": "A questão {{headerStepValue}} está correta",
87
- "incorrect_question": "A pergunta {{headerStepValue}} está incorreta",
88
- "not_answered_question": "A pergunta {{headerStepValue}} ainda não foi respondida"
84
+ "correct_question": "A pergunta{{current}} {{headerStepValue}} está correta",
85
+ "incorrect_question": "A pergunta{{current}} {{headerStepValue}} está incorreta",
86
+ "not_answered_question": "A pergunta {{current}} {{headerStepValue}} ainda não foi respondida"
87
+ },
88
+ "bulk_import": {
89
+ "errors_number": "O número de erros da importação em grupo é {{bulkImportErrorsNumber}}",
90
+ "valid_scorm": "o ficheiro scorm é válido",
91
+ "invalid_scorm": "o ficheiro scorm não é válido "
89
92
  }
90
93
  }
@@ -81,10 +81,13 @@
81
81
  "mandatory_fields": "*Mandatory fields",
82
82
  "something_went_wrong": "Oh Snap! Something went wrong.",
83
83
  "review_header_step_item": {
84
- "aria_label": "Întrebare {{headerStepValue}}",
85
- "current_question": "Întrebarea {{headerStepValue}} este întrebarea curentă",
86
- "correct_question": "Întrebarea {{headerStepValue}} este corectă",
87
- "incorrect_question": "Întrebarea {{headerStepValue}} este incorectă",
88
- "not_answered_question": "Întrebarea {{headerStepValue}} nu a primit încă răspuns"
84
+ "correct_question": "{{current}} întrebarea {{headerStepValue}} este corectă",
85
+ "incorrect_question": "{{current}}întrebarea {{headerStepValue}} este incorectă",
86
+ "not_answered_question": "{{current}}întrebarea {{headerStepValue}} nu a primit încă un răspuns"
87
+ },
88
+ "bulk_import": {
89
+ "errors_number": "numărul de erori de import în masă este {{bulkImportErrorsNumber}}",
90
+ "valid_scorm": "fișierul scorm este valid",
91
+ "invalid_scorm": "fișierul scorm nu este valid"
89
92
  }
90
93
  }
@@ -81,10 +81,13 @@
81
81
  "mandatory_fields": "*Обязательные поля",
82
82
  "something_went_wrong": "Oh Snap! Something went wrong.",
83
83
  "review_header_step_item": {
84
- "aria_label": "Вопрос {{headerStepValue}}",
85
- "current_question": "Вопрос {{headerStepValue}} — текущий вопрос",
86
- "correct_question": "Вопрос {{headerStepValue}} правильный",
87
- "incorrect_question": "Вопрос {{headerStepValue}} неверен",
88
- "not_answered_question": "На вопрос {{headerStepValue}} пока нет ответа"
84
+ "correct_question": "{{current}}ответ на вопрос {{headerStepValue}} верный",
85
+ "incorrect_question": "{{current}}ответ на вопрос {{headerStepValue}} неверный",
86
+ "not_answered_question": "пока еще нет ответа на {{current}}вопрос {{headerStepValue}}"
87
+ },
88
+ "bulk_import": {
89
+ "errors_number": "количество ошибок массового импорта равно {{bulkImportErrorsNumber}}",
90
+ "valid_scorm": "файл scorm действителен",
91
+ "invalid_scorm": "файл scorm недействителен"
89
92
  }
90
93
  }
@@ -81,10 +81,13 @@
81
81
  "mandatory_fields": "*Povinné polia",
82
82
  "something_went_wrong": "Och! Niečo sa pokazilo.",
83
83
  "review_header_step_item": {
84
- "aria_label": "Otázka {{headerStepValue}}",
85
- "current_question": "Otázka {{headerStepValue}} je aktuálna otázka",
86
- "correct_question": "Otázka {{headerStepValue}} je správna",
87
- "incorrect_question": "Otázka {{headerStepValue}} je nesprávna",
88
- "not_answered_question": "Otázka {{headerStepValue}} zatiaľ nie je zodpovedaná"
84
+ "correct_question": "{{current}}otázka {{headerStepValue}} je správna",
85
+ "incorrect_question": "{{current}}otázka {{headerStepValue}} je nesprávna",
86
+ "not_answered_question": "{{current}}otázka {{headerStepValue}} ešte nie je zodpovedaná"
87
+ },
88
+ "bulk_import": {
89
+ "errors_number": "počet chýb hromadného importu je {{bulkImportErrorsNumber}}",
90
+ "valid_scorm": "scorm súbor je platný",
91
+ "invalid_scorm": "scorm súbor je neplatný"
89
92
  }
90
93
  }
@@ -81,10 +81,13 @@
81
81
  "mandatory_fields": "*ข้อมูลที่จำเป็นต้องกรอก",
82
82
  "something_went_wrong": "อ้าว! มีสิ่งผิดปกติ",
83
83
  "review_header_step_item": {
84
- "aria_label": "คำถามข้อที่ {{headerStepValue}}",
85
- "current_question": "คำถามข้อที่ {{headerStepValue}} คือคำถามปัจจุบัน",
86
- "correct_question": "คำถามข้อที่ {{headerStepValue}} ถูกต้อง",
87
- "incorrect_question": "คำถามข้อที่ {{headerStepValue}} ไม่ถูกต้อง",
88
- "not_answered_question": "คำถามข้อที่ {{headerStepValue}} ยังไม่ได้ตอบ"
84
+ "correct_question": "{{headerStepValue}} คำถาม {{current}} ถูกต้อง",
85
+ "incorrect_question": "{{headerStepValue}} คำถาม {{current}} ไม่ถูกต้อง",
86
+ "not_answered_question": "{{headerStepValue}} คำถาม {{current}} ยังไม่ได้รับคำตอบ"
87
+ },
88
+ "bulk_import": {
89
+ "errors_number": "จำนวนข้อผิดพลาดในการนําเข้าจํานวนมากคือ {{bulkImportErrorsNumber}}",
90
+ "valid_scorm": "ไฟล์ scorm ถูกต้อง",
91
+ "invalid_scorm": "ไฟล์ scorm ไม่ถูกต้อง"
89
92
  }
90
93
  }
@@ -81,10 +81,13 @@
81
81
  "mandatory_fields": "* Mga patlang na ipinag-uutos",
82
82
  "something_went_wrong": "Oh Snap! Something went wrong.",
83
83
  "review_header_step_item": {
84
- "aria_label": "Tanong {{headerStepValue}}",
85
- "current_question": "Tanong {{headerStepValue}} ang kasalukuyang tanong",
86
- "correct_question": "Tama ang tanong na {{headerStepValue}}",
87
- "incorrect_question": "Ang tanong na {{headerStepValue}} ay hindi tama",
88
- "not_answered_question": "Ang tanong na {{headerStepValue}} ay hindi pa nasasagot"
84
+ "correct_question": "Tama ang {{current}}tanong {{headerStepValue}}",
85
+ "incorrect_question": "Mali ang {{current}}tanong {{headerStepValue}}",
86
+ "not_answered_question": "Hinidi pa nasasagot ang {{current}}tanong {{headerStepValue}}"
87
+ },
88
+ "bulk_import": {
89
+ "errors_number": "Ang bilang ng maramihang error sa pag-import ay {{bulkImportErrorsNumber}}",
90
+ "valid_scorm": "balido ang scorm file",
91
+ "invalid_scorm": "Hindi balido ang scorm file"
89
92
  }
90
93
  }
@@ -81,10 +81,13 @@
81
81
  "mandatory_fields": "*Mandatory fields",
82
82
  "something_went_wrong": "Oh Snap! Something went wrong.",
83
83
  "review_header_step_item": {
84
- "aria_label": "Soru {{headerStepValue}}",
85
- "current_question": "Soru {{headerStepValue}} şu anki soru",
86
- "correct_question": "{{headerStepValue}} sorusu doğru",
87
- "incorrect_question": "{{headerStepValue}} sorusu yanlış",
88
- "not_answered_question": "{{headerStepValue}} sorusu henüz cevaplanmadı"
84
+ "correct_question": "{{current}}soru {{headerStepValue}} doğru",
85
+ "incorrect_question": "{{current}}soru {{headerStepValue}} hatalı",
86
+ "not_answered_question": "{{current}}soru {{headerStepValue}} henüz cevaplanmadı"
87
+ },
88
+ "bulk_import": {
89
+ "errors_number": "toplu içe aktarma hata sayısı {{bulkImportErrorsNumber}}",
90
+ "valid_scorm": "scorm dosyası geçerli",
91
+ "invalid_scorm": "scorm dosyası geçersiz"
89
92
  }
90
93
  }