fix: 本地 patch MDUI 以解决 tabindex = 0 导致的一系列玄学问题
This commit is contained in:
10
client/mdui_patched/locales/bg-bg.js
Normal file
10
client/mdui_patched/locales/bg-bg.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// 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': `ОК`,
|
||||
};
|
||||
Reference in New Issue
Block a user