package.cjs.translations.en.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neeto-commons-frontend Show documentation
Show all versions of neeto-commons-frontend Show documentation
A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.
{
"generic": {
"error": "Something went wrong. Please try again later."
},
"authentication": {
"notLoggedIn": "Could not authenticate, please login to continue!",
"couldNotAuth": "Could not authenticate with the provided {{parameter}}.",
"incorrectPassword": "Current password is incorrect. Please try again.",
"incorrectEmailPassword": "Incorrect email or password. Please try again."
},
"authorization": {
"unauthorized": "You are not authorized to perform this action."
},
"resource": {
"add_one": "{{entity}} has been added successfully.",
"add_other": "{{entity}} have been added successfully.",
"save": "{{entity}} has been saved successfully.",
"save_one": "{{entity}} has been saved successfully.",
"save_other": "{{entity}} have been saved successfully.",
"update": "{{entity}} has been updated successfully.",
"update_one": "{{entity}} has been updated successfully.",
"update_other": "{{entity}} have been updated successfully.",
"delete_one": "{{entity}} has been deleted successfully.",
"delete_other": "{{entity}} have been deleted successfully.",
"clone": "{{entity}} has been cloned successfully.",
"notFound": "{{entity}} does not exist.",
"remove_one": "{{entity}} has been removed successfully.",
"remove_other": "{{entity}} have been removed successfully.",
"sent": "{{entity}} sent successfully.",
"merged": "{{entity}} have been successfully merged.",
"disconnected": "{{entity}} has been successfully disconnected."
},
"otp": {
"sent": "OTP has been sent successfully.",
"invalid": "Invalid OTP",
"verified": "OTP has been verified successfully."
},
"upload": {
"error": "An error occurred while uploading the file"
},
"image": {
"profile": {
"removalFailed": "Failed to remove profile picture",
"removalSuccess": "Profile picture successfully removed"
},
"contentTypeInvalid": "Other than jpg, png, svg are not supported",
"sizeOutOfRange": "Should not be more than {{maxSize, number}} MB"
},
"userRole": {
"deactivateActiveAdmin": "You cannot deactivate active admin from the organization!"
},
"activeRecord": {
"error": {
"blankName": "Name can't be blank",
"blankDescription": "Description can't be blank",
"blankValue": "Value can't be blank",
"prefixType": "Prefix type {{value}} is not valid",
"minimumEntryLimit": "Minimum entry limit must be less than or equal to {{maximumEntryLimit, number}}",
"maximumEntryLimit": "Maximum entry limit must be greater than or equal to {{minimumEntryLimit, number}}"
}
},
"sessions": {
"expiry": "Your session has expired. Please login again."
},
"payment": {
"error": {
"incomplete": "Your payment could not be completed"
}
},
"invitations": {
"deleted_one": "Invitation has been deleted successfully",
"deleted_other": "{{count, number}} Invitations have been deleted successfully",
"sent_one": "Invitation has been sent successfully",
"sent_other": "{{count, number}} Invitations have been sent successfully",
"notFound": "{{email}} was not invited to test this website."
},
"github": {
"error": {
"webhookPermissionDenied": "Permission denied. Ensure you have permission to create webhooks for the repository.",
"primaryNonDeletable": "Primary Github account cannot be deleted."
}
},
"neetoCommons": {
"fallbackComponent": {
"somethingWentWrong": "Sorry, something went wrong.",
"description": "Please try reloading the page.
If the problem persists, contact us ."
},
"toastr": {
"success": {
"copiedToClipboard": "Copied to clipboard!"
},
"error": {
"networkError": "No Internet Connection"
}
},
"notice": {
"errorOccurred": "Some error occurred."
},
"validators": {
"isRequired": "{{what}} is required.",
"mustNotContainCapitalLetters": "{{what}} must not contain capital letters.",
"mustNotContainSpaces": "{{what}} must not contain spaces.",
"mustNotContainSpecialCharactersExceptHyphen": "{{what}} must not contain any special characters, except '-'",
"mustNotStartOrEndWithSpecialCharacters": "{{what}} must not start or end with special characters."
},
"copyToClipboard": {
"failed": "Failed to copy to clipboard"
}
}
}