Advertisement
watsdesign

Locale

May 18th, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 11.18 KB | None | 0 0
  1. i18n = {
  2.     ru: {
  3.         label: {
  4.             openVacsTitle: "Открытые вакансии",
  5.             location: "Местоположение",
  6.             employment: "Занятость",
  7.             filterReset: "Сброс фильтра",
  8.             title: "Название",
  9.             pubDate: "Дата публикации",
  10.             textSearch: "Текстовой поиск",
  11.             apply: "Откликнуться",
  12.             noCardByCode: "Нет вакансии с данным кодом: ",
  13.             noCardCode: "Отсутствует код вакансии "
  14.         },
  15.         employment: {
  16.             full: "Полная",
  17.             part: "Частичная"
  18.         },
  19.         location: {
  20.             1: "Москва"
  21.         }
  22.     },
  23.     en: {
  24.         label: {
  25.             requisitionsTitle: "Requisitions",
  26.             candidatesTitle: "Candidates",
  27.             location: "Location",
  28.             employment: "Employment",
  29.             filterReset: "Reset",
  30.             filterShow: "Filters",
  31.             title: "Title",
  32.             creationDate: "Creation date",
  33.             lastChangeDate: "Last change date",
  34.             creationDateFrom: "Creation date from",
  35.             creationDateTo: "Creation date to",
  36.             textSearch: "Search",
  37.             apply: "Apply",
  38.             change_status: "Change status",
  39.             change_step_status: "Change step & status",
  40.             recruiter: "Recruiter",
  41.             requisition: "Requisition",
  42.             source: "Source",
  43.             candidates: "Candidates",
  44.             candidate: "Candidate",
  45.             code: "Code",
  46.             name: "Name",
  47.             step: "Step",
  48.             resume: "Resume",
  49.             status: "Status",
  50.             posting: "Posting",
  51.             postingStartDate: "Posting start date",
  52.             postingEndDate: "Posting end date",
  53.             actions: "Actions",
  54.             noCardByCode: "There is no requisition with code: ",
  55.             noCandidateById: "There is no candidate with id: ",
  56.             noCardCode: "No requisition code",
  57.             optionAll: "-",
  58.             change_requisition_status: "Change requisition status",
  59.             postingAndSourcing: "Posting and sourcing",
  60.             edit: "Edit",
  61.             save: "Save",
  62.             addComment: "Add comment",
  63.             postJob: "Post job",
  64.             sendCorrespondence: "Send correspondence",
  65.             matchCandidate: "Match candidate",
  66.             matchRequisition: "Match requisition",
  67.             viewCandidates: "View candidates",
  68.             "requisitionTitle": "Requisition title",
  69.             "positionTitle": "Position title",
  70.             "jobField": "Job field",
  71.             "reason": "Reason",
  72.             "schedule": "Schedule",
  73.             "contractType": "Contract type",
  74.             "descriptionExternal": "Description (External)",
  75.             "sharpId": "Sharp ID",
  76.             "costCenter": "Cost center",
  77.             "employeeGroup": "Employee group",
  78.             "positionBand": "Position band",
  79.             "mrs": "MRS",
  80.             "hiringManager": "Hiring manager",
  81.             "peopleManager": "People manager",
  82.             summary: "Summary",
  83.             compensation: "Compensation",
  84.             owners: "Owners",
  85.             "firstName": "First name",
  86.             "middleName": "Middle name",
  87.             "lastName": "Last name",
  88.             "citizenship": "Citizenship",
  89.             "citizenship2": "Citizenship 2",
  90.             "citizenship3": "Citizenship 3",
  91.             "educations":"Educations",
  92.             "education":"Education",
  93.             experience: "Work experience",
  94.             submissions: "Submissions",
  95.             "employer": "Employer",
  96.             "position": "Position",
  97.             "publicationDate": "Publication Date",
  98.             "startDate": "Start date",
  99.             "endDate": "End date",
  100.             "currentJob": "Current job",
  101.             "applicationNumber": "Application number",
  102.             "requisitionNumber": "Requisition number",
  103.             phone: "Phone",
  104.             email: "Email",
  105.             "sourceType": "Source type",
  106.             "specialization": "Specialization",
  107.             "educationLevel": "Education level",
  108.             "institution": "Institution",
  109.             personalData: "Personal data",
  110.             events: "Events",
  111.             event: "Event",
  112.             user: "User",
  113.             date: "Date",
  114.             description: "Description",
  115.             comments: "Comments",
  116.             comment: "Comment",
  117.             backToAllJobs: "Back to all jobs",
  118.             newCandidate: "New candidate",
  119.             newRequisition: "New requisition",
  120.             template: "Template",
  121.             to: "To",
  122.             cc: "CC",
  123.             subject: "Subject",
  124.             message: "Message",
  125.             history: "History",
  126.             sendingResult: "Sending result",
  127.             sendingMessage: "Sending message"
  128.         },
  129.         schedule: {
  130.             full: "Full-time",
  131.             part: "Part-time"
  132.         },
  133.         location: {
  134.             1: "Belgium, Leuven",
  135.             2: "Netherlands, Breda",
  136.             3: "Czech Republic, Prague",
  137.             4: "Moscow",
  138.             5: "London",
  139.             6: "New York"
  140.         },
  141.         citizenship:{
  142.             RU: "Russian Federation",
  143.             BE: "Belgium",
  144.             CZ: "Czech republic"
  145.         },
  146.         posting: {
  147.             external: "External"
  148.         },
  149.         reqStatus: { // --- статус вакансии/заявки
  150.             "open": "Open",
  151.             "draft": "Draft",
  152.             "filled": "Filled",
  153.             "onHold": "On hold"
  154.         },
  155.         step: { // --- стадии отклика кандидата
  156.             "new":  "New",
  157.             "cvScreening":  "CV Screening",
  158.             "videoScreening":   "Video Screening",
  159.             "phoneScreening":   "Phone Screening",
  160.             "lineManagerReview":    "Line Manager Review",
  161.             "firstInterview":   "First Interview",
  162.             "secondInterview":  "Second Interview",
  163.             "thirdInterview":   "Third Interview",
  164.             "preOfferCheck":    "Pre-offer check",
  165.             "offer":    "Offer",
  166.             "contract": "Contract",
  167.             "hiring":   "Hiring"
  168.         },
  169.         status: { // --- статус отклика/кандидиата
  170.             "new": "New",
  171.             "prescreeningQuestionsRejected": "Prescreening Questions Rejected",
  172.             "rejected": "Rejected",
  173.             "pending": "Pending",
  174.             "completed": "Completed",
  175.             "approved": "Approved",
  176.             "candidateWithdrew": "Candidate Withdrew ",
  177.             "lineManagerReview": "Line Manager Review",
  178.             "approvedForInterview": "Approved for Interview",
  179.             "rejectedForInterview": "Rejected for Interview",
  180.             "pendingInterview": "Pending Interview",
  181.             "interviewScheduled": "Interview Scheduled",
  182.             "interviewCompleted": "Interview Completed",
  183.             "toBeStarted": "To Be Started",
  184.             "inProgress": "In Progress",
  185.             "readyForReview": "Ready for Review ",
  186.             "preOfferApproved": "Pre-Offer Approved",
  187.             "offerToBeMade": "Offer to Be Made ",
  188.             "offerCreated": "Offer Created ",
  189.             "offerToBeApproved": "Offer to Be Approved ",
  190.             "approvalRejected": "Approval Rejected ",
  191.             "offerApproved": "Offer Approved ",
  192.             "offerExtended": "Offer Extended ",
  193.             "offerExtendedVerbally": "Offer Extended Verbally",
  194.             "offerDeclined": "Offer Declined",
  195.             "offerAccepted": "Offer Accepted ",
  196.             "offerWithdrawn": "Offer Withdrawn",
  197.             "documentsToBeUploaded": "Documents to Be Uploaded ",
  198.             "documentsToBeReviewed": "Documents to Be Reviewed ",
  199.             "documentsToBeReuploaded": "Documents to Be Reuploaded ",
  200.             "contractToBeMade": "Contract to Be Made ",
  201.             "contractAvailable": "Contract Available ",
  202.             "contractSignedAndUploaded": "Contract Signed and Uploaded ",
  203.             "contractToBeReuploaded": "Contract to Be Reuploaded ",
  204.             "toBeHired": "To Be Hired",
  205.             "hiredInSharp": "Hired in Sharp",
  206.             "hired": "Hired",
  207.             "open": "Open",
  208.             "draft": "Draft",
  209.             "filled": "Filled",
  210.             "onHold": "On hold"
  211.  
  212.         },
  213.         stepStatus: {
  214.             "new": [
  215.                 "new",
  216.                 "prescreeningQuestionsRejected",
  217.                 "rejected"
  218.             ],
  219.             "cvScreening": [
  220.                 "pending",
  221.                 "completed",
  222.                 "approved",
  223.                 "rejected"
  224.             ],
  225.             "videoScreening": [
  226.                 "pending",
  227.                 "completed",
  228.                 "approved",
  229.                 "rejected",
  230.                 "candidateWithdrew"
  231.             ],
  232.             "phoneScreening": [
  233.                 "pending",
  234.                 "completed",
  235.                 "approved",
  236.                 "rejected",
  237.                 "candidateWithdrew"
  238.             ],
  239.             "lineManagerReview": [
  240.                 "lineManagerReview",
  241.                 "approvedForInterview",
  242.                 "rejectedForInterview",
  243.                 "candidateWithdrew"
  244.             ],
  245.             "firstInterview": [
  246.                 "pendingInterview",
  247.                 "interviewScheduled",
  248.                 "interviewCompleted",
  249.                 "approved",
  250.                 "rejected",
  251.                 "candidateWithdrew"
  252.             ],
  253.             "secondInterview": [
  254.                 "pendingInterview",
  255.                 "interviewScheduled",
  256.                 "approved",
  257.                 "rejected",
  258.                 "candidateWithdrew"
  259.             ],
  260.             "thirdInterview": [
  261.                 "pendingInterview",
  262.                 "interviewScheduled",
  263.                 "interviewCompleted",
  264.                 "approved",
  265.                 "rejected",
  266.                 "candidateWithdrew"
  267.             ],
  268.             "preOfferCheck": [
  269.                 "toBeStarted",
  270.                 "inProgress",
  271.                 "readyForReview",
  272.                 "preOfferApproved",
  273.                 "rejected",
  274.                 "candidateWithdrew"
  275.             ],
  276.             "offer": [
  277.                 "offerToBeMade",
  278.                 "offerCreated",
  279.                 "offerToBeApproved",
  280.                 "approvalRejected",
  281.                 "offerApproved",
  282.                 "offerExtended",
  283.                 "offerExtendedVerbally",
  284.                 "offerDeclined",
  285.                 "offerAccepted",
  286.                 "offerWithdrawn",
  287.                 "rejected",
  288.                 "candidateWithdrew"
  289.             ],
  290.             "contract": [
  291.                 "documentsToBeUploaded",
  292.                 "documentsToBeReviewed",
  293.                 "documentsToBeReuploaded",
  294.                 "contractToBeMade",
  295.                 "contractAvailable",
  296.                 "contractSignedAndUploaded",
  297.                 "contractToBeReuploaded",
  298.                 "toBeHired",
  299.                 "hiredInSharp"
  300.             ],
  301.             "hiring": [
  302.                 "hired"
  303.             ]
  304.         }
  305.     }
  306. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement