-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into didimmova/angular-v-wc-samples
- Loading branch information
Showing
346 changed files
with
1,738 additions
and
2,202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 4 additions & 6 deletions
10
projects/igniteui-angular-i18n/src/i18n/BG/action-strip-resources.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import { IActionStripResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const ActionStripResourceStringsBG_: ExpandRequire<IActionStripResourceStrings> = { | ||
igx_action_strip_button_more_title: 'Още' | ||
}; | ||
|
||
// only use `satisfies` operator so export is typed by its schema | ||
/** | ||
* Bulgarian resource strings for IgxActionStrip | ||
*/ | ||
export const ActionStripResourceStringsBG = ActionStripResourceStringsBG_ as ExpandRequire<IActionStripResourceStrings>; | ||
export const ActionStripResourceStringsBG = { | ||
igx_action_strip_button_more_title: 'Още' | ||
} satisfies MakeRequired<IActionStripResourceStrings>; |
10 changes: 4 additions & 6 deletions
10
projects/igniteui-angular-i18n/src/i18n/BG/banner-resources.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import { IBannerResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const BannerResourceStringsBG_: ExpandRequire<IBannerResourceStrings> = { | ||
igx_banner_button_dismiss: 'Отхвърляне' | ||
}; | ||
|
||
// only use `satisfies` operator so export is typed by its schema | ||
/** | ||
* Bulgarian resource strings for IgxBanner | ||
*/ | ||
export const BannerResourceStringsBG = BannerResourceStringsBG_ as ExpandRequire<IBannerResourceStrings>; | ||
export const BannerResourceStringsBG = { | ||
igx_banner_button_dismiss: 'Отхвърляне' | ||
} satisfies MakeRequired<IBannerResourceStrings>; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 6 additions & 8 deletions
14
projects/igniteui-angular-i18n/src/i18n/BG/carousel-resources.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
import { ICarouselResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const CarouselResourceStringsBG_: ExpandRequire<ICarouselResourceStrings> = { | ||
// only use `satisfies` operator so export is typed by its schema | ||
/** | ||
* Bulgarian resource strings for IgxCarousel | ||
*/ | ||
export const CarouselResourceStringsBG = { | ||
igx_carousel_of: 'от', | ||
igx_carousel_slide: 'слайд', | ||
igx_carousel_previous_slide: 'предишен слайд', | ||
igx_carousel_next_slide: 'следващ слайд' | ||
}; | ||
|
||
/** | ||
* Bulgarian resource strings for IgxCarousel | ||
*/ | ||
export const CarouselResourceStringsBG = CarouselResourceStringsBG_ as ExpandRequire<ICarouselResourceStrings>; | ||
} satisfies MakeRequired<ICarouselResourceStrings>; |
12 changes: 5 additions & 7 deletions
12
projects/igniteui-angular-i18n/src/i18n/BG/chip-resources.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
import { IChipResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const ChipResourceStringsBG_: ExpandRequire<IChipResourceStrings> = { | ||
igx_chip_remove: 'Премахване на чипa', | ||
igx_chip_select: 'Избор на чип' | ||
}; | ||
|
||
// only use `satisfies` operator so export is typed by its schema | ||
/** | ||
* Bulgarian resource strings for IgxChip | ||
*/ | ||
export const ChipResourceStringsBG = ChipResourceStringsBG_ as ExpandRequire<IChipResourceStrings>; | ||
export const ChipResourceStringsBG = { | ||
igx_chip_remove: 'Премахване на чипa', | ||
igx_chip_select: 'Избор на чип' | ||
} satisfies MakeRequired<IChipResourceStrings>; |
14 changes: 6 additions & 8 deletions
14
projects/igniteui-angular-i18n/src/i18n/BG/combo-resources.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
import { IComboResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const ComboResourceStringsBG_: ExpandRequire<IComboResourceStrings> = { | ||
// only use `satisfies` operator so export is typed by its schema | ||
/** | ||
* Bulgarian resource strings for IgxCombo | ||
*/ | ||
export const ComboResourceStringsBG = { | ||
igx_combo_empty_message: 'Списъкът е празен', | ||
igx_combo_filter_search_placeholder: 'Въведете термин за търсене', | ||
igx_combo_addCustomValues_placeholder: 'Добавяне на елемент', | ||
igx_combo_clearItems_placeholder: 'Изчистване на избора' | ||
}; | ||
|
||
/** | ||
* Bulgarian resource strings for IgxCombo | ||
*/ | ||
export const ComboResourceStringsBG = ComboResourceStringsBG_ as ExpandRequire<IComboResourceStrings>; | ||
} satisfies MakeRequired<IComboResourceStrings>; |
12 changes: 5 additions & 7 deletions
12
projects/igniteui-angular-i18n/src/i18n/BG/date-picker-resources.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
import { IDatePickerResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const DatePickerResourceStringsBG_: ExpandRequire<IDatePickerResourceStrings> = { | ||
igx_date_picker_change_date: 'Промяна на датата', | ||
igx_date_picker_choose_date: 'Избор на дата' | ||
}; | ||
|
||
// only use `satisfies` operator so export is typed by its schema | ||
/** | ||
* Bulgarian resource strings for IgxDatePicker | ||
*/ | ||
export const DatePickerResourceStringsBG = DatePickerResourceStringsBG_ as ExpandRequire<IDatePickerResourceStrings>; | ||
export const DatePickerResourceStringsBG = { | ||
igx_date_picker_change_date: 'Промяна на датата', | ||
igx_date_picker_choose_date: 'Избор на дата' | ||
} satisfies MakeRequired<IDatePickerResourceStrings>; |
12 changes: 5 additions & 7 deletions
12
projects/igniteui-angular-i18n/src/i18n/BG/date-range-picker-resources.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
import { IDateRangePickerResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const DateRangePickerResourceStringsBG_: ExpandRequire<IDateRangePickerResourceStrings> = { | ||
igx_date_range_picker_date_separator: 'до', | ||
igx_date_range_picker_done_button: 'Завърши' | ||
}; | ||
|
||
// only use `satisfies` operator so export is typed by its schema | ||
/** | ||
* Bulgarian resource strings for IgxDateRangePicker | ||
*/ | ||
export const DateRangePickerResourceStringsBG = DateRangePickerResourceStringsBG_ as ExpandRequire<IDateRangePickerResourceStrings>; | ||
export const DateRangePickerResourceStringsBG = { | ||
igx_date_range_picker_date_separator: 'до', | ||
igx_date_range_picker_done_button: 'Завърши' | ||
} satisfies MakeRequired<IDateRangePickerResourceStrings>; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 5 additions & 7 deletions
12
projects/igniteui-angular-i18n/src/i18n/BG/input-resources.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
import { IInputResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const InputResourceStringsBG_: ExpandRequire<IInputResourceStrings> = { | ||
igx_input_upload_button: 'Качване на файл', | ||
igx_input_file_placeholder: 'Няма избран файл' | ||
}; | ||
|
||
// only use `satisfies` operator so export is typed by its schema | ||
/** | ||
* Bulgarian resource strings for IgxInput | ||
*/ | ||
export const InputResourceStringsBG = InputResourceStringsBG_ as ExpandRequire<IInputResourceStrings>; | ||
export const InputResourceStringsBG = { | ||
igx_input_upload_button: 'Качване на файл', | ||
igx_input_file_placeholder: 'Няма избран файл' | ||
} satisfies MakeRequired<IInputResourceStrings>; |
12 changes: 5 additions & 7 deletions
12
projects/igniteui-angular-i18n/src/i18n/BG/list-resources.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
import { IListResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const ListResourceStringsBG_: ExpandRequire<IListResourceStrings> = { | ||
igx_list_no_items: 'Няма елементи в списъка.', | ||
igx_list_loading: 'Зарежда информация от сървъра...' | ||
}; | ||
|
||
// only use `satisfies` operator so export is typed by its schema | ||
/** | ||
* Bulgarian resource strings for IgxList | ||
*/ | ||
export const ListResourceStringsBG = ListResourceStringsBG_ as ExpandRequire<IListResourceStrings>; | ||
export const ListResourceStringsBG = { | ||
igx_list_no_items: 'Няма елементи в списъка.', | ||
igx_list_loading: 'Зарежда информация от сървъра...' | ||
} satisfies MakeRequired<IListResourceStrings>; |
14 changes: 6 additions & 8 deletions
14
projects/igniteui-angular-i18n/src/i18n/BG/paginator-resources.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
import { IPaginatorResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const PaginatorResourceStringsBG_: ExpandRequire<IPaginatorResourceStrings> = { | ||
// only use `satisfies` operator so export is typed by its schema | ||
/** | ||
* Bulgarian resource strings for IgxPaginator | ||
*/ | ||
export const PaginatorResourceStringsBG = { | ||
igx_paginator_label: 'Елементи на страница', | ||
igx_paginator_pager_text: 'от', | ||
igx_paginator_first_page_button_text: 'Към първата страница', | ||
igx_paginator_previous_page_button_text: 'Предишна страница', | ||
igx_paginator_last_page_button_text: 'Към последната страница', | ||
igx_paginator_next_page_button_text: 'Следваща страница', | ||
}; | ||
|
||
/** | ||
* Bulgarian resource strings for IgxPaginator | ||
*/ | ||
export const PaginatorResourceStringsBG = PaginatorResourceStringsBG_ as ExpandRequire<IPaginatorResourceStrings>; | ||
} satisfies MakeRequired<IPaginatorResourceStrings>; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 6 additions & 9 deletions
15
projects/igniteui-angular-i18n/src/i18n/BG/time-picker-resources.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
import { ITimePickerResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const TimePickerResourceStringsBG_: ExpandRequire<ITimePickerResourceStrings> = { | ||
// only use `satisfies` operator so export is typed by its schema | ||
/** | ||
* Bulgarian resource strings for IgxTimePicker | ||
*/ | ||
export const TimePickerResourceStringsBG = { | ||
igx_time_picker_ok: 'ОК', | ||
igx_time_picker_cancel: 'Отмяна', | ||
igx_time_picker_change_time: 'Промяна на времето', | ||
igx_time_picker_choose_time: 'Избор на време' | ||
}; | ||
|
||
|
||
/** | ||
* Bulgarian resource strings for IgxTimePicker | ||
*/ | ||
export const TimePickerResourceStringsBG = TimePickerResourceStringsBG_ as ExpandRequire<ITimePickerResourceStrings>; | ||
} satisfies MakeRequired<ITimePickerResourceStrings>; |
12 changes: 5 additions & 7 deletions
12
projects/igniteui-angular-i18n/src/i18n/BG/tree-resources.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
import { ITreeResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const TreeResourceStringsBG_: ExpandRequire<ITreeResourceStrings> = { | ||
igx_expand: 'Разгъване', | ||
igx_collapse: 'Свиване', | ||
}; | ||
|
||
// only use `satisfies` operator so export is typed by its schema | ||
/** | ||
* Bulgarian resource strings for IgxTree | ||
*/ | ||
export const TreeResourceStringsBG = TreeResourceStringsBG_ as ExpandRequire<ITreeResourceStrings>; | ||
export const TreeResourceStringsBG = { | ||
igx_expand: 'Разгъване', | ||
igx_collapse: 'Свиване', | ||
} satisfies MakeRequired<ITreeResourceStrings>; |
10 changes: 4 additions & 6 deletions
10
projects/igniteui-angular-i18n/src/i18n/CS/action-strip-resources.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import { IActionStripResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const ActionStripResourceStringsCS_: ExpandRequire<IActionStripResourceStrings> = { | ||
igx_action_strip_button_more_title: 'Více' | ||
}; | ||
|
||
// only use `satisfies` operator so export is typed by its schema | ||
/** | ||
* Czech resource strings for IgxActionStrip | ||
*/ | ||
export const ActionStripResourceStringsCS = ActionStripResourceStringsCS_ as ExpandRequire<IActionStripResourceStrings>; | ||
export const ActionStripResourceStringsCS = { | ||
igx_action_strip_button_more_title: 'Více' | ||
} satisfies MakeRequired<IActionStripResourceStrings>; |
10 changes: 4 additions & 6 deletions
10
projects/igniteui-angular-i18n/src/i18n/CS/banner-resources.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import { IBannerResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const BannerResourceStringsCS_: ExpandRequire<IBannerResourceStrings> = { | ||
igx_banner_button_dismiss: 'Zavřít' | ||
}; | ||
|
||
// only use `satisfies` operator so export is typed by its schema | ||
/** | ||
* Czech resource strings for IgxBanner | ||
*/ | ||
export const BannerResourceStringsCS = BannerResourceStringsCS_ as ExpandRequire<IBannerResourceStrings>; | ||
export const BannerResourceStringsCS = { | ||
igx_banner_button_dismiss: 'Zavřít' | ||
} satisfies MakeRequired<IBannerResourceStrings>; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 6 additions & 8 deletions
14
projects/igniteui-angular-i18n/src/i18n/CS/carousel-resources.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
import { ICarouselResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const CarouselResourceStringsCS_: ExpandRequire<ICarouselResourceStrings> = { | ||
// only use `satisfies` operator so export is typed by its schema | ||
/** | ||
* Czech resource strings for IgxCarousel | ||
*/ | ||
export const CarouselResourceStringsCS = { | ||
igx_carousel_of: 'z', | ||
igx_carousel_slide: 'skluzavka', | ||
igx_carousel_previous_slide: 'předchozí snímek', | ||
igx_carousel_next_slide: 'další snímek' | ||
}; | ||
|
||
/** | ||
* Czech resource strings for IgxCarousel | ||
*/ | ||
export const CarouselResourceStringsCS = CarouselResourceStringsCS_ as ExpandRequire<ICarouselResourceStrings>; | ||
} satisfies MakeRequired<ICarouselResourceStrings>; |
Oops, something went wrong.