-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from suvarnakale/shiksha-2.0
Issue #PS-386 feat: Validations on card view and status Updation
- Loading branch information
Showing
9 changed files
with
1,102 additions
and
405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,102 +1,101 @@ | ||
{ | ||
"COMMON": { | ||
"LANGUAGE": "Language", | ||
"LOADING": "Loading", | ||
"MARK": "Mark", | ||
"MARK_MY_ATTENDANCE": "Mark My Attendance", | ||
"MARK_STUDENT_ATTENDANCE": "Mark Student Attendance", | ||
"MARK_ATTENDANCE": "Mark Attendance", | ||
"UPDATE_ATTENDANCE": "Update Attendance", | ||
"SAVE": "Save", | ||
"UPDATE": "Update", | ||
"CLEAR_ALL": "Clear All", | ||
"SEARCH_STUDENT": "Search Student", | ||
"SORT_BY": "sort by", | ||
"APPLY": "Apply", | ||
"HIGH_TO_LOW": "High to Low", | ||
"LOW_TO_HIGH": "Low to High", | ||
"NAMES": "Names", | ||
"CLASS_MISSED": "Class Missed", | ||
"ATTENDANCE": "Attendance", | ||
"ATTENDANCE_REPORT": "Attendance Report", | ||
"TEST_REPORT": "Test Report", | ||
"BASIC_DETAILS": "Basic Details", | ||
"DOB": "Date of Birth", | ||
"LOGOUT": "Log out", | ||
"OVERALL_ATTENDANCE": "Overall Attendance", | ||
"NO_DATA_FOUND": "No Data Found", | ||
"LOCATION": "Location", | ||
"LATEST_EDUCATION": "Latest Education", | ||
"MARITAL_STATUS": "Marital Status", | ||
"DROPOUT_YEAR": "Dropout Year", | ||
"EMPLOYMENT_STATUS": "Employment Status", | ||
"ENROLLMENT_DATE": "Enrollment Date", | ||
"AS_OF_TODAY": "As of today", | ||
"AS_OF_LAST_WEEK": "As of last week", | ||
"AS_OF_LAST_SIX_MONTH": "As of last six month", | ||
"NONE": "None" | ||
}, | ||
"LOGIN_PAGE": { | ||
"USERNAME": "Username", | ||
"PASSWORD": "Password", | ||
"LOGIN": "Login", | ||
"USERNAME_PLACEHOLDER": "Enter username", | ||
"PASSWORD_PLACEHOLDER": "Enter password", | ||
"USERNAME_PASSWORD_NOT_CORRECT": "The username or password you entered is incorrect", | ||
"FORGOT_PASSWORD": "Forgot Password?", | ||
"REMEMBER_ME": "Remember Me" | ||
}, | ||
"DASHBOARD": { | ||
"DASHBOARD": "Dashboard", | ||
"DAY_WISE_ATTENDANCE": "Day-Wise Attendance", | ||
"HISTORY": "History", | ||
"MY_CLASSES": "My Classes", | ||
"ADD_NEW_CLASS": "Add New Class", | ||
"NEW_REMOTE_CLASS": "New Remote Class", | ||
"NEW_PHYSICAL_CLASS": "New Physical Class", | ||
"CLASS": "Class", | ||
"NOT_MARKED": "Not Marked", | ||
"FUTURE_DATE_CANT_MARK": "Future date can't be marked", | ||
"PERCENT_ATTENDANCE": "{{percent_students}}% Attendance", | ||
"PRESENT_STUDENTS": "({{present_students}/{total_students}} present)", | ||
"OVERVIEW": "Overview", | ||
"MORE_DETAILS": "More Details", | ||
"MENU": "Menu", | ||
"EXTRA_CLASS": "Extra class", | ||
"CENTER_ATTENDANCE": "Center Attendance", | ||
"MY_TIMETABLE": "My TimeTable", | ||
"MY_TEACHING_CENTERS":"My Teaching Centers", | ||
"UPCOMING_EXTRA_SESSION": "Upcoming Extra Sessions" | ||
}, | ||
"ATTENDANCE": { | ||
"TOTAL_STUDENTS": "Total No of Students: {{count}}", | ||
"PRESENT": "Present", | ||
"ABSENT": "Absent", | ||
"HALF_DAY": "Half Day", | ||
"ON_LEAVE": "On Leave", | ||
"MARK_ALL": "Mark All", | ||
"CLEAR": "clear", | ||
"ATTENDANCE_MARKED_SUCCESSFULLY": "Attendance marked successfully", | ||
"ATTENDANCE_MARKED_UNSUCCESSFULLY": "Attendance not marked", | ||
"MY_ATTENDANCE_HISTORY": "My Attendance History", | ||
"UPDATE_ATTENDANCE_ALERT": "Are you sure you want to update this attendance?", | ||
"CLEAR_ATTENDANCE_ALERT": "Are you sure you want to clear this attendance?", | ||
"YES": "Yes", | ||
"NO_GO_BACK": "No Go Back" | ||
}, | ||
"PROFILE": { | ||
"EDIT_PROFILE": "Edit Profile", | ||
"CONTACT_INFORMATION": "Contact information", | ||
"OTHER_INFORMATION": "Other Information", | ||
"PHONE": "Phone", | ||
"EMAIL_ID": "Email ID", | ||
"BIO": "Bio", | ||
"INTERVIEW_TEST_SCORES": "Test Scores", | ||
"UPDATE_PICTURE": "Update Picture", | ||
"FULL_NAME": "Full Name", | ||
"LOCATION": "Location", | ||
"HELD_ON": "Held on:", | ||
"MY_PROFILE": "My Profile" | ||
} | ||
"COMMON": { | ||
"LANGUAGE": "Language", | ||
"LOADING": "Loading", | ||
"MARK": "Mark", | ||
"MARK_MY_ATTENDANCE": "Mark My Attendance", | ||
"MARK_STUDENT_ATTENDANCE": "Mark Student Attendance", | ||
"MARK_ATTENDANCE": "Mark Attendance", | ||
"UPDATE_ATTENDANCE": "Update Attendance", | ||
"SAVE": "Save", | ||
"UPDATE": "Update", | ||
"CLEAR_ALL": "Clear All", | ||
"SEARCH_STUDENT": "Search Student", | ||
"SORT_BY": "sort by", | ||
"APPLY": "Apply", | ||
"HIGH_TO_LOW": "High to Low", | ||
"LOW_TO_HIGH": "Low to High", | ||
"NAMES": "Names", | ||
"CLASS_MISSED": "Class Missed", | ||
"ATTENDANCE": "Attendance", | ||
"ATTENDANCE_REPORT": "Attendance Report", | ||
"TEST_REPORT": "Test Report", | ||
"BASIC_DETAILS": "Basic Details", | ||
"DOB": "Date of Birth", | ||
"LOGOUT": "Log out", | ||
"OVERALL_ATTENDANCE": "Overall Attendance", | ||
"NO_DATA_FOUND": "No Data Found", | ||
"LOCATION": "Location", | ||
"LATEST_EDUCATION": "Latest Education", | ||
"MARITAL_STATUS": "Marital Status", | ||
"DROPOUT_YEAR": "Dropout Year", | ||
"EMPLOYMENT_STATUS": "Employment Status", | ||
"ENROLLMENT_DATE": "Enrollment Date", | ||
"AS_OF_TODAY": "As of today", | ||
"AS_OF_LAST_WEEK": "As of last week", | ||
"AS_OF_LAST_SIX_MONTH": "As of last six month", | ||
"NONE": "None" | ||
}, | ||
"LOGIN_PAGE": { | ||
"USERNAME": "Username", | ||
"PASSWORD": "Password", | ||
"LOGIN": "Login", | ||
"USERNAME_PLACEHOLDER": "Enter username", | ||
"PASSWORD_PLACEHOLDER": "Enter password", | ||
"USERNAME_PASSWORD_NOT_CORRECT": "The username or password you entered is incorrect", | ||
"FORGOT_PASSWORD": "Forgot Password?", | ||
"REMEMBER_ME": "Remember Me" | ||
}, | ||
"DASHBOARD": { | ||
"DASHBOARD": "Dashboard", | ||
"DAY_WISE_ATTENDANCE": "Day-Wise Attendance", | ||
"HISTORY": "History", | ||
"MY_CLASSES": "My Classes", | ||
"ADD_NEW_CLASS": "Add New Class", | ||
"NEW_REMOTE_CLASS": "New Remote Class", | ||
"NEW_PHYSICAL_CLASS": "New Physical Class", | ||
"CLASS": "Class", | ||
"NOT_MARKED": "Not Marked", | ||
"FUTURE_DATE_CANT_MARK": "Future date can't be marked", | ||
"PERCENT_ATTENDANCE": "% Attendance", | ||
"PRESENT_STUDENTS": " present", | ||
"OVERVIEW": "Overview", | ||
"MORE_DETAILS": "More Details", | ||
"MENU": "Menu", | ||
"EXTRA_CLASS": "Extra class", | ||
"CENTER_ATTENDANCE": "Center Attendance", | ||
"MY_TIMETABLE": "My TimeTable", | ||
"MY_TEACHING_CENTERS": "My Teaching Centers", | ||
"UPCOMING_EXTRA_SESSION": "Upcoming Extra Sessions" | ||
}, | ||
"ATTENDANCE": { | ||
"TOTAL_STUDENTS": "Total No of Students: {{count}}", | ||
"PRESENT": "Present", | ||
"ABSENT": "Absent", | ||
"HALF_DAY": "Half Day", | ||
"ON_LEAVE": "On Leave", | ||
"MARK_ALL": "Mark All", | ||
"CLEAR": "clear", | ||
"ATTENDANCE_MARKED_SUCCESSFULLY": "Attendance marked successfully", | ||
"ATTENDANCE_MARKED_UNSUCCESSFULLY": "Attendance not marked", | ||
"MY_ATTENDANCE_HISTORY": "My Attendance History", | ||
"UPDATE_ATTENDANCE_ALERT": "Are you sure you want to update this attendance?", | ||
"CLEAR_ATTENDANCE_ALERT": "Are you sure you want to clear this attendance?", | ||
"YES": "Yes", | ||
"NO_GO_BACK": "No Go Back" | ||
}, | ||
"PROFILE": { | ||
"EDIT_PROFILE": "Edit Profile", | ||
"CONTACT_INFORMATION": "Contact information", | ||
"OTHER_INFORMATION": "Other Information", | ||
"PHONE": "Phone", | ||
"EMAIL_ID": "Email ID", | ||
"BIO": "Bio", | ||
"INTERVIEW_TEST_SCORES": "Test Scores", | ||
"UPDATE_PICTURE": "Update Picture", | ||
"FULL_NAME": "Full Name", | ||
"LOCATION": "Location", | ||
"HELD_ON": "Held on:", | ||
"MY_PROFILE": "My Profile" | ||
} | ||
} |
Oops, something went wrong.