Migrate to JSON i18n
Procedure per https://www.mediawiki.org/wiki/Manual:GenerateJsonI18n.php with shim. Change-Id: Ied3a4c392cf2ea16c6e858a1baaf9790db95e1f4
This commit is contained in:
parent
6a002b5ac7
commit
5966924f24
139 changed files with 2335 additions and 2341 deletions
26
i18n/qqq.json
Normal file
26
i18n/qqq.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Jon Harald Søby",
|
||||
"JtFuruhata",
|
||||
"Kalan",
|
||||
"Mormegil",
|
||||
"Purodha",
|
||||
"Raymond",
|
||||
"Shirayuki"
|
||||
]
|
||||
},
|
||||
"contributionscores": "{{doc-special|ContributionScores}}",
|
||||
"contributionscores-desc": "Extension description displayed on [[Special:Version]].",
|
||||
"contributionscores-info": "see https://github.com/wikimedia/mediawiki-extensions-ContributionScores/blob/master/ContributionScores_body.php\n\n:COUNT(DISTINCT rev_page) AS page_count\n:COUNT(rev_id) AS rev_count\n:page_count+SQRT(rev_count-page_count)*2 AS wiki_rank",
|
||||
"contributionscores-top": "Second part of the headings of [[Special:ContributionScores]].\n\nPLURAL is supported, but not used by the English original message.\n\nParameters:\n* $1 - limit value. Default value: 50 or 10\n{{Identical|Top}}",
|
||||
"contributionscores-days": "Heading of [[Special:ContributionScores]].\n\nIf the number of days is not defined, {{msg-mw|Contributionscores-allrevisions}} is used.\n\nParameters:\n* $1 - number of days",
|
||||
"contributionscores-allrevisions": "Used as a header of [[Special:ContributionScores]].\n\nSee also:\n* {{msg-mw|Contributionscores-days}}",
|
||||
"contributionscores-score": "Used as column header of the table.\n{{Related|Contributionscores-score}}",
|
||||
"contributionscores-rank": "{{Related|Contributionscores-score}}\n{{Identical|Rank}}",
|
||||
"contributionscores-pages": "{{Related|Contributionscores-score}}\n{{Identical|Page}}",
|
||||
"contributionscores-changes": "{{Related|Contributionscores-score}}\n{{Identical|Change}}",
|
||||
"contributionscores-username": "{{Related|Contributionscores-score}}\n{{Identical|Username}}",
|
||||
"contributionscores-invalidusername": "Used as error message if the specified username is invalid.\n\nSee example: [[Template:User Score]].\nThis template contains <code><nowiki>{{#cscore:{{PAGENAME}}|score}}</nowiki></code> and its page name is invalid as username.\n\nSee also:\n* {{msg-mw|Contributionscores-invalidmetric}}",
|
||||
"contributionscores-invalidmetric": "Used as error message if the specified metric is invalid.\n\nValid metrics are: score, changes and pages\n\nSee also:\n* {{msg-mw|Contributionscores-invalidusername}}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue