UNPKG

@bigbinary/neetoui

Version:

neetoUI drives the experience at all neeto products

48 lines (45 loc) 1.1 kB
'use strict'; var neetoui = { blockNavigation: { alertMessage: "Leaving this page will discard your unsaved data. This action cannot be undone.", submitButtonLabel: "Stay on this page", cancelButtonLabel: "Discard and leave this page", alertTitle: "You have unsaved changes" }, actionBlock: { cancel: "Cancel", saveChanges: "Save changes" }, colorPicker: { recentlyUsed: "Recently used" }, datePicker: { today: "Today" }, table: { insertColRight: "Insert column right", insertColLeft: "Insert column left", columnInfo: "Column info", hideColumn: "Hide column", deleteColumn: "Delete column", ascending: "Sort ascending", descending: "Sort descending", freezeColumn: "Freeze column", unFreezeColumn: "Unfreeze column", allRowsSelected: "All rows are selected", clearSelection: "Clear selection" }, timePicker: { hours: "Hours", minutes: "Minutes", seconds: "Seconds" }, treeSelect: { noOptions: "No options." } }; var enTranslations = { neetoui: neetoui }; exports.enTranslations = enTranslations; //# sourceMappingURL=en-K2ZIAV2F.js.map