@coorpacademy/components 11.30.1 → 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.
Files changed (105) hide show
  1. package/es/atom/button-link/index.d.ts.map +1 -1
  2. package/es/atom/button-link/index.js +17 -9
  3. package/es/atom/button-link/index.js.map +1 -1
  4. package/es/atom/button-link/types.d.ts +8 -1
  5. package/es/atom/button-link/types.d.ts.map +1 -1
  6. package/es/atom/button-link/types.js.map +1 -1
  7. package/es/atom/chip/index.d.ts +37 -0
  8. package/es/atom/chip/index.d.ts.map +1 -0
  9. package/es/atom/chip/index.js +85 -0
  10. package/es/atom/chip/index.js.map +1 -0
  11. package/es/atom/chip/style.css +65 -0
  12. package/es/atom/chips/index.d.ts.map +1 -1
  13. package/es/atom/chips/index.js +1 -0
  14. package/es/atom/chips/index.js.map +1 -1
  15. package/es/atom/icon/index.js +2 -2
  16. package/es/atom/icon/index.js.map +1 -1
  17. package/es/molecule/bulk-progress-bar/index.d.ts.map +1 -1
  18. package/es/molecule/bulk-progress-bar/index.js +6 -3
  19. package/es/molecule/bulk-progress-bar/index.js.map +1 -1
  20. package/es/molecule/learner-skill-card/index.d.ts +21 -0
  21. package/es/molecule/learner-skill-card/index.d.ts.map +1 -0
  22. package/es/molecule/learner-skill-card/index.js +159 -0
  23. package/es/molecule/learner-skill-card/index.js.map +1 -0
  24. package/es/molecule/learner-skill-card/style.css +119 -0
  25. package/es/molecule/questions/template/index.d.ts +1 -1
  26. package/es/molecule/quick-access-card/index.d.ts.map +1 -1
  27. package/es/molecule/quick-access-card/index.js +5 -1
  28. package/es/molecule/quick-access-card/index.js.map +1 -1
  29. package/es/template/mobile-login/welcome/index.native.d.ts.map +1 -1
  30. package/es/template/mobile-login/welcome/index.native.js +5 -1
  31. package/es/template/mobile-login/welcome/index.native.js.map +1 -1
  32. package/es/variables/colors.d.ts +7 -7
  33. package/es/variables/colors.d.ts.map +1 -1
  34. package/es/variables/colors.js +2 -1
  35. package/es/variables/colors.js.map +1 -1
  36. package/es/variables/theme.native.d.ts.map +1 -1
  37. package/es/variables/theme.native.js +4 -1
  38. package/es/variables/theme.native.js.map +1 -1
  39. package/lib/atom/button-link/index.d.ts.map +1 -1
  40. package/lib/atom/button-link/index.js +18 -9
  41. package/lib/atom/button-link/index.js.map +1 -1
  42. package/lib/atom/button-link/types.d.ts +8 -1
  43. package/lib/atom/button-link/types.d.ts.map +1 -1
  44. package/lib/atom/button-link/types.js.map +1 -1
  45. package/lib/atom/chip/index.d.ts +37 -0
  46. package/lib/atom/chip/index.d.ts.map +1 -0
  47. package/lib/atom/chip/index.js +109 -0
  48. package/lib/atom/chip/index.js.map +1 -0
  49. package/lib/atom/chip/style.css +65 -0
  50. package/lib/atom/chips/index.d.ts.map +1 -1
  51. package/lib/atom/chips/index.js +1 -0
  52. package/lib/atom/chips/index.js.map +1 -1
  53. package/lib/atom/icon/index.js +2 -2
  54. package/lib/atom/icon/index.js.map +1 -1
  55. package/lib/molecule/bulk-progress-bar/index.d.ts.map +1 -1
  56. package/lib/molecule/bulk-progress-bar/index.js +7 -3
  57. package/lib/molecule/bulk-progress-bar/index.js.map +1 -1
  58. package/lib/molecule/learner-skill-card/index.d.ts +21 -0
  59. package/lib/molecule/learner-skill-card/index.d.ts.map +1 -0
  60. package/lib/molecule/learner-skill-card/index.js +177 -0
  61. package/lib/molecule/learner-skill-card/index.js.map +1 -0
  62. package/lib/molecule/learner-skill-card/style.css +119 -0
  63. package/lib/molecule/questions/template/index.d.ts +1 -1
  64. package/lib/molecule/quick-access-card/index.d.ts.map +1 -1
  65. package/lib/molecule/quick-access-card/index.js +7 -1
  66. package/lib/molecule/quick-access-card/index.js.map +1 -1
  67. package/lib/template/mobile-login/welcome/index.native.d.ts.map +1 -1
  68. package/lib/template/mobile-login/welcome/index.native.js +7 -1
  69. package/lib/template/mobile-login/welcome/index.native.js.map +1 -1
  70. package/lib/variables/colors.d.ts +7 -7
  71. package/lib/variables/colors.d.ts.map +1 -1
  72. package/lib/variables/colors.js +2 -1
  73. package/lib/variables/colors.js.map +1 -1
  74. package/lib/variables/theme.native.d.ts.map +1 -1
  75. package/lib/variables/theme.native.js +4 -1
  76. package/lib/variables/theme.native.js.map +1 -1
  77. package/locales/bs/global.json +7 -1
  78. package/locales/cs/global.json +7 -1
  79. package/locales/de/global.json +7 -1
  80. package/locales/en/global.json +6 -0
  81. package/locales/es/global.json +6 -0
  82. package/locales/et/global.json +7 -1
  83. package/locales/fi/global.json +7 -1
  84. package/locales/fr/global.json +6 -0
  85. package/locales/hr/global.json +7 -1
  86. package/locales/hu/global.json +7 -1
  87. package/locales/hy/global.json +7 -1
  88. package/locales/it/global.json +6 -0
  89. package/locales/ja/global.json +7 -1
  90. package/locales/ko/global.json +7 -1
  91. package/locales/nl/global.json +6 -0
  92. package/locales/pl/global.json +7 -1
  93. package/locales/pt/global.json +7 -1
  94. package/locales/ro/global.json +7 -1
  95. package/locales/ru/global.json +7 -1
  96. package/locales/sk/global.json +7 -1
  97. package/locales/sl/global.json +7 -1
  98. package/locales/sv/global.json +7 -1
  99. package/locales/tl/global.json +7 -1
  100. package/locales/tr/global.json +7 -1
  101. package/locales/uk/global.json +7 -1
  102. package/locales/vi/global.json +7 -1
  103. package/locales/zh/global.json +7 -1
  104. package/locales/zh_TW/global.json +7 -1
  105. package/package.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"theme.native.js","names":["HTML_ANCHOR_TEXT_COLOR","defaultTheme","colors","border","gray","extra","lighter","light","lightMedium","medium","dark","extraDark","text","primary","secondary","cta","negative","COLORS","positive","white","black","battle","notification","salmon","podcast","background","cm_grey_800","spacing","micro","tiny","small","base","large","xlarge","radius","common","card","regular","search","button","thumbnail","fontWeight","semiBold","bold","extraBold","fontSize","extraSmall","xxlarge","xxxlarge","letterSpacing","header"],"sources":["../../src/variables/theme.native.ts"],"sourcesContent":["import {TextStyle} from 'react-native';\nimport {COLORS} from './colors';\n\nexport type SpaceType = 'micro' | 'tiny' | 'small' | 'base' | 'medium' | 'large' | 'xlarge';\n\nexport const HTML_ANCHOR_TEXT_COLOR = '#002BDB';\n\nexport type Colors = {\n border: string;\n gray: {\n extra: string;\n light: string;\n lighter: string;\n lightMedium: string;\n medium: string;\n dark: string;\n extraDark: string;\n };\n podcast: {\n background: string;\n primary: string;\n };\n text: {\n primary: string;\n secondary: string;\n };\n cta: string;\n negative: string;\n positive: string;\n white: string;\n black: string;\n battle: string;\n notification: string;\n salmon: string;\n};\n\nexport type Theme = {\n colors: Colors;\n spacing: {\n micro: number;\n tiny: number;\n small: number;\n base: number;\n medium: number;\n large: number;\n xlarge: number;\n };\n radius: {\n button: number;\n common: number;\n card: number;\n medium: number;\n regular: number;\n search: number;\n thumbnail: number;\n };\n fontWeight: {\n regular: TextStyle['fontWeight'];\n semiBold: TextStyle['fontWeight'];\n bold: TextStyle['fontWeight'];\n extraBold: TextStyle['fontWeight'];\n };\n fontSize: {\n extraSmall: TextStyle['fontSize'];\n small: TextStyle['fontSize'];\n medium: TextStyle['fontSize'];\n regular: TextStyle['fontSize'];\n large: TextStyle['fontSize'];\n xlarge: TextStyle['fontSize'];\n xxlarge: TextStyle['fontSize'];\n xxxlarge: TextStyle['fontSize'];\n };\n letterSpacing: {\n header: number;\n };\n};\n\nconst defaultTheme: Theme = {\n colors: {\n border: 'rgba(0, 0, 0, 0.1)',\n gray: {\n extra: '#FAFAFA',\n lighter: '#F4F4F5',\n light: '#ededed',\n lightMedium: '#CFD8DC',\n medium: '#90A4AE',\n dark: '#546E7A',\n extraDark: '#323232'\n },\n text: {\n primary: '#06265B',\n secondary: '#FFFFFF'\n },\n cta: '#0061FF',\n negative: COLORS.negative,\n positive: COLORS.positive,\n white: '#FFFFFF',\n black: '#14171A',\n battle: '#FFDE03',\n notification: '#FF7043',\n salmon: '#FDE2E5',\n podcast: {\n background: COLORS.cm_grey_800,\n primary: '#FF541F'\n }\n },\n spacing: {\n micro: 4,\n tiny: 8,\n small: 16,\n base: 24,\n medium: 32,\n large: 48,\n xlarge: 64\n },\n radius: {\n common: 3,\n card: 5,\n regular: 8,\n medium: 12,\n search: 24,\n button: 32,\n thumbnail: 1000\n },\n fontWeight: {\n regular: '400',\n semiBold: '500',\n bold: '700',\n extraBold: '900'\n },\n fontSize: {\n extraSmall: 10,\n small: 12,\n medium: 13,\n regular: 15,\n large: 17,\n xlarge: 22,\n xxlarge: 28,\n xxxlarge: 40\n },\n letterSpacing: {\n header: 5\n }\n};\n\nexport default defaultTheme;\n"],"mappings":";;;;;AACA;;AAIO,MAAMA,sBAAsB,GAAG,SAA/B;;AAwEP,MAAMC,YAAmB,GAAG;EAC1BC,MAAM,EAAE;IACNC,MAAM,EAAE,oBADF;IAENC,IAAI,EAAE;MACJC,KAAK,EAAE,SADH;MAEJC,OAAO,EAAE,SAFL;MAGJC,KAAK,EAAE,SAHH;MAIJC,WAAW,EAAE,SAJT;MAKJC,MAAM,EAAE,SALJ;MAMJC,IAAI,EAAE,SANF;MAOJC,SAAS,EAAE;IAPP,CAFA;IAWNC,IAAI,EAAE;MACJC,OAAO,EAAE,SADL;MAEJC,SAAS,EAAE;IAFP,CAXA;IAeNC,GAAG,EAAE,SAfC;IAgBNC,QAAQ,EAAEC,cAAA,CAAOD,QAhBX;IAiBNE,QAAQ,EAAED,cAAA,CAAOC,QAjBX;IAkBNC,KAAK,EAAE,SAlBD;IAmBNC,KAAK,EAAE,SAnBD;IAoBNC,MAAM,EAAE,SApBF;IAqBNC,YAAY,EAAE,SArBR;IAsBNC,MAAM,EAAE,SAtBF;IAuBNC,OAAO,EAAE;MACPC,UAAU,EAAER,cAAA,CAAOS,WADZ;MAEPb,OAAO,EAAE;IAFF;EAvBH,CADkB;EA6B1Bc,OAAO,EAAE;IACPC,KAAK,EAAE,CADA;IAEPC,IAAI,EAAE,CAFC;IAGPC,KAAK,EAAE,EAHA;IAIPC,IAAI,EAAE,EAJC;IAKPtB,MAAM,EAAE,EALD;IAMPuB,KAAK,EAAE,EANA;IAOPC,MAAM,EAAE;EAPD,CA7BiB;EAsC1BC,MAAM,EAAE;IACNC,MAAM,EAAE,CADF;IAENC,IAAI,EAAE,CAFA;IAGNC,OAAO,EAAE,CAHH;IAIN5B,MAAM,EAAE,EAJF;IAKN6B,MAAM,EAAE,EALF;IAMNC,MAAM,EAAE,EANF;IAONC,SAAS,EAAE;EAPL,CAtCkB;EA+C1BC,UAAU,EAAE;IACVJ,OAAO,EAAE,KADC;IAEVK,QAAQ,EAAE,KAFA;IAGVC,IAAI,EAAE,KAHI;IAIVC,SAAS,EAAE;EAJD,CA/Cc;EAqD1BC,QAAQ,EAAE;IACRC,UAAU,EAAE,EADJ;IAERhB,KAAK,EAAE,EAFC;IAGRrB,MAAM,EAAE,EAHA;IAIR4B,OAAO,EAAE,EAJD;IAKRL,KAAK,EAAE,EALC;IAMRC,MAAM,EAAE,EANA;IAORc,OAAO,EAAE,EAPD;IAQRC,QAAQ,EAAE;EARF,CArDgB;EA+D1BC,aAAa,EAAE;IACbC,MAAM,EAAE;EADK;AA/DW,CAA5B;eAoEejD,Y"}
