fix: 本地 patch MDUI 以解决 tabindex = 0 导致的一系列玄学问题

This commit is contained in:
CrescentLeaf
2025-10-04 11:07:03 +08:00
parent af694f6f6c
commit 6e164cbdfb
480 changed files with 94389 additions and 0 deletions

View 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': `OK`,
'functions.confirm.cancelText': `キャンセル`,
'functions.confirm.confirmText': `OK`,
'functions.prompt.cancelText': `キャンセル`,
'functions.prompt.confirmText': `OK`,
};