chore: display warning message after form change in edit model

This commit is contained in:
jialin
2025-04-10 12:21:55 +08:00
parent 1182fdeb43
commit 7c79accda7
23 changed files with 126 additions and 71 deletions
+3 -1
View File
@@ -132,7 +132,8 @@ export default {
'Модель требует примерно {vram} VRAM и {ram} RAM.',
'models.form.check.claims2': 'Модель требует примерно {vram} VRAM.',
'models.form.update.tips':
'Changes will only apply after you delete and recreate the instance.'
'Changes will only apply after you delete and recreate the instance.',
'models.table.download.progress': 'Download Progress'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
@@ -140,4 +141,5 @@ export default {
// 2. 'models.form.partialoffload.tips
// 3. 'model.deploy.search.placeholder',
// 4. 'models.form.update.tips',
// 5. 'models.table.download.progress
// ========== End of To-Do List ==========
+3 -2
View File
@@ -51,7 +51,7 @@ export default {
'resources.worker.container.supported': 'Только для Linux.',
'resources.worker.current.version': 'Текущая версия: {version}',
'resources.worker.driver.install':
'Установите необходимые драйверы и библиотеки перед установкой GPUStack.',
'Install <a href="https://docs.gpustack.ai/latest/installation/installation-requirements/" target="_blank">required drivers and libraries</a> prior to GPUStack installation.',
'resources.worker.select.command':
'Выберите метку для генерации команды и скопируйте её.',
'resources.worker.script.install': 'Установка скриптом',
@@ -76,5 +76,6 @@ export default {
// ========== To-Do: Translate Keys (Remove After Translation) ==========
// 1. 'resources.worker.cann.tips',
// 2. 'resources.worker.add.step2.tips'
// 2. 'resources.worker.add.step2.tips',
// 3. 'resources.worker.driver.install'
// ========== End of To-Do List ==========