11 lines
562 B
JavaScript
11 lines
562 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': `சரி`,
|
|
};
|