31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-04 06:30:47 +00:00
patchtester/administrator/components/com_patchtester/language/ca-ES/com_patchtester.ini
2020-04-10 20:13:22 +02:00

101 lines
8.4 KiB
INI

; Joomla! Project
; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved.
; License GNU General Public License version 2 or later
; Note : All ini files need to be saved as UTF-8
COM_PATCHTESTER="Joomla! Patch Tester"
COM_PATCHTESTER_40_WARNING="Mentre que Joomla! 4.0 estigui en desenvolupament, fer un ús de l'analitzador de pedaços es considera experimental ja que els canvis d'última hora podrien ser fusionats a Joomla, incloent el codi contingut en un pedaç."
COM_PATCHTESTER_API_LIMIT_ACTION="S'ha arribat a la tassa límit de la API de Github per a aquest recurs, no s'ha pogut connectar a Github per a dur a terme l'acció sol·licitada. El límit es restablirà a %s"
COM_PATCHTESTER_API_LIMIT_LIST="S'ha arribat a la tassa límit de la API de Github per a aquest recurs, no s'ha pogut connectar a Github per a obtenir dades actualitzades. El límit es restablirà a %s"
COM_PATCHTESTER_APPLIED="Aplicat"
COM_PATCHTESTER_APPLIED_COMMIT_SHA="Aplicat compromís SHA: %s"
COM_PATCHTESTER_APPLY_OK="El pedaç s'ha aplicat correctament"
COM_PATCHTESTER_APPLY_PATCH="Aplicar Pedaç"
COM_PATCHTESTER_BRANCH="Branca"
COM_PATCHTESTER_CONFIGURATION="Configuració de l'Analitzador de Pedaços de Joomla!"
COM_PATCHTESTER_CONFIRM_RESET="El restabliment intentarà revertir tots els pedaços aplicats i eliminar tots els fitxers de seguretat. Això pot provocar un entorn corrupte. Esteu segur que voleu continuar?"
COM_PATCHTESTER_CONFLICT_S="El pedaç no ha pogut ser aplicat perquè entra en conflicte amb un altre pedaç aplicat prèviament: %s"
COM_PATCHTESTER_COULD_NOT_CONNECT_TO_GITHUB="No s'ha pogut connectar a GitHub: %s"
COM_PATCHTESTER_ERROR_APPLIED_PATCHES="No es poden recuperar dades des de GitHub mentre hi hagin pedaços aplicats. Si us plau, reverteixi els pedaços abans de continuar."
COM_PATCHTESTER_ERROR_CANNOT_COPY_FILE="No es por copiar l'arxiu font %1$s a la destinació %2$s"
COM_PATCHTESTER_ERROR_CANNOT_DELETE_FILE="No es pot eliminar l'arxiu %s"
COM_PATCHTESTER_ERROR_CANNOT_WRITE_FILE="No es pot escriure l'arxiu %s"
COM_PATCHTESTER_ERROR_GITHUB_FETCH="Error al recuperar els pull requests des de GitHub: %s"
COM_PATCHTESTER_ERROR_INSERT_DATABASE="Error a l'insertar les dades de pull requests a la base de dades: %s"
COM_PATCHTESTER_ERROR_MODEL_NOT_FOUND="No s'ha trobat la classe Model %s."
COM_PATCHTESTER_ERROR_READING_DATABASE_TABLE="%1$s - Error al recuperar les dades de la taula (%2$s)"
COM_PATCHTESTER_ERROR_TRUNCATING_PULLS_TABLE="Error al truncar la taula de pulls: %s"
COM_PATCHTESTER_ERROR_TRUNCATING_TESTS_TABLE="Error al truncar la taula de proves: %s"
COM_PATCHTESTER_ERROR_UNSUPPORTED_ENCODING="Els fitxers del pedaç están codificats en un format no soportat."
COM_PATCHTESTER_ERROR_VIEW_NOT_FOUND="No s'ha trobat la vista [nom, format]:%1$s, %2$s"
COM_PATCHTESTER_FETCH_AN_ERROR_HAS_OCCURRED="S'ha produït un error a l'obtenir les dades desde GitHub."
COM_PATCHTESTER_FETCH_COMPLETE_CLOSE_WINDOW="S'han obtingut totes les dades. Si us plau tanca questa finestra modal per a actualitzar la pàgina."
COM_PATCHTESTER_FETCH_INITIALIZING="Preparant-se per a obtenir les dades de GitHub"
COM_PATCHTESTER_FETCH_INITIALIZING_DESCRIPTION="Assegurant-se que tot estigui correcte per a l'obtenció de les dades. No et moguis."
COM_PATCHTESTER_FETCH_PAGE_NUMBER="Processant la pàgina %s de les dades de GitHub"
COM_PATCHTESTER_FETCH_PAGE_NUMBER_OF_TOTAL="Processant la pàgina %1$s de %2$s pàgines de dades de GitHub"
COM_PATCHTESTER_FETCH_PROCESSING="Processant dades des de GitHub"
COM_PATCHTESTER_FETCH_SUCCESSFUL="Els pull requests han sigut obtinguts amb èxit"
COM_PATCHTESTER_FIELD_GH_AUTH_DESC="Select 'Credentials' to use authentication through your GitHub Username and Password, or 'Token' for a GitHub API Token"
COM_PATCHTESTER_FIELD_GH_AUTH_LABEL="GitHub Authentication Method"
COM_PATCHTESTER_FIELD_GH_AUTH_OPTION_CREDENTIALS="Credentials"
COM_PATCHTESTER_FIELD_GH_AUTH_OPTION_TOKEN="Token"
COM_PATCHTESTER_FIELD_GH_PASSWORD_LABEL="GitHub Account Password"
COM_PATCHTESTER_FIELD_GH_PASSWORD_DESC="Password for the account entered in the 'GitHub Account Username' field. Note that accounts using Two Factor Authentication will not work with username and password authentication."
COM_PATCHTESTER_FIELD_GH_TOKEN_DESC="Use this field to input a GitHub API Token in place of your username and password. Note that this is required if your account has Two Factor Authentication enabled."
COM_PATCHTESTER_FIELD_GH_TOKEN_LABEL="GitHub Token"
COM_PATCHTESTER_FIELD_GH_USER_LABEL="GitHub Account Username"
COM_PATCHTESTER_FIELD_GH_USER_DESC="Name of account on GitHub to use to authenticate to the API."
COM_PATCHTESTER_FIELD_ORG_LABEL="Custom Project Owner"
COM_PATCHTESTER_FIELD_ORG_DESC="A username or organisation on GitHub to monitor pull requests for."
COM_PATCHTESTER_FIELD_REPO_LABEL="Custom Project Repository"
COM_PATCHTESTER_FIELD_REPO_DESC="Name of a repository on GitHub to monitor pull requests for."
COM_PATCHTESTER_FIELD_REPOSITORY_DESC="Available Joomla! repositories. Select to autopopulate the organisation and repository fields values."
COM_PATCHTESTER_FIELD_REPOSITORY_LABEL="GitHub Repository"
COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_JOOMLA_CMS="Joomla! CMS"
COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_PATCHTESTER="Joomla! Patch Tester Component"
COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_INSTALL_FROM_WEB="Joomla! Install From Web Plugin"
COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_WEBLINKS="Joomla! Weblinks Package"
COM_PATCHTESTER_FIELD_REPOSITORY_CUSTOM="Custom"
COM_PATCHTESTER_FIELDSET_REPOSITORIES_DESC="Configuration Values for GitHub Repository"
COM_PATCHTESTER_FIELDSET_REPOSITORIES_LABEL="GitHub Repository"
COM_PATCHTESTER_FIELDSET_AUTHENTICATION_DESC="Configuration Values for GitHub Authentication"
COM_PATCHTESTER_FIELDSET_AUTHENTICATION_LABEL="GitHub Authentication"
COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="The file marked for deletion does not exist: %s"
COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="The file marked for modification does not exist: %s"
COM_PATCHTESTER_FILTER_APPLIED_PATCHES="Filter Applied Patches"
COM_PATCHTESTER_FILTER_BRANCH="Filter Target Branch"
COM_PATCHTESTER_FILTER_RTC_PATCHES="Filter RTC Patches"
COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION="Search the list by title or prefix with 'id:' to search by Pull ID."
COM_PATCHTESTER_GITHUB="GitHub"
COM_PATCHTESTER_HEADING_FETCH_DATA="Fetching GitHub Data"
COM_PATCHTESTER_JISSUE="J! Issue"
COM_PATCHTESTER_JISSUES="Issue Tracker"
COM_PATCHTESTER_NO_CREDENTIALS="You have not entered your user credentials in the Options. This will limit you to only 60 requests to the GitHub API per hour. Adding your credentials will allow 5,000 requests per hour."
COM_PATCHTESTER_NO_FILES_TO_PATCH="There are no files to patch from this pull request. This may mean that the files in the pull request are not present in your installation."
COM_PATCHTESTER_NO_ITEMS="No data has been retrieved from GitHub, please click the 'Fetch Data' button in the toolbar to retrieve the open pull requests."
COM_PATCHTESTER_NOT_APPLIED="Not Applied"
COM_PATCHTESTER_NOT_RTC="Not RTC"
COM_PATCHTESTER_PULL_ID="Pull ID"
COM_PATCHTESTER_PULL_ID_ASC="Pull ID ascending"
COM_PATCHTESTER_PULL_ID_DESC="Pull ID descending"
COM_PATCHTESTER_PULLS_TABLE_CAPTION="Table of Pull Requests"
COM_PATCHTESTER_READY_TO_COMMIT="Ready to Commit"
COM_PATCHTESTER_REPO_IS_GONE="The patch could not be applied because the repository is missing"
COM_PATCHTESTER_REQUIREMENT_HTTPS="HTTPS wrappers must be enabled"
COM_PATCHTESTER_REQUIREMENT_OPENSSL="The OpenSSL extension must be installed and enabled in your php.ini"
COM_PATCHTESTER_REQUIREMENTS_HEADING="Requirements Not Met"
COM_PATCHTESTER_REQUIREMENTS_NOT_MET="Your system does not meet the requirements to run the Patch Tester component:"
COM_PATCHTESTER_RESET_HAS_ERRORS="The reset process has completed however it encountered errors. Please remove any .txt files in the '%1$s' directory and truncate the '%2$s' database table."
COM_PATCHTESTER_RESET_OK="The reset process has completed successfully."
COM_PATCHTESTER_REVERT_OK="Pedaç revertit correctament"
COM_PATCHTESTER_REVERT_PATCH="Revertir el pedaç"
COM_PATCHTESTER_RTC="RTC"
COM_PATCHTESTER_TEST_THIS_PATCH="Prova aquest pedaç"
COM_PATCHTESTER_TOOLBAR_FETCH_DATA="Obtenir dades"
COM_PATCHTESTER_TOOLBAR_RESET="Restablir"
COM_PATCHTESTER_VIEW_ON_GITHUB="View on GitHub"
COM_PATCHTESTER_VIEW_ON_JOOMLA_ISSUE_TRACKER="View on Joomla! Issue Tracker"
COM_PATCHTESTER_XML_DESCRIPTION="Component per a la gestió de proves de pull request"