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

Merge pull request #276 from joomla-extensions/l10n_master

New Crowdin translations
This commit is contained in:
Roland Dalmulder 2020-04-25 10:19:06 +02:00 committed by GitHub
commit 8156574de7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 20 deletions

View File

@ -56,20 +56,20 @@ COM_PATCHTESTER_FIELD_REPOSITORY_LABEL="Repository GitHub"
COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_JOOMLA_CMS="Joomla! CMS API"
COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_PATCHTESTER="Configurazione del componente Joomla! Patch Tester"
COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_INSTALL_FROM_WEB="Joomla! Plugin Installa da Web"
COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_WEBLINKS="Joomla! Weblinks Package"
COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_WEBLINKS="Pacchetto Joomla! Weblinks"
COM_PATCHTESTER_FIELD_REPOSITORY_CUSTOM="Personalizzato"
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_FIELD_CI_SERVER_NAME="Indirizzo del server CI"
COM_PATCHTESTER_FIELD_CI_SERVER_NAME_DESC="Indirizzo del server per ottenere le patch compilate."
COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH="Cambia integrazione CI"
COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH_DESC="Attiva o disattiva l'integrazione CI."
COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH_OPTION_ON="In funzione"
COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH_OPTION_OFF="Disattivo"
COM_PATCHTESTER_FIELDSET_REPOSITORIES_DESC="Valori di configurazione Repository GitHub"
COM_PATCHTESTER_FIELDSET_REPOSITORIES_LABEL="Repository GitHub"
COM_PATCHTESTER_FIELDSET_AUTHENTICATION_DESC="Valori di configurazione per l'autenticazione GitHub"
COM_PATCHTESTER_FIELDSET_AUTHENTICATION_LABEL="Autenticazione GitHub"
COM_PATCHTESTER_FIELDSET_CI_SETTINGS="CI Server Settings"
COM_PATCHTESTER_FIELDSET_CI_SETTINGS_DESC="Configuration Values for CI Server Patching"
COM_PATCHTESTER_FIELDSET_CI_SETTINGS="Impostazioni del server CI"
COM_PATCHTESTER_FIELDSET_CI_SETTINGS_DESC="Valori di configurazione per il Patching del server CI"
COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="Il file contrassegnato per la cancellazione non esiste: %s"
COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="Il file contrassegnato per la modifica non esiste: %s"
COM_PATCHTESTER_FILTER_APPLIED_PATCHES="Filtro Patches Applicato"
@ -85,12 +85,12 @@ COM_PATCHTESTER_NO_FILES_TO_PATCH="Non ci sono file per questa Pull Request. Pu
COM_PATCHTESTER_NO_ITEMS="Nessun dato è stato recuperato da GitHub, clicca il bottone 'Fetch Data' nella toolbar per recuperare le Pull Request aperte."
COM_PATCHTESTER_NOT_APPLIED="Non Applicata"
COM_PATCHTESTER_NOT_RTC="Non 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_PATCH_BREAKS_SITE="La patch non poteva essere applicata perché avrebbe rotto il sito. Controlla la richiesta di pull per vedere se è aggiornata."
COM_PATCHTESTER_PULL_ID="Pull ID"
COM_PATCHTESTER_PULL_ID_ASC="ID Pull request ascendente"
COM_PATCHTESTER_PULL_ID_DESC="ID Pull request discendente"
COM_PATCHTESTER_PULLS_TABLE_CAPTION="Tabella delle Pull Request"
COM_PATCHTESTER_READY_TO_COMMIT="Ready to Commit"
COM_PATCHTESTER_READY_TO_COMMIT="Pronto per il Commit"
COM_PATCHTESTER_REPO_IS_GONE="La patch non può essere applicata perché manca il repository"
COM_PATCHTESTER_REQUIREMENT_HTTPS="HTTPS wrappers deve essere abilitato"
COM_PATCHTESTER_REQUIREMENT_OPENSSL="La OpenSSL extension deve essere installata e abilitata nel tuo php.ini"
@ -101,13 +101,13 @@ COM_PATCHTESTER_RESET_OK="Il processo di ripristino è stato completato con succ
COM_PATCHTESTER_REVERT_OK="Patch ripristinata con successo"
COM_PATCHTESTER_REVERT_PATCH="Ripristina la Patch"
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_SERVER_RESPONDED_NOT_200="La patch non può essere applicata a causa della connessione al server o della patch mancante sul server."
COM_PATCHTESTER_TEST_THIS_PATCH="Testa questa Patch"
COM_PATCHTESTER_TOOLBAR_FETCH_DATA="Preleva i Dati"
COM_PATCHTESTER_TOOLBAR_RESET="Reset"
COM_PATCHTESTER_TOOLBAR_RESET="Resetta"
COM_PATCHTESTER_VIEW_ON_GITHUB="Vedi su GitHub"
COM_PATCHTESTER_VIEW_ON_JOOMLA_ISSUE_TRACKER="Vedi su Joomla! Issue Tracker"
COM_PATCHTESTER_XML_DESCRIPTION="Componente per la gestione e test delle pull request"
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."
COM_PATCHTESTER_ZIP_DOES_NOT_EXIST="La patch non ha potuto essere applicata perché non poteva essere recuperata dal server."
COM_PATCHTESTER_ZIP_EXTRACT_FAILED="La patch non può essere applicata, perché non è stato possibile estrarla."