1
+ {"version":3,"file":"theme.native.js","names":["HTML_ANCHOR_TEXT_COLOR","cm_primary_blue","COLORS","defaultTheme","colors","border","gray","extra","lighter","light","lightMedium","medium","dark","extraDark","text","primary","secondary","cta","negative","positive","white","black","battle","notification","salmon","podcast","background","cm_grey_800","spacing","micro","tiny","small","base","large","xlarge","radius","common","card","regular","search","button","thumbnail","fontWeight","semiBold","bold","extraBold","fontSize","extraSmall","xxlarge","xxxlarge","letterSpacing","header"],"sources":["../../src/variables/theme.native.ts"],"sourcesContent":["import {TextStyle} from 'react-native';\nimport {COLORS} from './colors';\n\nexport type SpaceType = 'micro' | 'tiny' | 'small' | 'base' | 'medium' | 'large' | 'xlarge';\n\nexport const HTML_ANCHOR_TEXT_COLOR = '#002BDB';\n\nconst {cm_primary_blue} = COLORS;\n\nexport type Colors = {\n border: string;\n gray: {\n extra: string;\n light: string;\n lighter: string;\n lightMedium: string;\n medium: string;\n dark: string;\n extraDark: string;\n };\n podcast: {\n background: string;\n primary: string;\n };\n text: {\n primary: string;\n secondary: string;\n };\n cta: string;\n negative: string;\n positive: string;\n white: string;\n black: string;\n battle: string;\n notification: string;\n salmon: string;\n};\n\nexport type Theme = {\n colors: Colors;\n spacing: {\n micro: number;\n tiny: number;\n small: number;\n base: number;\n medium: number;\n large: number;\n xlarge: number;\n };\n radius: {\n button: number;\n common: number;\n card: number;\n medium: number;\n regular: number;\n search: number;\n thumbnail: number;\n };\n fontWeight: {\n regular: TextStyle['fontWeight'];\n semiBold: TextStyle['fontWeight'];\n bold: TextStyle['fontWeight'];\n extraBold: TextStyle['fontWeight'];\n };\n fontSize: {\n extraSmall: TextStyle['fontSize'];\n small: TextStyle['fontSize'];\n medium: TextStyle['fontSize'];\n regular: TextStyle['fontSize'];\n large: TextStyle['fontSize'];\n xlarge: TextStyle['fontSize'];\n xxlarge: TextStyle['fontSize'];\n xxxlarge: TextStyle['fontSize'];\n };\n letterSpacing: {\n header: number;\n };\n};\n\nconst defaultTheme: Theme = {\n colors: {\n border: 'rgba(0, 0, 0, 0.1)',\n gray: {\n extra: '#FAFAFA',\n lighter: '#F4F4F5',\n light: '#ededed',\n lightMedium: '#CFD8DC',\n medium: '#90A4AE',\n dark: '#546E7A',\n extraDark: '#323232'\n },\n text: {\n primary: '#06265B',\n secondary: '#FFFFFF'\n },\n cta: cm_primary_blue,\n negative: COLORS.negative,\n positive: COLORS.positive,\n white: '#FFFFFF',\n black: '#14171A',\n battle: '#FFDE03',\n notification: '#FF7043',\n salmon: '#FDE2E5',\n podcast: {\n background: COLORS.cm_grey_800,\n primary: '#FF541F'\n }\n },\n spacing: {\n micro: 4,\n tiny: 8,\n small: 16,\n base: 24,\n medium: 32,\n large: 48,\n xlarge: 64\n },\n radius: {\n common: 3,\n card: 5,\n regular: 8,\n medium: 12,\n search: 24,\n button: 32,\n thumbnail: 1000\n },\n fontWeight: {\n regular: '400',\n semiBold: '500',\n bold: '700',\n extraBold: '900'\n },\n fontSize: {\n extraSmall: 10,\n small: 12,\n medium: 13,\n regular: 15,\n large: 17,\n xlarge: 22,\n xxlarge: 28,\n xxxlarge: 40\n },\n letterSpacing: {\n header: 5\n }\n};\n\nexport default defaultTheme;\n"],"mappings":";;;;;AACA;;AAIO,MAAMA,sBAAsB,GAAG,SAA/B;;AAEP,MAAM;EAACC;AAAD,IAAoBC,cAA1B;AAwEA,MAAMC,YAAmB,GAAG;EAC1BC,MAAM,EAAE;IACNC,MAAM,EAAE,oBADF;IAENC,IAAI,EAAE;MACJC,KAAK,EAAE,SADH;MAEJC,OAAO,EAAE,SAFL;MAGJC,KAAK,EAAE,SAHH;MAIJC,WAAW,EAAE,SAJT;MAKJC,MAAM,EAAE,SALJ;MAMJC,IAAI,EAAE,SANF;MAOJC,SAAS,EAAE;IAPP,CAFA;IAWNC,IAAI,EAAE;MACJC,OAAO,EAAE,SADL;MAEJC,SAAS,EAAE;IAFP,CAXA;IAeNC,GAAG,EAAEhB,eAfC;IAgBNiB,QAAQ,EAAEhB,cAAA,CAAOgB,QAhBX;IAiBNC,QAAQ,EAAEjB,cAAA,CAAOiB,QAjBX;IAkBNC,KAAK,EAAE,SAlBD;IAmBNC,KAAK,EAAE,SAnBD;IAoBNC,MAAM,EAAE,SApBF;IAqBNC,YAAY,EAAE,SArBR;IAsBNC,MAAM,EAAE,SAtBF;IAuBNC,OAAO,EAAE;MACPC,UAAU,EAAExB,cAAA,CAAOyB,WADZ;MAEPZ,OAAO,EAAE;IAFF;EAvBH,CADkB;EA6B1Ba,OAAO,EAAE;IACPC,KAAK,EAAE,CADA;IAEPC,IAAI,EAAE,CAFC;IAGPC,KAAK,EAAE,EAHA;IAIPC,IAAI,EAAE,EAJC;IAKPrB,MAAM,EAAE,EALD;IAMPsB,KAAK,EAAE,EANA;IAOPC,MAAM,EAAE;EAPD,CA7BiB;EAsC1BC,MAAM,EAAE;IACNC,MAAM,EAAE,CADF;IAENC,IAAI,EAAE,CAFA;IAGNC,OAAO,EAAE,CAHH;IAIN3B,MAAM,EAAE,EAJF;IAKN4B,MAAM,EAAE,EALF;IAMNC,MAAM,EAAE,EANF;IAONC,SAAS,EAAE;EAPL,CAtCkB;EA+C1BC,UAAU,EAAE;IACVJ,OAAO,EAAE,KADC;IAEVK,QAAQ,EAAE,KAFA;IAGVC,IAAI,EAAE,KAHI;IAIVC,SAAS,EAAE;EAJD,CA/Cc;EAqD1BC,QAAQ,EAAE;IACRC,UAAU,EAAE,EADJ;IAERhB,KAAK,EAAE,EAFC;IAGRpB,MAAM,EAAE,EAHA;IAIR2B,OAAO,EAAE,EAJD;IAKRL,KAAK,EAAE,EALC;IAMRC,MAAM,EAAE,EANA;IAORc,OAAO,EAAE,EAPD;IAQRC,QAAQ,EAAE;EARF,CArDgB;EA+D1BC,aAAa,EAAE;IACbC,MAAM,EAAE;EADK;AA/DW,CAA5B;eAoEehD,Y"}
@@ -18,10 +18,13 @@
18
18
  "cookies_policy": "Politika privatnosti i kolačića.",
