From 14bbb3e2787d61cebc2053325fee8c8e0b4c8a7f Mon Sep 17 00:00:00 2001 From: heydoyouknowme0 Date: Wed, 15 May 2024 22:05:21 +0530 Subject: [PATCH] feat: sports section page --- .../institute/sections/sports/page.tsx | 396 +++++++++++++++++- i18n/en.ts | 312 +++++++++++++- i18n/hi.ts | 331 ++++++++++++++- i18n/translations.ts | 105 ++++- 4 files changed, 1139 insertions(+), 5 deletions(-) diff --git a/app/[locale]/institute/sections/sports/page.tsx b/app/[locale]/institute/sections/sports/page.tsx index 18a17696..b91fd9a8 100644 --- a/app/[locale]/institute/sections/sports/page.tsx +++ b/app/[locale]/institute/sections/sports/page.tsx @@ -1,4 +1,16 @@ -import { WorkInProgressStatus } from '~/components/status'; +import Link from 'next/link'; +import { Suspense } from 'react'; + +import Heading from '~/components/heading'; +import ImageHeader from '~/components/image-header'; +import { + Table, + TableBody, + TableCell, + TableHead, + TableHeader, + TableRow, +} from '~/components/ui'; import { getTranslations } from '~/i18n/translations'; import { db } from '~/server/db'; @@ -13,5 +25,385 @@ export default async function Sports({ where: (section, { eq }) => eq(section.urlName, 'sports'), }))!; - return ; + const roadmapTableData = [ + [{ span: 2 }, { span: 8, className: 'bg-success' }, { span: 2 }], + [ + { span: 2, className: 'bg-primary-500' }, + { span: 8 }, + { span: 2, className: 'bg-primary-500' }, + ], + [{ span: 4 }, { span: 1, className: 'bg-secondary-100' }, { span: 7 }], + [{ span: 8 }, { span: 1, className: 'bg-[#800080]' }, { span: 3 }], + [{ span: 9 }, { span: 1, className: 'bg-secondary-500' }, { span: 2 }], + ]; + + return ( + <> + +
+ + + + + {text.about.profTableTitle.name} + {text.about.profTableTitle.details} + + + + + + Loading... + + + } + > + + + +
+

{section?.aboutUs}

+
+
+ +
{text.swimmingPool.welcome}
+

{text.swimmingPool.about}

+

{text.swimmingPool.aboutDescription}

+

{text.swimmingPool.location}

+
{text.swimmingPool.membershipListQuestion}
+

{text.swimmingPool.membershipPre}

+
    + {text.swimmingPool.membershipList.map((item, index) => ( +
  1. {item}
  2. + ))} +
+

{text.swimmingPool.membershipPost}

+ +
{text.swimmingPool.membershipHowQuestion}
+

+

+ {text.swimmingPool.membershipHowList[0]} + + www.nitkkr.ac.in{' '} + + > + + {text.swimmingPool.membershipHowList[1]} + + > + + {text.swimmingPool.membershipHowList[2]} + + > + + {text.swimmingPool.membershipHowList[3]} + +

+
{text.swimmingPool.membershipApplicationForm}
+
    + {text.swimmingPool.ApplicationFormList.map((item, index) => ( +
  1. +

    + {item} +

    +
  2. + ))} +
+
{text.swimmingPool.subscriptionsTitle}
+ + + + + {text.swimmingPool.subscriptionsTableTitle.category} + + + {text.swimmingPool.subscriptionsTableTitle.duration8} + + + {text.swimmingPool.subscriptionsTableTitle.duration3} + + + + + {text.swimmingPool.subscriptionsTable.map( + ({ category, duration8, duration3 }, index) => ( + + {category} + {duration8} + {duration3} + + ) + )} + +
+

{text.swimmingPool.administrativeTitle}

+
{text.swimmingPool.inchargeTitle}
+

+ {text.swimmingPool.inchargedetails} +

+
{text.swimmingPool.committeeTitle}
+

{text.swimmingPool.committeeDetails}

+
{text.swimmingPool.responsibilitiesTitle}
+
    + {text.swimmingPool.responsibilitiesList.map((item, index) => ( +
  1. +

    {item}

    +
  2. + ))} +
+
{text.swimmingPool.spcTitle}
+
{text.swimmingPool.spcSubTitle}
+ + + {text.swimmingPool.spcList.map((item, index) => ( + + {index} + {item.name} + {item.role} + + ))} + +
+ +
{text.swimmingPool.manpower}
+
{text.swimmingPool.manpowerSubTitle}
+

{text.swimmingPool.manpowerListPretext}

+ + + + {text.swimmingPool.manpowerListTitle.sNo} + {text.swimmingPool.manpowerListTitle.name} + + {text.swimmingPool.manpowerListTitle.quantity} + + + + + {text.swimmingPool.manpowerList.map((item, index) => ( + + {index + 1} + {item.name} + {item.quantity} + + ))} + +
+ +
{text.swimmingPool.maintenance}
+
{text.swimmingPool.maintenanceSubTitle}
+ + + + + {text.swimmingPool.maintenanceListTitle.sNo} + + + {text.swimmingPool.maintenanceListTitle.name} + + + {text.swimmingPool.maintenanceListTitle.quantity} + + + + + {text.swimmingPool.maintenanceList.map((item, index) => ( + + {index + 1} + {item.name} + {item.quantity} + + ))} + +
+ +
{text.swimmingPool.chemicals}
+
{text.swimmingPool.chemicalsSubTitle}
+ + + + {text.swimmingPool.chemicalsListTitle.sNo} + + {text.swimmingPool.chemicalsListTitle.description} + + + {text.swimmingPool.chemicalsListTitle.quantity} + + {text.swimmingPool.chemicalsListTitle.unit} + + + + {text.swimmingPool.chemicalsList.map((item, index) => ( + + {index + 1} + {item.description} + {item.quantity} + {item.unit} + + ))} + +
+
{text.swimmingPool.guidelinesTitle}
+
    + {text.swimmingPool.guidelines.map((item, index) => ( +
  1. + ))} +
+
{text.swimmingPool.conductTitle}
+
    + {text.swimmingPool.conduct.map((item, index) => ( +
  1. + ))} +
+
{text.swimmingPool.safetyTitle}
+
    +
  1. {text.swimmingPool.safety[0]}
  2. +
  3. + {text.swimmingPool.safety[1]} +
  4. +
