11 lines
467 B
JavaScript
11 lines
467 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': `ОК`,
|
||
};
|