Files
LingChair/client/mdui_patched/locales/fr-be.js

11 lines
417 B
JavaScript

// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Veuillez respecter le format demandé.`,
'functions.alert.confirmText': `OK`,
'functions.confirm.cancelText': `Annuler`,
'functions.confirm.confirmText': `OK`,
'functions.prompt.cancelText': `Annuler`,
'functions.prompt.confirmText': `OK`,
};