Update locales [skip ci]

This commit is contained in:
github-actions
2025-09-24 19:29:25 +00:00
parent 12a130b03e
commit c785ccffd8
11 changed files with 461 additions and 821 deletions

View File

@@ -323,6 +323,9 @@
"quit": "خروج",
"reinstall": "إعادة التثبيت"
},
"desktopStart": {
"initialising": "جارٍ التهيئة..."
},
"desktopUpdate": {
"description": "يقوم ComfyUI Desktop بتثبيت تبعيات جديدة. قد يستغرق هذا بضع دقائق.",
"errorCheckingUpdate": "حدث خطأ أثناء التحقق من التحديثات",
@@ -449,6 +452,7 @@
"loading": "جارٍ التحميل",
"loadingPanel": "جارٍ تحميل لوحة {panel}...",
"login": "تسجيل الدخول",
"logoAlt": "شعار ComfyUI",
"logs": "السجلات",
"micPermissionDenied": "تم رفض إذن الميكروفون",
"migrate": "ترحيل",
@@ -590,6 +594,17 @@
"desktopSettings": "إعدادات سطح المكتب",
"failedToSelectDirectory": "فشل في اختيار الدليل",
"gpu": "وحدة معالجة الرسومات (GPU)",
"gpuPicker": {
"appleMetalDescription": "يستفيد من وحدة معالجة الرسومات في جهاز Mac الخاص بك لسرعة أعلى وتجربة أفضل بشكل عام",
"cpuDescription": "استخدم وضع المعالج المركزي (CPU) للتوافق عندما لا يتوفر تسريع GPU",
"cpuSubtitle": "وضع المعالج المركزي (CPU)",
"manualDescription": "قم بإعداد ComfyUI يدويًا للإعدادات المتقدمة أو الأجهزة غير المدعومة",
"manualSubtitle": "إعداد يدوي",
"nvidiaDescription": "استخدم وحدة معالجة الرسومات NVIDIA الخاصة بك مع تسريع CUDA لأفضل أداء.",
"nvidiaSubtitle": "NVIDIA CUDA",
"recommended": "موصى به",
"title": "اختر إعداد الأجهزة الخاص بك"
},
"gpuSelection": {
"cpuMode": "وضع وحدة المعالجة المركزية (CPU)",
"cpuModeDescription": "وضع المعالج مخصص للمطورين وحالات نادرة فقط.",
@@ -611,6 +626,16 @@
"installLocationTooltip": "دليل بيانات مستخدم ComfyUI. يحتوي على:\n- بيئة بايثون\n- النماذج\n- العقد المخصصة\n",
"insufficientFreeSpace": "مساحة غير كافية - الحد الأدنى للمساحة الحرة",
"isOneDrive": "OneDrive غير مدعوم. يرجى تثبيت ComfyUI في موقع آخر.",
"locationPicker": {
"chooseDownloadServers": "اختر خوادم التنزيل يدويًا",
"downloadServersDescription": "حدد خوادم مرآة معينة لتنزيل Python وحزم PyPI وPyTorch بناءً على موقعك.",
"migrateDescription": "انسخ أو اربط النماذج والعُقد المخصصة والإعدادات الخاصة بك من تثبيت ComfyUI سابق.",
"migrateFromExisting": "الترحيل من تثبيت موجود",
"migrationPathPlaceholder": "حدد تثبيت ComfyUI الحالي (اختياري)",
"pathPlaceholder": "/Users/username/Documents/ComfyUI",
"subtitle": "اختر مجلدًا لملفات ComfyUI. سنقوم أيضًا بإعداد Python هناك تلقائيًا.",
"title": "اختر مكان تثبيت ComfyUI"
},
"manualConfiguration": {
"createVenv": "ستحتاج إلى إنشاء بيئة افتراضية في الدليل التالي",
"requirements": "المتطلبات",
@@ -1302,6 +1327,10 @@
"serverStart": {
"copyAllTooltip": "نسخ الكل",
"copySelectionTooltip": "نسخ التحديد",
"errorMessage": "تعذر بدء تشغيل ComfyUI Desktop",
"installation": {
"title": "تثبيت ComfyUI"
},
"openLogs": "فتح السجلات",
"process": {
"error": "غير قادر على بدء ComfyUI Desktop",
@@ -1312,6 +1341,7 @@
},
"reportIssue": "الإبلاغ عن مشكلة",
"showTerminal": "إظهار الطرفية",
"title": "بدء تشغيل ComfyUI",
"troubleshoot": "استكشاف الأخطاء"
},
"settingsCategories": {

File diff suppressed because it is too large Load Diff

View File

@@ -6,15 +6,12 @@
"name": "Send anonymous usage metrics"
},
"Comfy-Desktop_UV_PypiInstallMirror": {
"name": "PyPI Install Mirror",
"name": "Pypi Install Mirror",
"tooltip": "Default pip install mirror"
},
"Comfy-Desktop_UV_PythonInstallMirror": {
"name": "Python Install Mirror",
"tooltip": "Managed Python installations are downloaded from the Astral python-build-standalone project. To use a different source for Python installations, enter a mirror URL.",
"urlFormatTitle": "Mirror URL Format",
"urlDescription": "This is an example python download URL.\n\nThe mirror URL is the first half, including everything before the date (20250902):",
"fileUrlDescription": "To install from a file you downloaded earlier, you may use a file URL:"
"tooltip": "Managed Python installations are downloaded from the Astral python-build-standalone project. This variable can be set to a mirror URL to use a different source for Python installations. The provided URL will replace https://github.com/astral-sh/python-build-standalone/releases/download in, e.g., https://github.com/astral-sh/python-build-standalone/releases/download/20240713/cpython-3.12.4%2B20240713-aarch64-apple-darwin-install_only.tar.gz. Distributions can be read from a local directory by using the file:// URL scheme."
},
"Comfy-Desktop_UV_TorchInstallMirror": {
"name": "Torch Install Mirror",
@@ -438,4 +435,4 @@
"pysssss_SnapToGrid": {
"name": "Always snap to grid"
}
}
}

View File

@@ -323,6 +323,9 @@
"quit": "Salir",
"reinstall": "Reinstalar"
},
"desktopStart": {
"initialising": "Inicializando..."
},
"desktopUpdate": {
"description": "ComfyUI Desktop está instalando nuevas dependencias. Esto puede tardar unos minutos.",
"errorCheckingUpdate": "Error al buscar actualizaciones",
@@ -449,6 +452,7 @@
"loading": "Cargando",
"loadingPanel": "Cargando panel {panel}...",
"login": "Iniciar sesión",
"logoAlt": "Logo de ComfyUI",
"logs": "Registros",
"micPermissionDenied": "Permiso de micrófono denegado",
"migrate": "Migrar",
@@ -590,6 +594,17 @@
"desktopSettings": "Configuraciones de Escritorio",
"failedToSelectDirectory": "Falló al seleccionar el directorio",
"gpu": "GPU",
"gpuPicker": {
"appleMetalDescription": "Aprovecha la GPU de tu Mac para mayor velocidad y una mejor experiencia general",
"cpuDescription": "Usa el modo CPU para compatibilidad cuando la aceleración por GPU no esté disponible",
"cpuSubtitle": "Modo CPU",
"manualDescription": "Configura ComfyUI manualmente para configuraciones avanzadas o hardware no soportado",
"manualSubtitle": "Configuración manual",
"nvidiaDescription": "Utiliza tu GPU NVIDIA con aceleración CUDA para obtener el mejor rendimiento.",
"nvidiaSubtitle": "NVIDIA CUDA",
"recommended": "RECOMENDADO",
"title": "Elige tu configuración de hardware"
},
"gpuSelection": {
"cpuMode": "Modo CPU",
"cpuModeDescription": "El modo CPU está destinado para desarrolladores y casos extremos raros solamente.",
@@ -611,6 +626,16 @@
"installLocationTooltip": "Directorio de datos de usuario de ComfyUI. Almacena:\n- Entorno Python\n- Modelos\n- Nodos personalizados\n",
"insufficientFreeSpace": "Espacio insuficiente - espacio libre mínimo",
"isOneDrive": "OneDrive no es compatible. Por favor instala ComfyUI en otra ubicación.",
"locationPicker": {
"chooseDownloadServers": "Elegir servidores de descarga manualmente",
"downloadServersDescription": "Selecciona servidores espejo específicos para descargar Python, paquetes PyPI y PyTorch según tu ubicación.",
"migrateDescription": "Copia o enlaza tus modelos existentes, nodos personalizados y configuraciones de una instalación previa de ComfyUI.",
"migrateFromExisting": "Migrar desde una instalación existente",
"migrationPathPlaceholder": "Selecciona una instalación existente de ComfyUI (opcional)",
"pathPlaceholder": "/Usuarios/usuario/Documentos/ComfyUI",
"subtitle": "Selecciona una carpeta para los archivos de ComfyUI. También configuraremos Python automáticamente allí.",
"title": "Elige dónde instalar ComfyUI"
},
"manualConfiguration": {
"createVenv": "Necesitarás crear un entorno virtual en el siguiente directorio",
"requirements": "Requisitos",
@@ -1302,6 +1327,10 @@
"serverStart": {
"copyAllTooltip": "Copiar todo",
"copySelectionTooltip": "Copiar selección",
"errorMessage": "No se puede iniciar ComfyUI Desktop",
"installation": {
"title": "Instalando ComfyUI"
},
"openLogs": "Abrir registros",
"process": {
"error": "No se puede iniciar ComfyUI Desktop",
@@ -1312,6 +1341,7 @@
},
"reportIssue": "Reportar problema",
"showTerminal": "Mostrar terminal",
"title": "Iniciando ComfyUI",
"troubleshoot": "Solucionar problemas"
},
"settingsCategories": {

View File

@@ -323,6 +323,9 @@
"quit": "Quitter",
"reinstall": "Réinstaller"
},
"desktopStart": {
"initialising": "Initialisation..."
},
"desktopUpdate": {
"description": "ComfyUI Desktop installe de nouvelles dépendances. Cela peut prendre quelques minutes.",
"errorCheckingUpdate": "Erreur lors de la vérification des mises à jour",
@@ -449,6 +452,7 @@
"loading": "Chargement",
"loadingPanel": "Chargement du panneau {panel}...",
"login": "Connexion",
"logoAlt": "Logo ComfyUI",
"logs": "Journaux",
"micPermissionDenied": "Permission du microphone refusée",
"migrate": "Migrer",
@@ -590,6 +594,17 @@
"desktopSettings": "Paramètres de bureau",
"failedToSelectDirectory": "Échec de la sélection du répertoire",
"gpu": "GPU",
"gpuPicker": {
"appleMetalDescription": "Utilise le GPU de votre Mac pour une vitesse accrue et une meilleure expérience globale",
"cpuDescription": "Utilisez le mode CPU pour la compatibilité lorsque l'accélération GPU n'est pas disponible",
"cpuSubtitle": "Mode CPU",
"manualDescription": "Configurez ComfyUI manuellement pour des installations avancées ou du matériel non pris en charge",
"manualSubtitle": "Configuration manuelle",
"nvidiaDescription": "Utilisez votre GPU NVIDIA avec l'accélération CUDA pour des performances optimales.",
"nvidiaSubtitle": "NVIDIA CUDA",
"recommended": "RECOMMANDÉ",
"title": "Choisissez votre configuration matérielle"
},
"gpuSelection": {
"cpuMode": "Mode CPU",
"cpuModeDescription": "Le mode CPU est destiné aux développeurs et aux cas limites rares uniquement.",
@@ -611,6 +626,16 @@
"installLocationTooltip": "Répertoire des données utilisateur de ComfyUI. Stocke :\n- Environnement Python\n- Modèles\n- Nœuds personnalisés\n",
"insufficientFreeSpace": "Espace insuffisant - espace libre minimum",
"isOneDrive": "L'installation dans OneDrive peut causer des problèmes. Nous recommandons fortement d'installer dans un emplacement non-OneDrive.",
"locationPicker": {
"chooseDownloadServers": "Choisir les serveurs de téléchargement manuellement",
"downloadServersDescription": "Sélectionnez des serveurs miroirs spécifiques pour télécharger Python, les paquets PyPI et PyTorch selon votre emplacement.",
"migrateDescription": "Copiez ou liez vos modèles, nœuds personnalisés et configurations depuis une installation précédente de ComfyUI.",
"migrateFromExisting": "Migrer depuis une installation existante",
"migrationPathPlaceholder": "Sélectionnez une installation ComfyUI existante (optionnel)",
"pathPlaceholder": "/Users/username/Documents/ComfyUI",
"subtitle": "Sélectionnez un dossier pour les fichiers de ComfyUI. Nous installerons aussi Python automatiquement à cet emplacement.",
"title": "Choisissez où installer ComfyUI"
},
"manualConfiguration": {
"createVenv": "Vous devrez créer un environnement virtuel dans le répertoire suivant",
"requirements": "Exigences",
@@ -1302,6 +1327,10 @@
"serverStart": {
"copyAllTooltip": "Tout copier",
"copySelectionTooltip": "Copier la sélection",
"errorMessage": "Impossible de démarrer ComfyUI Desktop",
"installation": {
"title": "Installation de ComfyUI"
},
"openLogs": "Ouvrir les journaux",
"process": {
"error": "Impossible de démarrer ComfyUI Desktop",
@@ -1312,6 +1341,7 @@
},
"reportIssue": "Signaler un problème",
"showTerminal": "Afficher le terminal",
"title": "Démarrage de ComfyUI",
"troubleshoot": "Dépannage"
},
"settingsCategories": {

View File

@@ -323,6 +323,9 @@
"quit": "終了",
"reinstall": "再インストール"
},
"desktopStart": {
"initialising": "初期化中..."
},
"desktopUpdate": {
"description": "ComfyUIデスクトップは新しい依存関係をインストールしています。これには数分かかる場合があります。",
"errorCheckingUpdate": "アップデートの確認中にエラーが発生しました",
@@ -449,6 +452,7 @@
"loading": "読み込み中",
"loadingPanel": "{panel} パネルを読み込み中...",
"login": "ログイン",
"logoAlt": "ComfyUI ロゴ",
"logs": "ログ",
"micPermissionDenied": "マイクの許可が拒否されました",
"migrate": "移行する",
@@ -590,6 +594,17 @@
"desktopSettings": "デスクトップ設定",
"failedToSelectDirectory": "ディレクトリの選択に失敗しました",
"gpu": "GPU",
"gpuPicker": {
"appleMetalDescription": "Mac の GPU を活用し、より高速で快適な体験を実現します",
"cpuDescription": "GPU アクセラレーションが利用できない場合は、互換性のために CPU モードを使用します",
"cpuSubtitle": "CPU モード",
"manualDescription": "高度なセットアップや未対応のハードウェア向けに ComfyUI を手動で構成します",
"manualSubtitle": "手動セットアップ",
"nvidiaDescription": "CUDA アクセラレーションで NVIDIA GPU を使用し、最高のパフォーマンスを発揮します。",
"nvidiaSubtitle": "NVIDIA CUDA",
"recommended": "推奨",
"title": "ハードウェア構成を選択してください"
},
"gpuSelection": {
"cpuMode": "CPUモード",
"cpuModeDescription": "CPUモードは開発者や、まれなエッジケースのみを対象としています。",
@@ -611,6 +626,16 @@
"installLocationTooltip": "ComfyUIのユーザーデータディレクトリ。保存内容:\n- Python環境\n- モデル\n- カスタムノード\n",
"insufficientFreeSpace": "空き容量が不足しています - 最低限の空き容量",
"isOneDrive": "OneDriveにインストールすると問題が発生する可能性があります。非OneDriveの場所にインストールすることを強くお勧めします。",
"locationPicker": {
"chooseDownloadServers": "ダウンロードサーバーを手動で選択",
"downloadServersDescription": "お住まいの地域に合わせて、Python、PyPI パッケージ、PyTorch のダウンロード用ミラーサーバーを選択します。",
"migrateDescription": "以前の ComfyUI インストールから既存のモデル、カスタムノード、設定をコピーまたはリンクします。",
"migrateFromExisting": "既存のインストールから移行",
"migrationPathPlaceholder": "既存の ComfyUI インストールを選択(任意)",
"pathPlaceholder": "/Users/username/Documents/ComfyUI",
"subtitle": "ComfyUI のファイル用のフォルダを選択します。Python も自動的にセットアップされます。",
"title": "ComfyUI のインストール場所を選択してください"
},
"manualConfiguration": {
"createVenv": "次のディレクトリに仮想環境を作成する必要があります",
"requirements": "要件",
@@ -1302,6 +1327,10 @@
"serverStart": {
"copyAllTooltip": "すべてコピー",
"copySelectionTooltip": "選択範囲をコピー",
"errorMessage": "ComfyUI Desktop を起動できません",
"installation": {
"title": "ComfyUI をインストール中"
},
"openLogs": "ログを開く",
"process": {
"error": "ComfyUIデスクトップを起動できません",
@@ -1312,6 +1341,7 @@
},
"reportIssue": "問題を報告",
"showTerminal": "ターミナルを表示",
"title": "ComfyUI を起動中",
"troubleshoot": "トラブルシューティング"
},
"settingsCategories": {

View File

@@ -323,6 +323,9 @@
"quit": "종료",
"reinstall": "재설치"
},
"desktopStart": {
"initialising": "초기화 중..."
},
"desktopUpdate": {
"description": "ComfyUI 데스크톱이 새로운 종속성을 설치하고 있습니다. 이 작업은 몇 분 정도 걸릴 수 있습니다.",
"errorCheckingUpdate": "업데이트 확인 중 오류가 발생했습니다",
@@ -449,6 +452,7 @@
"loading": "로딩 중",
"loadingPanel": "{panel} 패널 불러오는 중...",
"login": "로그인",
"logoAlt": "ComfyUI 로고",
"logs": "로그",
"micPermissionDenied": "마이크 권한이 거부되었습니다",
"migrate": "이전(migrate)",
@@ -590,6 +594,17 @@
"desktopSettings": "데스크탑 설정",
"failedToSelectDirectory": "디렉토리 선택 실패",
"gpu": "GPU",
"gpuPicker": {
"appleMetalDescription": "Mac의 GPU를 활용하여 더 빠르고 향상된 경험을 제공합니다.",
"cpuDescription": "GPU 가속이 불가능할 때 호환성을 위해 CPU 모드를 사용하세요.",
"cpuSubtitle": "CPU 모드",
"manualDescription": "고급 설정이나 지원되지 않는 하드웨어를 위해 ComfyUI를 수동으로 구성하세요.",
"manualSubtitle": "수동 설정",
"nvidiaDescription": "CUDA 가속이 적용된 NVIDIA GPU를 사용하여 최고의 성능을 누리세요.",
"nvidiaSubtitle": "NVIDIA CUDA",
"recommended": "추천",
"title": "하드웨어 설정 선택"
},
"gpuSelection": {
"cpuMode": "CPU 모드",
"cpuModeDescription": "CPU 모드는 개발자와 드문 경우에만 사용됩니다.",
@@ -611,6 +626,16 @@
"installLocationTooltip": "ComfyUI의 사용자 데이터 디렉토리. 저장소:\n- Python 환경\n- 모델\n- 커스텀 노드\n",
"insufficientFreeSpace": "공간이 부족합니다 - 최소한의 여유 공간",
"isOneDrive": "OneDrive에 설치하면 문제가 발생할 수 있습니다. OneDrive가 아닌 위치에 설치하는 것을 강력히 권장합니다.",
"locationPicker": {
"chooseDownloadServers": "다운로드 서버 수동 선택",
"downloadServersDescription": "위치에 따라 Python, PyPI 패키지, PyTorch 다운로드를 위한 미러 서버를 선택하세요.",
"migrateDescription": "이전 ComfyUI 설치에서 기존 모델, 커스텀 노드, 설정을 복사하거나 연결합니다.",
"migrateFromExisting": "기존 설치에서 마이그레이션",
"migrationPathPlaceholder": "기존 ComfyUI 설치 선택 (선택 사항)",
"pathPlaceholder": "/Users/username/Documents/ComfyUI",
"subtitle": "ComfyUI 파일을 저장할 폴더를 선택하세요. Python도 자동으로 설정됩니다.",
"title": "ComfyUI 설치 위치 선택"
},
"manualConfiguration": {
"createVenv": "다음 디렉토리에 가상 환경을 생성해야 합니다",
"requirements": "요구 사항",
@@ -1302,6 +1327,10 @@
"serverStart": {
"copyAllTooltip": "전체 복사",
"copySelectionTooltip": "선택 복사",
"errorMessage": "ComfyUI Desktop을 시작할 수 없습니다",
"installation": {
"title": "ComfyUI 설치 중"
},
"openLogs": "로그 열기",
"process": {
"error": "ComfyUI Desktop을 시작할 수 없습니다",
@@ -1312,6 +1341,7 @@
},
"reportIssue": "문제 보고",
"showTerminal": "터미널 보기",
"title": "ComfyUI 시작 중",
"troubleshoot": "문제 해결"
},
"settingsCategories": {

View File

@@ -323,6 +323,9 @@
"quit": "Выйти",
"reinstall": "Переустановить"
},
"desktopStart": {
"initialising": "Инициализация..."
},
"desktopUpdate": {
"description": "ComfyUI Desktop устанавливает новые зависимости. Это может занять несколько минут.",
"errorCheckingUpdate": "Ошибка при проверке обновлений",
@@ -449,6 +452,7 @@
"loading": "Загрузка",
"loadingPanel": "Загрузка панели {panel}...",
"login": "Вход",
"logoAlt": "Логотип ComfyUI",
"logs": "Логи",
"micPermissionDenied": "Доступ к микрофону запрещён",
"migrate": "Мигрировать",
@@ -590,6 +594,17 @@
"desktopSettings": "Настройки рабочего стола",
"failedToSelectDirectory": "Не удалось выбрать директорию",
"gpu": "GPU",
"gpuPicker": {
"appleMetalDescription": "Использует GPU вашего Mac для более высокой скорости и лучшего опыта",
"cpuDescription": "Используйте режим CPU для совместимости, если ускорение GPU недоступно",
"cpuSubtitle": "Режим CPU",
"manualDescription": "Настройте ComfyUI вручную для продвинутых конфигураций или неподдерживаемого оборудования",
"manualSubtitle": "Ручная настройка",
"nvidiaDescription": "Используйте вашу NVIDIA GPU с ускорением CUDA для наилучшей производительности.",
"nvidiaSubtitle": "NVIDIA CUDA",
"recommended": "РЕКОМЕНДУЕМО",
"title": "Выберите вашу аппаратную конфигурацию"
},
"gpuSelection": {
"cpuMode": "Режим CPU",
"cpuModeDescription": "Режим CPU предназначен только для разработчиков и крайне редких случаев.",
@@ -611,6 +626,16 @@
"installLocationTooltip": "Директория пользовательских данных ComfyUI. Хранит:\n- Среда Python\n- Модели\n- Пользовательские ноды\n",
"insufficientFreeSpace": "Недостаточно места — минимально необходимое свободное место",
"isOneDrive": "Установка в OneDrive может вызвать проблемы. Настоятельно рекомендуем устанавливать в месте, не связанном с OneDrive.",
"locationPicker": {
"chooseDownloadServers": "Выбрать серверы загрузки вручную",
"downloadServersDescription": "Выберите определённые зеркальные серверы для загрузки Python, пакетов PyPI и PyTorch в зависимости от вашего местоположения.",
"migrateDescription": "Скопируйте или свяжите ваши существующие модели, пользовательские узлы и конфигурации из предыдущей установки ComfyUI.",
"migrateFromExisting": "Мигрировать из существующей установки",
"migrationPathPlaceholder": "Выберите существующую установку ComfyUI (необязательно)",
"pathPlaceholder": "/Users/username/Documents/ComfyUI",
"subtitle": "Выберите папку для файлов ComfyUI. Мы также автоматически установим Python туда.",
"title": "Выберите место установки ComfyUI"
},
"manualConfiguration": {
"createVenv": "Вам потребуется создать виртуальное окружение в следующем каталоге",
"requirements": "Требования",
@@ -1302,6 +1327,10 @@
"serverStart": {
"copyAllTooltip": "Копировать всё",
"copySelectionTooltip": "Копировать выделенное",
"errorMessage": "Не удалось запустить ComfyUI Desktop",
"installation": {
"title": "Установка ComfyUI"
},
"openLogs": "Открыть логи",
"process": {
"error": "Не удалось запустить ComfyUI Desktop",
@@ -1312,6 +1341,7 @@
},
"reportIssue": "Сообщить о проблеме",
"showTerminal": "Показать терминал",
"title": "Запуск ComfyUI",
"troubleshoot": "Устранение неполадок"
},
"settingsCategories": {

View File

@@ -323,6 +323,9 @@
"quit": ık",
"reinstall": "Yeniden Yükle"
},
"desktopStart": {
"initialising": "Başlatılıyor..."
},
"desktopUpdate": {
"description": "ComfyUI Masaüstü yeni bağımlılıkları yüklüyor. Bu birkaç dakika sürebilir.",
"errorCheckingUpdate": "Güncellemeler kontrol edilirken hata oluştu",
@@ -449,6 +452,7 @@
"loading": "Yükleniyor",
"loadingPanel": "{panel} paneli yükleniyor...",
"login": "Giriş Yap",
"logoAlt": "ComfyUI Logosu",
"logs": "Kayıtlar",
"micPermissionDenied": "Mikrofon izni reddedildi",
"migrate": "Taşı",
@@ -590,6 +594,17 @@
"desktopSettings": "Masaüstü Ayarları",
"failedToSelectDirectory": "Dizin seçilemedi",
"gpu": "GPU",
"gpuPicker": {
"appleMetalDescription": "Daha hızlı ve daha iyi bir deneyim için Mac'inizin GPU'sunu kullanır",
"cpuDescription": "GPU hızlandırması mevcut olmadığında uyumluluk için CPU modunu kullanın",
"cpuSubtitle": "CPU Modu",
"manualDescription": "Gelişmiş kurulumlar veya desteklenmeyen donanımlar için ComfyUI'yi manuel olarak yapılandırın",
"manualSubtitle": "Manuel Kurulum",
"nvidiaDescription": "En iyi performans için NVIDIA GPU'nuzu CUDA hızlandırmasıyla kullanın.",
"nvidiaSubtitle": "NVIDIA CUDA",
"recommended": "ÖNERİLEN",
"title": "Donanım yapılandırmanızı seçin"
},
"gpuSelection": {
"cpuMode": "CPU Modu",
"cpuModeDescription": "CPU modu yalnızca geliştiriciler ve nadir uç durumlar için tasarlanmıştır.",
@@ -611,6 +626,16 @@
"installLocationTooltip": "ComfyUI'nin kullanıcı veri dizini. Saklar:\n- Python Ortamı\n- Modeller\n- Özel düğümler\n",
"insufficientFreeSpace": "Yetersiz alan - minimum boş alan",
"isOneDrive": "OneDrive desteklenmiyor. Lütfen ComfyUI'yi başka bir konuma yükleyin.",
"locationPicker": {
"chooseDownloadServers": "İndirme sunucularını manuel olarak seçin",
"downloadServersDescription": "Konumunuza göre Python, PyPI paketleri ve PyTorch'u indirmek için belirli yansıtma sunucularını seçin.",
"migrateDescription": "Mevcut modellerinizi, özel düğümlerinizi ve yapılandırmalarınızı önceki bir ComfyUI kurulumundan kopyalayın veya bağlayın.",
"migrateFromExisting": "Mevcut kurulumdan taşı",
"migrationPathPlaceholder": "Mevcut ComfyUI kurulumunu seçin (isteğe bağlı)",
"pathPlaceholder": "/Users/username/Documents/ComfyUI",
"subtitle": "ComfyUI dosyaları için bir klasör seçin. Python'u da otomatik olarak oraya kuracağız.",
"title": "ComfyUI'nin nereye kurulacağını seçin"
},
"manualConfiguration": {
"createVenv": "Aşağıdaki dizinde bir sanal ortam oluşturmanız gerekecektir",
"requirements": "Gereksinimler",
@@ -1302,6 +1327,10 @@
"serverStart": {
"copyAllTooltip": "Tümünü kopyala",
"copySelectionTooltip": "Seçimi kopyala",
"errorMessage": "ComfyUI Desktop başlatılamadı",
"installation": {
"title": "ComfyUI Kuruluyor"
},
"openLogs": "Kayıtları Aç",
"process": {
"error": "ComfyUI Desktop başlatılamıyor",
@@ -1312,6 +1341,7 @@
},
"reportIssue": "Sorun Bildir",
"showTerminal": "Terminali Göster",
"title": "ComfyUI Başlatılıyor",
"troubleshoot": "Sorun Giderme"
},
"settingsCategories": {

View File

@@ -323,6 +323,9 @@
"quit": "退出",
"reinstall": "重新安裝"
},
"desktopStart": {
"initialising": "初始化中..."
},
"desktopUpdate": {
"description": "ComfyUI Desktop 正在安裝新相依套件,這可能需要幾分鐘。",
"errorCheckingUpdate": "檢查更新時發生錯誤",
@@ -449,6 +452,7 @@
"loading": "載入中",
"loadingPanel": "正在載入{panel}面板...",
"login": "登入",
"logoAlt": "ComfyUI 標誌",
"logs": "日誌",
"micPermissionDenied": "麥克風權限被拒絕",
"migrate": "遷移",
@@ -590,6 +594,17 @@
"desktopSettings": "桌面設定",
"failedToSelectDirectory": "選擇目錄失敗",
"gpu": "GPU",
"gpuPicker": {
"appleMetalDescription": "利用您的 Mac GPU 提升速度,帶來更佳體驗",
"cpuDescription": "當無法使用 GPU 加速時,請使用 CPU 模式以確保相容性",
"cpuSubtitle": "CPU 模式",
"manualDescription": "針對進階設定或不支援的硬體,手動設定 ComfyUI",
"manualSubtitle": "手動設定",
"nvidiaDescription": "使用 NVIDIA GPU 與 CUDA 加速,獲得最佳效能。",
"nvidiaSubtitle": "NVIDIA CUDA",
"recommended": "推薦",
"title": "選擇您的硬體配置"
},
"gpuSelection": {
"cpuMode": "CPU 模式",
"cpuModeDescription": "CPU 模式僅供開發者及極少數特殊情境使用。",
@@ -611,6 +626,16 @@
"installLocationTooltip": "ComfyUI 的使用者資料目錄。儲存:\n- Python 環境\n- 模型\n- 自訂節點\n",
"insufficientFreeSpace": "空間不足 - 最低可用空間",
"isOneDrive": "不支援 OneDrive。請將 ComfyUI 安裝在其他位置。",
"locationPicker": {
"chooseDownloadServers": "手動選擇下載伺服器",
"downloadServersDescription": "根據您的地區,選擇特定的鏡像伺服器來下載 Python、PyPI 套件與 PyTorch。",
"migrateDescription": "從先前的 ComfyUI 安裝複製或連結您的模型、自訂節點與設定。",
"migrateFromExisting": "從現有安裝移轉",
"migrationPathPlaceholder": "選擇現有的 ComfyUI 安裝路徑(可選)",
"pathPlaceholder": "/Users/username/Documents/ComfyUI",
"subtitle": "請選擇 ComfyUI 檔案的資料夾。我們也會自動在此安裝 Python。",
"title": "選擇安裝 ComfyUI 的位置"
},
"manualConfiguration": {
"createVenv": "您需要在下列目錄建立虛擬環境",
"requirements": "需求",
@@ -1302,6 +1327,10 @@
"serverStart": {
"copyAllTooltip": "複製全部",
"copySelectionTooltip": "複製所選內容",
"errorMessage": "無法啟動 ComfyUI 桌面版",
"installation": {
"title": "正在安裝 ComfyUI"
},
"openLogs": "開啟日誌",
"process": {
"error": "無法啟動 ComfyUI 桌面版",
@@ -1312,6 +1341,7 @@
},
"reportIssue": "回報問題",
"showTerminal": "顯示終端機",
"title": "啟動 ComfyUI",
"troubleshoot": "疑難排解"
},
"settingsCategories": {

View File

@@ -323,6 +323,9 @@
"quit": "退出",
"reinstall": "重新安装"
},
"desktopStart": {
"initialising": "正在初始化..."
},
"desktopUpdate": {
"description": "ComfyUI桌面正在安装新的依赖项。这可能需要几分钟的时间。",
"errorCheckingUpdate": "检查更新时出错",
@@ -449,6 +452,7 @@
"loading": "加载中",
"loadingPanel": "正在加载{panel}面板...",
"login": "登录",
"logoAlt": "ComfyUI 标志",
"logs": "日志",
"micPermissionDenied": "麦克风权限被拒绝",
"migrate": "迁移",
@@ -590,6 +594,17 @@
"desktopSettings": "桌面设置",
"failedToSelectDirectory": "选择目录失败",
"gpu": "GPU",
"gpuPicker": {
"appleMetalDescription": "利用您的 Mac GPU 提升速度,获得更好的整体体验",
"cpuDescription": "当无法使用 GPU 加速时,使用 CPU 模式以获得兼容性",
"cpuSubtitle": "CPU 模式",
"manualDescription": "为高级配置或不受支持的硬件手动配置 ComfyUI",
"manualSubtitle": "手动设置",
"nvidiaDescription": "使用 NVIDIA GPU 和 CUDA 加速,获得最佳性能。",
"nvidiaSubtitle": "NVIDIA CUDA",
"recommended": "推荐",
"title": "选择您的硬件配置"
},
"gpuSelection": {
"cpuMode": "CPU 模式",
"cpuModeDescription": "CPU 模式仅适用于开发者和极少数特殊情况。",
@@ -611,6 +626,16 @@
"installLocationTooltip": "ComfyUI 的用户数据目录。存储:\n- Python 环境\n- 模型\n- 自定义节点\n",
"insufficientFreeSpace": "空间不足 - 最小可用空间",
"isOneDrive": "在OneDrive中安装可能会导致问题。强烈建议在非OneDrive位置安装。",
"locationPicker": {
"chooseDownloadServers": "手动选择下载服务器",
"downloadServersDescription": "根据您的位置选择特定的镜像服务器来下载 Python、PyPI 包和 PyTorch。",
"migrateDescription": "从之前的 ComfyUI 安装中复制或链接您的模型、自定义节点和配置。",
"migrateFromExisting": "从现有安装迁移",
"migrationPathPlaceholder": "选择已有的 ComfyUI 安装(可选)",
"pathPlaceholder": "/Users/username/Documents/ComfyUI",
"subtitle": "为 ComfyUI 文件选择一个文件夹。我们也会自动在此处设置 Python。",
"title": "选择 ComfyUI 的安装位置"
},
"manualConfiguration": {
"createVenv": "您需要在以下目录中创建虚拟环境",
"requirements": "依赖项",
@@ -1302,6 +1327,10 @@
"serverStart": {
"copyAllTooltip": "全部复制",
"copySelectionTooltip": "复制所选内容",
"errorMessage": "无法启动 ComfyUI 桌面端",
"installation": {
"title": "正在安装 ComfyUI"
},
"openLogs": "打开日志",
"process": {
"error": "无法启动 ComfyUI 桌面版",
@@ -1312,6 +1341,7 @@
},
"reportIssue": "报告问题",
"showTerminal": "显示终端",
"title": "正在启动 ComfyUI",
"troubleshoot": "故障排除"
},
"settingsCategories": {