2023-08-14 14:47:15 +05:30
|
|
|
from django.utils.translation import gettext as _
|
2023-05-18 15:05:28 +05:30
|
|
|
|
2023-08-14 14:47:15 +05:30
|
|
|
_("monday"),
|
|
|
|
|
_("tuesday"),
|
|
|
|
|
_("wednesday"),
|
|
|
|
|
_("thursday"),
|
|
|
|
|
_("friday"),
|
|
|
|
|
_("saturday"),
|
|
|
|
|
_("sunday"),
|
|
|
|
|
_("after"),
|
|
|
|
|
_("weekly"),
|
|
|
|
|
_("monthly"),
|
|
|
|
|
_("Employee First Name"),
|
|
|
|
|
_("Employee Last Name"),
|
2023-05-18 15:05:28 +05:30
|
|
|
_("Bank Code #1"),
|
|
|
|
|
_("Bank Code #2"),
|
|
|
|
|
_("RECRUITMENT"),
|
|
|
|
|
_("ONBOARDING"),
|
|
|
|
|
_("EMPLOYEE"),
|
2023-08-02 14:27:23 +05:30
|
|
|
_("PAYROLL"),
|
2023-05-18 15:05:28 +05:30
|
|
|
_("ATTENDANCE"),
|
|
|
|
|
_("LEAVE"),
|
|
|
|
|
_("ASSET"),
|
2023-08-14 14:47:15 +05:30
|
|
|
_("Your asset request approved!."),
|
|
|
|
|
_("Your asset request rejected!."),
|
|
|
|
|
_("You are added to rotating work type"),
|
2023-05-18 15:05:28 +05:30
|
|
|
_("You are added to rotating shift"),
|
2023-08-14 14:47:15 +05:30
|
|
|
_("Your work type request has been canceled."),
|
|
|
|
|
_("Your work type request has been approved."),
|
|
|
|
|
_("Your work type request has been deleted."),
|
|
|
|
|
_("Your shift request has been canceled."),
|
|
|
|
|
_("Your shift request has been approved."),
|
|
|
|
|
_("Your shift request has been deleted."),
|
|
|
|
|
_("Your work details has been updated."),
|
2023-05-18 15:05:28 +05:30
|
|
|
_("You have a new leave request to validate."),
|
|
|
|
|
_("New leave type is assigned to you"),
|
|
|
|
|
_("Your Leave request has been cancelled"),
|
|
|
|
|
_("Your Leave request has been approved"),
|
|
|
|
|
_("You are chosen as onboarding stage manager"),
|
|
|
|
|
_("You are chosen as onboarding task manager"),
|
2023-08-14 14:47:15 +05:30
|
|
|
_("You got an OKR!."),
|
|
|
|
|
_("You have received feedback!"),
|
|
|
|
|
_("You have been assigned as a manager in a feedback!"),
|
|
|
|
|
_("You have been assigned as a subordinate in a feedback!"),
|
|
|
|
|
_("You have been assigned as a colleague in a feedback!"),
|
2023-05-18 15:05:28 +05:30
|
|
|
_("You are chosen as one of recruitment manager"),
|
|
|
|
|
_("Your attendance for the date "),
|
|
|
|
|
_(" is validated"),
|
|
|
|
|
_("Select"),
|
|
|
|
|
_("January"),
|
|
|
|
|
_("February"),
|
|
|
|
|
_("March"),
|
|
|
|
|
_("April"),
|
|
|
|
|
_("May"),
|
|
|
|
|
_("June"),
|
|
|
|
|
_("July"),
|
|
|
|
|
_("August"),
|
|
|
|
|
_("September"),
|
|
|
|
|
_("October"),
|
|
|
|
|
_("November"),
|
|
|
|
|
_("December"),
|
2023-07-26 12:15:01 +05:30
|
|
|
_("One time date"),
|
|
|
|
|
_("Is condition based"),
|
|
|
|
|
_("Is taxable"),
|
|
|
|
|
_("Is fixed"),
|
|
|
|
|
_("Value"),
|
|
|
|
|
_("If choice"),
|
|
|
|
|
_("Is tax"),
|
|
|
|
|
_("If amount"),
|
|
|
|
|
_("If condition"),
|
|
|
|
|
_("Employer rate"),
|
|
|
|
|
_("Contract name"),
|
|
|
|
|
_("Contract start date"),
|
|
|
|
|
_("Contract end date"),
|
|
|
|
|
_("Wage type"),
|
|
|
|
|
_("Calculate daily leave amount"),
|
|
|
|
|
_("Deduction for one leave amount"),
|
|
|
|
|
_("Deduct leave from basic pay"),
|
|
|
|
|
_("Job role"),
|
|
|
|
|
_("Work type"),
|
|
|
|
|
_("Pay frequency"),
|
|
|
|
|
_("Filing status"),
|
|
|
|
|
_("Contract status"),
|
|
|
|
|
_("Contract document"),
|
|
|
|
|
_("Is tax"),
|
|
|
|
|
_("Update compensation"),
|
|
|
|
|
_("Is pretax"),
|
|
|
|
|
_("DASHBOARD"),
|
|
|
|
|
_("SHIFT REQUESTS"),
|
|
|
|
|
_("WORK TYPE REQUESTS"),
|
|
|
|
|
_("ATTENDANCE"),
|
|
|
|
|
_("ASSET"),
|
2023-08-01 16:48:48 +05:30
|
|
|
_("Single"),
|
|
|
|
|
_("Married"),
|
|
|
|
|
_("Divorced"),
|
2023-08-07 13:02:24 +05:30
|
|
|
_("Description"),
|
|
|
|
|
_("Rotate every weekend"),
|
|
|
|
|
_("Rotate every"),
|
2023-08-14 14:47:15 +05:30
|
|
|
_("Request description"),
|
|
|
|
|
_("Attendance validated"),
|
|
|
|
|
_("Is validate request"),
|
|
|
|
|
_("Is validate request approved"),
|
|
|
|
|
_("Reporting Manager"),
|
|
|
|
|
_("Employment Type"),
|
2023-08-21 17:28:32 +05:30
|
|
|
_("Jan"),
|
|
|
|
|
_("Feb"),
|
|
|
|
|
_("Mar"),
|
|
|
|
|
_("Apr"),
|
|
|
|
|
_("May"),
|
|
|
|
|
_("Jun"),
|
|
|
|
|
_("Jul"),
|
|
|
|
|
_("Aug"),
|
|
|
|
|
_("Sep"),
|
|
|
|
|
_("Oct"),
|
|
|
|
|
_("Nov"),
|
|
|
|
|
_("Dec"),
|
|
|
|
|
_("Additional info"),
|
2023-09-12 15:06:41 +05:30
|
|
|
_("Schedule date"),
|
|
|
|
|
_("Is active"),
|
|
|
|
|
_("End date"),
|
|
|
|
|
_("Recruitment managers"),
|
|
|
|
|
_("Stage managers"),
|
|
|
|
|
_("Stage type"),
|
|
|
|
|
_("Scheduled from"),
|
|
|
|
|
_("Scheduled till"),
|
|
|
|
|
_("Start from"),
|
|
|
|
|
_("End till"),
|
|
|
|
|
_("Employee first name"),
|
|
|
|
|
_("Employee last name"),
|
|
|
|
|
_("Reporting manager"),
|
|
|
|
|
_("Requested date"),
|
|
|
|
|
_("Previous shift"),
|
|
|
|
|
_("Gte"),
|
|
|
|
|
_("Lte"),
|
|
|
|
|
_("Previous work type"),
|
|
|
|
|
_("Current shift"),
|
|
|
|
|
_("Rotating shift"),
|
|
|
|
|
_("Next change date"),
|
|
|
|
|
_("Next shift"),
|
|
|
|
|
_("Current work type"),
|
|
|
|
|
_("Next work type"),
|
|
|
|
|
_("Start date from"),
|
|
|
|
|
_("Start date till"),
|
|
|
|
|
_("End date from"),
|
|
|
|
|
_("End date till"),
|
|
|
|
|
_("Location"),
|
|
|
|
|
_("Attendance clock in"),
|
|
|
|
|
_("Attendance clock out"),
|
|
|
|
|
_("Attendance overtime approve"),
|
|
|
|
|
_("Hour account"),
|
|
|
|
|
_("Clock out date"),
|
|
|
|
|
_("Clock in date"),
|
|
|
|
|
_("Shift day"),
|
|
|
|
|
_("Attendance date from"),
|
|
|
|
|
_("In from"),
|
|
|
|
|
_("Out from"),
|
|
|
|
|
_("Attendance date till"),
|
|
|
|
|
_("Out from"),
|
|
|
|
|
_("Out till"),
|
|
|
|
|
_("In till"),
|
|
|
|
|
_("Leave type"),
|
|
|
|
|
_("From date"),
|
|
|
|
|
_("To date"),
|
|
|
|
|
_("Assigned date"),
|
|
|
|
|
_("Based on week"),
|
|
|
|
|
_("Based on week day"),
|
|
|
|
|
_("Emp obj"),
|
|
|
|
|
_("Updated at"),
|
|
|
|
|
_("Created at"),
|
|
|
|
|
_("Created at date range"),
|
|
|
|
|
_("Review cycle"),
|
|
|
|
|
_("Asset list"),
|
|
|
|
|
_("Query"),
|
|
|
|
|
_("Asset category name"),
|
|
|
|
|
_("Asset category description"),
|
|
|
|
|
_("Asset name"),
|
|
|
|
|
_("Asset tracking"),
|
|
|
|
|
_("Asset purchase date"),
|
|
|
|
|
_("Asset purchase cost"),
|
|
|
|
|
_("Asset lot number"),
|
|
|
|
|
_("Asset category"),
|
|
|
|
|
_("Asset status"),
|
|
|
|
|
_("True"),
|
2023-09-13 16:58:05 +05:30
|
|
|
_("False"),
|
2023-09-20 14:54:33 +05:30
|
|
|
_("Onboarding Portal S…"),
|
|
|
|
|
_("Employee work information"),
|
|
|
|
|
_("Rotating work type assign"),
|
|
|
|
|
_("Employee shift schedule"),
|
|
|
|
|
_("Rotating shift assign"),
|
|
|
|
|
_("Onboarding portal"),
|
2023-11-01 12:05:41 +05:30
|
|
|
_("Start date breakdown"),
|
|
|
|
|
_("End date breakdown"),
|
|
|
|
|
_("Payment"),
|
2023-11-08 10:21:36 +05:30
|
|
|
_("dashboard"),
|
|
|
|
|
_("pipeline"),
|
|
|
|
|
_("recruitment-survey-question-template-view"),
|
|
|
|
|
_("candidate-view"),
|
|
|
|
|
_("recruitment-view"),
|
|
|
|
|
_("stage-view"),
|
|
|
|
|
_("view-onboarding-dashboard"),
|
|
|
|
|
_("onboarding-view"),
|
|
|
|
|
_("candidates-view"),
|
|
|
|
|
_("employee-profile"),
|
|
|
|
|
_("employee-view"),
|
|
|
|
|
_("shift-request-view"),
|
|
|
|
|
_("work-type-request-view"),
|
|
|
|
|
_("rotating-shift-assign"),
|
|
|
|
|
_("rotating-work-type-assign"),
|
|
|
|
|
_("view-payroll-dashboard"),
|
|
|
|
|
_("view-contract"),
|
|
|
|
|
_("view-allowance"),
|
|
|
|
|
_("view-deduction"),
|
|
|
|
|
_("view-payslip"),
|
|
|
|
|
_("filing-status-view"),
|
|
|
|
|
_("attendance-view"),
|
|
|
|
|
_("request-attendance-view"),
|
|
|
|
|
_("attendance-overtime-view"),
|
|
|
|
|
_("attendance-activity-view"),
|
|
|
|
|
_("late-come-early-out-view"),
|
|
|
|
|
_("view-my-attendance"),
|
|
|
|
|
_("leave-dashboard"),
|
|
|
|
|
_("leave-employee-dashboard"),
|
|
|
|
|
_("user-leave"),
|
|
|
|
|
_("user-request-view"),
|
|
|
|
|
_("type-view"),
|
|
|
|
|
_("assign-view"),
|
|
|
|
|
_("request-view"),
|
|
|
|
|
_("holiday-view"),
|
|
|
|
|
_("company-leave-view"),
|
|
|
|
|
_("dashboard-view"),
|
|
|
|
|
_("objective-list-view"),
|
|
|
|
|
_("feedback-view"),
|
|
|
|
|
_("period-view"),
|
|
|
|
|
_("question-template-view"),
|
|
|
|
|
_("asset-category-view"),
|
|
|
|
|
_("asset-request-allocation-view"),
|
2023-11-21 16:34:24 +05:30
|
|
|
_("recruitment"),
|
|
|
|
|
_("update-contract"),
|
|
|
|
|
_("update-allowance"),
|
|
|
|
|
_("update-deduction"),
|
|
|
|
|
_("type-update"),
|
|
|
|
|
_("type-creation"),
|
|
|
|
|
_("asset-batch-view"),
|
|
|
|
|
_("create-deduction"),
|
|
|
|
|
_("create-allowance"),
|
|
|
|
|
_("update-allowance"),
|
|
|
|
|
_("update-deduction"),
|
|
|
|
|
_("pms"),
|
|
|
|
|
_("asset"),
|
|
|
|
|
_("leave"),
|
|
|
|
|
_("attendance"),
|
|
|
|
|
_("payroll"),
|
|
|
|
|
_("employee"),
|
|
|
|
|
_("onboarding"),
|
|
|
|
|
_("recruitment"),
|
|
|
|
|
_("settings"),
|
2023-12-12 17:25:30 +05:30
|
|
|
_("department-view"),
|
|
|
|
|
_("job-position-view"),
|
|
|
|
|
_("job-role-view"),
|
|
|
|
|
_("work-type-view"),
|
|
|
|
|
_("rotating-work-type-view"),
|
|
|
|
|
_("employee-type-view"),
|
|
|
|
|
_("employee-shift-view"),
|
|
|
|
|
_("employee-shift-schedule-view"),
|
|
|
|
|
_("rotating-shift-view"),
|
|
|
|
|
_("attendance-settings-view"),
|
|
|
|
|
_("user-group-view"),
|
|
|
|
|
_("company-view"),
|
2023-11-21 16:34:24 +05:30
|
|
|
_("employee-permission-assign"),
|
|
|
|
|
_("currency"),
|
2024-01-01 19:05:10 +05:30
|
|
|
_("leave-allocation-request-view"),
|
|
|
|
|
_("employee-view-update"),
|
|
|
|
|
_("employee-bulk-update"),
|
|
|
|
|
_("not_set"),
|
2024-01-04 11:05:11 +05:30
|
|
|
_("objective-creation"),
|
|
|
|
|
_("feedback-creation"),
|
2024-01-08 16:55:57 +05:30
|
|
|
_("helpdesk"),
|
|
|
|
|
_("faq-category-view"),
|
|
|
|
|
_("faq-view"),
|
|
|
|
|
_("ticket-view"),
|
|
|
|
|
_("ticket-detail"),
|
2024-01-09 15:53:34 +05:30
|
|
|
_("ticket-type-view"),
|
|
|
|
|
_("tag-view"),
|
|
|
|
|
_("mail-server-conf"),
|
2024-01-12 21:31:15 +05:30
|
|
|
_("configuration"),
|
2024-01-15 11:43:18 +05:30
|
|
|
_("multiple-approval-condition"),
|
|
|
|
|
_("skill-zone-view"),
|
2024-01-17 14:19:51 +05:30
|
|
|
_("view-mail-templates"),
|
|
|
|
|
_("view-loan"),
|
|
|
|
|
_("view-reimbursement"),
|
|
|
|
|
_("department-manager-view"),
|
2024-01-20 12:57:37 +05:30
|
|
|
_("date-settings"),
|
|
|
|
|
_("reporting_manager"),
|
|
|
|
|
_("department"),
|
|
|
|
|
_("job_position"),
|
|
|
|
|
_("job_role"),
|
|
|
|
|
_("shift"),
|
|
|
|
|
_("work_type"),
|
2024-01-23 15:30:22 +05:30
|
|
|
_("company"),
|
2024-01-24 12:26:15 +05:30
|
|
|
_("employee-create-personal-info"),
|
|
|
|
|
_("offboarding"),
|
|
|
|
|
_("offboarding-pipeline"),
|
2024-01-29 15:05:27 +05:30
|
|
|
_("pagination-settings-view"),
|
|
|
|
|
_("organisation-chart"),
|
|
|
|
|
_("document-request-view"),
|
|
|
|
|
_("disciplinary-actions"),
|
|
|
|
|
_("view-policies"),
|
|
|
|
|
_("resignation-requests-view"),
|
|
|
|
|
_("action-type"),
|
|
|
|
|
_("general-settings"),
|
2024-02-06 13:43:58 +05:30
|
|
|
_("candidate-update"),
|
2024-02-12 13:03:26 +05:30
|
|
|
_("create-payslip"),
|
2024-03-02 11:54:28 +05:30
|
|
|
_("work-records"),
|
2024-03-05 10:13:24 +05:30
|
|
|
_("edit-profile"),
|
2024-03-15 10:24:53 +05:30
|
|
|
_("candidate-reject-reasons"),
|
|
|
|
|
_("employee-tag-view"),
|
|
|
|
|
_("grace-settings-view"),
|
|
|
|
|
_("helpdesk-tag-view"),
|
2024-03-18 12:31:15 +05:30
|
|
|
_("feedback-answer-view"),
|
2024-03-26 14:14:35 +05:30
|
|
|
_("requested"),
|
|
|
|
|
_("approved"),
|
|
|
|
|
_("cancelled"),
|
|
|
|
|
_("rejected"),
|
|
|
|
|
_("true"),
|
|
|
|
|
_("false"),
|
2024-04-15 16:23:21 +05:30
|
|
|
_("candidate-create"),
|