From 607d8e425d08a43510627fb78a53544a35670362 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 Nov 2023 08:56:52 -0500 Subject: [PATCH] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 204 +++++++++++++++++++------------------- 1 file changed, 102 insertions(+), 102 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 8b785ea0..83a9997e 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -6,35 +6,35 @@ "features": { "videoHistory": { "resumePrompt": { - "close": "Cerca" + "close": "Close" }, - "resumeButton": "Reanudar" + "resumeButton": "Resume" }, "screenshotButton": { - "copiedToClipboard": "Captura de pantalla copiada al portapapeles", - "label": "Captura de pantalla" + "copiedToClipboard": "Screenshot copied to clipboard", + "label": "Screenshot" }, "loopButton": { - "label": "Bucle" + "label": "Loop" }, "maximizePlayerButton": { - "label": "Maximizar" + "label": "Maximize" }, "featureMenu": { - "label": "Menú de funciones" + "label": "Feature menu" } } }, "options": { "notifications": { "success": { - "saved": "Opciones salvadas." + "saved": "Options saved." }, "error": { - "playerQuality": "Debe seleccionar una calidad de reproductor si desea habilitar la función de calidad automática." + "playerQuality": "You must select a player quality if you want to enable the automatic quality feature." }, "info": { - "reset": "Todas las opciones se han restablecido a sus valores predeterminados.\n" + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." } } } @@ -44,154 +44,154 @@ "importExportSettings": { "importButton": { "error": { - "validation": "Error al importar la configuración. \n{{ERROR_MESSAGE}}", - "unknown": "Error al importar la configuración. " + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}", + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred." }, - "success": "Configuración importada correctamente", - "title": "Importar configuraciones desde un archivo JSON", - "value": "Importar ajustes" + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" }, "exportButton": { - "success": "Configuración exportada correctamente", - "title": "Exportar configuración a un archivo JSON", - "value": "Configuración de exportación" + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" } }, "miscellaneous": { - "title": "Otras configuraciones", + "title": "Miscellaneous settings", "features": { "rememberLastVolume": { - "title": "Recuerda el volumen que estabas viendo y lo establece como volumen cuando abres un nuevo video.", - "label": "Recuerda el último volumen." + "title": "Remembers the volume you were watching at and sets it as the volume when you open a new video", + "label": "Remember last volume" }, "maximizePlayerButton": { - "title": "Rellena el vídeo al tamaño de la ventana.", - "label": "Habilitar el botón maximizar jugador" + "title": "Fills the video to the window size", + "label": "Enable maximize player button" }, "videoHistory": { - "title": "Realiza un seguimiento de dónde lo dejaste en los videos que estabas viendo y te pregunta si deseas continuar cuando ese video se carga nuevamente.", - "label": "Habilitar historial de video" + "title": "Keeps track of where you left off on videos you were watching and asks if you want to resume when that video loads again", + "label": "Enable video history" }, "remainingTime": { - "title": "Muestra el tiempo restante del vídeo que estás viendo.", - "label": "Habilitar el tiempo restante" + "title": "Shows the remaining time of the video you're watching", + "label": "Enable remaining time" }, "loopButton": { - "title": "Agrega un botón al reproductor para reproducir el video que estás viendo", - "label": "Habilitar botón de bucle" + "title": "Adds a button to the player to loop the video you're watching", + "label": "Enable loop button" }, "hideScrollbar": { - "title": "Oculta la barra de desplazamiento de las páginas.", - "label": "Habilitar ocultar barra de desplazamiento" + "title": "Hides the pages scrollbar", + "label": "Enable hide scrollbar" } } }, "scrollWheelVolumeControl": { - "title": "Configuración de control de volumen de la rueda de desplazamiento", + "title": "Scroll wheel volume control settings", "enable": { - "title": "Te permite usar la rueda de desplazamiento para controlar el volumen del vídeo que estás viendo", - "label": "Habilitar el control de volumen de la rueda de desplazamiento" + "title": "Lets you use the scroll wheel to control the volume of the video you're watching", + "label": "Enable scroll wheel volume control" }, "osdColor": { - "title": "El color de la visualización en pantalla.", - "label": "color en pantalla" + "title": "The color of the On Screen Display", + "label": "OSD color" }, "osdType": { - "title": "El tipo de visualización en pantalla", - "label": "tipo de OSD" + "title": "The type of On Screen Display", + "label": "OSD type" }, "osdPosition": { - "title": "La posición de la visualización en pantalla", - "label": "Posición OSD" + "title": "The position of the On Screen Display", + "label": "OSD position" }, "osdOpacity": { - "title": "La opacidad de la visualización en pantalla.", - "label": "Opacidad OSD" + "title": "The opacity of the On Screen Display", + "label": "OSD opacity" }, "osdVolumeAdjustmentSteps": { - "title": "La cantidad para ajustar el volumen por desplazamiento", - "label": "Cantidad a ajustar" + "title": "The amount to adjust volume per scroll", + "label": "Amount to adjust" }, "osdHide": { - "title": "La cantidad de milisegundos que se deben esperar antes de ocultar el OSD", - "label": "Es hora de esconderse" + "title": "The amount of milliseconds to wait before hiding the OSD", + "label": "Time to hide" }, "osdPadding": { - "title": "La cantidad de relleno que se agregará al OSD (en píxeles, solo se aplica al OSD de las esquinas)", - "label": "Relleno" + "title": "The amount of padding to add to the OSD (in pixels, only applies to corner OSD)", + "label": "Padding" }, "onScreenDisplay": { "colors": { - "red": "Rojo", - "green": "Verde", - "blue": "Azul", - "yellow": "Amarillo", - "orange": "Naranja", - "purple": "Púrpura", - "pink": "Rosa", - "white": "Blanco" + "red": "Red", + "green": "Green", + "blue": "Blue", + "yellow": "Yellow", + "orange": "Orange", + "purple": "Purple", + "pink": "Pink", + "white": "White" }, "position": { - "top_left": "Arriba a la izquierda", - "top_right": "Parte superior derecha", - "bottom_left": "Abajo a la izquierda", - "bottom_right": "Abajo a la derecha", - "center": "Centro" + "top_left": "Top Left", + "top_right": "Top Right", + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center" }, "type": { - "no_display": "Sin pantalla", - "text": "Texto", - "line": "Línea", - "round": "Redondo" + "no_display": "No display", + "text": "Text", + "line": "Line", + "round": "Round" } } }, "automaticQuality": { - "title": "Configuración de calidad automática", + "title": "Automatic quality settings", "enable": { - "title": "Ajusta automáticamente la calidad del vídeo al nivel seleccionado.", - "label": "Habilitar el ajuste automático de calidad" + "title": "Automatically adjusts the video quality to the selected level.", + "label": "Enable automatic quality adjustment" }, "select": { - "label": "Calidad del jugador", - "title": "La calidad para configurar el video." + "label": "Player quality", + "title": "The quality to set the video to" } }, "playbackSpeed": { - "title": "Configuración de velocidad de reproducción", + "title": "Playback speed settings", "enable": { - "title": "Establece la velocidad del vídeo según lo que elijas a continuación", - "label": "Habilitar la velocidad de reproducción forzada" + "title": "Sets the video speed to what you choose below", + "label": "Enable forced playback speed" }, "select": { - "label": "Velocidad del jugador", - "title": "La velocidad para configurar el vídeo" + "label": "Player speed", + "title": "The speed to set the video to" } }, "volumeBoost": { - "title": "Configuración de aumento de volumen", + "title": "Volume boost settings", "enable": { - "title": "Aumenta el volumen del vídeo que estás viendo.", - "label": "Habilitar aumento de volumen" + "title": "Boosts the volume of the video you're watching", + "label": "Enable volume boost" }, "number": { - "label": "Cantidad de aumento de volumen (dB)", - "title": "La cantidad para aumentar el volumen" + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" } }, "screenshotButton": { - "title": "Configuración de captura de pantalla", + "title": "Screenshot settings", "enable": { - "title": "Agrega un botón al reproductor para tomar una captura de pantalla del video.", - "label": "Habilitar botón de captura de pantalla" + "title": "Adds a button to the player to take a screenshot of the video", + "label": "Enable screenshot button" }, "selectSaveAs": { - "label": "Tipo de guardado de captura de pantalla", - "title": "El tipo de guardar captura de pantalla" + "label": "Screenshot save type", + "title": "The screenshot save type" }, "selectFormat": { - "label": "Formato de captura de pantalla", - "title": "El formato para guardar la captura de pantalla" + "label": "Screenshot format", + "title": "The format to save the screenshot in" }, "format": { "png": "PNG", @@ -199,39 +199,39 @@ "webp": "WebP" }, "saveAs": { - "file": "Archivo", - "clipboard": "Portapapeles" + "file": "File", + "clipboard": "Clipboard" } }, "bottomButtons": { "confirm": { - "title": "Confirmar reinicio de configuración", - "value": "Confirmar" + "title": "Confirm setting reset", + "value": "Confirm" }, "clear": { - "title": "Borra todos los datos que esta extensión ha almacenado en su máquina", - "value": "Borrar datos" + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" }, "reset": { - "title": "Restablece todas las configuraciones a sus valores predeterminados. Haga clic en el botón confirmar para guardar los cambios.", - "value": "Reiniciar" + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" } }, "language": { - "title": "Idioma", + "title": "Language", "select": { - "label": "Idioma", - "title": "El idioma a utilizar para la extensión." + "label": "Language", + "title": "The language to use for the extension" } } }, "clearData": { - "confirmAlert": "Esto eliminará todos los datos de extensión relacionados con las opciones. ", - "allDataDeleted": "Todos los datos han sido eliminados." + "confirmAlert": "This will delete all extension data related to options. Continue?", + "allDataDeleted": "All data has been deleted." } }, "messages": { - "settingVolume": "Configurar el aumento de volumen en {{VOLUME_BOOST_AMOUNT}}", - "resumingVideo": "Reanudando vídeo en {{VIDEO_TIME}}" + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}", + "resumingVideo": "Resuming video at {{VIDEO_TIME}}" } }