{
	'invalidColumnProperty': '{{elementType}}: Invalid property name "{{propertyName}}" set for Column: "{{type}}"',
	'invalidRowProperty': '{{elementType}}: Invalid property name "{{propertyName}}" set for Row"',
	'invalidCellValue': 'Invalid cell value "{{value}}", Validation rule: "{{validationRule}}"',
	'invalidValue': 'Invalid value',
	'invalidMinValue': '{{value}} above {{min}} must be filled out',
	'invalidMaxValue': '{{value}} below {{max}} must be filled out',
	'invalidMinLengthValue': '{{value}} is shorter than the minimum length of {{min}} characters',
	'invalidMaxLengthValue': '{{value}} is longer than the maximum length of {{max}} characters',
	'requiredValue': '{{value}} must be filled out',
	'frozenColumns': '{{elementType}}: To Pin/Freeze a column group, all columns within it should be frozen.',
	'frozenRows': '{{elementType}}: To Pin/Freeze a special cell, all rows within it should be frozen.',
	'columnGroups': '{{elementType}}: Please, check the initialization of the JQXGrid\'s columns array. The columns in a column group are expected to be siblings in the columns array.',
	'viewGrid': 'Grid',
	'viewKanban': 'Kanban',
	'viewCard': 'Cards',
	'viewScheduler': 'Calendar',
	'viewTimeline': 'Timeline',
	'kanbanNone': 'Blank',
	'schedulerDescription': 'Which date column would you like to use for this view? Your data would be placed based on the dates in this column.',
	'schedulerDescriptionInfo': 'A range of data would be displayed when a start date field has an associated due date field.',
	'kanbanDescription': 'Start from a project board with columns generated by the "{{column}}" column options.',
	'kanbanNoneDescription': 'Create a new column and start from scratch with a completely blank project board. You can add columns and configure settings yourself.',
	'kanbanBasic': 'Template',
	'kanbanBasicDescription': 'Create a new column and start from a project board with columns for "To do", "in progress" and "Done".',
	'schedulerDateColumn': 'Create a new date column',
	'schedulerPromptLabel': 'Using date column(s)',
	'schedulerDateRangeColumn': 'Create a new date range',
	'schedulerToolLabel': 'Using \'{{column}}\'',
	'toolLabel': 'Labeled by \'{{column}}\'',
	'uncategorized': 'Uncategorized',
	'toDo': 'To do',
	'inProgress': 'In progress',
	'done': 'Done',
	'min': 'Min: {{value}}',
	'max': 'Max: {{value}} ',
	'sum': 'Sum: {{value}} ',
	'avg': 'Avg: {{value}} ',
	'cells': '{{value}} cells selected',
	'rows': '{{value}} rows',
	'oneRow': '1 row',
	'unique': 'Unique: {{value}}',
	'blank': 'Empty: {{value}}',
	'filled': 'Filled: {{value}}',
	'summary': 'Summary',
	'countSummary': 'Count',
	'minSummary': 'Min',
	'maxSummary': 'Max',
	'avgSummary': 'Avg',
	'blankSummary': 'Empty',
	'uniqueSummary': 'Unique',
	'filledSummary': 'Filled',
	'statusSummary': 'Status',
	'sumSummary': 'Sum',
	'completed': 'Tasks Completed: {{value}}',
	'count': 'Count: {{value}} ',
	'pagerFirstButton': 'First',
	'pagerLastButton': 'Last',
	'pagerPreviousButton': 'Previous',
	'pagerNextButton': 'Next',
	'pagerNavigateToLabel': 'Go to:',
	'pagerPageSizeLabel': 'Show:',
	'pagerNavigateToInputPlaceholder': '',
	'pagerEllipsis': '...',
	'pagerSummaryString': 'of',
	'pagerSummaryPrefix': 'of',
	'pagerSummarySuffix': '',
	'columnMenuCustomizeType': 'Column settings',
	'columnMenuItemClone': 'Clone column',
	'columnMenuItemInsert': 'Insert column',
	'columnMenuItemSortAsc': 'Sort {{mode}}',
	'columnMenuItemSortDesc': 'Sort {{mode}}', //Sort A → Z
	'columnMenuItemRemoveSort': 'Remove Sort',
	'columnMenuItemFilter': 'Filter column',
	'columnMenuItemSort': 'Sort column',
	'columnMenuItemRemoveFilter': 'Remove Filter',
	'columnMenuItemGroupBy': 'Group column',
	'columnMenuItemRemoveGroupBy': 'Remove Group',
	'columnMenuItemHide': 'Hide column',
	'columnMenuItemShow': 'Show column',
	'columnMenuItemDelete': 'Delete column',
	'columnResizeTooltip': 'width: {{value}}px',
	'rowResizeTooltip': 'height: {{value}}px',
	'commandBarAddRow': 'Add',
	'commandBarDeleteRow': 'Delete row',
	'commandBarBatchRevert': 'Revert',
	'commandBarBatchSave': 'Save',
	'commandBarFilter': 'Filter',
	'commandBarSort': 'Sort',
	'commandBarSearch': 'Search',
	'commandBarCustomize': 'Customize',
	'commandBarGroup': 'Group',
	'commandColumnEdit': 'Edit',
	'commandColumnDelete': 'Delete',
	'commandColumnCancel': 'Cancel',
	'commandColumnUpdate': 'Update',
	'contextMenuItemDelete': 'Delete row',
	'contextMenuItemEditCell': 'Edit cell',
	'contextMenuItemEditRow': 'Edit row',
	'contextMenuItemSelectRow': 'Select row',
	'contextMenuItemCloneRow': 'Clone row',
	'contextMenuItemInsertRow': 'Insert row',
	'contextMenuItemAddRow': 'Add {{value}} rows',
	'commandColumnMenu': '',
	'expandRow': 'Expand row (Shift + Enter)',
	'expandRowComments': 'Expand row and see {{value}} comments',
	'collapseRow': 'Collapse row',
	'addNewRow': 'Click here to add a new row',
	'addNewRowAlt': '<span>Add new empty row</span> <code>Ctrl</code> + <code>Space</code>',
	'addNewRowAltSmall': 'Add new empty row',
	'addNewColumn': 'Click here to add a new column',
	'dialogChartHeader': '{{value}} Chart',
	'dialogRowDetailHeader': 'Row Id: {{value}}',
	'dialogDescriptionHeader': 'Column: {{value}}',
	'dialogRowDetailButtonConfirm': 'OK',
	'dialogRowDetailButtonCancel': 'CANCEL',
	'dialogEditHeaderDisabled': 'Row: {{value}}',
	'dialogEditHeader': 'Row: {{value}}',
	'dialogEditHeaderMenu': 'Toggle Sidebar',
	'dialogExpandRowHeader': 'Edit Record',
	'dialogAddButtonConfirm': 'ADD',
	'dialogAddButtonCancel': 'CANCEL',
	'dialogEditButtonConfirm': 'OK',
	'dialogEditButtonSave': 'Save',
	'dialogEditButtonAutoSave': 'Auto Save',
	'dialogEditButtonCancel': 'Cancel',
	'dialogFilterButtonConfirm': 'FILTER',
	'dialogFilterButtonCancel': 'CLEAR',
	'dialogDeleteButtonConfirm': 'DELETE',
	'dialogDeleteButtonCancel': 'CANCEL',
	'dialogEditColumn': 'Column: {{value}}',
	'dialogNewColumn': 'New column',
	'dialogAddColumn': 'Add Column',
	'dialogAddColumnDate': 'Choose a date column',
	'dialogAddColumnStatus': 'Choose a grouping column',
	'dialogAddColumnStatusDescription': 'Represent the status of each record',
	'dialogAddColumnStatusNotes': 'Your records will be grouped based on this column',
	'dialogAddHeader': 'Add Row',
	'dialogDeleteHeader': 'Delete Row',
	'dialogFilterHeader': 'Filter by',
	'dialogFilterMinLabel': 'Min',
	'dialogFilterMaxLabel': 'Max',
	'dialogFileHeader': 'File',
	'dialogImageFileHeader': 'Image',
	'dialogFileDrop': 'or drag and drop file(s) to upload',
	'dialogFileUpload': 'Select Files(s) to Upload',
	'dialogFileURL': 'You can also provide the URL to a file',
	'dialogFileURLUpload': 'Upload',
	'dialogFileLink': 'Link (URL)',
	'dialogFileDevice': 'My Device',
	'dialogMyFiles': 'My Files',
	'dialogMyFilesTitle': 'Select files from your already uploaded files.',
	'dialogFileSize': 'No file currently added. The "{{value}}" file cannot be uploaded. Maximum file size is {{fileSize}}.',
	'dialogFileCount': 'The following files cannot be added "{{files}}". Maximum files allowed is {{fileCount}}.',
	'dialogFileFileUpload': 'No files currently selected',
	'dialogAddColumnName': 'Name',
	'dialogAddColumnNameInfo': 'Name of the column. The name of the column will be displayed in the column header.',
	'dialogAddColumnDescription': 'Description',
	'dialogAddColumnDescriptionInfo': 'Description of the column. When the description is set, an icon will be displayed in the column header. A tooltip with the description will be displayed when you point at the icon.',
	'dialogAddColumnNamePlaceholder': 'Column name (optional)',
	'dialogAddColumnDescriptionPlaceholder': 'Describe this column (optional)',
	'dialogAddColumnType': 'Type',
	'dialogAddColumnTypeInfo': 'Type of the data in the column. Unlike a spreadsheet, Columns have specific "types" that allow you to store rich content in each record. For example, a table can contain records (rows) with images, long texts, checkboxes.',
	'dialogAddColumnTypeText': 'Text',
	'dialogAddColumnTypeMultilineText': 'Multiline text',
	'dialogAddColumnTypeAIQuery': 'AI Button',
	'dialogAddColumnTypeSparklines': 'Sparklines',
	'dialogAddColumnAIQuery': 'AI Query',
	'dialogAddColumnTypeAIQueryInfo': 'Example: Write a short description for an article or choose a column to query by it',
	'dialogAddColumnTypeUUID': 'UUID',
	'dialogAddColumnTypeImage': 'Image',
	'dialogAddColumnTypeNumber': 'Number',
	'dialogAddColumnTypeSelect': 'Select',
	'dialogAddColumnTypeMultipleSelect': 'Multiple select',
	'dialogAddColumnTypeDate': 'Date',
	'dialogAddColumnTypeTime': 'Time',
	'dialogAddColumnTypeRating': 'Rating',
	'dialogAddColumnTypeDuration': 'Duration',
	'dialogAddColumnTypeCheckBox': 'CheckBox',
	'dialogAddColumnTypeCreatedTime': 'Created time',
	'dialogAddColumnTypeLastUpdatedTime': 'Last modified time',
	'dialogAddColumnTypeCreatedBy': 'Created by',
	'dialogAddColumnTypeLastUpdatedBy': 'Last modified by',
	'dialogAddColumnTypeCollaborator': 'User',
	'dialogAddColumnTypeFormula': 'Formula',
	'dialogAddColumnTypeFormulaInfo': 'Example: COL(Name) & "-" & COL(Price) or IF(COL(Price) * COL(Quantity) > 5, "Yes", "No")',
	'dialogAddColumnTypeSlider': 'Slider',
	'dialogAddColumnTypeStatus': 'Choose a status column',
	'dialogAddColumnTypeStatusInfo': 'Connect with the relevant status column',
	'dialogAddColumnTypeAutoNumber': 'Auto number',
	'dialogAddColumnTypeRowLink': 'Link to table',
	'dialogAddColumnTypeURL': 'URL',
	'dialogAddColumnTypeEmail': 'Email',
	'dialogAddColumnTypePassword': 'Password',
	'dialogAddColumnTypePhone': 'Phone',
	'dialogAddColumnTypeNone': 'None',
	'dialogAddColumnTypeStartDate': 'Start Date',
	'dialogAddColumnTypeDueDate': 'Due Date',
	'dialogAddColumnTypeDueDateSettings': 'Set as a deadline',
	'dialogAddColumnTypeDueDateSettingsInfo': 'Set a deadline with start date or due date templates.',
	'dialogAddColumnTypeProgress': 'Progress',
	'dialogAddColumnTypePriority': 'Priority',
	'dialogAddColumnTypeDescription': 'Description',
	'dialogAddColumnTypeTags': 'Tags',
	'dialogAddColumnTypeName': 'Name',
	'dialogAddColumnTypeColor': 'Color',
	'dialogAddColumnTypeChecklist': 'Checklist',
	'dialogAddColumnTypeAssigned': 'Assignee',
	'dialogAddColumnTypeAttachment': 'Attachment',
	'dialogAddColumnTypeVote': 'Vote',
	'dialogAddColumnDateFormat': 'Date format',
	'dialogAddColumnDateFormatInfo': 'Choose the dates display format',
	'dialogAddColumnDateFormatShort': 'Short',
	'dialogAddColumnDateFormatLong': 'Long',
	'dialogAddColumnDateFormatEU': 'EU',
	'dialogAddColumnDateFormatISO': 'ISO',
	'dialogAddColumnDateFormatAS': 'AS',
	'dialogAddColumnDateFormatFull': 'Full',
	'dialogAddColumnDateFormatSlash': 'Slash',
	'dialogAddColumnDateFormatHyphen': 'Hyphen',
	'dialogAddColumnDateFormatDot': 'Dot',
	'dialogAddColumnTimeFormat': 'Time format',
	'dialogAddColumnTimeFormatInfo': 'Choose the time display format',
	'dialogAddColumnTimeFormatHour': 'hour',
	'dialogAddColumnAllowTimeFormat': 'Include a time field',
	'dialogAddColumnCustomDateSeparator': 'Set a custom separator',
	'dialogAddColumnNumberFormat': 'Number format',
	'dialogAddColumnNumberFormatInfo': 'Choose the number display format',
	'dialogAddColumnNumberFormatInteger': 'Integer',
	'dialogAddColumnNumberFormatNumber': 'Number',
	'dialogAddColumnNumberFormatPercent': 'Percent',
	'dialogAddColumnNumberFormatPercentRounded': 'Percent(rounded)',
	'dialogAddColumnNumberFormatScientific': 'Scientific',
	'dialogAddColumnNumberFormatEngineering': 'Engineering',
	'dialogAddColumnNumberFormatAccounting': 'Accounting',
	'dialogAddColumnNumberFormatUnit': 'Unit',
	'dialogAddColumnNumberFormatUnitInfo': 'Units of measurement',
	'dialogAddColumnNumberFormatUnitAcre': 'Acre',
	'dialogAddColumnNumberFormatUnitCelsius': 'Celsius',
	'dialogAddColumnNumberFormatUnitFahrenheit': 'Fahrenheit',
	'dialogAddColumnNumberFormatUnitPercent': 'Percent',
	'dialogAddColumnNumberFormatUnitDegree': 'Degree',
	'dialogAddColumnNumberFormatUnitMegaByte': 'Mega byte',
	'dialogAddColumnNumberFormatUnitCentimeter': 'Centimeter',
	'dialogAddColumnNumberFormatUnitMeter': 'Meter',
	'dialogAddColumnNumberFormatUnitKilometer': 'Kilometer',
	'dialogAddColumnNumberFormatUnitMile': 'Mile',
	'dialogAddColumnNumberFormatUnitKilogram': 'Kilogram',
	'dialogAddColumnNumberFormatUnitPound': 'Pound',
	'dialogAddColumnNumberFormatUnitLiter': 'Liter',
	'dialogAddColumnNumberFormatUnitGallon': 'Gallon',
	'dialogAddColumnNumberFormatUnitSecond': 'Second',
	'dialogAddColumnNumberFormatUnitMinute': 'Minute',
	'dialogAddColumnNumberFormatUnitHour': 'Hour',
	'dialogAddColumnNumberFormatUnitDay': 'Day',
	'dialogAddColumnNumberFormatUnitWeek': 'Week',
	'dialogAddColumnNumberFormatUnitMonth': 'Month',
	'dialogAddColumnNumberFormatUnitYear': 'Year',
	'dialogAddColumnNumberFormatCurrency': 'Currency',
	'dialogAddColumnNumberFormatCurrencyRounded': 'Currency(rounded)',
	'dialogAddColumnNumberFormatCurrencyInfo': 'Choose the currency display format',
	'dialogAddColumnNumberFormatSeparator': 'Use 1000 Separator (,)',
	'dialogAddColumnMinLength': 'Minimum length',
	'dialogAddColumnMinLengthInfo': 'Minimum text length',
	'dialogAddColumnMaxLength': 'Maximum length',
	'dialogAddColumnMaxLengthInfo': 'Maximum text length',
	'dialogAddColumnMinValue': 'Minimum value',
	'dialogAddColumnMinValueInfo': 'Minimum number',
	'dialogAddColumnMaxValue': 'Maximum value',
	'dialogAddColumnMaxValueInfo': 'Maximum number',
	'dialogAddColumnMinDate': 'Minimum date',
	'dialogAddColumnMinDateInfo': 'Minimum date',
	'dialogAddColumnMaxDate': 'Maximum date',
	'dialogAddColumnMaxDateInfo': 'Maximum date',
	'dialogAddColumnColorItems': 'Color items',
	'dialogAddColumnDotItems': 'Show Dots',
	'dialogAddColumnCustomItems': 'Custom Items',
	'dialogAddColumnListItems': 'List items',
	'dialogAddColumnLinkListItems': 'Choose a table to link to',
	'dialogAddColumnLinkField': 'Choose a lookup field',
	'dialogAddColumnLinkFieldMore': 'Cascading readonly fields',
	'dialogAddColumnLinkSelect': 'Allow linking to multiple rows',
	'dialogAddColumnFormula': 'Please enter a formula',
	'dialogAddColumnListItemsError': 'You cannot delete an item while in use.',
	'dialogAddColumnListItemsEditError': 'You cannot edit an item while in use.',
	'dialogAddColumnDefault': 'Default value',
	'dialogAddColumnDefaultDateCurrent': 'Current Date',
	'dialogAddColumnDefaultDateSpecific': 'Specific Date',
	'dialogAddColumnAlign': 'Align',
	'dialogAddColumnAlignLeft': 'Left',
	'dialogAddColumnAlignRight': 'Right',
	'dialogAddColumnAlignCenter': 'Center',
	'dialogAddColumnAlignInfo': 'Table cells text alignment',
	'dialogAddColumnResizable': 'Resizable',
	'dialogAddColumnResizableInfo': 'Select if you want to make the column resizable',
	'dialogAddColumnRequired': 'Required',
	'dialogAddColumnRequiredInfo': 'Select if you want to make the column required',
	'dialogAddColumnSortable': 'Sortable',
	'dialogAddColumnSortableInfo': 'Select if you want to sort by this column',
	'dialogAddColumnFilterable': 'Filterable',
	'dialogAddColumnFilterableInfo': 'Select if you want to filter by this column',
	'dialogAddColumnEditable': 'Editable',
	'dialogAddColumnEditableInfo': 'Select if you want to edit by this column',
	'dialogAddColumnMultipleCollaborators': 'Multiple Collaborators',
	'dialogAddColumnMultipleCollaboratorsInfo': 'Select if you want to allow multiple collaborators',
	'dialogAddColumnCheckItems': 'Show Checkbox',
	'dialogAddColumnFormatting': 'Rich Formatting',
	'priority_low': 'Low',
	'priority_average': 'Average',
	'priority_high': 'High',
	'priority_critical': 'Critical',
	'bold': 'Bold',
	'fontStyle': 'Font Style',
	'italic': 'Italic',
	'send': 'Send',
	'copy': 'copy',
	'status': 'Status',
	'underline': 'Underline',
	'comments': 'Comments',
	'comment': 'Comment',
	'commentPlaceholder': 'Leave a comment',
	'noComments': 'Leave a comment and collaborate with your team.',
	'guestUser': 'Guest',
	'background': 'Background',
	'starred': 'Starred',
	'resetFormat': 'Reset Format',
	'notStarred': 'Not starred',
	'color': 'Color',
	'coloredItems': 'Colored items',
	'conditionalFormatting': 'Conditional Formatting',
	'groupBarLabel': 'Drag a column header here to group by that column',
	'dialogDeleteContent': 'Are you sure you want to delete this row?',
	'detailsTab': 'Format',
	'commentsTab': 'Comments',
	'historyTab': 'History',
	'historyEvent': 'Event',
	'historyAuthor': 'Author',
	'historyDetails': 'Details',
	'range': 'Changed {{column}} from {{oldValue}} to {{newValue}}',
	'nullRange': 'Changed {{column}} to {{newValue}}',
	'rowCreated': 'Row Created',
	'propertyUpdated': '{{value}} updated',
	'propertyRemoved': '{{value}} removed',
	'dropImages': 'Drop images here',
	'addImages': 'Add images',
	'dropFiles': 'Drop files here',
	'addFiles': 'Add files',
	'unassigned': 'Unassigned',
	'historyDate': 'Date',
	'copyURL': 'Copy row URL',
	'calendar': {
		// separator of parts of a date (e.g. '/' in 11/05/1955)
		'/': '/',
		// separator of parts of a time (e.g. ':' in 05:44 PM)
		':': ':',
		// the first day of the week (0 = Sunday, 1 = Monday, etc)
		firstDay: 0,
		days: {
			// full day names
			names: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
			// abbreviated day names
			namesAbbr: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
			// shortest day names
			namesShort: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa']
		},
		months: {
			// full month names (13 months for lunar calendards -- 13th month should be '' if not lunar)
			names: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December', ''],
			// abbreviated month names
			namesAbbr: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec', '']
		},
		// AM and PM designators in one of these forms:
		// The usual view, and the upper and lower case versions
		//      [standard,lowercase,uppercase]
		// The culture does not use AM or PM (likely all standard date formats use 24 hour time)
		//      null
		AM: ['AM', 'am', 'AM'],
		PM: ['PM', 'pm', 'PM'],
		eras: [
			// eras in reverse chronological order.
			// name: the name of the era in this culture (e.g. A.D., C.E.)
			// start: when the era starts in ticks (gregorian, gmt), null if it is the earliest supported era.
			// offset: offset in years from gregorian calendar
			{ 'name': 'A.D.', 'start': null, 'offset': 0 }
		],
		currencySymbol: '$',
		currency: 'USD',
		currencySymbolPosition: 'before',
		decimalSeparator: '.',
		thousandsSeparator: ','
	},
	'CONTAINS': 'Contains',
	'DOES_NOT_CONTAIN': 'Does not contain',
	'ENDS_WITH': 'Ends with',
	'EQUAL': 'Equal',
	'GREATER_THAN': 'Greater than',
	'GREATER_THAN_OR_EQUAL': 'Greater than or equal',
	'LESS_THAN': 'Less than',
	'LESS_THAN_OR_EQUAL': 'Less than or equal',
	'NOT_EQUAL': 'Not equal',
	'RANGE': 'Range',
	'CLEAR_FILTER': 'Clear Filter',
	'STARTS_WITH': 'Starts with',
	'addFilter': '+ Add filter',
	'and': 'And',
	'apply': 'Apply',
	'applyOnce': 'Apply once',
	'booleanFirst': '☐',
	'booleanLast': '☑',
	'cancel': 'Cancel',
	'CONTAINS_CASE_SENSITIVE': 'Contains (case sensitive)',
	'dateFirst': '1',
	'dateLast': '9',
	'DOES_NOT_CONTAIN_CASE_SENSITIVE': 'does not contain (case sensitive)',
	'EMPTY': 'empty',
	'ENDS_WITH_CASE_SENSITIVE': 'ends with (case sensitive)',
	'EQUAL_CASE_SENSITIVE': 'equal (case sensitive)',
	'filter': 'Filter',
	'customize': 'Hide columns',
	'customizeOne': '1 hidden column',
	'customizeHidden': '{{n}} hidden columns',
	'filteredByMultiple': '{{n}} filters',
	'filteredByOne': '1 filter',
	'filterValuePlaceholder': 'Value',
	'find': 'Find a field',
	'findInView': 'Find in view',
	'firstBy': 'Sort by',
	'found': '{{nth}} of {{n}}',
	'from': 'from',
	'noFilters': 'No filters applied',
	'noResults': 'No results',
	'noSorting': 'No sorting applied',
	'noOptions': 'No options',
	'NOT_EMPTY': 'not empty',
	'NOT_NULL': 'not null',
	'NULL': 'null',
	'numberFirst': '1',
	'numberLast': '9',
	'ok': 'OK',
	'or': 'Or',
	'pickAnother': 'Pick another field to sort by',
	'maintainSort': 'Maintain sort',
	'sort': 'Sort',
	'group': 'Group',
	'sortedByMultiple': 'Sorted by {{n}} columns',
	'sortedByOne': 'Sorted by 1 column',
	'STARTS_WITH_CASE_SENSITIVE': 'starts with (case sensitive)',
	'stringFirst': 'A',
	'stringLast': 'Z',
	'thenBy': 'then by',
	'where': 'Where',
	'collapseAll': 'Collapse all',
	'expandAll': 'Expand all',
	'noGrouping': 'No grouping',
	'groupedByMultiple': '{{n}} groups',
	'groupedByOne': '1 group',
	'groupedBy': 'Grouped by \'{{column}}\'',
	'deleteByMultiple': 'Delete {{n}} rows',
	'deleteByOne': 'Delete 1 row',
	'download': 'Download',
	'firstByGroup': 'Group by',
	'expandRecord': 'Expand row',
	'expandCell': 'Expand cell',
	'pickAnotherGroupBy': 'Pick another field to group by',
	'add': 'Add condition',
	'all': 'All columns',
	'between': 'Between',
	'close': 'Close',
	'column': 'Column:',
	'condition': 'Condition:',
	'equal': 'equal',
	'fontFamily': 'Font family:',
	'fontSize': 'Font size:',
	'format': 'Format:',
	'greaterThan': 'greater than',
	'highlight': 'Highlight',
	'lessThan': 'less than',
	'notEqual': 'not equal',
	'remove': 'Remove condition',
	'secondValue': 'Second value:',
	'text': 'Text',
	'value': 'Value:',
	'addCondition': 'Add Condition',
	'addGroup': 'Add Group',
	'blanks': '(Blanks)',
	'clear': 'Clear',
	'contains': 'contains',
	'containsCaseSensitive': 'contains (case sensitive)',
	'dateTabLabel': 'DATE',
	'doesNotContain': 'does not contain',
	'doesNotContainCaseSensitive': 'does not contain (case sensitive)',
	'empty': 'empty',
	'endsWith': 'ends with',
	'endsWithCaseSensitive': 'ends with (case sensitive)',
	'equalCaseSensitive': 'equal (case sensitive)',
	'greaterThanOrEqual': 'greater than or equal',
	'lessThanOrEqual': 'less than or equal',
	'mismatchedProperties': 'JQXFilterPanel: The "filterType" and the data type of the selected "dataField" are mismatched.',
	'missingProperty': 'JQXFilterPanel: When mode is \'excel\', either "data" and "dataField" or "dataSource" of type Array have to be set.',
	'notEmpty': 'not empty',
	'notNull': 'not null',
	'null': 'null ',
	'placeholderBoolean': 'Select value',
	'placeholderDate': 'Enter date',
	'placeholderNumber': 'Enter number',
	'placeholderTime': 'Enter time',
	'placeholderValue': 'Enter value',
	'selectAll': '(Select All)',
	'showRows': 'Show rows where:',
	'startsWith': 'starts with',
	'startsWithCaseSensitive': 'starts with (case sensitive)',
	'matchCase': 'Match Case',
	'timeTabLabel': 'TIME',
	'today': 'Today',
	'tomorrow': 'Tomorrow',
	'yesterday': 'Yesterday',
	'formatColumn': 'Format Column',
	'formating': 'Color',
	'formatingByMultiple': '{{n}} Colors',
	'formatingOne': '1 color',
	'formatingBy': 'Colored by \'{{value}}\'',
	'reset': 'Reset',
	'filteredRecords': 'All rows are filtered',
	'duplicateCells': 'Clone column cells and settings',
	'duplicateSettings': 'Clone column settings',
	'views': 'Views',
	'createView': 'New View',
	'newGrid': 'Grid',
	'newKanban': 'Kanban',
	'newCard': 'Cards',
	'newScheduler': 'Calendar',
	'newTimeline': 'Timeline',
	'layout': 'Layout',
	'settings': 'Create view',
	'viewNamePlaceholder': 'View name',
	'view': 'View',
	'noViews': 'Found no views',
	'kanbanView': 'View your records as cards on a Kanban board',
	'gridView': 'View your records in a Table',
	'cardView': 'View your records in a Card view',
	'schedulerView': 'View your records in a Calendar view',
	'timelineView': 'View your records in a Timeline view',
	'days': '{{value}}d',
	'daysOverdue': '{{value}} days overdue',
	'daysLeft': '{{value}} days left',
	'true': 'true',
	'false': 'false',
	'TOMORROW': 'Tomorrow',
	'TODAY': 'Today',
	'YESTERDAY': 'Yesterday',
	'NEXT_WEEK': 'Next week',
	'THIS_WEEK': 'This week',
	'LAST_WEEK': 'Last week',
	'NEXT_MONTH': 'Next month',
	'THIS_MONTH': 'This month',
	'LAST_MONTH': 'Last month',
	'hideHiddenColumns': 'Hide {{value}} hidden columns',
	'showHiddenColumns': 'Show {{value}} hidden columns',
	'less': 'Less',
	'more': 'More',
	'conditions': 'Conditions',
	'colorsSingleSelect': 'Which single select field should the row be colored by?',
	'colorRows': 'Color rows when they match the conditions',
	'colorSelect': 'Color rows the same as a single select value',
	'colorLeftBorderLabel': 'Left border',
	'colorRowLabel': 'Row',
	'colorCellLabel': 'Cell',
	'colorLeftBorder': 'Color the left border of a row',
	'colorRow': 'Color the background of a row',
	'colorCell': 'Color the background of a cell',
	'loadingIndicatorPlaceholder': 'Loading...',
	'dropDownPlaceholder': 'Please select...',
	'placeholder': 'No Rows',
	'pieChart': 'Pie',
	'columnChart': 'Column',
	'barChart': 'Bar',
	'stackedChart': 'Stacked',
	'lineChart': 'Line',
	'projectStatus': 'Project Status',
	'reviewStatus': 'Review Status',
	'taskStatus': 'Task Status',
	'priority': 'Priority',
	'size': 'Size',
	'yesNo': 'Yes/No',
	'notStarted': 'Not Started',
	'underReview': 'Under review',
	'approved': 'Approved',
	'blocked': 'Blocked',
	'completedStatus': 'Completed',
	'generate': 'Generate',
	'aiPrompt': 'Enter your prompt for the AI:',
	'agenda': 'Agenda',
	'checkStyle': 'Style',
	'noVotes': 'No votes yet',
	'votes': 'Voted by {{value}}',
	'clearContents': 'Clear contents',
	'paste': 'Paste',
	'minPromptChars': 'Enter AI prompt. Min 20 chars.'
}