+
{text.swimmingPool.eventsTitle}
+ + + + + {text.swimmingPool.eventsListTitles.sNo} + + + {text.swimmingPool.eventsListTitles.events} + + + + {text.swimmingPool.eventsListTitles.men} + {text.swimmingPool.eventsListTitles.women} + + + + {text.swimmingPool.eventsTable.map((item, index) => ( + + {index + 1} + {item.eventMale} + {item.eventFemale} + + ))} + +
+
{text.swimmingPool.roadmapTitle}
+ + + + + {text.swimmingPool.roadmapTableTitles.event} + + {text.swimmingPool.roadmapTableTitles.jan} + {text.swimmingPool.roadmapTableTitles.feb} + {text.swimmingPool.roadmapTableTitles.mar} + {text.swimmingPool.roadmapTableTitles.apr} + {text.swimmingPool.roadmapTableTitles.may} + {text.swimmingPool.roadmapTableTitles.jun} + {text.swimmingPool.roadmapTableTitles.jul} + {text.swimmingPool.roadmapTableTitles.aug} + {text.swimmingPool.roadmapTableTitles.sep} + {text.swimmingPool.roadmapTableTitles.oct} + {text.swimmingPool.roadmapTableTitles.nov} + {text.swimmingPool.roadmapTableTitles.dec} + + + + {text.swimmingPool.roadmapEvents.map((event, index) => ( + + {event} + {Array.from({ length: 3 }).map((_, i) => ( + + ))} + + ))} + +
+
+ + ); } + +const DelayedStaff = async ({ + id, + headId, + localeText, +}: { + id: number; + headId: number; + localeText: { + email: string; + phone: string; + headPosition: string; + }; +}) => { + const staff = await db.query.staff.findMany({ + columns: { id: true, designation: true }, + where: (staff, { eq }) => eq(staff.workingSectionId, id), + with: { person: { columns: { name: true, email: true, telephone: true } } }, + }); + const sortedStaff = staff.sort((a, b) => + a.id === headId ? -1 : b.id === headId ? 1 : 0 + ); + return sortedStaff.map( + ({ id, designation, person: { name, email, telephone } }, index) => ( + + {name} + + {id === headId ? localeText.headPosition : designation}, + {localeText.phone} + {telephone} ,{localeText.email} + {email} + + + ) + ); +}; diff --git a/i18n/en.ts b/i18n/en.ts index 481e525d..31eb5fe2 100644 --- a/i18n/en.ts +++ b/i18n/en.ts @@ -225,7 +225,317 @@ const text: Translations = { GeneralAdministration: {}, HealthCentre: {}, Security: {}, - Sports: {}, + Sports: { + title: 'Sports Section', + headings: { + about: 'About Us', + swimmingPool: 'Swimming Pool', + }, + about: { + title: 'DEPARTMENT OF PHYSICAL EDUCATION AND SPORTS', + profTableTitle: { name: 'Name', details: 'Details' }, + headPosition: 'Prof.in-Charge (Physical Education)', + email: 'Mail ID :', + phone: 'Mob. No.:', + }, + swimmingPool: { + title: 'SWIMMING POOL', + welcome: 'Welcome to the swimming pool of NIT Kurukshetra', + about: 'About the Swimming Pool', + aboutDescription: + 'NIT Kurukshetra now has a Swimming Pool of International Standards, 50 Mts. x 25 Mts. Size, with 90 Cm. depth at shallow end and 5 Mts. depth at deeper end. Apart from this it is equipped with Three Spring Boards for Diving at 3 Mts., 5 Mts. and 7 Mts height simultaneously. It is provided with Anti-wave Lane markers to conduct competitions with Portable Take off Boards with Fiber of Olympic type where 60 to 70 people can be accommodated at a time.\n\nThe swimming pool is operational during the months of March to October every year. The swimming pool has different timings for employees and students. The Institute team also has a different slot where they improve their skills and technique under the supervision of expert coaches.', + location: 'Location', + membershipListQuestion: 'Who can become a Member?', + membershipPre: + 'Swimming pool membership is open only to the following categories of persons.', + membershipList: [ + 'Bonafide students of NIT Kurukshetra, and research scholars and their spouse and children’s.', + 'NIT Kurukshetra employees (Faculty and staff) and their dependent family members (as per recorded in medical card or Health center booklet).', + 'Alumnus of NIT Kurukshetra.', + 'Retired Employees of NIT Kurukshetra and their spouses.', + 'Any other person specifically permitted by the Hon’ble Director.', + ], + membershipPost: + 'Anyone other than the above mentioned will be treated as outsider and will not be entitled to become member of the swimming pool.', + membershipHowQuestion: 'How to become a Member?', + membershipHow: + 'All the members are requested to Fill-up the prescribed application form and submit it along with two photographs and copy of Identity card/Health card at the office of the Physical Education & Sports Section between 4:00PM and 5:30PM on any working day i.e. Monday to Friday.\n\nIncomplete applications or the applications without proper Identity proof will not be entertained under any circumstance.', + membershipHowList: [ + 'The format of membership application form, eligibility for membership, fees/subscription, timings and details are available on the Institute website ', + 'Section ', + 'Sports Section ', + 'Swimming Pool.', + ], + membershipApplicationForm: 'Application Form Downloads', + ApplicationFormList: [ + 'Membership Application for Students/Scholars (PDF)', + 'Membership Application for Employees (PDF)', + 'Membership Application for Employees Dependents (PDF)', + 'Membership_Application_special permission (1)', + ], + subscriptionsTitle: 'Membership Subscription for the Session 2017', + subscriptionsTableTitle: { + category: 'Category', + duration8: '8 Months(Mar 01- Oct 31)', + duration3: + '3 Months Spring (Apr 01- June 30) or Autumn (July 01- October 31)', + }, + subscriptionsTable: [ + { + category: 'Registered students of NIT Kurukshetra.', + duration8: 'Free', + duration3: 'Free', + }, + { + category: + 'NIT Kurukshetra Faculty, Staff and their dependent members as per medical card.', + duration8: 'Free', + duration3: 'Free', + }, + { + category: + 'NIT Kurukshetra Alumnus, Retired Employees of NIT Kurukshetra and their spouses.', + duration8: '1000/-', + duration3: '600/-', + }, + { + category: + 'Spouse and children’s of registered NIT Kurukshetra research scholars.', + duration8: '600/-', + duration3: '300/-', + }, + { + category: 'All others (with approval of Hon’ble Director).', + duration8: '2000/-', + duration3: '1000/-', + }, + ], + administrativeTitle: 'Swimming Pool Administrative Bodies', + inchargeTitle: 'Professor In-Charge(Physical Education)', + inchargedetails: + 'The swimming pool is an Institute facility operating under the Physical Education & Sports Section. The professor I/C (Physical education) is the head of the all sports activities and facilities.\n\nPresently the Physical Education & Sports Section is headed by Prof. Umesh Ghanker, Professor, Department of ECE.', + committeeTitle: 'Swimming Pool Committee (SPC)', + committeeDetails: + "The Swimming Pool Committee (SPC) is a management committee appointed by the Hon'ble Director. Its primary role is to make necessary recommendations for the smooth running, maintenance, and other activities of the swimming pool. The staff of the swimming pool directly reports to the Professor In-Charge of Physical Education and the Swimming Pool Committee.", + responsibilitiesTitle: 'Duties and Responsibilities of the SPC', + responsibilitiesList: [ + 'Prepare the budget and lay down policy guidelines for the smooth running of the pool facilities.', + 'Decide membership fees for different user categories and charges for guests of the members.', + 'Determine the dates of opening and closing of the swimming season.', + 'Set pool timings and slots for swimming pool usage.', + 'Formulate and revise conduct rules and guidelines for the smooth operation of the swimming pool.', + ], + spcTitle: 'Present SPC', + spcSubTitle: 'The members of present SPC are:', + spcList: [ + { + name: 'Prof. Umesh Ghanker', + role: 'Chairman, Department of ECE', + }, + { + name: 'Mr. Shahabuddin', + role: 'SAS Officer', + }, + { + name: 'Mr. Pallavi Rai', + role: 'SAS Officer', + }, + ], + manpower: 'Manpower', + manpowerSubTitle: 'Day to Day Operation', + manpowerListPretext: + 'The following minimum numbers of personnel/manpower required for day to day operation and upkeep of swimming pool between 5:30 AM to 9.00 PM.', + manpowerListTitle: { + sNo: 'Sr. No.', + name: 'Description of Work / Designation', + quantity: 'Number of Persons', + }, + manpowerList: [ + { + name: 'Pool Manager/Supervisor', + quantity: '1 in each shift', + }, + { + name: 'Life Guards', + quantity: '3 in each shift (2 Male and 1 Female)', + }, + { + name: 'Trainers/Coach’s', + quantity: '2 in each shift (1 Male and 1 Female)', + }, + { + name: 'Pump operator cum Technician (for operating of filter plant)', + quantity: '1 in each shift', + }, + { + name: 'Suction Helper, Housekeeping/Washroom/ bathrooms Cleaning and Sweeping Staff', + quantity: 'In each shift (3 Male and 1 Female)', + }, + ], + maintenance: 'Maintenance', + maintenanceSubTitle: + 'To carry out ’maintenance of swimming pool’ for the period of 4 Months by deploying following minimum numbers of personnel/manpower from 8:00 AM to 5.00 PM.', + maintenanceListTitle: { + sNo: 'Sr. No.', + name: 'Description of Work / Designation', + quantity: 'Number of Persons', + }, + maintenanceList: [ + { + name: 'Pool Manager/Supervisor', + quantity: '1 in each shift', + }, + { + name: 'Pump Operator/Technician', + quantity: '1 in each shift', + }, + { + name: 'Pool and Housekeeping/Washroom/Toilets Cleaning & Sweeping staff', + quantity: 'In each shift (1 Male and 1 Female)', + }, + ], + chemicals: 'Chemicals', + chemicalsSubTitle: + 'To maintain the quality of water in the swimming pool in accordance with applicable norms / license conditions with the following minimum consumables:', + chemicalsListTitle: { + sNo: 'S. No.', + description: 'Description of Consumables', + quantity: 'No. or Qty.', + unit: 'Unit / Period', + }, + chemicalsList: [ + { + description: + 'Supply of TCCA (Nissan) for disinfection of swimming pool water', + quantity: '150', + unit: 'Kgs/Month', + }, + { + description: 'Supply of Muriatic Acid Sodium', + quantity: '500', + unit: 'Ltrs/Month', + }, + { + description: 'HCA', + quantity: '50', + unit: 'Kgs./Month', + }, + { + description: 'Supply of non-ferric Alum for Pool Water', + quantity: '50', + unit: 'Kgs./Month', + }, + { + description: + 'Pool Cleaning Equipment’s like wall brush, deep bag skimmer, chemical dispenser etc, Safety Equipment’s like life jackets, swimming rings, first aid kits etc.', + quantity: 'As per standard level', + unit: 'As per standard level', + }, + { + description: 'Any other chemicals and equipment’s required', + quantity: 'As per standard level', + unit: 'As per standard level', + }, + ], + + guidelinesTitle: 'Guidelines', + guidelines: [ + 'Swimming pool timings will cover some designated periods between 5:30 AM and 9:00 PM only.', + 'There will be several slots; each slot will be of 50 minutes in duration with a 5-10 minute gap between slots. Hence the members will be allowed in the pool on FIRST COME-FIRST-SERVE BASIS. The members should form a queue and get inside the pool in an orderly fashion.', + 'Maximum Number of swimmers in each slot shall be 50-60. This capacity may be increased in the future.', + 'The Swimming Pool Committee will organize supervision of the pool.', + 'Diving is permitted in the Diving Area only under active supervision of an instructor. No person will enter the diving area except under advice of an instructor.', + 'Three lifeguards and two coaches will always be on duty during every slot.', + 'Swimmers and Learners shall be clearly distinguished and appropriately segregated. Learners must wear Red Bathing Caps.', + 'In the event of power failure, or due to any other unforeseen circumstances, the pool may be closed or slots may be suspended / cancelled.', + 'The swimming pool may be used for special events like Inter NIT, Inter Year or any other swimming competition decided by the Swimming pool committee, Physical Education & Sports Section or a higher authority. In such cases, the regular slots may either be changed or suspended during the competitions.', + 'The pool management shall not be responsible for any theft, loss or damage of belongings of members. Members are advised not to bring mobile phones, cash, credit cards, jewelry etc. to the pool.', + 'While the management will try to provide some safety supervision, it cannot afford the standards necessary for a fully safe operation. Every member must strive to ensure his own safety and the safety of others around him.', + 'Visitors are not permitted to the deck area with or without shoes. They may, however, enter with shoes to the visitors’ gallery.', + 'Unauthorized entry into the swimming pool or any portion thereof, is a major offence, and attracts commensurate penalty.', + ], + conductTitle: 'Conduct Rules', + conduct: [ + 'Pool timings and slot given must be strictly adhered to by all members.', + 'Members (including faculty and staff) will be allowed to enter the pool only after they have signed the register and handed over the Swimming Pool IDENTITY CARDS at the counter “till the issued the swimming pool Identity Cards”. No one will be allowed to enter the swimming pool without surrendering their Identity cards to the supervisor.', + 'At the end of the slot period, members are required to sign the register again and collect back their membership cards.', + 'Since the swimming pool is being maintained by outside workers, all users (including faculty and staff members) must have a valid identity card to use the swimming pool. Otherwise entry into the swimming pool will be denied.', + 'The pool and deck area must be fully vacated in the interval between two slots or when an emergency call is given by the instructor.', + 'Children below 4 years of age are not allowed in the swimming pool.', + 'No child below the age between 4 to 12 years will be allowed inside the swimming pool unaccompanied by its parents. The parents are solely responsible for the safety of such young children inside the pool premises.', + 'Proper swimming TRUNKS/COSTUMES and CAP must be worn during swimming. Ladies, girls and men having long hair, whether swimmer or learner, must use plastic bathing caps during swimming. Decision of instructor is final in deciding whether a particular costume is proper.', + 'Learners must wear RED BATHING CAP, fabric for men and boys, plastic for women, girls and men with long hair.', + 'Learners are not permitted in the deep end of the pool, i.e. beyond 20m from the shallow end. A learner may qualify as a swimmer only after clearing a test offered by an instructor.', + 'During certain designated slots, members should swim lengthwise to avoid collision with other swimmers.', + 'Members must have urination and a shower followed by a footbath at the door of the shower room before entering the pool.', + 'Use of oil before entering the swimming pool is strictly prohibited.', + 'Use of soap or any other chemical is strictly prohibited in the swimming pool.', + 'Playing, jumping, quarreling or any distracting behavior in the swimming pool is strictly prohibited.', + 'Smoking, drinking and consumption of eatables are strictly forbidden in the swimming pool premises.', + 'Do not dive into the pool where the depth is less than 5 feet.', + 'Avoid spitting or blowing the nose in the water, use the scum-gutter.', + 'Pets are not permitted in the swimming pool premises.', + 'Pool management is not responsible for thief, loss or damage of belongings.', + 'No photography is allowed in the pool premises except when a written permission has been obtained from the Chairman, Swimming Pool Management Committee.', + 'If a member suffers from a skin ailment, a chest, ENT or eye infection, an open wound or any medical condition that is unhealthy for him/her or for fellow swimmers, he/she should voluntarily refrain from using the pool till such time that the medical condition is corrected.', + 'Ladies should not use the swimming pool during the menstrual period.', + 'Do not stay in the pool when there is lighting in the sky.', + 'Do not swim with full stomach of food.', + 'Those who do not know swimming must confine themselves to the less deep parts of the pool.', + 'Instructions of instructor or lifeguards on duty will be the final word at the pool. Membership of those not obeying instructions of the lifeguards on duty will be cancelled.', + 'Clear the pool when asked to vacate the pool when the supervisor whistles.', + 'For complaints and suggestions, please contact Chairman, Swimming Pool Management Committee. Never argue with a pool staff. These principles are imposed only for your safety and comfort. ', + ], + safetyTitle: 'SAFETY', + safety: [ + 'Even though the pool may look perfectly safe, the swimmers are advised to exercise extreme caution while swimming. The swimmers should not swim if they develop muscle cramps or feel faint. Users having heart problems must get medical opinion before swimming. Also, swimmers must do warm up exercise before entering the pool.', + 'If you find anybody struggling or sinking in the swimming pool, never jump into the water to save him/her, Instead, immediately throw one of the ring buoys available on the side of the swimming pool to the swimmer in distress. Then inform one of the lifeguards on duty.', + ], + eventsTitle: 'Events', + eventsListTitles: { + sNo: 'S. No.', + events: 'Event', + men: 'Men', + women: 'Women', + }, + eventsTable: [ + { eventMale: '100m Freestyle', eventFemale: '100m Freestyle' }, + { eventMale: '100m Breaststroke', eventFemale: '100m Breaststroke' }, + { eventMale: '100m Backstroke', eventFemale: '50m Backstroke' }, + { eventMale: '100m Butterfly', eventFemale: '50m Butterfly' }, + { + eventMale: '4 x100m Freestyle Relay', + eventFemale: '4 x50m Freestyle Relay', + }, + { eventMale: '1500m Freestyle', eventFemale: '—' }, + { eventMale: '4 x50m Multi Relay', eventFemale: '—' }, + { eventMale: 'Water Polo', eventFemale: '—' }, + ], + roadmapTitle: 'Roadmap', + roadmapTableTitles: { + event: 'Event', + jan: 'Jan', + feb: 'Feb', + mar: 'Mar', + apr: 'Apr', + may: 'May', + jun: 'Jun', + jul: 'Jul', + aug: 'Aug', + sep: 'Sep', + oct: 'Oct', + nov: 'Nov', + dec: 'Dec', + }, + roadmapEvents: [ + 'Day to Day Operation', + 'Maintenance', + 'Inter Year Swimming Competitions', + 'Open Swimming Competitions', + 'Inter NIT Swimming Competitions', + ], + }, + }, Store: {}, }, Status: { diff --git a/i18n/hi.ts b/i18n/hi.ts index 8af092bd..5848ebc0 100644 --- a/i18n/hi.ts +++ b/i18n/hi.ts @@ -221,7 +221,336 @@ const text: Translations = { GeneralAdministration: {}, HealthCentre: {}, Security: {}, - Sports: {}, + Sports: { + title: 'खेल अनुभाग', + headings: { + about: 'परिचय', + swimmingPool: 'स्विमिंग पूल', + }, + about: { + title: 'शारीरिक शिक्षा और खेल विभाग', + profTableTitle: { name: 'नाम', details: 'विवरण' }, + headPosition: 'प्रो.-शुल्क (शारीरिक शिक्षा)', + email: 'मेल आईडी :', + phone: 'मो.न.', + }, + swimmingPool: { + title: 'स्विमिंग पूल', + welcome: 'एनआईटी कुरुक्षेत्र के स्विमिंग पूल में आपका स्वागत है', + about: 'स्विमिंग पूल के बारे में', + aboutDescription: + 'एनआईटी कुरुक्षेत्र में अब अंतरराष्ट्रीय मानकों का एक स्विमिंग पूल, 50 मीटर है। x 25 एमटी। आकार, 90 सेमी के साथ। उथले छोर पर गहराई और 5 मीटर। गहराई से गहराई तक। इसके अलावा यह 3 स्प्रिंग डाइविंग के लिए 3 Mts।, 5 Mts से लैस है। और 7 Mts ऊंचाई एक साथ। यह ओलंपिक प्रकार के फाइबर के साथ पोर्टेबल टेक ऑफ बोर्डों के साथ प्रतियोगिताओं का संचालन करने के लिए एंटी-वेव लेन मार्करों के साथ प्रदान किया जाता है जहां एक समय में 60 से 70 लोगों को समायोजित किया जा सकता है। स्विमिंग पूल हर साल मार्च से अक्टूबर के महीनों के दौरान चालू होता है। स्विमिंग पूल में कर्मचारियों और छात्रों के लिए अलग-अलग समय है। संस्थान टीम के पास एक अलग स्लॉट भी है जहां वे विशेषज्ञ प्रशिक्षकों की देखरेख में अपने कौशल और तकनीक में सुधार करते हैं।', + location: 'जगह', + membershipListQuestion: ' कौन सदस्य बन सकता है?', + membershipPre: '', + membershipList: [ + 'स्विमिंग पूल की सदस्यता केवल निम्न श्रेणियों के व्यक्तियों के लिए खुली है।', + 'एनआईटी कुरुक्षेत्र के बोनाफाइड छात्र, और अनुसंधान विद्वानों और उनके पति और बच्चों के।', + 'एनआईटी कुरुक्षेत्र के कर्मचारी (संकाय और कर्मचारी) और उनके आश्रित परिवार के सदस्य (मेडिकल कार्ड या हेल्थ सेंटर बुकलेट में दर्ज)।', + 'एनआईटी कुरुक्षेत्र के पूर्व छात्र।', + 'एनआईटी कुरुक्षेत्र के सेवानिवृत्त कर्मचारी और उनके पति।', + 'माननीय निदेशक द्वारा किसी अन्य व्यक्ति को विशेष रूप से अनुमति दी जाती है।', + ], + membershipPost: + 'उपर्युक्त के अलावा किसी अन्य को बाहरी व्यक्ति के रूप में माना जाएगा और वह स्विमिंग पूल का सदस्य बनने का हकदार नहीं होगा।', + membershipHowQuestion: 'कैसे एक सदस्य बनें?', + membershipHow: + 'सभी सदस्यों से अनुरोध है कि वे निर्धारित आवेदन पत्र को भरें और दो फोटो और पहचान पत्र / स्वास्थ्य कार्ड की प्रतिलिपि के साथ किसी भी कार्य दिवस पर शाम 4:00 से 5:30 के बीच शारीरिक शिक्षा और खेल अनुभाग के कार्यालय में जमा करें। यानी सोमवार से शुक्रवार।', + membershipHowList: [ + '“अपूर्ण आवेदन या उचित पहचान प्रमाण के बिना आवेदन किसी भी परिस्थिति में मनोरंजन नहीं किया जाएगा।” सदस्यता आवेदन पत्र का प्रारूप, सदस्यता के लिए पात्रता, शुल्क / सदस्यता, समय और विवरण संस्थान की वेबसाइट ', + 'अनुभाग ', + 'खेल अनुभाग ', + 'स्विमिंग पूल पर उपलब्ध हैं।', + ], + membershipApplicationForm: 'आवेदन पत्र डाउनलोड :', + ApplicationFormList: [ + 'छात्रों / विद्वानों के लिए सदस्यता आवेदन (पीडीएफ)', + 'कर्मचारियों के लिए सदस्यता आवेदन (पीडीएफ)', + 'कर्मचारी आश्रितों के लिए सदस्यता आवेदन (पीडीएफ)', + 'सदस्यता_आवेदन_विशेष अनुमति (1)', + ], + subscriptionsTitle: 'सत्र 2017 के लिए सदस्यता सदस्यता', + subscriptionsTableTitle: { + category: 'वर्ग', + duration8: '8 महीने (मार्च 01 – अक्टूबर 31)', + duration3: + '3 महीने वसंत (अप्रैल 01 – 30 जून) या शरद ऋतु (जुलाई 01- अक्टूबर 31)', + }, + subscriptionsTable: [ + { + category: 'NIT कुरुक्षेत्र के पंजीकृत छात्र।', + duration8: 'नि: शुल्क', + duration3: 'नि: शुल्क', + }, + { + category: + 'एनआईटी कुरुक्षेत्र संकाय, स्टाफ और उनके आश्रित सदस्य मेडिकल कार्ड के अनुसार।', + duration8: 'नि: शुल्क', + duration3: 'नि: शुल्क', + }, + { + category: + 'एनआईटी कुरुक्षेत्र के पूर्व छात्र, एनआईटी कुरुक्षेत्र के सेवानिवृत्त कर्मचारी और उनके पति।', + duration8: '1000/-', + duration3: '600/-', + }, + { + category: + 'पंजीकृत एनआईटी कुरूक्षेत्र अनुसंधान विद्वानों के पति/पत्नी और बच्चे।', + duration8: '600/-', + duration3: '300/-', + }, + { + category: 'अन्य सभी (माननीय निदेशक के अनुमोदन से)।', + duration8: '2000/-', + duration3: '1000/-', + }, + ], + administrativeTitle: 'स्विमिंग पूल प्रशासनिक निकायों', + inchargeTitle: 'प्रोफेसर प्रभारी (शारीरिक शिक्षा)', + inchargedetails: + 'प्रोफेसर प्रभारी (शारीरिक शिक्षा) स्विमिंग पूल शारीरिक शिक्षा और खेल अनुभाग के तहत संचालित एक संस्थान की सुविधा है। प्रोफेसर I / C (शारीरिक शिक्षा) सभी खेल गतिविधियों और सुविधाओं का प्रमुख है।\n\nवर्तमान में फिजिकल एजुकेशन एंड स्पोर्ट्स सेक्शन की अध्यक्षता रसायन शास्त्र विभाग के प्रोफेसर डी। पी। सिंह द्वारा की जाती है।', + committeeTitle: 'स्विमिंग पूल समिति (SPC)', + committeeDetails: + 'समय-समय पर सुचारू रूप से चलने, रखरखाव और अन्य गतिविधियों के लिए आवश्यक सिफारिशें करने के लिए माननीय निदेशक द्वारा नियुक्त एक प्रबंधन समिति। स्विमिंग पूल के कर्मचारी सीधे प्रो। आई / सी शारीरिक शिक्षा और स्विमिंग पूल समिति के नियंत्रण में होंगे। एसपीसी के कर्तव्यों और जिम्मेदारियों बजट तैयार करने और पूल वार्डों को सुचारू रूप से चलाने के लिए नीतिगत दिशानिर्देशों को निर्धारित करना उपयोगकर्ताओं की विभिन्न श्रेणियों के लिए सदस्यता शुल्क के बारे में निर्णय लेने के लिए और सदस्यों के मेहमानों के लिए शुल्क। तैराकी के मौसम के उद्घाटन और समापन की तारीखों के बारे में निर्णय लेने के लिए। स्विमिंग पूल के उपयोग के लिए पूल समय और स्लॉट के बारे में निर्णय लेना। स्विमिंग पूल को सुचारू रूप से चलाने के लिए आचरण नियमों और दिशानिर्देशों को तैयार / संशोधित करना। वर्तमान एस.पी.सी.', + responsibilitiesTitle: 'SPC के कर्तव्य एवं उत्तरदायित्व', + responsibilitiesList: [ + 'पूल सुविधाओं के सहज संचालन के लिए बजट तैयार करें और नीति दिशानिर्देश तय करें।', + 'विभिन्न उपयोगकर्ता श्रेणियों के लिए सदस्यता शुल्क और सदस्यों के मेहमानों के लिए शुल्क तय करें।', + 'तैराकी मौसम के खुलने और बंद होने की तिथियाँ निर्धारित करें।', + 'तैराकी पूल का समय और स्लॉट तय करें तथा तैराकी पूल के उपयोग के लिए।', + 'तैराकी पूल के संचालन के सहज संचालन के लिए आचरण नियम और दिशानिर्देश तैयार करें और संशोधित करें।', + ], + spcTitle: 'वर्तमान SPC', + spcSubTitle: 'वर्तमान एसपीसी के सदस्य हैं:', + spcList: [ + { + name: 'डॉ तेजवथु रमेश, सहायक प्रो, ईईडी', + role: 'अध्यक्ष', + }, + { + name: 'श्री शहाबुद्दीन, एसएएस अधिकारी', + role: 'सदस्य', + }, + { + name: 'श्री पल्लवी राय, एसएएस अधिकारी', + role: 'सदस्य', + }, + ], + manpower: 'श्रमशक्ति', + manpowerSubTitle: 'डे टू डे ऑपरेशन', + manpowerListPretext: + 'दिन के संचालन और सुबह 5:30 बजे से 9.00 बजे के बीच स्विमिंग पूल के रखरखाव के लिए आवश्यक न्यूनतम संख्या में कर्मियों / श्रमशक्ति।', + manpowerListTitle: { + sNo: 'अनु क्रमांक', + name: 'कार्य / पदनाम का विवरण', + quantity: 'व्यक्तियों की संख्या', + }, + manpowerList: [ + { + name: 'पूल मैनेजर / पर्यवेक्षक', + quantity: 'प्रत्येक पारी में 1', + }, + { + name: 'जीवन रक्षक', + quantity: 'प्रत्येक पारी में 3 (2 पुरुष और 1 महिला)', + }, + { + name: 'प्रशिक्षकों / कोच', + quantity: 'प्रत्येक पारी में 2 (1 पुरुष और 1 महिला)', + }, + { + name: 'पंप ऑपरेटर सह तकनीशियन (फिल्टर प्लांट के संचालन के लिए)', + quantity: 'प्रत्येक पारी में 1', + }, + { + name: 'सक्सेशन हेल्पर, हाउसकीपिंग / वॉशरूम / बाथरूम क्लीनिंग एंड स्वीपिंग स्टाफ', + quantity: 'प्रत्येक पारी में 3 पुरुष और 1 महिला', + }, + ], + maintenance: 'रखरखाव', + maintenanceSubTitle: + '4:00 की अवधि के लिए “स्विमिंग पूल का रखरखाव” करने के लिए 8:00 बजे से शाम 5.00 बजे तक कर्मियों / जनशक्ति की न्यूनतम संख्या को तैनात करके।', + maintenanceListTitle: { + sNo: 'अनु क्रमांक', + name: 'कार्य / पदनाम का विवरण', + quantity: 'व्यक्तियों की संख्या', + }, + maintenanceList: [ + { + name: 'पूल मैनेजर / पर्यवेक्षक', + quantity: 'प्रत्येक पारी में 1', + }, + { + name: 'पंप ऑपरेटर / तकनीशियन', + quantity: 'प्रत्येक पारी में 1', + }, + { + name: 'पूल और हाउसकीपिंग / वॉशरूम / शौचालय सफाई और सफाई कर्मचारी', + quantity: 'प्रत्येक पारी में 2 (1 पुरुष और 1 महिला)', + }, + ], + chemicals: 'रसायन', + chemicalsSubTitle: + 'न्यूनतम उपभोग्य सामग्रियों के साथ लागू मानदंडों / लाइसेंस शर्तों के अनुसार स्विमिंग पूल में पानी की गुणवत्ता बनाए रखने के लिए:', + chemicalsListTitle: { + sNo: 'अनु क्रमांक', + description: 'उपभोग्य सामग्रियों का विवरण', + quantity: 'सं या क़ती।', + unit: 'इकाई / अवधि', + }, + chemicalsList: [ + { + description: + 'स्विमिंग पूल के पानी की कीटाणुशोधन के लिए टीसीसीए (निसान) की आपूर्ति', + quantity: '150', + unit: 'किग्रा / माह', + }, + { + description: 'म्युरिएटिक एसिड सोडियम की आपूर्ति', + quantity: '500', + unit: 'लीटर / माह', + }, + { + description: 'एचसीए', + quantity: '50', + unit: 'किग्रा / माह', + }, + { + description: 'पूल के पानी के लिए अलौह आलम की आपूर्ति', + quantity: '50', + unit: 'किग्रा / माह', + }, + { + description: + 'पूल क्लीनिंग इक्विपमेंट्स जैसे वॉल ब्रश, डीप बैग स्किमर, केमिकल डिस्पेंसर आदि, सेफ्टी इक्विपमेंट्स लाइफ़ जैकेट, स्विमिंग रिंग, फ़र्स्ट एड किट आदि', + quantity: 'मानक स्तर के अनुसार', + unit: 'मानक स्तर के अनुसार', + }, + { + description: 'किसी भी अन्य रसायन और उपकरण की आवश्यकता है', + quantity: 'मानक स्तर के अनुसार', + unit: 'मानक स्तर के अनुसार', + }, + ], + + guidelinesTitle: 'दिशा-निर्देश', + guidelines: [ + 'स्विमिंग पूल की समयावधि कुछ निर्दिष्ट अवधि 5:30 पूर्वाह्न से 9:00 बजे के बीच ही होगी। कई स्लॉट होंगे; प्रत्येक स्लॉट स्लॉट के बीच 5-10 मिनट के अंतराल के साथ 50 मिनट की अवधि का होगा। इसलिए सदस्यों को FIR COME-FIRST-SERVE BASIS पर पूल में अनुमति दी जाएगी। सदस्यों को एक कतार बनाना चाहिए और एक व्यवस्थित तरीके से पूल के अंदर जाना चाहिए। प्रत्येक स्लॉट में तैराकों की अधिकतम संख्या 50-60 होगी। भविष्य में इस क्षमता को बढ़ाया जा सकता है।', + 'स्विमिंग पूल समिति पूल की देखरेख का आयोजन करेगी।', + 'एक प्रशिक्षक की सक्रिय देखरेख में ही डाइविंग क्षेत्र में डाइविंग की अनुमति है। प्रशिक्षक की सलाह के अलावा कोई भी व्यक्ति डाइविंग क्षेत्र में प्रवेश नहीं करेगा।', + 'हर स्लॉट के दौरान तीन लाइफगार्ड और दो कोच हमेशा ड्यूटी पर रहेंगे।', + 'तैराकों और शिक्षार्थियों को स्पष्ट रूप से प्रतिष्ठित और उचित रूप से अलग किया जाएगा। शिक्षार्थियों को रेड बाथिंग कैप पहनना चाहिए।', + 'बिजली की विफलता की स्थिति में, या किसी अन्य अप्रत्याशित परिस्थितियों के कारण, पूल बंद हो सकता है या स्लॉट को निलंबित / रद्द किया जा सकता है।', + 'स्विमिंग पूल का उपयोग विशेष कार्यक्रमों जैसे कि एनआईटी, इंटर ईयर या किसी अन्य तैराकी प्रतियोगिता के लिए किया जा सकता है जो स्विमिंग पूल समिति, शारीरिक शिक्षा और खेल अनुभाग या उच्चतर प्राधिकारी द्वारा तय किया गया है। ऐसे मामलों में, नियमित स्लॉट को प्रतियोगिताओं के दौरान या तो बदला जा सकता है या निलंबित किया जा सकता है।', + 'पूल प्रबंधन किसी भी चोरी, नुकसान या सदस्यों के सामान की क्षति के लिए जिम्मेदार नहीं होगा। सदस्यों को सलाह दी जाती है कि वे पूल में मोबाइल फोन, नकदी, क्रेडिट कार्ड, गहने आदि न लाएं।', + 'हालांकि प्रबंधन कुछ सुरक्षा पर्यवेक्षण प्रदान करने का प्रयास करेगा, यह पूरी तरह से सुरक्षित संचालन के लिए आवश्यक मानकों को बर्दाश्त नहीं कर सकता है। प्रत्येक सदस्य को अपनी सुरक्षा और अपने आसपास दूसरों की सुरक्षा सुनिश्चित करने का प्रयास करना चाहिए।', + 'आगंतुकों को जूते के साथ या बिना डेक क्षेत्र में जाने की अनुमति नहीं है। हालाँकि, वे आगंतुकों की गैलरी में जूते के साथ प्रवेश कर सकते हैं।', + 'स्विमिंग पूल या उसके किसी हिस्से में अनधिकृत प्रवेश, एक बड़ा अपराध है, और यह दंडित करता है।', + ], + conductTitle: 'आचरण नियम', + conduct: [ + 'दिए गए पूल समय और स्लॉट को सभी सदस्यों द्वारा सख्ती से पालन किया जाना चाहिए।', + 'सदस्यों (संकाय और कर्मचारियों सहित) को पूल में प्रवेश करने के बाद ही रजिस्टर पर हस्ताक्षर करने और “स्विमिंग पूल पहचान पत्र जारी किए जाने तक” काउंटर पर स्विमिंग पूल पहचान कार्ड सौंपे जाने की अनुमति होगी। पर्यवेक्षक को अपने पहचान पत्र को आत्मसमर्पण किए बिना किसी को भी स्विमिंग पूल में प्रवेश करने की अनुमति नहीं दी जाएगी।', + 'स्लॉट अवधि के अंत में, सदस्यों को फिर से रजिस्टर पर हस्ताक्षर करने और अपने सदस्यता कार्ड वापस लेने की आवश्यकता होती है।', + 'चूंकि स्विमिंग पूल बाहरी श्रमिकों द्वारा बनाए रखा जा रहा है, इसलिए सभी उपयोगकर्ताओं (संकाय और स्टाफ के सदस्यों सहित) के पास स्विमिंग पूल का उपयोग करने के लिए एक वैध पहचान पत्र होना चाहिए। अन्यथा स्विमिंग पूल में प्रवेश से इनकार किया जाएगा।', + 'पूल और डेक क्षेत्र को पूरी तरह से दो स्लॉट के बीच अंतराल में या जब प्रशिक्षक द्वारा एक आपातकालीन कॉल दिया जाता है, तो पूरी तरह से खाली होना चाहिए।', + '4 साल से कम उम्र के बच्चों को स्विमिंग पूल में जाने की अनुमति नहीं है।', + '4 से 12 वर्ष की आयु के नीचे के किसी भी बच्चे को उसके माता-पिता द्वारा अस्वीकार्य स्विमिंग पूल के अंदर जाने की अनुमति नहीं दी जाएगी। पूल परिसर के अंदर ऐसे छोटे बच्चों की सुरक्षा के लिए माता-पिता पूरी तरह से जिम्मेदार हैं।', + 'तैराकी के दौरान उचित तैराकी TRUNKS / COSTUMES और CAP पहने जाने चाहिए। महिलाओं, लड़कियों और पुरुषों के लंबे बाल, चाहे तैराक या शिक्षार्थी, तैराकी के दौरान प्लास्टिक स्नान कैप का उपयोग करना चाहिए। किसी विशेष वेशभूषा उचित है या नहीं, यह तय करने में प्रशिक्षक का निर्णय अंतिम है।', + 'शिक्षार्थियों को रेड बैटिंग कैप, पुरुषों और लड़कों के लिए कपड़े, महिलाओं के लिए प्लास्टिक, लड़कियों और लंबे बालों वाले पुरुषों को पहनना चाहिए।', + 'पूल के गहरे छोर में शिक्षार्थियों को अनुमति नहीं है, अर्थात् उथले छोर से 20 मीटर से परे। एक प्रशिक्षक द्वारा दिए गए परीक्षण को मंजूरी देने के बाद ही एक शिक्षार्थी तैराक के रूप में योग्य हो सकता है।', + 'कुछ निर्दिष्ट स्लॉट्स के दौरान, सदस्यों को अन्य तैराकों के साथ टकराव से बचने के लिए लंबाई में तैरना चाहिए।', + 'पूल में प्रवेश करने से पहले सदस्यों को पेशाब और शावर कक्ष के दरवाजे पर फुटबाथ के बाद स्नान करना चाहिए।', + 'स्विमिंग पूल में प्रवेश करने से पहले तेल का उपयोग पूरी तरह से निषिद्ध है।', + 'स्विमिंग पूल में साबुन या किसी अन्य रसायन का उपयोग पूर्ण रूप से प्रतिबंधित है।', + 'खेलना, कूदना, झगड़ा करना या स्विमिंग पूल में किसी भी विचलित व्यवहार को पूरी तरह से प्रतिबंधित किया गया है।', + 'स्विमिंग पूल परिसर में खाने पीने, खाने पीने की चीजों की सख्त मनाही है।', + 'उस कुंड में गोता न लगाएं जहां गहराई 5 फीट से कम हो।', + 'पानी में नाक बहने या थूकने से बचें, मैल-नाली का उपयोग करें।', + 'स्विमिंग पूल परिसर में पालतू जानवरों की अनुमति नहीं है।', + 'पूल प्रबंधन चोर, नुकसान या सामान के नुकसान के लिए जिम्मेदार नहीं है।', + 'पूल परिसर में कोई फोटोग्राफी की अनुमति नहीं है सिवाय इसके कि जब अध्यक्ष, स्विमिंग पूल प्रबंधन समिति से लिखित अनुमति ली गई हो।', + 'यदि कोई सदस्य त्वचा की बीमारी, छाती, ईएनटी या नेत्र संक्रमण, एक खुले घाव या किसी भी चिकित्सीय स्थिति से पीड़ित है, जो उसके लिए या उसके साथी तैराकों के लिए अस्वास्थ्यकर है, तो उसे ऐसे समय में पूल का उपयोग करने से स्वेच्छा से बचना चाहिए। चिकित्सा स्थिति को ठीक किया जाता है।', + 'महिलाओं को मासिक धर्म के दौरान स्विमिंग पूल का उपयोग नहीं करना चाहिए।', + 'आकाश में प्रकाश होने पर कुंड में न रहें।', + 'भोजन के पूरे पेट के साथ तैरना न करें।', + 'जो लोग तैरना नहीं जानते हैं उन्हें पूल के कम गहरे हिस्सों में खुद को सीमित करना चाहिए।', + 'ड्यूटी पर प्रशिक्षक या लाइफगार्ड के निर्देश पूल में अंतिम शब्द होंगे। ड्यूटी पर लाइफगार्ड के निर्देशों का पालन नहीं करने वालों की सदस्यता रद्द कर दी जाएगी।', + 'जब पर्यवेक्षक सीटी बजाता है तो पूल खाली करने के लिए कहा जाता है।', + 'शिकायतों और सुझावों के लिए, कृपया अध्यक्ष, स्विमिंग पूल प्रबंधन समिति से संपर्क करें। पूल स्टाफ के साथ कभी बहस न करें। ये सिद्धांत केवल आपकी सुरक्षा और आराम के लिए लगाए गए है।', + ], + safetyTitle: 'सुरक्षा', + safety: [ + 'हालांकि पूल पूरी तरह से सुरक्षित दिख सकता है, लेकिन तैराकों को सलाह दी जाती है कि वे तैरते समय अत्यधिक सावधानी बरतें। अगर उन्हें मांसपेशियों में ऐंठन होती है या बेहोशी महसूस होती है तो तैराक को तैरना नहीं चाहिए। दिल की समस्याओं वाले उपयोगकर्ताओं को तैराकी से पहले चिकित्सा राय लेनी चाहिए। इसके अलावा, तैराकों को पूल में प्रवेश करने से पहले व्यायाम करना चाहिए।', + 'यदि आप किसी को स्विमिंग पूल में संघर्ष करते या डूबते हुए पाते हैं, तो उसे बचाने के लिए कभी भी पानी में न कूदें, इसके बजाय, संकट में तैरने वाले पूल के किनारे उपलब्ध रिंग बुयस में से एक को तुरंत फेंक दें। फिर ड्यूटी पर एक जीवन रक्षक को सूचित करें।', + ], + eventsTitle: 'आयोजन', + eventsListTitles: { + sNo: 'अनु क्रमांक।', + events: 'आयोजन', + men: 'पुरुषों', + women: 'महिलाओं', + }, + eventsTable: [ + { + eventMale: '100 मीटर फ्रीस्टाइल', + eventFemale: '100 मीटर फ्रीस्टाइल', + }, + { + eventMale: '100 मीटर ब्रेस्टस्ट्रोक', + eventFemale: '100 मीटर ब्रेस्टस्ट्रोक', + }, + { + eventMale: '100 मीटर बैकस्ट्रोक', + eventFemale: '50 मीटर बैकस्ट्रोक', + }, + { + eventMale: '100 मीटर बटरफ्लाई', + eventFemale: '50 मीटर बटरफ्लाई', + }, + { + eventMale: '4 x 100 मीटर फ्रीस्टाइल रिले', + eventFemale: '4 x 50 मीटर फ्रीस्टाइल रिले', + }, + { + eventMale: '1500 मीटर फ्रीस्टाइल', + eventFemale: '—', + }, + { + eventMale: '4 x 50 मीटर मल्टी रिले', + eventFemale: '—', + }, + { + eventMale: 'जल पोलो', + eventFemale: '—', + }, + ], + roadmapTitle: 'रोडमैप', + roadmapTableTitles: { + event: 'प्रतिस्पर्धा', + jan: 'जनवरी', + feb: 'फ़रवरी', + mar: 'मार्च', + apr: 'अप्रैल', + may: 'मई', + jun: 'जून', + jul: 'जुलाई', + aug: 'अगस्त', + sep: 'सितम्बर', + oct: 'अक्टूबर', + nov: 'नवम्बर', + dec: 'दिसम्बर', + }, + roadmapEvents: [ + 'डे टू डे ऑपरेशन', + 'रखरखाव', + 'अंतर वर्ष तैराकी प्रतियोगिता', + 'खुली तैराकी प्रतियोगिताएं', + 'अंतर एनआईटी तैराकी प्रतियोगिता', + ], + }, + }, Store: {}, }, Status: { diff --git a/i18n/translations.ts b/i18n/translations.ts index 43127a89..b9c03e35 100644 --- a/i18n/translations.ts +++ b/i18n/translations.ts @@ -209,7 +209,110 @@ export interface Translations { GeneralAdministration: {}; HealthCentre: {}; Security: {}; - Sports: {}; + Sports: { + title: string; + headings: { + about: string; + swimmingPool: string; + }; + about: { + title: string; + profTableTitle: { name: string; details: string }; + headPosition: string; + email: string; + phone: string; + }; + swimmingPool: { + title: string; + welcome: string; + about: string; + aboutDescription: string; + location: string; + membershipListQuestion: string; + membershipPre: string; + membershipList: string[]; + membershipPost: string; + membershipHowQuestion: string; + membershipHow: string; + membershipHowList: string[]; + membershipApplicationForm: string; + ApplicationFormList: string[]; + subscriptionsTitle: string; + subscriptionsTableTitle: { + category: string; + duration8: string; + duration3: string; + }; + subscriptionsTable: { + category: string; + duration8: string; + duration3: string; + }[]; + administrativeTitle: string; + inchargeTitle: string; + inchargedetails: string; + committeeTitle: string; + committeeDetails: string; + responsibilitiesTitle: string; + responsibilitiesList: string[]; + spcTitle: string; + spcSubTitle: string; + spcList: { name: string; role: string }[]; + manpower: string; + manpowerSubTitle: string; + manpowerListPretext: string; + manpowerListTitle: { sNo: string; name: string; quantity: string }; + manpowerList: { name: string; quantity: string }[]; + maintenance: string; + maintenanceSubTitle: string; + maintenanceListTitle: { sNo: string; name: string; quantity: string }; + maintenanceList: { name: string; quantity: string }[]; + chemicals: string; + chemicalsSubTitle: string; + chemicalsListTitle: { + sNo: string; + description: string; + quantity: string; + unit: string; + }; + chemicalsList: { + description: string; + quantity: string; + unit: string; + }[]; + guidelinesTitle: string; + guidelines: string[]; + conductTitle: string; + conduct: string[]; + safetyTitle: string; + safety: string[]; + eventsTitle: string; + eventsListTitles: { + sNo: string; + events: string; + men: string; + women: string; + }; + eventsTable: { eventMale: string; eventFemale: string }[]; + roadmapTitle: string; + roadmapTableTitles: { + event: string; + jan: string; + feb: string; + mar: string; + apr: string; + may: string; + jun: string; + jul: string; + aug: string; + sep: string; + oct: string; + nov: string; + dec: string; + }; + roadmapEvents: string[]; + }; + }; Store: {}; }; Status: {