Compare commits
+3
-1
@@ -1,5 +1,7 @@
|
|||||||
.svn
|
|
||||||
*~
|
*~
|
||||||
*.kate-swp
|
*.kate-swp
|
||||||
.*.swp
|
.*.swp
|
||||||
.idea
|
.idea
|
||||||
|
node_modules/
|
||||||
|
/composer.lock
|
||||||
|
/vendor/
|
||||||
|
|||||||
+1
-1
@@ -2,5 +2,5 @@
|
|||||||
host=gerrit.wikimedia.org
|
host=gerrit.wikimedia.org
|
||||||
port=29418
|
port=29418
|
||||||
project=mediawiki/extensions/ContributionScores
|
project=mediawiki/extensions/ContributionScores
|
||||||
defaultbranch=REL1_24
|
track=1
|
||||||
defaultrebase=0
|
defaultrebase=0
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
node_modules
|
||||||
|
vendor
|
||||||
+13
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<ruleset>
|
||||||
|
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki">
|
||||||
|
<exclude name="MediaWiki.Files.ClassMatchesFilename.NotMatch" />
|
||||||
|
<exclude name="MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected" />
|
||||||
|
<exclude name="MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic" />
|
||||||
|
<exclude name="MediaWiki.Usage.DbrQueryUsage.DbrQueryFound" />
|
||||||
|
<exclude name="Squiz.Scope.MethodScope.Missing" />
|
||||||
|
</rule>
|
||||||
|
<file>.</file>
|
||||||
|
<arg name="extensions" value="php,php5,inc" />
|
||||||
|
<arg name="encoding" value="UTF-8" />
|
||||||
|
</ruleset>
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
The development of this software is covered by a [Code of Conduct](https://www.mediawiki.org/wiki/Special:MyLanguage/Code_of_Conduct).
|
||||||
+166
-147
@@ -5,246 +5,265 @@
|
|||||||
* @file
|
* @file
|
||||||
* @ingroup Extensions
|
* @ingroup Extensions
|
||||||
*/
|
*/
|
||||||
// @codingStandardsIgnoreFile
|
|
||||||
|
|
||||||
$specialPageAliases = array();
|
$specialPageAliases = [];
|
||||||
|
|
||||||
/** English (English) */
|
/** English (English) */
|
||||||
$specialPageAliases['en'] = array(
|
$specialPageAliases['en'] = [
|
||||||
'ContributionScores' => array( 'ContributionScores' ),
|
'ContributionScores' => [ 'ContributionScores' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Arabic (العربية) */
|
/** Arabic (العربية) */
|
||||||
$specialPageAliases['ar'] = array(
|
$specialPageAliases['ar'] = [
|
||||||
'ContributionScores' => array( 'نتائج_المساهمة' ),
|
'ContributionScores' => [ 'نتائج_المساهمة' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Aramaic (ܐܪܡܝܐ) */
|
/** Aramaic (ܐܪܡܝܐ) */
|
||||||
$specialPageAliases['arc'] = array(
|
$specialPageAliases['arc'] = [
|
||||||
'ContributionScores' => array( 'ܦܠܛ̈ܐ_ܕܫܘܬܦܘ̈ܬܐ' ),
|
'ContributionScores' => [ 'ܦܠܛ̈ܐ_ܕܫܘܬܦܘ̈ܬܐ' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Egyptian Spoken Arabic (مصرى) */
|
/** Egyptian Arabic (مصرى) */
|
||||||
$specialPageAliases['arz'] = array(
|
$specialPageAliases['arz'] = [
|
||||||
'ContributionScores' => array( 'نتايج_المساهمه' ),
|
'ContributionScores' => [ 'نتايج_المساهمه' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Assamese (অসমীয়া) */
|
/** Assamese (অসমীয়া) */
|
||||||
$specialPageAliases['as'] = array(
|
$specialPageAliases['as'] = [
|
||||||
'ContributionScores' => array( 'বৰঙনিৰ_মূল্যায়ন' ),
|
'ContributionScores' => [ 'বৰঙনিৰ_মূল্যায়ন' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
|
/** Avaric (авар) */
|
||||||
|
$specialPageAliases['av'] = [
|
||||||
|
'ContributionScores' => [ 'Очки_вклада' ],
|
||||||
|
];
|
||||||
|
|
||||||
/** Bashkir (башҡортса) */
|
/** Bashkir (башҡортса) */
|
||||||
$specialPageAliases['ba'] = array(
|
$specialPageAliases['ba'] = [
|
||||||
'ContributionScores' => array( 'Өлөш_мәрәйҙәре' ),
|
'ContributionScores' => [ 'Өлөш_мәрәйҙәре' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
|
/** Western Balochi (بلوچی رخشانی) */
|
||||||
|
$specialPageAliases['bgn'] = [
|
||||||
|
'ContributionScores' => [ 'شراکتانی_امتیاز_ئان' ],
|
||||||
|
];
|
||||||
|
|
||||||
/** Banjar (Bahasa Banjar) */
|
/** Banjar (Bahasa Banjar) */
|
||||||
$specialPageAliases['bjn'] = array(
|
$specialPageAliases['bjn'] = [
|
||||||
'ContributionScores' => array( 'Skor_sumbangan' ),
|
'ContributionScores' => [ 'Skor_sumbangan' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
|
/** Bengali (বাংলা) */
|
||||||
|
$specialPageAliases['bn'] = [
|
||||||
|
'ContributionScores' => [ 'অবদানের_স্কোর' ],
|
||||||
|
];
|
||||||
|
|
||||||
/** Breton (brezhoneg) */
|
/** Breton (brezhoneg) */
|
||||||
$specialPageAliases['br'] = array(
|
$specialPageAliases['br'] = [
|
||||||
'ContributionScores' => array( 'Skor_Degasadennoù' ),
|
'ContributionScores' => [ 'Skor_Degasadennoù' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Bosnian (bosanski) */
|
/** Bosnian (bosanski) */
|
||||||
$specialPageAliases['bs'] = array(
|
$specialPageAliases['bs'] = [
|
||||||
'ContributionScores' => array( 'DoprinosiBodovi' ),
|
'ContributionScores' => [ 'DoprinosiBodovi' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Min Dong Chinese (Mìng-dĕ̤ng-ngṳ̄) */
|
/** Min Dong Chinese (Mìng-dĕ̤ng-ngṳ̄) */
|
||||||
$specialPageAliases['cdo'] = array(
|
$specialPageAliases['cdo'] = [
|
||||||
'ContributionScores' => array( '貢獻分數' ),
|
'ContributionScores' => [ '貢獻分數' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** German (Deutsch) */
|
/** German (Deutsch) */
|
||||||
$specialPageAliases['de'] = array(
|
$specialPageAliases['de'] = [
|
||||||
'ContributionScores' => array( 'Beitragspunkte' ),
|
'ContributionScores' => [ 'Beitragspunkte' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Zazaki (Zazaki) */
|
/** Zazaki (Zazaki) */
|
||||||
$specialPageAliases['diq'] = array(
|
$specialPageAliases['diq'] = [
|
||||||
'ContributionScores' => array( 'SqoréDekerdışan' ),
|
'ContributionScores' => [ 'SqoréDekerdışan' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Esperanto (Esperanto) */
|
/** Esperanto (Esperanto) */
|
||||||
$specialPageAliases['eo'] = array(
|
$specialPageAliases['eo'] = [
|
||||||
'ContributionScores' => array( 'Poentaro_de_kontribuoj', 'Kontribuatingoj' ),
|
'ContributionScores' => [ 'Poentaro_de_kontribuoj', 'Kontribuatingoj' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Estonian (eesti) */
|
/** Estonian (eesti) */
|
||||||
$specialPageAliases['et'] = array(
|
$specialPageAliases['et'] = [
|
||||||
'ContributionScores' => array( 'Kaastööpunktid' ),
|
'ContributionScores' => [ 'Kaastööpunktid' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Persian (فارسی) */
|
/** Persian (فارسی) */
|
||||||
$specialPageAliases['fa'] = array(
|
$specialPageAliases['fa'] = [
|
||||||
'ContributionScores' => array( 'امتیازهای_مشارکت' ),
|
'ContributionScores' => [ 'امتیازهای_مشارکت' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Finnish (suomi) */
|
/** Finnish (suomi) */
|
||||||
$specialPageAliases['fi'] = array(
|
$specialPageAliases['fi'] = [
|
||||||
'ContributionScores' => array( 'Muokkauspisteet' ),
|
'ContributionScores' => [ 'Muokkauspisteet' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Galician (galego) */
|
/** Galician (galego) */
|
||||||
$specialPageAliases['gl'] = array(
|
$specialPageAliases['gl'] = [
|
||||||
'ContributionScores' => array( 'Puntuación_das_contribucións' ),
|
'ContributionScores' => [ 'Puntuación_das_contribucións' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Hebrew (עברית) */
|
/** Hebrew (עברית) */
|
||||||
$specialPageAliases['he'] = array(
|
$specialPageAliases['he'] = [
|
||||||
'ContributionScores' => array( 'דירוג_תרומות' ),
|
'ContributionScores' => [ 'דירוג_תרומות' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Haitian (Kreyòl ayisyen) */
|
/** Haitian (Kreyòl ayisyen) */
|
||||||
$specialPageAliases['ht'] = array(
|
$specialPageAliases['ht'] = [
|
||||||
'ContributionScores' => array( 'PwentajKontribisyon' ),
|
'ContributionScores' => [ 'PwentajKontribisyon' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Hungarian (magyar) */
|
/** Hungarian (magyar) */
|
||||||
$specialPageAliases['hu'] = array(
|
$specialPageAliases['hu'] = [
|
||||||
'ContributionScores' => array( 'Szerkesztési_pontok' ),
|
'ContributionScores' => [ 'Szerkesztési_pontok' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Interlingua (interlingua) */
|
/** Interlingua (interlingua) */
|
||||||
$specialPageAliases['ia'] = array(
|
$specialPageAliases['ia'] = [
|
||||||
'ContributionScores' => array( 'Scores_de_contributiones' ),
|
'ContributionScores' => [ 'Scores_de_contributiones' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Indonesian (Bahasa Indonesia) */
|
/** Indonesian (Bahasa Indonesia) */
|
||||||
$specialPageAliases['id'] = array(
|
$specialPageAliases['id'] = [
|
||||||
'ContributionScores' => array( 'Skor_kontribusi', 'SkorKontribusi' ),
|
'ContributionScores' => [ 'Skor_kontribusi', 'SkorKontribusi' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Italian (italiano) */
|
/** Italian (italiano) */
|
||||||
$specialPageAliases['it'] = array(
|
$specialPageAliases['it'] = [
|
||||||
'ContributionScores' => array( 'PunteggiContributi' ),
|
'ContributionScores' => [ 'PunteggiContributi' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Japanese (日本語) */
|
/** Japanese (日本語) */
|
||||||
$specialPageAliases['ja'] = array(
|
$specialPageAliases['ja'] = [
|
||||||
'ContributionScores' => array( '貢献スコア', '貢献得点' ),
|
'ContributionScores' => [ '貢献スコア', '貢献得点' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Khmer (ភាសាខ្មែរ) */
|
/** Khmer (ភាសាខ្មែរ) */
|
||||||
$specialPageAliases['km'] = array(
|
$specialPageAliases['km'] = [
|
||||||
'ContributionScores' => array( 'ពិន្ទុអ្នករួមចំណែក' ),
|
'ContributionScores' => [ 'ពិន្ទុអ្នករួមចំណែក' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Korean (한국어) */
|
/** Korean (한국어) */
|
||||||
$specialPageAliases['ko'] = array(
|
$specialPageAliases['ko'] = [
|
||||||
'ContributionScores' => array( '기여점수' ),
|
'ContributionScores' => [ '기여점수' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Colognian (Ripoarisch) */
|
/** Colognian (Ripoarisch) */
|
||||||
$specialPageAliases['ksh'] = array(
|
$specialPageAliases['ksh'] = [
|
||||||
'ContributionScores' => array( 'MetmaacherZahle' ),
|
'ContributionScores' => [ 'MetmaacherZahle' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Ladino (Ladino) */
|
/** Ladino (Ladino) */
|
||||||
$specialPageAliases['lad'] = array(
|
$specialPageAliases['lad'] = [
|
||||||
'ContributionScores' => array( 'Resultados_de_ajustamientos' ),
|
'ContributionScores' => [ 'Resultados_de_ajustamientos' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Luxembourgish (Lëtzebuergesch) */
|
/** Luxembourgish (Lëtzebuergesch) */
|
||||||
$specialPageAliases['lb'] = array(
|
$specialPageAliases['lb'] = [
|
||||||
'ContributionScores' => array( 'Score_vun_de_Kontributiounen' ),
|
'ContributionScores' => [ 'Score_vun_de_Kontributiounen' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
|
/** Northern Luri (لۊری شومالی) */
|
||||||
|
$specialPageAliases['lrc'] = [
|
||||||
|
'ContributionScores' => [ 'نئرخ_ھومیاری' ],
|
||||||
|
];
|
||||||
|
|
||||||
/** Minangkabau (Baso Minangkabau) */
|
/** Minangkabau (Baso Minangkabau) */
|
||||||
$specialPageAliases['min'] = array(
|
$specialPageAliases['min'] = [
|
||||||
'ContributionScores' => array( 'SkorJariah' ),
|
'ContributionScores' => [ 'SkorJariah' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Macedonian (македонски) */
|
/** Macedonian (македонски) */
|
||||||
$specialPageAliases['mk'] = array(
|
$specialPageAliases['mk'] = [
|
||||||
'ContributionScores' => array( 'БодувањеНаПридонесите' ),
|
'ContributionScores' => [ 'БодувањеНаПридонесите' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Malayalam (മലയാളം) */
|
/** Malayalam (മലയാളം) */
|
||||||
$specialPageAliases['ml'] = array(
|
$specialPageAliases['ml'] = [
|
||||||
'ContributionScores' => array( 'സേവനസ്കോറുകൾ' ),
|
'ContributionScores' => [ 'സേവനസ്കോറുകൾ' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Marathi (मराठी) */
|
/** Marathi (मराठी) */
|
||||||
$specialPageAliases['mr'] = array(
|
$specialPageAliases['mr'] = [
|
||||||
'ContributionScores' => array( 'योगदानप्राविण्य' ),
|
'ContributionScores' => [ 'योगदानप्राविण्य' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Norwegian Bokmål (norsk bokmål) */
|
/** Norwegian Bokmål (norsk bokmål) */
|
||||||
$specialPageAliases['nb'] = array(
|
$specialPageAliases['nb'] = [
|
||||||
'ContributionScores' => array( 'Bidragspoeng' ),
|
'ContributionScores' => [ 'Bidragspoeng' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Low Saxon (Netherlands) (Nedersaksies) */
|
/** Low Saxon (Netherlands) (Nedersaksies) */
|
||||||
$specialPageAliases['nds-nl'] = array(
|
$specialPageAliases['nds-nl'] = [
|
||||||
'ContributionScores' => array( 'Biedragentelling' ),
|
'ContributionScores' => [ 'Biedragentelling' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Dutch (Nederlands) */
|
/** Dutch (Nederlands) */
|
||||||
$specialPageAliases['nl'] = array(
|
$specialPageAliases['nl'] = [
|
||||||
'ContributionScores' => array( 'Gebruikersscores', 'Bijdragenscores' ),
|
'ContributionScores' => [ 'Gebruikersscores', 'Bijdragenscores' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Polish (polski) */
|
/** Polish (polski) */
|
||||||
$specialPageAliases['pl'] = array(
|
$specialPageAliases['pl'] = [
|
||||||
'ContributionScores' => array( 'Punkty_za_edycje' ),
|
'ContributionScores' => [ 'Punkty_za_edycje' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Russian (русский) */
|
/** Russian (русский) */
|
||||||
$specialPageAliases['ru'] = array(
|
$specialPageAliases['ru'] = [
|
||||||
'ContributionScores' => array( 'Очки_вклада' ),
|
'ContributionScores' => [ 'Очки_вклада' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Sanskrit (संस्कृतम्) */
|
/** Sanskrit (संस्कृतम्) */
|
||||||
$specialPageAliases['sa'] = array(
|
$specialPageAliases['sa'] = [
|
||||||
'ContributionScores' => array( 'योगदानप्राप्ताङ्क' ),
|
'ContributionScores' => [ 'योगदानप्राप्ताङ्क' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Sicilian (sicilianu) */
|
/** Sicilian (sicilianu) */
|
||||||
$specialPageAliases['scn'] = array(
|
$specialPageAliases['scn'] = [
|
||||||
'ContributionScores' => array( 'PunteggiContribuzione' ),
|
'ContributionScores' => [ 'PunteggiContribuzione' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Slovak (slovenčina) */
|
/** Slovak (slovenčina) */
|
||||||
$specialPageAliases['sk'] = array(
|
$specialPageAliases['sk'] = [
|
||||||
'ContributionScores' => array( 'SkórePríspevkov' ),
|
'ContributionScores' => [ 'SkórePríspevkov' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Swedish (svenska) */
|
/** Swedish (svenska) */
|
||||||
$specialPageAliases['sv'] = array(
|
$specialPageAliases['sv'] = [
|
||||||
'ContributionScores' => array( 'Bidragspoäng' ),
|
'ContributionScores' => [ 'Bidragspoäng' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Thai (ไทย) */
|
/** Thai (ไทย) */
|
||||||
$specialPageAliases['th'] = array(
|
$specialPageAliases['th'] = [
|
||||||
'ContributionScores' => array( 'คะแนนการเขียน' ),
|
'ContributionScores' => [ 'คะแนนการเขียน' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Tagalog (Tagalog) */
|
/** Tagalog (Tagalog) */
|
||||||
$specialPageAliases['tl'] = array(
|
$specialPageAliases['tl'] = [
|
||||||
'ContributionScores' => array( 'Mga_puntos_ng_ambag' ),
|
'ContributionScores' => [ 'Mga_puntos_ng_ambag' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Turkish (Türkçe) */
|
/** Turkish (Türkçe) */
|
||||||
$specialPageAliases['tr'] = array(
|
$specialPageAliases['tr'] = [
|
||||||
'ContributionScores' => array( 'KatkıSkorları', 'KatkıPuanları' ),
|
'ContributionScores' => [ 'KatkıSkorları', 'KatkıPuanları' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Ukrainian (українська) */
|
/** Ukrainian (українська) */
|
||||||
$specialPageAliases['uk'] = array(
|
$specialPageAliases['uk'] = [
|
||||||
'ContributionScores' => array( 'Очки_внеску' ),
|
'ContributionScores' => [ 'Очки_внеску', 'Очки_вклада' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Simplified Chinese (中文(简体)) */
|
/** Simplified Chinese (中文(简体)) */
|
||||||
$specialPageAliases['zh-hans'] = array(
|
$specialPageAliases['zh-hans'] = [
|
||||||
'ContributionScores' => array( '贡献得分' ),
|
'ContributionScores' => [ '贡献得分' ],
|
||||||
);
|
];
|
||||||
|
|
||||||
/** Traditional Chinese (中文(繁體)) */
|
/** Traditional Chinese (中文(繁體)) */
|
||||||
$specialPageAliases['zh-hant'] = array(
|
$specialPageAliases['zh-hant'] = [
|
||||||
'ContributionScores' => array( '貢獻分數' ),
|
'ContributionScores' => [ '貢獻分數' ],
|
||||||
);
|
];
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
* Magic words for extension.
|
* Magic words for extension.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$magicWords = array();
|
$magicWords = [];
|
||||||
|
|
||||||
/** English (English) */
|
/** English (English) */
|
||||||
$magicWords['en'] = array(
|
$magicWords['en'] = [
|
||||||
'cscore' => array( 0, 'cscore' ),
|
'cscore' => [ 0, 'cscore' ],
|
||||||
);
|
];
|
||||||
|
|||||||
@@ -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( 'wfJsonI18nShim9e08550f702d6269' ) ) {
|
|
||||||
function wfJsonI18nShim9e08550f702d6269( $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'][] = 'wfJsonI18nShim9e08550f702d6269';
|
|
||||||
}
|
|
||||||
+30
-25
@@ -1,47 +1,53 @@
|
|||||||
<?php
|
<?php
|
||||||
/** \file
|
/** \file
|
||||||
* \brief Contains setup code for the Contribution Scores Extension.
|
* \brief Contains setup code for the Contribution Scores Extension.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
# Not a valid entry point, skip unless MEDIAWIKI is defined
|
# Not a valid entry point, skip unless MEDIAWIKI is defined
|
||||||
if ( !defined( 'MEDIAWIKI' ) ) {
|
if ( !defined( 'MEDIAWIKI' ) ) {
|
||||||
echo "Contribution Scores extension";
|
echo 'Contribution Scores extension';
|
||||||
exit( 1 );
|
exit( 1 );
|
||||||
}
|
}
|
||||||
|
|
||||||
$wgExtensionCredits['specialpage'][] = array(
|
$wgExtensionCredits['specialpage'][] = [
|
||||||
'path' => __FILE__,
|
'path' => __FILE__,
|
||||||
'name' => 'Contribution Scores',
|
'name' => 'Contribution Scores',
|
||||||
'url' => 'https://www.mediawiki.org/wiki/Extension:Contribution_Scores',
|
'url' => 'https://www.mediawiki.org/wiki/Extension:Contribution_Scores',
|
||||||
'author' => 'Tim Laqua',
|
'author' => 'Tim Laqua',
|
||||||
'descriptionmsg' => 'contributionscores-desc',
|
'descriptionmsg' => 'contributionscores-desc',
|
||||||
'version' => '1.17.0'
|
'version' => '1.25.0'
|
||||||
);
|
];
|
||||||
|
|
||||||
$dir = dirname( __FILE__ ) . '/';
|
|
||||||
|
|
||||||
define( 'CONTRIBUTIONSCORES_MAXINCLUDELIMIT', 50 );
|
define( 'CONTRIBUTIONSCORES_MAXINCLUDELIMIT', 50 );
|
||||||
$wgContribScoreReports = null;
|
$wgContribScoreReports = null;
|
||||||
|
|
||||||
// These settings can be overridden in LocalSettings.php.
|
// These settings can be overridden in LocalSettings.php.
|
||||||
$wgContribScoreIgnoreBlockedUsers = false; // Set to true to exclude bots from the reporting.
|
|
||||||
$wgContribScoreIgnoreBots = false; // Set to true to exclude blocked users from the reporting.
|
|
||||||
$wgContribScoresUseRealName = false; // Set to true to use real user names when available. Only for MediaWiki 1.19 and later.
|
|
||||||
$wgContribScoreDisableCache = false; // Set to true to disable cache for parser function and inclusion of table.
|
|
||||||
|
|
||||||
$wgAutoloadClasses['ContributionScores'] = $dir . 'ContributionScores_body.php';
|
// Set to true to exclude bots from the reporting.
|
||||||
|
$wgContribScoreIgnoreBlockedUsers = false;
|
||||||
|
|
||||||
|
// Set to true to exclude blocked users from the reporting.
|
||||||
|
$wgContribScoreIgnoreBots = false;
|
||||||
|
|
||||||
|
// Set to true to use real user names when available. Only for MediaWiki 1.19 and later.
|
||||||
|
$wgContribScoresUseRealName = false;
|
||||||
|
|
||||||
|
// Set to true to disable cache for parser function and inclusion of table.
|
||||||
|
$wgContribScoreDisableCache = false;
|
||||||
|
|
||||||
|
$wgAutoloadClasses['ContributionScores'] = __DIR__ . '/ContributionScores_body.php';
|
||||||
$wgSpecialPages['ContributionScores'] = 'ContributionScores';
|
$wgSpecialPages['ContributionScores'] = 'ContributionScores';
|
||||||
$wgSpecialPageGroups['ContributionScores'] = 'wiki';
|
|
||||||
|
|
||||||
$wgMessagesDirs['ContributionScores'] = __DIR__ . '/i18n';
|
$wgMessagesDirs['ContributionScores'] = __DIR__ . '/i18n';
|
||||||
$wgExtensionMessagesFiles['ContributionScores'] = $dir . 'ContributionScores.i18n.php';
|
$wgExtensionMessagesFiles['ContributionScoresAlias'] = __DIR__ . '/ContributionScores.alias.php';
|
||||||
$wgExtensionMessagesFiles['ContributionScoresAlias'] = $dir . 'ContributionScores.alias.php';
|
$wgExtensionMessagesFiles['ContributionScoresMagic'] =
|
||||||
$wgExtensionMessagesFiles['ContributionScoresMagic'] = $dir . 'ContributionScores.i18n.magic.php';
|
__DIR__ . '/ContributionScores.i18n.magic.php';
|
||||||
|
|
||||||
$wgHooks['ParserFirstCallInit'][] = 'efContributionScores_Setup';
|
$wgHooks['ParserFirstCallInit'][] = 'efContributionScores_Setup';
|
||||||
|
|
||||||
function efContributionScores_Setup( &$parser ) {
|
function efContributionScores_Setup( &$parser ) {
|
||||||
$parser->setFunctionHook( 'cscore', 'efContributionScores_Render' );
|
$parser->setFunctionHook( 'cscore', 'efContributionScores_Render' );
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -53,28 +59,27 @@ function efContributionScores_Render( &$parser, $usertext, $metric = 'score' ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$user = User::newFromName( $usertext );
|
$user = User::newFromName( $usertext );
|
||||||
$dbr = wfGetDB( DB_SLAVE );
|
$dbr = wfGetDB( DB_REPLICA );
|
||||||
|
|
||||||
if ( $user instanceof User && $user->isLoggedIn() ) {
|
if ( $user instanceof User && $user->isLoggedIn() ) {
|
||||||
global $wgLang;
|
global $wgLang;
|
||||||
|
|
||||||
if ( $metric == 'score' ) {
|
if ( $metric == 'score' ) {
|
||||||
$res = $dbr->select( 'revision',
|
$res = $dbr->select( 'revision',
|
||||||
'COUNT(DISTINCT rev_page)+SQRT(COUNT(rev_id)-COUNT(DISTINCT rev_page))*2 AS wiki_rank',
|
'COUNT(DISTINCT rev_page)+SQRT(COUNT(rev_id)-COUNT(DISTINCT rev_page))*2 AS wiki_rank',
|
||||||
array( 'rev_user' => $user->getID() ) );
|
[ 'rev_user' => $user->getID() ] );
|
||||||
$row = $dbr->fetchObject( $res );
|
$row = $dbr->fetchObject( $res );
|
||||||
$output = $wgLang->formatNum( round( $row->wiki_rank, 0 ) );
|
$output = $wgLang->formatNum( round( $row->wiki_rank, 0 ) );
|
||||||
} elseif ( $metric == 'changes' ) {
|
} elseif ( $metric == 'changes' ) {
|
||||||
$res = $dbr->select( 'revision',
|
$res = $dbr->select( 'revision',
|
||||||
'COUNT(rev_id) AS rev_count',
|
'COUNT(rev_id) AS rev_count',
|
||||||
array( 'rev_user' => $user->getID() ) );
|
[ 'rev_user' => $user->getID() ] );
|
||||||
$row = $dbr->fetchObject( $res );
|
$row = $dbr->fetchObject( $res );
|
||||||
$output = $wgLang->formatNum( $row->rev_count );
|
$output = $wgLang->formatNum( $row->rev_count );
|
||||||
|
|
||||||
} elseif ( $metric == 'pages' ) {
|
} elseif ( $metric == 'pages' ) {
|
||||||
$res = $dbr->select( 'revision',
|
$res = $dbr->select( 'revision',
|
||||||
'COUNT(DISTINCT rev_page) AS page_count',
|
'COUNT(DISTINCT rev_page) AS page_count',
|
||||||
array( 'rev_user' => $user->getID() ) );
|
[ 'rev_user' => $user->getID() ] );
|
||||||
$row = $dbr->fetchObject( $res );
|
$row = $dbr->fetchObject( $res );
|
||||||
$output = $wgLang->formatNum( $row->page_count );
|
$output = $wgLang->formatNum( $row->page_count );
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
+65
-42
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/** \file
|
/** \file
|
||||||
* \brief Contains code for the ContributionScores Class (extends SpecialPage).
|
* \brief Contains code for the ContributionScores Class (extends SpecialPage).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/// Special page class for the Contribution Scores extension
|
/// Special page class for the Contribution Scores extension
|
||||||
/**
|
/**
|
||||||
@@ -21,18 +21,18 @@ class ContributionScores extends IncludableSpecialPage {
|
|||||||
/**
|
/**
|
||||||
* Function generates Contribution Scores tables in HTML format (not wikiText)
|
* Function generates Contribution Scores tables in HTML format (not wikiText)
|
||||||
*
|
*
|
||||||
* @param $days int Days in the past to run report for
|
* @param int $days Days in the past to run report for
|
||||||
* @param $limit int Maximum number of users to return (default 50)
|
* @param int $limit Maximum number of users to return (default 50)
|
||||||
* @param $title Title (default null)
|
* @param string|null $title The title of the table
|
||||||
* @param $options array of options (default none; nosort/notools)
|
* @param array $options array of options (default none; nosort/notools)
|
||||||
* @return Html Table representing the requested Contribution Scores.
|
* @return string Html Table representing the requested Contribution Scores.
|
||||||
*/
|
*/
|
||||||
function genContributionScoreTable( $days, $limit, $title = null, $options = 'none' ) {
|
function genContributionScoreTable( $days, $limit, $title = null, $options = 'none' ) {
|
||||||
global $wgContribScoreIgnoreBots, $wgContribScoreIgnoreBlockedUsers, $wgContribScoresUseRealName;
|
global $wgContribScoreIgnoreBots, $wgContribScoreIgnoreBlockedUsers, $wgContribScoresUseRealName;
|
||||||
|
|
||||||
$opts = explode( ',', strtolower( $options ) );
|
$opts = explode( ',', strtolower( $options ) );
|
||||||
|
|
||||||
$dbr = wfGetDB( DB_SLAVE );
|
$dbr = wfGetDB( DB_REPLICA );
|
||||||
|
|
||||||
$userTable = $dbr->tableName( 'user' );
|
$userTable = $dbr->tableName( 'user' );
|
||||||
$userGroupTable = $dbr->tableName( 'user_groups' );
|
$userGroupTable = $dbr->tableName( 'user_groups' );
|
||||||
@@ -50,12 +50,14 @@ class ContributionScores extends IncludableSpecialPage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ( $wgContribScoreIgnoreBlockedUsers ) {
|
if ( $wgContribScoreIgnoreBlockedUsers ) {
|
||||||
$sqlWhere .= " {$nextPrefix} rev_user NOT IN (SELECT ipb_user FROM {$ipBlocksTable} WHERE ipb_user <> 0)";
|
$sqlWhere .= " {$nextPrefix} rev_user NOT IN " .
|
||||||
|
"(SELECT ipb_user FROM {$ipBlocksTable} WHERE ipb_user <> 0)";
|
||||||
$nextPrefix = "AND";
|
$nextPrefix = "AND";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( $wgContribScoreIgnoreBots ) {
|
if ( $wgContribScoreIgnoreBots ) {
|
||||||
$sqlWhere .= " {$nextPrefix} rev_user NOT IN (SELECT ug_user FROM {$userGroupTable} WHERE ug_group='bot')";
|
$sqlWhere .= " {$nextPrefix} rev_user NOT IN " .
|
||||||
|
"(SELECT ug_user FROM {$userGroupTable} WHERE ug_group='bot')";
|
||||||
}
|
}
|
||||||
|
|
||||||
$sqlMostPages = "SELECT rev_user,
|
$sqlMostPages = "SELECT rev_user,
|
||||||
@@ -67,7 +69,7 @@ class ContributionScores extends IncludableSpecialPage {
|
|||||||
ORDER BY page_count DESC
|
ORDER BY page_count DESC
|
||||||
LIMIT {$limit}";
|
LIMIT {$limit}";
|
||||||
|
|
||||||
$sqlMostRevs = "SELECT rev_user,
|
$sqlMostRevs = "SELECT rev_user,
|
||||||
COUNT(DISTINCT rev_page) AS page_count,
|
COUNT(DISTINCT rev_page) AS page_count,
|
||||||
COUNT(rev_id) AS rev_count
|
COUNT(rev_id) AS rev_count
|
||||||
FROM {$revTable}
|
FROM {$revTable}
|
||||||
@@ -92,11 +94,11 @@ class ContributionScores extends IncludableSpecialPage {
|
|||||||
|
|
||||||
$output = "<table class=\"wikitable contributionscores plainlinks{$sortable}\" >\n" .
|
$output = "<table class=\"wikitable contributionscores plainlinks{$sortable}\" >\n" .
|
||||||
"<tr class='header'>\n" .
|
"<tr class='header'>\n" .
|
||||||
Html::element( 'th', array(), $this->msg( 'contributionscores-rank' )->text() ) .
|
Html::element( 'th', [], $this->msg( 'contributionscores-rank' )->text() ) .
|
||||||
Html::element( 'th', array(), $this->msg( 'contributionscores-score' )->text() ) .
|
Html::element( 'th', [], $this->msg( 'contributionscores-score' )->text() ) .
|
||||||
Html::element( 'th', array(), $this->msg( 'contributionscores-pages' )->text() ) .
|
Html::element( 'th', [], $this->msg( 'contributionscores-pages' )->text() ) .
|
||||||
Html::element( 'th', array(), $this->msg( 'contributionscores-changes' )->text() ) .
|
Html::element( 'th', [], $this->msg( 'contributionscores-changes' )->text() ) .
|
||||||
Html::element( 'th', array(), $this->msg( 'contributionscores-username' )->text() );
|
Html::element( 'th', [], $this->msg( 'contributionscores-username' )->text() );
|
||||||
|
|
||||||
$altrow = '';
|
$altrow = '';
|
||||||
$user_rank = 1;
|
$user_rank = 1;
|
||||||
@@ -118,11 +120,16 @@ class ContributionScores extends IncludableSpecialPage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$output .= Html::closeElement( 'tr' );
|
$output .= Html::closeElement( 'tr' );
|
||||||
$output .= "<tr class='{$altrow}'>\n<td class='content' style='padding-right:10px;text-align:right;'>" .
|
$output .= "<tr class='{$altrow}'>\n" .
|
||||||
$lang->formatNum( round( $user_rank, 0 ) ) . "\n</td><td class='content' style='padding-right:10px;text-align:right;'>" .
|
"<td class='content' style='padding-right:10px;text-align:right;'>" .
|
||||||
$lang->formatNum( round( $row->wiki_rank, 0 ) ) . "\n</td><td class='content' style='padding-right:10px;text-align:right;'>" .
|
$lang->formatNum( round( $user_rank, 0 ) ) .
|
||||||
$lang->formatNum( $row->page_count ) . "\n</td><td class='content' style='padding-right:10px;text-align:right;'>" .
|
"\n</td><td class='content' style='padding-right:10px;text-align:right;'>" .
|
||||||
$lang->formatNum( $row->rev_count ) . "\n</td><td class='content'>" .
|
$lang->formatNum( round( $row->wiki_rank, 0 ) ) .
|
||||||
|
"\n</td><td class='content' style='padding-right:10px;text-align:right;'>" .
|
||||||
|
$lang->formatNum( $row->page_count ) .
|
||||||
|
"\n</td><td class='content' style='padding-right:10px;text-align:right;'>" .
|
||||||
|
$lang->formatNum( $row->rev_count ) .
|
||||||
|
"\n</td><td class='content'>" .
|
||||||
$userLink;
|
$userLink;
|
||||||
|
|
||||||
# Option to not display user tools
|
# Option to not display user tools
|
||||||
@@ -145,22 +152,23 @@ class ContributionScores extends IncludableSpecialPage {
|
|||||||
|
|
||||||
$dbr->freeResult( $res );
|
$dbr->freeResult( $res );
|
||||||
|
|
||||||
if ( !empty( $title ) )
|
if ( !empty( $title ) ) {
|
||||||
$output = Html::rawElement( 'table',
|
$output = Html::rawElement( 'table',
|
||||||
array(
|
[
|
||||||
'style' => 'border-spacing: 0; padding: 0',
|
'style' => 'border-spacing: 0; padding: 0',
|
||||||
'class' => 'contributionscores-wrapper',
|
'class' => 'contributionscores-wrapper',
|
||||||
'lang' => htmlspecialchars( $lang->getCode()),
|
'lang' => htmlspecialchars( $lang->getCode() ),
|
||||||
'dir' => $lang->getDir()
|
'dir' => $lang->getDir()
|
||||||
),
|
],
|
||||||
"\n" .
|
"\n" .
|
||||||
"<tr>\n" .
|
"<tr>\n" .
|
||||||
"<td style='padding: 0px;'>{$title}</td>\n" .
|
"<td style='padding: 0px;'>{$title}</td>\n" .
|
||||||
"</tr>\n" .
|
"</tr>\n" .
|
||||||
"<tr>\n" .
|
"<tr>\n" .
|
||||||
"<td style='padding: 0px;'>{$output}</td>\n" .
|
"<td style='padding: 0px;'>{$output}</td>\n" .
|
||||||
"</tr>\n"
|
"</tr>\n"
|
||||||
);
|
);
|
||||||
|
}
|
||||||
|
|
||||||
return $output;
|
return $output;
|
||||||
}
|
}
|
||||||
@@ -180,7 +188,7 @@ class ContributionScores extends IncludableSpecialPage {
|
|||||||
/**
|
/**
|
||||||
* Called when being included on a normal wiki page.
|
* Called when being included on a normal wiki page.
|
||||||
* Cache is disabled so it can depend on the user language.
|
* Cache is disabled so it can depend on the user language.
|
||||||
* @param $par
|
* @param string|null $par A subpage give to the special page
|
||||||
*/
|
*/
|
||||||
function showInclude( $par ) {
|
function showInclude( $par ) {
|
||||||
$days = null;
|
$days = null;
|
||||||
@@ -213,9 +221,17 @@ class ContributionScores extends IncludableSpecialPage {
|
|||||||
} else {
|
} else {
|
||||||
$reportTitle = $this->msg( 'contributionscores-allrevisions' )->text();
|
$reportTitle = $this->msg( 'contributionscores-allrevisions' )->text();
|
||||||
}
|
}
|
||||||
$reportTitle .= " " . $this->msg( 'contributionscores-top' )->numParams( $limit )->text();
|
$reportTitle .= ' ' . $this->msg( 'contributionscores-top' )->numParams( $limit )->text();
|
||||||
$title = Xml::element( 'h4', array( 'class' => 'contributionscores-title' ), $reportTitle ) . "\n";
|
$title = Xml::element( 'h4',
|
||||||
$this->getOutput()->addHTML( $this->genContributionScoreTable( $days, $limit, $title, $options ) );
|
[ 'class' => 'contributionscores-title' ],
|
||||||
|
$reportTitle
|
||||||
|
) . "\n";
|
||||||
|
$this->getOutput()->addHTML( $this->genContributionScoreTable(
|
||||||
|
$days,
|
||||||
|
$limit,
|
||||||
|
$title,
|
||||||
|
$options
|
||||||
|
) );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -225,11 +241,11 @@ class ContributionScores extends IncludableSpecialPage {
|
|||||||
global $wgContribScoreReports;
|
global $wgContribScoreReports;
|
||||||
|
|
||||||
if ( !is_array( $wgContribScoreReports ) ) {
|
if ( !is_array( $wgContribScoreReports ) ) {
|
||||||
$wgContribScoreReports = array(
|
$wgContribScoreReports = [
|
||||||
array( 7, 50 ),
|
[ 7, 50 ],
|
||||||
array( 30, 50 ),
|
[ 30, 50 ],
|
||||||
array( 0, 50 )
|
[ 0, 50 ]
|
||||||
);
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
$out = $this->getOutput();
|
$out = $this->getOutput();
|
||||||
@@ -242,10 +258,17 @@ class ContributionScores extends IncludableSpecialPage {
|
|||||||
} else {
|
} else {
|
||||||
$reportTitle = $this->msg( 'contributionscores-allrevisions' )->text();
|
$reportTitle = $this->msg( 'contributionscores-allrevisions' )->text();
|
||||||
}
|
}
|
||||||
$reportTitle .= " " . $this->msg( 'contributionscores-top' )->numParams( $revs )->text();
|
$reportTitle .= ' ' . $this->msg( 'contributionscores-top' )->numParams( $revs )->text();
|
||||||
$title = Xml::element( 'h2', array( 'class' => 'contributionscores-title' ), $reportTitle ) . "\n";
|
$title = Xml::element( 'h2',
|
||||||
|
[ 'class' => 'contributionscores-title' ],
|
||||||
|
$reportTitle
|
||||||
|
) . "\n";
|
||||||
$out->addHTML( $title );
|
$out->addHTML( $title );
|
||||||
$out->addHTML( $this->genContributionScoreTable( $days, $revs ) );
|
$out->addHTML( $this->genContributionScoreTable( $days, $revs ) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected function getGroupName() {
|
||||||
|
return 'wiki';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,29 @@
|
|||||||
|
/*jshint node:true */
|
||||||
|
module.exports = function ( grunt ) {
|
||||||
|
'use strict';
|
||||||
|
|
||||||
|
grunt.loadNpmTasks( 'grunt-contrib-jshint' );
|
||||||
|
grunt.loadNpmTasks( 'grunt-banana-checker' );
|
||||||
|
grunt.loadNpmTasks( 'grunt-jsonlint' );
|
||||||
|
|
||||||
|
grunt.initConfig( {
|
||||||
|
jshint: {
|
||||||
|
all: [
|
||||||
|
'*.js'
|
||||||
|
]
|
||||||
|
},
|
||||||
|
banana: {
|
||||||
|
all: 'i18n'
|
||||||
|
},
|
||||||
|
jsonlint: {
|
||||||
|
all: [
|
||||||
|
'**/*.json',
|
||||||
|
'!node_modules/**',
|
||||||
|
'!vendor/**'
|
||||||
|
]
|
||||||
|
}
|
||||||
|
} );
|
||||||
|
|
||||||
|
grunt.registerTask( 'test', [ 'jshint', 'jsonlint', 'banana' ] );
|
||||||
|
grunt.registerTask( 'default', 'test' );
|
||||||
|
};
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
The Contribution Scores extension polls the wiki database to locate contributors with the highest contribution volume.
|
||||||
|
The extension is intended to add a fun metric for contributors to see how much they are helping out.
|
||||||
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"require-dev": {
|
||||||
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
||||||
|
"mediawiki/mediawiki-codesniffer": "24.0.0",
|
||||||
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
||||||
|
"mediawiki/minus-x": "0.3.1"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"fix": [
|
||||||
|
"phpcbf",
|
||||||
|
"minus-x fix ."
|
||||||
|
],
|
||||||
|
"test": [
|
||||||
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
||||||
|
"phpcs -p -s",
|
||||||
|
"minus-x check ."
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
+3
-1
@@ -4,7 +4,8 @@
|
|||||||
"Meno25",
|
"Meno25",
|
||||||
"Mido",
|
"Mido",
|
||||||
"OsamaK",
|
"OsamaK",
|
||||||
"ترجمان05"
|
"ترجمان05",
|
||||||
|
"ديفيد"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "نتائج المساهمات",
|
"contributionscores": "نتائج المساهمات",
|
||||||
@@ -14,6 +15,7 @@
|
|||||||
"contributionscores-days": "{{PLURAL:$1||اليوم الماضي|اليومان الماضيان|ال$1 أيام الماضية|ال$1 يومًا الماضية|ال$1 يوم الماضية}}",
|
"contributionscores-days": "{{PLURAL:$1||اليوم الماضي|اليومان الماضيان|ال$1 أيام الماضية|ال$1 يومًا الماضية|ال$1 يوم الماضية}}",
|
||||||
"contributionscores-allrevisions": "كل الوقت",
|
"contributionscores-allrevisions": "كل الوقت",
|
||||||
"contributionscores-score": "النتيجة",
|
"contributionscores-score": "النتيجة",
|
||||||
|
"contributionscores-rank": "الرتبة",
|
||||||
"contributionscores-pages": "الصفحات",
|
"contributionscores-pages": "الصفحات",
|
||||||
"contributionscores-changes": "تغييرات",
|
"contributionscores-changes": "تغييرات",
|
||||||
"contributionscores-username": "اسم المستخدم",
|
"contributionscores-username": "اسم المستخدم",
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"@metadata": {
|
||||||
|
"authors": [
|
||||||
|
"Benoit Rochon"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"contributionscores-pages": "Masinahikana",
|
||||||
|
"contributionscores-username": "Icinikasowin"
|
||||||
|
}
|
||||||
+3
-2
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"@metadata": {
|
"@metadata": {
|
||||||
"authors": [
|
"authors": [
|
||||||
"Mousa"
|
"Mousa",
|
||||||
|
"Alp Er Tunqa"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "چالیشماق امتیازلاری",
|
"contributionscores": "چالیشماق امتیازلاری",
|
||||||
@@ -11,7 +12,7 @@
|
|||||||
"contributionscores-days": "سون {{PLURAL:$1|گون|$1 گون}}",
|
"contributionscores-days": "سون {{PLURAL:$1|گون|$1 گون}}",
|
||||||
"contributionscores-allrevisions": "بوتون زامانلار",
|
"contributionscores-allrevisions": "بوتون زامانلار",
|
||||||
"contributionscores-score": "امتیاز",
|
"contributionscores-score": "امتیاز",
|
||||||
"contributionscores-pages": "صحیفهلر",
|
"contributionscores-pages": "صفحهلر",
|
||||||
"contributionscores-changes": "دَییشمهلر",
|
"contributionscores-changes": "دَییشمهلر",
|
||||||
"contributionscores-username": "آد",
|
"contributionscores-username": "آد",
|
||||||
"contributionscores-invalidusername": "گئچرسیز ایستیفادهچی آدی",
|
"contributionscores-invalidusername": "گئچرسیز ایستیفادهچی آدی",
|
||||||
|
|||||||
+4
-2
@@ -2,16 +2,18 @@
|
|||||||
"@metadata": {
|
"@metadata": {
|
||||||
"authors": [
|
"authors": [
|
||||||
"Assele",
|
"Assele",
|
||||||
"Haqmar"
|
"Haqmar",
|
||||||
|
"Sagan"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "Индергән өлөштәрҙе баһалау",
|
"contributionscores": "Индергән өлөштәрҙе баһалау",
|
||||||
"contributionscores-desc": "Мәғлүмәттәр базаһынан [[Special:ContributionScores|иң ҙур өлөш индергән ҡатнашыусыларҙы]] билдәләй",
|
"contributionscores-desc": "Мәғлүмәттәр базаһынан [[Special:ContributionScores|иң ҙур өлөш индергән ҡатнашыусыларҙы]] билдәләй",
|
||||||
"contributionscores-info": "Баһа түбәндәге өлөштәрҙе ҡушыу аша иҫәпләнә:\n* 1 мәрәй — һәр айырым битте мөхәррирләү өсөн;\n* 2 * ( (дөйөм үҙгәртеүҙәр һаны) - (барыһы төрлө биттәр) ) айырмаһының тамыры.\nБаһаны иҫәпләгән ваҡытта, шулай итеп, дөйөм үҙгәртеүҙәр һанына ҡарағында үҙгәртеүҙәрҙең төрлөлөгө ҙурыраҡ йоғонто яһай.",
|
"contributionscores-info": "Баһа түбәндәге өлөштәрҙе ҡушыу аша иҫәпләнә:\n* 1 мәрәй — һәр айырым битте мөхәррирләү өсөн;\n* 2 * ( (дөйөм үҙгәртеүҙәр һаны) - (барыһы төрлө биттәр) ) айырмаһының тамыры.\nБаһаны иҫәпләгән ваҡытта, шулай итеп, дөйөм үҙгәртеүҙәр һанына ҡарағында үҙгәртеүҙәрҙең төрлөлөгө ҙурыраҡ йоғонто яһай.",
|
||||||
"contributionscores-top": "(Тәүге $1)",
|
"contributionscores-top": "(Тәүге $1)",
|
||||||
"contributionscores-days": "Һуңғы {{PLURAL:$1|1=көн|$1 көн}}",
|
"contributionscores-days": "{{PLURAL:$1|1=Һуңғы көн}}",
|
||||||
"contributionscores-allrevisions": "Бөтәһе",
|
"contributionscores-allrevisions": "Бөтәһе",
|
||||||
"contributionscores-score": "Баһа",
|
"contributionscores-score": "Баһа",
|
||||||
|
"contributionscores-rank": "Ранг",
|
||||||
"contributionscores-pages": "Биттәр",
|
"contributionscores-pages": "Биттәр",
|
||||||
"contributionscores-changes": "Үҙгәртеүҙәр",
|
"contributionscores-changes": "Үҙгәртеүҙәр",
|
||||||
"contributionscores-username": "Ҡатнашыусы исеме",
|
"contributionscores-username": "Ҡатнашыусы исеме",
|
||||||
|
|||||||
+3
-2
@@ -1,13 +1,14 @@
|
|||||||
{
|
{
|
||||||
"@metadata": {
|
"@metadata": {
|
||||||
"authors": [
|
"authors": [
|
||||||
"DCLXVI"
|
"DCLXVI",
|
||||||
|
"StanProg"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "Потребителска класация",
|
"contributionscores": "Потребителска класация",
|
||||||
"contributionscores-top": "(Най-добрите $1)",
|
"contributionscores-top": "(Най-добрите $1)",
|
||||||
"contributionscores-days": "{{PLURAL:$1|Последния ден|Последните $1 дни}}",
|
"contributionscores-days": "{{PLURAL:$1|Последния ден|Последните $1 дни}}",
|
||||||
"contributionscores-allrevisions": "Всички редакции",
|
"contributionscores-allrevisions": "За всички времена",
|
||||||
"contributionscores-score": "Точки",
|
"contributionscores-score": "Точки",
|
||||||
"contributionscores-pages": "Страници",
|
"contributionscores-pages": "Страници",
|
||||||
"contributionscores-changes": "Редакции",
|
"contributionscores-changes": "Редакции",
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"@metadata": {
|
||||||
|
"authors": [
|
||||||
|
"Ibrahim khashrowdi"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"contributionscores-username": "کار زوروکین نام"
|
||||||
|
}
|
||||||
+3
-1
@@ -3,7 +3,9 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
"Bellayet",
|
"Bellayet",
|
||||||
"Wikitanvir",
|
"Wikitanvir",
|
||||||
"Aftab1995"
|
"Aftab1995",
|
||||||
|
"Aftabuzzaman",
|
||||||
|
"আফতাবুজ্জামান"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "অনুদানের স্কোর",
|
"contributionscores": "অনুদানের স্কোর",
|
||||||
|
|||||||
+1
-1
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"contributionscores": "Skor an degasadennoù",
|
"contributionscores": "Skor an degasadennoù",
|
||||||
"contributionscores-desc": "Furchal a ra er bank roadennoù evit kavout [[Special:ContributionScores|kementadoù brasañ a zegasadennoù an implijerien]]",
|
"contributionscores-desc": "Furchal a ra er bank roadennoù evit kavout [[Special:ContributionScores|kementadoù brasañ a zegasadennoù an implijerien]]",
|
||||||
"contributionscores-info": "Setu penaos e vez jedet ar poenterezh :\n*Ur (1) poent evit pep pajenn kemmet\n*Gwrizienn garrez (an niver hollek a gemmoù graet) - (niver a bajennoù disheñvel) * 2\nLakaat a ra ar formulenn-se al liesseurted war wel kentoc'h eget ar c'hementad.\nE berr gomzoù e talvez da jediñ an niver a bajennoù disheñvel kemmet en ur sellet a-dostoc'h ouzh ar c'hementadoù bras a gemmoù a seller outo evel pajennoù zo gwelloc'h an danvez anezho.",
|
"contributionscores-info": "Da gentañ-penn e vuzul ar poenterezh an unpajennoù bet kemmet, en ur gemer e kont ar c'hementadoù kemmoù brasañ.",
|
||||||
"contributionscores-top": "(An $1 uhelañ)",
|
"contributionscores-top": "(An $1 uhelañ)",
|
||||||
"contributionscores-days": "E-kerzh an {{PLURAL:$1|devezh|$1 devezh}} diwezhañ",
|
"contributionscores-days": "E-kerzh an {{PLURAL:$1|devezh|$1 devezh}} diwezhañ",
|
||||||
"contributionscores-allrevisions": "A-viskoazh",
|
"contributionscores-allrevisions": "A-viskoazh",
|
||||||
|
|||||||
+4
-2
@@ -2,16 +2,18 @@
|
|||||||
"@metadata": {
|
"@metadata": {
|
||||||
"authors": [
|
"authors": [
|
||||||
"CERminator",
|
"CERminator",
|
||||||
"KWiki"
|
"KWiki",
|
||||||
|
"Srdjan m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "Rezultat doprinosa",
|
"contributionscores": "Rezultat doprinosa",
|
||||||
"contributionscores-desc": "Upit u wiki bazu podataka za najveći [[Special:ContributionScores|količinski korisnički doprinos]]",
|
"contributionscores-desc": "Upit u wiki bazu podataka za najveći [[Special:ContributionScores|količinski korisnički doprinos]]",
|
||||||
"contributionscores-info": "Rezultati se računaju na slijedeći naćin:\n*Jedan (1) bod za svaku pojedinu stranicu koja se uredi\n*Drugi korijen od (ukupno načinjenih promjena) - (ukupno pojedinih stranica) * 2\nRezultati koji se dobiju na ovaj način naglašavaju raznolikost uređivanja više od količine uređivanja.\nU osnovi, ovaj rezultat mjeri naročito broj uređivanja pojedinačnih stranica, sa utjecajem velike količine uređivanja - smatra se da utječe na bolji kvalitet stranice.",
|
"contributionscores-info": "Ovaj rezultat prvenstveno mjeri broj uređivanja pojedinačnih stranica, uzimajući u obzir velike količine uređivanja.",
|
||||||
"contributionscores-top": "(Najboljih $1)",
|
"contributionscores-top": "(Najboljih $1)",
|
||||||
"contributionscores-days": "{{PLURAL:$1|Posljednji $1 dan|Posljednja $1 dana|Posljednjih $1 dana}}",
|
"contributionscores-days": "{{PLURAL:$1|Posljednji $1 dan|Posljednja $1 dana|Posljednjih $1 dana}}",
|
||||||
"contributionscores-allrevisions": "Svo vrijeme",
|
"contributionscores-allrevisions": "Svo vrijeme",
|
||||||
"contributionscores-score": "Rezultat",
|
"contributionscores-score": "Rezultat",
|
||||||
|
"contributionscores-rank": "Rang",
|
||||||
"contributionscores-pages": "Stranice",
|
"contributionscores-pages": "Stranice",
|
||||||
"contributionscores-changes": "Izmjene",
|
"contributionscores-changes": "Izmjene",
|
||||||
"contributionscores-username": "Korisničko ime",
|
"contributionscores-username": "Korisničko ime",
|
||||||
|
|||||||
+5
-3
@@ -3,19 +3,21 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
"Jordi Roqué",
|
"Jordi Roqué",
|
||||||
"SMP",
|
"SMP",
|
||||||
"Solde"
|
"Solde",
|
||||||
|
"Toniher"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "Punts de contribució",
|
"contributionscores": "Punts de contribució",
|
||||||
"contributionscores-desc": "Valora les edicions en cerca dels [[Special:ContributionScores|usuaris amb més volum de contribucions]]",
|
"contributionscores-desc": "Valora les edicions en cerca dels [[Special:ContributionScores|usuaris amb més volum de contribucions]]",
|
||||||
"contributionscores-info": "La puntuació es calcula de la manera següent:\n* Un punt per cada pàgina diferent editada, més\n*El doble de l'arrel quadrada de: el total d'edicions fetes menys el total de pàgines diferents editades.\nAquesta fórmula premia la diversitat d'edicions més que no el seu volum.\nBàsicament, mesura el nombre de pàgines diferents editades, amb consideració per els alts volums d'edició considerats de pàgines de més qualitat.",
|
"contributionscores-info": "La puntuació mesura el nombre de pàgines úniques editades, amb consideració de les edicions d'alt volum.",
|
||||||
"contributionscores-top": "($1 millors)",
|
"contributionscores-top": "($1 millors)",
|
||||||
"contributionscores-days": "{{PLURAL:$1|Últim dia|Últims $1 dies}}",
|
"contributionscores-days": "{{PLURAL:$1|Últim dia|Últims $1 dies}}",
|
||||||
"contributionscores-allrevisions": "Des de sempre",
|
"contributionscores-allrevisions": "Des de sempre",
|
||||||
"contributionscores-score": "Puntuació",
|
"contributionscores-score": "Puntuació",
|
||||||
|
"contributionscores-rank": "Classificació",
|
||||||
"contributionscores-pages": "Pàgines",
|
"contributionscores-pages": "Pàgines",
|
||||||
"contributionscores-changes": "Canvis",
|
"contributionscores-changes": "Canvis",
|
||||||
"contributionscores-username": "Nom d'usuari",
|
"contributionscores-username": "Nom d'usuari",
|
||||||
"contributionscores-invalidusername": "Nom d'usuari no vàlid",
|
"contributionscores-invalidusername": "Nom d'usuari no vàlid",
|
||||||
"contributionscores-invalidmetric": "Mètrica invàlida"
|
"contributionscores-invalidmetric": "Mètrica no vàlida"
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
},
|
},
|
||||||
"contributionscores": "Къинхьегаман мах хадор",
|
"contributionscores": "Къинхьегаман мах хадор",
|
||||||
"contributionscores-top": "(диканаш $1)",
|
"contributionscores-top": "(диканаш $1)",
|
||||||
"contributionscores-days": "ТӀаьхьарлерачу {{PLURAL:$1|дийнахь|$1 деношкахь}}",
|
"contributionscores-days": "ТӀаьххьарлерачу {{PLURAL:$1|дийнахь}}",
|
||||||
"contributionscores-allrevisions": "Массо нисдарш",
|
"contributionscores-allrevisions": "Массо нисдарш",
|
||||||
"contributionscores-score": "Мах хадор",
|
"contributionscores-score": "Мах хадор",
|
||||||
"contributionscores-pages": "АгӀонаш",
|
"contributionscores-pages": "АгӀонаш",
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"@metadata": {
|
||||||
|
"authors": [
|
||||||
|
"Kirsan"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"contributionscores-username": "Pòzwa brëkòwnika"
|
||||||
|
}
|
||||||
+4
-4
@@ -12,11 +12,11 @@
|
|||||||
"contributionscores-top": "(Tewr Gırde $1)",
|
"contributionscores-top": "(Tewr Gırde $1)",
|
||||||
"contributionscores-days": "{{PLURAL:$1|Roca peyêne|$1 Rocê peyêni}}",
|
"contributionscores-days": "{{PLURAL:$1|Roca peyêne|$1 Rocê peyêni}}",
|
||||||
"contributionscores-allrevisions": "Çaxan de hemi",
|
"contributionscores-allrevisions": "Çaxan de hemi",
|
||||||
"contributionscores-score": "Skor",
|
"contributionscores-score": "Puwan",
|
||||||
"contributionscores-rank": "Rate",
|
"contributionscores-rank": "Rêze",
|
||||||
"contributionscores-pages": "Peli",
|
"contributionscores-pages": "Peli",
|
||||||
"contributionscores-changes": "Vurnayışi",
|
"contributionscores-changes": "Vurnayışi",
|
||||||
"contributionscores-username": "Nameyê karberi",
|
"contributionscores-username": "Nameyê karberi",
|
||||||
"contributionscores-invalidusername": "Şahtiyaye namey karberi",
|
"contributionscores-invalidusername": "Nameyê karberiyo nêvêrde",
|
||||||
"contributionscores-invalidmetric": "Şahtiyaye metrik"
|
"contributionscores-invalidmetric": "Metriko nêvêrde"
|
||||||
}
|
}
|
||||||
|
|||||||
+4
-4
@@ -8,11 +8,11 @@
|
|||||||
"Protnet"
|
"Protnet"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "Αποτελέσματα Συνεισφοράς",
|
"contributionscores": "Βαθμολογίες συνεισφοράς",
|
||||||
"contributionscores-desc": "Εξετάζει την βάση δεδομένων βίκι για τον σημαντικότερο [[Special:ContributionScores|όγκο συνεισφορών χρήστη]]",
|
"contributionscores-desc": "Εξετάζει την βάση δεδομένων του wiki για τον υψηλότερο [[Special:ContributionScores|όγκο συνεισφορών χρήστη]]",
|
||||||
"contributionscores-info": "Το σκορ μετρά κυρίως επεξεργασίες μοναδικών σελίδων, λαμβάνοντας υπ' όψιν και τον υψηλό όγκο επεξεργασίας.",
|
"contributionscores-info": "Η βαθμολογία μετρά πρωτίστως μοναδικές σελίδες που έχουν τύχει επεξεργασίας, λαμβάνοντας υπ' όψιν και τον υψηλό όγκο επεξεργασίας.",
|
||||||
"contributionscores-top": "(Πρώτοι $1)",
|
"contributionscores-top": "(Πρώτοι $1)",
|
||||||
"contributionscores-days": "Τελευταίες {{PLURAL:$1|ημέρα|$1 ημέρες}}",
|
"contributionscores-days": "{{PLURAL:$1|Τελευταία ημέρα|Τελευταίες $1 ημέρες}}",
|
||||||
"contributionscores-allrevisions": "Όλων των εποχών",
|
"contributionscores-allrevisions": "Όλων των εποχών",
|
||||||
"contributionscores-score": "Βαθμολογία",
|
"contributionscores-score": "Βαθμολογία",
|
||||||
"contributionscores-rank": "Κατάταξη",
|
"contributionscores-rank": "Κατάταξη",
|
||||||
|
|||||||
+16
-16
@@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"@metadata": {
|
"@metadata": {
|
||||||
"authors": []
|
"authors": []
|
||||||
},
|
},
|
||||||
"contributionscores": "Contribution scores",
|
"contributionscores": "Contribution scores",
|
||||||
"contributionscores-desc": "Polls the wiki database for highest [[Special:ContributionScores|user contribution volume]]",
|
"contributionscores-desc": "Polls the wiki database for highest [[Special:ContributionScores|user contribution volume]]",
|
||||||
"contributionscores-info": "The score primarily measures unique pages edited, with consideration for high edit volume.",
|
"contributionscores-info": "The score primarily measures unique pages edited, with consideration for high edit volume.",
|
||||||
"contributionscores-top": "(Top $1)",
|
"contributionscores-top": "(Top $1)",
|
||||||
"contributionscores-days": "Last {{PLURAL:$1|day|$1 days}}",
|
"contributionscores-days": "Last {{PLURAL:$1|day|$1 days}}",
|
||||||
"contributionscores-allrevisions": "All time",
|
"contributionscores-allrevisions": "All time",
|
||||||
"contributionscores-score": "Score",
|
"contributionscores-score": "Score",
|
||||||
"contributionscores-rank": "Rank",
|
"contributionscores-rank": "Rank",
|
||||||
"contributionscores-pages": "Pages",
|
"contributionscores-pages": "Pages",
|
||||||
"contributionscores-changes": "Changes",
|
"contributionscores-changes": "Changes",
|
||||||
"contributionscores-username": "Username",
|
"contributionscores-username": "Username",
|
||||||
"contributionscores-invalidusername": "Invalid username",
|
"contributionscores-invalidusername": "Invalid username",
|
||||||
"contributionscores-invalidmetric": "Invalid metric"
|
"contributionscores-invalidmetric": "Invalid metric"
|
||||||
}
|
}
|
||||||
+3
-2
@@ -2,7 +2,8 @@
|
|||||||
"@metadata": {
|
"@metadata": {
|
||||||
"authors": [
|
"authors": [
|
||||||
"Michawiki",
|
"Michawiki",
|
||||||
"Yekrats"
|
"Yekrats",
|
||||||
|
"Robin van der Vliet"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "Poentaro de Kontribuoj",
|
"contributionscores": "Poentaro de Kontribuoj",
|
||||||
@@ -14,7 +15,7 @@
|
|||||||
"contributionscores-score": "Poentaro",
|
"contributionscores-score": "Poentaro",
|
||||||
"contributionscores-pages": "Paĝoj",
|
"contributionscores-pages": "Paĝoj",
|
||||||
"contributionscores-changes": "Ŝanĝoj",
|
"contributionscores-changes": "Ŝanĝoj",
|
||||||
"contributionscores-username": "Salutnomo",
|
"contributionscores-username": "Uzantnomo",
|
||||||
"contributionscores-invalidusername": "Nevalida salutnomo",
|
"contributionscores-invalidusername": "Nevalida salutnomo",
|
||||||
"contributionscores-invalidmetric": "Nevalida parametro"
|
"contributionscores-invalidmetric": "Nevalida parametro"
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "Puntuaciones de contribuciones",
|
"contributionscores": "Puntuaciones de contribuciones",
|
||||||
"contributionscores-desc": "Encuesta la base de datos del wiki para el mas alto [[Special:ContributionScores|volumen de contribuciones del usuario]]",
|
"contributionscores-desc": "Sondea la base de datos del wiki para el más alto [[Special:ContributionScores|volumen de contribuciones del usuario]]",
|
||||||
"contributionscores-info": "Básicamente, la puntuación mide las páginas únicas editadas, teniendo en cuenta el alto volumen de ediciones.",
|
"contributionscores-info": "Básicamente, la puntuación mide las páginas únicas editadas, teniendo en cuenta el alto volumen de ediciones.",
|
||||||
"contributionscores-top": "($1 más activos)",
|
"contributionscores-top": "($1 más activos)",
|
||||||
"contributionscores-days": "{{PLURAL:$1|Último día|Últimos $1 días}}",
|
"contributionscores-days": "{{PLURAL:$1|Último día|Últimos $1 días}}",
|
||||||
|
|||||||
+7
-3
@@ -4,17 +4,21 @@
|
|||||||
"Crt",
|
"Crt",
|
||||||
"Nike",
|
"Nike",
|
||||||
"Str4nd",
|
"Str4nd",
|
||||||
"Stryn"
|
"Stryn",
|
||||||
|
"Pxos",
|
||||||
|
"Pyscowicz"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "Muokkauspisteet",
|
"contributionscores": "Muokkauspisteet",
|
||||||
"contributionscores-info": "Pisteet lasketaan seuraavalla kaavalla:\n* Yksi piste jokaisesta muokatusta sivusta\n* Neliöjuuri (muokkausten määrä) - (muokatut sivut) * 2\n\nNäin laskettuna pisteet painottavat monipuolisuutta määrän sijaan. Käytännössä pisteet mittaavat muokattujen sivujen määrää, ottaen huomioon muutosten suuren määrän.",
|
"contributionscores-info": "Pistemäärä kuvaa ensisijaisesti muokattujen sivujen lukumäärää, mutta ottaa huomioon myös suuren muokkausmäärän yleisesti.",
|
||||||
"contributionscores-top": "(top $1)",
|
"contributionscores-top": "(top $1)",
|
||||||
"contributionscores-days": "{{PLURAL:$1|Viime päivä|Viimeiset $1 päivää}}",
|
"contributionscores-days": "{{PLURAL:$1|Viime päivä|Viimeiset $1 päivää}}",
|
||||||
"contributionscores-allrevisions": "Koko ajalta",
|
"contributionscores-allrevisions": "Koko ajalta",
|
||||||
"contributionscores-score": "Pisteet",
|
"contributionscores-score": "Pisteet",
|
||||||
|
"contributionscores-rank": "Sija",
|
||||||
"contributionscores-pages": "Sivuja",
|
"contributionscores-pages": "Sivuja",
|
||||||
"contributionscores-changes": "Muutoksia",
|
"contributionscores-changes": "Muutoksia",
|
||||||
"contributionscores-username": "Käyttäjätunnus",
|
"contributionscores-username": "Käyttäjätunnus",
|
||||||
"contributionscores-invalidusername": "Virheellinen käyttäjätunnus"
|
"contributionscores-invalidusername": "Virheellinen käyttäjätunnus",
|
||||||
|
"contributionscores-invalidmetric": "Virheellinen muuttuja"
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
},
|
},
|
||||||
"contributionscores": "Pointage des contributions",
|
"contributionscores": "Pointage des contributions",
|
||||||
"contributionscores-desc": "Scrute la base de données wiki pour les plus importants [[Special:ContributionScores|volumes de contribution des utilisateurs]]",
|
"contributionscores-desc": "Scrute la base de données wiki pour les plus importants [[Special:ContributionScores|volumes de contribution des utilisateurs]]",
|
||||||
"contributionscores-info": "Le score mesure en priorité les pages uniques modifiées, en prenant en compte les gros volumes de modification.",
|
"contributionscores-info": "Le pointage mesure en priorité les pages uniques modifiées, en prenant en compte les gros volumes de modification.",
|
||||||
"contributionscores-top": "(Les $1 plus élevés)",
|
"contributionscores-top": "(Les $1 plus élevés)",
|
||||||
"contributionscores-days": "Dans {{PLURAL:$1|le dernier jour|les derniers $1 jours}}",
|
"contributionscores-days": "Dans {{PLURAL:$1|le dernier jour|les derniers $1 jours}}",
|
||||||
"contributionscores-allrevisions": "Tout le temps",
|
"contributionscores-allrevisions": "Tout le temps",
|
||||||
|
|||||||
+5
-2
@@ -1,8 +1,11 @@
|
|||||||
{
|
{
|
||||||
"@metadata": {
|
"@metadata": {
|
||||||
"authors": [
|
"authors": [
|
||||||
"Snakesteuben"
|
"Snakesteuben",
|
||||||
|
"Robin0van0der0vliet",
|
||||||
|
"Robin van der Vliet",
|
||||||
|
"PiefPafPier"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores-username": "Meidoggernamme"
|
"contributionscores-username": "Meidochnamme"
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -17,6 +17,6 @@
|
|||||||
"contributionscores-pages": "Páxinas",
|
"contributionscores-pages": "Páxinas",
|
||||||
"contributionscores-changes": "Cambios",
|
"contributionscores-changes": "Cambios",
|
||||||
"contributionscores-username": "Nome de usuario",
|
"contributionscores-username": "Nome de usuario",
|
||||||
"contributionscores-invalidusername": "Nome de usuario inválido",
|
"contributionscores-invalidusername": "Nome de usuario non válido",
|
||||||
"contributionscores-invalidmetric": "Métrica inválida"
|
"contributionscores-invalidmetric": "Métrica inválida"
|
||||||
}
|
}
|
||||||
|
|||||||
+3
-2
@@ -3,14 +3,15 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
"Ansumang",
|
"Ansumang",
|
||||||
"Kaustubh",
|
"Kaustubh",
|
||||||
"Siddhartha Ghai"
|
"Siddhartha Ghai",
|
||||||
|
"Sfic"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "योगदान संख्या",
|
"contributionscores": "योगदान संख्या",
|
||||||
"contributionscores-desc": "[[Special:ContributionScores|सदस्य योगदान संख्या]]के अनुसार विकि डाटाबेस दर्शाता हैं",
|
"contributionscores-desc": "[[Special:ContributionScores|सदस्य योगदान संख्या]]के अनुसार विकि डाटाबेस दर्शाता हैं",
|
||||||
"contributionscores-top": "(पहले $1)",
|
"contributionscores-top": "(पहले $1)",
|
||||||
"contributionscores-days": "आखिरी {{PLURAL:$1|$1 दिन}}",
|
"contributionscores-days": "आखिरी {{PLURAL:$1|$1 दिन}}",
|
||||||
"contributionscores-allrevisions": "सभी अवतरण",
|
"contributionscores-allrevisions": "हर समय",
|
||||||
"contributionscores-score": "गुण",
|
"contributionscores-score": "गुण",
|
||||||
"contributionscores-pages": "पृष्ठ",
|
"contributionscores-pages": "पृष्ठ",
|
||||||
"contributionscores-changes": "बदलाव",
|
"contributionscores-changes": "बदलाव",
|
||||||
|
|||||||
+4
-2
@@ -4,16 +4,18 @@
|
|||||||
"Dani",
|
"Dani",
|
||||||
"Dj",
|
"Dj",
|
||||||
"Glanthor Reviol",
|
"Glanthor Reviol",
|
||||||
"Shirayuki"
|
"Shirayuki",
|
||||||
|
"Tacsipacsi"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "Szerkesztési pontszám",
|
"contributionscores": "Szerkesztési pontszám",
|
||||||
"contributionscores-desc": "Megjeleníti a [[Special:ContributionScores|szerkesztő közreműködéseinek súlyát]] a wiki adatbázisa alapján",
|
"contributionscores-desc": "Megjeleníti a [[Special:ContributionScores|szerkesztő közreműködéseinek súlyát]] a wiki adatbázisa alapján",
|
||||||
"contributionscores-info": "A pontszámok az alábbi módon vannak kiszámolva:\n\n* 1 pont minden egyedi lap szerkesztése után\n* (az összes szerkesztés) – (az összes egyedi lap) négyzetgyöke × 2\n\nAz így számolt pontszámok a szerkesztés sokszínűségét mutatják a szerkesztés mennyisége helyett. Alapjában véve a pontszám az egyedi szerkesztett lapok számát mutatja, figyelembe véve a nagy szerkesztési számokat – feltételezve a jobb minőségű lapokat.",
|
"contributionscores-info": "A pontszámok alapvetően az egyedi szerkesztett lapok számát mutatja, figyelembe véve a nagy szerkesztési számokat.",
|
||||||
"contributionscores-top": "(legjobb $1)",
|
"contributionscores-top": "(legjobb $1)",
|
||||||
"contributionscores-days": "Utolsó {{PLURAL:$1|nap|$1 nap}}",
|
"contributionscores-days": "Utolsó {{PLURAL:$1|nap|$1 nap}}",
|
||||||
"contributionscores-allrevisions": "Összes szerkesztés",
|
"contributionscores-allrevisions": "Összes szerkesztés",
|
||||||
"contributionscores-score": "Pontszám",
|
"contributionscores-score": "Pontszám",
|
||||||
|
"contributionscores-rank": "Helyezés",
|
||||||
"contributionscores-pages": "Oldalak",
|
"contributionscores-pages": "Oldalak",
|
||||||
"contributionscores-changes": "Változtatások",
|
"contributionscores-changes": "Változtatások",
|
||||||
"contributionscores-username": "Felhasználónév",
|
"contributionscores-username": "Felhasználónév",
|
||||||
|
|||||||
+8
-6
@@ -2,16 +2,18 @@
|
|||||||
"@metadata": {
|
"@metadata": {
|
||||||
"authors": [
|
"authors": [
|
||||||
"IvanLanin",
|
"IvanLanin",
|
||||||
"Rex"
|
"Rex",
|
||||||
|
"William Surya Permana"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "Skor kontribusi",
|
"contributionscores": "Nilai kontribusi",
|
||||||
"contributionscores-desc": "Menghitung [[Special:ContributionScores|jumlah kontribusi pengguna]] terbanyak di basis data wiki",
|
"contributionscores-desc": "Menghitung [[Special:ContributionScores|volume kontribusi pengguna]] terbanyak di basis data wiki",
|
||||||
"contributionscores-info": "Skor dihitung dengan cara berikut:\n* Satu (1) poin untuk setiap halaman tunggal yang disunting\n* Akar kuadrat dari (total suntingan) - (total halaman tunggal) * 2\nSkor dihitung dengan cara ini untuk menghasilkan jumlah tertimbang penyuntingan berbanding volume suntingan.\nPada dasarnya, skor ini menghitung jumlah halaman tunggal yang disunting, dengan pertimbangan di mana volume suntingan yang tinggi - diasumsikan sebagai halaman dengan kualitas lebih tinggi.",
|
"contributionscores-info": "Nilai ini secara garis besar mengukur halaman unik yang disunting, dengan pertimbangan volume suntingan yang tinggi.",
|
||||||
"contributionscores-top": "($1 tertinggi)",
|
"contributionscores-top": "($1 teratas)",
|
||||||
"contributionscores-days": "{{PLURAL:$1|Hari|$1 hari}} terakhir",
|
"contributionscores-days": "{{PLURAL:$1|Hari|$1 hari}} terakhir",
|
||||||
"contributionscores-allrevisions": "Sepanjang masa",
|
"contributionscores-allrevisions": "Sepanjang masa",
|
||||||
"contributionscores-score": "Skor",
|
"contributionscores-score": "Nilai",
|
||||||
|
"contributionscores-rank": "Peringkat",
|
||||||
"contributionscores-pages": "Halaman",
|
"contributionscores-pages": "Halaman",
|
||||||
"contributionscores-changes": "Perubahan",
|
"contributionscores-changes": "Perubahan",
|
||||||
"contributionscores-username": "Nama pengguna",
|
"contributionscores-username": "Nama pengguna",
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"@metadata": {
|
||||||
|
"authors": [
|
||||||
|
"Ukabia"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"contributionscores-username": "Ahàǹjìème"
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"@metadata": {
|
||||||
|
"authors": [
|
||||||
|
"Joao Xavier"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"contributionscores-days": "Lasta {{PLURAL:$1|dio|$1 dii}}"
|
||||||
|
}
|
||||||
+6
-2
@@ -2,7 +2,8 @@
|
|||||||
"@metadata": {
|
"@metadata": {
|
||||||
"authors": [
|
"authors": [
|
||||||
"S.Örvarr.S",
|
"S.Örvarr.S",
|
||||||
"Snævar"
|
"Snævar",
|
||||||
|
"Sveinn í Felli"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "Framleggjandastig",
|
"contributionscores": "Framleggjandastig",
|
||||||
@@ -12,7 +13,10 @@
|
|||||||
"contributionscores-days": "{{PLURAL:$1|Síðasta $1 daginn|Síðustu $1 dagana}}",
|
"contributionscores-days": "{{PLURAL:$1|Síðasta $1 daginn|Síðustu $1 dagana}}",
|
||||||
"contributionscores-allrevisions": "Allan tímann",
|
"contributionscores-allrevisions": "Allan tímann",
|
||||||
"contributionscores-score": "Stigafjöldi",
|
"contributionscores-score": "Stigafjöldi",
|
||||||
|
"contributionscores-rank": "Sæti",
|
||||||
"contributionscores-pages": "Síður",
|
"contributionscores-pages": "Síður",
|
||||||
"contributionscores-changes": "Breytingar",
|
"contributionscores-changes": "Breytingar",
|
||||||
"contributionscores-username": "Notandanafn"
|
"contributionscores-username": "Notandanafn",
|
||||||
|
"contributionscores-invalidusername": "Ógilt notandanafn",
|
||||||
|
"contributionscores-invalidmetric": "Ógild mæling"
|
||||||
}
|
}
|
||||||
|
|||||||
+6
-4
@@ -2,17 +2,19 @@
|
|||||||
"@metadata": {
|
"@metadata": {
|
||||||
"authors": [
|
"authors": [
|
||||||
"Meursault2004",
|
"Meursault2004",
|
||||||
"Pras"
|
"Pras",
|
||||||
|
"NoiX180"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "Skor Kontribusi",
|
"contributionscores": "Bijining pasumbang",
|
||||||
"contributionscores-desc": "Nglakokaké polling (angkèt) ing basis data kanggo [[Special:ContributionScores|volume kontribusi panganggo]]",
|
"contributionscores-desc": "Nglakokaké polling (angkèt) ing basis data kanggo [[Special:ContributionScores|volume kontribusi panganggo]]",
|
||||||
"contributionscores-info": "Skoré diétung kaya mangkéné:\n* Biji siji (1) per kaca unik sing disunting\n* Oyot (bs. Indonesia ''akar'') saka (Gunggungé Suntingan) - (Gunggungé Kaca-KAca Unik) * 2\nSkor sing diétung miturut cara iki bisa nyerminaké divèrsitas suntingan sadhuwuring volume suntingan.\nSacara dhasar, skor iki utamané ngétung kaca-kaca unik sing disunting, karo mélu nimbangaké volume suntingan dhuwur - diasumsèkaké kwalitas kacané luwih dhuwur.",
|
"contributionscores-info": "Skoré diétung kaya mangkéné:\n* Biji siji (1) per kaca unik sing disunting\n* Oyot (bs. Indonesia ''akar'') saka (Gunggungé Suntingan) - (Gunggungé Kaca-KAca Unik) * 2\nSkor sing diétung miturut cara iki bisa nyerminaké divèrsitas suntingan sadhuwuring volume suntingan.\nSacara dhasar, skor iki utamané ngétung kaca-kaca unik sing disunting, karo mélu nimbangaké volume suntingan dhuwur - diasumsèkaké kwalitas kacané luwih dhuwur.",
|
||||||
"contributionscores-top": "(Top $1)",
|
"contributionscores-top": "(Top $1)",
|
||||||
"contributionscores-days": "{{PLURAL:$1|dina|$1 dina}} pungkasan",
|
"contributionscores-days": "{{PLURAL:$1|dina|$1 dina}} pungkasan",
|
||||||
"contributionscores-allrevisions": "Kabèh Révisi",
|
"contributionscores-allrevisions": "Sasuwéné wektu",
|
||||||
"contributionscores-score": "Skor",
|
"contributionscores-score": "Skor",
|
||||||
"contributionscores-pages": "Kaca-kaca",
|
"contributionscores-rank": "Rangking",
|
||||||
|
"contributionscores-pages": "Kaca",
|
||||||
"contributionscores-changes": "Owah-owahan",
|
"contributionscores-changes": "Owah-owahan",
|
||||||
"contributionscores-username": "Jeneng panganggo",
|
"contributionscores-username": "Jeneng panganggo",
|
||||||
"contributionscores-invalidusername": "Jeneng panganggo ora sah",
|
"contributionscores-invalidusername": "Jeneng panganggo ora sah",
|
||||||
|
|||||||
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"@metadata": {
|
||||||
|
"authors": [
|
||||||
|
"Belkacem77"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"contributionscores": "Agmuḍ n uttekki",
|
||||||
|
"contributionscores-desc": "Ad yesleḍ taffa n isefka n iwikiyen ɣef [[Special:ContributionScores|tesmekta n ittekkiyen n iseqdacen]]",
|
||||||
|
"contributionscores-info": "Agmuḍ ad yektil di tazwara isebtar isufen yettwasnifel, ɣas ulama ddeqs n tesmekta n usinifel i yellan.",
|
||||||
|
"contributionscores-top": "($1 imezwura)",
|
||||||
|
"contributionscores-days": "Deg {{PLURAL:$1|wass aneggaru|$1 n wussan ineggura}}",
|
||||||
|
"contributionscores-allrevisions": "Si tazwara",
|
||||||
|
"contributionscores-score": "Agmuḍ",
|
||||||
|
"contributionscores-rank": "Amḍiq",
|
||||||
|
"contributionscores-pages": "Isebtar",
|
||||||
|
"contributionscores-changes": "Asnifel",
|
||||||
|
"contributionscores-username": "Isem n useqdac",
|
||||||
|
"contributionscores-invalidusername": "Yir isem n useqdac",
|
||||||
|
"contributionscores-invalidmetric": "Yir asekkat"
|
||||||
|
}
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"@metadata": {
|
||||||
|
"authors": [
|
||||||
|
"Mirzali"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"contributionscores-score": "Puwan",
|
||||||
|
"contributionscores-rank": "Rêze",
|
||||||
|
"contributionscores-pages": "Peli",
|
||||||
|
"contributionscores-changes": "Vurnayışi",
|
||||||
|
"contributionscores-username": "Namê karberi"
|
||||||
|
}
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"@metadata": {
|
||||||
|
"authors": [
|
||||||
|
"Rul1902"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"contributionscores-score": "အ်ုဏါင်းဏေဝ်ႋ",
|
||||||
|
"contributionscores-rank": "အ်ုထေါဟ်",
|
||||||
|
"contributionscores-pages": "လိက်မေံၜၠါ်လ်ုဖး",
|
||||||
|
"contributionscores-changes": "မ်ုအင်းလယ်လ်ုဖး",
|
||||||
|
"contributionscores-username": "ဆ်ုသုံႋဆာႋမိင်"
|
||||||
|
}
|
||||||
+13
-6
@@ -1,12 +1,19 @@
|
|||||||
{
|
{
|
||||||
"@metadata": [],
|
"@metadata": {
|
||||||
"contributionscores": "Үлес беру есептері",
|
"authors": [
|
||||||
|
"Arystanbek"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"contributionscores": "Үлес қосу санағы",
|
||||||
"contributionscores-info": "Есептер келесі дей саналады:\n*1 ұпай әрбір түзетілген бірегей бет үшін\n*Мынаның шаршы түбірі (Барлық Істелінген Түзетулер) ‒ (Барлық Бірегей Беттер) * 2\nОсы тәсілмен саналған есептер түзету ауқымындағы өңдеу әркелкілігінің салмағын өлшейді. Негізінде, бұл есеп алдымен түзетілген біркелкі беттерді өлшейді, жоғарғы өңдеу ауқымымен бірге — жоғары сапалы бет жағдайымен есептеп.",
|
"contributionscores-info": "Есептер келесі дей саналады:\n*1 ұпай әрбір түзетілген бірегей бет үшін\n*Мынаның шаршы түбірі (Барлық Істелінген Түзетулер) ‒ (Барлық Бірегей Беттер) * 2\nОсы тәсілмен саналған есептер түзету ауқымындағы өңдеу әркелкілігінің салмағын өлшейді. Негізінде, бұл есеп алдымен түзетілген біркелкі беттерді өлшейді, жоғарғы өңдеу ауқымымен бірге — жоғары сапалы бет жағдайымен есептеп.",
|
||||||
"contributionscores-top": "(Жоғарғы $1)",
|
"contributionscores-top": "(Жоғарғы $1)",
|
||||||
"contributionscores-days": "Соңғы $1 күнде",
|
"contributionscores-days": "Соңғы {{PLURAL:$1|күнде|$1 күнде}}",
|
||||||
"contributionscores-allrevisions": "Барлық нұсқалар",
|
"contributionscores-allrevisions": "Барлық уақытта",
|
||||||
"contributionscores-score": "Есеп",
|
"contributionscores-score": "Ұпай",
|
||||||
|
"contributionscores-rank": "Орны",
|
||||||
"contributionscores-pages": "Беттер",
|
"contributionscores-pages": "Беттер",
|
||||||
"contributionscores-changes": "Өзгерістер",
|
"contributionscores-changes": "Өзгерістер",
|
||||||
"contributionscores-username": "Қатысушы аты"
|
"contributionscores-username": "Қатысушы есімі",
|
||||||
|
"contributionscores-invalidusername": "Жарамсыз қатысушы есімі",
|
||||||
|
"contributionscores-invalidmetric": "Дұрыс емес метрик"
|
||||||
}
|
}
|
||||||
|
|||||||
+3
-2
@@ -12,8 +12,9 @@
|
|||||||
"contributionscores-days": "{{PLURAL:$1|ថ្ងៃ|$1 ថ្ងៃ}}ចុងក្រោយ",
|
"contributionscores-days": "{{PLURAL:$1|ថ្ងៃ|$1 ថ្ងៃ}}ចុងក្រោយ",
|
||||||
"contributionscores-allrevisions": "គ្រប់ពេល",
|
"contributionscores-allrevisions": "គ្រប់ពេល",
|
||||||
"contributionscores-score": "ពិន្ទុ",
|
"contributionscores-score": "ពិន្ទុ",
|
||||||
"contributionscores-pages": "ទំព័រនានា",
|
"contributionscores-rank": "ចំណាត់ថ្នាក់",
|
||||||
"contributionscores-changes": "បំលាស់ប្តូរនានា",
|
"contributionscores-pages": "ទំព័រ",
|
||||||
|
"contributionscores-changes": "បន្លាស់ប្ដូរ",
|
||||||
"contributionscores-username": "អត្តនាម",
|
"contributionscores-username": "អត្តនាម",
|
||||||
"contributionscores-invalidusername": "អត្តនាមមិនត្រឹមត្រូវ"
|
"contributionscores-invalidusername": "អត្តនាមមិនត្រឹមត្រូវ"
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-1
@@ -4,7 +4,8 @@
|
|||||||
"Hym411",
|
"Hym411",
|
||||||
"Priviet",
|
"Priviet",
|
||||||
"Shirayuki",
|
"Shirayuki",
|
||||||
"아라"
|
"아라",
|
||||||
|
"Revi"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "기여 점수",
|
"contributionscores": "기여 점수",
|
||||||
|
|||||||
+3
-3
@@ -4,7 +4,7 @@
|
|||||||
"Purodha"
|
"Purodha"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "Metmaacher ier Beidräsch verjlesche",
|
"contributionscores": "Metmaacher ier Beijdrähsch verjlesche",
|
||||||
"contributionscores-desc": "Fingk de Metmaacher met de [[Special:ContributionScores|miihßte Beidrääsch]].",
|
"contributionscores-desc": "Fingk de Metmaacher met de [[Special:ContributionScores|miihßte Beidrääsch]].",
|
||||||
"contributionscores-info": "En de Houpsaach zälle de einzel ongerscheidlijje veränderte Sigge med enem Zohschlaach för wann vill Änderonge jemaat woodte.",
|
"contributionscores-info": "En de Houpsaach zälle de einzel ongerscheidlijje veränderte Sigge med enem Zohschlaach för wann vill Änderonge jemaat woodte.",
|
||||||
"contributionscores-top": "(Top $1)",
|
"contributionscores-top": "(Top $1)",
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
"contributionscores-rank": "Rang",
|
"contributionscores-rank": "Rang",
|
||||||
"contributionscores-pages": "Sigge",
|
"contributionscores-pages": "Sigge",
|
||||||
"contributionscores-changes": "Änderonge",
|
"contributionscores-changes": "Änderonge",
|
||||||
"contributionscores-username": "Metmaacher Name",
|
"contributionscores-username": "Metmaacher_Nahme",
|
||||||
"contributionscores-invalidusername": "Verkeehte Metmaacher-Name",
|
"contributionscores-invalidusername": "Verkeehte Metmaacher_Nahme",
|
||||||
"contributionscores-invalidmetric": "Onjöltesch Mohß"
|
"contributionscores-invalidmetric": "Onjöltesch Mohß"
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-1
@@ -8,11 +8,12 @@
|
|||||||
},
|
},
|
||||||
"contributionscores": "Biedraaghuuegdjes",
|
"contributionscores": "Biedraaghuuegdjes",
|
||||||
"contributionscores-desc": "Guuef 'n euverzich van [[Special:ContributionScores|gebroekers mit de meiste biedraag]] inne wiki.",
|
"contributionscores-desc": "Guuef 'n euverzich van [[Special:ContributionScores|gebroekers mit de meiste biedraag]] inne wiki.",
|
||||||
"contributionscores-info": "Huuegdjes waere es vólg beraekendj:\n* Ein (1) pöntj veur edere apaart bewèrkdje pazjena\n* Wórtel van (totaal aantal gemaakdje bewèrkinger) - (totaal aantal apaarte pazjena's) × 2\nI huuegdjes die op dees wies beraekendj waere wäög divers bewèrkingsgedraag zwaorder es bewèrkingsvolume. In feite mèt dees huuegdje veurnamelik 't aantal apaarte pazjena's die zeen bewèrk, wiele 'n grót aantal bewèrkinger waal in ach wuuertj genaome, mit de aannaam det 't 'ne pazjena van 'n huuegere kwaliteit is.",
|
"contributionscores-info": "Dees score mètj veurnamelik 't aantaal unieke pagina's det is bewirk, dewiel e groeat aantaal bewirkinge waal in ach weurt genómme.",
|
||||||
"contributionscores-top": "(Top $1)",
|
"contributionscores-top": "(Top $1)",
|
||||||
"contributionscores-days": "{{PLURAL:$1|Lesten daag|Leste $1 daag}}",
|
"contributionscores-days": "{{PLURAL:$1|Lesten daag|Leste $1 daag}}",
|
||||||
"contributionscores-allrevisions": "Alle verzies",
|
"contributionscores-allrevisions": "Alle verzies",
|
||||||
"contributionscores-score": "Puntje",
|
"contributionscores-score": "Puntje",
|
||||||
|
"contributionscores-rank": "Rang",
|
||||||
"contributionscores-pages": "Pagina's",
|
"contributionscores-pages": "Pagina's",
|
||||||
"contributionscores-changes": "Bewèrkinger",
|
"contributionscores-changes": "Bewèrkinger",
|
||||||
"contributionscores-username": "Gebroeker",
|
"contributionscores-username": "Gebroeker",
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"@metadata": {
|
||||||
|
"authors": [
|
||||||
|
"Lakzon"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"contributionscores-pages": "وةڵگةل"
|
||||||
|
}
|
||||||
@@ -5,8 +5,11 @@
|
|||||||
"Hugo.arg"
|
"Hugo.arg"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"contributionscores-top": "(Top $1)",
|
||||||
|
"contributionscores-days": "{{PLURAL:$1|Paskutinė diena|Paskutinės $1 dienos}}",
|
||||||
"contributionscores-allrevisions": "Viso laiko",
|
"contributionscores-allrevisions": "Viso laiko",
|
||||||
"contributionscores-score": "Rezultatas",
|
"contributionscores-score": "Rezultatas",
|
||||||
|
"contributionscores-rank": "Rangas",
|
||||||
"contributionscores-pages": "Puslapiai",
|
"contributionscores-pages": "Puslapiai",
|
||||||
"contributionscores-changes": "Pakeitimai",
|
"contributionscores-changes": "Pakeitimai",
|
||||||
"contributionscores-username": "Naudotojo vardas",
|
"contributionscores-username": "Naudotojo vardas",
|
||||||
|
|||||||
+3
-2
@@ -9,11 +9,12 @@
|
|||||||
},
|
},
|
||||||
"contributionscores": "योगदान संख्या",
|
"contributionscores": "योगदान संख्या",
|
||||||
"contributionscores-desc": "[[Special:ContributionScores|सदस्य योगदान संख्येनुसार]] विकि डाटाबेस दर्शवितो",
|
"contributionscores-desc": "[[Special:ContributionScores|सदस्य योगदान संख्येनुसार]] विकि डाटाबेस दर्शवितो",
|
||||||
"contributionscores-info": "गुण खालीलप्रमाणे मोजले जातील:\n*प्रत्येक स्वतंत्र पानासाठी १ गुण\n*(एकूण संपादने) - (एकूण स्वतंत्र पाने) * 2 चे वर्गमूळ\nअशा प्रकारे मोजलेले गुण हे संपादन विविधतेला संपादन संख्येपेक्षा जास्त महत्व देतात. मुख्यत्वे, हे गुण जास्त संपादन संख्या मोजून स्वतंत्र पानांची संपादने काढतात.",
|
"contributionscores-info": "गुण देतांना, प्राथमिकरित्या, अनन्य पानांचे संपादनासह,उच्च संपादन-आवाका लक्षात घेतल्या जातो.",
|
||||||
"contributionscores-top": "(गुणानुक्रमे पहिले $1)",
|
"contributionscores-top": "(गुणानुक्रमे पहिले $1)",
|
||||||
"contributionscores-days": "{{PLURAL:$1|शेवटचा दिवस|शेवटचे $1 दिवस}}",
|
"contributionscores-days": "{{PLURAL:$1|शेवटचा दिवस|शेवटचे $1 दिवस}}",
|
||||||
"contributionscores-allrevisions": "सर्व आवर्तने",
|
"contributionscores-allrevisions": "सर्ववेळची",
|
||||||
"contributionscores-score": "गुण",
|
"contributionscores-score": "गुण",
|
||||||
|
"contributionscores-rank": "गुणानुक्रम",
|
||||||
"contributionscores-pages": "पाने",
|
"contributionscores-pages": "पाने",
|
||||||
"contributionscores-changes": "बदल",
|
"contributionscores-changes": "बदल",
|
||||||
"contributionscores-username": "सदस्यनाव",
|
"contributionscores-username": "सदस्यनाव",
|
||||||
|
|||||||
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"@metadata": {
|
||||||
|
"authors": [
|
||||||
|
"Ninjastrikers",
|
||||||
|
"Dr Lotus Black"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"contributionscores": "ပံ့ပို့မှု ရမှတ်များ",
|
||||||
|
"contributionscores-top": "(ထိပ်ဆုံး $1)",
|
||||||
|
"contributionscores-days": "နောက်ဆုံး {{PLURAL:$1|ရက်|$1 ရက်}}",
|
||||||
|
"contributionscores-allrevisions": "တချိန်လုံး",
|
||||||
|
"contributionscores-score": "ရမှတ်",
|
||||||
|
"contributionscores-rank": "အဆင့်",
|
||||||
|
"contributionscores-pages": "စာမျက်နှာများ",
|
||||||
|
"contributionscores-changes": "အပြောင်းအလဲများ",
|
||||||
|
"contributionscores-username": "အသုံးပြုသူအမည်",
|
||||||
|
"contributionscores-invalidusername": "အသုံးပြုသူအမည် မမှန်ကန်ပါ"
|
||||||
|
}
|
||||||
+6
-2
@@ -1,16 +1,20 @@
|
|||||||
{
|
{
|
||||||
"@metadata": {
|
"@metadata": {
|
||||||
"authors": [
|
"authors": [
|
||||||
"Nghtwlkr"
|
"Nghtwlkr",
|
||||||
|
"Helland",
|
||||||
|
"Danmichaelo",
|
||||||
|
"Jon Harald Søby"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "Bidragspoeng",
|
"contributionscores": "Bidragspoeng",
|
||||||
"contributionscores-desc": "Spør wikidatabasen etter det høyeste [[Special:ContributionScores|bidragsvolumet]]",
|
"contributionscores-desc": "Spør wikidatabasen etter det høyeste [[Special:ContributionScores|bidragsvolumet]]",
|
||||||
"contributionscores-info": "Bidragspoeng regnes ut på følgende måte:\n* 1 poeng for hver unike side som er redigert\n* Kvadratrota av (totalt antall redigeringer) − (unike sider redigert) × 2\nPoeng som regnes ut på denne måte vekter redigeringsmangfold høyere enn redigeringsvolum.\nDette betyr i bunn og grunn at dette primært måler hvor mange unike sider som er redigert, med hensyn til høyt redigeringsvolum – antatt å føre til sider av høyere kvalitet.",
|
"contributionscores-info": "Bidragspoeng måler primært hvor mange unike sider som er redigert, og tar høyt redigeringsvolum i betraktning.",
|
||||||
"contributionscores-top": "(Topp $1)",
|
"contributionscores-top": "(Topp $1)",
|
||||||
"contributionscores-days": "Siste {{PLURAL:$1|dagen|$1 dager}}",
|
"contributionscores-days": "Siste {{PLURAL:$1|dagen|$1 dager}}",
|
||||||
"contributionscores-allrevisions": "Gjennom tidene",
|
"contributionscores-allrevisions": "Gjennom tidene",
|
||||||
"contributionscores-score": "Poeng",
|
"contributionscores-score": "Poeng",
|
||||||
|
"contributionscores-rank": "Rangering",
|
||||||
"contributionscores-pages": "Sider",
|
"contributionscores-pages": "Sider",
|
||||||
"contributionscores-changes": "Endringer",
|
"contributionscores-changes": "Endringer",
|
||||||
"contributionscores-username": "Brukernavn",
|
"contributionscores-username": "Brukernavn",
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "Puntatge de las contribucions",
|
"contributionscores": "Puntatge de las contribucions",
|
||||||
"contributionscores-desc": "Espia la banca de donadas wiki pels [[Special:ContributionScores|utilizaires contribuissent mai]]",
|
"contributionscores-desc": "Espia la basa de donadas wiki pels [[Special:ContributionScores|utilizaires que contribuisson mai]]",
|
||||||
"contributionscores-info": "La marca mesura en prioritat las paginas unicas modificadas, en prenent en compte los gròsses volums de modificacion.",
|
"contributionscores-info": "La marca mesura en prioritat las paginas unicas modificadas, en prenent en compte los gròsses volums de modificacion.",
|
||||||
"contributionscores-top": "(Melhor $1)",
|
"contributionscores-top": "(Melhor $1)",
|
||||||
"contributionscores-days": "Dins {{PLURAL:$1|lo darrièr jorn|los darrièrs $1 jorns}}",
|
"contributionscores-days": "Dins {{PLURAL:$1|lo darrièr jorn|los darrièrs $1 jorns}}",
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"@metadata": {
|
||||||
|
"authors": [
|
||||||
|
"BukhariSaeed"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"contributionscores-changes": "ਤਬਦੀਲੀਆਂ"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"@metadata": {
|
||||||
|
"authors": [
|
||||||
|
"BukhariSaeed"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"contributionscores-changes": "تبدیلیاں",
|
||||||
|
"contributionscores-username": "ورتن آلے دا ناں"
|
||||||
|
}
|
||||||
+5
-1
@@ -1,11 +1,15 @@
|
|||||||
{
|
{
|
||||||
"@metadata": {
|
"@metadata": {
|
||||||
"authors": [
|
"authors": [
|
||||||
"Ahmed-Najib-Biabani-Ibrahimkhel"
|
"Ahmed-Najib-Biabani-Ibrahimkhel",
|
||||||
|
"Baloch Khan",
|
||||||
|
"Amjad Khan"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores-days": "وروستۍ {{PLURAL:$1|ورځ|$1 ورځې}}",
|
"contributionscores-days": "وروستۍ {{PLURAL:$1|ورځ|$1 ورځې}}",
|
||||||
"contributionscores-allrevisions": "هر وخت",
|
"contributionscores-allrevisions": "هر وخت",
|
||||||
|
"contributionscores-score": "سکور (ګولونه)",
|
||||||
|
"contributionscores-rank": "رتبه",
|
||||||
"contributionscores-pages": "مخونه",
|
"contributionscores-pages": "مخونه",
|
||||||
"contributionscores-changes": "بدلونونه",
|
"contributionscores-changes": "بدلونونه",
|
||||||
"contributionscores-username": "کارن-نوم",
|
"contributionscores-username": "کارن-نوم",
|
||||||
|
|||||||
+8
-4
@@ -5,16 +5,20 @@
|
|||||||
"Crazymadlover",
|
"Crazymadlover",
|
||||||
"Eduardo.mps",
|
"Eduardo.mps",
|
||||||
"Giro720",
|
"Giro720",
|
||||||
"Luckas"
|
"Luckas",
|
||||||
|
"HenriqueCrang",
|
||||||
|
"!Silent",
|
||||||
|
"Opraco"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "Pontuação de contribuições",
|
"contributionscores": "Pontuação de contribuições",
|
||||||
"contributionscores-desc": "Inquire a base de dados wiki sobre os mais altos [[Special:ContributionScores|volumes de contribuição dos utilizadores]]",
|
"contributionscores-desc": "Inquire a base de dados wiki sobre os mais altos [[Special:ContributionScores|volumes de contribuição dos utilizadores]]",
|
||||||
"contributionscores-info": "As pontuações são calculadas da seguinte forma:\n*1 ponto por cada página única editada\n*Raiz quadrada de (Total de Edições Feitas) - (Total de Páginas Únicas) * 2\nPontuações calculadas desta forma pesam a diversidade de edições relativamente ao volume de edições. Basicamente, esta pontuação mede primariamente páginas únicas editadas, com consideração pelo alto volume de edições - assumindo serem páginas de qualidade mais alta.",
|
"contributionscores-info": "A pontuação mede, principalmente, as páginas únicas editadas, tendo em consideração o alto volume de edições.",
|
||||||
"contributionscores-top": "(Iniciais $1)",
|
"contributionscores-top": "(top $1)",
|
||||||
"contributionscores-days": "Últimos {{PLURAL:$1|día|$1 días}}",
|
"contributionscores-days": "{{PLURAL:$1|Último dia|Últimos $1 dias}}",
|
||||||
"contributionscores-allrevisions": "Desde sempre",
|
"contributionscores-allrevisions": "Desde sempre",
|
||||||
"contributionscores-score": "Pontuação",
|
"contributionscores-score": "Pontuação",
|
||||||
|
"contributionscores-rank": "Classificação",
|
||||||
"contributionscores-pages": "Páginas",
|
"contributionscores-pages": "Páginas",
|
||||||
"contributionscores-changes": "Mudanças",
|
"contributionscores-changes": "Mudanças",
|
||||||
"contributionscores-username": "Nome de usuário",
|
"contributionscores-username": "Nome de usuário",
|
||||||
|
|||||||
+3
-2
@@ -8,11 +8,12 @@
|
|||||||
"Purodha",
|
"Purodha",
|
||||||
"Raymond",
|
"Raymond",
|
||||||
"Shirayuki",
|
"Shirayuki",
|
||||||
"Liuxinyu970226"
|
"Liuxinyu970226",
|
||||||
|
"Tacsipacsi"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "{{doc-special|ContributionScores}}",
|
"contributionscores": "{{doc-special|ContributionScores}}",
|
||||||
"contributionscores-desc": "Extension description displayed on [[Special:Version]].",
|
"contributionscores-desc": "{{desc|url=//www.mediawiki.org/wiki/Extension:Contribution_Scores|name=Contribution Scores}}",
|
||||||
"contributionscores-info": "see https://github.com/wikimedia/mediawiki-extensions-ContributionScores/blob/master/ContributionScores_body.php\n\n:COUNT(DISTINCT rev_page) AS page_count\n:COUNT(rev_id) AS rev_count\n:page_count+SQRT(rev_count-page_count)*2 AS wiki_rank",
|
"contributionscores-info": "see https://github.com/wikimedia/mediawiki-extensions-ContributionScores/blob/master/ContributionScores_body.php\n\n:COUNT(DISTINCT rev_page) AS page_count\n:COUNT(rev_id) AS rev_count\n:page_count+SQRT(rev_count-page_count)*2 AS wiki_rank",
|
||||||
"contributionscores-top": "Second part of the headings of [[Special:ContributionScores]].\n\nPLURAL is supported, but not used by the English original message.\n\nParameters:\n* $1 - limit value. Default value: 50 or 10\n{{Identical|Top}}",
|
"contributionscores-top": "Second part of the headings of [[Special:ContributionScores]].\n\nPLURAL is supported, but not used by the English original message.\n\nParameters:\n* $1 - limit value. Default value: 50 or 10\n{{Identical|Top}}",
|
||||||
"contributionscores-days": "Heading of [[Special:ContributionScores]].\n\nIf the number of days is not defined, {{msg-mw|Contributionscores-allrevisions}} is used.\n\nParameters:\n* $1 - number of days",
|
"contributionscores-days": "Heading of [[Special:ContributionScores]].\n\nIf the number of days is not defined, {{msg-mw|Contributionscores-allrevisions}} is used.\n\nParameters:\n* $1 - number of days",
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"@metadata": {
|
||||||
|
"authors": [
|
||||||
|
"AlimanRuna"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"contributionscores-days": "Qayna {{PLURAL:$1|p'unchaw|$1 p'unchawkuna}}"
|
||||||
|
}
|
||||||
+4
-3
@@ -6,14 +6,15 @@
|
|||||||
"Lockal",
|
"Lockal",
|
||||||
"Okras",
|
"Okras",
|
||||||
"Ole Yves",
|
"Ole Yves",
|
||||||
"Александр Сигачёв"
|
"Александр Сигачёв",
|
||||||
|
"Kaganer"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "Оценка вклада",
|
"contributionscores": "Оценка вклада",
|
||||||
"contributionscores-desc": "Определяет из базы данных [[Special:ContributionScores|участников с наибольшим числом правок]]",
|
"contributionscores-desc": "Определяет из базы данных [[Special:ContributionScores|участников с наибольшим числом правок]]",
|
||||||
"contributionscores-info": "Оценка рассчитывается в первую очередь по количеству отредактированных уникальных страниц, с учётом большего объёма редактирования.",
|
"contributionscores-info": "Оценка рассчитывается в первую очередь по количеству отредактированных уникальных страниц, с учётом величины сделанных изменений.",
|
||||||
"contributionscores-top": "(лучшие $1)",
|
"contributionscores-top": "(лучшие $1)",
|
||||||
"contributionscores-days": "{{PLURAL:$1|1=Последний день|Последний $1 день|Последние $1 дней|Последние $1 дня}}",
|
"contributionscores-days": "{{PLURAL:$1|1=Последний день|Последний $1 день|Последние $1 дня|Последние $1 дней}}",
|
||||||
"contributionscores-allrevisions": "За всё время",
|
"contributionscores-allrevisions": "За всё время",
|
||||||
"contributionscores-score": "Оценка",
|
"contributionscores-score": "Оценка",
|
||||||
"contributionscores-rank": "Ранг",
|
"contributionscores-rank": "Ранг",
|
||||||
|
|||||||
+15
-2
@@ -1,9 +1,22 @@
|
|||||||
{
|
{
|
||||||
"@metadata": {
|
"@metadata": {
|
||||||
"authors": [
|
"authors": [
|
||||||
"Aushulz"
|
"Aushulz",
|
||||||
|
"Pippinu",
|
||||||
|
"Sarvaturi"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"contributionscores": "Punteggiu pî cuntribbuti",
|
||||||
|
"contributionscores-desc": "Addumanna â basi di dati dâ wiki circannu l’utenti cu [[Special:ContributionScores|vulumi di cuntribbutu]] cchiù granni",
|
||||||
|
"contributionscores-info": "Stu punteggiu misura principalmenti la quantità di pàggini canciati, tinennu macari cuntu dî vulumi dî canciamenti granni.",
|
||||||
|
"contributionscores-top": "({{PLURAL:$1|Lu megghiu|Li $1 megghiu}})",
|
||||||
|
"contributionscores-days": "Di {{PLURAL:$1|l’ùrtimu jornu|l’ùrtimi $1 jorna}}",
|
||||||
|
"contributionscores-allrevisions": "Di sempri",
|
||||||
|
"contributionscores-score": "Punteggiu",
|
||||||
|
"contributionscores-rank": "Pusizzioni",
|
||||||
"contributionscores-pages": "Pàggini",
|
"contributionscores-pages": "Pàggini",
|
||||||
"contributionscores-changes": "Canciamenti"
|
"contributionscores-changes": "Canciamenti",
|
||||||
|
"contributionscores-username": "Nomu utenti",
|
||||||
|
"contributionscores-invalidusername": "Nomu utenti nun vàlidu",
|
||||||
|
"contributionscores-invalidmetric": "Mètrica nun vàlida"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"@metadata": {
|
||||||
|
"authors": [
|
||||||
|
"Mehtab ahmed",
|
||||||
|
"Tweety"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"contributionscores-pages": "صفحا",
|
||||||
|
"contributionscores-changes": "تبديليون",
|
||||||
|
"contributionscores-username": "واپرائيندڙ-نانءُ"
|
||||||
|
}
|
||||||
+6
-3
@@ -4,13 +4,16 @@
|
|||||||
"Milicevic01",
|
"Milicevic01",
|
||||||
"Rancher",
|
"Rancher",
|
||||||
"Sasa Stefanovic",
|
"Sasa Stefanovic",
|
||||||
"Михајло Анђелковић"
|
"Михајло Анђелковић",
|
||||||
|
"Zoranzoki21",
|
||||||
|
"Acamicamacaraca"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores-top": "(првих $1)",
|
"contributionscores-top": "(првих $1)",
|
||||||
"contributionscores-days": "{{PLURAL:$1|Последњег дана|Последњих $1 дана}}",
|
"contributionscores-days": "{{PLURAL:$1|1=Последњег дана|Последњих $1 дана}}",
|
||||||
"contributionscores-allrevisions": "Свих времена",
|
"contributionscores-allrevisions": "Свих времена",
|
||||||
"contributionscores-score": "Оцена",
|
"contributionscores-score": "Резултат",
|
||||||
|
"contributionscores-rank": "Ранг",
|
||||||
"contributionscores-pages": "Странице",
|
"contributionscores-pages": "Странице",
|
||||||
"contributionscores-changes": "Измене",
|
"contributionscores-changes": "Измене",
|
||||||
"contributionscores-username": "Корисничко име",
|
"contributionscores-username": "Корисничко име",
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores-top": "(prvih $1)",
|
"contributionscores-top": "(prvih $1)",
|
||||||
"contributionscores-days": "{{PLURAL:$1|Poslednjeg dana|Poslednjih $1 dana}}",
|
"contributionscores-days": "{{PLURAL:$1|1=Poslednjeg dana|Poslednjih $1 dana}}",
|
||||||
"contributionscores-allrevisions": "Svih vremena",
|
"contributionscores-allrevisions": "Svih vremena",
|
||||||
"contributionscores-pages": "Stranice",
|
"contributionscores-pages": "Stranice",
|
||||||
"contributionscores-changes": "Izmene",
|
"contributionscores-changes": "Izmene",
|
||||||
|
|||||||
+1
-1
@@ -14,7 +14,7 @@
|
|||||||
"contributionscores-score": "Peunteun",
|
"contributionscores-score": "Peunteun",
|
||||||
"contributionscores-pages": "Kaca",
|
"contributionscores-pages": "Kaca",
|
||||||
"contributionscores-changes": "Parobahan",
|
"contributionscores-changes": "Parobahan",
|
||||||
"contributionscores-username": "Landihan",
|
"contributionscores-username": "Sandiasma",
|
||||||
"contributionscores-invalidusername": "Pamaké teu cocog",
|
"contributionscores-invalidusername": "Pamaké teu cocog",
|
||||||
"contributionscores-invalidmetric": "matrik teu cocog"
|
"contributionscores-invalidmetric": "matrik teu cocog"
|
||||||
}
|
}
|
||||||
|
|||||||
+4
-2
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"@metadata": {
|
"@metadata": {
|
||||||
"authors": [
|
"authors": [
|
||||||
"Woraponboonkerd"
|
"Woraponboonkerd",
|
||||||
|
"Ans"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "คะแนนการแก้ไข",
|
"contributionscores": "คะแนนการแก้ไข",
|
||||||
@@ -9,8 +10,9 @@
|
|||||||
"contributionscores-info": "วิธีการคิดคะแนนเป็นดังต่อไปนี้:\n* หนึ่ง (1) คะแนนต่อจำนวนหน้าที่เข้าร่วมแก้ไข (ชื่อของหน้าไม่ซ้ำกัน)\n* รากที่สองของจำนวนการแก้ไขทั้งหมด - จำนวนหน้าทั้งหมดที่ร่วมแก้ไข * 2\nคะแนนจะถูกคิดโดยให้น้ำหนักของการแก้ไขที่หลากหลายมากกว่าจำนวนการแก้ไข\nโดยทั่วไป คะแนนนี้ชี้วัดถึงจำนวนหน้าต่างๆ ที่เข้าร่วมแก้ไข โดยคำนึงถึงจำนวนการแก้ไขทั้งหมดด้วย จึงคาดการณ์ได้ว่าจะทำให้มีหน้าที่มีคุณภาพสูงขึ้น",
|
"contributionscores-info": "วิธีการคิดคะแนนเป็นดังต่อไปนี้:\n* หนึ่ง (1) คะแนนต่อจำนวนหน้าที่เข้าร่วมแก้ไข (ชื่อของหน้าไม่ซ้ำกัน)\n* รากที่สองของจำนวนการแก้ไขทั้งหมด - จำนวนหน้าทั้งหมดที่ร่วมแก้ไข * 2\nคะแนนจะถูกคิดโดยให้น้ำหนักของการแก้ไขที่หลากหลายมากกว่าจำนวนการแก้ไข\nโดยทั่วไป คะแนนนี้ชี้วัดถึงจำนวนหน้าต่างๆ ที่เข้าร่วมแก้ไข โดยคำนึงถึงจำนวนการแก้ไขทั้งหมดด้วย จึงคาดการณ์ได้ว่าจะทำให้มีหน้าที่มีคุณภาพสูงขึ้น",
|
||||||
"contributionscores-days": "$1 {{PLURAL:$1|วัน|วัน}} ที่แล้ว",
|
"contributionscores-days": "$1 {{PLURAL:$1|วัน|วัน}} ที่แล้ว",
|
||||||
"contributionscores-score": "คะแนน",
|
"contributionscores-score": "คะแนน",
|
||||||
|
"contributionscores-rank": "การจัดอันดับ",
|
||||||
"contributionscores-pages": "จำนวนหน้า",
|
"contributionscores-pages": "จำนวนหน้า",
|
||||||
"contributionscores-changes": "จำนวนการเปลี่ยนแปลง",
|
"contributionscores-changes": "การเปลี่ยนแปลง",
|
||||||
"contributionscores-username": "ชื่อผู้ใช้",
|
"contributionscores-username": "ชื่อผู้ใช้",
|
||||||
"contributionscores-invalidusername": "ชื่อผู้ใช้ไม่ถูกต้อง"
|
"contributionscores-invalidusername": "ชื่อผู้ใช้ไม่ถูกต้อง"
|
||||||
}
|
}
|
||||||
|
|||||||
+6
-4
@@ -5,16 +5,18 @@
|
|||||||
"Karduelis",
|
"Karduelis",
|
||||||
"Mach",
|
"Mach",
|
||||||
"Suelnur",
|
"Suelnur",
|
||||||
"Vito Genovese"
|
"Vito Genovese",
|
||||||
|
"Hedda"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "Katkı skorları",
|
"contributionscores": "Katkı puanları",
|
||||||
"contributionscores-desc": "En yüksek [[Special:ContributionScores|kullanıcı katkı hacmi]] için viki veritabanını sorgular",
|
"contributionscores-desc": "En yüksek [[Special:ContributionScores|kullanıcı katkı hacmi]] için viki veritabanını sorgular",
|
||||||
"contributionscores-info": "Skorlar aşağıdaki şekilde hesaplanmaktadır:\n*Değişiklik yapılan her farklı sayfa için bir (1) puan\n*(Yapılan toplam değişiklik) - (toplam farklı sayfa) * 2 işleminin karekökü\nBu şekilde hesaplanan skorlar, değişiklik sayısı ile değişiklik çeşitliliği arasında ağırlık kurmaktadır.\nTemel olarak bu skor, yüksek değişiklik sayısının yüksek kaliteli bir sayfa olduğu varsayımıyla değişiklik yapılan farklı sayfa sayısını ölçmektedir.",
|
"contributionscores-info": "Puanlama, öncelikle yüksek düzenleme hacmi dikkate alınarak düzenlenmiş benzersiz sayfaları ölçer.",
|
||||||
"contributionscores-top": "(En yüksek $1)",
|
"contributionscores-top": "(Zirvedeki $1 kişi)",
|
||||||
"contributionscores-days": "Son $1 {{PLURAL:$1|gün|gün}}",
|
"contributionscores-days": "Son $1 {{PLURAL:$1|gün|gün}}",
|
||||||
"contributionscores-allrevisions": "Tüm zamanlar",
|
"contributionscores-allrevisions": "Tüm zamanlar",
|
||||||
"contributionscores-score": "Puan",
|
"contributionscores-score": "Puan",
|
||||||
|
"contributionscores-rank": "Sıralama",
|
||||||
"contributionscores-pages": "Sayfalar",
|
"contributionscores-pages": "Sayfalar",
|
||||||
"contributionscores-changes": "Değişiklikler",
|
"contributionscores-changes": "Değişiklikler",
|
||||||
"contributionscores-username": "Kullanıcı adı",
|
"contributionscores-username": "Kullanıcı adı",
|
||||||
|
|||||||
+4
-3
@@ -6,11 +6,12 @@
|
|||||||
},
|
},
|
||||||
"contributionscores": "Кертем билгеләү",
|
"contributionscores": "Кертем билгеләү",
|
||||||
"contributionscores-desc": "Хәтердән [[Special:ContributionScores|иң зур тәрҗемә ясаучы кулланучыларны]] билгели.",
|
"contributionscores-desc": "Хәтердән [[Special:ContributionScores|иң зур тәрҗемә ясаучы кулланучыларны]] билгели.",
|
||||||
"contributionscores-info": "Билгеләр кую астагы критерийларга туры килү нәтиҗәсендә билгеләнә:\n* 1 Һәрбер аерым бер тәрҗемә өчен билге\n* 2 Гомуми тәрҗемәләр һәм һәрбер аерым бит аермасының тамыр асты\nШуның нәтиҗәсендә сезнең тәрҗемәләрегезгә тагын да зуррак билге куела.",
|
"contributionscores-info": "Билгеләр кую, беренче чиратта, үзгәртелгән мәкаләләр санына һәм аларның күләменә карап бирелә.",
|
||||||
"contributionscores-top": "(Иң әйбәт $1)",
|
"contributionscores-top": "(Иң әйбәт $1)",
|
||||||
"contributionscores-days": "{{PLURAL:$1|Соңгы $1 көн өчен}}",
|
"contributionscores-days": "Соңгы {{PLURAL:$1|$1 көн өчен}}",
|
||||||
"contributionscores-allrevisions": "Барлык үзгәртүләр",
|
"contributionscores-allrevisions": "Бөтен вакыт өчен",
|
||||||
"contributionscores-score": "Билге",
|
"contributionscores-score": "Билге",
|
||||||
|
"contributionscores-rank": "Ранг",
|
||||||
"contributionscores-pages": "Битләр саны",
|
"contributionscores-pages": "Битләр саны",
|
||||||
"contributionscores-changes": "Үзгәртүләр",
|
"contributionscores-changes": "Үзгәртүләр",
|
||||||
"contributionscores-username": "Кулланучы исеме",
|
"contributionscores-username": "Кулланучы исеме",
|
||||||
|
|||||||
+5
-3
@@ -3,16 +3,18 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
"PhiLiP",
|
"PhiLiP",
|
||||||
"Shinjiman",
|
"Shinjiman",
|
||||||
"Shirayuki"
|
"Shirayuki",
|
||||||
|
"Yueman"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contributionscores": "貢獻分數",
|
"contributionscores": "貢獻分數",
|
||||||
"contributionscores-desc": "根據響wiki數據庫畀出最高嘅[[Special:ContributionScores|用戶貢獻容量]]",
|
"contributionscores-desc": "根據響wiki數據庫畀出最高嘅[[Special:ContributionScores|用戶貢獻容量]]",
|
||||||
"contributionscores-info": "分數會用下面嘅計法去計:\n*每一個唯一一版編輯過嘅有1分\n*(總編輯數)-(總唯一頁數)嘅平方根 * 2\n響呢方面計嘅分數會睇編輯多樣性同編輯量相比。 基本噉講,呢個分數係會依主要嘅唯一編輯過嘅頁,同埋考慮高編輯量 - 假設係一篇高質量嘅文章。",
|
"contributionscores-info": "呢個分數係會依主要嘅唯一編輯過嘅頁,同埋考慮高編輯量。",
|
||||||
"contributionscores-top": "(最高$1名)",
|
"contributionscores-top": "(最高$1名)",
|
||||||
"contributionscores-days": "最近$1日",
|
"contributionscores-days": "最近$1日",
|
||||||
"contributionscores-allrevisions": "全部修訂",
|
"contributionscores-allrevisions": "全部時間",
|
||||||
"contributionscores-score": "分數",
|
"contributionscores-score": "分數",
|
||||||
|
"contributionscores-rank": "等級",
|
||||||
"contributionscores-pages": "版",
|
"contributionscores-pages": "版",
|
||||||
"contributionscores-changes": "更改",
|
"contributionscores-changes": "更改",
|
||||||
"contributionscores-username": "用戶名",
|
"contributionscores-username": "用戶名",
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"@metadata": {
|
||||||
|
"authors": [
|
||||||
|
"Liuxinyu970226"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"contributionscores-username": "用戶名稱"
|
||||||
|
}
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"private": true,
|
||||||
|
"scripts": {
|
||||||
|
"test": "grunt test"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"grunt": "1.0.3",
|
||||||
|
"grunt-banana-checker": "0.4.0",
|
||||||
|
"grunt-contrib-jshint": "0.11.3",
|
||||||
|
"grunt-jscs": "2.5.0",
|
||||||
|
"grunt-jsonlint": "1.0.7"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user