mario-core 2.9.377-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 +64 -195
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +64 -195
- 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,17 +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
2039
|
var lang_us = {
|
|
2053
2040
|
dashboard: dashboard,
|
|
2054
2041
|
user: user,
|
|
@@ -2241,7 +2228,6 @@ var lang_us = {
|
|
|
2241
2228
|
create_designation: create_designation,
|
|
2242
2229
|
total_of_designation: total_of_designation,
|
|
2243
2230
|
designations: designations,
|
|
2244
|
-
designations_lc: designations_lc,
|
|
2245
2231
|
edit_designation: edit_designation,
|
|
2246
2232
|
confirm: confirm$1,
|
|
2247
2233
|
hello: hello,
|
|
@@ -3001,7 +2987,6 @@ var lang_us = {
|
|
|
3001
2987
|
do_you_want_to_remove_this_email_template: do_you_want_to_remove_this_email_template,
|
|
3002
2988
|
create_email_template: create_email_template,
|
|
3003
2989
|
mail_subject: mail_subject,
|
|
3004
|
-
mail_subject_nm: mail_subject_nm,
|
|
3005
2990
|
mail_body: mail_body,
|
|
3006
2991
|
mail_params: mail_params,
|
|
3007
2992
|
params: params,
|
|
@@ -4086,23 +4071,12 @@ var lang_us = {
|
|
|
4086
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,
|
|
4087
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,
|
|
4088
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?",
|
|
4089
|
-
nice_choice_what_area_of_procrastination_would_you_like_to_work_on: nice_choice_what_area_of_procrastination_would_you_like_to_work_on
|
|
4090
|
-
check_in_and_1_1_questions: check_in_and_1_1_questions,
|
|
4091
|
-
create_quest: create_quest,
|
|
4092
|
-
total_quests: total_quests,
|
|
4093
|
-
change_to_previous_challenge: change_to_previous_challenge,
|
|
4094
|
-
change_to_next_challenge: change_to_next_challenge,
|
|
4095
|
-
sort_order: sort_order,
|
|
4096
|
-
quest_name: quest_name,
|
|
4097
|
-
challenge_upc: challenge_upc,
|
|
4098
|
-
source: source,
|
|
4099
|
-
request: request,
|
|
4100
|
-
edit_iep_template: edit_iep_template
|
|
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
|
|
4101
4075
|
};
|
|
4102
4076
|
|
|
4103
4077
|
var dashboard$1 = "Dashboard";
|
|
4104
4078
|
var user$1 = "User";
|
|
4105
|
-
var question_bank$1 = "Question
|
|
4079
|
+
var question_bank$1 = "Question bank";
|
|
4106
4080
|
var email_template$1 = "Email Template";
|
|
4107
4081
|
var custom_alert$1 = "Custom Alert";
|
|
4108
4082
|
var set_up$1 = "Set up";
|
|
@@ -4139,7 +4113,7 @@ var tooltip_content_conference_chart$1 = "The composite representation of indivi
|
|
|
4139
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.";
|
|
4140
4114
|
var tooltip_content_student_by_age_chart$1 = "The specific representation of students by gender and grade level at your school.";
|
|
4141
4115
|
var tooltip_content_students_by_designation$1 = "The composite representation of students by individual grades in your school with specific designations.";
|
|
4142
|
-
var total_1_to_1$1 = "Total 1-
|
|
4116
|
+
var total_1_to_1$1 = "Total 1-to-1";
|
|
4143
4117
|
var total_check_in$1 = "Total Check In";
|
|
4144
4118
|
var total_check_ins$1 = "Total Check Ins";
|
|
4145
4119
|
var total_1_to_1_time$1 = "Total 1-to-1 Time";
|
|
@@ -4150,7 +4124,7 @@ var create_user$1 = "Create user";
|
|
|
4150
4124
|
var edit_user$1 = "Edit user";
|
|
4151
4125
|
var change_password$1 = "Change password";
|
|
4152
4126
|
var type_something_to_search_by_user_name$1 = "Type something to search by user name";
|
|
4153
|
-
var total_of_users$1 = "Total
|
|
4127
|
+
var total_of_users$1 = "Total of users";
|
|
4154
4128
|
var name$1 = "Name";
|
|
4155
4129
|
var email$1 = "Email";
|
|
4156
4130
|
var age$1 = "Age";
|
|
@@ -4172,15 +4146,15 @@ var current_password$1 = "Current password";
|
|
|
4172
4146
|
var new_password$1 = "New password";
|
|
4173
4147
|
var confirm_password$1 = "Confirm password";
|
|
4174
4148
|
var save$1 = "Save";
|
|
4175
|
-
var type_something_to_search_question$1 = "Type something to search
|
|
4149
|
+
var type_something_to_search_question$1 = "Type something to search question";
|
|
4176
4150
|
var type_something_to_search_category$1 = "Type something to search category";
|
|
4177
|
-
var total_of_questions$1 = "Total
|
|
4151
|
+
var total_of_questions$1 = "Total questions";
|
|
4178
4152
|
var create_question$1 = "Create question";
|
|
4179
4153
|
var edit_question$1 = "Edit question";
|
|
4180
4154
|
var question_type$1 = "Question Type";
|
|
4181
4155
|
var category$1 = "Category";
|
|
4182
4156
|
var sub_category$1 = "Sub Category";
|
|
4183
|
-
var question_text$1 = "Question
|
|
4157
|
+
var question_text$1 = "Question text";
|
|
4184
4158
|
var text$1 = "Text";
|
|
4185
4159
|
var is_default_question_for_one_to_one$1 = "Is default question for one-to-one";
|
|
4186
4160
|
var default_question_for_students_or_teachers$1 = "Default question for students or teachers";
|
|
@@ -4189,7 +4163,7 @@ var default_question_general_for_students_or_teachers$1 = "Default question gene
|
|
|
4189
4163
|
var before_session$1 = "Before session";
|
|
4190
4164
|
var edit_custom_alert$1 = "Edit custom alert";
|
|
4191
4165
|
var create_custom_alert$1 = "Create custom alert";
|
|
4192
|
-
var total_of_custom_alert$1 = "Total
|
|
4166
|
+
var total_of_custom_alert$1 = "Total of custom alert";
|
|
4193
4167
|
var number_of_sessions$1 = "Number of sessions";
|
|
4194
4168
|
var number_of_students$1 = "Number of students";
|
|
4195
4169
|
var begin_date$1 = "Begin date";
|
|
@@ -4287,10 +4261,9 @@ var teacher_training$1 = "Teacher training";
|
|
|
4287
4261
|
var created_time$1 = "Create time";
|
|
4288
4262
|
var total_reflections$1 = "Total Reflections";
|
|
4289
4263
|
var student_training$1 = "Student training";
|
|
4290
|
-
var create_designation$1 = "Create
|
|
4291
|
-
var total_of_designation$1 = "Total
|
|
4264
|
+
var create_designation$1 = "Create Designation";
|
|
4265
|
+
var total_of_designation$1 = "Total of Designation";
|
|
4292
4266
|
var designations$1 = "Designations";
|
|
4293
|
-
var designations_lc$1 = "designations";
|
|
4294
4267
|
var edit_designation$1 = "Edit Designation";
|
|
4295
4268
|
var confirm$2 = "Confirm";
|
|
4296
4269
|
var hello$1 = "Hello";
|
|
@@ -4444,7 +4417,7 @@ var search_staff$1 = "Search staff";
|
|
|
4444
4417
|
var meeting_schedule$1 = "Meeting schedule";
|
|
4445
4418
|
var class_schedule$1 = "Class schedule";
|
|
4446
4419
|
var more_questions$1 = "More Questions";
|
|
4447
|
-
var conference_rubric$1 = "Conference
|
|
4420
|
+
var conference_rubric$1 = "Conference rubric";
|
|
4448
4421
|
var unlock$1 = "Unlock";
|
|
4449
4422
|
var before_clicking_submit$1 = "Before clicking submit";
|
|
4450
4423
|
var your_session_was$1 = "Your session was";
|
|
@@ -4481,7 +4454,7 @@ var teacher_email$1 = "Teacher Email";
|
|
|
4481
4454
|
var note_type_class$1 = "Note Type & Class";
|
|
4482
4455
|
var my_note$1 = "My Note";
|
|
4483
4456
|
var add_new_note$1 = "Add New Note";
|
|
4484
|
-
var all_category$1 = "All
|
|
4457
|
+
var all_category$1 = "All Category";
|
|
4485
4458
|
var personalized$1 = "Personalized";
|
|
4486
4459
|
var show_only_favorite$1 = "Show only favorite";
|
|
4487
4460
|
var search$1 = "Search";
|
|
@@ -4740,7 +4713,7 @@ var are_feeling_highly_stressed$1 = "are feeling highly stressed.";
|
|
|
4740
4713
|
var select_a_student_to_see_their_profile_and_learning_plan$1 = "Select a student to see their profile and learning plan";
|
|
4741
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";
|
|
4742
4715
|
var start$1 = "start";
|
|
4743
|
-
var teacher_reflection$1 = "Teacher
|
|
4716
|
+
var teacher_reflection$1 = "Teacher Reflection";
|
|
4744
4717
|
var notes$1 = "Notes";
|
|
4745
4718
|
var student_reflection$1 = "Student Reflections";
|
|
4746
4719
|
var view_latest_check_ins$1 = "View Latest Check Ins";
|
|
@@ -4860,15 +4833,15 @@ var export_to_csv$1 = "Export to CSV";
|
|
|
4860
4833
|
var user_list$1 = "User List";
|
|
4861
4834
|
var assign_student$1 = "Assign Student";
|
|
4862
4835
|
var one_to_one_question$1 = "OneToOne Question";
|
|
4863
|
-
var class_reflection_question$1 = "Class Reflection
|
|
4864
|
-
var conference_question$1 = "Conference
|
|
4836
|
+
var class_reflection_question$1 = "Class Reflection Question";
|
|
4837
|
+
var conference_question$1 = "Conference Question";
|
|
4865
4838
|
var actions$1 = "Actions";
|
|
4866
4839
|
var order$1 = "Order";
|
|
4867
4840
|
var user_for$1 = "User for";
|
|
4868
4841
|
var question_category$1 = "Question category";
|
|
4869
4842
|
var template_survey$1 = "Template Survey";
|
|
4870
4843
|
var total_of_category$1 = "Total of category";
|
|
4871
|
-
var create_template$1 = "Create
|
|
4844
|
+
var create_template$1 = "Create template";
|
|
4872
4845
|
var number_of_question$1 = "Number of question";
|
|
4873
4846
|
var mandatory$1 = "Mandatory";
|
|
4874
4847
|
var well_being$1 = "well-being";
|
|
@@ -5029,16 +5002,15 @@ var choose_file$1 = "Choose file";
|
|
|
5029
5002
|
var do_you_want_to_remove_this_question$1 = "Do you want to remove this question?";
|
|
5030
5003
|
var select$1 = "Select";
|
|
5031
5004
|
var do_you_want_to_remove_this_category$1 = "Do you want to remove this category?";
|
|
5032
|
-
var total_of_templates$1 = "Total
|
|
5005
|
+
var total_of_templates$1 = "Total of templates";
|
|
5033
5006
|
var template_name$1 = "Template name";
|
|
5034
5007
|
var category_name$1 = "Category name";
|
|
5035
5008
|
var created_date$1 = "Created date";
|
|
5036
5009
|
var do_you_want_to_remove_this_email_template$1 = "Do you want to remove this email template?";
|
|
5037
5010
|
var create_email_template$1 = "Create email template";
|
|
5038
|
-
var mail_subject$1 = "
|
|
5039
|
-
var
|
|
5040
|
-
var
|
|
5041
|
-
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";
|
|
5042
5014
|
var params$1 = "Params";
|
|
5043
5015
|
var meaning$1 = "Meaning";
|
|
5044
5016
|
var add_attachment$1 = "Add attachment";
|
|
@@ -5083,7 +5055,7 @@ var non_existent_users$1 = "Non-existent Users";
|
|
|
5083
5055
|
var type_something_to_search_users$1 = "Type something to search users";
|
|
5084
5056
|
var create_account_for_selected_users$1 = "Create Account for Selected Users";
|
|
5085
5057
|
var help$1 = "Help";
|
|
5086
|
-
var sandbox_mode$1 = "Sandbox
|
|
5058
|
+
var sandbox_mode$1 = "Sandbox mode";
|
|
5087
5059
|
var off$1 = "Off";
|
|
5088
5060
|
var restore_sandbox_database$1 = "Restore Sandbox Database";
|
|
5089
5061
|
var turn_on$1 = "Turn on";
|
|
@@ -5715,7 +5687,7 @@ var this_month$1 = "This month";
|
|
|
5715
5687
|
var male$1 = "Male";
|
|
5716
5688
|
var female$1 = "Female";
|
|
5717
5689
|
var type_something_to_search_students$1 = "Type something to search students";
|
|
5718
|
-
var assign_for_selected_students$1 = "Assign for
|
|
5690
|
+
var assign_for_selected_students$1 = "Assign for Selected Students";
|
|
5719
5691
|
var assistant_email$1 = "Assistant Email";
|
|
5720
5692
|
var counselor_email$1 = "Counselor Email";
|
|
5721
5693
|
var support_teacher_email$1 = "Support Teacher Email";
|
|
@@ -5847,7 +5819,7 @@ var did_you_bring_what_you_needed_for_this_class$1 = "Did you bring what you nee
|
|
|
5847
5819
|
var did_you_complete_all_the_classwork_for_today_s_class$1 = "Did you complete all the classwork for today’s class?";
|
|
5848
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?";
|
|
5849
5821
|
var do_you_have_any_missing_assignments_for_this_class$1 = "Do you have any missing assignments for this class?";
|
|
5850
|
-
var assign_bulk$1 = "Assign
|
|
5822
|
+
var assign_bulk$1 = "Assign Bulk";
|
|
5851
5823
|
var assign_bulk_student$1 = "Assign Bulk Student";
|
|
5852
5824
|
var instruction$1 = "Instruction";
|
|
5853
5825
|
var name_is_required$1 = "Name is required";
|
|
@@ -5856,7 +5828,7 @@ var instruction_is_required$1 = "Instruction is required";
|
|
|
5856
5828
|
var add_item$1 = "Add item";
|
|
5857
5829
|
var conference_rubric_items_is_empty$1 = "Conference rubric items is empty";
|
|
5858
5830
|
var blank_row_or_column$1 = "Blank row or column";
|
|
5859
|
-
var question_list$1 = "Question
|
|
5831
|
+
var question_list$1 = "Question list";
|
|
5860
5832
|
var question_is_required$1 = "Question is required";
|
|
5861
5833
|
var select_skill$1 = "Select skill";
|
|
5862
5834
|
var type_and_press_enter_to_add_new_row$1 = "Type and press Enter to add new row";
|
|
@@ -5917,16 +5889,16 @@ var accommodation_set$1 = "Accommodation Set";
|
|
|
5917
5889
|
var add_new_accommodation$1 = "Add new accommodation";
|
|
5918
5890
|
var print_my_accommodations$1 = "Print my accommodations";
|
|
5919
5891
|
var my_learning_progress$1 = "My Learning Progress";
|
|
5920
|
-
var inactive_students$1 = "
|
|
5892
|
+
var inactive_students$1 = "Inactive Students";
|
|
5921
5893
|
var responses_comparisons$1 = "Responses Comparisons";
|
|
5922
5894
|
var dropdown_and_verbal_questions_responses$1 = "Dropdown and Verbal Questions Responses";
|
|
5923
|
-
var mario_tools$1 = "MARIO
|
|
5895
|
+
var mario_tools$1 = "MARIO TOOLS";
|
|
5924
5896
|
var customize$1 = "Customize";
|
|
5925
5897
|
var techical_settings$1 = "Technical Settings";
|
|
5926
5898
|
var data_import_export$1 = "Data Import/Export";
|
|
5927
5899
|
var admin_general_tips$1 = "Admin General Tips";
|
|
5928
5900
|
var school_usage$1 = "School Usage";
|
|
5929
|
-
var total_conversations_time$1 = "Total
|
|
5901
|
+
var total_conversations_time$1 = "Total Conversations Time";
|
|
5930
5902
|
var total_class_reflections$1 = "Total Class Reflections";
|
|
5931
5903
|
var grade_usage$1 = "Grade Usage";
|
|
5932
5904
|
var total_conversations$1 = "Total Conversations";
|
|
@@ -6098,17 +6070,6 @@ var nice_choice_what_area_of_academics_would_you_like_to_work_on$1 = "Nice choic
|
|
|
6098
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?";
|
|
6099
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?";
|
|
6100
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?";
|
|
6101
|
-
var check_in_and_1_1_questions$1 = "Check-in and 1-1 Questions";
|
|
6102
|
-
var create_quest$1 = "Create quest";
|
|
6103
|
-
var total_quests$1 = "Total Quests";
|
|
6104
|
-
var change_to_previous_challenge$1 = "Change to previous challenge";
|
|
6105
|
-
var change_to_next_challenge$1 = "Change to next challenge";
|
|
6106
|
-
var sort_order$1 = "Sort Order";
|
|
6107
|
-
var quest_name$1 = "Quest Name";
|
|
6108
|
-
var challenge_upc$1 = "Challenge";
|
|
6109
|
-
var source$1 = "Source";
|
|
6110
|
-
var request$1 = "Request";
|
|
6111
|
-
var edit_iep_template$1 = "Edit IEP template";
|
|
6112
6073
|
var lang_uk = {
|
|
6113
6074
|
dashboard: dashboard$1,
|
|
6114
6075
|
user: user$1,
|
|
@@ -6301,7 +6262,6 @@ var lang_uk = {
|
|
|
6301
6262
|
create_designation: create_designation$1,
|
|
6302
6263
|
total_of_designation: total_of_designation$1,
|
|
6303
6264
|
designations: designations$1,
|
|
6304
|
-
designations_lc: designations_lc$1,
|
|
6305
6265
|
edit_designation: edit_designation$1,
|
|
6306
6266
|
confirm: confirm$2,
|
|
6307
6267
|
hello: hello$1,
|
|
@@ -7062,7 +7022,6 @@ var lang_uk = {
|
|
|
7062
7022
|
do_you_want_to_remove_this_email_template: do_you_want_to_remove_this_email_template$1,
|
|
7063
7023
|
create_email_template: create_email_template$1,
|
|
7064
7024
|
mail_subject: mail_subject$1,
|
|
7065
|
-
mail_subject_nm: mail_subject_nm$1,
|
|
7066
7025
|
mail_body: mail_body$1,
|
|
7067
7026
|
mail_params: mail_params$1,
|
|
7068
7027
|
params: params$1,
|
|
@@ -8146,18 +8105,7 @@ var lang_uk = {
|
|
|
8146
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,
|
|
8147
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,
|
|
8148
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?",
|
|
8149
|
-
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
|
|
8150
|
-
check_in_and_1_1_questions: check_in_and_1_1_questions$1,
|
|
8151
|
-
create_quest: create_quest$1,
|
|
8152
|
-
total_quests: total_quests$1,
|
|
8153
|
-
change_to_previous_challenge: change_to_previous_challenge$1,
|
|
8154
|
-
change_to_next_challenge: change_to_next_challenge$1,
|
|
8155
|
-
sort_order: sort_order$1,
|
|
8156
|
-
quest_name: quest_name$1,
|
|
8157
|
-
challenge_upc: challenge_upc$1,
|
|
8158
|
-
source: source$1,
|
|
8159
|
-
request: request$1,
|
|
8160
|
-
edit_iep_template: edit_iep_template$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
|
|
8161
8109
|
};
|
|
8162
8110
|
|
|
8163
8111
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -8349,7 +8297,6 @@ var student_training$2 = "تدريب الطلبة";
|
|
|
8349
8297
|
var create_designation$2 = "إنشاء تصنيف";
|
|
8350
8298
|
var total_of_designation$2 = "إجمالي التصنيفات";
|
|
8351
8299
|
var designations$2 = "التصنيفات";
|
|
8352
|
-
var designations_lc$2 = "التصنيفات";
|
|
8353
8300
|
var edit_designation$2 = "تعديل التصنيف";
|
|
8354
8301
|
var confirm$3 = "تأكيد";
|
|
8355
8302
|
var hello$2 = "مرحبًا";
|
|
@@ -9093,7 +9040,6 @@ var created_date$2 = "تاريخ الإنشاء";
|
|
|
9093
9040
|
var do_you_want_to_remove_this_email_template$2 = "هل تريد إزالة قالب البريد الإلكتروني هذا؟";
|
|
9094
9041
|
var create_email_template$2 = "إنشاء قالب للبريد الإلكتروني";
|
|
9095
9042
|
var mail_subject$2 = "موضوع البريد";
|
|
9096
|
-
var mail_subject_nm$2 = "موضوع البريد";
|
|
9097
9043
|
var mail_body$2 = "نص البريد";
|
|
9098
9044
|
var mail_params$2 = "معلمات البريد";
|
|
9099
9045
|
var params$2 = "المعلمات";
|
|
@@ -10190,17 +10136,6 @@ var nice_choice_what_area_of_academics_would_you_like_to_work_on$2 = "اختيا
|
|
|
10190
10136
|
var nice_choice_what_area_of_organization_would_you_like_to_work_on$2 = "اختيار جميل! في أي مجال من مجالات المنظمة تود العمل؟";
|
|
10191
10137
|
var nice_choice_what_area_of_focus_would_you_like_to_work_on$2 = "اختيار جميل! ما هو مجال التركيز الذي ترغب في العمل عليه؟";
|
|
10192
10138
|
var nice_choice_what_area_of_procrastination_would_you_like_to_work_on$2 = "اختيار جميل! ما هو مجال التسويف الذي ترغب في العمل فيه؟";
|
|
10193
|
-
var check_in_and_1_1_questions$2 = "تسجيل الوصول والأسئلة الفردية";
|
|
10194
|
-
var create_quest$2 = "إنشاء مهمة";
|
|
10195
|
-
var total_quests$2 = "مجموع المهام";
|
|
10196
|
-
var change_to_previous_challenge$2 = "التغيير إلى التحدي السابق";
|
|
10197
|
-
var change_to_next_challenge$2 = "الانتقال إلى التحدي التالي";
|
|
10198
|
-
var sort_order$2 = "ترتيب الفرز";
|
|
10199
|
-
var quest_name$2 = "اسم المهمة";
|
|
10200
|
-
var challenge_upc$2 = "تحدي";
|
|
10201
|
-
var source$2 = "مصدر";
|
|
10202
|
-
var request$2 = "طلب";
|
|
10203
|
-
var edit_iep_template$2 = "تعديل قالب IEP";
|
|
10204
10139
|
var lang_ar = {
|
|
10205
10140
|
dashboard: dashboard$2,
|
|
10206
10141
|
user: user$2,
|
|
@@ -10392,7 +10327,6 @@ var lang_ar = {
|
|
|
10392
10327
|
create_designation: create_designation$2,
|
|
10393
10328
|
total_of_designation: total_of_designation$2,
|
|
10394
10329
|
designations: designations$2,
|
|
10395
|
-
designations_lc: designations_lc$2,
|
|
10396
10330
|
edit_designation: edit_designation$2,
|
|
10397
10331
|
confirm: confirm$3,
|
|
10398
10332
|
hello: hello$2,
|
|
@@ -11151,7 +11085,6 @@ var lang_ar = {
|
|
|
11151
11085
|
do_you_want_to_remove_this_email_template: do_you_want_to_remove_this_email_template$2,
|
|
11152
11086
|
create_email_template: create_email_template$2,
|
|
11153
11087
|
mail_subject: mail_subject$2,
|
|
11154
|
-
mail_subject_nm: mail_subject_nm$2,
|
|
11155
11088
|
mail_body: mail_body$2,
|
|
11156
11089
|
mail_params: mail_params$2,
|
|
11157
11090
|
params: params$2,
|
|
@@ -12272,18 +12205,7 @@ var lang_ar = {
|
|
|
12272
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,
|
|
12273
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,
|
|
12274
12207
|
"nice_choice_what_area_of_self-advocacy_would_you_like_to_work_on": "اختيار جميل! ما هو مجال الدفاع عن النفس الذي ترغبين في العمل فيه؟",
|
|
12275
|
-
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
|
|
12276
|
-
check_in_and_1_1_questions: check_in_and_1_1_questions$2,
|
|
12277
|
-
create_quest: create_quest$2,
|
|
12278
|
-
total_quests: total_quests$2,
|
|
12279
|
-
change_to_previous_challenge: change_to_previous_challenge$2,
|
|
12280
|
-
change_to_next_challenge: change_to_next_challenge$2,
|
|
12281
|
-
sort_order: sort_order$2,
|
|
12282
|
-
quest_name: quest_name$2,
|
|
12283
|
-
challenge_upc: challenge_upc$2,
|
|
12284
|
-
source: source$2,
|
|
12285
|
-
request: request$2,
|
|
12286
|
-
edit_iep_template: edit_iep_template$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
|
|
12287
12209
|
};
|
|
12288
12210
|
|
|
12289
12211
|
var dashboard$3 = "Cuadro de mandos";
|
|
@@ -12475,7 +12397,6 @@ var student_training$3 = "Formación de alumnos";
|
|
|
12475
12397
|
var create_designation$3 = "Crear designación";
|
|
12476
12398
|
var total_of_designation$3 = "Total de Designación";
|
|
12477
12399
|
var designations$3 = "Designaciones";
|
|
12478
|
-
var designations_lc$3 = "Designaciones";
|
|
12479
12400
|
var edit_designation$3 = "Editar designación";
|
|
12480
12401
|
var confirm$4 = "Confirmar";
|
|
12481
12402
|
var hello$3 = "Hola";
|
|
@@ -13219,7 +13140,6 @@ var created_date$3 = "Fecha de creación";
|
|
|
13219
13140
|
var do_you_want_to_remove_this_email_template$3 = "¿Desea eliminar esta plantilla de correo electrónico?";
|
|
13220
13141
|
var create_email_template$3 = "Crear plantilla de correo";
|
|
13221
13142
|
var mail_subject$3 = "Asunto del correo";
|
|
13222
|
-
var mail_subject_nm$3 = "Asunto del correo";
|
|
13223
13143
|
var mail_body$3 = "Cuerpo del mensaje";
|
|
13224
13144
|
var mail_params$3 = "Parámetros de correo";
|
|
13225
13145
|
var params$3 = "Parámetros";
|
|
@@ -14316,17 +14236,6 @@ var nice_choice_what_area_of_academics_would_you_like_to_work_on$3 = "¡Chica Ni
|
|
|
14316
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?";
|
|
14317
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?";
|
|
14318
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?";
|
|
14319
|
-
var check_in_and_1_1_questions$3 = "Registro de entrada y preguntas individuales";
|
|
14320
|
-
var create_quest$3 = "Crear misión";
|
|
14321
|
-
var total_quests$3 = "Misiones totales";
|
|
14322
|
-
var change_to_previous_challenge$3 = "Cambiar al desafío anterior";
|
|
14323
|
-
var change_to_next_challenge$3 = "Cambiar al siguiente desafío";
|
|
14324
|
-
var sort_order$3 = "Orden de clasificación";
|
|
14325
|
-
var quest_name$3 = "Nombre de la misión";
|
|
14326
|
-
var challenge_upc$3 = "Desafío";
|
|
14327
|
-
var source$3 = "Fuente";
|
|
14328
|
-
var request$3 = "Pedido";
|
|
14329
|
-
var edit_iep_template$3 = "Editar plantilla de IEP";
|
|
14330
14239
|
var lang_es = {
|
|
14331
14240
|
dashboard: dashboard$3,
|
|
14332
14241
|
user: user$3,
|
|
@@ -14518,7 +14427,6 @@ var lang_es = {
|
|
|
14518
14427
|
create_designation: create_designation$3,
|
|
14519
14428
|
total_of_designation: total_of_designation$3,
|
|
14520
14429
|
designations: designations$3,
|
|
14521
|
-
designations_lc: designations_lc$3,
|
|
14522
14430
|
edit_designation: edit_designation$3,
|
|
14523
14431
|
confirm: confirm$4,
|
|
14524
14432
|
hello: hello$3,
|
|
@@ -15277,7 +15185,6 @@ var lang_es = {
|
|
|
15277
15185
|
do_you_want_to_remove_this_email_template: do_you_want_to_remove_this_email_template$3,
|
|
15278
15186
|
create_email_template: create_email_template$3,
|
|
15279
15187
|
mail_subject: mail_subject$3,
|
|
15280
|
-
mail_subject_nm: mail_subject_nm$3,
|
|
15281
15188
|
mail_body: mail_body$3,
|
|
15282
15189
|
mail_params: mail_params$3,
|
|
15283
15190
|
params: params$3,
|
|
@@ -16398,18 +16305,7 @@ var lang_es = {
|
|
|
16398
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,
|
|
16399
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,
|
|
16400
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?",
|
|
16401
|
-
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
|
|
16402
|
-
check_in_and_1_1_questions: check_in_and_1_1_questions$3,
|
|
16403
|
-
create_quest: create_quest$3,
|
|
16404
|
-
total_quests: total_quests$3,
|
|
16405
|
-
change_to_previous_challenge: change_to_previous_challenge$3,
|
|
16406
|
-
change_to_next_challenge: change_to_next_challenge$3,
|
|
16407
|
-
sort_order: sort_order$3,
|
|
16408
|
-
quest_name: quest_name$3,
|
|
16409
|
-
challenge_upc: challenge_upc$3,
|
|
16410
|
-
source: source$3,
|
|
16411
|
-
request: request$3,
|
|
16412
|
-
edit_iep_template: edit_iep_template$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
|
|
16413
16309
|
};
|
|
16414
16310
|
|
|
16415
16311
|
var dashboard$4 = "仪表板";
|
|
@@ -16601,7 +16497,6 @@ var student_training$4 = "学生培训";
|
|
|
16601
16497
|
var create_designation$4 = "创建指定";
|
|
16602
16498
|
var total_of_designation$4 = "指定总数";
|
|
16603
16499
|
var designations$4 = "指定";
|
|
16604
|
-
var designations_lc$4 = "指定";
|
|
16605
16500
|
var edit_designation$4 = "编辑指定";
|
|
16606
16501
|
var confirm$5 = "确认";
|
|
16607
16502
|
var hello$4 = "您好";
|
|
@@ -17345,7 +17240,6 @@ var created_date$4 = "创建日期";
|
|
|
17345
17240
|
var do_you_want_to_remove_this_email_template$4 = "是否要删除此电子邮件模板?";
|
|
17346
17241
|
var create_email_template$4 = "创建电子邮件模板";
|
|
17347
17242
|
var mail_subject$4 = "邮件主题";
|
|
17348
|
-
var mail_subject_nm$4 = "邮件主题";
|
|
17349
17243
|
var mail_body$4 = "邮件正文";
|
|
17350
17244
|
var mail_params$4 = "邮件参数";
|
|
17351
17245
|
var params$4 = "参数";
|
|
@@ -18442,17 +18336,6 @@ var nice_choice_what_area_of_academics_would_you_like_to_work_on$4 = "尼克·
|
|
|
18442
18336
|
var nice_choice_what_area_of_organization_would_you_like_to_work_on$4 = "尼克·奇克!让我看看,如果您正在安排,并且您有一个儿子,您有文件吗?";
|
|
18443
18337
|
var nice_choice_what_area_of_focus_would_you_like_to_work_on$4 = "不错的选择!您希望在哪个重点领域开展工作?";
|
|
18444
18338
|
var nice_choice_what_area_of_procrastination_would_you_like_to_work_on$4 = "尼克·奇克!我看看你是否有经纪人和一个有文件的儿子?";
|
|
18445
|
-
var check_in_and_1_1_questions$4 = "签到和一对一问答";
|
|
18446
|
-
var create_quest$4 = "创建任务";
|
|
18447
|
-
var total_quests$4 = "总任务数";
|
|
18448
|
-
var change_to_previous_challenge$4 = "更改为上一个挑战";
|
|
18449
|
-
var change_to_next_challenge$4 = "转到下一个挑战";
|
|
18450
|
-
var sort_order$4 = "排序顺序";
|
|
18451
|
-
var quest_name$4 = "任务名称";
|
|
18452
|
-
var challenge_upc$4 = "挑战";
|
|
18453
|
-
var source$4 = "来源";
|
|
18454
|
-
var request$4 = "要求";
|
|
18455
|
-
var edit_iep_template$4 = "编辑 IEP 模板";
|
|
18456
18339
|
var lang_zh = {
|
|
18457
18340
|
dashboard: dashboard$4,
|
|
18458
18341
|
user: user$4,
|
|
@@ -18644,7 +18527,6 @@ var lang_zh = {
|
|
|
18644
18527
|
create_designation: create_designation$4,
|
|
18645
18528
|
total_of_designation: total_of_designation$4,
|
|
18646
18529
|
designations: designations$4,
|
|
18647
|
-
designations_lc: designations_lc$4,
|
|
18648
18530
|
edit_designation: edit_designation$4,
|
|
18649
18531
|
confirm: confirm$5,
|
|
18650
18532
|
hello: hello$4,
|
|
@@ -19403,7 +19285,6 @@ var lang_zh = {
|
|
|
19403
19285
|
do_you_want_to_remove_this_email_template: do_you_want_to_remove_this_email_template$4,
|
|
19404
19286
|
create_email_template: create_email_template$4,
|
|
19405
19287
|
mail_subject: mail_subject$4,
|
|
19406
|
-
mail_subject_nm: mail_subject_nm$4,
|
|
19407
19288
|
mail_body: mail_body$4,
|
|
19408
19289
|
mail_params: mail_params$4,
|
|
19409
19290
|
params: params$4,
|
|
@@ -20524,18 +20405,7 @@ var lang_zh = {
|
|
|
20524
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,
|
|
20525
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,
|
|
20526
20407
|
"nice_choice_what_area_of_self-advocacy_would_you_like_to_work_on": "不错的选择!您想在哪个自我倡导领域开展工作?",
|
|
20527
|
-
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
|
|
20528
|
-
check_in_and_1_1_questions: check_in_and_1_1_questions$4,
|
|
20529
|
-
create_quest: create_quest$4,
|
|
20530
|
-
total_quests: total_quests$4,
|
|
20531
|
-
change_to_previous_challenge: change_to_previous_challenge$4,
|
|
20532
|
-
change_to_next_challenge: change_to_next_challenge$4,
|
|
20533
|
-
sort_order: sort_order$4,
|
|
20534
|
-
quest_name: quest_name$4,
|
|
20535
|
-
challenge_upc: challenge_upc$4,
|
|
20536
|
-
source: source$4,
|
|
20537
|
-
request: request$4,
|
|
20538
|
-
edit_iep_template: edit_iep_template$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
|
|
20539
20409
|
};
|
|
20540
20410
|
|
|
20541
20411
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|
|
@@ -41494,6 +41364,9 @@ var EmailTemplateDetail = function EmailTemplateDetail() {
|
|
|
41494
41364
|
var mailCategoryList = reactRedux.useSelector(function (state) {
|
|
41495
41365
|
return state.mailCategory.mailCategoryList;
|
|
41496
41366
|
});
|
|
41367
|
+
console.log({
|
|
41368
|
+
tinyMCEKey: tinyMCEKey
|
|
41369
|
+
});
|
|
41497
41370
|
return React__default.createElement(formik.Formik, {
|
|
41498
41371
|
initialValues: emailTemplateDetail,
|
|
41499
41372
|
enableReinitialize: true,
|
|
@@ -41517,10 +41390,7 @@ var EmailTemplateDetail = function EmailTemplateDetail() {
|
|
|
41517
41390
|
}, React__default.createElement(QuitPrompt, {
|
|
41518
41391
|
when: edited
|
|
41519
41392
|
}), React__default.createElement("h5", {
|
|
41520
|
-
className: "mb-2"
|
|
41521
|
-
style: {
|
|
41522
|
-
textTransform: 'capitalize'
|
|
41523
|
-
}
|
|
41393
|
+
className: "mb-2"
|
|
41524
41394
|
}, header), React__default.createElement(reactstrap.Row, {
|
|
41525
41395
|
className: "my-2"
|
|
41526
41396
|
}, React__default.createElement(reactstrap.Col, {
|
|
@@ -41528,7 +41398,7 @@ var EmailTemplateDetail = function EmailTemplateDetail() {
|
|
|
41528
41398
|
}, React__default.createElement(RequiredLabel$1, {
|
|
41529
41399
|
text: t("mail_subject")
|
|
41530
41400
|
}), React__default.createElement(reactstrap.Input, {
|
|
41531
|
-
placeholder: t("
|
|
41401
|
+
placeholder: t("mail_subject"),
|
|
41532
41402
|
name: "subject",
|
|
41533
41403
|
value: values.subject,
|
|
41534
41404
|
onChange: function onChange(e) {
|
|
@@ -48426,7 +48296,7 @@ var commonReducer = toolkit.createReducer(initialState, function (builder) {
|
|
|
48426
48296
|
}).addCase(setSandboxMode, function (state, action) {
|
|
48427
48297
|
state.isSandboxMode = action.payload;
|
|
48428
48298
|
}).addCase(initAmplitude, function (state, action) {
|
|
48429
|
-
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;
|
|
48430
48300
|
|
|
48431
48301
|
var hostName = window.location.hostname;
|
|
48432
48302
|
var eventProperties = {
|
|
@@ -48443,8 +48313,7 @@ var commonReducer = toolkit.createReducer(initialState, function (builder) {
|
|
|
48443
48313
|
event: action.payload.event,
|
|
48444
48314
|
domain: !!hostName ? hostName : "",
|
|
48445
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() : "",
|
|
48446
|
-
answer: !!((_action$payload14 = action.payload) !== null && _action$payload14 !== void 0 && _action$payload14.answer) ? action.payload.answer : ""
|
|
48447
|
-
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 : ""
|
|
48448
48317
|
};
|
|
48449
48318
|
state.amplitude = eventProperties;
|
|
48450
48319
|
});
|