tr-TR.ini 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. OBSWebSocket.Plugin.Description="WebSocket aracılığıyla uzaktan OBS Studio"
  2. OBSWebSocket.Settings.DialogTitle="WebSocket Suncusu Ayarları"
  3. OBSWebSocket.Settings.PluginSettingsTitle="Eklenti Ayarları"
  4. OBSWebSocket.Settings.ServerEnable="WebSocket sunucuyu etkinleştir"
  5. OBSWebSocket.Settings.AlertsEnable="Sistem Tepsi Uyarılarını Etkinleştir"
  6. OBSWebSocket.Settings.DebugEnable="Hata Ayıklama Günlüğünü Etkinleştir"
  7. OBSWebSocket.Settings.DebugEnableHoverText="OBS'in geçerli örneği için hata ayıklama günlüğünü etkinleştirir. Yüklemede kalıcı değildir.\nYüklemede etkinleştirmek için -- websocket_debug kullanın."
  8. OBSWebSocket.Settings.ServerSettingsTitle="Sunucu Ayarları"
  9. OBSWebSocket.Settings.AuthRequired="Kimlik Doğrulamasını Etkinleştir"
  10. OBSWebSocket.Settings.Password="Sunucu Parolası"
  11. OBSWebSocket.Settings.GeneratePassword="Parola oluştur"
  12. OBSWebSocket.Settings.ServerPort="Sunucu Portu"
  13. OBSWebSocket.Settings.ShowConnectInfo="Bağlanma Bilgilerini Göster"
  14. OBSWebSocket.Settings.ShowConnectInfoWarningTitle="Uyarı: Şu Anda Canlı"
  15. OBSWebSocket.Settings.ShowConnectInfoWarningMessage="Şu anda bir çıkış (yayın, kayıt, vb.) aktif görünüyor."
  16. OBSWebSocket.Settings.ShowConnectInfoWarningInfoText="Bağlanma bilgilerinizi göstermek istediğinizden emin misiniz?"
  17. OBSWebSocket.Settings.Save.UserPasswordWarningTitle="Uyarı: Olası Güvenlik Sorunu"
  18. OBSWebSocket.Settings.Save.UserPasswordWarningMessage="obs-websocket sunucu parolasını düz metin olarak saklar. Obs-websocket tarafından oluşturulan bir parola kullanılması şiddetle tavsiye edilir."
  19. OBSWebSocket.Settings.Save.UserPasswordWarningInfoText="Kendi parolanızı kullanmak istediğinizden emin misiniz?"
  20. OBSWebSocket.Settings.Save.PasswordInvalidErrorTitle="Hata: Geçersiz Yapılandırma"
  21. OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage="6 veya daha fazla karakterden oluşan bir şifre kullanmalısınız."
  22. OBSWebSocket.SessionTable.Title="Bağlı WebSocket Oturumları"
  23. OBSWebSocket.SessionTable.RemoteAddressColumnTitle="Uzaktaki Adres"
  24. OBSWebSocket.SessionTable.SessionDurationColumnTitle="Oturum Süresi"
  25. OBSWebSocket.SessionTable.MessagesInOutColumnTitle="Gelen/Giden Mesajlar"
  26. OBSWebSocket.SessionTable.IdentifiedTitle="Tanımlandı"
  27. OBSWebSocket.SessionTable.KickButtonColumnTitle="Çıkarılsın mı?"
  28. OBSWebSocket.SessionTable.KickButtonText="Çıkar"
  29. OBSWebSocket.ConnectInfo.DialogTitle="WebSocket Bağlanma Bilgileri"
  30. OBSWebSocket.ConnectInfo.CopyText="Kopyala"
  31. OBSWebSocket.ConnectInfo.ServerIp="Sunucu IP (En İyi Tahmin)"
  32. OBSWebSocket.ConnectInfo.ServerPort="Sunucu Portu"
  33. OBSWebSocket.ConnectInfo.ServerPassword="Sunucu Parolası"
  34. OBSWebSocket.ConnectInfo.ServerPasswordPlaceholderText="[Doğrulama Devre Dışı]"
  35. OBSWebSocket.ConnectInfo.QrTitle="Kare Kod ile Bağlan"
  36. OBSWebSocket.TrayNotification.Identified.Title="Yeni WebSocket Bağlantısı"
  37. OBSWebSocket.TrayNotification.Identified.Body="%1 istemcisi tanımlandı."
  38. OBSWebSocket.TrayNotification.AuthenticationFailed.Title="WebSocket Kimlik Doğrulama Hatası"
  39. OBSWebSocket.TrayNotification.AuthenticationFailed.Body="%1 istemcisinin kimlik doğrulaması başarısız oldu."
  40. OBSWebSocket.TrayNotification.Disconnected.Title="WebSocket İstemcisinin Bağlantısı Kesildi"
  41. OBSWebSocket.TrayNotification.Disconnected.Body="%1 istemcisinin bağlantısı kesildi."