mario-core 2.9.237-layout → 2.9.238-layout
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +264 -94
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +264 -94
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -92,7 +92,7 @@ var age = "Age";
|
|
|
92
92
|
var role = "Role";
|
|
93
93
|
var active_status = "Active status";
|
|
94
94
|
var action = "Action";
|
|
95
|
-
var
|
|
95
|
+
var active = "Active";
|
|
96
96
|
var inactive = "Inactive";
|
|
97
97
|
var create = "Create";
|
|
98
98
|
var update = "Update";
|
|
@@ -115,6 +115,7 @@ var edit_question = "Edit question";
|
|
|
115
115
|
var question_type = "Question Type";
|
|
116
116
|
var category = "Category";
|
|
117
117
|
var sub_category = "Sub Category";
|
|
118
|
+
var question_text = "Question text";
|
|
118
119
|
var text = "Text";
|
|
119
120
|
var is_default_question_for_one_to_one = "Is default question for one-to-one";
|
|
120
121
|
var default_question_for_students_or_teachers = "Default question for students or teachers";
|
|
@@ -447,7 +448,7 @@ var impact_score = "Impact Score";
|
|
|
447
448
|
var iep = "IEP";
|
|
448
449
|
var creator = "Creator";
|
|
449
450
|
var last_modify = "Last Modify";
|
|
450
|
-
var
|
|
451
|
+
var modify = "Modify";
|
|
451
452
|
var student_reflections = "Student Reflections";
|
|
452
453
|
var external_reflection = "External Reflection";
|
|
453
454
|
var external_class_reflection = "External Class Reflection";
|
|
@@ -494,7 +495,7 @@ var transition_planning_content = "Beginning no later than a student’s 16th bi
|
|
|
494
495
|
var present_levels = "Present Levels";
|
|
495
496
|
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.";
|
|
496
497
|
var signatures = "Signatures";
|
|
497
|
-
var
|
|
498
|
+
var iep_old_versionf_and_diagnostic_docs = "IEP old version and diagnostic docs";
|
|
498
499
|
var upload_file = "Upload File";
|
|
499
500
|
var add_interest = "Add Interest";
|
|
500
501
|
var upload_image = "Upload Image";
|
|
@@ -551,6 +552,7 @@ var external = "EXTERNAL";
|
|
|
551
552
|
var student_survey = "Student Survey";
|
|
552
553
|
var view_survey = "VIEW SURVEY";
|
|
553
554
|
var create_a_survey = "Create a survey";
|
|
555
|
+
var survey_from = "Survey from";
|
|
554
556
|
var review = "Review";
|
|
555
557
|
var publish_survey = "Publish survey";
|
|
556
558
|
var total_surveys = "Total Surveys";
|
|
@@ -646,7 +648,6 @@ var learning_process = "Learning Process";
|
|
|
646
648
|
var survey_dashboard = "Survey Dashboard";
|
|
647
649
|
var response_rate = "Response Rate";
|
|
648
650
|
var top_5_most_survey_used = "Top 5 Survey's Used";
|
|
649
|
-
var survey_from = "Survey from";
|
|
650
651
|
var question_intervention = "Question Intervention";
|
|
651
652
|
var student_pressure = "Student Pressure";
|
|
652
653
|
var overall_readiness_to_learn = "Overall Readiness to Learn";
|
|
@@ -667,7 +668,7 @@ var marked_themselves_as_unsafe = "marked themselves as unsafe.";
|
|
|
667
668
|
var of_students_are_highly_stressed = "of students are highly stressed.";
|
|
668
669
|
var flagged_with_high_stress = "flagged with high stress.";
|
|
669
670
|
var select_a_student_to_see_their_profile_and_learning_plan = "Select a student to see their profile and learning plan";
|
|
670
|
-
var select_a_student_and_start_a_conversation_with_the_check_in_results = "Select a student and start a conversation with the check
|
|
671
|
+
var select_a_student_and_start_a_conversation_with_the_check_in_results = "Select a student and start a conversation with the check In results";
|
|
671
672
|
var start = "start";
|
|
672
673
|
var teacher_reflection = "Teacher Reflection";
|
|
673
674
|
var notes = "Notes";
|
|
@@ -695,7 +696,7 @@ var this_student_does_nt_have_missing_check_in = "This student doesn’t have mi
|
|
|
695
696
|
var no_student_missing_weekly_check_in = "No student missing weekly check in";
|
|
696
697
|
var start_1_1_conversation = "Start 1-1 Conversation";
|
|
697
698
|
var select_a_teacher_and_start_a_check_in = "Select a teacher and start a check in";
|
|
698
|
-
var this_weeks_check_ins = "This week's check
|
|
699
|
+
var this_weeks_check_ins = "This week's check Ins";
|
|
699
700
|
var this_weeks_1_1s = "This week's 1-1s";
|
|
700
701
|
var this_student_does_nt_have_1_1_in_this_week = "This student doesn’t have 1-1 in this week";
|
|
701
702
|
var this_student_does_nt_have_check_in_in_this_week = "This student doesn’t have check in in this week";
|
|
@@ -720,6 +721,7 @@ var created_by = "Created by";
|
|
|
720
721
|
var responses_distribution = "Responses Distribution";
|
|
721
722
|
var ratings_of_questions = "Ratings of Questions";
|
|
722
723
|
var show_results_for = "Show results for";
|
|
724
|
+
var responses_and_response_rates_per_question = "Responses and Response Rates Per Question";
|
|
723
725
|
var view_list_of_students = "View List of Students";
|
|
724
726
|
var view_list_of_responses = "View List of Response";
|
|
725
727
|
var number_of_responses = "Number of Responses";
|
|
@@ -750,7 +752,7 @@ var how_many_times_a_strategy_has_been_chosen = "How many times a strategy has b
|
|
|
750
752
|
var these_metrics_come_from_students_check_ins_filter_above_to_change_the_data_set = "These metrics come from students' check ins. Filter above to change the data set";
|
|
751
753
|
var not_yet_started = "Not yet started";
|
|
752
754
|
var in_progress = "In progress";
|
|
753
|
-
var export_check_ins_to_csv = "Export Check
|
|
755
|
+
var export_check_ins_to_csv = "Export Check Ins to CSV";
|
|
754
756
|
var these_metrics_come_from_the_conference_rubric_only_teacher_responses_are_scored = "These metrics come from the conference rubric. Only teacher responses are scored";
|
|
755
757
|
var please_save_first = "Please save first";
|
|
756
758
|
var print_date = "Print date";
|
|
@@ -779,10 +781,9 @@ var start_reflection = "Start Reflection";
|
|
|
779
781
|
var customize_reflection = "Customize Reflection";
|
|
780
782
|
var include_section_you_want_to_appear = "Include section you want to appear";
|
|
781
783
|
var time_of_day = "Time of Day";
|
|
784
|
+
var iep_template = "IEP Template";
|
|
782
785
|
var one_roster = "OneRoster";
|
|
783
786
|
var sandbox = "Sandbox";
|
|
784
|
-
var well_being = "Well-being";
|
|
785
|
-
var self_efficacy = "Self-Efficacy";
|
|
786
787
|
var information_roster_sourced_id_full_name_email = "Information Roster (Sourced Id / Full name / Email)";
|
|
787
788
|
var sync_roster_users = "Sync Roster users";
|
|
788
789
|
var export_to_csv = "Export to CSV";
|
|
@@ -796,10 +797,12 @@ var order = "Order";
|
|
|
796
797
|
var user_for = "User for";
|
|
797
798
|
var question_category = "Question Category";
|
|
798
799
|
var template_survey = "Template Survey";
|
|
799
|
-
var
|
|
800
|
+
var total_of_category = "Total of category";
|
|
800
801
|
var create_template = "Create template";
|
|
801
802
|
var number_of_question = "Number of question";
|
|
802
803
|
var mandatory = "Mandatory";
|
|
804
|
+
var well_being = "well-being";
|
|
805
|
+
var self_efficacy = "self-efficacy";
|
|
803
806
|
var no_question_to_display = "No question to display";
|
|
804
807
|
var privacy_policy = "Privacy Policy";
|
|
805
808
|
var profile = "Profile";
|
|
@@ -854,7 +857,7 @@ var unmotivated = "Unmotivated";
|
|
|
854
857
|
var comfort = "Comfort";
|
|
855
858
|
var stretch = "Stretch";
|
|
856
859
|
var strain = "Strain";
|
|
857
|
-
var
|
|
860
|
+
var overwhelmed = "OVERWHELMED";
|
|
858
861
|
var edit_student_profile = "Edit student profile";
|
|
859
862
|
var teacher = "teacher";
|
|
860
863
|
var created = "created";
|
|
@@ -944,7 +947,6 @@ var what_do_you_want_to_do_differently = "What do you want to do differently?";
|
|
|
944
947
|
var to_do = "To Do";
|
|
945
948
|
var my_class_reflections = "My Class Reflections";
|
|
946
949
|
var send_reflection = "Send reflection";
|
|
947
|
-
var iep_template = "IEP Template";
|
|
948
950
|
var type_2_characters_to_search = "Type 2 characters to search";
|
|
949
951
|
var create_time = "Create time";
|
|
950
952
|
var do_you_want_to_remove_this_user = "Do you want to remove this user?";
|
|
@@ -956,7 +958,6 @@ var choose_file = "Choose file";
|
|
|
956
958
|
var do_you_want_to_remove_this_question = "Do you want to remove this question?";
|
|
957
959
|
var select = "Select";
|
|
958
960
|
var do_you_want_to_remove_this_category = "Do you want to remove this category?";
|
|
959
|
-
var total_of_category = "Total of category";
|
|
960
961
|
var total_of_templates = "Total of templates";
|
|
961
962
|
var template_name = "Template name";
|
|
962
963
|
var category_name = "Category name";
|
|
@@ -1682,7 +1683,7 @@ var not_likely_at_all = "Not likely at all";
|
|
|
1682
1683
|
var extremely_likely = "Extremely likely";
|
|
1683
1684
|
var uwcsea_sg_climate_survey_connections_with_adults_and_peers = "UWCSEA-SG Climate Survey: Connections with Adults & Peers";
|
|
1684
1685
|
var uwcsea_sg_climate_survey_do_you_need_some_extra_help_or_support = "UWCSEA-SG Climate Survey: Do you need some extra help or support?";
|
|
1685
|
-
var uwcsea_sg_climate_survey_my_health_and_wellbeing = "UWCSEA-SG Climate Survey: My Health and
|
|
1686
|
+
var uwcsea_sg_climate_survey_my_health_and_wellbeing = "UWCSEA-SG Climate Survey: My Health and Wellbeing";
|
|
1686
1687
|
var uwcsea_sg_climate_survey_open_ended_questions = "UWCSEA-SG Climate Survey: Open Ended Questions";
|
|
1687
1688
|
var uwcsea_sg_climate_suvey_holistic_learning_experiences = "UWCSEA-SG Climate Suvey: Holistic Learning Experiences";
|
|
1688
1689
|
var import_email_by_csv = "Import email by csv";
|
|
@@ -1842,15 +1843,12 @@ var accommodation_set = "Accommodation Set";
|
|
|
1842
1843
|
var add_new_accommodation = "Add new accommodation";
|
|
1843
1844
|
var print_my_accommodations = "Print my accommodations";
|
|
1844
1845
|
var my_learning_progress = "My Learning Progress";
|
|
1845
|
-
var responses_and_response_rates_per_question = "Responses and Response Rates Per Question";
|
|
1846
1846
|
var responses_comparisons = "Responses Comparisons";
|
|
1847
1847
|
var dropdown_and_verbal_questions_responses = "Dropdown and Verbal Questions Responses";
|
|
1848
1848
|
var mario_tools = "MARIO TOOLS";
|
|
1849
1849
|
var customize = "Customize";
|
|
1850
1850
|
var techical_settings = "Technical Settings";
|
|
1851
1851
|
var data_import_export = "Data Import/Export";
|
|
1852
|
-
var question_text = "Question text";
|
|
1853
|
-
var weekly_quests = "Weekly quests";
|
|
1854
1852
|
var inactive_students = "Inactive Students";
|
|
1855
1853
|
var admin_general_tips = "Admin General Tips";
|
|
1856
1854
|
var school_usage = "School Usage";
|
|
@@ -1954,7 +1952,7 @@ var my_current_PLP = "My current PLP";
|
|
|
1954
1952
|
var view_PLP = "View PLP";
|
|
1955
1953
|
var current_accommodation = "Current accommodation";
|
|
1956
1954
|
var goal_date = "Goal Date";
|
|
1957
|
-
var
|
|
1955
|
+
var you_havent_added_any_item_yet = "You haven't added any {{item}} yet";
|
|
1958
1956
|
var passing_date = "Passing Date";
|
|
1959
1957
|
var college = "College";
|
|
1960
1958
|
var visit = "Visit";
|
|
@@ -1968,6 +1966,24 @@ var resources = "resources";
|
|
|
1968
1966
|
var essay = "essay";
|
|
1969
1967
|
var essays = "essays";
|
|
1970
1968
|
var plans = "plans";
|
|
1969
|
+
var total_of = "Total of";
|
|
1970
|
+
var diagnostic_survey = "diagnostic survey";
|
|
1971
|
+
var selected_questions = "Selected Questions";
|
|
1972
|
+
var available_questions = "Available questions";
|
|
1973
|
+
var are_you_sure_you_want_to_inactive_students = "Are you sure you want to inactive {{number}} students?";
|
|
1974
|
+
var data_for_the_last_month = "Data for the last month";
|
|
1975
|
+
var number_of_questions = "Number of questions";
|
|
1976
|
+
var no_item_to_display = "No {{item}} to display";
|
|
1977
|
+
var template = "template";
|
|
1978
|
+
var assessment = "assessment";
|
|
1979
|
+
var assignment_result = "assignment result";
|
|
1980
|
+
var certificate = "certificate";
|
|
1981
|
+
var learning_support_category = "Learning support category";
|
|
1982
|
+
var feedback = "feedback";
|
|
1983
|
+
var suggestion = "suggestion";
|
|
1984
|
+
var tutorial_screen = "tutorial screen";
|
|
1985
|
+
var reflection_forms = "reflection forms";
|
|
1986
|
+
var select_question_to_add = "Select question to add";
|
|
1971
1987
|
var lang_us = {
|
|
1972
1988
|
dashboard: dashboard,
|
|
1973
1989
|
user: user,
|
|
@@ -1984,7 +2000,7 @@ var lang_us = {
|
|
|
1984
2000
|
hey: hey,
|
|
1985
2001
|
readiness_to_learn: readiness_to_learn,
|
|
1986
2002
|
high_impact_learning_strategies: high_impact_learning_strategies,
|
|
1987
|
-
"1_to_1": "1
|
|
2003
|
+
"1_to_1": "1 to 1",
|
|
1988
2004
|
check_in: check_in,
|
|
1989
2005
|
check_ins: check_ins,
|
|
1990
2006
|
reflection: reflection,
|
|
@@ -2025,7 +2041,7 @@ var lang_us = {
|
|
|
2025
2041
|
role: role,
|
|
2026
2042
|
active_status: active_status,
|
|
2027
2043
|
action: action,
|
|
2028
|
-
|
|
2044
|
+
active: active,
|
|
2029
2045
|
inactive: inactive,
|
|
2030
2046
|
create: create,
|
|
2031
2047
|
update: update,
|
|
@@ -2048,7 +2064,7 @@ var lang_us = {
|
|
|
2048
2064
|
question_type: question_type,
|
|
2049
2065
|
category: category,
|
|
2050
2066
|
sub_category: sub_category,
|
|
2051
|
-
|
|
2067
|
+
question_text: question_text,
|
|
2052
2068
|
text: text,
|
|
2053
2069
|
is_default_question_for_one_to_one: is_default_question_for_one_to_one,
|
|
2054
2070
|
default_question_for_students_or_teachers: default_question_for_students_or_teachers,
|
|
@@ -2385,7 +2401,7 @@ var lang_us = {
|
|
|
2385
2401
|
"1_to_1_conversation": "1-to-1 Conversation",
|
|
2386
2402
|
creator: creator,
|
|
2387
2403
|
last_modify: last_modify,
|
|
2388
|
-
|
|
2404
|
+
modify: modify,
|
|
2389
2405
|
student_reflections: student_reflections,
|
|
2390
2406
|
external_reflection: external_reflection,
|
|
2391
2407
|
external_class_reflection: external_class_reflection,
|
|
@@ -2432,7 +2448,7 @@ var lang_us = {
|
|
|
2432
2448
|
present_levels: present_levels,
|
|
2433
2449
|
present_levels_content: present_levels_content,
|
|
2434
2450
|
signatures: signatures,
|
|
2435
|
-
|
|
2451
|
+
iep_old_versionf_and_diagnostic_docs: iep_old_versionf_and_diagnostic_docs,
|
|
2436
2452
|
upload_file: upload_file,
|
|
2437
2453
|
add_interest: add_interest,
|
|
2438
2454
|
upload_image: upload_image,
|
|
@@ -2489,6 +2505,7 @@ var lang_us = {
|
|
|
2489
2505
|
student_survey: student_survey,
|
|
2490
2506
|
view_survey: view_survey,
|
|
2491
2507
|
create_a_survey: create_a_survey,
|
|
2508
|
+
survey_from: survey_from,
|
|
2492
2509
|
review: review,
|
|
2493
2510
|
publish_survey: publish_survey,
|
|
2494
2511
|
total_surveys: total_surveys,
|
|
@@ -2585,7 +2602,6 @@ var lang_us = {
|
|
|
2585
2602
|
survey_dashboard: survey_dashboard,
|
|
2586
2603
|
response_rate: response_rate,
|
|
2587
2604
|
top_5_most_survey_used: top_5_most_survey_used,
|
|
2588
|
-
survey_from: survey_from,
|
|
2589
2605
|
question_intervention: question_intervention,
|
|
2590
2606
|
student_pressure: student_pressure,
|
|
2591
2607
|
overall_readiness_to_learn: overall_readiness_to_learn,
|
|
@@ -2664,6 +2680,7 @@ var lang_us = {
|
|
|
2664
2680
|
responses_distribution: responses_distribution,
|
|
2665
2681
|
ratings_of_questions: ratings_of_questions,
|
|
2666
2682
|
show_results_for: show_results_for,
|
|
2683
|
+
responses_and_response_rates_per_question: responses_and_response_rates_per_question,
|
|
2667
2684
|
view_list_of_students: view_list_of_students,
|
|
2668
2685
|
view_list_of_responses: view_list_of_responses,
|
|
2669
2686
|
number_of_responses: number_of_responses,
|
|
@@ -2725,10 +2742,11 @@ var lang_us = {
|
|
|
2725
2742
|
customize_reflection: customize_reflection,
|
|
2726
2743
|
include_section_you_want_to_appear: include_section_you_want_to_appear,
|
|
2727
2744
|
time_of_day: time_of_day,
|
|
2745
|
+
iep_template: iep_template,
|
|
2728
2746
|
one_roster: one_roster,
|
|
2729
2747
|
sandbox: sandbox,
|
|
2730
|
-
|
|
2731
|
-
|
|
2748
|
+
"well-being": "Well-being",
|
|
2749
|
+
"self-efficacy": "Self-Efficacy",
|
|
2732
2750
|
information_roster_sourced_id_full_name_email: information_roster_sourced_id_full_name_email,
|
|
2733
2751
|
sync_roster_users: sync_roster_users,
|
|
2734
2752
|
export_to_csv: export_to_csv,
|
|
@@ -2742,10 +2760,12 @@ var lang_us = {
|
|
|
2742
2760
|
user_for: user_for,
|
|
2743
2761
|
question_category: question_category,
|
|
2744
2762
|
template_survey: template_survey,
|
|
2745
|
-
|
|
2763
|
+
total_of_category: total_of_category,
|
|
2746
2764
|
create_template: create_template,
|
|
2747
2765
|
number_of_question: number_of_question,
|
|
2748
2766
|
mandatory: mandatory,
|
|
2767
|
+
well_being: well_being,
|
|
2768
|
+
self_efficacy: self_efficacy,
|
|
2749
2769
|
no_question_to_display: no_question_to_display,
|
|
2750
2770
|
privacy_policy: privacy_policy,
|
|
2751
2771
|
profile: profile,
|
|
@@ -2801,7 +2821,7 @@ var lang_us = {
|
|
|
2801
2821
|
comfort: comfort,
|
|
2802
2822
|
stretch: stretch,
|
|
2803
2823
|
strain: strain,
|
|
2804
|
-
|
|
2824
|
+
overwhelmed: overwhelmed,
|
|
2805
2825
|
edit_student_profile: edit_student_profile,
|
|
2806
2826
|
teacher: teacher,
|
|
2807
2827
|
created: created,
|
|
@@ -2891,7 +2911,6 @@ var lang_us = {
|
|
|
2891
2911
|
to_do: to_do,
|
|
2892
2912
|
my_class_reflections: my_class_reflections,
|
|
2893
2913
|
send_reflection: send_reflection,
|
|
2894
|
-
iep_template: iep_template,
|
|
2895
2914
|
type_2_characters_to_search: type_2_characters_to_search,
|
|
2896
2915
|
create_time: create_time,
|
|
2897
2916
|
do_you_want_to_remove_this_user: do_you_want_to_remove_this_user,
|
|
@@ -2903,7 +2922,6 @@ var lang_us = {
|
|
|
2903
2922
|
do_you_want_to_remove_this_question: do_you_want_to_remove_this_question,
|
|
2904
2923
|
select: select,
|
|
2905
2924
|
do_you_want_to_remove_this_category: do_you_want_to_remove_this_category,
|
|
2906
|
-
total_of_category: total_of_category,
|
|
2907
2925
|
total_of_templates: total_of_templates,
|
|
2908
2926
|
template_name: template_name,
|
|
2909
2927
|
category_name: category_name,
|
|
@@ -3793,15 +3811,12 @@ var lang_us = {
|
|
|
3793
3811
|
my_learning_progress: my_learning_progress,
|
|
3794
3812
|
"here_your_teacher_can_edit_or_add_your_accommodation_details._please_note_that_you_can_view_the_information,_but_for_any_edits_or_additions,_kindly_contact_your_teacher_directly.": "Here your teacher can edit or add your accommodation details. Please note that you can view the information, but for any edits or additions, kindly contact your teacher directly.",
|
|
3795
3813
|
"this_is_a_brand_new_beta_version_for_your_personal_learning_journey._you_can_think_about_what_you_want_like_to_do_and_how_you_like_to_learn._we_advise_you_to_do_it_gradually_per_section_and_visit_it_once_a_month.": "This is a brand new beta version for your personal learning journey. You can think about what you want like to do and how you like to learn. We advise you to do it gradually per section and visit it once a month.",
|
|
3796
|
-
responses_and_response_rates_per_question: responses_and_response_rates_per_question,
|
|
3797
3814
|
responses_comparisons: responses_comparisons,
|
|
3798
3815
|
dropdown_and_verbal_questions_responses: dropdown_and_verbal_questions_responses,
|
|
3799
3816
|
mario_tools: mario_tools,
|
|
3800
3817
|
customize: customize,
|
|
3801
3818
|
techical_settings: techical_settings,
|
|
3802
3819
|
data_import_export: data_import_export,
|
|
3803
|
-
question_text: question_text,
|
|
3804
|
-
weekly_quests: weekly_quests,
|
|
3805
3820
|
inactive_students: inactive_students,
|
|
3806
3821
|
admin_general_tips: admin_general_tips,
|
|
3807
3822
|
school_usage: school_usage,
|
|
@@ -3921,7 +3936,7 @@ var lang_us = {
|
|
|
3921
3936
|
view_PLP: view_PLP,
|
|
3922
3937
|
current_accommodation: current_accommodation,
|
|
3923
3938
|
goal_date: goal_date,
|
|
3924
|
-
|
|
3939
|
+
you_havent_added_any_item_yet: you_havent_added_any_item_yet,
|
|
3925
3940
|
passing_date: passing_date,
|
|
3926
3941
|
college: college,
|
|
3927
3942
|
visit: visit,
|
|
@@ -3934,7 +3949,25 @@ var lang_us = {
|
|
|
3934
3949
|
resources: resources,
|
|
3935
3950
|
essay: essay,
|
|
3936
3951
|
essays: essays,
|
|
3937
|
-
plans: plans
|
|
3952
|
+
plans: plans,
|
|
3953
|
+
total_of: total_of,
|
|
3954
|
+
diagnostic_survey: diagnostic_survey,
|
|
3955
|
+
selected_questions: selected_questions,
|
|
3956
|
+
available_questions: available_questions,
|
|
3957
|
+
are_you_sure_you_want_to_inactive_students: are_you_sure_you_want_to_inactive_students,
|
|
3958
|
+
data_for_the_last_month: data_for_the_last_month,
|
|
3959
|
+
number_of_questions: number_of_questions,
|
|
3960
|
+
no_item_to_display: no_item_to_display,
|
|
3961
|
+
template: template,
|
|
3962
|
+
assessment: assessment,
|
|
3963
|
+
assignment_result: assignment_result,
|
|
3964
|
+
certificate: certificate,
|
|
3965
|
+
learning_support_category: learning_support_category,
|
|
3966
|
+
feedback: feedback,
|
|
3967
|
+
suggestion: suggestion,
|
|
3968
|
+
tutorial_screen: tutorial_screen,
|
|
3969
|
+
reflection_forms: reflection_forms,
|
|
3970
|
+
select_question_to_add: select_question_to_add
|
|
3938
3971
|
};
|
|
3939
3972
|
|
|
3940
3973
|
var dashboard$1 = "Dashboard";
|
|
@@ -3992,7 +4025,7 @@ var age$1 = "Age";
|
|
|
3992
4025
|
var role$1 = "Role";
|
|
3993
4026
|
var active_status$1 = "Active status";
|
|
3994
4027
|
var action$1 = "Action";
|
|
3995
|
-
var active = "Active";
|
|
4028
|
+
var active$1 = "Active";
|
|
3996
4029
|
var inactive$1 = "Inactive";
|
|
3997
4030
|
var create$1 = "Create";
|
|
3998
4031
|
var update$1 = "Update";
|
|
@@ -4348,7 +4381,7 @@ var impact_score$1 = "Impact Score";
|
|
|
4348
4381
|
var iep$1 = "IEP";
|
|
4349
4382
|
var creator$1 = "Creator";
|
|
4350
4383
|
var last_modify$1 = "Last Modify";
|
|
4351
|
-
var modify = "Modify";
|
|
4384
|
+
var modify$1 = "Modify";
|
|
4352
4385
|
var student_reflections$1 = "Student Reflections";
|
|
4353
4386
|
var external_reflection$1 = "External Reflection";
|
|
4354
4387
|
var external_class_reflection$1 = "External Class Reflection";
|
|
@@ -4395,7 +4428,7 @@ var transition_planning_content$1 = "Beginning no later than a student’s 16th
|
|
|
4395
4428
|
var present_levels$1 = "Present Levels";
|
|
4396
4429
|
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.";
|
|
4397
4430
|
var signatures$1 = "Signatures";
|
|
4398
|
-
var iep_old_versionf_and_diagnostic_docs = "IEP old version and diagnostic docs";
|
|
4431
|
+
var iep_old_versionf_and_diagnostic_docs$1 = "IEP old version and diagnostic docs";
|
|
4399
4432
|
var upload_file$1 = "Upload File";
|
|
4400
4433
|
var add_interest$1 = "Add Interest";
|
|
4401
4434
|
var upload_image$1 = "Upload Image";
|
|
@@ -4757,7 +4790,7 @@ var unmotivated$1 = "Unmotivated";
|
|
|
4757
4790
|
var comfort$1 = "Comfort";
|
|
4758
4791
|
var stretch$1 = "Stretch";
|
|
4759
4792
|
var strain$1 = "Strain";
|
|
4760
|
-
var overwhelmed = "OVERWHELMED";
|
|
4793
|
+
var overwhelmed$1 = "OVERWHELMED";
|
|
4761
4794
|
var edit_student_profile$1 = "Edit student profile";
|
|
4762
4795
|
var teacher$1 = "teacher";
|
|
4763
4796
|
var created$1 = "created";
|
|
@@ -5852,7 +5885,7 @@ var my_current_PLP$1 = "My current PLP";
|
|
|
5852
5885
|
var view_PLP$1 = "View PLP";
|
|
5853
5886
|
var current_accommodation$1 = "Current accommodation";
|
|
5854
5887
|
var goal_date$1 = "Goal Date";
|
|
5855
|
-
var you_havent_added_any_item_yet = "You haven't added any {{item}} yet";
|
|
5888
|
+
var you_havent_added_any_item_yet$1 = "You haven't added any {{item}} yet";
|
|
5856
5889
|
var passing_date$1 = "Passing Date";
|
|
5857
5890
|
var college$1 = "College";
|
|
5858
5891
|
var visit$1 = "Visit";
|
|
@@ -5866,6 +5899,24 @@ var resources$1 = "resources";
|
|
|
5866
5899
|
var essay$1 = "essay";
|
|
5867
5900
|
var essays$1 = "essays";
|
|
5868
5901
|
var plans$1 = "plans";
|
|
5902
|
+
var total_of$1 = "Total of";
|
|
5903
|
+
var diagnostic_survey$1 = "diagnostic survey";
|
|
5904
|
+
var selected_questions$1 = "Selected Questions";
|
|
5905
|
+
var available_questions$1 = "Available questions";
|
|
5906
|
+
var are_you_sure_you_want_to_inactive_students$1 = "Are you sure you want to inactive {{number}} students?";
|
|
5907
|
+
var data_for_the_last_month$1 = "Data for the last month";
|
|
5908
|
+
var number_of_questions$1 = "Number of questions";
|
|
5909
|
+
var no_item_to_display$1 = "No {{item}} to display";
|
|
5910
|
+
var template$1 = "template";
|
|
5911
|
+
var assessment$1 = "assessment";
|
|
5912
|
+
var assignment_result$1 = "assignment result";
|
|
5913
|
+
var certificate$1 = "certificate";
|
|
5914
|
+
var learning_support_category$1 = "Learning support category";
|
|
5915
|
+
var feedback$1 = "feedback";
|
|
5916
|
+
var suggestion$1 = "suggestion";
|
|
5917
|
+
var tutorial_screen$1 = "tutorial screen";
|
|
5918
|
+
var reflection_forms$1 = "reflection forms";
|
|
5919
|
+
var select_question_to_add$1 = "Select question to add";
|
|
5869
5920
|
var lang_uk = {
|
|
5870
5921
|
dashboard: dashboard$1,
|
|
5871
5922
|
user: user$1,
|
|
@@ -5923,7 +5974,7 @@ var lang_uk = {
|
|
|
5923
5974
|
role: role$1,
|
|
5924
5975
|
active_status: active_status$1,
|
|
5925
5976
|
action: action$1,
|
|
5926
|
-
active: active,
|
|
5977
|
+
active: active$1,
|
|
5927
5978
|
inactive: inactive$1,
|
|
5928
5979
|
create: create$1,
|
|
5929
5980
|
update: update$1,
|
|
@@ -6283,7 +6334,7 @@ var lang_uk = {
|
|
|
6283
6334
|
"1_to_1_conversation": "1-to-1 Conversation",
|
|
6284
6335
|
creator: creator$1,
|
|
6285
6336
|
last_modify: last_modify$1,
|
|
6286
|
-
modify: modify,
|
|
6337
|
+
modify: modify$1,
|
|
6287
6338
|
student_reflections: student_reflections$1,
|
|
6288
6339
|
external_reflection: external_reflection$1,
|
|
6289
6340
|
external_class_reflection: external_class_reflection$1,
|
|
@@ -6330,7 +6381,7 @@ var lang_uk = {
|
|
|
6330
6381
|
present_levels: present_levels$1,
|
|
6331
6382
|
present_levels_content: present_levels_content$1,
|
|
6332
6383
|
signatures: signatures$1,
|
|
6333
|
-
iep_old_versionf_and_diagnostic_docs: iep_old_versionf_and_diagnostic_docs,
|
|
6384
|
+
iep_old_versionf_and_diagnostic_docs: iep_old_versionf_and_diagnostic_docs$1,
|
|
6334
6385
|
upload_file: upload_file$1,
|
|
6335
6386
|
add_interest: add_interest$1,
|
|
6336
6387
|
upload_image: upload_image$1,
|
|
@@ -6703,7 +6754,7 @@ var lang_uk = {
|
|
|
6703
6754
|
comfort: comfort$1,
|
|
6704
6755
|
stretch: stretch$1,
|
|
6705
6756
|
strain: strain$1,
|
|
6706
|
-
overwhelmed: overwhelmed,
|
|
6757
|
+
overwhelmed: overwhelmed$1,
|
|
6707
6758
|
edit_student_profile: edit_student_profile$1,
|
|
6708
6759
|
teacher: teacher$1,
|
|
6709
6760
|
created: created$1,
|
|
@@ -7818,7 +7869,7 @@ var lang_uk = {
|
|
|
7818
7869
|
view_PLP: view_PLP$1,
|
|
7819
7870
|
current_accommodation: current_accommodation$1,
|
|
7820
7871
|
goal_date: goal_date$1,
|
|
7821
|
-
you_havent_added_any_item_yet: you_havent_added_any_item_yet,
|
|
7872
|
+
you_havent_added_any_item_yet: you_havent_added_any_item_yet$1,
|
|
7822
7873
|
passing_date: passing_date$1,
|
|
7823
7874
|
college: college$1,
|
|
7824
7875
|
visit: visit$1,
|
|
@@ -7831,7 +7882,25 @@ var lang_uk = {
|
|
|
7831
7882
|
resources: resources$1,
|
|
7832
7883
|
essay: essay$1,
|
|
7833
7884
|
essays: essays$1,
|
|
7834
|
-
plans: plans$1
|
|
7885
|
+
plans: plans$1,
|
|
7886
|
+
total_of: total_of$1,
|
|
7887
|
+
diagnostic_survey: diagnostic_survey$1,
|
|
7888
|
+
selected_questions: selected_questions$1,
|
|
7889
|
+
available_questions: available_questions$1,
|
|
7890
|
+
are_you_sure_you_want_to_inactive_students: are_you_sure_you_want_to_inactive_students$1,
|
|
7891
|
+
data_for_the_last_month: data_for_the_last_month$1,
|
|
7892
|
+
number_of_questions: number_of_questions$1,
|
|
7893
|
+
no_item_to_display: no_item_to_display$1,
|
|
7894
|
+
template: template$1,
|
|
7895
|
+
assessment: assessment$1,
|
|
7896
|
+
assignment_result: assignment_result$1,
|
|
7897
|
+
certificate: certificate$1,
|
|
7898
|
+
learning_support_category: learning_support_category$1,
|
|
7899
|
+
feedback: feedback$1,
|
|
7900
|
+
suggestion: suggestion$1,
|
|
7901
|
+
tutorial_screen: tutorial_screen$1,
|
|
7902
|
+
reflection_forms: reflection_forms$1,
|
|
7903
|
+
select_question_to_add: select_question_to_add$1
|
|
7835
7904
|
};
|
|
7836
7905
|
|
|
7837
7906
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -7889,7 +7958,7 @@ var age$2 = "العمر";
|
|
|
7889
7958
|
var role$2 = "الدور الوظيفي";
|
|
7890
7959
|
var active_status$2 = "الحالة الفعالة";
|
|
7891
7960
|
var action$2 = "الإجراء";
|
|
7892
|
-
var active$
|
|
7961
|
+
var active$2 = "فعال";
|
|
7893
7962
|
var inactive$2 = "غير فعال";
|
|
7894
7963
|
var create$2 = "إنشاء ";
|
|
7895
7964
|
var update$2 = "تحديث";
|
|
@@ -8237,7 +8306,7 @@ var impact_score$2 = "درجة التأثير ";
|
|
|
8237
8306
|
var iep$2 = "برنامج التعليم الفردي";
|
|
8238
8307
|
var creator$2 = "المصمم";
|
|
8239
8308
|
var last_modify$2 = "آخر تعديل";
|
|
8240
|
-
var modify$
|
|
8309
|
+
var modify$2 = "تعديل";
|
|
8241
8310
|
var student_reflections$2 = "أفكار الطالب";
|
|
8242
8311
|
var external_reflection$2 = "الأفكار الخارجية";
|
|
8243
8312
|
var external_class_reflection$2 = "الأفكار الصفية الخارجية";
|
|
@@ -8284,7 +8353,7 @@ var transition_planning_content$2 = "بدءًا من عمر السادسة عش
|
|
|
8284
8353
|
var present_levels$2 = "المستويات الحالية";
|
|
8285
8354
|
var present_levels_content$2 = "كيف حال الطفل حاليًا في المدرسة؟ كيف تؤثر الحالة الخاصة على أدائه في الفصل؟ يتم تضمين هذا النوع من المعلومات في بيان \"المستويات الحالية\" في برنامج التعليم الفردي.";
|
|
8286
8355
|
var signatures$2 = "التواقيع";
|
|
8287
|
-
var iep_old_versionf_and_diagnostic_docs$
|
|
8356
|
+
var iep_old_versionf_and_diagnostic_docs$2 = "إصدار قديم من برنامج التعليم الفردي ومستندات التشخيص";
|
|
8288
8357
|
var upload_file$2 = "تحميل الملف";
|
|
8289
8358
|
var add_interest$2 = "إضافة جانب اهتمام";
|
|
8290
8359
|
var upload_image$2 = "تحميل صورة";
|
|
@@ -8611,7 +8680,7 @@ var unmotivated$2 = "غير متحفز";
|
|
|
8611
8680
|
var comfort$2 = "الراحة";
|
|
8612
8681
|
var stretch$2 = "الاسترخاء";
|
|
8613
8682
|
var strain$2 = "مُجهد";
|
|
8614
|
-
var overwhelmed$
|
|
8683
|
+
var overwhelmed$2 = "مرهق";
|
|
8615
8684
|
var edit_student_profile$2 = "تعديل ملف الطالب";
|
|
8616
8685
|
var teacher$2 = "المدرس";
|
|
8617
8686
|
var created$2 = "تم إنشاؤه";
|
|
@@ -8733,7 +8802,7 @@ var user_for$2 = "مستخدم لـ";
|
|
|
8733
8802
|
var do_you_want_to_remove_this_question$2 = "هل تريد إزالة هذا السؤال؟";
|
|
8734
8803
|
var question_category$2 = "فئة السؤال ";
|
|
8735
8804
|
var template_survey$2 = "قالب استطلاع الرأي";
|
|
8736
|
-
var is_intervention
|
|
8805
|
+
var is_intervention = "هو التدخل";
|
|
8737
8806
|
var select$2 = "اختيار";
|
|
8738
8807
|
var select_category$2 = "اختر الفئة";
|
|
8739
8808
|
var do_you_want_to_remove_this_category$2 = "هل تريد إزالة هذه الفئة؟";
|
|
@@ -9742,7 +9811,7 @@ var my_current_PLP$2 = "بلدي PLP الحالي";
|
|
|
9742
9811
|
var view_PLP$2 = "عرض PLP";
|
|
9743
9812
|
var current_accommodation$2 = "الإقامة الحالية";
|
|
9744
9813
|
var goal_date$2 = "تاريخ الهدف";
|
|
9745
|
-
var
|
|
9814
|
+
var you_havent_added_any_item_yet$2 = "لم تقم بإضافة أي {{item}} حتى الآن";
|
|
9746
9815
|
var passing_date$2 = "تاريخ المرور";
|
|
9747
9816
|
var college$2 = "كلية";
|
|
9748
9817
|
var visit$2 = "يزور";
|
|
@@ -9756,6 +9825,21 @@ var resources$2 = "موارد";
|
|
|
9756
9825
|
var essay$2 = "مقال";
|
|
9757
9826
|
var essays$2 = "مقالات";
|
|
9758
9827
|
var plans$2 = "الخطط";
|
|
9828
|
+
var total_of$2 = "مجموع ال";
|
|
9829
|
+
var selected_questions$2 = "أسئلة مختارة";
|
|
9830
|
+
var diagnostic_survey$2 = "المسح التشخيصي";
|
|
9831
|
+
var available_questions$2 = "الأسئلة المتاحة";
|
|
9832
|
+
var are_you_sure_you_want_to_inactive_students$2 = "هل أنت متأكد أنك تريد {{number}} من الطلاب غير النشطين؟";
|
|
9833
|
+
var data_for_the_last_month$2 = "بيانات الشهر الماضي";
|
|
9834
|
+
var number_of_questions$2 = "عدد الأسئلة";
|
|
9835
|
+
var no_item_to_display$2 = "لا يوجد {{item}} للعرض";
|
|
9836
|
+
var template$2 = "نموذج";
|
|
9837
|
+
var assessment$2 = "تقدير";
|
|
9838
|
+
var certificate$2 = "شهادة";
|
|
9839
|
+
var assignment_result$2 = "نتيجة الاحالة";
|
|
9840
|
+
var learning_support_category$2 = "فئة دعم التعلم";
|
|
9841
|
+
var feedback$2 = "تعليق";
|
|
9842
|
+
var reflection_forms$2 = "أشكال الانعكاس";
|
|
9759
9843
|
var lang_ar = {
|
|
9760
9844
|
dashboard: dashboard$2,
|
|
9761
9845
|
user: user$2,
|
|
@@ -9813,7 +9897,7 @@ var lang_ar = {
|
|
|
9813
9897
|
role: role$2,
|
|
9814
9898
|
active_status: active_status$2,
|
|
9815
9899
|
action: action$2,
|
|
9816
|
-
active: active$
|
|
9900
|
+
active: active$2,
|
|
9817
9901
|
inactive: inactive$2,
|
|
9818
9902
|
create: create$2,
|
|
9819
9903
|
update: update$2,
|
|
@@ -10165,7 +10249,7 @@ var lang_ar = {
|
|
|
10165
10249
|
"1_to_1_conversation": "محادثة تعلّم فردية",
|
|
10166
10250
|
creator: creator$2,
|
|
10167
10251
|
last_modify: last_modify$2,
|
|
10168
|
-
modify: modify$
|
|
10252
|
+
modify: modify$2,
|
|
10169
10253
|
student_reflections: student_reflections$2,
|
|
10170
10254
|
external_reflection: external_reflection$2,
|
|
10171
10255
|
external_class_reflection: external_class_reflection$2,
|
|
@@ -10212,7 +10296,7 @@ var lang_ar = {
|
|
|
10212
10296
|
present_levels: present_levels$2,
|
|
10213
10297
|
present_levels_content: present_levels_content$2,
|
|
10214
10298
|
signatures: signatures$2,
|
|
10215
|
-
iep_old_versionf_and_diagnostic_docs: iep_old_versionf_and_diagnostic_docs$
|
|
10299
|
+
iep_old_versionf_and_diagnostic_docs: iep_old_versionf_and_diagnostic_docs$2,
|
|
10216
10300
|
upload_file: upload_file$2,
|
|
10217
10301
|
add_interest: add_interest$2,
|
|
10218
10302
|
upload_image: upload_image$2,
|
|
@@ -10547,7 +10631,7 @@ var lang_ar = {
|
|
|
10547
10631
|
comfort: comfort$2,
|
|
10548
10632
|
stretch: stretch$2,
|
|
10549
10633
|
strain: strain$2,
|
|
10550
|
-
overwhelmed: overwhelmed$
|
|
10634
|
+
overwhelmed: overwhelmed$2,
|
|
10551
10635
|
edit_student_profile: edit_student_profile$2,
|
|
10552
10636
|
teacher: teacher$2,
|
|
10553
10637
|
created: created$2,
|
|
@@ -10669,7 +10753,7 @@ var lang_ar = {
|
|
|
10669
10753
|
do_you_want_to_remove_this_question: do_you_want_to_remove_this_question$2,
|
|
10670
10754
|
question_category: question_category$2,
|
|
10671
10755
|
template_survey: template_survey$2,
|
|
10672
|
-
is_intervention: is_intervention
|
|
10756
|
+
is_intervention: is_intervention,
|
|
10673
10757
|
select: select$2,
|
|
10674
10758
|
select_category: select_category$2,
|
|
10675
10759
|
do_you_want_to_remove_this_category: do_you_want_to_remove_this_category$2,
|
|
@@ -11698,7 +11782,7 @@ var lang_ar = {
|
|
|
11698
11782
|
view_PLP: view_PLP$2,
|
|
11699
11783
|
current_accommodation: current_accommodation$2,
|
|
11700
11784
|
goal_date: goal_date$2,
|
|
11701
|
-
|
|
11785
|
+
you_havent_added_any_item_yet: you_havent_added_any_item_yet$2,
|
|
11702
11786
|
passing_date: passing_date$2,
|
|
11703
11787
|
college: college$2,
|
|
11704
11788
|
visit: visit$2,
|
|
@@ -11711,7 +11795,22 @@ var lang_ar = {
|
|
|
11711
11795
|
resources: resources$2,
|
|
11712
11796
|
essay: essay$2,
|
|
11713
11797
|
essays: essays$2,
|
|
11714
|
-
plans: plans$2
|
|
11798
|
+
plans: plans$2,
|
|
11799
|
+
total_of: total_of$2,
|
|
11800
|
+
selected_questions: selected_questions$2,
|
|
11801
|
+
diagnostic_survey: diagnostic_survey$2,
|
|
11802
|
+
available_questions: available_questions$2,
|
|
11803
|
+
are_you_sure_you_want_to_inactive_students: are_you_sure_you_want_to_inactive_students$2,
|
|
11804
|
+
data_for_the_last_month: data_for_the_last_month$2,
|
|
11805
|
+
number_of_questions: number_of_questions$2,
|
|
11806
|
+
no_item_to_display: no_item_to_display$2,
|
|
11807
|
+
template: template$2,
|
|
11808
|
+
assessment: assessment$2,
|
|
11809
|
+
certificate: certificate$2,
|
|
11810
|
+
assignment_result: assignment_result$2,
|
|
11811
|
+
learning_support_category: learning_support_category$2,
|
|
11812
|
+
feedback: feedback$2,
|
|
11813
|
+
reflection_forms: reflection_forms$2
|
|
11715
11814
|
};
|
|
11716
11815
|
|
|
11717
11816
|
var dashboard$3 = "Panel de Control";
|
|
@@ -11768,7 +11867,7 @@ var age$3 = "Edad";
|
|
|
11768
11867
|
var role$3 = "Role";
|
|
11769
11868
|
var active_status$3 = "Estado activo";
|
|
11770
11869
|
var action$3 = "Acción";
|
|
11771
|
-
var Active
|
|
11870
|
+
var Active = "Activo";
|
|
11772
11871
|
var inactive$3 = "Inactivo";
|
|
11773
11872
|
var create$3 = "Crear";
|
|
11774
11873
|
var update$3 = "Actualizar";
|
|
@@ -12123,7 +12222,7 @@ var impact_score$3 = "Puntuación de impacto";
|
|
|
12123
12222
|
var iep$3 = "PEI";
|
|
12124
12223
|
var creator$3 = "Creador";
|
|
12125
12224
|
var last_modify$3 = "Última modificación";
|
|
12126
|
-
var Modify
|
|
12225
|
+
var Modify = "Modificar";
|
|
12127
12226
|
var student_reflections$3 = "Reflexiones de los estudiantes";
|
|
12128
12227
|
var external_reflection$3 = "Reflexión exterior";
|
|
12129
12228
|
var external_class_reflection$3 = "Reflexión de clase externa";
|
|
@@ -12170,7 +12269,7 @@ var transition_planning_content$3 = "A partir del cumpleaños número 16 del est
|
|
|
12170
12269
|
var present_levels$3 = "Niveles actuales";
|
|
12171
12270
|
var present_levels_content$3 = "¿Cómo le está yendo al niño actualmente en la escuela? ¿Cómo afecta la discapacidad su desempeño en clase? Este tipo de información se captura en la declaración de niveles actuales\" en el IEP\".";
|
|
12172
12271
|
var signatures$3 = "Firmas";
|
|
12173
|
-
var iep_old_version_and_diagnostic_docs
|
|
12272
|
+
var iep_old_version_and_diagnostic_docs = "Versión anterior del IEP y documentos de diagnóstico";
|
|
12174
12273
|
var upload_file$3 = "Subir archivo";
|
|
12175
12274
|
var add_interest$3 = "Agregar interés";
|
|
12176
12275
|
var upload_image$3 = "Cargar imagen";
|
|
@@ -12447,7 +12546,7 @@ var order$3 = "Orden";
|
|
|
12447
12546
|
var user_for$3 = "Usuario para";
|
|
12448
12547
|
var question_category$3 = "Categoría de preguntas";
|
|
12449
12548
|
var template_survey$3 = "Plantilla de encuesta";
|
|
12450
|
-
var is_intervention$
|
|
12549
|
+
var is_intervention$1 = "Es intervención";
|
|
12451
12550
|
var create_template$3 = "Crear plantilla";
|
|
12452
12551
|
var number_of_question$3 = "Número de preguntas";
|
|
12453
12552
|
var mandatory$3 = "Obligatorio";
|
|
@@ -12505,7 +12604,7 @@ var unmotivated$3 = "Desmotivado";
|
|
|
12505
12604
|
var comfort$3 = "Comodidad";
|
|
12506
12605
|
var stretch$3 = "Estirar";
|
|
12507
12606
|
var strain$3 = "Cepa";
|
|
12508
|
-
var overwhelmed_overwhelmed
|
|
12607
|
+
var overwhelmed_overwhelmed = "ABURRADOAbrumado";
|
|
12509
12608
|
var edit_student_profile$3 = "Editar perfil de estudiante";
|
|
12510
12609
|
var teacher$3 = "maestro";
|
|
12511
12610
|
var created$3 = "creado";
|
|
@@ -13501,7 +13600,7 @@ var customize$3 = "Personalizar";
|
|
|
13501
13600
|
var techical_settings$3 = "Configuración técnica";
|
|
13502
13601
|
var data_import_export$3 = "Importación/Exportación de datos";
|
|
13503
13602
|
var question_text$3 = "Texto de la pregunta";
|
|
13504
|
-
var weekly_quests
|
|
13603
|
+
var weekly_quests = "Misiones semanales";
|
|
13505
13604
|
var inactive_students$3 = "Estudiantes inactivos";
|
|
13506
13605
|
var admin_general_tips$3 = "Consejos generales para el administrador";
|
|
13507
13606
|
var school_usage$3 = "Uso escolar";
|
|
@@ -13604,7 +13703,7 @@ var my_current_PLP$3 = "Mi PLP actual";
|
|
|
13604
13703
|
var view_PLP$3 = "Ver PLP";
|
|
13605
13704
|
var current_accommodation$3 = "Alojamiento actual";
|
|
13606
13705
|
var goal_date$3 = "Fecha objetivo";
|
|
13607
|
-
var
|
|
13706
|
+
var you_havent_added_any_item_yet$3 = "Aún no has agregado ningún {{item}}";
|
|
13608
13707
|
var passing_date$3 = "Fecha de fallecimiento";
|
|
13609
13708
|
var college$3 = "Colega";
|
|
13610
13709
|
var visit$3 = "Visita";
|
|
@@ -13618,6 +13717,21 @@ var resources$3 = "recursos";
|
|
|
13618
13717
|
var essay$3 = "ensayo";
|
|
13619
13718
|
var essays$3 = "ensayos";
|
|
13620
13719
|
var plans$3 = "planes";
|
|
13720
|
+
var total_of$3 = "Total de";
|
|
13721
|
+
var selected_questions$3 = "Preguntas seleccionadas";
|
|
13722
|
+
var diagnostic_survey$3 = "encuesta diagnóstica";
|
|
13723
|
+
var available_questions$3 = "Preguntas disponibles";
|
|
13724
|
+
var are_you_sure_you_want_to_inactive_students$3 = "¿Estás seguro de que deseas inactivar a {{number}} estudiantes?";
|
|
13725
|
+
var data_for_the_last_month$3 = "Datos del último mes";
|
|
13726
|
+
var number_of_questions$3 = "Numero de preguntas";
|
|
13727
|
+
var no_item_to_display$3 = "No hay {{item}} para mostrar";
|
|
13728
|
+
var template$3 = "plantilla";
|
|
13729
|
+
var assessment$3 = "evaluación";
|
|
13730
|
+
var certificate$3 = "certificado";
|
|
13731
|
+
var assignment_result$3 = "resultado de la tarea";
|
|
13732
|
+
var learning_support_category$3 = "Categoría de apoyo al aprendizaje";
|
|
13733
|
+
var feedback$3 = "comentario";
|
|
13734
|
+
var reflection_forms$3 = "formas de reflexión";
|
|
13621
13735
|
var lang_es = {
|
|
13622
13736
|
dashboard: dashboard$3,
|
|
13623
13737
|
user: user$3,
|
|
@@ -13675,7 +13789,7 @@ var lang_es = {
|
|
|
13675
13789
|
role: role$3,
|
|
13676
13790
|
active_status: active_status$3,
|
|
13677
13791
|
action: action$3,
|
|
13678
|
-
Active: Active
|
|
13792
|
+
Active: Active,
|
|
13679
13793
|
inactive: inactive$3,
|
|
13680
13794
|
create: create$3,
|
|
13681
13795
|
update: update$3,
|
|
@@ -14035,7 +14149,7 @@ var lang_es = {
|
|
|
14035
14149
|
"1_to_1_conversation": "Conversación 1 a 1",
|
|
14036
14150
|
creator: creator$3,
|
|
14037
14151
|
last_modify: last_modify$3,
|
|
14038
|
-
Modify: Modify
|
|
14152
|
+
Modify: Modify,
|
|
14039
14153
|
student_reflections: student_reflections$3,
|
|
14040
14154
|
external_reflection: external_reflection$3,
|
|
14041
14155
|
external_class_reflection: external_class_reflection$3,
|
|
@@ -14082,7 +14196,7 @@ var lang_es = {
|
|
|
14082
14196
|
present_levels: present_levels$3,
|
|
14083
14197
|
present_levels_content: present_levels_content$3,
|
|
14084
14198
|
signatures: signatures$3,
|
|
14085
|
-
iep_old_version_and_diagnostic_docs: iep_old_version_and_diagnostic_docs
|
|
14199
|
+
iep_old_version_and_diagnostic_docs: iep_old_version_and_diagnostic_docs,
|
|
14086
14200
|
upload_file: upload_file$3,
|
|
14087
14201
|
add_interest: add_interest$3,
|
|
14088
14202
|
upload_image: upload_image$3,
|
|
@@ -14366,7 +14480,7 @@ var lang_es = {
|
|
|
14366
14480
|
user_for: user_for$3,
|
|
14367
14481
|
question_category: question_category$3,
|
|
14368
14482
|
template_survey: template_survey$3,
|
|
14369
|
-
is_intervention: is_intervention$
|
|
14483
|
+
is_intervention: is_intervention$1,
|
|
14370
14484
|
create_template: create_template$3,
|
|
14371
14485
|
number_of_question: number_of_question$3,
|
|
14372
14486
|
mandatory: mandatory$3,
|
|
@@ -14425,7 +14539,7 @@ var lang_es = {
|
|
|
14425
14539
|
comfort: comfort$3,
|
|
14426
14540
|
stretch: stretch$3,
|
|
14427
14541
|
strain: strain$3,
|
|
14428
|
-
overwhelmed_overwhelmed: overwhelmed_overwhelmed
|
|
14542
|
+
overwhelmed_overwhelmed: overwhelmed_overwhelmed,
|
|
14429
14543
|
edit_student_profile: edit_student_profile$3,
|
|
14430
14544
|
teacher: teacher$3,
|
|
14431
14545
|
created: created$3,
|
|
@@ -15425,7 +15539,7 @@ var lang_es = {
|
|
|
15425
15539
|
techical_settings: techical_settings$3,
|
|
15426
15540
|
data_import_export: data_import_export$3,
|
|
15427
15541
|
question_text: question_text$3,
|
|
15428
|
-
weekly_quests: weekly_quests
|
|
15542
|
+
weekly_quests: weekly_quests,
|
|
15429
15543
|
inactive_students: inactive_students$3,
|
|
15430
15544
|
admin_general_tips: admin_general_tips$3,
|
|
15431
15545
|
school_usage: school_usage$3,
|
|
@@ -15545,7 +15659,7 @@ var lang_es = {
|
|
|
15545
15659
|
view_PLP: view_PLP$3,
|
|
15546
15660
|
current_accommodation: current_accommodation$3,
|
|
15547
15661
|
goal_date: goal_date$3,
|
|
15548
|
-
|
|
15662
|
+
you_havent_added_any_item_yet: you_havent_added_any_item_yet$3,
|
|
15549
15663
|
passing_date: passing_date$3,
|
|
15550
15664
|
college: college$3,
|
|
15551
15665
|
visit: visit$3,
|
|
@@ -15558,7 +15672,22 @@ var lang_es = {
|
|
|
15558
15672
|
resources: resources$3,
|
|
15559
15673
|
essay: essay$3,
|
|
15560
15674
|
essays: essays$3,
|
|
15561
|
-
plans: plans$3
|
|
15675
|
+
plans: plans$3,
|
|
15676
|
+
total_of: total_of$3,
|
|
15677
|
+
selected_questions: selected_questions$3,
|
|
15678
|
+
diagnostic_survey: diagnostic_survey$3,
|
|
15679
|
+
available_questions: available_questions$3,
|
|
15680
|
+
are_you_sure_you_want_to_inactive_students: are_you_sure_you_want_to_inactive_students$3,
|
|
15681
|
+
data_for_the_last_month: data_for_the_last_month$3,
|
|
15682
|
+
number_of_questions: number_of_questions$3,
|
|
15683
|
+
no_item_to_display: no_item_to_display$3,
|
|
15684
|
+
template: template$3,
|
|
15685
|
+
assessment: assessment$3,
|
|
15686
|
+
certificate: certificate$3,
|
|
15687
|
+
assignment_result: assignment_result$3,
|
|
15688
|
+
learning_support_category: learning_support_category$3,
|
|
15689
|
+
feedback: feedback$3,
|
|
15690
|
+
reflection_forms: reflection_forms$3
|
|
15562
15691
|
};
|
|
15563
15692
|
|
|
15564
15693
|
var dashboard$4 = "仪表板";
|
|
@@ -15616,7 +15745,7 @@ var age$4 = "年龄";
|
|
|
15616
15745
|
var role$4 = "角色";
|
|
15617
15746
|
var active_status$4 = "活跃状态";
|
|
15618
15747
|
var action$4 = "操作";
|
|
15619
|
-
var Active$
|
|
15748
|
+
var Active$1 = "活跃";
|
|
15620
15749
|
var inactive$4 = "非活跃";
|
|
15621
15750
|
var create$4 = "创建";
|
|
15622
15751
|
var update$4 = "更新";
|
|
@@ -15971,7 +16100,7 @@ var impact_score$4 = "影响分数";
|
|
|
15971
16100
|
var iep$4 = "IEP";
|
|
15972
16101
|
var creator$4 = "创建者";
|
|
15973
16102
|
var last_modify$4 = "上次修改";
|
|
15974
|
-
var Modify$
|
|
16103
|
+
var Modify$1 = "修改";
|
|
15975
16104
|
var student_reflections$4 = "学生反思";
|
|
15976
16105
|
var external_reflection$4 = "外部反思";
|
|
15977
16106
|
var external_class_reflection$4 = "外部班级反思";
|
|
@@ -16018,7 +16147,7 @@ var transition_planning_content$4 = "不晚于学生 16 岁生日(如适用,
|
|
|
16018
16147
|
var present_levels$4 = "当前水平";
|
|
16019
16148
|
var present_levels_content$4 = "儿童目前在学校的表现如何?残疾如何影响他在课堂上的表现?此类信息包含在 IEP 中的“当前水平”声明中。";
|
|
16020
16149
|
var signatures$4 = "签名";
|
|
16021
|
-
var iep_old_version_and_diagnostic_docs$
|
|
16150
|
+
var iep_old_version_and_diagnostic_docs$1 = "IEP 旧版本和诊断文档";
|
|
16022
16151
|
var upload_file$4 = "上传文件";
|
|
16023
16152
|
var add_interest$4 = "添加兴趣";
|
|
16024
16153
|
var upload_image$4 = "上传图片";
|
|
@@ -16320,7 +16449,7 @@ var order$4 = "顺序";
|
|
|
16320
16449
|
var user_for$4 = "用户";
|
|
16321
16450
|
var question_category$4 = "问题类别";
|
|
16322
16451
|
var template_survey$4 = "模板调查";
|
|
16323
|
-
var is_intervention$
|
|
16452
|
+
var is_intervention$2 = "是否干预";
|
|
16324
16453
|
var create_template$4 = "创建模板";
|
|
16325
16454
|
var number_of_question$4 = "问题数量";
|
|
16326
16455
|
var mandatory$4 = "必填";
|
|
@@ -16378,7 +16507,7 @@ var unmotivated$4 = "无动力";
|
|
|
16378
16507
|
var comfort$4 = "舒适";
|
|
16379
16508
|
var stretch$4 = "伸展";
|
|
16380
16509
|
var strain$4 = "紧张";
|
|
16381
|
-
var overwhelmed_overwhelmed$
|
|
16510
|
+
var overwhelmed_overwhelmed$1 = "不知所措";
|
|
16382
16511
|
var edit_student_profile$4 = "编辑学生资料";
|
|
16383
16512
|
var teacher$4 = "老师";
|
|
16384
16513
|
var created$4 = "创建";
|
|
@@ -17374,7 +17503,7 @@ var customize$4 = "自定义";
|
|
|
17374
17503
|
var techical_settings$4 = "技术设置";
|
|
17375
17504
|
var data_import_export$4 = "数据导入/导出";
|
|
17376
17505
|
var question_text$4 = "问题文本";
|
|
17377
|
-
var weekly_quests$
|
|
17506
|
+
var weekly_quests$1 = "每周任务";
|
|
17378
17507
|
var inactive_students$4 = "非活跃学生";
|
|
17379
17508
|
var admin_general_tips$4 = "管理员一般提示";
|
|
17380
17509
|
var school_usage$4 = "学校使用";
|
|
@@ -17478,7 +17607,7 @@ var my_current_PLP$4 = "我目前的 PLP";
|
|
|
17478
17607
|
var view_PLP$4 = "看看 PLP";
|
|
17479
17608
|
var current_accommodation$4 = "目前住宿";
|
|
17480
17609
|
var goal_date$4 = "目標日期";
|
|
17481
|
-
var
|
|
17610
|
+
var you_havent_added_any_item_yet$4 = "您還沒有添加任何{{item}}";
|
|
17482
17611
|
var passing_date$4 = "透過日期";
|
|
17483
17612
|
var college$4 = "大學";
|
|
17484
17613
|
var visit$4 = "訪問";
|
|
@@ -17492,6 +17621,21 @@ var resources$4 = "資源";
|
|
|
17492
17621
|
var essay$4 = "散文";
|
|
17493
17622
|
var essays$4 = "論文";
|
|
17494
17623
|
var plans$4 = "計劃";
|
|
17624
|
+
var total_of$4 = "總數是";
|
|
17625
|
+
var selected_questions$4 = "精選問題";
|
|
17626
|
+
var diagnostic_survey$4 = "診斷調查";
|
|
17627
|
+
var available_questions$4 = "可用問題";
|
|
17628
|
+
var are_you_sure_you_want_to_inactive_students$4 = "您確定要刪除不活躍的 {{number}} 名學生嗎?";
|
|
17629
|
+
var data_for_the_last_month$4 = "上個月的數據";
|
|
17630
|
+
var number_of_questions$4 = "問題數量";
|
|
17631
|
+
var no_item_to_display$4 = "沒有可顯示的{{item}}";
|
|
17632
|
+
var template$4 = "範本";
|
|
17633
|
+
var assessment$4 = "評估";
|
|
17634
|
+
var certificate$4 = "證書";
|
|
17635
|
+
var assignment_result$4 = "作業結果";
|
|
17636
|
+
var learning_support_category$4 = "學習支援類";
|
|
17637
|
+
var feedback$4 = "回饋";
|
|
17638
|
+
var reflection_forms$4 = "反射形式";
|
|
17495
17639
|
var lang_zh = {
|
|
17496
17640
|
dashboard: dashboard$4,
|
|
17497
17641
|
user: user$4,
|
|
@@ -17549,7 +17693,7 @@ var lang_zh = {
|
|
|
17549
17693
|
role: role$4,
|
|
17550
17694
|
active_status: active_status$4,
|
|
17551
17695
|
action: action$4,
|
|
17552
|
-
Active: Active$
|
|
17696
|
+
Active: Active$1,
|
|
17553
17697
|
inactive: inactive$4,
|
|
17554
17698
|
create: create$4,
|
|
17555
17699
|
update: update$4,
|
|
@@ -17909,7 +18053,7 @@ var lang_zh = {
|
|
|
17909
18053
|
"1_to_1_conversation": "一对一讨论会",
|
|
17910
18054
|
creator: creator$4,
|
|
17911
18055
|
last_modify: last_modify$4,
|
|
17912
|
-
Modify: Modify$
|
|
18056
|
+
Modify: Modify$1,
|
|
17913
18057
|
student_reflections: student_reflections$4,
|
|
17914
18058
|
external_reflection: external_reflection$4,
|
|
17915
18059
|
external_class_reflection: external_class_reflection$4,
|
|
@@ -17956,7 +18100,7 @@ var lang_zh = {
|
|
|
17956
18100
|
present_levels: present_levels$4,
|
|
17957
18101
|
present_levels_content: present_levels_content$4,
|
|
17958
18102
|
signatures: signatures$4,
|
|
17959
|
-
iep_old_version_and_diagnostic_docs: iep_old_version_and_diagnostic_docs$
|
|
18103
|
+
iep_old_version_and_diagnostic_docs: iep_old_version_and_diagnostic_docs$1,
|
|
17960
18104
|
upload_file: upload_file$4,
|
|
17961
18105
|
add_interest: add_interest$4,
|
|
17962
18106
|
upload_image: upload_image$4,
|
|
@@ -18266,7 +18410,7 @@ var lang_zh = {
|
|
|
18266
18410
|
user_for: user_for$4,
|
|
18267
18411
|
question_category: question_category$4,
|
|
18268
18412
|
template_survey: template_survey$4,
|
|
18269
|
-
is_intervention: is_intervention$
|
|
18413
|
+
is_intervention: is_intervention$2,
|
|
18270
18414
|
create_template: create_template$4,
|
|
18271
18415
|
number_of_question: number_of_question$4,
|
|
18272
18416
|
mandatory: mandatory$4,
|
|
@@ -18325,7 +18469,7 @@ var lang_zh = {
|
|
|
18325
18469
|
comfort: comfort$4,
|
|
18326
18470
|
stretch: stretch$4,
|
|
18327
18471
|
strain: strain$4,
|
|
18328
|
-
overwhelmed_overwhelmed: overwhelmed_overwhelmed$
|
|
18472
|
+
overwhelmed_overwhelmed: overwhelmed_overwhelmed$1,
|
|
18329
18473
|
edit_student_profile: edit_student_profile$4,
|
|
18330
18474
|
teacher: teacher$4,
|
|
18331
18475
|
created: created$4,
|
|
@@ -19325,7 +19469,7 @@ var lang_zh = {
|
|
|
19325
19469
|
techical_settings: techical_settings$4,
|
|
19326
19470
|
data_import_export: data_import_export$4,
|
|
19327
19471
|
question_text: question_text$4,
|
|
19328
|
-
weekly_quests: weekly_quests$
|
|
19472
|
+
weekly_quests: weekly_quests$1,
|
|
19329
19473
|
inactive_students: inactive_students$4,
|
|
19330
19474
|
admin_general_tips: admin_general_tips$4,
|
|
19331
19475
|
school_usage: school_usage$4,
|
|
@@ -19445,7 +19589,7 @@ var lang_zh = {
|
|
|
19445
19589
|
view_PLP: view_PLP$4,
|
|
19446
19590
|
current_accommodation: current_accommodation$4,
|
|
19447
19591
|
goal_date: goal_date$4,
|
|
19448
|
-
|
|
19592
|
+
you_havent_added_any_item_yet: you_havent_added_any_item_yet$4,
|
|
19449
19593
|
passing_date: passing_date$4,
|
|
19450
19594
|
college: college$4,
|
|
19451
19595
|
visit: visit$4,
|
|
@@ -19458,7 +19602,22 @@ var lang_zh = {
|
|
|
19458
19602
|
resources: resources$4,
|
|
19459
19603
|
essay: essay$4,
|
|
19460
19604
|
essays: essays$4,
|
|
19461
|
-
plans: plans$4
|
|
19605
|
+
plans: plans$4,
|
|
19606
|
+
total_of: total_of$4,
|
|
19607
|
+
selected_questions: selected_questions$4,
|
|
19608
|
+
diagnostic_survey: diagnostic_survey$4,
|
|
19609
|
+
available_questions: available_questions$4,
|
|
19610
|
+
are_you_sure_you_want_to_inactive_students: are_you_sure_you_want_to_inactive_students$4,
|
|
19611
|
+
data_for_the_last_month: data_for_the_last_month$4,
|
|
19612
|
+
number_of_questions: number_of_questions$4,
|
|
19613
|
+
no_item_to_display: no_item_to_display$4,
|
|
19614
|
+
template: template$4,
|
|
19615
|
+
assessment: assessment$4,
|
|
19616
|
+
certificate: certificate$4,
|
|
19617
|
+
assignment_result: assignment_result$4,
|
|
19618
|
+
learning_support_category: learning_support_category$4,
|
|
19619
|
+
feedback: feedback$4,
|
|
19620
|
+
reflection_forms: reflection_forms$4
|
|
19462
19621
|
};
|
|
19463
19622
|
|
|
19464
19623
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|
|
@@ -39117,11 +39276,17 @@ var EmptyDataAlert = function EmptyDataAlert(_ref) {
|
|
|
39117
39276
|
var label = _ref.label,
|
|
39118
39277
|
className = _ref.className,
|
|
39119
39278
|
style = _ref.style;
|
|
39279
|
+
|
|
39280
|
+
var _useTranslation = useTranslation(),
|
|
39281
|
+
t = _useTranslation.t;
|
|
39282
|
+
|
|
39120
39283
|
return React.createElement(Alert, {
|
|
39121
39284
|
color: "primary",
|
|
39122
39285
|
className: className,
|
|
39123
39286
|
style: style
|
|
39124
|
-
},
|
|
39287
|
+
}, t('no_item_to_display', {
|
|
39288
|
+
item: label
|
|
39289
|
+
}));
|
|
39125
39290
|
};
|
|
39126
39291
|
|
|
39127
39292
|
EmptyDataAlert.defaultProps = {
|
|
@@ -39442,7 +39607,7 @@ var EmailTemplateList = function EmailTemplateList() {
|
|
|
39442
39607
|
}
|
|
39443
39608
|
})));
|
|
39444
39609
|
}))) : React.createElement(EmptyDataAlert, {
|
|
39445
|
-
label:
|
|
39610
|
+
label: t('template')
|
|
39446
39611
|
}), React.createElement(Row, {
|
|
39447
39612
|
className: "mt-2"
|
|
39448
39613
|
}, React.createElement(Col, {
|
|
@@ -43697,7 +43862,9 @@ var AssignStudentList = function AssignStudentList() {
|
|
|
43697
43862
|
display: 'flex',
|
|
43698
43863
|
alignItems: 'center'
|
|
43699
43864
|
}
|
|
43700
|
-
}, "
|
|
43865
|
+
}, t("are_you_sure_you_want_to_inactive_students", {
|
|
43866
|
+
number: isCheck.length
|
|
43867
|
+
}))), React.createElement(ModalFooter, {
|
|
43701
43868
|
className: "text-right"
|
|
43702
43869
|
}, React.createElement(Button, {
|
|
43703
43870
|
onClick: function onClick() {
|
|
@@ -43817,7 +43984,7 @@ var AssignStudentList = function AssignStudentList() {
|
|
|
43817
43984
|
}
|
|
43818
43985
|
}))));
|
|
43819
43986
|
})))) : React.createElement(EmptyDataAlert, {
|
|
43820
|
-
label:
|
|
43987
|
+
label: t('student')
|
|
43821
43988
|
})), React.createElement(Col, {
|
|
43822
43989
|
md: 12
|
|
43823
43990
|
}, React.createElement(CustomPagination, {
|
|
@@ -45677,6 +45844,9 @@ var NotificationList = function NotificationList() {
|
|
|
45677
45844
|
updateAll = _useNotificationList.updateAll,
|
|
45678
45845
|
toggleUpdateAllStatus = _useNotificationList.toggleUpdateAllStatus;
|
|
45679
45846
|
|
|
45847
|
+
var _useTranslation = useTranslation(),
|
|
45848
|
+
t = _useTranslation.t;
|
|
45849
|
+
|
|
45680
45850
|
return React.createElement("div", {
|
|
45681
45851
|
className: "animated fadeIn",
|
|
45682
45852
|
style: {
|
|
@@ -45765,7 +45935,7 @@ var NotificationList = function NotificationList() {
|
|
|
45765
45935
|
}
|
|
45766
45936
|
})));
|
|
45767
45937
|
})))) : React.createElement(EmptyDataAlert, {
|
|
45768
|
-
label:
|
|
45938
|
+
label: t('notification')
|
|
45769
45939
|
})), React.createElement(Col, {
|
|
45770
45940
|
md: 12
|
|
45771
45941
|
}, React.createElement(CustomPagination, {
|