From 8a3a7e6cb475503d01e2012d0d5a2d7ab0c5d6c6 Mon Sep 17 00:00:00 2001 From: Christian Heel <66922325+heelc29@users.noreply.github.com> Date: Thu, 17 Aug 2023 20:06:27 +0200 Subject: [PATCH 1/5] update crowdin action no scheduled execution in forks --- .github/workflows/crowdin-wf.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/crowdin-wf.yml b/.github/workflows/crowdin-wf.yml index c5b99f9..a387136 100644 --- a/.github/workflows/crowdin-wf.yml +++ b/.github/workflows/crowdin-wf.yml @@ -11,6 +11,7 @@ on: jobs: # This workflow contains a single job called "build" synchronize-with-crowdin: + if: (github.event_name == 'schedule' && github.repository == 'joomla-extensions/patchtester') || (github.event_name != 'schedule') # The type of runner that the job will run on runs-on: ubuntu-latest From 33c624d144e7ef8c1b1106078e5af56ea91fc83b Mon Sep 17 00:00:00 2001 From: Christian Heel <66922325+heelc29@users.noreply.github.com> Date: Thu, 17 Aug 2023 20:18:30 +0200 Subject: [PATCH 2/5] update crowdin action checkout@v3 (node16) --- .github/workflows/crowdin-wf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crowdin-wf.yml b/.github/workflows/crowdin-wf.yml index c5b99f9..66dbe0c 100644 --- a/.github/workflows/crowdin-wf.yml +++ b/.github/workflows/crowdin-wf.yml @@ -18,7 +18,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Runs the Crowdin action command - https://github.com/crowdin/github-action - name: crowdin action From 1951fd665726f4da1c7cdde6fa0473611c279305 Mon Sep 17 00:00:00 2001 From: Christian Heel <66922325+heelc29@users.noreply.github.com> Date: Thu, 17 Aug 2023 20:36:31 +0200 Subject: [PATCH 3/5] update creation date format --- administrator/components/com_patchtester/patchtester.xml | 4 ++-- build/patchtester/release.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/administrator/components/com_patchtester/patchtester.xml b/administrator/components/com_patchtester/patchtester.xml index 37a1ce9..a19e743 100644 --- a/administrator/components/com_patchtester/patchtester.xml +++ b/administrator/components/com_patchtester/patchtester.xml @@ -1,8 +1,8 @@ - + com_patchtester Joomla! Project - 03-August-2023 + 2023-08-03 (C) 2011 - 2012 Ian MacLennan, (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. GNU General Public License version 2 or later admin@joomla.org diff --git a/build/patchtester/release.php b/build/patchtester/release.php index a180b6e..548f2b1 100644 --- a/build/patchtester/release.php +++ b/build/patchtester/release.php @@ -77,7 +77,7 @@ $version = array( 'main' => $versionSubParts[0] . '.' . $versionSubParts[1], 'release' => $versionSubParts[0] . '.' . $versionSubParts[1] . '.' . $versionSubParts[2], 'dev_devel' => $versionSubParts[2] . (!empty($versionParts[1]) ? '-' . $versionParts[1] : '') . (!empty($versionParts[2]) ? '-' . $versionParts[2] : ''), - 'credate' => date('d-F-Y'), + 'credate' => date('Y-m-d'), ); // Prints version information. From 7ef777ef7b37d80552c72f658ccb6fa820ba0ea5 Mon Sep 17 00:00:00 2001 From: Christian Heel <66922325+heelc29@users.noreply.github.com> Date: Thu, 17 Aug 2023 21:33:17 +0200 Subject: [PATCH 4/5] remove joomla/crowdin-sync --- composer.json | 1 - composer.lock | 1531 +------------------------------------------------ 2 files changed, 2 insertions(+), 1530 deletions(-) diff --git a/composer.json b/composer.json index 2c4b965..5ff1d7f 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,6 @@ "ext-json": "*" }, "require-dev": { - "joomla/crowdin-sync": "dev-master", "squizlabs/php_codesniffer": "~3.0" }, "autoload": { diff --git a/composer.lock b/composer.lock index 3037954..814dee9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,999 +4,9 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "19545fd6dc3dbb0e2b6d82f96084d432", + "content-hash": "f97e1ad00f7289b11f69088eff68b532", "packages": [], "packages-dev": [ - { - "name": "elkuku/crowdin-api", - "version": "v1.2", - "source": { - "type": "git", - "url": "https://github.com/elkuku/crowdin-api.git", - "reference": "9fb1474bfe4cd9c2c8b2e73f972b6fe3ed0a3cff" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/elkuku/crowdin-api/zipball/9fb1474bfe4cd9c2c8b2e73f972b6fe3ed0a3cff", - "reference": "9fb1474bfe4cd9c2c8b2e73f972b6fe3ed0a3cff", - "shasum": "" - }, - "require": { - "guzzlehttp/guzzle": "6.*", - "php": ">=5.6|>=7.0" - }, - "require-dev": { - "phpunit/phpunit": "~5.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "ElKuKu\\Crowdin\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "WTFPL" - ], - "authors": [ - { - "name": "Nikolai Plath", - "email": "der.el.kuku@gmail.com" - } - ], - "description": "A crowdin API implementation in PHP", - "support": { - "issues": "https://github.com/elkuku/crowdin-api/issues", - "source": "https://github.com/elkuku/crowdin-api/tree/master" - }, - "abandoned": true, - "time": "2017-07-01T13:35:05+00:00" - }, - { - "name": "guzzlehttp/guzzle", - "version": "6.5.8", - "source": { - "type": "git", - "url": "https://github.com/guzzle/guzzle.git", - "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981", - "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981", - "shasum": "" - }, - "require": { - "ext-json": "*", - "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.9", - "php": ">=5.5", - "symfony/polyfill-intl-idn": "^1.17" - }, - "require-dev": { - "ext-curl": "*", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", - "psr/log": "^1.1" - }, - "suggest": { - "psr/log": "Required for using the Log middleware" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "6.5-dev" - } - }, - "autoload": { - "files": [ - "src/functions_include.php" - ], - "psr-4": { - "GuzzleHttp\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - }, - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }, - { - "name": "Jeremy Lindblom", - "email": "jeremeamia@gmail.com", - "homepage": "https://github.com/jeremeamia" - }, - { - "name": "George Mponos", - "email": "gmponos@gmail.com", - "homepage": "https://github.com/gmponos" - }, - { - "name": "Tobias Nyholm", - "email": "tobias.nyholm@gmail.com", - "homepage": "https://github.com/Nyholm" - }, - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com", - "homepage": "https://github.com/sagikazarmark" - }, - { - "name": "Tobias Schultze", - "email": "webmaster@tubo-world.de", - "homepage": "https://github.com/Tobion" - } - ], - "description": "Guzzle is a PHP HTTP client library", - "homepage": "http://guzzlephp.org/", - "keywords": [ - "client", - "curl", - "framework", - "http", - "http client", - "rest", - "web service" - ], - "support": { - "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/6.5.8" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://github.com/Nyholm", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", - "type": "tidelift" - } - ], - "time": "2022-06-20T22:16:07+00:00" - }, - { - "name": "guzzlehttp/promises", - "version": "1.5.2", - "source": { - "type": "git", - "url": "https://github.com/guzzle/promises.git", - "reference": "b94b2807d85443f9719887892882d0329d1e2598" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", - "reference": "b94b2807d85443f9719887892882d0329d1e2598", - "shasum": "" - }, - "require": { - "php": ">=5.5" - }, - "require-dev": { - "symfony/phpunit-bridge": "^4.4 || ^5.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.5-dev" - } - }, - "autoload": { - "files": [ - "src/functions_include.php" - ], - "psr-4": { - "GuzzleHttp\\Promise\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - }, - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }, - { - "name": "Tobias Nyholm", - "email": "tobias.nyholm@gmail.com", - "homepage": "https://github.com/Nyholm" - }, - { - "name": "Tobias Schultze", - "email": "webmaster@tubo-world.de", - "homepage": "https://github.com/Tobion" - } - ], - "description": "Guzzle promises library", - "keywords": [ - "promise" - ], - "support": { - "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.5.2" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://github.com/Nyholm", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", - "type": "tidelift" - } - ], - "time": "2022-08-28T14:55:35+00:00" - }, - { - "name": "guzzlehttp/psr7", - "version": "1.9.0", - "source": { - "type": "git", - "url": "https://github.com/guzzle/psr7.git", - "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", - "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", - "shasum": "" - }, - "require": { - "php": ">=5.4.0", - "psr/http-message": "~1.0", - "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" - }, - "provide": { - "psr/http-message-implementation": "1.0" - }, - "require-dev": { - "ext-zlib": "*", - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" - }, - "suggest": { - "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.9-dev" - } - }, - "autoload": { - "files": [ - "src/functions_include.php" - ], - "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - }, - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }, - { - "name": "George Mponos", - "email": "gmponos@gmail.com", - "homepage": "https://github.com/gmponos" - }, - { - "name": "Tobias Nyholm", - "email": "tobias.nyholm@gmail.com", - "homepage": "https://github.com/Nyholm" - }, - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com", - "homepage": "https://github.com/sagikazarmark" - }, - { - "name": "Tobias Schultze", - "email": "webmaster@tubo-world.de", - "homepage": "https://github.com/Tobion" - } - ], - "description": "PSR-7 message implementation that also provides common utility methods", - "keywords": [ - "http", - "message", - "psr-7", - "request", - "response", - "stream", - "uri", - "url" - ], - "support": { - "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.9.0" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://github.com/Nyholm", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", - "type": "tidelift" - } - ], - "time": "2022-06-20T21:43:03+00:00" - }, - { - "name": "joomla/application", - "version": "1.9.3", - "source": { - "type": "git", - "url": "https://github.com/joomla-framework/application.git", - "reference": "2a2fee9fa2ebb07c0d28da07f6e4ea3c56b77d16" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/joomla-framework/application/zipball/2a2fee9fa2ebb07c0d28da07f6e4ea3c56b77d16", - "reference": "2a2fee9fa2ebb07c0d28da07f6e4ea3c56b77d16", - "shasum": "" - }, - "require": { - "joomla/input": "^1.2", - "joomla/registry": "^1.4.5|^2.0", - "php": "^5.3.10|^7.0|^8.0", - "psr/log": "^1.0" - }, - "require-dev": { - "joomla/coding-standards": "^2.0@alpha", - "joomla/event": "^1.2", - "joomla/session": "^1.2.1", - "joomla/test": "^1.1", - "joomla/uri": "^1.1", - "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0|^7.0|^8.0", - "symfony/phpunit-bridge": "^3.4.26|^4.1.12|^4.2.7|^5.0", - "symfony/polyfill-php72": "^1.5" - }, - "suggest": { - "joomla/session": "To use AbstractWebApplication with session support, install joomla/session", - "joomla/uri": "To use AbstractWebApplication, install joomla/uri" - }, - "type": "joomla-package", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Joomla\\Application\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "description": "Joomla Application Package", - "homepage": "https://github.com/joomla-framework/application", - "keywords": [ - "application", - "framework", - "joomla" - ], - "support": { - "issues": "https://github.com/joomla-framework/application/issues", - "source": "https://github.com/joomla-framework/application/tree/1.9.3" - }, - "funding": [ - { - "url": "https://community.joomla.org/sponsorship-campaigns.html", - "type": "custom" - }, - { - "url": "https://github.com/joomla", - "type": "github" - } - ], - "time": "2022-01-25T17:10:25+00:00" - }, - { - "name": "joomla/compat", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/joomla-framework/compat.git", - "reference": "f23565fe0184517778996226eb4b2333deb369c4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/joomla-framework/compat/zipball/f23565fe0184517778996226eb4b2333deb369c4", - "reference": "f23565fe0184517778996226eb4b2333deb369c4", - "shasum": "" - }, - "require": { - "php": ">=5.3.10" - }, - "type": "joomla-package", - "autoload": { - "classmap": [ - "src/JsonSerializable.php", - "src/CallbackFilterIterator.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0+" - ], - "description": "Joomla Compat Package", - "homepage": "https://github.com/joomla-framework/compat", - "keywords": [ - "compat", - "framework", - "joomla" - ], - "support": { - "issues": "https://github.com/joomla-framework/compat/issues", - "source": "https://github.com/joomla-framework/compat/tree/1.2.0" - }, - "time": "2015-02-24T00:21:06+00:00" - }, - { - "name": "joomla/crowdin-sync", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/joomla-projects/crowdin-sync.git", - "reference": "f46c206e18511afac316987d5d68f1fe3511c15e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/joomla-projects/crowdin-sync/zipball/f46c206e18511afac316987d5d68f1fe3511c15e", - "reference": "f46c206e18511afac316987d5d68f1fe3511c15e", - "shasum": "" - }, - "require": { - "elkuku/crowdin-api": "~1.0", - "joomla/application": "~1.6", - "joomla/registry": "~1.5", - "php": "~5.4|~7.0", - "symfony/yaml": "~2.8|~3.0" - }, - "default-branch": true, - "bin": [ - "bin/crowdin" - ], - "type": "project", - "autoload": { - "psr-4": { - "Joomla\\Crowdin\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "description": "CLI application to synchronize a project with Crowdin", - "homepage": "https://github.com/joomla-projects/crowdin-sync", - "keywords": [ - "crowdin", - "joomla" - ], - "support": { - "issues": "https://github.com/joomla-projects/crowdin-sync/issues", - "source": "https://github.com/joomla-projects/crowdin-sync/tree/master" - }, - "abandoned": true, - "time": "2020-05-24T01:31:21+00:00" - }, - { - "name": "joomla/filter", - "version": "1.4.4", - "source": { - "type": "git", - "url": "https://github.com/joomla-framework/filter.git", - "reference": "09733d70db6c6d91e53e0e0d0fcde9b8638175c4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/joomla-framework/filter/zipball/09733d70db6c6d91e53e0e0d0fcde9b8638175c4", - "reference": "09733d70db6c6d91e53e0e0d0fcde9b8638175c4", - "shasum": "" - }, - "require": { - "joomla/string": "~1.3|~2.0", - "php": "^5.3.10|~7.0|^8.0" - }, - "require-dev": { - "joomla/coding-standards": "~2.0@alpha", - "joomla/language": "~1.3", - "phpunit/phpunit": "^4.8.35|^5.4.3|~6.0" - }, - "suggest": { - "joomla/language": "Required only if you want to use `OutputFilter::stringURLSafe`." - }, - "type": "joomla-package", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Joomla\\Filter\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "description": "Joomla Filter Package", - "homepage": "https://github.com/joomla-framework/filter", - "keywords": [ - "filter", - "framework", - "joomla" - ], - "support": { - "issues": "https://github.com/joomla-framework/filter/issues", - "source": "https://github.com/joomla-framework/filter/tree/1.4.4" - }, - "funding": [ - { - "url": "https://community.joomla.org/sponsorship-campaigns.html", - "type": "custom" - }, - { - "url": "https://github.com/joomla", - "type": "github" - } - ], - "time": "2022-03-29T12:14:25+00:00" - }, - { - "name": "joomla/input", - "version": "1.4.0", - "source": { - "type": "git", - "url": "https://github.com/joomla-framework/input.git", - "reference": "a89927d412cdc8172889e3e0e3e66a134f367be1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/joomla-framework/input/zipball/a89927d412cdc8172889e3e0e3e66a134f367be1", - "reference": "a89927d412cdc8172889e3e0e3e66a134f367be1", - "shasum": "" - }, - "require": { - "joomla/filter": "~1.0", - "php": "^5.3.10|~7.0" - }, - "require-dev": { - "joomla/coding-standards": "~2.0@alpha", - "joomla/test": "~1.0", - "phpunit/phpunit": "^4.8.35|^5.4.3|~6.0" - }, - "type": "joomla-package", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Joomla\\Input\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "description": "Joomla Input Package", - "homepage": "https://github.com/joomla-framework/input", - "keywords": [ - "framework", - "input", - "joomla" - ], - "support": { - "issues": "https://github.com/joomla-framework/input/issues", - "source": "https://github.com/joomla-framework/input/tree/1.4.0" - }, - "time": "2019-06-15T22:13:58+00:00" - }, - { - "name": "joomla/registry", - "version": "1.6.4", - "source": { - "type": "git", - "url": "https://github.com/joomla-framework/registry.git", - "reference": "87450394f093efcb3ac5fc978e73d1403ebe8a38" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/joomla-framework/registry/zipball/87450394f093efcb3ac5fc978e73d1403ebe8a38", - "reference": "87450394f093efcb3ac5fc978e73d1403ebe8a38", - "shasum": "" - }, - "require": { - "joomla/compat": "~1.0", - "joomla/utilities": "^1.4.1|~2.0", - "php": "^5.3.10|~7.0", - "symfony/polyfill-php55": "~1.0" - }, - "require-dev": { - "joomla/coding-standards": "~2.0@alpha", - "joomla/test": "~1.0", - "phpunit/phpunit": "^4.8.35|^5.4.3|~6.0|~7.0|~8.0", - "symfony/yaml": "~2.0|~3.0|~4.0|~5.0" - }, - "suggest": { - "symfony/yaml": "Install symfony/yaml if you require YAML support." - }, - "type": "joomla-package", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Joomla\\Registry\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "description": "Joomla Registry Package", - "homepage": "https://github.com/joomla-framework/registry", - "keywords": [ - "framework", - "joomla", - "registry" - ], - "support": { - "issues": "https://github.com/joomla-framework/registry/issues", - "source": "https://github.com/joomla-framework/registry/tree/1.6.4" - }, - "funding": [ - { - "url": "https://community.joomla.org/sponsorship-campaigns.html", - "type": "custom" - }, - { - "url": "https://github.com/joomla", - "type": "github" - } - ], - "time": "2022-01-08T18:33:07+00:00" - }, - { - "name": "joomla/string", - "version": "2.0.1", - "source": { - "type": "git", - "url": "https://github.com/joomla-framework/string.git", - "reference": "bcdb8d45ad3953bf3cfc2b9577288823cab381b9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/joomla-framework/string/zipball/bcdb8d45ad3953bf3cfc2b9577288823cab381b9", - "reference": "bcdb8d45ad3953bf3cfc2b9577288823cab381b9", - "shasum": "" - }, - "require": { - "php": "^7.2.5|~8.0.0|~8.1.0", - "symfony/deprecation-contracts": "^2.1" - }, - "conflict": { - "doctrine/inflector": "<1.2" - }, - "require-dev": { - "doctrine/inflector": "^1.2", - "joomla/coding-standards": "^3.0@dev", - "joomla/test": "^2.0.1", - "phpunit/phpunit": "^8.5|^9.0" - }, - "suggest": { - "doctrine/inflector": "To use the string inflector", - "ext-mbstring": "For improved processing" - }, - "type": "joomla-package", - "extra": { - "branch-alias": { - "dev-2.0-dev": "2.0-dev" - } - }, - "autoload": { - "files": [ - "src/phputf8/utf8.php", - "src/phputf8/ord.php", - "src/phputf8/str_ireplace.php", - "src/phputf8/str_pad.php", - "src/phputf8/str_split.php", - "src/phputf8/strcasecmp.php", - "src/phputf8/strcspn.php", - "src/phputf8/stristr.php", - "src/phputf8/strrev.php", - "src/phputf8/strspn.php", - "src/phputf8/trim.php", - "src/phputf8/ucfirst.php", - "src/phputf8/ucwords.php", - "src/phputf8/utils/ascii.php", - "src/phputf8/utils/validation.php" - ], - "psr-4": { - "Joomla\\String\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "description": "Joomla String Package", - "homepage": "https://github.com/joomla-framework/string", - "keywords": [ - "framework", - "joomla", - "string" - ], - "support": { - "issues": "https://github.com/joomla-framework/string/issues", - "source": "https://github.com/joomla-framework/string/tree/2.0.1" - }, - "funding": [ - { - "url": "https://community.joomla.org/sponsorship-campaigns.html", - "type": "custom" - }, - { - "url": "https://github.com/joomla", - "type": "github" - } - ], - "time": "2022-08-15T12:47:17+00:00" - }, - { - "name": "joomla/utilities", - "version": "2.0.1", - "source": { - "type": "git", - "url": "https://github.com/joomla-framework/utilities.git", - "reference": "ab1660fd22184700306b932c39410ba955dc82e1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/joomla-framework/utilities/zipball/ab1660fd22184700306b932c39410ba955dc82e1", - "reference": "ab1660fd22184700306b932c39410ba955dc82e1", - "shasum": "" - }, - "require": { - "joomla/string": "^2.0", - "php": "^7.2.5|~8.0.0|~8.1.0" - }, - "require-dev": { - "joomla/coding-standards": "^3.0@dev", - "phpunit/phpunit": "^8.5|^9.0" - }, - "type": "joomla-package", - "extra": { - "branch-alias": { - "dev-2.0-dev": "2.0-dev" - } - }, - "autoload": { - "psr-4": { - "Joomla\\Utilities\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "description": "Joomla Utilities Package", - "homepage": "https://github.com/joomla-framework/utilities", - "keywords": [ - "framework", - "joomla", - "utilities" - ], - "support": { - "issues": "https://github.com/joomla-framework/utilities/issues", - "source": "https://github.com/joomla-framework/utilities/tree/2.0.1" - }, - "funding": [ - { - "url": "https://community.joomla.org/sponsorship-campaigns.html", - "type": "custom" - }, - { - "url": "https://github.com/joomla", - "type": "github" - } - ], - "time": "2022-08-15T11:29:34+00:00" - }, - { - "name": "psr/http-message", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common interface for HTTP messages", - "homepage": "https://github.com/php-fig/http-message", - "keywords": [ - "http", - "http-message", - "psr", - "psr-7", - "request", - "response" - ], - "support": { - "source": "https://github.com/php-fig/http-message/tree/master" - }, - "time": "2016-08-06T14:39:51+00:00" - }, - { - "name": "psr/log", - "version": "1.1.4", - "source": { - "type": "git", - "url": "https://github.com/php-fig/log.git", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Log\\": "Psr/Log/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for logging libraries", - "homepage": "https://github.com/php-fig/log", - "keywords": [ - "log", - "psr", - "psr-3" - ], - "support": { - "source": "https://github.com/php-fig/log/tree/1.1.4" - }, - "time": "2021-05-03T11:20:27+00:00" - }, - { - "name": "ralouphie/getallheaders", - "version": "3.0.3", - "source": { - "type": "git", - "url": "https://github.com/ralouphie/getallheaders.git", - "reference": "120b605dfeb996808c31b6477290a714d356e822" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", - "reference": "120b605dfeb996808c31b6477290a714d356e822", - "shasum": "" - }, - "require": { - "php": ">=5.6" - }, - "require-dev": { - "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpunit": "^5 || ^6.5" - }, - "type": "library", - "autoload": { - "files": [ - "src/getallheaders.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ralph Khattar", - "email": "ralph.khattar@gmail.com" - } - ], - "description": "A polyfill for getallheaders.", - "support": { - "issues": "https://github.com/ralouphie/getallheaders/issues", - "source": "https://github.com/ralouphie/getallheaders/tree/develop" - }, - "time": "2019-03-08T08:55:37+00:00" - }, { "name": "squizlabs/php_codesniffer", "version": "3.7.1", @@ -1052,548 +62,11 @@ "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" }, "time": "2022-06-18T07:21:10+00:00" - }, - { - "name": "symfony/deprecation-contracts", - "version": "v2.5.2", - "source": { - "type": "git", - "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", - "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "2.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" - } - }, - "autoload": { - "files": [ - "function.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "A generic function and convention to trigger deprecation notices", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-01-02T09:53:40+00:00" - }, - { - "name": "symfony/polyfill-ctype", - "version": "v1.27.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", - "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "provide": { - "ext-ctype": "*" - }, - "suggest": { - "ext-ctype": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for ctype functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" - ], - "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-11-03T14:55:06+00:00" - }, - { - "name": "symfony/polyfill-intl-idn", - "version": "v1.27.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "639084e360537a19f9ee352433b84ce831f3d2da" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da", - "reference": "639084e360537a19f9ee352433b84ce831f3d2da", - "shasum": "" - }, - "require": { - "php": ">=7.1", - "symfony/polyfill-intl-normalizer": "^1.10", - "symfony/polyfill-php72": "^1.10" - }, - "suggest": { - "ext-intl": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Intl\\Idn\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Laurent Bassin", - "email": "laurent@bassin.info" - }, - { - "name": "Trevor Rowbotham", - "email": "trevor.rowbotham@pm.me" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "idn", - "intl", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-11-03T14:55:06+00:00" - }, - { - "name": "symfony/polyfill-intl-normalizer", - "version": "v1.27.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", - "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "suggest": { - "ext-intl": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Intl\\Normalizer\\": "" - }, - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for intl's Normalizer class and related functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "intl", - "normalizer", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-11-03T14:55:06+00:00" - }, - { - "name": "symfony/polyfill-php55", - "version": "v1.20.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php55.git", - "reference": "c17452124a883900e1d73961f9075a638399c1a0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/c17452124a883900e1d73961f9075a638399c1a0", - "reference": "c17452124a883900e1d73961f9075a638399c1a0", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "metapackage", - "extra": { - "branch-alias": { - "dev-main": "1.20-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php55/tree/v1.20.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-10-23T14:02:19+00:00" - }, - { - "name": "symfony/polyfill-php72", - "version": "v1.27.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "869329b1e9894268a8a61dabb69153029b7a8c97" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97", - "reference": "869329b1e9894268a8a61dabb69153029b7a8c97", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-11-03T14:55:06+00:00" - }, - { - "name": "symfony/yaml", - "version": "v3.4.47", - "source": { - "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "88289caa3c166321883f67fe5130188ebbb47094" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094", - "reference": "88289caa3c166321883f67fe5130188ebbb47094", - "shasum": "" - }, - "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/polyfill-ctype": "~1.8" - }, - "conflict": { - "symfony/console": "<3.4" - }, - "require-dev": { - "symfony/console": "~3.4|~4.0" - }, - "suggest": { - "symfony/console": "For validating YAML files using the lint command" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Yaml\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Yaml Component", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/yaml/tree/v3.4.47" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-10-24T10:57:07+00:00" } ], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "joomla/crowdin-sync": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { From cc386b03e5c4fef32c1c8d6b563b8944a1f2eae1 Mon Sep 17 00:00:00 2001 From: Crowdin Bot Date: Mon, 21 Aug 2023 17:48:51 +0000 Subject: [PATCH 5/5] New Crowdin translations by GitHub Action --- .../com_patchtester/language/de-AT/com_patchtester.ini | 4 ++-- .../com_patchtester/language/de-CH/com_patchtester.ini | 4 ++-- .../com_patchtester/language/de-DE/com_patchtester.ini | 4 ++-- .../com_patchtester/language/de-LI/com_patchtester.ini | 4 ++-- .../com_patchtester/language/de-LU/com_patchtester.ini | 4 ++-- .../com_patchtester/language/fr-FR/com_patchtester.ini | 2 +- .../com_patchtester/language/fr-FR/com_patchtester.sys.ini | 5 +++-- .../com_patchtester/language/lt-LT/com_patchtester.ini | 4 ++-- .../com_patchtester/language/th-TH/com_patchtester.ini | 6 +++--- .../com_patchtester/language/th-TH/com_patchtester.sys.ini | 4 ++-- .../com_patchtester/language/tr-TR/com_patchtester.ini | 4 ++-- 11 files changed, 23 insertions(+), 22 deletions(-) diff --git a/administrator/components/com_patchtester/language/de-AT/com_patchtester.ini b/administrator/components/com_patchtester/language/de-AT/com_patchtester.ini index b085be5..bfb0ecf 100644 --- a/administrator/components/com_patchtester/language/de-AT/com_patchtester.ini +++ b/administrator/components/com_patchtester/language/de-AT/com_patchtester.ini @@ -69,14 +69,14 @@ COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="Die zu löschende Datei existiert COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="Die zu ändernde Datei existiert nicht: %s" COM_PATCHTESTER_FILTER_APPLIED_PATCHES="Angewendete Patches filtern" COM_PATCHTESTER_FILTER_BRANCH="Versionszweig filtern" -COM_PATCHTESTER_FILTER_DRAFT_PATCHES="Filter Draft Patches" +COM_PATCHTESTER_FILTER_DRAFT_PATCHES="Entwurf Patches filtern" COM_PATCHTESTER_FILTER_LABEL="Filter-Label" COM_PATCHTESTER_FILTER_NPM_PATCHES="NPM-Patches filtern" COM_PATCHTESTER_FILTER_RTC_PATCHES="RTC Patches filtern" COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION="Die Liste nach Titel oder mit 'id:' nach Pull Request ID durchsuchen." COM_PATCHTESTER_GITHUB="GitHub" COM_PATCHTESTER_HEADING_FETCH_DATA="Rufe GitHub Daten ab" -COM_PATCHTESTER_IS_DRAFT="Draft" +COM_PATCHTESTER_IS_DRAFT="Entwurf" COM_PATCHTESTER_JISSUE="J! Issue" COM_PATCHTESTER_JISSUES="Issue-Tracker" COM_PATCHTESTER_NOT_APPLIED="Nicht angewendet" diff --git a/administrator/components/com_patchtester/language/de-CH/com_patchtester.ini b/administrator/components/com_patchtester/language/de-CH/com_patchtester.ini index b085be5..bfb0ecf 100644 --- a/administrator/components/com_patchtester/language/de-CH/com_patchtester.ini +++ b/administrator/components/com_patchtester/language/de-CH/com_patchtester.ini @@ -69,14 +69,14 @@ COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="Die zu löschende Datei existiert COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="Die zu ändernde Datei existiert nicht: %s" COM_PATCHTESTER_FILTER_APPLIED_PATCHES="Angewendete Patches filtern" COM_PATCHTESTER_FILTER_BRANCH="Versionszweig filtern" -COM_PATCHTESTER_FILTER_DRAFT_PATCHES="Filter Draft Patches" +COM_PATCHTESTER_FILTER_DRAFT_PATCHES="Entwurf Patches filtern" COM_PATCHTESTER_FILTER_LABEL="Filter-Label" COM_PATCHTESTER_FILTER_NPM_PATCHES="NPM-Patches filtern" COM_PATCHTESTER_FILTER_RTC_PATCHES="RTC Patches filtern" COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION="Die Liste nach Titel oder mit 'id:' nach Pull Request ID durchsuchen." COM_PATCHTESTER_GITHUB="GitHub" COM_PATCHTESTER_HEADING_FETCH_DATA="Rufe GitHub Daten ab" -COM_PATCHTESTER_IS_DRAFT="Draft" +COM_PATCHTESTER_IS_DRAFT="Entwurf" COM_PATCHTESTER_JISSUE="J! Issue" COM_PATCHTESTER_JISSUES="Issue-Tracker" COM_PATCHTESTER_NOT_APPLIED="Nicht angewendet" diff --git a/administrator/components/com_patchtester/language/de-DE/com_patchtester.ini b/administrator/components/com_patchtester/language/de-DE/com_patchtester.ini index b085be5..bfb0ecf 100644 --- a/administrator/components/com_patchtester/language/de-DE/com_patchtester.ini +++ b/administrator/components/com_patchtester/language/de-DE/com_patchtester.ini @@ -69,14 +69,14 @@ COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="Die zu löschende Datei existiert COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="Die zu ändernde Datei existiert nicht: %s" COM_PATCHTESTER_FILTER_APPLIED_PATCHES="Angewendete Patches filtern" COM_PATCHTESTER_FILTER_BRANCH="Versionszweig filtern" -COM_PATCHTESTER_FILTER_DRAFT_PATCHES="Filter Draft Patches" +COM_PATCHTESTER_FILTER_DRAFT_PATCHES="Entwurf Patches filtern" COM_PATCHTESTER_FILTER_LABEL="Filter-Label" COM_PATCHTESTER_FILTER_NPM_PATCHES="NPM-Patches filtern" COM_PATCHTESTER_FILTER_RTC_PATCHES="RTC Patches filtern" COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION="Die Liste nach Titel oder mit 'id:' nach Pull Request ID durchsuchen." COM_PATCHTESTER_GITHUB="GitHub" COM_PATCHTESTER_HEADING_FETCH_DATA="Rufe GitHub Daten ab" -COM_PATCHTESTER_IS_DRAFT="Draft" +COM_PATCHTESTER_IS_DRAFT="Entwurf" COM_PATCHTESTER_JISSUE="J! Issue" COM_PATCHTESTER_JISSUES="Issue-Tracker" COM_PATCHTESTER_NOT_APPLIED="Nicht angewendet" diff --git a/administrator/components/com_patchtester/language/de-LI/com_patchtester.ini b/administrator/components/com_patchtester/language/de-LI/com_patchtester.ini index b085be5..bfb0ecf 100644 --- a/administrator/components/com_patchtester/language/de-LI/com_patchtester.ini +++ b/administrator/components/com_patchtester/language/de-LI/com_patchtester.ini @@ -69,14 +69,14 @@ COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="Die zu löschende Datei existiert COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="Die zu ändernde Datei existiert nicht: %s" COM_PATCHTESTER_FILTER_APPLIED_PATCHES="Angewendete Patches filtern" COM_PATCHTESTER_FILTER_BRANCH="Versionszweig filtern" -COM_PATCHTESTER_FILTER_DRAFT_PATCHES="Filter Draft Patches" +COM_PATCHTESTER_FILTER_DRAFT_PATCHES="Entwurf Patches filtern" COM_PATCHTESTER_FILTER_LABEL="Filter-Label" COM_PATCHTESTER_FILTER_NPM_PATCHES="NPM-Patches filtern" COM_PATCHTESTER_FILTER_RTC_PATCHES="RTC Patches filtern" COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION="Die Liste nach Titel oder mit 'id:' nach Pull Request ID durchsuchen." COM_PATCHTESTER_GITHUB="GitHub" COM_PATCHTESTER_HEADING_FETCH_DATA="Rufe GitHub Daten ab" -COM_PATCHTESTER_IS_DRAFT="Draft" +COM_PATCHTESTER_IS_DRAFT="Entwurf" COM_PATCHTESTER_JISSUE="J! Issue" COM_PATCHTESTER_JISSUES="Issue-Tracker" COM_PATCHTESTER_NOT_APPLIED="Nicht angewendet" diff --git a/administrator/components/com_patchtester/language/de-LU/com_patchtester.ini b/administrator/components/com_patchtester/language/de-LU/com_patchtester.ini index b085be5..bfb0ecf 100644 --- a/administrator/components/com_patchtester/language/de-LU/com_patchtester.ini +++ b/administrator/components/com_patchtester/language/de-LU/com_patchtester.ini @@ -69,14 +69,14 @@ COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="Die zu löschende Datei existiert COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="Die zu ändernde Datei existiert nicht: %s" COM_PATCHTESTER_FILTER_APPLIED_PATCHES="Angewendete Patches filtern" COM_PATCHTESTER_FILTER_BRANCH="Versionszweig filtern" -COM_PATCHTESTER_FILTER_DRAFT_PATCHES="Filter Draft Patches" +COM_PATCHTESTER_FILTER_DRAFT_PATCHES="Entwurf Patches filtern" COM_PATCHTESTER_FILTER_LABEL="Filter-Label" COM_PATCHTESTER_FILTER_NPM_PATCHES="NPM-Patches filtern" COM_PATCHTESTER_FILTER_RTC_PATCHES="RTC Patches filtern" COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION="Die Liste nach Titel oder mit 'id:' nach Pull Request ID durchsuchen." COM_PATCHTESTER_GITHUB="GitHub" COM_PATCHTESTER_HEADING_FETCH_DATA="Rufe GitHub Daten ab" -COM_PATCHTESTER_IS_DRAFT="Draft" +COM_PATCHTESTER_IS_DRAFT="Entwurf" COM_PATCHTESTER_JISSUE="J! Issue" COM_PATCHTESTER_JISSUES="Issue-Tracker" COM_PATCHTESTER_NOT_APPLIED="Nicht angewendet" diff --git a/administrator/components/com_patchtester/language/fr-FR/com_patchtester.ini b/administrator/components/com_patchtester/language/fr-FR/com_patchtester.ini index 5246497..b05b0de 100644 --- a/administrator/components/com_patchtester/language/fr-FR/com_patchtester.ini +++ b/administrator/components/com_patchtester/language/fr-FR/com_patchtester.ini @@ -52,7 +52,7 @@ COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH_OPTION_ON="Activé" COM_PATCHTESTER_FIELD_GH_AUTH_DESC="Sélectionnez 'Jeton' pour obtenir un jeton d'API GitHub" COM_PATCHTESTER_FIELD_GH_AUTH_LABEL="Méthode d'authentification GitHub" COM_PATCHTESTER_FIELD_GH_AUTH_OPTION_TOKEN="Jeton" -COM_PATCHTESTER_FIELD_GH_TOKEN_DESC="Utilisez ce champ pour saisir un jeton API GitHub à la place de vos nom d'utilisateur et mot de passe. Notez que ceci est exigé si l'authentification en deux étapes est activée.

