{
	"internalAdmin": {
		"title": "GoHire Admin",
		"hello": "Hello world.",
		"nav": {
			"general": {
				"section": "General",
				"home": "Home"
			},
			"management": {
				"section": "Management",
				"clients": "Clients",
				"partners": "Partners",
				"jobs": "Jobs",
				"users": "Users"
			},
			"accounting": {
				"section": "Accounting",
				"invoices": "Invoices"
			},
			"partners": {
				"section": "Partners",
				"item": "Partners"
			},
			"clients": {
				"section": "Clients",
				"item": "Clients"
			}
		},
		"home": {
			"title": "Home",
			"greeting": "Hello, {{name}}",
			"placeholder": "Nothing here yet."
		},
		"partners": {
			"title": "Partners",
			"addPartner": "Add Partner",
			"noPartners": "No partners found.",
			"columns": {
				"id": "ID",
				"name": "Name",
				"legalName": "Legal name",
				"appDomain": "App domain",
				"emailDomain": "Email domain",
				"jobDomain": "Job domain",
				"language": "Language",
				"hideBilling": "Hide billing",
				"hideOauth": "Hide OAuth",
				"hasLogos": "Logo",
				"hasColours": "Colours",
				"hasFavicons": "Favicons",
				"hasPolicies": "Policies",
				"hasScripts": "Scripts",
				"hasContactInfo": "Contact",
				"hasBilling": "Billing",
				"hasPlans": "Plans",
				"hasJobActivation": "Job activation",
				"hasCareerPage": "Career page",
				"hasSupportLinks": "Support links",
				"hasOtherLinks": "Other links",
				"hasOnBoardingContent": "Onboarding",
				"hasMetaData": "Metadata",
				"hasIntegrations": "Integrations",
				"hasHideIntegrations": "Hide integrations",
				"hasHideOptions": "Hide options",
					"hasOauth": "OAuth",
					"hasGoogleOauth": "Google OAuth",
					"hasOutlookOauth": "Outlook OAuth",
					"hasPartnerApiKey": "Partner API key",
					"hasPartnerToken": "Partner token",
					"hasPartnerApiKeyLimit": "API key limit"
				}
			},
		"partnerModal": {
			"titleCreate": "Add Partner",
			"titleEdit": "Edit Partner",
			"sections": {
				"basic": "Basic",
				"branding": "Branding",
				"links": "Links",
				"content": "Content",
				"integrations": "Integrations",
				"other": "Other"
			},
			"fields": {
				"name": "Name",
				"legalName": "Legal name",
				"appDomain": "App domain",
				"emailDomain": "Email domain",
				"jobDomain": "Job domain",
				"language": "Language",
				"webhookUrl": "Webhook URL",
				"hideBilling": "Hide billing",
				"hideOauth": "Hide OAuth",
				"logos": "Logos",
				"colours": "Colours",
				"policies": "Policies",
				"favicons": "Favicons",
				"scripts": "Scripts",
				"contactInfo": "Contact info",
				"Billing": "Billing",
				"plans": "Plans",
				"jobActivation": "Job activation",
				"careerPage": "Career page",
				"supportLinks": "Support links",
				"otherLinks": "Other links",
				"onBoardingContent": "Onboarding content",
				"vat": "VAT (JSON or string)",
				"Oauth": "OAuth",
				"metaData": "Metadata",
				"hideIntegrations": "Hide integrations",
				"hideOptions": "Hide options",
				"partnerWebhookKey": "Partner webhook key (JSON or string)",
				"integrations": "Integrations"
			},
			"errors": {
				"nameRequired": "Name is required.",
				"noChanges": "No changes to save.",
				"invalidJson": "Invalid JSON.",
				"invalidDomain": "Invalid domain. Do not include http(s):// or paths.",
				"invalidLanguage": "Unsupported language.",
				"invalidHex": "Invalid hex colour value."
			},
			"toasts": {
				"created": "Partner created.",
				"updated": "Partner updated."
			}
		},
			"clients": {
				"title": "Clients",
				"searchPlaceholder": "Search clients...",
				"noClients": "No clients found.",
			"filters": {
				"title": "Filters",
				"general": "General",
				"flags": "Flags",
				"partner": "Partner",
				"feeds": "Feeds",
				"all": "All",
				"status": "Status",
				"statusTrial": "Trial",
				"statusPaid": "Paid",
				"statusExpired": "Expired",
				"createdFrom": "Created from",
				"createdTo": "Created to",
				"blocked": "Blocked",
				"deleted": "Deleted",
				"pending": "Pending",
				"isPartner": "Is partner",
				"managedByPartner": "Managed by partner",
				"whiteListPartnerId": "Whitelist partner ID",
				"allowedOnFeeds": "Allowed on feeds",
				"allowedOnIndeedFeeds": "Allowed on Indeed feeds",
				"perPage": "Per page"
			},
				"columns": {
					"id": "ID",
					"name": "Name",
					"legalName": "Legal name",
					"billingEmail": "Billing email",
					"status": "Status",
					"createdAt": "Created",
					"expiresAt": "Expires",
					"owner": "Owner",
					"accountManager": "Account manager",
					"currency": "Currency",
					"pricingType": "Pricing type",
						"plan": "Plan",
						"stripeCustomerId": "Stripe customer",
						"whiteListPartnerId": "Whitelist partner ID",
						"whiteListPartner": "Whitelist partner",
						"managedByPartnerId": "Managed by partner ID",
						"isPartner": "Partner",
						"managedByPartner": "Managed by partner",
						"blocked": "Blocked",
					"deleted": "Deleted",
					"pending": "Pending",
					"trialPaid": "Trial paid",
					"allowedOnFeeds": "Allowed on feeds",
					"allowedOnIndeedFeeds": "Allowed on Indeed feeds",
					"directEmployer": "Direct employer",
					"hasPlans": "Has plans",
					"hasLastBilled": "Has last billed",
					"hasLastBillingAttempt": "Has billing attempt"
					}
				},
			"jobs": {
				"title": "Jobs",
				"searchPlaceholder": "Search jobs...",
				"noJobs": "No jobs found.",
				"filters": {
					"title": "Filters",
					"general": "General",
					"flags": "Flags",
					"all": "All",
					"status": "Status",
					"statusActive": "Active",
					"statusDraft": "Draft",
					"statusArchived": "Archived",
					"approved": "Approved",
					"draft": "Draft",
					"archived": "Archived",
					"deleted": "Deleted",
					"perPage": "Per page"
				},
				"columns": {
					"id": "ID",
					"clientId": "Client ID",
					"teamId": "Team ID",
					"title": "Title",
					"status": "Status",
					"city": "City",
					"postcode": "Postcode",
					"county": "County",
					"countryId": "Country ID",
					"remote": "Remote",
					"approved": "Approved",
					"draft": "Draft",
					"archived": "Archived",
					"deleted": "Deleted",
					"firstPostedAt": "First posted",
					"startAt": "Start",
					"endAt": "End",
					"updatedAt": "Updated",
					"salary": "Salary",
					"salaryFrom": "Salary from",
					"salaryTo": "Salary to",
					"salaryUnit": "Salary unit",
					"salaryCurrency": "Salary currency",
					"jobTypeId": "Job type ID",
					"description": "Description"
				}
			},
			"users": {
				"title": "Users",
				"searchPlaceholder": "Search users...",
				"noUsers": "No users found.",
				"filters": {
					"title": "Filters",
					"general": "General",
					"all": "All",
					"emailVerified": "Email verified",
					"perPage": "Per page"
				},
				"columns": {
					"id": "ID",
					"globalLevel": "Global level",
					"email": "Email",
					"name": "Name",
					"surname": "Surname",
					"countryId": "Country ID",
					"location": "Location",
					"phone": "Phone",
					"headline": "Headline",
					"dob": "Date of birth",
					"emailVerified": "Email verified",
					"canChangeEmail": "Can change email",
					"mute": "Mute",
					"hideChat": "Hide chat",
					"lastClient": "Last client",
					"createdAt": "Created",
					"lastActiveAt": "Last active"
				}
			},
			"invoices": {
				"title": "Invoices",
				"invoice": "Invoice",
				"clientIdPlaceholder": "Filter by client ID...",
				"noInvoices": "No invoices found.",
				"filters": {
					"title": "Filters",
					"general": "General",
					"all": "All",
					"clientId": "Client ID",
					"paid": "Paid",
					"complete": "Complete",
					"perPage": "Per page"
				},
				"columns": {
					"id": "ID",
					"hash": "Hash",
					"clientId": "Client ID",
					"type": "Type",
					"pricingType": "Pricing type",
					"currency": "Currency",
					"items": "Items",
					"value": "Value",
					"vatRate": "VAT rate",
					"vat": "VAT",
					"total": "Total",
					"refund": "Refund",
					"paid": "Paid",
					"complete": "Complete",
					"dateAt": "Date",
					"dueAt": "Due",
					"paidAt": "Paid at",
					"chargeId": "Charge ID",
					"paymentIntentId": "Payment intent ID"
				}
			},
			"partnerPage": {
				"tabs": {
					"overview": "Overview",
					"clients": "Clients",
					"users": "Users"
				},
				"overviewTitle": "Overview",
				"clientsTitle": "Clients",
				"usersTitle": "Users",
				"comingSoonTitle": "Coming soon",
				"comingSoonText": "Endpoints will be added here soon."
			}
		},
		"notifications": {
			"matchScrOperText": "Match Score Operator",
			"matchScrValueText": "Match Score Value",
	    "matchScrPlaText" : "Score",
	    "fieldText" : "Field",
	    "deleteKeywordText" : "Delete keyword",
	    "boolOperHText" : "Boolean Operator",
			"searchInLabelText": "Search In",
			"searchTermLabelText": "Search Term",
			"enterSearchTermText": "Enter search term...",
			"booleanOperatorLabelText": "Operator",
			"matchScoreOperatorLabelText": "Match score operator",
			"matchScoreValueLabelText": "Match score value",
			"enterKeyHeadSomeText": "Enter keyword",
	    "addKeyText" : "Add Condition",
	    "addAnotherConditionText" : "Add Another Condition",
			"booleanFieldAllFields": "All fields",
			"booleanFieldSkills": "Skills",
			"booleanFieldLocationCity": "Location city",
			"booleanFieldLocationCountry": "Location country",
			"booleanFieldWorkHistoryEmployerNames": "Work history employer names",
			"booleanFieldEducationInstitution": "Education institution",
			"booleanFieldEducationFieldOfStudy": "Education field of study",
			"booleanFieldCertificationsNames": "Certifications names",
			"booleanFieldAwardsTitles": "Awards titles",
			"booleanFieldLanguage": "Language",
			"booleanFieldLanguageProficiency": "Language proficiency",
			"booleanFieldKeyAchievements": "Key achievements",
			"booleanFieldTrainingProgrammeNames": "Training programme names",
			"andOpText": "AND",
			"orOpText": "OR",
			"notOpText": "NOT",
    "boolSavedSearchesText": "Boolean Saved Searches",
    "noSearchSavedText" : "No Search is saved yet",
    "savedSearchTitleExists": "A saved search with this title already exists.",
    "sendMessageText" : "Send Message",
    "sendSMSText" : "Send SMS",
    "analyCandiMatAiText": "Analyse Candidate (Match AI)",
    "noCandidatesMatchText" : "No candidates match your current filters.",
		"enterKeyHeadText": "Enter keyword...",
		"suggestions": "Suggestions",
		"keyHeadText": "Keyword",
			"clearSeaText": "Clear search",
			"boolSeaText": "Boolean Search",
			"saveBooleanSearchText": "Save Boolean Search",
			"searchResTx2tHd": "Search results will only include candidates visible to your team.",
			"searchResTxtHd": "Search results will only include candidates visible to team.",
				"smsCreditLineText": "Message cannot be sent because your SMS credit limit has been reached. Please upgrade your plan or contact support for assistance.",
				"smsSentSuccessfully": "Your SMS has been sent successfully.",
				"smsAddMessageError": "Please add a message before sending.",
				"salaryNoCommasOrSpecialCharacters": "Please enter the salary without commas or special characters.",
				"textNotiContent": "We've notified suspicious activity on your account which has been temporarily blocked. Please get in touch with us for more details",
			"textNotiContent2": "We've noticed suspicious activity on your account, which has been temporarily blocked. Please get in touch with us for more details.",
		"selectCtryText": "Please select a country.",
		"quesTempMsgValue": "Please enter a Questionnaire Template Message.",
		"questTempMsg": "Please enter a name or questionnaire template message.",
		"questSentMsg": "Your questionnaire has been sent.",
		"appliedIsRestrictedTxt": "An Applied Stage we cannot add in Template as it is Default of any Job.",
		"totalText": "Total",
		"outOfText": "out of",
		"candiNotCopiedText": "candidates were not copied as did not satisfy the condition.",
		"allCandiNotCopiedText": "All candidates were not copied as did not satisfy the condition.",
		"cvParseQueueListAlready": "Candidates were already added in our CV parsing Queue list, so please wait.",
		"cvParseQueueList": "Candidates are added in our CV parsing Queue list, so please wait.",
		"cvParseQueueNotList": "Some Candidates were already added in our CV parsing Queue list and others all selected are added, so please wait.",
		"selectSomCandReq": "Please select some candidates to do CV parsing.",
		"reachedLimitPurAi": "You have reached your monthly Parse and Match AI limit. Please purchase more credits.",
		"notMatchedLimitPurAi": "CV parsing and AI matching are not available on your current plan. Please upgrade or purchase credits to continue.",
		"confirmNotPosting": "Are you sure you want to disable job posting from Schoolgig ?",
		"confirmPosting": "Are you sure you want to enable job posting from Schoolgig ?",
		"jobPostingdisabled": "Job Posting disabled from schoolgig",
		"jobPostingEnabled": "Job Posting enabled from schoolgig",
		"updateCompanySettings": "Your changes have been saved",
		"upgradePlanCustomDomain": "You must upgrade to a paid plan to use a custom domain",
		"DisconnectGoogle": "Are you sure you want to disconnect your google calendar? Any future events will be deleted from your connected calendar",
		"DisconnectOutlook": "Are you sure you want to disconnect you outlook calendar",
		"unpaidRefreshMessage": "Already paid. Refresh the page.",
		"savingCardMessage": "We will attempt payment using your saved card. Do you wish to continue?",
		"youBilled": "You will be billed",
		"changePlanImmediately": "immediately to change your plan. Are you sure?",
		"confirmChangeBillingCycle": "Are you sure you wish to change your billing cycle?",
		"confirmArchiveJob": "Are you sure you wish to archive this job? This action cannot be un-done.",
		"confirmArchiveJobText": "Are you sure you wish to archive this",
		"premiumIntegrationsEnded": "Your premium integrations also be ended",
		"confirmArchivePool": "Are you sure you wish to archive this pool? This action cannot be un-done.",
		"confirmChangeBillingCurrency": "Are you sure you wish to change your billing currency?",
		"billingCycleUpdated": "Your billing cycle has been updated",
		"paymentSuccess": "Payment completed successfully.",
		"youAreNow": "You are now on the",
		"billingCycleChanged": "Your billing currency has been changed",
		"templateDeleteConfirm": "Are you sure you wish to delete this email template?",
		"templateDeleteNewConfirm": "Are you sure you want to delete this email template? This action cannot be undone.",
		"CopiedSuccess": "Copied successfully.",
		"deleteEventLocation": "Any jobs using this location will be removed from job boards. Are you sure you want to permanently delete this event location?",
		"connectGoogleCalendarPreview": "Please connect your Google Calendar first to preview...",
		"hasBeenAdded": "has been added",
		"deleteEventType": "Are you sure you want to permanently delete this event type?",
		"upgradeToPaidIntegration": "You must upgrade to a paid plan to use this integration",
		"deactivateintegration": "Are you sure you wish to deactivate this integration?",
		"confirmPipelineTemplate": "Are you sure you wish to change the default pipeline template?",
		"confirmDelPipelineTemplate": "Are you sure you wish to remove default pipeline template?",
		"confirmDelQuesTemplate": "Are you sure you wish to delete this questionnaire template?",
		"removeConfirm": "Are you sure you want to remove",
		"from": "from",
		"From": "From",
		"To": "To",
		"teamExistDoNotadd": "You cannot add yourself to teams that already exist",
		"upgradeToAddMoreTeams": "'You must upgrade to a paid plan to add more teams'",
		"removeTeamMemeberOf": "'You cannot remove yourself from teams you are a member of'",
		"settingsUpdated": "Your settings have been updated",
		"removePermanent": "Are you sure you want to permanently remove",
		"fromaccount": "from your account?",
		"permissionsUpdated": "permissions have been updated",
		"resentInviteEmail": "We have resent an invite via email",
		"delTeamActiveJobs": "You cannot delete a team with active jobs",
		"delVideoRecorded": "Are you sure you wish to delete the recorded video?",
		"videoProgress": "Please wait while video recording is in progress.",
		"uploadDoneSaved": "Upload done and saved.",
		"areYouSureH": "Are you sure you want to",
		"thisCanDiH": "this Candidate?",
		"funcImH": "Function not implemented.",
		"filleRequiredFields": "Please fill out and enter the required fields.",
		"responseThanks": "Thanks — sent to",
		"errorOccuredTryAgain": "An error occurred, please try again shortly",
		"failedToLoadEditorText": "Failed to load editor.",
		"tryAgainText": "Try again",
		"couponApplied": "The coupon has been applied to your account",
		"passwordCreatedsuccess": "Password has been created successfully.",
			"removeCandidatePermanent": "Delete this candidate permanently?",
		"attachmentRemoved": "Attachment has been successfully removed.",
		"fileUploading": "Please wait while the file is uploading or the message is being sent...",
		"fileUploaded": "File uploaded.",
		"fileUploadedMessage": "Please wait while the file is uploading or the message is being sent...",
		"selectMarkedSeenUnseen": "Please select either Marked as Seen or Un-seen.",
			"messageSent": "Your message has been sent.",
			"addAtLeastOneEvaluator": "Add at least one evaluator.",
			"evaluationRequestSent": "Request sent.",
			"evaluatorAlreadyAdded": "Evaluator already added.",
			"pendingEvaluationExists": "Pending evaluation already exists for {{name}}.",
			"firstNameEnter": "Please add a first name.",
		"lastNameEnter": "Please add a last name.",
		"emailEnter": "Enter email.",
		"emailEnterValid": "Enter a valid email.",
		"eventExistTime": "An event already exists for this time.",
		"eventAdded": "Event added",
		"successArchived": "You successfully archived your job",
		"confirmClose": "Are you sure you wish to close this?",
		"closedConfirm": "Job has been closed",
			"confirmClientClosed": "Are you sure to login to Client Account as you will be logged out from your account?",
			"blockConfirm": "Are you sure you want to block this account? It will remove the card details.",
			"blockAccessWarning": "Blocking this account will remove access for the client and all users.",
			"accountBlocked": "Account Blocked",
		"confirmUnblock": "Are you sure you want to unblock this account?",
		"accountUnBlocked": "Account Unblocked",
		"g12": "this is my error",
		"errorEmail": "Please enter an email address",
		"thanksinstructions": "Thanks, we have sent the instructions to your website manager",
		"onlyAdd": "You can only add",
		"tagsPerCandidate": "Tags per candidate",
		"areYouSure": "Are you sure?",
		"sponsoredEnd": "Your sponsored post has been ended",
		"requestIndeed": "Your request to sponsor this post has been submitted to Indeed",
		"emailNotMatch": "The email addresses you've entered do not match",
		"errorYourEmail": "Please enter your email address",
		"budgetUpdated": "Your budget has been updated",
		"phoneSaved": "Your phone number has been saved",
		"notFoundTemplate": "Could not find template",
		"shortListSelected": "Shortlist already selected.",
		"unshortListSelected": "Un-shortlist already selected.",
		"addRatingSelected": "Add Rating already selected.",
		"removeRatingSelected": "Remove Rating already selected",
		"requalifyAlreadySelected": "Requalify already selected.",
		"disqualifyAlreadySelected": "Disqualify already selected",
		"alreadySelected": "already selected.",
		"removePipelineStep": "Are you sure you wish to remove this pipeline step?",
		"stageNameExists": "A stage with this name already exists",
		"notFindTemplate": "Could not find template",
		"enterTemplateName": "Please enter template name",
		"enterStage": "Please enter stage",
		"addStage": "Please add stage",
		"stepNameExists": "A step with this name already exists",
		"featureNotAvailable": "This feature is not available on your current plan.",
		"enterCardHolderName": "Please enter the cardholder name.",
		"enterVat": "Please enter a VAT number.",
		"paymentAddedSuccess": "Your payment method has been successfully added",
		"enterPhonevalidation": "Invalid Phone No.",
    "enterPhonevalidationFull": "Invalid phone number.",
		"locationAddedSuccess": "Location saved.",
		"switchPrimaryLocation": "Are you sure you want to switch your primary location?",
		"connectGoogleCalendar": "Please connect your Google Calendar before adding a Google Meet event schedule.",
		"eventScheduleSaved": "Event schedule saved successfully.",
		"eventTypeAdded": "Event type added successfully.",
		"messageAddedSuccess": "Your status is being processed. An SMS will be sent within 5 minutes.",
		"companyLocationSaved": "Company location saved successfully.",
		"detailsUploaded": "details have been uploaded",
		"noEligibleJobsSelectedToArchive": "No eligible jobs selected to archive.",
		"confirmBulkArchiveSelectedJobs": "Are you sure you wish to archive the selected {{count}} job(s)? Premium integrations will be ended for those jobs.",
		"archivedSelectedJobsSuccess": "Archived {{count}} job(s)",
		"noEligibleJobsSelectedToDelete": "No eligible jobs selected to delete.",
		"noEligibleJobsSelectedToClose": "No eligible jobs selected to close.",
		"confirmBulkCloseSelectedJobs": "Are you sure you wish to close the selected {{count}} job(s)?",
		"closedSelectedJobsSuccess": "Closed {{count}} job(s)",
		"noEligibleJobsSelectedToUnarchive": "No eligible jobs selected to unarchive.",
		"confirmBulkUnarchiveSelectedJobs": "Are you sure you wish to unarchive the selected {{count}} job(s)?",
		"unarchivedSelectedJobsSuccess": "Unarchived {{count}} job(s)",
		"noEligibleJobsSelectedToReopen": "No eligible jobs selected to reopen.",
		"confirmBulkReopenSelectedJobs": "Are you sure you wish to reopen the selected {{count}} job(s)?",
		"reopenedSelectedJobsSuccess": "Reopened {{count}} job(s)",
		"confirmReopenNoun": "Are you sure you wish to reopen this {{noun}}?",
		"confirmCloseNoun": "Are you sure you wish to close this {{noun}}?",
		"confirmReactivateNoun": "Are you sure you wish to reactivate this {{noun}}?",
		"confirmDeleteNoun": "All {{noun}} data, candidate information and premium integrations will be deleted permanently. Are you sure you wish to delete this {{noun}}?",
		"confirmArchiveNoun": "Are you sure you wish to archive this {{noun}}?",
		"confirmCannotBeUndone": "This cannot be undone. Are you sure?",
		"removeSelectedCandidatesPermanent": "This will permanently remove the selected candidates and all of their information. Are you sure?",
		"onlyEditOwnEvaluation": "You can only edit your own evaluation",
		"evaluationNotFound": "The evaluation could not be found",
		"detailsUploadedFor": "{{name}}'s details have been uploaded",
		"candidateAlreadyAppliedForJob": "{{name}} has already applied for this job",
		"candidateWasImported": "candidate was imported",
		"candidatesWereImported": "candidates were imported",
		"couldNotBeImported": "could not be imported",
		"csvNoSupport": "Your CSV file doesn't appear to contain any rows to import",
		"noImportedCandidates": "No candidates could be imported",
		"allDuplicates": "all were duplicates",
		"wasDuplicate": "was a duplicate",
		"wereDuplicates": " were duplicates",
		"inviteSentTo": "An invite has been sent to",
		"featureNotPlan": "This feature is not available on your current plan.",
		"enterLegalname": "Please enter the legal name.",
		"addBillingaddress": "Please add a billing email address.",
		"jobNotSponsored": "This job cannot be sponsored. Please check that it is approved, active, not drafted and not archived.",
		"jobNotApproved": "Your job is not approved. Please try again later.",
		"corporateEmailAddress": "Please enter corporate email address",
		"youPosted": "You posted",
		"youPostedJob": "You posted {{jobTitle}}",
		"youPostedJobToTeam": "You posted {{jobTitle}} to {{teamName}}",
		"attendee": "Attendee",
		"newEventCreatedWithYouAsAttendee": "A new event has been created with you as an attendee.",
		"candidateAppliedForJob": "{{candidateName}} applied for {{jobTitle}}",
		"youAddedNoteToCandidateForJob": "You added a note to {{candidateName}} for {{jobTitle}}",
		"youScheduledEventWithCandidateForJob": "You scheduled a {{eventName}} event with {{candidateName}} for {{jobTitle}}",
		"youShortlistedCandidateForJob": "You shortlisted {{candidateName}} for {{jobTitle}}",
		"youRemovedCandidateFromShortlistForJob": "You removed {{candidateName}} from the shortlist for {{jobTitle}}",
		"youDeclinedCandidateForJob": "You declined {{candidateName}} for {{jobTitle}}",
		"youUndeclinedCandidateForJob": "You un-declined {{candidateName}} for {{jobTitle}}",
		"youMadeCandidateJobOfferForJob": "You made {{candidateName}} a job offer for {{jobTitle}}",
		"youSentQuestionnaireToCandidate": "You sent a questionnaire to {{candidateName}}",
		"candidateCompletedQuestionnaireForJob": "{{candidateName}} has completed a questionnaire for the {{jobTitle}} job.",
		"endSponsorship": "This will end your sponsorship. Are you sure?",
		"campaignUpdatedSuccess": "Campaign updated successfully.",
		"campaigncreatedSuccess": "Campaign created successfully.",
		"networkError": "Network error",
		"movedSuccess": "Moved successfully.",
		"teamCreated": "Team created.",
		"assignmentAdded": "Assignment added.",
		"bulkImportNotAvailableOnPlan": "Bulk import is not available on your current plan. Please add candidates manually instead.",
		"smsNotificationsNotAvailableOnPlan": "SMS notifications are not available on your current plan.",
		"enterCurrentAndNewPassword": "Please enter your current and new password",
		"enterNewPassword": "Please enter a new password",
		"enterCurrentPassword": "Please enter your current password",
		"evaluationsNotAvailableOnPlan": "Evaluations are not available on your current plan.",
		"questionnairesNotAvailableOnPlan": "Questionnaires are not available on your current plan.",
		"screeningQuestionsNotAvailableOnPlan": "Screening questions are not available on your current plan.",
		"invalidGraduationYear": "Please enter a valid Graduation Year (YYYY).",
		"invalidSocialProfileUrls": "Please enter valid URLs for social profiles (e.g. https://linkedin.com/in/username).",
		"attendeeAlreadyAdded": "This attendee is already added",
		"enterLinkedInCompanyPageId": "Please enter your LinkedIn Company Page ID",
		"linkedInSettingsSaved": "LinkedIn settings saved.",
		"offerGenerateRequiresJobAndCandidate": "Job and candidate are required before generating an offer.",
		"offerGenerateRequiresNames": "Candidate name and company name are required before generating an offer.",
		"failedToGenerateOfferMessage": "Failed to generate offer message.",
		"failedToLoadQuestionnaireTemplate": "Failed to load questionnaire template",
		"failedToSaveQuestionnaireTemplate": "Failed to save questionnaire template",
		"questionnaireTemplateGenerateErrorLong": "Sorry, there was an error generating your questionnaire template. Please create the questions manually instead.",
		"failedToGenerateQuestionnaireTemplate": "Failed to generate questionnaire template.",
		"alreadyPromoted": "Your job is already promoted. Please contact support.",
		"enableFreeIntegration": "You can't manage this job until you enable the free Indeed integration",
		"notPostedMonster": "Your job is not posted on Monster.",
		"adzunaText": "Please subscribe to a plan before posting to Adzuna.",
		"subscribePlanMonster": "Please subscribe to a plan before posting to Monster.",
		"activeBoardPremium": "You can add premium job boards on active jobs.",
		"selectBoardJob": "Please select a job and its job board.",
		"errorResult": "An error occurred.",
		"paymentFor": "Your payment for",
		"notSucessPaymentBoard": "was not successful, please check your card details added.",
		"greatPayment": "Great! Your payment for",
		"wassuccessful": "was successful",
		"facebookSavedUrl": "Facebook page URL has been saved.",
		"linkedInSavedPageId": "LinkedIn company page ID has been saved.",
			"acceptTermsConditions": "Please accept the Terms and Conditions first before save LinkedIn Page Id.",
			"acceptTermsConditionsChg": "Please accept the terms and conditions and enter a LinkedIn ID before saving the page.",
			"linkedInContractSelected": "Your contract has been successfully selected for posting the job.",
			"linkedInPosted": "Your LinkedIn job has been posted successfully.",
			"errorPromotion": "There was an error promoting the job with the previous contract. Please try selecting the same contract again or choose a different one.",
			"linkedInUpdated": "Your LinkedIn job has been updated successfully.",
			"jobupdateError": "There was an error updating your job.",
		"planSelectedSuccess": "Plan Selected successfully",
		"setDefaultLang":"Default Language set successfully",
		"intervTypeAdded": "Interview type added successfully.",
    "updatePlan" : "Update Plan",
    "planText" : "Plan",
    "atText" : "at"
		},
		"advancedSearch": {
			"newTag":"NEW",
			"naturalLanguageExample1": "Match score > 8 in London",
		"naturalLanguageExample2": "Spanish speakers in Manchester",
		"naturalLanguageExample3": "React devs with TypeScript",
		"naturalLanguageExample4": "Sales candidates with phone",
		"naturalLanguageBetaText": "Natural search is in beta and may make mistakes. Please review results carefully.",
			"matchedIn": "Matched In",
			"matched": "Matched"
		},
			"globalfields": {
			"newTipCandidate":"NEW",
			"customEmailNotVerified":"Custom email domain not verified. Candidate emails are paused until verified.",
			"customEmailNotVerifiedLink":"Check Settings → Integrations.",
			"Match AI Recommendation": "Match AI Recommendation",
			"Recommended": "Recommended",
			"Not Recommended": "Not Recommended",
		"Has Recommendation Score": "Has Recommendation Score",
		"Has not Recommendation Score": "Has not Recommendation Score",
		"No Recommendation Score" : "No Recommendation Score",
		"Recommendation score 9": "Recommendation score 9",
		"Recommendation Score = 9": "Recommendation Score = 9",
		"Recommendation": "Recommendation",
		"Recommendation Score": "Recommendation Score",
		"Is Recommended": "Is Recommended",
		"Is Not Recommended": "Is Not Recommended",
		"Worth Considering": "Worth Considering",
		"freeCreditsHeading": "You receive a limited number of FREE Match AI credits each month. To check your balance or UPGRADE to 1,000 credits/month, head to the 'Billing' section and select a Plus+ plan. Need more or something bespoke? Please contact your",
		"freeCreditsBttnTxt": "Upgrade Now",
		"aactMgrBttnTxt": "Account Manager",
		"planSelectFeature": "Select a paid plan to access AI-powered candidate matching and CV parsing.",
		"Details": "Details",
		"Match AI": "Match AI",
			"cvParsedButNtAv": "CV is parsed, but no data is available to show.",
			"thisCandidate": "This candidate",
			"problemTextStFailed": "Failed loading user information",
		"problemTextSt": "There was a problem",
		"disableJobPostingAccount": "Disable posting from Schoolgig",
		"enableJobPostingAccount": "Enable posting from Schoolgig",
		"limitReached": "Oops, you have reached your daily limit. Please try again tomorrow.",
		"searchRateLimitText": "You are searching too quickly. Please wait a moment and try again.",
		"jobTitleAi": "You need to add a job title before you can use the AI generator",
		"aijobLink": "Create job description with AI",
		"Total Jobs (All Time)": "Total Jobs (All Time)",
		"Live Jobs": "Live Jobs",
		"Avg. Candidates Per Job": "Avg. Candidates Per Job",
		"New Candidates By Job": "New Candidates By Job",
		"Job Time To Fill Statistics": "Job Time To Fill Statistics",
		"Team Time To Fill Statistics": "Team Time To Fill Statistics",
		"Active Jobs By Month": "Active Jobs By Month",
		"Jobs Added By Members": "Jobs Added By Members",
		"Jobs Added By Each Member": "Jobs Added By Each Member",
		"Job Statistics Overview": "Job Statistics Overview",
		"Job Title": "Job Title",
		"noJobFoundText": "No Jobs found",
		"Added By": "Added By",
		"Date Added": "Date Added",
		"Date Filled": "Date Filled",
		"Time To Fill": "Time To Fill",
		"Candidate Name": "Candidate Name",
		"Job Added By": "Job Added By",
		"Job Added Date": "Job Added Date",
		"Hired Date": "Hired Date",
		"Time To Hire": "Time To Hire",
		"Current Status": "Current Status",
		"Total Candidates": "Total Candidates",
		"Avg. Rating": "Avg. Rating",
		"Total Hired": ".Total Hired",
		"Avg. Time To Hire (All Time)": "Avg. Time To Hire (All Time)",
		"Hire Conversion Rate": "Hire Conversion Rate",
		"Candidates By Source": "Candidates By Source",
		"Candidates By Day": "Candidates By Day",
		"Candidate Source Overview": "Candidate Source Overview",
		"Candidate Time To Hire Statistics": "Candidate Time To Hire Statistics",
		"Team Time To Hire Statistics": "Team Time To Hire Statistics",
		"Source Name": "Source Name",
		"Declined": "Declined",
		"Avg. Evaluation Score": "Avg. Evaluation Score",
		"Interviewed": "Interviewed",
		"getAuthKey": "Get Auth Key",
		"lastUpdated": "Last Updated",
		"First Name": "First Name",
		"Last Name": "Last Name",
		"Date Applied": "Date Applied",
		"Rating": "Rating",
		"Evaluation Score": "Evaluation Score",
		"Match Score": "Match Score",
		"Filter By Match AI Score": "Filter By Match AI Score",
		"All Active": "All Active",
		"Disqualified": "Disqualified",
		"Show All": "Show All",
		"Seen": "Seen",
		"Unseen": "Unseen",
		"Applied Today": "Applied Today",
		"Applied This Week": "Applied This Week",
		"Shortlisted": "Shortlisted",
		"Offer Sent": "Offer Sent",
		"Offer Accepted": "Offer Accepted",
		"Offer Declined": "Offer Declined",
		"Hired": "Hired",
		"More Than": "More Than",
		"Exactly": "Exactly",
		"Less Than": "Less Than",
		"Has Evaluations Score": "Has Evaluations Score",
		"Pending Evaluations Score": "Pending Evaluations Score",
		"No Evaluations Score": "No Evaluations Score",
		"After": "After",
		"On": "On",
		"Before": "Before",
		"Never": "Never",
		"Select Source": "Select Source",
		"Import": "Import",
		"Not Specified": "Not Specified",
		"Has Events Scheduled": "Has Events Scheduled",
		"No Events Scheduled": "No Events Scheduled",
		"Completed": "Completed",
		"Not Completed": "Not Completed",
		"Has CV": "Has CV",
		"Has No CV": "Has No CV",
		"Select Tag": "Select Tag",
		"Select Rating": "Select Rating",
		"Avg. Questionnaires Per Job": "Avg. Questionnaires Per Job",
		"Avg. Questionnaires Per Job (Completed)": "Avg. Questionnaires Per Job (Completed)",
		"Total Applied": "Total Applied",
		"Total Shortlisted": "Total Shortlisted",
		"Total Declined": "Total Declined",
		"Total Imported": "Total Imported",
		"Total Interviewed": "Total Interviewed",
		"searchBynameOrJobId": "Search by name or Job ID...",
		"searchBynameOrClientId": "Search by name or client ID...",
		"searchByteamOrpoolName": "Search by team or pool name.",
			"results": "results",
			"result": "result",
			"more": "More",
			"searchTitle": "Search by title",
		"Candidates": "Candidates",
		"New Candidates This Week": "New Candidates This Week",
		"Total Candidates Hired (All Time)": "Total Candidates Hired (All Time)",
		"Active Jobs": "Active Jobs",
		"Avg. Time To Fill": "Avg. Time To Fill",
		"Performance Overview": "Performance Overview",
		"Top Candidate Sources": "Top Candidate Sources",
		"New Candidates By Source": "New Candidates By Source",
		"Questionnaires Sent": "Questionnaires Sent",
		"Questionnaire Responses": "Questionnaire Responses",
		"Events Scheduled": "Events Scheduled",
		"Evaluations Requested": "Evaluations Requested",
		"Evaluations Completed": "Evaluations Completed",
		"Offers Sent": "Offers Sent",
		"Offers Accepted": "Offers Accepted",
		"Offer Conversion Rate": "Offer Conversion Rate",
		"Candidates Declined": "Candidates Declined",
		"noAssignedJob": "No Assigned Job",
		"Job": "Job",
		"Type": "Type",
		"Attendee": "Attendee",
		"Location": "Location",
		"Monday": "MONDAY",
		"Tuesday": "TUESDAY",
		"Wednesday": "WEDNESDAY",
		"Thursday": "THURSDAY",
		"Friday": "FRIDAY",
		"Saturday": "SATURDAY",
		"Sunday": "SUNDAY",
		"failedLoadingInfo": "Failed loading user information",
		"failedLoadingInfoCompany": "Failed loading company information",
		"errorLogging": "There was a problem logging you in",
		"cookiesEnableMessage": "Google and Microsoft sign-up requires cookies to be enabled in your browser. Please enable cookies and try again.",
		"popUpErrror": "Pop-up closed. Try again.",
		"errorOccurred": "An error occurred",
    "downgradeJob": "Are you sure to downgrade the Job from Paid to Free?",
    "jobDownMsg" : "Job has been downgraded and updated",
    "yourSuccArchText" : "You successfully archived",
		"permissionDenied": "Permission denied",
		"notesPermissionDeniedText": "You do not have permission to manage candidate notes. Please contact your administrator to update your permissions.",
		"accountexpired": "Account expired. Update billing to continue.",
		"unpaidInvoices": "There are unpaid invoices on your account, please get in touch to arrange payment",
		"internalError": "An internal error occurred, please try again later",
		"verifyAccountGoogle": "Not able to connect your account, please verify your account with Google.",
		"verifyAccountMicrosoft": "Not able to connect your account, please verify your account with Microsoft.",
		"eventAlreadyExists": "An Event for this time already exists",
		"changeEmailaddress": "Please change your email address",
		"invalidStateParam": "Invalid state parameter",
		"invalidTypeParameter": "Invalid type parameter",
		"invalidEmailFormat": "Invalid email format",
		"billingsetupCancel": "Billing setup canceled",
		"loggedinSuccess": "Logged in successfully",
		"upgradeToInvite": "You must upgrade to a paid plan to invite more users",
		"emailToAddress": "We've sent an email to your registered address. Please follow the link in the email to confirm your account.",
		"enetrEmailaddress": "Please enter some email addresses",
		"invitesSent": "Invites sent",
		"Overview": "Overview",
		"Activity Feed": "Activity Feed",
		"CV / Resume": "CV / Resume",
		"Questionnaires": "Questionnaires",
		"Offers": "Offers",
		"Notes": "Notes",
		"Tags": "Tags",
		"Documents": "Documents",
		"Applicants": "Applicants",
		"active": "Active",
		"closed": "Closed",
		"live": "Live",
		"archived": "Archived",
		"unarchived": "Unarchived",
		"draft": "Draft",
		"rejected": "Rejected",
		"pending": "Pending",
		"approved": "Approved",
		"trial": "Trial",
		"boostCandidates": "Boost Candidates",
		"publishSocialMedia": "Publish on Social Media",
		"applyEmailAddress": "Apply Email Address",
		"promoteJobBoards": "Promote On Job Boards",
		"downgradePremiumBasic": "Downgrade Premium to Basic",
		"daysAgo": "days ago",
		"searchCandidates": "Search your candidates",
		"searchInbox": "Search your inbox",
		"sendEmailInvitesPlaceholder": "Send email invites",
		"document": "Document",
		"for": "for",
		"oneMonth": "1 Month",
		"addSubject": "Add a subject",
		"chooseStage": "Choose Stage",
		"settingsMenu": "Settings",
		"Profile": "Profile",
		"Notifications": "Notifications",
		"Calendar": "Calendar",
		"teammate": "Teammate",
		"Teammates": "Teammates",
		"Teams": "Teams",
		"Locations": "Locations",
		"Billing": "Billing",
		"Jobs": "Jobs",
		"Company Details": "Company Details",
		"Audit Log": "Audit Log",
		"Website Embed": "Website Embed",
		"Application Embed": "Application Embed",
		"Careers Page Editor": "Careers Page Editor",
		"Application Form": "Application Form",
		"Applications": "Applications",
		"Integrations": "Integrations",
		"Manage Candidate Subscribed": "Manage Candidate Subscribed",
		"Event Types": "Event Types",
		"Event Scheduler": "Event Scheduler",
		"Emails": "Emails",
		"Pipelines": "Pipelines",
		"Evaluations": "Evaluations",
		"questionnaires": "Questionnaires",
		"Account": "Account",
		"Company Settings": "Company Settings",
		"Hiring Settings": "Hiring Settings",
		"EventText": "Event",
		"Events": "Events",
		"Templates": "Templates",
		"reports": "Reports",
		"talentPools": "Talent Pools",
		"inbox": "Inbox",
		"noCandidatesmatch": "No candidates matching your search criteria",
		"noNotifications": "You have no notifications",
		"prev": "Prev",
		"next": "Next",
		"support": "Support",
		"talkWithExpert": "Talk With Expert",
		"helpCentre": "Help Centre",
		"helpCentrePartner": "Help Center",
		"requestFeature": "Request Feature",
			"contactUs": "Contact Us",
			"partnerDashboard": "Partner Dashboard",
			"partnerAdmin": "Partner Admin",
			"partnerAdminDev": "Partner Admin (Dev)",
			"calendar": "Calendar",
			"noEventsCalendarTitle": "No events",
			"noEventsCalendarText": "There are no events scheduled this month.",
      "hrPlatform": "GoHire HR",
			"mySettings": "My Settings",
			"companySettings": "Company Settings",
			"hiringSettings": "Hiring Settings",
			"events": "Events",
			"templates": "Templates",
			"billing": "Billing",
		"logOut": "Log Out",
		"youOnlyHave": "You only have",
		"day": "day",
		"trialRemaining": "of your free trial remaining",
		"requestDemo": "Request a demo",
		"withOurExperts": "with one of our experts or",
		"subscribeNow": "subscribe now",
		"inviteYourTeam": "Invite Your Team",
		"addNew": "Add New",
		"addMenuJob": "Job",
		"addMenuPool": "Pool",
		"addMenuTeam": "Team",
		"addMenuTeammate": "Teammate",
		"pool": "Pool",
		"masterPool": "Master Pool",
		"team": "Team",
		"member": "Member",
		"youHave": "You have",
		"send": "Send",
		"addQuestionnaire": "Questionnaire",
		"select": "Select",
		"submit": "Submit",
		"description": "Description",
		"yes": "Yes",
		"no": "No",
		"account": "account",
		"within": "within",
		"total": "total",
		"and": "and",
		"in": "in",
		"days": "Days",
			"here": "Here",
			"Learnmorehere": "Learn more here",
			"suggestions": "Suggestions",
		"page": "Page",
		"not": "Not",
			"added": "Added",
			"stage": "Stage",
			"stages": "Stages",
			"applied": "Applied",
		"addTemplate": "Add Template",
		"you": "You",
		"viewProfile": "View Profile",
		"detailedView": "Detailed View",
		"done": "Done",
		"reset": "Reset",
		"pools": "Pools",
		"showAll": "Show All",
		"password": "Password",
			"invalidLinkMessage": "The link you followed is invalid or has expired. Click the button below to try again.",
			"invalidLinkMessageNoButton": "The link you followed is invalid or has expired",
			"open": "Open",
			"reload": "Reload",
			"openStatus": "Open",
		"loginIn": "Log in",
		"needHelpMessage": "Need help",
		"accountBlocked": "Account blocked",
		"getInTouch": "Get In Touch",
		"allJobs": "All Jobs",
		"loadMore": "Load More",
		"addJob": "Add Job",
		"accept": "Accept",
		"reject": "Reject",
    "approveText" : "Approve",
		"decline": "Decline",
		"message": "Message",
		"attendees": "Attendees",
		"company": "Company",
		"today": "Today",
		"on": "On",
		"off": "Off",
		"or": "Or",
		"into": "into",
			"continue": "Continue",
			"candidates": "candidates",
			"candidate": "candidate",
			"name": "Name",
			"linkAccount": "Link Account",
			"upgrade": "Upgrade",
			"noTeams": "No Teams Added",
			"add": "Add",
		"cancel": "Cancel",
		"settings": "Settings",
		"teamName": "Team Name",
		"editPool": "Edit Pool",
		"addNewPool": "Add New Pool",
		"poolName": "Pool Name",
		"masterPoolName": "Master Pool Name",
		"editMasterPool": "Edit Master Pool",
		"addMasterNewPool": "Add New Master Pool",
		"addMember": "Add Member",
		"noMembers": "This team has no members",
		"addNewTeam": "Add New Team",
		"teams": "Teams",
		"profile": "profile",
		"resetNow": "Reset Now",
		"forgotPassword": "Have you forgotten your password?",
		"newPassword": "New Password",
		"currentPassword": "Current Password",
		"jobTitle": "Job Title",
		"yourPhoto": "Your Photo",
		"remove": "Remove",
		"permissions": "Permissions",
		"edit": "Edit",
		"copy": "Copy",
		"copyOfPrefix": "Copy of",
		"pleaseChooseAnOption": "Please choose an option",
		"move": "Move",
		"andXMore": ", and {{count}} more",
		"delete": "Delete",
		"view": "View",
		"chooseFile": " Choose File",
		"Invite": "Invite",
		"resendInvite": "Resend Invite",
		"inviteTeam": "Invite Your Team",
		"teammates": "Teammates",
		"learnMoreFeatures": "Learn more about features",
		"learnMore": "Learn More",
		"addingText": "Adding a",
		"medium": "Medium",
		"exclusiveFeatures": " You have discovered an exclusive feature",
		"unlockFeature": "Unlock Feature",
		"youMust": "You must",
		"paidFeature": "You have discovered a paid feature",
		"upgradingAccountText": "Upgrading your account will unlock this feature, click the button below to get started or learn more",
		"Hello": "Hello",
		"country": "Country",
		"totalSignups": "Total Signups",
		"totalPaidClients": "Total Paid Clients",
		"totalActiveJobs": "Total Active Jobs",
			"partners": "Partners",
			"main": "Main",
			"general": "General",
			"management": "Management",
			"dashboard": "Dashboard",
			"home": "Home",
			"brandingAndCompany": "Branding & company",
			"linksAndContent": "Links & content",
			"integrationsAndAuth": "Integrations & auth",
			"apiAndWebhooks": "API & webhooks",
			"visibilityAndFeatures": "Visibility & features",
			"trackingAndScripts": "Tracking & scripts",
			"clients": "Clients",
			"jobs": "Jobs",
			"back": "Back",
			"avatar": "Avatar",
			"noConversationsYet": "No conversations yet",
			"yourTeamsMessagesWillAppearHere": "Your team’s messages will appear here once you start contacting candidates.",
			"noConversationsMatchSearchOrFilters": "No conversations match the current search or filters. Try changing them.",
			"searchInterviewSchedulesPlaceholder": "Search interview schedules...",
			"atMention": "@ mention",
			"progressBar": "Progress Bar",
			"viewQuestionnaire": "View questionnaire",
			"downloadQuestionnairePdf": "Download questionnaire PDF",
			"newMessages": "New messages",
			"newMessagesBadge": "NEW",
			"newCandidatesTitle": "{{count}} new candidates",
			"newCandidatesBadge": "NEW",
			"jobDetails": "Job Details",
			"clientName": "Client Name",
			"clientID": "Client ID",
		"createdDate": "Created Date",
		"jobID": "Job ID",
		"datePosted": "Date Posted",
		"city": "City",
		"zipCode": "Zip Code",
		"salary": "Salary",
		"jobStatus": "Job Status",
		"jobLink": "Job Link",
		"archiveJob": "Archive Job",
		"archive": "Archive",
		"unArchive": "Unarchive",
		"closeJob": "Close Job",
		"jobDescription": "Job Description",
		"viewJob": "View job",
		"id": "ID",
		"title": "Title",
		"status": "Status",
		"preview": "Preview",
		"note": "Note",
		"liveJobs": "Live Jobs",
		"closedJobs": "Closed Jobs",
		"archivedJobs": "Archived Jobs",
		"untitledTeam": "Untitled Team",
		"defaultTeam": "Default Team",
		"default": "Default",
		"language": "Language",
		"makeDefault": "Make Default",
		"removeDefault": "Remove Default",
		"savebtn": "Save",
		"noRecords": "No Records",
		"noJobs": "You currently have no jobs",
		"noClients": "You currently have no clients",
		"actions": "Actions",
		"extendDate": "Extend Expiration Date",
			"markAsPaid": "Mark As Paid",
			"notPaid": "Not paid",
			"paid": "Paid",
			"viewAccount": "View Clients Account",
			"unblockAccount": "Unblock Account",
			"blockAccount": "Block Account",
			"accountAccess": "Account Access",
			"notBlocked": "Not blocked",
			"blocked": "Blocked",
			"generalSettings": "General Settings",
			"clientDetails": "Client Details",
		"expiryDate": "Expiry Date",
		"addedBy": "Added By",
		"expired": "Expired",
		"posted": "Posted",
		"job": "Job",
		"month": "month",
		"year": "year",
		"level": "Level",
		"phone": "Phone",
		"email": "Email",
		"name": "Name",
		"createdBy": "Created By",
		"startDate": "Start Date",
		"endDate": "End Date",
		"members": "Members",
		"whoHasAccessToThisData": "Who has access to this data",
		"accessibleBy": "Accessible By",
		"lastActiveAt": "Last Active",
		"teamsAccess": "Teams Access",
		"jobsAccess": "Jobs Access",
		"totalJobs": "Total Jobs",
		"totalMembers": "Total Members",
		"stats": "Stats",
		"ownerDetails": "Owner Details",
		"jobDescriptionGen": "Job Description Generator ",
		"jobDescriptionGenDesc": "Our AI job description generator creates optimised and engaging job descriptions using cutting-edge machine learning and natural language processing",
		"tryAITool": "Try AI Tool",
		"careerPageContentGen": "Careers Page Content Generator",
		"aiCareerPageConent": "Introducing our AI careers page content generator. Our advanced machine learning technology creates engaging and informative careers page content highlighting your company culture, values, and benefits",
		"candidateOutreach": "Candidate Outreach Message Generator",
		"outreachMessage": "Create compelling outreach messages that capture the attention of top talent on LinkedIn. Say goodbye to generic and impersonal messages and hello to highly targeted and effective outreach",
		"interviewQues": "Interview Question Generator",
		"interviewQuesGen": "Introducing our AI interview question generator. Our advanced machine learning technology creates customised and relevant interview questions that evaluate a candidate's skills, knowledge, and fit for your organisation",
		"interviewQuesGenDesc": "Our innovative machine-learning technology creates customised and comprehensive onboarding checklists that ensure a smooth and successful onboarding experience for your new hires",
		"candidateOnboardGen": "Candidate Onboarding Checklist Generator",
		"previewMode": "Preview mode",
		"type": "Type",
		"duration": "Duration",
		"location": "Location",
		"locations": "Locations",
		"whatTimeText": "What time works best for you",
		"NoTimeText": "No available time for this date",
		"firstName": "First Name",
		"coverLetter": "Cover Letter",
		"coverLetterUpdated": "Cover letter updated",
		"coverLetterRemoved": "Cover letter removed",
		"failedToUpdateCoverLetter": "Failed to update cover letter",
		"headline": "Headline",
		"lastName": "Last Name",
		"yourWorkEmail": "Your Work Email",
		"date": "Date",
		"time": "Time",
		"timezone": "Timezone",
		"searchTimezone": "Search timezone",
		"confirmDetails": "Confirm Details",
		"Cars": "Cars",
		"confirmEvent": "Confirm Event",
		"confirmed": "Confirmed",
		"confirm": "Confirm",
		"alreadySelectedAllTags": "You have already selected all tags",
		"alreadySelectedAllRatings": "You have already selected all ratings",
		"pleaseWaitWhileDataIsLoading": "Please wait while data is loading",
		"upgradeToExportCandidates": "You must upgrade to a paid plan to export candidates",
		"scheduledWith": "You are scheduled with",
		"addTo": "Add To",
		"addedTo": "Added To",
		"downloadedTo": "Downloaded",
		"download": "Download",
		"eventClosed": "Event Closed",
		"noEventBooking": "We are no longer taking bookings for this event",
		"draftMode": "Draft Mode",
		"draftModeText": "This event is currently in draft mode",
		"poweredBy": "Powered by",
		"noPools": "You currently have no Pools",
		"deletePool": "Delete Pool",
		"makepublicPool": "Mark pool as public",
		"makeprivatePool": "Mark pool as private",
		"poolDetails": "Pool Details",
			"totalCandidates": "Total candidates",
			"poolCandidates": "Candidates",
			"noCandidates": "No candidates.",
			"confirmDeletePool": "Are you sure to delete this pool?",
			"poolDeletedMessage": "Pool Deleted",
			"poolUpdatedMessage": "Pool Marked as",
		"archivePool": "Archive Pool",
		"confirmArchivePool": "Are you sure to archive this Pool?",
		"poolArchivedMessage": "Pool is",
		"unarchivePool": "Unarchive Pool",
		"archivePool": "Archive pool",
		"privatePool": "Is Private",
			"updatePersonalInfo": "Update Personal Info",
			"customize": "Customizations",
			"partnerSettings": "Partner Settings",
			"Status": "Status",
		"Activity": "Activity",
		"Progress": "Progress",
		"Last Contacted": "Last Contacted",
		"Source": "Source",
		"Events": "Events",
		"CV": "CV",
		"Team Name": "Team Name",
		"Total Members": "Total Members",
		"Total Jobs": "Total Jobs",
		"file": "File",
		"Communication": "Communication",
		"SMS Logs": "SMS Logs",
		"SMS": "SMS",
		"smsMessageType": "Text message",
    "EMAIL": "EMAIL",
		"EnableSMSSMSOTPNotifications": "Enable SMS OTP Notifications",
		"SMSCreditLeft": "SMS credit remaining in your account.",
		"NoSMSLogs": "No SMS Logs",
		"NoSmSText": "You currently have no sms log data in your account.",
		"SMSNotifications": "SMS Notifications",
		"SMS Notifications": "SMS Notifications",
		"SendSMS": "Send SMS",
		"NewSMSTo": "New SMS to",
		"YouSentSMSTo": "You sent an SMS to",
		"YouHaveNotSentSMSTo": "You have not sent any SMS yet to",
		"HowToSetup": "How to Setup",
		"LoginToProvider": "Log in to your domain provider (e.g., GoDaddy, Namecheap, Cloudflare).",
  "GoToDNSManagement": "Navigate to the DNS Management section.",
  "ClickContinue": "Click “Continue” to enter your email and domain name.",
  "AfterSubmission": "After submission, DNS records will be shown to you.",
  "AddDNSRecords": "Add each DNS record exactly as displayed.",
  "WaitForPropagation": "Wait for DNS propagation (few minutes to a few hours).",
  "GoBackToSES": "Go back to Amazon SES Console → Domains → Select your domain → Click Verify.",
   "EnableEventReminderSMSOTP": "Event Reminder",
    "EnableEventUpdatedOTP": "Event Update",
    "EnableOfferSentSMSOTP": "Offer Sent",
    "textDescForHeading": "Automatically send SMS notifications to candidates for important transactional events. When enabled, candidates will receive SMS updates for event invites, event updates, questionnaires, offers, and offer updates. Each type of notification can be controlled individually using the toggles below.",
    "EnableQuestionnaireSentSMSOTP": "Questionnaire",
    "EnableOfferUpdatedSentSMSOTP": "Offer Update",
	 "EmailConfigure": "Emails",
		"smsUpgradeMessage": "For Sending Sms you need to upgrade the plan.",
	"viewUserAccount":"View Account",
	"copyObjectText": "Records copied to clipboard!",
	"emailUpsellMsg":"Personalize your candidate communication by integrating your email service provider. Send emails directly from your own email address.",
	"smsUpsellMsg":"You do not have a plan selected, please purchase the plan first",
	"smsUpsellMsgCredits":"Please upgrade your plan with SMS credits to use it",
	"verificationPending": "Verification Pending",
	"waitForVerification": "Wait For Verification",
	"removeCustomEmail": "Remove Custom Email",
	"emailAddress":"Email Address",
	"tip":"Tip",
	"shortDescriptionWhatYouDo":"Short description that describes what you do, e.g. Graphic Designer",
	"cVResume":"CV / Resume",
	"attachCV/Resume":"Attach CV/Resume",
	"allowedFileTypes":"Allowed file types",
	"noLargerThan":"No larger than",
	"agreeAndConsent":"By clicking submit, I hereby agree and consent to the",
	"termsConditions":"Terms and Conditions",
	"hiringSoftware":"of our hiring software",
	"our":"our",
	"privacyPolicy":"Privacy Policy",
	"partner":"partner",
	"applicationSent":"Application Sent",
	"receivedApplication":"Congratulations, we've received your application for",
	"notifiedEmail":"You'll be notified by email with any updates about your application",
	"jobNotFound":"Job not found",
	"uploadInProgress":"An upload is already in progress",
	"fileReadProblem":"There was a problem reading your file",
	"fileuploadProgress":"A file upload is in progress, please wait for this to finish before submitting",
	"closeApplication":"Your application will be lost if you close this window. Are you sure?",
  "YourText" : "Your",
	"applicationForm": "Application form",
	"attachForm":"Upload Application Form",
	"tipForm":"Upload application form",
	"applicationFormDownload":"Download Application Form",
	"downloadAppli":"Download",
	"uploadFile":"Upload File",
  "liveSupportChat": "Live Support Chat",
  "referAFriend" : "Refer a Friend",
  "introToGohire" : "Intro to",
  "videoText": "video",
  "addAJobText": "Adding a job",
  "inviteTeamText": "Invite new team member",
  "sharingJbText": "Sharing a job",
  "installGhrText": "Installing",
  "schCallTxt": "Schedule a quick call and learn more about",
  "schCallHdTxt": "Schedule Call",
  "get1FrText": "Get 1 month free!",
  "getCmpText": "for every company you refer.",
  "loveGhrText1" : "Loving",
  "loveGhrText2" : "Refer colleagues to join and we'll give you both 1 month free, on any plan.",
  "LearnMoreTxt": "Learn more",
  "referDescText1": "Want next month free? Refer a company to",
  "referDescText2": "and get a month FREE for both of you.",
  "candiOverText": "Candidate Overview",
  "currentRoleText" : "Current Role",
  "primarySkillsText": "Primary Skills",
  "loadingTimeZText": "Loading timezones...",
  "noMatchTimzText": "No matching timezones",
  "noTimezoText": "No timezones available",
  "interTextLink" : "Interview Link",
  "unreadText" : "Unread",
  "readText" : "Read",
  "noTempSearchTxt" : "No templates match your search",
  "addInterviewLink" : "Add Interview Link",
  "searchSchedules" : "Search schedules",
  "noInterviewSchedulesTxt" : "No interview schedules match your search",
  "addIntervText" : "Add Interview Schedule",
  "failedInterviewSchedulesLoad" : "Failed to load interview schedules",
  "failedToLoadMessages" : "Couldn't load messages.",
  "failedToLoadOlderMessages" : "Couldn't load more messages.",
  "failedToSendEmail" : "Email failed to send.",
  "failedToLoadEvaluationTemplates" : "Couldn't load evaluation templates.",
  "failedToProcessEvaluations" : "Couldn't process evaluations.",
  "failedToLoadEvaluations" : "Couldn't load evaluations.",
  "failedToLoadEvaluationDetails" : "Couldn't load evaluation details.",
  "failedToProcessInterviews" : "Couldn't process interviews.",
  "failedToLoadInterviews" : "Couldn't load interviews.",
  "failedToLoadJobStats" : "Couldn't load job stats.",
  "failedToLoadEvaluation" : "Couldn't load evaluation.",
  "failedToLoadQuestionnaire" : "Couldn't load questionnaire.",
  "failedToLoadScreeningAnswers" : "Couldn't load answers.",
  "failedToLoadInterview" : "Couldn't load interview.",
  "failedToUpdateContactDetails" : "Couldn't update contact details.",
  "errorMsgText" : "Error...",
  "unableToLoadConversation" : "Unable to load conversation",
  "failedToLoadEmailTemplates" : "Failed to load email templates",
  "addJbManInstText" : "Add job manually instead",
  "totalPoolText" : "Total Pool",
  "totalPoolsText" : "Total Pools",
  "activeJbText" : "Active job",
  "activeJbsText" : "Active jobs",
  "activepoolText" : "Active pool",
  "activepoolsText" : "Active pools",
  "activeJbsDescText" : "Active jobs count towards your monthly job allowance on your current plan. Active jobs include open (active, pending, rejected) and closed jobs. Draft and archived jobs are not counted.",
  "searchPoolNmText" : "Search by pool name...",
  "searchPoolLocText" : "Search by title or location...",
  "naturalLanguageBetaText" : "Natural search is in beta and may make mistakes. Please review results carefully.",
  "bulkSelectionSummaryPage" : "{{count}} selected on this page",
  "bulkSelectionSummaryMatching" : "{{count}} selected in this search",
  "bulkSelectionSummaryCustom" : "{{count}} selected",
  "bulkSelectionLinkAll" : "select all {{count}} candidates.",
  "bulkSelectionLinkMax" : "select max {{count}} candidates.",
  "isText" : "is",
  "areText" : "are",
  "selectedText" : "selected.",
  "nextTextHeade" : "New",
  "boostJbText" : "Boost Job",
  "shareHeadText": "Share",
  "linkText": "Link",
  "sendAppliViEmText" : "Send Applicants Via Email",
  "onSocText" : "On Social",
  "embJbAppFmText" : "Embed Job Application Form",
  "jbCampOvText" : "Job Campaign Overview",
  "appEmaText" : "apply email",
  "onSocText2" : "on social",
  "forText" : "for",
  "editThisText" : "Edit this",
  "isWtApAdText" : "is waiting approval from an administrator",
  "hasBRejText" : "has been rejected",
  "noCandiPooYeText" : "No candidates in this pool yet.",
  "hasBArcTReText" : "has been archived. To reactivate",
  "intClText" : "into 'Closed'",
  "simClReBtPermDelText" : "simply click the 'Reactivate' button below. You can also permanently delete this",
  "geneApplPoolDeText" : "This is the general application pool, your general application is switched off in Careers and Jobs. Head over to Settings &gt; Careers and Jobs to switch it back on.",
  "failedLoadPyLibText" : "Failed to load payment library. Please try again",
  "donotPermiTaskMarkText" : "You do not have permission to mark this task as complete, please contact your account owner.",
  "selectSomeCandiAnyText" : "Please select some candidates to analyse.",
  "YouCannotMore1500Text" : "You can't select more than 1500 candidates at a time",
  "isAlreInText" : "is already in",
  "urJobAlPromSupText" : "Your job is already promoted, please contact support",
  "hasBeenClsText" : "has been closed",
  "hasBeenPemText" : "has been permanently deleted",
  "youSuccessfullyReactivatedText" : "You successfully reactivated",
  "failedLoadingJobsText" : "Couldn't load jobs.",
  "somethingWentWrongText" : "Something went wrong",
  "jobRejected" : "Job rejected.",
  "devPreviewDisabled" : "Preview only.",
  "notImplemented" : "Coming soon.",
  "notConfirmAcctHelp" : "We couldn't confirm your account right now. Please try again in a moment or get in touch with us for help.",
  "backToLoginText" : "Back to Login",
  "checkingUrAccountText" : "Checking your account...",
  "pleaseWaitWhileConfirmingAccountStatus" : "Please wait while we confirm your account status.",
  "blockedErrorHeader" : "Ooops, there's an error",
  "blockedErrorSubheader" : "We couldn't confirm your account status right now. This does not always mean your account is blocked.",
  "blockedTryAgain" : "Try Again",
  "blockedGoToJobs" : "Go to Jobs",
  "verifyEmailText" : "Verify Email",
  "areUSureDeleAttachText" : "Are you sure you would like to delete the attachment of this conversation?",
  "messageSentSuccessfully" : "Your message has been sent successfully.",
  "failedToAttachFile" : "Failed to attach file",
  "failedToLoadAttachments" : "Failed to load attachments",
  "failedToLoadTemplateAttachments" : "Failed to load template attachments",
  "fileUploadedAndAttachedToDraft" : "File has been uploaded and attached to your draft",
  "failedToUploadChunk" : "Failed to upload chunk",
  "failedToLoadSignature" : "Failed to load signature",
  "delSelectedText" : "Delete selected",
  "templateText" : "template",
  "templatesText" : "templates",
  "noTemplatesAddedText" : "No Templates Added",
  "noEmailTemplatesText" : "You currently have no email templates. Create templates to standardise your candidate communications.",
  "noResultsText" : "No Results",
  "noTemplatesMatchSearchText" : "No templates match your search. Try a different name.",
  "clearSearchText" : "Clear Search",
  "deleteEmailTemplates" : "Delete Email Templates",
  "confirmDelete" : "Confirm Delete",
  "areUSurePDelText" : "Are you sure you want to permanently delete",
  "emailTemplateText" : "email template",
  "emailTemplatesText" : "email templates",
  "actionCanNotUndText" : "This action cannot be undone",
  "noEvalTemplatesText" : "You currently have no evaluation templates. Create templates to streamline interview feedback",
  "deleteEvalConfirmText" : "Are you sure you wish to delete this evaluation template",
  "evalTemplateText" : "evaluation template",
  "evallTemplatesText" : "evaluation templates",
  "interviewSchedulerText" : "Interview Scheduler",
  "interviewSchTimSlText" : "Interview schedules are time slots spread out over a specific time period to make it easy for you to organise and manage interviews.",
  "scheduleText" : "schedule",
  "schedulesText" : "schedules",
  "allCreatorsText" : "All Creators",
  "allStatusesText" : "All Statuses",
  "notExpiredText" : "Not Expired",
  "noInterviewSchedulesText" : "No Interview Schedules",
  "noCurrentActiveInteSchText" : "You currently have no interview schedules in your account, hit the button below to add one now.",
  "noResultMatchSearchText" : "No results match your search, please try again.",
  "anyFutureEventsWillBeDeletedText" : "Any future events will be deleted.",
  "failedToLoadInterviewScheduleText" : "Failed to load interview schedule",
  "failedToCopyInterviewScheduleText" : "Failed to copy interview schedule",
  "generateWithAiText" : "Generate With AI",
  "createYourOwnText" : "Create your own",
  "orText" : "OR",
  "noJobTemplateMsgText" : "You currently have no job templates. Create templates to speed up creating new job posts.",
  "deleteJobTemplates" : "Eliminar plantillas de trabajo",
  "jobTemplateText" : "job template",
  "jobTemplatesText" : "job templates",
  "areYouSureDeleteJobTemplate" : "Are you sure you want to delete this job template? This action cannot be undone.",
  "noPipelineTemplatesText" : "You currently have no pipeline templates. Create templates to standardise hiring stages for jobs.",
  "areYouSureDeletePipelineTemplate" : "Are you sure you wish to delete this pipeline template?",
  "pipelineTemplateText" : "pipeline template",
  "pipelineTemplatesText" : "pipeline templates",
  "noQuestionnaireTemplatesText" : "You currently have no questionnaire templates. Create templates to collect candidate information consistently.",
  "couldNotFindTemplateToCopy" : "Could not find template to copy.",
  "failedToLoadQuestionnaireTemplates" : "Failed to load questionnaire templates",
  "questionnaireTemplateText" : "questionnaire template",
  "questionnaireTemplatesText" : "questionnaire templates",
  "failedToCopyQuestionnaireTemplate" : "Failed to copy questionnaire template",
  "failedToDeleteQuestionnaireTemplate" : "Failed to delete questionnaire template",
  "shareTextoManageJobsText" : "to manage jobs, candidates, interviews, and hiring, in less time, with much less effort! Try it FREE",
  "iUseText" : "I use",
  "referColleaguesText" : "Refer Colleagues",
  "get1MonthFreeOnGoHireText" : "Get 1 month free on",
  "inviteCompaniesToJoinGoHireText1" : "Invite companies to join",
  "inviteCompaniesToJoinGoHireText2" : "and for each client who signs up for a paid plan on",
  "inviteCompaniesToJoinGoHireText3" : "we'll give you both 1 month free, on any of our pricing plans.",
  "sendEmailInvitesText" : "Send email invites",
  "moreWaysToInvitePeopleText" : "More Ways To Invite People",
  "generateUniqueLinkText" : "Generate Unique Link",
  "yourUniqueReferralLinkText" : "Your Unique Referral Link",
  "referralStatusText" : "Referral Status",
  "inviteSentDateText" : "Invite Sent Date",
  "trialSignUpText" : "Trial Sign Up",
  "paidSignUpText" : "Paid Sign Up",
  "timeEarnedText" : "Time Earned",
  "referralStatsText" : "When you start sharing your unique URL link with friends and co-workers your monthly referred customer and commission stats will display here.",
  "affiliateProgramText" : "Affiliate Program",
  "newSignupsThisMonthText" : "New Signups This Month",
  "totalSignupsText" : "Total Signups",
  "totalPaymentText" : "Total Payments",
  "totalCommissionText" : "Total Commission",
  "programDetailsText" : "Program Details",
  "havemadeText1" : "We've made it really easy for you to share",
  "havemadeText2" : "with friends and colleagues. This referral page is the central hub for you to get the latest marketing assets and track all new signups you refer.",
  "wePayText" : "We pay",
  "commissionOnAllNewBusinessText" : "commission on all new business referred to us for",
  "monthsFromSignupDateText" : "months from their signup date. To see a breakdown of how much you can earn,",
  "readThisArticleText" : "read this article",
  "getStartedPromText" : "To get started, start sharing your unique referral link below, promote",
  "onSocialMeBttText" : "on social media with the social buttons, and",
  "downloadMarketingAssetsText" : "download the marketing assets folder",
  "toStartSharingText" : "to start sharing",
  "onYourBlogWebsiteEmailsOrOtherMarketingAvenuesText" : "on your blog, website, emails, or other marketing avenues.",
  "ifYouNeedAnyHelpCheckOutThe" : "If you need any help check out the",
  "referralHelpArticlesText" : "referral help articles",
  "orContactText" : "or contact",
  "yourReferralLinkText" : "Your referral link",
  "referOnSocialMediaText" : "Refer On Social Media",
  "monthlyRefStaText" : "Monthly Referral Statistics",
  "signupText" : "Signups",
  "paymentText" : "Payments",
  "commissionText" : "Commission",
  "unableToFetchTimezoneFromOutlook" : "Unable to fetch timezone from outlook",
  "yourOutlookAccountIsNotWorking" : "Your outlook account is not working",
  "yourOutlookAccount" : "Your outlook account",
  "wokspaceText" : "Workspace",
	  "createdOnText" : "Account created on",
	  "editWorkspaceSettingsText" : "Edit Workspace Settings",
	  "emailSignEnDisDescrText" : "Email signatures allow you to add a custom signature to your emails. Use the switch below to enable or disable it.",
		  "notifications": "Notifications",
		  "close": "Close",
		  "save": "Save",
		  "chgPwdText": "Change Password",
		  "editTeaText": "Edit Team",
		  "accountSettings": "account settings",
		  "addBudget": "Add budget",
		  "addTeaText": "Add Team Members",
		  "budget": "What is your budget",
		  "campaignName": "Campaign Name",
		  "campaignSchedule": "What is your campaign schedule",
		  "chooseCampaign": "Choose a campaign schedule option based on your hiring goals",
		  "domain": "Domain",
		  "dontHaveIndeedAccount": "Don't have an Indeed account",
		  "endCampaign": "End Campaign",
		  "ensureBillingSetUpOnIndeedWhichYouCanDo": "You will need to ensure billing is set up on Indeed which you can do",
		  "enterIndeedEmailAddress": "Enter Indeed email address",
		  "enterYourCampaignBudgetBelow": "Enter your campaign budget below",
		  "helpWithPromotion": "If you need help with this promotion, you can reach out to Indeed",
		  "indeedEmail": "Enter Indeed Email",
		  "jobAnalyticsLink": "job analytics",
		  "jobBoardMarketplace": "Job Board Marketplace",
		  "jobPromotion": "Job Promotion",
		  "jobTitleHeadText": "Job Title",
		  "logInToIndeed": "Log In to Indeed",
		  "logInToIndeedDescription": "You need to log in to your Indeed account to promote your jobs on Indeed.",
		  "logInWithIndeed": "Log In with Indeed",
		  "manageCampaign": "Manage Campaign",
		  "managePromotion": "Manage Promotion",
		  "moShort": "mo",
		  "oopsSomethingWentWrong": "Oops! Something Went Wrong",
		  "perMonthShort": "/ mo",
		  "perYearShort": "/ yr",
			  "phoneNumber": "Phone Number",
		  "proceed": "Proceed",
		  "promoteJob": "Promote Job",
		  "promotionManagedByIndeed": "This job promotion is managed by Indeed. You can check your",
		  "refreshAndReLoginIndeed": "Refresh and Re-Login Indeed",
		  "socialProfiles": "Social Profiles",
		  "unlimited": "Unlimited",
		  "emailSignature" : "Email signature",
		  "signatureCannotBeBlank" : "Signature cannot be blank",
		  "signatureUpdated" : "Signature updated",
		    "Your Settings": "Your Settings",
	    "Refer Colleagues" : "Refer Colleagues",
    "General" : "General",
    "Team Members" : "Team Members",
    "Access Management" : "Access Management",
    "Careers Page" : "Careers Page",
    "Job Boards" : "Job Boards",
    "Interview Types" : "Interview Types",
    "Interview Scheduler" : "Interview Scheduler",
    "companyDetailsSavedSuccessfully" : "Company details saved successfully.",
    "shareYourJobOnSocialMedia" : "Share Your Job On Social Media",
    "publishOnSocialMedia" : "Publish on social media",
    "shareJobSoPlDescText" : "Share your job on social platforms to expand your reach and attract more applicants.",
    "shareJobViaUrl" : "Share Job Via URL",
    "useThisJShDescText" : "Use this URL to share your job on your website, social channels, or anywhere else you attract candidates.",
    "useApplyEmDescText" : "Use the apply-email above as the recipient when forwarding a candidate. Attach their CV in",
    "formatTextApp" : "format. We'll automatically add the applicant to this job.",
    "pleaseAnsReQuText" : "Please answer the required question",
    "pleaseFillAllRequiredQuestionsText" : "Please fill out all required questions first.",
    "videoUpSuccText" : "Video uploaded successfully.",
    "questionnForText" : "Questionnaire for",
    "startVideoRecordingText" : "Start Video Recording",
    "completeText" : "complete",
    "mediaDevicesError" : "Your browser cannot record video. Please try the latest versions of Chrome, Edge, Firefox, or Safari with camera access enabled.",
    "permissionDeniedErrorText" : "We could not access your camera. Please allow camera permissions in your browser and try again.",
    "devicesNotFoundErrorText" : "We could not find a camera on this device. Check it is connected and not used by another app, then try again.",
    "trackStartErrorText" : "Your camera is busy or unavailable. Close other apps that use the camera and try again.",
    "overconstrainedErrorText" : "We could not start recording with this camera setup. Try a different browser or device.",
    "securityErrorText" : "Video recording requires a secure (HTTPS) connection. Please reload the page over HTTPS and try again.",
    "safariAccessOnlyText" : "Recording is limited in this iOS browser. For best results, use Safari on iOS with camera access enabled.",
    "chromeAccessOnlyText" : "Recording is limited in this Android browser. For best results, use Chrome on Android with camera access enabled.",
    "startVideoRecText" : "We could not start video recording. Please check camera permissions or try Chrome, Edge, Firefox, or Safari.",
    "uploadFailedText" : "Upload failed. Try again.",
    "failedToLoadConText" : "Failed to load config",
    "noteDeletedText" : "Note deleted",
    "failedToLoadNotesText" : "Failed to load notes",
    "failedToProcessNotesText" : "Failed to process notes",
    "failedToCheckTeamAccessText" : "Failed to check team access",
    "failedToDeleteNoteText" : "Failed to delete note",
    "noNotesText" : "No Notes",
    "failedToProcessQuestionnairesText" : "Failed to process questionnaires",
    "failedToLoadQuestionnairesText" : "Failed to load questionnaires",
    "pleaseSelectQuestionnaireTemplate" : "Please select a questionnaire template",
    "unableToResolveJobText" : "Unable to resolve job. Please reload and try again.",
    "defaultQuestionnaireSaved" : "Default questionnaire saved",
    "noQuestionnairesText" : "No Questionnaires",
    "thereNoQuesText" : "There are no questionnaires added for",
    "failedToLoadCandidateText" : "Failed to load candidate",
    "cvAlreadyAnalysedText" : "CV is already analysed",
    "candiDoNtAttText" : "This candidate does not have a CV attached.",
    "weUnabAnalCandiText" : "We are unable to analyse this candidate, please check back later.",
    "matchAiAlreadyReviewedCvText" : "Match AI has already reviewed this CV.",
    "candidateAlreadyAnalysedText" : "This candidate has already been analysed. Check the Match AI tab for results.",
    "cvSizeTooLargeText" : "CV size is more than 3 MB, please upload a smaller file",
    "cvNotSuppForText" : "CV is not in a supported format",
    "areUSureMatchAiAnText" : "Are you sure you want Match AI to review and analyse this candidate?",
    "anaWiAiText" : "Analyse With AI",
    "viewCvText" : "View CV",
    "addCvText" : "Add CV",
    "changStaText" : "Change stage",
    "removeShortlistText" : "Remove Shortlist",
    "markedAsNtHiText" : "Mark as Not Hired",
    "markedAsHiText" : "Mark as Hired",
    "pleaseEnterStageName" : "Please enter a stage name",
    "pleaseEnterQuestionnaireTemplateMessage" : "Please enter a questionnaire template message.",
    "thiStgeRuleDefText" : "This stage already has rules with the same name defined",
    "areUSureRemovePipelineStepText" : "Are you sure you wish to remove this pipeline step? The candidates will be moved to Applied stage after deletion of this stage?",
    "automatedStageActionsNotAvailableText" : "Automated stage actions are not available on your current plan",
    "addMoreText" : "Add More",
    "enterSkillText" : "Enter Skill",
    "enterCityText" : "Enter City",
    "smsContentCannotExceed190Characters" : "SMS content cannot exceed 190 characters.",
    "failedToFetchUserProfile" : "Failed to fetch user profile",
    "interviewExists" : "An Interview for this time already exists",
    "failedToLoadGooglePlacesScript" : "Failed to load Google Places script",
    "failedToLoadStripeScript" : "Failed to load Stripe.js",
    "noCredentialReceived" : "No credential received",
    "noAuthCodeReceived" : "No auth code received",
    "candidateCvError1" : "Candidates were already added to our CV parsing queue, so please wait",
    "candidateCvError2" : "Candidates have been added to our CV parsing queue, so please wait",
    "candidateCvError3" : "Some candidates were already added to our CV parsing queue and the rest have been added. Please wait",
    "candidateCvError4" : "Please select some candidates to do CV parsing.",
    "candidateCvError5" : "You have reached your monthly Parse and Match AI limit. Please purchase more credits.",
    "candidateCvError6" : "CV parsing and AI matching are not available on your current plan. Please upgrade or purchase credits to continue.",
    "searchTeamText" : "Search teams",
    "egAmountPerAnnumText" : "e.g. £20,000 to £30,000 per annum",
    "searchLocationText" : "Search locations",
    "egHqText" : "e.g. Example HQ",
    "egHqText2" : "Example HQ",
    "separateTagsIdenText" : "Separate tags by commas: tag 1, tag 2, tag 3",
    "youHaveNoTmsAccText" : "You have no teams in your account.",
    "noTeamMaText" : "No teams match your search.",
    "noHavLocText" : "You have no saved locations.",
    "useAddNewLocText" : "Use \"Add new location\" to create one.",
    "noLocSeaMatText" : "No locations match your search.",
    "addLocManText" : "Add location manually",
    "existedCusFielText" : "Existed Custom Fields",
    "customFielAppJobText" : "Custom fields are really useful to screen candidates. Custom fields will appear on the application form for this job.",
    "waitingApproAnAdText" : "Waiting Approval — An admin will review this job.",
    "approvJbText" : "Approve Job",
    "promLinkText" : "Promote on LinkedIn",
    "expiresText" : "Expires",
    "inAMonthText" : "In a month",
    "premiumText" : "Premium",
    "jobBoardAdverText" : "Job Board Advertising",
    "screenQuesPaiPlText" : "Screening questions are available on paid plans. Please upgrade to add custom questions.",
    "geneateJbText" : "Generating your job",
    "monsterDoeNoText" : "Monster does not accept remote jobs",
    "monsterNoCoviText" : "Monster does not accept hybrid remote jobs",
    "zipRecuJbText" : "Zip Recruiter does not accept remote jobs",
    "zipNonAccTmpText" : "Zip Recruiter does not accept hybrid remote jobs",
    "glassDoorTmText" : "Glassdoor does not accept hybrid remote jobs",
    "carrJetRemNotText" : "Careerjet does not accept remote jobs",
    "carrJetRemNotTextCov" : "Careerjet does not accept hybrid remote jobs",
    "jobsIsJbRemText" : "Jobisjob does not accept remote jobs",
    "jobsIsJbRemTextCov" : "Jobisjob does not accept hybrid remote jobs",
    "jobTmRemText" : "Jobtome does not accept remote jobs",
    "jobTmRemTextCov" : "Jobtome does not accept hybrid remote jobs",
    "joobleRemText" : "Jooble does not accept remote jobs",
    "joobleRemTextCov" : "Jooble does not accept hybrid remote jobs",
    "talentComRemText" : "Talent.com does not accept remote jobs",
    "talentComRemTextCov" : "Talent.com does not accept hybrid remote jobs",
    "upwordRemText" : "Upward does not accept remote jobs",
    "upwordRemTextCov" : "Upward does not accept hybrid remote jobs",
    "yourJbApproval" : "Your job has been submitted for approval",
    "jobApprovLive" : "Job approved and now live",
    "unabLoadTeamText" : "Unable to load teams.",
    "unableAppJbText" : "Unable to approve this job right now.",
    "unableOOpsMsgText1" : "Unable to generate job with AI. Please try again.",
    "unableOOpsMsgText2" : "Oops, you have reached your daily limit. Please try again tomorrow.",
    "unabGenJbAiText" : "Unable to generate job with AI.",
	    "errorText1" : "Please add a job title before continuing.",
	    "addJbDescText" : "Please add a job description before continuing.",
	    "addTeamNameText" : "Please add a team name before continuing.",
	    "selectTeam" : "Select team",
	    "selectTeamConText" : "Please select a team before continuing.",
	    "plzSelectOffLocText" : "Please select an office location or add a new one before continuing.",
	    "onlyNumBetAllowText" : "Only numbers between 0 and 10 are allowed.",
	    "noSavedSeDtFrText" : "No saved search data found",
    "thereWasAPblUpCanText" : "There was a problem updating candidates.",
    "noCanSelUpShtText" : "No candidates selected to update shortlist",
    "theSelCandText" : "the selected candidates?",
    "remFromShortText" : "remove from shortlist",
    "shortSelCandiText" : "Shortlisted selected candidates.",
    "remShortSelCandiText" : "Removed shortlist for selected candidates.",
    "thereWasProUpShtText" : "There was a problem updating shortlist.",
    "reQualiText" : "re-qualify",
    "areUSureMarkSeenText" : "Are you sure to mark all selected Candidates as Un-Seen?",
    "noCandiSelMkText" : "No candidates selected to mark as un-seen.",
    "noCandiSelUpStText" : "No candidates selected to update status.",
    "rejSelCandiText" : "Rejected selected candidates.",
    "reQualSelCandiText" : "Re-qualified selected candidates.",
    "therWasProUpCanStText" : "There was a problem updating candidate status.",
    "naturalLanguageMaxLengthText" : "Natural language search is too long. Please keep it to {{maxLength}} characters or fewer.",
    "naturalLanguageNeedsContextText" : "Please provide more context for natural search. Try \"People who work for Apple\" or \"Python engineers who speak Spanish\".",
    "advancedCandidateSearchNotAvailableOnPlan" : "Advanced candidate search is not available on your current plan.",
    "plzEnterMaiKeyMatScrText" : "Enter a search term to run your boolean search.",
    "plzEnterOtherKeyMatScrText" : "Fill in each additional search term before searching.",
    "areUSureMarkSeleCandSeenText" : "Are you sure to mark all selected Candidates as Seen?",
    "noCandiSelMarkSeeText" : "No candidates selected to mark as seen.",
    "candiListJobsText" : "Candidates list of all jobs",
    "candidatesText" : "Candidates",
    "thereWasProLoadCandiText" : "There was a problem loading candidates",
    "unableToOpenCandiEvtText" : "Unable to open candidate for this event.",
    "outOf10Text" : "Out of 10",
		"matchAiNotAvailText2": "Match AI data not available.",
    "LoadingText" : "Loading...",
    "careerText" : "Career",
    "addEmployText" : "Add Employment",
    "noEmpHistoryAddedText" : "No employment history added yet.",
    "addAchiText" : "Add Achievement",
    "achivText" : "Achievement",
    "noKeyAchivAddedText" : "No key achievements added yet.",
    "addSkillsText" : "Add Skills",
    "noSkillsDataAddedYet" : "No skills data added yet.",
    "addSummaryText" : "Add Summary",
    "noSummDataAddedText" : "No summary data added yet.",
    "addCertifyText" : "Add Certification",
    "noCertifyDataText" : "No certifications data added yet.",
    "addTTrainingText" : "Add Training",
    "noTrainDataAddedText" : "No training data added yet.",
    "addEducText" : "Add Education",
    "noEduDataAddedText" : "No education data added yet.",
    "addAwrdText" : "Add Award",
    "noAwrdDataText" : "No awards data added yet.",
    "personSupportInfoText" : "Personal and Supporting Info",
    "addLangText" : "Add Language",
    "noLangDataText" : "No languages data added yet.",
    "addrText"  :"Address",
    "noLocaDataText" : "No locations data added yet.",
    "addReferrText" : "Add Reference",
    "noReferrText" : "No references added yet.",
    "addContaText" : "Add Contact",
    "noEmergenContctText" : "No emergency contacts added yet.",
    "applicHeadText" : "Application",
    "noAppliRecCandiText" : "No applications recorded for this candidate yet.",
    "screenQuesText" : "Screening Questions",
    "addRowText" : "Add Row",
    "savingDotText" : "Saving...",
    "onePerLineText" : "One per line",
    "workHistoryUpdated" : "Work history updated",
    "failedToUpdaWokHisText" : "Failed to update work history",
    "failedToLoadScreenQuText" : "Failed to load screening questions",
    "noEmaText" : "No Emails",
    "uHaveNotSentEmText" : "You have not sent any emails yet to",
    "reasonText" : "REASON",
		"noSmsText" : "No SMS",
		"cvAddedSuccessText" : "CV added successfully.",
		"missingClient" : "Missing client",
		"summUpdText" : "Summary updated",
		"awardUpdText" : "Awards updated",
		"certiUpdText" : "Certifications updated",
    "educUpdText" : "Education updated",
    "emergenContUpdText" : "Emergency contacts updated",
    "keyAchiveUpdText"  : "Key achievements updated",
    "langUpdText" : "Languages updated",
    "trainUpdText" : "Training updated",
    "locaUpdText" : "Locations updated",
    "personDetUpdText" : "Personal details updated",
    "refUpdText" : "References updated",
    "skillUpdaText" : "Skills updated",
    "summaryCannUpdaText" : "Summary cannot be empty",
    "failToUpdSumText" : "Failed to update summary",
    "failToUpdAwText" : "Failed to update awards",
    "failToUpdCerText" : "Failed to update certifications",
    "failToUpdEduText" : "Failed to update education",
    "failToUpEmCtText" : "Failed to update emergency contacts",
    "failToUpdaeKyAchText" : "Failed to update key achievements",
    "failToUpdLanText" : "Failed to update languages",
    "failToUpdTrText" : "Failed to update training",
    "failToUpdLocText" : "Failed to update locations",
    "failToUpdPeDetText" : "Failed to update personal details",
    "failrToUpdRefText" : "Failed to update references",
    "failToUpSkilText" : "Failed to update skills",
    "viaEmailText" : "Via email",
    "noDocuText" : "No Documents",
    "upgrPaidPlanDocStorText" : "You must upgrade to a paid plan to use document storage",
    "docuFileExistsText" : "A document with this file name already exists.",
    "failedToLoadDocText" : "Failed to load documents",
    "missDocUpText" : "Missing application id for document upload",
    "docAddText" : "Document added.",
    "failToAddDoText" : "Failed to add document",
    "failToDelDoText" : "Failed to delete document",
    "docuDelText" : "Document deleted.",
    "totEvaText" : "Total Evaluations",
    "totEvaluText" : "Total Evaluators",
    "totPenText" : "Total Pending",
    "noEvtText" : "No Evaluations",
    "noEvAddedText" : "There are no evaluations added for",
    "interText" : "Interviews",
    "schdText" : "Schedule",
    "noInteText" : "No Interviews",
    "noInterAdText" : "There are no interviews added for",
    "failToProBkInTxt" : "Failed to process booked interviews",
    "inteSchText" : "Interview scheduled",
    "inteUpText" : "Interview updated",
    "failToDeInText" : "Failed to delete interview",
    "failToLdInText" : "Failed to load interview types",
    "stEvaText" : "Start evaluation",
    "viewEvText" : "View evaluation",
    "thumDowText" : "Thumbs Down",
    "noEnText" : "No Entry",
    "thuUpText" : "Thumbs Up",
    "stText" : "Star",
    "faiProcAcText" : "Failed to process activity feed",
    "faiLoActText" : "Failed to load activity feed",
    "exce3MbLimitTxt" : "We couldn’t parse this resume because the file size exceeds the 3 MB limit. Please upload a smaller file and try again.",
    "retenRskText" : "Retention Risk",
    "failToLdMAText" : "Failed to load Match AI data",
    "noOffersText" : "No Offers",
    "noOfferAddText" : "There are no offers added for",
    "failTLdOfText" : "Failed to load offers",
    "failToLdTagText" : "Failed to load tags",
    "failToAdText" : "Failed to add tags",
    "failToRmText" : "Failed to remove tag",
    "tagsPeCanText" : "tags per candidate",
    "rUShArhConText" : "Are you sure you would like to archive the conversation?",
    "rUShDelConText" : "Are you sure you would like to delete the conversation?",
    "frJobBdSetText" : "Free job board settings",
    "pubJobText" : "Publish Job",
    "jobDetText" : "Job details",
    "selTemText" : "Select template",
    "noTempSelText" : "No template selected",
    "noTempJbText" : "You have no job templates yet.",
    "addToTeamText" : "Add to team",
    "noTeamSelText" : "No team selected",
    "genJbDescText" : "Generating job description...",
    "jbDesSalText" : "Job description and salary",
    "useAddNewLocText2" : "Click \"Add new location\" to create one.",
    "screenQueText" : "Screening questions",
    "addScQueText" : "Add screening questions",
    "noScrQuText" : "No screening questions",
    "addCpQueText" : "Add a couple of quick questions to filter out unsuitable candidates before they apply.",
    "jbStpText" : "Job setup",
    "chkLstText" : "Checklist",
    "carePgText" : "Careers page",
    "indText" : "Indeed",
    "goglText" : "Google",
    "perReFldCmpText" : "of required fields complete",
    "basiText" : "Key Details",
    "jbBdText" : "Job boards",
    "addLinkIdText" : "Add LinkedIn ID",
    "currPgPrText" : "Careers page preview",
    "linkPrText" : "LinkedIn preview",
    "indPreText" : "Indeed preview",
    "gogJbPrText" : "Google for Jobs preview",
    "freJbAdvText" : "Free job board advertising",
    "ctrlFeeBdText" : "Control which free job boards this job will be sent to. Jobs are typically published within a few hours, for new companies it can take up to 48 hours.",
    "jbVisIssText" : "job visibility issues",
    "seaJbBdText" : "Search job boards",
    "UWantSubIfText" : "If you want to unsubscribe from our SMS service, click the button below.",
    "unSubSmText" : "Unsubscribe from SMS",
    "unsubText" : "Unsubscribe",
    "uSucUnsubSmsText" : "You have successfully unsubscribed from any future SMS service, there are no further actions you need to take.",
    "payFailText" : "Payment Failed",
    "urPayMthFlAuText" : "Your payment method failed authentication",
    "failLdPayInText" : "Failed to load payment information.",
    "fallbackMessages1" : "Progressing...",
    "fallbackMessages2" : "Generating your job description...",
    "fallbackMessages3" : "Curating screening questions...",
    "fallbackMessages4" : "Finalising the finishing touches...",
    "candidateAnalysisMessages1" : "Analysing this candidate...",
    "candidateAnalysisMessages2" : "Reviewing skills and experience...",
    "candidateAnalysisMessages3" : "Finalising insights...",
    "hangTiSubText" : "Hang tight — we’re generating your job description",
    "shoAllAvEvDyText" : "Showing all available event days",
    "noDtAvText" : "No dates available.",
    "noSchEvForText" : "There are no scheduled events for",
    "acceptText" : "Accepted",
    "ofText" : "of",
    "recordsText" : "Records",
    "probInReadFileText" : "There was a problem reading your file",
    "custRgText" : "Custom Range",
    "datePresetToday" : "Today",
    "datePresetLast7Days" : "Last 7 Days",
    "datePresetLast14Days" : "Last 14 Days",
    "datePresetThisMonth" : "This Month",
    "datePresetLastMonth" : "Last Month",
    "datePresetLast30Days" : "Last 30 Days",
    "datePresetLast90Days" : "Last 90 Days",
    "datePresetLast180Days" : "Last 180 Days",
    "applyText" : "Apply",
    "codSniNFdText" : "Code snippet not found.",
    "billHistoryText" : "Billing History",
    "noInvoText" : "No Invoices",
    "noInvOnAcctText" : "You currently have no invoices on your account.",
    "failToLdInvText" : "Failed to load invoices",
    "manageApplForText" : "Manage your application form, careers site, and job board distribution from one place.",
    "setReqFlCuQuText" : "Set required fields, compliance notices, and custom questions for candidates.",
    "carHubText" : "Careers Hub",
    "carJbsText" : "Careers & Jobs",
    "custUrCarPageText" : "Customize your careers page, job embeds, and branding options.",
    "mangJbBdConText" : "Manage your job board connections and distribution settings.",
    "allImgExtText" : "Allowed file types: png, jpg, jpeg. No larger than 500kb. Recommended size 1000 x 200 pixels. Used on your careers and job pages.",
    "allFileExtText" : "Allowed file types: png, jpg, jpeg. No larger than 500kb. Recommended size 5000 x 2000 pixels.",
    "fbPageText" : "Your Facebook page URL",
    "linkPageText" : "Your LinkedIn page URL",
    "twittPageText" : "Your X page URL",
    "instPageText" : "Your Instagram page URL",
    "joinTeamOpnText" : "Want to join our team? We have 11 open jobs!",
    "designerText" : "Designer",
    "recepText" : "Receptionist",
    "paText" : "Personal Assistant",
    "devText" : "Developer",
    "salesAsisText" : "Sales Assistant",
    "hrAsisText" : "HR Assistant",
    "settUpdText" : "Settings updated",
    "invaImgText" : "Invalid 'image'",
    "serByLocNmText" : "Search by location name...",
    "locSelText" : "location selected",
    "locasSelText" : "locations selected",
    "anJbLocPermDelText" : "Any jobs using these locations will be removed from job boards. Permanently delete",
    "anIntTyDescText" : "An interview type is required when you schedule an interview with a candidate. Here, you can add, edit, and delete interview types. When 'Location required' is selected, you will need to choose a location when scheduling an interview.",
    "serIntTypText" : "Search interview types...",
    "chsANameText" : "Choose a name...",
    "tySelText" : "type selected.",
    "tysSelText" : "types selected.",
    "noIntTypeText" : "No Interview Types",
    "noIntTypeDescText" : "You currently have no interview types in your account, hit the button below to add one now.",
    "locReqText" : "Location required",
    "areUPermDelIntTyText" : "Are you sure you want to permanently delete this interview type?",
    "intTypText" : "interview type",
    "intTypsText" : "interview types",
    "defIntTypeEdiText" : "This is a default interview type that cannot be edited",
    "defIntTypeDelText" : "This is a default interview type that cannot be deleted",
    "mustHaveTyText" : "You must have at least one interview type in your account",
    "editHiringSetText" : "Edit Hiring Settings",
    "hiringSettingsChangesNewJobsOnlyText" : "Please note that any changes made under Hiring Settings will only apply to newly created jobs. Existing or previously published jobs will not be affected.",
    "shwText" : "Shown",
	    "optText" : "Optional",
	    "required": "Required",
	    "hidText" : "Hidden",
    "gdprConBanText" : "GDPR Consent Banner",
    "priAutOpText" : "Policy Auto Opt‑In",
    "downBttnText" : "Download Button Text",
    "upBttnText" : "Upload Button Text",
    "appliAckEmText" : "Application Acknowledgement Email",
    "jbClosText" : "Job Closed Email",
    "enabText" : "enabled",
    "connectEmailProText" : "Connect your email provider and third-party tools like Slack and Zapier.",
    "custEmText" : "Custom Email",
    "connEmaiProText" : "Connect your email provider to send messages and notifications from your domain.",
    "failToLoadIntText" : "Failed to load integrations",
    "failToLdEmText" : "Failed to load email status",
    "editInteText" : "Edit Integration",
    "opLinWiText" : "Open LinkedIn Widget",
    "templaSelText" : "template selected.",
    "templasSelText" : "templates selected.",
    "noSmsTempText" : "You currently have no SMS templates. Create templates to standardise your SMS messages.",
    "smsTempText" : "SMS template",
    "smsTempsText" : "SMS templates",
    "arUWPauActText" : "Are you sure want to Pause account of this Client?",
    "arUWUnPauActText" : "Are you sure want to Un-Pause account of this Client?",
    "alertMoreClienText" : "You should be 5 or more active clients",
    "sureRemAccClText" : "Are you sure want to Remove access of this Client?",
    "selPlanFirsText" : "Please select plan first...",
    "Workspace" : "Workspace"
	},
  "newSettingsData": {
     "allTeans" : "All Teams",
     "searchTeamMText" : "Search team members",
     "backToTText" : "Back to Teams",
     "remSelText" : "Remove selected",
     "remTeaText" : "Remove team member",
     "editTeaText" : "Edit Team",
     "addTeaText" : "Add Team Members",
     "delTeaText" : "Delete Team",
     "teMemSelText" : "team member selected.",
     "teMemsSelText" : "team members selected.",
     "teamNoMemText" : "This team has no team members.",
     "noTemSeacText" : "No team members match your search. Try a different name or email.",
     "teamNoText" : "Team not found",
     "defTemNotText" : "Default team cannot be deleted",
     "surePermDelText" : "Are you sure you want to permanently delete this team?",
     "remSelTeText" : "Remove selected team members from this team?",
     "failLodTeaText" : "Failed loading team members",
     "teaMemText" : "Team Member",
     "livJbText" : "Live Job",
     "closeJbText" : "Closed Job",
     "arcJbText" : "Archived Job",
     "failLdTeText" : "Failed loading teams",
     "memSincText" : "Member since",
     "editUrsetText" : "Edit Your Settings",
     "calsText" : "Calendars",
     "chgPwdText" : "Change Password",
     "caleFeeText" : "Calendar Feed URL",
     "urPwdUpText" : "Your password has been updated",
     "imUpCanText" : "Image uploading cancelled",
     "searNamEmText" : "Search by name or email...",
     "invTeamMemText" : "Invite Team Member",
     "editPermText" : "Edit Permissions",
     "saveQuesText" : "Save Question",
     "pEnQuesText" : "Please enter a question",
     "masterPoolText" : "MasterPool",
     "urMastPoUpdText" : "Your master pool has been updated",
     "uCanNotMdApPoText" : "You cannot modify the general application pool",
     "urPoolHaUpdText" : "Your pool has been updated",
     "clearText" : "Clear",
     "searchText" : "Search",
     "advSeaHelText" : "Advanced Search Help",
     "advSeaHelDescText" : "Advanced Search Help: Use operators like AND, OR, NOT, quotes, parentheses () only to combine terms.",
     "andOpText" : "AND",
     "orOpText" : "OR",
     "notOpText" : "NOT",
     "somMrExSeQuText" : "Some more examples search queries are as below",
     "topPeroText" : "Top Performer",
     "alertEmSerProText" : "Are you sure you want to change email service provider to",
     "chgEmSeProDisText" : "Changing the email service provider will disconnect the previous one.",
     "futEmCoText" : "Future emails will continue using",
     "asUrSelProText" : "as your selected provider.",
     "okBttnText" : "Ok",
     "canclSubAcctText" : "Cancelling your subscription means all data associated with your account will be deleted. To cancel, please contact us.",
     "selQuesTmpCanText" : "Please select a questionnaire template and at least one candidate",
     "egCsJvPrText" : "e.g. CS Degree, Java Programmer",
     "addEvalText" : "Add Evaluation",
     "selEvaForText" : "Select evaluation form",
     "seaEvaTemText" : "Search evaluation templates",
     "noEvaTemMSeText" : "No evaluation templates match your search.",
     "updInText" : "Update Interview",
     "schInText" : "Schedule Interview",
     "interTypText" : "Interview Type",
     "edUrInteTypText" : "edit your own interview types",
     "selAnInteTypeText" : "Select an interview type",
     "addAnInteLnkText" : "Add an interview link",
     "searInteText" : "Search interviewers...",
     "noInteTyMatSeText" : "No interview types match your search.",
     "doNtJvSaveInteTypeText" : "You do not have any saved interview types. Add an interview type in Settings for extra customisation.",
     "doNtJvSaveInteSmaTypeText" : "You do not have any saved interview types. Add an interview type",
     "noSvdInPerInteLocText" : "You have no saved in-person interview locations. Add an interview location in",
     "onlInteLinkText" : "Online Interview Link",
     "inteDtText" : "Interview Date",
     "intervText" : "Interviewers",
     "selAnInterText" : "Select an interviewer",
     "noTemMemInAcctText" : "You have no team members in your account.",
     "noInterMatSeaText" : "No interviewers match your search.",
     "addInterText" : "Add Interviewer",
     "nedCrtSchInteText" : "You need to create an interview type before scheduling an interview.",
     "reqSelInterText" : "Please select an interview type.",
     "reqSelInteDtText" : "Please select an interview date.",
     "plzSelStTimText" : "Please select a start time.",
     "plzSelEndTimText" : "Please select an end time.",
     "atLstOneInterText" : "Please select at least one interviewer.",
     "inPerInterText" : "You need to add an in-person interview location before scheduling this interview.",
     "selInteLocText" : "Please select an interview location.",
     "plzEntOnInteLnkText" : "Please enter an online interview link.",
     "editNoText" : "Edit Note",
     "visiText" : "Visibility",
     "allTmMemText" : "All team members",
     "tmMemJbText" : "Team members on this job",
     "delInterText" : "Delete Interview",
     "rUSurePerDeleText1" : "Are you sure you want to permanently delete this interview? Any future events will be deleted from",
     "rUSurePerDeleText2" : "and your connected calendar.",
     "awaitQuesComText" : "Awaiting questionnaire completion",
     "candNotYetComText" : "The candidate has not yet completed this questionnaire.",
     "noAnsFdText" : "No answers found for this questionnaire.",
     "muteText" : "Mute",
     "unMuteText" : "Unmute",
     "pausVidText" : "Pause Video",
     "pdfContEleNotFndText" : "PDF content element not found",
     "theQueCouNoFndText" : "The questionnaire could not be found",
     "failLdQuesText" : "Failed to load questionnaire details",
     "matchAiCreText" : "Match AI credits used",
     "uHavParAiLitText" : "You have reached your monthly Parse and Match AI limit. To continue analysing candidates with Match AI, please top up your credits or upgrade your plan in Billing",
     "unLMatAiText" : "Unlock Match AI",
     "cvPrseAiMatText" : "CV parsing and AI matching are not available on your current plan. Upgrade or add Match AI credits from Billing to start analysing candidates.",
     "selAPaiAccText" : "Select a paid plan to access AI-powered candidate matching and CV parsing. Head to Billing to view available plans and credits.",
     "unRepText" : "Unlock Reports",
     "upUrAccUnRepText" : "Upgrade your account to unlock Reports and make data-driven hiring decisions with detailed analytics on jobs, sources and team performance.",
     "unlPipTemText" : "Unlock Pipeline Templates",
     "upUrAccUnlText" : "Upgrade your account to unlock Pipeline Templates and standardise hiring stages across your jobs.",
     "unlAudLoText" : "Unlock Audit Log",
     "upAccImpActText" : "Upgrade your account to unlock Audit Log and track important activity across your team and account.",
     "unBulActText" : "Unlock Bulk Actions",
     "upUrAccBulMsText" : "Upgrade your account to unlock bulk actions so you can update, move and message multiple candidates at once.",
     "unActFeeText" : "Unlock Activity Feed",
     "upUrAccFeeTimeText" : "Upgrade your account to unlock the Activity Feed and see a complete timeline of emails, messages, notes and status changes for each candidate in one place.",
     "jbLmtReText" : "Job limit reached",
     "uHavReMaxNumText" : "You have reached the maximum number of jobs on your current plan. Upgrade your plan or purchase additional job credits in Billing to create more jobs.",
     "unlkEvalText" : "Unlock Evaluations",
     "upUrAccEvUnlTemText" : "Upgrade your account to unlock Evaluations so your team can score candidates consistently, compare results and make better hiring decisions.",
     "unlQuesText" : "Unlock Questionnaires",
     "upUrAccQuesUnloText" : "Upgrade your account to unlock Questionnaires and collect structured responses from candidates with powerful screening forms.",
     "unOffText" : "Unlock Offers",
     "upAccOffLetText" : "Upgrade your account to unlock Offers and manage offer letters, approvals and acceptances directly in",
     "unSmsTmpText" : "Unlock SMS Templates",
     "upUrAccUnSmsTText" : "Upgrade your account to unlock SMS Templates and message candidates by text. Visit Billing to select a plan and enable SMS.",
     "unThFeaText" : "Unlock This Feature",
     "upAccBillVisText" : "Upgrade your account to unlock this feature. Visit Billing to view available plans and add-ons.",
     "goToBilText" : "Go to Billing",
     "inviNewTmMemText" : "Invite New Team Member",
     "temMemEmText" : "Team Member's Email",
     "temMemRolText" : "Team Member's Role",
     "teamMeTemText" : "Team Member's Teams",
     "creaUrText" : "Create your",
     "allOptText" : "All Options",
     "bck2OptText" : "Back to options",
     "carPgText" : "careers page.",
     "getAppLedText" : "GetApp Leaders",
     "detNtFndText" : "Details not found",
     "candiPermDelText" : "Candidate is permanently deleted."
  },
  "setSolutionPartnerText": {
    "solutionProvidersPartnerProgram": "Solution Providers Partner Program",
    "solutionsProgram": "Solutions Program",
    "perfectForHrCompaniesAndVcs": "Perfect for HR Companies and VCs",
    "wowYourClientsAndHelpThemSimplifyTheirHiring": "Wow your clients and help them simplify their hiring",
    "applyNow": "Apply Now",
    "learnMore": "Learn More",
    "totalActiveClients": "Total Active Clients",
    "totalClients": "Total Clients",
    "valuePerMonth": "Value Per month",
    "discountPerMonth": "Discount Per month",
    "totalValue": "Total Value",
    "totalDiscount": "Total Discount",
    "clientId": "Client ID",
    "clientName": "Client Name",
    "createdDate": "Created Date",
    "status": "Status",
    "plan": "Plan",
    "cycle": "Cycle",
    "canSponsor": "Can Sponsor",
    "nextBillDate": "Next Bill Date",
    "expiredDate": "Expired Date",
    "planValue": "Plan Value",
    "planDiscount": "Plan Discount",
    "totalPaid": "Total Paid",
    "totalDiscountValue": "Total Discount",
    "totalJobs": "Total Jobs",
    "totalActiveJobs": "Total Active Jobs",
    "totalTeamMembers": "Total Team Members",
    "active": "Active",
    "pending": "Pending",
    "paused": "Paused",
    "removeAccess": "Remove Access",
    "selectPlan": "Select Plan",
    "unPause": "Un-Pause",
    "pause": "Pause",
    "removeAccessOption": "Remove Access",
    "selectCycle": "Select Cycle",
    "monthly": "Monthly",
    "annual": "Annual",
    "canSponsorQuestion": "Can Sponsor?",
    "yes": "Yes",
    "no": "No",
    "noClientsMessage": "You currently don't have any clients ..."
  },
  "setNotifyTranslate" : {
    "Receive emails when a new job is posted in a team you are a member of.": "Receive emails when a new job is posted in a team you are a member of.",
    "Receive emails when you get a new applicant for a job within a team you are a member of.": "Application acknowledgement email",
    "Receive emails when team members reply in conversations.": "Receive emails when team members reply in conversations.",
    "Receive emails when candidate reply in conversations.": "Receive emails when candidate reply in conversations.",
    "Receive emails when you are mentioned by a team member in a note.": "Receive emails when you are mentioned by a team member in a note.",
    "Receive emails when a team member adds a note.": "Receive emails when a team member adds a note.",
    "Receive emails when a new evaluation is submitted within a team you are a member of.": "Receive emails when a new evaluation is submitted within a team you are a member of.",
    "Receive emails when you are added to a new team.": "Receive emails when you are added to a new team.",
    "Receive emails when a candidate books an event slot in for an event you are attending.": "Receive emails when a candidate books an event slot in for an event you are attending.",
    "Receive email reminders for upcoming events you are attending.": "Receive email reminders for upcoming events you are attending.",
    "Receive emails when an event you are attending is accepted by a candidate.": "Receive emails when an event you are attending is accepted by a candidate.",
    "Receive emails when an event you are attending is declined by a candidate.": "Receive emails when an event you are attending is declined by a candidate.",
    "Receive emails when an event is updated.": "Receive emails when an event is updated.",
    "Receive emails when an event you are attending is deleted.": "Receive emails when an event you are attending is deleted.",
    "Receive emails when an event you are attending is activated.": "Receive emails when an event you are attending is activated.",
    "Receive emails when a questionnaire has been completed by a candidate within a team you are a member of.": "Receive emails when a questionnaire has been completed by a candidate within a team you are a member of.",
    "Receive emails when an offer is accepted by a candidate within a team you are a member of.": "Receive emails when an offer is accepted by a candidate within a team you are a member of.",
    "Receive emails when an offer is declined by a candidate within a team you are a member of.": "Receive emails when an offer is declined by a candidate within a team you are a member of."
  },
		"settings": {
			"selectCareerLang":" Select language",
			"selectCareerLangTip":"Select your career pages language",
			"noLang":"Not selected",
			"manageBillingText":"Click below to manage billing",
			"manageBilling":"Manage Billing",
			"cvParsedCd": "Match AI Credits remaining in your account",
			"cvParsedCds": "Match AI Credits remaining in your account.",
			"addEvent": "Add Event",
			"saveLocation": "Save Location",
			"editWorkspace": "Edit Workspace",
			"editUserSettings": "Edit User Settings",
			"addeventScheduleName": "Add Event Schedule",
			"privacyLink": "Privacy Policy URL",
			"termsLink": "Terms Link",
			"connect": "Connect",
			"disconnect": "Disconnect",
			"linkSlackAccount": "Link Slack Account",
			"unlinkSlackAccount": "Unlink Slack Account",
			"createZapierIntegration": "Create Zapier Integration",
			"slackIntegrationDescription": "Sync a dedicated channel and get hiring notifications right inside of Slack.",
			"zapierIntegrationDescription": "Zapier moves information between your web apps and {{partnerName}} automatically.",
			"addPaymentMethod": "Please add a payment method",
			"billing": "Billing",
		"yourAccountExpiredOn": "Your account expired on",
		"ifYouNeedHelpWithBilling": "If you need help with billing, hit the button below to contact us",
		"yourAccountExpiresOn": "Your account expires on",
		"pleaseContactUsAt": "Please Contact us at",
		"yourBillingManagedExternally": "Your billing is managed externally by a 3rd party",
		"yourBillingIsManagedExternallyBy": "Your billing is managed externally by",
		"youAreSubscribedTo": "You are subscribed to the",
		"planWillAutomaticallyRenew": "plan which will automatically renew on the",
		"changesAccountPleaseContact": "If you want to make changes to your account, please contact",
			"subscribeAvoidLossOfService": "Subscribe to a paid plan to avoid losing any candidate data.",
			"payNow": "Pay Now",
			"testMode": "TEST MODE",
			"expiration": "Expiration",
			"endingIn": "ending in",
			"at": "at",
			"plan": "Plan",
			"planNotSelectedYet": "[Plan is not selected yet]",
			"notAvailableYet": "[N/A yet]",
			"comingSoon": "[Coming soon]",
			"youHaveJobCreditRemaining": "You have {{count}} job credit remaining in your account.",
			"youHaveJobCreditsRemaining": "You have {{count}} job credits remaining in your account.",
			"youHaveCvParsedCreditRemaining": "You have {{count}} CV Match AI remaining in your account.",
			"youHaveCvParsedCreditsRemaining": "You have {{count}} CV Match AI credits remaining in your account.",
			"youHaveSmsCreditRemaining": "You have {{count}} SMS credit remaining in your account.",
			"youHaveSmsCreditsRemaining": "You have {{count}} SMS credits remaining in your account.",
			"paymentDetails": "Payment Details",
			"updateCardDetails": "Update Card Details",
		"noPaymentMethodOnFile": "No payment method on file. Add a card to avoid loss of service.",
		"addPaymentCard": "Add Payment Card",
		"receiveBillingInvoicesEmail": "You are set up to receive billing invoices via email.",
		"pricingPlans": "Pricing Plans",
		"currency": "Currency",
		"jobCreditsRemaining": "Job Credits remaining in your account.",
		"switchToYearlyBillingTwoMonthsFree": "Switch to yearly billing and get 2 months FREE!",
		"switchToYearly": "Switch to Yearly",
		"matchAIParseText": "Match AI credits / month",
		"switchAlternative": "You can switch to an alternative pricing plan anytime below. All prices shown exclude any applicable Sales Tax.",
		"currentlyOnThe": "You are currently on the",
		"preferToPayMonthly": "Prefer to pay monthly?",
		"switchToMonthlyBilling": "Switch to monthly billing",
		"companyLegalName": "Company Legal Name",
		"editCompanyLegalName": "Edit company legal name",
		"currentActiveJobs": "Current Active Jobs",
		"nextPaymentDue": "Next payment due",
		"remove": "Remove",
		"currentActivePools": "Current Active Pools",
		"invoices": "Invoices",
			"paid": "Paid",
			"notPaid": "Not paid",
			"overdue": "Overdue",
			"unpaid": "Unpaid",
			"notBlocked": "Not blocked",
			"downloadInvoice": "Download Invoice",
		"cancelSubscription": "Cancel Subscription",
				"planFeatures": "Plan Features",
				"unlimitedJobs": "Unlimited jobs",
				"unlimitedJobsPools": "Unlimited jobs / pools",
				"jobPool": "job / pool",
			"jobsPools": "jobs / pools",
			"selectPlan": "Select Plan",
			"billingDetails": "Billing Details",
		"clientsPremium": "Clients Premium",
		"cancelSubscriptionText": "Cancelling your subscription means all data associated with your account will be deleted.",
		"contactUsCancelsub": "Contact us to cancel your subscription",
		"noAuditLogs": "No Audit Logs",
		"noAuditLogsText": "You currently have no audit log data in your account",
		"manageSubHead": "Manage Subscriptions of Candidates",
		"manageSubInnerHead": "All candidates list who has subscribed to OFF the email.",
		"CandidateH": "Candidate",
		"StatusH": "Status",
		"ActionH": "Action",
		"UnSubscribeH": "Un-Subscribe",
		"SubscribeH": "Subscribe",
		"NoSubHe": "No Subscribed Data",
		"NoSubHeDet": "You currently have no Subscribed data in your account.",
		"getFeature": "Get Feature",
		"calendar": "Calendar",
		"calendarConnections": "Calendar Connections",
		"calendarConnectionsText": "Connect your calendar to check for conflicts, prevent double bookings, and add any events as they're scheduled. All events booked by candidates will automatically get added to your connected calendar",
		"googleCalendar": "Google Calendar",
		"outlookCalendar": "Outlook Calendar",
		"calendarFeed": "Your calendar feed",
		"calendarFeedText": "Your calendar feed can be used to import your events into a calendar which supports iCal feeds, such as",
		"microsoftOutlook": "Microsoft Outlook",
		"eventUpdateText": "Event updates will be automatically published to this feed, but please be aware that some software can take up to 24 hours to refresh a live feed",
		"genFeedUrl": "Simply generate a feed URL below and add it to your calendar",
		"calendarFeedOnly": "Calendar Feed",
		"genCalendarFeed": "Generate Calendar Feed",
		"upgradePaid": "upgrade to a paid plan",
		"useCalFeedText": "to use calendar feeds",
		"upgradeFeature": "Upgrading your account will unlock this feature, click the button below to get started or learn more",
		"companyDetails": "Company Details",
		"vATNumber": "VAT Number",
		"accountType": "Account Type",
		"directEmployer": "Direct Employer",
		"recruitmentAgency": "Recruitment Agency",
		"enableJobApply": "Do you want to Enable Job Apply Process in the Indeed/Linkedin Platform",
		"deleteEmailTemplate": "Delete Email Template",
		"copyEmailTemplate": "Copy Email Template",
			"editEmailTemplate": "Edit Email Template",
			"poolsText": "All pools are assigned to teams like Marketing or Sales. To manage your teams head over to",
			"emailTemplates": "Email Templates",
			"forgotPassword": {
				"globalFieldsReplacement": "Forgot password – replacement fields"
			},
			"deleteEvaluationTemplate": "Delete Evaluation Template",
			"copyEvaluationTemplate": "Copy Evaluation Template",
			"editEvaluationTemplate": "Edit Evaluation Template",
			"newTemplate": "New Template",
		"evaluationTemplates": "Evaluation Templates",
		"careerSectionText": "careers section to your website means that all of your job vacancies will automatically be listed and accessible to those closest to your brand. Select",
		"applicationSectionText": "job application section to your website means that job application form will automatically be listed and accessible to those closest to your brand. Select",
		"easyOptions": "one of these quick and easy options",
		"toAddYour": "to add your",
		"careerSectionWeb": "careers section to your website",
		"applicationSectionWeb": "job application section to your website. Follow below steps to embed application form:",
		"easy": "Easy",
		"careerOption1": "Option 1 - Careers Widget",
		"autoUpdatingJob": "Auto updating job list added to a dedicated page on your website, such as your careers page.",
		"careerOption2": "Option 2 - Website Link",
		"sampleLink": "Add a simple link to your",
		"careerPageHeader": "careers page from your website, such as in the header or footer",
		"careerOption3": "Option 3 - Custom Domain",
		"WidgetcustomDomainText": "Add a custom domain to your",
		"careerPagePersonal": "careers page and give candidates a more personalised experience",
		"allowedFiletype": "Allowed file types: png, jpg, jpeg. No larger than 500kb. Recommended: 1:1 ratio. Used for in-app avatars and candidate communication",
		"addNewPhoto": "Add New Photo",
		"removePhoto": "Remove Photo",
		"letPeopleDo": "Let people know what you do at",
		"passwordValidation": "Use 10 or more characters with a mix of letters, numbers & symbols",
		"poolModifyText": "You cannot modify General Application Pool",
		"noTeamsCurrent": "You currently have no teams in your account. Arrange your jobs into teams, such as Marketing to keep your hiring organiseds",
		"questionnaireTemplates": "Questionnaire Templates",
		"editQuestionnaireTemplate": "Edit Questionnaire Template",
		"deleteQuestionnaireTemplate": "Delete Questionnaire Template",
		"copyQuestionnaireTemplate": "Copy Questionnaire Template",
		"pipelineTemplates": "Pipeline Templates",
		"editPipelineTemplate": "Edit Pipeline Template",
		"deletePipelineTemplate": "Delete Pipeline Template",
		"copyPipelineTemplate": "Copy Pipeline Template",
		"notifications": "Notifications",
		"jobTemplates": "Job Templates",
		"EditJobTemplate": "Edit Job Template",
		"deleteJobTemplate": "Delete Job Template",
		"copyJobTemplate": "Copy Job Template",
		"freeBoardsText": "You can enable and disable any of the free job boards and integrate Linkedin Premium below. You don't need an account with any of these job boards. These settings will save for every job you post",
		"syncAccount": "Sync Account",
		"editAccount": "Edit Account",
		"addCompanyId": "Add Company Id",
		"linkedAccount": "Linked Account",
		"integrations": "Integrations",
		"applicationForm": "Applications",
		"applicationFormUploadInfo": "You can upload files to jobs such as a downloadable application form that will be available for candidates to complete and upload as part of their application process.",
		"showCoverLetter": "Show Cover Letter",
		"requireCoverLetter": "Require Cover Letter",
		"privacyAndConsent": "Privacy & Consent",
		"privacyPolicyAutoOptIn": "Privacy Policy Auto Opt-In",
		"jobGetSnagajobSeasoned": "JobGet, Snagajob & Seasoned",
		"indeedLabel": "Indeed",
		"linkedInLabel": "LinkedIn",
		"jobBoardDescriptions": {
			"indeed": "Indeed is a global job search engine for job listings with over 200 million unique monthly visitors.",
			"snagajob": "Snagajob is the #1 place to find hourly work. We're on a mission to match talented employees with right-fit positions across the US.",
			"jobget": "A leading mobile hiring platform connecting employers with qualified hourly workers in real time. JobGet makes it easy to find and hire top talent fast - reaching over 100 million potential job seekers across the US.",
			"googleForJobs": "The job search tool by Google built to boost your job visibility in search results and get the most relevant applicants.",
			"monster": "Monster is a global leader in connecting people and jobs, aiming to make the workplace happier and more productive.",
			"zipRecruiter": "A global job search website with over 7 million active job seekers each month.",
			"glassdoor": "Job board and employer review platform with over 57 million unique monthly visitors.",
			"adzuna": "A search engine for job ads listing every job, everywhere - operating in 16 countries worldwide.",
			"whatJobs": "Whatjobs is an advanced job search site with over 100,000 jobs posted weekly.",
			"careerJet": "CareerJet is a job search engine that maps jobs available globally into one extensive database.",
			"jobIsJob": "A global job search engine displaying thousands of job listings to millions of users each month.",
			"jobrapido": "Jobrapido is a search engine for jobseekers to find work across 58 countries.",
			"jobtome": "A search engine connecting job seekers and companies worldwide, used by 10 million people daily.",
			"jooble": "Jooble is a job search engine operating across many regions including the UK, US, and EU.",
			"jora": "Jora is a worldwide job search aggregator in almost every continent around the globe.",
			"talentCom": "With over 75 million job-seekers a month, Talent.com offers one of largest candidate pools online.",
			"upward": "Upward receives 1.5m+ applications every month across multiple industries and regions.",
			"welcomeToTheJungle": "Welcome to the Jungle is one of the fastest growing job boards in Europe.",
			"myJobHelper": "MyJobHelper is a job search engine with over 13 million visits monthly across the UK, EU and US.",
			"recruitNet": "Recruit.net performs more than a million job searches per day and operates 18 localised websites.",
			"grabJobs": "Global jobsite with active job seekers in 50 countries.",
			"consultants500": "This is a tax-only job board specifically designed to help job seekers find their dream tax job.",
			"elempleo": "Elempleo.com is a leading job board operating in Colombia and Costa Rica. El Empleo is a premium job board. Contact your account manager at El Empleo to discuss job post visibility.",
			"gohire": "Our own job board used by thousands of candidates daily.",
			"linkedin": "The professional networking platform with 675 million+ members, ideal for promoting and discovering professional roles."
		},
		"gdprText": "Automatically opt candidates into your Privacy Policy. If disabled, a consent checkbox will appear on the application form, and candidates must actively confirm their agreement for you to store and process their data before submitting their application",
		"turnOnGDPRFeatures": "Turn On GDPR Features",
		"turnOffGDPRFeatures": "Turn Off GDPR Features",
		"addPrivacyPolicy": "Add Privacy Policy",
		"candidateEmailPreference": "Candidate Email Preferences",
		"jobAckEmailHeader": "Application acknowledgement email",
		"jobCloseEmailHeader": "Job closed email",
		"turnOnEmail": "Turn On Email",
		"turnOffEmail": "Turn Off Email",
		"candidateEmailPreferenceText": "If this email is switched on, we will automatically send an email to candidates when they apply for your jobs.",
		"applicationFormText": "You can include your company’s privacy policy on your job application forms to ensure candidates confirm their agreement to your terms before applying. Simply provide the full URL to your privacy policy in the field below.",
		"eventTypes": "Event Types",
		"eventTypesText": "An event type is required when you schedule an event with a candidate. Here, you can add, edit, and delete event types. When Location required is selected, you will need to choose a location when scheduling an event",
		"addEventType": "Add Event Type",
		"noEventTypes": "No Event Types",
		"noEventTypesText": "You currently have no event types in your account, hit the button below to add one now' | translate",
		"linkRequired": "Link required",
		"eventScheduler": "Event Scheduler",
		"eventSchedulerText": "Event schedules are time slots spread out over a specific time period to make it easy for you to organise and manage interviews",
		"howWork": "See how they work",
		"addEventSchedule": "Add Event Schedule",
		"noEventSchedules": "No Event Schedules",
		"noEventSchedulesText": "You currently have no event schedules in your account, hit the button below to add one now",
		"eventLocationText": "When you add office based jobs or schedule events that are in-person you need to add a physical address. Here, you can add as many addresses as you need, such as your office HQ",
		"addLocation": "Add Location",
		"primaryLocation": "Primary Location",
		"noSavedLocations": "No Saved Locations",
		"noSavedLocationsText": "You currently have no locations saved in your account, hit the button below to add one now",
		"careersPageEditor": "Careers Page Editor",
		"viewCareersPage": "View Careers Page",
		"SetupBasics": "Set up the basics",
		"addCustomDomain": "Add Custom Domain",
		"jobsAt": "Jobs at",
		"sendApplication": "Send Application",
		"generalApplicationText2": "Can’t find a career you’re looking for? We want to hear from you, please send your application by hitting the button below",
		"moreInfo": "More Info",
		"currentJobsat": "Current Jobs at",
		"getJobAlerts": "Get Job Alerts",
		"AddsocialButtons": "Add social media buttons",
		"addCustomSection": "Add Custom Section",
		"text": "Text",
		"heading": "Heading",
		"contentSection": "Content Section",
		"addContentSections": "Add content sections",
		"removeFile": "Remove File",
		"headerImage": "Header Image",
		"companyLogo": "Company Logo",
		"brandColour": "Brand Colour",
		"companyLogoUpload": "Allowed file types: png, jpg, jpeg. No larger than 500kb. Recommended: 1:1 ratio. Used for in-app logo's, candidate communication and browser favicons",
		"addNewLogo": "Add New Logo",
		"companyName": "Company Name",
		"companyWebsite": "Company Website",
		"companyIndustry": "Company Industry",
		"customDomainText": "You can create a custom domain like jobs.exampleapp.com for your careers page",
		"followInstructions": "Follow these instructions",
		"customDomainPoint": "to point a custom domain to",
		"linkyourwebsite": "Link Your Website",
		"linkyourwebsiteText": "Link your careers page logo to your website homepage",
		"generalApplication": "General Application",
		"generalApplicationText1": "Add general application functionality to your careers page and let candidates express their interest in your company, even when you don’t have active jobs, ensuring you never miss out on great talent",
		"styleCareersPage": "Style your Careers Page",
		"NoEventsScheduled": "No events scheduled for",
		"removeLogo": "Remove Logo",
		"coverletterText": "Turn On/Off to make cover letter mandatory/optional",
		"turnOnCoverLetter": "Turn On Cover letter",
		"turnOffCoverLetter": "Turn Off Cover letter",
		"smsLogs": {
			"SMSLog": "SMS Log",
			"Message": "Message",
			"Status": "Status",
			"EventType": "Event Type",
			"SendDate": "Send Date",
			"NoSMSLogs": "No SMS Logs",
			"noSmsText": "You currently have no sms log data in your account."
		},
		"communication": {
			"EmailServiceProvider": "Email Service Provider",
			"emailParagraph": "Connect your email provider to send messages, notifications, and other important communications through your configured email service. Choose your provider to begin using your custom email setup.",
			"GoogleConnect": "Google Connect",
			"Disconnect": "Disconnect",
			"Connect": "Connect",
			"OutlookConnect": "Outlook Connect",
			"ConnectCustom": "Connect Custom",
			"Details": "Details"
		},
		"customDomainModal": {
			"SetupCustomDomain": "Setup Custom Domain",
			"Email": "Email",
			"Domain": "Domain",
			"Submit": "Submit",
			"PleaseAddDNSrecords": "Please add the below DNS records to your domain settings. After you fill in the domain details, your account will be successfully connected.",
			"Type": "Type",
			"Name": "Name",
			"Value": "Value"
		},
		"addPrivacyPolicyOptIn": "Privacy Policy Opt In",
		"addPrivacyPolicyOptInText": "Automatically opt candidates into your privacy policy. If disabled, candidates must opt in to apply.",
		"healthIndustry":"Health industry"
	},
	"others": {
		"backToHome": "Back to Home",
		"paymentSuccessful": "Payment Successful",
		"paymentFailed": "Payment failed.",
		"errorGettingInformation": "There was an error getting your payment information",
		"noConversationsAccount": "You currently have no conversations in your account yet",
		"noConversations": "No Conversations",
		"scheduleEvent": "Schedule Event",
		"notes": "Notes",
		"shortlistCandidate": "Shortlist Candidate",
		"unshortlistCandidate": "Un-shortlist Candidate",
		"disqualifyCandidate": "Disqualify Candidate",
		"qualifyCandidate": "Qualify Candidate",
		"sendReply": "Send Reply",
		"noEventSchedules": "You have no event schedules in your account",
		"addEventLink": "Add Event Link",
		"attachFiles": "Attach Files",
		"addNewTemplate": "Add New Template",
		"noTemplate": "You have no templates in your account",
		"startTyping": "Start typing your message, add event links first",
		"sentEmailTo": "sent an email to",
		"sentEmailToTxt1": "sent an",
		"sentEmailToTxt2": "to",
		"includes": "Includes",
		"conversationWith": "Conversation with",
		"noMessagesFilter": "There are no messages, please select other values in filter",
		"eventrespondedYes": "You responded as attending this event",
		"eventrespondedNo": "You responded as unable to attend this event",
		"pleaseLet": "Please let",
		"knowtext": "know if you can attend this event",
		"eventType": "Event type",
		"eventInvite": "Event Invite",
		"questionnaireFrom": "Questionnaire from",
		"regardingYourApplicationFor": "Regarding your application for",
		"typeYourAnswerHere": "Type your answer here",
		"selectAnOption": "Select an option",
		"videoQuestionMax": "Video question, max",
		"clickToRecordVideo": "Click to record video",
		"recordNewVideo": "Record Video Again",
		"viewVideo": "View Uploaded Video",
		"videoUploaded": "Video uploaded",
		"playVideo": "Play Video",
		"deleteVideo": "Delete Video",
		"questionnaireSent": "Questionnaire sent",
		"requiredFields": "Please fill out and enter the required fields first",
		"thankYouForFillingOut": "Thank you for taking the time to fill out the questionnaire form",
		"convertVideo": "This video is converting for your Apple devices. Please check back soon",
		"browserNotSupport": "Your browser does not support the video tag",
		"jobOffer": "Job Offer",
		"dateSent": "Date Sent",
		"fileAttachments": "File Attachments",
		"youAcceptedThisJobOffer": "You accepted this job offer",
		"youRejectedThisJobOffer": "You rejected this job offer",
		"nosetRangeText": "No data within the set date range. Try changing the date range or check back soon",
		"job_posted": "Receive emails when a new job is posted in a team you are a member of.",
		"job_applied": "Receive emails when you get a new applicant for a job within a team you are a member of.",
		"team_message": "Receive emails when team members reply in conversations.",
		"candidate_message": "Receive emails when candidate reply in conversations.",
		"new_mention": "Receive emails when you are mentioned by a team member in a note.",
		"note_added": "Receive emails when a team member adds a note.",
		"evaluation_submitted": "Receive emails when a new evaluation is submitted within a team you are a member of.",
		"added_to_team": "Receive emails when you are added to a new team.",
		"event_booked_attendee": "Receive emails when a candidate books an event slot in for an event you are attending.",
		"event_reminder_attendee": "Receive email reminders for upcoming events you are attending.",
		"event_accepted": "Receive emails when an event you are attending is accepted by a candidate.",
		"event_declined": "Receive emails when an event you are attending is declined by a candidate.",
		"event_updated_attendee": "Receive emails when an event is updated.",
		"event_deleted_attendee": "Receive emails when an event you are attending is deleted.",
		"event_schedule_activated_attendee": "Receive emails when an event you are attending is activated.",
		"questionnaire_completed": "Receive emails when a questionnaire has been completed by a candidate within a team you are a member of.",
		"offer_accepted": "Receive emails when an offer is accepted by a candidate within a team you are a member of.",
		"offer_declined": "Receive emails when an offer is declined by a candidate within a team you are a member of.",
		"form_cover_letter": "Show cover letter in uploaded file for candidates applications"
	},
		"invoice": {
			"Invoice": "Invoice",
			"Invoicenumber": "Invoice number",
			"Invoicedate": "Invoice date",
			"Accountname": "Account name",
			"Companyname": "Company name",
			"VATNumber": "VAT Number",
			"Country": "Country",
			"Billingcontact": "Billing contact",
			"Paymentmethod": "Payment method",
			"CreditDebitCard": "Credit / debit card",
			"Paymentstatus": "Payment status",
			"Paid": "Paid",
			"Unpaid": "Unpaid",
			"Overdue": "Overdue",
			"PartnerDetails": "Partner Details",
			"Item": "Item",
			"Total": "Total",
			"Refunded": "Refunded",
			"Newtotal": "New total",
			"invoiceCharged": "This invoice has been charged to the credit / debit card on file. If you have any questions, please contact us at",
			"Thankyouforyourbusiness": "Thank you for your business",
			"Invoicenotfound": "Invoice not found",
			"downloadInvoice": "Download invoice"
		},
	"jobs": {
		"editAutomatedActTx": "Edit Automated Actions",
		"editJobAction": "Edit Job",
		"duplicateJobAction": "Duplicate Job",
		"closeJobAction": "Close Job",
		"archiveJobAction": "Archive Job",
		"reopenJobAction": "Reopen Job",
		"postedToday": "Posted today",
		"postedOneDayAgo": "Posted 1 day ago",
		"postedDaysAgo": "Posted {{count}} days ago",
		"oneDayAgoShort": "1d ago",
		"daysAgoShort": "{{count}}d ago",
		"worthConsiMsg": "Worth Considering",
		"addCandidatePool": "Add your first candidate pool",
    "addCandidatePoolTextNew" : "Pools are the perfect place to store all your candidates, safely and securely. You can manage candidates seamlessly from one place keeping everything in sync and organised. Click the button below to create your first pool.",
    "reqAPerDeText" : "request a personalised demo",
    "addFirstJobText" : "Add your first job",
    "createFirstJobText" : "Create a job to start attracting candidates. Manage applicants seamlessly from one place keeping everything organised. Click the button below to create your first job.",
    "addMyFirstJobText" : "Add My First Job",
    "adCandidPoolNewText" : "Pools are the perfect place to store all your candidates, safely and securely. Manage candidates seamlessly from one place keeping everything in sync and organised. Click the button below to create your first pool.",
		"addCandidatePoolText": "Pools are the perfect place to store all your candidates, safely and securely. You can manage candidates seamlessly from one place keeping everything in sync and organised.Click the button below to create your first pool",
		"addCandidatePoolTextClients": "No Master pool added by partner yet",
		"addFirstPool": "Add My First Pool",
	    "dashboardText1A" : "Get the most out of",
	    "dashboardText1B" : "and",
	    "dashboardText1" : "Need help? You can",
	    "dashboardText2" : "request a personalised demo",
	    "dashboardText3" : "with one of our experts now.",
	    "wlcToText" : "welcome to",
		"addFirstMasterPool": "Add My First Master Pool",
		"getMostOutOf": "Get the most out of",
		"requestPersonailzedDemo": "request a personalised demo",
		"withexpertsNow": "with one of our experts now",
		"noText": "You currently don't have any",
		"searchJobs": "Search by title and location",
		"candidateLimitReached": "Candidate limit reached, unlock your account",
			"viewPlans": "View Plans",
			"offerSent": "Offer Sent",
			"offerSentSuccessfully": "Offer sent successfully.",
			"offerUpdatedSuccessfully": "Offer updated successfully.",
			"offerAccepted": "Offer Accepted",
			"offerRejected": "Offer Rejected",
		"hired": "Hired",
		"newEmail": "New Email",
		"addTag": "Add Tag",
		"noParseMsg": "Not Parsed yet",
		"recomendMsg": "Recommended",
		"notRecomendMsg": "Not Recommended",
		"lastContacted": "Last Contacted",
		"hasMessages": "Has Messages",
		"noMessages": "No Messages",
		"noMessagesFound": "No Messages Found",
		"hasEvents": "Has Events",
		"noEvents": "No Events",
		"shortlistCandidate": "Shortlist Candidate",
		"unshortlistCandidate": "Un-shortlist Candidate",
		"disqualifyCandidate": "Disqualify Candidate",
		"qualifyCandidate": "Qualify Candidate",
		"addEditTags": "Add / Edit Tags",
		"permanentlyDelete": "Permanently Delete",
		"addYourFirstJobInSeconds": "Add your first job in seconds",
		"startGettingCandidatesToday": "Add your first job now and start getting candidates today.",
    "geneJbAiText" : "Generate Job With AI",
    "prefer2WriteText" : "Prefer to write the job yourself?",
		"addJobNow": "Add Job Now",
		"createAnEngagingSEO": "Create an engaging, SEO optimised job description even quicker with our AI job description generator.",
		"createAIJobNow": "Create AI Job Now",
		"welcomeTo": "Welcome to",
    "browserDoeNtSupText" : "Your browser does not support the video tag.",
		"welcomeDbText": "There's nothing to see here just yet. Once an administrator adds some jobs we'll send you an email, and you you'll see your hiring dashboard right here! While you wait, why not update your details and add a profile picture?",
		"scheduleAQuickCall": "Schedule a quick call with me",
		"thereIsNothing": "There's nothing to see here just yet. Once an administrator adds some jobs we'll send you an email, and you you'll see your hiring dashboard right here! While you wait, why not update your details and add a profile picture?",
		"updateMyDetails": "Update My Details",
		"needHelpOurTeam": "Need help? Our team is on hand to help you every step of the way. You can",
		"talkToHuman": "talk to a human",
		"anyQues": "if you have any questions",
    "waitAppText" : "Waiting Approval",
		"generatingJobDescription": "Generating job description, hang tight...",
		"activeJobs": "Active Jobs",
		"livePendingRejected": "Open, pending, rejected and closed jobs are all counted towards active jobs. Draft and archived jobs are not counted as an active job.",
		"filter": "Filter",
		"filters": "Filters",
		"searchByTitle": "Search by title",
		"noJobsMatch": "No jobs match your current search result.",
    "noPoolsMatch" : "No pools match your current search result.",
		"haveNoJobs": "You currently have no",
		"generalPoolApplication": "This is the general application pool, your general application is switched off in Careers Page Editor. Head over to Settings > Careers Page Editor to switch it back on",
		"this": "This",
		"hasArchived": "has been archived",
		"reactivate": "Reactivate",
		"toReactivate": " Click “Reactivate Job” to move it back to Closed status.",
		"simplyClick": "simply click the 'Reactivate Job'",
		"permanentDelete": "You can also permanently delete this",
		"dataAboutImplications": "and all of its data, learn more about the implications",
		"noMatchFilters": "No candidates match your current filters",
		"markComplete": "Mark Complete",
		"toDo": "To Do",
		"completeJobCampaign": "Complete the steps below and make this a successful job campaign",
		"activated": "activated",
		"jobIs": "job is",
			"jobActivationGuide": "Your job activation guide",
			"callWithMe": "Schedule a quick call with me",
			"needHelp": "Need help",
			"home": {
				"exampleJobTitlePlaceholder": "Eg: Marketing Manager",
				"accountManagerIntro": "I'm {{name}}, your dedicated account manager.",
				"accountManagerEnsureHire": "I'm here to ensure you hire the people you need at <strong>{{company}}</strong> now.",
				"checkOutVideoHelpGetStarted": "Check out the video I created for you below to help you get started.",
				"archiveSelectedJobsTitle": "Archive selected jobs",
				"unarchiveSelectedJobsTitle": "Unarchive selected jobs",
				"reopenSelectedJobsTitle": "Reopen selected jobs",
				"closeSelectedJobsTitle": "Close selected jobs",
				"permanentlyDeleteSelectedJobsTitle": "Permanently delete selected jobs"
			},
			"completeActivationSteps": "First, we need to complete the job activation steps",
		"Im": "I’m",
		"and": "and",
		"ImEnsureYour": "I'm here to ensure your",
			"jobSuccessForYou": "job is a success for you",
			"hey": "Hey",
			"yourText": "Your",
			"contactSupport": "contact support",
			"learnMoreHere": "learn more here",
			"pendingApproval": "is pending approval and will be live very soon. Find out more",
			"publishLive": "to publish it live",
			"currentlyDraft": "is currently in draft",
			"getFeature": "Get Feature",
			"selectMaximum": "Select maximum",
			"isText": "is",
			"areText": "are",
			"selectedText": "selected.",
			"isSelected": "is selected",
			"areSelected": "are selected",
			"onthisPage": "on this page",
			"matchingThisSearch": "matching this search",
			"bulkSelectionSummaryPage": "{{count}} selected on this page",
			"bulkSelectionSummaryMatching": "{{count}} selected in this search",
			"bulkSelectionSummaryCustom": "{{count}} selected",
			"bulkSelectionLinkAll": "select all {{count}} candidates.",
			"bulkSelectionLinkMax": "select max {{count}} candidates.",
		"candidates": "candidates",
		"all": "All",
		"copyToAnotherJobPool": "Copy To Another Job / Pool",
		"qualify": "Qualify",
		"addFilter": "Add Filter",
		"reset": "Reset",
		"addCandidates": "Add Candidates",
		"settings": "Settings",
		"edit": "Edit",
		"editPipeline": "Edit Pipeline",
		"viewJob": "View Job",
		"close": "Close",
		"reopen": "Reopen",
		"archive": "Archive",
		"postSimilar": "Post Similar",
		"duplicateJb":"Duplicate",
		"exportCSV": "Export CSV",
		"jobStatus": "Job Status",
		"jobSetupGuide": "Job Setup Guide",
		"yourActivationGuide": "Your job activation guide",
		"newCandidatesThisWeek": "New Candidates This Week",
		"newCandidates": "New Candidates",
		"totalUnseen": "Total Unseen",
		"totalCandidates": "Total Candidates",
		"totalHired": "Total Hired",
		"applied": "Applied",
		"addPipelineStage": "Add Pipeline Stage",
		"showing": "Showing",
		"result": "result",
		"results": "results",
		"AddTag": "Add Tag",
		"sendMessage": "Send Message",
		"moveToApplied": "Move To Applied",
		"moveTo": "Move To",
		"moveStage": "Move Stage",
		"more": "More",
		"sendQuestionnaire": "Send Questionnaire",
			"markAsSeen": "Mark As Seen",
			"markAsUnseen": "Mark As Unseen",
			"shortlist": "Shortlist",
			"un-shortlist": "Un-shortlist",
			"unshortlist": "Un-shortlist",
			"disqualify": "Disqualify",
		"sortTitle": "Job Title",
		"sortPostedDate": "Posted Date",
		"sortUpdatedDate": "Updated Date",
		"sort":"Sort",
	    "aiGeneratoeMsgText" : "You need to add a job title with at least 3 characters before you can use the AI generator.",
	    "bacJbText" : "Back to Jobs",
	    "bacTalJbText" : "Back to Talent Pools",
	    "allTlPoolText" : "All Talent Pools",
	    "proceed": "Proceed",
		    "phoneNumber": "Phone Number",
	    "selectTeam": "Select team",
	    "domain": "Domain",
	    "unlimited": "Unlimited",
	    "perMonthShort": "/ mo",
	    "perYearShort": "/ yr",
	    "moShort": "mo"
		},
		"modals": {
				"stopEmailsPropText" : "This will temporarily stop emails from working until your new email settings have fully propagated. Are you sure you'd like to proceed?",
				"plzWaitWhileUpText" : "Please wait while we upload...",
				"fileUploadingMsgTxt" : "Please wait while the file is uploading or the message is being sent...",
				"editSkills": "Edit Skills",
				"technicalSkills": "Technical Skills",
				"softSkills": "Soft Skills",
				"enterTechnicalSkill": "Enter technical skill",
				"enterSoftSkill": "Enter soft skill",
				"addSkill": "Add Skill",
				"editLanguages": "Edit Languages",
				"languageLabel": "Language",
					"proficiencyLabel": "Proficiency",
					"proficiencyPlaceholder": "Proficiency (e.g. Native, Fluent)",
					"addRow": "Add Row",
					"addWorkHistory": "Add Work History",
					"addKeyAchievement": "Add Key Achievement",
					"addAward": "Add Award",
					"addCertification": "Add Certification",
					"addTraining": "Add Training",
					"addEducation": "Add Education",
					"addLanguage": "Add Language",
					"addLocation": "Add Location",
					"addReference": "Add Reference",
					"addEmergencyContact": "Add Emergency Contact",
					"editAwards": "Edit Awards",
					"awardName": "Award Name",
					"issuedOn": "Issued On",
				"editCertifications": "Edit Certifications",
				"certificationName": "Certification Name",
				"editKeyAchievements": "Edit Key Achievements",
				"achievement": "Achievement",
				"describeTheAchievement": "Describe The Achievement",
				"editEducation": "Edit Education",
				"degreeName": "Degree Name",
				"degree": "Degree",
				"fieldOfStudy": "Field Of Study",
				"graduationYear": "Graduation Year",
				"year": "Year",
				"institute": "Institute",
				"editTraining": "Edit Training",
				"trainingName": "Training Name",
				"institution": "Institution",
				"editEmergencyContacts": "Edit Emergency Contacts",
				"editSummary": "Edit Summary",
				"summary": "Summary",
				"summaryPlaceholder": "Enter one or more paragraphs. Separate paragraphs with a blank line.",
				"sponsorIndeed": {
					"title": "Indeed Job Sponsorship",
					"confirmAdvertiserAccountTitle": "Confirm Indeed Advertiser Account",
					"confirmAdvertiserAccountText": "Sponsoring jobs requires an Indeed advertiser account. If you have an account please enter the email address below. If you don't have an account, enter your email and you'll be invited to register by Indeed.",
					"indeedEmailPlaceholder": "Indeed email address",
					"confirmIndeedEmailPlaceholder": "Confirm Indeed email address",
					"betterVisibility": "Sponsor this job on Indeed for better visibility on the world’s #1 job site",
					"helpHireQuickly": "Indeed Sponsored Jobs can help you hire quickly and build a strong candidate pipeline.",
					"selectBudgetFor30Days": "Select a fixed budget per job for 30 days to get started:",
					"perDay": "per day",
					"enterCustomBudgetTitle": "Or enter custom budget:",
					"customBudgetPlaceholder": "Choose custom budget (min £150)",
					"billingClicksInfo": "You will only be billed for the unique clicks on your job, and if you remove the job from your ATS, the sponsored campaign will stop.",
					"activeAccountNote": "Sponsored Job campaigns will not go live without an active Indeed account. If you do not have an Indeed account one will be created for you using the email address connected to your ATS. You’ll receive an account activation email from Indeed to finish a one time setup of your Indeed account at the address connected to your ATS account within a few hours. Please review that email to ensure Indeed has the information they need to start your first campaign.",
					"campaignLiveWithinHours": "Once Indeed gets your Sponsored Job from your ATS, and your account is activated, your Sponsored Job campaign will be live within a few hours",
					"contactIndeed": "Contact Indeed",
					"toDiscussMoreOptions": "to discuss more options.",
					"bySponsoringAgreeTo": "By sponsoring this job and creating an account, you agree to Indeed’s",
					"termsOfService": "Terms of Service",
					"andConsentTo": "and consent to Indeed’s",
					"privacyPolicy": "Privacy Policy",
					"and": "and",
					"cookiePolicy": "Cookie Policy.",
					"footnote1": "1. comScore, Total Visits, March 2018",
					"footnote2Prefix": "2. Terms, conditions and quality standards apply",
					"thankYouTitle": "Thank you for sponsoring your job on Indeed.",
					"paymentMethodNote": "Sponsored Job campaigns will not go live without a payment method connected to your Indeed account. You will receive an email from Indeed within a few hours with instructions for setting this up for the first time. If you do not receive this email, please visit",
					"indeedCommittedText": "Indeed is committed to the success of your advertising campaign. Please help us connect with you by sharing your phone number.",
					"salesTeamText": "A member of Indeed’s sales team will contact you to discuss your ad’s performance and offer suggestions for optimization.",
					"pleaseContact": "Please contact",
					"withQuestionsOrConcerns": "with any questions or concerns.",
					"phoneConsentText": "* By filling out the phone number field, and submitting the form: I confirm that I am the subscriber to the telephone number entered and I hereby consent to receive autodialed marketing and informational calls from Indeed at the telephone number provided above, including if this number is a wireless (cell phone) number. Agreement to the above is not a condition of purchase of any Indeed product. I agree that this information will be dealt with in accordance with Indeed’s Cookie and Privacy Policy, and Terms of Service.",
					"setNewCampaignBudgetTitle": "Set your new campaign budget",
					"selectFixedBudgetTitle": "Select a fixed budget:",
					"postManagedByIndeed": "This post is managed by Indeed.",
					"checkTheStatus": "Check the status",
					"or": "or",
					"contactIndeedLower": "contact Indeed",
					"forDetails": "for details.",
					"addBudget": "Add budget",
					"endCampaign": "End campaign",
					"sponsorJobOnIndeedNow": "Sponsor Job on Indeed now",
					"skipThisStep": "Skip this step",
					"submitPhoneNumber": "Submit phone number"
				},
				"customEmailDomain": {
					"emailIntegrationsSetup": "Email Integrations Setup",
					"verificationPending": "Verification Pending",
					"step1": "Log in to your domain provider (e.g., GoDaddy, Namecheap, Cloudflare).",
					"step2Prefix": "Navigate to the",
					"dnsManagement": "DNS Management",
					"step2Suffix": "section.",
					"step3": "Click “Continue” to enter your email and domain name.",
					"step4": "After submission, DNS records will be shown to you.",
					"step5": "Add each DNS record exactly as displayed.",
					"step6": "Wait for DNS propagation (few minutes to a few hours).",
					"pendingDescription": "Unfortunately, the custom domain verification is still pending, and as a result, we are currently unable to send emails from the custom domain. If you would prefer not to wait any longer and wish to remove the custom email integration, please click the 'Remove Custom Email' button.",
					"addDnsRecordsInstruction": "Please add the below DNS records to your domain settings. After you fill in the domain details, your account will be successfully connected.",
					"valueHeader": "Value",
					"impactWarningText": "This will temporarily stop emails from working until your new email settings have fully propagated. Are you sure you'd like to proceed?",
					"waitForVerification": "Wait For Verification",
					"removeCustomEmail": "Remove Custom Email"
				},
				"jobResponses": {
					"title": "Responses",
					"templateHeader": "Template",
					"candidateHeader": "Candidate",
					"evaluatorHeader": "Evaluator",
					"statusHeader": "Status",
					"scoreHeader": "Score",
					"untitledTemplate": "Untitled template",
					"candidateNumber": "Candidate #{{id}}",
					"noEvaluationsYet": "No evaluations yet for this job.",
					"loadingEvaluations": "Loading evaluations…",
					"backToEvaluations": "Back to evaluations",
					"evaluationTitle": "Evaluation",
					"candidateLabel": "Candidate",
					"evaluatorLabel": "Evaluator",
					"statusLabel": "Status",
					"scoreLabel": "Score",
					"loadingEvaluation": "Loading evaluation…",
					"questionFallback": "Question",
					"noEvaluationAnswers": "No answers found for this evaluation.",
					"nameHeader": "Name",
					"ownerHeader": "Owner",
					"untitledQuestionnaire": "Untitled questionnaire",
					"noQuestionnairesYet": "No questionnaires yet for this job.",
					"loadingQuestionnaires": "Loading questionnaires…",
					"backToQuestionnaires": "Back to questionnaires",
					"questionnaireTitle": "Questionnaire",
					"ownerLabel": "Owner",
					"loadingQuestionnaire": "Loading questionnaire…",
					"noQuestionnaireAnswers": "No answers found for this questionnaire."
				},
				"featureUpsell": {
					"goToBilling": "Go to Billing"
				},
				"trialLimit": {
					"title": "Limit Reached",
					"description": "You have reached your trial account limit, to unlock all candidates upgrade to a paid plan now.",
					"seePlans": "See Plans"
				},
				"interviewDetails": {
					"title": "Interview Details",
					"interviewFallback": "Interview",
					"for": "For",
					"candidateFallback": "Candidate",
					"acceptedStartDateTime": "Interview Start Date/Time",
					"acceptedEndDateTime": "Interview End Date/Time",
					"acceptedMessage": "Interview Message",
					"interviewLink": "Interview Link",
					"job": "Job",
					"location": "Location",
					"attendees": "Attendees"
				},
				"changePassword": {
					"passwordTip": "Use 10+ characters. Letters, numbers & symbols.",
					"forgottenPasswordQuestion": "Forgotten password?",
					"resetHere": "Reset here"
				},
					"permissionsModal": {
						"permissionsFor": "Permissions for {{name}}",
						"adminDescription": "Admins can access everything in your {{partnerName}} account.",
						"managerDescription": "You have full control over a manager member permissions. Simply switch on or off the permissions you want this manager to have below."
					},
					"jobBoardPremium": {
						"title": "Premium Job Boards",
						"advertisingTitle": "Premium Job Board Advertising",
						"description": "Boosting your job with a premium job board posting helps to maximise visibility and improve top level candidate reach. Select the premium job boards you want to promote on below.",
						"startSelected": "Start your selected premium job board",
						"getPremiumJobBoard": "Get Premium Job Board",
						"manageCampaign": "Manage Campaign",
						"remainingTimeDays": "Remaining Time: {{days}} days",
						"endCampaign": "End Campaign",
						"alreadyPromotedContactSupport": "Your job is already promoted. Please contact support.",
						"enableIndeedIntegration": "You can't manage this job until you enable the free Indeed integration.",
						"pleaseWait": "Please wait.",
						"endSponsorshipConfirm": "This will end your sponsorship. Are you sure?",
						"notPostedOnMonster": "Your job is not posted on Monster.",
						"subscribeToPlanBeforePostingAdzuna": "Please subscribe to a plan before posting to Adzuna.",
						"subscribeToPlanBeforePostingMonster": "Please subscribe to a plan before posting to Monster.",
						"premiumBoardsActiveJobsOnly": "You can add premium job boards on active jobs.",
						"selectJobAndBoard": "Please select a job and its job board.",
						"paymentNotSuccessful": "Your payment for {{boardName}} was not successful. Please check your card details.",
						"paymentSuccessful": "Great! Your payment for {{boardName}} was successful."
					},
				"teamAddMembers": {
					"oneUserSelected": "{{count}} user selected.",
					"manyUsersSelected": "{{count}} users selected.",
					"allUsersAlreadyMembers": "All users are already team members of this team.",
					"addSelected": "Add Selected",
					"addAndClose": "Add & Close"
				},
				"teamModal": {
					"newTeamTitle": "New Team",
					"teamNamePlaceholder": "Give your team a name",
					"createTeam": "Create Team"
				},
				"teamEditModal": {
					"teamNamePlaceholder": "Edit your team name"
				},
				"eventTypesRequired": {
					"title": "Create Interview Type",
					"description": "You need to create an interview type before sending an interview."
				},
				"candidateAddNote": {
					"adminsOnly": "Admins only",
					"onlyMePrivate": "Only me (private)",
					"allTeamShort": "All team",
					"jobTeamShort": "Job team",
					"adminsShort": "Admins",
					"onlyMeShort": "Only me",
					"tipPrefix": "You can",
					"tipSuffix": "teammates in your note to notify them.",
					"failedToLoadTeamMembers": "Failed to load team members",
					"privateNotesNotAvailable": "Private notes aren’t available on your plan.",
					"noteUpdated": "Note updated",
					"noteAdded": "Note added",
					"failedToRefreshNotes": "Failed to refresh notes",
					"failedToSaveNote": "Failed to save note",
					"failedToSaveMissingApplicationId": "Failed to save note: missing application ID"
				},
				"candidateSendOffer": {
					"aiProgressDrafting": "Drafting offer message…",
					"aiProgressTailoring": "Tailoring details for the candidate…",
					"aiProgressFinishing": "Adding a professional finishing touch…"
				},
				"questionnaireTemplate": {
					"aiQuestionnaireName": "AI Questionnaire",
					"aiProgressGenerating": "Generating questions…",
					"aiProgressFineTuning": "Fine-tuning your questionnaire…",
					"aiProgressAlmostDone": "Almost done…",
					"generalTip": "For a general template add \"General\"."
				},
				"vatNumberPlaceholderExample": "Example - AB12345678",
					"deleteInterviewModal": {
						"title": "Delete Interview",
						"description": "Are you sure you want to permanently delete this interview? Any future events will be deleted from {{partnerName}} and your connected calendar."
					},
				"deleteCandidateModal": {
					"title": "Delete Candidate",
					"description": "This will permanently remove this candidate and all of their information. This action cannot be undone."
				},
				"deleteNoteModal": {
					"title": "Delete Note",
					"description": "Are you sure you want to delete this note? This action cannot be undone."
				},
				"deleteDocumentModal": {
					"title": "Delete Document",
					"description": "Are you sure you want to delete this document? This action cannot be undone."
				},
				"offerPreview": {
					"title": "Offer Preview",
					"candidateFallback": "Candidate",
					"sent": "Sent",
					"by": "by",
					"attachedFiles": "Attached files",
					"noMessageOrAttachments": "This offer has no message or attachments to display."
				},
				"offer": {
					"updateOffer": "Update Offer",
					"sendOffer": "Send Offer",
					"offerMessage": "Offer Message",
					"startTypingCandidateMessage": "Start typing a candidate message",
					"offerDocument": "Offer Document",
					"uploadFile": "Upload File",
					"fileTypeTip": "File type must be DOC, PDF. Files cannot be larger than 5mb.",
					"aiSubtext": "Hang tight — we’re drafting your offer."
				},
				"planFeatures": {
					"contactText": "We'll ask you about your needs, help you understand how pricing works, and get you started with any new features you need.",
					"chatWithUs": "Chat With Us"
				},
				"linkedinStatus": {
					"title": "LinkedIn Job Status"
				},
				"assessmentView": {
					"assessmentResult": "Assessment Result",
					"assessmentState": "Assessment State",
					"candidateState": "Candidate State",
					"candidateScore": "Candidate Score",
					"candidateUrl": "Candidate URL",
					"noResultsYet": "No results yet"
				},
				"bulkDeleteJobs": {
					"title": "Are you sure?",
					"description": "All selected job(s), candidate info and premium integrations will be deleted permanently. Are you sure you wish to delete these {{count}} job(s)? This action cannot be undone."
				},
				"candidateCvTitle": "Candidate CV",
				"quickViewTitle": "Quick View",
				"editCoverLetter": "Edit Cover Letter",
				"addCoverLetter": "Add Cover Letter",
			"selectQuestionnaireForm": "Select questionnaire form",
			"searchQuestionnaireTemplates": "Search questionnaire templates...",
			"noQuestionnaireTemplatesMatchSearch": "No questionnaire templates match your search.",
				"eventSchedule": {
					"editInterviewSchedule": "Edit Interview Schedule",
					"interviewHeadline": "Interview Headline",
					"interviewHeadlineTip": "The interview headline will be used as the name for the calendar entry for candidates and members.",
					"endTimeAfterStartTime": "End time must be after start time.",
					"noInPersonInterviewLocations": "You have no in-person interview locations.",
					"noSavedInPersonInterviewLocationsAdd": "You do not have any saved in-person interview locations. Add an in-person interview location",
					"selectAttendee": "Select attendee",
					"searchPeople": "Search people...",
					"noPeopleMatchSearch": "No people match your search.",
					"ignoreAllDayEventsTip": "Candidates can schedule interviews during your all-day calendar events.",
					"minAbbrev": "min",
					"hrAbbrev": "hr"
				},
			"questionnaireVideo": {
				"title": "Record Video Response",
				"readyTitle": "Ready to record your response?",
				"readySubtitle": "When you’re ready, click below to begin your video answer.",
				"startRecording": "Start Recording",
				"recordingStartsIn": "Recording starts in {{countdown}}…",
				"uploadingVideo": "Uploading video…",
				"finalizingVideo": "Finalizing video…",
				"maxDurationLabel": "Max duration: {{duration}}",
				"stopRecording": "Stop Recording",
				"videoRecordedSuccessfully": "Video recorded successfully",
				"videoRecordedSubtitle": "You can record again or continue.",
				"recordAgain": "Record Again",
				"completeVideoQuestion": "Complete Video Question"
			},
			"embedInstructions": {
				"instructionsHeading": "Instructions",
				"intro": "You can add a job application form, for this job, to any page on your website, just follow the steps below.",
				"step1": "Paste the script tag below into the <head> of your website.",
				"step2": "Paste the job embed tag where you want the form to appear.",
				"step3": "Preview and publish your website changes.",
				"scriptTagHeading": "Script Tag",
				"jobEmbedTagHeading": "Job Embed Tag",
				"noJobSelected": "Open this from a job to see its embed snippet."
			},
				"featureRequest": {
					"title": "Request Feature",
					"chooseCategory": "Choose Category",
					"chooseCategoryPlaceholder": "Choose category",
					"categoryNewFeature": "New feature",
					"categoryExistingFeature": "Existing feature",
					"categoryIntegrations": "Integrations",
					"categoryBug": "Bug",
					"requestName": "Request Name",
					"description": "Description",
					"descriptionPlaceholder": "Start typing your description"
				},
					"jobCampaignOverview": {
						"insights": "Insights",
						"screening": "Screening",
						"exportAllScreeningCsv": "Export all responses (CSV)",
						"exportScreeningQuestionCsv": "Export question (CSV)",
						"asked": "Asked",
						"answered": "Answered",
						"unanswered": "Unanswered",
						"screeningCsv": {
							"firstName": "First Name",
							"lastName": "Last Name",
							"email": "Email",
							"candidateId": "Candidate ID",
							"applicationId": "Application ID",
							"applied": "Applied",
							"answered": "Answered",
							"question": "Question",
							"response": "Response"
						},
						"statuses": {
							"completed": "Completed",
							"sent": "Sent",
							"pending": "Pending",
							"draft": "Draft",
							"upcoming": "Upcoming",
							"accepted": "Accepted",
							"declined": "Declined",
							"rejected": "Rejected",
							"cancelled": "Cancelled",
							"signed": "Signed"
						},
						"stats": "Stats",
						"newThisWeek": "New This Week",
						"coreDetails": "Core Details",
						"postedBy": "Posted By",
						"whoHasAccess": "Who Has Access",
						"noTeamMembersFound": "No team members found for this team.",
					"noEvaluationsYet": "There are no evaluations yet for this job.",
					"allEvaluations": "All Evaluations",
					"awaitingEvaluationCompletion": "Awaiting evaluation completion",
					"evaluatorNotCompleted": "The evaluator has not yet completed this evaluation.",
					"noQuestionnairesYet": "There are no questionnaires yet for this job.",
					"allQuestionnaires": "All Questionnaires",
					"awaitingQuestionnaireCompletion": "Awaiting questionnaire completion",
						"candidateNotCompletedQuestionnaire": "The candidate has not yet completed this questionnaire.",
						"noAnswersFound": "No answers found for this questionnaire.",
						"noScreeningQuestions": "No Screening Questions",
						"noScreeningQuestionsYet": "There are no screening questions configured for this job.",
						"noScreeningResponses": "No Screening Responses",
						"noScreeningResponsesYet": "There are no screening question responses yet for this job.",
						"allScreeningQuestions": "All Screening Questions",
						"allScreeningResponses": "All Screening Responses",
						"allCandidates": "All Candidates",
						"noCandidatesForQuestion": "No Candidates",
						"noCandidatesForQuestionHint": "There are no candidates to show for this question.",
						"noAnswersFoundForCandidate": "No answers found for this candidate.",
						"noAnswerForQuestion": "No answer found for this question.",
						"noOffersYet": "There are no offers yet for this job.",
						"allOffers": "All Offers",
						"offerNoMessageOrAttachments": "This offer has no message or attachments to display.",
						"noInterviewsYet": "There are no interviews yet for this job.",
					"allInterviews": "All Interviews",
					"interviewDate": "Interview Date",
					"interviewAcceptedStartDateTime": "Interview Accepted Start Date/Time",
					"interviewAcceptedMessage": "Interview Accepted Message"
				},
				"attachmentSuccRemoText" : "Attachment has been successfully removed.",
		"addACandidateManuTxt" : "Or add a candidate manually.",
		"howAutoWorkTxt" : "How automations work",
		"howAutoDescWorkTxt" : "Automations added will apply to future actions only. Conflicts between automations are not permitted.",
		"addPhoneNumWithCodeExtraTxt": "For eg - '+44xxxxxxxxxx'. You need to enter Phone number in double quotes, otherwise it will not be accepted.",
		"addPhoneNumWithCodeTxt": "If you want to add a Phone Number then please use Country Code, otherwise it will not be accepted.",
		"selctedPipelineStageExistedTxt": "Stage names already used for this job.",
		"replaceCurrentConfirmTxt": "This will replace your current pipeline. Are you sure?",
		"ruleStageAlready": "This stage already has rules with the same name defined.",
		"selectMatchScoreText": "Select Match Score Condition",
		"lessThanext": "Less than",
		"greaterThanText": "Greater than",
		"equalsToText": "Equals to",
		"selectStageText": "Select Stage",
		"selectLocText": "Select Location Country Condition",
		"selectLocLikeText": "LIKE",
		"selectLocNoLikeText": "NOT LIKE",
		"selectLocCityText": "Select Location City Condition",
		"getAutoActionText": "Get Automated Actions - Effortlessly manage your pipeline with automated stage actions, helping your entire team work faster and smarter.",
		"couldnotParseText": "We couldn't parse the resume due to missing or incomplete information. Please review the file and try again using the 'Parse' button.",
		"evalEmptyBoxMssg": "No Evaluations have been sent to",
		"quessEmptyBoxMssg": "No Questionnaires have been sent and completed to",
		"noDataAdded": "No data added.",
		"parseDataTxt": "Parsed Data",
		"issuedYearTxt": "Issued on year",
		"issuedOnTxt": "Issued on",
		"emailTxtHead": "E-Mail",
		"noParseDescHead": "There are no parsed data available for",
		"employHeadText": "Employment",
		"currentlyEmpHeadText": "Currently employed",
		"workHistHeadText": "Work History",
		"editWorkHistory": "Edit Work History",
		"employerNameText": "Employer Name",
		"fromDateHeadText": "From Date",
		"toDateHeadText": "To Date",
		"jobTitleHeadText": "Job Title",
		"jobLocaHeadText": "Job Location",
		"jobRespHeadText": "Job Responsibilities",
		"jobKeyProHeadText": "Job Key Projects",
		"degreeNameHeadText": "Degree Name",
		"fieldOfStudHeadText": "Field Of Study",
		"gradYearHeadText": "Graduation Year",
		"instituteHeadText": "Institute",
			"nativeLngTxt": "Native Language",
			"otherLanguagesText": "Other Languages",
			"hasDrivingLicenTxt": "Has Driving License?",
			"editPersonalDetails": "Edit Key Details",
		"profileType": "Profile Type",
		"url": "URL",
		"addLink": "Add link",
			"addProfile": "Add Profile",
		"editReferences": "Edit References",
		"relationship": "Relationship",
		"linkedinTextHead": "LinkedIn",
		"githubTextHead": "GitHub",
		"sentimentAnaText": "Sentiment Analysis",
		"matchAiDisclaimerTxt": "Match AI can make mistakes. Please review before making decisions.",
		"scoreAchievedText": "Match AI score achieved out of 10.",
			"matchAiNotAvailText": "Match AI data not available for this candidate.",
			"noMatchAiText": "No Match AI",
			"noMatchAiDetailText": "No Match AI results yet for {{name}}.",
			"noMatchAiDetailTextNoName": "No Match AI results yet.",
			"matchAiUpdatingText": "Updating Match AI results...",
			"AchievedTxt": "Achieved",
		"matchScoreTxt": "Match Score",
		"totalHeadText": "Total",
		"pendingHeadText": "Pending",
		"amcScoreTxt": "Achieved Match Score",
		"tmsText": "Total Match Score",
		"tpText": "Total pending",
		"isRecomQuesText": "Is Recommended?",
		"isRecomQuesYesText": "Yes",
		"isRecomQuesNoText": "No",
		"recomSummText": "Summary",
		"retRiskText": "Retention risk",
		"prosText": "Pros",
		"consText": "Cons",
		"interviewQuesText": "Interview Question Recommendations",
		"awardsTxt": "Awards",
		"awardName": "Award Name",
		"cmpName": "Company Name",
		"awardsDet": "Awards Details",
		"awardsYr": "Awards Year",
		"certifTxt": "Certifications",
		"certiName": "Certificate Name",
		"certifiName": "Certification Name",
		"certIssuDt": "Certificate Issue Date",
		"issueOrg": "Issue Organization",
		"validUnt": "Valid Until",
		"contactInfo": "Contact Information",
		"facebookTxt": "Facebook",
		"clkHtSee": "Click here to see",
		"gitHubTxt": "Github",
		"hmePhT": "Home Phone",
		"instagramTxt": "Instagram",
		"linkedinTxt": "Linkedin",
		"mobPhneTxt": "Mobile Phone",
		"persoEmTxt": "Personal Email",
		"portfolioText": "Portfolio",
		"TwitterText": "X",
		"WebsiteText": "Website",
		"WhatsappTxt": "Whatsapp",
		"workEmailTxt": "Work Email",
		"workPhTxt": "Work Phone",
		"youtubeText": "Youtube",
		"EducationText": "Education",
		"degreeNameTxt": "Degree Name",
		"fieldOStuText": "Field of Study",
		"yerOfGradTxt": "Year of Graduation",
		"UniversityText": "University",
		"emergCtText": "Emergency Contacts",
		"EmailText": "Email",
		"NameTextEmCt": "Name",
		"PhoneTextD": "Phone",
		"RelationshipTextR": "Relationship",
		"fileLangText": "File Language",
		"fileLangCdText": "File Language Code",
		"keyAchievTRext": "Key Achievements",
		"LanguagesText": "Languages",
		"LanguageText": "Language",
		"ProficiencyText": "Proficiency",
		"LocationText": "Location",
		"leaveDateText": "Leave Date",
		"BuildNumText": "Building Number",
		"CityText": "City",
		"CountryText": "Country",
		"CountryCdText": "Country Code",
		"distFJobLocText": "Distance From Job Location",
		"fullAddrText": "Full Address",
		"postalCdText": "Postal Code",
		"StateText": "State",
		"StreetText": "Street",
		"workVisaReqText": "Work Visa Required",
		"persoInfText": "Personal Information",
		"persAgeText": "Personal Age",
		"birthDtText": "Birth Date",
		"birthPlText": "Birth Place",
		"birthYrText": "Birth Year",
		"drivLicText": "Driving License",
		"CategoriesText": "Categories",
		"hasLicText": "Has License",
		"issueCtryText": "Issued Country",
		"firstNameText": "First Name",
		"fullNameText": "Full Name",
		"initialsText": "initials",
		"lastNameText": "Last Name",
		"middleNameText": "Middle Name",
		"nationCodeText": "Nationality Code",
		"nationDecsText": "Nationality Description",
		"PortfolioText": "Portfolio",
		"ProjectsText": "Projects",
		"ProjectTextDescription": "Project Description",
		"ProjectTextName": "Project Name",
		"RoleText": "Role",
		"tectUsedText": "Technologies Used",
		"YearTchText": "Year",
		"ReferencesText": "References",
		"ReferencesEmText": "Email",
		"ReferencesNmText": "Education Name",
		"phNumbText": "Phone Number",
		"RelationshipTextV": "Relationship",
		"SkillsText": "Skills",
		"othersSkillsText": "Other Skills",
		"softSkillsText": "Soft Skills",
		"techSKillsText": "Technical Skills",
		"SummaryText": "Summary",
		"TrainingText": "Training",
		"DescriptionTextH": "Description",
		"InstitutionText": "Institution",
		"TrainingTextName": "Training Name",
		"volutExpText": "Volunteer Experience",
		"workHistText": "Work History",
		"avgTimeJobText": "Average Time Per Job",
		"currentlyEmpText": "Currently Employed",
		"currentlyEmpYText": "YES",
		"currentlyEmpNText": "NO",
		"totalJobsText": "Total Jobs",
		"avgTmePerText": "Avg Time Per Job",
		"totalYrsExpText": "Total Years Experience",
		"yearsExpText": "Years Experience",
		"workExpText": "Work Experience",
		"EmployerText": "Employer",
		"fromDateText": "From Date",
		"jobTitleText": "Job Title",
		"jobTypText": "Job Type",
		"keyProjText": "Key Projects",
		"ResponsibilitiesText": "Responsibilities",
		"toDateText": "To date",
		"details": "Personal Details",
		"emailAddress": "Email Address",
		"phoneNumber": "Phone Number",
		"lastContacted": "Last Contacted",
		"applications": "Applications",
		"date": "Date",
		"source": "Source",
		"stage": "Stage",
		"status": "Status",
		"coverLetter": "Cover Letter",
		"addCoverNote": "Add Cover Note",
		"didntAddCoverLetter": "didn't add a cover letter",
		"startTypingToAddCoverLetter": "Start typing to add a cover letter",
		"cancel": "Cancel",
		"save": "Save",
		"customFields": "Custom Fields",
		"customFieldsWereNotAddedFor": "Custom fields were not added for",
		"socialProfiles": "Social Profiles",
		"addSocialLink": "Add Social Link",
		"didntAddAnySocialProfileLinks": "didn't add any social profile links",
		"cvResume": "Document",
		"download": "Download",
		"cv": "CV",
		"didntUploadCvResume": "didn't upload a CV/Resume",
		"pleaseWait": "Please wait.",
		"uploadCvResume": "Upload CV/Resume",
		"addDocument": "Add Document",
		"added": "Added",
		"delete": "Delete",
		"thereAreNoDocumentsAddedFor": "There are no documents added for ",
		"thisScoreWillcountTowardsTheOverallEvaluation": "This score will count towards the overall evaluation score for the candidate",
		"typeYourAnswerhere": "Type your answer here...",
		"selectAnOption": "Select an option",
		"strongNo": "Strong No",
		"no": "No",
		"yes": "Yes",
		"srongYes": "Strong Yes",
		"submitEvaluation": "Submit Evaluation",
		"editEvaluation": "Edit Evaluation",
		"completeEvaluation": "Complete Evaluation",
		"total": "Total",
		"evaluations": "Evaluations",
		"evaluators": "Evaluators",
		"totalEvaluations": "Total evaluations",
		"totalEvaluators": "Total evaluators",
		"totalPending": "Total pending",
		"evaluation": "Evaluation",
		"viewEvaluation": "View Evaluation",
		"requestEvaluation": "Request Evaluation",
		"add": "Add",
		"request": "Request",
		"evaluationForm": "Evaluation Form",
		"addEvaluators": "Add Evaluators",
		"addNewEvaluator": "Add New Evaluator",
		"send": "Send",
		"start": "Start",
		"youHaveNoEvaluationTemplatesInYourAccount": "You have no evaluation templates in your account",
		"requestedOn": "Requested on",
		"view": "View",
		"evaluationSummary": "Evaluation Summary",
		"questions": "Questions",
		"answered": "Answered",
		"youHaveDiscoveredPaidFeature": "You have discovered a paid feature",
		"upgradingYourAccountWillUnlockThisFeature": "Upgrading your account will unlock this feature, click the button below to get started or learn more",
		"scheduleEvent": "Schedule Event",
		"backToEvents": "Back to Events",
		"eventSent": "Event Sent",
		"eventAccepted": "Event Accepted",
		"eventRejected": "Event Rejected",
		"location": "Location",
		"youHaveNoEventsScheduledWith": "You have no events scheduled with",
		"updateEvent": "Update Event",
		"tip": "Tip",
		"youCan": "You can",
		"create": "create",
		"editYourOwnEventTypes": "edit your own event types",
		"inSettingsForExtraCustomisation": "in settings for extra customisation",
		"selectAnEventType": "Select an event type",
		"youDoNotHaveAnySavedEventTypesAddAnEventTypeHere": "You do not have any saved event types. Add an event type here",
		"here": "here",
		"inPersonLocation": "In-person Location",
		"youDoNotHaveAnySavedInPersonEventLocations": "You do not have any saved in-person event locations. Add an in-person event location",
		"eventDate": "Event Date",
		"startTime": "Start Time",
		"endTime": "End Time",
		"timeZone": "Time Zone",
		"changeYourTimeZone": "Change your time zone",
		"addAttendee": "Add Attendee",
		"note": "Note",
		"sendInvitation": "Send Invitation",
		"tasks": "Tasks",
		"tagsYouCommonlyUse": "Tags you commonly use will appear here",
		"addNewTag": "Add New Tag",
		"thereAreNoTagsAdded": "There are no tags added for",
		"questionnaires": "Questionnaires",
		"questionnaire": "Questionnaire",
		"candidateMessage": "Candidate Message",
		"sendNow": "Send Now",
		"youHaveNoquestionnaire": "You have no questionnaire templates in your account",
		"addNewTemplate": "Add New Template",
		"pending": "Pending",
		"getStarted": "Get Started",
		"completed": "Completed",
		"unknown": "Unknown",
		"completedOn": "Completed on",
		"sentby": "Sent by",
		"close": "Close",
		"noResponse": "No response",
		"yourBrowserDoesNot": "Your browser does not support the video tag",
		"thisVideoIsconvertingfor": "This video is converting for your Apple devices. Please check back soon",
		"playVideo": "Play Video",
		"youHaveDiscovered": "You have discovered a paid feature",
		"upgradingYourAccountWill": "Upgrading your account will unlock this feature, click the button below to get started or learn more",
		"getFeature": "Get Feature",
		"learnMoreAboutFeatures": "Learn more about features",
		"sendOffer": "Send Offer",
		"updateOffer": "Update Offer",
		"backToOffers": "Back to Offers",
		"offerSentBy": "Offer sent by",
		"offerSent": "Offer Sent",
		"offerAccepted": "Offer Accepted",
		"offerRejected": "Offer Rejected",
		"attachedFiles": "Attached files",
		"message": "Message",
		"Nooffershavebeensentto": "No offers have been sent to",
		"Starttypingacandidatemessage": "Start typing a candidate message",
		"UploadFile": "Upload File",
		"filteTypeMustBeDoc": "File type must be DOC, PDF. Files cannot be larger than 5mb",
		"Allmembers": "All members",
		"Canbeseenbyany": "Can be seen by any member with access to this candidate, including admins and teammates",
		"Private": "Private",
		"Public": "Public",
		"Privatenotescan": "Private notes can only be seen by you, they will not be accessible to any other account member",
		"Admins": "Admins",
		"Canbeseenbyalladmin": "Can be seen by all admin users, including those that are not a member of the team",
		"Teammembers": "Team members",
		"Canbeseenbyallteammembers": "Can be seen by all team users. Admins will only have access to this note if they are a member of the related team",
		"Thisnotonlyvisible ": "This note is only visible to you",
		"Therearenonotes": "There are no notes added for",
		"Newemailto": "New Email to",
		"Subject": "Subject",
		"AddTemplate": "Add Template",
			"Youhavenotemplates  ": "You have no templates in your account",
			"Youhavenotemplates": "You have no templates in your account",
	    "Searchtemplates": "Search templates",
		"AddNewTemplate": "Add New Template",
		"Youhavediscoveredan": "You have discovered an exclusive feature",
		"Upgradingyourplanwill": "Upgrading your plan will unlock this feature, click the button below to get started or learn more",
		"UnlockFeature": "Unlock Feature",
		"Learnmoreaboutfeatures": "Learn more about features",
		"AddEventLink": "Add Event Link",
		"Youhavenoeventschedules": "You have no event schedules in your account",
    "noActiveInterviewSchedules": "You have no active interview schedules in your account.",
		"AddEventSchedule": "Add Event Schedule",
		"AddReplacement": "Add Replacement",
		"sentanemailto": "sent an email to",
		"You": "You",
		"Youcopied": "You copied",
		"tothe": "to the",
		"job": "job",
		"Therearenoitems": "There are no items in the activity feed",
    "noActiviText" : "No Activity",
		"activityFeedMessages": {
			"candidateAppliedJob": "{{candidateName}} applied for the {{jobTitle}} job.",
			"candidateAddedByMemberToJob": "{{memberName}} added {{candidateName}} to the {{jobTitle}} job.",
			"candidateAddedByMemberToPool": "{{memberName}} added {{candidateName}} to the {{poolName}} pool.",
			"candidateCopiedToJob": "{{memberName}} copied {{candidateName}} to the {{jobTitle}} job.",
			"candidateCopiedToPool": "{{memberName}} copied {{candidateName}} to the {{poolName}} pool.",
			"candidateMovedToOtherStageJob": "{{memberName}} moved {{candidateName}} from the {{prevStageName}} stage to the {{newStageName}} stage in the {{jobTitle}} job.",
			"candidateMovedToOtherStagePool": "{{memberName}} moved {{candidateName}} from the {{prevStageName}} stage to the {{newStageName}} stage in the {{poolName}} pool.",
			"candidateDisqualifiedJob": "{{memberName}} disqualified {{candidateName}} from the {{jobTitle}} job.",
			"candidateRequalifiedJob": "{{memberName}} requalified {{candidateName}} to the {{jobTitle}} job.",
			"candidateRatingUpdated": "{{memberName}} gave {{candidateName}} a {{ratingValue}} star rating.",
			"candidateShortlisted": "{{memberName}} shortlisted {{candidateName}}.",
			"candidateUnshortlisted": "{{memberName}} removed {{candidateName}} from the shortlist.",
			"candidateHired": "{{memberName}} marked {{candidateName}} as hired.",
			"candidateTagAdded": "{{memberName}} added the {{tagName}} tag.",
			"candidateDocumentAdded": "{{memberName}} added a document.",
			"candidateNoteAdded": "{{memberName}} added a note.",
			"candidateSentEmail": "{{candidateName}} sent an email from {{candidateEmail}}.",
			"memberSentEmailToCandidate": "{{memberName}} sent an email to {{candidateEmail}}.",
			"memberSentQuestionnaire": "{{memberName}} sent a questionnaire to {{candidateName}}.",
			"candidateSubmittedQuestionnaire": "{{candidateName}} submitted a questionnaire.",
			"scheduleLinkSentToCandidate": "{{memberName}} sent an event schedule to {{candidateName}}.",
			"candidateBookedEventSchedule": "{{candidateName}} booked an event on {{date}} at {{time}}.",
			"memberSubmittedEvaluation": "{{memberName}} submitted an evaluation for {{candidateName}}.",
			"memberSentOffer": "{{memberName}} sent an offer to {{candidateName}}.",
			"candidateAcceptsOffer": "{{candidateName}} accepted your offer.",
			"candidateRejectsOffer": "{{candidateName}} rejected your offer.",
			"candidateDisqualifiedPool": "{{memberName}} disqualified {{candidateName}} from the {{jobTitle}} pool.",
			"candidateRequalifiedPool": "{{memberName}} requalified {{candidateName}} to the {{jobTitle}} pool.",
			"candidateMatchAiLessThan": "{{candidateName}} CV is parsed and Match Score is less than {{matchScore}}.",
			"candidateMatchAiGreaterThan": "{{candidateName}} CV is parsed and Match Score is greater than {{matchScore}}.",
			"candidateMatchAiEqualsTo": "{{candidateName}} CV is parsed and Match Score equals {{matchScore}}.",
			"candidateReceivedSms": "{{candidateName}} received SMS.",
			"candidateMatchSkills": "{{candidateName}} CV is parsed and Match Skills equal {{skill}}.",
			"candidateParsedCountryLike": "{{candidateName}} CV is parsed and Parsed Country matches {{country}}.",
			"candidateParsedCountryNotLike": "{{candidateName}} CV is parsed and Parsed Country does not match {{country}}.",
			"candidateParsedCityLike": "{{candidateName}} CV is parsed and Parsed City matches {{city}}.",
			"candidateParsedCityNotLike": "{{candidateName}} CV is parsed and Parsed City does not match {{city}}.",
			"candidateReceivedOtherSms": "{{senderName}} sent an SMS to {{candidateName}}.",
			"candidateCompletedAssessment": "{{candidateName}} completed {{assessmentName}} Assessment."
		},
		"Youhavediscovered   ": "You have discovered a paid feature",
		"Upgradingyouraccountwill": "Upgrading your account will unlock this feature, click the button below to get started or learn more",
		"GetFeature": "Get Feature",
		"Hired": "Hired",
		"OfferSent": "Offer Sent",
		"OfferAccepted": "Offer Accepted",
		"OfferRejected": "Offer Rejected",
		"Copied": "Copied",
		"parseCVTxt": "Analyse Candidate",
		"CopyCandidate": "Copy Candidate",
		"EditProfile": "Edit Profile",
		"ChooseJobPool": "Choose Job / Pool",
		"NoJobsPools": "No Jobs / Pools",
		"MarkHired": "Mark Hired",
		"AddImage": "Add Image",
		"lessthankb": "less than 500kb",
		"Next": "Next",
		"Previous": "Previous",
		"Delete": "Delete",
		"Requalify": "Requalify",
		"Disqualify": "Disqualify",
		"DownloadCVResume": "Download CV/Resume",
		"Applied": "Applied",
		"MoveStage": "Move Stage",
		"Qualify": "Qualify",
		"Save": "Save",
		"Cancel": "Cancel",
		"Email": "Email",
		"Headline": "Headline",
		"LastName": "Last Name",
		"FirstName": "First Name",
		"newEvaluationTemplate": "New Evaluation Template",
		"editEvaluationTemplate": "Edit Evaluation Template",
		"scorecard": "Scorecard",
		"listOfCriteria": "A list of criteria you can score \"Strong No\", \"No\", \"Not Sure\", \"Yes\", \"Strong Yes\"",
		"overallScore": "Overall Score",
		"overallScoreRequired": "Overall score always required",
		"notSure": "Not Sure",
		"strongYes": "Strong Yes",
		"newEmailTemplate": "New Email Template",
		"editEmailTemplate": "Edit Email Template",
		"giveYourTemplateName": "Give your template a name",
		"subject": "Subject",
		"addEventLink": "Add Event Link",
		"noEventSchedules": "You have no event schedules in your account",
		"addPipelineStage": "Add Pipeline Stage",
		"editPipeline": "Edit Pipeline",
		"editPipelineStage": "Edit Pipeline Stage",
		"usePipelineTemplate": "Use Pipeline Template",
		"selectEvaluator": "Select Evaluator",
		"updateClientExpiryDate": "Update Client Expiry Date",
		"CurrentExpiryDate": "Current expiry date",
		"addTags": "Add Tags",
		"commonTags": "Common Tags",
		"tagsCommonlyUsed": "Tags you commonly use will appear here",
		"addNewTags": "Add New Tags",
		"separateTagsByCommas": "Separate tags by commas, e.g. CS Degree, Java Programmer, PHP Programmer",
		"sendQuestionnaire": "Send Questionnaire",
		"questionnaireForm": "Questionnaire Form",
		"insert": "Insert",
		"questionnaireLink": "Questionnaire link",
		"newMessage": "New Email",
		"recipients": "Recipients",
		"startTypingYourEmail": "Start typing your email",
		"startTypingYourSms": "Start typing your SMS",
		"addReplacement": "Add Replacement",
		"copyCandidate": "Copy Candidate",
		"copyCandidates": "Copy Candidates",
		"moveCandidates": "Move Candidates",
		"chooseJobPool": "Choose Job / Pool",
		"selectJobToAddCandidate": "Please select a job to add this candidate to.",
		"pool": "Pool",
		"noJobsPools": "No Jobs / Pools",
		"searchPostCode": "Search by post code or name",
		"searchLocation": "Search Location",
		"editLocation": "Edit Location",
		"onePrimaryLoc": "You can have one location selected as your primary company location, typically your main company HQ. A primary location is required for job boards",
		"editEventSchedule": "Edit Event Schedule",
		"addEventSchedule": "Add Event Schedule",
		"eventHeadline": "Event Headline",
		"eventHeadlineTip": "The event headline will be used as the name for the calendar entry for candidates and teammates.",
		"eventType": "Event Type",
		"noEventTypes": "You do not have any saved event types. Add an event type",
		"addLocation": "Add Location",
		"selectOption": "Select an option",
		"noInPersonLocations": "You do not have any saved in-person event locations. Add an in-person event location",
		"onlineEventLink": "Online Event Link",
		"linkExpiration": "Link Expiration",
		"linkExpirationTip": "This is how long the link is valid for after the event schedule is activated.",
		"example": "Example",
		"dateRange": "Date Range",
		"availability": "Availability",
		"availabilityTip": "Select the days and times you and your teammates are available.",
		"attendees": "Attendees",
		"ignoreAllDayEvents": "Ignore All-Day Events",
		"ignoreAllDayEventsTip": "Candidates can schedule events during your all-day events.",
		"descriptionTip": "Need to add information for candidates? Add a quick description that will show on the live booking page.",
		"saveForLater": "Save For Later",
		"activateNow": "Activate Now",
		"editEventType": "Edit Event Type",
		"addEventType": "Add Event Type",
		"eventTypeName": "Event Type Name",
		"inPerson": "In-Person",
		"requiresLocation": "Requires a location.",
		"onlineEvent": "Online Event",
		"requiresEventLink": "Requires an event link URL.",
		"requiresInterviewLink": "Requires an interview link URL.",
		"blank": "Blank",
		"leaveLocationBlank": "Leave the location blank.",
		"saveEventType": "Save Event Type",
		"addEventTypeAction": "Add Event Type",
		"requestFeature": "Request Feature",
		"chooseCategory": "Choose Category",
		"newFeature": "New feature",
		"existingFeature": "Existing feature",
		"integrations": "Integrations",
		"bug": "Bug",
		"requestName": "Request Name",
		"description": "Description",
		"startTypingDescription": "Start typing your description",
		"addCompanyLocation": "Add Company Location",
		"companyAddressRequiredNote": "A company address is required on file by our job board partners, please add yours below or",
		"contactUs": "Contact Us",
		"addManually": "Add manually",
		"loadingLocationSearch": "Loading Location Search...",
		"mainDetails": "Main Details",
		"addressInformation": "Address Information",
		"addLocationManually": "Add Location Manually",
		"editLocations": "Edit Locations",
		"address": "Address",
		"fullAddress": "Full Address",
		"primaryLocation": "Primary Location",
		"primaryLocationTooltip": "You can have one location selected as your primary company location, typically your main company HQ. A primary location is required for job boards",
		"locationName": "Location Name",
		"buildingOfficeNumber": "Building / Office Number",
		"streetAddress": "Street Address",
		"townCity": "Town / City",
		"countyState": "County / State",
		"postalCode": "Postal Code",
		"postCode": "Post Code",
		"importCandidates": "Import Candidates",
		"addCandidate": "Add Candidate",
		"multipleCandidatesImport": "Multiple candidates to import? You can",
		"uploadCSVFile": "upload a CSV file",
		"andImportDataInBulk": "and import your data in bulk",
		"dragDropFileTxt": "Drag & Drop CSV file here or click to browse",
		"uploadCV": "Upload CV",
		"singleCandidateImport": "Upload a CSV file containing candidate information to quickly import previous data. Download our example CSV file",
		"alternativelyAddSingleCandidate": "Alternatively you can",
		"addSingleCandidate": "add a single candidate",
		"importCSVColumnHeadingsNote": "Please note: the column headings in your CSV must match the example, otherwise they will not be recognised or imported.",
		"confirmImportMessage": "This will attempt to import",
		"inviteYourTeam": "Invite Your Team",
		"teammatesEmail": "Teammate's Email",
		"teammatesRole": "Teammate's Role",
		"adminDescription": "Admins can access everything in your",
		"switchRole": "Switch Role",
		"manager": "Manager",
		"owner": "Owner",
		"managerDescription": "You have full control over manager permissions. Switch on or off specific permissions for this member.",
		"switchRoleExtended": "Switch Role",
		"teammatesTeams": "Teammate's Teams",
		"addNewTeam": "Add New Team",
		"invite": "Invite",
		"updateInvoiceDetails": "Update Invoice Details",
		"companyLegalName": "Company Legal Name",
		"billingEmail": "Billing Email",
		"jobBoardMarketplace": "Job Board Marketplace",
		"jobPromotion": "Job Promotion",
		"applicants": "applicants",
		"usingBudget": "using a budget of",
		"indeedPerformance": "The numbers provided are only estimates based on Indeed's past performance and do not guarantee future performance",
		"chooseCampaign": "Choose a campaign schedule option based on your hiring goals",
		"promoteJob": "Promote Job",
		"promotionManagedByIndeed": "This job promotion is managed by Indeed. You can check your",
		"accountSettings": "account settings",
		"jobAnalyticsOnIndeed": "on Indeed. If you need help with this promotion, you can reach out to Indeed",
		"logInToIndeed": "Log In to Indeed",
		"logInToIndeedDescription": "You need to log in to your Indeed account to promote your jobs on Indeed.",
		"enterIndeedEmail": "Enter Indeed email ",
		"enterIndeedEmailAddress": "Enter Indeed email address",
		"logInWithIndeed": "Log In with Indeed",
		"getPremiumJobBoard": "Get Premium Job Board",
		"premiumJobBoard": "Premium Job Board",
		"boostingJobWithPremiumBoard": "Boosting your job with a premium job board posting helps to maximise visibility and improve top level candidate reach. Select the premium job boards you want to promote on below",
		"startSelectedPremiumBoard": "Start your Selected Premium Job Board",
			"oopsSomethingWentWrong": "Oops! Something Went Wrong",
			"performancePrediction": "Performance Prediction",
			"performanceEstimator": "Performance Estimator",
			"estimatedApplicantsPerJob": "Est. Applicants per job",
			"averageCost": "Est. Average cost per apply",
			"advertiserJobs": "Advertisers like you with similar jobs receive an average of",
		"managePromotion": "Manage Promotion",
		"jobAnalyticsLink": "job analytics",
		"helpWithPromotion": "If you need help with this promotion, you can reach out to Indeed",
		"doNotPromote": "Do Not Promote",
		"promoteOnIndeed": "Promote on Indeed",
		"indeedEmail": "Enter Indeed Email",
		"dontHaveIndeedAccount": "Don't have an Indeed account",
		"ensureBillingSetUpOnIndeedWhichYouCanDo": "You will need to ensure billing is set up on Indeed which you can do",
		"numberEstimates": "The numbers provided are only estimates based on Indeed's past performance and do not guarantee future performance",
		"campaignName": "Campaign Name",
		"campaignStatus": "Campaign Status",
		"campaignType": "Campaign Type",
		"startDate": "Start Date",
		"endDate": "End Date",
		"addBudget": "Add budget",
		"receiveAbout": "jobs like yours receive about",
		"withBudgetOf": "With a budget of",
		"refreshAndReLoginIndeed": "Refresh and Re-Login Indeed",
		"marketInsights": "Market Insights",
		"budget": "What is your budget",
		"enterYourCampaignBudgetBelow": "Enter your campaign budget below",
		"campaignSchedule": "What is your campaign schedule",
		"premiumJobBoards": "Premium Job Boards",
		"premiumJobBoardAdvertising": "Premium Job Board Advertising",
		"boostJobVisibility": "Boosting your job with a premium job board posting helps to maximise visibility and improve top-level candidate reach. Select the premium job boards you want to promote on below.",
		"startSelectedPremiumJobBoard": "Start your Selected Premium Job Board",
		"manageCampaign": "Manage Campaign",
		"remainingTime": "Remaining Time",
		"days": "days",
		"endCampaign": "End Campaign",
		"addLinkedInAccount": "Add LinkedIn Account",
		"linkedinIdLabel": "LinkedIn ID",
		"linkedinIdPlaceholder": "Add your LinkedIn Company Page ID to automatically publish your jobs to LinkedIn, including any Premium listings. You can find this ID in the URL of your company page.",
		"acceptTermsText": "Please read and accept LinkedIn's",
		"termsAndConditions": "Terms and Conditions",
		"acceptTerms": "I agree",
		"facebookUrlPlaceholder": "To automatically publish your jobs on your company Facebook page you need to add your Facebook page URL above",
		"facebookUrlLabel": "Facebook URL",
		"authKeyValue": "Auth Key Value",
		"keyLabel": "Key",
		"addCompanyDetails": "Add Company Details",
		"companyDetailsExplanation": "We need a few more details about your company to send your jobs to partner sites like Indeed & LinkedIn",
		"companyDetailsExplanationLocumize": "We need a few more details about your company.",
		"accountType": "Account Type",
		"directEmployer": "Direct Employer",
		"recruitmentAgency": "Recruitment Agency",
		"companyWebsite": "Company Website",
		"addNewCard": "Add New Card",
			"updateCard": "Update Card",
			"youWill": "You will",
			"decideToSubscribe": " be charged unless you decide to subscribe to a paid plan",
			"cardholderName": "Cardholder Name",
			"cardDetails": "Card Details",
		"vatNumber": "Number",
		"saveCard": "Save Card",
		"paymentCardAdded": "Payment Card Added",
		"permissionsFor": "Permissions for",
		"admin": "Admin",
		"adminAccessDescription": "Admins can access everything in your",
		"managerControlDescription": "You have full control over a manager member permissions. Simply switch on or off the permissions you want this manager to have below",
		"newPipelineTemplate": "New Pipeline Template",
		"editPipelineTemplate": "Edit Pipeline Template",
		"templateName": "Template Name",
		"stageName": "Stage Name",
		"addStage": "Add Stage",
		"selectTemplate": "Select Template",
		"selectSender": "Select Sender",
		"selectRating": "Select Rating",
		"noRating": "No Rating",
		"evaluator": "Evaluator",
		"addEvaluator": "Add Evaluator",
		"separateTagsByCommasOther": "Separate tags by commas: Social Media, Marketer, AdWords",
		"separateTagsByCommasNoexample": "Separate tags by commas",
		"addRule": "Add Automation",
		"downgradingToPlan": "Downgrading to Plan",
		"selectingPlan": "Selecting Plan",
		"upgradingToPlan": "Upgrading to Plan",
		"ifYouSelectThe": "If you select the",
		"planYouWillBeLimitedTo": "plan, you will be limited to",
		"jobsPoolsAndLoseAccess": "jobs/pools, and lose access to the following features:",
		"ifYouSwitchToThe": "If you switch to the",
		"planYouWillHave": "plan, you will have",
		"jobsPoolsAndGetAccess": "jobs/pools and get access to the following features:",
		"switchPlan": "Switch Plan",
		"option1CareersWidget": "Option 1 - Careers Widget",
    "addWebsite": "Add to your website",
	    "websiteInstallation": {
	      "backToOptionsTitle": "Back to options",
	      "allOptions": "All Options",
	      "intro": "Adding a {{partnerName}} careers section to your website means that all of your job vacancies will automatically be listed and accessible to those closest to your brand. Select one of these quick and easy options to add your {{partnerName}} careers section to your website."
	    },
		"recommended": "Recommended",
		"option2WebsiteLink": "Option 2 - Website Link",
		"option3CustomDomain": "Option 3 - Custom Domain",
		"careersWidgetDescription": "The careers widget is a simple list of your jobs embedded on a dedicated page on your website, such as your careers page. All you’ll need is access to the Content Management System (CMS) of your website, then",
		"followTheseSteps": "follow these steps",
		"accessHtml": "Access the HTML on the webpage where you want the jobs to display.",
		"accessHtmlApplication": "Access the HTML where you want the job application form to display.",
		"copyScriptTag": "Copy the script tag from the box below and paste it into the head section of your website.",
		"copyJobsTag": "Copy the jobs tag below and paste it within your HTML where you want the job list to display.",
		"copyApplicationTag": "Copy the job tag of any job below and paste it within your HTML where you want the job application form to display.",
		"previewPageAndPublish": "Preview the page and publish.",
		"addLinkDescription": "Add a link to an existing page or website header/footer to directly link to your",
		"simpleWayDescription": "careers page. This is a really simple way of getting your jobs linked from your website, giving potential candidates a streamlined application process, and maximising your reach to new job applicants.",
		"followSteps": "follow these steps",
		"firstNeedAccessCms": "First, you’ll need access to the Content Management System (CMS) of your website, then",
		"typeCareers": "Type ‘Careers’, ‘We’re Hiring’, or similar somewhere on the page, ideally the header or footer.",
		"highlightText": "Highlight the text and select the option to add a hyperlink.",
		"careersPageHyperlink": "careers page below and insert this as the hyperlink",
		"copyLinkInsertHyperlink": "Copy the link to your",
		"customDomainDescription": "Create a custom domain for your",
		"customDomainCareerPage": "careers page to add more personalisation and company branding. You could add a careers page domain like jobs.example.com or careers.example.com.",
		"accessDns": "You’ll need access to your Domain Name System (DNS). If you need any help you can reach out to us anytime, or take a look at the documentation on your DNS providers help centre. To get started",
		"accessDnsAndSelectDomain": "Access your DNS and select the relevant domain.",
		"headToDnsManagement": "Head to the area where you can manage your DNS.",
		"createCnameRecord": "Create a CNAME record.",
		"insertHostname": "Insert the hostname/host/label. Our recommendation is ‘careers’.",
		"insertDestination": "Insert the destination/point to/target as ",
		"completeInstructionsOption2": "Once this is complete, you must follow the instructions in option 2.",
		"dnsChangeNote": "Changes to the DNS can take up to 24hrs to take effect.",
		"limitReached": "Limit Reached",
		"unlockUpgrade": "You have reached your trial account limit, to unlock all candidates upgrade to a paid plan now",
		"seePlans": "See Plans",
		"tagsTitle": "Tags",
		"tagsFor": "Tags for",
		"tagsWillAppearHere": "Tags you commonly use will appear here.",
		"getMoreCandidates": "Get More Candidates",
		"shareJobAcrossWeb": "Share your job across the web and get at least",
		"moreApplicants": "110% more applicants",
		"jobLink": "Job Link",
		"useUrlToShareJob": "Use this URL to share your job anywhere.",
		"applyEmailAddress": "Apply Email Address",
		"sendCandidatesViaEmail": "Send candidates to your job via email.",
		"publishOnSocialMedia": "Publish on Social Media",
		"shareJobWithFollowers": "Share your job with your social followers.",
		"newQuestionnaireTemplate": "New Questionnaire Template",
		"editQuestionnaireTemplate": "Edit Questionnaire Template",
		"giveYourTemplateAName": "Give your template a name",
    "enterJobTitleToGenerateQuestions": "Enter a job title to generate questions",
		"shortText": "Short Text",
		"shortTextDescription": "Good for open-ended questions that require a short answer.",
    "shortTextDescriptionNew" : "Good for open-ended questions that requires a short answer.",
		"longText": "Long Text",
		"longTextDescription": "Good for open-ended questions that require a long answer.",
		"longTextDescriptionNew": "Good for open-ended questions that requires a long answer.",
		"singleChoice": "Single Choice",
		"singleChoiceDescription": "A question allowing only one choice from a list of options, in a checklist format.",
		"multipleChoice": "Multiple Choice",
		"multipleChoiceDescription": "A question that allows more than one choice from a list of options.",
		"dropdown": "Dropdown",
		"dropdownDescription": "A question that allows only one choice from a list of options in a dropdown format.",
		"scaleRating": "Scale Rating",
		"scaleRatingDescription": "Good for providing a 0-10 scale rating for skills and characteristics.",
		"videoAnswer": "Video Answer",
		"videoAnswerDescription": "Ask a question and get a video answer from candidates.",
		"duration": "Duration",
		"twoMinutes": "2 Minutes",
		"max30Seconds": "Max 30 Seconds",
		"max1Minute": "Max 1 Minute",
		"max2Minutes": "Max 2 Minutes",
		"max5Minutes": "Max 5 Minutes",
		"questionRequired": "Question required",
		"typeQuestionHere": "Type question here",
		"option": "Option",
		"addOption": "Add Option",
		"addFirstLabel": "Add first label",
		"addLastLabel": "Add last label",
		"addNewQuestion": "Add New Question",
		"addTemplate": "Add Template",
		"saveTemplate": "Save Template",
		"planFeatureText": "We'll ask you about your needs, help you understand how pricing works, and get you started with any new features you need",
		"chatUs": "Chat With Us",
		"EditJob": "Edit Job",
		"AddNewJob": "Add New Job",
		"EditJobTemplate": "Edit Job Template",
		"NewJobTemplate": "New Job Template",
		"TemplateName": "Template Name",
		"AddJobTemplate": "Add Job Template",
		"Upgradetoapaid": "Upgrade to a paid account to unlock",
		"JobTitle": "Job Title",
		"Needajobdescription": "Need a job description",
		"Tryusingoneofour": "Try using one of our 700+ job description templates. Just start typing in the job title box and select the job description you want from the drop-down menu",
    "TryusingoneofourCustom" : "Try using one of our 700+ job description templates. Just start typing in the job title box and select the job description you want from the drop-down menu.",
		"AssignToTeam": "Assign To Team",
		"Whatareteams": "What are teams",
		"Alljobsareassigned": "All jobs are assigned to teams like Marketing or Sales to organise your jobs better. You can create as many teams as you want. To manage your teams head over to",
		"settings": "settings",
		"AddNewTeam": "Add New Team",
		"JobDescription": "Job Description",
		"Salary": "Salary",
		"Switchtorange": "Switch to range",
		"Switchtotextsalary": "Switch to text salary",
		"Addcurrency": "Add currency",
		"Addtimeunit": "Add time unit",
		"Other": "Other",
		"EmploymentType": "Employment Type",
		"JobLocation": "Job Location",
		"Whatarelocations": "What are locations",
		"Therearethreetypes": "There are three types of job locations you can add, office based, remote, or temporarily remote due to covid-19. Learn more about job locations",
		"officeBased": "Office based",
		"remote": "Remote",
		"hybridRemote": "Hybrid Remote",
		"companyLocationMessage": "You need to add a company location for your roles to get visibility on job boards like Indeed and LinkedIn.",
		"OfficeLocation": "Office Location",
		"Addnewlocation": "Add new location",
		"LocationName": "Location Name",
		"SearchLocation": "Search Location",
		"BuildingOfficeNumber": "Building / Office Number",
		"StreetAddress": "Street Address",
		"TownCity": "Town / City",
		"CountyState": "County / State",
		"PostCode": "Post Code",
		"Whatisthis": "What is this",
		"Youcanhaveone": "You can have one location selected as your primary company location,typically your main company HQ. A primary location is required for job boards",
		"Tags": "Tags",
		"AddCustomFields": "Add Custom Questions",
		"ExistedCustomFields": "Existed Custom Questions",
		"Customfieldsare": "Custom questions are really useful to screen candidates. Custom questions will appear on the application form for this job",
		"CustomField": "Custom Field",
		"FieldType": "Question Type",
		"LabelYourField": "Question",
		"AddNewField": "Add New Question",
		"Toincreasecandidate": "To increase candidate numbers and find the right hire keep all free job boards switched on",
		"JobBoards": "Job Boards",
		"Screenoutapplications": "Screen out applications that are not relevant by adding custom fields",
		"CustomFields": "Custom Fields",
		"Jobswithasalary": "Jobs with a salary get up to",
		"Addkeydetails": "Add key details about the job, your company and format nicely. No buzz words or ‘apply now’ needed.",
		"Keepyourjob": "Keep your job title concise but descriptive. No buzz words needed",
		"FreeJobBoardAdvertising": "Free Job Board Advertising",
		"Jobsaretypically": "Jobs are typically published within a few hours, for new companies, it can take up to 48 hours",
		"Learnmorehere": "Learn more here",
		"Saveasdefault": "Save as default",
		"Jobvisibilitiyissues": "Job visibilitiy issues",
		"SaveDraft": "Save Draft",
		"PublishNow": "Publish Now",
		"jobClosedHeading": "Job Closed",
		"jobClosedParag": "This job is closed. You can not promote a closed job. Please reopen the job to promote it on premium job boards.",
		"PremiumJobBoard": "Premium Job Board Advertising",
		"Boostingyourjobwith": "Boosting your job with a premium job board posting helps to maximise visibility and improve top level candidate reach. Select the premium job boards you want to promote on below",
		"YourLastLinkedIn": "Your Last LinkedIn Premium Job Post was FAILED and Reason was",
		"Youhavealready": "You have already Free LinkedIn Post of this Job. So you can upgrade it to Premium Job",
		"YourFreeLinkedin": "Your Free Linkedin Job is In Progress Mode.. So please wait",
		"YourPremiumLinkedin": "Your Premium Linkedin Job is In Progress Mode.. So please wait",
		"skip": "Skip",
		"promoteOn": "Promote on",
		"saveLinkedInPr": "Save LinkedIn ID and Promote",
		"enterLinkedInFirst": "Please enter LinkedIn ID first to promote in the LinkedIn Premium account",
		"exclusiveFeature": "This is an exclusive feature",
		"perAnnum": "per annum",
		"searchByCodeOrLoc": "Search By Post Code Or Location Name",
		"selectState": "Select State",
		"selectCity": "Select City",
		"addBudgetGBP": "Add a budget for the <b>cost-per-click (CPC) value</b>, in <b>GBP only</b>.",
		"publishNow": "Publish Now",
		"jobPostingTips": "Job posting tips & tricks",
		"moreApplications": "30% more applications",
		"addsalaryRange": "ideally, add a salary range.",
		"useSuggestedTemplate": "Would you like to use our suggested template job description?",
			"replaceJobDesc": "This will replace your existing job description. Are you sure?",
			"yourjobUpdated": "Your job has been updated.",
			"noPermissionToSponsor": "You do not have permission to sponsor this job. Please contact your account admin.",
			"customFieldQuestionRequired": "Please enter a question for each custom field.",
			"customFieldAnswersRequired": "Please enter at least one possible answer for each single or multiple choice question.",
			"enterBudgetValue": "Please enter the value for Budget",
		"cannotAddzeroBudget": "You cannot add a 0 budget",
		"enterAmountValueOnly": "Please enter the amount value only",
		"jobIdRequired": "Sorry, a job ID is required.",
		"jobUpdatedMonster": "Job updated on Monster.",
		"whatJobsWork": "Whatjobs works for UK jobs only",
		"USJobsWork": "only accepts US based jobs.",
		"addCompanyLinkedInId": "Add your company LinkedIn company ID",
		"googlesalaryRange": "Google only accepts salary as a range, not a text salary",
		"monstersalaryRange": "Monster only accepts salary as a range, not a text salary",
		"empAcceptSalrRange": "Employment only accepts salary as a range, not as a text salary.",
		"empAcceptOnlyCRC": "Employment only accepts CRC as payment currency.",
		"monsterRemoteJobs":"Monster does not accept hybrid remote jobs",
		"inputLinkedInId":"Please Input LinkedIn Id",
		"upwardCovid19":"Upward does not accept hybrid remote jobs",
		"upwardRemoteJobs":"Upward does not accept hybrid remote jobs",
		"talentCovid19":"Talent.com does not accept hybrid remote jobs",
		"talentRemoteJobs":"Talent.com does not accept hybrid remote jobs",
		"joobleCovid19":"Jooble does not accept hybrid remote jobs",
		"joobleRemoteJobs":"Jooble does not accept hybrid remote jobs",
		"jobTomeCovid19":"Jobtome does not accept hybrid remote jobs.",
		"jobtomeRemoteJobs":"Jobtome does not accept hybrid remote jobs",
		"jobsisjobCovid19":"Jobisjob does not accept hybrid remote jobs.",
		"jobisjobRemoteJobs":"Jobisjob does not accept hybrid remote jobs",
		"careerjetCovid19":"Careerjet does not accept hybrid remote jobs.",
		"careerjetRemoteJobs":"Careerjet does not accept hybrid remote jobs",
		"addCompanyFBURL":"Add your company Facebook URL",
		"glassdoorCovid19":"Glassdoor does not accept hybrid remote jobs.",
		"ziprecCovid19":"Zip Recruiter does not accept hybrid remote jobs.",
		"ziprecRemoteJobs":"Zip Recruiter does not accept hybrid remote jobs",
		"monsterCovid19":"Monster does not accept hybrid remote jobs.",
		"chargedConfirm": "Are you sure? you will be charged",
		"perClick": "per click",
		"forDays": "for {{days}} days",
		"isRequired": "is required.",
		"chooseEvaltemplate": "Please choose an evaluation template",
		"evalTemplateNotFound": "The evaluation template could not be found",
		"uploadAlreadyInProgress": "An upload is already in progress",
		"problemReadingFile": "There was a problem reading your file",
		"expiryDateExtended": "Expiry Date has been updated",
		"dear": "Dear",
		"thanksPostions": "Thanks again for your application for the position of",
		"progressInfo": "In order to progress with your application, we require a bit more information\n\nPlease click the following link to fill out the questionnaire:",
		"bestRegards": "Best regards",
		"with": "with",
		"profession": "Profession",
		"position": "Position",
		"registrationDate": "Registration Date",
		"switchText": "Custom Fields Required",
		"matchAiNotParse": "Could not parse due to resume do not have enough data OR some other reason, please try to parse again from button.",
			"matchAiNotParseLimit":"We couldn’t parse this resume because the file size exceeds the 3 MB limit. Please upload a smaller file and try again.",
			"matchAiNotParseCreditsRunOut":"You’ve run out of Match AI credits, so we couldn’t parse this resume. Please top up your credits to continue using this feature.",
			"matchAiNotParseIssue":"We couldn’t parse this resume due to an unexpected issue. Please try again, or contact support if the problem continues.",
			"matchAiReviewingCvText":"Match AI is reviewing this CV now. Please wait a moment...",
			"matchAiQueuedToastText":"Match AI has started reviewing this CV. Results will appear shortly.",
			"videoTextPdf": " Video questionnaire uploaded. Log into",
		"videoTextPdfpart": "to view candidate response.",
		"assignmentLength":"Assignment Length",
		"shiftLength":"Shift Length",
		"facilityLocation":"Facility Location",
		"facilityName":"Facility Name",
		"facilityZipcode":"Facility Zipcode",
		"BoardCertification":"Board Certification Required",
		"experience":"Experience",
		"graduatesAcceptable":"Graduates Acceptable",
		"onCallRequired":"On Call required",
		"supervisoryRole":"Supervisory Role",
		"refreshList": "Refresh List",
		"requestInProcess": "Your request is in process, please wait...",
		"customDomainPendingMessage":"Unfortunately, the custom domain verification is still pending, and as a result, we are<br> currently unable to send emails from the custom domain. If you would prefer not to wait<br> any longer and wish to delete your account, please click the 'Remove Custom Email' button.",
		"editInterType": "Edit Interview Type",
		"addInterType": "Add Interview Type",
    "interviewTypeName" : "Interview Type Name",
    "saveInterType" : "Save Interview Type"
	},
	"login": {
		"failToVerifyOtpText": "Failed to verify, please try again!",
		"aValidOtpText": "Please enter a valid OTP",
		"completeYourAccount": "Complete your account",
		"passwordNotStrongEnough": "We noticed your password is not strong enough. To make your account more secure, please update your password.",
		"otpSentMessage": "An OTP has been sent to your email to create your password. If you did not see it, check your spam folder.",
		"passwordChangedMessage": "Your password has been changed, please log in using your new details.",
		"setPassword": "Set Password",
		"passwordRequirementsMessage": "Use 10 or more characters with a mix of letters, numbers & symbols.",
		"haveAnAccountMessage": "Have an account",
		"logInHere": "Log in here",
		"needHelpMessage": "Need help",
		"contactUsHere": "Contact us here",
		"resetPassword": "Reset password",
		"updatePassword": "Update password",
		"emailSentMessage": "An email has been sent containing a link to reset your password. If you did not see it, check your spam folder.",
		"invalidLinkMessage": "The link you followed is invalid or has expired. Click the button below to try again",
		"newPasswordLabel": "New Password",
		"verifyYourEmail": "Verify your email",
		"pleaseEnterCode": "Please enter the 6 digit code sent to",
		"checkSpamFolder": "If you did not see it, check your spam folder.",
		"welcomeName": "Welcome",
		"weNeedMoreThings": "We just need a couple more things.",
		"inviteYourTeam": "Invite your team",
		"signInWith": "Sign up with ",
		"signUp": "Sign up",
			"fullName": "Full Name",
			"workEmail": "Work Email",
			"exampleFullName": "e.g. Jess Blogs",
			"exampleWorkEmail": "e.g. jess@nasa.com",
			"testimonialAlt": "{{name}} at {{company}}",
			"testimonialNameRole": "Tamar Sakadjian, Director",
			"testimonialCompanySize": "YourParkingSpace, 40+ People",
			"unsubscribeTitle": "Unsubscribe Success",
			"unsubscribeDesc": "You have successfully unsubscribed from any future emails, there are no further actions you need to take.",
		"password": "Password",
		"passwordTest": "10 characters min. Include at least 1 number and 1 symbol",
		"agreeSignUp": "By signing up, you agree to our",
		"getStarted": "Get Started",
		"termsOfService": "terms of service",
		"dataProcessingAgreement": "data processing agreement",
		"privacyPolicy": "privacy policy",
		"signUpsucess": "Signup Successful",
		"signUpApplyCoupon": "Choose one of your existing accounts to apply the coupon to",
		"resendVerificationEmail": "Resend verification email",
		"inviteTeammate": "Teammate's Email",
    "inviteMember2": "Member's Email",
    "avgRecCharText" : "With an average recruiter charging £8,000 a placement, we'll save approximately £95,000 on recruiting costs over the next year",
    "textJoThBus1" : "Join thousands of businesses",
    "textJoThBus2" : "Free 14-day trial",
    "textJoThBus2Hitmarker" : "Free 7-day trial",
    "textJoThBus3" : "Get started quickly",
    "textJoThBus4" : "World-class support",
    "textJoThBus5" : "Unlimited members",
		"skipThisStep": "Skip this step",
		"thanksYouemailVerify": "Thank you for verifying your email address",
		"pleaseLogIn": "Please log in",
		"logInWith": "Log in with",
		"areYouFromMarketingSite": "Are you from Marketing site?",
		"createPasswordLink": "Create password link",
		"forgotPassword": "Forgot password",
		"dontHaveAnAccount": "Don't have an account?",
		"createYourAccount": "Create your account",
		"redeemYourCoupon": "Redeem your coupon",
		"createyour": "Create Your",
		"goToOutlook": "Please go to your Outlook account, add your full name, and sign up again.",
		"enterYourFullName": "Please enter your full name",
		"pleaseEnterYourPassword": "Please enter a password",
		"useWorkEmail": "Your email address is not valid, please use your work email.",
		"enterValidOtpCode": "Please enter a valid OTP code.",
		"otpCodeNotCorrect": "Oops, that code is not correct, please try again."
	},
	"alertPopup": {
		"YaurFreeLinkdinPost": "Your free LinkedIn post is in progress. Please wait.",
		"Jobhasbeen": "Job has been successfully upgraded",
		"YourLinkedInjob": "Your LinkedIn job has been updated successfully.",
		"Thereisanerror": "There was an error updating your job.",
		"JobPostedSuccessfully": "The job has been posted successfully.",
		"JobUpdated": "The job has been updated.",
		"Pleasesubscribetosome": "Please subscribe to some plan first then you can post in",
		"JobSponsoredOnJobrapido": "Your job is sponsored on Jobrapido.",
		"PaymentNotSuccessful": "Your payment for {{boardName}} was not successful, please check your card details added.",
		"PaymentSuccessful": "Great! Your payment for {{boardName}} was successful.",
		"UpgradeToPaidPlanForScreeningQuestions": "You must upgrade to a paid plan to use screening questions.",
		"AddSubjectAndBody": "Please add a subject and body to send your message.",
		"CannotEditPersonalData": "You can't edit {{candidateName}}'s {{fieldName}} as they have created an account and are managing their own personal data",
		"ShortlistAlreadySelected": "Shortlist already selected.",
		"UnshortlistAlreadySelected": "Un-shortlist already selected.",
		"AddRatingAlreadySelected": "Add Rating already selected.",
		"RemoveRatingAlreadySelected": "Remove Rating already selected.",
		"RequalifyAlreadySelected": "Requalify already selected.",
		"DisqualifyAlreadySelected": "Disqualify already selected."
	},
	"confirmPopup": {
	    "analysisCandiTxt": "We encountered an issue while analysing this candidate. Please try again later.",
		"yourClientExp": "Your Client is expired.",
		"cvAlreadyPass": "CV is already parsed.",
		"errorIfOtherPlan": "Please purchase credits to access AI-powered candidate matching and CV parsing.",
		"nextMonthPlanLimitError": "Please wait for next month then you can do parse CV further as per plan limit.",
		"applicationCandiCVNotAtt": "This candidate does not have a CV. Please upload a CV to enable analysis.",
		"parseCVConfirm": "This will parse your CV. Are you sure?",
		"UpgradeJobFromFreeToPaid": "Are you sure to upgrade the Job from Free to Paid?",
		"EndSponsorship": "This will end your sponsorship. Are you sure?",
		"AreYouSure": "Are you sure?",
		"SwitchPrimaryLocation": "Are you sure you want to switch your primary location?",
		"NotesForTeamMembers": "Some notes are for team members only, they will not be copied with this candidate. Are you Sure?",
		"ReplaceCurrentMessage": "This will replace your current message with the template. Are you sure?",
		"RemoveCandidateCV": "Are you sure you want to remove this candidate's CV?",
		"DeleteEvaluation": "Are you sure you want to permanently delete this evaluation?",
		"CancelSubmission": "If you cancel your submission all progress will be lost. Are you sure?",
		"DeleteEventSchedule": "Are you sure you want to permanently delete this event schedule? Any future events will be deleted from your",
		"DeleteEventScheduleConnectedcal": "and connected calendar.",
		"ReplaceMessageWithTemplate": "This will replace your current message with the template. Are you sure?",
		"DiscardOffer": "Are you sure you wish to discard your offer?",
		"OverwritePendingOffer": "This will overwrite the current pending offer. Are you sure you wish to continue?",
			"RemoveCandidate": "This will permanently remove this candidate and all of their information. Are you sure?",
			"SubscribeCandidate": "Are you sure you want to subscribe this candidate?",
			"UnsubscribeCandidate": "Are you sure you want to unsubscribe this candidate?",
			"ReplacePipeline": "This will replace your current pipeline. Are you sure?",
		"RemovePipelineStep": "Are you sure you wish to remove this pipeline step?",
		"SendQuestionnaire": "Are you sure you wish to send this questionnaire?"
	},
		"dashBoard": {
		"Site Preferences": "Site Preferences",
		"Partner Name": "Partner Name",
		"Legal name": "Legal name",
		"Language": "Language",
		"Primary Color": "Primary Color",
		"Secondary Color": "Secondary Color",
		"Logos": "Logos",
		"Site Logos": "Site Logos",
		"OnBoarding Content": "OnBoarding Content",
		"OnBoarding Text": "OnBoarding Text",
		"OnBoarding Video": "OnBoarding Video",
		"OnBoarding Image": "OnBoarding Image",
		"OnBoarding Link": "OnBoarding Link",
		"JobActivation Content": "JobActivation Content",
		"OnBoarding Text": "OnBoarding Text",
		"OnBoarding Video": "OnBoarding Video",
		"OnBoarding Image": "OnBoarding Image",
		"OnBoarding Link": "OnBoarding Link",
		"Billing": "Billing",
		"addPlan": "Add Plan",
		"Plans": "Plans",
		"Stripe Info": "Stripe Info",
		"Default Currency": "Default Currency",
		"Links": "Links",
		"Policy links": "Policy links",
		"Hide Options": "Hide Options",
		"OAuth": "Integrations & authentication",
		"Google /OutLook": "Google /OutLook",
		"Premium LinkedIn": "Premium LinkedIn",
		"Contact Info": "Contact Info",
		"Invoice Address": "Invoice Address",
		"Registered Address": "Registered Address",
		"Contact Email": "Contact Email",
		"Support Email": "Support Email",
		"Keys/Tokens/URL": "Keys/Tokens/URL",
		"Partner API Key": "Partner API Key",
		"Partner API Key Limit": "Partner API Key Limit",
		"Partner WebHook Key": "Partner WebHook Key",
		"WebHook URL": "WebHook URL",
		"Partner Token": "Partner Token",
		"customizeMenu": "Customize",
		"savebtn": "Save",
		"manageInLinPlPref": "Manage Job Apply Process in the Indeed/Linkedin Platform Preferences",
		"manageIndeedPlPref": "Manage Job Apply Process in the Indeed Platform",
		"manageIndeedLinkedinPlPrefDesc": "If this option is switched OFF, then candidate will be redirected to our jobs URL page.",
		"turnOnPr": "Turn On Process",
		"turnOffPr": "Turn Off Process",
		"manageLinkedinPlPref": "Manage Easy Apply Process in the Linkedin Platform",
		"partnerName": "Name",
		"legalName": "Legal Name",
		"language": "Language",
		"primaryColor": "Primary Color",
		"secondaryColor": "Secondary Color",
		"welcomeMessage": "Welcome Message",
		"onBoardText": "Welcome Text",
		"onBoardLink": "Welcome Link",
		"onBoardImage": "Welcome Image Link",
		"onBoardVideo": "Welcome Video Link",
		"keysTokens": "API & webhooks",
		"partnerApiKey": "API key",
		"partnerApiKeyLimit": "API key limit",
		"partnerWebhookKey": "Webhook signing secret",
		"partnerWebHookUrl": "Webhook URL",
		"partnerToken": "Partner access token",
		"GoogleApiKey": "Google Api key",
		"GoogleClientId": "Google Client ID",
		"GoogleClientSecret": "Google Client Secret",
		"OutlookClientId": "Outlook Client ID",
		"OutlookClientSecret": "Outlook Client Secret",
		"OutlookClientSecretApi": "Outlook API key",
		"appName": "App Name",
		"parentLinkedInPremiumClientId": "Parent Linkedin Premium Client Id",
		"parentLinkedInPremiumClientSecret": "Parent Linkedin Premium Client Secret",
		"Links": "Links",
		"helpLink": "Help link",
		"contactUsLink": "Contact us link",
		"contactInfo": "Contact Info",
		"invoiceAddress": "Invoice Address",
		"registeredAddress": "Registered Address",
		"footerAddress": "Footer Address",
		"contactEmail": "Contact Email",
		"supportEmail": "Support Email",
		"jobActivation": "Job Activation",
		"pricingpageLink": "Pricing page Link",
		"Billing": "Billing",
		"planName": "Plan Name",
		"planjobs": "No. of Jobs",
		"planCurrency": "Currency",
			"planCurrencySymbol": "Symbol",
			"planPrice": "Price",
			"noPlans": "No plans Added",
			"noRecords": "No records",
			"planDetails": "Plan details",
		"planFeaturesDisabled": "Features Disabled",
		"planFeaturesEnabled": "Features Enabled",
		"stripeDetails": "Stripe Details",
		"stripePublicKeyTest": "Stripe Public Key test",
		"stripePrivateKeyTest": "Stripe Private Key test",
		"stripePublicKeyLive": "Stripe Public Key Live",
		"stripePrivateKeyLive": "Stripe Private Key Live",
		"addStripeDetails": "Add Stripe Details",
		"reports": "Reports",
		"questionnaires": "Questionnaires",
		"evaluations": "Evaluations",
		"bulk_import": "Bulk Import",
		"bulk_actions": "Bulk Actions",
		"audit_logs": "Audit logs",
		"candidate_activity_feed": "Candidate Activity Feed",
		"automatedActions": "Automated actions",
		"custom-fields": "Custom Actions",
		"customisable-pipelines": "Customisable Pipelines",
		"private-notes": "Private Notes",
		"video_interview_integration": "Video Interview Integration",
		"planId": "Plan Id",
		"indeedId": "Indeed Client ID",
		"indeedclientSecret": "Indeed Client Secret",
		"customizeMenuBack": "Back to Main Menu",
		"customize": "Customize Options",
		"termsLink": "Terms Link",
		"privacyLink": "Privacy Link",
		"dataProcessingLink": "Data Processing Link",
		"Help link": "Help link",
		"Contact Us link": "Contact Us link",
		"customDomainLink": "Custom Domain Link",
		"Premium Indeed": "Premium Indeed",
		"Hide Options": "Hide Options",
		"hideBilling": "Billing",
		"hideOAuth": "OAuth",
		"hideIntegrations": "Integrations",
		"gtmscript": "Google Tag Manager script",
		"gtmfallbackscript": "Google Tag Manager fallback script",
		"Scripts": "Tracking scripts",
		"Google Tag manager": "Google Tag manager",
		"Book Demo": "Demo booking URL",
		"Avatar Name": "Assistant name",
		"Pricing page": "Pricing page",
		"updateSettings": "Settings Updated",
		"defaultCurrency": "Default Currency",
		"updateSettings": "Settings Updated",
		"selectLang": "Select language",
		"hideBilling": "Billing",
		"hideOauth": "OAuth",
		"zapier": "Zapier",
		"slack": "Slack",
		"testkokoro":"Testkokoro",
		"indeed-premium": "Indeed Premium",
			"linkedin-premium": "Linkedin Premium",
			"vat": "VAT",
			"testkokoro": "Testkokoro",
			"hide": "Visibility & features",
			"mentions": "Mentions",
			"delplan": "Are you sure to remove plan?",
			"removePlan": "Remove Plan",
		"removePlanMsg": "Plan removed successfully",
		"setDefaultlanguage":"Set Default Language",
		"emailcommunication":"Email Communication",
    "Quantity" : "Quantity",
    "Amount" : "Amount"
	},
		"fix": {
	    "Location Country Value": "Location Country Value",
	    "Location Country Condition": "Location Country Condition",
	    "Questionnaire Sender": "Questionnaire Sender",
	    "Questionnaire Template": "Questionnaire Template",
	    "Evaluation Template": "Evaluation Template",
	    "Rating": "Rating",
	    "Email Sender": "Email Sender",
	    "Email Template": "Email Template",
	    "Match Score Value": "Match Score Value",
	    "Location City Value": "Location City Value",
	    "Location City Condition": "Location City Condition",
	    "Skills": "Skills",
	    "Match Score Condition": "Match Score Condition",
		"SMS": "SMS",
	    "Add New Tag": "Add New Tag",
		"Job": "Job",
		"done": "Done",
		"applicationEmbed": "Application Embed",
		"embedInstructions": "Embed Instructions",
		"copyCodeSnippet": "Copy Code Snippet",
		"Online Event": "Online Event",
		"Blank": "Blank",
		"In-Person": "In-Person",
		"Monday": "Monday",
		"Tuesday": "Tuesday",
		"Wednesday": "Wednesday",
		"Thursday": "Thursday",
		"Friday": "Friday",
		"Saturday": "Saturday",
		"Sunday": "Sunday",
		"day": "Day",
		"replacements": {
			"candidate_first_name": "Candidate first name",
			"candidate_last_name": "Candidate last name",
			"job_title": "Job title",
			"company_name": "Company name",
			"your_first_name": "Your first name",
			"your_last_name": "Your last name",
			"event_type": "Event type",
			"event_date": "Event date",
			"event_start_time": "Event start time",
			"event_end_time": "Event end time",
			"event_location": "Event location",
			"interview_link": "Interview link",
			"questionnaire_link": "Questionnaire link"
		},
		"Candidate first name": "Candidate first name",
		"Candidate last name": "Candidate last name",
		"Job title": "Job title",
		"Company name": "Company name",
		"Your first name": "Your first name",
		"Your last name": "Your last name",
		"havenotEmailed": "You haven't emailed",
		"upload": "Upload",
		"uploadApplicationForm": "Upload Application Form",
		"didntUploadApplication": "didn't upload Application Form",
		"CV/Resume Sift": "CV/Resume Sift",
		"First-Round Interview": "First-Round Interview",
		"Final-Stage Interview": "Final-Stage Interview",
		"Offer": "Offer",
		"Full Time": "Full Time",
		"Part Time": "Part Time",
		"Contract": "Contract",
		"Temporary": "Temporary",
		"Permanent": "Permanent",
		"Internship": "Internship",
		"Apprenticeship": "Apprenticeship",
		"Freelance": "Freelance",
		"Volunteer": "Volunteer",
		"Seasonal": "Seasonal",
		"Casual": "Casual",
		"Zero Hour": "Zero Hour",
		"Per Hour": "Per Hour",
		"Per Day": "Per Day",
		"Per Week": "Per Week",
		"Per Month": "Per Month",
		"Per Annum": "Per Annum",
		"formSift": "Application Form Sift",
		"formSift": "Application Form Sift",
		"update": "Update",
		"delete": "Delete",
		"noApplicationForm": "Form not Uploaded",
		"form_cover_letter": "Show cover letter in uploaded file for candidates applications",
		"download_file_text": "Download File Button Text",
		"enter_text_to_download_file": "Enter text to download file upto 50 characters",
		"enter_text_to_upload_file": "Enter text to upload file upto 50 characters",
		"file": "File",
		"File Upload": "Upload File",
		"updatedText": "Text Updated",
		"questionReq": "Question required?",
		"form_empty_text": "You can upload files to jobs such as a downloadable application form that will be available for candidates to complete and upload as part of their application process. Please note, if you have apply on Indeed and LinkedIn switched on, applicants won’t be able to upload your file.",
		"teammate": "Teammate",
		"teammates": "teammates",
		"openJobs": "Open jobs",
		"allUsers": "All Users",
		"Teammates": "Teammates",
		"fileUploads": "File Uploads",
		"fileUploadText": "File Upload",
		"noFormAdded": "No Application Form Added",
		"coverLetter": "Cover Letter",
		"coverLetterText": "You can choose whether to display or hide the cover letter field on your application forms. Use the toggle below to make your selection.",
		"jobSnaSeaText":"Disable direct applications from these boards and send candidates straight to your job page. Toggle below to ensure all applicants apply on your page.",
		"andTextSym":"and",
		"turnOn": "On",
		"turnOff": "Off",
		"externalApplications": "External Applications",
		"indeedApply": "You have the option to disable direct applications on Indeed and redirect candidates to your job pages instead. Simply toggle the setting below to ensure all applicants are directed to your designated job pages.",
		"LinkedinApply": "You have the option to disable direct applications on LinkedIn and redirect candidates to your job pages instead. Simply toggle the setting below to ensure all applicants are directed to your designated job pages",
		"questionField": "Question",
		"downloadFile": "Download File",
		"uploadFile": "Upload File",
		"upload_file_text": "Upload File Button Text",
		"uploadFileShift": "Upload File",
		"file": "File",
		"didntUploadFile": "didn't upload File",
		"uploadApplicationFile": "Upload Application File",
		"uploadApplicationFile": "Upload Application File",
		"addAttachment": "Add Attachment",
		"remove": "Remove",
		"typeInstructionsHere": "Type Instructions Here",
		"instructions": "Instructions",
		"emailSigDesc": "Email signatures allow you to add a custom signature to your emails",
		"emailSig": "Email Signature",
		"addLogoTo": "Add your logo ",
		"here": "here",
		"logoBeneath": "Your logo will appear underneath your signature",
		"quesHeading": "Give your questionnnaire a heading",
		"quesBtn": "Do you want to align Submit Button to the center?",
		"addInstructions": "Add text that does not require a response from the recipient.",
    "addInstructionsChgd" : "Add text that does not require response from recipient.",
		"typeAnswer": "Type your answer here",
		"removePipelineStep": "Are you sure you wish to remove this pipeline step ?The candidates will be moved to Applied stage after deletion of this stage ",
		"required": "Required",
		"defaultMessageSaved": "Default questionnaire Message Saved",
		"free": "Free",
		"Send Email": "Send Email",
		"Add Note": "Add Note",
		"Add Tag": "Add Tag",
		"Add Rating": "Add Rating",
		"Remove Rating": "Remove Rating",
		"Shortlist": "Shortlist",
		"Un-shortlist": "Un-shortlist",
		"Request Evaluation": "Request Evaluation",
		"Send Questionnaire": "Send Questionnaire",
		"Disqualify": "Disqualify",
		"Requalify": "Requalify",
		"Permanently Delete": "Permanently Delete",
		"Send SMS": "Send SMS",
		"Match Score": "Match Score",
		"Filter By Match AI Score": "Filter By Match AI Score",
		"Search Skills": "Search Skills",
		"Filter By Parsed Skills": "Filter By Parsed Skills",
		"Location Country": "Location Country",
		"Filter By Parsed Country": "Filter By Parsed Country",
		"Location City": "Location City",
		"Filter By Parsed City": "Filter By Parsed City",
		"Mark as Hired": "Mark as Hired",
		"gdprPolicyUpdated": "Privacy Policy/terms URL has been updated",
		"advancedFeature":"Advanced Feature",
		"getMentions":"Get @ Mentions",
		"mentionsText":"Improve team communication in notes with mentions",
		"getFeature":"Get Feature",
		"getNotes":"Get Notes",
		"commNotes":"Improve communication with notes",
		"customFields":"Get Custom Fields",
		"customFieldsText":"Improve candidate quality and get more information by asking the right questions when candidates apply for jobs with powerful custom fields",
		"notesPrivate":"Make Notes Private",
		"notesPrivateText":"Ensure key information you add in notes for any candidate is kept private to those that need to see it",
		"automatedActions":"Get Automated Actions",
		"automatedActionsText":"Effortlessly manage your pipeline with automated stage actions, helping your entire team work faster and smarter",
		"trackActivity":"Track candidate activity",
		"trackActivityText":"Upgrade your account and get full access to candidate activity feeds,enabling you to track all essential candidate activity",
		"learnMore":"Learn More",
		"discoverquestionnaires":"Discover top candidates with questionnaires",
		"discoverquestionnairesText":"Ask better questions, start hiring right-fit candidates and reduce employee churn with questionnaires",
		"evalText":"Make informed decisions with evaluations",
		"evalTextDeploy":"Deploy a smarter candidate selection process using informed decisions with candidate evaluations",
		"reportsFree":"Try Reports Free Today",
		"reportsFreeText":"Upgrade your account and get full access to reports or request a free trial below. If you need any help you can",
		"talkUs":"talk to us",
		"or":"or",
		"reportsEmp":"Reduce employee churn with Reports",
		"reducetime":"Reduce time-to-fill",
		"analyseJob":"Analyse best job sources",
		"evalCampaigns":"Evaluate job campaigns",
		"reduceChurn":"Reduce employee churn",
		"improvePerformance":"Improve member performance",
		"dataDecisions":"Make data-driven decisions",
		"tryReportsFree":"Try Reports Free",
		"getReports":"Get Reports Now",
		"tryOffersFreeToday":"Try Offers Free Today",
		"Try Offers Free":"Try Offers Free",
		"tryOffersFree":"Try Offers Free",
		"tryOffersFreeText":"Upgrade your account and get full access to offers or request a free trial below. If you need any help you can",
			"completeHiring":"Complete the hiring lifecycle with Offers",
			"sendOffers":"Send candidate offers",
			"secureDocuments": "Secure documents",
			"testimonialDanMcgaw": "Dan McGaw - CEO at Effin Amazing",
			"attractCandidates":"Attract better candidates",
		"simpleEasy":"Simple and easy-to-use",
		"convertCandidates":"Convert top candidates",
		"improveWorkflow":"Improve hiring workflow",
		"getOffers":"Get Offers",
		"bulkImporting":"Unlock Bulk Importing",
		"bulkImportingText":"Upgrade your account and get full access to bulk importing. If you need any help you can",
		"upgradingAccountText":"Upgrading your account will unlock this feature. Reach out to one of your account admins to get this feature unlocked. If you need any help you can",
		"importCandidatesSec":"Import candidates in seconds",
		"saveTime":"Save time",
		"addBulkCandidates":"Add candidates in bulk",
		"importCsv":"Import .CSV files",
		"improveWorkflow":"Improve workflow",
		"accessCandidates":"Access all candidates",
		"secureStorage":"Secure date storage",
		"getBulkImporting":"Get Bulk Importing Now",
		"calendarFree":"Try Calendar Feed Free Today",
		"calendarFreeText":"Upgrade your account and get full access to calendar feed. If you need any help you can",
		"syncCalendar":"Sync your calendar",
		"keepSync":"Keep everyone in sync",
		"fasterSchedule":"Faster scheduling",
		"noMissedInterviews":"No missed interviews",
		"getNoticed":"Get notified everywhere",
		"tryCalendarFeed":"Try Calendar Feed",
		"getCalendarFeed":"Get Calendar Feed",
		"tryPipelinesFreeToday":"Try Pipelines Free Today",
		"tryPipelinesFreeText":"Upgrade your account and get full access to customisable pipelines.If you need any help you can",
		"adminAccountFeature":"out to one of your account admins to get this feature unlocked. If you need any help you can",
		"organisedPipelines":"Get organised with Pipelines",
		"unlimitedStages":"Create unlimited stages",
		"candidatesOrganised":"Keep candidates organised",
		"hiringProcess":"Better hiring process",
		"syncTeam":"Synced across your team",
		"unifiedCandidateFlow":"Unified candidate flow",
		"tryPipelinesFree":"Try Pipelines Free",
		"getPipelines":"Get Pipelines Now",
		"auditLogFreeToday":"Try Audit Log Free Today",
		"upgradeAccountAudit":"Upgrade your account and get full access to audit log or request a free trial below. If you need any help you can",
		"accountabilityAudit":"Get full accountability with Audit Log",
		"betterMemberVisibility":"Better member visibility",
		"keyactions":"See who took key actions",
		"viewDelCandidate":"View who deleted a candidate",
		"fullAccountability":"Get full accountability",
		"keyactionsTaken":"When key actions where taken",
		"improveTransparency":"Improve team transparency",
		"auditLogFree":"Try Audit Log Free",
		"getAuditLog":"Get Audit Log Now",
		"enableTeamText":"has enabled our team to process all of our job candidates quickly and effectively. We now all can stay in the loop with everything",
		"unlockUpgrade":"Upgrading your account will unlock this feature. Reach",
		"months":"months",
		"hours":"Hours",
		"yes":"Yes",
		"no":"No",
		"maybe":"Maybe",
		"years":"years",
		"days":"days",
		"sampleJobDescription":"See Sample Job Description",
		"seeInstructions":"See Instructions",
		"hideInstructions":"Hide Instructions",
		"copyEmailAddress":"Copy the Job Application",
		"useEmailaddress":"Use the email address provided as the recipient when composing your email",
		"subjectJob":"Subject",
		"msgIncluding":"An email subject and email content is not required for this feature to work. We will automatically know the candidate's name from their email client.",
		"msgIncludingOther":"Any other information provided will appear in the 'Cover Letter' section when viewing the candidate",
		"fullname":"Their full name",
		"phoneNo":"Their phone number",
		"briefIntro":"A brief cover letter or personal introduction",
		"attachOnlyResume":"Attach only your CV/Resume file. Do not attach any other images, documents, or digital signatures. We accept the following file types: .doc, .docx, pdf, rtf, jpg, jpeg etc",
		"attachResume":"Attach Your Resume",
		"emailAddress":"Email Address",
		"example":"Example",
		"exampleOpt":"Example (Optional)",
		"To":"To",
		"Body":"Body",
		"composeEmail":"Compose Your Email (Optional)",
		"includeSub":"Include a clear subject like 'Job Application'",
		"shortMsg":"Write a short message, your candidate can include details like",
		"jobPending":"Your job is in PENDING state. Please check after some time",
		"matchingJobProcessing":"A similar job post is still being processed. Please wait a few seconds and try again.",
		"jobFailedLinkedin":"We were unable to post this job to LinkedIn due to an unexpected issue. Please contact support.",
		"creditRunOut":"Get Credits",
		"chromeIOSAlert":"Video recording is not supported in Chrome on iOS. Please open this page in Safari to record your video.",
    "booleanSearchDesc": "Easily refine your candidate pool with advanced Boolean Search, helping you find the perfect match faster and more accurately."
	},
	"permissions": {
		"manage_jobs": {
			"title": "Manage Jobs",
			"description": "The user can add, edit, close and archive jobs."
		},
		"manage_campaign": {
			"title": "Manage Campaign",
			"description": "The user can sponsor jobs on Indeed."
		},
		"manage_candidates": {
			"title": "Manage Candidates",
			"description": "The user can add and edit candidates."
		},
		"delete_candidates": {
			"title": "Delete Candidates",
			"description": "The user can delete candidates."
		},
		"organise_candidates": {
			"title": "Organise Candidates",
			"description": "The user can shortlist, reject, and rate candidates. The user can move candidates between stages. The user can tag candidates."
		},
		"message_candidates": {
			"title": "Message Candidates",
			"description": "The user can send email messages to candidates."
		},
		"manage_offers": {
			"title": "Manage Offers",
			"description": "The user can send and edit job offers."
		},
		"manage_events": {
			"title": "Manage Events",
			"description": "The user can add, edit, and remove events for candidates."
		},
		"manage_templates": {
			"title": "Manage Templates",
			"description": "The user can add, edit, and remove templates."
		},
		"company_settings": {
			"title": "Company Settings",
			"description": "The user can edit company settings."
		},
		"manage_teams": {
			"title": "Manage Teams",
			"description": "The user can add, edit and remove teams. The user can manage users within teams."
		},
		"view_notes": {
			"title": "View Candidate Notes",
			"description": "The user can view and add notes to candidates within their teams."
		}
	},
	"questionTypeText": {
		"text": {
			"name": "Open Text"
		},
		"shortText": {
			"name": "Short Text"
		},
		"longText": {
			"name": "Long Text"
		},
		"singleChoice": {
			"name": "Single Choice"
		},
		"multipleChoice": {
			"name": "Multiple Choice"
		}
	},
	"languageMap": {
		"en": "English",
		"es": "Spanish",
		"nl": "Dutch",
		"de": "German"
	},
	"smsTemplate": {
		"SMSTemplates": "SMS Templates",
		"NewTemplate": "New Template",
		"DeleteSMSTemplate": "Delete SMS Template",
		"NewSMSTemplate": "New SMS Template",
		"EditSMSTemplate": "Edit SMS Template",
		"TemplateName": "Template Name",
		"EventType": "Event Type",
		"AddReplacement": "Add Replacement",
		"AddTemplate": "Add Template",
		"SaveTemplate": "Save Template",
		"Add Template": "Add Template",
		"Save Template": "Save Template",
		"TemplateNamePlaceholder": "Give your template a name...",
		"TextAreaPlaceholder": "Start typing your message...",
		"Cancel": "Cancel",
		"NewSMS": "Send SMS to candidates",
		 "messageRequired": "Message is required.",
    "nameRequired": "Template Name is required.",
	"copySmsTemp": "Copy SMS Template"
	},
	"widget":{
		"firstName":"First Name",
		"lastName":"Last Name",
		"emailAddress":"Email Address",
		"phone":"Phone",
		"headline":"Headline",
		"tip":"Tip:",
		"shortdesc":"Short description that describes what you do, e.g. Graphic Designer, Quality ananlyst.",
		"coverLetter":"Cover Letter",
		"attachResume":"Attach CV/Resume"
	},
		"external":{
    "searchProfiles":"Search Profile",
    "selectProfile":"Select profile",
    "noProfilesSearch":"No profiles found",
    "expirationDate":"Expiration Date",
    "assessmentName":"Assessment Name",
    "createAssessment":"Create New Assessment",
		"verify":"Verify",
		"clientSecret":"Client Secret",
		"clientId":"Client Id",
		"Email":"Email",
		"addDetails":"Add Details",
		"webhookUrl": "Webhook URL",
		"expiry":"Expiry",
		"noAssessments":"You have no assessments in your account.",
			"assign":"Assign",
			"noAssessmentsSearch":"No assessment match your search",
			"searchAssessmentsPlaceholder":"Search assessments",
			"addAssessment":"Add Assessment",
			"selectAssesment":"Select assessment",
		"fieldsreq":"Please fill in all details",
		"assessments":"Assessments",
		"assessment":"Assessment",
		"completed":"Completed",
		"pending":"Pending",
		"total":"Total",
			"add":"Add",
			"viewAssessment":"View Assessment",
			"deactivated":"Deactivated",
			"delAssignment":"Are you sure you want to permanently delete this assignment?",
			"testkokoroDeactivated":"Testkokoro is deactivated. To activate it please check with admin.",
		"noAssessmentsAdded":"No assessments",
		"noAssessmentsAddedFor":"There are no assessments added for ",
		"failedLoadingAssessments":"Failed to load Assessments",
		"testkokoDesc":"TestKokoro is a comprehensive talent assessment tool that combines psychometrics, artificial intelligence, competency analysis, and security to help companies identify the best candidates in an objective, efficient, and fair way",
		"adminPermissions":"You need admin permissions to connect",
		"selectAssessment":"Select assessment",
		"sendAssessment":"Send assessments",
		"searchAssessments":"Search assessments",
		"assessmentResult":"Assessment Result",
		"assessmentState":"Assessment State",
		"candidateState":"Candidate State",
		"candidateScore":"candidate Score",
		"candidateURL":"candidate URL",
		"noresultsYet":"No Results Yet",
		"viewAssessment":"view Assessment",
		"pending":"Pending",
		"completed":"Completed",
		"TestkokoroDeactivated":"Testkokoro is Deactivated. Please contact Admin"

	},
		"partnerAdmin": {
			"editSettings": "Edit settings",
			"branding": "Branding",
			"linksAndLegal": "Links & legal",
			"integrations": "Integrations",
			"visibilityAndFeatures": "Visibility & features",
			"onboardingContent": "Onboarding content",
			"billingPlans": "Billing plans",
			"billingSettings": "Billing settings",
			"configured": "Configured",
			"notConfigured": "Not configured",
			"google": "Google",
			"outlook": "Outlook",
		"links": "Links",
		"contactDetails": "Contact details",
		"apiAndWebhooks": "API & webhooks",
		"oauthCredentials": "OAuth credentials",
		"analyticsScripts": "Analytics scripts",
		"gtmScript": "GTM script",
		"gtmFallback": "GTM fallback",
		"jobActivation": "Job activation",
		"featureVisibility": "Feature visibility",
		"appName": "App name",
		"googleApiKey": "Google API key",
		"googleClientId": "Google client ID",
		"googleClientSecret": "Google client secret",
		"outlookApiKey": "Outlook API key",
		"outlookClientId": "Outlook client ID",
		"outlookClientSecret": "Outlook client secret",
		"billingFrequency": "Billing frequency",
		"yearly": "Yearly",
		"linkedinClientId": "LinkedIn client ID",
		"linkedinClientSecret": "LinkedIn client secret",
		"indeedClientId": "Indeed client ID",
		"indeedClientSecret": "Indeed client secret",
		"trialSignupsLast30Days": "Client trial signups (last 30 days)",
		"clientSignupsLast30Days": "Client signups (last 30 days)",
		"activeClientSignupsLast30Days": "Active client signups (last 30 days)",
		"newApplicantsLast30Days": "New applicants (last 30 days)",
		"jobsAddedLast30Days": "Jobs added (last 30 days)",
		"paidClientsLast30Days": "Paid clients (last 30 days)",
		"clientsByStatus": "Clients by status",
			"jobsByApprovalStatus": "Jobs by approval status",
			"trialSignups": "Trial signups",
			"trialSignupsAllTime": "Trial signups (all time)",
			"clientSignups": "Client signups",
				"activeClientSignups": "Active signups",
				"paidClientsAllTime": "Total paid clients (all time)",
				"activeJobsAllTime": "Total active jobs (all time)",
				"newApplicants": "New applicants",
				"jobsAdded": "Jobs added",
					"paidClients": "Paid clients",
					"applicantsPerDayLast30Days": "Applicants per day (last 30 days)",
					"applicantsCumulativeLast30Days": "Applicants (cumulative, last 30 days)",
					"applicantsPerDay": "Applicants per day",
					"applicantsCumulative": "Applicants (cumulative)",
					"applicantsPerWeekLast4Weeks": "Applicants per week (last 4 weeks)",
					"jobOffersSent": "Job offers sent",
					"totalApplicants": "Total applicants",
					"applicantsBySource": "Applicants by source",
					"seenVsUnseenCandidates": "Seen vs unseen candidates",
					"noDataLast30Days": "No data in the last 30 days.",
						"noDataInRange": "No data in the selected date range.",
						"dateRangeTooLarge": "Date range too large (max {{days}} days).",
						"jsConfirmPlanChg1" : "Are you sure to change Plan of current Client? This client current Currency is",
						"jsConfirmPlanChg2" : "new Selected Billing Frequency will be",
						"jsConfirmPlanChg3" : "and new Selected Plan Name will be",
						"jsConfirmPlanChg4" : "and existed Plan Name is",
						"jsConfirmPlanChg5" : "Selected plan with frequency has been set successfully...",
						"jsConfirmPlanChg6" : "Selected frequency for existed plan has been set successfully..."
					}

				}
