Files
capture-ai/config.json
T
2026-03-09 09:34:49 +03:00

120 lines
3.7 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.
{
"ui_language": "en",
"ui_strings": {
"tr": {
"o_Toggle_Sidebar": "Göster/Gizle",
"o_Add_Model": "Model Ekle",
"o_Delete_Model": "Modeli Sil",
"o_New_Chat": "Yeni Sohbet",
"o_Options": "Seçenekler",
"o_Toggle_Dark_Mode": "Karanlık Modu Tetikle",
"o_Settings": "Ayarlar",
"o_Attachments": "Attachments",
"o_Microphone": "Dikte et",
"o_Send_Button": "Gönder",
"o_Stop_Button": "Durdur",
"o_Scroll_Left": "Sola kaydır",
"o_Scroll_Right": "Sağa kaydır",
"o_Clear_Selection": "Seçimi temizle",
"o_Zoom_Attachments": "Yakınlaştır",
"o_Close_Attachments": "Kapat",
"o_Scroll_Down": "Aşağı kaydır",
"o_AI_Models": "AI Modelleri",
"o_Chats": "Sohbetler",
"o_Delete_Chat": "Sohbeti Sil",
"o_Rename": "İsim'i Değiştir",
"o_Pin": "Sabitle",
"o_Unpin": "Sabiti Kaldır",
"o_OpenRouter_API_Key": "OpenRouter Anahtarı",
"o_Response_Style": "Cevap Tarzı",
"o_Personalization": "Kişiselleştirme",
"o_Language": "🇹🇷 Dil",
"o_Copy": "Kopyala",
"o_Thinking": "Düşünüyor",
"o_Take_Photo": "Fotoğraf Çek",
"o_Attach_File": "Belge Ekle",
"o_Reference_Message": "mesaj referans seçildi",
"o_Apply": "Uygula",
"o_Reject": "Reddet",
"o_Save": "Kaydet",
"o_Cancel": "İptal"
},
"en": {
"o_Toggle_Sidebar": "Show/Hide",
"o_Add_Model": "Add Model",
"o_Delete_Model": "Delete Model",
"o_New_Chat": "New Chat",
"o_Options": "Options",
"o_Toggle_Dark_Mode": "Toggle Dark Mode",
"o_Settings": "Settings",
"o_Attachments": "Attachments",
"o_Microphone": "Dictate",
"o_Send_Button": "Send",
"o_Stop_Button": "Stop",
"o_Scroll_Left": "Scroll left",
"o_Scroll_Right": "Scroll right",
"o_Clear_Selection": "Clear selection",
"o_Zoom_Attachments": "Zoom in",
"o_Close_Attachments": "Close",
"o_Scroll_Down": "Scroll down",
"o_AI_Models": "AI Models",
"o_Chats": "Chats",
"o_Delete_Chat": "Delete chat",
"o_Rename": "Rename",
"o_Pin": "Pin",
"o_Unpin": "Unpin",
"o_OpenRouter_API_Key": "OpenRouter API Key",
"o_Response_Style": "Response style",
"o_Personalization": "Personalization",
"o_Language": "🇬🇧 Language",
"o_Copy": "Copy",
"o_Thinking": "Thinking",
"o_Take_Photo": "Take Photo",
"o_Attach_File": "Attach File",
"o_Reference_Message": "message selected as reference",
"o_Apply": "Apply",
"o_Reject": "Reject",
"o_Save": "Save",
"o_Cancel": "Cancel"
}
},
"last_chat": "Welcome.json",
"dark_mode": true,
"open_router_key": "sk-or-...",
"response_style": "Ciddi ol",
"show_usage": true,
"is_mic_online": false,
"stt_model_online": "openai/gpt-audio-mini",
"whisper_cpp_bin": "/home/bob/whisper.cpp/build/bin/whisper-cli",
"whisper_cpp_model": "/home/bob/.local/share/whisper/ggml-tiny.bin",
"pinned_chats": [
"Welcome.json"
],
"ai_models": [
"google/gemini-3-pro-image-preview",
"google/gemini-2.5-flash-image"
],
"chat_models": {
"Welcome.json": "google/gemini-3-pro-image-preview"
},
"custom_colors_dark": {
"window_bg": "#111111",
"input_bg": "#1e1e1e",
"user_bg": "#303643",
"user_text": "#ffffff",
"bot_bg": "#222222",
"bot_text": "#ffffff",
"sidebar_text": "#dddddd"
},
"custom_colors_light": {
"window_bg": "#f5f5f5",
"input_bg": "#ffffff",
"user_bg": "#dbe7ff",
"user_text": "#111111",
"bot_bg": "#ececec",
"bot_text": "#111111",
"sidebar_text": "#111111"
},
"chat_bg_image": ""
}