Afin de paramétrer un jeton d'accès, veuillez suivre ces étapes.
  1. Créez un jeton d'accès personnel
  2. Cliquez sur Générez un jeton en bas de page
  3. En haut, dans la barre verte, vous trouverez votre jeton d'accès
  4. Copiez le jeton en le sélectionnant ou en cliquant sur le presse-papiers
  5. Collez le jeton dans le champ Jeton GitHub
  6. Enregistrez les modifications en cliquant sur le bouton du haut Enregistrer & Fermer
  7. Vous pouvez maintenant utiliser le Patch Tester avec votre jeton

Vous pouvez toujours révoquer l'accès en supprimant le jeton d'accès personnel dans Jetons d'accès personnel sur GitHub.

" +COM_PATCHTESTER_FIELD_GH_TOKEN_DESC="Utilisez ce champ pour saisir un jeton API GitHub à la place de vos nom d'utilisateur et mot de passe. Notez que ceci est exigé si l'authentification en deux étapes est activée.

Pour configurer un jeton d'accès, suivez ces étapes.
  1. Créer un jeton d'accès personnel
  2. Cliquez sur Générer le jeton en bas de la page
  3. En haut, dans la barre verte, vous trouverez votre jeton d'accès
  4. Copiez le jeton en le sélectionnant ou en cliquant sur le presse-papiers
  5. Collez le jeton dans le champ Jeton GitHub ci-dessus
  6. Sauvegardez les modifications en cliquant sur le bouton Enregistrer & Fermer en haut
  7. Vous pouvez maintenant utiliser le Testeur de correctifs avec votre jeton

