Compare commits
No commits in common. "master" and "REL1_19" have entirely different histories.
175 changed files with 2594 additions and 9832 deletions
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"root": true,
|
|
||||||
"extends": [
|
|
||||||
"wikimedia/client-es5",
|
|
||||||
"wikimedia/jquery",
|
|
||||||
"wikimedia/mediawiki"
|
|
||||||
]
|
|
||||||
}
|
|
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,8 +0,0 @@
|
||||||
*~
|
|
||||||
*.kate-swp
|
|
||||||
.*.swp
|
|
||||||
.idea
|
|
||||||
node_modules/
|
|
||||||
/composer.lock
|
|
||||||
/vendor/
|
|
||||||
/.eslintcache
|
|
|
@ -1,6 +0,0 @@
|
||||||
[gerrit]
|
|
||||||
host=gerrit.wikimedia.org
|
|
||||||
port=29418
|
|
||||||
project=mediawiki/extensions/ContributionScores
|
|
||||||
track=1
|
|
||||||
defaultrebase=0
|
|
12
.phpcs.xml
12
.phpcs.xml
|
@ -1,12 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<ruleset>
|
|
||||||
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki">
|
|
||||||
<exclude name="MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic" />
|
|
||||||
<exclude name="MediaWiki.Usage.ExtendClassUsage.FunctionConfigUsage" />
|
|
||||||
<exclude name="PSR12.Properties.ConstantVisibility.NotFound" />
|
|
||||||
<exclude name="Squiz.Scope.MethodScope.Missing" />
|
|
||||||
</rule>
|
|
||||||
<file>.</file>
|
|
||||||
<arg name="extensions" value="php" />
|
|
||||||
<arg name="encoding" value="UTF-8" />
|
|
||||||
</ruleset>
|
|
|
@ -1 +0,0 @@
|
||||||
The development of this software is covered by a [Code of Conduct](https://www.mediawiki.org/wiki/Special:MyLanguage/Code_of_Conduct).
|
|
|
@ -6,274 +6,184 @@
|
||||||
* @ingroup Extensions
|
* @ingroup Extensions
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$specialPageAliases = [];
|
$specialPageAliases = array();
|
||||||
|
|
||||||
/** English (English) */
|
/** English (English) */
|
||||||
$specialPageAliases['en'] = [
|
$specialPageAliases['en'] = array(
|
||||||
'ContributionScores' => [ 'ContributionScores' ],
|
'ContributionScores' => array( 'ContributionScores' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Arabic (العربية) */
|
/** Arabic (العربية) */
|
||||||
$specialPageAliases['ar'] = [
|
$specialPageAliases['ar'] = array(
|
||||||
'ContributionScores' => [ 'نتائج_المساهمة' ],
|
'ContributionScores' => array( 'نتائج_المساهمة' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Aramaic (ܐܪܡܝܐ) */
|
/** Egyptian Spoken Arabic (مصرى) */
|
||||||
$specialPageAliases['arc'] = [
|
$specialPageAliases['arz'] = array(
|
||||||
'ContributionScores' => [ 'ܦܠܛ̈ܐ_ܕܫܘܬܦܘ̈ܬܐ' ],
|
'ContributionScores' => array( 'نتايج_المساهمه' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Egyptian Arabic (مصرى) */
|
/** Breton (Brezhoneg) */
|
||||||
$specialPageAliases['arz'] = [
|
$specialPageAliases['br'] = array(
|
||||||
'ContributionScores' => [ 'نتايج_المساهمه' ],
|
'ContributionScores' => array( 'Skor_Degasadennoù' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Assamese (অসমীয়া) */
|
/** Bosnian (Bosanski) */
|
||||||
$specialPageAliases['as'] = [
|
$specialPageAliases['bs'] = array(
|
||||||
'ContributionScores' => [ 'বৰঙনিৰ_মূল্যায়ন' ],
|
'ContributionScores' => array( 'DoprinosiBodovi' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Avaric (авар) */
|
|
||||||
$specialPageAliases['av'] = [
|
|
||||||
'ContributionScores' => [ 'Очки_вклада' ],
|
|
||||||
];
|
|
||||||
|
|
||||||
/** Bashkir (башҡортса) */
|
|
||||||
$specialPageAliases['ba'] = [
|
|
||||||
'ContributionScores' => [ 'Өлөш_мәрәйҙәре' ],
|
|
||||||
];
|
|
||||||
|
|
||||||
/** Western Balochi (بلوچی رخشانی) */
|
|
||||||
$specialPageAliases['bgn'] = [
|
|
||||||
'ContributionScores' => [ 'شراکتانی_امتیاز_ئان' ],
|
|
||||||
];
|
|
||||||
|
|
||||||
/** Banjar (Bahasa Banjar) */
|
|
||||||
$specialPageAliases['bjn'] = [
|
|
||||||
'ContributionScores' => [ 'Skor_sumbangan' ],
|
|
||||||
];
|
|
||||||
|
|
||||||
/** Bengali (বাংলা) */
|
|
||||||
$specialPageAliases['bn'] = [
|
|
||||||
'ContributionScores' => [ 'অবদানের_স্কোর' ],
|
|
||||||
];
|
|
||||||
|
|
||||||
/** Breton (brezhoneg) */
|
|
||||||
$specialPageAliases['br'] = [
|
|
||||||
'ContributionScores' => [ 'Skor_Degasadennoù' ],
|
|
||||||
];
|
|
||||||
|
|
||||||
/** Bosnian (bosanski) */
|
|
||||||
$specialPageAliases['bs'] = [
|
|
||||||
'ContributionScores' => [ 'DoprinosiBodovi' ],
|
|
||||||
];
|
|
||||||
|
|
||||||
/** Min Dong Chinese (Mìng-dĕ̤ng-ngṳ̄) */
|
|
||||||
$specialPageAliases['cdo'] = [
|
|
||||||
'ContributionScores' => [ '貢獻分數' ],
|
|
||||||
];
|
|
||||||
|
|
||||||
/** German (Deutsch) */
|
/** German (Deutsch) */
|
||||||
$specialPageAliases['de'] = [
|
$specialPageAliases['de'] = array(
|
||||||
'ContributionScores' => [ 'Beitragspunkte' ],
|
'ContributionScores' => array( 'Beitragspunkte' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Zazaki (Zazaki) */
|
|
||||||
$specialPageAliases['diq'] = [
|
|
||||||
'ContributionScores' => [ 'SqoréDekerdışan' ],
|
|
||||||
];
|
|
||||||
|
|
||||||
/** Esperanto (Esperanto) */
|
/** Esperanto (Esperanto) */
|
||||||
$specialPageAliases['eo'] = [
|
$specialPageAliases['eo'] = array(
|
||||||
'ContributionScores' => [ 'Poentaro_de_kontribuoj', 'Kontribuatingoj' ],
|
'ContributionScores' => array( 'Kontribuatingoj' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Estonian (eesti) */
|
/** Estonian (Eesti) */
|
||||||
$specialPageAliases['et'] = [
|
$specialPageAliases['et'] = array(
|
||||||
'ContributionScores' => [ 'Kaastööpunktid' ],
|
'ContributionScores' => array( 'Kaastööpunktid' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Persian (فارسی) */
|
/** Persian (فارسی) */
|
||||||
$specialPageAliases['fa'] = [
|
$specialPageAliases['fa'] = array(
|
||||||
'ContributionScores' => [ 'امتیازهای_مشارکت' ],
|
'ContributionScores' => array( 'امتیازهای_مشارکت' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Finnish (suomi) */
|
/** Finnish (Suomi) */
|
||||||
$specialPageAliases['fi'] = [
|
$specialPageAliases['fi'] = array(
|
||||||
'ContributionScores' => [ 'Muokkauspisteet' ],
|
'ContributionScores' => array( 'Muokkauspisteet' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Galician (galego) */
|
/** Galician (Galego) */
|
||||||
$specialPageAliases['gl'] = [
|
$specialPageAliases['gl'] = array(
|
||||||
'ContributionScores' => [ 'Puntuación_das_contribucións' ],
|
'ContributionScores' => array( 'Puntuación_das_contribucións' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Hebrew (עברית) */
|
/** Hebrew (עברית) */
|
||||||
$specialPageAliases['he'] = [
|
$specialPageAliases['he'] = array(
|
||||||
'ContributionScores' => [ 'דירוג_תרומות' ],
|
'ContributionScores' => array( 'דירוג_תרומות' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Haitian (Kreyòl ayisyen) */
|
/** Haitian (Kreyòl ayisyen) */
|
||||||
$specialPageAliases['ht'] = [
|
$specialPageAliases['ht'] = array(
|
||||||
'ContributionScores' => [ 'PwentajKontribisyon' ],
|
'ContributionScores' => array( 'PwentajKontribisyon' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Hungarian (magyar) */
|
/** Hungarian (Magyar) */
|
||||||
$specialPageAliases['hu'] = [
|
$specialPageAliases['hu'] = array(
|
||||||
'ContributionScores' => [ 'Szerkesztési_pontok' ],
|
'ContributionScores' => array( 'Szerkesztési_pontok' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Interlingua (interlingua) */
|
/** Interlingua (Interlingua) */
|
||||||
$specialPageAliases['ia'] = [
|
$specialPageAliases['ia'] = array(
|
||||||
'ContributionScores' => [ 'Scores_de_contributiones' ],
|
'ContributionScores' => array( 'Scores_de_contributiones' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Indonesian (Bahasa Indonesia) */
|
/** Indonesian (Bahasa Indonesia) */
|
||||||
$specialPageAliases['id'] = [
|
$specialPageAliases['id'] = array(
|
||||||
'ContributionScores' => [ 'Skor_kontribusi', 'SkorKontribusi' ],
|
'ContributionScores' => array( 'Skor_kontribusi', 'SkorKontribusi' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Italian (italiano) */
|
|
||||||
$specialPageAliases['it'] = [
|
|
||||||
'ContributionScores' => [ 'PunteggiContributi' ],
|
|
||||||
];
|
|
||||||
|
|
||||||
/** Japanese (日本語) */
|
/** Japanese (日本語) */
|
||||||
$specialPageAliases['ja'] = [
|
$specialPageAliases['ja'] = array(
|
||||||
'ContributionScores' => [ '貢献スコア', '貢献得点' ],
|
'ContributionScores' => array( '貢献スコア', '貢献得点' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Khmer (ភាសាខ្មែរ) */
|
/** Khmer (ភាសាខ្មែរ) */
|
||||||
$specialPageAliases['km'] = [
|
$specialPageAliases['km'] = array(
|
||||||
'ContributionScores' => [ 'ពិន្ទុអ្នករួមចំណែក' ],
|
'ContributionScores' => array( 'ពិន្ទុអ្នករួមចំណែក' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Korean (한국어) */
|
|
||||||
$specialPageAliases['ko'] = [
|
|
||||||
'ContributionScores' => [ '기여점수' ],
|
|
||||||
];
|
|
||||||
|
|
||||||
/** Colognian (Ripoarisch) */
|
/** Colognian (Ripoarisch) */
|
||||||
$specialPageAliases['ksh'] = [
|
$specialPageAliases['ksh'] = array(
|
||||||
'ContributionScores' => [ 'MetmaacherZahle' ],
|
'ContributionScores' => array( 'MetmaacherZahle' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Ladino (Ladino) */
|
/** Ladino (Ladino) */
|
||||||
$specialPageAliases['lad'] = [
|
$specialPageAliases['lad'] = array(
|
||||||
'ContributionScores' => [ 'Resultados_de_ajustamientos' ],
|
'ContributionScores' => array( 'Resultados_de_ajustamientos' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Luxembourgish (Lëtzebuergesch) */
|
/** Luxembourgish (Lëtzebuergesch) */
|
||||||
$specialPageAliases['lb'] = [
|
$specialPageAliases['lb'] = array(
|
||||||
'ContributionScores' => [ 'Score_vun_de_Kontributiounen' ],
|
'ContributionScores' => array( 'Score_vun_de_Kontributiounen' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Northern Luri (لۊری شومالی) */
|
/** Macedonian (Македонски) */
|
||||||
$specialPageAliases['lrc'] = [
|
$specialPageAliases['mk'] = array(
|
||||||
'ContributionScores' => [ 'نئرخ_ھومیاری' ],
|
'ContributionScores' => array( 'БодувањеНаПридонесите' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Minangkabau (Baso Minangkabau) */
|
|
||||||
$specialPageAliases['min'] = [
|
|
||||||
'ContributionScores' => [ 'SkorJariah' ],
|
|
||||||
];
|
|
||||||
|
|
||||||
/** Macedonian (македонски) */
|
|
||||||
$specialPageAliases['mk'] = [
|
|
||||||
'ContributionScores' => [ 'БодувањеНаПридонесите' ],
|
|
||||||
];
|
|
||||||
|
|
||||||
/** Malayalam (മലയാളം) */
|
/** Malayalam (മലയാളം) */
|
||||||
$specialPageAliases['ml'] = [
|
$specialPageAliases['ml'] = array(
|
||||||
'ContributionScores' => [ 'സേവനസ്കോറുകൾ' ],
|
'ContributionScores' => array( 'സേവനസ്കോറുകൾ' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Marathi (मराठी) */
|
/** Marathi (मराठी) */
|
||||||
$specialPageAliases['mr'] = [
|
$specialPageAliases['mr'] = array(
|
||||||
'ContributionScores' => [ 'योगदानप्राविण्य' ],
|
'ContributionScores' => array( 'योगदानप्राविण्य' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Norwegian Bokmål (norsk bokmål) */
|
/** Norwegian Bokmål (Norsk (bokmål)) */
|
||||||
$specialPageAliases['nb'] = [
|
$specialPageAliases['nb'] = array(
|
||||||
'ContributionScores' => [ 'Bidragspoeng' ],
|
'ContributionScores' => array( 'Bidragspoeng' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Low Saxon (Netherlands) (Nedersaksies) */
|
/** Nedersaksisch (Nedersaksisch) */
|
||||||
$specialPageAliases['nds-nl'] = [
|
$specialPageAliases['nds-nl'] = array(
|
||||||
'ContributionScores' => [ 'Biedragentelling' ],
|
'ContributionScores' => array( 'Biedragentelling' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Dutch (Nederlands) */
|
/** Dutch (Nederlands) */
|
||||||
$specialPageAliases['nl'] = [
|
$specialPageAliases['nl'] = array(
|
||||||
'ContributionScores' => [ 'Gebruikersscores', 'Bijdragenscores' ],
|
'ContributionScores' => array( 'Gebruikersscores', 'Bijdragenscores' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Polish (polski) */
|
/** Polish (Polski) */
|
||||||
$specialPageAliases['pl'] = [
|
$specialPageAliases['pl'] = array(
|
||||||
'ContributionScores' => [ 'Punkty_za_edycje' ],
|
'ContributionScores' => array( 'Punkty_za_edycje' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Russian (русский) */
|
|
||||||
$specialPageAliases['ru'] = [
|
|
||||||
'ContributionScores' => [ 'Очки_вклада' ],
|
|
||||||
];
|
|
||||||
|
|
||||||
/** Sanskrit (संस्कृतम्) */
|
/** Sanskrit (संस्कृतम्) */
|
||||||
$specialPageAliases['sa'] = [
|
$specialPageAliases['sa'] = array(
|
||||||
'ContributionScores' => [ 'योगदानप्राप्ताङ्क' ],
|
'ContributionScores' => array( 'योगदानप्राप्ताङ्क' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Sicilian (sicilianu) */
|
/** Slovak (Slovenčina) */
|
||||||
$specialPageAliases['scn'] = [
|
$specialPageAliases['sk'] = array(
|
||||||
'ContributionScores' => [ 'PunteggiContribuzione' ],
|
'ContributionScores' => array( 'SkórePríspevkov' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Slovak (slovenčina) */
|
/** Swedish (Svenska) */
|
||||||
$specialPageAliases['sk'] = [
|
$specialPageAliases['sv'] = array(
|
||||||
'ContributionScores' => [ 'SkórePríspevkov' ],
|
'ContributionScores' => array( 'Bidragspoäng' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Serbian Cyrillic (српски (ћирилица)) */
|
|
||||||
$specialPageAliases['sr-ec'] = [
|
|
||||||
'ContributionScores' => [ 'ОценеДоприноса' ],
|
|
||||||
];
|
|
||||||
|
|
||||||
/** Serbian Latin (srpski (latinica)) */
|
|
||||||
$specialPageAliases['sr-el'] = [
|
|
||||||
'ContributionScores' => [ 'OceneDoprinosa' ],
|
|
||||||
];
|
|
||||||
|
|
||||||
/** Swedish (svenska) */
|
|
||||||
$specialPageAliases['sv'] = [
|
|
||||||
'ContributionScores' => [ 'Bidragspoäng' ],
|
|
||||||
];
|
|
||||||
|
|
||||||
/** Thai (ไทย) */
|
/** Thai (ไทย) */
|
||||||
$specialPageAliases['th'] = [
|
$specialPageAliases['th'] = array(
|
||||||
'ContributionScores' => [ 'คะแนนการเขียน' ],
|
'ContributionScores' => array( 'คะแนนการเขียน' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Tagalog (Tagalog) */
|
/** Tagalog (Tagalog) */
|
||||||
$specialPageAliases['tl'] = [
|
$specialPageAliases['tl'] = array(
|
||||||
'ContributionScores' => [ 'Mga_puntos_ng_ambag' ],
|
'ContributionScores' => array( 'Mga puntos ng ambag' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Turkish (Türkçe) */
|
/** Turkish (Türkçe) */
|
||||||
$specialPageAliases['tr'] = [
|
$specialPageAliases['tr'] = array(
|
||||||
'ContributionScores' => [ 'KatkıSkorları', 'KatkıPuanları' ],
|
'ContributionScores' => array( 'KatkıSkorları', 'KatkıPuanları' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Ukrainian (українська) */
|
/** Simplified Chinese (中文(简体)) */
|
||||||
$specialPageAliases['uk'] = [
|
$specialPageAliases['zh-hans'] = array(
|
||||||
'ContributionScores' => [ 'Очки_внеску', 'Очки_вклада' ],
|
'ContributionScores' => array( '贡献得分' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Simplified Chinese (中文(简体)) */
|
/** Traditional Chinese (中文(繁體)) */
|
||||||
$specialPageAliases['zh-hans'] = [
|
$specialPageAliases['zh-hant'] = array(
|
||||||
'ContributionScores' => [ '贡献得分' ],
|
'ContributionScores' => array( '貢獻得分' ),
|
||||||
];
|
);
|
||||||
|
|
||||||
/** Traditional Chinese (中文(繁體)) */
|
|
||||||
$specialPageAliases['zh-hant'] = [
|
|
||||||
'ContributionScores' => [ '貢獻分數' ],
|
|
||||||
];
|
|
|
@ -3,9 +3,9 @@
|
||||||
* Magic words for extension.
|
* Magic words for extension.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$magicWords = [];
|
$magicWords = array();
|
||||||
|
|
||||||
/** English (English) */
|
/** English (English) */
|
||||||
$magicWords['en'] = [
|
$magicWords['en'] = array(
|
||||||
'cscore' => [ 0, 'cscore' ],
|
'cscore' => array( 0, 'cscore' ),
|
||||||
];
|
);
|
||||||
|
|
2138
ContributionScores.i18n.php
Normal file
2138
ContributionScores.i18n.php
Normal file
File diff suppressed because it is too large
Load diff
87
ContributionScores.php
Normal file
87
ContributionScores.php
Normal file
|
@ -0,0 +1,87 @@
|
||||||
|
<?php
|
||||||
|
/** \file
|
||||||
|
* \brief Contains setup code for the Contribution Scores Extension.
|
||||||
|
*/
|
||||||
|
|
||||||
|
# Not a valid entry point, skip unless MEDIAWIKI is defined
|
||||||
|
if ( !defined( 'MEDIAWIKI' ) ) {
|
||||||
|
echo "Contribution Scores extension";
|
||||||
|
exit( 1 );
|
||||||
|
}
|
||||||
|
|
||||||
|
$wgExtensionCredits['specialpage'][] = array(
|
||||||
|
'path' => __FILE__,
|
||||||
|
'name' => 'Contribution Scores',
|
||||||
|
'url' => 'https://www.mediawiki.org/wiki/Extension:Contribution_Scores',
|
||||||
|
'author' => 'Tim Laqua',
|
||||||
|
'descriptionmsg' => 'contributionscores-desc',
|
||||||
|
'version' => '1.15'
|
||||||
|
);
|
||||||
|
|
||||||
|
$dir = dirname( __FILE__ ) . '/';
|
||||||
|
|
||||||
|
define( 'CONTRIBUTIONSCORES_MAXINCLUDELIMIT', 50 );
|
||||||
|
$wgContribScoreReports = null;
|
||||||
|
|
||||||
|
// 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';
|
||||||
|
$wgSpecialPages['ContributionScores'] = 'ContributionScores';
|
||||||
|
$wgSpecialPageGroups['ContributionScores'] = 'wiki';
|
||||||
|
|
||||||
|
$wgExtensionMessagesFiles['ContributionScores'] = $dir . 'ContributionScores.i18n.php';
|
||||||
|
$wgExtensionMessagesFiles['ContributionScoresAlias'] = $dir . 'ContributionScores.alias.php';
|
||||||
|
$wgExtensionMessagesFiles['ContributionScoresMagic'] = $dir . 'ContributionScores.i18n.magic.php';
|
||||||
|
|
||||||
|
$wgHooks['ParserFirstCallInit'][] = 'efContributionScores_Setup';
|
||||||
|
|
||||||
|
function efContributionScores_Setup( &$parser ) {
|
||||||
|
$parser->setFunctionHook( 'cscore', 'efContributionScores_Render' );
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
function efContributionScores_Render( &$parser, $usertext, $metric = 'score' ) {
|
||||||
|
global $wgContribScoreDisableCache;
|
||||||
|
|
||||||
|
if ( $wgContribScoreDisableCache ) {
|
||||||
|
$parser->disableCache();
|
||||||
|
}
|
||||||
|
|
||||||
|
$user = User::newFromName( $usertext );
|
||||||
|
$dbr = wfGetDB( DB_SLAVE );
|
||||||
|
|
||||||
|
if ( $user instanceof User && $user->isLoggedIn() ) {
|
||||||
|
global $wgLang;
|
||||||
|
|
||||||
|
if ( $metric == 'score' ) {
|
||||||
|
$res = $dbr->select( 'revision',
|
||||||
|
'COUNT(DISTINCT rev_page)+SQRT(COUNT(rev_id)-COUNT(DISTINCT rev_page))*2 AS wiki_rank',
|
||||||
|
array( 'rev_user' => $user->getID() ) );
|
||||||
|
$row = $dbr->fetchObject( $res );
|
||||||
|
$output = $wgLang->formatNum( round( $row->wiki_rank, 0 ) );
|
||||||
|
} elseif ( $metric == 'changes' ) {
|
||||||
|
$res = $dbr->select( 'revision',
|
||||||
|
'COUNT(rev_id) AS rev_count',
|
||||||
|
array( 'rev_user' => $user->getID() ) );
|
||||||
|
$row = $dbr->fetchObject( $res );
|
||||||
|
$output = $wgLang->formatNum( $row->rev_count );
|
||||||
|
|
||||||
|
} elseif ( $metric == 'pages' ) {
|
||||||
|
$res = $dbr->select( 'revision',
|
||||||
|
'COUNT(DISTINCT rev_page) AS page_count',
|
||||||
|
array( 'rev_user' => $user->getID() ) );
|
||||||
|
$row = $dbr->fetchObject( $res );
|
||||||
|
$output = $wgLang->formatNum( $row->page_count );
|
||||||
|
} else {
|
||||||
|
$output = wfMsg( 'contributionscores-invalidmetric' );
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
$output = wfMsg( 'contributionscores-invalidusername' );
|
||||||
|
}
|
||||||
|
|
||||||
|
return $parser->insertStripItem( $output, $parser->mStripState );
|
||||||
|
}
|
240
ContributionScores_body.php
Normal file
240
ContributionScores_body.php
Normal file
|
@ -0,0 +1,240 @@
|
||||||
|
<?php
|
||||||
|
/** \file
|
||||||
|
* \brief Contains code for the ContributionScores Class (extends SpecialPage).
|
||||||
|
*/
|
||||||
|
|
||||||
|
/// Special page class for the Contribution Scores extension
|
||||||
|
/**
|
||||||
|
* Special page that generates a list of wiki contributors based
|
||||||
|
* on edit diversity (unique pages edited) and edit volume (total
|
||||||
|
* number of edits.
|
||||||
|
*
|
||||||
|
* @ingroup Extensions
|
||||||
|
* @author Tim Laqua <t.laqua@gmail.com>
|
||||||
|
*/
|
||||||
|
class ContributionScores extends IncludableSpecialPage {
|
||||||
|
public function __construct() {
|
||||||
|
parent::__construct( 'ContributionScores' );
|
||||||
|
}
|
||||||
|
|
||||||
|
/// 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)
|
||||||
|
*
|
||||||
|
* @return HTML Table representing the requested Contribution Scores.
|
||||||
|
*/
|
||||||
|
function genContributionScoreTable( $days, $limit, $title = null, $options = 'none' ) {
|
||||||
|
global $wgContribScoreIgnoreBots, $wgContribScoreIgnoreBlockedUsers, $wgContribScoresUseRealName, $wgLang;
|
||||||
|
|
||||||
|
$opts = explode( ',', strtolower( $options ) );
|
||||||
|
|
||||||
|
$dbr = wfGetDB( DB_SLAVE );
|
||||||
|
|
||||||
|
$userTable = $dbr->tableName( 'user' );
|
||||||
|
$userGroupTable = $dbr->tableName( 'user_groups' );
|
||||||
|
$revTable = $dbr->tableName( 'revision' );
|
||||||
|
$ipBlocksTable = $dbr->tableName( 'ipblocks' );
|
||||||
|
|
||||||
|
$sqlWhere = "";
|
||||||
|
$nextPrefix = "WHERE";
|
||||||
|
|
||||||
|
if ( $days > 0 ) {
|
||||||
|
$date = time() - ( 60 * 60 * 24 * $days );
|
||||||
|
$dateString = $dbr->timestamp( $date );
|
||||||
|
$sqlWhere .= " {$nextPrefix} rev_timestamp > '$dateString'";
|
||||||
|
$nextPrefix = "AND";
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( $wgContribScoreIgnoreBlockedUsers ) {
|
||||||
|
$sqlWhere .= " {$nextPrefix} rev_user NOT IN (SELECT ipb_user FROM {$ipBlocksTable} WHERE ipb_user <> 0)";
|
||||||
|
$nextPrefix = "AND";
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( $wgContribScoreIgnoreBots ) {
|
||||||
|
$sqlWhere .= " {$nextPrefix} rev_user NOT IN (SELECT ug_user FROM {$userGroupTable} WHERE ug_group='bot')";
|
||||||
|
$nextPrefix = "AND";
|
||||||
|
}
|
||||||
|
|
||||||
|
$sqlMostPages = "SELECT rev_user,
|
||||||
|
COUNT(DISTINCT rev_page) AS page_count,
|
||||||
|
COUNT(rev_id) AS rev_count
|
||||||
|
FROM {$revTable}
|
||||||
|
{$sqlWhere}
|
||||||
|
GROUP BY rev_user
|
||||||
|
ORDER BY page_count DESC
|
||||||
|
LIMIT {$limit}";
|
||||||
|
|
||||||
|
$sqlMostRevs = "SELECT rev_user,
|
||||||
|
COUNT(DISTINCT rev_page) AS page_count,
|
||||||
|
COUNT(rev_id) AS rev_count
|
||||||
|
FROM {$revTable}
|
||||||
|
{$sqlWhere}
|
||||||
|
GROUP BY rev_user
|
||||||
|
ORDER BY rev_count DESC
|
||||||
|
LIMIT {$limit}";
|
||||||
|
|
||||||
|
$sql = "SELECT user_id, " .
|
||||||
|
"user_name, " .
|
||||||
|
"user_real_name, " .
|
||||||
|
"page_count, " .
|
||||||
|
"rev_count, " .
|
||||||
|
"page_count+SQRT(rev_count-page_count)*2 AS wiki_rank " .
|
||||||
|
"FROM $userTable u JOIN (($sqlMostPages) UNION ($sqlMostRevs)) s ON (user_id=rev_user) " .
|
||||||
|
"ORDER BY wiki_rank DESC " .
|
||||||
|
"LIMIT $limit";
|
||||||
|
|
||||||
|
$res = $dbr->query( $sql );
|
||||||
|
|
||||||
|
$sortable = in_array( 'nosort', $opts ) ? '' : ' sortable';
|
||||||
|
|
||||||
|
$output = "<table class=\"wikitable contributionscores plainlinks{$sortable}\" >\n" .
|
||||||
|
"<tr class='header'>\n" .
|
||||||
|
Html::element( 'th', array(), wfMsg( 'contributionscores-score' ) ) .
|
||||||
|
Html::element( 'th', array(), wfMsg( 'contributionscores-pages' ) ) .
|
||||||
|
Html::element( 'th', array(), wfMsg( 'contributionscores-changes' ) ) .
|
||||||
|
Html::element( 'th', array(), wfMsg( 'contributionscores-username' ) );
|
||||||
|
|
||||||
|
$altrow = '';
|
||||||
|
|
||||||
|
foreach ( $res as $row ) {
|
||||||
|
// Use real name if option used and real name present.
|
||||||
|
if ( $wgContribScoresUseRealName && $row->user_real_name !== '' ) {
|
||||||
|
$userLink = Linker::userLink(
|
||||||
|
$row->user_id,
|
||||||
|
$row->user_name,
|
||||||
|
$row->user_real_name
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
$userLink = Linker::userLink(
|
||||||
|
$row->user_id,
|
||||||
|
$row->user_name
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
$output .= Html::closeElement( 'tr' );
|
||||||
|
$output .= "<tr class='{$altrow}'>\n<td class='content'>" .
|
||||||
|
$wgLang->formatNum( round( $row->wiki_rank, 0 ) ) . "\n</td><td class='content'>" .
|
||||||
|
$wgLang->formatNum( $row->page_count ) . "\n</td><td class='content'>" .
|
||||||
|
$wgLang->formatNum( $row->rev_count ) . "\n</td><td class='content'>" .
|
||||||
|
$userLink;
|
||||||
|
|
||||||
|
# Option to not display user tools
|
||||||
|
if ( !in_array( 'notools', $opts ) ) {
|
||||||
|
$output .= Linker::userToolLinks( $row->user_id, $row->user_name );
|
||||||
|
}
|
||||||
|
|
||||||
|
$output .= Html::closeElement( 'td' ) . "\n";
|
||||||
|
|
||||||
|
if ( $altrow == '' && empty( $sortable ) ) {
|
||||||
|
$altrow = 'odd ';
|
||||||
|
} else {
|
||||||
|
$altrow = '';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
$output .= Html::closeElement( 'tr' );
|
||||||
|
$output .= Html::closeElement( 'table' );
|
||||||
|
|
||||||
|
$dbr->freeResult( $res );
|
||||||
|
|
||||||
|
if ( !empty( $title ) )
|
||||||
|
$output = Html::rawElement( 'table', array( 'cellspacing' => 0, 'cellpadding' => 0,
|
||||||
|
'class' => 'contributionscores-wrapper', 'lang' => $wgLang->getCode(), 'dir' => $wgLang->getDir() ),
|
||||||
|
"\n" .
|
||||||
|
"<tr>\n" .
|
||||||
|
"<td style='padding: 0px;'>{$title}</td>\n" .
|
||||||
|
"</tr>\n" .
|
||||||
|
"<tr>\n" .
|
||||||
|
"<td style='padding: 0px;'>{$output}</td>\n" .
|
||||||
|
"</tr>\n" );
|
||||||
|
|
||||||
|
return $output;
|
||||||
|
}
|
||||||
|
|
||||||
|
function execute( $par ) {
|
||||||
|
$this->setHeaders();
|
||||||
|
|
||||||
|
if ( $this->including() ) {
|
||||||
|
$this->showInclude( $par );
|
||||||
|
} else {
|
||||||
|
$this->showPage();
|
||||||
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Called when being included on a normal wiki page.
|
||||||
|
* Cache is disabled so it can depend on the user language.
|
||||||
|
* @param $par
|
||||||
|
*/
|
||||||
|
function showInclude( $par ) {
|
||||||
|
global $wgOut, $wgLang;
|
||||||
|
|
||||||
|
$days = null;
|
||||||
|
$limit = null;
|
||||||
|
$options = 'none';
|
||||||
|
|
||||||
|
if ( !empty( $par ) ) {
|
||||||
|
$params = explode( '/', $par );
|
||||||
|
|
||||||
|
$limit = intval( $params[0] );
|
||||||
|
|
||||||
|
if ( isset( $params[1] ) ) {
|
||||||
|
$days = intval( $params[1] );
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( isset( $params[2] ) ) {
|
||||||
|
$options = $params[2];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( empty( $limit ) || $limit < 1 || $limit > CONTRIBUTIONSCORES_MAXINCLUDELIMIT ) {
|
||||||
|
$limit = 10;
|
||||||
|
}
|
||||||
|
if ( is_null( $days ) || $days < 0 ) {
|
||||||
|
$days = 7;
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( $days > 0 ) {
|
||||||
|
$reportTitle = wfMsgExt( 'contributionscores-days', 'parsemag', $wgLang->formatNum( $days ) );
|
||||||
|
} else {
|
||||||
|
$reportTitle = wfMsg( 'contributionscores-allrevisions' );
|
||||||
|
}
|
||||||
|
$reportTitle .= " " . wfMsgExt( 'contributionscores-top', 'parsemag', $wgLang->formatNum( $limit ) );
|
||||||
|
$title = Xml::element( 'h4', array( 'class' => 'contributionscores-title' ), $reportTitle ) . "\n";
|
||||||
|
$wgOut->addHTML( $this->genContributionScoreTable( $days, $limit, $title, $options ) );
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Show the special page
|
||||||
|
*/
|
||||||
|
function showPage() {
|
||||||
|
global $wgOut, $wgLang, $wgContribScoreReports;
|
||||||
|
|
||||||
|
if ( !is_array( $wgContribScoreReports ) ) {
|
||||||
|
$wgContribScoreReports = array(
|
||||||
|
array( 7, 50 ),
|
||||||
|
array( 30, 50 ),
|
||||||
|
array( 0, 50 )
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
$wgOut->addWikiMsg( 'contributionscores-info' );
|
||||||
|
|
||||||
|
foreach ( $wgContribScoreReports as $scoreReport ) {
|
||||||
|
list( $days, $revs ) = $scoreReport;
|
||||||
|
if ( $days > 0 ) {
|
||||||
|
$reportTitle = wfMsgExt( 'contributionscores-days', 'parsemag', $wgLang->formatNum( $days ) );
|
||||||
|
} else {
|
||||||
|
$reportTitle = wfMsg( 'contributionscores-allrevisions' );
|
||||||
|
}
|
||||||
|
$reportTitle .= " " . wfMsgExt( 'contributionscores-top', 'parsemag', $wgLang->formatNum( $revs ) );
|
||||||
|
$title = Xml::element( 'h2', array( 'class' => 'contributionscores-title' ), $reportTitle ) . "\n";
|
||||||
|
$wgOut->addHTML( $title );
|
||||||
|
$wgOut->addHTML( $this->genContributionScoreTable( $days, $revs ) );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
26
Gruntfile.js
26
Gruntfile.js
|
@ -1,26 +0,0 @@
|
||||||
/* eslint-env node, es6 */
|
|
||||||
module.exports = function ( grunt ) {
|
|
||||||
'use strict';
|
|
||||||
|
|
||||||
grunt.loadNpmTasks( 'grunt-banana-checker' );
|
|
||||||
grunt.loadNpmTasks( 'grunt-eslint' );
|
|
||||||
|
|
||||||
grunt.initConfig( {
|
|
||||||
banana: {
|
|
||||||
all: 'i18n'
|
|
||||||
},
|
|
||||||
eslint: {
|
|
||||||
options: {
|
|
||||||
cache: true
|
|
||||||
},
|
|
||||||
all: [
|
|
||||||
'**/*.{js,json}',
|
|
||||||
'!node_modules/**',
|
|
||||||
'!vendor/**'
|
|
||||||
]
|
|
||||||
}
|
|
||||||
} );
|
|
||||||
|
|
||||||
grunt.registerTask( 'test', [ 'eslint', 'banana' ] );
|
|
||||||
grunt.registerTask( 'default', 'test' );
|
|
||||||
};
|
|
2
README
2
README
|
@ -1,2 +0,0 @@
|
||||||
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.
|
|
|
@ -1,25 +0,0 @@
|
||||||
{
|
|
||||||
"require-dev": {
|
|
||||||
"mediawiki/mediawiki-codesniffer": "45.0.0",
|
|
||||||
"mediawiki/minus-x": "1.1.3",
|
|
||||||
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
|
||||||
"php-parallel-lint/php-parallel-lint": "1.4.0"
|
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"fix": [
|
|
||||||
"minus-x fix .",
|
|
||||||
"phpcbf"
|
|
||||||
],
|
|
||||||
"test": [
|
|
||||||
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
||||||
"@phpcs",
|
|
||||||
"minus-x check ."
|
|
||||||
],
|
|
||||||
"phpcs": "phpcs -sp --cache"
|
|
||||||
},
|
|
||||||
"config": {
|
|
||||||
"allow-plugins": {
|
|
||||||
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,64 +0,0 @@
|
||||||
{
|
|
||||||
"name": "ContributionScores",
|
|
||||||
"author": "Tim Laqua",
|
|
||||||
"url": "https://www.mediawiki.org/wiki/Extension:Contribution_Scores",
|
|
||||||
"descriptionmsg": "contributionscores-desc",
|
|
||||||
"version": "1.26.1",
|
|
||||||
"type": "specialpage",
|
|
||||||
"requires": {
|
|
||||||
"MediaWiki": ">= 1.34.0"
|
|
||||||
},
|
|
||||||
"SpecialPages": {
|
|
||||||
"ContributionScores": "ContributionScores"
|
|
||||||
},
|
|
||||||
"AutoloadClasses": {
|
|
||||||
"ContributionScores": "src/ContributionScores.php"
|
|
||||||
},
|
|
||||||
"Hooks": {
|
|
||||||
"ParserFirstCallInit": "ContributionScores::onParserFirstCallInit"
|
|
||||||
},
|
|
||||||
"MessagesDirs": {
|
|
||||||
"ContributionScores": [
|
|
||||||
"i18n"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"ExtensionMessagesFiles": {
|
|
||||||
"ContribScoreAlias": "ContributionScores.alias.php",
|
|
||||||
"ContribScoreMagic": "ContributionScores.i18n.magic.php"
|
|
||||||
},
|
|
||||||
"config": {
|
|
||||||
"ContribScoreReports": {
|
|
||||||
"value": null,
|
|
||||||
"description": "Each array defines a report - 7,50 is \"past 7 days \" and \"LIMIT 50 \" - Can be omitted."
|
|
||||||
},
|
|
||||||
"ContribScoreIgnoreBlockedUsers": {
|
|
||||||
"value": false,
|
|
||||||
"description": "Set to true to exclude blocked users from the reporting."
|
|
||||||
},
|
|
||||||
"ContribScoreIgnoreBots": {
|
|
||||||
"value": false,
|
|
||||||
"description": "Set to true to exclude bots users from the reporting."
|
|
||||||
},
|
|
||||||
"ContribScoreIgnoreUsernames": {
|
|
||||||
"value": [],
|
|
||||||
"description": "Array of usernames to exclude from the reporting."
|
|
||||||
},
|
|
||||||
"ContribScoresUseRealName": {
|
|
||||||
"value": false,
|
|
||||||
"description": "Set to true to use real user names when available."
|
|
||||||
},
|
|
||||||
"ContribScoreDisableCache": {
|
|
||||||
"value": false,
|
|
||||||
"description": "Set to true to disable cache for parser function and inclusion of table."
|
|
||||||
},
|
|
||||||
"ContribScoreUseRoughEditCount": {
|
|
||||||
"value": false,
|
|
||||||
"description": "Set to true to use the rough number of edits in user table, for performance issue."
|
|
||||||
},
|
|
||||||
"ContribScoreCacheTTL": {
|
|
||||||
"value": 30,
|
|
||||||
"description": "Cache the contribution scores data, in minutes."
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"manifest_version": 2
|
|
||||||
}
|
|
20
i18n/af.json
20
i18n/af.json
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Arnobarnard",
|
|
||||||
"Naudefj"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Punte bygedra",
|
|
||||||
"contributionscores-desc": "Gee 'n oorsig van [[Special:ContributionScores|gebruikers met die meeste bydraes]] in die wiki",
|
|
||||||
"contributionscores-info": "Punte word as volg bereken:\n*Een (1) punt vir elke bladsy gewysig\n*Wortel van (totale aantal wysigings) - (totale aantal unieke bladsye) * 2\nPunte wat op die manier bereken word weeg die verskeidenheid van bladsye gewysig oor die aantal wysigings. Die punte meet hoofsaaklik unieke bladsye gewysig, met inagneming van hoë volume wysigings - wat veronderstel word om van hoër kwaliteit te wees.",
|
|
||||||
"contributionscores-top": "(Top $1)",
|
|
||||||
"contributionscores-days": "Laaste {{PLURAL:$1|dag|$1 dae}}",
|
|
||||||
"contributionscores-allrevisions": "Alle weergawes",
|
|
||||||
"contributionscores-score": "Punte",
|
|
||||||
"contributionscores-pages": "Bladsye",
|
|
||||||
"contributionscores-changes": "Wysigings",
|
|
||||||
"contributionscores-username": "Gebruikersnaam",
|
|
||||||
"contributionscores-invalidusername": "Ongeldige gebruikersnaam",
|
|
||||||
"contributionscores-invalidmetric": "Ongeldige eenheid"
|
|
||||||
}
|
|
24
i18n/ar.json
24
i18n/ar.json
|
@ -1,24 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Meno25",
|
|
||||||
"Mido",
|
|
||||||
"OsamaK",
|
|
||||||
"ترجمان05",
|
|
||||||
"ديفيد"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "نتائج المساهمات",
|
|
||||||
"contributionscores-desc": "يسحب قاعدة بيانات الويكي لأعلى [[Special:ContributionScores|حجم لمساهمات المستخدم]]",
|
|
||||||
"contributionscores-info": "تحسب النتيجة بشكل أساسي عن طريق حساب عدد الصفحات التي تم تعديلها، مع الأخذ في الاعتبار كمية التعديلات الكبيرة.",
|
|
||||||
"contributionscores-top": "(أعلى $1)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1||اليوم الماضي|اليومان الماضيان|ال$1 أيام الماضية|ال$1 يومًا الماضية|ال$1 يوم الماضية}}",
|
|
||||||
"contributionscores-allrevisions": "كل الوقت",
|
|
||||||
"contributionscores-score": "النتيجة",
|
|
||||||
"contributionscores-rank": "الرتبة",
|
|
||||||
"contributionscores-pages": "الصفحات",
|
|
||||||
"contributionscores-changes": "تغييرات",
|
|
||||||
"contributionscores-username": "اسم المستخدم",
|
|
||||||
"contributionscores-invalidusername": "اسم المستخدم غير صحيح",
|
|
||||||
"contributionscores-invalidmetric": "المتري غير صحيح"
|
|
||||||
}
|
|
|
@ -1,14 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"334a",
|
|
||||||
"Basharh"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "ܦܠܛ̈ܐ ܕܫܘܬܦܘܝܬ̈ܐ",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|ܝܘܡܐ ܐܚܪܝܐ|$1 ܝܘܡܬ̈ܐ ܐܚܪ̈ܝܐ}}",
|
|
||||||
"contributionscores-allrevisions": "ܟܠ ܙܒܢ̈ܐ",
|
|
||||||
"contributionscores-pages": "ܦܐܬܬ̈ܐ",
|
|
||||||
"contributionscores-changes": "ܫܘܚܠܦ̈ܐ",
|
|
||||||
"contributionscores-username": "ܫܡܐ ܕܡܦܠܚܢܐ"
|
|
||||||
}
|
|
|
@ -1,19 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Meno25"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "نتائج المساهمات",
|
|
||||||
"contributionscores-desc": "يسحب قاعدة بيانات الويكى لأعلى [[Special:ContributionScores|حجم لمساهمات المستخدم]]",
|
|
||||||
"contributionscores-info": "النتائج تحسب كالتالي:\n*1 نقطة لكل صفحة فريدة تحرر\n*الجذر التربيعى ل(عدد التعديلات الكلية) - (عدد الصفحات الفريدة الكلية) * 2\nالنتائج المحسوبة بهذه الطريقة توزن انتثار التعديلات على حجم التعديلات. أساسا، هذه النتيجة تقيس بشكل أساسى الصفحات الفريدة المحررة، مع الأخذ فى الاعتبار أحجام التعديل الكبيرة - تفترض أنها تكون صفحة بجودة أعلى.",
|
|
||||||
"contributionscores-top": "(أعلى $1)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1||اليوم الماضي|اليومان الماضيان|ال$1 أيام الماضية|ال$1 يومًا الماضية|ال$1 يوم الماضية}}",
|
|
||||||
"contributionscores-allrevisions": "كل المراجعات",
|
|
||||||
"contributionscores-score": "النتيجة",
|
|
||||||
"contributionscores-pages": "الصفحات",
|
|
||||||
"contributionscores-changes": "التغييرات",
|
|
||||||
"contributionscores-username": "اسم المستخدم",
|
|
||||||
"contributionscores-invalidusername": "اسم المستخدم غير صحيح",
|
|
||||||
"contributionscores-invalidmetric": "المترى غير صحيح"
|
|
||||||
}
|
|
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Xuacu"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Puntos de collaboraciones",
|
|
||||||
"contributionscores-desc": "Peñera la base de datos de la wiki pa ver los mayores [[Special:ContributionScores|volumes de collaboración de los usuarios]]",
|
|
||||||
"contributionscores-info": "Les puntuaciones miden principalmente les ediciones de páxines úniques, teniendo en cuenta un volume d'edición altu.",
|
|
||||||
"contributionscores-top": "(Los $1 mayores)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|Últimu día|Los últimos $1 díes}}",
|
|
||||||
"contributionscores-allrevisions": "De tolos tiempos",
|
|
||||||
"contributionscores-score": "Puntuación",
|
|
||||||
"contributionscores-rank": "Rangu",
|
|
||||||
"contributionscores-pages": "Páxines",
|
|
||||||
"contributionscores-changes": "Cambios",
|
|
||||||
"contributionscores-username": "Nome d'usuariu",
|
|
||||||
"contributionscores-invalidusername": "Nome d'usuariu inválidu",
|
|
||||||
"contributionscores-invalidmetric": "Métrica inválida"
|
|
||||||
}
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Benoit Rochon"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-pages": "Masinahikana",
|
|
||||||
"contributionscores-username": "Icinikasowin"
|
|
||||||
}
|
|
|
@ -1,15 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Sab"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Weberajorist",
|
|
||||||
"contributionscores-top": "(Taneaf $1)",
|
|
||||||
"contributionscores-days": "Ironokaf $1 viel",
|
|
||||||
"contributionscores-allrevisions": "Betakseem",
|
|
||||||
"contributionscores-score": "Jorist",
|
|
||||||
"contributionscores-pages": "Bu",
|
|
||||||
"contributionscores-changes": "Betaks",
|
|
||||||
"contributionscores-username": "Favesikyolt"
|
|
||||||
}
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Cekli829"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-pages": "Səhifələr",
|
|
||||||
"contributionscores-username": "İstifadəçi adı"
|
|
||||||
}
|
|
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Alp Er Tunqa",
|
|
||||||
"Mousa"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "چالیشماق امتیازلاری",
|
|
||||||
"contributionscores-desc": "ان یوخاری [[Special:ContributionScores|ایستیفادهچی چالیشماق حجمی]] اوچون دیتابیسدن سوروشار",
|
|
||||||
"contributionscores-info": "بو امتیاز اؤنجهلیکله دَییشدیریلمیش تک صحیفهلری ساییر و یوخاری دَییشدیرمک حجمینی ده نظرده آلیر.",
|
|
||||||
"contributionscores-top": "(یوخاری $1)",
|
|
||||||
"contributionscores-days": "سون {{PLURAL:$1|گون|$1 گون}}",
|
|
||||||
"contributionscores-allrevisions": "بوتون زامانلار",
|
|
||||||
"contributionscores-score": "امتیاز",
|
|
||||||
"contributionscores-pages": "صفحهلر",
|
|
||||||
"contributionscores-changes": "دَییشمهلر",
|
|
||||||
"contributionscores-username": "آد",
|
|
||||||
"contributionscores-invalidusername": "گئچرسیز ایستیفادهچی آدی",
|
|
||||||
"contributionscores-invalidmetric": "گئچرسیز مِتریک"
|
|
||||||
}
|
|
22
i18n/ba.json
22
i18n/ba.json
|
@ -1,22 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Assele",
|
|
||||||
"Haqmar",
|
|
||||||
"Sagan"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Индергән өлөштәрҙе баһалау",
|
|
||||||
"contributionscores-desc": "Мәғлүмәттәр базаһынан [[Special:ContributionScores|иң ҙур өлөш индергән ҡатнашыусыларҙы]] билдәләй",
|
|
||||||
"contributionscores-info": "Баһа түбәндәге өлөштәрҙе ҡушыу аша иҫәпләнә:\n* 1 мәрәй — һәр айырым битте мөхәррирләү өсөн;\n* 2 * ( (дөйөм үҙгәртеүҙәр һаны) - (барыһы төрлө биттәр) ) айырмаһының тамыры.\nБаһаны иҫәпләгән ваҡытта, шулай итеп, дөйөм үҙгәртеүҙәр һанына ҡарағында үҙгәртеүҙәрҙең төрлөлөгө ҙурыраҡ йоғонто яһай.",
|
|
||||||
"contributionscores-top": "(Тәүге $1)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|1=Һуңғы көн}}",
|
|
||||||
"contributionscores-allrevisions": "Бөтәһе",
|
|
||||||
"contributionscores-score": "Баһа",
|
|
||||||
"contributionscores-rank": "Ранг",
|
|
||||||
"contributionscores-pages": "Биттәр",
|
|
||||||
"contributionscores-changes": "Үҙгәртеүҙәр",
|
|
||||||
"contributionscores-username": "Ҡатнашыусы исеме",
|
|
||||||
"contributionscores-invalidusername": "Ҡатнашыусы исеме дөрөҫ түгел",
|
|
||||||
"contributionscores-invalidmetric": "Метрика дөрөҫ түгел"
|
|
||||||
}
|
|
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"EugeneZelenko",
|
|
||||||
"Jim-by",
|
|
||||||
"Red Winged Duck",
|
|
||||||
"Wizardist"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Адзнака ўнёску",
|
|
||||||
"contributionscores-desc": "Вызначае з базы зьвестак [[Special:ContributionScores|удзельнікаў з найбольшай колькасьцю рэдагаваньняў]]",
|
|
||||||
"contributionscores-info": "Адзнака галоўным чынам вымярае ўнікальныя рэдагаваньні старонак з улікам памеру ўнёску.",
|
|
||||||
"contributionscores-top": "($1 {{PLURAL:$1|найлепшы|найлепшых|найлепшых}})",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|Апошні $1 дзень|Апошнія $1 дні|Апошнія $1 дзён}}",
|
|
||||||
"contributionscores-allrevisions": "За ўвесь час",
|
|
||||||
"contributionscores-score": "Адзнака",
|
|
||||||
"contributionscores-rank": "Ранг",
|
|
||||||
"contributionscores-pages": "Старонак",
|
|
||||||
"contributionscores-changes": "Зьменаў",
|
|
||||||
"contributionscores-username": "Імя ўдзельніка",
|
|
||||||
"contributionscores-invalidusername": "Няслушнае імя ўдзельніка",
|
|
||||||
"contributionscores-invalidmetric": "Няслушная мэтрыка"
|
|
||||||
}
|
|
17
i18n/bg.json
17
i18n/bg.json
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"DCLXVI",
|
|
||||||
"StanProg"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Потребителска класация",
|
|
||||||
"contributionscores-top": "(Най-добрите $1)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|Последния ден|Последните $1 дни}}",
|
|
||||||
"contributionscores-allrevisions": "За всички времена",
|
|
||||||
"contributionscores-score": "Точки",
|
|
||||||
"contributionscores-pages": "Страници",
|
|
||||||
"contributionscores-changes": "Редакции",
|
|
||||||
"contributionscores-username": "Потребител",
|
|
||||||
"contributionscores-invalidusername": "Невалидно потребителско име"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Ibrahim khashrowdi"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-username": "کار زوروکین نام"
|
|
||||||
}
|
|
20
i18n/bn.json
20
i18n/bn.json
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Aftab1995",
|
|
||||||
"Aftabuzzaman",
|
|
||||||
"Bellayet",
|
|
||||||
"Wikitanvir",
|
|
||||||
"আফতাবুজ্জামান"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "অনুদানের স্কোর",
|
|
||||||
"contributionscores-top": "(সর্বোচ্চ $1)",
|
|
||||||
"contributionscores-days": "গত {{PLURAL:$1|দিন|$1 দিন}}",
|
|
||||||
"contributionscores-allrevisions": "সব সময়",
|
|
||||||
"contributionscores-score": "স্কোর",
|
|
||||||
"contributionscores-pages": "পাতা",
|
|
||||||
"contributionscores-changes": "পরিবর্তন",
|
|
||||||
"contributionscores-username": "ব্যবহারকারী নাম",
|
|
||||||
"contributionscores-invalidusername": "অগ্রহণযোগ্য ব্যবহারকারী নাম"
|
|
||||||
}
|
|
22
i18n/br.json
22
i18n/br.json
|
@ -1,22 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Fohanno",
|
|
||||||
"Fulup",
|
|
||||||
"Y-M D"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Skor an degasadennoù",
|
|
||||||
"contributionscores-desc": "Furchal a ra er bank roadennoù evit kavout [[Special:ContributionScores|kementadoù brasañ a zegasadennoù an implijerien]]",
|
|
||||||
"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-days": "E-kerzh an {{PLURAL:$1|devezh|$1 devezh}} diwezhañ",
|
|
||||||
"contributionscores-allrevisions": "A-viskoazh",
|
|
||||||
"contributionscores-score": "Skor",
|
|
||||||
"contributionscores-rank": "Renk",
|
|
||||||
"contributionscores-pages": "Pajennoù",
|
|
||||||
"contributionscores-changes": "Kemmoù",
|
|
||||||
"contributionscores-username": "Anv implijer",
|
|
||||||
"contributionscores-invalidusername": "Anv implijer direizh",
|
|
||||||
"contributionscores-invalidmetric": "Muzul direizh"
|
|
||||||
}
|
|
23
i18n/bs.json
23
i18n/bs.json
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"CERminator",
|
|
||||||
"KWiki",
|
|
||||||
"Srdjan m",
|
|
||||||
"Srđan"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Rezultat doprinosa",
|
|
||||||
"contributionscores-desc": "Upit u wiki bazu podataka za najveći [[Special:ContributionScores|količinski korisnički doprinos]]",
|
|
||||||
"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-days": "{{PLURAL:$1|Posljednji $1 dan|Posljednja $1 dana|Posljednjih $1 dana}}",
|
|
||||||
"contributionscores-allrevisions": "Svo vrijeme",
|
|
||||||
"contributionscores-score": "Rezultat",
|
|
||||||
"contributionscores-rank": "Rang",
|
|
||||||
"contributionscores-pages": "Stranice",
|
|
||||||
"contributionscores-changes": "Izmjene",
|
|
||||||
"contributionscores-username": "Korisničko ime",
|
|
||||||
"contributionscores-invalidusername": "Nevaljano korisničko ime",
|
|
||||||
"contributionscores-invalidmetric": "Nevaljana mjera"
|
|
||||||
}
|
|
23
i18n/ca.json
23
i18n/ca.json
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Jordi Roqué",
|
|
||||||
"SMP",
|
|
||||||
"Solde",
|
|
||||||
"Toniher"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Punts de contribució",
|
|
||||||
"contributionscores-desc": "Valora les edicions en cerca dels [[Special:ContributionScores|usuaris amb més volum de contribucions]]",
|
|
||||||
"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-days": "{{PLURAL:$1|Últim dia|Últims $1 dies}}",
|
|
||||||
"contributionscores-allrevisions": "Des de sempre",
|
|
||||||
"contributionscores-score": "Puntuació",
|
|
||||||
"contributionscores-rank": "Classificació",
|
|
||||||
"contributionscores-pages": "Pàgines",
|
|
||||||
"contributionscores-changes": "Canvis",
|
|
||||||
"contributionscores-username": "Nom d'usuari",
|
|
||||||
"contributionscores-invalidusername": "Nom d'usuari no vàlid",
|
|
||||||
"contributionscores-invalidmetric": "Mètrica no vàlida"
|
|
||||||
}
|
|
17
i18n/ce.json
17
i18n/ce.json
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Sasan700",
|
|
||||||
"Умар"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Къинхьегаман мах хадор",
|
|
||||||
"contributionscores-top": "(диканаш $1)",
|
|
||||||
"contributionscores-days": "ТӀаьххьарлерачу {{PLURAL:$1|дийнахь}}",
|
|
||||||
"contributionscores-allrevisions": "Массо нисдарш",
|
|
||||||
"contributionscores-score": "Мах хадор",
|
|
||||||
"contributionscores-pages": "АгӀонаш",
|
|
||||||
"contributionscores-changes": "Нисдарш",
|
|
||||||
"contributionscores-username": "Декъашхочун цӀе",
|
|
||||||
"contributionscores-invalidusername": "Нийса йоцу декъашхочун цӀе"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Calak"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-pages": "پەڕەکان"
|
|
||||||
}
|
|
22
i18n/cs.json
22
i18n/cs.json
|
@ -1,22 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Li-sung",
|
|
||||||
"Matěj Grabovský",
|
|
||||||
"Mormegil"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Skóre příspěvků",
|
|
||||||
"contributionscores-desc": "Zjišťuje největší [[Special:ContributionScores|objem uživatelských příspěvků]] z databáze wiki",
|
|
||||||
"contributionscores-info": "Skóre hodnotí zejména editaci různých stránek s přihlédnutím k velkému množství editací.",
|
|
||||||
"contributionscores-top": "($1 nejvyšších)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|Poslední den|Poslední $1 dny|Posledních $1 dnů}}",
|
|
||||||
"contributionscores-allrevisions": "Celá historie",
|
|
||||||
"contributionscores-score": "Skóre",
|
|
||||||
"contributionscores-rank": "Pořadí",
|
|
||||||
"contributionscores-pages": "Stránky",
|
|
||||||
"contributionscores-changes": "Změny",
|
|
||||||
"contributionscores-username": "Uživatelské jméno",
|
|
||||||
"contributionscores-invalidusername": "Neplatné uživatelské jméno",
|
|
||||||
"contributionscores-invalidmetric": "Neplatná metrika"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Kirsan"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-username": "Pòzwa brëkòwnika"
|
|
||||||
}
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"ОйЛ"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-pages": "страницѧ",
|
|
||||||
"contributionscores-username": "польꙃєватєлꙗ имѧ"
|
|
||||||
}
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Robin Owain"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-score": "Sgor",
|
|
||||||
"contributionscores-changes": "Newidiadau"
|
|
||||||
}
|
|
24
i18n/da.json
24
i18n/da.json
|
@ -1,24 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Byrial",
|
|
||||||
"Christian List",
|
|
||||||
"Kaare",
|
|
||||||
"Peter Alberti",
|
|
||||||
"Saederup92"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Bidragspoint",
|
|
||||||
"contributionscores-desc": "Henter information fra databasen om de brugere som har [[Special:ContributionScores|flest bidrag]]",
|
|
||||||
"contributionscores-info": "Pointene måler primært unikke sideredigeringer, med hensyntagen til højt antal redigeringer.",
|
|
||||||
"contributionscores-top": "(Top $1)",
|
|
||||||
"contributionscores-days": "Sidste {{PLURAL:$1|dag|$1 dage}}",
|
|
||||||
"contributionscores-allrevisions": "Gennem tiden",
|
|
||||||
"contributionscores-score": "Point",
|
|
||||||
"contributionscores-rank": "Rang",
|
|
||||||
"contributionscores-pages": "Sider",
|
|
||||||
"contributionscores-changes": "Ændringer",
|
|
||||||
"contributionscores-username": "Brugernavn",
|
|
||||||
"contributionscores-invalidusername": "Ugyldigt brugernavn",
|
|
||||||
"contributionscores-invalidmetric": "Ugyldig målemetode"
|
|
||||||
}
|
|
23
i18n/de.json
23
i18n/de.json
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Kghbln",
|
|
||||||
"Merlissimo",
|
|
||||||
"Metalhead64",
|
|
||||||
"Raimond Spekking"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Statistik zu Benutzern",
|
|
||||||
"contributionscores-desc": "Erweitert das Wiki um eine [[Special:ContributionScores|Spezialseite]] zum Ermitteln der Benutzer mit den meisten Beiträgen",
|
|
||||||
"contributionscores-info": "In die Bewertung fließen hauptsächlich einmalig bearbeitete Seiten unter Berücksichtigung einer hohen Bearbeitungszahl ein.",
|
|
||||||
"contributionscores-top": "(Top $1)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|Letzter Tag|Letzte $1 Tage}}",
|
|
||||||
"contributionscores-allrevisions": "Gesamter Zeitraum",
|
|
||||||
"contributionscores-score": "Bewertung",
|
|
||||||
"contributionscores-rank": "Rang",
|
|
||||||
"contributionscores-pages": "Seiten",
|
|
||||||
"contributionscores-changes": "Änderungen",
|
|
||||||
"contributionscores-username": "Benutzername",
|
|
||||||
"contributionscores-invalidusername": "Ungültiger Benutzername",
|
|
||||||
"contributionscores-invalidmetric": "Ungültige Metrik"
|
|
||||||
}
|
|
|
@ -1,22 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Erdemaslancan",
|
|
||||||
"Marmase",
|
|
||||||
"Mirzali"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Skorê iştıraqan",
|
|
||||||
"contributionscores-desc": "Qandê tewr berz malumat de wiki de [[Special:ContributionScores|dekerdenanê karberan]] persêno",
|
|
||||||
"contributionscores-info": "Ebe pawıtışê hecmê tedqiqê berzi ra, puwan raveri pelanê bêemsalanê vurniyayeyan senceno.",
|
|
||||||
"contributionscores-top": "(Tewr Gırde $1)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|Roca peyêne|$1 Rocê peyêni}}",
|
|
||||||
"contributionscores-allrevisions": "Her dem",
|
|
||||||
"contributionscores-score": "Puwan",
|
|
||||||
"contributionscores-rank": "Rêze",
|
|
||||||
"contributionscores-pages": "Peli",
|
|
||||||
"contributionscores-changes": "Vurnayışi",
|
|
||||||
"contributionscores-username": "Nameyê karberi",
|
|
||||||
"contributionscores-invalidusername": "Nameyê karberiyo nêvêrde",
|
|
||||||
"contributionscores-invalidmetric": "Metriko nêvêrde"
|
|
||||||
}
|
|
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Michawiki"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Pśinoski pógódnośiś",
|
|
||||||
"contributionscores-desc": "Napšašujo se wikijoweje datoweje banki za nejwušeju [[Special:ContributionScores|licbu wužywarskich pśinoskow]]",
|
|
||||||
"contributionscores-info": "Licba dypkow měri w prědnem rěźe raz wobźěłane boki na zakłaźe wusokeje licby změnow.",
|
|
||||||
"contributionscores-top": "({{PLURAL:$1|Nejlěpšy $1|Nejlěpšej $1|Nejlěpše $1|Nejlěpšych $1}})",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|Slědny $1 źeń|Slědnej $1 dnja|Slědne $1 dny|Slědnych $1 dnjow}}",
|
|
||||||
"contributionscores-allrevisions": "Ceły cas",
|
|
||||||
"contributionscores-score": "Pógódnośenje",
|
|
||||||
"contributionscores-rank": "Pozicija",
|
|
||||||
"contributionscores-pages": "Boki",
|
|
||||||
"contributionscores-changes": "Změny",
|
|
||||||
"contributionscores-username": "Wužywarske mě",
|
|
||||||
"contributionscores-invalidusername": "Njepłaśiwe wužywarske mě",
|
|
||||||
"contributionscores-invalidmetric": "Njepłaśiwa metrika"
|
|
||||||
}
|
|
24
i18n/el.json
24
i18n/el.json
|
@ -1,24 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Consta",
|
|
||||||
"Crazymadlover",
|
|
||||||
"Omnipaedista",
|
|
||||||
"Protnet",
|
|
||||||
"ZaDiak"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Βαθμολογίες συνεισφοράς",
|
|
||||||
"contributionscores-desc": "Εξετάζει την βάση δεδομένων του wiki για τον υψηλότερο [[Special:ContributionScores|όγκο συνεισφορών χρήστη]]",
|
|
||||||
"contributionscores-info": "Η βαθμολογία μετρά πρωτίστως μοναδικές σελίδες που έχουν τύχει επεξεργασίας, λαμβάνοντας υπ' όψιν και τον υψηλό όγκο επεξεργασίας.",
|
|
||||||
"contributionscores-top": "(Πρώτοι $1)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|Τελευταία ημέρα|Τελευταίες $1 ημέρες}}",
|
|
||||||
"contributionscores-allrevisions": "Όλων των εποχών",
|
|
||||||
"contributionscores-score": "Βαθμολογία",
|
|
||||||
"contributionscores-rank": "Κατάταξη",
|
|
||||||
"contributionscores-pages": "Σελίδες",
|
|
||||||
"contributionscores-changes": "Αλλαγές",
|
|
||||||
"contributionscores-username": "Όνομα χρήστη",
|
|
||||||
"contributionscores-invalidusername": "Μη έγκυρο όνομα χρήστη",
|
|
||||||
"contributionscores-invalidmetric": "Μη έγκυρη μετρική"
|
|
||||||
}
|
|
18
i18n/en.json
18
i18n/en.json
|
@ -1,18 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": []
|
|
||||||
},
|
|
||||||
"contributionscores": "Contribution scores",
|
|
||||||
"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-top": "(Top $1)",
|
|
||||||
"contributionscores-days": "Last {{PLURAL:$1|day|$1 days}}",
|
|
||||||
"contributionscores-allrevisions": "All time",
|
|
||||||
"contributionscores-score": "Score",
|
|
||||||
"contributionscores-rank": "Rank",
|
|
||||||
"contributionscores-pages": "Pages",
|
|
||||||
"contributionscores-changes": "Changes",
|
|
||||||
"contributionscores-username": "Username",
|
|
||||||
"contributionscores-invalidusername": "Invalid username",
|
|
||||||
"contributionscores-invalidmetric": "Invalid metric"
|
|
||||||
}
|
|
23
i18n/eo.json
23
i18n/eo.json
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Michawiki",
|
|
||||||
"Mirin",
|
|
||||||
"Robin van der Vliet",
|
|
||||||
"Yekrats"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Poentaro de Kontribuoj",
|
|
||||||
"contributionscores-desc": "Informmendas la vikian datumbazon por la plej [[Special:ContributionScores|oftaj kontribuantoj]]",
|
|
||||||
"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",
|
|
||||||
"contributionscores-invalidusername": "Nevalida uzantnomo",
|
|
||||||
"contributionscores-invalidmetric": "Nevalida parametro"
|
|
||||||
}
|
|
26
i18n/es.json
26
i18n/es.json
|
@ -1,26 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Armando-Martin",
|
|
||||||
"Crazymadlover",
|
|
||||||
"Fitoschido",
|
|
||||||
"Ihojose",
|
|
||||||
"Imre",
|
|
||||||
"Macofe",
|
|
||||||
"Sanbec"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Puntuaciones de contribuciones",
|
|
||||||
"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-top": "($1 más activos)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|Último día|Últimos $1 días}}",
|
|
||||||
"contributionscores-allrevisions": "Todo el tiempo",
|
|
||||||
"contributionscores-score": "Valoración",
|
|
||||||
"contributionscores-rank": "Posición",
|
|
||||||
"contributionscores-pages": "Páginas",
|
|
||||||
"contributionscores-changes": "Cambios",
|
|
||||||
"contributionscores-username": "Nombre de usuario",
|
|
||||||
"contributionscores-invalidusername": "Nombre de usuario no válido",
|
|
||||||
"contributionscores-invalidmetric": "Medida inválida"
|
|
||||||
}
|
|
20
i18n/et.json
20
i18n/et.json
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Avjoska",
|
|
||||||
"Pikne"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Kaastööpunktid",
|
|
||||||
"contributionscores-desc": "Teeb viki andmekogust järelepärimise [[Special:ContributionScores|kasutajate kaastööde hulga]] kohta.",
|
|
||||||
"contributionscores-info": "Need punktid lähtuvad eeskätt erinevate redigeeritud lehekülgede arvust ja võtavad arvesse ka redigeerimiste koguarvu.",
|
|
||||||
"contributionscores-top": "($1 paremat)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|Viimane päev|Viimased $1 päeva}}",
|
|
||||||
"contributionscores-allrevisions": "Kõik aeg",
|
|
||||||
"contributionscores-score": "Punkte",
|
|
||||||
"contributionscores-rank": "Koht",
|
|
||||||
"contributionscores-pages": "Lehekülgi",
|
|
||||||
"contributionscores-changes": "Muudatusi",
|
|
||||||
"contributionscores-username": "Kasutajanimi",
|
|
||||||
"contributionscores-invalidusername": "Vigane kasutajanimi"
|
|
||||||
}
|
|
11
i18n/eu.json
11
i18n/eu.json
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Kobazulo"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-days": "Azken {{PLURAL:$1|eguna|$1 egunak}}",
|
|
||||||
"contributionscores-pages": "Orrialdeak",
|
|
||||||
"contributionscores-changes": "Aldaketak",
|
|
||||||
"contributionscores-username": "Erabiltzaile izena"
|
|
||||||
}
|
|
26
i18n/fa.json
26
i18n/fa.json
|
@ -1,26 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Alirezaaa",
|
|
||||||
"Ebraminio",
|
|
||||||
"Huji",
|
|
||||||
"Mjbmr",
|
|
||||||
"Reza1615",
|
|
||||||
"Tofighi",
|
|
||||||
"ZxxZxxZ"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "امتیاز مشارکت",
|
|
||||||
"contributionscores-desc": "سرشماری پایگاه داده ویکی برای بالاترین [[Special:ContributionScores|حجم مشارکت کاربر]]",
|
|
||||||
"contributionscores-info": "امتباز ابتدا ویرایشهای یکتا را با در نظر گرفتن ویرایش ججم بالا اندازه میگیرد.",
|
|
||||||
"contributionscores-top": "($1 برتر)",
|
|
||||||
"contributionscores-days": "آخرین {{PLURAL:$1|روز|$1 روز}}",
|
|
||||||
"contributionscores-allrevisions": "تمام وقت",
|
|
||||||
"contributionscores-score": "امتیاز",
|
|
||||||
"contributionscores-rank": "رتبه",
|
|
||||||
"contributionscores-pages": "صفحات",
|
|
||||||
"contributionscores-changes": "تغییرات",
|
|
||||||
"contributionscores-username": "نام کاربری",
|
|
||||||
"contributionscores-invalidusername": "نام کاربری نامعتبر",
|
|
||||||
"contributionscores-invalidmetric": "متریک نامعتبر"
|
|
||||||
}
|
|
25
i18n/fi.json
25
i18n/fi.json
|
@ -1,25 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"01miki10",
|
|
||||||
"Crt",
|
|
||||||
"Nike",
|
|
||||||
"Pxos",
|
|
||||||
"Pyscowicz",
|
|
||||||
"Str4nd",
|
|
||||||
"Stryn"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Muokkauspisteet",
|
|
||||||
"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änimi",
|
|
||||||
"contributionscores-invalidusername": "Virheellinen käyttäjänimi",
|
|
||||||
"contributionscores-invalidmetric": "Virheellinen muuttuja"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Pyscowicz"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Mookkauspisteet"
|
|
||||||
}
|
|
26
i18n/fr.json
26
i18n/fr.json
|
@ -1,26 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Gomoko",
|
|
||||||
"Grondin",
|
|
||||||
"IAlex",
|
|
||||||
"Peter17",
|
|
||||||
"Sherbrooke",
|
|
||||||
"Urhixidur",
|
|
||||||
"Verdy p"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"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-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-days": "Dans {{PLURAL:$1|le dernier jour|les derniers $1 jours}}",
|
|
||||||
"contributionscores-allrevisions": "Tout le temps",
|
|
||||||
"contributionscores-score": "Pointage",
|
|
||||||
"contributionscores-rank": "Rang",
|
|
||||||
"contributionscores-pages": "Pages",
|
|
||||||
"contributionscores-changes": "Changements",
|
|
||||||
"contributionscores-username": "Nom d’utilisateur",
|
|
||||||
"contributionscores-invalidusername": "Nom d’utilisateur incorrect",
|
|
||||||
"contributionscores-invalidmetric": "Métrique incorrecte"
|
|
||||||
}
|
|
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"ChrisPtDe"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Mârques de les contribucions",
|
|
||||||
"contributionscores-top": "(Les $1 ples hôtes)",
|
|
||||||
"contributionscores-days": "Dens {{PLURAL:$1|lo jorn passâ|los $1 jorns passâs}}",
|
|
||||||
"contributionscores-allrevisions": "Tot lo temps",
|
|
||||||
"contributionscores-score": "Mârca",
|
|
||||||
"contributionscores-pages": "Pâges",
|
|
||||||
"contributionscores-changes": "Changements",
|
|
||||||
"contributionscores-username": "Nom d’utilisator",
|
|
||||||
"contributionscores-invalidusername": "Nom d’usanciér envalido",
|
|
||||||
"contributionscores-invalidmetric": "Mètrica fôssa"
|
|
||||||
}
|
|
11
i18n/fy.json
11
i18n/fy.json
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"PiefPafPier",
|
|
||||||
"Robin van der Vliet",
|
|
||||||
"Robin0van0der0vliet",
|
|
||||||
"Snakesteuben"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-username": "Meidochnamme"
|
|
||||||
}
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"පසිඳු කාවින්ද"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-pages": "Leathanaigh",
|
|
||||||
"contributionscores-username": "Ainm úsáideora"
|
|
||||||
}
|
|
22
i18n/gl.json
22
i18n/gl.json
|
@ -1,22 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Alma",
|
|
||||||
"Toliño",
|
|
||||||
"Xosé"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Puntuación das contribucións",
|
|
||||||
"contributionscores-desc": "Escruta a base de datos do wiki para ver os maiores [[Special:ContributionScores|volumes de contribucións dos usuarios]]",
|
|
||||||
"contributionscores-info": "Basicamente, a puntuación mide as páxinas únicas editadas, tendo en conta o alto volume de edicións.",
|
|
||||||
"contributionscores-top": "(os $1 que máis)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|O último día|Os últimos $1 días}}",
|
|
||||||
"contributionscores-allrevisions": "Desde sempre",
|
|
||||||
"contributionscores-score": "Puntuación",
|
|
||||||
"contributionscores-rank": "Clasificación",
|
|
||||||
"contributionscores-pages": "Páxinas",
|
|
||||||
"contributionscores-changes": "Cambios",
|
|
||||||
"contributionscores-username": "Nome de usuario",
|
|
||||||
"contributionscores-invalidusername": "Nome de usuario non válido",
|
|
||||||
"contributionscores-invalidmetric": "Métrica inválida"
|
|
||||||
}
|
|
|
@ -1,18 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Crazymadlover",
|
|
||||||
"Omnipaedista"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Βαθμολογία ἐράνων",
|
|
||||||
"contributionscores-top": "(Κορυφαῖοι $1)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|Ὑστάτη ἡμέρα|Ὕσταται $1 ἡμέραι}}",
|
|
||||||
"contributionscores-allrevisions": "Ἅπασαι αἱ ἀναθεωρήσεις",
|
|
||||||
"contributionscores-score": "Βαθμοί",
|
|
||||||
"contributionscores-pages": "Δέλτοι",
|
|
||||||
"contributionscores-changes": "Μεταβολαί",
|
|
||||||
"contributionscores-username": "Ὄνομα χρωμένου",
|
|
||||||
"contributionscores-invalidusername": "Ἄκυρον ὄνομα χρωμένου",
|
|
||||||
"contributionscores-invalidmetric": "Ἄκυρος μετρική"
|
|
||||||
}
|
|
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Als-Chlämens",
|
|
||||||
"Als-Holder"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Aazahl vu dr Benutzerbyyträg",
|
|
||||||
"contributionscores-desc": "Abfrog vu dr Wiki-Datebank no dr Aazahl vu dr [[Special:ContributionScores|Benutzerbyyträg]]",
|
|
||||||
"contributionscores-info": "Bewärtigsschema:\n*1 Punkt fir jedi bearbeiteti Syte\n*Quadratwurzle vu allene (Bearbeitige) - (Summe vu dr bearbeitete Syte) * 2\nBewärtigen uf däre Grundlag gän dr Viifalt vu dr Byyträg e hecher Gwicht wie dr Aazahl vu dr Änderige.",
|
|
||||||
"contributionscores-top": "(Top $1)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|Letschte Tag|Letschti $1 Täg}}",
|
|
||||||
"contributionscores-allrevisions": "Ganzer Zitruum",
|
|
||||||
"contributionscores-score": "Wärt",
|
|
||||||
"contributionscores-pages": "Syte",
|
|
||||||
"contributionscores-changes": "Änderige",
|
|
||||||
"contributionscores-username": "Benutzername",
|
|
||||||
"contributionscores-invalidusername": "Nit giltige Benutzername",
|
|
||||||
"contributionscores-invalidmetric": "Nit giltigi Metrik"
|
|
||||||
}
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Dineshjk"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-pages": "પાનાં",
|
|
||||||
"contributionscores-username": "સભ્ય નામ"
|
|
||||||
}
|
|
10
i18n/gv.json
10
i18n/gv.json
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"MacTire02"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-score": "Skensh",
|
|
||||||
"contributionscores-pages": "Duillagyn",
|
|
||||||
"contributionscores-username": "Ennym yn ymmydeyr"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Hakka"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-username": "Yung-fu-miàng"
|
|
||||||
}
|
|
23
i18n/he.json
23
i18n/he.json
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Agbad",
|
|
||||||
"Amire80",
|
|
||||||
"Rotemliss",
|
|
||||||
"YaronSh"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "דירוג תורמים",
|
|
||||||
"contributionscores-desc": "בדיקת מסד הנתונים של הוויקי למציאת משתמשים עם [[Special:ContributionScores|נפח התרומה]] הגבוה ביותר",
|
|
||||||
"contributionscores-info": "החישוב מתבסס בעיקר על מספר הדפים הייחודיים שנערכו ועל קצב העריכות.",
|
|
||||||
"contributionscores-top": "($1 הגבוהים ביותר)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|ביום האחרון|ביומיים האחרונים|ב־$1 הימים האחרונים}}",
|
|
||||||
"contributionscores-allrevisions": "מאז ומתמיד",
|
|
||||||
"contributionscores-score": "ניקוד",
|
|
||||||
"contributionscores-rank": "דירוג",
|
|
||||||
"contributionscores-pages": "דפים",
|
|
||||||
"contributionscores-changes": "שינויים",
|
|
||||||
"contributionscores-username": "שם משתמש",
|
|
||||||
"contributionscores-invalidusername": "שם משתמש בלתי־תקין",
|
|
||||||
"contributionscores-invalidmetric": "מדידה בלתי־תקינה"
|
|
||||||
}
|
|
20
i18n/hi.json
20
i18n/hi.json
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Ansumang",
|
|
||||||
"Kaustubh",
|
|
||||||
"Sfic",
|
|
||||||
"Siddhartha Ghai"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "योगदान संख्या",
|
|
||||||
"contributionscores-desc": "[[Special:ContributionScores|सदस्य योगदान संख्या]]के अनुसार विकि डाटाबेस दर्शाता हैं",
|
|
||||||
"contributionscores-top": "(पहले $1)",
|
|
||||||
"contributionscores-days": "आखिरी {{PLURAL:$1|$1 दिन}}",
|
|
||||||
"contributionscores-allrevisions": "हर समय",
|
|
||||||
"contributionscores-score": "गुण",
|
|
||||||
"contributionscores-pages": "पृष्ठ",
|
|
||||||
"contributionscores-changes": "बदलाव",
|
|
||||||
"contributionscores-username": "सदस्यनाम",
|
|
||||||
"contributionscores-invalidusername": "अमान्य सदस्यनाम"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Jose77"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-username": "Ngalan sang Manog-gamit"
|
|
||||||
}
|
|
23
i18n/hr.json
23
i18n/hr.json
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Dalibor Bosits",
|
|
||||||
"Ex13",
|
|
||||||
"MaGa",
|
|
||||||
"SpeedyGonsales"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Najbolji suradnici",
|
|
||||||
"contributionscores-desc": "Šalje upit bazi podataka za najveći [[Special:ContributionScores|broj suradničkih doprinosa]]",
|
|
||||||
"contributionscores-info": "U prvom planu rezultat mjeri jedinstvene izmijenjene stranice, uzimajući u obzir veliku količinu uređivanja.",
|
|
||||||
"contributionscores-top": "(najboljih $1)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|Zadnji dan|Zadnjih $1 dana}}",
|
|
||||||
"contributionscores-allrevisions": "Sve vrijeme",
|
|
||||||
"contributionscores-score": "Rezultat",
|
|
||||||
"contributionscores-rank": "Mjesto",
|
|
||||||
"contributionscores-pages": "Stranica",
|
|
||||||
"contributionscores-changes": "Uređivanja",
|
|
||||||
"contributionscores-username": "Suradničko ime",
|
|
||||||
"contributionscores-invalidusername": "Nevaljano suradničko ime",
|
|
||||||
"contributionscores-invalidmetric": "Nevaljana metrika"
|
|
||||||
}
|
|
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Michawiki"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Wuhódnoćenje přinoškow",
|
|
||||||
"contributionscores-desc": "Wuslědźi najwyši [[Special:ContributionScores|wobjim wužiwarskich přinoškow]] w datowej bance wikiprojekta",
|
|
||||||
"contributionscores-info": "Ličba dypkow měri w prěnim rjedźe jónkróć wobdźěłane strony na zakładźe wysokeje ličby změnow.",
|
|
||||||
"contributionscores-top": "(Najlěpšich $1)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|Posledni dźeń|Poslednjej $1 dnjej|Poslednje $1 dny|Poslednich $1 dnjow}}",
|
|
||||||
"contributionscores-allrevisions": "Cyły čas",
|
|
||||||
"contributionscores-score": "Hódnoćenje",
|
|
||||||
"contributionscores-rank": "Pozicija",
|
|
||||||
"contributionscores-pages": "Strony",
|
|
||||||
"contributionscores-changes": "Změny",
|
|
||||||
"contributionscores-username": "Wužiwarske mjeno",
|
|
||||||
"contributionscores-invalidusername": "Njepłaćiwe wužiwarske mjeno",
|
|
||||||
"contributionscores-invalidmetric": "Njepłaćiwa metrika"
|
|
||||||
}
|
|
20
i18n/ht.json
20
i18n/ht.json
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Boukman",
|
|
||||||
"Jvm"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Nòt pou kontribisyon yo",
|
|
||||||
"contributionscores-desc": "Sonde bazdone wiki a pou pi gwo [[Special:ContributionScores|kantite kontribisyon pa itilizatè]]",
|
|
||||||
"contributionscores-info": "Nòt yo kalkile konsa:\n*Yon (1) pwen pou chak paj inik ki te modifye\n*Rasin Kare de (kantite modifikasyon total ki te fè) - (Total Paj Inik) * 2\nSe konsa, nòt la bay plis pwa pou divèsite modifikasyon pase kantite modifikasyon yo.\nSa vle di nòt sa la pou mezire paj inik ki te modifye an premye, avèk yon konsiderasyon pou gwo volim modifikasyon – ki konsidere kòm ap bay yon paj ki gen pi bon kalite.",
|
|
||||||
"contributionscores-top": "(Meyè $1 yo)",
|
|
||||||
"contributionscores-days": "Denyè {{PLURAL:$1|jou|$1 jou yo}}",
|
|
||||||
"contributionscores-allrevisions": "Tout revizion yo",
|
|
||||||
"contributionscores-score": "Nòt",
|
|
||||||
"contributionscores-pages": "Paj",
|
|
||||||
"contributionscores-changes": "Chanjman",
|
|
||||||
"contributionscores-username": "Non itilizatè",
|
|
||||||
"contributionscores-invalidusername": "Non itilizatè a pa bon",
|
|
||||||
"contributionscores-invalidmetric": "Metrik envalid"
|
|
||||||
}
|
|
24
i18n/hu.json
24
i18n/hu.json
|
@ -1,24 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Dani",
|
|
||||||
"Dj",
|
|
||||||
"Glanthor Reviol",
|
|
||||||
"Shirayuki",
|
|
||||||
"Tacsipacsi"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"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-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-days": "Utolsó {{PLURAL:$1|nap|$1 nap}}",
|
|
||||||
"contributionscores-allrevisions": "Összes szerkesztés",
|
|
||||||
"contributionscores-score": "Pontszám",
|
|
||||||
"contributionscores-rank": "Helyezés",
|
|
||||||
"contributionscores-pages": "Oldalak",
|
|
||||||
"contributionscores-changes": "Változtatások",
|
|
||||||
"contributionscores-username": "Felhasználónév",
|
|
||||||
"contributionscores-invalidusername": "Érvénytelen szerkesztői név",
|
|
||||||
"contributionscores-invalidmetric": "Érvénytelen mértékrendszer"
|
|
||||||
}
|
|
20
i18n/ia.json
20
i18n/ia.json
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"McDutchie"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Punctage de contributiones",
|
|
||||||
"contributionscores-desc": "Consulta le base de datos wiki pro le [[Special:ContributionScores|usatores contribuente le plus]]",
|
|
||||||
"contributionscores-info": "Iste punctage mesura primarimente le paginas unic modificate, con consideration pro un alte volumine de modificationes.",
|
|
||||||
"contributionscores-top": "(Le prime $1)",
|
|
||||||
"contributionscores-days": "Ultime $1 {{PLURAL:$1|die|dies}}",
|
|
||||||
"contributionscores-allrevisions": "Omne tempore",
|
|
||||||
"contributionscores-score": "Punctage",
|
|
||||||
"contributionscores-rank": "Rango",
|
|
||||||
"contributionscores-pages": "Paginas",
|
|
||||||
"contributionscores-changes": "Modificationes",
|
|
||||||
"contributionscores-username": "Nomine de usator",
|
|
||||||
"contributionscores-invalidusername": "Nomine de usator invalide",
|
|
||||||
"contributionscores-invalidmetric": "Metrica invalide"
|
|
||||||
}
|
|
22
i18n/id.json
22
i18n/id.json
|
@ -1,22 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"IvanLanin",
|
|
||||||
"Rex",
|
|
||||||
"William Surya Permana"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"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": "Nilai",
|
|
||||||
"contributionscores-rank": "Peringkat",
|
|
||||||
"contributionscores-pages": "Halaman",
|
|
||||||
"contributionscores-changes": "Perubahan",
|
|
||||||
"contributionscores-username": "Nama pengguna",
|
|
||||||
"contributionscores-invalidusername": "Nama pengguna tidak sah",
|
|
||||||
"contributionscores-invalidmetric": "Metrik tidak sah"
|
|
||||||
}
|
|
20
i18n/ie.json
20
i18n/ie.json
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Renan"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Contes de contribution",
|
|
||||||
"contributionscores-desc": "Calcula li funde de data del wiki por max alt [[Special:ContributionScores|volúmine de contribution de usator]]",
|
|
||||||
"contributionscores-info": "Li calcul primarimen mesura págines unic redactet, considerant li alt volume de redactiones.",
|
|
||||||
"contributionscores-top": "(Prim $1)",
|
|
||||||
"contributionscores-days": "Ultim {{PLURAL:$1|die|$1 dies}}",
|
|
||||||
"contributionscores-allrevisions": "Omni témpor",
|
|
||||||
"contributionscores-score": "Conte",
|
|
||||||
"contributionscores-rank": "Classification",
|
|
||||||
"contributionscores-pages": "Págines",
|
|
||||||
"contributionscores-changes": "Changes",
|
|
||||||
"contributionscores-username": "Nómine de usator",
|
|
||||||
"contributionscores-invalidusername": "Nómine de usator ínvalid",
|
|
||||||
"contributionscores-invalidmetric": "Metric ínvalid"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Ukabia"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-username": "Ahàǹjìème"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Saluyot"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Dagiti Bilang ti Naaramidan"
|
|
||||||
}
|
|
12
i18n/io.json
12
i18n/io.json
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Joao Xavier"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-days": "Lasta {{PLURAL:$1|dio|$1 dii}}",
|
|
||||||
"contributionscores-score": "Nombro di punti",
|
|
||||||
"contributionscores-pages": "Pagini",
|
|
||||||
"contributionscores-changes": "Modifikuri",
|
|
||||||
"contributionscores-username": "Uzeronomo"
|
|
||||||
}
|
|
22
i18n/is.json
22
i18n/is.json
|
@ -1,22 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"S.Örvarr.S",
|
|
||||||
"Snævar",
|
|
||||||
"Sveinn í Felli"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Framleggjandastig",
|
|
||||||
"contributionscores-desc": "Kannar wiki-gagnagrunninn eftir mesta [[Special:ContributionScores|magni framlaga notenda]]",
|
|
||||||
"contributionscores-info": "Stigin eru aðalega reiknuð út frá breytingum á einkvæmum síðum, með tilliti til hás magns breytinga.",
|
|
||||||
"contributionscores-top": "(Efstu $1)",
|
|
||||||
"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-invalidusername": "Ógilt notandanafn",
|
|
||||||
"contributionscores-invalidmetric": "Ógild mæling"
|
|
||||||
}
|
|
25
i18n/it.json
25
i18n/it.json
|
@ -1,25 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Beta16",
|
|
||||||
"BrokenArrow",
|
|
||||||
"Darth Kule",
|
|
||||||
"Gianfranco",
|
|
||||||
"Pietrodn",
|
|
||||||
"Rippitippi"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Punteggi contributi",
|
|
||||||
"contributionscores-desc": "Interroga il database wiki per il più alto [[Special:ContributionScores|volume di contributi utente]]",
|
|
||||||
"contributionscores-info": "Questo punteggio misura in primo luogo il numero di pagine distinte modificate, valutando anche un alto volume di contributi.",
|
|
||||||
"contributionscores-top": "(Migliori $1)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|Ultimo giorno|Ultimi $1 giorni}}",
|
|
||||||
"contributionscores-allrevisions": "Intero periodo",
|
|
||||||
"contributionscores-score": "Punteggio",
|
|
||||||
"contributionscores-rank": "Posizione",
|
|
||||||
"contributionscores-pages": "Pagine",
|
|
||||||
"contributionscores-changes": "Modifiche",
|
|
||||||
"contributionscores-username": "Nome utente",
|
|
||||||
"contributionscores-invalidusername": "Nome utente non valido",
|
|
||||||
"contributionscores-invalidmetric": "Metrica non valida"
|
|
||||||
}
|
|
24
i18n/ja.json
24
i18n/ja.json
|
@ -1,24 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Aotake",
|
|
||||||
"Fryed-peach",
|
|
||||||
"JtFuruhata",
|
|
||||||
"Schu",
|
|
||||||
"Shirayuki"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "貢献得点",
|
|
||||||
"contributionscores-desc": "ウィキデータベースへの[[Special:ContributionScores|貢献度が高い利用者]]の統計",
|
|
||||||
"contributionscores-info": "得点では、編集したページ数を主に評価し、さらに編集回数の多さにも配慮します。",
|
|
||||||
"contributionscores-top": "(上位$1名)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|最近1日|最近$1日間}}",
|
|
||||||
"contributionscores-allrevisions": "すべての期間",
|
|
||||||
"contributionscores-score": "得点",
|
|
||||||
"contributionscores-rank": "順位",
|
|
||||||
"contributionscores-pages": "ページ数",
|
|
||||||
"contributionscores-changes": "編集回数",
|
|
||||||
"contributionscores-username": "利用者名",
|
|
||||||
"contributionscores-invalidusername": "無効な利用者名",
|
|
||||||
"contributionscores-invalidmetric": "無効な尺度"
|
|
||||||
}
|
|
24
i18n/jv.json
24
i18n/jv.json
|
@ -1,24 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Diki Ananta",
|
|
||||||
"Meursault2004",
|
|
||||||
"NoiX180",
|
|
||||||
"Pras",
|
|
||||||
"Sumbukompor"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Bijining pasumbang",
|
|
||||||
"contributionscores-desc": "Nglakokaké polling (angkèt) ing basis data kanggo [[Special:ContributionScores|volume kontribusi naraguna]]",
|
|
||||||
"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-days": "{{PLURAL:$1|dina|$1 dina}} pungkasan",
|
|
||||||
"contributionscores-allrevisions": "Sasuwéné wektu",
|
|
||||||
"contributionscores-score": "Skor",
|
|
||||||
"contributionscores-rank": "Rangking",
|
|
||||||
"contributionscores-pages": "Kaca",
|
|
||||||
"contributionscores-changes": "Owah-owahan",
|
|
||||||
"contributionscores-username": "Jeneng naraguna",
|
|
||||||
"contributionscores-invalidusername": "Jeneng naraguna ora sah",
|
|
||||||
"contributionscores-invalidmetric": "Metrik ora sah"
|
|
||||||
}
|
|
15
i18n/ka.json
15
i18n/ka.json
|
@ -1,15 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"David1010"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-top": "(საუკეთესო $1)",
|
|
||||||
"contributionscores-days": "ბოლო {{PLURAL:$1|დღე|$1 დღე}}",
|
|
||||||
"contributionscores-allrevisions": "ყველა დროის",
|
|
||||||
"contributionscores-score": "შეფასება",
|
|
||||||
"contributionscores-pages": "გვერდები",
|
|
||||||
"contributionscores-changes": "ცვლილებები",
|
|
||||||
"contributionscores-username": "მომხმარებლის სახელი",
|
|
||||||
"contributionscores-invalidusername": "არასწორი მომხმარებლის სახელი"
|
|
||||||
}
|
|
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"@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"
|
|
||||||
}
|
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Mirzali"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-score": "Puwan",
|
|
||||||
"contributionscores-rank": "Rêze",
|
|
||||||
"contributionscores-pages": "Peli",
|
|
||||||
"contributionscores-changes": "Vurnayışi",
|
|
||||||
"contributionscores-username": "Namê karberi"
|
|
||||||
}
|
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Rul1902"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-score": "အ်ုဏါင်းဏေဝ်ႋ",
|
|
||||||
"contributionscores-rank": "အ်ုထေါဟ်",
|
|
||||||
"contributionscores-pages": "လိက်မေံၜၠါ်လ်ုဖး",
|
|
||||||
"contributionscores-changes": "မ်ုအင်းလယ်လ်ုဖး",
|
|
||||||
"contributionscores-username": "ဆ်ုသုံႋဆာႋမိင်"
|
|
||||||
}
|
|
|
@ -1,16 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Robby"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "ٷلەس بەرۋ ەسەپتەرٸ",
|
|
||||||
"contributionscores-info": "ەسەپتەر كەلەسٸ دەي سانالادى:\n*1 ۇپاي ٵربٸر تٷزەتٸلگەن بٸرەگەي بەت ٷشٸن\n*مىنانىڭ شارشى تٷبٸرٸ (بارلىق ٸستەلٸنگەن تٷزەتۋلەر) ‒ (بارلىق بٸرەگەي بەتتەر) * 2\nوسى تٵسٸلمەن سانالعان ەسەپتەر تٷزەتۋ اۋقىمىنداعى ٶڭدەۋ ٵركەلكٸلٸگٸنٸڭ سالماعىن ٶلشەيدٸ. نەگٸزٸندە, بۇل ەسەپ الدىمەن تٷزەتٸلگەن بٸركەلكٸ بەتتەردٸ ٶلشەيدٸ, جوعارعى ٶڭدەۋ اۋقىمىمەن بٸرگە — جوعارى ساپالى بەت جاعدايىمەن ەسەپتەپ.",
|
|
||||||
"contributionscores-top": "(جوعارعى $1)",
|
|
||||||
"contributionscores-days": "سوڭعى $1 كٷندە",
|
|
||||||
"contributionscores-allrevisions": "بارلىق نۇسقالار",
|
|
||||||
"contributionscores-score": "ەسەپ",
|
|
||||||
"contributionscores-pages": "بەتتەر",
|
|
||||||
"contributionscores-changes": "ٶزگەرٸستەر",
|
|
||||||
"contributionscores-username": "قاتىسۋشى اتى"
|
|
||||||
}
|
|
|
@ -1,19 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Arystanbek"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Үлес қосу санағы",
|
|
||||||
"contributionscores-info": "Есептер келесі дей саналады:\n*1 ұпай әрбір түзетілген бірегей бет үшін\n*Мынаның шаршы түбірі (Барлық Істелінген Түзетулер) ‒ (Барлық Бірегей Беттер) * 2\nОсы тәсілмен саналған есептер түзету ауқымындағы өңдеу әркелкілігінің салмағын өлшейді. Негізінде, бұл есеп алдымен түзетілген біркелкі беттерді өлшейді, жоғарғы өңдеу ауқымымен бірге — жоғары сапалы бет жағдайымен есептеп.",
|
|
||||||
"contributionscores-top": "(Жоғарғы $1)",
|
|
||||||
"contributionscores-days": "Соңғы {{PLURAL:$1|күнде|$1 күнде}}",
|
|
||||||
"contributionscores-allrevisions": "Барлық уақытта",
|
|
||||||
"contributionscores-score": "Ұпай",
|
|
||||||
"contributionscores-rank": "Орны",
|
|
||||||
"contributionscores-pages": "Беттер",
|
|
||||||
"contributionscores-changes": "Өзгерістер",
|
|
||||||
"contributionscores-username": "Қатысушы есімі",
|
|
||||||
"contributionscores-invalidusername": "Жарамсыз қатысушы есімі",
|
|
||||||
"contributionscores-invalidmetric": "Дұрыс емес метрик"
|
|
||||||
}
|
|
|
@ -1,14 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": []
|
|
||||||
},
|
|
||||||
"contributionscores": "Üles berw esepteri",
|
|
||||||
"contributionscores-info": "Esepter kelesi deý sanaladı:\n*1 upaý ärbir tüzetilgen biregeý bet üşin\n*Mınanıñ şarşı tübiri (Barlıq İstelingen Tüzetwler) ‒ (Barlıq Biregeý Better) * 2\nOsı täsilmen sanalğan esepter tüzetw awqımındağı öñdew ärkelkiliginiñ salmağın ölşeýdi. Negizinde, bul esep aldımen tüzetilgen birkelki betterdi ölşeýdi, joğarğı öñdew awqımımen birge — joğarı sapalı bet jağdaýımen eseptep.",
|
|
||||||
"contributionscores-top": "(Joğarğı $1)",
|
|
||||||
"contributionscores-days": "Soñğı $1 künde",
|
|
||||||
"contributionscores-allrevisions": "Barlıq nusqalar",
|
|
||||||
"contributionscores-score": "Esep",
|
|
||||||
"contributionscores-pages": "Better",
|
|
||||||
"contributionscores-changes": "Özgerister",
|
|
||||||
"contributionscores-username": "Qatıswşı atı"
|
|
||||||
}
|
|
20
i18n/km.json
20
i18n/km.json
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Chhorran",
|
|
||||||
"Lovekhmer",
|
|
||||||
"Thearith",
|
|
||||||
"គីមស៊្រុន"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "តារាងពិន្ទុនៃការរួមចំណែក",
|
|
||||||
"contributionscores-top": "(លើគេទាំង $1 នាក់)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|ថ្ងៃ|$1 ថ្ងៃ}}ចុងក្រោយ",
|
|
||||||
"contributionscores-allrevisions": "គ្រប់ពេល",
|
|
||||||
"contributionscores-score": "ពិន្ទុ",
|
|
||||||
"contributionscores-rank": "ចំណាត់ថ្នាក់",
|
|
||||||
"contributionscores-pages": "ទំព័រ",
|
|
||||||
"contributionscores-changes": "បន្លាស់ប្ដូរ",
|
|
||||||
"contributionscores-username": "អត្តនាម",
|
|
||||||
"contributionscores-invalidusername": "អត្តនាមមិនត្រឹមត្រូវ"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Nayvik"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-pages": "ಪುಟಗಳು"
|
|
||||||
}
|
|
24
i18n/ko.json
24
i18n/ko.json
|
@ -1,24 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Hym411",
|
|
||||||
"Priviet",
|
|
||||||
"Revi",
|
|
||||||
"Shirayuki",
|
|
||||||
"아라"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "기여 점수",
|
|
||||||
"contributionscores-desc": "최고 [[Special:ContributionScores|사용자 기여 값]]에 대해 위키 데이터베이스를 통계합니다",
|
|
||||||
"contributionscores-info": "점수는 주로 높은 편집 품질을 고려하여 편집한 고유 문서 수를 측정합니다.",
|
|
||||||
"contributionscores-top": "(상위 $1)",
|
|
||||||
"contributionscores-days": "최근 $1일",
|
|
||||||
"contributionscores-allrevisions": "모든 기간",
|
|
||||||
"contributionscores-score": "점수",
|
|
||||||
"contributionscores-rank": "순위",
|
|
||||||
"contributionscores-pages": "문서",
|
|
||||||
"contributionscores-changes": "바뀜",
|
|
||||||
"contributionscores-username": "사용자 이름",
|
|
||||||
"contributionscores-invalidusername": "잘못된 사용자 이름",
|
|
||||||
"contributionscores-invalidmetric": "잘못된 통계"
|
|
||||||
}
|
|
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Purodha"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Metmaacher ier Beijdrähsch verjlesche",
|
|
||||||
"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-top": "(Top $1)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|Der lezte Daach|De lezte $1 Daare|Keine lezte Daach}}",
|
|
||||||
"contributionscores-allrevisions": "De janze Zigg",
|
|
||||||
"contributionscores-score": "Punkte",
|
|
||||||
"contributionscores-rank": "Rang",
|
|
||||||
"contributionscores-pages": "Sigge",
|
|
||||||
"contributionscores-changes": "Änderonge",
|
|
||||||
"contributionscores-username": "Metmaacher_Nahme",
|
|
||||||
"contributionscores-invalidusername": "Verkeehte Metmaacher_Nahme",
|
|
||||||
"contributionscores-invalidmetric": "Onjöltesch Mohß"
|
|
||||||
}
|
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Balyozxane",
|
|
||||||
"George Animal"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-allrevisions": "Hemû dem",
|
|
||||||
"contributionscores-pages": "Rûpel",
|
|
||||||
"contributionscores-changes": "Guhartin",
|
|
||||||
"contributionscores-username": "Navê bikarhêner"
|
|
||||||
}
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Kw-Moon",
|
|
||||||
"Nrowe"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-username": "Hanow devnydhyer"
|
|
||||||
}
|
|
21
i18n/lb.json
21
i18n/lb.json
|
@ -1,21 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Les Meloures",
|
|
||||||
"Robby"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Bewäertung vun den Ännerungen",
|
|
||||||
"contributionscores-desc": "Ufro un d'Wiki-Datebank no den héchste [[Special:ContributionScores|Benotzerscoren]]",
|
|
||||||
"contributionscores-info": "D'Bewäertung moosst Zuel vu geännerte Säite a consideréiert d'Zuel vun den Ännerungen.",
|
|
||||||
"contributionscores-top": "(Top $1)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|Leschten Dag|Lescht $1 Deeg}}",
|
|
||||||
"contributionscores-allrevisions": "Vun Ufank un",
|
|
||||||
"contributionscores-score": "Bewäertung",
|
|
||||||
"contributionscores-rank": "Klassement",
|
|
||||||
"contributionscores-pages": "Säiten",
|
|
||||||
"contributionscores-changes": "Ännerungen",
|
|
||||||
"contributionscores-username": "Benotzernumm",
|
|
||||||
"contributionscores-invalidusername": "Ongëltege Benotzernumm",
|
|
||||||
"contributionscores-invalidmetric": "Ongëlteg Metrik"
|
|
||||||
}
|
|
22
i18n/li.json
22
i18n/li.json
|
@ -1,22 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Aelske",
|
|
||||||
"Ooswesthoesbes",
|
|
||||||
"Pahles"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Biedraaghuuegdjes",
|
|
||||||
"contributionscores-desc": "Guuef 'n euverzich van [[Special:ContributionScores|gebroekers mit de meiste biedraag]] inne wiki.",
|
|
||||||
"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",
|
|
||||||
"contributionscores-invalidusername": "Verkierde gebroeker",
|
|
||||||
"contributionscores-invalidmetric": "Ogeljige einheid"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Giromin Cangiaxo"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Pontezzi contributi"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Lakzon"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-pages": "وةڵگةل"
|
|
||||||
}
|
|
18
i18n/lt.json
18
i18n/lt.json
|
@ -1,18 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Eitvys200",
|
|
||||||
"Hugo.arg"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-top": "(Top $1)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|Paskutinė diena|Paskutinės $1 dienos}}",
|
|
||||||
"contributionscores-allrevisions": "Viso laiko",
|
|
||||||
"contributionscores-score": "Rezultatas",
|
|
||||||
"contributionscores-rank": "Rangas",
|
|
||||||
"contributionscores-pages": "Puslapiai",
|
|
||||||
"contributionscores-changes": "Pakeitimai",
|
|
||||||
"contributionscores-username": "Naudotojo vardas",
|
|
||||||
"contributionscores-invalidusername": "Negalimas naudotojo vardas",
|
|
||||||
"contributionscores-invalidmetric": "Neleistina metrika"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Dark Eagle"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-pages": "Puslopys"
|
|
||||||
}
|
|
|
@ -1,14 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"RMizo"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-allrevisions": "A vaiin",
|
|
||||||
"contributionscores-score": "Dawn",
|
|
||||||
"contributionscores-pages": "Phekte",
|
|
||||||
"contributionscores-changes": "Tihdanglamte",
|
|
||||||
"contributionscores-username": "Hmangtuhming",
|
|
||||||
"contributionscores-invalidusername": "Hmangtuhming dik lo",
|
|
||||||
"contributionscores-invalidmetric": "Tehphung dik lo"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Jason924tw"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-username": "簿名"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Сай"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores-username": "Пайдаланышын лӱмжӧ"
|
|
||||||
}
|
|
20
i18n/mk.json
20
i18n/mk.json
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"@metadata": {
|
|
||||||
"authors": [
|
|
||||||
"Bjankuloski06"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"contributionscores": "Оцени за придонеси",
|
|
||||||
"contributionscores-desc": "Презема податоци од викибазата за [[Special:ContributionScores|корисници со највеќе придонеси]]",
|
|
||||||
"contributionscores-info": "Салдото е мерка што изразува уредувања на одделни страници, со оглед на големиот број на уредувања.",
|
|
||||||
"contributionscores-top": "(Најдобри $1)",
|
|
||||||
"contributionscores-days": "{{PLURAL:$1|Последниот ден|Последните $1 дена}}",
|
|
||||||
"contributionscores-allrevisions": "На сите времиња",
|
|
||||||
"contributionscores-score": "Оценка",
|
|
||||||
"contributionscores-rank": "Ранг",
|
|
||||||
"contributionscores-pages": "Страници",
|
|
||||||
"contributionscores-changes": "Измени",
|
|
||||||
"contributionscores-username": "Корисничко име",
|
|
||||||
"contributionscores-invalidusername": "Неправилно корисничко име",
|
|
||||||
"contributionscores-invalidmetric": "Грешно мерило"
|
|
||||||
}
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue