mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-14 09:43:22 -03:00
fix(i18n): translate recipe delete undo warning
Move the recipe delete modal's undo warning into modals.deleteRecipe. recoverableWarning instead of hardcoded English; sync placeholders into all 9 non-English locales
This commit is contained in:
@@ -1282,6 +1282,9 @@
|
||||
"message": "이 모델과 모든 관련 파일을 삭제하시겠습니까?",
|
||||
"recoverableWarning": "[TODO: Translate] This will permanently delete the file after 30 seconds unless you undo."
|
||||
},
|
||||
"deleteRecipe": {
|
||||
"recoverableWarning": "[TODO: Translate] This action can be undone for 30 seconds."
|
||||
},
|
||||
"excludeModel": {
|
||||
"title": "모델 제외",
|
||||
"message": "이 모델을 제외하시겠습니까? 제외된 모델은 검색이나 모델 목록에 나타나지 않습니다."
|
||||
|
||||
Reference in New Issue
Block a user