Vous pouvez toujours révoquer l'accès en supprimant le jeton d'accès personnel depuis la page Jetons d'accès personnels sur Github.

" COM_PATCHTESTER_FIELD_GH_TOKEN_LABEL="Jeton GitHub" COM_PATCHTESTER_FIELD_ORG_DESC="Nom d'utilisateur ou de l'organisme qui gère les demandes de Pull sur GitHub." COM_PATCHTESTER_FIELD_ORG_LABEL="Propriétaire du projet personnalisé" diff --git a/administrator/components/com_patchtester/language/fr-FR/com_patchtester.sys.ini b/administrator/components/com_patchtester/language/fr-FR/com_patchtester.sys.ini index d3eec0f..26d41bf 100644 --- a/administrator/components/com_patchtester/language/fr-FR/com_patchtester.sys.ini +++ b/administrator/components/com_patchtester/language/fr-FR/com_patchtester.sys.ini @@ -8,7 +8,8 @@ COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Impossible d'installer les substitu COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Impossible de supprimer les substitutions de template pour les templates suivants : %s" COM_PATCHTESTER_XML_DESCRIPTION="Composant de gestion de tests pour correctifs" COM_PATCHTESTER_UPDATE_TEXT="Script de mise à jour de Patch Tester. Patch Tester est maintenant mis à jour vers la version %s." -COM_PATCHTESTER_INSTALL_INSTRUCTIONS="

