mirror of
https://github.com/open-webui/open-webui
synced 2025-01-18 00:30:51 +00:00
Merge pull request #2792 from aguvener/dev
i18n: incorrect translations fixed
This commit is contained in:
commit
5a24ce06f0
@ -3,7 +3,7 @@
|
||||
"(Beta)": "(Beta)",
|
||||
"(e.g. `sh webui.sh --api`)": "(örn. `sh webui.sh --api`)",
|
||||
"(latest)": "(en son)",
|
||||
"{{ models }}": "{{ modeller }}",
|
||||
"{{ models }}": "{{ models }}",
|
||||
"{{ owner }}: You cannot delete a base model": "{{ owner }}: Temel modeli silemezsiniz",
|
||||
"{{modelName}} is thinking...": "{{modelName}} düşünüyor...",
|
||||
"{{user}}'s Chats": "{{user}} Sohbetleri",
|
||||
@ -37,7 +37,7 @@
|
||||
"All Users": "Tüm Kullanıcılar",
|
||||
"Allow": "İzin ver",
|
||||
"Allow Chat Deletion": "Sohbet Silmeye İzin Ver",
|
||||
"Allow non-local voices": "",
|
||||
"Allow non-local voices": "Yerel olmayan seslere izin verin",
|
||||
"alphanumeric characters and hyphens": "alfanumerik karakterler ve tireler",
|
||||
"Already have an account?": "Zaten bir hesabınız mı var?",
|
||||
"an assistant": "bir asistan",
|
||||
@ -68,7 +68,7 @@
|
||||
"Base Model (From)": "Temel Model ('den)",
|
||||
"before": "önce",
|
||||
"Being lazy": "Tembelleşiyor",
|
||||
"Brave Search API Key": "Cesur Arama API Anahtarı",
|
||||
"Brave Search API Key": "Brave Search API Anahtarı",
|
||||
"Bypass SSL verification for Websites": "Web Siteleri için SSL doğrulamasını atlayın",
|
||||
"Cancel": "İptal",
|
||||
"Capabilities": "Yetenekler",
|
||||
@ -170,7 +170,7 @@
|
||||
"Edit Doc": "Belgeyi Düzenle",
|
||||
"Edit User": "Kullanıcıyı Düzenle",
|
||||
"Email": "E-posta",
|
||||
"Embedding Batch Size": "",
|
||||
"Embedding Batch Size": "Gömme Yığın Boyutu",
|
||||
"Embedding Model": "Gömme Modeli",
|
||||
"Embedding Model Engine": "Gömme Modeli Motoru",
|
||||
"Embedding model set to \"{{embedding_model}}\"": "Gömme modeli \"{{embedding_model}}\" olarak ayarlandı",
|
||||
@ -187,7 +187,7 @@
|
||||
"Enter Chunk Size": "Chunk Boyutunu Girin",
|
||||
"Enter Github Raw URL": "Github Raw URL'sini girin",
|
||||
"Enter Google PSE API Key": "Google PSE API Anahtarını Girin",
|
||||
"Enter Google PSE Engine Id": "Google PSE Motor Kimliğini Girin",
|
||||
"Enter Google PSE Engine Id": "Google PSE Engine Id'sini Girin",
|
||||
"Enter Image Size (e.g. 512x512)": "Görüntü Boyutunu Girin (örn. 512x512)",
|
||||
"Enter language codes": "Dil kodlarını girin",
|
||||
"Enter model tag (e.g. {{modelTag}})": "Model etiketini girin (örn. {{modelTag}})",
|
||||
@ -206,9 +206,9 @@
|
||||
"Enter Your Role": "Rolünüzü Girin",
|
||||
"Error": "Hata",
|
||||
"Experimental": "Deneysel",
|
||||
"Export": "Ihracat",
|
||||
"Export": "Dışa Aktar",
|
||||
"Export All Chats (All Users)": "Tüm Sohbetleri Dışa Aktar (Tüm Kullanıcılar)",
|
||||
"Export chat (.json)": "",
|
||||
"Export chat (.json)": "Sohbeti dışa aktar (.json)",
|
||||
"Export Chats": "Sohbetleri Dışa Aktar",
|
||||
"Export Documents Mapping": "Belge Eşlemesini Dışa Aktar",
|
||||
"Export Models": "Modelleri Dışa Aktar",
|
||||
@ -232,7 +232,7 @@
|
||||
"Generation Info": "Üretim Bilgisi",
|
||||
"Good Response": "İyi Yanıt",
|
||||
"Google PSE API Key": "Google PSE API Anahtarı",
|
||||
"Google PSE Engine Id": "Google PSE Motor Kimliği",
|
||||
"Google PSE Engine Id": "Google PSE Engine Id",
|
||||
"h:mm a": "h:mm a",
|
||||
"has no conversations.": "hiç konuşması yok.",
|
||||
"Hello, {{name}}": "Merhaba, {{name}}",
|
||||
@ -292,7 +292,7 @@
|
||||
"Model '{{modelTag}}' is already in queue for downloading.": "'{{modelTag}}' zaten indirme sırasında.",
|
||||
"Model {{modelId}} not found": "{{modelId}} bulunamadı",
|
||||
"Model {{modelName}} is not vision capable": "Model {{modelName}} görüntü yeteneğine sahip değil",
|
||||
"Model {{name}} is now {{status}}": "{{name}} modeli artık {{status}} oldu",
|
||||
"Model {{name}} is now {{status}}": "{{name}} modeli artık {{status}}",
|
||||
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Model dosya sistemi yolu algılandı. Güncelleme için model kısa adı gerekli, devam edilemiyor.",
|
||||
"Model ID": "Model ID",
|
||||
"Model not selected": "Model seçilmedi",
|
||||
@ -347,8 +347,8 @@
|
||||
"pending": "beklemede",
|
||||
"Permission denied when accessing microphone: {{error}}": "Mikrofona erişim izni reddedildi: {{error}}",
|
||||
"Personalization": "Kişiselleştirme",
|
||||
"Pipelines": "Boru hattı",
|
||||
"Pipelines Valves": "Boru Hatları Vanaları",
|
||||
"Pipelines": "Pipelinelar",
|
||||
"Pipelines Valves": "Pipeline Valvleri",
|
||||
"Plain text (.txt)": "Düz metin (.txt)",
|
||||
"Playground": "Oyun Alanı",
|
||||
"Positive attitude": "Olumlu yaklaşım",
|
||||
|
Loading…
Reference in New Issue
Block a user