mario-core 2.9.233-layout → 2.9.234-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 +1840 -676
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1842 -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,100 @@ 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 labelText = {
|
|
1951
|
+
updateDetail: "Update more detail to your {{subject}} interest",
|
|
1952
|
+
addDetail: "Add more detail to your {{subject}} interest"
|
|
1953
|
+
};
|
|
1954
|
+
var titleLabel = "Type your {{subject}} interest";
|
|
1955
|
+
var deleteText = "Delete {{subject}} interest";
|
|
1956
|
+
var actionText = "{{action}} {{subject}} interest";
|
|
1863
1957
|
var lang_us = {
|
|
1864
1958
|
dashboard: dashboard,
|
|
1865
1959
|
user: user,
|
|
@@ -3702,7 +3796,114 @@ var lang_us = {
|
|
|
3702
3796
|
grade_usage: grade_usage,
|
|
3703
3797
|
total_conversations: total_conversations,
|
|
3704
3798
|
impersonate: impersonate,
|
|
3705
|
-
hi: hi
|
|
3799
|
+
hi: hi,
|
|
3800
|
+
transition_plan: transition_plan,
|
|
3801
|
+
updated_on: updated_on,
|
|
3802
|
+
print_my_learning_plan: print_my_learning_plan,
|
|
3803
|
+
print_my_transition_plan: print_my_transition_plan,
|
|
3804
|
+
about_me: about_me,
|
|
3805
|
+
name_your_interest: name_your_interest,
|
|
3806
|
+
add_more_detail_to_your_interest: add_more_detail_to_your_interest,
|
|
3807
|
+
create_interest: create_interest,
|
|
3808
|
+
"your_interest_has_been_successfully_created_!": "Your interest has been successfully created!",
|
|
3809
|
+
view_plp: view_plp,
|
|
3810
|
+
my_current_plp: my_current_plp,
|
|
3811
|
+
my_learning_strategies: my_learning_strategies,
|
|
3812
|
+
add_new_interest: add_new_interest,
|
|
3813
|
+
add_new_challenge: add_new_challenge,
|
|
3814
|
+
add_new_strength: add_new_strength,
|
|
3815
|
+
add_new_idea: add_new_idea,
|
|
3816
|
+
add_new_people: add_new_people,
|
|
3817
|
+
add_new_tool: add_new_tool,
|
|
3818
|
+
add_new_strategy: add_new_strategy,
|
|
3819
|
+
add_new_dream: add_new_dream,
|
|
3820
|
+
my_support_network: my_support_network,
|
|
3821
|
+
add_person: add_person,
|
|
3822
|
+
closer_family: closer_family,
|
|
3823
|
+
family: family,
|
|
3824
|
+
mentors: mentors,
|
|
3825
|
+
tutors: tutors,
|
|
3826
|
+
my_timeline: my_timeline,
|
|
3827
|
+
add_milestone: add_milestone,
|
|
3828
|
+
add_test: add_test,
|
|
3829
|
+
"you_haven't_added_any academic_milestones_yet": "You haven't added any academic milestones yet",
|
|
3830
|
+
"you_haven't_added_any_tests_yet": "You haven't added any tests yet",
|
|
3831
|
+
colleges: colleges,
|
|
3832
|
+
"you_haven't_added_any_colleges_yet": "You haven't added any colleges yet",
|
|
3833
|
+
add_colleges: add_colleges,
|
|
3834
|
+
my_transition_plan: my_transition_plan,
|
|
3835
|
+
academic_milestones: academic_milestones,
|
|
3836
|
+
tests: tests,
|
|
3837
|
+
academic_and_career_interests: academic_and_career_interests,
|
|
3838
|
+
you_havent_added_any_interests_yet: you_havent_added_any_interests_yet,
|
|
3839
|
+
add_a_plan: add_a_plan,
|
|
3840
|
+
extra_curricular_activities: extra_curricular_activities,
|
|
3841
|
+
"you_haven't_added_any_activities_yet": "You haven't added any activities yet",
|
|
3842
|
+
add_new_activity: add_new_activity,
|
|
3843
|
+
courses: courses,
|
|
3844
|
+
"you_haven't_added_any_courses_yet": "You haven't added any courses yet",
|
|
3845
|
+
add_new_courses: add_new_courses,
|
|
3846
|
+
"standardized_tests_/_exams": "Standardized Tests/Exams",
|
|
3847
|
+
"potential_career_training_courese_/_colleges": "Potential Career Training Courses/Colleges",
|
|
3848
|
+
"you_haven't_added_any_courses_/_colleges_yet": "You haven't added any courses/colleges yet",
|
|
3849
|
+
"add_new_courese_/_college": "Add New Courses/College",
|
|
3850
|
+
add_new_college: add_new_college,
|
|
3851
|
+
"you_haven't_added_any_references_yet": "You haven't added any references yet",
|
|
3852
|
+
references: references,
|
|
3853
|
+
resources_for_my_future: resources_for_my_future,
|
|
3854
|
+
"you_haven't_added_any_resources_yet": "You haven't added any resources yet",
|
|
3855
|
+
add_new_resources: add_new_resources,
|
|
3856
|
+
my_essays: my_essays,
|
|
3857
|
+
"you_haven't_added_any_essays_yet": "You haven't added any essays yet",
|
|
3858
|
+
add_essay: add_essay,
|
|
3859
|
+
learning_portfolios: learning_portfolios,
|
|
3860
|
+
"you_haven't_added_any_learning_portfolios_yet": "You haven't added any learning portfolios yet",
|
|
3861
|
+
add_portfolio: add_portfolio,
|
|
3862
|
+
financial_planning: financial_planning,
|
|
3863
|
+
"you_haven't_added_any_plans_yet": "You haven't added any plans yet",
|
|
3864
|
+
add_new_plan: add_new_plan,
|
|
3865
|
+
"students_shaded_red_have_an_incomplete_check-_in": "Students shaded red have an incomplete check- in",
|
|
3866
|
+
rows_per_page: rows_per_page,
|
|
3867
|
+
anonymous_link: anonymous_link,
|
|
3868
|
+
select_ratings_of_questions: select_ratings_of_questions,
|
|
3869
|
+
select_responses_distribution: select_responses_distribution,
|
|
3870
|
+
you_can_only_select_one_question_per_time: you_can_only_select_one_question_per_time,
|
|
3871
|
+
number_of_answers: number_of_answers,
|
|
3872
|
+
my_interests: my_interests,
|
|
3873
|
+
i_like_to_know_more_about: i_like_to_know_more_about,
|
|
3874
|
+
my_strengths: my_strengths,
|
|
3875
|
+
my_challenges: my_challenges,
|
|
3876
|
+
i_can_help_myself_by: i_can_help_myself_by,
|
|
3877
|
+
my_teacher_can_help_me_by: my_teacher_can_help_me_by,
|
|
3878
|
+
other_people_who_can_help_me_are: other_people_who_can_help_me_are,
|
|
3879
|
+
tools_things_that_can_help_me_are: tools_things_that_can_help_me_are,
|
|
3880
|
+
my_goals: my_goals,
|
|
3881
|
+
my_goals_and_targets: my_goals_and_targets,
|
|
3882
|
+
my_hopes_and_dreams: my_hopes_and_dreams,
|
|
3883
|
+
missing_grade: missing_grade,
|
|
3884
|
+
grade_must_be_equal_or_greater_than_grade_level_1: grade_must_be_equal_or_greater_than_grade_level_1,
|
|
3885
|
+
you_havent_added_any_challenges_yet: you_havent_added_any_challenges_yet,
|
|
3886
|
+
you_havent_added_any_strengths_yet: you_havent_added_any_strengths_yet,
|
|
3887
|
+
you_havent_added_any_idea_yet: you_havent_added_any_idea_yet,
|
|
3888
|
+
you_havent_added_any_people_yet: you_havent_added_any_people_yet,
|
|
3889
|
+
you_havent_added_any_tools_yet: you_havent_added_any_tools_yet,
|
|
3890
|
+
you_havent_added_any_strategies_yet: you_havent_added_any_strategies_yet,
|
|
3891
|
+
you_havent_added_any_goals_and_targets_yet: you_havent_added_any_goals_and_targets_yet,
|
|
3892
|
+
you_havent_added_any_hopes_and_dreams_yet: you_havent_added_any_hopes_and_dreams_yet,
|
|
3893
|
+
ways_I_learn_best: ways_I_learn_best,
|
|
3894
|
+
your: your,
|
|
3895
|
+
interest: interest,
|
|
3896
|
+
strength: strength,
|
|
3897
|
+
challenge: challenge,
|
|
3898
|
+
idea: idea,
|
|
3899
|
+
people: people,
|
|
3900
|
+
tool: tool,
|
|
3901
|
+
dream: dream,
|
|
3902
|
+
person: person,
|
|
3903
|
+
labelText: labelText,
|
|
3904
|
+
titleLabel: titleLabel,
|
|
3905
|
+
deleteText: deleteText,
|
|
3906
|
+
actionText: actionText
|
|
3706
3907
|
};
|
|
3707
3908
|
|
|
3708
3909
|
var dashboard$1 = "Dashboard";
|
|
@@ -4479,7 +4680,7 @@ var log_out$1 = "Log out";
|
|
|
4479
4680
|
var data_dashboard$1 = "Data Dashboard";
|
|
4480
4681
|
var deep_learning_tools$1 = "Deep Learning Tools";
|
|
4481
4682
|
var my_profile$1 = "My Profile";
|
|
4482
|
-
var phone$1 = "
|
|
4683
|
+
var phone$1 = "Phone";
|
|
4483
4684
|
var calendar_id$1 = "Calendar ID";
|
|
4484
4685
|
var old_password$1 = "Old password";
|
|
4485
4686
|
var confirm_new_password$1 = "Confirm new password";
|
|
@@ -5526,6 +5727,100 @@ var grade_usage$1 = "Grade Usage";
|
|
|
5526
5727
|
var total_conversations$1 = "Total Conversations";
|
|
5527
5728
|
var impersonate$1 = "Impersonate";
|
|
5528
5729
|
var hi$1 = "Hi";
|
|
5730
|
+
var transition_plan$1 = "Transition Plan";
|
|
5731
|
+
var updated_on$1 = "Updated on";
|
|
5732
|
+
var print_my_learning_plan$1 = "Print My Learning Plan";
|
|
5733
|
+
var print_my_transition_plan$1 = "Print My Transition Plan";
|
|
5734
|
+
var about_me$1 = "About Me";
|
|
5735
|
+
var name_your_interest$1 = "Name your interest";
|
|
5736
|
+
var add_more_detail_to_your_interest$1 = "Add more detail to your interest";
|
|
5737
|
+
var create_interest$1 = "Create Interest";
|
|
5738
|
+
var view_plp$1 = "View PLP";
|
|
5739
|
+
var my_current_plp$1 = "View Current PLP";
|
|
5740
|
+
var my_learning_strategies$1 = "My Learning Strategies";
|
|
5741
|
+
var add_new_interest$1 = "Add New Interest";
|
|
5742
|
+
var add_new_challenge$1 = "Add New Challenge";
|
|
5743
|
+
var add_new_strength$1 = "Add New Strength";
|
|
5744
|
+
var add_new_idea$1 = "Add New Idea";
|
|
5745
|
+
var add_new_people$1 = "Add New People";
|
|
5746
|
+
var add_new_tool$1 = "Add New Tool";
|
|
5747
|
+
var add_new_strategy$1 = "Add New Strategy";
|
|
5748
|
+
var add_new_dream$1 = "Add New Dream";
|
|
5749
|
+
var my_support_network$1 = "My Support Network";
|
|
5750
|
+
var add_person$1 = "Add Person";
|
|
5751
|
+
var closer_family$1 = "Closer Family";
|
|
5752
|
+
var family$1 = "Family";
|
|
5753
|
+
var mentors$1 = "Mentors";
|
|
5754
|
+
var tutors$1 = "Tutors";
|
|
5755
|
+
var my_timeline$1 = "My Timeline";
|
|
5756
|
+
var add_milestone$1 = "Add Milestone";
|
|
5757
|
+
var add_test$1 = "Add Test";
|
|
5758
|
+
var colleges$1 = "Colleges";
|
|
5759
|
+
var add_colleges$1 = "Add Colleges";
|
|
5760
|
+
var my_transition_plan$1 = "My Transition Plan";
|
|
5761
|
+
var academic_milestones$1 = "Academic milestones";
|
|
5762
|
+
var tests$1 = "Tests";
|
|
5763
|
+
var academic_and_career_interests$1 = "Academic and Career Interests";
|
|
5764
|
+
var you_havent_added_any_interests_yet$1 = "You haven't added any interests yet";
|
|
5765
|
+
var add_a_plan$1 = "Add A Plan";
|
|
5766
|
+
var extra_curricular_activities$1 = "Extra Curricular Activities";
|
|
5767
|
+
var add_new_activity$1 = "Add New Activity";
|
|
5768
|
+
var courses$1 = "Courses";
|
|
5769
|
+
var add_new_courses$1 = "Add New Courses";
|
|
5770
|
+
var add_new_college$1 = "Add New College";
|
|
5771
|
+
var references$1 = "References";
|
|
5772
|
+
var resources_for_my_future$1 = "Resources for My Future";
|
|
5773
|
+
var add_new_resources$1 = "Add New Resources";
|
|
5774
|
+
var my_essays$1 = "My Essays";
|
|
5775
|
+
var add_essay$1 = "Add essay";
|
|
5776
|
+
var learning_portfolios$1 = "Learning Portfolios";
|
|
5777
|
+
var add_portfolio$1 = "Add Portfolio";
|
|
5778
|
+
var financial_planning$1 = "Financial Planning";
|
|
5779
|
+
var add_new_plan$1 = "Add New Plan";
|
|
5780
|
+
var rows_per_page$1 = "Rows per page";
|
|
5781
|
+
var anonymous_link$1 = "Anonymous Link";
|
|
5782
|
+
var select_ratings_of_questions$1 = "Select Ratings of Questions";
|
|
5783
|
+
var select_responses_distribution$1 = "Select Responses Distribution";
|
|
5784
|
+
var you_can_only_select_one_question_per_time$1 = "You can only select one question per time";
|
|
5785
|
+
var number_of_answers$1 = "Number of Answers";
|
|
5786
|
+
var my_interests$1 = "My Interests";
|
|
5787
|
+
var i_like_to_know_more_about$1 = "I'd like to know more about";
|
|
5788
|
+
var my_strengths$1 = "My strengths";
|
|
5789
|
+
var my_challenges$1 = "My challenges";
|
|
5790
|
+
var i_can_help_myself_by$1 = "I can help myself by";
|
|
5791
|
+
var my_teacher_can_help_me_by$1 = "My teacher can help me by";
|
|
5792
|
+
var other_people_who_can_help_me_are$1 = "Other people who can help me are";
|
|
5793
|
+
var tools_things_that_can_help_me_are$1 = "Tools/things that can help me are";
|
|
5794
|
+
var my_goals$1 = "My goals";
|
|
5795
|
+
var my_goals_and_targets$1 = "My goals and targets";
|
|
5796
|
+
var my_hopes_and_dreams$1 = "My hopes and dreams";
|
|
5797
|
+
var missing_grade$1 = "Missing grade";
|
|
5798
|
+
var grade_must_be_equal_or_greater_than_grade_level_1$1 = "Grade must be equal or greater than grade level 1";
|
|
5799
|
+
var you_havent_added_any_challenges_yet$1 = "You haven't added any challenges yet";
|
|
5800
|
+
var you_havent_added_any_strengths_yet$1 = "You haven't added any strengths yet";
|
|
5801
|
+
var you_havent_added_any_idea_yet$1 = "You haven't added any ideas yet";
|
|
5802
|
+
var you_havent_added_any_people_yet$1 = "You haven't added any people yet";
|
|
5803
|
+
var you_havent_added_any_tools_yet$1 = "You haven't added any tools yet";
|
|
5804
|
+
var you_havent_added_any_strategies_yet$1 = "You haven't added any strategies yet";
|
|
5805
|
+
var you_havent_added_any_goals_and_targets_yet$1 = "You haven't added any goals and targets yet";
|
|
5806
|
+
var you_havent_added_any_hopes_and_dreams_yet$1 = "You haven't added any hopes and dreams yet";
|
|
5807
|
+
var ways_I_learn_best$1 = "Ways I learn best";
|
|
5808
|
+
var your$1 = "your";
|
|
5809
|
+
var interest$1 = "interest";
|
|
5810
|
+
var strength$1 = "strength";
|
|
5811
|
+
var challenge$1 = "challenge";
|
|
5812
|
+
var idea$1 = "idea";
|
|
5813
|
+
var people$1 = "people";
|
|
5814
|
+
var tool$1 = "tool";
|
|
5815
|
+
var dream$1 = "dream";
|
|
5816
|
+
var person$1 = "person";
|
|
5817
|
+
var labelText$1 = {
|
|
5818
|
+
updateDetail: "Update more detail to your {{subject}} interest",
|
|
5819
|
+
addDetail: "Add more detail to your {{subject}} interest"
|
|
5820
|
+
};
|
|
5821
|
+
var titleLabel$1 = "Type your {{subject}} interest";
|
|
5822
|
+
var deleteText$1 = "Delete {{subject}} interest";
|
|
5823
|
+
var actionText$1 = "{{action}} {{subject}} interest";
|
|
5529
5824
|
var lang_uk = {
|
|
5530
5825
|
dashboard: dashboard$1,
|
|
5531
5826
|
user: user$1,
|
|
@@ -7367,7 +7662,114 @@ var lang_uk = {
|
|
|
7367
7662
|
grade_usage: grade_usage$1,
|
|
7368
7663
|
total_conversations: total_conversations$1,
|
|
7369
7664
|
impersonate: impersonate$1,
|
|
7370
|
-
hi: hi$1
|
|
7665
|
+
hi: hi$1,
|
|
7666
|
+
transition_plan: transition_plan$1,
|
|
7667
|
+
updated_on: updated_on$1,
|
|
7668
|
+
print_my_learning_plan: print_my_learning_plan$1,
|
|
7669
|
+
print_my_transition_plan: print_my_transition_plan$1,
|
|
7670
|
+
about_me: about_me$1,
|
|
7671
|
+
name_your_interest: name_your_interest$1,
|
|
7672
|
+
add_more_detail_to_your_interest: add_more_detail_to_your_interest$1,
|
|
7673
|
+
create_interest: create_interest$1,
|
|
7674
|
+
"your_interest_has_been_successfully_created_!": "Your interest has been successfully created!",
|
|
7675
|
+
view_plp: view_plp$1,
|
|
7676
|
+
my_current_plp: my_current_plp$1,
|
|
7677
|
+
my_learning_strategies: my_learning_strategies$1,
|
|
7678
|
+
add_new_interest: add_new_interest$1,
|
|
7679
|
+
add_new_challenge: add_new_challenge$1,
|
|
7680
|
+
add_new_strength: add_new_strength$1,
|
|
7681
|
+
add_new_idea: add_new_idea$1,
|
|
7682
|
+
add_new_people: add_new_people$1,
|
|
7683
|
+
add_new_tool: add_new_tool$1,
|
|
7684
|
+
add_new_strategy: add_new_strategy$1,
|
|
7685
|
+
add_new_dream: add_new_dream$1,
|
|
7686
|
+
my_support_network: my_support_network$1,
|
|
7687
|
+
add_person: add_person$1,
|
|
7688
|
+
closer_family: closer_family$1,
|
|
7689
|
+
family: family$1,
|
|
7690
|
+
mentors: mentors$1,
|
|
7691
|
+
tutors: tutors$1,
|
|
7692
|
+
my_timeline: my_timeline$1,
|
|
7693
|
+
add_milestone: add_milestone$1,
|
|
7694
|
+
add_test: add_test$1,
|
|
7695
|
+
"you_haven't_added_any academic_milestones_yet": "You haven't added any academic milestones yet",
|
|
7696
|
+
"you_haven't_added_any_tests_yet": "You haven't added any tests yet",
|
|
7697
|
+
colleges: colleges$1,
|
|
7698
|
+
"you_haven't_added_any_colleges_yet": "You haven't added any colleges yet",
|
|
7699
|
+
add_colleges: add_colleges$1,
|
|
7700
|
+
my_transition_plan: my_transition_plan$1,
|
|
7701
|
+
academic_milestones: academic_milestones$1,
|
|
7702
|
+
tests: tests$1,
|
|
7703
|
+
academic_and_career_interests: academic_and_career_interests$1,
|
|
7704
|
+
you_havent_added_any_interests_yet: you_havent_added_any_interests_yet$1,
|
|
7705
|
+
add_a_plan: add_a_plan$1,
|
|
7706
|
+
extra_curricular_activities: extra_curricular_activities$1,
|
|
7707
|
+
"you_haven't_added_any_activities_yet": "You haven't added any activities yet",
|
|
7708
|
+
add_new_activity: add_new_activity$1,
|
|
7709
|
+
courses: courses$1,
|
|
7710
|
+
"you_haven't_added_any_courses_yet": "You haven't added any courses yet",
|
|
7711
|
+
add_new_courses: add_new_courses$1,
|
|
7712
|
+
"standardized_tests_/_exams": "Standardized Tests/Exams",
|
|
7713
|
+
"potential_career_training_courese_/_colleges": "Potential Career Training Courses/Colleges",
|
|
7714
|
+
"you_haven't_added_any_courses_/_colleges_yet": "You haven't added any courses/colleges yet",
|
|
7715
|
+
"add_new_courese_/_college": "Add New Courses/College",
|
|
7716
|
+
add_new_college: add_new_college$1,
|
|
7717
|
+
"you_haven't_added_any_references_yet": "You haven't added any references yet",
|
|
7718
|
+
references: references$1,
|
|
7719
|
+
resources_for_my_future: resources_for_my_future$1,
|
|
7720
|
+
"you_haven't_added_any_resources_yet": "You haven't added any resources yet",
|
|
7721
|
+
add_new_resources: add_new_resources$1,
|
|
7722
|
+
my_essays: my_essays$1,
|
|
7723
|
+
"you_haven't_added_any_essays_yet": "You haven't added any essays yet",
|
|
7724
|
+
add_essay: add_essay$1,
|
|
7725
|
+
learning_portfolios: learning_portfolios$1,
|
|
7726
|
+
"you_haven't_added_any_learning_portfolios_yet": "You haven't added any learning portfolios yet",
|
|
7727
|
+
add_portfolio: add_portfolio$1,
|
|
7728
|
+
financial_planning: financial_planning$1,
|
|
7729
|
+
"you_haven't_added_any_plans_yet": "You haven't added any plans yet",
|
|
7730
|
+
add_new_plan: add_new_plan$1,
|
|
7731
|
+
"students_shaded_red_have_an_incomplete_check-_in": "Students shaded red have an incomplete check- in",
|
|
7732
|
+
rows_per_page: rows_per_page$1,
|
|
7733
|
+
anonymous_link: anonymous_link$1,
|
|
7734
|
+
select_ratings_of_questions: select_ratings_of_questions$1,
|
|
7735
|
+
select_responses_distribution: select_responses_distribution$1,
|
|
7736
|
+
you_can_only_select_one_question_per_time: you_can_only_select_one_question_per_time$1,
|
|
7737
|
+
number_of_answers: number_of_answers$1,
|
|
7738
|
+
my_interests: my_interests$1,
|
|
7739
|
+
i_like_to_know_more_about: i_like_to_know_more_about$1,
|
|
7740
|
+
my_strengths: my_strengths$1,
|
|
7741
|
+
my_challenges: my_challenges$1,
|
|
7742
|
+
i_can_help_myself_by: i_can_help_myself_by$1,
|
|
7743
|
+
my_teacher_can_help_me_by: my_teacher_can_help_me_by$1,
|
|
7744
|
+
other_people_who_can_help_me_are: other_people_who_can_help_me_are$1,
|
|
7745
|
+
tools_things_that_can_help_me_are: tools_things_that_can_help_me_are$1,
|
|
7746
|
+
my_goals: my_goals$1,
|
|
7747
|
+
my_goals_and_targets: my_goals_and_targets$1,
|
|
7748
|
+
my_hopes_and_dreams: my_hopes_and_dreams$1,
|
|
7749
|
+
missing_grade: missing_grade$1,
|
|
7750
|
+
grade_must_be_equal_or_greater_than_grade_level_1: grade_must_be_equal_or_greater_than_grade_level_1$1,
|
|
7751
|
+
you_havent_added_any_challenges_yet: you_havent_added_any_challenges_yet$1,
|
|
7752
|
+
you_havent_added_any_strengths_yet: you_havent_added_any_strengths_yet$1,
|
|
7753
|
+
you_havent_added_any_idea_yet: you_havent_added_any_idea_yet$1,
|
|
7754
|
+
you_havent_added_any_people_yet: you_havent_added_any_people_yet$1,
|
|
7755
|
+
you_havent_added_any_tools_yet: you_havent_added_any_tools_yet$1,
|
|
7756
|
+
you_havent_added_any_strategies_yet: you_havent_added_any_strategies_yet$1,
|
|
7757
|
+
you_havent_added_any_goals_and_targets_yet: you_havent_added_any_goals_and_targets_yet$1,
|
|
7758
|
+
you_havent_added_any_hopes_and_dreams_yet: you_havent_added_any_hopes_and_dreams_yet$1,
|
|
7759
|
+
ways_I_learn_best: ways_I_learn_best$1,
|
|
7760
|
+
your: your$1,
|
|
7761
|
+
interest: interest$1,
|
|
7762
|
+
strength: strength$1,
|
|
7763
|
+
challenge: challenge$1,
|
|
7764
|
+
idea: idea$1,
|
|
7765
|
+
people: people$1,
|
|
7766
|
+
tool: tool$1,
|
|
7767
|
+
dream: dream$1,
|
|
7768
|
+
person: person$1,
|
|
7769
|
+
labelText: labelText$1,
|
|
7770
|
+
titleLabel: titleLabel$1,
|
|
7771
|
+
deleteText: deleteText$1,
|
|
7772
|
+
actionText: actionText$1
|
|
7371
7773
|
};
|
|
7372
7774
|
|
|
7373
7775
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -9183,6 +9585,101 @@ var grade_usage$2 = "استخدام الصف";
|
|
|
9183
9585
|
var total_conversations$2 = "إجمالي المحادثات";
|
|
9184
9586
|
var impersonate$2 = "انتحال شخصية";
|
|
9185
9587
|
var hi$2 = "أهلاً";
|
|
9588
|
+
var transition_plan$2 = "خطة انتقالية";
|
|
9589
|
+
var updated_on$2 = "تحديث في";
|
|
9590
|
+
var print_my_learning_plan$2 = "اطبع خطة التعلم الخاصة بي";
|
|
9591
|
+
var print_my_transition_plan$2 = "اطبع خطتي الانتقالية";
|
|
9592
|
+
var about_me$2 = "ْعَنِّي";
|
|
9593
|
+
var name_your_interest$2 = "قم بتسمية اهتمامك";
|
|
9594
|
+
var add_more_detail_to_your_interest$2 = "أضف المزيد من التفاصيل لاهتمامك";
|
|
9595
|
+
var create_interest$2 = "خلق الاهتمام";
|
|
9596
|
+
var view_plp$2 = "عرض PLP";
|
|
9597
|
+
var my_current_plp$2 = "عرض PLP الحالي";
|
|
9598
|
+
var my_learning_strategies$2 = "استراتيجيات التعلم الخاصة بي";
|
|
9599
|
+
var add_new_interest$2 = "أضف اهتمامًا جديدًا";
|
|
9600
|
+
var add_new_challenge$2 = "إضافة تحدي جديد";
|
|
9601
|
+
var add_new_strength$2 = "أضف قوة جديدة";
|
|
9602
|
+
var add_new_idea$2 = "أضف فكرة جديدة";
|
|
9603
|
+
var add_new_people$2 = "إضافة أشخاص جدد";
|
|
9604
|
+
var add_new_tool$2 = "إضافة أداة جديدة";
|
|
9605
|
+
var add_new_strategy$2 = "إضافة استراتيجية جديدة";
|
|
9606
|
+
var add_new_dream$2 = "أضف حلم جديد";
|
|
9607
|
+
var my_support_network$2 = "شبكة الدعم الخاصة بي";
|
|
9608
|
+
var add_person$2 = "إضافة شخص";
|
|
9609
|
+
var closer_family$2 = "عائلة أقرب";
|
|
9610
|
+
var family$2 = "عائلة";
|
|
9611
|
+
var mentors$2 = "الموجهون";
|
|
9612
|
+
var tutors$2 = "مدرسون";
|
|
9613
|
+
var my_timeline$2 = "الجدول الزمني الخاص بي";
|
|
9614
|
+
var add_milestone$2 = "إضافة معلم";
|
|
9615
|
+
var add_test$2 = "إضافة اختبار";
|
|
9616
|
+
var colleges$2 = "الكليات";
|
|
9617
|
+
var add_colleges$2 = "إضافة الكليات";
|
|
9618
|
+
var my_transition_plan$2 = "خطتي الانتقالية";
|
|
9619
|
+
var academic_milestones$2 = "المعالم الأكاديمية";
|
|
9620
|
+
var tests$2 = "الاختبارات";
|
|
9621
|
+
var academic_and_career_interests$2 = "الاهتمامات الأكاديمية والمهنية";
|
|
9622
|
+
var you_havent_added_any_interests_yet$2 = "لم تقم بإضافة أي اهتمامات حتى الآن";
|
|
9623
|
+
var add_a_plan$2 = "أضف خطة";
|
|
9624
|
+
var extra_curricular_activities$2 = "نشاطات خارجية";
|
|
9625
|
+
var add_new_activity$2 = "إضافة نشاط جديد";
|
|
9626
|
+
var courses$2 = "الدورات";
|
|
9627
|
+
var add_new_courses$2 = "إضافة دورات جديدة";
|
|
9628
|
+
var add_new_college$2 = "إضافة كلية جديدة";
|
|
9629
|
+
var references$2 = "مراجع";
|
|
9630
|
+
var resources_for_my_future$2 = "موارد لمستقبلي";
|
|
9631
|
+
var add_new_resources$2 = "إضافة موارد جديدة";
|
|
9632
|
+
var my_essays$2 = "مقالاتي";
|
|
9633
|
+
var add_essay$2 = "أضف مقالة";
|
|
9634
|
+
var learning_portfolios$2 = "حافظات التعلم";
|
|
9635
|
+
var add_portfolio$2 = "إضافة محفظة";
|
|
9636
|
+
var financial_planning$2 = "التخطيط المالي";
|
|
9637
|
+
var add_new_plan$2 = "إضافة خطة جديدة";
|
|
9638
|
+
var rows_per_page$2 = "صفوف لكل صفحة";
|
|
9639
|
+
var anonymous_link$2 = "رابط مجهول";
|
|
9640
|
+
var last_check__in$2 = "آخر تسجيل وصول";
|
|
9641
|
+
var select_ratings_of_questions$2 = "حدد تقييمات الأسئلة";
|
|
9642
|
+
var select_responses_distribution$2 = "حدد توزيع الاستجابات";
|
|
9643
|
+
var you_can_only_select_one_question_per_time$2 = "يمكنك اختيار سؤال واحد فقط في كل مرة";
|
|
9644
|
+
var number_of_answers$2 = "يمكنك اختيار سؤال واحد فقط في كل مرة";
|
|
9645
|
+
var my_interests$2 = "اهتماماتي";
|
|
9646
|
+
var i_like_to_know_more_about$2 = "أود أن أعرف المزيد عنها";
|
|
9647
|
+
var my_strengths$2 = "نقاط قوتي";
|
|
9648
|
+
var my_challenges$2 = "تحدياتي";
|
|
9649
|
+
var i_can_help_myself_by$2 = "لا أستطيع مساعدة نفسي";
|
|
9650
|
+
var my_teacher_can_help_me_by$2 = "أستاذي يمكن أن يساعدني من خلال";
|
|
9651
|
+
var other_people_who_can_help_me_are$2 = "الأشخاص الآخرون الذين يمكنهم مساعدتي هم";
|
|
9652
|
+
var tools_things_that_can_help_me_are$2 = "الأدوات/الأشياء التي يمكن أن تساعدني هي";
|
|
9653
|
+
var my_goals$2 = "أهدافي";
|
|
9654
|
+
var my_goals_and_targets$2 = "أهدافي وغاياتي";
|
|
9655
|
+
var my_hopes_and_dreams$2 = "آمالي وأحلامي";
|
|
9656
|
+
var missing_grade$2 = "الصف المفقود";
|
|
9657
|
+
var grade_must_be_equal_or_greater_than_grade_level_1$2 = "يجب أن تكون الدرجة مساوية أو أكبر من مستوى الصف 1";
|
|
9658
|
+
var you_havent_added_any_challenges_yet$2 = "لم تقم بإضافة أي تحديات حتى الآن";
|
|
9659
|
+
var you_havent_added_any_strengths_yet$2 = "لم تقم بإضافة أي نقاط قوة بعد";
|
|
9660
|
+
var you_havent_added_any_idea_yet$2 = "لم تقم بإضافة أي فكرة بعد";
|
|
9661
|
+
var you_havent_added_any_people_yet$2 = "لم تقم بإضافة أي أشخاص حتى الآن";
|
|
9662
|
+
var you_havent_added_any_tools_yet$2 = "لم تقم بإضافة أي أدوات بعد";
|
|
9663
|
+
var you_havent_added_any_strategies_yet$2 = "لم تقم بإضافة أي استراتيجيات حتى الآن";
|
|
9664
|
+
var you_havent_added_any_goals_and_targets_yet$2 = "لم تقم بإضافة أي أهداف وغايات حتى الآن";
|
|
9665
|
+
var you_havent_added_any_hopes_and_dreams_yet$2 = "لم تقم بإضافة أي آمال وأحلام بعد";
|
|
9666
|
+
var ways_I_learn_best$2 = "أفضل الطرق التي أتعلم بها";
|
|
9667
|
+
var your$2 = "لك";
|
|
9668
|
+
var interest$2 = "اهتمام";
|
|
9669
|
+
var strength$2 = "قوة";
|
|
9670
|
+
var challenge$2 = "تحدي";
|
|
9671
|
+
var idea$2 = "فكرة";
|
|
9672
|
+
var people$2 = "الناس";
|
|
9673
|
+
var tool$2 = "أداة";
|
|
9674
|
+
var dream$2 = "حلم";
|
|
9675
|
+
var person$2 = "شخص";
|
|
9676
|
+
var labelText$2 = {
|
|
9677
|
+
updateDetail: "تحديث المزيد من التفاصيل لاهتمامك بـ {{subject}}",
|
|
9678
|
+
addDetail: "إضافة المزيد من التفاصيل لاهتمامك بـ {{subject}}"
|
|
9679
|
+
};
|
|
9680
|
+
var titleLabel$2 = "اكتب اهتمامك بـ {{subject}}";
|
|
9681
|
+
var deleteText$2 = "حذف اهتمامك بـ {{subject}}";
|
|
9682
|
+
var actionText$2 = "{{action}} اهتمامك بـ {{subject}}";
|
|
9186
9683
|
var lang_ar = {
|
|
9187
9684
|
dashboard: dashboard$2,
|
|
9188
9685
|
user: user$2,
|
|
@@ -11013,7 +11510,115 @@ var lang_ar = {
|
|
|
11013
11510
|
grade_usage: grade_usage$2,
|
|
11014
11511
|
total_conversations: total_conversations$2,
|
|
11015
11512
|
impersonate: impersonate$2,
|
|
11016
|
-
hi: hi$2
|
|
11513
|
+
hi: hi$2,
|
|
11514
|
+
transition_plan: transition_plan$2,
|
|
11515
|
+
updated_on: updated_on$2,
|
|
11516
|
+
print_my_learning_plan: print_my_learning_plan$2,
|
|
11517
|
+
print_my_transition_plan: print_my_transition_plan$2,
|
|
11518
|
+
about_me: about_me$2,
|
|
11519
|
+
name_your_interest: name_your_interest$2,
|
|
11520
|
+
add_more_detail_to_your_interest: add_more_detail_to_your_interest$2,
|
|
11521
|
+
create_interest: create_interest$2,
|
|
11522
|
+
"your_interest_has_been_successfully_created_!": "لقد تم إنشاء اهتمامك بنجاح!",
|
|
11523
|
+
view_plp: view_plp$2,
|
|
11524
|
+
my_current_plp: my_current_plp$2,
|
|
11525
|
+
my_learning_strategies: my_learning_strategies$2,
|
|
11526
|
+
add_new_interest: add_new_interest$2,
|
|
11527
|
+
add_new_challenge: add_new_challenge$2,
|
|
11528
|
+
add_new_strength: add_new_strength$2,
|
|
11529
|
+
add_new_idea: add_new_idea$2,
|
|
11530
|
+
add_new_people: add_new_people$2,
|
|
11531
|
+
add_new_tool: add_new_tool$2,
|
|
11532
|
+
add_new_strategy: add_new_strategy$2,
|
|
11533
|
+
add_new_dream: add_new_dream$2,
|
|
11534
|
+
my_support_network: my_support_network$2,
|
|
11535
|
+
add_person: add_person$2,
|
|
11536
|
+
closer_family: closer_family$2,
|
|
11537
|
+
family: family$2,
|
|
11538
|
+
mentors: mentors$2,
|
|
11539
|
+
tutors: tutors$2,
|
|
11540
|
+
my_timeline: my_timeline$2,
|
|
11541
|
+
add_milestone: add_milestone$2,
|
|
11542
|
+
add_test: add_test$2,
|
|
11543
|
+
"you_haven't_added_any academic_milestones_yet": "لم تقم بإضافة أي إنجازات أكاديمية حتى الآن",
|
|
11544
|
+
"you_haven't_added_any_tests_yet": "لم تقم بإضافة أي اختبارات حتى الآن",
|
|
11545
|
+
colleges: colleges$2,
|
|
11546
|
+
"you_haven't_added_any_colleges_yet": "لم تقم بإضافة أي كليات بعد",
|
|
11547
|
+
add_colleges: add_colleges$2,
|
|
11548
|
+
my_transition_plan: my_transition_plan$2,
|
|
11549
|
+
academic_milestones: academic_milestones$2,
|
|
11550
|
+
tests: tests$2,
|
|
11551
|
+
academic_and_career_interests: academic_and_career_interests$2,
|
|
11552
|
+
you_havent_added_any_interests_yet: you_havent_added_any_interests_yet$2,
|
|
11553
|
+
add_a_plan: add_a_plan$2,
|
|
11554
|
+
extra_curricular_activities: extra_curricular_activities$2,
|
|
11555
|
+
"you_haven't_added_any_activities_yet": "لم تقم بإضافة أي أنشطة بعد",
|
|
11556
|
+
add_new_activity: add_new_activity$2,
|
|
11557
|
+
courses: courses$2,
|
|
11558
|
+
add_new_courses: add_new_courses$2,
|
|
11559
|
+
"you_haven't_added_any_courses_yet": "لم تقم بإضافة أي دورات بعد",
|
|
11560
|
+
"standardized_tests_/_exams": "الاختبارات / الامتحانات الموحدة",
|
|
11561
|
+
"potential_career_training_courese_/_colleges": "الدورات التدريبية المهنية المحتملة / الكليات",
|
|
11562
|
+
"you_haven't_added_any_courses_/_colleges_yet": "لم تقم بإضافة أي دورات / كليات حتى الآن",
|
|
11563
|
+
"add_new_courese_/_college": "إضافة دورات/كلية جديدة",
|
|
11564
|
+
add_new_college: add_new_college$2,
|
|
11565
|
+
"you_haven't_added_any_references_yet": "لم تقم بإضافة أي مراجع بعد",
|
|
11566
|
+
references: references$2,
|
|
11567
|
+
resources_for_my_future: resources_for_my_future$2,
|
|
11568
|
+
"you_haven't_added_any_resources_yet": "لم تقم بإضافة أي موارد بعد",
|
|
11569
|
+
add_new_resources: add_new_resources$2,
|
|
11570
|
+
my_essays: my_essays$2,
|
|
11571
|
+
"you_haven't_added_any_essays_yet": "لم تقم بإضافة أي مقالات بعد",
|
|
11572
|
+
add_essay: add_essay$2,
|
|
11573
|
+
learning_portfolios: learning_portfolios$2,
|
|
11574
|
+
"you_haven't_added_any_learning_portfolios_yet": "لم تقم بإضافة أي ملفات تعليمية حتى الآن",
|
|
11575
|
+
add_portfolio: add_portfolio$2,
|
|
11576
|
+
financial_planning: financial_planning$2,
|
|
11577
|
+
"you_haven't_added_any_plans_yet": "لم تقم بإضافة أي خطط حتى الآن",
|
|
11578
|
+
add_new_plan: add_new_plan$2,
|
|
11579
|
+
"students_shaded_red_have_an_incomplete_check-_in": "الطلاب المظللون باللون الأحمر لديهم تسجيل دخول غير مكتمل",
|
|
11580
|
+
rows_per_page: rows_per_page$2,
|
|
11581
|
+
anonymous_link: anonymous_link$2,
|
|
11582
|
+
last_check__in: last_check__in$2,
|
|
11583
|
+
select_ratings_of_questions: select_ratings_of_questions$2,
|
|
11584
|
+
select_responses_distribution: select_responses_distribution$2,
|
|
11585
|
+
you_can_only_select_one_question_per_time: you_can_only_select_one_question_per_time$2,
|
|
11586
|
+
number_of_answers: number_of_answers$2,
|
|
11587
|
+
my_interests: my_interests$2,
|
|
11588
|
+
i_like_to_know_more_about: i_like_to_know_more_about$2,
|
|
11589
|
+
my_strengths: my_strengths$2,
|
|
11590
|
+
my_challenges: my_challenges$2,
|
|
11591
|
+
i_can_help_myself_by: i_can_help_myself_by$2,
|
|
11592
|
+
my_teacher_can_help_me_by: my_teacher_can_help_me_by$2,
|
|
11593
|
+
other_people_who_can_help_me_are: other_people_who_can_help_me_are$2,
|
|
11594
|
+
tools_things_that_can_help_me_are: tools_things_that_can_help_me_are$2,
|
|
11595
|
+
my_goals: my_goals$2,
|
|
11596
|
+
my_goals_and_targets: my_goals_and_targets$2,
|
|
11597
|
+
my_hopes_and_dreams: my_hopes_and_dreams$2,
|
|
11598
|
+
missing_grade: missing_grade$2,
|
|
11599
|
+
grade_must_be_equal_or_greater_than_grade_level_1: grade_must_be_equal_or_greater_than_grade_level_1$2,
|
|
11600
|
+
you_havent_added_any_challenges_yet: you_havent_added_any_challenges_yet$2,
|
|
11601
|
+
you_havent_added_any_strengths_yet: you_havent_added_any_strengths_yet$2,
|
|
11602
|
+
you_havent_added_any_idea_yet: you_havent_added_any_idea_yet$2,
|
|
11603
|
+
you_havent_added_any_people_yet: you_havent_added_any_people_yet$2,
|
|
11604
|
+
you_havent_added_any_tools_yet: you_havent_added_any_tools_yet$2,
|
|
11605
|
+
you_havent_added_any_strategies_yet: you_havent_added_any_strategies_yet$2,
|
|
11606
|
+
you_havent_added_any_goals_and_targets_yet: you_havent_added_any_goals_and_targets_yet$2,
|
|
11607
|
+
you_havent_added_any_hopes_and_dreams_yet: you_havent_added_any_hopes_and_dreams_yet$2,
|
|
11608
|
+
ways_I_learn_best: ways_I_learn_best$2,
|
|
11609
|
+
your: your$2,
|
|
11610
|
+
interest: interest$2,
|
|
11611
|
+
strength: strength$2,
|
|
11612
|
+
challenge: challenge$2,
|
|
11613
|
+
idea: idea$2,
|
|
11614
|
+
people: people$2,
|
|
11615
|
+
tool: tool$2,
|
|
11616
|
+
dream: dream$2,
|
|
11617
|
+
person: person$2,
|
|
11618
|
+
labelText: labelText$2,
|
|
11619
|
+
titleLabel: titleLabel$2,
|
|
11620
|
+
deleteText: deleteText$2,
|
|
11621
|
+
actionText: actionText$2
|
|
11017
11622
|
};
|
|
11018
11623
|
|
|
11019
11624
|
var dashboard$3 = "Panel de Control";
|
|
@@ -11840,6 +12445,175 @@ var support_teacher_email$3 = "Correo electrónico de apoyo al profesor";
|
|
|
11840
12445
|
var assign$3 = "asignar";
|
|
11841
12446
|
var impersonate$3 = "Personificar";
|
|
11842
12447
|
var hi$3 = "Hola";
|
|
12448
|
+
var transition_plan$3 = "Plan de transición";
|
|
12449
|
+
var updated_on$3 = "Actualizado en";
|
|
12450
|
+
var print_my_learning_plan$3 = "Imprimir mi plan de aprendizaje";
|
|
12451
|
+
var print_my_transition_plan$3 = "Imprimir mi plan de transición";
|
|
12452
|
+
var about_me$3 = "Acerca de mí";
|
|
12453
|
+
var name_your_interest$3 = "Nombra tu interés";
|
|
12454
|
+
var add_more_detail_to_your_interest$3 = "Añade más detalles a tu interés.";
|
|
12455
|
+
var create_interest$3 = "Crear interés";
|
|
12456
|
+
var view_plp$3 = "Ver PLP";
|
|
12457
|
+
var my_current_plp$3 = "Ver PLP actual";
|
|
12458
|
+
var my_learning_strategies$3 = "Mis estrategias de aprendizaje";
|
|
12459
|
+
var add_new_interest$3 = "Agregar nuevo interés";
|
|
12460
|
+
var add_new_challenge$3 = "Agregar nuevo desafío";
|
|
12461
|
+
var add_new_strength$3 = "Agregar nueva fuerza";
|
|
12462
|
+
var add_new_idea$3 = "Agregar nueva idea";
|
|
12463
|
+
var add_new_people$3 = "Agregar nueva gente";
|
|
12464
|
+
var add_new_tool$3 = "Agregar nueva herramienta";
|
|
12465
|
+
var add_new_strategy$3 = "Agregar nueva estrategia";
|
|
12466
|
+
var add_new_dream$3 = "Agregar nuevo sueño";
|
|
12467
|
+
var my_support_network$3 = "Mi red de apoyo";
|
|
12468
|
+
var add_person$3 = "Agregar persona";
|
|
12469
|
+
var closer_family$3 = "Familia más cercana";
|
|
12470
|
+
var family$3 = "Familia";
|
|
12471
|
+
var best_friends$3 = "Mejores amigos";
|
|
12472
|
+
var mentors$3 = "Mentoras";
|
|
12473
|
+
var tutors$3 = "Tutoras";
|
|
12474
|
+
var my_timeline$3 = "Mi línea de tiempo";
|
|
12475
|
+
var add_milestone$3 = "Agregar hito";
|
|
12476
|
+
var add_test$3 = "Agregar prueba";
|
|
12477
|
+
var colleges$3 = "colegios";
|
|
12478
|
+
var add_colleges$3 = "Agregar universidades";
|
|
12479
|
+
var my_transition_plan$3 = "Mi plan de transición";
|
|
12480
|
+
var academic_milestones$3 = "Hitos académicos";
|
|
12481
|
+
var tests$3 = "Pruebas";
|
|
12482
|
+
var academic_and_career_interests$3 = "Intereses académicos y profesionales";
|
|
12483
|
+
var you_havent_added_any_interests_yet$3 = "Aún no has agregado ningún interés";
|
|
12484
|
+
var add_a_plan$3 = "Agregar un plan";
|
|
12485
|
+
var extra_curricular_activities$3 = "Actividades extracurriculares";
|
|
12486
|
+
var add_new_activity$3 = "Agregar nueva actividad";
|
|
12487
|
+
var courses$3 = "Cursos";
|
|
12488
|
+
var add_new_courses$3 = "Agregar nuevos cursos";
|
|
12489
|
+
var add_new_college$3 = "Agregar nueva universidad";
|
|
12490
|
+
var references$3 = "Referencias";
|
|
12491
|
+
var resources_for_my_future$3 = "Recursos para mi futuro";
|
|
12492
|
+
var add_new_resources$3 = "Agregar nuevos recursos";
|
|
12493
|
+
var my_essays$3 = "Mis ensayos";
|
|
12494
|
+
var add_essay$3 = "Agregar ensayo";
|
|
12495
|
+
var learning_portfolios$3 = "Portafolios de aprendizaje";
|
|
12496
|
+
var add_portfolio$3 = "Agregar cartera";
|
|
12497
|
+
var financial_planning$3 = "Planificacion Financiera";
|
|
12498
|
+
var add_new_plan$3 = "Agregar nuevo plan";
|
|
12499
|
+
var all_of_the_students_report_manageable_stress_levels$3 = "Todos los estudiantes reportan niveles de estrés manejables";
|
|
12500
|
+
var rows_per_page$3 = "Filas por página";
|
|
12501
|
+
var role_change$3 = "cambio de rol";
|
|
12502
|
+
var log_out$3 = "Cerrar sesión";
|
|
12503
|
+
var data_dashboard$3 = "Panel de datos";
|
|
12504
|
+
var deep_learning_tools$3 = "Herramientas de aprendizaje profundo";
|
|
12505
|
+
var teacher_perceived$3 = "Maestro percibido";
|
|
12506
|
+
var asked_for_help_when_needed$3 = "Pidió ayuda cuando fue necesario";
|
|
12507
|
+
var completed_classwork$3 = "Trabajo de clase completado";
|
|
12508
|
+
var prepared_for_class$3 = "Preparada para la clase";
|
|
12509
|
+
var missing_class_assignments$3 = "Tareas de clase faltantes";
|
|
12510
|
+
var missing_reflections$3 = "Reflexiones perdidas";
|
|
12511
|
+
var total_students_missing_late_assignments$3 = "Total de estudiantes faltantes/tareas retrasadas:";
|
|
12512
|
+
var time_of_day$3 = "Hora del día";
|
|
12513
|
+
var subject_class$3 = "clase de materia";
|
|
12514
|
+
var chart_type$3 = "Tipo de gráfico";
|
|
12515
|
+
var request_number$3 = "Número de solicitud";
|
|
12516
|
+
var request_from$3 = "Solicitud de";
|
|
12517
|
+
var customize_reflection$3 = "Personalizar reflejo";
|
|
12518
|
+
var one_to_one_question$3 = "Pregunta uno a uno";
|
|
12519
|
+
var class_reflection_question$3 = "Pregunta de reflexión en clase";
|
|
12520
|
+
var conference_question$3 = "Pregunta de la conferencia";
|
|
12521
|
+
var question_category$3 = "Categoría de pregunta";
|
|
12522
|
+
var template_survey$3 = "Plantilla de encuesta";
|
|
12523
|
+
var actions$3 = "Acciones";
|
|
12524
|
+
var create_template$3 = "Crear plantilla";
|
|
12525
|
+
var systems$3 = "Sistemas";
|
|
12526
|
+
var create_template_system$3 = "Crear sistema de plantillas";
|
|
12527
|
+
var total_of_templates$3 = "Total de plantillas";
|
|
12528
|
+
var skills$3 = "Habilidades";
|
|
12529
|
+
var subjects$3 = "Sujetas";
|
|
12530
|
+
var learning_support_categories$3 = "Categorías de apoyo al aprendizaje";
|
|
12531
|
+
var goal_examples$3 = "Ejemplos de objetivos";
|
|
12532
|
+
var student_badges$3 = "Insignias de estudiantes";
|
|
12533
|
+
var academic_year$3 = "Año académico";
|
|
12534
|
+
var blank_days$3 = "dias en blanco";
|
|
12535
|
+
var csv_import$3 = "Importación CSV";
|
|
12536
|
+
var band_scores$3 = "Partituras de banda";
|
|
12537
|
+
var license$3 = "Licencia";
|
|
12538
|
+
var switch_teacher$3 = "Cambiar de profesor";
|
|
12539
|
+
var question_scaffolding$3 = "Andamio de preguntas";
|
|
12540
|
+
var training$3 = "Capacitación";
|
|
12541
|
+
var sandbox_mode$3 = "Modo sandbox";
|
|
12542
|
+
var off$3 = "Oferta";
|
|
12543
|
+
var restore_sandbox_database$3 = "Restaurar la base de datos de Sandbox";
|
|
12544
|
+
var turn_on$3 = "Encender";
|
|
12545
|
+
var turn_off$3 = "Apagar";
|
|
12546
|
+
var restore$3 = "Restaurar";
|
|
12547
|
+
var category_name$3 = "Nombre de la categoría";
|
|
12548
|
+
var type_something_to_search_by_file_name$3 = "Escribe algo para buscar por nombre de archivo";
|
|
12549
|
+
var new_folder$3 = "Nueva carpeta";
|
|
12550
|
+
var upload$3 = "Subir";
|
|
12551
|
+
var send$3 = "Enviar";
|
|
12552
|
+
var total_of_academicyear$3 = "Total de años académicos";
|
|
12553
|
+
var import_class_reflection$3 = "Importar reflexión de clase";
|
|
12554
|
+
var import_users$3 = "Importar usuarias";
|
|
12555
|
+
var one_roster_setting$3 = "Configuración de OneRoster";
|
|
12556
|
+
var users$3 = "Usuarias";
|
|
12557
|
+
var one_roster_config$3 = "Configuración de OneRoster";
|
|
12558
|
+
var end_point_url$3 = "URL del punto final";
|
|
12559
|
+
var client_id$3 = "Identificación del cliente";
|
|
12560
|
+
var client_secret$3 = "Secreto del cliente";
|
|
12561
|
+
var import_one_roster$3 = "Importar una lista";
|
|
12562
|
+
var import_from_zip_file$3 = "Importar desde archivo Zip";
|
|
12563
|
+
var import_from_restful_api$3 = "Import from Restful api";
|
|
12564
|
+
var non_existent_users$3 = "Usuarios inexistentes";
|
|
12565
|
+
var type_something_to_search_users$3 = "Escribe algo para buscar usuarios";
|
|
12566
|
+
var information_roster_sourced_id_full_name_email$3 = "Lista de información (Identificación de origen / Nombre completo / Correo electrónico)";
|
|
12567
|
+
var anonymous_link$3 = "Enlace anónimo";
|
|
12568
|
+
var in_app_notifications$3 = "Notificaciones dentro de la aplicación";
|
|
12569
|
+
var turn_on_all_notifications$3 = "Activar todas las notificaciones";
|
|
12570
|
+
var notify_me_when$3 = "Notifícame cuando...";
|
|
12571
|
+
var a_student_schedules_a_1_1$3 = "Una estudiante programa un 1-1";
|
|
12572
|
+
var a_student_schedules_a_conference$3 = "Una estudiante programa una conferencia";
|
|
12573
|
+
var a_student_completes_a_conference_self_assessment_rubric$3 = "Un estudiante completa una rúbrica de autoevaluación de una conferencia.";
|
|
12574
|
+
var a_student_or_teacher_completes_a_class_reflection$3 = "Un estudiante o profesor completa una reflexión en clase.";
|
|
12575
|
+
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.";
|
|
12576
|
+
var email_notifications$3 = "Notificaciónes de Correo Electrónico";
|
|
12577
|
+
var turn_on_all_emails$3 = "Activar todos los correos electrónicos";
|
|
12578
|
+
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”";
|
|
12579
|
+
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";
|
|
12580
|
+
var last_check__in$3 = "último check-in";
|
|
12581
|
+
var start_of_day$3 = "comienzo del dia";
|
|
12582
|
+
var mid_morning$3 = "Media mañana";
|
|
12583
|
+
var before_lunch$3 = "Antes del almuerzo";
|
|
12584
|
+
var mid_afternoon$3 = "Media tarde";
|
|
12585
|
+
var last_class_of_the_day$3 = "Última clase del día";
|
|
12586
|
+
var ridge_charts$3 = "Gráficos de crestas";
|
|
12587
|
+
var bar_charts$3 = "Gráfica de barras";
|
|
12588
|
+
var line_charts$3 = "Gráficos de líneas";
|
|
12589
|
+
var help$3 = "Ayuda";
|
|
12590
|
+
var sync_roster_users$3 = "Sincronizar usuarios de la lista";
|
|
12591
|
+
var export_to_csv$3 = "Exportar a CSV";
|
|
12592
|
+
var iep_template$3 = "Plantilla del PEI";
|
|
12593
|
+
var created_at$3 = "Creado En";
|
|
12594
|
+
var add_questions$3 = "Agregar preguntas";
|
|
12595
|
+
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";
|
|
12596
|
+
var unmotivated$3 = "Desmotivada";
|
|
12597
|
+
var comfort$3 = "Comodidad";
|
|
12598
|
+
var stretch$3 = "Estirar";
|
|
12599
|
+
var strain$3 = "Cepa";
|
|
12600
|
+
var overwhelmed$2 = "ABRUMADA";
|
|
12601
|
+
var ratings_of_questions$3 = "Calificaciones de preguntas";
|
|
12602
|
+
var select_ratings_of_questions$3 = "Seleccionar calificaciones de preguntas";
|
|
12603
|
+
var select_responses_distribution$3 = "Seleccionar distribución de respuestas";
|
|
12604
|
+
var you_can_only_select_one_question_per_time$3 = "Sólo puedes seleccionar una pregunta por vez.";
|
|
12605
|
+
var number_of_answers$3 = "Sólo puedes seleccionar una pregunta por vez.";
|
|
12606
|
+
var my_interests$3 = "Mis intereses";
|
|
12607
|
+
var i_like_to_know_more_about$3 = "Me gustaría saber más sobre";
|
|
12608
|
+
var my_strengths$3 = "Mis fortalezas";
|
|
12609
|
+
var my_challenges$3 = "Mis desafíos";
|
|
12610
|
+
var i_can_help_myself_by$3 = "No puedo evitarlo";
|
|
12611
|
+
var my_teacher_can_help_me_by$3 = "Mi profesora (profesor) puede ayudarme por";
|
|
12612
|
+
var other_people_who_can_help_me_are$3 = "Otras personas que pueden ayudarme son";
|
|
12613
|
+
var tools_things_that_can_help_me_are$3 = "Herramientas/cosas que pueden ayudarme son";
|
|
12614
|
+
var my_goals$3 = "Mis metas";
|
|
12615
|
+
var my_goals_and_targets$3 = "Mis metas y objetivos";
|
|
12616
|
+
var my_hopes_and_dreams$3 = "mis esperanzas y sueños";
|
|
11843
12617
|
var lang_es = {
|
|
11844
12618
|
dashboard: dashboard$3,
|
|
11845
12619
|
user: user$3,
|
|
@@ -12677,7 +13451,194 @@ var lang_es = {
|
|
|
12677
13451
|
support_teacher_email: support_teacher_email$3,
|
|
12678
13452
|
assign: assign$3,
|
|
12679
13453
|
impersonate: impersonate$3,
|
|
12680
|
-
hi: hi$3
|
|
13454
|
+
hi: hi$3,
|
|
13455
|
+
transition_plan: transition_plan$3,
|
|
13456
|
+
updated_on: updated_on$3,
|
|
13457
|
+
print_my_learning_plan: print_my_learning_plan$3,
|
|
13458
|
+
print_my_transition_plan: print_my_transition_plan$3,
|
|
13459
|
+
about_me: about_me$3,
|
|
13460
|
+
name_your_interest: name_your_interest$3,
|
|
13461
|
+
add_more_detail_to_your_interest: add_more_detail_to_your_interest$3,
|
|
13462
|
+
create_interest: create_interest$3,
|
|
13463
|
+
"your_interest_has_been_successfully_created_!": "¡Tu interés ha sido creado exitosamente!",
|
|
13464
|
+
view_plp: view_plp$3,
|
|
13465
|
+
my_current_plp: my_current_plp$3,
|
|
13466
|
+
my_learning_strategies: my_learning_strategies$3,
|
|
13467
|
+
add_new_interest: add_new_interest$3,
|
|
13468
|
+
add_new_challenge: add_new_challenge$3,
|
|
13469
|
+
add_new_strength: add_new_strength$3,
|
|
13470
|
+
add_new_idea: add_new_idea$3,
|
|
13471
|
+
add_new_people: add_new_people$3,
|
|
13472
|
+
add_new_tool: add_new_tool$3,
|
|
13473
|
+
add_new_strategy: add_new_strategy$3,
|
|
13474
|
+
add_new_dream: add_new_dream$3,
|
|
13475
|
+
my_support_network: my_support_network$3,
|
|
13476
|
+
add_person: add_person$3,
|
|
13477
|
+
closer_family: closer_family$3,
|
|
13478
|
+
family: family$3,
|
|
13479
|
+
best_friends: best_friends$3,
|
|
13480
|
+
mentors: mentors$3,
|
|
13481
|
+
tutors: tutors$3,
|
|
13482
|
+
my_timeline: my_timeline$3,
|
|
13483
|
+
add_milestone: add_milestone$3,
|
|
13484
|
+
add_test: add_test$3,
|
|
13485
|
+
"you_haven't_added_any academic_milestones_yet": "Aún no has agregado ningún hito académico",
|
|
13486
|
+
"you_haven't_added_any_tests_yet": "Aún no has agregado ninguna prueba",
|
|
13487
|
+
colleges: colleges$3,
|
|
13488
|
+
"you_haven't_added_any_colleges_yet": "Aún no has agregado ninguna universidad",
|
|
13489
|
+
add_colleges: add_colleges$3,
|
|
13490
|
+
my_transition_plan: my_transition_plan$3,
|
|
13491
|
+
academic_milestones: academic_milestones$3,
|
|
13492
|
+
tests: tests$3,
|
|
13493
|
+
academic_and_career_interests: academic_and_career_interests$3,
|
|
13494
|
+
you_havent_added_any_interests_yet: you_havent_added_any_interests_yet$3,
|
|
13495
|
+
add_a_plan: add_a_plan$3,
|
|
13496
|
+
extra_curricular_activities: extra_curricular_activities$3,
|
|
13497
|
+
"you_haven't_added_any_activities_yet": "Aún no has agregado ninguna actividad",
|
|
13498
|
+
add_new_activity: add_new_activity$3,
|
|
13499
|
+
courses: courses$3,
|
|
13500
|
+
"you_haven't_added_any_courses_yet": "Aún no has agregado ningún curso",
|
|
13501
|
+
add_new_courses: add_new_courses$3,
|
|
13502
|
+
"standardized_tests_/_exams": "Pruebas/exámenes estandarizados",
|
|
13503
|
+
"potential_career_training_courese_/_colleges": "Posibles cursos/universidades de formación profesional",
|
|
13504
|
+
"you_haven't_added_any_courses_/_colleges_yet": "Aún no has agregado ningún curso/universidad",
|
|
13505
|
+
"add_new_courese_/_college": "Agregar nuevos cursos/universidad",
|
|
13506
|
+
add_new_college: add_new_college$3,
|
|
13507
|
+
"you_haven't_added_any_references_yet": "Aún no has añadido ninguna referencia.",
|
|
13508
|
+
references: references$3,
|
|
13509
|
+
resources_for_my_future: resources_for_my_future$3,
|
|
13510
|
+
"you_haven't_added_any_resources_yet": "Aún no has agregado ningún recurso",
|
|
13511
|
+
add_new_resources: add_new_resources$3,
|
|
13512
|
+
my_essays: my_essays$3,
|
|
13513
|
+
"you_haven't_added_any_essays_yet": "Aún no has agregado ningún ensayo.",
|
|
13514
|
+
add_essay: add_essay$3,
|
|
13515
|
+
learning_portfolios: learning_portfolios$3,
|
|
13516
|
+
"you_haven't_added_any_learning_portfolios_yet": "Aún no has agregado ningún portafolio de aprendizaje",
|
|
13517
|
+
add_portfolio: add_portfolio$3,
|
|
13518
|
+
financial_planning: financial_planning$3,
|
|
13519
|
+
"you_haven't_added_any_plans_yet": "Aún no has agregado ningún plan",
|
|
13520
|
+
add_new_plan: add_new_plan$3,
|
|
13521
|
+
"students_shaded_red_have_an_incomplete_check-_in": "Los estudiantes sombreados en rojo tienen un check-in incompleto",
|
|
13522
|
+
all_of_the_students_report_manageable_stress_levels: all_of_the_students_report_manageable_stress_levels$3,
|
|
13523
|
+
rows_per_page: rows_per_page$3,
|
|
13524
|
+
role_change: role_change$3,
|
|
13525
|
+
log_out: log_out$3,
|
|
13526
|
+
data_dashboard: data_dashboard$3,
|
|
13527
|
+
deep_learning_tools: deep_learning_tools$3,
|
|
13528
|
+
"#of_recipients": "# De Destinatarias",
|
|
13529
|
+
"#of_answers": "# de respuesta",
|
|
13530
|
+
teacher_perceived: teacher_perceived$3,
|
|
13531
|
+
asked_for_help_when_needed: asked_for_help_when_needed$3,
|
|
13532
|
+
completed_classwork: completed_classwork$3,
|
|
13533
|
+
prepared_for_class: prepared_for_class$3,
|
|
13534
|
+
missing_class_assignments: missing_class_assignments$3,
|
|
13535
|
+
missing_reflections: missing_reflections$3,
|
|
13536
|
+
total_students_missing_late_assignments: total_students_missing_late_assignments$3,
|
|
13537
|
+
time_of_day: time_of_day$3,
|
|
13538
|
+
subject_class: subject_class$3,
|
|
13539
|
+
chart_type: chart_type$3,
|
|
13540
|
+
request_number: request_number$3,
|
|
13541
|
+
request_from: request_from$3,
|
|
13542
|
+
customize_reflection: customize_reflection$3,
|
|
13543
|
+
one_to_one_question: one_to_one_question$3,
|
|
13544
|
+
class_reflection_question: class_reflection_question$3,
|
|
13545
|
+
conference_question: conference_question$3,
|
|
13546
|
+
question_category: question_category$3,
|
|
13547
|
+
template_survey: template_survey$3,
|
|
13548
|
+
actions: actions$3,
|
|
13549
|
+
create_template: create_template$3,
|
|
13550
|
+
systems: systems$3,
|
|
13551
|
+
create_template_system: create_template_system$3,
|
|
13552
|
+
total_of_templates: total_of_templates$3,
|
|
13553
|
+
skills: skills$3,
|
|
13554
|
+
subjects: subjects$3,
|
|
13555
|
+
learning_support_categories: learning_support_categories$3,
|
|
13556
|
+
goal_examples: goal_examples$3,
|
|
13557
|
+
student_badges: student_badges$3,
|
|
13558
|
+
academic_year: academic_year$3,
|
|
13559
|
+
blank_days: blank_days$3,
|
|
13560
|
+
csv_import: csv_import$3,
|
|
13561
|
+
band_scores: band_scores$3,
|
|
13562
|
+
license: license$3,
|
|
13563
|
+
switch_teacher: switch_teacher$3,
|
|
13564
|
+
question_scaffolding: question_scaffolding$3,
|
|
13565
|
+
training: training$3,
|
|
13566
|
+
sandbox_mode: sandbox_mode$3,
|
|
13567
|
+
off: off$3,
|
|
13568
|
+
restore_sandbox_database: restore_sandbox_database$3,
|
|
13569
|
+
turn_on: turn_on$3,
|
|
13570
|
+
turn_off: turn_off$3,
|
|
13571
|
+
restore: restore$3,
|
|
13572
|
+
category_name: category_name$3,
|
|
13573
|
+
type_something_to_search_by_file_name: type_something_to_search_by_file_name$3,
|
|
13574
|
+
new_folder: new_folder$3,
|
|
13575
|
+
upload: upload$3,
|
|
13576
|
+
send: send$3,
|
|
13577
|
+
total_of_academicyear: total_of_academicyear$3,
|
|
13578
|
+
import_class_reflection: import_class_reflection$3,
|
|
13579
|
+
import_users: import_users$3,
|
|
13580
|
+
one_roster_setting: one_roster_setting$3,
|
|
13581
|
+
users: users$3,
|
|
13582
|
+
one_roster_config: one_roster_config$3,
|
|
13583
|
+
end_point_url: end_point_url$3,
|
|
13584
|
+
client_id: client_id$3,
|
|
13585
|
+
client_secret: client_secret$3,
|
|
13586
|
+
import_one_roster: import_one_roster$3,
|
|
13587
|
+
import_from_zip_file: import_from_zip_file$3,
|
|
13588
|
+
import_from_restful_api: import_from_restful_api$3,
|
|
13589
|
+
non_existent_users: non_existent_users$3,
|
|
13590
|
+
type_something_to_search_users: type_something_to_search_users$3,
|
|
13591
|
+
information_roster_sourced_id_full_name_email: information_roster_sourced_id_full_name_email$3,
|
|
13592
|
+
anonymous_link: anonymous_link$3,
|
|
13593
|
+
in_app_notifications: in_app_notifications$3,
|
|
13594
|
+
turn_on_all_notifications: turn_on_all_notifications$3,
|
|
13595
|
+
notify_me_when: notify_me_when$3,
|
|
13596
|
+
a_student_schedules_a_1_1: a_student_schedules_a_1_1$3,
|
|
13597
|
+
a_student_schedules_a_conference: a_student_schedules_a_conference$3,
|
|
13598
|
+
a_student_completes_a_conference_self_assessment_rubric: a_student_completes_a_conference_self_assessment_rubric$3,
|
|
13599
|
+
a_student_or_teacher_completes_a_class_reflection: a_student_or_teacher_completes_a_class_reflection$3,
|
|
13600
|
+
a_student_hasnt_logged_1_1_in_the_past_28_days: a_student_hasnt_logged_1_1_in_the_past_28_days$3,
|
|
13601
|
+
email_notifications: email_notifications$3,
|
|
13602
|
+
turn_on_all_emails: turn_on_all_emails$3,
|
|
13603
|
+
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,
|
|
13604
|
+
a_student_reported_a_low_safety_score_on_a_check_in: a_student_reported_a_low_safety_score_on_a_check_in$3,
|
|
13605
|
+
last_check__in: last_check__in$3,
|
|
13606
|
+
start_of_day: start_of_day$3,
|
|
13607
|
+
mid_morning: mid_morning$3,
|
|
13608
|
+
before_lunch: before_lunch$3,
|
|
13609
|
+
mid_afternoon: mid_afternoon$3,
|
|
13610
|
+
last_class_of_the_day: last_class_of_the_day$3,
|
|
13611
|
+
ridge_charts: ridge_charts$3,
|
|
13612
|
+
bar_charts: bar_charts$3,
|
|
13613
|
+
line_charts: line_charts$3,
|
|
13614
|
+
help: help$3,
|
|
13615
|
+
sync_roster_users: sync_roster_users$3,
|
|
13616
|
+
export_to_csv: export_to_csv$3,
|
|
13617
|
+
iep_template: iep_template$3,
|
|
13618
|
+
created_at: created_at$3,
|
|
13619
|
+
add_questions: add_questions$3,
|
|
13620
|
+
type_something_and_press_enter_to_add_short_term_target_examples: type_something_and_press_enter_to_add_short_term_target_examples$3,
|
|
13621
|
+
unmotivated: unmotivated$3,
|
|
13622
|
+
comfort: comfort$3,
|
|
13623
|
+
stretch: stretch$3,
|
|
13624
|
+
strain: strain$3,
|
|
13625
|
+
overwhelmed: overwhelmed$2,
|
|
13626
|
+
ratings_of_questions: ratings_of_questions$3,
|
|
13627
|
+
select_ratings_of_questions: select_ratings_of_questions$3,
|
|
13628
|
+
select_responses_distribution: select_responses_distribution$3,
|
|
13629
|
+
you_can_only_select_one_question_per_time: you_can_only_select_one_question_per_time$3,
|
|
13630
|
+
number_of_answers: number_of_answers$3,
|
|
13631
|
+
my_interests: my_interests$3,
|
|
13632
|
+
i_like_to_know_more_about: i_like_to_know_more_about$3,
|
|
13633
|
+
my_strengths: my_strengths$3,
|
|
13634
|
+
my_challenges: my_challenges$3,
|
|
13635
|
+
i_can_help_myself_by: i_can_help_myself_by$3,
|
|
13636
|
+
my_teacher_can_help_me_by: my_teacher_can_help_me_by$3,
|
|
13637
|
+
other_people_who_can_help_me_are: other_people_who_can_help_me_are$3,
|
|
13638
|
+
tools_things_that_can_help_me_are: tools_things_that_can_help_me_are$3,
|
|
13639
|
+
my_goals: my_goals$3,
|
|
13640
|
+
my_goals_and_targets: my_goals_and_targets$3,
|
|
13641
|
+
my_hopes_and_dreams: my_hopes_and_dreams$3
|
|
12681
13642
|
};
|
|
12682
13643
|
|
|
12683
13644
|
var dashboard$4 = "仪表板";
|
|
@@ -12812,7 +13773,7 @@ var edit_semester$4 = "编辑学期";
|
|
|
12812
13773
|
var create_semester$4 = "创建学期";
|
|
12813
13774
|
var update_school_break_month$4 = "更新学校假期月份";
|
|
12814
13775
|
var total_of_semesters$4 = "学期总数";
|
|
12815
|
-
var total_of_academicyear$
|
|
13776
|
+
var total_of_academicyear$4 = "学年总数";
|
|
12816
13777
|
var semester$4 = "学期";
|
|
12817
13778
|
var breaking_month$4 = "中断月份";
|
|
12818
13779
|
var change_breaking_month$4 = "更改中断月份";
|
|
@@ -13361,7 +14322,7 @@ var date_created$4 = "创建日期";
|
|
|
13361
14322
|
var cut_off_time$4 = "截止时间";
|
|
13362
14323
|
var created_by$4 = "创建者";
|
|
13363
14324
|
var responses_distribution$4 = "回复分布";
|
|
13364
|
-
var ratings_of_questions$
|
|
14325
|
+
var ratings_of_questions$4 = "问题评分";
|
|
13365
14326
|
var show_results_for$4 = "显示结果";
|
|
13366
14327
|
var view_list_of_students$4 = "查看学生列表";
|
|
13367
14328
|
var view_list_of_responses$4 = "查看回复列表";
|
|
@@ -13388,7 +14349,7 @@ var create_new_survey$4 = "创建新调查";
|
|
|
13388
14349
|
var go_to_individual_survey_responses$4 = "转到个人调查回复";
|
|
13389
14350
|
var you_can_only_select_number_kpis_at_a_time$4 = "您一次只能选择 {{number}} 个 KPI";
|
|
13390
14351
|
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$
|
|
14352
|
+
var last_check__in$4 = "上次签到";
|
|
13392
14353
|
var how_many_times_a_strategy_has_been_chosen$4 = "选择了多少次策略";
|
|
13393
14354
|
var these_metrics_come_from_students_check_ins_filter_above_to_change_the_data_set$4 = "这些指标来自学生签到。过滤以上内容以更改数据集";
|
|
13394
14355
|
var not_yet_started$4 = "尚未开始";
|
|
@@ -13415,41 +14376,41 @@ var manageable_levels_of_stress_allowing_me_to_perform_at_my_best$4 = "可控的
|
|
|
13415
14376
|
var still_in_control_but_starting_to_feel_the_pressure$4 = "仍在控制之中,但开始感到压力。";
|
|
13416
14377
|
var too_much_pressure_and_really_struggling_to_manage_my_workload$4 = "压力过大,真的很难管理我的工作量。";
|
|
13417
14378
|
var import_emails_by_csv$3 = "通过 csv 导入电子邮件";
|
|
13418
|
-
var request_number$
|
|
14379
|
+
var request_number$4 = "请求编号";
|
|
13419
14380
|
var select_or_input_class_type$3 = "选择或输入班级类型";
|
|
13420
14381
|
var send_request$3 = "发送请求";
|
|
13421
14382
|
var start_reflection$3 = "开始反思";
|
|
13422
|
-
var customize_reflection$
|
|
14383
|
+
var customize_reflection$4 = "自定义反思";
|
|
13423
14384
|
var include_section_you_want_to_appear$3 = "包括您想要显示的部分";
|
|
13424
|
-
var time_of_day$
|
|
14385
|
+
var time_of_day$4 = "一天中的时间";
|
|
13425
14386
|
var one_roster$3 = "OneRoster";
|
|
13426
14387
|
var sandbox$3 = "沙盒";
|
|
13427
14388
|
var well_being$3 = "幸福感";
|
|
13428
14389
|
var self_efficacy$3 = "自我效能";
|
|
13429
|
-
var information_roster_sourced_id_full_name_email$
|
|
13430
|
-
var sync_roster_users$
|
|
13431
|
-
var export_to_csv$
|
|
14390
|
+
var information_roster_sourced_id_full_name_email$4 = "信息名册(来源 ID/全名/电子邮件)";
|
|
14391
|
+
var sync_roster_users$4 = "同步名册用户";
|
|
14392
|
+
var export_to_csv$4 = "导出到 CSV";
|
|
13432
14393
|
var user_list$4 = "用户列表";
|
|
13433
14394
|
var assign_student$4 = "分配学生";
|
|
13434
|
-
var one_to_one_question$
|
|
13435
|
-
var class_reflection_question$
|
|
13436
|
-
var conference_question$
|
|
13437
|
-
var actions$
|
|
14395
|
+
var one_to_one_question$4 = "一对一问题";
|
|
14396
|
+
var class_reflection_question$4 = "班级反思问题";
|
|
14397
|
+
var conference_question$4 = "会议问题";
|
|
14398
|
+
var actions$4 = "行动";
|
|
13438
14399
|
var order$3 = "顺序";
|
|
13439
14400
|
var user_for$3 = "用户";
|
|
13440
|
-
var question_category$
|
|
13441
|
-
var template_survey$
|
|
14401
|
+
var question_category$4 = "问题类别";
|
|
14402
|
+
var template_survey$4 = "模板调查";
|
|
13442
14403
|
var is_intervention$2 = "是否干预";
|
|
13443
|
-
var create_template$
|
|
14404
|
+
var create_template$4 = "创建模板";
|
|
13444
14405
|
var number_of_question$3 = "问题数量";
|
|
13445
14406
|
var mandatory$4 = "必填";
|
|
13446
14407
|
var no_question_to_display$3 = "没有要显示的问题";
|
|
13447
14408
|
var privacy_policy$3 = "隐私政策";
|
|
13448
14409
|
var profile$3 = "个人资料";
|
|
13449
|
-
var role_change$
|
|
13450
|
-
var log_out$
|
|
13451
|
-
var data_dashboard$
|
|
13452
|
-
var deep_learning_tools$
|
|
14410
|
+
var role_change$4 = "角色更改";
|
|
14411
|
+
var log_out$4 = "注销";
|
|
14412
|
+
var data_dashboard$4 = "数据仪表板";
|
|
14413
|
+
var deep_learning_tools$4 = "深度学习工具";
|
|
13453
14414
|
var my_profile$3 = "我的个人资料";
|
|
13454
14415
|
var phone$3 = "电话";
|
|
13455
14416
|
var calendar_id$3 = "日历 ID";
|
|
@@ -13464,19 +14425,19 @@ var health_notes$3 = "健康说明";
|
|
|
13464
14425
|
var students_parent_information$3 = "学生家长信息";
|
|
13465
14426
|
var parent_1$3 = "家长 1";
|
|
13466
14427
|
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$
|
|
14428
|
+
var in_app_notifications$4 = "应用内通知";
|
|
14429
|
+
var turn_on_all_notifications$4 = "打开所有通知";
|
|
14430
|
+
var notify_me_when$4 = "当...时通知我";
|
|
14431
|
+
var a_student_schedules_a_1_1$4 = "学生安排 1-1";
|
|
14432
|
+
var a_student_schedules_a_conference$4 = "学生安排讨论会";
|
|
14433
|
+
var a_student_completes_a_conference_self_assessment_rubric$4 = "学生完成会议自我评估标准";
|
|
14434
|
+
var a_student_or_teacher_completes_a_class_reflection$4 = "学生或教师完成课堂反思";
|
|
13474
14435
|
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$
|
|
14436
|
+
var a_student_hasnt_logged_1_1_in_the_past_28_days$4 = "学生在过去 28 天内未记录 1-1。";
|
|
14437
|
+
var email_notifications$4 = "电子邮件通知";
|
|
14438
|
+
var turn_on_all_emails$4 = "打开所有电子邮件";
|
|
14439
|
+
var a_student_responds_to_a_1_1_readiness_to_learn_with_no$4 = "学生对 1-1 学习准备度的回复为“否”";
|
|
14440
|
+
var a_student_reported_a_low_safety_score_on_a_check_in$4 = "学生在签到时报告安全分数低";
|
|
13480
14441
|
var continue_as$3 = "继续担任:";
|
|
13481
14442
|
var admin$3 = "管理员";
|
|
13482
14443
|
var counselor$3 = "辅导员";
|
|
@@ -13486,17 +14447,17 @@ var add_parent_1_information$3 = "添加家长 1 信息";
|
|
|
13486
14447
|
var add_parent_2_information$3 = "添加家长 2 信息";
|
|
13487
14448
|
var parent_role$3 = "家长角色";
|
|
13488
14449
|
var all_activity$3 = "所有活动";
|
|
13489
|
-
var academic_year$
|
|
13490
|
-
var all_of_the_students_report_manageable_stress_levels$
|
|
14450
|
+
var academic_year$4 = "学年";
|
|
14451
|
+
var all_of_the_students_report_manageable_stress_levels$4 = "所有学生报告压力水平可控";
|
|
13491
14452
|
var growth$3 = "成长";
|
|
13492
14453
|
var relationships$3 = "关系";
|
|
13493
14454
|
var productivity$3 = "效率";
|
|
13494
14455
|
var academics$3 = "学术";
|
|
13495
14456
|
var percent$3 = "百分比";
|
|
13496
|
-
var unmotivated$
|
|
13497
|
-
var comfort$
|
|
13498
|
-
var stretch$
|
|
13499
|
-
var strain$
|
|
14457
|
+
var unmotivated$4 = "无动力";
|
|
14458
|
+
var comfort$4 = "舒适";
|
|
14459
|
+
var stretch$4 = "伸展";
|
|
14460
|
+
var strain$4 = "紧张";
|
|
13500
14461
|
var overwhelmed_overwhelmed$1 = "不知所措";
|
|
13501
14462
|
var edit_student_profile$3 = "编辑学生资料";
|
|
13502
14463
|
var teacher$3 = "老师";
|
|
@@ -13514,7 +14475,7 @@ var search_assistant$3 = "搜索助手";
|
|
|
13514
14475
|
var baseline$3 = "基线";
|
|
13515
14476
|
var timeframe$3 = "时间范围";
|
|
13516
14477
|
var friends$3 = "朋友";
|
|
13517
|
-
var best_friends$
|
|
14478
|
+
var best_friends$4 = "最好的朋友";
|
|
13518
14479
|
var supportive$3 = "支持";
|
|
13519
14480
|
var potential_friends$3 = "潜在朋友";
|
|
13520
14481
|
var like$3 = "喜欢";
|
|
@@ -13563,17 +14524,17 @@ var sdq_strengths_and_difficulties_questionnaire_supplemental$3 = "sdq(优势
|
|
|
13563
14524
|
var close$3 = "关闭";
|
|
13564
14525
|
var student_responses$3 = "学生回答";
|
|
13565
14526
|
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$
|
|
14527
|
+
var teacher_perceived$4 = "教师感知";
|
|
14528
|
+
var prepared_for_class$4 = "为上课做好准备";
|
|
14529
|
+
var missing_class_assignments$4 = "缺少课堂作业";
|
|
14530
|
+
var completed_classwork$4 = "完成课堂作业";
|
|
14531
|
+
var asked_for_help_when_needed$4 = "需要时寻求帮助";
|
|
13571
14532
|
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$
|
|
14533
|
+
var missing_reflections$4 = "缺少反思";
|
|
14534
|
+
var total_students_missing_late_assignments$4 = "缺少/迟交作业的学生总数";
|
|
14535
|
+
var subject_class$4 = "科目班级";
|
|
14536
|
+
var chart_type$4 = "图表类型";
|
|
14537
|
+
var request_from$4 = "请求来自";
|
|
13577
14538
|
var are_you_sure_you_want_to_delete_this_item$3 = "您确定要删除此项目吗?";
|
|
13578
14539
|
var yes_delete$3 = "是,删除";
|
|
13579
14540
|
var completed_conference$3 = "已完成讨论会";
|
|
@@ -13587,7 +14548,7 @@ var what_do_you_want_to_do_differently$3 = "您想做些什么不同的事情?
|
|
|
13587
14548
|
var to_do$3 = "待办事项";
|
|
13588
14549
|
var my_class_reflections$3 = "我的课堂反思";
|
|
13589
14550
|
var send_reflection$3 = "发送反思";
|
|
13590
|
-
var iep_template$
|
|
14551
|
+
var iep_template$4 = "IEP 模板";
|
|
13591
14552
|
var type_2_characters_to_search$3 = "输入 2 个字符进行搜索";
|
|
13592
14553
|
var create_time$2 = "创建时间";
|
|
13593
14554
|
var do_you_want_to_remove_this_user$3 = "您想删除此用户吗?";
|
|
@@ -13600,9 +14561,9 @@ var do_you_want_to_remove_this_question$3 = "您想删除这个问题吗?";
|
|
|
13600
14561
|
var select$3 = "选择";
|
|
13601
14562
|
var do_you_want_to_remove_this_category$3 = "您想删除此类别吗?";
|
|
13602
14563
|
var total_of_category$3 = "类别总数";
|
|
13603
|
-
var total_of_templates$
|
|
14564
|
+
var total_of_templates$4 = "模板总数";
|
|
13604
14565
|
var template_name$3 = "模板名称";
|
|
13605
|
-
var category_name$
|
|
14566
|
+
var category_name$4 = "类别名称";
|
|
13606
14567
|
var created_date$3 = "创建日期";
|
|
13607
14568
|
var do_you_want_to_remove_this_email_template$3 = "是否要删除此电子邮件模板?";
|
|
13608
14569
|
var create_email_template$3 = "创建电子邮件模板";
|
|
@@ -13612,53 +14573,53 @@ var mail_params$3 = "邮件参数";
|
|
|
13612
14573
|
var params$3 = "参数";
|
|
13613
14574
|
var meaning$3 = "含义";
|
|
13614
14575
|
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$
|
|
14576
|
+
var skills$4 = "技能";
|
|
14577
|
+
var subjects$4 = "主题";
|
|
14578
|
+
var learning_support_categories$4 = "学习支持类别";
|
|
14579
|
+
var goal_examples$4 = "目标示例";
|
|
14580
|
+
var student_badges$4 = "学生徽章";
|
|
14581
|
+
var blank_days$4 = "空白天数";
|
|
14582
|
+
var csv_import$4 = "CSV 导入";
|
|
14583
|
+
var band_scores$4 = "分数段";
|
|
14584
|
+
var license$4 = "许可证";
|
|
14585
|
+
var switch_teacher$4 = "切换教师";
|
|
14586
|
+
var question_scaffolding$4 = "问题支架";
|
|
14587
|
+
var training$4 = "培训";
|
|
14588
|
+
var type_something_and_press_enter_to_add_short_term_target_examples$4 = "输入内容并按 Enter 键添加短期目标示例";
|
|
14589
|
+
var import_users$4 = "导入用户";
|
|
14590
|
+
var import_class_reflection$4 = "导入课堂反思";
|
|
13630
14591
|
var download_users_data$3 = "下载用户数据";
|
|
13631
14592
|
var do_you_want_to_remove_this_assistant$3 = "是否要删除此助理?";
|
|
13632
14593
|
var do_you_want_to_remove_this_counselor$3 = "是否要删除此辅导员?";
|
|
13633
14594
|
var do_you_want_to_remove_this_support_teacher$3 = "是否要删除此支持教师?";
|
|
13634
|
-
var send$
|
|
14595
|
+
var send$4 = "发送";
|
|
13635
14596
|
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$
|
|
14597
|
+
var new_folder$4 = "新文件夹";
|
|
14598
|
+
var upload$4 = "上传";
|
|
14599
|
+
var type_something_to_search_by_file_name$4 = "输入要按文件名搜索的内容";
|
|
14600
|
+
var systems$4 = "系统";
|
|
14601
|
+
var create_template_system$4 = "创建模板系统";
|
|
14602
|
+
var created_at$4 = "创建时间";
|
|
13642
14603
|
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$
|
|
14604
|
+
var one_roster_setting$4 = "OneRoster 设置";
|
|
14605
|
+
var users$4 = "用户";
|
|
14606
|
+
var one_roster_config$4 = "OneRoster 配置";
|
|
14607
|
+
var end_point_url$4 = "端点 URL";
|
|
14608
|
+
var client_id$4 = "客户端 ID";
|
|
14609
|
+
var client_secret$4 = "客户端密钥";
|
|
14610
|
+
var import_one_roster$4 = "导入 OneRoster";
|
|
14611
|
+
var import_from_zip_file$4 = "从 Zip 文件导入";
|
|
14612
|
+
var import_from_restful_api$4 = "从 Restful api 导入";
|
|
14613
|
+
var non_existent_users$4 = "不存在的用户";
|
|
14614
|
+
var type_something_to_search_users$4 = "输入内容以搜索用户";
|
|
13654
14615
|
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$
|
|
14616
|
+
var help$4 = "帮助";
|
|
14617
|
+
var sandbox_mode$4 = "沙盒模式";
|
|
14618
|
+
var off$4 = "关闭";
|
|
14619
|
+
var restore_sandbox_database$4 = "恢复沙盒数据库";
|
|
14620
|
+
var turn_on$4 = "打开";
|
|
14621
|
+
var turn_off$4 = "关闭";
|
|
14622
|
+
var restore$4 = "恢复";
|
|
13662
14623
|
var edit_profile$3 = "编辑个人资料";
|
|
13663
14624
|
var on_track_going_well$3 = "按计划进行,进展顺利";
|
|
13664
14625
|
var guide$3 = "指南";
|
|
@@ -13716,14 +14677,14 @@ var what_are_you_doing_well_that_you_want_to_continue$3 = "您目前做得好并
|
|
|
13716
14677
|
var what_is_something_you_have_learned_while_working_towards_achieving_your_goals$3 = "在努力实现目标的过程中,您学到了什么?";
|
|
13717
14678
|
var english_language_or_literature$3 = "英语语言或文学";
|
|
13718
14679
|
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$
|
|
14680
|
+
var ridge_charts$4 = "山脊图";
|
|
14681
|
+
var bar_charts$4 = "条形图";
|
|
14682
|
+
var line_charts$4 = "折线图";
|
|
14683
|
+
var start_of_day$4 = "一天的开始";
|
|
14684
|
+
var mid_morning$4 = "上午中段";
|
|
14685
|
+
var before_lunch$4 = "午餐前";
|
|
14686
|
+
var mid_afternoon$4 = "下午中段";
|
|
14687
|
+
var last_class_of_the_day$4 = "当天最后一节课";
|
|
13727
14688
|
var student_only$3 = "仅限学生";
|
|
13728
14689
|
var teacher_only$3 = "仅限教师";
|
|
13729
14690
|
var did_the_student_have_all_needed_materials_for_this_class$3 = "学生是否已拥有这门课程所需的所有材料?";
|
|
@@ -14291,7 +15252,7 @@ var counselor_email$4 = "辅导员电子邮件";
|
|
|
14291
15252
|
var support_teacher_email$4 = "支持教师电子邮件";
|
|
14292
15253
|
var add_new_answer$3 = "添加新答案";
|
|
14293
15254
|
var edit_template$3 = "编辑模板";
|
|
14294
|
-
var add_questions$
|
|
15255
|
+
var add_questions$4 = "添加问题";
|
|
14295
15256
|
var edit_email_template$3 = "编辑电子邮件模板";
|
|
14296
15257
|
var contact_mail$3 = "联系邮件";
|
|
14297
15258
|
var announcements$3 = "公告";
|
|
@@ -14503,6 +15464,100 @@ var grade_usage$4 = "牌号用途";
|
|
|
14503
15464
|
var total_conversations$4 = "总对话数";
|
|
14504
15465
|
var impersonate$4 = "模仿";
|
|
14505
15466
|
var hi$4 = "你好";
|
|
15467
|
+
var transition_plan$4 = "过渡计划";
|
|
15468
|
+
var updated_on$4 = "更新于";
|
|
15469
|
+
var print_my_learning_plan$4 = "打印我的学习计划";
|
|
15470
|
+
var print_my_transition_plan$4 = "打印我的过渡计划";
|
|
15471
|
+
var about_me$4 = "关于我";
|
|
15472
|
+
var name_your_interest$4 = "说出你的兴趣";
|
|
15473
|
+
var add_more_detail_to_your_interest$4 = "添加更多您感兴趣的细节";
|
|
15474
|
+
var create_interest$4 = "引起兴趣";
|
|
15475
|
+
var view_plp$4 = "查看 PLP";
|
|
15476
|
+
var my_current_plp$4 = "查看当前 PLP";
|
|
15477
|
+
var my_learning_strategies$4 = "我的学习策略";
|
|
15478
|
+
var add_new_interest$4 = "添加新兴趣";
|
|
15479
|
+
var add_new_challenge$4 = "添加新挑战";
|
|
15480
|
+
var add_new_strength$4 = "增添新力量";
|
|
15481
|
+
var add_new_idea$4 = "添加新想法";
|
|
15482
|
+
var add_new_people$4 = "添加新成员";
|
|
15483
|
+
var add_new_tool$4 = "添加新工具";
|
|
15484
|
+
var add_new_strategy$4 = "添加新策略";
|
|
15485
|
+
var add_new_dream$4 = "添加新梦想";
|
|
15486
|
+
var my_support_network$4 = "我的支持网络";
|
|
15487
|
+
var add_person$4 = "添加人员";
|
|
15488
|
+
var closer_family$4 = "更亲密的家庭";
|
|
15489
|
+
var family$4 = "家庭";
|
|
15490
|
+
var mentors$4 = "导师";
|
|
15491
|
+
var tutors$4 = "导师";
|
|
15492
|
+
var my_timeline$4 = "我的时间线";
|
|
15493
|
+
var add_milestone$4 = "添加里程碑";
|
|
15494
|
+
var add_test$4 = "添加测试";
|
|
15495
|
+
var colleges$4 = "学院";
|
|
15496
|
+
var add_colleges$4 = "添加学院";
|
|
15497
|
+
var my_transition_plan$4 = "我的转型计划";
|
|
15498
|
+
var academic_milestones$4 = "学术里程碑";
|
|
15499
|
+
var tests$4 = "测试";
|
|
15500
|
+
var academic_and_career_interests$4 = "学术和职业兴趣";
|
|
15501
|
+
var you_havent_added_any_interests_yet$4 = "您尚未添加任何兴趣";
|
|
15502
|
+
var add_a_plan$4 = "添加计划";
|
|
15503
|
+
var extra_curricular_activities$4 = "课外活动";
|
|
15504
|
+
var add_new_activity$4 = "新增活動";
|
|
15505
|
+
var courses$4 = "培訓班";
|
|
15506
|
+
var add_new_courses$4 = "新增課程";
|
|
15507
|
+
var add_new_college$4 = "新增學院";
|
|
15508
|
+
var references$4 = "參考";
|
|
15509
|
+
var resources_for_my_future$4 = "我未來的資源";
|
|
15510
|
+
var add_new_resources$4 = "新增資源";
|
|
15511
|
+
var my_essays$4 = "我的散文";
|
|
15512
|
+
var add_essay$4 = "添加論文";
|
|
15513
|
+
var learning_portfolios$4 = "學習檔案";
|
|
15514
|
+
var add_portfolio$4 = "新增投資組合";
|
|
15515
|
+
var financial_planning$4 = "金融計劃";
|
|
15516
|
+
var add_new_plan$4 = "新增計劃";
|
|
15517
|
+
var rows_per_page$4 = "每頁行數";
|
|
15518
|
+
var anonymous_link$4 = "匿名連結";
|
|
15519
|
+
var select_ratings_of_questions$4 = "選擇問題的評級";
|
|
15520
|
+
var select_responses_distribution$4 = "選擇響應分佈";
|
|
15521
|
+
var you_can_only_select_one_question_per_time$4 = "一次只能選擇一個問題";
|
|
15522
|
+
var number_of_answers$4 = "一次只能選擇一個問題";
|
|
15523
|
+
var my_interests$4 = "我的興趣";
|
|
15524
|
+
var i_like_to_know_more_about$4 = "我想了解更多";
|
|
15525
|
+
var my_strengths$4 = "我的優勢";
|
|
15526
|
+
var my_challenges$4 = "我的挑戰";
|
|
15527
|
+
var i_can_help_myself_by$4 = "我無法幫助自己";
|
|
15528
|
+
var my_teacher_can_help_me_by$4 = "我的老師可以幫助我";
|
|
15529
|
+
var other_people_who_can_help_me_are$4 = "其他可以幫助我的人有";
|
|
15530
|
+
var tools_things_that_can_help_me_are$4 = "可以幫助我的工具/東西是";
|
|
15531
|
+
var my_goals$4 = "我的目標";
|
|
15532
|
+
var my_goals_and_targets$4 = "我的目標和目標";
|
|
15533
|
+
var my_hopes_and_dreams$4 = "我的希望和夢想";
|
|
15534
|
+
var missing_grade$3 = "缺少等級";
|
|
15535
|
+
var grade_must_be_equal_or_greater_than_grade_level_1$3 = "成績必須等於或高於年級 1";
|
|
15536
|
+
var you_havent_added_any_challenges_yet$3 = "您還沒有添加任何挑戰";
|
|
15537
|
+
var you_havent_added_any_strengths_yet$3 = "您還沒有添加任何優勢";
|
|
15538
|
+
var you_havent_added_any_idea_yet$3 = "您還沒有添加任何想法";
|
|
15539
|
+
var you_havent_added_any_people_yet$3 = "您還沒有添加任何人";
|
|
15540
|
+
var you_havent_added_any_tools_yet$3 = "您還沒有新增任何工具";
|
|
15541
|
+
var you_havent_added_any_strategies_yet$3 = "您還沒有新增任何策略";
|
|
15542
|
+
var you_havent_added_any_goals_and_targets_yet$3 = "您還沒有新增任何目標";
|
|
15543
|
+
var you_havent_added_any_hopes_and_dreams_yet$3 = "你還沒有添加任何希望和夢想";
|
|
15544
|
+
var ways_I_learn_best$3 = "我學習得最好的方法";
|
|
15545
|
+
var your$3 = "你的";
|
|
15546
|
+
var interest$3 = "興趣";
|
|
15547
|
+
var strength$3 = "力量";
|
|
15548
|
+
var challenge$3 = "挑戰";
|
|
15549
|
+
var idea$3 = "想法";
|
|
15550
|
+
var people$3 = "人們";
|
|
15551
|
+
var tool$3 = "工具";
|
|
15552
|
+
var dream$3 = "夢想";
|
|
15553
|
+
var person$3 = "人";
|
|
15554
|
+
var labelText$3 = {
|
|
15555
|
+
updateDetail: "更新更多关于您的{{subject}}兴趣的细节",
|
|
15556
|
+
addDetail: "添加更多关于您的{{subject}}兴趣的细节"
|
|
15557
|
+
};
|
|
15558
|
+
var titleLabel$3 = "输入您的{{subject}}兴趣";
|
|
15559
|
+
var deleteText$3 = "删除您的{{subject}}兴趣";
|
|
15560
|
+
var actionText$3 = "{{action}} 您的{{subject}}兴趣";
|
|
14506
15561
|
var lang_zh = {
|
|
14507
15562
|
dashboard: dashboard$4,
|
|
14508
15563
|
user: user$4,
|
|
@@ -14638,7 +15693,7 @@ var lang_zh = {
|
|
|
14638
15693
|
create_semester: create_semester$4,
|
|
14639
15694
|
update_school_break_month: update_school_break_month$4,
|
|
14640
15695
|
total_of_semesters: total_of_semesters$4,
|
|
14641
|
-
total_of_academicyear: total_of_academicyear$
|
|
15696
|
+
total_of_academicyear: total_of_academicyear$4,
|
|
14642
15697
|
semester: semester$4,
|
|
14643
15698
|
breaking_month: breaking_month$4,
|
|
14644
15699
|
change_breaking_month: change_breaking_month$4,
|
|
@@ -15197,7 +16252,7 @@ var lang_zh = {
|
|
|
15197
16252
|
cut_off_time: cut_off_time$4,
|
|
15198
16253
|
created_by: created_by$4,
|
|
15199
16254
|
responses_distribution: responses_distribution$4,
|
|
15200
|
-
ratings_of_questions: ratings_of_questions$
|
|
16255
|
+
ratings_of_questions: ratings_of_questions$4,
|
|
15201
16256
|
show_results_for: show_results_for$4,
|
|
15202
16257
|
view_list_of_students: view_list_of_students$4,
|
|
15203
16258
|
view_list_of_responses: view_list_of_responses$4,
|
|
@@ -15225,7 +16280,7 @@ var lang_zh = {
|
|
|
15225
16280
|
you_can_only_select_number_kpis_at_a_time: you_can_only_select_number_kpis_at_a_time$4,
|
|
15226
16281
|
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
16282
|
"download.csv": "下载.CSV",
|
|
15228
|
-
last_check__in: last_check__in$
|
|
16283
|
+
last_check__in: last_check__in$4,
|
|
15229
16284
|
how_many_times_a_strategy_has_been_chosen: how_many_times_a_strategy_has_been_chosen$4,
|
|
15230
16285
|
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
16286
|
not_yet_started: not_yet_started$4,
|
|
@@ -15253,41 +16308,41 @@ var lang_zh = {
|
|
|
15253
16308
|
still_in_control_but_starting_to_feel_the_pressure: still_in_control_but_starting_to_feel_the_pressure$4,
|
|
15254
16309
|
too_much_pressure_and_really_struggling_to_manage_my_workload: too_much_pressure_and_really_struggling_to_manage_my_workload$4,
|
|
15255
16310
|
import_emails_by_csv: import_emails_by_csv$3,
|
|
15256
|
-
request_number: request_number$
|
|
16311
|
+
request_number: request_number$4,
|
|
15257
16312
|
select_or_input_class_type: select_or_input_class_type$3,
|
|
15258
16313
|
send_request: send_request$3,
|
|
15259
16314
|
start_reflection: start_reflection$3,
|
|
15260
|
-
customize_reflection: customize_reflection$
|
|
16315
|
+
customize_reflection: customize_reflection$4,
|
|
15261
16316
|
include_section_you_want_to_appear: include_section_you_want_to_appear$3,
|
|
15262
|
-
time_of_day: time_of_day$
|
|
16317
|
+
time_of_day: time_of_day$4,
|
|
15263
16318
|
one_roster: one_roster$3,
|
|
15264
16319
|
sandbox: sandbox$3,
|
|
15265
16320
|
well_being: well_being$3,
|
|
15266
16321
|
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$
|
|
16322
|
+
information_roster_sourced_id_full_name_email: information_roster_sourced_id_full_name_email$4,
|
|
16323
|
+
sync_roster_users: sync_roster_users$4,
|
|
16324
|
+
export_to_csv: export_to_csv$4,
|
|
15270
16325
|
user_list: user_list$4,
|
|
15271
16326
|
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$
|
|
16327
|
+
one_to_one_question: one_to_one_question$4,
|
|
16328
|
+
class_reflection_question: class_reflection_question$4,
|
|
16329
|
+
conference_question: conference_question$4,
|
|
16330
|
+
actions: actions$4,
|
|
15276
16331
|
order: order$3,
|
|
15277
16332
|
user_for: user_for$3,
|
|
15278
|
-
question_category: question_category$
|
|
15279
|
-
template_survey: template_survey$
|
|
16333
|
+
question_category: question_category$4,
|
|
16334
|
+
template_survey: template_survey$4,
|
|
15280
16335
|
is_intervention: is_intervention$2,
|
|
15281
|
-
create_template: create_template$
|
|
16336
|
+
create_template: create_template$4,
|
|
15282
16337
|
number_of_question: number_of_question$3,
|
|
15283
16338
|
mandatory: mandatory$4,
|
|
15284
16339
|
no_question_to_display: no_question_to_display$3,
|
|
15285
16340
|
privacy_policy: privacy_policy$3,
|
|
15286
16341
|
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$
|
|
16342
|
+
role_change: role_change$4,
|
|
16343
|
+
log_out: log_out$4,
|
|
16344
|
+
data_dashboard: data_dashboard$4,
|
|
16345
|
+
deep_learning_tools: deep_learning_tools$4,
|
|
15291
16346
|
my_profile: my_profile$3,
|
|
15292
16347
|
phone: phone$3,
|
|
15293
16348
|
calendar_id: calendar_id$3,
|
|
@@ -15302,19 +16357,19 @@ var lang_zh = {
|
|
|
15302
16357
|
students_parent_information: students_parent_information$3,
|
|
15303
16358
|
parent_1: parent_1$3,
|
|
15304
16359
|
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$
|
|
16360
|
+
in_app_notifications: in_app_notifications$4,
|
|
16361
|
+
turn_on_all_notifications: turn_on_all_notifications$4,
|
|
16362
|
+
notify_me_when: notify_me_when$4,
|
|
16363
|
+
a_student_schedules_a_1_1: a_student_schedules_a_1_1$4,
|
|
16364
|
+
a_student_schedules_a_conference: a_student_schedules_a_conference$4,
|
|
16365
|
+
a_student_completes_a_conference_self_assessment_rubric: a_student_completes_a_conference_self_assessment_rubric$4,
|
|
16366
|
+
a_student_or_teacher_completes_a_class_reflection: a_student_or_teacher_completes_a_class_reflection$4,
|
|
15312
16367
|
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$
|
|
16368
|
+
a_student_hasnt_logged_1_1_in_the_past_28_days: a_student_hasnt_logged_1_1_in_the_past_28_days$4,
|
|
16369
|
+
email_notifications: email_notifications$4,
|
|
16370
|
+
turn_on_all_emails: turn_on_all_emails$4,
|
|
16371
|
+
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,
|
|
16372
|
+
a_student_reported_a_low_safety_score_on_a_check_in: a_student_reported_a_low_safety_score_on_a_check_in$4,
|
|
15318
16373
|
continue_as: continue_as$3,
|
|
15319
16374
|
admin: admin$3,
|
|
15320
16375
|
counselor: counselor$3,
|
|
@@ -15324,18 +16379,18 @@ var lang_zh = {
|
|
|
15324
16379
|
add_parent_2_information: add_parent_2_information$3,
|
|
15325
16380
|
parent_role: parent_role$3,
|
|
15326
16381
|
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$
|
|
16382
|
+
academic_year: academic_year$4,
|
|
16383
|
+
all_of_the_students_report_manageable_stress_levels: all_of_the_students_report_manageable_stress_levels$4,
|
|
15329
16384
|
"100_00_of_students_are_not_feeling_safe": "100.00% 的学生感觉不安全",
|
|
15330
16385
|
growth: growth$3,
|
|
15331
16386
|
relationships: relationships$3,
|
|
15332
16387
|
productivity: productivity$3,
|
|
15333
16388
|
academics: academics$3,
|
|
15334
16389
|
percent: percent$3,
|
|
15335
|
-
unmotivated: unmotivated$
|
|
15336
|
-
comfort: comfort$
|
|
15337
|
-
stretch: stretch$
|
|
15338
|
-
strain: strain$
|
|
16390
|
+
unmotivated: unmotivated$4,
|
|
16391
|
+
comfort: comfort$4,
|
|
16392
|
+
stretch: stretch$4,
|
|
16393
|
+
strain: strain$4,
|
|
15339
16394
|
overwhelmed_overwhelmed: overwhelmed_overwhelmed$1,
|
|
15340
16395
|
edit_student_profile: edit_student_profile$3,
|
|
15341
16396
|
teacher: teacher$3,
|
|
@@ -15353,7 +16408,7 @@ var lang_zh = {
|
|
|
15353
16408
|
baseline: baseline$3,
|
|
15354
16409
|
timeframe: timeframe$3,
|
|
15355
16410
|
friends: friends$3,
|
|
15356
|
-
best_friends: best_friends$
|
|
16411
|
+
best_friends: best_friends$4,
|
|
15357
16412
|
supportive: supportive$3,
|
|
15358
16413
|
potential_friends: potential_friends$3,
|
|
15359
16414
|
like: like$3,
|
|
@@ -15402,17 +16457,17 @@ var lang_zh = {
|
|
|
15402
16457
|
close: close$3,
|
|
15403
16458
|
student_responses: student_responses$3,
|
|
15404
16459
|
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$
|
|
16460
|
+
teacher_perceived: teacher_perceived$4,
|
|
16461
|
+
prepared_for_class: prepared_for_class$4,
|
|
16462
|
+
missing_class_assignments: missing_class_assignments$4,
|
|
16463
|
+
completed_classwork: completed_classwork$4,
|
|
16464
|
+
asked_for_help_when_needed: asked_for_help_when_needed$4,
|
|
15410
16465
|
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$
|
|
16466
|
+
missing_reflections: missing_reflections$4,
|
|
16467
|
+
total_students_missing_late_assignments: total_students_missing_late_assignments$4,
|
|
16468
|
+
subject_class: subject_class$4,
|
|
16469
|
+
chart_type: chart_type$4,
|
|
16470
|
+
request_from: request_from$4,
|
|
15416
16471
|
are_you_sure_you_want_to_delete_this_item: are_you_sure_you_want_to_delete_this_item$3,
|
|
15417
16472
|
yes_delete: yes_delete$3,
|
|
15418
16473
|
completed_conference: completed_conference$3,
|
|
@@ -15426,7 +16481,7 @@ var lang_zh = {
|
|
|
15426
16481
|
to_do: to_do$3,
|
|
15427
16482
|
my_class_reflections: my_class_reflections$3,
|
|
15428
16483
|
send_reflection: send_reflection$3,
|
|
15429
|
-
iep_template: iep_template$
|
|
16484
|
+
iep_template: iep_template$4,
|
|
15430
16485
|
type_2_characters_to_search: type_2_characters_to_search$3,
|
|
15431
16486
|
create_time: create_time$2,
|
|
15432
16487
|
do_you_want_to_remove_this_user: do_you_want_to_remove_this_user$3,
|
|
@@ -15439,9 +16494,9 @@ var lang_zh = {
|
|
|
15439
16494
|
select: select$3,
|
|
15440
16495
|
do_you_want_to_remove_this_category: do_you_want_to_remove_this_category$3,
|
|
15441
16496
|
total_of_category: total_of_category$3,
|
|
15442
|
-
total_of_templates: total_of_templates$
|
|
16497
|
+
total_of_templates: total_of_templates$4,
|
|
15443
16498
|
template_name: template_name$3,
|
|
15444
|
-
category_name: category_name$
|
|
16499
|
+
category_name: category_name$4,
|
|
15445
16500
|
created_date: created_date$3,
|
|
15446
16501
|
do_you_want_to_remove_this_email_template: do_you_want_to_remove_this_email_template$3,
|
|
15447
16502
|
create_email_template: create_email_template$3,
|
|
@@ -15451,53 +16506,53 @@ var lang_zh = {
|
|
|
15451
16506
|
params: params$3,
|
|
15452
16507
|
meaning: meaning$3,
|
|
15453
16508
|
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$
|
|
16509
|
+
skills: skills$4,
|
|
16510
|
+
subjects: subjects$4,
|
|
16511
|
+
learning_support_categories: learning_support_categories$4,
|
|
16512
|
+
goal_examples: goal_examples$4,
|
|
16513
|
+
student_badges: student_badges$4,
|
|
16514
|
+
blank_days: blank_days$4,
|
|
16515
|
+
csv_import: csv_import$4,
|
|
16516
|
+
band_scores: band_scores$4,
|
|
16517
|
+
license: license$4,
|
|
16518
|
+
switch_teacher: switch_teacher$4,
|
|
16519
|
+
question_scaffolding: question_scaffolding$4,
|
|
16520
|
+
training: training$4,
|
|
16521
|
+
type_something_and_press_enter_to_add_short_term_target_examples: type_something_and_press_enter_to_add_short_term_target_examples$4,
|
|
16522
|
+
import_users: import_users$4,
|
|
16523
|
+
import_class_reflection: import_class_reflection$4,
|
|
15469
16524
|
download_users_data: download_users_data$3,
|
|
15470
16525
|
do_you_want_to_remove_this_assistant: do_you_want_to_remove_this_assistant$3,
|
|
15471
16526
|
do_you_want_to_remove_this_counselor: do_you_want_to_remove_this_counselor$3,
|
|
15472
16527
|
do_you_want_to_remove_this_support_teacher: do_you_want_to_remove_this_support_teacher$3,
|
|
15473
|
-
send: send$
|
|
16528
|
+
send: send$4,
|
|
15474
16529
|
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$
|
|
16530
|
+
new_folder: new_folder$4,
|
|
16531
|
+
upload: upload$4,
|
|
16532
|
+
type_something_to_search_by_file_name: type_something_to_search_by_file_name$4,
|
|
16533
|
+
systems: systems$4,
|
|
16534
|
+
create_template_system: create_template_system$4,
|
|
16535
|
+
created_at: created_at$4,
|
|
15481
16536
|
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$
|
|
16537
|
+
one_roster_setting: one_roster_setting$4,
|
|
16538
|
+
users: users$4,
|
|
16539
|
+
one_roster_config: one_roster_config$4,
|
|
16540
|
+
end_point_url: end_point_url$4,
|
|
16541
|
+
client_id: client_id$4,
|
|
16542
|
+
client_secret: client_secret$4,
|
|
16543
|
+
import_one_roster: import_one_roster$4,
|
|
16544
|
+
import_from_zip_file: import_from_zip_file$4,
|
|
16545
|
+
import_from_restful_api: import_from_restful_api$4,
|
|
16546
|
+
non_existent_users: non_existent_users$4,
|
|
16547
|
+
type_something_to_search_users: type_something_to_search_users$4,
|
|
15493
16548
|
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$
|
|
16549
|
+
help: help$4,
|
|
16550
|
+
sandbox_mode: sandbox_mode$4,
|
|
16551
|
+
off: off$4,
|
|
16552
|
+
restore_sandbox_database: restore_sandbox_database$4,
|
|
16553
|
+
turn_on: turn_on$4,
|
|
16554
|
+
turn_off: turn_off$4,
|
|
16555
|
+
restore: restore$4,
|
|
15501
16556
|
edit_profile: edit_profile$3,
|
|
15502
16557
|
on_track_going_well: on_track_going_well$3,
|
|
15503
16558
|
guide: guide$3,
|
|
@@ -15555,14 +16610,14 @@ var lang_zh = {
|
|
|
15555
16610
|
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
16611
|
english_language_or_literature: english_language_or_literature$3,
|
|
15557
16612
|
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$
|
|
16613
|
+
ridge_charts: ridge_charts$4,
|
|
16614
|
+
bar_charts: bar_charts$4,
|
|
16615
|
+
line_charts: line_charts$4,
|
|
16616
|
+
start_of_day: start_of_day$4,
|
|
16617
|
+
mid_morning: mid_morning$4,
|
|
16618
|
+
before_lunch: before_lunch$4,
|
|
16619
|
+
mid_afternoon: mid_afternoon$4,
|
|
16620
|
+
last_class_of_the_day: last_class_of_the_day$4,
|
|
15566
16621
|
student_only: student_only$3,
|
|
15567
16622
|
teacher_only: teacher_only$3,
|
|
15568
16623
|
did_the_student_have_all_needed_materials_for_this_class: did_the_student_have_all_needed_materials_for_this_class$3,
|
|
@@ -16130,7 +17185,7 @@ var lang_zh = {
|
|
|
16130
17185
|
support_teacher_email: support_teacher_email$4,
|
|
16131
17186
|
add_new_answer: add_new_answer$3,
|
|
16132
17187
|
edit_template: edit_template$3,
|
|
16133
|
-
add_questions: add_questions$
|
|
17188
|
+
add_questions: add_questions$4,
|
|
16134
17189
|
edit_email_template: edit_email_template$3,
|
|
16135
17190
|
contact_mail: contact_mail$3,
|
|
16136
17191
|
announcements: announcements$3,
|
|
@@ -16345,7 +17400,114 @@ var lang_zh = {
|
|
|
16345
17400
|
grade_usage: grade_usage$4,
|
|
16346
17401
|
total_conversations: total_conversations$4,
|
|
16347
17402
|
impersonate: impersonate$4,
|
|
16348
|
-
hi: hi$4
|
|
17403
|
+
hi: hi$4,
|
|
17404
|
+
transition_plan: transition_plan$4,
|
|
17405
|
+
updated_on: updated_on$4,
|
|
17406
|
+
print_my_learning_plan: print_my_learning_plan$4,
|
|
17407
|
+
print_my_transition_plan: print_my_transition_plan$4,
|
|
17408
|
+
about_me: about_me$4,
|
|
17409
|
+
name_your_interest: name_your_interest$4,
|
|
17410
|
+
add_more_detail_to_your_interest: add_more_detail_to_your_interest$4,
|
|
17411
|
+
create_interest: create_interest$4,
|
|
17412
|
+
"your_interest_has_been_successfully_created_!": "您的兴趣已成功创建",
|
|
17413
|
+
view_plp: view_plp$4,
|
|
17414
|
+
my_current_plp: my_current_plp$4,
|
|
17415
|
+
my_learning_strategies: my_learning_strategies$4,
|
|
17416
|
+
add_new_interest: add_new_interest$4,
|
|
17417
|
+
add_new_challenge: add_new_challenge$4,
|
|
17418
|
+
add_new_strength: add_new_strength$4,
|
|
17419
|
+
add_new_idea: add_new_idea$4,
|
|
17420
|
+
add_new_people: add_new_people$4,
|
|
17421
|
+
add_new_tool: add_new_tool$4,
|
|
17422
|
+
add_new_strategy: add_new_strategy$4,
|
|
17423
|
+
add_new_dream: add_new_dream$4,
|
|
17424
|
+
my_support_network: my_support_network$4,
|
|
17425
|
+
add_person: add_person$4,
|
|
17426
|
+
closer_family: closer_family$4,
|
|
17427
|
+
family: family$4,
|
|
17428
|
+
mentors: mentors$4,
|
|
17429
|
+
tutors: tutors$4,
|
|
17430
|
+
my_timeline: my_timeline$4,
|
|
17431
|
+
add_milestone: add_milestone$4,
|
|
17432
|
+
add_test: add_test$4,
|
|
17433
|
+
"you_haven't_added_any academic_milestones_yet": "您尚未添加任何学术里程碑",
|
|
17434
|
+
"you_haven't_added_any_tests_yet": "您尚未添加任何测试",
|
|
17435
|
+
colleges: colleges$4,
|
|
17436
|
+
"you_haven't_added_any_colleges_yet": "您尚未添加任何大学",
|
|
17437
|
+
add_colleges: add_colleges$4,
|
|
17438
|
+
my_transition_plan: my_transition_plan$4,
|
|
17439
|
+
academic_milestones: academic_milestones$4,
|
|
17440
|
+
tests: tests$4,
|
|
17441
|
+
academic_and_career_interests: academic_and_career_interests$4,
|
|
17442
|
+
you_havent_added_any_interests_yet: you_havent_added_any_interests_yet$4,
|
|
17443
|
+
add_a_plan: add_a_plan$4,
|
|
17444
|
+
extra_curricular_activities: extra_curricular_activities$4,
|
|
17445
|
+
"you_haven't_added_any_activities_yet": "您尚未添加任何活动",
|
|
17446
|
+
add_new_activity: add_new_activity$4,
|
|
17447
|
+
courses: courses$4,
|
|
17448
|
+
"you_haven't_added_any_courses_yet": "您還沒有添加任何課程",
|
|
17449
|
+
add_new_courses: add_new_courses$4,
|
|
17450
|
+
"standardized_tests_/_exams": "標準化測驗/考試",
|
|
17451
|
+
"potential_career_training_courese_/_colleges": "潛在的職業訓練課程/學院",
|
|
17452
|
+
"you_haven't_added_any_courses_/_colleges_yet": "您還沒有添加任何課程/學院",
|
|
17453
|
+
"add_new_courese_/_college": "新增課程/學院",
|
|
17454
|
+
add_new_college: add_new_college$4,
|
|
17455
|
+
"you_haven't_added_any_references_yet": "您尚未新增任何參考文獻",
|
|
17456
|
+
references: references$4,
|
|
17457
|
+
resources_for_my_future: resources_for_my_future$4,
|
|
17458
|
+
"you_haven't_added_any_resources_yet": "您還沒有新增任何資源",
|
|
17459
|
+
add_new_resources: add_new_resources$4,
|
|
17460
|
+
my_essays: my_essays$4,
|
|
17461
|
+
"you_haven't_added_any_essays_yet": "您還沒有添加任何文章",
|
|
17462
|
+
add_essay: add_essay$4,
|
|
17463
|
+
learning_portfolios: learning_portfolios$4,
|
|
17464
|
+
"you_haven't_added_any_learning_portfolios_yet": "您還沒有添加任何學習檔案袋",
|
|
17465
|
+
add_portfolio: add_portfolio$4,
|
|
17466
|
+
financial_planning: financial_planning$4,
|
|
17467
|
+
"you_haven't_added_any_plans_yet": "您還沒有添加任何計劃",
|
|
17468
|
+
add_new_plan: add_new_plan$4,
|
|
17469
|
+
"students_shaded_red_have_an_incomplete_check-_in": "紅色陰影的學生簽到不完整",
|
|
17470
|
+
rows_per_page: rows_per_page$4,
|
|
17471
|
+
anonymous_link: anonymous_link$4,
|
|
17472
|
+
select_ratings_of_questions: select_ratings_of_questions$4,
|
|
17473
|
+
select_responses_distribution: select_responses_distribution$4,
|
|
17474
|
+
you_can_only_select_one_question_per_time: you_can_only_select_one_question_per_time$4,
|
|
17475
|
+
number_of_answers: number_of_answers$4,
|
|
17476
|
+
my_interests: my_interests$4,
|
|
17477
|
+
i_like_to_know_more_about: i_like_to_know_more_about$4,
|
|
17478
|
+
my_strengths: my_strengths$4,
|
|
17479
|
+
my_challenges: my_challenges$4,
|
|
17480
|
+
i_can_help_myself_by: i_can_help_myself_by$4,
|
|
17481
|
+
my_teacher_can_help_me_by: my_teacher_can_help_me_by$4,
|
|
17482
|
+
other_people_who_can_help_me_are: other_people_who_can_help_me_are$4,
|
|
17483
|
+
tools_things_that_can_help_me_are: tools_things_that_can_help_me_are$4,
|
|
17484
|
+
my_goals: my_goals$4,
|
|
17485
|
+
my_goals_and_targets: my_goals_and_targets$4,
|
|
17486
|
+
my_hopes_and_dreams: my_hopes_and_dreams$4,
|
|
17487
|
+
missing_grade: missing_grade$3,
|
|
17488
|
+
grade_must_be_equal_or_greater_than_grade_level_1: grade_must_be_equal_or_greater_than_grade_level_1$3,
|
|
17489
|
+
you_havent_added_any_challenges_yet: you_havent_added_any_challenges_yet$3,
|
|
17490
|
+
you_havent_added_any_strengths_yet: you_havent_added_any_strengths_yet$3,
|
|
17491
|
+
you_havent_added_any_idea_yet: you_havent_added_any_idea_yet$3,
|
|
17492
|
+
you_havent_added_any_people_yet: you_havent_added_any_people_yet$3,
|
|
17493
|
+
you_havent_added_any_tools_yet: you_havent_added_any_tools_yet$3,
|
|
17494
|
+
you_havent_added_any_strategies_yet: you_havent_added_any_strategies_yet$3,
|
|
17495
|
+
you_havent_added_any_goals_and_targets_yet: you_havent_added_any_goals_and_targets_yet$3,
|
|
17496
|
+
you_havent_added_any_hopes_and_dreams_yet: you_havent_added_any_hopes_and_dreams_yet$3,
|
|
17497
|
+
ways_I_learn_best: ways_I_learn_best$3,
|
|
17498
|
+
your: your$3,
|
|
17499
|
+
interest: interest$3,
|
|
17500
|
+
strength: strength$3,
|
|
17501
|
+
challenge: challenge$3,
|
|
17502
|
+
idea: idea$3,
|
|
17503
|
+
people: people$3,
|
|
17504
|
+
tool: tool$3,
|
|
17505
|
+
dream: dream$3,
|
|
17506
|
+
person: person$3,
|
|
17507
|
+
labelText: labelText$3,
|
|
17508
|
+
titleLabel: titleLabel$3,
|
|
17509
|
+
deleteText: deleteText$3,
|
|
17510
|
+
actionText: actionText$3
|
|
16349
17511
|
};
|
|
16350
17512
|
|
|
16351
17513
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|
|
@@ -35903,218 +37065,6 @@ var TheHeaderDropdown = function TheHeaderDropdown(_ref) {
|
|
|
35903
37065
|
})), t("log_out")))));
|
|
35904
37066
|
};
|
|
35905
37067
|
|
|
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
37068
|
var TITLE$3 = "Not found";
|
|
36119
37069
|
|
|
36120
37070
|
var NotFound = function NotFound() {
|
|
@@ -36172,256 +37122,6 @@ var TheContent = function TheContent(_ref) {
|
|
|
36172
37122
|
|
|
36173
37123
|
var TheContent$1 = React.memo(TheContent);
|
|
36174
37124
|
|
|
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
37125
|
var buttonTextStyle = {
|
|
36426
37126
|
fontWeight: 500
|
|
36427
37127
|
};
|
|
@@ -39191,7 +39891,7 @@ var useUserList = function useUserList() {
|
|
|
39191
39891
|
}
|
|
39192
39892
|
};
|
|
39193
39893
|
|
|
39194
|
-
var
|
|
39894
|
+
var switchUser = useCallback(function (id) {
|
|
39195
39895
|
try {
|
|
39196
39896
|
var _temp10 = _catch(function () {
|
|
39197
39897
|
return Promise.resolve(switchAccountUser(id)).then(function (res) {
|
|
@@ -39265,7 +39965,7 @@ var useUserList = function useUserList() {
|
|
|
39265
39965
|
removeData: removeData,
|
|
39266
39966
|
changeFilters: changeFilters,
|
|
39267
39967
|
reDirectDetailPage: reDirectDetailPage,
|
|
39268
|
-
|
|
39968
|
+
switchUser: switchUser,
|
|
39269
39969
|
handleSyncRosterUsers: handleSyncRosterUsers,
|
|
39270
39970
|
rosterUserInfo: rosterUserInfo
|
|
39271
39971
|
};
|
|
@@ -39899,7 +40599,7 @@ var UserList = function UserList() {
|
|
|
39899
40599
|
removeData = _useUserList.removeData,
|
|
39900
40600
|
changeFilters = _useUserList.changeFilters,
|
|
39901
40601
|
reDirectDetailPage = _useUserList.reDirectDetailPage,
|
|
39902
|
-
|
|
40602
|
+
switchUser = _useUserList.switchUser,
|
|
39903
40603
|
handleSyncRosterUsers = _useUserList.handleSyncRosterUsers,
|
|
39904
40604
|
rosterUserInfo = _useUserList.rosterUserInfo;
|
|
39905
40605
|
|
|
@@ -40000,7 +40700,7 @@ var UserList = function UserList() {
|
|
|
40000
40700
|
cursor: "pointer"
|
|
40001
40701
|
},
|
|
40002
40702
|
onClick: function onClick() {
|
|
40003
|
-
return
|
|
40703
|
+
return switchUser(record.id);
|
|
40004
40704
|
}
|
|
40005
40705
|
})), React.createElement("td", {
|
|
40006
40706
|
className: "align-middle",
|
|
@@ -42172,6 +42872,34 @@ var UserDetail = function UserDetail() {
|
|
|
42172
42872
|
});
|
|
42173
42873
|
};
|
|
42174
42874
|
|
|
42875
|
+
var loadingStyle = {
|
|
42876
|
+
minWidth: "100vw",
|
|
42877
|
+
minHeight: "100vh",
|
|
42878
|
+
position: "fixed",
|
|
42879
|
+
top: 0,
|
|
42880
|
+
left: 0,
|
|
42881
|
+
zIndex: 999999999,
|
|
42882
|
+
backgroundColor: "rgba(0, 0, 0, 0.4)",
|
|
42883
|
+
display: "flex",
|
|
42884
|
+
justifyContent: "center",
|
|
42885
|
+
alignItems: "center"
|
|
42886
|
+
};
|
|
42887
|
+
|
|
42888
|
+
var Loading = function Loading() {
|
|
42889
|
+
var isLoading = useSelector(function (state) {
|
|
42890
|
+
return state.common.isLoading;
|
|
42891
|
+
});
|
|
42892
|
+
localStorage.setItem("LAST_TIME_REQUETST", moment().utc().format("YYYY-MM-DD HH:mm:ss"));
|
|
42893
|
+
return isLoading ? React.createElement("div", {
|
|
42894
|
+
style: loadingStyle
|
|
42895
|
+
}, React.createElement("div", {
|
|
42896
|
+
className: "spinner-border text-secondary",
|
|
42897
|
+
role: "status"
|
|
42898
|
+
}, React.createElement("span", {
|
|
42899
|
+
className: "sr-only"
|
|
42900
|
+
}, "Loading..."))) : null;
|
|
42901
|
+
};
|
|
42902
|
+
|
|
42175
42903
|
var ScrollToTop = function ScrollToTop() {
|
|
42176
42904
|
var _useLocation = useLocation(),
|
|
42177
42905
|
pathname = _useLocation.pathname;
|
|
@@ -45163,6 +45891,32 @@ var store = configureStore({
|
|
|
45163
45891
|
}
|
|
45164
45892
|
});
|
|
45165
45893
|
|
|
45894
|
+
var firstCheckToken = function firstCheckToken() {
|
|
45895
|
+
return Promise.resolve(_catch(function () {
|
|
45896
|
+
var token = getAccessToken();
|
|
45897
|
+
return token ? Promise.resolve(checkToken(token)).then(function (tokenStatus) {
|
|
45898
|
+
return tokenStatus.data ? true : false;
|
|
45899
|
+
}) : false;
|
|
45900
|
+
}, function () {
|
|
45901
|
+
return false;
|
|
45902
|
+
}));
|
|
45903
|
+
};
|
|
45904
|
+
|
|
45905
|
+
var canAccess = function canAccess(userRoles, componentRoles) {
|
|
45906
|
+
if (!Array.isArray(userRoles)) {
|
|
45907
|
+
return false;
|
|
45908
|
+
}
|
|
45909
|
+
|
|
45910
|
+
if (Array.isArray(componentRoles)) {
|
|
45911
|
+
var intersects = userRoles.filter(function (i) {
|
|
45912
|
+
return componentRoles.includes(i);
|
|
45913
|
+
});
|
|
45914
|
+
return intersects.length > 0;
|
|
45915
|
+
}
|
|
45916
|
+
|
|
45917
|
+
return true;
|
|
45918
|
+
};
|
|
45919
|
+
|
|
45166
45920
|
var isInViewport = function isInViewport(el) {
|
|
45167
45921
|
var rect = el === null || el === void 0 ? void 0 : el.getBoundingClientRect();
|
|
45168
45922
|
return rect.top >= 0 && rect.left >= 0 && rect.bottom <= (window.innerHeight || document.documentElement.clientHeight) && rect.right <= (window.innerWidth || document.documentElement.clientWidth);
|
|
@@ -45192,11 +45946,421 @@ var getTextFromHTML = function getTextFromHTML(htmlString) {
|
|
|
45192
45946
|
return text;
|
|
45193
45947
|
};
|
|
45194
45948
|
|
|
45949
|
+
var getCookieValue = function getCookieValue(name) {
|
|
45950
|
+
var _document$cookie$matc;
|
|
45951
|
+
|
|
45952
|
+
return ((_document$cookie$matc = document.cookie.match('(^|;)\\s*' + name + '\\s*=\\s*([^;]+)')) === null || _document$cookie$matc === void 0 ? void 0 : _document$cookie$matc.pop()) || '';
|
|
45953
|
+
};
|
|
45954
|
+
|
|
45195
45955
|
var generateRandomString = (function () {
|
|
45196
45956
|
return (Math.random() + 1).toString(36).substring(7);
|
|
45197
45957
|
});
|
|
45198
45958
|
|
|
45199
45959
|
var amplitudeClient = amplitude.getInstance();
|
|
45200
45960
|
|
|
45201
|
-
|
|
45961
|
+
var apiGetLanguage = function apiGetLanguage() {
|
|
45962
|
+
return api.get(BASE_URL + "/api/language");
|
|
45963
|
+
};
|
|
45964
|
+
|
|
45965
|
+
var apiUpdateLanguage = function apiUpdateLanguage(lang) {
|
|
45966
|
+
return api.put(BASE_URL + "/api/language?lang=" + lang);
|
|
45967
|
+
};
|
|
45968
|
+
|
|
45969
|
+
var LANGUAGE_SYSTEM = "LANGUAGE_SYSTEM";
|
|
45970
|
+
|
|
45971
|
+
var useLanguages = function useLanguages() {
|
|
45972
|
+
var dispatch = useDispatch();
|
|
45973
|
+
|
|
45974
|
+
var _useTranslation = useTranslation(),
|
|
45975
|
+
i18n = _useTranslation.i18n;
|
|
45976
|
+
|
|
45977
|
+
var language = useSelector(function (state) {
|
|
45978
|
+
return state.common.language;
|
|
45979
|
+
});
|
|
45980
|
+
var defaultLanguage = getCookieValue(LANGUAGE_SYSTEM) != null ? getCookieValue(LANGUAGE_SYSTEM) : DEFAULT_LANGUAGE_CODE;
|
|
45981
|
+
|
|
45982
|
+
var _useState = useState([]),
|
|
45983
|
+
languageList = _useState[0],
|
|
45984
|
+
setLanguageList = _useState[1];
|
|
45985
|
+
|
|
45986
|
+
var _useState2 = useState(false),
|
|
45987
|
+
dropdownOpen = _useState2[0],
|
|
45988
|
+
setDropdownOpen = _useState2[1];
|
|
45989
|
+
|
|
45990
|
+
var _useState3 = useState(defaultLanguage),
|
|
45991
|
+
currentLang = _useState3[0],
|
|
45992
|
+
setCurrentLang = _useState3[1];
|
|
45993
|
+
|
|
45994
|
+
var toggle = function toggle() {
|
|
45995
|
+
return setDropdownOpen(function (prevState) {
|
|
45996
|
+
return !prevState;
|
|
45997
|
+
});
|
|
45998
|
+
};
|
|
45999
|
+
|
|
46000
|
+
var changeLanguageApp = function changeLanguageApp(lang) {
|
|
46001
|
+
try {
|
|
46002
|
+
var _temp3 = function _temp3() {
|
|
46003
|
+
dispatch(setLoading(false));
|
|
46004
|
+
};
|
|
46005
|
+
|
|
46006
|
+
dispatch(setLoading(true));
|
|
46007
|
+
|
|
46008
|
+
var _temp4 = _catch(function () {
|
|
46009
|
+
return Promise.resolve(apiUpdateLanguage(lang)).then(function () {
|
|
46010
|
+
i18n.changeLanguage(lang);
|
|
46011
|
+
setCurrentLang(lang);
|
|
46012
|
+
dispatch(setLanguage(lang));
|
|
46013
|
+
});
|
|
46014
|
+
}, function (err) {
|
|
46015
|
+
var _err$response, _err$response$data;
|
|
46016
|
+
|
|
46017
|
+
dispatch(setAlert({
|
|
46018
|
+
type: "danger",
|
|
46019
|
+
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
|
|
46020
|
+
}));
|
|
46021
|
+
});
|
|
46022
|
+
|
|
46023
|
+
return Promise.resolve(_temp4 && _temp4.then ? _temp4.then(_temp3) : _temp3(_temp4));
|
|
46024
|
+
} catch (e) {
|
|
46025
|
+
return Promise.reject(e);
|
|
46026
|
+
}
|
|
46027
|
+
};
|
|
46028
|
+
|
|
46029
|
+
var getListLanguage = function getListLanguage() {
|
|
46030
|
+
try {
|
|
46031
|
+
var _temp6 = _catch(function () {
|
|
46032
|
+
return Promise.resolve(apiGetLanguage()).then(function (res) {
|
|
46033
|
+
setLanguageList(res.data);
|
|
46034
|
+
});
|
|
46035
|
+
}, function (err) {
|
|
46036
|
+
var _err$response2, _err$response2$data;
|
|
46037
|
+
|
|
46038
|
+
dispatch(setAlert({
|
|
46039
|
+
type: "danger",
|
|
46040
|
+
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
|
|
46041
|
+
}));
|
|
46042
|
+
});
|
|
46043
|
+
|
|
46044
|
+
return Promise.resolve(_temp6 && _temp6.then ? _temp6.then(function () {}) : void 0);
|
|
46045
|
+
} catch (e) {
|
|
46046
|
+
return Promise.reject(e);
|
|
46047
|
+
}
|
|
46048
|
+
};
|
|
46049
|
+
|
|
46050
|
+
useEffect(function () {
|
|
46051
|
+
defaultLanguage != language && changeLanguageApp(defaultLanguage);
|
|
46052
|
+
getListLanguage();
|
|
46053
|
+
}, []);
|
|
46054
|
+
return {
|
|
46055
|
+
languageList: languageList,
|
|
46056
|
+
toggle: toggle,
|
|
46057
|
+
dropdownOpen: dropdownOpen,
|
|
46058
|
+
currentLang: currentLang,
|
|
46059
|
+
changeLanguageApp: changeLanguageApp,
|
|
46060
|
+
setCurrentLang: setCurrentLang
|
|
46061
|
+
};
|
|
46062
|
+
};
|
|
46063
|
+
|
|
46064
|
+
var TheLanguageDropdown = function TheLanguageDropdown() {
|
|
46065
|
+
var _useLanguages = useLanguages(),
|
|
46066
|
+
languageList = _useLanguages.languageList,
|
|
46067
|
+
toggle = _useLanguages.toggle,
|
|
46068
|
+
dropdownOpen = _useLanguages.dropdownOpen,
|
|
46069
|
+
currentLang = _useLanguages.currentLang,
|
|
46070
|
+
changeLanguageApp = _useLanguages.changeLanguageApp;
|
|
46071
|
+
|
|
46072
|
+
var currentLanguage = useMemo(function () {
|
|
46073
|
+
var current = languageList.find(function (i) {
|
|
46074
|
+
return i.code === currentLang;
|
|
46075
|
+
});
|
|
46076
|
+
if (!current) return null;
|
|
46077
|
+
return React.createElement(React.Fragment, null, React.createElement("img", {
|
|
46078
|
+
className: "mr-2 " + styles['dropdown-menu-flag'],
|
|
46079
|
+
src: "" + getStaticFileUrl(current.image)
|
|
46080
|
+
}), " ", current.name);
|
|
46081
|
+
}, [currentLang, languageList]);
|
|
46082
|
+
return React.createElement(Dropdown, {
|
|
46083
|
+
isOpen: dropdownOpen,
|
|
46084
|
+
toggle: toggle,
|
|
46085
|
+
className: "" + styles["dropdown-menu"]
|
|
46086
|
+
}, React.createElement(DropdownToggle, {
|
|
46087
|
+
className: styles["header-avatar"] + " d-flex align-items-center"
|
|
46088
|
+
}, React.createElement("span", {
|
|
46089
|
+
style: {
|
|
46090
|
+
color: "#000",
|
|
46091
|
+
textTransform: "capitalize",
|
|
46092
|
+
display: 'flex',
|
|
46093
|
+
alignItems: 'center'
|
|
46094
|
+
}
|
|
46095
|
+
}, currentLanguage, React.createElement(BsChevronDown, {
|
|
46096
|
+
className: "ml-2",
|
|
46097
|
+
style: {
|
|
46098
|
+
fontSize: '10px'
|
|
46099
|
+
}
|
|
46100
|
+
}))), React.createElement(DropdownMenu, {
|
|
46101
|
+
className: styles["dropdown-content-language"]
|
|
46102
|
+
}, !!languageList && languageList.length > 0 && languageList.map(function (lang, index) {
|
|
46103
|
+
return React.createElement(DropdownItem, {
|
|
46104
|
+
key: lang.code,
|
|
46105
|
+
className: styles["dropdown-change"] + " px-0 py-0 " + (index === languageList.length - 1 ? "pb-2" : "pt-2"),
|
|
46106
|
+
onClick: function onClick() {
|
|
46107
|
+
return changeLanguageApp(lang.code);
|
|
46108
|
+
}
|
|
46109
|
+
}, React.createElement("div", {
|
|
46110
|
+
className: styles["dropdown-item-language"] + " " + styles["item-logout"] + " " + (currentLang == lang.code ? styles['dropdown-item-language-active'] : "") + " d-flex align-items-center w-100"
|
|
46111
|
+
}, React.createElement("span", {
|
|
46112
|
+
className: "mr-2 d-flex hover-opacity"
|
|
46113
|
+
}, React.createElement("img", {
|
|
46114
|
+
style: {
|
|
46115
|
+
width: "30px",
|
|
46116
|
+
height: "25px",
|
|
46117
|
+
borderRadius: "5px"
|
|
46118
|
+
},
|
|
46119
|
+
src: getStaticFileUrl(lang.image)
|
|
46120
|
+
})), lang.name));
|
|
46121
|
+
})));
|
|
46122
|
+
};
|
|
46123
|
+
|
|
46124
|
+
var TheHeader = function TheHeader(_ref) {
|
|
46125
|
+
var onToggleModel = _ref.onToggleModel;
|
|
46126
|
+
var dispatch = useDispatch();
|
|
46127
|
+
var sidebarShow = useSelector(function (state) {
|
|
46128
|
+
return state.common.sidebarShow;
|
|
46129
|
+
});
|
|
46130
|
+
|
|
46131
|
+
var _useTranslation = useTranslation(),
|
|
46132
|
+
t = _useTranslation.t;
|
|
46133
|
+
|
|
46134
|
+
var toggleSidebarMobile = function toggleSidebarMobile() {
|
|
46135
|
+
var val = [false, "responsive"].includes(sidebarShow) ? true : "responsive";
|
|
46136
|
+
dispatch(setSidebar(val));
|
|
46137
|
+
};
|
|
46138
|
+
|
|
46139
|
+
var isDistrict = window.location.host.includes("-district");
|
|
46140
|
+
return React.createElement(CHeader, {
|
|
46141
|
+
withSubheader: true,
|
|
46142
|
+
className: "d-flex align-items-center justify-content-end"
|
|
46143
|
+
}, React.createElement(CToggler, {
|
|
46144
|
+
inHeader: true,
|
|
46145
|
+
className: "ml-md-3 d-lg-none",
|
|
46146
|
+
onClick: toggleSidebarMobile
|
|
46147
|
+
}), React.createElement(CHeaderBrand, {
|
|
46148
|
+
className: "mx-auto flex-grow-1 d-lg-none",
|
|
46149
|
+
to: "/"
|
|
46150
|
+
}, React.createElement("img", {
|
|
46151
|
+
src: getStaticFileUrl(Images.LOGO_HEADER),
|
|
46152
|
+
className: styles["header-logo"]
|
|
46153
|
+
})), React.createElement(CHeaderNav, {
|
|
46154
|
+
className: "pr-3"
|
|
46155
|
+
}, React.createElement(TheLanguageDropdown, null), React.createElement("a", {
|
|
46156
|
+
className: "mr-3",
|
|
46157
|
+
style: {
|
|
46158
|
+
color: '#000'
|
|
46159
|
+
},
|
|
46160
|
+
href: '/privacy-policy',
|
|
46161
|
+
target: "blank"
|
|
46162
|
+
}, t("privacy_policy")), !isDistrict && React.createElement(NotificationButton, null), React.createElement(TheHeaderDropdown, {
|
|
46163
|
+
onToggleModel: onToggleModel
|
|
46164
|
+
})));
|
|
46165
|
+
};
|
|
46166
|
+
|
|
46167
|
+
var ModelSelectRole = function ModelSelectRole(_ref) {
|
|
46168
|
+
var _handleUserRole;
|
|
46169
|
+
|
|
46170
|
+
var open = _ref.open,
|
|
46171
|
+
onToggleModel = _ref.onToggleModel;
|
|
46172
|
+
var dispatch = useDispatch();
|
|
46173
|
+
|
|
46174
|
+
var _useTranslation = useTranslation(),
|
|
46175
|
+
t = _useTranslation.t;
|
|
46176
|
+
|
|
46177
|
+
var history = useHistory();
|
|
46178
|
+
var pathname = window.location.pathname;
|
|
46179
|
+
var user = useSelector(function (state) {
|
|
46180
|
+
return state.common.user;
|
|
46181
|
+
});
|
|
46182
|
+
var roles = user === null || user === void 0 ? void 0 : user.roles;
|
|
46183
|
+
|
|
46184
|
+
var handleSelectUserRoles = function handleSelectUserRoles(roles) {
|
|
46185
|
+
dispatch(setLoading(true));
|
|
46186
|
+
var roleSelect = roles.includes("Teacher/Assistant") ? ["Teacher", "Assistant"] : roles;
|
|
46187
|
+
dispatch(setUser(_extends({}, user, {
|
|
46188
|
+
roles: roleSelect
|
|
46189
|
+
})));
|
|
46190
|
+
localStorage.setItem("ROLES", roleSelect.toString());
|
|
46191
|
+
onToggleModel();
|
|
46192
|
+
|
|
46193
|
+
if (roles.includes("Parent")) {
|
|
46194
|
+
history.push("/parent");
|
|
46195
|
+
} else if (roles.includes("Admin")) {
|
|
46196
|
+
history.push("/admin/home");
|
|
46197
|
+
} else {
|
|
46198
|
+
pathname !== "/home" ? history.push("/home") : window.location.reload();
|
|
46199
|
+
}
|
|
46200
|
+
};
|
|
46201
|
+
|
|
46202
|
+
return React.createElement(Modal, {
|
|
46203
|
+
isOpen: open,
|
|
46204
|
+
toggle: function toggle() {
|
|
46205
|
+
return onToggleModel();
|
|
46206
|
+
},
|
|
46207
|
+
className: "" + styles["model-switch-roles"],
|
|
46208
|
+
centered: true
|
|
46209
|
+
}, React.createElement("p", {
|
|
46210
|
+
className: "" + styles["title"]
|
|
46211
|
+
}, 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) {
|
|
46212
|
+
return React.createElement("p", {
|
|
46213
|
+
key: r,
|
|
46214
|
+
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" : ""],
|
|
46215
|
+
onClick: function onClick() {
|
|
46216
|
+
return handleSelectUserRoles([r]);
|
|
46217
|
+
}
|
|
46218
|
+
}, r == "SecondaryTeacher" ? "Support Teacher" : r);
|
|
46219
|
+
})));
|
|
46220
|
+
};
|
|
46221
|
+
|
|
46222
|
+
var TheLayout = function TheLayout(_ref) {
|
|
46223
|
+
var routes = _ref.routes,
|
|
46224
|
+
navigation = _ref.navigation;
|
|
46225
|
+
var history = useHistory();
|
|
46226
|
+
var dispatch = useDispatch();
|
|
46227
|
+
var user = useSelector(function (state) {
|
|
46228
|
+
return state.common.user;
|
|
46229
|
+
});
|
|
46230
|
+
var language = useSelector(function (state) {
|
|
46231
|
+
return state.common.language;
|
|
46232
|
+
});
|
|
46233
|
+
|
|
46234
|
+
var _useState = useState(false),
|
|
46235
|
+
openModelSelectRole = _useState[0],
|
|
46236
|
+
setOpenModelSelectRole = _useState[1];
|
|
46237
|
+
|
|
46238
|
+
var _useTranslation = useTranslation(),
|
|
46239
|
+
t = _useTranslation.t;
|
|
46240
|
+
|
|
46241
|
+
var location = useLocation();
|
|
46242
|
+
var isNotification = location.pathname.includes("notifications");
|
|
46243
|
+
var isDistrict = window.location.host.includes("-district");
|
|
46244
|
+
|
|
46245
|
+
var handleToggleModel = function handleToggleModel() {
|
|
46246
|
+
setOpenModelSelectRole(!openModelSelectRole);
|
|
46247
|
+
};
|
|
46248
|
+
|
|
46249
|
+
var authRoutes = useMemo(function () {
|
|
46250
|
+
return routes.filter(function (route) {
|
|
46251
|
+
return canAccess(user === null || user === void 0 ? void 0 : user.roles, route.roles);
|
|
46252
|
+
}).filter(function (route) {
|
|
46253
|
+
return !!route.isDistrict === isDistrict;
|
|
46254
|
+
});
|
|
46255
|
+
}, [user, language]);
|
|
46256
|
+
var authNavigations = useMemo(function () {
|
|
46257
|
+
return navigation.map(function (item) {
|
|
46258
|
+
var _item$_children, _item$_children2;
|
|
46259
|
+
|
|
46260
|
+
return _extends({}, item, {
|
|
46261
|
+
name: t(item.name),
|
|
46262
|
+
_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) {
|
|
46263
|
+
return _extends({}, x, {
|
|
46264
|
+
name: t(x.name)
|
|
46265
|
+
});
|
|
46266
|
+
}) : undefined
|
|
46267
|
+
});
|
|
46268
|
+
}).filter(function (nav) {
|
|
46269
|
+
return canAccess(user === null || user === void 0 ? void 0 : user.roles, nav.roles);
|
|
46270
|
+
}).filter(function (nav) {
|
|
46271
|
+
return !!nav.isDistrict === isDistrict;
|
|
46272
|
+
});
|
|
46273
|
+
}, [user, language]);
|
|
46274
|
+
|
|
46275
|
+
var getInformationSetting = function getInformationSetting() {
|
|
46276
|
+
try {
|
|
46277
|
+
var _temp2 = _catch(function () {
|
|
46278
|
+
return Promise.resolve(getSchoolSettings()).then(function (res) {
|
|
46279
|
+
dispatch(setSandboxMode(res.data.isSandboxMode));
|
|
46280
|
+
});
|
|
46281
|
+
}, function (err) {
|
|
46282
|
+
console.error(err);
|
|
46283
|
+
});
|
|
46284
|
+
|
|
46285
|
+
return Promise.resolve(_temp2 && _temp2.then ? _temp2.then(function () {}) : void 0);
|
|
46286
|
+
} catch (e) {
|
|
46287
|
+
return Promise.reject(e);
|
|
46288
|
+
}
|
|
46289
|
+
};
|
|
46290
|
+
|
|
46291
|
+
useEffect(function () {
|
|
46292
|
+
checkAuthentication();
|
|
46293
|
+
}, []);
|
|
46294
|
+
useEffect(function () {
|
|
46295
|
+
getInformationSetting();
|
|
46296
|
+
}, [location.pathname]);
|
|
46297
|
+
|
|
46298
|
+
var checkAuthentication = function checkAuthentication() {
|
|
46299
|
+
try {
|
|
46300
|
+
var _temp4 = _catch(function () {
|
|
46301
|
+
return Promise.resolve(firstCheckToken()).then(function (tokenStatus) {
|
|
46302
|
+
tokenStatus ? loadInfo() : resetAuth();
|
|
46303
|
+
});
|
|
46304
|
+
}, function () {
|
|
46305
|
+
resetAuth();
|
|
46306
|
+
});
|
|
46307
|
+
|
|
46308
|
+
return Promise.resolve(_temp4 && _temp4.then ? _temp4.then(function () {}) : void 0);
|
|
46309
|
+
} catch (e) {
|
|
46310
|
+
return Promise.reject(e);
|
|
46311
|
+
}
|
|
46312
|
+
};
|
|
46313
|
+
|
|
46314
|
+
var loadInfo = function loadInfo() {
|
|
46315
|
+
try {
|
|
46316
|
+
var _temp6 = _catch(function () {
|
|
46317
|
+
return Promise.resolve(getInfo()).then(function (info) {
|
|
46318
|
+
var _info$data, _info$data$roles;
|
|
46319
|
+
|
|
46320
|
+
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"))) {
|
|
46321
|
+
resetAuth();
|
|
46322
|
+
}
|
|
46323
|
+
|
|
46324
|
+
dispatch(setUser(info.data));
|
|
46325
|
+
});
|
|
46326
|
+
}, function () {
|
|
46327
|
+
resetAuth();
|
|
46328
|
+
});
|
|
46329
|
+
|
|
46330
|
+
return Promise.resolve(_temp6 && _temp6.then ? _temp6.then(function () {}) : void 0);
|
|
46331
|
+
} catch (e) {
|
|
46332
|
+
return Promise.reject(e);
|
|
46333
|
+
}
|
|
46334
|
+
};
|
|
46335
|
+
|
|
46336
|
+
var resetAuth = function resetAuth() {
|
|
46337
|
+
localStorage.removeItem(ACCESS_TOKEN);
|
|
46338
|
+
history.push("/");
|
|
46339
|
+
};
|
|
46340
|
+
|
|
46341
|
+
if (!user) {
|
|
46342
|
+
return React.createElement(Loading, null);
|
|
46343
|
+
}
|
|
46344
|
+
|
|
46345
|
+
return React.createElement("div", {
|
|
46346
|
+
className: "c-app c-default-layout"
|
|
46347
|
+
}, !isNotification && React.createElement(TheSidebar, {
|
|
46348
|
+
navigation: authNavigations
|
|
46349
|
+
}), React.createElement("div", {
|
|
46350
|
+
className: "c-wrapper"
|
|
46351
|
+
}, !isNotification && React.createElement(TheHeader, {
|
|
46352
|
+
onToggleModel: handleToggleModel
|
|
46353
|
+
}), React.createElement("div", {
|
|
46354
|
+
className: "c-body bg-white"
|
|
46355
|
+
}, React.createElement(TheContent$1, {
|
|
46356
|
+
routes: authRoutes
|
|
46357
|
+
}))), React.createElement(ModelSelectRole, {
|
|
46358
|
+
open: openModelSelectRole,
|
|
46359
|
+
onToggleModel: handleToggleModel
|
|
46360
|
+
}));
|
|
46361
|
+
};
|
|
46362
|
+
|
|
46363
|
+
var amplitudeClient$1 = amplitude.getInstance();
|
|
46364
|
+
|
|
46365
|
+
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
46366
|
//# sourceMappingURL=index.modern.js.map
|