Merci d'avoir installé le Joomla! Patch Tester.

Pour utiliser le Joomla! Patch Tester, vous devrez d'abord paramétrer vos identifiants GitHub dans les paramètres du Joomla! Patch Tester. Allez dans les paramètres du Joomla! Patch Tester pour configurer vos identifiants. Après voir cliqué sur Enregistrer & Fermer, vous accéderez directement au Joomla! Patch Tester." -COM_PATCHTESTER_UPDATE_INSTRUCTIONS="

Merci d'avoir mis à jour Joomla! Patch Tester.

Accédez au Joomla! Patch Tester

" +COM_PATCHTESTER_INSTALL_INSTRUCTIONS="

Merci d'avoir installé le Testeur de Correctifs Joomla !

+

Pour utiliser le Joomla! Patch Tester, vous devez d'abord configurer vos identifiants GitHub dans les Options du Joomla! Patch Tester. Accédez aux Options du Testeur de Correctifs Joomla ! pour configurer vos identifiants. Après avoir cliqué sur Enregistrer et Fermer, vous serez redirigé vers le Testeur de Correctifs Joomla ! où vous pourrez commencer à utiliser le Testeur de Correctifs." +COM_PATCHTESTER_UPDATE_INSTRUCTIONS="

Merci d'avoir mis à jour Joomla! Patch Tester

