// Description of the extension. "extensionDescription" = "Tu compañero de PeerTube"; // Bound to the button to clear the cache. "cacheClear" = "Borrar caché"; "closeButton" = "Cerrar"; // Message shown as title on the button to click to disable the extension "disableExtension" = "Desactivar la extensión"; // Message shown as title on the button to click to enable the extension "enableExtension" = "Activar la extensión"; // Title of help buttons "helpButtonTitle" = "Conseguir ayuda"; "settings" = "Ajustes"; // Bound to the button to reset settings. "settingsReset" = "Restablecer la configuración"; "fieldsetResetLegend" = "Opciones de restablecimiento"; "redirectionModePickerLabel" = "Modo Redirección"; "redirectionModePickerHelp" = "El modo automático te redirigirá en cuanto encuentre un vídeo. El modo de notificación te mostrará una ventana emergente de notificación para que puedas elegir si quieres ser redirigido o no."; "redirectionModePickerValueAutomatic" = "Automático"; "redirectionModePickerValueNotification" = "Notificación"; // Label for picking the Redirector instance. "redirectorInstancePicker" = "Instancia del Redirector"; // The help message for Redirector instance picker "redirectorInstancePickerHelp" = "PeerTube Companion utilizará este servicio en segundo plano para obtener información sobre el vídeo. La extensión elige automáticamente la instancia más rápida disponible al iniciar el navegador."; // Description of the button to pick the fastest backend instance "redirectorInstanceFastest" = "Elija la instancia más rápida"; // The help message for picking the type of backend API "redirectorPickerHelp" = "Puedes elegir qué servicio se utilizará para obtener información sobre el vídeo. La elección de YouTube es más rápida, pero reduce tu privacidad, ya que YouTube sabrá qué vídeo estás pidiendo."; // Label for Redirectors "redirectorPicker" = "Redirector"; // This text will be shown when no preferred instance has been selected "preferredPeertubeInstancePlaceholder" = "Por ejemplo: https://tube.example.com"; // This is the help message which will be shown. "preferredPeertubeInstanceHelp" = "Indique la URL de su instancia PeerTube preferida"; // The name of the label bound to preferred instance URL input "preferredPeertubeInstanceLabel" = "Instancia PeerTube preferida"; // Legend to be displayed for redirection settings "fieldsetRedirectorLegend" = "Configuración del redireccionador"; "preferredPeertubeToggleLabel" = "Utilizar la instancia PeerTube preferida"; "preferredPeertubeToggleHelp" = "PT Companion redirigirá prioritariamente a la instancia seleccionada. Si el vídeo no se encuentra en la instancia, la extensión intentará redirigirle a la primera instancia disponible."; // This is the legend used for the fieldset of PeerTube redirection settings "fieldsetPeertubeRedirectionLegend" = "Configuración de redireccionamiento de PeerTube"; "watchOnPeertubeButton" = "Ver en PeerTube";