UNPKG

@resk/core

Version:

An innovative TypeScript framework that empowers developers to build applications with a fully decorator-based architecture for efficient resource management. By combining the power of decorators with a resource-oriented design, DecorRes enhances code cla

1 lines 764 B
'use strict';var i18n=require('../i18n');i18n.I18nClass.RegisterTranslations({en:{resources:{createForbiddenError:"You are not authorized to create a %{resourceLabel} resource",readForbiddenError:"You are not authorized to read [%{resourceLabel}] resource",updateForbiddenError:"You are not authorized to update [%{resourceLabel}] resource",deleteForbiddenError:"You are not authorized to delete [%{resourceLabel}] resource",detailsForbiddenError:"You are not authorized to view details of [%{resourceLabel}] resource",invalidDataProvider:"Invalid data provider for %{resourceLabel} resource",listForbiddenError:"You are not authorized to list %{resourceLabel} resources",resourceNotFoundError:"Resource [%{resourceLabel}] not found with options : %{options}"}}});