11 lines
485 B
JavaScript
11 lines
485 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': `Во ред`,
|
||
};
|