export const dataMessagesEN = { noData: 'No Data', changesHistory: 'Changes History', noChanges: 'Without Changes', filters: { tooltip: 'Filters', applyTooltip: 'Apply Filters', auto: 'Auto', between: 'Between to', contains: 'Contains', notContains: 'Does not contains', startsWith: 'Starts with', endsWith: 'Ends with', equal: 'Equals', notEqual: 'Does not equal', greaterThan: 'Greater than', greaterThanOrEqual: 'Greater than or equal to', lessThan: 'Less than', lessThanOrEqual: 'Less than or equal to', true: 'yes', false: 'no', applyFilters: 'Apply Filters', closeFilters: 'Close' }, headers: { restore: 'Restore', fixToLeft: 'Fix to left', fixToRight: 'Fix to right', unfix: 'Unfix', hide: 'Hide', sorting: { hint: 'Sort', }, }, history: { noChanges: 'Without Changes', changesHistory: 'Changes History', }, actions: { save: 'Save changes', insert: 'Insert new row', delete: 'Delete selected row', upload: 'Upload file', download: 'Download csv', }, dialog: { caption: 'Creating New Row...', add: 'Add Row', } }