mario-core 2.9.44-admin → 2.9.45-beta
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/components/Loading/LoadLanguage.d.ts +3 -0
- package/dist/index.css +34 -1
- package/dist/index.d.ts +4 -2
- package/dist/index.js +2147 -77
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2134 -78
- package/dist/index.modern.js.map +1 -1
- package/dist/lang/de.d.ts +4 -0
- package/dist/lang/en.d.ts +4 -0
- package/dist/layouts/TheLayout.d.ts +1 -0
- package/dist/redux/commons/action.d.ts +2 -0
- package/dist/utils/constants.d.ts +1 -1
- package/dist/utils/getTranslations.d.ts +2 -0
- package/dist/utils/translations.d.ts +3 -0
- package/package.json +3 -1
- package/dist/containers/Login/constant/type.d.ts +0 -5
- package/dist/containers/Login/views/ModelSelectRole.d.ts +0 -4
- package/dist/utils/amplitude.d.ts +0 -1
package/dist/index.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
2
2
|
|
|
3
3
|
require('bootstrap/dist/css/bootstrap.min.css');
|
|
4
|
+
var i18n = _interopDefault(require('i18next'));
|
|
5
|
+
var reactI18next = require('react-i18next');
|
|
4
6
|
var React = require('react');
|
|
5
7
|
var React__default = _interopDefault(React);
|
|
6
8
|
var reactstrap = require('reactstrap');
|
|
@@ -18,6 +20,7 @@ var react = require('@coreui/react');
|
|
|
18
20
|
var cg = require('react-icons/cg');
|
|
19
21
|
var ri = require('react-icons/ri');
|
|
20
22
|
var Pusher = _interopDefault(require('pusher-js/with-encryption'));
|
|
23
|
+
var bs = require('react-icons/bs');
|
|
21
24
|
var fa = require('react-icons/fa');
|
|
22
25
|
var dateFns = require('date-fns');
|
|
23
26
|
var tinymceReact = require('@tinymce/tinymce-react');
|
|
@@ -31,6 +34,1937 @@ require('react-notifications-component/dist/theme.css');
|
|
|
31
34
|
var ai = require('react-icons/ai');
|
|
32
35
|
var moment = _interopDefault(require('moment'));
|
|
33
36
|
|
|
37
|
+
var dashboard = "Dashboard";
|
|
38
|
+
var user = "User";
|
|
39
|
+
var question_bank = "Question bank";
|
|
40
|
+
var email_template = "Email template";
|
|
41
|
+
var custom_alert = "Custom alert";
|
|
42
|
+
var set_up = "Set up";
|
|
43
|
+
var media_gallery = "Media Gallery";
|
|
44
|
+
var district_school_list = "District school list";
|
|
45
|
+
var export_to_pdf = "Export to PDF";
|
|
46
|
+
var the_data_is_taken_from_the_home_screen = "The data is taken from the home screen";
|
|
47
|
+
var make_sure_everything_is_set_correctly_before_exporting = "Make sure everything is set correctly before exporting.";
|
|
48
|
+
var cancel = "Cancel";
|
|
49
|
+
var hey = "Hey";
|
|
50
|
+
var readiness_to_learn = "Readiness to Learn";
|
|
51
|
+
var high_impact_learning_strategies = "High Impact Learning Strategies";
|
|
52
|
+
var reflection = "Reflection";
|
|
53
|
+
var conferences = "Conferences";
|
|
54
|
+
var safety = "Safety";
|
|
55
|
+
var student_by_age = "Student by Age";
|
|
56
|
+
var students_by_designation = "Students by Designation";
|
|
57
|
+
var calendar = "Calendar";
|
|
58
|
+
var gender = "Gender";
|
|
59
|
+
var grade = "Grade";
|
|
60
|
+
var current_grade = "Current Grade";
|
|
61
|
+
var student_name = "Student name";
|
|
62
|
+
var teacher_name = "Teacher name";
|
|
63
|
+
var start_date = "Start Date";
|
|
64
|
+
var end_date = "End Date";
|
|
65
|
+
var tooltip_content_readiness_to_learn_chart = "The represenation of individual student responses to their own feelings of Energy, Focus, Happiness, Safety, and Stress at the time administered. Note that scores are set on a 1-100 scale with the exception of Stress which optimum stress is set at '0' to get a sense of High Stress vs Low Stress.";
|
|
66
|
+
var tooltip_content_high_impact_chart = "Both the composite of individual students reporting their perceived use of John Hattie's High Impact Learning Strategies measured against the actual application with a teacher in total.";
|
|
67
|
+
var tooltip_content_1_to_1_chart = "The composite results of the survey completed by individual students assessing their own perception of performance in the 6 key areas followed by 3 specific areas of well being over time.";
|
|
68
|
+
var tooltip_content_class_reflection_chart = "The result of surveys sent to any individual (external or internal) that connects with the student to assist in measuring the individual student's: Productivity, Happiness, Energy, Focus, and Stress over time.";
|
|
69
|
+
var tooltip_content_conference_chart = "The composite representation of individual aggregate scores located at the bottom of individual Conferences conducted between Teachers and Students over time. Note that scores of 'Not Applicable' do not get measured.";
|
|
70
|
+
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.";
|
|
71
|
+
var tooltip_content_student_by_age_chart = "The specific representation of students by gender and grade level at your school.";
|
|
72
|
+
var tooltip_content_students_by_designation = "The composite representation of students by individual grades in your school with specific designations.";
|
|
73
|
+
var total_1_to_1 = "Total 1-to-1";
|
|
74
|
+
var total_1_to_1_time = "Total 1-to-1 Time";
|
|
75
|
+
var total_conferences = "Total Conferences";
|
|
76
|
+
var total_conferences_time = "Total Conferences Time";
|
|
77
|
+
var total_class_reflection_check_ins = "Total Class Reflection Check-ins";
|
|
78
|
+
var create_user = "Create user";
|
|
79
|
+
var edit_user = "Edit user";
|
|
80
|
+
var change_password = "Change password";
|
|
81
|
+
var type_something_to_search_by_user_name = "Type something to search by user name";
|
|
82
|
+
var total_of_users = "Total of users";
|
|
83
|
+
var name = "Name";
|
|
84
|
+
var email = "Email";
|
|
85
|
+
var age = "Age";
|
|
86
|
+
var role = "Role";
|
|
87
|
+
var active_status = "Active status";
|
|
88
|
+
var action = "Action";
|
|
89
|
+
var Active = "Active";
|
|
90
|
+
var inactive = "Inactive";
|
|
91
|
+
var create = "Create";
|
|
92
|
+
var update = "Update";
|
|
93
|
+
var first_name = "First name";
|
|
94
|
+
var date_of_birth = "Date of birth";
|
|
95
|
+
var roles = "Roles";
|
|
96
|
+
var status = "Status";
|
|
97
|
+
var send_forgot_password_link = "Send forgot password link";
|
|
98
|
+
var download_user_data = "Download user data";
|
|
99
|
+
var current_password = "Current password";
|
|
100
|
+
var new_password = "New password";
|
|
101
|
+
var confirm_password = "Confirm password";
|
|
102
|
+
var save = "Save";
|
|
103
|
+
var type_something_to_search_question = "Type something to Search question";
|
|
104
|
+
var total_of_questions = "Total of questions";
|
|
105
|
+
var create_question = "Create question";
|
|
106
|
+
var edit_question = "Edit question";
|
|
107
|
+
var question_type = "Question Type";
|
|
108
|
+
var category = "Category";
|
|
109
|
+
var is_default_question_for_one_to_one = "Is default question for one-to-one";
|
|
110
|
+
var default_question_for_students_or_teachers = "Default question for students or teachers";
|
|
111
|
+
var is_default_question_general_class = "Is default question general class";
|
|
112
|
+
var default_question_general_for_students_or_teachers = "Default question general for students or teachers";
|
|
113
|
+
var before_session = "Before session";
|
|
114
|
+
var edit_custom_alert = "Edit custom alert";
|
|
115
|
+
var create_custom_alert = "Create custom alert";
|
|
116
|
+
var total_of_custom_alert = "Total of custom alert";
|
|
117
|
+
var number_of_sessions = "Number of sessions";
|
|
118
|
+
var number_of_students = "Number of students";
|
|
119
|
+
var begin_date = "Begin date";
|
|
120
|
+
var duration_days = "Duration (days)";
|
|
121
|
+
var students = "Students";
|
|
122
|
+
var create_skill = "Create skill";
|
|
123
|
+
var edit_skill = "Edit skill";
|
|
124
|
+
var total_of_skills = "Total of skills";
|
|
125
|
+
var description = "Description";
|
|
126
|
+
var skill = "skill";
|
|
127
|
+
var parent_category = "Parent category";
|
|
128
|
+
var edit_subject = "Edit subject";
|
|
129
|
+
var create_subject = "Create subject";
|
|
130
|
+
var total_of_subjects = "Total of subjects";
|
|
131
|
+
var color = "Color";
|
|
132
|
+
var create_learning_support_category = "Create learning support category";
|
|
133
|
+
var edit_learning_support_category = "Edit learning support category";
|
|
134
|
+
var create_category = "Create category";
|
|
135
|
+
var total_of_learning_support_categories = "Total of learning support categories";
|
|
136
|
+
var default_color = "Default Color";
|
|
137
|
+
var edit_strategy = "Edit strategy";
|
|
138
|
+
var create_strategy = "Create strategy";
|
|
139
|
+
var create_learning_strategy = "Create learning strategy";
|
|
140
|
+
var total_of_strategies = "Total of strategies";
|
|
141
|
+
var strategy_name = "Strategy name";
|
|
142
|
+
var question = "Question";
|
|
143
|
+
var detail = "Detail";
|
|
144
|
+
var strategy = "strategy";
|
|
145
|
+
var best_fit = "Best fit";
|
|
146
|
+
var create_goal_example = "Create goal example";
|
|
147
|
+
var edit_goal_example = "Edit goal example";
|
|
148
|
+
var total_of_goal_examples = "Total of goal examples";
|
|
149
|
+
var short_term_target_examples = "Short term target examples";
|
|
150
|
+
var goal_example = "goal example";
|
|
151
|
+
var edit_badge = "Edit badge";
|
|
152
|
+
var create_badge = "Create badge";
|
|
153
|
+
var total_of_badges = "Total of badges";
|
|
154
|
+
var icon = "Icon";
|
|
155
|
+
var badge = "badge";
|
|
156
|
+
var badge_image = "Badge image";
|
|
157
|
+
var edit_semester = "Edit semester";
|
|
158
|
+
var create_semester = "Create semester";
|
|
159
|
+
var update_school_break_month = "Update school break month";
|
|
160
|
+
var total_of_semesters = "Total of semesters";
|
|
161
|
+
var semester = "semester";
|
|
162
|
+
var breaking_month = "Breaking month";
|
|
163
|
+
var change_breaking_month = "Change breaking month";
|
|
164
|
+
var school_year_break_month = "School year break month";
|
|
165
|
+
var edit_blank_day = "Edit blank day";
|
|
166
|
+
var create_blank_day = "Create blank day";
|
|
167
|
+
var total_of_blank_days = "Total of blank days";
|
|
168
|
+
var start_time = "Start time";
|
|
169
|
+
var end_time = "End time";
|
|
170
|
+
var school_blank_day = "school blank day";
|
|
171
|
+
var edit_point = "Edit point";
|
|
172
|
+
var create_new_point = "Create new point";
|
|
173
|
+
var total_of_point = "Total of point";
|
|
174
|
+
var label = "Label";
|
|
175
|
+
var value = "Value";
|
|
176
|
+
var break_point = "Break point";
|
|
177
|
+
var update_break_point = "Update break point";
|
|
178
|
+
var maximum_number_of_admins = "Maximum number of admins";
|
|
179
|
+
var maximum_number_of_assistants = "Maximum number of assistants";
|
|
180
|
+
var maximum_number_of_students = "Maximum number of students";
|
|
181
|
+
var maximum_number_of_teachers = "Maximum number of teachers";
|
|
182
|
+
var request_to_this_plan = "Request to this plan";
|
|
183
|
+
var type_something_to_search_reflection_result = "Type something to search reflection result";
|
|
184
|
+
var user_deleted = "User deleted";
|
|
185
|
+
var export_user_data = "Export user data";
|
|
186
|
+
var alert_delete_user = "All data of this user will be permanently deleted from the system. Please export before continuing";
|
|
187
|
+
var delete_user = "Delete user";
|
|
188
|
+
var alert_delete_teacher = "A teacher must be selected before deleting this teacher. We will transfer the entire class and students to this teacher before deleting all of this teacher's data.";
|
|
189
|
+
var list_students = "List Students";
|
|
190
|
+
var student_email = "Student Email";
|
|
191
|
+
var current_teacher_name = "Current Teacher Name";
|
|
192
|
+
var current_teacher_email = "Current Teacher Email";
|
|
193
|
+
var change_save = "Change Save";
|
|
194
|
+
var select_teacher_change = "Select teacher change";
|
|
195
|
+
var current_assistant_name = "Current Assistant Name";
|
|
196
|
+
var current_assistant_email = "Current Assistant Email";
|
|
197
|
+
var remove_assistant = "Remove Assistant";
|
|
198
|
+
var switch_assistant = "Switch Assistant";
|
|
199
|
+
var select_assistant_change = "Select Assistant change";
|
|
200
|
+
var welcome_email_resend = "Welcome Email Re-send";
|
|
201
|
+
var send_for_selected_users = "Send for selected users";
|
|
202
|
+
var user_name = "User Name";
|
|
203
|
+
var user_email = "User Email";
|
|
204
|
+
var level = "Level";
|
|
205
|
+
var use_for = "Use for";
|
|
206
|
+
var teacher_training = "Teacher training";
|
|
207
|
+
var student_training = "Student training";
|
|
208
|
+
var create_destination = "Create Destination";
|
|
209
|
+
var total_of_designation = "Total of Designation";
|
|
210
|
+
var destinations = "Destinations";
|
|
211
|
+
var edit_destination = "Edit Destination";
|
|
212
|
+
var confirm = "Confirm";
|
|
213
|
+
var hello = "Hello";
|
|
214
|
+
var todays_1_1 = "Today’s 1-1";
|
|
215
|
+
var todays_Conferences = "Today’s Conferences";
|
|
216
|
+
var next_meeting = "Next Meeting";
|
|
217
|
+
var next_conference = "Next Conference";
|
|
218
|
+
var todays_schedule = "Today’s Schedule";
|
|
219
|
+
var action_points = "Action Points";
|
|
220
|
+
var upcoming = "Upcoming";
|
|
221
|
+
var see_all_action_points = "See all action points";
|
|
222
|
+
var add = "Add";
|
|
223
|
+
var edit_action_point = "Edit Action Point";
|
|
224
|
+
var add_action_point = "Add Action Point";
|
|
225
|
+
var title = "Title";
|
|
226
|
+
var type_title = "Type title";
|
|
227
|
+
var subject = "Subject";
|
|
228
|
+
var select_date = "Select date";
|
|
229
|
+
var date = "Date";
|
|
230
|
+
var select_time = "Select time";
|
|
231
|
+
var time = "Time";
|
|
232
|
+
var notification = "Notification";
|
|
233
|
+
var no_notification = "No notification";
|
|
234
|
+
var day = "Day";
|
|
235
|
+
var week = "Week";
|
|
236
|
+
var mark_as_done = "Mark as done";
|
|
237
|
+
var my_students = "My Students";
|
|
238
|
+
var download_template = "Download Template";
|
|
239
|
+
var import_csv = "Import CSV";
|
|
240
|
+
var add_new = "Add New";
|
|
241
|
+
var show_only_work_as_assistant = "Show only work as assistant";
|
|
242
|
+
var last_1_to_1 = "Last 1-TO-1";
|
|
243
|
+
var last_conference = "Last conference";
|
|
244
|
+
var total_time = "Total time";
|
|
245
|
+
var assistant_name = "Assistant Name";
|
|
246
|
+
var work_as_assistant = "Work as assistant";
|
|
247
|
+
var assign_assistant = "Assign Assistant";
|
|
248
|
+
var view = "View";
|
|
249
|
+
var history = "History";
|
|
250
|
+
var custom_recurrence = "Custom recurrence";
|
|
251
|
+
var repeat_every = "Repeat every";
|
|
252
|
+
var repeat_on = "Repeat on";
|
|
253
|
+
var never = "Never";
|
|
254
|
+
var on = "On";
|
|
255
|
+
var after = "After";
|
|
256
|
+
var pick_a_date = "Pick a date";
|
|
257
|
+
var apply = "Apply";
|
|
258
|
+
var new_1_to_1 = "New 1-to-1";
|
|
259
|
+
var do_you_want_to_talk_with_teacher = "Do you want to talk with teacher";
|
|
260
|
+
var start_now = "Start now";
|
|
261
|
+
var book_for_later = "Book for later";
|
|
262
|
+
var select_category = "Select category";
|
|
263
|
+
var search_question_category = "Search question category";
|
|
264
|
+
var no_question = "No question";
|
|
265
|
+
var select_question = "Select question";
|
|
266
|
+
var select_student = "Select student";
|
|
267
|
+
var select_date_time = "Select Date & Time";
|
|
268
|
+
var book_1_to_1 = "Book 1-to-1";
|
|
269
|
+
var schedule = "Schedule";
|
|
270
|
+
var sessions_are_booked_as_10_minute_slots = "Sessions are booked as 10 minute slots";
|
|
271
|
+
var does_not_reoccur = "Does not reoccur";
|
|
272
|
+
var time_must_be_between_8_am_and_6_pm = "Time must be between 8 AM and 6 PM";
|
|
273
|
+
var from = "From";
|
|
274
|
+
var to = "To";
|
|
275
|
+
var show_only_favorites = "Show only favorites";
|
|
276
|
+
var duration = "Duration";
|
|
277
|
+
var favorite = "Favorite";
|
|
278
|
+
var open = "Open";
|
|
279
|
+
var no_data = "No Data";
|
|
280
|
+
var schedule_detail = "Schedule Detail";
|
|
281
|
+
var are_you_sure_you_want_to_cancel_this_schedule = "Are you sure you want to Cancel this schedule?";
|
|
282
|
+
var completed_1_to_1 = "Completed 1-to-1";
|
|
283
|
+
var done = "Done";
|
|
284
|
+
var what_do_you_want_to_talk_about = "What do you want to talk about?";
|
|
285
|
+
var session_type = "Session Type";
|
|
286
|
+
var what_is_this_session_type = "What is this session type?";
|
|
287
|
+
var how_are_you_feeling_about_each_area_right_now = "How are you feeling about each area right now?";
|
|
288
|
+
var sleep_nutrition_exercise_physical_health_and_mental_health = "Sleep, nutrition, exercise, physical health, and mental health";
|
|
289
|
+
var goals_activities_habits_and_strategies = "Goals, activities, habits, and strategies";
|
|
290
|
+
var overall_how_are_you_feeling_today = "Overall, how are you feeling today?";
|
|
291
|
+
var what_is_your_level_of_pride_in_yourself_today = "What is your level of pride in yourself today?";
|
|
292
|
+
var how_are_you_feeling_today = "How are you feeling today?";
|
|
293
|
+
var how_much_did_you_learn_from_this_session = "How much did you learn from this session?";
|
|
294
|
+
var what_is_the_most_important_thing_you_learned_from_this_session = "What is the most important thing you learned from this session?";
|
|
295
|
+
var your_next_meeting = "Your next meeting";
|
|
296
|
+
var today_at = "Today at";
|
|
297
|
+
var choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later = "Choose if you want to do it now or if you would like to book for later";
|
|
298
|
+
var edit = "Edit";
|
|
299
|
+
var phone_number = "Phone number";
|
|
300
|
+
var second_phone_number = "Second phone number";
|
|
301
|
+
var health_note = "Health Note";
|
|
302
|
+
var address = "Address";
|
|
303
|
+
var mtss = "MTSS";
|
|
304
|
+
var note = "Note";
|
|
305
|
+
var no_schedule = "No Schedule";
|
|
306
|
+
var my_notes = "My Notes";
|
|
307
|
+
var private_note = "Private Note";
|
|
308
|
+
var goal_process = "Goal Process";
|
|
309
|
+
var view_all_goals = "View all goals";
|
|
310
|
+
var completed = "Completed";
|
|
311
|
+
var student_information = "Student Information";
|
|
312
|
+
var top_learning_strategies = "Top Learning Strategies";
|
|
313
|
+
var perceived_usage = "Perceived Usage";
|
|
314
|
+
var total_number_of_times_seleted = "Total Number of Times Seleted";
|
|
315
|
+
var energy = "Energy";
|
|
316
|
+
var focus = "Focus";
|
|
317
|
+
var happiness = "Happiness";
|
|
318
|
+
var stress = "Stress";
|
|
319
|
+
var one_to_one = "One To One";
|
|
320
|
+
var class_reflection = "Class Reflection";
|
|
321
|
+
var conference = "Conference";
|
|
322
|
+
var learning_progress = "Learning Progress";
|
|
323
|
+
var cant_export_now_please_try_again = "Can't export now. Please try again.";
|
|
324
|
+
var view_data = "View data";
|
|
325
|
+
var learning_strategies = "Learning Strategies";
|
|
326
|
+
var strategies = "Strategies";
|
|
327
|
+
var number_of_used = "Number of used";
|
|
328
|
+
var next = "Next";
|
|
329
|
+
var my_conferences = "My Conferencess";
|
|
330
|
+
var select_a_student_and_launch_a_new_conference_or_book_one_for_later = "Select a student and launch a new conference or book one for later.";
|
|
331
|
+
var you_have_no_student = "You have no student";
|
|
332
|
+
var this_is_a_required_field = "This is a required field";
|
|
333
|
+
var please_select_question_category = "Please select question category";
|
|
334
|
+
var book_conferences = "Book conferences";
|
|
335
|
+
var final_score = "Final score";
|
|
336
|
+
var new_conference = "New Conference";
|
|
337
|
+
var search_student = "Search student";
|
|
338
|
+
var meeting_schedule = "Meeting schedule";
|
|
339
|
+
var class_schedule = "Class schedule";
|
|
340
|
+
var more_questions = "More Questions";
|
|
341
|
+
var conference_rubric = "Conference rubric";
|
|
342
|
+
var unlock = "Unlock";
|
|
343
|
+
var before_clicking_submit = "Before clicking submit";
|
|
344
|
+
var your_session_was = "Your session was";
|
|
345
|
+
var mins = "mins";
|
|
346
|
+
var min = "min";
|
|
347
|
+
var submit = "Submit";
|
|
348
|
+
var are_you_sure_to_complete = "There are several questions you have not answered yet. Are you sure to complete?";
|
|
349
|
+
var be_sure_to_check_completed_all = "Be sure to check with your teacher that you have completed all that is required";
|
|
350
|
+
var teacher_choice = "Teacher choice";
|
|
351
|
+
var student_choice = "Student choice";
|
|
352
|
+
var agreement = "Agreement";
|
|
353
|
+
var personal_learning_plan = "Personal Learning Plan";
|
|
354
|
+
var personal_interests = "Personal Interests";
|
|
355
|
+
var allow_student_to_edit = "Allow student to edit";
|
|
356
|
+
var strengths_and_challenges = "Strengths and Challenges";
|
|
357
|
+
var significant_strengths = "Significant Strengths";
|
|
358
|
+
var strengths = "Strengths";
|
|
359
|
+
var challenges = "Challenges";
|
|
360
|
+
var significant_challenges = "Significant Challenges";
|
|
361
|
+
var how_my_teachers_can_help_me_learn = "How my teachers can help me learn";
|
|
362
|
+
var about_my_learning = "About My Learning";
|
|
363
|
+
var accommodations = "Accommodations";
|
|
364
|
+
var goals = "Goals";
|
|
365
|
+
var activity_circles = "Activity Circles";
|
|
366
|
+
var friend_circles = "Friend Circles";
|
|
367
|
+
var are_you_ready_to_learn = "Are you ready to learn?";
|
|
368
|
+
var class_schedules = "Class Schedules";
|
|
369
|
+
var add_class_schedule = "Add Class Schedule";
|
|
370
|
+
var class_date = "Class Date";
|
|
371
|
+
var class_name = "Class Name";
|
|
372
|
+
var day_period = "Day/Period";
|
|
373
|
+
var teacher_email = "Teacher Email";
|
|
374
|
+
var note_type_class = "Note Type & Class";
|
|
375
|
+
var my_note = "My Note";
|
|
376
|
+
var add_new_note = "Add New Note";
|
|
377
|
+
var all_category = "All Category";
|
|
378
|
+
var personalized = "Personalized";
|
|
379
|
+
var show_only_favorite = "Show only favorite";
|
|
380
|
+
var search = "Search";
|
|
381
|
+
var note_title = "Note title";
|
|
382
|
+
var student = "Student";
|
|
383
|
+
var note_detail = "Note Detail";
|
|
384
|
+
var mark_as_favorite = "Mark as favorite";
|
|
385
|
+
var type_a_note = "Type a note";
|
|
386
|
+
var please_select_student = "Please select student";
|
|
387
|
+
var settings = "Settings";
|
|
388
|
+
var save_changes = "Save changes";
|
|
389
|
+
var activity_notifications = "Activity Notifications";
|
|
390
|
+
var schedule_notifications = "Schedule Notifications";
|
|
391
|
+
var preschedule_notifications = "Preschedule Notifications";
|
|
392
|
+
var yes = "Yes";
|
|
393
|
+
var no = "No";
|
|
394
|
+
var email_notification = "Email Notification";
|
|
395
|
+
var send_me_email_notification = "Send me email notification";
|
|
396
|
+
var dont_send_me_email_notification = "Don’t send me email notification";
|
|
397
|
+
var type = "Type";
|
|
398
|
+
var teacher_request = "Teacher Request";
|
|
399
|
+
var student_request = "Student Request";
|
|
400
|
+
var overview = "Overview";
|
|
401
|
+
var plp = "PLP";
|
|
402
|
+
var my_student_1_to_1 = "My Student 1-to-1";
|
|
403
|
+
var my_student_conference = "My Student Conference";
|
|
404
|
+
var received_date = "Received Date";
|
|
405
|
+
var class_impact_score = "Class Impact Score";
|
|
406
|
+
var impact_score = "Impact Score";
|
|
407
|
+
var iep = "IEP";
|
|
408
|
+
var creator = "Creator";
|
|
409
|
+
var last_modify = "Last Modify";
|
|
410
|
+
var Modify = "Modify";
|
|
411
|
+
var student_reflections = "Student Reflections";
|
|
412
|
+
var external_reflection = "External Reflection";
|
|
413
|
+
var external_class_reflection = "External Class Reflection";
|
|
414
|
+
var reflections = "Reflections";
|
|
415
|
+
var class_reflections = "Class Reflections";
|
|
416
|
+
var add_reflection = "Add Reflection";
|
|
417
|
+
var add_class_reflection = "Add Class Reflection";
|
|
418
|
+
var class_type = "Class Type";
|
|
419
|
+
var teacher_image = "Teacher Image";
|
|
420
|
+
var send_to_teacher = "Send to Teacher";
|
|
421
|
+
var send_now = "Send Now";
|
|
422
|
+
var missed = "Missed";
|
|
423
|
+
var pending = "Pending";
|
|
424
|
+
var sent_date = "Sent Date";
|
|
425
|
+
var go_to_the_student_plp = "Go to the student's PLP";
|
|
426
|
+
var new_iep = "New IEP";
|
|
427
|
+
var edit_iep = "Edit IEP";
|
|
428
|
+
var type_of_iep = "Type of IEP";
|
|
429
|
+
var source_of_eligibility_forinitial = "Source of Eligibility (forinitial)";
|
|
430
|
+
var annual_goals = "Annual Goals";
|
|
431
|
+
var enter_a_date_range = "Enter a date range";
|
|
432
|
+
var add_objectives = "Add Objectives";
|
|
433
|
+
var add_goals = "Add Goals";
|
|
434
|
+
var day_month_year = "day/month/year";
|
|
435
|
+
var special_education = "Special Education";
|
|
436
|
+
var special_education_content = "The IEP must contain a statement of the special education and related services and supplementary aids and services to be provided to the child, or on behalf of the child. This section focuses on the first element: a statement of the special education that will be provided for the child.";
|
|
437
|
+
var objectives_and_reporting_progress = "Objectives and Reporting Progress";
|
|
438
|
+
var objectives_and_reporting_progress_content = "Each child's IEP must also contain a description of how his or her progress toward meeting the annual goals will be measured and when it will be reported to parents.";
|
|
439
|
+
var annual_goals_content = "Once a child's needs are identified, the IEP team works to develop appropriate goals to address those needs. Annual goals describe what the child is expected to do or learn within a 12-month period.";
|
|
440
|
+
var related_services = "Related Services";
|
|
441
|
+
var related_services_content = "To help a child with a disability benefit from special education, he or she may also need extra help in one area or another, such as speaking or moving. This additional help is called related services. Find out all about these critical services here.";
|
|
442
|
+
var supplementary_aids_and_services = "Supplementary Aids and Services";
|
|
443
|
+
var supplementary_aids_and_services_content = "Supplementary aids and services are intended to improve children’s access to learning and their participation across the spectrum of academic, extracurricular, and nonacademic activities and settings. The IEP team must determine what supplementary aids and services a child will need and specify them in the IEP.";
|
|
444
|
+
var program_modifications_for_school_personnel = "Program Modifications for School Personnel";
|
|
445
|
+
var program_modifications_for_school_personnel_content = "Also part of the IEP is identifying the program modifications or supports for school personnel that will be provided";
|
|
446
|
+
var extent_of_nonparticipation = "Extent of Nonparticipation";
|
|
447
|
+
var extent_of_nonparticipation_content = "The IEP must also include an explanation of the extent, if any, to which the child will not participate with nondisabled children in the regular class and in other school settings and activities.";
|
|
448
|
+
var accommodations_in_assessment = "Accommodations in Assessment";
|
|
449
|
+
var accommodations_in_assessment_content = "IDEA requires that students with disabilities take part in state or districtwide assessments. The IEP team must decide if the student needs accommodations in testing or another type of assessment entirely. In this component of the IEP, the team documents how the student will participate.";
|
|
450
|
+
var service_delivery = "Service Delivery";
|
|
451
|
+
var service_delivery_content = "When will the child begin to receive services? Where? How often? How long will a “session” last? Pesky details, but important to include in the IEP!";
|
|
452
|
+
var transition_planning = "Transition Planning";
|
|
453
|
+
var transition_planning_content = "Beginning no later than a student’s 16th birthday (and younger, if appropriate), the IEP must contain transition-related plans designed to help the student prepare for life after secondary school.";
|
|
454
|
+
var present_levels = "Present Levels";
|
|
455
|
+
var present_levels_content = "How is the child currently doing in school? How does the disability affect his or her performance in class? This type of information is captured in the “present levels” statement in the IEP.";
|
|
456
|
+
var signatures = "Signatures";
|
|
457
|
+
var iep_old_version_and_diagnostic_docs = "IEP old version and diagnostic docs";
|
|
458
|
+
var upload_file = "Upload File";
|
|
459
|
+
var add_interest = "Add Interest";
|
|
460
|
+
var upload_image = "Upload Image";
|
|
461
|
+
var supported_image_types = "Supported image types: PNG, JPEG, WEBPbbb";
|
|
462
|
+
var edit_interest = "Edit Interest";
|
|
463
|
+
var select_personal_interest_or_enter_personal_interest_here = "Select personal interest or enter personal interest here";
|
|
464
|
+
var add_note = "Add note";
|
|
465
|
+
var select_best_fit = "Select Best Fit";
|
|
466
|
+
var best_fits = "Best fits";
|
|
467
|
+
var select_strategies = "Select Strategies";
|
|
468
|
+
var selected_learning_strategies = "Selected Learning Strategies";
|
|
469
|
+
var do_you_want_to_delete_this_strengths_and_challenges = "Do you want to delete this strengths and challenges";
|
|
470
|
+
var add_new_item = "Add New Item";
|
|
471
|
+
var edit_item = "Edit Item";
|
|
472
|
+
var select_teaching_strategies = "Select Teaching Strategies";
|
|
473
|
+
var selected_teaching_strategies = "Selected Teaching Strategies";
|
|
474
|
+
var add_title = "Add title";
|
|
475
|
+
var my_learning = "My Learning";
|
|
476
|
+
var do_you_want_to_delete_this_about_my_learning = "Do you want to delete this about my learning";
|
|
477
|
+
var edit_my_learning = "Edit My Learning";
|
|
478
|
+
var add_my_learning = "Add My Learning";
|
|
479
|
+
var select_about_learning_or_enter_about_learning_here = "Select about learning or enter about learning here";
|
|
480
|
+
var accommodation = "Accommodation";
|
|
481
|
+
var all_categories = "All categories";
|
|
482
|
+
var do_you_want_to_delete_this_accommodation = "Do you want to delete this accommodation";
|
|
483
|
+
var edit_accommodation = "Edit Accommodation";
|
|
484
|
+
var add_accommodation = "Add Accommodation";
|
|
485
|
+
var all = "All";
|
|
486
|
+
var all_status = "All status";
|
|
487
|
+
var goal_type = "Goal Type";
|
|
488
|
+
var add_new_goal = "Add New Goal";
|
|
489
|
+
var goal_detail = "Goal Detail";
|
|
490
|
+
var select_status = "Select status";
|
|
491
|
+
var goal_baseline = "Goal Baseline";
|
|
492
|
+
var objective = "Objective";
|
|
493
|
+
var goal_details = "Goal Details";
|
|
494
|
+
var goals_type = "Goals Type";
|
|
495
|
+
var edit_goal_detail = "Edit Goal Detail";
|
|
496
|
+
var uploaded_files = "Uploaded Files";
|
|
497
|
+
var optional = "Optional";
|
|
498
|
+
var edit_baseline = "Edit Baseline";
|
|
499
|
+
var edit_friend = "Edit friend";
|
|
500
|
+
var add_friend = "Add friend";
|
|
501
|
+
var search_friend = "Search friend";
|
|
502
|
+
var friend_type = "Friend type";
|
|
503
|
+
var edit_activity = "Edit activity";
|
|
504
|
+
var add_activity = "Add activity";
|
|
505
|
+
var search_activity = "Search activity";
|
|
506
|
+
var activity = "Activity";
|
|
507
|
+
var activity_type = "Activity type";
|
|
508
|
+
var select_or_type_an_activity = "Select or type an activity";
|
|
509
|
+
var lang_us = {
|
|
510
|
+
dashboard: dashboard,
|
|
511
|
+
user: user,
|
|
512
|
+
question_bank: question_bank,
|
|
513
|
+
email_template: email_template,
|
|
514
|
+
custom_alert: custom_alert,
|
|
515
|
+
set_up: set_up,
|
|
516
|
+
media_gallery: media_gallery,
|
|
517
|
+
district_school_list: district_school_list,
|
|
518
|
+
export_to_pdf: export_to_pdf,
|
|
519
|
+
the_data_is_taken_from_the_home_screen: the_data_is_taken_from_the_home_screen,
|
|
520
|
+
make_sure_everything_is_set_correctly_before_exporting: make_sure_everything_is_set_correctly_before_exporting,
|
|
521
|
+
cancel: cancel,
|
|
522
|
+
hey: hey,
|
|
523
|
+
readiness_to_learn: readiness_to_learn,
|
|
524
|
+
high_impact_learning_strategies: high_impact_learning_strategies,
|
|
525
|
+
"1_to_1": "1 To 1",
|
|
526
|
+
reflection: reflection,
|
|
527
|
+
conferences: conferences,
|
|
528
|
+
safety: safety,
|
|
529
|
+
student_by_age: student_by_age,
|
|
530
|
+
students_by_designation: students_by_designation,
|
|
531
|
+
calendar: calendar,
|
|
532
|
+
gender: gender,
|
|
533
|
+
grade: grade,
|
|
534
|
+
current_grade: current_grade,
|
|
535
|
+
student_name: student_name,
|
|
536
|
+
teacher_name: teacher_name,
|
|
537
|
+
start_date: start_date,
|
|
538
|
+
end_date: end_date,
|
|
539
|
+
tooltip_content_readiness_to_learn_chart: tooltip_content_readiness_to_learn_chart,
|
|
540
|
+
tooltip_content_high_impact_chart: tooltip_content_high_impact_chart,
|
|
541
|
+
tooltip_content_1_to_1_chart: tooltip_content_1_to_1_chart,
|
|
542
|
+
tooltip_content_class_reflection_chart: tooltip_content_class_reflection_chart,
|
|
543
|
+
tooltip_content_conference_chart: tooltip_content_conference_chart,
|
|
544
|
+
tooltip_content_safety_chart: tooltip_content_safety_chart,
|
|
545
|
+
tooltip_content_student_by_age_chart: tooltip_content_student_by_age_chart,
|
|
546
|
+
tooltip_content_students_by_designation: tooltip_content_students_by_designation,
|
|
547
|
+
total_1_to_1: total_1_to_1,
|
|
548
|
+
total_1_to_1_time: total_1_to_1_time,
|
|
549
|
+
total_conferences: total_conferences,
|
|
550
|
+
total_conferences_time: total_conferences_time,
|
|
551
|
+
total_class_reflection_check_ins: total_class_reflection_check_ins,
|
|
552
|
+
create_user: create_user,
|
|
553
|
+
edit_user: edit_user,
|
|
554
|
+
change_password: change_password,
|
|
555
|
+
type_something_to_search_by_user_name: type_something_to_search_by_user_name,
|
|
556
|
+
total_of_users: total_of_users,
|
|
557
|
+
name: name,
|
|
558
|
+
email: email,
|
|
559
|
+
age: age,
|
|
560
|
+
role: role,
|
|
561
|
+
active_status: active_status,
|
|
562
|
+
action: action,
|
|
563
|
+
Active: Active,
|
|
564
|
+
inactive: inactive,
|
|
565
|
+
create: create,
|
|
566
|
+
update: update,
|
|
567
|
+
first_name: first_name,
|
|
568
|
+
date_of_birth: date_of_birth,
|
|
569
|
+
"Last name": "Last name",
|
|
570
|
+
roles: roles,
|
|
571
|
+
status: status,
|
|
572
|
+
send_forgot_password_link: send_forgot_password_link,
|
|
573
|
+
download_user_data: download_user_data,
|
|
574
|
+
current_password: current_password,
|
|
575
|
+
new_password: new_password,
|
|
576
|
+
confirm_password: confirm_password,
|
|
577
|
+
save: save,
|
|
578
|
+
type_something_to_search_question: type_something_to_search_question,
|
|
579
|
+
total_of_questions: total_of_questions,
|
|
580
|
+
create_question: create_question,
|
|
581
|
+
edit_question: edit_question,
|
|
582
|
+
question_type: question_type,
|
|
583
|
+
category: category,
|
|
584
|
+
"Question text": "Question text",
|
|
585
|
+
is_default_question_for_one_to_one: is_default_question_for_one_to_one,
|
|
586
|
+
default_question_for_students_or_teachers: default_question_for_students_or_teachers,
|
|
587
|
+
is_default_question_general_class: is_default_question_general_class,
|
|
588
|
+
default_question_general_for_students_or_teachers: default_question_general_for_students_or_teachers,
|
|
589
|
+
before_session: before_session,
|
|
590
|
+
edit_custom_alert: edit_custom_alert,
|
|
591
|
+
create_custom_alert: create_custom_alert,
|
|
592
|
+
total_of_custom_alert: total_of_custom_alert,
|
|
593
|
+
number_of_sessions: number_of_sessions,
|
|
594
|
+
number_of_students: number_of_students,
|
|
595
|
+
begin_date: begin_date,
|
|
596
|
+
duration_days: duration_days,
|
|
597
|
+
students: students,
|
|
598
|
+
create_skill: create_skill,
|
|
599
|
+
edit_skill: edit_skill,
|
|
600
|
+
total_of_skills: total_of_skills,
|
|
601
|
+
description: description,
|
|
602
|
+
skill: skill,
|
|
603
|
+
parent_category: parent_category,
|
|
604
|
+
edit_subject: edit_subject,
|
|
605
|
+
create_subject: create_subject,
|
|
606
|
+
total_of_subjects: total_of_subjects,
|
|
607
|
+
color: color,
|
|
608
|
+
create_learning_support_category: create_learning_support_category,
|
|
609
|
+
edit_learning_support_category: edit_learning_support_category,
|
|
610
|
+
create_category: create_category,
|
|
611
|
+
total_of_learning_support_categories: total_of_learning_support_categories,
|
|
612
|
+
default_color: default_color,
|
|
613
|
+
edit_strategy: edit_strategy,
|
|
614
|
+
create_strategy: create_strategy,
|
|
615
|
+
create_learning_strategy: create_learning_strategy,
|
|
616
|
+
total_of_strategies: total_of_strategies,
|
|
617
|
+
strategy_name: strategy_name,
|
|
618
|
+
question: question,
|
|
619
|
+
detail: detail,
|
|
620
|
+
strategy: strategy,
|
|
621
|
+
best_fit: best_fit,
|
|
622
|
+
create_goal_example: create_goal_example,
|
|
623
|
+
edit_goal_example: edit_goal_example,
|
|
624
|
+
total_of_goal_examples: total_of_goal_examples,
|
|
625
|
+
short_term_target_examples: short_term_target_examples,
|
|
626
|
+
goal_example: goal_example,
|
|
627
|
+
edit_badge: edit_badge,
|
|
628
|
+
create_badge: create_badge,
|
|
629
|
+
total_of_badges: total_of_badges,
|
|
630
|
+
icon: icon,
|
|
631
|
+
badge: badge,
|
|
632
|
+
badge_image: badge_image,
|
|
633
|
+
edit_semester: edit_semester,
|
|
634
|
+
create_semester: create_semester,
|
|
635
|
+
update_school_break_month: update_school_break_month,
|
|
636
|
+
total_of_semesters: total_of_semesters,
|
|
637
|
+
semester: semester,
|
|
638
|
+
breaking_month: breaking_month,
|
|
639
|
+
change_breaking_month: change_breaking_month,
|
|
640
|
+
school_year_break_month: school_year_break_month,
|
|
641
|
+
edit_blank_day: edit_blank_day,
|
|
642
|
+
create_blank_day: create_blank_day,
|
|
643
|
+
total_of_blank_days: total_of_blank_days,
|
|
644
|
+
start_time: start_time,
|
|
645
|
+
end_time: end_time,
|
|
646
|
+
school_blank_day: school_blank_day,
|
|
647
|
+
edit_point: edit_point,
|
|
648
|
+
create_new_point: create_new_point,
|
|
649
|
+
total_of_point: total_of_point,
|
|
650
|
+
label: label,
|
|
651
|
+
value: value,
|
|
652
|
+
break_point: break_point,
|
|
653
|
+
update_break_point: update_break_point,
|
|
654
|
+
maximum_number_of_admins: maximum_number_of_admins,
|
|
655
|
+
maximum_number_of_assistants: maximum_number_of_assistants,
|
|
656
|
+
maximum_number_of_students: maximum_number_of_students,
|
|
657
|
+
maximum_number_of_teachers: maximum_number_of_teachers,
|
|
658
|
+
request_to_this_plan: request_to_this_plan,
|
|
659
|
+
type_something_to_search_reflection_result: type_something_to_search_reflection_result,
|
|
660
|
+
user_deleted: user_deleted,
|
|
661
|
+
export_user_data: export_user_data,
|
|
662
|
+
alert_delete_user: alert_delete_user,
|
|
663
|
+
delete_user: delete_user,
|
|
664
|
+
alert_delete_teacher: alert_delete_teacher,
|
|
665
|
+
list_students: list_students,
|
|
666
|
+
student_email: student_email,
|
|
667
|
+
current_teacher_name: current_teacher_name,
|
|
668
|
+
current_teacher_email: current_teacher_email,
|
|
669
|
+
change_save: change_save,
|
|
670
|
+
select_teacher_change: select_teacher_change,
|
|
671
|
+
current_assistant_name: current_assistant_name,
|
|
672
|
+
current_assistant_email: current_assistant_email,
|
|
673
|
+
remove_assistant: remove_assistant,
|
|
674
|
+
switch_assistant: switch_assistant,
|
|
675
|
+
select_assistant_change: select_assistant_change,
|
|
676
|
+
welcome_email_resend: welcome_email_resend,
|
|
677
|
+
send_for_selected_users: send_for_selected_users,
|
|
678
|
+
user_name: user_name,
|
|
679
|
+
user_email: user_email,
|
|
680
|
+
level: level,
|
|
681
|
+
use_for: use_for,
|
|
682
|
+
teacher_training: teacher_training,
|
|
683
|
+
student_training: student_training,
|
|
684
|
+
create_destination: create_destination,
|
|
685
|
+
total_of_designation: total_of_designation,
|
|
686
|
+
destinations: destinations,
|
|
687
|
+
edit_destination: edit_destination,
|
|
688
|
+
confirm: confirm,
|
|
689
|
+
hello: hello,
|
|
690
|
+
todays_1_1: todays_1_1,
|
|
691
|
+
todays_Conferences: todays_Conferences,
|
|
692
|
+
next_meeting: next_meeting,
|
|
693
|
+
next_conference: next_conference,
|
|
694
|
+
todays_schedule: todays_schedule,
|
|
695
|
+
action_points: action_points,
|
|
696
|
+
upcoming: upcoming,
|
|
697
|
+
see_all_action_points: see_all_action_points,
|
|
698
|
+
add: add,
|
|
699
|
+
edit_action_point: edit_action_point,
|
|
700
|
+
add_action_point: add_action_point,
|
|
701
|
+
title: title,
|
|
702
|
+
type_title: type_title,
|
|
703
|
+
subject: subject,
|
|
704
|
+
"class": "Class",
|
|
705
|
+
select_date: select_date,
|
|
706
|
+
date: date,
|
|
707
|
+
select_time: select_time,
|
|
708
|
+
time: time,
|
|
709
|
+
notification: notification,
|
|
710
|
+
no_notification: no_notification,
|
|
711
|
+
day: day,
|
|
712
|
+
week: week,
|
|
713
|
+
mark_as_done: mark_as_done,
|
|
714
|
+
"delete": "Delete",
|
|
715
|
+
my_students: my_students,
|
|
716
|
+
download_template: download_template,
|
|
717
|
+
import_csv: import_csv,
|
|
718
|
+
add_new: add_new,
|
|
719
|
+
show_only_work_as_assistant: show_only_work_as_assistant,
|
|
720
|
+
last_1_to_1: last_1_to_1,
|
|
721
|
+
last_conference: last_conference,
|
|
722
|
+
total_time: total_time,
|
|
723
|
+
assistant_name: assistant_name,
|
|
724
|
+
work_as_assistant: work_as_assistant,
|
|
725
|
+
assign_assistant: assign_assistant,
|
|
726
|
+
view: view,
|
|
727
|
+
history: history,
|
|
728
|
+
custom_recurrence: custom_recurrence,
|
|
729
|
+
repeat_every: repeat_every,
|
|
730
|
+
repeat_on: repeat_on,
|
|
731
|
+
never: never,
|
|
732
|
+
on: on,
|
|
733
|
+
after: after,
|
|
734
|
+
pick_a_date: pick_a_date,
|
|
735
|
+
apply: apply,
|
|
736
|
+
new_1_to_1: new_1_to_1,
|
|
737
|
+
do_you_want_to_talk_with_teacher: do_you_want_to_talk_with_teacher,
|
|
738
|
+
start_now: start_now,
|
|
739
|
+
book_for_later: book_for_later,
|
|
740
|
+
select_category: select_category,
|
|
741
|
+
search_question_category: search_question_category,
|
|
742
|
+
no_question: no_question,
|
|
743
|
+
select_question: select_question,
|
|
744
|
+
select_student: select_student,
|
|
745
|
+
select_date_time: select_date_time,
|
|
746
|
+
book_1_to_1: book_1_to_1,
|
|
747
|
+
schedule: schedule,
|
|
748
|
+
sessions_are_booked_as_10_minute_slots: sessions_are_booked_as_10_minute_slots,
|
|
749
|
+
does_not_reoccur: does_not_reoccur,
|
|
750
|
+
time_must_be_between_8_am_and_6_pm: time_must_be_between_8_am_and_6_pm,
|
|
751
|
+
from: from,
|
|
752
|
+
to: to,
|
|
753
|
+
show_only_favorites: show_only_favorites,
|
|
754
|
+
duration: duration,
|
|
755
|
+
favorite: favorite,
|
|
756
|
+
open: open,
|
|
757
|
+
no_data: no_data,
|
|
758
|
+
schedule_detail: schedule_detail,
|
|
759
|
+
are_you_sure_you_want_to_cancel_this_schedule: are_you_sure_you_want_to_cancel_this_schedule,
|
|
760
|
+
completed_1_to_1: completed_1_to_1,
|
|
761
|
+
done: done,
|
|
762
|
+
what_do_you_want_to_talk_about: what_do_you_want_to_talk_about,
|
|
763
|
+
session_type: session_type,
|
|
764
|
+
what_is_this_session_type: what_is_this_session_type,
|
|
765
|
+
how_are_you_feeling_about_each_area_right_now: how_are_you_feeling_about_each_area_right_now,
|
|
766
|
+
sleep_nutrition_exercise_physical_health_and_mental_health: sleep_nutrition_exercise_physical_health_and_mental_health,
|
|
767
|
+
goals_activities_habits_and_strategies: goals_activities_habits_and_strategies,
|
|
768
|
+
overall_how_are_you_feeling_today: overall_how_are_you_feeling_today,
|
|
769
|
+
what_is_your_level_of_pride_in_yourself_today: what_is_your_level_of_pride_in_yourself_today,
|
|
770
|
+
how_are_you_feeling_today: how_are_you_feeling_today,
|
|
771
|
+
how_much_did_you_learn_from_this_session: how_much_did_you_learn_from_this_session,
|
|
772
|
+
what_is_the_most_important_thing_you_learned_from_this_session: what_is_the_most_important_thing_you_learned_from_this_session,
|
|
773
|
+
your_next_meeting: your_next_meeting,
|
|
774
|
+
today_at: today_at,
|
|
775
|
+
choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later: choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later,
|
|
776
|
+
edit: edit,
|
|
777
|
+
phone_number: phone_number,
|
|
778
|
+
second_phone_number: second_phone_number,
|
|
779
|
+
health_note: health_note,
|
|
780
|
+
address: address,
|
|
781
|
+
mtss: mtss,
|
|
782
|
+
note: note,
|
|
783
|
+
no_schedule: no_schedule,
|
|
784
|
+
my_notes: my_notes,
|
|
785
|
+
private_note: private_note,
|
|
786
|
+
goal_process: goal_process,
|
|
787
|
+
view_all_goals: view_all_goals,
|
|
788
|
+
completed: completed,
|
|
789
|
+
student_information: student_information,
|
|
790
|
+
top_learning_strategies: top_learning_strategies,
|
|
791
|
+
perceived_usage: perceived_usage,
|
|
792
|
+
total_number_of_times_seleted: total_number_of_times_seleted,
|
|
793
|
+
energy: energy,
|
|
794
|
+
focus: focus,
|
|
795
|
+
happiness: happiness,
|
|
796
|
+
stress: stress,
|
|
797
|
+
one_to_one: one_to_one,
|
|
798
|
+
class_reflection: class_reflection,
|
|
799
|
+
conference: conference,
|
|
800
|
+
learning_progress: learning_progress,
|
|
801
|
+
cant_export_now_please_try_again: cant_export_now_please_try_again,
|
|
802
|
+
view_data: view_data,
|
|
803
|
+
learning_strategies: learning_strategies,
|
|
804
|
+
strategies: strategies,
|
|
805
|
+
number_of_used: number_of_used,
|
|
806
|
+
next: next,
|
|
807
|
+
my_conferences: my_conferences,
|
|
808
|
+
select_a_student_and_launch_a_new_conference_or_book_one_for_later: select_a_student_and_launch_a_new_conference_or_book_one_for_later,
|
|
809
|
+
you_have_no_student: you_have_no_student,
|
|
810
|
+
this_is_a_required_field: this_is_a_required_field,
|
|
811
|
+
please_select_question_category: please_select_question_category,
|
|
812
|
+
book_conferences: book_conferences,
|
|
813
|
+
final_score: final_score,
|
|
814
|
+
new_conference: new_conference,
|
|
815
|
+
search_student: search_student,
|
|
816
|
+
"1_1_conversation": "1-1 Conversation",
|
|
817
|
+
meeting_schedule: meeting_schedule,
|
|
818
|
+
class_schedule: class_schedule,
|
|
819
|
+
more_questions: more_questions,
|
|
820
|
+
conference_rubric: conference_rubric,
|
|
821
|
+
unlock: unlock,
|
|
822
|
+
before_clicking_submit: before_clicking_submit,
|
|
823
|
+
your_session_was: your_session_was,
|
|
824
|
+
mins: mins,
|
|
825
|
+
min: min,
|
|
826
|
+
submit: submit,
|
|
827
|
+
are_you_sure_to_complete: are_you_sure_to_complete,
|
|
828
|
+
be_sure_to_check_completed_all: be_sure_to_check_completed_all,
|
|
829
|
+
teacher_choice: teacher_choice,
|
|
830
|
+
student_choice: student_choice,
|
|
831
|
+
agreement: agreement,
|
|
832
|
+
personal_learning_plan: personal_learning_plan,
|
|
833
|
+
personal_interests: personal_interests,
|
|
834
|
+
allow_student_to_edit: allow_student_to_edit,
|
|
835
|
+
strengths_and_challenges: strengths_and_challenges,
|
|
836
|
+
significant_strengths: significant_strengths,
|
|
837
|
+
strengths: strengths,
|
|
838
|
+
challenges: challenges,
|
|
839
|
+
significant_challenges: significant_challenges,
|
|
840
|
+
how_my_teachers_can_help_me_learn: how_my_teachers_can_help_me_learn,
|
|
841
|
+
about_my_learning: about_my_learning,
|
|
842
|
+
accommodations: accommodations,
|
|
843
|
+
goals: goals,
|
|
844
|
+
activity_circles: activity_circles,
|
|
845
|
+
friend_circles: friend_circles,
|
|
846
|
+
are_you_ready_to_learn: are_you_ready_to_learn,
|
|
847
|
+
class_schedules: class_schedules,
|
|
848
|
+
add_class_schedule: add_class_schedule,
|
|
849
|
+
class_date: class_date,
|
|
850
|
+
class_name: class_name,
|
|
851
|
+
day_period: day_period,
|
|
852
|
+
teacher_email: teacher_email,
|
|
853
|
+
note_type_class: note_type_class,
|
|
854
|
+
my_note: my_note,
|
|
855
|
+
add_new_note: add_new_note,
|
|
856
|
+
all_category: all_category,
|
|
857
|
+
personalized: personalized,
|
|
858
|
+
show_only_favorite: show_only_favorite,
|
|
859
|
+
search: search,
|
|
860
|
+
note_title: note_title,
|
|
861
|
+
student: student,
|
|
862
|
+
note_detail: note_detail,
|
|
863
|
+
mark_as_favorite: mark_as_favorite,
|
|
864
|
+
type_a_note: type_a_note,
|
|
865
|
+
please_select_student: please_select_student,
|
|
866
|
+
settings: settings,
|
|
867
|
+
save_changes: save_changes,
|
|
868
|
+
activity_notifications: activity_notifications,
|
|
869
|
+
schedule_notifications: schedule_notifications,
|
|
870
|
+
preschedule_notifications: preschedule_notifications,
|
|
871
|
+
yes: yes,
|
|
872
|
+
no: no,
|
|
873
|
+
email_notification: email_notification,
|
|
874
|
+
send_me_email_notification: send_me_email_notification,
|
|
875
|
+
dont_send_me_email_notification: dont_send_me_email_notification,
|
|
876
|
+
type: type,
|
|
877
|
+
teacher_request: teacher_request,
|
|
878
|
+
student_request: student_request,
|
|
879
|
+
overview: overview,
|
|
880
|
+
plp: plp,
|
|
881
|
+
my_student_1_to_1: my_student_1_to_1,
|
|
882
|
+
my_student_conference: my_student_conference,
|
|
883
|
+
received_date: received_date,
|
|
884
|
+
class_impact_score: class_impact_score,
|
|
885
|
+
impact_score: impact_score,
|
|
886
|
+
iep: iep,
|
|
887
|
+
"1_to_1_conversation": "1-to-1 Conversation",
|
|
888
|
+
creator: creator,
|
|
889
|
+
last_modify: last_modify,
|
|
890
|
+
Modify: Modify,
|
|
891
|
+
student_reflections: student_reflections,
|
|
892
|
+
external_reflection: external_reflection,
|
|
893
|
+
external_class_reflection: external_class_reflection,
|
|
894
|
+
reflections: reflections,
|
|
895
|
+
class_reflections: class_reflections,
|
|
896
|
+
add_reflection: add_reflection,
|
|
897
|
+
add_class_reflection: add_class_reflection,
|
|
898
|
+
class_type: class_type,
|
|
899
|
+
teacher_image: teacher_image,
|
|
900
|
+
send_to_teacher: send_to_teacher,
|
|
901
|
+
send_now: send_now,
|
|
902
|
+
missed: missed,
|
|
903
|
+
pending: pending,
|
|
904
|
+
sent_date: sent_date,
|
|
905
|
+
go_to_the_student_plp: go_to_the_student_plp,
|
|
906
|
+
new_iep: new_iep,
|
|
907
|
+
edit_iep: edit_iep,
|
|
908
|
+
type_of_iep: type_of_iep,
|
|
909
|
+
source_of_eligibility_forinitial: source_of_eligibility_forinitial,
|
|
910
|
+
annual_goals: annual_goals,
|
|
911
|
+
enter_a_date_range: enter_a_date_range,
|
|
912
|
+
add_objectives: add_objectives,
|
|
913
|
+
add_goals: add_goals,
|
|
914
|
+
day_month_year: day_month_year,
|
|
915
|
+
special_education: special_education,
|
|
916
|
+
special_education_content: special_education_content,
|
|
917
|
+
objectives_and_reporting_progress: objectives_and_reporting_progress,
|
|
918
|
+
objectives_and_reporting_progress_content: objectives_and_reporting_progress_content,
|
|
919
|
+
annual_goals_content: annual_goals_content,
|
|
920
|
+
related_services: related_services,
|
|
921
|
+
related_services_content: related_services_content,
|
|
922
|
+
supplementary_aids_and_services: supplementary_aids_and_services,
|
|
923
|
+
supplementary_aids_and_services_content: supplementary_aids_and_services_content,
|
|
924
|
+
program_modifications_for_school_personnel: program_modifications_for_school_personnel,
|
|
925
|
+
program_modifications_for_school_personnel_content: program_modifications_for_school_personnel_content,
|
|
926
|
+
extent_of_nonparticipation: extent_of_nonparticipation,
|
|
927
|
+
extent_of_nonparticipation_content: extent_of_nonparticipation_content,
|
|
928
|
+
accommodations_in_assessment: accommodations_in_assessment,
|
|
929
|
+
accommodations_in_assessment_content: accommodations_in_assessment_content,
|
|
930
|
+
service_delivery: service_delivery,
|
|
931
|
+
service_delivery_content: service_delivery_content,
|
|
932
|
+
transition_planning: transition_planning,
|
|
933
|
+
transition_planning_content: transition_planning_content,
|
|
934
|
+
present_levels: present_levels,
|
|
935
|
+
present_levels_content: present_levels_content,
|
|
936
|
+
signatures: signatures,
|
|
937
|
+
iep_old_version_and_diagnostic_docs: iep_old_version_and_diagnostic_docs,
|
|
938
|
+
upload_file: upload_file,
|
|
939
|
+
add_interest: add_interest,
|
|
940
|
+
upload_image: upload_image,
|
|
941
|
+
supported_image_types: supported_image_types,
|
|
942
|
+
edit_interest: edit_interest,
|
|
943
|
+
select_personal_interest_or_enter_personal_interest_here: select_personal_interest_or_enter_personal_interest_here,
|
|
944
|
+
add_note: add_note,
|
|
945
|
+
select_best_fit: select_best_fit,
|
|
946
|
+
best_fits: best_fits,
|
|
947
|
+
select_strategies: select_strategies,
|
|
948
|
+
selected_learning_strategies: selected_learning_strategies,
|
|
949
|
+
do_you_want_to_delete_this_strengths_and_challenges: do_you_want_to_delete_this_strengths_and_challenges,
|
|
950
|
+
add_new_item: add_new_item,
|
|
951
|
+
edit_item: edit_item,
|
|
952
|
+
select_teaching_strategies: select_teaching_strategies,
|
|
953
|
+
selected_teaching_strategies: selected_teaching_strategies,
|
|
954
|
+
add_title: add_title,
|
|
955
|
+
my_learning: my_learning,
|
|
956
|
+
do_you_want_to_delete_this_about_my_learning: do_you_want_to_delete_this_about_my_learning,
|
|
957
|
+
edit_my_learning: edit_my_learning,
|
|
958
|
+
add_my_learning: add_my_learning,
|
|
959
|
+
select_about_learning_or_enter_about_learning_here: select_about_learning_or_enter_about_learning_here,
|
|
960
|
+
accommodation: accommodation,
|
|
961
|
+
all_categories: all_categories,
|
|
962
|
+
do_you_want_to_delete_this_accommodation: do_you_want_to_delete_this_accommodation,
|
|
963
|
+
edit_accommodation: edit_accommodation,
|
|
964
|
+
add_accommodation: add_accommodation,
|
|
965
|
+
all: all,
|
|
966
|
+
all_status: all_status,
|
|
967
|
+
goal_type: goal_type,
|
|
968
|
+
add_new_goal: add_new_goal,
|
|
969
|
+
goal_detail: goal_detail,
|
|
970
|
+
select_status: select_status,
|
|
971
|
+
goal_baseline: goal_baseline,
|
|
972
|
+
objective: objective,
|
|
973
|
+
goal_details: goal_details,
|
|
974
|
+
goals_type: goals_type,
|
|
975
|
+
edit_goal_detail: edit_goal_detail,
|
|
976
|
+
uploaded_files: uploaded_files,
|
|
977
|
+
optional: optional,
|
|
978
|
+
edit_baseline: edit_baseline,
|
|
979
|
+
edit_friend: edit_friend,
|
|
980
|
+
add_friend: add_friend,
|
|
981
|
+
search_friend: search_friend,
|
|
982
|
+
friend_type: friend_type,
|
|
983
|
+
edit_activity: edit_activity,
|
|
984
|
+
add_activity: add_activity,
|
|
985
|
+
search_activity: search_activity,
|
|
986
|
+
activity: activity,
|
|
987
|
+
activity_type: activity_type,
|
|
988
|
+
select_or_type_an_activity: select_or_type_an_activity
|
|
989
|
+
};
|
|
990
|
+
|
|
991
|
+
var dashboard$1 = "Dashboard";
|
|
992
|
+
var user$1 = "User";
|
|
993
|
+
var question_bank$1 = "Question bank";
|
|
994
|
+
var email_template$1 = "Email template";
|
|
995
|
+
var custom_alert$1 = "Custom alert";
|
|
996
|
+
var set_up$1 = "Set up";
|
|
997
|
+
var media_gallery$1 = "Media Gallery";
|
|
998
|
+
var district_school_list$1 = "District school list";
|
|
999
|
+
var export_to_pdf$1 = "Export to PDF";
|
|
1000
|
+
var the_data_is_taken_from_the_home_screen$1 = "The data is taken from the home screen";
|
|
1001
|
+
var make_sure_everything_is_set_correctly_before_exporting$1 = "Make sure everything is set correctly before exporting.";
|
|
1002
|
+
var cancel$1 = "Cancel";
|
|
1003
|
+
var hey$1 = "Hey 1232342";
|
|
1004
|
+
var readiness_to_learn$1 = "Readiness to Learn";
|
|
1005
|
+
var high_impact_learning_strategies$1 = "High Impact Learning Strategies";
|
|
1006
|
+
var reflection$1 = "Reflection";
|
|
1007
|
+
var conferences$1 = "Conferences";
|
|
1008
|
+
var safety$1 = "Safety";
|
|
1009
|
+
var student_by_age$1 = "Student by Age";
|
|
1010
|
+
var students_by_designation$1 = "Students by Designation";
|
|
1011
|
+
var calendar$1 = "Calendar";
|
|
1012
|
+
var gender$1 = "Gender";
|
|
1013
|
+
var grade$1 = "Grade";
|
|
1014
|
+
var current_grade$1 = "Current Grade";
|
|
1015
|
+
var student_name$1 = "Student name";
|
|
1016
|
+
var teacher_name$1 = "Teacher name";
|
|
1017
|
+
var start_date$1 = "Start Date";
|
|
1018
|
+
var end_date$1 = "End Date";
|
|
1019
|
+
var tooltip_content_readiness_to_learn_chart$1 = "The represenation of individual student responses to their own feelings of Energy, Focus, Happiness, Safety, and Stress at the time administered. Note that scores are set on a 1-100 scale with the exception of Stress which optimum stress is set at '0' to get a sense of High Stress vs Low Stress.";
|
|
1020
|
+
var tooltip_content_high_impact_chart$1 = "Both the composite of individual students reporting their perceived use of John Hattie's High Impact Learning Strategies measured against the actual application with a teacher in total.";
|
|
1021
|
+
var tooltip_content_1_to_1_chart$1 = "The composite results of the survey completed by individual students assessing their own perception of performance in the 6 key areas followed by 3 specific areas of well being over time.";
|
|
1022
|
+
var tooltip_content_class_reflection_chart$1 = "The result of surveys sent to any individual (external or internal) that connects with the student to assist in measuring the individual student's: Productivity, Happiness, Energy, Focus, and Stress over time.";
|
|
1023
|
+
var tooltip_content_conference_chart$1 = "The composite representation of individual aggregate scores located at the bottom of individual Conferences conducted between Teachers and Students over time. Note that scores of 'Not Applicable' do not get measured.";
|
|
1024
|
+
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.";
|
|
1025
|
+
var tooltip_content_student_by_age_chart$1 = "The specific representation of students by gender and grade level at your school.";
|
|
1026
|
+
var tooltip_content_students_by_designation$1 = "The composite representation of students by individual grades in your school with specific designations.";
|
|
1027
|
+
var total_1_to_1$1 = "Total 1-to-1";
|
|
1028
|
+
var total_1_to_1_time$1 = "Total 1-to-1 Time";
|
|
1029
|
+
var total_conferences$1 = "Total Conferences";
|
|
1030
|
+
var total_conferences_time$1 = "Total Conferences Time";
|
|
1031
|
+
var total_class_reflection_check_ins$1 = "Total Class Reflection Check-ins";
|
|
1032
|
+
var create_user$1 = "Create user";
|
|
1033
|
+
var edit_user$1 = "Edit user";
|
|
1034
|
+
var change_password$1 = "Change password";
|
|
1035
|
+
var type_something_to_search_by_user_name$1 = "Type something to search by user name";
|
|
1036
|
+
var total_of_users$1 = "Total of users";
|
|
1037
|
+
var name$1 = "Name";
|
|
1038
|
+
var email$1 = "Email";
|
|
1039
|
+
var age$1 = "Age";
|
|
1040
|
+
var role$1 = "Role";
|
|
1041
|
+
var active_status$1 = "Active status";
|
|
1042
|
+
var action$1 = "Action";
|
|
1043
|
+
var active = "Active";
|
|
1044
|
+
var inactive$1 = "Inactive";
|
|
1045
|
+
var create$1 = "Create";
|
|
1046
|
+
var update$1 = "Update";
|
|
1047
|
+
var first_name$1 = "First name";
|
|
1048
|
+
var date_of_birth$1 = "Date of birth";
|
|
1049
|
+
var last_name = "Last name";
|
|
1050
|
+
var roles$1 = "Roles";
|
|
1051
|
+
var status$1 = "Status";
|
|
1052
|
+
var send_forgot_password_link$1 = "Send forgot password link";
|
|
1053
|
+
var download_user_data$1 = "Download user data";
|
|
1054
|
+
var current_password$1 = "Current password";
|
|
1055
|
+
var new_password$1 = "New password";
|
|
1056
|
+
var confirm_password$1 = "Confirm password";
|
|
1057
|
+
var save$1 = "Save";
|
|
1058
|
+
var type_something_to_search_question$1 = "Type something to Search question";
|
|
1059
|
+
var total_of_questions$1 = "Total of questions";
|
|
1060
|
+
var create_question$1 = "Create question";
|
|
1061
|
+
var edit_question$1 = "Edit question";
|
|
1062
|
+
var question_type$1 = "Question Type";
|
|
1063
|
+
var category$1 = "Category";
|
|
1064
|
+
var question_text = "Question text";
|
|
1065
|
+
var is_default_question_for_one_to_one$1 = "Is default question for one-to-one";
|
|
1066
|
+
var default_question_for_students_or_teachers$1 = "Default question for students or teachers";
|
|
1067
|
+
var is_default_question_general_class$1 = "Is default question general class";
|
|
1068
|
+
var default_question_general_for_students_or_teachers$1 = "Default question general for students or teachers";
|
|
1069
|
+
var before_session$1 = "Before session";
|
|
1070
|
+
var edit_custom_alert$1 = "Edit custom alert";
|
|
1071
|
+
var create_custom_alert$1 = "Create custom alert";
|
|
1072
|
+
var total_of_custom_alert$1 = "Total of custom alert";
|
|
1073
|
+
var number_of_sessions$1 = "Number of sessions";
|
|
1074
|
+
var number_of_students$1 = "Number of students";
|
|
1075
|
+
var begin_date$1 = "Begin date";
|
|
1076
|
+
var duration_days$1 = "Duration (days)";
|
|
1077
|
+
var students$1 = "Students";
|
|
1078
|
+
var create_skill$1 = "Create skill";
|
|
1079
|
+
var edit_skill$1 = "Edit skill";
|
|
1080
|
+
var total_of_skills$1 = "Total of skills";
|
|
1081
|
+
var description$1 = "Description";
|
|
1082
|
+
var skill$1 = "skill";
|
|
1083
|
+
var parent_category$1 = "Parent category";
|
|
1084
|
+
var edit_subject$1 = "Edit subject";
|
|
1085
|
+
var create_subject$1 = "Create subject";
|
|
1086
|
+
var total_of_subjects$1 = "Total of subjects";
|
|
1087
|
+
var color$1 = "Color";
|
|
1088
|
+
var create_learning_support_category$1 = "Create learning support category";
|
|
1089
|
+
var edit_learning_support_category$1 = "Edit learning support category";
|
|
1090
|
+
var create_category$1 = "Create category";
|
|
1091
|
+
var total_of_learning_support_categories$1 = "Total of learning support categories";
|
|
1092
|
+
var default_color$1 = "Default Color";
|
|
1093
|
+
var edit_strategy$1 = "Edit strategy";
|
|
1094
|
+
var create_strategy$1 = "Create strategy";
|
|
1095
|
+
var create_learning_strategy$1 = "Create learning strategy";
|
|
1096
|
+
var total_of_strategies$1 = "Total of strategies";
|
|
1097
|
+
var strategy_name$1 = "Strategy name";
|
|
1098
|
+
var question$1 = "Question";
|
|
1099
|
+
var detail$1 = "Detail";
|
|
1100
|
+
var strategy$1 = "strategy";
|
|
1101
|
+
var best_fit$1 = "Best fit";
|
|
1102
|
+
var create_goal_example$1 = "Create goal example";
|
|
1103
|
+
var edit_goal_example$1 = "Edit goal example";
|
|
1104
|
+
var total_of_goal_examples$1 = "Total of goal examples";
|
|
1105
|
+
var short_term_target_examples$1 = "Short term target examples";
|
|
1106
|
+
var goal_example$1 = "goal example";
|
|
1107
|
+
var edit_badge$1 = "Edit badge";
|
|
1108
|
+
var create_badge$1 = "Create badge";
|
|
1109
|
+
var total_of_badges$1 = "Total of badges";
|
|
1110
|
+
var icon$1 = "Icon";
|
|
1111
|
+
var badge$1 = "badge";
|
|
1112
|
+
var badge_image$1 = "Badge image";
|
|
1113
|
+
var edit_semester$1 = "Edit semester";
|
|
1114
|
+
var create_semester$1 = "Create semester";
|
|
1115
|
+
var update_school_break_month$1 = "Update school break month";
|
|
1116
|
+
var total_of_semesters$1 = "Total of semesters";
|
|
1117
|
+
var semester$1 = "semester";
|
|
1118
|
+
var breaking_month$1 = "Breaking month";
|
|
1119
|
+
var change_breaking_month$1 = "Change breaking month";
|
|
1120
|
+
var school_year_break_month$1 = "School year break month";
|
|
1121
|
+
var edit_blank_day$1 = "Edit blank day";
|
|
1122
|
+
var create_blank_day$1 = "Create blank day";
|
|
1123
|
+
var total_of_blank_days$1 = "Total of blank days";
|
|
1124
|
+
var start_time$1 = "Start time";
|
|
1125
|
+
var end_time$1 = "End time";
|
|
1126
|
+
var school_blank_day$1 = "school blank day";
|
|
1127
|
+
var edit_point$1 = "Edit point";
|
|
1128
|
+
var create_new_point$1 = "Create new point";
|
|
1129
|
+
var total_of_point$1 = "Total of point";
|
|
1130
|
+
var label$1 = "Label";
|
|
1131
|
+
var value$1 = "Value";
|
|
1132
|
+
var break_point$1 = "Break point";
|
|
1133
|
+
var update_break_point$1 = "Update break point";
|
|
1134
|
+
var maximum_number_of_admins$1 = "Maximum number of admins";
|
|
1135
|
+
var maximum_number_of_assistants$1 = "Maximum number of assistants";
|
|
1136
|
+
var maximum_number_of_students$1 = "Maximum number of students";
|
|
1137
|
+
var maximum_number_of_teachers$1 = "Maximum number of teachers";
|
|
1138
|
+
var request_to_this_plan$1 = "Request to this plan";
|
|
1139
|
+
var type_something_to_search_reflection_result$1 = "Type something to search reflection result";
|
|
1140
|
+
var user_deleted$1 = "User deleted";
|
|
1141
|
+
var export_user_data$1 = "Export user data";
|
|
1142
|
+
var alert_delete_user$1 = "All data of this user will be permanently deleted from the system. Please export before continuing";
|
|
1143
|
+
var delete_user$1 = "Delete user";
|
|
1144
|
+
var alert_delete_teacher$1 = "A teacher must be selected before deleting this teacher. We will transfer the entire class and students to this teacher before deleting all of this teacher's data.";
|
|
1145
|
+
var list_students$1 = "List Students";
|
|
1146
|
+
var student_email$1 = "Student Email";
|
|
1147
|
+
var current_teacher_name$1 = "Current Teacher Name";
|
|
1148
|
+
var current_teacher_email$1 = "Current Teacher Email";
|
|
1149
|
+
var change_save$1 = "Change Save";
|
|
1150
|
+
var select_teacher_change$1 = "Select teacher change";
|
|
1151
|
+
var current_assistant_name$1 = "Current Assistant Name";
|
|
1152
|
+
var current_assistant_email$1 = "Current Assistant Email";
|
|
1153
|
+
var remove_assistant$1 = "Remove Assistant";
|
|
1154
|
+
var switch_assistant$1 = "Switch Assistant";
|
|
1155
|
+
var select_assistant_change$1 = "Select Assistant change";
|
|
1156
|
+
var welcome_email_resend$1 = "Welcome Email Re-send";
|
|
1157
|
+
var send_for_selected_users$1 = "Send for selected users";
|
|
1158
|
+
var user_name$1 = "User Name";
|
|
1159
|
+
var user_email$1 = "User Email";
|
|
1160
|
+
var level$1 = "Level";
|
|
1161
|
+
var use_for$1 = "Use for";
|
|
1162
|
+
var teacher_training$1 = "Teacher training";
|
|
1163
|
+
var student_training$1 = "Student training";
|
|
1164
|
+
var create_destination$1 = "Create Destination";
|
|
1165
|
+
var total_of_designation$1 = "Total of Designation";
|
|
1166
|
+
var destinations$1 = "Destinations";
|
|
1167
|
+
var edit_destination$1 = "Edit Destination";
|
|
1168
|
+
var confirm$1 = "Confirm";
|
|
1169
|
+
var hello$1 = "Hello";
|
|
1170
|
+
var todays_1_1$1 = "Today’s 1-1";
|
|
1171
|
+
var todays_Conferences$1 = "Today’s Conferences";
|
|
1172
|
+
var next_meeting$1 = "Next Meeting";
|
|
1173
|
+
var next_conference$1 = "Next Conference";
|
|
1174
|
+
var todays_schedule$1 = "Today’s Schedule";
|
|
1175
|
+
var action_points$1 = "Action Points";
|
|
1176
|
+
var upcoming$1 = "Upcoming";
|
|
1177
|
+
var see_all_action_points$1 = "See all action points";
|
|
1178
|
+
var add$1 = "Add";
|
|
1179
|
+
var edit_action_point$1 = "Edit Action Point";
|
|
1180
|
+
var add_action_point$1 = "Add Action Point";
|
|
1181
|
+
var title$1 = "Title";
|
|
1182
|
+
var type_title$1 = "Type title";
|
|
1183
|
+
var subject$1 = "Subject";
|
|
1184
|
+
var select_date$1 = "Select date";
|
|
1185
|
+
var date$1 = "Date";
|
|
1186
|
+
var select_time$1 = "Select time";
|
|
1187
|
+
var time$1 = "Time";
|
|
1188
|
+
var notification$1 = "Notification";
|
|
1189
|
+
var no_notification$1 = "No notification";
|
|
1190
|
+
var day$1 = "Day";
|
|
1191
|
+
var week$1 = "Week";
|
|
1192
|
+
var mark_as_done$1 = "Mark as done";
|
|
1193
|
+
var my_students$1 = "My Students";
|
|
1194
|
+
var download_template$1 = "Download Template";
|
|
1195
|
+
var import_csv$1 = "Import CSV";
|
|
1196
|
+
var add_new$1 = "Add New";
|
|
1197
|
+
var show_only_work_as_assistant$1 = "Show only work as assistant";
|
|
1198
|
+
var last_1_to_1$1 = "Last 1-TO-1";
|
|
1199
|
+
var last_conference$1 = "Last conference";
|
|
1200
|
+
var total_time$1 = "Total time";
|
|
1201
|
+
var assistant_name$1 = "Assistant Name";
|
|
1202
|
+
var work_as_assistant$1 = "Work as assistant";
|
|
1203
|
+
var assign_assistant$1 = "Assign Assistant";
|
|
1204
|
+
var view$1 = "View";
|
|
1205
|
+
var history$1 = "History";
|
|
1206
|
+
var custom_recurrence$1 = "Custom recurrence";
|
|
1207
|
+
var repeat_every$1 = "Repeat every";
|
|
1208
|
+
var repeat_on$1 = "Repeat on";
|
|
1209
|
+
var never$1 = "Never";
|
|
1210
|
+
var on$1 = "On";
|
|
1211
|
+
var after$1 = "After";
|
|
1212
|
+
var pick_a_date$1 = "Pick a date";
|
|
1213
|
+
var apply$1 = "Apply";
|
|
1214
|
+
var new_1_to_1$1 = "New 1-to-1";
|
|
1215
|
+
var do_you_want_to_talk_with_teacher$1 = "Do you want to talk with teacher";
|
|
1216
|
+
var start_now$1 = "Start now";
|
|
1217
|
+
var book_for_later$1 = "Book for later";
|
|
1218
|
+
var select_category$1 = "Select category";
|
|
1219
|
+
var search_question_category$1 = "Search question category";
|
|
1220
|
+
var no_question$1 = "No question";
|
|
1221
|
+
var select_question$1 = "Select question";
|
|
1222
|
+
var select_student$1 = "Select student";
|
|
1223
|
+
var select_date_time$1 = "Select Date & Time";
|
|
1224
|
+
var book_1_to_1$1 = "Book 1-to-1";
|
|
1225
|
+
var schedule$1 = "Schedule";
|
|
1226
|
+
var sessions_are_booked_as_10_minute_slots$1 = "Sessions are booked as 10 minute slots";
|
|
1227
|
+
var does_not_reoccur$1 = "Does not reoccur";
|
|
1228
|
+
var time_must_be_between_8_am_and_6_pm$1 = "Time must be between 8 AM and 6 PM";
|
|
1229
|
+
var from$1 = "From";
|
|
1230
|
+
var to$1 = "To";
|
|
1231
|
+
var show_only_favorites$1 = "Show only favorites";
|
|
1232
|
+
var duration$1 = "Duration";
|
|
1233
|
+
var favorite$1 = "Favorite";
|
|
1234
|
+
var open$1 = "Open";
|
|
1235
|
+
var no_data$1 = "No Data";
|
|
1236
|
+
var schedule_detail$1 = "Schedule Detail";
|
|
1237
|
+
var are_you_sure_you_want_to_cancel_this_schedule$1 = "Are you sure you want to Cancel this schedule?";
|
|
1238
|
+
var completed_1_to_1$1 = "Completed 1-to-1";
|
|
1239
|
+
var done$1 = "Done";
|
|
1240
|
+
var what_do_you_want_to_talk_about$1 = "What do you want to talk about?";
|
|
1241
|
+
var session_type$1 = "Session Type";
|
|
1242
|
+
var what_is_this_session_type$1 = "What is this session type?";
|
|
1243
|
+
var how_are_you_feeling_about_each_area_right_now$1 = "How are you feeling about each area right now?";
|
|
1244
|
+
var sleep_nutrition_exercise_physical_health_and_mental_health$1 = "Sleep, nutrition, exercise, physical health, and mental health";
|
|
1245
|
+
var goals_activities_habits_and_strategies$1 = "Goals, activities, habits, and strategies";
|
|
1246
|
+
var overall_how_are_you_feeling_today$1 = "Overall, how are you feeling today?";
|
|
1247
|
+
var what_is_your_level_of_pride_in_yourself_today$1 = "What is your level of pride in yourself today?";
|
|
1248
|
+
var how_are_you_feeling_today$1 = "How are you feeling today?";
|
|
1249
|
+
var how_much_did_you_learn_from_this_session$1 = "How much did you learn from this session?";
|
|
1250
|
+
var what_is_the_most_important_thing_you_learned_from_this_session$1 = "What is the most important thing you learned from this session?";
|
|
1251
|
+
var your_next_meeting$1 = "Your next meeting";
|
|
1252
|
+
var today_at$1 = "Today at";
|
|
1253
|
+
var choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later$1 = "Choose if you want to do it now or if you would like to book for later";
|
|
1254
|
+
var edit$1 = "Edit";
|
|
1255
|
+
var phone_number$1 = "Phone number";
|
|
1256
|
+
var second_phone_number$1 = "Second phone number";
|
|
1257
|
+
var health_note$1 = "Health Note";
|
|
1258
|
+
var address$1 = "Address";
|
|
1259
|
+
var mtss$1 = "MTSS";
|
|
1260
|
+
var note$1 = "Note";
|
|
1261
|
+
var no_schedule$1 = "No Schedule";
|
|
1262
|
+
var my_notes$1 = "My Notes";
|
|
1263
|
+
var private_note$1 = "Private Note";
|
|
1264
|
+
var goal_process$1 = "Goal Process";
|
|
1265
|
+
var view_all_goals$1 = "View all goals";
|
|
1266
|
+
var completed$1 = "Completed";
|
|
1267
|
+
var student_information$1 = "Student Information";
|
|
1268
|
+
var top_learning_strategies$1 = "Top Learning Strategies";
|
|
1269
|
+
var perceived_usage$1 = "Perceived Usage";
|
|
1270
|
+
var total_number_of_times_seleted$1 = "Total Number of Times Seleted";
|
|
1271
|
+
var energy$1 = "Energy";
|
|
1272
|
+
var focus$1 = "Focus";
|
|
1273
|
+
var happiness$1 = "Happiness";
|
|
1274
|
+
var stress$1 = "Stress";
|
|
1275
|
+
var one_to_one$1 = "One To One";
|
|
1276
|
+
var class_reflection$1 = "Class Reflection";
|
|
1277
|
+
var conference$1 = "Conference";
|
|
1278
|
+
var learning_progress$1 = "Learning Progress";
|
|
1279
|
+
var cant_export_now_please_try_again$1 = "Can't export now. Please try again.";
|
|
1280
|
+
var view_data$1 = "View data";
|
|
1281
|
+
var learning_strategies$1 = "Learning Strategies";
|
|
1282
|
+
var strategies$1 = "Strategies";
|
|
1283
|
+
var number_of_used$1 = "Number of used";
|
|
1284
|
+
var next$1 = "Next";
|
|
1285
|
+
var my_conferences$1 = "My Conferencess";
|
|
1286
|
+
var select_a_student_and_launch_a_new_conference_or_book_one_for_later$1 = "Select a student and launch a new conference or book one for later.";
|
|
1287
|
+
var you_have_no_student$1 = "You have no student";
|
|
1288
|
+
var this_is_a_required_field$1 = "This is a required field";
|
|
1289
|
+
var please_select_question_category$1 = "Please select question category";
|
|
1290
|
+
var book_conferences$1 = "Book conferences";
|
|
1291
|
+
var final_score$1 = "Final score";
|
|
1292
|
+
var new_conference$1 = "New Conference";
|
|
1293
|
+
var search_student$1 = "Search student";
|
|
1294
|
+
var meeting_schedule$1 = "Meeting schedule";
|
|
1295
|
+
var class_schedule$1 = "Class schedule";
|
|
1296
|
+
var more_questions$1 = "More Questions";
|
|
1297
|
+
var conference_rubric$1 = "Conference rubric";
|
|
1298
|
+
var unlock$1 = "Unlock";
|
|
1299
|
+
var before_clicking_submit$1 = "Before clicking submit";
|
|
1300
|
+
var your_session_was$1 = "Your session was";
|
|
1301
|
+
var mins$1 = "mins";
|
|
1302
|
+
var min$1 = "min";
|
|
1303
|
+
var submit$1 = "Submit";
|
|
1304
|
+
var are_you_sure_to_complete$1 = "There are several questions you have not answered yet. Are you sure to complete?";
|
|
1305
|
+
var be_sure_to_check_completed_all$1 = "Be sure to check with your teacher that you have completed all that is required";
|
|
1306
|
+
var teacher_choice$1 = "Teacher choice";
|
|
1307
|
+
var student_choice$1 = "Student choice";
|
|
1308
|
+
var agreement$1 = "Agreement";
|
|
1309
|
+
var personal_learning_plan$1 = "Personal Learning Plan";
|
|
1310
|
+
var personal_interests$1 = "Personal Interests";
|
|
1311
|
+
var allow_student_to_edit$1 = "Allow student to edit";
|
|
1312
|
+
var strengths_and_challenges$1 = "Strengths and Challenges";
|
|
1313
|
+
var significant_strengths$1 = "Significant Strengths";
|
|
1314
|
+
var strengths$1 = "Strengths";
|
|
1315
|
+
var challenges$1 = "Challenges";
|
|
1316
|
+
var significant_challenges$1 = "Significant Challenges";
|
|
1317
|
+
var how_my_teachers_can_help_me_learn$1 = "How my teachers can help me learn";
|
|
1318
|
+
var about_my_learning$1 = "About My Learning";
|
|
1319
|
+
var accommodations$1 = "Accommodations";
|
|
1320
|
+
var goals$1 = "Goals";
|
|
1321
|
+
var activity_circles$1 = "Activity Circles";
|
|
1322
|
+
var friend_circles$1 = "Friend Circles";
|
|
1323
|
+
var are_you_ready_to_learn$1 = "Are you ready to learn?";
|
|
1324
|
+
var class_schedules$1 = "Class Schedules";
|
|
1325
|
+
var add_class_schedule$1 = "Add Class Schedule";
|
|
1326
|
+
var class_date$1 = "Class Date";
|
|
1327
|
+
var class_name$1 = "Class Name";
|
|
1328
|
+
var day_period$1 = "Day/Period";
|
|
1329
|
+
var teacher_email$1 = "Teacher Email";
|
|
1330
|
+
var note_type_class$1 = "Note Type & Class";
|
|
1331
|
+
var my_note$1 = "My Note";
|
|
1332
|
+
var add_new_note$1 = "Add New Note";
|
|
1333
|
+
var all_category$1 = "All Category";
|
|
1334
|
+
var personalized$1 = "Personalized";
|
|
1335
|
+
var show_only_favorite$1 = "Show only favorite";
|
|
1336
|
+
var search$1 = "Search";
|
|
1337
|
+
var note_title$1 = "Note title";
|
|
1338
|
+
var student$1 = "Student";
|
|
1339
|
+
var note_detail$1 = "Note Detail";
|
|
1340
|
+
var mark_as_favorite$1 = "Mark as favorite";
|
|
1341
|
+
var type_a_note$1 = "Type a note";
|
|
1342
|
+
var please_select_student$1 = "Please select student";
|
|
1343
|
+
var settings$1 = "Settings";
|
|
1344
|
+
var save_changes$1 = "Save changes";
|
|
1345
|
+
var activity_notifications$1 = "Activity Notifications";
|
|
1346
|
+
var schedule_notifications$1 = "Schedule Notifications";
|
|
1347
|
+
var preschedule_notifications$1 = "Preschedule Notifications";
|
|
1348
|
+
var yes$1 = "Yes";
|
|
1349
|
+
var no$1 = "No";
|
|
1350
|
+
var email_notification$1 = "Email Notification";
|
|
1351
|
+
var send_me_email_notification$1 = "Send me email notification";
|
|
1352
|
+
var dont_send_me_email_notification$1 = "Don’t send me email notification";
|
|
1353
|
+
var type$1 = "Type";
|
|
1354
|
+
var teacher_request$1 = "Teacher Request";
|
|
1355
|
+
var student_request$1 = "Student Request";
|
|
1356
|
+
var overview$1 = "Overview";
|
|
1357
|
+
var plp$1 = "PLP";
|
|
1358
|
+
var my_student_1_to_1$1 = "My Student 1-to-1";
|
|
1359
|
+
var my_student_conference$1 = "My Student Conference";
|
|
1360
|
+
var received_date$1 = "Received Date";
|
|
1361
|
+
var class_impact_score$1 = "Class Impact Score";
|
|
1362
|
+
var impact_score$1 = "Impact Score";
|
|
1363
|
+
var iep$1 = "IEP";
|
|
1364
|
+
var creator$1 = "Creator";
|
|
1365
|
+
var last_modify$1 = "Last Modify";
|
|
1366
|
+
var modify = "Modify";
|
|
1367
|
+
var student_reflections$1 = "Student Reflections";
|
|
1368
|
+
var external_reflection$1 = "External Reflection";
|
|
1369
|
+
var external_class_reflection$1 = "External Class Reflection";
|
|
1370
|
+
var reflections$1 = "Reflections";
|
|
1371
|
+
var class_reflections$1 = "Class Reflections";
|
|
1372
|
+
var add_reflection$1 = "Add Reflection";
|
|
1373
|
+
var add_class_reflection$1 = "Add Class Reflection";
|
|
1374
|
+
var class_type$1 = "Class Type";
|
|
1375
|
+
var teacher_image$1 = "Teacher Image";
|
|
1376
|
+
var send_to_teacher$1 = "Send to Teacher";
|
|
1377
|
+
var send_now$1 = "Send Now";
|
|
1378
|
+
var missed$1 = "Missed";
|
|
1379
|
+
var pending$1 = "Pending";
|
|
1380
|
+
var sent_date$1 = "Sent Date";
|
|
1381
|
+
var go_to_the_student_plp$1 = "Go to the student's PLP";
|
|
1382
|
+
var new_iep$1 = "New IEP";
|
|
1383
|
+
var edit_iep$1 = "Edit IEP";
|
|
1384
|
+
var type_of_iep$1 = "Type of IEP";
|
|
1385
|
+
var source_of_eligibility_forinitial$1 = "Source of Eligibility (forinitial)";
|
|
1386
|
+
var annual_goals$1 = "Annual Goals";
|
|
1387
|
+
var enter_a_date_range$1 = "Enter a date range";
|
|
1388
|
+
var add_objectives$1 = "Add Objectives";
|
|
1389
|
+
var add_goals$1 = "Add Goals";
|
|
1390
|
+
var day_month_year$1 = "day/month/year";
|
|
1391
|
+
var special_education$1 = "Special Education";
|
|
1392
|
+
var special_education_content$1 = "The IEP must contain a statement of the special education and related services and supplementary aids and services to be provided to the child, or on behalf of the child. This section focuses on the first element: a statement of the special education that will be provided for the child.";
|
|
1393
|
+
var objectives_and_reporting_progress$1 = "Objectives and Reporting Progress";
|
|
1394
|
+
var objectives_and_reporting_progress_content$1 = "Each child's IEP must also contain a description of how his or her progress toward meeting the annual goals will be measured and when it will be reported to parents.";
|
|
1395
|
+
var annual_goals_content$1 = "Once a child's needs are identified, the IEP team works to develop appropriate goals to address those needs. Annual goals describe what the child is expected to do or learn within a 12-month period.";
|
|
1396
|
+
var related_services$1 = "Related Services";
|
|
1397
|
+
var related_services_content$1 = "To help a child with a disability benefit from special education, he or she may also need extra help in one area or another, such as speaking or moving. This additional help is called related services. Find out all about these critical services here.";
|
|
1398
|
+
var supplementary_aids_and_services$1 = "Supplementary Aids and Services";
|
|
1399
|
+
var supplementary_aids_and_services_content$1 = "Supplementary aids and services are intended to improve children’s access to learning and their participation across the spectrum of academic, extracurricular, and nonacademic activities and settings. The IEP team must determine what supplementary aids and services a child will need and specify them in the IEP.";
|
|
1400
|
+
var program_modifications_for_school_personnel$1 = "Program Modifications for School Personnel";
|
|
1401
|
+
var program_modifications_for_school_personnel_content$1 = "Also part of the IEP is identifying the program modifications or supports for school personnel that will be provided";
|
|
1402
|
+
var extent_of_nonparticipation$1 = "Extent of Nonparticipation";
|
|
1403
|
+
var extent_of_nonparticipation_content$1 = "The IEP must also include an explanation of the extent, if any, to which the child will not participate with nondisabled children in the regular class and in other school settings and activities.";
|
|
1404
|
+
var accommodations_in_assessment$1 = "Accommodations in Assessment";
|
|
1405
|
+
var accommodations_in_assessment_content$1 = "IDEA requires that students with disabilities take part in state or districtwide assessments. The IEP team must decide if the student needs accommodations in testing or another type of assessment entirely. In this component of the IEP, the team documents how the student will participate.";
|
|
1406
|
+
var service_delivery$1 = "Service Delivery";
|
|
1407
|
+
var service_delivery_content$1 = "When will the child begin to receive services? Where? How often? How long will a “session” last? Pesky details, but important to include in the IEP!";
|
|
1408
|
+
var transition_planning$1 = "Transition Planning";
|
|
1409
|
+
var transition_planning_content$1 = "Beginning no later than a student’s 16th birthday (and younger, if appropriate), the IEP must contain transition-related plans designed to help the student prepare for life after secondary school.";
|
|
1410
|
+
var present_levels$1 = "Present Levels";
|
|
1411
|
+
var present_levels_content$1 = "How is the child currently doing in school? How does the disability affect his or her performance in class? This type of information is captured in the “present levels” statement in the IEP.";
|
|
1412
|
+
var signatures$1 = "Signatures";
|
|
1413
|
+
var iep_old_version_and_diagnostic_docs$1 = "IEP old version and diagnostic docs";
|
|
1414
|
+
var upload_file$1 = "Upload File";
|
|
1415
|
+
var add_interest$1 = "Add Interest";
|
|
1416
|
+
var upload_image$1 = "Upload Image";
|
|
1417
|
+
var supported_image_types$1 = "Supported image types: PNG, JPEG, WEBPbbb";
|
|
1418
|
+
var edit_interest$1 = "Edit Interest";
|
|
1419
|
+
var select_personal_interest_or_enter_personal_interest_here$1 = "Select personal interest or enter personal interest here";
|
|
1420
|
+
var add_note$1 = "Add note";
|
|
1421
|
+
var select_best_fit$1 = "Select Best Fit";
|
|
1422
|
+
var best_fits$1 = "Best fits";
|
|
1423
|
+
var select_strategies$1 = "Select Strategies";
|
|
1424
|
+
var selected_learning_strategies$1 = "Selected Learning Strategies";
|
|
1425
|
+
var do_you_want_to_delete_this_strengths_and_challenges$1 = "Do you want to delete this strengths and challenges";
|
|
1426
|
+
var add_new_item$1 = "Add New Item";
|
|
1427
|
+
var edit_item$1 = "Edit Item";
|
|
1428
|
+
var select_teaching_strategies$1 = "Select Teaching Strategies";
|
|
1429
|
+
var selected_teaching_strategies$1 = "Selected Teaching Strategies";
|
|
1430
|
+
var add_title$1 = "Add title";
|
|
1431
|
+
var my_learning$1 = "My Learning";
|
|
1432
|
+
var do_you_want_to_delete_this_about_my_learning$1 = "Do you want to delete this about my learning";
|
|
1433
|
+
var edit_my_learning$1 = "Edit My Learning";
|
|
1434
|
+
var add_my_learning$1 = "Add My Learning";
|
|
1435
|
+
var select_about_learning_or_enter_about_learning_here$1 = "Select about learning or enter about learning here";
|
|
1436
|
+
var accommodation$1 = "Accommodation";
|
|
1437
|
+
var all_categories$1 = "All categories";
|
|
1438
|
+
var do_you_want_to_delete_this_accommodation$1 = "Do you want to delete this accommodation";
|
|
1439
|
+
var edit_accommodation$1 = "Edit Accommodation";
|
|
1440
|
+
var add_accommodation$1 = "add_accommodation";
|
|
1441
|
+
var all$1 = "All";
|
|
1442
|
+
var all_status$1 = "All status";
|
|
1443
|
+
var goal_type$1 = "Goal Type";
|
|
1444
|
+
var add_new_goal$1 = "Add New Goal";
|
|
1445
|
+
var goal_detail$1 = "Goal Detail";
|
|
1446
|
+
var select_status$1 = "Select status";
|
|
1447
|
+
var goal_baseline$1 = "Goal Baseline";
|
|
1448
|
+
var objective$1 = "Objective";
|
|
1449
|
+
var goal_details$1 = "Goal Details";
|
|
1450
|
+
var goals_type$1 = "Goals Type";
|
|
1451
|
+
var edit_goal_detail$1 = "Edit Goal Detail";
|
|
1452
|
+
var uploaded_files$1 = "Uploaded Files";
|
|
1453
|
+
var optional$1 = "Optional";
|
|
1454
|
+
var edit_baseline$1 = "Edit Baseline";
|
|
1455
|
+
var edit_friend$1 = "Edit friend";
|
|
1456
|
+
var add_friend$1 = "Add friend";
|
|
1457
|
+
var search_friend$1 = "Search friend";
|
|
1458
|
+
var friend_type$1 = "Friend type";
|
|
1459
|
+
var edit_activity$1 = "Edit activity";
|
|
1460
|
+
var add_activity$1 = "Add activity";
|
|
1461
|
+
var search_activity$1 = "Search activity";
|
|
1462
|
+
var activity$1 = "Activity";
|
|
1463
|
+
var activity_type$1 = "Activity type";
|
|
1464
|
+
var select_or_type_an_activity$1 = "Select or type an activity";
|
|
1465
|
+
var lang_uk = {
|
|
1466
|
+
dashboard: dashboard$1,
|
|
1467
|
+
user: user$1,
|
|
1468
|
+
question_bank: question_bank$1,
|
|
1469
|
+
email_template: email_template$1,
|
|
1470
|
+
custom_alert: custom_alert$1,
|
|
1471
|
+
set_up: set_up$1,
|
|
1472
|
+
media_gallery: media_gallery$1,
|
|
1473
|
+
district_school_list: district_school_list$1,
|
|
1474
|
+
export_to_pdf: export_to_pdf$1,
|
|
1475
|
+
the_data_is_taken_from_the_home_screen: the_data_is_taken_from_the_home_screen$1,
|
|
1476
|
+
make_sure_everything_is_set_correctly_before_exporting: make_sure_everything_is_set_correctly_before_exporting$1,
|
|
1477
|
+
cancel: cancel$1,
|
|
1478
|
+
hey: hey$1,
|
|
1479
|
+
readiness_to_learn: readiness_to_learn$1,
|
|
1480
|
+
high_impact_learning_strategies: high_impact_learning_strategies$1,
|
|
1481
|
+
"1_to_1": "1 to 1",
|
|
1482
|
+
reflection: reflection$1,
|
|
1483
|
+
conferences: conferences$1,
|
|
1484
|
+
safety: safety$1,
|
|
1485
|
+
student_by_age: student_by_age$1,
|
|
1486
|
+
students_by_designation: students_by_designation$1,
|
|
1487
|
+
calendar: calendar$1,
|
|
1488
|
+
gender: gender$1,
|
|
1489
|
+
grade: grade$1,
|
|
1490
|
+
current_grade: current_grade$1,
|
|
1491
|
+
student_name: student_name$1,
|
|
1492
|
+
teacher_name: teacher_name$1,
|
|
1493
|
+
start_date: start_date$1,
|
|
1494
|
+
end_date: end_date$1,
|
|
1495
|
+
tooltip_content_readiness_to_learn_chart: tooltip_content_readiness_to_learn_chart$1,
|
|
1496
|
+
tooltip_content_high_impact_chart: tooltip_content_high_impact_chart$1,
|
|
1497
|
+
tooltip_content_1_to_1_chart: tooltip_content_1_to_1_chart$1,
|
|
1498
|
+
tooltip_content_class_reflection_chart: tooltip_content_class_reflection_chart$1,
|
|
1499
|
+
tooltip_content_conference_chart: tooltip_content_conference_chart$1,
|
|
1500
|
+
tooltip_content_safety_chart: tooltip_content_safety_chart$1,
|
|
1501
|
+
tooltip_content_student_by_age_chart: tooltip_content_student_by_age_chart$1,
|
|
1502
|
+
tooltip_content_students_by_designation: tooltip_content_students_by_designation$1,
|
|
1503
|
+
total_1_to_1: total_1_to_1$1,
|
|
1504
|
+
total_1_to_1_time: total_1_to_1_time$1,
|
|
1505
|
+
total_conferences: total_conferences$1,
|
|
1506
|
+
total_conferences_time: total_conferences_time$1,
|
|
1507
|
+
total_class_reflection_check_ins: total_class_reflection_check_ins$1,
|
|
1508
|
+
create_user: create_user$1,
|
|
1509
|
+
edit_user: edit_user$1,
|
|
1510
|
+
change_password: change_password$1,
|
|
1511
|
+
type_something_to_search_by_user_name: type_something_to_search_by_user_name$1,
|
|
1512
|
+
total_of_users: total_of_users$1,
|
|
1513
|
+
name: name$1,
|
|
1514
|
+
email: email$1,
|
|
1515
|
+
age: age$1,
|
|
1516
|
+
role: role$1,
|
|
1517
|
+
active_status: active_status$1,
|
|
1518
|
+
action: action$1,
|
|
1519
|
+
active: active,
|
|
1520
|
+
inactive: inactive$1,
|
|
1521
|
+
create: create$1,
|
|
1522
|
+
update: update$1,
|
|
1523
|
+
first_name: first_name$1,
|
|
1524
|
+
date_of_birth: date_of_birth$1,
|
|
1525
|
+
last_name: last_name,
|
|
1526
|
+
roles: roles$1,
|
|
1527
|
+
status: status$1,
|
|
1528
|
+
send_forgot_password_link: send_forgot_password_link$1,
|
|
1529
|
+
download_user_data: download_user_data$1,
|
|
1530
|
+
current_password: current_password$1,
|
|
1531
|
+
new_password: new_password$1,
|
|
1532
|
+
confirm_password: confirm_password$1,
|
|
1533
|
+
save: save$1,
|
|
1534
|
+
type_something_to_search_question: type_something_to_search_question$1,
|
|
1535
|
+
total_of_questions: total_of_questions$1,
|
|
1536
|
+
create_question: create_question$1,
|
|
1537
|
+
edit_question: edit_question$1,
|
|
1538
|
+
question_type: question_type$1,
|
|
1539
|
+
category: category$1,
|
|
1540
|
+
question_text: question_text,
|
|
1541
|
+
is_default_question_for_one_to_one: is_default_question_for_one_to_one$1,
|
|
1542
|
+
default_question_for_students_or_teachers: default_question_for_students_or_teachers$1,
|
|
1543
|
+
is_default_question_general_class: is_default_question_general_class$1,
|
|
1544
|
+
default_question_general_for_students_or_teachers: default_question_general_for_students_or_teachers$1,
|
|
1545
|
+
before_session: before_session$1,
|
|
1546
|
+
edit_custom_alert: edit_custom_alert$1,
|
|
1547
|
+
create_custom_alert: create_custom_alert$1,
|
|
1548
|
+
total_of_custom_alert: total_of_custom_alert$1,
|
|
1549
|
+
number_of_sessions: number_of_sessions$1,
|
|
1550
|
+
number_of_students: number_of_students$1,
|
|
1551
|
+
begin_date: begin_date$1,
|
|
1552
|
+
duration_days: duration_days$1,
|
|
1553
|
+
students: students$1,
|
|
1554
|
+
create_skill: create_skill$1,
|
|
1555
|
+
edit_skill: edit_skill$1,
|
|
1556
|
+
total_of_skills: total_of_skills$1,
|
|
1557
|
+
description: description$1,
|
|
1558
|
+
skill: skill$1,
|
|
1559
|
+
parent_category: parent_category$1,
|
|
1560
|
+
edit_subject: edit_subject$1,
|
|
1561
|
+
create_subject: create_subject$1,
|
|
1562
|
+
total_of_subjects: total_of_subjects$1,
|
|
1563
|
+
color: color$1,
|
|
1564
|
+
create_learning_support_category: create_learning_support_category$1,
|
|
1565
|
+
edit_learning_support_category: edit_learning_support_category$1,
|
|
1566
|
+
create_category: create_category$1,
|
|
1567
|
+
total_of_learning_support_categories: total_of_learning_support_categories$1,
|
|
1568
|
+
default_color: default_color$1,
|
|
1569
|
+
edit_strategy: edit_strategy$1,
|
|
1570
|
+
create_strategy: create_strategy$1,
|
|
1571
|
+
create_learning_strategy: create_learning_strategy$1,
|
|
1572
|
+
total_of_strategies: total_of_strategies$1,
|
|
1573
|
+
strategy_name: strategy_name$1,
|
|
1574
|
+
question: question$1,
|
|
1575
|
+
detail: detail$1,
|
|
1576
|
+
strategy: strategy$1,
|
|
1577
|
+
best_fit: best_fit$1,
|
|
1578
|
+
create_goal_example: create_goal_example$1,
|
|
1579
|
+
edit_goal_example: edit_goal_example$1,
|
|
1580
|
+
total_of_goal_examples: total_of_goal_examples$1,
|
|
1581
|
+
short_term_target_examples: short_term_target_examples$1,
|
|
1582
|
+
goal_example: goal_example$1,
|
|
1583
|
+
edit_badge: edit_badge$1,
|
|
1584
|
+
create_badge: create_badge$1,
|
|
1585
|
+
total_of_badges: total_of_badges$1,
|
|
1586
|
+
icon: icon$1,
|
|
1587
|
+
badge: badge$1,
|
|
1588
|
+
badge_image: badge_image$1,
|
|
1589
|
+
edit_semester: edit_semester$1,
|
|
1590
|
+
create_semester: create_semester$1,
|
|
1591
|
+
update_school_break_month: update_school_break_month$1,
|
|
1592
|
+
total_of_semesters: total_of_semesters$1,
|
|
1593
|
+
semester: semester$1,
|
|
1594
|
+
breaking_month: breaking_month$1,
|
|
1595
|
+
change_breaking_month: change_breaking_month$1,
|
|
1596
|
+
school_year_break_month: school_year_break_month$1,
|
|
1597
|
+
edit_blank_day: edit_blank_day$1,
|
|
1598
|
+
create_blank_day: create_blank_day$1,
|
|
1599
|
+
total_of_blank_days: total_of_blank_days$1,
|
|
1600
|
+
start_time: start_time$1,
|
|
1601
|
+
end_time: end_time$1,
|
|
1602
|
+
school_blank_day: school_blank_day$1,
|
|
1603
|
+
edit_point: edit_point$1,
|
|
1604
|
+
create_new_point: create_new_point$1,
|
|
1605
|
+
total_of_point: total_of_point$1,
|
|
1606
|
+
label: label$1,
|
|
1607
|
+
value: value$1,
|
|
1608
|
+
break_point: break_point$1,
|
|
1609
|
+
update_break_point: update_break_point$1,
|
|
1610
|
+
maximum_number_of_admins: maximum_number_of_admins$1,
|
|
1611
|
+
maximum_number_of_assistants: maximum_number_of_assistants$1,
|
|
1612
|
+
maximum_number_of_students: maximum_number_of_students$1,
|
|
1613
|
+
maximum_number_of_teachers: maximum_number_of_teachers$1,
|
|
1614
|
+
request_to_this_plan: request_to_this_plan$1,
|
|
1615
|
+
type_something_to_search_reflection_result: type_something_to_search_reflection_result$1,
|
|
1616
|
+
user_deleted: user_deleted$1,
|
|
1617
|
+
export_user_data: export_user_data$1,
|
|
1618
|
+
alert_delete_user: alert_delete_user$1,
|
|
1619
|
+
delete_user: delete_user$1,
|
|
1620
|
+
alert_delete_teacher: alert_delete_teacher$1,
|
|
1621
|
+
list_students: list_students$1,
|
|
1622
|
+
student_email: student_email$1,
|
|
1623
|
+
current_teacher_name: current_teacher_name$1,
|
|
1624
|
+
current_teacher_email: current_teacher_email$1,
|
|
1625
|
+
change_save: change_save$1,
|
|
1626
|
+
select_teacher_change: select_teacher_change$1,
|
|
1627
|
+
current_assistant_name: current_assistant_name$1,
|
|
1628
|
+
current_assistant_email: current_assistant_email$1,
|
|
1629
|
+
remove_assistant: remove_assistant$1,
|
|
1630
|
+
switch_assistant: switch_assistant$1,
|
|
1631
|
+
select_assistant_change: select_assistant_change$1,
|
|
1632
|
+
welcome_email_resend: welcome_email_resend$1,
|
|
1633
|
+
send_for_selected_users: send_for_selected_users$1,
|
|
1634
|
+
user_name: user_name$1,
|
|
1635
|
+
user_email: user_email$1,
|
|
1636
|
+
level: level$1,
|
|
1637
|
+
use_for: use_for$1,
|
|
1638
|
+
teacher_training: teacher_training$1,
|
|
1639
|
+
student_training: student_training$1,
|
|
1640
|
+
create_destination: create_destination$1,
|
|
1641
|
+
total_of_designation: total_of_designation$1,
|
|
1642
|
+
destinations: destinations$1,
|
|
1643
|
+
edit_destination: edit_destination$1,
|
|
1644
|
+
confirm: confirm$1,
|
|
1645
|
+
hello: hello$1,
|
|
1646
|
+
todays_1_1: todays_1_1$1,
|
|
1647
|
+
todays_Conferences: todays_Conferences$1,
|
|
1648
|
+
next_meeting: next_meeting$1,
|
|
1649
|
+
next_conference: next_conference$1,
|
|
1650
|
+
todays_schedule: todays_schedule$1,
|
|
1651
|
+
action_points: action_points$1,
|
|
1652
|
+
upcoming: upcoming$1,
|
|
1653
|
+
see_all_action_points: see_all_action_points$1,
|
|
1654
|
+
add: add$1,
|
|
1655
|
+
edit_action_point: edit_action_point$1,
|
|
1656
|
+
add_action_point: add_action_point$1,
|
|
1657
|
+
title: title$1,
|
|
1658
|
+
type_title: type_title$1,
|
|
1659
|
+
subject: subject$1,
|
|
1660
|
+
"class": "Class",
|
|
1661
|
+
select_date: select_date$1,
|
|
1662
|
+
date: date$1,
|
|
1663
|
+
select_time: select_time$1,
|
|
1664
|
+
time: time$1,
|
|
1665
|
+
notification: notification$1,
|
|
1666
|
+
no_notification: no_notification$1,
|
|
1667
|
+
day: day$1,
|
|
1668
|
+
week: week$1,
|
|
1669
|
+
mark_as_done: mark_as_done$1,
|
|
1670
|
+
"delete": "Delete",
|
|
1671
|
+
my_students: my_students$1,
|
|
1672
|
+
download_template: download_template$1,
|
|
1673
|
+
import_csv: import_csv$1,
|
|
1674
|
+
add_new: add_new$1,
|
|
1675
|
+
show_only_work_as_assistant: show_only_work_as_assistant$1,
|
|
1676
|
+
last_1_to_1: last_1_to_1$1,
|
|
1677
|
+
last_conference: last_conference$1,
|
|
1678
|
+
total_time: total_time$1,
|
|
1679
|
+
assistant_name: assistant_name$1,
|
|
1680
|
+
work_as_assistant: work_as_assistant$1,
|
|
1681
|
+
assign_assistant: assign_assistant$1,
|
|
1682
|
+
view: view$1,
|
|
1683
|
+
history: history$1,
|
|
1684
|
+
custom_recurrence: custom_recurrence$1,
|
|
1685
|
+
repeat_every: repeat_every$1,
|
|
1686
|
+
repeat_on: repeat_on$1,
|
|
1687
|
+
never: never$1,
|
|
1688
|
+
on: on$1,
|
|
1689
|
+
after: after$1,
|
|
1690
|
+
pick_a_date: pick_a_date$1,
|
|
1691
|
+
apply: apply$1,
|
|
1692
|
+
new_1_to_1: new_1_to_1$1,
|
|
1693
|
+
do_you_want_to_talk_with_teacher: do_you_want_to_talk_with_teacher$1,
|
|
1694
|
+
start_now: start_now$1,
|
|
1695
|
+
book_for_later: book_for_later$1,
|
|
1696
|
+
select_category: select_category$1,
|
|
1697
|
+
search_question_category: search_question_category$1,
|
|
1698
|
+
no_question: no_question$1,
|
|
1699
|
+
select_question: select_question$1,
|
|
1700
|
+
select_student: select_student$1,
|
|
1701
|
+
select_date_time: select_date_time$1,
|
|
1702
|
+
book_1_to_1: book_1_to_1$1,
|
|
1703
|
+
schedule: schedule$1,
|
|
1704
|
+
sessions_are_booked_as_10_minute_slots: sessions_are_booked_as_10_minute_slots$1,
|
|
1705
|
+
does_not_reoccur: does_not_reoccur$1,
|
|
1706
|
+
time_must_be_between_8_am_and_6_pm: time_must_be_between_8_am_and_6_pm$1,
|
|
1707
|
+
from: from$1,
|
|
1708
|
+
to: to$1,
|
|
1709
|
+
show_only_favorites: show_only_favorites$1,
|
|
1710
|
+
duration: duration$1,
|
|
1711
|
+
favorite: favorite$1,
|
|
1712
|
+
open: open$1,
|
|
1713
|
+
no_data: no_data$1,
|
|
1714
|
+
schedule_detail: schedule_detail$1,
|
|
1715
|
+
are_you_sure_you_want_to_cancel_this_schedule: are_you_sure_you_want_to_cancel_this_schedule$1,
|
|
1716
|
+
completed_1_to_1: completed_1_to_1$1,
|
|
1717
|
+
done: done$1,
|
|
1718
|
+
what_do_you_want_to_talk_about: what_do_you_want_to_talk_about$1,
|
|
1719
|
+
session_type: session_type$1,
|
|
1720
|
+
what_is_this_session_type: what_is_this_session_type$1,
|
|
1721
|
+
how_are_you_feeling_about_each_area_right_now: how_are_you_feeling_about_each_area_right_now$1,
|
|
1722
|
+
sleep_nutrition_exercise_physical_health_and_mental_health: sleep_nutrition_exercise_physical_health_and_mental_health$1,
|
|
1723
|
+
goals_activities_habits_and_strategies: goals_activities_habits_and_strategies$1,
|
|
1724
|
+
overall_how_are_you_feeling_today: overall_how_are_you_feeling_today$1,
|
|
1725
|
+
what_is_your_level_of_pride_in_yourself_today: what_is_your_level_of_pride_in_yourself_today$1,
|
|
1726
|
+
how_are_you_feeling_today: how_are_you_feeling_today$1,
|
|
1727
|
+
how_much_did_you_learn_from_this_session: how_much_did_you_learn_from_this_session$1,
|
|
1728
|
+
what_is_the_most_important_thing_you_learned_from_this_session: what_is_the_most_important_thing_you_learned_from_this_session$1,
|
|
1729
|
+
your_next_meeting: your_next_meeting$1,
|
|
1730
|
+
today_at: today_at$1,
|
|
1731
|
+
choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later: choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later$1,
|
|
1732
|
+
edit: edit$1,
|
|
1733
|
+
phone_number: phone_number$1,
|
|
1734
|
+
second_phone_number: second_phone_number$1,
|
|
1735
|
+
health_note: health_note$1,
|
|
1736
|
+
address: address$1,
|
|
1737
|
+
mtss: mtss$1,
|
|
1738
|
+
note: note$1,
|
|
1739
|
+
no_schedule: no_schedule$1,
|
|
1740
|
+
my_notes: my_notes$1,
|
|
1741
|
+
private_note: private_note$1,
|
|
1742
|
+
goal_process: goal_process$1,
|
|
1743
|
+
view_all_goals: view_all_goals$1,
|
|
1744
|
+
completed: completed$1,
|
|
1745
|
+
student_information: student_information$1,
|
|
1746
|
+
top_learning_strategies: top_learning_strategies$1,
|
|
1747
|
+
perceived_usage: perceived_usage$1,
|
|
1748
|
+
total_number_of_times_seleted: total_number_of_times_seleted$1,
|
|
1749
|
+
energy: energy$1,
|
|
1750
|
+
focus: focus$1,
|
|
1751
|
+
happiness: happiness$1,
|
|
1752
|
+
stress: stress$1,
|
|
1753
|
+
one_to_one: one_to_one$1,
|
|
1754
|
+
class_reflection: class_reflection$1,
|
|
1755
|
+
conference: conference$1,
|
|
1756
|
+
learning_progress: learning_progress$1,
|
|
1757
|
+
cant_export_now_please_try_again: cant_export_now_please_try_again$1,
|
|
1758
|
+
view_data: view_data$1,
|
|
1759
|
+
learning_strategies: learning_strategies$1,
|
|
1760
|
+
strategies: strategies$1,
|
|
1761
|
+
number_of_used: number_of_used$1,
|
|
1762
|
+
next: next$1,
|
|
1763
|
+
my_conferences: my_conferences$1,
|
|
1764
|
+
select_a_student_and_launch_a_new_conference_or_book_one_for_later: select_a_student_and_launch_a_new_conference_or_book_one_for_later$1,
|
|
1765
|
+
you_have_no_student: you_have_no_student$1,
|
|
1766
|
+
this_is_a_required_field: this_is_a_required_field$1,
|
|
1767
|
+
please_select_question_category: please_select_question_category$1,
|
|
1768
|
+
book_conferences: book_conferences$1,
|
|
1769
|
+
final_score: final_score$1,
|
|
1770
|
+
new_conference: new_conference$1,
|
|
1771
|
+
search_student: search_student$1,
|
|
1772
|
+
"1_1_conversation": "1-1 Conversation",
|
|
1773
|
+
meeting_schedule: meeting_schedule$1,
|
|
1774
|
+
class_schedule: class_schedule$1,
|
|
1775
|
+
more_questions: more_questions$1,
|
|
1776
|
+
conference_rubric: conference_rubric$1,
|
|
1777
|
+
unlock: unlock$1,
|
|
1778
|
+
before_clicking_submit: before_clicking_submit$1,
|
|
1779
|
+
your_session_was: your_session_was$1,
|
|
1780
|
+
mins: mins$1,
|
|
1781
|
+
min: min$1,
|
|
1782
|
+
submit: submit$1,
|
|
1783
|
+
are_you_sure_to_complete: are_you_sure_to_complete$1,
|
|
1784
|
+
be_sure_to_check_completed_all: be_sure_to_check_completed_all$1,
|
|
1785
|
+
teacher_choice: teacher_choice$1,
|
|
1786
|
+
student_choice: student_choice$1,
|
|
1787
|
+
agreement: agreement$1,
|
|
1788
|
+
personal_learning_plan: personal_learning_plan$1,
|
|
1789
|
+
personal_interests: personal_interests$1,
|
|
1790
|
+
allow_student_to_edit: allow_student_to_edit$1,
|
|
1791
|
+
strengths_and_challenges: strengths_and_challenges$1,
|
|
1792
|
+
significant_strengths: significant_strengths$1,
|
|
1793
|
+
strengths: strengths$1,
|
|
1794
|
+
challenges: challenges$1,
|
|
1795
|
+
significant_challenges: significant_challenges$1,
|
|
1796
|
+
how_my_teachers_can_help_me_learn: how_my_teachers_can_help_me_learn$1,
|
|
1797
|
+
about_my_learning: about_my_learning$1,
|
|
1798
|
+
accommodations: accommodations$1,
|
|
1799
|
+
goals: goals$1,
|
|
1800
|
+
activity_circles: activity_circles$1,
|
|
1801
|
+
friend_circles: friend_circles$1,
|
|
1802
|
+
are_you_ready_to_learn: are_you_ready_to_learn$1,
|
|
1803
|
+
class_schedules: class_schedules$1,
|
|
1804
|
+
add_class_schedule: add_class_schedule$1,
|
|
1805
|
+
class_date: class_date$1,
|
|
1806
|
+
class_name: class_name$1,
|
|
1807
|
+
day_period: day_period$1,
|
|
1808
|
+
teacher_email: teacher_email$1,
|
|
1809
|
+
note_type_class: note_type_class$1,
|
|
1810
|
+
my_note: my_note$1,
|
|
1811
|
+
add_new_note: add_new_note$1,
|
|
1812
|
+
all_category: all_category$1,
|
|
1813
|
+
personalized: personalized$1,
|
|
1814
|
+
show_only_favorite: show_only_favorite$1,
|
|
1815
|
+
search: search$1,
|
|
1816
|
+
note_title: note_title$1,
|
|
1817
|
+
student: student$1,
|
|
1818
|
+
note_detail: note_detail$1,
|
|
1819
|
+
mark_as_favorite: mark_as_favorite$1,
|
|
1820
|
+
type_a_note: type_a_note$1,
|
|
1821
|
+
please_select_student: please_select_student$1,
|
|
1822
|
+
settings: settings$1,
|
|
1823
|
+
save_changes: save_changes$1,
|
|
1824
|
+
activity_notifications: activity_notifications$1,
|
|
1825
|
+
schedule_notifications: schedule_notifications$1,
|
|
1826
|
+
preschedule_notifications: preschedule_notifications$1,
|
|
1827
|
+
yes: yes$1,
|
|
1828
|
+
no: no$1,
|
|
1829
|
+
email_notification: email_notification$1,
|
|
1830
|
+
send_me_email_notification: send_me_email_notification$1,
|
|
1831
|
+
dont_send_me_email_notification: dont_send_me_email_notification$1,
|
|
1832
|
+
type: type$1,
|
|
1833
|
+
teacher_request: teacher_request$1,
|
|
1834
|
+
student_request: student_request$1,
|
|
1835
|
+
overview: overview$1,
|
|
1836
|
+
plp: plp$1,
|
|
1837
|
+
my_student_1_to_1: my_student_1_to_1$1,
|
|
1838
|
+
my_student_conference: my_student_conference$1,
|
|
1839
|
+
received_date: received_date$1,
|
|
1840
|
+
class_impact_score: class_impact_score$1,
|
|
1841
|
+
impact_score: impact_score$1,
|
|
1842
|
+
iep: iep$1,
|
|
1843
|
+
"1_to_1_conversation": "1-to-1 Conversation",
|
|
1844
|
+
creator: creator$1,
|
|
1845
|
+
last_modify: last_modify$1,
|
|
1846
|
+
modify: modify,
|
|
1847
|
+
student_reflections: student_reflections$1,
|
|
1848
|
+
external_reflection: external_reflection$1,
|
|
1849
|
+
external_class_reflection: external_class_reflection$1,
|
|
1850
|
+
reflections: reflections$1,
|
|
1851
|
+
class_reflections: class_reflections$1,
|
|
1852
|
+
add_reflection: add_reflection$1,
|
|
1853
|
+
add_class_reflection: add_class_reflection$1,
|
|
1854
|
+
class_type: class_type$1,
|
|
1855
|
+
teacher_image: teacher_image$1,
|
|
1856
|
+
send_to_teacher: send_to_teacher$1,
|
|
1857
|
+
send_now: send_now$1,
|
|
1858
|
+
missed: missed$1,
|
|
1859
|
+
pending: pending$1,
|
|
1860
|
+
sent_date: sent_date$1,
|
|
1861
|
+
go_to_the_student_plp: go_to_the_student_plp$1,
|
|
1862
|
+
new_iep: new_iep$1,
|
|
1863
|
+
edit_iep: edit_iep$1,
|
|
1864
|
+
type_of_iep: type_of_iep$1,
|
|
1865
|
+
source_of_eligibility_forinitial: source_of_eligibility_forinitial$1,
|
|
1866
|
+
annual_goals: annual_goals$1,
|
|
1867
|
+
enter_a_date_range: enter_a_date_range$1,
|
|
1868
|
+
add_objectives: add_objectives$1,
|
|
1869
|
+
add_goals: add_goals$1,
|
|
1870
|
+
day_month_year: day_month_year$1,
|
|
1871
|
+
special_education: special_education$1,
|
|
1872
|
+
special_education_content: special_education_content$1,
|
|
1873
|
+
objectives_and_reporting_progress: objectives_and_reporting_progress$1,
|
|
1874
|
+
objectives_and_reporting_progress_content: objectives_and_reporting_progress_content$1,
|
|
1875
|
+
annual_goals_content: annual_goals_content$1,
|
|
1876
|
+
related_services: related_services$1,
|
|
1877
|
+
related_services_content: related_services_content$1,
|
|
1878
|
+
supplementary_aids_and_services: supplementary_aids_and_services$1,
|
|
1879
|
+
supplementary_aids_and_services_content: supplementary_aids_and_services_content$1,
|
|
1880
|
+
program_modifications_for_school_personnel: program_modifications_for_school_personnel$1,
|
|
1881
|
+
program_modifications_for_school_personnel_content: program_modifications_for_school_personnel_content$1,
|
|
1882
|
+
extent_of_nonparticipation: extent_of_nonparticipation$1,
|
|
1883
|
+
extent_of_nonparticipation_content: extent_of_nonparticipation_content$1,
|
|
1884
|
+
accommodations_in_assessment: accommodations_in_assessment$1,
|
|
1885
|
+
accommodations_in_assessment_content: accommodations_in_assessment_content$1,
|
|
1886
|
+
service_delivery: service_delivery$1,
|
|
1887
|
+
service_delivery_content: service_delivery_content$1,
|
|
1888
|
+
transition_planning: transition_planning$1,
|
|
1889
|
+
transition_planning_content: transition_planning_content$1,
|
|
1890
|
+
present_levels: present_levels$1,
|
|
1891
|
+
present_levels_content: present_levels_content$1,
|
|
1892
|
+
signatures: signatures$1,
|
|
1893
|
+
iep_old_version_and_diagnostic_docs: iep_old_version_and_diagnostic_docs$1,
|
|
1894
|
+
upload_file: upload_file$1,
|
|
1895
|
+
add_interest: add_interest$1,
|
|
1896
|
+
upload_image: upload_image$1,
|
|
1897
|
+
supported_image_types: supported_image_types$1,
|
|
1898
|
+
edit_interest: edit_interest$1,
|
|
1899
|
+
select_personal_interest_or_enter_personal_interest_here: select_personal_interest_or_enter_personal_interest_here$1,
|
|
1900
|
+
add_note: add_note$1,
|
|
1901
|
+
select_best_fit: select_best_fit$1,
|
|
1902
|
+
best_fits: best_fits$1,
|
|
1903
|
+
select_strategies: select_strategies$1,
|
|
1904
|
+
selected_learning_strategies: selected_learning_strategies$1,
|
|
1905
|
+
do_you_want_to_delete_this_strengths_and_challenges: do_you_want_to_delete_this_strengths_and_challenges$1,
|
|
1906
|
+
add_new_item: add_new_item$1,
|
|
1907
|
+
edit_item: edit_item$1,
|
|
1908
|
+
select_teaching_strategies: select_teaching_strategies$1,
|
|
1909
|
+
selected_teaching_strategies: selected_teaching_strategies$1,
|
|
1910
|
+
add_title: add_title$1,
|
|
1911
|
+
my_learning: my_learning$1,
|
|
1912
|
+
do_you_want_to_delete_this_about_my_learning: do_you_want_to_delete_this_about_my_learning$1,
|
|
1913
|
+
edit_my_learning: edit_my_learning$1,
|
|
1914
|
+
add_my_learning: add_my_learning$1,
|
|
1915
|
+
select_about_learning_or_enter_about_learning_here: select_about_learning_or_enter_about_learning_here$1,
|
|
1916
|
+
accommodation: accommodation$1,
|
|
1917
|
+
all_categories: all_categories$1,
|
|
1918
|
+
do_you_want_to_delete_this_accommodation: do_you_want_to_delete_this_accommodation$1,
|
|
1919
|
+
edit_accommodation: edit_accommodation$1,
|
|
1920
|
+
add_accommodation: add_accommodation$1,
|
|
1921
|
+
all: all$1,
|
|
1922
|
+
all_status: all_status$1,
|
|
1923
|
+
goal_type: goal_type$1,
|
|
1924
|
+
add_new_goal: add_new_goal$1,
|
|
1925
|
+
goal_detail: goal_detail$1,
|
|
1926
|
+
select_status: select_status$1,
|
|
1927
|
+
goal_baseline: goal_baseline$1,
|
|
1928
|
+
objective: objective$1,
|
|
1929
|
+
goal_details: goal_details$1,
|
|
1930
|
+
goals_type: goals_type$1,
|
|
1931
|
+
edit_goal_detail: edit_goal_detail$1,
|
|
1932
|
+
uploaded_files: uploaded_files$1,
|
|
1933
|
+
optional: optional$1,
|
|
1934
|
+
edit_baseline: edit_baseline$1,
|
|
1935
|
+
edit_friend: edit_friend$1,
|
|
1936
|
+
add_friend: add_friend$1,
|
|
1937
|
+
search_friend: search_friend$1,
|
|
1938
|
+
friend_type: friend_type$1,
|
|
1939
|
+
edit_activity: edit_activity$1,
|
|
1940
|
+
add_activity: add_activity$1,
|
|
1941
|
+
search_activity: search_activity$1,
|
|
1942
|
+
activity: activity$1,
|
|
1943
|
+
activity_type: activity_type$1,
|
|
1944
|
+
select_or_type_an_activity: select_or_type_an_activity$1
|
|
1945
|
+
};
|
|
1946
|
+
|
|
1947
|
+
var DEFAULT_LANGUAGE = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "uk";
|
|
1948
|
+
console.log({
|
|
1949
|
+
lang: localStorage.getItem("language")
|
|
1950
|
+
});
|
|
1951
|
+
i18n.use(reactI18next.initReactI18next).init({
|
|
1952
|
+
resources: {
|
|
1953
|
+
us: {
|
|
1954
|
+
translation: lang_us
|
|
1955
|
+
},
|
|
1956
|
+
uk: {
|
|
1957
|
+
translation: lang_uk
|
|
1958
|
+
}
|
|
1959
|
+
},
|
|
1960
|
+
lng: DEFAULT_LANGUAGE,
|
|
1961
|
+
fallbackLng: DEFAULT_LANGUAGE,
|
|
1962
|
+
keySeparator: false,
|
|
1963
|
+
interpolation: {
|
|
1964
|
+
escapeValue: false
|
|
1965
|
+
}
|
|
1966
|
+
});
|
|
1967
|
+
|
|
34
1968
|
// A type of promise-like that resolves synchronously and supports only one observer
|
|
35
1969
|
|
|
36
1970
|
const _iteratorSymbol = /*#__PURE__*/ typeof Symbol !== "undefined" ? (Symbol.iterator || (Symbol.iterator = Symbol("Symbol.iterator"))) : "@@iterator";
|
|
@@ -50,7 +1984,7 @@ function _catch(body, recover) {
|
|
|
50
1984
|
return result;
|
|
51
1985
|
}
|
|
52
1986
|
|
|
53
|
-
var styles = {"btn-login-google":"_2HqmH","notification-count":"_2sew7","text-introduction":"_3OgWF","btn-trans-border":"_r9cAh","contact":"_NszFe","learn-more":"_MDjzH","title-quote":"_1Swkw","descriptions-quote":"_gi8vj","descriptions-icon":"_3SOdX","box-login":"_38Lo1","block-verification":"_1OzGy","block-login":"_wWIyO","title-login":"_3nuns","title-forgot-password":"_21qb6","btn-close":"_NhW9l","btn-login":"_3IL10","return-to-login":"_Ce3Kg","recover-account":"_2t6d9","link-to-login":"_3bDsd","remember":"_11FZt","term-and-conditions":"_3LXoI","descriptions-forgot-pass":"_PMcjT","content-icon":"_2rZY6","title-icon":"_y9lM2","nav-home":"_1TT1q","box-introduction":"_32V6L","icon":"_20YJX","form-user-name":"_39BJD","checkbox-remember":"_2K9b2","block-reset-password":"_23Sua","block-forgot-pass":"_3CWP6","page-not-login":"_3Wmco","content-quote":"_13Rk0","home-page":"_o6HKW","red-background":"_jOY7o","login":"_F-hjL","img-box":"_2v-L_","img-login":"_3ncTL","img-login-rectangle":"_2kOvJ","c-main":"_39l0X","container-fluid":"_1BMwK","input-file-label":"_1XNpH","delete-avatar-button":"_1z5h9","header-logo":"_Gewcf","box-sidebar":"_2vcmv","sidebar-logo":"_1hXpy","sidebar-nav-links":"_3vb3s","c-active":"_36jSM","sidebar-nav-links-hover":"_DNrus","box-sidebar-header":"_3NEZj","box-logout":"_1wUDG","sidebar-btn-minimized":"_1S7Px","sidebar-logout":"_2P85D","nav-mobile":"_1qjbW","filter-media-file":"_1I62C","div":"_3cLcM","dropdown-menu":"_1krbH","header-avatar":"_RQaHE","dropdown-content":"_3ys4W","dropdown-change":"_ToOW_","item-address":"_3sQlR","item-logout":"_3bqSM","title-address":"_1jgSI","img-avatar":"_35Ttz","item-contact":"_1wc7o","logout":"_1_9tV","content-text":"_3S4f2","hide-in-mobile":"_1INnO","hide-in-desktop":"_2LIqK","control-input":"_2Zz97","custom-control":"_3-yp5"};
|
|
1987
|
+
var styles = {"btn-login-google":"_2HqmH","notification-count":"_2sew7","text-introduction":"_3OgWF","btn-trans-border":"_r9cAh","contact":"_NszFe","learn-more":"_MDjzH","title-quote":"_1Swkw","descriptions-quote":"_gi8vj","descriptions-icon":"_3SOdX","box-login":"_38Lo1","block-verification":"_1OzGy","block-login":"_wWIyO","title-login":"_3nuns","title-forgot-password":"_21qb6","btn-close":"_NhW9l","btn-login":"_3IL10","return-to-login":"_Ce3Kg","recover-account":"_2t6d9","link-to-login":"_3bDsd","remember":"_11FZt","term-and-conditions":"_3LXoI","descriptions-forgot-pass":"_PMcjT","content-icon":"_2rZY6","title-icon":"_y9lM2","nav-home":"_1TT1q","box-introduction":"_32V6L","icon":"_20YJX","form-user-name":"_39BJD","checkbox-remember":"_2K9b2","block-reset-password":"_23Sua","block-forgot-pass":"_3CWP6","page-not-login":"_3Wmco","content-quote":"_13Rk0","home-page":"_o6HKW","red-background":"_jOY7o","login":"_F-hjL","img-box":"_2v-L_","img-login":"_3ncTL","img-login-rectangle":"_2kOvJ","c-main":"_39l0X","container-fluid":"_1BMwK","input-file-label":"_1XNpH","delete-avatar-button":"_1z5h9","header-logo":"_Gewcf","box-sidebar":"_2vcmv","sidebar-logo":"_1hXpy","sidebar-nav-links":"_3vb3s","c-active":"_36jSM","sidebar-nav-links-hover":"_DNrus","box-sidebar-header":"_3NEZj","box-logout":"_1wUDG","sidebar-btn-minimized":"_1S7Px","sidebar-logout":"_2P85D","nav-mobile":"_1qjbW","filter-media-file":"_1I62C","div":"_3cLcM","dropdown-menu":"_1krbH","header-avatar":"_RQaHE","dropdown-menu-flag":"_XK8oS","dropdown-content":"_3ys4W","dropdown-change":"_ToOW_","item-address":"_3sQlR","item-logout":"_3bqSM","title-address":"_1jgSI","img-avatar":"_35Ttz","item-contact":"_1wc7o","logout":"_1_9tV","content-text":"_3S4f2","dropdown-content-language":"_3ajui","dropdown-item-language":"_3Y_y4","dropdown-item-language-active":"_CzNMi","hide-in-mobile":"_1INnO","hide-in-desktop":"_2LIqK","control-input":"_2Zz97","custom-control":"_3-yp5"};
|
|
54
1988
|
|
|
55
1989
|
var style = {
|
|
56
1990
|
fontSize: "0.85rem"
|
|
@@ -108,7 +2042,7 @@ var PasswordInput = function PasswordInput(_ref) {
|
|
|
108
2042
|
|
|
109
2043
|
var TINY_MCE_API_KEY = "adpshj9swgsscf83gw4gs2f74nx0vicpd5ydka20iqjd7l8r";
|
|
110
2044
|
var GOOGLE_RECAPTCHA_KEY = "6LfNtLUaAAAAAL24lbBV11jS-gBtt1mhtxb4NXs0";
|
|
111
|
-
var INIT_AMPLITUDE_KEY = "
|
|
2045
|
+
var INIT_AMPLITUDE_KEY = "c617d0950cfdcae12953907273a1920f";
|
|
112
2046
|
var ACCESS_TOKEN = "ACCESS_TOKEN";
|
|
113
2047
|
var DEFAULT_PAGE_SIZE_VALUES = [{
|
|
114
2048
|
label: "10",
|
|
@@ -248,7 +2182,9 @@ var reset = toolkit.createAction("common/reset");
|
|
|
248
2182
|
var showMenuBar = toolkit.createAction("common/showMenuBar");
|
|
249
2183
|
var showFontSize = toolkit.createAction("common/showFontSize");
|
|
250
2184
|
var setEnableIEP = toolkit.createAction("common/setEnableIEP");
|
|
2185
|
+
var setEnableSurvey = toolkit.createAction("common/setEnableSurvey");
|
|
251
2186
|
var setConversationOneToOne = toolkit.createAction("common/setConversationOneToOne");
|
|
2187
|
+
var setLanguage = toolkit.createAction("common/setLanguage");
|
|
252
2188
|
var setCurrentStudentId = toolkit.createAction("common/setCurrentStudentId");
|
|
253
2189
|
var setCurrentStudentUserId = toolkit.createAction("common/setCurrentStudentUserId");
|
|
254
2190
|
var setCurrentStudentName = toolkit.createAction("common/setCurrentStudentName");
|
|
@@ -1831,6 +3767,95 @@ var TheHeaderDropdown = function TheHeaderDropdown() {
|
|
|
1831
3767
|
})), "LOGOUT"))));
|
|
1832
3768
|
};
|
|
1833
3769
|
|
|
3770
|
+
var TheLanguageDropdown = function TheLanguageDropdown() {
|
|
3771
|
+
var defaultLanguage = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "uk";
|
|
3772
|
+
var dispatch = reactRedux.useDispatch();
|
|
3773
|
+
|
|
3774
|
+
var _useTranslation = reactI18next.useTranslation(),
|
|
3775
|
+
i18n = _useTranslation.i18n;
|
|
3776
|
+
|
|
3777
|
+
var _useState = React.useState(false),
|
|
3778
|
+
dropdownOpen = _useState[0],
|
|
3779
|
+
setDropdownOpen = _useState[1];
|
|
3780
|
+
|
|
3781
|
+
var _useState2 = React.useState(defaultLanguage),
|
|
3782
|
+
language = _useState2[0],
|
|
3783
|
+
setItemLanguage = _useState2[1];
|
|
3784
|
+
|
|
3785
|
+
var toggle = function toggle() {
|
|
3786
|
+
return setDropdownOpen(function (prevState) {
|
|
3787
|
+
return !prevState;
|
|
3788
|
+
});
|
|
3789
|
+
};
|
|
3790
|
+
|
|
3791
|
+
var changeLanguageApp = function changeLanguageApp(lang) {
|
|
3792
|
+
i18n.changeLanguage(lang);
|
|
3793
|
+
localStorage.setItem("language", lang);
|
|
3794
|
+
setItemLanguage(lang);
|
|
3795
|
+
dispatch(setLanguage(lang));
|
|
3796
|
+
};
|
|
3797
|
+
|
|
3798
|
+
var displayCurrentLang = {
|
|
3799
|
+
uk: React__default.createElement(React__default.Fragment, null, React__default.createElement("img", {
|
|
3800
|
+
className: "mr-2 " + styles['dropdown-menu-flag'],
|
|
3801
|
+
src: "/images/united-kingdom.png"
|
|
3802
|
+
}), " English, UK"),
|
|
3803
|
+
us: React__default.createElement(React__default.Fragment, null, React__default.createElement("img", {
|
|
3804
|
+
className: "mr-2 " + styles['dropdown-menu-flag'],
|
|
3805
|
+
src: "/images/usa.png"
|
|
3806
|
+
}), " English, US")
|
|
3807
|
+
};
|
|
3808
|
+
return React__default.createElement(reactstrap.Dropdown, {
|
|
3809
|
+
isOpen: dropdownOpen,
|
|
3810
|
+
toggle: toggle,
|
|
3811
|
+
className: "" + styles["dropdown-menu"]
|
|
3812
|
+
}, React__default.createElement(reactstrap.DropdownToggle, {
|
|
3813
|
+
className: styles["header-avatar"] + " d-flex align-items-center"
|
|
3814
|
+
}, React__default.createElement("span", {
|
|
3815
|
+
style: {
|
|
3816
|
+
color: "#000",
|
|
3817
|
+
textTransform: "capitalize",
|
|
3818
|
+
display: 'flex',
|
|
3819
|
+
alignItems: 'center'
|
|
3820
|
+
}
|
|
3821
|
+
}, displayCurrentLang[language || "uk"], React__default.createElement(bs.BsChevronDown, {
|
|
3822
|
+
className: "ml-2",
|
|
3823
|
+
style: {
|
|
3824
|
+
fontSize: '10px'
|
|
3825
|
+
}
|
|
3826
|
+
}))), React__default.createElement(reactstrap.DropdownMenu, {
|
|
3827
|
+
className: styles["dropdown-content-language"]
|
|
3828
|
+
}, React__default.createElement(reactstrap.DropdownItem, {
|
|
3829
|
+
className: styles["dropdown-change"] + " px-0 py-0 pt-2",
|
|
3830
|
+
onClick: function onClick() {
|
|
3831
|
+
return changeLanguageApp("uk");
|
|
3832
|
+
}
|
|
3833
|
+
}, React__default.createElement("div", {
|
|
3834
|
+
className: styles["dropdown-item-language"] + " " + styles["item-logout"] + " " + (language == "uk" ? styles['dropdown-item-language-active'] : "") + " d-flex align-items-center w-100"
|
|
3835
|
+
}, React__default.createElement("span", {
|
|
3836
|
+
className: "mr-2 d-flex hover-opacity"
|
|
3837
|
+
}, React__default.createElement("img", {
|
|
3838
|
+
style: {
|
|
3839
|
+
width: "30px"
|
|
3840
|
+
},
|
|
3841
|
+
src: "/images/united-kingdom.png"
|
|
3842
|
+
})), "United Kingdom")), React__default.createElement(reactstrap.DropdownItem, {
|
|
3843
|
+
className: styles["dropdown-change"] + " px-0 py-0 pb-2",
|
|
3844
|
+
onClick: function onClick() {
|
|
3845
|
+
return changeLanguageApp("us");
|
|
3846
|
+
}
|
|
3847
|
+
}, React__default.createElement("div", {
|
|
3848
|
+
className: styles["dropdown-item-language"] + " " + styles["item-logout"] + " " + (language == "us" ? styles['dropdown-item-language-active'] : "") + " d-flex align-items-center w-100"
|
|
3849
|
+
}, React__default.createElement("span", {
|
|
3850
|
+
className: "mr-2 d-flex hover-opacity"
|
|
3851
|
+
}, React__default.createElement("img", {
|
|
3852
|
+
style: {
|
|
3853
|
+
width: "30px"
|
|
3854
|
+
},
|
|
3855
|
+
src: "/images/usa.png"
|
|
3856
|
+
})), "United States of America"))));
|
|
3857
|
+
};
|
|
3858
|
+
|
|
1834
3859
|
var TheHeader = function TheHeader() {
|
|
1835
3860
|
var isDistrict = window.location.host.includes("-district");
|
|
1836
3861
|
return React__default.createElement(react.CHeader, {
|
|
@@ -1844,7 +3869,7 @@ var TheHeader = function TheHeader() {
|
|
|
1844
3869
|
className: styles["header-logo"]
|
|
1845
3870
|
})), React__default.createElement(react.CHeaderNav, {
|
|
1846
3871
|
className: "pr-3"
|
|
1847
|
-
}, React__default.createElement("a", {
|
|
3872
|
+
}, React__default.createElement(TheLanguageDropdown, null), React__default.createElement("a", {
|
|
1848
3873
|
className: "mr-3",
|
|
1849
3874
|
style: {
|
|
1850
3875
|
color: '#000'
|
|
@@ -1971,6 +3996,13 @@ var TheLayout = function TheLayout(_ref) {
|
|
|
1971
3996
|
var user = reactRedux.useSelector(function (state) {
|
|
1972
3997
|
return state.common.user;
|
|
1973
3998
|
});
|
|
3999
|
+
var language = reactRedux.useSelector(function (state) {
|
|
4000
|
+
return state.common.language;
|
|
4001
|
+
});
|
|
4002
|
+
|
|
4003
|
+
var _useTranslation = reactI18next.useTranslation(),
|
|
4004
|
+
t = _useTranslation.t;
|
|
4005
|
+
|
|
1974
4006
|
var location = reactRouterDom.useLocation();
|
|
1975
4007
|
var isNotification = location.pathname.includes("notifications");
|
|
1976
4008
|
var isDistrict = window.location.host.includes("-district");
|
|
@@ -1980,14 +4012,18 @@ var TheLayout = function TheLayout(_ref) {
|
|
|
1980
4012
|
}).filter(function (route) {
|
|
1981
4013
|
return !!route.isDistrict === isDistrict;
|
|
1982
4014
|
});
|
|
1983
|
-
}, [user]);
|
|
4015
|
+
}, [user, language]);
|
|
1984
4016
|
var authNavigations = React.useMemo(function () {
|
|
1985
|
-
return navigation.
|
|
4017
|
+
return navigation.map(function (item) {
|
|
4018
|
+
return _extends({}, item, {
|
|
4019
|
+
name: t(item.name)
|
|
4020
|
+
});
|
|
4021
|
+
}).filter(function (nav) {
|
|
1986
4022
|
return canAccess(user === null || user === void 0 ? void 0 : user.roles, nav.roles);
|
|
1987
4023
|
}).filter(function (nav) {
|
|
1988
4024
|
return !!nav.isDistrict === isDistrict;
|
|
1989
4025
|
});
|
|
1990
|
-
}, [user]);
|
|
4026
|
+
}, [user, language]);
|
|
1991
4027
|
React.useEffect(function () {
|
|
1992
4028
|
checkAuthentication();
|
|
1993
4029
|
}, []);
|
|
@@ -2183,10 +4219,10 @@ var get$1 = function get(filter) {
|
|
|
2183
4219
|
var getById = function getById(id) {
|
|
2184
4220
|
return api.get(EMAIL_TEMPLATE_URL + "/" + id);
|
|
2185
4221
|
};
|
|
2186
|
-
var create = function create(data) {
|
|
4222
|
+
var create$2 = function create(data) {
|
|
2187
4223
|
return api.post(EMAIL_TEMPLATE_URL, data);
|
|
2188
4224
|
};
|
|
2189
|
-
var update = function update(data) {
|
|
4225
|
+
var update$2 = function update(data) {
|
|
2190
4226
|
return api.put(EMAIL_TEMPLATE_URL + "/" + data.id, data);
|
|
2191
4227
|
};
|
|
2192
4228
|
var remove = function remove(id) {
|
|
@@ -2687,7 +4723,7 @@ var config = {
|
|
|
2687
4723
|
paste_data_images: true
|
|
2688
4724
|
};
|
|
2689
4725
|
|
|
2690
|
-
var email = _extends({}, config, {
|
|
4726
|
+
var email$2 = _extends({}, config, {
|
|
2691
4727
|
images_upload_handler: function images_upload_handler(blobInfo, success) {
|
|
2692
4728
|
try {
|
|
2693
4729
|
var imageFile = new FormData();
|
|
@@ -2707,7 +4743,7 @@ var email = _extends({}, config, {
|
|
|
2707
4743
|
}
|
|
2708
4744
|
});
|
|
2709
4745
|
|
|
2710
|
-
var question = _extends({}, config, {
|
|
4746
|
+
var question$2 = _extends({}, config, {
|
|
2711
4747
|
images_upload_handler: function images_upload_handler(blobInfo, success) {
|
|
2712
4748
|
try {
|
|
2713
4749
|
var imageFile = new FormData();
|
|
@@ -2795,8 +4831,8 @@ var tutorial = _extends({}, config, {
|
|
|
2795
4831
|
});
|
|
2796
4832
|
|
|
2797
4833
|
var editorConfig = {
|
|
2798
|
-
email: email,
|
|
2799
|
-
question: question,
|
|
4834
|
+
email: email$2,
|
|
4835
|
+
question: question$2,
|
|
2800
4836
|
answer: answer,
|
|
2801
4837
|
tutorial: tutorial
|
|
2802
4838
|
};
|
|
@@ -2907,7 +4943,7 @@ var useEmailTemplateDetail = function useEmailTemplateDetail(id) {
|
|
|
2907
4943
|
|
|
2908
4944
|
var _temp10 = _catch(function () {
|
|
2909
4945
|
function _temp6() {
|
|
2910
|
-
var next = !!id ? update : create;
|
|
4946
|
+
var next = !!id ? update$2 : create$2;
|
|
2911
4947
|
return Promise.resolve(next(data)).then(function () {
|
|
2912
4948
|
dispatch(setAlert({
|
|
2913
4949
|
type: "success",
|
|
@@ -3419,10 +5455,10 @@ var get$3 = function get(filter) {
|
|
|
3419
5455
|
var getById$1 = function getById(id) {
|
|
3420
5456
|
return api.get(FAQ_URL + "/" + id);
|
|
3421
5457
|
};
|
|
3422
|
-
var create$
|
|
5458
|
+
var create$3 = function create(data) {
|
|
3423
5459
|
return api.post(FAQ_URL, data);
|
|
3424
5460
|
};
|
|
3425
|
-
var update$
|
|
5461
|
+
var update$3 = function update(data) {
|
|
3426
5462
|
return api.put(FAQ_URL + "/" + data.id, data);
|
|
3427
5463
|
};
|
|
3428
5464
|
var remove$1 = function remove(id) {
|
|
@@ -3614,7 +5650,7 @@ var useFaqDetail = function useFaqDetail() {
|
|
|
3614
5650
|
dispatch(setLoading(true));
|
|
3615
5651
|
|
|
3616
5652
|
var _temp8 = _catch(function () {
|
|
3617
|
-
var next = !!id ? update$
|
|
5653
|
+
var next = !!id ? update$3 : create$3;
|
|
3618
5654
|
return Promise.resolve(next(values)).then(function () {
|
|
3619
5655
|
dispatch(setAlert({
|
|
3620
5656
|
type: "success",
|
|
@@ -3789,10 +5825,10 @@ var get$4 = function get(filter) {
|
|
|
3789
5825
|
var getById$2 = function getById(id) {
|
|
3790
5826
|
return api.get(SKILL_URL + "/" + id);
|
|
3791
5827
|
};
|
|
3792
|
-
var create$
|
|
5828
|
+
var create$4 = function create(data) {
|
|
3793
5829
|
return api.post(SKILL_URL, data);
|
|
3794
5830
|
};
|
|
3795
|
-
var update$
|
|
5831
|
+
var update$4 = function update(data) {
|
|
3796
5832
|
return api.put(SKILL_URL + "/" + data.id, data);
|
|
3797
5833
|
};
|
|
3798
5834
|
var remove$2 = function remove(id) {
|
|
@@ -3857,6 +5893,10 @@ var SkillDetailModal = function SkillDetailModal(props, ref) {
|
|
|
3857
5893
|
setEditedTrue = props.setEditedTrue,
|
|
3858
5894
|
setEditedFalse = props.setEditedFalse,
|
|
3859
5895
|
isDisabled = props.isDisabled;
|
|
5896
|
+
|
|
5897
|
+
var _useTranslation = reactI18next.useTranslation(),
|
|
5898
|
+
t = _useTranslation.t;
|
|
5899
|
+
|
|
3860
5900
|
return React__default.createElement(formik.Formik, {
|
|
3861
5901
|
initialValues: skillDetail,
|
|
3862
5902
|
enableReinitialize: true,
|
|
@@ -3890,10 +5930,10 @@ var SkillDetailModal = function SkillDetailModal(props, ref) {
|
|
|
3890
5930
|
md: 12,
|
|
3891
5931
|
className: "mb-2"
|
|
3892
5932
|
}, React__default.createElement(RequiredLabel$1, {
|
|
3893
|
-
text: "
|
|
5933
|
+
text: t("name")
|
|
3894
5934
|
}), React__default.createElement(reactstrap.Input, {
|
|
3895
5935
|
name: "name",
|
|
3896
|
-
placeholder: "
|
|
5936
|
+
placeholder: t("name"),
|
|
3897
5937
|
value: values.name,
|
|
3898
5938
|
onChange: function onChange(e) {
|
|
3899
5939
|
handleChange(e);
|
|
@@ -3905,11 +5945,11 @@ var SkillDetailModal = function SkillDetailModal(props, ref) {
|
|
|
3905
5945
|
})), React__default.createElement(reactstrap.Col, {
|
|
3906
5946
|
md: 12,
|
|
3907
5947
|
className: "mb-2"
|
|
3908
|
-
}, React__default.createElement(reactstrap.Label, null, "
|
|
5948
|
+
}, React__default.createElement(reactstrap.Label, null, t("description")), React__default.createElement(reactstrap.Input, {
|
|
3909
5949
|
type: "textarea",
|
|
3910
5950
|
rows: 5,
|
|
3911
5951
|
name: "description",
|
|
3912
|
-
placeholder: "
|
|
5952
|
+
placeholder: t("description"),
|
|
3913
5953
|
value: values.description,
|
|
3914
5954
|
onChange: function onChange(e) {
|
|
3915
5955
|
handleChange(e);
|
|
@@ -3919,7 +5959,7 @@ var SkillDetailModal = function SkillDetailModal(props, ref) {
|
|
|
3919
5959
|
})), React__default.createElement(reactstrap.Col, {
|
|
3920
5960
|
md: 12,
|
|
3921
5961
|
className: "mb-2"
|
|
3922
|
-
}, React__default.createElement(reactstrap.Label, null, "
|
|
5962
|
+
}, React__default.createElement(reactstrap.Label, null, t("parent_category")), React__default.createElement(SkillSelector, {
|
|
3923
5963
|
isDisabled: isDisabled,
|
|
3924
5964
|
onChange: function onChange(e) {
|
|
3925
5965
|
formikProps.setFieldValue("parentSkillId", e.value);
|
|
@@ -4132,7 +6172,7 @@ var useSkillDetail = function useSkillDetail() {
|
|
|
4132
6172
|
dispatch(setLoading(true));
|
|
4133
6173
|
|
|
4134
6174
|
var _temp8 = _catch(function () {
|
|
4135
|
-
var next = !!id ? update$
|
|
6175
|
+
var next = !!id ? update$4 : create$4;
|
|
4136
6176
|
return Promise.resolve(next(values)).then(function () {
|
|
4137
6177
|
dispatch(setAlert({
|
|
4138
6178
|
type: "success",
|
|
@@ -4172,6 +6212,9 @@ var useSkillDetail = function useSkillDetail() {
|
|
|
4172
6212
|
var SkillList = function SkillList() {
|
|
4173
6213
|
var modal = React.useRef();
|
|
4174
6214
|
|
|
6215
|
+
var _useTranslation = reactI18next.useTranslation(),
|
|
6216
|
+
t = _useTranslation.t;
|
|
6217
|
+
|
|
4175
6218
|
var _useSkillList = useSkillList(),
|
|
4176
6219
|
skillList = _useSkillList.skillList,
|
|
4177
6220
|
totalItems = _useSkillList.totalItems,
|
|
@@ -4216,8 +6259,8 @@ var SkillList = function SkillList() {
|
|
|
4216
6259
|
className: "fadeIn animated"
|
|
4217
6260
|
}, React__default.createElement(SkillDetailModal$1, {
|
|
4218
6261
|
ref: modal,
|
|
4219
|
-
header: !!id ? "
|
|
4220
|
-
confirmText: !!id ? "
|
|
6262
|
+
header: !!id ? t("edit_skill") : t("create_skill"),
|
|
6263
|
+
confirmText: !!id ? t("update") : t("create"),
|
|
4221
6264
|
onCancel: onCancel,
|
|
4222
6265
|
onConfirm: onConfirm,
|
|
4223
6266
|
skillDetail: skillDetail,
|
|
@@ -4233,14 +6276,14 @@ var SkillList = function SkillList() {
|
|
|
4233
6276
|
}, React__default.createElement(reactstrap.Col, {
|
|
4234
6277
|
md: 4
|
|
4235
6278
|
}, React__default.createElement(AddButton, {
|
|
4236
|
-
text: "
|
|
6279
|
+
text: t("create_skill"),
|
|
4237
6280
|
onClick: function onClick() {
|
|
4238
6281
|
return openModal();
|
|
4239
6282
|
}
|
|
4240
6283
|
})), React__default.createElement(reactstrap.Col, {
|
|
4241
6284
|
md: 4,
|
|
4242
6285
|
className: "d-flex align-items-center justify-content-end"
|
|
4243
|
-
}, "
|
|
6286
|
+
}, t("total_of_skills"), ": ", totalItems)), React__default.createElement(reactstrap.Row, {
|
|
4244
6287
|
className: "mb-2"
|
|
4245
6288
|
}, React__default.createElement(reactstrap.Col, {
|
|
4246
6289
|
md: 8
|
|
@@ -4252,11 +6295,11 @@ var SkillList = function SkillList() {
|
|
|
4252
6295
|
size: "sm"
|
|
4253
6296
|
}, React__default.createElement("thead", null, React__default.createElement("tr", null, React__default.createElement("th", {
|
|
4254
6297
|
className: "align-top"
|
|
4255
|
-
},
|
|
6298
|
+
}, t('name')), React__default.createElement("th", {
|
|
4256
6299
|
className: "align-top"
|
|
4257
|
-
},
|
|
6300
|
+
}, t('description')), React__default.createElement("th", {
|
|
4258
6301
|
className: "text-center"
|
|
4259
|
-
},
|
|
6302
|
+
}, t('action')))), React__default.createElement("tbody", null, skillList.map(function (record) {
|
|
4260
6303
|
return React__default.createElement("tr", {
|
|
4261
6304
|
key: record.id
|
|
4262
6305
|
}, React__default.createElement("td", {
|
|
@@ -4278,7 +6321,7 @@ var SkillList = function SkillList() {
|
|
|
4278
6321
|
}
|
|
4279
6322
|
})));
|
|
4280
6323
|
}))) : React__default.createElement(EmptyDataAlert, {
|
|
4281
|
-
label: "skill"
|
|
6324
|
+
label: t("skill")
|
|
4282
6325
|
})), React__default.createElement(reactstrap.Col, {
|
|
4283
6326
|
md: 8,
|
|
4284
6327
|
className: "text-right"
|
|
@@ -4312,10 +6355,10 @@ var get$5 = function get(filter) {
|
|
|
4312
6355
|
var getById$3 = function getById(id) {
|
|
4313
6356
|
return api.get(USER_URL$1 + "/" + id);
|
|
4314
6357
|
};
|
|
4315
|
-
var create$
|
|
6358
|
+
var create$5 = function create(data) {
|
|
4316
6359
|
return api.post("" + USER_URL$1, data);
|
|
4317
6360
|
};
|
|
4318
|
-
var update$
|
|
6361
|
+
var update$5 = function update(data) {
|
|
4319
6362
|
return api.put(USER_URL$1 + "/" + data.id, data);
|
|
4320
6363
|
};
|
|
4321
6364
|
var remove$3 = function remove(id) {
|
|
@@ -4533,16 +6576,19 @@ var UserList = function UserList() {
|
|
|
4533
6576
|
changeFilters = _useUserList.changeFilters,
|
|
4534
6577
|
reDirectDetailPage = _useUserList.reDirectDetailPage;
|
|
4535
6578
|
|
|
6579
|
+
var _useTranslation = reactI18next.useTranslation(),
|
|
6580
|
+
t = _useTranslation.t;
|
|
6581
|
+
|
|
4536
6582
|
return React__default.createElement("div", {
|
|
4537
6583
|
className: "fadeIn animated"
|
|
4538
6584
|
}, React__default.createElement("h5", {
|
|
4539
6585
|
className: "mb-2"
|
|
4540
|
-
}, header$2), React__default.createElement(reactstrap.Row, {
|
|
6586
|
+
}, t("" + header$2)), React__default.createElement(reactstrap.Row, {
|
|
4541
6587
|
className: "my-2"
|
|
4542
6588
|
}, React__default.createElement(reactstrap.Col, {
|
|
4543
6589
|
md: 8
|
|
4544
6590
|
}, React__default.createElement(SearchBoxContainer, {
|
|
4545
|
-
text: "
|
|
6591
|
+
text: t("create_user"),
|
|
4546
6592
|
onClick: function onClick() {
|
|
4547
6593
|
return reDirectDetailPage();
|
|
4548
6594
|
},
|
|
@@ -4552,11 +6598,11 @@ var UserList = function UserList() {
|
|
|
4552
6598
|
searchString: searchString
|
|
4553
6599
|
});
|
|
4554
6600
|
},
|
|
4555
|
-
placeholder: "
|
|
6601
|
+
placeholder: t("type_something_to_search_by_user_name")
|
|
4556
6602
|
})), React__default.createElement(reactstrap.Col, {
|
|
4557
6603
|
md: 4,
|
|
4558
6604
|
className: "d-flex justify-content-end align-items-center"
|
|
4559
|
-
}, "
|
|
6605
|
+
}, t("total_of_users"), " : ", totalItems)), React__default.createElement(reactstrap.Row, {
|
|
4560
6606
|
className: "mb-2"
|
|
4561
6607
|
}, React__default.createElement(reactstrap.Col, {
|
|
4562
6608
|
md: 12
|
|
@@ -4568,17 +6614,17 @@ var UserList = function UserList() {
|
|
|
4568
6614
|
size: "sm"
|
|
4569
6615
|
}, React__default.createElement("thead", null, React__default.createElement("tr", null, React__default.createElement("th", {
|
|
4570
6616
|
className: "align-top"
|
|
4571
|
-
}, "
|
|
6617
|
+
}, t("name")), React__default.createElement("th", {
|
|
4572
6618
|
className: "align-top"
|
|
4573
|
-
}, "
|
|
6619
|
+
}, t("email")), React__default.createElement("th", {
|
|
4574
6620
|
className: "align-top"
|
|
4575
|
-
}, "
|
|
6621
|
+
}, t("age")), React__default.createElement("th", {
|
|
4576
6622
|
className: "align-top"
|
|
4577
|
-
}, "
|
|
6623
|
+
}, t("role")), React__default.createElement("th", {
|
|
4578
6624
|
className: "align-top"
|
|
4579
|
-
}, "
|
|
6625
|
+
}, t("active_status")), React__default.createElement("th", {
|
|
4580
6626
|
className: "text-center"
|
|
4581
|
-
}, "
|
|
6627
|
+
}, t("action")))), React__default.createElement("tbody", null, userList.map(function (record) {
|
|
4582
6628
|
return React__default.createElement("tr", {
|
|
4583
6629
|
key: record.id
|
|
4584
6630
|
}, React__default.createElement("td", {
|
|
@@ -4596,7 +6642,7 @@ var UserList = function UserList() {
|
|
|
4596
6642
|
className: "align-middle"
|
|
4597
6643
|
}, !!record.roles && record.roles.join(", ")), React__default.createElement("td", {
|
|
4598
6644
|
className: "align-middle"
|
|
4599
|
-
}, record.isActive ? "
|
|
6645
|
+
}, record.isActive ? t("active") : t("inactive")), React__default.createElement("td", {
|
|
4600
6646
|
className: "text-center align-middle"
|
|
4601
6647
|
}, React__default.createElement(DeleteButtonIcon, {
|
|
4602
6648
|
onClick: function onClick() {
|
|
@@ -4604,7 +6650,7 @@ var UserList = function UserList() {
|
|
|
4604
6650
|
}
|
|
4605
6651
|
})));
|
|
4606
6652
|
})))) : React__default.createElement(EmptyDataAlert, {
|
|
4607
|
-
label: "user"
|
|
6653
|
+
label: t("user")
|
|
4608
6654
|
})), React__default.createElement(reactstrap.Col, {
|
|
4609
6655
|
md: 12
|
|
4610
6656
|
}, React__default.createElement(CustomPagination, {
|
|
@@ -4799,7 +6845,7 @@ var useUserDetail = function useUserDetail(id) {
|
|
|
4799
6845
|
|
|
4800
6846
|
var _temp10 = _catch(function () {
|
|
4801
6847
|
function _temp6() {
|
|
4802
|
-
var next = !!id ? update$
|
|
6848
|
+
var next = !!id ? update$5 : create$5;
|
|
4803
6849
|
!id && delete data.id;
|
|
4804
6850
|
return Promise.resolve(next(data)).then(function (result) {
|
|
4805
6851
|
if (!!result) {
|
|
@@ -4936,9 +6982,9 @@ var changePasswordSchema = yup.object({
|
|
|
4936
6982
|
confirmedNewPassword: yup.string().required("Confirm password is required")
|
|
4937
6983
|
});
|
|
4938
6984
|
|
|
4939
|
-
var CREATE_USER = "
|
|
4940
|
-
var EDIT_USER_HEADER = "
|
|
4941
|
-
var CHANGE_PASSWORD$1 = "
|
|
6985
|
+
var CREATE_USER = "create_user";
|
|
6986
|
+
var EDIT_USER_HEADER = "edit_user";
|
|
6987
|
+
var CHANGE_PASSWORD$1 = "change_password";
|
|
4942
6988
|
|
|
4943
6989
|
var UserDetail = function UserDetail() {
|
|
4944
6990
|
var _useParams = reactRouterDom.useParams(),
|
|
@@ -4948,6 +6994,9 @@ var UserDetail = function UserDetail() {
|
|
|
4948
6994
|
return state.common.user;
|
|
4949
6995
|
});
|
|
4950
6996
|
|
|
6997
|
+
var _useTranslation = reactI18next.useTranslation(),
|
|
6998
|
+
t = _useTranslation.t;
|
|
6999
|
+
|
|
4951
7000
|
var _useUserDetail = useUserDetail(id),
|
|
4952
7001
|
userDetail = _useUserDetail.userDetail,
|
|
4953
7002
|
backToList = _useUserDetail.backToList,
|
|
@@ -4965,8 +7014,8 @@ var UserDetail = function UserDetail() {
|
|
|
4965
7014
|
newPassword: "",
|
|
4966
7015
|
confirmedNewPassword: ""
|
|
4967
7016
|
};
|
|
4968
|
-
var header = !!id ? EDIT_USER_HEADER : CREATE_USER;
|
|
4969
|
-
var confirmText = !!id ? "
|
|
7017
|
+
var header = !!id ? t("" + EDIT_USER_HEADER) : t("" + CREATE_USER);
|
|
7018
|
+
var confirmText = !!id ? t("update") : t("create");
|
|
4970
7019
|
|
|
4971
7020
|
var getFile = function getFile() {
|
|
4972
7021
|
var url = window.location.origin + "/api/ExportDataUser/" + id;
|
|
@@ -5035,7 +7084,7 @@ var UserDetail = function UserDetail() {
|
|
|
5035
7084
|
}, React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
5036
7085
|
md: 6
|
|
5037
7086
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
5038
|
-
text: "
|
|
7087
|
+
text: t("first_name")
|
|
5039
7088
|
}), React__default.createElement(reactstrap.Input, {
|
|
5040
7089
|
name: "firstName",
|
|
5041
7090
|
value: values.firstName,
|
|
@@ -5044,13 +7093,13 @@ var UserDetail = function UserDetail() {
|
|
|
5044
7093
|
setEditedTrue();
|
|
5045
7094
|
},
|
|
5046
7095
|
onBlur: handleBlur("subject"),
|
|
5047
|
-
placeholder: "
|
|
7096
|
+
placeholder: t("first_name")
|
|
5048
7097
|
}), touched.firstName && errors.firstName && React__default.createElement(ErrorHandler, {
|
|
5049
7098
|
text: errors.firstName
|
|
5050
7099
|
}))), React__default.createElement(reactstrap.Col, {
|
|
5051
7100
|
md: 6
|
|
5052
7101
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
5053
|
-
text: "
|
|
7102
|
+
text: t("date_of_birth")
|
|
5054
7103
|
}), React__default.createElement("div", null, React__default.createElement(DatePicker, {
|
|
5055
7104
|
value: values.dateOfBirth,
|
|
5056
7105
|
todayButton: "Today",
|
|
@@ -5063,20 +7112,20 @@ var UserDetail = function UserDetail() {
|
|
|
5063
7112
|
formProps.setFieldValue("dateOfBirth", dateFns.format(e, DATE_FORMAT));
|
|
5064
7113
|
setEditedTrue();
|
|
5065
7114
|
},
|
|
5066
|
-
placeholderText: "
|
|
7115
|
+
placeholderText: t("date_of_birth"),
|
|
5067
7116
|
customInput: React__default.createElement(reactstrap.Input, {
|
|
5068
7117
|
type: "text",
|
|
5069
7118
|
style: {
|
|
5070
7119
|
width: "maxContent"
|
|
5071
7120
|
},
|
|
5072
|
-
placeholder: "
|
|
7121
|
+
placeholder: t("date_of_birth")
|
|
5073
7122
|
})
|
|
5074
7123
|
})), touched.dateOfBirth && errors.dateOfBirth && React__default.createElement(ErrorHandler, {
|
|
5075
7124
|
text: errors.dateOfBirth
|
|
5076
7125
|
})))), React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
5077
7126
|
md: 6
|
|
5078
7127
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
5079
|
-
text: "
|
|
7128
|
+
text: t("last_name")
|
|
5080
7129
|
}), React__default.createElement(reactstrap.Input, {
|
|
5081
7130
|
name: "lastName",
|
|
5082
7131
|
value: values.lastName,
|
|
@@ -5085,13 +7134,13 @@ var UserDetail = function UserDetail() {
|
|
|
5085
7134
|
setEditedTrue();
|
|
5086
7135
|
},
|
|
5087
7136
|
onBlur: handleBlur("lastName"),
|
|
5088
|
-
placeholder: "
|
|
7137
|
+
placeholder: t("last_name")
|
|
5089
7138
|
}), touched.lastName && errors.lastName && React__default.createElement(ErrorHandler, {
|
|
5090
7139
|
text: errors.lastName
|
|
5091
7140
|
}))), React__default.createElement(reactstrap.Col, {
|
|
5092
7141
|
md: 6
|
|
5093
7142
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
5094
|
-
text: "
|
|
7143
|
+
text: t("roles")
|
|
5095
7144
|
}), React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
5096
7145
|
md: 12,
|
|
5097
7146
|
className: "d-flex flex-wrap align-items-center"
|
|
@@ -5115,7 +7164,7 @@ var UserDetail = function UserDetail() {
|
|
|
5115
7164
|
})))), React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
5116
7165
|
md: 6
|
|
5117
7166
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
5118
|
-
text: "
|
|
7167
|
+
text: t("email")
|
|
5119
7168
|
}), React__default.createElement(reactstrap.Input, {
|
|
5120
7169
|
name: "email",
|
|
5121
7170
|
value: values.email,
|
|
@@ -5124,20 +7173,20 @@ var UserDetail = function UserDetail() {
|
|
|
5124
7173
|
setEditedTrue();
|
|
5125
7174
|
},
|
|
5126
7175
|
onBlur: handleBlur("email"),
|
|
5127
|
-
placeholder: "
|
|
7176
|
+
placeholder: t("email")
|
|
5128
7177
|
}), touched.email && errors.email && React__default.createElement(ErrorHandler, {
|
|
5129
7178
|
text: errors.email
|
|
5130
7179
|
}))), React__default.createElement(reactstrap.Col, {
|
|
5131
7180
|
md: 6
|
|
5132
7181
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
5133
|
-
text: "
|
|
7182
|
+
text: t("status")
|
|
5134
7183
|
}), React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
5135
7184
|
md: 3
|
|
5136
7185
|
}, React__default.createElement(reactstrap.CustomInput, {
|
|
5137
7186
|
id: "role-checkbox-active",
|
|
5138
7187
|
type: "radio",
|
|
5139
7188
|
name: "active",
|
|
5140
|
-
label: "
|
|
7189
|
+
label: t("active"),
|
|
5141
7190
|
checked: !!values && !!values.isActive,
|
|
5142
7191
|
onChange: function onChange() {
|
|
5143
7192
|
setFieldValue("isActive", true);
|
|
@@ -5149,7 +7198,7 @@ var UserDetail = function UserDetail() {
|
|
|
5149
7198
|
id: "role-checkbox-inActive",
|
|
5150
7199
|
type: "radio",
|
|
5151
7200
|
name: "active",
|
|
5152
|
-
label: "
|
|
7201
|
+
label: t("inactive"),
|
|
5153
7202
|
checked: !!values && !values.isActive,
|
|
5154
7203
|
onChange: function onChange() {
|
|
5155
7204
|
return setFieldValue("isActive", false);
|
|
@@ -5163,13 +7212,13 @@ var UserDetail = function UserDetail() {
|
|
|
5163
7212
|
onClick: function onClick() {
|
|
5164
7213
|
onResetPw(values.email || "");
|
|
5165
7214
|
}
|
|
5166
|
-
},
|
|
7215
|
+
}, t('send_forgot_password_link')), React__default.createElement(reactstrap.Button, {
|
|
5167
7216
|
color: "success",
|
|
5168
7217
|
onClick: function onClick() {
|
|
5169
7218
|
getFile();
|
|
5170
7219
|
},
|
|
5171
7220
|
className: "ml-4"
|
|
5172
|
-
},
|
|
7221
|
+
}, t('download_user_data'))))), React__default.createElement(reactstrap.Col, {
|
|
5173
7222
|
md: 4
|
|
5174
7223
|
}, React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
5175
7224
|
md: 8
|
|
@@ -5190,7 +7239,7 @@ var UserDetail = function UserDetail() {
|
|
|
5190
7239
|
}
|
|
5191
7240
|
}))))), user.id === id ? React__default.createElement("div", null, React__default.createElement("h5", {
|
|
5192
7241
|
className: "mt-3"
|
|
5193
|
-
}, CHANGE_PASSWORD$1), React__default.createElement(formik.Formik, {
|
|
7242
|
+
}, t("" + CHANGE_PASSWORD$1)), React__default.createElement(formik.Formik, {
|
|
5194
7243
|
initialValues: initialValueForm,
|
|
5195
7244
|
enableReinitialize: true,
|
|
5196
7245
|
validationSchema: changePasswordSchema,
|
|
@@ -5208,7 +7257,7 @@ var UserDetail = function UserDetail() {
|
|
|
5208
7257
|
}, React__default.createElement(reactstrap.Col, {
|
|
5209
7258
|
md: 7
|
|
5210
7259
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
5211
|
-
text: "
|
|
7260
|
+
text: t("current_password")
|
|
5212
7261
|
}), React__default.createElement(reactstrap.Input, {
|
|
5213
7262
|
name: "oldPassword",
|
|
5214
7263
|
type: "password",
|
|
@@ -5218,13 +7267,13 @@ var UserDetail = function UserDetail() {
|
|
|
5218
7267
|
setEditedTrue();
|
|
5219
7268
|
},
|
|
5220
7269
|
onBlur: handleBlur("subject"),
|
|
5221
|
-
placeholder: "
|
|
7270
|
+
placeholder: t("current_password")
|
|
5222
7271
|
}), touched.oldPassword && errors.oldPassword && React__default.createElement(ErrorHandler, {
|
|
5223
7272
|
text: errors.oldPassword
|
|
5224
7273
|
}))), React__default.createElement(reactstrap.Col, {
|
|
5225
7274
|
md: 7
|
|
5226
7275
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
5227
|
-
text: "
|
|
7276
|
+
text: t("new_password")
|
|
5228
7277
|
}), React__default.createElement(reactstrap.Input, {
|
|
5229
7278
|
name: "newPassword",
|
|
5230
7279
|
type: "password",
|
|
@@ -5234,13 +7283,13 @@ var UserDetail = function UserDetail() {
|
|
|
5234
7283
|
setEditedTrue();
|
|
5235
7284
|
},
|
|
5236
7285
|
onBlur: handleBlur("subject"),
|
|
5237
|
-
placeholder: "
|
|
7286
|
+
placeholder: t("new_password")
|
|
5238
7287
|
}), touched.newPassword && errors.newPassword && React__default.createElement(ErrorHandler, {
|
|
5239
7288
|
text: errors.newPassword
|
|
5240
7289
|
}))), React__default.createElement(reactstrap.Col, {
|
|
5241
7290
|
md: 7
|
|
5242
7291
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
5243
|
-
text: "
|
|
7292
|
+
text: t("confirm_password")
|
|
5244
7293
|
}), React__default.createElement(reactstrap.Input, {
|
|
5245
7294
|
name: "confirmedNewPassword",
|
|
5246
7295
|
type: "password",
|
|
@@ -5250,7 +7299,7 @@ var UserDetail = function UserDetail() {
|
|
|
5250
7299
|
setEditedTrue();
|
|
5251
7300
|
},
|
|
5252
7301
|
onBlur: handleBlur("subject"),
|
|
5253
|
-
placeholder: "
|
|
7302
|
+
placeholder: t("confirm_password")
|
|
5254
7303
|
}), touched.confirmedNewPassword && errors.confirmedNewPassword && React__default.createElement(ErrorHandler, {
|
|
5255
7304
|
text: errors.confirmedNewPassword
|
|
5256
7305
|
}))), React__default.createElement(reactstrap.Col, {
|
|
@@ -5262,7 +7311,7 @@ var UserDetail = function UserDetail() {
|
|
|
5262
7311
|
onClick: function onClick() {
|
|
5263
7312
|
return handleSubmit();
|
|
5264
7313
|
}
|
|
5265
|
-
}, "
|
|
7314
|
+
}, t("save"))));
|
|
5266
7315
|
})) : null, React__default.createElement(DetailActionButtons, {
|
|
5267
7316
|
confirmText: confirmText,
|
|
5268
7317
|
onConfirm: handleSubmit,
|
|
@@ -7137,7 +9186,9 @@ var initialState = {
|
|
|
7137
9186
|
menuBar: true,
|
|
7138
9187
|
defaultFontSize: 16,
|
|
7139
9188
|
isEnableIEP: true,
|
|
9189
|
+
isEnableSurvey: false,
|
|
7140
9190
|
isConversationOneToOne: false,
|
|
9191
|
+
language: "en",
|
|
7141
9192
|
amplitude: {
|
|
7142
9193
|
user_id: "",
|
|
7143
9194
|
status: "",
|
|
@@ -7180,12 +9231,16 @@ var commonReducer = toolkit.createReducer(initialState, function (builder) {
|
|
|
7180
9231
|
state.menuBar = action.payload;
|
|
7181
9232
|
}).addCase(setEnableIEP, function (state, action) {
|
|
7182
9233
|
state.isEnableIEP = action.payload;
|
|
9234
|
+
}).addCase(setEnableSurvey, function (state, action) {
|
|
9235
|
+
state.isEnableSurvey = action.payload;
|
|
7183
9236
|
}).addCase(setConversationOneToOne, function (state, action) {
|
|
7184
9237
|
state.isConversationOneToOne = action.payload;
|
|
9238
|
+
}).addCase(setLanguage, function (state, action) {
|
|
9239
|
+
state.language = action.payload;
|
|
7185
9240
|
}).addCase(showFontSize, function (state, action) {
|
|
7186
9241
|
state.defaultFontSize = action.payload;
|
|
7187
9242
|
}).addCase(initAmplitude, function (state, action) {
|
|
7188
|
-
var _action$payload, _action$payload2, _action$payload3, _action$payload4, _action$payload5, _action$payload6, _action$payload7, _action$payload8, _action$payload9, _action$payload10, _action$payload11;
|
|
9243
|
+
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;
|
|
7189
9244
|
|
|
7190
9245
|
var hostName = window.location.hostname;
|
|
7191
9246
|
var eventProperties = {
|
|
@@ -7201,7 +9256,7 @@ var commonReducer = toolkit.createReducer(initialState, function (builder) {
|
|
|
7201
9256
|
last_page: (_action$payload11 = action.payload) !== null && _action$payload11 !== void 0 && _action$payload11.last_page ? action.payload.last_page : "",
|
|
7202
9257
|
event: action.payload.event,
|
|
7203
9258
|
domain: !!hostName ? hostName : "",
|
|
7204
|
-
answer: !!action.payload.answer ? action.payload.answer : ""
|
|
9259
|
+
answer: !!((_action$payload12 = action.payload) !== null && _action$payload12 !== void 0 && _action$payload12.answer) ? action.payload.answer : ""
|
|
7205
9260
|
};
|
|
7206
9261
|
state.amplitude = eventProperties;
|
|
7207
9262
|
});
|
|
@@ -8116,6 +10171,18 @@ var generateRandomString = (function () {
|
|
|
8116
10171
|
|
|
8117
10172
|
var amplitudeClient = amplitude.getInstance();
|
|
8118
10173
|
|
|
10174
|
+
Object.defineProperty(exports, 'I18nextProvider', {
|
|
10175
|
+
enumerable: true,
|
|
10176
|
+
get: function () {
|
|
10177
|
+
return reactI18next.I18nextProvider;
|
|
10178
|
+
}
|
|
10179
|
+
});
|
|
10180
|
+
Object.defineProperty(exports, 'useTranslation', {
|
|
10181
|
+
enumerable: true,
|
|
10182
|
+
get: function () {
|
|
10183
|
+
return reactI18next.useTranslation;
|
|
10184
|
+
}
|
|
10185
|
+
});
|
|
8119
10186
|
exports.ACCESS_TOKEN = ACCESS_TOKEN;
|
|
8120
10187
|
exports.ANSWER_EDITOR_HEIGHT = ANSWER_EDITOR_HEIGHT;
|
|
8121
10188
|
exports.AcademicClassSelector = AcademicClassSelector;
|
|
@@ -8198,6 +10265,7 @@ exports.generateRandomString = generateRandomString;
|
|
|
8198
10265
|
exports.getFileUrl = getFileUrl;
|
|
8199
10266
|
exports.getInfo = getInfo;
|
|
8200
10267
|
exports.getTextFromHTML = getTextFromHTML;
|
|
10268
|
+
exports.i18n = i18n;
|
|
8201
10269
|
exports.initAmplitude = initAmplitude;
|
|
8202
10270
|
exports.isInViewport = isInViewport;
|
|
8203
10271
|
exports.reset = reset;
|
|
@@ -8218,10 +10286,12 @@ exports.setCustomAlertList = setCustomAlertList;
|
|
|
8218
10286
|
exports.setDataPlayer = setDataPlayer;
|
|
8219
10287
|
exports.setEditItemQuesion = setEditItemQuesion;
|
|
8220
10288
|
exports.setEnableIEP = setEnableIEP;
|
|
10289
|
+
exports.setEnableSurvey = setEnableSurvey;
|
|
8221
10290
|
exports.setFeedbackList = setFeedbackList;
|
|
8222
10291
|
exports.setFilterWidget = setFilterWidget;
|
|
8223
10292
|
exports.setGoalExampleList = setGoalExampleList;
|
|
8224
10293
|
exports.setImproveMyClass = setImproveMyClass;
|
|
10294
|
+
exports.setLanguage = setLanguage;
|
|
8225
10295
|
exports.setLearningSupportCategoryList = setLearningSupportCategoryList;
|
|
8226
10296
|
exports.setLoading = setLoading;
|
|
8227
10297
|
exports.setMailCategory = setMailCategory;
|