-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10402 from IgniteUI/sstoychev/action-strip-titles…
…-master feat(action-strip): titles and localization for buttons in action strip - master
- Loading branch information
Showing
27 changed files
with
252 additions
and
10 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
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: 'Още' | ||
}; | ||
|
||
/** | ||
* Bulgarian resource strings for IgxActionStrip | ||
*/ | ||
export const ActionStripResourceStringsBG = ActionStripResourceStringsBG_ as ExpandRequire<IActionStripResourceStrings>; |
11 changes: 11 additions & 0 deletions
11
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
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' | ||
}; | ||
|
||
/** | ||
* Czech resource strings for IgxActionStrip | ||
*/ | ||
export const ActionStripResourceStringsCS = ActionStripResourceStringsCS_ as ExpandRequire<IActionStripResourceStrings>; |
11 changes: 11 additions & 0 deletions
11
projects/igniteui-angular-i18n/src/i18n/DA/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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { IActionStripResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const ActionStripResourceStringsDA_: ExpandRequire<IActionStripResourceStrings> = { | ||
igx_action_strip_button_more_title: 'Mere' | ||
}; | ||
|
||
/** | ||
* Danish resource strings for IgxActionStrip | ||
*/ | ||
export const ActionStripResourceStringsDA = ActionStripResourceStringsDA_ as ExpandRequire<IActionStripResourceStrings>; |
11 changes: 11 additions & 0 deletions
11
projects/igniteui-angular-i18n/src/i18n/DE/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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { IActionStripResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const ActionStripResourceStringsDE_: ExpandRequire<IActionStripResourceStrings> = { | ||
igx_action_strip_button_more_title: 'Mehr' | ||
}; | ||
|
||
/** | ||
* German resource strings for IgxActionStrip | ||
*/ | ||
export const ActionStripResourceStringsDE = ActionStripResourceStringsDE_ as ExpandRequire<IActionStripResourceStrings>; |
11 changes: 11 additions & 0 deletions
11
projects/igniteui-angular-i18n/src/i18n/ES/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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { IActionStripResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const ActionStripResourceStringsES_: ExpandRequire<IActionStripResourceStrings> = { | ||
igx_action_strip_button_more_title: 'Más' | ||
}; | ||
|
||
/** | ||
* Spanish resource strings for IgxActionStrip | ||
*/ | ||
export const ActionStripResourceStringsES = ActionStripResourceStringsES_ as ExpandRequire<IActionStripResourceStrings>; |
11 changes: 11 additions & 0 deletions
11
projects/igniteui-angular-i18n/src/i18n/FR/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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { IActionStripResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const ActionStripResourceStringsFR_: ExpandRequire<IActionStripResourceStrings> = { | ||
igx_action_strip_button_more_title: 'Plus' | ||
}; | ||
|
||
/** | ||
* French resource strings for IgxActionStrip | ||
*/ | ||
export const ActionStripResourceStringsFR = ActionStripResourceStringsFR_ as ExpandRequire<IActionStripResourceStrings>; |
11 changes: 11 additions & 0 deletions
11
projects/igniteui-angular-i18n/src/i18n/HU/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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { IActionStripResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const ActionStripResourceStringsHU_: ExpandRequire<IActionStripResourceStrings> = { | ||
igx_action_strip_button_more_title: 'Továbbiak' | ||
}; | ||
|
||
/** | ||
* Hungarian resource strings for IgxActionStrip | ||
*/ | ||
export const ActionStripResourceStringsHU = ActionStripResourceStringsHU_ as ExpandRequire<IActionStripResourceStrings>; |
11 changes: 11 additions & 0 deletions
11
projects/igniteui-angular-i18n/src/i18n/IT/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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { IActionStripResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const ActionStripResourceStringsIT_: ExpandRequire<IActionStripResourceStrings> = { | ||
igx_action_strip_button_more_title: 'Altro' | ||
}; | ||
|
||
/** | ||
* Italian resource strings for IgxActionStrip | ||
*/ | ||
export const ActionStripResourceStringsIT = ActionStripResourceStringsIT_ as ExpandRequire<IActionStripResourceStrings>; |
11 changes: 11 additions & 0 deletions
11
projects/igniteui-angular-i18n/src/i18n/JA/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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { IActionStripResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const ActionStripResourceStringsJA_: ExpandRequire<IActionStripResourceStrings> = { | ||
igx_action_strip_button_more_title: 'その他' | ||
}; | ||
|
||
/** | ||
* Japanese resource strings for IgxActionStrip | ||
*/ | ||
export const ActionStripResourceStringsJA = ActionStripResourceStringsJA_ as ExpandRequire<IActionStripResourceStrings>; |
11 changes: 11 additions & 0 deletions
11
projects/igniteui-angular-i18n/src/i18n/KO/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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { IActionStripResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const ActionStripResourceStringsKO_: ExpandRequire<IActionStripResourceStrings> = { | ||
igx_action_strip_button_more_title: '더 보기' | ||
}; | ||
|
||
/** | ||
* Korean resource strings for IgxActionStrip | ||
*/ | ||
export const ActionStripResourceStringsKO = ActionStripResourceStringsKO_ as ExpandRequire<IActionStripResourceStrings>; |
11 changes: 11 additions & 0 deletions
11
projects/igniteui-angular-i18n/src/i18n/NB/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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { IActionStripResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const ActionStripResourceStringsNB_: ExpandRequire<IActionStripResourceStrings> = { | ||
igx_action_strip_button_more_title: 'Mer' | ||
}; | ||
|
||
/** | ||
* Norwegian resource strings for IgxActionStrip | ||
*/ | ||
export const ActionStripResourceStringsNB = ActionStripResourceStringsNB_ as ExpandRequire<IActionStripResourceStrings>; |
11 changes: 11 additions & 0 deletions
11
projects/igniteui-angular-i18n/src/i18n/NL/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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { IActionStripResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const ActionStripResourceStringsNL_: ExpandRequire<IActionStripResourceStrings> = { | ||
igx_action_strip_button_more_title: 'Meer' | ||
}; | ||
|
||
/** | ||
* Dutch resource strings for IgxActionStrip | ||
*/ | ||
export const ActionStripResourceStringsNL = ActionStripResourceStringsNL_ as ExpandRequire<IActionStripResourceStrings>; |
11 changes: 11 additions & 0 deletions
11
projects/igniteui-angular-i18n/src/i18n/PL/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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { IActionStripResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const ActionStripResourceStringsPL_: ExpandRequire<IActionStripResourceStrings> = { | ||
igx_action_strip_button_more_title: 'Więcej' | ||
}; | ||
|
||
/** | ||
* Polish resource strings for IgxActionStrip | ||
*/ | ||
export const ActionStripResourceStringsPL = ActionStripResourceStringsPL_ as ExpandRequire<IActionStripResourceStrings>; |
11 changes: 11 additions & 0 deletions
11
projects/igniteui-angular-i18n/src/i18n/PT/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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { IActionStripResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const ActionStripResourceStringsPT_: ExpandRequire<IActionStripResourceStrings> = { | ||
igx_action_strip_button_more_title: 'Mais' | ||
}; | ||
|
||
/** | ||
* Portuguese resource strings for IgxActionStrip | ||
*/ | ||
export const ActionStripResourceStringsPT = ActionStripResourceStringsPT_ as ExpandRequire<IActionStripResourceStrings>; |
11 changes: 11 additions & 0 deletions
11
projects/igniteui-angular-i18n/src/i18n/RO/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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { IActionStripResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const ActionStripResourceStringsRO_: ExpandRequire<IActionStripResourceStrings> = { | ||
igx_action_strip_button_more_title: 'Mai mult' | ||
}; | ||
|
||
/** | ||
* Romanian resource strings for IgxActionStrip | ||
*/ | ||
export const ActionStripResourceStringsRO = ActionStripResourceStringsRO_ as ExpandRequire<IActionStripResourceStrings>; |
11 changes: 11 additions & 0 deletions
11
projects/igniteui-angular-i18n/src/i18n/SV/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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { IActionStripResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const ActionStripResourceStringsSV_: ExpandRequire<IActionStripResourceStrings> = { | ||
igx_action_strip_button_more_title: 'Mer' | ||
}; | ||
|
||
/** | ||
* Swedish resource strings for IgxActionStrip | ||
*/ | ||
export const ActionStripResourceStringsSV = ActionStripResourceStringsSV_ as ExpandRequire<IActionStripResourceStrings>; |
11 changes: 11 additions & 0 deletions
11
projects/igniteui-angular-i18n/src/i18n/TR/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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { IActionStripResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const ActionStripResourceStringsTR_: ExpandRequire<IActionStripResourceStrings> = { | ||
igx_action_strip_button_more_title: 'Diğer' | ||
}; | ||
|
||
/** | ||
* Turkish resource strings for IgxActionStrip | ||
*/ | ||
export const ActionStripResourceStringsTR = ActionStripResourceStringsTR_ as ExpandRequire<IActionStripResourceStrings>; |
11 changes: 11 additions & 0 deletions
11
projects/igniteui-angular-i18n/src/i18n/ZH-HANS/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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { IActionStripResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const ActionStripResourceStringsZHHANS_: ExpandRequire<IActionStripResourceStrings> = { | ||
igx_action_strip_button_more_title: '其他' | ||
}; | ||
|
||
/** | ||
* Simplified Chinese (zh-Hans) resource strings for IgxActionStrip | ||
*/ | ||
export const ActionStripResourceStringsZHHANS = ActionStripResourceStringsZHHANS_ as ExpandRequire<IActionStripResourceStrings>; |
11 changes: 11 additions & 0 deletions
11
projects/igniteui-angular-i18n/src/i18n/ZH-HANT/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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { IActionStripResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const ActionStripResourceStringsZHHANT_: ExpandRequire<IActionStripResourceStrings> = { | ||
igx_action_strip_button_more_title: '其他' | ||
}; | ||
|
||
/** | ||
* Traditional Chinese (zh-Hant) resource strings for IgxActionStrip | ||
*/ | ||
export const ActionStripResourceStringsZHHANT = ActionStripResourceStringsZHHANT_ as ExpandRequire<IActionStripResourceStrings>; |
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
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
2 changes: 1 addition & 1 deletion
2
...ects/igniteui-angular/src/lib/action-strip/grid-actions/grid-action-button.component.html
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
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
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
7 changes: 7 additions & 0 deletions
7
projects/igniteui-angular/src/lib/core/i18n/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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
export interface IActionStripResourceStrings { | ||
igx_action_strip_button_more_title?: string; | ||
} | ||
|
||
export const ActionStripResourceStringsEN: IActionStripResourceStrings = { | ||
igx_action_strip_button_more_title: 'More' | ||
}; |
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
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