UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

70 lines (69 loc) 3.87 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ var DataGridLocaleEn = /** @class */ /*@__PURE__*/ (function () { function DataGridLocaleEn() { this["Apply"] = "Apply"; this["Cancel"] = "Cancel"; this["Clear_Column_Filter"] = "Clear column filters"; this["Column_Move"] = "Move"; this["Column_Move_Left"] = "Left"; this["Column_Move_Right"] = "Right"; this["Column_Options_Summaries"] = "Summaries"; this["Column_Options_Summary_Average"] = "Average"; this["Column_Options_Summary_Count"] = "Count"; this["Column_Options_Summary_Maximum"] = "Maximum"; this["Column_Options_Summary_Minimum"] = "Minimum"; this["Column_Options_Summary_Sum"] = "Sum"; this["Column_Pin"] = "Pin"; this["Column_Pin_Left"] = "Left"; this["Column_Pin_Right"] = "Right"; this["Column_Sort"] = "Sort"; this["Column_Sort_Ascending"] = "Asc"; this["Column_Sort_Descending"] = "Desc"; this["ComparisonOperator_Bottom"] = "Bottom"; this["ComparisonOperator_BottomPercentile"] = "Bottom percentile"; this["ComparisonOperator_Contains"] = "Contains"; this["ComparisonOperator_DoesNotContain"] = "Does not contain"; this["ComparisonOperator_DoesNotEndWith"] = "Does not end with"; this["ComparisonOperator_DoesNotStartWith"] = "Does not start with"; this["ComparisonOperator_Empty"] = "Empty"; this["ComparisonOperator_EndsWith"] = "Ends with"; this["ComparisonOperator_Equals"] = "Equals"; this["ComparisonOperator_False"] = "False"; this["ComparisonOperator_GreaterThan"] = "Greater than"; this["ComparisonOperator_GreaterThanOrEqualTo"] = "Greater than or equal to"; this["ComparisonOperator_LastMonth"] = "Last Month"; this["ComparisonOperator_LastQuater"] = "Last Quarter"; this["ComparisonOperator_LastWeek"] = "Last Week"; this["ComparisonOperator_LastYear"] = "Last Year"; this["ComparisonOperator_LessThan"] = "Less than"; this["ComparisonOperator_LessThanOrEqualTo"] = "Less than or equal to"; this["ComparisonOperator_NextMonth"] = "Next Month"; this["ComparisonOperator_NextQuater"] = "Next Quarter"; this["ComparisonOperator_NextWeek"] = "Next Week"; this["ComparisonOperator_NextYear"] = "Next Year"; this["ComparisonOperator_NotEmpty"] = "Not empty"; this["ComparisonOperator_NotEquals"] = "Not equals"; this["ComparisonOperator_StartsWith"] = "Starts with"; this["ComparisonOperator_ThisMonth"] = "This Month"; this["ComparisonOperator_ThisQuarter"] = "This Quarter"; this["ComparisonOperator_ThisWeek"] = "This Week"; this["ComparisonOperator_ThisYear"] = "This Year"; this["ComparisonOperator_Today"] = "Today"; this["ComparisonOperator_Tomorrow"] = "Tomorrow"; this["ComparisonOperator_Top"] = "Top"; this["ComparisonOperator_TopPercentile"] = "Top percentile"; this["ComparisonOperator_True"] = "True"; this["ComparisonOperator_Yesterday"] = "Yesterday"; this["Filter_Columns_List"] = "Filter columns list ..."; this["Pager_Text"] = "{0} of {1}"; this["Search"] = "Search"; this["Select_All"] = "(Select All)"; } return DataGridLocaleEn; }()); export { DataGridLocaleEn };