11 lines
490 B
JavaScript
11 lines
490 B
JavaScript
// Do not modify this file by hand!
|
||
// Re-generate this file by running lit-localize
|
||
export const templates = {
|
||
'components.textField.patternError': `Пожалуйста, соответствуйте запрашиваемому формату.`,
|
||
'functions.alert.confirmText': `ОК`,
|
||
'functions.confirm.cancelText': `Отмена`,
|
||
'functions.confirm.confirmText': `ОК`,
|
||
'functions.prompt.cancelText': `Отмена`,
|
||
'functions.prompt.confirmText': `ОК`,
|
||
};
|