Accéder au Joomla! Patch Tester

" COM_PATCHTESTER_UNINSTALL_THANK_YOU="Merci d'utiliser le Joomla! Patch Tester pour tester les patchs de la dernière version de Joomla!" diff --git a/administrator/components/com_patchtester/language/lt-LT/com_patchtester.ini b/administrator/components/com_patchtester/language/lt-LT/com_patchtester.ini index e194171..f35b9f1 100644 --- a/administrator/components/com_patchtester/language/lt-LT/com_patchtester.ini +++ b/administrator/components/com_patchtester/language/lt-LT/com_patchtester.ini @@ -69,14 +69,14 @@ COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="Failas, pažymėtas ištrinti, ne COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="Modifikavimui pažymėto failo nėra: %s" COM_PATCHTESTER_FILTER_APPLIED_PATCHES="Filtruoti pritaikytas pataisas" COM_PATCHTESTER_FILTER_BRANCH="Filtruoti tikslinę šaką" -COM_PATCHTESTER_FILTER_DRAFT_PATCHES="Filter Draft Patches" +COM_PATCHTESTER_FILTER_DRAFT_PATCHES="Filtruoti juodraščio pataisas" COM_PATCHTESTER_FILTER_LABEL="Filtro etiketė" COM_PATCHTESTER_FILTER_NPM_PATCHES="Filtruoti NPM pataisas" COM_PATCHTESTER_FILTER_RTC_PATCHES="Filtruoti RTC pataisas" COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION="Ieškokite sąraše pagal pavadinimą arba priešdėlį naudodami „id:“, kad ieškotumėte pagal pataisymų ID." COM_PATCHTESTER_GITHUB="GitHub" COM_PATCHTESTER_HEADING_FETCH_DATA="Gaunami „GitHub“ duomenys" -COM_PATCHTESTER_IS_DRAFT="Draft" +COM_PATCHTESTER_IS_DRAFT="Juodraštis" COM_PATCHTESTER_JISSUE="J! Sutrikimas" COM_PATCHTESTER_JISSUES="Problemų stebėjimo priemonė" COM_PATCHTESTER_NOT_APPLIED="Netaikoma" diff --git a/administrator/components/com_patchtester/language/th-TH/com_patchtester.ini b/administrator/components/com_patchtester/language/th-TH/com_patchtester.ini index fafc0be..c891490 100644 --- a/administrator/components/com_patchtester/language/th-TH/com_patchtester.ini +++ b/administrator/components/com_patchtester/language/th-TH/com_patchtester.ini @@ -52,7 +52,7 @@ COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH_OPTION_ON="เปิด" COM_PATCHTESTER_FIELD_GH_AUTH_DESC="เลือก 'รับรองข้อมูล' เพื่อใช้การตรวจสอบสิทธิ์ผ่านทางชื่อผู้ใช้และรหัสผ่าน GitHub หรือ 'Token' สำหรับ GitHub API โทเค็น" COM_PATCHTESTER_FIELD_GH_AUTH_LABEL="วิธีการตรวจสอบสิทธิ์ผ่าน GitHub" COM_PATCHTESTER_FIELD_GH_AUTH_OPTION_TOKEN="โทเค็น" -COM_PATCHTESTER_FIELD_GH_TOKEN_DESC="ใช้ฟิลด์นี้เพื่อป้อนข้อมูล GitHub API โทเค็น แทนชื่อผู้ใช้และรหัสผ่านของคุณ หมายเหตุ จำเป็นถ้าบัญชีผู้ใช้ได้ตรวจสอบปัจจัยที่สองที่เปิดใช้งาน" +COM_PATCHTESTER_FIELD_GH_TOKEN_DESC="ใช้ฟิลด์นี้เพื่อป้อนข้อมูล GitHub API โทเค็น แทนชื่อผู้ใช้และรหัสผ่านของคุณ หมายเหตุ จำเป็นถ้าบัญชีผู้ใช้ได้ตรวจสอบปัจจัยที่สองที่เปิดใช้งาน

