mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
[backport core/1.32] refactor: change model button terminology from Upload to Import (#6802)
Backport of #6800 to `core/1.32` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6802-backport-core-1-32-refactor-change-model-button-terminology-from-Upload-to-Import-2b26d73d36508151bbcdf461bee06304) by [Unito](https://www.unito.io) Co-authored-by: Luke Mino-Altherr <luke@comfy.org> Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -2085,8 +2085,8 @@
|
|||||||
"failedToCreateNode": "Failed to create node. Please try again or check console for details.",
|
"failedToCreateNode": "Failed to create node. Please try again or check console for details.",
|
||||||
"noModelsInFolder": "No {type} available in this folder",
|
"noModelsInFolder": "No {type} available in this folder",
|
||||||
"searchAssetsPlaceholder": "Type to search...",
|
"searchAssetsPlaceholder": "Type to search...",
|
||||||
"uploadModel": "Upload model",
|
"uploadModel": "Import model",
|
||||||
"uploadModelFromCivitai": "Upload a model from Civitai",
|
"uploadModelFromCivitai": "Import a model from Civitai",
|
||||||
"uploadModelFailedToRetrieveMetadata": "Failed to retrieve metadata. Please check the link and try again.",
|
"uploadModelFailedToRetrieveMetadata": "Failed to retrieve metadata. Please check the link and try again.",
|
||||||
"onlyCivitaiUrlsSupported": "Only Civitai URLs are supported",
|
"onlyCivitaiUrlsSupported": "Only Civitai URLs are supported",
|
||||||
"uploadModelDescription1": "Paste a Civitai model download link to add it to your library.",
|
"uploadModelDescription1": "Paste a Civitai model download link to add it to your library.",
|
||||||
@@ -2103,16 +2103,16 @@
|
|||||||
"tags": "Tags",
|
"tags": "Tags",
|
||||||
"tagsPlaceholder": "e.g., models, checkpoint",
|
"tagsPlaceholder": "e.g., models, checkpoint",
|
||||||
"tagsHelp": "Separate tags with commas",
|
"tagsHelp": "Separate tags with commas",
|
||||||
"upload": "Upload",
|
"upload": "Import",
|
||||||
"uploadingModel": "Uploading model...",
|
"uploadingModel": "Importing model...",
|
||||||
"uploadSuccess": "Model uploaded successfully!",
|
"uploadSuccess": "Model imported successfully!",
|
||||||
"uploadFailed": "Upload failed",
|
"uploadFailed": "Import failed",
|
||||||
"modelAssociatedWithLink": "The model associated with the link you provided:",
|
"modelAssociatedWithLink": "The model associated with the link you provided:",
|
||||||
"modelTypeSelectorLabel": "What type of model is this?",
|
"modelTypeSelectorLabel": "What type of model is this?",
|
||||||
"modelTypeSelectorPlaceholder": "Select model type",
|
"modelTypeSelectorPlaceholder": "Select model type",
|
||||||
"selectModelType": "Select model type",
|
"selectModelType": "Select model type",
|
||||||
"notSureLeaveAsIs": "Not sure? Just leave this as is",
|
"notSureLeaveAsIs": "Not sure? Just leave this as is",
|
||||||
"modelUploaded": "Model uploaded! 🎉",
|
"modelUploaded": "Model imported! 🎉",
|
||||||
"findInLibrary": "Find it in the {type} section of the models library.",
|
"findInLibrary": "Find it in the {type} section of the models library.",
|
||||||
"finish": "Finish",
|
"finish": "Finish",
|
||||||
"allModels": "All Models",
|
"allModels": "All Models",
|
||||||
@@ -2132,7 +2132,7 @@
|
|||||||
"errorUnsafeVirusScan": "CivitAI detected malware or suspicious content in this file",
|
"errorUnsafeVirusScan": "CivitAI detected malware or suspicious content in this file",
|
||||||
"errorModelTypeNotSupported": "This model type is not supported",
|
"errorModelTypeNotSupported": "This model type is not supported",
|
||||||
"errorUnknown": "An unexpected error occurred",
|
"errorUnknown": "An unexpected error occurred",
|
||||||
"errorUploadFailed": "Failed to upload asset. Please try again.",
|
"errorUploadFailed": "Failed to import asset. Please try again.",
|
||||||
"ariaLabel": {
|
"ariaLabel": {
|
||||||
"assetCard": "{name} - {type} asset",
|
"assetCard": "{name} - {type} asset",
|
||||||
"loadingAsset": "Loading asset"
|
"loadingAsset": "Loading asset"
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
:on-click="handleUploadClick"
|
:on-click="handleUploadClick"
|
||||||
>
|
>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<i class="icon-[lucide--upload]" />
|
<i class="icon-[lucide--package-plus]" />
|
||||||
</template>
|
</template>
|
||||||
</IconTextButton>
|
</IconTextButton>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user