feat: logs history
This commit is contained in:
@@ -282,5 +282,7 @@ export default {
|
||||
'models.table.instance.benchmark': 'Run Benchmark',
|
||||
'models.table.modelView': 'Model List',
|
||||
'models.table.instanceView': 'Instance List',
|
||||
'models.table.category': 'Category'
|
||||
'models.table.category': 'Category',
|
||||
'models.instance.firstStart': 'First Deployment',
|
||||
'models.instance.startHistory': 'Startup History'
|
||||
};
|
||||
|
||||
@@ -282,7 +282,9 @@ export default {
|
||||
'models.table.instance.benchmark': 'Run Benchmark',
|
||||
'models.table.modelView': 'Model List',
|
||||
'models.table.instanceView': 'Instance List',
|
||||
'models.table.category': 'Category'
|
||||
'models.table.category': 'Category',
|
||||
'models.instance.firstStart': 'First Deployment',
|
||||
'models.instance.startHistory': 'Startup History'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
|
||||
@@ -286,7 +286,9 @@ export default {
|
||||
'models.table.instance.benchmark': 'Run Benchmark',
|
||||
'models.table.modelView': 'Model List',
|
||||
'models.table.instanceView': 'Instance List',
|
||||
'models.table.category': 'Category'
|
||||
'models.table.category': 'Category',
|
||||
'models.instance.firstStart': 'First Deployment',
|
||||
'models.instance.startHistory': 'Startup History'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
|
||||
@@ -282,7 +282,9 @@ export default {
|
||||
'models.table.instance.benchmark': 'Kıyaslama Çalıştır',
|
||||
'models.table.modelView': 'Model List',
|
||||
'models.table.instanceView': 'Instance List',
|
||||
'models.table.category': 'Category'
|
||||
'models.table.category': 'Category',
|
||||
'models.instance.firstStart': 'First Deployment',
|
||||
'models.instance.startHistory': 'Startup History'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
|
||||
@@ -266,5 +266,7 @@ export default {
|
||||
'models.table.instance.benchmark': '运行基准测试',
|
||||
'models.table.modelView': '模型列表',
|
||||
'models.table.instanceView': '实例列表',
|
||||
'models.table.category': '类别'
|
||||
'models.table.category': '类别',
|
||||
'models.instance.firstStart': '首次部署',
|
||||
'models.instance.startHistory': '启动记录'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user