mario-core 2.9.40-admin → 2.9.40-lang
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/i18n.d.ts +2 -0
- package/dist/index.css +34 -1
- package/dist/index.d.ts +5 -3
- package/dist/index.js +2139 -88
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2127 -88
- package/dist/index.modern.js.map +1 -1
- package/dist/layouts/TheLanguageDropdown.d.ts +3 -0
- package/dist/layouts/TheLayout.d.ts +1 -0
- package/dist/redux/commons/action.d.ts +1 -0
- package/dist/utils/constants.d.ts +0 -10
- 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";
|
|
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"
|
|
@@ -110,16 +2044,6 @@ var TINY_MCE_API_KEY = "adpshj9swgsscf83gw4gs2f74nx0vicpd5ydka20iqjd7l8r";
|
|
|
110
2044
|
var GOOGLE_RECAPTCHA_KEY = "6LfNtLUaAAAAAL24lbBV11jS-gBtt1mhtxb4NXs0";
|
|
111
2045
|
var INIT_AMPLITUDE_KEY = "860fa99c52ae79d98e904b4c862ddaac";
|
|
112
2046
|
var ACCESS_TOKEN = "ACCESS_TOKEN";
|
|
113
|
-
var FIREBASE_CONFIG = {
|
|
114
|
-
apiKey: "AIzaSyAGzcCyq_Gkm7MC6q2KHqJNKq1AmRPP0lo",
|
|
115
|
-
authDomain: "mario-dc634.firebaseapp.com",
|
|
116
|
-
databaseURL: "https://mario-dc634-default-rtdb.firebaseio.com",
|
|
117
|
-
projectId: "mario-dc634",
|
|
118
|
-
storageBucket: "mario-dc634.appspot.com",
|
|
119
|
-
messagingSenderId: "224957984636",
|
|
120
|
-
appId: "1:224957984636:web:14b5f21a52e4ead106fef9",
|
|
121
|
-
measurementId: "G-MSZNLTB9FW"
|
|
122
|
-
};
|
|
123
2047
|
var DEFAULT_PAGE_SIZE_VALUES = [{
|
|
124
2048
|
label: "10",
|
|
125
2049
|
value: 10
|
|
@@ -129,9 +2053,6 @@ var DEFAULT_PAGE_SIZE_VALUES = [{
|
|
|
129
2053
|
}, {
|
|
130
2054
|
label: "30",
|
|
131
2055
|
value: 30
|
|
132
|
-
}, {
|
|
133
|
-
label: "50",
|
|
134
|
-
value: 50
|
|
135
2056
|
}];
|
|
136
2057
|
var DEFAULT_PAGE_SIZE = {
|
|
137
2058
|
label: "10",
|
|
@@ -259,6 +2180,7 @@ var showMenuBar = toolkit.createAction("common/showMenuBar");
|
|
|
259
2180
|
var showFontSize = toolkit.createAction("common/showFontSize");
|
|
260
2181
|
var setEnableIEP = toolkit.createAction("common/setEnableIEP");
|
|
261
2182
|
var setConversationOneToOne = toolkit.createAction("common/setConversationOneToOne");
|
|
2183
|
+
var setLanguage = toolkit.createAction("common/setLanguage");
|
|
262
2184
|
var setCurrentStudentId = toolkit.createAction("common/setCurrentStudentId");
|
|
263
2185
|
var setCurrentStudentUserId = toolkit.createAction("common/setCurrentStudentUserId");
|
|
264
2186
|
var setCurrentStudentName = toolkit.createAction("common/setCurrentStudentName");
|
|
@@ -1841,6 +3763,95 @@ var TheHeaderDropdown = function TheHeaderDropdown() {
|
|
|
1841
3763
|
})), "LOGOUT"))));
|
|
1842
3764
|
};
|
|
1843
3765
|
|
|
3766
|
+
var TheLanguageDropdown = function TheLanguageDropdown() {
|
|
3767
|
+
var defaultLanguage = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "uk";
|
|
3768
|
+
var dispatch = reactRedux.useDispatch();
|
|
3769
|
+
|
|
3770
|
+
var _useTranslation = reactI18next.useTranslation(),
|
|
3771
|
+
i18n = _useTranslation.i18n;
|
|
3772
|
+
|
|
3773
|
+
var _useState = React.useState(false),
|
|
3774
|
+
dropdownOpen = _useState[0],
|
|
3775
|
+
setDropdownOpen = _useState[1];
|
|
3776
|
+
|
|
3777
|
+
var _useState2 = React.useState(defaultLanguage),
|
|
3778
|
+
language = _useState2[0],
|
|
3779
|
+
setItemLanguage = _useState2[1];
|
|
3780
|
+
|
|
3781
|
+
var toggle = function toggle() {
|
|
3782
|
+
return setDropdownOpen(function (prevState) {
|
|
3783
|
+
return !prevState;
|
|
3784
|
+
});
|
|
3785
|
+
};
|
|
3786
|
+
|
|
3787
|
+
var changeLanguageApp = function changeLanguageApp(lang) {
|
|
3788
|
+
i18n.changeLanguage(lang);
|
|
3789
|
+
localStorage.setItem("language", lang);
|
|
3790
|
+
setItemLanguage(lang);
|
|
3791
|
+
dispatch(setLanguage(lang));
|
|
3792
|
+
};
|
|
3793
|
+
|
|
3794
|
+
var displayCurrentLang = {
|
|
3795
|
+
uk: React__default.createElement(React__default.Fragment, null, React__default.createElement("img", {
|
|
3796
|
+
className: "mr-2 " + styles['dropdown-menu-flag'],
|
|
3797
|
+
src: "/images/united-kingdom.png"
|
|
3798
|
+
}), " English, UK"),
|
|
3799
|
+
us: React__default.createElement(React__default.Fragment, null, React__default.createElement("img", {
|
|
3800
|
+
className: "mr-2 " + styles['dropdown-menu-flag'],
|
|
3801
|
+
src: "/images/usa.png"
|
|
3802
|
+
}), " English, US")
|
|
3803
|
+
};
|
|
3804
|
+
return React__default.createElement(reactstrap.Dropdown, {
|
|
3805
|
+
isOpen: dropdownOpen,
|
|
3806
|
+
toggle: toggle,
|
|
3807
|
+
className: "" + styles["dropdown-menu"]
|
|
3808
|
+
}, React__default.createElement(reactstrap.DropdownToggle, {
|
|
3809
|
+
className: styles["header-avatar"] + " d-flex align-items-center"
|
|
3810
|
+
}, React__default.createElement("span", {
|
|
3811
|
+
style: {
|
|
3812
|
+
color: "#000",
|
|
3813
|
+
textTransform: "capitalize",
|
|
3814
|
+
display: 'flex',
|
|
3815
|
+
alignItems: 'center'
|
|
3816
|
+
}
|
|
3817
|
+
}, displayCurrentLang[language || "uk"], React__default.createElement(bs.BsChevronDown, {
|
|
3818
|
+
className: "ml-2",
|
|
3819
|
+
style: {
|
|
3820
|
+
fontSize: '10px'
|
|
3821
|
+
}
|
|
3822
|
+
}))), React__default.createElement(reactstrap.DropdownMenu, {
|
|
3823
|
+
className: styles["dropdown-content-language"]
|
|
3824
|
+
}, React__default.createElement(reactstrap.DropdownItem, {
|
|
3825
|
+
className: styles["dropdown-change"] + " px-0 py-0 pt-2",
|
|
3826
|
+
onClick: function onClick() {
|
|
3827
|
+
return changeLanguageApp("uk");
|
|
3828
|
+
}
|
|
3829
|
+
}, React__default.createElement("div", {
|
|
3830
|
+
className: styles["dropdown-item-language"] + " " + styles["item-logout"] + " " + (language == "uk" ? styles['dropdown-item-language-active'] : "") + " d-flex align-items-center w-100"
|
|
3831
|
+
}, React__default.createElement("span", {
|
|
3832
|
+
className: "mr-2 d-flex hover-opacity"
|
|
3833
|
+
}, React__default.createElement("img", {
|
|
3834
|
+
style: {
|
|
3835
|
+
width: "30px"
|
|
3836
|
+
},
|
|
3837
|
+
src: "/images/united-kingdom.png"
|
|
3838
|
+
})), "United Kingdom")), React__default.createElement(reactstrap.DropdownItem, {
|
|
3839
|
+
className: styles["dropdown-change"] + " px-0 py-0 pb-2",
|
|
3840
|
+
onClick: function onClick() {
|
|
3841
|
+
return changeLanguageApp("us");
|
|
3842
|
+
}
|
|
3843
|
+
}, React__default.createElement("div", {
|
|
3844
|
+
className: styles["dropdown-item-language"] + " " + styles["item-logout"] + " " + (language == "us" ? styles['dropdown-item-language-active'] : "") + " d-flex align-items-center w-100"
|
|
3845
|
+
}, React__default.createElement("span", {
|
|
3846
|
+
className: "mr-2 d-flex hover-opacity"
|
|
3847
|
+
}, React__default.createElement("img", {
|
|
3848
|
+
style: {
|
|
3849
|
+
width: "30px"
|
|
3850
|
+
},
|
|
3851
|
+
src: "/images/usa.png"
|
|
3852
|
+
})), "United States of America"))));
|
|
3853
|
+
};
|
|
3854
|
+
|
|
1844
3855
|
var TheHeader = function TheHeader() {
|
|
1845
3856
|
var isDistrict = window.location.host.includes("-district");
|
|
1846
3857
|
return React__default.createElement(react.CHeader, {
|
|
@@ -1854,7 +3865,7 @@ var TheHeader = function TheHeader() {
|
|
|
1854
3865
|
className: styles["header-logo"]
|
|
1855
3866
|
})), React__default.createElement(react.CHeaderNav, {
|
|
1856
3867
|
className: "pr-3"
|
|
1857
|
-
}, React__default.createElement("a", {
|
|
3868
|
+
}, React__default.createElement(TheLanguageDropdown, null), React__default.createElement("a", {
|
|
1858
3869
|
className: "mr-3",
|
|
1859
3870
|
style: {
|
|
1860
3871
|
color: '#000'
|
|
@@ -1981,6 +3992,13 @@ var TheLayout = function TheLayout(_ref) {
|
|
|
1981
3992
|
var user = reactRedux.useSelector(function (state) {
|
|
1982
3993
|
return state.common.user;
|
|
1983
3994
|
});
|
|
3995
|
+
var language = reactRedux.useSelector(function (state) {
|
|
3996
|
+
return state.common.language;
|
|
3997
|
+
});
|
|
3998
|
+
|
|
3999
|
+
var _useTranslation = reactI18next.useTranslation(),
|
|
4000
|
+
t = _useTranslation.t;
|
|
4001
|
+
|
|
1984
4002
|
var location = reactRouterDom.useLocation();
|
|
1985
4003
|
var isNotification = location.pathname.includes("notifications");
|
|
1986
4004
|
var isDistrict = window.location.host.includes("-district");
|
|
@@ -1990,14 +4008,18 @@ var TheLayout = function TheLayout(_ref) {
|
|
|
1990
4008
|
}).filter(function (route) {
|
|
1991
4009
|
return !!route.isDistrict === isDistrict;
|
|
1992
4010
|
});
|
|
1993
|
-
}, [user]);
|
|
4011
|
+
}, [user, language]);
|
|
1994
4012
|
var authNavigations = React.useMemo(function () {
|
|
1995
|
-
return navigation.
|
|
4013
|
+
return navigation.map(function (item) {
|
|
4014
|
+
return _extends({}, item, {
|
|
4015
|
+
name: t(item.name)
|
|
4016
|
+
});
|
|
4017
|
+
}).filter(function (nav) {
|
|
1996
4018
|
return canAccess(user === null || user === void 0 ? void 0 : user.roles, nav.roles);
|
|
1997
4019
|
}).filter(function (nav) {
|
|
1998
4020
|
return !!nav.isDistrict === isDistrict;
|
|
1999
4021
|
});
|
|
2000
|
-
}, [user]);
|
|
4022
|
+
}, [user, language]);
|
|
2001
4023
|
React.useEffect(function () {
|
|
2002
4024
|
checkAuthentication();
|
|
2003
4025
|
}, []);
|
|
@@ -2193,10 +4215,10 @@ var get$1 = function get(filter) {
|
|
|
2193
4215
|
var getById = function getById(id) {
|
|
2194
4216
|
return api.get(EMAIL_TEMPLATE_URL + "/" + id);
|
|
2195
4217
|
};
|
|
2196
|
-
var create = function create(data) {
|
|
4218
|
+
var create$2 = function create(data) {
|
|
2197
4219
|
return api.post(EMAIL_TEMPLATE_URL, data);
|
|
2198
4220
|
};
|
|
2199
|
-
var update = function update(data) {
|
|
4221
|
+
var update$2 = function update(data) {
|
|
2200
4222
|
return api.put(EMAIL_TEMPLATE_URL + "/" + data.id, data);
|
|
2201
4223
|
};
|
|
2202
4224
|
var remove = function remove(id) {
|
|
@@ -2697,7 +4719,7 @@ var config = {
|
|
|
2697
4719
|
paste_data_images: true
|
|
2698
4720
|
};
|
|
2699
4721
|
|
|
2700
|
-
var email = _extends({}, config, {
|
|
4722
|
+
var email$2 = _extends({}, config, {
|
|
2701
4723
|
images_upload_handler: function images_upload_handler(blobInfo, success) {
|
|
2702
4724
|
try {
|
|
2703
4725
|
var imageFile = new FormData();
|
|
@@ -2717,7 +4739,7 @@ var email = _extends({}, config, {
|
|
|
2717
4739
|
}
|
|
2718
4740
|
});
|
|
2719
4741
|
|
|
2720
|
-
var question = _extends({}, config, {
|
|
4742
|
+
var question$2 = _extends({}, config, {
|
|
2721
4743
|
images_upload_handler: function images_upload_handler(blobInfo, success) {
|
|
2722
4744
|
try {
|
|
2723
4745
|
var imageFile = new FormData();
|
|
@@ -2805,8 +4827,8 @@ var tutorial = _extends({}, config, {
|
|
|
2805
4827
|
});
|
|
2806
4828
|
|
|
2807
4829
|
var editorConfig = {
|
|
2808
|
-
email: email,
|
|
2809
|
-
question: question,
|
|
4830
|
+
email: email$2,
|
|
4831
|
+
question: question$2,
|
|
2810
4832
|
answer: answer,
|
|
2811
4833
|
tutorial: tutorial
|
|
2812
4834
|
};
|
|
@@ -2917,7 +4939,7 @@ var useEmailTemplateDetail = function useEmailTemplateDetail(id) {
|
|
|
2917
4939
|
|
|
2918
4940
|
var _temp10 = _catch(function () {
|
|
2919
4941
|
function _temp6() {
|
|
2920
|
-
var next = !!id ? update : create;
|
|
4942
|
+
var next = !!id ? update$2 : create$2;
|
|
2921
4943
|
return Promise.resolve(next(data)).then(function () {
|
|
2922
4944
|
dispatch(setAlert({
|
|
2923
4945
|
type: "success",
|
|
@@ -3429,10 +5451,10 @@ var get$3 = function get(filter) {
|
|
|
3429
5451
|
var getById$1 = function getById(id) {
|
|
3430
5452
|
return api.get(FAQ_URL + "/" + id);
|
|
3431
5453
|
};
|
|
3432
|
-
var create$
|
|
5454
|
+
var create$3 = function create(data) {
|
|
3433
5455
|
return api.post(FAQ_URL, data);
|
|
3434
5456
|
};
|
|
3435
|
-
var update$
|
|
5457
|
+
var update$3 = function update(data) {
|
|
3436
5458
|
return api.put(FAQ_URL + "/" + data.id, data);
|
|
3437
5459
|
};
|
|
3438
5460
|
var remove$1 = function remove(id) {
|
|
@@ -3624,7 +5646,7 @@ var useFaqDetail = function useFaqDetail() {
|
|
|
3624
5646
|
dispatch(setLoading(true));
|
|
3625
5647
|
|
|
3626
5648
|
var _temp8 = _catch(function () {
|
|
3627
|
-
var next = !!id ? update$
|
|
5649
|
+
var next = !!id ? update$3 : create$3;
|
|
3628
5650
|
return Promise.resolve(next(values)).then(function () {
|
|
3629
5651
|
dispatch(setAlert({
|
|
3630
5652
|
type: "success",
|
|
@@ -3799,10 +5821,10 @@ var get$4 = function get(filter) {
|
|
|
3799
5821
|
var getById$2 = function getById(id) {
|
|
3800
5822
|
return api.get(SKILL_URL + "/" + id);
|
|
3801
5823
|
};
|
|
3802
|
-
var create$
|
|
5824
|
+
var create$4 = function create(data) {
|
|
3803
5825
|
return api.post(SKILL_URL, data);
|
|
3804
5826
|
};
|
|
3805
|
-
var update$
|
|
5827
|
+
var update$4 = function update(data) {
|
|
3806
5828
|
return api.put(SKILL_URL + "/" + data.id, data);
|
|
3807
5829
|
};
|
|
3808
5830
|
var remove$2 = function remove(id) {
|
|
@@ -3867,6 +5889,10 @@ var SkillDetailModal = function SkillDetailModal(props, ref) {
|
|
|
3867
5889
|
setEditedTrue = props.setEditedTrue,
|
|
3868
5890
|
setEditedFalse = props.setEditedFalse,
|
|
3869
5891
|
isDisabled = props.isDisabled;
|
|
5892
|
+
|
|
5893
|
+
var _useTranslation = reactI18next.useTranslation(),
|
|
5894
|
+
t = _useTranslation.t;
|
|
5895
|
+
|
|
3870
5896
|
return React__default.createElement(formik.Formik, {
|
|
3871
5897
|
initialValues: skillDetail,
|
|
3872
5898
|
enableReinitialize: true,
|
|
@@ -3900,10 +5926,10 @@ var SkillDetailModal = function SkillDetailModal(props, ref) {
|
|
|
3900
5926
|
md: 12,
|
|
3901
5927
|
className: "mb-2"
|
|
3902
5928
|
}, React__default.createElement(RequiredLabel$1, {
|
|
3903
|
-
text: "
|
|
5929
|
+
text: t("name")
|
|
3904
5930
|
}), React__default.createElement(reactstrap.Input, {
|
|
3905
5931
|
name: "name",
|
|
3906
|
-
placeholder: "
|
|
5932
|
+
placeholder: t("name"),
|
|
3907
5933
|
value: values.name,
|
|
3908
5934
|
onChange: function onChange(e) {
|
|
3909
5935
|
handleChange(e);
|
|
@@ -3915,11 +5941,11 @@ var SkillDetailModal = function SkillDetailModal(props, ref) {
|
|
|
3915
5941
|
})), React__default.createElement(reactstrap.Col, {
|
|
3916
5942
|
md: 12,
|
|
3917
5943
|
className: "mb-2"
|
|
3918
|
-
}, React__default.createElement(reactstrap.Label, null, "
|
|
5944
|
+
}, React__default.createElement(reactstrap.Label, null, t("description")), React__default.createElement(reactstrap.Input, {
|
|
3919
5945
|
type: "textarea",
|
|
3920
5946
|
rows: 5,
|
|
3921
5947
|
name: "description",
|
|
3922
|
-
placeholder: "
|
|
5948
|
+
placeholder: t("description"),
|
|
3923
5949
|
value: values.description,
|
|
3924
5950
|
onChange: function onChange(e) {
|
|
3925
5951
|
handleChange(e);
|
|
@@ -3929,7 +5955,7 @@ var SkillDetailModal = function SkillDetailModal(props, ref) {
|
|
|
3929
5955
|
})), React__default.createElement(reactstrap.Col, {
|
|
3930
5956
|
md: 12,
|
|
3931
5957
|
className: "mb-2"
|
|
3932
|
-
}, React__default.createElement(reactstrap.Label, null, "
|
|
5958
|
+
}, React__default.createElement(reactstrap.Label, null, t("parent_category")), React__default.createElement(SkillSelector, {
|
|
3933
5959
|
isDisabled: isDisabled,
|
|
3934
5960
|
onChange: function onChange(e) {
|
|
3935
5961
|
formikProps.setFieldValue("parentSkillId", e.value);
|
|
@@ -4142,7 +6168,7 @@ var useSkillDetail = function useSkillDetail() {
|
|
|
4142
6168
|
dispatch(setLoading(true));
|
|
4143
6169
|
|
|
4144
6170
|
var _temp8 = _catch(function () {
|
|
4145
|
-
var next = !!id ? update$
|
|
6171
|
+
var next = !!id ? update$4 : create$4;
|
|
4146
6172
|
return Promise.resolve(next(values)).then(function () {
|
|
4147
6173
|
dispatch(setAlert({
|
|
4148
6174
|
type: "success",
|
|
@@ -4182,6 +6208,9 @@ var useSkillDetail = function useSkillDetail() {
|
|
|
4182
6208
|
var SkillList = function SkillList() {
|
|
4183
6209
|
var modal = React.useRef();
|
|
4184
6210
|
|
|
6211
|
+
var _useTranslation = reactI18next.useTranslation(),
|
|
6212
|
+
t = _useTranslation.t;
|
|
6213
|
+
|
|
4185
6214
|
var _useSkillList = useSkillList(),
|
|
4186
6215
|
skillList = _useSkillList.skillList,
|
|
4187
6216
|
totalItems = _useSkillList.totalItems,
|
|
@@ -4226,8 +6255,8 @@ var SkillList = function SkillList() {
|
|
|
4226
6255
|
className: "fadeIn animated"
|
|
4227
6256
|
}, React__default.createElement(SkillDetailModal$1, {
|
|
4228
6257
|
ref: modal,
|
|
4229
|
-
header: !!id ? "
|
|
4230
|
-
confirmText: !!id ? "
|
|
6258
|
+
header: !!id ? t("edit_skill") : t("create_skill"),
|
|
6259
|
+
confirmText: !!id ? t("update") : t("create"),
|
|
4231
6260
|
onCancel: onCancel,
|
|
4232
6261
|
onConfirm: onConfirm,
|
|
4233
6262
|
skillDetail: skillDetail,
|
|
@@ -4243,14 +6272,14 @@ var SkillList = function SkillList() {
|
|
|
4243
6272
|
}, React__default.createElement(reactstrap.Col, {
|
|
4244
6273
|
md: 4
|
|
4245
6274
|
}, React__default.createElement(AddButton, {
|
|
4246
|
-
text: "
|
|
6275
|
+
text: t("create_skill"),
|
|
4247
6276
|
onClick: function onClick() {
|
|
4248
6277
|
return openModal();
|
|
4249
6278
|
}
|
|
4250
6279
|
})), React__default.createElement(reactstrap.Col, {
|
|
4251
6280
|
md: 4,
|
|
4252
6281
|
className: "d-flex align-items-center justify-content-end"
|
|
4253
|
-
}, "
|
|
6282
|
+
}, t("total_of_skills"), ": ", totalItems)), React__default.createElement(reactstrap.Row, {
|
|
4254
6283
|
className: "mb-2"
|
|
4255
6284
|
}, React__default.createElement(reactstrap.Col, {
|
|
4256
6285
|
md: 8
|
|
@@ -4262,11 +6291,11 @@ var SkillList = function SkillList() {
|
|
|
4262
6291
|
size: "sm"
|
|
4263
6292
|
}, React__default.createElement("thead", null, React__default.createElement("tr", null, React__default.createElement("th", {
|
|
4264
6293
|
className: "align-top"
|
|
4265
|
-
},
|
|
6294
|
+
}, t('name')), React__default.createElement("th", {
|
|
4266
6295
|
className: "align-top"
|
|
4267
|
-
},
|
|
6296
|
+
}, t('description')), React__default.createElement("th", {
|
|
4268
6297
|
className: "text-center"
|
|
4269
|
-
},
|
|
6298
|
+
}, t('action')))), React__default.createElement("tbody", null, skillList.map(function (record) {
|
|
4270
6299
|
return React__default.createElement("tr", {
|
|
4271
6300
|
key: record.id
|
|
4272
6301
|
}, React__default.createElement("td", {
|
|
@@ -4288,7 +6317,7 @@ var SkillList = function SkillList() {
|
|
|
4288
6317
|
}
|
|
4289
6318
|
})));
|
|
4290
6319
|
}))) : React__default.createElement(EmptyDataAlert, {
|
|
4291
|
-
label: "skill"
|
|
6320
|
+
label: t("skill")
|
|
4292
6321
|
})), React__default.createElement(reactstrap.Col, {
|
|
4293
6322
|
md: 8,
|
|
4294
6323
|
className: "text-right"
|
|
@@ -4322,10 +6351,10 @@ var get$5 = function get(filter) {
|
|
|
4322
6351
|
var getById$3 = function getById(id) {
|
|
4323
6352
|
return api.get(USER_URL$1 + "/" + id);
|
|
4324
6353
|
};
|
|
4325
|
-
var create$
|
|
6354
|
+
var create$5 = function create(data) {
|
|
4326
6355
|
return api.post("" + USER_URL$1, data);
|
|
4327
6356
|
};
|
|
4328
|
-
var update$
|
|
6357
|
+
var update$5 = function update(data) {
|
|
4329
6358
|
return api.put(USER_URL$1 + "/" + data.id, data);
|
|
4330
6359
|
};
|
|
4331
6360
|
var remove$3 = function remove(id) {
|
|
@@ -4543,16 +6572,19 @@ var UserList = function UserList() {
|
|
|
4543
6572
|
changeFilters = _useUserList.changeFilters,
|
|
4544
6573
|
reDirectDetailPage = _useUserList.reDirectDetailPage;
|
|
4545
6574
|
|
|
6575
|
+
var _useTranslation = reactI18next.useTranslation(),
|
|
6576
|
+
t = _useTranslation.t;
|
|
6577
|
+
|
|
4546
6578
|
return React__default.createElement("div", {
|
|
4547
6579
|
className: "fadeIn animated"
|
|
4548
6580
|
}, React__default.createElement("h5", {
|
|
4549
6581
|
className: "mb-2"
|
|
4550
|
-
}, header$2), React__default.createElement(reactstrap.Row, {
|
|
6582
|
+
}, t("" + header$2)), React__default.createElement(reactstrap.Row, {
|
|
4551
6583
|
className: "my-2"
|
|
4552
6584
|
}, React__default.createElement(reactstrap.Col, {
|
|
4553
6585
|
md: 8
|
|
4554
6586
|
}, React__default.createElement(SearchBoxContainer, {
|
|
4555
|
-
text: "
|
|
6587
|
+
text: t("create_user"),
|
|
4556
6588
|
onClick: function onClick() {
|
|
4557
6589
|
return reDirectDetailPage();
|
|
4558
6590
|
},
|
|
@@ -4562,11 +6594,11 @@ var UserList = function UserList() {
|
|
|
4562
6594
|
searchString: searchString
|
|
4563
6595
|
});
|
|
4564
6596
|
},
|
|
4565
|
-
placeholder: "
|
|
6597
|
+
placeholder: t("type_something_to_search_by_user_name")
|
|
4566
6598
|
})), React__default.createElement(reactstrap.Col, {
|
|
4567
6599
|
md: 4,
|
|
4568
6600
|
className: "d-flex justify-content-end align-items-center"
|
|
4569
|
-
}, "
|
|
6601
|
+
}, t("total_of_users"), " : ", totalItems)), React__default.createElement(reactstrap.Row, {
|
|
4570
6602
|
className: "mb-2"
|
|
4571
6603
|
}, React__default.createElement(reactstrap.Col, {
|
|
4572
6604
|
md: 12
|
|
@@ -4578,17 +6610,17 @@ var UserList = function UserList() {
|
|
|
4578
6610
|
size: "sm"
|
|
4579
6611
|
}, React__default.createElement("thead", null, React__default.createElement("tr", null, React__default.createElement("th", {
|
|
4580
6612
|
className: "align-top"
|
|
4581
|
-
}, "
|
|
6613
|
+
}, t("name")), React__default.createElement("th", {
|
|
4582
6614
|
className: "align-top"
|
|
4583
|
-
}, "
|
|
6615
|
+
}, t("email")), React__default.createElement("th", {
|
|
4584
6616
|
className: "align-top"
|
|
4585
|
-
}, "
|
|
6617
|
+
}, t("age")), React__default.createElement("th", {
|
|
4586
6618
|
className: "align-top"
|
|
4587
|
-
}, "
|
|
6619
|
+
}, t("role")), React__default.createElement("th", {
|
|
4588
6620
|
className: "align-top"
|
|
4589
|
-
}, "
|
|
6621
|
+
}, t("active_status")), React__default.createElement("th", {
|
|
4590
6622
|
className: "text-center"
|
|
4591
|
-
}, "
|
|
6623
|
+
}, t("action")))), React__default.createElement("tbody", null, userList.map(function (record) {
|
|
4592
6624
|
return React__default.createElement("tr", {
|
|
4593
6625
|
key: record.id
|
|
4594
6626
|
}, React__default.createElement("td", {
|
|
@@ -4606,7 +6638,7 @@ var UserList = function UserList() {
|
|
|
4606
6638
|
className: "align-middle"
|
|
4607
6639
|
}, !!record.roles && record.roles.join(", ")), React__default.createElement("td", {
|
|
4608
6640
|
className: "align-middle"
|
|
4609
|
-
}, record.isActive ? "
|
|
6641
|
+
}, record.isActive ? t("active") : t("inactive")), React__default.createElement("td", {
|
|
4610
6642
|
className: "text-center align-middle"
|
|
4611
6643
|
}, React__default.createElement(DeleteButtonIcon, {
|
|
4612
6644
|
onClick: function onClick() {
|
|
@@ -4614,7 +6646,7 @@ var UserList = function UserList() {
|
|
|
4614
6646
|
}
|
|
4615
6647
|
})));
|
|
4616
6648
|
})))) : React__default.createElement(EmptyDataAlert, {
|
|
4617
|
-
label: "user"
|
|
6649
|
+
label: t("user")
|
|
4618
6650
|
})), React__default.createElement(reactstrap.Col, {
|
|
4619
6651
|
md: 12
|
|
4620
6652
|
}, React__default.createElement(CustomPagination, {
|
|
@@ -4809,7 +6841,7 @@ var useUserDetail = function useUserDetail(id) {
|
|
|
4809
6841
|
|
|
4810
6842
|
var _temp10 = _catch(function () {
|
|
4811
6843
|
function _temp6() {
|
|
4812
|
-
var next = !!id ? update$
|
|
6844
|
+
var next = !!id ? update$5 : create$5;
|
|
4813
6845
|
!id && delete data.id;
|
|
4814
6846
|
return Promise.resolve(next(data)).then(function (result) {
|
|
4815
6847
|
if (!!result) {
|
|
@@ -4946,9 +6978,9 @@ var changePasswordSchema = yup.object({
|
|
|
4946
6978
|
confirmedNewPassword: yup.string().required("Confirm password is required")
|
|
4947
6979
|
});
|
|
4948
6980
|
|
|
4949
|
-
var CREATE_USER = "
|
|
4950
|
-
var EDIT_USER_HEADER = "
|
|
4951
|
-
var CHANGE_PASSWORD$1 = "
|
|
6981
|
+
var CREATE_USER = "create_user";
|
|
6982
|
+
var EDIT_USER_HEADER = "edit_user";
|
|
6983
|
+
var CHANGE_PASSWORD$1 = "change_password";
|
|
4952
6984
|
|
|
4953
6985
|
var UserDetail = function UserDetail() {
|
|
4954
6986
|
var _useParams = reactRouterDom.useParams(),
|
|
@@ -4958,6 +6990,9 @@ var UserDetail = function UserDetail() {
|
|
|
4958
6990
|
return state.common.user;
|
|
4959
6991
|
});
|
|
4960
6992
|
|
|
6993
|
+
var _useTranslation = reactI18next.useTranslation(),
|
|
6994
|
+
t = _useTranslation.t;
|
|
6995
|
+
|
|
4961
6996
|
var _useUserDetail = useUserDetail(id),
|
|
4962
6997
|
userDetail = _useUserDetail.userDetail,
|
|
4963
6998
|
backToList = _useUserDetail.backToList,
|
|
@@ -4975,8 +7010,8 @@ var UserDetail = function UserDetail() {
|
|
|
4975
7010
|
newPassword: "",
|
|
4976
7011
|
confirmedNewPassword: ""
|
|
4977
7012
|
};
|
|
4978
|
-
var header = !!id ? EDIT_USER_HEADER : CREATE_USER;
|
|
4979
|
-
var confirmText = !!id ? "
|
|
7013
|
+
var header = !!id ? t("" + EDIT_USER_HEADER) : t("" + CREATE_USER);
|
|
7014
|
+
var confirmText = !!id ? t("update") : t("create");
|
|
4980
7015
|
|
|
4981
7016
|
var getFile = function getFile() {
|
|
4982
7017
|
var url = window.location.origin + "/api/ExportDataUser/" + id;
|
|
@@ -5045,7 +7080,7 @@ var UserDetail = function UserDetail() {
|
|
|
5045
7080
|
}, React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
5046
7081
|
md: 6
|
|
5047
7082
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
5048
|
-
text: "
|
|
7083
|
+
text: t("first_name")
|
|
5049
7084
|
}), React__default.createElement(reactstrap.Input, {
|
|
5050
7085
|
name: "firstName",
|
|
5051
7086
|
value: values.firstName,
|
|
@@ -5054,13 +7089,13 @@ var UserDetail = function UserDetail() {
|
|
|
5054
7089
|
setEditedTrue();
|
|
5055
7090
|
},
|
|
5056
7091
|
onBlur: handleBlur("subject"),
|
|
5057
|
-
placeholder: "
|
|
7092
|
+
placeholder: t("first_name")
|
|
5058
7093
|
}), touched.firstName && errors.firstName && React__default.createElement(ErrorHandler, {
|
|
5059
7094
|
text: errors.firstName
|
|
5060
7095
|
}))), React__default.createElement(reactstrap.Col, {
|
|
5061
7096
|
md: 6
|
|
5062
7097
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
5063
|
-
text: "
|
|
7098
|
+
text: t("date_of_birth")
|
|
5064
7099
|
}), React__default.createElement("div", null, React__default.createElement(DatePicker, {
|
|
5065
7100
|
value: values.dateOfBirth,
|
|
5066
7101
|
todayButton: "Today",
|
|
@@ -5073,20 +7108,20 @@ var UserDetail = function UserDetail() {
|
|
|
5073
7108
|
formProps.setFieldValue("dateOfBirth", dateFns.format(e, DATE_FORMAT));
|
|
5074
7109
|
setEditedTrue();
|
|
5075
7110
|
},
|
|
5076
|
-
placeholderText: "
|
|
7111
|
+
placeholderText: t("date_of_birth"),
|
|
5077
7112
|
customInput: React__default.createElement(reactstrap.Input, {
|
|
5078
7113
|
type: "text",
|
|
5079
7114
|
style: {
|
|
5080
7115
|
width: "maxContent"
|
|
5081
7116
|
},
|
|
5082
|
-
placeholder: "
|
|
7117
|
+
placeholder: t("date_of_birth")
|
|
5083
7118
|
})
|
|
5084
7119
|
})), touched.dateOfBirth && errors.dateOfBirth && React__default.createElement(ErrorHandler, {
|
|
5085
7120
|
text: errors.dateOfBirth
|
|
5086
7121
|
})))), React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
5087
7122
|
md: 6
|
|
5088
7123
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
5089
|
-
text: "
|
|
7124
|
+
text: t("last_name")
|
|
5090
7125
|
}), React__default.createElement(reactstrap.Input, {
|
|
5091
7126
|
name: "lastName",
|
|
5092
7127
|
value: values.lastName,
|
|
@@ -5095,13 +7130,13 @@ var UserDetail = function UserDetail() {
|
|
|
5095
7130
|
setEditedTrue();
|
|
5096
7131
|
},
|
|
5097
7132
|
onBlur: handleBlur("lastName"),
|
|
5098
|
-
placeholder: "
|
|
7133
|
+
placeholder: t("last_name")
|
|
5099
7134
|
}), touched.lastName && errors.lastName && React__default.createElement(ErrorHandler, {
|
|
5100
7135
|
text: errors.lastName
|
|
5101
7136
|
}))), React__default.createElement(reactstrap.Col, {
|
|
5102
7137
|
md: 6
|
|
5103
7138
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
5104
|
-
text: "
|
|
7139
|
+
text: t("roles")
|
|
5105
7140
|
}), React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
5106
7141
|
md: 12,
|
|
5107
7142
|
className: "d-flex flex-wrap align-items-center"
|
|
@@ -5125,7 +7160,7 @@ var UserDetail = function UserDetail() {
|
|
|
5125
7160
|
})))), React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
5126
7161
|
md: 6
|
|
5127
7162
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
5128
|
-
text: "
|
|
7163
|
+
text: t("email")
|
|
5129
7164
|
}), React__default.createElement(reactstrap.Input, {
|
|
5130
7165
|
name: "email",
|
|
5131
7166
|
value: values.email,
|
|
@@ -5134,20 +7169,20 @@ var UserDetail = function UserDetail() {
|
|
|
5134
7169
|
setEditedTrue();
|
|
5135
7170
|
},
|
|
5136
7171
|
onBlur: handleBlur("email"),
|
|
5137
|
-
placeholder: "
|
|
7172
|
+
placeholder: t("email")
|
|
5138
7173
|
}), touched.email && errors.email && React__default.createElement(ErrorHandler, {
|
|
5139
7174
|
text: errors.email
|
|
5140
7175
|
}))), React__default.createElement(reactstrap.Col, {
|
|
5141
7176
|
md: 6
|
|
5142
7177
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
5143
|
-
text: "
|
|
7178
|
+
text: t("status")
|
|
5144
7179
|
}), React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
5145
7180
|
md: 3
|
|
5146
7181
|
}, React__default.createElement(reactstrap.CustomInput, {
|
|
5147
7182
|
id: "role-checkbox-active",
|
|
5148
7183
|
type: "radio",
|
|
5149
7184
|
name: "active",
|
|
5150
|
-
label: "
|
|
7185
|
+
label: t("active"),
|
|
5151
7186
|
checked: !!values && !!values.isActive,
|
|
5152
7187
|
onChange: function onChange() {
|
|
5153
7188
|
setFieldValue("isActive", true);
|
|
@@ -5159,7 +7194,7 @@ var UserDetail = function UserDetail() {
|
|
|
5159
7194
|
id: "role-checkbox-inActive",
|
|
5160
7195
|
type: "radio",
|
|
5161
7196
|
name: "active",
|
|
5162
|
-
label: "
|
|
7197
|
+
label: t("inactive"),
|
|
5163
7198
|
checked: !!values && !values.isActive,
|
|
5164
7199
|
onChange: function onChange() {
|
|
5165
7200
|
return setFieldValue("isActive", false);
|
|
@@ -5173,13 +7208,13 @@ var UserDetail = function UserDetail() {
|
|
|
5173
7208
|
onClick: function onClick() {
|
|
5174
7209
|
onResetPw(values.email || "");
|
|
5175
7210
|
}
|
|
5176
|
-
},
|
|
7211
|
+
}, t('send_forgot_password_link')), React__default.createElement(reactstrap.Button, {
|
|
5177
7212
|
color: "success",
|
|
5178
7213
|
onClick: function onClick() {
|
|
5179
7214
|
getFile();
|
|
5180
7215
|
},
|
|
5181
7216
|
className: "ml-4"
|
|
5182
|
-
},
|
|
7217
|
+
}, t('download_user_data'))))), React__default.createElement(reactstrap.Col, {
|
|
5183
7218
|
md: 4
|
|
5184
7219
|
}, React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
5185
7220
|
md: 8
|
|
@@ -5200,7 +7235,7 @@ var UserDetail = function UserDetail() {
|
|
|
5200
7235
|
}
|
|
5201
7236
|
}))))), user.id === id ? React__default.createElement("div", null, React__default.createElement("h5", {
|
|
5202
7237
|
className: "mt-3"
|
|
5203
|
-
}, CHANGE_PASSWORD$1), React__default.createElement(formik.Formik, {
|
|
7238
|
+
}, t("" + CHANGE_PASSWORD$1)), React__default.createElement(formik.Formik, {
|
|
5204
7239
|
initialValues: initialValueForm,
|
|
5205
7240
|
enableReinitialize: true,
|
|
5206
7241
|
validationSchema: changePasswordSchema,
|
|
@@ -5218,7 +7253,7 @@ var UserDetail = function UserDetail() {
|
|
|
5218
7253
|
}, React__default.createElement(reactstrap.Col, {
|
|
5219
7254
|
md: 7
|
|
5220
7255
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
5221
|
-
text: "
|
|
7256
|
+
text: t("current_password")
|
|
5222
7257
|
}), React__default.createElement(reactstrap.Input, {
|
|
5223
7258
|
name: "oldPassword",
|
|
5224
7259
|
type: "password",
|
|
@@ -5228,13 +7263,13 @@ var UserDetail = function UserDetail() {
|
|
|
5228
7263
|
setEditedTrue();
|
|
5229
7264
|
},
|
|
5230
7265
|
onBlur: handleBlur("subject"),
|
|
5231
|
-
placeholder: "
|
|
7266
|
+
placeholder: t("current_password")
|
|
5232
7267
|
}), touched.oldPassword && errors.oldPassword && React__default.createElement(ErrorHandler, {
|
|
5233
7268
|
text: errors.oldPassword
|
|
5234
7269
|
}))), React__default.createElement(reactstrap.Col, {
|
|
5235
7270
|
md: 7
|
|
5236
7271
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
5237
|
-
text: "
|
|
7272
|
+
text: t("new_password")
|
|
5238
7273
|
}), React__default.createElement(reactstrap.Input, {
|
|
5239
7274
|
name: "newPassword",
|
|
5240
7275
|
type: "password",
|
|
@@ -5244,13 +7279,13 @@ var UserDetail = function UserDetail() {
|
|
|
5244
7279
|
setEditedTrue();
|
|
5245
7280
|
},
|
|
5246
7281
|
onBlur: handleBlur("subject"),
|
|
5247
|
-
placeholder: "
|
|
7282
|
+
placeholder: t("new_password")
|
|
5248
7283
|
}), touched.newPassword && errors.newPassword && React__default.createElement(ErrorHandler, {
|
|
5249
7284
|
text: errors.newPassword
|
|
5250
7285
|
}))), React__default.createElement(reactstrap.Col, {
|
|
5251
7286
|
md: 7
|
|
5252
7287
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
5253
|
-
text: "
|
|
7288
|
+
text: t("confirm_password")
|
|
5254
7289
|
}), React__default.createElement(reactstrap.Input, {
|
|
5255
7290
|
name: "confirmedNewPassword",
|
|
5256
7291
|
type: "password",
|
|
@@ -5260,7 +7295,7 @@ var UserDetail = function UserDetail() {
|
|
|
5260
7295
|
setEditedTrue();
|
|
5261
7296
|
},
|
|
5262
7297
|
onBlur: handleBlur("subject"),
|
|
5263
|
-
placeholder: "
|
|
7298
|
+
placeholder: t("confirm_password")
|
|
5264
7299
|
}), touched.confirmedNewPassword && errors.confirmedNewPassword && React__default.createElement(ErrorHandler, {
|
|
5265
7300
|
text: errors.confirmedNewPassword
|
|
5266
7301
|
}))), React__default.createElement(reactstrap.Col, {
|
|
@@ -5272,7 +7307,7 @@ var UserDetail = function UserDetail() {
|
|
|
5272
7307
|
onClick: function onClick() {
|
|
5273
7308
|
return handleSubmit();
|
|
5274
7309
|
}
|
|
5275
|
-
}, "
|
|
7310
|
+
}, t("save"))));
|
|
5276
7311
|
})) : null, React__default.createElement(DetailActionButtons, {
|
|
5277
7312
|
confirmText: confirmText,
|
|
5278
7313
|
onConfirm: handleSubmit,
|
|
@@ -7148,6 +9183,7 @@ var initialState = {
|
|
|
7148
9183
|
defaultFontSize: 16,
|
|
7149
9184
|
isEnableIEP: true,
|
|
7150
9185
|
isConversationOneToOne: false,
|
|
9186
|
+
language: "en",
|
|
7151
9187
|
amplitude: {
|
|
7152
9188
|
user_id: "",
|
|
7153
9189
|
status: "",
|
|
@@ -7192,6 +9228,8 @@ var commonReducer = toolkit.createReducer(initialState, function (builder) {
|
|
|
7192
9228
|
state.isEnableIEP = action.payload;
|
|
7193
9229
|
}).addCase(setConversationOneToOne, function (state, action) {
|
|
7194
9230
|
state.isConversationOneToOne = action.payload;
|
|
9231
|
+
}).addCase(setLanguage, function (state, action) {
|
|
9232
|
+
state.language = action.payload;
|
|
7195
9233
|
}).addCase(showFontSize, function (state, action) {
|
|
7196
9234
|
state.defaultFontSize = action.payload;
|
|
7197
9235
|
}).addCase(initAmplitude, function (state, action) {
|
|
@@ -8125,6 +10163,18 @@ var generateRandomString = (function () {
|
|
|
8125
10163
|
|
|
8126
10164
|
var amplitudeClient = amplitude.getInstance();
|
|
8127
10165
|
|
|
10166
|
+
Object.defineProperty(exports, 'I18nextProvider', {
|
|
10167
|
+
enumerable: true,
|
|
10168
|
+
get: function () {
|
|
10169
|
+
return reactI18next.I18nextProvider;
|
|
10170
|
+
}
|
|
10171
|
+
});
|
|
10172
|
+
Object.defineProperty(exports, 'useTranslation', {
|
|
10173
|
+
enumerable: true,
|
|
10174
|
+
get: function () {
|
|
10175
|
+
return reactI18next.useTranslation;
|
|
10176
|
+
}
|
|
10177
|
+
});
|
|
8128
10178
|
exports.ACCESS_TOKEN = ACCESS_TOKEN;
|
|
8129
10179
|
exports.ANSWER_EDITOR_HEIGHT = ANSWER_EDITOR_HEIGHT;
|
|
8130
10180
|
exports.AcademicClassSelector = AcademicClassSelector;
|
|
@@ -8150,7 +10200,6 @@ exports.EmailTemplateDetail = EmailTemplateDetail;
|
|
|
8150
10200
|
exports.EmailTemplateList = EmailTemplateList;
|
|
8151
10201
|
exports.EmptyDataAlert = EmptyDataAlert;
|
|
8152
10202
|
exports.ErrorHandler = ErrorHandler;
|
|
8153
|
-
exports.FIREBASE_CONFIG = FIREBASE_CONFIG;
|
|
8154
10203
|
exports.FULL_DATE_RESULT = FULL_DATE_RESULT;
|
|
8155
10204
|
exports.FaqList = FaqList;
|
|
8156
10205
|
exports.FileInput = InputFile;
|
|
@@ -8208,6 +10257,7 @@ exports.generateRandomString = generateRandomString;
|
|
|
8208
10257
|
exports.getFileUrl = getFileUrl;
|
|
8209
10258
|
exports.getInfo = getInfo;
|
|
8210
10259
|
exports.getTextFromHTML = getTextFromHTML;
|
|
10260
|
+
exports.i18n = i18n;
|
|
8211
10261
|
exports.initAmplitude = initAmplitude;
|
|
8212
10262
|
exports.isInViewport = isInViewport;
|
|
8213
10263
|
exports.reset = reset;
|
|
@@ -8232,6 +10282,7 @@ exports.setFeedbackList = setFeedbackList;
|
|
|
8232
10282
|
exports.setFilterWidget = setFilterWidget;
|
|
8233
10283
|
exports.setGoalExampleList = setGoalExampleList;
|
|
8234
10284
|
exports.setImproveMyClass = setImproveMyClass;
|
|
10285
|
+
exports.setLanguage = setLanguage;
|
|
8235
10286
|
exports.setLearningSupportCategoryList = setLearningSupportCategoryList;
|
|
8236
10287
|
exports.setLoading = setLoading;
|
|
8237
10288
|
exports.setMailCategory = setMailCategory;
|