UNPKG

@bigbinary/neetoui

Version:

neetoUI drives the experience at all neeto products

57 lines (54 loc) 1.34 kB
'use strict'; var neetoui = { common: { timezone: "Timezone", description: "Description" }, 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: { moveColumnLeft: "Move column to left", moveColumnRight: "Move column to right", insertColRight: "Insert column right", insertColLeft: "Insert column left", columnInfo: "Column info", hideColumn: "Hide column", deleteColumn: "Delete column", ascending: "Ascending", descending: "Descending", freezeColumn: "Freeze column", unFreezeColumn: "Unfreeze column", allRowsSelected: "All rows are selected", addColumnInfo: "Add column info", editColumnInfo: "Edit column info", clearSelection: "Clear selection", info: "Table info" }, timePicker: { hours: "Hours", minutes: "Minutes", seconds: "Seconds" }, treeSelect: { noOptions: "No options." } }; var enTranslations = { neetoui: neetoui }; exports.enTranslations = enTranslations; //# sourceMappingURL=en-BfFI1Si2.js.map