From 01bb2d10515704d20a5107752a8fead0f6a3acfe Mon Sep 17 00:00:00 2001 From: joomla-patchtester-bot <63518931+joomla-patchtester-bot@users.noreply.github.com> Date: Tue, 14 Apr 2020 12:31:05 +0200 Subject: [PATCH] New translations com_patchtester.ini (Romanian) --- .../language/ro-RO/com_patchtester.ini | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/administrator/components/com_patchtester/language/ro-RO/com_patchtester.ini b/administrator/components/com_patchtester/language/ro-RO/com_patchtester.ini index 4c7b836..116bd02 100644 --- a/administrator/components/com_patchtester/language/ro-RO/com_patchtester.ini +++ b/administrator/components/com_patchtester/language/ro-RO/com_patchtester.ini @@ -4,7 +4,6 @@ ; Note : All ini files need to be saved as UTF-8 COM_PATCHTESTER="Joomla! Tester de patch-uri" -COM_PATCHTESTER_40_WARNING="În timp ce Joomla! 4.0 este în dezvoltare, folosirea testerului de patch-uri este considerat experimental, deoarece modificările fuzionate pot distruge Joomla, incluzând codul conţinut într-un patch." COM_PATCHTESTER_API_LIMIT_ACTION="Limita ratei de utilizare GitHub API a fost atins pentru această resursă, nu se poate conecta la GitHub pentru a efectua acţiunea solicitată. Limita ratei de utilizare se resetează la %s" COM_PATCHTESTER_API_LIMIT_LIST="Limita ratei de utilizare GitHub API a fost atins pentru această resursă, nu se poate conecta la GitHub pentru a efectua acţiunea solicitată. Limita ratei de utilizare se resetează la %s" COM_PATCHTESTER_APPLIED="Aplicat" @@ -28,6 +27,8 @@ COM_PATCHTESTER_ERROR_TRUNCATING_PULLS_TABLE="Eroare de trunchiere tabelul pulls COM_PATCHTESTER_ERROR_TRUNCATING_TESTS_TABLE="Eroare de trunchiere tabelul teste: %s" COM_PATCHTESTER_ERROR_UNSUPPORTED_ENCODING="Fişierele patch sunt codate în format neacceptat." COM_PATCHTESTER_ERROR_VIEW_NOT_FOUND="View-ul nu a fost găsit [nume, 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="Eroare la preluarea datelor de la GitHub." COM_PATCHTESTER_FETCH_COMPLETE_CLOSE_WINDOW="Au fost recepționate toate datele. Vă rugăm închideţi această fereastră modală pentru reîmprospătarea paginii." COM_PATCHTESTER_FETCH_INITIALIZING="Pregătire preluare date din GitHub" @@ -57,10 +58,18 @@ COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_PATCHTESTER="Joomla! Componenta de Teste COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_INSTALL_FROM_WEB="Plugin-ul Joomla! de Instalare din Web" COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_WEBLINKS="Joomla! Weblinks pachet" COM_PATCHTESTER_FIELD_REPOSITORY_CUSTOM="Personalizat" +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="Valori de configurare pentru GitHub Repository" COM_PATCHTESTER_FIELDSET_REPOSITORIES_LABEL="GitHub Repository" COM_PATCHTESTER_FIELDSET_AUTHENTICATION_DESC="Valori de configurare pentru autentificare GitHub" COM_PATCHTESTER_FIELDSET_AUTHENTICATION_LABEL="Autentificare 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="Fişierul marcat pentru ştergere nu există: %s" COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="Fişierul marcat pentru modificare nu există: %s" COM_PATCHTESTER_FILTER_APPLIED_PATCHES="Filtrează patch-urile aplicate" @@ -76,6 +85,7 @@ COM_PATCHTESTER_NO_FILES_TO_PATCH="Nu există fișiere de fixat pentru acest pul COM_PATCHTESTER_NO_ITEMS="Nu există date preluate de la GitHub, vă rugăm să faceţi clic pe butonul 'Preia datele' din bara de instrumente pentru a prelua cererile pull deschise." COM_PATCHTESTER_NOT_APPLIED="Nu se aplică" COM_PATCHTESTER_NOT_RTC="Nu 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="Pull ID" COM_PATCHTESTER_PULL_ID_ASC="ID Pull ascendent" COM_PATCHTESTER_PULL_ID_DESC="ID Pull descendent" @@ -91,10 +101,13 @@ COM_PATCHTESTER_RESET_OK="Procesul de resetare a fost finalizat cu succes." COM_PATCHTESTER_REVERT_OK="Patch-ul a fost anulat cu succes" COM_PATCHTESTER_REVERT_PATCH="Elimină patch-ul" 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="Testează patch-ul" COM_PATCHTESTER_TOOLBAR_FETCH_DATA="Preluare date" COM_PATCHTESTER_TOOLBAR_RESET="Restetează" COM_PATCHTESTER_VIEW_ON_GITHUB="Vezi pe GitHub" COM_PATCHTESTER_VIEW_ON_JOOMLA_ISSUE_TRACKER="Vezi pe Joomla! Tracker Probleme" COM_PATCHTESTER_XML_DESCRIPTION="Componente pentru managementul testării cererilor pull" +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."