Files
openchamber/packages/vscode/package.nls.tr.json
T
fitzgpt 3073db9481 feat(vscode): add Turkish localization for extension strings (#3300)
Thanks for completing the Turkish translations for the extension commands and notifications.
2026-09-05 02:13:59 +03:00

21 lines
1.3 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.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."
}