From 1ff18e46ab34e1fed28c7002dbea8e37519954bd Mon Sep 17 00:00:00 2001 From: yusufipk Date: Thu, 27 Aug 2026 16:04:09 +0300 Subject: [PATCH] Call OpenRouter the quickest again Nothing was measured that put OpenCode Go beside it, so the tooltip claims only what is known: OpenRouter is the quickest, and OpenCode Go merely needs nothing installed either. The translation follows word for word. --- dikte/i18n.py | 13 ++++++------- dikte/settings_ui.py | 4 ++-- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/dikte/i18n.py b/dikte/i18n.py index 9cc54c0..b290d33 100644 --- a/dikte/i18n.py +++ b/dikte/i18n.py @@ -810,16 +810,15 @@ TR = { "Düşünmeye eğitilmiş bir model, aksi söylenmedikçe düşünür; bir virgül " "için 300 token akıl yürütmek 300 token'lık bekleyiştir. Temizleme için " "doğrusu Kapalı.", - "OpenRouter and OpenCode Go are the quickest and need nothing " - "installed. llama.cpp runs here, on a model downloaded below. Claude " + "OpenRouter is the quickest; OpenCode Go needs nothing installed " + "either. llama.cpp runs here, on a model downloaded below. Claude " "Code and Codex clean up on the subscription you already have, " "without a second key, and take a few seconds longer because each " "one opens a session to do it.": - "En hızlıları OpenRouter ve OpenCode Go'dur; kurulu bir program " - "istemezler. llama.cpp burada, aşağıda indirilen bir modelle çalışır. " - "Claude Code ve Codex, ikinci bir anahtar olmadan zaten sahip olduğun " - "abonelikle temizler; her biri bunun için bir oturum açtığından birkaç " - "saniye daha sürer.", + "En hızlısı OpenRouter'dır; OpenCode Go da kurulum istemez. llama.cpp " + "burada, aşağıda indirilen bir modelle çalışır. Claude Code ve Codex, " + "ikinci bir anahtar olmadan zaten sahip olduğun abonelikle temizler; " + "her biri bunun için bir oturum açtığından birkaç saniye daha sürer.", "whisper.cpp reaches the card through CUDA, ROCm or Vulkan when the build " "it is running was made with one. A build without any of them runs on the " "processor whatever this says.": diff --git a/dikte/settings_ui.py b/dikte/settings_ui.py index 94eec2d..72b2ada 100644 --- a/dikte/settings_ui.py +++ b/dikte/settings_ui.py @@ -870,8 +870,8 @@ class SettingsWindow(QDialog): for label, value in CLEANUP_PROVIDERS: self.cleanup_provider.addItem(t(label), value) self.cleanup_provider.setToolTip(t( - "OpenRouter and OpenCode Go are the quickest and need nothing " - "installed. llama.cpp runs here, on a model downloaded below. Claude " + "OpenRouter is the quickest; OpenCode Go needs nothing installed " + "either. llama.cpp runs here, on a model downloaded below. Claude " "Code and Codex clean up on the subscription you already have, " "without a second key, and take a few seconds longer because each " "one opens a session to do it."