-
Notifications
You must be signed in to change notification settings - Fork 393
feat: Add Turkish language support #5438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
christian-byrne
merged 1 commit into
main
from
5437-i-request-that-the-turkish-language-be-added
Sep 19, 2025
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,312 @@ | ||
| { | ||
| "Comfy-Desktop_CheckForUpdates": { | ||
| "label": "Güncellemeleri Kontrol Et" | ||
| }, | ||
| "Comfy-Desktop_Folders_OpenCustomNodesFolder": { | ||
| "label": "Özel Düğümler Klasörünü Aç" | ||
| }, | ||
| "Comfy-Desktop_Folders_OpenInputsFolder": { | ||
| "label": "Girişler Klasörünü Aç" | ||
| }, | ||
| "Comfy-Desktop_Folders_OpenLogsFolder": { | ||
| "label": "Kayıtlar Klasörünü Aç" | ||
| }, | ||
| "Comfy-Desktop_Folders_OpenModelConfig": { | ||
| "label": "extra_model_paths.yaml dosyasını aç" | ||
| }, | ||
| "Comfy-Desktop_Folders_OpenModelsFolder": { | ||
| "label": "Modeller Klasörünü Aç" | ||
| }, | ||
| "Comfy-Desktop_Folders_OpenOutputsFolder": { | ||
| "label": "Çıktılar Klasörünü Aç" | ||
| }, | ||
| "Comfy-Desktop_OpenDevTools": { | ||
| "label": "Geliştirici Araçlarını Aç" | ||
| }, | ||
| "Comfy-Desktop_OpenUserGuide": { | ||
| "label": "Masaüstü Kullanıcı Kılavuzu" | ||
| }, | ||
| "Comfy-Desktop_Quit": { | ||
| "label": "Çık" | ||
| }, | ||
| "Comfy-Desktop_Reinstall": { | ||
| "label": "Yeniden Yükle" | ||
| }, | ||
| "Comfy-Desktop_Restart": { | ||
| "label": "Yeniden Başlat" | ||
| }, | ||
| "Comfy_3DViewer_Open3DViewer": { | ||
| "label": "Seçili Düğüm için 3D Görüntüleyiciyi (Beta) Aç" | ||
| }, | ||
| "Comfy_BrowseTemplates": { | ||
| "label": "Şablonlara Gözat" | ||
| }, | ||
| "Comfy_Canvas_DeleteSelectedItems": { | ||
| "label": "Seçili Öğeleri Sil" | ||
| }, | ||
| "Comfy_Canvas_FitView": { | ||
| "label": "Görünümü seçili düğümlere sığdır" | ||
| }, | ||
| "Comfy_Canvas_Lock": { | ||
| "label": "Tuvali Kilitle" | ||
| }, | ||
| "Comfy_Canvas_MoveSelectedNodes_Down": { | ||
| "label": "Seçili Düğümleri Aşağı Taşı" | ||
| }, | ||
| "Comfy_Canvas_MoveSelectedNodes_Left": { | ||
| "label": "Seçili Düğümleri Sola Taşı" | ||
| }, | ||
| "Comfy_Canvas_MoveSelectedNodes_Right": { | ||
| "label": "Seçili Düğümleri Sağa Taşı" | ||
| }, | ||
| "Comfy_Canvas_MoveSelectedNodes_Up": { | ||
| "label": "Seçili Düğümleri Yukarı Taşı" | ||
| }, | ||
| "Comfy_Canvas_ResetView": { | ||
| "label": "Görünümü Sıfırla" | ||
| }, | ||
| "Comfy_Canvas_Resize": { | ||
| "label": "Seçili Düğümleri Yeniden Boyutlandır" | ||
| }, | ||
| "Comfy_Canvas_ToggleLinkVisibility": { | ||
| "label": "Tuval Bağlantı Görünürlüğünü Aç/Kapat" | ||
| }, | ||
| "Comfy_Canvas_ToggleLock": { | ||
| "label": "Tuval Kilidini Aç/Kapat" | ||
| }, | ||
| "Comfy_Canvas_ToggleMinimap": { | ||
| "label": "Mini Haritayı Aç/Kapat" | ||
| }, | ||
| "Comfy_Canvas_ToggleSelected_Pin": { | ||
| "label": "Seçili Öğeleri Sabitle/Sabitlemeyi Kaldır" | ||
| }, | ||
| "Comfy_Canvas_ToggleSelectedNodes_Bypass": { | ||
| "label": "Seçili Düğümleri Atla/Geri Al" | ||
| }, | ||
| "Comfy_Canvas_ToggleSelectedNodes_Collapse": { | ||
| "label": "Seçili Düğümleri Daralt/Genişlet" | ||
| }, | ||
| "Comfy_Canvas_ToggleSelectedNodes_Mute": { | ||
| "label": "Seçili Düğümleri Sessize Al/Sesi Aç" | ||
| }, | ||
| "Comfy_Canvas_ToggleSelectedNodes_Pin": { | ||
| "label": "Seçili Düğümleri Sabitle/Sabitlemeyi Kaldır" | ||
| }, | ||
| "Comfy_Canvas_Unlock": { | ||
| "label": "Tuvalin Kilidini Aç" | ||
| }, | ||
| "Comfy_Canvas_ZoomIn": { | ||
| "label": "Yakınlaştır" | ||
| }, | ||
| "Comfy_Canvas_ZoomOut": { | ||
| "label": "Uzaklaştır" | ||
| }, | ||
| "Comfy_ClearPendingTasks": { | ||
| "label": "Bekleyen Görevleri Temizle" | ||
| }, | ||
| "Comfy_ClearWorkflow": { | ||
| "label": "İş Akışını Temizle" | ||
| }, | ||
| "Comfy_ContactSupport": { | ||
| "label": "Destekle İletişime Geç" | ||
| }, | ||
| "Comfy_Dev_ShowModelSelector": { | ||
| "label": "Model Seçiciyi Göster (Geliştirici)" | ||
| }, | ||
| "Comfy_DuplicateWorkflow": { | ||
| "label": "Mevcut İş Akışını Çoğalt" | ||
| }, | ||
| "Comfy_ExportWorkflow": { | ||
| "label": "İş Akışını Dışa Aktar" | ||
| }, | ||
| "Comfy_ExportWorkflowAPI": { | ||
| "label": "İş Akışını Dışa Aktar (API Formatı)" | ||
| }, | ||
| "Comfy_Feedback": { | ||
| "label": "Geri Bildirim Ver" | ||
| }, | ||
| "Comfy_Graph_ConvertToSubgraph": { | ||
| "label": "Seçimi Alt Grafiğe Dönüştür" | ||
| }, | ||
| "Comfy_Graph_ExitSubgraph": { | ||
| "label": "Alt Grafikten Çık" | ||
| }, | ||
| "Comfy_Graph_FitGroupToContents": { | ||
| "label": "Grubu İçeriğe Sığdır" | ||
| }, | ||
| "Comfy_Graph_GroupSelectedNodes": { | ||
| "label": "Seçili Düğümleri Gruplandır" | ||
| }, | ||
| "Comfy_Graph_UnpackSubgraph": { | ||
| "label": "Seçili Alt Grafiği Aç" | ||
| }, | ||
| "Comfy_GroupNode_ConvertSelectedNodesToGroupNode": { | ||
| "label": "Seçili düğümleri grup düğümüne dönüştür" | ||
| }, | ||
| "Comfy_GroupNode_ManageGroupNodes": { | ||
| "label": "Grup düğümlerini yönet" | ||
| }, | ||
| "Comfy_GroupNode_UngroupSelectedGroupNodes": { | ||
| "label": "Seçili grup düğümlerinin grubunu çöz" | ||
| }, | ||
| "Comfy_Help_AboutComfyUI": { | ||
| "label": "ComfyUI Hakkında'yı Aç" | ||
| }, | ||
| "Comfy_Help_OpenComfyOrgDiscord": { | ||
| "label": "Comfy-Org Discord'unu Aç" | ||
| }, | ||
| "Comfy_Help_OpenComfyUIDocs": { | ||
| "label": "ComfyUI Belgelerini Aç" | ||
| }, | ||
| "Comfy_Help_OpenComfyUIForum": { | ||
| "label": "ComfyUI Forumunu Aç" | ||
| }, | ||
| "Comfy_Help_OpenComfyUIIssues": { | ||
| "label": "ComfyUI Sorunlarını Aç" | ||
| }, | ||
| "Comfy_Interrupt": { | ||
| "label": "Kes" | ||
| }, | ||
| "Comfy_LoadDefaultWorkflow": { | ||
| "label": "Varsayılan İş Akışını Yükle" | ||
| }, | ||
| "Comfy_Manager_CustomNodesManager_ShowCustomNodesMenu": { | ||
| "label": "Özel Düğüm Yöneticisi" | ||
| }, | ||
| "Comfy_Manager_CustomNodesManager_ShowLegacyCustomNodesMenu": { | ||
| "label": "Özel Düğümler (Eski)" | ||
| }, | ||
| "Comfy_Manager_ShowLegacyManagerMenu": { | ||
| "label": "Yönetici Menüsü (Eski)" | ||
| }, | ||
| "Comfy_Manager_ShowMissingPacks": { | ||
| "label": "Eksik Özel Düğümleri Yükle" | ||
| }, | ||
| "Comfy_Manager_ShowUpdateAvailablePacks": { | ||
| "label": "Özel Düğüm Güncellemelerini Kontrol Et" | ||
| }, | ||
| "Comfy_Manager_ToggleManagerProgressDialog": { | ||
| "label": "Özel Düğüm Yöneticisi İlerleme Çubuğunu Aç/Kapat" | ||
| }, | ||
| "Comfy_MaskEditor_BrushSize_Decrease": { | ||
| "label": "Maske Düzenleyicide Fırça Boyutunu Azalt" | ||
| }, | ||
| "Comfy_MaskEditor_BrushSize_Increase": { | ||
| "label": "Maske Düzenleyicide Fırça Boyutunu Artır" | ||
| }, | ||
| "Comfy_MaskEditor_OpenMaskEditor": { | ||
| "label": "Seçili Düğüm için Maske Düzenleyiciyi Aç" | ||
| }, | ||
| "Comfy_Memory_UnloadModels": { | ||
| "label": "Modelleri Boşalt" | ||
| }, | ||
| "Comfy_Memory_UnloadModelsAndExecutionCache": { | ||
| "label": "Modelleri ve Yürütme Önbelleğini Boşalt" | ||
| }, | ||
| "Comfy_NewBlankWorkflow": { | ||
| "label": "Yeni Boş İş Akışı" | ||
| }, | ||
| "Comfy_OpenClipspace": { | ||
| "label": "Clipspace" | ||
| }, | ||
| "Comfy_OpenManagerDialog": { | ||
| "label": "Yönetici" | ||
| }, | ||
| "Comfy_OpenWorkflow": { | ||
| "label": "İş Akışını Aç" | ||
| }, | ||
| "Comfy_PublishSubgraph": { | ||
| "label": "Alt Grafiği Yayınla" | ||
| }, | ||
| "Comfy_QueuePrompt": { | ||
| "label": "İstemi Kuyruğa Al" | ||
| }, | ||
| "Comfy_QueuePromptFront": { | ||
| "label": "İstemi Kuyruğa Al (Ön)" | ||
| }, | ||
| "Comfy_QueueSelectedOutputNodes": { | ||
| "label": "Seçili Çıktı Düğümlerini Kuyruğa Al" | ||
| }, | ||
| "Comfy_Redo": { | ||
| "label": "Yinele" | ||
| }, | ||
| "Comfy_RefreshNodeDefinitions": { | ||
| "label": "Düğüm Tanımlarını Yenile" | ||
| }, | ||
| "Comfy_SaveWorkflow": { | ||
| "label": "İş Akışını Kaydet" | ||
| }, | ||
| "Comfy_SaveWorkflowAs": { | ||
| "label": "İş Akışını Farklı Kaydet" | ||
| }, | ||
| "Comfy_ShowSettingsDialog": { | ||
| "label": "Ayarlar İletişim Kutusunu Göster" | ||
| }, | ||
| "Comfy_ToggleCanvasInfo": { | ||
| "label": "Tuval Performansı" | ||
| }, | ||
| "Comfy_ToggleHelpCenter": { | ||
| "label": "Yardım Merkezi" | ||
| }, | ||
| "Comfy_ToggleTheme": { | ||
| "label": "Temayı Değiştir (Karanlık/Açık)" | ||
| }, | ||
| "Comfy_Undo": { | ||
| "label": "Geri Al" | ||
| }, | ||
| "Comfy_User_OpenSignInDialog": { | ||
| "label": "Giriş Yapma İletişim Kutusunu Aç" | ||
| }, | ||
| "Comfy_User_SignOut": { | ||
| "label": "Çıkış Yap" | ||
| }, | ||
| "Workspace_CloseWorkflow": { | ||
| "label": "Mevcut İş Akışını Kapat" | ||
| }, | ||
| "Workspace_NextOpenedWorkflow": { | ||
| "label": "Sonraki Açılan İş Akışı" | ||
| }, | ||
| "Workspace_PreviousOpenedWorkflow": { | ||
| "label": "Önceki Açılan İş Akışı" | ||
| }, | ||
| "Workspace_SearchBox_Toggle": { | ||
| "label": "Arama Kutusunu Aç/Kapat" | ||
| }, | ||
| "Workspace_ToggleBottomPanel": { | ||
| "label": "Alt Paneli Aç/Kapat" | ||
| }, | ||
| "Workspace_ToggleBottomPanel_Shortcuts": { | ||
| "label": "Tuş Atamaları İletişim Kutusunu Göster" | ||
| }, | ||
| "Workspace_ToggleBottomPanelTab_command-terminal": { | ||
| "label": "Terminal Alt Panelini Aç/Kapat" | ||
| }, | ||
| "Workspace_ToggleBottomPanelTab_logs-terminal": { | ||
| "label": "Kayıtlar Alt Panelini Aç/Kapat" | ||
| }, | ||
| "Workspace_ToggleBottomPanelTab_shortcuts-essentials": { | ||
| "label": "Temel Alt Paneli Aç/Kapat" | ||
| }, | ||
| "Workspace_ToggleBottomPanelTab_shortcuts-view-controls": { | ||
| "label": "Görünüm Kontrolleri Alt Panelini Aç/Kapat" | ||
| }, | ||
| "Workspace_ToggleFocusMode": { | ||
| "label": "Odak Modunu Aç/Kapat" | ||
| }, | ||
| "Workspace_ToggleSidebarTab_model-library": { | ||
| "label": "Model Kütüphanesi Kenar Çubuğunu Aç/Kapat", | ||
| "tooltip": "Model Kütüphanesi" | ||
| }, | ||
| "Workspace_ToggleSidebarTab_node-library": { | ||
| "label": "Düğüm Kütüphanesi Kenar Çubuğunu Aç/Kapat", | ||
| "tooltip": "Düğüm Kütüphanesi" | ||
| }, | ||
| "Workspace_ToggleSidebarTab_queue": { | ||
| "label": "Kuyruk Kenar Çubuğunu Aç/Kapat", | ||
| "tooltip": "Kuyruk" | ||
| }, | ||
| "Workspace_ToggleSidebarTab_workflows": { | ||
| "label": "İş Akışları Kenar Çubuğunu Aç/Kapat", | ||
| "tooltip": "İş Akışları" | ||
| } | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.