1234567891011121314151617181920212223242526272829303132333435363738394041 |
- OBSWebSocket.Plugin.Description="WebSocket aracılığıyla uzaktan OBS Studio"
- OBSWebSocket.Settings.DialogTitle="WebSocket Suncusu Ayarları"
- OBSWebSocket.Settings.PluginSettingsTitle="Eklenti Ayarları"
- OBSWebSocket.Settings.ServerEnable="WebSocket sunucuyu etkinleştir"
- OBSWebSocket.Settings.AlertsEnable="Sistem Tepsi Uyarılarını Etkinleştir"
- OBSWebSocket.Settings.DebugEnable="Hata Ayıklama Günlüğünü Etkinleştir"
- 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."
- OBSWebSocket.Settings.ServerSettingsTitle="Sunucu Ayarları"
- OBSWebSocket.Settings.AuthRequired="Kimlik Doğrulamasını Etkinleştir"
- OBSWebSocket.Settings.Password="Sunucu Parolası"
- OBSWebSocket.Settings.GeneratePassword="Parola oluştur"
- OBSWebSocket.Settings.ServerPort="Sunucu Portu"
- OBSWebSocket.Settings.ShowConnectInfo="Bağlanma Bilgilerini Göster"
- OBSWebSocket.Settings.ShowConnectInfoWarningTitle="Uyarı: Şu Anda Canlı"
- OBSWebSocket.Settings.ShowConnectInfoWarningMessage="Şu anda bir çıkış (yayın, kayıt, vb.) aktif görünüyor."
- OBSWebSocket.Settings.ShowConnectInfoWarningInfoText="Bağlanma bilgilerinizi göstermek istediğinizden emin misiniz?"
- OBSWebSocket.Settings.Save.UserPasswordWarningTitle="Uyarı: Olası Güvenlik Sorunu"
- 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."
- OBSWebSocket.Settings.Save.UserPasswordWarningInfoText="Kendi parolanızı kullanmak istediğinizden emin misiniz?"
- OBSWebSocket.Settings.Save.PasswordInvalidErrorTitle="Hata: Geçersiz Yapılandırma"
- OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage="6 veya daha fazla karakterden oluşan bir şifre kullanmalısınız."
- OBSWebSocket.SessionTable.Title="Bağlı WebSocket Oturumları"
- OBSWebSocket.SessionTable.RemoteAddressColumnTitle="Uzaktaki Adres"
- OBSWebSocket.SessionTable.SessionDurationColumnTitle="Oturum Süresi"
- OBSWebSocket.SessionTable.MessagesInOutColumnTitle="Gelen/Giden Mesajlar"
- OBSWebSocket.SessionTable.IdentifiedTitle="Tanımlandı"
- OBSWebSocket.SessionTable.KickButtonColumnTitle="Çıkarılsın mı?"
- OBSWebSocket.SessionTable.KickButtonText="Çıkar"
- OBSWebSocket.ConnectInfo.DialogTitle="WebSocket Bağlanma Bilgileri"
- OBSWebSocket.ConnectInfo.CopyText="Kopyala"
- OBSWebSocket.ConnectInfo.ServerIp="Sunucu IP (En İyi Tahmin)"
- OBSWebSocket.ConnectInfo.ServerPort="Sunucu Portu"
- OBSWebSocket.ConnectInfo.ServerPassword="Sunucu Parolası"
- OBSWebSocket.ConnectInfo.ServerPasswordPlaceholderText="[Doğrulama Devre Dışı]"
- OBSWebSocket.ConnectInfo.QrTitle="Kare Kod ile Bağlan"
- OBSWebSocket.TrayNotification.Identified.Title="Yeni WebSocket Bağlantısı"
- OBSWebSocket.TrayNotification.Identified.Body="%1 istemcisi tanımlandı."
- OBSWebSocket.TrayNotification.AuthenticationFailed.Title="WebSocket Kimlik Doğrulama Hatası"
- OBSWebSocket.TrayNotification.AuthenticationFailed.Body="%1 istemcisinin kimlik doğrulaması başarısız oldu."
- OBSWebSocket.TrayNotification.Disconnected.Title="WebSocket İstemcisinin Bağlantısı Kesildi"
- OBSWebSocket.TrayNotification.Disconnected.Body="%1 istemcisinin bağlantısı kesildi."
|