ในการตั้งค่าโทเค็นการเข้าถึง ให้ทำตามขั้นตอนเหล่านี้
  1. สร้างโทเค็นการเข้าถึงส่วนบุคคล
  2. คลิกสร้างโทเค็นที่ด้านล่างของหน้า
  3. ที่ด้านบนในแถบสีเขียว คุณจะพบโทเค็นการเข้าถึงของคุณ
  4. คัดลอกโทเค็นโดยเลือกหรือคลิกที่คลิปบอร์ด
  5. วางโทเค็นในช่องโทเค็น GitHub ด้านบน
  6. บันทึกการเปลี่ยนแปลงโดยคลิกปุ่มบันทึก และปิดที่ด้านบน
  7. ตอนนี้คุณสามารถใช้ Patch Tester กับโทเค็นของคุณได้แล้ว

คุณสามารถเพิกถอนการเข้าถึงได้ตลอดเวลาโดยลบโทเค็นการเข้าถึงส่วนบุคคลออกจาก โทเค็นการเข้าถึงส่วนบุคคลบน Github

" COM_PATCHTESTER_FIELD_GH_TOKEN_LABEL="โทเค็น GitHub" COM_PATCHTESTER_FIELD_ORG_DESC="ชื่อผู้ใช้หรือองค์กรใน GitHub เพื่อตรวจสอบคำขอดึงข้อมูล" COM_PATCHTESTER_FIELD_ORG_LABEL="เจ้าของโครงการที่กำหนดเอง" @@ -69,14 +69,14 @@ COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="ไฟล์ทำเครื่ COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="ไฟล์ทำเครื่องหมายสำหรับการเปลี่ยนแปลงไม่มีอยู่: %s" COM_PATCHTESTER_FILTER_APPLIED_PATCHES="ตัวกรองการใช้งานแพทช์" COM_PATCHTESTER_FILTER_BRANCH="กรองสาขาเป้าหมาย" -COM_PATCHTESTER_FILTER_DRAFT_PATCHES="Filter Draft Patches" +COM_PATCHTESTER_FILTER_DRAFT_PATCHES="ตัวกรองแพทช์ร่าง" COM_PATCHTESTER_FILTER_LABEL="Filter Label" COM_PATCHTESTER_FILTER_NPM_PATCHES="Filter NPM Patches" COM_PATCHTESTER_FILTER_RTC_PATCHES="กรอง RTC แพทช์" COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION="ค้นหารายการตามชื่อเรื่อง หรือนำหน้าด้วย ' ไอดี:' การค้นหาตาม Pull ID." COM_PATCHTESTER_GITHUB="GitHub" COM_PATCHTESTER_HEADING_FETCH_DATA="การดึงข้อมูล GitHub" -COM_PATCHTESTER_IS_DRAFT="Draft" +COM_PATCHTESTER_IS_DRAFT="ร่าง" COM_PATCHTESTER_JISSUE="J! ปัญหา" COM_PATCHTESTER_JISSUES="ติดตามปัญหา" COM_PATCHTESTER_NOT_APPLIED="ไม่ใช้" diff --git a/administrator/components/com_patchtester/language/th-TH/com_patchtester.sys.ini b/administrator/components/com_patchtester/language/th-TH/com_patchtester.sys.ini index ed6fa56..f1c54d3 100644 --- a/administrator/components/com_patchtester/language/th-TH/com_patchtester.sys.ini +++ b/administrator/components/com_patchtester/language/th-TH/com_patchtester.sys.ini @@ -8,7 +8,7 @@ COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="ไม่สามารถติ COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="ไม่สามารถลบเทมแพลต overrides สำหรับเทมเพลตต่อไปนี้: %s" COM_PATCHTESTER_XML_DESCRIPTION="คอมโพเน้นสำหรับจัดการความต้องการ pull request เพื่อทดสอบ" COM_PATCHTESTER_UPDATE_TEXT="สคริปต์อัปเดตตัวทดสอบโปรแกรมแก้ไข Patch Tester อัปเดตเป็นเวอร์ชัน %s แล้ว" -COM_PATCHTESTER_INSTALL_INSTRUCTIONS="

