feat: add access list
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
'accesses.title': 'Accesses',
|
||||
'accesses.button.add': 'Add Access',
|
||||
'accesses.table.accessPoints': 'Access Points',
|
||||
'accesses.table.traffic': 'Traffic Share'
|
||||
};
|
||||
@@ -16,7 +16,8 @@ export default {
|
||||
'menu.models.benchmark': 'Benchmarks',
|
||||
'menu.models.benchmarkDetail': 'Benchmark Details',
|
||||
'menu.models.provider': 'Provider',
|
||||
'menu.models.providers': 'Provider',
|
||||
'menu.models.providers': 'Providers',
|
||||
'menu.models.accesses': 'Accesses',
|
||||
'menu.modelCatalog': 'Каталог',
|
||||
'menu.resources': 'Ресурсы',
|
||||
'menu.apikeys': 'API-ключи',
|
||||
@@ -42,10 +43,15 @@ export default {
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
// 1. 'menu.models.benchmark': 'Benchmarks',
|
||||
// 2. 'menu.models.benchmarkDetail': 'Benchmark Details',
|
||||
// 1. 'menu.models.provider': 'Provider',
|
||||
=======
|
||||
// 1. 'menu.models.providers': 'Provider',
|
||||
>>>>>>> ddf1a270 (feat: provider lsit)
|
||||
=======
|
||||
// 1. 'menu.models.providers': 'Providers',
|
||||
// 2. 'menu.models.accesses': 'Accesses',
|
||||
>>>>>>> 11d2c02d (feat: add access list)
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -46,7 +46,10 @@ export default {
|
||||
'noresult.benchmark.nofound': 'No matching benchmarks found.',
|
||||
'noresult.provider.title': 'No Providers',
|
||||
'noresult.provider.subTitle': 'No providers have been added yet.',
|
||||
'noresult.provider.nofound': 'No matching providers found.'
|
||||
'noresult.provider.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.'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
@@ -59,5 +62,8 @@ export default {
|
||||
// 7. 'noresult.benchmark.nofound': 'No matching benchmarks found.'
|
||||
// 5. 'noresult.provider.title': 'No Providers',
|
||||
// 6. 'noresult.provider.subTitle': 'No providers have been added yet.',
|
||||
// 7. 'noresult.provider.nofound': 'No matching providers found.'
|
||||
// 7. 'noresult.provider.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.'
|
||||
// ========================================================================
|
||||
|
||||
Reference in New Issue
Block a user