style: check compatibility
This commit is contained in:
@@ -123,9 +123,10 @@ export default {
|
||||
'models.form.files': 'files',
|
||||
'models.table.status': 'Status',
|
||||
'models.form.submit.anyway': 'Submit Anyway',
|
||||
'models.form.evaluating': 'Evaluating...',
|
||||
'models.form.incompatible': 'Incompatible',
|
||||
'models.form.evaluating': 'Evaluating Model Compatibliity',
|
||||
'models.form.incompatible': 'Incompatibility Detected',
|
||||
'models.form.restart.onerror': 'Auto-Restart On Error',
|
||||
'models.form.restart.onerror.tips':
|
||||
'When an error occurs, it will automatically attempt to restart.'
|
||||
'When an error occurs, it will automatically attempt to restart.',
|
||||
'models.form.check.params': 'Checking configuration...'
|
||||
};
|
||||
|
||||
@@ -70,5 +70,6 @@ export default {
|
||||
'Waiting for download to complete...',
|
||||
'resources.filter.worker': 'Filter by Worker',
|
||||
'resources.filter.source': 'Filter by Source',
|
||||
'resources.modelfiles.delete.tips': 'Also delete the file from disk!'
|
||||
'resources.modelfiles.delete.tips': 'Also delete the file from disk!',
|
||||
'resources.modelfiles.copy.tips': 'Copy Full Path'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user