From 63605c980f228694d0d9dff4074d5e0984feba0c Mon Sep 17 00:00:00 2001 From: Acly Date: Fri, 31 Jan 2025 16:55:50 +0100 Subject: [PATCH] Translation strings for 1.31.0 --- ai_diffusion/language/es.json | 19 +++++++++++++------ ai_diffusion/language/fr.json | 17 ++++++++++++----- ai_diffusion/language/ja.json | 17 ++++++++++++----- ai_diffusion/language/ko.json | 17 ++++++++++++----- .../language/new_language.json.template | 15 +++++++++++---- ai_diffusion/language/pt-br.json | 19 +++++++++++++------ ai_diffusion/language/ru.json | 17 ++++++++++++----- ai_diffusion/language/th.json | 17 ++++++++++++----- ai_diffusion/language/tr.json | 17 ++++++++++++----- ai_diffusion/language/zh-cn.json | 17 ++++++++++++----- ai_diffusion/language/zh-tw.json | 17 ++++++++++++----- 11 files changed, 133 insertions(+), 56 deletions(-) diff --git a/ai_diffusion/language/es.json b/ai_diffusion/language/es.json index cbd69b49f..c66b432cb 100644 --- a/ai_diffusion/language/es.json +++ b/ai_diffusion/language/es.json @@ -64,7 +64,6 @@ "Connecting to server...": "Conectando al servidor...", "Connection": "Conexión", "Connection attempt failed! Click below to configure and reconnect.": "Intento de Conexión fallido! Haz Clic abajo para configurar y reconectar", - "Connection established, but the server is missing one or more ": "Conexión establecida, pero el servidor no tiene uno ó más", "Control strength: how much the layer affects the image": "Fuerza de Control: Cuanto afecta la capa a la imagen", "Copy Prompt": "Copiar Prompt", "Copy Seed": "Copiar Semilla", @@ -195,7 +194,6 @@ "Neutral": "Neutral", "New Style": "Nuevo Estilo", "New region": "Nueva región", - "No checkpoints found!\\nCheckpoints must be placed into ComfyUI/models/checkpoints.": "¡No se encontraron Puntos de Control!\\nLos Puntos de Control deben colocarse en ComfyUI/models/checkpoints.", "None": "Nada", "Normal": "Normal", "Not connected to server.": "No conectado al servidor", @@ -351,8 +349,6 @@ "Translation is disabled. Click to enable prompt translation from your language to English": "La traducción está desactivada. Haz clic para habilitar la traducción de prompts de tu idioma al inglés.", "URL used to connect to a running ComfyUI server. Default is 127.0.0.1:8188 (local).": "URL utilizada para conectarse a un servidor ComfyUI en ejecución. El valor predeterminado es 127.0.0.1:8188 (local).", "Unblur": "Enfoque", - "Unblur - Medium": "Enfoque - Medio", - "Unblur - Strong": "Enfoque - Fuerte", "Universal": "Universal", "Upgrade": "Actualizar", "Upgrade required": "Necesita Actualización", @@ -456,6 +452,17 @@ "Choose a Diffusion base model to install its basic requirements.": "Elija un modelo base de Difusión para instalar sus requerimientos basicos.", "Stable Diffusion XL models": "Modelos de Stable Diffusión XL", "Select at least one diffusion model. Control models are optional.": "Seleccione por lo menos un modelo de difusión. Los modelos de control son opcionales.", - "Required model not found, searching for": "Modelo requerido no encontrado, buscando" + "Required model not found, searching for": "Modelo requerido no encontrado, buscando", + "supported": null, + "Connection established, but the server is missing required custom nodes or models.": null, + "No diffusion model checkpoints found": null, + "Missing common models": null, + "missing": null, + "Tile Overlap": null, + "The {node_name} node is not installed.": null, + "Resolution": null, + "Detected base models:": null, + "Dynamic Caching": null, + "Re-use outputs of previous steps (First Block Cache) to speed up generation.": null } -} +} \ No newline at end of file diff --git a/ai_diffusion/language/fr.json b/ai_diffusion/language/fr.json index 459fc8185..2e15f05c2 100644 --- a/ai_diffusion/language/fr.json +++ b/ai_diffusion/language/fr.json @@ -64,7 +64,6 @@ "Connecting to server...": "Connexion au serveur...", "Connection": "Connexion", "Connection attempt failed! Click below to configure and reconnect.": "Tentative de connexion échouée ! Cliquez ci-dessous pour configurer et reconnecter.", - "Connection established, but the server is missing one or more ": "Connexion établie, mais le serveur manque d'un ou plusieurs ", "Control strength: how much the layer affects the image": "Force du contrôle : l'impact de la couche sur l'image", "Copy Prompt": "Copier le prompt", "Copy Seed": "Copier la graine", @@ -195,7 +194,6 @@ "Neutral": "Neutre", "New Style": "Nouveau style", "New region": "Nouvelle région", - "No checkpoints found!\\nCheckpoints must be placed into ComfyUI/models/checkpoints.": "Aucun checkpoint trouvé !\\nLes checkpoints doivent être placés dans ComfyUI/models/checkpoints.", "None": null, "Normal": "Normal", "Not connected to server.": "Non connecté au serveur.", @@ -351,8 +349,6 @@ "Translation is disabled. Click to enable prompt translation from your language to English": "La traduction est désactivée. Cliquez pour activer la traduction des prompts de votre langue à l'anglais", "URL used to connect to a running ComfyUI server. Default is 127.0.0.1:8188 (local).": "URL utilisée pour se connecter à un serveur ComfyUI en cours d'exécution. Par défaut, il s'agit de 127.0.0.1:8188 (local).", "Unblur": "Déflouter", - "Unblur - Medium": "Déflouter - Moyen", - "Unblur - Strong": "Déflouter - Fort", "Universal": "Universel", "Upgrade": "Mise à niveau", "Upgrade required": "Mise à niveau requise", @@ -456,6 +452,17 @@ "Choose a Diffusion base model to install its basic requirements.": null, "Stable Diffusion XL models": null, "Select at least one diffusion model. Control models are optional.": null, - "Required model not found, searching for": null + "Required model not found, searching for": null, + "supported": null, + "Connection established, but the server is missing required custom nodes or models.": null, + "No diffusion model checkpoints found": null, + "Missing common models": null, + "missing": null, + "Tile Overlap": null, + "The {node_name} node is not installed.": null, + "Resolution": null, + "Detected base models:": null, + "Dynamic Caching": null, + "Re-use outputs of previous steps (First Block Cache) to speed up generation.": null } } \ No newline at end of file diff --git a/ai_diffusion/language/ja.json b/ai_diffusion/language/ja.json index 1988fa8c1..38de452e7 100644 --- a/ai_diffusion/language/ja.json +++ b/ai_diffusion/language/ja.json @@ -72,7 +72,6 @@ "Connection": "接続", "Connection attempt failed! Click below to configure and reconnect.": "接続に失敗しました! 以下をクリックして設定し、再接続して下さい。", "Connection error during upload of LoRA model": "LoRAモデルのアップロード中に接続エラーが発生しました", - "Connection established, but the server is missing one or more ": "接続は確立されましたが、サーバーに1つ以上の不足があります ", "Connection to {host} timed out during download. Please make sure you have a stable internet connection and try again.": "ダウンロード中に {host} への接続がタイムアウトしました。インターネット接続が安定していることを確認して、もう一度お試しください。", "Control strength: how much the layer affects the image": "コントロールの強度: レイヤーが画像にどの程度影響を与えるか", "Copy Prompt": "プロンプトをコピー", @@ -223,7 +222,6 @@ "Neutral": "中立", "New Style": "新規スタイル", "New region": "新規領域", - "No checkpoints found!\\nCheckpoints must be placed into ComfyUI/models/checkpoints.": "チェックポイントが見つかりません!\\nチェックポイントは、ComfyUI/models/checkpoints に配置する必要があります。", "None": "無し", "Normal": "法線(Normal)", "Not checked": "未チェック", @@ -392,8 +390,6 @@ "Trigger words": "トリガーワード", "URL used to connect to a running ComfyUI server. Default is 127.0.0.1:8188 (local).": "実行中のComfyUIサーバーへ接続するために使用するURL。デフォルトは 127.0.0.1:8188 (ローカル) です。", "Unblur": "ぼかし除去(Unblur)", - "Unblur - Medium": "ぼかし除去 - 中", - "Unblur - Strong": "ぼかし除去 - 強", "Universal": "万能(Universal)", "Unknown": "不明", "Update failed": "更新に失敗", @@ -456,6 +452,17 @@ "Choose a Diffusion base model to install its basic requirements.": null, "Stable Diffusion XL models": null, "Select at least one diffusion model. Control models are optional.": null, - "Required model not found, searching for": null + "Required model not found, searching for": null, + "supported": null, + "Connection established, but the server is missing required custom nodes or models.": null, + "No diffusion model checkpoints found": null, + "Missing common models": null, + "missing": null, + "Tile Overlap": null, + "The {node_name} node is not installed.": null, + "Resolution": null, + "Detected base models:": null, + "Dynamic Caching": null, + "Re-use outputs of previous steps (First Block Cache) to speed up generation.": null } } \ No newline at end of file diff --git a/ai_diffusion/language/ko.json b/ai_diffusion/language/ko.json index 6f3769cd7..9430bf0b3 100644 --- a/ai_diffusion/language/ko.json +++ b/ai_diffusion/language/ko.json @@ -64,7 +64,6 @@ "Connecting to server...": "서버에 연결 중...", "Connection": "연결", "Connection attempt failed! Click below to configure and reconnect.": "연결 시도 실패! 아래를 클릭하여 구성하고 다시 연결하세요.", - "Connection established, but the server is missing one or more ": "연결이 설정되었지만 서버에 하나 또는 여러개가 없다", "Control strength: how much the layer affects the image": "제어 강도: 레이어가 이미지에 영향을 미치는 정도", "Copy Prompt": "프롬프트 복사", "Copy Seed": "시드 복사", @@ -195,7 +194,6 @@ "Neutral": "중립", "New Style": "새 스타일", "New region": "새 영역", - "No checkpoints found!\\nCheckpoints must be placed into ComfyUI/models/checkpoints.": "체크포인트를 찾을 수 없습니다!\\n체크포인트는 ComfyUI/models/checkpoints에 배치해야 합니다.", "None": "없음", "Normal": "일반", "Not connected to server.": "서버에 연결되지 않았습니다.", @@ -351,8 +349,6 @@ "Translation is disabled. Click to enable prompt translation from your language to English": "번역이 비활성화되었습니다. 클릭하여 귀하의 언어에서 영어로 프롬프트 번역을 활성화하세요", "URL used to connect to a running ComfyUI server. Default is 127.0.0.1:8188 (local).": "실행 중인 ComfyUI 서버에 연결하는 데 사용되는 URL입니다. 기본값은 127.0.0.1:8188 (local)", "Unblur": "언블러", - "Unblur - Medium": "언블러 - 중간", - "Unblur - Strong": "언블러 - 강함", "Universal": "유니버셜", "Upgrade": "업그레이드", "Upgrade required": "업그레이드 필요", @@ -456,6 +452,17 @@ "Choose a Diffusion base model to install its basic requirements.": null, "Stable Diffusion XL models": null, "Select at least one diffusion model. Control models are optional.": null, - "Required model not found, searching for": null + "Required model not found, searching for": null, + "supported": null, + "Connection established, but the server is missing required custom nodes or models.": null, + "No diffusion model checkpoints found": null, + "Missing common models": null, + "missing": null, + "Tile Overlap": null, + "The {node_name} node is not installed.": null, + "Resolution": null, + "Detected base models:": null, + "Dynamic Caching": null, + "Re-use outputs of previous steps (First Block Cache) to speed up generation.": null } } \ No newline at end of file diff --git a/ai_diffusion/language/new_language.json.template b/ai_diffusion/language/new_language.json.template index 4c87bd047..376633743 100644 --- a/ai_diffusion/language/new_language.json.template +++ b/ai_diffusion/language/new_language.json.template @@ -77,7 +77,7 @@ "Connection": null, "Connection attempt failed! Click below to configure and reconnect.": null, "Connection error during upload of LoRA model": null, - "Connection established, but the server is missing one or more ": null, + "Connection established, but the server is missing required custom nodes or models.": null, "Connection to {host} timed out during download. Please make sure you have a stable internet connection and try again.": null, "Control strength: how much the layer affects the image": null, "Copy Prompt": null, @@ -109,6 +109,7 @@ "Depth": null, "Describe content you want to avoid.": null, "Describe the content you want to see, or leave empty.": null, + "Detected base models:": null, "Device": null, "Diffusion": null, "Diffusion Architecture": null, @@ -127,6 +128,7 @@ "Downloading package...": null, "Dump Workflow": null, "Duplicate the current style": null, + "Dynamic Caching": null, "Edit custom presets": null, "Enable Automatic Updates": null, "Enable SAG / Self-Attention Guidance": null, @@ -228,6 +230,7 @@ "Maximum resolution to generate images at, in megapixels (FullHD ~ 2MP, 4k ~ 8MP).": null, "Memory used to store generated images in .kra files on disk": null, "Minimum additional padding around the selection area": null, + "Missing common models": null, "Model": null, "Model Checkpoint": null, "Model architecture mismatch for LoRA '{lora}': Cannot use {lora_arch} LoRA with a {checkpoint_arch} checkpoint.": null, @@ -239,7 +242,7 @@ "Neutral": null, "New Style": null, "New region": null, - "No checkpoints found!\\nCheckpoints must be placed into ComfyUI/models/checkpoints.": null, + "No diffusion model checkpoints found": null, "None": null, "Normal": null, "Not checked": null, @@ -287,6 +290,7 @@ "Quality Preset (generate and upscale)": null, "Queued": null, "Range": null, + "Re-use outputs of previous steps (First Block Cache) to speed up generation.": null, "Read more about workloads.": null, "Recently used document settings": null, "Reference": null, @@ -305,6 +309,7 @@ "Required model not found, searching for": null, "Required models": null, "Reset all parameters in this group": null, + "Resolution": null, "Resolution Multiplier": null, "Restore Defaults": null, "Run on CPU": null, @@ -412,9 +417,11 @@ "The server is missing the IP-Adapter model": null, "The text encoder for this diffusion model is not installed": null, "The tile/unblur control model is not installed.": null, + "The {node_name} node is not installed.": null, "This LoRA is usually added automatically by a Sampler or Control Layer when needed.\\nIt is not required to add it manually here.": null, "This has a large impact on which kind of content will be generated. To install additional checkpoints, place them into [ComfyUI]/models/checkpoints.": null, "This is a {version} checkpoint, but the {version} workload has not been installed.": null, + "Tile Overlap": null, "To generate images, the plugin connects to a ComfyUI server": null, "Too many control layers": null, "Too many control layers of type": null, @@ -424,8 +431,6 @@ "Trigger words": null, "URL used to connect to a running ComfyUI server. Default is 127.0.0.1:8188 (local).": null, "Unblur": null, - "Unblur - Medium": null, - "Unblur - Strong": null, "Universal": null, "Unknown": null, "Update failed": null, @@ -453,9 +458,11 @@ "Write latest ComfyUI prompt to the log folder for test & debug": null, "at the Back": null, "in Front (new jobs first)": null, + "missing": null, "packages available": null, "packages require installation": null, "packages selected": null, + "supported": null, "{count} jobs queued.": null } } \ No newline at end of file diff --git a/ai_diffusion/language/pt-br.json b/ai_diffusion/language/pt-br.json index 8ade9de50..671470015 100644 --- a/ai_diffusion/language/pt-br.json +++ b/ai_diffusion/language/pt-br.json @@ -64,7 +64,6 @@ "Connecting to server...": "Conectando ao servidor...", "Connection": "Conexão", "Connection attempt failed! Click below to configure and reconnect.": "Falhou ao Conectar! Clique abaixo para configurar e reconectar", - "Connection established, but the server is missing one or more ": "Conexão estabelecida, mas o servidor não contém um ou mais", "Control strength: how much the layer affects the image": "Força de Controle: Quanto afeta a camada à imagem", "Copy Prompt": "Copiar Prompt", "Copy Seed": "Copiar Semente", @@ -195,7 +194,6 @@ "Neutral": "Neutro", "New Style": "Novo Estilo", "New region": "Nova região", - "No checkpoints found!\\nCheckpoints must be placed into ComfyUI/models/checkpoints.": "Não foi encontrado o Checkpoint!\\nOs Checkpoints devem ser colocados em ComfyUI/models/checkpoints.", "None": "Nada", "Normal": "Normal", "Not connected to server.": "Não conectado ao servidor", @@ -351,8 +349,6 @@ "Translation is disabled. Click to enable prompt translation from your language to English": "A tradução está desativada. Clique para ativar a tradução de prompts do seu idioma ao inglês.", "URL used to connect to a running ComfyUI server. Default is 127.0.0.1:8188 (local).": "URL usado para conectar-se a um servidor ComfyUI em execução. O valor padrão é 127.0.0.1:8188 (local).", "Unblur": "Foco", - "Unblur - Medium": "Foco - Médio", - "Unblur - Strong": "Foco - Forte", "Universal": "Universal", "Upgrade": "Atualização", "Upgrade required": "Atualização necessária", @@ -456,6 +452,17 @@ "Choose a Diffusion base model to install its basic requirements.": "Escolha um modelo base de Difusão para instalar os requerimentos básicos.", "Stable Diffusion XL models": "Modelos de Stable Diffusion XL", "Select at least one diffusion model. Control models are optional.": "Selecione pelo menos um modelo de Difusão. Os modelos de controle são opcionais", - "Required model not found, searching for": "O modelo requerido não foi encontrado, procurando por" + "Required model not found, searching for": "O modelo requerido não foi encontrado, procurando por", + "supported": null, + "Connection established, but the server is missing required custom nodes or models.": null, + "No diffusion model checkpoints found": null, + "Missing common models": null, + "missing": null, + "Tile Overlap": null, + "The {node_name} node is not installed.": null, + "Resolution": null, + "Detected base models:": null, + "Dynamic Caching": null, + "Re-use outputs of previous steps (First Block Cache) to speed up generation.": null } -} +} \ No newline at end of file diff --git a/ai_diffusion/language/ru.json b/ai_diffusion/language/ru.json index ef0f51ecf..b87a4cece 100644 --- a/ai_diffusion/language/ru.json +++ b/ai_diffusion/language/ru.json @@ -64,7 +64,6 @@ "Connecting to server...": "Подключение к серверу...", "Connection": "Соединение", "Connection attempt failed! Click below to configure and reconnect.": "Ошибка соединения! Нажмите ниже для настройки и повторного подключения", - "Connection established, but the server is missing one or more ": "Соединение установлено, но на сервере отсутствует один или несколько ", "Control strength: how much the layer affects the image": "Сила контроля: насколько сильно слой влияет на изображение", "Copy Prompt": "Скопировать подсказку", "Copy Seed": "Скопировать случайное число", @@ -195,7 +194,6 @@ "Neutral": "Нейтральный", "New Style": "Новый стиль", "New region": "Новый регион", - "No checkpoints found!\\nCheckpoints must be placed into ComfyUI/models/checkpoints.": "Модели не найдены!\\nМодели должны быть помещены в ComfyUI/models/checkpoints.", "None": "Ничего", "Normal": "Карта нормалей", "Not connected to server.": "Нет подключения к серверу.", @@ -351,8 +349,6 @@ "Translation is disabled. Click to enable prompt translation from your language to English": "Перевод отключен. Нажмите, чтобы включить быстрый перевод с вашего языка на английский.", "URL used to connect to a running ComfyUI server. Default is 127.0.0.1:8188 (local).": "URL-адрес, используемый для подключения к работающему серверу ComfyUI. Значение по умолчанию - 127.0.0.1:8188 (локальный).", "Unblur": "Чёткость", - "Unblur - Medium": "Чёткость- средняя", - "Unblur - Strong": "Чёткость - сильная", "Universal": "Универсальный", "Upgrade": "Обновление", "Upgrade required": "Требуется обновление", @@ -456,6 +452,17 @@ "Choose a Diffusion base model to install its basic requirements.": null, "Stable Diffusion XL models": null, "Select at least one diffusion model. Control models are optional.": null, - "Required model not found, searching for": null + "Required model not found, searching for": null, + "supported": null, + "Connection established, but the server is missing required custom nodes or models.": null, + "No diffusion model checkpoints found": null, + "Missing common models": null, + "missing": null, + "Tile Overlap": null, + "The {node_name} node is not installed.": null, + "Resolution": null, + "Detected base models:": null, + "Dynamic Caching": null, + "Re-use outputs of previous steps (First Block Cache) to speed up generation.": null } } \ No newline at end of file diff --git a/ai_diffusion/language/th.json b/ai_diffusion/language/th.json index b69ef2586..d90f51eab 100644 --- a/ai_diffusion/language/th.json +++ b/ai_diffusion/language/th.json @@ -59,7 +59,6 @@ "Connecting to server...": "กำลังเชื่อมต่อกับ Server...", "Connection": "เชื่อมต่อ", "Connection attempt failed! Click below to configure and reconnect.": "เชื่อมต่อล้มเหลว! Click ด้านล่าง เพื่อกำหนดค่า และเชื่อมต่อใหม่อีกครั้ง", - "Connection established, but the server is missing one or more ": "สร้างการเชื่อมต่อแล้ว แต่ Server ขาดหายไปหนึ่ง หรือมากกว่านั้น", "Control strength: how much the layer affects the image": "Denoising strength: Layer ส่งผลต่อภาพมากเพียงใด", "Copy Prompt": "คัดลอก Prompt", "Copy Seed": "คัดลอก ชุดตัวเลข Noise", @@ -182,7 +181,6 @@ "Neutral": "Neutral", "New Style": "Style ใหม่", "New region": "Region ใหม่", - "No checkpoints found!\\nCheckpoints must be placed into ComfyUI/models/checkpoints.": "ไม่ Checkpoints!\\nCheckpoints จะต้องวางไว้ใน .../ComfyUI/models/checkpoints", "Normal": null, "Not connected to server.": "ไม่ได้เชื่อมต่อกับ Server", "Not installed": "ไม่ได้ติดตั้ง", @@ -331,8 +329,6 @@ "Translation is disabled. Click to enable prompt translation from your language to English": "ปิดใช้งานการแปล Click เพื่อเปิดใช้งานการแปลข้อความ Prompt จากภาษาของคุณเป็นภาษาอังกฤษ", "URL used to connect to a running ComfyUI server. Default is 127.0.0.1:8188 (local).": "URL ที่ใช้เชื่อมต่อกับ Server ComfyUI ที่กำลังทำงาน ค่าเริ่มต้นคือ 127.0.0.1:8188 (local)", "Unblur": "Unblur", - "Unblur - Medium": "Unblur - Medium", - "Unblur - Strong": "Unblur - Strong", "Universal": "สากล", "Upgrade": "อัปเกรด", "Upgrade required": "จำเป็นต้องอัปเกรด", @@ -456,6 +452,17 @@ "Choose a Diffusion base model to install its basic requirements.": null, "Stable Diffusion XL models": null, "Select at least one diffusion model. Control models are optional.": null, - "Required model not found, searching for": null + "Required model not found, searching for": null, + "supported": null, + "Connection established, but the server is missing required custom nodes or models.": null, + "No diffusion model checkpoints found": null, + "Missing common models": null, + "missing": null, + "Tile Overlap": null, + "The {node_name} node is not installed.": null, + "Resolution": null, + "Detected base models:": null, + "Dynamic Caching": null, + "Re-use outputs of previous steps (First Block Cache) to speed up generation.": null } } \ No newline at end of file diff --git a/ai_diffusion/language/tr.json b/ai_diffusion/language/tr.json index a16c22250..cf59144d0 100644 --- a/ai_diffusion/language/tr.json +++ b/ai_diffusion/language/tr.json @@ -64,7 +64,6 @@ "Connecting to server...": "Sunucuya bağlanıyor...", "Connection": "Bağlantı", "Connection attempt failed! Click below to configure and reconnect.": "Bağlantı denemesi başarısız oldu! Yapılandırmak ve yeniden bağlanmak için aşağıya tıklayın.", - "Connection established, but the server is missing one or more ": "Bağlantı kuruldu, ancak sunucuda bir veya daha fazla eksik var ", "Control strength: how much the layer affects the image": "Kontrol gücü: katmanın görüntüyü ne kadar etkilediği", "Copy Prompt": "Promptu Kopyala", "Copy Seed": "Seedi Kopyala", @@ -195,7 +194,6 @@ "Neutral": "Nötr", "New Style": "Yeni Stil", "New region": "Yeni bölge", - "No checkpoints found!\\nCheckpoints must be placed into ComfyUI/models/checkpoints.": "Checkpoint bulunamadı!\\nKontrol noktaları ComfyUI/models/checkpoints içine yerleştirilmelidir.", "None": "Yok", "Normal": "Normal", "Not connected to server.": "Sunucuya bağlı değil.", @@ -351,8 +349,6 @@ "Translation is disabled. Click to enable prompt translation from your language to English": "Çeviri devre dışı. Dilinizden İngilizceye prompt çevirisini etkinleştirmek için tıklayın", "URL used to connect to a running ComfyUI server. Default is 127.0.0.1:8188 (local).": "Çalışan bir ComfyUI sunucusuna bağlanmak için kullanılan URL. Varsayılan 127.0.0.1:8188 (yerel).", "Unblur": "Bulanıklığı Gider", - "Unblur - Medium": "Bulanıklığı Gider - Orta", - "Unblur - Strong": "Bulanıklığı Gider - Güçlü", "Universal": "Evrensel", "Upgrade": "Yükselt", "Upgrade required": "Yükseltme gerekli", @@ -456,6 +452,17 @@ "Choose a Diffusion base model to install its basic requirements.": null, "Stable Diffusion XL models": null, "Select at least one diffusion model. Control models are optional.": null, - "Required model not found, searching for": null + "Required model not found, searching for": null, + "supported": null, + "Connection established, but the server is missing required custom nodes or models.": null, + "No diffusion model checkpoints found": null, + "Missing common models": null, + "missing": null, + "Tile Overlap": null, + "The {node_name} node is not installed.": null, + "Resolution": null, + "Detected base models:": null, + "Dynamic Caching": null, + "Re-use outputs of previous steps (First Block Cache) to speed up generation.": null } } \ No newline at end of file diff --git a/ai_diffusion/language/zh-cn.json b/ai_diffusion/language/zh-cn.json index 91355ee6b..f8ce9b576 100644 --- a/ai_diffusion/language/zh-cn.json +++ b/ai_diffusion/language/zh-cn.json @@ -64,7 +64,6 @@ "Connecting to server...": "正在连接到服务器...", "Connection": "连接", "Connection attempt failed! Click below to configure and reconnect.": "连接尝试失败!点击下面的按钮进行配置并重新连接。", - "Connection established, but the server is missing one or more ": "连接已建立,但服务器缺少一个或多个", "Control strength: how much the layer affects the image": "控制强度:图层对图像的影响程度", "Copy Prompt": "复制提示语", "Copy Seed": "复制种子数", @@ -195,7 +194,6 @@ "Neutral": "中灰", "New Style": "新样式", "New region": "新区域", - "No checkpoints found!\\nCheckpoints must be placed into ComfyUI/models/checkpoints.": "未找到Checkpoints大模型!\\nCheckpoints大模型必须放置在 ComfyUI/models/checkpoints 中。", "None": "无", "Normal": "Normal 法线图", "Not connected to server.": "未连接到服务器。", @@ -351,8 +349,6 @@ "Translation is disabled. Click to enable prompt translation from your language to English": "翻译功能已禁用。点击以启用从您的语言到英语的提示词翻译", "URL used to connect to a running ComfyUI server. Default is 127.0.0.1:8188 (local).": "用于连接到正在运行的 ComfyUI 服务器的网址。默认是 127.0.0.1:8188(本地)", "Unblur": "Tile/Unblur 分块/锐化", - "Unblur - Medium": "锐化 - 中等", - "Unblur - Strong": "锐化 - 强烈", "Universal": "通用", "Upgrade": "升级", "Upgrade required": "需要升级", @@ -456,6 +452,17 @@ "Choose a Diffusion base model to install its basic requirements.": null, "Stable Diffusion XL models": null, "Select at least one diffusion model. Control models are optional.": null, - "Required model not found, searching for": null + "Required model not found, searching for": null, + "supported": null, + "Connection established, but the server is missing required custom nodes or models.": null, + "No diffusion model checkpoints found": null, + "Missing common models": null, + "missing": null, + "Tile Overlap": null, + "The {node_name} node is not installed.": null, + "Resolution": null, + "Detected base models:": null, + "Dynamic Caching": null, + "Re-use outputs of previous steps (First Block Cache) to speed up generation.": null } } \ No newline at end of file diff --git a/ai_diffusion/language/zh-tw.json b/ai_diffusion/language/zh-tw.json index 204acd38e..993f86af4 100644 --- a/ai_diffusion/language/zh-tw.json +++ b/ai_diffusion/language/zh-tw.json @@ -64,7 +64,6 @@ "Connecting to server...": "正在連線到伺服器...", "Connection": "連線", "Connection attempt failed! Click below to configure and reconnect.": "連線嘗試失敗!請點選下方以進行設定並重新連線。", - "Connection established, but the server is missing one or more ": "連線已建立,但伺服器缺少一或多個 ", "Control strength: how much the layer affects the image": "控制強度:圖層影響影像的程度", "Copy Prompt": "複製提示詞", "Copy Seed": "複製種子值", @@ -195,7 +194,6 @@ "Neutral": "中性", "New Style": "新風格", "New region": "新區域", - "No checkpoints found!\\nCheckpoints must be placed into ComfyUI/models/checkpoints.": "找不到任何檢查點!\\n請將檢查點放入 ComfyUI/models/checkpoints 中。", "None": "無", "Normal": "正常", "Not connected to server.": "未連線到伺服器。", @@ -351,8 +349,6 @@ "Translation is disabled. Click to enable prompt translation from your language to English": "翻譯已停用。點選即可啟用從您的語言到英文的提示詞翻譯", "URL used to connect to a running ComfyUI server. Default is 127.0.0.1:8188 (local).": "用於連線到執行中 ComfyUI 伺服器的網址。預設值為 127.0.0.1:8188(本機)。", "Unblur": "去模糊", - "Unblur - Medium": "去模糊 - 中", - "Unblur - Strong": "去模糊 - 強", "Universal": "通用", "Upgrade": "升級", "Upgrade required": "需要升級", @@ -456,6 +452,17 @@ "Choose a Diffusion base model to install its basic requirements.": null, "Stable Diffusion XL models": null, "Select at least one diffusion model. Control models are optional.": null, - "Required model not found, searching for": null + "Required model not found, searching for": null, + "supported": null, + "Connection established, but the server is missing required custom nodes or models.": null, + "No diffusion model checkpoints found": null, + "Missing common models": null, + "missing": null, + "Tile Overlap": null, + "The {node_name} node is not installed.": null, + "Resolution": null, + "Detected base models:": null, + "Dynamic Caching": null, + "Re-use outputs of previous steps (First Block Cache) to speed up generation.": null } } \ No newline at end of file