chore: the backend matches the model file

This commit is contained in:
jialin
2025-03-12 10:43:59 +08:00
parent 5edbc1a7b5
commit 0fc570b138
16 changed files with 285 additions and 132 deletions
+3 -1
View File
@@ -228,5 +228,7 @@ export default {
'common.search.empty': 'Ничего не найдено',
'common.button.downloadLog': 'Скачать логи',
'common.button.faq': 'TODO: Translate key "common.button.faq"',
'common.button.moreInfo': 'TODO: Translate key "common.button.moreInfo"'
'common.button.moreInfo': 'TODO: Translate key "common.button.moreInfo"',
'common.text.warning': 'TODO: Translate key "common.text.warning"',
'common.text.error': 'TODO: Translate key "common.text.error"'
};