UNPKG

kui-shell

Version:

This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool

18 lines 757 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { save: 'Deploy', saveLocalFile: 'Save', revert: 'Revert', tidy: 'Reformat source code', readonly: 'Done Editing', isNew: 'You are in edit mode, viewing <strong>undeployed code</strong>', isNewReadOnly: 'You are in readonly mode, viewing <strong>undeployed code</strong>', isUpToDate: 'You are in edit mode, viewing the <strong>currently saved version</strong>', isModified: 'You are in edit mode, with <strong>unsaved edits</strong>', isModifiedIndicator: 'You have unsaved edits', docs: { edit: 'Open the code for a local file or existing entity in a text editor' } }; //# sourceMappingURL=strings.js.map