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
@@ -49,7 +49,7 @@ export default {
'noresult.providers.title': 'No Providers',
'noresult.providers.subTitle': 'No providers have been added yet.',
'noresult.providers.nofound': 'No matching providers found.',
'noresult.accesses.title': 'No Accesses',
'noresult.accesses.subTitle': 'No accesses have been added yet.',
'noresult.accesses.nofound': 'No matching accesses found.'
'noresult.routes.title': 'No Routes',
'noresult.routes.subTitle': 'No routes have been added yet.',
'noresult.routes.nofound': 'No matching routes found.'
};