fix: routes locales

This commit is contained in:
jialin
2026-02-03 18:21:08 +08:00
parent dcda9be50b
commit dc8b3b9210
5 changed files with 17 additions and 17 deletions
+3 -3
View File
@@ -44,7 +44,7 @@ export default {
'noresult.providers.title': '暂无提供商',
'noresult.providers.subTitle': '尚未添加任何提供商。',
'noresult.providers.nofound': '未找到匹配的提供商',
'noresult.accesses.title': '暂无接入',
'noresult.accesses.subTitle': '尚未添加任何接入。',
'noresult.accesses.nofound': '未找到匹配的接入'
'noresult.routes.title': '暂无路由',
'noresult.routes.subTitle': '尚未添加任何路由。',
'noresult.routes.nofound': '未找到匹配的路由'
};