chore: add changes tips
This commit is contained in:
@@ -127,7 +127,9 @@ export default {
|
||||
'models.form.check.params': 'Checking configuration...',
|
||||
'models.form.check.passed': 'Compatibility Check Passed',
|
||||
'models.form.check.claims':
|
||||
'The model requires approximately {vram} VRAM and {ram} RAM.'
|
||||
'The model requires approximately {vram} VRAM and {ram} RAM.',
|
||||
'models.form.update.tips':
|
||||
'Changes will only apply after you delete and recreate the instance.'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
@@ -144,4 +146,5 @@ export default {
|
||||
// 11. 'models.form.check.passed',
|
||||
// 12. 'models.form.check.claims',
|
||||
// 13. 'model.deploy.search.placeholder',
|
||||
// 14. 'models.form.update.tips
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -45,7 +45,7 @@ export default {
|
||||
'Get Token <span class="note-text">(Run on the server)</span>',
|
||||
'resources.worker.add.step2': 'ワーカーを登録',
|
||||
'resources.worker.add.step2.tips':
|
||||
'(Run on the worker to be added, <span style="color: #000;font-weight: 600">mytoken</span> is the token obtained in the first step.)',
|
||||
'(Run on the worker to be added, <span style="color: #000;font-weight: 600">token</span> is the token obtained in the first step.)',
|
||||
'resources.worker.add.step3':
|
||||
'成功後、ワーカーリストを更新して新しいワーカーを確認してください。',
|
||||
'resources.worker.container.supported':
|
||||
|
||||
Reference in New Issue
Block a user