11 lines
427 B
JavaScript
11 lines
427 B
JavaScript
// Do not modify this file by hand!
|
|
// Re-generate this file by running lit-localize
|
|
export const templates = {
|
|
'components.textField.patternError': `Bitte passen Sie das angeforderte Format an.`,
|
|
'functions.alert.confirmText': `OK`,
|
|
'functions.confirm.cancelText': `Abbrechen`,
|
|
'functions.confirm.confirmText': `OK`,
|
|
'functions.prompt.cancelText': `Abbrechen`,
|
|
'functions.prompt.confirmText': `OK`,
|
|
};
|