refactor: 调整i18n文本目录结构

- 目录调整: i18n文本由单文件改为多文件
- 组件修改: 对应组件内的文本key做出对应修改
- WIP: 其他语言适配逐步完成...
This commit is contained in:
2025-12-08 17:03:31 +08:00
parent 29bea6d16b
commit a9fc4a7bda
26 changed files with 633 additions and 290 deletions

View File

@ -8,7 +8,7 @@
width="6"
/>
<div class="text-h6 mt-4 text-primary">
{{ $t('loading') }}...
{{ $t('common.loading') }}...
</div>
</div>
</v-container>