mario-core 2.10.1-release → 2.10.2-release

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.
@@ -223,6 +223,7 @@ var level = "Level";
223
223
  var use_for = "Use for";
224
224
  var admin_training = "Admin training";
225
225
  var teacher_training = "Teacher training";
226
+ var counselor_training = "Counselor training";
226
227
  var created_time = "Create time";
227
228
  var total_reflections = "Total Reflections";
228
229
  var student_training = "Student training";
@@ -2082,6 +2083,9 @@ var not_ready_to_learn = "Not ready to learn";
2082
2083
  var students_who_are_not_ready_to_learn = "Students who are not ready to learn";
2083
2084
  var students_average_score = "Student’s average score";
2084
2085
  var the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins = "The data presented in this chart reflects the average from the student’s check-ins.";
2086
+ var veracross_setting = "Veracross Setting";
2087
+ var time_vera_cross_sync_hh = "Time Veracross Sync (HH)";
2088
+ var import_vera_cross = "Import Veracross";
2085
2089
  var lang_us = {
2086
2090
  dashboard: dashboard,
2087
2091
  user: user,
@@ -2268,6 +2272,7 @@ var lang_us = {
2268
2272
  use_for: use_for,
2269
2273
  admin_training: admin_training,
2270
2274
  teacher_training: teacher_training,
2275
+ counselor_training: counselor_training,
2271
2276
  created_time: created_time,
2272
2277
  total_reflections: total_reflections,
2273
2278
  student_training: student_training,
@@ -4171,7 +4176,10 @@ var lang_us = {
4171
4176
  not_ready_to_learn: not_ready_to_learn,
4172
4177
  students_who_are_not_ready_to_learn: students_who_are_not_ready_to_learn,
4173
4178
  students_average_score: students_average_score,
4174
- the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins: the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins
4179
+ the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins: the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins,
4180
+ veracross_setting: veracross_setting,
4181
+ time_vera_cross_sync_hh: time_vera_cross_sync_hh,
4182
+ import_vera_cross: import_vera_cross
4175
4183
  };
4176
4184
 
4177
4185
  var dashboard$1 = "Dashboard";
@@ -4358,6 +4366,7 @@ var level$1 = "Level";
4358
4366
  var use_for$1 = "Use for";
4359
4367
  var admin_training$1 = "Admin training";
4360
4368
  var teacher_training$1 = "Teacher training";
4369
+ var counselor_training$1 = "Counselor training";
4361
4370
  var created_time$1 = "Create time";
4362
4371
  var total_reflections$1 = "Total Reflections";
4363
4372
  var student_training$1 = "Student training";
@@ -6217,6 +6226,9 @@ var not_ready_to_learn$1 = "Not ready to learn";
6217
6226
  var students_who_are_not_ready_to_learn$1 = "Students who are not ready to learn";
6218
6227
  var students_average_score$1 = "Student’s average score";
6219
6228
  var the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$1 = "The data presented in this chart reflects the average from the student’s check-ins.";
6229
+ var veracross_setting$1 = "Veracross Setting";
6230
+ var time_vera_cross_sync_hh$1 = "Time Veracross Sync (HH)";
6231
+ var import_vera_cross$1 = "Import Veracross";
6220
6232
  var lang_uk = {
6221
6233
  dashboard: dashboard$1,
6222
6234
  user: user$1,
@@ -6403,6 +6415,7 @@ var lang_uk = {
6403
6415
  use_for: use_for$1,
6404
6416
  admin_training: admin_training$1,
6405
6417
  teacher_training: teacher_training$1,
6418
+ counselor_training: counselor_training$1,
6406
6419
  created_time: created_time$1,
6407
6420
  total_reflections: total_reflections$1,
6408
6421
  student_training: student_training$1,
@@ -8306,7 +8319,10 @@ var lang_uk = {
8306
8319
  not_ready_to_learn: not_ready_to_learn$1,
8307
8320
  students_who_are_not_ready_to_learn: students_who_are_not_ready_to_learn$1,
8308
8321
  students_average_score: students_average_score$1,
8309
- the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins: the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$1
8322
+ the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins: the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$1,
8323
+ veracross_setting: veracross_setting$1,
8324
+ time_vera_cross_sync_hh: time_vera_cross_sync_hh$1,
8325
+ import_vera_cross: import_vera_cross$1
8310
8326
  };
8311
8327
 
8312
8328
  var dashboard$2 = "لوحة المعلومات";
@@ -8492,6 +8508,7 @@ var level$2 = "المستوى";
8492
8508
  var use_for$2 = "للاستخدام من أجل";
8493
8509
  var admin_training$2 = "تدريب المدراء";
8494
8510
  var teacher_training$2 = "تدريب المعلمين";
8511
+ var counselor_training$2 = "تدريب المستشارين";
8495
8512
  var created_time$2 = "تخصيص الوقت";
8496
8513
  var total_reflections$2 = "إجمالي الأفكار";
8497
8514
  var student_training$2 = "تدريب الطلبة";
@@ -10382,6 +10399,9 @@ var not_ready_to_learn$2 = "Not ready to learn";
10382
10399
  var students_who_are_not_ready_to_learn$2 = "Students who are not ready to learn";
10383
10400
  var students_average_score$2 = "Student’s average score";
10384
10401
  var the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$2 = "The data presented in this chart reflects the average from the student’s check-ins.";
10402
+ var veracross_setting$2 = "Veracross Setting";
10403
+ var time_vera_cross_sync_hh$2 = "Time Veracross Sync (HH)";
10404
+ var import_vera_cross$2 = "Import Veracross";
10385
10405
  var lang_ar = {
10386
10406
  dashboard: dashboard$2,
10387
10407
  user: user$2,
@@ -10567,6 +10587,7 @@ var lang_ar = {
10567
10587
  use_for: use_for$2,
10568
10588
  admin_training: admin_training$2,
10569
10589
  teacher_training: teacher_training$2,
10590
+ counselor_training: counselor_training$2,
10570
10591
  created_time: created_time$2,
10571
10592
  total_reflections: total_reflections$2,
10572
10593
  student_training: student_training$2,
@@ -12503,7 +12524,10 @@ var lang_ar = {
12503
12524
  not_ready_to_learn: not_ready_to_learn$2,
12504
12525
  students_who_are_not_ready_to_learn: students_who_are_not_ready_to_learn$2,
12505
12526
  students_average_score: students_average_score$2,
12506
- the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins: the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$2
12527
+ the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins: the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$2,
12528
+ veracross_setting: veracross_setting$2,
12529
+ time_vera_cross_sync_hh: time_vera_cross_sync_hh$2,
12530
+ import_vera_cross: import_vera_cross$2
12507
12531
  };
12508
12532
 
12509
12533
  var dashboard$3 = "Cuadro de mandos";
@@ -12689,6 +12713,7 @@ var level$3 = "Nivel";
12689
12713
  var use_for$3 = "Utilizar para";
12690
12714
  var admin_training$3 = "Formación de administradores";
12691
12715
  var teacher_training$3 = "Formación de profesores";
12716
+ var counselor_training$3 = "Formación de consejeros";
12692
12717
  var created_time$3 = "Crear tiempo";
12693
12718
  var total_reflections$3 = "Total Reflexiones";
12694
12719
  var student_training$3 = "Formación de alumnos";
@@ -14579,6 +14604,9 @@ var not_ready_to_learn$3 = "Not ready to learn";
14579
14604
  var students_who_are_not_ready_to_learn$3 = "Students who are not ready to learn";
14580
14605
  var students_average_score$3 = "Student’s average score";
14581
14606
  var the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$3 = "The data presented in this chart reflects the average from the student’s check-ins.";
14607
+ var veracross_setting$3 = "Veracross Setting";
14608
+ var time_vera_cross_sync_hh$3 = "Time Veracross Sync (HH)";
14609
+ var import_vera_cross$3 = "Import Veracross";
14582
14610
  var lang_es = {
14583
14611
  dashboard: dashboard$3,
14584
14612
  user: user$3,
@@ -14764,6 +14792,7 @@ var lang_es = {
14764
14792
  use_for: use_for$3,
14765
14793
  admin_training: admin_training$3,
14766
14794
  teacher_training: teacher_training$3,
14795
+ counselor_training: counselor_training$3,
14767
14796
  created_time: created_time$3,
14768
14797
  total_reflections: total_reflections$3,
14769
14798
  student_training: student_training$3,
@@ -16700,7 +16729,10 @@ var lang_es = {
16700
16729
  not_ready_to_learn: not_ready_to_learn$3,
16701
16730
  students_who_are_not_ready_to_learn: students_who_are_not_ready_to_learn$3,
16702
16731
  students_average_score: students_average_score$3,
16703
- the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins: the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$3
16732
+ the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins: the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$3,
16733
+ veracross_setting: veracross_setting$3,
16734
+ time_vera_cross_sync_hh: time_vera_cross_sync_hh$3,
16735
+ import_vera_cross: import_vera_cross$3
16704
16736
  };
16705
16737
 
16706
16738
  var dashboard$4 = "仪表板";
@@ -16886,6 +16918,7 @@ var level$4 = "级别";
16886
16918
  var use_for$4 = "用途";
16887
16919
  var admin_training$4 = "管理员培训";
16888
16920
  var teacher_training$4 = "教师培训";
16921
+ var counselor_training$4 = "辅导员培训";
16889
16922
  var created_time$4 = "创建时间";
16890
16923
  var total_reflections$4 = "总反思";
16891
16924
  var student_training$4 = "学生培训";
@@ -18776,6 +18809,9 @@ var not_ready_to_learn$4 = "Not ready to learn";
18776
18809
  var students_who_are_not_ready_to_learn$4 = "Students who are not ready to learn";
18777
18810
  var students_average_score$4 = "Student’s average score";
18778
18811
  var the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$4 = "The data presented in this chart reflects the average from the student’s check-ins.";
18812
+ var veracross_setting$4 = "Veracross Setting";
18813
+ var time_vera_cross_sync_hh$4 = "Time Veracross Sync (HH)";
18814
+ var import_vera_cross$4 = "Import Veracross";
18779
18815
  var lang_zh = {
18780
18816
  dashboard: dashboard$4,
18781
18817
  user: user$4,
@@ -18961,6 +18997,7 @@ var lang_zh = {
18961
18997
  use_for: use_for$4,
18962
18998
  admin_training: admin_training$4,
18963
18999
  teacher_training: teacher_training$4,
19000
+ counselor_training: counselor_training$4,
18964
19001
  created_time: created_time$4,
18965
19002
  total_reflections: total_reflections$4,
18966
19003
  student_training: student_training$4,
@@ -20897,7 +20934,10 @@ var lang_zh = {
20897
20934
  not_ready_to_learn: not_ready_to_learn$4,
20898
20935
  students_who_are_not_ready_to_learn: students_who_are_not_ready_to_learn$4,
20899
20936
  students_average_score: students_average_score$4,
20900
- the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins: the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$4
20937
+ the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins: the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$4,
20938
+ veracross_setting: veracross_setting$4,
20939
+ time_vera_cross_sync_hh: time_vera_cross_sync_hh$4,
20940
+ import_vera_cross: import_vera_cross$4
20901
20941
  };
20902
20942
 
20903
20943
  var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";