mario-core 2.9.135-level → 2.9.136-level
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +142 -6
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +142 -6
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -50,6 +50,7 @@ var hey = "Hey";
|
|
|
50
50
|
var readiness_to_learn = "Readiness to Learn";
|
|
51
51
|
var high_impact_learning_strategies = "High Impact Learning Strategies";
|
|
52
52
|
var check_in = "Check-in";
|
|
53
|
+
var check_ins = "Check-ins";
|
|
53
54
|
var reflection = "Reflection";
|
|
54
55
|
var conferences = "Conferences";
|
|
55
56
|
var safety = "Safety";
|
|
@@ -642,6 +643,7 @@ var view_calendar = " View Calendar";
|
|
|
642
643
|
var student_wellness = "Student Wellness";
|
|
643
644
|
var view_data_dashboard = "View Data Dashboard";
|
|
644
645
|
var view_a_student = "View a student";
|
|
646
|
+
var view_student = "View student";
|
|
645
647
|
var average_safety = "Average Safety";
|
|
646
648
|
var average_stress = "Average Stress";
|
|
647
649
|
var average_energy = "Average Energy";
|
|
@@ -650,14 +652,44 @@ var average_happiness = "Average Happiness";
|
|
|
650
652
|
var vs_last_month = "vs last month";
|
|
651
653
|
var of_students_are_not_feeling_safe = "of students are not feeling safe.";
|
|
652
654
|
var students_marked_themselves_as_unsafe = "students marked themselves as unsafe.";
|
|
655
|
+
var marked_themselves_as_unsafe = "marked themselves as unsafe.";
|
|
653
656
|
var of_students_are_highly_stressed = "of students are highly stressed.";
|
|
654
|
-
var flagged_with_high_stress = "
|
|
657
|
+
var flagged_with_high_stress = "flagged with high stress.";
|
|
655
658
|
var select_a_student_to_see_their_profile_and_learning_plan = "Select a student to see their profile and learning plan";
|
|
656
|
-
var select_a_student_and_start_a_conversation_with_the_check_in_results = "Select a student and start
|
|
659
|
+
var select_a_student_and_start_a_conversation_with_the_check_in_results = "Select a student and start a conversation with the check-in results";
|
|
657
660
|
var start = "start";
|
|
658
661
|
var teacher_reflection = "Teacher Reflection";
|
|
659
662
|
var notes = "Notes";
|
|
660
663
|
var student_reflection = "Student Reflections";
|
|
664
|
+
var view_latest_check_ins = "View Latest Check-ins";
|
|
665
|
+
var this_week_s = "This Week's";
|
|
666
|
+
var missing_weekly_check_in = "missing weekly check-in";
|
|
667
|
+
var add_new_student = "Add new student";
|
|
668
|
+
var start_check_in = "Start Check-In";
|
|
669
|
+
var no_events_today = "No events today";
|
|
670
|
+
var today_schedule = "Today's Schedule";
|
|
671
|
+
var high_stressed = "high stressed";
|
|
672
|
+
var unsafe = "unsafe";
|
|
673
|
+
var average = "Average";
|
|
674
|
+
var see_them = "see them";
|
|
675
|
+
var goal = "goal";
|
|
676
|
+
var ended_over_24_hours_ago = "ended over 24 hours ago";
|
|
677
|
+
var start_a_1_1_conversation = "Start a 1-1 Conversation";
|
|
678
|
+
var view_results = "View results";
|
|
679
|
+
var request_check_in = "Request Check-In";
|
|
680
|
+
var last = "Last";
|
|
681
|
+
var latest_check_ins = "Latest Check-ins";
|
|
682
|
+
var students_who_missing_weekly_check_in = "Students who missing weekly check-in";
|
|
683
|
+
var this_student_does_nt_have_missing_check_in = "This student doesn’t have missing check-in";
|
|
684
|
+
var no_student_missing_weekly_check_in = "No student missing weekly check-in";
|
|
685
|
+
var start_1_1_conversation = "Start 1-1 Conversation";
|
|
686
|
+
var select_a_teacher_and_start_a_check_in = "Select a teacher and start a check-in";
|
|
687
|
+
var this_weeks_check_ins = "This week's check-ins";
|
|
688
|
+
var this_student_does_nt_have_1_1_in_this_week = "This student doesn’t have 1-1 in this week";
|
|
689
|
+
var this_student_does_nt_have_check_in_in_this_week = "This student doesn’t have check-in in this week";
|
|
690
|
+
var no_last_or_requested_check_ins = "No last or requested Check-Ins";
|
|
691
|
+
var students_who_are_highly_stressed = "Students who are highly stressed";
|
|
692
|
+
var students_who_are_not_feeling_safe = "Students who are not feeling safe";
|
|
661
693
|
var lang_us = {
|
|
662
694
|
dashboard: dashboard,
|
|
663
695
|
user: user,
|
|
@@ -676,6 +708,7 @@ var lang_us = {
|
|
|
676
708
|
high_impact_learning_strategies: high_impact_learning_strategies,
|
|
677
709
|
"1_to_1": "1 To 1",
|
|
678
710
|
check_in: check_in,
|
|
711
|
+
check_ins: check_ins,
|
|
679
712
|
reflection: reflection,
|
|
680
713
|
conferences: conferences,
|
|
681
714
|
safety: safety,
|
|
@@ -1275,6 +1308,7 @@ var lang_us = {
|
|
|
1275
1308
|
student_wellness: student_wellness,
|
|
1276
1309
|
view_data_dashboard: view_data_dashboard,
|
|
1277
1310
|
view_a_student: view_a_student,
|
|
1311
|
+
view_student: view_student,
|
|
1278
1312
|
average_safety: average_safety,
|
|
1279
1313
|
average_stress: average_stress,
|
|
1280
1314
|
average_energy: average_energy,
|
|
@@ -1283,6 +1317,7 @@ var lang_us = {
|
|
|
1283
1317
|
vs_last_month: vs_last_month,
|
|
1284
1318
|
of_students_are_not_feeling_safe: of_students_are_not_feeling_safe,
|
|
1285
1319
|
students_marked_themselves_as_unsafe: students_marked_themselves_as_unsafe,
|
|
1320
|
+
marked_themselves_as_unsafe: marked_themselves_as_unsafe,
|
|
1286
1321
|
of_students_are_highly_stressed: of_students_are_highly_stressed,
|
|
1287
1322
|
flagged_with_high_stress: flagged_with_high_stress,
|
|
1288
1323
|
select_a_student_to_see_their_profile_and_learning_plan: select_a_student_to_see_their_profile_and_learning_plan,
|
|
@@ -1290,7 +1325,40 @@ var lang_us = {
|
|
|
1290
1325
|
start: start,
|
|
1291
1326
|
teacher_reflection: teacher_reflection,
|
|
1292
1327
|
notes: notes,
|
|
1293
|
-
student_reflection: student_reflection
|
|
1328
|
+
student_reflection: student_reflection,
|
|
1329
|
+
view_latest_check_ins: view_latest_check_ins,
|
|
1330
|
+
"1-1s": "1-1s",
|
|
1331
|
+
"1_1": "1-1",
|
|
1332
|
+
this_week_s: this_week_s,
|
|
1333
|
+
missing_weekly_check_in: missing_weekly_check_in,
|
|
1334
|
+
add_new_student: add_new_student,
|
|
1335
|
+
"start_your_check-in_and_you_can_also_request_a_conversation_with_your_teacher_after": "Start your check-in and you can also request a conversation with your teacher after",
|
|
1336
|
+
start_check_in: start_check_in,
|
|
1337
|
+
no_events_today: no_events_today,
|
|
1338
|
+
today_schedule: today_schedule,
|
|
1339
|
+
high_stressed: high_stressed,
|
|
1340
|
+
unsafe: unsafe,
|
|
1341
|
+
average: average,
|
|
1342
|
+
see_them: see_them,
|
|
1343
|
+
goal: goal,
|
|
1344
|
+
ended_over_24_hours_ago: ended_over_24_hours_ago,
|
|
1345
|
+
start_a_1_1_conversation: start_a_1_1_conversation,
|
|
1346
|
+
view_results: view_results,
|
|
1347
|
+
request_check_in: request_check_in,
|
|
1348
|
+
last: last,
|
|
1349
|
+
latest_check_ins: latest_check_ins,
|
|
1350
|
+
students_who_missing_weekly_check_in: students_who_missing_weekly_check_in,
|
|
1351
|
+
this_student_does_nt_have_missing_check_in: this_student_does_nt_have_missing_check_in,
|
|
1352
|
+
no_student_missing_weekly_check_in: no_student_missing_weekly_check_in,
|
|
1353
|
+
start_1_1_conversation: start_1_1_conversation,
|
|
1354
|
+
select_a_teacher_and_start_a_check_in: select_a_teacher_and_start_a_check_in,
|
|
1355
|
+
this_weeks_check_ins: this_weeks_check_ins,
|
|
1356
|
+
"this _weeks_1_1s": "This week's 1-1s",
|
|
1357
|
+
this_student_does_nt_have_1_1_in_this_week: this_student_does_nt_have_1_1_in_this_week,
|
|
1358
|
+
this_student_does_nt_have_check_in_in_this_week: this_student_does_nt_have_check_in_in_this_week,
|
|
1359
|
+
no_last_or_requested_check_ins: no_last_or_requested_check_ins,
|
|
1360
|
+
students_who_are_highly_stressed: students_who_are_highly_stressed,
|
|
1361
|
+
students_who_are_not_feeling_safe: students_who_are_not_feeling_safe
|
|
1294
1362
|
};
|
|
1295
1363
|
|
|
1296
1364
|
var dashboard$1 = "Dashboard";
|
|
@@ -1309,6 +1377,7 @@ var hey$1 = "Hey";
|
|
|
1309
1377
|
var readiness_to_learn$1 = "Readiness to Learn";
|
|
1310
1378
|
var high_impact_learning_strategies$1 = "High Impact Learning Strategies";
|
|
1311
1379
|
var check_in$1 = "Check-in";
|
|
1380
|
+
var check_ins$1 = "Check-ins";
|
|
1312
1381
|
var reflection$1 = "Reflection";
|
|
1313
1382
|
var conferences$1 = "Conferences";
|
|
1314
1383
|
var safety$1 = "Safety";
|
|
@@ -1903,6 +1972,7 @@ var view_calendar$1 = " View Calendar";
|
|
|
1903
1972
|
var student_wellness$1 = "Student Wellness";
|
|
1904
1973
|
var view_data_dashboard$1 = "View Data Dashboard";
|
|
1905
1974
|
var view_a_student$1 = "View a student";
|
|
1975
|
+
var view_student$1 = "View student";
|
|
1906
1976
|
var average_safety$1 = "Average Safety";
|
|
1907
1977
|
var average_stress$1 = "Average Stress";
|
|
1908
1978
|
var average_energy$1 = "Average Energy";
|
|
@@ -1911,14 +1981,44 @@ var average_happiness$1 = "Average Happiness";
|
|
|
1911
1981
|
var vs_last_month$1 = "vs last month";
|
|
1912
1982
|
var of_students_are_not_feeling_safe$1 = "of students are not feeling safe.";
|
|
1913
1983
|
var students_marked_themselves_as_unsafe$1 = "students marked themselves as unsafe.";
|
|
1984
|
+
var marked_themselves_as_unsafe$1 = "marked themselves as unsafe.";
|
|
1914
1985
|
var of_students_are_highly_stressed$1 = "of students are highly stressed.";
|
|
1915
|
-
var flagged_with_high_stress$1 = "
|
|
1986
|
+
var flagged_with_high_stress$1 = "flagged with high stress.";
|
|
1916
1987
|
var select_a_student_to_see_their_profile_and_learning_plan$1 = "Select a student to see their profile and learning plan";
|
|
1917
|
-
var select_a_student_and_start_a_conversation_with_the_check_in_results$1 = "Select a student and start
|
|
1988
|
+
var select_a_student_and_start_a_conversation_with_the_check_in_results$1 = "Select a student and start a conversation with the check-in results";
|
|
1918
1989
|
var start$1 = "start";
|
|
1919
1990
|
var teacher_reflection$1 = "Teacher Reflection";
|
|
1920
1991
|
var notes$1 = "Notes";
|
|
1921
1992
|
var student_reflection$1 = "Student Reflections";
|
|
1993
|
+
var view_latest_check_ins$1 = "View Latest Check-ins";
|
|
1994
|
+
var this_week_s$1 = "This Week's";
|
|
1995
|
+
var missing_weekly_check_in$1 = "missing weekly check-in";
|
|
1996
|
+
var add_new_student$1 = "Add new student";
|
|
1997
|
+
var start_check_in$1 = "Start Check-In";
|
|
1998
|
+
var no_events_today$1 = "No events today";
|
|
1999
|
+
var today_schedule$1 = "Today's Schedule";
|
|
2000
|
+
var high_stressed$1 = "high stressed";
|
|
2001
|
+
var unsafe$1 = "unsafe";
|
|
2002
|
+
var average$1 = "Average";
|
|
2003
|
+
var see_them$1 = "see them";
|
|
2004
|
+
var goal$1 = "goal";
|
|
2005
|
+
var ended_over_24_hours_ago$1 = "ended over 24 hours ago";
|
|
2006
|
+
var start_a_1_1_conversation$1 = "Start a 1-1 Conversation";
|
|
2007
|
+
var view_results$1 = "View results";
|
|
2008
|
+
var request_check_in$1 = "Request Check-In";
|
|
2009
|
+
var last$1 = "Last";
|
|
2010
|
+
var latest_check_ins$1 = "Latest Check-ins";
|
|
2011
|
+
var students_who_missing_weekly_check_in$1 = "Students who missing weekly check-in";
|
|
2012
|
+
var this_student_does_nt_have_missing_check_in$1 = "This student doesn’t have missing check-in";
|
|
2013
|
+
var no_student_missing_weekly_check_in$1 = "No student missing weekly check-in";
|
|
2014
|
+
var start_1_1_conversation$1 = "Start 1-1 Conversation";
|
|
2015
|
+
var select_a_teacher_and_start_a_check_in$1 = "Select a teacher and start a check-in";
|
|
2016
|
+
var this_weeks_check_ins$1 = "This week's check-ins";
|
|
2017
|
+
var this_student_does_nt_have_1_1_in_this_week$1 = "This student doesn’t have 1-1 in this week";
|
|
2018
|
+
var this_student_does_nt_have_check_in_in_this_week$1 = "This student doesn’t have check-in in this week";
|
|
2019
|
+
var no_last_or_requested_check_ins$1 = "No last or requested Check-Ins";
|
|
2020
|
+
var students_who_are_highly_stressed$1 = "Students who are highly stressed";
|
|
2021
|
+
var students_who_are_not_feeling_safe$1 = "Students who are not feeling safe";
|
|
1922
2022
|
var lang_uk = {
|
|
1923
2023
|
dashboard: dashboard$1,
|
|
1924
2024
|
user: user$1,
|
|
@@ -1937,6 +2037,7 @@ var lang_uk = {
|
|
|
1937
2037
|
high_impact_learning_strategies: high_impact_learning_strategies$1,
|
|
1938
2038
|
"1_to_1": "1 to 1",
|
|
1939
2039
|
check_in: check_in$1,
|
|
2040
|
+
check_ins: check_ins$1,
|
|
1940
2041
|
reflection: reflection$1,
|
|
1941
2042
|
conferences: conferences$1,
|
|
1942
2043
|
safety: safety$1,
|
|
@@ -2536,6 +2637,7 @@ var lang_uk = {
|
|
|
2536
2637
|
student_wellness: student_wellness$1,
|
|
2537
2638
|
view_data_dashboard: view_data_dashboard$1,
|
|
2538
2639
|
view_a_student: view_a_student$1,
|
|
2640
|
+
view_student: view_student$1,
|
|
2539
2641
|
average_safety: average_safety$1,
|
|
2540
2642
|
average_stress: average_stress$1,
|
|
2541
2643
|
average_energy: average_energy$1,
|
|
@@ -2544,6 +2646,7 @@ var lang_uk = {
|
|
|
2544
2646
|
vs_last_month: vs_last_month$1,
|
|
2545
2647
|
of_students_are_not_feeling_safe: of_students_are_not_feeling_safe$1,
|
|
2546
2648
|
students_marked_themselves_as_unsafe: students_marked_themselves_as_unsafe$1,
|
|
2649
|
+
marked_themselves_as_unsafe: marked_themselves_as_unsafe$1,
|
|
2547
2650
|
of_students_are_highly_stressed: of_students_are_highly_stressed$1,
|
|
2548
2651
|
flagged_with_high_stress: flagged_with_high_stress$1,
|
|
2549
2652
|
select_a_student_to_see_their_profile_and_learning_plan: select_a_student_to_see_their_profile_and_learning_plan$1,
|
|
@@ -2551,7 +2654,40 @@ var lang_uk = {
|
|
|
2551
2654
|
start: start$1,
|
|
2552
2655
|
teacher_reflection: teacher_reflection$1,
|
|
2553
2656
|
notes: notes$1,
|
|
2554
|
-
student_reflection: student_reflection$1
|
|
2657
|
+
student_reflection: student_reflection$1,
|
|
2658
|
+
view_latest_check_ins: view_latest_check_ins$1,
|
|
2659
|
+
"1-1s": "1-1s",
|
|
2660
|
+
"1_1": "1-1",
|
|
2661
|
+
this_week_s: this_week_s$1,
|
|
2662
|
+
missing_weekly_check_in: missing_weekly_check_in$1,
|
|
2663
|
+
add_new_student: add_new_student$1,
|
|
2664
|
+
"start_your_check-in_and_you_can_also_request_a_conversation_with_your_teacher_after": "Start your check-in and you can also request a conversation with your teacher after",
|
|
2665
|
+
start_check_in: start_check_in$1,
|
|
2666
|
+
no_events_today: no_events_today$1,
|
|
2667
|
+
today_schedule: today_schedule$1,
|
|
2668
|
+
high_stressed: high_stressed$1,
|
|
2669
|
+
unsafe: unsafe$1,
|
|
2670
|
+
average: average$1,
|
|
2671
|
+
see_them: see_them$1,
|
|
2672
|
+
goal: goal$1,
|
|
2673
|
+
ended_over_24_hours_ago: ended_over_24_hours_ago$1,
|
|
2674
|
+
start_a_1_1_conversation: start_a_1_1_conversation$1,
|
|
2675
|
+
view_results: view_results$1,
|
|
2676
|
+
request_check_in: request_check_in$1,
|
|
2677
|
+
last: last$1,
|
|
2678
|
+
latest_check_ins: latest_check_ins$1,
|
|
2679
|
+
students_who_missing_weekly_check_in: students_who_missing_weekly_check_in$1,
|
|
2680
|
+
this_student_does_nt_have_missing_check_in: this_student_does_nt_have_missing_check_in$1,
|
|
2681
|
+
no_student_missing_weekly_check_in: no_student_missing_weekly_check_in$1,
|
|
2682
|
+
start_1_1_conversation: start_1_1_conversation$1,
|
|
2683
|
+
select_a_teacher_and_start_a_check_in: select_a_teacher_and_start_a_check_in$1,
|
|
2684
|
+
this_weeks_check_ins: this_weeks_check_ins$1,
|
|
2685
|
+
"this _weeks_1_1s": "This week's 1-1s",
|
|
2686
|
+
this_student_does_nt_have_1_1_in_this_week: this_student_does_nt_have_1_1_in_this_week$1,
|
|
2687
|
+
this_student_does_nt_have_check_in_in_this_week: this_student_does_nt_have_check_in_in_this_week$1,
|
|
2688
|
+
no_last_or_requested_check_ins: no_last_or_requested_check_ins$1,
|
|
2689
|
+
students_who_are_highly_stressed: students_who_are_highly_stressed$1,
|
|
2690
|
+
students_who_are_not_feeling_safe: students_who_are_not_feeling_safe$1
|
|
2555
2691
|
};
|
|
2556
2692
|
|
|
2557
2693
|
var DEFAULT_LANGUAGE = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "uk";
|