19
19
  "cookies_title": "Kako koristimo kolačiće:",
20
20
  "Create a new cohort": "Kreiraj novu kohortu",
21
+ "courses": "Courses",
22
+ "courses_completed": " Courses Completed",
21
23
  "Delete": "Izbrisati",
22
24
  "Draft": "Skica",
23
25
  "answer_the_question": "Odgovori na pitanje",
24
26
  "Edit": "Uredi",
27
+ "Explore": "Explore",
25
28
  "external_content_article": "DOKUMENTI",
26
29
  "external_content_scorm": "ANIMIRANI RESURSI",
27
30
  "external_content_video": "VIDEOS",
@@ -50,6 +53,7 @@
50
53
  "Put back": "Vratiti",
51
54
  "Reject": "Odbaci",
52
55
  "Reload": "Napuni",
56
+ "Review": "Review",
53
57
  "Review lesson": "Osvrnite se na lekciju",
54
58
  "secured_payment": "Osiguraj server",
55
59
  "See clue": "Vidi trag",
@@ -70,6 +74,7 @@
70
74
  "subscription_premium_title": "Premium Coorpacademy",
71
75
  "subscription_price": "${valuta}${cijena} uklj. PDV mjesečno",
72
76
  "subscription_promo_code": "Sada imate slobodan pristup našem katalogu do {{date}}. Da nastavite da ga koristite nakon ovog datuma, molim vas da se prijavite",
