Skip to content

Commit

Permalink
Merge branch 'master' into sstoychev/inner-scroll-extra-master
Browse files Browse the repository at this point in the history
  • Loading branch information
3phase authored Feb 17, 2022
2 parents 8e037fc + c643902 commit fc35a5d
Show file tree
Hide file tree
Showing 48 changed files with 2,391 additions and 2,644 deletions.
3 changes: 2 additions & 1 deletion projects/igniteui-angular-i18n/src/i18n/BG/grid-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ const GridResourceStringsBG_: ExpandRequire<IGridResourceStrings> = {
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
igx_grid_pivot_value_drop_chip: 'Drop here to use as value',
igx_grid_pivot_empty_message: 'Pivot grid has no dimensions and values.'
};

/**
Expand Down
3 changes: 2 additions & 1 deletion projects/igniteui-angular-i18n/src/i18n/CS/grid-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ const GridResourceStringsCS_: ExpandRequire<IGridResourceStrings> = {
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
igx_grid_pivot_value_drop_chip: 'Drop here to use as value',
igx_grid_pivot_empty_message: 'Pivot grid has no dimensions and values.'
};

/**
Expand Down
3 changes: 2 additions & 1 deletion projects/igniteui-angular-i18n/src/i18n/DA/grid-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ const GridResourceStringsDA_: ExpandRequire<IGridResourceStrings> = {
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
igx_grid_pivot_value_drop_chip: 'Drop here to use as value',
igx_grid_pivot_empty_message: 'Pivot grid has no dimensions and values.'
};

/**
Expand Down
3 changes: 2 additions & 1 deletion projects/igniteui-angular-i18n/src/i18n/DE/grid-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ const GridResourceStringsDE_: ExpandRequire<IGridResourceStrings> = {
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
igx_grid_pivot_value_drop_chip: 'Drop here to use as value',
igx_grid_pivot_empty_message: 'Pivot grid has no dimensions and values.'
};

/**
Expand Down
3 changes: 2 additions & 1 deletion projects/igniteui-angular-i18n/src/i18n/ES/grid-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ const GridResourceStringsES_: ExpandRequire<IGridResourceStrings> = {
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
igx_grid_pivot_value_drop_chip: 'Drop here to use as value',
igx_grid_pivot_empty_message: 'Pivot grid has no dimensions and values.'
};

/**
Expand Down
3 changes: 2 additions & 1 deletion projects/igniteui-angular-i18n/src/i18n/FR/grid-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ const GridResourceStringsFR_: ExpandRequire<IGridResourceStrings> = {
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
igx_grid_pivot_value_drop_chip: 'Drop here to use as value',
igx_grid_pivot_empty_message: 'Pivot grid has no dimensions and values.'
};

/**
Expand Down
3 changes: 2 additions & 1 deletion projects/igniteui-angular-i18n/src/i18n/HU/grid-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ const GridResourceStringsHU_: ExpandRequire<IGridResourceStrings> = {
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
igx_grid_pivot_value_drop_chip: 'Drop here to use as value',
igx_grid_pivot_empty_message: 'Pivot grid has no dimensions and values.'
};

/**
Expand Down
3 changes: 2 additions & 1 deletion projects/igniteui-angular-i18n/src/i18n/IT/grid-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ const GridResourceStringsIT_: ExpandRequire<IGridResourceStrings> = {
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
igx_grid_pivot_value_drop_chip: 'Drop here to use as value',
igx_grid_pivot_empty_message: 'Pivot grid has no dimensions and values.'
};

/**
Expand Down
3 changes: 2 additions & 1 deletion projects/igniteui-angular-i18n/src/i18n/JA/grid-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ const GridResourceStringsJA_: ExpandRequire<IGridResourceStrings> = {
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
igx_grid_pivot_value_drop_chip: 'Drop here to use as value',
igx_grid_pivot_empty_message: 'Pivot grid has no dimensions and values.'
};

/**
Expand Down
3 changes: 2 additions & 1 deletion projects/igniteui-angular-i18n/src/i18n/KO/grid-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ const GridResourceStringsKO_: ExpandRequire<IGridResourceStrings> = {
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
igx_grid_pivot_value_drop_chip: 'Drop here to use as value',
igx_grid_pivot_empty_message: 'Pivot grid has no dimensions and values.'
};


Expand Down
3 changes: 2 additions & 1 deletion projects/igniteui-angular-i18n/src/i18n/NB/grid-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ const GridResourceStringsNB_: ExpandRequire<IGridResourceStrings> = {
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
igx_grid_pivot_value_drop_chip: 'Drop here to use as value',
igx_grid_pivot_empty_message: 'Pivot grid has no dimensions and values.'
};

/**
Expand Down
3 changes: 2 additions & 1 deletion projects/igniteui-angular-i18n/src/i18n/NL/grid-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ const GridResourceStringsNL_: ExpandRequire<IGridResourceStrings> = {
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
igx_grid_pivot_value_drop_chip: 'Drop here to use as value',
igx_grid_pivot_empty_message: 'Pivot grid has no dimensions and values.'
};

/**
Expand Down
3 changes: 2 additions & 1 deletion projects/igniteui-angular-i18n/src/i18n/PL/grid-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ const GridResourceStringsPL_: ExpandRequire<IGridResourceStrings> = {
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
igx_grid_pivot_value_drop_chip: 'Drop here to use as value',
igx_grid_pivot_empty_message: 'Pivot grid has no dimensions and values.'
};

/**
Expand Down
3 changes: 2 additions & 1 deletion projects/igniteui-angular-i18n/src/i18n/PT/grid-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ const GridResourceStringsPT_: ExpandRequire<IGridResourceStrings> = {
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
igx_grid_pivot_value_drop_chip: 'Drop here to use as value',
igx_grid_pivot_empty_message: 'Pivot grid has no dimensions and values.'
};

/**
Expand Down
3 changes: 2 additions & 1 deletion projects/igniteui-angular-i18n/src/i18n/RO/grid-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ const GridResourceStringsRO_: ExpandRequire<IGridResourceStrings> = {
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
igx_grid_pivot_value_drop_chip: 'Drop here to use as value',
igx_grid_pivot_empty_message: 'Pivot grid has no dimensions and values.'
};

/**
Expand Down
3 changes: 2 additions & 1 deletion projects/igniteui-angular-i18n/src/i18n/SV/grid-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ const GridResourceStringsSV_: ExpandRequire<IGridResourceStrings> = {
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
igx_grid_pivot_value_drop_chip: 'Drop here to use as value',
igx_grid_pivot_empty_message: 'Pivot grid has no dimensions and values.'
};

/**
Expand Down
3 changes: 2 additions & 1 deletion projects/igniteui-angular-i18n/src/i18n/TR/grid-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ const GridResourceStringsTR_: ExpandRequire<IGridResourceStrings> = {
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
igx_grid_pivot_value_drop_chip: 'Drop here to use as value',
igx_grid_pivot_empty_message: 'Pivot grid has no dimensions and values.'
};

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ const GridResourceStringsZHHANS_: ExpandRequire<IGridResourceStrings> = {
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
igx_grid_pivot_value_drop_chip: 'Drop here to use as value',
igx_grid_pivot_empty_message: 'Pivot grid has no dimensions and values.'
};

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ const GridResourceStringsZHHANT_: ExpandRequire<IGridResourceStrings> = {
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
igx_grid_pivot_value_drop_chip: 'Drop here to use as value',
igx_grid_pivot_empty_message: 'Pivot grid has no dimensions and values.'
};

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ export interface IGridResourceStrings {
igx_grid_pivot_column_drop_chip?: string;
igx_grid_pivot_filter_drop_chip?: string;
igx_grid_pivot_value_drop_chip?: string;
igx_grid_pivot_empty_message?: string;
}

export const GridResourceStringsEN: IGridResourceStrings = {
Expand Down Expand Up @@ -299,5 +300,6 @@ export const GridResourceStringsEN: IGridResourceStrings = {
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
igx_grid_pivot_value_drop_chip: 'Drop here to use as value',
igx_grid_pivot_empty_message: 'Pivot grid has no dimensions and values.'
};
Loading

0 comments on commit fc35a5d

Please sign in to comment.