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.js
CHANGED
|
@@ -94,7 +94,7 @@ var age = "Age";
|
|
|
94
94
|
var role = "Role";
|
|
95
95
|
var active_status = "Active status";
|
|
96
96
|
var action = "Action";
|
|
97
|
-
var
|
|
97
|
+
var active = "Active";
|
|
98
98
|
var inactive = "Inactive";
|
|
99
99
|
var create = "Create";
|
|
100
100
|
var update = "Update";
|
|
@@ -117,6 +117,7 @@ var edit_question = "Edit question";
|
|
|
117
117
|
var question_type = "Question Type";
|
|
118
118
|
var category = "Category";
|
|
119
119
|
var sub_category = "Sub Category";
|
|
120
|
+
var question_text = "Question text";
|
|
120
121
|
var text = "Text";
|
|
121
122
|
var is_default_question_for_one_to_one = "Is default question for one-to-one";
|
|
122
123
|
var default_question_for_students_or_teachers = "Default question for students or teachers";
|
|
@@ -449,7 +450,7 @@ var impact_score = "Impact Score";
|
|
|
449
450
|
var iep = "IEP";
|
|
450
451
|
var creator = "Creator";
|
|
451
452
|
var last_modify = "Last Modify";
|
|
452
|
-
var
|
|
453
|
+
var modify = "Modify";
|
|
453
454
|
var student_reflections = "Student Reflections";
|
|
454
455
|
var external_reflection = "External Reflection";
|
|
455
456
|
var external_class_reflection = "External Class Reflection";
|
|
@@ -496,7 +497,7 @@ var transition_planning_content = "Beginning no later than a student’s 16th bi
|
|
|
496
497
|
var present_levels = "Present Levels";
|
|
497
498
|
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.";
|
|
498
499
|
var signatures = "Signatures";
|
|
499
|
-
var
|
|
500
|
+
var iep_old_versionf_and_diagnostic_docs = "IEP old version and diagnostic docs";
|
|
500
501
|
var upload_file = "Upload File";
|
|
501
502
|
var add_interest = "Add Interest";
|
|
502
503
|
var upload_image = "Upload Image";
|
|
@@ -553,6 +554,7 @@ var external = "EXTERNAL";
|
|
|
553
554
|
var student_survey = "Student Survey";
|
|
554
555
|
var view_survey = "VIEW SURVEY";
|
|
555
556
|
var create_a_survey = "Create a survey";
|
|
557
|
+
var survey_from = "Survey from";
|
|
556
558
|
var review = "Review";
|
|
557
559
|
var publish_survey = "Publish survey";
|
|
558
560
|
var total_surveys = "Total Surveys";
|
|
@@ -648,7 +650,6 @@ var learning_process = "Learning Process";
|
|
|
648
650
|
var survey_dashboard = "Survey Dashboard";
|
|
649
651
|
var response_rate = "Response Rate";
|
|
650
652
|
var top_5_most_survey_used = "Top 5 Survey's Used";
|
|
651
|
-
var survey_from = "Survey from";
|
|
652
653
|
var question_intervention = "Question Intervention";
|
|
653
654
|
var student_pressure = "Student Pressure";
|
|
654
655
|
var overall_readiness_to_learn = "Overall Readiness to Learn";
|
|
@@ -669,7 +670,7 @@ var marked_themselves_as_unsafe = "marked themselves as unsafe.";
|
|
|
669
670
|
var of_students_are_highly_stressed = "of students are highly stressed.";
|
|
670
671
|
var flagged_with_high_stress = "flagged with high stress.";
|
|
671
672
|
var select_a_student_to_see_their_profile_and_learning_plan = "Select a student to see their profile and learning plan";
|
|
672
|
-
var select_a_student_and_start_a_conversation_with_the_check_in_results = "Select a student and start a conversation with the check
|
|
673
|
+
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";
|
|
673
674
|
var start = "start";
|
|
674
675
|
var teacher_reflection = "Teacher Reflection";
|
|
675
676
|
var notes = "Notes";
|
|
@@ -697,7 +698,7 @@ var this_student_does_nt_have_missing_check_in = "This student doesn’t have mi
|
|
|
697
698
|
var no_student_missing_weekly_check_in = "No student missing weekly check in";
|
|
698
699
|
var start_1_1_conversation = "Start 1-1 Conversation";
|
|
699
700
|
var select_a_teacher_and_start_a_check_in = "Select a teacher and start a check in";
|
|
700
|
-
var this_weeks_check_ins = "This week's check
|
|
701
|
+
var this_weeks_check_ins = "This week's check Ins";
|
|
701
702
|
var this_weeks_1_1s = "This week's 1-1s";
|
|
702
703
|
var this_student_does_nt_have_1_1_in_this_week = "This student doesn’t have 1-1 in this week";
|
|
703
704
|
var this_student_does_nt_have_check_in_in_this_week = "This student doesn’t have check in in this week";
|
|
@@ -722,6 +723,7 @@ var created_by = "Created by";
|
|
|
722
723
|
var responses_distribution = "Responses Distribution";
|
|
723
724
|
var ratings_of_questions = "Ratings of Questions";
|
|
724
725
|
var show_results_for = "Show results for";
|
|
726
|
+
var responses_and_response_rates_per_question = "Responses and Response Rates Per Question";
|
|
725
727
|
var view_list_of_students = "View List of Students";
|
|
726
728
|
var view_list_of_responses = "View List of Response";
|
|
727
729
|
var number_of_responses = "Number of Responses";
|
|
@@ -752,7 +754,7 @@ var how_many_times_a_strategy_has_been_chosen = "How many times a strategy has b
|
|
|
752
754
|
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";
|
|
753
755
|
var not_yet_started = "Not yet started";
|
|
754
756
|
var in_progress = "In progress";
|
|
755
|
-
var export_check_ins_to_csv = "Export Check
|
|
757
|
+
var export_check_ins_to_csv = "Export Check Ins to CSV";
|
|
756
758
|
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";
|
|
757
759
|
var please_save_first = "Please save first";
|
|
758
760
|
var print_date = "Print date";
|
|
@@ -781,10 +783,9 @@ var start_reflection = "Start Reflection";
|
|
|
781
783
|
var customize_reflection = "Customize Reflection";
|
|
782
784
|
var include_section_you_want_to_appear = "Include section you want to appear";
|
|
783
785
|
var time_of_day = "Time of Day";
|
|
786
|
+
var iep_template = "IEP Template";
|
|
784
787
|
var one_roster = "OneRoster";
|
|
785
788
|
var sandbox = "Sandbox";
|
|
786
|
-
var well_being = "Well-being";
|
|
787
|
-
var self_efficacy = "Self-Efficacy";
|
|
788
789
|
var information_roster_sourced_id_full_name_email = "Information Roster (Sourced Id / Full name / Email)";
|
|
789
790
|
var sync_roster_users = "Sync Roster users";
|
|
790
791
|
var export_to_csv = "Export to CSV";
|
|
@@ -798,10 +799,12 @@ var order = "Order";
|
|
|
798
799
|
var user_for = "User for";
|
|
799
800
|
var question_category = "Question Category";
|
|
800
801
|
var template_survey = "Template Survey";
|
|
801
|
-
var
|
|
802
|
+
var total_of_category = "Total of category";
|
|
802
803
|
var create_template = "Create template";
|
|
803
804
|
var number_of_question = "Number of question";
|
|
804
805
|
var mandatory = "Mandatory";
|
|
806
|
+
var well_being = "well-being";
|
|
807
|
+
var self_efficacy = "self-efficacy";
|
|
805
808
|
var no_question_to_display = "No question to display";
|
|
806
809
|
var privacy_policy = "Privacy Policy";
|
|
807
810
|
var profile = "Profile";
|
|
@@ -856,7 +859,7 @@ var unmotivated = "Unmotivated";
|
|
|
856
859
|
var comfort = "Comfort";
|
|
857
860
|
var stretch = "Stretch";
|
|
858
861
|
var strain = "Strain";
|
|
859
|
-
var
|
|
862
|
+
var overwhelmed = "OVERWHELMED";
|
|
860
863
|
var edit_student_profile = "Edit student profile";
|
|
861
864
|
var teacher = "teacher";
|
|
862
865
|
var created = "created";
|
|
@@ -946,7 +949,6 @@ var what_do_you_want_to_do_differently = "What do you want to do differently?";
|
|
|
946
949
|
var to_do = "To Do";
|
|
947
950
|
var my_class_reflections = "My Class Reflections";
|
|
948
951
|
var send_reflection = "Send reflection";
|
|
949
|
-
var iep_template = "IEP Template";
|
|
950
952
|
var type_2_characters_to_search = "Type 2 characters to search";
|
|
951
953
|
var create_time = "Create time";
|
|
952
954
|
var do_you_want_to_remove_this_user = "Do you want to remove this user?";
|
|
@@ -958,7 +960,6 @@ var choose_file = "Choose file";
|
|
|
958
960
|
var do_you_want_to_remove_this_question = "Do you want to remove this question?";
|
|
959
961
|
var select = "Select";
|
|
960
962
|
var do_you_want_to_remove_this_category = "Do you want to remove this category?";
|
|
961
|
-
var total_of_category = "Total of category";
|
|
962
963
|
var total_of_templates = "Total of templates";
|
|
963
964
|
var template_name = "Template name";
|
|
964
965
|
var category_name = "Category name";
|
|
@@ -1684,7 +1685,7 @@ var not_likely_at_all = "Not likely at all";
|
|
|
1684
1685
|
var extremely_likely = "Extremely likely";
|
|
1685
1686
|
var uwcsea_sg_climate_survey_connections_with_adults_and_peers = "UWCSEA-SG Climate Survey: Connections with Adults & Peers";
|
|
1686
1687
|
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?";
|
|
1687
|
-
var uwcsea_sg_climate_survey_my_health_and_wellbeing = "UWCSEA-SG Climate Survey: My Health and
|
|
1688
|
+
var uwcsea_sg_climate_survey_my_health_and_wellbeing = "UWCSEA-SG Climate Survey: My Health and Wellbeing";
|
|
1688
1689
|
var uwcsea_sg_climate_survey_open_ended_questions = "UWCSEA-SG Climate Survey: Open Ended Questions";
|
|
1689
1690
|
var uwcsea_sg_climate_suvey_holistic_learning_experiences = "UWCSEA-SG Climate Suvey: Holistic Learning Experiences";
|
|
1690
1691
|
var import_email_by_csv = "Import email by csv";
|
|
@@ -1844,15 +1845,12 @@ var accommodation_set = "Accommodation Set";
|
|
|
1844
1845
|
var add_new_accommodation = "Add new accommodation";
|
|
1845
1846
|
var print_my_accommodations = "Print my accommodations";
|
|
1846
1847
|
var my_learning_progress = "My Learning Progress";
|
|
1847
|
-
var responses_and_response_rates_per_question = "Responses and Response Rates Per Question";
|
|
1848
1848
|
var responses_comparisons = "Responses Comparisons";
|
|
1849
1849
|
var dropdown_and_verbal_questions_responses = "Dropdown and Verbal Questions Responses";
|
|
1850
1850
|
var mario_tools = "MARIO TOOLS";
|
|
1851
1851
|
var customize = "Customize";
|
|
1852
1852
|
var techical_settings = "Technical Settings";
|
|
1853
1853
|
var data_import_export = "Data Import/Export";
|
|
1854
|
-
var question_text = "Question text";
|
|
1855
|
-
var weekly_quests = "Weekly quests";
|
|
1856
1854
|
var inactive_students = "Inactive Students";
|
|
1857
1855
|
var admin_general_tips = "Admin General Tips";
|
|
1858
1856
|
var school_usage = "School Usage";
|
|
@@ -1956,7 +1954,7 @@ var my_current_PLP = "My current PLP";
|
|
|
1956
1954
|
var view_PLP = "View PLP";
|
|
1957
1955
|
var current_accommodation = "Current accommodation";
|
|
1958
1956
|
var goal_date = "Goal Date";
|
|
1959
|
-
var
|
|
1957
|
+
var you_havent_added_any_item_yet = "You haven't added any {{item}} yet";
|
|
1960
1958
|
var passing_date = "Passing Date";
|
|
1961
1959
|
var college = "College";
|
|
1962
1960
|
var visit = "Visit";
|
|
@@ -1970,6 +1968,24 @@ var resources = "resources";
|
|
|
1970
1968
|
var essay = "essay";
|
|
1971
1969
|
var essays = "essays";
|
|
1972
1970
|
var plans = "plans";
|
|
1971
|
+
var total_of = "Total of";
|
|
1972
|
+
var diagnostic_survey = "diagnostic survey";
|
|
1973
|
+
var selected_questions = "Selected Questions";
|
|
1974
|
+
var available_questions = "Available questions";
|
|
1975
|
+
var are_you_sure_you_want_to_inactive_students = "Are you sure you want to inactive {{number}} students?";
|
|
1976
|
+
var data_for_the_last_month = "Data for the last month";
|
|
1977
|
+
var number_of_questions = "Number of questions";
|
|
1978
|
+
var no_item_to_display = "No {{item}} to display";
|
|
1979
|
+
var template = "template";
|
|
1980
|
+
var assessment = "assessment";
|
|
1981
|
+
var assignment_result = "assignment result";
|
|
1982
|
+
var certificate = "certificate";
|
|
1983
|
+
var learning_support_category = "Learning support category";
|
|
1984
|
+
var feedback = "feedback";
|
|
1985
|
+
var suggestion = "suggestion";
|
|
1986
|
+
var tutorial_screen = "tutorial screen";
|
|
1987
|
+
var reflection_forms = "reflection forms";
|
|
1988
|
+
var select_question_to_add = "Select question to add";
|
|
1973
1989
|
var lang_us = {
|
|
1974
1990
|
dashboard: dashboard,
|
|
1975
1991
|
user: user,
|
|
@@ -1986,7 +2002,7 @@ var lang_us = {
|
|
|
1986
2002
|
hey: hey,
|
|
1987
2003
|
readiness_to_learn: readiness_to_learn,
|
|
1988
2004
|
high_impact_learning_strategies: high_impact_learning_strategies,
|
|
1989
|
-
"1_to_1": "1
|
|
2005
|
+
"1_to_1": "1 to 1",
|
|
1990
2006
|
check_in: check_in,
|
|
1991
2007
|
check_ins: check_ins,
|
|
1992
2008
|
reflection: reflection,
|
|
@@ -2027,7 +2043,7 @@ var lang_us = {
|
|
|
2027
2043
|
role: role,
|
|
2028
2044
|
active_status: active_status,
|
|
2029
2045
|
action: action,
|
|
2030
|
-
|
|
2046
|
+
active: active,
|
|
2031
2047
|
inactive: inactive,
|
|
2032
2048
|
create: create,
|
|
2033
2049
|
update: update,
|
|
@@ -2050,7 +2066,7 @@ var lang_us = {
|
|
|
2050
2066
|
question_type: question_type,
|
|
2051
2067
|
category: category,
|
|
2052
2068
|
sub_category: sub_category,
|
|
2053
|
-
|
|
2069
|
+
question_text: question_text,
|
|
2054
2070
|
text: text,
|
|
2055
2071
|
is_default_question_for_one_to_one: is_default_question_for_one_to_one,
|
|
2056
2072
|
default_question_for_students_or_teachers: default_question_for_students_or_teachers,
|
|
@@ -2387,7 +2403,7 @@ var lang_us = {
|
|
|
2387
2403
|
"1_to_1_conversation": "1-to-1 Conversation",
|
|
2388
2404
|
creator: creator,
|
|
2389
2405
|
last_modify: last_modify,
|
|
2390
|
-
|
|
2406
|
+
modify: modify,
|
|
2391
2407
|
student_reflections: student_reflections,
|
|
2392
2408
|
external_reflection: external_reflection,
|
|
2393
2409
|
external_class_reflection: external_class_reflection,
|
|
@@ -2434,7 +2450,7 @@ var lang_us = {
|
|
|
2434
2450
|
present_levels: present_levels,
|
|
2435
2451
|
present_levels_content: present_levels_content,
|
|
2436
2452
|
signatures: signatures,
|
|
2437
|
-
|
|
2453
|
+
iep_old_versionf_and_diagnostic_docs: iep_old_versionf_and_diagnostic_docs,
|
|
2438
2454
|
upload_file: upload_file,
|
|
2439
2455
|
add_interest: add_interest,
|
|
2440
2456
|
upload_image: upload_image,
|
|
@@ -2491,6 +2507,7 @@ var lang_us = {
|
|
|
2491
2507
|
student_survey: student_survey,
|
|
2492
2508
|
view_survey: view_survey,
|
|
2493
2509
|
create_a_survey: create_a_survey,
|
|
2510
|
+
survey_from: survey_from,
|
|
2494
2511
|
review: review,
|
|
2495
2512
|
publish_survey: publish_survey,
|
|
2496
2513
|
total_surveys: total_surveys,
|
|
@@ -2587,7 +2604,6 @@ var lang_us = {
|
|
|
2587
2604
|
survey_dashboard: survey_dashboard,
|
|
2588
2605
|
response_rate: response_rate,
|
|
2589
2606
|
top_5_most_survey_used: top_5_most_survey_used,
|
|
2590
|
-
survey_from: survey_from,
|
|
2591
2607
|
question_intervention: question_intervention,
|
|
2592
2608
|
student_pressure: student_pressure,
|
|
2593
2609
|
overall_readiness_to_learn: overall_readiness_to_learn,
|
|
@@ -2666,6 +2682,7 @@ var lang_us = {
|
|
|
2666
2682
|
responses_distribution: responses_distribution,
|
|
2667
2683
|
ratings_of_questions: ratings_of_questions,
|
|
2668
2684
|
show_results_for: show_results_for,
|
|
2685
|
+
responses_and_response_rates_per_question: responses_and_response_rates_per_question,
|
|
2669
2686
|
view_list_of_students: view_list_of_students,
|
|
2670
2687
|
view_list_of_responses: view_list_of_responses,
|
|
2671
2688
|
number_of_responses: number_of_responses,
|
|
@@ -2727,10 +2744,11 @@ var lang_us = {
|
|
|
2727
2744
|
customize_reflection: customize_reflection,
|
|
2728
2745
|
include_section_you_want_to_appear: include_section_you_want_to_appear,
|
|
2729
2746
|
time_of_day: time_of_day,
|
|
2747
|
+
iep_template: iep_template,
|
|
2730
2748
|
one_roster: one_roster,
|
|
2731
2749
|
sandbox: sandbox,
|
|
2732
|
-
|
|
2733
|
-
|
|
2750
|
+
"well-being": "Well-being",
|
|
2751
|
+
"self-efficacy": "Self-Efficacy",
|
|
2734
2752
|
information_roster_sourced_id_full_name_email: information_roster_sourced_id_full_name_email,
|
|
2735
2753
|
sync_roster_users: sync_roster_users,
|
|
2736
2754
|
export_to_csv: export_to_csv,
|
|
@@ -2744,10 +2762,12 @@ var lang_us = {
|
|
|
2744
2762
|
user_for: user_for,
|
|
2745
2763
|
question_category: question_category,
|
|
2746
2764
|
template_survey: template_survey,
|
|
2747
|
-
|
|
2765
|
+
total_of_category: total_of_category,
|
|
2748
2766
|
create_template: create_template,
|
|
2749
2767
|
number_of_question: number_of_question,
|
|
2750
2768
|
mandatory: mandatory,
|
|
2769
|
+
well_being: well_being,
|
|
2770
|
+
self_efficacy: self_efficacy,
|
|
2751
2771
|
no_question_to_display: no_question_to_display,
|
|
2752
2772
|
privacy_policy: privacy_policy,
|
|
2753
2773
|
profile: profile,
|
|
@@ -2803,7 +2823,7 @@ var lang_us = {
|
|
|
2803
2823
|
comfort: comfort,
|
|
2804
2824
|
stretch: stretch,
|
|
2805
2825
|
strain: strain,
|
|
2806
|
-
|
|
2826
|
+
overwhelmed: overwhelmed,
|
|
2807
2827
|
edit_student_profile: edit_student_profile,
|
|
2808
2828
|
teacher: teacher,
|
|
2809
2829
|
created: created,
|
|
@@ -2893,7 +2913,6 @@ var lang_us = {
|
|
|
2893
2913
|
to_do: to_do,
|
|
2894
2914
|
my_class_reflections: my_class_reflections,
|
|
2895
2915
|
send_reflection: send_reflection,
|
|
2896
|
-
iep_template: iep_template,
|
|
2897
2916
|
type_2_characters_to_search: type_2_characters_to_search,
|
|
2898
2917
|
create_time: create_time,
|
|
2899
2918
|
do_you_want_to_remove_this_user: do_you_want_to_remove_this_user,
|
|
@@ -2905,7 +2924,6 @@ var lang_us = {
|
|
|
2905
2924
|
do_you_want_to_remove_this_question: do_you_want_to_remove_this_question,
|
|
2906
2925
|
select: select,
|
|
2907
2926
|
do_you_want_to_remove_this_category: do_you_want_to_remove_this_category,
|
|
2908
|
-
total_of_category: total_of_category,
|
|
2909
2927
|
total_of_templates: total_of_templates,
|
|
2910
2928
|
template_name: template_name,
|
|
2911
2929
|
category_name: category_name,
|
|
@@ -3795,15 +3813,12 @@ var lang_us = {
|
|
|
3795
3813
|
my_learning_progress: my_learning_progress,
|
|
3796
3814
|
"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.",
|
|
3797
3815
|
"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.",
|
|
3798
|
-
responses_and_response_rates_per_question: responses_and_response_rates_per_question,
|
|
3799
3816
|
responses_comparisons: responses_comparisons,
|
|
3800
3817
|
dropdown_and_verbal_questions_responses: dropdown_and_verbal_questions_responses,
|
|
3801
3818
|
mario_tools: mario_tools,
|
|
3802
3819
|
customize: customize,
|
|
3803
3820
|
techical_settings: techical_settings,
|
|
3804
3821
|
data_import_export: data_import_export,
|
|
3805
|
-
question_text: question_text,
|
|
3806
|
-
weekly_quests: weekly_quests,
|
|
3807
3822
|
inactive_students: inactive_students,
|
|
3808
3823
|
admin_general_tips: admin_general_tips,
|
|
3809
3824
|
school_usage: school_usage,
|
|
@@ -3923,7 +3938,7 @@ var lang_us = {
|
|
|
3923
3938
|
view_PLP: view_PLP,
|
|
3924
3939
|
current_accommodation: current_accommodation,
|
|
3925
3940
|
goal_date: goal_date,
|
|
3926
|
-
|
|
3941
|
+
you_havent_added_any_item_yet: you_havent_added_any_item_yet,
|
|
3927
3942
|
passing_date: passing_date,
|
|
3928
3943
|
college: college,
|
|
3929
3944
|
visit: visit,
|
|
@@ -3936,7 +3951,25 @@ var lang_us = {
|
|
|
3936
3951
|
resources: resources,
|
|
3937
3952
|
essay: essay,
|
|
3938
3953
|
essays: essays,
|
|
3939
|
-
plans: plans
|
|
3954
|
+
plans: plans,
|
|
3955
|
+
total_of: total_of,
|
|
3956
|
+
diagnostic_survey: diagnostic_survey,
|
|
3957
|
+
selected_questions: selected_questions,
|
|
3958
|
+
available_questions: available_questions,
|
|
3959
|
+
are_you_sure_you_want_to_inactive_students: are_you_sure_you_want_to_inactive_students,
|
|
3960
|
+
data_for_the_last_month: data_for_the_last_month,
|
|
3961
|
+
number_of_questions: number_of_questions,
|
|
3962
|
+
no_item_to_display: no_item_to_display,
|
|
3963
|
+
template: template,
|
|
3964
|
+
assessment: assessment,
|
|
3965
|
+
assignment_result: assignment_result,
|
|
3966
|
+
certificate: certificate,
|
|
3967
|
+
learning_support_category: learning_support_category,
|
|
3968
|
+
feedback: feedback,
|
|
3969
|
+
suggestion: suggestion,
|
|
3970
|
+
tutorial_screen: tutorial_screen,
|
|
3971
|
+
reflection_forms: reflection_forms,
|
|
3972
|
+
select_question_to_add: select_question_to_add
|
|
3940
3973
|
};
|
|
3941
3974
|
|
|
3942
3975
|
var dashboard$1 = "Dashboard";
|
|
@@ -3994,7 +4027,7 @@ var age$1 = "Age";
|
|
|
3994
4027
|
var role$1 = "Role";
|
|
3995
4028
|
var active_status$1 = "Active status";
|
|
3996
4029
|
var action$1 = "Action";
|
|
3997
|
-
var active = "Active";
|
|
4030
|
+
var active$1 = "Active";
|
|
3998
4031
|
var inactive$1 = "Inactive";
|
|
3999
4032
|
var create$1 = "Create";
|
|
4000
4033
|
var update$1 = "Update";
|
|
@@ -4350,7 +4383,7 @@ var impact_score$1 = "Impact Score";
|
|
|
4350
4383
|
var iep$1 = "IEP";
|
|
4351
4384
|
var creator$1 = "Creator";
|
|
4352
4385
|
var last_modify$1 = "Last Modify";
|
|
4353
|
-
var modify = "Modify";
|
|
4386
|
+
var modify$1 = "Modify";
|
|
4354
4387
|
var student_reflections$1 = "Student Reflections";
|
|
4355
4388
|
var external_reflection$1 = "External Reflection";
|
|
4356
4389
|
var external_class_reflection$1 = "External Class Reflection";
|
|
@@ -4397,7 +4430,7 @@ var transition_planning_content$1 = "Beginning no later than a student’s 16th
|
|
|
4397
4430
|
var present_levels$1 = "Present Levels";
|
|
4398
4431
|
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.";
|
|
4399
4432
|
var signatures$1 = "Signatures";
|
|
4400
|
-
var iep_old_versionf_and_diagnostic_docs = "IEP old version and diagnostic docs";
|
|
4433
|
+
var iep_old_versionf_and_diagnostic_docs$1 = "IEP old version and diagnostic docs";
|
|
4401
4434
|
var upload_file$1 = "Upload File";
|
|
4402
4435
|
var add_interest$1 = "Add Interest";
|
|
4403
4436
|
var upload_image$1 = "Upload Image";
|
|
@@ -4759,7 +4792,7 @@ var unmotivated$1 = "Unmotivated";
|
|
|
4759
4792
|
var comfort$1 = "Comfort";
|
|
4760
4793
|
var stretch$1 = "Stretch";
|
|
4761
4794
|
var strain$1 = "Strain";
|
|
4762
|
-
var overwhelmed = "OVERWHELMED";
|
|
4795
|
+
var overwhelmed$1 = "OVERWHELMED";
|
|
4763
4796
|
var edit_student_profile$1 = "Edit student profile";
|
|
4764
4797
|
var teacher$1 = "teacher";
|
|
4765
4798
|
var created$1 = "created";
|
|
@@ -5854,7 +5887,7 @@ var my_current_PLP$1 = "My current PLP";
|
|
|
5854
5887
|
var view_PLP$1 = "View PLP";
|
|
5855
5888
|
var current_accommodation$1 = "Current accommodation";
|
|
5856
5889
|
var goal_date$1 = "Goal Date";
|
|
5857
|
-
var you_havent_added_any_item_yet = "You haven't added any {{item}} yet";
|
|
5890
|
+
var you_havent_added_any_item_yet$1 = "You haven't added any {{item}} yet";
|
|
5858
5891
|
var passing_date$1 = "Passing Date";
|
|
5859
5892
|
var college$1 = "College";
|
|
5860
5893
|
var visit$1 = "Visit";
|
|
@@ -5868,6 +5901,24 @@ var resources$1 = "resources";
|
|
|
5868
5901
|
var essay$1 = "essay";
|
|
5869
5902
|
var essays$1 = "essays";
|
|
5870
5903
|
var plans$1 = "plans";
|
|
5904
|
+
var total_of$1 = "Total of";
|
|
5905
|
+
var diagnostic_survey$1 = "diagnostic survey";
|
|
5906
|
+
var selected_questions$1 = "Selected Questions";
|
|
5907
|
+
var available_questions$1 = "Available questions";
|
|
5908
|
+
var are_you_sure_you_want_to_inactive_students$1 = "Are you sure you want to inactive {{number}} students?";
|
|
5909
|
+
var data_for_the_last_month$1 = "Data for the last month";
|
|
5910
|
+
var number_of_questions$1 = "Number of questions";
|
|
5911
|
+
var no_item_to_display$1 = "No {{item}} to display";
|
|
5912
|
+
var template$1 = "template";
|
|
5913
|
+
var assessment$1 = "assessment";
|
|
5914
|
+
var assignment_result$1 = "assignment result";
|
|
5915
|
+
var certificate$1 = "certificate";
|
|
5916
|
+
var learning_support_category$1 = "Learning support category";
|
|
5917
|
+
var feedback$1 = "feedback";
|
|
5918
|
+
var suggestion$1 = "suggestion";
|
|
5919
|
+
var tutorial_screen$1 = "tutorial screen";
|
|
5920
|
+
var reflection_forms$1 = "reflection forms";
|
|
5921
|
+
var select_question_to_add$1 = "Select question to add";
|
|
5871
5922
|
var lang_uk = {
|
|
5872
5923
|
dashboard: dashboard$1,
|
|
5873
5924
|
user: user$1,
|
|
@@ -5925,7 +5976,7 @@ var lang_uk = {
|
|
|
5925
5976
|
role: role$1,
|
|
5926
5977
|
active_status: active_status$1,
|
|
5927
5978
|
action: action$1,
|
|
5928
|
-
active: active,
|
|
5979
|
+
active: active$1,
|
|
5929
5980
|
inactive: inactive$1,
|
|
5930
5981
|
create: create$1,
|
|
5931
5982
|
update: update$1,
|
|
@@ -6285,7 +6336,7 @@ var lang_uk = {
|
|
|
6285
6336
|
"1_to_1_conversation": "1-to-1 Conversation",
|
|
6286
6337
|
creator: creator$1,
|
|
6287
6338
|
last_modify: last_modify$1,
|
|
6288
|
-
modify: modify,
|
|
6339
|
+
modify: modify$1,
|
|
6289
6340
|
student_reflections: student_reflections$1,
|
|
6290
6341
|
external_reflection: external_reflection$1,
|
|
6291
6342
|
external_class_reflection: external_class_reflection$1,
|
|
@@ -6332,7 +6383,7 @@ var lang_uk = {
|
|
|
6332
6383
|
present_levels: present_levels$1,
|
|
6333
6384
|
present_levels_content: present_levels_content$1,
|
|
6334
6385
|
signatures: signatures$1,
|
|
6335
|
-
iep_old_versionf_and_diagnostic_docs: iep_old_versionf_and_diagnostic_docs,
|
|
6386
|
+
iep_old_versionf_and_diagnostic_docs: iep_old_versionf_and_diagnostic_docs$1,
|
|
6336
6387
|
upload_file: upload_file$1,
|
|
6337
6388
|
add_interest: add_interest$1,
|
|
6338
6389
|
upload_image: upload_image$1,
|
|
@@ -6705,7 +6756,7 @@ var lang_uk = {
|
|
|
6705
6756
|
comfort: comfort$1,
|
|
6706
6757
|
stretch: stretch$1,
|
|
6707
6758
|
strain: strain$1,
|
|
6708
|
-
overwhelmed: overwhelmed,
|
|
6759
|
+
overwhelmed: overwhelmed$1,
|
|
6709
6760
|
edit_student_profile: edit_student_profile$1,
|
|
6710
6761
|
teacher: teacher$1,
|
|
6711
6762
|
created: created$1,
|
|
@@ -7820,7 +7871,7 @@ var lang_uk = {
|
|
|
7820
7871
|
view_PLP: view_PLP$1,
|
|
7821
7872
|
current_accommodation: current_accommodation$1,
|
|
7822
7873
|
goal_date: goal_date$1,
|
|
7823
|
-
you_havent_added_any_item_yet: you_havent_added_any_item_yet,
|
|
7874
|
+
you_havent_added_any_item_yet: you_havent_added_any_item_yet$1,
|
|
7824
7875
|
passing_date: passing_date$1,
|
|
7825
7876
|
college: college$1,
|
|
7826
7877
|
visit: visit$1,
|
|
@@ -7833,7 +7884,25 @@ var lang_uk = {
|
|
|
7833
7884
|
resources: resources$1,
|
|
7834
7885
|
essay: essay$1,
|
|
7835
7886
|
essays: essays$1,
|
|
7836
|
-
plans: plans$1
|
|
7887
|
+
plans: plans$1,
|
|
7888
|
+
total_of: total_of$1,
|
|
7889
|
+
diagnostic_survey: diagnostic_survey$1,
|
|
7890
|
+
selected_questions: selected_questions$1,
|
|
7891
|
+
available_questions: available_questions$1,
|
|
7892
|
+
are_you_sure_you_want_to_inactive_students: are_you_sure_you_want_to_inactive_students$1,
|
|
7893
|
+
data_for_the_last_month: data_for_the_last_month$1,
|
|
7894
|
+
number_of_questions: number_of_questions$1,
|
|
7895
|
+
no_item_to_display: no_item_to_display$1,
|
|
7896
|
+
template: template$1,
|
|
7897
|
+
assessment: assessment$1,
|
|
7898
|
+
assignment_result: assignment_result$1,
|
|
7899
|
+
certificate: certificate$1,
|
|
7900
|
+
learning_support_category: learning_support_category$1,
|
|
7901
|
+
feedback: feedback$1,
|
|
7902
|
+
suggestion: suggestion$1,
|
|
7903
|
+
tutorial_screen: tutorial_screen$1,
|
|
7904
|
+
reflection_forms: reflection_forms$1,
|
|
7905
|
+
select_question_to_add: select_question_to_add$1
|
|
7837
7906
|
};
|
|
7838
7907
|
|
|
7839
7908
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -7891,7 +7960,7 @@ var age$2 = "العمر";
|
|
|
7891
7960
|
var role$2 = "الدور الوظيفي";
|
|
7892
7961
|
var active_status$2 = "الحالة الفعالة";
|
|
7893
7962
|
var action$2 = "الإجراء";
|
|
7894
|
-
var active$
|
|
7963
|
+
var active$2 = "فعال";
|
|
7895
7964
|
var inactive$2 = "غير فعال";
|
|
7896
7965
|
var create$2 = "إنشاء ";
|
|
7897
7966
|
var update$2 = "تحديث";
|
|
@@ -8239,7 +8308,7 @@ var impact_score$2 = "درجة التأثير ";
|
|
|
8239
8308
|
var iep$2 = "برنامج التعليم الفردي";
|
|
8240
8309
|
var creator$2 = "المصمم";
|
|
8241
8310
|
var last_modify$2 = "آخر تعديل";
|
|
8242
|
-
var modify$
|
|
8311
|
+
var modify$2 = "تعديل";
|
|
8243
8312
|
var student_reflections$2 = "أفكار الطالب";
|
|
8244
8313
|
var external_reflection$2 = "الأفكار الخارجية";
|
|
8245
8314
|
var external_class_reflection$2 = "الأفكار الصفية الخارجية";
|
|
@@ -8286,7 +8355,7 @@ var transition_planning_content$2 = "بدءًا من عمر السادسة عش
|
|
|
8286
8355
|
var present_levels$2 = "المستويات الحالية";
|
|
8287
8356
|
var present_levels_content$2 = "كيف حال الطفل حاليًا في المدرسة؟ كيف تؤثر الحالة الخاصة على أدائه في الفصل؟ يتم تضمين هذا النوع من المعلومات في بيان \"المستويات الحالية\" في برنامج التعليم الفردي.";
|
|
8288
8357
|
var signatures$2 = "التواقيع";
|
|
8289
|
-
var iep_old_versionf_and_diagnostic_docs$
|
|
8358
|
+
var iep_old_versionf_and_diagnostic_docs$2 = "إصدار قديم من برنامج التعليم الفردي ومستندات التشخيص";
|
|
8290
8359
|
var upload_file$2 = "تحميل الملف";
|
|
8291
8360
|
var add_interest$2 = "إضافة جانب اهتمام";
|
|
8292
8361
|
var upload_image$2 = "تحميل صورة";
|
|
@@ -8613,7 +8682,7 @@ var unmotivated$2 = "غير متحفز";
|
|
|
8613
8682
|
var comfort$2 = "الراحة";
|
|
8614
8683
|
var stretch$2 = "الاسترخاء";
|
|
8615
8684
|
var strain$2 = "مُجهد";
|
|
8616
|
-
var overwhelmed$
|
|
8685
|
+
var overwhelmed$2 = "مرهق";
|
|
8617
8686
|
var edit_student_profile$2 = "تعديل ملف الطالب";
|
|
8618
8687
|
var teacher$2 = "المدرس";
|
|
8619
8688
|
var created$2 = "تم إنشاؤه";
|
|
@@ -8735,7 +8804,7 @@ var user_for$2 = "مستخدم لـ";
|
|
|
8735
8804
|
var do_you_want_to_remove_this_question$2 = "هل تريد إزالة هذا السؤال؟";
|
|
8736
8805
|
var question_category$2 = "فئة السؤال ";
|
|
8737
8806
|
var template_survey$2 = "قالب استطلاع الرأي";
|
|
8738
|
-
var is_intervention
|
|
8807
|
+
var is_intervention = "هو التدخل";
|
|
8739
8808
|
var select$2 = "اختيار";
|
|
8740
8809
|
var select_category$2 = "اختر الفئة";
|
|
8741
8810
|
var do_you_want_to_remove_this_category$2 = "هل تريد إزالة هذه الفئة؟";
|
|
@@ -9744,7 +9813,7 @@ var my_current_PLP$2 = "بلدي PLP الحالي";
|
|
|
9744
9813
|
var view_PLP$2 = "عرض PLP";
|
|
9745
9814
|
var current_accommodation$2 = "الإقامة الحالية";
|
|
9746
9815
|
var goal_date$2 = "تاريخ الهدف";
|
|
9747
|
-
var
|
|
9816
|
+
var you_havent_added_any_item_yet$2 = "لم تقم بإضافة أي {{item}} حتى الآن";
|
|
9748
9817
|
var passing_date$2 = "تاريخ المرور";
|
|
9749
9818
|
var college$2 = "كلية";
|
|
9750
9819
|
var visit$2 = "يزور";
|
|
@@ -9758,6 +9827,21 @@ var resources$2 = "موارد";
|
|
|
9758
9827
|
var essay$2 = "مقال";
|
|
9759
9828
|
var essays$2 = "مقالات";
|
|
9760
9829
|
var plans$2 = "الخطط";
|
|
9830
|
+
var total_of$2 = "مجموع ال";
|
|
9831
|
+
var selected_questions$2 = "أسئلة مختارة";
|
|
9832
|
+
var diagnostic_survey$2 = "المسح التشخيصي";
|
|
9833
|
+
var available_questions$2 = "الأسئلة المتاحة";
|
|
9834
|
+
var are_you_sure_you_want_to_inactive_students$2 = "هل أنت متأكد أنك تريد {{number}} من الطلاب غير النشطين؟";
|
|
9835
|
+
var data_for_the_last_month$2 = "بيانات الشهر الماضي";
|
|
9836
|
+
var number_of_questions$2 = "عدد الأسئلة";
|
|
9837
|
+
var no_item_to_display$2 = "لا يوجد {{item}} للعرض";
|
|
9838
|
+
var template$2 = "نموذج";
|
|
9839
|
+
var assessment$2 = "تقدير";
|
|
9840
|
+
var certificate$2 = "شهادة";
|
|
9841
|
+
var assignment_result$2 = "نتيجة الاحالة";
|
|
9842
|
+
var learning_support_category$2 = "فئة دعم التعلم";
|
|
9843
|
+
var feedback$2 = "تعليق";
|
|
9844
|
+
var reflection_forms$2 = "أشكال الانعكاس";
|
|
9761
9845
|
var lang_ar = {
|
|
9762
9846
|
dashboard: dashboard$2,
|
|
9763
9847
|
user: user$2,
|
|
@@ -9815,7 +9899,7 @@ var lang_ar = {
|
|
|
9815
9899
|
role: role$2,
|
|
9816
9900
|
active_status: active_status$2,
|
|
9817
9901
|
action: action$2,
|
|
9818
|
-
active: active$
|
|
9902
|
+
active: active$2,
|
|
9819
9903
|
inactive: inactive$2,
|
|
9820
9904
|
create: create$2,
|
|
9821
9905
|
update: update$2,
|
|
@@ -10167,7 +10251,7 @@ var lang_ar = {
|
|
|
10167
10251
|
"1_to_1_conversation": "محادثة تعلّم فردية",
|
|
10168
10252
|
creator: creator$2,
|
|
10169
10253
|
last_modify: last_modify$2,
|
|
10170
|
-
modify: modify$
|
|
10254
|
+
modify: modify$2,
|
|
10171
10255
|
student_reflections: student_reflections$2,
|
|
10172
10256
|
external_reflection: external_reflection$2,
|
|
10173
10257
|
external_class_reflection: external_class_reflection$2,
|
|
@@ -10214,7 +10298,7 @@ var lang_ar = {
|
|
|
10214
10298
|
present_levels: present_levels$2,
|
|
10215
10299
|
present_levels_content: present_levels_content$2,
|
|
10216
10300
|
signatures: signatures$2,
|
|
10217
|
-
iep_old_versionf_and_diagnostic_docs: iep_old_versionf_and_diagnostic_docs$
|
|
10301
|
+
iep_old_versionf_and_diagnostic_docs: iep_old_versionf_and_diagnostic_docs$2,
|
|
10218
10302
|
upload_file: upload_file$2,
|
|
10219
10303
|
add_interest: add_interest$2,
|
|
10220
10304
|
upload_image: upload_image$2,
|
|
@@ -10549,7 +10633,7 @@ var lang_ar = {
|
|
|
10549
10633
|
comfort: comfort$2,
|
|
10550
10634
|
stretch: stretch$2,
|
|
10551
10635
|
strain: strain$2,
|
|
10552
|
-
overwhelmed: overwhelmed$
|
|
10636
|
+
overwhelmed: overwhelmed$2,
|
|
10553
10637
|
edit_student_profile: edit_student_profile$2,
|
|
10554
10638
|
teacher: teacher$2,
|
|
10555
10639
|
created: created$2,
|
|
@@ -10671,7 +10755,7 @@ var lang_ar = {
|
|
|
10671
10755
|
do_you_want_to_remove_this_question: do_you_want_to_remove_this_question$2,
|
|
10672
10756
|
question_category: question_category$2,
|
|
10673
10757
|
template_survey: template_survey$2,
|
|
10674
|
-
is_intervention: is_intervention
|
|
10758
|
+
is_intervention: is_intervention,
|
|
10675
10759
|
select: select$2,
|
|
10676
10760
|
select_category: select_category$2,
|
|
10677
10761
|
do_you_want_to_remove_this_category: do_you_want_to_remove_this_category$2,
|
|
@@ -11700,7 +11784,7 @@ var lang_ar = {
|
|
|
11700
11784
|
view_PLP: view_PLP$2,
|
|
11701
11785
|
current_accommodation: current_accommodation$2,
|
|
11702
11786
|
goal_date: goal_date$2,
|
|
11703
|
-
|
|
11787
|
+
you_havent_added_any_item_yet: you_havent_added_any_item_yet$2,
|
|
11704
11788
|
passing_date: passing_date$2,
|
|
11705
11789
|
college: college$2,
|
|
11706
11790
|
visit: visit$2,
|
|
@@ -11713,7 +11797,22 @@ var lang_ar = {
|
|
|
11713
11797
|
resources: resources$2,
|
|
11714
11798
|
essay: essay$2,
|
|
11715
11799
|
essays: essays$2,
|
|
11716
|
-
plans: plans$2
|
|
11800
|
+
plans: plans$2,
|
|
11801
|
+
total_of: total_of$2,
|
|
11802
|
+
selected_questions: selected_questions$2,
|
|
11803
|
+
diagnostic_survey: diagnostic_survey$2,
|
|
11804
|
+
available_questions: available_questions$2,
|
|
11805
|
+
are_you_sure_you_want_to_inactive_students: are_you_sure_you_want_to_inactive_students$2,
|
|
11806
|
+
data_for_the_last_month: data_for_the_last_month$2,
|
|
11807
|
+
number_of_questions: number_of_questions$2,
|
|
11808
|
+
no_item_to_display: no_item_to_display$2,
|
|
11809
|
+
template: template$2,
|
|
11810
|
+
assessment: assessment$2,
|
|
11811
|
+
certificate: certificate$2,
|
|
11812
|
+
assignment_result: assignment_result$2,
|
|
11813
|
+
learning_support_category: learning_support_category$2,
|
|
11814
|
+
feedback: feedback$2,
|
|
11815
|
+
reflection_forms: reflection_forms$2
|
|
11717
11816
|
};
|
|
11718
11817
|
|
|
11719
11818
|
var dashboard$3 = "Panel de Control";
|
|
@@ -11770,7 +11869,7 @@ var age$3 = "Edad";
|
|
|
11770
11869
|
var role$3 = "Role";
|
|
11771
11870
|
var active_status$3 = "Estado activo";
|
|
11772
11871
|
var action$3 = "Acción";
|
|
11773
|
-
var Active
|
|
11872
|
+
var Active = "Activo";
|
|
11774
11873
|
var inactive$3 = "Inactivo";
|
|
11775
11874
|
var create$3 = "Crear";
|
|
11776
11875
|
var update$3 = "Actualizar";
|
|
@@ -12125,7 +12224,7 @@ var impact_score$3 = "Puntuación de impacto";
|
|
|
12125
12224
|
var iep$3 = "PEI";
|
|
12126
12225
|
var creator$3 = "Creador";
|
|
12127
12226
|
var last_modify$3 = "Última modificación";
|
|
12128
|
-
var Modify
|
|
12227
|
+
var Modify = "Modificar";
|
|
12129
12228
|
var student_reflections$3 = "Reflexiones de los estudiantes";
|
|
12130
12229
|
var external_reflection$3 = "Reflexión exterior";
|
|
12131
12230
|
var external_class_reflection$3 = "Reflexión de clase externa";
|
|
@@ -12172,7 +12271,7 @@ var transition_planning_content$3 = "A partir del cumpleaños número 16 del est
|
|
|
12172
12271
|
var present_levels$3 = "Niveles actuales";
|
|
12173
12272
|
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\".";
|
|
12174
12273
|
var signatures$3 = "Firmas";
|
|
12175
|
-
var iep_old_version_and_diagnostic_docs
|
|
12274
|
+
var iep_old_version_and_diagnostic_docs = "Versión anterior del IEP y documentos de diagnóstico";
|
|
12176
12275
|
var upload_file$3 = "Subir archivo";
|
|
12177
12276
|
var add_interest$3 = "Agregar interés";
|
|
12178
12277
|
var upload_image$3 = "Cargar imagen";
|
|
@@ -12449,7 +12548,7 @@ var order$3 = "Orden";
|
|
|
12449
12548
|
var user_for$3 = "Usuario para";
|
|
12450
12549
|
var question_category$3 = "Categoría de preguntas";
|
|
12451
12550
|
var template_survey$3 = "Plantilla de encuesta";
|
|
12452
|
-
var is_intervention$
|
|
12551
|
+
var is_intervention$1 = "Es intervención";
|
|
12453
12552
|
var create_template$3 = "Crear plantilla";
|
|
12454
12553
|
var number_of_question$3 = "Número de preguntas";
|
|
12455
12554
|
var mandatory$3 = "Obligatorio";
|
|
@@ -12507,7 +12606,7 @@ var unmotivated$3 = "Desmotivado";
|
|
|
12507
12606
|
var comfort$3 = "Comodidad";
|
|
12508
12607
|
var stretch$3 = "Estirar";
|
|
12509
12608
|
var strain$3 = "Cepa";
|
|
12510
|
-
var overwhelmed_overwhelmed
|
|
12609
|
+
var overwhelmed_overwhelmed = "ABURRADOAbrumado";
|
|
12511
12610
|
var edit_student_profile$3 = "Editar perfil de estudiante";
|
|
12512
12611
|
var teacher$3 = "maestro";
|
|
12513
12612
|
var created$3 = "creado";
|
|
@@ -13503,7 +13602,7 @@ var customize$3 = "Personalizar";
|
|
|
13503
13602
|
var techical_settings$3 = "Configuración técnica";
|
|
13504
13603
|
var data_import_export$3 = "Importación/Exportación de datos";
|
|
13505
13604
|
var question_text$3 = "Texto de la pregunta";
|
|
13506
|
-
var weekly_quests
|
|
13605
|
+
var weekly_quests = "Misiones semanales";
|
|
13507
13606
|
var inactive_students$3 = "Estudiantes inactivos";
|
|
13508
13607
|
var admin_general_tips$3 = "Consejos generales para el administrador";
|
|
13509
13608
|
var school_usage$3 = "Uso escolar";
|
|
@@ -13606,7 +13705,7 @@ var my_current_PLP$3 = "Mi PLP actual";
|
|
|
13606
13705
|
var view_PLP$3 = "Ver PLP";
|
|
13607
13706
|
var current_accommodation$3 = "Alojamiento actual";
|
|
13608
13707
|
var goal_date$3 = "Fecha objetivo";
|
|
13609
|
-
var
|
|
13708
|
+
var you_havent_added_any_item_yet$3 = "Aún no has agregado ningún {{item}}";
|
|
13610
13709
|
var passing_date$3 = "Fecha de fallecimiento";
|
|
13611
13710
|
var college$3 = "Colega";
|
|
13612
13711
|
var visit$3 = "Visita";
|
|
@@ -13620,6 +13719,21 @@ var resources$3 = "recursos";
|
|
|
13620
13719
|
var essay$3 = "ensayo";
|
|
13621
13720
|
var essays$3 = "ensayos";
|
|
13622
13721
|
var plans$3 = "planes";
|
|
13722
|
+
var total_of$3 = "Total de";
|
|
13723
|
+
var selected_questions$3 = "Preguntas seleccionadas";
|
|
13724
|
+
var diagnostic_survey$3 = "encuesta diagnóstica";
|
|
13725
|
+
var available_questions$3 = "Preguntas disponibles";
|
|
13726
|
+
var are_you_sure_you_want_to_inactive_students$3 = "¿Estás seguro de que deseas inactivar a {{number}} estudiantes?";
|
|
13727
|
+
var data_for_the_last_month$3 = "Datos del último mes";
|
|
13728
|
+
var number_of_questions$3 = "Numero de preguntas";
|
|
13729
|
+
var no_item_to_display$3 = "No hay {{item}} para mostrar";
|
|
13730
|
+
var template$3 = "plantilla";
|
|
13731
|
+
var assessment$3 = "evaluación";
|
|
13732
|
+
var certificate$3 = "certificado";
|
|
13733
|
+
var assignment_result$3 = "resultado de la tarea";
|
|
13734
|
+
var learning_support_category$3 = "Categoría de apoyo al aprendizaje";
|
|
13735
|
+
var feedback$3 = "comentario";
|
|
13736
|
+
var reflection_forms$3 = "formas de reflexión";
|
|
13623
13737
|
var lang_es = {
|
|
13624
13738
|
dashboard: dashboard$3,
|
|
13625
13739
|
user: user$3,
|
|
@@ -13677,7 +13791,7 @@ var lang_es = {
|
|
|
13677
13791
|
role: role$3,
|
|
13678
13792
|
active_status: active_status$3,
|
|
13679
13793
|
action: action$3,
|
|
13680
|
-
Active: Active
|
|
13794
|
+
Active: Active,
|
|
13681
13795
|
inactive: inactive$3,
|
|
13682
13796
|
create: create$3,
|
|
13683
13797
|
update: update$3,
|
|
@@ -14037,7 +14151,7 @@ var lang_es = {
|
|
|
14037
14151
|
"1_to_1_conversation": "Conversación 1 a 1",
|
|
14038
14152
|
creator: creator$3,
|
|
14039
14153
|
last_modify: last_modify$3,
|
|
14040
|
-
Modify: Modify
|
|
14154
|
+
Modify: Modify,
|
|
14041
14155
|
student_reflections: student_reflections$3,
|
|
14042
14156
|
external_reflection: external_reflection$3,
|
|
14043
14157
|
external_class_reflection: external_class_reflection$3,
|
|
@@ -14084,7 +14198,7 @@ var lang_es = {
|
|
|
14084
14198
|
present_levels: present_levels$3,
|
|
14085
14199
|
present_levels_content: present_levels_content$3,
|
|
14086
14200
|
signatures: signatures$3,
|
|
14087
|
-
iep_old_version_and_diagnostic_docs: iep_old_version_and_diagnostic_docs
|
|
14201
|
+
iep_old_version_and_diagnostic_docs: iep_old_version_and_diagnostic_docs,
|
|
14088
14202
|
upload_file: upload_file$3,
|
|
14089
14203
|
add_interest: add_interest$3,
|
|
14090
14204
|
upload_image: upload_image$3,
|
|
@@ -14368,7 +14482,7 @@ var lang_es = {
|
|
|
14368
14482
|
user_for: user_for$3,
|
|
14369
14483
|
question_category: question_category$3,
|
|
14370
14484
|
template_survey: template_survey$3,
|
|
14371
|
-
is_intervention: is_intervention$
|
|
14485
|
+
is_intervention: is_intervention$1,
|
|
14372
14486
|
create_template: create_template$3,
|
|
14373
14487
|
number_of_question: number_of_question$3,
|
|
14374
14488
|
mandatory: mandatory$3,
|
|
@@ -14427,7 +14541,7 @@ var lang_es = {
|
|
|
14427
14541
|
comfort: comfort$3,
|
|
14428
14542
|
stretch: stretch$3,
|
|
14429
14543
|
strain: strain$3,
|
|
14430
|
-
overwhelmed_overwhelmed: overwhelmed_overwhelmed
|
|
14544
|
+
overwhelmed_overwhelmed: overwhelmed_overwhelmed,
|
|
14431
14545
|
edit_student_profile: edit_student_profile$3,
|
|
14432
14546
|
teacher: teacher$3,
|
|
14433
14547
|
created: created$3,
|
|
@@ -15427,7 +15541,7 @@ var lang_es = {
|
|
|
15427
15541
|
techical_settings: techical_settings$3,
|
|
15428
15542
|
data_import_export: data_import_export$3,
|
|
15429
15543
|
question_text: question_text$3,
|
|
15430
|
-
weekly_quests: weekly_quests
|
|
15544
|
+
weekly_quests: weekly_quests,
|
|
15431
15545
|
inactive_students: inactive_students$3,
|
|
15432
15546
|
admin_general_tips: admin_general_tips$3,
|
|
15433
15547
|
school_usage: school_usage$3,
|
|
@@ -15547,7 +15661,7 @@ var lang_es = {
|
|
|
15547
15661
|
view_PLP: view_PLP$3,
|
|
15548
15662
|
current_accommodation: current_accommodation$3,
|
|
15549
15663
|
goal_date: goal_date$3,
|
|
15550
|
-
|
|
15664
|
+
you_havent_added_any_item_yet: you_havent_added_any_item_yet$3,
|
|
15551
15665
|
passing_date: passing_date$3,
|
|
15552
15666
|
college: college$3,
|
|
15553
15667
|
visit: visit$3,
|
|
@@ -15560,7 +15674,22 @@ var lang_es = {
|
|
|
15560
15674
|
resources: resources$3,
|
|
15561
15675
|
essay: essay$3,
|
|
15562
15676
|
essays: essays$3,
|
|
15563
|
-
plans: plans$3
|
|
15677
|
+
plans: plans$3,
|
|
15678
|
+
total_of: total_of$3,
|
|
15679
|
+
selected_questions: selected_questions$3,
|
|
15680
|
+
diagnostic_survey: diagnostic_survey$3,
|
|
15681
|
+
available_questions: available_questions$3,
|
|
15682
|
+
are_you_sure_you_want_to_inactive_students: are_you_sure_you_want_to_inactive_students$3,
|
|
15683
|
+
data_for_the_last_month: data_for_the_last_month$3,
|
|
15684
|
+
number_of_questions: number_of_questions$3,
|
|
15685
|
+
no_item_to_display: no_item_to_display$3,
|
|
15686
|
+
template: template$3,
|
|
15687
|
+
assessment: assessment$3,
|
|
15688
|
+
certificate: certificate$3,
|
|
15689
|
+
assignment_result: assignment_result$3,
|
|
15690
|
+
learning_support_category: learning_support_category$3,
|
|
15691
|
+
feedback: feedback$3,
|
|
15692
|
+
reflection_forms: reflection_forms$3
|
|
15564
15693
|
};
|
|
15565
15694
|
|
|
15566
15695
|
var dashboard$4 = "仪表板";
|
|
@@ -15618,7 +15747,7 @@ var age$4 = "年龄";
|
|
|
15618
15747
|
var role$4 = "角色";
|
|
15619
15748
|
var active_status$4 = "活跃状态";
|
|
15620
15749
|
var action$4 = "操作";
|
|
15621
|
-
var Active$
|
|
15750
|
+
var Active$1 = "活跃";
|
|
15622
15751
|
var inactive$4 = "非活跃";
|
|
15623
15752
|
var create$4 = "创建";
|
|
15624
15753
|
var update$4 = "更新";
|
|
@@ -15973,7 +16102,7 @@ var impact_score$4 = "影响分数";
|
|
|
15973
16102
|
var iep$4 = "IEP";
|
|
15974
16103
|
var creator$4 = "创建者";
|
|
15975
16104
|
var last_modify$4 = "上次修改";
|
|
15976
|
-
var Modify$
|
|
16105
|
+
var Modify$1 = "修改";
|
|
15977
16106
|
var student_reflections$4 = "学生反思";
|
|
15978
16107
|
var external_reflection$4 = "外部反思";
|
|
15979
16108
|
var external_class_reflection$4 = "外部班级反思";
|
|
@@ -16020,7 +16149,7 @@ var transition_planning_content$4 = "不晚于学生 16 岁生日(如适用,
|
|
|
16020
16149
|
var present_levels$4 = "当前水平";
|
|
16021
16150
|
var present_levels_content$4 = "儿童目前在学校的表现如何?残疾如何影响他在课堂上的表现?此类信息包含在 IEP 中的“当前水平”声明中。";
|
|
16022
16151
|
var signatures$4 = "签名";
|
|
16023
|
-
var iep_old_version_and_diagnostic_docs$
|
|
16152
|
+
var iep_old_version_and_diagnostic_docs$1 = "IEP 旧版本和诊断文档";
|
|
16024
16153
|
var upload_file$4 = "上传文件";
|
|
16025
16154
|
var add_interest$4 = "添加兴趣";
|
|
16026
16155
|
var upload_image$4 = "上传图片";
|
|
@@ -16322,7 +16451,7 @@ var order$4 = "顺序";
|
|
|
16322
16451
|
var user_for$4 = "用户";
|
|
16323
16452
|
var question_category$4 = "问题类别";
|
|
16324
16453
|
var template_survey$4 = "模板调查";
|
|
16325
|
-
var is_intervention$
|
|
16454
|
+
var is_intervention$2 = "是否干预";
|
|
16326
16455
|
var create_template$4 = "创建模板";
|
|
16327
16456
|
var number_of_question$4 = "问题数量";
|
|
16328
16457
|
var mandatory$4 = "必填";
|
|
@@ -16380,7 +16509,7 @@ var unmotivated$4 = "无动力";
|
|
|
16380
16509
|
var comfort$4 = "舒适";
|
|
16381
16510
|
var stretch$4 = "伸展";
|
|
16382
16511
|
var strain$4 = "紧张";
|
|
16383
|
-
var overwhelmed_overwhelmed$
|
|
16512
|
+
var overwhelmed_overwhelmed$1 = "不知所措";
|
|
16384
16513
|
var edit_student_profile$4 = "编辑学生资料";
|
|
16385
16514
|
var teacher$4 = "老师";
|
|
16386
16515
|
var created$4 = "创建";
|
|
@@ -17376,7 +17505,7 @@ var customize$4 = "自定义";
|
|
|
17376
17505
|
var techical_settings$4 = "技术设置";
|
|
17377
17506
|
var data_import_export$4 = "数据导入/导出";
|
|
17378
17507
|
var question_text$4 = "问题文本";
|
|
17379
|
-
var weekly_quests$
|
|
17508
|
+
var weekly_quests$1 = "每周任务";
|
|
17380
17509
|
var inactive_students$4 = "非活跃学生";
|
|
17381
17510
|
var admin_general_tips$4 = "管理员一般提示";
|
|
17382
17511
|
var school_usage$4 = "学校使用";
|
|
@@ -17480,7 +17609,7 @@ var my_current_PLP$4 = "我目前的 PLP";
|
|
|
17480
17609
|
var view_PLP$4 = "看看 PLP";
|
|
17481
17610
|
var current_accommodation$4 = "目前住宿";
|
|
17482
17611
|
var goal_date$4 = "目標日期";
|
|
17483
|
-
var
|
|
17612
|
+
var you_havent_added_any_item_yet$4 = "您還沒有添加任何{{item}}";
|
|
17484
17613
|
var passing_date$4 = "透過日期";
|
|
17485
17614
|
var college$4 = "大學";
|
|
17486
17615
|
var visit$4 = "訪問";
|
|
@@ -17494,6 +17623,21 @@ var resources$4 = "資源";
|
|
|
17494
17623
|
var essay$4 = "散文";
|
|
17495
17624
|
var essays$4 = "論文";
|
|
17496
17625
|
var plans$4 = "計劃";
|
|
17626
|
+
var total_of$4 = "總數是";
|
|
17627
|
+
var selected_questions$4 = "精選問題";
|
|
17628
|
+
var diagnostic_survey$4 = "診斷調查";
|
|
17629
|
+
var available_questions$4 = "可用問題";
|
|
17630
|
+
var are_you_sure_you_want_to_inactive_students$4 = "您確定要刪除不活躍的 {{number}} 名學生嗎?";
|
|
17631
|
+
var data_for_the_last_month$4 = "上個月的數據";
|
|
17632
|
+
var number_of_questions$4 = "問題數量";
|
|
17633
|
+
var no_item_to_display$4 = "沒有可顯示的{{item}}";
|
|
17634
|
+
var template$4 = "範本";
|
|
17635
|
+
var assessment$4 = "評估";
|
|
17636
|
+
var certificate$4 = "證書";
|
|
17637
|
+
var assignment_result$4 = "作業結果";
|
|
17638
|
+
var learning_support_category$4 = "學習支援類";
|
|
17639
|
+
var feedback$4 = "回饋";
|
|
17640
|
+
var reflection_forms$4 = "反射形式";
|
|
17497
17641
|
var lang_zh = {
|
|
17498
17642
|
dashboard: dashboard$4,
|
|
17499
17643
|
user: user$4,
|
|
@@ -17551,7 +17695,7 @@ var lang_zh = {
|
|
|
17551
17695
|
role: role$4,
|
|
17552
17696
|
active_status: active_status$4,
|
|
17553
17697
|
action: action$4,
|
|
17554
|
-
Active: Active$
|
|
17698
|
+
Active: Active$1,
|
|
17555
17699
|
inactive: inactive$4,
|
|
17556
17700
|
create: create$4,
|
|
17557
17701
|
update: update$4,
|
|
@@ -17911,7 +18055,7 @@ var lang_zh = {
|
|
|
17911
18055
|
"1_to_1_conversation": "一对一讨论会",
|
|
17912
18056
|
creator: creator$4,
|
|
17913
18057
|
last_modify: last_modify$4,
|
|
17914
|
-
Modify: Modify$
|
|
18058
|
+
Modify: Modify$1,
|
|
17915
18059
|
student_reflections: student_reflections$4,
|
|
17916
18060
|
external_reflection: external_reflection$4,
|
|
17917
18061
|
external_class_reflection: external_class_reflection$4,
|
|
@@ -17958,7 +18102,7 @@ var lang_zh = {
|
|
|
17958
18102
|
present_levels: present_levels$4,
|
|
17959
18103
|
present_levels_content: present_levels_content$4,
|
|
17960
18104
|
signatures: signatures$4,
|
|
17961
|
-
iep_old_version_and_diagnostic_docs: iep_old_version_and_diagnostic_docs$
|
|
18105
|
+
iep_old_version_and_diagnostic_docs: iep_old_version_and_diagnostic_docs$1,
|
|
17962
18106
|
upload_file: upload_file$4,
|
|
17963
18107
|
add_interest: add_interest$4,
|
|
17964
18108
|
upload_image: upload_image$4,
|
|
@@ -18268,7 +18412,7 @@ var lang_zh = {
|
|
|
18268
18412
|
user_for: user_for$4,
|
|
18269
18413
|
question_category: question_category$4,
|
|
18270
18414
|
template_survey: template_survey$4,
|
|
18271
|
-
is_intervention: is_intervention$
|
|
18415
|
+
is_intervention: is_intervention$2,
|
|
18272
18416
|
create_template: create_template$4,
|
|
18273
18417
|
number_of_question: number_of_question$4,
|
|
18274
18418
|
mandatory: mandatory$4,
|
|
@@ -18327,7 +18471,7 @@ var lang_zh = {
|
|
|
18327
18471
|
comfort: comfort$4,
|
|
18328
18472
|
stretch: stretch$4,
|
|
18329
18473
|
strain: strain$4,
|
|
18330
|
-
overwhelmed_overwhelmed: overwhelmed_overwhelmed$
|
|
18474
|
+
overwhelmed_overwhelmed: overwhelmed_overwhelmed$1,
|
|
18331
18475
|
edit_student_profile: edit_student_profile$4,
|
|
18332
18476
|
teacher: teacher$4,
|
|
18333
18477
|
created: created$4,
|
|
@@ -19327,7 +19471,7 @@ var lang_zh = {
|
|
|
19327
19471
|
techical_settings: techical_settings$4,
|
|
19328
19472
|
data_import_export: data_import_export$4,
|
|
19329
19473
|
question_text: question_text$4,
|
|
19330
|
-
weekly_quests: weekly_quests$
|
|
19474
|
+
weekly_quests: weekly_quests$1,
|
|
19331
19475
|
inactive_students: inactive_students$4,
|
|
19332
19476
|
admin_general_tips: admin_general_tips$4,
|
|
19333
19477
|
school_usage: school_usage$4,
|
|
@@ -19447,7 +19591,7 @@ var lang_zh = {
|
|
|
19447
19591
|
view_PLP: view_PLP$4,
|
|
19448
19592
|
current_accommodation: current_accommodation$4,
|
|
19449
19593
|
goal_date: goal_date$4,
|
|
19450
|
-
|
|
19594
|
+
you_havent_added_any_item_yet: you_havent_added_any_item_yet$4,
|
|
19451
19595
|
passing_date: passing_date$4,
|
|
19452
19596
|
college: college$4,
|
|
19453
19597
|
visit: visit$4,
|
|
@@ -19460,7 +19604,22 @@ var lang_zh = {
|
|
|
19460
19604
|
resources: resources$4,
|
|
19461
19605
|
essay: essay$4,
|
|
19462
19606
|
essays: essays$4,
|
|
19463
|
-
plans: plans$4
|
|
19607
|
+
plans: plans$4,
|
|
19608
|
+
total_of: total_of$4,
|
|
19609
|
+
selected_questions: selected_questions$4,
|
|
19610
|
+
diagnostic_survey: diagnostic_survey$4,
|
|
19611
|
+
available_questions: available_questions$4,
|
|
19612
|
+
are_you_sure_you_want_to_inactive_students: are_you_sure_you_want_to_inactive_students$4,
|
|
19613
|
+
data_for_the_last_month: data_for_the_last_month$4,
|
|
19614
|
+
number_of_questions: number_of_questions$4,
|
|
19615
|
+
no_item_to_display: no_item_to_display$4,
|
|
19616
|
+
template: template$4,
|
|
19617
|
+
assessment: assessment$4,
|
|
19618
|
+
certificate: certificate$4,
|
|
19619
|
+
assignment_result: assignment_result$4,
|
|
19620
|
+
learning_support_category: learning_support_category$4,
|
|
19621
|
+
feedback: feedback$4,
|
|
19622
|
+
reflection_forms: reflection_forms$4
|
|
19464
19623
|
};
|
|
19465
19624
|
|
|
19466
19625
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|
|
@@ -39119,11 +39278,17 @@ var EmptyDataAlert = function EmptyDataAlert(_ref) {
|
|
|
39119
39278
|
var label = _ref.label,
|
|
39120
39279
|
className = _ref.className,
|
|
39121
39280
|
style = _ref.style;
|
|
39281
|
+
|
|
39282
|
+
var _useTranslation = reactI18next.useTranslation(),
|
|
39283
|
+
t = _useTranslation.t;
|
|
39284
|
+
|
|
39122
39285
|
return React__default.createElement(reactstrap.Alert, {
|
|
39123
39286
|
color: "primary",
|
|
39124
39287
|
className: className,
|
|
39125
39288
|
style: style
|
|
39126
|
-
},
|
|
39289
|
+
}, t('no_item_to_display', {
|
|
39290
|
+
item: label
|
|
39291
|
+
}));
|
|
39127
39292
|
};
|
|
39128
39293
|
|
|
39129
39294
|
EmptyDataAlert.defaultProps = {
|
|
@@ -39444,7 +39609,7 @@ var EmailTemplateList = function EmailTemplateList() {
|
|
|
39444
39609
|
}
|
|
39445
39610
|
})));
|
|
39446
39611
|
}))) : React__default.createElement(EmptyDataAlert, {
|
|
39447
|
-
label:
|
|
39612
|
+
label: t('template')
|
|
39448
39613
|
}), React__default.createElement(reactstrap.Row, {
|
|
39449
39614
|
className: "mt-2"
|
|
39450
39615
|
}, React__default.createElement(reactstrap.Col, {
|
|
@@ -43699,7 +43864,9 @@ var AssignStudentList = function AssignStudentList() {
|
|
|
43699
43864
|
display: 'flex',
|
|
43700
43865
|
alignItems: 'center'
|
|
43701
43866
|
}
|
|
43702
|
-
}, "
|
|
43867
|
+
}, t("are_you_sure_you_want_to_inactive_students", {
|
|
43868
|
+
number: isCheck.length
|
|
43869
|
+
}))), React__default.createElement(reactstrap.ModalFooter, {
|
|
43703
43870
|
className: "text-right"
|
|
43704
43871
|
}, React__default.createElement(reactstrap.Button, {
|
|
43705
43872
|
onClick: function onClick() {
|
|
@@ -43819,7 +43986,7 @@ var AssignStudentList = function AssignStudentList() {
|
|
|
43819
43986
|
}
|
|
43820
43987
|
}))));
|
|
43821
43988
|
})))) : React__default.createElement(EmptyDataAlert, {
|
|
43822
|
-
label:
|
|
43989
|
+
label: t('student')
|
|
43823
43990
|
})), React__default.createElement(reactstrap.Col, {
|
|
43824
43991
|
md: 12
|
|
43825
43992
|
}, React__default.createElement(CustomPagination, {
|
|
@@ -45679,6 +45846,9 @@ var NotificationList = function NotificationList() {
|
|
|
45679
45846
|
updateAll = _useNotificationList.updateAll,
|
|
45680
45847
|
toggleUpdateAllStatus = _useNotificationList.toggleUpdateAllStatus;
|
|
45681
45848
|
|
|
45849
|
+
var _useTranslation = reactI18next.useTranslation(),
|
|
45850
|
+
t = _useTranslation.t;
|
|
45851
|
+
|
|
45682
45852
|
return React__default.createElement("div", {
|
|
45683
45853
|
className: "animated fadeIn",
|
|
45684
45854
|
style: {
|
|
@@ -45767,7 +45937,7 @@ var NotificationList = function NotificationList() {
|
|
|
45767
45937
|
}
|
|
45768
45938
|
})));
|
|
45769
45939
|
})))) : React__default.createElement(EmptyDataAlert, {
|
|
45770
|
-
label:
|
|
45940
|
+
label: t('notification')
|
|
45771
45941
|
})), React__default.createElement(reactstrap.Col, {
|
|
45772
45942
|
md: 12
|
|
45773
45943
|
}, React__default.createElement(CustomPagination, {
|