77
+ "skill_focus": "Skill focus",
73
78
  "This message has been removed by its author": "Ovu poruku je uklonio njen autor.",
74
79
  "unsubscribe": "Otkaži pretplatu na Coorpacademy.",
75
80
  "Validated": "Provjereno",
@@ -95,9 +100,10 @@
95
100
  "post_comment_aria_label": "Objavite svoj komentar",
96
101
  "validate_aria_label": "Potvrdite svoj odgovor i idite na sljedeći korak",
97
102
  "stars": "zvijezde",
103
+ "questions": "Questions",
98
104
  "custom":{
99
105
  "digitlearning": {
100
- "comment_aria_label": "Rate this course"
106
+ "comment_aria_label": "Ocijenite ovaj kurs"
101
107
  }
102
108
  }
103
109
  }
@@ -18,10 +18,13 @@
18
18
  "cookies_policy": "Zásady ochrany soukromí a pro soubory cookie.",
19
19
  "cookies_title": "Jak využíváme soubory cookie:",
20
20
  "Create a new cohort": "Create a new cohort",
21
+ "courses": "Courses",
22
+ "courses_completed": " Courses Completed",
21
23
  "Delete": "Smazat",
22
24
  "Draft": "Návrh",
23
25
  "answer_the_question": "Odpovězte na otázku",
24
26
  "Edit": "Upravit",
27
+ "Explore": "Explore",
25
28
  "external_content_article": "DOKUMENTY",
26
29
  "external_content_scorm": "ANIMAČNÍ SOUBORY",
27
30
  "external_content_video": "VIDEA",
@@ -50,6 +53,7 @@
50
53
  "Put back": "Dát zpět",
51
54
  "Reject": "Zamítnout",
52
55
  "Reload": "Načíst znovu",
56
+ "Review": "Review",
53
57
  "Review lesson": "Zopakovat lekci",
54
58
  "secured_payment": "Zabezpečený server",
55
59
  "See clue": "Zobrazit nápovědu",
@@ -70,6 +74,7 @@
70
74
  "subscription_premium_title": "Coorpacademy Premium",
71
75
  "subscription_price": "vč. ${price} ${currency} daně na měsíc",
72
76
  "subscription_promo_code": "Nyní máte neomezený přístup k našemu katalogu až do {{date}}. Chcete-li jej využívat i po tomto datu, obnovte si předplatné",
77
+ "skill_focus": "Skill focus",
73
78
  "This message has been removed by its author": "Tuto zprávu odstranil autor.",
74
79
  "unsubscribe": "Zrušit předplatné Coorpacademy",
75
80
  "Validated": "Ověřeno",
@@ -95,9 +100,10 @@
95
100
  "post_comment_aria_label": "Zveřejnit komentář",
96
101
  "validate_aria_label": "Ověřte vlastní odpověď a přejděte k dalšímu kroku",
97
102
  "stars": "hvězdy",
103
+ "questions": "Questions",
98
104
  "custom":{
99
105
  "digitlearning": {
100
- "comment_aria_label": "Rate this course"
106
+ "comment_aria_label": "Ohodnoťte tento kurz"
101
107
  }
102
108
  }
103
109
  }
@@ -18,10 +18,13 @@
18
18
  "cookies_policy": "Richtlinie zu Datenschutz und Cookies",
19
19
  "cookies_title": "Wie wir Cookies verwenden:",
20
20
  "Create a new cohort": "Create a new cohort",
21
+ "courses": "Courses",
22
+ "courses_completed": " Courses Completed",
21
23
  "Delete": "Löschen",
22
24
  "Draft": "Entwurf",
23
25
  "answer_the_question": "Beantworten Sie die Frage",
24
26
  "Edit": "Bearbeiten",
27
+ "Explore": "Explore",
25
28
  "external_content_article": "DOKUMENTE",
26
29
  "external_content_scorm": "ANIMIERTE RESSOURCEN",
27
30
  "external_content_video": "VIDEOS",
@@ -50,6 +53,7 @@
50
53
  "Put back": "Zurücksetzen",
51
54
  "Reject": "Verwerfen",
52
55
  "Reload": "Neu laden",
56
+ "Review": "Review",
53
57
  "Review lesson": "Zurück zur Lektion",
54
58
  "secured_payment": "Sicherer Server",
55
59
  "See clue": "Hinweis öffnen",
@@ -70,6 +74,7 @@
70
74
  "subscription_premium_title": "Coorpacademy Premium",
71
75
  "subscription_price": "${currency}${price} inkl. Steuer monatlich",
72
76
  "subscription_promo_code": "Sie haben jetzt einen kostenlosen unbegrenzten Zugang zu unserem Katalog bis {{date}}. Um es nach diesem Datum zu behalten, melden Sie sich bitte an",
77
+ "skill_focus": "Skill focus",
73
78
  "This message has been removed by its author": "Diese Nachricht wurde von seinem Urheber gelöscht.",
74
79
  "unsubscribe": "Bei Coorpacademy abmelden",
75
80
  "Validated": "Bestätigt",
