31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-03 14:10:47 +00:00

New translations com_patchtester.ini (Spanish)

This commit is contained in:
joomla-patchtester-bot 2020-04-14 12:31:45 +02:00
parent 9be1ed0a5c
commit e88b12712d

View File

@ -4,7 +4,6 @@
; Note : All ini files need to be saved as UTF-8
COM_PATCHTESTER="Joomla! Patch Tester"
COM_PATCHTESTER_40_WARNING="Mientras que Joomla! 4.0 está en desarrollo, utilizar el comprobador de parche se considera experimental ya que los cambios de última hora pueden ser fusionados en Joomla, incluyendo el código contenido en un parche."
COM_PATCHTESTER_API_LIMIT_ACTION="Se ha alcanzado la tasa límite de la API de Github para este recurso, no se pudo conectar a Github para llevar a cabo la acción solicitada. El límite se restablecerá a %s"
COM_PATCHTESTER_API_LIMIT_LIST="Se ha alcanzado la tasa límite de la API de Github para este recurso, no se pudo conectar a Github para obtener datos actualizados. El límite se restablecerá a %s"
COM_PATCHTESTER_APPLIED="Aplicado"
@ -28,6 +27,8 @@ COM_PATCHTESTER_ERROR_TRUNCATING_PULLS_TABLE="Error al truncar la tabla de pulls
COM_PATCHTESTER_ERROR_TRUNCATING_TESTS_TABLE="Error al truncar la tabla de pruebas: %s"
COM_PATCHTESTER_ERROR_UNSUPPORTED_ENCODING="Los ficheros del partch están codificados en un formato no soportado."
COM_PATCHTESTER_ERROR_VIEW_NOT_FOUND="No se encontró la vista [nombre, formato]: %1$s, %2$s"
COM_PATCHTESTER_FAILED_APPLYING_PATCH="Patch could not be applied due to exception with %1$s. %2$s"
COM_PATCHTESTER_FAILED_REVERT_PATCH="Patch could not be reverted due to exception with %1$s. %2$s"
COM_PATCHTESTER_FETCH_AN_ERROR_HAS_OCCURRED="Se ha producido un error al obtener los datos desde GitHub."
COM_PATCHTESTER_FETCH_COMPLETE_CLOSE_WINDOW="Se han obtenido todos los datos. Por favor cierra esta ventana modal para actualizar la página."
COM_PATCHTESTER_FETCH_INITIALIZING="Preparándose para obtener los datos de GitHub"
@ -57,10 +58,18 @@ COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_PATCHTESTER="Componente Probador de parc
COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_INSTALL_FROM_WEB="Plugin instalador web Joomla!"
COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_WEBLINKS="Paquete Enlaces Web Joomla"
COM_PATCHTESTER_FIELD_REPOSITORY_CUSTOM="Personalizado"
COM_PATCHTESTER_FIELD_CI_SERVER_NAME="CI Server Address"
COM_PATCHTESTER_FIELD_CI_SERVER_NAME_DESC="Server address for obtaining compiled patches."
COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH="Switch CI Integration"
COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH_DESC="Turn CI integration on or off."
COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH_OPTION_ON="On"
COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH_OPTION_OFF="Off"
COM_PATCHTESTER_FIELDSET_REPOSITORIES_DESC="Valores de configuración para el repositorio de GitHub"
COM_PATCHTESTER_FIELDSET_REPOSITORIES_LABEL="Repositorio de GitHub"
COM_PATCHTESTER_FIELDSET_AUTHENTICATION_DESC="Valores de configuración para la autentificación de GitHub"
COM_PATCHTESTER_FIELDSET_AUTHENTICATION_LABEL="Autenticación de GitHub"
COM_PATCHTESTER_FIELDSET_CI_SETTINGS="CI Server Settings"
COM_PATCHTESTER_FIELDSET_CI_SETTINGS_DESC="Configuration Values for CI Server Patching"
COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="El archivo marcado para ser borrado no existe: %s"
COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="El archivo marcado para ser modificado no existe: %s"
COM_PATCHTESTER_FILTER_APPLIED_PATCHES="Filtrar parches aplicados"
@ -76,6 +85,7 @@ COM_PATCHTESTER_NO_FILES_TO_PATCH="No hay archivos a parchear en esta pull reque
COM_PATCHTESTER_NO_ITEMS="No se obtuvieron datos de GitHub, por favor haga clic en el botón 'Obtener datos' de la barra de herramientas para obtener las pull requests abiertas."
COM_PATCHTESTER_NOT_APPLIED="No aplicado"
COM_PATCHTESTER_NOT_RTC="No RTC"
COM_PATCHTESTER_PATCH_BREAKS_SITE="The patch could not be applied because it would break the site. Check the pull request to see if it is up-to-date."
COM_PATCHTESTER_PULL_ID="ID de pull"
COM_PATCHTESTER_PULL_ID_ASC="Pull ID ascendente"
COM_PATCHTESTER_PULL_ID_DESC="Pull ID descendente"
@ -91,10 +101,13 @@ COM_PATCHTESTER_RESET_OK="El proceso de restablecimiento se ha completado con é
COM_PATCHTESTER_REVERT_OK="Parche revertido con éxito"
COM_PATCHTESTER_REVERT_PATCH="Revertir el parche"
COM_PATCHTESTER_RTC="RTC"
COM_PATCHTESTER_SERVER_RESPONDED_NOT_200="The patch could not be applied either due to missing connection to the server or missing patch on the server."
COM_PATCHTESTER_TEST_THIS_PATCH="Probar este parche"
COM_PATCHTESTER_TOOLBAR_FETCH_DATA="Obtener datos"
COM_PATCHTESTER_TOOLBAR_RESET="Restablecer"
COM_PATCHTESTER_VIEW_ON_GITHUB="Ver en GitHub"
COM_PATCHTESTER_VIEW_ON_JOOMLA_ISSUE_TRACKER="Ver en el Joomla! Issue Tracker"
COM_PATCHTESTER_XML_DESCRIPTION="Componente para la gestión de pruebas de pull requests"
COM_PATCHTESTER_ZIP_DOES_NOT_EXIST="The patch could not be applied because it couldn't be retrieved from server."
COM_PATCHTESTER_ZIP_EXTRACT_FAILED="The patch could not be applied because it couldn't be extracted."