{
    "WRONGMINUI5VERSION": "The minUI5Version {{- minUI5Version}} from manifest.json does not fit to the given version of @sap/ux-specification, update the specification version in package.json",
    "UNKNOWNMINUI5VERSION": "The minUI5Version can not be determined from the pattern '{{- minUI5Version}}'",
    "NOBASEPATH": "No base path was passed in the API call for creating a custom call, app id = '{{- appId}}'",
    "NOPAGES": "No pages found in manifest for app with id '{{- appId}}'",
    "NOFE": "The manifest passed is not correct for Fiori Elements V2: section sap.ui.generic.app is missing",
    "NOGENERICSCHEMA": "No generic schema found while generating page schema for {{- pageType}}",
    "NOPAGEFORENTITYSET": "No page found in manifest for entitySet '{{- entitySet}}'",
    "NOENTITYSET": "No entitySet defined for page '{{- pageName}}'",
    "NOENTITYTYPE4SET": "No entityType could be found for the given entity set '{{- entitySetName}}'",
    "NOPRESENTATIONVARIANT": "No PresentationVariant defined for '{{- key}}'",
    "NOPRESENTATIONVARIANTFORDEFAULTSPV": "No PresentationVariant found for default SelectionPresentationVariant.",
    "NOPRESENTATIONVARIANTFORSPV": "No PresentationVariant found for SelectionPresentationVariant with qualifier '{{- qualifier}}'.",
    "NOANNOTATIONFORPATH": "No annotation found for path '{{- annotationPath}}', fall back to standard LineItem.",
    "NOLINEITEMFORPATH": "No line item annotation found for path '{{- annotationPath}}'.",
    "NOLABELFORBUTTON": "Button will be rendered without text due to missing label.",
    "ENTITYSETNOTFOUND": "Entity set '{{- entitySetName}}' was specified in manifest, but this entity set could not be found in metadata",
    "CONTEXTPATHCOULDNOTBERESOLVED": "The contextPath '{{- contextPath}}' was specified in manifest, but could not be resolved, following the metadata definitions",
    "NOLR": "No page found in manifest for list report",
    "NOALP": "No page found in manifest for analytical list page",
    "NOKEY4VIEW": "View definition for manifest entry '{{- property}}' misses mandatory property 'key'.",
    "NOTEMPLATE": "No Fiori Elements template could be determined, as section '{{- section}}' is not defined in manifest",
    "ANNOERR": "Error while parsing annotation files",
    "ANNOTATIONFILE": "Annotation file: '{{- file}}'",
    "COMPONENTNOTDEFINED": "Component name is not defined for page '{{- pageName}}'",
    "NOROUTING": "Incomplete manifest definition: no routing defined",
    "NOUIANNOTATIONS": "No UI Annotation defined for entity type '{{- entityType }}'",
    "NOLINEITEMS": "UI.LineItem annotation has not been defined",
    "NOCHARTS": "UI.Chart annotation has not been defined",
    "NOLINEITEMANDCHARTS": "Neither UI.LineItem nor UI.Chart annotation has been defined",
    "NOVISUALIZATIONS": "Empty Collection for Visualizations",
    "NOTARGETS": "Incomplete manifest definition: no targets defined",
    "NOTARGET": "Invalid reference: annotation target '{{- target}}' not found",
    "NOROUTINGID": "No page found in manifest for routingId '{{- routingId}}'",
    "FLEXERROR": "Error while parsing flex change",
    "INVALIDANCHOR": "Custom column with ID '{{- id}}' has an invalid anchor '{{- anchor}}'",
    "INVALIDEXTENSION": "The extension with ID '{{- id}}' is wrongly defined as a string value in manifest.json",
    "NOFRAGMENT": "fragmentName is undefined for columnKey '{{- columnKey}}'",
    "INVALIDTARGETDEFINITION": "Invalid routing target definition in manifest: '{{- target}}'",
    "NOID4SECTION": "No ID has been defined for collection facet '{{- facet}}'. As a consequence, no stable ID can be calculated.",
    "XMLPARSEFAILURE": "Parsing of XML file failed with error - {{- error}}",
    "MACROS_ANNOTATION_ERROR": "Error during resolving annotation for '{{- control}}'",
    "TYPEERROR": "The type of the property '{{- propertyName}}' is not correct, expected type is '{{- expectedType}}'.",
    "INCONSISTENTSCHEMA": "Inconsistent schema at '{{- function}}', definition '{{- definition}}' does not exist",
    "UNEXISTING_ANNOTATION_PATH": "The annotation path doesn't exist.",
    "NODATEFIELD": "Date setting will not be used since filter bar does not contain any date fields.",
    "WARNING_DEFAULT_ROW_COUNT_MODE": "The rowCountMode is automatically set to `Auto`, if the sectionLayout is set to `Tabs` and the table is the only control within the section.",
    "ILLEGALTABLETYPE": "'{{- property}}' is not a valid table type.",
    "PROPERTYOBSOLETE": "The '{{- property}}' property is obsolete.",
    "NOCHARTPROPERTY": "The '{{- property}}' table property is not applicable to charts.",
    "PROPERTY_NOT_ALLOWED_FOR_TABLE_TYPE": "The '{{- propertyName}}' property was specified in the `manifest.json` file, but this property is not allowed for the '{{- tableType}}' table type.",
    "PROPERTY_NOT_ALLOWED_FOR_NON_TREE_TABLE_TYPE": "The '{{- propertyName}}' property was specified in the `manifest.json` file, but this property is only valid for the Tree table type.",
    "ENTITY_IS_ALLOWED_ONLY_FOR_CREATION_DIALOG_MODE": "The creationFields entity is allowed only for the CreationDialog mode.",
    "PROPERTY_ONLY_ALLOWED_FOR_TABLE_TYPE": "The '{{- propertyName}}' property was specified in the `manifest.json` file, but this property is only valid for the '{{- tableType}}' table type.",
    "PROPERTY_ONLY_ALLOWED_FOR_CREATION_MODE": "The '{{- propertyName}}' property was specified in the `manifest.json` file, but this property is only valid for the '{{- creationMode}}' creation mode.",
    "EXPORT_TO_EXCEL_OUTDATED": "The 'useExportToExcel' property is deprecated. Use the 'enableExport' property instead.",
    "TRANSFER_VALUE": "Transfer Value",
    "USE_ENABLE_EXPORT_ONLY": "This value is obsolete in the newer 'Enable Export' property.",
    "ENABLE_EXPORT_INCONSISTENT": "This value does not match a value in the 'Enable Export' property.",
    "QUICKVARIANTSELECTIONDUPLICATE": "The quickVariantSelection and quickVariantSelectionX properties must not be used together.",
    "QUICKVARIANTSELECTIONXNOVARIANTS": "The quickVariantSelectionX property is defined but contains no variants.",
    "SHOWITEMNAVIGATIONONCHARTONLYCHART": "The showItemNavigationOnChart property is only evaluated for chart views.",
    "QUICKVARIANTSELECTIONNOSELECTIONVARIANTANNOTATIONS": "At least one SelectionVariant or SelectionPresentationVariant annotation must be defined to enable quickVariantSelection.",
    "QUICKVARIANTSELECTIONNOVARIANTS": "The quickVariantSelection property specifies the showCounts property but contains no variants.",
    "MULTITABLEONLYRESPONSIVE": "As it is not allowed to use both responsive and non-responsive tables in a multi-view setting, type should be 'Responsive Table' here.",
    "MULTITABLENORESPONSIVE": "As it is not allowed to use both responsive and non-responsive tables in a multi-view setting, type should be a value different from 'Responsive Table' here.",
    "CONDENSEDTABLELAYOUTNOEFFECT": "The condensedTableLayout property does not have any effect on responsive tables.",
    "ENABLETABLEFILTERINPAGEVARIANTWORKLIST": "The enableTableFilterInPageVariant property does not have any effect in worklist applications.",
    "ENABLETABLEFILTERINPAGEVARIANTNOEFFECT": "The enableTableFilterInPageVariant property does not have any effect if smart variant management is switched off.",
    "INLINEDELETEONLYRESPONSIVE": "The inlineDelete property is only supported for responsive tables.",
    "NOINLINEDELETEANDMULTISELECT": "The inlineDelete and multiSelect properties must not be switched on simultaneously.",
    "SELECTALLNOMULTISELECT": "The selectAll property can only be used when multiSelect is switched on.",
    "SELECTALLDEFAULTINFOUITABLE": "By default the 'Clear All' button will be shown.",
    "SELECTALLDEFAULTINFORESPONSIVETABLE": "The default behavior depends on the UI5 version: Prior to 1.97 and since 1.119 it is the 'Select All' checkbox, otherwise the 'Clear All' button.",
    "SELECTIONLIMITPREREQUISIT": "The selectionLimit property is only supported for ui tables which have enabled multiSelect.",
    "SELECTIONLIMITNOSELECTALL": "The selectionLimit property is only supported if selectAll is disabled.",
    "NODATALOADSETTINGSINWORKLIST": "Defining data load settings is meaningless in worklist applications.",
    "LOADDATAONAPPLAUNCHMULTITABLE": "In multi-table scenarios, you can also use the 'enableAutoBinding' property for the specific views to influence the loading behavior.",
    "NOCREATEWITHFILTERSINWORKLIST": "Defining a strategy for createWithFilters is meaningless in worklist applications.",
    "CREATEWITHDIALOGDRAFT": "Object creation via dialog is only supported for non-draft entity sets.",
    "MULTIEDITNOWORKLIST": "The multiEdit property does not have any effect in worklist applications.",
    "MULTIEDITNOCHART": "The multiEdit property is not supported for chart views.",
    "MULTIEDITTABLETYPE": "The multiEdit property is only supported for responsive and grid tables.",
    "PROPERTYONLYMULTIEDIT": "The '{{- property}}' property is not sensible when multi edit is not enabled.",
    "UNRESOLVABLE_VALUE_OF_SELECTION_FIELD": "Unresolvable value for selection field"
}
