mario-core 2.9.378-release → 2.9.380-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 +76 -235
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +76 -235
- package/dist/index.modern.js.map +1 -1
- package/dist/services/weeklyQuestService.d.ts +1 -0
- package/dist/types/Payload.d.ts +0 -1
- package/dist/types/WeeklyQuest.d.ts +37 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -42,7 +42,7 @@ require('symbol-observable');
|
|
|
42
42
|
|
|
43
43
|
var dashboard = "Dashboard";
|
|
44
44
|
var user = "User";
|
|
45
|
-
var question_bank = "Question
|
|
45
|
+
var question_bank = "Question bank";
|
|
46
46
|
var email_template = "Email Template";
|
|
47
47
|
var custom_alert = "Custom Alert";
|
|
48
48
|
var set_up = "Set up";
|
|
@@ -79,7 +79,7 @@ var tooltip_content_conference_chart = "The composite representation of individu
|
|
|
79
79
|
var tooltip_content_safety_chart = "The visual represenation of all the responses from the question asking students to rate their perceived level of safety for themselves at your school over time.";
|
|
80
80
|
var tooltip_content_student_by_age_chart = "The specific representation of students by gender and grade level at your school.";
|
|
81
81
|
var tooltip_content_students_by_designation = "The composite representation of students by individual grades in your school with specific designations.";
|
|
82
|
-
var total_1_to_1 = "Total 1-
|
|
82
|
+
var total_1_to_1 = "Total 1-to-1";
|
|
83
83
|
var total_check_in = "Total Check In";
|
|
84
84
|
var total_check_ins = "Total Check Ins";
|
|
85
85
|
var total_1_to_1_time = "Total 1-to-1 Time";
|
|
@@ -90,7 +90,7 @@ var create_user = "Create user";
|
|
|
90
90
|
var edit_user = "Edit user";
|
|
91
91
|
var change_password = "Change password";
|
|
92
92
|
var type_something_to_search_by_user_name = "Type something to search by user name";
|
|
93
|
-
var total_of_users = "Total
|
|
93
|
+
var total_of_users = "Total of users";
|
|
94
94
|
var name = "Name";
|
|
95
95
|
var email = "Email";
|
|
96
96
|
var age = "Age";
|
|
@@ -112,15 +112,15 @@ var current_password = "Current password";
|
|
|
112
112
|
var new_password = "New password";
|
|
113
113
|
var confirm_password = "Confirm password";
|
|
114
114
|
var save = "Save";
|
|
115
|
-
var type_something_to_search_question = "Type something to search
|
|
115
|
+
var type_something_to_search_question = "Type something to search question";
|
|
116
116
|
var type_something_to_search_category = "Type something to search category";
|
|
117
|
-
var total_of_questions = "Total
|
|
117
|
+
var total_of_questions = "Total questions";
|
|
118
118
|
var create_question = "Create question";
|
|
119
119
|
var edit_question = "Edit question";
|
|
120
120
|
var question_type = "Question Type";
|
|
121
121
|
var category = "Category";
|
|
122
122
|
var sub_category = "Sub Category";
|
|
123
|
-
var question_text = "Question
|
|
123
|
+
var question_text = "Question text";
|
|
124
124
|
var text = "Text";
|
|
125
125
|
var is_default_question_for_one_to_one = "Is default question for one-to-one";
|
|
126
126
|
var default_question_for_students_or_teachers = "Default question for students or teachers";
|
|
@@ -129,7 +129,7 @@ var default_question_general_for_students_or_teachers = "Default question genera
|
|
|
129
129
|
var before_session = "Before session";
|
|
130
130
|
var edit_custom_alert = "Edit custom alert";
|
|
131
131
|
var create_custom_alert = "Create custom alert";
|
|
132
|
-
var total_of_custom_alert = "Total
|
|
132
|
+
var total_of_custom_alert = "Total of custom alert";
|
|
133
133
|
var number_of_sessions = "Number of sessions";
|
|
134
134
|
var number_of_students = "Number of students";
|
|
135
135
|
var begin_date = "Begin date";
|
|
@@ -227,10 +227,9 @@ var teacher_training = "Teacher training";
|
|
|
227
227
|
var created_time = "Create time";
|
|
228
228
|
var total_reflections = "Total Reflections";
|
|
229
229
|
var student_training = "Student training";
|
|
230
|
-
var create_designation = "Create
|
|
231
|
-
var total_of_designation = "Total
|
|
230
|
+
var create_designation = "Create Designation";
|
|
231
|
+
var total_of_designation = "Total of Designation";
|
|
232
232
|
var designations = "Designations";
|
|
233
|
-
var designations_lc = "designations";
|
|
234
233
|
var edit_designation = "Edit Designation";
|
|
235
234
|
var confirm$1 = "Confirm";
|
|
236
235
|
var hello = "Hello";
|
|
@@ -384,7 +383,7 @@ var search_staff = "Search staff";
|
|
|
384
383
|
var meeting_schedule = "Meeting schedule";
|
|
385
384
|
var class_schedule = "Class schedule";
|
|
386
385
|
var more_questions = "More Questions";
|
|
387
|
-
var conference_rubric = "Conference
|
|
386
|
+
var conference_rubric = "Conference rubric";
|
|
388
387
|
var unlock = "Unlock";
|
|
389
388
|
var before_clicking_submit = "Before clicking submit";
|
|
390
389
|
var your_session_was = "Your session was";
|
|
@@ -421,7 +420,7 @@ var teacher_email = "Teacher Email";
|
|
|
421
420
|
var note_type_class = "Note Type & Class";
|
|
422
421
|
var my_note = "My Note";
|
|
423
422
|
var add_new_note = "Add New Note";
|
|
424
|
-
var all_category = "All
|
|
423
|
+
var all_category = "All Category";
|
|
425
424
|
var personalized = "Personalized";
|
|
426
425
|
var show_only_favorite = "Show only favorite";
|
|
427
426
|
var search = "Search";
|
|
@@ -679,7 +678,7 @@ var are_feeling_highly_stressed = "are feeling highly stressed.";
|
|
|
679
678
|
var select_a_student_to_see_their_profile_and_learning_plan = "Select a student to see their profile and learning plan";
|
|
680
679
|
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";
|
|
681
680
|
var start = "start";
|
|
682
|
-
var teacher_reflection = "Teacher
|
|
681
|
+
var teacher_reflection = "Teacher Reflection";
|
|
683
682
|
var notes = "Notes";
|
|
684
683
|
var student_reflection = "Student Reflections";
|
|
685
684
|
var view_latest_check_ins = "View Latest Check Ins";
|
|
@@ -799,15 +798,15 @@ var export_to_csv = "Export to CSV";
|
|
|
799
798
|
var user_list = "User List";
|
|
800
799
|
var assign_student = "Assign Student";
|
|
801
800
|
var one_to_one_question = "OneToOne Question";
|
|
802
|
-
var class_reflection_question = "Class Reflection
|
|
803
|
-
var conference_question = "Conference
|
|
801
|
+
var class_reflection_question = "Class Reflection Question";
|
|
802
|
+
var conference_question = "Conference Question";
|
|
804
803
|
var actions = "Actions";
|
|
805
804
|
var order = "Order";
|
|
806
805
|
var user_for = "User for";
|
|
807
806
|
var question_category = "Question category";
|
|
808
807
|
var template_survey = "Template Survey";
|
|
809
808
|
var total_of_category = "Total of category";
|
|
810
|
-
var create_template = "Create
|
|
809
|
+
var create_template = "Create template";
|
|
811
810
|
var number_of_question = "Number of question";
|
|
812
811
|
var mandatory = "Mandatory";
|
|
813
812
|
var well_being = "well-being";
|
|
@@ -968,16 +967,15 @@ var choose_file = "Choose file";
|
|
|
968
967
|
var do_you_want_to_remove_this_question = "Do you want to remove this question?";
|
|
969
968
|
var select = "Select";
|
|
970
969
|
var do_you_want_to_remove_this_category = "Do you want to remove this category?";
|
|
971
|
-
var total_of_templates = "Total
|
|
970
|
+
var total_of_templates = "Total of templates";
|
|
972
971
|
var template_name = "Template name";
|
|
973
972
|
var category_name = "Category name";
|
|
974
973
|
var created_date = "Created date";
|
|
975
974
|
var do_you_want_to_remove_this_email_template = "Do you want to remove this email template?";
|
|
976
975
|
var create_email_template = "Create email template";
|
|
977
|
-
var mail_subject = "
|
|
978
|
-
var
|
|
979
|
-
var
|
|
980
|
-
var mail_params = "Email Params";
|
|
976
|
+
var mail_subject = "Mail subject";
|
|
977
|
+
var mail_body = "Mail body";
|
|
978
|
+
var mail_params = "Mail params";
|
|
981
979
|
var params = "Params";
|
|
982
980
|
var meaning = "Meaning";
|
|
983
981
|
var add_attachment = "Add attachment";
|
|
@@ -1022,7 +1020,7 @@ var non_existent_users = "Non-existent Users";
|
|
|
1022
1020
|
var type_something_to_search_users = "Type something to search users";
|
|
1023
1021
|
var create_account_for_selected_users = "Create Account for Selected Users";
|
|
1024
1022
|
var help = "Help";
|
|
1025
|
-
var sandbox_mode = "Sandbox
|
|
1023
|
+
var sandbox_mode = "Sandbox mode";
|
|
1026
1024
|
var off = "Off";
|
|
1027
1025
|
var restore_sandbox_database = "Restore Sandbox Database";
|
|
1028
1026
|
var turn_on = "Turn on";
|
|
@@ -1654,7 +1652,7 @@ var this_month = "This month";
|
|
|
1654
1652
|
var male = "Male";
|
|
1655
1653
|
var female = "Female";
|
|
1656
1654
|
var type_something_to_search_students = "Type something to search students";
|
|
1657
|
-
var assign_for_selected_students = "Assign for
|
|
1655
|
+
var assign_for_selected_students = "Assign for Selected Students";
|
|
1658
1656
|
var assistant_email = "Assistant Email";
|
|
1659
1657
|
var counselor_email = "Counselor Email";
|
|
1660
1658
|
var support_teacher_email = "Support Teacher Email";
|
|
@@ -1786,7 +1784,7 @@ var did_you_bring_what_you_needed_for_this_class = "Did you bring what you neede
|
|
|
1786
1784
|
var did_you_complete_all_the_classwork_for_today_s_class = "Did you complete all the classwork for today’s class?";
|
|
1787
1785
|
var did_you_have_your_materials_ready_at_the_start_of_class_time = "Did you have your materials ready at the start of class time?";
|
|
1788
1786
|
var do_you_have_any_missing_assignments_for_this_class = "Do you have any missing assignments for this class?";
|
|
1789
|
-
var assign_bulk = "Assign
|
|
1787
|
+
var assign_bulk = "Assign Bulk";
|
|
1790
1788
|
var assign_bulk_student = "Assign Bulk Student";
|
|
1791
1789
|
var instruction = "Instruction";
|
|
1792
1790
|
var name_is_required = "Name is required";
|
|
@@ -1795,7 +1793,7 @@ var instruction_is_required = "Instruction is required";
|
|
|
1795
1793
|
var add_item = "Add item";
|
|
1796
1794
|
var conference_rubric_items_is_empty = "Conference rubric items is empty";
|
|
1797
1795
|
var blank_row_or_column = "Blank row or column";
|
|
1798
|
-
var question_list = "Question
|
|
1796
|
+
var question_list = "Question list";
|
|
1799
1797
|
var question_is_required = "Question is required";
|
|
1800
1798
|
var select_skill = "Select skill";
|
|
1801
1799
|
var type_and_press_enter_to_add_new_row = "Type and press Enter to add new row";
|
|
@@ -1859,14 +1857,14 @@ var my_learning_progress = "My Learning Progress";
|
|
|
1859
1857
|
var weekly_quests = "Weekly quests";
|
|
1860
1858
|
var responses_comparisons = "Responses Comparisons";
|
|
1861
1859
|
var dropdown_and_verbal_questions_responses = "Dropdown and Verbal Questions Responses";
|
|
1862
|
-
var mario_tools = "MARIO
|
|
1860
|
+
var mario_tools = "MARIO TOOLS";
|
|
1863
1861
|
var customize = "Customize";
|
|
1864
1862
|
var techical_settings = "Technical Settings";
|
|
1865
1863
|
var data_import_export = "Data Import/Export";
|
|
1866
|
-
var inactive_students = "
|
|
1864
|
+
var inactive_students = "Inactive Students";
|
|
1867
1865
|
var admin_general_tips = "Admin General Tips";
|
|
1868
1866
|
var school_usage = "School Usage";
|
|
1869
|
-
var total_conversations_time = "Total
|
|
1867
|
+
var total_conversations_time = "Total Conversations Time";
|
|
1870
1868
|
var total_class_reflections = "Total Class Reflections";
|
|
1871
1869
|
var grade_usage = "Grade Usage";
|
|
1872
1870
|
var total_conversations = "Total Conversations";
|
|
@@ -2038,21 +2036,6 @@ var nice_choice_what_area_of_academics_would_you_like_to_work_on = "Nice choice!
|
|
|
2038
2036
|
var nice_choice_what_area_of_organization_would_you_like_to_work_on = "Nice choice! What area of Organization would you like to work on?";
|
|
2039
2037
|
var nice_choice_what_area_of_focus_would_you_like_to_work_on = "Nice choice! What area of Focus would you like to work on?";
|
|
2040
2038
|
var nice_choice_what_area_of_procrastination_would_you_like_to_work_on = "Nice choice! What area of Procrastination would you like to work on?";
|
|
2041
|
-
var check_in_and_1_1_questions = "Check-in and 1-1 Questions";
|
|
2042
|
-
var create_quest = "Create quest";
|
|
2043
|
-
var total_quests = "Total Quests";
|
|
2044
|
-
var change_to_previous_challenge = "Change to previous challenge";
|
|
2045
|
-
var change_to_next_challenge = "Change to next challenge";
|
|
2046
|
-
var sort_order = "Sort Order";
|
|
2047
|
-
var quest_name = "Quest Name";
|
|
2048
|
-
var challenge_upc = "Challenge";
|
|
2049
|
-
var source = "Source";
|
|
2050
|
-
var request = "Request";
|
|
2051
|
-
var edit_iep_template = "Edit IEP template";
|
|
2052
|
-
var are_you_ready_to_submit = "Are you ready to submit?";
|
|
2053
|
-
var there_are_several_questions_you_have_not_answered_yet_are_you_sure_you_want_to_submit = "There are several questions you have not answered yet. Are you sure you want to submit?";
|
|
2054
|
-
var you_did_not_complete_the_check_in_please_check_your_responses_and_click_done = "You did not complete the check in. Please check your responses and click Done";
|
|
2055
|
-
var check_in_finished = "Check In Finished";
|
|
2056
2039
|
var lang_us = {
|
|
2057
2040
|
dashboard: dashboard,
|
|
2058
2041
|
user: user,
|
|
@@ -2245,7 +2228,6 @@ var lang_us = {
|
|
|
2245
2228
|
create_designation: create_designation,
|
|
2246
2229
|
total_of_designation: total_of_designation,
|
|
2247
2230
|
designations: designations,
|
|
2248
|
-
designations_lc: designations_lc,
|
|
2249
2231
|
edit_designation: edit_designation,
|
|
2250
2232
|
confirm: confirm$1,
|
|
2251
2233
|
hello: hello,
|
|
@@ -3005,7 +2987,6 @@ var lang_us = {
|
|
|
3005
2987
|
do_you_want_to_remove_this_email_template: do_you_want_to_remove_this_email_template,
|
|
3006
2988
|
create_email_template: create_email_template,
|
|
3007
2989
|
mail_subject: mail_subject,
|
|
3008
|
-
mail_subject_nm: mail_subject_nm,
|
|
3009
2990
|
mail_body: mail_body,
|
|
3010
2991
|
mail_params: mail_params,
|
|
3011
2992
|
params: params,
|
|
@@ -4090,27 +4071,12 @@ var lang_us = {
|
|
|
4090
4071
|
nice_choice_what_area_of_organization_would_you_like_to_work_on: nice_choice_what_area_of_organization_would_you_like_to_work_on,
|
|
4091
4072
|
nice_choice_what_area_of_focus_would_you_like_to_work_on: nice_choice_what_area_of_focus_would_you_like_to_work_on,
|
|
4092
4073
|
"nice_choice_what_area_of_self-advocacy_would_you_like_to_work_on": "Nice choice! What area of Self-advocacy would you like to work on?",
|
|
4093
|
-
nice_choice_what_area_of_procrastination_would_you_like_to_work_on: nice_choice_what_area_of_procrastination_would_you_like_to_work_on
|
|
4094
|
-
check_in_and_1_1_questions: check_in_and_1_1_questions,
|
|
4095
|
-
create_quest: create_quest,
|
|
4096
|
-
total_quests: total_quests,
|
|
4097
|
-
change_to_previous_challenge: change_to_previous_challenge,
|
|
4098
|
-
change_to_next_challenge: change_to_next_challenge,
|
|
4099
|
-
sort_order: sort_order,
|
|
4100
|
-
quest_name: quest_name,
|
|
4101
|
-
challenge_upc: challenge_upc,
|
|
4102
|
-
source: source,
|
|
4103
|
-
request: request,
|
|
4104
|
-
edit_iep_template: edit_iep_template,
|
|
4105
|
-
are_you_ready_to_submit: are_you_ready_to_submit,
|
|
4106
|
-
there_are_several_questions_you_have_not_answered_yet_are_you_sure_you_want_to_submit: there_are_several_questions_you_have_not_answered_yet_are_you_sure_you_want_to_submit,
|
|
4107
|
-
you_did_not_complete_the_check_in_please_check_your_responses_and_click_done: you_did_not_complete_the_check_in_please_check_your_responses_and_click_done,
|
|
4108
|
-
check_in_finished: check_in_finished
|
|
4074
|
+
nice_choice_what_area_of_procrastination_would_you_like_to_work_on: nice_choice_what_area_of_procrastination_would_you_like_to_work_on
|
|
4109
4075
|
};
|
|
4110
4076
|
|
|
4111
4077
|
var dashboard$1 = "Dashboard";
|
|
4112
4078
|
var user$1 = "User";
|
|
4113
|
-
var question_bank$1 = "Question
|
|
4079
|
+
var question_bank$1 = "Question bank";
|
|
4114
4080
|
var email_template$1 = "Email Template";
|
|
4115
4081
|
var custom_alert$1 = "Custom Alert";
|
|
4116
4082
|
var set_up$1 = "Set up";
|
|
@@ -4147,7 +4113,7 @@ var tooltip_content_conference_chart$1 = "The composite representation of indivi
|
|
|
4147
4113
|
var tooltip_content_safety_chart$1 = "The visual represenation of all the responses from the question asking students to rate their perceived level of safety for themselves at your school over time.";
|
|
4148
4114
|
var tooltip_content_student_by_age_chart$1 = "The specific representation of students by gender and grade level at your school.";
|
|
4149
4115
|
var tooltip_content_students_by_designation$1 = "The composite representation of students by individual grades in your school with specific designations.";
|
|
4150
|
-
var total_1_to_1$1 = "Total 1-
|
|
4116
|
+
var total_1_to_1$1 = "Total 1-to-1";
|
|
4151
4117
|
var total_check_in$1 = "Total Check In";
|
|
4152
4118
|
var total_check_ins$1 = "Total Check Ins";
|
|
4153
4119
|
var total_1_to_1_time$1 = "Total 1-to-1 Time";
|
|
@@ -4158,7 +4124,7 @@ var create_user$1 = "Create user";
|
|
|
4158
4124
|
var edit_user$1 = "Edit user";
|
|
4159
4125
|
var change_password$1 = "Change password";
|
|
4160
4126
|
var type_something_to_search_by_user_name$1 = "Type something to search by user name";
|
|
4161
|
-
var total_of_users$1 = "Total
|
|
4127
|
+
var total_of_users$1 = "Total of users";
|
|
4162
4128
|
var name$1 = "Name";
|
|
4163
4129
|
var email$1 = "Email";
|
|
4164
4130
|
var age$1 = "Age";
|
|
@@ -4180,15 +4146,15 @@ var current_password$1 = "Current password";
|
|
|
4180
4146
|
var new_password$1 = "New password";
|
|
4181
4147
|
var confirm_password$1 = "Confirm password";
|
|
4182
4148
|
var save$1 = "Save";
|
|
4183
|
-
var type_something_to_search_question$1 = "Type something to search
|
|
4149
|
+
var type_something_to_search_question$1 = "Type something to search question";
|
|
4184
4150
|
var type_something_to_search_category$1 = "Type something to search category";
|
|
4185
|
-
var total_of_questions$1 = "Total
|
|
4151
|
+
var total_of_questions$1 = "Total questions";
|
|
4186
4152
|
var create_question$1 = "Create question";
|
|
4187
4153
|
var edit_question$1 = "Edit question";
|
|
4188
4154
|
var question_type$1 = "Question Type";
|
|
4189
4155
|
var category$1 = "Category";
|
|
4190
4156
|
var sub_category$1 = "Sub Category";
|
|
4191
|
-
var question_text$1 = "Question
|
|
4157
|
+
var question_text$1 = "Question text";
|
|
4192
4158
|
var text$1 = "Text";
|
|
4193
4159
|
var is_default_question_for_one_to_one$1 = "Is default question for one-to-one";
|
|
4194
4160
|
var default_question_for_students_or_teachers$1 = "Default question for students or teachers";
|
|
@@ -4197,7 +4163,7 @@ var default_question_general_for_students_or_teachers$1 = "Default question gene
|
|
|
4197
4163
|
var before_session$1 = "Before session";
|
|
4198
4164
|
var edit_custom_alert$1 = "Edit custom alert";
|
|
4199
4165
|
var create_custom_alert$1 = "Create custom alert";
|
|
4200
|
-
var total_of_custom_alert$1 = "Total
|
|
4166
|
+
var total_of_custom_alert$1 = "Total of custom alert";
|
|
4201
4167
|
var number_of_sessions$1 = "Number of sessions";
|
|
4202
4168
|
var number_of_students$1 = "Number of students";
|
|
4203
4169
|
var begin_date$1 = "Begin date";
|
|
@@ -4295,10 +4261,9 @@ var teacher_training$1 = "Teacher training";
|
|
|
4295
4261
|
var created_time$1 = "Create time";
|
|
4296
4262
|
var total_reflections$1 = "Total Reflections";
|
|
4297
4263
|
var student_training$1 = "Student training";
|
|
4298
|
-
var create_designation$1 = "Create
|
|
4299
|
-
var total_of_designation$1 = "Total
|
|
4264
|
+
var create_designation$1 = "Create Designation";
|
|
4265
|
+
var total_of_designation$1 = "Total of Designation";
|
|
4300
4266
|
var designations$1 = "Designations";
|
|
4301
|
-
var designations_lc$1 = "designations";
|
|
4302
4267
|
var edit_designation$1 = "Edit Designation";
|
|
4303
4268
|
var confirm$2 = "Confirm";
|
|
4304
4269
|
var hello$1 = "Hello";
|
|
@@ -4452,7 +4417,7 @@ var search_staff$1 = "Search staff";
|
|
|
4452
4417
|
var meeting_schedule$1 = "Meeting schedule";
|
|
4453
4418
|
var class_schedule$1 = "Class schedule";
|
|
4454
4419
|
var more_questions$1 = "More Questions";
|
|
4455
|
-
var conference_rubric$1 = "Conference
|
|
4420
|
+
var conference_rubric$1 = "Conference rubric";
|
|
4456
4421
|
var unlock$1 = "Unlock";
|
|
4457
4422
|
var before_clicking_submit$1 = "Before clicking submit";
|
|
4458
4423
|
var your_session_was$1 = "Your session was";
|
|
@@ -4489,7 +4454,7 @@ var teacher_email$1 = "Teacher Email";
|
|
|
4489
4454
|
var note_type_class$1 = "Note Type & Class";
|
|
4490
4455
|
var my_note$1 = "My Note";
|
|
4491
4456
|
var add_new_note$1 = "Add New Note";
|
|
4492
|
-
var all_category$1 = "All
|
|
4457
|
+
var all_category$1 = "All Category";
|
|
4493
4458
|
var personalized$1 = "Personalized";
|
|
4494
4459
|
var show_only_favorite$1 = "Show only favorite";
|
|
4495
4460
|
var search$1 = "Search";
|
|
@@ -4748,7 +4713,7 @@ var are_feeling_highly_stressed$1 = "are feeling highly stressed.";
|
|
|
4748
4713
|
var select_a_student_to_see_their_profile_and_learning_plan$1 = "Select a student to see their profile and learning plan";
|
|
4749
4714
|
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";
|
|
4750
4715
|
var start$1 = "start";
|
|
4751
|
-
var teacher_reflection$1 = "Teacher
|
|
4716
|
+
var teacher_reflection$1 = "Teacher Reflection";
|
|
4752
4717
|
var notes$1 = "Notes";
|
|
4753
4718
|
var student_reflection$1 = "Student Reflections";
|
|
4754
4719
|
var view_latest_check_ins$1 = "View Latest Check Ins";
|
|
@@ -4868,15 +4833,15 @@ var export_to_csv$1 = "Export to CSV";
|
|
|
4868
4833
|
var user_list$1 = "User List";
|
|
4869
4834
|
var assign_student$1 = "Assign Student";
|
|
4870
4835
|
var one_to_one_question$1 = "OneToOne Question";
|
|
4871
|
-
var class_reflection_question$1 = "Class Reflection
|
|
4872
|
-
var conference_question$1 = "Conference
|
|
4836
|
+
var class_reflection_question$1 = "Class Reflection Question";
|
|
4837
|
+
var conference_question$1 = "Conference Question";
|
|
4873
4838
|
var actions$1 = "Actions";
|
|
4874
4839
|
var order$1 = "Order";
|
|
4875
4840
|
var user_for$1 = "User for";
|
|
4876
4841
|
var question_category$1 = "Question category";
|
|
4877
4842
|
var template_survey$1 = "Template Survey";
|
|
4878
4843
|
var total_of_category$1 = "Total of category";
|
|
4879
|
-
var create_template$1 = "Create
|
|
4844
|
+
var create_template$1 = "Create template";
|
|
4880
4845
|
var number_of_question$1 = "Number of question";
|
|
4881
4846
|
var mandatory$1 = "Mandatory";
|
|
4882
4847
|
var well_being$1 = "well-being";
|
|
@@ -5037,16 +5002,15 @@ var choose_file$1 = "Choose file";
|
|
|
5037
5002
|
var do_you_want_to_remove_this_question$1 = "Do you want to remove this question?";
|
|
5038
5003
|
var select$1 = "Select";
|
|
5039
5004
|
var do_you_want_to_remove_this_category$1 = "Do you want to remove this category?";
|
|
5040
|
-
var total_of_templates$1 = "Total
|
|
5005
|
+
var total_of_templates$1 = "Total of templates";
|
|
5041
5006
|
var template_name$1 = "Template name";
|
|
5042
5007
|
var category_name$1 = "Category name";
|
|
5043
5008
|
var created_date$1 = "Created date";
|
|
5044
5009
|
var do_you_want_to_remove_this_email_template$1 = "Do you want to remove this email template?";
|
|
5045
5010
|
var create_email_template$1 = "Create email template";
|
|
5046
|
-
var mail_subject$1 = "
|
|
5047
|
-
var
|
|
5048
|
-
var
|
|
5049
|
-
var mail_params$1 = "Email Params";
|
|
5011
|
+
var mail_subject$1 = "Mail subject";
|
|
5012
|
+
var mail_body$1 = "Mail body";
|
|
5013
|
+
var mail_params$1 = "Mail params";
|
|
5050
5014
|
var params$1 = "Params";
|
|
5051
5015
|
var meaning$1 = "Meaning";
|
|
5052
5016
|
var add_attachment$1 = "Add attachment";
|
|
@@ -5091,7 +5055,7 @@ var non_existent_users$1 = "Non-existent Users";
|
|
|
5091
5055
|
var type_something_to_search_users$1 = "Type something to search users";
|
|
5092
5056
|
var create_account_for_selected_users$1 = "Create Account for Selected Users";
|
|
5093
5057
|
var help$1 = "Help";
|
|
5094
|
-
var sandbox_mode$1 = "Sandbox
|
|
5058
|
+
var sandbox_mode$1 = "Sandbox mode";
|
|
5095
5059
|
var off$1 = "Off";
|
|
5096
5060
|
var restore_sandbox_database$1 = "Restore Sandbox Database";
|
|
5097
5061
|
var turn_on$1 = "Turn on";
|
|
@@ -5723,7 +5687,7 @@ var this_month$1 = "This month";
|
|
|
5723
5687
|
var male$1 = "Male";
|
|
5724
5688
|
var female$1 = "Female";
|
|
5725
5689
|
var type_something_to_search_students$1 = "Type something to search students";
|
|
5726
|
-
var assign_for_selected_students$1 = "Assign for
|
|
5690
|
+
var assign_for_selected_students$1 = "Assign for Selected Students";
|
|
5727
5691
|
var assistant_email$1 = "Assistant Email";
|
|
5728
5692
|
var counselor_email$1 = "Counselor Email";
|
|
5729
5693
|
var support_teacher_email$1 = "Support Teacher Email";
|
|
@@ -5855,7 +5819,7 @@ var did_you_bring_what_you_needed_for_this_class$1 = "Did you bring what you nee
|
|
|
5855
5819
|
var did_you_complete_all_the_classwork_for_today_s_class$1 = "Did you complete all the classwork for today’s class?";
|
|
5856
5820
|
var did_you_have_your_materials_ready_at_the_start_of_class_time$1 = "Did you have your materials ready at the start of class time?";
|
|
5857
5821
|
var do_you_have_any_missing_assignments_for_this_class$1 = "Do you have any missing assignments for this class?";
|
|
5858
|
-
var assign_bulk$1 = "Assign
|
|
5822
|
+
var assign_bulk$1 = "Assign Bulk";
|
|
5859
5823
|
var assign_bulk_student$1 = "Assign Bulk Student";
|
|
5860
5824
|
var instruction$1 = "Instruction";
|
|
5861
5825
|
var name_is_required$1 = "Name is required";
|
|
@@ -5864,7 +5828,7 @@ var instruction_is_required$1 = "Instruction is required";
|
|
|
5864
5828
|
var add_item$1 = "Add item";
|
|
5865
5829
|
var conference_rubric_items_is_empty$1 = "Conference rubric items is empty";
|
|
5866
5830
|
var blank_row_or_column$1 = "Blank row or column";
|
|
5867
|
-
var question_list$1 = "Question
|
|
5831
|
+
var question_list$1 = "Question list";
|
|
5868
5832
|
var question_is_required$1 = "Question is required";
|
|
5869
5833
|
var select_skill$1 = "Select skill";
|
|
5870
5834
|
var type_and_press_enter_to_add_new_row$1 = "Type and press Enter to add new row";
|
|
@@ -5925,16 +5889,16 @@ var accommodation_set$1 = "Accommodation Set";
|
|
|
5925
5889
|
var add_new_accommodation$1 = "Add new accommodation";
|
|
5926
5890
|
var print_my_accommodations$1 = "Print my accommodations";
|
|
5927
5891
|
var my_learning_progress$1 = "My Learning Progress";
|
|
5928
|
-
var inactive_students$1 = "
|
|
5892
|
+
var inactive_students$1 = "Inactive Students";
|
|
5929
5893
|
var responses_comparisons$1 = "Responses Comparisons";
|
|
5930
5894
|
var dropdown_and_verbal_questions_responses$1 = "Dropdown and Verbal Questions Responses";
|
|
5931
|
-
var mario_tools$1 = "MARIO
|
|
5895
|
+
var mario_tools$1 = "MARIO TOOLS";
|
|
5932
5896
|
var customize$1 = "Customize";
|
|
5933
5897
|
var techical_settings$1 = "Technical Settings";
|
|
5934
5898
|
var data_import_export$1 = "Data Import/Export";
|
|
5935
5899
|
var admin_general_tips$1 = "Admin General Tips";
|
|
5936
5900
|
var school_usage$1 = "School Usage";
|
|
5937
|
-
var total_conversations_time$1 = "Total
|
|
5901
|
+
var total_conversations_time$1 = "Total Conversations Time";
|
|
5938
5902
|
var total_class_reflections$1 = "Total Class Reflections";
|
|
5939
5903
|
var grade_usage$1 = "Grade Usage";
|
|
5940
5904
|
var total_conversations$1 = "Total Conversations";
|
|
@@ -6106,21 +6070,6 @@ var nice_choice_what_area_of_academics_would_you_like_to_work_on$1 = "Nice choic
|
|
|
6106
6070
|
var nice_choice_what_area_of_organization_would_you_like_to_work_on$1 = "Nice choice! What area of Organization would you like to work on?";
|
|
6107
6071
|
var nice_choice_what_area_of_focus_would_you_like_to_work_on$1 = "Nice choice! What area of Focus would you like to work on?";
|
|
6108
6072
|
var nice_choice_what_area_of_procrastination_would_you_like_to_work_on$1 = "Nice choice! What area of Procrastination would you like to work on?";
|
|
6109
|
-
var check_in_and_1_1_questions$1 = "Check-in and 1-1 Questions";
|
|
6110
|
-
var create_quest$1 = "Create quest";
|
|
6111
|
-
var total_quests$1 = "Total Quests";
|
|
6112
|
-
var change_to_previous_challenge$1 = "Change to previous challenge";
|
|
6113
|
-
var change_to_next_challenge$1 = "Change to next challenge";
|
|
6114
|
-
var sort_order$1 = "Sort Order";
|
|
6115
|
-
var quest_name$1 = "Quest Name";
|
|
6116
|
-
var challenge_upc$1 = "Challenge";
|
|
6117
|
-
var source$1 = "Source";
|
|
6118
|
-
var request$1 = "Request";
|
|
6119
|
-
var edit_iep_template$1 = "Edit IEP template";
|
|
6120
|
-
var are_you_ready_to_submit$1 = "Are you ready to submit?";
|
|
6121
|
-
var there_are_several_questions_you_have_not_answered_yet_are_you_sure_you_want_to_submit$1 = "There are several questions you have not answered yet. Are you sure you want to submit?";
|
|
6122
|
-
var you_did_not_complete_the_check_in_please_check_your_responses_and_click_done$1 = "You did not complete the check in. Please check your responses and click Done";
|
|
6123
|
-
var check_in_finished$1 = "Check In Finished";
|
|
6124
6073
|
var lang_uk = {
|
|
6125
6074
|
dashboard: dashboard$1,
|
|
6126
6075
|
user: user$1,
|
|
@@ -6313,7 +6262,6 @@ var lang_uk = {
|
|
|
6313
6262
|
create_designation: create_designation$1,
|
|
6314
6263
|
total_of_designation: total_of_designation$1,
|
|
6315
6264
|
designations: designations$1,
|
|
6316
|
-
designations_lc: designations_lc$1,
|
|
6317
6265
|
edit_designation: edit_designation$1,
|
|
6318
6266
|
confirm: confirm$2,
|
|
6319
6267
|
hello: hello$1,
|
|
@@ -7074,7 +7022,6 @@ var lang_uk = {
|
|
|
7074
7022
|
do_you_want_to_remove_this_email_template: do_you_want_to_remove_this_email_template$1,
|
|
7075
7023
|
create_email_template: create_email_template$1,
|
|
7076
7024
|
mail_subject: mail_subject$1,
|
|
7077
|
-
mail_subject_nm: mail_subject_nm$1,
|
|
7078
7025
|
mail_body: mail_body$1,
|
|
7079
7026
|
mail_params: mail_params$1,
|
|
7080
7027
|
params: params$1,
|
|
@@ -8158,22 +8105,7 @@ var lang_uk = {
|
|
|
8158
8105
|
nice_choice_what_area_of_organization_would_you_like_to_work_on: nice_choice_what_area_of_organization_would_you_like_to_work_on$1,
|
|
8159
8106
|
nice_choice_what_area_of_focus_would_you_like_to_work_on: nice_choice_what_area_of_focus_would_you_like_to_work_on$1,
|
|
8160
8107
|
"nice_choice_what_area_of_self-advocacy_would_you_like_to_work_on": "Nice choice! What area of Self-advocacy would you like to work on?",
|
|
8161
|
-
nice_choice_what_area_of_procrastination_would_you_like_to_work_on: nice_choice_what_area_of_procrastination_would_you_like_to_work_on$1
|
|
8162
|
-
check_in_and_1_1_questions: check_in_and_1_1_questions$1,
|
|
8163
|
-
create_quest: create_quest$1,
|
|
8164
|
-
total_quests: total_quests$1,
|
|
8165
|
-
change_to_previous_challenge: change_to_previous_challenge$1,
|
|
8166
|
-
change_to_next_challenge: change_to_next_challenge$1,
|
|
8167
|
-
sort_order: sort_order$1,
|
|
8168
|
-
quest_name: quest_name$1,
|
|
8169
|
-
challenge_upc: challenge_upc$1,
|
|
8170
|
-
source: source$1,
|
|
8171
|
-
request: request$1,
|
|
8172
|
-
edit_iep_template: edit_iep_template$1,
|
|
8173
|
-
are_you_ready_to_submit: are_you_ready_to_submit$1,
|
|
8174
|
-
there_are_several_questions_you_have_not_answered_yet_are_you_sure_you_want_to_submit: there_are_several_questions_you_have_not_answered_yet_are_you_sure_you_want_to_submit$1,
|
|
8175
|
-
you_did_not_complete_the_check_in_please_check_your_responses_and_click_done: you_did_not_complete_the_check_in_please_check_your_responses_and_click_done$1,
|
|
8176
|
-
check_in_finished: check_in_finished$1
|
|
8108
|
+
nice_choice_what_area_of_procrastination_would_you_like_to_work_on: nice_choice_what_area_of_procrastination_would_you_like_to_work_on$1
|
|
8177
8109
|
};
|
|
8178
8110
|
|
|
8179
8111
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -8365,7 +8297,6 @@ var student_training$2 = "تدريب الطلبة";
|
|
|
8365
8297
|
var create_designation$2 = "إنشاء تصنيف";
|
|
8366
8298
|
var total_of_designation$2 = "إجمالي التصنيفات";
|
|
8367
8299
|
var designations$2 = "التصنيفات";
|
|
8368
|
-
var designations_lc$2 = "التصنيفات";
|
|
8369
8300
|
var edit_designation$2 = "تعديل التصنيف";
|
|
8370
8301
|
var confirm$3 = "تأكيد";
|
|
8371
8302
|
var hello$2 = "مرحبًا";
|
|
@@ -9109,7 +9040,6 @@ var created_date$2 = "تاريخ الإنشاء";
|
|
|
9109
9040
|
var do_you_want_to_remove_this_email_template$2 = "هل تريد إزالة قالب البريد الإلكتروني هذا؟";
|
|
9110
9041
|
var create_email_template$2 = "إنشاء قالب للبريد الإلكتروني";
|
|
9111
9042
|
var mail_subject$2 = "موضوع البريد";
|
|
9112
|
-
var mail_subject_nm$2 = "موضوع البريد";
|
|
9113
9043
|
var mail_body$2 = "نص البريد";
|
|
9114
9044
|
var mail_params$2 = "معلمات البريد";
|
|
9115
9045
|
var params$2 = "المعلمات";
|
|
@@ -10166,8 +10096,8 @@ var empty = "فارغ";
|
|
|
10166
10096
|
var you_have_completed_all_of_the_weekly_quests = "لقد أكملت جميع المهام الأسبوعية!";
|
|
10167
10097
|
var good_job = "أحسنت!";
|
|
10168
10098
|
var if_you_have_responded_to_all_question_press_the_done_button_to_complete_check_in = "إذا قمت بالرد على جميع الأسئلة، فاضغط على الزر \"مكتمل\" لإكمال تسجيل الحضور";
|
|
10169
|
-
var check_in_finished
|
|
10170
|
-
var are_you_ready_to_submit
|
|
10099
|
+
var check_in_finished = "تم الانتهاء من تسجيل الحضور";
|
|
10100
|
+
var are_you_ready_to_submit = "هل أنت مستعد للإرسال؟";
|
|
10171
10101
|
var you_filled_out_check_in_in_the_check_in_section = "لقد قمت بملء \"تسجيل الحضور\" في قسم تسجيل الحضور";
|
|
10172
10102
|
var good_job_you_filled_out_support_network_in_the_my_support_network_section = "أحسنت! لقد قمت بملء \"شبكة الدعم\" في قسم \"شبكة الدعم الخاصة بي\".";
|
|
10173
10103
|
var good_job_you_filled_out_learning_strategies_in_the_my_learning_strategies_section = "أحسنت! لقد قمت بملء \"استراتيجيات التعلم\" في قسم استراتيجيات التعلم الخاصة بي.";
|
|
@@ -10206,19 +10136,6 @@ var nice_choice_what_area_of_academics_would_you_like_to_work_on$2 = "اختيا
|
|
|
10206
10136
|
var nice_choice_what_area_of_organization_would_you_like_to_work_on$2 = "اختيار جميل! في أي مجال من مجالات المنظمة تود العمل؟";
|
|
10207
10137
|
var nice_choice_what_area_of_focus_would_you_like_to_work_on$2 = "اختيار جميل! ما هو مجال التركيز الذي ترغب في العمل عليه؟";
|
|
10208
10138
|
var nice_choice_what_area_of_procrastination_would_you_like_to_work_on$2 = "اختيار جميل! ما هو مجال التسويف الذي ترغب في العمل فيه؟";
|
|
10209
|
-
var check_in_and_1_1_questions$2 = "تسجيل الوصول والأسئلة الفردية";
|
|
10210
|
-
var create_quest$2 = "إنشاء مهمة";
|
|
10211
|
-
var total_quests$2 = "مجموع المهام";
|
|
10212
|
-
var change_to_previous_challenge$2 = "التغيير إلى التحدي السابق";
|
|
10213
|
-
var change_to_next_challenge$2 = "الانتقال إلى التحدي التالي";
|
|
10214
|
-
var sort_order$2 = "ترتيب الفرز";
|
|
10215
|
-
var quest_name$2 = "اسم المهمة";
|
|
10216
|
-
var challenge_upc$2 = "تحدي";
|
|
10217
|
-
var source$2 = "مصدر";
|
|
10218
|
-
var request$2 = "طلب";
|
|
10219
|
-
var edit_iep_template$2 = "تعديل قالب IEP";
|
|
10220
|
-
var there_are_several_questions_you_have_not_answered_yet_are_you_sure_you_want_to_submit$2 = "هناك العديد من الأسئلة التي لم تجيب عليها بعد. هل أنت متأكد من رغبتك في الإرسال؟";
|
|
10221
|
-
var you_did_not_complete_the_check_in_please_check_your_responses_and_click_done$2 = "لم تقم بإكمال عملية تسجيل الدخول. يرجى التحقق من ردودك والنقر فوق تم";
|
|
10222
10139
|
var lang_ar = {
|
|
10223
10140
|
dashboard: dashboard$2,
|
|
10224
10141
|
user: user$2,
|
|
@@ -10410,7 +10327,6 @@ var lang_ar = {
|
|
|
10410
10327
|
create_designation: create_designation$2,
|
|
10411
10328
|
total_of_designation: total_of_designation$2,
|
|
10412
10329
|
designations: designations$2,
|
|
10413
|
-
designations_lc: designations_lc$2,
|
|
10414
10330
|
edit_designation: edit_designation$2,
|
|
10415
10331
|
confirm: confirm$3,
|
|
10416
10332
|
hello: hello$2,
|
|
@@ -11169,7 +11085,6 @@ var lang_ar = {
|
|
|
11169
11085
|
do_you_want_to_remove_this_email_template: do_you_want_to_remove_this_email_template$2,
|
|
11170
11086
|
create_email_template: create_email_template$2,
|
|
11171
11087
|
mail_subject: mail_subject$2,
|
|
11172
|
-
mail_subject_nm: mail_subject_nm$2,
|
|
11173
11088
|
mail_body: mail_body$2,
|
|
11174
11089
|
mail_params: mail_params$2,
|
|
11175
11090
|
params: params$2,
|
|
@@ -12248,8 +12163,8 @@ var lang_ar = {
|
|
|
12248
12163
|
you_have_completed_all_of_the_weekly_quests: you_have_completed_all_of_the_weekly_quests,
|
|
12249
12164
|
good_job: good_job,
|
|
12250
12165
|
if_you_have_responded_to_all_question_press_the_done_button_to_complete_check_in: if_you_have_responded_to_all_question_press_the_done_button_to_complete_check_in,
|
|
12251
|
-
check_in_finished: check_in_finished
|
|
12252
|
-
are_you_ready_to_submit: are_you_ready_to_submit
|
|
12166
|
+
check_in_finished: check_in_finished,
|
|
12167
|
+
are_you_ready_to_submit: are_you_ready_to_submit,
|
|
12253
12168
|
you_filled_out_check_in_in_the_check_in_section: you_filled_out_check_in_in_the_check_in_section,
|
|
12254
12169
|
"continue": "متابعة",
|
|
12255
12170
|
good_job_you_filled_out_support_network_in_the_my_support_network_section: good_job_you_filled_out_support_network_in_the_my_support_network_section,
|
|
@@ -12290,20 +12205,7 @@ var lang_ar = {
|
|
|
12290
12205
|
nice_choice_what_area_of_organization_would_you_like_to_work_on: nice_choice_what_area_of_organization_would_you_like_to_work_on$2,
|
|
12291
12206
|
nice_choice_what_area_of_focus_would_you_like_to_work_on: nice_choice_what_area_of_focus_would_you_like_to_work_on$2,
|
|
12292
12207
|
"nice_choice_what_area_of_self-advocacy_would_you_like_to_work_on": "اختيار جميل! ما هو مجال الدفاع عن النفس الذي ترغبين في العمل فيه؟",
|
|
12293
|
-
nice_choice_what_area_of_procrastination_would_you_like_to_work_on: nice_choice_what_area_of_procrastination_would_you_like_to_work_on$2
|
|
12294
|
-
check_in_and_1_1_questions: check_in_and_1_1_questions$2,
|
|
12295
|
-
create_quest: create_quest$2,
|
|
12296
|
-
total_quests: total_quests$2,
|
|
12297
|
-
change_to_previous_challenge: change_to_previous_challenge$2,
|
|
12298
|
-
change_to_next_challenge: change_to_next_challenge$2,
|
|
12299
|
-
sort_order: sort_order$2,
|
|
12300
|
-
quest_name: quest_name$2,
|
|
12301
|
-
challenge_upc: challenge_upc$2,
|
|
12302
|
-
source: source$2,
|
|
12303
|
-
request: request$2,
|
|
12304
|
-
edit_iep_template: edit_iep_template$2,
|
|
12305
|
-
there_are_several_questions_you_have_not_answered_yet_are_you_sure_you_want_to_submit: there_are_several_questions_you_have_not_answered_yet_are_you_sure_you_want_to_submit$2,
|
|
12306
|
-
you_did_not_complete_the_check_in_please_check_your_responses_and_click_done: you_did_not_complete_the_check_in_please_check_your_responses_and_click_done$2
|
|
12208
|
+
nice_choice_what_area_of_procrastination_would_you_like_to_work_on: nice_choice_what_area_of_procrastination_would_you_like_to_work_on$2
|
|
12307
12209
|
};
|
|
12308
12210
|
|
|
12309
12211
|
var dashboard$3 = "Cuadro de mandos";
|
|
@@ -12495,7 +12397,6 @@ var student_training$3 = "Formación de alumnos";
|
|
|
12495
12397
|
var create_designation$3 = "Crear designación";
|
|
12496
12398
|
var total_of_designation$3 = "Total de Designación";
|
|
12497
12399
|
var designations$3 = "Designaciones";
|
|
12498
|
-
var designations_lc$3 = "Designaciones";
|
|
12499
12400
|
var edit_designation$3 = "Editar designación";
|
|
12500
12401
|
var confirm$4 = "Confirmar";
|
|
12501
12402
|
var hello$3 = "Hola";
|
|
@@ -13239,7 +13140,6 @@ var created_date$3 = "Fecha de creación";
|
|
|
13239
13140
|
var do_you_want_to_remove_this_email_template$3 = "¿Desea eliminar esta plantilla de correo electrónico?";
|
|
13240
13141
|
var create_email_template$3 = "Crear plantilla de correo";
|
|
13241
13142
|
var mail_subject$3 = "Asunto del correo";
|
|
13242
|
-
var mail_subject_nm$3 = "Asunto del correo";
|
|
13243
13143
|
var mail_body$3 = "Cuerpo del mensaje";
|
|
13244
13144
|
var mail_params$3 = "Parámetros de correo";
|
|
13245
13145
|
var params$3 = "Parámetros";
|
|
@@ -14296,8 +14196,8 @@ var empty$1 = "vacío";
|
|
|
14296
14196
|
var you_have_completed_all_of_the_weekly_quests$1 = "¡Has completado todas las misiones semanales!";
|
|
14297
14197
|
var good_job$1 = "¡Buen trabajo!";
|
|
14298
14198
|
var if_you_have_responded_to_all_question_press_the_done_button_to_complete_check_in$1 = "Si ha respondido a todas las preguntas, presione el botón HECHO para completar el Registro";
|
|
14299
|
-
var check_in_finished$
|
|
14300
|
-
var are_you_ready_to_submit$
|
|
14199
|
+
var check_in_finished$1 = "Registro terminado";
|
|
14200
|
+
var are_you_ready_to_submit$1 = "¿Estás listo para enviar?";
|
|
14301
14201
|
var you_filled_out_check_in_in_the_check_in_section$1 = "Completaste \"Check In\" en la sección Check In";
|
|
14302
14202
|
var good_job_you_filled_out_support_network_in_the_my_support_network_section$1 = "¡Buen trabajo! Completaste \"Red de soporte\" en la sección Mi red de soporte.";
|
|
14303
14203
|
var good_job_you_filled_out_learning_strategies_in_the_my_learning_strategies_section$1 = "¡Buen trabajo! Completaste \"Estrategias de aprendizaje\" en la sección Mis estrategias de aprendizaje.";
|
|
@@ -14336,19 +14236,6 @@ var nice_choice_what_area_of_academics_would_you_like_to_work_on$3 = "¡Chica Ni
|
|
|
14336
14236
|
var nice_choice_what_area_of_organization_would_you_like_to_work_on$3 = "¡Chica Nick! Y a ver si ya estás arreglando y tienes un hijo, tienes un papel?";
|
|
14337
14237
|
var nice_choice_what_area_of_focus_would_you_like_to_work_on$3 = "¡Chica Nick! Y a ver si Fox y su hijo son como tú, Taher, ¿qué pasa?";
|
|
14338
14238
|
var nice_choice_what_area_of_procrastination_would_you_like_to_work_on$3 = "¡Chica Nick! ¿Y veo si tienes un corredor y un hijo que tenga papeles?";
|
|
14339
|
-
var check_in_and_1_1_questions$3 = "Registro de entrada y preguntas individuales";
|
|
14340
|
-
var create_quest$3 = "Crear misión";
|
|
14341
|
-
var total_quests$3 = "Misiones totales";
|
|
14342
|
-
var change_to_previous_challenge$3 = "Cambiar al desafío anterior";
|
|
14343
|
-
var change_to_next_challenge$3 = "Cambiar al siguiente desafío";
|
|
14344
|
-
var sort_order$3 = "Orden de clasificación";
|
|
14345
|
-
var quest_name$3 = "Nombre de la misión";
|
|
14346
|
-
var challenge_upc$3 = "Desafío";
|
|
14347
|
-
var source$3 = "Fuente";
|
|
14348
|
-
var request$3 = "Pedido";
|
|
14349
|
-
var edit_iep_template$3 = "Editar plantilla de IEP";
|
|
14350
|
-
var there_are_several_questions_you_have_not_answered_yet_are_you_sure_you_want_to_submit$3 = "Hay varias preguntas que aún no has respondido. ¿Estás seguro de que deseas enviarlas?";
|
|
14351
|
-
var you_did_not_complete_the_check_in_please_check_your_responses_and_click_done$3 = "No has completado el check in. Por favor, revisa tus respuestas y haz clic en Listo";
|
|
14352
14239
|
var lang_es = {
|
|
14353
14240
|
dashboard: dashboard$3,
|
|
14354
14241
|
user: user$3,
|
|
@@ -14540,7 +14427,6 @@ var lang_es = {
|
|
|
14540
14427
|
create_designation: create_designation$3,
|
|
14541
14428
|
total_of_designation: total_of_designation$3,
|
|
14542
14429
|
designations: designations$3,
|
|
14543
|
-
designations_lc: designations_lc$3,
|
|
14544
14430
|
edit_designation: edit_designation$3,
|
|
14545
14431
|
confirm: confirm$4,
|
|
14546
14432
|
hello: hello$3,
|
|
@@ -15299,7 +15185,6 @@ var lang_es = {
|
|
|
15299
15185
|
do_you_want_to_remove_this_email_template: do_you_want_to_remove_this_email_template$3,
|
|
15300
15186
|
create_email_template: create_email_template$3,
|
|
15301
15187
|
mail_subject: mail_subject$3,
|
|
15302
|
-
mail_subject_nm: mail_subject_nm$3,
|
|
15303
15188
|
mail_body: mail_body$3,
|
|
15304
15189
|
mail_params: mail_params$3,
|
|
15305
15190
|
params: params$3,
|
|
@@ -16378,8 +16263,8 @@ var lang_es = {
|
|
|
16378
16263
|
you_have_completed_all_of_the_weekly_quests: you_have_completed_all_of_the_weekly_quests$1,
|
|
16379
16264
|
good_job: good_job$1,
|
|
16380
16265
|
if_you_have_responded_to_all_question_press_the_done_button_to_complete_check_in: if_you_have_responded_to_all_question_press_the_done_button_to_complete_check_in$1,
|
|
16381
|
-
check_in_finished: check_in_finished$
|
|
16382
|
-
are_you_ready_to_submit: are_you_ready_to_submit$
|
|
16266
|
+
check_in_finished: check_in_finished$1,
|
|
16267
|
+
are_you_ready_to_submit: are_you_ready_to_submit$1,
|
|
16383
16268
|
you_filled_out_check_in_in_the_check_in_section: you_filled_out_check_in_in_the_check_in_section$1,
|
|
16384
16269
|
"continue": "Continuar",
|
|
16385
16270
|
good_job_you_filled_out_support_network_in_the_my_support_network_section: good_job_you_filled_out_support_network_in_the_my_support_network_section$1,
|
|
@@ -16420,20 +16305,7 @@ var lang_es = {
|
|
|
16420
16305
|
nice_choice_what_area_of_organization_would_you_like_to_work_on: nice_choice_what_area_of_organization_would_you_like_to_work_on$3,
|
|
16421
16306
|
nice_choice_what_area_of_focus_would_you_like_to_work_on: nice_choice_what_area_of_focus_would_you_like_to_work_on$3,
|
|
16422
16307
|
"nice_choice_what_area_of_self-advocacy_would_you_like_to_work_on": "¡Chica Nick! Y a ver si tienes una Salvadora y un hijo tuyo, Taher, ¿qué es esto?",
|
|
16423
|
-
nice_choice_what_area_of_procrastination_would_you_like_to_work_on: nice_choice_what_area_of_procrastination_would_you_like_to_work_on$3
|
|
16424
|
-
check_in_and_1_1_questions: check_in_and_1_1_questions$3,
|
|
16425
|
-
create_quest: create_quest$3,
|
|
16426
|
-
total_quests: total_quests$3,
|
|
16427
|
-
change_to_previous_challenge: change_to_previous_challenge$3,
|
|
16428
|
-
change_to_next_challenge: change_to_next_challenge$3,
|
|
16429
|
-
sort_order: sort_order$3,
|
|
16430
|
-
quest_name: quest_name$3,
|
|
16431
|
-
challenge_upc: challenge_upc$3,
|
|
16432
|
-
source: source$3,
|
|
16433
|
-
request: request$3,
|
|
16434
|
-
edit_iep_template: edit_iep_template$3,
|
|
16435
|
-
there_are_several_questions_you_have_not_answered_yet_are_you_sure_you_want_to_submit: there_are_several_questions_you_have_not_answered_yet_are_you_sure_you_want_to_submit$3,
|
|
16436
|
-
you_did_not_complete_the_check_in_please_check_your_responses_and_click_done: you_did_not_complete_the_check_in_please_check_your_responses_and_click_done$3
|
|
16308
|
+
nice_choice_what_area_of_procrastination_would_you_like_to_work_on: nice_choice_what_area_of_procrastination_would_you_like_to_work_on$3
|
|
16437
16309
|
};
|
|
16438
16310
|
|
|
16439
16311
|
var dashboard$4 = "仪表板";
|
|
@@ -16625,7 +16497,6 @@ var student_training$4 = "学生培训";
|
|
|
16625
16497
|
var create_designation$4 = "创建指定";
|
|
16626
16498
|
var total_of_designation$4 = "指定总数";
|
|
16627
16499
|
var designations$4 = "指定";
|
|
16628
|
-
var designations_lc$4 = "指定";
|
|
16629
16500
|
var edit_designation$4 = "编辑指定";
|
|
16630
16501
|
var confirm$5 = "确认";
|
|
16631
16502
|
var hello$4 = "您好";
|
|
@@ -17369,7 +17240,6 @@ var created_date$4 = "创建日期";
|
|
|
17369
17240
|
var do_you_want_to_remove_this_email_template$4 = "是否要删除此电子邮件模板?";
|
|
17370
17241
|
var create_email_template$4 = "创建电子邮件模板";
|
|
17371
17242
|
var mail_subject$4 = "邮件主题";
|
|
17372
|
-
var mail_subject_nm$4 = "邮件主题";
|
|
17373
17243
|
var mail_body$4 = "邮件正文";
|
|
17374
17244
|
var mail_params$4 = "邮件参数";
|
|
17375
17245
|
var params$4 = "参数";
|
|
@@ -18426,8 +18296,8 @@ var empty$2 = "empty";
|
|
|
18426
18296
|
var you_have_completed_all_of_the_weekly_quests$2 = "您已完成所有每周任务!";
|
|
18427
18297
|
var good_job$2 = "干得好!";
|
|
18428
18298
|
var if_you_have_responded_to_all_question_press_the_done_button_to_complete_check_in$2 = "如果您已回答所有问题,请按“完成”按钮完成签到";
|
|
18429
|
-
var check_in_finished$
|
|
18430
|
-
var are_you_ready_to_submit$
|
|
18299
|
+
var check_in_finished$2 = "签到已完成";
|
|
18300
|
+
var are_you_ready_to_submit$2 = "您准备好提交了吗?";
|
|
18431
18301
|
var you_filled_out_check_in_in_the_check_in_section$2 = "您已在签到部分填写“签到”";
|
|
18432
18302
|
var good_job_you_filled_out_support_network_in_the_my_support_network_section$2 = "干得好!您已在我的支持网络部分填写“支持网络”。";
|
|
18433
18303
|
var good_job_you_filled_out_learning_strategies_in_the_my_learning_strategies_section$2 = "干得好!您已在我的学习策略部分填写“学习策略”。";
|
|
@@ -18466,19 +18336,6 @@ var nice_choice_what_area_of_academics_would_you_like_to_work_on$4 = "尼克·
|
|
|
18466
18336
|
var nice_choice_what_area_of_organization_would_you_like_to_work_on$4 = "尼克·奇克!让我看看,如果您正在安排,并且您有一个儿子,您有文件吗?";
|
|
18467
18337
|
var nice_choice_what_area_of_focus_would_you_like_to_work_on$4 = "不错的选择!您希望在哪个重点领域开展工作?";
|
|
18468
18338
|
var nice_choice_what_area_of_procrastination_would_you_like_to_work_on$4 = "尼克·奇克!我看看你是否有经纪人和一个有文件的儿子?";
|
|
18469
|
-
var check_in_and_1_1_questions$4 = "签到和一对一问答";
|
|
18470
|
-
var create_quest$4 = "创建任务";
|
|
18471
|
-
var total_quests$4 = "总任务数";
|
|
18472
|
-
var change_to_previous_challenge$4 = "更改为上一个挑战";
|
|
18473
|
-
var change_to_next_challenge$4 = "转到下一个挑战";
|
|
18474
|
-
var sort_order$4 = "排序顺序";
|
|
18475
|
-
var quest_name$4 = "任务名称";
|
|
18476
|
-
var challenge_upc$4 = "挑战";
|
|
18477
|
-
var source$4 = "来源";
|
|
18478
|
-
var request$4 = "要求";
|
|
18479
|
-
var edit_iep_template$4 = "编辑 IEP 模板";
|
|
18480
|
-
var there_are_several_questions_you_have_not_answered_yet_are_you_sure_you_want_to_submit$4 = "您还有几个问题尚未回答。您确定要提交吗?";
|
|
18481
|
-
var you_did_not_complete_the_check_in_please_check_your_responses_and_click_done$4 = "您尚未完成签到。请检查您的回复并点击完成";
|
|
18482
18339
|
var lang_zh = {
|
|
18483
18340
|
dashboard: dashboard$4,
|
|
18484
18341
|
user: user$4,
|
|
@@ -18670,7 +18527,6 @@ var lang_zh = {
|
|
|
18670
18527
|
create_designation: create_designation$4,
|
|
18671
18528
|
total_of_designation: total_of_designation$4,
|
|
18672
18529
|
designations: designations$4,
|
|
18673
|
-
designations_lc: designations_lc$4,
|
|
18674
18530
|
edit_designation: edit_designation$4,
|
|
18675
18531
|
confirm: confirm$5,
|
|
18676
18532
|
hello: hello$4,
|
|
@@ -19429,7 +19285,6 @@ var lang_zh = {
|
|
|
19429
19285
|
do_you_want_to_remove_this_email_template: do_you_want_to_remove_this_email_template$4,
|
|
19430
19286
|
create_email_template: create_email_template$4,
|
|
19431
19287
|
mail_subject: mail_subject$4,
|
|
19432
|
-
mail_subject_nm: mail_subject_nm$4,
|
|
19433
19288
|
mail_body: mail_body$4,
|
|
19434
19289
|
mail_params: mail_params$4,
|
|
19435
19290
|
params: params$4,
|
|
@@ -20508,8 +20363,8 @@ var lang_zh = {
|
|
|
20508
20363
|
you_have_completed_all_of_the_weekly_quests: you_have_completed_all_of_the_weekly_quests$2,
|
|
20509
20364
|
good_job: good_job$2,
|
|
20510
20365
|
if_you_have_responded_to_all_question_press_the_done_button_to_complete_check_in: if_you_have_responded_to_all_question_press_the_done_button_to_complete_check_in$2,
|
|
20511
|
-
check_in_finished: check_in_finished$
|
|
20512
|
-
are_you_ready_to_submit: are_you_ready_to_submit$
|
|
20366
|
+
check_in_finished: check_in_finished$2,
|
|
20367
|
+
are_you_ready_to_submit: are_you_ready_to_submit$2,
|
|
20513
20368
|
you_filled_out_check_in_in_the_check_in_section: you_filled_out_check_in_in_the_check_in_section$2,
|
|
20514
20369
|
"continue": "继续",
|
|
20515
20370
|
good_job_you_filled_out_support_network_in_the_my_support_network_section: good_job_you_filled_out_support_network_in_the_my_support_network_section$2,
|
|
@@ -20550,20 +20405,7 @@ var lang_zh = {
|
|
|
20550
20405
|
nice_choice_what_area_of_organization_would_you_like_to_work_on: nice_choice_what_area_of_organization_would_you_like_to_work_on$4,
|
|
20551
20406
|
nice_choice_what_area_of_focus_would_you_like_to_work_on: nice_choice_what_area_of_focus_would_you_like_to_work_on$4,
|
|
20552
20407
|
"nice_choice_what_area_of_self-advocacy_would_you_like_to_work_on": "不错的选择!您想在哪个自我倡导领域开展工作?",
|
|
20553
|
-
nice_choice_what_area_of_procrastination_would_you_like_to_work_on: nice_choice_what_area_of_procrastination_would_you_like_to_work_on$4
|
|
20554
|
-
check_in_and_1_1_questions: check_in_and_1_1_questions$4,
|
|
20555
|
-
create_quest: create_quest$4,
|
|
20556
|
-
total_quests: total_quests$4,
|
|
20557
|
-
change_to_previous_challenge: change_to_previous_challenge$4,
|
|
20558
|
-
change_to_next_challenge: change_to_next_challenge$4,
|
|
20559
|
-
sort_order: sort_order$4,
|
|
20560
|
-
quest_name: quest_name$4,
|
|
20561
|
-
challenge_upc: challenge_upc$4,
|
|
20562
|
-
source: source$4,
|
|
20563
|
-
request: request$4,
|
|
20564
|
-
edit_iep_template: edit_iep_template$4,
|
|
20565
|
-
there_are_several_questions_you_have_not_answered_yet_are_you_sure_you_want_to_submit: there_are_several_questions_you_have_not_answered_yet_are_you_sure_you_want_to_submit$4,
|
|
20566
|
-
you_did_not_complete_the_check_in_please_check_your_responses_and_click_done: you_did_not_complete_the_check_in_please_check_your_responses_and_click_done$4
|
|
20408
|
+
nice_choice_what_area_of_procrastination_would_you_like_to_work_on: nice_choice_what_area_of_procrastination_would_you_like_to_work_on$4
|
|
20567
20409
|
};
|
|
20568
20410
|
|
|
20569
20411
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|
|
@@ -41522,6 +41364,9 @@ var EmailTemplateDetail = function EmailTemplateDetail() {
|
|
|
41522
41364
|
var mailCategoryList = reactRedux.useSelector(function (state) {
|
|
41523
41365
|
return state.mailCategory.mailCategoryList;
|
|
41524
41366
|
});
|
|
41367
|
+
console.log({
|
|
41368
|
+
tinyMCEKey: tinyMCEKey
|
|
41369
|
+
});
|
|
41525
41370
|
return React__default.createElement(formik.Formik, {
|
|
41526
41371
|
initialValues: emailTemplateDetail,
|
|
41527
41372
|
enableReinitialize: true,
|
|
@@ -41545,10 +41390,7 @@ var EmailTemplateDetail = function EmailTemplateDetail() {
|
|
|
41545
41390
|
}, React__default.createElement(QuitPrompt, {
|
|
41546
41391
|
when: edited
|
|
41547
41392
|
}), React__default.createElement("h5", {
|
|
41548
|
-
className: "mb-2"
|
|
41549
|
-
style: {
|
|
41550
|
-
textTransform: 'capitalize'
|
|
41551
|
-
}
|
|
41393
|
+
className: "mb-2"
|
|
41552
41394
|
}, header), React__default.createElement(reactstrap.Row, {
|
|
41553
41395
|
className: "my-2"
|
|
41554
41396
|
}, React__default.createElement(reactstrap.Col, {
|
|
@@ -41556,7 +41398,7 @@ var EmailTemplateDetail = function EmailTemplateDetail() {
|
|
|
41556
41398
|
}, React__default.createElement(RequiredLabel$1, {
|
|
41557
41399
|
text: t("mail_subject")
|
|
41558
41400
|
}), React__default.createElement(reactstrap.Input, {
|
|
41559
|
-
placeholder: t("
|
|
41401
|
+
placeholder: t("mail_subject"),
|
|
41560
41402
|
name: "subject",
|
|
41561
41403
|
value: values.subject,
|
|
41562
41404
|
onChange: function onChange(e) {
|
|
@@ -48454,7 +48296,7 @@ var commonReducer = toolkit.createReducer(initialState, function (builder) {
|
|
|
48454
48296
|
}).addCase(setSandboxMode, function (state, action) {
|
|
48455
48297
|
state.isSandboxMode = action.payload;
|
|
48456
48298
|
}).addCase(initAmplitude, function (state, action) {
|
|
48457
|
-
var _action$payload, _action$payload2, _action$payload3, _action$payload4, _action$payload5, _action$payload6, _action$payload7, _action$payload8, _action$payload9, _action$payload10, _action$payload11, _action$payload12, _action$payload13, _action$payload13$rol, _action$payload14
|
|
48299
|
+
var _action$payload, _action$payload2, _action$payload3, _action$payload4, _action$payload5, _action$payload6, _action$payload7, _action$payload8, _action$payload9, _action$payload10, _action$payload11, _action$payload12, _action$payload13, _action$payload13$rol, _action$payload14;
|
|
48458
48300
|
|
|
48459
48301
|
var hostName = window.location.hostname;
|
|
48460
48302
|
var eventProperties = {
|
|
@@ -48471,8 +48313,7 @@ var commonReducer = toolkit.createReducer(initialState, function (builder) {
|
|
|
48471
48313
|
event: action.payload.event,
|
|
48472
48314
|
domain: !!hostName ? hostName : "",
|
|
48473
48315
|
roles: !!((_action$payload12 = action.payload) !== null && _action$payload12 !== void 0 && _action$payload12.roles) ? (_action$payload13 = action.payload) === null || _action$payload13 === void 0 ? void 0 : (_action$payload13$rol = _action$payload13.roles) === null || _action$payload13$rol === void 0 ? void 0 : _action$payload13$rol.toString() : "",
|
|
48474
|
-
answer: !!((_action$payload14 = action.payload) !== null && _action$payload14 !== void 0 && _action$payload14.answer) ? action.payload.answer : ""
|
|
48475
|
-
chart: !!((_action$payload15 = action.payload) !== null && _action$payload15 !== void 0 && _action$payload15.chart) ? action.payload.chart : ""
|
|
48316
|
+
answer: !!((_action$payload14 = action.payload) !== null && _action$payload14 !== void 0 && _action$payload14.answer) ? action.payload.answer : ""
|
|
48476
48317
|
};
|
|
48477
48318
|
state.amplitude = eventProperties;
|
|
48478
48319
|
});
|