diff options
Diffstat (limited to 'lib/l10n/tr.js')
-rw-r--r-- | lib/l10n/tr.js | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js index 3ad6bc96d1d..327741ff98f 100644 --- a/lib/l10n/tr.js +++ b/lib/l10n/tr.js @@ -150,7 +150,7 @@ OC.L10N.register( "Sharing backend for %s not found" : "%s için paylaşım arka ucu bulunamadı", "%1$s shared %2$s with you" : "%1$s, sizinle %2$s ögesini paylaştı", "Click the button below to open it." : "Açmak için aşağıdaki düğmeye tıklayın.", - "Open %s" : "%s aç", + "Open %s" : "%s ögesini aç", "%1$s via %2$s" : "%1$s, %2$s aracılığıyla", "%1$s shared %2$s with you and wants to add:" : "%1$s sizinle %2$s ögesini paylaştı ve eklemenizi istiyor:", "%1$s shared %2$s with you and wants to add" : "%1$s sizinle %2$s ögesini paylaştı ve eklemenizi istiyor", @@ -311,8 +311,20 @@ OC.L10N.register( "The audio to transcribe" : "Yazıya dönüştürülecek ses", "Transcription" : "Yazıya dönüştürme", "The transcribed text" : "Dönüştürülen yazı", + "ContextAgent" : "Bağlam aracısı", + "Chat with an agent" : "Bir aracı ile sohbet edin", "Chat message" : "Sohbet iletisi", + "A chat message to send to the agent." : "Aracıya gönderilecek sohbet iletisi.", "Confirmation" : "Onaylama", + "Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Daha önce istenilen işlemlerin onaylanıp onaylanmayacağı: Reddedilmesi için 0, onaylanması için 1.", + "Conversation token" : "Yazışma kodu", + "A token representing the conversation." : "Yazışmanın kodu.", + "Generated response" : "Üretilen yanıt", + "The response from the chat model." : "Sohbet modelinin yanıtı.", + "The new conversation token" : "Yeni sohbet kodu", + "Send this along with the next interaction." : "Bunu sonraki etkileşimin yanında gönderin.", + "Requested actions by the agent" : "Aracı tarafından istenilen işlemler", + "Actions that the agent would like to carry out in JSON format." : "Aracının JSON biçiminde gerçekleştirmesi istenen işlemler.", "Context write" : "Bağlam yazma", "Writes text in a given style based on the provided source material." : "Sağlanan kaynak materyale göre belirli bir tarzda metin yazar.", "Writing style" : "Yazma tarzı", @@ -339,6 +351,12 @@ OC.L10N.register( "Describe a task that you want the assistant to do or ask a question" : "Yardımcının yapmasını istediğiniz bir görevi tanımlayın ya da bir soru sorun", "Generated reply" : "Oluşturulan yanıt", "The generated text from the assistant" : "Yardımcının oluşturduğu metin", + "Change Tone" : "Tonu değiştir", + "Change the tone of a piece of text." : "Bir metin parçasının tonunu değiştirir.", + "Write a text that you want the assistant to rewrite in another tone." : "Yardımcının başka bir tonda yeniden yazmasını istediğiniz bir metin yazın", + "Desired tone" : "İstenilen ton", + "In which tone should your text be rewritten?" : "Metin hangi tonda yeniden yazılmalı?", + "The rewritten text in the desired tone, written by the assistant:" : "Yardımcı tarafından istenilen tonda yeniden yazılan metin:", "Chat" : "Sohbet", "Chat with the assistant" : "Yardımcı ile sohbet et", "System prompt" : "Sistem istemi", @@ -347,6 +365,15 @@ OC.L10N.register( "The history of chat messages before the current message, starting with a message by the user" : "Kullanıcının iletisiyle başlayarak, geçerli iletiden önceki sohbet iletilerinin geçmişi", "Response message" : "Yanıt iletisi", "The generated response as part of the conversation" : "Sohbetin parçası olarak oluşturulan yanıt", + "Chat with tools" : "Araçlar ile sohbet", + "Chat with the language model with tool calling support." : "Araç çağırma desteği ile dil modeliyle sohbet edin.", + "Tool message" : "Araç iletisi", + "The result of tool calls in the last interaction" : "Son etkileşimdeki araç çağrılarının sonucu", + "Available tools" : "Kullanılabilecek araçlar", + "The available tools in JSON format" : "JSON biçiminde kullanılabilecek araçlar", + "The response from the chat model" : "Sohbet modelinin yanıtı", + "Tool calls" : "Araç çağrıları", + "Tools call instructions from the model in JSON format" : "Araçlar, modelden JSON biçiminde komutları çağırır", "Formalize text" : "Metni resmileştir", "Takes a text and makes it sound more formal" : "Bir metni alarak daha resmi dile dönüştürür", "Write a text that you want the assistant to formalize" : "Yardımcının resmileştirmesini istediğiniz bir metin yazın", |