hensm / fx_cast

Chromecast Web Sender SDK implementation for Firefox
https://hensm.github.io/fx_cast/
MIT License
1.87k stars 63 forks source link

Updated translations for 'es': Spanish (Español) #160

Closed tomasspi closed 3 years ago

tomasspi commented 3 years ago

Updated translations for 'es': Spanish (Español):

{
    "extensionName": {
        "message": "EXTENSION_NAME",
        "description": "Name of the extension and the native receiver selector window title.",
        "hash": "adf861bb352fac41f8f0d88bf167f446"
    },
    "extensionDescription": {
        "message": "Habilita el soporte de Chromecast para transmitir aplicaciones web (como Netflix y BBC iPlayer), video HTML5 y enviar pantalla/pestañas.",
        "description": "Description of the extension shown in the add-ons manager.",
        "hash": "f72f53c5ba888a3a6a7d3ee93aece82d"
    },
    "popupMediaTypeApp": {
        "message": "la aplicación de este sitio",
        "description": "Receiver selector media type <option> text for current site's sender application.",
        "hash": "447054ca93cd9c437b3ff558d7fed68b"
    },
    "popupMediaTypeAppNotFound": {
        "message": "la aplicaciòn de este sitio no fue encontrada",
        "description": "Receiver selector media type <option> text for current site's sender application if none found.",
        "hash": "c5b67276069722dbfb56c6a2b3ceb370"
    },
    "popupMediaTypeAppMedia": {
        "message": "este medio",
        "description": "Receiver selector media type <option> text for media casting.",
        "hash": "a153436182910fbadae78621faa67395"
    },
    "popupMediaTypeTab": {
        "message": "Pestaña",
        "description": "Receiver selector media type <option> text for current tab.",
        "hash": "e4c3df861b608d47b6d10e697f67eafd"
    },
    "popupMediaTypeScreen": {
        "message": "Pantalla",
        "description": "Receiver selector media type <option> text for screen.",
        "hash": "ac9859bb6d9cb5098a9e455667f57c5c"
    },
    "popupMediaTypeFile": {
        "message": "Examinar...",
        "description": "Receiver selector media type <option> text for opening a file selector dialog.",
        "hash": "070e2a9fa21ab2abab971be668738e1e"
    },
    "popupMediaSelectCastLabel": {
        "message": "Transmitir",
        "description": "(Cast) <select> to:",
        "hash": "2697d6a1da20b8baa9c3c866983b195c"
    },
    "popupMediaSelectToLabel": {
        "message": "a:",
        "description": "Cast <select> (to:)",
        "hash": "16b67fe728a86deffba17241c6bd5eaf"
    },
    "popupNoReceiversFound": {
        "message": "No se encontraron dispositivos receptores",
        "description": "Message displayed in the receiver selector if there are no available receivers.",
        "hash": "3ce2f57b41fe59bf2709b1d7ad6ec0e6"
    },
    "popupCastButtonTitle": {
        "message": "Transmitir",
        "description": "Button text for each receiver entry in the receiver selector.",
        "hash": "2697d6a1da20b8baa9c3c866983b195c"
    },
    "popupCastingButtonTitle": {
        "message": "Transmitiendo$ellipsis$",
        "description": "Button text while establishing a session in the receiver selector. Ellipsis cycles (. → .. → ...) as loading indicator.",
        "placeholders": {
            "ellipsis": { "content": "$1", "example": "..." }
        },
        "hash": "3a13ea12ce352174fc7628f6ce954a53"
    },
    "popupStopButtonTitle": {
        "message": "Detener",
        "description": "Alternate action button text displayed instead of popupCastButtonTitle.",
        "hash": "2c9e6b261d6a925c3acc4fa478be4f02"
    },
    "contextCast": {
        "message": "Transmitir a...",
        "description": "Main context menu item title. Ellipsis indicates additional information required as it triggers opening of receiver selector.",
        "hash": "148ea8aea16251530ad77bc1d24253cb"
    },
    "contextAddToWhitelist": {
        "message": "Añadir a la lista blanca",
        "description": "Top-level whitelist context menu item title.",
        "hash": "f62a2993e590b730340f5f377408b2f9"
    },
    "contextAddToWhitelistRecommended": {
        "message": "Añadir $matchPattern$ (Recomendado)",
        "description": "Context menu item title for recomended match pattern.",
        "placeholders": {
            "matchPattern": { "content": "$1", "example": "https://example.com/*" }
        },
        "hash": "395caf736ead76c1a7340850424e2c5b"
    },
    "contextAddToWhitelistAdvancedAdd": {
        "message": "Añadir $matchPattern$",
        "description": "Context menu item title for all other match patterns.",
        "placeholders": {
            "matchPattern": { "content": "$1", "example": "*://*.example.com/*" }
        },
        "hash": "a79d67f700965693261f2f38f97fd870"
    },
    "mediaOverlayTitle": {
        "message": "Reproduciendo en $receiverName$",
        "description": "Main title for overlay displayed on media elements whilst casting.",
        "placeholders": {
            "receiverName": { "content": "$1", "example": "Living Room TV" }
        },
        "hash": "d963876878f01220f9fa69e4f923fe7e"
    },
    "optionsBridgeLoading": {
        "message": "Cargando información de la aplicación puente...",
        "description": "Loading placeholder text for bridge section on options page.",
        "hash": "da533bfa70f4359693c6194f601faeeb"
    },
    "optionsBridgeFoundStatusTitle": {
        "message": "Aplicación puente encontrada",
        "description": "Bridge OK status title text.",
        "hash": "e8ea7c0de859a99248eab9b0a8c56e0e"
    },
    "optionsBridgeIssueStatusTitle": {
        "message": "Problema con aplicación puente",
        "description": "Bridge error status title text.",
        "hash": "91ca475ef1fd61142c50e14159241986"
    },
    "optionsBridgeNotFoundStatusTitle": {
        "message": "Aplicación puente no encontrada",
        "description": "Bridge missing status title text.",
        "hash": "ac23e6d80564cb2e6b4358421e498f5d"
    },
    "optionsBridgeNotFoundStatusText": {
        "message": "Intente descargar e instalar la última versión.",
        "description": "Bridge not found additional description text",
        "hash": "a6cae425dc794e2798c50c914f060af1"
    },
    "optionsBridgeStatsName": {
        "message": "Nombre:",
        "description": "Bridge stats name row title.",
        "hash": "bcc9f177b0a20c395aac47bd88204419"
    },
    "optionsBridgeStatsVersion": {
        "message": "Versión:",
        "description": "Bridge stats version row title.",
        "hash": "eb089a4ff5e2c6afc41bd4a81a4dade6"
    },
    "optionsBridgeStatsExpectedVersion": {
        "message": "Versión esperada:",
        "description": "Bridge stats expected version row title.",
        "hash": "e8d73707f7a8e5c340b1ab52abf6793a"
    },
    "optionsBridgeStatsCompatibility": {
        "message": "Compatibilidad:",
        "description": "Bridge stats compatibility row title.",
        "hash": "834a9ddcab7c18521a58522adabffb1f"
    },
    "optionsBridgeStatsRecommendedAction": {
        "message": "Acción recomendada:",
        "description": "Bridge stats recommended action row title.",
        "hash": "967cea6c06bb9309f3cac58e0accdab1"
    },
    "optionsBridgeCompatible": {
        "message": "COMPATIBLE",
        "description": "Compatibility status is definitely compatible.",
        "hash": "7976aeb05daa7e3ab6ff5ebc8d74b0f9"
    },
    "optionsBridgeLikelyCompatible": {
        "message": "PROBABLEMENTE COMPATIBLE",
        "description": "Compatibility status is probably compatible.",
        "hash": "a08be1061026eeb504cdf08f4b7c864e"
    },
    "optionsBridgeIncompatible": {
        "message": "INCOMPATIBLE",
        "description": "Compatibility status is definitely incompatible.",
        "hash": "28453c055bb3d322bb9a6ff2ba430ea2"
    },
    "optionsBridgeOlderAction": {
        "message": "Versión de la aplicación puente inferior a la esperada, intente actualizarla a la última versión.",
        "description": "Recommended action for when the installed bridge version is older than the installed extension version.",
        "hash": "401dc978f73e5452ae3ac0622a65fd05"
    },
    "optionsBridgeNewerAction": {
        "message": "Versión de la aplicación puente superior a la esperada, intente actualizar la extensión a la última versión.",
        "description": "Recommended action for when the installed bridge version is newer than the installed extension version.",
        "hash": "1579f4717e682022f947d9f169ccad55"
    },
    "optionsBridgeNoAction": {
        "message": "No se requieren acciones.",
        "description": "Recommended action for when both bridge and extension versions are compatible or likely compatible.",
        "hash": "c5ba416a736b041c1f96cee49830e4a4"
    },
    "optionsBridgeUpdateCheck": {
        "message": "Buscar actualizaciones",
        "description": "Update check button title.",
        "hash": "f712c081e2e0ff4d83ab9b8c2cb226fa"
    },
    "optionsBridgeUpdateChecking": {
        "message": "Buscando actualizaciones para $ellipsis$",
        "description": "Update check button title while in progress. Ellipsis cycles (. → .. → ...) as loading indicator.",
        "placeholders": {
            "ellipsis": { "content": "$1", "example": ".." }
        },
        "hash": "282dc18c1fe1de587133edd5d050b624"
    },
    "optionsBridgeUpdateStatusNoUpdates": {
        "message": "No hay actualizaciones disponibles",
        "description": "Update status if no updates are found.",
        "hash": "93c0b86f72daf273a6066d9525aad1c1"
    },
    "optionsBridgeUpdateStatusError": {
        "message": "Error al buscar actualizaciones",
        "description": "Update status if an error was encountered checking for updates.",
        "hash": "a885c6a90ca732276ab09e972d9c3232"
    },
    "optionsBridgeUpdateAvailable": {
        "message": "Hay una actualización disponible:",
        "description": "Update status if an update was found.",
        "hash": "62f83435cf64c57e719fa05fb4cd39aa"
    },
    "optionsBridgeUpdate": {
        "message": "Actualizar ahora...",
        "description": "Update now button title. Ellipsis indicates additional information as it triggers an update window popup.",
        "hash": "19da82f32535564dc116b89e9b9839e8"
    },
    "optionsBridgeBackupEnabled": {
        "message": "Activar conexión de demonio de respaldo en $hostPort$",
        "description": "Backup daemon checkbox label. Host/port inputs are inserted inline at the hostPort substitution.",
        "placeholders": {
            "hostPort": { "content": "$1" }
        },
        "hash": "923eff866d306017aa4f5223e07cfcd5"
    },
    "optionsBridgeBackupEnabledDescription": {
        "message": "Si la conexión de puente regular falla, intente conectar a un puente ejecutándose en modo demonio.",
        "description": "Backup daemon checkbox description.",
        "hash": "0ce9582305f68542d131499559616155"
    },
    "optionsMediaCategoryName": {
        "message": "Transmisión de contenidos",
        "description": "Options page media casting category title.",
        "hash": "b68324d8f3c48698008bf4ea67a9843c"
    },
    "optionsMediaCategoryDescription": {
        "message": "Transmisión de video/audio HTML5.",
        "description": "Options page media casting category description.",
        "hash": "6b1a30506d1324ab3dfb340bdca684d7"
    },
    "optionsMediaEnabled": {
        "message": "Activar transmisión de contenidos",
        "description": "Media casting enabled checkbox label.",
        "hash": "c9071e46ce057bdc8ac472b061ed62e9"
    },
    "optionsMediaOverlayEnabled": {
        "message": "Activar sobreposición en el elemento de medios",
        "description": "Media element overlay checkbox label.",
        "hash": "ea28ca46a759a62eed218b53cf50cec0"
    },
    "optionsMediaOverlayEnabledTemp": {
        "message": "Activar sobreposición en el elemento de medios (experimental)",
        "description": "Experimental-labelled version of above.",
        "hash": "7138f5d2dc53bf1e2609cec017b87053"
    },
    "optionsMediaOverlayEnabledDescription": {
        "message": "Sobreposición en elementos de medios mostrando información acerca de la sesión actual si está conectado.",
        "description": "Media element overlay option description.",
        "hash": "99097fae267af1162c69a7cc014eb21e"
    },
    "optionsMediaSyncElement": {
        "message": "Sincronizar estado del receptor con el contenido",
        "description": "Media casting sync checkbox label.",
        "hash": "2b61bd9c36dc09cc4d67b62e63e8439b"
    },
    "optionsMediaSyncElementDescription": {
        "message": "Sincroniza el estado (minuto de reproducción, volumen, subtítulos, etc...) entre el contenido y el dispositivo receptor.",
        "description": "Media casting sync option description.",
        "hash": "156ea206867c07cf80bbcd8b8f955d89"
    },
    "optionsMediaStopOnUnload": {
        "message": "Detener reproducción del receptor al cerrar la página",
        "description": "Media stop on unload checkbox label.",
        "hash": "a60732963c6bf8ba5273a977cfc53e20"
    },
    "optionsLocalMediaCategoryName": {
        "message": "Transmisión de contenidos locales",
        "description": "Options page local media category title.",
        "hash": "555b3dda3d57b31268b2fd4e2148f0a1"
    },
    "optionsLocalMediaCategoryDescription": {
        "message": "Servidor HTTP iniciado por la aplicación puente para transmitir archivos de medios locales al receptor.",
        "description": "Options page local media category description.",
        "hash": "e00f4b7c8c6455740bb5aa5ca48f94ce"
    },
    "optionsLocalMediaEnabled": {
        "message": "Activar transmisión de medios locales",
        "description": "Local media enabled checkbox label.",
        "hash": "dddd9796b68b17067a304f4560223cdc"
    },
    "optionsLocalMediaServerPort": {
        "message": "Puerto del servidor HTTP:",
        "description": "HTTP server port input label.",
        "hash": "adba96abd8f0ed467bb7146315dd8b90"
    },
    "optionsReceiverSelectorCategoryName": {
        "message": "Selector de receptor",
        "description": "Options page receiver selector category title.",
        "hash": "5f4dc0204ad9cf9bf062b9ddbbd48f71"
    },
    "optionsReceiverSelectorCategoryDescription": {
        "message": "Interfaz de selección del dispositivo receptor.",
        "description": "Options page receiver selector category description.",
        "hash": "c6155674fb44aa0410bbe4353179693f"
    },
    "optionsReceiverSelectorType": {
        "message": "Tipo:",
        "description": "Receiver selector type option label.",
        "hash": "ac2abc33701cecc8d265d548507195e7"
    },
    "optionsReceiverSelectorTypeBrowser": {
        "message": "Navegador",
        "description": "Receiver selector type browser radio option label.",
        "hash": "326d599430c98c44d0e369a651d8ca7e"
    },
    "optionsReceiverSelectorTypeNative": {
        "message": "Nativo",
        "description": "Receiver selector type native radio option label.",
        "hash": "3385812a90cc803e708f9a6e50006ecc"
    },
    "optionsReceiverSelectorWaitForConnection": {
        "message": "Esperar conexión",
        "description": "Receiver selector wait for connection option checkbox label.",
        "hash": "2d7e179330799e7187908f0adb832798"
    },
    "optionsReceiverSelectorWaitForConnectionDescription": {
        "message": "Mantiene el selector de receptor abierto hasta que la sesión sea establecida o falle la conexión.",
        "description": "Receiver selector wait for connection option description.",
        "hash": "a093f20a6ac41312a874b14fdba7a3f0"
    },
    "optionsReceiverSelectorCloseIfFocusLost": {
        "message": "Cerrar al perder el foco",
        "description": "Receiver selector close if focus lost option checkbox label.",
        "hash": "670ee2676ef52e4b399937991458ebef"
    },
    "optionsUserAgentWhitelistCategoryName": {
        "message": "Lista blanca de agentes de usuario",
        "description": "Options page whitelist category title.",
        "hash": "a1dc77dcb9b52b92c91f0b1e37836a3d"
    },
    "optionsUserAgentWhitelistCategoryDescription": {
        "message": "Sitios en los cuales reemplazar el agente de usuario con una versión de Chrome para compatibilidad. Deben ser patrones de coincidencia válidos.",
        "description": "Options page whitelist category description.",
        "hash": "c8aeca7d543a152436629bdfd932fd77"
    },
    "optionsUserAgentWhitelistEnabled": {
        "message": "Activar lista blanca de sitios",
        "description": "Whitelist enabled checkbox label.",
        "hash": "e2a983568c921d33169acb2285112e3a"
    },
    "optionsUserAgentWhitelistRestrictedEnabled": {
        "message": "Activar modo restringido",
        "description": "Whitelist restricted mode enabled checkbox label.",
        "hash": "6ccc0faf8028df031b4d068c2e4e8f0d"
    },
    "optionsUserAgentWhitelistRestrictedEnabledDescription": {
        "message": "También aplica restricciones de la lista blanca a sitios intentando cargar la funcionalidad de transmisión sin importar el agente de usuario actual.",
        "description": "Whitelist restricted mode enabled description.",
        "hash": "c06564700008b3975c1fc7ce8a9998f9"
    },
    "optionsUserAgentWhitelistContent": {
        "message": "Patrones de coincidencia:",
        "description": "Match patterns editor widget label.",
        "hash": "649cd2a5977b6f2760aa4a0b7e8094c5"
    },
    "optionsUserAgentWhitelistBasicView": {
        "message": "Vista básica",
        "description": "Switch to basic view button title.",
        "hash": "649e693118ff04589c6a0d0f24cce116"
    },
    "optionsUserAgentWhitelistRawView": {
        "message": "Vista en bruto",
        "description": "Switch to raw view button title.",
        "hash": "f794aac5261684e97281dfc19fe85ad4"
    },
    "optionsUserAgentWhitelistSaveRaw": {
        "message": "Guardar archivo en bruto",
        "description": "Save raw view edits button title.",
        "hash": "b2988dcff4aa717f4391c164daa820b9"
    },
    "optionsUserAgentWhitelistAddItem": {
        "message": "Añadir elemento",
        "description": "Add new whitelist item button title.",
        "hash": "7f3dd0607a364c07977651e77888485a"
    },
    "optionsUserAgentWhitelistEditItem": {
        "message": "Editar",
        "description": "Edit whitelist item button title. Displayed on each item.",
        "hash": "07fa34db2b1ae6134e7ea08b4c43b447"
    },
    "optionsUserAgentWhitelistRemoveItem": {
        "message": "Eliminar",
        "description": "Remove whitelist item button title. Displayed on each item.",
        "hash": "3908a268c854fe64242e38845dbb7c81"
    },
    "optionsUserAgentWhitelistInvalidMatchPattern": {
        "message": "Patrón de coincidencia $matchPattern$ inválido",
        "description": "Error displayed by input indicating an invalid match pattern.",
        "placeholders": {
            "matchPattern": { "content": "$1", "example": "http://example" }
        },
        "hash": "90fddfd106fe100d68c4b2c5bfe96d7d"
    },
    "optionsMirroringCategoryName": {
        "message": "Enviar pantalla/pestaña",
        "description": "Options page mirroring category name.",
        "hash": "2897fa6fa3151a8e261baaba6a489bba"
    },
    "optionsMirroringCategoryDescription": {
        "message": "Enviando a la aplicación receptora de Chromecast.",
        "description": "Options page mirroring category description.",
        "hash": "e6c1ef9e8b168f0d9049aacc984c22fd"
    },
    "optionsMirroringEnabled": {
        "message": "Activar envío de pantalla/pestaña (experimental)",
        "description": "Mirroring enabled checkbox label.",
        "hash": "87fa9e2f4531b10b8ba585ccbdc7bb35"
    },
    "optionsMirroringAppId": {
        "message": "ID de aplicación receptora:",
        "description": "Mirroring app ID input label.",
        "hash": "3416cc2f16a3a9dd2f6dc43f3e609cb6"
    },
    "optionsMirroringAppIdDescription": {
        "message": "ID de aplicación para una aplicación receptora de Chromecast registrada. Solo para uso avanzado. Debe ser compatible con la app predeterminada (véase el repositorio de GitHub).",
        "description": "Mirroring app ID option description.",
        "hash": "90e7943c57f0bcaa04ce8e55795d9d0c"
    },
    "optionsOptionRecommended": {
        "message": "recomendado",
        "description": "Badge next to option label indicating boolean option is recommended enabled.",
        "hash": "cb7a5f6614a279d34d8bb57dae48bdbd"
    },
    "optionsReset": {
        "message": "Restaurar predeterminados",
        "description": "Restore default options button label.",
        "hash": "368002c153ff9aeda930d97821631f0c"
    },
    "optionsSave": {
        "message": "Guardar",
        "description": "Save options button label.",
        "hash": "aa14043bd4e6f79db542868539be9220"
    },
    "optionsSaved": {
        "message": "¡Guardado!",
        "description": "Status text displayed by save button once options have been successfully saved.",
        "hash": "d2f31b10edbccfb9147336aa30b5bb08"
    },

    "__WET_LOCALE__": { "message": "es" }
}
RAVMN commented 3 years ago

Hi tomasspi! I checked some of your translation and have some suggestions: optionsBridgeUpdateChecking: The "Updates" word should be deleted optionsMirroringCategoryDescription: "Envíando" is misspeled, should be "Enviando" *Some strings are more formal (optionsBridgeNewerAction speaks like "usted") than others (optionsBridgeBackupEnabledDescription speaks like "tu") (tuteo)

tomasspi commented 3 years ago

hi ravmn! thanks for reviewing! I've edited your suggestions and now the strings are formal. Should I translate the descriptions too? I used this link

RAVMN commented 3 years ago

No, the descriptions are not used (it's for the translators to understand the context in which the strings appear, for example if it is used a a verb or as a noun)

hensm commented 3 years ago

I'm assuming everything is good since the last revision, so I'll add these in. Thanks!