diff --git a/next-i18next.config.js b/next-i18next.config.js index fb76560..fd014b7 100644 --- a/next-i18next.config.js +++ b/next-i18next.config.js @@ -21,6 +21,7 @@ module.exports = { "vi", "zh", "ar", + "tr", ], }, localePath: diff --git a/public/locales/tr/chat.json b/public/locales/tr/chat.json new file mode 100644 index 0000000..04fb868 --- /dev/null +++ b/public/locales/tr/chat.json @@ -0,0 +1,28 @@ +{ + "OpenAI API Key Required": "OpenAI API Anahtarı Gerekli", + "Please set your OpenAI API key in the bottom left of the sidebar.": "Lütfen OpenAI API anahtarınızı yan çubuğun sol altınan'dan ayarlayın.", + "Stop Generating": "Durdur", + "Prompt limit is {{maxLength}} characters": "Prompt sınırı {{maxLength}} karakterdir", + "System Prompt": "Sistem Prompt", + "You are ChatGPT, a large language model trained by OpenAI. Follow the user's instructions carefully. Respond using markdown.": "Sen ChatGPT'sin, OpenAI tarafından eğitilmiş büyük bir dil modelisin. Kullanıcının talimatlarını dikkatlice takip et. Yanıtını markdown kullanarak ver.", + "Enter a prompt": "Bir prompt girin", + "Regenerate response": "Yanıtı Yeniden Oluştur", + "Sorry, there was an error.": "Üzgünüm, bir hata oluştu.", + "Model": "Model", + "Conversation": "Sohbet", + "OR": "VEYA", + "Loading...": "Yükleniyor...", + "Type a message...": "Bir mesaj yazın...", + "Error fetching models.": "Modeller getirilirken hata oluştu.", + "AI": "Yapay Zeka", + "You": "Sen", + "Cancel": "İptal", + "Save & Submit": "Kaydet ve Gönder", + "Make sure your OpenAI API key is set in the bottom left of the sidebar.": "OpenAI API anahtarınızın yan çubuğun sol altında ayarlandığından emin ol.", + "If you completed this step, OpenAI may be experiencing issues.": "Bu adımı tamamladıysanız, OpenAI sorun yaşıyor olabilir.", + "click if using a .env.local file": "Eğer .env.local dosyası kullanıyorsanız tıklayın", + "Message limit is {{maxLength}} characters. You have entered {{valueLength}} characters.": "Mesaj sınırı {{maxLength}} karakterdir. {{valueLength}} karakter girdiniz.", + "Please enter a message": "Lütfen bir mesaj girin", + "Chatbot UI is an advanced chatbot kit for OpenAI's chat models aiming to mimic ChatGPT's interface and functionality.": "Chatbot UI, ChatGPT'nin arayüz ve işlevselliğini taklit etmeyi amaçlayan OpenAI'in sohbet modelleri için gelişmiş bir sohbetbot kitidir.", + "Are you sure you want to clear all messages?": "Tüm mesajları temizlemek istediğinize emin misiniz?" +} diff --git a/public/locales/tr/common.json b/public/locales/tr/common.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/public/locales/tr/common.json @@ -0,0 +1 @@ +{} diff --git a/public/locales/tr/markdown.json b/public/locales/tr/markdown.json new file mode 100644 index 0000000..bfc5cc9 --- /dev/null +++ b/public/locales/tr/markdown.json @@ -0,0 +1,5 @@ +{ + "Copy code": "Kodu kopyala", + "Copied!": "Kopyalandi!", + "Enter file name": "Dosya ismi gir" +} diff --git a/public/locales/tr/promptbar.json b/public/locales/tr/promptbar.json new file mode 100644 index 0000000..24870a0 --- /dev/null +++ b/public/locales/tr/promptbar.json @@ -0,0 +1,12 @@ +{ + "New prompt": "Yeni prompt", + "New folder": "Yeni klasör", + "No prompts.": "Prompt yok.", + "Search prompts...": "Prompt'ları ara...", + "Name": "İsim", + "Description": "Açıklama", + "A description for your prompt.": "Prompt'unuz için bir açıklama.", + "Prompt": "Prompt", + "Prompt content. Use {{}} to denote a variable. Ex: {{name}} is a {{adjective}} {{noun}}": "Prompt içeriği. Değişken belirtmek için {{}} kullanın. Örn: {{ad}} bir {{sıfat}} {{isim}}", + "Save": "Kaydet" +} diff --git a/public/locales/tr/sidebar.json b/public/locales/tr/sidebar.json new file mode 100644 index 0000000..702193a --- /dev/null +++ b/public/locales/tr/sidebar.json @@ -0,0 +1,14 @@ +{ + "New folder": "Yeni klasör", + "New chat": "Yeni sohbet", + "No conversations.": "Hiçbir konuşma yok.", + "Search conversations...": "Sohbetleri ara...", + "OpenAI API Key": "OpenAI API Anahtarı", + "Import data": "Veri içe aktar", + "Are you sure?": "Emin misiniz?", + "Clear conversations": "Konuşmaları temizle", + "Export data": "Veri dışa aktar", + "Dark mode": "Karanlık mod", + "Light mode": "Aydınlık mod", + "Plugin Keys": "Plugin Anahtarları" +}