vue-rest-client
Version:
A VueJS RESTful client component to easily integrate apps with APIs
26 lines (25 loc) • 1.12 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
crud: {
failWhileTryingToGetTheResourceMsg: 'It was not possible to get the :resource(s)',
failWhileTryingToSaveResourceMsg: 'It was not possible to save the :resource',
failWhileTryingToUpdateResourceMsg: 'It was not possible to update the :resource',
failWhileTryingToDestroyResourceMsg: 'It was not possible to remove the :resource',
resourceSavedMsg: ':resource saved successfully',
resourceDestroyedMsg: ':resource removed successfully',
resourceUpdatedMsg: ':resource updated successfully',
removalConfirmTitle: 'Confirm removal',
doYouReallyWantToRemoveMsg: 'Do you really want to remove this :resource?',
destroyAbortedMsg: 'Removal aborted',
resourceEmptyMsg: 'The :resource is empty. It is not possible to save it',
invalidFormMsg: 'Some form fields are invalid. Please check it out',
operationAbortedMsg: 'Operation aborted',
inputRequiredMsg: 'Input required',
requiredMsg: 'required'
}
};
exports["default"] = _default;