summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Marchese <maffblaster@gentoo.org>2023-02-27 15:41:05 -0800
committerMatthew Marchese <maffblaster@gentoo.org>2023-02-27 15:41:05 -0800
commit71f8cf86318338ae8eb3b3b8740e095bfddccc9c (patch)
treeb7112703a095b5a3d666fe955034d9dac95529df /ContributionScores/i18n/en.json
parentUpdate CommentSteams to version 6.3 (diff)
downloadextensions-71f8cf86318338ae8eb3b3b8740e095bfddccc9c.tar.gz
extensions-71f8cf86318338ae8eb3b3b8740e095bfddccc9c.tar.bz2
extensions-71f8cf86318338ae8eb3b3b8740e095bfddccc9c.zip
ContributionScores: Add new extension for more fun.
Enables an easy way to track contribution volume includes support for tracking translation volume as well. Will test on wikitest.g.o before deploying to prod. Available from: https://www.mediawiki.org/wiki/Extension:Contribution_Scores Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
Diffstat (limited to 'ContributionScores/i18n/en.json')
-rw-r--r--ContributionScores/i18n/en.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/ContributionScores/i18n/en.json b/ContributionScores/i18n/en.json
new file mode 100644
index 00000000..6e58f9b1
--- /dev/null
+++ b/ContributionScores/i18n/en.json
@@ -0,0 +1,18 @@
+{
+ "@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"
+} \ No newline at end of file