View File

@ -7,8 +7,8 @@ COM_PATCHTESTER="Joomla! Patch Tester"
COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Impossibile installare il template override per i seguenti template: %s"
COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Impossibile rimuovere il template overrides per i seguenti template: %s"
COM_PATCHTESTER_XML_DESCRIPTION="Componente per la gestione e test delle pull request"
COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s."
COM_PATCHTESTER_INSTALL_INSTRUCTIONS="<p>Thank you for installing the Joomla! Patch Tester.</p><p>To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. <a href="_QQ_""_QQ_"index.php?option=com_config&view=component&component=com_patchtester&returnurl=aW5kZXgucGhwP29wdGlvbj1jb21fcGF0Y2h0ZXN0ZXI=#authentication"_QQ_""_QQ_" alt="_QQ_"Go to Options"_QQ_">Go to the Joomla! Patch Tester Options</a> to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester."
COM_PATCHTESTER_UPDATE_INSTRUCTIONS="<p>Thank you for updating the Joomla! Patch Tester.</p><p><a href="_QQ_""_QQ_"index.php?option=com_patchtester"_QQ_""_QQ_" alt="_QQ_"Go to Patch Tester"_QQ_">Go to the Joomla! Patch Tester</a></p>"
COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!"
COM_PATCHTESTER_UPDATE_TEXT="Script di aggiornamento Patch Tester. Patch Tester ora aggiornato alla versione %s."
COM_PATCHTESTER_INSTALL_INSTRUCTIONS="<p>Grazie per aver installato il Test di Patch Joomla!.</p><p>Per utilizzare il Joomla! Patch Tester devi prima impostare le tue credenziali GitHub nelle Opzioni di Joomla! Patch Tester. <a href="_QQ_""_QQ_"index.php?option=com_config&view=component&component=com_patchtester&returnurl=aW5kZXgucGhwP29wdGlvbj1jb21fcGF0Y2h0ZXN0ZXI=#authentication"_QQ_""_QQ_" alt="_QQ_"Go to Options"_QQ_">Vai alle Opzioni del Joomla! Patch Tester</a> per impostare le tue credenziali. Dopo aver cliccato su Salva & chiudi verrai portato al Patch Tester di Joomla! dove puoi iniziare a utilizzare il Patch Tester."
COM_PATCHTESTER_UPDATE_INSTRUCTIONS="<p>Grazie per aver aggiornato il Joomla! Patch Tester.</p><p><a href="_QQ_""_QQ_"index.php?option=com_patchtester"_QQ_""_QQ_" alt="_QQ_"Go to Patch Tester"_QQ_">Vai al Joomla! Patch Tester</a></p>"
COM_PATCHTESTER_UNINSTALL_THANK_YOU="Grazie per aver utilizzato Joomla! Patch Tester per le patch di test per l'ultima versione di Joomla!"

View File

@ -3,7 +3,7 @@
; 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="Joomla! Yama Tester"
COM_PATCHTESTER_API_LIMIT_ACTION="Bu kaynak için GitHub API oran sınırına ulaştı. İstenen eylemi gerçekleştirmek için GitHub'a bağlanamadı. Oran sınırı %s olarak sıfırlanacak"
COM_PATCHTESTER_API_LIMIT_LIST="Bu kaynak için GitHub API oran sınırına ulaşıldı, güncellenmiş veriler için GitHub 'a bağlanamadı. Oran sınırı %s olarak sıfırlanacak"
COM_PATCHTESTER_APPLIED="Uygulanan"