fix: previous run description
This commit is contained in:
@@ -287,5 +287,5 @@ export default {
|
||||
'models.instance.previousRun': 'Previous Run',
|
||||
'models.instance.startHistory': 'Run History',
|
||||
'models.instance.startHistory.tips':
|
||||
'Logs from the previous run before the current restart.'
|
||||
'Shows logs from the run before the last error-triggered restart.'
|
||||
};
|
||||
|
||||
@@ -287,7 +287,7 @@ export default {
|
||||
'models.instance.previousRun': 'Previous Run',
|
||||
'models.instance.startHistory': 'Run History',
|
||||
'models.instance.startHistory.tips':
|
||||
'Logs from the previous run before the current restart.'
|
||||
'Shows logs from the run before the last error-triggered restart.'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
|
||||
@@ -291,7 +291,7 @@ export default {
|
||||
'models.instance.previousRun': 'Previous Run',
|
||||
'models.instance.startHistory': 'Run History',
|
||||
'models.instance.startHistory.tips':
|
||||
'Logs from the previous run before the current restart.'
|
||||
'Shows logs from the run before the last error-triggered restart.'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
|
||||
@@ -287,7 +287,7 @@ export default {
|
||||
'models.instance.previousRun': 'Previous Run',
|
||||
'models.instance.startHistory': 'Run History',
|
||||
'models.instance.startHistory.tips':
|
||||
'Logs from the previous run before the current restart.'
|
||||
'Shows logs from the run before the last error-triggered restart.'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
|
||||
@@ -270,5 +270,6 @@ export default {
|
||||
'models.instance.currentRun': '当前运行',
|
||||
'models.instance.previousRun': '上一次运行',
|
||||
'models.instance.startHistory': '运行记录',
|
||||
'models.instance.startHistory.tips': '显示当前重启之前那次运行的日志。'
|
||||
'models.instance.startHistory.tips':
|
||||
'显示上一次因错误自动重启之前的那次运行的日志。'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user