gl-ES.ini 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. OBSWebSocket.Plugin.Description="Control remoto de OBS Studio a través de WebSocket"
  2. OBSWebSocket.Settings.DialogTitle="Configuración do servidor WebSocket"
  3. OBSWebSocket.Settings.PluginSettingsTitle="Configuración do complemento"
  4. OBSWebSocket.Settings.ServerEnable="Activar servidor WebSocket"
  5. OBSWebSocket.Settings.AlertsEnable="Activar alertas na bandexa do sistema"
  6. OBSWebSocket.Settings.DebugEnable="Activar rexistro de depuración"
  7. OBSWebSocket.Settings.DebugEnableHoverText="Activa o rexistro de depuración para a instancia actual de OBS. Non se mantén ao cargar. Usa --websocket_debug para activar ao cargar."
  8. OBSWebSocket.Settings.ServerSettingsTitle="Configuración do servidor"
  9. OBSWebSocket.Settings.AuthRequired="Activar autenticación"
  10. OBSWebSocket.Settings.Password="Contrasinal do servidor"
  11. OBSWebSocket.Settings.GeneratePassword="Xerar contrasinal"
  12. OBSWebSocket.Settings.ServerPort="Porto do Servidor"
  13. OBSWebSocket.Settings.ShowConnectInfo="Mostrar información de conexión"
  14. OBSWebSocket.Settings.ShowConnectInfoWarningTitle="Advertencia: Actualmente en directo"
  15. OBSWebSocket.Settings.ShowConnectInfoWarningMessage="Parece que un saída (transmisión, gravación, etc.) está actualmente activa."
  16. OBSWebSocket.Settings.ShowConnectInfoWarningInfoText="Estás seguro de que queres mostrar a túa información de conexión?"
  17. OBSWebSocket.Settings.Save.UserPasswordWarningTitle="Advertencia: Posible problema de seguridade"
  18. OBSWebSocket.Settings.Save.UserPasswordWarningMessage="obs-websocket almacena o contrasinal do servidor en texto plano. Recoméndase encarecidamente utilizar un contrasinal xenerado por obs-websocket."
  19. OBSWebSocket.Settings.Save.UserPasswordWarningInfoText="Estás seguro de que desexas usar o teu propio contrasinal?"
  20. OBSWebSocket.Settings.Save.PasswordInvalidErrorTitle="Erro: configuración non válida"
  21. OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage="Debes usar un contrasinal de 6 ou máis caracteres."
  22. OBSWebSocket.SessionTable.Title="Sesións WebSocket conectadas"
  23. OBSWebSocket.SessionTable.RemoteAddressColumnTitle="Enderezo remoto"
  24. OBSWebSocket.SessionTable.SessionDurationColumnTitle="Duración da sesión"
  25. OBSWebSocket.SessionTable.MessagesInOutColumnTitle="Mensaxes de entrada/saída"
  26. OBSWebSocket.SessionTable.IdentifiedTitle="Identificado"
  27. OBSWebSocket.SessionTable.KickButtonColumnTitle="Expulsar?"
  28. OBSWebSocket.SessionTable.KickButtonText="Expulsar"
  29. OBSWebSocket.ConnectInfo.DialogTitle="Información de conexión de WebSocket"
  30. OBSWebSocket.ConnectInfo.CopyText="Copiar"
  31. OBSWebSocket.ConnectInfo.ServerIp="IP do servidor (a mellor proposta)"
  32. OBSWebSocket.ConnectInfo.ServerPort="Porto do Servidor"
  33. OBSWebSocket.ConnectInfo.ServerPassword="Contrasinal do Servidor"
  34. OBSWebSocket.ConnectInfo.ServerPasswordPlaceholderText="[Autenticación Desactivada]"
  35. OBSWebSocket.ConnectInfo.QrTitle="Conectar con QR"
  36. OBSWebSocket.TrayNotification.Identified.Title="Nova conexión WebSocket"
  37. OBSWebSocket.TrayNotification.Identified.Body="Cliente %1 identificado."
  38. OBSWebSocket.TrayNotification.AuthenticationFailed.Title="Fallo na autenticación do WebSocket"
  39. OBSWebSocket.TrayNotification.AuthenticationFailed.Body="O cliente %1 fallou na autenticación."
  40. OBSWebSocket.TrayNotification.Disconnected.Title="Cliente WebSocket desconectado."
  41. OBSWebSocket.TrayNotification.Disconnected.Body="Cliente %1 desconectado."