projects/m2-core/src/lib/core/constants/messages.ts
Properties |
|
Methods |
|
| Static DOUBLE_FORMATS_TIP |
Type : string
|
Default value : 'Форматы значений:\n значение;\n значение (верхнее отклонение; нижнее отклонение);\n минимальное - максимальное;'
|
| Static formDeleteConfirm | ||||||||||||
formDeleteConfirm(displayName?: string, inQuotes)
|
||||||||||||
|
Parameters :
Returns :
string
|
| Static formDeleteSelectedConfirm | ||||||
formDeleteSelectedConfirm(count: number)
|
||||||
|
Parameters :
Returns :
string
|
| Static getBoolStr | ||||||
getBoolStr(value: boolean)
|
||||||
|
Parameters :
Returns :
string
|
| Static getPluralForm | |||||||||
getPluralForm(count: number, key)
|
|||||||||
|
Since ICU expressions are still not supported by $localize we have to use this kludge. https://github.com/angular/angular/issues/35912
Parameters :
Returns :
string
|
| Static getSelectedPostfix | ||||||||||||
getSelectedPostfix(itemsOrQuantity: any[] | number, _case: Case)
|
||||||||||||
|
Parameters :
Returns :
string
|