mario-core 2.9.197-release → 2.9.198-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.
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +6 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +101 -101
package/dist/index.js
CHANGED
|
@@ -663,6 +663,7 @@ var average_energy = "Average Energy";
|
|
|
663
663
|
var average_focus = "Average Focus";
|
|
664
664
|
var average_happiness = "Average Happiness";
|
|
665
665
|
var vs_last_month = "vs last month";
|
|
666
|
+
var vs_last_year = "vs last year";
|
|
666
667
|
var of_students_are_not_feeling_safe = "of students are not feeling safe.";
|
|
667
668
|
var students_marked_themselves_as_unsafe = "students marked themselves as unsafe.";
|
|
668
669
|
var marked_themselves_as_unsafe = "marked themselves as unsafe.";
|
|
@@ -1414,6 +1415,7 @@ var lang_us = {
|
|
|
1414
1415
|
average_focus: average_focus,
|
|
1415
1416
|
average_happiness: average_happiness,
|
|
1416
1417
|
vs_last_month: vs_last_month,
|
|
1418
|
+
vs_last_year: vs_last_year,
|
|
1417
1419
|
of_students_are_not_feeling_safe: of_students_are_not_feeling_safe,
|
|
1418
1420
|
students_marked_themselves_as_unsafe: students_marked_themselves_as_unsafe,
|
|
1419
1421
|
marked_themselves_as_unsafe: marked_themselves_as_unsafe,
|
|
@@ -2167,6 +2169,7 @@ var average_energy$1 = "Average Energy";
|
|
|
2167
2169
|
var average_focus$1 = "Average Focus";
|
|
2168
2170
|
var average_happiness$1 = "Average Happiness";
|
|
2169
2171
|
var vs_last_month$1 = "vs last month";
|
|
2172
|
+
var vs_last_year$1 = "vs last year";
|
|
2170
2173
|
var of_students_are_not_feeling_safe$1 = "of students are not feeling safe.";
|
|
2171
2174
|
var students_marked_themselves_as_unsafe$1 = "students marked themselves as unsafe.";
|
|
2172
2175
|
var marked_themselves_as_unsafe$1 = "marked themselves as unsafe.";
|
|
@@ -2918,6 +2921,7 @@ var lang_uk = {
|
|
|
2918
2921
|
average_focus: average_focus$1,
|
|
2919
2922
|
average_happiness: average_happiness$1,
|
|
2920
2923
|
vs_last_month: vs_last_month$1,
|
|
2924
|
+
vs_last_year: vs_last_year$1,
|
|
2921
2925
|
of_students_are_not_feeling_safe: of_students_are_not_feeling_safe$1,
|
|
2922
2926
|
students_marked_themselves_as_unsafe: students_marked_themselves_as_unsafe$1,
|
|
2923
2927
|
marked_themselves_as_unsafe: marked_themselves_as_unsafe$1,
|
|
@@ -3666,6 +3670,7 @@ var average_energy$2 = "معدل الطاقة";
|
|
|
3666
3670
|
var average_focus$2 = "معدل التركيز";
|
|
3667
3671
|
var average_happiness$2 = "معدل السعادة";
|
|
3668
3672
|
var vs_last_month$2 = "مقارنة بالشهر الماضي";
|
|
3673
|
+
var vs_last_year$2 = "vs last year";
|
|
3669
3674
|
var of_students_are_not_feeling_safe$2 = "من الطلبة لا يشعرون بالأمان.";
|
|
3670
3675
|
var students_marked_themselves_as_unsafe$2 = "طلبة أشاروا لأنفسهم بأنهم غير آمنين.";
|
|
3671
3676
|
var marked_themselves_as_unsafe$2 = "أشاروا لأنفسهم بأنهم غير آمنين.";
|
|
@@ -4399,6 +4404,7 @@ var lang_ar = {
|
|
|
4399
4404
|
average_focus: average_focus$2,
|
|
4400
4405
|
average_happiness: average_happiness$2,
|
|
4401
4406
|
vs_last_month: vs_last_month$2,
|
|
4407
|
+
vs_last_year: vs_last_year$2,
|
|
4402
4408
|
of_students_are_not_feeling_safe: of_students_are_not_feeling_safe$2,
|
|
4403
4409
|
students_marked_themselves_as_unsafe: students_marked_themselves_as_unsafe$2,
|
|
4404
4410
|
marked_themselves_as_unsafe: marked_themselves_as_unsafe$2,
|