Compare commits
66 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7b876b0f90 | ||
|
|
6ae0c0aa22 | ||
|
|
8c7c249651 | ||
|
|
36e83792c1 | ||
|
|
61466f70ba | ||
|
|
99f2c7ba2d | ||
|
|
5fca35e35f | ||
|
|
ce614727d6 | ||
|
|
75db448a5a | ||
|
|
269e7c36bd | ||
|
|
f84ae1f8ef | ||
|
|
df0b2b361e | ||
|
|
c5e00ee3b6 | ||
|
|
5084678417 | ||
|
|
d8a1838713 | ||
|
|
8148b88bae | ||
|
|
7732497d2d | ||
|
|
d7c0807c42 | ||
|
|
5252232b28 | ||
|
|
6669533173 | ||
|
|
55222dbe20 | ||
|
|
5693157a1c | ||
|
|
af94bd010e | ||
|
|
8f65502105 | ||
|
|
939c1791d7 | ||
|
|
d1e5935ae9 | ||
|
|
faa762e357 | ||
|
|
27be1253e4 | ||
|
|
1fb733a3c0 | ||
|
|
cb9dd2cf8a | ||
|
|
399a755106 | ||
|
|
e6fe7c3cf1 | ||
|
|
93713bc81a | ||
|
|
9b4e4189a5 | ||
|
|
da6d68679d | ||
|
|
eec13d3ccb | ||
|
|
319a4b66aa | ||
|
|
feba1f3c24 | ||
|
|
c165625db0 | ||
|
|
6525c264a5 | ||
|
|
360c4907c9 | ||
|
|
41b7af419d | ||
|
|
93bc80de36 | ||
|
|
29a475b729 | ||
|
|
dbb386dbb9 | ||
|
|
24163541fd | ||
|
|
82ccf3218d | ||
|
|
f308cea87b | ||
|
|
a2996eeefb | ||
|
|
8396437cb8 | ||
|
|
2c0c4ead96 | ||
|
|
6da935060e | ||
|
|
883a510682 | ||
|
|
f3049b7661 | ||
|
|
abf2440fb5 | ||
|
|
c11ae3ecae | ||
|
|
1e63860107 | ||
|
|
77131eeea6 | ||
|
|
8ab0432154 | ||
|
|
bca86c48d8 | ||
|
|
f5533155c5 | ||
|
|
0fa91e1521 | ||
|
|
d3a7eae103 | ||
|
|
de1c326168 | ||
|
|
5f36ec60c7 | ||
|
|
ef2b6c3fd0 |
@@ -1 +1,2 @@
|
||||
node_modules
|
||||
vendor
|
||||
|
||||
@@ -1,15 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<ruleset>
|
||||
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki">
|
||||
<exclude name="MediaWiki.Commenting.FunctionComment.MissingParamName" />
|
||||
<exclude name="MediaWiki.Commenting.FunctionComment.MissingParamTag" />
|
||||
<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="utf8" />
|
||||
<exclude-pattern>vendor</exclude-pattern>
|
||||
<arg name="encoding" value="UTF-8" />
|
||||
</ruleset>
|
||||
@@ -1 +1 @@
|
||||
The development of this software is covered by a [Code of Conduct](https://www.mediawiki.org/wiki/Code_of_Conduct).
|
||||
The development of this software is covered by a [Code of Conduct](https://www.mediawiki.org/wiki/Special:MyLanguage/Code_of_Conduct).
|
||||
|
||||
@@ -5,266 +5,265 @@
|
||||
* @file
|
||||
* @ingroup Extensions
|
||||
*/
|
||||
// @codingStandardsIgnoreFile
|
||||
|
||||
$specialPageAliases = array();
|
||||
$specialPageAliases = [];
|
||||
|
||||
/** English (English) */
|
||||
$specialPageAliases['en'] = array(
|
||||
'ContributionScores' => array( 'ContributionScores' ),
|
||||
);
|
||||
$specialPageAliases['en'] = [
|
||||
'ContributionScores' => [ 'ContributionScores' ],
|
||||
];
|
||||
|
||||
/** Arabic (العربية) */
|
||||
$specialPageAliases['ar'] = array(
|
||||
'ContributionScores' => array( 'نتائج_المساهمة' ),
|
||||
);
|
||||
$specialPageAliases['ar'] = [
|
||||
'ContributionScores' => [ 'نتائج_المساهمة' ],
|
||||
];
|
||||
|
||||
/** Aramaic (ܐܪܡܝܐ) */
|
||||
$specialPageAliases['arc'] = array(
|
||||
'ContributionScores' => array( 'ܦܠܛ̈ܐ_ܕܫܘܬܦܘ̈ܬܐ' ),
|
||||
);
|
||||
$specialPageAliases['arc'] = [
|
||||
'ContributionScores' => [ 'ܦܠܛ̈ܐ_ܕܫܘܬܦܘ̈ܬܐ' ],
|
||||
];
|
||||
|
||||
/** Egyptian Arabic (مصرى) */
|
||||
$specialPageAliases['arz'] = array(
|
||||
'ContributionScores' => array( 'نتايج_المساهمه' ),
|
||||
);
|
||||
$specialPageAliases['arz'] = [
|
||||
'ContributionScores' => [ 'نتايج_المساهمه' ],
|
||||
];
|
||||
|
||||
/** Assamese (অসমীয়া) */
|
||||
$specialPageAliases['as'] = array(
|
||||
'ContributionScores' => array( 'বৰঙনিৰ_মূল্যায়ন' ),
|
||||
);
|
||||
$specialPageAliases['as'] = [
|
||||
'ContributionScores' => [ 'বৰঙনিৰ_মূল্যায়ন' ],
|
||||
];
|
||||
|
||||
/** Avaric (авар) */
|
||||
$specialPageAliases['av'] = array(
|
||||
'ContributionScores' => array( 'Очки_вклада' ),
|
||||
);
|
||||
$specialPageAliases['av'] = [
|
||||
'ContributionScores' => [ 'Очки_вклада' ],
|
||||
];
|
||||
|
||||
/** Bashkir (башҡортса) */
|
||||
$specialPageAliases['ba'] = array(
|
||||
'ContributionScores' => array( 'Өлөш_мәрәйҙәре' ),
|
||||
);
|
||||
$specialPageAliases['ba'] = [
|
||||
'ContributionScores' => [ 'Өлөш_мәрәйҙәре' ],
|
||||
];
|
||||
|
||||
/** Western Balochi (بلوچی رخشانی) */
|
||||
$specialPageAliases['bgn'] = array(
|
||||
'ContributionScores' => array( 'شراکتانی_امتیاز_ئان' ),
|
||||
);
|
||||
$specialPageAliases['bgn'] = [
|
||||
'ContributionScores' => [ 'شراکتانی_امتیاز_ئان' ],
|
||||
];
|
||||
|
||||
/** Banjar (Bahasa Banjar) */
|
||||
$specialPageAliases['bjn'] = array(
|
||||
'ContributionScores' => array( 'Skor_sumbangan' ),
|
||||
);
|
||||
$specialPageAliases['bjn'] = [
|
||||
'ContributionScores' => [ 'Skor_sumbangan' ],
|
||||
];
|
||||
|
||||
/** Bengali (বাংলা) */
|
||||
$specialPageAliases['bn'] = array(
|
||||
'ContributionScores' => array( 'অবদানের_স্কোর' ),
|
||||
);
|
||||
$specialPageAliases['bn'] = [
|
||||
'ContributionScores' => [ 'অবদানের_স্কোর' ],
|
||||
];
|
||||
|
||||
/** Breton (brezhoneg) */
|
||||
$specialPageAliases['br'] = array(
|
||||
'ContributionScores' => array( 'Skor_Degasadennoù' ),
|
||||
);
|
||||
$specialPageAliases['br'] = [
|
||||
'ContributionScores' => [ 'Skor_Degasadennoù' ],
|
||||
];
|
||||
|
||||
/** Bosnian (bosanski) */
|
||||
$specialPageAliases['bs'] = array(
|
||||
'ContributionScores' => array( 'DoprinosiBodovi' ),
|
||||
);
|
||||
$specialPageAliases['bs'] = [
|
||||
'ContributionScores' => [ 'DoprinosiBodovi' ],
|
||||
];
|
||||
|
||||
/** Min Dong Chinese (Mìng-dĕ̤ng-ngṳ̄) */
|
||||
$specialPageAliases['cdo'] = array(
|
||||
'ContributionScores' => array( '貢獻分數' ),
|
||||
);
|
||||
$specialPageAliases['cdo'] = [
|
||||
'ContributionScores' => [ '貢獻分數' ],
|
||||
];
|
||||
|
||||
/** German (Deutsch) */
|
||||
$specialPageAliases['de'] = array(
|
||||
'ContributionScores' => array( 'Beitragspunkte' ),
|
||||
);
|
||||
$specialPageAliases['de'] = [
|
||||
'ContributionScores' => [ 'Beitragspunkte' ],
|
||||
];
|
||||
|
||||
/** Zazaki (Zazaki) */
|
||||
$specialPageAliases['diq'] = array(
|
||||
'ContributionScores' => array( 'SqoréDekerdışan' ),
|
||||
);
|
||||
$specialPageAliases['diq'] = [
|
||||
'ContributionScores' => [ 'SqoréDekerdışan' ],
|
||||
];
|
||||
|
||||
/** Esperanto (Esperanto) */
|
||||
$specialPageAliases['eo'] = array(
|
||||
'ContributionScores' => array( 'Poentaro_de_kontribuoj', 'Kontribuatingoj' ),
|
||||
);
|
||||
$specialPageAliases['eo'] = [
|
||||
'ContributionScores' => [ 'Poentaro_de_kontribuoj', 'Kontribuatingoj' ],
|
||||
];
|
||||
|
||||
/** Estonian (eesti) */
|
||||
$specialPageAliases['et'] = array(
|
||||
'ContributionScores' => array( 'Kaastööpunktid' ),
|
||||
);
|
||||
$specialPageAliases['et'] = [
|
||||
'ContributionScores' => [ 'Kaastööpunktid' ],
|
||||
];
|
||||
|
||||
/** Persian (فارسی) */
|
||||
$specialPageAliases['fa'] = array(
|
||||
'ContributionScores' => array( 'امتیازهای_مشارکت' ),
|
||||
);
|
||||
$specialPageAliases['fa'] = [
|
||||
'ContributionScores' => [ 'امتیازهای_مشارکت' ],
|
||||
];
|
||||
|
||||
/** Finnish (suomi) */
|
||||
$specialPageAliases['fi'] = array(
|
||||
'ContributionScores' => array( 'Muokkauspisteet' ),
|
||||
);
|
||||
$specialPageAliases['fi'] = [
|
||||
'ContributionScores' => [ 'Muokkauspisteet' ],
|
||||
];
|
||||
|
||||
/** Galician (galego) */
|
||||
$specialPageAliases['gl'] = array(
|
||||
'ContributionScores' => array( 'Puntuación_das_contribucións' ),
|
||||
);
|
||||
$specialPageAliases['gl'] = [
|
||||
'ContributionScores' => [ 'Puntuación_das_contribucións' ],
|
||||
];
|
||||
|
||||
/** Hebrew (עברית) */
|
||||
$specialPageAliases['he'] = array(
|
||||
'ContributionScores' => array( 'דירוג_תרומות' ),
|
||||
);
|
||||
$specialPageAliases['he'] = [
|
||||
'ContributionScores' => [ 'דירוג_תרומות' ],
|
||||
];
|
||||
|
||||
/** Haitian (Kreyòl ayisyen) */
|
||||
$specialPageAliases['ht'] = array(
|
||||
'ContributionScores' => array( 'PwentajKontribisyon' ),
|
||||
);
|
||||
$specialPageAliases['ht'] = [
|
||||
'ContributionScores' => [ 'PwentajKontribisyon' ],
|
||||
];
|
||||
|
||||
/** Hungarian (magyar) */
|
||||
$specialPageAliases['hu'] = array(
|
||||
'ContributionScores' => array( 'Szerkesztési_pontok' ),
|
||||
);
|
||||
$specialPageAliases['hu'] = [
|
||||
'ContributionScores' => [ 'Szerkesztési_pontok' ],
|
||||
];
|
||||
|
||||
/** Interlingua (interlingua) */
|
||||
$specialPageAliases['ia'] = array(
|
||||
'ContributionScores' => array( 'Scores_de_contributiones' ),
|
||||
);
|
||||
$specialPageAliases['ia'] = [
|
||||
'ContributionScores' => [ 'Scores_de_contributiones' ],
|
||||
];
|
||||
|
||||
/** Indonesian (Bahasa Indonesia) */
|
||||
$specialPageAliases['id'] = array(
|
||||
'ContributionScores' => array( 'Skor_kontribusi', 'SkorKontribusi' ),
|
||||
);
|
||||
$specialPageAliases['id'] = [
|
||||
'ContributionScores' => [ 'Skor_kontribusi', 'SkorKontribusi' ],
|
||||
];
|
||||
|
||||
/** Italian (italiano) */
|
||||
$specialPageAliases['it'] = array(
|
||||
'ContributionScores' => array( 'PunteggiContributi' ),
|
||||
);
|
||||
$specialPageAliases['it'] = [
|
||||
'ContributionScores' => [ 'PunteggiContributi' ],
|
||||
];
|
||||
|
||||
/** Japanese (日本語) */
|
||||
$specialPageAliases['ja'] = array(
|
||||
'ContributionScores' => array( '貢献スコア', '貢献得点' ),
|
||||
);
|
||||
$specialPageAliases['ja'] = [
|
||||
'ContributionScores' => [ '貢献スコア', '貢献得点' ],
|
||||
];
|
||||
|
||||
/** Khmer (ភាសាខ្មែរ) */
|
||||
$specialPageAliases['km'] = array(
|
||||
'ContributionScores' => array( 'ពិន្ទុអ្នករួមចំណែក' ),
|
||||
);
|
||||
$specialPageAliases['km'] = [
|
||||
'ContributionScores' => [ 'ពិន្ទុអ្នករួមចំណែក' ],
|
||||
];
|
||||
|
||||
/** Korean (한국어) */
|
||||
$specialPageAliases['ko'] = array(
|
||||
'ContributionScores' => array( '기여점수' ),
|
||||
);
|
||||
$specialPageAliases['ko'] = [
|
||||
'ContributionScores' => [ '기여점수' ],
|
||||
];
|
||||
|
||||
/** Colognian (Ripoarisch) */
|
||||
$specialPageAliases['ksh'] = array(
|
||||
'ContributionScores' => array( 'MetmaacherZahle' ),
|
||||
);
|
||||
$specialPageAliases['ksh'] = [
|
||||
'ContributionScores' => [ 'MetmaacherZahle' ],
|
||||
];
|
||||
|
||||
/** Ladino (Ladino) */
|
||||
$specialPageAliases['lad'] = array(
|
||||
'ContributionScores' => array( 'Resultados_de_ajustamientos' ),
|
||||
);
|
||||
$specialPageAliases['lad'] = [
|
||||
'ContributionScores' => [ 'Resultados_de_ajustamientos' ],
|
||||
];
|
||||
|
||||
/** Luxembourgish (Lëtzebuergesch) */
|
||||
$specialPageAliases['lb'] = array(
|
||||
'ContributionScores' => array( 'Score_vun_de_Kontributiounen' ),
|
||||
);
|
||||
$specialPageAliases['lb'] = [
|
||||
'ContributionScores' => [ 'Score_vun_de_Kontributiounen' ],
|
||||
];
|
||||
|
||||
/** Northern Luri (لۊری شومالی) */
|
||||
$specialPageAliases['lrc'] = array(
|
||||
'ContributionScores' => array( 'نئرخ_ھومیاری' ),
|
||||
);
|
||||
$specialPageAliases['lrc'] = [
|
||||
'ContributionScores' => [ 'نئرخ_ھومیاری' ],
|
||||
];
|
||||
|
||||
/** Minangkabau (Baso Minangkabau) */
|
||||
$specialPageAliases['min'] = array(
|
||||
'ContributionScores' => array( 'SkorJariah' ),
|
||||
);
|
||||
$specialPageAliases['min'] = [
|
||||
'ContributionScores' => [ 'SkorJariah' ],
|
||||
];
|
||||
|
||||
/** Macedonian (македонски) */
|
||||
$specialPageAliases['mk'] = array(
|
||||
'ContributionScores' => array( 'БодувањеНаПридонесите' ),
|
||||
);
|
||||
$specialPageAliases['mk'] = [
|
||||
'ContributionScores' => [ 'БодувањеНаПридонесите' ],
|
||||
];
|
||||
|
||||
/** Malayalam (മലയാളം) */
|
||||
$specialPageAliases['ml'] = array(
|
||||
'ContributionScores' => array( 'സേവനസ്കോറുകൾ' ),
|
||||
);
|
||||
$specialPageAliases['ml'] = [
|
||||
'ContributionScores' => [ 'സേവനസ്കോറുകൾ' ],
|
||||
];
|
||||
|
||||
/** Marathi (मराठी) */
|
||||
$specialPageAliases['mr'] = array(
|
||||
'ContributionScores' => array( 'योगदानप्राविण्य' ),
|
||||
);
|
||||
$specialPageAliases['mr'] = [
|
||||
'ContributionScores' => [ 'योगदानप्राविण्य' ],
|
||||
];
|
||||
|
||||
/** Norwegian Bokmål (norsk bokmål) */
|
||||
$specialPageAliases['nb'] = array(
|
||||
'ContributionScores' => array( 'Bidragspoeng' ),
|
||||
);
|
||||
$specialPageAliases['nb'] = [
|
||||
'ContributionScores' => [ 'Bidragspoeng' ],
|
||||
];
|
||||
|
||||
/** Low Saxon (Netherlands) (Nedersaksies) */
|
||||
$specialPageAliases['nds-nl'] = array(
|
||||
'ContributionScores' => array( 'Biedragentelling' ),
|
||||
);
|
||||
$specialPageAliases['nds-nl'] = [
|
||||
'ContributionScores' => [ 'Biedragentelling' ],
|
||||
];
|
||||
|
||||
/** Dutch (Nederlands) */
|
||||
$specialPageAliases['nl'] = array(
|
||||
'ContributionScores' => array( 'Gebruikersscores', 'Bijdragenscores' ),
|
||||
);
|
||||
$specialPageAliases['nl'] = [
|
||||
'ContributionScores' => [ 'Gebruikersscores', 'Bijdragenscores' ],
|
||||
];
|
||||
|
||||
/** Polish (polski) */
|
||||
$specialPageAliases['pl'] = array(
|
||||
'ContributionScores' => array( 'Punkty_za_edycje' ),
|
||||
);
|
||||
$specialPageAliases['pl'] = [
|
||||
'ContributionScores' => [ 'Punkty_za_edycje' ],
|
||||
];
|
||||
|
||||
/** Russian (русский) */
|
||||
$specialPageAliases['ru'] = array(
|
||||
'ContributionScores' => array( 'Очки_вклада' ),
|
||||
);
|
||||
$specialPageAliases['ru'] = [
|
||||
'ContributionScores' => [ 'Очки_вклада' ],
|
||||
];
|
||||
|
||||
/** Sanskrit (संस्कृतम्) */
|
||||
$specialPageAliases['sa'] = array(
|
||||
'ContributionScores' => array( 'योगदानप्राप्ताङ्क' ),
|
||||
);
|
||||
$specialPageAliases['sa'] = [
|
||||
'ContributionScores' => [ 'योगदानप्राप्ताङ्क' ],
|
||||
];
|
||||
|
||||
/** Sicilian (sicilianu) */
|
||||
$specialPageAliases['scn'] = array(
|
||||
'ContributionScores' => array( 'PunteggiContribuzione' ),
|
||||
);
|
||||
$specialPageAliases['scn'] = [
|
||||
'ContributionScores' => [ 'PunteggiContribuzione' ],
|
||||
];
|
||||
|
||||
/** Slovak (slovenčina) */
|
||||
$specialPageAliases['sk'] = array(
|
||||
'ContributionScores' => array( 'SkórePríspevkov' ),
|
||||
);
|
||||
$specialPageAliases['sk'] = [
|
||||
'ContributionScores' => [ 'SkórePríspevkov' ],
|
||||
];
|
||||
|
||||
/** Swedish (svenska) */
|
||||
$specialPageAliases['sv'] = array(
|
||||
'ContributionScores' => array( 'Bidragspoäng' ),
|
||||
);
|
||||
$specialPageAliases['sv'] = [
|
||||
'ContributionScores' => [ 'Bidragspoäng' ],
|
||||
];
|
||||
|
||||
/** Thai (ไทย) */
|
||||
$specialPageAliases['th'] = array(
|
||||
'ContributionScores' => array( 'คะแนนการเขียน' ),
|
||||
);
|
||||
$specialPageAliases['th'] = [
|
||||
'ContributionScores' => [ 'คะแนนการเขียน' ],
|
||||
];
|
||||
|
||||
/** Tagalog (Tagalog) */
|
||||
$specialPageAliases['tl'] = array(
|
||||
'ContributionScores' => array( 'Mga_puntos_ng_ambag' ),
|
||||
);
|
||||
$specialPageAliases['tl'] = [
|
||||
'ContributionScores' => [ 'Mga_puntos_ng_ambag' ],
|
||||
];
|
||||
|
||||
/** Turkish (Türkçe) */
|
||||
$specialPageAliases['tr'] = array(
|
||||
'ContributionScores' => array( 'KatkıSkorları', 'KatkıPuanları' ),
|
||||
);
|
||||
$specialPageAliases['tr'] = [
|
||||
'ContributionScores' => [ 'KatkıSkorları', 'KatkıPuanları' ],
|
||||
];
|
||||
|
||||
/** Ukrainian (українська) */
|
||||
$specialPageAliases['uk'] = array(
|
||||
'ContributionScores' => array( 'Очки_внеску', 'Очки_вклада' ),
|
||||
);
|
||||
$specialPageAliases['uk'] = [
|
||||
'ContributionScores' => [ 'Очки_внеску', 'Очки_вклада' ],
|
||||
];
|
||||
|
||||
/** Simplified Chinese (中文(简体)) */
|
||||
$specialPageAliases['zh-hans'] = array(
|
||||
'ContributionScores' => array( '贡献得分' ),
|
||||
);
|
||||
$specialPageAliases['zh-hans'] = [
|
||||
'ContributionScores' => [ '贡献得分' ],
|
||||
];
|
||||
|
||||
/** Traditional Chinese (中文(繁體)) */
|
||||
$specialPageAliases['zh-hant'] = array(
|
||||
'ContributionScores' => array( '貢獻分數' ),
|
||||
);
|
||||
$specialPageAliases['zh-hant'] = [
|
||||
'ContributionScores' => [ '貢獻分數' ],
|
||||
];
|
||||
|
||||
@@ -59,7 +59,7 @@ function efContributionScores_Render( &$parser, $usertext, $metric = 'score' ) {
|
||||
}
|
||||
|
||||
$user = User::newFromName( $usertext );
|
||||
$dbr = wfGetDB( DB_SLAVE );
|
||||
$dbr = wfGetDB( DB_REPLICA );
|
||||
|
||||
if ( $user instanceof User && $user->isLoggedIn() ) {
|
||||
global $wgLang;
|
||||
|
||||
@@ -18,21 +18,22 @@ class ContributionScores extends IncludableSpecialPage {
|
||||
}
|
||||
|
||||
/// Generates a "Contribution Scores" table for a given LIMIT and date range
|
||||
|
||||
/**
|
||||
* Function generates Contribution Scores tables in HTML format (not wikiText)
|
||||
*
|
||||
* @param $days int Days in the past to run report for
|
||||
* @param $limit int Maximum number of users to return (default 50)
|
||||
* @param $title Title (default null)
|
||||
* @param $options array of options (default none; nosort/notools)
|
||||
* @return Html Table representing the requested Contribution Scores.
|
||||
* @param int $days Days in the past to run report for
|
||||
* @param int $limit Maximum number of users to return (default 50)
|
||||
* @param string|null $title The title of the table
|
||||
* @param array $options array of options (default none; nosort/notools)
|
||||
* @return string Html Table representing the requested Contribution Scores.
|
||||
*/
|
||||
function genContributionScoreTable( $days, $limit, $title = null, $options = 'none' ) {
|
||||
global $wgContribScoreIgnoreBots, $wgContribScoreIgnoreBlockedUsers, $wgContribScoresUseRealName;
|
||||
|
||||
$opts = explode( ',', strtolower( $options ) );
|
||||
|
||||
$dbr = wfGetDB( DB_SLAVE );
|
||||
$dbr = wfGetDB( DB_REPLICA );
|
||||
|
||||
$userTable = $dbr->tableName( 'user' );
|
||||
$userGroupTable = $dbr->tableName( 'user_groups' );
|
||||
@@ -188,7 +189,7 @@ class ContributionScores extends IncludableSpecialPage {
|
||||
/**
|
||||
* Called when being included on a normal wiki page.
|
||||
* 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 ) {
|
||||
$days = null;
|
||||
|
||||
@@ -18,7 +18,8 @@ module.exports = function ( grunt ) {
|
||||
jsonlint: {
|
||||
all: [
|
||||
'**/*.json',
|
||||
'!node_modules/**'
|
||||
'!node_modules/**',
|
||||
'!vendor/**'
|
||||
]
|
||||
}
|
||||
} );
|
||||
|
||||
@@ -1,14 +1,19 @@
|
||||
{
|
||||
"require-dev": {
|
||||
"jakub-onderka/php-parallel-lint": "0.9.2",
|
||||
"mediawiki/mediawiki-codesniffer": "0.12.0",
|
||||
"jakub-onderka/php-console-highlighter": "0.3.2"
|
||||
"jakub-onderka/php-parallel-lint": "1.0.0",
|
||||
"mediawiki/mediawiki-codesniffer": "26.0.0",
|
||||
"jakub-onderka/php-console-highlighter": "0.3.2",
|
||||
"mediawiki/minus-x": "0.3.1"
|
||||
},
|
||||
"scripts": {
|
||||
"fix": "phpcbf",
|
||||
"fix": [
|
||||
"phpcbf",
|
||||
"minus-x fix ."
|
||||
],
|
||||
"test": [
|
||||
"parallel-lint . --exclude vendor",
|
||||
"phpcs -p -s"
|
||||
"parallel-lint . --exclude vendor --exclude node_modules",
|
||||
"phpcs -p -s",
|
||||
"minus-x check ."
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
"Meno25",
|
||||
"Mido",
|
||||
"OsamaK",
|
||||
"ترجمان05"
|
||||
"ترجمان05",
|
||||
"ديفيد"
|
||||
]
|
||||
},
|
||||
"contributionscores": "نتائج المساهمات",
|
||||
@@ -14,6 +15,7 @@
|
||||
"contributionscores-days": "{{PLURAL:$1||اليوم الماضي|اليومان الماضيان|ال$1 أيام الماضية|ال$1 يومًا الماضية|ال$1 يوم الماضية}}",
|
||||
"contributionscores-allrevisions": "كل الوقت",
|
||||
"contributionscores-score": "النتيجة",
|
||||
"contributionscores-rank": "الرتبة",
|
||||
"contributionscores-pages": "الصفحات",
|
||||
"contributionscores-changes": "تغييرات",
|
||||
"contributionscores-username": "اسم المستخدم",
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
"Bellayet",
|
||||
"Wikitanvir",
|
||||
"Aftab1995",
|
||||
"Aftabuzzaman"
|
||||
"Aftabuzzaman",
|
||||
"আফতাবুজ্জামান"
|
||||
]
|
||||
},
|
||||
"contributionscores": "অনুদানের স্কোর",
|
||||
|
||||
9
i18n/cy.json
Normal file
9
i18n/cy.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Robin Owain"
|
||||
]
|
||||
},
|
||||
"contributionscores-score": "Sgor",
|
||||
"contributionscores-changes": "Newidiadau"
|
||||
}
|
||||
@@ -12,8 +12,8 @@
|
||||
"contributionscores-top": "(Tewr Gırde $1)",
|
||||
"contributionscores-days": "{{PLURAL:$1|Roca peyêne|$1 Rocê peyêni}}",
|
||||
"contributionscores-allrevisions": "Çaxan de hemi",
|
||||
"contributionscores-score": "Skor",
|
||||
"contributionscores-rank": "Rate",
|
||||
"contributionscores-score": "Puwan",
|
||||
"contributionscores-rank": "Rêze",
|
||||
"contributionscores-pages": "Peli",
|
||||
"contributionscores-changes": "Vurnayışi",
|
||||
"contributionscores-username": "Nameyê karberi",
|
||||
|
||||
@@ -3,16 +3,18 @@
|
||||
"authors": [
|
||||
"Michawiki",
|
||||
"Yekrats",
|
||||
"Robin van der Vliet"
|
||||
"Robin van der Vliet",
|
||||
"Mirin"
|
||||
]
|
||||
},
|
||||
"contributionscores": "Poentaro de Kontribuoj",
|
||||
"contributionscores-desc": "Informmendas la vikian datumbazon por la plej [[Special:ContributionScores|oftaj kontribuantoj]]",
|
||||
"contributionscores-info": "Poentaroj estas donataj jene:\n*Unu (1) poento por ĉiu unika paĝo redaktata\n*Kvadrata Radiko de (Tutaj Faritaj Redaktoj) - (Tutaj Unikaj Paĝoj) * 2\nPoentaroj kalkulitaj laŭ ĉi tiu maniero pezos redaktan diversecon super redaktan volumon.\nBaze, ĉi tiu poentaro mezuras ĉefe unikajn paĝojn redaktitajn, kun konsidero por altaj redakto-volumon - supozita esti pli altkvalita paĝo.",
|
||||
"contributionscores-info": "La poentaroj precipe mezuras la nombrojn de unikaj redaktitaj paĝoj, kun konsiderado pri grandega kvanto de redaktoj.",
|
||||
"contributionscores-top": "(Plej alta $1)",
|
||||
"contributionscores-days": "{{PLURAL:$1|Lasta tago|Lastaj $1 tagoj}}",
|
||||
"contributionscores-allrevisions": "Ĉiame",
|
||||
"contributionscores-score": "Poentaro",
|
||||
"contributionscores-rank": "Rango",
|
||||
"contributionscores-pages": "Paĝoj",
|
||||
"contributionscores-changes": "Ŝanĝoj",
|
||||
"contributionscores-username": "Uzantnomo",
|
||||
|
||||
10
i18n/fi.json
10
i18n/fi.json
@@ -4,17 +4,21 @@
|
||||
"Crt",
|
||||
"Nike",
|
||||
"Str4nd",
|
||||
"Stryn"
|
||||
"Stryn",
|
||||
"Pxos",
|
||||
"Pyscowicz"
|
||||
]
|
||||
},
|
||||
"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-days": "{{PLURAL:$1|Viime päivä|Viimeiset $1 päivää}}",
|
||||
"contributionscores-allrevisions": "Koko ajalta",
|
||||
"contributionscores-score": "Pisteet",
|
||||
"contributionscores-rank": "Sija",
|
||||
"contributionscores-pages": "Sivuja",
|
||||
"contributionscores-changes": "Muutoksia",
|
||||
"contributionscores-username": "Käyttäjätunnus",
|
||||
"contributionscores-invalidusername": "Virheellinen käyttäjätunnus"
|
||||
"contributionscores-invalidusername": "Virheellinen käyttäjätunnus",
|
||||
"contributionscores-invalidmetric": "Virheellinen muuttuja"
|
||||
}
|
||||
|
||||
@@ -2,8 +2,10 @@
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Snakesteuben",
|
||||
"Robin0van0der0vliet"
|
||||
"Robin0van0der0vliet",
|
||||
"Robin van der Vliet",
|
||||
"PiefPafPier"
|
||||
]
|
||||
},
|
||||
"contributionscores-username": "Brûkersnamme"
|
||||
"contributionscores-username": "Meidochnamme"
|
||||
}
|
||||
|
||||
14
i18n/id.json
14
i18n/id.json
@@ -2,16 +2,18 @@
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"IvanLanin",
|
||||
"Rex"
|
||||
"Rex",
|
||||
"William Surya Permana"
|
||||
]
|
||||
},
|
||||
"contributionscores": "Skor kontribusi",
|
||||
"contributionscores-desc": "Menghitung [[Special:ContributionScores|jumlah 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-top": "($1 tertinggi)",
|
||||
"contributionscores": "Nilai kontribusi",
|
||||
"contributionscores-desc": "Menghitung [[Special:ContributionScores|volume kontribusi pengguna]] terbanyak di basis data wiki",
|
||||
"contributionscores-info": "Nilai ini secara garis besar mengukur halaman unik yang disunting, dengan pertimbangan volume suntingan yang tinggi.",
|
||||
"contributionscores-top": "($1 teratas)",
|
||||
"contributionscores-days": "{{PLURAL:$1|Hari|$1 hari}} terakhir",
|
||||
"contributionscores-allrevisions": "Sepanjang masa",
|
||||
"contributionscores-score": "Skor",
|
||||
"contributionscores-score": "Nilai",
|
||||
"contributionscores-rank": "Peringkat",
|
||||
"contributionscores-pages": "Halaman",
|
||||
"contributionscores-changes": "Perubahan",
|
||||
"contributionscores-username": "Nama pengguna",
|
||||
|
||||
8
i18n/ig.json
Normal file
8
i18n/ig.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Ukabia"
|
||||
]
|
||||
},
|
||||
"contributionscores-username": "Ahàǹjìème"
|
||||
}
|
||||
9
i18n/io.json
Normal file
9
i18n/io.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Joao Xavier"
|
||||
]
|
||||
},
|
||||
"contributionscores-days": "Lasta {{PLURAL:$1|dio|$1 dii}}",
|
||||
"contributionscores-pages": "Pagini"
|
||||
}
|
||||
@@ -2,7 +2,8 @@
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"S.Örvarr.S",
|
||||
"Snævar"
|
||||
"Snævar",
|
||||
"Sveinn í Felli"
|
||||
]
|
||||
},
|
||||
"contributionscores": "Framleggjandastig",
|
||||
@@ -12,7 +13,10 @@
|
||||
"contributionscores-days": "{{PLURAL:$1|Síðasta $1 daginn|Síðustu $1 dagana}}",
|
||||
"contributionscores-allrevisions": "Allan tímann",
|
||||
"contributionscores-score": "Stigafjöldi",
|
||||
"contributionscores-rank": "Sæti",
|
||||
"contributionscores-pages": "Síður",
|
||||
"contributionscores-changes": "Breytingar",
|
||||
"contributionscores-username": "Notandanafn"
|
||||
"contributionscores-username": "Notandanafn",
|
||||
"contributionscores-invalidusername": "Ógilt notandanafn",
|
||||
"contributionscores-invalidmetric": "Ógild mæling"
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"NoiX180"
|
||||
]
|
||||
},
|
||||
"contributionscores": "Bijining pisumbang",
|
||||
"contributionscores": "Bijining pasumbang",
|
||||
"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-top": "(Top $1)",
|
||||
|
||||
12
i18n/kiu.json
Normal file
12
i18n/kiu.json
Normal file
@@ -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"
|
||||
}
|
||||
12
i18n/kjp.json
Normal file
12
i18n/kjp.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Rul1902"
|
||||
]
|
||||
},
|
||||
"contributionscores-score": "အ်ုဏါင်းဏေဝ်ႋ",
|
||||
"contributionscores-rank": "အ်ုထေါဟ်",
|
||||
"contributionscores-pages": "လိက်မေံၜၠါ်လ်ုဖး",
|
||||
"contributionscores-changes": "မ်ုအင်းလယ်လ်ုဖး",
|
||||
"contributionscores-username": "ဆ်ုသုံႋဆာႋမိင်"
|
||||
}
|
||||
@@ -12,7 +12,8 @@
|
||||
"contributionscores-days": "{{PLURAL:$1|ថ្ងៃ|$1 ថ្ងៃ}}ចុងក្រោយ",
|
||||
"contributionscores-allrevisions": "គ្រប់ពេល",
|
||||
"contributionscores-score": "ពិន្ទុ",
|
||||
"contributionscores-pages": "ទំព័រនានា",
|
||||
"contributionscores-rank": "ចំណាត់ថ្នាក់",
|
||||
"contributionscores-pages": "ទំព័រ",
|
||||
"contributionscores-changes": "បន្លាស់ប្ដូរ",
|
||||
"contributionscores-username": "អត្តនាម",
|
||||
"contributionscores-invalidusername": "អត្តនាមមិនត្រឹមត្រូវ"
|
||||
|
||||
@@ -8,11 +8,12 @@
|
||||
},
|
||||
"contributionscores": "Biedraaghuuegdjes",
|
||||
"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-days": "{{PLURAL:$1|Lesten daag|Leste $1 daag}}",
|
||||
"contributionscores-allrevisions": "Alle verzies",
|
||||
"contributionscores-score": "Puntje",
|
||||
"contributionscores-rank": "Rang",
|
||||
"contributionscores-pages": "Pagina's",
|
||||
"contributionscores-changes": "Bewèrkinger",
|
||||
"contributionscores-username": "Gebroeker",
|
||||
|
||||
14
i18n/my.json
14
i18n/my.json
@@ -1,8 +1,18 @@
|
||||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Ninjastrikers"
|
||||
"Ninjastrikers",
|
||||
"Dr Lotus Black"
|
||||
]
|
||||
},
|
||||
"contributionscores-pages": "စာမျက်နှာများ"
|
||||
"contributionscores": "ပံ့ပို့မှု ရမှတ်များ",
|
||||
"contributionscores-top": "(ထိပ်ဆုံး $1)",
|
||||
"contributionscores-days": "နောက်ဆုံး {{PLURAL:$1|ရက်|$1 ရက်}}",
|
||||
"contributionscores-allrevisions": "တချိန်လုံး",
|
||||
"contributionscores-score": "ရမှတ်",
|
||||
"contributionscores-rank": "အဆင့်",
|
||||
"contributionscores-pages": "စာမျက်နှာများ",
|
||||
"contributionscores-changes": "အပြောင်းအလဲများ",
|
||||
"contributionscores-username": "အသုံးပြုသူအမည်",
|
||||
"contributionscores-invalidusername": "အသုံးပြုသူအမည် မမှန်ကန်ပါ"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
"authors": [
|
||||
"Nghtwlkr",
|
||||
"Helland",
|
||||
"Danmichaelo"
|
||||
"Danmichaelo",
|
||||
"Jon Harald Søby"
|
||||
]
|
||||
},
|
||||
"contributionscores": "Bidragspoeng",
|
||||
|
||||
8
i18n/pa.json
Normal file
8
i18n/pa.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"BukhariSaeed"
|
||||
]
|
||||
},
|
||||
"contributionscores-changes": "ਤਬਦੀਲੀਆਂ"
|
||||
}
|
||||
@@ -6,12 +6,14 @@
|
||||
"Equadus",
|
||||
"McMonster",
|
||||
"Sp5uhe",
|
||||
"Wpedzich"
|
||||
"Wpedzich",
|
||||
"Railfail536",
|
||||
"Rail"
|
||||
]
|
||||
},
|
||||
"contributionscores": "Punkty za edycje",
|
||||
"contributionscores-desc": "Wylicza [[Special:ContributionScores|punkty za edycje]] dla użytkowników",
|
||||
"contributionscores-info": "Punkty za edycje naliczane są następującą metodą:\n*1 punkt za każdą edytowaną unikalną stronę\n*pierwiastek kwadratowy z (ogólna liczba edycji) - (wszystkich unikalnych stron) * 2\nTaki sposób naliczania pozwala wyważyć różnorodność edycji względem liczby edycji. Zasadniczo wynik uzależniony jest od liczby edytowanych unikalnych stron z uwzględnieniem dużej liczby edycji – zakładając wyższą wartość tworzenia nowych artykułów.",
|
||||
"contributionscores-info": "Wynik jest uzależniony przede wszystkim od liczby edytowanych unikalnych stron z uwzględnieniem dużej liczby edycji – zakładając wyższą wartość tworzenia nowych artykułów.",
|
||||
"contributionscores-top": "($1 najlepszych)",
|
||||
"contributionscores-days": "{{PLURAL:$1|Ostatni 1 dzień|Ostatnie $1 dni|Ostatnich $1 dni}}",
|
||||
"contributionscores-allrevisions": "Cała aktywność",
|
||||
|
||||
9
i18n/pnb.json
Normal file
9
i18n/pnb.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"BukhariSaeed"
|
||||
]
|
||||
},
|
||||
"contributionscores-changes": "تبدیلیاں",
|
||||
"contributionscores-username": "ورتن آلے دا ناں"
|
||||
}
|
||||
@@ -1,11 +1,15 @@
|
||||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Ahmed-Najib-Biabani-Ibrahimkhel"
|
||||
"Ahmed-Najib-Biabani-Ibrahimkhel",
|
||||
"Baloch Khan",
|
||||
"Amjad Khan"
|
||||
]
|
||||
},
|
||||
"contributionscores-days": "وروستۍ {{PLURAL:$1|ورځ|$1 ورځې}}",
|
||||
"contributionscores-allrevisions": "هر وخت",
|
||||
"contributionscores-score": "سکور (ګولونه)",
|
||||
"contributionscores-rank": "رتبه",
|
||||
"contributionscores-pages": "مخونه",
|
||||
"contributionscores-changes": "بدلونونه",
|
||||
"contributionscores-username": "کارن-نوم",
|
||||
|
||||
@@ -7,14 +7,15 @@
|
||||
"Giro720",
|
||||
"Luckas",
|
||||
"HenriqueCrang",
|
||||
"!Silent"
|
||||
"!Silent",
|
||||
"Opraco"
|
||||
]
|
||||
},
|
||||
"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-info": "A pontuação mede, principalmente, as páginas únicas editadas, tendo em consideração o alto volume de edições.",
|
||||
"contributionscores-top": "(Top $1)",
|
||||
"contributionscores-days": "Últimos {{PLURAL:$1|día|$1 días}}",
|
||||
"contributionscores-top": "(top $1)",
|
||||
"contributionscores-days": "{{PLURAL:$1|Último dia|Últimos $1 dias}}",
|
||||
"contributionscores-allrevisions": "Desde sempre",
|
||||
"contributionscores-score": "Pontuação",
|
||||
"contributionscores-rank": "Classificação",
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
"Malafaya",
|
||||
"Waldir",
|
||||
"Vitorvicentevalente",
|
||||
"Fúlvio"
|
||||
"Fúlvio",
|
||||
"Waldyrious"
|
||||
]
|
||||
},
|
||||
"contributionscores": "Pontuação de contribuições",
|
||||
|
||||
8
i18n/qu.json
Normal file
8
i18n/qu.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"AlimanRuna"
|
||||
]
|
||||
},
|
||||
"contributionscores-days": "Qayna {{PLURAL:$1|p'unchaw|$1 p'unchawkuna}}"
|
||||
}
|
||||
@@ -6,12 +6,13 @@
|
||||
"Lockal",
|
||||
"Okras",
|
||||
"Ole Yves",
|
||||
"Александр Сигачёв"
|
||||
"Александр Сигачёв",
|
||||
"Kaganer"
|
||||
]
|
||||
},
|
||||
"contributionscores": "Оценка вклада",
|
||||
"contributionscores-desc": "Определяет из базы данных [[Special:ContributionScores|участников с наибольшим числом правок]]",
|
||||
"contributionscores-info": "Оценка рассчитывается в первую очередь по количеству отредактированных уникальных страниц, с учётом большего объёма редактирования.",
|
||||
"contributionscores-info": "Оценка рассчитывается в первую очередь по количеству отредактированных уникальных страниц, с учётом величины сделанных изменений.",
|
||||
"contributionscores-top": "(лучшие $1)",
|
||||
"contributionscores-days": "{{PLURAL:$1|1=Последний день|Последний $1 день|Последние $1 дня|Последние $1 дней}}",
|
||||
"contributionscores-allrevisions": "За всё время",
|
||||
|
||||
12
i18n/sd.json
Normal file
12
i18n/sd.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Mehtab ahmed",
|
||||
"Tweety"
|
||||
]
|
||||
},
|
||||
"contributionscores-days": "گذريل {{PLURAL:$1|ڏينھن|$1 ڏينھن}}",
|
||||
"contributionscores-pages": "صفحا",
|
||||
"contributionscores-changes": "بدلاءَ",
|
||||
"contributionscores-username": "واپرائيندڙ-نانءُ"
|
||||
}
|
||||
20
i18n/sh.json
Normal file
20
i18n/sh.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Vlad5250"
|
||||
]
|
||||
},
|
||||
"contributionscores": "Ocjene za doprinose",
|
||||
"contributionscores-desc": "Preuzima podatke s wikibaze podataka za [[Special:ContributionScores|korisnike s najviše doprinosa]]",
|
||||
"contributionscores-info": "Saldo je mjera koja izražava uređivanja pojedinačnih stranica, uzimajući u obzir velike količine uređivanja.",
|
||||
"contributionscores-top": "(Najboljih $1)",
|
||||
"contributionscores-days": "{{PLURAL:$1|Posljednji $1 dan|Posljednja $1 dana|Posljednjih $1 dana}}",
|
||||
"contributionscores-allrevisions": "Svih vremena",
|
||||
"contributionscores-score": "Ocjena",
|
||||
"contributionscores-rank": "Rang",
|
||||
"contributionscores-pages": "Stranice",
|
||||
"contributionscores-changes": "Izmjene",
|
||||
"contributionscores-username": "Korisničko ime",
|
||||
"contributionscores-invalidusername": "Nevaljano korisničko ime",
|
||||
"contributionscores-invalidmetric": "Nevaljana metrika"
|
||||
}
|
||||
@@ -4,13 +4,19 @@
|
||||
"Milicevic01",
|
||||
"Rancher",
|
||||
"Sasa Stefanovic",
|
||||
"Михајло Анђелковић"
|
||||
"Михајло Анђелковић",
|
||||
"Zoranzoki21",
|
||||
"Acamicamacaraca"
|
||||
]
|
||||
},
|
||||
"contributionscores": "Оцене доприноса",
|
||||
"contributionscores-desc": "Анкетира вики базу података за највиши [[Special:ContributionScores|волумен доприноса корисника]]",
|
||||
"contributionscores-info": "Резултат првенствено мери јединствене измењене странице, узимајући у обзир велику количину уређивања.",
|
||||
"contributionscores-top": "(првих $1)",
|
||||
"contributionscores-days": "{{PLURAL:$1|1=Последњег дана|Последњих $1 дана}}",
|
||||
"contributionscores-allrevisions": "Свих времена",
|
||||
"contributionscores-score": "Оцена",
|
||||
"contributionscores-score": "Резултат",
|
||||
"contributionscores-rank": "Ранг",
|
||||
"contributionscores-pages": "Странице",
|
||||
"contributionscores-changes": "Измене",
|
||||
"contributionscores-username": "Корисничко име",
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Woraponboonkerd"
|
||||
"Woraponboonkerd",
|
||||
"Ans"
|
||||
]
|
||||
},
|
||||
"contributionscores": "คะแนนการแก้ไข",
|
||||
@@ -9,8 +10,9 @@
|
||||
"contributionscores-info": "วิธีการคิดคะแนนเป็นดังต่อไปนี้:\n* หนึ่ง (1) คะแนนต่อจำนวนหน้าที่เข้าร่วมแก้ไข (ชื่อของหน้าไม่ซ้ำกัน)\n* รากที่สองของจำนวนการแก้ไขทั้งหมด - จำนวนหน้าทั้งหมดที่ร่วมแก้ไข * 2\nคะแนนจะถูกคิดโดยให้น้ำหนักของการแก้ไขที่หลากหลายมากกว่าจำนวนการแก้ไข\nโดยทั่วไป คะแนนนี้ชี้วัดถึงจำนวนหน้าต่างๆ ที่เข้าร่วมแก้ไข โดยคำนึงถึงจำนวนการแก้ไขทั้งหมดด้วย จึงคาดการณ์ได้ว่าจะทำให้มีหน้าที่มีคุณภาพสูงขึ้น",
|
||||
"contributionscores-days": "$1 {{PLURAL:$1|วัน|วัน}} ที่แล้ว",
|
||||
"contributionscores-score": "คะแนน",
|
||||
"contributionscores-rank": "การจัดอันดับ",
|
||||
"contributionscores-pages": "จำนวนหน้า",
|
||||
"contributionscores-changes": "จำนวนการเปลี่ยนแปลง",
|
||||
"contributionscores-changes": "การเปลี่ยนแปลง",
|
||||
"contributionscores-username": "ชื่อผู้ใช้",
|
||||
"contributionscores-invalidusername": "ชื่อผู้ใช้ไม่ถูกต้อง"
|
||||
}
|
||||
|
||||
10
i18n/tr.json
10
i18n/tr.json
@@ -5,16 +5,18 @@
|
||||
"Karduelis",
|
||||
"Mach",
|
||||
"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-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-top": "(En yüksek $1)",
|
||||
"contributionscores-info": "Puanlama, öncelikle yüksek düzenleme hacmi dikkate alınarak düzenlenmiş benzersiz sayfaları ölçer.",
|
||||
"contributionscores-top": "(Zirvedeki $1 kişi)",
|
||||
"contributionscores-days": "Son $1 {{PLURAL:$1|gün|gün}}",
|
||||
"contributionscores-allrevisions": "Tüm zamanlar",
|
||||
"contributionscores-score": "Puan",
|
||||
"contributionscores-rank": "Sıralama",
|
||||
"contributionscores-pages": "Sayfalar",
|
||||
"contributionscores-changes": "Değişiklikler",
|
||||
"contributionscores-username": "Kullanıcı adı",
|
||||
|
||||
@@ -8,11 +8,12 @@
|
||||
"Simon Shek",
|
||||
"Cwlin0416",
|
||||
"Liuxinyu970226",
|
||||
"LNDDYL"
|
||||
"LNDDYL",
|
||||
"Kly"
|
||||
]
|
||||
},
|
||||
"contributionscores": "貢獻分數",
|
||||
"contributionscores-desc": "調查 Wiki 資料庫中 [[Special:ContributionScores|貢獻最多的使用者]]",
|
||||
"contributionscores-desc": "調查 Wiki 資料庫中[[Special:ContributionScores|貢獻最多的使用者]]",
|
||||
"contributionscores-info": "此分數主要以編輯個別頁面數量計算並考慮編輯次數。",
|
||||
"contributionscores-top": "(前 $1 名)",
|
||||
"contributionscores-days": "最近 {{PLURAL:$1|天|$1 天}}",
|
||||
|
||||
8
i18n/zh-hk.json
Normal file
8
i18n/zh-hk.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Liuxinyu970226"
|
||||
]
|
||||
},
|
||||
"contributionscores-username": "用戶名稱"
|
||||
}
|
||||
2660
package-lock.json
generated
Normal file
2660
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "1.0.1",
|
||||
"grunt-banana-checker": "0.4.0",
|
||||
"grunt-contrib-jshint": "0.11.3",
|
||||
"grunt-jscs": "2.5.0",
|
||||
"grunt-jsonlint": "1.0.7"
|
||||
}
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "1.0.4",
|
||||
"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