chore: providers ux
This commit is contained in:
@@ -47,6 +47,9 @@ export default {
|
||||
'noresult.provider.title': 'No Providers',
|
||||
'noresult.provider.subTitle': 'No providers have been added yet.',
|
||||
'noresult.provider.nofound': 'No matching providers found.',
|
||||
'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.'
|
||||
@@ -63,6 +66,9 @@ export default {
|
||||
// 5. 'noresult.provider.title': 'No Providers',
|
||||
// 6. 'noresult.provider.subTitle': 'No providers have been added yet.',
|
||||
// 7. 'noresult.provider.nofound': 'No matching providers found.',
|
||||
// 5. 'noresult.providers.title': 'No Providers',
|
||||
// 6. 'noresult.providers.subTitle': 'No providers have been added yet.',
|
||||
// 7. 'noresult.providers.nofound': 'No matching providers found.',
|
||||
// 8. 'noresult.accesses.title': 'No Accesses',
|
||||
// 9. 'noresult.accesses.subTitle': 'No accesses have been added yet.',
|
||||
// 10. 'noresult.accesses.nofound': 'No matching accesses found.'
|
||||
|
||||
@@ -2,5 +2,6 @@ export default {
|
||||
'providers.title': 'Providers',
|
||||
'providers.button.add': 'Add Provider',
|
||||
'providers.table.providerName': 'Provider',
|
||||
'providers.table.modelsCounts': 'Models Count'
|
||||
'providers.table.modelsCounts': 'Models Count',
|
||||
'providers.table.proxy': 'Proxy'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user