Files
openchamber/packages/vscode/package.nls.tr.json
T
Bohdan Triapitsyn 6c3e51956a fix(vscode): complete the Turkish extension bundles
The inline-comment feature added its manifest and runtime strings to English and French only, so Turkish users saw English command titles, thread labels and warnings. Adds the ten missing keys and a test that fails whenever a locale bundle drifts from the English key set or its placeholders.
2026-09-05 14:47:10 +03:00

24 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"extension.description": "OpenCode destekli AI kodlama asistanı",
"views.chat.name": "Chat",
"command.openSidebar.title": "Kenar çubuğunu aç",
"command.focusChat.title": "Chat'e odaklan",
"command.restartApi.title": "API bağlantısını yeniden başlat",
"command.showOpenCodeStatus.title": "OpenCode durumunu göster",
"command.openAgentManager.title": "Agent yöneticisini aç",
"command.openActiveSessionInEditor.title": "Aktif oturumu düzenleyicide aç",
"command.openNewSessionInEditor.title": "Düzenleyicide yeni oturum aç",
"command.openCurrentOrNewSessionInEditor.title": "Oturumu düzenleyicide aç",
"command.addToContext.title": "Bağlama ekle",
"command.addLineComment.title": "Yorum ekle",
"command.submitLineComment.title": "Yorum yap",
"command.removeLineComment.title": "Yorumu kaldır",
"command.explain.title": "Açıkla",
"command.improveCode.title": "Kodu iyileştir",
"command.newSession.title": "Yeni oturum",
"command.showSettings.title": "Ayarlar",
"command.attachExplorerToChat.title": "OpenChamber Chat'ine ekle",
"configuration.apiUrl.description": "Harici bir OpenCode API sunucusunun URL'si. Yerel bir örneğin otomatik başlatılması için boş bırakın.",
"configuration.opencodeBinary.description": "opencode CLI ikili dosyasının (binary) isteğe bağlı mutlak yolu. PATH araması başarısız olduğunda faydalıdır. Uygulanması için pencere yeniden yükleme veya API yeniden başlatma gerekir."
}