et-EE.ini 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. OBSWebSocket.Plugin.Description="OBS Studio kaugjuhtimine WebSocketi kaudu"
  2. OBSWebSocket.Settings.DialogTitle="WebSocket serveri seaded"
  3. OBSWebSocket.Settings.PluginSettingsTitle="Plugina seaded"
  4. OBSWebSocket.Settings.ServerEnable="Luba WebSocket server"
  5. OBSWebSocket.Settings.AlertsEnable="Luba hoiatused tegumireal"
  6. OBSWebSocket.Settings.DebugEnable="Luba silumislogimine"
  7. OBSWebSocket.Settings.DebugEnableHoverText="Lubab OBS-i praeguse eksemplari silumislogimise. Ei püsi laadimisel.\nLaadimisel lubamiseks kasutage --websocket_debug."
  8. OBSWebSocket.Settings.ServerSettingsTitle="Serveri seaded"
  9. OBSWebSocket.Settings.AuthRequired="Luba autentimine"
  10. OBSWebSocket.Settings.Password="Serveri salasõna"
  11. OBSWebSocket.Settings.GeneratePassword="Loo salasõna"
  12. OBSWebSocket.Settings.ServerPort="Serveri port"
  13. OBSWebSocket.Settings.ShowConnectInfo="Näita ühenduse infot"
  14. OBSWebSocket.Settings.ShowConnectInfoWarningTitle="Hoiatus: hetkel otseülekandes"
  15. OBSWebSocket.Settings.ShowConnectInfoWarningMessage="Näib, et väljund (voogedastus, salvestus jne) on hetkel aktiivne."
  16. OBSWebSocket.Settings.ShowConnectInfoWarningInfoText="Kas oled kindel, et soovid oma ühenduse teavet näidata?"
  17. OBSWebSocket.Settings.Save.UserPasswordWarningTitle="Hoiatus: võimalik turvaprobleem"
  18. OBSWebSocket.Settings.Save.UserPasswordWarningMessage="obs-websocket salvestab serveri salasõna lihtsa tekstina. obs-websocket'i poolt loodud salasõna kasutamine on väga soovitatav."
  19. OBSWebSocket.Settings.Save.UserPasswordWarningInfoText="Kas oled kindel, et soovid kasutada oma salasõna?"
  20. OBSWebSocket.Settings.Save.PasswordInvalidErrorTitle="Viga: vigane konfiguratsioon"
  21. OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage="Pead kasutama salasõna, mis koosneb 6 või enamast tähemärgist."
  22. OBSWebSocket.SessionTable.Title="Ühendatud WebSocket'i seansid"
  23. OBSWebSocket.SessionTable.RemoteAddressColumnTitle="Kaugjuhtimise aadress"
  24. OBSWebSocket.SessionTable.SessionDurationColumnTitle="Seansi kestvus"
  25. OBSWebSocket.SessionTable.MessagesInOutColumnTitle="Sõnumid sisse/välja"
  26. OBSWebSocket.SessionTable.IdentifiedTitle="Tuvastatud"
  27. OBSWebSocket.SessionTable.KickButtonColumnTitle="Eemalda?"
  28. OBSWebSocket.SessionTable.KickButtonText="Eemalda"
  29. OBSWebSocket.ConnectInfo.DialogTitle="WebSocket'i ühenduse info"
  30. OBSWebSocket.ConnectInfo.CopyText="Kopeeri"
  31. OBSWebSocket.ConnectInfo.ServerIp="Serveri IP (parim oletus)"
  32. OBSWebSocket.ConnectInfo.ServerPort="Sreveri port"
  33. OBSWebSocket.ConnectInfo.ServerPassword="Serveri salasõna"
  34. OBSWebSocket.ConnectInfo.ServerPasswordPlaceholderText="[Autentimine keelatud]"
  35. OBSWebSocket.ConnectInfo.QrTitle="Ühenda QR"
  36. OBSWebSocket.TrayNotification.Identified.Title="Uus WebSocket'i ühendus"
  37. OBSWebSocket.TrayNotification.Identified.Body="Klient %1 tuvastatud."
  38. OBSWebSocket.TrayNotification.AuthenticationFailed.Title="WebSocket autentimise tõrge"
  39. OBSWebSocket.TrayNotification.AuthenticationFailed.Body="Kliendi %1 autentimine ebaõnnestus."
  40. OBSWebSocket.TrayNotification.Disconnected.Title="WebSocket kliendi ühendus katkenud"
  41. OBSWebSocket.TrayNotification.Disconnected.Body="Kliendi %1 ühendus katkenud."