Files
LingChair/client/mdui_patched/locales/en-gb.js

11 lines
411 B
JavaScript

// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Please match the requested format.`,
'functions.alert.confirmText': `OK`,
'functions.confirm.cancelText': `Cancel`,
'functions.confirm.confirmText': `OK`,
'functions.prompt.cancelText': `Cancel`,
'functions.prompt.confirmText': `OK`,
};