All Downloads are FREE. Search and download functionalities are using the official Maven repository.

i18n.wm.en.json Maven / Gradle / Ivy

There is a newer version: 11.9.2.ee
Show newest version
{
  "com.wavemaker.runtime.$RestServiceInvokeFailed" : "Error while invoking rest service, Check logs for more information",
  "com.wavemaker.runtime.HttpRequestData.construction.failed" : "Failed to construct HttpRequestData for the request",
  "com.wavemaker.runtime.OAuth2ProviderConfig.not.found" : "No OAuth2ProviderConfig found for given providerId {0}",
  "com.wavemaker.runtime.allowedOrigins.cannot.be.empty" : "AllowedOrigins cannot be empty for corsPathEntry {0}",
  "com.wavemaker.runtime.blob.content.not.found" : "Blob content not found for {0} in {1} {2}",
  "com.wavemaker.runtime.blobContent.cast.failed" : "Failed to cast Blob content ",
  "com.wavemaker.runtime.blobContent.updated.failed" : "Failed to update blob content",
  "com.wavemaker.runtime.cannot.instantiate.class" : "Cannot instantiate class {0}",
  "com.wavemaker.runtime.certificate.Import.error" : "Error importing certificate to keystore",
  "com.wavemaker.runtime.cipher.creation.error" : "Error while creating cipher",
  "com.wavemaker.runtime.could.not.encode.redirectpage" : "could not encode redirectPage",
  "com.wavemaker.runtime.data$CannotRollback" : "Failed to rollback transaction",
  "com.wavemaker.runtime.data$ClassNotFound" : "Failed to load the class {0}",
  "com.wavemaker.runtime.data$DBCommitException" : "Database Exception - Commit failed. Check whether DB is up",
  "com.wavemaker.runtime.data$DBConnectionException" : "Database Exception - Failed to connect to Database",
  "com.wavemaker.runtime.data$DBInvalidDataAccessResourceUsageException" : "DB operation failed because of the error {0},USAGE - Please Import or Export DB In case of Design Updates.",
  "com.wavemaker.runtime.data$DBOperationFailedException" : "DB operation failed because of the error {0},please check server logs for more information",
  "com.wavemaker.runtime.data$DBSQLException" : "Database Exception - Failed in executing SQL statement",
  "com.wavemaker.runtime.data$DataIntegrityViolation" : "Data Integrity Violation: {0}",
  "com.wavemaker.runtime.data$DuplicateConstraint " : " Constraint already defined in table {0} with same columns.",
  "com.wavemaker.runtime.data$EntityNotFound": "No record found",
  "com.wavemaker.runtime.data$InvalidInput": "Invalid Input: {0}",
  "com.wavemaker.runtime.data$InvalidTypeAsUnique ": " Column of data type LOB cannot be unique at column {0} in table {1}.",
  "com.wavemaker.runtime.data$NamedQueryNotFound": "The named query {1} does not exist in service {0}",
  "com.wavemaker.runtime.data$QueryDoesntTakeParams": "The named query {0} does not declare any input parameters, but {1} was passed as input to the query",
  "com.wavemaker.runtime.data$QueryRequiresParams": "The named query {0} requires the following parameters: {1}",
  "com.wavemaker.runtime.data$RelationWithIdentityColumnNotPossible": " SQL Server: Can't create Foreign key for column having IDENTITY generator",
  "com.wavemaker.runtime.data$TypeMappingFailure": "Error setting property to field: {0} in class {1}",
  "com.wavemaker.runtime.data$UniqueKeyForPrimaryKey ": " Primary key already Unique key. No need specify separately.",
  "com.wavemaker.runtime.data$UnknownFieldName": "Unknown field name {0} is provided for sort operation",
  "com.wavemaker.runtime.data$SyntaxErrorInQuery": "Syntax Error in Query '{0}' at position {1}. Error is '{2}'",
  "com.wavemaker.runtime.data.exporting.csv.error": "Error while exporting data to CSV format",
  "com.wavemaker.runtime.data.exporting.error": "Error while exporting data",
  "com.wavemaker.runtime.decryption.error": "Error while decrypting value",
  "com.wavemaker.runtime.empty.default.headers": "defaultHeaders can't be empty",
  "com.wavemaker.runtime.empty.header.prefix": "headerPrefix should not be empty",
  "com.wavemaker.runtime.empty.object": "object cannot be empty",
  "com.wavemaker.runtime.empty.path": "path is empty",
  "com.wavemaker.runtime.empty.serviceId": "ServiceId is empty",
  "com.wavemaker.runtime.encryption.error": "Error while encrypting value",
  "com.wavemaker.runtime.entity.not.found": "No {0} found with id: {1}",
  "com.wavemaker.runtime.entity.not.found.for.given.map" : "No entity found for given unique key values {0}",
  "com.wavemaker.runtime.error.creating.keystore" : "Error creating keystore",
  "com.wavemaker.runtime.error.saving.keystore" : "Error saving keystore",
  "com.wavemaker.runtime.error.while.executing.procedure" : "Error while executing Procedure",
  "com.wavemaker.runtime.error.while.loading.entity" : "Error while loading entity",
  "com.wavemaker.runtime.error.while.reading.value" : "Error while reading value",
  "com.wavemaker.runtime.export.building.error" : "Exception while building report",
  "com.wavemaker.runtime.failed.to.create.dataSource.for.contentType" : "Failed to create DataSource for content-type {0}",
  "com.wavemaker.runtime.failed.to.download.file.from.url" : "Failed to download file from url {0}",
  "com.wavemaker.runtime.failed.to.execute.procedure" : "Failed to execute procedure ",
  "com.wavemaker.runtime.failed.to.fetch.accessToken" : "Failed to fetch access token",
  "com.wavemaker.runtime.failed.to.fetch.resultset" : "Failed to fetch ResultSet",
  "com.wavemaker.runtime.failed.to.parse.responseBody" : "Failed to parse responseBody",
  "com.wavemaker.runtime.failed.to.prepare.response" : "Failed to prepare response.",
  "com.wavemaker.runtime.failed.to.process.cursor" : "Failed to process cursor",
  "com.wavemaker.runtime.failed.to.read.idp.metadata" : "Failed to read idp metadata ",
  "com.wavemaker.runtime.failed.to.read.swagger" : "Failed to read the swagger for the service {0}",
  "com.wavemaker.runtime.field.not.found" : "Field {0} does not exist in class {1}",
  "com.wavemaker.runtime.file.deletion.error" : "Deletion of file at {0} is not allowed. ",
  "com.wavemaker.runtime.file.not.found" : "File {0} not found",
  "com.wavemaker.runtime.file.reading.error" : "Error while reading multi part file",
  "com.wavemaker.runtime.file.writing.exception" : "Exception while writing to export file.",
  "com.wavemaker.runtime.hibernateTemplate.not.set" : "hibernate template is not set.",
  "com.wavemaker.runtime.inputStream.not.found" : "no input stream found in request",
  "com.wavemaker.runtime.invalid.IS.operator.value" : "Value for IS operator can be either of null, notnull, nullorempty, empty: {0}",
  "com.wavemaker.runtime.invalid.allowFromUrl" : "Invalid allowFromUrl {0}",
  "com.wavemaker.runtime.invalid.attempt.to.build.service.definition" : "Attempt to build service definition from null {0}",
  "com.wavemaker.runtime.invalid.field.name" : "Invalid field name",
  "com.wavemaker.runtime.invalid.parameter" : "{0} value is invalid",
  "com.wavemaker.runtime.invalid.prefab.name" : "Prefab with name {0} does not exist in this project",
  "com.wavemaker.runtime.invalid.rest.service.url" : "Invalid Rest Service Url",
  "com.wavemaker.runtime.invalid.url.for.accessing.prefab" : "invalid url for accessing prefab : {0}",
  "com.wavemaker.runtime.invalid.wm_data_json" : "Invalid Input : wm_data_json part can not be NULL or Empty",
  "com.wavemaker.runtime.json$AccessDenied" : "Access Denied  {0}",
  "com.wavemaker.runtime.json$InvalidFieldValue" : "Invalid Field value for the parameter {0}, {1}",
  "com.wavemaker.runtime.json$InvalidObject" : "Invalid Object {0},{1}",
  "com.wavemaker.runtime.mapping.procedures.mapping.file.failed" : "Failed to map the procedures mapping file",
  "com.wavemaker.runtime.method.not.found" : "Couldn't find handleRequestInternal method in RestRuntimeController",
  "com.wavemaker.runtime.methodAccessDenied" : "Access denied for this method {0}",
  "com.wavemaker.runtime.multipart.casting.exception" : "Casting multipart {0} to {1} is not supported",
  "com.wavemaker.runtime.multipart.request.exception" : "Exception while preparing multipart request",
  "com.wavemaker.runtime.multipart.request.read.error" : "Error while reading multipart request for parameter{0}",
  "com.wavemaker.runtime.named.procedure.execution.failed" : "Failed to execute Named Procedure",
  "com.wavemaker.runtime.no.data.in.column" : "Data is empty in column {0}",
  "com.wavemaker.runtime.no.entity.exists.for.given.id" : "No entity exists for given id {0}",
  "com.wavemaker.runtime.no.fieldName.or.expression" : "No Field name or Expression provided.",
  "com.wavemaker.runtime.no.row.exists" : "No row exists for given parameters:{0}",
  "com.wavemaker.runtime.operation.doesnt.exist" : "Operation does not exist with id {0}",
  "com.wavemaker.runtime.parameter.count.exceeded" : "REST service call with HTTP POST should not have more than 1 input.",
  "com.wavemaker.runtime.parameter.found" : "Parameter found with name: {0}",
  "com.wavemaker.runtime.path.cannot.be.empty" : "Path cannot be empty for corsPathEntry {0}",
  "com.wavemaker.runtime.prefab.not.found" : " prefab [{0}] does not exist in the application",
  "com.wavemaker.runtime.procedures.mappings.not.found" : "{0}-procedures.mappings.json file is not found in either of webAppClassLoader or contextClassLoader",
  "com.wavemaker.runtime.property.read.error" : "Error while reading property {0} value",
  "com.wavemaker.runtime.property.value.overriding.error" : "Error while overriding property value",
  "com.wavemaker.runtime.publicKey.not.found" : "Could not find public key in {0}",
  "com.wavemaker.runtime.repeat.count.must.be.greater.than.zero" : "Repeat count must be >= 0, use the constant REPEAT_INDEFINITELY for infinite.",
  "com.wavemaker.runtime.report.generation.failed" : "Failed to generate report with null Object",
  "com.wavemaker.runtime.requestMappingHandlerMapping.not.found" : "No beans of type RequestMappingHandlerMapping found in {0}",
  "com.wavemaker.runtime.requested.resource.not.found" : "Requested resource {0} not found",
  "com.wavemaker.runtime.request.emptyJson" : "Invalid Input : wm_data_json part can not be NULL or Empty",
  "com.wavemaker.runtime.response.construction.failed" : "Failed to prepare response for fieldName {0}",
  "com.wavemaker.runtime.server$BadNumberConversion" : "Failed to convert numeric value {0} (type {1}) into type {2}",
  "com.wavemaker.runtime.server$BadNumberFormat" : "Invalid number for conversion; attempted converting value {0} to type {1}",
  "com.wavemaker.runtime.server$CantHandlePrimitiveType" : "Unable to convert primitive type {0}",
  "com.wavemaker.runtime.server$FailedConversion" : "Failed to convert value {0} (type {1}) into type {2}",
  "com.wavemaker.runtime.server$JSONGetNotSupported" : "The HTTP method GET is not supported; please use a POST",
  "com.wavemaker.runtime.server$ListsNotEqual" : "Length of objects list ({0}) not equal to length of classes list ({1})",
  "com.wavemaker.runtime.server$NonArraySequenceConversion" : "Can''t convert an array {0} into an instance of type {1}",
  "com.wavemaker.runtime.server$NonHomogeneousReturn" : "The return from service {0}, method {1} was a non-homogeneous array or Collection; only homogeneous Collections can be sent to the client.",
  "com.wavemaker.runtime.service$DuplicateOperation" : "An operation with name {0} already exists",
  "com.wavemaker.runtime.service$DuplicateServiceIDs" : "Found multiple ServiceWires with id {0}",
  "com.wavemaker.runtime.service$NoServiceFromIdType" : "No service found from id {0} or type {1}",
  "com.wavemaker.runtime.service$NoServiceWireForService" : "No ServiceWire found for service; check spring.xml file for ReflectServiceWire {0}",
  "com.wavemaker.runtime.service$OperationNotFound" : "The Operation {1} does not exist in Service {0}. Known operations are: {2}",
  "com.wavemaker.runtime.service$OperationNotFound_detail" : "The Service {0} does not have an Operation called {1}.Please ensure you have spelled the Service name and the Operation name correctly.This is a list of all currently known operations: {2}.",
  "com.wavemaker.runtime.service$TypeNotFound" : "No type {0} was found",
  "com.wavemaker.runtime.service$UnknownServiceDefinition" : "Unknown Service: {0}",
  "com.wavemaker.runtime.service$UnknownServiceDefinition_detail" : "The file at {0} is not recognized as a valid Service.",
  "com.wavemaker.runtime.service.definition.files.not.found" : "Failed to find service definition files",
  "com.wavemaker.runtime.service.definition.generation.failure" : "Failed to generate service definition for file {0}",
  "com.wavemaker.runtime.sql.type.code.not.found" : "Cannot find SQL Type code for java type {0}",
  "com.wavemaker.runtime.state.parameters.update.error" : "Error while updating state parameters",
  "com.wavemaker.runtime.tableTemporal.annotation.error": "Class {0} should annotate with TableTemporal",
  "com.wavemaker.runtime.unable.to.get.identifier.property": "unable to get identifier property:{0}",
  "com.wavemaker.runtime.unexpected.exportOptions.generation.error": "Unexpected Error during ExportOptions generation.",
  "com.wavemaker.runtime.unexpected.value.type": "Expected Collection type but found value of type {0}",
  "com.wavemaker.runtime.unknown.strategytype": "Unknown strategyType",
  "com.wavemaker.runtime.unreadable.type": "Cannot read the object of type {0}",
  "com.wavemaker.runtime.unrecognized.notificationEmitter": "Unrecognized NotificationEmitter class {0}",
  "com.wavemaker.runtime.unrecognizedListenerInfo": "Unrecognized ListenerInfo class {0}",
  "com.wavemaker.runtime.unsupported.de-serialization": "Does not support DownloadResponse de-serialization",
  "com.wavemaker.runtime.unwritable.type": "Cannot write the object of type {0}",
  "com.wavemaker.runtime.update.query.not.allowed": "Update queries not allowed",
  "com.wavemaker.runtime.wm.data.body.read.error": "Error while reading wm data body",
  "com.wavemaker.runtime.ws$ContentTypeIsNotSupported": "Content-Type {0} is not supported. ",
  "com.wavemaker.runtime.ws$FailedToInvokeService": "Failed to invoke service with Endpoint {0},Please check logs for detail exception. ",
  "com.wavemaker.runtime.ws$FailedToParseResponse": "Failed to parse {0} response. ",
  "com.wavemaker.runtime.ws$NullWsdlUri": "The parameter wsdlURI cannot be null.",
  "com.wavemaker.runtime.ws$ProvideEitherWSDLURLOrFile": "Provide Either WSDL URL or WSDL File.",
  "com.wavemaker.runtime.ws$RestWsdlMissingUrl": "REST WSDL is missing endpoint URL.It should be defined in the WSDL like:\n\n\tendpoint=http://...\n",
  "com.wavemaker.runtime.ws$RpcEncodedNotSupported": "RPC/encoded style is not supported.",
  "com.wavemaker.runtime.ws$WadlMethodNotFound": "Unable to locate method in the WADL file.",
  "com.wavemaker.runtime.security.authentication.failed": "Authentication Failed :{0}",
  "com.wavemaker.runtime.$RestServiceInvocationError" : "Error while invoking rest service status code {0}, Check logs for more information"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy