feat(i18n): add 'add' translation in multiple languages and update InputGroupField, KvInputGroupField, and NotifyConfigField components to use localized text for button labels

This commit is contained in:
keven1024
2026-05-01 21:28:31 +08:00
parent 833079d495
commit f4a28e369f
10 changed files with 12 additions and 3 deletions

View File

@@ -170,7 +170,7 @@ const expandedAdvanced = ref<Set<number>>(new Set())
"
>
<LucidePlus class="size-4" />
添加
{{ t('common.add') }}
</Button>
</div>
</div>