mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-12-23 03:19:00 +00:00
New translations com_patchtester.ini (Spanish, Colombia)
This commit is contained in:
parent
3507fd0b61
commit
abc7b4766b
@ -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 parches 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="La tasa límite de la API de GitHub para este recurso ha llegado a su límite, por consiguiente no es posible conectarse a GitHub para realizar la acción solicitada. La tasa límite se reiniciará en %s"
|
||||
COM_PATCHTESTER_API_LIMIT_LIST="La tasa límite de la API de GitHub para este recurso ha llegado a su límite, por consiguiente no es posible conectarse a GitHub para actualizar datos. La tasa límite se reiniciará en %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 archivos del parche están codificados en un formato no soportado."
|
||||
COM_PATCHTESTER_ERROR_VIEW_NOT_FOUND="Vista no encontrada [name, format]: %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="Todos los datos han sido obtenidos. Por favor cierre 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 desde web de Joomla!"
|
||||
COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_WEBLINKS="Paquete de enlaces web de 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 del repositorio de GitHub"
|
||||
COM_PATCHTESTER_FIELDSET_REPOSITORIES_LABEL="Repositorio de GitHub"
|
||||
COM_PATCHTESTER_FIELDSET_AUTHENTICATION_DESC="Valores de configuración para la autenticació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 seleccionado para borrar no existe: %s"
|
||||
COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="El archivo seleccionado para modificación 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 ser modificados por este pu
|
||||
COM_PATCHTESTER_NO_ITEMS="No se han obtenido datos de GitHub, por favor haga clic en el botón 'Obtener datos' en la barra de herramientas para obtener los pull requests abiertos."
|
||||
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 ascending"
|
||||
COM_PATCHTESTER_PULL_ID_DESC="Pull ID descending"
|
||||
@ -91,10 +101,13 @@ COM_PATCHTESTER_RESET_OK="El proceso de restablecimiento ha terminado."
|
||||
COM_PATCHTESTER_REVERT_OK="Parche revertido"
|
||||
COM_PATCHTESTER_REVERT_PATCH="Revertir parche"
|
||||
COM_PATCHTESTER_RTC="Listo a ser integrado - 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="View on GitHub"
|
||||
COM_PATCHTESTER_VIEW_ON_JOOMLA_ISSUE_TRACKER="View on Joomla! Issue Tracker"
|
||||
COM_PATCHTESTER_XML_DESCRIPTION="Componente para administrar 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."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user