@@ -95,9 +100,10 @@
95
100
  "post_comment_aria_label": "Veröffentlichen Sie Ihren Kommentar",
96
101
  "validate_aria_label": "Bestätigen Sie Ihre Antwort und gehen Sie zum nächsten Schritt",
97
102
  "stars": "Sterne",
103
+ "questions": "Questions",
98
104
  "custom":{
99
105
  "digitlearning": {
100
- "comment_aria_label": "Rate this course"
106
+ "comment_aria_label": "Bewerten Sie diesen Kurs"
101
107
  }
102
108
  }
103
109
  }
@@ -18,10 +18,13 @@
18
18
  "cookies_policy": "Privacy and Cookies Policy.",
19
19
  "cookies_title": "How we use cookies:",
20
20
  "Create a new cohort": "Create a new cohort",
21
+ "courses": "Courses",
22
+ "courses_completed": " Courses Completed",
21
23
  "Delete": "Delete",
22
24
  "Draft": "Draft",
23
25
  "answer_the_question": "Answer the question",
24
26
  "Edit": "Edit",
27
+ "Explore": "Explore",
25
28
  "external_content_article": "DOCUMENTS",
26
29
  "external_content_scorm": "ANIMATED RESOURCES",
27
30
  "external_content_video": "VIDEOS",
@@ -50,6 +53,7 @@
50
53
  "Put back": "Put back",
51
54
  "Reject": "Reject",
52
55
  "Reload": "Reload",
56
+ "Review": "Review",
53
57
  "Review lesson": "Review lesson",
54
58
  "secured_payment": "Secure server",
55
59
  "See clue": "See clue",
@@ -70,6 +74,7 @@
70
74
  "subscription_premium_title": "Coorpacademy Premium",
71
75
  "subscription_price": "${currency}${price} incl. taxes per month",
72
76
  "subscription_promo_code": "You now have a free unlimited access to our catalog until the {{date}}. To keep enjoying it after this date, please subscribe on",
77
+ "skill_focus": "Skill focus",
73
78
  "This message has been removed by its author": "This message has been removed by its author.",
74
79
  "unsubscribe": "Unsubscribe from Coorpacademy",
75
80
  "Validated": "Validated",
@@ -95,6 +100,7 @@
95
100
  "post_comment_aria_label": "Post your comment",
96
101
  "validate_aria_label": "Validate your answer and go to next step",
97
102
  "stars": "stars",