ขอขอบคุณที่ติดตั้ง Joomla! Patch Tester

การใช้ Joomla! Patch Tester ก่อนอื่นคุณต้องตั้งค่า GitHub credentials ใน Joomla! ตัวเลือกตัวทดสอบแพตช์ ไปที่ Joomla! ตัวเลือกผู้ทดสอบโปรแกรมแก้ไข เพื่อตั้งค่าข้อมูลรับรองของคุณ หลังจากคลิกบันทึกและปิด คุณจะเข้าสู่ Joomla! Patch Tester ซึ่งคุณสามารถเริ่มใช้ Patch Tester ได้" -COM_PATCHTESTER_UPDATE_INSTRUCTIONS="

ขอขอบคุณสำหรับการอัพเดท Joomla! Patch Tester

ไปที่ Joomla! ตัวทดสอบแพตช์

" +COM_PATCHTESTER_INSTALL_INSTRUCTIONS="

ขอขอบคุณที่ติดตั้ง Joomla! Patch Tester

การใช้ Joomla! Patch Tester ก่อนอื่นคุณต้องตั้งค่า GitHub credentials ใน Joomla! ตัวเลือกตัวทดสอบแพตช์ ไปที่ตั้งค่า Joomla! Patch Tester เพื่อตั้งค่าข้อมูลรับรองของคุณ หลังจากคลิกบันทึกและปิด คุณจะเข้าสู่ Joomla! Patch Tester ซึ่งคุณสามารถเริ่มใช้ Patch Tester ได้" +COM_PATCHTESTER_UPDATE_INSTRUCTIONS="

