mario-core 2.9.232-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 +2329 -915
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2329 -915
- 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";
|
|
@@ -1852,6 +1852,108 @@ var data_import_export = "Data Import/Export";
|
|
|
1852
1852
|
var question_text = "Question text";
|
|
1853
1853
|
var weekly_quests = "Weekly quests";
|
|
1854
1854
|
var inactive_students = "Inactive Students";
|
|
1855
|
+
var admin_general_tips = "Admin General Tips";
|
|
1856
|
+
var school_usage = "School Usage";
|
|
1857
|
+
var total_conversations_time = "Total Conversations Time";
|
|
1858
|
+
var total_class_reflections = "Total Class Reflections";
|
|
1859
|
+
var grade_usage = "Grade Usage";
|
|
1860
|
+
var total_conversations = "Total Conversations";
|
|
1861
|
+
var impersonate = "Impersonate";
|
|
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";
|
|
1855
1957
|
var lang_us = {
|
|
1856
1958
|
dashboard: dashboard,
|
|
1857
1959
|
user: user,
|
|
@@ -3686,7 +3788,122 @@ var lang_us = {
|
|
|
3686
3788
|
data_import_export: data_import_export,
|
|
3687
3789
|
question_text: question_text,
|
|
3688
3790
|
weekly_quests: weekly_quests,
|
|
3689
|
-
inactive_students: inactive_students
|
|
3791
|
+
inactive_students: inactive_students,
|
|
3792
|
+
admin_general_tips: admin_general_tips,
|
|
3793
|
+
school_usage: school_usage,
|
|
3794
|
+
total_conversations_time: total_conversations_time,
|
|
3795
|
+
total_class_reflections: total_class_reflections,
|
|
3796
|
+
grade_usage: grade_usage,
|
|
3797
|
+
total_conversations: total_conversations,
|
|
3798
|
+
impersonate: impersonate,
|
|
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
|
|
3690
3907
|
};
|
|
3691
3908
|
|
|
3692
3909
|
var dashboard$1 = "Dashboard";
|
|
@@ -4463,7 +4680,7 @@ var log_out$1 = "Log out";
|
|
|
4463
4680
|
var data_dashboard$1 = "Data Dashboard";
|
|
4464
4681
|
var deep_learning_tools$1 = "Deep Learning Tools";
|
|
4465
4682
|
var my_profile$1 = "My Profile";
|
|
4466
|
-
var phone$1 = "
|
|
4683
|
+
var phone$1 = "Phone";
|
|
4467
4684
|
var calendar_id$1 = "Calendar ID";
|
|
4468
4685
|
var old_password$1 = "Old password";
|
|
4469
4686
|
var confirm_new_password$1 = "Confirm new password";
|
|
@@ -5502,6 +5719,108 @@ var customize$1 = "Customize";
|
|
|
5502
5719
|
var techical_settings$1 = "Technical Settings";
|
|
5503
5720
|
var data_import_export$1 = "Data Import/Export";
|
|
5504
5721
|
var inactive_students$1 = "Inactive Students";
|
|
5722
|
+
var admin_general_tips$1 = "Admin General Tips";
|
|
5723
|
+
var school_usage$1 = "School Usage";
|
|
5724
|
+
var total_conversations_time$1 = "Total Conversations Time";
|
|
5725
|
+
var total_class_reflections$1 = "Total Class Reflections";
|
|
5726
|
+
var grade_usage$1 = "Grade Usage";
|
|
5727
|
+
var total_conversations$1 = "Total Conversations";
|
|
5728
|
+
var impersonate$1 = "Impersonate";
|
|
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";
|
|
5505
5824
|
var lang_uk = {
|
|
5506
5825
|
dashboard: dashboard$1,
|
|
5507
5826
|
user: user$1,
|
|
@@ -7335,7 +7654,122 @@ var lang_uk = {
|
|
|
7335
7654
|
customize: customize$1,
|
|
7336
7655
|
techical_settings: techical_settings$1,
|
|
7337
7656
|
data_import_export: data_import_export$1,
|
|
7338
|
-
inactive_students: inactive_students$1
|
|
7657
|
+
inactive_students: inactive_students$1,
|
|
7658
|
+
admin_general_tips: admin_general_tips$1,
|
|
7659
|
+
school_usage: school_usage$1,
|
|
7660
|
+
total_conversations_time: total_conversations_time$1,
|
|
7661
|
+
total_class_reflections: total_class_reflections$1,
|
|
7662
|
+
grade_usage: grade_usage$1,
|
|
7663
|
+
total_conversations: total_conversations$1,
|
|
7664
|
+
impersonate: impersonate$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
|
|
7339
7773
|
};
|
|
7340
7774
|
|
|
7341
7775
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -9063,78 +9497,78 @@ var did_you_bring_what_you_needed_for_this_class$2 = "هل أحضرت ما تح
|
|
|
9063
9497
|
var did_you_complete_all_the_classwork_for_today_s_class$2 = "هل أكملت جميع الواجبات الصفية لليوم؟";
|
|
9064
9498
|
var did_you_have_your_materials_ready_at_the_start_of_class_time$2 = "هل كانت لوازمك الصفية جاهزة قبل بداية موعد الحصة؟";
|
|
9065
9499
|
var do_you_have_any_missing_assignments_for_this_class$2 = "هل لديك أي واجبات لم تقم بتسليمها لهذه الحصة؟";
|
|
9066
|
-
var mandatory$2 = "
|
|
9067
|
-
var staff_name$2 = "
|
|
9068
|
-
var search_staff$2 = "
|
|
9069
|
-
var view_list_of_responses$2 = "
|
|
9070
|
-
var assign_bulk$2 = "
|
|
9071
|
-
var assign_bulk_student$2 = "
|
|
9072
|
-
var instruction$2 = "
|
|
9073
|
-
var name_is_required$2 = "
|
|
9074
|
-
var instruction_is_required$2 = "
|
|
9075
|
-
var add_item$2 = "
|
|
9076
|
-
var conference_rubric_items_is_empty$2 = "
|
|
9077
|
-
var blank_row_or_column$2 = "
|
|
9078
|
-
var question_list$2 = "
|
|
9079
|
-
var question_is_required$2 = "
|
|
9080
|
-
var select_skill$2 = "
|
|
9081
|
-
var type_and_press_enter_to_add_new_row$2 = "
|
|
9082
|
-
var do_you_want_to_remove_this_row$2 = "
|
|
9083
|
-
var do_you_want_to_remove_this_custom_alert$2 = "
|
|
9084
|
-
var remove_custom_alert_successfully$2 = "
|
|
9085
|
-
var do_you_want_to_remove_this_skill$2 = "
|
|
9086
|
-
var remove_skill_successfully$2 = "
|
|
9087
|
-
var do_you_want_to_remove_this_subject$2 = "
|
|
9088
|
-
var remove_subject_successfully$2 = "
|
|
9089
|
-
var do_you_want_to_remove_this_learning_support_category$2 = "
|
|
9090
|
-
var remove_learning_support_category_successfully$2 = "
|
|
9091
|
-
var do_you_want_to_remove_this_learning_strategy$2 = "
|
|
9092
|
-
var remove_learning_strategy_successfully$2 = "
|
|
9093
|
-
var cant_delete_question$2 = "
|
|
9094
|
-
var do_you_want_to_remove_this_goal_example$2 = "
|
|
9095
|
-
var remove_question_successfully$2 = "
|
|
9096
|
-
var do_you_want_to_remove_this_badge$2 = "
|
|
9097
|
-
var remove_badge_successfully$2 = "
|
|
9098
|
-
var do_you_want_to_remove_this_blank_day$2 = "
|
|
9099
|
-
var remove_blank_day_successfully$2 = "
|
|
9100
|
-
var do_you_want_to_remove_this_band_score$2 = "
|
|
9101
|
-
var remove_band_score_successfully$2 = "
|
|
9102
|
-
var is_used$2 = "
|
|
9103
|
-
var time_oneRoster_sync_hh$2 = "
|
|
9104
|
-
var small_text$2 = "
|
|
9105
|
-
var medium_text$2 = "
|
|
9106
|
-
var large_text$2 = "
|
|
9107
|
-
var edit_parent_1_information$2 = "
|
|
9108
|
-
var edit_parent_2_information$2 = "
|
|
9109
|
-
var last_1_1$2 = "
|
|
9110
|
-
var how_would_you_rate_your_chances_of_achieving_this_goal$2 = "
|
|
9111
|
-
var add_name$2 = "
|
|
9112
|
-
var activity_list$2 = "
|
|
9113
|
-
var select_academic_year$2 = "
|
|
9114
|
-
var a_number_of_staff$2 = "
|
|
9115
|
-
var staffs$2 = "
|
|
9116
|
-
var how_are_you_today$2 = "
|
|
9117
|
-
var what_was_the_purpose_or_focus_of_today_s_class$2 = "
|
|
9118
|
-
var header_1$2 = "
|
|
9119
|
-
var header_2$2 = "
|
|
9120
|
-
var header_3$2 = "
|
|
9121
|
-
var header_4$2 = "
|
|
9122
|
-
var header_5$2 = "
|
|
9123
|
-
var header_6$2 = "
|
|
9124
|
-
var staying_focused$2 = "
|
|
9125
|
-
var text_input_question$2 = "
|
|
9126
|
-
var vs_last_year$2 = "
|
|
9127
|
-
var leave_page$2 = "
|
|
9128
|
-
var how_much_did_reflecting_during_this_session_help_your_learning_improve$2 = "
|
|
9500
|
+
var mandatory$2 = "إلزامي";
|
|
9501
|
+
var staff_name$2 = "اسم الموظفين";
|
|
9502
|
+
var search_staff$2 = "البحث عن الموظفين";
|
|
9503
|
+
var view_list_of_responses$2 = "عرض قائمة الاستجابة";
|
|
9504
|
+
var assign_bulk$2 = "تعيين بالجملة";
|
|
9505
|
+
var assign_bulk_student$2 = "تعيين الطالب بالجملة";
|
|
9506
|
+
var instruction$2 = "تعليمات";
|
|
9507
|
+
var name_is_required$2 = "مطلوب اسم";
|
|
9508
|
+
var instruction_is_required$2 = "مطلوب التعليمات";
|
|
9509
|
+
var add_item$2 = "اضافة عنصر";
|
|
9510
|
+
var conference_rubric_items_is_empty$2 = "عناصر عنوان المؤتمر فارغة";
|
|
9511
|
+
var blank_row_or_column$2 = "صف أو عمود فارغ";
|
|
9512
|
+
var question_list$2 = "قائمة الأسئلة";
|
|
9513
|
+
var question_is_required$2 = "السؤال مطلوب";
|
|
9514
|
+
var select_skill$2 = "اختر المهارة";
|
|
9515
|
+
var type_and_press_enter_to_add_new_row$2 = "اكتب واضغط على Enter لإضافة صف جديد";
|
|
9516
|
+
var do_you_want_to_remove_this_row$2 = "هل تريد إزالة هذا الصف؟";
|
|
9517
|
+
var do_you_want_to_remove_this_custom_alert$2 = "هل تريد إزالة هذا التنبيه المخصص؟";
|
|
9518
|
+
var remove_custom_alert_successfully$2 = "تمت إزالة التنبيه المخصص بنجاح";
|
|
9519
|
+
var do_you_want_to_remove_this_skill$2 = "هل تريد إزالة هذه المهارة؟";
|
|
9520
|
+
var remove_skill_successfully$2 = "إزالة المهارة بنجاح";
|
|
9521
|
+
var do_you_want_to_remove_this_subject$2 = "هل تريد إزالة هذا الموضوع؟";
|
|
9522
|
+
var remove_subject_successfully$2 = "تمت إزالة الموضوع بنجاح";
|
|
9523
|
+
var do_you_want_to_remove_this_learning_support_category$2 = "هل تريد إزالة فئة دعم التعلم هذه؟";
|
|
9524
|
+
var remove_learning_support_category_successfully$2 = "تمت إزالة فئة دعم التعلم بنجاح";
|
|
9525
|
+
var do_you_want_to_remove_this_learning_strategy$2 = "هل تريد إزالة استراتيجية التعلم هذه؟";
|
|
9526
|
+
var remove_learning_strategy_successfully$2 = "تمت إزالة استراتيجية التعلم بنجاح";
|
|
9527
|
+
var cant_delete_question$2 = "لا يمكن حذف السؤال";
|
|
9528
|
+
var do_you_want_to_remove_this_goal_example$2 = "هل تريد إزالة مثال الهدف هذا؟";
|
|
9529
|
+
var remove_question_successfully$2 = "تمت إزالة السؤال بنجاح";
|
|
9530
|
+
var do_you_want_to_remove_this_badge$2 = "هل تريد إزالة هذه الشارة؟";
|
|
9531
|
+
var remove_badge_successfully$2 = "تمت إزالة الشارة بنجاح";
|
|
9532
|
+
var do_you_want_to_remove_this_blank_day$2 = "هل تريد إزالة هذا اليوم الفارغ؟";
|
|
9533
|
+
var remove_blank_day_successfully$2 = "تمت إزالة اليوم الفارغ بنجاح";
|
|
9534
|
+
var do_you_want_to_remove_this_band_score$2 = "هل تريد إزالة نتيجة الفرقة هذه؟";
|
|
9535
|
+
var remove_band_score_successfully$2 = "إزالة درجة الفرقة بنجاح";
|
|
9536
|
+
var is_used$2 = "يستخدم";
|
|
9537
|
+
var time_oneRoster_sync_hh$2 = "مزامنة الوقت OneRoster (HH)";
|
|
9538
|
+
var small_text$2 = "نص صغير";
|
|
9539
|
+
var medium_text$2 = "نص متوسط";
|
|
9540
|
+
var large_text$2 = "نص كبير";
|
|
9541
|
+
var edit_parent_1_information$2 = "تحرير معلومات الأصل 1";
|
|
9542
|
+
var edit_parent_2_information$2 = "تحرير معلومات الوالدين 2";
|
|
9543
|
+
var last_1_1$2 = "أخيرًا 1-1";
|
|
9544
|
+
var how_would_you_rate_your_chances_of_achieving_this_goal$2 = "كيف تقيم فرصك في تحقيق هذا الهدف؟";
|
|
9545
|
+
var add_name$2 = "اضف اسما";
|
|
9546
|
+
var activity_list$2 = "قائمة الأنشطة";
|
|
9547
|
+
var select_academic_year$2 = "اختر العام الدراسي";
|
|
9548
|
+
var a_number_of_staff$2 = "عدد من الموظفين";
|
|
9549
|
+
var staffs$2 = "الموظفين";
|
|
9550
|
+
var how_are_you_today$2 = "كيف حالك اليوم؟";
|
|
9551
|
+
var what_was_the_purpose_or_focus_of_today_s_class$2 = "ما هو الغرض أو التركيز على فصل اليوم؟";
|
|
9552
|
+
var header_1$2 = "رأس 1";
|
|
9553
|
+
var header_2$2 = "رأس 2";
|
|
9554
|
+
var header_3$2 = "رأس 3";
|
|
9555
|
+
var header_4$2 = "رأس 4";
|
|
9556
|
+
var header_5$2 = "رأس 5";
|
|
9557
|
+
var header_6$2 = "رأس 6";
|
|
9558
|
+
var staying_focused$2 = "البقاء مركزا";
|
|
9559
|
+
var text_input_question$2 = "سؤال حول إدخال النص";
|
|
9560
|
+
var vs_last_year$2 = "مقابل العام الماضي";
|
|
9561
|
+
var leave_page$2 = "غادر الصفحة";
|
|
9562
|
+
var how_much_did_reflecting_during_this_session_help_your_learning_improve$2 = "إلى أي مدى ساعد التفكير خلال هذه الجلسة على تحسين تعلمك؟";
|
|
9129
9563
|
var last_1_1_conversation$2 = "آخر محادثة 1-1";
|
|
9130
|
-
var student_has_started_this_conference_are_you_sure_to_delete$2 = "
|
|
9131
|
-
var student_has_started_this_check_in_are_you_sure_to_delete$2 = "
|
|
9132
|
-
var student_has_not_started_this_one_to_one_are_you_sure_to_delete$2 = "
|
|
9133
|
-
var my_accommodations$2 = "
|
|
9134
|
-
var accommodation_set$2 = "
|
|
9135
|
-
var add_new_accommodation$2 = "
|
|
9136
|
-
var print_my_accommodations$2 = "
|
|
9137
|
-
var my_learning_progress$2 = "
|
|
9564
|
+
var student_has_started_this_conference_are_you_sure_to_delete$2 = "لقد بدأ الطالب هذا المؤتمر. هل انت متأكد من الحذف ؟";
|
|
9565
|
+
var student_has_started_this_check_in_are_you_sure_to_delete$2 = "لقد بدأ الطالب عملية تسجيل الوصول هذه. هل انت متأكد من الحذف ؟";
|
|
9566
|
+
var student_has_not_started_this_one_to_one_are_you_sure_to_delete$2 = "لم يبدأ الطالب هذا واحد لواحد. هل انت متأكد من الحذف ؟";
|
|
9567
|
+
var my_accommodations$2 = "أماكن الإقامة الخاصة بي";
|
|
9568
|
+
var accommodation_set$2 = "مجموعة الإقامة";
|
|
9569
|
+
var add_new_accommodation$2 = "إضافة سكن جديد";
|
|
9570
|
+
var print_my_accommodations$2 = "طباعة أماكن الإقامة الخاصة بي";
|
|
9571
|
+
var my_learning_progress$2 = "تقدم التعلم الخاص بي";
|
|
9138
9572
|
var responses_and_response_rates_per_question$2 = "الردود ومعدلات الاستجابة لكل سؤال";
|
|
9139
9573
|
var responses_comparisons$2 = "مقارنات الردود";
|
|
9140
9574
|
var dropdown_and_verbal_questions_responses$2 = "القائمة المنسدلة والأسئلة اللفظية الردود";
|
|
@@ -9143,6 +9577,109 @@ var customize$2 = "يعدل أو يكيف";
|
|
|
9143
9577
|
var techical_settings$2 = "الإعدادات الفنية";
|
|
9144
9578
|
var data_import_export$2 = "استيراد/تصدير البيانات";
|
|
9145
9579
|
var inactive_students$2 = "الطلاب غير النشطين";
|
|
9580
|
+
var admin_general_tips$2 = "نصائح عامة للمشرف";
|
|
9581
|
+
var school_usage$2 = "استخدام المدرسة";
|
|
9582
|
+
var total_conversations_time$2 = "إجمالي وقت المحادثات";
|
|
9583
|
+
var total_class_reflections$2 = "مجموع تأملات الطبقة";
|
|
9584
|
+
var grade_usage$2 = "استخدام الصف";
|
|
9585
|
+
var total_conversations$2 = "إجمالي المحادثات";
|
|
9586
|
+
var impersonate$2 = "انتحال شخصية";
|
|
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}}";
|
|
9146
9683
|
var lang_ar = {
|
|
9147
9684
|
dashboard: dashboard$2,
|
|
9148
9685
|
user: user$2,
|
|
@@ -10949,15 +11486,15 @@ var lang_ar = {
|
|
|
10949
11486
|
student_has_started_this_conference_are_you_sure_to_delete: student_has_started_this_conference_are_you_sure_to_delete$2,
|
|
10950
11487
|
student_has_started_this_check_in_are_you_sure_to_delete: student_has_started_this_check_in_are_you_sure_to_delete$2,
|
|
10951
11488
|
student_has_not_started_this_one_to_one_are_you_sure_to_delete: student_has_not_started_this_one_to_one_are_you_sure_to_delete$2,
|
|
10952
|
-
"you_can_start_a_1-1_conversation_after_the_results_of_the_student's_check-in._If_the_check-in_is_24_hours_older,_you_can_request_the_new_check-in_or_start_the_conversation_by_viewing_the_results": "
|
|
10953
|
-
"select_a_student_and_start_a_1-1_conversation_from_a_check-in_or_ask_the_student_to_check-in_before": "
|
|
11489
|
+
"you_can_start_a_1-1_conversation_after_the_results_of_the_student's_check-in._If_the_check-in_is_24_hours_older,_you_can_request_the_new_check-in_or_start_the_conversation_by_viewing_the_results": "يمكنك بدء محادثة 1-1 بعد نتائج تسجيل وصول الطالب. إذا كان تسجيل الدخول أقدم بـ 24 ساعة، يمكنك طلب تسجيل دخول جديد أو بدء المحادثة من خلال عرض النتائج",
|
|
11490
|
+
"select_a_student_and_start_a_1-1_conversation_from_a_check-in_or_ask_the_student_to_check-in_before": "حدد طالبًا وابدأ محادثة 1-1 من تسجيل الوصول أو اطلب من الطالب تسجيل الوصول قبل ذلك",
|
|
10954
11491
|
my_accommodations: my_accommodations$2,
|
|
10955
11492
|
accommodation_set: accommodation_set$2,
|
|
10956
11493
|
add_new_accommodation: add_new_accommodation$2,
|
|
10957
11494
|
print_my_accommodations: print_my_accommodations$2,
|
|
10958
11495
|
my_learning_progress: my_learning_progress$2,
|
|
10959
|
-
"here_your_teacher_can_edit_or_add_your_accommodation_details._please_note_that_you_can_view_the_information,_but_for_any_edits_or_additions,_kindly_contact_your_teacher_directly.": "
|
|
10960
|
-
"this_is_a_brand_new_beta_version_for_your_personal_learning_journey._you_can_think_about_what_you_want_like_to_do_and_how_you_like_to_learn._we_advise_you_to_do_it_gradually_per_section_and_visit_it_once_a_month.": "
|
|
11496
|
+
"here_your_teacher_can_edit_or_add_your_accommodation_details._please_note_that_you_can_view_the_information,_but_for_any_edits_or_additions,_kindly_contact_your_teacher_directly.": "هنا يمكن لمعلمك تعديل أو إضافة تفاصيل سكنك. يرجى ملاحظة أنه يمكنك الاطلاع على المعلومات، ولكن لأية تعديلات أو إضافات، يرجى الاتصال بمعلمك مباشرة.",
|
|
11497
|
+
"this_is_a_brand_new_beta_version_for_your_personal_learning_journey._you_can_think_about_what_you_want_like_to_do_and_how_you_like_to_learn._we_advise_you_to_do_it_gradually_per_section_and_visit_it_once_a_month.": "هذه نسخة تجريبية جديدة تمامًا لرحلة التعلم الشخصية الخاصة بك. يمكنك التفكير فيما تريد أن تفعله وكيف تحب أن تتعلمه. ننصحك بالقيام بذلك تدريجياً لكل قسم وزيارته مرة واحدة في الشهر.",
|
|
10961
11498
|
responses_and_response_rates_per_question: responses_and_response_rates_per_question$2,
|
|
10962
11499
|
responses_comparisons: responses_comparisons$2,
|
|
10963
11500
|
dropdown_and_verbal_questions_responses: dropdown_and_verbal_questions_responses$2,
|
|
@@ -10965,7 +11502,123 @@ var lang_ar = {
|
|
|
10965
11502
|
customize: customize$2,
|
|
10966
11503
|
techical_settings: techical_settings$2,
|
|
10967
11504
|
data_import_export: data_import_export$2,
|
|
10968
|
-
inactive_students: inactive_students$2
|
|
11505
|
+
inactive_students: inactive_students$2,
|
|
11506
|
+
admin_general_tips: admin_general_tips$2,
|
|
11507
|
+
school_usage: school_usage$2,
|
|
11508
|
+
total_conversations_time: total_conversations_time$2,
|
|
11509
|
+
total_class_reflections: total_class_reflections$2,
|
|
11510
|
+
grade_usage: grade_usage$2,
|
|
11511
|
+
total_conversations: total_conversations$2,
|
|
11512
|
+
impersonate: impersonate$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
|
|
10969
11622
|
};
|
|
10970
11623
|
|
|
10971
11624
|
var dashboard$3 = "Panel de Control";
|
|
@@ -11704,6 +12357,263 @@ var customize$3 = "Personalizar";
|
|
|
11704
12357
|
var techical_settings$3 = "Configuraciones técnicas";
|
|
11705
12358
|
var data_import_export$3 = "Importación/exportación de datos";
|
|
11706
12359
|
var inactive_students$3 = "Estudiantes inactivos";
|
|
12360
|
+
var admin_general_tips$3 = "Consejos generales para el administrador";
|
|
12361
|
+
var school_usage$3 = "Uso escolar";
|
|
12362
|
+
var total_conversations_time$3 = "Tiempo total de conversaciones";
|
|
12363
|
+
var total_class_reflections$3 = "Reflexiones totales de clase";
|
|
12364
|
+
var grade_usage$3 = "Uso de grado";
|
|
12365
|
+
var total_conversations$3 = "Conversaciones totales";
|
|
12366
|
+
var mandatory$3 = "obligatoria";
|
|
12367
|
+
var staff_name$3 = "Nombre del personal";
|
|
12368
|
+
var search_staff$3 = "personal de búsqueda";
|
|
12369
|
+
var view_list_of_responses$3 = "ver lista de respuestas";
|
|
12370
|
+
var assign_bulk$3 = "asignar en masa";
|
|
12371
|
+
var assign_bulk_student$3 = "asignar estudiantes en masa";
|
|
12372
|
+
var instruction$3 = "instrucción";
|
|
12373
|
+
var name_is_required$3 = "Se requiere el nombre";
|
|
12374
|
+
var instruction_is_required$3 = "se requiere instrucción";
|
|
12375
|
+
var add_item$3 = "añadir artículo";
|
|
12376
|
+
var conference_rubric_items_is_empty$3 = "Los elementos de la rúbrica de la conferencia están vacíos.";
|
|
12377
|
+
var blank_row_or_column$3 = "fila o columna en blanco";
|
|
12378
|
+
var question_list$3 = "lista de preguntas";
|
|
12379
|
+
var question_is_required$3 = "se requiere pregunta";
|
|
12380
|
+
var select_skill$3 = "seleccionar habilidad";
|
|
12381
|
+
var type_and_press_enter_to_add_new_row$3 = "escriba y presione enter para agregar una nueva fila";
|
|
12382
|
+
var do_you_want_to_remove_this_row$3 = "¿Quieres eliminar esta fila?";
|
|
12383
|
+
var do_you_want_to_remove_this_custom_alert$3 = "¿Quieres eliminar esta alerta personalizada?";
|
|
12384
|
+
var remove_custom_alert_successfully$3 = "eliminar alerta personalizada con éxito";
|
|
12385
|
+
var do_you_want_to_remove_this_skill$3 = "¿Quieres eliminar esta habilidad?";
|
|
12386
|
+
var remove_skill_successfully$3 = "eliminar habilidad exitosamente";
|
|
12387
|
+
var do_you_want_to_remove_this_subject$3 = "¿Quieres eliminar este tema?";
|
|
12388
|
+
var remove_subject_successfully$3 = "eliminar asunto exitosamente";
|
|
12389
|
+
var do_you_want_to_remove_this_learning_support_category$3 = "¿Quieres eliminar esta categoría de apoyo al aprendizaje?";
|
|
12390
|
+
var remove_learning_support_category_successfully$3 = "eliminar la categoría de apoyo al aprendizaje con éxito";
|
|
12391
|
+
var do_you_want_to_remove_this_learning_strategy$3 = "¿Quieres eliminar esta estrategia de aprendizaje?";
|
|
12392
|
+
var remove_learning_strategy_successfully$3 = "eliminar la estrategia de aprendizaje con éxito";
|
|
12393
|
+
var cant_delete_question$3 = "no puedo borrar la pregunta";
|
|
12394
|
+
var do_you_want_to_remove_this_goal_example$3 = "¿Quieres eliminar este ejemplo de objetivo?";
|
|
12395
|
+
var remove_question_successfully$3 = "eliminar pregunta exitosamente";
|
|
12396
|
+
var do_you_want_to_remove_this_badge$3 = "¿Quieres eliminar esta insignia?";
|
|
12397
|
+
var remove_badge_successfully$3 = "eliminar la insignia exitosamente";
|
|
12398
|
+
var do_you_want_to_remove_this_blank_day$3 = "¿Quieres eliminar este día en blanco?";
|
|
12399
|
+
var remove_blank_day_successfully$3 = "eliminar el día en blanco con éxito";
|
|
12400
|
+
var do_you_want_to_remove_this_band_score$3 = "¿Quieres eliminar esta partitura de banda?";
|
|
12401
|
+
var remove_band_score_successfully$3 = "eliminar la puntuación de la banda con éxito";
|
|
12402
|
+
var is_used$3 = "se utiliza";
|
|
12403
|
+
var time_oneRoster_sync_hh$3 = "time oneSincronización de lista hh";
|
|
12404
|
+
var small_text$3 = "texto pequeño";
|
|
12405
|
+
var medium_text$3 = "texto medio";
|
|
12406
|
+
var large_text$3 = "texto grande";
|
|
12407
|
+
var edit_parent_1_information$3 = "editar información del padre 1";
|
|
12408
|
+
var edit_parent_2_information$3 = "editar información del padre 2";
|
|
12409
|
+
var last_1_1$3 = "último 1_1";
|
|
12410
|
+
var how_would_you_rate_your_chances_of_achieving_this_goal$3 = "¿Cómo calificaría sus posibilidades de lograr este objetivo?";
|
|
12411
|
+
var add_name$3 = "agregar nombre";
|
|
12412
|
+
var activity_list$3 = "lista de actividades";
|
|
12413
|
+
var select_academic_year$3 = "seleccionar año académico";
|
|
12414
|
+
var a_number_of_staff$3 = "una cantidad de personal";
|
|
12415
|
+
var staffs$3 = "personal";
|
|
12416
|
+
var how_are_you_today$3 = "cómo estás hoy";
|
|
12417
|
+
var what_was_the_purpose_or_focus_of_today_s_class$3 = "¿Cuál fue el propósito o enfoque de la clase de hoy?";
|
|
12418
|
+
var header_1$3 = "encabezado 1";
|
|
12419
|
+
var header_2$3 = "encabezado 2";
|
|
12420
|
+
var header_3$3 = "encabezado 3";
|
|
12421
|
+
var header_4$3 = "encabezado 4";
|
|
12422
|
+
var header_5$3 = "encabezado 5";
|
|
12423
|
+
var header_6$3 = "encabezado 6";
|
|
12424
|
+
var staying_focused$3 = "Mantenerse concentrada";
|
|
12425
|
+
var text_input_question$3 = "pregunta de entrada de texto";
|
|
12426
|
+
var vs_last_year$3 = "vs el año pasado";
|
|
12427
|
+
var leave_page$3 = "dejar página";
|
|
12428
|
+
var how_much_did_reflecting_during_this_session_help_your_learning_improve$3 = "¿En qué medida la reflexión durante esta sesión ayudó a mejorar tu aprendizaje?";
|
|
12429
|
+
var last_1_1_conversation$3 = "última conversación 1-1";
|
|
12430
|
+
var student_has_started_this_conference_are_you_sure_to_delete$3 = "El estudiante ha iniciado esta conferencia. ¿Está seguro de eliminarla?";
|
|
12431
|
+
var student_has_started_this_check_in_are_you_sure_to_delete$3 = "El estudiante ha iniciado este registro. ¿Estás seguro de eliminarlo?";
|
|
12432
|
+
var student_has_not_started_this_one_to_one_are_you_sure_to_delete$3 = "El estudiante no ha iniciado este uno a uno. ¿Estás seguro de eliminarlo?";
|
|
12433
|
+
var my_accommodations$3 = "Mis alojamientos";
|
|
12434
|
+
var accommodation_set$3 = "Conjunto de alojamiento";
|
|
12435
|
+
var add_new_accommodation$3 = "Añadir nuevo alojamiento";
|
|
12436
|
+
var print_my_accommodations$3 = "imprimir mis alojamientos";
|
|
12437
|
+
var my_learning_progress$3 = "Mi progreso de aprendizaje";
|
|
12438
|
+
var user_list$3 = "Lista de usuarios";
|
|
12439
|
+
var assign_student$3 = "Asignar estudiante";
|
|
12440
|
+
var assign_for_selected_students$3 = "Asignar para estudiantes seleccionados";
|
|
12441
|
+
var type_something_to_search_students$3 = "Escribe algo para buscar estudiantes";
|
|
12442
|
+
var assistant_email$3 = "Correo electrónico del asistente";
|
|
12443
|
+
var counselor_email$3 = "Correo electrónico del consejero";
|
|
12444
|
+
var support_teacher_email$3 = "Correo electrónico de apoyo al profesor";
|
|
12445
|
+
var assign$3 = "asignar";
|
|
12446
|
+
var impersonate$3 = "Personificar";
|
|
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";
|
|
11707
12617
|
var lang_es = {
|
|
11708
12618
|
dashboard: dashboard$3,
|
|
11709
12619
|
user: user$3,
|
|
@@ -12450,7 +13360,285 @@ var lang_es = {
|
|
|
12450
13360
|
customize: customize$3,
|
|
12451
13361
|
techical_settings: techical_settings$3,
|
|
12452
13362
|
data_import_export: data_import_export$3,
|
|
12453
|
-
inactive_students: inactive_students$3
|
|
13363
|
+
inactive_students: inactive_students$3,
|
|
13364
|
+
admin_general_tips: admin_general_tips$3,
|
|
13365
|
+
school_usage: school_usage$3,
|
|
13366
|
+
total_conversations_time: total_conversations_time$3,
|
|
13367
|
+
total_class_reflections: total_class_reflections$3,
|
|
13368
|
+
grade_usage: grade_usage$3,
|
|
13369
|
+
total_conversations: total_conversations$3,
|
|
13370
|
+
mandatory: mandatory$3,
|
|
13371
|
+
staff_name: staff_name$3,
|
|
13372
|
+
search_staff: search_staff$3,
|
|
13373
|
+
view_list_of_responses: view_list_of_responses$3,
|
|
13374
|
+
assign_bulk: assign_bulk$3,
|
|
13375
|
+
assign_bulk_student: assign_bulk_student$3,
|
|
13376
|
+
instruction: instruction$3,
|
|
13377
|
+
name_is_required: name_is_required$3,
|
|
13378
|
+
instruction_is_required: instruction_is_required$3,
|
|
13379
|
+
add_item: add_item$3,
|
|
13380
|
+
conference_rubric_items_is_empty: conference_rubric_items_is_empty$3,
|
|
13381
|
+
blank_row_or_column: blank_row_or_column$3,
|
|
13382
|
+
question_list: question_list$3,
|
|
13383
|
+
question_is_required: question_is_required$3,
|
|
13384
|
+
select_skill: select_skill$3,
|
|
13385
|
+
type_and_press_enter_to_add_new_row: type_and_press_enter_to_add_new_row$3,
|
|
13386
|
+
do_you_want_to_remove_this_row: do_you_want_to_remove_this_row$3,
|
|
13387
|
+
do_you_want_to_remove_this_custom_alert: do_you_want_to_remove_this_custom_alert$3,
|
|
13388
|
+
remove_custom_alert_successfully: remove_custom_alert_successfully$3,
|
|
13389
|
+
do_you_want_to_remove_this_skill: do_you_want_to_remove_this_skill$3,
|
|
13390
|
+
remove_skill_successfully: remove_skill_successfully$3,
|
|
13391
|
+
do_you_want_to_remove_this_subject: do_you_want_to_remove_this_subject$3,
|
|
13392
|
+
remove_subject_successfully: remove_subject_successfully$3,
|
|
13393
|
+
do_you_want_to_remove_this_learning_support_category: do_you_want_to_remove_this_learning_support_category$3,
|
|
13394
|
+
remove_learning_support_category_successfully: remove_learning_support_category_successfully$3,
|
|
13395
|
+
do_you_want_to_remove_this_learning_strategy: do_you_want_to_remove_this_learning_strategy$3,
|
|
13396
|
+
remove_learning_strategy_successfully: remove_learning_strategy_successfully$3,
|
|
13397
|
+
cant_delete_question: cant_delete_question$3,
|
|
13398
|
+
do_you_want_to_remove_this_goal_example: do_you_want_to_remove_this_goal_example$3,
|
|
13399
|
+
remove_question_successfully: remove_question_successfully$3,
|
|
13400
|
+
do_you_want_to_remove_this_badge: do_you_want_to_remove_this_badge$3,
|
|
13401
|
+
remove_badge_successfully: remove_badge_successfully$3,
|
|
13402
|
+
do_you_want_to_remove_this_blank_day: do_you_want_to_remove_this_blank_day$3,
|
|
13403
|
+
remove_blank_day_successfully: remove_blank_day_successfully$3,
|
|
13404
|
+
do_you_want_to_remove_this_band_score: do_you_want_to_remove_this_band_score$3,
|
|
13405
|
+
remove_band_score_successfully: remove_band_score_successfully$3,
|
|
13406
|
+
is_used: is_used$3,
|
|
13407
|
+
time_oneRoster_sync_hh: time_oneRoster_sync_hh$3,
|
|
13408
|
+
small_text: small_text$3,
|
|
13409
|
+
medium_text: medium_text$3,
|
|
13410
|
+
large_text: large_text$3,
|
|
13411
|
+
edit_parent_1_information: edit_parent_1_information$3,
|
|
13412
|
+
edit_parent_2_information: edit_parent_2_information$3,
|
|
13413
|
+
last_1_1: last_1_1$3,
|
|
13414
|
+
how_would_you_rate_your_chances_of_achieving_this_goal: how_would_you_rate_your_chances_of_achieving_this_goal$3,
|
|
13415
|
+
add_name: add_name$3,
|
|
13416
|
+
activity_list: activity_list$3,
|
|
13417
|
+
select_academic_year: select_academic_year$3,
|
|
13418
|
+
a_number_of_staff: a_number_of_staff$3,
|
|
13419
|
+
staffs: staffs$3,
|
|
13420
|
+
how_are_you_today: how_are_you_today$3,
|
|
13421
|
+
what_was_the_purpose_or_focus_of_today_s_class: what_was_the_purpose_or_focus_of_today_s_class$3,
|
|
13422
|
+
header_1: header_1$3,
|
|
13423
|
+
header_2: header_2$3,
|
|
13424
|
+
header_3: header_3$3,
|
|
13425
|
+
header_4: header_4$3,
|
|
13426
|
+
header_5: header_5$3,
|
|
13427
|
+
header_6: header_6$3,
|
|
13428
|
+
staying_focused: staying_focused$3,
|
|
13429
|
+
text_input_question: text_input_question$3,
|
|
13430
|
+
vs_last_year: vs_last_year$3,
|
|
13431
|
+
leave_page: leave_page$3,
|
|
13432
|
+
how_much_did_reflecting_during_this_session_help_your_learning_improve: how_much_did_reflecting_during_this_session_help_your_learning_improve$3,
|
|
13433
|
+
last_1_1_conversation: last_1_1_conversation$3,
|
|
13434
|
+
student_has_started_this_conference_are_you_sure_to_delete: student_has_started_this_conference_are_you_sure_to_delete$3,
|
|
13435
|
+
student_has_started_this_check_in_are_you_sure_to_delete: student_has_started_this_check_in_are_you_sure_to_delete$3,
|
|
13436
|
+
student_has_not_started_this_one_to_one_are_you_sure_to_delete: student_has_not_started_this_one_to_one_are_you_sure_to_delete$3,
|
|
13437
|
+
"you_can_start_a_1-1_conversation_after_the_results_of_the_student's_check-in._If_the_check-in_is_24_hours_older,_you_can_request_the_new_check-in_or_start_the_conversation_by_viewing_the_results": "Puede iniciar una conversación 1-1 después de los resultados del registro del estudiante. Si el check-in tiene 24 horas de antigüedad, podrás solicitar el nuevo check-in o iniciar la conversación viendo los resultados",
|
|
13438
|
+
"select_a_student_and_start_a_1-1_conversation_from_a_check-in_or_ask_the_student_to_check-in_before": "Seleccione un estudiante e inicie una conversación 1-1 desde un check-in o pídale que se registre antes",
|
|
13439
|
+
my_accommodations: my_accommodations$3,
|
|
13440
|
+
accommodation_set: accommodation_set$3,
|
|
13441
|
+
add_new_accommodation: add_new_accommodation$3,
|
|
13442
|
+
print_my_accommodations: print_my_accommodations$3,
|
|
13443
|
+
my_learning_progress: my_learning_progress$3,
|
|
13444
|
+
"here_your_teacher_can_edit_or_add_your_accommodation_details._please_note_that_you_can_view_the_information,_but_for_any_edits_or_additions,_kindly_contact_your_teacher_directly.": "Aquí tu profesor puede editar o agregar los detalles de tu alojamiento. Tenga en cuenta que puede ver la información, pero para cualquier edición o adición, comuníquese directamente con su maestro.",
|
|
13445
|
+
user_list: user_list$3,
|
|
13446
|
+
assign_student: assign_student$3,
|
|
13447
|
+
assign_for_selected_students: assign_for_selected_students$3,
|
|
13448
|
+
type_something_to_search_students: type_something_to_search_students$3,
|
|
13449
|
+
assistant_email: assistant_email$3,
|
|
13450
|
+
counselor_email: counselor_email$3,
|
|
13451
|
+
support_teacher_email: support_teacher_email$3,
|
|
13452
|
+
assign: assign$3,
|
|
13453
|
+
impersonate: impersonate$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
|
|
12454
13642
|
};
|
|
12455
13643
|
|
|
12456
13644
|
var dashboard$4 = "仪表板";
|
|
@@ -12585,7 +13773,7 @@ var edit_semester$4 = "编辑学期";
|
|
|
12585
13773
|
var create_semester$4 = "创建学期";
|
|
12586
13774
|
var update_school_break_month$4 = "更新学校假期月份";
|
|
12587
13775
|
var total_of_semesters$4 = "学期总数";
|
|
12588
|
-
var total_of_academicyear$
|
|
13776
|
+
var total_of_academicyear$4 = "学年总数";
|
|
12589
13777
|
var semester$4 = "学期";
|
|
12590
13778
|
var breaking_month$4 = "中断月份";
|
|
12591
13779
|
var change_breaking_month$4 = "更改中断月份";
|
|
@@ -12704,7 +13892,7 @@ var no_question$4 = "无问题";
|
|
|
12704
13892
|
var select_question$4 = "选择问题";
|
|
12705
13893
|
var select_student$4 = "选择学生";
|
|
12706
13894
|
var select_staff$3 = "选择工作人员";
|
|
12707
|
-
var staff_name$
|
|
13895
|
+
var staff_name$4 = "工作人员姓名";
|
|
12708
13896
|
var select_teacher$4 = "选择教师";
|
|
12709
13897
|
var do_you_want_to_talk_with$4 = "您想与谁一起签到?";
|
|
12710
13898
|
var please_select_a_student$4 = "请选择学生";
|
|
@@ -12788,7 +13976,7 @@ var book_conferences$4 = "预订讨论会";
|
|
|
12788
13976
|
var final_score$4 = "最终得分";
|
|
12789
13977
|
var new_conference$4 = "新讨论会";
|
|
12790
13978
|
var search_student$4 = "搜索学生";
|
|
12791
|
-
var search_staff$
|
|
13979
|
+
var search_staff$4 = "搜索员工";
|
|
12792
13980
|
var meeting_schedule$4 = "会议安排";
|
|
12793
13981
|
var class_schedule$4 = "课程安排";
|
|
12794
13982
|
var more_questions$4 = "更多问题";
|
|
@@ -13134,10 +14322,10 @@ var date_created$4 = "创建日期";
|
|
|
13134
14322
|
var cut_off_time$4 = "截止时间";
|
|
13135
14323
|
var created_by$4 = "创建者";
|
|
13136
14324
|
var responses_distribution$4 = "回复分布";
|
|
13137
|
-
var ratings_of_questions$
|
|
14325
|
+
var ratings_of_questions$4 = "问题评分";
|
|
13138
14326
|
var show_results_for$4 = "显示结果";
|
|
13139
14327
|
var view_list_of_students$4 = "查看学生列表";
|
|
13140
|
-
var view_list_of_responses$
|
|
14328
|
+
var view_list_of_responses$4 = "查看回复列表";
|
|
13141
14329
|
var number_of_responses$4 = "回复数";
|
|
13142
14330
|
var number_of_not_responses$4 = "未回复数";
|
|
13143
14331
|
var question_rating$4 = "问题评分";
|
|
@@ -13161,7 +14349,7 @@ var create_new_survey$4 = "创建新调查";
|
|
|
13161
14349
|
var go_to_individual_survey_responses$4 = "转到个人调查回复";
|
|
13162
14350
|
var you_can_only_select_number_kpis_at_a_time$4 = "您一次只能选择 {{number}} 个 KPI";
|
|
13163
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。";
|
|
13164
|
-
var last_check__in$
|
|
14352
|
+
var last_check__in$4 = "上次签到";
|
|
13165
14353
|
var how_many_times_a_strategy_has_been_chosen$4 = "选择了多少次策略";
|
|
13166
14354
|
var these_metrics_come_from_students_check_ins_filter_above_to_change_the_data_set$4 = "这些指标来自学生签到。过滤以上内容以更改数据集";
|
|
13167
14355
|
var not_yet_started$4 = "尚未开始";
|
|
@@ -13188,41 +14376,41 @@ var manageable_levels_of_stress_allowing_me_to_perform_at_my_best$4 = "可控的
|
|
|
13188
14376
|
var still_in_control_but_starting_to_feel_the_pressure$4 = "仍在控制之中,但开始感到压力。";
|
|
13189
14377
|
var too_much_pressure_and_really_struggling_to_manage_my_workload$4 = "压力过大,真的很难管理我的工作量。";
|
|
13190
14378
|
var import_emails_by_csv$3 = "通过 csv 导入电子邮件";
|
|
13191
|
-
var request_number$
|
|
14379
|
+
var request_number$4 = "请求编号";
|
|
13192
14380
|
var select_or_input_class_type$3 = "选择或输入班级类型";
|
|
13193
14381
|
var send_request$3 = "发送请求";
|
|
13194
14382
|
var start_reflection$3 = "开始反思";
|
|
13195
|
-
var customize_reflection$
|
|
14383
|
+
var customize_reflection$4 = "自定义反思";
|
|
13196
14384
|
var include_section_you_want_to_appear$3 = "包括您想要显示的部分";
|
|
13197
|
-
var time_of_day$
|
|
14385
|
+
var time_of_day$4 = "一天中的时间";
|
|
13198
14386
|
var one_roster$3 = "OneRoster";
|
|
13199
14387
|
var sandbox$3 = "沙盒";
|
|
13200
14388
|
var well_being$3 = "幸福感";
|
|
13201
14389
|
var self_efficacy$3 = "自我效能";
|
|
13202
|
-
var information_roster_sourced_id_full_name_email$
|
|
13203
|
-
var sync_roster_users$
|
|
13204
|
-
var export_to_csv$
|
|
13205
|
-
var user_list$
|
|
13206
|
-
var assign_student$
|
|
13207
|
-
var one_to_one_question$
|
|
13208
|
-
var class_reflection_question$
|
|
13209
|
-
var conference_question$
|
|
13210
|
-
var actions$
|
|
14390
|
+
var information_roster_sourced_id_full_name_email$4 = "信息名册(来源 ID/全名/电子邮件)";
|
|
14391
|
+
var sync_roster_users$4 = "同步名册用户";
|
|
14392
|
+
var export_to_csv$4 = "导出到 CSV";
|
|
14393
|
+
var user_list$4 = "用户列表";
|
|
14394
|
+
var assign_student$4 = "分配学生";
|
|
14395
|
+
var one_to_one_question$4 = "一对一问题";
|
|
14396
|
+
var class_reflection_question$4 = "班级反思问题";
|
|
14397
|
+
var conference_question$4 = "会议问题";
|
|
14398
|
+
var actions$4 = "行动";
|
|
13211
14399
|
var order$3 = "顺序";
|
|
13212
14400
|
var user_for$3 = "用户";
|
|
13213
|
-
var question_category$
|
|
13214
|
-
var template_survey$
|
|
14401
|
+
var question_category$4 = "问题类别";
|
|
14402
|
+
var template_survey$4 = "模板调查";
|
|
13215
14403
|
var is_intervention$2 = "是否干预";
|
|
13216
|
-
var create_template$
|
|
14404
|
+
var create_template$4 = "创建模板";
|
|
13217
14405
|
var number_of_question$3 = "问题数量";
|
|
13218
|
-
var mandatory$
|
|
14406
|
+
var mandatory$4 = "必填";
|
|
13219
14407
|
var no_question_to_display$3 = "没有要显示的问题";
|
|
13220
14408
|
var privacy_policy$3 = "隐私政策";
|
|
13221
14409
|
var profile$3 = "个人资料";
|
|
13222
|
-
var role_change$
|
|
13223
|
-
var log_out$
|
|
13224
|
-
var data_dashboard$
|
|
13225
|
-
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 = "深度学习工具";
|
|
13226
14414
|
var my_profile$3 = "我的个人资料";
|
|
13227
14415
|
var phone$3 = "电话";
|
|
13228
14416
|
var calendar_id$3 = "日历 ID";
|
|
@@ -13237,19 +14425,19 @@ var health_notes$3 = "健康说明";
|
|
|
13237
14425
|
var students_parent_information$3 = "学生家长信息";
|
|
13238
14426
|
var parent_1$3 = "家长 1";
|
|
13239
14427
|
var parent_2$3 = "家长 2";
|
|
13240
|
-
var in_app_notifications$
|
|
13241
|
-
var turn_on_all_notifications$
|
|
13242
|
-
var notify_me_when$
|
|
13243
|
-
var a_student_schedules_a_1_1$
|
|
13244
|
-
var a_student_schedules_a_conference$
|
|
13245
|
-
var a_student_completes_a_conference_self_assessment_rubric$
|
|
13246
|
-
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 = "学生或教师完成课堂反思";
|
|
13247
14435
|
var action_points_are_due_based_on_chosen_schedule$3 = "根据所选时间表到期行动点";
|
|
13248
|
-
var a_student_hasnt_logged_1_1_in_the_past_28_days$
|
|
13249
|
-
var email_notifications$
|
|
13250
|
-
var turn_on_all_emails$
|
|
13251
|
-
var a_student_responds_to_a_1_1_readiness_to_learn_with_no$
|
|
13252
|
-
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 = "学生在签到时报告安全分数低";
|
|
13253
14441
|
var continue_as$3 = "继续担任:";
|
|
13254
14442
|
var admin$3 = "管理员";
|
|
13255
14443
|
var counselor$3 = "辅导员";
|
|
@@ -13259,17 +14447,17 @@ var add_parent_1_information$3 = "添加家长 1 信息";
|
|
|
13259
14447
|
var add_parent_2_information$3 = "添加家长 2 信息";
|
|
13260
14448
|
var parent_role$3 = "家长角色";
|
|
13261
14449
|
var all_activity$3 = "所有活动";
|
|
13262
|
-
var academic_year$
|
|
13263
|
-
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 = "所有学生报告压力水平可控";
|
|
13264
14452
|
var growth$3 = "成长";
|
|
13265
14453
|
var relationships$3 = "关系";
|
|
13266
14454
|
var productivity$3 = "效率";
|
|
13267
14455
|
var academics$3 = "学术";
|
|
13268
14456
|
var percent$3 = "百分比";
|
|
13269
|
-
var unmotivated$
|
|
13270
|
-
var comfort$
|
|
13271
|
-
var stretch$
|
|
13272
|
-
var strain$
|
|
14457
|
+
var unmotivated$4 = "无动力";
|
|
14458
|
+
var comfort$4 = "舒适";
|
|
14459
|
+
var stretch$4 = "伸展";
|
|
14460
|
+
var strain$4 = "紧张";
|
|
13273
14461
|
var overwhelmed_overwhelmed$1 = "不知所措";
|
|
13274
14462
|
var edit_student_profile$3 = "编辑学生资料";
|
|
13275
14463
|
var teacher$3 = "老师";
|
|
@@ -13280,14 +14468,14 @@ var e_mail$3 = "电子邮件";
|
|
|
13280
14468
|
var general_ed_teacher$3 = "普通教育教师";
|
|
13281
14469
|
var select_general_ed_teacher$3 = "选择普通教育教师";
|
|
13282
14470
|
var please_select_teacher$3 = "请选择老师";
|
|
13283
|
-
var assign$
|
|
14471
|
+
var assign$4 = "分配";
|
|
13284
14472
|
var be_silly_be_honest_be_kind$3 = "要傻乎乎的,要诚实的,要善良的。";
|
|
13285
14473
|
var do_you_want_to_change_to_role_counselor_to_open$3 = "您是否要更改为辅导员角色以打开?";
|
|
13286
14474
|
var search_assistant$3 = "搜索助手";
|
|
13287
14475
|
var baseline$3 = "基线";
|
|
13288
14476
|
var timeframe$3 = "时间范围";
|
|
13289
14477
|
var friends$3 = "朋友";
|
|
13290
|
-
var best_friends$
|
|
14478
|
+
var best_friends$4 = "最好的朋友";
|
|
13291
14479
|
var supportive$3 = "支持";
|
|
13292
14480
|
var potential_friends$3 = "潜在朋友";
|
|
13293
14481
|
var like$3 = "喜欢";
|
|
@@ -13336,17 +14524,17 @@ var sdq_strengths_and_difficulties_questionnaire_supplemental$3 = "sdq(优势
|
|
|
13336
14524
|
var close$3 = "关闭";
|
|
13337
14525
|
var student_responses$3 = "学生回答";
|
|
13338
14526
|
var anonymous_responses$3 = "匿名回答";
|
|
13339
|
-
var teacher_perceived$
|
|
13340
|
-
var prepared_for_class$
|
|
13341
|
-
var missing_class_assignments$
|
|
13342
|
-
var completed_classwork$
|
|
13343
|
-
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 = "需要时寻求帮助";
|
|
13344
14532
|
var clear$3 = "清除";
|
|
13345
|
-
var missing_reflections$
|
|
13346
|
-
var total_students_missing_late_assignments$
|
|
13347
|
-
var subject_class$
|
|
13348
|
-
var chart_type$
|
|
13349
|
-
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 = "请求来自";
|
|
13350
14538
|
var are_you_sure_you_want_to_delete_this_item$3 = "您确定要删除此项目吗?";
|
|
13351
14539
|
var yes_delete$3 = "是,删除";
|
|
13352
14540
|
var completed_conference$3 = "已完成讨论会";
|
|
@@ -13360,7 +14548,7 @@ var what_do_you_want_to_do_differently$3 = "您想做些什么不同的事情?
|
|
|
13360
14548
|
var to_do$3 = "待办事项";
|
|
13361
14549
|
var my_class_reflections$3 = "我的课堂反思";
|
|
13362
14550
|
var send_reflection$3 = "发送反思";
|
|
13363
|
-
var iep_template$
|
|
14551
|
+
var iep_template$4 = "IEP 模板";
|
|
13364
14552
|
var type_2_characters_to_search$3 = "输入 2 个字符进行搜索";
|
|
13365
14553
|
var create_time$2 = "创建时间";
|
|
13366
14554
|
var do_you_want_to_remove_this_user$3 = "您想删除此用户吗?";
|
|
@@ -13373,9 +14561,9 @@ var do_you_want_to_remove_this_question$3 = "您想删除这个问题吗?";
|
|
|
13373
14561
|
var select$3 = "选择";
|
|
13374
14562
|
var do_you_want_to_remove_this_category$3 = "您想删除此类别吗?";
|
|
13375
14563
|
var total_of_category$3 = "类别总数";
|
|
13376
|
-
var total_of_templates$
|
|
14564
|
+
var total_of_templates$4 = "模板总数";
|
|
13377
14565
|
var template_name$3 = "模板名称";
|
|
13378
|
-
var category_name$
|
|
14566
|
+
var category_name$4 = "类别名称";
|
|
13379
14567
|
var created_date$3 = "创建日期";
|
|
13380
14568
|
var do_you_want_to_remove_this_email_template$3 = "是否要删除此电子邮件模板?";
|
|
13381
14569
|
var create_email_template$3 = "创建电子邮件模板";
|
|
@@ -13385,53 +14573,53 @@ var mail_params$3 = "邮件参数";
|
|
|
13385
14573
|
var params$3 = "参数";
|
|
13386
14574
|
var meaning$3 = "含义";
|
|
13387
14575
|
var add_attachment$3 = "添加附件";
|
|
13388
|
-
var skills$
|
|
13389
|
-
var subjects$
|
|
13390
|
-
var learning_support_categories$
|
|
13391
|
-
var goal_examples$
|
|
13392
|
-
var student_badges$
|
|
13393
|
-
var blank_days$
|
|
13394
|
-
var csv_import$
|
|
13395
|
-
var band_scores$
|
|
13396
|
-
var license$
|
|
13397
|
-
var switch_teacher$
|
|
13398
|
-
var question_scaffolding$
|
|
13399
|
-
var training$
|
|
13400
|
-
var type_something_and_press_enter_to_add_short_term_target_examples$
|
|
13401
|
-
var import_users$
|
|
13402
|
-
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 = "导入课堂反思";
|
|
13403
14591
|
var download_users_data$3 = "下载用户数据";
|
|
13404
14592
|
var do_you_want_to_remove_this_assistant$3 = "是否要删除此助理?";
|
|
13405
14593
|
var do_you_want_to_remove_this_counselor$3 = "是否要删除此辅导员?";
|
|
13406
14594
|
var do_you_want_to_remove_this_support_teacher$3 = "是否要删除此支持教师?";
|
|
13407
|
-
var send$
|
|
14595
|
+
var send$4 = "发送";
|
|
13408
14596
|
var do_you_want_to_remove_this_designation$3 = "是否要删除此职位?";
|
|
13409
|
-
var new_folder$
|
|
13410
|
-
var upload$
|
|
13411
|
-
var type_something_to_search_by_file_name$
|
|
13412
|
-
var systems$
|
|
13413
|
-
var create_template_system$
|
|
13414
|
-
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 = "创建时间";
|
|
13415
14603
|
var do_you_want_to_remove_this_template$3 = "是否要删除此模板?";
|
|
13416
|
-
var one_roster_setting$
|
|
13417
|
-
var users$
|
|
13418
|
-
var one_roster_config$
|
|
13419
|
-
var end_point_url$
|
|
13420
|
-
var client_id$
|
|
13421
|
-
var client_secret$
|
|
13422
|
-
var import_one_roster$
|
|
13423
|
-
var import_from_zip_file$
|
|
13424
|
-
var import_from_restful_api$
|
|
13425
|
-
var non_existent_users$
|
|
13426
|
-
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 = "输入内容以搜索用户";
|
|
13427
14615
|
var create_account_for_selected_users$3 = "为选定用户创建帐户";
|
|
13428
|
-
var help$
|
|
13429
|
-
var sandbox_mode$
|
|
13430
|
-
var off$
|
|
13431
|
-
var restore_sandbox_database$
|
|
13432
|
-
var turn_on$
|
|
13433
|
-
var turn_off$
|
|
13434
|
-
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 = "恢复";
|
|
13435
14623
|
var edit_profile$3 = "编辑个人资料";
|
|
13436
14624
|
var on_track_going_well$3 = "按计划进行,进展顺利";
|
|
13437
14625
|
var guide$3 = "指南";
|
|
@@ -13489,14 +14677,14 @@ var what_are_you_doing_well_that_you_want_to_continue$3 = "您目前做得好并
|
|
|
13489
14677
|
var what_is_something_you_have_learned_while_working_towards_achieving_your_goals$3 = "在努力实现目标的过程中,您学到了什么?";
|
|
13490
14678
|
var english_language_or_literature$3 = "英语语言或文学";
|
|
13491
14679
|
var language_class$3 = "语言课";
|
|
13492
|
-
var ridge_charts$
|
|
13493
|
-
var bar_charts$
|
|
13494
|
-
var line_charts$
|
|
13495
|
-
var start_of_day$
|
|
13496
|
-
var mid_morning$
|
|
13497
|
-
var before_lunch$
|
|
13498
|
-
var mid_afternoon$
|
|
13499
|
-
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 = "当天最后一节课";
|
|
13500
14688
|
var student_only$3 = "仅限学生";
|
|
13501
14689
|
var teacher_only$3 = "仅限教师";
|
|
13502
14690
|
var did_the_student_have_all_needed_materials_for_this_class$3 = "学生是否已拥有这门课程所需的所有材料?";
|
|
@@ -14057,14 +15245,14 @@ var this_week$3 = "本周";
|
|
|
14057
15245
|
var this_month$3 = "本月";
|
|
14058
15246
|
var male$3 = "男";
|
|
14059
15247
|
var female$3 = "女";
|
|
14060
|
-
var type_something_to_search_students$
|
|
14061
|
-
var assign_for_selected_students$
|
|
14062
|
-
var assistant_email$
|
|
14063
|
-
var counselor_email$
|
|
14064
|
-
var support_teacher_email$
|
|
15248
|
+
var type_something_to_search_students$4 = "输入内容以搜索学生";
|
|
15249
|
+
var assign_for_selected_students$4 = "为选定的学生分配";
|
|
15250
|
+
var assistant_email$4 = "助理电子邮件";
|
|
15251
|
+
var counselor_email$4 = "辅导员电子邮件";
|
|
15252
|
+
var support_teacher_email$4 = "支持教师电子邮件";
|
|
14065
15253
|
var add_new_answer$3 = "添加新答案";
|
|
14066
15254
|
var edit_template$3 = "编辑模板";
|
|
14067
|
-
var add_questions$
|
|
15255
|
+
var add_questions$4 = "添加问题";
|
|
14068
15256
|
var edit_email_template$3 = "编辑电子邮件模板";
|
|
14069
15257
|
var contact_mail$3 = "联系邮件";
|
|
14070
15258
|
var announcements$3 = "公告";
|
|
@@ -14190,74 +15378,74 @@ var did_you_bring_what_you_needed_for_this_class$3 = "您带了这堂课所需
|
|
|
14190
15378
|
var did_you_complete_all_the_classwork_for_today_s_class$3 = "您完成了今天课程的所有课堂作业吗?";
|
|
14191
15379
|
var did_you_have_your_materials_ready_at_the_start_of_class_time$3 = "上课时您准备好材料了吗?";
|
|
14192
15380
|
var do_you_have_any_missing_assignments_for_this_class$3 = "这堂课您还有什么未完成的作业吗?";
|
|
14193
|
-
var assign_bulk$
|
|
14194
|
-
var assign_bulk_student$
|
|
14195
|
-
var instruction$
|
|
14196
|
-
var name_is_required$
|
|
14197
|
-
var instruction_is_required$
|
|
14198
|
-
var add_item$
|
|
14199
|
-
var conference_rubric_items_is_empty$
|
|
14200
|
-
var blank_row_or_column$
|
|
14201
|
-
var question_list$
|
|
14202
|
-
var question_is_required$
|
|
14203
|
-
var select_skill$
|
|
14204
|
-
var type_and_press_enter_to_add_new_row$
|
|
14205
|
-
var do_you_want_to_remove_this_row$
|
|
14206
|
-
var do_you_want_to_remove_this_custom_alert$
|
|
14207
|
-
var remove_custom_alert_successfully$
|
|
14208
|
-
var do_you_want_to_remove_this_skill$
|
|
14209
|
-
var remove_skill_successfully$
|
|
14210
|
-
var do_you_want_to_remove_this_subject$
|
|
14211
|
-
var remove_subject_successfully$
|
|
14212
|
-
var do_you_want_to_remove_this_learning_support_category$
|
|
14213
|
-
var remove_learning_support_category_successfully$
|
|
14214
|
-
var do_you_want_to_remove_this_learning_strategy$
|
|
14215
|
-
var remove_learning_strategy_successfully$
|
|
14216
|
-
var cant_delete_question$
|
|
14217
|
-
var do_you_want_to_remove_this_goal_example$
|
|
14218
|
-
var remove_question_successfully$
|
|
14219
|
-
var do_you_want_to_remove_this_badge$
|
|
14220
|
-
var remove_badge_successfully$
|
|
14221
|
-
var do_you_want_to_remove_this_blank_day$
|
|
14222
|
-
var remove_blank_day_successfully$
|
|
14223
|
-
var do_you_want_to_remove_this_band_score$
|
|
14224
|
-
var remove_band_score_successfully$
|
|
14225
|
-
var is_used$
|
|
14226
|
-
var time_oneRoster_sync_hh$
|
|
14227
|
-
var small_text$
|
|
14228
|
-
var medium_text$
|
|
14229
|
-
var large_text$
|
|
14230
|
-
var edit_parent_1_information$
|
|
14231
|
-
var edit_parent_2_information$
|
|
14232
|
-
var last_1_1$
|
|
14233
|
-
var how_would_you_rate_your_chances_of_achieving_this_goal$
|
|
14234
|
-
var add_name$
|
|
14235
|
-
var activity_list$
|
|
14236
|
-
var select_academic_year$
|
|
14237
|
-
var a_number_of_staff$
|
|
14238
|
-
var staffs$
|
|
14239
|
-
var how_are_you_today$
|
|
14240
|
-
var what_was_the_purpose_or_focus_of_today_s_class$
|
|
14241
|
-
var header_1$
|
|
14242
|
-
var header_2$
|
|
14243
|
-
var header_3$
|
|
14244
|
-
var header_4$
|
|
14245
|
-
var header_5$
|
|
14246
|
-
var header_6$
|
|
14247
|
-
var staying_focused$
|
|
14248
|
-
var text_input_question$
|
|
14249
|
-
var vs_last_year$
|
|
14250
|
-
var leave_page$
|
|
14251
|
-
var how_much_did_reflecting_during_this_session_help_your_learning_improve$
|
|
14252
|
-
var last_1_1_conversation$
|
|
14253
|
-
var student_has_started_this_conference_are_you_sure_to_delete$
|
|
14254
|
-
var student_has_started_this_check_in_are_you_sure_to_delete$
|
|
14255
|
-
var student_has_not_started_this_one_to_one_are_you_sure_to_delete$
|
|
14256
|
-
var my_accommodations$
|
|
14257
|
-
var accommodation_set$
|
|
14258
|
-
var add_new_accommodation$
|
|
14259
|
-
var print_my_accommodations$
|
|
14260
|
-
var my_learning_progress$
|
|
15381
|
+
var assign_bulk$4 = "批量分配";
|
|
15382
|
+
var assign_bulk_student$4 = "批量分配学生";
|
|
15383
|
+
var instruction$4 = "说明";
|
|
15384
|
+
var name_is_required$4 = "姓名为必填项";
|
|
15385
|
+
var instruction_is_required$4 = "说明为必填项";
|
|
15386
|
+
var add_item$4 = "添加项目";
|
|
15387
|
+
var conference_rubric_items_is_empty$4 = "会议评分标准项目为空";
|
|
15388
|
+
var blank_row_or_column$4 = "空白行或列";
|
|
15389
|
+
var question_list$4 = "问题列表";
|
|
15390
|
+
var question_is_required$4 = "问题是必填项";
|
|
15391
|
+
var select_skill$4 = "选择技能";
|
|
15392
|
+
var type_and_press_enter_to_add_new_row$4 = "输入并按 Enter 添加新行";
|
|
15393
|
+
var do_you_want_to_remove_this_row$4 = "是否要删除此行?";
|
|
15394
|
+
var do_you_want_to_remove_this_custom_alert$4 = "您想删除此自定义提醒吗?";
|
|
15395
|
+
var remove_custom_alert_successfully$4 = "成功删除自定义提醒";
|
|
15396
|
+
var do_you_want_to_remove_this_skill$4 = "是否要删除此技能?";
|
|
15397
|
+
var remove_skill_successfully$4 = "成功删除技能";
|
|
15398
|
+
var do_you_want_to_remove_this_subject$4 = "是否要删除此主题?";
|
|
15399
|
+
var remove_subject_successfully$4 = "成功删除主题";
|
|
15400
|
+
var do_you_want_to_remove_this_learning_support_category$4 = "是否要删除此学习支持类别?";
|
|
15401
|
+
var remove_learning_support_category_successfully$4 = "成功删除学习支持类别";
|
|
15402
|
+
var do_you_want_to_remove_this_learning_strategy$4 = "您想删除此学习策略吗?";
|
|
15403
|
+
var remove_learning_strategy_successfully$4 = "成功删除学习策略";
|
|
15404
|
+
var cant_delete_question$4 = "无法删除问题";
|
|
15405
|
+
var do_you_want_to_remove_this_goal_example$4 = "您想删除此目标示例吗?";
|
|
15406
|
+
var remove_question_successfully$4 = "成功删除问题";
|
|
15407
|
+
var do_you_want_to_remove_this_badge$4 = "您想删除此徽章吗?";
|
|
15408
|
+
var remove_badge_successfully$4 = "成功删除徽章";
|
|
15409
|
+
var do_you_want_to_remove_this_blank_day$4 = "您想删除这个空白日吗?";
|
|
15410
|
+
var remove_blank_day_successfully$4 = "成功删除空白日";
|
|
15411
|
+
var do_you_want_to_remove_this_band_score$4 = "您想删除此分数吗?";
|
|
15412
|
+
var remove_band_score_successfully$4 = "成功删除分数";
|
|
15413
|
+
var is_used$4 = "已使用";
|
|
15414
|
+
var time_oneRoster_sync_hh$4 = "时间 OneRoster Sync (HH)";
|
|
15415
|
+
var small_text$4 = "小文本";
|
|
15416
|
+
var medium_text$4 = "中文本";
|
|
15417
|
+
var large_text$4 = "大文本";
|
|
15418
|
+
var edit_parent_1_information$4 = "编辑家长 1 信息";
|
|
15419
|
+
var edit_parent_2_information$4 = "编辑家长 2 信息";
|
|
15420
|
+
var last_1_1$4 = "最后一对一";
|
|
15421
|
+
var how_would_you_rate_your_chances_of_achieving_this_goal$4 = "您如何评价实现此目标的机会?";
|
|
15422
|
+
var add_name$4 = "添加姓名";
|
|
15423
|
+
var activity_list$4 = "活动列表";
|
|
15424
|
+
var select_academic_year$4 = "选择学年";
|
|
15425
|
+
var a_number_of_staff$4 = "一些员工";
|
|
15426
|
+
var staffs$4 = "员工";
|
|
15427
|
+
var how_are_you_today$4 = "您今天怎么样?";
|
|
15428
|
+
var what_was_the_purpose_or_focus_of_today_s_class$4 = "今天的课程的目的或重点是什么?";
|
|
15429
|
+
var header_1$4 = "标题 1";
|
|
15430
|
+
var header_2$4 = "标题 2";
|
|
15431
|
+
var header_3$4 = "标题 3";
|
|
15432
|
+
var header_4$4 = "标题 4";
|
|
15433
|
+
var header_5$4 = "标题 5";
|
|
15434
|
+
var header_6$4 = "标题 6";
|
|
15435
|
+
var staying_focused$4 = "保持专注";
|
|
15436
|
+
var text_input_question$4 = "文本输入问题";
|
|
15437
|
+
var vs_last_year$4 = "与去年相比";
|
|
15438
|
+
var leave_page$4 = "离开页面";
|
|
15439
|
+
var how_much_did_reflecting_during_this_session_help_your_learning_improve$4 = "本次会话反思对您的学习进步有多大帮助?";
|
|
15440
|
+
var last_1_1_conversation$4 = "上次一对一对话";
|
|
15441
|
+
var student_has_started_this_conference_are_you_sure_to_delete$4 = "学生已开始本次讨论会。您确定要删除吗?";
|
|
15442
|
+
var student_has_started_this_check_in_are_you_sure_to_delete$4 = "学生已开始本次签到。您确定要删除吗?";
|
|
15443
|
+
var student_has_not_started_this_one_to_one_are_you_sure_to_delete$4 = "学生尚未开始本次一对一。您确定要删除吗?";
|
|
15444
|
+
var my_accommodations$4 = "我的便利设施";
|
|
15445
|
+
var accommodation_set$4 = "便利设施设置";
|
|
15446
|
+
var add_new_accommodation$4 = "添加新便利设施";
|
|
15447
|
+
var print_my_accommodations$4 = "打印我的便利设施";
|
|
15448
|
+
var my_learning_progress$4 = "我的学习进度";
|
|
14261
15449
|
var responses_and_response_rates_per_question$4 = "每个问题的答复和答复率";
|
|
14262
15450
|
var responses_comparisons$4 = "回复比较";
|
|
14263
15451
|
var dropdown_and_verbal_questions_responses$4 = "下拉菜单和口头问答";
|
|
@@ -14268,6 +15456,108 @@ var data_import_export$4 = "数据导入/导出";
|
|
|
14268
15456
|
var question_text$4 = "问题文本";
|
|
14269
15457
|
var weekly_quests$1 = "每周任务";
|
|
14270
15458
|
var inactive_students$4 = "非活跃学生";
|
|
15459
|
+
var admin_general_tips$4 = "管理员一般提示";
|
|
15460
|
+
var school_usage$4 = "学校使用";
|
|
15461
|
+
var total_conversations_time$4 = "总对话时间";
|
|
15462
|
+
var total_class_reflections$4 = "总对话时间";
|
|
15463
|
+
var grade_usage$4 = "牌号用途";
|
|
15464
|
+
var total_conversations$4 = "总对话数";
|
|
15465
|
+
var impersonate$4 = "模仿";
|
|
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}}兴趣";
|
|
14271
15561
|
var lang_zh = {
|
|
14272
15562
|
dashboard: dashboard$4,
|
|
14273
15563
|
user: user$4,
|
|
@@ -14403,7 +15693,7 @@ var lang_zh = {
|
|
|
14403
15693
|
create_semester: create_semester$4,
|
|
14404
15694
|
update_school_break_month: update_school_break_month$4,
|
|
14405
15695
|
total_of_semesters: total_of_semesters$4,
|
|
14406
|
-
total_of_academicyear: total_of_academicyear$
|
|
15696
|
+
total_of_academicyear: total_of_academicyear$4,
|
|
14407
15697
|
semester: semester$4,
|
|
14408
15698
|
breaking_month: breaking_month$4,
|
|
14409
15699
|
change_breaking_month: change_breaking_month$4,
|
|
@@ -14524,7 +15814,7 @@ var lang_zh = {
|
|
|
14524
15814
|
select_question: select_question$4,
|
|
14525
15815
|
select_student: select_student$4,
|
|
14526
15816
|
select_staff: select_staff$3,
|
|
14527
|
-
staff_name: staff_name$
|
|
15817
|
+
staff_name: staff_name$4,
|
|
14528
15818
|
select_teacher: select_teacher$4,
|
|
14529
15819
|
do_you_want_to_talk_with: do_you_want_to_talk_with$4,
|
|
14530
15820
|
please_select_a_student: please_select_a_student$4,
|
|
@@ -14608,7 +15898,7 @@ var lang_zh = {
|
|
|
14608
15898
|
final_score: final_score$4,
|
|
14609
15899
|
new_conference: new_conference$4,
|
|
14610
15900
|
search_student: search_student$4,
|
|
14611
|
-
search_staff: search_staff$
|
|
15901
|
+
search_staff: search_staff$4,
|
|
14612
15902
|
"1_1_conversation": "一对一对话",
|
|
14613
15903
|
meeting_schedule: meeting_schedule$4,
|
|
14614
15904
|
class_schedule: class_schedule$4,
|
|
@@ -14962,10 +16252,10 @@ var lang_zh = {
|
|
|
14962
16252
|
cut_off_time: cut_off_time$4,
|
|
14963
16253
|
created_by: created_by$4,
|
|
14964
16254
|
responses_distribution: responses_distribution$4,
|
|
14965
|
-
ratings_of_questions: ratings_of_questions$
|
|
16255
|
+
ratings_of_questions: ratings_of_questions$4,
|
|
14966
16256
|
show_results_for: show_results_for$4,
|
|
14967
16257
|
view_list_of_students: view_list_of_students$4,
|
|
14968
|
-
view_list_of_responses: view_list_of_responses$
|
|
16258
|
+
view_list_of_responses: view_list_of_responses$4,
|
|
14969
16259
|
number_of_responses: number_of_responses$4,
|
|
14970
16260
|
number_of_not_responses: number_of_not_responses$4,
|
|
14971
16261
|
question_rating: question_rating$4,
|
|
@@ -14990,7 +16280,7 @@ var lang_zh = {
|
|
|
14990
16280
|
you_can_only_select_number_kpis_at_a_time: you_can_only_select_number_kpis_at_a_time$4,
|
|
14991
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,
|
|
14992
16282
|
"download.csv": "下载.CSV",
|
|
14993
|
-
last_check__in: last_check__in$
|
|
16283
|
+
last_check__in: last_check__in$4,
|
|
14994
16284
|
how_many_times_a_strategy_has_been_chosen: how_many_times_a_strategy_has_been_chosen$4,
|
|
14995
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,
|
|
14996
16286
|
not_yet_started: not_yet_started$4,
|
|
@@ -15018,41 +16308,41 @@ var lang_zh = {
|
|
|
15018
16308
|
still_in_control_but_starting_to_feel_the_pressure: still_in_control_but_starting_to_feel_the_pressure$4,
|
|
15019
16309
|
too_much_pressure_and_really_struggling_to_manage_my_workload: too_much_pressure_and_really_struggling_to_manage_my_workload$4,
|
|
15020
16310
|
import_emails_by_csv: import_emails_by_csv$3,
|
|
15021
|
-
request_number: request_number$
|
|
16311
|
+
request_number: request_number$4,
|
|
15022
16312
|
select_or_input_class_type: select_or_input_class_type$3,
|
|
15023
16313
|
send_request: send_request$3,
|
|
15024
16314
|
start_reflection: start_reflection$3,
|
|
15025
|
-
customize_reflection: customize_reflection$
|
|
16315
|
+
customize_reflection: customize_reflection$4,
|
|
15026
16316
|
include_section_you_want_to_appear: include_section_you_want_to_appear$3,
|
|
15027
|
-
time_of_day: time_of_day$
|
|
16317
|
+
time_of_day: time_of_day$4,
|
|
15028
16318
|
one_roster: one_roster$3,
|
|
15029
16319
|
sandbox: sandbox$3,
|
|
15030
16320
|
well_being: well_being$3,
|
|
15031
16321
|
self_efficacy: self_efficacy$3,
|
|
15032
|
-
information_roster_sourced_id_full_name_email: information_roster_sourced_id_full_name_email$
|
|
15033
|
-
sync_roster_users: sync_roster_users$
|
|
15034
|
-
export_to_csv: export_to_csv$
|
|
15035
|
-
user_list: user_list$
|
|
15036
|
-
assign_student: assign_student$
|
|
15037
|
-
one_to_one_question: one_to_one_question$
|
|
15038
|
-
class_reflection_question: class_reflection_question$
|
|
15039
|
-
conference_question: conference_question$
|
|
15040
|
-
actions: actions$
|
|
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,
|
|
16325
|
+
user_list: user_list$4,
|
|
16326
|
+
assign_student: assign_student$4,
|
|
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,
|
|
15041
16331
|
order: order$3,
|
|
15042
16332
|
user_for: user_for$3,
|
|
15043
|
-
question_category: question_category$
|
|
15044
|
-
template_survey: template_survey$
|
|
16333
|
+
question_category: question_category$4,
|
|
16334
|
+
template_survey: template_survey$4,
|
|
15045
16335
|
is_intervention: is_intervention$2,
|
|
15046
|
-
create_template: create_template$
|
|
16336
|
+
create_template: create_template$4,
|
|
15047
16337
|
number_of_question: number_of_question$3,
|
|
15048
|
-
mandatory: mandatory$
|
|
16338
|
+
mandatory: mandatory$4,
|
|
15049
16339
|
no_question_to_display: no_question_to_display$3,
|
|
15050
16340
|
privacy_policy: privacy_policy$3,
|
|
15051
16341
|
profile: profile$3,
|
|
15052
|
-
role_change: role_change$
|
|
15053
|
-
log_out: log_out$
|
|
15054
|
-
data_dashboard: data_dashboard$
|
|
15055
|
-
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,
|
|
15056
16346
|
my_profile: my_profile$3,
|
|
15057
16347
|
phone: phone$3,
|
|
15058
16348
|
calendar_id: calendar_id$3,
|
|
@@ -15067,19 +16357,19 @@ var lang_zh = {
|
|
|
15067
16357
|
students_parent_information: students_parent_information$3,
|
|
15068
16358
|
parent_1: parent_1$3,
|
|
15069
16359
|
parent_2: parent_2$3,
|
|
15070
|
-
in_app_notifications: in_app_notifications$
|
|
15071
|
-
turn_on_all_notifications: turn_on_all_notifications$
|
|
15072
|
-
notify_me_when: notify_me_when$
|
|
15073
|
-
a_student_schedules_a_1_1: a_student_schedules_a_1_1$
|
|
15074
|
-
a_student_schedules_a_conference: a_student_schedules_a_conference$
|
|
15075
|
-
a_student_completes_a_conference_self_assessment_rubric: a_student_completes_a_conference_self_assessment_rubric$
|
|
15076
|
-
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,
|
|
15077
16367
|
action_points_are_due_based_on_chosen_schedule: action_points_are_due_based_on_chosen_schedule$3,
|
|
15078
|
-
a_student_hasnt_logged_1_1_in_the_past_28_days: a_student_hasnt_logged_1_1_in_the_past_28_days$
|
|
15079
|
-
email_notifications: email_notifications$
|
|
15080
|
-
turn_on_all_emails: turn_on_all_emails$
|
|
15081
|
-
a_student_responds_to_a_1_1_readiness_to_learn_with_no: a_student_responds_to_a_1_1_readiness_to_learn_with_no$
|
|
15082
|
-
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,
|
|
15083
16373
|
continue_as: continue_as$3,
|
|
15084
16374
|
admin: admin$3,
|
|
15085
16375
|
counselor: counselor$3,
|
|
@@ -15089,18 +16379,18 @@ var lang_zh = {
|
|
|
15089
16379
|
add_parent_2_information: add_parent_2_information$3,
|
|
15090
16380
|
parent_role: parent_role$3,
|
|
15091
16381
|
all_activity: all_activity$3,
|
|
15092
|
-
academic_year: academic_year$
|
|
15093
|
-
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,
|
|
15094
16384
|
"100_00_of_students_are_not_feeling_safe": "100.00% 的学生感觉不安全",
|
|
15095
16385
|
growth: growth$3,
|
|
15096
16386
|
relationships: relationships$3,
|
|
15097
16387
|
productivity: productivity$3,
|
|
15098
16388
|
academics: academics$3,
|
|
15099
16389
|
percent: percent$3,
|
|
15100
|
-
unmotivated: unmotivated$
|
|
15101
|
-
comfort: comfort$
|
|
15102
|
-
stretch: stretch$
|
|
15103
|
-
strain: strain$
|
|
16390
|
+
unmotivated: unmotivated$4,
|
|
16391
|
+
comfort: comfort$4,
|
|
16392
|
+
stretch: stretch$4,
|
|
16393
|
+
strain: strain$4,
|
|
15104
16394
|
overwhelmed_overwhelmed: overwhelmed_overwhelmed$1,
|
|
15105
16395
|
edit_student_profile: edit_student_profile$3,
|
|
15106
16396
|
teacher: teacher$3,
|
|
@@ -15111,14 +16401,14 @@ var lang_zh = {
|
|
|
15111
16401
|
general_ed_teacher: general_ed_teacher$3,
|
|
15112
16402
|
select_general_ed_teacher: select_general_ed_teacher$3,
|
|
15113
16403
|
please_select_teacher: please_select_teacher$3,
|
|
15114
|
-
assign: assign$
|
|
16404
|
+
assign: assign$4,
|
|
15115
16405
|
be_silly_be_honest_be_kind: be_silly_be_honest_be_kind$3,
|
|
15116
16406
|
do_you_want_to_change_to_role_counselor_to_open: do_you_want_to_change_to_role_counselor_to_open$3,
|
|
15117
16407
|
search_assistant: search_assistant$3,
|
|
15118
16408
|
baseline: baseline$3,
|
|
15119
16409
|
timeframe: timeframe$3,
|
|
15120
16410
|
friends: friends$3,
|
|
15121
|
-
best_friends: best_friends$
|
|
16411
|
+
best_friends: best_friends$4,
|
|
15122
16412
|
supportive: supportive$3,
|
|
15123
16413
|
potential_friends: potential_friends$3,
|
|
15124
16414
|
like: like$3,
|
|
@@ -15167,17 +16457,17 @@ var lang_zh = {
|
|
|
15167
16457
|
close: close$3,
|
|
15168
16458
|
student_responses: student_responses$3,
|
|
15169
16459
|
anonymous_responses: anonymous_responses$3,
|
|
15170
|
-
teacher_perceived: teacher_perceived$
|
|
15171
|
-
prepared_for_class: prepared_for_class$
|
|
15172
|
-
missing_class_assignments: missing_class_assignments$
|
|
15173
|
-
completed_classwork: completed_classwork$
|
|
15174
|
-
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,
|
|
15175
16465
|
clear: clear$3,
|
|
15176
|
-
missing_reflections: missing_reflections$
|
|
15177
|
-
total_students_missing_late_assignments: total_students_missing_late_assignments$
|
|
15178
|
-
subject_class: subject_class$
|
|
15179
|
-
chart_type: chart_type$
|
|
15180
|
-
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,
|
|
15181
16471
|
are_you_sure_you_want_to_delete_this_item: are_you_sure_you_want_to_delete_this_item$3,
|
|
15182
16472
|
yes_delete: yes_delete$3,
|
|
15183
16473
|
completed_conference: completed_conference$3,
|
|
@@ -15191,7 +16481,7 @@ var lang_zh = {
|
|
|
15191
16481
|
to_do: to_do$3,
|
|
15192
16482
|
my_class_reflections: my_class_reflections$3,
|
|
15193
16483
|
send_reflection: send_reflection$3,
|
|
15194
|
-
iep_template: iep_template$
|
|
16484
|
+
iep_template: iep_template$4,
|
|
15195
16485
|
type_2_characters_to_search: type_2_characters_to_search$3,
|
|
15196
16486
|
create_time: create_time$2,
|
|
15197
16487
|
do_you_want_to_remove_this_user: do_you_want_to_remove_this_user$3,
|
|
@@ -15204,9 +16494,9 @@ var lang_zh = {
|
|
|
15204
16494
|
select: select$3,
|
|
15205
16495
|
do_you_want_to_remove_this_category: do_you_want_to_remove_this_category$3,
|
|
15206
16496
|
total_of_category: total_of_category$3,
|
|
15207
|
-
total_of_templates: total_of_templates$
|
|
16497
|
+
total_of_templates: total_of_templates$4,
|
|
15208
16498
|
template_name: template_name$3,
|
|
15209
|
-
category_name: category_name$
|
|
16499
|
+
category_name: category_name$4,
|
|
15210
16500
|
created_date: created_date$3,
|
|
15211
16501
|
do_you_want_to_remove_this_email_template: do_you_want_to_remove_this_email_template$3,
|
|
15212
16502
|
create_email_template: create_email_template$3,
|
|
@@ -15216,53 +16506,53 @@ var lang_zh = {
|
|
|
15216
16506
|
params: params$3,
|
|
15217
16507
|
meaning: meaning$3,
|
|
15218
16508
|
add_attachment: add_attachment$3,
|
|
15219
|
-
skills: skills$
|
|
15220
|
-
subjects: subjects$
|
|
15221
|
-
learning_support_categories: learning_support_categories$
|
|
15222
|
-
goal_examples: goal_examples$
|
|
15223
|
-
student_badges: student_badges$
|
|
15224
|
-
blank_days: blank_days$
|
|
15225
|
-
csv_import: csv_import$
|
|
15226
|
-
band_scores: band_scores$
|
|
15227
|
-
license: license$
|
|
15228
|
-
switch_teacher: switch_teacher$
|
|
15229
|
-
question_scaffolding: question_scaffolding$
|
|
15230
|
-
training: training$
|
|
15231
|
-
type_something_and_press_enter_to_add_short_term_target_examples: type_something_and_press_enter_to_add_short_term_target_examples$
|
|
15232
|
-
import_users: import_users$
|
|
15233
|
-
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,
|
|
15234
16524
|
download_users_data: download_users_data$3,
|
|
15235
16525
|
do_you_want_to_remove_this_assistant: do_you_want_to_remove_this_assistant$3,
|
|
15236
16526
|
do_you_want_to_remove_this_counselor: do_you_want_to_remove_this_counselor$3,
|
|
15237
16527
|
do_you_want_to_remove_this_support_teacher: do_you_want_to_remove_this_support_teacher$3,
|
|
15238
|
-
send: send$
|
|
16528
|
+
send: send$4,
|
|
15239
16529
|
do_you_want_to_remove_this_designation: do_you_want_to_remove_this_designation$3,
|
|
15240
|
-
new_folder: new_folder$
|
|
15241
|
-
upload: upload$
|
|
15242
|
-
type_something_to_search_by_file_name: type_something_to_search_by_file_name$
|
|
15243
|
-
systems: systems$
|
|
15244
|
-
create_template_system: create_template_system$
|
|
15245
|
-
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,
|
|
15246
16536
|
do_you_want_to_remove_this_template: do_you_want_to_remove_this_template$3,
|
|
15247
|
-
one_roster_setting: one_roster_setting$
|
|
15248
|
-
users: users$
|
|
15249
|
-
one_roster_config: one_roster_config$
|
|
15250
|
-
end_point_url: end_point_url$
|
|
15251
|
-
client_id: client_id$
|
|
15252
|
-
client_secret: client_secret$
|
|
15253
|
-
import_one_roster: import_one_roster$
|
|
15254
|
-
import_from_zip_file: import_from_zip_file$
|
|
15255
|
-
import_from_restful_api: import_from_restful_api$
|
|
15256
|
-
non_existent_users: non_existent_users$
|
|
15257
|
-
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,
|
|
15258
16548
|
create_account_for_selected_users: create_account_for_selected_users$3,
|
|
15259
|
-
help: help$
|
|
15260
|
-
sandbox_mode: sandbox_mode$
|
|
15261
|
-
off: off$
|
|
15262
|
-
restore_sandbox_database: restore_sandbox_database$
|
|
15263
|
-
turn_on: turn_on$
|
|
15264
|
-
turn_off: turn_off$
|
|
15265
|
-
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,
|
|
15266
16556
|
edit_profile: edit_profile$3,
|
|
15267
16557
|
on_track_going_well: on_track_going_well$3,
|
|
15268
16558
|
guide: guide$3,
|
|
@@ -15320,14 +16610,14 @@ var lang_zh = {
|
|
|
15320
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,
|
|
15321
16611
|
english_language_or_literature: english_language_or_literature$3,
|
|
15322
16612
|
language_class: language_class$3,
|
|
15323
|
-
ridge_charts: ridge_charts$
|
|
15324
|
-
bar_charts: bar_charts$
|
|
15325
|
-
line_charts: line_charts$
|
|
15326
|
-
start_of_day: start_of_day$
|
|
15327
|
-
mid_morning: mid_morning$
|
|
15328
|
-
before_lunch: before_lunch$
|
|
15329
|
-
mid_afternoon: mid_afternoon$
|
|
15330
|
-
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,
|
|
15331
16621
|
student_only: student_only$3,
|
|
15332
16622
|
teacher_only: teacher_only$3,
|
|
15333
16623
|
did_the_student_have_all_needed_materials_for_this_class: did_the_student_have_all_needed_materials_for_this_class$3,
|
|
@@ -15888,14 +17178,14 @@ var lang_zh = {
|
|
|
15888
17178
|
this_month: this_month$3,
|
|
15889
17179
|
male: male$3,
|
|
15890
17180
|
female: female$3,
|
|
15891
|
-
type_something_to_search_students: type_something_to_search_students$
|
|
15892
|
-
assign_for_selected_students: assign_for_selected_students$
|
|
15893
|
-
assistant_email: assistant_email$
|
|
15894
|
-
counselor_email: counselor_email$
|
|
15895
|
-
support_teacher_email: support_teacher_email$
|
|
17181
|
+
type_something_to_search_students: type_something_to_search_students$4,
|
|
17182
|
+
assign_for_selected_students: assign_for_selected_students$4,
|
|
17183
|
+
assistant_email: assistant_email$4,
|
|
17184
|
+
counselor_email: counselor_email$4,
|
|
17185
|
+
support_teacher_email: support_teacher_email$4,
|
|
15896
17186
|
add_new_answer: add_new_answer$3,
|
|
15897
17187
|
edit_template: edit_template$3,
|
|
15898
|
-
add_questions: add_questions$
|
|
17188
|
+
add_questions: add_questions$4,
|
|
15899
17189
|
edit_email_template: edit_email_template$3,
|
|
15900
17190
|
contact_mail: contact_mail$3,
|
|
15901
17191
|
announcements: announcements$3,
|
|
@@ -16021,76 +17311,76 @@ var lang_zh = {
|
|
|
16021
17311
|
did_you_complete_all_the_classwork_for_today_s_class: did_you_complete_all_the_classwork_for_today_s_class$3,
|
|
16022
17312
|
did_you_have_your_materials_ready_at_the_start_of_class_time: did_you_have_your_materials_ready_at_the_start_of_class_time$3,
|
|
16023
17313
|
do_you_have_any_missing_assignments_for_this_class: do_you_have_any_missing_assignments_for_this_class$3,
|
|
16024
|
-
assign_bulk: assign_bulk$
|
|
16025
|
-
assign_bulk_student: assign_bulk_student$
|
|
16026
|
-
instruction: instruction$
|
|
16027
|
-
name_is_required: name_is_required$
|
|
16028
|
-
instruction_is_required: instruction_is_required$
|
|
16029
|
-
add_item: add_item$
|
|
16030
|
-
conference_rubric_items_is_empty: conference_rubric_items_is_empty$
|
|
16031
|
-
blank_row_or_column: blank_row_or_column$
|
|
16032
|
-
question_list: question_list$
|
|
16033
|
-
question_is_required: question_is_required$
|
|
16034
|
-
select_skill: select_skill$
|
|
16035
|
-
type_and_press_enter_to_add_new_row: type_and_press_enter_to_add_new_row$
|
|
16036
|
-
do_you_want_to_remove_this_row: do_you_want_to_remove_this_row$
|
|
16037
|
-
do_you_want_to_remove_this_custom_alert: do_you_want_to_remove_this_custom_alert$
|
|
16038
|
-
remove_custom_alert_successfully: remove_custom_alert_successfully$
|
|
16039
|
-
do_you_want_to_remove_this_skill: do_you_want_to_remove_this_skill$
|
|
16040
|
-
remove_skill_successfully: remove_skill_successfully$
|
|
16041
|
-
do_you_want_to_remove_this_subject: do_you_want_to_remove_this_subject$
|
|
16042
|
-
remove_subject_successfully: remove_subject_successfully$
|
|
16043
|
-
do_you_want_to_remove_this_learning_support_category: do_you_want_to_remove_this_learning_support_category$
|
|
16044
|
-
remove_learning_support_category_successfully: remove_learning_support_category_successfully$
|
|
16045
|
-
do_you_want_to_remove_this_learning_strategy: do_you_want_to_remove_this_learning_strategy$
|
|
16046
|
-
remove_learning_strategy_successfully: remove_learning_strategy_successfully$
|
|
16047
|
-
cant_delete_question: cant_delete_question$
|
|
16048
|
-
do_you_want_to_remove_this_goal_example: do_you_want_to_remove_this_goal_example$
|
|
16049
|
-
remove_question_successfully: remove_question_successfully$
|
|
16050
|
-
do_you_want_to_remove_this_badge: do_you_want_to_remove_this_badge$
|
|
16051
|
-
remove_badge_successfully: remove_badge_successfully$
|
|
16052
|
-
do_you_want_to_remove_this_blank_day: do_you_want_to_remove_this_blank_day$
|
|
16053
|
-
remove_blank_day_successfully: remove_blank_day_successfully$
|
|
16054
|
-
do_you_want_to_remove_this_band_score: do_you_want_to_remove_this_band_score$
|
|
16055
|
-
remove_band_score_successfully: remove_band_score_successfully$
|
|
16056
|
-
is_used: is_used$
|
|
16057
|
-
time_oneRoster_sync_hh: time_oneRoster_sync_hh$
|
|
16058
|
-
small_text: small_text$
|
|
16059
|
-
medium_text: medium_text$
|
|
16060
|
-
large_text: large_text$
|
|
16061
|
-
edit_parent_1_information: edit_parent_1_information$
|
|
16062
|
-
edit_parent_2_information: edit_parent_2_information$
|
|
16063
|
-
last_1_1: last_1_1$
|
|
16064
|
-
how_would_you_rate_your_chances_of_achieving_this_goal: how_would_you_rate_your_chances_of_achieving_this_goal$
|
|
16065
|
-
add_name: add_name$
|
|
16066
|
-
activity_list: activity_list$
|
|
16067
|
-
select_academic_year: select_academic_year$
|
|
16068
|
-
a_number_of_staff: a_number_of_staff$
|
|
16069
|
-
staffs: staffs$
|
|
16070
|
-
how_are_you_today: how_are_you_today$
|
|
16071
|
-
what_was_the_purpose_or_focus_of_today_s_class: what_was_the_purpose_or_focus_of_today_s_class$
|
|
16072
|
-
header_1: header_1$
|
|
16073
|
-
header_2: header_2$
|
|
16074
|
-
header_3: header_3$
|
|
16075
|
-
header_4: header_4$
|
|
16076
|
-
header_5: header_5$
|
|
16077
|
-
header_6: header_6$
|
|
16078
|
-
staying_focused: staying_focused$
|
|
16079
|
-
text_input_question: text_input_question$
|
|
16080
|
-
vs_last_year: vs_last_year$
|
|
16081
|
-
leave_page: leave_page$
|
|
16082
|
-
how_much_did_reflecting_during_this_session_help_your_learning_improve: how_much_did_reflecting_during_this_session_help_your_learning_improve$
|
|
16083
|
-
last_1_1_conversation: last_1_1_conversation$
|
|
16084
|
-
student_has_started_this_conference_are_you_sure_to_delete: student_has_started_this_conference_are_you_sure_to_delete$
|
|
16085
|
-
student_has_started_this_check_in_are_you_sure_to_delete: student_has_started_this_check_in_are_you_sure_to_delete$
|
|
16086
|
-
student_has_not_started_this_one_to_one_are_you_sure_to_delete: student_has_not_started_this_one_to_one_are_you_sure_to_delete$
|
|
17314
|
+
assign_bulk: assign_bulk$4,
|
|
17315
|
+
assign_bulk_student: assign_bulk_student$4,
|
|
17316
|
+
instruction: instruction$4,
|
|
17317
|
+
name_is_required: name_is_required$4,
|
|
17318
|
+
instruction_is_required: instruction_is_required$4,
|
|
17319
|
+
add_item: add_item$4,
|
|
17320
|
+
conference_rubric_items_is_empty: conference_rubric_items_is_empty$4,
|
|
17321
|
+
blank_row_or_column: blank_row_or_column$4,
|
|
17322
|
+
question_list: question_list$4,
|
|
17323
|
+
question_is_required: question_is_required$4,
|
|
17324
|
+
select_skill: select_skill$4,
|
|
17325
|
+
type_and_press_enter_to_add_new_row: type_and_press_enter_to_add_new_row$4,
|
|
17326
|
+
do_you_want_to_remove_this_row: do_you_want_to_remove_this_row$4,
|
|
17327
|
+
do_you_want_to_remove_this_custom_alert: do_you_want_to_remove_this_custom_alert$4,
|
|
17328
|
+
remove_custom_alert_successfully: remove_custom_alert_successfully$4,
|
|
17329
|
+
do_you_want_to_remove_this_skill: do_you_want_to_remove_this_skill$4,
|
|
17330
|
+
remove_skill_successfully: remove_skill_successfully$4,
|
|
17331
|
+
do_you_want_to_remove_this_subject: do_you_want_to_remove_this_subject$4,
|
|
17332
|
+
remove_subject_successfully: remove_subject_successfully$4,
|
|
17333
|
+
do_you_want_to_remove_this_learning_support_category: do_you_want_to_remove_this_learning_support_category$4,
|
|
17334
|
+
remove_learning_support_category_successfully: remove_learning_support_category_successfully$4,
|
|
17335
|
+
do_you_want_to_remove_this_learning_strategy: do_you_want_to_remove_this_learning_strategy$4,
|
|
17336
|
+
remove_learning_strategy_successfully: remove_learning_strategy_successfully$4,
|
|
17337
|
+
cant_delete_question: cant_delete_question$4,
|
|
17338
|
+
do_you_want_to_remove_this_goal_example: do_you_want_to_remove_this_goal_example$4,
|
|
17339
|
+
remove_question_successfully: remove_question_successfully$4,
|
|
17340
|
+
do_you_want_to_remove_this_badge: do_you_want_to_remove_this_badge$4,
|
|
17341
|
+
remove_badge_successfully: remove_badge_successfully$4,
|
|
17342
|
+
do_you_want_to_remove_this_blank_day: do_you_want_to_remove_this_blank_day$4,
|
|
17343
|
+
remove_blank_day_successfully: remove_blank_day_successfully$4,
|
|
17344
|
+
do_you_want_to_remove_this_band_score: do_you_want_to_remove_this_band_score$4,
|
|
17345
|
+
remove_band_score_successfully: remove_band_score_successfully$4,
|
|
17346
|
+
is_used: is_used$4,
|
|
17347
|
+
time_oneRoster_sync_hh: time_oneRoster_sync_hh$4,
|
|
17348
|
+
small_text: small_text$4,
|
|
17349
|
+
medium_text: medium_text$4,
|
|
17350
|
+
large_text: large_text$4,
|
|
17351
|
+
edit_parent_1_information: edit_parent_1_information$4,
|
|
17352
|
+
edit_parent_2_information: edit_parent_2_information$4,
|
|
17353
|
+
last_1_1: last_1_1$4,
|
|
17354
|
+
how_would_you_rate_your_chances_of_achieving_this_goal: how_would_you_rate_your_chances_of_achieving_this_goal$4,
|
|
17355
|
+
add_name: add_name$4,
|
|
17356
|
+
activity_list: activity_list$4,
|
|
17357
|
+
select_academic_year: select_academic_year$4,
|
|
17358
|
+
a_number_of_staff: a_number_of_staff$4,
|
|
17359
|
+
staffs: staffs$4,
|
|
17360
|
+
how_are_you_today: how_are_you_today$4,
|
|
17361
|
+
what_was_the_purpose_or_focus_of_today_s_class: what_was_the_purpose_or_focus_of_today_s_class$4,
|
|
17362
|
+
header_1: header_1$4,
|
|
17363
|
+
header_2: header_2$4,
|
|
17364
|
+
header_3: header_3$4,
|
|
17365
|
+
header_4: header_4$4,
|
|
17366
|
+
header_5: header_5$4,
|
|
17367
|
+
header_6: header_6$4,
|
|
17368
|
+
staying_focused: staying_focused$4,
|
|
17369
|
+
text_input_question: text_input_question$4,
|
|
17370
|
+
vs_last_year: vs_last_year$4,
|
|
17371
|
+
leave_page: leave_page$4,
|
|
17372
|
+
how_much_did_reflecting_during_this_session_help_your_learning_improve: how_much_did_reflecting_during_this_session_help_your_learning_improve$4,
|
|
17373
|
+
last_1_1_conversation: last_1_1_conversation$4,
|
|
17374
|
+
student_has_started_this_conference_are_you_sure_to_delete: student_has_started_this_conference_are_you_sure_to_delete$4,
|
|
17375
|
+
student_has_started_this_check_in_are_you_sure_to_delete: student_has_started_this_check_in_are_you_sure_to_delete$4,
|
|
17376
|
+
student_has_not_started_this_one_to_one_are_you_sure_to_delete: student_has_not_started_this_one_to_one_are_you_sure_to_delete$4,
|
|
16087
17377
|
"you_can_start_a_1-1_conversation_after_the_results_of_the_student's_check-in._If_the_check-in_is_24_hours_older,_you_can_request_the_new_check-in_or_start_the_conversation_by_viewing_the_results": "您可以在学生签到结果出来后开始一对一对话。如果签到时间已超过 24 小时,您可以请求新的签到或通过查看结果开始对话",
|
|
16088
17378
|
"select_a_student_and_start_a_1-1_conversation_from_a_check-in_or_ask_the_student_to_check-in_before": "选择一名学生,从签到开始一对一对话,或要求学生在之前签到",
|
|
16089
|
-
my_accommodations: my_accommodations$
|
|
16090
|
-
accommodation_set: accommodation_set$
|
|
16091
|
-
add_new_accommodation: add_new_accommodation$
|
|
16092
|
-
print_my_accommodations: print_my_accommodations$
|
|
16093
|
-
my_learning_progress: my_learning_progress$
|
|
17379
|
+
my_accommodations: my_accommodations$4,
|
|
17380
|
+
accommodation_set: accommodation_set$4,
|
|
17381
|
+
add_new_accommodation: add_new_accommodation$4,
|
|
17382
|
+
print_my_accommodations: print_my_accommodations$4,
|
|
17383
|
+
my_learning_progress: my_learning_progress$4,
|
|
16094
17384
|
"here_your_teacher_can_edit_or_add_your_accommodation_details._please_note_that_you_can_view_the_information,_but_for_any_edits_or_additions,_kindly_contact_your_teacher_directly.": "您的老师可以在此编辑或添加有关您的便利设施的详细信息。请注意,您可以查看信息,但如果有任何编辑或添加,请直接联系您的老师。",
|
|
16095
17385
|
"this_is_a_brand_new_beta_version_for_your_personal_learning_journey._you_can_think_about_what_you_want_like_to_do_and_how_you_like_to_learn._we_advise_you_to_do_it_gradually_per_section_and_visit_it_once_a_month.": "这是您学习之旅的全新测试版。您可以思考自己想做什么以及如何学习。我们建议您逐步完成每个部分并每月访问一次。",
|
|
16096
17386
|
responses_and_response_rates_per_question: responses_and_response_rates_per_question$4,
|
|
@@ -16102,7 +17392,122 @@ var lang_zh = {
|
|
|
16102
17392
|
data_import_export: data_import_export$4,
|
|
16103
17393
|
question_text: question_text$4,
|
|
16104
17394
|
weekly_quests: weekly_quests$1,
|
|
16105
|
-
inactive_students: inactive_students$4
|
|
17395
|
+
inactive_students: inactive_students$4,
|
|
17396
|
+
admin_general_tips: admin_general_tips$4,
|
|
17397
|
+
school_usage: school_usage$4,
|
|
17398
|
+
total_conversations_time: total_conversations_time$4,
|
|
17399
|
+
total_class_reflections: total_class_reflections$4,
|
|
17400
|
+
grade_usage: grade_usage$4,
|
|
17401
|
+
total_conversations: total_conversations$4,
|
|
17402
|
+
impersonate: impersonate$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
|
|
16106
17511
|
};
|
|
16107
17512
|
|
|
16108
17513
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|
|
@@ -35660,218 +37065,6 @@ var TheHeaderDropdown = function TheHeaderDropdown(_ref) {
|
|
|
35660
37065
|
})), t("log_out")))));
|
|
35661
37066
|
};
|
|
35662
37067
|
|
|
35663
|
-
var getCookieValue = function getCookieValue(name) {
|
|
35664
|
-
var _document$cookie$matc;
|
|
35665
|
-
|
|
35666
|
-
return ((_document$cookie$matc = document.cookie.match('(^|;)\\s*' + name + '\\s*=\\s*([^;]+)')) === null || _document$cookie$matc === void 0 ? void 0 : _document$cookie$matc.pop()) || '';
|
|
35667
|
-
};
|
|
35668
|
-
|
|
35669
|
-
var apiGetLanguage = function apiGetLanguage() {
|
|
35670
|
-
return api.get(BASE_URL + "/api/language");
|
|
35671
|
-
};
|
|
35672
|
-
|
|
35673
|
-
var apiUpdateLanguage = function apiUpdateLanguage(lang) {
|
|
35674
|
-
return api.put(BASE_URL + "/api/language?lang=" + lang);
|
|
35675
|
-
};
|
|
35676
|
-
|
|
35677
|
-
var LANGUAGE_SYSTEM = "LANGUAGE_SYSTEM";
|
|
35678
|
-
|
|
35679
|
-
var useLanguages = function useLanguages() {
|
|
35680
|
-
var dispatch = useDispatch();
|
|
35681
|
-
|
|
35682
|
-
var _useTranslation = useTranslation(),
|
|
35683
|
-
i18n = _useTranslation.i18n;
|
|
35684
|
-
|
|
35685
|
-
var language = useSelector(function (state) {
|
|
35686
|
-
return state.common.language;
|
|
35687
|
-
});
|
|
35688
|
-
var defaultLanguage = getCookieValue(LANGUAGE_SYSTEM) != null ? getCookieValue(LANGUAGE_SYSTEM) : DEFAULT_LANGUAGE_CODE;
|
|
35689
|
-
|
|
35690
|
-
var _useState = useState([]),
|
|
35691
|
-
languageList = _useState[0],
|
|
35692
|
-
setLanguageList = _useState[1];
|
|
35693
|
-
|
|
35694
|
-
var _useState2 = useState(false),
|
|
35695
|
-
dropdownOpen = _useState2[0],
|
|
35696
|
-
setDropdownOpen = _useState2[1];
|
|
35697
|
-
|
|
35698
|
-
var _useState3 = useState(defaultLanguage),
|
|
35699
|
-
currentLang = _useState3[0],
|
|
35700
|
-
setCurrentLang = _useState3[1];
|
|
35701
|
-
|
|
35702
|
-
var toggle = function toggle() {
|
|
35703
|
-
return setDropdownOpen(function (prevState) {
|
|
35704
|
-
return !prevState;
|
|
35705
|
-
});
|
|
35706
|
-
};
|
|
35707
|
-
|
|
35708
|
-
var changeLanguageApp = function changeLanguageApp(lang) {
|
|
35709
|
-
try {
|
|
35710
|
-
var _temp3 = function _temp3() {
|
|
35711
|
-
dispatch(setLoading(false));
|
|
35712
|
-
};
|
|
35713
|
-
|
|
35714
|
-
dispatch(setLoading(true));
|
|
35715
|
-
|
|
35716
|
-
var _temp4 = _catch(function () {
|
|
35717
|
-
return Promise.resolve(apiUpdateLanguage(lang)).then(function () {
|
|
35718
|
-
i18n.changeLanguage(lang);
|
|
35719
|
-
setCurrentLang(lang);
|
|
35720
|
-
dispatch(setLanguage(lang));
|
|
35721
|
-
});
|
|
35722
|
-
}, function (err) {
|
|
35723
|
-
var _err$response, _err$response$data;
|
|
35724
|
-
|
|
35725
|
-
dispatch(setAlert({
|
|
35726
|
-
type: "danger",
|
|
35727
|
-
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
|
|
35728
|
-
}));
|
|
35729
|
-
});
|
|
35730
|
-
|
|
35731
|
-
return Promise.resolve(_temp4 && _temp4.then ? _temp4.then(_temp3) : _temp3(_temp4));
|
|
35732
|
-
} catch (e) {
|
|
35733
|
-
return Promise.reject(e);
|
|
35734
|
-
}
|
|
35735
|
-
};
|
|
35736
|
-
|
|
35737
|
-
var getListLanguage = function getListLanguage() {
|
|
35738
|
-
try {
|
|
35739
|
-
var _temp6 = _catch(function () {
|
|
35740
|
-
return Promise.resolve(apiGetLanguage()).then(function (res) {
|
|
35741
|
-
setLanguageList(res.data);
|
|
35742
|
-
});
|
|
35743
|
-
}, function (err) {
|
|
35744
|
-
var _err$response2, _err$response2$data;
|
|
35745
|
-
|
|
35746
|
-
dispatch(setAlert({
|
|
35747
|
-
type: "danger",
|
|
35748
|
-
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
|
|
35749
|
-
}));
|
|
35750
|
-
});
|
|
35751
|
-
|
|
35752
|
-
return Promise.resolve(_temp6 && _temp6.then ? _temp6.then(function () {}) : void 0);
|
|
35753
|
-
} catch (e) {
|
|
35754
|
-
return Promise.reject(e);
|
|
35755
|
-
}
|
|
35756
|
-
};
|
|
35757
|
-
|
|
35758
|
-
useEffect(function () {
|
|
35759
|
-
defaultLanguage != language && changeLanguageApp(defaultLanguage);
|
|
35760
|
-
getListLanguage();
|
|
35761
|
-
}, []);
|
|
35762
|
-
return {
|
|
35763
|
-
languageList: languageList,
|
|
35764
|
-
toggle: toggle,
|
|
35765
|
-
dropdownOpen: dropdownOpen,
|
|
35766
|
-
currentLang: currentLang,
|
|
35767
|
-
changeLanguageApp: changeLanguageApp,
|
|
35768
|
-
setCurrentLang: setCurrentLang
|
|
35769
|
-
};
|
|
35770
|
-
};
|
|
35771
|
-
|
|
35772
|
-
var TheLanguageDropdown = function TheLanguageDropdown() {
|
|
35773
|
-
var _useLanguages = useLanguages(),
|
|
35774
|
-
languageList = _useLanguages.languageList,
|
|
35775
|
-
toggle = _useLanguages.toggle,
|
|
35776
|
-
dropdownOpen = _useLanguages.dropdownOpen,
|
|
35777
|
-
currentLang = _useLanguages.currentLang,
|
|
35778
|
-
changeLanguageApp = _useLanguages.changeLanguageApp;
|
|
35779
|
-
|
|
35780
|
-
var currentLanguage = useMemo(function () {
|
|
35781
|
-
var current = languageList.find(function (i) {
|
|
35782
|
-
return i.code === currentLang;
|
|
35783
|
-
});
|
|
35784
|
-
if (!current) return null;
|
|
35785
|
-
return React.createElement(React.Fragment, null, React.createElement("img", {
|
|
35786
|
-
className: "mr-2 " + styles['dropdown-menu-flag'],
|
|
35787
|
-
src: "" + getStaticFileUrl(current.image)
|
|
35788
|
-
}), " ", current.name);
|
|
35789
|
-
}, [currentLang, languageList]);
|
|
35790
|
-
return React.createElement(Dropdown, {
|
|
35791
|
-
isOpen: dropdownOpen,
|
|
35792
|
-
toggle: toggle,
|
|
35793
|
-
className: "" + styles["dropdown-menu"]
|
|
35794
|
-
}, React.createElement(DropdownToggle, {
|
|
35795
|
-
className: styles["header-avatar"] + " d-flex align-items-center"
|
|
35796
|
-
}, React.createElement("span", {
|
|
35797
|
-
style: {
|
|
35798
|
-
color: "#000",
|
|
35799
|
-
textTransform: "capitalize",
|
|
35800
|
-
display: 'flex',
|
|
35801
|
-
alignItems: 'center'
|
|
35802
|
-
}
|
|
35803
|
-
}, currentLanguage, React.createElement(BsChevronDown, {
|
|
35804
|
-
className: "ml-2",
|
|
35805
|
-
style: {
|
|
35806
|
-
fontSize: '10px'
|
|
35807
|
-
}
|
|
35808
|
-
}))), React.createElement(DropdownMenu, {
|
|
35809
|
-
className: styles["dropdown-content-language"]
|
|
35810
|
-
}, !!languageList && languageList.length > 0 && languageList.map(function (lang, index) {
|
|
35811
|
-
return React.createElement(DropdownItem, {
|
|
35812
|
-
key: lang.code,
|
|
35813
|
-
className: styles["dropdown-change"] + " px-0 py-0 " + (index === languageList.length - 1 ? "pb-2" : "pt-2"),
|
|
35814
|
-
onClick: function onClick() {
|
|
35815
|
-
return changeLanguageApp(lang.code);
|
|
35816
|
-
}
|
|
35817
|
-
}, React.createElement("div", {
|
|
35818
|
-
className: styles["dropdown-item-language"] + " " + styles["item-logout"] + " " + (currentLang == lang.code ? styles['dropdown-item-language-active'] : "") + " d-flex align-items-center w-100"
|
|
35819
|
-
}, React.createElement("span", {
|
|
35820
|
-
className: "mr-2 d-flex hover-opacity"
|
|
35821
|
-
}, React.createElement("img", {
|
|
35822
|
-
style: {
|
|
35823
|
-
width: "30px",
|
|
35824
|
-
height: "25px",
|
|
35825
|
-
borderRadius: "5px"
|
|
35826
|
-
},
|
|
35827
|
-
src: getStaticFileUrl(lang.image)
|
|
35828
|
-
})), lang.name));
|
|
35829
|
-
})));
|
|
35830
|
-
};
|
|
35831
|
-
|
|
35832
|
-
var TheHeader = function TheHeader(_ref) {
|
|
35833
|
-
var onToggleModel = _ref.onToggleModel;
|
|
35834
|
-
var dispatch = useDispatch();
|
|
35835
|
-
var sidebarShow = useSelector(function (state) {
|
|
35836
|
-
return state.common.sidebarShow;
|
|
35837
|
-
});
|
|
35838
|
-
|
|
35839
|
-
var _useTranslation = useTranslation(),
|
|
35840
|
-
t = _useTranslation.t;
|
|
35841
|
-
|
|
35842
|
-
var toggleSidebarMobile = function toggleSidebarMobile() {
|
|
35843
|
-
var val = [false, "responsive"].includes(sidebarShow) ? true : "responsive";
|
|
35844
|
-
dispatch(setSidebar(val));
|
|
35845
|
-
};
|
|
35846
|
-
|
|
35847
|
-
var isDistrict = window.location.host.includes("-district");
|
|
35848
|
-
return React.createElement(CHeader, {
|
|
35849
|
-
withSubheader: true,
|
|
35850
|
-
className: "d-flex align-items-center justify-content-end"
|
|
35851
|
-
}, React.createElement(CToggler, {
|
|
35852
|
-
inHeader: true,
|
|
35853
|
-
className: "ml-md-3 d-lg-none",
|
|
35854
|
-
onClick: toggleSidebarMobile
|
|
35855
|
-
}), React.createElement(CHeaderBrand, {
|
|
35856
|
-
className: "mx-auto flex-grow-1 d-lg-none",
|
|
35857
|
-
to: "/"
|
|
35858
|
-
}, React.createElement("img", {
|
|
35859
|
-
src: getStaticFileUrl(Images.LOGO_HEADER),
|
|
35860
|
-
className: styles["header-logo"]
|
|
35861
|
-
})), React.createElement(CHeaderNav, {
|
|
35862
|
-
className: "pr-3"
|
|
35863
|
-
}, React.createElement(TheLanguageDropdown, null), React.createElement("a", {
|
|
35864
|
-
className: "mr-3",
|
|
35865
|
-
style: {
|
|
35866
|
-
color: '#000'
|
|
35867
|
-
},
|
|
35868
|
-
href: '/privacy-policy',
|
|
35869
|
-
target: "blank"
|
|
35870
|
-
}, t("privacy_policy")), !isDistrict && React.createElement(NotificationButton, null), React.createElement(TheHeaderDropdown, {
|
|
35871
|
-
onToggleModel: onToggleModel
|
|
35872
|
-
})));
|
|
35873
|
-
};
|
|
35874
|
-
|
|
35875
37068
|
var TITLE$3 = "Not found";
|
|
35876
37069
|
|
|
35877
37070
|
var NotFound = function NotFound() {
|
|
@@ -35929,256 +37122,6 @@ var TheContent = function TheContent(_ref) {
|
|
|
35929
37122
|
|
|
35930
37123
|
var TheContent$1 = React.memo(TheContent);
|
|
35931
37124
|
|
|
35932
|
-
var loadingStyle = {
|
|
35933
|
-
minWidth: "100vw",
|
|
35934
|
-
minHeight: "100vh",
|
|
35935
|
-
position: "fixed",
|
|
35936
|
-
top: 0,
|
|
35937
|
-
left: 0,
|
|
35938
|
-
zIndex: 999999999,
|
|
35939
|
-
backgroundColor: "rgba(0, 0, 0, 0.4)",
|
|
35940
|
-
display: "flex",
|
|
35941
|
-
justifyContent: "center",
|
|
35942
|
-
alignItems: "center"
|
|
35943
|
-
};
|
|
35944
|
-
|
|
35945
|
-
var Loading = function Loading() {
|
|
35946
|
-
var isLoading = useSelector(function (state) {
|
|
35947
|
-
return state.common.isLoading;
|
|
35948
|
-
});
|
|
35949
|
-
localStorage.setItem("LAST_TIME_REQUETST", moment().utc().format("YYYY-MM-DD HH:mm:ss"));
|
|
35950
|
-
return isLoading ? React.createElement("div", {
|
|
35951
|
-
style: loadingStyle
|
|
35952
|
-
}, React.createElement("div", {
|
|
35953
|
-
className: "spinner-border text-secondary",
|
|
35954
|
-
role: "status"
|
|
35955
|
-
}, React.createElement("span", {
|
|
35956
|
-
className: "sr-only"
|
|
35957
|
-
}, "Loading..."))) : null;
|
|
35958
|
-
};
|
|
35959
|
-
|
|
35960
|
-
var firstCheckToken = function firstCheckToken() {
|
|
35961
|
-
return Promise.resolve(_catch(function () {
|
|
35962
|
-
var token = getAccessToken();
|
|
35963
|
-
return token ? Promise.resolve(checkToken(token)).then(function (tokenStatus) {
|
|
35964
|
-
return tokenStatus.data ? true : false;
|
|
35965
|
-
}) : false;
|
|
35966
|
-
}, function () {
|
|
35967
|
-
return false;
|
|
35968
|
-
}));
|
|
35969
|
-
};
|
|
35970
|
-
|
|
35971
|
-
var canAccess = function canAccess(userRoles, componentRoles) {
|
|
35972
|
-
if (!Array.isArray(userRoles)) {
|
|
35973
|
-
return false;
|
|
35974
|
-
}
|
|
35975
|
-
|
|
35976
|
-
if (Array.isArray(componentRoles)) {
|
|
35977
|
-
var intersects = userRoles.filter(function (i) {
|
|
35978
|
-
return componentRoles.includes(i);
|
|
35979
|
-
});
|
|
35980
|
-
return intersects.length > 0;
|
|
35981
|
-
}
|
|
35982
|
-
|
|
35983
|
-
return true;
|
|
35984
|
-
};
|
|
35985
|
-
|
|
35986
|
-
var ModelSelectRole = function ModelSelectRole(_ref) {
|
|
35987
|
-
var _handleUserRole;
|
|
35988
|
-
|
|
35989
|
-
var open = _ref.open,
|
|
35990
|
-
onToggleModel = _ref.onToggleModel;
|
|
35991
|
-
var dispatch = useDispatch();
|
|
35992
|
-
|
|
35993
|
-
var _useTranslation = useTranslation(),
|
|
35994
|
-
t = _useTranslation.t;
|
|
35995
|
-
|
|
35996
|
-
var history = useHistory();
|
|
35997
|
-
var pathname = window.location.pathname;
|
|
35998
|
-
var user = useSelector(function (state) {
|
|
35999
|
-
return state.common.user;
|
|
36000
|
-
});
|
|
36001
|
-
var roles = user === null || user === void 0 ? void 0 : user.roles;
|
|
36002
|
-
|
|
36003
|
-
var handleSelectUserRoles = function handleSelectUserRoles(roles) {
|
|
36004
|
-
dispatch(setLoading(true));
|
|
36005
|
-
var roleSelect = roles.includes("Teacher/Assistant") ? ["Teacher", "Assistant"] : roles;
|
|
36006
|
-
dispatch(setUser(_extends({}, user, {
|
|
36007
|
-
roles: roleSelect
|
|
36008
|
-
})));
|
|
36009
|
-
localStorage.setItem("ROLES", roleSelect.toString());
|
|
36010
|
-
onToggleModel();
|
|
36011
|
-
|
|
36012
|
-
if (roles.includes("Parent")) {
|
|
36013
|
-
history.push("/parent");
|
|
36014
|
-
} else if (roles.includes("Admin")) {
|
|
36015
|
-
history.push("/admin/home");
|
|
36016
|
-
} else {
|
|
36017
|
-
pathname !== "/home" ? history.push("/home") : window.location.reload();
|
|
36018
|
-
}
|
|
36019
|
-
};
|
|
36020
|
-
|
|
36021
|
-
return React.createElement(Modal, {
|
|
36022
|
-
isOpen: open,
|
|
36023
|
-
toggle: function toggle() {
|
|
36024
|
-
return onToggleModel();
|
|
36025
|
-
},
|
|
36026
|
-
className: "" + styles["model-switch-roles"],
|
|
36027
|
-
centered: true
|
|
36028
|
-
}, React.createElement("p", {
|
|
36029
|
-
className: "" + styles["title"]
|
|
36030
|
-
}, 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) {
|
|
36031
|
-
return React.createElement("p", {
|
|
36032
|
-
key: r,
|
|
36033
|
-
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" : ""],
|
|
36034
|
-
onClick: function onClick() {
|
|
36035
|
-
return handleSelectUserRoles([r]);
|
|
36036
|
-
}
|
|
36037
|
-
}, r == "SecondaryTeacher" ? "Support Teacher" : r);
|
|
36038
|
-
})));
|
|
36039
|
-
};
|
|
36040
|
-
|
|
36041
|
-
var TheLayout = function TheLayout(_ref) {
|
|
36042
|
-
var routes = _ref.routes,
|
|
36043
|
-
navigation = _ref.navigation;
|
|
36044
|
-
var history = useHistory();
|
|
36045
|
-
var dispatch = useDispatch();
|
|
36046
|
-
var user = useSelector(function (state) {
|
|
36047
|
-
return state.common.user;
|
|
36048
|
-
});
|
|
36049
|
-
var language = useSelector(function (state) {
|
|
36050
|
-
return state.common.language;
|
|
36051
|
-
});
|
|
36052
|
-
|
|
36053
|
-
var _useState = useState(false),
|
|
36054
|
-
openModelSelectRole = _useState[0],
|
|
36055
|
-
setOpenModelSelectRole = _useState[1];
|
|
36056
|
-
|
|
36057
|
-
var _useTranslation = useTranslation(),
|
|
36058
|
-
t = _useTranslation.t;
|
|
36059
|
-
|
|
36060
|
-
var location = useLocation();
|
|
36061
|
-
var isNotification = location.pathname.includes("notifications");
|
|
36062
|
-
var isDistrict = window.location.host.includes("-district");
|
|
36063
|
-
|
|
36064
|
-
var handleToggleModel = function handleToggleModel() {
|
|
36065
|
-
setOpenModelSelectRole(!openModelSelectRole);
|
|
36066
|
-
};
|
|
36067
|
-
|
|
36068
|
-
var authRoutes = useMemo(function () {
|
|
36069
|
-
return routes.filter(function (route) {
|
|
36070
|
-
return canAccess(user === null || user === void 0 ? void 0 : user.roles, route.roles);
|
|
36071
|
-
}).filter(function (route) {
|
|
36072
|
-
return !!route.isDistrict === isDistrict;
|
|
36073
|
-
});
|
|
36074
|
-
}, [user, language]);
|
|
36075
|
-
var authNavigations = useMemo(function () {
|
|
36076
|
-
return navigation.map(function (item) {
|
|
36077
|
-
var _item$_children, _item$_children2;
|
|
36078
|
-
|
|
36079
|
-
return _extends({}, item, {
|
|
36080
|
-
name: t(item.name),
|
|
36081
|
-
_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) {
|
|
36082
|
-
return _extends({}, x, {
|
|
36083
|
-
name: t(x.name)
|
|
36084
|
-
});
|
|
36085
|
-
}) : undefined
|
|
36086
|
-
});
|
|
36087
|
-
}).filter(function (nav) {
|
|
36088
|
-
return canAccess(user === null || user === void 0 ? void 0 : user.roles, nav.roles);
|
|
36089
|
-
}).filter(function (nav) {
|
|
36090
|
-
return !!nav.isDistrict === isDistrict;
|
|
36091
|
-
});
|
|
36092
|
-
}, [user, language]);
|
|
36093
|
-
|
|
36094
|
-
var getInformationSetting = function getInformationSetting() {
|
|
36095
|
-
try {
|
|
36096
|
-
var _temp2 = _catch(function () {
|
|
36097
|
-
return Promise.resolve(getSchoolSettings()).then(function (res) {
|
|
36098
|
-
dispatch(setSandboxMode(res.data.isSandboxMode));
|
|
36099
|
-
});
|
|
36100
|
-
}, function (err) {
|
|
36101
|
-
console.error(err);
|
|
36102
|
-
});
|
|
36103
|
-
|
|
36104
|
-
return Promise.resolve(_temp2 && _temp2.then ? _temp2.then(function () {}) : void 0);
|
|
36105
|
-
} catch (e) {
|
|
36106
|
-
return Promise.reject(e);
|
|
36107
|
-
}
|
|
36108
|
-
};
|
|
36109
|
-
|
|
36110
|
-
useEffect(function () {
|
|
36111
|
-
checkAuthentication();
|
|
36112
|
-
}, []);
|
|
36113
|
-
useEffect(function () {
|
|
36114
|
-
getInformationSetting();
|
|
36115
|
-
}, [location.pathname]);
|
|
36116
|
-
|
|
36117
|
-
var checkAuthentication = function checkAuthentication() {
|
|
36118
|
-
try {
|
|
36119
|
-
var _temp4 = _catch(function () {
|
|
36120
|
-
return Promise.resolve(firstCheckToken()).then(function (tokenStatus) {
|
|
36121
|
-
tokenStatus ? loadInfo() : resetAuth();
|
|
36122
|
-
});
|
|
36123
|
-
}, function () {
|
|
36124
|
-
resetAuth();
|
|
36125
|
-
});
|
|
36126
|
-
|
|
36127
|
-
return Promise.resolve(_temp4 && _temp4.then ? _temp4.then(function () {}) : void 0);
|
|
36128
|
-
} catch (e) {
|
|
36129
|
-
return Promise.reject(e);
|
|
36130
|
-
}
|
|
36131
|
-
};
|
|
36132
|
-
|
|
36133
|
-
var loadInfo = function loadInfo() {
|
|
36134
|
-
try {
|
|
36135
|
-
var _temp6 = _catch(function () {
|
|
36136
|
-
return Promise.resolve(getInfo()).then(function (info) {
|
|
36137
|
-
var _info$data, _info$data$roles;
|
|
36138
|
-
|
|
36139
|
-
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"))) {
|
|
36140
|
-
resetAuth();
|
|
36141
|
-
}
|
|
36142
|
-
|
|
36143
|
-
dispatch(setUser(info.data));
|
|
36144
|
-
});
|
|
36145
|
-
}, function () {
|
|
36146
|
-
resetAuth();
|
|
36147
|
-
});
|
|
36148
|
-
|
|
36149
|
-
return Promise.resolve(_temp6 && _temp6.then ? _temp6.then(function () {}) : void 0);
|
|
36150
|
-
} catch (e) {
|
|
36151
|
-
return Promise.reject(e);
|
|
36152
|
-
}
|
|
36153
|
-
};
|
|
36154
|
-
|
|
36155
|
-
var resetAuth = function resetAuth() {
|
|
36156
|
-
localStorage.removeItem(ACCESS_TOKEN);
|
|
36157
|
-
history.push("/");
|
|
36158
|
-
};
|
|
36159
|
-
|
|
36160
|
-
if (!user) {
|
|
36161
|
-
return React.createElement(Loading, null);
|
|
36162
|
-
}
|
|
36163
|
-
|
|
36164
|
-
return React.createElement("div", {
|
|
36165
|
-
className: "c-app c-default-layout"
|
|
36166
|
-
}, !isNotification && React.createElement(TheSidebar, {
|
|
36167
|
-
navigation: authNavigations
|
|
36168
|
-
}), React.createElement("div", {
|
|
36169
|
-
className: "c-wrapper"
|
|
36170
|
-
}, !isNotification && React.createElement(TheHeader, {
|
|
36171
|
-
onToggleModel: handleToggleModel
|
|
36172
|
-
}), React.createElement("div", {
|
|
36173
|
-
className: "c-body bg-white"
|
|
36174
|
-
}, React.createElement(TheContent$1, {
|
|
36175
|
-
routes: authRoutes
|
|
36176
|
-
}))), React.createElement(ModelSelectRole, {
|
|
36177
|
-
open: openModelSelectRole,
|
|
36178
|
-
onToggleModel: handleToggleModel
|
|
36179
|
-
}));
|
|
36180
|
-
};
|
|
36181
|
-
|
|
36182
37125
|
var buttonTextStyle = {
|
|
36183
37126
|
fontWeight: 500
|
|
36184
37127
|
};
|
|
@@ -38658,11 +39601,11 @@ var UserColumns = [{
|
|
|
38658
39601
|
};
|
|
38659
39602
|
}
|
|
38660
39603
|
}, {
|
|
38661
|
-
name: "
|
|
39604
|
+
name: "impersonate",
|
|
38662
39605
|
isCenter: true,
|
|
38663
39606
|
className: "align-top"
|
|
38664
39607
|
}, {
|
|
38665
|
-
name: "
|
|
39608
|
+
name: "delete",
|
|
38666
39609
|
isCenter: true,
|
|
38667
39610
|
className: "align-top"
|
|
38668
39611
|
}];
|
|
@@ -38948,7 +39891,7 @@ var useUserList = function useUserList() {
|
|
|
38948
39891
|
}
|
|
38949
39892
|
};
|
|
38950
39893
|
|
|
38951
|
-
var
|
|
39894
|
+
var switchUser = useCallback(function (id) {
|
|
38952
39895
|
try {
|
|
38953
39896
|
var _temp10 = _catch(function () {
|
|
38954
39897
|
return Promise.resolve(switchAccountUser(id)).then(function (res) {
|
|
@@ -39022,7 +39965,7 @@ var useUserList = function useUserList() {
|
|
|
39022
39965
|
removeData: removeData,
|
|
39023
39966
|
changeFilters: changeFilters,
|
|
39024
39967
|
reDirectDetailPage: reDirectDetailPage,
|
|
39025
|
-
|
|
39968
|
+
switchUser: switchUser,
|
|
39026
39969
|
handleSyncRosterUsers: handleSyncRosterUsers,
|
|
39027
39970
|
rosterUserInfo: rosterUserInfo
|
|
39028
39971
|
};
|
|
@@ -39656,7 +40599,7 @@ var UserList = function UserList() {
|
|
|
39656
40599
|
removeData = _useUserList.removeData,
|
|
39657
40600
|
changeFilters = _useUserList.changeFilters,
|
|
39658
40601
|
reDirectDetailPage = _useUserList.reDirectDetailPage,
|
|
39659
|
-
|
|
40602
|
+
switchUser = _useUserList.switchUser,
|
|
39660
40603
|
handleSyncRosterUsers = _useUserList.handleSyncRosterUsers,
|
|
39661
40604
|
rosterUserInfo = _useUserList.rosterUserInfo;
|
|
39662
40605
|
|
|
@@ -39757,7 +40700,7 @@ var UserList = function UserList() {
|
|
|
39757
40700
|
cursor: "pointer"
|
|
39758
40701
|
},
|
|
39759
40702
|
onClick: function onClick() {
|
|
39760
|
-
return
|
|
40703
|
+
return switchUser(record.id);
|
|
39761
40704
|
}
|
|
39762
40705
|
})), React.createElement("td", {
|
|
39763
40706
|
className: "align-middle",
|
|
@@ -39799,6 +40742,9 @@ var CustomTabs = function CustomTabs(props) {
|
|
|
39799
40742
|
|
|
39800
40743
|
var history = useHistory();
|
|
39801
40744
|
var location = useLocation();
|
|
40745
|
+
var language = useSelector(function (state) {
|
|
40746
|
+
return state.common.language;
|
|
40747
|
+
});
|
|
39802
40748
|
var pathname = location.pathname;
|
|
39803
40749
|
var tabs = props.tabs,
|
|
39804
40750
|
title = props.title;
|
|
@@ -39807,6 +40753,10 @@ var CustomTabs = function CustomTabs(props) {
|
|
|
39807
40753
|
history.push(path);
|
|
39808
40754
|
};
|
|
39809
40755
|
|
|
40756
|
+
useEffect(function () {
|
|
40757
|
+
i18n.changeLanguage(language);
|
|
40758
|
+
}, [language]);
|
|
40759
|
+
|
|
39810
40760
|
var renderContent = function renderContent() {
|
|
39811
40761
|
var activeTab = tabs.map(function (t) {
|
|
39812
40762
|
return t.path;
|
|
@@ -41922,6 +42872,34 @@ var UserDetail = function UserDetail() {
|
|
|
41922
42872
|
});
|
|
41923
42873
|
};
|
|
41924
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
|
+
|
|
41925
42903
|
var ScrollToTop = function ScrollToTop() {
|
|
41926
42904
|
var _useLocation = useLocation(),
|
|
41927
42905
|
pathname = _useLocation.pathname;
|
|
@@ -44913,6 +45891,32 @@ var store = configureStore({
|
|
|
44913
45891
|
}
|
|
44914
45892
|
});
|
|
44915
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
|
+
|
|
44916
45920
|
var isInViewport = function isInViewport(el) {
|
|
44917
45921
|
var rect = el === null || el === void 0 ? void 0 : el.getBoundingClientRect();
|
|
44918
45922
|
return rect.top >= 0 && rect.left >= 0 && rect.bottom <= (window.innerHeight || document.documentElement.clientHeight) && rect.right <= (window.innerWidth || document.documentElement.clientWidth);
|
|
@@ -44942,11 +45946,421 @@ var getTextFromHTML = function getTextFromHTML(htmlString) {
|
|
|
44942
45946
|
return text;
|
|
44943
45947
|
};
|
|
44944
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
|
+
|
|
44945
45955
|
var generateRandomString = (function () {
|
|
44946
45956
|
return (Math.random() + 1).toString(36).substring(7);
|
|
44947
45957
|
});
|
|
44948
45958
|
|
|
44949
45959
|
var amplitudeClient = amplitude.getInstance();
|
|
44950
45960
|
|
|
44951
|
-
|
|
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 };
|
|
44952
46366
|
//# sourceMappingURL=index.modern.js.map
|