mario-core 2.9.233-layout → 2.9.235-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/containers/Login/constant/authConfig.d.ts +2 -1
- package/dist/containers/User/hooks/useUserList.d.ts +1 -1
- package/dist/index.js +1804 -676
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1806 -678
- package/dist/index.modern.js.map +1 -1
- package/package.json +101 -101
- package/dist/containers/Login/components/ButtonLogin.d.ts +0 -3
- package/dist/containers/Login/constant/config.d.ts +0 -6
- package/dist/redux/languages/action.d.ts +0 -1
- package/dist/redux/languages/reducer.d.ts +0 -2
- package/dist/utils/getCookie.d.ts +0 -2
package/dist/index.modern.js
CHANGED
|
@@ -2,7 +2,7 @@ import 'bootstrap/dist/css/bootstrap.min.css';
|
|
|
2
2
|
import i18n from 'i18next';
|
|
3
3
|
import { initReactI18next, useTranslation } from 'react-i18next';
|
|
4
4
|
export { I18nextProvider, useTranslation } from 'react-i18next';
|
|
5
|
-
import React, { useState, useCallback, useEffect, forwardRef, useRef,
|
|
5
|
+
import React, { useState, useCallback, useEffect, forwardRef, useRef, Suspense, memo, Fragment, useImperativeHandle, useMemo } from 'react';
|
|
6
6
|
import { Input, Modal, ModalHeader, ModalBody, ModalFooter, Button, Row, Col, Form, FormGroup, Navbar, NavbarBrand, Collapse, Nav, NavItem, NavLink, Dropdown, DropdownToggle, DropdownMenu, DropdownItem, Alert, Pagination, PaginationItem, PaginationLink, Table, Label, Popover, PopoverBody, TabContent, TabPane, CardText, CustomInput, Card, CardImg, CardBody, CardTitle, CardHeader } from 'reactstrap';
|
|
7
7
|
import { useHistory, Link, useLocation, Switch, Route, Prompt, useParams } from 'react-router-dom';
|
|
8
8
|
import { Formik } from 'formik';
|
|
@@ -16,7 +16,7 @@ import { useGoogleReCaptcha, GoogleReCaptcha, GoogleReCaptchaProvider } from 're
|
|
|
16
16
|
import GoogleLogin from 'react-google-login';
|
|
17
17
|
import Select from 'react-select';
|
|
18
18
|
import { GiHamburgerMenu } from 'react-icons/gi';
|
|
19
|
-
import { CSidebar, CSidebarBrand, CSidebarNav, CCreateElement, CSidebarNavDivider, CSidebarNavDropdown, CSidebarNavItem, CSidebarNavTitle, CSidebarFooter, CHeader, CToggler, CHeaderBrand, CHeaderNav
|
|
19
|
+
import { CSidebar, CSidebarBrand, CSidebarNav, CCreateElement, CSidebarNavDivider, CSidebarNavDropdown, CSidebarNavItem, CSidebarNavTitle, CSidebarFooter, CContainer, CHeader, CToggler, CHeaderBrand, CHeaderNav } from '@coreui/react';
|
|
20
20
|
import { CgMenuRight } from 'react-icons/cg';
|
|
21
21
|
import { RiLogoutBoxRLine } from 'react-icons/ri';
|
|
22
22
|
import Pusher from 'pusher-js/with-encryption';
|
|
@@ -808,7 +808,7 @@ var log_out = "Log out";
|
|
|
808
808
|
var data_dashboard = "Data Dashboard";
|
|
809
809
|
var deep_learning_tools = "Deep Learning Tools";
|
|
810
810
|
var my_profile = "My Profile";
|
|
811
|
-
var phone = "
|
|
811
|
+
var phone = "Phone";
|
|
812
812
|
var calendar_id = "Calendar ID";
|
|
813
813
|
var old_password = "Old password";
|
|
814
814
|
var confirm_new_password = "Confirm new password";
|
|
@@ -1860,6 +1860,94 @@ var grade_usage = "Grade Usage";
|
|
|
1860
1860
|
var total_conversations = "Total Conversations";
|
|
1861
1861
|
var impersonate = "Impersonate";
|
|
1862
1862
|
var hi = "Hi";
|
|
1863
|
+
var transition_plan = "Transition Plan";
|
|
1864
|
+
var updated_on = "Updated on";
|
|
1865
|
+
var print_my_learning_plan = "Print My Learning Plan";
|
|
1866
|
+
var print_my_transition_plan = "Print My Transition Plan";
|
|
1867
|
+
var about_me = "About Me";
|
|
1868
|
+
var name_your_interest = "Name your interest";
|
|
1869
|
+
var add_more_detail_to_your_interest = "Add more detail to your interest";
|
|
1870
|
+
var create_interest = "Create Interest";
|
|
1871
|
+
var view_plp = "View PLP";
|
|
1872
|
+
var my_current_plp = "View Current PLP";
|
|
1873
|
+
var my_learning_strategies = "My Learning Strategies";
|
|
1874
|
+
var add_new_interest = "Add New Interest";
|
|
1875
|
+
var add_new_challenge = "Add New Challenge";
|
|
1876
|
+
var add_new_strength = "Add New Strength";
|
|
1877
|
+
var add_new_idea = "Add New Idea";
|
|
1878
|
+
var add_new_people = "Add New People";
|
|
1879
|
+
var add_new_tool = "Add New Tool";
|
|
1880
|
+
var add_new_strategy = "Add New Strategy";
|
|
1881
|
+
var add_new_dream = "Add New Dream";
|
|
1882
|
+
var my_support_network = "My Support Network";
|
|
1883
|
+
var add_person = "Add Person";
|
|
1884
|
+
var closer_family = "Closer Family";
|
|
1885
|
+
var family = "Family";
|
|
1886
|
+
var mentors = "Mentors";
|
|
1887
|
+
var tutors = "Tutors";
|
|
1888
|
+
var my_timeline = "My Timeline";
|
|
1889
|
+
var add_milestone = "Add Milestone";
|
|
1890
|
+
var add_test = "Add Test";
|
|
1891
|
+
var colleges = "Colleges";
|
|
1892
|
+
var add_colleges = "Add Colleges";
|
|
1893
|
+
var my_transition_plan = "My Transition Plan";
|
|
1894
|
+
var academic_milestones = "Academic milestones";
|
|
1895
|
+
var tests = "Tests";
|
|
1896
|
+
var academic_and_career_interests = "Academic and Career Interests";
|
|
1897
|
+
var you_havent_added_any_interests_yet = "You haven't added any interests yet";
|
|
1898
|
+
var add_a_plan = "Add A Plan";
|
|
1899
|
+
var extra_curricular_activities = "Extra Curricular Activities";
|
|
1900
|
+
var add_new_activity = "Add New Activity";
|
|
1901
|
+
var courses = "Courses";
|
|
1902
|
+
var add_new_courses = "Add New Courses";
|
|
1903
|
+
var add_new_college = "Add New College";
|
|
1904
|
+
var references = "References";
|
|
1905
|
+
var resources_for_my_future = "Resources for My Future";
|
|
1906
|
+
var add_new_resources = "Add New Resources";
|
|
1907
|
+
var my_essays = "My Essays";
|
|
1908
|
+
var add_essay = "Add essay";
|
|
1909
|
+
var learning_portfolios = "Learning Portfolios";
|
|
1910
|
+
var add_portfolio = "Add Portfolio";
|
|
1911
|
+
var financial_planning = "Financial Planning";
|
|
1912
|
+
var add_new_plan = "Add New Plan";
|
|
1913
|
+
var rows_per_page = "Rows per page";
|
|
1914
|
+
var anonymous_link = "Anonymous Link";
|
|
1915
|
+
var select_ratings_of_questions = "Select Ratings of Questions";
|
|
1916
|
+
var select_responses_distribution = "Select Responses Distribution";
|
|
1917
|
+
var you_can_only_select_one_question_per_time = "You can only select one question per time";
|
|
1918
|
+
var number_of_answers = "Number of Answers";
|
|
1919
|
+
var my_interests = "My Interests";
|
|
1920
|
+
var i_like_to_know_more_about = "I'd like to know more about";
|
|
1921
|
+
var my_strengths = "My strengths";
|
|
1922
|
+
var my_challenges = "My challenges";
|
|
1923
|
+
var i_can_help_myself_by = "I can help myself by";
|
|
1924
|
+
var my_teacher_can_help_me_by = "My teacher can help me by";
|
|
1925
|
+
var other_people_who_can_help_me_are = "Other people who can help me are";
|
|
1926
|
+
var tools_things_that_can_help_me_are = "Tools/things that can help me are";
|
|
1927
|
+
var my_goals = "My goals";
|
|
1928
|
+
var my_goals_and_targets = "My goals and targets";
|
|
1929
|
+
var my_hopes_and_dreams = "My hopes and dreams";
|
|
1930
|
+
var missing_grade = "Missing grade";
|
|
1931
|
+
var grade_must_be_equal_or_greater_than_grade_level_1 = "Grade must be equal or greater than grade level 1";
|
|
1932
|
+
var you_havent_added_any_challenges_yet = "You haven't added any challenges yet";
|
|
1933
|
+
var you_havent_added_any_strengths_yet = "You haven't added any strengths yet";
|
|
1934
|
+
var you_havent_added_any_idea_yet = "You haven't added any ideas yet";
|
|
1935
|
+
var you_havent_added_any_people_yet = "You haven't added any people yet";
|
|
1936
|
+
var you_havent_added_any_tools_yet = "You haven't added any tools yet";
|
|
1937
|
+
var you_havent_added_any_strategies_yet = "You haven't added any strategies yet";
|
|
1938
|
+
var you_havent_added_any_goals_and_targets_yet = "You haven't added any goals and targets yet";
|
|
1939
|
+
var you_havent_added_any_hopes_and_dreams_yet = "You haven't added any hopes and dreams yet";
|
|
1940
|
+
var ways_I_learn_best = "Ways I learn best";
|
|
1941
|
+
var your = "your";
|
|
1942
|
+
var interest = "interest";
|
|
1943
|
+
var strength = "strength";
|
|
1944
|
+
var challenge = "challenge";
|
|
1945
|
+
var idea = "idea";
|
|
1946
|
+
var people = "people";
|
|
1947
|
+
var tool = "tool";
|
|
1948
|
+
var dream = "dream";
|
|
1949
|
+
var person = "person";
|
|
1950
|
+
var more_detail_to = "more detail to";
|
|
1863
1951
|
var lang_us = {
|
|
1864
1952
|
dashboard: dashboard,
|
|
1865
1953
|
user: user,
|
|
@@ -3702,7 +3790,111 @@ var lang_us = {
|
|
|
3702
3790
|
grade_usage: grade_usage,
|
|
3703
3791
|
total_conversations: total_conversations,
|
|
3704
3792
|
impersonate: impersonate,
|
|
3705
|
-
hi: hi
|
|
3793
|
+
hi: hi,
|
|
3794
|
+
transition_plan: transition_plan,
|
|
3795
|
+
updated_on: updated_on,
|
|
3796
|
+
print_my_learning_plan: print_my_learning_plan,
|
|
3797
|
+
print_my_transition_plan: print_my_transition_plan,
|
|
3798
|
+
about_me: about_me,
|
|
3799
|
+
name_your_interest: name_your_interest,
|
|
3800
|
+
add_more_detail_to_your_interest: add_more_detail_to_your_interest,
|
|
3801
|
+
create_interest: create_interest,
|
|
3802
|
+
"your_interest_has_been_successfully_created_!": "Your interest has been successfully created!",
|
|
3803
|
+
view_plp: view_plp,
|
|
3804
|
+
my_current_plp: my_current_plp,
|
|
3805
|
+
my_learning_strategies: my_learning_strategies,
|
|
3806
|
+
add_new_interest: add_new_interest,
|
|
3807
|
+
add_new_challenge: add_new_challenge,
|
|
3808
|
+
add_new_strength: add_new_strength,
|
|
3809
|
+
add_new_idea: add_new_idea,
|
|
3810
|
+
add_new_people: add_new_people,
|
|
3811
|
+
add_new_tool: add_new_tool,
|
|
3812
|
+
add_new_strategy: add_new_strategy,
|
|
3813
|
+
add_new_dream: add_new_dream,
|
|
3814
|
+
my_support_network: my_support_network,
|
|
3815
|
+
add_person: add_person,
|
|
3816
|
+
closer_family: closer_family,
|
|
3817
|
+
family: family,
|
|
3818
|
+
mentors: mentors,
|
|
3819
|
+
tutors: tutors,
|
|
3820
|
+
my_timeline: my_timeline,
|
|
3821
|
+
add_milestone: add_milestone,
|
|
3822
|
+
add_test: add_test,
|
|
3823
|
+
"you_haven't_added_any academic_milestones_yet": "You haven't added any academic milestones yet",
|
|
3824
|
+
"you_haven't_added_any_tests_yet": "You haven't added any tests yet",
|
|
3825
|
+
colleges: colleges,
|
|
3826
|
+
"you_haven't_added_any_colleges_yet": "You haven't added any colleges yet",
|
|
3827
|
+
add_colleges: add_colleges,
|
|
3828
|
+
my_transition_plan: my_transition_plan,
|
|
3829
|
+
academic_milestones: academic_milestones,
|
|
3830
|
+
tests: tests,
|
|
3831
|
+
academic_and_career_interests: academic_and_career_interests,
|
|
3832
|
+
you_havent_added_any_interests_yet: you_havent_added_any_interests_yet,
|
|
3833
|
+
add_a_plan: add_a_plan,
|
|
3834
|
+
extra_curricular_activities: extra_curricular_activities,
|
|
3835
|
+
"you_haven't_added_any_activities_yet": "You haven't added any activities yet",
|
|
3836
|
+
add_new_activity: add_new_activity,
|
|
3837
|
+
courses: courses,
|
|
3838
|
+
"you_haven't_added_any_courses_yet": "You haven't added any courses yet",
|
|
3839
|
+
add_new_courses: add_new_courses,
|
|
3840
|
+
"standardized_tests_/_exams": "Standardized Tests/Exams",
|
|
3841
|
+
"potential_career_training_courese_/_colleges": "Potential Career Training Courses/Colleges",
|
|
3842
|
+
"you_haven't_added_any_courses_/_colleges_yet": "You haven't added any courses/colleges yet",
|
|
3843
|
+
"add_new_courese_/_college": "Add New Courses/College",
|
|
3844
|
+
add_new_college: add_new_college,
|
|
3845
|
+
"you_haven't_added_any_references_yet": "You haven't added any references yet",
|
|
3846
|
+
references: references,
|
|
3847
|
+
resources_for_my_future: resources_for_my_future,
|
|
3848
|
+
"you_haven't_added_any_resources_yet": "You haven't added any resources yet",
|
|
3849
|
+
add_new_resources: add_new_resources,
|
|
3850
|
+
my_essays: my_essays,
|
|
3851
|
+
"you_haven't_added_any_essays_yet": "You haven't added any essays yet",
|
|
3852
|
+
add_essay: add_essay,
|
|
3853
|
+
learning_portfolios: learning_portfolios,
|
|
3854
|
+
"you_haven't_added_any_learning_portfolios_yet": "You haven't added any learning portfolios yet",
|
|
3855
|
+
add_portfolio: add_portfolio,
|
|
3856
|
+
financial_planning: financial_planning,
|
|
3857
|
+
"you_haven't_added_any_plans_yet": "You haven't added any plans yet",
|
|
3858
|
+
add_new_plan: add_new_plan,
|
|
3859
|
+
"students_shaded_red_have_an_incomplete_check-_in": "Students shaded red have an incomplete check- in",
|
|
3860
|
+
rows_per_page: rows_per_page,
|
|
3861
|
+
anonymous_link: anonymous_link,
|
|
3862
|
+
select_ratings_of_questions: select_ratings_of_questions,
|
|
3863
|
+
select_responses_distribution: select_responses_distribution,
|
|
3864
|
+
you_can_only_select_one_question_per_time: you_can_only_select_one_question_per_time,
|
|
3865
|
+
number_of_answers: number_of_answers,
|
|
3866
|
+
my_interests: my_interests,
|
|
3867
|
+
i_like_to_know_more_about: i_like_to_know_more_about,
|
|
3868
|
+
my_strengths: my_strengths,
|
|
3869
|
+
my_challenges: my_challenges,
|
|
3870
|
+
i_can_help_myself_by: i_can_help_myself_by,
|
|
3871
|
+
my_teacher_can_help_me_by: my_teacher_can_help_me_by,
|
|
3872
|
+
other_people_who_can_help_me_are: other_people_who_can_help_me_are,
|
|
3873
|
+
tools_things_that_can_help_me_are: tools_things_that_can_help_me_are,
|
|
3874
|
+
my_goals: my_goals,
|
|
3875
|
+
my_goals_and_targets: my_goals_and_targets,
|
|
3876
|
+
my_hopes_and_dreams: my_hopes_and_dreams,
|
|
3877
|
+
missing_grade: missing_grade,
|
|
3878
|
+
grade_must_be_equal_or_greater_than_grade_level_1: grade_must_be_equal_or_greater_than_grade_level_1,
|
|
3879
|
+
you_havent_added_any_challenges_yet: you_havent_added_any_challenges_yet,
|
|
3880
|
+
you_havent_added_any_strengths_yet: you_havent_added_any_strengths_yet,
|
|
3881
|
+
you_havent_added_any_idea_yet: you_havent_added_any_idea_yet,
|
|
3882
|
+
you_havent_added_any_people_yet: you_havent_added_any_people_yet,
|
|
3883
|
+
you_havent_added_any_tools_yet: you_havent_added_any_tools_yet,
|
|
3884
|
+
you_havent_added_any_strategies_yet: you_havent_added_any_strategies_yet,
|
|
3885
|
+
you_havent_added_any_goals_and_targets_yet: you_havent_added_any_goals_and_targets_yet,
|
|
3886
|
+
you_havent_added_any_hopes_and_dreams_yet: you_havent_added_any_hopes_and_dreams_yet,
|
|
3887
|
+
ways_I_learn_best: ways_I_learn_best,
|
|
3888
|
+
your: your,
|
|
3889
|
+
interest: interest,
|
|
3890
|
+
strength: strength,
|
|
3891
|
+
challenge: challenge,
|
|
3892
|
+
idea: idea,
|
|
3893
|
+
people: people,
|
|
3894
|
+
tool: tool,
|
|
3895
|
+
dream: dream,
|
|
3896
|
+
person: person,
|
|
3897
|
+
more_detail_to: more_detail_to
|
|
3706
3898
|
};
|
|
3707
3899
|
|
|
3708
3900
|
var dashboard$1 = "Dashboard";
|
|
@@ -4479,7 +4671,7 @@ var log_out$1 = "Log out";
|
|
|
4479
4671
|
var data_dashboard$1 = "Data Dashboard";
|
|
4480
4672
|
var deep_learning_tools$1 = "Deep Learning Tools";
|
|
4481
4673
|
var my_profile$1 = "My Profile";
|
|
4482
|
-
var phone$1 = "
|
|
4674
|
+
var phone$1 = "Phone";
|
|
4483
4675
|
var calendar_id$1 = "Calendar ID";
|
|
4484
4676
|
var old_password$1 = "Old password";
|
|
4485
4677
|
var confirm_new_password$1 = "Confirm new password";
|
|
@@ -5526,6 +5718,94 @@ var grade_usage$1 = "Grade Usage";
|
|
|
5526
5718
|
var total_conversations$1 = "Total Conversations";
|
|
5527
5719
|
var impersonate$1 = "Impersonate";
|
|
5528
5720
|
var hi$1 = "Hi";
|
|
5721
|
+
var transition_plan$1 = "Transition Plan";
|
|
5722
|
+
var updated_on$1 = "Updated on";
|
|
5723
|
+
var print_my_learning_plan$1 = "Print My Learning Plan";
|
|
5724
|
+
var print_my_transition_plan$1 = "Print My Transition Plan";
|
|
5725
|
+
var about_me$1 = "About Me";
|
|
5726
|
+
var name_your_interest$1 = "Name your interest";
|
|
5727
|
+
var add_more_detail_to_your_interest$1 = "Add more detail to your interest";
|
|
5728
|
+
var create_interest$1 = "Create Interest";
|
|
5729
|
+
var view_plp$1 = "View PLP";
|
|
5730
|
+
var my_current_plp$1 = "View Current PLP";
|
|
5731
|
+
var my_learning_strategies$1 = "My Learning Strategies";
|
|
5732
|
+
var add_new_interest$1 = "Add New Interest";
|
|
5733
|
+
var add_new_challenge$1 = "Add New Challenge";
|
|
5734
|
+
var add_new_strength$1 = "Add New Strength";
|
|
5735
|
+
var add_new_idea$1 = "Add New Idea";
|
|
5736
|
+
var add_new_people$1 = "Add New People";
|
|
5737
|
+
var add_new_tool$1 = "Add New Tool";
|
|
5738
|
+
var add_new_strategy$1 = "Add New Strategy";
|
|
5739
|
+
var add_new_dream$1 = "Add New Dream";
|
|
5740
|
+
var my_support_network$1 = "My Support Network";
|
|
5741
|
+
var add_person$1 = "Add Person";
|
|
5742
|
+
var closer_family$1 = "Closer Family";
|
|
5743
|
+
var family$1 = "Family";
|
|
5744
|
+
var mentors$1 = "Mentors";
|
|
5745
|
+
var tutors$1 = "Tutors";
|
|
5746
|
+
var my_timeline$1 = "My Timeline";
|
|
5747
|
+
var add_milestone$1 = "Add Milestone";
|
|
5748
|
+
var add_test$1 = "Add Test";
|
|
5749
|
+
var colleges$1 = "Colleges";
|
|
5750
|
+
var add_colleges$1 = "Add Colleges";
|
|
5751
|
+
var my_transition_plan$1 = "My Transition Plan";
|
|
5752
|
+
var academic_milestones$1 = "Academic milestones";
|
|
5753
|
+
var tests$1 = "Tests";
|
|
5754
|
+
var academic_and_career_interests$1 = "Academic and Career Interests";
|
|
5755
|
+
var you_havent_added_any_interests_yet$1 = "You haven't added any interests yet";
|
|
5756
|
+
var add_a_plan$1 = "Add A Plan";
|
|
5757
|
+
var extra_curricular_activities$1 = "Extra Curricular Activities";
|
|
5758
|
+
var add_new_activity$1 = "Add New Activity";
|
|
5759
|
+
var courses$1 = "Courses";
|
|
5760
|
+
var add_new_courses$1 = "Add New Courses";
|
|
5761
|
+
var add_new_college$1 = "Add New College";
|
|
5762
|
+
var references$1 = "References";
|
|
5763
|
+
var resources_for_my_future$1 = "Resources for My Future";
|
|
5764
|
+
var add_new_resources$1 = "Add New Resources";
|
|
5765
|
+
var my_essays$1 = "My Essays";
|
|
5766
|
+
var add_essay$1 = "Add essay";
|
|
5767
|
+
var learning_portfolios$1 = "Learning Portfolios";
|
|
5768
|
+
var add_portfolio$1 = "Add Portfolio";
|
|
5769
|
+
var financial_planning$1 = "Financial Planning";
|
|
5770
|
+
var add_new_plan$1 = "Add New Plan";
|
|
5771
|
+
var rows_per_page$1 = "Rows per page";
|
|
5772
|
+
var anonymous_link$1 = "Anonymous Link";
|
|
5773
|
+
var select_ratings_of_questions$1 = "Select Ratings of Questions";
|
|
5774
|
+
var select_responses_distribution$1 = "Select Responses Distribution";
|
|
5775
|
+
var you_can_only_select_one_question_per_time$1 = "You can only select one question per time";
|
|
5776
|
+
var number_of_answers$1 = "Number of Answers";
|
|
5777
|
+
var my_interests$1 = "My Interests";
|
|
5778
|
+
var i_like_to_know_more_about$1 = "I'd like to know more about";
|
|
5779
|
+
var my_strengths$1 = "My strengths";
|
|
5780
|
+
var my_challenges$1 = "My challenges";
|
|
5781
|
+
var i_can_help_myself_by$1 = "I can help myself by";
|
|
5782
|
+
var my_teacher_can_help_me_by$1 = "My teacher can help me by";
|
|
5783
|
+
var other_people_who_can_help_me_are$1 = "Other people who can help me are";
|
|
5784
|
+
var tools_things_that_can_help_me_are$1 = "Tools/things that can help me are";
|
|
5785
|
+
var my_goals$1 = "My goals";
|
|
5786
|
+
var my_goals_and_targets$1 = "My goals and targets";
|
|
5787
|
+
var my_hopes_and_dreams$1 = "My hopes and dreams";
|
|
5788
|
+
var missing_grade$1 = "Missing grade";
|
|
5789
|
+
var grade_must_be_equal_or_greater_than_grade_level_1$1 = "Grade must be equal or greater than grade level 1";
|
|
5790
|
+
var you_havent_added_any_challenges_yet$1 = "You haven't added any challenges yet";
|
|
5791
|
+
var you_havent_added_any_strengths_yet$1 = "You haven't added any strengths yet";
|
|
5792
|
+
var you_havent_added_any_idea_yet$1 = "You haven't added any ideas yet";
|
|
5793
|
+
var you_havent_added_any_people_yet$1 = "You haven't added any people yet";
|
|
5794
|
+
var you_havent_added_any_tools_yet$1 = "You haven't added any tools yet";
|
|
5795
|
+
var you_havent_added_any_strategies_yet$1 = "You haven't added any strategies yet";
|
|
5796
|
+
var you_havent_added_any_goals_and_targets_yet$1 = "You haven't added any goals and targets yet";
|
|
5797
|
+
var you_havent_added_any_hopes_and_dreams_yet$1 = "You haven't added any hopes and dreams yet";
|
|
5798
|
+
var ways_I_learn_best$1 = "Ways I learn best";
|
|
5799
|
+
var your$1 = "your";
|
|
5800
|
+
var interest$1 = "interest";
|
|
5801
|
+
var strength$1 = "strength";
|
|
5802
|
+
var challenge$1 = "challenge";
|
|
5803
|
+
var idea$1 = "idea";
|
|
5804
|
+
var people$1 = "people";
|
|
5805
|
+
var tool$1 = "tool";
|
|
5806
|
+
var dream$1 = "dream";
|
|
5807
|
+
var person$1 = "person";
|
|
5808
|
+
var more_detail_to$1 = "more detail to";
|
|
5529
5809
|
var lang_uk = {
|
|
5530
5810
|
dashboard: dashboard$1,
|
|
5531
5811
|
user: user$1,
|
|
@@ -7367,7 +7647,111 @@ var lang_uk = {
|
|
|
7367
7647
|
grade_usage: grade_usage$1,
|
|
7368
7648
|
total_conversations: total_conversations$1,
|
|
7369
7649
|
impersonate: impersonate$1,
|
|
7370
|
-
hi: hi$1
|
|
7650
|
+
hi: hi$1,
|
|
7651
|
+
transition_plan: transition_plan$1,
|
|
7652
|
+
updated_on: updated_on$1,
|
|
7653
|
+
print_my_learning_plan: print_my_learning_plan$1,
|
|
7654
|
+
print_my_transition_plan: print_my_transition_plan$1,
|
|
7655
|
+
about_me: about_me$1,
|
|
7656
|
+
name_your_interest: name_your_interest$1,
|
|
7657
|
+
add_more_detail_to_your_interest: add_more_detail_to_your_interest$1,
|
|
7658
|
+
create_interest: create_interest$1,
|
|
7659
|
+
"your_interest_has_been_successfully_created_!": "Your interest has been successfully created!",
|
|
7660
|
+
view_plp: view_plp$1,
|
|
7661
|
+
my_current_plp: my_current_plp$1,
|
|
7662
|
+
my_learning_strategies: my_learning_strategies$1,
|
|
7663
|
+
add_new_interest: add_new_interest$1,
|
|
7664
|
+
add_new_challenge: add_new_challenge$1,
|
|
7665
|
+
add_new_strength: add_new_strength$1,
|
|
7666
|
+
add_new_idea: add_new_idea$1,
|
|
7667
|
+
add_new_people: add_new_people$1,
|
|
7668
|
+
add_new_tool: add_new_tool$1,
|
|
7669
|
+
add_new_strategy: add_new_strategy$1,
|
|
7670
|
+
add_new_dream: add_new_dream$1,
|
|
7671
|
+
my_support_network: my_support_network$1,
|
|
7672
|
+
add_person: add_person$1,
|
|
7673
|
+
closer_family: closer_family$1,
|
|
7674
|
+
family: family$1,
|
|
7675
|
+
mentors: mentors$1,
|
|
7676
|
+
tutors: tutors$1,
|
|
7677
|
+
my_timeline: my_timeline$1,
|
|
7678
|
+
add_milestone: add_milestone$1,
|
|
7679
|
+
add_test: add_test$1,
|
|
7680
|
+
"you_haven't_added_any academic_milestones_yet": "You haven't added any academic milestones yet",
|
|
7681
|
+
"you_haven't_added_any_tests_yet": "You haven't added any tests yet",
|
|
7682
|
+
colleges: colleges$1,
|
|
7683
|
+
"you_haven't_added_any_colleges_yet": "You haven't added any colleges yet",
|
|
7684
|
+
add_colleges: add_colleges$1,
|
|
7685
|
+
my_transition_plan: my_transition_plan$1,
|
|
7686
|
+
academic_milestones: academic_milestones$1,
|
|
7687
|
+
tests: tests$1,
|
|
7688
|
+
academic_and_career_interests: academic_and_career_interests$1,
|
|
7689
|
+
you_havent_added_any_interests_yet: you_havent_added_any_interests_yet$1,
|
|
7690
|
+
add_a_plan: add_a_plan$1,
|
|
7691
|
+
extra_curricular_activities: extra_curricular_activities$1,
|
|
7692
|
+
"you_haven't_added_any_activities_yet": "You haven't added any activities yet",
|
|
7693
|
+
add_new_activity: add_new_activity$1,
|
|
7694
|
+
courses: courses$1,
|
|
7695
|
+
"you_haven't_added_any_courses_yet": "You haven't added any courses yet",
|
|
7696
|
+
add_new_courses: add_new_courses$1,
|
|
7697
|
+
"standardized_tests_/_exams": "Standardized Tests/Exams",
|
|
7698
|
+
"potential_career_training_courese_/_colleges": "Potential Career Training Courses/Colleges",
|
|
7699
|
+
"you_haven't_added_any_courses_/_colleges_yet": "You haven't added any courses/colleges yet",
|
|
7700
|
+
"add_new_courese_/_college": "Add New Courses/College",
|
|
7701
|
+
add_new_college: add_new_college$1,
|
|
7702
|
+
"you_haven't_added_any_references_yet": "You haven't added any references yet",
|
|
7703
|
+
references: references$1,
|
|
7704
|
+
resources_for_my_future: resources_for_my_future$1,
|
|
7705
|
+
"you_haven't_added_any_resources_yet": "You haven't added any resources yet",
|
|
7706
|
+
add_new_resources: add_new_resources$1,
|
|
7707
|
+
my_essays: my_essays$1,
|
|
7708
|
+
"you_haven't_added_any_essays_yet": "You haven't added any essays yet",
|
|
7709
|
+
add_essay: add_essay$1,
|
|
7710
|
+
learning_portfolios: learning_portfolios$1,
|
|
7711
|
+
"you_haven't_added_any_learning_portfolios_yet": "You haven't added any learning portfolios yet",
|
|
7712
|
+
add_portfolio: add_portfolio$1,
|
|
7713
|
+
financial_planning: financial_planning$1,
|
|
7714
|
+
"you_haven't_added_any_plans_yet": "You haven't added any plans yet",
|
|
7715
|
+
add_new_plan: add_new_plan$1,
|
|
7716
|
+
"students_shaded_red_have_an_incomplete_check-_in": "Students shaded red have an incomplete check- in",
|
|
7717
|
+
rows_per_page: rows_per_page$1,
|
|
7718
|
+
anonymous_link: anonymous_link$1,
|
|
7719
|
+
select_ratings_of_questions: select_ratings_of_questions$1,
|
|
7720
|
+
select_responses_distribution: select_responses_distribution$1,
|
|
7721
|
+
you_can_only_select_one_question_per_time: you_can_only_select_one_question_per_time$1,
|
|
7722
|
+
number_of_answers: number_of_answers$1,
|
|
7723
|
+
my_interests: my_interests$1,
|
|
7724
|
+
i_like_to_know_more_about: i_like_to_know_more_about$1,
|
|
7725
|
+
my_strengths: my_strengths$1,
|
|
7726
|
+
my_challenges: my_challenges$1,
|
|
7727
|
+
i_can_help_myself_by: i_can_help_myself_by$1,
|
|
7728
|
+
my_teacher_can_help_me_by: my_teacher_can_help_me_by$1,
|
|
7729
|
+
other_people_who_can_help_me_are: other_people_who_can_help_me_are$1,
|
|
7730
|
+
tools_things_that_can_help_me_are: tools_things_that_can_help_me_are$1,
|
|
7731
|
+
my_goals: my_goals$1,
|
|
7732
|
+
my_goals_and_targets: my_goals_and_targets$1,
|
|
7733
|
+
my_hopes_and_dreams: my_hopes_and_dreams$1,
|
|
7734
|
+
missing_grade: missing_grade$1,
|
|
7735
|
+
grade_must_be_equal_or_greater_than_grade_level_1: grade_must_be_equal_or_greater_than_grade_level_1$1,
|
|
7736
|
+
you_havent_added_any_challenges_yet: you_havent_added_any_challenges_yet$1,
|
|
7737
|
+
you_havent_added_any_strengths_yet: you_havent_added_any_strengths_yet$1,
|
|
7738
|
+
you_havent_added_any_idea_yet: you_havent_added_any_idea_yet$1,
|
|
7739
|
+
you_havent_added_any_people_yet: you_havent_added_any_people_yet$1,
|
|
7740
|
+
you_havent_added_any_tools_yet: you_havent_added_any_tools_yet$1,
|
|
7741
|
+
you_havent_added_any_strategies_yet: you_havent_added_any_strategies_yet$1,
|
|
7742
|
+
you_havent_added_any_goals_and_targets_yet: you_havent_added_any_goals_and_targets_yet$1,
|
|
7743
|
+
you_havent_added_any_hopes_and_dreams_yet: you_havent_added_any_hopes_and_dreams_yet$1,
|
|
7744
|
+
ways_I_learn_best: ways_I_learn_best$1,
|
|
7745
|
+
your: your$1,
|
|
7746
|
+
interest: interest$1,
|
|
7747
|
+
strength: strength$1,
|
|
7748
|
+
challenge: challenge$1,
|
|
7749
|
+
idea: idea$1,
|
|
7750
|
+
people: people$1,
|
|
7751
|
+
tool: tool$1,
|
|
7752
|
+
dream: dream$1,
|
|
7753
|
+
person: person$1,
|
|
7754
|
+
more_detail_to: more_detail_to$1
|
|
7371
7755
|
};
|
|
7372
7756
|
|
|
7373
7757
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -9183,6 +9567,95 @@ var grade_usage$2 = "استخدام الصف";
|
|
|
9183
9567
|
var total_conversations$2 = "إجمالي المحادثات";
|
|
9184
9568
|
var impersonate$2 = "انتحال شخصية";
|
|
9185
9569
|
var hi$2 = "أهلاً";
|
|
9570
|
+
var transition_plan$2 = "خطة انتقالية";
|
|
9571
|
+
var updated_on$2 = "تحديث في";
|
|
9572
|
+
var print_my_learning_plan$2 = "اطبع خطة التعلم الخاصة بي";
|
|
9573
|
+
var print_my_transition_plan$2 = "اطبع خطتي الانتقالية";
|
|
9574
|
+
var about_me$2 = "ْعَنِّي";
|
|
9575
|
+
var name_your_interest$2 = "قم بتسمية اهتمامك";
|
|
9576
|
+
var add_more_detail_to_your_interest$2 = "أضف المزيد من التفاصيل لاهتمامك";
|
|
9577
|
+
var create_interest$2 = "خلق الاهتمام";
|
|
9578
|
+
var view_plp$2 = "عرض PLP";
|
|
9579
|
+
var my_current_plp$2 = "عرض PLP الحالي";
|
|
9580
|
+
var my_learning_strategies$2 = "استراتيجيات التعلم الخاصة بي";
|
|
9581
|
+
var add_new_interest$2 = "أضف اهتمامًا جديدًا";
|
|
9582
|
+
var add_new_challenge$2 = "إضافة تحدي جديد";
|
|
9583
|
+
var add_new_strength$2 = "أضف قوة جديدة";
|
|
9584
|
+
var add_new_idea$2 = "أضف فكرة جديدة";
|
|
9585
|
+
var add_new_people$2 = "إضافة أشخاص جدد";
|
|
9586
|
+
var add_new_tool$2 = "إضافة أداة جديدة";
|
|
9587
|
+
var add_new_strategy$2 = "إضافة استراتيجية جديدة";
|
|
9588
|
+
var add_new_dream$2 = "أضف حلم جديد";
|
|
9589
|
+
var my_support_network$2 = "شبكة الدعم الخاصة بي";
|
|
9590
|
+
var add_person$2 = "إضافة شخص";
|
|
9591
|
+
var closer_family$2 = "عائلة أقرب";
|
|
9592
|
+
var family$2 = "عائلة";
|
|
9593
|
+
var mentors$2 = "الموجهون";
|
|
9594
|
+
var tutors$2 = "مدرسون";
|
|
9595
|
+
var my_timeline$2 = "الجدول الزمني الخاص بي";
|
|
9596
|
+
var add_milestone$2 = "إضافة معلم";
|
|
9597
|
+
var add_test$2 = "إضافة اختبار";
|
|
9598
|
+
var colleges$2 = "الكليات";
|
|
9599
|
+
var add_colleges$2 = "إضافة الكليات";
|
|
9600
|
+
var my_transition_plan$2 = "خطتي الانتقالية";
|
|
9601
|
+
var academic_milestones$2 = "المعالم الأكاديمية";
|
|
9602
|
+
var tests$2 = "الاختبارات";
|
|
9603
|
+
var academic_and_career_interests$2 = "الاهتمامات الأكاديمية والمهنية";
|
|
9604
|
+
var you_havent_added_any_interests_yet$2 = "لم تقم بإضافة أي اهتمامات حتى الآن";
|
|
9605
|
+
var add_a_plan$2 = "أضف خطة";
|
|
9606
|
+
var extra_curricular_activities$2 = "نشاطات خارجية";
|
|
9607
|
+
var add_new_activity$2 = "إضافة نشاط جديد";
|
|
9608
|
+
var courses$2 = "الدورات";
|
|
9609
|
+
var add_new_courses$2 = "إضافة دورات جديدة";
|
|
9610
|
+
var add_new_college$2 = "إضافة كلية جديدة";
|
|
9611
|
+
var references$2 = "مراجع";
|
|
9612
|
+
var resources_for_my_future$2 = "موارد لمستقبلي";
|
|
9613
|
+
var add_new_resources$2 = "إضافة موارد جديدة";
|
|
9614
|
+
var my_essays$2 = "مقالاتي";
|
|
9615
|
+
var add_essay$2 = "أضف مقالة";
|
|
9616
|
+
var learning_portfolios$2 = "حافظات التعلم";
|
|
9617
|
+
var add_portfolio$2 = "إضافة محفظة";
|
|
9618
|
+
var financial_planning$2 = "التخطيط المالي";
|
|
9619
|
+
var add_new_plan$2 = "إضافة خطة جديدة";
|
|
9620
|
+
var rows_per_page$2 = "صفوف لكل صفحة";
|
|
9621
|
+
var anonymous_link$2 = "رابط مجهول";
|
|
9622
|
+
var last_check__in$2 = "آخر تسجيل وصول";
|
|
9623
|
+
var select_ratings_of_questions$2 = "حدد تقييمات الأسئلة";
|
|
9624
|
+
var select_responses_distribution$2 = "حدد توزيع الاستجابات";
|
|
9625
|
+
var you_can_only_select_one_question_per_time$2 = "يمكنك اختيار سؤال واحد فقط في كل مرة";
|
|
9626
|
+
var number_of_answers$2 = "يمكنك اختيار سؤال واحد فقط في كل مرة";
|
|
9627
|
+
var my_interests$2 = "اهتماماتي";
|
|
9628
|
+
var i_like_to_know_more_about$2 = "أود أن أعرف المزيد عنها";
|
|
9629
|
+
var my_strengths$2 = "نقاط قوتي";
|
|
9630
|
+
var my_challenges$2 = "تحدياتي";
|
|
9631
|
+
var i_can_help_myself_by$2 = "لا أستطيع مساعدة نفسي";
|
|
9632
|
+
var my_teacher_can_help_me_by$2 = "أستاذي يمكن أن يساعدني من خلال";
|
|
9633
|
+
var other_people_who_can_help_me_are$2 = "الأشخاص الآخرون الذين يمكنهم مساعدتي هم";
|
|
9634
|
+
var tools_things_that_can_help_me_are$2 = "الأدوات/الأشياء التي يمكن أن تساعدني هي";
|
|
9635
|
+
var my_goals$2 = "أهدافي";
|
|
9636
|
+
var my_goals_and_targets$2 = "أهدافي وغاياتي";
|
|
9637
|
+
var my_hopes_and_dreams$2 = "آمالي وأحلامي";
|
|
9638
|
+
var missing_grade$2 = "الصف المفقود";
|
|
9639
|
+
var grade_must_be_equal_or_greater_than_grade_level_1$2 = "يجب أن تكون الدرجة مساوية أو أكبر من مستوى الصف 1";
|
|
9640
|
+
var you_havent_added_any_challenges_yet$2 = "لم تقم بإضافة أي تحديات حتى الآن";
|
|
9641
|
+
var you_havent_added_any_strengths_yet$2 = "لم تقم بإضافة أي نقاط قوة بعد";
|
|
9642
|
+
var you_havent_added_any_idea_yet$2 = "لم تقم بإضافة أي فكرة بعد";
|
|
9643
|
+
var you_havent_added_any_people_yet$2 = "لم تقم بإضافة أي أشخاص حتى الآن";
|
|
9644
|
+
var you_havent_added_any_tools_yet$2 = "لم تقم بإضافة أي أدوات بعد";
|
|
9645
|
+
var you_havent_added_any_strategies_yet$2 = "لم تقم بإضافة أي استراتيجيات حتى الآن";
|
|
9646
|
+
var you_havent_added_any_goals_and_targets_yet$2 = "لم تقم بإضافة أي أهداف وغايات حتى الآن";
|
|
9647
|
+
var you_havent_added_any_hopes_and_dreams_yet$2 = "لم تقم بإضافة أي آمال وأحلام بعد";
|
|
9648
|
+
var ways_I_learn_best$2 = "أفضل الطرق التي أتعلم بها";
|
|
9649
|
+
var your$2 = "لك";
|
|
9650
|
+
var interest$2 = "اهتمام";
|
|
9651
|
+
var strength$2 = "قوة";
|
|
9652
|
+
var challenge$2 = "تحدي";
|
|
9653
|
+
var idea$2 = "فكرة";
|
|
9654
|
+
var people$2 = "الناس";
|
|
9655
|
+
var tool$2 = "أداة";
|
|
9656
|
+
var dream$2 = "حلم";
|
|
9657
|
+
var person$2 = "شخص";
|
|
9658
|
+
var more_detail_to$2 = "مزيد من التفاصيل ل";
|
|
9186
9659
|
var lang_ar = {
|
|
9187
9660
|
dashboard: dashboard$2,
|
|
9188
9661
|
user: user$2,
|
|
@@ -11013,7 +11486,112 @@ var lang_ar = {
|
|
|
11013
11486
|
grade_usage: grade_usage$2,
|
|
11014
11487
|
total_conversations: total_conversations$2,
|
|
11015
11488
|
impersonate: impersonate$2,
|
|
11016
|
-
hi: hi$2
|
|
11489
|
+
hi: hi$2,
|
|
11490
|
+
transition_plan: transition_plan$2,
|
|
11491
|
+
updated_on: updated_on$2,
|
|
11492
|
+
print_my_learning_plan: print_my_learning_plan$2,
|
|
11493
|
+
print_my_transition_plan: print_my_transition_plan$2,
|
|
11494
|
+
about_me: about_me$2,
|
|
11495
|
+
name_your_interest: name_your_interest$2,
|
|
11496
|
+
add_more_detail_to_your_interest: add_more_detail_to_your_interest$2,
|
|
11497
|
+
create_interest: create_interest$2,
|
|
11498
|
+
"your_interest_has_been_successfully_created_!": "لقد تم إنشاء اهتمامك بنجاح!",
|
|
11499
|
+
view_plp: view_plp$2,
|
|
11500
|
+
my_current_plp: my_current_plp$2,
|
|
11501
|
+
my_learning_strategies: my_learning_strategies$2,
|
|
11502
|
+
add_new_interest: add_new_interest$2,
|
|
11503
|
+
add_new_challenge: add_new_challenge$2,
|
|
11504
|
+
add_new_strength: add_new_strength$2,
|
|
11505
|
+
add_new_idea: add_new_idea$2,
|
|
11506
|
+
add_new_people: add_new_people$2,
|
|
11507
|
+
add_new_tool: add_new_tool$2,
|
|
11508
|
+
add_new_strategy: add_new_strategy$2,
|
|
11509
|
+
add_new_dream: add_new_dream$2,
|
|
11510
|
+
my_support_network: my_support_network$2,
|
|
11511
|
+
add_person: add_person$2,
|
|
11512
|
+
closer_family: closer_family$2,
|
|
11513
|
+
family: family$2,
|
|
11514
|
+
mentors: mentors$2,
|
|
11515
|
+
tutors: tutors$2,
|
|
11516
|
+
my_timeline: my_timeline$2,
|
|
11517
|
+
add_milestone: add_milestone$2,
|
|
11518
|
+
add_test: add_test$2,
|
|
11519
|
+
"you_haven't_added_any academic_milestones_yet": "لم تقم بإضافة أي إنجازات أكاديمية حتى الآن",
|
|
11520
|
+
"you_haven't_added_any_tests_yet": "لم تقم بإضافة أي اختبارات حتى الآن",
|
|
11521
|
+
colleges: colleges$2,
|
|
11522
|
+
"you_haven't_added_any_colleges_yet": "لم تقم بإضافة أي كليات بعد",
|
|
11523
|
+
add_colleges: add_colleges$2,
|
|
11524
|
+
my_transition_plan: my_transition_plan$2,
|
|
11525
|
+
academic_milestones: academic_milestones$2,
|
|
11526
|
+
tests: tests$2,
|
|
11527
|
+
academic_and_career_interests: academic_and_career_interests$2,
|
|
11528
|
+
you_havent_added_any_interests_yet: you_havent_added_any_interests_yet$2,
|
|
11529
|
+
add_a_plan: add_a_plan$2,
|
|
11530
|
+
extra_curricular_activities: extra_curricular_activities$2,
|
|
11531
|
+
"you_haven't_added_any_activities_yet": "لم تقم بإضافة أي أنشطة بعد",
|
|
11532
|
+
add_new_activity: add_new_activity$2,
|
|
11533
|
+
courses: courses$2,
|
|
11534
|
+
add_new_courses: add_new_courses$2,
|
|
11535
|
+
"you_haven't_added_any_courses_yet": "لم تقم بإضافة أي دورات بعد",
|
|
11536
|
+
"standardized_tests_/_exams": "الاختبارات / الامتحانات الموحدة",
|
|
11537
|
+
"potential_career_training_courese_/_colleges": "الدورات التدريبية المهنية المحتملة / الكليات",
|
|
11538
|
+
"you_haven't_added_any_courses_/_colleges_yet": "لم تقم بإضافة أي دورات / كليات حتى الآن",
|
|
11539
|
+
"add_new_courese_/_college": "إضافة دورات/كلية جديدة",
|
|
11540
|
+
add_new_college: add_new_college$2,
|
|
11541
|
+
"you_haven't_added_any_references_yet": "لم تقم بإضافة أي مراجع بعد",
|
|
11542
|
+
references: references$2,
|
|
11543
|
+
resources_for_my_future: resources_for_my_future$2,
|
|
11544
|
+
"you_haven't_added_any_resources_yet": "لم تقم بإضافة أي موارد بعد",
|
|
11545
|
+
add_new_resources: add_new_resources$2,
|
|
11546
|
+
my_essays: my_essays$2,
|
|
11547
|
+
"you_haven't_added_any_essays_yet": "لم تقم بإضافة أي مقالات بعد",
|
|
11548
|
+
add_essay: add_essay$2,
|
|
11549
|
+
learning_portfolios: learning_portfolios$2,
|
|
11550
|
+
"you_haven't_added_any_learning_portfolios_yet": "لم تقم بإضافة أي ملفات تعليمية حتى الآن",
|
|
11551
|
+
add_portfolio: add_portfolio$2,
|
|
11552
|
+
financial_planning: financial_planning$2,
|
|
11553
|
+
"you_haven't_added_any_plans_yet": "لم تقم بإضافة أي خطط حتى الآن",
|
|
11554
|
+
add_new_plan: add_new_plan$2,
|
|
11555
|
+
"students_shaded_red_have_an_incomplete_check-_in": "الطلاب المظللون باللون الأحمر لديهم تسجيل دخول غير مكتمل",
|
|
11556
|
+
rows_per_page: rows_per_page$2,
|
|
11557
|
+
anonymous_link: anonymous_link$2,
|
|
11558
|
+
last_check__in: last_check__in$2,
|
|
11559
|
+
select_ratings_of_questions: select_ratings_of_questions$2,
|
|
11560
|
+
select_responses_distribution: select_responses_distribution$2,
|
|
11561
|
+
you_can_only_select_one_question_per_time: you_can_only_select_one_question_per_time$2,
|
|
11562
|
+
number_of_answers: number_of_answers$2,
|
|
11563
|
+
my_interests: my_interests$2,
|
|
11564
|
+
i_like_to_know_more_about: i_like_to_know_more_about$2,
|
|
11565
|
+
my_strengths: my_strengths$2,
|
|
11566
|
+
my_challenges: my_challenges$2,
|
|
11567
|
+
i_can_help_myself_by: i_can_help_myself_by$2,
|
|
11568
|
+
my_teacher_can_help_me_by: my_teacher_can_help_me_by$2,
|
|
11569
|
+
other_people_who_can_help_me_are: other_people_who_can_help_me_are$2,
|
|
11570
|
+
tools_things_that_can_help_me_are: tools_things_that_can_help_me_are$2,
|
|
11571
|
+
my_goals: my_goals$2,
|
|
11572
|
+
my_goals_and_targets: my_goals_and_targets$2,
|
|
11573
|
+
my_hopes_and_dreams: my_hopes_and_dreams$2,
|
|
11574
|
+
missing_grade: missing_grade$2,
|
|
11575
|
+
grade_must_be_equal_or_greater_than_grade_level_1: grade_must_be_equal_or_greater_than_grade_level_1$2,
|
|
11576
|
+
you_havent_added_any_challenges_yet: you_havent_added_any_challenges_yet$2,
|
|
11577
|
+
you_havent_added_any_strengths_yet: you_havent_added_any_strengths_yet$2,
|
|
11578
|
+
you_havent_added_any_idea_yet: you_havent_added_any_idea_yet$2,
|
|
11579
|
+
you_havent_added_any_people_yet: you_havent_added_any_people_yet$2,
|
|
11580
|
+
you_havent_added_any_tools_yet: you_havent_added_any_tools_yet$2,
|
|
11581
|
+
you_havent_added_any_strategies_yet: you_havent_added_any_strategies_yet$2,
|
|
11582
|
+
you_havent_added_any_goals_and_targets_yet: you_havent_added_any_goals_and_targets_yet$2,
|
|
11583
|
+
you_havent_added_any_hopes_and_dreams_yet: you_havent_added_any_hopes_and_dreams_yet$2,
|
|
11584
|
+
ways_I_learn_best: ways_I_learn_best$2,
|
|
11585
|
+
your: your$2,
|
|
11586
|
+
interest: interest$2,
|
|
11587
|
+
strength: strength$2,
|
|
11588
|
+
challenge: challenge$2,
|
|
11589
|
+
idea: idea$2,
|
|
11590
|
+
people: people$2,
|
|
11591
|
+
tool: tool$2,
|
|
11592
|
+
dream: dream$2,
|
|
11593
|
+
person: person$2,
|
|
11594
|
+
more_detail_to: more_detail_to$2
|
|
11017
11595
|
};
|
|
11018
11596
|
|
|
11019
11597
|
var dashboard$3 = "Panel de Control";
|
|
@@ -11840,6 +12418,175 @@ var support_teacher_email$3 = "Correo electrónico de apoyo al profesor";
|
|
|
11840
12418
|
var assign$3 = "asignar";
|
|
11841
12419
|
var impersonate$3 = "Personificar";
|
|
11842
12420
|
var hi$3 = "Hola";
|
|
12421
|
+
var transition_plan$3 = "Plan de transición";
|
|
12422
|
+
var updated_on$3 = "Actualizado en";
|
|
12423
|
+
var print_my_learning_plan$3 = "Imprimir mi plan de aprendizaje";
|
|
12424
|
+
var print_my_transition_plan$3 = "Imprimir mi plan de transición";
|
|
12425
|
+
var about_me$3 = "Acerca de mí";
|
|
12426
|
+
var name_your_interest$3 = "Nombra tu interés";
|
|
12427
|
+
var add_more_detail_to_your_interest$3 = "Añade más detalles a tu interés.";
|
|
12428
|
+
var create_interest$3 = "Crear interés";
|
|
12429
|
+
var view_plp$3 = "Ver PLP";
|
|
12430
|
+
var my_current_plp$3 = "Ver PLP actual";
|
|
12431
|
+
var my_learning_strategies$3 = "Mis estrategias de aprendizaje";
|
|
12432
|
+
var add_new_interest$3 = "Agregar nuevo interés";
|
|
12433
|
+
var add_new_challenge$3 = "Agregar nuevo desafío";
|
|
12434
|
+
var add_new_strength$3 = "Agregar nueva fuerza";
|
|
12435
|
+
var add_new_idea$3 = "Agregar nueva idea";
|
|
12436
|
+
var add_new_people$3 = "Agregar nueva gente";
|
|
12437
|
+
var add_new_tool$3 = "Agregar nueva herramienta";
|
|
12438
|
+
var add_new_strategy$3 = "Agregar nueva estrategia";
|
|
12439
|
+
var add_new_dream$3 = "Agregar nuevo sueño";
|
|
12440
|
+
var my_support_network$3 = "Mi red de apoyo";
|
|
12441
|
+
var add_person$3 = "Agregar persona";
|
|
12442
|
+
var closer_family$3 = "Familia más cercana";
|
|
12443
|
+
var family$3 = "Familia";
|
|
12444
|
+
var best_friends$3 = "Mejores amigos";
|
|
12445
|
+
var mentors$3 = "Mentoras";
|
|
12446
|
+
var tutors$3 = "Tutoras";
|
|
12447
|
+
var my_timeline$3 = "Mi línea de tiempo";
|
|
12448
|
+
var add_milestone$3 = "Agregar hito";
|
|
12449
|
+
var add_test$3 = "Agregar prueba";
|
|
12450
|
+
var colleges$3 = "colegios";
|
|
12451
|
+
var add_colleges$3 = "Agregar universidades";
|
|
12452
|
+
var my_transition_plan$3 = "Mi plan de transición";
|
|
12453
|
+
var academic_milestones$3 = "Hitos académicos";
|
|
12454
|
+
var tests$3 = "Pruebas";
|
|
12455
|
+
var academic_and_career_interests$3 = "Intereses académicos y profesionales";
|
|
12456
|
+
var you_havent_added_any_interests_yet$3 = "Aún no has agregado ningún interés";
|
|
12457
|
+
var add_a_plan$3 = "Agregar un plan";
|
|
12458
|
+
var extra_curricular_activities$3 = "Actividades extracurriculares";
|
|
12459
|
+
var add_new_activity$3 = "Agregar nueva actividad";
|
|
12460
|
+
var courses$3 = "Cursos";
|
|
12461
|
+
var add_new_courses$3 = "Agregar nuevos cursos";
|
|
12462
|
+
var add_new_college$3 = "Agregar nueva universidad";
|
|
12463
|
+
var references$3 = "Referencias";
|
|
12464
|
+
var resources_for_my_future$3 = "Recursos para mi futuro";
|
|
12465
|
+
var add_new_resources$3 = "Agregar nuevos recursos";
|
|
12466
|
+
var my_essays$3 = "Mis ensayos";
|
|
12467
|
+
var add_essay$3 = "Agregar ensayo";
|
|
12468
|
+
var learning_portfolios$3 = "Portafolios de aprendizaje";
|
|
12469
|
+
var add_portfolio$3 = "Agregar cartera";
|
|
12470
|
+
var financial_planning$3 = "Planificacion Financiera";
|
|
12471
|
+
var add_new_plan$3 = "Agregar nuevo plan";
|
|
12472
|
+
var all_of_the_students_report_manageable_stress_levels$3 = "Todos los estudiantes reportan niveles de estrés manejables";
|
|
12473
|
+
var rows_per_page$3 = "Filas por página";
|
|
12474
|
+
var role_change$3 = "cambio de rol";
|
|
12475
|
+
var log_out$3 = "Cerrar sesión";
|
|
12476
|
+
var data_dashboard$3 = "Panel de datos";
|
|
12477
|
+
var deep_learning_tools$3 = "Herramientas de aprendizaje profundo";
|
|
12478
|
+
var teacher_perceived$3 = "Maestro percibido";
|
|
12479
|
+
var asked_for_help_when_needed$3 = "Pidió ayuda cuando fue necesario";
|
|
12480
|
+
var completed_classwork$3 = "Trabajo de clase completado";
|
|
12481
|
+
var prepared_for_class$3 = "Preparada para la clase";
|
|
12482
|
+
var missing_class_assignments$3 = "Tareas de clase faltantes";
|
|
12483
|
+
var missing_reflections$3 = "Reflexiones perdidas";
|
|
12484
|
+
var total_students_missing_late_assignments$3 = "Total de estudiantes faltantes/tareas retrasadas:";
|
|
12485
|
+
var time_of_day$3 = "Hora del día";
|
|
12486
|
+
var subject_class$3 = "clase de materia";
|
|
12487
|
+
var chart_type$3 = "Tipo de gráfico";
|
|
12488
|
+
var request_number$3 = "Número de solicitud";
|
|
12489
|
+
var request_from$3 = "Solicitud de";
|
|
12490
|
+
var customize_reflection$3 = "Personalizar reflejo";
|
|
12491
|
+
var one_to_one_question$3 = "Pregunta uno a uno";
|
|
12492
|
+
var class_reflection_question$3 = "Pregunta de reflexión en clase";
|
|
12493
|
+
var conference_question$3 = "Pregunta de la conferencia";
|
|
12494
|
+
var question_category$3 = "Categoría de pregunta";
|
|
12495
|
+
var template_survey$3 = "Plantilla de encuesta";
|
|
12496
|
+
var actions$3 = "Acciones";
|
|
12497
|
+
var create_template$3 = "Crear plantilla";
|
|
12498
|
+
var systems$3 = "Sistemas";
|
|
12499
|
+
var create_template_system$3 = "Crear sistema de plantillas";
|
|
12500
|
+
var total_of_templates$3 = "Total de plantillas";
|
|
12501
|
+
var skills$3 = "Habilidades";
|
|
12502
|
+
var subjects$3 = "Sujetas";
|
|
12503
|
+
var learning_support_categories$3 = "Categorías de apoyo al aprendizaje";
|
|
12504
|
+
var goal_examples$3 = "Ejemplos de objetivos";
|
|
12505
|
+
var student_badges$3 = "Insignias de estudiantes";
|
|
12506
|
+
var academic_year$3 = "Año académico";
|
|
12507
|
+
var blank_days$3 = "dias en blanco";
|
|
12508
|
+
var csv_import$3 = "Importación CSV";
|
|
12509
|
+
var band_scores$3 = "Partituras de banda";
|
|
12510
|
+
var license$3 = "Licencia";
|
|
12511
|
+
var switch_teacher$3 = "Cambiar de profesor";
|
|
12512
|
+
var question_scaffolding$3 = "Andamio de preguntas";
|
|
12513
|
+
var training$3 = "Capacitación";
|
|
12514
|
+
var sandbox_mode$3 = "Modo sandbox";
|
|
12515
|
+
var off$3 = "Oferta";
|
|
12516
|
+
var restore_sandbox_database$3 = "Restaurar la base de datos de Sandbox";
|
|
12517
|
+
var turn_on$3 = "Encender";
|
|
12518
|
+
var turn_off$3 = "Apagar";
|
|
12519
|
+
var restore$3 = "Restaurar";
|
|
12520
|
+
var category_name$3 = "Nombre de la categoría";
|
|
12521
|
+
var type_something_to_search_by_file_name$3 = "Escribe algo para buscar por nombre de archivo";
|
|
12522
|
+
var new_folder$3 = "Nueva carpeta";
|
|
12523
|
+
var upload$3 = "Subir";
|
|
12524
|
+
var send$3 = "Enviar";
|
|
12525
|
+
var total_of_academicyear$3 = "Total de años académicos";
|
|
12526
|
+
var import_class_reflection$3 = "Importar reflexión de clase";
|
|
12527
|
+
var import_users$3 = "Importar usuarias";
|
|
12528
|
+
var one_roster_setting$3 = "Configuración de OneRoster";
|
|
12529
|
+
var users$3 = "Usuarias";
|
|
12530
|
+
var one_roster_config$3 = "Configuración de OneRoster";
|
|
12531
|
+
var end_point_url$3 = "URL del punto final";
|
|
12532
|
+
var client_id$3 = "Identificación del cliente";
|
|
12533
|
+
var client_secret$3 = "Secreto del cliente";
|
|
12534
|
+
var import_one_roster$3 = "Importar una lista";
|
|
12535
|
+
var import_from_zip_file$3 = "Importar desde archivo Zip";
|
|
12536
|
+
var import_from_restful_api$3 = "Import from Restful api";
|
|
12537
|
+
var non_existent_users$3 = "Usuarios inexistentes";
|
|
12538
|
+
var type_something_to_search_users$3 = "Escribe algo para buscar usuarios";
|
|
12539
|
+
var information_roster_sourced_id_full_name_email$3 = "Lista de información (Identificación de origen / Nombre completo / Correo electrónico)";
|
|
12540
|
+
var anonymous_link$3 = "Enlace anónimo";
|
|
12541
|
+
var in_app_notifications$3 = "Notificaciones dentro de la aplicación";
|
|
12542
|
+
var turn_on_all_notifications$3 = "Activar todas las notificaciones";
|
|
12543
|
+
var notify_me_when$3 = "Notifícame cuando...";
|
|
12544
|
+
var a_student_schedules_a_1_1$3 = "Una estudiante programa un 1-1";
|
|
12545
|
+
var a_student_schedules_a_conference$3 = "Una estudiante programa una conferencia";
|
|
12546
|
+
var a_student_completes_a_conference_self_assessment_rubric$3 = "Un estudiante completa una rúbrica de autoevaluación de una conferencia.";
|
|
12547
|
+
var a_student_or_teacher_completes_a_class_reflection$3 = "Un estudiante o profesor completa una reflexión en clase.";
|
|
12548
|
+
var a_student_hasnt_logged_1_1_in_the_past_28_days$3 = "Una estudiante no se ha registrado 1-1 en los últimos 28 días.";
|
|
12549
|
+
var email_notifications$3 = "Notificaciónes de Correo Electrónico";
|
|
12550
|
+
var turn_on_all_emails$3 = "Activar todos los correos electrónicos";
|
|
12551
|
+
var a_student_responds_to_a_1_1_readiness_to_learn_with_no$3 = "Un estudiante responde a una pregunta de preparación para aprender 1-1 con “NO”";
|
|
12552
|
+
var a_student_reported_a_low_safety_score_on_a_check_in$3 = "Un estudiante informó una puntuación de seguridad baja en un check-in";
|
|
12553
|
+
var last_check__in$3 = "último check-in";
|
|
12554
|
+
var start_of_day$3 = "comienzo del dia";
|
|
12555
|
+
var mid_morning$3 = "Media mañana";
|
|
12556
|
+
var before_lunch$3 = "Antes del almuerzo";
|
|
12557
|
+
var mid_afternoon$3 = "Media tarde";
|
|
12558
|
+
var last_class_of_the_day$3 = "Última clase del día";
|
|
12559
|
+
var ridge_charts$3 = "Gráficos de crestas";
|
|
12560
|
+
var bar_charts$3 = "Gráfica de barras";
|
|
12561
|
+
var line_charts$3 = "Gráficos de líneas";
|
|
12562
|
+
var help$3 = "Ayuda";
|
|
12563
|
+
var sync_roster_users$3 = "Sincronizar usuarios de la lista";
|
|
12564
|
+
var export_to_csv$3 = "Exportar a CSV";
|
|
12565
|
+
var iep_template$3 = "Plantilla del PEI";
|
|
12566
|
+
var created_at$3 = "Creado En";
|
|
12567
|
+
var add_questions$3 = "Agregar preguntas";
|
|
12568
|
+
var type_something_and_press_enter_to_add_short_term_target_examples$3 = "Escriba algo y presione Entrar para agregar ejemplos de objetivos a corto plazo";
|
|
12569
|
+
var unmotivated$3 = "Desmotivada";
|
|
12570
|
+
var comfort$3 = "Comodidad";
|
|
12571
|
+
var stretch$3 = "Estirar";
|
|
12572
|
+
var strain$3 = "Cepa";
|
|
12573
|
+
var overwhelmed$2 = "ABRUMADA";
|
|
12574
|
+
var ratings_of_questions$3 = "Calificaciones de preguntas";
|
|
12575
|
+
var select_ratings_of_questions$3 = "Seleccionar calificaciones de preguntas";
|
|
12576
|
+
var select_responses_distribution$3 = "Seleccionar distribución de respuestas";
|
|
12577
|
+
var you_can_only_select_one_question_per_time$3 = "Sólo puedes seleccionar una pregunta por vez.";
|
|
12578
|
+
var number_of_answers$3 = "Sólo puedes seleccionar una pregunta por vez.";
|
|
12579
|
+
var my_interests$3 = "Mis intereses";
|
|
12580
|
+
var i_like_to_know_more_about$3 = "Me gustaría saber más sobre";
|
|
12581
|
+
var my_strengths$3 = "Mis fortalezas";
|
|
12582
|
+
var my_challenges$3 = "Mis desafíos";
|
|
12583
|
+
var i_can_help_myself_by$3 = "No puedo evitarlo";
|
|
12584
|
+
var my_teacher_can_help_me_by$3 = "Mi profesora (profesor) puede ayudarme por";
|
|
12585
|
+
var other_people_who_can_help_me_are$3 = "Otras personas que pueden ayudarme son";
|
|
12586
|
+
var tools_things_that_can_help_me_are$3 = "Herramientas/cosas que pueden ayudarme son";
|
|
12587
|
+
var my_goals$3 = "Mis metas";
|
|
12588
|
+
var my_goals_and_targets$3 = "Mis metas y objetivos";
|
|
12589
|
+
var my_hopes_and_dreams$3 = "mis esperanzas y sueños";
|
|
11843
12590
|
var lang_es = {
|
|
11844
12591
|
dashboard: dashboard$3,
|
|
11845
12592
|
user: user$3,
|
|
@@ -12677,7 +13424,194 @@ var lang_es = {
|
|
|
12677
13424
|
support_teacher_email: support_teacher_email$3,
|
|
12678
13425
|
assign: assign$3,
|
|
12679
13426
|
impersonate: impersonate$3,
|
|
12680
|
-
hi: hi$3
|
|
13427
|
+
hi: hi$3,
|
|
13428
|
+
transition_plan: transition_plan$3,
|
|
13429
|
+
updated_on: updated_on$3,
|
|
13430
|
+
print_my_learning_plan: print_my_learning_plan$3,
|
|
13431
|
+
print_my_transition_plan: print_my_transition_plan$3,
|
|
13432
|
+
about_me: about_me$3,
|
|
13433
|
+
name_your_interest: name_your_interest$3,
|
|
13434
|
+
add_more_detail_to_your_interest: add_more_detail_to_your_interest$3,
|
|
13435
|
+
create_interest: create_interest$3,
|
|
13436
|
+
"your_interest_has_been_successfully_created_!": "¡Tu interés ha sido creado exitosamente!",
|
|
13437
|
+
view_plp: view_plp$3,
|
|
13438
|
+
my_current_plp: my_current_plp$3,
|
|
13439
|
+
my_learning_strategies: my_learning_strategies$3,
|
|
13440
|
+
add_new_interest: add_new_interest$3,
|
|
13441
|
+
add_new_challenge: add_new_challenge$3,
|
|
13442
|
+
add_new_strength: add_new_strength$3,
|
|
13443
|
+
add_new_idea: add_new_idea$3,
|
|
13444
|
+
add_new_people: add_new_people$3,
|
|
13445
|
+
add_new_tool: add_new_tool$3,
|
|
13446
|
+
add_new_strategy: add_new_strategy$3,
|
|
13447
|
+
add_new_dream: add_new_dream$3,
|
|
13448
|
+
my_support_network: my_support_network$3,
|
|
13449
|
+
add_person: add_person$3,
|
|
13450
|
+
closer_family: closer_family$3,
|
|
13451
|
+
family: family$3,
|
|
13452
|
+
best_friends: best_friends$3,
|
|
13453
|
+
mentors: mentors$3,
|
|
13454
|
+
tutors: tutors$3,
|
|
13455
|
+
my_timeline: my_timeline$3,
|
|
13456
|
+
add_milestone: add_milestone$3,
|
|
13457
|
+
add_test: add_test$3,
|
|
13458
|
+
"you_haven't_added_any academic_milestones_yet": "Aún no has agregado ningún hito académico",
|
|
13459
|
+
"you_haven't_added_any_tests_yet": "Aún no has agregado ninguna prueba",
|
|
13460
|
+
colleges: colleges$3,
|
|
13461
|
+
"you_haven't_added_any_colleges_yet": "Aún no has agregado ninguna universidad",
|
|
13462
|
+
add_colleges: add_colleges$3,
|
|
13463
|
+
my_transition_plan: my_transition_plan$3,
|
|
13464
|
+
academic_milestones: academic_milestones$3,
|
|
13465
|
+
tests: tests$3,
|
|
13466
|
+
academic_and_career_interests: academic_and_career_interests$3,
|
|
13467
|
+
you_havent_added_any_interests_yet: you_havent_added_any_interests_yet$3,
|
|
13468
|
+
add_a_plan: add_a_plan$3,
|
|
13469
|
+
extra_curricular_activities: extra_curricular_activities$3,
|
|
13470
|
+
"you_haven't_added_any_activities_yet": "Aún no has agregado ninguna actividad",
|
|
13471
|
+
add_new_activity: add_new_activity$3,
|
|
13472
|
+
courses: courses$3,
|
|
13473
|
+
"you_haven't_added_any_courses_yet": "Aún no has agregado ningún curso",
|
|
13474
|
+
add_new_courses: add_new_courses$3,
|
|
13475
|
+
"standardized_tests_/_exams": "Pruebas/exámenes estandarizados",
|
|
13476
|
+
"potential_career_training_courese_/_colleges": "Posibles cursos/universidades de formación profesional",
|
|
13477
|
+
"you_haven't_added_any_courses_/_colleges_yet": "Aún no has agregado ningún curso/universidad",
|
|
13478
|
+
"add_new_courese_/_college": "Agregar nuevos cursos/universidad",
|
|
13479
|
+
add_new_college: add_new_college$3,
|
|
13480
|
+
"you_haven't_added_any_references_yet": "Aún no has añadido ninguna referencia.",
|
|
13481
|
+
references: references$3,
|
|
13482
|
+
resources_for_my_future: resources_for_my_future$3,
|
|
13483
|
+
"you_haven't_added_any_resources_yet": "Aún no has agregado ningún recurso",
|
|
13484
|
+
add_new_resources: add_new_resources$3,
|
|
13485
|
+
my_essays: my_essays$3,
|
|
13486
|
+
"you_haven't_added_any_essays_yet": "Aún no has agregado ningún ensayo.",
|
|
13487
|
+
add_essay: add_essay$3,
|
|
13488
|
+
learning_portfolios: learning_portfolios$3,
|
|
13489
|
+
"you_haven't_added_any_learning_portfolios_yet": "Aún no has agregado ningún portafolio de aprendizaje",
|
|
13490
|
+
add_portfolio: add_portfolio$3,
|
|
13491
|
+
financial_planning: financial_planning$3,
|
|
13492
|
+
"you_haven't_added_any_plans_yet": "Aún no has agregado ningún plan",
|
|
13493
|
+
add_new_plan: add_new_plan$3,
|
|
13494
|
+
"students_shaded_red_have_an_incomplete_check-_in": "Los estudiantes sombreados en rojo tienen un check-in incompleto",
|
|
13495
|
+
all_of_the_students_report_manageable_stress_levels: all_of_the_students_report_manageable_stress_levels$3,
|
|
13496
|
+
rows_per_page: rows_per_page$3,
|
|
13497
|
+
role_change: role_change$3,
|
|
13498
|
+
log_out: log_out$3,
|
|
13499
|
+
data_dashboard: data_dashboard$3,
|
|
13500
|
+
deep_learning_tools: deep_learning_tools$3,
|
|
13501
|
+
"#of_recipients": "# De Destinatarias",
|
|
13502
|
+
"#of_answers": "# de respuesta",
|
|
13503
|
+
teacher_perceived: teacher_perceived$3,
|
|
13504
|
+
asked_for_help_when_needed: asked_for_help_when_needed$3,
|
|
13505
|
+
completed_classwork: completed_classwork$3,
|
|
13506
|
+
prepared_for_class: prepared_for_class$3,
|
|
13507
|
+
missing_class_assignments: missing_class_assignments$3,
|
|
13508
|
+
missing_reflections: missing_reflections$3,
|
|
13509
|
+
total_students_missing_late_assignments: total_students_missing_late_assignments$3,
|
|
13510
|
+
time_of_day: time_of_day$3,
|
|
13511
|
+
subject_class: subject_class$3,
|
|
13512
|
+
chart_type: chart_type$3,
|
|
13513
|
+
request_number: request_number$3,
|
|
13514
|
+
request_from: request_from$3,
|
|
13515
|
+
customize_reflection: customize_reflection$3,
|
|
13516
|
+
one_to_one_question: one_to_one_question$3,
|
|
13517
|
+
class_reflection_question: class_reflection_question$3,
|
|
13518
|
+
conference_question: conference_question$3,
|
|
13519
|
+
question_category: question_category$3,
|
|
13520
|
+
template_survey: template_survey$3,
|
|
13521
|
+
actions: actions$3,
|
|
13522
|
+
create_template: create_template$3,
|
|
13523
|
+
systems: systems$3,
|
|
13524
|
+
create_template_system: create_template_system$3,
|
|
13525
|
+
total_of_templates: total_of_templates$3,
|
|
13526
|
+
skills: skills$3,
|
|
13527
|
+
subjects: subjects$3,
|
|
13528
|
+
learning_support_categories: learning_support_categories$3,
|
|
13529
|
+
goal_examples: goal_examples$3,
|
|
13530
|
+
student_badges: student_badges$3,
|
|
13531
|
+
academic_year: academic_year$3,
|
|
13532
|
+
blank_days: blank_days$3,
|
|
13533
|
+
csv_import: csv_import$3,
|
|
13534
|
+
band_scores: band_scores$3,
|
|
13535
|
+
license: license$3,
|
|
13536
|
+
switch_teacher: switch_teacher$3,
|
|
13537
|
+
question_scaffolding: question_scaffolding$3,
|
|
13538
|
+
training: training$3,
|
|
13539
|
+
sandbox_mode: sandbox_mode$3,
|
|
13540
|
+
off: off$3,
|
|
13541
|
+
restore_sandbox_database: restore_sandbox_database$3,
|
|
13542
|
+
turn_on: turn_on$3,
|
|
13543
|
+
turn_off: turn_off$3,
|
|
13544
|
+
restore: restore$3,
|
|
13545
|
+
category_name: category_name$3,
|
|
13546
|
+
type_something_to_search_by_file_name: type_something_to_search_by_file_name$3,
|
|
13547
|
+
new_folder: new_folder$3,
|
|
13548
|
+
upload: upload$3,
|
|
13549
|
+
send: send$3,
|
|
13550
|
+
total_of_academicyear: total_of_academicyear$3,
|
|
13551
|
+
import_class_reflection: import_class_reflection$3,
|
|
13552
|
+
import_users: import_users$3,
|
|
13553
|
+
one_roster_setting: one_roster_setting$3,
|
|
13554
|
+
users: users$3,
|
|
13555
|
+
one_roster_config: one_roster_config$3,
|
|
13556
|
+
end_point_url: end_point_url$3,
|
|
13557
|
+
client_id: client_id$3,
|
|
13558
|
+
client_secret: client_secret$3,
|
|
13559
|
+
import_one_roster: import_one_roster$3,
|
|
13560
|
+
import_from_zip_file: import_from_zip_file$3,
|
|
13561
|
+
import_from_restful_api: import_from_restful_api$3,
|
|
13562
|
+
non_existent_users: non_existent_users$3,
|
|
13563
|
+
type_something_to_search_users: type_something_to_search_users$3,
|
|
13564
|
+
information_roster_sourced_id_full_name_email: information_roster_sourced_id_full_name_email$3,
|
|
13565
|
+
anonymous_link: anonymous_link$3,
|
|
13566
|
+
in_app_notifications: in_app_notifications$3,
|
|
13567
|
+
turn_on_all_notifications: turn_on_all_notifications$3,
|
|
13568
|
+
notify_me_when: notify_me_when$3,
|
|
13569
|
+
a_student_schedules_a_1_1: a_student_schedules_a_1_1$3,
|
|
13570
|
+
a_student_schedules_a_conference: a_student_schedules_a_conference$3,
|
|
13571
|
+
a_student_completes_a_conference_self_assessment_rubric: a_student_completes_a_conference_self_assessment_rubric$3,
|
|
13572
|
+
a_student_or_teacher_completes_a_class_reflection: a_student_or_teacher_completes_a_class_reflection$3,
|
|
13573
|
+
a_student_hasnt_logged_1_1_in_the_past_28_days: a_student_hasnt_logged_1_1_in_the_past_28_days$3,
|
|
13574
|
+
email_notifications: email_notifications$3,
|
|
13575
|
+
turn_on_all_emails: turn_on_all_emails$3,
|
|
13576
|
+
a_student_responds_to_a_1_1_readiness_to_learn_with_no: a_student_responds_to_a_1_1_readiness_to_learn_with_no$3,
|
|
13577
|
+
a_student_reported_a_low_safety_score_on_a_check_in: a_student_reported_a_low_safety_score_on_a_check_in$3,
|
|
13578
|
+
last_check__in: last_check__in$3,
|
|
13579
|
+
start_of_day: start_of_day$3,
|
|
13580
|
+
mid_morning: mid_morning$3,
|
|
13581
|
+
before_lunch: before_lunch$3,
|
|
13582
|
+
mid_afternoon: mid_afternoon$3,
|
|
13583
|
+
last_class_of_the_day: last_class_of_the_day$3,
|
|
13584
|
+
ridge_charts: ridge_charts$3,
|
|
13585
|
+
bar_charts: bar_charts$3,
|
|
13586
|
+
line_charts: line_charts$3,
|
|
13587
|
+
help: help$3,
|
|
13588
|
+
sync_roster_users: sync_roster_users$3,
|
|
13589
|
+
export_to_csv: export_to_csv$3,
|
|
13590
|
+
iep_template: iep_template$3,
|
|
13591
|
+
created_at: created_at$3,
|
|
13592
|
+
add_questions: add_questions$3,
|
|
13593
|
+
type_something_and_press_enter_to_add_short_term_target_examples: type_something_and_press_enter_to_add_short_term_target_examples$3,
|
|
13594
|
+
unmotivated: unmotivated$3,
|
|
13595
|
+
comfort: comfort$3,
|
|
13596
|
+
stretch: stretch$3,
|
|
13597
|
+
strain: strain$3,
|
|
13598
|
+
overwhelmed: overwhelmed$2,
|
|
13599
|
+
ratings_of_questions: ratings_of_questions$3,
|
|
13600
|
+
select_ratings_of_questions: select_ratings_of_questions$3,
|
|
13601
|
+
select_responses_distribution: select_responses_distribution$3,
|
|
13602
|
+
you_can_only_select_one_question_per_time: you_can_only_select_one_question_per_time$3,
|
|
13603
|
+
number_of_answers: number_of_answers$3,
|
|
13604
|
+
my_interests: my_interests$3,
|
|
13605
|
+
i_like_to_know_more_about: i_like_to_know_more_about$3,
|
|
13606
|
+
my_strengths: my_strengths$3,
|
|
13607
|
+
my_challenges: my_challenges$3,
|
|
13608
|
+
i_can_help_myself_by: i_can_help_myself_by$3,
|
|
13609
|
+
my_teacher_can_help_me_by: my_teacher_can_help_me_by$3,
|
|
13610
|
+
other_people_who_can_help_me_are: other_people_who_can_help_me_are$3,
|
|
13611
|
+
tools_things_that_can_help_me_are: tools_things_that_can_help_me_are$3,
|
|
13612
|
+
my_goals: my_goals$3,
|
|
13613
|
+
my_goals_and_targets: my_goals_and_targets$3,
|
|
13614
|
+
my_hopes_and_dreams: my_hopes_and_dreams$3
|
|
12681
13615
|
};
|
|
12682
13616
|
|
|
12683
13617
|
var dashboard$4 = "仪表板";
|
|
@@ -12812,7 +13746,7 @@ var edit_semester$4 = "编辑学期";
|
|
|
12812
13746
|
var create_semester$4 = "创建学期";
|
|
12813
13747
|
var update_school_break_month$4 = "更新学校假期月份";
|
|
12814
13748
|
var total_of_semesters$4 = "学期总数";
|
|
12815
|
-
var total_of_academicyear$
|
|
13749
|
+
var total_of_academicyear$4 = "学年总数";
|
|
12816
13750
|
var semester$4 = "学期";
|
|
12817
13751
|
var breaking_month$4 = "中断月份";
|
|
12818
13752
|
var change_breaking_month$4 = "更改中断月份";
|
|
@@ -13361,7 +14295,7 @@ var date_created$4 = "创建日期";
|
|
|
13361
14295
|
var cut_off_time$4 = "截止时间";
|
|
13362
14296
|
var created_by$4 = "创建者";
|
|
13363
14297
|
var responses_distribution$4 = "回复分布";
|
|
13364
|
-
var ratings_of_questions$
|
|
14298
|
+
var ratings_of_questions$4 = "问题评分";
|
|
13365
14299
|
var show_results_for$4 = "显示结果";
|
|
13366
14300
|
var view_list_of_students$4 = "查看学生列表";
|
|
13367
14301
|
var view_list_of_responses$4 = "查看回复列表";
|
|
@@ -13388,7 +14322,7 @@ var create_new_survey$4 = "创建新调查";
|
|
|
13388
14322
|
var go_to_individual_survey_responses$4 = "转到个人调查回复";
|
|
13389
14323
|
var you_can_only_select_number_kpis_at_a_time$4 = "您一次只能选择 {{number}} 个 KPI";
|
|
13390
14324
|
var you_can_only_select_number_kpis_at_a_time_To_select_a_new_one_please_switch_off_one_of_the_previous_ones$2 = "您一次只能选择 {{number}} 个 KPI。若要选择新 KPI,请关闭之前的 KPI。";
|
|
13391
|
-
var last_check__in$
|
|
14325
|
+
var last_check__in$4 = "上次签到";
|
|
13392
14326
|
var how_many_times_a_strategy_has_been_chosen$4 = "选择了多少次策略";
|
|
13393
14327
|
var these_metrics_come_from_students_check_ins_filter_above_to_change_the_data_set$4 = "这些指标来自学生签到。过滤以上内容以更改数据集";
|
|
13394
14328
|
var not_yet_started$4 = "尚未开始";
|
|
@@ -13415,41 +14349,41 @@ var manageable_levels_of_stress_allowing_me_to_perform_at_my_best$4 = "可控的
|
|
|
13415
14349
|
var still_in_control_but_starting_to_feel_the_pressure$4 = "仍在控制之中,但开始感到压力。";
|
|
13416
14350
|
var too_much_pressure_and_really_struggling_to_manage_my_workload$4 = "压力过大,真的很难管理我的工作量。";
|
|
13417
14351
|
var import_emails_by_csv$3 = "通过 csv 导入电子邮件";
|
|
13418
|
-
var request_number$
|
|
14352
|
+
var request_number$4 = "请求编号";
|
|
13419
14353
|
var select_or_input_class_type$3 = "选择或输入班级类型";
|
|
13420
14354
|
var send_request$3 = "发送请求";
|
|
13421
14355
|
var start_reflection$3 = "开始反思";
|
|
13422
|
-
var customize_reflection$
|
|
14356
|
+
var customize_reflection$4 = "自定义反思";
|
|
13423
14357
|
var include_section_you_want_to_appear$3 = "包括您想要显示的部分";
|
|
13424
|
-
var time_of_day$
|
|
14358
|
+
var time_of_day$4 = "一天中的时间";
|
|
13425
14359
|
var one_roster$3 = "OneRoster";
|
|
13426
14360
|
var sandbox$3 = "沙盒";
|
|
13427
14361
|
var well_being$3 = "幸福感";
|
|
13428
14362
|
var self_efficacy$3 = "自我效能";
|
|
13429
|
-
var information_roster_sourced_id_full_name_email$
|
|
13430
|
-
var sync_roster_users$
|
|
13431
|
-
var export_to_csv$
|
|
14363
|
+
var information_roster_sourced_id_full_name_email$4 = "信息名册(来源 ID/全名/电子邮件)";
|
|
14364
|
+
var sync_roster_users$4 = "同步名册用户";
|
|
14365
|
+
var export_to_csv$4 = "导出到 CSV";
|
|
13432
14366
|
var user_list$4 = "用户列表";
|
|
13433
14367
|
var assign_student$4 = "分配学生";
|
|
13434
|
-
var one_to_one_question$
|
|
13435
|
-
var class_reflection_question$
|
|
13436
|
-
var conference_question$
|
|
13437
|
-
var actions$
|
|
14368
|
+
var one_to_one_question$4 = "一对一问题";
|
|
14369
|
+
var class_reflection_question$4 = "班级反思问题";
|
|
14370
|
+
var conference_question$4 = "会议问题";
|
|
14371
|
+
var actions$4 = "行动";
|
|
13438
14372
|
var order$3 = "顺序";
|
|
13439
14373
|
var user_for$3 = "用户";
|
|
13440
|
-
var question_category$
|
|
13441
|
-
var template_survey$
|
|
14374
|
+
var question_category$4 = "问题类别";
|
|
14375
|
+
var template_survey$4 = "模板调查";
|
|
13442
14376
|
var is_intervention$2 = "是否干预";
|
|
13443
|
-
var create_template$
|
|
14377
|
+
var create_template$4 = "创建模板";
|
|
13444
14378
|
var number_of_question$3 = "问题数量";
|
|
13445
14379
|
var mandatory$4 = "必填";
|
|
13446
14380
|
var no_question_to_display$3 = "没有要显示的问题";
|
|
13447
14381
|
var privacy_policy$3 = "隐私政策";
|
|
13448
14382
|
var profile$3 = "个人资料";
|
|
13449
|
-
var role_change$
|
|
13450
|
-
var log_out$
|
|
13451
|
-
var data_dashboard$
|
|
13452
|
-
var deep_learning_tools$
|
|
14383
|
+
var role_change$4 = "角色更改";
|
|
14384
|
+
var log_out$4 = "注销";
|
|
14385
|
+
var data_dashboard$4 = "数据仪表板";
|
|
14386
|
+
var deep_learning_tools$4 = "深度学习工具";
|
|
13453
14387
|
var my_profile$3 = "我的个人资料";
|
|
13454
14388
|
var phone$3 = "电话";
|
|
13455
14389
|
var calendar_id$3 = "日历 ID";
|
|
@@ -13464,19 +14398,19 @@ var health_notes$3 = "健康说明";
|
|
|
13464
14398
|
var students_parent_information$3 = "学生家长信息";
|
|
13465
14399
|
var parent_1$3 = "家长 1";
|
|
13466
14400
|
var parent_2$3 = "家长 2";
|
|
13467
|
-
var in_app_notifications$
|
|
13468
|
-
var turn_on_all_notifications$
|
|
13469
|
-
var notify_me_when$
|
|
13470
|
-
var a_student_schedules_a_1_1$
|
|
13471
|
-
var a_student_schedules_a_conference$
|
|
13472
|
-
var a_student_completes_a_conference_self_assessment_rubric$
|
|
13473
|
-
var a_student_or_teacher_completes_a_class_reflection$
|
|
14401
|
+
var in_app_notifications$4 = "应用内通知";
|
|
14402
|
+
var turn_on_all_notifications$4 = "打开所有通知";
|
|
14403
|
+
var notify_me_when$4 = "当...时通知我";
|
|
14404
|
+
var a_student_schedules_a_1_1$4 = "学生安排 1-1";
|
|
14405
|
+
var a_student_schedules_a_conference$4 = "学生安排讨论会";
|
|
14406
|
+
var a_student_completes_a_conference_self_assessment_rubric$4 = "学生完成会议自我评估标准";
|
|
14407
|
+
var a_student_or_teacher_completes_a_class_reflection$4 = "学生或教师完成课堂反思";
|
|
13474
14408
|
var action_points_are_due_based_on_chosen_schedule$3 = "根据所选时间表到期行动点";
|
|
13475
|
-
var a_student_hasnt_logged_1_1_in_the_past_28_days$
|
|
13476
|
-
var email_notifications$
|
|
13477
|
-
var turn_on_all_emails$
|
|
13478
|
-
var a_student_responds_to_a_1_1_readiness_to_learn_with_no$
|
|
13479
|
-
var a_student_reported_a_low_safety_score_on_a_check_in$
|
|
14409
|
+
var a_student_hasnt_logged_1_1_in_the_past_28_days$4 = "学生在过去 28 天内未记录 1-1。";
|
|
14410
|
+
var email_notifications$4 = "电子邮件通知";
|
|
14411
|
+
var turn_on_all_emails$4 = "打开所有电子邮件";
|
|
14412
|
+
var a_student_responds_to_a_1_1_readiness_to_learn_with_no$4 = "学生对 1-1 学习准备度的回复为“否”";
|
|
14413
|
+
var a_student_reported_a_low_safety_score_on_a_check_in$4 = "学生在签到时报告安全分数低";
|
|
13480
14414
|
var continue_as$3 = "继续担任:";
|
|
13481
14415
|
var admin$3 = "管理员";
|
|
13482
14416
|
var counselor$3 = "辅导员";
|
|
@@ -13486,17 +14420,17 @@ var add_parent_1_information$3 = "添加家长 1 信息";
|
|
|
13486
14420
|
var add_parent_2_information$3 = "添加家长 2 信息";
|
|
13487
14421
|
var parent_role$3 = "家长角色";
|
|
13488
14422
|
var all_activity$3 = "所有活动";
|
|
13489
|
-
var academic_year$
|
|
13490
|
-
var all_of_the_students_report_manageable_stress_levels$
|
|
14423
|
+
var academic_year$4 = "学年";
|
|
14424
|
+
var all_of_the_students_report_manageable_stress_levels$4 = "所有学生报告压力水平可控";
|
|
13491
14425
|
var growth$3 = "成长";
|
|
13492
14426
|
var relationships$3 = "关系";
|
|
13493
14427
|
var productivity$3 = "效率";
|
|
13494
14428
|
var academics$3 = "学术";
|
|
13495
14429
|
var percent$3 = "百分比";
|
|
13496
|
-
var unmotivated$
|
|
13497
|
-
var comfort$
|
|
13498
|
-
var stretch$
|
|
13499
|
-
var strain$
|
|
14430
|
+
var unmotivated$4 = "无动力";
|
|
14431
|
+
var comfort$4 = "舒适";
|
|
14432
|
+
var stretch$4 = "伸展";
|
|
14433
|
+
var strain$4 = "紧张";
|
|
13500
14434
|
var overwhelmed_overwhelmed$1 = "不知所措";
|
|
13501
14435
|
var edit_student_profile$3 = "编辑学生资料";
|
|
13502
14436
|
var teacher$3 = "老师";
|
|
@@ -13514,7 +14448,7 @@ var search_assistant$3 = "搜索助手";
|
|
|
13514
14448
|
var baseline$3 = "基线";
|
|
13515
14449
|
var timeframe$3 = "时间范围";
|
|
13516
14450
|
var friends$3 = "朋友";
|
|
13517
|
-
var best_friends$
|
|
14451
|
+
var best_friends$4 = "最好的朋友";
|
|
13518
14452
|
var supportive$3 = "支持";
|
|
13519
14453
|
var potential_friends$3 = "潜在朋友";
|
|
13520
14454
|
var like$3 = "喜欢";
|
|
@@ -13563,17 +14497,17 @@ var sdq_strengths_and_difficulties_questionnaire_supplemental$3 = "sdq(优势
|
|
|
13563
14497
|
var close$3 = "关闭";
|
|
13564
14498
|
var student_responses$3 = "学生回答";
|
|
13565
14499
|
var anonymous_responses$3 = "匿名回答";
|
|
13566
|
-
var teacher_perceived$
|
|
13567
|
-
var prepared_for_class$
|
|
13568
|
-
var missing_class_assignments$
|
|
13569
|
-
var completed_classwork$
|
|
13570
|
-
var asked_for_help_when_needed$
|
|
14500
|
+
var teacher_perceived$4 = "教师感知";
|
|
14501
|
+
var prepared_for_class$4 = "为上课做好准备";
|
|
14502
|
+
var missing_class_assignments$4 = "缺少课堂作业";
|
|
14503
|
+
var completed_classwork$4 = "完成课堂作业";
|
|
14504
|
+
var asked_for_help_when_needed$4 = "需要时寻求帮助";
|
|
13571
14505
|
var clear$3 = "清除";
|
|
13572
|
-
var missing_reflections$
|
|
13573
|
-
var total_students_missing_late_assignments$
|
|
13574
|
-
var subject_class$
|
|
13575
|
-
var chart_type$
|
|
13576
|
-
var request_from$
|
|
14506
|
+
var missing_reflections$4 = "缺少反思";
|
|
14507
|
+
var total_students_missing_late_assignments$4 = "缺少/迟交作业的学生总数";
|
|
14508
|
+
var subject_class$4 = "科目班级";
|
|
14509
|
+
var chart_type$4 = "图表类型";
|
|
14510
|
+
var request_from$4 = "请求来自";
|
|
13577
14511
|
var are_you_sure_you_want_to_delete_this_item$3 = "您确定要删除此项目吗?";
|
|
13578
14512
|
var yes_delete$3 = "是,删除";
|
|
13579
14513
|
var completed_conference$3 = "已完成讨论会";
|
|
@@ -13587,7 +14521,7 @@ var what_do_you_want_to_do_differently$3 = "您想做些什么不同的事情?
|
|
|
13587
14521
|
var to_do$3 = "待办事项";
|
|
13588
14522
|
var my_class_reflections$3 = "我的课堂反思";
|
|
13589
14523
|
var send_reflection$3 = "发送反思";
|
|
13590
|
-
var iep_template$
|
|
14524
|
+
var iep_template$4 = "IEP 模板";
|
|
13591
14525
|
var type_2_characters_to_search$3 = "输入 2 个字符进行搜索";
|
|
13592
14526
|
var create_time$2 = "创建时间";
|
|
13593
14527
|
var do_you_want_to_remove_this_user$3 = "您想删除此用户吗?";
|
|
@@ -13600,9 +14534,9 @@ var do_you_want_to_remove_this_question$3 = "您想删除这个问题吗?";
|
|
|
13600
14534
|
var select$3 = "选择";
|
|
13601
14535
|
var do_you_want_to_remove_this_category$3 = "您想删除此类别吗?";
|
|
13602
14536
|
var total_of_category$3 = "类别总数";
|
|
13603
|
-
var total_of_templates$
|
|
14537
|
+
var total_of_templates$4 = "模板总数";
|
|
13604
14538
|
var template_name$3 = "模板名称";
|
|
13605
|
-
var category_name$
|
|
14539
|
+
var category_name$4 = "类别名称";
|
|
13606
14540
|
var created_date$3 = "创建日期";
|
|
13607
14541
|
var do_you_want_to_remove_this_email_template$3 = "是否要删除此电子邮件模板?";
|
|
13608
14542
|
var create_email_template$3 = "创建电子邮件模板";
|
|
@@ -13612,53 +14546,53 @@ var mail_params$3 = "邮件参数";
|
|
|
13612
14546
|
var params$3 = "参数";
|
|
13613
14547
|
var meaning$3 = "含义";
|
|
13614
14548
|
var add_attachment$3 = "添加附件";
|
|
13615
|
-
var skills$
|
|
13616
|
-
var subjects$
|
|
13617
|
-
var learning_support_categories$
|
|
13618
|
-
var goal_examples$
|
|
13619
|
-
var student_badges$
|
|
13620
|
-
var blank_days$
|
|
13621
|
-
var csv_import$
|
|
13622
|
-
var band_scores$
|
|
13623
|
-
var license$
|
|
13624
|
-
var switch_teacher$
|
|
13625
|
-
var question_scaffolding$
|
|
13626
|
-
var training$
|
|
13627
|
-
var type_something_and_press_enter_to_add_short_term_target_examples$
|
|
13628
|
-
var import_users$
|
|
13629
|
-
var import_class_reflection$
|
|
14549
|
+
var skills$4 = "技能";
|
|
14550
|
+
var subjects$4 = "主题";
|
|
14551
|
+
var learning_support_categories$4 = "学习支持类别";
|
|
14552
|
+
var goal_examples$4 = "目标示例";
|
|
14553
|
+
var student_badges$4 = "学生徽章";
|
|
14554
|
+
var blank_days$4 = "空白天数";
|
|
14555
|
+
var csv_import$4 = "CSV 导入";
|
|
14556
|
+
var band_scores$4 = "分数段";
|
|
14557
|
+
var license$4 = "许可证";
|
|
14558
|
+
var switch_teacher$4 = "切换教师";
|
|
14559
|
+
var question_scaffolding$4 = "问题支架";
|
|
14560
|
+
var training$4 = "培训";
|
|
14561
|
+
var type_something_and_press_enter_to_add_short_term_target_examples$4 = "输入内容并按 Enter 键添加短期目标示例";
|
|
14562
|
+
var import_users$4 = "导入用户";
|
|
14563
|
+
var import_class_reflection$4 = "导入课堂反思";
|
|
13630
14564
|
var download_users_data$3 = "下载用户数据";
|
|
13631
14565
|
var do_you_want_to_remove_this_assistant$3 = "是否要删除此助理?";
|
|
13632
14566
|
var do_you_want_to_remove_this_counselor$3 = "是否要删除此辅导员?";
|
|
13633
14567
|
var do_you_want_to_remove_this_support_teacher$3 = "是否要删除此支持教师?";
|
|
13634
|
-
var send$
|
|
14568
|
+
var send$4 = "发送";
|
|
13635
14569
|
var do_you_want_to_remove_this_designation$3 = "是否要删除此职位?";
|
|
13636
|
-
var new_folder$
|
|
13637
|
-
var upload$
|
|
13638
|
-
var type_something_to_search_by_file_name$
|
|
13639
|
-
var systems$
|
|
13640
|
-
var create_template_system$
|
|
13641
|
-
var created_at$
|
|
14570
|
+
var new_folder$4 = "新文件夹";
|
|
14571
|
+
var upload$4 = "上传";
|
|
14572
|
+
var type_something_to_search_by_file_name$4 = "输入要按文件名搜索的内容";
|
|
14573
|
+
var systems$4 = "系统";
|
|
14574
|
+
var create_template_system$4 = "创建模板系统";
|
|
14575
|
+
var created_at$4 = "创建时间";
|
|
13642
14576
|
var do_you_want_to_remove_this_template$3 = "是否要删除此模板?";
|
|
13643
|
-
var one_roster_setting$
|
|
13644
|
-
var users$
|
|
13645
|
-
var one_roster_config$
|
|
13646
|
-
var end_point_url$
|
|
13647
|
-
var client_id$
|
|
13648
|
-
var client_secret$
|
|
13649
|
-
var import_one_roster$
|
|
13650
|
-
var import_from_zip_file$
|
|
13651
|
-
var import_from_restful_api$
|
|
13652
|
-
var non_existent_users$
|
|
13653
|
-
var type_something_to_search_users$
|
|
14577
|
+
var one_roster_setting$4 = "OneRoster 设置";
|
|
14578
|
+
var users$4 = "用户";
|
|
14579
|
+
var one_roster_config$4 = "OneRoster 配置";
|
|
14580
|
+
var end_point_url$4 = "端点 URL";
|
|
14581
|
+
var client_id$4 = "客户端 ID";
|
|
14582
|
+
var client_secret$4 = "客户端密钥";
|
|
14583
|
+
var import_one_roster$4 = "导入 OneRoster";
|
|
14584
|
+
var import_from_zip_file$4 = "从 Zip 文件导入";
|
|
14585
|
+
var import_from_restful_api$4 = "从 Restful api 导入";
|
|
14586
|
+
var non_existent_users$4 = "不存在的用户";
|
|
14587
|
+
var type_something_to_search_users$4 = "输入内容以搜索用户";
|
|
13654
14588
|
var create_account_for_selected_users$3 = "为选定用户创建帐户";
|
|
13655
|
-
var help$
|
|
13656
|
-
var sandbox_mode$
|
|
13657
|
-
var off$
|
|
13658
|
-
var restore_sandbox_database$
|
|
13659
|
-
var turn_on$
|
|
13660
|
-
var turn_off$
|
|
13661
|
-
var restore$
|
|
14589
|
+
var help$4 = "帮助";
|
|
14590
|
+
var sandbox_mode$4 = "沙盒模式";
|
|
14591
|
+
var off$4 = "关闭";
|
|
14592
|
+
var restore_sandbox_database$4 = "恢复沙盒数据库";
|
|
14593
|
+
var turn_on$4 = "打开";
|
|
14594
|
+
var turn_off$4 = "关闭";
|
|
14595
|
+
var restore$4 = "恢复";
|
|
13662
14596
|
var edit_profile$3 = "编辑个人资料";
|
|
13663
14597
|
var on_track_going_well$3 = "按计划进行,进展顺利";
|
|
13664
14598
|
var guide$3 = "指南";
|
|
@@ -13716,14 +14650,14 @@ var what_are_you_doing_well_that_you_want_to_continue$3 = "您目前做得好并
|
|
|
13716
14650
|
var what_is_something_you_have_learned_while_working_towards_achieving_your_goals$3 = "在努力实现目标的过程中,您学到了什么?";
|
|
13717
14651
|
var english_language_or_literature$3 = "英语语言或文学";
|
|
13718
14652
|
var language_class$3 = "语言课";
|
|
13719
|
-
var ridge_charts$
|
|
13720
|
-
var bar_charts$
|
|
13721
|
-
var line_charts$
|
|
13722
|
-
var start_of_day$
|
|
13723
|
-
var mid_morning$
|
|
13724
|
-
var before_lunch$
|
|
13725
|
-
var mid_afternoon$
|
|
13726
|
-
var last_class_of_the_day$
|
|
14653
|
+
var ridge_charts$4 = "山脊图";
|
|
14654
|
+
var bar_charts$4 = "条形图";
|
|
14655
|
+
var line_charts$4 = "折线图";
|
|
14656
|
+
var start_of_day$4 = "一天的开始";
|
|
14657
|
+
var mid_morning$4 = "上午中段";
|
|
14658
|
+
var before_lunch$4 = "午餐前";
|
|
14659
|
+
var mid_afternoon$4 = "下午中段";
|
|
14660
|
+
var last_class_of_the_day$4 = "当天最后一节课";
|
|
13727
14661
|
var student_only$3 = "仅限学生";
|
|
13728
14662
|
var teacher_only$3 = "仅限教师";
|
|
13729
14663
|
var did_the_student_have_all_needed_materials_for_this_class$3 = "学生是否已拥有这门课程所需的所有材料?";
|
|
@@ -14291,7 +15225,7 @@ var counselor_email$4 = "辅导员电子邮件";
|
|
|
14291
15225
|
var support_teacher_email$4 = "支持教师电子邮件";
|
|
14292
15226
|
var add_new_answer$3 = "添加新答案";
|
|
14293
15227
|
var edit_template$3 = "编辑模板";
|
|
14294
|
-
var add_questions$
|
|
15228
|
+
var add_questions$4 = "添加问题";
|
|
14295
15229
|
var edit_email_template$3 = "编辑电子邮件模板";
|
|
14296
15230
|
var contact_mail$3 = "联系邮件";
|
|
14297
15231
|
var announcements$3 = "公告";
|
|
@@ -14503,6 +15437,94 @@ var grade_usage$4 = "牌号用途";
|
|
|
14503
15437
|
var total_conversations$4 = "总对话数";
|
|
14504
15438
|
var impersonate$4 = "模仿";
|
|
14505
15439
|
var hi$4 = "你好";
|
|
15440
|
+
var transition_plan$4 = "过渡计划";
|
|
15441
|
+
var updated_on$4 = "更新于";
|
|
15442
|
+
var print_my_learning_plan$4 = "打印我的学习计划";
|
|
15443
|
+
var print_my_transition_plan$4 = "打印我的过渡计划";
|
|
15444
|
+
var about_me$4 = "关于我";
|
|
15445
|
+
var name_your_interest$4 = "说出你的兴趣";
|
|
15446
|
+
var add_more_detail_to_your_interest$4 = "添加更多您感兴趣的细节";
|
|
15447
|
+
var create_interest$4 = "引起兴趣";
|
|
15448
|
+
var view_plp$4 = "查看 PLP";
|
|
15449
|
+
var my_current_plp$4 = "查看当前 PLP";
|
|
15450
|
+
var my_learning_strategies$4 = "我的学习策略";
|
|
15451
|
+
var add_new_interest$4 = "添加新兴趣";
|
|
15452
|
+
var add_new_challenge$4 = "添加新挑战";
|
|
15453
|
+
var add_new_strength$4 = "增添新力量";
|
|
15454
|
+
var add_new_idea$4 = "添加新想法";
|
|
15455
|
+
var add_new_people$4 = "添加新成员";
|
|
15456
|
+
var add_new_tool$4 = "添加新工具";
|
|
15457
|
+
var add_new_strategy$4 = "添加新策略";
|
|
15458
|
+
var add_new_dream$4 = "添加新梦想";
|
|
15459
|
+
var my_support_network$4 = "我的支持网络";
|
|
15460
|
+
var add_person$4 = "添加人员";
|
|
15461
|
+
var closer_family$4 = "更亲密的家庭";
|
|
15462
|
+
var family$4 = "家庭";
|
|
15463
|
+
var mentors$4 = "导师";
|
|
15464
|
+
var tutors$4 = "导师";
|
|
15465
|
+
var my_timeline$4 = "我的时间线";
|
|
15466
|
+
var add_milestone$4 = "添加里程碑";
|
|
15467
|
+
var add_test$4 = "添加测试";
|
|
15468
|
+
var colleges$4 = "学院";
|
|
15469
|
+
var add_colleges$4 = "添加学院";
|
|
15470
|
+
var my_transition_plan$4 = "我的转型计划";
|
|
15471
|
+
var academic_milestones$4 = "学术里程碑";
|
|
15472
|
+
var tests$4 = "测试";
|
|
15473
|
+
var academic_and_career_interests$4 = "学术和职业兴趣";
|
|
15474
|
+
var you_havent_added_any_interests_yet$4 = "您尚未添加任何兴趣";
|
|
15475
|
+
var add_a_plan$4 = "添加计划";
|
|
15476
|
+
var extra_curricular_activities$4 = "课外活动";
|
|
15477
|
+
var add_new_activity$4 = "新增活動";
|
|
15478
|
+
var courses$4 = "培訓班";
|
|
15479
|
+
var add_new_courses$4 = "新增課程";
|
|
15480
|
+
var add_new_college$4 = "新增學院";
|
|
15481
|
+
var references$4 = "參考";
|
|
15482
|
+
var resources_for_my_future$4 = "我未來的資源";
|
|
15483
|
+
var add_new_resources$4 = "新增資源";
|
|
15484
|
+
var my_essays$4 = "我的散文";
|
|
15485
|
+
var add_essay$4 = "添加論文";
|
|
15486
|
+
var learning_portfolios$4 = "學習檔案";
|
|
15487
|
+
var add_portfolio$4 = "新增投資組合";
|
|
15488
|
+
var financial_planning$4 = "金融計劃";
|
|
15489
|
+
var add_new_plan$4 = "新增計劃";
|
|
15490
|
+
var rows_per_page$4 = "每頁行數";
|
|
15491
|
+
var anonymous_link$4 = "匿名連結";
|
|
15492
|
+
var select_ratings_of_questions$4 = "選擇問題的評級";
|
|
15493
|
+
var select_responses_distribution$4 = "選擇響應分佈";
|
|
15494
|
+
var you_can_only_select_one_question_per_time$4 = "一次只能選擇一個問題";
|
|
15495
|
+
var number_of_answers$4 = "一次只能選擇一個問題";
|
|
15496
|
+
var my_interests$4 = "我的興趣";
|
|
15497
|
+
var i_like_to_know_more_about$4 = "我想了解更多";
|
|
15498
|
+
var my_strengths$4 = "我的優勢";
|
|
15499
|
+
var my_challenges$4 = "我的挑戰";
|
|
15500
|
+
var i_can_help_myself_by$4 = "我無法幫助自己";
|
|
15501
|
+
var my_teacher_can_help_me_by$4 = "我的老師可以幫助我";
|
|
15502
|
+
var other_people_who_can_help_me_are$4 = "其他可以幫助我的人有";
|
|
15503
|
+
var tools_things_that_can_help_me_are$4 = "可以幫助我的工具/東西是";
|
|
15504
|
+
var my_goals$4 = "我的目標";
|
|
15505
|
+
var my_goals_and_targets$4 = "我的目標和目標";
|
|
15506
|
+
var my_hopes_and_dreams$4 = "我的希望和夢想";
|
|
15507
|
+
var missing_grade$3 = "缺少等級";
|
|
15508
|
+
var grade_must_be_equal_or_greater_than_grade_level_1$3 = "成績必須等於或高於年級 1";
|
|
15509
|
+
var you_havent_added_any_challenges_yet$3 = "您還沒有添加任何挑戰";
|
|
15510
|
+
var you_havent_added_any_strengths_yet$3 = "您還沒有添加任何優勢";
|
|
15511
|
+
var you_havent_added_any_idea_yet$3 = "您還沒有添加任何想法";
|
|
15512
|
+
var you_havent_added_any_people_yet$3 = "您還沒有添加任何人";
|
|
15513
|
+
var you_havent_added_any_tools_yet$3 = "您還沒有新增任何工具";
|
|
15514
|
+
var you_havent_added_any_strategies_yet$3 = "您還沒有新增任何策略";
|
|
15515
|
+
var you_havent_added_any_goals_and_targets_yet$3 = "您還沒有新增任何目標";
|
|
15516
|
+
var you_havent_added_any_hopes_and_dreams_yet$3 = "你還沒有添加任何希望和夢想";
|
|
15517
|
+
var ways_I_learn_best$3 = "我學習得最好的方法";
|
|
15518
|
+
var your$3 = "你的";
|
|
15519
|
+
var interest$3 = "興趣";
|
|
15520
|
+
var strength$3 = "力量";
|
|
15521
|
+
var challenge$3 = "挑戰";
|
|
15522
|
+
var idea$3 = "想法";
|
|
15523
|
+
var people$3 = "人們";
|
|
15524
|
+
var tool$3 = "工具";
|
|
15525
|
+
var dream$3 = "夢想";
|
|
15526
|
+
var person$3 = "人";
|
|
15527
|
+
var more_detail_to$3 = "更多詳細信息";
|
|
14506
15528
|
var lang_zh = {
|
|
14507
15529
|
dashboard: dashboard$4,
|
|
14508
15530
|
user: user$4,
|
|
@@ -14638,7 +15660,7 @@ var lang_zh = {
|
|
|
14638
15660
|
create_semester: create_semester$4,
|
|
14639
15661
|
update_school_break_month: update_school_break_month$4,
|
|
14640
15662
|
total_of_semesters: total_of_semesters$4,
|
|
14641
|
-
total_of_academicyear: total_of_academicyear$
|
|
15663
|
+
total_of_academicyear: total_of_academicyear$4,
|
|
14642
15664
|
semester: semester$4,
|
|
14643
15665
|
breaking_month: breaking_month$4,
|
|
14644
15666
|
change_breaking_month: change_breaking_month$4,
|
|
@@ -15197,7 +16219,7 @@ var lang_zh = {
|
|
|
15197
16219
|
cut_off_time: cut_off_time$4,
|
|
15198
16220
|
created_by: created_by$4,
|
|
15199
16221
|
responses_distribution: responses_distribution$4,
|
|
15200
|
-
ratings_of_questions: ratings_of_questions$
|
|
16222
|
+
ratings_of_questions: ratings_of_questions$4,
|
|
15201
16223
|
show_results_for: show_results_for$4,
|
|
15202
16224
|
view_list_of_students: view_list_of_students$4,
|
|
15203
16225
|
view_list_of_responses: view_list_of_responses$4,
|
|
@@ -15225,7 +16247,7 @@ var lang_zh = {
|
|
|
15225
16247
|
you_can_only_select_number_kpis_at_a_time: you_can_only_select_number_kpis_at_a_time$4,
|
|
15226
16248
|
you_can_only_select_number_kpis_at_a_time_To_select_a_new_one_please_switch_off_one_of_the_previous_ones: you_can_only_select_number_kpis_at_a_time_To_select_a_new_one_please_switch_off_one_of_the_previous_ones$2,
|
|
15227
16249
|
"download.csv": "下载.CSV",
|
|
15228
|
-
last_check__in: last_check__in$
|
|
16250
|
+
last_check__in: last_check__in$4,
|
|
15229
16251
|
how_many_times_a_strategy_has_been_chosen: how_many_times_a_strategy_has_been_chosen$4,
|
|
15230
16252
|
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$4,
|
|
15231
16253
|
not_yet_started: not_yet_started$4,
|
|
@@ -15253,41 +16275,41 @@ var lang_zh = {
|
|
|
15253
16275
|
still_in_control_but_starting_to_feel_the_pressure: still_in_control_but_starting_to_feel_the_pressure$4,
|
|
15254
16276
|
too_much_pressure_and_really_struggling_to_manage_my_workload: too_much_pressure_and_really_struggling_to_manage_my_workload$4,
|
|
15255
16277
|
import_emails_by_csv: import_emails_by_csv$3,
|
|
15256
|
-
request_number: request_number$
|
|
16278
|
+
request_number: request_number$4,
|
|
15257
16279
|
select_or_input_class_type: select_or_input_class_type$3,
|
|
15258
16280
|
send_request: send_request$3,
|
|
15259
16281
|
start_reflection: start_reflection$3,
|
|
15260
|
-
customize_reflection: customize_reflection$
|
|
16282
|
+
customize_reflection: customize_reflection$4,
|
|
15261
16283
|
include_section_you_want_to_appear: include_section_you_want_to_appear$3,
|
|
15262
|
-
time_of_day: time_of_day$
|
|
16284
|
+
time_of_day: time_of_day$4,
|
|
15263
16285
|
one_roster: one_roster$3,
|
|
15264
16286
|
sandbox: sandbox$3,
|
|
15265
16287
|
well_being: well_being$3,
|
|
15266
16288
|
self_efficacy: self_efficacy$3,
|
|
15267
|
-
information_roster_sourced_id_full_name_email: information_roster_sourced_id_full_name_email$
|
|
15268
|
-
sync_roster_users: sync_roster_users$
|
|
15269
|
-
export_to_csv: export_to_csv$
|
|
16289
|
+
information_roster_sourced_id_full_name_email: information_roster_sourced_id_full_name_email$4,
|
|
16290
|
+
sync_roster_users: sync_roster_users$4,
|
|
16291
|
+
export_to_csv: export_to_csv$4,
|
|
15270
16292
|
user_list: user_list$4,
|
|
15271
16293
|
assign_student: assign_student$4,
|
|
15272
|
-
one_to_one_question: one_to_one_question$
|
|
15273
|
-
class_reflection_question: class_reflection_question$
|
|
15274
|
-
conference_question: conference_question$
|
|
15275
|
-
actions: actions$
|
|
16294
|
+
one_to_one_question: one_to_one_question$4,
|
|
16295
|
+
class_reflection_question: class_reflection_question$4,
|
|
16296
|
+
conference_question: conference_question$4,
|
|
16297
|
+
actions: actions$4,
|
|
15276
16298
|
order: order$3,
|
|
15277
16299
|
user_for: user_for$3,
|
|
15278
|
-
question_category: question_category$
|
|
15279
|
-
template_survey: template_survey$
|
|
16300
|
+
question_category: question_category$4,
|
|
16301
|
+
template_survey: template_survey$4,
|
|
15280
16302
|
is_intervention: is_intervention$2,
|
|
15281
|
-
create_template: create_template$
|
|
16303
|
+
create_template: create_template$4,
|
|
15282
16304
|
number_of_question: number_of_question$3,
|
|
15283
16305
|
mandatory: mandatory$4,
|
|
15284
16306
|
no_question_to_display: no_question_to_display$3,
|
|
15285
16307
|
privacy_policy: privacy_policy$3,
|
|
15286
16308
|
profile: profile$3,
|
|
15287
|
-
role_change: role_change$
|
|
15288
|
-
log_out: log_out$
|
|
15289
|
-
data_dashboard: data_dashboard$
|
|
15290
|
-
deep_learning_tools: deep_learning_tools$
|
|
16309
|
+
role_change: role_change$4,
|
|
16310
|
+
log_out: log_out$4,
|
|
16311
|
+
data_dashboard: data_dashboard$4,
|
|
16312
|
+
deep_learning_tools: deep_learning_tools$4,
|
|
15291
16313
|
my_profile: my_profile$3,
|
|
15292
16314
|
phone: phone$3,
|
|
15293
16315
|
calendar_id: calendar_id$3,
|
|
@@ -15302,19 +16324,19 @@ var lang_zh = {
|
|
|
15302
16324
|
students_parent_information: students_parent_information$3,
|
|
15303
16325
|
parent_1: parent_1$3,
|
|
15304
16326
|
parent_2: parent_2$3,
|
|
15305
|
-
in_app_notifications: in_app_notifications$
|
|
15306
|
-
turn_on_all_notifications: turn_on_all_notifications$
|
|
15307
|
-
notify_me_when: notify_me_when$
|
|
15308
|
-
a_student_schedules_a_1_1: a_student_schedules_a_1_1$
|
|
15309
|
-
a_student_schedules_a_conference: a_student_schedules_a_conference$
|
|
15310
|
-
a_student_completes_a_conference_self_assessment_rubric: a_student_completes_a_conference_self_assessment_rubric$
|
|
15311
|
-
a_student_or_teacher_completes_a_class_reflection: a_student_or_teacher_completes_a_class_reflection$
|
|
16327
|
+
in_app_notifications: in_app_notifications$4,
|
|
16328
|
+
turn_on_all_notifications: turn_on_all_notifications$4,
|
|
16329
|
+
notify_me_when: notify_me_when$4,
|
|
16330
|
+
a_student_schedules_a_1_1: a_student_schedules_a_1_1$4,
|
|
16331
|
+
a_student_schedules_a_conference: a_student_schedules_a_conference$4,
|
|
16332
|
+
a_student_completes_a_conference_self_assessment_rubric: a_student_completes_a_conference_self_assessment_rubric$4,
|
|
16333
|
+
a_student_or_teacher_completes_a_class_reflection: a_student_or_teacher_completes_a_class_reflection$4,
|
|
15312
16334
|
action_points_are_due_based_on_chosen_schedule: action_points_are_due_based_on_chosen_schedule$3,
|
|
15313
|
-
a_student_hasnt_logged_1_1_in_the_past_28_days: a_student_hasnt_logged_1_1_in_the_past_28_days$
|
|
15314
|
-
email_notifications: email_notifications$
|
|
15315
|
-
turn_on_all_emails: turn_on_all_emails$
|
|
15316
|
-
a_student_responds_to_a_1_1_readiness_to_learn_with_no: a_student_responds_to_a_1_1_readiness_to_learn_with_no$
|
|
15317
|
-
a_student_reported_a_low_safety_score_on_a_check_in: a_student_reported_a_low_safety_score_on_a_check_in$
|
|
16335
|
+
a_student_hasnt_logged_1_1_in_the_past_28_days: a_student_hasnt_logged_1_1_in_the_past_28_days$4,
|
|
16336
|
+
email_notifications: email_notifications$4,
|
|
16337
|
+
turn_on_all_emails: turn_on_all_emails$4,
|
|
16338
|
+
a_student_responds_to_a_1_1_readiness_to_learn_with_no: a_student_responds_to_a_1_1_readiness_to_learn_with_no$4,
|
|
16339
|
+
a_student_reported_a_low_safety_score_on_a_check_in: a_student_reported_a_low_safety_score_on_a_check_in$4,
|
|
15318
16340
|
continue_as: continue_as$3,
|
|
15319
16341
|
admin: admin$3,
|
|
15320
16342
|
counselor: counselor$3,
|
|
@@ -15324,18 +16346,18 @@ var lang_zh = {
|
|
|
15324
16346
|
add_parent_2_information: add_parent_2_information$3,
|
|
15325
16347
|
parent_role: parent_role$3,
|
|
15326
16348
|
all_activity: all_activity$3,
|
|
15327
|
-
academic_year: academic_year$
|
|
15328
|
-
all_of_the_students_report_manageable_stress_levels: all_of_the_students_report_manageable_stress_levels$
|
|
16349
|
+
academic_year: academic_year$4,
|
|
16350
|
+
all_of_the_students_report_manageable_stress_levels: all_of_the_students_report_manageable_stress_levels$4,
|
|
15329
16351
|
"100_00_of_students_are_not_feeling_safe": "100.00% 的学生感觉不安全",
|
|
15330
16352
|
growth: growth$3,
|
|
15331
16353
|
relationships: relationships$3,
|
|
15332
16354
|
productivity: productivity$3,
|
|
15333
16355
|
academics: academics$3,
|
|
15334
16356
|
percent: percent$3,
|
|
15335
|
-
unmotivated: unmotivated$
|
|
15336
|
-
comfort: comfort$
|
|
15337
|
-
stretch: stretch$
|
|
15338
|
-
strain: strain$
|
|
16357
|
+
unmotivated: unmotivated$4,
|
|
16358
|
+
comfort: comfort$4,
|
|
16359
|
+
stretch: stretch$4,
|
|
16360
|
+
strain: strain$4,
|
|
15339
16361
|
overwhelmed_overwhelmed: overwhelmed_overwhelmed$1,
|
|
15340
16362
|
edit_student_profile: edit_student_profile$3,
|
|
15341
16363
|
teacher: teacher$3,
|
|
@@ -15353,7 +16375,7 @@ var lang_zh = {
|
|
|
15353
16375
|
baseline: baseline$3,
|
|
15354
16376
|
timeframe: timeframe$3,
|
|
15355
16377
|
friends: friends$3,
|
|
15356
|
-
best_friends: best_friends$
|
|
16378
|
+
best_friends: best_friends$4,
|
|
15357
16379
|
supportive: supportive$3,
|
|
15358
16380
|
potential_friends: potential_friends$3,
|
|
15359
16381
|
like: like$3,
|
|
@@ -15402,17 +16424,17 @@ var lang_zh = {
|
|
|
15402
16424
|
close: close$3,
|
|
15403
16425
|
student_responses: student_responses$3,
|
|
15404
16426
|
anonymous_responses: anonymous_responses$3,
|
|
15405
|
-
teacher_perceived: teacher_perceived$
|
|
15406
|
-
prepared_for_class: prepared_for_class$
|
|
15407
|
-
missing_class_assignments: missing_class_assignments$
|
|
15408
|
-
completed_classwork: completed_classwork$
|
|
15409
|
-
asked_for_help_when_needed: asked_for_help_when_needed$
|
|
16427
|
+
teacher_perceived: teacher_perceived$4,
|
|
16428
|
+
prepared_for_class: prepared_for_class$4,
|
|
16429
|
+
missing_class_assignments: missing_class_assignments$4,
|
|
16430
|
+
completed_classwork: completed_classwork$4,
|
|
16431
|
+
asked_for_help_when_needed: asked_for_help_when_needed$4,
|
|
15410
16432
|
clear: clear$3,
|
|
15411
|
-
missing_reflections: missing_reflections$
|
|
15412
|
-
total_students_missing_late_assignments: total_students_missing_late_assignments$
|
|
15413
|
-
subject_class: subject_class$
|
|
15414
|
-
chart_type: chart_type$
|
|
15415
|
-
request_from: request_from$
|
|
16433
|
+
missing_reflections: missing_reflections$4,
|
|
16434
|
+
total_students_missing_late_assignments: total_students_missing_late_assignments$4,
|
|
16435
|
+
subject_class: subject_class$4,
|
|
16436
|
+
chart_type: chart_type$4,
|
|
16437
|
+
request_from: request_from$4,
|
|
15416
16438
|
are_you_sure_you_want_to_delete_this_item: are_you_sure_you_want_to_delete_this_item$3,
|
|
15417
16439
|
yes_delete: yes_delete$3,
|
|
15418
16440
|
completed_conference: completed_conference$3,
|
|
@@ -15426,7 +16448,7 @@ var lang_zh = {
|
|
|
15426
16448
|
to_do: to_do$3,
|
|
15427
16449
|
my_class_reflections: my_class_reflections$3,
|
|
15428
16450
|
send_reflection: send_reflection$3,
|
|
15429
|
-
iep_template: iep_template$
|
|
16451
|
+
iep_template: iep_template$4,
|
|
15430
16452
|
type_2_characters_to_search: type_2_characters_to_search$3,
|
|
15431
16453
|
create_time: create_time$2,
|
|
15432
16454
|
do_you_want_to_remove_this_user: do_you_want_to_remove_this_user$3,
|
|
@@ -15439,9 +16461,9 @@ var lang_zh = {
|
|
|
15439
16461
|
select: select$3,
|
|
15440
16462
|
do_you_want_to_remove_this_category: do_you_want_to_remove_this_category$3,
|
|
15441
16463
|
total_of_category: total_of_category$3,
|
|
15442
|
-
total_of_templates: total_of_templates$
|
|
16464
|
+
total_of_templates: total_of_templates$4,
|
|
15443
16465
|
template_name: template_name$3,
|
|
15444
|
-
category_name: category_name$
|
|
16466
|
+
category_name: category_name$4,
|
|
15445
16467
|
created_date: created_date$3,
|
|
15446
16468
|
do_you_want_to_remove_this_email_template: do_you_want_to_remove_this_email_template$3,
|
|
15447
16469
|
create_email_template: create_email_template$3,
|
|
@@ -15451,53 +16473,53 @@ var lang_zh = {
|
|
|
15451
16473
|
params: params$3,
|
|
15452
16474
|
meaning: meaning$3,
|
|
15453
16475
|
add_attachment: add_attachment$3,
|
|
15454
|
-
skills: skills$
|
|
15455
|
-
subjects: subjects$
|
|
15456
|
-
learning_support_categories: learning_support_categories$
|
|
15457
|
-
goal_examples: goal_examples$
|
|
15458
|
-
student_badges: student_badges$
|
|
15459
|
-
blank_days: blank_days$
|
|
15460
|
-
csv_import: csv_import$
|
|
15461
|
-
band_scores: band_scores$
|
|
15462
|
-
license: license$
|
|
15463
|
-
switch_teacher: switch_teacher$
|
|
15464
|
-
question_scaffolding: question_scaffolding$
|
|
15465
|
-
training: training$
|
|
15466
|
-
type_something_and_press_enter_to_add_short_term_target_examples: type_something_and_press_enter_to_add_short_term_target_examples$
|
|
15467
|
-
import_users: import_users$
|
|
15468
|
-
import_class_reflection: import_class_reflection$
|
|
16476
|
+
skills: skills$4,
|
|
16477
|
+
subjects: subjects$4,
|
|
16478
|
+
learning_support_categories: learning_support_categories$4,
|
|
16479
|
+
goal_examples: goal_examples$4,
|
|
16480
|
+
student_badges: student_badges$4,
|
|
16481
|
+
blank_days: blank_days$4,
|
|
16482
|
+
csv_import: csv_import$4,
|
|
16483
|
+
band_scores: band_scores$4,
|
|
16484
|
+
license: license$4,
|
|
16485
|
+
switch_teacher: switch_teacher$4,
|
|
16486
|
+
question_scaffolding: question_scaffolding$4,
|
|
16487
|
+
training: training$4,
|
|
16488
|
+
type_something_and_press_enter_to_add_short_term_target_examples: type_something_and_press_enter_to_add_short_term_target_examples$4,
|
|
16489
|
+
import_users: import_users$4,
|
|
16490
|
+
import_class_reflection: import_class_reflection$4,
|
|
15469
16491
|
download_users_data: download_users_data$3,
|
|
15470
16492
|
do_you_want_to_remove_this_assistant: do_you_want_to_remove_this_assistant$3,
|
|
15471
16493
|
do_you_want_to_remove_this_counselor: do_you_want_to_remove_this_counselor$3,
|
|
15472
16494
|
do_you_want_to_remove_this_support_teacher: do_you_want_to_remove_this_support_teacher$3,
|
|
15473
|
-
send: send$
|
|
16495
|
+
send: send$4,
|
|
15474
16496
|
do_you_want_to_remove_this_designation: do_you_want_to_remove_this_designation$3,
|
|
15475
|
-
new_folder: new_folder$
|
|
15476
|
-
upload: upload$
|
|
15477
|
-
type_something_to_search_by_file_name: type_something_to_search_by_file_name$
|
|
15478
|
-
systems: systems$
|
|
15479
|
-
create_template_system: create_template_system$
|
|
15480
|
-
created_at: created_at$
|
|
16497
|
+
new_folder: new_folder$4,
|
|
16498
|
+
upload: upload$4,
|
|
16499
|
+
type_something_to_search_by_file_name: type_something_to_search_by_file_name$4,
|
|
16500
|
+
systems: systems$4,
|
|
16501
|
+
create_template_system: create_template_system$4,
|
|
16502
|
+
created_at: created_at$4,
|
|
15481
16503
|
do_you_want_to_remove_this_template: do_you_want_to_remove_this_template$3,
|
|
15482
|
-
one_roster_setting: one_roster_setting$
|
|
15483
|
-
users: users$
|
|
15484
|
-
one_roster_config: one_roster_config$
|
|
15485
|
-
end_point_url: end_point_url$
|
|
15486
|
-
client_id: client_id$
|
|
15487
|
-
client_secret: client_secret$
|
|
15488
|
-
import_one_roster: import_one_roster$
|
|
15489
|
-
import_from_zip_file: import_from_zip_file$
|
|
15490
|
-
import_from_restful_api: import_from_restful_api$
|
|
15491
|
-
non_existent_users: non_existent_users$
|
|
15492
|
-
type_something_to_search_users: type_something_to_search_users$
|
|
16504
|
+
one_roster_setting: one_roster_setting$4,
|
|
16505
|
+
users: users$4,
|
|
16506
|
+
one_roster_config: one_roster_config$4,
|
|
16507
|
+
end_point_url: end_point_url$4,
|
|
16508
|
+
client_id: client_id$4,
|
|
16509
|
+
client_secret: client_secret$4,
|
|
16510
|
+
import_one_roster: import_one_roster$4,
|
|
16511
|
+
import_from_zip_file: import_from_zip_file$4,
|
|
16512
|
+
import_from_restful_api: import_from_restful_api$4,
|
|
16513
|
+
non_existent_users: non_existent_users$4,
|
|
16514
|
+
type_something_to_search_users: type_something_to_search_users$4,
|
|
15493
16515
|
create_account_for_selected_users: create_account_for_selected_users$3,
|
|
15494
|
-
help: help$
|
|
15495
|
-
sandbox_mode: sandbox_mode$
|
|
15496
|
-
off: off$
|
|
15497
|
-
restore_sandbox_database: restore_sandbox_database$
|
|
15498
|
-
turn_on: turn_on$
|
|
15499
|
-
turn_off: turn_off$
|
|
15500
|
-
restore: restore$
|
|
16516
|
+
help: help$4,
|
|
16517
|
+
sandbox_mode: sandbox_mode$4,
|
|
16518
|
+
off: off$4,
|
|
16519
|
+
restore_sandbox_database: restore_sandbox_database$4,
|
|
16520
|
+
turn_on: turn_on$4,
|
|
16521
|
+
turn_off: turn_off$4,
|
|
16522
|
+
restore: restore$4,
|
|
15501
16523
|
edit_profile: edit_profile$3,
|
|
15502
16524
|
on_track_going_well: on_track_going_well$3,
|
|
15503
16525
|
guide: guide$3,
|
|
@@ -15555,14 +16577,14 @@ var lang_zh = {
|
|
|
15555
16577
|
what_is_something_you_have_learned_while_working_towards_achieving_your_goals: what_is_something_you_have_learned_while_working_towards_achieving_your_goals$3,
|
|
15556
16578
|
english_language_or_literature: english_language_or_literature$3,
|
|
15557
16579
|
language_class: language_class$3,
|
|
15558
|
-
ridge_charts: ridge_charts$
|
|
15559
|
-
bar_charts: bar_charts$
|
|
15560
|
-
line_charts: line_charts$
|
|
15561
|
-
start_of_day: start_of_day$
|
|
15562
|
-
mid_morning: mid_morning$
|
|
15563
|
-
before_lunch: before_lunch$
|
|
15564
|
-
mid_afternoon: mid_afternoon$
|
|
15565
|
-
last_class_of_the_day: last_class_of_the_day$
|
|
16580
|
+
ridge_charts: ridge_charts$4,
|
|
16581
|
+
bar_charts: bar_charts$4,
|
|
16582
|
+
line_charts: line_charts$4,
|
|
16583
|
+
start_of_day: start_of_day$4,
|
|
16584
|
+
mid_morning: mid_morning$4,
|
|
16585
|
+
before_lunch: before_lunch$4,
|
|
16586
|
+
mid_afternoon: mid_afternoon$4,
|
|
16587
|
+
last_class_of_the_day: last_class_of_the_day$4,
|
|
15566
16588
|
student_only: student_only$3,
|
|
15567
16589
|
teacher_only: teacher_only$3,
|
|
15568
16590
|
did_the_student_have_all_needed_materials_for_this_class: did_the_student_have_all_needed_materials_for_this_class$3,
|
|
@@ -16130,7 +17152,7 @@ var lang_zh = {
|
|
|
16130
17152
|
support_teacher_email: support_teacher_email$4,
|
|
16131
17153
|
add_new_answer: add_new_answer$3,
|
|
16132
17154
|
edit_template: edit_template$3,
|
|
16133
|
-
add_questions: add_questions$
|
|
17155
|
+
add_questions: add_questions$4,
|
|
16134
17156
|
edit_email_template: edit_email_template$3,
|
|
16135
17157
|
contact_mail: contact_mail$3,
|
|
16136
17158
|
announcements: announcements$3,
|
|
@@ -16345,7 +17367,111 @@ var lang_zh = {
|
|
|
16345
17367
|
grade_usage: grade_usage$4,
|
|
16346
17368
|
total_conversations: total_conversations$4,
|
|
16347
17369
|
impersonate: impersonate$4,
|
|
16348
|
-
hi: hi$4
|
|
17370
|
+
hi: hi$4,
|
|
17371
|
+
transition_plan: transition_plan$4,
|
|
17372
|
+
updated_on: updated_on$4,
|
|
17373
|
+
print_my_learning_plan: print_my_learning_plan$4,
|
|
17374
|
+
print_my_transition_plan: print_my_transition_plan$4,
|
|
17375
|
+
about_me: about_me$4,
|
|
17376
|
+
name_your_interest: name_your_interest$4,
|
|
17377
|
+
add_more_detail_to_your_interest: add_more_detail_to_your_interest$4,
|
|
17378
|
+
create_interest: create_interest$4,
|
|
17379
|
+
"your_interest_has_been_successfully_created_!": "您的兴趣已成功创建",
|
|
17380
|
+
view_plp: view_plp$4,
|
|
17381
|
+
my_current_plp: my_current_plp$4,
|
|
17382
|
+
my_learning_strategies: my_learning_strategies$4,
|
|
17383
|
+
add_new_interest: add_new_interest$4,
|
|
17384
|
+
add_new_challenge: add_new_challenge$4,
|
|
17385
|
+
add_new_strength: add_new_strength$4,
|
|
17386
|
+
add_new_idea: add_new_idea$4,
|
|
17387
|
+
add_new_people: add_new_people$4,
|
|
17388
|
+
add_new_tool: add_new_tool$4,
|
|
17389
|
+
add_new_strategy: add_new_strategy$4,
|
|
17390
|
+
add_new_dream: add_new_dream$4,
|
|
17391
|
+
my_support_network: my_support_network$4,
|
|
17392
|
+
add_person: add_person$4,
|
|
17393
|
+
closer_family: closer_family$4,
|
|
17394
|
+
family: family$4,
|
|
17395
|
+
mentors: mentors$4,
|
|
17396
|
+
tutors: tutors$4,
|
|
17397
|
+
my_timeline: my_timeline$4,
|
|
17398
|
+
add_milestone: add_milestone$4,
|
|
17399
|
+
add_test: add_test$4,
|
|
17400
|
+
"you_haven't_added_any academic_milestones_yet": "您尚未添加任何学术里程碑",
|
|
17401
|
+
"you_haven't_added_any_tests_yet": "您尚未添加任何测试",
|
|
17402
|
+
colleges: colleges$4,
|
|
17403
|
+
"you_haven't_added_any_colleges_yet": "您尚未添加任何大学",
|
|
17404
|
+
add_colleges: add_colleges$4,
|
|
17405
|
+
my_transition_plan: my_transition_plan$4,
|
|
17406
|
+
academic_milestones: academic_milestones$4,
|
|
17407
|
+
tests: tests$4,
|
|
17408
|
+
academic_and_career_interests: academic_and_career_interests$4,
|
|
17409
|
+
you_havent_added_any_interests_yet: you_havent_added_any_interests_yet$4,
|
|
17410
|
+
add_a_plan: add_a_plan$4,
|
|
17411
|
+
extra_curricular_activities: extra_curricular_activities$4,
|
|
17412
|
+
"you_haven't_added_any_activities_yet": "您尚未添加任何活动",
|
|
17413
|
+
add_new_activity: add_new_activity$4,
|
|
17414
|
+
courses: courses$4,
|
|
17415
|
+
"you_haven't_added_any_courses_yet": "您還沒有添加任何課程",
|
|
17416
|
+
add_new_courses: add_new_courses$4,
|
|
17417
|
+
"standardized_tests_/_exams": "標準化測驗/考試",
|
|
17418
|
+
"potential_career_training_courese_/_colleges": "潛在的職業訓練課程/學院",
|
|
17419
|
+
"you_haven't_added_any_courses_/_colleges_yet": "您還沒有添加任何課程/學院",
|
|
17420
|
+
"add_new_courese_/_college": "新增課程/學院",
|
|
17421
|
+
add_new_college: add_new_college$4,
|
|
17422
|
+
"you_haven't_added_any_references_yet": "您尚未新增任何參考文獻",
|
|
17423
|
+
references: references$4,
|
|
17424
|
+
resources_for_my_future: resources_for_my_future$4,
|
|
17425
|
+
"you_haven't_added_any_resources_yet": "您還沒有新增任何資源",
|
|
17426
|
+
add_new_resources: add_new_resources$4,
|
|
17427
|
+
my_essays: my_essays$4,
|
|
17428
|
+
"you_haven't_added_any_essays_yet": "您還沒有添加任何文章",
|
|
17429
|
+
add_essay: add_essay$4,
|
|
17430
|
+
learning_portfolios: learning_portfolios$4,
|
|
17431
|
+
"you_haven't_added_any_learning_portfolios_yet": "您還沒有添加任何學習檔案袋",
|
|
17432
|
+
add_portfolio: add_portfolio$4,
|
|
17433
|
+
financial_planning: financial_planning$4,
|
|
17434
|
+
"you_haven't_added_any_plans_yet": "您還沒有添加任何計劃",
|
|
17435
|
+
add_new_plan: add_new_plan$4,
|
|
17436
|
+
"students_shaded_red_have_an_incomplete_check-_in": "紅色陰影的學生簽到不完整",
|
|
17437
|
+
rows_per_page: rows_per_page$4,
|
|
17438
|
+
anonymous_link: anonymous_link$4,
|
|
17439
|
+
select_ratings_of_questions: select_ratings_of_questions$4,
|
|
17440
|
+
select_responses_distribution: select_responses_distribution$4,
|
|
17441
|
+
you_can_only_select_one_question_per_time: you_can_only_select_one_question_per_time$4,
|
|
17442
|
+
number_of_answers: number_of_answers$4,
|
|
17443
|
+
my_interests: my_interests$4,
|
|
17444
|
+
i_like_to_know_more_about: i_like_to_know_more_about$4,
|
|
17445
|
+
my_strengths: my_strengths$4,
|
|
17446
|
+
my_challenges: my_challenges$4,
|
|
17447
|
+
i_can_help_myself_by: i_can_help_myself_by$4,
|
|
17448
|
+
my_teacher_can_help_me_by: my_teacher_can_help_me_by$4,
|
|
17449
|
+
other_people_who_can_help_me_are: other_people_who_can_help_me_are$4,
|
|
17450
|
+
tools_things_that_can_help_me_are: tools_things_that_can_help_me_are$4,
|
|
17451
|
+
my_goals: my_goals$4,
|
|
17452
|
+
my_goals_and_targets: my_goals_and_targets$4,
|
|
17453
|
+
my_hopes_and_dreams: my_hopes_and_dreams$4,
|
|
17454
|
+
missing_grade: missing_grade$3,
|
|
17455
|
+
grade_must_be_equal_or_greater_than_grade_level_1: grade_must_be_equal_or_greater_than_grade_level_1$3,
|
|
17456
|
+
you_havent_added_any_challenges_yet: you_havent_added_any_challenges_yet$3,
|
|
17457
|
+
you_havent_added_any_strengths_yet: you_havent_added_any_strengths_yet$3,
|
|
17458
|
+
you_havent_added_any_idea_yet: you_havent_added_any_idea_yet$3,
|
|
17459
|
+
you_havent_added_any_people_yet: you_havent_added_any_people_yet$3,
|
|
17460
|
+
you_havent_added_any_tools_yet: you_havent_added_any_tools_yet$3,
|
|
17461
|
+
you_havent_added_any_strategies_yet: you_havent_added_any_strategies_yet$3,
|
|
17462
|
+
you_havent_added_any_goals_and_targets_yet: you_havent_added_any_goals_and_targets_yet$3,
|
|
17463
|
+
you_havent_added_any_hopes_and_dreams_yet: you_havent_added_any_hopes_and_dreams_yet$3,
|
|
17464
|
+
ways_I_learn_best: ways_I_learn_best$3,
|
|
17465
|
+
your: your$3,
|
|
17466
|
+
interest: interest$3,
|
|
17467
|
+
strength: strength$3,
|
|
17468
|
+
challenge: challenge$3,
|
|
17469
|
+
idea: idea$3,
|
|
17470
|
+
people: people$3,
|
|
17471
|
+
tool: tool$3,
|
|
17472
|
+
dream: dream$3,
|
|
17473
|
+
person: person$3,
|
|
17474
|
+
more_detail_to: more_detail_to$3
|
|
16349
17475
|
};
|
|
16350
17476
|
|
|
16351
17477
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|
|
@@ -35903,218 +37029,6 @@ var TheHeaderDropdown = function TheHeaderDropdown(_ref) {
|
|
|
35903
37029
|
})), t("log_out")))));
|
|
35904
37030
|
};
|
|
35905
37031
|
|
|
35906
|
-
var getCookieValue = function getCookieValue(name) {
|
|
35907
|
-
var _document$cookie$matc;
|
|
35908
|
-
|
|
35909
|
-
return ((_document$cookie$matc = document.cookie.match('(^|;)\\s*' + name + '\\s*=\\s*([^;]+)')) === null || _document$cookie$matc === void 0 ? void 0 : _document$cookie$matc.pop()) || '';
|
|
35910
|
-
};
|
|
35911
|
-
|
|
35912
|
-
var apiGetLanguage = function apiGetLanguage() {
|
|
35913
|
-
return api.get(BASE_URL + "/api/language");
|
|
35914
|
-
};
|
|
35915
|
-
|
|
35916
|
-
var apiUpdateLanguage = function apiUpdateLanguage(lang) {
|
|
35917
|
-
return api.put(BASE_URL + "/api/language?lang=" + lang);
|
|
35918
|
-
};
|
|
35919
|
-
|
|
35920
|
-
var LANGUAGE_SYSTEM = "LANGUAGE_SYSTEM";
|
|
35921
|
-
|
|
35922
|
-
var useLanguages = function useLanguages() {
|
|
35923
|
-
var dispatch = useDispatch();
|
|
35924
|
-
|
|
35925
|
-
var _useTranslation = useTranslation(),
|
|
35926
|
-
i18n = _useTranslation.i18n;
|
|
35927
|
-
|
|
35928
|
-
var language = useSelector(function (state) {
|
|
35929
|
-
return state.common.language;
|
|
35930
|
-
});
|
|
35931
|
-
var defaultLanguage = getCookieValue(LANGUAGE_SYSTEM) != null ? getCookieValue(LANGUAGE_SYSTEM) : DEFAULT_LANGUAGE_CODE;
|
|
35932
|
-
|
|
35933
|
-
var _useState = useState([]),
|
|
35934
|
-
languageList = _useState[0],
|
|
35935
|
-
setLanguageList = _useState[1];
|
|
35936
|
-
|
|
35937
|
-
var _useState2 = useState(false),
|
|
35938
|
-
dropdownOpen = _useState2[0],
|
|
35939
|
-
setDropdownOpen = _useState2[1];
|
|
35940
|
-
|
|
35941
|
-
var _useState3 = useState(defaultLanguage),
|
|
35942
|
-
currentLang = _useState3[0],
|
|
35943
|
-
setCurrentLang = _useState3[1];
|
|
35944
|
-
|
|
35945
|
-
var toggle = function toggle() {
|
|
35946
|
-
return setDropdownOpen(function (prevState) {
|
|
35947
|
-
return !prevState;
|
|
35948
|
-
});
|
|
35949
|
-
};
|
|
35950
|
-
|
|
35951
|
-
var changeLanguageApp = function changeLanguageApp(lang) {
|
|
35952
|
-
try {
|
|
35953
|
-
var _temp3 = function _temp3() {
|
|
35954
|
-
dispatch(setLoading(false));
|
|
35955
|
-
};
|
|
35956
|
-
|
|
35957
|
-
dispatch(setLoading(true));
|
|
35958
|
-
|
|
35959
|
-
var _temp4 = _catch(function () {
|
|
35960
|
-
return Promise.resolve(apiUpdateLanguage(lang)).then(function () {
|
|
35961
|
-
i18n.changeLanguage(lang);
|
|
35962
|
-
setCurrentLang(lang);
|
|
35963
|
-
dispatch(setLanguage(lang));
|
|
35964
|
-
});
|
|
35965
|
-
}, function (err) {
|
|
35966
|
-
var _err$response, _err$response$data;
|
|
35967
|
-
|
|
35968
|
-
dispatch(setAlert({
|
|
35969
|
-
type: "danger",
|
|
35970
|
-
message: ((_err$response = err.response) === null || _err$response === void 0 ? void 0 : (_err$response$data = _err$response.data) === null || _err$response$data === void 0 ? void 0 : _err$response$data.title) || err.message
|
|
35971
|
-
}));
|
|
35972
|
-
});
|
|
35973
|
-
|
|
35974
|
-
return Promise.resolve(_temp4 && _temp4.then ? _temp4.then(_temp3) : _temp3(_temp4));
|
|
35975
|
-
} catch (e) {
|
|
35976
|
-
return Promise.reject(e);
|
|
35977
|
-
}
|
|
35978
|
-
};
|
|
35979
|
-
|
|
35980
|
-
var getListLanguage = function getListLanguage() {
|
|
35981
|
-
try {
|
|
35982
|
-
var _temp6 = _catch(function () {
|
|
35983
|
-
return Promise.resolve(apiGetLanguage()).then(function (res) {
|
|
35984
|
-
setLanguageList(res.data);
|
|
35985
|
-
});
|
|
35986
|
-
}, function (err) {
|
|
35987
|
-
var _err$response2, _err$response2$data;
|
|
35988
|
-
|
|
35989
|
-
dispatch(setAlert({
|
|
35990
|
-
type: "danger",
|
|
35991
|
-
message: ((_err$response2 = err.response) === null || _err$response2 === void 0 ? void 0 : (_err$response2$data = _err$response2.data) === null || _err$response2$data === void 0 ? void 0 : _err$response2$data.title) || err.message
|
|
35992
|
-
}));
|
|
35993
|
-
});
|
|
35994
|
-
|
|
35995
|
-
return Promise.resolve(_temp6 && _temp6.then ? _temp6.then(function () {}) : void 0);
|
|
35996
|
-
} catch (e) {
|
|
35997
|
-
return Promise.reject(e);
|
|
35998
|
-
}
|
|
35999
|
-
};
|
|
36000
|
-
|
|
36001
|
-
useEffect(function () {
|
|
36002
|
-
defaultLanguage != language && changeLanguageApp(defaultLanguage);
|
|
36003
|
-
getListLanguage();
|
|
36004
|
-
}, []);
|
|
36005
|
-
return {
|
|
36006
|
-
languageList: languageList,
|
|
36007
|
-
toggle: toggle,
|
|
36008
|
-
dropdownOpen: dropdownOpen,
|
|
36009
|
-
currentLang: currentLang,
|
|
36010
|
-
changeLanguageApp: changeLanguageApp,
|
|
36011
|
-
setCurrentLang: setCurrentLang
|
|
36012
|
-
};
|
|
36013
|
-
};
|
|
36014
|
-
|
|
36015
|
-
var TheLanguageDropdown = function TheLanguageDropdown() {
|
|
36016
|
-
var _useLanguages = useLanguages(),
|
|
36017
|
-
languageList = _useLanguages.languageList,
|
|
36018
|
-
toggle = _useLanguages.toggle,
|
|
36019
|
-
dropdownOpen = _useLanguages.dropdownOpen,
|
|
36020
|
-
currentLang = _useLanguages.currentLang,
|
|
36021
|
-
changeLanguageApp = _useLanguages.changeLanguageApp;
|
|
36022
|
-
|
|
36023
|
-
var currentLanguage = useMemo(function () {
|
|
36024
|
-
var current = languageList.find(function (i) {
|
|
36025
|
-
return i.code === currentLang;
|
|
36026
|
-
});
|
|
36027
|
-
if (!current) return null;
|
|
36028
|
-
return React.createElement(React.Fragment, null, React.createElement("img", {
|
|
36029
|
-
className: "mr-2 " + styles['dropdown-menu-flag'],
|
|
36030
|
-
src: "" + getStaticFileUrl(current.image)
|
|
36031
|
-
}), " ", current.name);
|
|
36032
|
-
}, [currentLang, languageList]);
|
|
36033
|
-
return React.createElement(Dropdown, {
|
|
36034
|
-
isOpen: dropdownOpen,
|
|
36035
|
-
toggle: toggle,
|
|
36036
|
-
className: "" + styles["dropdown-menu"]
|
|
36037
|
-
}, React.createElement(DropdownToggle, {
|
|
36038
|
-
className: styles["header-avatar"] + " d-flex align-items-center"
|
|
36039
|
-
}, React.createElement("span", {
|
|
36040
|
-
style: {
|
|
36041
|
-
color: "#000",
|
|
36042
|
-
textTransform: "capitalize",
|
|
36043
|
-
display: 'flex',
|
|
36044
|
-
alignItems: 'center'
|
|
36045
|
-
}
|
|
36046
|
-
}, currentLanguage, React.createElement(BsChevronDown, {
|
|
36047
|
-
className: "ml-2",
|
|
36048
|
-
style: {
|
|
36049
|
-
fontSize: '10px'
|
|
36050
|
-
}
|
|
36051
|
-
}))), React.createElement(DropdownMenu, {
|
|
36052
|
-
className: styles["dropdown-content-language"]
|
|
36053
|
-
}, !!languageList && languageList.length > 0 && languageList.map(function (lang, index) {
|
|
36054
|
-
return React.createElement(DropdownItem, {
|
|
36055
|
-
key: lang.code,
|
|
36056
|
-
className: styles["dropdown-change"] + " px-0 py-0 " + (index === languageList.length - 1 ? "pb-2" : "pt-2"),
|
|
36057
|
-
onClick: function onClick() {
|
|
36058
|
-
return changeLanguageApp(lang.code);
|
|
36059
|
-
}
|
|
36060
|
-
}, React.createElement("div", {
|
|
36061
|
-
className: styles["dropdown-item-language"] + " " + styles["item-logout"] + " " + (currentLang == lang.code ? styles['dropdown-item-language-active'] : "") + " d-flex align-items-center w-100"
|
|
36062
|
-
}, React.createElement("span", {
|
|
36063
|
-
className: "mr-2 d-flex hover-opacity"
|
|
36064
|
-
}, React.createElement("img", {
|
|
36065
|
-
style: {
|
|
36066
|
-
width: "30px",
|
|
36067
|
-
height: "25px",
|
|
36068
|
-
borderRadius: "5px"
|
|
36069
|
-
},
|
|
36070
|
-
src: getStaticFileUrl(lang.image)
|
|
36071
|
-
})), lang.name));
|
|
36072
|
-
})));
|
|
36073
|
-
};
|
|
36074
|
-
|
|
36075
|
-
var TheHeader = function TheHeader(_ref) {
|
|
36076
|
-
var onToggleModel = _ref.onToggleModel;
|
|
36077
|
-
var dispatch = useDispatch();
|
|
36078
|
-
var sidebarShow = useSelector(function (state) {
|
|
36079
|
-
return state.common.sidebarShow;
|
|
36080
|
-
});
|
|
36081
|
-
|
|
36082
|
-
var _useTranslation = useTranslation(),
|
|
36083
|
-
t = _useTranslation.t;
|
|
36084
|
-
|
|
36085
|
-
var toggleSidebarMobile = function toggleSidebarMobile() {
|
|
36086
|
-
var val = [false, "responsive"].includes(sidebarShow) ? true : "responsive";
|
|
36087
|
-
dispatch(setSidebar(val));
|
|
36088
|
-
};
|
|
36089
|
-
|
|
36090
|
-
var isDistrict = window.location.host.includes("-district");
|
|
36091
|
-
return React.createElement(CHeader, {
|
|
36092
|
-
withSubheader: true,
|
|
36093
|
-
className: "d-flex align-items-center justify-content-end"
|
|
36094
|
-
}, React.createElement(CToggler, {
|
|
36095
|
-
inHeader: true,
|
|
36096
|
-
className: "ml-md-3 d-lg-none",
|
|
36097
|
-
onClick: toggleSidebarMobile
|
|
36098
|
-
}), React.createElement(CHeaderBrand, {
|
|
36099
|
-
className: "mx-auto flex-grow-1 d-lg-none",
|
|
36100
|
-
to: "/"
|
|
36101
|
-
}, React.createElement("img", {
|
|
36102
|
-
src: getStaticFileUrl(Images.LOGO_HEADER),
|
|
36103
|
-
className: styles["header-logo"]
|
|
36104
|
-
})), React.createElement(CHeaderNav, {
|
|
36105
|
-
className: "pr-3"
|
|
36106
|
-
}, React.createElement(TheLanguageDropdown, null), React.createElement("a", {
|
|
36107
|
-
className: "mr-3",
|
|
36108
|
-
style: {
|
|
36109
|
-
color: '#000'
|
|
36110
|
-
},
|
|
36111
|
-
href: '/privacy-policy',
|
|
36112
|
-
target: "blank"
|
|
36113
|
-
}, t("privacy_policy")), !isDistrict && React.createElement(NotificationButton, null), React.createElement(TheHeaderDropdown, {
|
|
36114
|
-
onToggleModel: onToggleModel
|
|
36115
|
-
})));
|
|
36116
|
-
};
|
|
36117
|
-
|
|
36118
37032
|
var TITLE$3 = "Not found";
|
|
36119
37033
|
|
|
36120
37034
|
var NotFound = function NotFound() {
|
|
@@ -36172,256 +37086,6 @@ var TheContent = function TheContent(_ref) {
|
|
|
36172
37086
|
|
|
36173
37087
|
var TheContent$1 = React.memo(TheContent);
|
|
36174
37088
|
|
|
36175
|
-
var loadingStyle = {
|
|
36176
|
-
minWidth: "100vw",
|
|
36177
|
-
minHeight: "100vh",
|
|
36178
|
-
position: "fixed",
|
|
36179
|
-
top: 0,
|
|
36180
|
-
left: 0,
|
|
36181
|
-
zIndex: 999999999,
|
|
36182
|
-
backgroundColor: "rgba(0, 0, 0, 0.4)",
|
|
36183
|
-
display: "flex",
|
|
36184
|
-
justifyContent: "center",
|
|
36185
|
-
alignItems: "center"
|
|
36186
|
-
};
|
|
36187
|
-
|
|
36188
|
-
var Loading = function Loading() {
|
|
36189
|
-
var isLoading = useSelector(function (state) {
|
|
36190
|
-
return state.common.isLoading;
|
|
36191
|
-
});
|
|
36192
|
-
localStorage.setItem("LAST_TIME_REQUETST", moment().utc().format("YYYY-MM-DD HH:mm:ss"));
|
|
36193
|
-
return isLoading ? React.createElement("div", {
|
|
36194
|
-
style: loadingStyle
|
|
36195
|
-
}, React.createElement("div", {
|
|
36196
|
-
className: "spinner-border text-secondary",
|
|
36197
|
-
role: "status"
|
|
36198
|
-
}, React.createElement("span", {
|
|
36199
|
-
className: "sr-only"
|
|
36200
|
-
}, "Loading..."))) : null;
|
|
36201
|
-
};
|
|
36202
|
-
|
|
36203
|
-
var firstCheckToken = function firstCheckToken() {
|
|
36204
|
-
return Promise.resolve(_catch(function () {
|
|
36205
|
-
var token = getAccessToken();
|
|
36206
|
-
return token ? Promise.resolve(checkToken(token)).then(function (tokenStatus) {
|
|
36207
|
-
return tokenStatus.data ? true : false;
|
|
36208
|
-
}) : false;
|
|
36209
|
-
}, function () {
|
|
36210
|
-
return false;
|
|
36211
|
-
}));
|
|
36212
|
-
};
|
|
36213
|
-
|
|
36214
|
-
var canAccess = function canAccess(userRoles, componentRoles) {
|
|
36215
|
-
if (!Array.isArray(userRoles)) {
|
|
36216
|
-
return false;
|
|
36217
|
-
}
|
|
36218
|
-
|
|
36219
|
-
if (Array.isArray(componentRoles)) {
|
|
36220
|
-
var intersects = userRoles.filter(function (i) {
|
|
36221
|
-
return componentRoles.includes(i);
|
|
36222
|
-
});
|
|
36223
|
-
return intersects.length > 0;
|
|
36224
|
-
}
|
|
36225
|
-
|
|
36226
|
-
return true;
|
|
36227
|
-
};
|
|
36228
|
-
|
|
36229
|
-
var ModelSelectRole = function ModelSelectRole(_ref) {
|
|
36230
|
-
var _handleUserRole;
|
|
36231
|
-
|
|
36232
|
-
var open = _ref.open,
|
|
36233
|
-
onToggleModel = _ref.onToggleModel;
|
|
36234
|
-
var dispatch = useDispatch();
|
|
36235
|
-
|
|
36236
|
-
var _useTranslation = useTranslation(),
|
|
36237
|
-
t = _useTranslation.t;
|
|
36238
|
-
|
|
36239
|
-
var history = useHistory();
|
|
36240
|
-
var pathname = window.location.pathname;
|
|
36241
|
-
var user = useSelector(function (state) {
|
|
36242
|
-
return state.common.user;
|
|
36243
|
-
});
|
|
36244
|
-
var roles = user === null || user === void 0 ? void 0 : user.roles;
|
|
36245
|
-
|
|
36246
|
-
var handleSelectUserRoles = function handleSelectUserRoles(roles) {
|
|
36247
|
-
dispatch(setLoading(true));
|
|
36248
|
-
var roleSelect = roles.includes("Teacher/Assistant") ? ["Teacher", "Assistant"] : roles;
|
|
36249
|
-
dispatch(setUser(_extends({}, user, {
|
|
36250
|
-
roles: roleSelect
|
|
36251
|
-
})));
|
|
36252
|
-
localStorage.setItem("ROLES", roleSelect.toString());
|
|
36253
|
-
onToggleModel();
|
|
36254
|
-
|
|
36255
|
-
if (roles.includes("Parent")) {
|
|
36256
|
-
history.push("/parent");
|
|
36257
|
-
} else if (roles.includes("Admin")) {
|
|
36258
|
-
history.push("/admin/home");
|
|
36259
|
-
} else {
|
|
36260
|
-
pathname !== "/home" ? history.push("/home") : window.location.reload();
|
|
36261
|
-
}
|
|
36262
|
-
};
|
|
36263
|
-
|
|
36264
|
-
return React.createElement(Modal, {
|
|
36265
|
-
isOpen: open,
|
|
36266
|
-
toggle: function toggle() {
|
|
36267
|
-
return onToggleModel();
|
|
36268
|
-
},
|
|
36269
|
-
className: "" + styles["model-switch-roles"],
|
|
36270
|
-
centered: true
|
|
36271
|
-
}, React.createElement("p", {
|
|
36272
|
-
className: "" + styles["title"]
|
|
36273
|
-
}, t("continue_as")), React.createElement("div", null, (_handleUserRole = handleUserRole(user === null || user === void 0 ? void 0 : user.roles)) === null || _handleUserRole === void 0 ? void 0 : _handleUserRole.map(function (r) {
|
|
36274
|
-
return React.createElement("p", {
|
|
36275
|
-
key: r,
|
|
36276
|
-
className: styles["item-select-role"] + " " + styles[roles.includes("Teacher") && roles.includes("Assistant") && r === "Teacher/Assistant" && !roles.includes("Admin") || roles.includes("Admin") && r === "Admin" || roles.includes(r) && !roles.includes("Admin") ? "item-role-active" : ""],
|
|
36277
|
-
onClick: function onClick() {
|
|
36278
|
-
return handleSelectUserRoles([r]);
|
|
36279
|
-
}
|
|
36280
|
-
}, r == "SecondaryTeacher" ? "Support Teacher" : r);
|
|
36281
|
-
})));
|
|
36282
|
-
};
|
|
36283
|
-
|
|
36284
|
-
var TheLayout = function TheLayout(_ref) {
|
|
36285
|
-
var routes = _ref.routes,
|
|
36286
|
-
navigation = _ref.navigation;
|
|
36287
|
-
var history = useHistory();
|
|
36288
|
-
var dispatch = useDispatch();
|
|
36289
|
-
var user = useSelector(function (state) {
|
|
36290
|
-
return state.common.user;
|
|
36291
|
-
});
|
|
36292
|
-
var language = useSelector(function (state) {
|
|
36293
|
-
return state.common.language;
|
|
36294
|
-
});
|
|
36295
|
-
|
|
36296
|
-
var _useState = useState(false),
|
|
36297
|
-
openModelSelectRole = _useState[0],
|
|
36298
|
-
setOpenModelSelectRole = _useState[1];
|
|
36299
|
-
|
|
36300
|
-
var _useTranslation = useTranslation(),
|
|
36301
|
-
t = _useTranslation.t;
|
|
36302
|
-
|
|
36303
|
-
var location = useLocation();
|
|
36304
|
-
var isNotification = location.pathname.includes("notifications");
|
|
36305
|
-
var isDistrict = window.location.host.includes("-district");
|
|
36306
|
-
|
|
36307
|
-
var handleToggleModel = function handleToggleModel() {
|
|
36308
|
-
setOpenModelSelectRole(!openModelSelectRole);
|
|
36309
|
-
};
|
|
36310
|
-
|
|
36311
|
-
var authRoutes = useMemo(function () {
|
|
36312
|
-
return routes.filter(function (route) {
|
|
36313
|
-
return canAccess(user === null || user === void 0 ? void 0 : user.roles, route.roles);
|
|
36314
|
-
}).filter(function (route) {
|
|
36315
|
-
return !!route.isDistrict === isDistrict;
|
|
36316
|
-
});
|
|
36317
|
-
}, [user, language]);
|
|
36318
|
-
var authNavigations = useMemo(function () {
|
|
36319
|
-
return navigation.map(function (item) {
|
|
36320
|
-
var _item$_children, _item$_children2;
|
|
36321
|
-
|
|
36322
|
-
return _extends({}, item, {
|
|
36323
|
-
name: t(item.name),
|
|
36324
|
-
_children: item !== null && item !== void 0 && (_item$_children = item._children) !== null && _item$_children !== void 0 && _item$_children.length ? item === null || item === void 0 ? void 0 : (_item$_children2 = item._children) === null || _item$_children2 === void 0 ? void 0 : _item$_children2.map(function (x) {
|
|
36325
|
-
return _extends({}, x, {
|
|
36326
|
-
name: t(x.name)
|
|
36327
|
-
});
|
|
36328
|
-
}) : undefined
|
|
36329
|
-
});
|
|
36330
|
-
}).filter(function (nav) {
|
|
36331
|
-
return canAccess(user === null || user === void 0 ? void 0 : user.roles, nav.roles);
|
|
36332
|
-
}).filter(function (nav) {
|
|
36333
|
-
return !!nav.isDistrict === isDistrict;
|
|
36334
|
-
});
|
|
36335
|
-
}, [user, language]);
|
|
36336
|
-
|
|
36337
|
-
var getInformationSetting = function getInformationSetting() {
|
|
36338
|
-
try {
|
|
36339
|
-
var _temp2 = _catch(function () {
|
|
36340
|
-
return Promise.resolve(getSchoolSettings()).then(function (res) {
|
|
36341
|
-
dispatch(setSandboxMode(res.data.isSandboxMode));
|
|
36342
|
-
});
|
|
36343
|
-
}, function (err) {
|
|
36344
|
-
console.error(err);
|
|
36345
|
-
});
|
|
36346
|
-
|
|
36347
|
-
return Promise.resolve(_temp2 && _temp2.then ? _temp2.then(function () {}) : void 0);
|
|
36348
|
-
} catch (e) {
|
|
36349
|
-
return Promise.reject(e);
|
|
36350
|
-
}
|
|
36351
|
-
};
|
|
36352
|
-
|
|
36353
|
-
useEffect(function () {
|
|
36354
|
-
checkAuthentication();
|
|
36355
|
-
}, []);
|
|
36356
|
-
useEffect(function () {
|
|
36357
|
-
getInformationSetting();
|
|
36358
|
-
}, [location.pathname]);
|
|
36359
|
-
|
|
36360
|
-
var checkAuthentication = function checkAuthentication() {
|
|
36361
|
-
try {
|
|
36362
|
-
var _temp4 = _catch(function () {
|
|
36363
|
-
return Promise.resolve(firstCheckToken()).then(function (tokenStatus) {
|
|
36364
|
-
tokenStatus ? loadInfo() : resetAuth();
|
|
36365
|
-
});
|
|
36366
|
-
}, function () {
|
|
36367
|
-
resetAuth();
|
|
36368
|
-
});
|
|
36369
|
-
|
|
36370
|
-
return Promise.resolve(_temp4 && _temp4.then ? _temp4.then(function () {}) : void 0);
|
|
36371
|
-
} catch (e) {
|
|
36372
|
-
return Promise.reject(e);
|
|
36373
|
-
}
|
|
36374
|
-
};
|
|
36375
|
-
|
|
36376
|
-
var loadInfo = function loadInfo() {
|
|
36377
|
-
try {
|
|
36378
|
-
var _temp6 = _catch(function () {
|
|
36379
|
-
return Promise.resolve(getInfo()).then(function (info) {
|
|
36380
|
-
var _info$data, _info$data$roles;
|
|
36381
|
-
|
|
36382
|
-
if (!info || !(info !== null && info !== void 0 && (_info$data = info.data) !== null && _info$data !== void 0 && (_info$data$roles = _info$data.roles) !== null && _info$data$roles !== void 0 && _info$data$roles.includes("Admin"))) {
|
|
36383
|
-
resetAuth();
|
|
36384
|
-
}
|
|
36385
|
-
|
|
36386
|
-
dispatch(setUser(info.data));
|
|
36387
|
-
});
|
|
36388
|
-
}, function () {
|
|
36389
|
-
resetAuth();
|
|
36390
|
-
});
|
|
36391
|
-
|
|
36392
|
-
return Promise.resolve(_temp6 && _temp6.then ? _temp6.then(function () {}) : void 0);
|
|
36393
|
-
} catch (e) {
|
|
36394
|
-
return Promise.reject(e);
|
|
36395
|
-
}
|
|
36396
|
-
};
|
|
36397
|
-
|
|
36398
|
-
var resetAuth = function resetAuth() {
|
|
36399
|
-
localStorage.removeItem(ACCESS_TOKEN);
|
|
36400
|
-
history.push("/");
|
|
36401
|
-
};
|
|
36402
|
-
|
|
36403
|
-
if (!user) {
|
|
36404
|
-
return React.createElement(Loading, null);
|
|
36405
|
-
}
|
|
36406
|
-
|
|
36407
|
-
return React.createElement("div", {
|
|
36408
|
-
className: "c-app c-default-layout"
|
|
36409
|
-
}, !isNotification && React.createElement(TheSidebar, {
|
|
36410
|
-
navigation: authNavigations
|
|
36411
|
-
}), React.createElement("div", {
|
|
36412
|
-
className: "c-wrapper"
|
|
36413
|
-
}, !isNotification && React.createElement(TheHeader, {
|
|
36414
|
-
onToggleModel: handleToggleModel
|
|
36415
|
-
}), React.createElement("div", {
|
|
36416
|
-
className: "c-body bg-white"
|
|
36417
|
-
}, React.createElement(TheContent$1, {
|
|
36418
|
-
routes: authRoutes
|
|
36419
|
-
}))), React.createElement(ModelSelectRole, {
|
|
36420
|
-
open: openModelSelectRole,
|
|
36421
|
-
onToggleModel: handleToggleModel
|
|
36422
|
-
}));
|
|
36423
|
-
};
|
|
36424
|
-
|
|
36425
37089
|
var buttonTextStyle = {
|
|
36426
37090
|
fontWeight: 500
|
|
36427
37091
|
};
|
|
@@ -39191,7 +39855,7 @@ var useUserList = function useUserList() {
|
|
|
39191
39855
|
}
|
|
39192
39856
|
};
|
|
39193
39857
|
|
|
39194
|
-
var
|
|
39858
|
+
var switchUser = useCallback(function (id) {
|
|
39195
39859
|
try {
|
|
39196
39860
|
var _temp10 = _catch(function () {
|
|
39197
39861
|
return Promise.resolve(switchAccountUser(id)).then(function (res) {
|
|
@@ -39265,7 +39929,7 @@ var useUserList = function useUserList() {
|
|
|
39265
39929
|
removeData: removeData,
|
|
39266
39930
|
changeFilters: changeFilters,
|
|
39267
39931
|
reDirectDetailPage: reDirectDetailPage,
|
|
39268
|
-
|
|
39932
|
+
switchUser: switchUser,
|
|
39269
39933
|
handleSyncRosterUsers: handleSyncRosterUsers,
|
|
39270
39934
|
rosterUserInfo: rosterUserInfo
|
|
39271
39935
|
};
|
|
@@ -39899,7 +40563,7 @@ var UserList = function UserList() {
|
|
|
39899
40563
|
removeData = _useUserList.removeData,
|
|
39900
40564
|
changeFilters = _useUserList.changeFilters,
|
|
39901
40565
|
reDirectDetailPage = _useUserList.reDirectDetailPage,
|
|
39902
|
-
|
|
40566
|
+
switchUser = _useUserList.switchUser,
|
|
39903
40567
|
handleSyncRosterUsers = _useUserList.handleSyncRosterUsers,
|
|
39904
40568
|
rosterUserInfo = _useUserList.rosterUserInfo;
|
|
39905
40569
|
|
|
@@ -40000,7 +40664,7 @@ var UserList = function UserList() {
|
|
|
40000
40664
|
cursor: "pointer"
|
|
40001
40665
|
},
|
|
40002
40666
|
onClick: function onClick() {
|
|
40003
|
-
return
|
|
40667
|
+
return switchUser(record.id);
|
|
40004
40668
|
}
|
|
40005
40669
|
})), React.createElement("td", {
|
|
40006
40670
|
className: "align-middle",
|
|
@@ -42172,6 +42836,34 @@ var UserDetail = function UserDetail() {
|
|
|
42172
42836
|
});
|
|
42173
42837
|
};
|
|
42174
42838
|
|
|
42839
|
+
var loadingStyle = {
|
|
42840
|
+
minWidth: "100vw",
|
|
42841
|
+
minHeight: "100vh",
|
|
42842
|
+
position: "fixed",
|
|
42843
|
+
top: 0,
|
|
42844
|
+
left: 0,
|
|
42845
|
+
zIndex: 999999999,
|
|
42846
|
+
backgroundColor: "rgba(0, 0, 0, 0.4)",
|
|
42847
|
+
display: "flex",
|
|
42848
|
+
justifyContent: "center",
|
|
42849
|
+
alignItems: "center"
|
|
42850
|
+
};
|
|
42851
|
+
|
|
42852
|
+
var Loading = function Loading() {
|
|
42853
|
+
var isLoading = useSelector(function (state) {
|
|
42854
|
+
return state.common.isLoading;
|
|
42855
|
+
});
|
|
42856
|
+
localStorage.setItem("LAST_TIME_REQUETST", moment().utc().format("YYYY-MM-DD HH:mm:ss"));
|
|
42857
|
+
return isLoading ? React.createElement("div", {
|
|
42858
|
+
style: loadingStyle
|
|
42859
|
+
}, React.createElement("div", {
|
|
42860
|
+
className: "spinner-border text-secondary",
|
|
42861
|
+
role: "status"
|
|
42862
|
+
}, React.createElement("span", {
|
|
42863
|
+
className: "sr-only"
|
|
42864
|
+
}, "Loading..."))) : null;
|
|
42865
|
+
};
|
|
42866
|
+
|
|
42175
42867
|
var ScrollToTop = function ScrollToTop() {
|
|
42176
42868
|
var _useLocation = useLocation(),
|
|
42177
42869
|
pathname = _useLocation.pathname;
|
|
@@ -45163,6 +45855,32 @@ var store = configureStore({
|
|
|
45163
45855
|
}
|
|
45164
45856
|
});
|
|
45165
45857
|
|
|
45858
|
+
var firstCheckToken = function firstCheckToken() {
|
|
45859
|
+
return Promise.resolve(_catch(function () {
|
|
45860
|
+
var token = getAccessToken();
|
|
45861
|
+
return token ? Promise.resolve(checkToken(token)).then(function (tokenStatus) {
|
|
45862
|
+
return tokenStatus.data ? true : false;
|
|
45863
|
+
}) : false;
|
|
45864
|
+
}, function () {
|
|
45865
|
+
return false;
|
|
45866
|
+
}));
|
|
45867
|
+
};
|
|
45868
|
+
|
|
45869
|
+
var canAccess = function canAccess(userRoles, componentRoles) {
|
|
45870
|
+
if (!Array.isArray(userRoles)) {
|
|
45871
|
+
return false;
|
|
45872
|
+
}
|
|
45873
|
+
|
|
45874
|
+
if (Array.isArray(componentRoles)) {
|
|
45875
|
+
var intersects = userRoles.filter(function (i) {
|
|
45876
|
+
return componentRoles.includes(i);
|
|
45877
|
+
});
|
|
45878
|
+
return intersects.length > 0;
|
|
45879
|
+
}
|
|
45880
|
+
|
|
45881
|
+
return true;
|
|
45882
|
+
};
|
|
45883
|
+
|
|
45166
45884
|
var isInViewport = function isInViewport(el) {
|
|
45167
45885
|
var rect = el === null || el === void 0 ? void 0 : el.getBoundingClientRect();
|
|
45168
45886
|
return rect.top >= 0 && rect.left >= 0 && rect.bottom <= (window.innerHeight || document.documentElement.clientHeight) && rect.right <= (window.innerWidth || document.documentElement.clientWidth);
|
|
@@ -45192,11 +45910,421 @@ var getTextFromHTML = function getTextFromHTML(htmlString) {
|
|
|
45192
45910
|
return text;
|
|
45193
45911
|
};
|
|
45194
45912
|
|
|
45913
|
+
var getCookieValue = function getCookieValue(name) {
|
|
45914
|
+
var _document$cookie$matc;
|
|
45915
|
+
|
|
45916
|
+
return ((_document$cookie$matc = document.cookie.match('(^|;)\\s*' + name + '\\s*=\\s*([^;]+)')) === null || _document$cookie$matc === void 0 ? void 0 : _document$cookie$matc.pop()) || '';
|
|
45917
|
+
};
|
|
45918
|
+
|
|
45195
45919
|
var generateRandomString = (function () {
|
|
45196
45920
|
return (Math.random() + 1).toString(36).substring(7);
|
|
45197
45921
|
});
|
|
45198
45922
|
|
|
45199
45923
|
var amplitudeClient = amplitude.getInstance();
|
|
45200
45924
|
|
|
45201
|
-
|
|
45925
|
+
var apiGetLanguage = function apiGetLanguage() {
|
|
45926
|
+
return api.get(BASE_URL + "/api/language");
|
|
45927
|
+
};
|
|
45928
|
+
|
|
45929
|
+
var apiUpdateLanguage = function apiUpdateLanguage(lang) {
|
|
45930
|
+
return api.put(BASE_URL + "/api/language?lang=" + lang);
|
|
45931
|
+
};
|
|
45932
|
+
|
|
45933
|
+
var LANGUAGE_SYSTEM = "LANGUAGE_SYSTEM";
|
|
45934
|
+
|
|
45935
|
+
var useLanguages = function useLanguages() {
|
|
45936
|
+
var dispatch = useDispatch();
|
|
45937
|
+
|
|
45938
|
+
var _useTranslation = useTranslation(),
|
|
45939
|
+
i18n = _useTranslation.i18n;
|
|
45940
|
+
|
|
45941
|
+
var language = useSelector(function (state) {
|
|
45942
|
+
return state.common.language;
|
|
45943
|
+
});
|
|
45944
|
+
var defaultLanguage = getCookieValue(LANGUAGE_SYSTEM) != null ? getCookieValue(LANGUAGE_SYSTEM) : DEFAULT_LANGUAGE_CODE;
|
|
45945
|
+
|
|
45946
|
+
var _useState = useState([]),
|
|
45947
|
+
languageList = _useState[0],
|
|
45948
|
+
setLanguageList = _useState[1];
|
|
45949
|
+
|
|
45950
|
+
var _useState2 = useState(false),
|
|
45951
|
+
dropdownOpen = _useState2[0],
|
|
45952
|
+
setDropdownOpen = _useState2[1];
|
|
45953
|
+
|
|
45954
|
+
var _useState3 = useState(defaultLanguage),
|
|
45955
|
+
currentLang = _useState3[0],
|
|
45956
|
+
setCurrentLang = _useState3[1];
|
|
45957
|
+
|
|
45958
|
+
var toggle = function toggle() {
|
|
45959
|
+
return setDropdownOpen(function (prevState) {
|
|
45960
|
+
return !prevState;
|
|
45961
|
+
});
|
|
45962
|
+
};
|
|
45963
|
+
|
|
45964
|
+
var changeLanguageApp = function changeLanguageApp(lang) {
|
|
45965
|
+
try {
|
|
45966
|
+
var _temp3 = function _temp3() {
|
|
45967
|
+
dispatch(setLoading(false));
|
|
45968
|
+
};
|
|
45969
|
+
|
|
45970
|
+
dispatch(setLoading(true));
|
|
45971
|
+
|
|
45972
|
+
var _temp4 = _catch(function () {
|
|
45973
|
+
return Promise.resolve(apiUpdateLanguage(lang)).then(function () {
|
|
45974
|
+
i18n.changeLanguage(lang);
|
|
45975
|
+
setCurrentLang(lang);
|
|
45976
|
+
dispatch(setLanguage(lang));
|
|
45977
|
+
});
|
|
45978
|
+
}, function (err) {
|
|
45979
|
+
var _err$response, _err$response$data;
|
|
45980
|
+
|
|
45981
|
+
dispatch(setAlert({
|
|
45982
|
+
type: "danger",
|
|
45983
|
+
message: ((_err$response = err.response) === null || _err$response === void 0 ? void 0 : (_err$response$data = _err$response.data) === null || _err$response$data === void 0 ? void 0 : _err$response$data.title) || err.message
|
|
45984
|
+
}));
|
|
45985
|
+
});
|
|
45986
|
+
|
|
45987
|
+
return Promise.resolve(_temp4 && _temp4.then ? _temp4.then(_temp3) : _temp3(_temp4));
|
|
45988
|
+
} catch (e) {
|
|
45989
|
+
return Promise.reject(e);
|
|
45990
|
+
}
|
|
45991
|
+
};
|
|
45992
|
+
|
|
45993
|
+
var getListLanguage = function getListLanguage() {
|
|
45994
|
+
try {
|
|
45995
|
+
var _temp6 = _catch(function () {
|
|
45996
|
+
return Promise.resolve(apiGetLanguage()).then(function (res) {
|
|
45997
|
+
setLanguageList(res.data);
|
|
45998
|
+
});
|
|
45999
|
+
}, function (err) {
|
|
46000
|
+
var _err$response2, _err$response2$data;
|
|
46001
|
+
|
|
46002
|
+
dispatch(setAlert({
|
|
46003
|
+
type: "danger",
|
|
46004
|
+
message: ((_err$response2 = err.response) === null || _err$response2 === void 0 ? void 0 : (_err$response2$data = _err$response2.data) === null || _err$response2$data === void 0 ? void 0 : _err$response2$data.title) || err.message
|
|
46005
|
+
}));
|
|
46006
|
+
});
|
|
46007
|
+
|
|
46008
|
+
return Promise.resolve(_temp6 && _temp6.then ? _temp6.then(function () {}) : void 0);
|
|
46009
|
+
} catch (e) {
|
|
46010
|
+
return Promise.reject(e);
|
|
46011
|
+
}
|
|
46012
|
+
};
|
|
46013
|
+
|
|
46014
|
+
useEffect(function () {
|
|
46015
|
+
defaultLanguage != language && changeLanguageApp(defaultLanguage);
|
|
46016
|
+
getListLanguage();
|
|
46017
|
+
}, []);
|
|
46018
|
+
return {
|
|
46019
|
+
languageList: languageList,
|
|
46020
|
+
toggle: toggle,
|
|
46021
|
+
dropdownOpen: dropdownOpen,
|
|
46022
|
+
currentLang: currentLang,
|
|
46023
|
+
changeLanguageApp: changeLanguageApp,
|
|
46024
|
+
setCurrentLang: setCurrentLang
|
|
46025
|
+
};
|
|
46026
|
+
};
|
|
46027
|
+
|
|
46028
|
+
var TheLanguageDropdown = function TheLanguageDropdown() {
|
|
46029
|
+
var _useLanguages = useLanguages(),
|
|
46030
|
+
languageList = _useLanguages.languageList,
|
|
46031
|
+
toggle = _useLanguages.toggle,
|
|
46032
|
+
dropdownOpen = _useLanguages.dropdownOpen,
|
|
46033
|
+
currentLang = _useLanguages.currentLang,
|
|
46034
|
+
changeLanguageApp = _useLanguages.changeLanguageApp;
|
|
46035
|
+
|
|
46036
|
+
var currentLanguage = useMemo(function () {
|
|
46037
|
+
var current = languageList.find(function (i) {
|
|
46038
|
+
return i.code === currentLang;
|
|
46039
|
+
});
|
|
46040
|
+
if (!current) return null;
|
|
46041
|
+
return React.createElement(React.Fragment, null, React.createElement("img", {
|
|
46042
|
+
className: "mr-2 " + styles['dropdown-menu-flag'],
|
|
46043
|
+
src: "" + getStaticFileUrl(current.image)
|
|
46044
|
+
}), " ", current.name);
|
|
46045
|
+
}, [currentLang, languageList]);
|
|
46046
|
+
return React.createElement(Dropdown, {
|
|
46047
|
+
isOpen: dropdownOpen,
|
|
46048
|
+
toggle: toggle,
|
|
46049
|
+
className: "" + styles["dropdown-menu"]
|
|
46050
|
+
}, React.createElement(DropdownToggle, {
|
|
46051
|
+
className: styles["header-avatar"] + " d-flex align-items-center"
|
|
46052
|
+
}, React.createElement("span", {
|
|
46053
|
+
style: {
|
|
46054
|
+
color: "#000",
|
|
46055
|
+
textTransform: "capitalize",
|
|
46056
|
+
display: 'flex',
|
|
46057
|
+
alignItems: 'center'
|
|
46058
|
+
}
|
|
46059
|
+
}, currentLanguage, React.createElement(BsChevronDown, {
|
|
46060
|
+
className: "ml-2",
|
|
46061
|
+
style: {
|
|
46062
|
+
fontSize: '10px'
|
|
46063
|
+
}
|
|
46064
|
+
}))), React.createElement(DropdownMenu, {
|
|
46065
|
+
className: styles["dropdown-content-language"]
|
|
46066
|
+
}, !!languageList && languageList.length > 0 && languageList.map(function (lang, index) {
|
|
46067
|
+
return React.createElement(DropdownItem, {
|
|
46068
|
+
key: lang.code,
|
|
46069
|
+
className: styles["dropdown-change"] + " px-0 py-0 " + (index === languageList.length - 1 ? "pb-2" : "pt-2"),
|
|
46070
|
+
onClick: function onClick() {
|
|
46071
|
+
return changeLanguageApp(lang.code);
|
|
46072
|
+
}
|
|
46073
|
+
}, React.createElement("div", {
|
|
46074
|
+
className: styles["dropdown-item-language"] + " " + styles["item-logout"] + " " + (currentLang == lang.code ? styles['dropdown-item-language-active'] : "") + " d-flex align-items-center w-100"
|
|
46075
|
+
}, React.createElement("span", {
|
|
46076
|
+
className: "mr-2 d-flex hover-opacity"
|
|
46077
|
+
}, React.createElement("img", {
|
|
46078
|
+
style: {
|
|
46079
|
+
width: "30px",
|
|
46080
|
+
height: "25px",
|
|
46081
|
+
borderRadius: "5px"
|
|
46082
|
+
},
|
|
46083
|
+
src: getStaticFileUrl(lang.image)
|
|
46084
|
+
})), lang.name));
|
|
46085
|
+
})));
|
|
46086
|
+
};
|
|
46087
|
+
|
|
46088
|
+
var TheHeader = function TheHeader(_ref) {
|
|
46089
|
+
var onToggleModel = _ref.onToggleModel;
|
|
46090
|
+
var dispatch = useDispatch();
|
|
46091
|
+
var sidebarShow = useSelector(function (state) {
|
|
46092
|
+
return state.common.sidebarShow;
|
|
46093
|
+
});
|
|
46094
|
+
|
|
46095
|
+
var _useTranslation = useTranslation(),
|
|
46096
|
+
t = _useTranslation.t;
|
|
46097
|
+
|
|
46098
|
+
var toggleSidebarMobile = function toggleSidebarMobile() {
|
|
46099
|
+
var val = [false, "responsive"].includes(sidebarShow) ? true : "responsive";
|
|
46100
|
+
dispatch(setSidebar(val));
|
|
46101
|
+
};
|
|
46102
|
+
|
|
46103
|
+
var isDistrict = window.location.host.includes("-district");
|
|
46104
|
+
return React.createElement(CHeader, {
|
|
46105
|
+
withSubheader: true,
|
|
46106
|
+
className: "d-flex align-items-center justify-content-end"
|
|
46107
|
+
}, React.createElement(CToggler, {
|
|
46108
|
+
inHeader: true,
|
|
46109
|
+
className: "ml-md-3 d-lg-none",
|
|
46110
|
+
onClick: toggleSidebarMobile
|
|
46111
|
+
}), React.createElement(CHeaderBrand, {
|
|
46112
|
+
className: "mx-auto flex-grow-1 d-lg-none",
|
|
46113
|
+
to: "/"
|
|
46114
|
+
}, React.createElement("img", {
|
|
46115
|
+
src: getStaticFileUrl(Images.LOGO_HEADER),
|
|
46116
|
+
className: styles["header-logo"]
|
|
46117
|
+
})), React.createElement(CHeaderNav, {
|
|
46118
|
+
className: "pr-3"
|
|
46119
|
+
}, React.createElement(TheLanguageDropdown, null), React.createElement("a", {
|
|
46120
|
+
className: "mr-3",
|
|
46121
|
+
style: {
|
|
46122
|
+
color: '#000'
|
|
46123
|
+
},
|
|
46124
|
+
href: '/privacy-policy',
|
|
46125
|
+
target: "blank"
|
|
46126
|
+
}, t("privacy_policy")), !isDistrict && React.createElement(NotificationButton, null), React.createElement(TheHeaderDropdown, {
|
|
46127
|
+
onToggleModel: onToggleModel
|
|
46128
|
+
})));
|
|
46129
|
+
};
|
|
46130
|
+
|
|
46131
|
+
var ModelSelectRole = function ModelSelectRole(_ref) {
|
|
46132
|
+
var _handleUserRole;
|
|
46133
|
+
|
|
46134
|
+
var open = _ref.open,
|
|
46135
|
+
onToggleModel = _ref.onToggleModel;
|
|
46136
|
+
var dispatch = useDispatch();
|
|
46137
|
+
|
|
46138
|
+
var _useTranslation = useTranslation(),
|
|
46139
|
+
t = _useTranslation.t;
|
|
46140
|
+
|
|
46141
|
+
var history = useHistory();
|
|
46142
|
+
var pathname = window.location.pathname;
|
|
46143
|
+
var user = useSelector(function (state) {
|
|
46144
|
+
return state.common.user;
|
|
46145
|
+
});
|
|
46146
|
+
var roles = user === null || user === void 0 ? void 0 : user.roles;
|
|
46147
|
+
|
|
46148
|
+
var handleSelectUserRoles = function handleSelectUserRoles(roles) {
|
|
46149
|
+
dispatch(setLoading(true));
|
|
46150
|
+
var roleSelect = roles.includes("Teacher/Assistant") ? ["Teacher", "Assistant"] : roles;
|
|
46151
|
+
dispatch(setUser(_extends({}, user, {
|
|
46152
|
+
roles: roleSelect
|
|
46153
|
+
})));
|
|
46154
|
+
localStorage.setItem("ROLES", roleSelect.toString());
|
|
46155
|
+
onToggleModel();
|
|
46156
|
+
|
|
46157
|
+
if (roles.includes("Parent")) {
|
|
46158
|
+
history.push("/parent");
|
|
46159
|
+
} else if (roles.includes("Admin")) {
|
|
46160
|
+
history.push("/admin/home");
|
|
46161
|
+
} else {
|
|
46162
|
+
pathname !== "/home" ? history.push("/home") : window.location.reload();
|
|
46163
|
+
}
|
|
46164
|
+
};
|
|
46165
|
+
|
|
46166
|
+
return React.createElement(Modal, {
|
|
46167
|
+
isOpen: open,
|
|
46168
|
+
toggle: function toggle() {
|
|
46169
|
+
return onToggleModel();
|
|
46170
|
+
},
|
|
46171
|
+
className: "" + styles["model-switch-roles"],
|
|
46172
|
+
centered: true
|
|
46173
|
+
}, React.createElement("p", {
|
|
46174
|
+
className: "" + styles["title"]
|
|
46175
|
+
}, t("continue_as")), React.createElement("div", null, (_handleUserRole = handleUserRole(user === null || user === void 0 ? void 0 : user.roles)) === null || _handleUserRole === void 0 ? void 0 : _handleUserRole.map(function (r) {
|
|
46176
|
+
return React.createElement("p", {
|
|
46177
|
+
key: r,
|
|
46178
|
+
className: styles["item-select-role"] + " " + styles[roles.includes("Teacher") && roles.includes("Assistant") && r === "Teacher/Assistant" && !roles.includes("Admin") || roles.includes("Admin") && r === "Admin" || roles.includes(r) && !roles.includes("Admin") ? "item-role-active" : ""],
|
|
46179
|
+
onClick: function onClick() {
|
|
46180
|
+
return handleSelectUserRoles([r]);
|
|
46181
|
+
}
|
|
46182
|
+
}, r == "SecondaryTeacher" ? "Support Teacher" : r);
|
|
46183
|
+
})));
|
|
46184
|
+
};
|
|
46185
|
+
|
|
46186
|
+
var TheLayout = function TheLayout(_ref) {
|
|
46187
|
+
var routes = _ref.routes,
|
|
46188
|
+
navigation = _ref.navigation;
|
|
46189
|
+
var history = useHistory();
|
|
46190
|
+
var dispatch = useDispatch();
|
|
46191
|
+
var user = useSelector(function (state) {
|
|
46192
|
+
return state.common.user;
|
|
46193
|
+
});
|
|
46194
|
+
var language = useSelector(function (state) {
|
|
46195
|
+
return state.common.language;
|
|
46196
|
+
});
|
|
46197
|
+
|
|
46198
|
+
var _useState = useState(false),
|
|
46199
|
+
openModelSelectRole = _useState[0],
|
|
46200
|
+
setOpenModelSelectRole = _useState[1];
|
|
46201
|
+
|
|
46202
|
+
var _useTranslation = useTranslation(),
|
|
46203
|
+
t = _useTranslation.t;
|
|
46204
|
+
|
|
46205
|
+
var location = useLocation();
|
|
46206
|
+
var isNotification = location.pathname.includes("notifications");
|
|
46207
|
+
var isDistrict = window.location.host.includes("-district");
|
|
46208
|
+
|
|
46209
|
+
var handleToggleModel = function handleToggleModel() {
|
|
46210
|
+
setOpenModelSelectRole(!openModelSelectRole);
|
|
46211
|
+
};
|
|
46212
|
+
|
|
46213
|
+
var authRoutes = useMemo(function () {
|
|
46214
|
+
return routes.filter(function (route) {
|
|
46215
|
+
return canAccess(user === null || user === void 0 ? void 0 : user.roles, route.roles);
|
|
46216
|
+
}).filter(function (route) {
|
|
46217
|
+
return !!route.isDistrict === isDistrict;
|
|
46218
|
+
});
|
|
46219
|
+
}, [user, language]);
|
|
46220
|
+
var authNavigations = useMemo(function () {
|
|
46221
|
+
return navigation.map(function (item) {
|
|
46222
|
+
var _item$_children, _item$_children2;
|
|
46223
|
+
|
|
46224
|
+
return _extends({}, item, {
|
|
46225
|
+
name: t(item.name),
|
|
46226
|
+
_children: item !== null && item !== void 0 && (_item$_children = item._children) !== null && _item$_children !== void 0 && _item$_children.length ? item === null || item === void 0 ? void 0 : (_item$_children2 = item._children) === null || _item$_children2 === void 0 ? void 0 : _item$_children2.map(function (x) {
|
|
46227
|
+
return _extends({}, x, {
|
|
46228
|
+
name: t(x.name)
|
|
46229
|
+
});
|
|
46230
|
+
}) : undefined
|
|
46231
|
+
});
|
|
46232
|
+
}).filter(function (nav) {
|
|
46233
|
+
return canAccess(user === null || user === void 0 ? void 0 : user.roles, nav.roles);
|
|
46234
|
+
}).filter(function (nav) {
|
|
46235
|
+
return !!nav.isDistrict === isDistrict;
|
|
46236
|
+
});
|
|
46237
|
+
}, [user, language]);
|
|
46238
|
+
|
|
46239
|
+
var getInformationSetting = function getInformationSetting() {
|
|
46240
|
+
try {
|
|
46241
|
+
var _temp2 = _catch(function () {
|
|
46242
|
+
return Promise.resolve(getSchoolSettings()).then(function (res) {
|
|
46243
|
+
dispatch(setSandboxMode(res.data.isSandboxMode));
|
|
46244
|
+
});
|
|
46245
|
+
}, function (err) {
|
|
46246
|
+
console.error(err);
|
|
46247
|
+
});
|
|
46248
|
+
|
|
46249
|
+
return Promise.resolve(_temp2 && _temp2.then ? _temp2.then(function () {}) : void 0);
|
|
46250
|
+
} catch (e) {
|
|
46251
|
+
return Promise.reject(e);
|
|
46252
|
+
}
|
|
46253
|
+
};
|
|
46254
|
+
|
|
46255
|
+
useEffect(function () {
|
|
46256
|
+
checkAuthentication();
|
|
46257
|
+
}, []);
|
|
46258
|
+
useEffect(function () {
|
|
46259
|
+
getInformationSetting();
|
|
46260
|
+
}, [location.pathname]);
|
|
46261
|
+
|
|
46262
|
+
var checkAuthentication = function checkAuthentication() {
|
|
46263
|
+
try {
|
|
46264
|
+
var _temp4 = _catch(function () {
|
|
46265
|
+
return Promise.resolve(firstCheckToken()).then(function (tokenStatus) {
|
|
46266
|
+
tokenStatus ? loadInfo() : resetAuth();
|
|
46267
|
+
});
|
|
46268
|
+
}, function () {
|
|
46269
|
+
resetAuth();
|
|
46270
|
+
});
|
|
46271
|
+
|
|
46272
|
+
return Promise.resolve(_temp4 && _temp4.then ? _temp4.then(function () {}) : void 0);
|
|
46273
|
+
} catch (e) {
|
|
46274
|
+
return Promise.reject(e);
|
|
46275
|
+
}
|
|
46276
|
+
};
|
|
46277
|
+
|
|
46278
|
+
var loadInfo = function loadInfo() {
|
|
46279
|
+
try {
|
|
46280
|
+
var _temp6 = _catch(function () {
|
|
46281
|
+
return Promise.resolve(getInfo()).then(function (info) {
|
|
46282
|
+
var _info$data, _info$data$roles;
|
|
46283
|
+
|
|
46284
|
+
if (!info || !(info !== null && info !== void 0 && (_info$data = info.data) !== null && _info$data !== void 0 && (_info$data$roles = _info$data.roles) !== null && _info$data$roles !== void 0 && _info$data$roles.includes("Admin"))) {
|
|
46285
|
+
resetAuth();
|
|
46286
|
+
}
|
|
46287
|
+
|
|
46288
|
+
dispatch(setUser(info.data));
|
|
46289
|
+
});
|
|
46290
|
+
}, function () {
|
|
46291
|
+
resetAuth();
|
|
46292
|
+
});
|
|
46293
|
+
|
|
46294
|
+
return Promise.resolve(_temp6 && _temp6.then ? _temp6.then(function () {}) : void 0);
|
|
46295
|
+
} catch (e) {
|
|
46296
|
+
return Promise.reject(e);
|
|
46297
|
+
}
|
|
46298
|
+
};
|
|
46299
|
+
|
|
46300
|
+
var resetAuth = function resetAuth() {
|
|
46301
|
+
localStorage.removeItem(ACCESS_TOKEN);
|
|
46302
|
+
history.push("/");
|
|
46303
|
+
};
|
|
46304
|
+
|
|
46305
|
+
if (!user) {
|
|
46306
|
+
return React.createElement(Loading, null);
|
|
46307
|
+
}
|
|
46308
|
+
|
|
46309
|
+
return React.createElement("div", {
|
|
46310
|
+
className: "c-app c-default-layout"
|
|
46311
|
+
}, !isNotification && React.createElement(TheSidebar, {
|
|
46312
|
+
navigation: authNavigations
|
|
46313
|
+
}), React.createElement("div", {
|
|
46314
|
+
className: "c-wrapper"
|
|
46315
|
+
}, !isNotification && React.createElement(TheHeader, {
|
|
46316
|
+
onToggleModel: handleToggleModel
|
|
46317
|
+
}), React.createElement("div", {
|
|
46318
|
+
className: "c-body bg-white"
|
|
46319
|
+
}, React.createElement(TheContent$1, {
|
|
46320
|
+
routes: authRoutes
|
|
46321
|
+
}))), React.createElement(ModelSelectRole, {
|
|
46322
|
+
open: openModelSelectRole,
|
|
46323
|
+
onToggleModel: handleToggleModel
|
|
46324
|
+
}));
|
|
46325
|
+
};
|
|
46326
|
+
|
|
46327
|
+
var amplitudeClient$1 = amplitude.getInstance();
|
|
46328
|
+
|
|
46329
|
+
export { ACCESS_TOKEN, ANSWER_EDITOR_HEIGHT, AcademicClassSelector, AddButton, BASE_URL, CHAT_CHANNEL, CategorySelector, CommonAlert, CommonHeader, CommonModal$1 as CommonModal, CreatableSelector, CustomPagination, CustomSelector, CustomTabs as CustomTab, DATE_FORMAT, DATE_RESULT, DEFAULT_FILTER, DEFAULT_LANGUAGE_CODE, Dashboard, DeleteButtonIcon, DetailActionButtons, EMOTIONS, EditButtonIcon, EmailTemplateDetail, EmailTemplateList, EmptyDataAlert, ErrorHandler, FULL_DATE_RESULT, FaqList, InputFile as FileInput, GOOGLE_RECAPTCHA_KEY, GalleryList, INIT_AMPLITUDE_KEY_PROD, INIT_AMPLITUDE_KEY_STAGE, Images, LANGUAGES, LICENSE_AGGRID, LinkEditButton, Loading, Login, MediaList, NOTIFICATION_ALERT_KEY, NOTIFICATION_CHANNEL, NotFound, NotificationList, NotificationLogoutModal, NotificationModal, QUESTION_TYPES, QUESTION_TYPES_OPTIONS, QuestionCategorySelector, QuestionTypeSelector, QuitPrompt, ReactNotification, RequiredLabel$1 as RequiredLabel, SANDBOX_NOTIFICATION, SUPPORTED_LANGUAGES_CODE, SandboxAlert, SchoolList, ScrollToTop, SearchBox$1 as SearchBox, SearchBoxContainer, SkillList, StarRatingSelector, SuggestionCategorySelector, TAB_COLORS, TINY_MCE_API_KEY, TheContent$1 as TheContent, TheLayout, ToggleButton, UploadFileButton, UserContainer, UserDetail, UserList, addTab, amplitudeClient$1 as amplitudeClient, answerQuestion, answerQuestionDataPlayer, api, apiUpload, canAccess as canAccessRoute, changeNote, changeTags, clearTab, closeTab, debounce, editTab, editorConfig, firstCheckToken, generateRandomString, getCookieValue, getFileUrl, getInfo, getStaticFileUrl, getTextFromHTML, i18n, initAmplitude, isInViewport, isLocalhost, reset, setAlert, setAssessmentList, setAssignmentList, setAssistantList, setBadgeList, setBandScoreList, setCertificateList, setClassList, setConferenceRubricList, setConversationOneToOne, setCurrentStudentId, setCurrentStudentName, setCurrentStudentUserId, setCustomAlertList, setDataPlayer, setEditItemQuesion, setEnableIEP, setEnableSurvey, setFeedbackList, setFilterWidget, setGoalExampleList, setImproveMyClass, setLanguage, setLearningSupportCategoryList, setLoading, setMailCategory, setModal, setMoveItemQuestion, setMyStudent, setQuestionByCategory, setQuestionCateList, setQuestionList, setReflectionList, setReflectionResultList, setResetQuestionList, setSandboxMode, setSchoolBlankDayList, setSelectQuestion, setSemesterList, setSessionPlayer, setSessionTemplateGeneralClassList, setSessionTemplateList, setStartTime, setStrategyList, setStudentIdSelectedByTeacher, setStudentList, setSubjectList, setSuggestionList, setTurnOffPassWhenChangeMode, setTutorialScreenList, setUser, setUserList, showFontSize, showMenuBar, store, systemCertificateUpload, systemStudentBadge, uploadFile, useFilters, useGalleryList, utcToLocalTime };
|
|
45202
46330
|
//# sourceMappingURL=index.modern.js.map
|