ขอขอบคุณสำหรับการอัพเดท Joomla! Patch Tester

ไปที่ Joomla! Patch Tester

" COM_PATCHTESTER_UNINSTALL_THANK_YOU="ขอบคุณที่ใช้ Joomla! Patch Tester สำหรับทดสอบแพตช์สำหรับ Joomla!" diff --git a/administrator/components/com_patchtester/language/tr-TR/com_patchtester.ini b/administrator/components/com_patchtester/language/tr-TR/com_patchtester.ini index adc397d..219313d 100644 --- a/administrator/components/com_patchtester/language/tr-TR/com_patchtester.ini +++ b/administrator/components/com_patchtester/language/tr-TR/com_patchtester.ini @@ -69,14 +69,14 @@ COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="Silinmek üzere işaretlenmiş do COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="Değişiklik için işaretlenmiş dosya mevcut değil: %s" COM_PATCHTESTER_FILTER_APPLIED_PATCHES="Uygulanan Yamaları Filtreleme" COM_PATCHTESTER_FILTER_BRANCH="Filtre Hedef Dalı" -COM_PATCHTESTER_FILTER_DRAFT_PATCHES="Filter Draft Patches" +COM_PATCHTESTER_FILTER_DRAFT_PATCHES="Taslak Yamaları Filtrele" COM_PATCHTESTER_FILTER_LABEL="Filtre Etiketi" COM_PATCHTESTER_FILTER_NPM_PATCHES="NPM Yamalarını Filtrele" COM_PATCHTESTER_FILTER_RTC_PATCHES="RTC yamalarına filtre uygulama" COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION="Getirme Kimliğini kullanarak arama yapmak için, listede başlık veya 'id:' ile arama yapın." COM_PATCHTESTER_GITHUB="GitHub" COM_PATCHTESTER_HEADING_FETCH_DATA="GitHub Verileri Getiriliyor" -COM_PATCHTESTER_IS_DRAFT="Draft" +COM_PATCHTESTER_IS_DRAFT="Taslak" COM_PATCHTESTER_JISSUE="J! Sorun" COM_PATCHTESTER_JISSUES="Sorun İzleyici" COM_PATCHTESTER_NOT_APPLIED="Uygulanmadı"