Legoktm has uploaded a new change for review. https://gerrit.wikimedia.org/r/155114
Change subject: Empty repository, leave stub file explaining merged into core ...................................................................... Empty repository, leave stub file explaining merged into core Change-Id: Idcbd5c9c636485058dfa779e111ee2f55a3dc0fa --- D AssertEdit.i18n.php M AssertEdit.php D AssertEdit_body.php D i18n/aeb.json D i18n/af.json D i18n/an.json D i18n/ar.json D i18n/arz.json D i18n/as.json D i18n/ast.json D i18n/az.json D i18n/azb.json D i18n/ba.json D i18n/bar.json D i18n/bcc.json D i18n/bcl.json D i18n/be-tarask.json D i18n/be.json D i18n/bg.json D i18n/bjn.json D i18n/bn.json D i18n/br.json D i18n/bs.json D i18n/ca.json D i18n/ce.json D i18n/cs.json D i18n/cy.json D i18n/da.json D i18n/de.json D i18n/diq.json D i18n/dsb.json D i18n/el.json D i18n/en-gb.json D i18n/en.json D i18n/eo.json D i18n/es.json D i18n/et.json D i18n/eu.json D i18n/fa.json D i18n/fi.json D i18n/fr.json D i18n/frp.json D i18n/frr.json D i18n/fy.json D i18n/gl.json D i18n/grc.json D i18n/gsw.json D i18n/gu.json D i18n/he.json D i18n/hi.json D i18n/hr.json D i18n/hsb.json D i18n/ht.json D i18n/hu.json D i18n/ia.json D i18n/id.json D i18n/ilo.json D i18n/it.json D i18n/ja.json D i18n/jut.json D i18n/jv.json D i18n/ka.json D i18n/kk-arab.json D i18n/kk-cyrl.json D i18n/kk-latn.json D i18n/ko.json D i18n/ksh.json D i18n/ky.json D i18n/lb.json D i18n/li.json D i18n/lrc.json D i18n/lt.json D i18n/map-bms.json D i18n/mg.json D i18n/mk.json D i18n/ml.json D i18n/mr.json D i18n/ms.json D i18n/mt.json D i18n/nb.json D i18n/nds-nl.json D i18n/nds.json D i18n/ne.json D i18n/nl.json D i18n/nn.json D i18n/oc.json D i18n/or.json D i18n/pfl.json D i18n/pl.json D i18n/pms.json D i18n/pnb.json D i18n/pt-br.json D i18n/pt.json D i18n/qqq.json D i18n/qu.json D i18n/ro.json D i18n/roa-tara.json D i18n/ru.json D i18n/rue.json D i18n/sa.json D i18n/sah.json D i18n/sat.json D i18n/scn.json D i18n/sh.json D i18n/shi.json D i18n/si.json D i18n/sk.json D i18n/sl.json D i18n/sq.json D i18n/sr-ec.json D i18n/sr-el.json D i18n/stq.json D i18n/sv.json D i18n/sw.json D i18n/ta.json D i18n/te.json D i18n/tg-cyrl.json D i18n/tg-latn.json D i18n/tk.json D i18n/tl.json D i18n/tr.json D i18n/ug-arab.json D i18n/uk.json D i18n/ur.json D i18n/vec.json D i18n/vi.json D i18n/vo.json D i18n/yue.json D i18n/zea.json D i18n/zh-hans.json D i18n/zh-hant.json 131 files changed, 4 insertions(+), 1,565 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AssertEdit refs/changes/14/155114/1 diff --git a/AssertEdit.i18n.php b/AssertEdit.i18n.php deleted file mode 100644 index 9902c72..0000000 --- a/AssertEdit.i18n.php +++ /dev/null @@ -1,35 +0,0 @@ -<?php -/** - * This is a backwards-compatibility shim, generated by: - * https://git.wikimedia.org/blob/mediawiki%2Fcore.git/HEAD/maintenance%2FgenerateJsonI18n.php - * - * Beginning with MediaWiki 1.23, translation strings are stored in json files, - * and the EXTENSION.i18n.php file only exists to provide compatibility with - * older releases of MediaWiki. For more information about this migration, see: - * https://www.mediawiki.org/wiki/Requests_for_comment/Localisation_format - * - * This shim maintains compatibility back to MediaWiki 1.17. - */ -$messages = array(); -if ( !function_exists( 'wfJsonI18nShim2331fe9434b579fe' ) ) { - function wfJsonI18nShim2331fe9434b579fe( $cache, $code, &$cachedData ) { - $codeSequence = array_merge( array( $code ), $cachedData['fallbackSequence'] ); - foreach ( $codeSequence as $csCode ) { - $fileName = dirname( __FILE__ ) . "/i18n/$csCode.json"; - if ( is_readable( $fileName ) ) { - $data = FormatJson::decode( file_get_contents( $fileName ), true ); - foreach ( array_keys( $data ) as $key ) { - if ( $key === '' || $key[0] === '@' ) { - unset( $data[$key] ); - } - } - $cachedData['messages'] = array_merge( $data, $cachedData['messages'] ); - } - - $cachedData['deps'][] = new FileDependency( $fileName ); - } - return true; - } - - $GLOBALS['wgHooks']['LocalisationCacheRecache'][] = 'wfJsonI18nShim2331fe9434b579fe'; -} diff --git a/AssertEdit.php b/AssertEdit.php index 9d4267a..93cbead 100644 --- a/AssertEdit.php +++ b/AssertEdit.php @@ -1,149 +1,5 @@ <?php -if ( ! defined( 'MEDIAWIKI' ) ) - die(); -/**#@+ - * - * A bot interface extension that adds edit assertions, to help bots ensure - * they stay logged in, and are working with the right wiki. - * - * @file - * @ingroup Extensions - * - * @link http://www.mediawiki.org/wiki/Extension:Assert_Edit - * - * @author Steve Sanbeg - * @copyright Copyright © 2006-2007, Steve Sanbeg - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later - */ - -$wgExtensionCredits['other'][] = array( - 'path' => __FILE__, - 'name' => 'AssertEdit', - 'author' => 'Steve Sanbeg', - 'descriptionmsg' => 'assertedit-desc', - 'url' => 'https://www.mediawiki.org/wiki/Extension:Assert_Edit', -); - -$dir = __DIR__ . '/'; -$wgMessagesDirs['AssertEdit'] = __DIR__ . '/i18n'; -$wgExtensionMessagesFiles['AssertEdit'] = $dir . 'AssertEdit.i18n.php'; -$wgAutoloadClasses['AssertEdit'] = $dir . 'AssertEdit_body.php'; - -$wgHooks['AlternateEdit'][] = 'efAssertEditHook'; -$wgHooks['APIEditBeforeSave'][] = 'efAssertApiEditHook'; -$wgHooks['APIGetAllowedParams'][] = 'efAssertApiEditGetAllowedParams'; -$wgHooks['APIGetParamDescription'][] = 'efAssertApiEditGetParamDescription'; - -/** - * @param $editpage EditPage - * @return bool - */ -function efAssertEditHook( $editpage ) { - global $wgOut, $wgRequest; - - $assertName = $wgRequest->getVal( 'assert' ); - $pass = true; - - if ( $assertName != '' ) { - $pass = AssertEdit::callAssert( $editpage, $assertName, false ); - } - - // check for negative assert - if ( $pass ) { - $assertName = $wgRequest->getVal( 'nassert' ); - if ( $assertName != '' ) { - $pass = AssertEdit::callAssert( $editpage, $assertName, true ); - } - } - - if ( $pass ) { - return true; - } else { - // slightly modified from showErrorPage(), to return back here. - $wgOut->setPageTitle( wfMessage( 'assert_edit_title' ) ); - $wgOut->setRobotPolicy( 'noindex,nofollow' ); - $wgOut->setArticleRelated( false ); - $wgOut->enableClientCache( false ); - $wgOut->mRedirect = ''; - - $wgOut->mBodytext = ''; - $wgOut->addWikiMsg( 'assert_edit_message', $assertName ); - - $wgOut->returnToMain( false, $editpage->mTitle ); - return false; - } -} - -/** - * @param $editPage EditPage - * @param $textBox - * @param $result array - * @return bool - */ -function efAssertApiEditHook( $editPage, $textBox, &$result ) { - global $wgRequest; - - $assertName = $wgRequest->getVal( 'assert' ); - $pass = true; - - if ( $assertName != '' ) { - $pass = AssertEdit::callAssert( $editPage, $assertName, false ); - if ( !$pass ) { - $result['assert'] = $assertName; - } - } - - // check for negative assert - if ( $pass ) { - $assertName = $wgRequest->getVal( 'nassert' ); - if ( $assertName != '' ) { - $pass = AssertEdit::callAssert( $editPage, $assertName, true ); - } - if ( !$pass ) { - $result['nassert'] = $assertName; - } - } - - return $pass; -} - -/** - * @param $module ApiBase - * @param $params array - * @return bool - */ -function efAssertApiEditGetAllowedParams( &$module, &$params ) { - if ( !$module instanceof ApiEditPage ) { - return true; - } - - $options = array_keys( AssertEdit::getAssertions() ); - $params['assert'][ApiBase::PARAM_TYPE] = $options; - $params['nassert'][ApiBase::PARAM_TYPE] = $options; - - return true; -} - -/** - * @param $module ApiBase - * @param $desc array - * @return bool - */ -function efAssertApiEditGetParamDescription( &$module, &$desc ) { - if ( !$module instanceof ApiEditPage ) { - return true; - } - - $options = array( - ' true - Always true; nassert=true will fail if the extension is installed.', - ' false - Always false; assert=false will fail if the extension is installed.', - ' user - Verify that bot is logged in, to prevent anonymous edits.', - ' bot - Verify that bot is logged in and has a bot flag.', - ' exists - Verify that page exists. Could be useful from other extensions, i.e. adding nassert=exists to the inputbox extension.', - ' test - Verify that this wiki allows random testing. Defaults to false, but can be overridden in LocalSettings.php.' - ); - $desc['assert'] = array_merge( array( 'Allows bots to make assertions.' ), $options ); - $desc['nassert'] = array_merge( array( 'Allows bots to make negative assertions.' ), $options ); - - return true; -} +// The AssertEdit extension has been discontinued and most of its +// functionality was moved into MediaWiki core in version 1.23. If you +// see this file, you should remove the extension from your MediaWiki +// installation. diff --git a/AssertEdit_body.php b/AssertEdit_body.php deleted file mode 100644 index 606b749..0000000 --- a/AssertEdit_body.php +++ /dev/null @@ -1,105 +0,0 @@ -<?php - -/** - * Assert! - */ -class AssertEdit { - /** - * methods for core assertions - * - * @param $editPage EditPage - * @return bool - */ - public static function assert_user( $editPage ) { - global $wgUser; - return $wgUser->isLoggedIn(); - } - - /** - * @param $editPage EditPage - * @return bool - */ - public static function assert_bot( $editPage ) { - global $wgUser; - return $wgUser->isAllowed( 'bot' ); - } - - /** - * @param $editPage EditPage - * @return bool - */ - public static function assert_exists( $editPage ) { - return $editPage->mTitle->exists(); - } - - /** - * List of assertions; can be modified with setAssert - */ - private static $msAssert = array( - // simple constants, i.e. to test if the extension is installed. - 'true' => true, - 'false' => false, - // useful variable tests, to ensure we stay logged in - 'user' => array( 'AssertEdit', 'assert_user' ), - 'bot' => array( 'AssertEdit', 'assert_bot' ), - 'exists' => array( 'AssertEdit', 'assert_exists' ), - // override these in LocalSettings.php - // 'wikimedia' => false, //is this an offical wikimedia site? - 'test' => false // Do we allow random tests? - ); - - /** - * @return array - */ - public static function getAssertions() { - return self::$msAssert; - } - - /** - * @param $key string - * @param $value bool|Callback - * @return bool - */ - public static function setAssert( $key, $value ) { - // Don't confuse things by changing core assertions. - switch ( $key ) { - case 'true': - case 'false': - case 'user': - case 'bot': - case 'exists': - return false; - } - // make sure it's useable. - if ( is_bool( $value ) || is_callable( $value ) ) { - self::$msAssert[$key] = $value; - return true; - } else { - return false; - } - } - - /** - * call the specified assertion - * @param $editPage Editpage - * @param $assertName string - * @param $negate bool - * @return bool - */ - public static function callAssert( $editPage, $assertName, $negate ) { - // unrecognized assert fails, regardless of negation. - $pass = false; - if ( isset( self::$msAssert[$assertName] ) ) { - if ( is_bool( self::$msAssert[$assertName] ) ) { - $pass = self::$msAssert[$assertName]; - } elseif ( is_callable( self::$msAssert[$assertName] ) ) { - $pass = call_user_func( self::$msAssert[$assertName], $editPage ); - } - - if ( $negate && isset( $pass ) ) { - $pass = !$pass; - } - } - return $pass; - } -} diff --git a/i18n/aeb.json b/i18n/aeb.json deleted file mode 100644 index 720724b..0000000 --- a/i18n/aeb.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Csisc" - ] - }, - "assert_edit_title": "التأكيد فشل", - "assertedit-desc": "يضيف تأكيدات تعديل للاستخدام بواسطة البوتات", - "assert_edit_message": "التأكيد المحدد ($1) فشل." -} \ No newline at end of file diff --git a/i18n/af.json b/i18n/af.json deleted file mode 100644 index 4846bb7..0000000 --- a/i18n/af.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Naudefj" - ] - }, - "assert_edit_title": "Bevestiging gefaal", - "assertedit-desc": "Maak rolbevestiging moontlik vir gebruik deur robotte", - "assert_edit_message": "Die gevraagde bevestiging ($1) het gefaal." -} \ No newline at end of file diff --git a/i18n/an.json b/i18n/an.json deleted file mode 100644 index bbab1ef..0000000 --- a/i18n/an.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Juanpabl" - ] - }, - "assert_edit_title": "L'aserción ha fallato", - "assertedit-desc": "Adibe asercions d'edición emplegatas por os bots", - "assert_edit_message": "L'aserción especificata ($1) ha fallato." -} \ No newline at end of file diff --git a/i18n/ar.json b/i18n/ar.json deleted file mode 100644 index c1a437b..0000000 --- a/i18n/ar.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Meno25" - ] - }, - "assert_edit_title": "التأكيد فشل", - "assertedit-desc": "يضيف تأكيدات تعديل للاستخدام بواسطة البوتات", - "assert_edit_message": "التأكيد المحدد ($1) فشل." -} \ No newline at end of file diff --git a/i18n/arz.json b/i18n/arz.json deleted file mode 100644 index 2248738..0000000 --- a/i18n/arz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Ghaly", - "Ramsis II" - ] - }, - "assert_edit_title": "التأكيد فشل", - "assertedit-desc": "بيضيف تأكيدات تعديل بيستعملها البوتات", - "assert_edit_message": "التأكيد المتحدد ($1) فشل." -} \ No newline at end of file diff --git a/i18n/as.json b/i18n/as.json deleted file mode 100644 index d81610d..0000000 --- a/i18n/as.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Gitartha.bordoloi" - ] - }, - "assert_edit_title": "এছাৰ্ট ব্যৰ্থ হৈছে", - "assertedit-desc": "বটৰ ব্যৱহাৰৰ বাবে সম্পাদনা এচাৰ্ছন যোগ কৰা হ'ব", - "assert_edit_message": "নিৰ্দেশিত এচাৰ্ছন ($1) ব্যৰ্থ হৈছে" -} \ No newline at end of file diff --git a/i18n/ast.json b/i18n/ast.json deleted file mode 100644 index 318fc9b..0000000 --- a/i18n/ast.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Esbardu" - ] - }, - "assert_edit_title": "Falló l'afirmación", - "assertedit-desc": "Añade afirmaciones d'edición pa ser usaes por bots", - "assert_edit_message": "Falló l'afirmación especificada ($1)." -} \ No newline at end of file diff --git a/i18n/az.json b/i18n/az.json deleted file mode 100644 index dbf117e..0000000 --- a/i18n/az.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Vugar 1981" - ] - }, - "assert_edit_title": "Yanlış" -} \ No newline at end of file diff --git a/i18n/azb.json b/i18n/azb.json deleted file mode 100644 index 29db848..0000000 --- a/i18n/azb.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "E THP" - ] - }, - "assert_edit_title": "آچیخلاما یانلیش اولدو", - "assertedit-desc": "بوتلار طرفیندن کولانمامیش اوچون دَییشدیرمه آچیخلاما آرتیر", - "assert_edit_message": "بیلدیرن آچیخلاما ($1) باشاریسیز اولدو." -} \ No newline at end of file diff --git a/i18n/ba.json b/i18n/ba.json deleted file mode 100644 index 9c0b9fa..0000000 --- a/i18n/ba.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Assele" - ] - }, - "assert_edit_title": "Раҫлау хатаһы", - "assertedit-desc": "Боттар тарафынан ҡулланыу өсөн раҫлауҙар өҫтәй", - "assert_edit_message": "Күрһәтелгән раҫлауҙа ($1) хата бар." -} \ No newline at end of file diff --git a/i18n/bar.json b/i18n/bar.json deleted file mode 100644 index 65d2343..0000000 --- a/i18n/bar.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Mucalexx" - ] - }, - "assert_edit_title": "Åspruch is föögschlong", - "assertedit-desc": "Ergänzd an Beorweitungsåspruch fyr Bots", - "assert_edit_message": "Da ågeewerne Åspruch ($1) is föögschlong." -} \ No newline at end of file diff --git a/i18n/bcc.json b/i18n/bcc.json deleted file mode 100644 index d3f3122..0000000 --- a/i18n/bcc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Mostafadaneshvar" - ] - }, - "assert_edit_title": "اعلان پروشت", - "assertedit-desc": "هور کتن اعلانات اصلاح په استفاده په روباتان", - "assert_edit_message": "مشخص بوتگین اعلان ($1) پروش وارت" -} \ No newline at end of file diff --git a/i18n/bcl.json b/i18n/bcl.json deleted file mode 100644 index 5774b0a..0000000 --- a/i18n/bcl.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Geopoet" - ] - }, - "assert_edit_title": "Paghuhurot nagpalya", - "assertedit-desc": "Nagdudugang nin mga paghuhurot sa pagliwat para gamiton kan mga panalnga", - "assert_edit_message": "An pinagsasabing paghuhurot ($1) nagpalya." -} \ No newline at end of file diff --git a/i18n/be-tarask.json b/i18n/be-tarask.json deleted file mode 100644 index 8deb6a7..0000000 --- a/i18n/be-tarask.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "EugeneZelenko" - ] - }, - "assert_edit_title": "Зацьверджаньне не атрымалася", - "assertedit-desc": "Дадае зацьверджаньні рэдагаваньняў для выкарыстаньня робатамі", - "assert_edit_message": "Вызначанае зацьверджаньне ($1) не атрымалася." -} \ No newline at end of file diff --git a/i18n/be.json b/i18n/be.json deleted file mode 100644 index 127e540..0000000 --- a/i18n/be.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Хомелка" - ] - }, - "assert_edit_title": "Зацверджанне не атрымалася", - "assertedit-desc": "Дадае зацверджанні рэдагаванняў для выкарыстання робатамі", - "assert_edit_message": "Вызначанае зацверджанне ($1) не атрымалася." -} \ No newline at end of file diff --git a/i18n/bg.json b/i18n/bg.json deleted file mode 100644 index 8732830..0000000 --- a/i18n/bg.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Borislav" - ] - }, - "assert_edit_title": "Твърдението не е изпълнено", - "assertedit-desc": "Добавя редакционни твърдения за използване от ботове", - "assert_edit_message": "Зададеното твърдение ($1) не е изпълнено." -} \ No newline at end of file diff --git a/i18n/bjn.json b/i18n/bjn.json deleted file mode 100644 index cba6d06..0000000 --- a/i18n/bjn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "J Subhi" - ] - }, - "assert_edit_title": "Panagasan gagal", - "assertedit-desc": "Manambahi panagasan babakan gasan dipuruk ulih bot", - "assert_edit_message": "Panagasan nang diajuakan ($1) gagal." -} \ No newline at end of file diff --git a/i18n/bn.json b/i18n/bn.json deleted file mode 100644 index f3cda6c..0000000 --- a/i18n/bn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Zaheen" - ] - }, - "assert_edit_title": "অ্যাসার্ট ব্যর্থ", - "assertedit-desc": "বটদের ব্যবহারের জন্য এডিট অ্যাসার্শন যোগ করা হবে", - "assert_edit_message": "নির্দেশিত অ্যাসার্শনটি ($1) ব্যর্থ হয়েছে।" -} \ No newline at end of file diff --git a/i18n/br.json b/i18n/br.json deleted file mode 100644 index 61b7078..0000000 --- a/i18n/br.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Fulup" - ] - }, - "assert_edit_title": "C'hwitet eo an enframmañ", - "assertedit-desc": "Ouzhpennañ a ra degasadennoù enframmañ da vezañ implijet gant botoù", - "assert_edit_message": "C'hwitet eo an enframmadenn ($1) goulennet." -} \ No newline at end of file diff --git a/i18n/bs.json b/i18n/bs.json deleted file mode 100644 index f6bf5cf..0000000 --- a/i18n/bs.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "CERminator" - ] - }, - "assert_edit_title": "Potvrđivanje nije uspjelo", - "assertedit-desc": "Dopunjava zahtjeve za obradu za botove", - "assert_edit_message": "Određeni zahtjev ($1) nije uspjeo." -} \ No newline at end of file diff --git a/i18n/ca.json b/i18n/ca.json deleted file mode 100644 index 35a874c..0000000 --- a/i18n/ca.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Paucabot" - ] - }, - "assert_edit_title": "Asserció fallida", - "assertedit-desc": "Afegeix assercions d'edició per usar amb els bots", - "assert_edit_message": "L'asserció especificada ($1) ha fallat." -} \ No newline at end of file diff --git a/i18n/ce.json b/i18n/ce.json deleted file mode 100644 index a397558..0000000 --- a/i18n/ce.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Умар" - ] - }, - "assert_edit_title": "ТӀечӀагӀдар кхочуш цадира", - "assertedit-desc": "ТӀетоха тӀечӀагӀдар шабелхошна лело", - "assert_edit_message": "Гайтина тӀечӀагӀдар ($1) кхочуш цадира" -} \ No newline at end of file diff --git a/i18n/cs.json b/i18n/cs.json deleted file mode 100644 index f857371..0000000 --- a/i18n/cs.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Matěj Grabovský" - ] - }, - "assert_edit_title": "Předpoklad selhal", - "assertedit-desc": "Přidává předpoklady pro úpravy, které využijí boti", - "assert_edit_message": "Uvedený předpoklad ($1) selhal." -} \ No newline at end of file diff --git a/i18n/cy.json b/i18n/cy.json deleted file mode 100644 index 375059d..0000000 --- a/i18n/cy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "(vinny)" - ] - }, - "assert_edit_title": "Bendant yn methu", - "assertedit-desc": "Adds golygu honiadau ar gyfer defnydd gan bots", - "assert_edit_message": "Mae'r honiad penodol ($1) wedi methu." -} \ No newline at end of file diff --git a/i18n/da.json b/i18n/da.json deleted file mode 100644 index 770d894..0000000 --- a/i18n/da.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Emilkris33", - "Jan Friberg" - ] - }, - "assert_edit_title": "Forsikring mislykkedes", - "assertedit-desc": "Tilføjer redigerings erklæringer til brug af bots", - "assert_edit_message": "Den angivne erklæring ($1) mislykkedes." -} \ No newline at end of file diff --git a/i18n/de.json b/i18n/de.json deleted file mode 100644 index c890ef4..0000000 --- a/i18n/de.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Kghbln", - "Raimond Spekking" - ] - }, - "assert_edit_title": "Die Überprüfung der Bearbeitungsberechtigung ist fehlgeschlagen.", - "assertedit-desc": "Ermöglicht die Absicherung von Bearbeitungen durch Bots", - "assert_edit_message": "Der Überprüfung der angegebenen Bearbeitungsberechtigung ($1) ist fehlgeschlagen." -} \ No newline at end of file diff --git a/i18n/diq.json b/i18n/diq.json deleted file mode 100644 index 3948908..0000000 --- a/i18n/diq.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Xoser" - ] - }, - "assert_edit_title": "Bar bibiyo", - "assertedit-desc": "Pê botî ra assertionê vurnayîşî de keno", - "assert_edit_message": "Assertionşê ($1) ke ti specife kerd ay nihebitiyeno." -} \ No newline at end of file diff --git a/i18n/dsb.json b/i18n/dsb.json deleted file mode 100644 index 1869557..0000000 --- a/i18n/dsb.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Derbeth", - "Michawiki" - ] - }, - "assert_edit_title": "Wótpšašanje wuměnjenja njejo se raźiło.", - "assertedit-desc": "Pśidawa wobźěłańske twarźenja za wužywanje pśez boty", - "assert_edit_message": "Pódane twarźenje ($1) njejo se raźiło." -} \ No newline at end of file diff --git a/i18n/el.json b/i18n/el.json deleted file mode 100644 index a4088cf..0000000 --- a/i18n/el.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Badseed", - "ZaDiak" - ] - }, - "assert_edit_title": "Η διεκδίκηση απέτυχε", - "assertedit-desc": "Προσθέτει επιβεβαιώσεις επεξεργασιών για χρήση από τα μποτ", - "assert_edit_message": "Η συγκεκριμένη επιβεβαίωση ($1) απέτυχε." -} \ No newline at end of file diff --git a/i18n/en-gb.json b/i18n/en-gb.json deleted file mode 100644 index 5cb376b..0000000 --- a/i18n/en-gb.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Pooja.srivastava" - ] - }, - "assert_edit_message": "vah vinidirsht abhikkhatan ($1) aahsfal hua." -} \ No newline at end of file diff --git a/i18n/en.json b/i18n/en.json deleted file mode 100644 index 8621220..0000000 --- a/i18n/en.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "@metadata": { - "authors": [] - }, - "assert_edit_title": "Assert failed", - "assertedit-desc": "Adds edit assertions for use by bots", - "assert_edit_message": "The specified assertion ($1) failed." -} \ No newline at end of file diff --git a/i18n/eo.json b/i18n/eo.json deleted file mode 100644 index 6bace6c..0000000 --- a/i18n/eo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Michawiki", - "Yekrats" - ] - }, - "assert_edit_title": "Aserto malsukcesis", - "assertedit-desc": "Aldonas redaktajn asertojn por uzo de robotoj", - "assert_edit_message": "La specifita aserto ($1) malsukcesis." -} \ No newline at end of file diff --git a/i18n/es.json b/i18n/es.json deleted file mode 100644 index b150d68..0000000 --- a/i18n/es.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Remember the dot" - ] - }, - "assert_edit_title": "Una aserción fracasó", - "assertedit-desc": "Añade aserciones de editar para el uso de los bots", - "assert_edit_message": "La aserción especificada ($1) fracasó." -} \ No newline at end of file diff --git a/i18n/et.json b/i18n/et.json deleted file mode 100644 index bab5a54..0000000 --- a/i18n/et.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Pikne" - ] - }, - "assert_edit_title": "Kinnitus ebaõnnestunud", - "assertedit-desc": "Lisab roboti kasutusele redigeerimiskinnituse.", - "assert_edit_message": "Määratud kinnitus ($1) ebaõnnestus." -} \ No newline at end of file diff --git a/i18n/eu.json b/i18n/eu.json deleted file mode 100644 index eded294..0000000 --- a/i18n/eu.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Theklan" - ] - }, - "assert_edit_title": "Ziurtapen batek huts egin du", - "assertedit-desc": "Aldatzeko baieztapenak gehitzen ditu botek erabil ditzaten", - "assert_edit_message": "Zehaztu duzun baieztapenak ($1) huts egin du." -} \ No newline at end of file diff --git a/i18n/fa.json b/i18n/fa.json deleted file mode 100644 index d078472..0000000 --- a/i18n/fa.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Huji", - "ZxxZxxZ" - ] - }, - "assert_edit_title": "تأیید ناموفق", - "assertedit-desc": "امکان تأیید ویرایشها را برای استفادهٔ رباتها اضافه میکند", - "assert_edit_message": "تأیید مورد نظر ($1) ناموفق بود." -} \ No newline at end of file diff --git a/i18n/fi.json b/i18n/fi.json deleted file mode 100644 index 36c5fde..0000000 --- a/i18n/fi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Crt", - "Nike" - ] - }, - "assert_edit_title": "Vahvistus epäonnistui", - "assertedit-desc": "Muokkausvahvistusmahdollisuus boteille.", - "assert_edit_message": "Määritelty vahvistus ($1) epäonnistui." -} \ No newline at end of file diff --git a/i18n/fr.json b/i18n/fr.json deleted file mode 100644 index 4daeab7..0000000 --- a/i18n/fr.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Grondin", - "Verdy p" - ] - }, - "assert_edit_title": "Échec de l’assertion", - "assertedit-desc": "Ajoute des assertions de modification pour l’utilisation par des bots", - "assert_edit_message": "L’assertion indiquée ($1) a échoué." -} \ No newline at end of file diff --git a/i18n/frp.json b/i18n/frp.json deleted file mode 100644 index d3360c8..0000000 --- a/i18n/frp.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "ChrisPtDe" - ] - }, - "assert_edit_title": "Falyita de l’assèrcion", - "assertedit-desc": "Apond des assèrcions de changement por l’usâjo per des bots.", - "assert_edit_message": "L’assèrcion spècefiâ ($1) at pas reussia." -} \ No newline at end of file diff --git a/i18n/frr.json b/i18n/frr.json deleted file mode 100644 index b8c3cb2..0000000 --- a/i18n/frr.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Murma174" - ] - }, - "assert_edit_title": "Det preew üüb skriiwrochten as skiaf gingen.", - "assertedit-desc": "Racht för bots en preew üüb skriiwrochten iin", - "assert_edit_message": "Det preew üüb detdiar skriiwrocht ($1) as skiaf gingen." -} \ No newline at end of file diff --git a/i18n/fy.json b/i18n/fy.json deleted file mode 100644 index 6c850ad..0000000 --- a/i18n/fy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "@metadata": { - "authors": [ - "SK-luuut" - ] - }, - "assert_edit_title": "Befêstiging mislearre", - "assert_edit_message": "De frege befêstiging ($1) mislearre." -} \ No newline at end of file diff --git a/i18n/gl.json b/i18n/gl.json deleted file mode 100644 index ca91f2d..0000000 --- a/i18n/gl.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Alma", - "Toliño" - ] - }, - "assert_edit_title": "Afirmación fracasada", - "assertedit-desc": "Engade afirmacións de edición para o uso mediante bots", - "assert_edit_message": "A afirmación especificada ($1) fracasou." -} \ No newline at end of file diff --git a/i18n/grc.json b/i18n/grc.json deleted file mode 100644 index 26c65ad..0000000 --- a/i18n/grc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Omnipaedista" - ] - }, - "assert_edit_title": "Ἀποτευκτὴ ἐπιβεβαιωμένως", - "assertedit-desc": "Προσθέτει δηλώσεις μεταγραφῶν διὰ χρῆσιν ὑπὸ αὐτομάτων", - "assert_edit_message": "Ἡ καθωρισμένη δήλωσις ($1) ἀπετεύχθη." -} \ No newline at end of file diff --git a/i18n/gsw.json b/i18n/gsw.json deleted file mode 100644 index 52918be..0000000 --- a/i18n/gsw.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Als-Holder" - ] - }, - "assert_edit_title": "Aaspruch fählgschla", - "assertedit-desc": "Ergänzt Bearbeitigs-Aaspruch fir Bötli", - "assert_edit_message": "Dr Aaspruch ($1), wu aagee woren isch, isch fählgschla." -} \ No newline at end of file diff --git a/i18n/gu.json b/i18n/gu.json deleted file mode 100644 index 7db1e99..0000000 --- a/i18n/gu.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Dsvyas" - ] - }, - "assert_edit_title": "દાવો નિષ્ફળ", - "assertedit-desc": "બૉટ્સના વપરાશ માટે ફેરફાર દાવાઓ ઉમેરે છે.", - "assert_edit_message": "ચોક્કસ દાવો ($1) નિષ્ફળ." -} \ No newline at end of file diff --git a/i18n/he.json b/i18n/he.json deleted file mode 100644 index 4f0940d..0000000 --- a/i18n/he.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Rotem Liss" - ] - }, - "assert_edit_title": "הבדיקה נכשלה", - "assertedit-desc": "הוספת בדיקות בעת העריכה, לשימוש הבוטים", - "assert_edit_message": "הבדיקה שצוינה ($1) נכשלה." -} \ No newline at end of file diff --git a/i18n/hi.json b/i18n/hi.json deleted file mode 100644 index 78bbe32..0000000 --- a/i18n/hi.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Kaustubh" - ] - }, - "assert_edit_title": "ऍसर्ट जमा नहीं", - "assertedit-desc": "बोटोंके इस्तेमाल के लिये संपादन ऍसर्शन बढ़ायें", - "assert_edit_message": "बताया हुआ ऍसर्शन ($1) हो नहीं पाया।" -} \ No newline at end of file diff --git a/i18n/hr.json b/i18n/hr.json deleted file mode 100644 index c130fe5..0000000 --- a/i18n/hr.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Dalibor Bosits", - "SpeedyGonsales" - ] - }, - "assert_edit_title": "Neuspjelo potvrđivanje", - "assertedit-desc": "Dodaje potvrđivanje uređivanja za botove.", - "assert_edit_message": "Specificirano potvrđivanje ($1) nije uspjelo." -} \ No newline at end of file diff --git a/i18n/hsb.json b/i18n/hsb.json deleted file mode 100644 index 0032403..0000000 --- a/i18n/hsb.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Michawiki" - ] - }, - "assert_edit_title": "Twjerdźenje njeporadźiło", - "assertedit-desc": "Přidawa kontrolowe dypki za wužiwanje přez boćiki", - "assert_edit_message": "Podate twjerdźenje ($1) je so njeporadźiło." -} \ No newline at end of file diff --git a/i18n/ht.json b/i18n/ht.json deleted file mode 100644 index c3933ab..0000000 --- a/i18n/ht.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Boukman", - "Masterches" - ] - }, - "assert_edit_title": "Alegasyon pa t ajoute", - "assertedit-desc": "Ajoute alegasyon sou modifikasyon pou wobo yo kapab itilize", - "assert_edit_message": "Alegasyon pou ($1) pa t ajoute." -} \ No newline at end of file diff --git a/i18n/hu.json b/i18n/hu.json deleted file mode 100644 index b5bde43..0000000 --- a/i18n/hu.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Dani" - ] - }, - "assert_edit_title": "Az előfeltételezés hamis", - "assertedit-desc": "Szerkesztési előfeltételezések botok számára", - "assert_edit_message": "Az előfeltételezés ($1) hamis értéket adott vissza." -} \ No newline at end of file diff --git a/i18n/ia.json b/i18n/ia.json deleted file mode 100644 index 4adefe2..0000000 --- a/i18n/ia.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "McDutchie" - ] - }, - "assert_edit_title": "Assertion fallite", - "assertedit-desc": "Adde assertiones de modification pro uso per bots", - "assert_edit_message": "Le assertion specificate ($1) falleva." -} \ No newline at end of file diff --git a/i18n/id.json b/i18n/id.json deleted file mode 100644 index 3f9ff19..0000000 --- a/i18n/id.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "IvanLanin" - ] - }, - "assert_edit_title": "Penegasan gagal", - "assertedit-desc": "Menambahkan penegasan suntingan untuk digunakan oleh bot", - "assert_edit_message": "Penegasan yang dimaksud ($1) gagal." -} \ No newline at end of file diff --git a/i18n/ilo.json b/i18n/ilo.json deleted file mode 100644 index e746d19..0000000 --- a/i18n/ilo.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Lam-ang" - ] - }, - "assert_edit_title": "Napaay ti panagtalgedan", - "assertedit-desc": "Agnayon kadagiti pagtalgedan a pinagurnos nga us-usaren dagiti bots", - "assert_edit_message": "Ti nainaganan a pagtalgedan ($1) ket napaay." -} \ No newline at end of file diff --git a/i18n/it.json b/i18n/it.json deleted file mode 100644 index 01cabd0..0000000 --- a/i18n/it.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "BrokenArrow" - ] - }, - "assert_edit_title": "Asserzione non riuscita", - "assertedit-desc": "Aggiunge asserzioni di modifica ad uso dei bot", - "assert_edit_message": "L'asserzione indicata ($1) non è riuscita." -} \ No newline at end of file diff --git a/i18n/ja.json b/i18n/ja.json deleted file mode 100644 index a84cdc7..0000000 --- a/i18n/ja.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Aotake", - "JtFuruhata", - "Shirayuki" - ] - }, - "assert_edit_title": "アサーションに失敗", - "assertedit-desc": "ボットが使用する編集アサーションを追加する", - "assert_edit_message": "アサーション ($1) に失敗しました。" -} \ No newline at end of file diff --git a/i18n/jut.json b/i18n/jut.json deleted file mode 100644 index 245e5f3..0000000 --- a/i18n/jut.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Huslåke" - ] - }, - "assert_edit_title": "Assert failed", - "assertedit-desc": "Adds edit assertions for use by bots", - "assert_edit_message": "Æ spesifisæren assersje ($1) førgeng." -} \ No newline at end of file diff --git a/i18n/jv.json b/i18n/jv.json deleted file mode 100644 index 935ed08..0000000 --- a/i18n/jv.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Meursault2004" - ] - }, - "assert_edit_title": "Pandhedhesan gagal", - "assertedit-desc": "Nambahaké pandhedhesan suntingan kanggo digunakaké déning bot", - "assert_edit_message": "Pandhedhesan sing dikarepaké ($1) gagal." -} \ No newline at end of file diff --git a/i18n/ka.json b/i18n/ka.json deleted file mode 100644 index e903c40..0000000 --- a/i18n/ka.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@metadata": { - "authors": [ - "BRUTE", - "David1010" - ] - }, - "assert_edit_title": "მტკიცება არ სრულდება", - "assertedit-desc": "ამატებს მტკიცებულებებს ბოტების მიერ გამოსაყენებლად", - "assert_edit_message": "მითითებული მტკიცებულება ($1) არ სრულდება." -} \ No newline at end of file diff --git a/i18n/kk-arab.json b/i18n/kk-arab.json deleted file mode 100644 index 584fba8..0000000 --- a/i18n/kk-arab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "@metadata": { - "authors": [] - }, - "assert_edit_title": "ماقۇلداۋ سٵتسٸز", - "assert_edit_message": "ەنگٸزٸلگەن ماقۇلداۋ ($1) سٵتسٸز." -} \ No newline at end of file diff --git a/i18n/kk-cyrl.json b/i18n/kk-cyrl.json deleted file mode 100644 index 0bf29ac..0000000 --- a/i18n/kk-cyrl.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "@metadata": { - "authors": [] - }, - "assert_edit_title": "Мақұлдау сәтсіз", - "assert_edit_message": "Енгізілген мақұлдау ($1) сәтсіз." -} \ No newline at end of file diff --git a/i18n/kk-latn.json b/i18n/kk-latn.json deleted file mode 100644 index c85cfac..0000000 --- a/i18n/kk-latn.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "@metadata": { - "authors": [] - }, - "assert_edit_title": "Maquldaw sätsiz", - "assert_edit_message": "Engizilgen maquldaw ($1) sätsiz." -} \ No newline at end of file diff --git a/i18n/ko.json b/i18n/ko.json deleted file mode 100644 index 2cc613a..0000000 --- a/i18n/ko.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Kwj2772", - "아라" - ] - }, - "assert_edit_title": "검증 실패", - "assertedit-desc": "봇이 사용하는 편집 검증을 추가합니다", - "assert_edit_message": "지정한 검증($1)을 하는 데 실패했습니다." -} \ No newline at end of file diff --git a/i18n/ksh.json b/i18n/ksh.json deleted file mode 100644 index cae2fa3..0000000 --- a/i18n/ksh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Purodha" - ] - }, - "assert_edit_title": "Secherheits-Aansproch nit bestätesch", - "assertedit-desc": "Deit Secherheits-Aanspröch för Bot-Projramme em Wiki dobei.", - "assert_edit_message": "De jewönschte Secherheits-Aansproch, $1, kunnt nit bestätesch wääde." -} \ No newline at end of file diff --git a/i18n/ky.json b/i18n/ky.json deleted file mode 100644 index c8b2aec..0000000 --- a/i18n/ky.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Chorobek" - ] - }, - "assert_edit_title": "Ырастоо болгон жок" -} \ No newline at end of file diff --git a/i18n/lb.json b/i18n/lb.json deleted file mode 100644 index 9b6e149..0000000 --- a/i18n/lb.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Les Meloures", - "Robby", - "Soued031" - ] - }, - "assert_edit_title": "Feeler beim derbäisetzen", - "assertedit-desc": "Setzt Ännerungen derbäi fir d'Benotze vu Botten", - "assert_edit_message": "Déi spezifiéiert Donnée ($1) huet net funktionéiert." -} \ No newline at end of file diff --git a/i18n/li.json b/i18n/li.json deleted file mode 100644 index 76958ab..0000000 --- a/i18n/li.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Ooswesthoesbes", - "Pahles" - ] - }, - "assert_edit_title": "Bevestiging mislök.", - "assertedit-desc": "Maak rolbevestiginge meugelik veur gebroek door bots", - "assert_edit_message": "De gevraogde bevestiging ($1) mislökde." -} \ No newline at end of file diff --git a/i18n/lrc.json b/i18n/lrc.json deleted file mode 100644 index 5c8840d..0000000 --- a/i18n/lrc.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Bonevarluri", - "Mogoeilor" - ] - }, - "assert_edit_title": "نهائن شکست حرد", - "assertedit-desc": "ویرایشت ادعایا نه سی استفاده وا بوت یا اضاف بکید", - "assert_edit_message": "ثاوت کردن ($1) شکست حرد." -} \ No newline at end of file diff --git a/i18n/lt.json b/i18n/lt.json deleted file mode 100644 index d1f2528..0000000 --- a/i18n/lt.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Matasg" - ] - }, - "assert_edit_title": "Tvirtinimas atšauktas", - "assertedit-desc": "Prideda redagavimo tvirtinimus naudojimui su botais", - "assert_edit_message": "Nurodytas tvirtinimas ($1) atšauktas." -} \ No newline at end of file diff --git a/i18n/map-bms.json b/i18n/map-bms.json deleted file mode 100644 index 6c932ca..0000000 --- a/i18n/map-bms.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "StefanusRA" - ] - }, - "assert_edit_title": "Pandhedhesan gagal", - "assertedit-desc": "Nambahna pandhedhesan suntingan kanggo digunakna nang bot", - "assert_edit_message": "Pandhedhesan sing dikarepna ($1) gagal." -} \ No newline at end of file diff --git a/i18n/mg.json b/i18n/mg.json deleted file mode 100644 index 91028cd..0000000 --- a/i18n/mg.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Jagwar" - ] - }, - "assert_edit_title": "Tsy nande ny assertion", - "assertedit-desc": "Manampy assertion ny fanovàna ho an'ny fampiasàna rindrankajy (bot)" -} \ No newline at end of file diff --git a/i18n/mk.json b/i18n/mk.json deleted file mode 100644 index bbd54d5..0000000 --- a/i18n/mk.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Bjankuloski06" - ] - }, - "assert_edit_title": "Тврдењето не успеа", - "assertedit-desc": "Додава тврдења за уредувања за користење од страна на ботови", - "assert_edit_message": "Назначеното тврдење ($1) не успеа." -} \ No newline at end of file diff --git a/i18n/ml.json b/i18n/ml.json deleted file mode 100644 index ff9b834..0000000 --- a/i18n/ml.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Jacob.jose" - ] - }, - "assert_edit_title": "ഉറപ്പുവരുത്താനുള്ള ശ്രമം പരാജയപ്പെട്ടു", - "assertedit-desc": "യന്ത്രങ്ങളുടെ ആവശ്യത്തിനുവേണ്ടി തിരുത്തൽ ഉറപ്പുവരുത്തൽ ഉപാധികൾ ചേർക്കുന്നു", - "assert_edit_message": "പ്രതിപാദ്യ ഉറപ്പുവരുത്തൽ ശ്രമം ($1) പരാജയപ്പെട്ടു." -} \ No newline at end of file diff --git a/i18n/mr.json b/i18n/mr.json deleted file mode 100644 index c999821..0000000 --- a/i18n/mr.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Kaustubh" - ] - }, - "assert_edit_title": "ऍसर्ट जमले नाही", - "assertedit-desc": "सांगकाम्यांच्या वापरासाठी संपादन ऍसर्शन वाढवा", - "assert_edit_message": "सांगितलेले ऍसर्शन ($1) झालेले नाही." -} \ No newline at end of file diff --git a/i18n/ms.json b/i18n/ms.json deleted file mode 100644 index a16f9c0..0000000 --- a/i18n/ms.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Aviator" - ] - }, - "assert_edit_title": "Penegasan gagal", - "assertedit-desc": "Menambahkan penegasan suntingan untuk digunakan oleh bot", - "assert_edit_message": "Penegasan yang dinyatakan ($1) gagal." -} \ No newline at end of file diff --git a/i18n/mt.json b/i18n/mt.json deleted file mode 100644 index 879381f..0000000 --- a/i18n/mt.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Chrisportelli" - ] - }, - "assert_edit_title": "L-asserzjoni ma rnexxietx", - "assertedit-desc": "Iżżid asserzjonijiet tal-immodifikar għall-użu mill-bots", - "assert_edit_message": "L-asserzjoni indikata ($1) falliet." -} \ No newline at end of file diff --git a/i18n/nb.json b/i18n/nb.json deleted file mode 100644 index c36852f..0000000 --- a/i18n/nb.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "@metadata": { - "authors": [] - }, - "assert_edit_title": "Redigeringsforsikring mislyktes.", - "assertedit-desc": "Legger til redigeringsforsikring til bruk for roboter", - "assert_edit_message": "Den spesifiserte redigeringsforsikringen ($1) mislyktes." -} \ No newline at end of file diff --git a/i18n/nds-nl.json b/i18n/nds-nl.json deleted file mode 100644 index 292052b..0000000 --- a/i18n/nds-nl.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Servien" - ] - }, - "assert_edit_title": "Bevestiging mislokt", - "assertedit-desc": "Maakt rolbevestigingen meugelik veur gebruuk deur bots.", - "assert_edit_message": "De evreugen bevestiging ($1) is mislokt." -} \ No newline at end of file diff --git a/i18n/nds.json b/i18n/nds.json deleted file mode 100644 index 89e1381..0000000 --- a/i18n/nds.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Slomox" - ] - }, - "assert_edit_title": "Oplagen för dat Ännern kunnen nich sekerstellt warrn", - "assertedit-desc": "Maakt dat Tofögen vun Oplagen för dat Ännern mööglich", - "assert_edit_message": "De angeven Oplaag ($1) för dat Ännern kunn nich sekerstellt warrn." -} \ No newline at end of file diff --git a/i18n/ne.json b/i18n/ne.json deleted file mode 100644 index 38a573f..0000000 --- a/i18n/ne.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Bhawani Gautam" - ] - }, - "assert_edit_title": "विफल भएको हो भनी जोर दिने" -} \ No newline at end of file diff --git a/i18n/nl.json b/i18n/nl.json deleted file mode 100644 index f773adb..0000000 --- a/i18n/nl.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Siebrand" - ] - }, - "assert_edit_title": "Bevestiging gefaald", - "assertedit-desc": "Maakt rolbevestigingen mogelijk voor gebruik door bots", - "assert_edit_message": "De gevraagde bevestiging ($1) faalde." -} \ No newline at end of file diff --git a/i18n/nn.json b/i18n/nn.json deleted file mode 100644 index cc22eec..0000000 --- a/i18n/nn.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Harald Khan", - "Njardarlogar" - ] - }, - "assert_edit_title": "Redigeringsforsikring mislukkast", - "assertedit-desc": "Legg til redigeringsforsikring til bruk for robotar", - "assert_edit_message": "Den spesifiserte redigeringsforsikringa ($1) mislukkast." -} \ No newline at end of file diff --git a/i18n/oc.json b/i18n/oc.json deleted file mode 100644 index db1b1b6..0000000 --- a/i18n/oc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Cedric31" - ] - }, - "assert_edit_title": "L'insercion a pas capitat", - "assertedit-desc": "Apond d'edicions d’insercion per l’utilizacion per de bòts", - "assert_edit_message": "L'insercion indicada ($1) a pas capitat." -} \ No newline at end of file diff --git a/i18n/or.json b/i18n/or.json deleted file mode 100644 index 67d30fc..0000000 --- a/i18n/or.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Psubhashish" - ] - }, - "assert_edit_title": "ସଜାଣି ହୋଇପାରିଲା ନାହିଁ", - "assertedit-desc": "ବଟମାନଙ୍କ ତିଆରି ବଦଳ ସଜାଣି ମିଶାଏ", - "assert_edit_message": "ଆଶାତୀତ ସଠିକ ଖବର ($1)ଟି ବିଫଳ ହେଲା ।" -} \ No newline at end of file diff --git a/i18n/pfl.json b/i18n/pfl.json deleted file mode 100644 index 6267d60..0000000 --- a/i18n/pfl.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Manuae" - ] - }, - "assert_edit_title": "Die Bereschdischung hod ned iwabriefd were kenne." -} \ No newline at end of file diff --git a/i18n/pl.json b/i18n/pl.json deleted file mode 100644 index c8d1228..0000000 --- a/i18n/pl.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Sp5uhe" - ] - }, - "assert_edit_title": "Brak wystąpień", - "assertedit-desc": "Dodaje funkcję weryfikacji zalogowania oraz flagi bota przy próbie edycji do wykorzystania przez boty", - "assert_edit_message": "Określone żądanie ($1) nie wystąpiło." -} \ No newline at end of file diff --git a/i18n/pms.json b/i18n/pms.json deleted file mode 100644 index f1c573c..0000000 --- a/i18n/pms.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Dragonòt" - ] - }, - "assert_edit_title": "Assersion falìa", - "assertedit-desc": "A gionta assersion ëd modìfica da dovré dai bot", - "assert_edit_message": "L'assersion spessificà ($1) a l'é falìa." -} \ No newline at end of file diff --git a/i18n/pnb.json b/i18n/pnb.json deleted file mode 100644 index 2ebb5d0..0000000 --- a/i18n/pnb.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Khalid Mahmood" - ] - }, - "assert_edit_title": "کوشش فیل", - "assertedit-desc": "بوٹ ورتن لئی نشان لاؤ", - "assert_edit_message": "خاص نشان ($1) نئیں چلیا۔" -} \ No newline at end of file diff --git a/i18n/pt-br.json b/i18n/pt-br.json deleted file mode 100644 index 8344c1e..0000000 --- a/i18n/pt-br.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Eduardo.mps" - ] - }, - "assert_edit_title": "A asserção falhou", - "assertedit-desc": "Adiciona asserções de edição para o uso por bots", - "assert_edit_message": "A asserção especificada ($1) falhou." -} \ No newline at end of file diff --git a/i18n/pt.json b/i18n/pt.json deleted file mode 100644 index 2eddb33..0000000 --- a/i18n/pt.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Malafaya" - ] - }, - "assert_edit_title": "A asserção falhou", - "assertedit-desc": "Adiciona asserções de edição para o uso por bots", - "assert_edit_message": "A asserção especificada ($1) falhou." -} \ No newline at end of file diff --git a/i18n/qqq.json b/i18n/qqq.json deleted file mode 100644 index 05bb1ad..0000000 --- a/i18n/qqq.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Shirayuki", - "Siebrand", - "Umherirrender" - ] - }, - "assert_edit_title": "Used as page title.\n\nThe page body for this title is {{msg-mw|Assert edit message}}.", - "assertedit-desc": "{{desc|name=Assert Edit|url=http://www.mediawiki.org/wiki/Extension:AssertEdit}}", - "assert_edit_message": "Used as error message body.\n\nThe page title for this error is {{msg-mw|Assert edit title}}.\n\nParameter:\n* $1 - a given assertion" -} \ No newline at end of file diff --git a/i18n/qu.json b/i18n/qu.json deleted file mode 100644 index 8d2e46a..0000000 --- a/i18n/qu.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "AlimanRuna" - ] - }, - "assert_edit_title": "Mañasqaqa manam atinchu", - "assertedit-desc": "Llamk'apuna mañasqakunata rurana antachakunapaq yapan", - "assert_edit_message": "Nisqa mañasqaqa ($1) manam atinchu." -} \ No newline at end of file diff --git a/i18n/ro.json b/i18n/ro.json deleted file mode 100644 index 4dd9558..0000000 --- a/i18n/ro.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Mihai" - ] - }, - "assert_edit_title": "Aserțiune eșuată", - "assertedit-desc": "Adaugă aserțiunile de editare pentru uzul roboților", - "assert_edit_message": "Aserțiunea specificată ($1) a eșuat." -} \ No newline at end of file diff --git a/i18n/roa-tara.json b/i18n/roa-tara.json deleted file mode 100644 index e770a11..0000000 --- a/i18n/roa-tara.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Joetaras" - ] - }, - "assert_edit_title": "Asserzione fallite", - "assertedit-desc": "Aggiunge le cangiaminde de le asserzione pe farle ausà da le bot", - "assert_edit_message": "L'asserzione specifiche ($1) ha fallite." -} \ No newline at end of file diff --git a/i18n/ru.json b/i18n/ru.json deleted file mode 100644 index fad4f28..0000000 --- a/i18n/ru.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Александр Сигачёв" - ] - }, - "assert_edit_title": "Утверждение не выполняется", - "assertedit-desc": "Добавляет утверждения для использования ботами", - "assert_edit_message": "Указанное утверждение ($1) не выполняется." -} \ No newline at end of file diff --git a/i18n/rue.json b/i18n/rue.json deleted file mode 100644 index aa41986..0000000 --- a/i18n/rue.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Gazeb" - ] - }, - "assert_edit_title": "Тверджіня злыгало", - "assertedit-desc": "Додає підтверджіня про хоснованя ботами", - "assert_edit_message": "Зазначене тверджіня ($1) ся не выконує." -} \ No newline at end of file diff --git a/i18n/sa.json b/i18n/sa.json deleted file mode 100644 index 8750ee9..0000000 --- a/i18n/sa.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Shubha" - ] - }, - "assert_edit_title": "प्रवादः विफलः", - "assertedit-desc": "'बोट्स्'इत्येतेषां सहायार्थं प्रवादसम्पादनं योज्यते", - "assert_edit_message": "सूचितः ($1) प्रवादः विफलः जातः ।" -} \ No newline at end of file diff --git a/i18n/sah.json b/i18n/sah.json deleted file mode 100644 index 1dc1427..0000000 --- a/i18n/sah.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "HalanTul" - ] - }, - "assert_edit_title": "Этии толоруллубат", - "assertedit-desc": "Роботтар тутталларыгар этиилэри (утверждения) эбэр", - "assert_edit_message": "Этиллибит ($1) этии толоруллубат" -} \ No newline at end of file diff --git a/i18n/sat.json b/i18n/sat.json deleted file mode 100644 index d8afcc8..0000000 --- a/i18n/sat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Salvator" - ] - }, - "assert_edit_title": "Ekalte baṅ hoylena", - "assert_edit_message": "Khạṭitet́ge($1)baṅ hoylena" -} \ No newline at end of file diff --git a/i18n/scn.json b/i18n/scn.json deleted file mode 100644 index efd1859..0000000 --- a/i18n/scn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Santu" - ] - }, - "assert_edit_title": "Affirmazzioni non arinisciuta", - "assertedit-desc": "Junci affirmazzionid mudìfica a usu di li bot", - "assert_edit_message": "L'affirmazzioni nnicata ($1) non ariniscìu." -} \ No newline at end of file diff --git a/i18n/sh.json b/i18n/sh.json deleted file mode 100644 index 3e55c76..0000000 --- a/i18n/sh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "OC Ripper" - ] - }, - "assert_edit_title": "Potvrđivanje nije uspjelo", - "assertedit-desc": "Dodaje potvrđivanje uređivanja za botove.", - "assert_edit_message": "Specificirano potvrđivanje ($1) nije uspjelo." -} \ No newline at end of file diff --git a/i18n/shi.json b/i18n/shi.json deleted file mode 100644 index 8a1d3b1..0000000 --- a/i18n/shi.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Dalinanir" - ] - }, - "assert_edit_title": "Ur ittuykkad", - "assertedit-desc": "Zayd ukkd imbddeln s botn", - "assert_edit_message": "Tuwkid ($1) ur izri" -} \ No newline at end of file diff --git a/i18n/si.json b/i18n/si.json deleted file mode 100644 index 4a6dff1..0000000 --- a/i18n/si.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Singhalawap", - "Thameera123" - ] - }, - "assert_edit_title": "ස්ථිර කිරීම අසමත් විය", - "assertedit-desc": "රොබෝවරුන්ගේ ප්රයෝජනය සඳහා සංස්කරණ ස්ථිර කිරීම් එකතු කරයි", - "assert_edit_message": "සඳහන් කළ ස්ථිර කිරීම ($1) අසමත් විය" -} \ No newline at end of file diff --git a/i18n/sk.json b/i18n/sk.json deleted file mode 100644 index 510709f..0000000 --- a/i18n/sk.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Helix84" - ] - }, - "assert_edit_title": "Predpoklad zlyhal", - "assertedit-desc": "Pridáva predpoklady pre úpravy, ktoré využijú roboty", - "assert_edit_message": "Uvedený predpoklad ($1) zlyhal." -} \ No newline at end of file diff --git a/i18n/sl.json b/i18n/sl.json deleted file mode 100644 index de632da..0000000 --- a/i18n/sl.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Dbc334" - ] - }, - "assert_edit_title": "Uveljavljanje spodletelo", - "assertedit-desc": "Doda možnost uporabe etiket sprememb za bote", - "assert_edit_message": "Izbrano dejanje ($1) je spodletelo." -} \ No newline at end of file diff --git a/i18n/sq.json b/i18n/sq.json deleted file mode 100644 index f953226..0000000 --- a/i18n/sq.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Olsi" - ] - }, - "assert_edit_title": "Pohimi dështoi", - "assertedit-desc": "Shtoni mbrojtje redaktimesh nga përdorimet e robotëve", - "assert_edit_message": "Mbrojtja e caktuar ($1) dështoi." -} \ No newline at end of file diff --git a/i18n/sr-ec.json b/i18n/sr-ec.json deleted file mode 100644 index 59e13e5..0000000 --- a/i18n/sr-ec.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Millosh", - "Rancher" - ] - }, - "assert_edit_title": "Тврдња није успела", - "assertedit-desc": "Додаје тврдње за уређивање за коришћење од стране ботова", - "assert_edit_message": "Наведена тврдња ($1) није успела." -} \ No newline at end of file diff --git a/i18n/sr-el.json b/i18n/sr-el.json deleted file mode 100644 index ecd9190..0000000 --- a/i18n/sr-el.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Michaello", - "Rancher" - ] - }, - "assert_edit_title": "Tvrdnja nije uspela", - "assertedit-desc": "Dodaje tvrdnje za uređivanje za korišćenje od strane botova", - "assert_edit_message": "Navedena tvrdnja ($1) nije uspela." -} \ No newline at end of file diff --git a/i18n/stq.json b/i18n/stq.json deleted file mode 100644 index b3ac426..0000000 --- a/i18n/stq.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Pyt" - ] - }, - "assert_edit_title": "Anspruch failsloain", - "assertedit-desc": "Föiget Beoarbaidengs-Anspruch tou foar Bots", - "assert_edit_message": "Die ounroate Anspruch ($1) is failsloain." -} \ No newline at end of file diff --git a/i18n/sv.json b/i18n/sv.json deleted file mode 100644 index b39dd21..0000000 --- a/i18n/sv.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Lejonel" - ] - }, - "assert_edit_title": "Försäkran misslyckades", - "assertedit-desc": "Ger robotar möjlighet att använda redigeringsförsäkringar", - "assert_edit_message": "Den försäkran som angavs ($1) misslyckades." -} \ No newline at end of file diff --git a/i18n/sw.json b/i18n/sw.json deleted file mode 100644 index 4d8a2d2..0000000 --- a/i18n/sw.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Stephenwanjau" - ] - }, - "assert_edit_title": "Kudaiwa kumeshindwa" -} \ No newline at end of file diff --git a/i18n/ta.json b/i18n/ta.json deleted file mode 100644 index 74ceced..0000000 --- a/i18n/ta.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Shanmugamp7" - ] - }, - "assert_edit_title": "உறுதியாக சொல்வது தோல்வியடைந்தது", - "assertedit-desc": "Bots மூலம் பயன்படுத்தும் திருத்து பேச்சுக்களையும் சேர்.", - "assert_edit_message": "குறிப்பிட்ட assertion ( $1 ) தோல்வியடைந்தது." -} \ No newline at end of file diff --git a/i18n/te.json b/i18n/te.json deleted file mode 100644 index eb80934..0000000 --- a/i18n/te.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Veeven" - ] - }, - "assert_edit_title": "ఉటంకింపు విఫలమైంది", - "assertedit-desc": "బాట్లు వాడే దిద్దుబాటు ఉటంకింపులను చేరుస్తుంది", - "assert_edit_message": "ఉటంకింపు ($1) విఫలమైంది." -} \ No newline at end of file diff --git a/i18n/tg-cyrl.json b/i18n/tg-cyrl.json deleted file mode 100644 index 9cc1a69..0000000 --- a/i18n/tg-cyrl.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Ibrahim" - ] - }, - "assert_edit_title": "Таъйид номуваффақ шуд", - "assertedit-desc": "Имкони таъйиди вироишҳоро барои истифодаи роботҳо илова мекунад", - "assert_edit_message": "Таъйиди мавриди назар ($1) номувофиқ буд." -} \ No newline at end of file diff --git a/i18n/tg-latn.json b/i18n/tg-latn.json deleted file mode 100644 index 3c05513..0000000 --- a/i18n/tg-latn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Liangent" - ] - }, - "assert_edit_title": "Ta'jid nomuvaffaq şud", - "assertedit-desc": "Imkoni ta'jidi viroişhoro baroi istifodai robotho ilova mekunad", - "assert_edit_message": "Ta'jidi mavridi nazar ($1) nomuvofiq bud." -} \ No newline at end of file diff --git a/i18n/tk.json b/i18n/tk.json deleted file mode 100644 index d9c23b1..0000000 --- a/i18n/tk.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Hanberke" - ] - }, - "assert_edit_title": "Tassyklama şowsuz", - "assertedit-desc": "Botlar tarapyndan ulanmak üçin özgerdiş tassyklamalaryny goşýar", - "assert_edit_message": "Görkezilen tassyklama ($1) şowsuz." -} \ No newline at end of file diff --git a/i18n/tl.json b/i18n/tl.json deleted file mode 100644 index 04ca6e7..0000000 --- a/i18n/tl.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "AnakngAraw" - ] - }, - "assert_edit_title": "Nabigo ang paggigiit (pagtatanggol)", - "assertedit-desc": "Nagdaragdag ng mga panggigiit (pagtatanggol) na pampagbabago na magagamit ng mga ''bot''", - "assert_edit_message": "Nabigo ang tinukoy na panggigiit/pagtatanggol ($1)." -} \ No newline at end of file diff --git a/i18n/tr.json b/i18n/tr.json deleted file mode 100644 index c15051c..0000000 --- a/i18n/tr.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Joseph" - ] - }, - "assert_edit_title": "Açıklama başarısız oldu", - "assertedit-desc": "Botlar tarafından kullanılmak için değişiklik açıklamaları ekler", - "assert_edit_message": "Belirtilen açıklama ($1) başarısız oldu." -} \ No newline at end of file diff --git a/i18n/ug-arab.json b/i18n/ug-arab.json deleted file mode 100644 index 69962cc..0000000 --- a/i18n/ug-arab.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Sahran" - ] - }, - "assert_edit_title": "ئاسرىيالمىدى", - "assertedit-desc": "ماشىنا ئادەمنىڭ تەھرىرلىشىگە ئاسراش قوشىدۇ", - "assert_edit_message": "بەلگىلەنگەن ئاسراش ($1) مەغلۇپ بولدى." -} \ No newline at end of file diff --git a/i18n/uk.json b/i18n/uk.json deleted file mode 100644 index 89baf4c..0000000 --- a/i18n/uk.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@metadata": { - "authors": [ - "AS", - "Ahonc" - ] - }, - "assert_edit_title": "Твердження не виконується", - "assertedit-desc": "Додає підтвердження для використання ботами", - "assert_edit_message": "Зазначене твердження ($1) не виконується." -} \ No newline at end of file diff --git a/i18n/ur.json b/i18n/ur.json deleted file mode 100644 index e058759..0000000 --- a/i18n/ur.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "@metadata": { - "authors": [ - "පසිඳු කාවින්ද" - ] - }, - "assert_edit_title": "پر زور میں ناکام رہے" -} \ No newline at end of file diff --git a/i18n/vec.json b/i18n/vec.json deleted file mode 100644 index 3e5641f..0000000 --- a/i18n/vec.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Candalua" - ] - }, - "assert_edit_title": "Asserzion mìa riussìa", - "assertedit-desc": "Zonta asserzion de modifica ad uso dei bot", - "assert_edit_message": "L'asserzion indicà ($1) no la xe riussìa." -} \ No newline at end of file diff --git a/i18n/vi.json b/i18n/vi.json deleted file mode 100644 index eb0583a..0000000 --- a/i18n/vi.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Vinhtantran" - ] - }, - "assert_edit_title": "Xác nhận thất bại", - "assertedit-desc": "Thêm xác nhận sửa đổi để bot sử dụng", - "assert_edit_message": "Xác nhận được chỉ định ($1) đã thất bại." -} \ No newline at end of file diff --git a/i18n/vo.json b/i18n/vo.json deleted file mode 100644 index e1bd7e3..0000000 --- a/i18n/vo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Smeira" - ] - }, - "assert_edit_title": "Fümedam no eplöpon", - "assert_edit_message": "Fümedam peflagöl ($1) no eplöpon." -} \ No newline at end of file diff --git a/i18n/yue.json b/i18n/yue.json deleted file mode 100644 index b4c16a5..0000000 --- a/i18n/yue.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Shinjiman" - ] - }, - "assert_edit_title": "維護失敗", - "assertedit-desc": "為機械人嘅編輯加入斷言", - "assert_edit_message": "所指定嘅斷言 ($1) 失敗。" -} \ No newline at end of file diff --git a/i18n/zea.json b/i18n/zea.json deleted file mode 100644 index d526b7a..0000000 --- a/i18n/zea.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "NJ" - ] - }, - "assert_edit_title": "Bevestigieng mislukt", - "assertedit-desc": "Mik rolbevestigiengen meuhlijk voe gebruuk deur bots", - "assert_edit_message": "De gevraegde bevestigieng ($1) is mislukt." -} \ No newline at end of file diff --git a/i18n/zh-hans.json b/i18n/zh-hans.json deleted file mode 100644 index 1d11b80..0000000 --- a/i18n/zh-hans.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Liangent", - "Shinjiman" - ] - }, - "assert_edit_title": "维护失败", - "assertedit-desc": "为机器人的编辑添加断言", - "assert_edit_message": "所指定的断言 ($1) 失败。" -} \ No newline at end of file diff --git a/i18n/zh-hant.json b/i18n/zh-hant.json deleted file mode 100644 index 5f247ca..0000000 --- a/i18n/zh-hant.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@metadata": { - "authors": [ - "Shinjiman" - ] - }, - "assert_edit_title": "維護失敗", - "assertedit-desc": "為機器人的編輯增加聲明", - "assert_edit_message": "所指定的斷言 ($1) 失敗。" -} \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/155114 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idcbd5c9c636485058dfa779e111ee2f55a3dc0fa Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/AssertEdit Gerrit-Branch: REL1_23 Gerrit-Owner: Legoktm <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