103
+ "questions": "Questions",
98
104
  "custom":{
99
105
  "digitlearning": {
100
106
  "comment_aria_label": "Rate this course"
@@ -18,10 +18,13 @@
18
18
  "cookies_policy": "Política de privacidad y cookies",
19
19
  "cookies_title": "Cómo usamos las cookies:",
20
20
  "Create a new cohort": "Create a new cohort",
21
+ "courses": "Courses",
22
+ "courses_completed": " Courses Completed",
21
23
  "Delete": "Borrar",
22
24
  "Draft": "Sequía",
23
25
  "answer_the_question": "Responda a la pregunta",
24
26
  "Edit": "Editar",
27
+ "Explore": "Explore",
25
28
  "external_content_article": "DOCUMENTOS",
26
29
  "external_content_scorm": "RECURSOS ANIMADOS",
27
30
  "external_content_video": "VÍDEOS",
@@ -50,6 +53,7 @@
50
53
  "Put back": "Vuelve a poner",
51
54
  "Reject": "Rechazar",
52
55
  "Reload": "Recargar",
56
+ "Review": "Review",
53
57
  "Review lesson": "Repasar lección",
54
58
  "secured_payment": "Servidor seguro",
55
59
  "See clue": "Ver pista",
@@ -70,6 +74,7 @@
70
74
  "subscription_premium_title": "Coorpacademy Premium",
71
75
  "subscription_price": "${currency}${price} incl. impuestos al mes",
72
76
  "subscription_promo_code": "Ahora tienes acceso gratis e ilimitado a nuestro catálogo hasta el {{date}}. Para seguir disfrutándolo después de esta fecha, por favor, suscríbete en",
77
+ "skill_focus": "Skill focus",
73
78
  "This message has been removed by its author": "Este mensaje ha sido borrado por su autor.",
74
79
  "unsubscribe": "Cancelar la suscripción de Coorpacademy",
75
80
  "Validated": "Validado",
@@ -95,6 +100,7 @@
95
100
  "post_comment_aria_label": "Publique su comentario",
96
101
  "validate_aria_label": "Valide su respuesta y vaya al paso siguiente",
97
102
  "stars": "estrellas",
103
+ "questions": "Questions",
98
104
  "custom":{
99
105
  "digitlearning": {
100
106
  "comment_aria_label": "Califica este curso"
@@ -18,10 +18,13 @@
18
18
  "cookies_policy": "Privaatsus- ja küpsistepoliitika.",
19
19
  "cookies_title": "Kuidas kasutame küpsiseid:",
20
20
  "Create a new cohort": "Loo uus grupp",
21
+ "courses": "Courses",
22
+ "courses_completed": " Courses Completed",
21
23
  "Delete": "Kustuta",
22
24
  "Draft": "Mustand",
23
25
  "answer_the_question": "Vastake küsimusele",
24
26
  "Edit": "Muuda",
27
+ "Explore": "Explore",
25
28
  "external_content_article": "DOCUMENTS",
26
29
  "external_content_scorm": "ANIMATED RESOURCES",
27
30
  "external_content_video": "VIDEOS",
@@ -50,6 +53,7 @@
50
53
  "Put back": "Pane tagasi",
51
54
  "Reject": "Keeldu",
52
55
  "Reload": "Laadi uuesti",
56
+ "Review": "Review",
53
57
  "Review lesson": "Ülevaatustund",
54
58
  "secured_payment": "Turvaline server",
55
59
  "See clue": "Näita vihjet",
@@ -70,6 +74,7 @@
70
74
  "subscription_premium_title": "Coorpacademy Premium",
71
75
  "subscription_price": "${currency}${price} incl. taxes per month",
72
76
  "subscription_promo_code": "You now have a free unlimited access to our catalog until the {{date}}. To keep enjoying it after this date, please subscribe on",
77
+ "skill_focus": "Skill focus",
73
78
  "This message has been removed by its author": "Sõnum on autori poolt eemaldatud.",
74
79
  "unsubscribe": "Tühista Coorpacademy tellimus",
75
80
  "Validated": "Valideeritud",
@@ -95,9 +100,10 @@
95
100
  "post_comment_aria_label": "Postitage oma kommentaar",
96
101
  "validate_aria_label": "Kinnitage oma vastus ja minge järgmisse etappi",
97
102
  "stars": "tähed",
103
+ "questions": "Questions",
98
104
  "custom":{
99
105
  "digitlearning": {
100
- "comment_aria_label": "Rate this course"
106
+ "comment_aria_label": "Hinda seda kursust"
101
107
  }
102
108
  }
103
109
  }
@@ -18,10 +18,13 @@
18
18
  "cookies_policy": "Tietosuoja- ja evästekäytäntö.",
19
19
  "cookies_title": "Miten käytämme evästeitä:",
20
20
  "Create a new cohort": "Luo uusi kohortti",
21
+ "courses": "Courses",
22
+ "courses_completed": " Courses Completed",
21
23
  "Delete": "Poista",
22
24
  "Draft": "Luonnos",
23
25
  "answer_the_question": "Vastaa kysymykseen",
24
26
  "Edit": "Muokkaa",
27
+ "Explore": "Explore",
25
28
  "external_content_article": "ASIAKIRJAT",
26
29
  "external_content_scorm": "ANIMOIDUT RESURSSIT",
27
30
  "external_content_video": "VIDEOT",
@@ -50,6 +53,7 @@
50
53
  "Put back": "Pane takaisin",
51
54
  "Reject": "Hylkää",
52
55
  "Reload": "Lataa uudelleen",
56
+ "Review": "Review",
53
57
  "Review lesson": "Katso oppitunti uudelleen",
54
58
  "secured_payment": "Turvallinen palvelin",
55
59
  "See clue": "Näytä vihje",
@@ -70,6 +74,7 @@
70
74
  "subscription_premium_title": "Coorpacademy Premium",
71
75
  "subscription_price": "${price} ${currency} kuukaudessa sisältäen verot",
72
76
  "subscription_promo_code": "Sinulla on nyt luettelomme ilmainen ja rajoittamaton käyttöoikeus {{date}} asti. Jos haluat jatkaa sen käyttämistä kyseisen päivän jälkeen, tilaa",
77
+ "skill_focus": "Skill focus",
73
78
  "This message has been removed by its author": "Tekijä on poistanut tämän viestin.",
74
79
  "unsubscribe": "Peruuta Coorpacademyn tilaus",
75
80
  "Validated": "Vahvistettu",
@@ -95,9 +100,10 @@
95
100
  "post_comment_aria_label": "Julkaise kommenttisi",
96
101
  "validate_aria_label": "Vahvista vastauksesi ja siirry seuraavaan vaiheeseen",
97
102
  "stars": "tähdet",
103
+ "questions": "Questions",
98
104
  "custom":{
99
105
  "digitlearning": {
100
- "comment_aria_label": "Rate this course"
106
+ "comment_aria_label": "Arvioi tämä kurssi"
101
107
  }
102
108
  }
103
109
  }
@@ -18,10 +18,13 @@
18
18
  "cookies_policy": "Politique de Confidentialité et de Cookies.",
19
19
  "cookies_title": "Comment nous utilisons les cookies :",
20
20
  "Create a new cohort": "Créer une nouvelle cohorte",
21
+ "courses": "Courses",
22
+ "courses_completed": " Courses Completed",
21
23
  "Delete": "Supprimer",
22
24
  "Draft": "Brouillon",
23
25
  "answer_the_question": "Répondez à la question",
24
26
  "Edit": "Modifier",
27
+ "Explore": "Explore",
25
28
  "external_content_article": "DOCUMENTS",
26
29
  "external_content_scorm": "RESSOURCES ANIMÉES",
27
30
  "external_content_video": "VIDÉOS",
@@ -50,6 +53,7 @@
50
53
  "Put back": "Autoriser",
51
54
  "Reject": "Rejeter",
52
55
  "Reload": "Recharger",
56
+ "Review": "Review",
53
57
  "Review lesson": "Revoir la leçon",
54
58
  "secured_payment": "Serveur sécurisé",
55
59
  "See clue": "Voir l'indice",
@@ -70,6 +74,7 @@
70
74
  "subscription_premium_title": "Coorpacademy Premium",
71
75
  "subscription_price": "${price}${currency} TTC par mois",
72
76
  "subscription_promo_code": "Vous profitez d’un accès gratuit à tout le catalogue jusqu’au {{date}}. Passé cette date, nous vous invitons à souscrire l’abonnement sur",
77
+ "skill_focus": "Skill focus",
73
78
  "This message has been removed by its author": "Ce message a été supprimé par son auteur.",
74
79
  "unsubscribe": "Se désabonner de Coorpacademy",
75
80
  "Validated": "Validée",
@@ -95,6 +100,7 @@
95
100
  "post_comment_aria_label": "Postez votre commentaire",
96
101
  "validate_aria_label": "Validez votre réponse et passez à l'étape suivante",
97
102
  "stars": "étoiles",
103
+ "questions": "Questions",
98
104
  "custom":{
99
105
  "digitlearning": {
100
106
  "comment_aria_label": "Notez ce cours"
@@ -18,10 +18,13 @@
18
18
  "cookies_policy": "Politika privatnosti i kolačića.",
19
19
  "cookies_title": "Kako koristimo kolačiće:",
20
20
  "Create a new cohort": "Stvorite novu skupinu",
21
+ "courses": "Courses",
22
+ "courses_completed": " Courses Completed",
21
23
  "Delete": "Izbrišite",
22
24
  "Draft": "Nacrt",
23
25
  "answer_the_question": "Odgovorite na pitanje",
24
26
  "Edit": "Uredite",
27
+ "Explore": "Explore",
25
28
  "external_content_article": "DOKUMENTI",
26
29
  "external_content_scorm": "ANIMACIJE",
27
30
  "external_content_video": "VIDEOS",
@@ -50,6 +53,7 @@
50
53
  "Put back": "Vratite natrag",
51
54
  "Reject": "Odbijte",
52
55
  "Reload": "Ponovno učitajte",
56
+ "Review": "Review",
53
57
  "Review lesson": "Pregledajte lekciju",
54
58
  "secured_payment": "Sigurni poslužitelj",
55
59
  "See clue": "Pomoć za pitanje",
@@ -70,6 +74,7 @@
70
74
  "subscription_premium_title": "Coorpacademy Premium",
71
75
  "subscription_price": "${currency}${price} uklj. poreza mjesečno",
72
76
  "subscription_promo_code": "Sada imate besplatan neograničen pristup našem katalogu do {{date}}. Da biste ga nastavili koristiti i nakon ovog datuma, pretplatite se na",
77
+ "skill_focus": "Skill focus",
73
78
  "This message has been removed by its author": "Ovu poruku uklonio je njezin autor.",
74
79
  "unsubscribe": "Otkažite pretplatu na Coorpacademy",
75
80
  "Validated": "Potvrđeno",
@@ -95,9 +100,10 @@
95
100
  "post_comment_aria_label": "Objavite svoj komentar",
96
101
  "validate_aria_label": "Potvrdite svoj odgovor i idite na sljedeći korak",
97
102
  "stars": "zvijezde",
103
+ "questions": "Questions",
98
104
  "custom":{
99
105
  "digitlearning": {
100
- "comment_aria_label": "Rate this course"
106
+ "comment_aria_label": "Ocijenite ovaj tečaj"
101
107
  }
102
108
  }
103
109
  }
@@ -18,10 +18,13 @@
18
18
  "cookies_policy": "Adatvédelmi nyilatkozat és a sütik használata.",
19
19
  "cookies_title": "Hogyan használjuk a sütiket:",
20
20
  "Create a new cohort": "Create a new cohort",
21
+ "courses": "Courses",
22
+ "courses_completed": " Courses Completed",
21
23
  "Delete": "Törlés",
22
24
  "Draft": "vázlat",
23
25
  "answer_the_question": "Kérdés megválaszolása",
24
26
  "Edit": "Szerkesztés",
27
+ "Explore": "Explore",
25
28
  "external_content_article": "DOKUMENTUMOK",
26
29
  "external_content_scorm": "ANIMÁLT FORRÁSOK",
27
30
  "external_content_video": "VIDEÓK",
@@ -50,6 +53,7 @@
50
53
  "Put back": "Visszatesz",
51
54
  "Reject": "Elutasít",
52
55
  "Reload": "Újratöltés",
56
+ "Review": "Review",
53
57
  "Review lesson": "Óra áttekintése",
54
58
  "secured_payment": "Biztonságos szerver",
55
59
  "See clue": "Tipp megtekintése",
@@ -70,6 +74,7 @@
70
74
  "subscription_premium_title": "Coorpacademy Premium",
71
75
  "subscription_price": "${currency}${price} beleértve. adó havonta",
72
76
  "subscription_promo_code": "Önnek ingyenes korlátlan hozzáférése van a katalógusunkhoz eddig az időpontig: {{date}}. Ha ezután is használni szeretné, kérjük, fizessen elő",
77
+ "skill_focus": "Skill focus",
73
78
  "This message has been removed by its author": "Ezt az üzenetet a szerzője eltávolította.",
74
79
  "unsubscribe": "Leiratkozás a Coorpacademy szolgáltatásáról",
75
80
  "Validated": "érvényesített",
@@ -95,9 +100,10 @@
95
100
  "post_comment_aria_label": "Írj hozzászólást",
96
101
  "validate_aria_label": "Hitelesítsd válaszodat és ugorj a következő lépésre",
97
102
  "stars": "csillagok",
103
+ "questions": "Questions",
98
104
  "custom":{
99
105
  "digitlearning": {
100
- "comment_aria_label": "Rate this course"
106
+ "comment_aria_label": "Értékelje ezt a tanfolyamot"
101
107
  }
102
108
  }
103
109
  }
@@ -18,10 +18,13 @@
18
18
  "cookies_policy": "Գաղտնիության և cookies քաղաքականություն:",
19
19
  "cookies_title": "Ինչպես ենք մենք օգտագործում cookies-ը.",
20
20
  "Create a new cohort": "Ստեղծել նոր խումբ",
21
+ "courses": "Courses",
22
+ "courses_completed": " Courses Completed",
21
23
  "Delete": "Ջնջել",
22
24
  "Draft": "Նախագիծ",
23
25
  "answer_the_question": "Պատասխանիր հարցին",
24
26
  "Edit": "Խմբագրել",
27
+ "Explore": "Explore",
25
28
  "external_content_article": "ՓԱՍՏԱԹՂԹԵՐ",
26
29
  "external_content_scorm": "ԱՆԻՄԱՏ ՌԵՍՈՒՐՍՆԵՐ",
27
30
  "external_content_video": "ՏԵՍԱՆՅՈՒԹԵՐ",
@@ -50,6 +53,7 @@
50
53
  "Put back": "Հետ դնել",
51
54
  "Reject": "Մերժել",
52
55
  "Reload": "Վերբեռնել",
56
+ "Review": "Review",
53
57
  "Review lesson": "Վերանայել դասը",
54
58
  "secured_payment": "Ապահով սերվեր",
55
59
  "See clue": "Տեսնել հուշումը",
@@ -70,6 +74,7 @@
70
74
  "subscription_premium_title": "Coorpacademy Premium",
71
75
  "subscription_price": "${currency}${price} ներառյալ ամսական հարկեր",
72
76
  "subscription_promo_code": "Դուք այժմ ունեք անվճար անսահմանափակ մուտք դեպի մեր կատալոգ մինչև {{date}}: Այս ամսաթվից հետո այն վայելելու համար, խնդրում ենք բաժանորդագրվել",
77
+ "skill_focus": "Skill focus",
73
78
  "This message has been removed by its author": "Այս հաղորդագրությունը հեռացվել է դրա հեղինակի կողմից:",
74
79
  "unsubscribe": "Դուրս գալ Coorpacademy-ի բաժանորդագրությունից",
75
80
  "Validated": "Վավերացված",
@@ -95,9 +100,10 @@
95
100
  "post_comment_aria_label": "Տեղադրեք ձեր մեկնաբանությունը",
96
101
  "validate_aria_label": "Հաստատեք ձեր պատասխանը և անցեք հաջորդ քայլին",
97
102
  "stars": "աստղեր",
103
+ "questions": "Questions",
98
104
  "custom":{
99
105
  "digitlearning": {
100
- "comment_aria_label": "Rate this course"
106
+ "comment_aria_label": "Գնահատեք այս դասընթացը"
101
107
  }
102
108
  }
103
109
  }
@@ -18,10 +18,13 @@
18
18
  "cookies_policy": "Informativa sulla privacy e sui cookie.",
19
19
  "cookies_title": "Come utilizziamo i cookie:",
20
20
  "Create a new cohort": "Create a new cohort",
21
+ "courses": "Courses",
22
+ "courses_completed": " Courses Completed",
21
23
  "Delete": "Elimina",
22
24
  "Draft": "Bozza",
23
25
  "answer_the_question": "Rispondi alla domanda",
24
26
  "Edit": "Modifica",
27
+ "Explore": "Explore",
25
28
  "external_content_article": "DOCUMENTI",
26
29
  "external_content_scorm": "RISORSE ANIMATE",
27
30
  "external_content_video": "VIDEO",
@@ -50,6 +53,7 @@
50
53
  "Put back": "Più tardi",
51
54
  "Reject": "Rifiuta",
52
55
  "Reload": "Ricarica",
56
+ "Review": "Review",
53
57
  "Review lesson": "Torna alla lezione",
54
58
  "secured_payment": "Server sicuro",
55
59
  "See clue": "Vedi indizio",
@@ -70,6 +74,7 @@
70
74
  "subscription_premium_title": "Coorpacademy Premium",
71
75
  "subscription_price": "${currency}${price} incl. tasse al mese",
72
76
  "subscription_promo_code": "Ora hai un accesso illimitato gratuito al nostro catalogo fino al {{date}}. Per continuare a fruirne dopo questa data, ti invitiamo ad abbonarti su",
77
+ "skill_focus": "Skill focus",
73
78
  "This message has been removed by its author": "Questo messaggio è stato rimosso dall'autore.",
74
79
  "unsubscribe": "Annulla abbonamento a Coorpacademy",
75
80
  "Validated": "Convalidato",
@@ -95,6 +100,7 @@
95
100
  "post_comment_aria_label": "Pubblica il tuo commento",
96
101
  "validate_aria_label": "Convalida la tua risposta e vai al passaggio successivo",
97
102
  "stars": "stelle",
103
+ "questions": "Questions",
98
104
  "custom":{
99
105
  "digitlearning": {
100
106
  "comment_aria_label": "Vota questo corso"
@@ -18,10 +18,13 @@
18
18
  "cookies_policy": "プライバシーとクッキーポリシーをご確認ください。",
19
19
  "cookies_title": "クッキーの使用方法:",
20
20
  "Create a new cohort": "Create a new cohort",
21
+ "courses": "Courses",
22
+ "courses_completed": " Courses Completed",
21
23
  "Delete": "削除",
22
24
  "Draft": "ドラフト",
23
25
  "answer_the_question": "質問に答える",
24
26
  "Edit": "編集",
27
+ "Explore": "Explore",
25
28
  "external_content_article": "ドキュメント",
26
29
  "external_content_scorm": "アニメーション化されたリソース",
27
30
  "external_content_video": "動画",
@@ -50,6 +53,7 @@
50
53
  "Put back": "元に戻す",
51
54
  "Reject": "拒否",
52
55
  "Reload": "再読み込み",
56
+ "Review": "Review",
53
57
  "Review lesson": "レッスンをレビューする",
54
58
  "secured_payment": "セキュリティで保護されたサーバー",
55
59
  "See clue": "ヒントをみる ",
@@ -70,6 +74,7 @@
70
74
  "subscription_premium_title": "Coorpacademy プレミアム",
71
75
  "subscription_price": "1 ヶ月あたりの ${currency} ${price} 税込税",
72
76
  "subscription_promo_code": "今、{{date}} までカタログに無料の無制限のアクセスがあります。この日付後にそれを楽しんで、するに登録してください。",
77
+ "skill_focus": "Skill focus",
73
78
  "This message has been removed by its author": "このメッセージは、その著者によって削除されています。",
74
79
  "unsubscribe": "Coorpacademy からの退会します。",
75
80
  "Validated": "検証済み",
@@ -95,9 +100,10 @@
95
100
  "post_comment_aria_label": "コメントを投稿する",
96
101
  "validate_aria_label": "回答が正しいことを確認して次のステップに進んでください",
97
102
  "stars": "出演者",
103
+ "questions": "Questions",
98
104
  "custom":{
99
105
  "digitlearning": {
100
- "comment_aria_label": "Rate this course"
106
+ "comment_aria_label": "このコースを評価する"
101
107
  }
102
108
  }
103
109
  }
@@ -18,10 +18,13 @@
18
18
  "cookies_policy": "개인정보 처리방침 및 쿠키 정책.",
19
19
  "cookies_title": "당사가 쿠키를 사용하는 방법:",
20
20
  "Create a new cohort": "Create a new cohort",
21
+ "courses": "Courses",
22
+ "courses_completed": " Courses Completed",
21
23
  "Delete": "삭제",
22
24
  "Draft": "초안",
23
25
  "answer_the_question": "질분에 답하세요",
24
26
  "Edit": "수정",
27
+ "Explore": "Explore",
25
28
  "external_content_article": "문서",
26
29
  "external_content_scorm": "애니메이션 리소스",
27
30
  "external_content_video": "동영상",
@@ -50,6 +53,7 @@
50
53
  "Put back": "연기",
51
54
  "Reject": "거부",
52
55
  "Reload": "재구동",
56
+ "Review": "Review",
53
57
  "Review lesson": "복습",
54
58
  "secured_payment": "안전 서버",
55
59
  "See clue": "단서 보기",
@@ -70,6 +74,7 @@
70
74
  "subscription_premium_title": "Coorpacademy Premium",
71
75
  "subscription_price": "${currency}${price} 포함됨. 1개월당 세금",
72
76
  "subscription_promo_code": "귀하는 이제 {{date}}까지 당사의 카탈로그에 대한 무제한의 무료 액세스 권한이 있습니다. 이 날짜 이후에 계속 즐기시려면, 구독하세요",
77
+ "skill_focus": "Skill focus",
73
78
  "This message has been removed by its author": "이 메시지는 작성자에 의해서 삭제되었습니다.",
74
79
  "unsubscribe": "Coorpacademy 구독 해지",
75
80
  "Validated": "검증",
@@ -95,9 +100,10 @@
95
100
  "post_comment_aria_label": "의견을 작성하세요",
96
101
  "validate_aria_label": "답변을 검증한 후 다음 단계로 진행하세요",
97
102
  "stars": "별",
103
+ "questions": "Questions",
98
104
  "custom":{
99
105
  "digitlearning": {
100
- "comment_aria_label": "Rate this course"
106
+ "comment_aria_label": " 강좌를 평가해 주세요"
101
107
  }
102
108
  }
103
109
  }
@@ -18,10 +18,13 @@
18
18
  "cookies_policy": "Privacy- en cookiesbeleid",
19
19
  "cookies_title": "Hoe we cookies gebruiken",
20
20
  "Create a new cohort": "Create a new cohort",
21
+ "courses": "Courses",
22
+ "courses_completed": " Courses Completed",
21
23
  "Delete": "Verwijderen",
22
24
  "Draft": "Droogte",
23
25
  "answer_the_question": "Beantwoord de vraag",
24
26
  "Edit": "Bewerken",
27
+ "Explore": "Explore",
25
28
  "external_content_article": "DOCUMENTEN",
26
29
  "external_content_scorm": "GEANIMEERDE BRONNEN",
27
30
  "external_content_video": "VIDEO'S",
@@ -50,6 +53,7 @@
50
53
  "Put back": "Uitstellen",
51
54
  "Reject": "Afwijzen",
52
55
  "Reload": "Opnieuw laden",
56
+ "Review": "Review",
53
57
  "Review lesson": "Beoordeel les",
54
58
  "secured_payment": "Veilige server",
55
59
  "See clue": "Bekijk tip",
@@ -70,6 +74,7 @@
70
74
  "subscription_premium_title": "Coorpacademy Premium",
71
75
  "subscription_price": "${currency}${price} incl. belastingen per maand",
72
76
  "subscription_promo_code": "Je hebt nu gratis onbeperkte toegang tot onze catalogus tot {{date}}. Wil je dat dit na die datum zo blijft, verleng dan je abonnement.",
77
+ "skill_focus": "Skill focus",
73
78
  "This message has been removed by its author": "Dit bericht is verwijderd door de auteur ervan.",
74
79
  "unsubscribe": "Uitschrijven van Coorpacademy",
75
80
  "Validated": "Validated",
@@ -95,6 +100,7 @@
95
100
  "post_comment_aria_label": "Plaats uw reactie",
96
101
  "validate_aria_label": "Valideer uw antwoord en ga naar de volgende stap",
97
102
  "stars": "sterren",
103
+ "questions": "Questions",
98
104
  "custom":{
99
105
  "digitlearning": {
100
106
  "comment_aria_label": "Beoordeel deze cursus"